lcms2-2.17/0000755000175000017500000000000014752176253011511 5ustar martimartilcms2-2.17/.github/0000755000175000017500000000000014752176133013046 5ustar martimartilcms2-2.17/.github/dependabot.yml0000644000175000017500000000027314752176133015700 0ustar martimartiversion: 2 updates: - package-ecosystem: "github-actions" directory: "/" schedule: interval: "monthly" groups: github-actions: patterns: - "*" lcms2-2.17/.github/workflows/0000755000175000017500000000000014752176133015103 5ustar martimartilcms2-2.17/.github/workflows/build.yml0000644000175000017500000000372414752176133016733 0ustar martimartiname: Build on: [push, pull_request] concurrency: group: ${{ github.workflow }}-${{ github.job }}-${{ github.ref }} cancel-in-progress: true permissions: read-all jobs: Ubuntu: strategy: matrix: runner: [ ubuntu-20.04, ubuntu-latest ] runs-on: ${{ matrix.runner }} steps: - uses: actions/checkout@v4 - name: Build Ubuntu run: | ./configure --with-fastfloat --with-threaded make make check macOS: strategy: matrix: runner: [ macos-14, macos-15 ] runs-on: ${{ matrix.runner }} steps: - uses: actions/checkout@v4 - name: Build macOS run: | ./configure --with-fastfloat --with-threaded make make check Windows: strategy: matrix: arch: [ win32, x64 ] runs-on: windows-latest steps: - uses: actions/checkout@v4 - uses: ilammy/msvc-dev-cmd@v1 with: arch: ${{ matrix.arch }} - name: Build Windows run: devenv .\Projects\VC2019\lcms2.sln /Rebuild "Release|${{ matrix.arch }}" /Project testbed - name: Run tests run: testbed\testbed.exe --chdir testbed Ubuntu-meson: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Install packages run: | sudo apt-get -y install build-essential python3-pip ninja-build pip install meson==0.64.0 - name: Build Ubuntu run: | meson setup build -Dfastfloat=true -Dthreaded=true meson compile -C build meson test -C build VisualStudio-meson: runs-on: windows-latest steps: - uses: actions/checkout@v4 - name: Install packages run: | pip install meson==0.64.0 - uses: ilammy/msvc-dev-cmd@v1 - name: Build Windows run: | meson setup build meson compile -C build meson test -C build lcms2-2.17/.github/workflows/codeql-analysis.yml0000644000175000017500000000512714752176133020723 0ustar martimarti# For most projects, this workflow file will not need changing; you simply need # to commit it to your repository. # # You may wish to alter this file to override the set of languages analyzed, # or to provide custom queries or build logic. name: "CodeQL" on: push: branches: [master] pull_request: # The branches below must be a subset of the branches above branches: [master] schedule: - cron: '0 6 * * 5' permissions: read-all jobs: analyze: name: Analyze runs-on: ubuntu-latest permissions: actions: read # for github/codeql-action/init to get workflow details contents: read # for actions/checkout to fetch code security-events: write # for github/codeql-action/autobuild to send a status report strategy: fail-fast: false matrix: # Override automatic language detection by changing the below list # Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python'] language: ['cpp'] # Learn more... # https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection steps: - name: Checkout repository uses: actions/checkout@v4 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. fetch-depth: 2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v3.25.15 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. # By default, queries listed here will override any specified in a config file. # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild uses: github/codeql-action/autobuild@v3.25.15 # ℹ️ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines # and modify them (or add more) to build your code if your project # uses a compiled language #- run: | # make bootstrap # make release - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3.25.15 lcms2-2.17/.github/workflows/scorecard.yml0000644000175000017500000000376514752176133017606 0ustar martimartiname: Scorecard supply-chain security on: # For Branch-Protection check. Only the default branch is supported. See # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection branch_protection_rule: # To guarantee Maintained check is occasionally updated. See # https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained schedule: - cron: '38 3 * * 5' push: branches: [ "master" ] # Declare default permissions as read only. permissions: read-all jobs: analysis: name: Scorecard analysis runs-on: ubuntu-latest permissions: # Needed to upload the results to code-scanning dashboard. security-events: write # Needed to publish results and get a badge (see publish_results below). id-token: write steps: - name: "Checkout code" uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: persist-credentials: false - name: "Run analysis" uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0 with: results_file: results.sarif results_format: sarif # Publish results to OpenSSF REST API for easy access by consumers and allows the repository to include the Scorecard badge. # See https://github.com/ossf/scorecard-action#publishing-results publish_results: true # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: SARIF file path: results.sarif retention-days: 5 # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" uses: github/codeql-action/upload-sarif@5cdd182212d3c2e1b78ee867e1dc499ddc60c0eb # v2.24.0 with: sarif_file: results.sarif lcms2-2.17/.gitignore0000644000175000017500000000120414752176133013473 0ustar martimarti.autotools .cproject .project .settings *.o *.Plo *.a *.so.* *.la *.lai *.lo *.Po *.pc *.so *.lib Thumbs.db *.obj *.pdb *.user *.aps *.pch *.vspscc *_i.c *_p.c *.ncb *.suo *.tlb *.tlh *.bak *.cache *.ilk *.log *.exe [Bb]in [Dd]ebug*/ *.sbr obj/ [Rr]elease*/ _ReSharper*/ [Tt]est[Rr]esult* .vs/ #Nuget packages folder packages/ /config.status /utils/common/.dirstamp /testbed/.libs/lt-testcms /testbed/.libs/testcms /testbed/testcms #Xcode libtool Build DerivedData .libs /utils/transicc/transicc /utils/tificc/tificc /utils/psicc/psicc /utils/linkicc/linkicc /utils/jpgicc/jpgicc *.tlog *.ipdb *.iobj *.recipe *.idb *.lastcodeanalysissucceeded lcms2-2.17/INSTALL0000644000175000017500000000005514752176133012537 0ustar martimarti Please see the documentation in doc folder lcms2-2.17/LICENSE0000644000175000017500000000207014752176133012512 0ustar martimartiMIT License Copyright (c) 2023 Marti Maria Saguer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. lcms2-2.17/Lib/0000755000175000017500000000000014752176133012214 5ustar martimartilcms2-2.17/Lib/BC/0000755000175000017500000000000014752176133012500 5ustar martimartilcms2-2.17/Lib/BC/BC.txt0000644000175000017500000000000214752176133013515 0ustar martimartiBClcms2-2.17/Lib/MS/0000755000175000017500000000000014752176133012533 5ustar martimartilcms2-2.17/Lib/MS/MS.TXT0000644000175000017500000000000214752176133013443 0ustar martimartiMSlcms2-2.17/Makefile.am0000644000175000017500000000230514752176133013542 0ustar martimarti# # Top-Level Makefile for building LittleCMS 2 # # Don't require all the GNU mandated files AUTOMAKE_OPTIONS = 1.7.2 dist-zip foreign ACLOCAL_AMFLAGS = -I m4 PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ USER_PLUGINS = if COND_FASTFLOAT USER_PLUGINS += plugins/fast_float endif if COND_THREADED USER_PLUGINS += plugins/threaded endif # Directories containing Makefiles to 'make' SUBDIRS = src include utils/tificc utils/transicc utils/linkicc utils/jpgicc utils/psicc testbed $(USER_PLUGINS) # Additional files to distribute EXTRA_DIST = AUTHORS COPYING ChangeLog doc Projects include bin Lib INSTALL README.md autogen.sh lcms2.pc.in plugins pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = lcms2.pc # Make sure get rid of VC stuff... clean-local: rm -rf autom4te.cache find Projects -name "*.user" | xargs rm -rf find Projects -name "Release" | xargs rm -rf find Projects -name "Debug" | xargs rm -rf find Projects -name "*.aps" | xargs rm -rf find Projects -name "*.suo" | xargs rm -rf find Projects -name "*.log" | xargs rm -rf find Projects -name "*.sdf" | xargs rm -rf find Projects -name "*.opensdf" | xargs rm -rf find Projects -name "ipch" | xargs rm -rf lcms2-2.17/Projects/0000755000175000017500000000000014752176133013277 5ustar martimartilcms2-2.17/Projects/.gitignore0000644000175000017500000000015314752176133015266 0ustar martimarti# Visual Studio **.opensdf **.sdf **.suo **.user Debug/ Release/ # Xcode & macOS xcuserdata/ .DS_Store ._* lcms2-2.17/Projects/BorlandC_5.5/0000755000175000017500000000000014752176133015352 5ustar martimartilcms2-2.17/Projects/BorlandC_5.5/lcmsdll.lk0000644000175000017500000000065114752176133017336 0ustar martimarti/x/aa/c/Tpd C0D32.OBJ+ cmsalpha.obj+ cmscam02.obj+ cmscgats.obj+ cmscnvrt.obj+ cmserr.obj+ cmsgamma.obj+ cmsgmt.obj+ cmshalf.obj+ cmsintrp.obj+ cmsio0.obj+ cmsio1.obj+ cmslut.obj+ cmsmd5.obj+ cmsmtrx.obj+ cmsnamed.obj+ cmsopt.obj+ cmspack.obj+ cmspcs.obj+ cmsplugin.obj+ cmsps2.obj+ cmssamp.obj+ cmssm.obj+ cmstypes.obj+ cmsvirt.obj+ cmswtpnt.obj+ cmsxform.obj ..\..\bin\lcms2.dll cw32mt.lib import32.lib ..\..\src\lcms2.deflcms2-2.17/Projects/BorlandC_5.5/lcmsdll.lst0000644000175000017500000000122614752176133017531 0ustar martimarti-5 -C -DCMS_DLL -DCMS_DLL_BUILD -I..\..\include -K -O2 -a8 -d -ff -w -wucp -wsig -wdef -wnod -wamb -OS -RT- -R- -tWM -tWD -w- -x- -c ..\..\src\cmscam02.c ..\..\src\cmscgats.c ..\..\src\cmscnvrt.c ..\..\src\cmserr.c ..\..\src\cmsgamma.c ..\..\src\cmsgmt.c ..\..\src\cmsintrp.c ..\..\src\cmsio0.c ..\..\src\cmsio1.c ..\..\src\cmslut.c ..\..\src\cmsmd5.c ..\..\src\cmsmtrx.c ..\..\src\cmsnamed.c ..\..\src\cmsopt.c ..\..\src\cmspack.c ..\..\src\cmspcs.c ..\..\src\cmsplugin.c ..\..\src\cmsps2.c ..\..\src\cmssamp.c ..\..\src\cmssm.c ..\..\src\cmstypes.c ..\..\src\cmsvirt.c ..\..\src\cmswtpnt.c ..\..\src\cmsxform.c ..\..\src\cmshalf.c ..\..\src\cmsalpha.clcms2-2.17/Projects/BorlandC_5.5/mklcmsdll.bat0000644000175000017500000000043414752176133020025 0ustar martimarti@echo off echo. echo This will build the littlecms DLL using Borland C 5.5 compiler. echo. echo Press Ctrl-C to abort, or pause bcc32 @lcmsdll.lst if errorlevel 0 ilink32 @lcmsdll.lk if errorlevel 0 brc32 -fe ..\..\bin\lcms2.dll lcms2.rc del *.obj del *.res echo Done! lcms2-2.17/Projects/BorlandC_5.5/lcms2.rc0000644000175000017500000000101214752176133016712 0ustar martimarti 1 VERSIONINFO FILEVERSION 2, 17, 0, 0 PRODUCTVERSION 2, 17, 0, 0 FILEOS VOS_NT_WINDOWS32 FILETYPE VFT_DLL { BLOCK "StringFileInfo" { BLOCK "040904E4" { VALUE "CompanyName", "Marti Maria\000\000" VALUE "FileDescription", "lcms color engine\000" VALUE "FileVersion", "2.17\000\000" VALUE "InternalName", "lcms2\000" VALUE "LegalCopyright", "Copyright © Marti Maria 2024\000\000" VALUE "OriginalFilename", "lcms2.dll\000" } } BLOCK "VarFileInfo" { VALUE "Translation", 0x409, 1252 } } lcms2-2.17/Projects/Qt/0000755000175000017500000000000014752176133013663 5ustar martimartilcms2-2.17/Projects/Qt/lcms2/0000755000175000017500000000000014752176133014703 5ustar martimartilcms2-2.17/Projects/Qt/lcms2/lcms2.pro0000644000175000017500000000251214752176133016445 0ustar martimartiQT -= gui TEMPLATE = lib CONFIG += staticlib CONFIG += c++17 # You can make your code fail to compile if it uses deprecated APIs. # In order to do so, uncomment the following line. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 INCLUDEPATH += ../../../include ../../../src HEADERS += \ ../../../include/lcms2.h \ ../../../include/lcms2_plugin.h \ ../../../src/lcms2_internal.h SOURCES += \ ../../../src/cmsalpha.c \ ../../../src/cmscam02.c \ ../../../src/cmscgats.c \ ../../../src/cmscnvrt.c \ ../../../src/cmserr.c \ ../../../src/cmsgamma.c \ ../../../src/cmsgmt.c \ ../../../src/cmshalf.c \ ../../../src/cmsintrp.c \ ../../../src/cmsio0.c \ ../../../src/cmsio1.c \ ../../../src/cmslut.c \ ../../../src/cmsmd5.c \ ../../../src/cmsmtrx.c \ ../../../src/cmsnamed.c \ ../../../src/cmsopt.c \ ../../../src/cmspack.c \ ../../../src/cmspcs.c \ ../../../src/cmsplugin.c \ ../../../src/cmsps2.c \ ../../../src/cmssamp.c \ ../../../src/cmssm.c \ ../../../src/cmstypes.c \ ../../../src/cmsvirt.c \ ../../../src/cmswtpnt.c \ ../../../src/cmsxform.c # Default rules for deployment. unix { target.path = $$[QT_INSTALL_PLUGINS]/generic } !isEmpty(target.path): INSTALLS += target lcms2-2.17/Projects/VC2017/0000755000175000017500000000000014752176133014121 5ustar martimartilcms2-2.17/Projects/VC2017/jpegicc/0000755000175000017500000000000014752176133015525 5ustar martimartilcms2-2.17/Projects/VC2017/jpegicc/jpegicc.vcxproj0000644000175000017500000003100614752176133020546 0ustar martimarti Debug Win32 Debug x64 Release Win32 Release x64 {62812507-F926-4968-96A9-17678460AD90} jpegicc Win32Proj 10.0.17134.0 Application Unicode true v141 Application Unicode true v141 Application Unicode v141 Application Unicode v141 <_ProjectFileVersion>10.0.21006.1 ..\..\..\bin\ ..\..\..\bin\ $(Configuration)\ $(Configuration)\ true true ..\..\..\bin\ ..\..\..\bin\ $(Configuration)\ $(Configuration)\ false false AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset $(IncludePath);;C:\code\jpeg-9a $(IncludePath);;C:\code\jpeg-9a $(LibraryPath);;C:\code\jpeg-9a $(LibraryPath);;C:\code\jpeg-9a $(IncludePath);;C:\code\jpeg-9a $(IncludePath);;C:\code\jpeg-9a $(LibraryPath);;C:\code\jpeg-9a $(LibraryPath);;C:\code\jpeg-9a Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level4 EditAndContinue true libjpeg.lib;%(AdditionalDependencies) true Console MachineX86 false Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL Level4 ProgramDatabase true libjpeg.lib;%(AdditionalDependencies) true Console false Full true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level3 ProgramDatabase Speed true true true true libjpeg.lib;%(AdditionalDependencies) true Console true true MachineX86 false true Full true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level3 ProgramDatabase Speed true true true libjpeg.lib;%(AdditionalDependencies) true Console true true false {71dede59-3f1e-486b-a899-4283000f76b5} false lcms2-2.17/Projects/VC2017/jpegicc/jpegicc.vcxproj.filters0000644000175000017500000000236714752176133022225 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx Source Files Source Files Source Files Source Files lcms2-2.17/Projects/VC2017/lcms2.sln0000644000175000017500000003554414752176133015672 0ustar martimarti Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 VisualStudioVersion = 14.0.23107.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testbed", "testbed\testbed.vcxproj", "{928A3A2B-46EF-4279-959C-513B3652FF0E}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tifficc", "tifficc\tifficc.vcxproj", "{2256DE16-ED92-4A6F-9C54-F65BB61E64A2}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lcms2_DLL", "lcms2_DLL\lcms2_DLL.vcxproj", "{8C51BE48-ADB8-4089-A9EC-F6BF993A0548}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "linkicc", "linkicc\linkicc.vcxproj", "{FBFBE1DC-DB84-4BA1-9552-B4780F457849}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "transicc", "transicc\transicc.vcxproj", "{9EE22D66-C849-474C-9ED5-C3E141DAB160}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "jpegicc", "jpegicc\jpegicc.vcxproj", "{62812507-F926-4968-96A9-17678460AD90}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tiffdiff", "tiffdiff\tiffdiff.vcxproj", "{75B91835-CCD7-48BE-A606-A9C997D5DBEE}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lcms2_static", "lcms2_static\lcms2_static.vcxproj", "{71DEDE59-3F1E-486B-A899-4283000F76B5}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "psicc", "psicc\psicc.vcxproj", "{EF6A8851-65FE-46F5-B9EF-14F0B671F693}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {928A3A2B-46EF-4279-959C-513B3652FF0E}.Debug|Win32.ActiveCfg = Debug|Win32 {928A3A2B-46EF-4279-959C-513B3652FF0E}.Debug|Win32.Build.0 = Debug|Win32 {928A3A2B-46EF-4279-959C-513B3652FF0E}.Debug|x64.ActiveCfg = Debug|x64 {928A3A2B-46EF-4279-959C-513B3652FF0E}.Debug|x64.Build.0 = Debug|x64 {928A3A2B-46EF-4279-959C-513B3652FF0E}.Release|Win32.ActiveCfg = Release|Win32 {928A3A2B-46EF-4279-959C-513B3652FF0E}.Release|Win32.Build.0 = Release|Win32 {928A3A2B-46EF-4279-959C-513B3652FF0E}.Release|x64.ActiveCfg = Release|x64 {928A3A2B-46EF-4279-959C-513B3652FF0E}.Release|x64.Build.0 = Release|x64 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Debug|Win32.ActiveCfg = Debug|Win32 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Debug|Win32.Build.0 = Debug|Win32 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Debug|x64.ActiveCfg = Debug|x64 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Debug|x64.Build.0 = Debug|x64 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Release|Win32.ActiveCfg = Release|Win32 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Release|Win32.Build.0 = Release|Win32 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Release|x64.ActiveCfg = Release|x64 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Release|x64.Build.0 = Release|x64 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Debug|Win32.ActiveCfg = Debug|Win32 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Debug|Win32.Build.0 = Debug|Win32 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Debug|x64.ActiveCfg = Debug|x64 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Debug|x64.Build.0 = Debug|x64 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Release|Win32.ActiveCfg = Release|Win32 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Release|Win32.Build.0 = Release|Win32 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Release|x64.ActiveCfg = Release|x64 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Release|x64.Build.0 = Release|x64 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Debug|Win32.ActiveCfg = Debug|Win32 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Debug|Win32.Build.0 = Debug|Win32 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Debug|x64.ActiveCfg = Debug|x64 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Debug|x64.Build.0 = Debug|x64 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Release|Win32.ActiveCfg = Release|Win32 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Release|Win32.Build.0 = Release|Win32 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Release|x64.ActiveCfg = Release|x64 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Release|x64.Build.0 = Release|x64 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Debug|Win32.ActiveCfg = Debug|Win32 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Debug|Win32.Build.0 = Debug|Win32 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Debug|x64.ActiveCfg = Debug|x64 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Debug|x64.Build.0 = Debug|x64 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Release|Win32.ActiveCfg = Release|Win32 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Release|Win32.Build.0 = Release|Win32 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Release|x64.ActiveCfg = Release|x64 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Release|x64.Build.0 = Release|x64 {62812507-F926-4968-96A9-17678460AD90}.Debug|Win32.ActiveCfg = Debug|Win32 {62812507-F926-4968-96A9-17678460AD90}.Debug|Win32.Build.0 = Debug|Win32 {62812507-F926-4968-96A9-17678460AD90}.Debug|x64.ActiveCfg = Debug|x64 {62812507-F926-4968-96A9-17678460AD90}.Debug|x64.Build.0 = Debug|x64 {62812507-F926-4968-96A9-17678460AD90}.Release|Win32.ActiveCfg = Release|Win32 {62812507-F926-4968-96A9-17678460AD90}.Release|Win32.Build.0 = Release|Win32 {62812507-F926-4968-96A9-17678460AD90}.Release|x64.ActiveCfg = Release|x64 {62812507-F926-4968-96A9-17678460AD90}.Release|x64.Build.0 = Release|x64 {62812507-F926-4968-96A9-17678460AD90}.Release|x64.Deploy.0 = Release|x64 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Debug|Win32.ActiveCfg = Debug|Win32 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Debug|Win32.Build.0 = Debug|Win32 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Debug|x64.ActiveCfg = Debug|x64 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Debug|x64.Build.0 = Debug|x64 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Release|Win32.ActiveCfg = Release|Win32 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Release|Win32.Build.0 = Release|Win32 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Release|x64.ActiveCfg = Release|x64 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Release|x64.Build.0 = Release|x64 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Debug|Win32.ActiveCfg = Debug|Win32 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Debug|Win32.Build.0 = Debug|Win32 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Debug|x64.ActiveCfg = Debug|x64 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Debug|x64.Build.0 = Debug|x64 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Release|Win32.ActiveCfg = Release|Win32 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Release|Win32.Build.0 = Release|Win32 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Release|x64.ActiveCfg = Release|x64 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Release|x64.Build.0 = Release|x64 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Debug|Win32.ActiveCfg = Debug|Win32 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Debug|Win32.Build.0 = Debug|Win32 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Debug|x64.ActiveCfg = Debug|x64 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Debug|x64.Build.0 = Debug|x64 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Release|Win32.ActiveCfg = Release|Win32 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Release|Win32.Build.0 = Release|Win32 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Release|x64.ActiveCfg = Release|x64 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution QtVersion = $(DefaultQtVersion) EndGlobalSection EndGlobal lcms2-2.17/Projects/VC2017/lcms2_DLL/0000755000175000017500000000000014752176133015634 5ustar martimartilcms2-2.17/Projects/VC2017/lcms2_DLL/lcms2_DLL.vcxproj0000644000175000017500000003252114752176133020767 0ustar martimarti Debug Win32 Debug x64 Release Win32 Release x64 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548} lcms2_DLL Win32Proj 10.0.17134.0 DynamicLibrary Unicode true v141 DynamicLibrary Unicode true v141 DynamicLibrary Unicode v141 DynamicLibrary Unicode v141 <_ProjectFileVersion>10.0.21006.1 ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ true true ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ false false AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset lcms2 lcms2 lcms2 lcms2 Disabled ../../../include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;CMS_DLL_BUILD;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level4 true false ..\..\..\src\lcms2.def true Windows MachineX86 Disabled ../../../include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;CMS_DLL_BUILD;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL Level4 true false true Windows $(OutDir)$(TargetName)$(TargetExt) Full true Speed true true true ../../../include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;CMS_DLL_BUILD;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) MultiThreaded true Level4 true OnlyExplicitInline true ..\..\..\src\lcms2.def true Windows true true MachineX86 true Full true Speed true true true ../../../include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;CMS_DLL_BUILD;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) MultiThreaded true Level4 true OnlyExplicitInline true true Windows true true true lcms2-2.17/Projects/VC2017/lcms2_DLL/lcms2_DLL.vcxproj.filters0000644000175000017500000001015114752176133022431 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Header Files Header Files Source Files Resource Files Resource Files Source Files lcms2-2.17/Projects/VC2017/lcms2_static/0000755000175000017500000000000014752176133016510 5ustar martimartilcms2-2.17/Projects/VC2017/lcms2_static/lcms2_static.vcxproj0000644000175000017500000002655514752176133022531 0ustar martimarti Debug Win32 Debug x64 Release Win32 Release x64 {71DEDE59-3F1E-486B-A899-4283000F76B5} lcms2_static Win32Proj 10.0.17134.0 StaticLibrary Unicode true v141 StaticLibrary Unicode true v141 StaticLibrary Unicode v141 StaticLibrary Unicode v141 <_ProjectFileVersion>10.0.21006.1 ..\..\..\Lib\MS\ ..\..\..\Lib\MS\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ ..\..\..\Lib\MS\ ..\..\..\Lib\MS\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset Disabled ../../../include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) true EnableFastChecks Level4 EditAndContinue true MultiThreadedDebugDLL Disabled ../../../include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebug Level4 ProgramDatabase true Default MaxSpeed true ../../../include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) MultiThreadedDLL true Level4 ProgramDatabase Speed true false OnlyExplicitInline false true Precise false false true true MaxSpeed true ../../../include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) MultiThreaded true Level4 ProgramDatabase Speed true true OnlyExplicitInline false true true true lcms2-2.17/Projects/VC2017/lcms2_static/lcms2_static.vcxproj.filters0000644000175000017500000000737514752176133024177 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Header Files Header Files Source Files lcms2-2.17/Projects/VC2017/linkicc/0000755000175000017500000000000014752176133015535 5ustar martimartilcms2-2.17/Projects/VC2017/linkicc/linkicc.vcxproj0000644000175000017500000002507614752176133020600 0ustar martimarti Debug Win32 Debug x64 Release Win32 Release x64 {FBFBE1DC-DB84-4BA1-9552-B4780F457849} linkicc Win32Proj 10.0.17134.0 Application Unicode true v141 Application Unicode true v141 Application Unicode v141 Application Unicode v141 <_ProjectFileVersion>10.0.21006.1 ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ true true ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ false false AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDLL Level4 EditAndContinue true true Console MachineX86 Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebug Level4 ProgramDatabase true true Console MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level4 ProgramDatabase true true true Console true true MachineX86 true MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level4 ProgramDatabase true true Console true true {71dede59-3f1e-486b-a899-4283000f76b5} false lcms2-2.17/Projects/VC2017/linkicc/linkicc.vcxproj.filters0000644000175000017500000000221214752176133022232 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx Source Files Source Files Source Files lcms2-2.17/Projects/VC2017/psicc/0000755000175000017500000000000014752176133015222 5ustar martimartilcms2-2.17/Projects/VC2017/psicc/psicc.vcxproj0000644000175000017500000002507214752176133017746 0ustar martimarti Debug Win32 Debug x64 Release Win32 Release x64 {EF6A8851-65FE-46F5-B9EF-14F0B671F693} psicc Win32Proj 10.0.17134.0 Application Unicode true v141 Application Unicode true v141 Application Unicode v141 Application Unicode v141 <_ProjectFileVersion>10.0.21006.1 ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ true true ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ false false AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level4 EditAndContinue true true Console MachineX86 Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL Level4 ProgramDatabase true true Console MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreaded true Level4 ProgramDatabase true true true Console true true MachineX86 true MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreaded true Level4 ProgramDatabase true true Console true true {71dede59-3f1e-486b-a899-4283000f76b5} false lcms2-2.17/Projects/VC2017/psicc/psicc.vcxproj.filters0000644000175000017500000000220614752176133021407 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx Source Files Source Files Source Files lcms2-2.17/Projects/VC2017/resource.h0000644000175000017500000000065614752176133016130 0ustar martimarti//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by lcms2.rc // // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NO_MFC 1 #define _APS_NEXT_RESOURCE_VALUE 101 #define _APS_NEXT_COMMAND_VALUE 40001 #define _APS_NEXT_CONTROL_VALUE 1000 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif lcms2-2.17/Projects/VC2017/testbed/0000755000175000017500000000000014752176133015553 5ustar martimartilcms2-2.17/Projects/VC2017/testbed/testbed.vcxproj0000644000175000017500000002652614752176133020635 0ustar martimarti Debug Win32 Debug x64 Release Win32 Release x64 {928A3A2B-46EF-4279-959C-513B3652FF0E} testbed Win32Proj 10.0.17134.0 Application Unicode true v141 Application Unicode true v141 Application Unicode v141 Application Unicode v141 <_ProjectFileVersion>10.0.21006.1 $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ true true ..\..\..\testbed\ ..\..\..\testbed\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ false false AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset ..\..\..\testbed\ ..\..\..\testbed\ Disabled ../../../include;../../../src;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level3 EditAndContinue true true Console MachineX86 false Disabled ../../../include;../../../src;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebug Level3 ProgramDatabase true true Console false Full true Speed true false ../../../include;../../../src;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL false true NotSet Level3 ProgramDatabase Cdecl true true true Console true true MachineX86 false true Full true Speed true true ../../../include;../../../src;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreaded false true NotSet Level3 ProgramDatabase Cdecl true true Console true true false {71dede59-3f1e-486b-a899-4283000f76b5} false lcms2-2.17/Projects/VC2017/testbed/testbed.vcxproj.filters0000644000175000017500000000220114752176133022264 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx Source Files Source Files Source Files lcms2-2.17/Projects/VC2017/tiffdiff/0000755000175000017500000000000014752176133015702 5ustar martimartilcms2-2.17/Projects/VC2017/tiffdiff/tiffdiff.vcxproj0000644000175000017500000003065714752176133021113 0ustar martimarti Debug Win32 Debug x64 Release Win32 Release x64 {75B91835-CCD7-48BE-A606-A9C997D5DBEE} tiffdiff Win32Proj 10.0.17134.0 Application Unicode true v141 Application Unicode true v141 Application Unicode v141 Application Unicode v141 <_ProjectFileVersion>10.0.21006.1 ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ true true ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ false false AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset C:\jpeg-8d;c:\tiff-4.0.2\libtiff;$(IncludePath) C:\jpeg-8d;c:\tiff-4.0.2\libtiff;$(IncludePath) C:\jpeg-8d;C:\tiff-4.0.2\libtiff;$(LibraryPath) C:\jpeg-8d;C:\tiff-4.0.2\libtiff;$(LibraryPath) C:\jpeg-8d;c:\tiff-4.0.2\libtiff;$(IncludePath) C:\jpeg-8d;c:\tiff-4.0.2\libtiff;$(IncludePath) C:\jpeg-8d;C:\tiff-4.0.2\libtiff;$(LibraryPath) C:\jpeg-8d;C:\tiff-4.0.2\libtiff;$(LibraryPath) Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level4 EditAndContinue true libtiff.lib;%(AdditionalDependencies) true Console MachineX86 false Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebug Level4 ProgramDatabase true libtiff.lib;%(AdditionalDependencies) true Console false MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level4 ProgramDatabase true true libtiff.lib;%(AdditionalDependencies) true Console true true MachineX86 $(OutDir)$(TargetName)$(TargetExt) false true MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level4 ProgramDatabase true libtiff.lib;%(AdditionalDependencies) true Console true true $(OutDir)$(TargetName)$(TargetExt) false {71dede59-3f1e-486b-a899-4283000f76b5} false lcms2-2.17/Projects/VC2017/tiffdiff/tiffdiff.vcxproj.filters0000644000175000017500000000221114752176133022543 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx Source Files Source Files Source Files lcms2-2.17/Projects/VC2017/tifficc/0000755000175000017500000000000014752176133015530 5ustar martimartilcms2-2.17/Projects/VC2017/tifficc/tifficc.vcxproj0000644000175000017500000003045314752176133020561 0ustar martimarti Debug Win32 Debug x64 Release Win32 Release x64 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2} tifficc Win32Proj 10.0.17134.0 Application Unicode true v141 Application Unicode true v141 Application Unicode v141 Application Unicode v141 <_ProjectFileVersion>10.0.21006.1 ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ true true ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ false false AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset $(IncludePath);C:\tiff-4.0.2\libtiff $(IncludePath);C:\tiff-4.0.2\libtiff $(LibraryPath);C:\tiff-4.0.2\libtiff $(LibraryPath);C:\tiff-4.0.2\libtiff $(IncludePath);C:\tiff-4.0.2\libtiff $(IncludePath);C:\tiff-4.0.2\libtiff $(LibraryPath);C:\tiff-4.0.2\libtiff $(LibraryPath);C:\tiff-4.0.2\libtiff Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level3 EditAndContinue true libtiff.lib;%(AdditionalDependencies) true Console MachineX86 false Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL Level3 ProgramDatabase true libtiff.lib;%(AdditionalDependencies) true Console false MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level4 ProgramDatabase true true libtiff.lib;%(AdditionalDependencies) true Console true true MachineX86 false true MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level4 ProgramDatabase true libtiff.lib;%(AdditionalDependencies) true Console true true false {71dede59-3f1e-486b-a899-4283000f76b5} false lcms2-2.17/Projects/VC2017/tifficc/tifficc.vcxproj.filters0000644000175000017500000000242214752176133022223 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx Source Files Source Files Source Files Header Files lcms2-2.17/Projects/VC2017/transicc/0000755000175000017500000000000014752176133015727 5ustar martimartilcms2-2.17/Projects/VC2017/transicc/transicc.vcxproj0000644000175000017500000002543114752176133021157 0ustar martimarti Debug Win32 Debug x64 Release Win32 Release x64 {9EE22D66-C849-474C-9ED5-C3E141DAB160} transicc Win32Proj 10.0.17134.0 Application Unicode true v141 Application Unicode true v141 Application Unicode v141 Application Unicode v141 <_ProjectFileVersion>10.0.21006.1 ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ true true ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ false false AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level4 EditAndContinue true true Console MachineX86 Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL Level4 ProgramDatabase true true Console MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level4 ProgramDatabase true true true Console true true MachineX86 true MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreaded true Level4 ProgramDatabase true true Console true true false {71dede59-3f1e-486b-a899-4283000f76b5} false lcms2-2.17/Projects/VC2017/transicc/transicc.vcxproj.filters0000644000175000017500000000242614752176133022625 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx Source Files Source Files Source Files Header Files lcms2-2.17/Projects/VC2017/lcms2.rc0000644000175000017500000000452614752176133015476 0ustar martimarti// Microsoft Visual C++ generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #define APSTUDIO_HIDDEN_SYMBOLS #include "windows.h" #undef APSTUDIO_HIDDEN_SYMBOLS ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // Spanish (Spain, International Sort) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ESN) LANGUAGE LANG_SPANISH, SUBLANG_SPANISH_MODERN #pragma code_page(1252) ///////////////////////////////////////////////////////////////////////////// // // Version // 1 VERSIONINFO FILEVERSION 2,17,0,0 PRODUCTVERSION 2,17,0,0 FILEFLAGSMASK 0x0L #ifdef _DEBUG FILEFLAGS 0x1L #else FILEFLAGS 0x0L #endif FILEOS 0x40004L FILETYPE 0x2L FILESUBTYPE 0x0L BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904e4" BEGIN VALUE "CompanyName", "Marti Maria" VALUE "FileDescription", "lcms color engine" VALUE "FileVersion", "2.17.0.0" VALUE "InternalName", "lcms2" VALUE "LegalCopyright", "Copyright © Marti Maria 2024" VALUE "OriginalFilename", "lcms2.dll" VALUE "ProductName", "LittleCMS color engine" VALUE "ProductVersion", "2.17.0.0" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x409, 1252 END END #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE // 1 TEXTINCLUDE BEGIN "resource.h\0" END 2 TEXTINCLUDE BEGIN "#define APSTUDIO_HIDDEN_SYMBOLS\r\n" "#include ""windows.h""\r\n" "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n" "\0" END 3 TEXTINCLUDE BEGIN "\r\n" "\0" END #endif // APSTUDIO_INVOKED #endif // Spanish (Spain, International Sort) resources ///////////////////////////////////////////////////////////////////////////// #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. // ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED lcms2-2.17/Projects/VC2019/0000755000175000017500000000000014752176133014123 5ustar martimartilcms2-2.17/Projects/VC2019/jpegicc/0000755000175000017500000000000014752176133015527 5ustar martimartilcms2-2.17/Projects/VC2019/jpegicc/jpegicc.vcxproj0000644000175000017500000004462614752176133020564 0ustar martimarti Debug ARM64 Debug Win32 Debug x64 Release ARM64 Release Win32 Release x64 {62812507-F926-4968-96A9-17678460AD90} jpegicc Win32Proj 10.0 Application Unicode true v142 Application Unicode true v142 Application Unicode true v142 Application Unicode v142 Application Unicode v142 Application Unicode v142 <_ProjectFileVersion>10.0.21006.1 ..\..\..\bin\ ..\..\..\bin\ ..\..\..\bin\ $(Configuration)\ $(Configuration)\ $(Configuration)\ true true true ..\..\..\bin\ ..\..\..\bin\ ..\..\..\bin\ $(Configuration)\ $(Configuration)\ $(Configuration)\ false false false AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset $(IncludePath);;C:\code\jpeg-9a $(IncludePath);;C:\code\jpeg-9a $(IncludePath);;C:\code\jpeg-9a $(LibraryPath);;C:\code\jpeg-9a $(LibraryPath);;C:\code\jpeg-9a $(LibraryPath);;C:\code\jpeg-9a $(IncludePath);;C:\code\jpeg-9a $(IncludePath);;C:\code\jpeg-9a $(IncludePath);;C:\code\jpeg-9a $(LibraryPath);;C:\code\jpeg-9a $(LibraryPath);;C:\code\jpeg-9a $(LibraryPath);;C:\code\jpeg-9a Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level4 EditAndContinue true libjpeg.lib;%(AdditionalDependencies) true Console MachineX86 false Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level4 EditAndContinue true libjpeg.lib;%(AdditionalDependencies) true Console false Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL Level4 ProgramDatabase true libjpeg.lib;%(AdditionalDependencies) true Console false Full true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level3 ProgramDatabase Speed true true true false libjpeg.lib;%(AdditionalDependencies) true Console true true MachineX86 false true Full true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level3 ProgramDatabase Speed true true true false libjpeg.lib;%(AdditionalDependencies) true Console true true false true Full true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level3 ProgramDatabase Speed true true true libjpeg.lib;%(AdditionalDependencies) true Console true true false {71dede59-3f1e-486b-a899-4283000f76b5} false lcms2-2.17/Projects/VC2019/jpegicc/jpegicc.vcxproj.filters0000644000175000017500000000236714752176133022227 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx Source Files Source Files Source Files Source Files lcms2-2.17/Projects/VC2019/lcms2.sln0000644000175000017500000006500014752176133015662 0ustar martimarti Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.30011.22 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testbed", "testbed\testbed.vcxproj", "{928A3A2B-46EF-4279-959C-513B3652FF0E}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tifficc", "tifficc\tifficc.vcxproj", "{2256DE16-ED92-4A6F-9C54-F65BB61E64A2}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lcms2_DLL", "lcms2_DLL\lcms2_DLL.vcxproj", "{8C51BE48-ADB8-4089-A9EC-F6BF993A0548}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "linkicc", "linkicc\linkicc.vcxproj", "{FBFBE1DC-DB84-4BA1-9552-B4780F457849}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "transicc", "transicc\transicc.vcxproj", "{9EE22D66-C849-474C-9ED5-C3E141DAB160}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "jpegicc", "jpegicc\jpegicc.vcxproj", "{62812507-F926-4968-96A9-17678460AD90}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tiffdiff", "tiffdiff\tiffdiff.vcxproj", "{75B91835-CCD7-48BE-A606-A9C997D5DBEE}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lcms2_static", "lcms2_static\lcms2_static.vcxproj", "{71DEDE59-3F1E-486B-A899-4283000F76B5}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "psicc", "psicc\psicc.vcxproj", "{EF6A8851-65FE-46F5-B9EF-14F0B671F693}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lcms2_fast_float_plugin", "..\..\plugins\fast_float\Projects\VC2019\lcms2_fast_float_plugin.vcxproj", "{AD9FF79B-CF6E-4971-A7CF-DAA47D636676}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lcms2_fast_float_plugin_testbed", "..\..\plugins\fast_float\Projects\VC2019\lcms2_fast_float_plugin_testbed.vcxproj", "{7629D670-C419-402B-8A90-747952EE9FC0}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "plugins", "plugins", "{8349DD7F-F750-4910-A5A5-0628223BD3EB}" ProjectSection(SolutionItems) = preProject ..\..\plugins\README.1ST = ..\..\plugins\README.1ST EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "fast_float", "fast_float", "{1696CDC1-F411-4F84-BC94-C63FEB867D06}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 Release|ARM64 = Release|ARM64 Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {928A3A2B-46EF-4279-959C-513B3652FF0E}.Debug|ARM64.ActiveCfg = Debug|ARM64 {928A3A2B-46EF-4279-959C-513B3652FF0E}.Debug|ARM64.Build.0 = Debug|ARM64 {928A3A2B-46EF-4279-959C-513B3652FF0E}.Debug|Win32.ActiveCfg = Debug|Win32 {928A3A2B-46EF-4279-959C-513B3652FF0E}.Debug|Win32.Build.0 = Debug|Win32 {928A3A2B-46EF-4279-959C-513B3652FF0E}.Debug|x64.ActiveCfg = Debug|x64 {928A3A2B-46EF-4279-959C-513B3652FF0E}.Debug|x64.Build.0 = Debug|x64 {928A3A2B-46EF-4279-959C-513B3652FF0E}.Release|ARM64.ActiveCfg = Release|ARM64 {928A3A2B-46EF-4279-959C-513B3652FF0E}.Release|ARM64.Build.0 = Release|ARM64 {928A3A2B-46EF-4279-959C-513B3652FF0E}.Release|Win32.ActiveCfg = Release|Win32 {928A3A2B-46EF-4279-959C-513B3652FF0E}.Release|Win32.Build.0 = Release|Win32 {928A3A2B-46EF-4279-959C-513B3652FF0E}.Release|x64.ActiveCfg = Release|x64 {928A3A2B-46EF-4279-959C-513B3652FF0E}.Release|x64.Build.0 = Release|x64 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Debug|ARM64.ActiveCfg = Debug|ARM64 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Debug|ARM64.Build.0 = Debug|ARM64 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Debug|Win32.ActiveCfg = Debug|Win32 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Debug|Win32.Build.0 = Debug|Win32 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Debug|x64.ActiveCfg = Debug|x64 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Debug|x64.Build.0 = Debug|x64 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Release|ARM64.ActiveCfg = Release|ARM64 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Release|ARM64.Build.0 = Release|ARM64 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Release|Win32.ActiveCfg = Release|Win32 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Release|Win32.Build.0 = Release|Win32 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Release|x64.ActiveCfg = Release|x64 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Release|x64.Build.0 = Release|x64 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Debug|ARM64.ActiveCfg = Debug|ARM64 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Debug|ARM64.Build.0 = Debug|ARM64 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Debug|Win32.ActiveCfg = Debug|Win32 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Debug|Win32.Build.0 = Debug|Win32 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Debug|x64.ActiveCfg = Debug|x64 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Debug|x64.Build.0 = Debug|x64 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Release|ARM64.ActiveCfg = Release|ARM64 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Release|ARM64.Build.0 = Release|ARM64 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Release|Win32.ActiveCfg = Release|Win32 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Release|Win32.Build.0 = Release|Win32 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Release|x64.ActiveCfg = Release|x64 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Release|x64.Build.0 = Release|x64 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Debug|ARM64.ActiveCfg = Debug|ARM64 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Debug|ARM64.Build.0 = Debug|ARM64 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Debug|Win32.ActiveCfg = Debug|Win32 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Debug|Win32.Build.0 = Debug|Win32 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Debug|x64.ActiveCfg = Debug|x64 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Debug|x64.Build.0 = Debug|x64 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Release|ARM64.ActiveCfg = Release|ARM64 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Release|ARM64.Build.0 = Release|ARM64 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Release|Win32.ActiveCfg = Release|Win32 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Release|Win32.Build.0 = Release|Win32 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Release|x64.ActiveCfg = Release|x64 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Release|x64.Build.0 = Release|x64 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Debug|ARM64.ActiveCfg = Debug|ARM64 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Debug|ARM64.Build.0 = Debug|ARM64 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Debug|Win32.ActiveCfg = Debug|Win32 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Debug|Win32.Build.0 = Debug|Win32 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Debug|x64.ActiveCfg = Debug|x64 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Debug|x64.Build.0 = Debug|x64 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Release|ARM64.ActiveCfg = Release|ARM64 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Release|ARM64.Build.0 = Release|ARM64 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Release|Win32.ActiveCfg = Release|Win32 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Release|Win32.Build.0 = Release|Win32 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Release|x64.ActiveCfg = Release|x64 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Release|x64.Build.0 = Release|x64 {62812507-F926-4968-96A9-17678460AD90}.Debug|ARM64.ActiveCfg = Debug|ARM64 {62812507-F926-4968-96A9-17678460AD90}.Debug|ARM64.Build.0 = Debug|ARM64 {62812507-F926-4968-96A9-17678460AD90}.Debug|Win32.ActiveCfg = Debug|Win32 {62812507-F926-4968-96A9-17678460AD90}.Debug|Win32.Build.0 = Debug|Win32 {62812507-F926-4968-96A9-17678460AD90}.Debug|x64.ActiveCfg = Debug|x64 {62812507-F926-4968-96A9-17678460AD90}.Debug|x64.Build.0 = Debug|x64 {62812507-F926-4968-96A9-17678460AD90}.Release|ARM64.ActiveCfg = Release|ARM64 {62812507-F926-4968-96A9-17678460AD90}.Release|ARM64.Build.0 = Release|ARM64 {62812507-F926-4968-96A9-17678460AD90}.Release|Win32.ActiveCfg = Release|Win32 {62812507-F926-4968-96A9-17678460AD90}.Release|Win32.Build.0 = Release|Win32 {62812507-F926-4968-96A9-17678460AD90}.Release|x64.ActiveCfg = Release|x64 {62812507-F926-4968-96A9-17678460AD90}.Release|x64.Build.0 = Release|x64 {62812507-F926-4968-96A9-17678460AD90}.Release|x64.Deploy.0 = Release|x64 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Debug|ARM64.ActiveCfg = Debug|ARM64 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Debug|ARM64.Build.0 = Debug|ARM64 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Debug|Win32.ActiveCfg = Debug|Win32 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Debug|Win32.Build.0 = Debug|Win32 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Debug|x64.ActiveCfg = Debug|x64 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Debug|x64.Build.0 = Debug|x64 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Release|ARM64.ActiveCfg = Release|ARM64 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Release|ARM64.Build.0 = Release|ARM64 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Release|Win32.ActiveCfg = Release|Win32 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Release|Win32.Build.0 = Release|Win32 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Release|x64.ActiveCfg = Release|x64 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Release|x64.Build.0 = Release|x64 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Debug|ARM64.ActiveCfg = Debug|ARM64 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Debug|ARM64.Build.0 = Debug|ARM64 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Debug|Win32.ActiveCfg = Debug|Win32 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Debug|Win32.Build.0 = Debug|Win32 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Debug|x64.ActiveCfg = Debug|x64 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Debug|x64.Build.0 = Debug|x64 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Release|ARM64.ActiveCfg = Release|ARM64 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Release|ARM64.Build.0 = Release|ARM64 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Release|Win32.ActiveCfg = Release|Win32 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Release|Win32.Build.0 = Release|Win32 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Release|x64.ActiveCfg = Release|x64 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Release|x64.Build.0 = Release|x64 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Debug|ARM64.ActiveCfg = Debug|ARM64 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Debug|ARM64.Build.0 = Debug|ARM64 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Debug|Win32.ActiveCfg = Debug|Win32 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Debug|Win32.Build.0 = Debug|Win32 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Debug|x64.ActiveCfg = Debug|x64 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Debug|x64.Build.0 = Debug|x64 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Release|ARM64.ActiveCfg = Release|ARM64 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Release|ARM64.Build.0 = Release|ARM64 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Release|Win32.ActiveCfg = Release|Win32 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Release|Win32.Build.0 = Release|Win32 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Release|x64.ActiveCfg = Release|x64 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Release|x64.Build.0 = Release|x64 {AD9FF79B-CF6E-4971-A7CF-DAA47D636676}.Debug|ARM64.ActiveCfg = Debug|ARM64 {AD9FF79B-CF6E-4971-A7CF-DAA47D636676}.Debug|ARM64.Build.0 = Debug|ARM64 {AD9FF79B-CF6E-4971-A7CF-DAA47D636676}.Debug|Win32.ActiveCfg = Debug|Win32 {AD9FF79B-CF6E-4971-A7CF-DAA47D636676}.Debug|Win32.Build.0 = Debug|Win32 {AD9FF79B-CF6E-4971-A7CF-DAA47D636676}.Debug|x64.ActiveCfg = Debug|x64 {AD9FF79B-CF6E-4971-A7CF-DAA47D636676}.Debug|x64.Build.0 = Debug|x64 {AD9FF79B-CF6E-4971-A7CF-DAA47D636676}.Release|ARM64.ActiveCfg = Release|ARM64 {AD9FF79B-CF6E-4971-A7CF-DAA47D636676}.Release|ARM64.Build.0 = Release|ARM64 {AD9FF79B-CF6E-4971-A7CF-DAA47D636676}.Release|Win32.ActiveCfg = Release|Win32 {AD9FF79B-CF6E-4971-A7CF-DAA47D636676}.Release|Win32.Build.0 = Release|Win32 {AD9FF79B-CF6E-4971-A7CF-DAA47D636676}.Release|x64.ActiveCfg = Release|x64 {AD9FF79B-CF6E-4971-A7CF-DAA47D636676}.Release|x64.Build.0 = Release|x64 {7629D670-C419-402B-8A90-747952EE9FC0}.Debug|ARM64.ActiveCfg = Debug|ARM64 {7629D670-C419-402B-8A90-747952EE9FC0}.Debug|ARM64.Build.0 = Debug|ARM64 {7629D670-C419-402B-8A90-747952EE9FC0}.Debug|Win32.ActiveCfg = Debug|Win32 {7629D670-C419-402B-8A90-747952EE9FC0}.Debug|Win32.Build.0 = Debug|Win32 {7629D670-C419-402B-8A90-747952EE9FC0}.Debug|x64.ActiveCfg = Debug|x64 {7629D670-C419-402B-8A90-747952EE9FC0}.Debug|x64.Build.0 = Debug|x64 {7629D670-C419-402B-8A90-747952EE9FC0}.Release|ARM64.ActiveCfg = Release|ARM64 {7629D670-C419-402B-8A90-747952EE9FC0}.Release|ARM64.Build.0 = Release|ARM64 {7629D670-C419-402B-8A90-747952EE9FC0}.Release|Win32.ActiveCfg = Release|Win32 {7629D670-C419-402B-8A90-747952EE9FC0}.Release|Win32.Build.0 = Release|Win32 {7629D670-C419-402B-8A90-747952EE9FC0}.Release|x64.ActiveCfg = Release|x64 {7629D670-C419-402B-8A90-747952EE9FC0}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution {AD9FF79B-CF6E-4971-A7CF-DAA47D636676} = {1696CDC1-F411-4F84-BC94-C63FEB867D06} {7629D670-C419-402B-8A90-747952EE9FC0} = {1696CDC1-F411-4F84-BC94-C63FEB867D06} {1696CDC1-F411-4F84-BC94-C63FEB867D06} = {8349DD7F-F750-4910-A5A5-0628223BD3EB} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {E95EA102-6884-4CAD-AF6D-9BF36C69A33D} QtVersion = $(DefaultQtVersion) EndGlobalSection EndGlobal lcms2-2.17/Projects/VC2019/lcms2_DLL/0000755000175000017500000000000014752176133015636 5ustar martimartilcms2-2.17/Projects/VC2019/lcms2_DLL/lcms2_DLL.vcxproj0000644000175000017500000004607714752176133021004 0ustar martimarti Debug ARM64 Debug Win32 Debug x64 Release ARM64 Release Win32 Release x64 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548} lcms2_DLL Win32Proj 10.0 DynamicLibrary Unicode true v142 DynamicLibrary Unicode true v142 DynamicLibrary Unicode true v142 DynamicLibrary Unicode v142 DynamicLibrary Unicode v142 DynamicLibrary Unicode v142 <_ProjectFileVersion>10.0.21006.1 ..\..\..\bin\ ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ true true true ..\..\..\bin\ ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ false false false AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset lcms2 lcms2 lcms2 lcms2 lcms2 lcms2 Disabled ../../../include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;CMS_DLL_BUILD;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level4 true false ..\..\..\src\lcms2.def true Windows MachineX86 Disabled ../../../include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;CMS_DLL_BUILD;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level4 true false ..\..\..\src\lcms2.def true Windows Disabled ../../../include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;CMS_DLL_BUILD;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL Level4 true false true Windows $(OutDir)$(TargetName)$(TargetExt) Full true Speed true true true ../../../include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;CMS_DLL_BUILD;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) MultiThreaded true Level4 true OnlyExplicitInline true ..\..\..\src\lcms2.def true Windows true true MachineX86 true Full true Speed true true true ../../../include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;CMS_DLL_BUILD;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) MultiThreaded true Level4 true OnlyExplicitInline true ..\..\..\src\lcms2.def true Windows true true true Full true Speed true true true ../../../include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;CMS_DLL_BUILD;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) MultiThreaded true Level4 true OnlyExplicitInline true true Windows true true true true lcms2-2.17/Projects/VC2019/lcms2_DLL/lcms2_DLL.vcxproj.filters0000644000175000017500000001015114752176133022433 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Header Files Header Files Source Files Resource Files Resource Files Source Files lcms2-2.17/Projects/VC2019/lcms2_static/0000755000175000017500000000000014752176133016512 5ustar martimartilcms2-2.17/Projects/VC2019/lcms2_static/lcms2_static.vcxproj0000644000175000017500000004026414752176133022524 0ustar martimarti Debug ARM64 Debug Win32 Debug x64 Release ARM64 Release Win32 Release x64 {71DEDE59-3F1E-486B-A899-4283000F76B5} lcms2_static Win32Proj 10.0 StaticLibrary Unicode true v142 StaticLibrary Unicode true v142 StaticLibrary Unicode true v142 StaticLibrary Unicode v142 StaticLibrary Unicode v142 StaticLibrary Unicode v142 <_ProjectFileVersion>10.0.21006.1 ..\..\..\Lib\MS\ ..\..\..\Lib\MS\ ..\..\..\Lib\MS\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ ..\..\..\Lib\MS\ ..\..\..\Lib\MS\ ..\..\..\Lib\MS\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset Disabled ../../../include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) true EnableFastChecks Level4 EditAndContinue true MultiThreadedDebugDLL Disabled ../../../include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) true EnableFastChecks Level4 EditAndContinue true MultiThreadedDebugDLL Disabled ../../../include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebug Level4 ProgramDatabase true Default MaxSpeed true ../../../include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) MultiThreaded true Level4 ProgramDatabase Speed true false OnlyExplicitInline false true Precise false false false true MaxSpeed true ../../../include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) MultiThreaded true Level4 ProgramDatabase Speed true false OnlyExplicitInline false true Precise false false false true MaxSpeed true ../../../include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) MultiThreaded true Level4 ProgramDatabase Speed true true OnlyExplicitInline false true true true lcms2-2.17/Projects/VC2019/lcms2_static/lcms2_static.vcxproj.filters0000644000175000017500000000737514752176133024201 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Header Files Header Files Source Files lcms2-2.17/Projects/VC2019/linkicc/0000755000175000017500000000000014752176133015537 5ustar martimartilcms2-2.17/Projects/VC2019/linkicc/linkicc.vcxproj0000644000175000017500000003672714752176133020607 0ustar martimarti Debug ARM64 Debug Win32 Debug x64 Release ARM64 Release Win32 Release x64 {FBFBE1DC-DB84-4BA1-9552-B4780F457849} linkicc Win32Proj 10.0 Application Unicode true v142 Application Unicode true v142 Application Unicode true v142 Application Unicode v142 Application Unicode v142 Application Unicode v142 <_ProjectFileVersion>10.0.21006.1 ..\..\..\bin\ ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ true true true ..\..\..\bin\ ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ false false false AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDLL Level4 EditAndContinue true true Console MachineX86 Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDLL Level4 EditAndContinue true true Console Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebug Level4 ProgramDatabase true true Console MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true Level4 ProgramDatabase true false MultiThreaded true Console true true MachineX86 true MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true Level4 ProgramDatabase true false MultiThreaded true Console true true true MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true Level4 ProgramDatabase true MultiThreaded true Console true true {71dede59-3f1e-486b-a899-4283000f76b5} false lcms2-2.17/Projects/VC2019/linkicc/linkicc.vcxproj.filters0000644000175000017500000000221214752176133022234 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx Source Files Source Files Source Files lcms2-2.17/Projects/VC2019/psicc/0000755000175000017500000000000014752176133015224 5ustar martimartilcms2-2.17/Projects/VC2019/psicc/psicc.vcxproj0000644000175000017500000003673614752176133017761 0ustar martimarti Debug ARM64 Debug Win32 Debug x64 Release ARM64 Release Win32 Release x64 {EF6A8851-65FE-46F5-B9EF-14F0B671F693} psicc Win32Proj 10.0 Application Unicode true v142 Application Unicode true v142 Application Unicode true v142 Application Unicode v142 Application Unicode v142 Application Unicode v142 <_ProjectFileVersion>10.0.21006.1 ..\..\..\bin\ ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ true true true ..\..\..\bin\ ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ false false false AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level4 EditAndContinue true true Console MachineX86 Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level4 EditAndContinue true true Console Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL Level4 ProgramDatabase true true Console MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreaded true Level4 ProgramDatabase true false true Console true true MachineX86 true MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreaded true Level4 ProgramDatabase true false true Console true true true MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreaded true Level4 ProgramDatabase true true Console true true {71dede59-3f1e-486b-a899-4283000f76b5} false lcms2-2.17/Projects/VC2019/psicc/psicc.vcxproj.filters0000644000175000017500000000220614752176133021411 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx Source Files Source Files Source Files lcms2-2.17/Projects/VC2019/resource.h0000644000175000017500000000065614752176133016132 0ustar martimarti//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by lcms2.rc // // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NO_MFC 1 #define _APS_NEXT_RESOURCE_VALUE 101 #define _APS_NEXT_COMMAND_VALUE 40001 #define _APS_NEXT_CONTROL_VALUE 1000 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif lcms2-2.17/Projects/VC2019/testbed/0000755000175000017500000000000014752176133015555 5ustar martimartilcms2-2.17/Projects/VC2019/testbed/testbed.vcxproj0000644000175000017500000004124514752176133020632 0ustar martimarti Debug ARM64 Debug Win32 Debug x64 Release ARM64 Release Win32 Release x64 {928A3A2B-46EF-4279-959C-513B3652FF0E} testbed Win32Proj 10.0 Application Unicode true v142 Application Unicode true v142 Application Unicode true v142 Application Unicode v142 Application Unicode v142 Application Unicode v142 <_ProjectFileVersion>10.0.21006.1 $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ true true true ..\..\..\testbed\ ..\..\..\testbed\ ..\..\..\testbed\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ false false false AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset ..\..\..\testbed\ ..\..\..\testbed\ ..\..\..\testbed\ Disabled ../../../include;../../../src;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level3 EditAndContinue true true Console MachineX86 false Disabled ../../../include;../../../src;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level3 EditAndContinue true true Console false Disabled ../../../include;../../../src;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebug Level3 ProgramDatabase true true Console false Full true Speed true false ../../../include;../../../src;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL false true NotSet Level3 ProgramDatabase Cdecl true false true Console true true MachineX86 false true Full true Speed true false ../../../include;../../../src;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL false true NotSet Level3 ProgramDatabase Cdecl true false true Console true true false true Full true Speed true true ../../../include;../../../src;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreaded false true NotSet Level3 ProgramDatabase Cdecl true true Console true true false {71dede59-3f1e-486b-a899-4283000f76b5} false lcms2-2.17/Projects/VC2019/testbed/testbed.vcxproj.filters0000644000175000017500000000220114752176133022266 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx Source Files Source Files Source Files lcms2-2.17/Projects/VC2019/tiffdiff/0000755000175000017500000000000014752176133015704 5ustar martimartilcms2-2.17/Projects/VC2019/tiffdiff/tiffdiff.vcxproj0000644000175000017500000004504714752176133021114 0ustar martimarti Debug ARM64 Debug Win32 Debug x64 Release ARM64 Release Win32 Release x64 {75B91835-CCD7-48BE-A606-A9C997D5DBEE} tiffdiff Win32Proj 10.0 Application Unicode true v142 Application Unicode true v142 Application Unicode true v142 Application Unicode v142 Application Unicode v142 Application Unicode v142 <_ProjectFileVersion>10.0.21006.1 ..\..\..\bin\ ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ true true true ..\..\..\bin\ ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ false false false AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset C:\jpeg-8d;$(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff C:\jpeg-8d;$(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff C:\jpeg-8d;$(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff C:\jpeg-8d;$(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff C:\jpeg-8d;$(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff C:\jpeg-8d;$(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff C:\jpeg-8d;$(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff C:\jpeg-8d;$(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff C:\jpeg-8d;$(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff C:\jpeg-8d;$(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff C:\jpeg-8d;$(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff C:\jpeg-8d;$(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level4 EditAndContinue true libtiff.lib;%(AdditionalDependencies) true Console MachineX86 false Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level4 EditAndContinue true libtiff.lib;%(AdditionalDependencies) true Console false Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebug Level4 ProgramDatabase true libtiff.lib;%(AdditionalDependencies) true Console false MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level4 ProgramDatabase true false libtiff.lib;%(AdditionalDependencies) true Console true true MachineX86 $(OutDir)$(TargetName)$(TargetExt) false true MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level4 ProgramDatabase true false libtiff.lib;%(AdditionalDependencies) true Console true true $(OutDir)$(TargetName)$(TargetExt) false true MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level4 ProgramDatabase true libtiff.lib;%(AdditionalDependencies) true Console true true $(OutDir)$(TargetName)$(TargetExt) false {71dede59-3f1e-486b-a899-4283000f76b5} false lcms2-2.17/Projects/VC2019/tiffdiff/tiffdiff.vcxproj.filters0000644000175000017500000000221114752176133022545 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx Source Files Source Files Source Files lcms2-2.17/Projects/VC2019/tifficc/0000755000175000017500000000000014752176133015532 5ustar martimartilcms2-2.17/Projects/VC2019/tifficc/tifficc.vcxproj0000644000175000017500000004446514752176133020573 0ustar martimarti Debug ARM64 Debug Win32 Debug x64 Release ARM64 Release Win32 Release x64 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2} tifficc Win32Proj 10.0 Application Unicode true v142 Application Unicode true v142 Application Unicode true v142 Application Unicode v142 Application Unicode v142 Application Unicode v142 <_ProjectFileVersion>10.0.21006.1 ..\..\..\bin\ ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ true true true ..\..\..\bin\ ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ false false false AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset $(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff $(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff $(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff $(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff $(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff $(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff $(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff $(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff $(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff $(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff $(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff $(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level3 EditAndContinue true libtiff.lib;%(AdditionalDependencies) true Console MachineX86 false Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level3 EditAndContinue true libtiff.lib;%(AdditionalDependencies) true Console false Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL Level3 ProgramDatabase true libtiff.lib;%(AdditionalDependencies) true Console false MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level4 ProgramDatabase true false libtiff.lib;%(AdditionalDependencies) true Console true true MachineX86 false true MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level4 ProgramDatabase true false libtiff.lib;%(AdditionalDependencies) true Console true true false true MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level4 ProgramDatabase true libtiff.lib;%(AdditionalDependencies) true Console true true false {71dede59-3f1e-486b-a899-4283000f76b5} false lcms2-2.17/Projects/VC2019/tifficc/tifficc.vcxproj.filters0000644000175000017500000000242214752176133022225 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx Source Files Source Files Source Files Header Files lcms2-2.17/Projects/VC2019/transicc/0000755000175000017500000000000014752176133015731 5ustar martimartilcms2-2.17/Projects/VC2019/transicc/transicc.vcxproj0000644000175000017500000003730514752176133021164 0ustar martimarti Debug ARM64 Debug Win32 Debug x64 Release ARM64 Release Win32 Release x64 {9EE22D66-C849-474C-9ED5-C3E141DAB160} transicc Win32Proj 10.0 Application Unicode true v142 Application Unicode true v142 Application Unicode true v142 Application Unicode v142 Application Unicode v142 Application Unicode v142 <_ProjectFileVersion>10.0.21006.1 ..\..\..\bin\ ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ true true true ..\..\..\bin\ ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ false false false AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level4 EditAndContinue true true Console MachineX86 Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level4 EditAndContinue true true Console Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL Level4 ProgramDatabase true true Console MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level4 ProgramDatabase true false true Console true true MachineX86 true MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level4 ProgramDatabase true false true Console true true true MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreaded true Level4 ProgramDatabase true true Console true true false {71dede59-3f1e-486b-a899-4283000f76b5} false lcms2-2.17/Projects/VC2019/transicc/transicc.vcxproj.filters0000644000175000017500000000242614752176133022627 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx Source Files Source Files Source Files Header Files lcms2-2.17/Projects/VC2019/lcms2.rc0000644000175000017500000000452614752176133015500 0ustar martimarti// Microsoft Visual C++ generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #define APSTUDIO_HIDDEN_SYMBOLS #include "windows.h" #undef APSTUDIO_HIDDEN_SYMBOLS ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // Spanish (Spain, International Sort) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ESN) LANGUAGE LANG_SPANISH, SUBLANG_SPANISH_MODERN #pragma code_page(1252) ///////////////////////////////////////////////////////////////////////////// // // Version // 1 VERSIONINFO FILEVERSION 2,17,0,0 PRODUCTVERSION 2,17,0,0 FILEFLAGSMASK 0x0L #ifdef _DEBUG FILEFLAGS 0x1L #else FILEFLAGS 0x0L #endif FILEOS 0x40004L FILETYPE 0x2L FILESUBTYPE 0x0L BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904e4" BEGIN VALUE "CompanyName", "Marti Maria" VALUE "FileDescription", "lcms color engine" VALUE "FileVersion", "2.17.0.0" VALUE "InternalName", "lcms2" VALUE "LegalCopyright", "Copyright © Marti Maria 2025" VALUE "OriginalFilename", "lcms2.dll" VALUE "ProductName", "LittleCMS color engine" VALUE "ProductVersion", "2.17.0.0" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x409, 1252 END END #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE // 1 TEXTINCLUDE BEGIN "resource.h\0" END 2 TEXTINCLUDE BEGIN "#define APSTUDIO_HIDDEN_SYMBOLS\r\n" "#include ""windows.h""\r\n" "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n" "\0" END 3 TEXTINCLUDE BEGIN "\r\n" "\0" END #endif // APSTUDIO_INVOKED #endif // Spanish (Spain, International Sort) resources ///////////////////////////////////////////////////////////////////////////// #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. // ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED lcms2-2.17/Projects/VC2022/0000755000175000017500000000000014752176133014115 5ustar martimartilcms2-2.17/Projects/VC2022/jpegicc/0000755000175000017500000000000014752176133015521 5ustar martimartilcms2-2.17/Projects/VC2022/jpegicc/jpegicc.vcxproj.filters0000644000175000017500000000236714752176133022221 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx Source Files Source Files Source Files Source Files lcms2-2.17/Projects/VC2022/jpegicc/jpegicc.vcxproj0000644000175000017500000004425414752176133020553 0ustar martimarti Debug ARM64 Debug Win32 Debug x64 Release ARM64 Release Win32 Release x64 {62812507-F926-4968-96A9-17678460AD90} jpegicc Win32Proj 10.0 Application Unicode true v143 Application Unicode true v143 Application Unicode true v143 Application Unicode v143 Application Unicode v143 Application Unicode v143 <_ProjectFileVersion>10.0.21006.1 ..\..\..\bin\ ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ true true true ..\..\..\bin\ ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ false false false AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset $(IncludePath);;C:\code\jpeg-9a $(IncludePath);;C:\code\jpeg-9a $(IncludePath);;C:\code\jpeg-9a $(LibraryPath);;C:\code\jpeg-9a $(LibraryPath);;C:\code\jpeg-9a $(LibraryPath);;C:\code\jpeg-9a $(IncludePath);;C:\code\jpeg-9a $(IncludePath);;C:\code\jpeg-9a $(IncludePath);;C:\code\jpeg-9a $(LibraryPath);;C:\code\jpeg-9a $(LibraryPath);;C:\code\jpeg-9a $(LibraryPath);;C:\code\jpeg-9a Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level4 EditAndContinue true libjpeg.lib;%(AdditionalDependencies) true Console MachineX86 false Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level4 EditAndContinue true libjpeg.lib;%(AdditionalDependencies) true Console false Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL Level4 ProgramDatabase true libjpeg.lib;%(AdditionalDependencies) true Console false Full true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level3 ProgramDatabase Speed true true true false libjpeg.lib;%(AdditionalDependencies) true Console true true MachineX86 false true Full true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level3 ProgramDatabase Speed true true true false libjpeg.lib;%(AdditionalDependencies) true Console true true false true Full true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level3 ProgramDatabase Speed true true true libjpeg.lib;%(AdditionalDependencies) true Console true true false {71dede59-3f1e-486b-a899-4283000f76b5} false lcms2-2.17/Projects/VC2022/lcms2_DLL/0000755000175000017500000000000014752176133015630 5ustar martimartilcms2-2.17/Projects/VC2022/lcms2_DLL/lcms2_DLL.vcxproj0000644000175000017500000004534714752176133020775 0ustar martimarti Debug ARM64 Debug Win32 Debug x64 Release ARM64 Release Win32 Release x64 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548} lcms2_DLL Win32Proj 10.0 DynamicLibrary Unicode true v143 DynamicLibrary Unicode true v143 DynamicLibrary Unicode true v143 DynamicLibrary Unicode v143 DynamicLibrary Unicode v143 DynamicLibrary Unicode v143 <_ProjectFileVersion>10.0.21006.1 ..\..\..\bin\ ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ true true true ..\..\..\bin\ ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ false false false AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset lcms2 lcms2 lcms2 lcms2 lcms2 lcms2 Disabled ../../../include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;CMS_DLL_BUILD;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level4 true false ..\..\..\src\lcms2.def true Windows MachineX86 Disabled ../../../include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;CMS_DLL_BUILD;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level4 true false ..\..\..\src\lcms2.def true Windows Disabled ../../../include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;CMS_DLL_BUILD;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL Level4 true false true Windows $(OutDir)$(TargetName)$(TargetExt) Full true Speed true true true ../../../include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;CMS_DLL_BUILD;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) MultiThreaded true Level4 true OnlyExplicitInline true ..\..\..\src\lcms2.def true Windows true true MachineX86 true Full true Speed true true true ../../../include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;CMS_DLL_BUILD;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) MultiThreaded true Level4 true OnlyExplicitInline true ..\..\..\src\lcms2.def true Windows true true true Full true Speed true true true ../../../include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;CMS_DLL_BUILD;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) MultiThreaded true Level4 true OnlyExplicitInline true true Windows true true true true lcms2-2.17/Projects/VC2022/lcms2_DLL/lcms2_DLL.vcxproj.filters0000644000175000017500000001015114752176133022425 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Header Files Header Files Source Files Resource Files Resource Files Source Files lcms2-2.17/Projects/VC2022/lcms2_static/0000755000175000017500000000000014752176133016504 5ustar martimartilcms2-2.17/Projects/VC2022/lcms2_static/lcms2_static.vcxproj0000644000175000017500000003762614752176133022526 0ustar martimarti Debug ARM64 Debug Win32 Debug x64 Release ARM64 Release Win32 Release x64 {71DEDE59-3F1E-486B-A899-4283000F76B5} lcms2_static Win32Proj 10.0 StaticLibrary Unicode true v143 StaticLibrary Unicode true v143 StaticLibrary Unicode true v143 StaticLibrary Unicode v143 StaticLibrary Unicode v143 StaticLibrary Unicode v143 <_ProjectFileVersion>10.0.21006.1 ..\..\..\Lib\MS\ ..\..\..\Lib\MS\ ..\..\..\Lib\MS\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ ..\..\..\Lib\MS\ ..\..\..\Lib\MS\ ..\..\..\Lib\MS\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset Disabled ../../../include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) true EnableFastChecks Level4 EditAndContinue true MultiThreadedDebugDLL Disabled ../../../include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) true EnableFastChecks Level4 EditAndContinue true MultiThreadedDebugDLL Disabled ../../../include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebug Level4 ProgramDatabase true Default MaxSpeed true ../../../include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) MultiThreaded true Level4 ProgramDatabase Speed true false OnlyExplicitInline false true Precise false false false true MaxSpeed true ../../../include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) MultiThreaded true Level4 ProgramDatabase Speed true false OnlyExplicitInline false true Precise false false false true MaxSpeed true ../../../include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) MultiThreaded true Level4 ProgramDatabase Speed true true OnlyExplicitInline false true true true lcms2-2.17/Projects/VC2022/lcms2_static/lcms2_static.vcxproj.filters0000644000175000017500000000737514752176133024173 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Header Files Header Files Source Files lcms2-2.17/Projects/VC2022/linkicc/0000755000175000017500000000000014752176133015531 5ustar martimartilcms2-2.17/Projects/VC2022/linkicc/linkicc.vcxproj0000644000175000017500000003630714752176133020573 0ustar martimarti Debug ARM64 Debug Win32 Debug x64 Release ARM64 Release Win32 Release x64 {FBFBE1DC-DB84-4BA1-9552-B4780F457849} linkicc Win32Proj 10.0 Application Unicode true v143 Application Unicode true v143 Application Unicode true v143 Application Unicode v143 Application Unicode v143 Application Unicode v143 <_ProjectFileVersion>10.0.21006.1 ..\..\..\bin\ ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ true true true ..\..\..\bin\ ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ false false false AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDLL Level4 EditAndContinue true true Console MachineX86 Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDLL Level4 EditAndContinue true true Console Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebug Level4 ProgramDatabase true true Console MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true Level4 ProgramDatabase true false MultiThreaded true Console true true MachineX86 true MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true Level4 ProgramDatabase true false MultiThreaded true Console true true true MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true Level4 ProgramDatabase true MultiThreaded true Console true true {71dede59-3f1e-486b-a899-4283000f76b5} false lcms2-2.17/Projects/VC2022/linkicc/linkicc.vcxproj.filters0000644000175000017500000000221214752176133022226 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx Source Files Source Files Source Files lcms2-2.17/Projects/VC2022/psicc/0000755000175000017500000000000014752176133015216 5ustar martimartilcms2-2.17/Projects/VC2022/psicc/psicc.vcxproj0000644000175000017500000003631614752176133017745 0ustar martimarti Debug ARM64 Debug Win32 Debug x64 Release ARM64 Release Win32 Release x64 {EF6A8851-65FE-46F5-B9EF-14F0B671F693} psicc Win32Proj 10.0 Application Unicode true v143 Application Unicode true v143 Application Unicode true v143 Application Unicode v143 Application Unicode v143 Application Unicode v143 <_ProjectFileVersion>10.0.21006.1 ..\..\..\bin\ ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ true true true ..\..\..\bin\ ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ false false false AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level4 EditAndContinue true true Console MachineX86 Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level4 EditAndContinue true true Console Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL Level4 ProgramDatabase true true Console MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreaded true Level4 ProgramDatabase true false true Console true true MachineX86 true MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreaded true Level4 ProgramDatabase true false true Console true true true MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreaded true Level4 ProgramDatabase true true Console true true {71dede59-3f1e-486b-a899-4283000f76b5} false lcms2-2.17/Projects/VC2022/psicc/psicc.vcxproj.filters0000644000175000017500000000220614752176133021403 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx Source Files Source Files Source Files lcms2-2.17/Projects/VC2022/resource.h0000644000175000017500000000065614752176133016124 0ustar martimarti//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by lcms2.rc // // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NO_MFC 1 #define _APS_NEXT_RESOURCE_VALUE 101 #define _APS_NEXT_COMMAND_VALUE 40001 #define _APS_NEXT_CONTROL_VALUE 1000 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif lcms2-2.17/Projects/VC2022/testbed/0000755000175000017500000000000014752176133015547 5ustar martimartilcms2-2.17/Projects/VC2022/testbed/testbed.vcxproj0000644000175000017500000004060314752176133020621 0ustar martimarti Debug ARM64 Debug Win32 Debug x64 Release ARM64 Release Win32 Release x64 {928A3A2B-46EF-4279-959C-513B3652FF0E} testbed Win32Proj 10.0 Application Unicode true v143 Application Unicode true v143 Application Unicode true v143 Application Unicode v143 true Application Unicode v143 Application Unicode v143 false <_ProjectFileVersion>10.0.21006.1 $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ true true true ..\..\..\testbed\ ..\..\..\testbed\ ..\..\..\testbed\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ false false false AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset ..\..\..\testbed\ ..\..\..\testbed\ ..\..\..\testbed\ Disabled ../../../include;../../../src;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level3 EditAndContinue true true Console MachineX86 false Disabled ../../../include;../../../src;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level3 EditAndContinue true true Console false Disabled ../../../include;../../../src;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebug Level3 ProgramDatabase true true Console false Full true Speed true false ../../../include;../../../src;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL false true NotSet Level3 ProgramDatabase Cdecl true false true Console true true MachineX86 false true Full true Speed true false ../../../include;../../../src;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL false true NotSet Level3 ProgramDatabase Cdecl true false true Console true true false true Full true Speed true true ../../../include;../../../src;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreaded false true NotSet Level3 ProgramDatabase Cdecl true true Console true true false {71dede59-3f1e-486b-a899-4283000f76b5} lcms2-2.17/Projects/VC2022/testbed/testbed.vcxproj.filters0000644000175000017500000000220114752176133022260 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx Source Files Source Files Source Files lcms2-2.17/Projects/VC2022/tiffdiff/0000755000175000017500000000000014752176133015676 5ustar martimartilcms2-2.17/Projects/VC2022/tiffdiff/tiffdiff.vcxproj0000644000175000017500000004437414752176133021110 0ustar martimarti Debug ARM64 Debug Win32 Debug x64 Release ARM64 Release Win32 Release x64 {75B91835-CCD7-48BE-A606-A9C997D5DBEE} tiffdiff Win32Proj 10.0 Application Unicode true v143 Application Unicode true v143 Application Unicode true v143 Application Unicode v143 Application Unicode v143 Application Unicode v143 <_ProjectFileVersion>10.0.21006.1 ..\..\..\bin\ ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ true true true ..\..\..\bin\ ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ false false false AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset C:\jpeg-8d;$(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff C:\jpeg-8d;$(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff C:\jpeg-8d;$(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff C:\jpeg-8d;$(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff C:\jpeg-8d;$(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff C:\jpeg-8d;$(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff C:\jpeg-8d;$(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff C:\jpeg-8d;$(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff C:\jpeg-8d;$(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff C:\jpeg-8d;$(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff C:\jpeg-8d;$(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff C:\jpeg-8d;$(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level4 EditAndContinue true libtiff.lib;%(AdditionalDependencies) true Console MachineX86 false Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level4 EditAndContinue true libtiff.lib;%(AdditionalDependencies) true Console false Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebug Level4 ProgramDatabase true libtiff.lib;%(AdditionalDependencies) true Console false MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level4 ProgramDatabase true false libtiff.lib;%(AdditionalDependencies) true Console true true MachineX86 $(OutDir)$(TargetName)$(TargetExt) false true MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level4 ProgramDatabase true false libtiff.lib;%(AdditionalDependencies) true Console true true $(OutDir)$(TargetName)$(TargetExt) false true MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level4 ProgramDatabase true libtiff.lib;%(AdditionalDependencies) true Console true true $(OutDir)$(TargetName)$(TargetExt) false {71dede59-3f1e-486b-a899-4283000f76b5} false lcms2-2.17/Projects/VC2022/tiffdiff/tiffdiff.vcxproj.filters0000644000175000017500000000221114752176133022537 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx Source Files Source Files Source Files lcms2-2.17/Projects/VC2022/tifficc/0000755000175000017500000000000014752176133015524 5ustar martimartilcms2-2.17/Projects/VC2022/tifficc/tifficc.vcxproj0000644000175000017500000004477614752176133020572 0ustar martimarti Debug ARM64 Debug Win32 Debug x64 Release ARM64 Release Win32 Release x64 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2} tifficc Win32Proj 10.0 Application Unicode true v143 Application Unicode true v143 Application Unicode true v143 Application Unicode v143 Application Unicode v143 Application Unicode v143 <_ProjectFileVersion>10.0.21006.1 ..\..\..\bin\ ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ true true true ..\..\..\bin\ ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ false false false AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset $(IncludePath);c:/liteCommons/3rdparty/components/Win_$(PlatformShortName)/include $(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff $(IncludePath);c:/liteCommons/3rdparty/components/Win_$(PlatformShortName)/include $(LibraryPath);c:/liteCommons/3rdparty/components/Win_$(PlatformShortName)/lib $(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff $(LibraryPath);c:/liteCommons/3rdparty/components/Win_$(PlatformShortName)/lib $(IncludePath);c:/liteCommons/3rdparty/components/Win_$(PlatformShortName)/include $(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff $(IncludePath);c:/liteCommons/3rdparty/components/Win_$(PlatformShortName)/include $(LibraryPath);c:/liteCommons/3rdparty/components/Win_$(PlatformShortName)/lib $(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff $(LibraryPath);c:/liteCommons/3rdparty/components/Win_$(PlatformShortName)/lib Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level3 EditAndContinue true tiff.lib;jpeg-static.lib;zlibstatic.lib;webp.lib;webpdecoder.lib;webpdemux.lib;webpmux.lib;%(AdditionalDependencies) true Console MachineX86 false Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level3 EditAndContinue true libtiff.lib;%(AdditionalDependencies) true Console false Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL Level3 ProgramDatabase true tiff.lib;jpeg-static.lib;zlibstatic.lib;webp.lib;webpdecoder.lib;webpdemux.lib;webpmux.lib;%(AdditionalDependencies) true Console false MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level4 ProgramDatabase true false tiff.lib;jpeg-static.lib;zlibstatic.lib;webp.lib;webpdecoder.lib;webpdemux.lib;webpmux.lib;%(AdditionalDependencies) true Console true true MachineX86 false true MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level4 ProgramDatabase true false libtiff.lib;%(AdditionalDependencies) true Console true true false true MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level4 ProgramDatabase true tiff.lib;jpeg-static.lib;zlibstatic.lib;webp.lib;webpdecoder.lib;webpdemux.lib;webpmux.lib;%(AdditionalDependencies) true Console true true false {71dede59-3f1e-486b-a899-4283000f76b5} false lcms2-2.17/Projects/VC2022/tifficc/tifficc.vcxproj.filters0000644000175000017500000000242214752176133022217 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx Source Files Source Files Source Files Header Files lcms2-2.17/Projects/VC2022/transicc/0000755000175000017500000000000014752176133015723 5ustar martimartilcms2-2.17/Projects/VC2022/transicc/transicc.vcxproj0000644000175000017500000003666014752176133021161 0ustar martimarti Debug ARM64 Debug Win32 Debug x64 Release ARM64 Release Win32 Release x64 {9EE22D66-C849-474C-9ED5-C3E141DAB160} transicc Win32Proj 10.0 Application Unicode true v143 Application Unicode true v143 Application Unicode true v143 Application Unicode v143 Application Unicode v143 Application Unicode v143 <_ProjectFileVersion>10.0.21006.1 ..\..\..\bin\ ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ true true true ..\..\..\bin\ ..\..\..\bin\ ..\..\..\bin\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ $(Configuration)_$(Platform)\ false false false AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset AllRules.ruleset Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level4 EditAndContinue true true Console MachineX86 Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level4 EditAndContinue true true Console Disabled ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL Level4 ProgramDatabase true true Console MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level4 ProgramDatabase true false true Console true true MachineX86 true MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true Level4 ProgramDatabase true false true Console true true true MaxSpeed true ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreaded true Level4 ProgramDatabase true true Console true true false {71dede59-3f1e-486b-a899-4283000f76b5} false lcms2-2.17/Projects/VC2022/transicc/transicc.vcxproj.filters0000644000175000017500000000242614752176133022621 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx Source Files Source Files Source Files Header Files lcms2-2.17/Projects/VC2022/fuzzers/0000755000175000017500000000000014752176133015625 5ustar martimartilcms2-2.17/Projects/VC2022/fuzzers/fuzzers.vcxproj.filters0000644000175000017500000000171614752176133022426 0ustar martimarti {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms Source Files lcms2-2.17/Projects/VC2022/fuzzers/fuzzers.vcxproj0000644000175000017500000001744314752176133020763 0ustar martimarti Debug Win32 Release Win32 Debug x64 Release x64 17.0 Win32Proj {32e8c094-1d6b-4959-90ad-9a443df4ae9a} fuzzers 10.0 Application true v143 Unicode true true Application false v143 true Unicode true true Application true v143 Unicode true true Application false v143 true Unicode true true ..\..\..\fuzzers\ ../../../include;$(IncludePath) $(Configuration)_$(Platform)\ ..\..\..\fuzzers\ ../../../include;$(IncludePath) $(Configuration)_$(Platform)\ ..\..\..\fuzzers\ ../../../include;$(IncludePath) $(Configuration)_$(Platform)\ ..\..\..\fuzzers\ ../../../include;$(IncludePath) $(Configuration)_$(Platform)\ Level3 true WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true Console true Level3 true true true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true Console true true true Level3 true _DEBUG;_CONSOLE;%(PreprocessorDefinitions) true Console true Level3 true true true NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true Console true true true {71dede59-3f1e-486b-a899-4283000f76b5} lcms2-2.17/Projects/VC2022/lcms2.rc0000644000175000017500000000452614752176133015472 0ustar martimarti// Microsoft Visual C++ generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #define APSTUDIO_HIDDEN_SYMBOLS #include "windows.h" #undef APSTUDIO_HIDDEN_SYMBOLS ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // Spanish (Spain, International Sort) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ESN) LANGUAGE LANG_SPANISH, SUBLANG_SPANISH_MODERN #pragma code_page(1252) ///////////////////////////////////////////////////////////////////////////// // // Version // 1 VERSIONINFO FILEVERSION 2,17,0,0 PRODUCTVERSION 2,17,0,0 FILEFLAGSMASK 0x0L #ifdef _DEBUG FILEFLAGS 0x1L #else FILEFLAGS 0x0L #endif FILEOS 0x40004L FILETYPE 0x2L FILESUBTYPE 0x0L BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904e4" BEGIN VALUE "CompanyName", "Marti Maria" VALUE "FileDescription", "lcms color engine" VALUE "FileVersion", "2.17.0.0" VALUE "InternalName", "lcms2" VALUE "LegalCopyright", "Copyright © Marti Maria 2025" VALUE "OriginalFilename", "lcms2.dll" VALUE "ProductName", "LittleCMS color engine" VALUE "ProductVersion", "2.17.0.0" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x409, 1252 END END #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE // 1 TEXTINCLUDE BEGIN "resource.h\0" END 2 TEXTINCLUDE BEGIN "#define APSTUDIO_HIDDEN_SYMBOLS\r\n" "#include ""windows.h""\r\n" "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n" "\0" END 3 TEXTINCLUDE BEGIN "\r\n" "\0" END #endif // APSTUDIO_INVOKED #endif // Spanish (Spain, International Sort) resources ///////////////////////////////////////////////////////////////////////////// #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. // ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED lcms2-2.17/Projects/VC2022/lcms2.sln0000644000175000017500000004125214752176133015657 0ustar martimarti Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.32014.148 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testbed", "testbed\testbed.vcxproj", "{928A3A2B-46EF-4279-959C-513B3652FF0E}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tifficc", "tifficc\tifficc.vcxproj", "{2256DE16-ED92-4A6F-9C54-F65BB61E64A2}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lcms2_DLL", "lcms2_DLL\lcms2_DLL.vcxproj", "{8C51BE48-ADB8-4089-A9EC-F6BF993A0548}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "linkicc", "linkicc\linkicc.vcxproj", "{FBFBE1DC-DB84-4BA1-9552-B4780F457849}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "transicc", "transicc\transicc.vcxproj", "{9EE22D66-C849-474C-9ED5-C3E141DAB160}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "jpegicc", "jpegicc\jpegicc.vcxproj", "{62812507-F926-4968-96A9-17678460AD90}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tiffdiff", "tiffdiff\tiffdiff.vcxproj", "{75B91835-CCD7-48BE-A606-A9C997D5DBEE}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lcms2_static", "lcms2_static\lcms2_static.vcxproj", "{71DEDE59-3F1E-486B-A899-4283000F76B5}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "psicc", "psicc\psicc.vcxproj", "{EF6A8851-65FE-46F5-B9EF-14F0B671F693}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "plugins", "plugins", "{8349DD7F-F750-4910-A5A5-0628223BD3EB}" ProjectSection(SolutionItems) = preProject ..\..\plugins\README.1ST = ..\..\plugins\README.1ST EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "fast_float", "fast_float", "{1696CDC1-F411-4F84-BC94-C63FEB867D06}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lcms2_fast_float_plugin", "..\..\plugins\fast_float\Projects\VC2022\lcms2_fast_float_plugin.vcxproj", "{AD9FF79B-CF6E-4971-A7CF-DAA47D636676}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lcms2_fast_float_plugin_testbed", "..\..\plugins\fast_float\Projects\VC2022\lcms2_fast_float_plugin_testbed.vcxproj", "{7629D670-C419-402B-8A90-747952EE9FC0}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lcms2_threaded_plugin", "..\..\plugins\threaded\Projects\VC2022\lcms2_threaded_plugin.vcxproj", "{6A44744B-BED4-49EC-87BB-83978458CE19}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "threaded", "threaded", "{09D18587-D927-4047-977F-49918A174D5E}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lcms2_threaded_plugin_testbed", "..\..\plugins\threaded\Projects\VC2022\lcms2_threaded_plugin_testbed.vcxproj", "{F56B9CBA-A34D-4C68-9003-A6919236399E}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fuzzers", "fuzzers\fuzzers.vcxproj", "{32E8C094-1D6B-4959-90AD-9A443DF4AE9A}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 Release|ARM64 = Release|ARM64 Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {928A3A2B-46EF-4279-959C-513B3652FF0E}.Debug|ARM64.ActiveCfg = Debug|ARM64 {928A3A2B-46EF-4279-959C-513B3652FF0E}.Debug|ARM64.Build.0 = Debug|ARM64 {928A3A2B-46EF-4279-959C-513B3652FF0E}.Debug|Win32.ActiveCfg = Debug|Win32 {928A3A2B-46EF-4279-959C-513B3652FF0E}.Debug|Win32.Build.0 = Debug|Win32 {928A3A2B-46EF-4279-959C-513B3652FF0E}.Debug|x64.ActiveCfg = Debug|x64 {928A3A2B-46EF-4279-959C-513B3652FF0E}.Debug|x64.Build.0 = Debug|x64 {928A3A2B-46EF-4279-959C-513B3652FF0E}.Release|ARM64.ActiveCfg = Release|ARM64 {928A3A2B-46EF-4279-959C-513B3652FF0E}.Release|ARM64.Build.0 = Release|ARM64 {928A3A2B-46EF-4279-959C-513B3652FF0E}.Release|Win32.ActiveCfg = Release|Win32 {928A3A2B-46EF-4279-959C-513B3652FF0E}.Release|Win32.Build.0 = Release|Win32 {928A3A2B-46EF-4279-959C-513B3652FF0E}.Release|x64.ActiveCfg = Release|x64 {928A3A2B-46EF-4279-959C-513B3652FF0E}.Release|x64.Build.0 = Release|x64 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Debug|ARM64.ActiveCfg = Debug|ARM64 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Debug|ARM64.Build.0 = Debug|ARM64 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Debug|Win32.ActiveCfg = Debug|Win32 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Debug|Win32.Build.0 = Debug|Win32 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Debug|x64.ActiveCfg = Debug|x64 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Debug|x64.Build.0 = Debug|x64 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Release|ARM64.ActiveCfg = Release|ARM64 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Release|ARM64.Build.0 = Release|ARM64 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Release|Win32.ActiveCfg = Release|Win32 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Release|Win32.Build.0 = Release|Win32 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Release|x64.ActiveCfg = Release|x64 {2256DE16-ED92-4A6F-9C54-F65BB61E64A2}.Release|x64.Build.0 = Release|x64 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Debug|ARM64.ActiveCfg = Debug|ARM64 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Debug|ARM64.Build.0 = Debug|ARM64 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Debug|Win32.ActiveCfg = Debug|Win32 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Debug|Win32.Build.0 = Debug|Win32 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Debug|x64.ActiveCfg = Debug|x64 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Debug|x64.Build.0 = Debug|x64 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Release|ARM64.ActiveCfg = Release|ARM64 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Release|ARM64.Build.0 = Release|ARM64 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Release|Win32.ActiveCfg = Release|Win32 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Release|Win32.Build.0 = Release|Win32 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Release|x64.ActiveCfg = Release|x64 {8C51BE48-ADB8-4089-A9EC-F6BF993A0548}.Release|x64.Build.0 = Release|x64 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Debug|ARM64.ActiveCfg = Debug|ARM64 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Debug|ARM64.Build.0 = Debug|ARM64 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Debug|Win32.ActiveCfg = Debug|Win32 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Debug|Win32.Build.0 = Debug|Win32 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Debug|x64.ActiveCfg = Debug|x64 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Debug|x64.Build.0 = Debug|x64 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Release|ARM64.ActiveCfg = Release|ARM64 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Release|ARM64.Build.0 = Release|ARM64 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Release|Win32.ActiveCfg = Release|Win32 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Release|Win32.Build.0 = Release|Win32 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Release|x64.ActiveCfg = Release|x64 {FBFBE1DC-DB84-4BA1-9552-B4780F457849}.Release|x64.Build.0 = Release|x64 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Debug|ARM64.ActiveCfg = Debug|ARM64 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Debug|ARM64.Build.0 = Debug|ARM64 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Debug|Win32.ActiveCfg = Debug|Win32 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Debug|Win32.Build.0 = Debug|Win32 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Debug|x64.ActiveCfg = Debug|x64 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Debug|x64.Build.0 = Debug|x64 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Release|ARM64.ActiveCfg = Release|ARM64 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Release|ARM64.Build.0 = Release|ARM64 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Release|Win32.ActiveCfg = Release|Win32 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Release|Win32.Build.0 = Release|Win32 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Release|x64.ActiveCfg = Release|x64 {9EE22D66-C849-474C-9ED5-C3E141DAB160}.Release|x64.Build.0 = Release|x64 {62812507-F926-4968-96A9-17678460AD90}.Debug|ARM64.ActiveCfg = Debug|ARM64 {62812507-F926-4968-96A9-17678460AD90}.Debug|ARM64.Build.0 = Debug|ARM64 {62812507-F926-4968-96A9-17678460AD90}.Debug|Win32.ActiveCfg = Debug|Win32 {62812507-F926-4968-96A9-17678460AD90}.Debug|Win32.Build.0 = Debug|Win32 {62812507-F926-4968-96A9-17678460AD90}.Debug|x64.ActiveCfg = Debug|x64 {62812507-F926-4968-96A9-17678460AD90}.Debug|x64.Build.0 = Debug|x64 {62812507-F926-4968-96A9-17678460AD90}.Release|ARM64.ActiveCfg = Release|ARM64 {62812507-F926-4968-96A9-17678460AD90}.Release|ARM64.Build.0 = Release|ARM64 {62812507-F926-4968-96A9-17678460AD90}.Release|Win32.ActiveCfg = Release|Win32 {62812507-F926-4968-96A9-17678460AD90}.Release|Win32.Build.0 = Release|Win32 {62812507-F926-4968-96A9-17678460AD90}.Release|x64.ActiveCfg = Release|x64 {62812507-F926-4968-96A9-17678460AD90}.Release|x64.Build.0 = Release|x64 {62812507-F926-4968-96A9-17678460AD90}.Release|x64.Deploy.0 = Release|x64 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Debug|ARM64.ActiveCfg = Debug|ARM64 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Debug|ARM64.Build.0 = Debug|ARM64 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Debug|Win32.ActiveCfg = Debug|Win32 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Debug|Win32.Build.0 = Debug|Win32 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Debug|x64.ActiveCfg = Debug|x64 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Debug|x64.Build.0 = Debug|x64 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Release|ARM64.ActiveCfg = Release|ARM64 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Release|ARM64.Build.0 = Release|ARM64 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Release|Win32.ActiveCfg = Release|Win32 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Release|Win32.Build.0 = Release|Win32 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Release|x64.ActiveCfg = Release|x64 {75B91835-CCD7-48BE-A606-A9C997D5DBEE}.Release|x64.Build.0 = Release|x64 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Debug|ARM64.ActiveCfg = Debug|ARM64 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Debug|ARM64.Build.0 = Debug|ARM64 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Debug|Win32.ActiveCfg = Debug|Win32 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Debug|Win32.Build.0 = Debug|Win32 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Debug|x64.ActiveCfg = Debug|x64 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Debug|x64.Build.0 = Debug|x64 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Release|ARM64.ActiveCfg = Release|ARM64 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Release|ARM64.Build.0 = Release|ARM64 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Release|Win32.ActiveCfg = Release|Win32 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Release|Win32.Build.0 = Release|Win32 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Release|x64.ActiveCfg = Release|x64 {71DEDE59-3F1E-486B-A899-4283000F76B5}.Release|x64.Build.0 = Release|x64 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Debug|ARM64.ActiveCfg = Debug|ARM64 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Debug|ARM64.Build.0 = Debug|ARM64 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Debug|Win32.ActiveCfg = Debug|Win32 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Debug|Win32.Build.0 = Debug|Win32 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Debug|x64.ActiveCfg = Debug|x64 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Debug|x64.Build.0 = Debug|x64 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Release|ARM64.ActiveCfg = Release|ARM64 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Release|ARM64.Build.0 = Release|ARM64 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Release|Win32.ActiveCfg = Release|Win32 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Release|Win32.Build.0 = Release|Win32 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Release|x64.ActiveCfg = Release|x64 {EF6A8851-65FE-46F5-B9EF-14F0B671F693}.Release|x64.Build.0 = Release|x64 {AD9FF79B-CF6E-4971-A7CF-DAA47D636676}.Debug|ARM64.ActiveCfg = Debug|ARM64 {AD9FF79B-CF6E-4971-A7CF-DAA47D636676}.Debug|ARM64.Build.0 = Debug|ARM64 {AD9FF79B-CF6E-4971-A7CF-DAA47D636676}.Debug|Win32.ActiveCfg = Debug|Win32 {AD9FF79B-CF6E-4971-A7CF-DAA47D636676}.Debug|Win32.Build.0 = Debug|Win32 {AD9FF79B-CF6E-4971-A7CF-DAA47D636676}.Debug|x64.ActiveCfg = Debug|x64 {AD9FF79B-CF6E-4971-A7CF-DAA47D636676}.Debug|x64.Build.0 = Debug|x64 {AD9FF79B-CF6E-4971-A7CF-DAA47D636676}.Release|ARM64.ActiveCfg = Release|ARM64 {AD9FF79B-CF6E-4971-A7CF-DAA47D636676}.Release|ARM64.Build.0 = Release|ARM64 {AD9FF79B-CF6E-4971-A7CF-DAA47D636676}.Release|Win32.ActiveCfg = Release|Win32 {AD9FF79B-CF6E-4971-A7CF-DAA47D636676}.Release|Win32.Build.0 = Release|Win32 {AD9FF79B-CF6E-4971-A7CF-DAA47D636676}.Release|x64.ActiveCfg = Release|x64 {AD9FF79B-CF6E-4971-A7CF-DAA47D636676}.Release|x64.Build.0 = Release|x64 {7629D670-C419-402B-8A90-747952EE9FC0}.Debug|ARM64.ActiveCfg = Debug|ARM64 {7629D670-C419-402B-8A90-747952EE9FC0}.Debug|ARM64.Build.0 = Debug|ARM64 {7629D670-C419-402B-8A90-747952EE9FC0}.Debug|Win32.ActiveCfg = Debug|Win32 {7629D670-C419-402B-8A90-747952EE9FC0}.Debug|Win32.Build.0 = Debug|Win32 {7629D670-C419-402B-8A90-747952EE9FC0}.Debug|x64.ActiveCfg = Debug|x64 {7629D670-C419-402B-8A90-747952EE9FC0}.Debug|x64.Build.0 = Debug|x64 {7629D670-C419-402B-8A90-747952EE9FC0}.Release|ARM64.ActiveCfg = Release|ARM64 {7629D670-C419-402B-8A90-747952EE9FC0}.Release|ARM64.Build.0 = Release|ARM64 {7629D670-C419-402B-8A90-747952EE9FC0}.Release|Win32.ActiveCfg = Release|Win32 {7629D670-C419-402B-8A90-747952EE9FC0}.Release|Win32.Build.0 = Release|Win32 {7629D670-C419-402B-8A90-747952EE9FC0}.Release|x64.ActiveCfg = Release|x64 {7629D670-C419-402B-8A90-747952EE9FC0}.Release|x64.Build.0 = Release|x64 {6A44744B-BED4-49EC-87BB-83978458CE19}.Debug|ARM64.ActiveCfg = Debug|ARM64 {6A44744B-BED4-49EC-87BB-83978458CE19}.Debug|ARM64.Build.0 = Debug|ARM64 {6A44744B-BED4-49EC-87BB-83978458CE19}.Debug|Win32.ActiveCfg = Debug|Win32 {6A44744B-BED4-49EC-87BB-83978458CE19}.Debug|Win32.Build.0 = Debug|Win32 {6A44744B-BED4-49EC-87BB-83978458CE19}.Debug|x64.ActiveCfg = Debug|x64 {6A44744B-BED4-49EC-87BB-83978458CE19}.Debug|x64.Build.0 = Debug|x64 {6A44744B-BED4-49EC-87BB-83978458CE19}.Release|ARM64.ActiveCfg = Release|ARM64 {6A44744B-BED4-49EC-87BB-83978458CE19}.Release|ARM64.Build.0 = Release|ARM64 {6A44744B-BED4-49EC-87BB-83978458CE19}.Release|Win32.ActiveCfg = Release|Win32 {6A44744B-BED4-49EC-87BB-83978458CE19}.Release|Win32.Build.0 = Release|Win32 {6A44744B-BED4-49EC-87BB-83978458CE19}.Release|x64.ActiveCfg = Release|x64 {6A44744B-BED4-49EC-87BB-83978458CE19}.Release|x64.Build.0 = Release|x64 {F56B9CBA-A34D-4C68-9003-A6919236399E}.Debug|ARM64.ActiveCfg = Debug|ARM64 {F56B9CBA-A34D-4C68-9003-A6919236399E}.Debug|ARM64.Build.0 = Debug|ARM64 {F56B9CBA-A34D-4C68-9003-A6919236399E}.Debug|Win32.ActiveCfg = Debug|Win32 {F56B9CBA-A34D-4C68-9003-A6919236399E}.Debug|Win32.Build.0 = Debug|Win32 {F56B9CBA-A34D-4C68-9003-A6919236399E}.Debug|x64.ActiveCfg = Debug|x64 {F56B9CBA-A34D-4C68-9003-A6919236399E}.Debug|x64.Build.0 = Debug|x64 {F56B9CBA-A34D-4C68-9003-A6919236399E}.Release|ARM64.ActiveCfg = Release|ARM64 {F56B9CBA-A34D-4C68-9003-A6919236399E}.Release|ARM64.Build.0 = Release|ARM64 {F56B9CBA-A34D-4C68-9003-A6919236399E}.Release|Win32.ActiveCfg = Release|Win32 {F56B9CBA-A34D-4C68-9003-A6919236399E}.Release|Win32.Build.0 = Release|Win32 {F56B9CBA-A34D-4C68-9003-A6919236399E}.Release|x64.ActiveCfg = Release|x64 {F56B9CBA-A34D-4C68-9003-A6919236399E}.Release|x64.Build.0 = Release|x64 {32E8C094-1D6B-4959-90AD-9A443DF4AE9A}.Debug|ARM64.ActiveCfg = Debug|x64 {32E8C094-1D6B-4959-90AD-9A443DF4AE9A}.Debug|ARM64.Build.0 = Debug|x64 {32E8C094-1D6B-4959-90AD-9A443DF4AE9A}.Debug|Win32.ActiveCfg = Debug|Win32 {32E8C094-1D6B-4959-90AD-9A443DF4AE9A}.Debug|Win32.Build.0 = Debug|Win32 {32E8C094-1D6B-4959-90AD-9A443DF4AE9A}.Debug|x64.ActiveCfg = Debug|x64 {32E8C094-1D6B-4959-90AD-9A443DF4AE9A}.Debug|x64.Build.0 = Debug|x64 {32E8C094-1D6B-4959-90AD-9A443DF4AE9A}.Release|ARM64.ActiveCfg = Release|x64 {32E8C094-1D6B-4959-90AD-9A443DF4AE9A}.Release|ARM64.Build.0 = Release|x64 {32E8C094-1D6B-4959-90AD-9A443DF4AE9A}.Release|Win32.ActiveCfg = Release|Win32 {32E8C094-1D6B-4959-90AD-9A443DF4AE9A}.Release|Win32.Build.0 = Release|Win32 {32E8C094-1D6B-4959-90AD-9A443DF4AE9A}.Release|x64.ActiveCfg = Release|x64 {32E8C094-1D6B-4959-90AD-9A443DF4AE9A}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution {1696CDC1-F411-4F84-BC94-C63FEB867D06} = {8349DD7F-F750-4910-A5A5-0628223BD3EB} {AD9FF79B-CF6E-4971-A7CF-DAA47D636676} = {1696CDC1-F411-4F84-BC94-C63FEB867D06} {7629D670-C419-402B-8A90-747952EE9FC0} = {1696CDC1-F411-4F84-BC94-C63FEB867D06} {6A44744B-BED4-49EC-87BB-83978458CE19} = {09D18587-D927-4047-977F-49918A174D5E} {09D18587-D927-4047-977F-49918A174D5E} = {8349DD7F-F750-4910-A5A5-0628223BD3EB} {F56B9CBA-A34D-4C68-9003-A6919236399E} = {09D18587-D927-4047-977F-49918A174D5E} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution QtVersion = $(DefaultQtVersion) SolutionGuid = {E95EA102-6884-4CAD-AF6D-9BF36C69A33D} EndGlobalSection EndGlobal lcms2-2.17/Projects/Xcode_12/0000755000175000017500000000000014752176133014643 5ustar martimartilcms2-2.17/Projects/Xcode_12/lcms2/0000755000175000017500000000000014752176133015663 5ustar martimartilcms2-2.17/Projects/Xcode_12/lcms2/lcms2.xcodeproj/0000755000175000017500000000000014752176133020677 5ustar martimartilcms2-2.17/Projects/Xcode_12/lcms2/lcms2.xcodeproj/project.pbxproj0000644000175000017500000020227214752176133023760 0ustar martimarti// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 54; objects = { /* Begin PBXBuildFile section */ 4123B46925518DB1005F0287 /* linkicc.c in Sources */ = {isa = PBXBuildFile; fileRef = 4123B46825518DB1005F0287 /* linkicc.c */; }; 4123B4A425518FFB005F0287 /* xgetopt.c in Sources */ = {isa = PBXBuildFile; fileRef = 4123B4A325518FFB005F0287 /* xgetopt.c */; }; 4123B4B82551903B005F0287 /* tificc.c in Sources */ = {isa = PBXBuildFile; fileRef = 4123B4B72551903B005F0287 /* tificc.c */; }; 4123B5042551A1C8005F0287 /* libfast_float_plugin.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 418B0A8F24C5E35200DF2C21 /* libfast_float_plugin.a */; }; 418B0A5224C5E1C900DF2C21 /* cmsgamma.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A3824C5E1C700DF2C21 /* cmsgamma.c */; }; 418B0A5324C5E1C900DF2C21 /* cmsintrp.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A3924C5E1C700DF2C21 /* cmsintrp.c */; }; 418B0A5424C5E1C900DF2C21 /* cmsgmt.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A3A24C5E1C700DF2C21 /* cmsgmt.c */; }; 418B0A5524C5E1C900DF2C21 /* cmscnvrt.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A3B24C5E1C700DF2C21 /* cmscnvrt.c */; }; 418B0A5624C5E1C900DF2C21 /* cmsmd5.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A3C24C5E1C700DF2C21 /* cmsmd5.c */; }; 418B0A5724C5E1C900DF2C21 /* cmssm.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A3D24C5E1C700DF2C21 /* cmssm.c */; }; 418B0A5824C5E1C900DF2C21 /* cmsopt.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A3E24C5E1C700DF2C21 /* cmsopt.c */; }; 418B0A5924C5E1C900DF2C21 /* cmscgats.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A3F24C5E1C700DF2C21 /* cmscgats.c */; }; 418B0A5A24C5E1C900DF2C21 /* cmsalpha.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4024C5E1C800DF2C21 /* cmsalpha.c */; }; 418B0A5B24C5E1C900DF2C21 /* cmstypes.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4124C5E1C800DF2C21 /* cmstypes.c */; }; 418B0A5C24C5E1C900DF2C21 /* cmsio1.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4224C5E1C800DF2C21 /* cmsio1.c */; }; 418B0A5D24C5E1C900DF2C21 /* cmspack.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4324C5E1C800DF2C21 /* cmspack.c */; }; 418B0A5E24C5E1C900DF2C21 /* cmsxform.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4424C5E1C800DF2C21 /* cmsxform.c */; }; 418B0A5F24C5E1C900DF2C21 /* cmswtpnt.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4524C5E1C800DF2C21 /* cmswtpnt.c */; }; 418B0A6024C5E1C900DF2C21 /* cmsmtrx.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4624C5E1C800DF2C21 /* cmsmtrx.c */; }; 418B0A6124C5E1C900DF2C21 /* cmspcs.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4724C5E1C800DF2C21 /* cmspcs.c */; }; 418B0A6224C5E1C900DF2C21 /* cmsps2.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4824C5E1C800DF2C21 /* cmsps2.c */; }; 418B0A6324C5E1C900DF2C21 /* cmsnamed.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4924C5E1C800DF2C21 /* cmsnamed.c */; }; 418B0A6424C5E1C900DF2C21 /* cmserr.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4A24C5E1C800DF2C21 /* cmserr.c */; }; 418B0A6524C5E1C900DF2C21 /* cmslut.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4B24C5E1C800DF2C21 /* cmslut.c */; }; 418B0A6624C5E1C900DF2C21 /* cmsvirt.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4C24C5E1C800DF2C21 /* cmsvirt.c */; }; 418B0A6724C5E1C900DF2C21 /* cmsplugin.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4D24C5E1C800DF2C21 /* cmsplugin.c */; }; 418B0A6824C5E1C900DF2C21 /* cmshalf.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4E24C5E1C800DF2C21 /* cmshalf.c */; }; 418B0A6924C5E1C900DF2C21 /* cmsio0.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4F24C5E1C900DF2C21 /* cmsio0.c */; }; 418B0A6A24C5E1C900DF2C21 /* cmscam02.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A5024C5E1C900DF2C21 /* cmscam02.c */; }; 418B0A6B24C5E1C900DF2C21 /* cmssamp.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A5124C5E1C900DF2C21 /* cmssamp.c */; }; 418B0A6F24C5E1E800DF2C21 /* lcms2.h in Headers */ = {isa = PBXBuildFile; fileRef = 418B0A6D24C5E1E800DF2C21 /* lcms2.h */; settings = {ATTRIBUTES = (Public, ); }; }; 418B0A7024C5E1E800DF2C21 /* lcms2_plugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 418B0A6E24C5E1E800DF2C21 /* lcms2_plugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; 418B0A7224C5E1F400DF2C21 /* lcms2_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 418B0A7124C5E1F400DF2C21 /* lcms2_internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; 418B0A8A24C5E30000DF2C21 /* liblcms2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 418B0A3124C5E19500DF2C21 /* liblcms2.a */; }; 418B0AA124C5E37800DF2C21 /* fast_float_curves.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A9324C5E37600DF2C21 /* fast_float_curves.c */; }; 418B0AA224C5E37800DF2C21 /* fast_float_15mats.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A9424C5E37600DF2C21 /* fast_float_15mats.c */; }; 418B0AA324C5E37800DF2C21 /* fast_float_tethra.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A9524C5E37600DF2C21 /* fast_float_tethra.c */; }; 418B0AA424C5E37800DF2C21 /* fast_float_cmyk.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A9624C5E37700DF2C21 /* fast_float_cmyk.c */; }; 418B0AA524C5E37800DF2C21 /* fast_16_tethra.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A9724C5E37700DF2C21 /* fast_16_tethra.c */; }; 418B0AA624C5E37800DF2C21 /* fast_float_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 418B0A9824C5E37700DF2C21 /* fast_float_internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; 418B0AA724C5E37800DF2C21 /* fast_8_matsh.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A9924C5E37700DF2C21 /* fast_8_matsh.c */; }; 418B0AA824C5E37800DF2C21 /* fast_float_separate.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A9A24C5E37700DF2C21 /* fast_float_separate.c */; }; 418B0AA924C5E37800DF2C21 /* fast_8_matsh_sse.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A9B24C5E37700DF2C21 /* fast_8_matsh_sse.c */; }; 418B0AAA24C5E37800DF2C21 /* fast_8_tethra.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A9C24C5E37700DF2C21 /* fast_8_tethra.c */; }; 418B0AAB24C5E37800DF2C21 /* fast_float_sup.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A9D24C5E37700DF2C21 /* fast_float_sup.c */; }; 418B0AAC24C5E37800DF2C21 /* fast_float_15bits.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A9E24C5E37700DF2C21 /* fast_float_15bits.c */; }; 418B0AAD24C5E37800DF2C21 /* fast_8_curves.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A9F24C5E37700DF2C21 /* fast_8_curves.c */; }; 418B0AAE24C5E37800DF2C21 /* fast_float_matsh.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0AA024C5E37800DF2C21 /* fast_float_matsh.c */; }; 418B0AB024C5E38C00DF2C21 /* lcms2_fast_float.h in Headers */ = {isa = PBXBuildFile; fileRef = 418B0AAF24C5E38C00DF2C21 /* lcms2_fast_float.h */; settings = {ATTRIBUTES = (Public, ); }; }; 418B0AC224C5E47C00DF2C21 /* liblcms2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 418B0A3124C5E19500DF2C21 /* liblcms2.a */; }; 418B0ADA24C5E58A00DF2C21 /* liblcms2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 418B0A3124C5E19500DF2C21 /* liblcms2.a */; }; 418B0AEA24C5E5CF00DF2C21 /* liblcms2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 418B0A3124C5E19500DF2C21 /* liblcms2.a */; }; 418B0AF224C5E6B000DF2C21 /* fast_float_testbed.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0AF124C5E6B000DF2C21 /* fast_float_testbed.c */; }; 418B0AF624C5E6C800DF2C21 /* xgetopt.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0AF324C5E6C700DF2C21 /* xgetopt.c */; }; 418B0AF724C5E6C800DF2C21 /* vprf.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0AF424C5E6C700DF2C21 /* vprf.c */; }; 418B0AF924C5E6D200DF2C21 /* transicc.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0AF824C5E6D200DF2C21 /* transicc.c */; }; 418B0AFF24C5E73100DF2C21 /* xgetopt.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0AFD24C5E73100DF2C21 /* xgetopt.c */; }; 418B0B0024C5E73100DF2C21 /* vprf.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0AFE24C5E73100DF2C21 /* vprf.c */; }; 418B0B0F24C5E79200DF2C21 /* utils.h in Sources */ = {isa = PBXBuildFile; fileRef = 418B0B0E24C5E79200DF2C21 /* utils.h */; }; 418B0B1424C5E7BB00DF2C21 /* vprf.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0B1224C5E7BB00DF2C21 /* vprf.c */; }; 418B0B1524C5E7CF00DF2C21 /* liblcms2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 418B0A3124C5E19500DF2C21 /* liblcms2.a */; }; 418B0B2124C5E8FA00DF2C21 /* liblcms2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 418B0A3124C5E19500DF2C21 /* liblcms2.a */; }; 418B0B2524C5E92100DF2C21 /* tifdiff.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0B2424C5E92100DF2C21 /* tifdiff.c */; }; 418B0B2924C5E92B00DF2C21 /* vprf.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0B2724C5E92B00DF2C21 /* vprf.c */; }; 418B0B2A24C5E92B00DF2C21 /* xgetopt.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0B2824C5E92B00DF2C21 /* xgetopt.c */; }; 418B0B3824C5E98E00DF2C21 /* iccjpeg.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0B3624C5E98E00DF2C21 /* iccjpeg.c */; }; 418B0B3A24C5E99600DF2C21 /* jpgicc.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0B3924C5E99600DF2C21 /* jpgicc.c */; }; 418B0B3D24C5E9A200DF2C21 /* liblcms2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 418B0A3124C5E19500DF2C21 /* liblcms2.a */; }; 418B0B4124C5E9F700DF2C21 /* vprf.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0B3E24C5E9F700DF2C21 /* vprf.c */; }; 418B0B4224C5E9F700DF2C21 /* xgetopt.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0B3F24C5E9F700DF2C21 /* xgetopt.c */; }; 418B0B4624C5EC1D00DF2C21 /* testcms2.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0B4324C5EC1D00DF2C21 /* testcms2.c */; }; 418B0B4724C5EC1D00DF2C21 /* testplugin.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0B4524C5EC1D00DF2C21 /* testplugin.c */; }; 418B0B4924C5EC2A00DF2C21 /* zoo_icc.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0B4824C5EC2A00DF2C21 /* zoo_icc.c */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ 418B0A8524C5E29800DF2C21 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 418B0A2924C5E19500DF2C21 /* Project object */; proxyType = 1; remoteGlobalIDString = 418B0A3024C5E19500DF2C21; remoteInfo = lcms2; }; 418B0AB224C5E3D400DF2C21 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 418B0A2924C5E19500DF2C21 /* Project object */; proxyType = 1; remoteGlobalIDString = 418B0A3024C5E19500DF2C21; remoteInfo = lcms2; }; 418B0AC324C5E48100DF2C21 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 418B0A2924C5E19500DF2C21 /* Project object */; proxyType = 1; remoteGlobalIDString = 418B0A8E24C5E35200DF2C21; remoteInfo = fast_float_plugin; }; 418B0AC524C5E48600DF2C21 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 418B0A2924C5E19500DF2C21 /* Project object */; proxyType = 1; remoteGlobalIDString = 418B0A3024C5E19500DF2C21; remoteInfo = lcms2; }; 418B0ADB24C5E58F00DF2C21 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 418B0A2924C5E19500DF2C21 /* Project object */; proxyType = 1; remoteGlobalIDString = 418B0A3024C5E19500DF2C21; remoteInfo = lcms2; }; 418B0AE824C5E5CA00DF2C21 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 418B0A2924C5E19500DF2C21 /* Project object */; proxyType = 1; remoteGlobalIDString = 418B0A3024C5E19500DF2C21; remoteInfo = lcms2; }; 418B0B0C24C5E77500DF2C21 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 418B0A2924C5E19500DF2C21 /* Project object */; proxyType = 1; remoteGlobalIDString = 418B0A3024C5E19500DF2C21; remoteInfo = lcms2; }; 418B0B2224C5E8FA00DF2C21 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 418B0A2924C5E19500DF2C21 /* Project object */; proxyType = 1; remoteGlobalIDString = 418B0A3024C5E19500DF2C21; remoteInfo = lcms2; }; 418B0B3B24C5E99E00DF2C21 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 418B0A2924C5E19500DF2C21 /* Project object */; proxyType = 1; remoteGlobalIDString = 418B0A3024C5E19500DF2C21; remoteInfo = lcms2; }; /* End PBXContainerItemProxy section */ /* Begin PBXCopyFilesBuildPhase section */ 418B0A7624C5E25200DF2C21 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = /usr/share/man/man1; dstSubfolderSpec = 0; files = ( ); runOnlyForDeploymentPostprocessing = 1; }; 418B0AB624C5E42900DF2C21 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = /usr/share/man/man1; dstSubfolderSpec = 0; files = ( ); runOnlyForDeploymentPostprocessing = 1; }; 418B0AC924C5E4EA00DF2C21 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = /usr/share/man/man1/; dstSubfolderSpec = 0; files = ( ); runOnlyForDeploymentPostprocessing = 1; }; 418B0ADF24C5E5C300DF2C21 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = /usr/share/man/man1/; dstSubfolderSpec = 0; files = ( ); runOnlyForDeploymentPostprocessing = 1; }; 418B0B0324C5E76100DF2C21 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = /usr/share/man/man1/; dstSubfolderSpec = 0; files = ( ); runOnlyForDeploymentPostprocessing = 1; }; 418B0B1824C5E85600DF2C21 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = /usr/share/man/man1/; dstSubfolderSpec = 0; files = ( ); runOnlyForDeploymentPostprocessing = 1; }; 418B0B2D24C5E95D00DF2C21 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = /usr/share/man/man1/; dstSubfolderSpec = 0; files = ( ); runOnlyForDeploymentPostprocessing = 1; }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ 4123B46825518DB1005F0287 /* linkicc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = linkicc.c; sourceTree = ""; }; 4123B4A325518FFB005F0287 /* xgetopt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = xgetopt.c; path = ../common/xgetopt.c; sourceTree = ""; }; 4123B4B72551903B005F0287 /* tificc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tificc.c; sourceTree = ""; }; 4123B4C2255190FE005F0287 /* tifdiff.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tifdiff.c; sourceTree = ""; }; 418B0A3124C5E19500DF2C21 /* liblcms2.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = liblcms2.a; sourceTree = BUILT_PRODUCTS_DIR; }; 418B0A3824C5E1C700DF2C21 /* cmsgamma.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmsgamma.c; path = ../../../src/cmsgamma.c; sourceTree = ""; }; 418B0A3924C5E1C700DF2C21 /* cmsintrp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmsintrp.c; path = ../../../src/cmsintrp.c; sourceTree = ""; }; 418B0A3A24C5E1C700DF2C21 /* cmsgmt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmsgmt.c; path = ../../../src/cmsgmt.c; sourceTree = ""; }; 418B0A3B24C5E1C700DF2C21 /* cmscnvrt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmscnvrt.c; path = ../../../src/cmscnvrt.c; sourceTree = ""; }; 418B0A3C24C5E1C700DF2C21 /* cmsmd5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmsmd5.c; path = ../../../src/cmsmd5.c; sourceTree = ""; }; 418B0A3D24C5E1C700DF2C21 /* cmssm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmssm.c; path = ../../../src/cmssm.c; sourceTree = ""; }; 418B0A3E24C5E1C700DF2C21 /* cmsopt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmsopt.c; path = ../../../src/cmsopt.c; sourceTree = ""; }; 418B0A3F24C5E1C700DF2C21 /* cmscgats.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmscgats.c; path = ../../../src/cmscgats.c; sourceTree = ""; }; 418B0A4024C5E1C800DF2C21 /* cmsalpha.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmsalpha.c; path = ../../../src/cmsalpha.c; sourceTree = ""; }; 418B0A4124C5E1C800DF2C21 /* cmstypes.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmstypes.c; path = ../../../src/cmstypes.c; sourceTree = ""; }; 418B0A4224C5E1C800DF2C21 /* cmsio1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmsio1.c; path = ../../../src/cmsio1.c; sourceTree = ""; }; 418B0A4324C5E1C800DF2C21 /* cmspack.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmspack.c; path = ../../../src/cmspack.c; sourceTree = ""; }; 418B0A4424C5E1C800DF2C21 /* cmsxform.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmsxform.c; path = ../../../src/cmsxform.c; sourceTree = ""; }; 418B0A4524C5E1C800DF2C21 /* cmswtpnt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmswtpnt.c; path = ../../../src/cmswtpnt.c; sourceTree = ""; }; 418B0A4624C5E1C800DF2C21 /* cmsmtrx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmsmtrx.c; path = ../../../src/cmsmtrx.c; sourceTree = ""; }; 418B0A4724C5E1C800DF2C21 /* cmspcs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmspcs.c; path = ../../../src/cmspcs.c; sourceTree = ""; }; 418B0A4824C5E1C800DF2C21 /* cmsps2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmsps2.c; path = ../../../src/cmsps2.c; sourceTree = ""; }; 418B0A4924C5E1C800DF2C21 /* cmsnamed.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmsnamed.c; path = ../../../src/cmsnamed.c; sourceTree = ""; }; 418B0A4A24C5E1C800DF2C21 /* cmserr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmserr.c; path = ../../../src/cmserr.c; sourceTree = ""; }; 418B0A4B24C5E1C800DF2C21 /* cmslut.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmslut.c; path = ../../../src/cmslut.c; sourceTree = ""; }; 418B0A4C24C5E1C800DF2C21 /* cmsvirt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmsvirt.c; path = ../../../src/cmsvirt.c; sourceTree = ""; }; 418B0A4D24C5E1C800DF2C21 /* cmsplugin.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmsplugin.c; path = ../../../src/cmsplugin.c; sourceTree = ""; }; 418B0A4E24C5E1C800DF2C21 /* cmshalf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmshalf.c; path = ../../../src/cmshalf.c; sourceTree = ""; }; 418B0A4F24C5E1C900DF2C21 /* cmsio0.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmsio0.c; path = ../../../src/cmsio0.c; sourceTree = ""; }; 418B0A5024C5E1C900DF2C21 /* cmscam02.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmscam02.c; path = ../../../src/cmscam02.c; sourceTree = ""; }; 418B0A5124C5E1C900DF2C21 /* cmssamp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmssamp.c; path = ../../../src/cmssamp.c; sourceTree = ""; }; 418B0A6D24C5E1E800DF2C21 /* lcms2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = lcms2.h; path = ../../../include/lcms2.h; sourceTree = ""; }; 418B0A6E24C5E1E800DF2C21 /* lcms2_plugin.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = lcms2_plugin.h; path = ../../../include/lcms2_plugin.h; sourceTree = ""; }; 418B0A7124C5E1F400DF2C21 /* lcms2_internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = lcms2_internal.h; path = ../../../src/lcms2_internal.h; sourceTree = ""; }; 418B0A7824C5E25200DF2C21 /* testbed */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = testbed; sourceTree = BUILT_PRODUCTS_DIR; }; 418B0A8F24C5E35200DF2C21 /* libfast_float_plugin.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libfast_float_plugin.a; sourceTree = BUILT_PRODUCTS_DIR; }; 418B0A9324C5E37600DF2C21 /* fast_float_curves.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = fast_float_curves.c; path = ../../../plugins/fast_float/src/fast_float_curves.c; sourceTree = ""; }; 418B0A9424C5E37600DF2C21 /* fast_float_15mats.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = fast_float_15mats.c; path = ../../../plugins/fast_float/src/fast_float_15mats.c; sourceTree = ""; }; 418B0A9524C5E37600DF2C21 /* fast_float_tethra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = fast_float_tethra.c; path = ../../../plugins/fast_float/src/fast_float_tethra.c; sourceTree = ""; }; 418B0A9624C5E37700DF2C21 /* fast_float_cmyk.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = fast_float_cmyk.c; path = ../../../plugins/fast_float/src/fast_float_cmyk.c; sourceTree = ""; }; 418B0A9724C5E37700DF2C21 /* fast_16_tethra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = fast_16_tethra.c; path = ../../../plugins/fast_float/src/fast_16_tethra.c; sourceTree = ""; }; 418B0A9824C5E37700DF2C21 /* fast_float_internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = fast_float_internal.h; path = ../../../plugins/fast_float/src/fast_float_internal.h; sourceTree = ""; }; 418B0A9924C5E37700DF2C21 /* fast_8_matsh.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = fast_8_matsh.c; path = ../../../plugins/fast_float/src/fast_8_matsh.c; sourceTree = ""; }; 418B0A9A24C5E37700DF2C21 /* fast_float_separate.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = fast_float_separate.c; path = ../../../plugins/fast_float/src/fast_float_separate.c; sourceTree = ""; }; 418B0A9B24C5E37700DF2C21 /* fast_8_matsh_sse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = fast_8_matsh_sse.c; path = ../../../plugins/fast_float/src/fast_8_matsh_sse.c; sourceTree = ""; }; 418B0A9C24C5E37700DF2C21 /* fast_8_tethra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = fast_8_tethra.c; path = ../../../plugins/fast_float/src/fast_8_tethra.c; sourceTree = ""; }; 418B0A9D24C5E37700DF2C21 /* fast_float_sup.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = fast_float_sup.c; path = ../../../plugins/fast_float/src/fast_float_sup.c; sourceTree = ""; }; 418B0A9E24C5E37700DF2C21 /* fast_float_15bits.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = fast_float_15bits.c; path = ../../../plugins/fast_float/src/fast_float_15bits.c; sourceTree = ""; }; 418B0A9F24C5E37700DF2C21 /* fast_8_curves.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = fast_8_curves.c; path = ../../../plugins/fast_float/src/fast_8_curves.c; sourceTree = ""; }; 418B0AA024C5E37800DF2C21 /* fast_float_matsh.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = fast_float_matsh.c; path = ../../../plugins/fast_float/src/fast_float_matsh.c; sourceTree = ""; }; 418B0AAF24C5E38C00DF2C21 /* lcms2_fast_float.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = lcms2_fast_float.h; path = ../../../plugins/fast_float/include/lcms2_fast_float.h; sourceTree = ""; }; 418B0AB824C5E42900DF2C21 /* testbed */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = testbed; path = fast_float_testbed; sourceTree = BUILT_PRODUCTS_DIR; }; 418B0ACB24C5E4EA00DF2C21 /* transicc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = transicc; sourceTree = BUILT_PRODUCTS_DIR; }; 418B0AE124C5E5C300DF2C21 /* linkicc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = linkicc; sourceTree = BUILT_PRODUCTS_DIR; }; 418B0AF124C5E6B000DF2C21 /* fast_float_testbed.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = fast_float_testbed.c; path = ../../../plugins/fast_float/testbed/fast_float_testbed.c; sourceTree = SOURCE_ROOT; }; 418B0AF324C5E6C700DF2C21 /* xgetopt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = xgetopt.c; path = ../../../utils/common/xgetopt.c; sourceTree = SOURCE_ROOT; }; 418B0AF424C5E6C700DF2C21 /* vprf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = vprf.c; path = ../../../utils/common/vprf.c; sourceTree = SOURCE_ROOT; }; 418B0AF524C5E6C800DF2C21 /* utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = utils.h; path = ../../../utils/common/utils.h; sourceTree = SOURCE_ROOT; }; 418B0AF824C5E6D200DF2C21 /* transicc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = transicc.c; path = ../../../utils/transicc/transicc.c; sourceTree = SOURCE_ROOT; }; 418B0AFC24C5E73100DF2C21 /* utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = utils.h; path = ../../../utils/common/utils.h; sourceTree = SOURCE_ROOT; }; 418B0AFD24C5E73100DF2C21 /* xgetopt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = xgetopt.c; path = ../../../utils/common/xgetopt.c; sourceTree = SOURCE_ROOT; }; 418B0AFE24C5E73100DF2C21 /* vprf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = vprf.c; path = ../../../utils/common/vprf.c; sourceTree = SOURCE_ROOT; }; 418B0B0524C5E76100DF2C21 /* tificc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = tificc; sourceTree = BUILT_PRODUCTS_DIR; }; 418B0B0E24C5E79200DF2C21 /* utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = utils.h; path = ../../../utils/common/utils.h; sourceTree = SOURCE_ROOT; }; 418B0B1224C5E7BB00DF2C21 /* vprf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = vprf.c; path = ../../../utils/common/vprf.c; sourceTree = SOURCE_ROOT; }; 418B0B1A24C5E85600DF2C21 /* tifdiff */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = tifdiff; sourceTree = BUILT_PRODUCTS_DIR; }; 418B0B2424C5E92100DF2C21 /* tifdiff.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tifdiff.c; path = ../../../utils/tificc/tifdiff.c; sourceTree = SOURCE_ROOT; }; 418B0B2724C5E92B00DF2C21 /* vprf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = vprf.c; path = ../common/vprf.c; sourceTree = ""; }; 418B0B2824C5E92B00DF2C21 /* xgetopt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = xgetopt.c; path = ../common/xgetopt.c; sourceTree = ""; }; 418B0B2F24C5E95D00DF2C21 /* jpegicc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = jpegicc; sourceTree = BUILT_PRODUCTS_DIR; }; 418B0B3624C5E98E00DF2C21 /* iccjpeg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = iccjpeg.c; path = ../../../utils/jpgicc/iccjpeg.c; sourceTree = SOURCE_ROOT; }; 418B0B3724C5E98E00DF2C21 /* iccjpeg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = iccjpeg.h; path = ../../../utils/jpgicc/iccjpeg.h; sourceTree = SOURCE_ROOT; }; 418B0B3924C5E99600DF2C21 /* jpgicc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jpgicc.c; sourceTree = ""; }; 418B0B3E24C5E9F700DF2C21 /* vprf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = vprf.c; path = ../../../utils/common/vprf.c; sourceTree = SOURCE_ROOT; }; 418B0B3F24C5E9F700DF2C21 /* xgetopt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = xgetopt.c; path = ../../../utils/common/xgetopt.c; sourceTree = SOURCE_ROOT; }; 418B0B4024C5E9F700DF2C21 /* utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = utils.h; path = ../../../utils/common/utils.h; sourceTree = SOURCE_ROOT; }; 418B0B4324C5EC1D00DF2C21 /* testcms2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testcms2.c; path = ../../../testbed/testcms2.c; sourceTree = SOURCE_ROOT; }; 418B0B4424C5EC1D00DF2C21 /* testcms2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = testcms2.h; path = ../../../testbed/testcms2.h; sourceTree = SOURCE_ROOT; }; 418B0B4524C5EC1D00DF2C21 /* testplugin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testplugin.c; path = ../../../testbed/testplugin.c; sourceTree = ""; }; 418B0B4824C5EC2A00DF2C21 /* zoo_icc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = zoo_icc.c; path = ../../../testbed/zoo_icc.c; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 418B0A2F24C5E19500DF2C21 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; 418B0A7524C5E25200DF2C21 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 418B0A8A24C5E30000DF2C21 /* liblcms2.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0A8D24C5E35200DF2C21 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; 418B0AB524C5E42900DF2C21 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 418B0AC224C5E47C00DF2C21 /* liblcms2.a in Frameworks */, 4123B5042551A1C8005F0287 /* libfast_float_plugin.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0AC824C5E4EA00DF2C21 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 418B0ADA24C5E58A00DF2C21 /* liblcms2.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0ADE24C5E5C300DF2C21 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 418B0AEA24C5E5CF00DF2C21 /* liblcms2.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0B0224C5E76100DF2C21 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 418B0B1524C5E7CF00DF2C21 /* liblcms2.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0B1724C5E85600DF2C21 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 418B0B2124C5E8FA00DF2C21 /* liblcms2.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0B2C24C5E95D00DF2C21 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 418B0B3D24C5E9A200DF2C21 /* liblcms2.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 418B0A2824C5E19500DF2C21 = { isa = PBXGroup; children = ( 418B0AB124C5E39A00DF2C21 /* fast_float_plugin */, 418B0A7324C5E1FE00DF2C21 /* include */, 418B0A6C24C5E1CE00DF2C21 /* src */, 418B0A7924C5E25200DF2C21 /* testbed */, 418B0AB924C5E42900DF2C21 /* fast_float_testbed */, 418B0ACC24C5E4EA00DF2C21 /* transicc */, 418B0AE224C5E5C300DF2C21 /* linkicc */, 418B0B0624C5E76100DF2C21 /* tificc */, 418B0B1B24C5E85600DF2C21 /* tifdiff */, 418B0B3024C5E95D00DF2C21 /* jpegicc */, 418B0A3224C5E19500DF2C21 /* Products */, 418B0A8924C5E30000DF2C21 /* Frameworks */, ); sourceTree = ""; }; 418B0A3224C5E19500DF2C21 /* Products */ = { isa = PBXGroup; children = ( 418B0A3124C5E19500DF2C21 /* liblcms2.a */, 418B0A7824C5E25200DF2C21 /* testbed */, 418B0A8F24C5E35200DF2C21 /* libfast_float_plugin.a */, 418B0AB824C5E42900DF2C21 /* testbed */, 418B0ACB24C5E4EA00DF2C21 /* transicc */, 418B0AE124C5E5C300DF2C21 /* linkicc */, 418B0B0524C5E76100DF2C21 /* tificc */, 418B0B1A24C5E85600DF2C21 /* tifdiff */, 418B0B2F24C5E95D00DF2C21 /* jpegicc */, ); name = Products; sourceTree = ""; }; 418B0A6C24C5E1CE00DF2C21 /* src */ = { isa = PBXGroup; children = ( 418B0A7124C5E1F400DF2C21 /* lcms2_internal.h */, 418B0A4024C5E1C800DF2C21 /* cmsalpha.c */, 418B0A5024C5E1C900DF2C21 /* cmscam02.c */, 418B0A3F24C5E1C700DF2C21 /* cmscgats.c */, 418B0A3B24C5E1C700DF2C21 /* cmscnvrt.c */, 418B0A4A24C5E1C800DF2C21 /* cmserr.c */, 418B0A3824C5E1C700DF2C21 /* cmsgamma.c */, 418B0A3A24C5E1C700DF2C21 /* cmsgmt.c */, 418B0A4E24C5E1C800DF2C21 /* cmshalf.c */, 418B0A3924C5E1C700DF2C21 /* cmsintrp.c */, 418B0A4F24C5E1C900DF2C21 /* cmsio0.c */, 418B0A4224C5E1C800DF2C21 /* cmsio1.c */, 418B0A4B24C5E1C800DF2C21 /* cmslut.c */, 418B0A3C24C5E1C700DF2C21 /* cmsmd5.c */, 418B0A4624C5E1C800DF2C21 /* cmsmtrx.c */, 418B0A4924C5E1C800DF2C21 /* cmsnamed.c */, 418B0A3E24C5E1C700DF2C21 /* cmsopt.c */, 418B0A4324C5E1C800DF2C21 /* cmspack.c */, 418B0A4724C5E1C800DF2C21 /* cmspcs.c */, 418B0A4D24C5E1C800DF2C21 /* cmsplugin.c */, 418B0A4824C5E1C800DF2C21 /* cmsps2.c */, 418B0A5124C5E1C900DF2C21 /* cmssamp.c */, 418B0A3D24C5E1C700DF2C21 /* cmssm.c */, 418B0A4124C5E1C800DF2C21 /* cmstypes.c */, 418B0A4C24C5E1C800DF2C21 /* cmsvirt.c */, 418B0A4524C5E1C800DF2C21 /* cmswtpnt.c */, 418B0A4424C5E1C800DF2C21 /* cmsxform.c */, ); name = src; sourceTree = ""; }; 418B0A7324C5E1FE00DF2C21 /* include */ = { isa = PBXGroup; children = ( 418B0A6E24C5E1E800DF2C21 /* lcms2_plugin.h */, 418B0A6D24C5E1E800DF2C21 /* lcms2.h */, ); name = include; sourceTree = ""; }; 418B0A7924C5E25200DF2C21 /* testbed */ = { isa = PBXGroup; children = ( 418B0B4824C5EC2A00DF2C21 /* zoo_icc.c */, 418B0B4324C5EC1D00DF2C21 /* testcms2.c */, 418B0B4424C5EC1D00DF2C21 /* testcms2.h */, 418B0B4524C5EC1D00DF2C21 /* testplugin.c */, ); name = testbed; sourceTree = SOURCE_ROOT; }; 418B0A8924C5E30000DF2C21 /* Frameworks */ = { isa = PBXGroup; children = ( ); name = Frameworks; sourceTree = ""; }; 418B0AB124C5E39A00DF2C21 /* fast_float_plugin */ = { isa = PBXGroup; children = ( 418B0AAF24C5E38C00DF2C21 /* lcms2_fast_float.h */, 418B0A9F24C5E37700DF2C21 /* fast_8_curves.c */, 418B0A9B24C5E37700DF2C21 /* fast_8_matsh_sse.c */, 418B0A9924C5E37700DF2C21 /* fast_8_matsh.c */, 418B0A9C24C5E37700DF2C21 /* fast_8_tethra.c */, 418B0A9724C5E37700DF2C21 /* fast_16_tethra.c */, 418B0A9E24C5E37700DF2C21 /* fast_float_15bits.c */, 418B0A9424C5E37600DF2C21 /* fast_float_15mats.c */, 418B0A9624C5E37700DF2C21 /* fast_float_cmyk.c */, 418B0A9324C5E37600DF2C21 /* fast_float_curves.c */, 418B0A9824C5E37700DF2C21 /* fast_float_internal.h */, 418B0AA024C5E37800DF2C21 /* fast_float_matsh.c */, 418B0A9A24C5E37700DF2C21 /* fast_float_separate.c */, 418B0A9D24C5E37700DF2C21 /* fast_float_sup.c */, 418B0A9524C5E37600DF2C21 /* fast_float_tethra.c */, ); name = fast_float_plugin; sourceTree = ""; }; 418B0AB924C5E42900DF2C21 /* fast_float_testbed */ = { isa = PBXGroup; children = ( 418B0AF124C5E6B000DF2C21 /* fast_float_testbed.c */, ); name = fast_float_testbed; path = ../../../plugins/fast_float/testbed; sourceTree = ""; }; 418B0ACC24C5E4EA00DF2C21 /* transicc */ = { isa = PBXGroup; children = ( 418B0AF824C5E6D200DF2C21 /* transicc.c */, 418B0AF524C5E6C800DF2C21 /* utils.h */, 418B0AF424C5E6C700DF2C21 /* vprf.c */, 418B0AF324C5E6C700DF2C21 /* xgetopt.c */, ); name = transicc; sourceTree = SOURCE_ROOT; }; 418B0AE224C5E5C300DF2C21 /* linkicc */ = { isa = PBXGroup; children = ( 4123B46825518DB1005F0287 /* linkicc.c */, 418B0AFC24C5E73100DF2C21 /* utils.h */, 418B0AFE24C5E73100DF2C21 /* vprf.c */, 418B0AFD24C5E73100DF2C21 /* xgetopt.c */, ); name = linkicc; path = ../../../utils/linkicc; sourceTree = SOURCE_ROOT; }; 418B0B0624C5E76100DF2C21 /* tificc */ = { isa = PBXGroup; children = ( 4123B4B72551903B005F0287 /* tificc.c */, 4123B4A325518FFB005F0287 /* xgetopt.c */, 418B0B1224C5E7BB00DF2C21 /* vprf.c */, 418B0B0E24C5E79200DF2C21 /* utils.h */, ); name = tificc; path = ../../../utils/tificc; sourceTree = SOURCE_ROOT; }; 418B0B1B24C5E85600DF2C21 /* tifdiff */ = { isa = PBXGroup; children = ( 4123B4C2255190FE005F0287 /* tifdiff.c */, 418B0B2724C5E92B00DF2C21 /* vprf.c */, 418B0B2824C5E92B00DF2C21 /* xgetopt.c */, 418B0B2424C5E92100DF2C21 /* tifdiff.c */, ); name = tifdiff; path = ../../../utils/tificc; sourceTree = SOURCE_ROOT; }; 418B0B3024C5E95D00DF2C21 /* jpegicc */ = { isa = PBXGroup; children = ( 418B0B4024C5E9F700DF2C21 /* utils.h */, 418B0B3E24C5E9F700DF2C21 /* vprf.c */, 418B0B3F24C5E9F700DF2C21 /* xgetopt.c */, 418B0B3924C5E99600DF2C21 /* jpgicc.c */, 418B0B3624C5E98E00DF2C21 /* iccjpeg.c */, 418B0B3724C5E98E00DF2C21 /* iccjpeg.h */, ); name = jpegicc; path = ../../../utils/jpgicc; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ 418B0A2D24C5E19500DF2C21 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( 418B0A6F24C5E1E800DF2C21 /* lcms2.h in Headers */, 418B0A7024C5E1E800DF2C21 /* lcms2_plugin.h in Headers */, 418B0A7224C5E1F400DF2C21 /* lcms2_internal.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0A8B24C5E35200DF2C21 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( 418B0AB024C5E38C00DF2C21 /* lcms2_fast_float.h in Headers */, 418B0AA624C5E37800DF2C21 /* fast_float_internal.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ 418B0A3024C5E19500DF2C21 /* lcms2 */ = { isa = PBXNativeTarget; buildConfigurationList = 418B0A3524C5E19500DF2C21 /* Build configuration list for PBXNativeTarget "lcms2" */; buildPhases = ( 418B0A2D24C5E19500DF2C21 /* Headers */, 418B0A2E24C5E19500DF2C21 /* Sources */, 418B0A2F24C5E19500DF2C21 /* Frameworks */, ); buildRules = ( ); dependencies = ( ); name = lcms2; productName = lcms2; productReference = 418B0A3124C5E19500DF2C21 /* liblcms2.a */; productType = "com.apple.product-type.library.static"; }; 418B0A7724C5E25200DF2C21 /* testbed */ = { isa = PBXNativeTarget; buildConfigurationList = 418B0A7C24C5E25200DF2C21 /* Build configuration list for PBXNativeTarget "testbed" */; buildPhases = ( 418B0A7424C5E25200DF2C21 /* Sources */, 418B0A7524C5E25200DF2C21 /* Frameworks */, 418B0A7624C5E25200DF2C21 /* CopyFiles */, ); buildRules = ( ); dependencies = ( 418B0A8624C5E29800DF2C21 /* PBXTargetDependency */, ); name = testbed; productName = testbed; productReference = 418B0A7824C5E25200DF2C21 /* testbed */; productType = "com.apple.product-type.tool"; }; 418B0A8E24C5E35200DF2C21 /* fast_float_plugin */ = { isa = PBXNativeTarget; buildConfigurationList = 418B0A9024C5E35200DF2C21 /* Build configuration list for PBXNativeTarget "fast_float_plugin" */; buildPhases = ( 418B0A8B24C5E35200DF2C21 /* Headers */, 418B0A8C24C5E35200DF2C21 /* Sources */, 418B0A8D24C5E35200DF2C21 /* Frameworks */, ); buildRules = ( ); dependencies = ( 418B0AB324C5E3D400DF2C21 /* PBXTargetDependency */, ); name = fast_float_plugin; productName = fast_float_plugin; productReference = 418B0A8F24C5E35200DF2C21 /* libfast_float_plugin.a */; productType = "com.apple.product-type.library.static"; }; 418B0AB724C5E42900DF2C21 /* fast_float_testbed */ = { isa = PBXNativeTarget; buildConfigurationList = 418B0ABC24C5E42900DF2C21 /* Build configuration list for PBXNativeTarget "fast_float_testbed" */; buildPhases = ( 418B0AB424C5E42900DF2C21 /* Sources */, 418B0AB524C5E42900DF2C21 /* Frameworks */, 418B0AB624C5E42900DF2C21 /* CopyFiles */, ); buildRules = ( ); dependencies = ( 418B0AC624C5E48600DF2C21 /* PBXTargetDependency */, 418B0AC424C5E48100DF2C21 /* PBXTargetDependency */, ); name = fast_float_testbed; productName = fast_float_testbed; productReference = 418B0AB824C5E42900DF2C21 /* testbed */; productType = "com.apple.product-type.tool"; }; 418B0ACA24C5E4EA00DF2C21 /* transicc */ = { isa = PBXNativeTarget; buildConfigurationList = 418B0ACF24C5E4EA00DF2C21 /* Build configuration list for PBXNativeTarget "transicc" */; buildPhases = ( 418B0AC724C5E4EA00DF2C21 /* Sources */, 418B0AC824C5E4EA00DF2C21 /* Frameworks */, 418B0AC924C5E4EA00DF2C21 /* CopyFiles */, ); buildRules = ( ); dependencies = ( 418B0ADC24C5E58F00DF2C21 /* PBXTargetDependency */, ); name = transicc; productName = transicc; productReference = 418B0ACB24C5E4EA00DF2C21 /* transicc */; productType = "com.apple.product-type.tool"; }; 418B0AE024C5E5C300DF2C21 /* linkicc */ = { isa = PBXNativeTarget; buildConfigurationList = 418B0AE524C5E5C300DF2C21 /* Build configuration list for PBXNativeTarget "linkicc" */; buildPhases = ( 418B0ADD24C5E5C300DF2C21 /* Sources */, 418B0ADE24C5E5C300DF2C21 /* Frameworks */, 418B0ADF24C5E5C300DF2C21 /* CopyFiles */, ); buildRules = ( ); dependencies = ( 418B0AE924C5E5CA00DF2C21 /* PBXTargetDependency */, ); name = linkicc; productName = linkicc; productReference = 418B0AE124C5E5C300DF2C21 /* linkicc */; productType = "com.apple.product-type.tool"; }; 418B0B0424C5E76100DF2C21 /* tificc */ = { isa = PBXNativeTarget; buildConfigurationList = 418B0B0924C5E76100DF2C21 /* Build configuration list for PBXNativeTarget "tificc" */; buildPhases = ( 418B0B0124C5E76100DF2C21 /* Sources */, 418B0B0224C5E76100DF2C21 /* Frameworks */, 418B0B0324C5E76100DF2C21 /* CopyFiles */, ); buildRules = ( ); dependencies = ( 418B0B0D24C5E77500DF2C21 /* PBXTargetDependency */, ); name = tificc; productName = tificc; productReference = 418B0B0524C5E76100DF2C21 /* tificc */; productType = "com.apple.product-type.tool"; }; 418B0B1924C5E85600DF2C21 /* tifdiff */ = { isa = PBXNativeTarget; buildConfigurationList = 418B0B1E24C5E85600DF2C21 /* Build configuration list for PBXNativeTarget "tifdiff" */; buildPhases = ( 418B0B1624C5E85600DF2C21 /* Sources */, 418B0B1724C5E85600DF2C21 /* Frameworks */, 418B0B1824C5E85600DF2C21 /* CopyFiles */, ); buildRules = ( ); dependencies = ( 418B0B2324C5E8FA00DF2C21 /* PBXTargetDependency */, ); name = tifdiff; productName = tifdiff; productReference = 418B0B1A24C5E85600DF2C21 /* tifdiff */; productType = "com.apple.product-type.tool"; }; 418B0B2E24C5E95D00DF2C21 /* jpegicc */ = { isa = PBXNativeTarget; buildConfigurationList = 418B0B3324C5E95D00DF2C21 /* Build configuration list for PBXNativeTarget "jpegicc" */; buildPhases = ( 418B0B2B24C5E95D00DF2C21 /* Sources */, 418B0B2C24C5E95D00DF2C21 /* Frameworks */, 418B0B2D24C5E95D00DF2C21 /* CopyFiles */, ); buildRules = ( ); dependencies = ( 418B0B3C24C5E99E00DF2C21 /* PBXTargetDependency */, ); name = jpegicc; productName = jpegicc; productReference = 418B0B2F24C5E95D00DF2C21 /* jpegicc */; productType = "com.apple.product-type.tool"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 418B0A2924C5E19500DF2C21 /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 1210; ORGANIZATIONNAME = littlecms; TargetAttributes = { 418B0A3024C5E19500DF2C21 = { CreatedOnToolsVersion = 11.6; }; 418B0A7724C5E25200DF2C21 = { CreatedOnToolsVersion = 11.6; }; 418B0A8E24C5E35200DF2C21 = { CreatedOnToolsVersion = 11.6; }; 418B0AB724C5E42900DF2C21 = { CreatedOnToolsVersion = 11.6; }; 418B0ACA24C5E4EA00DF2C21 = { CreatedOnToolsVersion = 11.6; }; 418B0AE024C5E5C300DF2C21 = { CreatedOnToolsVersion = 11.6; }; 418B0B0424C5E76100DF2C21 = { CreatedOnToolsVersion = 11.6; }; 418B0B1924C5E85600DF2C21 = { CreatedOnToolsVersion = 11.6; }; 418B0B2E24C5E95D00DF2C21 = { CreatedOnToolsVersion = 11.6; }; }; }; buildConfigurationList = 418B0A2C24C5E19500DF2C21 /* Build configuration list for PBXProject "lcms2" */; compatibilityVersion = "Xcode 12.0"; developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = 418B0A2824C5E19500DF2C21; productRefGroup = 418B0A3224C5E19500DF2C21 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 418B0A3024C5E19500DF2C21 /* lcms2 */, 418B0A7724C5E25200DF2C21 /* testbed */, 418B0A8E24C5E35200DF2C21 /* fast_float_plugin */, 418B0AB724C5E42900DF2C21 /* fast_float_testbed */, 418B0ACA24C5E4EA00DF2C21 /* transicc */, 418B0AE024C5E5C300DF2C21 /* linkicc */, 418B0B0424C5E76100DF2C21 /* tificc */, 418B0B1924C5E85600DF2C21 /* tifdiff */, 418B0B2E24C5E95D00DF2C21 /* jpegicc */, ); }; /* End PBXProject section */ /* Begin PBXSourcesBuildPhase section */ 418B0A2E24C5E19500DF2C21 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 418B0A5224C5E1C900DF2C21 /* cmsgamma.c in Sources */, 418B0A5324C5E1C900DF2C21 /* cmsintrp.c in Sources */, 418B0A5424C5E1C900DF2C21 /* cmsgmt.c in Sources */, 418B0A5524C5E1C900DF2C21 /* cmscnvrt.c in Sources */, 418B0A5624C5E1C900DF2C21 /* cmsmd5.c in Sources */, 418B0A5724C5E1C900DF2C21 /* cmssm.c in Sources */, 418B0A5824C5E1C900DF2C21 /* cmsopt.c in Sources */, 418B0A5924C5E1C900DF2C21 /* cmscgats.c in Sources */, 418B0A5A24C5E1C900DF2C21 /* cmsalpha.c in Sources */, 418B0A5B24C5E1C900DF2C21 /* cmstypes.c in Sources */, 418B0A5C24C5E1C900DF2C21 /* cmsio1.c in Sources */, 418B0A5D24C5E1C900DF2C21 /* cmspack.c in Sources */, 418B0A5E24C5E1C900DF2C21 /* cmsxform.c in Sources */, 418B0A5F24C5E1C900DF2C21 /* cmswtpnt.c in Sources */, 418B0A6024C5E1C900DF2C21 /* cmsmtrx.c in Sources */, 418B0A6124C5E1C900DF2C21 /* cmspcs.c in Sources */, 418B0A6224C5E1C900DF2C21 /* cmsps2.c in Sources */, 418B0A6324C5E1C900DF2C21 /* cmsnamed.c in Sources */, 418B0A6424C5E1C900DF2C21 /* cmserr.c in Sources */, 418B0A6524C5E1C900DF2C21 /* cmslut.c in Sources */, 418B0A6624C5E1C900DF2C21 /* cmsvirt.c in Sources */, 418B0A6724C5E1C900DF2C21 /* cmsplugin.c in Sources */, 418B0A6824C5E1C900DF2C21 /* cmshalf.c in Sources */, 418B0A6924C5E1C900DF2C21 /* cmsio0.c in Sources */, 418B0A6A24C5E1C900DF2C21 /* cmscam02.c in Sources */, 418B0A6B24C5E1C900DF2C21 /* cmssamp.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0A7424C5E25200DF2C21 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 418B0B4724C5EC1D00DF2C21 /* testplugin.c in Sources */, 418B0B4924C5EC2A00DF2C21 /* zoo_icc.c in Sources */, 418B0B4624C5EC1D00DF2C21 /* testcms2.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0A8C24C5E35200DF2C21 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 418B0AA124C5E37800DF2C21 /* fast_float_curves.c in Sources */, 418B0AA224C5E37800DF2C21 /* fast_float_15mats.c in Sources */, 418B0AA324C5E37800DF2C21 /* fast_float_tethra.c in Sources */, 418B0AA424C5E37800DF2C21 /* fast_float_cmyk.c in Sources */, 418B0AA524C5E37800DF2C21 /* fast_16_tethra.c in Sources */, 418B0AA724C5E37800DF2C21 /* fast_8_matsh.c in Sources */, 418B0AA824C5E37800DF2C21 /* fast_float_separate.c in Sources */, 418B0AA924C5E37800DF2C21 /* fast_8_matsh_sse.c in Sources */, 418B0AAA24C5E37800DF2C21 /* fast_8_tethra.c in Sources */, 418B0AAB24C5E37800DF2C21 /* fast_float_sup.c in Sources */, 418B0AAC24C5E37800DF2C21 /* fast_float_15bits.c in Sources */, 418B0AAD24C5E37800DF2C21 /* fast_8_curves.c in Sources */, 418B0AAE24C5E37800DF2C21 /* fast_float_matsh.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0AB424C5E42900DF2C21 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 418B0AF224C5E6B000DF2C21 /* fast_float_testbed.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0AC724C5E4EA00DF2C21 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 418B0AF724C5E6C800DF2C21 /* vprf.c in Sources */, 418B0AF924C5E6D200DF2C21 /* transicc.c in Sources */, 418B0AF624C5E6C800DF2C21 /* xgetopt.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0ADD24C5E5C300DF2C21 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 418B0B0024C5E73100DF2C21 /* vprf.c in Sources */, 418B0AFF24C5E73100DF2C21 /* xgetopt.c in Sources */, 4123B46925518DB1005F0287 /* linkicc.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0B0124C5E76100DF2C21 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 4123B4A425518FFB005F0287 /* xgetopt.c in Sources */, 418B0B0F24C5E79200DF2C21 /* utils.h in Sources */, 418B0B1424C5E7BB00DF2C21 /* vprf.c in Sources */, 4123B4B82551903B005F0287 /* tificc.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0B1624C5E85600DF2C21 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 418B0B2524C5E92100DF2C21 /* tifdiff.c in Sources */, 418B0B2924C5E92B00DF2C21 /* vprf.c in Sources */, 418B0B2A24C5E92B00DF2C21 /* xgetopt.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0B2B24C5E95D00DF2C21 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 418B0B3824C5E98E00DF2C21 /* iccjpeg.c in Sources */, 418B0B4224C5E9F700DF2C21 /* xgetopt.c in Sources */, 418B0B4124C5E9F700DF2C21 /* vprf.c in Sources */, 418B0B3A24C5E99600DF2C21 /* jpgicc.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ 418B0A8624C5E29800DF2C21 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 418B0A3024C5E19500DF2C21 /* lcms2 */; targetProxy = 418B0A8524C5E29800DF2C21 /* PBXContainerItemProxy */; }; 418B0AB324C5E3D400DF2C21 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 418B0A3024C5E19500DF2C21 /* lcms2 */; targetProxy = 418B0AB224C5E3D400DF2C21 /* PBXContainerItemProxy */; }; 418B0AC424C5E48100DF2C21 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 418B0A8E24C5E35200DF2C21 /* fast_float_plugin */; targetProxy = 418B0AC324C5E48100DF2C21 /* PBXContainerItemProxy */; }; 418B0AC624C5E48600DF2C21 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 418B0A3024C5E19500DF2C21 /* lcms2 */; targetProxy = 418B0AC524C5E48600DF2C21 /* PBXContainerItemProxy */; }; 418B0ADC24C5E58F00DF2C21 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 418B0A3024C5E19500DF2C21 /* lcms2 */; targetProxy = 418B0ADB24C5E58F00DF2C21 /* PBXContainerItemProxy */; }; 418B0AE924C5E5CA00DF2C21 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 418B0A3024C5E19500DF2C21 /* lcms2 */; targetProxy = 418B0AE824C5E5CA00DF2C21 /* PBXContainerItemProxy */; }; 418B0B0D24C5E77500DF2C21 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 418B0A3024C5E19500DF2C21 /* lcms2 */; targetProxy = 418B0B0C24C5E77500DF2C21 /* PBXContainerItemProxy */; }; 418B0B2324C5E8FA00DF2C21 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 418B0A3024C5E19500DF2C21 /* lcms2 */; targetProxy = 418B0B2224C5E8FA00DF2C21 /* PBXContainerItemProxy */; }; 418B0B3C24C5E99E00DF2C21 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 418B0A3024C5E19500DF2C21 /* lcms2 */; targetProxy = 418B0B3B24C5E99E00DF2C21 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 418B0A3324C5E19500DF2C21 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_ENABLE_OBJC_WEAK = YES; CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu11; GCC_DYNAMIC_NO_PIC = NO; GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.15; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = macosx; }; name = Debug; }; 418B0A3424C5E19500DF2C21 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_ENABLE_OBJC_WEAK = YES; CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = gnu11; GCC_NO_COMMON_BLOCKS = YES; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.15; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = macosx; }; name = Release; }; 418B0A3624C5E19500DF2C21 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; EXECUTABLE_PREFIX = lib; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; }; name = Debug; }; 418B0A3724C5E19500DF2C21 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; EXECUTABLE_PREFIX = lib; ONLY_ACTIVE_ARCH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; }; name = Release; }; 418B0A7D24C5E25200DF2C21 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; }; 418B0A7E24C5E25200DF2C21 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; }; 418B0A9124C5E35200DF2C21 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; EXECUTABLE_PREFIX = lib; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; }; name = Debug; }; 418B0A9224C5E35200DF2C21 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; EXECUTABLE_PREFIX = lib; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; }; name = Release; }; 418B0ABD24C5E42900DF2C21 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; }; 418B0ABE24C5E42900DF2C21 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; }; 418B0AD024C5E4EA00DF2C21 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; }; 418B0AD124C5E4EA00DF2C21 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; }; 418B0AE624C5E5C300DF2C21 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; }; 418B0AE724C5E5C300DF2C21 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; }; 418B0B0A24C5E76100DF2C21 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; HEADER_SEARCH_PATHS = /usr/local/include; MACOSX_DEPLOYMENT_TARGET = 10.15; OTHER_LDFLAGS = ( "-L", /usr/local/lib, "-ltiff", ); PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; }; 418B0B0B24C5E76100DF2C21 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; HEADER_SEARCH_PATHS = /usr/local/include; MACOSX_DEPLOYMENT_TARGET = 10.15; OTHER_LDFLAGS = ( "-L", /usr/local/lib, "-ltiff", ); PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; }; 418B0B1F24C5E85600DF2C21 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; HEADER_SEARCH_PATHS = /usr/local/include; OTHER_LDFLAGS = ( "-L", /usr/local/lib, "-ltiff", ); PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; }; 418B0B2024C5E85600DF2C21 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; HEADER_SEARCH_PATHS = /usr/local/include; OTHER_LDFLAGS = ( "-L", /usr/local/lib, "-ltiff", ); PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; }; 418B0B3424C5E95D00DF2C21 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; HEADER_SEARCH_PATHS = /usr/local/include; OTHER_LDFLAGS = ( "-L", /usr/local/lib, "-ljpeg", ); PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; }; 418B0B3524C5E95D00DF2C21 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; HEADER_SEARCH_PATHS = /usr/local/include; OTHER_LDFLAGS = ( "-L", /usr/local/lib, "-ljpeg", ); PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 418B0A2C24C5E19500DF2C21 /* Build configuration list for PBXProject "lcms2" */ = { isa = XCConfigurationList; buildConfigurations = ( 418B0A3324C5E19500DF2C21 /* Debug */, 418B0A3424C5E19500DF2C21 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 418B0A3524C5E19500DF2C21 /* Build configuration list for PBXNativeTarget "lcms2" */ = { isa = XCConfigurationList; buildConfigurations = ( 418B0A3624C5E19500DF2C21 /* Debug */, 418B0A3724C5E19500DF2C21 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 418B0A7C24C5E25200DF2C21 /* Build configuration list for PBXNativeTarget "testbed" */ = { isa = XCConfigurationList; buildConfigurations = ( 418B0A7D24C5E25200DF2C21 /* Debug */, 418B0A7E24C5E25200DF2C21 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 418B0A9024C5E35200DF2C21 /* Build configuration list for PBXNativeTarget "fast_float_plugin" */ = { isa = XCConfigurationList; buildConfigurations = ( 418B0A9124C5E35200DF2C21 /* Debug */, 418B0A9224C5E35200DF2C21 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 418B0ABC24C5E42900DF2C21 /* Build configuration list for PBXNativeTarget "fast_float_testbed" */ = { isa = XCConfigurationList; buildConfigurations = ( 418B0ABD24C5E42900DF2C21 /* Debug */, 418B0ABE24C5E42900DF2C21 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 418B0ACF24C5E4EA00DF2C21 /* Build configuration list for PBXNativeTarget "transicc" */ = { isa = XCConfigurationList; buildConfigurations = ( 418B0AD024C5E4EA00DF2C21 /* Debug */, 418B0AD124C5E4EA00DF2C21 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 418B0AE524C5E5C300DF2C21 /* Build configuration list for PBXNativeTarget "linkicc" */ = { isa = XCConfigurationList; buildConfigurations = ( 418B0AE624C5E5C300DF2C21 /* Debug */, 418B0AE724C5E5C300DF2C21 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 418B0B0924C5E76100DF2C21 /* Build configuration list for PBXNativeTarget "tificc" */ = { isa = XCConfigurationList; buildConfigurations = ( 418B0B0A24C5E76100DF2C21 /* Debug */, 418B0B0B24C5E76100DF2C21 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 418B0B1E24C5E85600DF2C21 /* Build configuration list for PBXNativeTarget "tifdiff" */ = { isa = XCConfigurationList; buildConfigurations = ( 418B0B1F24C5E85600DF2C21 /* Debug */, 418B0B2024C5E85600DF2C21 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 418B0B3324C5E95D00DF2C21 /* Build configuration list for PBXNativeTarget "jpegicc" */ = { isa = XCConfigurationList; buildConfigurations = ( 418B0B3424C5E95D00DF2C21 /* Debug */, 418B0B3524C5E95D00DF2C21 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = 418B0A2924C5E19500DF2C21 /* Project object */; } lcms2-2.17/Projects/Xcode_12/lcms2/lcms2.xcodeproj/project.xcworkspace/0000755000175000017500000000000014752176133024675 5ustar martimartilcms2-2.17/Projects/Xcode_12/lcms2/lcms2.xcodeproj/project.xcworkspace/contents.xcworkspacedata0000644000175000017500000000022614752176133031637 0ustar martimarti lcms2-2.17/Projects/Xcode_12/lcms2/lcms2.xcodeproj/project.xcworkspace/xcshareddata/0000755000175000017500000000000014752176133027330 5ustar martimarti././@LongLink0000644000000000000000000000015500000000000011604 Lustar rootrootlcms2-2.17/Projects/Xcode_12/lcms2/lcms2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plistlcms2-2.17/Projects/Xcode_12/lcms2/lcms2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChec0000644000175000017500000000035614752176133032322 0ustar martimarti IDEDidComputeMac32BitWarning ././@LongLink0000644000000000000000000000016100000000000011601 Lustar rootrootlcms2-2.17/Projects/Xcode_12/lcms2/lcms2.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettingslcms2-2.17/Projects/Xcode_12/lcms2/lcms2.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSetting0000644000175000017500000000034214752176133032546 0ustar martimarti PreviewsEnabled lcms2-2.17/Projects/Xcode_14/0000755000175000017500000000000014752176133014645 5ustar martimartilcms2-2.17/Projects/Xcode_14/lcms2/0000755000175000017500000000000014752176133015665 5ustar martimartilcms2-2.17/Projects/Xcode_14/lcms2/lcms2.xcodeproj/0000755000175000017500000000000014752176133020701 5ustar martimartilcms2-2.17/Projects/Xcode_14/lcms2/lcms2.xcodeproj/project.pbxproj0000644000175000017500000020643614752176133023770 0ustar martimarti// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 56; objects = { /* Begin PBXBuildFile section */ 4123B46925518DB1005F0287 /* linkicc.c in Sources */ = {isa = PBXBuildFile; fileRef = 4123B46825518DB1005F0287 /* linkicc.c */; }; 4123B4A425518FFB005F0287 /* xgetopt.c in Sources */ = {isa = PBXBuildFile; fileRef = 4123B4A325518FFB005F0287 /* xgetopt.c */; }; 4123B4B82551903B005F0287 /* tificc.c in Sources */ = {isa = PBXBuildFile; fileRef = 4123B4B72551903B005F0287 /* tificc.c */; }; 4123B5042551A1C8005F0287 /* libfast_float_plugin.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 418B0A8F24C5E35200DF2C21 /* libfast_float_plugin.a */; }; 418B0A5224C5E1C900DF2C21 /* cmsgamma.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A3824C5E1C700DF2C21 /* cmsgamma.c */; }; 418B0A5324C5E1C900DF2C21 /* cmsintrp.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A3924C5E1C700DF2C21 /* cmsintrp.c */; }; 418B0A5424C5E1C900DF2C21 /* cmsgmt.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A3A24C5E1C700DF2C21 /* cmsgmt.c */; }; 418B0A5524C5E1C900DF2C21 /* cmscnvrt.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A3B24C5E1C700DF2C21 /* cmscnvrt.c */; }; 418B0A5624C5E1C900DF2C21 /* cmsmd5.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A3C24C5E1C700DF2C21 /* cmsmd5.c */; }; 418B0A5724C5E1C900DF2C21 /* cmssm.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A3D24C5E1C700DF2C21 /* cmssm.c */; }; 418B0A5824C5E1C900DF2C21 /* cmsopt.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A3E24C5E1C700DF2C21 /* cmsopt.c */; }; 418B0A5924C5E1C900DF2C21 /* cmscgats.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A3F24C5E1C700DF2C21 /* cmscgats.c */; }; 418B0A5A24C5E1C900DF2C21 /* cmsalpha.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4024C5E1C800DF2C21 /* cmsalpha.c */; }; 418B0A5B24C5E1C900DF2C21 /* cmstypes.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4124C5E1C800DF2C21 /* cmstypes.c */; }; 418B0A5C24C5E1C900DF2C21 /* cmsio1.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4224C5E1C800DF2C21 /* cmsio1.c */; }; 418B0A5D24C5E1C900DF2C21 /* cmspack.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4324C5E1C800DF2C21 /* cmspack.c */; }; 418B0A5E24C5E1C900DF2C21 /* cmsxform.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4424C5E1C800DF2C21 /* cmsxform.c */; }; 418B0A5F24C5E1C900DF2C21 /* cmswtpnt.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4524C5E1C800DF2C21 /* cmswtpnt.c */; }; 418B0A6024C5E1C900DF2C21 /* cmsmtrx.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4624C5E1C800DF2C21 /* cmsmtrx.c */; }; 418B0A6124C5E1C900DF2C21 /* cmspcs.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4724C5E1C800DF2C21 /* cmspcs.c */; }; 418B0A6224C5E1C900DF2C21 /* cmsps2.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4824C5E1C800DF2C21 /* cmsps2.c */; }; 418B0A6324C5E1C900DF2C21 /* cmsnamed.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4924C5E1C800DF2C21 /* cmsnamed.c */; }; 418B0A6424C5E1C900DF2C21 /* cmserr.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4A24C5E1C800DF2C21 /* cmserr.c */; }; 418B0A6524C5E1C900DF2C21 /* cmslut.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4B24C5E1C800DF2C21 /* cmslut.c */; }; 418B0A6624C5E1C900DF2C21 /* cmsvirt.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4C24C5E1C800DF2C21 /* cmsvirt.c */; }; 418B0A6724C5E1C900DF2C21 /* cmsplugin.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4D24C5E1C800DF2C21 /* cmsplugin.c */; }; 418B0A6824C5E1C900DF2C21 /* cmshalf.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4E24C5E1C800DF2C21 /* cmshalf.c */; }; 418B0A6924C5E1C900DF2C21 /* cmsio0.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A4F24C5E1C900DF2C21 /* cmsio0.c */; }; 418B0A6A24C5E1C900DF2C21 /* cmscam02.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A5024C5E1C900DF2C21 /* cmscam02.c */; }; 418B0A6B24C5E1C900DF2C21 /* cmssamp.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A5124C5E1C900DF2C21 /* cmssamp.c */; }; 418B0A6F24C5E1E800DF2C21 /* lcms2.h in Headers */ = {isa = PBXBuildFile; fileRef = 418B0A6D24C5E1E800DF2C21 /* lcms2.h */; settings = {ATTRIBUTES = (Public, ); }; }; 418B0A7024C5E1E800DF2C21 /* lcms2_plugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 418B0A6E24C5E1E800DF2C21 /* lcms2_plugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; 418B0A7224C5E1F400DF2C21 /* lcms2_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 418B0A7124C5E1F400DF2C21 /* lcms2_internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; 418B0A8A24C5E30000DF2C21 /* liblcms2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 418B0A3124C5E19500DF2C21 /* liblcms2.a */; }; 418B0AA124C5E37800DF2C21 /* fast_float_curves.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A9324C5E37600DF2C21 /* fast_float_curves.c */; }; 418B0AA224C5E37800DF2C21 /* fast_float_15mats.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A9424C5E37600DF2C21 /* fast_float_15mats.c */; }; 418B0AA324C5E37800DF2C21 /* fast_float_tethra.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A9524C5E37600DF2C21 /* fast_float_tethra.c */; }; 418B0AA424C5E37800DF2C21 /* fast_float_cmyk.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A9624C5E37700DF2C21 /* fast_float_cmyk.c */; }; 418B0AA524C5E37800DF2C21 /* fast_16_tethra.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A9724C5E37700DF2C21 /* fast_16_tethra.c */; }; 418B0AA624C5E37800DF2C21 /* fast_float_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 418B0A9824C5E37700DF2C21 /* fast_float_internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; 418B0AA724C5E37800DF2C21 /* fast_8_matsh.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A9924C5E37700DF2C21 /* fast_8_matsh.c */; }; 418B0AA824C5E37800DF2C21 /* fast_float_separate.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A9A24C5E37700DF2C21 /* fast_float_separate.c */; }; 418B0AA924C5E37800DF2C21 /* fast_8_matsh_sse.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A9B24C5E37700DF2C21 /* fast_8_matsh_sse.c */; }; 418B0AAA24C5E37800DF2C21 /* fast_8_tethra.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A9C24C5E37700DF2C21 /* fast_8_tethra.c */; }; 418B0AAB24C5E37800DF2C21 /* fast_float_sup.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A9D24C5E37700DF2C21 /* fast_float_sup.c */; }; 418B0AAC24C5E37800DF2C21 /* fast_float_15bits.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A9E24C5E37700DF2C21 /* fast_float_15bits.c */; }; 418B0AAD24C5E37800DF2C21 /* fast_8_curves.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0A9F24C5E37700DF2C21 /* fast_8_curves.c */; }; 418B0AAE24C5E37800DF2C21 /* fast_float_matsh.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0AA024C5E37800DF2C21 /* fast_float_matsh.c */; }; 418B0AB024C5E38C00DF2C21 /* lcms2_fast_float.h in Headers */ = {isa = PBXBuildFile; fileRef = 418B0AAF24C5E38C00DF2C21 /* lcms2_fast_float.h */; settings = {ATTRIBUTES = (Public, ); }; }; 418B0AC224C5E47C00DF2C21 /* liblcms2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 418B0A3124C5E19500DF2C21 /* liblcms2.a */; }; 418B0ADA24C5E58A00DF2C21 /* liblcms2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 418B0A3124C5E19500DF2C21 /* liblcms2.a */; }; 418B0AEA24C5E5CF00DF2C21 /* liblcms2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 418B0A3124C5E19500DF2C21 /* liblcms2.a */; }; 418B0AF224C5E6B000DF2C21 /* fast_float_testbed.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0AF124C5E6B000DF2C21 /* fast_float_testbed.c */; }; 418B0AF624C5E6C800DF2C21 /* xgetopt.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0AF324C5E6C700DF2C21 /* xgetopt.c */; }; 418B0AF724C5E6C800DF2C21 /* vprf.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0AF424C5E6C700DF2C21 /* vprf.c */; }; 418B0AF924C5E6D200DF2C21 /* transicc.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0AF824C5E6D200DF2C21 /* transicc.c */; }; 418B0AFF24C5E73100DF2C21 /* xgetopt.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0AFD24C5E73100DF2C21 /* xgetopt.c */; }; 418B0B0024C5E73100DF2C21 /* vprf.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0AFE24C5E73100DF2C21 /* vprf.c */; }; 418B0B0F24C5E79200DF2C21 /* utils.h in Sources */ = {isa = PBXBuildFile; fileRef = 418B0B0E24C5E79200DF2C21 /* utils.h */; }; 418B0B1424C5E7BB00DF2C21 /* vprf.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0B1224C5E7BB00DF2C21 /* vprf.c */; }; 418B0B1524C5E7CF00DF2C21 /* liblcms2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 418B0A3124C5E19500DF2C21 /* liblcms2.a */; }; 418B0B2124C5E8FA00DF2C21 /* liblcms2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 418B0A3124C5E19500DF2C21 /* liblcms2.a */; }; 418B0B2524C5E92100DF2C21 /* tifdiff.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0B2424C5E92100DF2C21 /* tifdiff.c */; }; 418B0B2924C5E92B00DF2C21 /* vprf.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0B2724C5E92B00DF2C21 /* vprf.c */; }; 418B0B2A24C5E92B00DF2C21 /* xgetopt.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0B2824C5E92B00DF2C21 /* xgetopt.c */; }; 418B0B3824C5E98E00DF2C21 /* iccjpeg.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0B3624C5E98E00DF2C21 /* iccjpeg.c */; }; 418B0B3A24C5E99600DF2C21 /* jpgicc.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0B3924C5E99600DF2C21 /* jpgicc.c */; }; 418B0B3D24C5E9A200DF2C21 /* liblcms2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 418B0A3124C5E19500DF2C21 /* liblcms2.a */; }; 418B0B4124C5E9F700DF2C21 /* vprf.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0B3E24C5E9F700DF2C21 /* vprf.c */; }; 418B0B4224C5E9F700DF2C21 /* xgetopt.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0B3F24C5E9F700DF2C21 /* xgetopt.c */; }; 418B0B4624C5EC1D00DF2C21 /* testcms2.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0B4324C5EC1D00DF2C21 /* testcms2.c */; }; 418B0B4724C5EC1D00DF2C21 /* testplugin.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0B4524C5EC1D00DF2C21 /* testplugin.c */; }; 418B0B4924C5EC2A00DF2C21 /* zoo_icc.c in Sources */ = {isa = PBXBuildFile; fileRef = 418B0B4824C5EC2A00DF2C21 /* zoo_icc.c */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ 418B0A8524C5E29800DF2C21 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 418B0A2924C5E19500DF2C21 /* Project object */; proxyType = 1; remoteGlobalIDString = 418B0A3024C5E19500DF2C21; remoteInfo = lcms2; }; 418B0AB224C5E3D400DF2C21 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 418B0A2924C5E19500DF2C21 /* Project object */; proxyType = 1; remoteGlobalIDString = 418B0A3024C5E19500DF2C21; remoteInfo = lcms2; }; 418B0AC324C5E48100DF2C21 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 418B0A2924C5E19500DF2C21 /* Project object */; proxyType = 1; remoteGlobalIDString = 418B0A8E24C5E35200DF2C21; remoteInfo = fast_float_plugin; }; 418B0AC524C5E48600DF2C21 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 418B0A2924C5E19500DF2C21 /* Project object */; proxyType = 1; remoteGlobalIDString = 418B0A3024C5E19500DF2C21; remoteInfo = lcms2; }; 418B0ADB24C5E58F00DF2C21 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 418B0A2924C5E19500DF2C21 /* Project object */; proxyType = 1; remoteGlobalIDString = 418B0A3024C5E19500DF2C21; remoteInfo = lcms2; }; 418B0AE824C5E5CA00DF2C21 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 418B0A2924C5E19500DF2C21 /* Project object */; proxyType = 1; remoteGlobalIDString = 418B0A3024C5E19500DF2C21; remoteInfo = lcms2; }; 418B0B0C24C5E77500DF2C21 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 418B0A2924C5E19500DF2C21 /* Project object */; proxyType = 1; remoteGlobalIDString = 418B0A3024C5E19500DF2C21; remoteInfo = lcms2; }; 418B0B2224C5E8FA00DF2C21 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 418B0A2924C5E19500DF2C21 /* Project object */; proxyType = 1; remoteGlobalIDString = 418B0A3024C5E19500DF2C21; remoteInfo = lcms2; }; 418B0B3B24C5E99E00DF2C21 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 418B0A2924C5E19500DF2C21 /* Project object */; proxyType = 1; remoteGlobalIDString = 418B0A3024C5E19500DF2C21; remoteInfo = lcms2; }; /* End PBXContainerItemProxy section */ /* Begin PBXCopyFilesBuildPhase section */ 418B0A7624C5E25200DF2C21 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = /usr/share/man/man1; dstSubfolderSpec = 0; files = ( ); runOnlyForDeploymentPostprocessing = 1; }; 418B0AB624C5E42900DF2C21 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = /usr/share/man/man1; dstSubfolderSpec = 0; files = ( ); runOnlyForDeploymentPostprocessing = 1; }; 418B0AC924C5E4EA00DF2C21 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = /usr/share/man/man1/; dstSubfolderSpec = 0; files = ( ); runOnlyForDeploymentPostprocessing = 1; }; 418B0ADF24C5E5C300DF2C21 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = /usr/share/man/man1/; dstSubfolderSpec = 0; files = ( ); runOnlyForDeploymentPostprocessing = 1; }; 418B0B0324C5E76100DF2C21 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = /usr/share/man/man1/; dstSubfolderSpec = 0; files = ( ); runOnlyForDeploymentPostprocessing = 1; }; 418B0B1824C5E85600DF2C21 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = /usr/share/man/man1/; dstSubfolderSpec = 0; files = ( ); runOnlyForDeploymentPostprocessing = 1; }; 418B0B2D24C5E95D00DF2C21 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = /usr/share/man/man1/; dstSubfolderSpec = 0; files = ( ); runOnlyForDeploymentPostprocessing = 1; }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ 4123B46825518DB1005F0287 /* linkicc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = linkicc.c; sourceTree = ""; }; 4123B4A325518FFB005F0287 /* xgetopt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = xgetopt.c; path = ../common/xgetopt.c; sourceTree = ""; }; 4123B4B72551903B005F0287 /* tificc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tificc.c; sourceTree = ""; }; 4123B4C2255190FE005F0287 /* tifdiff.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tifdiff.c; sourceTree = ""; }; 418B0A3124C5E19500DF2C21 /* liblcms2.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = liblcms2.a; sourceTree = BUILT_PRODUCTS_DIR; }; 418B0A3824C5E1C700DF2C21 /* cmsgamma.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmsgamma.c; path = ../../../src/cmsgamma.c; sourceTree = ""; }; 418B0A3924C5E1C700DF2C21 /* cmsintrp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmsintrp.c; path = ../../../src/cmsintrp.c; sourceTree = ""; }; 418B0A3A24C5E1C700DF2C21 /* cmsgmt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmsgmt.c; path = ../../../src/cmsgmt.c; sourceTree = ""; }; 418B0A3B24C5E1C700DF2C21 /* cmscnvrt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmscnvrt.c; path = ../../../src/cmscnvrt.c; sourceTree = ""; }; 418B0A3C24C5E1C700DF2C21 /* cmsmd5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmsmd5.c; path = ../../../src/cmsmd5.c; sourceTree = ""; }; 418B0A3D24C5E1C700DF2C21 /* cmssm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmssm.c; path = ../../../src/cmssm.c; sourceTree = ""; }; 418B0A3E24C5E1C700DF2C21 /* cmsopt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmsopt.c; path = ../../../src/cmsopt.c; sourceTree = ""; }; 418B0A3F24C5E1C700DF2C21 /* cmscgats.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmscgats.c; path = ../../../src/cmscgats.c; sourceTree = ""; }; 418B0A4024C5E1C800DF2C21 /* cmsalpha.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmsalpha.c; path = ../../../src/cmsalpha.c; sourceTree = ""; }; 418B0A4124C5E1C800DF2C21 /* cmstypes.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmstypes.c; path = ../../../src/cmstypes.c; sourceTree = ""; }; 418B0A4224C5E1C800DF2C21 /* cmsio1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmsio1.c; path = ../../../src/cmsio1.c; sourceTree = ""; }; 418B0A4324C5E1C800DF2C21 /* cmspack.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmspack.c; path = ../../../src/cmspack.c; sourceTree = ""; }; 418B0A4424C5E1C800DF2C21 /* cmsxform.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmsxform.c; path = ../../../src/cmsxform.c; sourceTree = ""; }; 418B0A4524C5E1C800DF2C21 /* cmswtpnt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmswtpnt.c; path = ../../../src/cmswtpnt.c; sourceTree = ""; }; 418B0A4624C5E1C800DF2C21 /* cmsmtrx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmsmtrx.c; path = ../../../src/cmsmtrx.c; sourceTree = ""; }; 418B0A4724C5E1C800DF2C21 /* cmspcs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmspcs.c; path = ../../../src/cmspcs.c; sourceTree = ""; }; 418B0A4824C5E1C800DF2C21 /* cmsps2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmsps2.c; path = ../../../src/cmsps2.c; sourceTree = ""; }; 418B0A4924C5E1C800DF2C21 /* cmsnamed.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmsnamed.c; path = ../../../src/cmsnamed.c; sourceTree = ""; }; 418B0A4A24C5E1C800DF2C21 /* cmserr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmserr.c; path = ../../../src/cmserr.c; sourceTree = ""; }; 418B0A4B24C5E1C800DF2C21 /* cmslut.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmslut.c; path = ../../../src/cmslut.c; sourceTree = ""; }; 418B0A4C24C5E1C800DF2C21 /* cmsvirt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmsvirt.c; path = ../../../src/cmsvirt.c; sourceTree = ""; }; 418B0A4D24C5E1C800DF2C21 /* cmsplugin.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmsplugin.c; path = ../../../src/cmsplugin.c; sourceTree = ""; }; 418B0A4E24C5E1C800DF2C21 /* cmshalf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmshalf.c; path = ../../../src/cmshalf.c; sourceTree = ""; }; 418B0A4F24C5E1C900DF2C21 /* cmsio0.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmsio0.c; path = ../../../src/cmsio0.c; sourceTree = ""; }; 418B0A5024C5E1C900DF2C21 /* cmscam02.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmscam02.c; path = ../../../src/cmscam02.c; sourceTree = ""; }; 418B0A5124C5E1C900DF2C21 /* cmssamp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = cmssamp.c; path = ../../../src/cmssamp.c; sourceTree = ""; }; 418B0A6D24C5E1E800DF2C21 /* lcms2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = lcms2.h; path = ../../../include/lcms2.h; sourceTree = ""; }; 418B0A6E24C5E1E800DF2C21 /* lcms2_plugin.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = lcms2_plugin.h; path = ../../../include/lcms2_plugin.h; sourceTree = ""; }; 418B0A7124C5E1F400DF2C21 /* lcms2_internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = lcms2_internal.h; path = ../../../src/lcms2_internal.h; sourceTree = ""; }; 418B0A7824C5E25200DF2C21 /* testbed */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = testbed; sourceTree = BUILT_PRODUCTS_DIR; }; 418B0A8F24C5E35200DF2C21 /* libfast_float_plugin.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libfast_float_plugin.a; sourceTree = BUILT_PRODUCTS_DIR; }; 418B0A9324C5E37600DF2C21 /* fast_float_curves.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = fast_float_curves.c; path = ../../../plugins/fast_float/src/fast_float_curves.c; sourceTree = ""; }; 418B0A9424C5E37600DF2C21 /* fast_float_15mats.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = fast_float_15mats.c; path = ../../../plugins/fast_float/src/fast_float_15mats.c; sourceTree = ""; }; 418B0A9524C5E37600DF2C21 /* fast_float_tethra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = fast_float_tethra.c; path = ../../../plugins/fast_float/src/fast_float_tethra.c; sourceTree = ""; }; 418B0A9624C5E37700DF2C21 /* fast_float_cmyk.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = fast_float_cmyk.c; path = ../../../plugins/fast_float/src/fast_float_cmyk.c; sourceTree = ""; }; 418B0A9724C5E37700DF2C21 /* fast_16_tethra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = fast_16_tethra.c; path = ../../../plugins/fast_float/src/fast_16_tethra.c; sourceTree = ""; }; 418B0A9824C5E37700DF2C21 /* fast_float_internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = fast_float_internal.h; path = ../../../plugins/fast_float/src/fast_float_internal.h; sourceTree = ""; }; 418B0A9924C5E37700DF2C21 /* fast_8_matsh.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = fast_8_matsh.c; path = ../../../plugins/fast_float/src/fast_8_matsh.c; sourceTree = ""; }; 418B0A9A24C5E37700DF2C21 /* fast_float_separate.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = fast_float_separate.c; path = ../../../plugins/fast_float/src/fast_float_separate.c; sourceTree = ""; }; 418B0A9B24C5E37700DF2C21 /* fast_8_matsh_sse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = fast_8_matsh_sse.c; path = ../../../plugins/fast_float/src/fast_8_matsh_sse.c; sourceTree = ""; }; 418B0A9C24C5E37700DF2C21 /* fast_8_tethra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = fast_8_tethra.c; path = ../../../plugins/fast_float/src/fast_8_tethra.c; sourceTree = ""; }; 418B0A9D24C5E37700DF2C21 /* fast_float_sup.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = fast_float_sup.c; path = ../../../plugins/fast_float/src/fast_float_sup.c; sourceTree = ""; }; 418B0A9E24C5E37700DF2C21 /* fast_float_15bits.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = fast_float_15bits.c; path = ../../../plugins/fast_float/src/fast_float_15bits.c; sourceTree = ""; }; 418B0A9F24C5E37700DF2C21 /* fast_8_curves.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = fast_8_curves.c; path = ../../../plugins/fast_float/src/fast_8_curves.c; sourceTree = ""; }; 418B0AA024C5E37800DF2C21 /* fast_float_matsh.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = fast_float_matsh.c; path = ../../../plugins/fast_float/src/fast_float_matsh.c; sourceTree = ""; }; 418B0AAF24C5E38C00DF2C21 /* lcms2_fast_float.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = lcms2_fast_float.h; path = ../../../plugins/fast_float/include/lcms2_fast_float.h; sourceTree = ""; }; 418B0AB824C5E42900DF2C21 /* fast_float_testbed */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = fast_float_testbed; sourceTree = BUILT_PRODUCTS_DIR; }; 418B0ACB24C5E4EA00DF2C21 /* transicc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = transicc; sourceTree = BUILT_PRODUCTS_DIR; }; 418B0AE124C5E5C300DF2C21 /* linkicc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = linkicc; sourceTree = BUILT_PRODUCTS_DIR; }; 418B0AF124C5E6B000DF2C21 /* fast_float_testbed.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = fast_float_testbed.c; path = ../../../plugins/fast_float/testbed/fast_float_testbed.c; sourceTree = SOURCE_ROOT; }; 418B0AF324C5E6C700DF2C21 /* xgetopt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = xgetopt.c; path = ../../../utils/common/xgetopt.c; sourceTree = SOURCE_ROOT; }; 418B0AF424C5E6C700DF2C21 /* vprf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = vprf.c; path = ../../../utils/common/vprf.c; sourceTree = SOURCE_ROOT; }; 418B0AF524C5E6C800DF2C21 /* utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = utils.h; path = ../../../utils/common/utils.h; sourceTree = SOURCE_ROOT; }; 418B0AF824C5E6D200DF2C21 /* transicc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = transicc.c; path = ../../../utils/transicc/transicc.c; sourceTree = SOURCE_ROOT; }; 418B0AFC24C5E73100DF2C21 /* utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = utils.h; path = ../../../utils/common/utils.h; sourceTree = SOURCE_ROOT; }; 418B0AFD24C5E73100DF2C21 /* xgetopt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = xgetopt.c; path = ../../../utils/common/xgetopt.c; sourceTree = SOURCE_ROOT; }; 418B0AFE24C5E73100DF2C21 /* vprf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = vprf.c; path = ../../../utils/common/vprf.c; sourceTree = SOURCE_ROOT; }; 418B0B0524C5E76100DF2C21 /* tificc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = tificc; sourceTree = BUILT_PRODUCTS_DIR; }; 418B0B0E24C5E79200DF2C21 /* utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = utils.h; path = ../../../utils/common/utils.h; sourceTree = SOURCE_ROOT; }; 418B0B1224C5E7BB00DF2C21 /* vprf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = vprf.c; path = ../../../utils/common/vprf.c; sourceTree = SOURCE_ROOT; }; 418B0B1A24C5E85600DF2C21 /* tifdiff */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = tifdiff; sourceTree = BUILT_PRODUCTS_DIR; }; 418B0B2424C5E92100DF2C21 /* tifdiff.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tifdiff.c; path = ../../../utils/tificc/tifdiff.c; sourceTree = SOURCE_ROOT; }; 418B0B2724C5E92B00DF2C21 /* vprf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = vprf.c; path = ../common/vprf.c; sourceTree = ""; }; 418B0B2824C5E92B00DF2C21 /* xgetopt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = xgetopt.c; path = ../common/xgetopt.c; sourceTree = ""; }; 418B0B2F24C5E95D00DF2C21 /* jpegicc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = jpegicc; sourceTree = BUILT_PRODUCTS_DIR; }; 418B0B3624C5E98E00DF2C21 /* iccjpeg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = iccjpeg.c; path = ../../../utils/jpgicc/iccjpeg.c; sourceTree = SOURCE_ROOT; }; 418B0B3724C5E98E00DF2C21 /* iccjpeg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = iccjpeg.h; path = ../../../utils/jpgicc/iccjpeg.h; sourceTree = SOURCE_ROOT; }; 418B0B3924C5E99600DF2C21 /* jpgicc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jpgicc.c; sourceTree = ""; }; 418B0B3E24C5E9F700DF2C21 /* vprf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = vprf.c; path = ../../../utils/common/vprf.c; sourceTree = SOURCE_ROOT; }; 418B0B3F24C5E9F700DF2C21 /* xgetopt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = xgetopt.c; path = ../../../utils/common/xgetopt.c; sourceTree = SOURCE_ROOT; }; 418B0B4024C5E9F700DF2C21 /* utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = utils.h; path = ../../../utils/common/utils.h; sourceTree = SOURCE_ROOT; }; 418B0B4324C5EC1D00DF2C21 /* testcms2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testcms2.c; path = ../../../testbed/testcms2.c; sourceTree = SOURCE_ROOT; }; 418B0B4424C5EC1D00DF2C21 /* testcms2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = testcms2.h; path = ../../../testbed/testcms2.h; sourceTree = SOURCE_ROOT; }; 418B0B4524C5EC1D00DF2C21 /* testplugin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testplugin.c; path = ../../../testbed/testplugin.c; sourceTree = ""; }; 418B0B4824C5EC2A00DF2C21 /* zoo_icc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = zoo_icc.c; path = ../../../testbed/zoo_icc.c; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 418B0A2F24C5E19500DF2C21 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; 418B0A7524C5E25200DF2C21 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 418B0A8A24C5E30000DF2C21 /* liblcms2.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0A8D24C5E35200DF2C21 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; 418B0AB524C5E42900DF2C21 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 418B0AC224C5E47C00DF2C21 /* liblcms2.a in Frameworks */, 4123B5042551A1C8005F0287 /* libfast_float_plugin.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0AC824C5E4EA00DF2C21 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 418B0ADA24C5E58A00DF2C21 /* liblcms2.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0ADE24C5E5C300DF2C21 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 418B0AEA24C5E5CF00DF2C21 /* liblcms2.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0B0224C5E76100DF2C21 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 418B0B1524C5E7CF00DF2C21 /* liblcms2.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0B1724C5E85600DF2C21 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 418B0B2124C5E8FA00DF2C21 /* liblcms2.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0B2C24C5E95D00DF2C21 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 418B0B3D24C5E9A200DF2C21 /* liblcms2.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 4133B38429F8419B0064B31B /* threaded_plugin */ = { isa = PBXGroup; children = ( ); path = threaded_plugin; sourceTree = ""; }; 4133B38529F842000064B31B /* threaded_plugin_testbed */ = { isa = PBXGroup; children = ( ); path = threaded_plugin_testbed; sourceTree = ""; }; 418B0A2824C5E19500DF2C21 = { isa = PBXGroup; children = ( 4133B38529F842000064B31B /* threaded_plugin_testbed */, 4133B38429F8419B0064B31B /* threaded_plugin */, 418B0AB124C5E39A00DF2C21 /* fast_float_plugin */, 418B0A7324C5E1FE00DF2C21 /* include */, 418B0A6C24C5E1CE00DF2C21 /* src */, 418B0A7924C5E25200DF2C21 /* testbed */, 418B0AB924C5E42900DF2C21 /* fast_float_testbed */, 418B0ACC24C5E4EA00DF2C21 /* transicc */, 418B0AE224C5E5C300DF2C21 /* linkicc */, 418B0B0624C5E76100DF2C21 /* tificc */, 418B0B1B24C5E85600DF2C21 /* tifdiff */, 418B0B3024C5E95D00DF2C21 /* jpegicc */, 418B0A3224C5E19500DF2C21 /* Products */, 418B0A8924C5E30000DF2C21 /* Frameworks */, ); sourceTree = ""; }; 418B0A3224C5E19500DF2C21 /* Products */ = { isa = PBXGroup; children = ( 418B0A3124C5E19500DF2C21 /* liblcms2.a */, 418B0A7824C5E25200DF2C21 /* testbed */, 418B0A8F24C5E35200DF2C21 /* libfast_float_plugin.a */, 418B0AB824C5E42900DF2C21 /* fast_float_testbed */, 418B0ACB24C5E4EA00DF2C21 /* transicc */, 418B0AE124C5E5C300DF2C21 /* linkicc */, 418B0B0524C5E76100DF2C21 /* tificc */, 418B0B1A24C5E85600DF2C21 /* tifdiff */, 418B0B2F24C5E95D00DF2C21 /* jpegicc */, ); name = Products; sourceTree = ""; }; 418B0A6C24C5E1CE00DF2C21 /* src */ = { isa = PBXGroup; children = ( 418B0A7124C5E1F400DF2C21 /* lcms2_internal.h */, 418B0A4024C5E1C800DF2C21 /* cmsalpha.c */, 418B0A5024C5E1C900DF2C21 /* cmscam02.c */, 418B0A3F24C5E1C700DF2C21 /* cmscgats.c */, 418B0A3B24C5E1C700DF2C21 /* cmscnvrt.c */, 418B0A4A24C5E1C800DF2C21 /* cmserr.c */, 418B0A3824C5E1C700DF2C21 /* cmsgamma.c */, 418B0A3A24C5E1C700DF2C21 /* cmsgmt.c */, 418B0A4E24C5E1C800DF2C21 /* cmshalf.c */, 418B0A3924C5E1C700DF2C21 /* cmsintrp.c */, 418B0A4F24C5E1C900DF2C21 /* cmsio0.c */, 418B0A4224C5E1C800DF2C21 /* cmsio1.c */, 418B0A4B24C5E1C800DF2C21 /* cmslut.c */, 418B0A3C24C5E1C700DF2C21 /* cmsmd5.c */, 418B0A4624C5E1C800DF2C21 /* cmsmtrx.c */, 418B0A4924C5E1C800DF2C21 /* cmsnamed.c */, 418B0A3E24C5E1C700DF2C21 /* cmsopt.c */, 418B0A4324C5E1C800DF2C21 /* cmspack.c */, 418B0A4724C5E1C800DF2C21 /* cmspcs.c */, 418B0A4D24C5E1C800DF2C21 /* cmsplugin.c */, 418B0A4824C5E1C800DF2C21 /* cmsps2.c */, 418B0A5124C5E1C900DF2C21 /* cmssamp.c */, 418B0A3D24C5E1C700DF2C21 /* cmssm.c */, 418B0A4124C5E1C800DF2C21 /* cmstypes.c */, 418B0A4C24C5E1C800DF2C21 /* cmsvirt.c */, 418B0A4524C5E1C800DF2C21 /* cmswtpnt.c */, 418B0A4424C5E1C800DF2C21 /* cmsxform.c */, ); name = src; sourceTree = ""; }; 418B0A7324C5E1FE00DF2C21 /* include */ = { isa = PBXGroup; children = ( 418B0A6E24C5E1E800DF2C21 /* lcms2_plugin.h */, 418B0A6D24C5E1E800DF2C21 /* lcms2.h */, ); name = include; sourceTree = ""; }; 418B0A7924C5E25200DF2C21 /* testbed */ = { isa = PBXGroup; children = ( 418B0B4824C5EC2A00DF2C21 /* zoo_icc.c */, 418B0B4324C5EC1D00DF2C21 /* testcms2.c */, 418B0B4424C5EC1D00DF2C21 /* testcms2.h */, 418B0B4524C5EC1D00DF2C21 /* testplugin.c */, ); name = testbed; sourceTree = SOURCE_ROOT; }; 418B0A8924C5E30000DF2C21 /* Frameworks */ = { isa = PBXGroup; children = ( ); name = Frameworks; sourceTree = ""; }; 418B0AB124C5E39A00DF2C21 /* fast_float_plugin */ = { isa = PBXGroup; children = ( 418B0AAF24C5E38C00DF2C21 /* lcms2_fast_float.h */, 418B0A9F24C5E37700DF2C21 /* fast_8_curves.c */, 418B0A9B24C5E37700DF2C21 /* fast_8_matsh_sse.c */, 418B0A9924C5E37700DF2C21 /* fast_8_matsh.c */, 418B0A9C24C5E37700DF2C21 /* fast_8_tethra.c */, 418B0A9724C5E37700DF2C21 /* fast_16_tethra.c */, 418B0A9E24C5E37700DF2C21 /* fast_float_15bits.c */, 418B0A9424C5E37600DF2C21 /* fast_float_15mats.c */, 418B0A9624C5E37700DF2C21 /* fast_float_cmyk.c */, 418B0A9324C5E37600DF2C21 /* fast_float_curves.c */, 418B0A9824C5E37700DF2C21 /* fast_float_internal.h */, 418B0AA024C5E37800DF2C21 /* fast_float_matsh.c */, 418B0A9A24C5E37700DF2C21 /* fast_float_separate.c */, 418B0A9D24C5E37700DF2C21 /* fast_float_sup.c */, 418B0A9524C5E37600DF2C21 /* fast_float_tethra.c */, ); name = fast_float_plugin; sourceTree = ""; }; 418B0AB924C5E42900DF2C21 /* fast_float_testbed */ = { isa = PBXGroup; children = ( 418B0AF124C5E6B000DF2C21 /* fast_float_testbed.c */, ); name = fast_float_testbed; path = ../../../plugins/fast_float/testbed; sourceTree = ""; }; 418B0ACC24C5E4EA00DF2C21 /* transicc */ = { isa = PBXGroup; children = ( 418B0AF824C5E6D200DF2C21 /* transicc.c */, 418B0AF524C5E6C800DF2C21 /* utils.h */, 418B0AF424C5E6C700DF2C21 /* vprf.c */, 418B0AF324C5E6C700DF2C21 /* xgetopt.c */, ); name = transicc; sourceTree = SOURCE_ROOT; }; 418B0AE224C5E5C300DF2C21 /* linkicc */ = { isa = PBXGroup; children = ( 4123B46825518DB1005F0287 /* linkicc.c */, 418B0AFC24C5E73100DF2C21 /* utils.h */, 418B0AFE24C5E73100DF2C21 /* vprf.c */, 418B0AFD24C5E73100DF2C21 /* xgetopt.c */, ); name = linkicc; path = ../../../utils/linkicc; sourceTree = SOURCE_ROOT; }; 418B0B0624C5E76100DF2C21 /* tificc */ = { isa = PBXGroup; children = ( 4123B4B72551903B005F0287 /* tificc.c */, 4123B4A325518FFB005F0287 /* xgetopt.c */, 418B0B1224C5E7BB00DF2C21 /* vprf.c */, 418B0B0E24C5E79200DF2C21 /* utils.h */, ); name = tificc; path = ../../../utils/tificc; sourceTree = SOURCE_ROOT; }; 418B0B1B24C5E85600DF2C21 /* tifdiff */ = { isa = PBXGroup; children = ( 4123B4C2255190FE005F0287 /* tifdiff.c */, 418B0B2724C5E92B00DF2C21 /* vprf.c */, 418B0B2824C5E92B00DF2C21 /* xgetopt.c */, 418B0B2424C5E92100DF2C21 /* tifdiff.c */, ); name = tifdiff; path = ../../../utils/tificc; sourceTree = SOURCE_ROOT; }; 418B0B3024C5E95D00DF2C21 /* jpegicc */ = { isa = PBXGroup; children = ( 418B0B4024C5E9F700DF2C21 /* utils.h */, 418B0B3E24C5E9F700DF2C21 /* vprf.c */, 418B0B3F24C5E9F700DF2C21 /* xgetopt.c */, 418B0B3924C5E99600DF2C21 /* jpgicc.c */, 418B0B3624C5E98E00DF2C21 /* iccjpeg.c */, 418B0B3724C5E98E00DF2C21 /* iccjpeg.h */, ); name = jpegicc; path = ../../../utils/jpgicc; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ 418B0A2D24C5E19500DF2C21 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( 418B0A6F24C5E1E800DF2C21 /* lcms2.h in Headers */, 418B0A7024C5E1E800DF2C21 /* lcms2_plugin.h in Headers */, 418B0A7224C5E1F400DF2C21 /* lcms2_internal.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0A8B24C5E35200DF2C21 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( 418B0AB024C5E38C00DF2C21 /* lcms2_fast_float.h in Headers */, 418B0AA624C5E37800DF2C21 /* fast_float_internal.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ 418B0A3024C5E19500DF2C21 /* lcms2 */ = { isa = PBXNativeTarget; buildConfigurationList = 418B0A3524C5E19500DF2C21 /* Build configuration list for PBXNativeTarget "lcms2" */; buildPhases = ( 418B0A2D24C5E19500DF2C21 /* Headers */, 418B0A2E24C5E19500DF2C21 /* Sources */, 418B0A2F24C5E19500DF2C21 /* Frameworks */, ); buildRules = ( ); dependencies = ( ); name = lcms2; productName = lcms2; productReference = 418B0A3124C5E19500DF2C21 /* liblcms2.a */; productType = "com.apple.product-type.library.static"; }; 418B0A7724C5E25200DF2C21 /* testbed */ = { isa = PBXNativeTarget; buildConfigurationList = 418B0A7C24C5E25200DF2C21 /* Build configuration list for PBXNativeTarget "testbed" */; buildPhases = ( 418B0A7424C5E25200DF2C21 /* Sources */, 418B0A7524C5E25200DF2C21 /* Frameworks */, 418B0A7624C5E25200DF2C21 /* CopyFiles */, ); buildRules = ( ); dependencies = ( 418B0A8624C5E29800DF2C21 /* PBXTargetDependency */, ); name = testbed; productName = testbed; productReference = 418B0A7824C5E25200DF2C21 /* testbed */; productType = "com.apple.product-type.tool"; }; 418B0A8E24C5E35200DF2C21 /* fast_float_plugin */ = { isa = PBXNativeTarget; buildConfigurationList = 418B0A9024C5E35200DF2C21 /* Build configuration list for PBXNativeTarget "fast_float_plugin" */; buildPhases = ( 418B0A8B24C5E35200DF2C21 /* Headers */, 418B0A8C24C5E35200DF2C21 /* Sources */, 418B0A8D24C5E35200DF2C21 /* Frameworks */, ); buildRules = ( ); dependencies = ( 418B0AB324C5E3D400DF2C21 /* PBXTargetDependency */, ); name = fast_float_plugin; productName = fast_float_plugin; productReference = 418B0A8F24C5E35200DF2C21 /* libfast_float_plugin.a */; productType = "com.apple.product-type.library.static"; }; 418B0AB724C5E42900DF2C21 /* fast_float_testbed */ = { isa = PBXNativeTarget; buildConfigurationList = 418B0ABC24C5E42900DF2C21 /* Build configuration list for PBXNativeTarget "fast_float_testbed" */; buildPhases = ( 418B0AB424C5E42900DF2C21 /* Sources */, 418B0AB524C5E42900DF2C21 /* Frameworks */, 418B0AB624C5E42900DF2C21 /* CopyFiles */, ); buildRules = ( ); dependencies = ( 418B0AC624C5E48600DF2C21 /* PBXTargetDependency */, 418B0AC424C5E48100DF2C21 /* PBXTargetDependency */, ); name = fast_float_testbed; productName = fast_float_testbed; productReference = 418B0AB824C5E42900DF2C21 /* fast_float_testbed */; productType = "com.apple.product-type.tool"; }; 418B0ACA24C5E4EA00DF2C21 /* transicc */ = { isa = PBXNativeTarget; buildConfigurationList = 418B0ACF24C5E4EA00DF2C21 /* Build configuration list for PBXNativeTarget "transicc" */; buildPhases = ( 418B0AC724C5E4EA00DF2C21 /* Sources */, 418B0AC824C5E4EA00DF2C21 /* Frameworks */, 418B0AC924C5E4EA00DF2C21 /* CopyFiles */, ); buildRules = ( ); dependencies = ( 418B0ADC24C5E58F00DF2C21 /* PBXTargetDependency */, ); name = transicc; productName = transicc; productReference = 418B0ACB24C5E4EA00DF2C21 /* transicc */; productType = "com.apple.product-type.tool"; }; 418B0AE024C5E5C300DF2C21 /* linkicc */ = { isa = PBXNativeTarget; buildConfigurationList = 418B0AE524C5E5C300DF2C21 /* Build configuration list for PBXNativeTarget "linkicc" */; buildPhases = ( 418B0ADD24C5E5C300DF2C21 /* Sources */, 418B0ADE24C5E5C300DF2C21 /* Frameworks */, 418B0ADF24C5E5C300DF2C21 /* CopyFiles */, ); buildRules = ( ); dependencies = ( 418B0AE924C5E5CA00DF2C21 /* PBXTargetDependency */, ); name = linkicc; productName = linkicc; productReference = 418B0AE124C5E5C300DF2C21 /* linkicc */; productType = "com.apple.product-type.tool"; }; 418B0B0424C5E76100DF2C21 /* tificc */ = { isa = PBXNativeTarget; buildConfigurationList = 418B0B0924C5E76100DF2C21 /* Build configuration list for PBXNativeTarget "tificc" */; buildPhases = ( 418B0B0124C5E76100DF2C21 /* Sources */, 418B0B0224C5E76100DF2C21 /* Frameworks */, 418B0B0324C5E76100DF2C21 /* CopyFiles */, ); buildRules = ( ); dependencies = ( 418B0B0D24C5E77500DF2C21 /* PBXTargetDependency */, ); name = tificc; productName = tificc; productReference = 418B0B0524C5E76100DF2C21 /* tificc */; productType = "com.apple.product-type.tool"; }; 418B0B1924C5E85600DF2C21 /* tifdiff */ = { isa = PBXNativeTarget; buildConfigurationList = 418B0B1E24C5E85600DF2C21 /* Build configuration list for PBXNativeTarget "tifdiff" */; buildPhases = ( 418B0B1624C5E85600DF2C21 /* Sources */, 418B0B1724C5E85600DF2C21 /* Frameworks */, 418B0B1824C5E85600DF2C21 /* CopyFiles */, ); buildRules = ( ); dependencies = ( 418B0B2324C5E8FA00DF2C21 /* PBXTargetDependency */, ); name = tifdiff; productName = tifdiff; productReference = 418B0B1A24C5E85600DF2C21 /* tifdiff */; productType = "com.apple.product-type.tool"; }; 418B0B2E24C5E95D00DF2C21 /* jpegicc */ = { isa = PBXNativeTarget; buildConfigurationList = 418B0B3324C5E95D00DF2C21 /* Build configuration list for PBXNativeTarget "jpegicc" */; buildPhases = ( 418B0B2B24C5E95D00DF2C21 /* Sources */, 418B0B2C24C5E95D00DF2C21 /* Frameworks */, 418B0B2D24C5E95D00DF2C21 /* CopyFiles */, ); buildRules = ( ); dependencies = ( 418B0B3C24C5E99E00DF2C21 /* PBXTargetDependency */, ); name = jpegicc; productName = jpegicc; productReference = 418B0B2F24C5E95D00DF2C21 /* jpegicc */; productType = "com.apple.product-type.tool"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 418B0A2924C5E19500DF2C21 /* Project object */ = { isa = PBXProject; attributes = { BuildIndependentTargetsInParallel = YES; LastUpgradeCheck = 1430; ORGANIZATIONNAME = littlecms; TargetAttributes = { 418B0A3024C5E19500DF2C21 = { CreatedOnToolsVersion = 11.6; }; 418B0A7724C5E25200DF2C21 = { CreatedOnToolsVersion = 11.6; }; 418B0A8E24C5E35200DF2C21 = { CreatedOnToolsVersion = 11.6; }; 418B0AB724C5E42900DF2C21 = { CreatedOnToolsVersion = 11.6; }; 418B0ACA24C5E4EA00DF2C21 = { CreatedOnToolsVersion = 11.6; }; 418B0AE024C5E5C300DF2C21 = { CreatedOnToolsVersion = 11.6; }; 418B0B0424C5E76100DF2C21 = { CreatedOnToolsVersion = 11.6; }; 418B0B1924C5E85600DF2C21 = { CreatedOnToolsVersion = 11.6; }; 418B0B2E24C5E95D00DF2C21 = { CreatedOnToolsVersion = 11.6; }; }; }; buildConfigurationList = 418B0A2C24C5E19500DF2C21 /* Build configuration list for PBXProject "lcms2" */; compatibilityVersion = "Xcode 14.0"; developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = 418B0A2824C5E19500DF2C21; productRefGroup = 418B0A3224C5E19500DF2C21 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 418B0A3024C5E19500DF2C21 /* lcms2 */, 418B0A7724C5E25200DF2C21 /* testbed */, 418B0A8E24C5E35200DF2C21 /* fast_float_plugin */, 418B0AB724C5E42900DF2C21 /* fast_float_testbed */, 418B0ACA24C5E4EA00DF2C21 /* transicc */, 418B0AE024C5E5C300DF2C21 /* linkicc */, 418B0B0424C5E76100DF2C21 /* tificc */, 418B0B1924C5E85600DF2C21 /* tifdiff */, 418B0B2E24C5E95D00DF2C21 /* jpegicc */, ); }; /* End PBXProject section */ /* Begin PBXSourcesBuildPhase section */ 418B0A2E24C5E19500DF2C21 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 418B0A5224C5E1C900DF2C21 /* cmsgamma.c in Sources */, 418B0A5324C5E1C900DF2C21 /* cmsintrp.c in Sources */, 418B0A5424C5E1C900DF2C21 /* cmsgmt.c in Sources */, 418B0A5524C5E1C900DF2C21 /* cmscnvrt.c in Sources */, 418B0A5624C5E1C900DF2C21 /* cmsmd5.c in Sources */, 418B0A5724C5E1C900DF2C21 /* cmssm.c in Sources */, 418B0A5824C5E1C900DF2C21 /* cmsopt.c in Sources */, 418B0A5924C5E1C900DF2C21 /* cmscgats.c in Sources */, 418B0A5A24C5E1C900DF2C21 /* cmsalpha.c in Sources */, 418B0A5B24C5E1C900DF2C21 /* cmstypes.c in Sources */, 418B0A5C24C5E1C900DF2C21 /* cmsio1.c in Sources */, 418B0A5D24C5E1C900DF2C21 /* cmspack.c in Sources */, 418B0A5E24C5E1C900DF2C21 /* cmsxform.c in Sources */, 418B0A5F24C5E1C900DF2C21 /* cmswtpnt.c in Sources */, 418B0A6024C5E1C900DF2C21 /* cmsmtrx.c in Sources */, 418B0A6124C5E1C900DF2C21 /* cmspcs.c in Sources */, 418B0A6224C5E1C900DF2C21 /* cmsps2.c in Sources */, 418B0A6324C5E1C900DF2C21 /* cmsnamed.c in Sources */, 418B0A6424C5E1C900DF2C21 /* cmserr.c in Sources */, 418B0A6524C5E1C900DF2C21 /* cmslut.c in Sources */, 418B0A6624C5E1C900DF2C21 /* cmsvirt.c in Sources */, 418B0A6724C5E1C900DF2C21 /* cmsplugin.c in Sources */, 418B0A6824C5E1C900DF2C21 /* cmshalf.c in Sources */, 418B0A6924C5E1C900DF2C21 /* cmsio0.c in Sources */, 418B0A6A24C5E1C900DF2C21 /* cmscam02.c in Sources */, 418B0A6B24C5E1C900DF2C21 /* cmssamp.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0A7424C5E25200DF2C21 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 418B0B4724C5EC1D00DF2C21 /* testplugin.c in Sources */, 418B0B4924C5EC2A00DF2C21 /* zoo_icc.c in Sources */, 418B0B4624C5EC1D00DF2C21 /* testcms2.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0A8C24C5E35200DF2C21 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 418B0AA124C5E37800DF2C21 /* fast_float_curves.c in Sources */, 418B0AA224C5E37800DF2C21 /* fast_float_15mats.c in Sources */, 418B0AA324C5E37800DF2C21 /* fast_float_tethra.c in Sources */, 418B0AA424C5E37800DF2C21 /* fast_float_cmyk.c in Sources */, 418B0AA524C5E37800DF2C21 /* fast_16_tethra.c in Sources */, 418B0AA724C5E37800DF2C21 /* fast_8_matsh.c in Sources */, 418B0AA824C5E37800DF2C21 /* fast_float_separate.c in Sources */, 418B0AA924C5E37800DF2C21 /* fast_8_matsh_sse.c in Sources */, 418B0AAA24C5E37800DF2C21 /* fast_8_tethra.c in Sources */, 418B0AAB24C5E37800DF2C21 /* fast_float_sup.c in Sources */, 418B0AAC24C5E37800DF2C21 /* fast_float_15bits.c in Sources */, 418B0AAD24C5E37800DF2C21 /* fast_8_curves.c in Sources */, 418B0AAE24C5E37800DF2C21 /* fast_float_matsh.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0AB424C5E42900DF2C21 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 418B0AF224C5E6B000DF2C21 /* fast_float_testbed.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0AC724C5E4EA00DF2C21 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 418B0AF724C5E6C800DF2C21 /* vprf.c in Sources */, 418B0AF924C5E6D200DF2C21 /* transicc.c in Sources */, 418B0AF624C5E6C800DF2C21 /* xgetopt.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0ADD24C5E5C300DF2C21 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 418B0B0024C5E73100DF2C21 /* vprf.c in Sources */, 418B0AFF24C5E73100DF2C21 /* xgetopt.c in Sources */, 4123B46925518DB1005F0287 /* linkicc.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0B0124C5E76100DF2C21 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 4123B4A425518FFB005F0287 /* xgetopt.c in Sources */, 418B0B0F24C5E79200DF2C21 /* utils.h in Sources */, 418B0B1424C5E7BB00DF2C21 /* vprf.c in Sources */, 4123B4B82551903B005F0287 /* tificc.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0B1624C5E85600DF2C21 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 418B0B2524C5E92100DF2C21 /* tifdiff.c in Sources */, 418B0B2924C5E92B00DF2C21 /* vprf.c in Sources */, 418B0B2A24C5E92B00DF2C21 /* xgetopt.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 418B0B2B24C5E95D00DF2C21 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 418B0B3824C5E98E00DF2C21 /* iccjpeg.c in Sources */, 418B0B4224C5E9F700DF2C21 /* xgetopt.c in Sources */, 418B0B4124C5E9F700DF2C21 /* vprf.c in Sources */, 418B0B3A24C5E99600DF2C21 /* jpgicc.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ 418B0A8624C5E29800DF2C21 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 418B0A3024C5E19500DF2C21 /* lcms2 */; targetProxy = 418B0A8524C5E29800DF2C21 /* PBXContainerItemProxy */; }; 418B0AB324C5E3D400DF2C21 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 418B0A3024C5E19500DF2C21 /* lcms2 */; targetProxy = 418B0AB224C5E3D400DF2C21 /* PBXContainerItemProxy */; }; 418B0AC424C5E48100DF2C21 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 418B0A8E24C5E35200DF2C21 /* fast_float_plugin */; targetProxy = 418B0AC324C5E48100DF2C21 /* PBXContainerItemProxy */; }; 418B0AC624C5E48600DF2C21 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 418B0A3024C5E19500DF2C21 /* lcms2 */; targetProxy = 418B0AC524C5E48600DF2C21 /* PBXContainerItemProxy */; }; 418B0ADC24C5E58F00DF2C21 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 418B0A3024C5E19500DF2C21 /* lcms2 */; targetProxy = 418B0ADB24C5E58F00DF2C21 /* PBXContainerItemProxy */; }; 418B0AE924C5E5CA00DF2C21 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 418B0A3024C5E19500DF2C21 /* lcms2 */; targetProxy = 418B0AE824C5E5CA00DF2C21 /* PBXContainerItemProxy */; }; 418B0B0D24C5E77500DF2C21 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 418B0A3024C5E19500DF2C21 /* lcms2 */; targetProxy = 418B0B0C24C5E77500DF2C21 /* PBXContainerItemProxy */; }; 418B0B2324C5E8FA00DF2C21 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 418B0A3024C5E19500DF2C21 /* lcms2 */; targetProxy = 418B0B2224C5E8FA00DF2C21 /* PBXContainerItemProxy */; }; 418B0B3C24C5E99E00DF2C21 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 418B0A3024C5E19500DF2C21 /* lcms2 */; targetProxy = 418B0B3B24C5E99E00DF2C21 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 418B0A3324C5E19500DF2C21 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_ENABLE_OBJC_WEAK = YES; CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu11; GCC_DYNAMIC_NO_PIC = NO; GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = macosx; }; name = Debug; }; 418B0A3424C5E19500DF2C21 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_ENABLE_OBJC_WEAK = YES; CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = gnu11; GCC_NO_COMMON_BLOCKS = YES; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = macosx; }; name = Release; }; 418B0A3624C5E19500DF2C21 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; DEAD_CODE_STRIPPING = YES; EXECUTABLE_PREFIX = lib; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; }; name = Debug; }; 418B0A3724C5E19500DF2C21 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; DEAD_CODE_STRIPPING = YES; EXECUTABLE_PREFIX = lib; ONLY_ACTIVE_ARCH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; }; name = Release; }; 418B0A7D24C5E25200DF2C21 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; DEAD_CODE_STRIPPING = YES; MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; }; 418B0A7E24C5E25200DF2C21 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; DEAD_CODE_STRIPPING = YES; MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; }; 418B0A9124C5E35200DF2C21 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; DEAD_CODE_STRIPPING = YES; EXECUTABLE_PREFIX = lib; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; }; name = Debug; }; 418B0A9224C5E35200DF2C21 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; DEAD_CODE_STRIPPING = YES; EXECUTABLE_PREFIX = lib; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; }; name = Release; }; 418B0ABD24C5E42900DF2C21 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; DEAD_CODE_STRIPPING = YES; MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; }; 418B0ABE24C5E42900DF2C21 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; DEAD_CODE_STRIPPING = YES; MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; }; 418B0AD024C5E4EA00DF2C21 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; DEAD_CODE_STRIPPING = YES; MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; }; 418B0AD124C5E4EA00DF2C21 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; DEAD_CODE_STRIPPING = YES; MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; }; 418B0AE624C5E5C300DF2C21 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; DEAD_CODE_STRIPPING = YES; MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; }; 418B0AE724C5E5C300DF2C21 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; DEAD_CODE_STRIPPING = YES; MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; }; 418B0B0A24C5E76100DF2C21 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; DEAD_CODE_STRIPPING = YES; HEADER_SEARCH_PATHS = /usr/local/include; MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; OTHER_LDFLAGS = ( "-L", /usr/local/lib, "-ltiff", ); PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; }; 418B0B0B24C5E76100DF2C21 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; DEAD_CODE_STRIPPING = YES; HEADER_SEARCH_PATHS = /usr/local/include; MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; OTHER_LDFLAGS = ( "-L", /usr/local/lib, "-ltiff", ); PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; }; 418B0B1F24C5E85600DF2C21 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; DEAD_CODE_STRIPPING = YES; HEADER_SEARCH_PATHS = /usr/local/include; MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; OTHER_LDFLAGS = ( "-L", /usr/local/lib, "-ltiff", ); PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; }; 418B0B2024C5E85600DF2C21 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; DEAD_CODE_STRIPPING = YES; HEADER_SEARCH_PATHS = /usr/local/include; MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; OTHER_LDFLAGS = ( "-L", /usr/local/lib, "-ltiff", ); PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; }; 418B0B3424C5E95D00DF2C21 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; DEAD_CODE_STRIPPING = YES; HEADER_SEARCH_PATHS = /usr/local/include; MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; OTHER_LDFLAGS = ( "-L", /usr/local/lib, "-ljpeg", ); PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; }; 418B0B3524C5E95D00DF2C21 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; DEAD_CODE_STRIPPING = YES; HEADER_SEARCH_PATHS = /usr/local/include; MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; OTHER_LDFLAGS = ( "-L", /usr/local/lib, "-ljpeg", ); PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 418B0A2C24C5E19500DF2C21 /* Build configuration list for PBXProject "lcms2" */ = { isa = XCConfigurationList; buildConfigurations = ( 418B0A3324C5E19500DF2C21 /* Debug */, 418B0A3424C5E19500DF2C21 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 418B0A3524C5E19500DF2C21 /* Build configuration list for PBXNativeTarget "lcms2" */ = { isa = XCConfigurationList; buildConfigurations = ( 418B0A3624C5E19500DF2C21 /* Debug */, 418B0A3724C5E19500DF2C21 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 418B0A7C24C5E25200DF2C21 /* Build configuration list for PBXNativeTarget "testbed" */ = { isa = XCConfigurationList; buildConfigurations = ( 418B0A7D24C5E25200DF2C21 /* Debug */, 418B0A7E24C5E25200DF2C21 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 418B0A9024C5E35200DF2C21 /* Build configuration list for PBXNativeTarget "fast_float_plugin" */ = { isa = XCConfigurationList; buildConfigurations = ( 418B0A9124C5E35200DF2C21 /* Debug */, 418B0A9224C5E35200DF2C21 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 418B0ABC24C5E42900DF2C21 /* Build configuration list for PBXNativeTarget "fast_float_testbed" */ = { isa = XCConfigurationList; buildConfigurations = ( 418B0ABD24C5E42900DF2C21 /* Debug */, 418B0ABE24C5E42900DF2C21 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 418B0ACF24C5E4EA00DF2C21 /* Build configuration list for PBXNativeTarget "transicc" */ = { isa = XCConfigurationList; buildConfigurations = ( 418B0AD024C5E4EA00DF2C21 /* Debug */, 418B0AD124C5E4EA00DF2C21 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 418B0AE524C5E5C300DF2C21 /* Build configuration list for PBXNativeTarget "linkicc" */ = { isa = XCConfigurationList; buildConfigurations = ( 418B0AE624C5E5C300DF2C21 /* Debug */, 418B0AE724C5E5C300DF2C21 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 418B0B0924C5E76100DF2C21 /* Build configuration list for PBXNativeTarget "tificc" */ = { isa = XCConfigurationList; buildConfigurations = ( 418B0B0A24C5E76100DF2C21 /* Debug */, 418B0B0B24C5E76100DF2C21 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 418B0B1E24C5E85600DF2C21 /* Build configuration list for PBXNativeTarget "tifdiff" */ = { isa = XCConfigurationList; buildConfigurations = ( 418B0B1F24C5E85600DF2C21 /* Debug */, 418B0B2024C5E85600DF2C21 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 418B0B3324C5E95D00DF2C21 /* Build configuration list for PBXNativeTarget "jpegicc" */ = { isa = XCConfigurationList; buildConfigurations = ( 418B0B3424C5E95D00DF2C21 /* Debug */, 418B0B3524C5E95D00DF2C21 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = 418B0A2924C5E19500DF2C21 /* Project object */; } lcms2-2.17/Projects/Xcode_14/lcms2/lcms2.xcodeproj/project.xcworkspace/0000755000175000017500000000000014752176133024677 5ustar martimartilcms2-2.17/Projects/Xcode_14/lcms2/lcms2.xcodeproj/project.xcworkspace/contents.xcworkspacedata0000644000175000017500000000022614752176133031641 0ustar martimarti lcms2-2.17/Projects/Xcode_14/lcms2/lcms2.xcodeproj/project.xcworkspace/xcshareddata/0000755000175000017500000000000014752176133027332 5ustar martimarti././@LongLink0000644000000000000000000000015500000000000011604 Lustar rootrootlcms2-2.17/Projects/Xcode_14/lcms2/lcms2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plistlcms2-2.17/Projects/Xcode_14/lcms2/lcms2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChec0000644000175000017500000000035614752176133032324 0ustar martimarti IDEDidComputeMac32BitWarning ././@LongLink0000644000000000000000000000016100000000000011601 Lustar rootrootlcms2-2.17/Projects/Xcode_14/lcms2/lcms2.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettingslcms2-2.17/Projects/Xcode_14/lcms2/lcms2.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSetting0000644000175000017500000000034214752176133032550 0ustar martimarti PreviewsEnabled lcms2-2.17/Projects/cppcheck/0000755000175000017500000000000014752176133015057 5ustar martimartilcms2-2.17/Projects/cppcheck/lcms2.cppcheck0000755000175000017500000000032214752176133017601 0ustar martimarti lcms2-2.17/README.md0000644000175000017500000000235414752176133012771 0ustar martimarti ![Little CMS](doc/logo-small.png) # About Little CMS [www.littlecms.com](https://www.littlecms.com) Little CMS intends to be an **OPEN SOURCE** small-footprint color management engine, with special focus on accuracy and performance. It uses the International Color Consortium standard (ICC), which is the modern standard when regarding to color management. The ICC specification is widely used and is referred to in many International and other de-facto standards. It was approved as an International Standard, ISO 15076-1, in 2005. # Conformance Little CMS is a **FULL IMPLEMENTATION** of ICC specification 4.4, it fully supports all kind of V2 and V4 profiles, including abstract, devicelink and named color profiles. Check the tutorial for a exhaustive list of features. # A bit of story Since the initial release, back in 1998, Little CMS has grown to become one of the most popular open-source color management libraries, and has been used in a large number of production projects, in areas as printer firmware, monitors, digital cameras, RIPs, publishing, scientific, and many others. You can find Little CMS in most Linux distributions, and it's released under an open source license. ### Please see the complete documentation in doc folder lcms2-2.17/SECURITY.md0000644000175000017500000000347214752176133013305 0ustar martimarti# Security Policy ## Supported Versions Security updates are applied only to the latest release. ## Reporting a Vulnerability LittleCMS is located deep in the Linux dependency tree. So, security issues are real and should be addressed. The proposed process is quite simple, if you detect a potential security issue and you are able to create a patch, please send us the patch to analyse. We have an extensive test bed of apps and utilities using lcms, so we can check if all those goes fine. If you don’t want to create a patch and only want to report the vulnerability, that's ok too. And we will be very grateful. Just contact us. **Please avoid public advisories if possible, as doing that, hints how to use the flaw for malicious use**. Please don’t make noise to gain popularity, this can result in bad karma to you. Any CVE without reliable proof will be promptly disputed. Please don’t use untrusted patches from 3rd parties. We had an incident years ago with so called “security experts” trying to add a back door by using a crafted patch. Credits to vulnerability busters will be given on each release After the patch proves to be harmless, I will send to the mailing list a signed mail with the patch attached. That is, you got a patch from upstream that upstream claims to be reasonably tested. I will apply the same checks that I do before a normal release. Please understand that this is a lot of work, and obviously it can fail as well, so the “no guarantee” clause of MIT license applies. If you choose to redistribute such patches, please make sure to include the mail, or at least the MIT license. By including the MIT license you prevent to get in legal trouble. ## Using GitHub security advisory Please disclose it at our [security advisory](https://github.com/mm2/Little-CMS/security/advisories/new). lcms2-2.17/autogen.sh0000755000175000017500000000531714752176133013515 0ustar martimarti#!/bin/sh # Run this to generate all the initial makefiles, etc. srcdir=`dirname $0` test -z "$srcdir" && srcdir=. DIE=0 ACLOCAL_FLAGS="-I m4" if [ "$1" = "--distclean" ]; then make distclean rm configure config.guess config.sub depcomp install-sh missing rm aclocal.m4 compile ltmain.sh m4/libtool.m4 m4/ltoptions.m4 rm m4/ltsugar.m4 m4/lt~obsolete.m4 m4/ltversion.m4 echo done cleaning! exit 0 fi (test -f $srcdir/configure.ac) || { echo -n "**Error**: Directory $srcdir does not look like the" echo " top-level package directory" exit 1 } (autoconf --version) < /dev/null > /dev/null 2>&1 || { echo echo "**Error**: You must have autoconf installed." echo "Download the appropriate package for your distribution," echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/" DIE=1 } (grep "^LT_INIT" $srcdir/configure.ac >/dev/null) && { (libtoolize --version) < /dev/null > /dev/null 2>&1 || { echo echo "**Error**: You must have libtool installed." echo "You can get it from: ftp://ftp.gnu.org/pub/gnu/" DIE=1 } } (automake --version) < /dev/null > /dev/null 2>&1 || { echo echo "**Error**: You must have automake installed." echo "You can get it from: ftp://ftp.gnu.org/pub/gnu/" DIE=1 NO_AUTOMAKE=yes } # if no automake, don't bother testing for aclocal test -n "$NO_AUTOMAKE" || (aclocal --version) < /dev/null > /dev/null 2>&1 || { echo echo "**Error**: Missing aclocal. The version of automake" echo "installed doesn't appear recent enough." echo "You can get automake from ftp://ftp.gnu.org/pub/gnu/" DIE=1 } if test "$DIE" -eq 1; then exit 1 fi if test -z "$*"; then echo "**Warning**: I am going to run configure with no arguments." echo "If you wish to pass any to it, please specify them on the" echo $0 " command line." echo fi case $CC in xlc ) am_opt=--include-deps;; esac aclocalinclude="$ACLOCAL_FLAGS" if grep "^LT_INIT" configure.ac >/dev/null; then if test -z "$NO_LIBTOOLIZE" ; then echo "Running libtoolize..." libtoolize --force --copy fi fi echo "Running aclocal $aclocalinclude ..." aclocal $aclocalinclude if grep "^AC_CONFIG_HEADERS" configure.ac >/dev/null; then echo "Running autoheader..." autoheader fi echo "Running automake --add-missing -copy --gnu -Wno-portability $am_opt ..." automake --add-missing --copy --gnu -Wno-portability $am_opt echo "Running autoconf ..." autoconf conf_flags="--enable-maintainer-mode" if test x$NOCONFIGURE = x; then echo "Running $srcdir/configure $conf_flags $@ ..." $srcdir/configure $conf_flags "$@" \ && echo "Now type make to compile." || exit 1 else echo "Skipping configure process." fi lcms2-2.17/bin/0000755000175000017500000000000014752176133012256 5ustar martimartilcms2-2.17/bin/Bin.txt0000644000175000017500000000000314752176133013520 0ustar martimartiBinlcms2-2.17/config.guess0000755000175000017500000012637314752176133014042 0ustar martimarti#! /bin/sh # Attempt to guess a canonical system name. # Copyright 1992-2018 Free Software Foundation, Inc. timestamp='2018-02-24' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that # program. This Exception is an additional permission under section 7 # of the GNU General Public License, version 3 ("GPLv3"). # # Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess # # Please send patches to . me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] Output the configuration name of the system \`$me' is run on. Options: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. Copyright 1992-2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" >&2 exit 1 ;; * ) break ;; esac done if test $# != 0; then echo "$me: too many arguments$help" >&2 exit 1 fi trap 'exit 1' 1 2 15 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a # compiler to aid in system detection is discouraged as it requires # temporary files to be created and, as you can see below, it is a # headache to deal with in a portable fashion. # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still # use `HOST_CC' if defined, but it is deprecated. # Portable tmp directory creation inspired by the Autoconf team. set_cc_for_build=' trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; : ${TMPDIR=/tmp} ; { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; dummy=$tmp/dummy ; tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; case $CC_FOR_BUILD,$HOST_CC,$CC in ,,) echo "int x;" > "$dummy.c" ; for c in cc gcc c89 c99 ; do if ($c -c -o "$dummy.o" "$dummy.c") >/dev/null 2>&1 ; then CC_FOR_BUILD="$c"; break ; fi ; done ; if test x"$CC_FOR_BUILD" = x ; then CC_FOR_BUILD=no_compiler_found ; fi ;; ,,*) CC_FOR_BUILD=$CC ;; ,*,*) CC_FOR_BUILD=$HOST_CC ;; esac ; set_cc_for_build= ;' # This is needed to find uname on a Pyramid OSx when run in the BSD universe. # (ghazi@noc.rutgers.edu 1994-08-24) if (test -f /.attbin/uname) >/dev/null 2>&1 ; then PATH=$PATH:/.attbin ; export PATH fi UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown case "$UNAME_SYSTEM" in Linux|GNU|GNU/*) # If the system lacks a compiler, then just pick glibc. # We could probably try harder. LIBC=gnu eval "$set_cc_for_build" cat <<-EOF > "$dummy.c" #include #if defined(__UCLIBC__) LIBC=uclibc #elif defined(__dietlibc__) LIBC=dietlibc #else LIBC=gnu #endif EOF eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`" # If ldd exists, use it to detect musl libc. if command -v ldd >/dev/null && \ ldd --version 2>&1 | grep -q ^musl then LIBC=musl fi ;; esac # Note: order is significant - the case branches are not exclusive. case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently # switched to ELF, *-*-netbsd* would select the old # object file format. This provides both forward # compatibility and a consistent mechanism for selecting the # object file format. # # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ "/sbin/$sysctl" 2>/dev/null || \ "/usr/sbin/$sysctl" 2>/dev/null || \ echo unknown)` case "$UNAME_MACHINE_ARCH" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; earmv*) arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'` endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'` machine="${arch}${endian}"-unknown ;; *) machine="$UNAME_MACHINE_ARCH"-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently (or will in the future) and ABI. case "$UNAME_MACHINE_ARCH" in earm*) os=netbsdelf ;; arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval "$set_cc_for_build" if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ then # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). # Return netbsd for either. FIX? os=netbsd else os=netbsdelf fi ;; *) os=netbsd ;; esac # Determine ABI tags. case "$UNAME_MACHINE_ARCH" in earm*) expr='s/^earmv[0-9]/-eabi/;s/eb$//' abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"` ;; esac # The OS release # Debian GNU/NetBSD machines have a different userland, and # thus, need a distinct triplet. However, they do not need # kernel version information, so it can be replaced with a # suitable tag, in the style of linux-gnu. case "$UNAME_VERSION" in Debian*) release='-gnu' ;; *) release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "$machine-${os}${release}${abi}" exit ;; *:Bitrig:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` echo "$UNAME_MACHINE_ARCH"-unknown-bitrig"$UNAME_RELEASE" exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo "$UNAME_MACHINE_ARCH"-unknown-openbsd"$UNAME_RELEASE" exit ;; *:LibertyBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` echo "$UNAME_MACHINE_ARCH"-unknown-libertybsd"$UNAME_RELEASE" exit ;; *:MidnightBSD:*:*) echo "$UNAME_MACHINE"-unknown-midnightbsd"$UNAME_RELEASE" exit ;; *:ekkoBSD:*:*) echo "$UNAME_MACHINE"-unknown-ekkobsd"$UNAME_RELEASE" exit ;; *:SolidBSD:*:*) echo "$UNAME_MACHINE"-unknown-solidbsd"$UNAME_RELEASE" exit ;; macppc:MirBSD:*:*) echo powerpc-unknown-mirbsd"$UNAME_RELEASE" exit ;; *:MirBSD:*:*) echo "$UNAME_MACHINE"-unknown-mirbsd"$UNAME_RELEASE" exit ;; *:Sortix:*:*) echo "$UNAME_MACHINE"-unknown-sortix exit ;; *:Redox:*:*) echo "$UNAME_MACHINE"-unknown-redox exit ;; mips:OSF1:*.*) echo mips-dec-osf1 exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` ;; *5.*) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` ;; esac # According to Compaq, /usr/sbin/psrinfo has been available on # OSF/1 and Tru64 systems produced since 1995. I hope that # covers most systems running today. This code pipes the CPU # types through head -n 1, so we only detect the type of CPU 0. ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") UNAME_MACHINE=alpha ;; "EV4.5 (21064)") UNAME_MACHINE=alpha ;; "LCA4 (21066/21068)") UNAME_MACHINE=alpha ;; "EV5 (21164)") UNAME_MACHINE=alphaev5 ;; "EV5.6 (21164A)") UNAME_MACHINE=alphaev56 ;; "EV5.6 (21164PC)") UNAME_MACHINE=alphapca56 ;; "EV5.7 (21164PC)") UNAME_MACHINE=alphapca57 ;; "EV6 (21264)") UNAME_MACHINE=alphaev6 ;; "EV6.7 (21264A)") UNAME_MACHINE=alphaev67 ;; "EV6.8CB (21264C)") UNAME_MACHINE=alphaev68 ;; "EV6.8AL (21264B)") UNAME_MACHINE=alphaev68 ;; "EV6.8CX (21264D)") UNAME_MACHINE=alphaev68 ;; "EV6.9A (21264/EV69A)") UNAME_MACHINE=alphaev69 ;; "EV7 (21364)") UNAME_MACHINE=alphaev7 ;; "EV7.9 (21364A)") UNAME_MACHINE=alphaev79 ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`" # Reset EXIT trap before exiting to avoid spurious non-zero exit code. exitcode=$? trap '' 0 exit $exitcode ;; Amiga*:UNIX_System_V:4.0:*) echo m68k-unknown-sysv4 exit ;; *:[Aa]miga[Oo][Ss]:*:*) echo "$UNAME_MACHINE"-unknown-amigaos exit ;; *:[Mm]orph[Oo][Ss]:*:*) echo "$UNAME_MACHINE"-unknown-morphos exit ;; *:OS/390:*:*) echo i370-ibm-openedition exit ;; *:z/VM:*:*) echo s390-ibm-zvmoe exit ;; *:OS400:*:*) echo powerpc-ibm-os400 exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix"$UNAME_RELEASE" exit ;; arm*:riscos:*:*|arm*:RISCOS:*:*) echo arm-unknown-riscos exit ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) echo hppa1.1-hitachi-hiuxmpp exit ;; Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. if test "`(/bin/universe) 2>/dev/null`" = att ; then echo pyramid-pyramid-sysv3 else echo pyramid-pyramid-bsd fi exit ;; NILE*:*:*:dcosx) echo pyramid-pyramid-svr4 exit ;; DRS?6000:unix:4.0:6*) echo sparc-icl-nx6 exit ;; DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) case `/usr/bin/uname -p` in sparc) echo sparc-icl-nx7; exit ;; esac ;; s390x:SunOS:*:*) echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" exit ;; sun4H:SunOS:5.*:*) echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" exit ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" exit ;; i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) echo i386-pc-auroraux"$UNAME_RELEASE" exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval "$set_cc_for_build" SUN_ARCH=i386 # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. if [ "$CC_FOR_BUILD" != no_compiler_found ]; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then SUN_ARCH=x86_64 fi fi echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" exit ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize # SunOS6. Hard to guess exactly what SunOS6 will be like, but # it's likely to be more like Solaris than SunOS4. echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" exit ;; sun4*:SunOS:*:*) case "`/usr/bin/arch -k`" in Series*|S4*) UNAME_RELEASE=`uname -v` ;; esac # Japanese Language versions have a version number like `4.1.3-JL'. echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`" exit ;; sun3*:SunOS:*:*) echo m68k-sun-sunos"$UNAME_RELEASE" exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos"$UNAME_RELEASE" ;; sun4) echo sparc-sun-sunos"$UNAME_RELEASE" ;; esac exit ;; aushp:SunOS:*:*) echo sparc-auspex-sunos"$UNAME_RELEASE" exit ;; # The situation for MiNT is a little confusing. The machine name # can be virtually everything (everything which is not # "atarist" or "atariste" at least should have a processor # > m68000). The system name ranges from "MiNT" over "FreeMiNT" # to the lowercase version "mint" (or "freemint"). Finally # the system name "TOS" denotes a system which is actually not # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint"$UNAME_RELEASE" exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint"$UNAME_RELEASE" exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) echo m68k-atari-mint"$UNAME_RELEASE" exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) echo m68k-milan-mint"$UNAME_RELEASE" exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) echo m68k-hades-mint"$UNAME_RELEASE" exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) echo m68k-unknown-mint"$UNAME_RELEASE" exit ;; m68k:machten:*:*) echo m68k-apple-machten"$UNAME_RELEASE" exit ;; powerpc:machten:*:*) echo powerpc-apple-machten"$UNAME_RELEASE" exit ;; RISC*:Mach:*:*) echo mips-dec-mach_bsd4.3 exit ;; RISC*:ULTRIX:*:*) echo mips-dec-ultrix"$UNAME_RELEASE" exit ;; VAX*:ULTRIX*:*:*) echo vax-dec-ultrix"$UNAME_RELEASE" exit ;; 2020:CLIX:*:* | 2430:CLIX:*:*) echo clipper-intergraph-clix"$UNAME_RELEASE" exit ;; mips:*:*:UMIPS | mips:*:*:RISCos) eval "$set_cc_for_build" sed 's/^ //' << EOF > "$dummy.c" #ifdef __cplusplus #include /* for printf() prototype */ int main (int argc, char *argv[]) { #else int main (argc, argv) int argc; char *argv[]; { #endif #if defined (host_mips) && defined (MIPSEB) #if defined (SYSTYPE_SYSV) printf ("mips-mips-riscos%ssysv\\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_SVR4) printf ("mips-mips-riscos%ssvr4\\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) printf ("mips-mips-riscos%sbsd\\n", argv[1]); exit (0); #endif #endif exit (-1); } EOF $CC_FOR_BUILD -o "$dummy" "$dummy.c" && dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` && SYSTEM_NAME=`"$dummy" "$dummyarg"` && { echo "$SYSTEM_NAME"; exit; } echo mips-mips-riscos"$UNAME_RELEASE" exit ;; Motorola:PowerMAX_OS:*:*) echo powerpc-motorola-powermax exit ;; Motorola:*:4.3:PL8-*) echo powerpc-harris-powermax exit ;; Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) echo powerpc-harris-powermax exit ;; Night_Hawk:Power_UNIX:*:*) echo powerpc-harris-powerunix exit ;; m88k:CX/UX:7*:*) echo m88k-harris-cxux7 exit ;; m88k:*:4*:R4*) echo m88k-motorola-sysv4 exit ;; m88k:*:3*:R3*) echo m88k-motorola-sysv3 exit ;; AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` if [ "$UNAME_PROCESSOR" = mc88100 ] || [ "$UNAME_PROCESSOR" = mc88110 ] then if [ "$TARGET_BINARY_INTERFACE"x = m88kdguxelfx ] || \ [ "$TARGET_BINARY_INTERFACE"x = x ] then echo m88k-dg-dgux"$UNAME_RELEASE" else echo m88k-dg-dguxbcs"$UNAME_RELEASE" fi else echo i586-dg-dgux"$UNAME_RELEASE" fi exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 exit ;; M88*:*:R3*:*) # Delta 88k system running SVR3 echo m88k-motorola-sysv3 exit ;; XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) echo m88k-tektronix-sysv3 exit ;; Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) echo m68k-tektronix-bsd exit ;; *:IRIX*:*:*) echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`" exit ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' i*86:AIX:*:*) echo i386-ibm-aix exit ;; ia64:AIX:*:*) if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV="$UNAME_VERSION.$UNAME_RELEASE" fi echo "$UNAME_MACHINE"-ibm-aix"$IBM_REV" exit ;; *:AIX:2:3) if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then eval "$set_cc_for_build" sed 's/^ //' << EOF > "$dummy.c" #include main() { if (!__power_pc()) exit(1); puts("powerpc-ibm-aix3.2.5"); exit(0); } EOF if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` then echo "$SYSTEM_NAME" else echo rs6000-ibm-aix3.2.5 fi elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then echo rs6000-ibm-aix3.2.4 else echo rs6000-ibm-aix3.2 fi exit ;; *:AIX:*:[4567]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 else IBM_ARCH=powerpc fi if [ -x /usr/bin/lslpp ] ; then IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | awk -F: '{ print $3 }' | sed s/[0-9]*$/0/` else IBM_REV="$UNAME_VERSION.$UNAME_RELEASE" fi echo "$IBM_ARCH"-ibm-aix"$IBM_REV" exit ;; *:AIX:*:*) echo rs6000-ibm-aix exit ;; ibmrt:4.4BSD:*|romp-ibm:4.4BSD:*) echo romp-ibm-bsd4.4 exit ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and echo romp-ibm-bsd"$UNAME_RELEASE" # 4.3 with uname added to exit ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx exit ;; DPX/2?00:B.O.S.:*:*) echo m68k-bull-sysv3 exit ;; 9000/[34]??:4.3bsd:1.*:*) echo m68k-hp-bsd exit ;; hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) echo m68k-hp-bsd4.4 exit ;; 9000/[34678]??:HP-UX:*:*) HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` case "$UNAME_MACHINE" in 9000/31?) HP_ARCH=m68000 ;; 9000/[34]??) HP_ARCH=m68k ;; 9000/[678][0-9][0-9]) if [ -x /usr/bin/getconf ]; then sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "$sc_cpu_version" in 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "$sc_kernel_bits" in 32) HP_ARCH=hppa2.0n ;; 64) HP_ARCH=hppa2.0w ;; '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 esac ;; esac fi if [ "$HP_ARCH" = "" ]; then eval "$set_cc_for_build" sed 's/^ //' << EOF > "$dummy.c" #define _HPUX_SOURCE #include #include int main () { #if defined(_SC_KERNEL_BITS) long bits = sysconf(_SC_KERNEL_BITS); #endif long cpu = sysconf (_SC_CPU_VERSION); switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0"); break; case CPU_PA_RISC1_1: puts ("hppa1.1"); break; case CPU_PA_RISC2_0: #if defined(_SC_KERNEL_BITS) switch (bits) { case 64: puts ("hppa2.0w"); break; case 32: puts ("hppa2.0n"); break; default: puts ("hppa2.0"); break; } break; #else /* !defined(_SC_KERNEL_BITS) */ puts ("hppa2.0"); break; #endif default: puts ("hppa1.0"); break; } exit (0); } EOF (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"` test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac if [ "$HP_ARCH" = hppa2.0w ] then eval "$set_cc_for_build" # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler # generating 64-bit code. GNU and HP use different nomenclature: # # $ CC_FOR_BUILD=cc ./config.guess # => hppa2.0w-hp-hpux11.23 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess # => hppa64-hp-hpux11.23 if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | grep -q __LP64__ then HP_ARCH=hppa2.0w else HP_ARCH=hppa64 fi fi echo "$HP_ARCH"-hp-hpux"$HPUX_REV" exit ;; ia64:HP-UX:*:*) HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` echo ia64-hp-hpux"$HPUX_REV" exit ;; 3050*:HI-UX:*:*) eval "$set_cc_for_build" sed 's/^ //' << EOF > "$dummy.c" #include int main () { long cpu = sysconf (_SC_CPU_VERSION); /* The order matters, because CPU_IS_HP_MC68K erroneously returns true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct results, however. */ if (CPU_IS_PA_RISC (cpu)) { switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; default: puts ("hppa-hitachi-hiuxwe2"); break; } } else if (CPU_IS_HP_MC68K (cpu)) puts ("m68k-hitachi-hiuxwe2"); else puts ("unknown-hitachi-hiuxwe2"); exit (0); } EOF $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` && { echo "$SYSTEM_NAME"; exit; } echo unknown-hitachi-hiuxwe2 exit ;; 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:*) echo hppa1.1-hp-bsd exit ;; 9000/8??:4.3bsd:*:*) echo hppa1.0-hp-bsd exit ;; *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) echo hppa1.0-hp-mpeix exit ;; hp7??:OSF1:*:* | hp8?[79]:OSF1:*:*) echo hppa1.1-hp-osf exit ;; hp8??:OSF1:*:*) echo hppa1.0-hp-osf exit ;; i*86:OSF1:*:*) if [ -x /usr/sbin/sysversion ] ; then echo "$UNAME_MACHINE"-unknown-osf1mk else echo "$UNAME_MACHINE"-unknown-osf1 fi exit ;; parisc*:Lites*:*:*) echo hppa1.1-hp-lites exit ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd exit ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd exit ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd exit ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd exit ;; CRAY*Y-MP:*:*:*) echo ymp-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*[A-Z]90:*:*:*) echo "$UNAME_MACHINE"-cray-unicos"$UNAME_RELEASE" \ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ -e 's/\.[^.]*$/.X/' exit ;; CRAY*TS:*:*:*) echo t90-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*T3E:*:*:*) echo alphaev5-cray-unicosmk"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*SV1:*:*:*) echo sv1-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' exit ;; *:UNICOS/mp:*:*) echo craynv-cray-unicosmp"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo "$UNAME_MACHINE"-pc-bsdi"$UNAME_RELEASE" exit ;; sparc*:BSD/OS:*:*) echo sparc-unknown-bsdi"$UNAME_RELEASE" exit ;; *:BSD/OS:*:*) echo "$UNAME_MACHINE"-unknown-bsdi"$UNAME_RELEASE" exit ;; *:FreeBSD:*:*) UNAME_PROCESSOR=`/usr/bin/uname -p` case "$UNAME_PROCESSOR" in amd64) UNAME_PROCESSOR=x86_64 ;; i386) UNAME_PROCESSOR=i586 ;; esac echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" exit ;; i*:CYGWIN*:*) echo "$UNAME_MACHINE"-pc-cygwin exit ;; *:MINGW64*:*) echo "$UNAME_MACHINE"-pc-mingw64 exit ;; *:MINGW*:*) echo "$UNAME_MACHINE"-pc-mingw32 exit ;; *:MSYS*:*) echo "$UNAME_MACHINE"-pc-msys exit ;; i*:PW*:*) echo "$UNAME_MACHINE"-pc-pw32 exit ;; *:Interix*:*) case "$UNAME_MACHINE" in x86) echo i586-pc-interix"$UNAME_RELEASE" exit ;; authenticamd | genuineintel | EM64T) echo x86_64-unknown-interix"$UNAME_RELEASE" exit ;; IA64) echo ia64-unknown-interix"$UNAME_RELEASE" exit ;; esac ;; i*:UWIN*:*) echo "$UNAME_MACHINE"-pc-uwin exit ;; amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; prep*:SunOS:5.*:*) echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" exit ;; *:GNU:*:*) # the GNU system echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`" exit ;; *:GNU/*:*:*) # other systems with GNU libc and userland echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC" exit ;; i*86:Minix:*:*) echo "$UNAME_MACHINE"-pc-minix exit ;; aarch64:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; aarch64_be:Linux:*:*) UNAME_MACHINE=aarch64_be echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in EV5) UNAME_MACHINE=alphaev5 ;; EV56) UNAME_MACHINE=alphaev56 ;; PCA56) UNAME_MACHINE=alphapca56 ;; PCA57) UNAME_MACHINE=alphapca56 ;; EV6) UNAME_MACHINE=alphaev6 ;; EV67) UNAME_MACHINE=alphaev67 ;; EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 if test "$?" = 0 ; then LIBC=gnulibc1 ; fi echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; arc:Linux:*:* | arceb:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; arm*:Linux:*:*) eval "$set_cc_for_build" if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_EABI__ then echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" else if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_PCS_VFP then echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"eabi else echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"eabihf fi fi exit ;; avr32*:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; cris:Linux:*:*) echo "$UNAME_MACHINE"-axis-linux-"$LIBC" exit ;; crisv32:Linux:*:*) echo "$UNAME_MACHINE"-axis-linux-"$LIBC" exit ;; e2k:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; frv:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; hexagon:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; i*86:Linux:*:*) echo "$UNAME_MACHINE"-pc-linux-"$LIBC" exit ;; ia64:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; k1om:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; m32r*:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; m68*:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; mips:Linux:*:* | mips64:Linux:*:*) eval "$set_cc_for_build" sed 's/^ //' << EOF > "$dummy.c" #undef CPU #undef ${UNAME_MACHINE} #undef ${UNAME_MACHINE}el #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) CPU=${UNAME_MACHINE}el #else #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) CPU=${UNAME_MACHINE} #else CPU= #endif #endif EOF eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`" test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; } ;; mips64el:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; openrisc*:Linux:*:*) echo or1k-unknown-linux-"$LIBC" exit ;; or32:Linux:*:* | or1k*:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; padre:Linux:*:*) echo sparc-unknown-linux-"$LIBC" exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) echo hppa64-unknown-linux-"$LIBC" exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in PA7*) echo hppa1.1-unknown-linux-"$LIBC" ;; PA8*) echo hppa2.0-unknown-linux-"$LIBC" ;; *) echo hppa-unknown-linux-"$LIBC" ;; esac exit ;; ppc64:Linux:*:*) echo powerpc64-unknown-linux-"$LIBC" exit ;; ppc:Linux:*:*) echo powerpc-unknown-linux-"$LIBC" exit ;; ppc64le:Linux:*:*) echo powerpc64le-unknown-linux-"$LIBC" exit ;; ppcle:Linux:*:*) echo powerpcle-unknown-linux-"$LIBC" exit ;; riscv32:Linux:*:* | riscv64:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo "$UNAME_MACHINE"-ibm-linux-"$LIBC" exit ;; sh64*:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; sh*:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; tile*:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; vax:Linux:*:*) echo "$UNAME_MACHINE"-dec-linux-"$LIBC" exit ;; x86_64:Linux:*:*) if objdump -f /bin/sh | grep -q elf32-x86-64; then echo "$UNAME_MACHINE"-pc-linux-"$LIBC"x32 else echo "$UNAME_MACHINE"-pc-linux-"$LIBC" fi exit ;; xtensa*:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. # earlier versions are messed up and put the nodename in both # sysname and nodename. echo i386-sequent-sysv4 exit ;; i*86:UNIX_SV:4.2MP:2.*) # Unixware is an offshoot of SVR4, but it has its own version # number series starting with 2... # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. # Use sysv4.2uw... so that sysv4* matches it. echo "$UNAME_MACHINE"-pc-sysv4.2uw"$UNAME_VERSION" exit ;; i*86:OS/2:*:*) # If we were able to find `uname', then EMX Unix compatibility # is probably installed. echo "$UNAME_MACHINE"-pc-os2-emx exit ;; i*86:XTS-300:*:STOP) echo "$UNAME_MACHINE"-unknown-stop exit ;; i*86:atheos:*:*) echo "$UNAME_MACHINE"-unknown-atheos exit ;; i*86:syllable:*:*) echo "$UNAME_MACHINE"-pc-syllable exit ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) echo i386-unknown-lynxos"$UNAME_RELEASE" exit ;; i*86:*DOS:*:*) echo "$UNAME_MACHINE"-pc-msdosdjgpp exit ;; i*86:*:4.*:*) UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'` if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then echo "$UNAME_MACHINE"-univel-sysv"$UNAME_REL" else echo "$UNAME_MACHINE"-pc-sysv"$UNAME_REL" fi exit ;; i*86:*:5:[678]*) # UnixWare 7.x, OpenUNIX and OpenServer 6. case `/bin/uname -X | grep "^Machine"` in *486*) UNAME_MACHINE=i486 ;; *Pentium) UNAME_MACHINE=i586 ;; *Pent*|*Celeron) UNAME_MACHINE=i686 ;; esac echo "$UNAME_MACHINE-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}{$UNAME_VERSION}" exit ;; i*86:*:3.2:*) if test -f /usr/options/cb.name; then UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ && UNAME_MACHINE=i586 (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ && UNAME_MACHINE=i686 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ && UNAME_MACHINE=i686 echo "$UNAME_MACHINE"-pc-sco"$UNAME_REL" else echo "$UNAME_MACHINE"-pc-sysv32 fi exit ;; pc:*:*:*) # Left here for compatibility: # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub # prints for the "djgpp" host, or else GDB configure will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;; Intel:Mach:3*:*) echo i386-pc-mach3 exit ;; paragon:*:*:*) echo i860-intel-osf1 exit ;; i860:*:4.*:*) # i860-SVR4 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then echo i860-stardent-sysv"$UNAME_RELEASE" # Stardent Vistra i860-SVR4 else # Add other i860-SVR4 vendors below as they are discovered. echo i860-unknown-sysv"$UNAME_RELEASE" # Unknown i860-SVR4 fi exit ;; mini*:CTIX:SYS*5:*) # "miniframe" echo m68010-convergent-sysv exit ;; mc68k:UNIX:SYSTEM5:3.51m) echo m68k-convergent-sysv exit ;; M680?0:D-NIX:5.3:*) echo m68k-diab-dnix exit ;; M68*:*:R3V[5678]*:*) test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) OS_REL='' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3"$OS_REL"; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4; exit; } ;; NCR*:*:4.2:* | MPRAS*:*:4.2:*) OS_REL='.3' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3"$OS_REL"; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) echo m68k-unknown-lynxos"$UNAME_RELEASE" exit ;; mc68030:UNIX_System_V:4.*:*) echo m68k-atari-sysv4 exit ;; TSUNAMI:LynxOS:2.*:*) echo sparc-unknown-lynxos"$UNAME_RELEASE" exit ;; rs6000:LynxOS:2.*:*) echo rs6000-unknown-lynxos"$UNAME_RELEASE" exit ;; PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) echo powerpc-unknown-lynxos"$UNAME_RELEASE" exit ;; SM[BE]S:UNIX_SV:*:*) echo mips-dde-sysv"$UNAME_RELEASE" exit ;; RM*:ReliantUNIX-*:*:*) echo mips-sni-sysv4 exit ;; RM*:SINIX-*:*:*) echo mips-sni-sysv4 exit ;; *:SINIX-*:*:*) if uname -p 2>/dev/null >/dev/null ; then UNAME_MACHINE=`(uname -p) 2>/dev/null` echo "$UNAME_MACHINE"-sni-sysv4 else echo ns32k-sni-sysv fi exit ;; PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort # says echo i586-unisys-sysv4 exit ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm echo hppa1.1-stratus-sysv4 exit ;; *:*:*:FTX*) # From seanf@swdc.stratus.com. echo i860-stratus-sysv4 exit ;; i*86:VOS:*:*) # From Paul.Green@stratus.com. echo "$UNAME_MACHINE"-stratus-vos exit ;; *:VOS:*:*) # From Paul.Green@stratus.com. echo hppa1.1-stratus-vos exit ;; mc68*:A/UX:*:*) echo m68k-apple-aux"$UNAME_RELEASE" exit ;; news*:NEWS-OS:6*:*) echo mips-sony-newsos6 exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then echo mips-nec-sysv"$UNAME_RELEASE" else echo mips-unknown-sysv"$UNAME_RELEASE" fi exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. echo powerpc-be-beos exit ;; BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. echo powerpc-apple-beos exit ;; BePC:BeOS:*:*) # BeOS running on Intel PC compatible. echo i586-pc-beos exit ;; BePC:Haiku:*:*) # Haiku running on Intel PC compatible. echo i586-pc-haiku exit ;; x86_64:Haiku:*:*) echo x86_64-unknown-haiku exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux"$UNAME_RELEASE" exit ;; SX-5:SUPER-UX:*:*) echo sx5-nec-superux"$UNAME_RELEASE" exit ;; SX-6:SUPER-UX:*:*) echo sx6-nec-superux"$UNAME_RELEASE" exit ;; SX-7:SUPER-UX:*:*) echo sx7-nec-superux"$UNAME_RELEASE" exit ;; SX-8:SUPER-UX:*:*) echo sx8-nec-superux"$UNAME_RELEASE" exit ;; SX-8R:SUPER-UX:*:*) echo sx8r-nec-superux"$UNAME_RELEASE" exit ;; SX-ACE:SUPER-UX:*:*) echo sxace-nec-superux"$UNAME_RELEASE" exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody"$UNAME_RELEASE" exit ;; *:Rhapsody:*:*) echo "$UNAME_MACHINE"-apple-rhapsody"$UNAME_RELEASE" exit ;; *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown eval "$set_cc_for_build" if test "$UNAME_PROCESSOR" = unknown ; then UNAME_PROCESSOR=powerpc fi if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then if [ "$CC_FOR_BUILD" != no_compiler_found ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then case $UNAME_PROCESSOR in i386) UNAME_PROCESSOR=x86_64 ;; powerpc) UNAME_PROCESSOR=powerpc64 ;; esac fi # On 10.4-10.6 one might compile for PowerPC via gcc -arch ppc if (echo '#ifdef __POWERPC__'; echo IS_PPC; echo '#endif') | \ (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_PPC >/dev/null then UNAME_PROCESSOR=powerpc fi fi elif test "$UNAME_PROCESSOR" = i386 ; then # Avoid executing cc on OS X 10.9, as it ships with a stub # that puts up a graphical alert prompting to install # developer tools. Any system running Mac OS X 10.7 or # later (Darwin 11 and later) is required to have a 64-bit # processor. This is not true of the ARM version of Darwin # that Apple uses in portable devices. UNAME_PROCESSOR=x86_64 fi echo "$UNAME_PROCESSOR"-apple-darwin"$UNAME_RELEASE" exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` if test "$UNAME_PROCESSOR" = x86; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi echo "$UNAME_PROCESSOR"-"$UNAME_MACHINE"-nto-qnx"$UNAME_RELEASE" exit ;; *:QNX:*:4*) echo i386-pc-qnx exit ;; NEO-*:NONSTOP_KERNEL:*:*) echo neo-tandem-nsk"$UNAME_RELEASE" exit ;; NSE-*:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk"$UNAME_RELEASE" exit ;; NSR-*:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk"$UNAME_RELEASE" exit ;; NSV-*:NONSTOP_KERNEL:*:*) echo nsv-tandem-nsk"$UNAME_RELEASE" exit ;; NSX-*:NONSTOP_KERNEL:*:*) echo nsx-tandem-nsk"$UNAME_RELEASE" exit ;; *:NonStop-UX:*:*) echo mips-compaq-nonstopux exit ;; BS2000:POSIX*:*:*) echo bs2000-siemens-sysv exit ;; DS/*:UNIX_System_V:*:*) echo "$UNAME_MACHINE"-"$UNAME_SYSTEM"-"$UNAME_RELEASE" exit ;; *:Plan9:*:*) # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. if test "$cputype" = 386; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" fi echo "$UNAME_MACHINE"-unknown-plan9 exit ;; *:TOPS-10:*:*) echo pdp10-unknown-tops10 exit ;; *:TENEX:*:*) echo pdp10-unknown-tenex exit ;; KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) echo pdp10-dec-tops20 exit ;; XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) echo pdp10-xkl-tops20 exit ;; *:TOPS-20:*:*) echo pdp10-unknown-tops20 exit ;; *:ITS:*:*) echo pdp10-unknown-its exit ;; SEI:*:*:SEIUX) echo mips-sei-seiux"$UNAME_RELEASE" exit ;; *:DragonFly:*:*) echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" exit ;; *:*VMS:*:*) UNAME_MACHINE=`(uname -p) 2>/dev/null` case "$UNAME_MACHINE" in A*) echo alpha-dec-vms ; exit ;; I*) echo ia64-dec-vms ; exit ;; V*) echo vax-dec-vms ; exit ;; esac ;; *:XENIX:*:SysV) echo i386-pc-xenix exit ;; i*86:skyos:*:*) echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`" exit ;; i*86:rdos:*:*) echo "$UNAME_MACHINE"-pc-rdos exit ;; i*86:AROS:*:*) echo "$UNAME_MACHINE"-pc-aros exit ;; x86_64:VMkernel:*:*) echo "$UNAME_MACHINE"-unknown-esx exit ;; amd64:Isilon\ OneFS:*:*) echo x86_64-unknown-onefs exit ;; esac echo "$0: unable to guess system type" >&2 case "$UNAME_MACHINE:$UNAME_SYSTEM" in mips:Linux | mips64:Linux) # If we got here on MIPS GNU/Linux, output extra information. cat >&2 <&2 </dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` /bin/uname -X = `(/bin/uname -X) 2>/dev/null` hostinfo = `(hostinfo) 2>/dev/null` /bin/universe = `(/bin/universe) 2>/dev/null` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` /bin/arch = `(/bin/arch) 2>/dev/null` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` UNAME_MACHINE = "$UNAME_MACHINE" UNAME_RELEASE = "$UNAME_RELEASE" UNAME_SYSTEM = "$UNAME_SYSTEM" UNAME_VERSION = "$UNAME_VERSION" EOF exit 1 # Local variables: # eval: (add-hook 'write-file-functions 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: lcms2-2.17/config.sub0000755000175000017500000010645014752176133013477 0ustar martimarti#! /bin/sh # Configuration validation subroutine script. # Copyright 1992-2018 Free Software Foundation, Inc. timestamp='2018-02-22' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that # program. This Exception is an additional permission under section 7 # of the GNU General Public License, version 3 ("GPLv3"). # Please send patches to . # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. # If it is invalid, we print an error message on stderr and exit with code 1. # Otherwise, we print the canonical config type on stdout and succeed. # You can get the latest version of this script from: # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub # This file is supposed to be the same for all GNU packages # and recognize all the CPU types, system types and aliases # that are meaningful with *any* GNU software. # Each package is responsible for reporting which valid configurations # it does not support. The user should be able to distinguish # a failure to support a valid configuration from a meaningless # configuration. # The goal of this file is to map all the various variations of a given # machine specification into a single specification in the form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or in some cases, the newer four-part form: # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # It is wrong to echo any other type of specification. me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS Canonicalize a configuration name. Options: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.sub ($timestamp) Copyright 1992-2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" exit 1 ;; *local*) # First pass through any local machine types. echo "$1" exit ;; * ) break ;; esac done case $# in 0) echo "$me: missing argument$help" >&2 exit 1;; 1) ;; *) echo "$me: too many arguments$help" >&2 exit 1;; esac # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \ kopensolaris*-gnu* | cloudabi*-eabi* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; android-linux) os=-linux-android basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown ;; *) basic_machine=`echo "$1" | sed 's/-[^-]*$//'` if [ "$basic_machine" != "$1" ] then os=`echo "$1" | sed 's/.*-/-/'` else os=; fi ;; esac ### Let's recognize common machines as not being operating systems so ### that things like config.sub decstation-3100 work. We also ### recognize some manufacturers as not being operating systems, so we ### can provide default operating systems below. case $os in -sun*os*) # Prevent following clause from handling this invalid input. ;; -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ -apple | -axis | -knuth | -cray | -microblaze*) os= basic_machine=$1 ;; -bluegene*) os=-cnk ;; -sim | -cisco | -oki | -wec | -winbond) os= basic_machine=$1 ;; -scout) ;; -wrs) os=-vxworks basic_machine=$1 ;; -chorusos*) os=-chorusos basic_machine=$1 ;; -chorusrdb) os=-chorusrdb basic_machine=$1 ;; -hiux*) os=-hiuxwe2 ;; -sco6) os=-sco5v6 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -sco5) os=-sco3.2v5 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -sco4) os=-sco3.2v4 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -sco3.2.[4-9]*) os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -sco3.2v[4-9]*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -sco5v6*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -sco*) os=-sco3.2v2 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -udk*) basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -isc) os=-isc2.2 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -clix*) basic_machine=clipper-intergraph ;; -isc*) basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -lynx*178) os=-lynxos178 ;; -lynx*5) os=-lynxos5 ;; -lynx*) os=-lynxos ;; -ptx*) basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'` ;; -psos*) os=-psos ;; -mint | -mint[0-9]*) basic_machine=m68k-atari os=-mint ;; esac # Decode aliases for certain CPU-COMPANY combinations. case $basic_machine in # Recognize the basic CPU types without company name. # Some are omitted here because they have special meanings below. 1750a | 580 \ | a29k \ | aarch64 | aarch64_be \ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ | arc | arceb \ | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ | avr | avr32 \ | ba \ | be32 | be64 \ | bfin \ | c4x | c8051 | clipper \ | d10v | d30v | dlx | dsp16xx \ | e2k | epiphany \ | fido | fr30 | frv | ft32 \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | hexagon \ | i370 | i860 | i960 | ia16 | ia64 \ | ip2k | iq2000 \ | k1om \ | le32 | le64 \ | lm32 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ | mips64octeon | mips64octeonel \ | mips64orion | mips64orionel \ | mips64r5900 | mips64r5900el \ | mips64vr | mips64vrel \ | mips64vr4100 | mips64vr4100el \ | mips64vr4300 | mips64vr4300el \ | mips64vr5000 | mips64vr5000el \ | mips64vr5900 | mips64vr5900el \ | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ | mipsisa32r6 | mipsisa32r6el \ | mipsisa64 | mipsisa64el \ | mipsisa64r2 | mipsisa64r2el \ | mipsisa64r6 | mipsisa64r6el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ | mipsr5900 | mipsr5900el \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ | moxie \ | mt \ | msp430 \ | nds32 | nds32le | nds32be \ | nios | nios2 | nios2eb | nios2el \ | ns16k | ns32k \ | open8 | or1k | or1knd | or32 \ | pdp10 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ | pru \ | pyramid \ | riscv32 | riscv64 \ | rl78 | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[234]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ | spu \ | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ | ubicom32 \ | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ | visium \ | wasm32 \ | x86 | xc16x | xstormy16 | xtensa \ | z8k | z80) basic_machine=$basic_machine-unknown ;; c54x) basic_machine=tic54x-unknown ;; c55x) basic_machine=tic55x-unknown ;; c6x) basic_machine=tic6x-unknown ;; leon|leon[3-9]) basic_machine=sparc-$basic_machine ;; m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip) basic_machine=$basic_machine-unknown os=-none ;; m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65) ;; ms1) basic_machine=mt-unknown ;; strongarm | thumb | xscale) basic_machine=arm-unknown ;; xgate) basic_machine=$basic_machine-unknown os=-none ;; xscaleeb) basic_machine=armeb-unknown ;; xscaleel) basic_machine=armel-unknown ;; # We use `pc' rather than `unknown' # because (1) that's what they normally are, and # (2) the word "unknown" tends to confuse beginning users. i*86 | x86_64) basic_machine=$basic_machine-pc ;; # Object if more than one company name word. *-*-*) echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2 exit 1 ;; # Recognize the basic CPU types with company name. 580-* \ | a29k-* \ | aarch64-* | aarch64_be-* \ | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* | avr32-* \ | ba-* \ | be32-* | be64-* \ | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* \ | c8051-* | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | e2k-* | elxsi-* \ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | hexagon-* \ | i*86-* | i860-* | i960-* | ia16-* | ia64-* \ | ip2k-* | iq2000-* \ | k1om-* \ | le32-* | le64-* \ | lm32-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ | microblaze-* | microblazeel-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ | mips64octeon-* | mips64octeonel-* \ | mips64orion-* | mips64orionel-* \ | mips64r5900-* | mips64r5900el-* \ | mips64vr-* | mips64vrel-* \ | mips64vr4100-* | mips64vr4100el-* \ | mips64vr4300-* | mips64vr4300el-* \ | mips64vr5000-* | mips64vr5000el-* \ | mips64vr5900-* | mips64vr5900el-* \ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ | mipsisa32r6-* | mipsisa32r6el-* \ | mipsisa64-* | mipsisa64el-* \ | mipsisa64r2-* | mipsisa64r2el-* \ | mipsisa64r6-* | mipsisa64r6el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipsr5900-* | mipsr5900el-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ | mt-* \ | msp430-* \ | nds32-* | nds32le-* | nds32be-* \ | nios-* | nios2-* | nios2eb-* | nios2el-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | open8-* \ | or1k*-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ | pru-* \ | pyramid-* \ | riscv32-* | riscv64-* \ | rl78-* | romp-* | rs6000-* | rx-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx*-* \ | tahoe-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tile*-* \ | tron-* \ | ubicom32-* \ | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ | vax-* \ | visium-* \ | wasm32-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* \ | xstormy16-* | xtensa*-* \ | ymp-* \ | z8k-* | z80-*) ;; # Recognize the basic CPU types without company name, with glob match. xtensa*) basic_machine=$basic_machine-unknown ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) basic_machine=i386-pc os=-bsd ;; 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) basic_machine=m68000-att ;; 3b*) basic_machine=we32k-att ;; a29khif) basic_machine=a29k-amd os=-udi ;; abacus) basic_machine=abacus-unknown ;; adobe68k) basic_machine=m68010-adobe os=-scout ;; alliant | fx80) basic_machine=fx80-alliant ;; altos | altos3068) basic_machine=m68k-altos ;; am29k) basic_machine=a29k-none os=-bsd ;; amd64) basic_machine=x86_64-pc ;; amd64-*) basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; amdahl) basic_machine=580-amdahl os=-sysv ;; amiga | amiga-*) basic_machine=m68k-unknown ;; amigaos | amigados) basic_machine=m68k-unknown os=-amigaos ;; amigaunix | amix) basic_machine=m68k-unknown os=-sysv4 ;; apollo68) basic_machine=m68k-apollo os=-sysv ;; apollo68bsd) basic_machine=m68k-apollo os=-bsd ;; aros) basic_machine=i386-pc os=-aros ;; asmjs) basic_machine=asmjs-unknown ;; aux) basic_machine=m68k-apple os=-aux ;; balance) basic_machine=ns32k-sequent os=-dynix ;; blackfin) basic_machine=bfin-unknown os=-linux ;; blackfin-*) basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'` os=-linux ;; bluegene*) basic_machine=powerpc-ibm os=-cnk ;; c54x-*) basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; c55x-*) basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; c6x-*) basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; c90) basic_machine=c90-cray os=-unicos ;; cegcc) basic_machine=arm-unknown os=-cegcc ;; convex-c1) basic_machine=c1-convex os=-bsd ;; convex-c2) basic_machine=c2-convex os=-bsd ;; convex-c32) basic_machine=c32-convex os=-bsd ;; convex-c34) basic_machine=c34-convex os=-bsd ;; convex-c38) basic_machine=c38-convex os=-bsd ;; cray | j90) basic_machine=j90-cray os=-unicos ;; craynv) basic_machine=craynv-cray os=-unicosmp ;; cr16 | cr16-*) basic_machine=cr16-unknown os=-elf ;; crds | unos) basic_machine=m68k-crds ;; crisv32 | crisv32-* | etraxfs*) basic_machine=crisv32-axis ;; cris | cris-* | etrax*) basic_machine=cris-axis ;; crx) basic_machine=crx-unknown os=-elf ;; da30 | da30-*) basic_machine=m68k-da30 ;; decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) basic_machine=mips-dec ;; decsystem10* | dec10*) basic_machine=pdp10-dec os=-tops10 ;; decsystem20* | dec20*) basic_machine=pdp10-dec os=-tops20 ;; delta | 3300 | motorola-3300 | motorola-delta \ | 3300-motorola | delta-motorola) basic_machine=m68k-motorola ;; delta88) basic_machine=m88k-motorola os=-sysv3 ;; dicos) basic_machine=i686-pc os=-dicos ;; djgpp) basic_machine=i586-pc os=-msdosdjgpp ;; dpx20 | dpx20-*) basic_machine=rs6000-bull os=-bosx ;; dpx2*) basic_machine=m68k-bull os=-sysv3 ;; e500v[12]) basic_machine=powerpc-unknown os=$os"spe" ;; e500v[12]-*) basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'` os=$os"spe" ;; ebmon29k) basic_machine=a29k-amd os=-ebmon ;; elxsi) basic_machine=elxsi-elxsi os=-bsd ;; encore | umax | mmax) basic_machine=ns32k-encore ;; es1800 | OSE68k | ose68k | ose | OSE) basic_machine=m68k-ericsson os=-ose ;; fx2800) basic_machine=i860-alliant ;; genix) basic_machine=ns32k-ns ;; gmicro) basic_machine=tron-gmicro os=-sysv ;; go32) basic_machine=i386-pc os=-go32 ;; h3050r* | hiux*) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; h8300hms) basic_machine=h8300-hitachi os=-hms ;; h8300xray) basic_machine=h8300-hitachi os=-xray ;; h8500hms) basic_machine=h8500-hitachi os=-hms ;; harris) basic_machine=m88k-harris os=-sysv3 ;; hp300-*) basic_machine=m68k-hp ;; hp300bsd) basic_machine=m68k-hp os=-bsd ;; hp300hpux) basic_machine=m68k-hp os=-hpux ;; hp3k9[0-9][0-9] | hp9[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k2[0-9][0-9] | hp9k31[0-9]) basic_machine=m68000-hp ;; hp9k3[2-9][0-9]) basic_machine=m68k-hp ;; hp9k6[0-9][0-9] | hp6[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k7[0-79][0-9] | hp7[0-79][0-9]) basic_machine=hppa1.1-hp ;; hp9k78[0-9] | hp78[0-9]) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[0-9][13679] | hp8[0-9][13679]) basic_machine=hppa1.1-hp ;; hp9k8[0-9][0-9] | hp8[0-9][0-9]) basic_machine=hppa1.0-hp ;; hppaosf) basic_machine=hppa1.1-hp os=-osf ;; hppro) basic_machine=hppa1.1-hp os=-proelf ;; i370-ibm* | ibm*) basic_machine=i370-ibm ;; i*86v32) basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` os=-sysv32 ;; i*86v4*) basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` os=-sysv4 ;; i*86v) basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` os=-sysv ;; i*86sol2) basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` os=-solaris2 ;; i386mach) basic_machine=i386-mach os=-mach ;; vsta) basic_machine=i386-unknown os=-vsta ;; iris | iris4d) basic_machine=mips-sgi case $os in -irix*) ;; *) os=-irix4 ;; esac ;; isi68 | isi) basic_machine=m68k-isi os=-sysv ;; leon-*|leon[3-9]-*) basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'` ;; m68knommu) basic_machine=m68k-unknown os=-linux ;; m68knommu-*) basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'` os=-linux ;; magnum | m3230) basic_machine=mips-mips os=-sysv ;; merlin) basic_machine=ns32k-utek os=-sysv ;; microblaze*) basic_machine=microblaze-xilinx ;; mingw64) basic_machine=x86_64-pc os=-mingw64 ;; mingw32) basic_machine=i686-pc os=-mingw32 ;; mingw32ce) basic_machine=arm-unknown os=-mingw32ce ;; miniframe) basic_machine=m68000-convergent ;; *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) basic_machine=m68k-atari os=-mint ;; mips3*-*) basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'` ;; mips3*) basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown ;; monitor) basic_machine=m68k-rom68k os=-coff ;; morphos) basic_machine=powerpc-unknown os=-morphos ;; moxiebox) basic_machine=moxie-unknown os=-moxiebox ;; msdos) basic_machine=i386-pc os=-msdos ;; ms1-*) basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'` ;; msys) basic_machine=i686-pc os=-msys ;; mvs) basic_machine=i370-ibm os=-mvs ;; nacl) basic_machine=le32-unknown os=-nacl ;; ncr3000) basic_machine=i486-ncr os=-sysv4 ;; netbsd386) basic_machine=i386-unknown os=-netbsd ;; netwinder) basic_machine=armv4l-rebel os=-linux ;; news | news700 | news800 | news900) basic_machine=m68k-sony os=-newsos ;; news1000) basic_machine=m68030-sony os=-newsos ;; news-3600 | risc-news) basic_machine=mips-sony os=-newsos ;; necv70) basic_machine=v70-nec os=-sysv ;; next | m*-next) basic_machine=m68k-next case $os in -nextstep* ) ;; -ns2*) os=-nextstep2 ;; *) os=-nextstep3 ;; esac ;; nh3000) basic_machine=m68k-harris os=-cxux ;; nh[45]000) basic_machine=m88k-harris os=-cxux ;; nindy960) basic_machine=i960-intel os=-nindy ;; mon960) basic_machine=i960-intel os=-mon960 ;; nonstopux) basic_machine=mips-compaq os=-nonstopux ;; np1) basic_machine=np1-gould ;; neo-tandem) basic_machine=neo-tandem ;; nse-tandem) basic_machine=nse-tandem ;; nsr-tandem) basic_machine=nsr-tandem ;; nsv-tandem) basic_machine=nsv-tandem ;; nsx-tandem) basic_machine=nsx-tandem ;; op50n-* | op60c-*) basic_machine=hppa1.1-oki os=-proelf ;; openrisc | openrisc-*) basic_machine=or32-unknown ;; os400) basic_machine=powerpc-ibm os=-os400 ;; OSE68000 | ose68000) basic_machine=m68000-ericsson os=-ose ;; os68k) basic_machine=m68k-none os=-os68k ;; pa-hitachi) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; paragon) basic_machine=i860-intel os=-osf ;; parisc) basic_machine=hppa-unknown os=-linux ;; parisc-*) basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'` os=-linux ;; pbd) basic_machine=sparc-tti ;; pbb) basic_machine=m68k-tti ;; pc532 | pc532-*) basic_machine=ns32k-pc532 ;; pc98) basic_machine=i386-pc ;; pc98-*) basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc ;; pentiumpro | p6 | 6x86 | athlon | athlon_*) basic_machine=i686-pc ;; pentiumii | pentium2 | pentiumiii | pentium3) basic_machine=i686-pc ;; pentium4) basic_machine=i786-pc ;; pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; pentiumpro-* | p6-* | 6x86-* | athlon-*) basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; pentium4-*) basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; pn) basic_machine=pn-gould ;; power) basic_machine=power-ibm ;; ppc | ppcbe) basic_machine=powerpc-unknown ;; ppc-* | ppcbe-*) basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; ppcle | powerpclittle) basic_machine=powerpcle-unknown ;; ppcle-* | powerpclittle-*) basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; ppc64) basic_machine=powerpc64-unknown ;; ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; ppc64le | powerpc64little) basic_machine=powerpc64le-unknown ;; ppc64le-* | powerpc64little-*) basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; ps2) basic_machine=i386-ibm ;; pw32) basic_machine=i586-unknown os=-pw32 ;; rdos | rdos64) basic_machine=x86_64-pc os=-rdos ;; rdos32) basic_machine=i386-pc os=-rdos ;; rom68k) basic_machine=m68k-rom68k os=-coff ;; rm[46]00) basic_machine=mips-siemens ;; rtpc | rtpc-*) basic_machine=romp-ibm ;; s390 | s390-*) basic_machine=s390-ibm ;; s390x | s390x-*) basic_machine=s390x-ibm ;; sa29200) basic_machine=a29k-amd os=-udi ;; sb1) basic_machine=mipsisa64sb1-unknown ;; sb1el) basic_machine=mipsisa64sb1el-unknown ;; sde) basic_machine=mipsisa32-sde os=-elf ;; sei) basic_machine=mips-sei os=-seiux ;; sequent) basic_machine=i386-sequent ;; sh5el) basic_machine=sh5le-unknown ;; simso-wrs) basic_machine=sparclite-wrs os=-vxworks ;; sps7) basic_machine=m68k-bull os=-sysv2 ;; spur) basic_machine=spur-unknown ;; st2000) basic_machine=m68k-tandem ;; stratus) basic_machine=i860-stratus os=-sysv4 ;; strongarm-* | thumb-*) basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; sun2) basic_machine=m68000-sun ;; sun2os3) basic_machine=m68000-sun os=-sunos3 ;; sun2os4) basic_machine=m68000-sun os=-sunos4 ;; sun3os3) basic_machine=m68k-sun os=-sunos3 ;; sun3os4) basic_machine=m68k-sun os=-sunos4 ;; sun4os3) basic_machine=sparc-sun os=-sunos3 ;; sun4os4) basic_machine=sparc-sun os=-sunos4 ;; sun4sol2) basic_machine=sparc-sun os=-solaris2 ;; sun3 | sun3-*) basic_machine=m68k-sun ;; sun4) basic_machine=sparc-sun ;; sun386 | sun386i | roadrunner) basic_machine=i386-sun ;; sv1) basic_machine=sv1-cray os=-unicos ;; symmetry) basic_machine=i386-sequent os=-dynix ;; t3e) basic_machine=alphaev5-cray os=-unicos ;; t90) basic_machine=t90-cray os=-unicos ;; tile*) basic_machine=$basic_machine-unknown os=-linux-gnu ;; tx39) basic_machine=mipstx39-unknown ;; tx39el) basic_machine=mipstx39el-unknown ;; toad1) basic_machine=pdp10-xkl os=-tops20 ;; tower | tower-32) basic_machine=m68k-ncr ;; tpf) basic_machine=s390x-ibm os=-tpf ;; udi29k) basic_machine=a29k-amd os=-udi ;; ultra3) basic_machine=a29k-nyu os=-sym1 ;; v810 | necv810) basic_machine=v810-nec os=-none ;; vaxv) basic_machine=vax-dec os=-sysv ;; vms) basic_machine=vax-dec os=-vms ;; vpp*|vx|vx-*) basic_machine=f301-fujitsu ;; vxworks960) basic_machine=i960-wrs os=-vxworks ;; vxworks68) basic_machine=m68k-wrs os=-vxworks ;; vxworks29k) basic_machine=a29k-wrs os=-vxworks ;; w65*) basic_machine=w65-wdc os=-none ;; w89k-*) basic_machine=hppa1.1-winbond os=-proelf ;; x64) basic_machine=x86_64-pc ;; xbox) basic_machine=i686-pc os=-mingw32 ;; xps | xps100) basic_machine=xps100-honeywell ;; xscale-* | xscalee[bl]-*) basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'` ;; ymp) basic_machine=ymp-cray os=-unicos ;; none) basic_machine=none-none os=-none ;; # Here we handle the default manufacturer of certain CPU types. It is in # some cases the only manufacturer, in others, it is the most popular. w89k) basic_machine=hppa1.1-winbond ;; op50n) basic_machine=hppa1.1-oki ;; op60c) basic_machine=hppa1.1-oki ;; romp) basic_machine=romp-ibm ;; mmix) basic_machine=mmix-knuth ;; rs6000) basic_machine=rs6000-ibm ;; vax) basic_machine=vax-dec ;; pdp11) basic_machine=pdp11-dec ;; we32k) basic_machine=we32k-att ;; sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; cydra) basic_machine=cydra-cydrome ;; orion) basic_machine=orion-highlevel ;; orion105) basic_machine=clipper-highlevel ;; mac | mpw | mac-mpw) basic_machine=m68k-apple ;; pmac | pmac-mpw) basic_machine=powerpc-apple ;; *-unknown) # Make sure to match an already-canonicalized machine name. ;; *) echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2 exit 1 ;; esac # Here we canonicalize certain aliases for manufacturers. case $basic_machine in *-digital*) basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'` ;; *-commodore*) basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'` ;; *) ;; esac # Decode manufacturer-specific aliases for certain operating systems. if [ x"$os" != x"" ] then case $os in # First match some system type aliases that might get confused # with valid system types. # -solaris* is a basic system type, with this one exception. -auroraux) os=-auroraux ;; -solaris1 | -solaris1.*) os=`echo $os | sed -e 's|solaris1|sunos4|'` ;; -solaris) os=-solaris2 ;; -unixware*) os=-sysv4.2uw ;; -gnu/linux*) os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` ;; # es1800 is here to avoid being matched by es* (a different OS) -es1800*) os=-ose ;; # Now accept the basic system types. # The portable systems comes first. # Each alternative MUST end in a * to match a version number. # -sysv* is not here because it comes later, after sysvr4. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ | -sym* | -kopensolaris* | -plan9* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | -aos* | -aros* | -cloudabi* | -sortix* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -knetbsd* | -mirbsd* | -netbsd* \ | -bitrig* | -openbsd* | -solidbsd* | -libertybsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* | -cegcc* | -glidix* \ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ | -linux-newlib* | -linux-musl* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \ | -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox* | -bme* \ | -midnightbsd*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) case $basic_machine in x86-* | i*86-*) ;; *) os=-nto$os ;; esac ;; -nto-qnx*) ;; -nto*) os=`echo $os | sed -e 's|nto|nto-qnx|'` ;; -sim | -xray | -os68k* | -v88r* \ | -windows* | -osx | -abug | -netware* | -os9* \ | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) ;; -mac*) os=`echo "$os" | sed -e 's|mac|macos|'` ;; -linux-dietlibc) os=-linux-dietlibc ;; -linux*) os=`echo $os | sed -e 's|linux|linux-gnu|'` ;; -sunos5*) os=`echo "$os" | sed -e 's|sunos5|solaris2|'` ;; -sunos6*) os=`echo "$os" | sed -e 's|sunos6|solaris3|'` ;; -opened*) os=-openedition ;; -os400*) os=-os400 ;; -wince*) os=-wince ;; -utek*) os=-bsd ;; -dynix*) os=-bsd ;; -acis*) os=-aos ;; -atheos*) os=-atheos ;; -syllable*) os=-syllable ;; -386bsd) os=-bsd ;; -ctix* | -uts*) os=-sysv ;; -nova*) os=-rtmk-nova ;; -ns2) os=-nextstep2 ;; -nsk*) os=-nsk ;; # Preserve the version number of sinix5. -sinix5.*) os=`echo $os | sed -e 's|sinix|sysv|'` ;; -sinix*) os=-sysv4 ;; -tpf*) os=-tpf ;; -triton*) os=-sysv3 ;; -oss*) os=-sysv3 ;; -svr4*) os=-sysv4 ;; -svr3) os=-sysv3 ;; -sysvr4) os=-sysv4 ;; # This must come after -sysvr4. -sysv*) ;; -ose*) os=-ose ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) os=-mint ;; -zvmoe) os=-zvmoe ;; -dicos*) os=-dicos ;; -pikeos*) # Until real need of OS specific support for # particular features comes up, bare metal # configurations are quite functional. case $basic_machine in arm*) os=-eabi ;; *) os=-elf ;; esac ;; -nacl*) ;; -ios) ;; -none) ;; *) # Get rid of the `-' at the beginning of $os. os=`echo $os | sed 's/[^-]*-//'` echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2 exit 1 ;; esac else # Here we handle the default operating systems that come with various machines. # The value should be what the vendor currently ships out the door with their # machine or put another way, the most popular os provided with the machine. # Note that if you're going to try to match "-MANUFACTURER" here (say, # "-sun"), then you have to tell the case statement up towards the top # that MANUFACTURER isn't an operating system. Otherwise, code above # will signal an error saying that MANUFACTURER isn't an operating # system, and we'll never get to this point. case $basic_machine in score-*) os=-elf ;; spu-*) os=-elf ;; *-acorn) os=-riscix1.2 ;; arm*-rebel) os=-linux ;; arm*-semi) os=-aout ;; c4x-* | tic4x-*) os=-coff ;; c8051-*) os=-elf ;; hexagon-*) os=-elf ;; tic54x-*) os=-coff ;; tic55x-*) os=-coff ;; tic6x-*) os=-coff ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 ;; pdp11-*) os=-none ;; *-dec | vax-*) os=-ultrix4.2 ;; m68*-apollo) os=-domain ;; i386-sun) os=-sunos4.0.2 ;; m68000-sun) os=-sunos3 ;; m68*-cisco) os=-aout ;; mep-*) os=-elf ;; mips*-cisco) os=-elf ;; mips*-*) os=-elf ;; or32-*) os=-coff ;; *-tti) # must be before sparc entry or we get the wrong os. os=-sysv3 ;; sparc-* | *-sun) os=-sunos4.1.1 ;; pru-*) os=-elf ;; *-be) os=-beos ;; *-ibm) os=-aix ;; *-knuth) os=-mmixware ;; *-wec) os=-proelf ;; *-winbond) os=-proelf ;; *-oki) os=-proelf ;; *-hp) os=-hpux ;; *-hitachi) os=-hiux ;; i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) os=-sysv ;; *-cbm) os=-amigaos ;; *-dg) os=-dgux ;; *-dolphin) os=-sysv3 ;; m68k-ccur) os=-rtu ;; m88k-omron*) os=-luna ;; *-next) os=-nextstep ;; *-sequent) os=-ptx ;; *-crds) os=-unos ;; *-ns) os=-genix ;; i370-*) os=-mvs ;; *-gould) os=-sysv ;; *-highlevel) os=-bsd ;; *-encore) os=-bsd ;; *-sgi) os=-irix ;; *-siemens) os=-sysv4 ;; *-masscomp) os=-rtu ;; f30[01]-fujitsu | f700-fujitsu) os=-uxpv ;; *-rom68k) os=-coff ;; *-*bug) os=-coff ;; *-apple) os=-macos ;; *-atari*) os=-mint ;; *) os=-none ;; esac fi # Here we handle the case where we know the os, and the CPU type, but not the # manufacturer. We pick the logical manufacturer. vendor=unknown case $basic_machine in *-unknown) case $os in -riscix*) vendor=acorn ;; -sunos*) vendor=sun ;; -cnk*|-aix*) vendor=ibm ;; -beos*) vendor=be ;; -hpux*) vendor=hp ;; -mpeix*) vendor=hp ;; -hiux*) vendor=hitachi ;; -unos*) vendor=crds ;; -dgux*) vendor=dg ;; -luna*) vendor=omron ;; -genix*) vendor=ns ;; -mvs* | -opened*) vendor=ibm ;; -os400*) vendor=ibm ;; -ptx*) vendor=sequent ;; -tpf*) vendor=ibm ;; -vxsim* | -vxworks* | -windiss*) vendor=wrs ;; -aux*) vendor=apple ;; -hms*) vendor=hitachi ;; -mpw* | -macos*) vendor=apple ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) vendor=atari ;; -vos*) vendor=stratus ;; esac basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"` ;; esac echo "$basic_machine$os" exit # Local variables: # eval: (add-hook 'write-file-functions 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: lcms2-2.17/doc/0000755000175000017500000000000014752176133012253 5ustar martimartilcms2-2.17/doc/logo-small.png0000644000175000017500000000537314752176133015037 0ustar martimartiPNG  IHDRnpiCCPicc(u;KA?%)I"Q$iEMvCcM`+X,D_@[VAA_૑I$ޏ3s.3g9} r }Ke7e:[|t.FuOwիk-i (<#(wLbMHxԔ _+]t?,8TO_kXϘ9a.[ϣnҝ/Fb!D%R$ 5/5| ģߠ)4ZI)ѓe)i&ݻlCڅjŶmz'7iSJCg ί0h$DMrtRv=q轅ΕzV>@lS`X{V<$h& pHYs.#.#x?v 1IDAThCY{pWޛGM& N:F!iӁRMKNmJVTc#XqT%'/mi}L+0V҆ږ(oB !=~ߞfہמ=9גBp8n0Lwe8:x+i < g ❁%Zhziu`!-n"x#~0n-Ah+b[AC +gxpQNkh'  Ƹ,TDݗG"=ض-2ydimm+VT8xy>_PQ}E -,aںQ? nڋU2=gЮV5%QTf?Ҍd21_&ɩ_Y1!CUV)u]եF/0E叏e D+XWC3DE.cՕJp_:Q^-Z5FH+i:3c(醔PuNCm6rs۝V1Uԥ뷡-mիeRSS#{ݻwÇYM#z1sjJ<,a+B[y™dgפּܧ\9 n^ y*g|4"[4Ut(L@=7Bg%z:_ Q|Gt+Rph+TWW{.r֬Y2n8y̙3~nD ?1/h$.3lӦgWDSb)nqo_ @Q*Cnqu5k]GhEqs_+=Xb\Omۭ +qM,_kRY^~]DȒݭ-[/_ʹsq1'Z>ϕs۱m1L=/w1> |Y~ڔ4Ksޔ{7)JUVEw,A[qsY\עiE<~'04/n|Ov/\Z\FTyIGG=Z̙#UUU!Ur8}-B:ΙZ:Ŕ=~}`0M6jϒ`*÷AX%0$p[NIN6EG3zcSf¡Tڗ(Y:A;Z`i}iJݝ^_~05p6HRVV&TJ&M$ϗ%KZ Qxp\V@'3-&RrZYSp_pd@Z#Zhee>ӦtuKq,uWPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPV>Ty}&asEegy[ j_ x^V .(CZ%[Dd#G/[o}p!mQּA|y]ѭ3!BzwJFAo4XՉX/כ|"ф7:̫_?#?k(9IpFݏ@$׉_>Ō-ǻֽ#p"`]~q:{VzYG?zCMGYxwNۙfaHާVxƱhP,zAH|}4 m>յ$r!]Ggv,rNI>M%449,$((((((((((((((((((((((((((((((((('<Oz} H{_trnc '֢E9 4]nzڀ/Q v%r{vY&rYI>Y1$OzJ(((((((((((((((((((((((((((((((((4mPH=q,q#;ª}^wˍCj$-ԑH$ҵ|%&|\ߑLÅQֺ)K<: p&\ĝ/ښ/D;7h?Q4;O$㆗z/?ʍV#PEPEPEPEPEPEPEPEPEPEPEPS[Z]7rjy~fX m`CoƃYT\DqƓZ WbrJd3f8lT!s]WI~gq?OQ8S$o!h7U zuxqQ}0aj'᎜]#iѣI"֭{ilήʰCeEur5>Y6նe-Cy/) CgQ^mo<>~F#_+>:t9V7 n)̑ 9JȄvE]./6L%خ1k܆[Os7s!R\8[IΡXsA[&1cב^ Gq4*vA[Zw]A3yks: RB5KI*Á hZYX^W'-MT3OGϨFdZ)0/ʚ񆈏\;gjz=0_(Z6>NކO<JӛvS*{TUaaEy>,2V8O|{W~ KUꖩQEz(QEQEQEQEQEQEQEQEQE{M:(qv^iZ]XG+(:^*kVK L 8MptQEQEQEQEQEQEQEQEQEQEU>ﯢN x&@?j֌=LOr:kxmWlh0s#Z1#9?=v34,j س1'GYӊzf'9 $y\rM6+=K$2 "vG^WK]9X]~/EiN,ʥ(TeiZY\cԖ_t_PT_t_J:)h kʣ0U=s6d #Boe(f}#e ݍMrV TfHe 5OߺOyٕFyYUYz?У[#ݸ~T5m, ]ͥQ{/ʰү{G</+* ͷB0]Cc+ķTC زʽxV(. G*kh|M!cǭE?f^'zŢ"S$ypJclη<~(yuCU[J|8*p}i;ekFюπq!+=(Πή.ƽN긝SBw?m\N!;kA>M}KzlL3$_0w>Շ^}CG'ކ20zVyUIol,3 =9 Y>t3ʐ@ ɤC 5[C*X<>E,]Swy9һ[/kbdokU ,0^~wռ{%3* &{5?na6sY5;FDmb^J0~»/k> stream xw`o.H#">EtJ >Tz( v{/vgl-G_r3s3ߛᰱQ3HxTtR՚=Gͮ_ᎬP^w}yog_%[<\]9X]{uҭ^̮a+wt ҵԌlV=B~66"Zvc?5Kz26V}fo{KeK-1ghw~=wU|16Xo&)mTÙ(ccO}J LrI[dc $eI+cvlLԀ픅Cvec8'j\avl)5=CSfc(#II^ogc nv˧ͳ1ҋ2Sao]xɿ,9Bv]<{Ǧ ;i^rPM1ȅjgJNli7kJ#B܌ٍ1(OƵKL3ٚ%]-)W:J@rUt/uoY>D~1+,vM^[S3RB?&O(^!%JYƖԬO{f:#殗KGHa-9M?LluT9OXA_e7d-?m_),67ܽy l2Z%;Z2-#-~j: [˓jGj70.@o}0>B'cNm n(3η }th)]v"g@մ4\EwG(x ѝ&ZB]TQ%G`wk#FKs;R+OdJS%]4:th)j5Y |Դ1*Mr-o92;h,o&JBR?h*Z;k!f7MRH+ ,<5 Wnag&i9x`< ({Է\Nnb/hxI-xOa}@m1ջ~?틚b5ү|,nMtR;b8\r%1/U?lWZr6#zڗ%oGK|SIP#Eع%wTWk>-7YL~b3ķVUw>MrIn$]3-E=>Z]cWq*ULdw9SDAKr:/3g/ѹܿpi24Td]=x9M;@)-|]58QBE1r\/Mܿzpi5IKdîݸZO:n܂I}WcWp GL4|tx?Zi=Od?/a=* 4S6Fhʞjyw24 ƿONjQ#.ZϹ mq?hU29y9Gro M%֒q)ck$YeZ*D Sɀ6z*qǔΗ3g ǣ T-8=}s QRsY:yͬ%y*#-q1@>s UMjPFs,-@K5|' B95ZEt>l?5Ah[~} --s \+ l"S0@Kq+y2: EtR`}-sq$x$e4BS!&C@K ڹ#T`}-ոh_  mش1Z$ DLeƞPFQjR)؆lfI$$a̜-3.`ƮPJQmZ DBW sj [_K 9 ժ% Y_QRMCok)Z cZW^PJji )Gʹe(4%˺R;riZW2**76qBTֻaD>RqD12--u-R 3~ eⰔ~645-}2!7H_a<,{μL&ѿxisXNMI*fTك^6+z1 Uh1* 5-}rJ(έx-K!H:U=2Z\M9Sg6%ef|ic)Z =mĮzO[̂HTL e6W[ye/.ˇ ZF78w-[D>Vz>j#]05g޹\8YpךgyZ{ 3N%f 1GB |ze6T@ܝ$%n ЋlC4;̈,̼ty!eH!zt~X|zѓ =ٷ{XJYEwh+㙏S5:rP2!a!]~_a4 ,+Z`fC .7p&΂4t{`f} m$Oˆ٨UsAA[qɂv"z|9e6FmIV['&%|ic帻M16^GA+&/ӥMiUVwJBhDogߺ /΍njB jҺ5{hb$!cV#)~2+\!"ŔC|8[dR{x 60sZ!v6@ MuQФ2ܨ~1h*ig0pe64 8|" Z*٧ {5>ӗp$6lϗȅ!6tWo-8ÉgyGի&bF3(!bH챞0O +A!epW/O-se"cyD* [%®8Qh̍1l^XU%N%[ 1l1 ,K8SxQZA~wv>: F) !-G~GQ8Y}/ y |MgCtWo_ު#&qKgt LIx b8Uט.-=<ЁNif5А- B3@ уH +9} CC>7ewcDfO*2+pBFҒP"qҊn|&6 y?lLBO, qg1ĠYJNgBR4Dفllە:D&41A']UW?pb]ِhΘY㡈VNi<4{;aik0-iۦmx7 ;|W7ڦݥ\Bݕ6;޾Pʝvͅ_VOf=~C%L1{GZ>eLjR,1_}жYWo)masV?ۅyN/6UWJI^5V?O h##< BBˆ',Z=I+?2r7ndlRQJM}{z}LOU'v{rV&aqom}N*G˪Hf0SG. :͗29ALDJBY\c]+]_a-uP$̝CkYT틂.ψ٩%iQاMZq`#Ǔ~z<=Ty_b =*h`XKLK;LX1Q-LGdm{E=#IJF3KpoT3^\Rݗ]L14Gm}-ABp%bb,_';)F1d<ηIu'4OtHw`HP)X-nL.8 d#g}wW}Y5 3w jIQL1 Gv`j;dx!-W3a ywp)UйGj;0} Y̍ҕ%6X[Y]0SR &7Vրݫ/#,OMVZ*vK]Y{њ܍Ci\[Gkz%>.KDR,Bk!^K`>_~%j?7K /Ck:mpօ$pU?pP g -8ȗZWl[Zʁ ^r(3 \ӄ{y?S~9i[ jLRK>5|$O4Jq wȷ|+a? Xq~ZE%UCF24RP_ ZAêFjsxՁb*PK>@u>Eu:HZjoS|kY`FJWsS>(Z <]E,uαh-jЈ;l\wV}B z"lZ$_{gLc@D#[zUΕ*dke<Wb71?YjSc<ZD3L},rgW;HKA fo?9;S?WEuߪ/E6kJw"f-bv>OW `J?ZrA:'y∸p=)S4֊]y_>@`U|X^i(4MN%-xJ 'KiJH#\r-jZr~t @ps /o/{_* ;G%ɛPW X-2^#ĴļH4?@ښwg&*3lP^aW h X=K֘؂S6-9=QYik[USm>mF]qX6c9THr|P-K=X;CLKGbWV7؃޵d (MP)pi*j QUp!wE\KRDg; Yq0C$bKjlrh lʣ>HhԜ!`IU, D 覲}jq7cdJJh"̗^N%G7~`h ~RJ܁7&Dp_. m#9]&=Pr#2{x 44H<\p  UpqZr;OK 5ټ,-q^ca,I~l9h`? 4Iy!pxxi10&WK90AeOODL6ŀovckU; A.-! ˝). VKgfK T@KyjAJ;]qނ9ɣpaY-U?L]=Z 6p/Z-L!Qx!dcz3~|KR7ak L? W9H5d-ޭJH=ATSL}~QDRjpV20u'Bo>:n|@d>DNù/ͪf-9aV^YP*pF+1il{#1 q<^gՁQ"<ۦ\dWSIKEzڬVK&ß,(?Tݭ 3rEG[ݍ`ƵIKF^yCq/ K9TK'jxhN8uSg*MR7 L y1-E[ïpnN(u&|DjZ_ea,qN*Zr<y"Z U.tZEG`Qm4aVKcy)y21YK=*CYKQÿw 2 M# Mk:- Y!+HpkyR+ׄvWHLd-9*Ƕ kGOtXH*Mq~wQ 괕޴Zm*cc(np?vy>wVnBP"Z*"/\Zjj1%}/Tp!j%0*o9?sjju#]*|sКWDK\2"i)s3Όa~5 v8W &$g2ьn&ֽ",Ph%`=qS &1-v##'AKŷUAl%F+TAN ܳwHyu`%Ig!Eɩm8oA-gjŴ̘.ȇx-9V@>خ ͏L=3x7yi9_B^IWO쳩8 7{UWTKR(X^N#UVj킅B?. ̗q6m]E {}T3ѭZ=+ҡ8 ~Zr<]n~גk|r3%h+Z4~{;Žk4\b'-%RM|7X(bŵR0cڎKrw75i' ;G6AڪEk\={W뽶4Zl .9גZ3~_\LJ|? չ$լ˔nɛg v++_*KBK"]!n|0"%TX6*s.ՎGe(7i!)z`t$cSź'z>ђ:& XxdF=G3}k(?#zgiY} p>0Puv&-1Nw@U4lc݆Nü%j=6N|~EoJFaم?ݴCA ?0ϙYIw-Uod^^?m;?t[UF_8u[[X~D%~iWmuSe _ۣu,[AǔWLX tѱErz2u]7on Sͺ"oc 1R5j1j6:qJZaύ2p% dzE}(䀴6q}vC(j'ϭ=-{"S z =]7%|,ؘ*iɸ&%Mpkc1m xd۝ M>Ԉ(u3v[̖ %\ԑjU+`|OL;YΝ;o}v@L@K'c[6oڸxݺtҦnI[<6rirfL^V֩SBK6gaܲ1,I endstream endobj 21 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 23 0 R 29 0 R 30 0 R 31 0 R 32 0 R 34 0 R 36 0 R 37 0 R 38 0 R 39 0 R 41 0 R 44 0 R 45 0 R 47 0 R 49 0 R 51 0 R 53 0 R 58 0 R 61 0 R 64 0 R 68 0 R 75 0 R 88 0 R 90 0 R 93 0 R 96 0 R 100 0 R 102 0 R 104 0 R 107 0 R 109 0 R] /MediaBox[ 0 0 612 792] /Contents 22 0 R/Group<>/Tabs/S>> endobj 22 0 obj <> stream x͝r6;pΔFK;L<*Y$Ȳ3Udw7lPK?LxAKTӓ@Y6>5ӓjnNO_|gPJl.ޝP}^ЦG}7}w{{yzY{s ;=ײ;ܝі̻-ZmJfUHml ⡡tٻF#A2A9K)9Y>aq^zI.HF^\&[\c6omv/~ZBp& >.XmQY d muPaSWܴnmdV7s*n?ǻ>\oS[wOپrߝΏ23~ζqsΥ{ ސ8*nIqFTsk@UHJdE=NNɴnS$5iƐ<̐LR:[`NNFc_69DNJc9:r v!UJU)]kbՊ OtTPJ<„8'|J2!ˍ̥=\n΅2ց 9HH>mh%J^Y X RLCuUP\<UmOzP}݄ٿm}9.UR*-+9*eg%\II8IU(K_tUPP<€J&'2zfөl;J=$aEvĄy Ң>ٔ2V4#/̍XljT SxPJLBR7eM?lvetp|ԑ(CH\ t}[$DoFvhiKؑsgNWIFp֔U]#[aMQxb! \)H*ܴ6^ŭOX~cQ}Y C6}K85MYA5 LU]ߴy¯2|)~pë06ت!f ͺafl$cn\ޒ4fyKE|yKE|yl-plM*VG wAjaB=>Kشq$tof\ CjRioz *lW"I[ G(C20mAa(JRdކ͹> No/꙱j߰5k[uKmKIC+tբ)݋xk^~biQے&.TEFUͬbAc~ }T)kE #HRnYVH*-a233-j@LW[d4o:}ݸ 8Jad@C4V%L"E3,;FMś%r'}3.\uE!׻ӤOa2APmxu:2lkOzxfN5F.OҍbNgƵ#wedXhyi;j.(L(g$OfO)\s=~A~PAx$wd Y.r4C0AbrdG9/fllNt1I%ӶT|{:?E8N(IUA53Iz3c(*<q8PahoЛu _h1JZAb,tE|"E#S9S 0L?y;Ȥsۑl QZ^t d"+ihբL{-5@K/[~XUh.̙]rDⴝtW\ .IUHWTv:b*)cD9̕g5>h[d!Ҳ);kVCԣJ#J!ҭtT)5 R˾vV4G܈:n<@y\*fR_RUK+RJ+J-Nc-b~7s.56p]/棝n[P3?[;Ȗdg$ HdCҍVbIYգH,w/V4fVQl7 Pa&tשGrMyM_#bjZ ΅8oӏH`w;u t%(_3Bma4)[-bSN_r++W-!Mk]eqƤ٪~)'~MXE;+nkœX ?>*o Byz: :U$ȇNRS&0)_&tf{';^+6'EŊL JnA>Uz~"<7[9oY(@}j7KL%>uqmZQ`zq%mU"(*sW/H 9LgbƹٰܾWFpӭDظF\Yn3Z&SPΚ U$o7t"<~7?9~( =S'Hqҧ0Whr1Sf֜+X?UA~*D=rNG Aaxك/bm\˿cF'e s'5xk:&csjM#sA՛vCUw$Hߒ EpoFYw8P H endstream endobj 23 0 obj <>/F 4/Dest[ 26 0 R/XYZ 82 721 0] >> endobj 24 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 114 0 R 116 0 R 119 0 R 122 0 R 123 0 R 125 0 R 132 0 R 135 0 R 137 0 R 138 0 R 139 0 R 141 0 R 144 0 R 145 0 R 146 0 R 148 0 R 150 0 R 152 0 R 157 0 R 160 0 R 163 0 R 167 0 R 169 0 R 175 0 R 180 0 R 183 0 R 186 0 R 189 0 R 193 0 R 195 0 R 198 0 R 201 0 R 203 0 R] /MediaBox[ 0 0 612 792] /Contents 113 0 R/Group<>/Tabs/S>> endobj 25 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 207 0 R 209 0 R 211 0 R 214 0 R 216 0 R 221 0 R 228 0 R 230 0 R 234 0 R 237 0 R 245 0 R 249 0 R 251 0 R 255 0 R 257 0 R 259 0 R 263 0 R 267 0 R 274 0 R 282 0 R 284 0 R] /MediaBox[ 0 0 612 792] /Contents 206 0 R/Group<>/Tabs/S>> endobj 26 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 288 0 R] /MediaBox[ 0 0 612 792] /Contents 287 0 R/Group<>/Tabs/S>> endobj 27 0 obj <> endobj 28 0 obj <> endobj 29 0 obj <>/F 4/Dest[ 26 0 R/XYZ 82 636 0] >> endobj 30 0 obj <>/F 4/Dest[ 26 0 R/XYZ 82 541 0] >> endobj 31 0 obj <>/F 4/Dest[ 26 0 R/XYZ 82 498 0] >> endobj 32 0 obj <>/F 4/Dest[ 33 0 R/XYZ 82 338 0] >> endobj 33 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 290 0 R] /MediaBox[ 0 0 612 792] /Contents 289 0 R/Group<>/Tabs/S>> endobj 34 0 obj <>/F 4/Dest[ 35 0 R/XYZ 82 721 0] >> endobj 35 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 291 0 R/Group<>/Tabs/S>> endobj 36 0 obj <>/F 4/Dest[ 35 0 R/XYZ 82 628 0] >> endobj 37 0 obj <>/F 4/Dest[ 35 0 R/XYZ 82 520 0] >> endobj 38 0 obj <>/F 4/Dest[ 35 0 R/XYZ 82 438 0] >> endobj 39 0 obj <>/F 4/Dest[ 40 0 R/XYZ 82 721 0] >> endobj 40 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 292 0 R/Group<>/Tabs/S>> endobj 41 0 obj <>/F 4/Dest[ 43 0 R/XYZ 82 721 0] >> endobj 42 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 300 0 R/Group<>/Tabs/S>> endobj 43 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 301 0 R/Group<>/Tabs/S>> endobj 44 0 obj <>/F 4/Dest[ 43 0 R/XYZ 82 559 0] >> endobj 45 0 obj <>/F 4/Dest[ 46 0 R/XYZ 82 721 0] >> endobj 46 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 302 0 R/Group<>/Tabs/S>> endobj 47 0 obj <>/F 4/Dest[ 48 0 R/XYZ 82 721 0] >> endobj 48 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 303 0 R/Group<>/Tabs/S>> endobj 49 0 obj <>/F 4/Dest[ 50 0 R/XYZ 82 721 0] >> endobj 50 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 304 0 R/Group<>/Tabs/S>> endobj 51 0 obj <>/F 4/Dest[ 52 0 R/XYZ 82 721 0] >> endobj 52 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 305 0 R/Group<>/Tabs/S>> endobj 53 0 obj <>/F 4/Dest[ 57 0 R/XYZ 82 721 0] >> endobj 54 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 306 0 R/Group<>/Tabs/S>> endobj 55 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 307 0 R/Group<>/Tabs/S>> endobj 56 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 308 0 R/Group<>/Tabs/S>> endobj 57 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 309 0 R/Group<>/Tabs/S>> endobj 58 0 obj <>/F 4/Dest[ 60 0 R/XYZ 82 721 0] >> endobj 59 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 310 0 R/Group<>/Tabs/S>> endobj 60 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 311 0 R/Group<>/Tabs/S>> endobj 61 0 obj <>/F 4/Dest[ 63 0 R/XYZ 82 721 0] >> endobj 62 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 312 0 R/Group<>/Tabs/S>> endobj 63 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 313 0 R/Group<>/Tabs/S>> endobj 64 0 obj <>/F 4/Dest[ 67 0 R/XYZ 82 721 0] >> endobj 65 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 314 0 R/Group<>/Tabs/S>> endobj 66 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 315 0 R/Group<>/Tabs/S>> endobj 67 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 316 0 R/Group<>/Tabs/S>> endobj 68 0 obj <>/F 4/Dest[ 74 0 R/XYZ 82 721 0] >> endobj 69 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 317 0 R/Group<>/Tabs/S>> endobj 70 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 319 0 R] /MediaBox[ 0 0 612 792] /Contents 318 0 R/Group<>/Tabs/S>> endobj 71 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 321 0 R] /MediaBox[ 0 0 612 792] /Contents 320 0 R/Group<>/Tabs/S>> endobj 72 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 322 0 R/Group<>/Tabs/S>> endobj 73 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 323 0 R/Group<>/Tabs/S>> endobj 74 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 324 0 R/Group<>/Tabs/S>> endobj 75 0 obj <>/F 4/Dest[ 87 0 R/XYZ 82 721 0] >> endobj 76 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 325 0 R/Group<>/Tabs/S>> endobj 77 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 327 0 R 328 0 R] /MediaBox[ 0 0 612 792] /Contents 326 0 R/Group<>/Tabs/S>> endobj 78 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 330 0 R] /MediaBox[ 0 0 612 792] /Contents 329 0 R/Group<>/Tabs/S>> endobj 79 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 331 0 R/Group<>/Tabs/S>> endobj 80 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 335 0 R] /MediaBox[ 0 0 612 792] /Contents 334 0 R/Group<>/Tabs/S>> endobj 81 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 341 0 R/Group<>/Tabs/S>> endobj 82 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 343 0 R] /MediaBox[ 0 0 612 792] /Contents 342 0 R/Group<>/Tabs/S>> endobj 83 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 344 0 R/Group<>/Tabs/S>> endobj 84 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 345 0 R/Group<>/Tabs/S>> endobj 85 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 354 0 R] /MediaBox[ 0 0 612 792] /Contents 353 0 R/Group<>/Tabs/S>> endobj 86 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 356 0 R] /MediaBox[ 0 0 612 792] /Contents 355 0 R/Group<>/Tabs/S>> endobj 87 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 358 0 R 359 0 R] /MediaBox[ 0 0 612 792] /Contents 357 0 R/Group<>/Tabs/S>> endobj 88 0 obj <>/F 4/Dest[ 89 0 R/XYZ 82 721 0] >> endobj 89 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 365 0 R/Group<>/Tabs/S>> endobj 90 0 obj <>/F 4/Dest[ 92 0 R/XYZ 82 721 0] >> endobj 91 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 366 0 R/Group<>/Tabs/S>> endobj 92 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 368 0 R 369 0 R] /MediaBox[ 0 0 612 792] /Contents 367 0 R/Group<>/Tabs/S>> endobj 93 0 obj <>/F 4/Dest[ 95 0 R/XYZ 82 721 0] >> endobj 94 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 370 0 R/Group<>/Tabs/S>> endobj 95 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 372 0 R] /MediaBox[ 0 0 612 792] /Contents 371 0 R/Group<>/Tabs/S>> endobj 96 0 obj <>/F 4/Dest[ 99 0 R/XYZ 82 721 0] >> endobj 97 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 374 0 R] /MediaBox[ 0 0 612 792] /Contents 373 0 R/Group<>/Tabs/S>> endobj 98 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 375 0 R/Group<>/Tabs/S>> endobj 99 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 377 0 R 378 0 R] /MediaBox[ 0 0 612 792] /Contents 376 0 R/Group<>/Tabs/S>> endobj 100 0 obj <>/F 4/Dest[ 101 0 R/XYZ 82 721 0] >> endobj 101 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 380 0 R 381 0 R] /MediaBox[ 0 0 612 792] /Contents 379 0 R/Group<>/Tabs/S>> endobj 102 0 obj <>/F 4/Dest[ 103 0 R/XYZ 82 721 0] >> endobj 103 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 382 0 R/Group<>/Tabs/S>> endobj 104 0 obj <>/F 4/Dest[ 106 0 R/XYZ 82 721 0] >> endobj 105 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 383 0 R/Group<>/Tabs/S>> endobj 106 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 385 0 R] /MediaBox[ 0 0 612 792] /Contents 384 0 R/Group<>/Tabs/S>> endobj 107 0 obj <>/F 4/Dest[ 108 0 R/XYZ 82 721 0] >> endobj 108 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 386 0 R/Group<>/Tabs/S>> endobj 109 0 obj <>/F 4/Dest[ 112 0 R/XYZ 82 721 0] >> endobj 110 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 388 0 R 389 0 R 390 0 R] /MediaBox[ 0 0 612 792] /Contents 387 0 R/Group<>/Tabs/S>> endobj 111 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 392 0 R 393 0 R] /MediaBox[ 0 0 612 792] /Contents 391 0 R/Group<>/Tabs/S>> endobj 112 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 394 0 R/Group<>/Tabs/S>> endobj 113 0 obj <> stream x͝[o7 ;̣U sI6 him`}pb S~mHECƲg<(!:<<%hauG/cюu${}>v7Wv7_>>[K?`SwTϨP}.-(AnU(> >S8͍&mD&ebaPߞ8j,˟/%$n3#g$ͷu-\ J)M4q)lgII'L50Je[/Vܭ8mŹ{yziޭN?6Oc=<'~c*v5IByΚGo5>pdz$]<H%[$H2 E5[N2aPZG*JYz_*!?f9j^FVY\"M7K]&̾|yPdنHSkB[R$Dԁ)3<`fp8`PxS0JM_Ⱥ:ƽytJԤƤ:F "DKbfB֐")VII 8bTs?;O!: ]$H޺#([rt.%2}C@2^Ue\shd£zȆH5#HӇWzt˘Øb?}#~*&'Ў}*WJ8 i f|,E=>.#8a -Hr~נR' %$kH5QT:*gu>H2(% ]~MgHM7n7N'__pl)Ɯ\$FAH7T bDDJUؠ\J+ϭsVВ▐d b?B\;[n52&2e!ĺ+We4OWw跣h)t,0sv @C_K:3mxc) Ӗkv0X6c7ℸ0>Ue"1=5} lj.Ё(~%ff / q]%$#Q"l8cy؇"ҵXuޙH0@ÌPYJ6T+7aɞ5aFQր"q 1,pʷ2[8: f}>.ɓsCI+_ d|ʤ=V~';a14 ?1a2.3߬,[-@_7a @: Tܙ(PM)ݩS$'nevUWnp&؈ߙea@eoaC56|mxkbJ 5ZЎ _Ў _Ѱ [Zt-YRsvQb121g]@">P2D6U_Pp[Smh}g݃?pZ+[KaxXXC|HlEpn[Yk^ÄHͽ5 wa~{qka'9Օ2&!EB$ɱ%ERK%t?/)\Jq ߶\Es3Z5Udvv V|>g݌FS-mlqwqn1_w|>-&9R Uϔʝ)(0l;Wa}kѢ'qwQ*W&i\ӸvӸvi΂*1g|lojd_%JzRVqSJ>gaOx͇j8c{/θ9H {tdfZt-6$n!Ev(%K%gtK:sF*YTn)lot́ 9q2KLCgz*6k>YnUνmKofʁ| woC4GV,K6T+@&H2&(]6k`,W堬dʤ#ج՗"׽l>>O \Lfvvjߎy;{ өtᔱ8 نA׶2~[| xq[F,ZS0˰iW&'>Ni!=_/D<`J0#`wma8.7&aqsj)O=tFV,|eZTt֔KnP. j&\p7BU&yZHiHYbԺ+3g匌I`<gr3?'& \HBd9ke,V%IUKRJ[JwQ'e?I._>N_ endstream endobj 114 0 obj <>/F 4/Dest[ 115 0 R/XYZ 82 700 0] >> endobj 115 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 395 0 R/Group<>/Tabs/S>> endobj 116 0 obj <>/F 4/Dest[ 118 0 R/XYZ 82 721 0] >> endobj 117 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 397 0 R 398 0 R 399 0 R 400 0 R] /MediaBox[ 0 0 612 792] /Contents 396 0 R/Group<>/Tabs/S>> endobj 118 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 402 0 R 403 0 R 404 0 R 405 0 R 406 0 R 407 0 R] /MediaBox[ 0 0 612 792] /Contents 401 0 R/Group<>/Tabs/S>> endobj 119 0 obj <>/F 4/Dest[ 121 0 R/XYZ 82 721 0] >> endobj 120 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 409 0 R 410 0 R 411 0 R 412 0 R 413 0 R 414 0 R] /MediaBox[ 0 0 612 792] /Contents 408 0 R/Group<>/Tabs/S>> endobj 121 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 415 0 R/Group<>/Tabs/S>> endobj 122 0 obj <>/F 4/Dest[ 121 0 R/XYZ 82 702 0] >> endobj 123 0 obj <>/F 4/Dest[ 124 0 R/XYZ 82 721 0] >> endobj 124 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 416 0 R/Group<>/Tabs/S>> endobj 125 0 obj <>/F 4/Dest[ 131 0 R/XYZ 82 721 0] >> endobj 126 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 417 0 R/Group<>/Tabs/S>> endobj 127 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 418 0 R/Group<>/Tabs/S>> endobj 128 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 420 0 R 421 0 R 422 0 R] /MediaBox[ 0 0 612 792] /Contents 419 0 R/Group<>/Tabs/S>> endobj 129 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 424 0 R 425 0 R] /MediaBox[ 0 0 612 792] /Contents 423 0 R/Group<>/Tabs/S>> endobj 130 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 426 0 R/Group<>/Tabs/S>> endobj 131 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 427 0 R/Group<>/Tabs/S>> endobj 132 0 obj <>/F 4/Dest[ 134 0 R/XYZ 82 721 0] >> endobj 133 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 428 0 R/Group<>/Tabs/S>> endobj 134 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 429 0 R/Group<>/Tabs/S>> endobj 135 0 obj <>/F 4/Dest[ 136 0 R/XYZ 82 526 0] >> endobj 136 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 430 0 R/Group<>/Tabs/S>> endobj 137 0 obj <>/F 4/Dest[ 136 0 R/XYZ 82 396 0] >> endobj 138 0 obj <>/F 4/Dest[ 136 0 R/XYZ 82 347 0] >> endobj 139 0 obj <>/F 4/Dest[ 140 0 R/XYZ 82 721 0] >> endobj 140 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 431 0 R/Group<>/Tabs/S>> endobj 141 0 obj <>/F 4/Dest[ 143 0 R/XYZ 82 721 0] >> endobj 142 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 432 0 R/Group<>/Tabs/S>> endobj 143 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 433 0 R/Group<>/Tabs/S>> endobj 144 0 obj <>/F 4/Dest[ 143 0 R/XYZ 82 413 0] >> endobj 145 0 obj <>/F 4/Dest[ 143 0 R/XYZ 82 248 0] >> endobj 146 0 obj <>/F 4/Dest[ 147 0 R/XYZ 82 709 0] >> endobj 147 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 434 0 R/Group<>/Tabs/S>> endobj 148 0 obj <>/F 4/Dest[ 149 0 R/XYZ 82 721 0] >> endobj 149 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 436 0 R 437 0 R 438 0 R 439 0 R 440 0 R 441 0 R 442 0 R 443 0 R 444 0 R 445 0 R 446 0 R] /MediaBox[ 0 0 612 792] /Contents 435 0 R/Group<>/Tabs/S>> endobj 150 0 obj <>/F 4/Dest[ 151 0 R/XYZ 82 721 0] >> endobj 151 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 447 0 R/Group<>/Tabs/S>> endobj 152 0 obj <>/F 4/Dest[ 156 0 R/XYZ 82 721 0] >> endobj 153 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 448 0 R/Group<>/Tabs/S>> endobj 154 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 449 0 R/Group<>/Tabs/S>> endobj 155 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 450 0 R/Group<>/Tabs/S>> endobj 156 0 obj <>/ExtGState<>/XObject<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 451 0 R/Group<>/Tabs/S>> endobj 157 0 obj <>/F 4/Dest[ 159 0 R/XYZ 82 721 0] >> endobj 158 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 454 0 R/Group<>/Tabs/S>> endobj 159 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 455 0 R/Group<>/Tabs/S>> endobj 160 0 obj <>/F 4/Dest[ 162 0 R/XYZ 82 721 0] >> endobj 161 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 457 0 R] /MediaBox[ 0 0 612 792] /Contents 456 0 R/Group<>/Tabs/S>> endobj 162 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 458 0 R/Group<>/Tabs/S>> endobj 163 0 obj <>/F 4/Dest[ 166 0 R/XYZ 82 721 0] >> endobj 164 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 460 0 R] /MediaBox[ 0 0 612 792] /Contents 459 0 R/Group<>/Tabs/S>> endobj 165 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 462 0 R 463 0 R] /MediaBox[ 0 0 612 792] /Contents 461 0 R/Group<>/Tabs/S>> endobj 166 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 464 0 R/Group<>/Tabs/S>> endobj 167 0 obj <>/F 4/Dest[ 168 0 R/XYZ 82 721 0] >> endobj 168 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 466 0 R 467 0 R 468 0 R 469 0 R 470 0 R 471 0 R 472 0 R 473 0 R] /MediaBox[ 0 0 612 792] /Contents 465 0 R/Group<>/Tabs/S>> endobj 169 0 obj <>/F 4/Dest[ 174 0 R/XYZ 82 721 0] >> endobj 170 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 474 0 R/Group<>/Tabs/S>> endobj 171 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 475 0 R/Group<>/Tabs/S>> endobj 172 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 476 0 R/Group<>/Tabs/S>> endobj 173 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 477 0 R/Group<>/Tabs/S>> endobj 174 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 481 0 R 482 0 R 483 0 R 484 0 R 485 0 R] /MediaBox[ 0 0 612 792] /Contents 480 0 R/Group<>/Tabs/S>> endobj 175 0 obj <>/F 4/Dest[ 179 0 R/XYZ 82 721 0] >> endobj 176 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 487 0 R 488 0 R 489 0 R 490 0 R 491 0 R] /MediaBox[ 0 0 612 792] /Contents 486 0 R/Group<>/Tabs/S>> endobj 177 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 492 0 R/Group<>/Tabs/S>> endobj 178 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 493 0 R/Group<>/Tabs/S>> endobj 179 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 495 0 R 496 0 R 497 0 R 498 0 R 499 0 R 500 0 R 501 0 R] /MediaBox[ 0 0 612 792] /Contents 494 0 R/Group<>/Tabs/S>> endobj 180 0 obj <>/F 4/Dest[ 182 0 R/XYZ 82 721 0] >> endobj 181 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 503 0 R 504 0 R 505 0 R 506 0 R 507 0 R] /MediaBox[ 0 0 612 792] /Contents 502 0 R/Group<>/Tabs/S>> endobj 182 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 508 0 R/Group<>/Tabs/S>> endobj 183 0 obj <>/F 4/Dest[ 185 0 R/XYZ 82 721 0] >> endobj 184 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 510 0 R 511 0 R] /MediaBox[ 0 0 612 792] /Contents 509 0 R/Group<>/Tabs/S>> endobj 185 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 513 0 R 514 0 R] /MediaBox[ 0 0 612 792] /Contents 512 0 R/Group<>/Tabs/S>> endobj 186 0 obj <>/F 4/Dest[ 188 0 R/XYZ 82 721 0] >> endobj 187 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 516 0 R 517 0 R 518 0 R 519 0 R] /MediaBox[ 0 0 612 792] /Contents 515 0 R/Group<>/Tabs/S>> endobj 188 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 521 0 R 522 0 R] /MediaBox[ 0 0 612 792] /Contents 520 0 R/Group<>/Tabs/S>> endobj 189 0 obj <>/F 4/Dest[ 192 0 R/XYZ 82 721 0] >> endobj 190 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 524 0 R 525 0 R 526 0 R 527 0 R] /MediaBox[ 0 0 612 792] /Contents 523 0 R/Group<>/Tabs/S>> endobj 191 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 534 0 R 535 0 R 536 0 R 537 0 R] /MediaBox[ 0 0 612 792] /Contents 528 0 R/Group<>/Tabs/S>> endobj 192 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 538 0 R/Group<>/Tabs/S>> endobj 193 0 obj <>/F 4/Dest[ 194 0 R/XYZ 82 721 0] >> endobj 194 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 540 0 R 541 0 R 542 0 R] /MediaBox[ 0 0 612 792] /Contents 539 0 R/Group<>/Tabs/S>> endobj 195 0 obj <>/F 4/Dest[ 197 0 R/XYZ 82 721 0] >> endobj 196 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 543 0 R/Group<>/Tabs/S>> endobj 197 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 545 0 R] /MediaBox[ 0 0 612 792] /Contents 544 0 R/Group<>/Tabs/S>> endobj 198 0 obj <>/F 4/Dest[ 200 0 R/XYZ 82 721 0] >> endobj 199 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 547 0 R] /MediaBox[ 0 0 612 792] /Contents 546 0 R/Group<>/Tabs/S>> endobj 200 0 obj <>/ExtGState<>/XObject<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 549 0 R] /MediaBox[ 0 0 612 792] /Contents 548 0 R/Group<>/Tabs/S>> endobj 201 0 obj <>/F 4/Dest[ 202 0 R/XYZ 82 721 0] >> endobj 202 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 553 0 R] /MediaBox[ 0 0 612 792] /Contents 552 0 R/Group<>/Tabs/S>> endobj 203 0 obj <>/F 4/Dest[ 205 0 R/XYZ 82 721 0] >> endobj 204 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 555 0 R] /MediaBox[ 0 0 612 792] /Contents 554 0 R/Group<>/Tabs/S>> endobj 205 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 556 0 R/Group<>/Tabs/S>> endobj 206 0 obj <> stream x͝K6t,+k_AH-zz&N@rO_r"_}p$[5y8)֫hƄgE߭W?jޮW__W_}/Ιچ7N14S7\c5~z|lh.\ tp([ږ9e2Hc5* -,-.* hW#(\xGY>=s L+&hx&ލιT[vt.:$JIf /-S(X1r0)[-S[[7W[!7ƧBlvq㩁ZVg CP^xaw^HD-hM`rB ?R֤H*TURLNEpH=-R(@֧.t`S&GƷ3`M<&qݘ'ԍ&z=NRj^kוpx Iy & cac֤HYb'3%3@H9Ci X/)9 eKGxF[{z*HlI627 f!"^"id\H>~NVG#jBش\ 8_/^m/xS>DXy7L!­fVtCfc5ÂY8eK1Q&Os XD0`ZvZ21Jsuɖ2ldp/o/v _Z0|_%{Di8' T*gh! iKGbb@Qل"|; bS,v룪Hĉgd\2x^2M:sv*b~pz:σ`s@ON,{;/F9ak]a<] 2?K= ' ShH T31 'en)JᣴhGMN;9yYRmDq/kh[FxIB|V$H6^w"8֞QEGH;L$ 9D7ONs$&N+hNT,H,UA}VU>:QYs@ Xvso ^i~զ_]꧸m^񑑸,>4A>NG6gG_IAEoA~l\c`bhnoL5*Rݘ"Aݍ+٣rZÄ5|kiwGL"݌ X @to5}*"EP:t S8wX Og6>@3aڊdy -1BS4LW*. %İAE鱽f3%dTz [& P-LOa߶Oa_RDf+`Zհ6O endstream endobj 207 0 obj <>/F 4/Dest[ 208 0 R/XYZ 82 721 0] >> endobj 208 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 557 0 R/Group<>/Tabs/S>> endobj 209 0 obj <>/F 4/Dest[ 210 0 R/XYZ 82 721 0] >> endobj 210 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 558 0 R/Group<>/Tabs/S>> endobj 211 0 obj <>/F 4/Dest[ 213 0 R/XYZ 82 721 0] >> endobj 212 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 559 0 R/Group<>/Tabs/S>> endobj 213 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 560 0 R/Group<>/Tabs/S>> endobj 214 0 obj <>/F 4/Dest[ 215 0 R/XYZ 82 721 0] >> endobj 215 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 561 0 R/Group<>/Tabs/S>> endobj 216 0 obj <>/F 4/Dest[ 220 0 R/XYZ 82 721 0] >> endobj 217 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 562 0 R/Group<>/Tabs/S>> endobj 218 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 563 0 R/Group<>/Tabs/S>> endobj 219 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 564 0 R/Group<>/Tabs/S>> endobj 220 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 565 0 R/Group<>/Tabs/S>> endobj 221 0 obj <>/F 4/Dest[ 227 0 R/XYZ 82 721 0] >> endobj 222 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 566 0 R/Group<>/Tabs/S>> endobj 223 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 567 0 R/Group<>/Tabs/S>> endobj 224 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 568 0 R/Group<>/Tabs/S>> endobj 225 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 569 0 R/Group<>/Tabs/S>> endobj 226 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 570 0 R/Group<>/Tabs/S>> endobj 227 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 571 0 R/Group<>/Tabs/S>> endobj 228 0 obj <>/F 4/Dest[ 229 0 R/XYZ 82 721 0] >> endobj 229 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 572 0 R/Group<>/Tabs/S>> endobj 230 0 obj <>/F 4/Dest[ 233 0 R/XYZ 82 721 0] >> endobj 231 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 573 0 R/Group<>/Tabs/S>> endobj 232 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 574 0 R/Group<>/Tabs/S>> endobj 233 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 575 0 R/Group<>/Tabs/S>> endobj 234 0 obj <>/F 4/Dest[ 236 0 R/XYZ 82 721 0] >> endobj 235 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 576 0 R/Group<>/Tabs/S>> endobj 236 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 577 0 R/Group<>/Tabs/S>> endobj 237 0 obj <>/F 4/Dest[ 244 0 R/XYZ 82 721 0] >> endobj 238 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 578 0 R/Group<>/Tabs/S>> endobj 239 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 579 0 R/Group<>/Tabs/S>> endobj 240 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 580 0 R/Group<>/Tabs/S>> endobj 241 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 581 0 R/Group<>/Tabs/S>> endobj 242 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 582 0 R/Group<>/Tabs/S>> endobj 243 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 583 0 R/Group<>/Tabs/S>> endobj 244 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 584 0 R/Group<>/Tabs/S>> endobj 245 0 obj <>/F 4/Dest[ 248 0 R/XYZ 82 721 0] >> endobj 246 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 585 0 R/Group<>/Tabs/S>> endobj 247 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 586 0 R/Group<>/Tabs/S>> endobj 248 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 587 0 R/Group<>/Tabs/S>> endobj 249 0 obj <>/F 4/Dest[ 250 0 R/XYZ 82 721 0] >> endobj 250 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 588 0 R/Group<>/Tabs/S>> endobj 251 0 obj <>/F 4/Dest[ 254 0 R/XYZ 82 721 0] >> endobj 252 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 597 0 R 598 0 R 599 0 R] /MediaBox[ 0 0 612 792] /Contents 596 0 R/Group<>/Tabs/S>> endobj 253 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 601 0 R] /MediaBox[ 0 0 612 792] /Contents 600 0 R/Group<>/Tabs/S>> endobj 254 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 603 0 R] /MediaBox[ 0 0 612 792] /Contents 602 0 R/Group<>/Tabs/S>> endobj 255 0 obj <>/F 4/Dest[ 256 0 R/XYZ 82 721 0] >> endobj 256 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 604 0 R/Group<>/Tabs/S>> endobj 257 0 obj <>/F 4/Dest[ 258 0 R/XYZ 82 721 0] >> endobj 258 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 605 0 R/Group<>/Tabs/S>> endobj 259 0 obj <>/F 4/Dest[ 262 0 R/XYZ 82 721 0] >> endobj 260 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 606 0 R/Group<>/Tabs/S>> endobj 261 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 607 0 R/Group<>/Tabs/S>> endobj 262 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 608 0 R/Group<>/Tabs/S>> endobj 263 0 obj <>/F 4/Dest[ 266 0 R/XYZ 82 721 0] >> endobj 264 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 609 0 R/Group<>/Tabs/S>> endobj 265 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 610 0 R/Group<>/Tabs/S>> endobj 266 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 611 0 R/Group<>/Tabs/S>> endobj 267 0 obj <>/F 4/Dest[ 273 0 R/XYZ 82 721 0] >> endobj 268 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 612 0 R/Group<>/Tabs/S>> endobj 269 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 613 0 R/Group<>/Tabs/S>> endobj 270 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 614 0 R/Group<>/Tabs/S>> endobj 271 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 615 0 R/Group<>/Tabs/S>> endobj 272 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 616 0 R/Group<>/Tabs/S>> endobj 273 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 617 0 R/Group<>/Tabs/S>> endobj 274 0 obj <>/F 4/Dest[ 281 0 R/XYZ 82 721 0] >> endobj 275 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 618 0 R/Group<>/Tabs/S>> endobj 276 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 619 0 R/Group<>/Tabs/S>> endobj 277 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 620 0 R/Group<>/Tabs/S>> endobj 278 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 621 0 R/Group<>/Tabs/S>> endobj 279 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 623 0 R 624 0 R] /MediaBox[ 0 0 612 792] /Contents 622 0 R/Group<>/Tabs/S>> endobj 280 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 625 0 R/Group<>/Tabs/S>> endobj 281 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 626 0 R/Group<>/Tabs/S>> endobj 282 0 obj <>/F 4/Dest[ 283 0 R/XYZ 82 436 0] >> endobj 283 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 627 0 R/Group<>/Tabs/S>> endobj 284 0 obj <>/F 4/Dest[ 286 0 R/XYZ 82 721 0] >> endobj 285 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 628 0 R/Group<>/Tabs/S>> endobj 286 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 630 0 R] /MediaBox[ 0 0 612 792] /Contents 629 0 R/Group<>/Tabs/S>> endobj 287 0 obj <> stream x]o݀<Zh ME?69?XHifM 8"ERIQ -ӪW?Gc#fh*]-+UKROd[뾽<>:[TW?> YB5 Yg4%)4"icZUjc\V)I @q[1NCPJKZ P (mFpy~IQFZ8/lb;rĝ}4m '"kAhpyjCa-NI~\0X-X|% !mߖ->x'SRg(Ln5$*VY;\(D(ܴ_ ?N83 ;apl8]2, mB#=>X#>kF ;Sd#eiaYhJikרWT0o,X])f!#҈ D<] f#vijxi_wk'#G< ;R!@1pZ. q9E 09gA6WA4( GP  |TW^n\nuˈΪ#k]_1YF&FyFX~(hsKZc!JsT̀j*ÏW^Qk:dz#X[-(B + ƹ0,h^&l[-JXuop!Uͽ7{߲6)ǭy ֲM+M[p*\SI)` BsHaШ 4 ^!FhkaWfHKceUNc9Y؀-͙[z]sev#)HܸNߣ)`>]^§s{"xiq$Dg 5v|Hӂ*tim }V]+>`Imdm[%v4G/ģ0u'\Zt㷟t2~K) ޜ{*cxv5K5cShxw}E^PИv#m,hxk^NS*~=:Ypg*?b;+ƽi.:Ho,[a8#lrJ=FKcqe KkPyZRiL-$Oh;cX5 Q:1O};<{;\3qq4F+Q:] F0F srk̟qcRyVF'䐋6oj;hIڄ~5rʋ3P>chLT5f˄Im w hk.ljc|`0:A|t-i~L/;>j}zۡF4@,R)xn;vۆ\Hh 6[8g NpsGWPP˘F͓n; TRON&!P& b]sRQUQMPig.Y;H@4+V^cUEQ4n^Q(/)e}RO:W,:1^w9=D8sEVh Q"V$3!:B6^;o-T?Ž ^ :XKȶ+WqAdt'd9;Ɇtܟq{wFQ /efǚZ}(L&"o8svCsOt;(Լv۱3F[Iy/=řWĒ\v tΰԜMjYDn-&O]wۙhQ 7ՍsS]wMR7MznL!G7;rl1B{%z,A_߾art2XqrBe=&TEUƝ,e [ Š0ԝ7 +|KOMpA!HěUL 2'YJySsS,[0(q'*}V .P?S`pNaȃ;GUȇρC>\<} k@[*p$n j_8.6gI'>k¥ua΅xwj-/}R@2Adh*Qx-*Gdc [[:vn^DM_ $!ɟya>/F 4/A<>>> endobj 289 0 obj <> stream x]o$݀<< >\-z sQƱ}M}%jFh))G-i_OY6|5߿jޝ5&#jچ6 lDO]s󳙲_6ٟ1sC:qX\6+~KaVO-h7\H ml ,}CQ]5XYJOziZF/`uaKrA60@^Ԋ:騙t&ZZ Gp'vKpƄ gc`-qK~-'2>'n~&%qQx"ڒ>'~U?wى 2y_za8`#hv).05 GɌZ#?nQ&Hf}e$_>J֡zi8;ƍ7{m"CXO*[?3Q BtuhxW91f0?a$1nwSɈzkf5S}"Io^w7غ>( aN'u~,_qԜ ?k >Fa m=KΈ`| DMܙ[VΑԱARhtɡGT܌&+sz99{mApDbu jQHV6f^OF&Ma~.mA00xy:Nd.}ZvX+ǕY9SeBUPȴ݌Y=:=%B8qSQH"!lgi1 0pFiXJ0"1)mՋۄ"K#z+;vMXg qe.|)Dn`W+ҿT2pKmdMs_2OqKe: `&FiPTnn@RqFm[)is7u/Xf%v!ʍ4.؜T$oNY(-t>Bp˹\ڽW- q yXpc&+̜(V.:;<Fga,XrWsOCൢ~;Ký3:߅4-ibBc+'`rYswyS>[x,bZJR 6kf;ҋ+ƙiyy1wiR{]HK wD]LBŠ>.pP5FQŨqZo ZAKB4Rs>k7O{[hT-@^. ^*:G;`wtd1 #J_S:4ʶTK[(i ^vh^DϜaZ98B3>/F 4/A<>>> endobj 291 0 obj <> stream x[ms }n3DeZNI&it&}o \J\{h7 Dw{ᯓNU>n>?UBtu%+gUk0/3W]CVWxW_<ο޻9Q5ֶs4JNB{фlV^ Z!B9^20O* Tmk''eMeQB$Ivڑv>[- fNh ;7s)gsgZ>.oJ/\H{)U0'H"L|Fu'LkʏG7_,?H3 8,^[~p.ՆdtJ-dU eIӀv!h$VvWAwe%j}xs7 G=8nfZyONG- EF;eG\$$4Ct %*Ĭp/8 (2vHz~` EU5oOeD}kF_ML&WA(\d@>MbdSBh?dtOKN7YM Q_yM-=jky<莦d)$gRd` 2X{P,l_U 1+N梔~Y;eg˱aW縿Me]!nBԫD>˟g >u,NE>+'o+-J2j a}D%y6>'<}f~%zwyzmC\'lԠkѦ("|-aN \3tY$EP1Ʒ(?4λ&`6l?z? !FQGn28-^K+rEy/P[A:G>aKqC{ozIT"#Lu*ւ*UmӜQ0V[J(ڜ#`w@h ʢZYd7%׺"k7ICXUQo4zV?R&BHcA 9- te /Klt1>/T|vc29FMc]g7bա״Zz/M7%bD_=iaC)m5'Dh%ƈg[zUk67DF40a~dNÂPUAp{r{|x<*/F+>}hdA`CvEE`D4̈́/ãn܆|Inşs"0إdg.$knrq nsM2:2gL: 3*v#4ط*i8.^-&ct-kUQປI|? QT'Ulϵnk Ν1{*?v7z``?%nЙ{ss0@{ \ o`[;Ļҭ#n#_[|=FkϭV}={rg:aH*%GRX5g#"#CIںgJ=X*v+]7%5nML莸LhԳ1 . .:%Wh9PwL/NcTM6s6\B4 ;jɸ6jt&Iz6ɂi_-%6:4}rM 0GZm`?[hu@ endstream endobj 292 0 obj <> stream xko6E`q\r^CQ4Il'hbEHE D֒C̓8R߫ZW=]m.~vu|3"bu~G$\"WX\T\v|`Ϻ|Zͯ{?[cT>?{1!@5fbYP+&IDkj#ȪuE;Eq"jvDAꅂ" mT'"8\^i%-Z^DtH:s S#Uup8a+F=j15!7k֌~^הE[&L"+ИV $$QWJdMZ%ևr9$Z5ܫf}H;)7N|m/5|ᚒVMe(iP-tDip?.y5UJ-H-iB(4"(z-Cf6;uwЯo w\54|OY)bNQ^Z uX[C&Bʣ;BBH7|/8-+'kKBF"`̭yHxVfMS5,/@θx4|VA0`hc]p]]L,HV 0 q/Iێo] 7U =kXV9Xw]ՓǗ Z#_[[Cu 9bEPJwO $ ?;tDW-!?9ҀC^ׄ2zkexƏz§hmˈ69era={[A NiUSzO9i [z=e W,K+X_Os&T6zft"r+Q0Af dc fu+U-ӈr%vh G{W,HNW"fqOl-<j;_wS @ƭ:̙FY=f1z  OQĦKuPY Av ,)+is} ]/5Sgˎ_v,iL&rAiy.E9Nz4TL4_fba%&F2G\)@"{'/C47԰Ss\QkJ 0͎W1ME=l/@: f9ۅyl W cړ?X%ɮo`l\u5y>+ZEy35qɀOVv)F.=J*0\]L,byUx9d$! `0MDu:R6]N38;WY נSs0L"i'Fm%q;9\k/YgMj&dPm!cx?a1wl"P%)`>hk԰4 `Ų[d2,ҽ1"h 2pI3W+W%ӥ4eq1"%Hz(a;g^w辣ù=fw]ݕ}8pxC4ojYuKw(u# q0~~61cEWI]Q[ቅW;;knTG(w`i0)^% f;4N.da<5_U]^|5ګǰK9f{d' YPmUxG&fRԭ:XxT1*z&Pݢ{ h炩OL<7wh#]MW@Q3ztu"" xuSICZͳjp}W ~Û Ǻ,mNHw0)nW܏_ENl7˛yB!=H+&VKPhe JNGA2O ɩ SMAgZc_B:KL͜=)qi Tݷ] BŊ`ȐMK #LFuf+a(6'ǹPÉd#5wQr>ΏtnÖi8G75;zva#@nw{f1z.l% Գ vFۢe4;: $;f~l0&ADEW%Ḑ0kQiqiQC/}8Y !llc-b =cGӗ`}ƞ^?9E endstream endobj 293 0 obj <> endobj 294 0 obj <> endobj 295 0 obj <> endobj 296 0 obj [ 297 0 R] endobj 297 0 obj <> endobj 298 0 obj <> endobj 299 0 obj <> endobj 300 0 obj <> stream xZo6nOv7s|1 ,+dka(Iq4ߏw'ԃVb[H#Q'8W$cVd^>Jǣóe"&9Hrrd0m -ۓf\Yk%S1ۑT,ZcTh"S@|eRq"5)xlzu'OrqZ>NH )JKiTG@<ՏSv^?l#{"Y-=|r?dqP0HHD/-|q⦝{Ǭa\ ÅpmO*HP H*I]yp{bpuf4aԵA\yr.9s"[}Ro+խS,oF$Om; 9Hp[:nHZμI'E߸hyLJ _P>GUcG|d/\a BZC/ܦ6p$,ˠHc&C)MfuǗ :V;DwI{M~ OBW 達!!)#&}`L:+gUܲ!D 2TScϒoFS$G۟ċ H%oA60^W7! g 熩uSŴ͒T7Krnn/* 9 J1:7NÈlG_N+rdrェ):~e _^Φh&S0~cߴk-[P[n0B8eliBzT:)X*-H endstream endobj 301 0 obj <> stream x[Ys7~w<8]s9(R vB E>6{4vc bVLn%^2WqdInڢb =9{H8gB'g{:)f |2Ӟ|29_UI[)Ӥ)y&u21iXc:M[(, Z'Θ(*_;;h,bYf>04zxiX^^8U m|;YVypO,D-TJlŒbRx,|2O,S)'+y?R!8p ?缇"c* x;m(ٰ0֐J:_#/?O*f^0Yu|$DFR@hMF'LI;TÒDJNHJanja}%jSϭ`SB 8IHCˎ(Jv @m-fjED֬UmۜĎz6j?Ivu*eLaך=7d1}b&>jde;u]xB㻩H0CdHi 2 A 0Qu& U|z 11=CLykΉJ"8>N6^Y#8ъ |-6XKكkC'b/՞Ӭxhjd.zi.65Ͽjmc*Ƞ/h9]yk9OZNbop xp]7.p˙HK5YtU p1"0q .o{[5rǯ6_=H1C`t6%NT:6FK)OؽSo Cjv'klugzk.m5?sF:f &$ o]3 <\OL@º%eD{el<*ꫂ;C5%=|rxiԌ!fX}̙!V+(sucgDq\[Hp d['35ڢY⎓rVr/ŚW>03 ) yȃ"VtPxfG8(#jdS*Ŋx< Q7v{0JƳ[ 3d0}dC+ex'bA;.UQ1 +0fzյY-b+ aFS_7(CY?w?tE}ͤiDe!B|kȈbֿH§4?N endstream endobj 302 0 obj <> stream xZMo6/@.;%@C6hom]EƱ}g(x%ǑD>Ф{||>>W$EB G(O׫zzï(lRO %`7 n/ .)S+vˍh'WX>~m{9%C5_&j`%EJx+3B!8~v^!Z6@@e &ˤXADKw/7J 5ظ1iiMhO7N̸3b8_~kԛF-7_sAlL's7G$iQ8(ޓ) (tXC>:gVYlv R۟ӯ]UXiDߖ$-D=Wǘ5MV wsxS 'T&6I$}mot%iJ^5ǃN<ʢ0>\BSa!$5ȳy>4S~õtf"7Faй`_6&_o ʉh/c,ϱ'3-WIoU2%u,T*z7?k8ƫj;m-NVֆ[+IhՐ]yNGNH_ʏ؅VbHj}HUH߱R?Y܋xay>iQ3GI$%E\lZUR4xV0Y)UJD+ɼtʺT]ragUM`g"$HWJY#(n%A-vBg4A+>|}֓ QQ:GxbGvJ* X9Dojf|7~q9gVM'e8f=Yۃg*DZ}p.k@.0j')e E^PL/0j)ÙRVGCLwPLZK3SN2)9 VHs> stream x]ݏݶ7<H"N6i6ɍ]AQk;loɦ_rȣEC̐ჶiݿYS{8݋>|?ROO_>|,]{Rk4v}ن'϶+k}߮N?=7!ՠZӟ1Vo9vtgبطIfᲗ&j;*Ʊz'&K՛F+n4K93)gR߮(non 2 viZa)/Xg%jH08~|qH\sWϯm%Wiycm:FNҀENeNkHzUk툼zihf_ VSjvUg_dFnYz?\eo*&nlup++iGGq1W.WٟfS0a`^8׿\x뾽W?F?qLJ0k^ 4+wo.% |W\} :f5r!9G֢vkrwX~ oFVnaqBnh~ b.ad?.غ]806fŏ+ުgbFOmhh Vyc~>|yƧVonm-|_>~#}|?|vd3U䴰G Rp}tcl_e!`h~<02 ?{>(; `*!7̹9K<雉n;hL3H\zK8iGyɚB^"B @:UvO8jݺ#{]?~~mWϷV=]incL]1%#ӶȲqӛkЍm8*L]11?tpr'²ǸUщ=fθ7KQ7Ѷ-=Lʹ1 +c}F͐”٘͞n)#giPc[Ɔ'ק`[gѷ׶~ ;$xށGjYH7T@p4zKߑ-|G3)YXa*a &q5c$ir0_5AcRx5w%C049BZhofȼ ʰKY{lX i),HK"ҢIyi5S0H#dY e,- _(D.3)"J+)4:)sJ!7n4, @VAT% (0_~bwXؕc=fe(g\ꍑcv1sB|%ZlQl";a5?0?1,iZ?^nFa!bϕ(W׵902o:E.k{9PU?C7`7ؔò tpf-uv`Yq ](B)&c"$iBlFZz-D*cW[4RC+\7r85б񰒱\݃(z$_zc)iТ/yJPIMiXLb@z׾:>TBT!{Ԏ""eulI$޳6Iˈ$oC=F]yED"^22x!bahMX$d=Дüђ (i…uncvE84l}#M=cé1[4@Z;be[9<D"Kk)K@`džj~HÏ/Gt YR4=.aRh1N65Dk@hHt= Wn>vuBOAܰqVB__>HK2l:;>u̞ũ(|s:4DGQS3nouۙXcܺ0%PaY5B*m@ - li>AYpЁ4*,L'N@uq8GFYwA+64!'D#a,7lLZWҋ='Oƪ=[ׅy1*-"|Bڵc=ͤ`CEG^nU+ 9UzZ@Dn3$iCl&Fq,NW<覙 tuZ0')遳(K!.r2ڠL)2J|TE+PUrdr(*+UJe=.?JLSݭ eҮ@mwi*LR{2[pͅa12{+'>Bq6LBCWLo#vn #ϥw"D g^4EoMx"e2߸ nq00p_߬Y]#%Ͷ3]Ό(̛ꪔVf.J?LqQ#Xo_ <{2:=eCrK=mm2=UTU'JSyǩJN[펔ޑ UWK<$sLB5p" X< Cq#b&-Dx"U]L"ŲsNӲ~2'NdhY1iu}[. |t@2_sY4hVbb;5r~цn:Bo.V%$3Q]OS5i&TH.atxaldI.0@A;vY||w_#ݺ o9դ`;NFY ؼ5jށ`{y;!-1:y(EOշ\M'S`Z_X0u(3/ВS!xYvftD(ɉɸ6Fj= 섚\R9 ]DM^v>G9a8$ZUnlw8J$ MĞ9ѣޑ|qmRXxʚy(A&,UHJ!7kv\2ӟ'3i7/p|nB0_z|~Fn <:=cQj=Ɉ'ҋi+~gU`ŔevUhA8߬gg+mE ̩*^rGULf ܶM(c===Ȟ}g aܱF$<EYYP$iKٳ#o>]cNO .2NF\+ݸ;.r%rXIk5ͼkuV]:jaՈY$l.{rEGMzJ3J>qJ`8+sU/z3ˎ%;Ѥ2S~dwu3$0:'7}pC 8]=Foӎ\V(%-vo/0Q%A d"=fi?hօ5?jLONA\@t' l η[q\a/Vh&;Cf);c> stream xkoܸ}7j!M.\ $E:mb;v|JHk-吜 Arϧ'RH(]A]NO<=ӓo+w' JUV'hE{մ:6^ "h[9%8D{) &tPZU7@^[)t@Ji,u{CJ#Fh/kj<Т&~)dBT0Km3eF:q8#Dh a]!'ڎ'e Ӯo7[%Ϯ6ڜ}lmKĢ(uvWy1 Bޤ:Ijxjyz+i^4ǑЎR k&evJBIE)>GT(א*k'A (#{ * EqTR I_ k}[XWֵz=-}ymWF.#fU+  W%TP]^"1{h6uՈIwAM zOHDE.Hj%hR=Eu4MK,G,. tAʕ#M~_TִLTpZ9X $w$$en6VHsNX1H B˵D(aV9<6*k1l ۠q*oClx~ꢱ8&cMԹQ913XaD}J@Todl}|B{ TM}4S4ga\zf,x 6TqF،99#uhDx2C!G'5`,!5js<ޅ4L ٸϹ1*G+|J|{ʯh>d10 {ݕ}Y692Ԥ]A)o:hֿҲԝJyOqRnڇa A:@@P0hŚKx"_~YX %7zh$^TbaO 2X.Kas7RX@9Q}K5 j? u_O jgЂq! [4Vq)tL Se/ۗg.fc3 C5~&&߃K|NEZ=}wGdv5cEc&H* ژqO=ާ)޵y  ɒ5o>Zo kq>]F)D/-SzL:6!fp{'{ؗgOb^`0qFh[>nln#!6ZIwBi)gn9'<㺹on}37eS8 3 Swpf*"5< X!]?H!KzZो dkh1!\ npMe[w&6:^{qPAi4JO_ߴ-nAu=Yx2?4+YMw>k_twgfש/%SnPbf26kyv>n8}`đmY2wFi ޢ'`pk &y<:cn3ՓkQbNg9l#|=.jOV+FLN(=Du0w듼sڧK';饋[)\z`71cī[OqU!w%j0Z0 Hblif[iѷ6AQQkm(jk _>qVGȞCi'eGcD0B\KJKq&Xx;<vRz1>cn2M{&e W w& K>,]@.hqu)4؛UPS{؈fyP:ay-|!Q{W?Yz=+=L7B-9T/! % RAPӡyoPw1LI}LMqe-^O+]~#BRR\ :@u,z貌  xyCF{mg9:xF_s+lFh~=\AXr$:}4M%/4>S # 7 V?eNw9i]*=e [TQ_) B6iBV(7Q;sh*9Tt13f^$"3#xnhqlІ endstream endobj 305 0 obj <> stream x]sܶ]3|2JAOntNCY:$d v<ꄓNJS], ܻ㣖𿑋mzsգh\џ L#n o ѝbixc}мxo>ټ~=iN<ѷ惏:^=oj{3[& jL7[F0.XkϿ@ ed^zi3a֯L/%;k`ҋ8P1tw3BpחϦ: ʈu,x~oOO<ˇSO6p3)g#JJ+`%* Yi j Zӟ}:C3>Pd0:HdD;?ηO? lo^ 5WaѣM.ø5ݕU!m).PlIFd[HYCE##& v߄Q!xN`}c#yAs4Lߴxq6\fT"m /pw'Vs'mʁe$d<1oqJT}V{Y( V@j6aL2\m | 3ӛ)r ڂ A$cs&Io O9|)ZLFf<&!mhm߽H6G&೵Py# v }DˊY_Ȋidchty\}8=q8%j;M='@w>?lK^YDhwE,"42`eB˂ IyM5h]JbςyvlYBc02Nj6pncst.Hx5<1}ѱ[T&ќc;Q8Zw'9_Tm* CU՞,Dř02Ps6HګեN]Q4k 3䮂%MT 00|%Xw@b u(et( ZC zդFkMff]FREQ[O=ɾ̥J{N P& [j+^AuОJ"c /8)3^㴼zGq˄:˝Ռ\2 ʌB`sŨ%a<&]X(BD%; \WtH+Ӫz=piXg9!*cymSՂ^Op‰X%?1Emf=.D5q4<.z~uYh9,FW"kwLWV4N Nj ‚z!vGЗ$1kX`w"յLz*6]pœ.RC!.\VAI#(՗\6+̮rP/̄ g ˢ s^!ޒry :ftuT֬ՖeaSH+C tt&|Zk* MYPOЭ R!DEkΓP|>< 9&SʿVˣ[f ۇ(Ӿ=ˈpp' ~~,;oBO=j) ji|[9^PiD:Ua1MI P8*<-5T/BwVl(QM}3LPYGiJJ{dhDDzzmmqX X ,՛i<K%{ zpl$t̍)LJ(7+&b_v. 'LVK: [vIj_zWsA?Rn5<* 0ތYxR'vկ"HcDg6&>Kq5{>wM;@)U_)\l4.}|6Ov.xvzd U  _a!Ѧ3ѴbZr [QyW:KbT\`1/=gcLii'y9:v_CVRsOVggU!3^M[)9L6tGk)V$kRK6LsUABaW:VǹD"%RqB^ꤐʝ i CvM{Tn{wH[;֝LYcnH&H!'NzCr1{#ͩ <j5(!m32Z}, lj,AicɜM/oZv;Ux}? od7BaW{qeIjw[/5?-CORKy;Mzp{y_!j4q&QjmKBr%%=Á(xlsCN9] {10߄-؏4MM,/V0f57Ll,UR8toW-ew\͏ѪɻZ=K@Sʊ *s54 fsZ:<R f7{t0΂H],|Y;d_ҐCn9ؠw'vEtW,`\{|wNOK62,XUЇӞu.AE;ߧvYW$'bY;"YYH(fj%~,h}]qiV=2WⳜ?Žd34?+[U8Mqmo' )}3/R/"Hy%A{yP 1__l_ .Lhծ=~=@mTn5a WFe/UY( uCa^:O0S P1®8V^p`&x u4f"XlTrJ^(ce6yY,NjR냠dŅTuE3VFVS F\@^ڿDEVPʜQ}jgr(JJ}7B<'30w{ȚV֝>mgz: SL[শj{* y|W83(ggH{ݻw}ROt0NR1X o ~,NJ}R ؎P&vMH Yϰ%>j#+[C7W\F %W &3-2k!<Ν1nbe _.'zENt/i[gq Nzs컉y)aOPot .z~<&1BRo`z endstream endobj 306 0 obj <> stream xَ6}?Yպ}}$E>lJdm$%[۲g=1i-f5k6^ڜ|oD9zq}zxsJ37sWݼ%Մ_ߞ\U߫?| |zvG:XRWt/|fXc6pW[B xeǘC f4v%X laF,Xd,TXE0A(&ҩ`BAJXZ3+neICT }B8;{6)~H2ij 1^Ĝ"@ *G^΁۷hаVI!6MeL|(p]'hO!00nL4t5{)e9y:k%M4 'xp.)1,B` bR2n'<,~+ʢ_N!႒j:R16jab L+_x٫mUnCUwA H Eq9֥rL9dVxXG ϵK{ThB.W`I8q+OBx_J~AOhC|uv^>3M$ i#(*_z #U"_ xZ<!2̀ۍ6=]]vM` YO'ΧRf\$Jw Ej}ۋe&\|d᫸yG.c*]'Gػ q;::#ѳ, 6|2= ֡!Io`W=9_ZT΂HR4 2njig5IzpiVH?t|klnApN7 ^v\vz$mWNt]`;=2kl 4YQ{Й+HPspegG'YEfƹק4谉n1|=Ю@hв淖y}3 W`2+-:,U3{be\C5 %pL3@ڋk͓B#()בJ1~s.@OY?̸Kꏊ˱6rC 5G9&(=aGMEgR@Z)v ,Bqj4/=A> ^"ܨֿ<1 Fx#mNj'1,FQrx:W]ojg@Τs;NN-v D^6j"?U]<>c&ym6L8 Gw:aƝ}ÙZp:ψuηn}bU&{u(=r~=03ȥYoGYІ - ~tW endstream endobj 307 0 obj <> stream x\s6=fjVrsׯ7^s=mMzJܵLi ߞբrp6WgzRݞ}T%Pzy}~&d 7Pݼ.zjӳV˿} ~}~vt^; -4&lꍬ6U^Z7TYjv\ E.\A3\&|6yE Eh&֩`w+&`8i۩%hQܗWxG;q|n/RVVTɪZFYS|$|d-'@ɷFH]P[;aA4(}Kڮ5tZ_XԎϛE6ȠܼDR^8NcQJ!~\+zwOh8xnyedLr{rI{W ;֫g 6UNs%&jO'\rV0^)8?q^~O_ *$LpcIqA+c0 Y!KӶW0fz0,5ZO;uf'&v.HvVx.;2$?=ɣ_"Moq+U=HiĚ~%AN?= 2i|58SKeMn |F%pqgYjvh| g%<|E}/j PݎNAj[2|%0əd`E.1]ZaNsEu$_?!1fY8sA=J8PIV 0ۙp1<]~ 5+xY9Q>NCZv.؄(]?grbXLg .ya~*c}8JQΘ}UtUn$|Y~R1_q$fQlY%Mo| GQܰ$*o-i]L1K$(y|`o Y%%%,zYo-Ck P9O([+lHw2mRa!FQaEk=|ot?L:Ehs2XZgZ\n_kf9TP-r(bh;O<#J񷘾|Cmq#%AH|J"MX6tqt;2Q6,0J/G*r*<@SA>b,rd2 wx75 TeUEO#Os Qp(xB!?F~Y*˗S3ޗ_x\P119ͯ6F;< a\=lfh=fTث<-iNbC,wȌ0;i,HmeU-1穚RKy=p!k}|#.}.AEÌtΟāqbrf,㵰?2? endstream endobj 308 0 obj <> stream xXKo8 0AG;t{k Mi-d3iw/Iٞۚc"CJD~igJ*4%<ޟ| %8qq5iSBhet"X'- nP]槪~:>$. "iy<7ރW 41X-VAZ$DB\ ;^vu! Rʑ&Zzzy9c$4IwPsc [3 K2؄ Zk0x^ ׷85_^ LqKRf GBr J*Zd[ddsN4Q`$P,jh-Di.B(%BrJ[0\l.u?lW;óhT:o\O7Q֦9q;#k+|PI/|ģ D G3S|&Ծ{GS=W%v O侦u|a$1Ues)8Ζ e'),#uة jL$ |mllR [_F+Gg)_NPs@I|Zvv@cB퀘0#4A#1 \@?;X5 ,9t1OJNFյؿ@ueC&k:H9a pwK aFpWy{+T1 M[15J{u}r'` cVCrG&I2Kd7&mШMd5nS36hs=;|k/@zaɷv٣ l{Q-"NWw2kp,[%Y&;7 i/rig Tg/ly:P!g .H@xrkrF~;NAwW"ͺ>OTZuaE.p׮YnвX>tFN:;)rs>w\t >v_Ths}<<6#ӥi%%{ c[st&lY@HL`?DK endstream endobj 309 0 obj <> stream x]ܶf?hɲ⧨n4!Ýg{b{w/H"E[d+Pf5rQՕqM+OӗgVT3Wg܍+^YŬrnw/lMY_mV?Ͼqx~ fQRW]#xb|ͤ#ڸFjТajẗ́ۊ f4vGZFq4:=1ʺqy~ii- 6qNV)F=29^P)lL@M.ޯXݭ\0xu-ě 258^Q3A,bIکi F–4-n$7k7&$6 a)mSux)N"rRA7Ǜ9ڜ7v9q i;}z#CX7k)WXXjjΙr'9 jLA%`v \~i7_ђ5C w-$Fi" f(S)dQ|\ln`m\U0z\$ GEܥkC&5n4wԋB9:`QBFr^{E]?-w:;k63I/|XzTyږ̈́܏CJA*AG\R}}3}qf[OCl9]V8)l)֙( $|~UuN]FJhO)7V]h"5^m> 5(p,Zo F,&1lgƁrگ/F PhU11 [xG^d `l$qȑq=F>w"SP F;=@>-(6AhoH,S J h[|C+Lhel;pܼ;RzcH#3`,Q_M@Qw%b56HF% ,*2vL,d:YwJcRrdČ^^lZUg34@ev S"f{}:*gI+U0[)-GVVss9<9BЙbVC=|(D98M9hpu"lK?KՃך! G\t.UL{RU,r;o!x8dK)8heC˖ց P/57*3ȪdfEC퉜nGOXgllg+[4AE\e+K!x2e ei𱕭684zdZ"4y޿ *dUe=*neBVsbTWȎ +XSJI ?}OP[qz4 ۜv4I endstream endobj 310 0 obj <> stream xnFn`A][ԴIڢ(pC҃kl%j2LΐkHŁJg206ۧ:SJh/Le:aО 'X2|{8xVfǿ,/RHG+i\F{F0pØ[m sIr\dJ haE J! X ܵV 0>^$/bR( v^b #<8H:Z"hrmxl·")JJ@ w&0SB+WOj),CvxR2GĻtA DERm7EݓKvՑ_K"KRĿo.JINÆV8_i4 n#h~> -I"jF&sj\gll> }Qz/l=AdGe/4jP8CPV%2偌<DM602xmH>ʜ=;c'R<ڜ̶uIh gp:2zF>ژkt4\uMCf&fz6gs2W'_)ciu%o鶡3ℎLBE+i$3f _=҃wJz~$o1!F=3=Zr`)!%Cf]B t#\0!1 )U 1$ "/= |fQ&!M\!^ O&2]mW#ĻZ7Q`1^Qj3(/uJaMӔ$&1Vh @H rCj$6>?pJ{P!ԸUغ˿`g NI-k5>;Fu$OGJKarjqXzSfXEZi r*0s+B?ãd)5g3ˡbF/$ܴ<ܤ͐]G1k 1?ph&z86d?] nwo' sjpnƺQt clC=+$V/' 0.\_īѳfR*d'@![J4Bòڥ;ȩ0 red{߀y‡.\TqFƃ;gZ,Rbw- F*67HOqW]-UmRBjӔ(QHUVuM]=k{{Uzc{C1}{āxl^0)u/A8F fa(a"E((OB; UQb>B-<([+$hK$FB$"\6W(=5JlnTt5U%. 1XSLݬQjMܔibeo3*j^J?\gЋ<]i^ޗgt|~ !z(\轕-Ȱx2> stream x]_sܶ׌ýc@ɉn7MbeLȖ,v$,'/ 8 ((Ou$v?5.Vͪ3W=/ND8gBN_qC׬oYVU5'ru w{z|zoG[㣏EHtToZou'&jL5ꖯvF %4+&zu ^{`bS RqK'zC0d:mtL5YZ e_PwvYiA`J$JG+֪5b8_Fn|4r}/o+쎚)ѰP,iP$WeB'a?( ˅I-;w8h Fp\)c8s}|=5<3Uz`mN u% bFwwLEǮo r_~{a/͉jgk_mNXآ W3 ˧뇶x߻[K@ʿ)vgWϞyO:z ob~* L<(BC@@KTkVX&q4)r{bXϬgާq1j}Fob1`F FzJ=Wr%پ!_A|yuT043"@. Ë"7y淍N}Pur'X2UD(+.n:pLAHyt=ˆ`"X-yN=]tx U>b563 >lMb Mu䳈ߊΎ* Ҝ?ĠZ4虏 NĚN=sx{ҌĈ{.} ,K3Tl~ Rg$MҢbcp?rB_`7E0jWh1Lcw$JI?98䤣IN8"$A|@~W?O@"3MAu徺LYkz.auٷI<́`-UM 3Wž <"*Wд Kg>]$)U0 0=`\Eg(ˌ~f`~<8(m߸g@DA351&u<}>T\o4dlN;Ra"O61Pah6gf LTxT80 dk4Ilg'!Nf'p[gO~gNIz:>7c߄dfttM@ J0%Z?"[b<3*d}sMLO>Pp}) IgRM!Js05 mqQ% =iφ)e 7^.j]s0v',}i5Xd5%7QBX^dj^կull.ZkV/i:6O8qB?3CTzNJI\$-V E$-瞧-\T@hbkX|eǚb0q0UrB"bP(Fњz$cO{*w q ㊏K.;bCdC~}Եn5E>|}L/Z$GA#[)9 Dq)\2RUvkfq@G❚d pۣ=? wpi,te͸R$e@q %[;K4`.kWT*9 X;PY$g&>@竌FR8]}vy,upbr@eV=A)Il$D\2#iaqe/|hdO{Ʊߥ!*CL*K|FByيjgQ SҕQJ$JrI"P 4\qU$c"!$prx*%,UUGdRe*)]LPY2"A'E"i HbH aqH |41!A:Blmoi)OVF~C =n&гTSLY8\',#(H-04EL}$ih\&)쬥J(KUFY+!nۯr*1ITs>(yYNv13eʸu4f(X\aqX(@,2TnJ:BosS(L²H&myjl ~Coi=h'.'  h\n);_3kR[C8we.b>2zexCu/UQT,Qt15 9Q܈!9(أsg*% dcrżd'>C7܎&7ߟ_c,4\F3ݨL.8r|xJa=;,bhGCd^d+Te  @gJcu,ae x?Dj گҋ.e<]S_{,08JbPsG3$hH 4H:BzaTehPg#Rhߞ@ںN6noa - L_@((te:N!J~?XD( ^Xq$D8Q5ȁhF˒$cO{Tڪ#TeoJ\d"/VIv7UFY9옥+C/Rq<2e&+b0qрf&8Wfwؓ/^PVZ/M3m*iҏn2 LEr[{s pT6BNWߺ' H:8;r3ژ숷RGEvctȰEBS?,>L.@ u{C/':Vǡ,\LbKNhrn+l0n8#Ezq/DzHS:A#R 5&8',#wKwոY:+Yh:$X=R4<66GGD|zo>~xL6fe7C= &w,\~ ~N34?ۨpҋ͋5*I=([·k5Sr#gb9|d 䦅6➂QY> x?^|c8T< (mh#A_^p9LSqVK豳!q7Wg@CDჰ+𡵪>OpӮv|*YYȃ+}+KJeH #y3&K(P0G{nq?;i8&qXumw:Nw[9KwIJcz2[%TȻ!=_۵÷ _D:fHKgW/k,2|u[W2w SRv>d'D"GNa& endstream endobj 312 0 obj <> stream x\ݏ6_`?YK+ҢMrdnI#)Yآ=ڝ q<&-R$-y~V뤪ꪁk۩jsu~{?}V^I+Y9#ZcoSWCVoW~}}~|U}s~dtYk[ѽn%3РujZX Yʡ]%h,^/:J':\Fp9`ڈ]Pd/fh f,|RrbcOmZcYrzߥ͉jq~Hz֭h` šz,Q5vȠ, <5v3/szvlf~Zh(:rjJf4M+"d!ӵq~iL>9l/zu$E<h,B`-Jž@2ZvK9Z/SuO+6b]x^&'OVm1_ a _ϝ =0M JZ '5B>E@sJ  !U_mϝ8% 8F\sf<,,x <4`MW(c뼋+cs96bz5ngLX׈i:1ODc.cPYa31r~-9iH>J¼Y17EDgcJy 9jw3"%.`HahXQؑxhT`Ljk-bTÊ2'…!DCYxbќfVvRFWaY}:-x&t )4l8LQhg@m6&$ m )is]΋P$ezop)t~}FU=ks2Y6:[:C,kBN'nkI CbJ -xosz9US8Gٓh8oJCb#i@VNh zDICWS[ٺm}sX$=mtʧwS;m)To@eK :8|m=(?}z2pC,зjF:m:/xoOO'ATU8<] ]VĭƣEO&(->pO_Pr[ tziљs Jw6›iuXUw# .uc>H;fQ[P(Unǟuhml ŷ12 C`la;NM;o=ߵREl;y' 2׎@N4 u#J`8 ;Q;5OЎo[:?"өzj|Ynj6H}o?۷ߤt}~l5VS%/1m&o2dUqw ȸO${K٧5YZ%t9> %w͇]K>pIR>o:L4b{ i Rs5==?L}((e\FaR?I9 G|/J jm9A;?ObfR"JYټ4پ@sYxjtEmjf)sIo}CȉrS5D1*~Na VHd`:Q-IB0B:Kc Y< endstream endobj 313 0 obj <> stream x]s]3X ?wnF3c;J|rڒ| %oܓVґg[-@Aqe3Z!+^6V4zN+:j5:E_J=xěŲ' k] $زgSſ;263L0G&A$Ja&ƁBtb;;G]WI3Wq ܉)9Z˜-Jm#e$\ 9CYF NXH2I( .f~V[ۥNi&lGu]6*Ƽ4 }q#feUr^b*|YeGV%i&G>{CN tl,۹4w;U9yޥ/-^$oPU f`8 ]u 8oUD.k|D0frrz(dрN4nEå)yrx㠊#t#[6?~uAtsM 6-LĈ=ʠQ-3Ĵ !ggog&mxej,0QA9馴 2P/5QN:A"7"I "1ᒖny`E L \%ODcJ&*[äfuG ´0d\ilpgrزA`Wm<%Tgg7O#|rfn>=R #<)ih[j8HpRlYD!Bʃ yp\ڃW;\ρwx*p?|c[1<c#zP?_ˋ[ۉdf4"CJe$&STߥSXn]TeK0|Jmes&,݊\aQEa f~GBT R(4ڍplQ5?zHT}v5q&+ЧPE݌Uy)-$s/QRafX+Zio& prĢQ՟ S_^ r#0erΝ rNǸmn5.8/,VoظvU!XA%GV43u;d;^`5a!}b^iBE1l{rm'L!+>?I{|t wT^:*rϽ8*'*#Qj:ڥ/oGys|(향BO30^Y-S CitƹbhʻFmmk F.Z rea bzLr=~4-2;9 :;)gݲq(DEZ+GS4ŽF(Xwm-sm2rG>3Ҋ`sz?SG6S<M 8SEMx6K:8X<fQ6F΂<$KAp?4Wem<̬+Q,YP\Z/rI*[*QWaot߫ 񠒵BדzIx\PVbO>k gFgKӳ.۽VNϧ՘J^fwa䁬Ďʘk\{e_Cr:ү_mN#wCXw@F)q6PH"4n\ޒ endstream endobj 314 0 obj <> stream xksܶfwMI79v4v釸dԖⓝ.HGby/I3nA`_].*+0^TWb~~xׇ񂱒㪂,kUJi?卝oMϓb _|Z4s4*^hYb|U Z*mFbnPܔ0*y 7VŃnXRQ0(cT4{bTm RBX\xɑ_ Ā;+; Fm;RJ,81eYb8ugG{n.Wp9ˇ)s %rW$pK2mōԔ&,jrJUҪwnWMDi1fT&6tsk6}t'דjMVQQF\UeJ- c?, wYEtЖUq[\9[4 `٨V$"l iJ]hK]TsD~$\+Pԑ?^uWOmX (w(ZEv eX Kl,Z Q23vs`gZt 4@)EnzwNpә&7S!b'U;Ɩi&3ڈ8sF+eDlr)NmF }rgnqitmlmؼ)`r66eccKpgggc= zȿ@cYN3`mQB9'_M(Wwu6q=^kƕ:ÚF'bF"v~ՠf?,m8\1KѰT{$&7F9C6e77^lcAg=^#s> 5ǑpfF 1 +Ge%!pH o΍(/vts/:ֵO!Q2ߛX{^m7C@ÝgL߬LDyfYJS$C˷p|:wq38'r dZn#ES<Ȉv rzNMU8u%l!..:?Hd1Պ-T;WfǠ Ð9 "J99>}qW{ߎxKej7~##FH~OpOtUqnn,y8,1}$0V֭ سpO=֥Bǩ#ʧ?82IR\.+2?x"p$ *F6JZfoWt8\ r1+D}@_=h\A~} |e/3]Ca+v1XP?zB2n5댄n o&;\6.ž)%Ko!OY<ŵzEl ;wʜuMl4x?҈N_XhAo A,A}^_S+L'_*LqKvp4RqBjByัMA4 ɭMRC+$vILCUHc@ %vvVtdArd@7} h+[I#.$0f7]n! <2J:R$_ow&3#p7=\#eYĕ [O7̘b^":kY|+ "ECSnw^Y†h҂Cec1D5e @ovYg=]5p!}^'*HIv#GxY==RClg-"-wġ@i'F xB"{v[G7>ڨ/Is(d|K`wU.凰ѾoZf^4*Cpڦ"IsX`,N0ي;~%0'(yW=%QoDM0%n&#-)E WQ*)jcfY?c bfF49MG$oB#jdCWDaEpͩnĭ) ԋju6:uGV5*,ҍ FUwɐGi!{o{')E]-25|u[,}ʻ+݄"\YAq"rw6yx6x$I92EO(ӯQfFP^= i endstream endobj 315 0 obj <> stream xXo67R0s&=mXm(4˰tYV{ww,"-Ѳ߉}HO' WIs0J|:-.(&%W]N',,rϠvK`wkX_UtrYwvt|?ZJЖ\;dB_p иFo$[ <[U@;Kݞ4FPT%Q{zB+BO// w(_$; v,__\  6%h.3pQc)e) aTa Js==U ,d43hI*H@!)Eťf2X:na+Rӣfme O3WR"$z[E{XdP?%\VCD#KIG;m(14~l3%(W:LDbCث7%G*Cmv#7[3xz$g_orA\uU/1Zy/JJ 8v&cChbvzK\2\{]_j_Q'K endstream endobj 316 0 obj <> stream x]f?p$yr2}r8m':;yp GNuww\~R:jg̣pvYJWqQW[b>?i9?os&txe ӅU)h?~~O?^~~;)a^J]4F~ɤgUz.VL8*`Fk6DSX3zy^Z^Z*fE0 &),o_/ PʤB"A$+#K3J 6K!Z->-X\e %ܽ]^HQ_t[l p-z$ER|e( uXzCD I+a= WKv)w^jiɵt;0Ur.K\*9VzʋfzlpSٚ&y1L-4[MFD=`14"-+M>ruvw9QT,IM%!C  $ʥ+}W>B 1nkgݪ}c;I ueP^ Q)t_֛O7GYsvr=ؑW űAW^z@!{}i]<&o(wT nI~ q*k@bZK8:͜ yN`\}SE?`k<*܇^q ++rmFaVh4k'걒ɄapMk3)Zǎ2vsBN"!j@+?8WZNhm{)]O*NNf2p(9_qpF2rLNK:ƲBR3~E-!r^etI>IZBzuܾމ Ǚ Z9ndDd6`_v ܒ;Zܶ bvv燨`1ӪZ3 +ij];F:/:r[2zm֫ץE`K m `;#c"L4CVNw RԨΚk!FHIt~2wm{oG /yㄺ]F *u8N)J0 IHOo*b- q|R= .OSʹjȟX^/ l AMJ̒;adm]ZwLe 4od htBcNx}Jձ'8lQ'n ZIu)҂9Sc >ޗ0noxFOgQ~K{oZB֗fF(L5y8BzRQO(G0<{P̤Wc~wĀbxa) .?A!c45P2y99CqHtD/P`љGm=i,% N 8Ƕȁ2! US%@(x nt9 >%SMxeIX\55 q#KH ]`]+ b8T`YQCVNF! W1+4?mqC vJ 9BF J" ` ÎTPzbO/4iĞ.%xQpx9$$Ȇ% v6ͦ07QSHbܭt*Ak|H#FU86~J,^$dA5AhM78h|FHTEz*m4__/:-.c՘+rީ$dRz*YeǽVAB@]>Tš%4nW%4'8|kʺHzz7>.<6E^uDB ߶coM(,C6> -L'*$18C%XFt)/O@%'KXqUXg6dž"ʓv!ٞ;MaK8Ti0U˪SԻy.4K^^.eq^n7p9PY{(g~9yAɃHebk^RӡF6&|Up B]\X@hy&CLo3+x6-lg+kK{+k$jI( &kקDQ$y[OzJ> 해-ћ)B: Mm` A'wk$R$HctΗv^fխ)kvS؞ 6H"]tKa<߇MuڑEՔľ٬Z4{WvJIIlN^6XNjBc9BBh ]s0UC0=ErڰxP\1}bB5P`C`* z<6QGq:tgYg8H8sYn$cYiO(A!?@D8>^_?cr)(Iv}IKJLjcKĨ)$1ڗ(3ҁQߴƍ_v8oҠ jp m|4vۢCD joSB06:MG-k'R£rrׅN!v"3w5X |=}g5,nCx}@fm2i=w2 3 q6GDCx2ȥ e =ɯYτ-Adny5ȥѧSHO2lM5mN!*'&~M endstream endobj 317 0 obj <> stream x]ܶf?h]?EOi$cӇw][ח $+=-wosN+@H@t~V\TueܵiE,X KxX-9_Ճnx$| W@|ϮiQ3sY: ŀSo&oڗiS-DjZ&qOúe\VEi'.@hD\״3̉Y,(s+L[ 3 9dAm 4 3ML PRnZN{j%QLZM _ũ1~bi ۀs3Pvk)[i 36h 4g蓑-: ~0 z'ay_/_G| nFj$7zR&}p0A$xpJ7P>TGVGQ窩eЉ6xG>@4FᥔB䃤}Sv'ervڧ$Sv>SL</Y P bqbtN9[gwT݇2g=fL֬G s ShkIJ<}=G1tp[8 n4[TײVp.[\e?ܼ1L=~-Tx9&Hm:xt)8:Mc G0yMD,r= +]%r*Q-QViOD4>Om~J54|$禟 FHf-]Dӽ=QEӵ@Ut`nS:Iq:b+^ dPBC:/7{ST]@BSdUK|Onz nKii+Ӣ2P ߣv $<"tWXwZ50gS#!3U\ږd>t7 w1{yGX0βY3+X?ބWYqH01{LOҟF3EJu^K HJ#ƥ0rvt/O7&P.ZYt0t07'IVe5"2N1 kO6"e>A#+| [5QW,ݬ1vKK U[E(-D9ꭓ[J>RXSĈ{D\pzF$.=T+ʛg}‰FMб$60hDX!.v?`i}뉚X` g i^4bTTdm g@Pv>m 9 $G.HtRQBh$: w,GR6?Kw/^%S(f fkrC _fgL\]`j8\`sɚz+g!q,$o橳b3YG&o;wtTPڊz4_57gЛXDQQj]C_sO%ҦY&. ^* z,û0łji.]E!("8{d>.rBIg&E/NU*9x, |hv8prY"FaΫ +&N¦ㄷ9Gp4.Y%!#TܞՎiEYt3Fƒ¹X˜@Y1 endstream endobj 318 0 obj <> stream xr63u7eyJT#GN>ݬ^__HDjZzL  :>_+dūM+7󑬄`TO 㕨fT6L%}VW0duNG.ώ^mV\ڪHs5fx Fj \0Q53iՆ=AҲ @1 , #Ҭn$KJYJϾ]f$} :GxGW-Z1 xSf^uXZ\"4OiEA;llmpGɜh&@y"چkۢsI-A_8_r%cJG?R#E.;q0.`axyJӉWܙS~/I0)b8=95}(7}%ktJ;I?@9>[EmEY'e/ mld_k͌9 7{ _5Sbg]aHm8m )M6~ 1f`w+ƙR%=rQmA$N z_XfNw56 !źW˹AGakbbRY [_: ƭZ@Zh^Ct2S$'>F)[[O鯵 ֻ ǩ~`o~xf3,$hDƍ$Ɗq`,war'qr1G;.GH؄oz6dyr|6͞$2u8 __{R/ˢ1hsG8 ]"G//\B)!-SJփG> 3#&$Q~@/YmIΘ9XUL#cZ:]D,WGX-t 4m?4[JZb XZ8yv#fD*?ZF캨'RaC> 5-k.-m]jҲl3^Ӡzw_]]w^$T/D>tHG5}6sN%HόWKV%irΐ&L!8q:^zeCd}l3p/r?O6' !VkκCb [ѬNqk'Y+5# 4xtKj^`c{\ TLl[csٹ =uf^0j(o9I~HԱ?z::Pn;@3'n Qn !2r,'gD˥bdIJ'OH#V# PD.Y3jwH>\B oKTWVYϫ,pv7Ix{E2._0!Vd&T0@Ό7+z3C[A[Zld4@[ '~ФrYPҶL$S܁JQ4+ _ an\lTX VyMQDA薁l r0&$oH/ endstream endobj 319 0 obj <>/F 4/Dest[ 63 0 R/XYZ 82 721 0] >> endobj 320 0 obj <> stream x]ܶf?qc/}ONj'd\|>$}wv^ںHDPݽ3i  ~8?+Y Z.̵nE>?۫os&tqus~ ^YQE4SAuSh,}E[q33-҅Ūx)uL֘.+s/ֆ -jƋZL4q[p*nuD5KiYV]`Vc&xT / 1qNaV)AB4AKXUZ,NHP)MhTj\-\,/Zb\bbwoR+>. ~[ @8]8KӢd"/Y(c Zpm,mlE]jP6DRE1䯛E`K,mw-EQ7ѺYe E'9:BtY122wUrnfE OB_9Q*,P-͒+U+^PZpx9^f>8c5PK90ALp-?0:h뉬jkܬnPM^ws֗%BsOྟ&< \va/ňރҺ^*̢MӼU?[kWnUg5"pii3KaS.5ơ2_aHʤ Zɼ̺G| 9ٯx {9 qIVpѴ gEzL~c _ t)*7A c=M.3ٖL{![E𼙍5mL-ZDS1gVx\TK4_c r3-gw6ǎ&J+AWF73_șQX#ld"QM XL"X6f7X^7_vfRUl%bBp88^ T+@^D6Vڴy V*Z#b6ߴ`#: s͠tUbw=G>a}8G=GmO{z3}F$O= 4ٲK%g Ht0'F:h"aih(zeil⥂0W*tZ5jv ZO !:0O.I;"U۔ޟSBMoIÍ#(KW=ϕo={{2ju {LJPw\ iyiv1ȕذt7:I6Ƹ*g <Q&*cZ˻~氞aAW~o[wz7 -*c| ꋜtL( :6cB"\˷Yk(uF)=qeO62/~wOws?;5 x*&$_&j":#gۥ ^XtWC!>[O:ލ4S #j}Χ?+8yB(0wU Ch^̟!˥,~onrx;[ӄwhNía #dbbZ%:_}{J3|/ݦp-tp-*kpMۯp-j*/˷@K NYݒ8W&BD}BPBk`z( MTspG =QNbX4FPT-$ӗCvNzG"{}lL0Dy$ZVN.no G_Ku̝. cރu7e3ӆ Hʜ?y [ AmƬ$Du;fLڭ^9Yxf=Ds&boDE~b NSNhm_Kqqd,b8*yM.>/F 4/Dest[ 63 0 R/XYZ 82 721 0] >> endobj 322 0 obj <> stream x]o7=R>!⮿DIڇ!% BE}go{/sHf<_c*YEYhm%g[{[틂s&tqv{^Y)taf 'dqBߪE8y{!|q%g /./<_2 1]hHed¡U3S3A TX#C=a &^:h)4~P2V&x4-a=P)ëSHE^RV?B,cs?KG{ܑ"!$?!g-gid5UӢd)&/Yx#eŸ,lqapj]E_CC r,REyUPbwh]Zf@ 6EEj44. S*#SzyU+J >VƁw2閉b*B¸0Sk___K33YG 蠰ojV$l҃k)pW={os ,dN"4D~j--fZB_i6gGSh{y?;LOk&l; LEqmJBv36ENeČ>$)" | c;\<{A,w_?ae}OHh6w:2:TvIޭhVӪ齹SSr62g(s~ I 2JWĭKW$mN2&cg@NI [lat|OSg`vIVkhJ=6M`I\X҈xh;{*#>$Q0J=N 5P@މјz1_L?7I0{4#83a8ҒE_;_ C 3CrJ7.{vF-.w@RhC'&͕LI6zw%axtw^99Tm3SWsZ}=}Oc.BHf]J"Y㯰լ|rZ)1s86giYL.b)κsӺ;N.R%6KOk%0tDg_}X(;k^&jm8tpOg(I{EF]J[`4zbLeRpzu`86Q0MB,OCk8l·;0Mn,'ܟL6Vo6j9J'd"AmaIϛ^GӾ4%Qjg{x'Lu#?2JQ-6>I?o\_\~ n|"Tzq[\ggcAY|5WTfD.wvAM# °;7;S0@H5212E9H0ĭ x5 ylM'E0~iH!_0G{&Z3bW8xg% yԮݛV|uL2R+Q ű[>Ire|ݩ>PJhRQ݈yG+U endstream endobj 323 0 obj <> stream xYKo6/GKS& u=8=hn "%{WNRBS;Cp d+ajV/{l9}w2}\2!4b>W0ְJ^-lSVb eOUKV%i#+ȨL.R(k,4֥FMM%:dqD#TtFIerM k94C;w8Ik4ƯI3@W >h\x/D`m@UBLEᔊjkc9:ha9 VvRW=v? )K|>;’՛l+YZ>:=:?Nx:!l:-bE;X,|R[OdeaG>08O2^d5\ ș?ck{ʇo]S='Ė Rs#X&fB kH`K~KCC$C~jt%\>P"}HQ= e%3;;ő$t!Y+w^4?7Aո8pW/?)W2.4[L)]Nuy ' 7D[RsK؁߇W(VZsxIKIeb2E(D;4 XK;-ߜ殦Ǵi MZnL: ;dMr PA*g```CLv_/V'ˮȴWpYy!>ZZ;/-?+!\v^E̋> AbB@E?%b"xK2$Mc1ש0uW*l{!Ъ*UJ-P1}?pRaUL0C0˥q3d2ń.qͶ>w#N;"d-íկ䫰^=5gqiA,aob9KE 9Nr]{_vs1Ŷҷ qR?SHO㶇5[CxIXfrt`R e-q(݃ 8$~0M(yI[ë.'#]Rݦ$ DW+}xk6}`]x9Y5UmdB5\ :LY{ endstream endobj 324 0 obj <> stream x]sܶ׌>y"$>%M⦓NcA,GVΒ.@$ ҙt u.ǒ*+_xQ\'?=)nNOzqzoyXU`E#FT4_ ۳iƿZ׳ӓbs/'ߘ8=uVe:\UBx/,_¨VJk-Y3Z(^UU4n K'jMWڲUŀUz1 >^JRF^r31Nazɕar#P <+Z((|bե Bqr{bs ڞ)y|sbLpK@nG;hܧU)F-`uq'J)j-bsk7-ggzi~hܾ2eLy+eHy"Gm#m^ pʪYo-[qh)mѣVІAjK& ]+h>\?CxlvSofSXhEɣbieFYN4-|cif,9ڜx8Itbkm"EQ=+S ljn8e?S\RZec\$|-3Jh+As ` zS]#I,ՙd@Wѝxks -(YdHl?d ?К*{*djswBn.Cfuh(4dP=fuL;aVW1JE,'4%̷0 'D0Y$.i^m@0X<ͰAֻ*i)È>Hyu9_mOyiMz@;r (`QdiLAV`eY>E'0l-b~4}dp<ځ K6GziEDz׍fp(EϷ{3K)1H9q~m0/FE{d(. o|.^q3Du&:5 wA4\͉Tsh.;ezi֎5^V{Ӆ2H`)V ҤFJ6 쮻;[6/v*7b2eUJW9+]F_>`LH,$QB=Tzz|_{vc]iw$'gIIoz՜VКWƆ bOEU}760a"&F%^/ Pb+i97 X}u70`is{<ͦX⚭)J rmtcH8L>CZ\%.f!.Ϸ ҽK7p;8IK)H`e̗>_͸o0~HgUM5'fͽg 6,^[7Z*6Yw)Y }d͠l; [=:(.{$TJ(꤉;*yD=:n؈3mmjtǓ!TΦ (U [O (O{e4mbS49oثKrX4G+% MJ B%0iu&=w8`گRGi9Ƹq6|<Fq!"̨Y5j"(׸!nlE:{7ңb*}Bbd7oKFذxӝf'5֋xQpT$K&0< af{z|L]AejV u>  BI0ՓVGlA8,/;H0ApwjٝdFuR@MĚ'9\b8gWD@ʨ8@t([WtkHvνlS_o~mJA|0kBʼnYs|! gllm¡,msO'J\ Tm#Smvst߹j<^ApdoG,pMՕVb|!MXq]*CKMږ*f9& 6㽻vvX O r-DžΗᐼ}e@4@m8/țAJusk+o[Tnjĺ X\3Tu}= jJNEzR2\cTJ54& ZMDJU~r8Z.>;7ifﴎ|ٿ-<-ѯ"L7 lijhdJFlR |9_)QP`Ԥ|>|2㑕5uT;i▐b^mubon!|_P]΢afǷgvrRHՐO(㦰MabAi;?M,l1r6?]f!6#S]^vd׬*>M[7CIXGS߼p'~)ozBvwSRYέӐv~r"!W -:RC7B,ےGdV7D>|ő}=5M&[ъBgP55O{|0aciy+!tMI"%9wxg]RUoG *X=J:w 3KqF=pf}dM]ފte<*3c A@Z)Eǥ$dE%,K7&jbrA{رd;;La'!uOe! :M]*ND)YH02R4!% '*Lsj#{~Q E^<_bU(dEEL(!uݧS`{m@$<|j_0!P|Є$xj{e8MR q?*B!`Xҹ 0L|Ƒ dG'd&j\:$x陼Z q!IXI3fX}jAEtѕ3}r @ÒixP;xX2l9Dp{uYLbGB6V1IhXAs$5 2VdH%缰*@*aRؠ岮ߩAsi;,z&$xA"p'hBJ)VLfq2fy*Q1v#5!qb4PR,JB6O85'^-4bG-b4!& +k.$fA2zE_O+2%Z3.al{#Ӏwd P ٬~*N;t/s2,c65!l\MX PL"yf5%A޸F` VtS,2sXx[DRi ;!-~S#4ctr{"Ѷ%Sݍшgȇvݛ#}ղ^ocqS[L̬e^O;qO^ˎD%y,.|U_ꨴJ%L3Kd1헟nYNGt39/%H ؅ԯCgE g(Fd>:x~X 4eD̛@7l@zAX^1z95,< `>_Xnz>F~_^9V7P':yxDӡĉ [ٿ6$NgG@xF~?# endstream endobj 325 0 obj <> stream x\oܸn>1+>%z\zŵu"'-.NJ"%q(]8ZCr d%k(gՈbw'A3nە/jj]TJ3e l';djڿۗşOO|VRY#x}ɤgxRhQ1^Td f4vz1VJ 8*iUvTTVꋃ8h6|b2Vb<1cؙ*%Ya-l Ӂ\7nܼ~ڞiVuŖͿgR8++x /'sC:e[P)bS͗u.\6ˢ*5X[Y&\΋烩Q Ʈa채b{f6l+MoR 5ŏ^ guY1c',GR_9S@Km6ꞦKTK뭒c֮jfZD$i ULaj;BYE{%]L#_Q7 ;>Mcٺluƀ/8 BݔȠd@Rst #k) !3m6i-BEk'gK-.Kgm#<~~&2rȸA6vټ2JUYؗ+Ŋ{%dZR%fNLNOPߝCΔy]m\_6&,+WPMf&CV5jIu|+x:}s=N4) S*Y&sm~#db8lBC$"VFDbR!bQ.Vm;>.EeD?o{0%FR3llgp:DK-DS-t-BfxACg`;:d tJ4ISj@=!hYĽx=S>G(-L4pJ6!T"-?moz .<&W%Sle"axNJv9=X}]Qd=DsQ n\`#~ bF>O$FayL~UnjQ;-ݖ]p+A"6!YiHͭ ߄cڽq^'|FԃChtl\G؛ϻ2־§KE.H\t4iۦWVV,ّ#G9?>1Q9vZ;rn%aW>췕|s6``7$$Kaп2< ]OA7KT@|b%ȣxHYTSCl+` xcmKk{hP2P՚M:P~qˈh-wɸRtkiPۅ~8r7&zhq틏 XwχEO\i(лVJ#HذxQX隙ޘwzce((%N-,̥-k=((tnT1Imm;SsLuOR5Jb5pvCMN&7qf?Go;G 8Vb\s׶2ާubWtvnvQ㜅Ƣƅ28MFu;@^$Y0(ܫ lM*)U]~/퐀˨+HSګʻz0&0J+U;^b:ݹU(5Mg7POCG#3ҵ_+'tN*nb#eljw~vi>uiBmSB9\cԽJ054/T=q; -;Lj{MB"+lcPaN]SF"@ڱo1Ak([rIX, 2/dwgZ2Lu6S#K4 J:;(z;8Enl##F`. M!\˜K.(HH8)8/)y% jJB+Ho TInGF#SѝͻwX)sEˀn9{g- >f6E:ԅ12|9!<咊U:'ETTOoxo#J\!Jkd"Vц#IuoӑLv1 UCelNJ f-2cbH> stream x]ے۸}>J.BHyJ6+eR[)>سlx-sI"Ԉ.ތLKn%i*ʢ׺Qٷ^*Ϥ+ Y8#-jc^+W\Ui==?{(:cuG߱V0={3>y&rSlE]Z.HMuYy0&u=P-/X*(\{0-ҩ* e-* [);lZiXAY mi:Qwd݌-E u#rT<2LKfv"dr48w_Λm>T;ҥ&1>Y[ lMrj|ǭB֓ @HDqFZ߆i!b4E ZZ/~K %OgߏgFYdG6n}0K܀ټ2ZU{3J%̴J9q*|^s8uz⼄r w|V5#awhzMa)k-z%}֍ߡ||-8 TV!7_V xχtc~W_CTVB a+#,)Kzh #<& 1w4ۥ[ 2̀S7p'ԒtJ׈JV D3Qs~Vdϻ$O\! 6v>(2 Nmg_z~;}( kTθR5p̊NT'iYhY;HH_}k-Š#~rMnb,`v1 JAbM$zѤc+ p /PU@P]7횞GƼMwÛ*aK/j(SeV6T&|#I^hk1|-ě"#n19ٲh?`jy-VÇvo'~&M),PHU0#[Ge򙉆S*u2"yHuZU닜xerXЯn1o &,\׸<kđ^p5>ZU4jaLׇ} BW<~nM@^k1ȊI񏲁d4?22N`,#XFpqX)9tm"'miVޕwq6gP*]xJF12~썇b#r'ԕ> zWzmo/N)PBhtnSN^9_^o6k;~ѳ~@K &ă$cmE#ao*V=AmL틺Ϙx0Ӓ+3wS\588''5y#̻r~JrS=fs̷9Eݜ?n|w-ѻX-%_{%4h` PXO(*s2Br ;/&h O=@R=Iz\$RH+lPƬuۿW_< Pb@ ɦM}|<>Ä]şy >l߻iU4EO--!b-6G|q\hMj'SGy"ݝAF%%v50rmG@^ Ga5;Ѷ,iHHIv mK ERIlGјP~E z2NSo)-}ئj`~#sv~tϜó|T~]6 ~U`Qkُ˵^?ExzڕJ9}Iȗ!Drgܘ3L;y!%v9ϳ s{^StJ)O` 9Ҝ.K =ج&۰:`ӻcPXL{:TcEɲX)9mIQ<Vܕ.'f}Lw)>)]#vx=BUאN/Ft$o"^xS8U\WGYӳOxJgs:zYwo6ݜ !qv-/0)BeV!e?2R0_3jMC5ܝєf'SpNd$R<8F¬#Z*d_8F863tta8ffͶb߃@}be=@r뤼<ϓWF#tD֊9gqX3E6ѷhlucꗍۑ2  $`NGet}vY ;ΙvnCDRZdbnܷ8-P(no:hʄh d#2ܨ_#ix\bS+Iۑ7f'2Iy˯GL Lqgc3q_ҝ endstream endobj 327 0 obj <>/F 4/Dest[ 108 0 R/XYZ 82 123 0] >> endobj 328 0 obj <>/F 4/Dest[ 108 0 R/XYZ 82 123 0] >> endobj 329 0 obj <> stream x\mo6nA_ r5WQ] KsE`߇\'8ߗ3#]RV:@f>CRqFȂF㣟G?=>;Y)N(jjSXmv7Ngu+xGgOq'GG- iU+Sཪ*)9S5fxVb02QXÙU_Ua-Z֚)efuH&1^$ :4N׳;kXW1;BEZ+ NՋ;/M R\<1zru?DqQ _y$7#^wxJ-C9a'3kh$g:RsځF [d0oPZQ9#B㝩wQnו]CZR+7fًQe5l6ܲUBFr.6cR @+m*H|{=-mMV^u숴mW=RI铖Alê] ^˰g|",#٥j$D㵪s>}_y߂NhUiL !imL6FIhcr2O1GVčRLؤ+QZAfmZgCO5ZW$7j/+Gy"Sˏ@fE,RFr䈹So$K2 i|K ?_ R.ͪOEm?Hw!3V ihc}ۓH~ AFpL-K\K "BHƕJ.h D3zQKKӮhiDS 4\\\L/fuԳ\4n|m3fj k m3t8FAHFg"Q1FD7A%j*"v FE՝y\\?(򉝪09U'km3zA.Z鼠5:ռ2D AEl2Rl>#44ShodUQȱgdG(0MdG ٱ ;9El62 T;|Q./hOsؐlXW 2]8fD1.uT܄Ð>Dd;:tYB!]lWi,3ut<cIX?&oS 3 IjF05V0Ժή53H|- #/#<}ÌVfn@WrB[Lb4Ll󃵬4BA>m) B[\#ě&K:)Kt70/u>eR[@&T3 vU:q$evJ+e~ǧX<ӰAn42ZS,NgU31̻ ܢ`"DO(GBuYw,Ϗ}>Ћ8o2+T<yO'5bqcR,BL{ N gi&qؤHQYLJ 5j9p9e9ϬW sP~ q*j4\q`1PHLᒕ!-sQ~S]N&[y.h+`d1p*cz`u!ώ"#pTD=\`&x,@*<NNX94ezwUNb#L#ۭmhDAa cHbdRqqȐҠ5@iC-3>VI[? ?#3;{9W +&=+jD&O( !@wGo TigR^zT j㹠NqUB@UA%pvSI2ma*iȻDaֈsD`)W&"ooܘ~zx&GC(_璄[5^P# +A`khS6 .EjT9z`P\LU?7};7-!7fGwA:J)b OlV\fob"*jk<1W벽o@;@n19x3ٞnd훒4nvf~)S~{wJmӪĸ M7cmiUUu,(}4g!vЃ WiĞMZ I2RiS=`mMq7㏭}:IDŽ^^>1Ue5~y4ワ~w+mo&p#ߢ@0CU#Gg&ৣ2BnqJ_w[`8xc_{ p'8n^ä/;<-GĘW&wr7ȒAe{kη8ߚa]lg.7=co%wිa], oz xe-WR  $} t'"G:GN33puoe1.XLT endstream endobj 330 0 obj <>/F 4/Dest[ 108 0 R/XYZ 82 123 0] >> endobj 331 0 obj <> stream x]s5U󸛊u=|v &43Ҭ=x*閺ߒzp|Tk(ʢϺѿWGO(8gBGʂb.joeS\|) oO~\= }I R,J~$tYgx./j]2 m4 ;AҲV#GFxiyiXU/ G1qNq%HPw%Z NDP)mtٍ5g7k!W'ZޮX].֜~_HaOb3x/ =~\`:tG (Jp,mȐk0d2R0uQB2WHX}{ȡ&͊OU:NK"ވ*NF` @ u5b6N!RçtY1e228FɹPk=jDz'm[VUK/Q#B'rX 2ƫ}VqrkLuCa G]`ZZ ur.!odNĵדD `QmM6j!ߒ6hgJ/ /W^П'5~|I(5W)F sfpaR0edJ_mf$c%$nCPUl[yP̵U*#+PU7kϕ* kl#Gȟ'!`w0C .=#Y|GFNb1VѢx4mdm6,?J }O65Ny&%”WIVIW˧r^U/=fP,&$D!V88;F7f#z6֌#$V %G*5 uM`XItQ,%`XhxHj(h'NI)+'?3{%}C$u x!^db̻,`;*3rfjp/9+SBW~Jc"LJ=˦uȆИp-4 iLsFV{1Ke+',c*[2*oWn)FS\J0Ôƌ?Rf|py2?;^ż $/<6,S:qt4;{6rO2tR%DSFBB1⬇lFt:;~歷̷.N\eܫ* 5Kό P"qY̥{z|<#d"FK=v7 \svhwJ<|pIon~<6LfEq渷Drh_pP o-gN)s1T{rv ppu_9;/~HxֵGּHt`(Lޕ(X*~=8[!tLz /mf8>1PJ̦ɿ`m'U6lxsV<ǝ oV}@d9 Q68 +&8y#fxLċbX7WUڻhk؛A5L*J/ jpe`WRQ*o \&7^2“Jꎌl.d^:5k}QH3PtTIл[ΫD?K hLt7Kb$В54B7F'x:IhMG%Q[zZS7?i0JB'tw y+rwi4vIxp_)PMڣ2&ٜt̖mqUUɺē٬dmmr[p~cSsa2?l%BĕHVwd̺iaFΛf3y5:`d!̐ݡ.Ċ98T68N>)CĞ'Xd"Iv .rg"f@$ |E/$!ݣyRu&)RaJE:br Rs&Ez;?X8h3d-8$n[t°$Kű3~c)X;^(!vH)VyE+mw.Ҙdpo]=BŇ_vg\^fl"6TNYŸ/6E#@TT ?rn?ڀ<$p3nD%1%=2N\ ,Z6`J} ~Ă_H Udh斸-eePǑED;%~[scIΒ-O- 4Fby+7鋓\fQ<Yh?=~: endstream endobj 332 0 obj <> endobj 333 0 obj <> endobj 334 0 obj <> stream x]ܸ}~)0dUvZHܵE)ť{5dm{"4hfcR"EQDpzR5RejTxsz/OO~*/NO+ YFԶyﲸ_Mӓf?<~sza-eB:#,'Km )/ [:, *!ʖBqSH%fWDCiDcKVU٨Vx6U%K$HT֣n@P6#<"Z$hex 5SU#\JƯZoKdVs5i/WW>}1ͧ}hnvݯ@K@Q"lZ k-i7BzҶZ YcÏ>٬k /xw4kW덿ֳ?d9{m~+3O'ҁ_ܯqbwd '(?p|0d(Io 0[D.>i|z =ѬҤZTs \ެJ翈)ƛ8x +륶\*3jaJ(JvthG1pݛ5Lґ l|{gt] Xxûs#ם N ϕ޳-qyddމ,fV?TN^=[Frlk<@EmG/3!)ڴ%#U:3p+k4.h?Cf) z5MF..c7K6qd<@EM4 }Ԛ`P*±u: EsC=pf dn|981=ђ`1 ߫>Qjh*9MWNߋna=h:.m..$o?fLJ8dBOf 0f6ǒqUɕ ~+Kw71&߲hIY; fpҷUGՠhjS+$Zpw0S]Wjʡc}nBqnYJ>L5aםh$Rҕ;OS$VwKHDzZ㼪in"'BXK+ګL/4~ (:g}[A `~|]+uv˵]:~G-2mFׇ]F;^D=[e ӋFz-3@bYgWqZgB`y J L  %Pk>mIǔek57mU|RgTTO匤J0'\8H:RǶ_oɫx'69@X(n$)id%̑E ]IL)]ΞJ1/e4,6.,ăQ$IL[$s>9@X(d%~LLMjj"SM*s/@Qx` 'Af}(05d!qebU[_66r^{g5L HsFL+~gqkI@N*( F~Yy2#[,Bdeרeۓ 4\z{>(rG$m=R`$n|9P4. hIە]YoҬ!59|^oBKiRG5kԊ4&%#H&H-oA34C43PIlo|I_ofėmo4:Q|ru15|j8;ǓV{DUc endstream endobj 335 0 obj <>/F 4/Dest[ 108 0 R/XYZ 82 123 0] >> endobj 336 0 obj <> endobj 337 0 obj [ 338 0 R] endobj 338 0 obj <> endobj 339 0 obj <> endobj 340 0 obj <> endobj 341 0 obj <> stream x]f?Q6%NgRI$N>>6>׺4] JV=3)X p~&?҅,p.VWg=(/tЮxL e)l`܌s3ШWaYIA|-ʢ ,Y2ѥ5 Pe eEch!pK 6KM`IFѠkv&8'#` qgP~ H7kOYUh)jH?C.ec_-/\<}|j8 dzԈGUA4W!݀h^?훙l%De VSȉI>_)N?--SWoA)xX@6.LlYgԺ }rqw<Rrwjfՙ@Z~o 1;M' r,Bߕƕ2/५,d!GJF8f ыf Tgo*% mٛ$Xg;nHX3 m3hߍL8{. AmfYB+OR>*1y yI$k: dD;w.s>[ 4hpogQN;Su8uAhSy@g؅UfEVT^j\h Rb7PWp{Ԏz71ʭ8Y1܊2g-! ^3X;%(;xHu; ]?4e׈>iw! dqHHd.S3{N|RbxVB z-t 7 i )k`Uګnܶ9oBfN܌n~@wjodӫѪZH)b`gg<cq!YzvXg~gѲP@5Zn44&͉ f::-֓ȃ֪N!6OPicy,237z8֪;M{'+(ci~LާL[\~#IIf0_hh}]0{&2^zf5{Yj;'VWQwOow7A9Y[;XၺwYk2v&3s|VPi{!y gdY7=r~/{NlM>:a7ΞG*@O[xoG#[)Px0$o=km7+uNSg4f0=Wrtųî7\&rZLx kQῶCQ 5wMqܠuun}xLvл÷{TAbQl#L- jE)16kH>&0o&ujuexWDץbV}YN%z~8'äֽlz:}&3sN%ԝE=zr{XR2Ck8 /3o2ƹBng{mZ+{U'җd&rJ;X:Mn >N- G(ۯOC#8=v~͆Ҙеpӓ6Ҋ({W'x0 ]iv&x$Og[piIt5xݠ3y3ڭA?Bs.~xM|\] |v=]atI t8}㽐PZh ` 58Wď`r ,5~"a*>{ % <{Ngś?ޣN7IpC ZB].E:w:m]S5[~C0ujZa9lZmendwǴd앁uz-3䋞ҀNq_*zZTL&GQbs)j?{b8;MPKh0yW>4Јd'Ir #ѾǦP|B1 רHGrf endstream endobj 342 0 obj <> stream x]ܶ ~3?4/QJӛM'mmǙֵ;ǯ/@I\ A3wA?U :!WqW??Z]y|~=fp|JZ]fe#ݮ޼sM~tgg_LLՈZ~VM#ES2uViaʚ-hܭ\JWupYk#\c2JWuJIuV8OתTφCVU/zFKכ o\_ 7es$5L?[4tl'ȺL疯n88jek(ɜAT?4(wnrsѬlw4<"D+|Զj\'$'M)&G%x7n xEM=UE:6C3bORz]լu} oeNK&4Mצ%}t\O&ۢ&sBCK92SMvFIkē͑0Q6ɀxB"Zmѡu2h_ Rl.D~B=/GLGd:0 n@4_?ՑjELzm VRȉ_O҅ᷓ;FLBl] B:|PP X BYH$oLc9ݵK 9+Ǹ P` (eB(mJX4[ϡdq%M$(090JcC-( j!%:"X:VmDfQ`}3gvo35FWZ9Tu<[5Iۏ #зpz`aM̯Sb Ɇ&=7}vX+̱x W [n\^ͪ n1s$tRRVn<WywoO@}>-pՊ^ʈX(]2jM͕9t:xyxmC&Az-EIA$0z;[53'qf#A"!eMY˕v_ӹx\:\h44Cij\ RIΔ|v5Lq=D_dBcP)~ܷYN\/F!]?Z;* ^ծWWB0Rz[ZqQ:hak$#&Y6>Uưyjaȶbu鸸FuDt25\9M^?L%O~|n';jd[zGڛ_z=:h&*9OFO,$*+k uAîRJ~He#:NaM&&[,SKF/cڼ,Xw$уu]Fc'b@Bq8!mY rΓ$ |Y?(R\U\QU-G{ÙYM1xCSq9?W?"˽"u(o<o`X K?Q;Vw{r}9dfPAcm|tIdt,42X< M4))|; NzXï>uåVL cc7Mcaq[cZ5 9-IMswxp Ufim)5{Pq>RKEjŠͼ<|xEZ >dx`m;T! k]݌9N:*YMfy2So;T/{Gg#x#=* C>=S:(m+cXoZFS _1 LC KaYI_OTW4*j●).Pf 5?xp8ܭg=3OJBS.^2I*Y*T `ęSEc-Od伸g`ɳM~Zxmn>UÇl=zdӧmM7hƌzW$5V,c2k='>`irؤ$zEvJp̵v+wmc+Ge^G_9&x)×waҜ}΃]8*-np$1S;6͘fp&͸=-d1EB'Qщ<]qKON)"V*59!k̏21aڍd#ym5Op|0Qa|&ipD`ϓɆb(g|F#;⯛|e)L`! DjdhtKbǐ+{`7ɉxia9[@nFNdˏgn닆1;'e)_G_Oާy=lH_'qI/K ?Ӝ zf;GE:3.48)NDW<$uSrIV?;!x-i:TC^.u 8dE5'>9mO;aSZ޽KF\:r4GhW;Rr$Θum>֩ AJh? u)!MYCXF fŗcI1XH+Ke,PXH}* 8LpXM! !8>ؗÝ=wSpFqd^|QNwa7vR O`e`Sj2َs~q{`Sxe3iD/1M^0kץTų,9' 9>$.,=VT]NڪJM?.d㿸G[ ϓc}h'A"x$ endstream endobj 343 0 obj <>/F 4/A<>>> endobj 344 0 obj <> stream x\s S|s8ێ'Qlud6\4 {N4$@i??BOt%+jϯLWJ 3|RUmE`@؞euCߚEgugJL+i\EZe0p3XU@ PUpR5n*wQ+J#\ Bp3\50x{9cL S(_/L32Ԯ% lZk/ipo\,Ytpv֋%R_FG#Cҷ _~tGt;i),3¬T[%WgHsLj> ӂs?.?<.4{Lio*_ 5 w6B3~?tJU7z@cR'h(7"!mԔT(G Ek9=d(#,kH=F_r=0r8΍T}^ v2eqiZl'jA;\ijMlYۘ#d 5ͪ2,$K,$0Le-d Bwz:.ۗK&d62Y$REPŶFOɉ1{sLk(mgLk0|MIƸ )___A0jG15ޝ=C%}X)%TৠZ m1jL 1wm-ɟ?\( ym(7vQ7O6~tiz zг==./L/?+۸q=zKvB0Ra-b;`hαO& SvLdjZP/RvYնh6)ca[<ΉXW f`QQiE[ūUpc\z/?>4( K~|–]: J5xW䔆pY1t!q0"X:nKj޻`=|wz%<$57싒BNb¹edMz M&8aY_2C.Vx̼.3'rXArkSH:9KrN3Hz^1-$v*.3v-la9b~$ ,x:E qkA??CM5tٚ<{*iD_"[Gg\!ɓ$:/ѓhsbXa5޵lc$8my)3z;pn4mnKޓ6?h*l@& aEW)r}`Haa|bчeFөrJʆuL-xxpkr+6z;2K8'䇡;+!.Ngj78! uǾflޤA٫$:\q0 m11_8S rm~@Eհ9"l=nv>Dp=}-6J }N/{jq0kӂ7bvq1<MMnm{w#35\CkkWw,ڵ6SdGN@lm$ ƮKuBC%O ׾!^1V0ns+Ƹ0;% vRWFԏoX %ЭApSXSw--Rv< SPwúYфh=u  b|oO139q5kO;H6-ӂ͎+ at)3*|]?pQDۛGţz)n@^9 '3QO@Or\DE%Y endstream endobj 345 0 obj <> stream x\r}gawu.LH&-tA%Q]|]ݳvٝ.Ê\,@}9htx! ^Y5X\<P\<<;<;Y)[5MQiô%ž?dq/f_ >=<4ʙ SRpe |We)EBA4+iiD#>7T%͑-8. L*>:'p tZx{9#w`?U BYl` * u*a*u~Nt|"\sg@fXLwY _V&?M?u f o?㲇*tˤEF̱P뉕e%wQtyYFr+obšv!#Uh/hw/.DƗv"z(}oo@7PP/Y =viлUw?1oe=K ETonl8CP tdixNLMؽWBvh tw?me]9BDQ(:A_g=-5_b4p/EQO(":anֽdIMOC96~B.էr )XW x◾KX[Ŀe(^`WX0Kv7}^¹Ǿ_||?mCdrݪ%uFBy` 'yfF[8W䂄NVy`nP9kz{$tF]I"0xhWHu#zZsW RĿS A,ywE.޹LAIn%Or Ldž„ CuS20&c'L/%#_!<ʧT[gM?ے&7!חޖ-4(ll99j X~[kDy{?Saz%.ה]<wP,<;ƒۨW$WD?F'-Jྻ8cIzԵۇڭ׵aB 58w@#ω܍r$8YsSHp3-=Vr t"mW"(_V2سPu6Ƒܶ9eUqhG/!'$RezE gy Po$氇Nؤ3Cv&,p'θ;@q`{*|51'=6\iW֏㝊Q>*= w}‹>EߕJwv.,~ӼT{DkNf>JD4|2-P 3h l *DY+/ڢ 3^̯1#Uh˫&J~ xt3 b0uzT-8씏JYkeL*|1 V1:L`^,o[x> endobj 347 0 obj <> endobj 348 0 obj <> endobj 349 0 obj [ 350 0 R] endobj 350 0 obj <> endobj 351 0 obj <> endobj 352 0 obj <> endobj 353 0 obj <> stream x]s׌{$3rItֶlKX)mbwq#HYyƧ#].~X(\V_).}(8gBg{ܔ+ ^45f>bOTY~zjVUm{SO+9S*UReU )_2iDc̵VX)/j]2рm4>vMJ)-k5PW{Tc ʥbUmdL8v JM7f)cUB ;"C$+# -LӞ\7]/NBZυ]_"s>2?ȋ5N;|.#|C:Vw5P-Ԣd*¡K68o\GF.[eQȍ Uū;S/XC hfM;otG◂ވ*e*nd8nVQIj"8ղ.+,UFNh ZѬAUE՘xx#qCL.U+_QZwV u/63 vRN5iTbV'Kt-:*:'#!иz2H $"Y=f5,hM# A@`ಔ=1?|Opyd+lOx܄0_FjrX>A]H+hđD#:ok&-8G^92>C,jdU}cfmU6D=zHIJZg]K>(y#`! MRL6T B)3&@_UOVC65m8HK4ƿ7񜌒TH/M8(=G,ssK02B4pPvEc%%|ZQK4u'˳zFB~swVpwǸC9ˆ՛8_>I.k1] sPл^2[\|;hG4 KN"Ej"9Mzفn$Y*-XSS^r!Xx7V /]<;09mNPCvlw71oeJ9m7ꟛH8>qɤ^05׻ m&Mw6U#DTr}̠M/=¤na_~%g[ˉ|G|naap* n0: Wݤ!cgwj Њ0"RTB8C(4LooM%; RvQ&3DM$Pq/9C%kԷ ULFY#%|ت5d wxf-ӚV̂u$A1I%}Hctx8=I Hlh"%[mkڒX/%v% S 5DܡRLw!6Sffh"}jI"c7p7\/,g`7Ή7Tqnoˏ}[?^s{l^ kxN\,瞫ƙ)_SUrq\D 7ހ߁t+yM0ndJrEBsbF"hrX:5u `ɪVբN90-I0'q>DvJ=MXTRsciM@!/y1c }2⯂@/73 &QfΠrӋpQY_ϽpGYut"L>KVP~CԱӁ ːsb+q=Se4RqE淗5O&J~ǚg;3&tJ2kn&k\ X)*CgP/v.,!8WtKW?{}Ledc?.EJ.FG5DȜ. @R"U[Bָ]UiFv 0boq!po@Aлe=w(lIɽР̄l>-Jp[޸6}7.& qAngCi tAǭ,)o[F\ĭ-2"Nvv8{V*{Dw҅ͅh>*gHŁO(޲R8Ldv{)&nD_e"+;&8^d+4RR-5ƏTښ-"${;AV-W4+(")S:[IɐG6dԉ7Ŷ˒ϯ[~?L vFKt oVtc R?c_L|!יL+cuAEҭBYLüwy?HaD9v(48B"_"9O7 xed[G1V6Y[)n% |Yq"A'ѥ&OR w7h;p88c8V6Y[3jrrB{Ԑj=Yji} gAn[%*H!3Ro$ N@yִn*X3ޝE,L@I jDfEGB$Z|=5&ZhIr&M&NOdsRܖNJ5M:4Z²Hx'Ι PER);Xpq).0pѝd`ȒKeZFey1.^@Oj"QMHSy4%TyKTGi?'llfR;rNsRF'ˊ{)܎_5/l}c5}{)@]$ u-zDޒe\Zx"z 4]-g&q]ߓ9s9JWk{{/5q!nYc7,~yR Sr&2ٙjUñ<М%GzT*: =*9)e<9V6)F.yhw1N/m=8ZtʋsZ7d<!-/Oh|+CL?9$W9 e*:UQ_EbU,~ySNJ<UCOJJ|SN|ك]n- [>/F 4/Dest[ 166 0 R/XYZ 82 194 0] >> endobj 355 0 obj <> stream xks6Gie-L & %\J}a:ۺ і6w][}JQF*ub>{v/[gNG*R(gLfgXa,}:ϞY{v||<}ʙuU)9A_ [Vk#HaU-dVR(7T4^J#TOP9 eU (H_$Q;RY <7j26U,̰3-14Frm6uբP:FŞ5B|_:+?{Z1zu/nu=$K|\]siCJa";QNp |D h q05 JvYp!B/3ȧ PjְPʤRGB\{U^bFŒtBm F=5w߆e3_H,fؖHDX=19f׎`WnVdF6֍?թ0ȿ#jyU`8oV8?T;[c0 mF*d mFEgoAY߄hj-d9)8>,P`٤Pu5FlWT>Paο/d??{J揰< ÝԸ0TX|B!mo$qwddoɒر(n9YX)0bj}yNygհ7I :clDNFQ%ҋ<% Y|y賧"3^Q[MkD I[7dC8&>',2t5^)uF)}Pʹj7.^F r[W. Fmx7òFwט4Jl^.fa4b&l[\zݖ^ CN*kp mItli h9K+!O4Zbs6 )DkQL#I"n;CfE/6gs"w&T饟Ô{V u= 9A[ *vF!SM iGzbG*?|Y(Z'jP4|@% ]&Ӻ-eLh^+K:O3zvZ->K)$fn ه2k_m.QOwMcŨ^9uyqMNJ>}#p V^bݸy5 =;.g',hSkV[yRn#U}+k])l-.S?)&t+ ͳ svA: 3m_$Nޡ+ W#x'σr-|?Nqz H'#<_z C-ΰW7fi N> w~TN]ƏBt4d[cʺ5i]h*vRMpW<Ivu,{dISY)"َ?A؞J'Z8u/%#ӨR³Z;L)#I߬@>p=h#(wX9 LY!QڸL֢qyR2H7JJKΩ 0-QMp|NG7ftӱVƻ$>9hA7=ip!8}op.V,j>c2d#J3Dº^O'5M?f ^ceOIbv6(." endstream endobj 356 0 obj <>/F 4/A<>>> endobj 357 0 obj <> stream xrUS.s)$r8R'<yID'r*40@% cF*VEhb:<ÃĂs&U EjtÏoG rqe~ï~8Z,xÃ4>l;^ d0iOԨjU|XԢe|`/`Mm]~&^^Jzqն5Qx[[QU E}SpawOv+TW!ںym 2P6+{;c^nh_/;2!D/kvFt0$[<72dv{f\Fb3:X'QiMHc܍f3-[#eHKn3nxxédzHw~o2lcos{cDm~e9buuMRZDɪ"AzlQ7(==;Q+ MV(DNv>U(!hT+y4-t= t2SJ VoTK{5q+ٔIYlHb <$ m-*6L>wlukj7,h.ɦB=^m;{?57o‚3 E+-JTC2},@n!D4-HCNXhq{.Y ZЋN Oc3\xVJA@]gT{M,V6rdޮ:B5eKLLVb@6QS4"UCPPΉŤy:!o]ӓjs {9[~+>]ѷۛrhpYV~U,˪)8W:~'w c%O4AGAS '1@#ar;tLb@s~|W7sݵ=h*Or fԔ% E)>Bc݆q =(-yh9:`/Ǽ8XnGsaڀR|L)ȗRm֤bJFzǐTl', 昅H:B{p #KB1 rTœ%@&dHgv]n$z ^ RYGVMd:[,CEt,YA=an$kcs ;89#i&c׫ '$HOs ‰IH#kG!)%S"X&"o|4_4Wu|\;ӀC#`tDQꦺ,SV .(\Xgm+F6#& z Վwg}7Y>db56. !9?%!sey2F;#ʓ(LhxVZh+zGy(1ΣB[mBUSxm ?Q\CI`(DDB7U?J&R kHx!Hgc $7>tY1 Xz=L '֋Pt OhhX<ځˁ.];qdrXZ׳&sbVP{ 㜢Ww^!ƘXg$`͐g&`̭0аn 1Z7l}uvl[ qz6;5zCM5;c7V=hIR=<ɺO KRPt8 \$\N@>d:.8)QJ/4>rjrb$^R#}¥9qTPZ&LlTOc*NiYdj3t.HEy'H,!+ 9yzIğKHdV^R88y"OpKhh.d !,v&M˪6 2(zA*9qT-vx!GKJ!hf U. ˛T[ U090;X̪_%OPCa0aHʱcP=8\4ٔeh]sT=gi4L6iH36L%y\AOی2j9>ۍ%j <ȣ4;IٵKKA+ 9®kHKD+.vawIq[w, MW#ɘ=iFBY*oCGz}K@0uARoŚ\KX4,L.iVo}o֥fq]qg}7&<12NFY%L/^%k(.ACP8ۗ83sG)> Qz9.Jl| R֒*86o]Pfz"?[a?dh%b|xJ xDz`fzP>^*;E_&~孔FP[1_zv^&B_V %bT`ZjRO=&(Z86"a`JY@iE7 lQ{-dϵ[9ؽ jdUmegʠȟ#ZbX%J94~ ouomj۬ l}ˎk2{ @y6u9m9˖EjݭI:7" rv3n#T֕ 穪1Rg2R4muO"aͨ4"Q ypwW'`RR:<?" _ #{ ?#V(RDxHWJd@C DۖˮS>G=߅$%YB6bV&+eX >D:Ԭ5Z a)+왈+Ѹ/\Ҟ׶!GF v\#3#=_˻f0:dϵ< vl *{j8p M sF!,<"F%=8Q[0=쌿,!‰KUV^Ntz@Rqێ~ 񗠙sn_܉W-ђyxXڿzXEIv0ə~A2.xj1*+3uE ,U -qjhb[`5ہ*+olZZ R9|SV}èC;{Ta osS?2Tl *̄^Ntz@NU DfRߦb)|C|zf-x>9 HeZdmͥ3͵M ': :Y5c"_ N|Ӥ$enΓ* endstream endobj 358 0 obj <>/F 4/A<>>> endobj 359 0 obj <>/F 4/A<>>> endobj 360 0 obj <> endobj 361 0 obj [ 362 0 R] endobj 362 0 obj <> endobj 363 0 obj <> endobj 364 0 obj <> endobj 365 0 obj <> stream xYKo7 Q "vI.[S4mc7==ؖd%[]A$a!rGr|7$2Ri}Rj:L'oΦjVDŠ<2uW_HqN>oqttr7ĕXMißHL67O9+ΥM.R(-3֯j%U:WJYZR6U8_<^֤2˝-Zj0)p^j/?Ҵ*NNZHaZTF&= fR%"0 fsmf_JקֳM||agr0$;7f%aAko4x'-0%gD(o-mjztRʴշ:іsC {1,𦐧bJ2Pfp^v -!'xjvX''P)fIĦR| Eh'X:Yuʛ6j<Ŋ8yDrG@T$k2!Ԏ`C!b֢ ֕/t! 8"Ybj* 0,>~ Ğ{e0K&oڍpH5&;ߜ,usJ].tuc{0Nˀuh:Eǎ $?9Sݘu^2ёzT9R~={;&eiVXlIbf@AKltKtE"$>lJ5d1Đ1d6D=˥#[\ 'lOkw¿NK/Q_fА詯yuZxŠ<ȸWٳp`# Go8zE![tmaϺgKpw+vC2&/Sr ǐ_/4kNiApUXɟU sq *~>t_@$q^ 1߰h>w ܢːA4eikn53^ޠ%^-H]6[G-gr=|KJw;/!%OǞG'oA%h3'}öǀ`0, n)/0(dTTkg9ʢY+b otVk#w2HԶN0DNk.[W|Hokof33V^7Zٸkc\Bb?>M%6ɤ2{jfCX endstream endobj 366 0 obj <> stream x]s۸>JOL2wi;^Ӈ\?6/rNIR Iv̄K`-ʟ82YO~EfB0iחGLdfɬ6L;'Ȯn\~+÷gGofmG?_}^۳g:\dx\~Δ"[:)Ldp& ̄d.UWd.\֚1th}Yn,Iԗ5 NRLvsΰVt)-҂E$N_'R~K52bvgRgWp'F>kn~/"J.ysO%~$ףO=/ emtoLZge y/PLA̸N*WXrUnK('e1ߊTӆQȼpr _f+ Prcitۇk3f\ݭ&a\"n 0dKgy= {7%R0$9W_ Y1K0PGZGj ( cM޿:GBKF)& v@3x$CkYM: hASPFO=(fhR;n'{9ࡓd3L yp$ :C [HA-_ů-GM1؄&xQzU;TV =h +8<:1xK?1etpZ|z=0y`d޶6y­-឵<:4f0džpT"HI"ֆi˯!"z{ 0F[8K0bwm C!5h8lȜ)dԸoGzQ'l&kfK;0/B V#Sr{Va9ljܻPd轩{+N($ DJ(_ @= 8<1rOiwakݔ%K%tdP PyћOR EYgd(}(tvDo9$otn)9$m6Luig^ jg~;LYKguE%4ٲDh JC^[^ⷕN ~\Ml0J>> [8ş:Ii@wj%d7-cY.jFgrF:8;%LF*ѳtWUvxT" 7m 'pN̥g@'ɤ3z:$o $gefzEvl5ѧ?4XIuV;y]}^ ~p u:Ov9wG(gT*tct ǎ>Y}zYwuj}ьXk!tQ'~d*JABywnկ}xt`@v٧>6 ]ꛂ\۲()_**$aGr%~ÒQM&FXb7.(Ft7Oj_nry7}I:|^魚U"Z4G(K-9$C^RbH1#$Hoڟ/|][Kc!xb{c|xRd,}A窶}@j2Y~ ShxjlU-aF@oEq%_i)g +zᭅrg~mR٪{RY>S#{K5/zZrw (MQKR*YK>L ]cQn4|0J?q e\2;R%+Ws^dH*vg͓蝡~e 5b(nqʱ{.U-JZO6cʹ*Fn]0U(ze.k=UcPu*j[Iq5:B]k>cKe=2`X1Cw{:ag n0 ?`ZH/ ޶X B4Lqf*JMrꄒx,`%;AWh8U4hq(x@-$+5qe3l3e2VY{\1sZ``%3#3Pv灴 ՟{νJF3Ѯ 1DyP<\L-y3 }5u6e/ L$;Q,TYv_L Tt݇gBk+[o&kcf*lMMd# endstream endobj 367 0 obj <> stream x\msܶ~ ;by:E2c.`<ϧ'(Z\Ze7ӓ?'ߜ;I)|8=Wd2lV+ ~_W-]S<}z$ |yzye4ZNftS2_ [8Ff7UYi *Τg,V UEmQKVYڠV ==>^VJE E&ɠʂ'a8ýfMKѢ)LΕ|ȧLr&2×Y.e#s|wxw3CMRY+T+L咝y/[̪BpuF^PgUFa]%"tq8B+|*M$b*+,\ri!pSexK|N/⎾ z;&t6F(DLJf/*E\z|@Rȁ)rÅ+*k JZB̕ NXU1͢s9*U5)FhNǵ-t8jnЬ{aP(ǃlH#2ŷfะiN3\C—,Ve֢2p[)Q]p Jx# *ۑsӁ7Rad MViBMHV+a:ycǜ$Z Y*x}=LU0frpg ?Nns')_˧F ew6i=JHo1{̲ѓG- c5֭H}1=,{_xS6o};IWQ 9?! Zm'XiL%aJjl<0j@cb,`q`TZQ8*xԘPtKH*jUH+WZ1}Y!Jk},#v G>bXv C[]!-p+!ť ixl5BpSʿ?`-hߺ;4)Ĵ?z$}-_ wYƻəUB;  $s'Ѯvʁ?<9]Ѐwx7:Enu{ !OVB{ yD4<a wYȗvQmm.ɋ}HUt]VjzkF,:rԢ96;dle!Kg>g &8|`B[;3q~nWH,_5v~ y]UկhM`$mUū_wm-Pwa \nH /[V􎑽б>!*k/x,chγ,{9#'#.dV'k?keTӭnP_..yT(j1pA>O !M/NpI7;hZ8bʵFa`e"}kmՇ|vp[ Y/u7uҼҷՇKZ9!x; 7D7Ɨ<:Εg,LJ9;1Lm7aO\p,5IE5RJy6n7(E3UVHY*14s^aQC/iӲ^W|P2$Z ΐX=HkXYf 3DF:e_'曐]%&S<8-`j7]vJ 9"^8Fr9w6͐.輺(6CۍkT% =[Bn8xڜ )o{,!5$l[ĄўѻЭV? Cd͕VA?bCƶa޶EKMo y,ZVD kgRoRx>` ƺr(Nb}r|B{Ki=]ЫC(Ɋ}H`|^_GR˺N6g)/4l^-htd^]Q6m%Jz*0X޵:Cav"&që }Lӻ='Y0%WԌw0+#%/UxxL|&3KNQSGvrNf> /%s =Nf♞5ձGu7j.x NI+_ HH#?v2aiuM(RNa!SK6>qSIQ~/ endstream endobj 368 0 obj <>/F 4/Dest[ 162 0 R/XYZ 82 721 0] >> endobj 369 0 obj <>/F 4/Dest[ 162 0 R/XYZ 82 721 0] >> endobj 370 0 obj <> stream x\oݶ݀ITtIؚ@14'kb;/q/Hb> T)#O5῎{m;Q~<ycj .ZEݥҺfo2k)@y'sl$dj[\nP)j@WrC )}ykӀl?72 .\|Umm3\uݸ_P<˓oEyp;Ƿ,wW|?+ǤT-,]]P҆32d^ yK@Xo 3dRl$x2%݂40K1?"L"S0۷ݥӍ5㚡eʙܭk'*uć $/\U1aZ 6w@qimnN/EjCïe7Iro8·I~G2n{ 5gN?;Jۤݭ $e0Ifl{M:PJa ǁ~$ K(Z&QޝBʹMxI 4sM|ħ3e垜wr1΃r N7K`&6#3y3A*"WzQcUQ3>XK*V rNqb=hcz*iK)$-$KPtAN5q(^Mw 3cx%gDLA z1svqٽ􇥨=rnuhF\mUQ"Qu84oȐOF|G:\Pc8,m$;L/׸9$evw0ٟ58iY\ӈt]p:ҋԢ;}-;hxf jw,*QCF3mh; kA.k1KЍjo>z!Agy\1n#V%)vLm :5*4k >uq\b`)gvmNF?zI ɿCKJwRΔteo2Z&L2ܭk' ̑~x}*&(Z`L~6%WtϬdTE6V=}*o |&v|ebYT`hmwJwb/a]}'oBaB.oc(8HFk8jt +@8t(]Sƍ1fʨp^CŴ(jHBJH*F vPDX/I,)D@CJȘ[ӗ%{g3?K$1Sr zqg{%S氒ڍUjcҿjqRdS3I*"zKe zʤ鳗li86QdQ90- KG{fH~BuHcHb)[^bz>uC\#Epyf\ ʎ"W%ѡM2!ϝ2&Eb #WD}6Nq/ ;K= 9fyT%6ޢXMY[(Ը|'@pv? @joo 䱣uǻiL6Jc.FNsh9 }$3''X}ɃF\̅9'ﵥ$5P @uiF> stream x\Ys6~W5K\}a;lG<0.oɲ3ʿ>@8TF~?>*E5ReQAU.~yV}yv|R([]I+ YFԶp w򧺸MW^zRl[94{%3)sUԶg]UJ&KA5a Jgd-rBΖBըqSH%*K.BSXઁaėj#*(/0ID+~=1C*'x-,ZheB\bE~6ZpyQFF[|wE>#rsj 3`Awu{y~mVdlKb>kB\r e 40~ޜJ@+ *?vʷiSYX=6/7P щΛq,DUJz9&V#4"9U1qR4=j dR؄!6(6_? mN6Չب\PcC]ПI1TB/W`D`x!Lv0T$z(@DuTiN3mOG?kFTEeQׅV+ \1QF0$y`+?ho߽7\)&#$LV+aT>Ϙ 2v?Vlk?5u'=qtJSqvfq i#! U}uiIH'1[+ #zV ^mt` |i*PES5ՏdzY2|},6W T_X|j>_QK>J/H U(IaG̥?[OW0߹+c`s3||wݭ$Spc-ŪLrƸشtVBcF~;KSwFTLUǽp8B߂@%]hH7b%JgtH~F#K^UJ9li\،N/₰ ŏ q/w΃@CnXٱoxENԭD%`+CN^oVƺq9ikpeQ%o/S aj?k|E]Ћ[JAӕ;dJ\j )Y^*NL }lHotKhgɪVe0Nw7pW*mOt ҽ9z+=GoֹcD߃`K{ HMiQvqB*!UJL%yHY=1b#$sqlqP4ᑟ4{[Fdg?9q͌y)0l=hWKnL+ߓ4OĠ!?}PxȎ?^h:3<0!MJneF2w<Iqg\s=*X i m7+vtF&뼟;2vqg1ETjxx1 ߋ܏aT>{!T.DJ]r}ԩ%l#BSWa#Ӆ Ddm2?QVOd,d2?aI&ac&9nѸ8o $HO?=ERJ4{aJ)OбR'StPUi ][(ȌOӑk{Ŀ6֓uYop`O[_#lfo=7#ԕkix q$[c%J#Jhyk)J7e4% endstream endobj 372 0 obj <>/F 4/Dest[ 95 0 R/XYZ 82 252 0] >> endobj 373 0 obj <> stream x]s63z͜YKҧM{w}H6/n6v;Ǯi~LHwg(_-UQ\]OO/>\R egBo g0x hϾ{ouXX\3wEdmALBk–\ Y8[ 㺐JT~AR"D,lo//"yIDJe S+aSqj Ac(u%l/h.jK:^,Zo7x)R.~ûB^// HFxK߯}ǵYU ì-)-a-\rkfR)jo`wx)v 푲RUmc *HM6ٞ?]ɞZ^T T~Q>;pp[烤WU .|PF6SP@#(rǡtԜ-x< z% *f\-r "9Dʗh*d#BV5V>/Ewю' fEP8VFO#i6Dmҍ 88~ehuv4B+'&%]PLStx5 8%,M/!A_<ڼF}Ն{ _,/d#BUi|kS秕>XC` B1%^B^?%8s5Tmwbr+>( k1o}C%}޶N?mH8{'x8wL{e#(z`jFȼu#1z"a_"jU&VK^ J&j|MCW:(Wn#ijQ(N3063#ta͕s[=p] !uitܯKKmֈ@h:Uv+k0hkZ8 ˏP FQZςvtnj' U]8*L# ]j?TBQ"8RFO((Q蕜s(= H-vCY8!fr5}(+k~;i-&ld}ZgoK2[ѕ%12YǬa=-H55H;|83xpP_ɭkIc+llfey5sҢ887cetȀn΀["f۶`*KA۷ Gږqm\ےm,t9IGB2R$oxʧXLOtF(͉3>U6f#Ak-܆'uSK߯;xSi,x1Ɣuﻃ#!$ Ύ_M}Q} N}kvMe d9ew{'&Tlg9g&N!Ks;t ? _-$7 endstream endobj 374 0 obj <>/F 4/Dest[ 95 0 R/XYZ 82 252 0] >> endobj 375 0 obj <> stream x[o6 ??E>mwOvѦ!kÒ?Ϣ. mR"#EJqD?TI8JůGrr3H)MN/ |Y"ˆ& ؞*werz%/O×Iɞs9iнvN&4&lA r!fBqH%fG*a((-rIs=UÀj#\(/0ID'Q* o_l6jWqfkӒ@c+K'lG/]~k׋TmT5{$r7HLLZ37;ͪLflC3Qܶ yRHEI HjF_w}ojc*VCo)'qAʅPk $ $3oPQ+p bS+љ@c\6}3ʮfbXLQ*vp+`/TwflL^qB!Gҕ ?9oO噏3ML$RiT jfOѽx96Z 2G"oڜ&kǶQM 2L-Y}̿Xf0SԿ;w /?FٺK̻oᖘ%@0'.:UkyzǎP fM-%7xTEx_ПiTp@E?O)s-ms' ^ɨeԛxX# ׄa,aeR1]ױTSBLS8/DŒ=& )<Сu8zBMΚ AeG4'&P}1M MMeN^>|!;r|ۦ{-Ln+畧7:6-Ќ-;`@t)0`ۭ`n })UYe8-'5K[V9beW" 7#e1W<@ZjJqVε W=#{Q/xɉy?rc@F1RLiWG,.C( kW*P*~ݲ]g 7IɊ~on|lh+/"F;—rT9b g'cTMJO.)UEwk jߒ{=}Geg;Ft樇iN4P"veE=5@01%A75|ʧ*M` A0jv:_IV/=hl9 #Z8ݘQITip(̈b!rh$y$fSְˆߞoJ> stream xnF݀AA<՜O-ڤ-zpчv)Y.%9JZem21$CJrR,Eo㣯Ox2)# xy&3oYa0xhO^5,'GG‚ώ>LRH'\یsJ&s5ascad.* 2J8K^? V %(lk/p"}ITDd EK8`[zk1Z 2^OZbzZ%l-|\!Ě!>Us3PY ȖV~kTR09ZDZ:<ҏ]JԖ_}zܬOʬnp0x(ϕp3\1w5 Y"G;O@v^X/㏯Y2VZ&'N |"L0&R#"]"Ä/i~4=X>>%[pیBܾ]aC{A,DE#9%GOA1WRߔо?9.C,[2,Y)SL"wzeo@0HU2S 8Hp|#^2yfZ'-%^0璐3pJ{JEQ_ s7AS}kg}TmX6|{DWS<ÆB8Y!U<u'[tNK @V N(MX!^ w&JXpxwC#{# c~{m=;Yk]u`G=41ddK Sg?L~ !EQԖ*h4r}yKt(ܦ9YIg`i:W|&-LBOex!Py L|/+zE\06-nE ƊfnY2-tÐ7=W}רU/ _ WgV!cvӻVyJ(=5w&ߔ9rzS!MH T'⺖cD\v>$<%zf{15n )RZ7K<gWy \<_go@g/a`4YJQcKo^!K}`؁+XإWavb^0٫0 SB.[mf(lQ*QqFi#(8{GÛXPӯF:B{1}xc5٬-EBSuuT1:y]=gvxXM8XhЈ}gaHZUT`W6n5db#R`0vT7zJ!# Y752ڝ]N4]gm)~h.E1.h /][1Jc0wGX[+tj'(EG,]]{Oa8"c MgSNw$ޝ}s2K{<~nPx{P``OuQ`XXeì$?OWķ}ڔ& endstream endobj 377 0 obj <>/F 4/Dest[ 99 0 R/XYZ 82 652 0] >> endobj 378 0 obj <>/F 4/Dest[ 99 0 R/XYZ 82 652 0] >> endobj 379 0 obj <> stream x\[ݸ ~`:'診X}f/E æd^6LR")7q&1)%3)$딮dk/o;])%>?SOVrpjk+jOxپ7w ¯~db$FIc+7MU_ UV6֪ZX UV @RZ4~ .\mkG'gXMuBIu*?Jm=˟/^Tu ^L ֵ2!p+aGzw ^;pAx.A_P^.mML["_Uy0cZ[*$QvRxuytʏ_j0rxzy/[g+k;2WZ#tT3 {WzWlh>Z ;_D'1 QBxg"PvN"ɍႮ?to jNH~~STV xDcxsw4Q[#aa~O&FG}燝vpҖ`T|{Ƿt2KE@Arw`uƵϐQ8ςZhN'Ɠk3{3sCAuQG.#8>Fc6ʪ։L, ~%Q 0W%UG {JǿѨ-4ӻHYCx֥;Uv+ґǐ}Yq'8QgeY0 d t-:ޏ'ҰP&\F XϬuD Ǖ b%IHKګ6Ѿν[/<3_T3XwN5\20U pZ 4WW` uRbNT] m#J YLk, VQRO/ 1Į5>*[ySq4fWklyԚxZ*BՐ\QŅfV!*3)( =iy*T!=)w-Ӊ-`! igf -+ X P0lC ~w+4XEPŮ#lJl%d#PdA~s|a2HV_r ff+PƵG,#"f+½jREhk0hlK4JKTwx6SCNw3<&ε/ǁ ].uWp_[p)ӴhBtW;c*1Ա#Cϳ9<ʆκj1Z肹ن[輅@CHp\Yf<8k9y4+lme -:@X/z:O`1]|"y#ڕjVcR-,nm퀧,'C]9Q15)bh>L&\p z92$SH5νs l* #T@XzK8L3}'8$=vԓ-^RM*{XW9q? '??Dܟzt}/eW7pZxNI yLϐG=~i1$$,졒 YhBt(L,a6< 'S*GǤ'sȡ4Q,3?:9|DuO]'Y(3com*DcFW ?YDuUo2 :֩Ls1<~][|\퇃t;j7TZSJmPj _hlvd4_QP񻉾3s/twCt\E;r]XGkg.PMcw4v.f˓͍!q7{Dž6iE>SX>[:kCụA:DߍŦ/"Ul?)t$qE_1awJ֠~kNPq%?C(3rVKc/pA(sf˜ixbiqŌ X* ?P|DiT<4}k7C *3bR'u1"ǫIz-T}AigN/6!Jamd|Ӌ*9FmʞԣJ~O*=}=Q?y?yQ;!JToڿb(;jٵxȷt"vId맿u?kP^ [J5-w~cgq@oGarTplh olWҍg ;qyug<+ JZJݚeU>OP[Rt*3ؽTk}.n@7#;oYquƌROسX^iQ6 ~=F؞O 71]Ѡ8W?+.Ń/nILJꉤ?_J endstream endobj 380 0 obj <>/F 4/Dest[ 101 0 R/XYZ 82 600 0] >> endobj 381 0 obj <>/F 4/Dest[ 101 0 R/XYZ 82 600 0] >> endobj 382 0 obj <> stream x\K6 L_"Ni4mi<$ƻ/R[e˲}L vߟğZ,*ZWg?+Ͼxv~CUH)->?WFx[8c[`{/n`>ӣbk0EdmALBj–\ Y8[ Q㺐JTAR"D.loo/袄"{I4DJeC+T[Ƶ$-ʄmxt] Ӌ&/Z-RRK^n)7x+o%^^W6Ja%m>ԍ XDY0)x$`<Ɠw!-X`*_89K>ծ{>JY+en73% [\'!6A4B._l qZܛB1iügq\*^Ui)4ږNT<0HغPm b^Atk\3Q5 ahfpPc*4nx$fkWB= $hdJy>%w]+_ŭmro+>$CІK*kd n9&ʆB~(ԡJlX3  bU87pQ‰NX@5X4O9mPpL ] HIvIn#fa znpD ,nLTh"6OJN@u$tOKʜJ;"3B2F  |VWLKrQhD^n םɱZSu~늌/޶pe _u.̓Dȟo0ykJ }R zaXDD)`ρ KeRolIS 9&[)#SU_l*]6Q֥ݞ e6G?qLkg('H l)䜔=11:3v(- m.~M3 [ϹRe` ?w~#7;_RN;Wo1cuϝ{+q].uKy H(]yOi"'J{6G,GBo `+8vyn`ùXIǖc+k1=6Hﱁ#԰HeunxEG 59r3ffѫvdY,u푁-a`i[*?L[I;tdIfQ|0z̛"xVbCK⾷ܡ裉z%,0;a}|sWdỎZx+ÇyQhcQVY`ڍs[s53(+\<9rB:LЁʁЬjcfẹC1A3GCSXLLY@1vu |rVx4x\4(զ[Bz|ɢ1˾cZmJވLv"M24cx|X0i@;9T?3;:uMol P{w,Lqm+T&U m*S-MR>Q%vAJº ڔyJyaz}ϙD* *r(::JYr3ef1dȲYVQJ2e-;d2IfRv=6@Y 5đ>R>b jk5ީ#Ήڭi?%Pk Aﭝp5gO"QSSZahηwK&GO1#mP =ZK A-JWxr8:849n,\OQ10A2sv,U9M:&uitsXdEWv~PtO_5|9sؖG|/Wi hvI)R^n2=:K}(iQ⯱_L!o8=JѸ*ac_ 'L3>r=Jߛ endstream endobj 383 0 obj <> stream xYKs7 kFG'b&='m'8vIZ/CҒ⸗f%` M' WKs0ZtN=Nz\Yvz5HL`x >ګw]Ò욾ͷWٌU#XtrrTG-'9%kƭp0z#PXd "TYz5Z5lE-ZۥZzyYmEqE&aKeAlfQ6.gxp,`{dEzy`v.ᢸi囋j,ҳJ7RVI9 g[\Usk'iS~b=f&wÚd4ZŸ$eS:ȓ@9!g([Dͥf6]6avG k;̿ujfRa&9{6g/F2(6CO[%D/&%ƻ "㛥tsr|plyyB-6J2om1 SP~LDfj CbKWcх_I]G>ZrLBohA+b rOo7$Xq՚KAΈ#Ebдju밁 PYE:q4 H[S+S HhU`4D`536wT7Q-}UJUs)K_}EGi_g6*=$Ǜj%nvaC{<#EC걎tV:$`wk,,*|I#Rf^c5!Y$cZ;yt+yn:z8S8DGƇ>l@p d9(S?j\u9Fa.[HL } /'ԗ.Ӟqw1QLGϊGA<Z <ɫC6y3T[^1S(2)`|mY끝ƚx۫XO}5nkI۳-/^5oBcy!~K?^!T8F{.~(B)3.gr1c2@n&X0}30i7:lF.JY8ᙯ^atᰏxKcbu-q(o=Q~MmE)}e%[5svaBW*3( z9XV|Grlb8:^\uA y>{)<\̭>O&,X\wn)?v |5YRBr.V Сe<@N*-#գ.JuT5C0ݳ A(z` aʯWƚ b+\kK] :P endstream endobj 384 0 obj <> stream xko.s'u}8~pB%E,'i}937gn'hd8ՇR_-UQ. 'uAhFp5v|J @٥qg_GYPJL&i@d'Wi}T.T((wQƭIZC^ hVE 02dZ 85!#n[Ag1h\)z`}ognCIfq36v4VdQp"M Orq 3ĥ"7CURWR`Glp?@30Ġo&T@bwy gt_?/ej-3 NRpC_c(v κǸ&ڵiA " #Ļx)D{Oh W\R8NYEy <Ȥ3`)sݶ3Eg4B~h ͻh&3xQ#ߵ97m[T֓m9II'OZnjMWFq/jcn7Q)²|\9kmi^ԄKm H0R@Y6¤)et2y*ֆst3!ic:S`od4ڌ7o).i7ۃx6FkYo%&VsKYF9-Qfт̖+L.>k[0Ps*JO^odޢ3qUS;4W:`eK\yhă-P~40 U;ºܐ93C&ɣfLXYŦOX(38N̦ p/gFpSY]ZqPYIl$}zYub̡*j<u;2 Z)Q?"FLzѷF,`NgZ5yۿ 1[5~ևLaw9<(]wʨY!Pk#c5hzJF[$go#D"9dоR"blu/4De#ZI1+b7؈A~C{ <SGF\4AƊ,i1sD0Oa8%~O8wC$+"m fa|aC|)Mw.CZ;]fң\1}XJ)ٱE{+nctĤ^)_w7K;w3b Oܓ]-3=MR#l5!#gMMɲ+)JJBq5!nʇZ#xWg2}l+|׊b?K(;LmyáFN7 2n7dxL MSWz9Q!&>CMN=#/]ǶgCYƶޭfǐiϟǪGqUHGVĔ !.Óq|[8]œf SUUT2Cv3 };+q5M߻H6='2/㥔j/6h5!|z)<]*̓Q:Sig/yL/gL|oO i=}N>)u~qYUQMx$U>ひswdHHXi/-u8]3 eܜݟwO*,qX9ѕgl5 ݯʰ{&GrbYPxlJ7`12dS6B&[JAݯ?$a!qHwY?{YH_!4ɘܡ 1˖1M=:OX3ۤ12 endstream endobj 385 0 obj <>/F 4/Dest[ 162 0 R/XYZ 82 721 0] >> endobj 386 0 obj <> stream x]ǭ?]vOWU^J v%$qsa+qpl'c#VmwO~gu1-;gÿKϟ?{^xyό/ 2^ao}v|y.o}wgo|~R3'k2/&k*}缴n'8ѫܙ<]bl7q6' ^)ky7+^w5fv6˄2Pv￾BݚxWoKJژp\W†qe#,8a[w˽1w?;wo}OݍGwZ.f\]Oa甫!Jfi{_,|^̌5^/ƿ~uWb Mtō.Ӳv&wkX?iN酬}\P˙w`(~?IVw㎔v˿]xc+,_VMĚɿ+^:[;8!We$w0),Qn{S1ΧRа,hϑKJE9/_ػOW|23{WW>3/.$=^kgu-nYL?C㦂}1<]C|g/=!;WջM4ϥ9iK,W/^ zj[簳y(K{+J{z׹<4U#d7TbU⪑Vme%O6T}(tMc@#(M߆V(ʹucD<dG M!<}})<3!>'*شՅ @tj}o÷/E*n"?eFIP(OC5RsCPUPٷ|JOS jK-V'7,Y "|\[)pXݝ[(Mdl>2'Pf{0HBɎQX@48 'PY.QR_Uĕ(T1k󰡀!3<&WFx;>:*,URvK߄? fAN"\ƼWUV44P!e6I",m5AX’G$NH 4Xz" 5.HaQY%D#.@Ey$(0.LXS`XߏjǤ0ZE=uRIs[0H0) eD(=_ʳⰪ,Kp M Xz~ ֶN\B)|Tr"@(6*G` %)08B$xPޡph䎉5p)H梩Q>3Maʃ˽Ai:΂GL#(e"G@t5E*ی"O] ,I3h(l!g7TG)jVV8{g I-N kЗXE$BodGJFK`ɗo^5ׅ ?QʱncxOYB "\a=(P6]^ |.|g]UU 3]Zu> ډtRi V,0=uT^iwu Gw`m64腾*%Zq2(O+A):Px^,KGs lC_9qj|vTWIb~_ϫD_îIPVV+0=5UBUV<֧0kpeV2KdfQYCu~ց³ ۏ4贲aa=C+DgFV'*~69i@bӄ4%Bm5aBrZdPGAhQ #jXJf K\%cIP`bi>nucY-S2J PL[0HEɎ%rjDu%JmuaBZIZ)P!uR` L<5"+%dq2(,AՑZ)ރy W)Kװ";PĮT]YX~ ur ܺDeEpdAB'n5sk;,P5Yhi aX'}UZRt`-̄x5*5k#iP{-Q#7X#,QYXYDu` *05Z`} kZd j,$&GJ;e>QZ%zؚ; @Z0He~uIpYoTQ! NjL_'B,L UJb6ϴJⳛ\b(:k/ {aan:!Y5a5j{,Qf6X3$Q]X[]ĬVuh- lMC7؊V [[i{[|v #X2wkIXέt Zp c4MAkz vI0f YZZ $b)űdТ<&GX ɼuf^:Z0 e`0i;-Oc 02*+1:mMOj_g,L 1 Oa[‡*ˬd̢<#uZgej%92aq#VZa*i\N% $A$7 Uf:$^KSS ˞Ӝ=TB>TV>LfT\L*L*\qv Ιz3tTg&_U+PVL"}U6G X~0u%dmuaBZԡ ZČ-F,[,a Exl L.awȫ-qd^*ܲ|CWz/T[^+Akd?^WrGkne"v vgutg @CwI>[+|b2 br[[geχɾKqӱ5P|MONQ ՚5>8kP.Q㖗r .Q]\ @jPGW*.PЯaCkTwEW2KdzQ^#t]%jzt|Mv?޴ TI[0Hn~aipZo JF,0{:NlM_֛DP %yc3fy}@Y{Yڃ>p]qA5]: ^++^8T5b2XA֧DuMS+p' *`wh7 sSW[¡bk\3<&WpCYn UkD/\n\l?>"*9ğۉPR^. /Ҡ6[.77x_tӻ[Iis'xϮKP#^.4}:Bm͟c^c徿!|-Æ =[)%dq2(-A!\%[)pX7 .KvY_x98 +9#<_ҭ\UAdG VLrg$g`Uis׌v4F (U4a|'5B aLR3)TQj *H* j>+T M8tUyUڞHAyR^:4Zn(7Ck+iP*OC U0b XS^ }+%bq2(,A׍eM:d7UvRr35V~2 P"V!USB~E x((U1 KOjM]53 RX0YF3<Yn.\_U5RԪ-/cW29LWuhN4 ,BmGTfGP~²v T$X:+T -NUoOxXGefl*1/EG׼gu `[$ udN0 +>PHj C0՚CEx%<>oS^$L*Ҡ]4N7wjuQϱ.#PUiN)0 ڜ?Q*k,4􉵥;N9q1%Rq22XR`buxf\5ݢzꍵ>Z{jtwÿ5/nt7QMpe./tm|?w6=Un0]޽p16rk.LR)>"_~֮aHsN endstream endobj 387 0 obj <> stream x\Ko7 /0]#VGѤIڢHEIvHN&@}Ij^#سGY̚(Y.r*3E˃ӃwU&P6;:I3y# cG`{q{2oe<[r0{:}=k甌Bj> #;ªBȬP5.3a-JJ)J\vFpy`W.J(D3INT߽ۢgu -KX/- 4F<"|b:a}G1r_~\|~PzBt-/gnq{[SEra E x'O,RHe0g" p|74*e=ZX(?8y,'+Coۼ&!a@5V2({}ZΝ0UG^fplZ URy:lE%G%\_Qt%ht>l__OK+g*؜+Z Y 2!Dm&]Zaդ!,O"~|%cx)M^=%ؤ,?-1OK($0Og٣]t@+k1uHy|\6 [)9ZY3;O7!U@96GY$O> u3Ʃȉ.MG7I)h]|Noz{\NU$le?02t.Lrzp5e9~s0g3l%ӆoǓmX0B0L #%YhImD\Vϰmz|̽ʼsoTDG~WF*pR04PHiC# GO1(w|mMC H!Έ3 89$ګz,, OHLJ0s962V)8gRM6:D1mUꔮCuF]*餴6gkpnQDŽ2EhԐ)i}Od;sΛE 1+4q &d\rSN묗m3R; 97:* -nk!'s>3rm W!y4SK]?&K!`j1ˈA*co0$3-TJFwUZ@˪+`!8~϶>X-]Q_j!Tn%T~cX2 'Mu+gWA 7,D7DBfzw>!ȨRJ@XW/o 'Iqr(t9J@񟣒^u~ppnٔhB]UaG=Mż!jv[UZU,f55➑2l7QxsUr;hOZbmgmЗ*s5zk'D9f.~W]B(m أ=]q⼉gMosEރt*UmV\}S6BgL=F{Cfm9%16՛F"qP]o)"?ssm aOó9^~[?Nbj`f PQY{}Z6^Fyz`Gptg*?5A٫MAxa:M@;;Zd2IcJ|9 1,CҲ.$ZI1t!k{lvnw4؋٥UX>,- =Żu@4eSÖh2wWK2ay"m=pTM>6${sXuChrstS[:r<9Xt;0T6Fg9Pjx͡7GPʜ|-0zkH*Ȗ'|c*ߓEire?ÔƌfFL@ ת?#߶2{$5 +/VyHG?OXG3>/F 4/Dest[ 108 0 R/XYZ 82 123 0] >> endobj 389 0 obj <>/F 4/Dest[ 108 0 R/XYZ 82 123 0] >> endobj 390 0 obj <>/F 4/Dest[ 108 0 R/XYZ 82 123 0] >> endobj 391 0 obj <> stream xn6+#f&Z$iMb=$=8/7E4vߙ!)yeC Dv'gșg!+^YxFV֫ߏDzIS_JT^3o* hON|u~KVķ'MUQ^=Wg)eWV>g Xc[x:-KHD g#M%$?j V41%93X=aחQYH&I_$P;H) y1~6Gxd@5-Z1 x]Rm ˪bsU+>VrW#ݐE#9Ǫϓ':DA0* A@Dh$պnXk{\{CY }w_'K&C ŵnA;D7|n44U9p;[OF2'cp :lEɼ=2l#_Q hzZ6Lӆ6 V90$BNFIuv<:'ƍRLI"G(fضi!?%k(X04!b#I2|@s^t/ҬwH)p0gG-`6f %!縅l%>"(5^mɥ@f}dyb{ۯz0ґܷ~݋Ld1t<|H;l -qiXÓVVe)>c%6BY/q?" G\q/4a+<,Ƙɵq.u-fDBr(k] ȷJGkCE=Z-!H7oVeCŚ/ٔhXGKnrF,X_lzVyNqNtHO IDaCJu[-^xO7NypPfngO4# fDYpd|k !!Dho\[W'wЂ M.e$\僾;ӄHeN($p薆l྘tXk0Ed-uM;";-dN1aܶR qCnqt,*l8}#fru Vcɺ0︰#inov!#ujvRpI|O{Fpϯ}[GâyW0a8x>/F 4/Dest[ 108 0 R/XYZ 82 123 0] >> endobj 393 0 obj <>/F 4/Dest[ 108 0 R/XYZ 82 123 0] >> endobj 394 0 obj <> stream x][5~?xRz۷7P@.i h a%`I ./G03UWUϗO]۴ߨt}pwD_jNy.mwk>py&5>w}{+"3Tk%7]UAm7qm_{.Nm,/J7; ѻ26 Z*h^FtE7:K0R;Wn,fX0m4mp6̺q̰8)_>~|ڇ=jãQ_y9ux_6;imc&ԎMX|yAv1&fX%~OW?CO_=>aۋj?wg)9395w5ȀӅO}c+8ZoG3 ]l;tcf2kיtJJ䆗ZF5 sh~#c;hupW_n}*9me$S@\$ք!%LFGq2|t&^G(X'5gaQ>ta\ C(?g>M}ĥY򷘡6D5A:2U#XPJ*2SpeX]ZOۙ/>׈%߉_!IJc[+?g)_'{آ0ZMٰ*d-M š}^d ޒ0]z"&n ӹ5qz9)&5V$ƼfUBiUX#`) ] ΒHsNIf3ay%هH^D-YDWsj"&+m#Tӻ3a&1Co>ћĘ 7ΩI:[,-3Vyޓ+9]< A߂xړPDpLڟ;=õ2Rس^iEr(UӬJ~, PcDOfțmPTߴTl@JbC |WZIՆߣ PGTHH &p Sh[kKի)iȉƚͷoz#{.[cJE)p;Y&|p87BuR4Wm&1yP ۥqYC#]tkrcNI,s4u"QYrcr+ .=ы]2zȱYN3̞ QjcV3* f!3(L\d8%SV8O:_k`9N2Y=W;?'5,/$,G$gUi[$Waak, n O!Nb; A|2ଟvmJkym@?P, l{=[s=;5̏E8GP(;6߀4epEjawzw3Ґ$gq^}iZ(Q76Qk_>4G@u!ʣ}gLjZ/C1*ژx-ǘ}+ˑ^]y8}$ x)OK-Rfg4Qrɔ\d *4?tt󆄯t"^p;!gJyHGb> _9p 5jMO[aGFIg >~Q g ^(pHXaJdۆO`d:5NZ`uFyڐ W>m+yY<񕅍ض WE;QICb@~;2)T߃ټ־p`\ٷZa8/0'1V)#j̈́m?3 %]賰3\"mAD/$ wub|T*NbL$P̑4:Uh޻C ( Fa?9S9֮o"g nt}pĮq!ZreuNٌ$y69Rl k9qH~gIVZ2 ͏s$ߋҋd Ʉ}ͶDCO||W՘c\k.nM^L,ýDtTd Q9 Z I''!`Y:F.@ƞWS^\:>&B}*-Y]3~xЃ7<"~MQF7j@p /'1Q5/) (L”aTwhɃu{*^ź܍w^k^2@Xx'RV㾆[ b m:fY-q} U/gJA("<ޡ|=kBCU>AMf;X']o=ڍo xT> )ti J&1n~a7c1`RXa>叢jLf> F{#xߒ,#~sj"磻Fp2-+HLqIPSZsg U!< ^ P8e֕ sê{ Q9m_/H^7C }kQ>Գ4{4&sR$`iD.,}j?u&L$7bmci!1..Jׇ Ԓnv%rWc -rf endstream endobj 395 0 obj <> stream xkܶqȱ|T~ @a;n')ǾFK|g_ߙ!XCi6`BrypԽBFJV5T7?uЮz /|u?(!]F1 = RܷsHq$?b%Y8TS@P0\C"!ͳoJ|I;o;K/c+g7/gEWF lc΅i8aX Z"ti>$Bhut w G9 7O2Z@y,^RFV>9@bH7&,Kal\*0DȀڔ^xeFĔPɰ0KTȺA)DpZ<:5v0" ^GN d>z叿ҏ:6g_l]Ӷ64\tBj??RHZ!#%.=6Tk06B ?e8nJp8nmӈp$1*I)yFgBzI.ȬM>TK,ofEË{]f 6oxvGaw?k1RadgAw1)g\0@GtkT+:Ӹy`z>-:cFrI $hx|+͛ސG(Y8[G z>879,N{+يQl fS hJ)Y 3gg&gIǴtXC^sX.鰗1qvIk`-k1>\hQoj,8BbxOeq묂4+F8Shz&[L\24֊&әeqlVTL^>N|VMeZt7M$TݠP[j{,o6@tU.fa$ %QzSL"0R&^n1^Q~ )N59\6z90a迠G GRf{|5k?0?/B뗋ޞlg3EG)sR>?Scݿ0щ WTX8<^=0du-tɆ ~nk'\Mp\a{ϞS;. dk&E@nsβ6ogkIx-g8 ?>ؐ6X"ewOooл#쏾{sa_Hf$ =޽>~޾G%%-$TOEiTi#$ &]3w[BSV k8~igQ-֩fe1/L7ݭKzy< k+{S'[#ktVm@ #\]i-j'uwd䲆C]r/5̿?;=9`~B3- >nwsmor 7O}|Y6-k4dsaEs9`~es17Ў2 c;5sHa4~vͽ1yg0ҎY9yk,S___|B̗oIq?)ctؤr}XN2trF5<аx2$=%ȸF|4;6:^N'["G!*bP*` cT .3|lvʃD jԻpFξ;beO 4<_ eQ4ڴD7՟ŷхմl5C;)>`&| OH0mӓȌ> stream xَ6}=ڋ.˛T-ۤHۤ96i&i6I/%P^ 4"Țf879?¿6]M˛ͫO}%o#\51GXIjTD:K=ۼx>ټ󳇫fKs/ތRHK3*T֜e)5vW#YsPE q0N= %,Xƨ,xD 'ˋHqʡ?}l C K%ܨR!/ΘT(0 'gKFW\~_sn5ck!Vpy|u o;E)CQZzK4 Җ0@ ̍aHmp:6o[.|}Wd0zO 8\5DA0$G(#1h@F\c4DFȼ7ohԫzzCinuCwȉg,[ 0BWms ~?-]dwx@p i "(-t?=`GJLB$ 5YVU!c^.hO} !hsԡ'k[%N!]Uj?qv \*ЈQ>U*WzlpNA=Eh*'_C=h7h\.<_Nz_;{|]^\* U_,C_ ",FX-eOF"=Lr(_ZRޥ[ϵjM|{'9^ PbyopRTcp;:n$QbEV+E .$y_?X03唸B|)!P4 Om:D2FUJ% >#k+ pK:L9aS婬 bN q<\yLLO@~0.O̩͗NpxdMwIt%V$'E,>YH_干stBh0hbyhJj)9`P4n388HDF U>dN%@!GY#,n GvhZ DcM~vbu7OCޏw>ynWɀTsҐ R%/Ed[M+u'o"׻݆=AiOs{6_'ǣ{31[QIBuӂeF9K'fW7x2ݾ[snT9@Ѻ/,WqJZ߁gwzuMZ5?Dc֭.dndY4Y&"Κת@(]6xw׻!K:pxē{W{ 2FtI7Hʉ3R3Q/JW%%9ffqz_뙾WE:(S+xv )9U);9*PO#HkéMMeV ʘ&h"[4vy~-hRȽw WpSZn= Ÿ:w6 [1颽W9UM4fge&[|یB)r,h fa!]`$Yg"LV  ]$mS>] jh<]Io}0-UJhWiW5Gᷜ2STLYMçFHM\IҔ=Aa+bsF$“ԝ[[ꊉ_b"Ao'B[k(Px<mS +lΐHF|x\![B{MZ/@Gq6ds!)'f~>/F 4/Dest[ 112 0 R/XYZ 82 440 0] >> endobj 398 0 obj <>/F 4/Dest[ 112 0 R/XYZ 82 650 0] >> endobj 399 0 obj <>/F 4/Dest[ 112 0 R/XYZ 82 440 0] >> endobj 400 0 obj <>/F 4/Dest[ 112 0 R/XYZ 82 329 0] >> endobj 401 0 obj <> stream x\ݏܶ?=9F&ݧqE$np>M}$8R uf8 移O5?EUW֋Oş^^^|8gBW/]^p+^9ŜL#}WVO>ھ^9ˋO{%Gex-u1gk&A5kWxuZhap`Fa4BT<8rY{op9`R1cADG3qN\oTPG6K*%Yx(҆iS,8Ng+^o~ VxwWm9|J|7+)6xydUԢf0klT3dzǠV(ph,y`F)RmoܢaXyRK~:vwOBhj7Uw \`8 aٹbv)׈.9{3b{e6 ]ϳXF8M.w䥄ѺHX3o,Pm BcOSh<9Pe0>м"~&RɩQ'?l=3Pwǫ#=Hb&;(\3ik f~E>%.uP+.Lh5$=&{It4w dNsD 4GLqۜ/lu54F|35ʐJ?`R};;4fWaYߚRŝJ,(>UZm/w]l/˷XtK})7S!>Q<ϮfN0`(  j°XjJ\rj:GCUu^k A}sWP}%= [rt8wO*f嘒5} 1 PeVeR;utaAQE湢&qp _HɖDn{jFу Qn#I 9;NʳaHz*ӊ:Ce7!ܒE%k# DI((疓 K`&/&V7m[ҩm/0v@*fXZ=(Rį]˚q2gى<eˑc8!)){:T"qmѪ8+hvİ<~,‡jwA_7E '9's^l2c#!z5tgͅ9W,̹IrE5SS`ػnAxi9rf$*5,BYYiLDP^t.54.# fdm̀%BvPH:ʬklXU ( ذY\1-IY8@_uww7hv]!i= æp o;<-w8?q 23= DŽzgY)JY?+J38*fceDY AYe`Va|KPּ@Vd$IR#$:-N04oM*~V6R'VCjU3%Q չ:ѓxQrx=BZbPPk_3#UgH44Վcu׽Hq1 \84 Qf}xja^8⏁N*D#Kzk91+M1KBt]j?҅I&D' nMd n%Go&V[8< ]<5o?r)3Q3$ (bѾ>))0{-M%~F>F^Oh1l+,(H"d$>"L]+.!t:;P9~1WqG)W旲$顇a+s: \ 6-a(4;OSCj_pb8cު9合2\d` 279@F E0:Av-2g}P<2kY" {V endstream endobj 402 0 obj <>/F 4/Dest[ 112 0 R/XYZ 82 440 0] >> endobj 403 0 obj <>/F 4/Dest[ 112 0 R/XYZ 82 440 0] >> endobj 404 0 obj <>/F 4/Dest[ 112 0 R/XYZ 82 440 0] >> endobj 405 0 obj <>/F 4/Dest[ 112 0 R/XYZ 82 440 0] >> endobj 406 0 obj <>/F 4/Dest[ 112 0 R/XYZ 82 440 0] >> endobj 407 0 obj <>/F 4/Dest[ 112 0 R/XYZ 82 440 0] >> endobj 408 0 obj <> stream x\Y5~_iC?DY B@ gCBvِ ׯUvQ@坲]媲vޜqJȂ?Jg?>?SY)_ ߏp9S0 |Ͼq?e_=Y˧/ :]^Vpe l+kHLyј?K-Ȓ4IWvuf*Uz U3{h}-,Iԗ5 NW)˓UEX[,amZdbl3<~&'5U۞0U|)w1 5akF:Gv= )c?ۑII:PrGs`0CP=Z&ʈHФAFzDdG[n HxQM_{L|@<]`I3蘵=k^6SD*u\kUkxk&u腵j 3] 36;yьGu3TeFTyh"YݪV(cRH,32OQΙ',76#+wY-Q Ec-pp9_tx'Ȓ<\^H8܄[+2y&z{$YowYUW,S^GU9GĿ_A} #ՃD\&o1DhfIL@Yχ.< G3P?^5=XZ6o zyۆ|RTrV1(>֍y䀇'-K:|TMz}c4F"l G(>A(|"׍CxF$!AOIՀAI1`"o7HQW'PI TjS#h:6MtzJEOP*4b(u Eԕ>[Ƃy_p3܀QMDHQM9_$SI՞Uek'*!v$828WÏ?-@YAC 2(d'+XP!o$ώJ |BWŽQF ?wZ:g2y0;qF"ݣ,{8F[W{XYHrЈfϞ"@a ! T $E+k=NOзI|V]<&wftkhh W<%@I}vҖ7ޚf4[҄dUPa˫$#pGl|ze䛅kuwE V-O~o,s2@ (R6Ə i ֢(TYH: ,ClV4[5y r+j½>̩b)u &9A11_=ӆ A$TD><$FrHLIq11Bm@1YѽU7=> ɪvŔ]OG$lD %*F %=?Af TraQ&>{.I t$+Yɨ@S>蜮u no,9uE82$6[-mm45T{*V >7 nnHltxI3`/Z7r7y#ȽZ3`I {I$ `q d d C[@#Tm0e\jq;!-megAy޻qXFTtOBR}+G8F:8wF 0:!,|7rW_ˈ,_;,U8BTiO8KF)D9(SȎ knZuS "C")|$U %  0]9rba o@q!& =, endstream endobj 409 0 obj <>/F 4/Dest[ 112 0 R/XYZ 82 440 0] >> endobj 410 0 obj <>/F 4/Dest[ 112 0 R/XYZ 82 440 0] >> endobj 411 0 obj <>/F 4/Dest[ 112 0 R/XYZ 82 650 0] >> endobj 412 0 obj <>/F 4/Dest[ 112 0 R/XYZ 82 650 0] >> endobj 413 0 obj <>/F 4/Dest[ 112 0 R/XYZ 82 650 0] >> endobj 414 0 obj <>/F 4/Dest[ 112 0 R/XYZ 82 650 0] >> endobj 415 0 obj <> stream xKܶw[4,C(vʩ<89*g%,'Χ ݍYgSM=ďMļm7{hg{x{/???}_~f4?|~&Lat}_/÷|o9Ozv8pO> ^?}^NW5kvۦҚؘط`l37?OA27sLǾh}k'~t5BLH 9^޻Nui`7PO Z\״;kha ]Ugv>hٷp46$jm8BnUw0j;bƆVn>̰k~Gʸ8k~(^M3xe&zN>?EG.73|ajB%;8u҅-d:j|B~ =ZӍrOB ߝNc~duFBwNp`wY@a[|^g7ǫ_S(< ?`.oz`s;^h>7tc-{b뙘_4Cg]h#nh߷fnj36c-*ðW+2{krIc}FH- ;xq//>?8q([F &6SGuoa2}̾@%;=7|37]RZEo(ፓ L6F_UǪr9x_>ynO ui;`Rs>|,nHHlNM~IlGDN L?$~jy)|CaHp5a@7G_'G0u7HGpN{QDlCrW?8z{1`0v1%vewO+D~X|eܯmn\+6?X:Nq@?ʎI\T*?06o-{:HjH`o2?$r6F |Cӟg>Qs?3?{lm=T_\g@3$wC7>@&e')f8`Cߣ?QZHf0^IS.rJҌ>'ݎJF'ﱻ"]$MmSI92P08_S(Km*UQAPMZȑVzS[qfz3Mqwm][C燻\nsU66@uh:|#}і*A.Ux?u ,:vTJUT)eJu% R-(67aMMƗߩ> &%Th>Ƿ'[pGW](Ύw4XۆLf/vPQM1xwz_Y"*6hާ^|"\ڜ\lh Π`Rfk7y%Cïhaiy@r9\R6v-Z& Y(g6G]@m+WQ'ʙ^R1JPՆ/1z RJsC̡L&Ns#IfTThgH019LEc=kQ+Eaτ{tNf:|xND&3'@~ͨD?R KؑIK&-~I&itI2%GݐI#43#FRR"KMUKX S -%07CJ&®J ΐ`RjbZ{viPy 7z湙ՌZ 7s(zh-^@*x7 Zi{vh܁+E* rTm]-8oka:5_ ۓB3/j/3b:m:<%_dzMc~ܧ^@ӗ˄en2ګ嚶c=²cZi dUI]G_XdئUYun0?gjq8A댏iE3M7rHh 0);tq8i*gVTSge~tS}O+-o\|1 > &%h>w7۰P^"م%y.f7k~@ʍi6L f6%#qU#Z.c$΅ȔBYWRL~1;L+ g+r]P +0bD003#qҞG3b1ƻJ~}qS Nh=`%U(C riI0͉rV)*N/U` Hw˓7`Z>XLLng`epFlpfgtp”cClvڵbT^2Ϝ Z //ynrV<msʮ~+ieWC bƺIs uŶ\H#) .\|Y>B6|I9Q ޳+jw^hfHGmPvuCn=N嚍}SMf>?nQ7m'[p\/*IS0X)s]"P̀> &eh>F0{G(x/lvĈZ:X77+TLg%[I_x7]v6kb՟S)*NXҠKU/U,\}ρK+ J&&asNa+ilGlE;-NIٯclwߘ(?ȘH>?33SR?yҬeX|'$iC-Sŧ)NXX4 UUuMůujڴd6MCE=6a}b61 (kl1ML),K vyhEn48&%g"}cf}f^2FY.lfMz\)۶oڵ6 b$\vC5j:Q W*#joq#$"yɸL5=\}\1LLSm:iϣk#6Т]dbg,d7y]ł`r'k٦u&<_Ru.h h1-І56%Fj*%T4Ď((a $M#Yw).HK Ȩa]jNI!}clwߘG 犬L1֋s vTK8ߴT*Y7AnX D3 L)M_Aӗ7pN+-.U)BBߧ#X ['ܤļZ(utpC۬=$U$;%em|]9La#{]m7G uO> stream x[5og)6x N`Yv .ٱ́o$R%UUfgfJU]?eǏڦ-ƞ>Şn?G^>~'c;^~qvɜ澙M~ufO?u<}7W^G XSGkۦsҚԛӝS1ة1ih;{fB?@'jqCYeV[MӐmjv;;:^C7Ɔx&sr3qRH9,ﻦ=pXkG 띰9NfC~1NtOOoGHl7ٮv.<|x4<3q5\=kca'f+}` Mpzĭf"`;fx|~vs;]ضi@.tӂ5Wܦ0mIw[zZvc ~?7&k{?I&w<4ilwLa&NZޥ Sh@cV;ttcWOzJ0;y֎i?[f;$}O8AOK~(O[ ޹ť|ݵ8'z?Ǿ Gce~wdm@Pa*6+t&ex`bx3 g~BKyc~}'|?[CͰ}gNfcƦl`p8A~fܭQՎ[ۓ9g퉋 3 E8{<ޛ_Sħa2Vx\mcm ^QiH],  ]6?uf$!} ]] /5ntw2}˟y x _ݯ3TU1D)v*;B'3y4qfZ_9|n/6~OAp^œD`Ls1c( : T9ݴS3`F`01hTH["6#Xl%3VSbxB]w Np-Jn@ \fV\eTU1ttkO>;?ՑP#+ergjgtxsݗpFB#;A)mܥj#TJ!doBNRZӌG<ō1>$ 9i`aW Am z0#0ØٷQq+=nM}X{f20녎u7Wᅎ$N PPQ;<zߊ *ȇ\:ZS>A"Fb`(t> B! 8fT3؟3!e (H9bAȼch9uR!.rmjb8r-A TK$qcCSgk hEȧޯT-6<ry m kc(pspk!)& ZPA:hJU,}I?ia<( xC>ݛ˒=}JTLts )u5jBDȘѳX v|7U o;XP 36 'S@ &~I|I/HYI *]-߮6=g6`W \4Vۻ]:QX^vhQ9")L--A ;M|3;5fBk7K Pm hsLcdzg1FxH^r~:u?AR{--!FVDK.Ks Ks \{?Jӷ:E*5Rd+pCD8 ӖfӀٽwgwnC+cB_b,?uAgv>J10fTl~eXRX'(31$ʳFTv܊n[MXf2:]#:6&Gد>Tp_Ȣ<eOZj$ZA ?MB;jWϠ 25m i @[kf731cMcμB(ޟqӅnhs925ujx℅ꁃuo"m2M:h\j*]y4nW*T\*8+5i׋f!Д di҆=D 1z3:r9lCQ1vh:I'L x};`c/Vl d]t],ؼx症<6$v Qs4TT?!Ϣv)KNE}%NVW#Ñ9ܫQS[F=EѷXvI6GHrJ'v ]0y7Y,S ?%hfDϦ*e`6@J-0vy3X1&"_=T?p%]'*qB&Q@? aXt˴.JQhpJ5A M*(<|T{~©;*A,{DƆbJ}{7w\ mfT4=%@m)0#0hʈhMyqe@?gV}`-:Ud_%wN܅Q\#Ube2%/*jdEt|Q9:ܽj$(ZaHȧǕ o#P;sQORbDTl!EONCRӐF`b "nG}' Rl 6Q5n ھU4B^(Dh#8 (>x҅^geϴ 8WZ|H"FlaBH:wZpg?g^QpP99(.PP$BXRZxq#*;nEǭ)x3G jz7)2Lz"{rHvt}KGp{F(;&y$)p/_:IoNi6a%> iFq&z3ࣵS!(@E ^gx+٬,c0pU葭=ƾ{U;*kǦQ) [x;CTUi}\xJQvrE::͵381eB>ڰY9fx**/h .C6?C6VC6 0%~4HYnW]>Fo&3Ξeːpu-䦅v| ib S8 yt$JWr]:CU}UXH\q)ݮLR輀,* -B̠P<"3h6x Z "&@B%)}X|'o% M]"[^E޹M:(Yy4@AʸS/̍i\3?uK"5rjjL}EYĘf6% ;UExp uh9v39Q(|0N/(!(r\PJPCR͖3IT+j#3ќv]d>]tD5 xDb5| lh$E@]P9LɗC#!a[fdheAN]5,mUCIWd;# =i,C0rd`&B,&qگg,V\QĚkvQ3daJ!|Vȕ;u\JyZ? [ !5W sц$O;UeP QpI*2 zg * S*ZPec1QcRlFbJ&.KuE\_EeA>\obI /,9")20+Y1 Qɂ"Èy(B2(ޡND!)C"FB(T2Go3@I~( vuf43i"!,Ln*-̍` ƒnG}' Rvep1иIk*`5sx6'&c^,Yv[W#lg 빮۪+$!rtjri™,{/CBT$pẽ*Jb|A"@2#|4O>_'Fd2nVLDbX*=% 9|~&H݀ d S e)o.h3>ɛjMFEDpŦq!hok&axuyP<gfXz^R(jiR|h'nf=<D$,3ύ@k5TkF5GT343ntxz1}.DzTŨ"C5_5eHȗ?:]p%Х{S=t >TW$O\sLc9RL8%NZiPq!QBu$4HwtOכllxOƷӱc<.> stream x͝ߓܶUa*yȎU[se;vraTֳct @0Y4_AOꪶ&w7äwۧO?]>}?Rv?}]Sn7]՚_WfWir>~ۋ~OFЪWu}ZmUcU]ݛסUQR+=ZNx'j2CVZ Cm}j4+;:^]V`JC ٙQΘ_{@=qSW_ :_-8lۦ7Z#ltqY/v}^쵾{e_v{.~/Wo >Rk%nǰPoNt3U[F0oEkj +5Tae^; K3Uc"|c_>w[kQxW}t=V1؝ëWtU٤ڌv:%:|ѩv=3_/^g] cdfB.d:ov,wn~kp{k^I :ojoe(fT!Ė+}!pףk^W49-Vj{: @L4ڻζڬ.$nm^9 M F@mW} AgbJm ׎o"?i3x?YOQdoeU?v3mU1hVØA*%5U˪~aC5Mc"$EH)r1P>,ሳ='mBf,R;w웣Yr##xGBWsb?$$Qܙ]Z vlfC.ъ3brJ??m엑)x(ָf5dipvP!7yip#P>Kۍ^vwl?![fy uՌq&/@PD v_}3wբZi&ZT4"8bT7a5o`5EcdѰruh%*zy,nD$>N5j쒃16¾i^P6hve5Լh&G=lNS,ڬBIlA+C-wXfYDwm֮|6h ɷ+XPU>BjҰzDA ⇵yM(Ic]x"p˒DiRh+vWh"=N(YD|J ֌/̱/\D8^GAG"`N $|MDa2n=)jjSpΐڀ(g@ 2m^m2im*UU'u֥8y ?ѯpkA k#L> _BrDeɈ"r@)u+H2@J{,"Ivs% kS%QP/)H-]Tk=tf.Th['Bm#3taF|Dd+nn[} LҤk.)*KMo{$5ގ%H75갈 E]-/E ,Ad΁ c QmV"'g>Wf,AR"A)DX3gձ!?Z7Yuj3Sk:3"J'tG8AHLm[i2Uyibi$^AgI媩OoaT-0K$!%9ẏ2_e1I1x3JF#!柭\Q35W1a!F?,FB xb!vB4zeۭvkȰ}S:_fyp)QveX0#V+f*((.xC(y|J#%Ç;iaTgk ގGH<s ɣ2t]`+CwXTfDwOTЃ֮|06h Io_Hh W~-,~ ooɥ#Ӎ|!+ !_v,Vq\T'ĊDb%%Ê9`XAH#dh+Rx3+`EUC`&EMc5X!G aLZbr!9+dGxAHi$Q*Br~2$O Z5թT1&xH ]Uƈ6zTbY(!$pVkdbPúbP 1(P:;Cj햏o'F=6Ks~>^uêǦ1k؈-KA71E1yD }eb]2Tɼ#J$HU[$[>* o3+=b+:EBKp[9zx:-lfESnQp1qn1#P>LCx@[۶̹rӫRz[-ކ۝g<+K:/5!_v' B>mo'HsijzGTEI,X̉fV !OR H;뒡Bϰz+aD;"Fk Xv<-\Ar}EWNu`AUGml6$A Ha H xb$)S^!m%!*3rkG͈ Qru@%a`Ka "*/& *W Mqe}~śLYeɰ"rHsH$י]Mwi<֌Jlǹ$a@, \leB ATw̃rǒMv/4Igdy›RܯḕPTXHaWNDA5ԨKk7`rԈdɠ!s(t7߸/0sO&ɻѲ@x; L _?I@B$bgDPP!oAZH63 {dBovcG[xϯϵUڳՅfѫĽt`tq oDzz;$> yND$ ْERMQxK8K{7cI"Y Oj! ?,'2%7{&.7CJtG8AȩٱHaHy")o+`yQI'&˰x*E֎',* 늟L5yT"ˑ%%#99 Y_,ew( G3h fBWL).#G"oWxYƎ'JΊ'F"Dy~ʧx"[?Wib*u]3aay.ܣu(Pl:;Ct5˒1K.c|Ʒe_Q&%}T!πnXz Ɨl:Q$TKk\h^gRD;5Ҟ3u!&U?`ykv9ari[2{6J=$h2qc3$njd؟I)r BK-BkTU ѴJ޴I>q]6<񅇏$jTj$\Y.o'x_/Wu}s|DEL8Jm|Ggv{%7tzdlo+/'eڛ=~ky2߃?GˈU5}-kfXLl5w-3yyR2s#P>nʶ[ր*5QgyjCi{Q{E~]Ն]xᤖ5^ p] HE^oM>ϺZK ~No/_X+ }L@MW>`:\[ Vx07ܸΛ/υW6z/3h?M܇͢1|>Mp%p|d>E/:G.H ^&Pݏ)8'*kc_[)/k12sΎpٌې#|6H!n>ls,u7g_bڴ=ky.dtqQtæ bZ޴7x~E·|7ߜm[#S-&2IHyIdiOVnN?Q.`)' /;ULSe S.M0u49f:vf6y˧ :榣ۿ> stream x]s37sfER.|M'CGw9m} "AZ3d  @Q-j뤪k۩яUGOϏToǫ+YF8Sh_ݍz㣟N?o?>8KN Z ﵵJfk=k_FVמ Z!B9ห`DCDgKVۚA,&xnm=/J(1INGGN/r'BEME!+XsPop(ur Hy .ⳛըZ4 YkWݔ9 W! cDX'!^bشQWpAF-</r8H5\QS̔eEB>cG NI"]; KH-8ǫ(݋84oگ%!6.RBxƣK3zǫD-\q rF6ƉVi XF!ݾ/R;!MvƩ3IVX=w}W4”+r!^|P%_OJk}Vڀ'bSpD앓~S?@"?7۽qIjK Y5P1 gtnL3`EG3"YxTو7,TյgBE:}sW?m?_E(,fi}I țQ) +|VA혥$γo6R<HYϟÿgLI q7p{~'OEy?l[{kk%.ǾduSr+ hb+uKWu'vҖZ@2ӶެErRlObN;ᾈ3vV"{LkL^/`BKs zkMkK9#DU/$wT`#e["zJ*Be hFeAMC$MPPZ}j2U L [9ךH~j3"֬CBHb䃤EZٛ)RWX8& LtLE@Bo-Lx:?[*&d9wp B&`N pcp 03 e/ܢR¸x#8BqFey|07J֖~c utR^0w$,ڮ]kOy[SS{"6ʝԋ0N-y2Ԙ4p z 9( i^~hBcܷ}30uyX\"Pm; 6>0SUc$\96mW}a;: cP!]`Nf"!hɶ~Q|9x 2GHFWB ,4S֜VdcJ{ߝjCe;L0;7T|^g;Pپ6nG+.)%E[VF_a7 x;!v?|yިq tRϩ@/9Jpǥn,T~E5p^dVZ-V/ ԅmȳS#ϧ&~σm~}/1I`CfVҜP$w1]p9x?8R[$Xb}4VV;^j ndOq}Hy$ ךdFt!r&ѭvp).šE M@a=L+L{#69:xi1\?9Z7KU:χ:e&ez U88-W4'ឮIQ#l&laGZ~F }J+U+,'_]kΤY( ?@t3׼ 46p@ӼʤN̷[ҲPg@f(\p MLޡ@h᤮:sju۰[1[-'䪅BCNwNUS7Úv,MfNfٷ=nԑ1Г0kZLԲ}!*p =|f5b7CzJՍQ[>JvՋw8f/cY Ja)K :[/dx@gl\mFYZ`KDX ]TMkr(vA5/G#̿ĔE|Q!ƚXǐH3Y0;?E8*?)~o,QV1@  [rkV HN 2w&z֘DV%F ?U> stream xrܸ*3.!@NٛMy?a7i5x%Y; ќ0UKSnt7txP YTEcm/ϏRBR̫ Qtt*]*3㻮5KWEwqÃf7BFT.n)6j̵U1XhٖhuU0 !FkO 07[^,V'fufdO/]i .H/d@Rj3_M7!C$A;fΘ¼3p<:5S _F|kcn{F[tp}{YeĸG=C0!󡦌GP=WgW |B! F(jX*}vD_rMy;X,)g0u搥;̓hG7֭"w ':8y,5/&H>+&:C7fb.p;􂬚# mwf/z{Ip+^#YZ #}E/o 8g:2I j=EHIE% ?3]"n9}O]tA3$fb*P^h.݀fnR;%TUAlFdVUsPMY>vSGG:68+Eg|,3;S:=dw&E5YKy8;62S#c9 ƳyKĪ9oÆn56?s !hf bI ʃ_~vMUYՏx\LvYW7ˆnryYӈ|#5/{HI?#*!ek~jZSU0Mʁ@ހ>z홺[abn6K{ 3cۺ+B4["@:S_"We3TFϓp8evVC-'Z-HDlzYoP* U,$<ȁL5#:B'K^ αTƔ!~ .ōޓEdsHȰhvMBJytš).xl,Y# U(8idiJÝ'n`- Е ѧgt>ˌ(mgQ<.qhsV 2[z(!32?!H0 HehC 2֮Mz3&$wVzޯrIROǺhe`S~F]hc.}"Mk:q9侸U>Z/ rccCS]fz5Glxb ^!&TC&G8K6^y\"] ou=~"?{F_8$z.vvn NK ؄=DhQdfx&:̨+N~h.>gV0i8Ez_ ˽8tE<޽N$x] 91D MoYQI'lӌ3!s˗j[ihfPKdC]X`(4R*7#WzH$Qdi`c"e*ϡY8>!%?=qcE‰%̀?q?CЗȻID'rg 1)"p3ࣣuM)˶ڠMRW)M?TgW+?bdJagW !$t~)U ̍KG {Kh~Aվ2sI}d'f#6vq%Rz4MKtaYe]PEn(ۿ_aͫoss3/bMUS3΋ 㲎 ~{&Ok2XclgB\bwr>g$%ףYI fdje]t>ҚTC$o馯TE,v:;؅8Aʗ8) sTnVLޔ: endstream endobj 420 0 obj <>/F 4/Dest[ 126 0 R/XYZ 82 318 0] >> endobj 421 0 obj <>/F 4/Dest[ 126 0 R/XYZ 82 318 0] >> endobj 422 0 obj <>/F 4/Dest[ 126 0 R/XYZ 82 318 0] >> endobj 423 0 obj <> stream x\sܶ׌>y,L쌝NC҇ؒl7$__Ă$;pwIǙ #r?~||T븨Jkۉjuv|ã?=Ltu+0Q ,wMvY_яjߎ_}^;#:qTRUx/+ȤZ-|#@,/Vո<. JwǤ\S!pЗ%O7L݅5!xo#=Tf_GG顜b hѳ؂zwN!fRNh~'`$q"?A\&6G(OŔd|ţQ$< xt[Q~AV̘H~% d^0iE9i璘,mzlA^ F< <pe'[&U~bmvQ.S vΦZVhH-IdY[h =e-OCuG$`%`5-d߆.<\kGo0s-x A/@So%| :N)]gѸafN_s:O,>6crn[*>p\,QFÚTZ%"'6U6vCH2ڮ2l\ooĎ@dbBUeZoTnW7Ěb .%Y՗0ZrEayp)^~| p "͌PA鬛 %`p)E?95-bY4pR'Թ=;qYf`Wĵ Y֟ΏseEn|匌́0#w(Mno`cv/Ugv6RӃ'P;RQzg9%ܔND=aPXwө"'^a|X;'#QM<' >NvKLWŽ+#qm=Pp\DCi}Li;e ZwuiW|ts/RL;֗ nw%3roiC;ylRQ-|*dc;s9TL$F-~6mhV$N\w~Tk'&;@ש8ĸ'``.Є#_+sK9dnBu"!p%ч]e]\ǔv >$? lmšgKNVKc {{(d>3{k[tf'5c"}L!WseYֵ*Y.Cd)^PVz<+W*+zh&&v+zAۤ8Lyr,xed0+(u g2Siދ"#b̰ʔc͹q]9 [8CcqSL[emȤ|?ycSmn *R#LyH֣G1>@E )DfFjҟ16!ǰѺC("OŸ\{<%-T^DJ4%Yjo[nMEHe~irAQpaT D%d7b;r}zvf8~!L[G:3RVDAqQ hi.C gMZ#[QlFkxuWȮ_- wTEZXxGrbUvFn2[^Jy΄;8`;hʵ)QV,aP7M,['9C5\+?Lݕ Q:s:V1nw7C?o endstream endobj 424 0 obj <>/F 4/Dest[ 126 0 R/XYZ 82 318 0] >> endobj 425 0 obj <>/F 4/Dest[ 126 0 R/XYZ 82 318 0] >> endobj 426 0 obj <> stream xXo5??V=o{HmUJHB.*{fޏ;Rx7Y. `bv\|{\|\1)|'d`7 \ۋW]+jүۊ?g£fȴ\N msJ dk@ay+ aRqgVr5J\p`p%L@KeʋPl\Ip(u- 4Fs1"|e`..߼WZUq=nkR>RVp9fF| V7 o0 BQ4\jEH-E?-:j_FꕫxB%%yX$2(7.N[%$8 $rK[F$j2AY$Z8nU.f WGԣT |sTg"ЍJ? m}~ &T?bNlԩ~7 ! ITmvaY3b߀3(#?\f)*6<{p wLkw\k,1ӓ73dsnJ5\ IӯLH/ endstream endobj 427 0 obj <> stream xr*J ^3d,#KL @+HJKQn#0ێc{&+-!-?V~3NJ/H]<ŧ_{ji_S{0 fnŧw [fW >?gS k;ƩF7'ωg^/<oDzn ] biAq$G~oWq"^"tVR3"_@^~n#)I$%d$W\ի6'>Ҍv\jGlx(/#,Cͽ/@>.Bٰ4kAZH~WP%Fjz ava=ӕT.TȀEMmM=iȰ,'.ޜF&mn='G(+u[Ѱ#Myg7(#(,wvQzCF(6Ӕu#Kޑ'~-[q\K1 `7sBuUR [ZMz+hd1YjO{ܙuXXRyN. mv6W*{aMEW.J&ߚ䧧דQB{gҿ~ٷH$ OH7hLRPBҳ5E8vh.675s6/5,F!j^ܛKn!@^H վt! RE-ֵ6.a 7}B6EКM1&kAʃEc?aY{o_T$A6/zOsޜ|}CWnv5ۙ89R]GzEṚH)- B/~]ۧ_kyo:qzr4J2-? vz5 fb/5 ݳcX7)6иb&!0(qPjBW#c#;xΞ>9 8ߟ$;E2&҂G<-yܶo27g'hy:MLOcgtPxOakWH 6gR$IVRv07,JNP2?c Qb_B@:%~z`&/ɕꓨ:ЪPIHD ڷ^oLQ^VE4@XTs6zW _SXfo!0Oˠm=^.Y.)%2kjLDG܄R_بXa÷9!Ȋ{&Ԝ0|(M6;t{4\U<% &}@ӌN^#^ua`(;tU`eQl ZmKo~6L>X =su{q_y]7 !p??ɚ*tnua>|Y0Z̃ y!'bx.Y5s`^|7Y2o6"}tm‰+>x,8}Ijo3Yٽ'afR{Jk0a/ .6CBʙhg,_#_R%9՞r蝏X"lվva[xoܩE-8wolLfm錮,8+k/'-a\+N˗{v)Dꮔw82-|!ɃCm7.$Jgq%z鷺1唠 |mDXs@> stream xZmo6nAw4En>KI$-_?N)]Ɋa"Ӻ9")+B٫YCO2z"D9ɹ{ <9j Jo&,/:k1wP׮ e>H;a xOp0zU~7r7PT@,Mm S[Wi` LkEqgrwM 1{8~x$zm̴cg_iy{Tu]tryOfeΌێwqemkAe _.@ ]xEፎ;,JMWt3<\(.}9k@ܭD47_*nb?[e>D آhɴv%Gt~*ΫJ1f1>~Jyp{sjF5zҡ&;V#"iEga T%I[h&KTku7pB7 :k! xh[UdDbTY/z5q3ٸ/ui=# jzMONICܻhbu;p"b0HH/H[*kZưm¤Tis[)XKq9Yx?(.:'1#V0g.< 9 r1?t֤E`ӺgtP6]^u!,,`+31:˼WkREڭ8W|o|A( gJEAlj,ߟ)z굮<֨~/{CW ÕK ǟqݭĠ9 ? R*!_$mH%펤3G圹v^6@y]2-'r"<͍XG_/l-Os2Sr1&r%豝`N-cx0Mevq5%z< <^ֿ몟1 0":"O9DȏVDt`MzAfW~ﻣQh]1pٟ-F[lr%K ?p^t@TCQхl{;T}iH5qrh GYwHyUY௼}a+J^kaX \FN,D~O==/D;S֗/)7~26yNw -_Ego ?=cK]@MeLN׼yozwNl51يytČդb=KQs endstream endobj 429 0 obj <> stream x][7~wycb4 BP!6Turbף4#}g5֧{Q|I*?Ms^|ɟ|{ϟ>$D'Oןie< ZOٳ{mo/N8='wgt&ѫdV$EE֍?A(Nb'!iqpbVڭFkzEk רn5I/a$LvN:J9jU 9.NsNu8 +/5wKˎ?\>?8\}s-[qk<] qRW_FF|kHẠ`R'1trXG|uXԬ@V;opZwER|s-FJq{}E'Fn?Xҷ +symS;罉i;1gfhB'';6l`0Q+:ߙ/_?Q] ъc#Zx_ϴ:+ ڣ6vl}h^,]xy}{+WLAY߸UQhKn!1j$;Q/aLc'T1dl(62Uf)vXyyΝ*w?C$ԓj|JH$|%#F9~Cz%ɾ;*Y{ӘOҗt/"<=|t,7J>u DW7H}7Ie<ىI\h%ob)= Qußd0΍ؖA٩oX;%u"qӲ>;Na\{w]M;gGiWJe3wk;4K:βR{q0٫ԱR; أ(rҽ%<;.V3pُݢO좫Í}GGt}:m__x͐Iga ?ڱilK[4dnkï^i1I&ޟ\M5 Ov0SCdoY6;h5dȒZnNYE_r=0Vg2K]Ҙu6wQe0eGyv0aGYQ0A:Xd7,[[)l  !Xgtѭ 6 * !B(2ne#K5G]lJfk/S֎ܛ;8t(8{H+[A(մV0$:(]&̵rl!ð,u0{k vbfod zDdC"  l^m8"]x+$h›M8dtI53|пz9T) Ҫ6M|p8ǰ>]5s>?r}= ⵿&ٍs/YIVJq>88<{p)Zwa +D17fu7ZK{>xxC }C弋\kH=R}cLR.86&ZzfY,0)%MnJ>{l6uEC2-WXWQR}#aͽ2zwb둁@f{d z'B!D@Cy}G'x 5>7Ȟ${)5sѷ)qLw:L+;|N1^ds7<i/[;Ɓrwq9v@8|!;1@pos82g3gs8zvB#\Эcj%ػ@n@AZ~̞gmXooD "! TCK/bnq.L6Ii:oİt+>= F{wg?kFS| 0_#! k"aH4uiVzuad ahx~[AA<-@-PsRŔ{p܈A5]Zch.}$jC%8=J$5Hld p9339ADFvD5D!`H7g;o1׆jKoZD?(=ղQ#3{l N\Oӳn55myyftn2úBoC@H7y A<}7VWtzžRx#@$[3iL8$S{L?ML/_w9coCe6٤=ߧӘ y1a#]A #ǽ@МD"@եm]fV{Rq?fn( xsg8{0#m\7݈/oJ߂ӊ }u@QM@Ϫ1[)ExL81yc"dj±F5<eXLco~gq1&1\Jkh sI*Rc<h+#ݶxi 7m6ik%wI=ڋ]H2FԆޖq&#ASl :0#٬&HF'B!KԻ #=|9 'x WJRx#@4G[#0');(Rc)<h mxޭһ{zTe6Id;{/3oUQz#av2a6)݉)JG{ ґ89҉DH$~+PH9YRw9CwCyVw/ o.dz]vXZD7%+ϋK R]+;j {Cv&{#@pDJ{ 7*!@JJdQh$NyHNZ*ӊ0 ת,Mhuxjy ANCx0MP&I5ןZ,in~MQ+;;lM1\f*WD<)D72jnlFL"HtH!wā6،jӦL s1[bkŎJquѴ)ou#>_zt+&%0ߦfi.DztfK'n[?"oaXs3 x?GTC40!{jLߜ!RHg (؟ZپOsj}޵;:09Lvbg^=Q ݆@5g˔^sTrCל1d4l)x[/sVi>`.כ'0FIͰwbz3x<#v]2B[= 1jpo~WDŽ>0g.j#\ Dhۂ7}/ْۻV"b e_R@A.'%JqcMkWzځXX 8 qp~jWm0͈^R\S|/8/|6\>Cs"/S"Xg/f?Z{#`nE{7O 1X`B v7CI?'xF윻lކP<ކTGdfc;K4K;SOmN+ubo/ևwkzٽD5Zd"!zc5ꖦ ]@흍)MQת9!M*xPڰTP4h,F i R֭AMcokRu}(a0U^@@e> }r뀥neܱcM3Bj֙)%ɣ?l (w=Y/;Sj|w?9Vvtj|Hrt-s'uN8!y(OJ&)%MGk(Ur=Y/[_9B Ni3w} ܏u9Hԝ(ut-u'ĥN8!ջ.8cqBow᾽ A(ow~Sx[ -s|Y*p˚CXFiw+J7;l4boTba+ 4*>:!"Ҏ+O+ InIe3*wKr;%9<-2oInGޑD:^z?Rs2gI7+ I|1g"kΫ?Rm/gak*̯MMJj91 gιMFʣE=ŗhh&Vj`~m4I H?5$k^\Tj^3]u6?Ȫ5vw;mY{e&}RizF[ӳm rG "袼 ӧOߘ_׼/.f%>Jٷ ,|<+-T"_9ʢkٯ/_\Cg}px(}+&*{!9;x>VPNOj/Ko@".AQ1@\D$8Oc'z'o[.>q!e*~d TO ! )LH,591Yu!n''⮛B`\|+69mrMdcsy\w?oDm]^ endstream endobj 430 0 obj <> stream x]ߓ~w- #i~V*&S 1I 9W0&῏[hfԭY^ԟzO-GA]ߨ>t~xŃRn7/(Wah=M[5Vʪ}|=^l<_Ń.n|Ӌ?e-iu6*_WBں}EJǃUb{#5ڦ؂oZUXjMSuŢ+R&9V֪?oVk8ëBEMc:ap1}5D߸ǣ6ϏWmsq<hv$ώWFނ3wbnu]5 /7/u>9,2lo þ?Uw膮RPeuS)C;W2MQESvVzgK 2ZQ'x57S??~ P&iiTLK8X*N?v%:3y; +-K0 TfRDkkW/]s$ᦞcOP= }_3j08[ en' <) ݺ6͈o+9V/eVڍR1 0Ie~gM& Z< `g6ULf^׷]"64Q]O*id<2M>p|yIdg?Z[Kuu?p\fZDQJw&VcW-[Z}5nzy/nl'ǭ<z x W׎6x.EbW*&DlYal^)K94{_|EUp9\ / 78%ioۆS |ʕwU( ^"YUpYy!TI)Ovli}3wjY}zY]n7|Q/K1D1w! Vδ+9+@+i:ia`"c09toZx8s|QC>^r 2/ja9[:9$ot!M^HyJ/n4쬯2d|ywT+BK 2vZ-I4T8*x*qJPg (T!#'w9q`]W3*) VSF& .CӜ6-o9G^6"'[;jZnW|?y:.K" JYB΃qRX)}y>*p Hb.+edu?g3') טfXŻ' !r60:ޅi#3|L~&!W^S~g8nz,p;ˠ'ɤm+y K۶i0DwņG3[wc,3e)lFYәe)8)I䊲Sy; P4/^ #Xl%#qZC'${7 IR;8J`gd"uiVtJuA4DJ K v+; +Ĥfr!_YmQ.O(*a]ÓF;Zu`"դNWL33|2웰y߾|b8s^:;O9sSLb>fSTE\^TF[`ҩ8W_hd"[F)[L@t.MORgBT~*?rl^~Y<.)W2ut_v(7GW +fmQnhH K)̾|ϸ_LEN>o+^HRp-)SsT;Pr9޷"6/d۽o o{g2[F#'`#4<=j ~ ζ;Cc߈y}ј13ȧRAG3Ye_tf^IzS(.6ěS/' rJQF3G)9EA']Y[ο_mmkNmi)w ';\;g9?~=vN!rǨ+~q^M; X;W}7sk80NALyPbSjmMx^ 9.<$ˇOΎavGrzru"AhC50JI'~g\uaBTN_ZcYkqx"Z弓yN*aPp-v'LFu=hRY7-aXɊY.j6&(b2FRA 2mFLuMtxqWɎY"U\H.p@yH! a7Q竦T1_ћO*D5aC>C!:p~k',c,؅@d[ASx*)pk%~*DrʻGXW=+aJ6dtTv +QM4sV ԥE6Vb"Ij(+#2V ma?#* ,p^y ܠ"]\H.p@yH aVVVYF^OwDXw;7`U 3Eіe钱0z[Td!q ,D1Ye;}7Gzѭk(:H{q#fУp'"I%b{BZu蒽.m؂5V%-!Soy˘3}0M=Õw0}`ܲ-i7ANH'{9L;Jfj s-ZG-RXi]$&qtxM*bV6rP;3)!?5~=O$Dlp7ݹDESjgK{S|άJcn27wE!I7vAC8wiT!}cy A^GPؗ׋}e \:n٘wCA| RIz.w8`a9HAڍRtx!&dߐ7l'yt_daq׻ ifcOȲ{U0絲3|߄882.ho:[|w_]`']>ӷap֙n7tw<4N \R"P9YĮnN`$dԲG(rVy:ILXmja\w] lG##<,0fGzˍrp&깝w y5x|SO ÕCr{ʻ'}A{C}d<D35m|F/VQQcc_$v"˹HVsSpM|sb$J5\&dr*hJb+>0q<7799MFlh$ BfZLpt?a! ~ &ݚBdlq :V?C,+Y/Oadt5 fˑw?> lW EbH.@yjQD> stream x]]ܶ}Wy;,/oʍؑ#%#΃Zˮw]ɉEw HXa4n!@bz6->}><]=_ճ>(h{x3ڃ:]3٦s_wO;5_zou+˫g?# y5Mko5ЩãCaШ`Fx:(OW!xM*S3YR5 6)=5:/kh̗4)R[~nuno.  viL~< ͘vLJ6_olwQJ]??xc4Nwpi31[69]NMcZ(G\n~$nt)t>=.uxOkR_]ڏqj .uEЩr'RkFAb7.r9g? Iwݔ^2/IݶxI(Q;wf ;ڦ?S Aש.hƆJNT gB^F5,D`;iڏqdCzgW]&Kk6O艹ǁ_ `\G16G!F_6Xy&$7Y|魨@nBzIъ!=܅= 3@ê CLj(hJPc( Ǒ1]WH-G'^bXTM7+uX]PVRi΀a3.5J5Bi!d}6Hu~ha n\9xph@X\ 7P/Eߎ7o~?tIhua܏mۈ;9DCVj j ] ! 5RG1c줙{Wzwi*s<:]hWL-R}Dzءeo3˯LT),Q%? tUtWY߯88m;@ G\+3G"#O^Bp2G!8[[n2ɩLe TFRꪮCzFv0V&!9H`vԪkn'U$Z\} Un_tPu 0.˘d;2&y+Akrv_8gX[g‚+ KrZQTpWX kՂGV7٠yIs4>O]$7[r) Tc Ou0إ^!l!s琑9Bp稷!viUl2vtz`o$WQ֪S7X$/|}W)Ĭ [4VGW+p8d1[vH7qa0(3i~ʛybF*$F<|!vm-Ne2l3VيtBpdVWeʈ\FKJ[k&Ik&s7^#:R:zFUaz*xLX=+skM`Jp7啓 Oc3=2C/`i{i_iK(Uag(u|>aRyx3k*ixJ0U>ơ6 {3dJNp 5!9ѩ܌*bz$q%N<Q›YloGEG~ ;DXY%V!%Kg% G+L^ejjW9^% #-nOhFH_S#),)rb~q`N wן"Nܙu*1'yӿU^'d ̜6*$Ex<|C$(ҳT&e_Mʞ]\WrmDJE* 9EX`@}>{ӼFҭrN^ 9CW~Zͺu/6'dSr#UJ! Oo~tEf^l8[z3MvzX&FױӉRyXtbE0S\5aFb>;ӱrAEYbF5?]eʐY[!s@! ƛ GQJ7ʌn$)#ߢ=>h{xw=[:o( ٟd%ZV{0Q۸%} )iMkdJ%Wܑ4<3w|_E4?GfO3(CO <䝯}ITR?{|T-pI} fNf54ʪ2xklɮ>I"#yPBѐ$1 Lہn- 4٭,ޢvWh/V6(ZQQD-XlѲOSwK"TKJEU&sL`;d(g4/Lȴ`|iuQlO,M*s4Evp Dh\y!v(*??֒: `~}nҕfvıh L] ڊLd$W@7F$d" :EI2"!A]oRq1fSKb鳼Xz JJ"a|$*4Ҵc Mb-w,g†grhI"6fՑ%R `4B5Q<=<:%-HVUZ#mQ9:S١P]ަ}h b&0jx-ByA%k#FGKSV M^^fTX-Ze+ٯRyC"';Y-&w$X9^ߧ`t|a8jp :`bRADܥRY?rV{p]hyPගsuuT{?]?u4pͦYz "?k$b NTgr ߅>7|Kֶshuc^P ^2c$mdM͂d hd%[ו K*dQ<DC kLTU[Ye{3"+E&&K.L Vkg" pAc":M(1)QTӘnKs6^[4=ȋ˺0]>`vZ p(@SA^K&4fJRSx>I׻x~'msC4PܑjqA-! dz* I*"!aXTCaqXQnš^ڱ/z52EdA']~Ł}q=wqǏdg7f31i3!ѹs К#=V m0]> hW1҂}@㙦Q8 勰j.XM=~Z43VUagW!7uaFtc&_g/l: R7NK꒹{_Ye$)h4~Ok1OX#w GV]F'u:'lZ%lCVI0'@a͂ѫ>b ^B 8DA{EE# %t zZ|N %xeY#eMq%xB9#@=<!Y0= iIRp ch8Sq:]C 'y Qކ "=dž?ϣ|P wq7V~:bQ|\2)hۘ;YZXT]If6rz6b99VI0{-œ%£W!=>#>ւ%":EH;['BɌJN_(  ]!WY+.ԡѝB֙ 3HG%G~\3I`*Q$5GjBx5qw`@_G^__XԷiXn%IOlWv]'N8>1, l.) m.hRSd=冬Bj^-bv|W2ieft{v]N٘ u$:U* endstream endobj 432 0 obj <> stream xKs6ۺSkHzf7qƵ9${L<1'MH=; ZRo1v9-vwws~Wg]Y~q~f^3yf AKP鼻5TM-gg\]~~ih.Ak4tњ~߹Z1|N/:|9zF ZKh->j5M~U{Ck Gztq Φx& >?bPH>Y`iap]0Uqݰ+7e#dzo޺Kg/~Z8&rJǏ_×wbb/KI_]3J~;i2w[4ŏGr&FG\5M]*Wzb7Iu N>&o~tҵooVBM{X5/]M_{tdS![aFL4+9NUb‡kp I"9i&_aOgvaי$MI8S!JӉ>=Pv = $0~Ѷ,;V.ȧ5 t6}b~tY/MQ~Y.oYqyv|%l6e4;]HV]7ws3ЛHE֕:|Gt1!~#WL9(f^Ŕ<^*0vW3~7rȰ´磊h 'UJ8 Gmy:4Woh$MW͕ІHyBlUGaC)Yۦ5~Z~Tzr[QenCӝ[OJJODMV_D,0&H5DPstHz)U^atҙGPm5z/|c8bXblhT霛nձ)2s4N $H+,M1nr\gHt[%͂#R/~HRd$5Qӵ-P-KY'/c}%Y̔n!RLkp>no 0hf:6fIUiI1M }1`Q(}z65d{%S+KK{U`ѥhDLBi gJk)tpi8c-5^e`Keq:r1~Āݛ\)jsU`;X xE\aYVa!2kmJ@-!btdB8PiԸ:~H,U rXje1bDrM}k3 )LM[n;3CҾ7f@(9.k)}\KBi)-tdUᅥIz1M khV(}wBn,ݱ\J>m~kQC$ܥ: ֝n8%ڌCώuD{vb&a}\}t"{蒎m ifӀI?ƚ­!Zqg1HJ#Ұ44ƸAR+n KwBlVa6"fItbdihm3,qj"bU`[ %kFuTW95[{×-,_ֻXVגƳi|YE6"uDK+(!YR%^[mN~NHMs7Lt.J#4.ƸA+n Kg5C="sˌvJK`11MH; ]pՙT`hWD* w;!ʥ<4ta. CH[B _v,C-ʠQ(ұQR&奷}LYYvEdWo/򈫽$]]ʒH㸙ndYaP%:C7FPWV+t^V+KPoNiCSd\2*aY 4P t*#@%Cu01")]{.TDl ]tX7J9I+^3S,6~%#X6,U6,&Rɧ*겉:EyRLi<] VZ3DaU7׆&,"+S YKSigCB OC񳤢UdRwzLP؏u(uOhW&i# <9YS::üV!20W+ؚrn AԀJf֨(09@tbE+R^:ӊԐa5xSNe%>HU}h~/ˍu66mɢ JdcDe7lu V[vyC¡W:c޵: i*N|'MT60mzN dEEAY2 p5XkSVzm0ZE&* <z ;)zO߄sI%ĩl B r{З,_d\TTyW:6cڵJ^Ϋ< J%uF뀥A}&J:™h60Wo蕡(&DF(aiJqBLm)Vt6gtDef&6Ӻ׃J(k8}.6#W,%U.,cW_[)j; ӪT~m,ܮָ:sU!4QeI|цM S1P?P:tHMg~"s,` > @ 6_&q^+ɒ 9&r)#sEP] Zq tTҙJu9hzHPt j#sU:SLB1%4P)79.DVEHⶰtq*FGѤZ_ F|}S5k>CLYg[Ic!16 -? WG;R}U>jJG1V1xhJLL- sIQdXcp hң}!OўGp`3n+bk3qKؕ-FK*eTu+:L4#LoQQ-tRYiaf_џOT"*m\ B?xJRNDY%D6*j ֦)a?NGcua'lwz߄31^$Y2e1bD:eK*F2~Jpz-qj'. ;iCH)S =J#4 *ƸɁ(Z S-B.ٸXgì^GzvCܖ28bIp0~oAQ>O:)l#ٶ0Q*\ 6,k-oiq $ר5,Mr1nrP-ŊgMBhh;-?6Vox^ӹKGqM;x )&[Gns+3n햎q:󈹭I̥}r:`,ml $@L*$oVOKo>̺~촣-J|O{w,Fee8RG\? XƝSF'o[m\SNxZ,KFjEUᆥI1M ŵXq[{ k`9mvE#>:uZ =mkҫ^Fs<ˆדfi;cW[~܁_*i6?~mkoZ`@mp zǼ $7(K6lrLZ祼*Q@Sblg ~hxj9cq81|N3Ta1ѭUK;{mTS@f<>l*IC0s hadI mh.Yo(9=4zXe=ZpiiDZvqӦA~M~\GR5L;O0*)dk endstream endobj 433 0 obj <> stream x]ܶ~ (v*zmc'i^v}Eq>swٜӦ}93IjE[ #p4!9(r2W-_m/|:>OǯWlYS $QzrG׫ͿV~|tOv_F9 QU, ?CgBy%uV[)E댭2x+Ƴ^}1VPuij$CW),'|?ti;" J Yul44Ǖ/`Bn›1bZ%(%mZU1 p%7__(1d w>#0sDE0G F_ 6#n!|A Smƣyݷe^_n[3ך/ϙ |2и<#Zͼa*dL*e[LV(䫶 ˥rv>. |0  M ; 5L^ x`~j}~d}+ݿ .r>\2la|&LIRJ\"+g8-pbUQ9Q>+!fJ e.|J@:IH&  `{i:LTF3u3bJn ֪T]'LOOtb_)E!:pΑWgԻ> \*Vr`w`f!~{,DC09u׮ۣ(e*4Ml0 ˺ TY}nelԯ-Лŗzw)5}܉^oʮG+dMmNFM3R鷞>4L`PNOͼY9yǼ} }ajf\{y=S :ߛBP3iL+쳨1|{u;?S^1qAgJ1gsq Xl#]" BT)،;L pUl}aNfE&~IbMFg&}w&|foGjH'}m9~zG,ϵ0V"GMzQg{5pQ;\+4 z/AU399byX9ZL4l}|'_! x8|iޥr@feiz9<ʨ S\?zwY8|GBxxbUYˈ UTUppg( 0 ޵x*l[q @MRKMDdeM=k1ѸNGAsV'/-0\`m0y!ڵ1Qs i:Q{k *UׁVmـ(8xяl6Q!5((<f̈J^rWr0NwL/4 gA{x登ms'LSc`l&W4"N\A.Ct#0Y]ujȂbmAY~ 0SS~AM/,o55@G@uZ0b&謻h[حqq,+zS?&QPsЦ8(08Q*9(Suz_<5Mf$Ħ zV6̲cc ua#H:5#Ykn*(e#d+nGMfDsE1F#\>7۷fut=Ԭ}W@S&} Bn:VCR|;PRa|$`""1,B IbXj`u^ɽQxG((OoetrV1l\c,5P90wi `6*a(N6wnjp䁌Zi3>FQPp*Lnu~KY܎݇2&5u0590w 0u:5T+AV0>*@9|#f*J7 ;w쿛5X Ag--B2ϲ͊t9Px=C$n Tvmʔv`'J5Qe7}T> ;(v12g5FFȻ6aD![1C s}x]CM+L&c2#GcN2iwU)Ίs5+6[fݛ6[ )r#ydz_ϭPR&+k15ǜqS{G$`J usuO~L7 WJEKIpHI}".tKyr~dەQiWu4\]\<*u#sUWEFUc}Lc6ӱ@3XݐDCh]7X۹zӇl"'mBq.#:w9P$>;T@WH) "bK+6E4~'`|盓 ` nQ?4F ( _:n+2GwM0-4*m%Գ-7d[Dil@&~Բ' ЧYI &IWnpU&ʤWڬYY!mWv2.ֈ=e %CNfN:bzaJ!d`?fnP) L Uaf@10hnp5QI4.{*4\I]煨>dUKA 6"q&D3jҜ]\jlҠ@Pl,0-+5-3IFp|ʪk{3 j[4VpXLa j>tGeNfS* }SAp 4բ8iRK_|`YV3 ~*uobSqFa+TXr$`3J1@Lf)#\Cb/6pU>?G!lMI+>z>Wg1U;qN[DI+2*'8=BLeP%x *2fr'V˖JHv;aBhkPI5`M30lơIbÐOUhD3G+PM;4$,(I$r9`|VϦF0EO; KKrxzTaNG[4q8[FrݟZ]'] [vXzYT :Ucd2cK:)vZ|fL, ,m 5XD–ÑӔ Q)AƖ( dZ=*Kb8nPy{"PZB](1E`~:C)r8x&: 9쉛8P : lWUՓ( pUHQr vEM`+L=I βem$JAő*Ѯꮃ…9`yr ; t, :Dip0\nE$^~?x?$X$ΰa`bRku:) 쌙z /d*"S|Ye=0Xޭ[{4> stream x͝]ܶU0w9ǵb2&n-;V:l˶jI-' x)qrԜƼ/{Mჶib쥽qZ?yc;\|qy\澙Msi|2_޽}g7ۿ\qoߩʔFv%<њB~tZ3{zsy\ vjer10Zܢ,2,㳦iؼ{!kv Y89/^Ɨ\R4gVp`h`wM[<Դ[ca|17nmwo5<<b]imKZ\f*>Z*By|4u7xB~yƾYwdfvkC~p3?r>gi('whSS.khT; iT0uC]+7dy?o*uĩ/cŭlGCUx< gA#[֫=_վp BxxI%OJxދPl}lB$Uoߤȡ/JN Ezrxדa9*mT~qhۋخen:XZi 7-!և]Ը~ 3h]ZNH${]騆WeK|\ðs:*/}~'T"*T䯲 :V#Q[kPm_YAxp=`e\ xY[;"Zt[SED0&D0 Dhw+(a8QDn҉II:9g6bRNh@au$چy:Ҏ~F7$ײܻr ;zՙ leH< cL< L<'x7R'dx88!1؞ 9:txOi ^O=?D;"HV,x\p3AՉ0"XF4u{?Of.4OR΂/$N3C`0c(DH ®Mto FYӺ>e֚.)ICTOx|9q>$6\R`)J!FЮuEj'&xʊAVɶqW4ަ謒_ܹd¨u1 @ƬȖG1b0 XjIm0H~uAR'mɓZt64u uR֭`hA`af:@i:>3KW &z9quݩjs.83t( 2zx0NHppq<*A9qMLRS:UtBuN?[w"R4C^ .6Zij()s֔ic~͓!p˜cSq0 & >NH+/s$smwl^I!R*kN uwD2NGݾ(kCPZ{ :gAkui_>;u7):ng b-v(tQ@#yACf6\8Fzf+w;Ff$}+1ҧ OJ|R!n&HZmf4}SuxT 0j5ycqД ,reLnNSJi֖;U^U_)!~(3( 2x0fJ0ㄴE]Ky,]&AWX}LuBΥ#%VҺU1MRfi{|\nm8kLAx흼1pX\XAUf9VlZ$ۉ[Tet?X!2((͑3h x9C$3 )3HLYK^iONbL?AÙ?c?<GnR[;eqO+Y_ĞHYdMCIi;˺_DZc$dP;2 ^PL+Hb!-t$ _ޗms>@E _7;[Ëk3cK/7$Ga =4Ga=8ǃ1&5] }CY&fD麤$u|T.?s:ő:RV;0)MvBZI^R+-+.]$^qw`0.DH ŬîM, \%jev"f5;"fIYVF,Juv+FzГ2qE/bHL{YȸufX/Ga84Ga88ǃ1& }CY&F].'+*ɖQHgB# LL9{84u^r"Nۅ|`0/DH îM, !rtٟԹU\%atna /1TdeԲui:hx2ܧr #GP`M­|U<̛[C&Jh/q7 n$uCпvJ_v/w$R#&EG{~DF?!K߁~R+Iݽ bCq>_2ak=/ @#R<hLmzA,h6$~ыH_%[_օ ƕ݊J`bS gSe` c<ñݡ~)W~ˈ);HQ,ճ;d3|\^{.+\VAg6[g%?mzvo<[ѭ[85?Ͽ6 v fgtV';nl,;w Y]Rub7wW mcPv񧬨|T endstream endobj 435 0 obj <> stream x\o6~7AřomC{q4vN 3Chm-%RpQL Exٯ_4g_]}n5WojZ+Z{(e++濾;?{jnq~ GST+i\C{ 0p5Xl@ PMpR5;-Д(R Ko/jA9^X袅&{)4B4J u*[ֵhrb!Q۵R6qx D:Q'JE[=h $ԃB\Mj -Ӯnڮr'mT߈ z.smڬ|[:+0|ʕDŽ?]1UpNV)(iZP>ryt"cJhA#Х˶EGdfH`>"$+-K$DKPY=ԥceE&)l#:*N T,5xjrޠl w>giD @}w"|lݚKOR_F?ycK[3BZmSKPNG hSӪE'Yz.jaع&@Ndc4J/HvnbfYN#mțKʍlm#Gϱiy WN;is-錖v͟ (jU~Q Q+ `˵FYbXZQ_ ȶ;g65 "1;,1< J Ej(5 &Մj]s[ϴB'Z7QO8>O:opF">hPz7/饬$xnzRƩI7(ZX~==8| P= 2l2SKaIE8QHUPͬҖa k4܌Xpf{u/k#3tC xS;~hCQdNӳ H9Q* Ve5t6CvnOԞ||h wі-.}@|`52""`YMj63ʠ/EF=(ԋ0qTR85{H Wpݙ/m&:XK;i(o_Ǐv i5&d)Ksǥ:;Nym[&fe),tٷ?!ط,XXX[b2Iplc O6! $ә}0!Z^(O4`0Q''fd}˧uG9ʁ[쭚6hO p `zEUF_E]̎{>7+b([`CMxs.FJY31r/N6 x6sR?##Yɷ#%2[iz8jn,j 3Q3O{20m2|S4 u`-O[b,v<5O]T`.)Ԝqk~DR}͠'OU<ihp$$O$tkm8$x} ~QWޗNU~IWmA$ @뎚f#G\8JFI(+=9Ct:Y-OH,\Qi *9| 0 >>/F 4/Dest[ 108 0 R/XYZ 82 123 0] >> endobj 437 0 obj <>/F 4/Dest[ 147 0 R/XYZ 82 222 0] >> endobj 438 0 obj <>/F 4/Dest[ 147 0 R/XYZ 82 222 0] >> endobj 439 0 obj <>/F 4/Dest[ 147 0 R/XYZ 82 222 0] >> endobj 440 0 obj <>/F 4/Dest[ 108 0 R/XYZ 82 123 0] >> endobj 441 0 obj <>/F 4/Dest[ 147 0 R/XYZ 82 222 0] >> endobj 442 0 obj <>/F 4/Dest[ 108 0 R/XYZ 82 123 0] >> endobj 443 0 obj <>/F 4/Dest[ 108 0 R/XYZ 82 123 0] >> endobj 444 0 obj <>/F 4/Dest[ 147 0 R/XYZ 82 222 0] >> endobj 445 0 obj <>/F 4/Dest[ 108 0 R/XYZ 82 123 0] >> endobj 446 0 obj <>/F 4/Dest[ 147 0 R/XYZ 82 222 0] >> endobj 447 0 obj <> stream x]mܶ~xƪs(MA\~\r9Cǽy8<;(gmFC{`>;|8?{_ʃ_ a5[M^_p~6EW}/E¿mtmo_-זE'FmAȦWM elWLc:5 ݢh"?:^M?X./a/6 muOGE@U&t?4N?_< qqu.O)DOQnɩm JXm5QH$PkR38(H/Rwx־v§h?Wk6`qxQ.cnV~FQʋNDi9촍>Dae)$'ȋahؿQv; / ԋ`悀A@>q‡/苡#!8a1h騦1x:z>ԑ>}.~5wz :7Y^ƇG #ܵ8LaLXⴂP1ّq9| ^vԮЙ0ܩT ws]@v'ReӓMMƩ?;Ռcx=I>=p^K/O}^N̒Ci}zBk?611k?*zzw@75qFp2 *m4_m~>vl{O:cXC聲ocjy_jkXe9Rߝ}֋!s Tͅ$VM!J,>Ws\)=ե&1Cpڙ5U\ K;rYc88oפ՛ Iu4u!MX};{hȰ-]tÜ@q ~.N_Ѭ9qv[[_'4 2 ȏ u'u:=O| _OuZNrN0Cw3C3"IW+$;~ m_Q ޫ 7? _\V]-W /*&Y=;!9>Ӯ4 xhlVb"Ss*ۏN™徻:\N%MS |eݴJ-B)գf9,+|[ͤ. jEh[m I4q_ˊ^yMQfqFѦAVcƃ4l"IFiqn57I^7[z2 =>}[\nc/uK[dg0H 6G>9E)HnY]0rsWm HQE+nբk;˴o4kepf? n8@ TS]}Ӎ7=:|'Ș}O4,G{xaJ5zH0.YQFKInT|w9)+6ɈG 9)+1a<;)#ԈC3O) @JzA @LAi'afL{5aՄRL˂?\ZN%`2DDjL⻵(%)>F Jdh5c |v͓0q{bK%/=SL olѕv.(SN_smg}ʊ*K i5^Sx3' TA:Rb U1e+[^: LwB1I`OUPJYJ 7hŔY}ph1 ErƼ֊ҎnMt4>_|{(̇^ԗ^};pkXL0/9iED+'A!.pUۧB*CnrRY."SK1MKl)ڪU5l%0~y]H_-qnIPNBVGRn[ދNBsecR(ѳ93'{T vFbCt͓RlAȻO~坺WiR[uKƴ4nz͒9Jf[eqs|_1Z>v#١44"Zupq9kMqfNS80IB+cBR X#^Q)4) tUVŤYqXR ̚SJTIR 5YGk/7I {R6̙vrǦbSFu>e4C#lq*Ӝr䕃$.cOե 1ɝGWTǬŴj+^1C/y1CRʡPŪDb([jwZ&ӫ4g夔8|R43RJ)Lx gk؃\RLܷ&Mܚ i!W5 WVGXl*:ΦԳM#|KR@ ۱6>G{J? h%c 0'aOO^<5ѻY<Mq֏LP8"p [v:q^yшLN:lVkaٖ2̜pP ,ea 0 \A}ӄ5Lnh'Xht}Qi+p"AL RF^)權 P:Q?\UIf( dn;3TA6@(05eS05>-[n=\ܙŠ& -sk\jG)l~; ֮WhX<j}jF aXAnʢZBnmt/atC§tǙ9ݡvFwb WVvɢl x(Si+y\(dFD 0XDnp?M))_cl%@3sN5T L3  |=LHX~;M-r؛Ř&-o[dr5g6؆w'ծ)1J4Y݂<̜P D;: 1Ł0h@;Li5<%Wa^yifRH.mJnd<<\)bjʗ_^y֜b)eRJLI <+KCä:ZL'f&it1).H:if0.犋[6˅W6y9IHM5F]R!/"GlǴs/hX2!k#h备8|!]L1`* õ8dn3pN)4I̽6ʈO!k2\Ě/xDj(ωsUÃ7D}tÛ vZ:8b ]y&f1'qY 0RL̞8)e:4'J4<)e'[iY ݙlv&‡+H LyA}9䈺F Yj{EtaRJ{ZDYQ7Ic^|"ZۭZ]ʌ⴦44#BCM'@HqfNmjQ8BXG{GߝSiܙ˺.eg%a//8['%`.JVn{Y]޹ݦԥ0 ZTn:gur !|=$X hv딗Vߪ8&כj /tAe-:kFEWtvT27Q *d #qPHIqfNR6 RR+;mtͦmӼIsc {rP#'EQtģ cVKbZ f9_Yaya䠑Y4#64zϔ/kqePL{eugq Ř&[v?мy̘-`xĤ/oi|"T|;ġdƛ!ԲĆc 8+gIHj{LJ5? &F?u endstream endobj 448 0 obj <> stream x]]ݶ}7pwX%O>څiqSAHiErȽ{5s p̹d?o1 ˱TmٕjqjU_04U!W@y(iix9^a F}[+F2N/(uciȜ*y< J\tCj㡍6g-ˁHݬܤa펥W紟/όN`.~ 4R0(8< T|6Qa`^)W3[k&,m|P{-=j*˃O^0{(WLmOJ5@*˔؟|-Nj*+X0cK02s2ƗfJ`B^6uXֲYʪpj֩ύ&ALIB^>ye<\Y>)ZɉS])ڙ&a.=nvlή&m|G,)j4@k:6σ40,aս(Eu XS9=ǩN{[&(V'/2ͧ0z{ˤs^]<*HSbLaT0JqP0GeȀs cavl0xv{R &,iKd%&j&62 tu@jd}{Dlj} U}٪q #L{NsLW9lVSn8?K I{Mu3qYS{rQԥ_u[znĀ%#h|PqAveb>46^Nr6_{&-Nn_p6D_D8(]圕RyIԄn l!2y=ݍ~T7>63szLst+Owm‘K?UV*T5T)L% pU 4P`"evg@C2Feq/Hz01FMYR5]NWmҡ[E/@S(sAE)L%|Tmԇd/J~VǂUl1URb:W:*^J w$;U*j@Ja%i`` lУD /&CoQ{iK={}|թzHVѢ NU}W@R (4K^wڠd]kvTg `L#؍ar 䦊$tTȡ\JrIadiRbX(q@?40,&OӝcaZ[MYR=='KGV>4SbhGB%MT480P`D$#@,:-&R5[YwU5S51\:;JF".CaQf%F~(!ƁAS2 /׍\on܄aMݜluԫ9.TCC%V[JWEH0p8@) 1.; )y@"%V^7u(-Cs%rԗ޵lptM.qtM%eE>~Un $ht1^~ޮ"' ʹ^%',) ulgaMEa Y{ɆQd(*00n$#h|P` "'5^NrV6[:]zM덧^dhD&ӭT!FWf(Ef% (y@4/?޾2wv_C97[t7gzEHn@N*iRIn lbF Pnfrvwz)=KҚuFF-4Rқ&DYZCK-of@iT6Vܾl 1/',Ӿ-1|=(ܾz@FUw($ pU,ۄ<"9 F-F>4uszYgLJ%#Gڗ0NS(W ;JePaG l= 4,˾Qֻ9= ONkLcDCE2-a Q6MrJ9qEHyMIb.mTo/aneitS/(R ziϑjދ NwtFykGad"iR tAjE|eg7lNEg?9f?tѭع9!C %NtUaD(R BHfy P4 (?q>Q›IZ:Y+}6([߽GRLJBTI[#ߚ04Ui0,R`. uCUJ ;P) % $Ł')A2d[!H7]['IY[A04S[FDUOQd#gzQXYkSN;1e&,uy\ywΛhW%6,#UBW*jFV*|4I7g6扒:V A2 gîFs_l^7g9+oJo%#ٕxaQ1_>0 'q| ). )y|,: at6ѳ{N;MQGBTѱJO JϥŇO #H:- lЋ0 -D˚/6?O3 Cίs|-C\A.L"*-#tj(!#F(GE6ρo( ZO:`ٴz]~[/]g m* 4Qrx'FuGfyP4 (K?N}qdq P>]%d3뒝kDI=2H7OJ%Ja iRt'Aj>|e]y>6 `FuzD>JwvF:HFr@ڍ0P7T\=Had(i@]IF (Y`Jt5tk뻭eTmE~%t/(U xX=]h}QLݔ|kJ{0 k~>|Sc<) }ϱkLw ]Iyg0nI9B{N}A6rTdRP*r7QԌ_Zn }1P^'Wa]i9=Y3n+*JG:DTԈI՗%B%4 Aia:J C~Bf!jEfD2 endstream endobj 449 0 obj <> stream xM 1M'J E$}r9$>MH"֒$g`6ܖwLJ_}|fqvnMfo4i}vo_oofoLJT*e-v[,2wkf:ۇVco<fY?"!⍟C Y:ߵdm{)Oy̲^ql&z_ܩ^*<-iX`(8M<شf7'͗ϟ}׳>jw1^ivK|_f>B{s>ö(w)=K8]ԱSv;C2a/ zWo}vӯ_q}6R͛۳u{O/qm綀`E+ǖݲ1X-zg1u;CP\Xh!#?Ip8$cvK Fj@ ';ccgy1=n*,/q[ӳ.||~r ?N?.uh8Gh&;4qf2g-@.rRwkq֗RrfC_)UgLmiDWsD}t/ ӸK$hZttO4_ #Da@YtOȁ@<(5ˠ/^pҺCZIh3Kn˴m<[%u*lDvDba$! mT j_N(`COie f4ͫYVz5= ߂mn:9d* DUiFLI aM"RRi0,>pjii:LSF5=Y%^ywtYJb '4hN:F0I U!LjArB·JBI:T5c͈NIJ6Cձ3z'Ð%sTaLT+s#wˁEz@GlZeceTF!m}A5kNgEvdB %[͌C #ʂ&@I 9̂t z5=YI%;NywrJbzyy:VhNesX0Jj,S+~`yFTfoܺf3J^Ǵ;;F%14<SeC #ւx,(LrBj^_WJYY:KfZR$;%v8N!PIKI8OJDu 2O< aK! BI0,fpzMi:HfE=+Zn;[4%u*lфeb$ ! `mT j_N( fiSrz+Oг,uz.'),xv$ ;49]IaD@Y\ N `q4wY1x;;"u4OiN>&B"|) lT  !#;p7S1 n)X8 8 '}9!5/B 93-tnSla~;wsg}(Vg琩(*3UaY'3EaSȁ~D /&PbG2tV7)Y>ߕ]5/(J UXI:DRA$5PV%)NK25N)Z@WS-YQ^;YHT8QǪVK|U #8 8#Pq3H@N(`̤>%gh}4իY^t|'$+cUaL[p+AGlPj^'ypN~ _s}Pmzh4K0D&M=C&**ȁjArBv3V};HS$P_;P%-@<)MYt=EP€u{&1Zei%4tDh O/Z[uHpviw aJRzy:J'z"Q6(Ob.˸Cf iDD]뵞}'됨VQpT-΀|1^^Vg=>Y>@IΠ<ܶUʄT(ڨf T/:-9b*TjLiSbBR\ 9Z%'PbzRݧTsFE=+ڇUӖrCV:ǪSu*l ;R%5p2 ((<0 $^2tF:%=+yyBTm7̆ ZzBi:Nh[CE0 //39PDI Rl/?2MgY^<]CRX$UQpS4cR$5$PjArBdqxFz5=y5#55]j C^`V2q0KjnppR0,SQ`sᅍ0jzVTե»{ST(T0OǩMLPF8I u!N~@eJLx;(se|GWs?Guߑ2yUkӡ=9kYx #uX,|!q _Z5=SV_mA:qVq AJbjAy:Fh“$ A9BE0,þf4u(7"-YJxruSPhK9{8. SaVˆ lK"?~@HLxm3?r~zOszk?320!BIG)>r&J Eؐ^zDTV'F;YUdAB>RZ735=@t@װ[8p6@"1.S11fk8.! 2Lȁo>_ϵ$RI>u?tBZWK3 endstream endobj 450 0 obj <> stream x]Fj.wSB3KSĄE ؆" xm.GQۣC.NvjԏHG#!n񯫳?||}/1Wﮯ:mS:?/G?d>Won?w~s}rJKYƹ?b ?_tlta'n )_.v}voA,g%Ϫ<`kmw0AirHF)LY]t$ 78g]9J8OyjOLx.M>癩XRqJd~YӱU|Ɵ}uxm_hayo1NPy*5JZ #֤N.^_NH7Ji{8Ki,J:NRCɄ]ԻJZjy:S'*1HHQ %P c )i $v|e/[oF/4՟%mGajuh=NU鲞8ִ 1Jj ' UآJJ;3;j?͚WΖ3 VOe<_U,u`tWT#z|/?>90yPc3H@N(5`ިqL|A`Z%'yE-@TY` -/NQ;^^ MS]?/ i:"CvQNJVwߥeLAVe,8Q䚟5>FEV7yPK3h|9!L߫,Mxit.'_$O+UZqBZjOy*%5` #N `y;^5&-7L˝LCr>?aZ,s6̣3es»O]?߿?}0 pr$32Kx (A3avFIJ>&F;t5DԲ`Eq`%*1$43g,a8@'+-I!&y)NKg?_t4y>vMi^>f_tn ҒN8x:1+*ȩ|UqXIj AZa`ΊJ-NNQ̉MELdug1FeCoW4LcE~ - ػ$uL*lQ1\QĉI Nduu9Ɨrm'Z7Y*(vsa@ite{SS{ Sa1+H . e`A,r /_i*k4:VBJaJKR%.&ODvƀArB_PNqFIJ^b1A#ZJwiZzgAi:)5EoϘ0DV74T;a6HwGpN? ]Ա]5',L'埔+z NI92UJr0BG yA-F 98Vg(KzVMjOꮆz1IJzwy:4@+ʂe)Ф880yZGi`>XJ}EӁY:(ֆS݃j:VV=AfXEy:303FHdfR0g^r~&tx>ot$:P^BFthN<aFHdf;,Y9o%&7(9+Ff'Q[cl2?CG?‡#_W'Iaܶ{8|7oGG޼?o6 [;m]G<년l\a(y w5֭[`K1 endstream endobj 451 0 obj <> stream xr6T&FK{JMޚz&ْe (v}x$@1 |WП糂_CYVdV ^]g/^Rdvy3QWd4eV IzI6_Ԗj_oy+}>Um|(f taJZp{^ iDVfEdY% jMqQFJi^yhFҐFj(JP% ehayQ-&).TZTĢ!"t5 <.N(+R`ŒtzAi_0>-.̗^<2i "BRPV'w$hp,xrA|2[0QV[}g.ksXoVJ{yt\8ʆk?xʚϥ6[mB6ƻ[0{^J[Jgڿفng֥߱ ->ֻzK { 'a.RX6ju6PӭK h0$wHybyf,?, V!y* @hҰb28TD [qWq8hjŨr9#nMt5MWPe F 7Gțs])#Xq]y$pX5#B{?^JS^)E{7Hcr02[zzV#1.4ҙmxp[vPSO8 yov-& ˃Ž+HR;k/aS@Oz=^'D1i0<&CU=y9vlU0ptRӵS\/20Q;*(w^.sϟQ4,@>$TLtn0}帞Il)I1l`1W[wC>E)Qoo#w@*t@#WXm ^&Tw$AŔ.;[) N6/J~oounu!I}#j9@u SldEq:JGsdg5?`pjN1?465 .VP0tᝇ(+t|;i<2\L%oh🺽4}x@g/\+͞:_SWِ #%Xeԝ_z" _Խ>{(IRdEEDHGcUUs`Cx4r{ 8NhU7QqBMa6H=Rŵo.((&>ea6Pw pRD<9/ Q&T#g41a 8=F8yNb"CY^ $ichyhŸIy&ɴ採Es%[)[#a2>]_a*]8/u?Vqs '} za彄Ê^ *GCC>6Ѫ /4‡FG8. ٠ MkbF(D 6.!%4-.g4 $*@7\ qv0aAoL;x zwE#fm8w6:oݑ1]^XVyG T/vvm7DSoIT/W9榃;(R|Yn] H/wwKQn QUyFm- aԷA+v^>=A-_x GrgiԨ`cĥ@ :b> stream JFIF``C   !(!0*21/*.-4;K@48G9-.BYBGNPTUT3?]c\RbKSTQC''Q6.6QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQK" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ? ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( (k/j gv S)(QU̚*Λh,qJikp)((((((((((((((((N&׷֯qn'KB?Zs t ~u*qnɖ$Z( (((((vKrubBԗzh$ՑwTJ׶mpF %QEPEPEPEPEPEPEPEPEPV'um#`!u&He#vQɴ>8'U~w?'6(E;i$/2^?y'$}=+^{k-c0:OH4Cב%RN3ٌZ-D0yOŨ3CݠHn0# NJ*QHx+#`U4xJQf}5ױNjTUŅQVfQEQES7GFhedbHF)ۨE8F1QԁQEQEQEQEHaSy8a]":(Š((((( .@rހuF4-;K;̟f=+mΗYI5QUGOZ ozם.U{iZFPU AYA89֊ʰ##qz&s~+^8]',`ȿ^{^^{]*+%bðnp81t~g3EWyQ@SFڊXmz;xb|V1> Q3qDWӮwy7޿8θSbwa!JUU td{C)ŮgxL U%Gdzi<3„Hlr5ڍm.zчb+׫TW\8"{t,wH?5ч.W94̷GQE@QEQEQEQEQEQEQEWSXbk)\2`fj|!nkdqcUTaT*Ay*qRUco%Jq69dR}HQ_Id|ٓ#hP+_dݟqf WeQE瞈QEQEpƸ;gC?v4QEQEQEQEQEww>%ojہcZs& jSy+YGgOT 򾣩BLq/Wh%ʖ1P<|~ug+W#j\G"<[_?v>7Y݉& a$־_ P[&v(TŠ(  ;c%A"kXNUa\g5 A5׹eu[r>*vsŮH5E3Ms(֕S(ʌm+SR<^ (- S<˭ B>pǨSw;|jO<=}kN\Z8'WI^iWjmuEWxAEPEPEPEPEPEPEP]_>2yL98WMv]uفG=^GpG IE{]XQ-(u/P@$9*ՒܺxԛjWrۄ؟H';ٔjP~eG}=Ms>t[{ȄHZRIjïaԱ2p,at9yVciQLAEPEPEPC7Y{IGֺdetaGq^qSyuf8$D?^ |g2|LH6e-Į䊆5i$th:nEW9QEQEz #Y@cƒS= [>XnL*k%ŸD+݅rlUR8 C2$p{2\X.x3 t%tyؿ4r߽\7ʹKĎ;ɒSaE^GC EtQ@Q@Q@,'́K('%"Y+aЃ+v91XWZK?ڨ$yX)?:97sgH>.$ZxBRi[Qeg[aoXiw䬓ޡƸfv,Y$IEpSj*ՕGyQZQ@d1¸uH1>kg+VJzu]*{ IZ~Wނ# 5#ta+S<޴:Hpq]Ugx Nw~uiv]m'V y5#cءӜs׵}'pvF?=yΡr]}P;^Fgc՘mythƒ=jUQ[EPEPEPEPEPEPEP]7/ X#`v9jhtgΌkUE2# ݞ18P頯?3I]2}"y+]e$Dt0Ļ%LǠ 5ēQej6|S!Q\5JI=i+ϫ?i7.J (((((((((kX́ʁҬKq 8f3sRIkY)K,BVu°4Iuomx5'ZN=)뵁y_i2GCI\،OJ:Un (((((((((Wwy]ʻU8ʰ5T#>1я-pbpJc $ATX~`Jc;Z\ZfOLVK={ r'gSAsJYz55-+= ((((((((((P t((((((((((((((((((((J(((((()@ EPEPEPEPEPEPEPEPEPEPO7U5,pLv>m?݋Ov=OQ9rEÞJ% *7!f {hmbADKEyҩ)N J}'OR1i`~o!>xp(:Q*+__.|JN?ڲ+ьJ..(B(((((((((((((( mu,pFwȜ%c?_M\u4bwPPE "U mq Cڢ JEr5gSj~%_ibO;}X5鬪Qe#MoM:msd>һhUeÈGc6(((+wMIG"pG@+W "uP:m?g F jIm.I3[DzQάQ\|ʭk7x\ArrQԫQ^\߉1M F,ZUV(Ä(((((((+WIẅ' qzUnx}e oJUωMz] y[9zU$% g؂%?Z .i-@i:5Z3^][Ǔ\ԵypJͳhF9ld"]#|4vE1]Eq.]VI鞿J\]S#B:]ZgL6SbMXuj[T9X֚A6aEV&EPEP]j;XgGZA^>x@cNv7#Ӑ@ lsrsjەuR%YPkalNsY3Fb$A"Qԧ|,eQXQ@Q@Q@Z>k+`maKC^yVlǵzyZ£a4w^I5lǨɮlftƱU!Suq%)˹ɦK#+I#nv9$4IAyV(L(  9_ֺ*t E#]5z?'O)4* =EiT7܀$\ч~5uEu؏bd4Z#!㱧?pT7yP;<`<(SRVgYus &i׿Ҹ_WS)!F%Ρ {oP0T*TT5{u (9Š((((((( foϮ1)>T5jn9Q\ l1g9Dvd;+>a;\t]qr)rS:&FN ͩn.%̕61b>B\ Š(4 ( ( ( ( ( ( ( (:]-۴c-r^$ɩ^IWKc̖ muW,6DL?8vԧ})-+I$Vcԯ#'cs9$ψcBTQEraEPEPEPEPEPEPEPEP63ϯ5Wtb:pjzk1?s벆"4ňJ:+7dFgqg?l`S^H@ >VGn_q{qr%}ELTgSJR^( ( ( ( ( ( ( ( ( +gFmWա'+JV$iOTrWS'(Z_Q#;-Eu?A?2"O Bڭ$2-fFsZ#Z8UjٿG 7+.Jٿ\UB "7eiNj|&U(ΟEEVAE]lP V"̟ȮxjcWJf9j+Z-|5~&__9j+Z[P6O:T֔uبɨ^ ? ?!y5??)s|-p4^ehDrI@Q@̙`3^ ?Q^ ? ?Q^ ? ?Q^χVzƗ5 o6H>V#V*k \ @MEz*k \ X2-4Uiʱur Jh(4+!;wiN˖;UQ-|?~dEt}FoQ]O"̟ȣh?OQQ]5`X&@.r ~%|R4&=P*U)ٿG 7+RmJR0H(xb\=̐c sQ^ ? ?Q^ ? ?Q^_֚-)8eP k?"XSF΢NٿG 7+?RkJ&f]cN@?֨WBiIمQLAEPEPEPEPEPEPW?A[?A[xOgQEtPE#6T_3iKpf=OEWŸy!;_ Կ'w]B5ۃݞ~;hO4J+J+>17(<f*P?7!YW~gQE'xDКopעM@5Q@?+{_uQEQEs~ogэ]%s~ogэ]%YE??Wm\OşS5xQ@v>@}w~eEW|QE#ZכbZCfR>'sQE枩 ֒W|W|\B;D9!mG/@EPEP+AzoaRA^aT;#,(;1_V-mxF[+_}%Š( Š((((((7ukȫi<ɜZR6^U(|*i5V G/n5&s{M_3iKVҗeľ h˷VLDnnN{Wa5<4;:*ڵ?5?Gڵ?5?_*v>^AN?k>թйߵ@.K##[*Tk NPox\EWilx_BͿvxanVŵ2ygq =k5?ƽ|ztNڞ6;V^h+ E'п߱4y ][(C\LUЅ^5?Ƴȵ$&ik#s$u泫*rJ]-hԋqfJ.W?TQwB~##\?WQwB~2}&Ʌpc7<4E-}C:bfO`08ZX6Կ⪣ Kere8v;*+o@MKO*X6Կ⪽Z̾󲢸X6Կo@MKO*e?p{Z̾[cWI^\[hA"u+3JHQJڷ?(_XkVfI\OşS5iQwB~[.>ł]P_=[̸E Ѹh袊+\uvP}$m*=ȔϧZT::R傻E'п߱4y ^1}NE'п߱4y G0}N5y+R0xKhShqAӵn}SsSk5y%W)]cN4фݙ~OOOO>K'o~֒ OUu|<C.D9)۲i+7 5/??`RSSWi2ʊ`RS 5/?=i2FU+,Mb&9)_FSOOןQY5v_}SsSk4}SsSk5*v;~K2X◕Ar[Km!ۘeGZȯVj 3ǨӛkQEdQ@Q@Q@Q@Q@Q@_onon?qǐQErXWsAc?κpƉˍ(>d(O iB[$BZG!Ы}]QEz|HP/]Gď5g-rQEQEQEQEQEQEQEO<&VaxO<&V}1>gyQ](U9V} WuB5}|wP?#@h>?{MxŸ{i(_%jF-tB+P_1h(#\?WW\O (OF9j}Ez5zn~oQEzQEu?QK+q"?_ Q_+-q?QOOWgEMHgQEW*9JJ_'/w@Q@Q@ܟRS]%srJOEtQE#iM ?] hH(#B(da*I?%B n,GeQ\'xWď5g-r|HP/@Q@Q@Q@Q@Q@Q@Q@q<*V)@y!XnojJR[2\"EۿEXmM {2]βBC P'R4?u _Cۺ!Ƴ(-}5Eݝ݋3'$ZmQE-Ťm&17*qowY?}Zh-}5Ehn?dqC>w,mf`{&Q@ۺ!ƏgYPAk7W7 .%@1W,qP@Q@JۿE5&{nohmM W<=m75^99#ع[D".v3(wY?}%ۺ!Ƣ v+0Ϯ PEPVMF/*3Q@ۺ!ƏgYPAkwY?}w[S7F I63ڟZk>-}4n?Ϣ ( |SK &)2zb3L叶ۿEW<=m75^99#؟E6Q)x#gwY?}oqƇAkwY?}I<\\LJ^F,5PEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEP endstream endobj 453 0 obj <> stream xy`E'GII3mzErT_KS@.AnDTD^_Q9BJA(r^@ifMI~yhl}nf-nq[-nq[/>I;8_^(~_va=-~c) ٩׭[;%Gѕ+Y?p܋X~[_<ӓޞSb_bf?xKnׯ0s2s[ϩ6n'ٶ([9yw *sS'SL]ss]oӖ?^5?~DjB$ـws xӶʬ~֫g&#)y7; .~d_eFʚ@gxWLCw̙-J|Ӗub_ |3hտ;^=><?OL)4'{^4>pm J>q1a6BI{\JQ\9h[z^V槽wYx;BkµҪ6 lkĦޑ- ^eW< gCȟ[%\ԴI)Yhuo[|_ϑX -=(ɼ-[4}uAY~_ ^b eu ^*י[k=׹H}"3dgЖgVzp:ʪyR[QCա``΅qm |FlHMz`g/SX~P>lOi%ؖ=YoC#J'SSlJԼ{Ǻf}QZ ~v}اF37;G6$?^v~;@bMǜӏFY^ɆHO+C'ƃEL}m -tuH(A~WR(ǪeiHҼ3Hwk^Q*~xS8{=/ne[{u8Hk,k%\6mV/ż :ǏO ] n+(/Dž>!U Ԫ[Yo$(ɭ$oaIV(8,E޿܏U!d)5C X Q\tXH7vr_lQtj|)ص r#,?|jRl]p"_u/?i P^t/ ҐeWYfWE]pKPKes?I)qIiG?j{̽;m yH'SC?,+QL}ozd1Ka.4eU*׳R ώr t Ri\cٹU'Oڳa=Uz%%%g6q,jo Y2۲D^킵DX;F[i9'a*y^@aF, {ݘ?6υi?9]II_G68+5}[!> (G덎A'V*9[룿;7JnqLwG-nq[HC /o&>%4sVh.cl Bj7bK,je4c 99:n<4a L`]jnSahlQV̓ |o쑓i1b<H 57XNƟٜFox@b<  o&O/頛3Dp0Et`9/3e7NaF`4whcFɍč%' {IqkQ %.ҵ(u"HrJ& @R}H:VH O4.WFL"%?JZ1d*ݗf.6xW)bJ3gܕn73|)wI|E'Իj5խz3 J+lC;J<OOONz"Qb!V/(4['LQDdoź4W{WoDvsx2x''NwRaaz2w<ƽ E)s1'>6IB2;enćExz|aL<$*902WjlBKQz2յ)J 敦4ةI]Ls9м`4 XQ VK.3Ӻ3/EgzN'͕F0 {{*lKN{A[9ƀ2ƻ`°:e5E wgӉ3B-*e+yxx\+0Z'@F"zZ6_7,7U P `zYxau\O9oc~4D#UV3_Is ;R=?yUl;io<#T {{6j##a:`q0!PiQOI3!ػ7:P"VJN1Ruݏ~G =>c^i$q JʱWBj\J[9x-"uLQg{S".zsDiA) ҡ5lP"_b[MQe}&n%4I R$͑Fm*r+S+B1*:zzWX啊v^٦4SՌEPG-jq&o܄i38WOq}!)~`Go?#1yg@MwBҺ]_29DbP*~ l(E!EFi'~@2q,Eo?}`Ju3iAgbɨ:˝7'aohkP @eOvfRI(jãJm+Jev爯Xkr[JUO ١4,^#PJ@&N8I6UsJXu +^ f(զC3?$(KgJ7fd#n>83hvX %b[j8T kެQ:Myma PzٮLR /JinRv y~nc_<𨶽Rui i.2nV=}ԡJ$rs͔d0x{XuR"Ł) ׄL7J68)T, 4JIWR0]<1m/2v?}qoyWAww`e5DBsnP1kM0қ:GiZ:vaw9S2Lx f~:|FIRٕ:c?bWR|LWt6fa ˼2ݫ5=xlw//F9敌521=tOGJ! z0e^ OX.{͚XRIq8 { mqRFi5%/`smcOk5JQRkHR ˨xxb~.k@7~:,:MiZ]^Me,D e(!Y vֺ%(6>!klG?.0m rl/%bh(4*y'~A&]|4KPIQ7?.e%U ǠN냳\ċk6EȽ|X܋̽ўAR`*LW|ʼ7RěXǺ%4sRg|G%-@ԡn%^!c%ة`)s+2/e{ Jcx Ci2~ 15&d62rJcJ v2%ƉՄ'%IQb4ėf.:(ec(Eś ⬯x@)\QjdQZzc(mv#.>M%ݹQj6$&&& =#*Xc(86 SzwPFPxa(PbqP]IW0tPUmkjhGM0;ʢsb,绣z $ٽHw!ҵֿGq?!mGA&hr#tjvo#.0_FP;_#όPW.+.$BC\C)s%]:ivTc2ꪁGTpJ.576~<f9 1hn!Vٍ!!nPWrr3<$$>X:j E(37#cecYpϠ8\Iͽ{ 6t}ARī7qF4A* `{pp\RIUT!L!cʐNP #? w܌2FBcıy l5S5 ʚd-')eph>YKhbqfaH ޽p .b+ 㡴gJu_4S2>9?ibUЉ6oO2#G+ eppex{ tp`HWY$%r#G(J%1+GZ mf)Jy499>>;>Ѽ䕬joАc(MQg-Cg5帢;lFR s7Jn̊qFw$>>|3X=R,ʣy͛lЛ{ə8dvk`dVl ~-nq[-nq[-nq[-nqKSq Su>J)ěé*0i2/[fYuoX+ʴ6_^f;ts{n<4'{i4sh*67)p`qt8 ~ѻ7ͻE04s#OurTF. 7X=8 ̽f'q=8W{piR+aqFIFɍ=JHZ$-}.A)8TjR5kZ( PR$~HUbX"- <4C;Y_ 5Lay1zWCE{㗂3-%]*U(BCGUϊadw_P†)buQ幝[ˬ3͔ϓ10wLRJ\dۄJ+"\+v'{wOGw,Hփu:TMdl7 Z~xU_\a[2l$GrQJ?WRE<0(Īw(*4@]Mdt]^^LO2ڬtBL'x\qIѼ/zĤf :ڜ_NqbCՌ9޳~g4G33.zWZK1fW]AclĺaMQJ>;Wz9鮍$="7oDss6 AMQzxM2tSBo"sEɗg'_E9R dg'ҢA)`U?̒Q"j&ÓIa*j"1~4.J99xV3^xD#JIn=~o*Kk4o_^fR`(֏a mG Ã$i%X'E+DXUcݏf.',4 Lx Hs{м7Cf16y'UP ۭQe@sT0-i 5CQfh]SO T0`C.϶w$9uq>@a-%y4c^Ql;7wt0Qj_':""~Fˋ!`؄3w~>&;[Ew}M.+6 94Xn >hvSu{gR1Qj}|JyEiROyz [LEʹsJ`MS (Wb_k\Z-JEqC[V8J'!JlXB ;W&Nưq!=L ?tz|_H/XrԼ݉Sw$"ʈ߆ {=r_66~Բ>o7Jy[B!x">e0 ͍v M 6O.WwT'^TRrdw`9oSL[Y4wچK@Q:S+%2scvS( -5S(@(ɩJ7V7ߛE1,Ll̘1xafsN_9 ^ zazn G"N R \I?wРp_Qw^P/˰2|3[PRgiЍT̑EDE ɴ2F9Yf4Qq='0ݚj7 bAo>=\E͛'0P1Q}t)@؛ t0},D+onk3y 8yRYXGPj+AzGk++5G5vcˑ999222_9$kvr.]㤼FAx?jÆQ=z<o3"ϕbڙ3g.[|0NQTz |8˗.l3.<|JQkOIqƾ}iG 22{,(@3Κ9JeWfkf~z4cfSZwň'W-]Of2zjwt @* }&($z`7QNv~V (Aׯ6k}Yt>>hHų񽒄(%?̋dK%O0CoLC(5k($Y>jo7C*1!؋h1i4ҮXCe5b(vc%Yj:JYC)_7 _DBˆ#tje 'f+/]яޙDQqكe9[.<8<^RӲ4M#,M,5/,^TCSPA@EECwgYf!3~yWJI5(]X(McZJ[e%(PAJ.D}P?y,R>JǨFuӍ$^^xcp c(D)Ms/7a n>J87Keh,(ݢv=(u>OH҅VcP1PKtϥ>]\؆Űt bl14-nٲeP?nڄ[Q3,j{:BY(d*?DE%޴z Mo_dz:1#tQM'Ƙ"w'#_T4VJ/`p6,};)J؍k,!f|jfY8|CmӅ*d~  c!U^&PO#`mj6:`W>C|k&k/49,/1Ds@t>G9UQqTgOexq%|Ϋ1afOh{YF0 WZ\eBJl M@vz\@ݵ8 ?Cmj#1zr1b/[HBʊFBȠ"߯7O(dO)l]][)Jf'f9&wSa5}uG]O+O?,N=1Ec>Gl'pPnYPs=Ք(KG5RQEem(%NkH9WDMFQh%8ߦE:JUNNvMW8{xwD-ڝPSW8yv?j.*أݚ'ytf7tIUF39Ja*7ϛ^6H Jc|F[[Ҿ h1u%^@4PCCc&$tr: (%=]oMK@|Pf@^*ooH_ 2F( |DIQ&Ja PJʼn&J]C 7 WG㡄J`ԑx(Dػg?B)qH81> "Nҹy6ŻnSTJNg0a׋NCxotPOz(>Biw>rQ n`^,|R%X(6%k?W@XpOU~tn}~h#mEOξ]ٝ WcҩMGF),( =BO*P ^~RI(>L[]xފB։KXTӧ..Px6\,R$f.7Bm Vr4dGp])oB@!gͦ6]fyTo~Y-l+iՖ9w7ELGf.@7y֊-s2NZÁ'shke-yHY,a?'ơ8Fv=q۲%p]GZIq~p\IR:cŕ3J𘎘8Ḓ׵vtpH#ޜ'Qĺkĕ{-Iqu@Oז6Rv]9ݿ!먬(/=BiʯR(eVɾhD~%18R tE#wP9]9⯿^6ynȻ͒n랎G4%NjT.(ژ/NXPJ{|}(u;I%{6/Uk YEm6|<ծ NE^WR֏U GՕB)-OV5PӲgQ{u|PvG>^bA)6@/](uHjnַuyiPZ#\Rl|t.-bA4Uo7' 1g^)PIoF),<[F=-cE\]rQzSPMskwpl($VPYcdahWf'ZD^`E)=6H9(ݑ%aE)$,EC -6Ş_)9Q?(_Zoaii)ّ5TmE) VfdVVRK(`",-mV= B N&CܴنL.R7OoZ?⋨|iC@짞,fay(:p/ wd=%{~iB;GBnֻݑRvys81?v-$ɷ⟶M_^jwF)P :uYxD)&+JOs{JuGۂ׭ ڶ+(E(dq^7U b+O>z6=^Rդ =lj."2rmZ0me3>/{t@ uǏqv;'Gpn:{3.p`@T}Qw#~+Qu- J([~P++UqV谰-8,.2ht9~=yѴrt$ YJLh{p;]Np< FmF%2&Jk@QRYUUY^;APro;s#ֿaE~h\QAPrw+ҭܜ+{>n.VT?x9 mNQx8U7n Q$bT%wQl?1{JGl$YS'ҋm:tP:@W&2͘N/J0t21.gL5ec N=ύWri#{4LOPyjM-D"1WR&܎B h\6Ȧ  Auf4C Zll+dKJG;;(E %oQ2~DEGd)][ST+5e͑mthY3U=m {t[e1l +]vkff:ĕ4:8ȯnw8nOuLE41ƻIi}ckt9v+ *\ r)R܏DH"44J= ~=CD8,ҫ֡5RߵPZhdQ9|%;Pjw4 W"P:U"Qb8aA),PJk}ݼJ5?^Bi,(6MCuT"AC%H$:|,> 2#hJvAw' -Ȧ L&rwGh;""i=5]66eZ*Dj=B>Q\,A%51ؑ% ջKT]=;d#[ Mw+rK wc}(dGV:h j3i5˼Œ_ ٱlj7: 59FJsWb+cf~%&p7-_)%vSuј>9<BC$04J]70JvjePZ7J FK; W5W ҎJAQ*x7ݲQ8i&J8'D gy(a H 0NZ$JI^jA(I ?\Aлw;/?#A9w%):TV[55^#ep=QGI_Ȃl=zBqv|8`<3F(v2͟Dgf aR-Gݤ fԂPȉٽ>Yɥ g6DP(fgkQ<"q7)cG%5 +0 *Xn\#seqYaaa<@:G&J秄_7/lWNCթER0ĖO@ t5˴p +>FE%5 x?\@1Yћ?'R[mZs߿oY'̫d߅wcf['8u x]gt/dk@׭r{Wܖ@vPÉjw6wcJDpO+](ՋTKB ڌx%t=iHi-%y o1y? =t@g`2t`2̆pZJxP}BA K%"(au9PWW= (aՠQh,p%"(42 .Qw )%лw}c],& @` | JFIwhj9 D0ڑ?RhtSTrXsTr@\4k;Sj&c(=3ޯ(˓C Y /3MAw!LR ziEK$%S{+l0(a4TE x?LBGxQxP-s| R }h!A1$6y=R)wLLL^T{\G(<G ~ ZǠJ"(1rQZ7}Ƀ4J5m'KR[yO\'$(ҿ%ٗ/HNۘ[>lIʭ$'%x{N\4t_[J,lL@,I$6FH,FpjQKmhvyCA K-%ݢQ %,J:e1BA K%$+QtUJX"(A K%|t["ͅ^eSoFI# J㿚s]+pZJ- WiSK.`KʜO$<?w]G},VUJXj(u)537:(Sg e; ;TkpZJog.*9cŋ'WmJFܓ TUJXj(w~Ll=)8[ q Bɳ Ӏi"Z!\V_=ol 2OKB`h+X+*P1 ߟ15SҐW^y'б8ߑVW= (aUSbfK#a0x0[0OfW>/1Dt'qxѭ U@s/""l]0ȋn?A1gK"""""" v% endstream endobj 454 0 obj <> stream xksܶf.c@ovS5L&tNѝR$v$>Kb߻XYjoࢪVAT_UgoVT33W}zUub{n?WVp6g~\TWW??Z_gb@Tm+xfRTcjPcTDo(*.X౛&$jKؠ 7P]PRamiLa7ܩ*~\*bK7mq$p- lc5mjJ(Ψ/o/K!_R-V 14)Q&CRW/^!Fuٕ?Bؕd~58a\ݛCP jHH,X3|W|jG48 oK) jz$ Hqń 楸sXlƫ$5[o18!Omy5muj%~fvWKte灩a)P88L;7X@|~%f{"8m)lEY221}604r&3 MD #ٞ1t^>Lds.OOnֈ/n G+ZhҕP+gYIIE {&etYq?exڊɺIdk ]zL6;LJl8ɤS.y îPٱUu=D?#cLr#J(W2evPȈEm96T 3z}3x<鬀Vz~i6/7]OV bLDLARtҢBB5tܙNUZ ]hӾK1}=]ڹr"JiM.Vbs\9?d9I;#XA:91Vfk$,[ j-hm66[2=$=*& :UR(>'ڂIYCs1U(FŒ5)_75IZ_@.VcD(ܲ׾;!G2$ e!}F'8ӫS_qw: 8-%&$9tq9qa[?ϖ"iG֣0y]ܛo}듈O_ϩܠDFu@Ca5*jXkI%,B7VјwdeدnbWn-ޫIBwC`_94HBvH>:I(&s~ Pnd3Y<_Y73Ic2٨<H Q9gh@/`&( L;%問+'l7B{5tK+Ott2J _vS@*}VU=n;jRXGa  1OM~XmҊSsIpli$926H!Јdz@ ~-.81~IZ^*0)&+ Zz.+61қ ,ԕ"ѪrCmaUiv):c DIes ?X@zk>&Gcِ`pMn`2Z#f)zyԴ"1G=a<#ƹ /Џ5 e%f+fq{aqR vɴ_P[MTFHU^5q (C$32=9ﳱ /@4`[#㍞K7I.֎&| gzux tx>MT ^iAKx*<.~c8T.~CK'8t}s(^;'ǰ;nAQQ 02ψ S(⪝nAScodOqwZ#L086-M4שTH㉿ n+,yZOZn[唻 ⒛;u˸YV +$<į|'UT P/m뚵"4QLZqxLFv#iU Bwz9wq`o&1c{rj=s_);r%צӓ!M bN/[M~UtȒYM=~ PzpbR1e7vO;6v:bQښˤ\u$HSdGFɞaޘZjZ1]z?M_ =4Ev ɗ;$y[-񓦂uo;‹eKxj4=:8jfH@X{Cp3F1R ` iKJDT^u_Bڗb)ߥ(?x endstream endobj 455 0 obj <> stream x[ێ6}7У`YEOI-"($HɶٴE&ghK<8ΐsf4gF8B|ur~<7\m7.OA&pzbp930w싟Crx?n:\~< ݼzNF +khs5f u`a0Τ~YWx X G3۽aAe(H&cI@v4ӝU:s\䰜Pkxv81mGbzyb^2/8_^ECL#:I?Ph{VW\dBo{!nw"м IfuҖ!Z=!o$zT9gQ99`҅f^2'?ϣ8[PNqK^+>^ǨIN^̪/HM, j.T ¼WDc?NYr/d@f6 jMS"e7RilA0R*l ogVJE8_XF@ ėCݷw%yv/?|-'-J&_d W:m+d"Lk:w"7x9N:::9bTg(\Tj Χ W .K 䠈9Q|*J ^f5V*iWjXS涕yMV%uHEFKS$eQy")a e+E&U$zVH½9hME(>7:)<މ-7E cܝUGsrQb\Ħh"i1|TbQ-bqB{S G ;cTbdNg#mcrNȝqqi\YH9&Hu$9'x$댭SDYQD)=eQQbK 'DI% ;n0&L+|Jr̭ 3"{$4~<"Sƻ21\4"ӣFNccXp9&#zTH%ؐDѼ74>ބɎYW+nn;$rͺ84&aQ̾cey@FK`5KxB݋6W =`$<v;%Z$I|#ȅq4i"[1OC?5SSŊ||UqdR5vҜIAfR2B+Fz"7iZ89O٘ZG7(^12,h0n hoOګݪVEx9= {5=Y,|?([aC蓽w^G =5ɳ=v2033S[v|#Viu^]6K"d> stream xZKo6nP"Ѣ)E&98AE{93ZZK{͐ld%lŋU[^Ng{ރc^T8:U,HfTb>:'8,m=яGnOi{Q׼/p1UeUkVZguXfpUF2×GU S8+r'Fw`YwBסER Vܖ/5+c8 ^/j~bj~ _)^NuRd2RV'Jd#/Qg ;دd|.9 э\ w_{zLkokÜh4&|ָu O3*˚:7.ce3ȩ 3#22ÂsY!P޻{%WՄӆ H:^=$'#gXqP >^]z&! *|I^d3 Γ'qJ]+!ƒ++?-:wTYQv -Haf~(чZZc(\Bc}/d,C\yp UÁ_qt0 !60[VpWDu쀾I 4 "-(q/. aYAN-zoyᕷه纍;96{,,eXGGa&ekE.m$2'?-a%<ϫL.5xj5p*_Ƌ$RnrDw}9 ~f)oT0mc:[|B-n~n -釧ԗϴR329Q ĕO< w 1C>`Y/e>p[b9E֬4"â+\GSo'amrJ&X߾eOª8,qZ-.sP["Gj[").h'pV Fu z5JY+dZN/tv/mUrI6ָ 0_+[&]U1N`Y)1O ;(!:FFˉXޢ+a|ވ'"X%OѩEFW%aOvgrCuRÞߌKeK=CStڎ_wd#+`B5\&=Յ勐=$|=E+hY]X*~:,BZ0`Ѱ= RK lg\Mծbw&Cf!fi5ӕ 9, tBS%ކzlN\* Qw&afnq8: cΌȔ)2GOL\Q77>]tQwg[LR jI>Y^ ,O 8ʵ}mQw$Bf^1, 12ufLΔZ0=Hzg|d}v.}~2,?yt F/JG+-.|7%ԾkIhoh>d6u> Gy1T8(qJ,JI]˟23?PDx H,ɷ$L{tܣ( q`uPSIDU!S#v~S8U<|ujXD~_T Ds(F}_-_fRJ;eW"M̹rqL2\$_sJޒ8 ~ؠj|׾* endstream endobj 457 0 obj <>/F 4/A<>>> endobj 458 0 obj <> stream x]mܶ~} zH|rK6MܢpN/M}93j5ngy^9^/.>HyOpuWw3QhU.Z]F6fKQn5į0r~;xO\Kp3JfR+!ve}?CzvK3XQPWV'ha+F C2 iՈaZH'~YG_d7BVoGE*#3{/d9rmvOB|\֧v [\A<ux9[IA2RJ$&e]WKQZEኲ1d!&bĠmz{z0$C jZ~8ϳ@mOAF"2ڦ:il[ؖm ]\7@5V@^1u{#KZ2+/7R6#`r~L]u=G S_{-~-֦Tvbo R~Z2F<2Ih"=EpkeŶ3[LUyŅ8)ܬ1DkLeחbJrbg yQnmV:+L))1ځ帻TLn`r<=:Z_UZ)lp۞吷@՗ ݅GП_I݁ۿ6_ tưlԭ@74);?99g+ I-|n*51Y)jw ROJr!j"&09(7J枍Y"K\&LjCY|χnszx( QCX&kDeCKVaOLq8r~o٢j ;3"9{ XtȤ]!WqdjRUqVwxÚLPyœN19#6v\%}>×I_'cj 7iѼ^ӐVkUT'4_UDs4"Rxqf2 Ȫ({[m9]sO0%> [+Hǥ%+M`H8`'7 &ETKs5^4_5㧝7!}-?ւ^9l:%ǹ-%a>eɆjQDH`6 q|vOSdʁqI\Gs",з`vY7ΧekiYWk5t>31G+wSL6%9k\DIJ)Ec3Ⱦ0%}}7];Lő{3{ _r>رP \Ӣ.y_GߧYx:.Ld|. |JiudA2i;\EI?F`5½cc;\Wӝ=˚T~ʎ9w$;oW}أ7+jft$[Ɖ&!N2~(n{:~h.exTvиY-ciKR]l'LxQ䵢 ݯ5$z|:"";7DdCl!ו2*Ai%b\i7oTKlU8Ut~8약{nOg;S)֤spu~9vP9v+g4h򫜌Z y6JuZ*!+v endstream endobj 459 0 obj <> stream x]s8OU?PeUvYj\C !pIrnɖlKGC}tSʾ?<(I ՔeQY>?<_RdqzeA -ST..nL~ݷ-~2>>!m*R'N :~S%oe=K U@E%; 6۬Skh0x\qxg`4-W97`Gx^+z. yF& B-amyZCGܬ"3H効uz>P~1=ǦU{oq"JoV.*~8Ygj8?bͣ|l x젨!T"^%[ͪ 9CL>VRl!T%lCuP!v1XgԣQuINZPs7jXMWRNwZG?i7Po}exg-8v҈9R_B'!;ymA !kF{e^%c6ށ@_k>_*JJq|Ƽ5Bc{s_ˋIe:b,bl'۩pZ b$kʛl,r}VENN!-*"KŁ6Sv4w^pZy>q,#"v!4W-ڰ#m xV#qBq/qE\鋀2x=xΊ> L[>xL찼*dT%+ꄏmoӌ´k"E(L~"UYr8ݿȲ=TzxB\f:z`n“W/Td g}ZSА,-gẋǞ-]2nU8La1N#߫xn~p@Ğz9'Kcg0=ihwBy.+_}R 58B>vR 3&[-\iG†ll _RvSl^੷B?iez{fmg'ߕϚ|XhbgXrqMIy\1pu6^!̞% Jon6ƨ()j|JRWfmF+xS 6;p ,*2xg*qB W8pYXe[LQ+W1h]Jr=frmmGIl+%Zݸ=R>ױg܃I!'d`{8D2r;[5lLʧ)1q +pbD&)u&3zw >SDYGTTbS̸H]2JZQDBKfPbPAaD[Xh48͞5Q^ `8]2#7;V#5,t сWNt઄o-Нކ=fr5Cҟv7k ⏑VYR ak|dow𠍟bp'Ƒl<46.^mZG2g /'N)*W ,Vz =.]$/V*4sNNl36[!p6*Pe6ֹ4*vNj9K^ =&8:AON靨"aq)Jmas26,_S637s- ͜ \,Y}Lcnj{ylLRce+{njçM9oYulV԰WZHAhmŦ=~-82>hD3' ̆lpI08niݦ74D2i1J6tPLR(XE~8d=_ ƬzA胸r vu]:ߙ?L|32VSR)N#[JcONC:|5y:Tk;0Vϑ &oW"]o,g\v7Og'6x1C5q6}(fZ6HNZۢOP~n+؏R~ W}7j?dNb.jvtv1#{-uڤ8DiFzi.iljŶTLĉwL{nBϋܱXN&r9GFB2WLMWUJ|bY nn2=XUo<\CO?v)N*zhZ5ў>6֭OmyDSk868ӮHߵx@Yp=D Sf<{/0_߄|5NbTިcowۤ axͿoV RWtsPQ ԟ[L^]-D Q/T1J̞,F;V &> ǹ0D0׋paCq}>][J]O QJ .{+?s^e,+vըfpmto^Q{hiKn4=el#tJH;yc9XdҜ|1K6 endstream endobj 460 0 obj <>/F 4/Dest[ 162 0 R/XYZ 82 721 0] >> endobj 461 0 obj <> stream xkoĪG)W\Ңp6oH1vvm $ 9$ ||L$ע/7GV&B$G¶:-MRhj 6Ln >UwG__}LNU.2eWy.}*KZj^ -"IaT@q]h@NJ+* iUv! \nxy 7!4ߞ⟿-OX| !?ol($⊨8F*gRr yv<1G_b[)9j@2lx:Uc=&{O:#[5=ෳGs8 $\~DN:z \6")z'RN;g\!rGQ%k IC-Ȭ-\j^)U5 ?z%pUQTѱ3^nyEQvB;_8"0gWuJм2(m`Q@<Kip*a.b8f"Fv2KT֢ K;fl_u%w/`ţV5BH Yڭ4Ǐ;XQ]#!uL$T=gc0s>][ݠ,?W [=y؊۷ELq}yy =Qˍtrq2V1 Im-cS]󗒍%GE%kr1;OƐu>vRSxwڬ5nT#(hZ|T㾿X!^Ml.('r Cb^M !hIUX`ğT`.[ \<(((O#|l0቟07J eY(re{Jueb,]9hexZ\ 0ׅ0.~m {Ã# S=4<w%uAľ=:Wm9Vq7>dmro` B@l*mdUV[5Cspg:,pB]P':XRo2c`v3Ld1)Ѐ 5L?l^VSgMͻCS W z¦s6mfb(P`jQc`[<ʆU ٨Ҵ%^/4U[́F.ԒZ8> _Z<8.ئid?` c)I᦭oq*T>]˔MNwpl <:5V)r [S5o818b\oacW7ė?8$4cbӉi=<͍D,U45%vf[HM~sT66Ϡ&i *PkIdSgGHY徚 -Gb9ܤO:)yCAI3ԹU|J$p%9&*< l 9b} gUG*!i >L/D22qTHm'JudF/MnBg@?bP1lPa;D}} endstream endobj 462 0 obj <>/F 4/Dest[ 162 0 R/XYZ 82 721 0] >> endobj 463 0 obj <>/F 4/Dest[ 162 0 R/XYZ 82 721 0] >> endobj 464 0 obj <> stream x])Cm_$.)#mR#*$}kk@A<{oƯ;mӚF~ۛw޹k:<; ԡ:GMj8Yyxw,6 p2Kr:bῌafW"uZqͥM3%SxUpj:̠FW'9W,F[6D2ˏ,mQǠs` oL2YU]Go#jm&/t|U@&Gsґt2}<7z`^wClۨ#|j<>/J'~<(Q+<>_CkGd`8wTΣPվǁѶ]ϓ!zce/ê1FE!19T~!0a-_ l4s9h2@'ȍ+Z6"8 @C#GĄ'VbVZ8$Y _!Z E=jlp ǿԴA} hB}/m15]H $r;4 ̙ p2]+f&aղAJ(:)"l2}JDeQyժиQ:CQM]B?O1%?IP1pTSR:f;͜9e$=MƾQ*4jƨƱD#>>8Lɾs14\ iSsM^OdErֺEtY׹ju\{m"lZ;zUcmzH7s HC'`NB OL6kǧJK|g) 8%دN;5_`E |gϸܹ\y0bE =̊_-˂1{|F0zT6.TAU6/~Jj߽犻)j˙MژK*K[ NM&Sm )MKxYHJ3?|/pr2n?ܹ ^*!鲀 IJX%$3EٛikfqV~մ~P C". b 46)i2Ȝb|Q/ r(W7.wEEL5/-f|۰Mή7KrO#l@cT{DRы`Mb؅BNG.4s4xyY9f9yYըrH,0/\ Qio@ZtF3=2`q2i"_Zky UKX(`ܛiCK̖s-Mj97YL>Eo M{P,0NR;~%ՊUjXcӓfS '3 ;Mu Yކdu  })oqqKx ,Y;^!Jxʐ[eɕ%a9 |VDGUPyF~T_ UXHzZMȱ7u7ؑ(=LN!-̩^Ji/fIaR sSLV36agW>ٕ<>ίvYe[Dڄa!;bJ%Q u 0Z"H`c`5SjQsueVFY5hŶiJgw[0~g{W-b밿0V7FM{U+bub$k͆Rg8U*8ݻJJwgc1HN.TСbBC%l4qpP6TLYUq>'<\v@SwU|m:B2d4]66X$0 1N~ل?fom:P07t`6@(ߝw7%ʪQW-Kߛ:/YjGs_oP7YZ]d`NG%4s4X~ l4AbI #֟(#J@ :Z12Ś+{K߇/2-v^]l  ˆH|-6I y5dDϣg ^B_9#'eu4UG>#>q6[`w̮қ\8J[(K.aufzZ,@Ue0lx |izWzh۷& gbXRd\$ƥ`V;nK'ӧkQ) Y ;Uto=S qKD+fN?ǯVsapyujl^Z"&22ty]BhPy|3"66ፏ` B`h4Bҋ LaeSvU F4jkZp|3nxm{kM#%q͗tpT~mOz襎-&V{7WP3dy/FhW3=<`TUNߏ5,"Eu)[e`6X%%$=&'=9{[0 l4Aj =rA{Jٯ+uxLM1ۙ1ffΜ*yUf2)]l8![Rۚ3/#/}_^[3[3oKBq0Lfz ֩K MBSٙ5qO`l10ԏ`ǖzup홿^6nRֈ,{f|Eo3P*`m\]rw@!@Y\/ Fp lяkO W:6VP zI,Aj" rq͜9=qO$cmi"f["]P6=lI%o_m7Rqf|MF 7 zs>W0:~'uc@Uh|m7Xpm2ۻ~YtRq uL$^I:"34k+ӯ^qFWk;2rn4d)iTYTdBk1_B $[xXʔ} m^U%iNɶ *` b8!s X㉶xbcˮ<)϶Ti.*rWy~\؋ן~n_wZeLEo6i [thVH1eN GBLj2K Xܑy;ʬFQ3eoS/VlG{OY Iz&ia,'iQyخ}o`] i`Ju<OL6 I_B}JtQy `a^iB#'ʟɺ6L=;I*W{ԑ-4LƒR(\58FbI476]㶹:Kݪ j/ / ZhIb٢Cpm-Brt-̇14StbhazfERn U?#6gM>swq"߳{N,';}pFs\Y~zCbc;Lq k9_]Qݙ*y8v w]ݛ--~?-= `gXPHMDB]]6͜9]ĖXl:\ES%;@V>2?QHkN?q=̆fth$gg|V|ƻo~uOXkeX(Nh]zcǧk=g=E,4nukIM1nDl\S+/ endstream endobj 465 0 obj <> stream x]s>J3J|IN܇;}H;>NM@BR2.|~0Dzjq~oٟ.8gBg7g**J3eVydvg̲˿}gVɖr<:sYs&jL9g+%Ys&*иθ`nY 4f.\e*bEitL8u2J _fj_ \w- TJ< |bJV̴U ?/x> 98ž9G8>̥/j~_Hm.w ZL%3(+7[ZYLS,%8yQ{qc\Xt5hj~?:#r,ju50%7ssm:U7d}:|+wY])P!qUS0m1Igy_36,f.7©Hx4+Q%tD!Mp46*bMm3 OZEUR% aX?'΃J6=J}Le͊(9HR*#^J E) )s9eϯqkͷPHlAR0%Ȼ֮HXUK h;v L`,rSߛWӯ%Lo۟ψ WWrC[Ƌn׻W47"c&U-@jq=-iүt͓9Pyez:#h]B-̀TNHLUUA`~/rOh[0sGML-ƛTɪj8`0oyOH¬0>x(Ѩb8$ 8I ""htJK9j uL,0X#|3FXԌ`0v1V\3$TCk V|2u@ɢE$0XP"|PFrJ&  K^8"ԧ}k5vȓLkaU KeI j}y\qAn6Bz@wOwd"i`jq^vMp#kDXv\72JVuBVE0$6Mq+T]zsISO&mm6lOL7ߛQ@ɧL( `3 /Y. S-Dfn ˉM-_ԢrH" 4̢͚ꭔ4 ˙|^ Z-OB61!.,65:wAdg~'ɒ?^-o1,6&|Xdn M.us,Z/!`x+3|{iw˄3)*`sXdMI?药Pd;{wmDi mxt]1=rآ0$F .fCPжgekG)}B45S@jX5!Q]N :$,(K]4ItU{Ÿ;ro#kK6rnqs>Fs*a/LL兩pv0a9*/]D"8IEcd"8u{jEZu {fGMPDEei>^t-s *pIC;MƦ[j$Ý쿍1X$9D<Ҿ6Y@3o=aJ~~]4](vQgi&HYLG4ӽG6MJ_R.PSUzEr,;b Ia7^*[]IWp٫5*bBku@ɢE,ԌqXX9|\%Xt,>8q$=<(u`U2t@H|a@F28& >%;Wű 7&L^d2uPE,qX\9|`2ђT%='\:$.y} <Μtj!LMWJPbCA ixsH}U$R"!j떩,R"&7_)" .Q>tЕ6qAGdՋvyko][/.{3l eHmwxqiQ9:.9r5Y?O1x!*& av X3vuսKܗv'y>hurd6hHf{Dn%?/KV=ڄYŜJ)۹,©|є :0x\j2:D:dr5 &MLd V>/F 4/Dest[ 143 0 R/XYZ 82 721 0] >> endobj 467 0 obj <>/F 4/Dest[ 143 0 R/XYZ 82 721 0] >> endobj 468 0 obj <>/F 4/Dest[ 162 0 R/XYZ 82 721 0] >> endobj 469 0 obj <>/F 4/Dest[ 166 0 R/XYZ 82 194 0] >> endobj 470 0 obj <>/F 4/Dest[ 143 0 R/XYZ 82 721 0] >> endobj 471 0 obj <>/F 4/Dest[ 143 0 R/XYZ 82 721 0] >> endobj 472 0 obj <>/F 4/Dest[ 162 0 R/XYZ 82 721 0] >> endobj 473 0 obj <>/F 4/Dest[ 166 0 R/XYZ 82 194 0] >> endobj 474 0 obj <> stream x[sD L?e<(mf Ieڄ^둴:{. :Jڟve\_)UgE/ޣ/LJlv|'/d6+.>UV={5g=_}\)90.'sm3)υՄ\ #haU!dV\(TYz\%LE.\Ea;G<0 x{Ym+@%K$Z'Y* _J=0Ԧ֮%hG+f0V1 *^|v5Wz~T[ds)gxYK|i|~hMa~-<rC}ʅa17²K!uV}" DUѨ8v_C5?t31W~v)JQ-.K狋^Hp0!  KvZE ƨ "pS+ѹ~یP+b^(˜gݫ*e2yÕ #BFHW"rPOCcLş+ #.V$jf_E͉гZb k Z&u-0#`sL`;"0 K&`nf#J#i'*jU4tPfi~j铽0.R(6PmDwge!B0d4&!5ل{9K6QeodzcM!^ =HNVUzr |١z#Ŧ{*2F8^$@e˜YsvͣX6/|@,zX,'-9< -JCɥ}H\7b聈6]R:du RkQzذ"Y4TF *AgetDȡYC(ElXi(r.D /&58*f+Mp-D>LT`&$ qz-[<ɇhuapn4ߊK_ʉ)``ǩʁbx^ Wp Wχ*VڳYCc;/{+"aXd !0îU?[|4ɹFY\GղAEm)4ydw> stream x\n7}#6ol;7d[R xAn^8=T$:3 T&StxPk(ʢnD8<Ã|+ Ι~e E4S+tWw0dqEÃ7bÃ0ÃOkglRt-J% eex)/j]2aPUn|NXJ8k>@Ai}iXU, G5qN{h@QNb'l&TJrdMM a /K!BثU|q kon)ryHj+rGy(wǒ5F X" aa3J{KŤ)©ZL7 /60Q`KaC%'k69>5Y/DxexEqT ]?ӥj\TVWW2HaF FdMku@:h 'nom.+\y߭fomGY7 nD[߬!0^5蹨%a<&%T"R TKD25J\I]K{=yv;954d@Lwl&6j ~{aL9[[` HT߸NꟇtPBX9uC\[[?XZ1]>{INŪ] 'Hm)q?2"CBM$[@ૌR75V= Sܐ#g:XsdEuoD&i{}_o<1?Td@3Qq&.0( ]W ezI"a#k mKƫ D2Qι8v%1Kk+W$%3O~,5s:2bv%$P*zfL/fǙ&;Ĵ$i3'-=-oB5W ٛ }CddN( QP2k79焐 DҊ|JzI&NȖ(a#slv챁k+حp[9L]L4hA >:@p#FENO7%3_]WX wXG_X~vSĴyG/SCZ(fv;O$;̄khVp3{f6~o&4ɽ@羺v [H}̦kUg:dW+S"G.ZJ8FUZ9õϽ)&r.V">V-msb΂o~g$ (>z#r.I|J>{\kX!VEW#8~#.hC˪ %5D} 7|"Jd [^nV3`(QN94V% buUU/m Qmfj{G@>,eVsIt@As^sטie+2 z ?ڟm &%i=(U!$>I͟*rʉ3$_l½}qqhH>Mh{wx4.H3l[P%jı 9 T@cl W@ΨKɛt9H+J# L~FŤo_]tOFc F9OCjS|+,A߳a&c0>mc̏9aWgL̸α/Ld&_irirl(ȌqC$}Z @BP,I Eqg`RK O=펿A9Ή*E_~))xDt}'«$=F''FS ) NU`~v(P|jo{Fף7x)3n"@HtJ&Y_nm> stream x]moܸnAߺ<%Zk%5M..Z )MmYs %r$ڵu p,R<CÃ_EgVV'y}<=<^LL*+LSW:;6MfgWY6[vÃoL/>l+Z%ϥ^95\g+ÅYr&4p\g\RkOZ"P6]YZUHZTԋKɂE0 &L/2߽j m e@-`Z$X֋3VHL=ch8n~\\{nZӏz.t~ևTq_[DΊC9օ1EfYDkeV tK ^&׻cQtkvC1?*gl.L[z51ꬽqe$r򊕦C()ӺR+4  A҆t^)chۑFŚnE^-}`CU2+zVkׂz=M42nAaZj(çScLFjKA$Mi#Nt}]%oe=+)F+ xJV-mRdй%`p4dX5 - `β{W߹;W;~h<^?& o[ȶp~X~כi: JNfx!Aw7  vVHY0w %ASg=rCB4;aoG=A$L :flN6g*[`[?C*%ʅ caX A*5#֏@ZHCfiJջS-;F_7RWqƂH3RMvGy -$fFA;;D׶/usUJV[fBN6@|P/~K7Gć)#2eCO=5հAAR,ik ]?ZHD!HN7(9\A޺9 :%<\T[9v5@-6)2_݅\18W}(-$Fgrlw(a[SeY2)(PZ $jXנps訃˔PG|8-$J*grʽ0+!L c 2Vj2\J@RiLUL=Ci!5N~~094STNFAO.|{e%sxrH fлZT7Ci!9R~P98cTV2!Z[{tee`/]"K=Gl/[S..SL;1CR );/21t8BSo+XP1JBܭ+o;*Ļ uhHDkpSc ֜J`s)&ȼtļكֆ[G`pIMդZE/2=+Mׄ^-~o`SϺCoFODP6fE~NdF\ %Uz:ntϪEd/sͩsF`kZ&*'a†(|i@îz;|SGedQVzݢ\%{F=<#ۉg|{ټѢ-. o641qvHM3HWk?{ܫV)b܌Ur{/}¿˰Pd *!^1Y0=p><, PVi9l OtqCy)ӛ+S*BQEj!rP&2`\ʵxP 5te#N=EL:j8(!bÙwS &ռ#\u35S]j1˴C"m).z!КyGdnp!%Âۍ շ'Vvkw4O6cNոa3t̅#I#礱+MֲCG,#)Hm-e~e7)&mгF|Mnyz^{3{3sKc(ڌl뷮aˀSat[&B\Fu/$*&sbÉ\‘U Ɋ-`0za& 0p=[͛8U=ۛPJdq6c1#"saCQu^= ebBlx|RZ~RDGf~9p8d~CQHJoQ]G˸!%u QNC$.A6p&7Kh!rLWQ~`p㣔TU}gX?x DRZE" ):X B4OA+U.-LgA3Fw٥>tsJ^D(#==< !k΄t5y~GN#K;-7i'&+ۄ?3´*UxC1v@wC s9ذ#F.Ok2tt.]m<%-/ScݺMڇH]vi7"D9Z nDk„*ctNqTY7D\gNi?XJui4}gT]Q@xepspS9띋>Ԙ:S.t6y[7h1t V8 ݑ]w±F|tԷ+rLK&$tm忴pnsZedp[c']ӅAa+1j?/}> gW^ެ<;EL YUb*c#1unF0"tF5"BskM flc;_1HѤp&{KH<߾0ӳ( DaBZ%§-r伄 4OII~%|L Fhd͟*YO ;!)2oU|^[GeF8o,$&T+X1i޴wl;y9?p kj+n5Vτzk;V=(! `U7]DDAZ;0g~ "k`g=[nnƣQ.L {Og43֠)Ҽe3N'H/5/Pc c j~IȇwCM+MCp0:&]e# Srgr,FQH 5,:0xJ07o;<0k~;ڠ0$+{ƿytmwwoǭ*34w{o](x5VJbCBg endstream endobj 477 0 obj <> stream x[_o6 ?ྃF_[ڰuHö6!4Mm\R۰>يmZ^O$")Ro 8sB(}[9YlΗr,`G˅t҆̚iړ=97W=Y.WlLDDU LϪ,Lyјo+-Ȋ2I BHVޖ P9c2TxYYyY$Sx-g+WX1ƽi!۩EZ+JL+˼֭`h8||f-ZJzk!VwlN5|]+X]S^+?w(鈸8N-:Qu>o4yK{ɯ8yl\#* ()4M30Rfc5! ph kWp#}Y#JXHA_oilz(%@"S0! |C,2GQhfӇn1McO 7O fCd[Em' K' ?_'\|h/H/f; rI/z :ƚ{%^\/Jzm韌yEuN ) 8E8/'%DR& gX)|sJ,! _fTiw`m$oȘ(AF6ո'OZLI(8ELQNxi~O?^=zX~Θ1kΘ [J+4j{H$Z]"<`8WdÓLbpCocQ6`wMnsVzwݡҰB;4EgD~2Xhe|)-ӹIs(8EQp=wJ?'a/E7A@ ѶkmiSZe{!v >ةV(Sl3(Q4g3&Vڏ #+Y{{q-3gşjc8@ 6&+ +*@4!I-A֡C-d9M"O1u 6|3,WQp g*pW3;O$%3rPk$SkDLh(Y[Jz_-ʯ0j+LFލ0"Њir>љ8ݘԆh.A*Il:}4\ 65A|´ۦ/2vᡫ{;!:U!]-{-yWB:ƈqOUs-;0܌D]Up%8=ݨ9&#؝cAڠ ˛+7F3JN̹{sTlBAqЁ/Xf~N# S9/Y\u>njuj9"wwAk( t8Kԥ#3fKO4"`I"IRPHSAI9nEE e>Q=MWp}9ͨi#vuwln\bJ b_6f,KA7Uc6R endstream endobj 478 0 obj <> endobj 479 0 obj <> endobj 480 0 obj <> stream x]sܶ׌N2K?'MԉCIvlj] yp';cϘ#@`byZ!"̵nev9>Oώ̄ȥΞ] SD֔yyi ޘj_5խi2_m㣟V_ٳo4 ~|ngtJ*Q(Ὢ*)\r]TZ"1ThY"u(n3!Jk@ְ歆ZjյvZjLQ*6\It2åԦVm=C;.X#PjòTypzqJk& ?OE^Ke-%dk!VrsOvr}ˮ֛/ҫerril*ڼ YHӵ4YGI#Ѭ^+d淒FPH6T=l߬h*f)Ɣ94+I[kkdq^khƘK'xc&dLGu $jP;;a3d饥  ю;"6zaoec[b%Jjx;a}nQk>=LmrAg5R g; !,#=ErU*ǧʳl =4ל;=+~Φ*˹"VcoIz34v> ^^'ݝ )I5#Ǥ d F\F.Y" Ԯ8,A%>4d*k?\f$=s tG4 w뢆ȌC{1([.5J"/OvV(J6зzHib*3y}.n\y鲁:Yw6z,46Եȋn j!תpta<]gKL)\Q$TډdPf{9 %d AEUzMX`A uZcd}B~W'yץfslcNpG ȖOox\ K.l bd v# pN…f;^q'Y !D!+>:ZcNxL\E^6s E |.:/b( )iB AjnU<wSA e%FLҡ1h>a IVMC>"?J%:Nf5j-'6`P.tv,#B&{Ss_TB S"i˳l\.9ɉn$][u͎6e`.z;8%@ϧ+Ovvch=F꯭BuR:g3:,`:zgp߼6=#o9œHsOD_uwָMqn])nim)ΌyΑ !]rp` SP8*ԏx_^*zA6(.rPFO t 8Ł>%[qM3žcF?se?G鸞\3瞡 s!ΜMFB!| iķMk f#$d>.-Sk- ;;<:f1aSBbL! :weQ"btpM^ĴJ ^9<\pޙТЁn !!]42˹A殝 T* K3eLұ~?|W+t@brQ~ Nofu Rzu}9ҏ p|盋 [{MD7qaNfJiw8qp#1n 8o@3a{t?%<2S.9::!"H9VwTH?cgΦٍ Ѻ3xDsTp~aU[JL\2bm9nYڡsm>Ϯ1̒?&<?ER&DNjxRțhZd凵*nwnRu \t+|cÿ&,CbX;|66@$yx1mr*MW1'AfiAu9 endstream endobj 481 0 obj <>/F 4/Dest[ 143 0 R/XYZ 82 721 0] >> endobj 482 0 obj <>/F 4/Dest[ 143 0 R/XYZ 82 721 0] >> endobj 483 0 obj <>/F 4/Dest[ 162 0 R/XYZ 82 721 0] >> endobj 484 0 obj <>/F 4/Dest[ 162 0 R/XYZ 82 721 0] >> endobj 485 0 obj <>/F 4/Dest[ 166 0 R/XYZ 82 194 0] >> endobj 486 0 obj <> stream x]sܶ׌><J|tVN[R?f?IvHjH䉇2Lh.v]|Ar"3cE%OÃo~Bd3nJJJ3e ?bߞgUoe'&9Sc*ex.us&hL^ ųB9%H\e\0' (U٪TPCJ[`P./-3E0&l-߿9ʁ6eL,İ1-2TJQ̳כPw \IHQViaY1ZX"SN֒+^_\lӫ<+b&Rf5Ͱpf,+Ax/#Z.JrŤ|g7њ(LNL)N#H¦htYM Gh#46xx:ך-JO,eRRLPe]"(I b Uޖ) uy3īfJ2b Ψ{3Ќ`& 4H tKu5xOQ  6.Z q?{9gşwݑw:ۛD> a$Çm]\885^:X[IGvޔT\LK \ټZ 0./m\o@BhgyL0nۘ1fn\K] rSqVȁ0ugTjC-kpw0&X†`]ƪ}QcF-\Aݝ|Jc'D%[  BF*48fQ4}>El4 -;σ qm-/l)qp/K%_MYIz?{@eh' 7錦9;Qw5 v( r=V% DӬ}~f[+@CV*y,3pACP攑> #u:E_PFX$…z[Kާ4.@>.U(x mF) JJ#|,i Uj_+d={Ɣ#1SUFhXaA#RV[P4*J4aj$Mu!aF3 .fB c|>teFC7K=w\Un/OнO~Qɕ *-/3Ǜ+s5SOi`Զ-Z7Clv=\Wr$fgA'ԭΠ&Sbaķ## OEo}eYBs>ΡzZ6͹$Esh}Y^/dMYoI=#,$dXLK8u?`{y9B?8.&|oΕ|+叔dڏM9%f/_ELߩ]ndkK`u& q̅oo{pThv8<~ ]=6J%e9ǩ5ڈ.irܼF6VՊ>J=b?w͑r"]Ė0ɨ}^G'ي ʱ Z-L(D+.vGJuml">6@r\eyi ޒ6GQ+x+'ͽX;35֕t+9ljmhMBm2# ϡ g)O5?3k%v U8drD#DQ1"}胼b{\5f%F"hL:+,G6X_mɱ QrU<hYDJ +J6+=⁰VcG1zmu bwow_.8Np gm .e*<{Up joMroPerSupߜܓmI:ooSo}jM]x콓?zꙏ#75z$2+l?6׀$6dݿџ&VftmIHuitH^2h(^!ꘝKU;;o`W'Vc'3FFxmM .\=7.&t/:m@6{>&)tƁMd\.!2 FbmXiaAyc_'Pm-]<"b"[D`:!*]+5Ab endstream endobj 487 0 obj <>/F 4/Dest[ 143 0 R/XYZ 82 721 0] >> endobj 488 0 obj <>/F 4/Dest[ 143 0 R/XYZ 82 721 0] >> endobj 489 0 obj <>/F 4/Dest[ 162 0 R/XYZ 82 721 0] >> endobj 490 0 obj <>/F 4/Dest[ 162 0 R/XYZ 82 721 0] >> endobj 491 0 obj <>/F 4/Dest[ 166 0 R/XYZ 82 194 0] >> endobj 492 0 obj <> stream xksܶfċON8m9NgpcIɴgNsxv/*`[I>'ZLX*g8D,keaJ :ӎW@y׈,>Mr(gՊ]bCff(^Ooϭ$s]Vq07Z#9FAwH@5eTDc ܴV}Рc53,$Y fUQY7B9k%;(1oTAa!r㳲Q_MC0&cKZ%DA&=tM{^H\KɸD@4J^ݶ۬u4D0!1p4f;`[0 sLY&r^ԫ/(fJs3K΄p~|ә:s[x\YUq 7m;?"wo 8U3aQ+ zeNV_edE #׸?a\.$,k͟O키]О_q~O0~!L%a L0W)g/Jٛ{XZ^7/z6֌$ 7Cz}F&0 پ[`Z fvg,PLԌ1ݳtUql.~qu3Ij.nˈ"{Q0r2D]b~sU!tuuȃsN.uI-E:۾yD{6EX[,z:r{E'd}һf(s]zM66lEK_iCٺbVR"Y(nl f^a Ok@?lqJR-<ފl h[1/=k{ƻ;~z߱UILM1B%$V`qOM^v꧵A=xnr_Rt8&Lx'}rE 6{k7NDUkYvʭf*7;82 Ȣ+dž𠳅o|O\#( /C_΃طF=/"VTG.k ZTgy9xF'm]pP'<8 DBg oTic @mjsCh0$@'20d9'dNM! s@A,9It8?)eL%/e_p0k:FVPM1XL8*iz(9B]l.E̯2/jL-7=gI hn2PrǨjlW5ۯ?pM3X֕﷾L A˵zvpt3Wr/)%V-feu<4Z3~ '1YsWV?CR@Oa^׈zh1SeV4؋@q '*QTn 5:D$HLZ,Z—ӹhϸ,-1DU JVȞeL&%%IB6M`)Paܮ3S4Ewshe[dA.yPoD] | ^_:bkcূzp0/3Zꪴrddm`~SgwPg8Jz\0&1ɦpNխϼ~wٯhI*d:О&d&ҺU뇥T[ίir`~ gIu8ٲ@IO֎eLRࡄxsA_b1}oC.^$.;I>z}Ԫe]Ns !C ﻍAa/7_6Р6h,2yBGM߇j ;Z4pPL)lWK.n".Oe5>Le]^LAeQU o/}PF%/}RͧtF6.'Bf%yz=(94$WMv"L s k@'Q FxD-~5u_ pZT%)Eﲈ]xi$OhsJIX!w_>!h=>`))Hn\Ru/. J/W I~AdQx QAX\^/VVƊqT% !vB/q7 ]Fn/-_hRA6&^&Rz!@20U@r7o*CLa$FRw΅sX!dv>w<j b \C֌SYPJH:܍ҐD3_gx&cw{{;RdH!r;KlŠf8U򪇆٢F$!ΝFA$0/{=s{Vnz4ϣac_iaf seRX_@5.#gB u*ӝL^~oq3pwa<,!x,N,,+ƀ[R;FyzO)GDLnG" endstream endobj 493 0 obj <> stream xr63=fjVD*>HvNN>䰝4N9/R.hm-vdA$w(_-UQ<]7Ã|}[R eG'Bo g0x hw=LYү:sxxU,rxp &xn+t*Yj[л*%'K5a b\X,-q]H%*KNn4DQjQ[Ē>aj#*(H_$Q;H,?e9Ԯ4Ѳz=c('h/@NG\Y+kTxk)Wy_֫5H[Vbjl`W 7l/ۧ7ۃ/It$,H+,5z ʈШ. HP=17 4"3|z?W<^v&čVh9d2BV5znzV>lySb9yyBS-ђш *Шjk͎ 0иZH7@x:ڶͺ@,XժoO)>WfE>cKX.pz`%d܋;UM˜M[UcvM(>yIi?4,B-_Œd@;pBdMF]~ 'xGdIA|AkeBlIFs-x_솤*E]XG/dF7 #y2SrK߿wvo:QsnRhi%5Ù\H* k'jQtzUNdvqN4?grH'I'KIX{$&)["% &;d'۳i)$*K޴c.9 R5/9DYVGS7ʸ[EH[mg2Am-Gg_-ChW2deʙBܴzޚ۶V߻HMn?SidDyO?w765a8 VnkP7Hn{~C :]NeAQflRQ :)I8 4jd:JZ(3{WzKgNms71땽 ۏqKǙ|:č[)Qa3eq"w1\M> m>/F ,}fd1ο> stream x]s۸NG|du.|ӏ=8Ml}R%S(( M, ~9=Y*.<+쯩D6lvzӓs&tv[|h*ەU8PT%XKK cyL8t2K-g`֜}٫f-m^!Nxs~ UP3gJu`E SW| V7kjXxd|#-VXw,΋rI%bctbO9X%̕t,ƕ^^U8vKj&(QI@Ra3u4;t+Yj=Tۃ;ДhMu 8\EBeFF-Dr.C#6_[;_>%Yka_Rp[..]2}Įqp J^CYCQ@Lm4 7C1™>G,N#m)̰Іґ gHyZ%=^=YQ$oGl\} H5w` >5o{'Omə*w%XӨGApvކC#2h)C{*C P$wu1gt]mEc{Hq1493Al5*͔Yj]AD!1j  Ji2Ƹʙ1 òT 1]^/E9_~3{)Y4vA*޶ym޺/EN@28)۹7)<$ci$^<{tY`@~Ztk#RHQwuB2H\PRX(灀v6)>ַަS> ]izk1bokY^C827>w1۝< uw^`sEJ+NXPBq+†QJAvQV4tB=Ĉ' Ujt#+r:c@ +2|J9F>Ъ37*UVDB; mWQ}춦8pC;ʮ=ܤ ̦m#CxB3h?ƂK&eL & m^xfvNgWo݇Srjdq^]jJ%dZ{7ʰYʐ\zo)AkzÁWvv Arܤ붳r$Keu O7Y9k)3YۻUvu:Sih"̉]6it~Ql>@+~uJD,J++Fh}8/./'26~ .RZ`b+*?KhܿEm.;%)@Jm 7ee+.%hI&B}T֩|KϜ| 1RV0-2c43]]0Z*u0b|jI:ؓrH]ޤ!$kbUy͂DX~u~1 himIesKmG-}gYKyz{q0r2BmlEBw6yyO@/5$LXIݟ\Yr5rI}Ih[wNg/wI&1`m\t+?̳&sʈ};.hą~)i!VM *Y.7ks~3cM!fjCII '#M!Mn΄Dz|^  JɖLV4dɑ RGfe*v'z>®(]Ffzk%1d`±(cEζs̎(0Oa-(9 eeΪ؝8;H9p'VH,Kf%t~įQk)v$.xX}Pq *sIÄ8ը@j%u8dA/”}®(]:bX[ jw*=HibQk>֭C7pc8(/}:-mη޼ (s" jHh"ܤ? (Hgm5VR>̳"̧? (,,F: (M" tMQI@?2,ӟh7wL~жI>'Ƈ+;"t:<* endstream endobj 495 0 obj <>/F 4/Dest[ 143 0 R/XYZ 82 721 0] >> endobj 496 0 obj <>/F 4/Dest[ 143 0 R/XYZ 82 721 0] >> endobj 497 0 obj <>/F 4/Dest[ 162 0 R/XYZ 82 721 0] >> endobj 498 0 obj <>/F 4/Dest[ 166 0 R/XYZ 82 194 0] >> endobj 499 0 obj <>/F 4/Dest[ 143 0 R/XYZ 82 721 0] >> endobj 500 0 obj <>/F 4/Dest[ 143 0 R/XYZ 82 721 0] >> endobj 501 0 obj <>/F 4/Dest[ 162 0 R/XYZ 82 721 0] >> endobj 502 0 obj <> stream x]ms۸~n"F'M^sW'v/Hvڋ]HLA#+bwV_reY*G.[=;?>(%Lf#f ̔DOY]GfWU$p|\?ї P42ϼ( kш }Uf+-dLɜ$2H!k&@UT@EJ)==@Uj]\_ R(- # EAM^2߿М4-g2̸gï1-)pY]%ܽr>YLgRT3.WA=n4h՜Y}>4김F3&Oulz>VuGllȜZ_:}f :=Kɨ$ycJ[Pk2+rԍ7Oӂ y ټm5Q\;yj@GBEytQ86Dl"* O!gD /{\{*-crrGd5z`O)2 K A1e}iUy.:-0 + $0:edv(Is}b<Z],c^ .H( IBQ F>؎F Tv0ho7Xk(RiyQU]3G __<'$a&y}ClfV ~\L5%J\wL9^T^㒤[<@?Il~^J=a~sʤX/,2@ax,4 n#Ff~ Z. .n,O(C&n)%&)3f ^38%/v5de>;593x4~L-\)Zt('*?[}F}=e%]e;" V 0x%J UFg蝦{]$b$bKӅ[SCa W8XH XE |,;%~g8FgcEY4rvٮ6=XK) D{M r sC"F*(EG<4DxxѢ8M":ld妬Iӽl5³e Y34>G0;<9;<@,Dɡl$f x&r\xߗ2;pfpf =0-DKfzDfF;Qr4)Z?OŨlo@vzk5nJRxóNB {yJݢ&YxI u:*rX<#i$|P**ݺv׹a*uA|@O뽌KتWv`yuwU:F{El!S&;SέMb}H]w)!1"t|jd9>u^Q8ʽj$\~S=Zĺ{UAMk BG~0A8 .#Տr .^)[3l \͉ HRp&ȥ6jvҏn㲫q ;!vծΪ[ߊlCFkʀ endstream endobj 503 0 obj <>/F 4/Dest[ 166 0 R/XYZ 82 194 0] >> endobj 504 0 obj <>/F 4/Dest[ 143 0 R/XYZ 82 721 0] >> endobj 505 0 obj <>/F 4/Dest[ 143 0 R/XYZ 82 721 0] >> endobj 506 0 obj <>/F 4/Dest[ 162 0 R/XYZ 82 721 0] >> endobj 507 0 obj <>/F 4/Dest[ 166 0 R/XYZ 82 194 0] >> endobj 508 0 obj <> stream x]7=30Y{Si m~ -Ak$&89:Scɖ,ɲ,}JQJ,Rb>rGBJlqv1I+ Y#-=~X_UxbRL-ξGRHdmA}휒 Rh`MA,U^RWTYvqoI*J%*XX6xyYm%QLS.W/& IJH o%[E+ϗpNm/_Mg3i5*=9ߧJM^Foj"~1i"'aĆX[l>6׫ck(tfZ\D 5(NJai&ռׅ4B/pHK(\Eh NFt%w&He$*u+-~ѷ8@ M(Zܸ%DwC=eNSh[j >®G7h Et!mj{M~o? `pU*%fqo}';Ou#͡j84 V}e565|E/{vCr(_B Bh@W$:Vf?aXw6}[N6T#S[yX _s̕[!Bh--͜7~_™8V]V#(ϢF6iM^ k/ '`sz5yo-h굏hziдR"+JQn} nvױdiA' uSʠ*{΃l|IfX5m˩nIƥ5~%(fyǺ׃"12nn};c#ơ2Z0RY [Q)[̣dV kHeeӡ]FCQ>$IДj*.+M(eS$R> stream x[Ys6~׌L7>%mvz%qi[v$C=~} H%n".v糊TWSVTYѬ泟'ӽsVPJ,3j骂F# -$%{vEQZ}3=>o숖JъRW[шmEcLZhYf@⺠(ÎtLKI-2}X]Z_ & )*oMٲg<0י I5tiX͉`8|U.i\r8)_CJ؅o?ol}QRCqchpx ʿ tg\Bt9]#)ʥ#lq{wTd m\)FۨxjBI* J  ͑Edus/!+jAJfHkF\$6Q8K\VZuz J mYW Nuw܉bò'{_Хk e aݰ8Jn袉j.C!` iWJJu&m0+Z'c-iS7mu/9['owαq9z *9j ȶYMky 0pyáy)O4l WC)77_bKb:2npsE%3 ֍mWҼ'?oP%:Am,(x \zM^%*PjKd@fTt3Q +C\ p$qI  nszk6f*FaЬȈAџ#qNy4U2w%hH3;P=,v 9U$NQ84NSp,)Dɉ17_H Ϭs-z{{(v3QV2|W.Z#1XgmEq "gw;'' b;x6ރ&\[N#68x0'pj'C`/t%E߭ X˖&h^QOPA*$}'>zϞkDR87?Z $ dp-O"8͊?8 S'wųr`TRXd$0)F?q]ZM#A!fr94Tr:8kb`U3]'^M*:^0of#@Amom':q6q KrADgnqCmFZw0m}ši= A ^Sxyd9\wn",x?S/n3Z%vI\/|/R.<μ:O35`B5ϱޛ[JP_ "> ӑ:Ǐ>-alLI-vc ~qQ2pDY#KQ7D\6a tbuj|[[nFWZy^ܾJFfg>F]o&yBv/B;d^MgiJ{I4FWBBO0:JΈ.bͯĜi׼tGg~ endstream endobj 510 0 obj <>/F 4/Dest[ 143 0 R/XYZ 82 721 0] >> endobj 511 0 obj <>/F 4/Dest[ 143 0 R/XYZ 82 721 0] >> endobj 512 0 obj <> stream x]msܶ~H$/}Qq'M˙;:nl>[i__.A:pN.r ?prw3uk*Y*EA[.d%T*tC} hz?~<±l-W޴S| l %/T wۉ!ȺE;Kj^yH @# |>JЎd{Ҍex>bylŹ{x`hX粫(-cTʲ/1l('pYډpxS݂*%5>Kh <:s8ƷX{V+۬Y6Ʒ:ߥWCZ[ćXz4uP}Y';z$&itra1y CеkL%9s=sͯF^ '>.s&kSy_;SA/ⴌpZ\Sd-Ë/ONae!Y0]^rE.{jfyC{t4`a˲,`@nѰ|MM!x#SWdÍ;lF㍇trlkg$Ɇ{~MwO,mM!4ט#,[# @ע)WV - Z{8I/2cUg.ƐV)ʑM,UYJy1*ك hfT8Z8S)Q4TO1M^:=Ht$Wrn!(B oNqn~u!~4H! ן+goWovt~ |O페LՍ38/[;Rh]B}a], LY^x ]Q+&w|E*+c\ayGuȊшQ#gW) y+7- Au3L9nbBunsGR t:tg? (<,;waɲnM|llHqpӱC&m~N&jeg^~Uu&'e{1 㬴t#_J>ܬY \nxd{/}&pHc0`3U»wMf1uv6*cOZbW ]yfz.~V1O"y~4r^|Ö_b?P@S~0ȡ\:]% ^GH2D=x߹Crw⦄ă~FeE`j,0r^UU[ cK@7@#O-kf&GV zA!WV.rCVu=n)$VPafNIoeVPuNS5g5|-۬X[n'vcGGm n-0R7sI 8v;+*:DBd|]պC<)~7_\Rp]}GW^LIvS%lp i@W|J#>;C?= )>[CRWb}{TyEܓr1Q5;n@B>HMT IV,jIJ_j@jExKڛ&+Ƿ 5BTG̨aL^821Y7m勉Wc з{w3{Xm'1ڤhͩJOtt[ZK֬l ۽ˡdF.Yэ=o7q^2&C\e{܏wb¿-M#;e6M~Xh3&*6gFϛ?W[vV^WqCr>=ŧ|MƢ lUO7`z & *Bnd罦I;3$5!Vo``'|W 㜏EM=_&ͷeAg Z83Or|$O,e; ͥy5eXt9"ϵɸDG6#Jn&SwbDGjb?<O{Zbu?7gPpvt{J;|H dmfG҅-@6st"{W,ڪd endstream endobj 513 0 obj <>/F 4/Dest[ 162 0 R/XYZ 82 721 0] >> endobj 514 0 obj <>/F 4/Dest[ 166 0 R/XYZ 82 194 0] >> endobj 515 0 obj <> stream x][sܺ ~w31+$*}iI{&CN{MdmM} PZr/83%$`d%k(ʢ׺|v|'O~(8gB.+ ^Ō.j _,ً,.I1G㣟 _}[8Rx/J}ɤ鲲ZbnТfuɄ Vi|Iە58Pյ2`֗UE0&)l/g'4)g2x,_gZ䧔deߏr)^Rz*f*vDTWhÏ \¯3\wS D|5Ua("zڒ5FY4詵TѲa\u?NethEu6bzRMTI5jĎ8>_vwox,Qr]֬`LNOZ2V!֖uY1նTsJhmmVtx^u'Лd gFFv|:,Tϖ 㚡%MJ4(Z$5Gɔ3J:XqXgsԦal&Z`q'pKc }~gn\L{^43 eC!տ;TQg|Qͤ@rC^giKheH,_d"5D,nv;?uwcoi߂(GO\}&gd '_vңؤ7?ϹUiHs.568̉U ?6~umsRנU'糧݇0nS(6Cԇyot5R2ӮyOʎjm3 ;A 4#&r"!M~ÆЄOr\NW}XwN{h/@Gg鬹a6#dXXAIp(٪\xčR۱Jt]߁ ]TS&yω JJeenyOa<$9{YG9MKM1:/sTw\ @9|ݿ<.\K\R_'C_s{q.vGU^l 7%[ڧ2^Pli뻵Ǡ_|e4 C=\\]XN$qlBGT`AgI>6 `MG4| |,V|(˛,;o\񼂛˞6n(A vHX M%HKj0  - ?>@t> Wa#Go0CR#4} %Y/?:{ -De#Fa ߫RNlEetd:xձHߓӦIju6n[nQ'[_]LHdȄ+#pKT݌*q{U-{Թ;LC1 0YM[{xZ-?qB.wn5o!>sk. ͐Ȧ@=9m/A/}1E`$a^5vQj S]pސRk)c!`sp4VYTnGpiqe58gp{ߐSޣI|L;bFQ*eEܡ@)m&! <) `_`{}1;e/B2-w":uVFVVImVVdIqꑂ?x;7d_o(n\ ޲j}b(°U;ةQ)$犩ݩqB]lK#.ACƳŠr>)N`oNojfVnU{94ib_;IѲ )^9'L a܊ZjP_OK'e)7}XFϫZzDk^;`{BiXUx~=[{3k{Be>0։6<1~mYvSj iHî':`kn>*k^篽'džZ$=_{O0zvW{uH+Ucb=)/K[~br,6AK?.~*~ ~vq걻 endstream endobj 516 0 obj <>/F 4/Dest[ 162 0 R/XYZ 82 721 0] >> endobj 517 0 obj <>/F 4/Dest[ 166 0 R/XYZ 82 194 0] >> endobj 518 0 obj <>/F 4/Dest[ 162 0 R/XYZ 82 721 0] >> endobj 519 0 obj <>/F 4/Dest[ 166 0 R/XYZ 82 194 0] >> endobj 520 0 obj <> stream xkܶ(ǸIAEQp|N=M_>$Έj֔$Rr3ӓ_EUWzQnNO}ڞ|䯏E9M~u+nN5L77?;3d7'?UVO;=0pz^Ⱦjy-]˶_3iƚ5խE#:ƫv}kս՛ol/n{u]F'zi!W#k;3h;YhL?K0 HpBo$d5~~^j%M1症59Zh-uSec.>9sa;trw6NQ3EϚFA"fsDG Ym?cd'-ck=k&6ׂޠu( 3گjczw3Rg$^ZM‡iVFc0Y y?jݨ=ڟ>? mMߛw+)MЛ WB /QWiݤ0ԭmkޘ}V2 aâf0|޿rr~ i"ժ~V~ʳD0 1[?ej6߮eyF$mB[q1!|*gtv\88A wn"^FKozMߍ4K$;v+/z~F@, gLf,tw?>K1Ua)o7?B"*!2҂2*5`8ѧӕ諠?`"aphʇ皷@)dleiy-kI;EtxzF=Ynd' e^ N@HN^Ђȡ;ё{7:&1̌['0 {d3]!ڮtoFL>0H./1KL|w+ԌtN/hJ|bb3\ >tmI'2zn(C.ClRkVNIgcڽ6G=?GB!4=B!熍@o[P^xXEwC}(h~MgiPֲ9@``nckyCj.=H|ґƋȻ0W#<ʭg|xx²PzQ:42>'ҏ$1$PqKj`Gik8$Dmh֬>T/t`u\8T(H ED| y`d.Qoi^:YB@F0-s.ȉ]΋# H8Aa[LzG✂Tu ;}2*46 ^>Prh&nGFfk@ >)7O%Y/ mu)P 0" CO~ׄGC1 xhOrtFVl墓6_]ó\ӪO5Cr&VVq*)$ݫ̼.3\『Is#ʹ4=]׍v",UeOxٷ)ՏB>{7Ac;{+e,,5) ;0=ąv'~񐎟L.^<=+૆5C䫽/h1_.nr|Hv/W0vch$݃\C䕺z,rL`ٟT-؟T[3)`// εdo '܀ԬG@n2^ ]p(+1!׈n7 iGg)a|m!s%#&mϴP昦*,IٓL:U#\/'(Wɑ;2Nrrp>pV?iQSTu;CBVkt% :Cڢ b-K7sgAꚉtO\LUsբǃD#6\ yJ0-ϧzh;zrHTa7_fDu*ཛྷ0( Ao^ aZ8BN%@7Yga$ס<@3{,ξNhd+Y3%s+ DNbW铟OAqW˯_pe-tUsiX@P8M~#uF(9{HR @A(BMr:l߉]|jF(N9?mrhzB*Hq1L#*$@/#|Ybs Cv(o |]Ul;au4X#:눎tC~ny8O .SASP|׾a NC9( >Os@{O&)HMA.sжG*EB.sj4o@D띾S A@'}1Qd&8'!0, [ (01 첣o@%& 5|$>AOnNF(HQn !>IR>N8|M<8{,TJsMNN-s'AQU`k⿉X&vZR5W(}XPd\t۳-g* QsKD+^<(6/j);ŇgعO/Rq*DcנG;f@y-B/fz{Yz+X.#RY8ycCif <3v -H5˭Iu._h9weARتye|)O R5*!ƵLs*'$JjZ0^Rhj>Q Z&OlaIf)~Y~ɻI&`~\D;C}mEiȘ>7Mʤܙ C +/Gۤ摊Z2Ff5<.Ȁ endstream endobj 521 0 obj <>/F 4/Dest[ 112 0 R/XYZ 82 440 0] >> endobj 522 0 obj <>/F 4/Dest[ 112 0 R/XYZ 82 440 0] >> endobj 523 0 obj <> stream xkoV)X>wijrMr-8_ ù|Qi__ΐ"J)Yn ryC2(eUmM˫ߟUÃW'}+W3pbDHɀ}/fÃ'ɟ^>lffT E]sD҈y6U C aU((n+Iճ%j +-i@1j`ԍb &ҩ \?OI=AFd')i⤤XFlu]Җ0:U`& aP-MsxySȧzB\O}=2|Li^`oER&QH]fUku >PӚH*srtLӫ\Vh MKֆJ <{efʨ[BXBgs S)5NcҪfku2+A-z+slI\ AX3 6Y6謑n.W&Y |){M,17R>rO R}Rƒ1Lq4U 8VLO,Fj{bQ+6m-[DcR|so@>^2I^Yb|:]a-+A~w"fvYع, Oe¤=~&X ,8IfF߽DCɲV"&}I\3vNbp+v2 BC%mU3ЦEե-Q&x5 P=y:epVB CM0.j)`6~炶].}_>B6yl49wwd'vÏɑXK 6y/zKqt"l4Ftt}x;qTqpjq-iOdt< /"WJVggۃ \7y@|5>]ݱqhuC0G6PpP78[`$p*PH[michLB_ ˏK8%\,T Yf/>o'=r?S/9!]A!LZ#Ȏq!,}=݋AC ^3Zpm{gNDQL8¢mʖ3eN-SiĀ8D4+0T>ß!x`z{MJqnq%*B?CIK\/Tʭ2l!<ǻF OukH[")RVX >Yo<vq̕yd8oL']FsP)~)f:qI;N6xkDɭ[ og%:f Y@TؔyN/9*=BPJ-󠹸kNgF™-mu..gى̖Jϝ}(<QCݴn`ZZ.V7 H|0߄>PHL53L "b~k+堑3A:d/ҏ1KX#4a*x))]mjyN ōW\) 311koڝ[7aªҞ$.2UoᚯMQ/]'cN<`+5dj&!#oK\qtnglJ8g9n2>ea:5 ,A~a[oC2e07a ?C7Fa૫f)*~+i< [Z~42wf2{`ƕ}/򢘐!Ie۔Kd5>-v/B[oz^a͢n&|ʵ`Sp.fƶ`q EO$ 1)"gE& >ƹFӋzڸP!{x(I.m,_Pz_uB̖ Q g(:r5UCoe? 9`d3"vqJGߡqw5`NˮR7{ 5Mc8MEYrꓲrY i]%d0-̂GӒMOq\(`Sp7`3,@ dSW%JGd,u|G2T3v(a]YVΖ<;Β\<|\hjpW-NEFά,K*m wu{,^Ա=P8e$.1/p'u~ٗsݾ X緙h%)0?_{ _Fw2b$;~v㗤`;~e%/p' x>/F 4/Dest[ 112 0 R/XYZ 82 440 0] >> endobj 525 0 obj <>/F 4/Dest[ 112 0 R/XYZ 82 440 0] >> endobj 526 0 obj <>/F 4/Dest[ 112 0 R/XYZ 82 440 0] >> endobj 527 0 obj <>/F 4/Dest[ 112 0 R/XYZ 82 440 0] >> endobj 528 0 obj <> stream x]sܶ׌>y,$z48v&ۉu`A&} H'Q3y]ݝ𧥬+eM˪?U;?|U&jVZ-FH"LGCӯ:bNW~fQ-Yewi絜-ўR{ p#2Fje!jdMۊ2$V;y1t%* TM#T\Ya/ jIC͂HSlXbuE~BpR']%r `8_`}ʟ5{YqingP(}J_i=g@$!Bj?T NDN&#5zgcn 5]%UD&T5׏^D׵ld1&srjlL'1H$t*:LO:ֵ"•D\qW[L)uvk>YBU)m^ ᚅ#n2T_QU-6^c)sF〯8^.+R\r_Wn[c@sBId'HdM` l[ԴpOњxg-ni@y\˒%ߗ-./r  mGڊo.6jJv 75ՍtJfP m?EU } BijEΰF~]Ao8 ~YN pN Zo>fB+GۂL*zU _(Pr;Bv -]P1`;Ul%p"[4-NS!˚hႱKo_}Sf d;bԈh)/Qnkc6y26-b-+ݺr91N|y| U -$|B_wf+fS.ov lQ,]"ǂY?}E}x/b~WIQTF[7ݚHsӄ0o8~lČFʇI>81vv@~~@}Nq zoխFXo|w1Xʴ//^WFTưCcṖ*Bցǧc1]CS_S%tg_; >}@pwwe? :`U/kT^2Ec;Iآ#{+ }ʼnl*n\~Y6D:'ހ޹WG;0; l ̚ju+we/b}yD`O)-@Z$PwS/89~U@* z/m@;*)64r9k`Wo3 qҦxR?6~8cKBu?A{xY,8C]ʃY󴛚U겉Sp%ԴK_Y= “tkMp  b)mO" _+mH"r_rؼ9D u&g )J:-Kݚ6- J҉I368sCQ )Ak-3 ߠMF$ŏ>a_֧qO~-v=^=x?\m)OtDsOy)0ᙝVhE+z8 }^ RMU?ub-hP򅬪Ie(64 _Ki`D`U8'.g\i-˨cUnJr̷ԄMKwn/L;(7l8jN{5ojt Z㒮_/[QJƚ&YЕw'zmw'Itpλp4`* ڍ ۯC1r Wۚ{sok.̘,>:r 27#nג<4x/w[ _c gq~ݓjx!xR FDuh+5ɔipdC#rX5o3ˢ!`(%8"dpS:*mw I?pux ^a"i'0QJtn+WB]#`2B0 '໓)n!8XzkivKLVBvߕfrէKkg82ZW=OеZ˶)uncK]T,}&\~o7u(_Py'?wF&_q[d+wQ\yp SJn[̔jqN\e[ZÛkORz~KhP ͟еf+ig$SCsqFI,H(-G3 w$ 9p(9iJZ2Q)lyoϦ1 ;Sy"k^Pm>&p˂[Y> [ aD :E`1/Kbn(U? !evy4ȃW?6Ğlѧ h*c&u)@w鿣{#oa/#v}hΆ!ܼ`p ;9A!qK8"WtAXhg[k1v24L~R&:];[|,O$,r~FuǁXwH$|B1RMo= o|- >|)X7σݐz sڳ#F`l\M;_9W S.Jf9Pdk*v.+ʔJD9aR95}-%^v`}s"9v k>us30ѣg~z%|X0y;>9Pf?B \<9w(}< 0!"M'thI 6NX_QvS粢ж{M'r75Q|c*OjY:R* ְ85à4`DBxe4tR endstream endobj 529 0 obj <> endobj 530 0 obj [ 531 0 R] endobj 531 0 obj <> endobj 532 0 obj <> endobj 533 0 obj <> endobj 534 0 obj <>/F 4/Dest[ 112 0 R/XYZ 82 440 0] >> endobj 535 0 obj <>/F 4/Dest[ 112 0 R/XYZ 82 440 0] >> endobj 536 0 obj <>/F 4/Dest[ 112 0 R/XYZ 82 440 0] >> endobj 537 0 obj <>/F 4/Dest[ 112 0 R/XYZ 82 440 0] >> endobj 538 0 obj <> stream x\_oܸ71+)rEqs{(>؉wukZ?]93ȕ8Z qHpfCÃR𯑪(?FÃWN~*'oWpF8[ }~tﲸįX8s7rJGTR2Qڋ&lYgmdRXU YԶʁM!,6{c?F4jIU6=Q z6,J(ԗ5INGBr]9{i#δ-e%Cid)bHxR'|HuX7BiFģܜMp{<'Z.a3(@WP+~ot(T@=kx;]U0`ny'҅4BI*=K(EZfT ŸEGy;RT  VK8Wf}hXJNm3Fjp~,~ eE 6ާ{]+;;  ,u|?þ~jJ ~8Ήk|b '];azܴVWҎ w|[nl ˆ87K1{#A: }Pi Xxo[s \~"pT| B( zPCOx.XAh\{@QQC-jTհ`h{/98#C³lBZqROxGGItsw@XxΤ{_GݜEY4RYeۅo^6E "01=Y&zٶCZSiQ`~n@O;!'7xdxDKj@#zȞ#ݔN2G< `Јz|=pMEw@`=..LG${Cҝp3ay4 1`c(=cǨ}D ԗq&jY-:ÇM3U#\D c~1Hx]gdщ3fG8%5\cTB*E!e\^'Eâp †., pP}>M-xd/ShTF:3w G)]ni]B֢ǻCcb=% +f8T'&wpGݱM4O*|&|m0KM~]%a3uUAat*[0DsJx:I#eiQ4y{FTj0z8Sa.+J WOCj+[φZU^0 Mdv'H4lm}7e)\\N34j6,Ԗuk61Yט#wd 0,$6U{.lݴ.U©8)W2sVZjsϨ=YX5(DC17u)]L8hQ|{miB\~G~ ڣR.~mj2OK\ 0Ezd Od_@A"m1R x"bgk ~=Ri`5QC0Dv]Ѧ&ÆGcL)}74B p~X nmxcx6Y/sCoeQBSC5]ST HF JB$gn!9ThW|.hH%ÓI9)\Ad$#\~@=e}؉һn^`.MM\~YQL8P^9&%s.:!3O釸-_Q'_,c?C7ݑB 6q>?c 3 gV~P65МgzH^8MiN׶;eflG &#l_޷R]PoI6)ќd3/I4:dP6xOBțwiu|ɯÏ?3HU%ᬚ̙fd!M0\Z{@;$F&\WybZmI =*͈_?' "o^3!dM)*&usXd9X2Znqq+׆,P6~tp#8gK4##=5<ߠ.i2jqzdUB8U5+cb[fU[y2)HJ hl k>MmY#u ]Bjk[CcORײZ5Ji-!r5( wQ%DH7[s>]1U8-[eYʙ٢4<eP!'<\|Et1E ݟ`e"0UWi`xZOK>$) KYǦX~(u]<&$€N ;,V\%ͽ’79+PzwDUB83;ojמrM0ldԉX˧$mm\nOxS5_cۄ-s\ :$|*ˣΘ3yi]ycY ?ӌd_Wi ?ebf6wD3DS glbƓj'kbM}rۍֻSаqjͨ( 1 g^ay^6sQ 6qYdt ̙pQ5.qWi^8nu{Kc;$GA>R)NyWኙQAz4{]O93|`EeB9gf!PJ3҇Mq'vi- endstream endobj 539 0 obj <> stream x]wݶ?m=&"%uOYvY&^q'Mm~HHP׺<\ B 7Y5g7juz珪ӓ__sY QK]]>=TۺU;@Y_]VowgoNOC__l-VHojպ1ZQ -ZTnj#C%dm45{HPbuz`ҪMZIt*Ԁ3!D"c)kvRDPG2eS ?YAd<m-4UKVB-6oNgjXDӃrgF^Z"ڐjq/h@u{s)@u񹩸F詓PgU ϚeI[L߀7?G^(r&S@Bp1'@m Ыd 9LEMfW@{0:D5xAd[!r5Ǘa;GqmG1 /qā74y^UZMk) 94=pp8N Eq"YA3}$"R!.3Nb&SL  +:F/`n/ ȢC/-yΓKWUIhK݂Ku0pR𶚒sOwq́hSĨddH#~1,RaP,2bX1R7լ7 )+ 5 q6d*p FAVȔ~rqD,~l5N푫JeÃ-+G1Q݁zy$lz!Ka-;He6hUCC:Bm=4 ;ɈmCqd̎,OCqO&07|#}|hT&K&} Zs=(4`| tJ0-iWgrZMhq_H>u\nZȵH\U̵/tk/&2"M1Rʓkp|Q 'ɹe%lQ0[@B (l8a7_)e4z }{WUlu :jpjB$yE~ [ p)$%Biʑxm8Z,pCtaavGteNd\k*w/CJgT\m%77\+< 22 U(f%i}a6M?|Db '1nm_FW7u@n'7rYLeFATwH_nyDj\ NYHJ/2^DAVAe;-6DߎC&~7uL̅͞W9 ;7׹hzL3: v1){%DVO E8E\9]1bk嶵=u"&((iyF3m-@ ]ʃh<)%?Qeynoӕ֓%:k[)X€H_`+o?N=a!pXS"=<ғ!GlBz经#3.Ί6qdK!yB& 4[G2Ux4 q>~?te1H_wUX'╣^o}_FN썁4B&,Rܼ\m3QorɺFh&(7t'{al&ٷ#D|}ojȭX6 E?] w%; -W`$mCsvܒeK9s?>|^EK+ǭs҇v46*Q4: a+/z4xTS~>/F 4/Dest[ 194 0 R/XYZ 82 543 0] >> endobj 541 0 obj <>/F 4/Dest[ 194 0 R/XYZ 82 456 0] >> endobj 542 0 obj <>/F 4/Dest[ 194 0 R/XYZ 82 456 0] >> endobj 543 0 obj <> stream x\Yܶ~ߪ|QyaT|W9-*ٻdk%9?x̐ pD 4y}ylxZV7}PJ&M|̛it l~oBsVo^^||qy(tɑ#U䲂+Sge# 3܆Ӣ R阨Lzd`gASYmKs >Z_Fif]E2&ک, ?~B4t0xZ+Gƻ+-q NZ/}b ^|2;j7TBL jt5iYЇ~:0aݠƇoi"hQ/h4EFDj( "OQH9PQ )z-N 1k&xu\gm~ +]~ړ@p{OuWVNDQG/:15v<vu{ru2];. 9~i8|To v:ŤT?Ė\S!Rf0+Ӈi۽4P:lfTB c: Af mSJ Yi{n\m}Zs`hY{ejL'."L DyWѧ_Ҏ-UXrLZ3\p~5<(f%%‘>NE3v!:^3*5$ 1LZreÞ'}`u`xCҎ 29'ȃ5*#Q @@5SɈ8S䦵MPĴYAlL?'KFJFӇIF LdTHf}d)z>jA4CVlC† gf2'I{"wHGkLɰiKo-,Y׋DH a8YBAeGQ#S%k9 LYJkr#˦x~=sESC o buH6SX\ w(?&|ί`:X(,92BYR刀Is@S4 o"ċ>DZ2{_WRĺ=VReYDr@Rj 0VV@169/:[>PHʧhSff`L!ǐ[A%D\s5| ]]l/갲1R|IF^G%I:{,w9r\YXUMmwEv8o 91.ݡGOMiGY ]b6(E--7;.%\8`U]M %/Qa(i.7Pkn-Ûѽ⦠_ZJ ŕ#}|}؆K5nf]!6nC]LiU̽}]~\mVY #eX p"t<&W5 khx:O&eQkdjCXbY'Mk훠k&?-yzPWsj(k>yĨ4U<~:[qZQ\1V]^qYڦ.alQrY0IsoS9P-ɋGN#FdzOlMr@4o}iOݫE%.t0ت(XM {lL?Bp!rB̩4ˁs0Õspѭa{(=Wk28ma?D%#ҧCtx+\.3xTOB QDSL}?v@#Mћe349uY,Hئ`4+V,: Nx` #7 s$0a7=*.Y]#kYR2!6-5\߾M@(x[pxf6A 16OP.oYg@yu7FbGy[Qb^"mt lBjX^+5‹GM)@LB/L9H $Ap endstream endobj 544 0 obj <> stream x\s ׌}띧b_>I&d[>}-rd} `w{=ꤙzƫH ?%k*ʢrϺUϊÃÃ} )t|e!ƈ8{uS\}rUWvo/~]?hH85Kii[m`]&eEYzR ;RvB<_~ȧRw^|NgF\gt<U6[ͽo3f7qruMƛsj~&c(FsTijmkmY7ctm duF3O& ڴU-]%d1@68ZnDSXCUзX(º?}#c]Е_yt!>` Z|f xpe xF\WT{@hֈ̸67u:ոc\\&bŸd=?l\>>Z",}'M6Ť)ќf37|v 1J#!7d*yW2rIր!ϩ! [yC@j8j4LALr !c|9wQ(8oCIjfT\, katY8Z2wCZr;*h5M|;v@@&cd+|tA1\1CM$rs8Ӯ@ \q7~0nj{ffH'" 43'Xq=`k\~: cOR0tc H+<+ý/50ظ.OFuEgowƒH5Fnx6k $>"#2]ZC^vV`] S~N\68mtcl([V\ȭI֜uvg(bBR"M0PTc¨&->Gj9$i%=)2w蜠2m<̓SLpqxhfN[6Z~4د-}}9lSNXe|W/xa~5JJ0Ws5Y6m[nEWp~iafVp)jb~Xṱ$r0(,* hLtm[gYzc"i~C ߎgw63=9*#iAufKU2vLdOD%c O;2']Qڗ<'S>4k >UlAp㤮hIVfW<,Q'@&:Lή|&X=Kʪ~8O\U):rw+JBuZ@ AF'C܃zת0X϶róNn 4)m0ϑ>Bgf<.b?JǪܯo<尚y%PTm$ʋq9f㖘ޣ/gx&fL3(C' @[xT ȲTŵ" 5S ;25sm C7[S ]C&6rPt-T☑O+P_[9CM% ۹Tꑥ]} lߝ>e_Cfo'3C]PJcd55AO@||=}sվdTѮG`EY%GHo!F+kfE[o v|YDb `po/ƣQ(w J%Go3zzu}G} DI-.;cdpY`ʸ* F7.7-A!dܛֺ~7d]'"] r5Qmfj!NYi8DҘE+` r|wH6g0CfKicl=& 's֧3GS~<d ҵ4jE6LM_͗( ?c*)qFG ze򷌰 n<[DڒF w~j BJ;:Y=т~;$3 Bk7Or endstream endobj 545 0 obj <>/F 4/Dest[ 112 0 R/XYZ 82 440 0] >> endobj 546 0 obj <> stream xn6nnSRziy!!Nlhb;~$wfHҊz\-PE֌8ysFm{d%pQkՈx{G//D988WuQ)8%Sqoo󿋃߷`7[ߖRH;R1GK&5KJТbtD7hzQKJXJwV`Հ0KKKL&H^Q:Rh@~ƹHj]@2NxKU-SJ2Bxid cd8^;>̅}H=93\s /B\wŤxóB.]iQknS./YS+k&;.ATFi jMyGyEv^Pw̌E=+W=I&Ne l"+eP+u"A#8ԑ. S*#/jtU-VQF԰Bע+e"ŘF0n t5uӷR7gLUM_ 4PpBm/햖Q$d҃k)P-y+s,H\Kx5@6YVfU-P.S&Y Xm?sLGf8D$f;͡]lr#LM=lB}>lsϤ)]FK}ced' :ESgLO͏&%<$ndr;:ڙw9w/os 2 ZN zYŨ@kpB ,p9w(~Y2?`ڲMnj\g`?uJLXQv賺+Xѳf,!02x9R%WgoÑHbYɱLepsѺfJtEfnU>]DSd-:B>夫 )N'hG۵3'ZQW6;є B7~״3d>#@bK9I~HzDfPGlg}Gͷ-m ӟ`F::&Bk}2-Mެu-H2:yL3'6h  asv#'t ~Ncjt@e % MXv~"q7~D:Cv a(p{mf$,ݼĐH,tR,gD#%RO3kFH^Cq7_)S\h{+y/BcxQЕ"/qfKz>M<2UuN3_('_}r9N\w8vh*sN˻Lgm]Odv󕎬ϫJ29Aw0|@a~= W~qJ<~Oң3'r+-һew䋸1$o yfSi?S%kʃ~ۗGfnL܁S3oKacطc~8jpj(m5Fs챺ǍY XaxG; nstEO84PrAħaZH觾LpujƓDtRs~qelΧ w2`fr~DzQ}"3 c'ѓm'wMzLpz<~g'S̹}҄$ii´?NɊhx#R6T(aʌ$b:$S8?9q/Xj*7詮) Б 3=S-~](i{q!·XǓ@Q(8U.ّ{e;YۓӉ'm@~- endstream endobj 547 0 obj <>/F 4/Dest[ 112 0 R/XYZ 82 440 0] >> endobj 548 0 obj <> stream xr7*5oa8.or@,JM~132r*CtDh'(_#UVd%U7g'_2)"YmDmXa\g[2zsz,5 Aʌ4gRfTedX(6UYe jɤnW/:"Հ(h,bIĪ*a7/(+E E&@Jeיvc)8Y^gZgEޟ)@j9N/o򹒳Ec>vՇ\J n$+>Jnv=PZU3kTjbL*--p+^6֟:IUW,æ6z:yGr!lաනhNx,%=K 蔕[D_I4hms; ;} )f]9<5[c hJn20]Ai PZ*}.~VBꁊt常) J*(GdJS XMU =wN?IY4]*]8GT)%"+1u#PwJ 78sUͶTYYng+,ܹZy/,7͌[D;EBDu䰏ch̭g@+-٧NPws5-XA|ZRI-]YG`<#A00 0^k7پ=u-mLv!CKA[7끙V֩yڷ4:ΞOŝЙBj,s9?;txKSBs{# ByS~ś۵-,GlB4 QS2*JN± NFx6HjGp]fr sJе#fUBmQD [^iofCeQcC[ҭDf]1p{Zk^m ~f(Y%jEI^9rj3 에e QeNݷTD$)ƢjNC` C[Vޒgr5Lbs$)ؙWo] g;b3YjlE>ys߬]&a*R'8^HUOj T">Gs>PB ם%LMiJ~KXS Ku{{8]@LFj7Qڇ@h! @OTgxF&bW^/׏7FhuRc{2+:Ux<R4ֆB_dZӵE +Ǘ ~N ]H {xUEWR>3mKK|CE/&L|%a"'Ϻ"|1{u —Wo/O Txl- 0.E Vbxx~J*j;bz1 Kbrw G&ݷ؇ђeֈ3Ok|cq$*|O%][M]\C+_4ԑf dZj{ޱy:?w_fG>/F 4/Dest[ 112 0 R/XYZ 82 440 0] >> endobj 550 0 obj <> stream x܉dy9(}) 9TPԡ!-x!(""gPJ+˲?y҄ml4io|&5y1h>~;<50PE#Mjvxdd7}g0n 7DqS\A΋;FAvKUE%1[%'߿B$z/@̡ Ѡ Ѡ Ѡ Ѡ Ѡ Ѡ Ѡ Ѡ Ѡ Ѡ Ѡ ԡ_u<6;O0[K೐zv$gg/Ҙgۛɜڱrބi4OIs ԴnVI+YTs~۵fInhvwR$}}w9+}ŷi5ڶ;ɺ[,/ظ}2G OJ/K 7$XFUlg>ЬeZz؎'N[Z?tqB_jo-x3ۦJ;qNj+% w_Uc}I}Ru-˪;_i^fI'?Kҧ_KYK _n>\\֯sSU9;Ʈ~s1ez̻O,nk&n*#^۶xڄy+wKnmaWI'ؑ}yK˲m7sI|J8yA,Pxwu~ev)c'%`4/L)J9˽.|J~+ Tlu})S.7^>nx.:o,e%u~2j5N?x@iq~Eo87^?_r;/|K|8A|[,+ݮCAmva_x0xrЯbfsBV# `F=5.h~׉{_yF<%t=Lѐ8-'-gou6N({>7o͊{F>w3)9_Flhu-e˧8:'gG3{sJ8f?8oHa8:'W:VJQan?~*sQA?A?A?7k֟/G#Mʦz ` ]N `in.D?4jzwXVjzc`uq'Y/%V\\ahЏhЏhЏhЏhЏhЏhЏhЏhЏhЏhЏhЏhЏhЏhЏhЏhЏhЏhЏhЏh?b endstream endobj 551 0 obj <> stream xKqsmn(23`Zv,3P֬DrM-:SFV(ђ5Vd$}r4JijĆDlqTHHIb eCn(`&Y9pH %y0GAIx*aQ)<% " jA:tAt&dG Z hGw:Qw?d0vb <6{3*Bg."S1>O5'^>W.frKne5 GHYH 4.j fd@G ^309} .~KXC2Kt~^Z%?aOX+u+qMuTC2mN4n6ܑ߲.hi{C*,9Zq\_jPsY]m/;oT;y|1wp|ۮk^,kyvQ.8.P(^q\NeYam6jX,f`0zV0ZVT B.d2)D$I=) endstream endobj 552 0 obj <> stream xrݶ]3>PFS8n2mj+ʃlɗ֖#˝} I,xDQgS$w] by>ԬU]5v]Quyx~Lxu+U4S=Tom|Ãj{uÃOґjx-uiLZ֘{mv -ZƫVLห`fDCXV bCzw ]5:hNٞs8|y(p&MCHY 7rZ$ke2`xFhއwWtHn-l1D"I TQ5[݃Ȇ5ˉ} $@:} *9^v{I2}Hw/3>WXy`h VӌlYd 08á ?] R$v\􅞵}\BψaL؊s"mpţXvԆH ';tܫ> 4!G|업7@r8m2{^M>h&Iaw}FAާ}Qҭ82`_?(î|ǑrI7Y ü݉,rFb)`[)H"\Ow+Y= ++p~ZGVp-e#R\faA~vw ڊׂYh6C7FImٴ0j'Q.&$ B'h+bW$̮߭ѲLOMJU~%,+UQT/7T \~?OdtWv yWa=?55@idܴ=܏$x/A )4'@#Og]djhXknhf(o[#̍`Ͱ\t6'h _sLx6a*q(!H͸BnzOCDޒ!=́KFu{<0zy8 F(Y4WXY1ѵ1Մ_YR{`y0Tç{HrGQ*p]X1b /4-/;(j(9.7`@/ȳ]n+/XNAjc#fy*%EjϐP (!aANv Vcu0D[[Z獝$!tOj)ۣf@j9",+C|mco'eȩ02ЉSPB4.=YA6Q_ߚF{ W#}ILT#*eFdw̡*7/Wmk|)ROޖ `vhe(2FS;O*A{(IJ"#@"IڍUPvUն k `*Q߯$psvVDBNj9krt49 %fŪkz<;?)Ny&%Qv!*i$, HH"aT(l$R~}afH0Dw(,d ΂N7'z6Ռ$;GRພh+aW !P˙,]L(P3㢁azyR:/E*iU~Kq=.v颟3i}y}J4`oP-BRCsbFhUsbĤjn uP2{D5/C=iX݆פ1[bX h^b}e$$Ť5 F8h!)F{N慬XÑ1ݠK{JIk¡L+,~]/Uk8MYxdXm$sG߭޲ g=}DŽy?p~̲HqZ% ^oUA)b9?;=cWMNŎfL)d# FP#w_IXXl4j(MօܤMz0$1,bx$rV^:}=tL)'qǨ|%%K*։l4fI@I\6Y鮝irH[=LHHgyO#g^vϝNZI\xome6qm=dL}?9Yp1~\'yD22 76(C$b[/r @Ck3$EK ? Gs2Z< 0ѝ\ލq_eG+:X$XXd"ڬq8CDᏗ7@꾩>g*v#G@ V=,DX endstream endobj 553 0 obj <>/F 4/Dest[ 202 0 R/XYZ 82 538 0] >> endobj 554 0 obj <> stream xXKs7 kF]OMnzvwrHzpbik/rҒR,=L\$po3kb9xFr>{wĮo_+&%W]g,,r/m`Ww$&W4O۝"j9)e4)\k Oo$[Vy.7L*,MH~JpS]`ꁬDSp)">42u\Tkz*^PhOf!SgK&K@hC6F 4;TPBivi27#.x|y47J+L*=I71 4&C{pPF\h1D.]`Nmt^'G]b$I&krwɣ9 6ZcĶ)BLG1 mlБ BǘW&b.__엇rH8r>i͓p'Xv*Nw "zY/scyPMQZ>P)^(YF͟W91/4O>#0e7ߔRNaX^w 8$8{N #mXOT݄7|l]8kXA[b ** kA 9s |QL؆/f4;"|(FI;)zKnB=6dqXkdab𵗔+6ai_1[Q\?ØF?Hf+/.0eZuZzMh,L2=2s }=. nax_+G(S?@*'㳸D9"69ȦFk;l'ps'NTԥI9Z6YcOvqۣ;ˈCI뛼xl9<{L&.}ӽ"zG1?.cV47l|g 7;])-W>(_29}vs\|Zk1C88$LWvޑSH }4jLg2MRžkd>/F 4/Dest[ 202 0 R/XYZ 82 538 0] >> endobj 556 0 obj <> stream x]sܶ]3|H>ɎuRRMNGϒ[YObwIމ.bNJk(ʢ6nE^IqxwD98 ^YX ])V')o̐9j_/vw.??2!VK |u-xdҰTYVWX.ЌZL4q[pj><VkҲV,7z1#X / 1qNaf)A?{I꾔 8Z^ZWUz 3}^.^,_/9_% rG'XXN͐id m/ё> \.X|ߝfUU NU0hRwD I-y5 HM,Lv癫f6c˺+u .>)7l J_\{l/z{ĬD-Xyi%MɸO^BBoLh7K ?yG{X>~{orCV.joFZ1VD^d)뫛BP86L1"kAʎӾE P=[b\l@i՞0Hh5;$D9_F^xpD/_ ͏V%W}3w[|"< Q\nK6^yE-/ۼ*h> zc8rrÖ\fY-|)ޕ:xŬt-Y4ŭ%o4r DD~w+om&RGQoǺ- vJPsqOplQ Ͻ%?ژX`'=7-zz=z^^YB3sԿ`!̋|Plx}„Rape ?u!gS':RQjf)[;Щ>L_-kv[­갫@`qSS m4`8eMe JÙ2sܩ~db÷C4r0zpRR"獨d*5$F, M`}Pp8< ȒXkۉ@wܝ[V?@,[LyYեmwU/ڨ:)66@Q"2+)X%7;$oVR*&0BNi'dҬyɠJr{xħ7^M:;w3 Lf Ί<`sP8˹b(=qu;6]ȸ =C]ピ? G)䜻0dNr2,U&i( hSĢ&BE$E y#4B{te'%P&Y,MZ!0@ f ~bLs$nMEYA7\ ާCJv~ɣ{[@|:׶o[nnYsI WbI.Zz' {F0 S, {K'@B@oi6Ƹ &1Np6B=Tr)R!1N S*ս]d[r4wo(ߤE-3>$t42A?Դ:j6|Z*%R 4/b帀f)K/0c`IHp8#aQp$tjwh2yc\; MPVm_6Ր~dzط\3%2U$lplzh+_W3oE[Ŏ2oG*[掵\Y*Pp0zh> %ҽٸF'J0 hg&> vYAkoP$M JI`A'y-͆ 8 { rD?\Bj"|u "&3JtKv6gW"gtٜE[nS 5zQUpKeDߖyfBcI,k&k~TSCU [Rɵ" FyT sHJn0;>J쀄Hp MҨ5]OBi84WMVH5 tL&s/:..f. |L^ȕc_3F n8?ktA]qdgbpJ]p;^Po8u76Juź.zj*]~ JE*ImHF3gYL&p]u3 ){n޷1櫗5MJ ͳYxQ<|#ϐM'h?mhO2߇$Xo4 (2>[ endstream endobj 557 0 obj <> stream xr6iSi;m!t>(Q:f&,xWReYժXpU!P8<ߓWFx[T wW0eqNo^Ίw{Oa{6RHdmA9%ged.,*[ 㺐J8KDԢ%lo//p"yIDJe˙@R $ӄj Z=c(naTYMc,O YΞJΥT39WzV sK> ,9V٩j X?V#8۹RAsjU) ipnLtB›0 v||A ώʀ\NmRnrKdg]1ߢ=5h=$6d )||8z6l,$lk=;'<&? 7$'HJavYu8Lm7њA̷Zkðq`")!dUfZ'ɡW)/aJ@N*@Cj[Vk'Kd €VNJ#Ih+BmYl$RXJf4,6#(>mH7yv~6 P~iQ&PPLEy$䜥#d?՘yפ?_'?{<хJyK&h# 9v&xCDNU[azR밈#=U,J8LʤC '73.$oʘ?g qfT*"gb5Ď\%dMRQlnK>mf|9d L?͡:i>޴2Y@C'f)_QzZsEpcq=ik+S'߹lmlHA"Pit:bn@1 !xr .k`73ZY#FQIz ˣPw.Wu UibimQpZZ9$]x + bJTVF :ȴN' W"ƋrH'X?yA=,zlxC<Ƙ40lPa-3u]d9l/gqKt '&ZgJtB{N SZċ.{[#P #-L]c9t<Кƽ3bx-L]u=y`0:ruuSΖHus='%A?|6w4?2"cT3;:ݮh6lk7P5 6¶M`܎s3`e1G+Gc5fw՚2bI 8'[PG tH<(@窻j&Di wifcchm<8gYۋloh/TYl/Fe*+ZJ۫8\@i'6QCn*+YʦtwR[!dqc!4H2,%Ȼ^Hă8ar3x&ZuY6գB$FخvqLs4J͍N6^GN Y>'y dOtthWg}`9&g ZX%T6KVJ?& endstream endobj 558 0 obj <> stream x]s]3|T'n3iljCٖT/%+r;V?P px|TRUuڴڜYu}|/^JJluzq|$dj_]#Kv^}N:>ǭIrֶ{휒Zh`M1V5BVq[I%ez"VZZĒ46yzFxQB$It*إTDRRyzj1Zz|iX"Y^O\8]Kz#RZU3Ϟ|XXsdf)`=\> t?/rVj#^ҬZU p5Yx{'_~K^_mdnG!nYû:5-ўqOv^kt0sܮuwWO 9Gk"o{Gx 2BO5 τl/@+軟 [^Էx9qY @״c]XH8o~ ³+FhV#CE X'k("J]9t E`P=t7on9zk%ry2֍p \d"m 6EP-v;ʼn_f@;-bBrB Ev9FDE_LW].;cj<t ~G$Dnxîd$qw7x[K=V4*|TXOAFV(x@Y,gd+d&ǜ;ɳ#Y.l1e9FGiC!IP! i0킗|TKr^hP= 8l5Ȭr w1͓!LnP!oʆ;bIH8["#6hCΜ-G' yrglre6+j SܮmOJ{j0`CzcnCN C[%rҍ\yTfBdhXcȐ#pD4mFMmQf˿s/Cd_MI͢^祖hc^]: K> KxOlؤ4 yFk8C"xcx>fb p쯹g8 ;8/Z~Pc4֖YT C2뇚@! @k,vdljשy E3foY> }5F!0ˬI1q\%:c l\HtʮwLo!`0hR͖UND>~hhU) ^KY+xƨhOԃZ`J(YK5v9+ olNmp~9'O>Yh%93zBAF:bj0 '1c\lU;:5r)6xn9F~+8o!-![N'~us}.+Qni[Qw*ְcv(X`$ N)6YCF6o4ac$~O2M$_ӭAO5j ᦲsc76Z(|29[*4/f2Y+L89o]<&c3:NlLɞEc&>0f ' Jrg"bcR^ n+/3\+٨]F兺`DϿʘ^l74i(7w"?S endstream endobj 559 0 obj <> stream x\Ys6~Wg\x$O$lK hāMTe3@7p4(񧕪( uGӓÃ| )EcDcXa؞7tYӧz~xݢX~_|yx :|uxadt*Yj[л*%Рeb ZXU YԶAB*QYjvh#ZJ+Z\F'`ڈ]Pd/fhF,~J,d.#>-ZynU*a4N)@55!e` --F!ҠMnǂNEow}myT-R5`;b'r8b-kQ $8 $ K6FuToܘAY;4Ջ.+a(4y۳rPIwEBsyM~; |w@~1n9IܰQ?E*u8tȈ^ڤ3=W-Xq%]3,h`̲ʿ k-^/uoH—O)&M)4YX22.E[uKjIX=)0ؓܕ(dc-O< Δ9tY!138'0[떋xG>\tnJC.!3} {wJj= <`Ś^wzYi|C?z scg_u&.#ȽO^KnUS.G]Dה!hрa{4^;~>!:;Nvrj} 0sjiv`ɺGhf8'[‚)lmk>Mc<æ)RW|+ikFE֐'E!*$YXNS!Fι,wT7TzC>NR6};ds;$mCM^nK_#nS41vu]X65n1,u s9A`S`\. )',7p*2MqA?owH/*.1zǗy6v k9NДoY㊇1#~y}SMw(v>WjSP)^HB0'զ &)Sp -?W!!XO3Sȹ+;W\͑lU Š^;7ELѾ7Ν0-.wzjn6ѱF 3 e]zE>ξB5e.Gfُ;D#Go{# .UOR+}< endstream endobj 560 0 obj <> stream x\_sܸ w35+{ʵ7wm/qw}p'Mn/߾ (Dhwe3mf"kA$frQՕkӊjsyz'ɷ'NT3w'WV1Fipl/^z׋ӓW'ϡŸNO>o<KcLjLТajẗ́uh,I/qДqq4:=eaGKKL&^ܙ;TJ+.R "']򔒬ەKBzM,[zb}&+bB}5Yqi JBp G`r.oZwgKEiqv &W!MꖩNVn8OD]Lju-Zեg Z:(g1r=ZnŮ*Y3 \Z,mBMm,wqpܫ.=Z^niX=K{轑6"[$o\ڋ@ޠ0"⛡q\7N7Aͻe4.|<% z. MJW+(2CHNZ'-g+31p{4OMcP O_qOC0[d$-4%;`i]76Ӹ)3{l!{bgڔ.7,kS%V?.M35\f j׭J7(>K[4٪q<8 ʋ 䝟0nZjb`Ƣ\S;֮5uڤmd4v&еnj"ow͑2f :÷CjӞ-۵a1v'.A9N4\Q,2sxćzTQcUfL*@gr53 wSOq*9-y~Yk0l i(~ XX(G=@VLn,PA~]+. n3pdF+vjP"wAjY(00ydֺhMaY d =D2\'NzWuZnyFqwSGO7Hlw[/hSO7[ ڎA.#y=4w$ ,yaEL0"_o/#襻] yZL1j$!C%ϭai+, {}YFNț^EVwOipD'u5]FkY'ݔB:g+@#tz"q!Sh|Y뀜IBǰC?\pww܆UJV::]lA4Mh%5V^lVmÚi>S W 㖒ȯu]BiC+]Io~G%p<uoԺ/mf&Ø-"Rt$r2xښd@dmN7z܋ 80E d;HG)rބcAxC\X<vvqVROvedQ躝Mr̝lًddFIs9ut|ϩ$C: JpKFrBIz#(I Kdj}\w:~A=kh!kjea"J}~ wϿ( ֕ yF'%3;xNh0 * )Ix? Yxt?qe3N58vo7D";YB !2‘_&hs p_;wy{W*wAor@¶^/fAoтGD y%4T4@O%a<Ջ<>c~9MRзhCEs k\P&,މGs ^ɐхƹ@֏,"!Kt AwW0[̘1T!\ʥ&/r\6 `7"}!nc;j7cV{{&8VG{?ѨQItFUS!G%hYdo {wgp Mj&َz3AQP"w|@{.=Eb]~} h@Wcf$9WI*j3y&/nҖ{^O,j"mAZc{ vfNz&:iDR;faԕ{%#ՃĶ\\`4i?F$>)S 1±߆fY*75U|]U܍xQGIbFG|û;`?c&:ڤM,ݾqJ3ǐ]~~zdo|<v%k#ZZ S.bLt6[G:A ~״9+mĨ>y endstream endobj 561 0 obj <> stream x\s۸>J%> 2vNNӹĎ,ߵ}w %ѐe&0]`],Vz|T\eajQ,r|tvu| Qp΄.n8/bVL3{hHjbGwG_7JvL'Rꂞ1GK&A5Kex-/*]2aQMn^4BԬőtzÀ/ tL^aN?Bzd<0ט)%Y-_Z/ :k|;?D՜%s1s!gGꡠbR$4ceBm`#__Os!fwsETBӨlLdB$5S^Vl8^%]O-sfwX\υ/WN:ڽ5h;U⦀l,7כ-X,WU<~.%hs5Z#ej&>PX\1O+zy})eIMF2n}p_:_"8'eSDoɫc֎.6nֵŶ}W>?`ZsqS7^4`pMcꔃ?5G5 F(aCV@=ZUP3[R .bʮUs8{q*N]UE3:`٬`۔5+rg:x<unֆq9бg/Znm E*tsaMHxu`j\Cf]FL\Vq˜ Ì& $gr8L"!UYIWWB| )|rˋwg~>Ҕ5כ:="VYzKKV[UK+ V.)%F ] GӶ >ؓ:%/ CuY1.&S=!иBKUzѥbSerm'ޮbCG-VwGLLFO 뿝ꝩ4%:(mhxdMk&0'Bq-%( H3gJ#m IO΂nZhu| HfM tXd9؉JE]YF$).rgfW B%_ {O5 ѷyFKk~;OCEGj=8Faap/?#7k) v8ZF5끶S~^?jʏlobݗ]Ft#EeN+N^D,ʚo?5d#`/fc<6F KI{\ ~W'";b2%Qy:%kRԦ.k8NW#HeX]>JF*9G?;:HR "$դjo {owJ?ip*iUiZ;*&T$L*_V^龭7fr$м4 6T9L%j .Ʃa ɽKHXiIOr?1bGsla>~}%$KSdtI1mn$C:KSz1DgBYdE{yۆZ}|RXe^+9ǣd|Ke_KMw0&CԋW.sP\J2JԚbo8CZ4a0Q||B*œS(I6ћΑIGJF9$nY){N>ȈV<`J]5L.f"a+S69e[g~Q)bH 2 ,$,vTL5Ih6Z="G)h.9YC4nJKp$ȏ:,#36c$A>v|z9LxA]VL7v*}Θ_1]x-ܒ{&¯>}NOBxbIWI=f\Fdlj9e }MVB؂ endstream endobj 562 0 obj <> stream x]s5=3x!&3Mi &!-I[I{i{,y6KڙlKdI+~ j+Ziw55g{?߫.N>+Wsh*+UHx=9ի+d /jku#+1A~fT ֜ D8҈]dQ!2nbhH`TRZ(Qhh#w*K=NC9'-R:oqyBiٓg'sfd͹nHti+28lNF.p .9 ~4S"3Jw,C!@ZKh?D9$LDL_<32rCۓD,\ي&HY h s\M6&9p;[6r+> }@S]i$OOƆjq/(^i}L⁧B/V% \ _=03:xKEk&-*ZC6&Ei❗KoUͮB̎.D_z=a"%j63; 6VHQ<@ ~ ,r{9Sx|_;Q9/OG]I ݋tcfvPK"|ɧpe(rheJ2b.0GAR.)#,oZ2i's Oe>ۆ !|ޝ:ћ0qlT v@ ~w>&rY/t F$!pY]í"F%OZU@0;NCtiKvɡd$Vv@j%,,FK:ou Od#Q -0NNkx/`(%mHӣ^e-?AtU*s5IȎw$h). x&'t_E^>_pwn>گ$.K>m$~C&ЕKpC 9ǺB;toY ŝ|=)dȞH^̫\2{sZrt\;^b1I9&Z" )+GP~ TPVD xVT aA/+{ƕ4 CP #lwog9L_ĖalPzַAoBv -Ln纋-y_I@}_ѿޚҨ/:Gl,Y60PS)) y gɋ-.-&>q}ܔv \vrK~349UQa~5&yr6yc5u^cihvHH^[Ev6HaaD$f: Pd@ v䦏C=Vp,mHhRAp@Y`%! t%Ɇid@\{PdG$rW&~ 8IIU-flWjgDBΈZ#QU5»݋[^MVCrSEτ; Tm)UW&k h;cVp{5Rd~Dj(N:JP_T Z5ѕ]^Å`zU%e%ib:7i(7hQo[$wB$5"]H?Iƭ¤|GQ{`kx~*|:Dbn?!HYus1s<p!Ju6xHj8 $ m_fe`|7Y@y\V&߄o6e9°5I{O]dpǴ%2`PchH,  dBҶq$H(dh*ww~ݮXl&r]8{22DJ0nXe(Z:$xhoU!}xm׳]VnUC=DmB !{DV ?^,l fg: }v̘_-{ ZJfp^/ endstream endobj 563 0 obj <> stream x]sܸ3z,%OI]o.q>\8vKڵqd&vA  ՗)$.dC[ֺX\Iqszo_B)]D~PEeE:aS*>ޅ)n>:=aVQɋ0ӓ/k1S34gVR@p҇X*.*J'PZxîHWRA/fOB~<—-4Kp.ta[Զ4m!|">k |2aT ϔi5{v\̕6r?[a@ɑr[@SʮG? hnsgT #E]p*@.~]׿ : f]<oH3ΏA [>@~O9) wrZэz"%(i}-5Ҩe^ 0$^͙k͐]=6gD?v7 Q"h|TzHKkQ݀?js oˮMo t cw*9zG٥Y+EW{q[X2|5pW mA t!n`7cN pr+RH]?GM}RN-w'SE5֣?džtԨFX t Sv[ z)3a0g0`b m*؀qp:I %K:x2JBm|Β/j#!چoX֋ YCBHZ.bƅ ^ҹS4!&2?_]3MZOZ~4fI5׌8svz FӚ99I\__MYA 9gS}.#Yn7]䞤3._uJvo|kHEjFj0م˼s+hiP <@6<ϵ'lp[lV#jWZp!1x|V@[3q5PEvQLyxaaDa|z1%/)-~@w%o3Cxi:ee:^'fg:U 0Ѻp&hm|Բu%Q=J#s604SU-=w7rJ C{3l~WekuH.Ҍ2l| 42QTmq (iP}ې7s#{C7g7IohR izn_}#F‡'e<맦B5̜'$ѧ(.K/wrX[BMm[hD`7m îJXvr倴|բQ`L @۱rl4N91~uXWb>cׂ/>eTr׀K4@ogu].V"Wj*;$e%;Iy*p蕅` b"f%>6Kn-;4oCHmLLv<+UU&P&De_;.gm[hm= 2MňsP2ihxJv &"-&ibf(;d]*;1;^|YA8 7IoL D&M F5*PvVkK3 ɞ3F+"ҩ?q$DeZ(͍J!~U/<-2h#286ҵ# v M |=o)A9|ZE6.Н ->tJ1!jWZȬ uM^ZC.=$,1D /q;&jg%%j+"Bi Mqǡ fۘ" nGѹhrͲХ6*wҦX@ zbHi{:͙\Aڭ, .COR19qAfiNx ҿ 93UUt %ߢC3= `LބI&<> stream x\s6=f,EO]/w^'i|smNrs/H/}P)n;L4$@$|8>FȊWu#˳?}ur|d%:9?>+Q9͜jm;`{U5}5׳6㣯Gf%{粂+SѻV?g Tc[xZT5Um85n*!5Q'J\D'02J3[.I@3 Na#Yjd</Zb^[)7oA.錦cq֞uX:&`ܠ Eup zPo}mlyGC419y9Nڴjmx, B$Dfog97@Km3Hpk>MmEstKU9rZOgi>I}`0[YCKR+n /(L=c˂֙jG KtPX?!͑$-ɀnĹζ{DسQz<iFs[tjAn!٤7?r\mB? MawDWg|=b.&M+]mR;{RNAXTdc484dȲ//4GzqSn+}OoҐ VS-6~A7PZɜ<ƷjK\ޟ߂[c `e1jt܃Gkqz4Y=< Ÿ` f{A`SRpTŮRŁ hȜ>xP™G G]Q=x˳x2RR獬vs08 a[$E: 3֯SN~_G 9!{&%./zuG{?SV{$EL [姃޾m̊Vr?k2']O$4]FeZ8x$9 ^r+}99? {gJςߒ[^Amc=?}~-P ;e-_ (m}=Rh I~n,|2Rs댚p/5?W6 (Mg"_Ms"큵EWx@g};fU5إOLj0ODr{+7qeJ0Bټd]Tzt ނ|UbJaxHuwhX}aI!dX]1$$SUR*\E4umQ%BwW;s)柏+BW~ ~dV5 2SRtCז3r&3K qɄM2{|dZܺtv:Y{>w\9zB;dܵQ﷦+N7x<ͫ6 ]A[*EdNd&xoKI/"]"i=AZPN?%p;R*)7$~!EgbGߋk(gVF |rRܣPޣ[>;9Q4(9\Tx=.L>_jayJ66DNMp #.Xo j*[0 _kX1;mAЩ-}M\W"D(\}cF*K&QQ)RN' or7-9Wxn ΄|Mp"o_[)I~bU[#y(<?TL+@5QƒbBCh7C.],WJL־sʸTNS G9hzARQNNKfV2)0e R<9 xqBt|/NRzU_͔L4!LdfJU Uז -Ԅ՝d9F80AsP.Vôݶܮ 5EfA׬fjCܼ..Y!{5rEf"kO,Q$7wPbxNuG)Chyظ$AhDM6ߏ% ;',eb6|ں endstream endobj 565 0 obj <> stream xk؏'b&tƏی:`g2[~yr괢t1 A J ZhךɏËӓ| Wh +UHށ=9śk7eY1Mǭ=CiF*YhYH#jɊBqCXa%e8 W#-$(Pƨ(pi~)!6N8ppʁ|>c 8/f2x -RwS4] TTh`tdlb9!C4E";6Ɗ6 M|!c[xf+h3|&7S"FFD$D -pŶ3mXx 2|P˄&N%wgSXK$QR* :7o{!f,:56ԙr|E*KxtfFp@G-ZO޻Mf5+x|=_(KܺW6m ^/ 0΋`/<{WDlv#mT#{I %PaFOpb(YW@ h/hgDB}?P3w_qO)<븰Ħ(>P,@""ggs7ֶߣ}(}p;fq>zu~v˸Y:ށ 99I &a`E;Ȼ\'/vg|2:!=|pS)|)3u V5NqڹW5ozTw\ 45|B] VO3($OV%PKMZnPDBxn;%xj+uR(cO;Q^Ҷn`I[ӯkHr~;:#afы59jY#V\]rWh'֥5F2’[Xg$A(Rܸ7Qc>dl|&3 _zG^^2:نqcIV7$n:gNN(mTR)^kel+vUFS#J J)On)I [R\TwCJY}H釳^̿Z[i]|rxz)]NsE;V1am# |EϢ-q^16zqt~u  =GmPǮ'c$nd&F) QvD&N'l9c|JC(`r$ܪI_ݞ%*jTyD՝*HR?,+ٌ4j#g?PCq;U/N%قAH8.GI4e F=KgVy, a X~|eu)N;P#vܹRCg~䰤.H$Q<~#AX%VjS;R-e5eأ9}J۹\η{JiAFS,҈z 4Z a}sԖDJ]q8Zx̤|By Wa/|vW endstream endobj 566 0 obj <> stream x]s7=3h3oPt:@hBя_J>>霜eǥt]iW}:'Peviysq29^s69xx49 o#\5Gh+UHxО[y崙j|\K#=fT֜e)5vp\(nk[m'Z{ "պUWhxᄣtKSmORRv${jEzR B3nWKY+`,fsFOgsΦfMɌ)q15=lȇtiyujj6H\p#'1 g0 3Χ`fUqJdӾPZ|Ϣ聴%m*~rDR '\ :2-ݗ\OɌ['[ƞ=&D:Og+jv`NI"QB6^"p4}HSMdx1[]5*L>дD7ں{g, Q 0BzQ[o_K1O9sBŖցA$dW=y/sH\ AD@ej :k۪u4d-j`~F5 1}x!܇ sI/qs ;ÕXv4ͭmn+\ed-$@,,+5 g|z_G LL+M=|<=|\5sZh`b_SMp%DCY?  XDHD%;!8̕\P1< OS=R&dB% KIUE!C6sHb>UPzߕ{a½lŠ訞xD|6*0|*cyK1 y 3mWN2Pw'tX_VdE2 xryQ3:Scq'OpUEcq6}x@ṈFga 낳YB{9 U>*D\FΞ0NΟy^줯 wVdm|3Ц'ˎ2B PBx~KjaI׍[pMJ'9{tN#IPp@K2{7)V]銀* bMdR_Iޙt"sUZWf_Fq"fqTJ!vi|z !VO26j tmXy14NNv2;,zǘuI0?FxT>.БG3na+lneq'٦1i4aXf-cpboUi046=a?XCbq4hC[+L.Iel[WRS8k4gCE(JMcke PH3T~\6Iii_Rvol$[;haQF2w E#hzy-3ee'd.]k%VB-!pe>_ow U[&|mRo49pޮpg~W:BAc4 l+$j%`d*%40l`Vi?ZZY;=p$aqrϗk6$i/"#vF W;JDf$@F4kk51o a[Lg`/$PaR?Tܭ6ADROh6vMQ95g+ވz6F=;i"ä/P/Mɖe1"MU-[ڂ&*pU1D仨t>wi#[|m3]h|TBRȋwKaR*=pm[{ЯUnÅwޯ*/> stream x\s4L?uЧ-U`m]{I]tLZiW߮M>q_)dƳڢzq|ˣly|ѧ_L&Mvzu|$g"Y0  )tWVwO^βwG_ώ>lNU.2]<"@ϙј90`"+ gҢe&$ zT3AR @0Ttq}Y^,Iҗ@5 N_ Y4+g`f<0Wi+]\.k*gb~"Dٓӹl.L̥(<&Irnƪ7 k~$ϱYbs۹߰gSj$g:"q8+gii X.7"gM +_=Ź)-wpKoH'?'(W E+ "pCY]$!DT*89DQ6)7L^͉i&!t)2Ჶ[ϐLvtt/!ЙR*(/ʡh]'OMmI-%+a:cm6W(fÞ!9~8n*'NU_.}O5lYjFg:tIFG F =*:FJ^n'Mn L*< YYMgiilԋshp{'m%b}N?z(T{yhV }0w|"4n}ޒɫ4oElvRjhw'<' Qֲl2b siTsKj^/|7Usxѵ&kp1ɰ ]}l{+ nSV~3;(':gHx8QDQWnAx:H HqOK&J62)ܻs&[5GSEOkv] RY^X6"^vq򼡾򢭛u7D5Iߴ-5jMj\ۼo?7ʿu:aZ0YOOmw)/;s8X]nwHeZ-uF"G;+J j:9'g(0Ez"G{;wZKw)5K Q*5ŻI%w.:~S<~>FD ZZba˾*?c[?}OVmss#Z4 /-gt8e)kOJD R'6SҺ9[短us*ɟǟQv%\9XyvGv1Q6vBV2!2J|4Mm=AjOR^3VDAv*v񼄒=IFJUl.Tv0 pH:Bp7J]N0{KZyUz}3$֖Q[;WrpJSm!^ºC_3ca􍥶cc-UpK{InUĻI%jڔg±jXX+J^Y4*1DcC?ʱtQ::8\:ha+>1S^F:xG竳R0BUpGb }/ ff%??XXpɇr?I> stream x\ݓ6L? Qm>-v:J[>ծٱ%%I]iWV %Tg4Ӧ-*]-d䛧lvt36;!93s1+zRi:Ґ*ҌRq u\p#c?94мhUUд8T4kuXu+VR4QF jcSy9믨MTH^Xɵ_ V L'DߥmQjjm6Wwqj-j"ktet\3@(":ӥ]2QW0].bfO9Y6)#Ijjm|쿎n[#cq%aE,YX[MZ#Cߢ7z "GӪu.%@pSD+! `&/#s6BjݏbPN1Q8wln*Tj3$jDDo 6?* r ^([rEadhCDmgZæ=z`3Wr-d4Ŋ}#(s47 PU%bptP]![>ƊyO~ V}KbmS f8Vj̾Zh0ײ^anf&Zs'ͅ?kEj ng>`EHBaHdh@i%tvt]c޽`/' 2*- JpXYmB򯝙bdj \6ZK*|$[Hn}k2v [wcTm}93fd3;. :{+7~a4<('/u_[LnJ6iawdz Mغ8#+t6tԼD 꼥hX~~fp6u_vUljfI x'Q˂"䖔~̰ߢv|ܤ^u'I㤦ѡ )F@1ocƲlz}d٤?uf 6KmYW n&Jp B}l~ ھocp{8~EʜhKW D_}vsTg.3:Xm V6xAow9o>Z(a\Y魷,QjWĀeI* -1X%b!/ 'd;LjRD)unh$n,rWRRSHB7a2ZR#xkr{,(BÇ譛FiUcJ OUb[UI+(Cu%i];(LT<)/9~*;)M4`3su T}݃چ?F,\-?ϣ}mۤUBl U1'Iy]K͡C`1;s_"oc  mh?D h^pp$ǿ 2& 4ž=ʁ1X 2PTzߥ]0mΠxkrͣ' =6Ky!2 1[PS`%2VEP*DUCG$Ir FE8 Urx6(^aRL/@dkZWȪze] {2ԥ+"G@uf[ 'wcV rV "V]* mzx}@N] `q_@T.|_oq_ ɫ侶_Krs_u_- X-wJsص} b=A{EzD!r}0~ R{ph~>4+XI7K endstream endobj 569 0 obj <> stream x\o7afק-rK$v"R$w+Kd J3 gY3:!+^tZ]IuszᅰL鉰|UYkF-e{~V.󟞟^vYɎqՂ+SὪk)2)3Fje0aj gJHVlvd-:;up5IzpaG("D{ 0TvXw?.#K*ي [i۔KVQ+,\ x;mCNrV\*BpLI#k.7pyK)}(iBqpֵνac!@1a DBQI8 ߺ^l-{(yM %pu^ 6aNkQ<7e|EiOUyZOMP_̰ԗ>6CwSR3aI,u'!^0P;XZnr}b %]C#I<ۤG7Jst' h&P2sm5mQZڧw npAtsu j&dOhK1̈́Mmfpbfu/.-m]\pV &2087rc6\,dgTǍhy^Pκ!PiE{±d f~ 5V@|fځ&骠Mrk[/~ +xi`pK+ɐ.m* u zLE-$DB͚+ݶΗU7gz6#%Wt׃C:}&8'V}d"(O^GLWUBAqI2 o:2 SmX4 %M\R,P@-0SuV X]NxȰ!iۡ~tDxJԬk)/*0@_d,2="eI4u-(V+_!)UhKik3 w)T dtKL7b~XImhmo`ۻ4_b FZQm lȹCrU0g5=hr#6Iw!76džL*9{(^3R)-2.'' ܔRA,90,ua;J*V-FHyJU;dל~%uKBV mcb . A^ &Tb7NbIUDad92QNnQ-H\!nJ+Ti]F`F$yZMMPG̰fdv?F7 hGst/}bbÉ9-p#5mޟ >؜Ty@%dVU|ZRZ0Eܼy(zT8pHqm]P;2?ɽ7TX՚ᱺEyho6i=ɥWFnj|ڮqî;;hƃaaf׉>1)h kNfi8 |Y ri3J!:FGER9zdΉC_S ^P\MT&ۯֽ78=\9SF+=p7/&.oc*iH$n9}}_^Fs"a7 R5nK+IXbKuO}\= {A]k%'j =K04մ[ۥh>y̥ʣM>u㝈mrE۷qCp|ݔie`+w\ 1  ?6n:E0Κ~~&1„% XBSxZhq0qWma>r~0ҹMԶkLr*)3ءJcm B.Wǣy!qw#fH8% 4E*!F痙:cF`̯*. o`m.ų&-tD3˳؇Kr>nGDp$ډM+DIWlAݪ ?rlS6$9Ҳ!L~ Ωc! sQ+ET8:tKŖK-y|~fDJBȚe'+> stream xkoEwF{wBNcI>߇3]rtGIj]9o#J(khͳny^Y:>:;?>K^1F1ӏVj$iTUKE\n6'į}:>~VUKǭmw5gQTg-Y6\(^VՊm8 ^%^ zյ'z5è_^_JHk '@M S)2~iPʆd,^gZ' 4Ao~yBqb`tjlvz>gl9zf ͱ(N͐iDo(g a vYU)NǎCIH38iK*~2DR$ <_c].yctyؓD"kNъD!1Ht jNq OCitPw$ Un+3|%ҍNIό{efq-AG!L5glY12o^E+@U,h3Ko(DMb2 "`C4|44tѽ-X!]@H'L<;Đ({.& N0qDٓg 6^ȅBBA-_v+}mBX؜w[Li͎0L_`E-iw7.+x)^swiFfM()lIN^sq?(ބ063pFr11MZeTvx>yvkot>Щ k2thMi;e{±^ֲ+-۶c\{uZ&V6X^}u8,{ /) v:{}$+0+C /)k_)5.B4[ > u»<4y҃.Ɍ}\8i€~.)hWBQʍvQkxO[pt*WKWIaw%^Cr%LT=f>!,IPR-"=J &6h|M iːD(-4I RoP}+Ueo p%B0> i5dB!R$̮Hi"(D{LGM28Q@=îт+Z.E+?'J1yU kl9=Q0ʙ8WΔn<U;% :xjta( X\hr_DwH]ßCJes…yW cW}vyfu d6к&e*=ZGƓ59Re!Ei/)ˁ:xU_RDZX גGލu{g CD,יL(P. ;xe"V:gxE_|̶`>77gp ̾l|F= P6]Z*N\HC-1fU6\v3nogP +(<.̍Qn~Ko33p4W7թJB'P<4ywOai&73cwd#-?R ū}`_[lDpBD-ǮRd ;Z endstream endobj 571 0 obj <> stream x\Qܶ~?IQ'$m]FP8p.]/gjEP˽8~u3|Ezn ɛˋ>//|wy/L2B\nipj_۹{!_>ŋo7Aw殺 P܎|lpM~ i3zefwڨa_>KFCWPPV 92/g5N KC4D 4._f:r0Y6n-8ޯA]9#k޿6*=8tZ_}?p#%^ ! ;ӫ]T\C2OdKТd!Gٞ_}N~' !xJ C\oG:\ +y{m GkOrҽfK54X &dvAD&y؍F^:aP|=DIժ#sqnR<$R8Ggp31h Ģ7YsDYmgB텈n:vMaLjk8:w=C@WmOo돿?D_*!=}N-u8V?,h.EywntTa/O\ =뀋,uHx ǴO#%v D}ճ%r鐃ɰ:"S6a&~E nc$xz`+eHo25akLhn y-|ĭW<{>D&#݀9$)HDx" RKh,yBUgb>m.aB6vxYhZE\[x6.D2Bny.T"<1DB=[Zj[(Ś^JSoVA^R/K.PZIv2wfzg< Wcbqk[k؍2ÈK@L|VdAGτU߅T6ߡ7;p/K8uynvIsI\N|$\hD4, UXv0k%/o}Xݯֶyoq~.ӣMϪfO8 #iIn֡<3@ SV6Ic\`ʲ|{`K\RY@ʗGV]%W*2ΕޝHswbz^_a"2rr*3t!bՎ  V(h[)ťh#~L9=WWug]0|itQ{ OHZO(^<qeGϗDb-D |<) BbQ=+_lkUPeT-ilyr(BA 1GL䎊AcK满;`Ul('Ї}8>$#xcrzVێJC1%']g7 YZhTM2zkL?)0+l^@)k-K0Ea)ykDr!j%'`n63 bQyB¢m[m_lY87?zqΏwB} endstream endobj 572 0 obj <> stream x\mo na>ѼE;w5PI?NH}N{IzwkޝJ"ErI5*]Ȣru{SC](%-^)WNhJآ.(+EStMW={5+,^k祜4kSUZ8фKU\8)*j+n@PZT@uR JյMZ)ոr)EU;YШ/jRR[WLrM9;f!~i_Y!G]/Wi*ao;pd N6|-_9lXtch=1G#׳sլaD\Q2"®oS7dorz$eNRf1!^DK;NPSskn t-š!.+h!v5,`VeFhWé hJ4|vEF27v8O g 8FZeoHGm!;&ΞFוd|qtݤ;7[UrzA0acr$l0U@/m+fӶmY/(t[ _&@8}$U ;vm>Qj%j}];Eh@I|NCOqww[my6_ ƸN&+z[UZf'rfd2~q!{ܯλt`ODm@ uל]Vo@sKҲUt d em }\'.i?hl͡*Z1fgAzl4'[m-].eLRlͼk F̡-:äU7Weٸ|z'';>qL':IpLd]9i8r2a09!? FтuR]5!bCd5ӫKHeͤ,Gqw%: OIu%C?Kĩbјvx/͞ dLEF}hQ| ̎V^D[CӞ,| ]W;>_bIDIDj";}J_!5}9_k)ԋ-q "{V7&BO]];!zo߱:#ee㾞}_&}6F&+8?sz7o9AnfJ_R`IZv3iyaI:\.% bb#a恰ř8&۫8&-.Ӎ0e%&U?&ft1y#1v^ǴN06; 4Xw8Uf]m96CvORv`ݹ;v}4ԁ*!y2gO:83YX%S1U9}Kp@z/늧"_pX]/\r=FJ Io]®R_gLBem%[_Y޵F>L :GO! Mk&+[L:qkIZnғ}KVeع$)td{D`ȵi,iGHw)0i_ 0>: C,/M$ x/YnGa_Ff/NvR06]1RԚ[Hv3 4˽p5kxz! Z-F%ΦhN\]W𚬛2Ѓ Yhs/=NӸϴqn>Ӧ~ s`1tRX4|^oB&ƒ:iToaع!ԅ@v+zkq4%o;_h&L'J:Hc/{8TbHZĴ:YeUM+oR24bĭ y7Zx?/c2!FR=y_amSe}@(B@#ߕzX8ceup{Cjm|5ZL:F[6kOD| \͓H+2z948Y³`K䊴{j([|c^_/#c- aZ1}؉`gaJz`91Za( nUoal\m I[!_bu>ç6Cvu=Ys.U9y5t8_< 黛(*!H^ݨM9Nқcm'9FX0{7dXd[8H0릁`&urzJJXn09 1o [(.аDcUhIJ3:+dW`}JT[\I3l( endstream endobj 573 0 obj <> stream x]sܶ]3|X(IhFN4mu%N,R|IpTvbӓWsQqeUbqsz'ӓ߽L;UR)о~c=ïOOgϧ'W'W<>KcOL:Ҙ.++ŋB%( .I3`Վ8`UzO`Y0奥br&P^A:RhK=Զ#!ŏL-debuh4LFt 3^΅}I=wPsg?J1?ExZ a.{tKڵ("h%^Uir Wn-VXZXbHuX0}=M9?+r'Ej}Ѱ  \K"ۯj ~n SK0+ʹv(ĚZ;\ⓟ? ^Qp{ \}g^X߀t1 WU$-C#3#3l+^&w|KgC#XgƆaj]yRVuŬͱ 8-z7y7}Ďb5!1b3kK`deY+Ackr(W kbsSx>@j%I[8)FW[+TXڀ/w[Opzㅛ'7E/gZy[;"ſ]tv #aXt8 ]HMgܙMK!Bi-2粢k&fUbYi| "<<| _B'>óltqN# l{-Zxb&4z@8 Ԓ­eU"ݻtb=BZ8\iZuGȻ|lw\-~åZDMq,rgj[VLʽI +\xtBGsqmNM Bc3LO3{ _"qF u]+{л.c ,<yeR^{hQ12)_ZnqXpR-x㺬6ҝ n>B#& DsC!gBagdF$GnI3y1Q9ˇ^|z=06 5(0 f iM#4=0J3F4"ZUHV5rgUmYDGQ":%ۯHwO\.Ы}zv_)i;kdl>;A}V1|cR!&83t,Oup$Rbҧ[5mM(`7S$BlJP$U8!ɲ5bVsUd$W܃\YZ6qeCƇь:(Ȅ&U:LM7 ۙTo蛄1oRIؤC%#ZN;hR6j?mVCv+Mz|ƒ0tNc?"rHz޾.kI~)&j ΨxmoLBUfƈ슪 p#WM*8~C&DGgb YIsZ9UL?_3'%>ɏSY#o>3]39=17hx۰<(U4lu*KBDSPH2Tʆ `*ma g=ݍQ0+%JF\ѾkãMd2o`n {^DƊ6+Ţ!p /n  %q?7-7Kn]ioO!گ˷7i!H:$f|~qm[vNӐWIuYQ_Ԯ"xCYj]ʞ ផ:-B9w`Ky9QKMOCKW{?HG3FCD3F[<Eho%#˔_ܴ;]tS7Z6mvηm l>~E$83ڊq%^ b-Aa;Jnt[\2ͮU]ۣr DktHo`?&)d[Շ(۶{4GH3YMyܠ.n|WA18(ڔS endstream endobj 574 0 obj <> stream x\s׌{$=z<-eA%m,ǔq;wX:4gL] `qOOjVÿlZQNO9=߉s&tuq}z]UQ)WU{vn-~koNO~\TV==y:|yzq#e_2gi55k>ūB58n+.QOjn(-k5Pit{u&hyii/ 1qNF)f"]);ixzjR z֣R0vәߗg^\.\_I7Q-9_v?RtO+,v)v;鎼kQ3E>iZYZ4ƙ(g2Pk0 nvDR}nvE_߷)byfl)좾[R4Er~nIf x r/M^]i'ܸЀT|iGoM4tDiY_Jh-}١C2Sk(g։@"Iƶ`1h*?Yt鯯$;sj,|B0/1<2 `z^z:,'  1Bd(,2ɏ36{(e;q4n˱pշ l]T8_DC,ײamD4CZ%[sSNy^^"M4]J%ϦPZm* aS{|T- izf&)\̨'̼˼k7nMŻ@~`XJ.i&J2 M%pq{f柇e6'OC07W 4,4f[Fh+GCT=;tv`ޯdvø9PvMvnrE{<~Z ퟠc)IqO)5k+m[&'xyCTo N? 9Ă\;[| .? 7 5LJTO"-Rq|PYqZ:rN7PڛI3r$gvj3URN8,{)fN34!DCuq*D(*Ed"| 54y=(pMȡsUiutppb7<-y A: MCy l)ubS-]A;c'J;eRzPDlٮjVZɄ8(Z 4sKTw"'2=Y#)G{W.[J}\); 2k܇[Ecg2U:8EjeF|a\/g ʅfw{rV+۹>1@P'gf$QÙl t[+G9VR >{(rRcl.?9JJf>߂ vbFҨ%16-:=%S!*K(2ʸ.YSnB1!+A t!\3wZBnv{w|6FPEW?G:85_")_*k9?-w73ߓbǻk{e=uڝz(=~Oʱg4"9'@Xn[)p> #SY!xIf-5*asO7GfO}ǐvT26)-|7tn M2<:btpMj57z=ćH ZPĢw65ޫsEFҶхl9\08 tZgnmt=P6bݦ~pmuxr:T2ѤNīgxZ|5xt#%JQe^2,(u feeH2?& 탂!TQ`O }R-qƛuso\An?N&r g[J`mՉ!z *׆A/.F(jq%Wt}?-9'>f{p-`|↿Ko u c: qˏ%Lz7(%{(y׋pnCioRhE|BO7#]Jq)): ~KF]EOˆ+8:~χ#p%5~TT됌Wyis~_&a!/Yи[7Q5}%A_uV(;[qR*o:y?Xq-4dѢ ݖA>vSТKr ]yV@swъ6CJگ K\ΩH)MBlKo͡(OqNkD]^cܣwz/5bi񢠭ӄouti2B}f4~wދOpk 9Ά#xLUOqptY_r_v; Gtd$Vpc N=b86Bŏ%3\^ -$jF Fvxkw$ endstream endobj 575 0 obj <> stream x\s ׌{X̒\Gn4c[!lɎ;T~%K{Rx g_/զ4j=?Wg_QmlޟIWm䦫Eg6mmDm Y/͇Gݯ~nv\CV21]W#+m6xF%UMǶ¨VMk*:иH%?BCEoKWۚQ2x{](^$:;Je,R3K*ي yע֢[UktˠW So? [I}iM?yw Q̌zFUftuFBQU6[%"t!c}~ Yrw!~ޞv֦q'5=.,ixJ t9#к R#v^>A+rr*!͑@i@AX2#'\L(qlE>(H)p*#H 8Ȓ#E4M$͛ڸ/t K7"?pܻW8&]J( 1YodŮӡ?Nֹ˜_롣W`}uDy !w;jbx\*jt3t7%p:Sl:tv֭Ω8е]7ڵ/ E hm0w4KǧuIWtu#; uWЧqg ;/ rZmB*oɥfArrJq.׍h|6]7mTaTq(Lɻp8h9 ,¯hc*X,lWSuSg\|!DJ.p?IXk]DWi<6Q:-Q5* տjYH M}㇩%O[K,bŰ%sҭ|{E:pÈ8Vp8f/C )̑Cfx4Kz| ]Ŋ9|OKdw/N}aCXttB-q$GsGsCJÝ|3ozNh9U`cDL"&2#9Xkf°Y ]qDMe R\1ShHƴ6,ץ e 명m%t<# ¥3S Di(-Di`7[ _J0H*&~ E}þmQFEF$,_?`ԧ&J&L,0e]e|@DB@DJH( 5B/W.j# B}~=%6~8xfM#bNQ?SiiFp>][`"#L'r\{a' P@z30zC*?'x )GBHDd>JgA-zi%S3u {~^{Ei᱀%rPPiDN kJR H4BbegQ`Vx=y `Kq*B,ΨIQMQ"փN|th5p54 -xY150dA(lBA F endstream endobj 576 0 obj <> stream xZoF 7AV0Sw6-0C={ڤذ&?~$VzLw<ҾϴW[袂1ֶX]gWOeCr>3 S$R(#=}dt>{(?׿gaN̴dh zvUeV+7 P)b&D\ƪ*д˳FrհZ rVJWU,VYҗA5N߽Yz:T23 kLKwJȻ+;2KN>/Wץur?8\Eit_op^\M*Nf$70u0Ƀ%r.GΦke\Q 4c*@(qMm7Kװ68[.+0M 60lArl5,fU[5 _]T~fծ3؀i85gF٪aǶ9Ё 4ɒu($IE4Dc3{oaF\BNJarV&CpVy;N OM甉 ,Ad[-PS1ٔ؎m>8ݼzbP4!G :eghN=?'d[^KLZR$3vtr&Aо:0<]6ڞ}J܆rSj)N`݉|[0|3=:G9ASdXP@UMGw¨".|큎6#DeX2bȍaxֻꛅHCV 7#kM[F8~uLUԸ;93 )Ryަ.M$pmL0])䂖|'0;hvVY4筊hV$[|AY] DW8Ս}%i] BoyK 3i*Ǽ_x\OHŇG2^+`r'"@]mwhL?C9]» GȽ 5d-H}þNn@^s5+r?zH{=P ZBE#H{f#L43y,@fb^N(>Lk ȉ|. }!l8ANն/FyRtglUʊM&@rm?p@:hȵ Ž t`MhAa]}y]+RY*k,:NK<]f|]+E*m[R7:¿}ۧ:5#ZEMe2e5ե],t>R1aA?PGH߮I l.MP@ P.;/^8Kgy/DdsܾKkP ?)a=L_iO >DD2$o=+HL:"]fsdCF8~ߑ?va"W1_sEcw?/:jrtORp.(^2]4B)ꄥ˩;6eƤ]ť}}#)cy)9VFrӱ< &,N&-nZi!IY\F9*ȗO/^P endstream endobj 577 0 obj <> stream x\s6nfOINNsN&M6(+wkVH$@POOjVۿ \NTɯӓ=9=Qq΄<=WWjku(׏js>=}Q-[=P'gk&32{i IQڀZ4Wh]3_{yruДurq4:*=È//-3 "@}q&nSA+/F:f2][k>$]//Tqԋ7K!/^;yi ρG,=ZJXg/ZiE\ Ћi8b֞+O8ETF'κWL4\i.&l)L6$?{[>׶ZP/K%+>F-ڧ/ "M%ڕL:CUĂ2 E:=eikuf:=CgDmU/#LK생OȍSadܯy49(2QmYz8iO+;W["R7VM.ψ'Dxs E?V*tw_%v|f//Ra?(s0? dCoCȜA5b}u^B/_+DYހfuٓŹ5o\Qڇ J5"|mdFS}vsTa5z0+% /vF~ ?jkSkyISYg gD nCJ_QYᕋO+Y#s `tW)`-cBU iCܺ[ATxGo+.mp]Gۦ Zpb .h r݂N? ̍VR0q>-9Uq[AQL!MPqe%GV6L; / A*Γ XMdզvhGw%;Ltsq.P%]nVX2JMu+IeMVPd|8k-S6DʺJk 0]>@ÙYh1HחS:oIWokp 4`[SaJ pTݘAh{}wJ`z/A٨| -QM˼>I%N)^~t.nk,>-qY˒Q%DdߟIUem~'SȜʦ,Pbt2fv/uQhHn?]=YQjK)'b[%F ȼ ݯtn z.<~vAGt*"  Y~Z:+ {Sp䖰  Q90lFapqo޶\i{Q mKj@*n%[F7sȧD MlcRdo6L@G2/7wX_ָ" }|1G'.dC^ϒMTvu_nα(FtTE֍̓Q!DȾ?Gw7tQ2 5tsF{mB2]dd~7p෮76ż^D=fX{FA&*W;tZO) endstream endobj 578 0 obj <> stream x][ۺ~_` ˊ7QJ\"=aĻIoEghK#2} zD=Cp8n>"?TY*-fg=Ͼ{y~T&P6{ys~&=_ɬ43VO~~Qf?UgWl:{}>LLU\ uQ(ß U6/-V9!3gsJиʤf7j!UT%9Uzo/(E `& (o&K*ًܙWO-3FGަ|^ڬX'ߦNJO>N|J9oqGM$od߽G6Py4k9?n&"dhrat'+Ui>z}^ 3[,BQ_jY^PM/r`[NUd~1N~O(,mJ`ܘAY1\ajȋfoլ|,W"+J?x/U2tKfC**"dQϢ sp&W8_֑$lDZ\I< +Z P@b6z&gh)S]1:u[Blg23| k Eox1Amjy롞_ht>,RC<ɤ)'8N!/&&t!*}*wQ([)͒& v  @ݙ!2PVuzp8$|yB8*[?nq{#gM53pӍ߽ǿq֊ASDoTxJ >"F#>"QcDJ/f@o TGbb:r+ u|uGߧ l&b^>!/Se $b4YHٛEs~e>Է[Doĵ7onn|,@d8 3pjwU.HI l1UOuor\cwz)H82>W|Ux9%zj W. wd,ۖ 1HhY67x㦇_0Sh.+p|$[-"&YTB+nV|dhqRPIW{[҅Sc4@e+t\aj&MtМg{"?C JT~hLARƇɄGI۔.7cCslq]Az=!KXݑ\W#ZWxyxȗ/ǯn0>n={U9)hԪ'.iRњXqB])Jd D(ѳуxLM=c"2@9zTJy)yRY:@6g҅4oF3zˁ㓘"rKnSO)пSO֛}X 89 c@5~w1,Onogceknv[~<M]Վ׺I̤MFI8f12ao+U(lkmbfֱÌ:64ƈΌ݃ dVwoL!dy\!(ȇ! ~6@U}Fꁎ` Msݫi{It=Í9/_6ip6w}u ?3Sӄ7C򁀛F[pO0^(i?O0NyWNIǹjI̹ISXT^ʓ/ SWW"o"^MEkbqÛw8~Fd|~CaBtƹqt],`-I]._х[i8tӾsQg!GXJ,FMqpJ|+Lzw٧h:D?弍׍#aS7-1uaS1bM21F>Kp^ \w= sKL_v|JH6܀mVwn~~Sl7ƊJ++XG"1Ac4nuO әq V*+u|:ǚ1W`@@I|0Our au J buN87Rȹߦ%%mʟ:磈1{>(]K GcD b2-t'n,0w邇h9n BQKe^{b x/II%=1@Oxa=ޑM+PGwh(?Dld h0E@ȍDQiJn"|yh#NO{57RYdc<ň|cdN2Yrl'&;;&:dM0:ٕ(i)r8L!*w rzK&hg ~ aæڭ׃)<8c;tڀk((@F*xR+%~(ح{&[4l l|b@)Vzg45\efǹZ=?eeR}(,236ơm63=W>9E}~IO`6>D4e>ܨp{X6 ?> stream xZo67vp(eOm:`m2!)7q:Ɋ}ȒlQIVw;I}\iZkpd8JIp%2+3'u`31!Ō~ůwH?_70V :dT=4*OѤKRhUb R8%Rg(q.n+&a*w \2 PM #`tjhꡜeq,oeZgI߮v9N/ݍ}k=+5OssѤ߱1)Fq;.JдB^IY b$6@8HۢvZ*I'*VV,֘5F+d"p mFgv4հa--U؁NaX k*i v 4;ZI26*k+KalM-Xg AD5mUsjjIPRT)L 6~EВeDSJssԦۏ›|F|=&XՌPI#D,FvFK[{o!YDж3F*ߍ`<G>TlT:HIOl@Tun07r'Ws?Ei.!2JPQyUoD_:j-6Y<4$|v6)N5'ͥ{ezRpM^X]}h^XfpmcvoI*GyEC n#aVq]Wr_*ZN;(4j|.#JTC~^~2Mfנ5.'/TGz4y!c;Ul입2VA^&w%1Ad^ S|O/"GrPxݨ5uhk "}tRcF'4z:v>j!O>g'ԇK f2Ok{sPq\{Ky79ytǞyPoөRibǮ m=Om%N4s :mxVlZH IB,Zkw 'xWyvJ]y'|u yl#|./H)4XF_TC~Q!1Zwt]؛Us>f{$kCAݜ:ͺeuc^)VnJ\[>8µ &O7|n>x'n[dF=R@im|q% 5-)>ގ'Q4M5mH聟@8Ӽ[U[*]UNy[z_,>&Ei.+Y(iŇ$!jwP[/7DŽ-Ga!#C>1<*N } h'?ȨL^\ְjbʿ/gd@P> ZOO$(XYO.[:2u\.'ĵH]/K٨j5MUTnXK}^_U :KUNZCfe` cPnt+9ED ~e 3L$ DZIj*/Y]X0,i|eċ@ϭyQIwU>|q[}h@%mCr%2? N7~`^YIg>Z2;2% endstream endobj 580 0 obj <> stream x]sܸ3z͜Y~JTkv=ę&Y;\ƎI} @\IZjwsf"k  ~9=ÿRȌg{n֧'<ɮNO}z?L&MD8~{#]*Xw-ό~8AZǷb$g: AebpU JX9V9L,Бșq:˟Cݵr]w˳|.}J  r]| 6`Bik-mP~D#H~,<H[HUC56VylE, PnYϿ{Ze y%Ka"/!345<- ~HHfG=-P+lL`-4!i(D!AގFDi6b%_2H-/_Sܛ7 |ƎwM,Slp?YFXh`0e/@b$6C|/ G4&/@d6`Ǡ`Uq3eCіi5]2Ox2SI)%.ScA}A DlW 3Exm8C:coE̯: יpm1?xz lј x 9oFv0)~"/tQ;gX Ue=UtBX4AmЗ^ O'be2D鄧"@One2g45~]JCo)V9=K4ȢgP~{B)Ơo׍)ӭ:: !Dݚ*JS\W ⺥L!*c;#*׭ڪv*EaMiۚvV+x>r㞲zR |}*W~aX' w.QNqMȿV즓vvXP3(DiNhNOfF 5C5{*;XKgһ ~:1&M 8.k}:uwzV9?MsCjsA,]x64ˁav^HzaDnˆEFp585˗-Yce¼Ȓ+?/r;%u'xäwZPMefcO){op [(y[^Zw͡ߧ]Hxvk5gozUk'}i ֈGDfmS.{#u9@+!hp`QK]9VfC4eAU}0eBH{6xEb0\2ϵ >΋xOf,-veƎ59l xcP1"C -tl/ovNS`N4|}Gm̌%ǒŇCi#Z8㪺d &t~ID =pDɌ~1l # @ % 6At+LƉd΀p  0㬃%> stream x[o67Avp⧨-bC74m=4ӡ郖DQZwoRx\$ibܘ"Yǣ?$臗" G҄'V1Li^M,W^z5M'7xt3ex*u;)N4SLd"cvdܽJr (,(-\X_Z*f2'`AM?M-Mݕc͸eW)%Yo[\X.A)ԓ멐S!&_O>\Èɬ ߩ9;!iE\zpY5*<^-*KXwT)S*}?s^ &m+$0 X9*ź|^4Ƃ6CȏX ctuLƝS8LpBCJ =O-X*;˧UjGjkI.˙Iu(QVx0@0nr(A8KؾvXA,)`4 *)NZ uMtbO:GBCZJƳ^2(i3 V϶QMx"]&^PEtR]I0뺌Wee58{dN'y [By,IK}.ÃC*5Iv (C%{?(J&0 e,c*PaW)oH]Xsx(Uq^ '$*6טrG[WӢT]zT^Mzc0kc&n9Cq̺$Ka3`G%gB?b& |0z$zpZ+<-F4vYޣ 5u"AU!˂Zh (f^%0:0UX&}EyT!zTAw#IP|8R~cD^{_#ubBitJ!4dRUhtݛh$N8lt}|.ti @gm(]m/&}Eqp2IstxF*@۞_p nmڲ ^~u3ݝсxdy@ȼa"{޹t.@WЫ#kpwQlLۢZ7N9p,k(^Qڮ =T4(kOutǖpLnCӦ9Xnz'uK%`њ̶ؼqĭ뺊s9\~ MW@hq2%C2 ByKs0~}}~ Wʕ+hO뵘UR9H IR .J;;{L(oCD洕eCelخV•E1nШD^zXI|DٌWdNAOǟ.h@| 7gV. oa跸Ej5'ABUQfu(®0|QM*c|C-X9 8-Uj.iWͰ)Ci`ViQǕ2S ״MY=F5IP_wOJAx #!a3!vϥL"xJQG۩LN; . t{J Yۚߙ}W=O צ] w?`93˸e:`#sxi#$iܮxTl? endstream endobj 582 0 obj <> stream x]s6wz{ '~ITvGI'YfwݯВ,-vk*HG"I>B$'hh+p΄Nή ObF'LYE{${e2ohp>LF/mG+)1ae<:wewLZ֘N3O -rƓ\LH`fWODC)XVZX"R,&P^A:|ȕjIj[ʖd7ZBHO)z!4g/>~ 12|xoG %I9oᑌ~f@jxW"M*[;.mZ"xRPHȤFY{7h}`\&yAz>Ⱥ`k,VI"!UP:k:iƔʎ> :4BO %COp#3cC`/h(g|f&G׷ggL 0P; 5=CZ8\K_'$s4$d<" ?y"Rmۨ4s+jHCCxC_wb[-q[; p"ޜE1 1Okq))4 XE¬)xօ͋x\eP9@ًPșb.f}j*=Dt&F6y*y~]EdE6Y \,# m:-4d}OV;oƳx:yafst~,./T{9qx>Co:O㯨T]p%}\"zL5FMQVt=!OxBR6Y5 USA߮(-fØgs U_x+۾*1dپzGG(y5{dؙLXv h܈еia[O7Fsܙ--tVy1Zk4(E*4ߣ Tsv#4 _ 2G33Ye8#g%k+oG2V?%v-$LN>B+&3xR-N>:IҚ">TYe4$=#p%m"|v!% ^\0V vW]Jq/tNRs<7Pz/oSkim܏ufCP<̓X%.//le:)cEm+(';oUpG$N;KhO3}f,]V)_th=ŃYW U"c5(se'[G/qiN@ZL[h͋({.ոljgTƸ鯆EIU'xKh{K&p%nS@ܣÎsrU{MSҘF]_I$3&_ӵ:]RJ^Vg%C!RSYyrneN exqZ)D'2HRyȇBrov.".'Z+VW"p1[>?X矸H5xn@ʶo=RcIHKJG7w?+=f S4קrq?T,uvw $&{%NW#i ?-'|> stream xZo67V1s⧨bþfC7uKNIIWH#;Qz?<,g֏E)f9]M'NH&^L'L03ІkOlO_8% tr6c+vt/l:yP21͉ˊ\Z)zsj֏l0&ҁ%[.WM)yiKWQ=\3t2Js[x]$/n歔Ƴ̈́6O+ً ۇix#|qnyʗ2]&LهL;5=-ɔ-70ln4su`Z֜(wj `#s#>+>~s>/P WXnA>¢~mk5x&ݬ#61y1TN~18%r9D%TʹMibbӇr]QUy?[Vq̊L>@(eyәdsg2-#ɖ [BI:_+Pd*n\BMhh؛t .OэCtO>GBF).Ag $YMZ/CWb4"HN*~Ma,u5mngPEԳ[܀R>֍TuT~ENwꉅ.:FdgJ-R^ҙ/Y4D ^HҴFz&U1 |PBBVH4$M M+wwZcOC<AOVnVm'u$*0]:&]y U)R ֌).=zn;C[ pFwՐŝo%5b7ooHB<"}bPypj[`fy^U{^ RZ(CJL . g\u>pN5RSq~:Wp2&%y_mPG6Ah⚴jȤ~Zi2(He1Zr''Z!a\Jx> ~Z$Z]@a:5OOG TD𰸭=NAi@vD+%o;!-Y8[:}#QV#B ^EΑvAۊ;Ճpg֐hIބpkQU *(y-M,3~x{nw#<ݨAᆐc 뀍,4rqE)'˘7ݓe|ÌnezaqHxR~۸.>uws?Tw>_E_*_O"SO!#}^o6]y݅m[%0EYgXV[`ؖ\=^ endstream endobj 584 0 obj <> stream x]s]3|D[}J|:Jǣڲ6sX{G<-% `ӓZ𯑪+Q䟏ӓ?=;=窒R([={uz"#^]*l&D/ ջ8euӓUWo' ==y;KZ sJBGք]z#M*/dm-TJ*,{%XM\J# X#X!" xyYm%K$HT68_I:r$9Nx-DZg}xq|*NҗdqLk)Z5\.0ؑYU 5*HWGjꉖP0^6xi'%"-HIIR7z:^:yi (֡%9#j!`˞UAy:>JF{k1" hW ~_HP! fpRTzht0 nvn.a„{ۙkz@Ze9h\$VE9(дCQTPt$0% ΰe'yosQ8Uڗr5M4V 4cw0-+. .$͍k; ,3$KMwzio9QeX+hotEDvo;q-qjVz V7Cb&/ ĠIF[RzPy !`6$1zx7ۊwzMAgTRܞey; 2E=y睱rkTLpgvgQMQR oj 5IV+a;zH#dG˭Mb]\m<8eF&54Rr!j:6xHk8!AN)c 9e3a:C|w/#b`%]cWW]ԩ B erՍ4.c)F,iyO X\FriC;~6}oydY91_M?_EJ=@m;aD: ?OIK4=σlHZ*2:{W%>||V򝙄X c*SPùxէbuCUjwHp_#`avHK-pu:uܟw7Lj <$Hi)Yad'cʟ<)h<lB`6Oax ýkSi~ncS@wtrm3:̌#m\l;̮N˾vzۍzʝAB,mRJCmt킽c:>r(bVa w|>S26t%y ?;15alICcjb_b/w=w_4yg c;cVNCWly /5 #م U+ܱhU7ܘu3a \9:E֬uk]g}gtLpS;) aN1òInx\/zA0~E7vY_ 멤̌ީ6^̒ Bz+?;[P)U7'܇E ~Q008%p]CW1p,Qh_v|^4~^rA8nʲp!+ZlV:Je; [LvU*`Zq?Y0D4z|f ̕YpKwîID(TCVڀ >RJ(BbST?3_b}alDqO lv6'iv43tX?͋T=5FŭY)]M?+:$cN$ބCq.G}nj1o߫սz[rek8ј:/ZGs}I2@^N5H|q>FsCoLo, endstream endobj 585 0 obj <> stream xksܶfSxt?%'4NGdM,h:/K8KhǙ M>%?\^p֭Vw>//>uy?J&Mpx%FT6L;;7_Gdj_^|^[,ftTp"33Hc[wV #k&p&Oq[ ɬioH=JZG ?MzfT2J3[;Z$/$KK_-(eٚ}(3&/+Gr\_^sHm{YCkςZg4tP!0\L p7;P6%`ED9xp RD.@Ĉ9z+UhQngv`Cb{A ΝG^-FH!nٕ&ED f۰pxa]D /` gEoLjAoFh^^Iq,VU0 W0>zw̔2K)9seȰʎߖhoRDnB=Ɂn{|$XE)JV/H6Jgg[(}fdyD6_ endstream endobj 586 0 obj <> stream xYo67R0S}2C:ݰYeɲH;Qv y?7BIE?14 3Y.\.|Bk N\^/"ZId{SH񎿚rx\ܝVket_IФS`" Aj q#4HxNq5xF64qNpEd匕> Ҥ&MxKp~64Qd^,Iδ,Z#UFCʸlPƎ˷JWSmhxC>%mXaJ6ѢEǞʑյhKvw::0ķ;;ه^JqȘ+ɣ(r%y|^ v*Hh$(tsR[30/m?NmE+/mK5%n=zv՞VaQy^W=<~d<- E7@Ž"o(-c Ŵ"q:S A1]vW:E&V'3@.?EOΙpqg( (3LL8Xl;iQmS5y,rukc0uOC#ƧucH# %e=UoxzIu1s6hDTlN5r J=~UV곁W[u5Qt,!!V UA䛪3F(:pYl 3faYm+JWwƅC*\E ͮp~f\_{]At暒MKM:!^-Dɵ4Et˱IA;xG8ZEGVCgd<C5=b2s)gMRI3 ?tEr\3K i7\wks6O:g)!d݄GyOfxjkr '[8:.1(n/X mNnY} .͈zOVIkJ&A`tÞ2cK]rΈ*iC Dg (:H9$b ̆ `QXtQ?əξaK50pd|"/  |*NZ?=WW/Ưl?^t(no ֶg؊pu'iw*G`7gAr9Olɥ,F|GΦ7YC$1>ңp5s endstream endobj 587 0 obj <> stream x]s3zܲ")JTvL&}HN;۷/ %R]kAZgo|ϱ4-ijĩVQai24VEX}=~0~ Y .@[zu F+Q)-`Oi C]1%1g\ QkN۫u-kJ{Ӝ@I74<#̩+{+E0XD2QE_*נ8`;觳:I9g$,=4nE]6RYX,WڋdlF8v uhrN g?={#QCFcyj8}q<Χ|.2 >{ |2ZΊ[*sFpjGT:8ApE]nD_W[^AwT‚Fd]:rݢkr1d1 t /VqV$F58 IJ2GIZJT %Z>ҤJy3杕ҘYd}2J\YtsR(c#Bz.E08e-TaWh#ZUZڦoyqaC=|1  g 2P6>.*Yx\&Xnx?_ʹ%m2f/5W*jOWbQjQO7nۯn[k" u P}>}ljQuskn%U{\Ӣ-I-j^l:_U[!F`ϙ9×!+cbO1>XR{T婰1`JxjU#Yֶ;ɚnh9 p gtYgGf?֜4>gj=+y9CǾͨ3)̹Pe[N ^̜ s}t+"p˜)UeoAQ;{ZEGJooelq[l܆aN UV Zx3~SѤ:"l./w7}:͸BV2wT)T>iƞc*W+ e_T%i9_nzL.xĨ;M"F@Yvg-n4{$Ltd}vOGl}fTM'姃ڳɣI]܊) e2?7E_ endstream endobj 588 0 obj <> stream x]]ܶ}7Џ3;Z,$}X$^CNpddq(Ԫ8E@:=MJŏgQisQZg.o?]><ghݘϴ.2v_l7/W__>/ z]d@a0֋jӗG/Eol/WAbwѦz짿M PyU\zLWԓ۫of^l/ ͤu.^K?|{{iޘ&"^׵bRru،B08{}q軻Zs' ?nxQM'H6[Pj'\,3o~ewoxx0}~fS{RV)P/6gzи=y؛pko.:vop{xo̢vҟkbmg(mYI@1}JlmnǏmhsaꮁ !k#^I<Wt*~| ?1ABpykQ_W9v;E9| ^B'iڻ=ۑ3YvWe<=I"n~ZIo.\[?KǶy|ecIƏx),GOz7~*W5 K1vpcjRTU3tM7ESy^V5Z3"`ȳ\<{lg5BWN-H&ӭDr \aQ1-s-}}I`$TJk:#Hڏqoʶ/>+ a {YxָWx(]t Rb}2?u[uXs&(nXUu6BK.$"u>Ze:Lu~ƻ@3b 06ZHK$Xe^P"cilA.c,, QGcK _A* AHyXsjqchY̝2&5H\ds%/PZ.Fo ~,l$gJ5lnAK~2ؚ}a(?\ CuLtG?mFkRbjKC:P1u]R~qd)Բ0ֲWԁ2e]K+jl5d+}~J{3(_ya*zSʨ0vln- &[Wk(b}0m 0á˜n~l5fץ)FӂFkmu䩁W( ᙈNZ uZՐ`6XxA汦~kkVk^C(^xAy=s(UzkjVj=_՜ʈ^olb_SQ5~cY2g7SR=WbX{RG k(􉀝1iɟN x7)'%{$c8m{$oŒMD n> hioDP6p  xB}O?{lNv Guapg/ؓﵧW+!+M7k;}#cNL~~O|/O%AVѨC(#'d t@ CQKr:EX(X(c d>$ 1+TYc6 ;l@0- V 夀X>'VֻpGZiM۩&Ӳ[~p"/7wHcXN\¦p]mnJ#S6mP8E1w>Vq;)#1BD׋҅u셤$\B x B CW*a![҅*az"P%y$i=xLXR"HE< ފx:]~"W Wzxм<ī">"mZյ`ZoZoZtVj*!s"2*QB%R=ӣӘJ2LRyVI KGF&wRu3;/48pCUؚ'%Į{(rXJ7EJ%>R;pDbv*4n/[tɲH1,Fj % eJf,-Βx|ap.M*Pg8'U[ D%0!yi@Q~S Icaň#2QчPzbܢH%cgG^yID^yIף%F*DK6Г"H R1VuT2FjL ;D[R{FbiHe&qr$nd"-bo)XK7*rqgkJK\\v#l{!:t']1'H*@*H@*Hm%+3 j*5aүҀH#&* che / Nu.DY $Rr|صvBr.^TU@ j NiYlNh8*L_9D_ej]XWpnUhܚ @D̪ @DD\ @{E/U2T FU!NT $CUq,D 8]% X1 @tFDd @}P[F@6bC(\!23 ȃjS<쇗$ɏ`9O1(t(9?J5z<[&vk5H]'Q}q,#LP@8_iu}W*TAI>y0D ?Ȇ%dM5a,P-FZ\a鳕Fd8S  <{γ}%mZS 3u0s|2S(2S(L f@"3O0RA&3@OFurR0R A>¼חJ'jC+ӳkJ6EMN@"#M?R^'ůρ%{!tK.B]o mNr6@yw7Hܑ\b2kns+;E呎^ 0T|w @· U"I C= e%|cP [J _ U _ 5 _e'·t`a9D6uv0 t'w7*5"[m iovcqh⽸UcYVuoU˕[o$Ldz*UAlUgVfz*;h+wu,_tyMd(A7{\ރo  =HF. A@Ov ʃzb1I/OId4> j/?Fkn@zMƝdXJ{#'fr$g2BJM DiJO؄ LSJi\ ti2)C2V;#FR!SPIrҳȾ\ bWAB*{$WAB2{$WNDg/,~ td퍅m+R6 ^u$ ܌]M 0pq[(QTK)۠B  %PH~ZgFGٱ&PtmE!(·B. OVa#J^&׀҆\6_N kpՁ8FZv2d'3ĝ\Vm#SGWM!w $3dR|"f;+%, 8,yjg而qNJd6PrC-NnqYa1 J0B<&qJ/#M%T űX\Sy$n AUkVCE@CP0|5â `˃|ryQwMËr؈<^mwt]URpb1yubl,'aAy.V9<ÒDF'= K|X [/^ ?dd>0=qzQAN8pXliWzM?7֤2Np@:5 C+a|q(n#)C Kdkk_ώWH)>`ڴK߼m#|$"EC2}JX A1Fؠ)qnLn‡|x*: RW}\g_ApC71OQ ;6Г%/4\#@:&L]xKv'Km¾w9Gv|(Nn1 'b(:> endobj 590 0 obj [ 591 0 R] endobj 591 0 obj <> endobj 592 0 obj <> endobj 593 0 obj <> endobj 594 0 obj <> endobj 595 0 obj <> endobj 596 0 obj <> stream x\s4L?uzBߖځ0MCh>(6ߣ]lsw:'@Ykjz8W YkYbyvxÃB&Mq|~x </D4s(a7dwY\*z|xbV_?|;<:<89-\R$9S^4fRb0d( gҁU!$_;bTJ*TҴzOP9OУefH&Q_$@;40]9{iƽi VSV'ݔKǜj x.r.=\RF^JήOzjQ<#9ӄt}qV9-ϡ xń"702 V&8j|ݕPv+kP-i6%~O XkP@lmHz}5ت/Sͫ`DkW=2,֣ˊ:?t %s264K5J0a+gZG\hL%_&\VCk֨v$5X{`t ( M(Lm5Y)&ޅ _e)4v"UONarndPn.A=D̥)|z: zX"m/gXxh8o$Q m;wǐ$zIu~0lkjA9sV3ìOְw@vKY{ m7Q\ (p@[xMgaP*?~:6:m(RJS1bEs_ Cvm6!hXH`Eq]QnU/+]PfL-n-J+U ./_2>^4BgHQ(Lket3Zާם*2tlE2t.*L vАSFXe-MPG([TG$dDFԮcoz$SH5+m8jl- "m \FEφ905BGǵ`POg%P19gdLgZQrlZ0ct`e@ ޼6o?ͥ wz7 &4*lTƒ0n=Y6M=HO/cYB p0-^Gz%sZ9Q>;,(X^ԁ17U)mtb&Hczk1R퐿m&cH0MFN4LAh)K IɒuF1N`N(W~Rs&#isTocegE^DWp Vw>)"\5]P^AN rDo }|74~ũh4k_2 0 ?8\08oύ.;>vOP _c.Vsv$.V{R,:Xd4u?2tcA8'˜ $)URϺLr%Ǫ$' 2եMm*QKY6GuH7; OvցYm=Pg0H ^ll 14~dDkm3`QVhT㤕wB-݌* G#s` 0 Zu;Y `luh :a@ W|Bܧ|.< %WB:$[') $CH6` rEKzȈgZSu383Xu{['H2rxj 5A9A@6l*uo0`XBq.tb['Re">/F 4/Dest[ 250 0 R/XYZ 82 100 0] >> endobj 598 0 obj <>/F 4/Dest[ 250 0 R/XYZ 82 100 0] >> endobj 599 0 obj <>/F 4/Dest[ 250 0 R/XYZ 82 100 0] >> endobj 600 0 obj <> stream x]o]>޹HїѢ(lGEPcYVk˲pf$oJ p{˗83n_4';?=e#9z",oDk֛ӆi d^~755^4o?ɗEʄtFX4xV>gʲ oӢ\1t3C#$k .{b$Xe`,X]g'z0("D} P4VJi,wo7șlI BF"= zҦgCqrby+.WpigFo۞)y?{|HLgzz!F"r]#x. Lϙzp>5K\^iJpńFX{Y࿣z-/Ci2"Bw,8@0B e].6U[k8)a;HUhxm{7Ս/Ν=xl%0AJvFIp%8w:GDF)XY@ LdJhj ٶn\J!?lm62VWCooz BoėeORtc{=FS/%|5pǤ1Ŧ&+=*yeak0;{=F ._()Q-.k3s8cr2̶cw{'x»QEcL_`+7zC![(׋ϔƊ LbXGkVi\!iT LP|RZ '윫$:NjoUAu"W J6O_c٣KL*?HWOVdz-C`]Yph^?)lf stŽ90fqdiZ7Xʃ- UA[,7z9,¿?DzIm}MN T$yz dg°@]0Ķ%S󆳐"qn]O+H/H1,l1''<;XDKG?gQ46S"nOlK*K2 w%ЈGtn~w cJ% -?߁a2¾?EҠ_w,-;G;IccӔ]f%lr^߈֗qFoxuXQotk4D9> nKY]pS3^u*'$3{Loc5n5b#SFژ^JQ^hoVe]hK6?N؇ԕ^xaZuLk<\-Vc]^9.x39$>~%=Tr=*gdq*F%ٻk>|o#m&d16!irQ=`ڞ>g !{52h `; SJ-=?SsTNr,F`a!zHVm?cuˣ_t+ǑǴ?om91*vE!>H~{̛Lj;D^)8g&VWk)_! d,Bl&x]LYJ* `8fb4A᜞d~ƭSZqG?-qsqxr VM{ZI'L!VEr!d)v+E+QRIE&ҢxK.aN<ܭἢ1˂k}4KY|1qg} kl~@ך>/F 4/Dest[ 250 0 R/XYZ 82 100 0] >> endobj 602 0 obj <> stream x\sܶ׌c'ɴyhƓNulj:T%7ﻻ  <Ռ8$~`Ǐg5㢪+ǦN.3ݦ}Z óvnJ3(O(3O9mTbNH=rcF7ñ)&ɔ4o#0{2&7mW!M4rp-SŒq6m AJH@~4O>\2v5ڞHrVˬ,$?Q֎58 {f1lO wr*c$rSp=6;q0/4[x`HB6LxL d?>M:{H.&%?mj p79Ca9fe )I1G^E7#̣P&>k`aX]и/m|b5TiWF4f7LP.&1X;;8OkpV:2~ YL{ o7odV7r`-!WK*'2$rʼ/r+Qfpl#YH՜b_mI]TUw.:=LwC:VIvuLFN@֚ ERt}LcYv"0_6de!=r`^!/x=W@o;1MS\6Lt0s#@ @D ``G2ZD<"cxig*3gka@+Smg,8(^}H =i6;fÊ`qu|^.|u17(nvp+!<x=$sNۡ_LS8ih܏b,2t65p,tf3 9NXr=@gbᕵ3zSg3oJn<)̕AXYt&J1gvZL3„?huǔG7 x$GR X 6XթunOCz;-0MM' \asye@7_KO\{HJjW'$@5YZ[8~sDHXAcO=tV75Z:N[)-pvX~l '7kѸ"ΏΡf*دR3ZLrR`Ijv)QGxP @T~Hˡ)X+9ͭk_g4RgW\NFX*Y&S$Y\ӚVq=-\aTgc7Z~"| Dx٠CF|خ eub. 2s&%ZL @m|k S$vb5Y8$7dz-RΤ3! `97$]rC9U(9f0vYם4,EcQYk;| bR拲*Q}{˖]|xPgcc4E픶h'YXZDz.l-"kWּE;6ky6ی-ǤtKr4dD#'UX!g݄Mt+x? 7+?BAO[_IA1Ԛ>ދ^Rm3ФF!OJ}!Q߸ R_LkxfC6Be[}wmes}Xƭ<:K@R@[rBtS 47 endstream endobj 603 0 obj <>/F 4/Dest[ 254 0 R/XYZ 82 560 0] >> endobj 604 0 obj <> stream x\o.@~3rM +hqGZV}̐&NĀy;Cr8o8ӓ( D}{zGӓ/OO\3NO8/bNViؾ?C{ݷ'Vuo'Ϡ'v6Rꂮ1GK&A4KU؂ZX K&J\\0ڻGu'UP*Vier0KKKŌY/j⨝F)4_ZqFZ3tx4-zj?$+#˗KiǜF 'kWWk!WxEh\oX#-OtQ*ZȻTVLbyǠTpPu?K:r7H-nW_ƚ?2^sukQOeŢ5f\ʒUNd 1a SےBoՍ[&H>ޘy))̢i6jz &%IK ¼i_iѫt|'*OCai?0ŞX$E00nSGr@{@‚aTRi wSXJQFJ\TCE&xjH@˔*'JOZJ7{dEL+x=iC1 7OX0ϴXc9t{D(4<&7xK<ǫ ,4y5`*$8Tz![qX3X)|4wg{1IIv SʯlS{c V&o4G 3{9M03uWx[]<[gfa-PNFIel,j!E%Y˶rYJvDz n-+-2{ʹ6)0ZΖTU<w=g7S1yD ͣN.pK{8WR>l`"%<`\ Gq c 5gu5q΃o-._ތ( nڡT0{|ބ?n}<* *PWsJHJO~^9\?xHއLqxO)tevg%6~t`&PNF ͱxvCwx7Mhk~dĢIvф&|~s1vw._{*&GDj=9gj9 ZuMm7GmEo޵Sڌp\e(~.n)hU s6XM!o YE~ni.۠5v, TLHݙp]3ϴ9g;' CJȬaڢ!=p i5oh݆.wJ-ʷT%Xӄ6ΚIDi0FIp!`'B+~Ƌ eJf{ c;zQBa m4jA -7&ђ-NlHİgxGDGo`mmuC}Do@'Pb@3_߉Y:VdT5ЮޞY4 ;5гغW+`mR ;rL 6<P#T5(#) =5](*4dH QWnzkз *bīAÞ !E4ޗU Fk36ČfGX4Ӭ0PPײ "7]R +mqw:rpyu$qzlv0h6o4 ljW6_A `'ms^`Hw]j鵵BY1V.Τ-v^)G?Ŋ.Ζ[5|n3?刧ঈ^LMT$nq$=GuՏ*PJTcsS뜁XLwV^uҪ+'9P1 XBr=X(a (t:@}:wgک9/]AM=~6[ڶZv>b*⚉xEy276<ث 8bk1%p!-NtoIfw"Yyo~F>s\^D%')#l`H9>ѵP0ab l`Kl`gXdTIۭK%%+62Yӧ4JuXYuĵ5Po؇;Iѻl(ïdhu"Œ DBlh!ȩؤtjGE#SZQd+WlH1w=@~;=~S<)+miRj>m2\)g3%𤍋Y~6s#(K|^ntIҲ]{Ied"panBby)dZ2? W4X$1k&Ehv{>j]ϨQ9DF"c~ ?4n4w>T..,{-,xNrG>E\#Y% ǧ-9 \1Z#6J _b4Cd8 endstream endobj 605 0 obj <> stream x\_s# >J71Mߚ4v2&NypK:wvN/rJZQ=s +E?TU]9h}ߨJJlU0"+ >۷?# Yߚ۷WoV_ ~}itY;-4&lFV*/dm-T@J*,u{\ LE.\\F|6yE Eh&֩`ݛvdc%ieڥ%yhQOۗ )FZZ=6o7֬7ZgxNǑَTϪZFIt^a)g}Zz4Ym7J>U@S[~7jϙHK3m-`!f0ԕ H:aa罽`§ cW^oJ1eeq\ؔAi)^8\1G KZ[jmAY\yjBs&&3 jHeu~"oWT?LusYY5u5troVSr(HllƦ*[d rMBy(!>6"]WAci1).gJ~[+|ii k+i}kNp*D*oؼEQ0U]|ɰZT\[N ^H ̺c9mRMua1Ƅ.r C=,C?'ԆX @GHGv-BOeDI'.L ]%2vۉjFуUn#I`9;g-oY4*H)3 'Gq>XtOt:ͿTi/!w4T/P&Qn;Qς Ta붳5y$i:/q6O4]6(A ,i;,4[x|Z+_SLJhf}rSp,{q((VLJ57/FnˎOn)Sh(x˜Ny]Sak]3X=>ޏN mG(86o<6uBq!ƪ2ŢvJ w|ug1.,u&i`9anl-0u}c8\eGO&D |EOgNCQ;E#ҩtb$^06Kt(yVy}iH=!g7<"uLnЇUVr݈fSgԤYB$P(v% ukKIS7ye[κ-}s޺52^ 0y;eP>g0?{$>3(8z08P$SCLg..J&$M.Kb،"n ;=}@ՉAVgCyA^,t%&yu ˾RD*?1,u p6T0֦>)Yɝ%y2$Rg@l.zm s Q@lD8`w2QK@]|9%bI\B&Vjx* {֞Krpj] [p5TU^>y͙`NʏEphAΦt51Ĭ2bMwn־dNNm%,`&W Sd> stream x[Y7~_iC? m7V P"DaH*ig=HxUr]?>ZȊWJWjkGݑL#|̛i4GzDV譎ow_nGwjL' LEZ))0ntZTHD gңu%$(AR @.LOzÈ//4lLIw*h4J;e5ʴQ}Mג> }3zQxybv-XTW'J>gx#]<#9n"S:B?^3M^Xf@Ш #5Qkd{m\[Ky9}8LN_n| /mZ 61 If58 Rs `UF2*Q9GnjIjWYqzh: Cɼ쏌 efjx@aTZySLӀ EӤ]dtIF FIl]>[7J1&HA! QZG׷EtzB~\N[8>Fv yFUh4<$jgho\%9gt˙s?aCCpUOg,)VgJt}9u#ҵx8 Y>Zsvf傈j-?,g,9&5YtLC l3TniuiP>ּ "F0 }z{~jA{@#̋v 9vgv~DJSAPmJ=LmǏkiR?Íb hV9f&(]ޏɬT,F@6Ƿmv}}U[N"~73tSRR;kj h)b /F<\+14b 5m  \߅De|87 ?wʤf-[QQy w6oіMѫ5|fԹ!\3V'FlB0CKfٍrl</dO\hϜ%H&sէQu86dyFjvIj@7-S}:ȳᑧ;(90R>m_i;<9l]>ݔoo'A|nS;/2}9ːb:?^(|$L+%ߵzA57dl}\lw# pKr29/%,E]|PxDw*6.zMѬ%Wpw6p=>)> stream x\۸hkߒrE䚤=Ep}]˛ߗ3CDʶL C7r8OGqYºgbq}|ãӳoB&Mqvs|$/DQkV҆iΑ8{7dqϳ[q37Ok9ќ"Bϙr1í{VZ 'Ee85HB2kͣ%jT@UU3zv4^Fif+'dt 7Ki3aRrv,j!~K"?~ҥҦfbj(ʹѳr |{vHtB!l5vWV xÄ"7{aqLVK\Z|˱k/,vJY+/֒IKoQKg uNI#3ͺVzpbOuoeڷHT;L+}_Ulak7u %eweli` „m9ִ8߾*>ycj\\Eh豜ҺfķzLVڍduĞ0džF)&Qd& ODpvtU.Emi\;4/;ߕs{~|)+VE+@c0 RJw|ӗDq?(s> &c}Ę$fIc> @lk.UOL늆l?EeV3U/NY x zc6hGx_#/,Vz9ٹ&Oaim!c;ˤ5Wt[8*& B̀˫r.ۺwϥ48\BM7L gɝލll;ǑcMtLg^T` !`#6kiĴ9UL6ެYC .na8MHU$rSc~0 x}Y]|k4RW ` A!d9$?ʢ;„*N/h@Ý]aXYk jk;aЭUSAT.{d xŁ ٛRNDPLj^rUG0aU7 Õ:$b2+tõ_%s:t&۞7uEp_eFϓvJ0R%\&@E+̦6ܟX46lmEh5aYl-b8ݪu->QƜldsxgՖN6/{ѱ`i%Vgk=q*YhrʗF3q=mCTf1֑du=NU}.uX):xn/)xŝmR.cJvUKQ.!{pS1SMp+ Tet*1}r[+ ;ɂ:ey5% IZVe k]D2z 䮆6A6MNL<8mvDkϞZxV=_p:1kI_s1i?GΦZ `xJ|s!%ۚP#p"ض!enO/Y|d+M'( |dM{E k||l?R:({y9}Cq.5%Jn8! Rh\ ]xE tn0w^f/jQJŠbJh*XQ4s wϷmO΅\DŽ _:> stream x\_s۸L O.sL.>$8JYr+w.@$,C.-ϗ%+( U-/7o./(8gBo>^^pWY]TJ3w϶uY|ouRŷ//>왮<KcOL:՘.VEK&,h\\0PjVkUU:=eÈ"@{q0nB;3ROD5EyJIV&G르eVFaxy3| 9[e b~z~%l 6_} ~iQ2Eh4^SI6*$RY3dy'`%5n-XM6+gws3[̅= YΠٲ{5o; _{uضicnBYjf6|k]4:׵Y xݶQC΅, nMY[{9hsdhTpVzǽwL[m|_qH !(g>L[A%rf1*v\rY7L;\.1=BA_v_g7#C RjN9N7c 벂m촋1D45NX&顽ANQ|c"T53]s I/԰4X!*rU+! iM&=~=G#a`q(dH[p'ZTXS߬۴[՚yDƜl̋){J%L=8KmRo9N[ooo3m &d/nš#fxȧtS*Yҭ))vi"8鞅 tE3ԢeV7Z"2 ҭ4>~B m'4!Nhee'ӣ2t] v<>Fi`_x=~S1d{hQأyD[w ~mXIJE5:e b>;/~H?Mqڝ/9afʭCH,f$t9pDTn1#1tiV9p;]E_U6Ÿ*f\"x% X:1vEKd,IR c'x@'[Z0r:ZvX&* DWN-PLQ>A?i Ҋ\Ҕ,IuI3mkJLL8bJy9{*-J f#z حbQne ,&'ĺ{cݪՑI7F0|D{RP7InZK&a$cJ7"@nܨJs8 gy"h$N@T {T7%$q+iao\@Xs!c\BLJY\DzMVڅ; \jr&k-aۥhNZ[[ 1ֲ~"Լ WO1D2ĹI່Ǫ+9g5)5VXuªª)v7'Aɑ V.y! > UKJU0xpi{)n FnڱZmw &fqz8G8<>} OKxRnؒ+-g;xȥJԇߦN '09&Lrh]JدROqYQ:N'#irC8Jr?Lc endstream endobj 609 0 obj <> stream xn]a5,pҠ@;F"}H GʒirWW`g_C}NȆ7m'?i.;iOhf46L= {kήa u_V_^>nQVpe|WJQϙҘPadDΤwvGGuJ:G ?m`(fhym$Kx1 /Jn&be3|j֊mtiSpX]Z]lj4W\W=gb'yFr bs,ϡ`hcX^XfP,[fGH1y`sZ:Nd 'm%Rn`] //@Fb M r=5}QG%z2MYZzu4cE ڎ:`|R2'nrG#%4&l#5> 2lL$%9Km=K^$e2%M>Ɩ z@KA-:@UU 8B8=< i0|4'F@t#j`g> (|nlr DۑYJ?$ ê'i[K~ǯzBN2KHM=2jg]T ݄g[#<\>A!E( JƍWԯ?ףFseEcIifd}MvFaqDa+5u?'> stream xZKs5o9X1zKTHEdmߧyH^aj~&20}ևƲlm_=` CE J9 i@~\ LGFN%;s+@QMJڨ;LcE9IO!w7,v eʩf ,%%ʐ;)L('Qגý&a!k[~SP!0~: uSm6  th$V\M:TṠOo=#LZ#K6XgJӥP؛0C0=L #%U(eFoG[7Uo#rXf|tm0Caj&nuD-97UU]E-8 qz+ݰ޻o8&LdSwsf @}  kS!oAdE'uΉZ<$.-(^4d,"]惏# 4gj1cYS:r}U+.W{`o8pnd*X/˧9 b|ZɜfTx '_iHsl7CԕM!FigT|B_-J{x 6SP5JCS[,eC=Px/MSHHjκȜR%0LB.p*`"hҋplN"MJca4eSIeP ot%-*r;șlh{=&1vG $Y*v(M,5#RMij;kdH&M#j_Ozqв5g=Eޓ#\d'q]#u9I"'&9yŔr H}kxESӷc, u5-* ~`Ѥ|?F9Oga& )ߐbėg=)`> stream x]s63zfbH{]?n:Csvs&} %Rr\;SeW Y)J(Uϊ?V2_ S,6QVšR9n DmhͳbV$bYkX Lxy]/J(D1INTЯ~HP@2MxGS-ѫ*-]x*[12o/߽])uR?Wzw׿0ԁUa()v.d%Mn:ZB,B[f\dӷ?8컝fXi0]I RIw۩,6RF`*!B+ 5\#B;Luq__uf _?p0uf/)Vq0;͐]$0z8a'LHaɛ5"9b1`ABFm k+:qo{ee*5ǥpZ;3ӌ^VǑ ;2=8T+]GAV{/:c ' ,u0mBD牚Z.q{{OإF 9wlg%TJ3<]8[IFVP\d\nJ< K'8aDFvrSbw2z|5x^+48: Q  Di4atȹSO!;tؤs$%@ӿhɬ[y`$!s~5{{"4ߌV!M{3H! &gבt~0/τHG\'QFe "H䰉 7 %@lYG 1V0@:ӥ?P =G7y1juY0TsQ.H+F7>!E|O<4$s7It & ^12tC=iFx8`i׳KcB(9,2#+\J zn}.uS<<{oO!Miܣ[60IADp?~ܓw"'@Nܥh"h5dմ%fNN옓_ra@zơu6˅,R}W9C&E(?J"Doe)l|_gX9;w}O 8̸w-^Yh-f%HO 7ȟ]!3fjqJ|"9+&:_~֢T;F~wmgi7 `vgo|Rjǜo+:5wTpLjd Gʠ`y avHn ӍI~`/,wHl~fg/d ^4R20&ta=FGG՜mG()e,K8X\Eԁ5O_M3rH,U'MI2\>tG;Cr[>jr=K4Q=dU#\@gP~ȝRp*wVDz~:C_a?eԪ0Ņ'$I}v٣ǬYq)/'[k 5[_8EDŽ?s̠lھᤢeI>`'c3~Lfe= mŵQI02Hide Gv=ϟXy>G60f!I9C;M{g}\5 "Qo|iN,(nIRL<,'#m>!'heLq$Ծ14Ԧ/s~?08mmwd~o> stream x]kT}}J'h NQw;_חkwDެm DR"EEj5JW֍n/~yT]}/J)]w? Y^.oՋϞ€>m."WҸZ%0pC[[UNBUB丩Q7:"T8RUn4z+3VxBIt*v˅z"])4ɲDz=k z|S1RV_~|zqfq]&ڑ# CSII HjPB`0f5nqG)g _zw d l%͞B+|Tj|4lR?|ѷ]P:5 }G=F1dHvR$Kif͢jxKʳwQ:.Z+ VϷ{ts ͅEo.`$m.b8a>߹YpFN=z6q(z1]FH*`&GK.h^%b<@j3( gh0nB+r%G參关Slvpލ5%on Gz8{rKE]cdy 9n–.z*|' kNp^yV}U-d\ʫ]Ijy]|B><)Ƙ[q63{3*K8x8DOB3|FuoW9V@z遶KC'P ЈL5M Fp|`J xd/i=L4 J6 #J烘.srN?Si^ݑR6}|"25*mIMfk27igĵ51ƈ8Ue^+{-FfXp&C[h%FyhK4}6WO2Юo8 Lhhtp%4y|J*xFrڒg DLN53 lIǑ訋6{;4cN_Cb? &Le~ PJ.sOl_p״ƅhFePu/ۂB n>Z8G?P~$6 kqH[SIJѕ#on3SU61P9YlWхv:[*I-&b;9ִG\0 `zo 9%2ZTm˙+d5+wqp%;M'ɬn:`ƾV8}EdWì9 %yx_+Ιi;W1m\Ŕmef sKXjm әjWC˵* oGE7Ch-wSHN}BʤѵpK|K'XL3v .I͟ *3oz"B%+;qSN ̴tŸF:α57 ݧ zeJԺwquƨ8ALFCx Ki>O1KO12vȚdysS\\_2Y6}Z,1VȚ2FQP{ڒnAgTC_1s8O鞅Ԣb^$巩y0FVFըYDh:oǥgxRQ%+/c,WFLJU>ǦhiZY,Mo\v&Z2[E/b5NdKaU2 g 2].\q[=$tZϊ"V0Cޭ`X(o~ *YjB_? endstream endobj 613 0 obj <> stream x\oa7n!4EĎ;ER_jf+C+(<] [ClƫqL]Cr&qs 4iL&Q,G#adq.ˀhb:-ڵA^g3"QBͯjBPjML(Ŕ Z,E@򯪂&^Ռ~i/GZ$-VϷBDV, sS2%B*N;lƂjq[[Cx*Śoo[p .U!ha:JӀad|K”e/˅;yPr@0gV!]P Uzm|צIt-Z|c^n2GW#ǚNż\5=Lr.\W4X9bH5qF!5l5*Џ m_sL8yΥ>TؚX5#M/;arPx&b[= ]𮃖.zHsSG4G?dl.6Xi24XOEtm$2J]Di s jMˠ73i {';pL! 3~쾇E%e¹2Tgszoܥ{/W! d4*UuyCA-] ]#ЪtR2j`;,ܶtmnz"mSEI5Gzr?Oː:?I/cOmr9M횚 qYpP~tN@=—1 rRHL70-n?mw@7)&4gZQ3*5Y]kWexM[8ጪev;shBX/,pԗ(&1F>8YԆT&cwXti7;-aBWpd+}vxx}A:x3ZMF7CS!=Z 7iM[[0aAicL\`]3oG8bxui|U1]M'"yÜC?,tEEWt"68!lqh X\:}7[ptMse:8{Tېlڣ4ն=޽IӁ'M̱NdRhH$c$6vqƔ6eEybZo|qpTk;J+%>#i2PMƾ1W.z;?DR=DR*ZH{)v~x{j$;9V'6fkn> Ck'tb N(OQc#NU FyOƯIQ"wMX8*6utAn&sþlq$ $vhPaY&V-2u/JK\#ojjEɽndSֻdG=Wyud!W[6 V,)ܬ!4; plw ۡSI~A>xJ(&HSoZrKPݬFbJ%4<Om\2(>|Bt} Qށ( R*JHD,1mzM綱tAyH~8RɆQų+U ]OQp6\]dHd]$>v> fzރ {>O̷|*q4ȯ[3?J"aANY9X}w`aR^̇9I~7 ݁43Nh _(~Sq Md +KlRf414 _)kq#M*z3LJ4hԄn]l%4; 4*j?% Q-N |DvtE k@B-ǫEظӸ0K*&eF-2=/&{?3 endstream endobj 614 0 obj <> stream x]k̸OI)R#v.(ξ\[w>I;#jogR^%")"f5븨ϦOϪ7'8gBWק'܎+^jfa/hduߺӓOO^_|܈ :s Y#xb|ͤ%FREx蚉(*.8ـFuv+40itzbTkLR1XZ/lRh; nԄSb(ӈ'bq">$:K5{Pqz}v)R|⻕0ԎiQ3E4TͺVYekQxruǸZa" P ZY=baS(gf]_ǚ1G&{y+L%R!nfw4 C{FNMC{Եad ^!ݤܗSKny51[% F3,TU[3 x/BGD+n'jН 6,^PRړTl#rvf3T I| j}9"ͭ7S:9 FB3XuAJAn ,x6t$D@ng=[M%I{Mas(R|]̈9S _}ޔ;ݫ\y~`Ctpt#3ޙا 엄98p8hB`Vҧjw3]^J{Mw#)PK![ҀOK@y1¸e3S`O":Q bF.9|8+N"%5ٍZ"O#aZ!8ňjۚMef)H>QWPZ rOqԦaZOYmIIKA;& IIu3hĦgG씾i hJ-[CwIO&+)\X>Y t- udVeSb:s~i`<we)O-B%:~p_y@u+($)=z>}<˂7roypm]}&ISz6cLu1\%kf1|q 30H&!KUv"1&:L-̖Ȑ[(mt*o &9|܅@E/UeO8OB9b9T6)H,ͦsWw="3="*x'JH`T:Y&I^8 TҳSIOM𰹮#7#H(TngӶ<ަI(`2Ld4J)+T_™WDq9Z=ʁ&#z_a W! 5CC=K^du9fb5 rw=wu9=HQ jq}\Å,ps<=# igCeTǠXM 9Q!}лv^/IIC I*X0%e",'%S퐁pXddV# x4'e»$7T<¡g3J?{,V\ґ4 U)]uQعӄ \:@}ct71q?! U1 Ɩ4dU*YWxxd׭fRSLx6(jK}s //^#eUAdDi%i2J\"*XZ& 9sZbNQ0CE]%mnII-p#,BN7"MqTCu:g4!P$lӊ a:$Abn= ud՞96Э GO@չjz֒ k-Z#LB!̴P7{ԎݙOv@ [0om~Uۋh;pM;hЎάta77== v vwPr(0 IuөNLu<$ça}jvmWkfRo0-W. tTTdCm܁wV*QL '̧\%Аx_.> stream x\oܸ7AZ#f)RקW.>ة8@?ΐjjWv ,H39?m>_^p_+dū_m+?__^[Y ]^ߎWr9SYmO]Om|z}ys]Y./>OrCFpe*WM#E=gʋ ojQmFZ&*k8$n+!YcUZ~*-k Z3={h}Yc,Iԗ5 Ng)oϵh̞ٳL33KיiO;- Clj~%eo/{zDFr 5Yw6g UYnܢa3Xu^7rWnlc%f+j~luZfdv9lx '4Kp?! g uzeDjT4T<5 ӑ)r[g&zbZD,]~۲jz;9#] M+sehZXڸ(o4G{ZI>G!.!h8^:N8C7Jב}>F7J1a  ,. /+d,K?Bǧ d!s6VCrյ=ɈWR'-Nwp68SK`flǻْREAP-;RН+Rq< $lUF~`33]\TK2 B.! sI x\pkT04 z5'2Q >}DM![&eMѻɡI]eZDdw=D0 t0q$,SNV/_Yg aWsyۅWJZ]^<}}6.Um;n-0$*a9+F$H%6!IQ?͛kؠ?ٶ|tmm}qbwx]{RM f73zC04+赲-RZn;T*|BKJp/pM1wM8Τ%Y=H0-XosI|iQea zc0tDH>b46&KKg9y{V Tc_=p}o ^@7ɱWY`d^ć뮘ZCZpaΝEax*Ua 'E`/F9ANAR")yjdG/$뭲ch]51-{ fo%/dbMFj!O#`L#"[ f5 Zf11L/-u}ٴ̸_0MYF`Q0]fN 1~9>Ox .Ohݤ{5B7ߔ-툆OņvR)&@Lb C6Ef| kP `|WOœ8M(o*yiKMWE(m)%.=(њ9lj[~֝3U&h| ϱz\Ab~;~|w;s)hS:CSȮ9Q_CHvGNSSOZRk/ Qo̖G~l~}OZYw/"Sԯ/n!-AE%4 ͂҆)0$5(#RI(ꞧFшD<;6A6"g;RYJc'\v `: "vDM&m5/}0~mX-@SKKf1} _JbLjGsY3n7a%Cm#߽JmGuejvi* [q G&BAʯZПF e Okt~GiEuN:s+M:qLS-GH R)vrc0%ۢgA8"pҫRLz`7S1ba߻8mN e?5[ʖM0EmR Sc"_!bU] 5-YZUt.ftJ+̠/Q6,5G(gAg% \?c8 A 03.ZS| aTEodaWָ;hǧgYƭ9ckc?0\ endstream endobj 616 0 obj <> stream x]sܶ]3|XIf$;ΤimK>8}PF9') ,@$PϘq, R_0_Kh+uKb/woiE:# Wj8jDUs~XtG"^rĚNj#Xf/϶r7=;O L?Q}F8ϸ*adDYR; eQ~Bm.7pwEcI1B/-0jw|`ݫO -N mn%uzf`41` Iϲܭ{ᚎx2=361bH`݋Wwcة1pݏm3 *m0MLQ޲/R lف4,Z?>HV_ltco@~Dxԋ͛l t>կ22y3qM$#dG0T+4>鬧zSa4V?*Q> cQ6$3D038~˻q!?ZsIkbUh7m":l:rfu$ Q(XP{t|]'%,aA㮑Sm'P;8kpBmI5(세Z"ゲ(g,q"!IXא嚛Eßs^yhAt B64#Op3ivo~WeּO`qk)?(ߺD,!muk]$Pku5|I֨Cl WK_c/YaExNgjVQquT4Xa)׹͂ oBXU?A ?ɃNhʶ=*,8WAn .p$2Qe0kS9<71S `eo>ŐLb,ݚl|Ju\ EK#)-AAƍ=RÈğ.MAJ1 RڈA*F&{Yrj2~p᳨FxikHRPfqNu9]B%bFҥi)c̑_ɻ?_EAu<V endstream endobj 617 0 obj <> stream x]s63zĬi:io7!u֮YgrEJ"Z-wtҙ*^$@@ӓ_EgyVӓ>ɖ'.OO8gBgק'ܴ3UU:+fޚf_Tͣ2_Y6%?̀?ۊ6: K߲(ϙ41Y* ZgΙ:]? VJj 8*KiUv4T( - 6qNff)i~rƋǩ}1q=X|">$#ƶRePq 1{ 9[~eǩ=)"g (ʩQGnH,foH\f碚̅T3.akxl[ԳgI(:M6TT{W\$0%) [jB4ڸHGY`F "*9H@S}L@3 V50["g }DOL:,- fpm{w{o&cԅ1,iVCj6SNYIhCnw㼞1c?D(Y3IM29n.NtZpROmlUUo]g¬v8u݋:͵Pm^!q.OS 2'fLV26`?4*lB{*s* :m{+zh,]ۤtLkl|n8lM>Eex`zx!ܮѻKHqEKJW4ƃ. _+LImˌGeѿ6ǣ<7Kh׀o" d6/CvtKs#ؙ '/gx˻ۻF£Ӎ1Hbjo~[_n(s XXf )Q 2muc6Vm+e^4Tw䙸%|a֍"~kp.PE9"/~70 O:̲ BvOrMViG58Y=y+Y])Ӥ{iv^3}co X^M,f"(}mֈv2f3xkHAT<0[O-Q+QQ":/1(54g A-3q:l 4z0ԡ6JDN7،`tXP'g Ftҝem+hi6MM)_aֱvjxQÂgQ.}>UwN Ɂym`:,%>BڲR2^6@tJViJT4x6t!I;iGn" 7HywBRyy0 m0j0.)p,oqmB?ݶ*6bJobBsF[TS:Q6ή4'bZXF-XiLס.5Ma_Noke#aUC+8c\ϛ.e  xk)NYUf#ŴLrK~lgN{YmXرh"<n#f|Pr|3 Fi{c{+;e= ƂIH\P n[HAen{'$F,zXMGsw}h:0+ 0ZhdZD8W4rc NTǸvJ+`h|t)U@}WarFbeGԒYhe3g_Fq.1k[v:,y[8' 4Y6;~L! o]_}?NFW9,iLy,"r# ee%aNow/V6jG'ٱIBB8ӽQhAQ">tMuN!v-k,|NGI;cu;T 8&o[Nt.t"PIN%V~RI{vLr:e_=oIO+Խu' ?*'JFGcxlzg[XsJi!;gϗv8P#>zeGRQIYPKŕqi_XMNpN~r4XSA?pc(xaT `7c>&Јq>f"aU&nH%z4-Dze K>k:!%>{l*/AGڂW͚B( ]놟]_Ũ]iyj=Vph ՞ʭǕSR_$"s4SyU"X_$Y+xEݿ 7X;[Zft,vfÒ멒6SʚkjIZR攺|JWTJPqJ*Y\^UJL;}Y)+%&M] VFŤUcҸtx!uvA2|e?Kd^y m푆> stream x[Ys6~׌4F;}HsM;Ii<䰝tbɑ(%HM;L04boKd%k(رjD1?9z~8>}@3Ӄʂb.*vuqvi,ո):ݷ>;}YI-:t /.Z#xd}ɤeرR[./*]2QM3;UaUVUv킥ui}i,/ 5qNa.jMm)[qKfq:"=$+#]KUDD O7.4%GZL%ZTɚZYg*xreø,Ra Hu^=bns(&f&7 ^êFlEp~]= o^ 'b ĭLNOf2V!S϶KT;+#މjXg_5z{-(&2ix l.PR/3U5)UKd:VMJV' Z uU9N4d\ *9VmP#U(*J1>B 㷐<\Srcܚjs7`ZaS c^,ae}s+EYgq<^cQr{>Vz FVk# pmG$kq[4  h&i17^ PkvC> rSeA%mTGcCwrBD ]_bbRDK0w ievp ٲYp&boC$kd|}b jh\3]/)>WO O| Aߤng>.+nOo 3rq>pN?p˔G.F|z6f{NSUJѾΡTRȢ7ˠ.Z AGKdPkB*g)0edR GzIZr;[Nym  ƳW^Q6Ƹ*g~;3<ϢdMA6_EZ Og'cN8[ [mT`ٰI-lBÜ*&eb>%衴o>T|o1dJjnpL!2 РYA,|_m}ژ[b)#|Swq5vYCǧOq\HW0h8=aېJS@:ěq!5Z-M")(Ǵ(emsYDj9#2EHϺPdb !HSW9B26Ox?aJi!v(7 OPFRx"%]-y/z14Svv-X̄rU]vי5͋i"\y>epV3.rc|c?q:w lGXu.ÿplϻ%)( HJqε9܍E=X ]GxE(Z~gA^YF>#ceȵ^NؙDq]zSȹ%,]7lNG5GU'؏Cg><:`miڷ.>x,GOM6 qEyqۿwՃU+ \b>se }c%kЏ$V߬Q! ^6ws[ 5tgB@x<,ISR@Bd) %R gz;#l=_5 αW endstream endobj 619 0 obj <> stream x\s>J7'"Sڦ7d:IΙ$'5* /vD ,9#%lIycKOڒsBxC! }٬;‰sG}%q>{4lukU6(WDåj2w} /^6ۼW[x ']pA |R`2aX)>s`\ǰ[j7p|m+ udO9\O(.CbEbg/#L!ߪ)kOqz˝?߼m>EIaaYGB|;_0:ۢ?mRFz%M^N=DHEG:Lva!T(ӹÏ8?CǶ_P l.9 u=zw?&]#~}'#FakK,X!9U'#lhbpK&,檶\ ]` u;y;*cx|znHV=4:W)QўeKoyp]l Pڡazv}8ei+H &'h]b3F/B0@828~FW3U>{ʊ}C.AtGק,IIׯ^}NKD1e- CNھgn+e'1Tu(1M_|`LC[Wv,'&J8͍7Ͼ֮B#7c2+(>UŒ8]XBʘqH!2[(oT0n;v_osl]Qi3jPFX vANii}4mM[{ x]aܻUOrȠJ*"HxU<7]ݸu=g,߬r"mMe<7Uv_ O:KwBη1B!ādG^Tpl7]#g۹Pۧ9ZM6ƨ(!Npv8 #௶p!A[E7C⪔͚U:58!~M•-*4iح&bJ\ƝLkEEDeP28U]lv^%pgtx7k={EUIRbVz*Ɨ`~R#Z!{CΉP1LUG[geɯRDuZDieE]ajmd4ʹk9>St§t gXMwqq/7L'q& E$\LNZb$! 2ˆg?yHZ"&wo0ƸxCp²Y1:Y̟f*'QN!Mngdp\Մ=V&!XWti/==/Ii{sol'GYV=UgQ/ endstream endobj 620 0 obj <> stream x]Ը}?qb˖IK]؃<T]K.>,ɶh> U%[R|9?+I ʊnX:?//#+(%L/Ϩ+ Z(A,j!Ѐ4ڳUwY|_լ)^ٗ# UђyU1/ פYVZ Z,5Մ, S@qSPF*ͮVҐFA,xi~I.HUkZa/ lBϒIՌSێ<-''edut0T/?}3>'nݳNmId% *IV6WkC+ByQM+" TP֭V~G">l~QȜP!u#zԈEMakY֤ӠZLzDߖ;j"0 +<|j.+",Gmk1wj%+VL+|zi|ݐz!+ 3Z5`Z)6d e4L-Y1' 1mNj|UkQcjwQ =fr!JSK>SHTG_q+?v4z2ImHx@>_0:[y=NÍHCoA9lwj*<ġDD˻$ţ-[-ɘ P0 ؛$uPc[1 ;Dre5ȄQ25P6%1[o;+;g-"Bpӵ{J߃Ć}@}ZYwq,B| UIt=޺n7 ^߻k"528X׭7~դPLKxnިs17ˑ ʬ?  EDn-~h^{cZ? c1UC|m?uk9ro8Q4D%dB;eZrnj]R|N}nI@T%Lp=Ttl[iہ{g5bjnds$w.W@vE`|v*J?J1=pn0/-k0pM(iDv+ERR[w6~eD'Y4-: S2S z?n4 'S.٨pvܼa0h ]g'93*JWӃõ\Zh͢j D~3indcdMט(+ISsǞSߞD" Vw @ۄbf3qb9!&۠kg|D}9fʉ6%$1[Bnl9k97-]׉|>/( #&tKڭ(KUopS,zsp,wbPl_~EG1 lo:δɁ 8Nε\VtgM~i»-0>Z&- `FE%!Y,y ɍbh9}<2ؗln?FϏ̓%Sl}4:Oz(*W֎_xwoہR x7zFJ"KX9}@aL҅ci%.jGIOɃ?7gbJ9Y{ǸQ s)kvvbjsY`I!%ԟeᛮ*3#Qjb4#{4ܘ<0P_|55a=OY.;DSSH80Ҵ2z<_%<ʹ/Ɍ7!T o'Sd?e#t- wg?Ea+4ذD?T±ȇ!lCXpIVɡD;1;@ 2O^")8R!G̋{ar^,TܾAROU⨦4()ڦD\.NMc:Ԅ 4LdڟZY0 rB3&+A gTq2 qg3>-'{:mC:RyJO~;Sz3~>]Fx:7 ԺIe3*,ΨG@ίHU<k@Vd SYqPVgQ~IH3zb8:A&aԮe ɵh )gq*^]`U`EȝTF'9LatS9c&:ʩ(zWE= endstream endobj 621 0 obj <> stream x]sܶ]3|DEΓ4vҌ+>ll.HGbw'epNKbw_._JV¿,*4(VGzR\D98:>,xQ+V(͔|h_Ż;djڿ^7?f|y|eC:qX/.*%5>ra0d Vi|IG;58`XERX^(/b Rh~z Hj.eK2MxGS-SJ2AoSH_$94[4-3=b~3${zhwC;|,J1Y.~Vd HI>NSͼXYP~Idt RȊ2=3BBC$ CDtCpI'c"^zSUJ ֬8cRhK__ç7u-=,4/x8VیaKcđWs᮪-Y] m&Y]=fgdEb%obq1Uäأ {9*f9S!Qݗ3xtkIӺ<75e}oRR1 Mi؝ 2SQ3ݖ#C{A6IaMBl9=jO2R`VLΰS~ Mwk{W/^b)=h<6&ƒkQٙ'N&2y N3n'z6T$uxn MU:fa$HZUSklziXL3 ̼և :>ۓǤ#-]#Oav!Pws,!.c%fޮsr89>; s ΅o_҅ P#1MT0?PQkg\=8pC"4Eb . nN.^Q~'Ֆ'6 ɼXek@ ۥ@olqUӜҏ&(YShecE=`a&Vew9;g@hNѐ$:Or2..߿Ne_x Ҥ"L%MMH)MXٞ1`M`VίG6!̼k͚{5KۖRƕ2Į=`B7a"W~M&BPdYH8afF;7ߌl9ct!Ykm9p@.( ʩ7J.+8,@& l =z}72ʮ e]1=L$3: ;-:RĒTO?G(_6skK8$|%/CrѴGg37eoej(Ҽ\lx,k;V_}'LlqtI:?%vuބ{I.Nq0 y_Bi#5LmѫJEprs«{y&8⥒ e$ 7ǡ-iݬinR#'nJOx}2|f7 (\ޞ17>i ?-.^Ɯlݾ[K'zPS/9W%5f-[,e<4`5^d'NA!zR@ڀgXLߺ=Q #sk{ \kr&%h!!h4}`@;Hwb@ 3k$<3ze,€嶜-쿌|ĀPf=e<J=eTӚkCYiH-'yQ%pCXjBY촧,jΪ=o7?'bwKN.aܹul`IDlA>k_%gJ=#Yw3mHF#(L}daS_S7 ##V- 69-"L+oCw)2iy\EM=YńVtt]g uO$AV AEr[1O=]4c1Ǖ1qGMzϸ& zNo NdԻe5@c> 㞂S ?k[JB4?1 endstream endobj 622 0 obj <> stream x\K7 ĪҤm&٢MٴhvMRy#c6v0R"ER"38~j!+^YZVwW/쫋oe%x= 㕨fTN?貺||Q-.ϾgJLeW Z)2)Pn괨@ #3Iו̚Fr0r9gzg<0 h{ud2KZQJ쯞/K+D5 VgG륝 [BxwKWxg7KiB8`!^9^3* [Xf@(ߪ(kr ~;y5s d(Ԥ^ڼp, C`̄:ۨgg8|DstLcܴ֣}YeXDQ4]le= ^=/!P5j}çOMq5ypSL ƸDMY%1Q|~ l(ńeh* saEY :-F4x3EZ\JwK!bw $^~OxlS]`GXb OAj>Qe-wڰ{HZ|&7KrUf]c( ɖ/Jy}I5u9<()YP$+_,,#zRM:ô5›b-FkҖ UXe-v|Ykm"2͕$-ZKC4=z&+hHћFmH"H'nRd6u5=5g < M!Eݴ‡]]J -R-Y+˕Q$(75j*e:܅dj; T/4M{vkt{Yh pm':ђq,~,WR!:ݠ3$pq)MCyTL1#B+DXr'eD.%ݓ}N3]~c @mc43beL|p۶Eec K&=oai@$Χu5ӥ & ޔRA 8|0"@ھ\)jogIyk8(O2rVV#NXxݣkp4D'gŏ fd-кKR|$F65,Kze')b"|fxu08ۀQ;8xފiη%&#(GaX86ī+l@Jb{ѫ)˖׎t@0[{cM@IS nM$M5&w$Oӛ)<1y6Qp|b^ܣ* 8~WKwFO(QUw~I 8=dNhvXNJg̜0DbGffB~!YѭI/ĸ53+IN@27jՂY.wx26\G]bŋ7C{"Q / endstream endobj 623 0 obj <>/F 4/Dest[ 140 0 R/XYZ 82 521 0] >> endobj 624 0 obj <>/F 4/Dest[ 140 0 R/XYZ 82 521 0] >> endobj 625 0 obj <> stream x[o6 wYrb6m=CI֡mkӭHJugӾ`+P>R"ER"5k7Zzw|ߩJJluzq|$d i.?@%}5ѳE:[Yɑ$r9Yk[ѻvNZhPMY@ P5n*A+J#\Y#\|6yE Eh&֩`g RJnZג'R{jdU- Rh` xBVBݭP-ڨNE_w75TK߆qFM,Xnfˠܸ jmkE`DshHmm3(Ӝk>MMk'Lmm&fɽffXLI4}#\ 2A$( !]2=]sdݒĄ&v5yZ0UjIh;GF$jjQǶGDZH?@x4 ldQV4@IJޤoi!Qhzy"&J!R<~,|2c  VU! Qs>Zd?Sx~_vz=>!rU^B%]H aYLam(iDkz5& ~Mj˂ Yi=U[kC\Y|vZ8-PVrs[),LȒMzУCD}{CD2R84 _whGr2].[7@0QcNzQ!5CȰX- 4 ~\*ߐ_SLȍ4>J9VR[>>ׇU,.vKQqCK$"V|^׈a>Y: `t Pbp\:79-FN|z(^s1L^PJsmֻAy=)62HDʚ-K$m.Z2G9EZ w]7ɀvD+ bd<5&1,8`%d 5E|mpM0>ⷧv"+OF$.ζGfwsl6gJS~C#YЗ|’SBxqzT5p~\0H& 8hkYwC:JƲ./p?ZwE`ԵTƎ3/:H{y خ'$4)ڲΏ*fZZx?e7cV>!gէްO3ί>~_xmu{>j<׋#>m2M!>w!!ySZBg cz]vr\.6Zdy,8*{x 9v8xҍܦ 3{i7㽬8>v<R)(= ϐ@Z tV]7~"zӘc>$bfb ;a>$Gt8ϑ{6@sc(8αh4b^eڸ8m%Yj:{[Ml?'N}anM i_&q0LݕbgV-r.[PfwsCC R] rנEfF(0wF`nca3F`ZE` Isb9D܂d&Ѥ/' qnX<))Ng8iRb1&P Np<(X3khEYA#> stream x][oܸ~7 /3XoOI RllɢiǙػ/9IQ$5Fwh۹~.9_\/XoW۷vH{@B}}[!||/9[]|^ $sĔ<].A,d4;Pbɚ INڪ[Dq\[8ɒ;_ȁDJH>ozH BbR$Z9}v~3~g>"k<lA6A L; _&#+JD`,z,GV+VbJo,=NUh-\z WneJ{Y=uY6>kCT:.N|fc ^Yz4HܵVƠOTN2&)J1d=M-PJZqqmVhܣe6t+ډm$\ob({I!a(+ ձ/.\e62xo?Y6 s| mdVCzjqH8a;^%nھqJ4!)_]9>ɰ`FP=A}[io\:8(%;:GWZODƤ?ϗH2xkܖÅ8Anc*i;de;ёEZwzKD,H זzW}*梜>㘀Sי; Ywڰ 64dLz/mՖ4sf0P:8z?B"Xyb~e hNsjˋ#Gɦ`L!G9ۑ)Ґa8bv5o#U[H[J-Ui1<ǩwzaK+BRQ_!ݔ$|i|rgigG#Ad2Y0e,=)$h1ZM*ZӌqS72yNUjO"pq,!9 oEЋu5T3DЗo1+AIqҮN%S]QR53uɀTSV")s ?m!H24E6ے79G|,c0䛒TT&ؤܨI$ag5xB1VOf*4w$g1{Dѣ!J $pHrA`$%,>b0ʍH "ۛu=V@;K^v/ț ln7$1~5uDh1y -L9 39+v%/Ҭ_)qV ,h77#Ouh144g-T?11;t'ӈgK(=8`chJ*A!ӇwmË Q*, X.wɮ*fVWihz&mQjؼHOs|/xʀ 38!{C˦5{v ׅr{#aBgcg-lÎVK #p}Pm>03cpɀYfC)P\l,ywBd6!&-7@MtqtX ¬tu:Hy1hY]+ΒfgLn7$Iu۩oÐ=ۢ+txs?kΑhX[Mg7?#Ot e q8ϵN3D'&Sĺ=‰)" 6CD (is閳. ‰ pL3Eiԙ(`bF&sZqFB6bzm7b'Cb" G lko*$Ԉ=maw;es$9!P+ceFUìgDOTU<+Fq`Ch; 1ޱӧKݱvήУRAW\=|ˬPvmD`d hK'{`,9RRc}a3VvŃhge Z'Z_@=o ҅ '"ϥͣS@ D38cCQ G9JݓZ4>%M>7?e 6 )e8?^ksj93[> -fr@maS3DՆ37;޷iGQKX? +r!HLtÁjJb1Ƿ=&g^lrrcj.k=`/cM[ZlHDUfіEc/vf8Ůp_uZ=MOnf`(VAv~Soφ<5>&Xߢqno+5jr YG[vvZ ᆾY;6xfwff @4β{b}3KSxue%\{>*D^K% /dn+Nئ!&2eV#BS~% hM8;2aRc ]s֝>9NhxL4( ckCyiƵ8dx&;1?Ǩ`]FbN߹N"In/[n#%z]{Nh8lo{|XS,Tn߶]j ^rMs0C.t%6y ^ . l_;р` 8X%<8*]*"Ȭ'H endstream endobj 627 0 obj <> stream x]sܸ3z,?DQJN5C8JvKZSd$@@oqEeoϊÃW'AB0ax!d.LYiZY\_M׏gcqÃvVbv@G\UUILYҘ}R Khd 7 @5v* k4@ 2FG'j 0U*ciL"Iw ;K-0zm1[i8|K"T' 7B䬌BIZ0TUKZh8_ gM]ZEQiUZTW0brL®Om0{9]g<7pi!tQ*{knXe'Ts/y1mmH -Tu`تeo1:6U}mk,Lê*뵖:P/ ORU5k)LT r|V[ï-o6J4=3ZъƖ!fPW4m"qpVC+`}$٬h;BS;9g#%g_SJ^̥_ $#&mCʀcs!g+x\vPR?̏x 7|固4bR &% Y"f#nj,f*3by64#2a, وYICY#]>Bϰ4Tkxa3(n6EV-t}Rִ/l(go_~~H˓,mTt΍xEn\VHG)2̱ue ˲*`Y~J#dM$4/a *iAs 9Nɚŝ.G|}N^9g}FgH ʹ])xZ 4ETI>Mgl~Q']djdc`[a7c(Rg HK3ΆcXfk#9ngk:EM6;؋e&N8nz6kdznU{\A ӑn$SN4+K-dmvZ/X^z?ڽAF(9+EĻk#RItYS0=$+Ԑ}4o)9}}B()Г{/h,Sg & x4QcGde&f)(Ʌ<}¹r,hRvٱc'?k'>Q$=) Бrޕuwo83J2hTKƶIoM_&%;R4A\21LHҚxbFG9`J DwAnU_BAλ&X*x~laO۱ QqG_\te ]HB]$7??GtMFd\*^rXPi3W=,KHH ѥw.^΃u$Y\ GF97Z-78q6o^[3D! "ϭ.5-v\ZaE;/dYh}3\!Gۊ+V\KTVBgkQVuL ."\)/`΂s$e|ҙ ,DO- S55݉z mZJ2 0eTFqi׭ycH9)VZF)34jW]W,S|wDKXL;{Dmw Kd>-QM/g0cچG\ߪnPɬMk$|".s9rÌB`.3:-;݋soGvE\̧Rb ];ȊwS|F7MZₖX5 z̚څ:dUf]F"Sw|1':V;ڽE}=d,\oJHpi !mҦ;e)2;GuOr4߭V fL4I4/>3:RIARŞtCY5rAiT(?E M56M?t}z"@[O~!bsXU] d}5y#Pc8*4i:Fab+v$Ye"({ڋ";`ȱ1RYS PlRMzI䟣=9*On\g hw~v%ΓC G6_ a9 6a3nKeai G Z[S~=խ .> pJ<~t:p>?Bz^sfdPؤZ <{^*gd] ú4ꪕklu h[dxkmٝXPPl]+=5h۸nFroMMʚp%H`E7#K\Hu5U{)5 P@Y7teFJ(iVx%X]=&>Nf>%km.qq@4t6 ;C|c.ǽ omW{o!VDklNL]ݚv {6#3ax/Ɉ eyH[FFR>)%^5h#ϙLc0z`̉۠K>[ȚGv̼3t3$@l+ݫ]4J [iYX.Y=u> 6Z"J>bBՆfPwX^rJnO%ee|jL r^H52$@e4Si9=̣j<݌(kX!f4}`dY9̃m%f \NҊgnd<וj`%<"Aɡ:ъybuIڠhNA!_N^@yb]Kֲ6 'i)nY ] J]eS4 ?8'fU [r%(ͨvM1ň@PE̠sACҢ{--7,_h!Mb٫1nȐ rDazP~p>%Sw5YCGL1sWql=[>vB}b aMi *tQO_$ƓF>*q [ҔRe[q}Y{Y ^ @ةrol϶'Ԧi{_LH^FrFДlG2dB!\Hċ!a/ endstream endobj 628 0 obj <> stream xZo67ARQs)búM=}p$:tLJ(;6f#x;4p2Y mUly2 [L'L&Mvt:Ȭfd6LG {vh+X2;Outrgś ,r:#9Rpe2ꫲb31Kh+-%HadDVΤELHVv`jJjTʴV@У( dLIv2إ4@8UԾ0Yi֊~Ҽb@#i2wL5E!U~MV_Jq#Lk&TVq#Jfjȋ(ֶ9+mvůFv5hbc ,l>T6 iԩm&"6}|aKQ5096G׎6>:feVZzǭl-3ZZ0QԖօGWO3UBKtPKjKQ%hθQmiܱw:5F Aa3mEڲmR@~K֤ 9@#و$ Yzٓ`|ܧC:OA &[b&x#)Il~aJn[ҶWb0?QJP( 0(ƫ{)%tv=1v}!ph%hew .#cF7'WHkdv,4l¨K'L) E1CWB ]Eq @`8L?lۃVc ¿jy%8E;;z(f 'CÃA/~0|Ѝjqb&E~pNʊ}\)!r&CtgBfW-*ff~ }r Ӛ#qKv\B"RK#'xhӎyGq^Xtij f&_9NoŁ˻hW;Ck:][z ˽ 1m|9 x3[~OǞrz/x(k^ށz_6ɴc=ykI-BH?$=6Vۘ} '"t #vxrqajc3SjAݡ{]Hz8zGIVˆv dt1>G`&4ٺ6F셧3kܲ.:la>AlGңGN=b.8sA2-+,s}=`/|h= Qמ:d@9*tdw$Mz_{'qKm T[RD~ eJݍBF_n[m˃k.[:yל3fn\BQCz{Cj맴Se<&>7CJ3,%/|]&x m}6C:/ɂ4TRkL(̖iw\t?e[DkXi~c3l䅩W,Ⲉ>6*o7l*I]K1 7'ua5I==g#7O{kzDw@%-/0 RB\Mo(& , g8lկrKFư endstream endobj 629 0 obj <> stream xX]o9} "ۃbAZU<6-VubOϤ7\{}&_#6y_GG_v"Ǡi+賲VB<G[`F:҇[&$XCv`ZJ Q"D9g:<le0 &aKi0m1Y::ZZ/4?/m-(IˋTb"UsTD:<_NjN2fLH'"i7*$ń銕Q.b r*(ڶSY 4 4q&Vq?X C u?v$JfשUٟ| ǨYRs5I^jBcSܺ}f"QX%=tT]ۏU`|F|qlD)>7d)uu mzEJYHzHgڑN/+b Ưcy.zGƁq!aNW( _Ի#$q &v3M\rO!Y۰x F*Ê$+{1ʷܯ('4̓x*%RQ+lu;ׇ1UT:46xxw;\|sCyt.h)a.n"s ݩT\Wq9bWLK@N/2:}6wiʂ&?HuS4@,Ѻ(Y1 VHQ>EV3LҶܟgRg{='P>٫{QhQ=ױRRɍ)\;e7[<=رq[9ѵ_[s{)MQV(ӶG82$ꈐe[w~26gꋸ s q/7O*B682bUp}0IfsǻW5m0. שvhnl'#@~9oVM2[߇X6",qX7m٭f[41{q[%CEsf>Ի@X8Ho endstream endobj 630 0 obj <>/F 4/A<>>> endobj 631 0 obj <> endobj 632 0 obj <> stream x}Sˎ0]: -DŽjbg>ꐌT\SaMǥ+SwMNlkSY:4G[Ю6 DU݀]y}:t_m%?⡳'1U͆y d۴=~ endstream endobj 633 0 obj <> stream x| xTUpss;v:@V@ba&YMDVAAEDNgFguTt7".Wv@7ߛKYSNU:N Vm`m[k̩OlB,jPO@>}9?5@:1go?znZo0|9:l0 5OzBݜ?}͞7cFS6Η% K^3U@<'̭3|ΟWm@07O~8_߫*IG=6n!il`_?K%P*=̥ wF>Hp'0%X2eȀqH  YG|{NC5Ջ8@rp|Hn|d`ވ8q~ElFsD񁷅P%ĉX|8l,nbOwlǰ^KXK {X 3=T>˂9L@,918 i:rX;9ȉKQa*KgL &KN]LSp:ぱ9ώIberM??;pߗM>|}Ċw@@@@@@@@@@@@@@s0ﵳO=z}IħA|NzhBz~$p| r.d؊|Tq6-T ݽ,SE<)p= D<9Y. p_F󰬁 !i Tp4#`pa_Xö9&JֈU0?/k0w`W@A:D-bBw@E&Ľj7wW=n ` K4 xr4@C"p#, v }i}G*6%VIR2"eZ /"! RvkW2!8.y@n'=ݧWv-_l`_O qН.W~FPNo0Bdsh%<iekHHLJNJKѧofVvNn^CQqʇ 1r1cǍjI7@v3Օ\waYnv=Ǎ(_//';+oi^)I xbEZ#-af9d4uZ$ 8 yW 'N\H?LS!BQީ 3!5rkgBTvgk[j[D;`EW /.7547yshs`⃑8 ep]XU+09 <*/a=/c=+.\^D=ZWt'D++=-_>Y>jBR\-ԂuaC*h]ќڋ8 1T|"&OITE(%^4V _k6J~ͦum5k34s0DNhn]W~ĩ44+&;|>Bi_\syG};%puV'Y7C֍PyTs`6J萚U WyTAWRYEa('mTGP{yAOP4L`(Iȃ\Ml[N`z:Hu!c+ȪQ`,mcbN[ 1>BCgy|to6Uk7f.d{ gB#oDp͌~Oۍj^1*sˇ T`3smA0v7̂`=ot7`F\cô6lW{TtfȳtRqTwyt:B!ѯ4Tjz4CMC{`jf[MG<5UI'>/PH#`'2vI#;9JDߖm#zO^2Ğ anG\ZjOGt5ZqkC<k>nKf%r#m7۟ъZEŧ}d|'OC?}x?ؿg/&u(Rmo>L{}}vv`ۧ aq Ee_s^E>B=tuh&z~].-8] o),;bOYZ6OR^eԲLj$ZrԒ!D%VhB5Ƥ1htF8q",yjY,e!636P0Lʽǧ@d{qGt` -#\>)0ڛ*J#'V [t>bcMYxpwնzc47VUA"w;t9$5ݩt]#.WKV`U[X52ֻ|Lw_l7UޭcIGAxqQreUG4rx4kҊqkT:T ːN5ot< 9U:T ]N\CG0T!4ĩtqWѵv8ZPi:$v;8* ]%BM Iou&Bc4F6?\3l*<<"@d̢+?ݰ;ororVI*ந \n}X9 6qdDa'yBY`C2fU\ tM='A$޼>E?/1p7)x6p> B܁s4ðzvcy· 0> "o$-$ `!p3^'%d.h(p;OB} KpCypT$QExCGx` `B6it!ͽ, l,D@L[`;+#a9 c`7<[ q5/|?qd:uѱ|^g"XD'Warh ߳QO:r((wH"I&d I$Dmt7|r]a}C/|)ȟ@y.x6)0 9 n|\m nݏ < G |OL$'d:M&Oߒ7h5ӓsF(G~o_ms.eMJ3-p/θ/> >Gi񑉅XIEI%#(2 $H OyH%7(3j4޴Πki }O;zG??rf΂O<ĕre$n5q˸(W<§i#o/I*#|"|"(đb+'#q(iLZ.)<mhҫNM |@pmEM}B9K[,p1r. O(yBK@o|" :iDSȐvgXUX!_(Un,?cҷ0'bQpp 84Ù;svCEx_MQ'ȷ n.G7htt #0C$|IۇTWG,=˒>~v"7s1$.'! \;I:2] Gʟ,MV?.D MYzH`<+cj7gQH!B39,xl>^|$_qE 2*яX|@]𮋝Eٲ](;:3 30Ŧ}\"${ n3>)},u7n}lѪEy31P?~ϧڷfdecKjO RZϧjk٘oWa;=vOv t@DH9PL'pKA;"Mx;љp A*tgN@s5KX*2 L 0Tsfr$;UN tD%B T#ߵSS[Ȝ[sSk̈́CrDr)۱|7._ZTE*Mߐ^[wj_ Q4[c#[Mƒ&$y=C;B2(GdZʘX=D5 5[$J\͑9+jc o}929)#s6"ni '4},iFI91Ѡ!:Q`- [KE-boe$x:/ta>0?waMJ<(EXdQJK:{giYf F[Ԑy`S^*;mS)gݸ6ۆ_A(NK%bč]%n@x(yj3L>JCy,~=`ʅ2:D#a2;f:ԿlG6t;|.,"ux6hcNr$-Yl=bqOb 9ˤ e\v 7l;PWEQBz=1~smӏp/|Gd1'/T3E\O'C1$ÌgvE9a)|S8z-O5q`'z- R$2hζ |֎' 4I$788wdcemSSD!B 1F%5S cx'[?[[ ZF5ZЁTl4bEwhq%K.UE> +ήӹonpY;lk ewb^.ҷpzX+K B+%J;o9zct)ZANxt%D |PvѦ׭_HdF53ˬCk.tLvG(&0/EHg_ǯ%ECwȽ|""ffg^ 7 &! Q1\nH~'vp\ U]3%vrbkGDg+mNyA*8\tJ39U\D'wV*BW9niu@+§{ssqZCjMu3;Z.[:5ŹuY6n~ ꞚzڱZW|ׅ(TcH&%ĜeB@c1XgL.%V>^z̅2t<CYӥ+1 `\;q=F"l7OQiu]f>E+[ﵬ;Q=~J}mi??aSqwNؾNkx[p ?EuzxEdQ;Iiu?ӺMuw {0-Vjj3͘M)㒭/Y9Ds)ZBQ&U; ZfF!,#VX^MG^4n{m=5΍vzOzW e&AhCD L11jQH<n;}&2dBz*TUwoj`s`!r#"+I]NnowWm{U{07pwʆZ WPcޘЗmWSDlb~Â6fZGdqi)s\52jU2}.;3T$XVwH=&HF[/^9n'.*rЅ }+ՙ|"LKxTkK t1E>zt͊qEeR_bώYKk5r͠oXzV/nz<+o/_;OI wϭ^X <{0܌>a)G,t Io)-RT|`a!)aQzs-5:"b*IkEtIE#aw[F;"OSsrFwwU}£ZDOdH,)LyyuuUNXfֆx#o|GyU4aJ_2ҼnLX+g=Mn=՛ƶ\YBL|G/ 5(jKoh]׮)gaGULq_1WuϏ?}o\N /i.^DiMsq# vmvL-_s?e { 46ZWxƢiƒ(RQ A+6`',d(H!<ڣlVD91I^9 Y2e/@{dvr"x?_kx ke /USI.\˂L' sr88vŹ?晡]O|I|&FO\vV B =CgI~1'bؘ0K -adc&qPXS5>c4Bˆ |BeR.ֆ@_I/5.u9V[/ڻˍ ǻw!\kAkTXв#G/GaTtD< J/-)l[FA j_${W7 С3Z듼cfM\麕'U+_V<&OSx[4$9P/@Md&_3/<iI\5ʼlDА|ӝzn!|hZ@KbSD*2$"eǘfa*~VMwʗMS3jnqk+YhYud!HY=w@N'co僶{.R>>d>M_/1˜Ն )*Ex-| Qc$:Ʈd E*Eˮ8I4,_v&*U3*^cNc>!ퟎppc5 F؆z<x<j 6#NcXfISgVU,AB6 O Ss ϋTޥjTQ'gFl٠je~CUH dr.@*suU+4ʗn ?p<6pn29JbE 0D"p̣m9ch=i0Y1Qy0 71 g!ZG0ûϚq]=(ȐZu(ܦnQ2P8 0h_z(Zv>l_jߧrcQ5-$+nYVp3-FW_UUԴ2YlVDRBQ#OdRzV7n E}WbZyW t<>@ <, BOԇ=}?NIL3`Pj5k{q]Ca4}aT'b0]#cx_6IL͗dž8q!憗 g8U@]2ǚ朰 ƵjCUjjJhV-) n<) :ء)6)2WhL19 CHp0f;TʥCg6dN'QcƐc3ogs*ϙi="/v>v^"jӓ5W M<:Aˍv\j ^趼:p)d3rXӥF&f&?Bv:C: 'A\T b>R)G;13W0W-EbҢ.vW9onbnq|G` {PBGR/=a! hp< ؆Y3,y "s"~YB lx^٨Hmi c9'gszlp84QBHOw3[&` NC% "(B>Qw oi\*MSlF[/32#A|CX޾]p[9a 5G_4>3Jr_QuzJ-WЗt86OY+ 6'AaTSSkjՉ`o.Ӑ_33zG8vB˼s~s:?z~[ _vt2[ o\yo f~w:UkuF2fJcjiE[s%J2ϱBZ!o T"4K]ʺI4U5$ TM(+.UNU5 5w'Q0d(E"|I\n' F+L蝴p:rYzrmV_7 쥿eՊLUTu曛..P將􈤤`Dg&:!"MT<\¿[\?^t6k(ky^fE]]+].]=y.Y+uQu(4Yl1؎_O%Z[,.ä+Wt'|3G+U-EW4W6J2oƴ.r̶kw=yy͂mO]5Ճɏn5# F }kp 7٪@oDuk4D@008/s Q⻡,ntMpECI]`x(O2@)C,@iIyE3%L.B˼Y f-eA^;V[)+/XPURxZ /:f"qc\ (*cSu^ȅ]"/kNJMvëv)a{QV'`"ˁȲpY~hۇ斸QrS'YF[jz%58+Ρ:pe8\4QǨ[.fO?蟙&άY}/[~j#\_?5Som7ޚ;v\16չ)7_d.jϸ`T:eԦi'BE׺RRVjXYdViLTUrYy/ۯ6/b^'5b,$v'qʶ5j >ϫe|P/L#I*DL~;VBƙ3I0e2GmJ?bL~LS j]-[%4|= (';=xY~y}{ ~ ΣyY9q^[<61K[n^ cxIUSJ F$j>?vYmTAa#0ϐӖUs$ ܤ?140D &qTCꍞOL4~;mz7I6>u.,64E1]&{lτcX&s{4+?E!wuё.#5xA*Y6E*P\C$V"D dlz<H Z 杂1YN'$ 4PLZ\2lZww%ǖTRxkTغ?3%0sޫ^\39LI>5 #Ku$(g2iC&.L.X_c3lDp rʑA&xSnQs()G-g>}є6s8!mwi="F^uԵ)5Ӳ(5ʘ bՉut_-dWWccFuz#K3,@dS#|vsѹ߭L+>yܹQXg +lDC[1S+kQ(e6 7(;7^aJ(oR˂(lB҈QUSn}Ďl1ZJΪj'ˈ7Hmөh28L*y9GQM $rF} cFb]3JN jCzg8ZQZSb~t}:C!i΂̬GP@uh8Reӡumǩjr1Â̜?>?V܋`9?_zU,$gؼ;exəhD=*cee(2NȊ,),yDŽI ËhgG[%QȎp`YCVdǑCǬōv5fn\esW]/dOY|:Z= Fblw84Msx<ǭȬiGsn9Ú­RQUmϓHC4d;d'Ov>(-իO;?ò+d GVl' YW՘.JfT UQ|tWdSq|:ΝVR2v ~=^sW3 ?̷:E$ØC,> vZ l ;0}g`.d:; q.bRPx{3RY,㛛i٘Y LRp] !Q(/~> O3pu!fi.=&"؟YR|чx{fff3-lI_. ?+Ч7/Y>iYrVP ꇎfTbX)̧lхQ6]^&D\e8K$* &rIuK- o+R0#KF(UH5%1;24 !&Y ;Gsŷ)9&k꠩?dĵ\HʅlwQ-SVTm"ܮE3P]"$*Dp\ $vY81OO2ϧ[F@4k,hM|6aϪK*Zll[MӬ9&;OuW6X PM\eOOc@Q%K0u1= =teÖ|uoزJn n}CՀC;Ls⥯ヅu ^~Ǯ_/Hp5 R-^g΄)D 3ZkU6w{ݥPHmHXEpoue!fe1_iވϷ7"M׈6flnٯguu) e?/kLаQ -THc~ʵ9dQ\w [MpVbՕfO0#@;=X`_y7EgWQ1-Z .o-P ꗙ T*qA['[KmF>>׊SkqHS¬)$)P@ & 3pD`2*T-aUv_ @ZRw}lFSIA1 ]#Dnz^ˆ6R$|R|vV)OtԺ\ȆuS4eNHQnzq>]]h2[ ),3Q|?ĖyڎyBM{m\1h;H?hwOy!7L7:_sӽ#h҂5#YpX DŶxm*CX(cJQ慈BTՈ$"$bʍ$6 EɰΆ0K)^ R( ֳ+i6Y>-xܜp6LXAAd92BYUFLBhKvA/>yd#<~Ǹl;vxlZ:t+Tfٻ{8Ad1HHI\x3a՚+D7Pyxl*T.7Ww=Y|an$ZRN1IlFRb8m7# 1[gF7ذMvvwԘF{ulɭ V[n MlN~+@/3?>w51s5U`f)Np saXW b M2W傤A"@t/pˬ.]z#G9GGGZ~5<5jkF9FԱͫ(!`dyw+  iWWP$hc.7D)ؑw}>#ݾcOx(_5ئhS y ~Jm/7>ALi!eeT8.5j\ w^p8bw:c.M/.󁰢/ (Y,o.::r.p P#@&az%^x-&A1=]4[a,3׭dκΎckc=;`gq^xڝǒ4%U fb2y>Cw7ͽ3m-n?tkHݤ}M+=rya 2kiPto;;ۣif,]ЗDs?v٪[, l+:xCc> L]zSWY`Å: g !O(>U,Gg(: @ 3%!_#C7n` s%TjC]S~5d%Nq%q(X%~7|Pɢsnp6?\;e:#\7o3Npy&4A+;0ŀM"n.\RHx.1= bOse AqAFE*@ D` {06\zuϝ7VmYl:]׎̗}sѡ/t')[Z}_L}m罩5#غ{}ҼL ; @Qt(n`g٧{ٹ~8hW'=l.I휁4Jʿ B?D?Qx~EAq8S׵ &;H#A$v5hGt8~n4#+E0A)*ta}!Y=ŗVqlc4&H9S!v,&Kr߃+O뵫 M뺊J!-xh vBhިKTpW}Js ]tDMӣRх foS\3] lC`ߣfU[E.fE`|svukSz_C͙w9G6Kw_ƞ+zPfwm v kY=13@vtX#2m"˫^a۫?س ' WQxބNܲYô[ MO=$N޴ -D++r1A7ǒA[inBCw45ik% 9e,NM"Ot~!<䂜U3` UƤjfV;fEɾ33 T^!1 r!H[#i;2+Ձ +SWdl'0fQfʔhaFa#ž"d*¸4v \T._ϡ/$ƈ1N܆^A_"X/&_Q4^{j8f3MtiH]UK zUTGƑ"m{1m֎)zذreQq毉^;٧صg]VDUÜW7x#^$jDTYٚ@Qإ4/i7 w͘1ì~A h/oߥ+>4.H֘A;rp#ۿr@=/s"ymFQi'yes$5 $Us_q93'YdYmٲ,ْm8 c.+l0G @4$i4ipnHH4_Im ɶonӖi̓d Mw]~zOzg=gSpZɰ5{uRka4D'KV'}H*ɏ?ZT>~0μS֓یGeWB̎]Di;qva꧳}EL2,w4(仕{Sq27JMʾT BvN1b` ؉`"n#eAw!32#jΔ3lIfq(4aLsM&tNN|ҞwOϐ12f'BG2$6čq=-RTeK;)ZLH2ֶǝͬ{xÐ]ziϢEij ?a5`mӔOFfܔ]9(仔߅ ) /!/}`|%8hk2A05R&| Dp\1H XDRw"-٤ r3x" NTc(^V|))Wpg5-(TcڬKRUޣߓj4(RȦYMR*(f# RY^J@aY3P덢?olysMlDql1ͺf}0ji&"V {|!EKEjT_1s/i%@)6&Ii'd!_M$H%]D2z|=_ zl>buεCۣnL{ TGDk[6h;5'ZV+y公 Dc:B,ǑIVk $,52(`&c6 :i6n9dƇ23X urXv̓hML"d"9,QN$q ' =ũ"/`T<"O1roCy`/MܐWbxkI >MʷzQ{E?;0MEp$nWD ȕ An=+Uj5` C 9NR@dy^xʮ'_5,#OcS'M]%PnNbIBSm(1-($m[XvTCbt#mX ɱΉ~STs^@;UTp%3UoVȟXG=o)Cl0"DǧEre'F((P:C UChuD2Ys i2`+V,Mĝ1_xS[%4l$c@>ve(MH D]AlȝR~~JX{ hU!2SLXW-ԮmγkghyVTJ8bAWFdC?Zm瑬,VJlwyh@ٹ3 qH{LfY:r~hMtq9_ASEވ``!}C3̳#yX.<"2HH& d 7$v*k$+bIЀncdRTSӨ礻ԇf!gG~j?;YS|9Z;\>w4}<~KƴT (PrdєƋgmƔԙD"S>Ql/LFd˃ ':NԞ?/avʍ[C>orԙOkh_tZ8H\XyEՔLBcj1yrfq1GT1`R^,D+D;BA.r/{'s҃vO}$aTʁ֑F/>9a0wX8}}{NxNsVPQ 4GytOĦ=BPMjjQ*EjHiL \JIMRjiDj)[ܧƖr.*xrrd9!3qFp4/$qޣ^R.Dܙlb]iԔ˰GiYyxl7MQI#v O}_Whl/T4JVXw`$L1.D^L-IHDU9,*M-+ -\q@$PBJK%oM u/w#tH !<@_@O0*3j6?4\pr74j?i%|G=m%["zpGliz@XDMQ2l*q_~C!:%%~Q.\{ Il2&MG\=a|v}ciugw>%ZwֆZ?AQE'biڀv4 @ШMg ঞa.Kwka6Hxu$ܮIh+B&iE$@ ؎ u•oY{yOKLJMPIfuy  | dFo6Rr5 Ӏ"nvgɹqg>лs+ fN.q/)'ٷXNG]P-c '#*,_I#m/EZ|v(?78|>|B|\Y ^!4(8B.FTᐘT*aU2[+FX -o 'p'b4=%W֤}5%I%0.qon)= ]=0BƾXE,}rN=ZIA'R n~3cW@!vrE9 )by FTc ?"Q?Ub;!*ljJGҖ`;mXqJ/ {R %P0( `)V{r G(M( W`?(A܆BIP4{l vs1#j̲T@yZs:3 #9jc֧+\,)PPrJXEBE$IA:!Iz'ϖTc7-hp)ӿnuus`wgc}295p<>44)x7)h9R5َGB/-%rz= !M`n-6j7KKOF=Z!srFU(MDqhO[u૕Xe 3g67#p}#Wc-J/;mY$ H 3IpE[jF,I_~;70}*1}L@M$CF>sf>UV]xn!V4I rDJScb k!L"LJ!Ysy5^:x9˪z6?wڂн3CHS-ܽujdMsYCM]Kc^H+ 4D >c,>P(u[$<*i?"fm9>ʽ-˜Ħ1[@bQœ'9{f5͉i㡿sbtmVK/HTbw`Sz])Ϗov :PSzW:l-L9;mQXH#4]JgvpT< k%I3I8`*D☀N 5sJzpE(DWCB=D/Q7zw?|<$!@@mJXBPP2qXMCQRV3Q|S61qRJMaŃIHʿaWTtƲ.{wyrfG7,-4%Ukڲ~nΦ"Qvҳ֋/Uv.Y5Wis5o~./i?[kϩF)M&B-L]l-xd9s2#A0Y PeY>t_cvA&lR,`p{tl7&$zrtA;43KDqS$Yo%r $&\7` BBGq2?ݿ~yϡ=WI5ʯ/2LǗ.׻$YjM^ýg6zM8gS![YZDZUw5U囥>/%nH(jS^** 35ZS٢A9R 2jFjg5RU@yptt@Jf,@0ZX$}~E*1X:; /\%g}2ڻ_lT,5bm_13`ӔLOƩ7^[6y )an^՗/}>Vu"hEAۯZF- YVd-SP^5#$Hg2(4B%_ $RD/E:)&h-8wC4 ĩ1N&떻BFuԾLͽk6U)+~cs*Uk^Vk3ftN{J͚[X}Gڪ7L[Sڢ57migF0mTm yCm%JVP5THe$V' VHXMv!F C &gI{>J4j!c< Y҅G4c2 ޺gLj7jd&Hv¶億Xq1,KѴU΋r9UuZ`eC__c;(5Vڀ_鍭4wA'z صh_'q|G"py dҿe2p<.V@+R,EYiFfRY,l2N L&X0A\>$$Ƀ "c"ؑB͍\f$~MVHhcdKlʂ{3;+ɀ0(sYi05 3#o q{8j7 7܆`I;gzԚ|M>"Vnk7f9F#m =$*lL5>-Xբܕ#3̃D8%pu(u)ȶ~bH1 d˿yUGR]nCLW%D[8kYZ_ּ{?rr ǖ+zP'o|c%\??p%kO-߿GJUt<Y9 MEM]h5~%*!YR)WP9i Dcq.,dXPáIXA>W h4ޑA-tMv{:\jm#t$yOdf\ I-bL`Zdz&KVшreJ '-ˠo N۽a~ >Ңǚqctb>WRFPqyQ4Yh! s6W){T07$䭑e'4uxG.Ǩ, qzB!O/)/Rp= "TdCue_JS ]dL}-`󰖇p.WlvE_ mQN4*LAP #aJg+y@4l,2})y xꦏnuބ妿*LDU ?{QCl//-UΨL9v`֮P#;$bD͚Lgu껧L*X/F޻V>T_ Yc{=V2y5Fx\!-  "(R^ceX / H%yd QfpIR NzɩW_e/ Ȋ5IHSY>l71@4AԄ(p@Vc̔)T*eDH_AbטM Vim2<{% TpLr&MpH!T$jixocIv3Qy _tHIceGmX[[n,Ѳ)o^\6wTݥ3.V?M"}+giZ!7z3r=fKn^QVCu➑ս8֯\.t Mp!2(;s%y6nwI~ H^Wnv/v] sh bhIc8ˡ{lw;xgsI$M+]N)hڞ6teiK.ЍeBڤmJ$Tl(*" # NfI_&~|͜%-O,R^s~MzL+o -+p*W#],k@%zl4q6PLC3D!ǎ~v͢_h2 y/ pJ?VڳͺtŌ]'vVo6zU 26/b DensF˨Eh~5O^(vAꀠP{rEo$nICY| 4 u}^7-XNDR4>8y||Ԅbjy7<]'XL3j9#/Y*g*VNUғqET\ق@~0YpXoEud{փ6l;'NUﺰמt`}|` 5*/TBh>wB+H󻏀3u)Eb=>or5FjٯR ԩ@j0-Q+$ؐHHn-d"Ar Z"&ktiM;iN¯&np \Szx e)49 uq: N9 teIաh&?00Hbx%iϷx~#1^`]2bGsMSUwbehRK(I!sg˗8K@q(?Ԁ`HMB1Ќ]^fjjOb29k'Dg""HU/jE|8_k8jEZ~pw>SKKKd'-yo /ijq}T& ?ف!^ l L8tԘ)ٚiUڱ&KZ0qhܘ 7`aW޳J]TsCpUz.㦷X 8XG Zn YB3xd ACȣ<"e2Y\+H< 3SQɍ8q+rEdA<~Yr\4lnr3:bUhڨͻ/ʿ(wbl#h䃛-szAʼn>[* 6UƦbءʦueL楠[EQ&F5Fю y .fj..l-L*'KED9k*>V24M9TAId qngɡv}uӍ:%|5`ӷ `G?qda#W4YdOc.ׄm)RY`wg,,)O[\_xk%LdZy`ͨa>~沊 퓽ed%ȩԓ 'n%;qy1*Zxh냃H;8 !.8EtNwGN"rDM^7LXkB>iϭ/Oֆis ӚF=SaSo,,^Yy eyHQ&[R_Vz{ks8Z u@ T7K1XWrEtm/9WP_ jH;xli Ov+a=04*J]PS}@q u(cG?EvҞhc9!m0;ͤ˳ 4}_bnфˋ F2FgO#ry)992vcmx7ch= ..?Aub;(?2itsA~~"x?g z;j}>K$=KHպZ%,^+U:~>9zI$meumqtRF利ZJ4F= >3c{$D$#O: I6J,?0)y򺤬QR5|>m1:uzEAÃgυ"'Cn!Gægq_dtn~i(;}bX[LB̚؂'K$ &<8\ۮO%]iԿұ5%&H4`Li0 4`LmJuK=U~1}Ώ7oLߦEݞ^ Fj"mvvIkvjkiWjq݈ҧd2nؓyVsֆK99'G^?̨ZG9F}:`s s澔ךw&]\0`ka]ὅ=ޢ=Aq...-n(/(^YPaid`L鿖(f/ėP.G /zg(=}g`m1/Y1/'Ip1/nyp/ )_󈒨OyyJy HȏRJP,=TO*QZ1d2Kgаu$/!\->ܓ&L  !/_ UΉyAB^W$/w]ƻ"/ P/I(Y*,WAg^1Rm$SxLă$O4ɫdvay7$z  G#&䇐z1|p7Npf0gppRw|Kc8Dnt_n|yr/^8*T*r5T3erJYAuQJ6OԛIdhɧZ!q` M{6|IO%(CꄚJxxz8L3ȷCͅsQSZźJ`Зa4P3ž hxr0>ZIO#Gr=ZD8VS`/.5Nk#5H$AS@َ$MjXFɉ9r5X~. @FA  [`4$5[3gN?؆@2pA0Lo{Dvי[M_~ˁsCNqiXB'<!E@` -Pi'"d#-f2᳏w,T*^90@K;Rෑ Bd̑Ed*ҫ74}Fү]Կ N6PLb@`ڠQ>!,vEMgWJ0N|j\xr hȩ̜ɬSLT+=Ι>PxL+C~zu lg>mq~%]#ls" FfOi kr*؞U 3*~ \ yEOuj lTQ3}Н3,JF|a[8WF2[ N)j ь䍢\΄x19T $LLDjζ^2A}:/}.l2' .e-P'i5&fEuZkgXsUcw} V`q5[zm:# Dv,U xR Tz>П pI@xkIMF#}1GVVf4^[^7*\#L9{_ݻix7R;NYӷ9u!J4&7 ~KАRutKY9ҿ.U^}o}$rl7\ p4h%crH>1>@XFs JMnT !_.ɧ@ ZM"}"JRQ@J5DWU#ROuDO8vYH^zu 8*(aݺj^+jJ``]9q.OjM\butj38VK2M;7M&c2TmNdc ]jm27p .a𼖋_NohmoJ kLgmp%F;Tlsp6n`hD H9`FGf:,Fs`>Jk2sb7&gj7&#*rFfn F`n'̀08`4l39k㵥FMMW0*.`b v~fǘ3y-Ok\8H mNll$No7[ sC`pU`6p½KJs!fjq$sS\ 8q5r 6apF #n3Ckt1εlmfw9;P͙i4hENjhph8lE0V8celih0bsRovqAnQ+dr C`$7 kfFkj0AcTh#60ODabYX!l7J%6Fkk(j WoVНJov8sRRLNLsh6$[mM)=S"KŽ `>6=pX-V 4 󒈻,Ǣ7ϕ*;7lQ5`΂44lM31 4 9k=U \` vf 4b܁$!㖫Bф=:͎f\fn0V3ةò 0I9pmV@;!{3O^;8L&ZUI&<&(iBDgxӠfbL bjp8 ώf2r7[g xz$klMfQFow1a W$W)--sUj/Ez+U$VtU䗕T@WPY5E_Z\RÕTr([PSe0/)lTV表.5Ju.__ZRX0q: 5O#ku}V5޹ {P2̥F0ƽ~[:ۙ f lq5^;x?_))))@o>x$)Nq,ۦ~mh|;씭n۫M#">b Ou46-`|6M dfUH\h@g35ɹ\! /_uuHO [-Mb>._X͢ lf ˕Rha#b[-cKKD;WTo^)XZL K# ϒEݙ4b74^V1bA5J70yx"9@ T/2ԟN}q_>`o6[VK•zj1FaFw! Lj<Hv67S⪂||#iZ~Bqbw)5n4]P ySP/}N5Y^yƬ_5~[[7~!Vfbs}7/8LOJrýCozÁ{jo٬'mD5rٖ9P?T{Џ#Ux綍e{JYܩx%z󇭯F̧~a[ǣ_ձuc[Z5xʛcyㄷ7,\s`|[ O;dӋ1Y4gW}|;N!/6׿'[5NlIIҜBK?*l,]չ_ſcF yex ˥`R wa-)Wx:=|Ef_v ?jSTZ ո]֒|$ _^>oPj綊/F9Ӿ<;D|9?~C:L5͉+ږ>ӌkS+b Lu:$>3HNT'|?YcDWCa!liG2KԀ `;|Gc뗻*{7?ӘW_ PʏN~V-u/3G NS!ShR5rΖ/ji?Ltߏ(t?=ՇG˼xs^n'vzonn5켗=\{g?n-l-AǞzk>;~^}̙ŽEfߒ^4wdKۑwa)t4O;cp3=WU|\d ^2ᙱmHy}$V57 h̎.L># [j&vtB1rGryP?pGF=p'6]ޑW&W>tgߵ}Sį?:pYӪÚnmK~ԱdݲS'-ٿc'}#qǟۦ@=:~r){}NI咃)XQ3 Ƴ+,ObmMߩ>+"o}ׇsKXҌ3/a3Nٰ c֝ Z}D?.;hβ;N0zwigN76uS @o:tc^̬'-_stw* lbw}m˰a3툆,cR$@I_I[lP{B7~ޗɣvo[UyO ݆{f#6]yxFۅ)=`NXnDE<W1kϢµн_C|37gV՜.6Ys_x^yvOoL:`|hs`RJ2'R O_puvt=oG?,kwpYsDqgLu㳐c[>}&sy{ޞ2lifrӁ9Us/;Y\;ᮜS/|Ʒ'Mb^PˢEuO/uc7״I/|IrxCAA\eیAHJ#h7KNu~lGCC6سz9,ۜ[M̶m_p9[N2K~wdZj| oJJMMN1gↅG7-Z<緙l^8>Fan6Z\Mu5),auJI#2wx56SRU 7mng~:n$_S F7) _ԴTau%w)羚 ii’ьsK~Z?+7ۧr^mўC܌}K"[( - nƖDA$ r e+٥%{fdM$[0%!{o}9s<^y jE(gljZ1TA)"ej:D@"$i=o'O[EMZm5S o̺&$Msf$@] v8mE&(QXj!kƐ*ɍC$Ovbpy>gg)?&$%Ќ՘]-$[xS PAvz&s vcv7݋Z 9}C9`]NPoÓFwxJ)I W{}aq~2uS%GY;g 29*\rNG}&6SȥXXh3:e;Y؍uk'0 .WHU1b2m"¯ŸǪMlX8,_^l:Ţ~Y٥GG>՗/4%D.; ΓFcA )\K'YEgcʳ*ȀO9 6g'O9 Y:)i| kXЛչoyF~e v>)Zzdճ΃\+ 5R';/m< Q!1.lN/^ K!zc.Ym&i!E2tbf 60 }Cnk<6Ґ/+OS᎐Y 8fvCgribBӉ23F`QLmY ͋ OKvg7>Yhэl-A~>'*訜$^;+զ߉ t.rxOAVg&ww5gHH,/ ?AU`P9eyyy]A+MOe k !س54Mf1'Uv^zvxC*Eh]Qpyg%g\HD݋\A+W͇[rJ9 e}l+*MJ=^U$+wHW E33ndžl_Qs& õ IKU-PXeZ$He1b-m[{_P%}.(,SδOWfn ?O| 0|N>t-9IP%܉ hr>5ۻuW8 ٟ3R/;Q38h*sb6 WhȶR{3 KSp30D`օQ]$a;W3ϩO"8;wOxawJ}NaQGgh@Rj*|%uYApБwWjJ/c /$#yR^A^2A#T8 \j)TG,CwqYQ{wr۽)LLRUdߑ??>X`ޝqdEY8r`'R{4ys~4/4iyhLZ 'f?owցBT=)C-\p\yMn"T( `;4Oɱ3^5#h_d?^ FTg/'[/_-~V!a%VS[q.>qSںdlc-hgkӋ,hBW ;)}1!EM*}`?bKO{=!$ꛖUc_GSO.S̷Aj/-3K?5Փֹqm̤gK~\_6 ю7"kvĐ'XQϯG-/u=X,nu2~kTnc miz5 r7JH]rQuzb^($6o{_,uŁ_v@SfӐ9 Bˮ,̧dBQdH)?^[]z>㍮m. 1GLnO#;"1+tJ65TEFrܫX-"@1^ `t]d8,?`D6/`gɋq$kmWWaIZ.D%Wm'c4|5dnv_gWad! 6E,G_k {fVҡӌIWIZjk0ǀ 7sń*RfT|LOE LZya$^ec=F:ecᒫLnۻkd=pM)#1(іA=Ϥ99H>la`Xjm4bc/ĥx+!^}e)-%yhWP ] ,3&y|ܹik+"  Z>*/Npjj~r.Q=ªX+z"?qZ?)6e4 endstream endobj 634 0 obj [ 0[ 750] 3[ 278 278 355] 8[ 889] 10[ 191 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 278] 32[ 584] 36[ 667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667] 53[ 722 667 611 722 667 944 667 667 611 278] 64[ 278] 66[ 556] 68[ 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 334] 96[ 334] 158[ 365] 179[ 333 333] 182[ 222] ] endobj 635 0 obj [ 278 278 355 0 0 889 0 191 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 278 0 0 584 0 0 0 667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 0 722 667 611 722 667 944 667 667 611 278 0 278 0 556 0 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 334 0 334 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 365] endobj 636 0 obj <> stream xSn0>lLH)Dʡ5XRb!}yHXc쎼n]mU1]َ:V*GӡT,/n@Ui&ywj;ł=-zOώsҥ:dg4?TD˩0D/iV\6Nyj 9&H@3+bYC*wmo=OxE1 hX9 ,A{q+CIH, $ֈ_I[ !luI*HD{SIn 2FC%JK/{%( w/ qy)oTS4 +זJ:Q4wG1<*btKD) ~>V./'OyfꧧTtn( endstream endobj 637 0 obj <> stream x= tTE-Ie;i4IY"HH !nDUp(KL5̸a+Nu9}_ߺUުu$#&:uFn~ںw?P{~jѣomhy@|aעe<5(^K?y `A5m'Ϯ!Nd$oG`yD՗W'cWƥ+>xn hӿ.8'/D}yY6Kl /.o[qb}@֞ȩZѽ:[Q>w躷?L 6X*~^|':8,N޳$Mâ^T;1x1TI/`XqIxz@<`@zьR2 "b6` SXHu"prBKT dlKv='F IH(IsH!E1 BsnH|m:gAt\͑WxV,W =bo!!BLg2u.ގJYgYo4,D܁waa~wT(:XgflC(oGMXsH^R9E 4sSd#8a So>"֡NJčiD݇rz!d˱,|ڡA@E G¿j~l\us8 qȬ`?o?8O}.ELEtێB ĦP! Q¿СچD뿏QBC!}3 QB(D! QB(D! QB(D! :?mKdmA(O"ď_A|1-B7aP.4B-\<_ \Ku4ߝb0߯WZ˅:⓰D| Ax݌ה@ jp#6R܈. `. 2NJF&GHW `3nu "C} y` ctd`[:a)?ojmxYTjV5y+5jY!rR{Y1T9: c)fgW/1O$jkJ{)(%Y]: sմ-P5T[_T;+T= T(*Ev#/棁17$]\6Iam>GVW|S6+2e̋~FY5\>u_]ߌN!cotI!K*<g ._ҊSW`4IHMNRnuڪm~EWN=_=WJ;Ɲ9U{p1 ]FK8bt|k) pF+VT"$0ip4.Y'á(YYB 'rb6T[AM\휆g~3MWSԨwZ45nLdj Qv,kIn)bJJS5 P#prE*sA6& H^~eb-GrE]eUY 1qm^VıIJO{v'2 Cn ?ކո#=)=5{- QzV܊{ζʊT^'g7iI>mVE¶'\asf4)`ChyqO?]g[-U[8>T.՗8\hyƖVz"K[$gg&KrNuKɼƊzWǭ,h]p OXY^"!JB('ӛs';OtMFz16ȱ?WMXr|C{lj8w'$MĊmPfB:ؙeAҬ>M=F-p}tA6M{ٟ_d܂sTt^ģcȗ0q/QS.W D<%,dT1bTB<3i"C;ث"C܂Qq "Q%^fm7ݤ%Kb[8E-i0V+ 9a:rL&{8501҄waJOaK2Me#;21_a!zN?a 7&﬘B߁G}p=}i9Nģ'O#jI|M&7 qNģ L%j@J5kW1*}M{$F2vW$cF2}Qni,[ Xf+WeP7 /c/؀؊؅+{zoE܅ ba*!_^D} }J{>O3z|JѧT,}RFT_*bPXGB*!EHhU$У;;S!nAУ4o=9 5O*}Ӂwy.sw׽.,Ľ6}͘u{e{<sDZqt86rǴq1ӈ!D jg[4\ry!FԨF"b^0ntn=O&>K6#]ȶH|ʠE`2{Vb.!@|gqt ߺ ܺɶ>a{E 246 #uO_hun@#ArHVUڊ>C>_cdԦ :‚Xۧb{նvo7y^nk/ kuǢ p6 mS;uf g}̙EݪmNՎkhZ6]k&uΨt:F'tɁI18%S&PXQIcP7_V> J'+5V*Ş64]))چKz CB7KcS8krIpQnbR81{H,+u3ٓ^S|(:?W1ș䯜o59Md2+aU)@e\XFpzz=T=^ v1B1Эtsuq˥zUSQ&*6dT6UFTYߨFTnVQ퉑otlaC:q'QBGC'Z5MuZ\mEro>gG{'.95Ms}jmվI Eup_ Xo5{E\_U|ěAVC)uwȗBbϊnxHP=yW"XX{%jY՝9MF6Bޝ"F4i>&"{ڮTۇZy@<i Up >>rNq D`7ȅ{Pw6\ D,?u6@d``B. 9"X]'-t?<ٯBg!ҠGCpEn/҃*ZZ-pZAz Ǩ[\ͪep#C [ >Jb3Cg d>xc14JP6&Y(?tLxX;pd"bG&2\ϵrM";Ox}BxlS ]ߨt^Zow@?_03ėq j#m!M8!Vq[|XxF^gξ`_p_mH936||oň /X]"Eyd YI.GO^OT#GK#8jSmΡh%\AW6BdZY bX `l+Ss }OH0v!Sp a0OX#ϊi e4_4Q۠mnоk<9ֱ6!ߊx X=H&z GGk& b8#OѝS:Փ:2мpkda28 Gplc˗kbɵ& 'XÞW[D+ b&gD nx$~Z`Jw3d $|BB|1FQ{å0xI`3}xWhq&KB~M ~D LLI ۮ9Mk`7#h ΈI'kXZWM‹d02 \Iݮfu=CTzX0r.¸;v|>!`-5>wa`h$CsA+nl6w{v Nk"kCO@gЭ/zE,g|j,;塛C;]0opacPjY-YN Z S<M9Vȋ8ޫNf-XFa^n5]nk/q3[hr%4˛pA+"ӈ(;A-',ӲeK՟-rK_c7֑HpaB?^Y8ZAA_l3L=lU6xz57ѕi RLSJH˭6UF)!Y/2(F=VFLy`Yw^ѪziP:M>z/HeRϗ7֊Ӥj,ic|I, q)Ud)ӓ? >0cZu 1| B1ܛ]1K(jb>tQ =MǛ_0o\B!I]3 7=*ƞ-Ä$$pK<7Z| @z\mgjzk@ycY?19S83z_/_L/n^N>ΎymO'=m<]Ch  zQzV}Vb%.^+1%&b6K\Ml,jHgɖ M%ήI V 8e6&Jf $+A Fc\b6!%99Ahj4Nq\FoBTN#5qnovѵJzoP')0{3FN脒\L79k'6X87% .f)ZOh5lX-8B=)(/H,' epIqIqƱ )Lr$Gc쇞pXoT]7Ruw:)Cg'n\YHtJe'Lƌ̱X'&Fk'&)&ZL`M2Hw=@:\z$8R%JbYx rS p|A)%YtLMJ B7#[~Æ^RRkFd}6yoǝ(؈Rά5 C~<'t޾nq?y5ݺ)8g֎DM2eiʜ+so0=趦Do]?]L栦i =h;I[ek*[C) L6H:`J{*.D; hG.U0g<-hzSM+SuL!;;#;`ɔ"L|Ȑl0dGKptF)ސۚԕ+&yh[,^[ČUr:I/.=wWە7W풢"12[[`ϋS9#ƒXȉTfuk%ZcZSR-t)'%P NfYa@r [*6ыgF$-H*a̸4# yH5ZY&y8Ո1Dx_l= f;e55&Mns:I}m 7hڣoMXu=۴zԱodK-PY^7onuf]qwL?Nx0Tϲ25~R@dD['[ %K4TƅK§u?l^I(ٔ4|۾:8b|JpqxO@J$)@ aQԛi Lb2c쑄{nV;).p{./fx-wx9F4h|QFOD[w<_|d#/pN;B>'Ə^= >ÿڃ2gQċEGITo뿠߰`'k $:3W3ũoHbj|r< #̦]Q#\wDp9I>rpůξQoAon Z{J 1X <B- 091NՈ󋋍ILG 1@IQ _ox !5c~*;Ra?8*$o,r%Ef6x@Kx2K5|Ĺx r Y%|a$vx)hG*0%/ڐsݕtV\-faz/Boz;l'( K@?~|_;ݠ^yrMxǻr?e` ?5ؔ*~e2ބgM8A<-QU{~͜yOf&<&$Q b9" Ta VDAD@z>ߠHB*RUKER2k3g2Q}9{Μ9ZzPs,&!v#R$ a<X%(-(6T=M##HGWV&݂L]KpcZV[~%(&g-^r~t4_[_23z5xԽF[|%>y[|[)\8ґӓAd ['ZXɊ)&D0#TΌ̣z'3p0hxP~np$"޵#6_:vXa VFFn&Li%f \vО9 !ë%n_`|9/@NRz53=& $NhUۯCym,[eu͒Cg>=-~.ֻwr1|)eA?$蘊]T;Ցr-Pd|~9YOy Q "`WU&],9 _Z1. -*qL"`Al*c,%n܌oDhg; 0OT9<U p I4ēQj$'GOɲgyuC3X|xL# jP|e) _SC qiQZIآ!LMN7B5ܺ;5xĄ%@5&5„ZBwOS7=|8@~LKK޴y~qL\.0/^i\_m)% ThLԮ>z- o xH\ 0 ϗ/IE_v0J)w}|'~jNB5[ ]Hp`F-VD@Q p;;ݱF;LbLRQUz@Q0a]T˟}Ʊ~sۓ_>WϹxo؃o߳fe7_];{U/~ψ}x@b4$F5o/{ޞ1<@)`3lR@g eg 9,˅}$;@qy2)]ˍ5ಐ.rjhhrx@D7 lCq$x"]Ы*I*-:0ڜ bJM!YA76$A×w`p~puuLrr)&4GMr͞tV"c%j7 85_Z --֭TZ/].d~P]C3 .iI yJi:RPp1P<սn-D..oDevF8|~r,=mp2vy|@CC/3ü\n7yG0aa"0 ;>,!݋!7ݵ|YY__Ǜei &Kk3P+T Jpc~z,mpB1GS|p;33^@ ܼh'h* %՜= Vo]7y]-w_u>,_+̛o9=jzğ_maqiRT(B27.30▁ TT( 5QIxȤbbV(|{G],U$+pVYމ<ʼn++c7ʫcoo=RaIE(>5 paQ|h+)b:)vU}HjWvl'G i;Fwpv8N[Ќ!>dwi0ʄP P'l+N6V[ 0A`E X{u"teeDw`,F?S3QAfTթ[fQ(QtRUQ 4 2(<e'\ /y@:n,8Bey[bQRsXU #|HZ)uv/_x) ZuASOV`gth7hwhh446ԌzCT4%+EQpS*T<DWhCz~8O<r;|b0Bn_:2_0Fwjj/B`l܏S<,Bx$2^[!N9{T#SK܍'@: S Dd`͔3ȸ. G4ڗDQ,. (AV]qq\ۖ;{b?l_ʮZ1/)Ux^ y" .sO.) dreD`V #VOV=5}qnolYCԉ!'Tf 3Tf-35("',ev4 kE2˴ AvjOpspܖC6X.(G: 0JEEEKd>E]d,j5~G%"Yl.S˚d]zah^yaƒ=*BfeD[ti%2Ip}y( 4O5E$]3_.7䟯 ΃JqC=vpO_>>+;wo=_:Mƃl&I3L&]g%GU}Nfki+XUSJmifPdpzdU&R:-Ɍn\jNU+o +%&U2'w%㪻6A#C~F1dOȡZF8QP5QJNr6'Uz7+ ڍ(>|Hm%쯠 R)k]4v'B]]Y#ZóG`JL&V~r_pd ˆX}PIFMʊr^1Q(|Eye%midO;X]Rן[Dn=qg#ѝw:Y̠Srs\LUU'c s޲3]n%napEB,زoΕ/Ufk +K>B ΐ 6ߍ^ i"ndQtˢ.ahmKAIY /, ٍ5 tĝ?6vbli}':A:}o%\Z!8\/ DJ̮.0r]Pk?Z֘X#kp~ciTMλ9Ys6$F ?d` da}Yc60 ܈+8YV4LzQFaYd*k/} `]_.{Xc?̪yUSDYE){4:pxT8"}es+Q7^[[Sbqx܃0|7WnY=j&uƋ=G*4^0"UQW*2T-ʼnU}7gT=ңTuz,=r\U'I+'XLkhסUV{ .ԕ4~{?ή?eFx]R*7!ݮxkXbdK ) OiS'YTq l ; 6.ڒ9so\?yŋrw3rQ+7> /L:tr[-.+>7sw'8gkNn!G5*o*! &Jpt :Jc6+JWUнSc.xx){-rb?Om,QvOdJ.^{/wf(yC~1f6Y6`@Q_\q^1SsQGBΤI']̈́R _fo4E.Ϟn7e\ |D8⨥_ݦN}>l_s\6 19V I)ʆ(Ҡofwu޹YlZ S0qlqǏ|ϓKG-@2z<;Jؽ57霱f3F1ٔ3٬Ds$4B"<,˻/qΧӼLIdߕfSm=t!]_#Q4@fV er( *'b,..SU},+ nd*!VdU#L23MaEBեKaji*bTUvTKRq쉼$M&JJy yL7mGid6~_Eb%1NSfU UTEU(Mۗʅ$i`~,J2*9X*i@ĨCl*+.Vٱc7\ *^b.0Uyx`H:k4hƒsolz7`{ߞz6yQ7erLnOqKv }/iU>x ͊YM:(xr;( A_` uJTMG"UUؑ$F@,2Vi1Hf,==l=ؙn} #O_(a1i,2a-lk :5jz6¬Z} ݖ rx/צEe*]Goݏߎ"mn^t=ȜXqsD #oAîn&®'`mnlr&krlkhOo*{]YkYz mC|= :o6n@`7й 9ʙiqln)ӧl_Zuqsw!](:6p$L~̀zE#\y +^Ak=¼^F^'qQqHŕ^WR#l-#4Zˠ9 l`\bel-M>BK/}0&clBtβ;@gX dU׷k +S=+-=z^-/| ޼l븯Ot:c SA&2ƹ򦴬 VsjNJ}{7 O_ʂA<}x]o^ 5Oץl?F9Δ3pIȪ|BP#~pJc0-[#F|'j xM'x\nK8!6:Ŀ}K6tB]/ζvzf~ | )>RXYە$r3-|m  bWcmh<eeTH5m( J<}G`waLt 4oZ.y˟S tQn.!Ĉ!E`*xscԆqïk?yK=1p5gNM~m]kS\9wL$ӺI'ybD ^s&+p:Gsߋ--fmJKj;cw#$LFV:AN3p-6.xR^9a"+ Q5 3`Di08w~a}oՇ 29o-9R`Kj{ƊtQ l)9C XOށn .c@Ǒ A "d,#OEga효;^|`Rd6'QJ_DG85_eʵƐ5"ick<Ý%Y8.nrwt{Br8""_a(&DWey]%d3ǀBBv$mYKɨ K_am7ܶ k/鄕jQq1,)B "$3!VdsU9Ͱ3],fIkeiNXҙS~t rۈҘcYbGe|KGH]%YiGSĆ;N.ѺŭY&4|ԟ w>Il"&:+n\ 3'y67E}~6>ԷN~27¬ ;winx5a=Țn 秓d- %IqH28Y\;G'@ցZfpلmH[ \ڄͥ ߧӅXe뚙d[?R:gsx'bӘ 4]FA:Fe6%@#(a=[+崊G0@dES$ Ќp&29zKb9ה@(R5;2}0Җ=0=vÕY%A6xR9ɑDo$l87bJJou՞t8y8Ts.%\. p!'0/ɤƅd&}܂[ʽ[ٻ1;vMn{rOsx7 ssO#;gLpSh1&me V8=T&4 cCSYaRŔ5RaN=Bo?C> GbB |V=|W_M Sãcg]1&x&Ʀf&'&_& O]5vk-EۣiDoMaV* ~pP@bEB 2wsDKJD&RTЊ|a:>h}NKFsI$Q&5J:j,n2U ٫VRk:.8lZ(<++|!-ܺ8j$w8 +8ٶ̶yn/C~((FMۼ:T55x/> >yS`>/>ukLۇxߑqz;VȽsVB!@¨,gj.Z6G^X+Q-%:QL:Н =y#a}z/h>4e5 *׹shc c_c_E}?}dwڄ G ADVPVʡ.QkZS>V )ښg׃֣PۢAo)Olof6|w2ٝݠonTڇtyԃ"Z 28 OrQQ GTWMD*碈5!5o7S"퇜7)yb$Ǒk1]ݐeUQ+euUw?Mq`ZIhG]=8]Wf@ô%fϫZ;Y/V yjWřʩSkt͍['4_)Tϭ˵+K7777ks;;;{rտJasSe5=ZTtCȅզTm0[.&1 3ueS"il>KMle"x24r*cSe>{ SMD d Vn>VR@,i}saSa4z~=>D+X,o]#Pcic]El[*zΌZOu p:myU{xKN&{<4?0rL[)$z)#6( ut;4Jm xg)O?}mEDF_/ 0ZDa*Y_b׶p}DŊ hk̖Bl3 :&'5+#N[W*rFА"sGi>D-bF`RHh6HӬNQFq)յ[@Uڮk4vKd;n=ʲl}Nq'؅R#j8Dؑhincp(C oh8\^;"8נ#<թqw xST'IyD 잓ܰrzXO(as@x ;$.h>.G0ÎM…\c<=kx:Ui-<} 2:Rjz&FEjljy5-\`]5i3hyv=cP+۪Lf'+3B(5妐ΆpvBNNk$")ܗb OBGT5]W FQ\ݾU,oBXp0 B`(QL,DZ i i e>D ]E3E-4)!čI"KeKæX0wWwb}NPfģ@t֔%?`Z|gS7-1^ԾףOuO(, 9"Ckω$Iwm;1 UEʇYXH[v Թ#+GVZ@5toK fW'>ugK`%;|,@e~~b*,ޝY2#F?IVY@" 2| ݣ{ f{]Sj~gxU@)~%İ L[`3^/W'hcq 4[^+}=^k`=_'7h5X8A w.\""*.K%ZxÆOm_K8e} FY)&Y3R_Ą+BFT295LE4c~ElgI(2*0 մ6Z% ɀ3(ŘU50AEayaPBse[twF%F}\Z>[zmc` t-eX0B%$YǰǎAD8L7 CF].o ۻ'Y ˸k8j&,h 8gmBU CX$q]N'(gC‘!b d\ad @UThL)}5\Jbt$vn VǕ4z٠:t_rTMU}mǜ Ɓ1sR%+r/$̺_%*O(\a^Y"GtRNHrWӽ /xQE 8ݷwZ,"` =1I('"֡' I 5kjp5w|p/r1$%INdp 2  pr٢$!A~GGmQϷ [e%C1Ϧ#q^̖IA_0R5W`sc#xDo>P;6KyD>/ %)ڌQ 4c{YoEPDAXWq8Unn7%0]Xi=ZHP8HHWUh%VW<kMn%T#YמGR0v_?322?[|O"+wQ2v`<[ys3q8~&]kOX2dNigJfel 9pZ$$ @UBPCuS[(ZAl<>n0.*ATYZ;qF@4l #cQDsxiKJ<%"_s@f*Ǵc*AoiZ\Z ,}X ՁQn<{o\]<ŎA8 (-ַ9w0L3:jSEޣQTņoWԱq 4b2uiC;M k R,=Y+lؾ? &N9XdHT:Z`[9pzcAXRX_lV^RT̛Z[`d֡ݧ= j63ўL({ Fa ƵoZXg d"};NW'%$wJ\q5փr r*Ufq"MW$Hwc$,ݟ2Y^v,G_lk6FԌVözΛ zBͨ6nFoim<"x}F\kBfGf9<\GsA/;,93i0D%!Ñ5iFjN77#Gy)Rο>EwA/9آ?rmybp/"ՕM1h}L.r'k%f49$&"_ rLYtqߘZg&L$|! l_]tĴ/ŲmM[=}-Sn冊kqs 1R\2rf?mԟmu묠Ƴ9ڦ3vEa_vGOn|k{t,6lns+ٷ+O 2%$r;PR P)KU:B4_l˝:3c2Y9v-jGiNZfM 5ȉptpWl,i^ tHfta\Xt?` `6`NGc HXnb"GQ2jCFRA,5mܰt+fU< w1ppdqʺV!r bD8Y"'楽4ǶN!ePO{W|[]-[gSvS잁7W>+#+_| ْ9#n_,2x%o]# ȟmnсj%gJ|4 ex_k\kۥYOwz[얋no/l*oݶ5|ů_LE3NDC5UvLpLBUbvxE3ٟ~}3p0~gObNqFgıNGYuDx=FAOQI^(ԫ'1!F iJ7)*͙$ Seh oӪײ[ c 6; &ҫXTjZX}ăz`Dۚ$y0O^Sz)5PGT.Ud0M,<yo6)"1Sh$'KI !j$;/E*Rw8 9+U1Hh$;RuGS5]9f Lõ_7.{6Sd|y N\" !grc"I0;8eMJNf'%Zb'/_\ϭG * t5C&Ի-m0xj$UϊVH<@z xGY*rIIeQUoVdچ*Pi GIAp0ܬ݅ <qeJ@}=LvS fcUܜWwUaD5YƯ1 Yˡoƞ{J8(/5V8I"n(,o3!ar" (1D+AyoVG*dUJ pKAS tһ%bvǴ`*;v*{~8myG?y>ww-oz#ijw"]g2#=xS` 'O rbEQ 6VcS~||BGHQX{fv7niVh*ORAK+*lvʿUVkF\[ 12Hl B]f`I]RTp%ׂWTȃ\4?lFt EPX!K~X!|uPęRB2'|:{NYU21deH!}^ߧ0w賑ݵT# :Q+z^Ec9:Lz,߸!~D 81!Jх# !! 3HēGW\"Hs@'*uzA,$άup݊F;XWnGۣXOG=ؒ?m{o<_q6Zž?c~~Xl(0yə #E{6sp 3٣B+FS1 (=AYR3Ϸk JN[ƶ_ām,RGyDF1  8>N$9t߅>L"->ֱG`DAQs`>Q y៰#DAoN7^s )/BD>vWRU,T?c9S@pjV*I%JbXF`yYmvBo޵ӎ/>ÁK魛ow"u;bvsD[\&@GwZ{m- Go=,Ɖ;pMzf6W\ ڸb:[]r {[!#/%I,@z! B!` 9s; ۢd`m,R%W h^7 <6QQe)=]Ѣs _45EO I!y rڕ~$иݺ8n>?Rn@aw Ҡ[@E*3-3DbTàŮ΂2$6VBEE;odfGl 6n yٛ&Y(|* B0 '<鎄s8(.tJC-dtTֆIcJ8π4cH'?*-ϿSz s`{ib:}c Yy2̭_&_cOtw]]`"0;X0cQY!Og,L]n`Y.D3߉8K!=L~(^}cbcyLs:~^O%3jn̰5#f?IIsomJrU3בεOf@hGWpG'|tGWb>:>Z5@>ZѺ5G[>w-mhSyEecϔ<adg舐0թ$x̐@wnK!#M`B$S&e,@>lb${IlIj7;ŝQ/44B4ם rDL r0ąOykUT$|΄WMSj$՞zvsP)@V Q_Qĉnpˁ$p_sv6<ݩp L$~Qztur`h:7MMSb&ːSі )T%rDvyRY9h<aD$ !huc=?~rg3W[:<0ٶkъK'̇PLt ^c^K1e7](p jL&D3)E"|hGaXׄG!cՋ vB"IțHCނ P{3 lbґ_lԳs:j]Wk| +7RXʢRM(Fq1À:W+FFWU2ӝ&D&$΍X(\,,J,+Kk"׃㯧 f0oCcc*<׸x_dȦƄM '5b*cXXv ɖ: hNFͼ lHXJt2vZ薡J+X9 5^/xA͐"i`XE"Yc-fjadrdTb$Fz]8&c͏N/[M7|lt/;) 'G_ʛG5KKTp щ ufĺS[Rlk5ё"pE3!qԨ|COU.?E(AI׸`"Vh-0n52 )\ցzA)O~I_/uI_'I 9)kLiN_vݎWj̧u4u>KI$χ@۩VNOY}_JKk*8`5N=LaVenlxp/K]7ʧ֯~lۺY`ුn{g3Oگ[~F_DaƩ=9 a+<΃W5MAD5`*@&ʀĺnUUd<]ྰM?guޜ/0˚އU$_6o ZxiFNJ@1;ȗ>_G:8?9siŗyY/ `֮~Z;sv fvk8H4l.ܥ,ݝ^Nҝ@H.lA"E,%,.3.3-" Nq 1sIvwpNթSU:wr˛9]C\uK@~Ry)2ˡrI^9W9!rU+ Q*aC藶_.U\CW"$WC=!gfgX:C0u;,=DCP84'2ti};|B|ڼ7Diw刳4l!-f1P-BշѰYd5UzcSNTŞys8`p Dʐbv۝)@.!Q88Vw?glق SzCNUӫ[ߒa$3=~rZ<̀:RgNt`q7pԟ*e2eYܔ WsFn-g DRVTVjn];ǯ7IXDcbh:>7Pe,n:7v/ MHa zTs :+Hդj.|&.66\&|+[F-wʭ/)̝Wu8 ߆w֓7.;jD;\=n1]+w_1㊺BJ\5mϴ_*to̰MB?"d:/<~啍ye@Gm%- k=@E pB\Ș$9[273< ]-r8`Qw3Rx NY8AVVo$s ԈcU<8 -/n7f3"<v /AeC%8+nKI4Q0h3elʬ8 qH]=t#ztBEDBK>cw_/9h: A Ba @(0fh k$BaͰր ~s3>uiϤ%ͭ)#LX+aжGà$ ~s&\l&62SoF(Wࣘ+U×cq$&AǒYk$ɮ0r(ǟyKM9!a!Ͻ:2, Af׋b<3fΑ̹#<$~n1͖;"*WA\3kOTr,Jf:9dƌ cr/Xu琗)),* fAbf"Vd1 I7''Cq3k'delLD㕫{T|NgNNgф@J.(ԗ嵣šk4 6OF` l+}Bk2>nMn?:cԸ |Ri2^ZB_vWpKgǤ#ߍ?&ZR)&CAz i~>2|1ƾg@\zP`fzȠ.S+ofXVUs|VbrÖsiudѡڧ,n3&%"ƕ eJ٢ⱂ40$g:|3ivpAy,ʊ%nP"0N'JVqqg78+njX"Iq Jf$r*Kjb"C*t\l$Z IMpD+5E 5 ʺR3x-]fayTL8J'`W2B g{c&`@\oϝ iOJɯbVL| 5e{?w W ),9z~GyV LsWIns E;ݕrtgq }ZUN{6tJAvًLtv( e`scO7ɧS3tsOCgMC~:I"JXxQ\g,#le9+_@qHdd`DF UD@wTR(&yۤ /_ސIs{x8̴c4v:7tu'%2EL[ ȼ+eh*"-rM$"x1Q*b q(2 5 G5$ZRgV` &8e5ե,Dȟg/BOg v)"зxQ X݅TXo&e ?稇@2L s}J#GqχZ0"IaPһފp{8,*T^!mxn'<HOfV%mɓnUsh_udeaf xD$HH. (xfES5Sh^x e>Di͕33| ]ҝ0PSϿ O%$I/~-=ϴ/~Zœ?|752Ax v阶>'R<2{~E{ 8fmU{yj3MMXD=)Dž*r=h4?Nhgh*&Lh6!Kv~ɪ(™89 gM ѸŒ.&[OddL)`'hz<%z")>9$Q}Q_;}#t|UO #`b^eCtcYa]%:Km2(EOt^na vaWv7neCKӓ*۠ tY( Y5ԝD1lHkDuɤ[e"411ÐE" TiZ|(:,?rfʵ5A-[ĚF#ͷƥC*^xxxT#LB= SKuWkn?f? ҭdm+MFt PelJRyd]M_B7ss_ucz}3G7>OqU1-p@-oS Q05l+a}`\{[EdZ Ek :qVKJj%F#N'ZrA#Wu^cً&mNrH/]x{#<";oyzI%$1|i$bP 4z>p>XG;?/?;E!xՓS-GߋsʪĜJ`Q;2$Ei!񲘡*M|"&rtAQpH$j[P/en|!$`]djT@V Ծ?x<Y%vrg$%"hPo'cfLi<ѤL i@b2A܆K 0 ak"Έ6FƒPP %åpS9Y,dar$@HXG]}6pk:^ d:D%iš8A'/ I HvRkR(CwD#:D_M>q"7`o~IXw/,Lk̏{~t앩e,R: oOW_7xֽ鷞؛~'a|0/!oUO=kwF Oߏ/? ;0>}藘ߞ<[?bn|7^uEl %ȾV<q^-!(ք|5a2o3|" {m|LQ4'L f~3 i(@ Su2X[e5Š.7?2bXZ ~o~Z\Gǧ54q7ƲхL&@ r<DKn>-Rm7e@z7g[ؽH4t9\`V#0b`F4/0tĘ_{"ZH1a!:Yje5ף:}2!]D+[W?{n轓gm4gn_neW,!M*#{9ߍYXzXA腞C\2 '7@2ʥ+m`y,X颩 !IG ~?~B ǀ! $XCP(?dƲ{j{z{<=kkԆNr'mEE=mj 쨍o#3o#\f;+Z47X@IZ¶[mچs7e]|a"vcgZ dٟ𿯇ZvYS`ܫL ؛34逐酷j"xgᯁ;aM 3Tp2G2]Nxz_XfJrÈ,5LXX(ুxgr_X$ ziRu/'0LӷGUL+=4?g3aKnd"f 8 A(rrgϜ>Mr#~d@S`3zaq7|qo,= ܨ[E$Y jXMVh=zfiv q1F2Y"' (`A:vح0#g.DL5| ikjCu?Oº$p1=X£G]2ұp;>)%6q}}[ExecRyxb(Oy:R2,!t 5( ]@h(%I BtT>SM5$%38q"Y缐0ZODv?>|LifwNnn>ɵ5vm\:}ϷߵyLjpM3M!NsuLqR]9wTX2;F#E#X!\Xn @;]lU5_0 QP5wd\.=·Z$)XG g ~}X,X[Du!!G!n¿ fᩃIܑxCwg<w DvKK_%Xhbؿ|Xp#| ]A&>>&K`.}~mXB;)HFQ DOALĿ,POU 9߿>~a9s>Hsxc|9q >&`hcf'bIYRQ1M` hLp=XnkkL:uUW mX9ǚQbC PysUA.o^y/YyE+2klkڊm+::V0󂢵"'N`|Oc.b^~S?/:S^I%-we߹ >_ ?/~~;TG*Y"t]5~G* /;2U]M3P|Ƙ]~O"p- D';,& g+1Lky(݇70=8kVЮo_YMzҺ3.[r*؀- qF!vγlAakYB`@ԋfuC@'̐8loo8&PQQu7ܰϫ\ ?L<KSUtPkGɲ+)f5fXj?FķQvF!4o}&O{BC'>_TWx_U3A-pٹ7V$}jkt"9q[{-\׶fᄩp:?8Yl[ɡbo'O`91L$3)V`~Vmܣ’x+>h@#K]I~d_?EH~E2 $ XiS֤߀ 65N޺ k8jdgG\inc5LXވdy ܈,L f?WkRLz+`qc5ys:P+(0Db]QᏐO#g+SfʟBlHM*W::X뭧39 x܌9yE*)--I&b2m;/FoTdo|ۗ޲0,"=#\R\'7VkVjzl1́Ŵ9N#0*TvsdT .Hd++nM\!2 Cɝ]7n9NT{[oih:ym;~/;77?yOs='oxOک;ãK`_$?QeB3(ěI,Ř-ЌCz:~n3=brű0_ທ_hƅ ']8W l˭pDz0---bÍ+(fģTF>}&z,,Ik(,(T;m یF"1L(z 0Sa2nv}:T%ぇ+kdjRBL2Chpg>bm}mwr-{t܇;J\ֺl|CjV ,^7ps]YZr8?CW`vp Thnf8sRdH﯈D nXщel3#%*`EE4\)BPŋRɺmE5C.{(~%)N>YJ&AF|e_2ew4"F.#+ 7~xǻ.7n[-4yՆVun=0 G̙h,=[}MZ4fsO}eW/t[`=3+kxECHOJdIV0FY8VחYoyX5f8Ob>xM[ٷ< ? NA͓oX|r烇Ôy1o_viקJFl(a"%pcpp8|(ÛeTwY0x LS9)  IHF8\$-am/E%oV!tYiz+%AW{Wq.:kw%ZJV}榵-[͖$I+K,Vsp.`$GBL0".-K}<.XϜݕ\ȗr_]y_f _z,Z7O4:PkQQRV`sf\ep;F޹x9wQkD&MYNZ2M<$Ń*z-j%&XPtfajСeW\'RJD׌ܛ#3DR>ա`U0#P_r̾CNLI6ά?ː=$>=?m~ȫoB|pOxgA(ӟ8xWo=0x,F1ɞrcLOB {wgvzo/42Rbp5,MGK6wӒeFh9]gv<}G_ԙftI@.] B:S` D083A+1*HzC3G֪ V<Ȩ{*窭 Ɇ.qloYy͛Kvr om^);Xz4`Z}o H&AH=rv|I {|䝗LGBe=}tM3{^+"OU Jj( A J ljI8>>ׄ˘/Xøv2a_d@\y4@!_leT;L6 ߛlMfUZ BƑW 1YV$Kfz/>7þ28 9&pR,~S]xxyMJIsTҜDӮSH[<8{w\Ir~ tG%N*d#e9(ӂFZ鑉TCrR9}e&_F'^rة?3@OfsAa.1@\dfs4n:zڳrm$uv7̬/Dה'w V)0FW ?ͯOkSvXvZP;{]Eiۚ,)~W%/[6R7z2 S[t2yЁrOp<$ -&X>n m|PN[t t={힐D&!G+9aFG\6%W6ֈV\l߲D;6k=Tf=ڲDi[ko5˫ήk2k?wzc sOug_:wݪɫZ;w'sYUۗM`X@#u( T ՚fh6~ϒCo,^N:8`; ]3(  &Ͻ R40G`nA`E[]YV.Ζ''G uϽRAo1jL3`VxH8ҋʼȟdyÿc=G~?o!.KIѝ,s@|FM%4\85TC 9p(dIsg5cִ55wlٷ "ۼ.vǜླoVzc49adFɽHI%r`Z*06j0$X=DD}+V?A]rMW(y)t\C_tܶ_r{yqcn{]GVd2lL4dN0CԈbP #рNpyT SFj?|*ZԀ臺b> ݉-5q'wGFUs *w!Ql `,‡@9HSFkOدMg\M{l`"x{F#tP*5a})zgJ0dAD78.WɎ HGK/-Ch8lRB3>n-xJ#F}?΅A၉!h;4?2OOpq>: nD4jB>RZ@[Fd69eT&OB|T6\`h@?1/ ]H8<(K4F|@ Q@}>zx|Gx 脰#lHf$.Se%IDC) $w0DKč~dy؏\~[,hj X<`8qPsk`50QIzQ''- Uڇ裢 Ci\a*^[}^1)L%=h~z6ueyOÒG QHЂXƙv2}'BE]Ÿ@"ŕ ?ǨJG=@aF)UvZ(QP`4J;:}>;=5Sa{ KJ3 { 7&Z-Lt%+D(f9m͆NQ* `Wkp@JW@z]M ]o>oё׷7X]DK-Z|SkYQMko-ZrW7؂ wO*~w)B뉍Lflh[MLT&f#Rf}!z ~FT%C`vE'̏%E5k'ЏgvVKj|s޲?y[ o;!<%v!Ox$0RH%KKړhuWl d[~R=02hWp<*Mm#F Nq{۽Jm2|[wzk ww-#j%,>Y+qmYΜPF'*]n@u:@ ZD"uB% );",{[J$M+ "<(RjJUZ P!n *_X\.KzW0 D> #:QVtڽZhB%@Rhv `Si4*-bKPَsӣJYHDVc[R:t_1|"ؓDjG%-Iv1Z(pP(@& $ & II4ɓV4Q_}XB]L#%J6KX9h΍+9ƚ[S bpNg1'Y;S5I e h~[8i^/jMjfiF#dλp͡]^ӤF*ߒQn\`(֤2mQeVXL2k@a[ҢʜfE'ZBQ Z &IF TQVGKa({aLy1HaF -)3¿{-2 χ!o"<| ]DSgqrh`,z29{dZIF }~D ^p2rV9vmG[C}o_#7S=z(|?;=ֳSQۨEU,hLҬDVDo<:j_(ݣFS2ss5$zp ]J BȝL?̍;yr.>gx@MƘ$>"*0 @|\Fј41̖ "AR= jbYE+ 3-D6]R Ȯ.6[_j.(r醴o a1[_'Tn)QUݦ]Mq8WMq3,*/感'5>ON>Yq{]4w>zw25gr˿+wA+ ?(&%e[L'?=u:H1sŬ֚f{j -ycќE [ cŸx˒%ǗG4,B,ÿ-k_a<\&%2?`6xa<0xa<5aEƘyU嫎_W߽iw㚏5E˅, YC)!O('Tgk^6eSڏc~@֭X^svKx]E]]u;t?YnH6lnI)9U}sC80]迧'?_g /=Wa<0ډ)nibxQ@*赑8$g#q9+WX%ɧ_F*O&uzQv(\Йoā,wE(,EI:ԑH\Nx VGI#qɿ:Ap,e7Wwoq%qNA?%Jq R\¡ԑp(%JqYc?K8No_qkF׎׳F67>11F)?&d>gʘ:cn^_gwxs|*_9f,|m|R@J0?t.K I3ƛ16qfOR%$a5:q8룙ԭT>cO &vGΧIcz (Gf/KbvZ-sN̏ңİuqNCF1[32h]' 1 {qز0ה Bωq@ yokNdTCk|'avAw o'O a98Z>WW(*8' `.c+L98v>B/iNy6v( g"EpweRϷo DZ-zctfyݜٜB|~-ކ:lೖ6Gz Eҫy8V//cyDy9mz#-$NtENk Xz7n6͘Ύ [Ҹٱq.@S3_9W@v:ꉮqtg^«W]ߊ۱+!ʟ8G-W :4$,|lW?"]\bVH%[} WI+;+A%ř DlQjFa5K<*IeF{7qpoVjV;9Q,_ٜ2y%WJWKvD!%2c[!N՘0kD"}LJfFV勤a,:+~Y}8Sb܁y\:3/F/(W~>c[9=c,"c{6ySDHI|,ՆF`z@+]1NYMF@Vsػ#:'*?ZxNFZ#6ksv.H18jZ9s%?.}yhKˤ[fXXFWͨ&0n>Jk,!LnIF545|.r,hx_%9Dcui.QL p<`&4f-9KA$YkI ItI3%E",EdbꇭS<1>D#ijo|D exO?:A$.7٤2֐o$9.rMM Q>Da 1 2Ex8ʼn`AanY!ash*rA ahΉdCnt>7ɇX#sx#3 F0B|N,/.8Ų $@ B0Ϙ  ʠt% ~E34&oB1" x4:#Ƌ8-FD,ƃ =a<B46E<}A ΙGc# rx82(P&bErX4> x0& DxbtNXl ML!n!$MQDg @_΃☂H{$P?$/BJ@T'Gwr!z!0]PM<ۏMzg֋BXD/_ADЀn*"ω=BruDH=bT)'9< D*2BMPFu|ɗDBp"{R@~[@qB"qxD`Y" ~8 Y;FQMۧ#`%IxXN㇕QGQ*.@G2+#=æHOTd>a8QکyzZJfl11A4%MX'8,DM)( 5Z ˣ(Ԏ4^9FSu^z9Hȫ,~9MO7 ){g`` t ]VGS~_#֋]+w+\'<>4{GwZofhnVW:z}>+uOAvzHN gv8˵*95#Z -]3ظLkMk>:rQCqh,_Ŷuigjs'*ƕJlPEclBD@XEX^f0qiiY E:X3Nܣ'1J!&cgQa"2g̀mW ӄ5qiu`-f-aՆ5S4| ^zr{<#' &=xG&LaOxN15(yPc 2 ĘrH9,`ZakcLYE^>܆qqqB-lЬB}Ţa@f@rN(<4ܙvW?nך?ͣ vqr{C`w{諎W|fZ6,1FIҁO ?a Ne*Ze5+M#rۧևj*nj{yE;{ɼCeƁ.3u{g{D_v?.rDL__/..,]Ji;jlivR:ZuxKiWUN]T2\ÜNp$[f83&`@XA$$| t2 o:Kqi?t#>Iyl?溹틗Oٮ?\=CxO5sѨFnoyM>; ӵanΟ0Ud$XԈx84 4VQO,I+ +Gc0o/ c>)gt~hd]ڠo#[`X%QU 8u B4M͇Sé9߄cSSaaTh&/Qy!9a|S'o)Ne L"1÷hB G_Whj0HL8GhQ%Ʒ #x@fz1In|g1_>[nIUZr*''G_{/qҳug !F=K/UoPޡ|hKYr/ 6:93f&iՇb8nNV[5-F:Ҏ봳5iGD_O4ٟSUt2vmR jIkև;U ê23e.d,ў=P;}{d:¥]zg?MCZW8.}K{-;Y|R\RoVY,uzt)d?>٠B2M,jǔ~'ꎴ%oR<_I/PxQEiqdISdwKjSְ~;QfWջLϻVk  ߇^sH_l[ڒ&bWb`;8=-c 5HzQ-"L]/'?*te+mЀJ>6cm/j`7b0(PKijI.o69( SB3p,|<3͆[_ȫ}8?^nVPl2;> f0l6x[`f&f6606z]z,NmG.N|',-2!Ň<7]tTxxo$ yƗJT/X[8l x}xˌaS.DEV,T] e `i7 ̮[/Q>.G! KH`$:9 o!i,DFhp|c)Lw{2̄7vr'tbx@Lӷ|3c&jStO`@c-y|.C=0nɡ+9٧ Z{o|8-\>\?YzNiTmYݹҥ]&/>q(ƅk! , g͓8KםL7 V|n-V98 WY^ז׶+6QZO[k,r==.A3_S%\C&>i{RiR",x.R]8Au IHYԨ U {Qu#?7m1K>$a r/6|4}Aer6%롙 *K˖ z6+)N/uDSn>'Wk&gSaNZ63qF[vrri曗e=Rͫ_tf,_{q>@N/|S-JڤzDð"qqANz?( S;,Z VƎqT˱ypT>})^wdp770hG⧉x!<?>ϰ\|Ț(Q@dF6WۮUO.gFZ]uYp-MTCg86JCJO돝Ḵ~nɀL[V'f 'ܱLZEY.{3JAnfqQu0?n8~l,cۖW]_lm>zH7AC9qzT<癌?CTom!K=[ll/Zp f;iF9r%KӢ- I ǹd<2>th!8^U_}됸6K%¦**F6RhÕ~ʽoPdO>&dz3p[gEmQ[|V_vϸ5N07}׊WSWqXmr5+G6N;p\ sAohVy"1nbӻ-w ʶψHzL:w5SN'ԋ\CGf,lwo KwOReUqjCȊ|ONۚm2'wO:ebnbnA,|SVloRc IΘ56fff`4Ms/iwܣ0oBB饎) ۅmʶVb-P,B̿'_ O]؛UDd#kԛΨh$FQҜgDj[&vs>xby'oL.ǬݽgȪr*榙'tM JRj TvdS{>:o]A[OC.Sʘ4/󛫅fXNkVj}:bg7_\񃩰GZ"H I9# 3^G ~~bh]܄~Jݭ9*8kT{nÛ8jM:kXۘ|diOz0ރSOc!j|ӬGS67=+9{v%~-879%m3VTtoǻ=t6;-eG\aX8ֺj`JvǯK>ŝ<{W:5mh3TTF ,.|!)}ʋM3uT~ݽxv1ǥsoq6Kj6~­kk:ho;bmHEۮKr)*z~&ܑ AolJ}`7&VbP^nɊ;_,]qaUghկ 6)=@\hTFKg[M5Y GWV4cO"stC޷54uQȾO+ӗ~̑0z,pr;60{F㞡Gc7?ֲ-גV>2\c5݃9k"d5s/?a^lrKYQ)>z>LTY\;ӘZT[='LiW\!ã\pjil&ju[l\*8̸ִ;b@ V*4 endstream endobj 638 0 obj [ 0[ 750] 3[ 278 278 355 556] 8[ 889 667 191 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 278 278 584 584 584 556 1015 667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 778 722 667 611 722 667 944 667 667 611 278 278 278] 66[ 556] 68[ 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 334 260 334] 138[ 737 737] 158[ 365] 177[ 556] 179[ 333 333 222 222] 507[ 668] ] endobj 639 0 obj [ 278 278 355 556 0 889 667 191 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 278 278 584 584 584 556 1015 667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 778 722 667 611 722 667 944 667 667 611 278 278 278 0 556 0 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 334 0 334 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 737 0 0 0 0 737 0 0 0 0 0 0 0 0 0 0 0 365] endobj 640 0 obj <> stream x]Qn CdJɲ8Ca"a|׭he7KћyR 8T$NܮO>D,VHFYI<0Rjnfae)#eI.s_h}-/w?Ǣ&P L`ZuR0JZ\* (qWkP:5c +=Je9(O \,pe;\ +XsBsA}A G >C] 5n}):=eVm}18VTM^ڻKXZ endstream endobj 641 0 obj <> stream x} |T7[7Yg0/ @%&/)d1" QB@QJEV#2 &,.`Qv1Uj{弜{r{7!1"D"SY9qKo]MnޕNT?oR-“]2\wieWMU'2]vuV|BQíD7\~qE_h^OC\][3QIկȟO*C_aiԪl`4Eb D/Y̠_]44J"p"$j6?Ւt9Q[!/:uJkk5ALSNPLK?E>/j/jRiq\*e *1.G$BJ.:H IuG[f vӵЭU=mbF~ La"׉A,G+fJq~~AҫHAh[.R(Y~C %`fsOcXYl=AsΖ\GA}4Wc@L;.G{5Ϡ >Mʌ`|QG>sO;k!CN,#-گ^)w/oς>8w HϤm?"V¿ftS^f~h?ۂW}J> }(V)ehhhhhhhhhhhhsH~.mw#ۂ!I~fKQƟCE-~n1͐nMTx&\y,US*(ofkm](LnfQU,/٢M6,a{ 60_9f+t?~8opпr*h.4LZfBȂ\=ios;[E?p99,%x2t HCA) h Ëhͤ9VP+=E~b#=&]j)ZV5jǥ\|Cq!K>iO~ ܏l !}5=Q~k'=O|FMEߨ*5GL|qٰ(Gp&>hH'} p:/+{DNȼQnj-<_Jb'\X4jESMqquYklRO+;KOӋ/;f9#64ݓ6=8Us JINJt:bcjTdDxj1Y⌆Wi>OOǏew=*ϪiwO3Դs5uh^-M=dVHõ {ܭuS]NFG VXPXVlAsE]9klélrwc;K(bF'TidQDwy.)I5}l{ܥ(Be0>Sl - Z;U[ _?'׈1^[KXqMGU=5Ijp,DyR}vkHkjokdb7t4)աFsgyk|Ntn.ZVn9s#wg@9T,c!^9]9efV\iBδ|1eR$hEP>, >9 ?&#$Qq>n|(MLr3xR Jϱ.YWNl;mqnm\s]s}gp\6vnH򍻽X X9ٺ):[7ufuxݴj?g}ڪp6F-R4QJ8sԥ6Ze(ddYN1Cujh 1[N9Ԣ֖Qg խi׶E-{""qhM>;=V)I$.SkuIsRjVDD9"G5?ޛFfLQyONFsQ?]Ts ;6$Fo 5cs\%e9E&7`NzKvi =lEGQ%VxVGzK~+沕>acp1c*Iz (*x5xXHr[жEzԯ0s:brU|Dst{`wz?s[d 0z ـ![2x-(ޟ=2P9UµĤ*rcIWB)z4" ;(5g5+zG\"I%Kd5#C4f`eP"h$E2s\>I7&[WrHk$3Bk5\Q$VfdZ5"$\iN[\W]GG%vBJx-R(r4ȐۤGi:<ɮ}&uB#"2*'݉3*JuiiG#g>)ØG4/䀔 GǤHq._ e. '#MB/_뗿`7?B$[z9(wxͻ(! s!S_ru?"^Lfg\iLt|NI?<x7] / Ʃ5rw|!Ο{>Haob$S~ \S|'%BI';I̋jFi#֓F`>VWWoWѨY n/iD#@4F h@47: ꀨ3u@QDQg  *QDU@T* 2:::ЁЁЁ n "l D6@dl 6ЀЀЀ f T T T TX&@D= z1=@×KK~a@r؀0 9l@rS_j8#lVWWn`6Fx5>g ZhV D+@V#p?4&Vmf r%5n͐͆\A\NC?C.%]Q%8&`;~y`9jK[z}=\촠ؽ;jWki1ׅzE4]]Tê=*t8H.H4LΥ]¿4*oA~ >H1> Isy<662c-i ,"[,+>Q5BdF^">wft!bJ^9UQ\Tw'mNq2_t%UN+Vv >sլvAҴNUk&ܑE9QSCeŎ"qߑoqv6ŷrjoGJ/Gd)5ć*]l A RqIK~555-Iw Q/cj/ ,11T]y ;]'IF]ZFFb82/n@F)} ~;fMtj&CZ ûE,-\ÆMt=n~QcfWH%T|.5err4E)8/OJ{o%clny<"ZC3SSZL9& S3WX4R*'?D4Pش>fyl"*,ꢗ0_qu˳mʬ@qG 9%G(G&at =G/џ*OS1OX Ә;JR:Ba!Vd/ͯg,]治؟y8IJ7d&?) >ZJ[i^CLA٬]؏X/EEJSO|3ޢ&IwIyrH~M~GM`7n l <x=LuN$8x&DV:HG[?d`%l=~^g,Ljcy9F]̯n=ă?K4Xʗ|RtX@Ve|uf.{N1%xӨ5$NZU؏N Wn;xsH^A'UBa`A0; c- cG@Yfcp`WWLO7Ի+ >%x]p1 )6b@K6l,`?P)-ei}+=ن̣f8i8`{5]kT{v(,A/7{a?8sb6=KGg @ +x @| F|8i3Nnv ǹPf4#Sk 8Y˥CJl01puءBIQ|t [qJհ" 86#L}없Ziy zǚ2s|F )Af*Ydz )r@"Y0rZLJK88_NR{ 'R1HFdSiHE_kR׺B_&wщXlt^KacΗWѨ-M;]Vv9zj6qS%Mʖd\Q$r[c:Q!0%|(6!yK4D=gY+O:";M@UF)ج˹N8w'A/ ;z'8b 0[Q}qDXYt$pS9~*V3ʑJ7m+mc;;"d̰$p]f_ 2e4mʷGLLq۬M/Z_x!<-:~ʊQ:JQmGÜGޫ'W rLv ?al9i7زͷVŧJsu{6ncqɴ+iW`1s%X-XR|`uo[N6c”N~3+p+޼kd>YlaBW8Q ֞0djdR+y>&[*C^MDF.aA +<ؓؕ3aaDKYRYrY r[ŔPSAxQ,K q qI=ؙ%=Pʎ)hJQS)RnMiIy+Œ"%>6nd WãRDs:H|z5NhgQ`+<+ oQG(uT]ΝN/`ubWm[{u!nT̞+PJo-lGBTGubCGkMwa$gOa᧶FDFdpJgԨQ5j}̞.?oǍ`In6&uzYGNf_^017L |u4\~}GysKz&/x5H캔97](_'~NH}aM۔m#wtES/ñ}tpj.%EERRypXj[֠UvcY]rE7$NaGiYxbhsȷNPxH dL ,LrTmZY‡|_<XƟѕS&-h6Q:hZUk 7~8jz]aUҋq8at[}D}-,1l<6^#ٰY2+,+gMČ[{]Eu=̙MfI6B ! .+* U[ *rQTM$ TҿV-^Z*(jRDNn|_ٙGT^$AB /p/F(rlP$)b o5l9B#~ ,QnɢCʓP0tAHTl[ =:&^e9DE֮x}mY6ngϯ%5isΆ{D"0S}/dذlĭhu,w|=wy@EN~OP fFy7DAFRKr)AB+;ŋ+ ]nQ"|;.L4xKJeFYSYKYkY{Ʋ2Q/(e|nt2m< RB/gmy =Z/ !ڴ즱ntN?d;Zi,sQ5CӋ@VgObvxΚ`~ajȯJ'l0/ WGiwu[1e48i1H\zLRS 7c5zzf !oV*bS⻃CZÉ[~ .e 9mfPz4`)wV+^lLDas%msh o \w Y̷B9(]*\idĔl9~dM8IL$WH=ʻ?](o4z_;_kOFmnXo1@ PUFU1X\2WJqfW^mR<'Uhw.022QG+ :]BG;( lCF~%yˀ Lq(z G2fޤ{o|:*>Ӛqs~4.'y꿻4髶f {l#C< #UHWȻ8T킀I,) K # |# ϐUhjD% z鈬Xw?f]fV,Rh8Hls<~3~5^b{+tB<$~&rqE ASk\2pҕ +_OOe$ME;|sz;3ҏЙ XaXnc NN>qzuX|wŁPq8NLf+O]C{m{ojG9N9llSk3ByaHȗ3\\SMM7΂Pփsr5: Cίxr\Ao`uѕ;.::xǙ6+^dIG[rxjwh.GN6uLfʔK}UOvWRFw_C?%|8.&˄u‹d2(43A-Hdz(2`0 +}c(nft 3?7m[lDDM x`%,u.!}uuu5!UpB^W xC{& /KF 1iF#^# PaΜ@~,if:. *`u!qsyoDC|߷Ė=m6Is1ȍߛ}yXF!c94;aP٘W;#E*"^>riqAYdiEu )+Pc evnփ-Q| hW/1bRV]( &aVV udﵜ%uQ',2m`#dYXq?ӕ!T\q/JOɗ;uDitS O\,=9#['"\,<,C'dm[noRrʜq)/aX~&",nFV[{l7PxF%׃oO Sh+"3rҍC^Ŷ'@v z`+P ΤR@{9ۿew:2, t9)Zʤu4 !#hxFxFolו*D*LNhK=j` 1"jEDRWCW*a %kʽɽ-~| $$vϨH'w@R"Re]}<=!?4@-]ޙф /U73g$+h%* G_QwWt +XF/As\"{ExAE#QT5+KX,'+$ pYX*X~9nTa:P9hSN0 jx'S@: S *:2N*']˛ʱa[VC ?GǑ }JQOqB'mǟȸݙOfFO9IXJfd'SzZ#PSmfaz6?f議}q\g.(J~!AZ(KpF pAUUa'GF=>B"A1jf9v!JF]DP5y|f(CXkSw8TK)Il>DC~UIt}GSs?Xp8TI9b@JCCY)bPx_8^psN%*Y#CRāSz|yy_3 ]D ^Zd} (t37NGf֘WU9m5gvoobNMPlhسn9zԫF*3*j ”4r |-~{wsNpM5Յ0U K|]{}Bh8iȧ'i`nR\DTne 8C#/ zErѢS@B u,57q7A7$S'jh3mB/T!l7MYb-Mȓ8Ϳ!_/+M䅃ۯ]\ 9EݐFco]lh\ ŞkO[t҆p+ig3Yk>pNfw$_a[$)m̒~~̀9lkI"R-baug2~ z"ŧ g͸˷=qB|>mT%LHisM$4GWBBC>䣧2RU8ElYQnD .ž9LӧJㅙbTT_L*HH=M"g㐻T+x1pڭw,q+FVyj;)jZzZک-7AƍK#k#إjChCb8V*\h4^ko4(Ku5B(Ԩ5tZM f+Z{kG, nsZ TL[\1Xa [GN=N9X/ʺ![K%49 W _uzl8Qp_R#3n)tk+[q#BhG6{[?n{üQߐOBzo+=?dɧ뙎'a~c$(҅t\t}$qxsb8]nփNj$Yxe \$J^%~ !_~Arc#[ 0"r[po"o_%l;=d@œ-z%e)A^r w<}v;x)>udmU)_׺#xsǬ_; m=cUDMr!5I]-ޓIkZdVҍo5B\X' a" ZTVEl[,aHg|foҁ:Hl-͚0KRʏ(ƣ>z΢;͟Gכ/vFdEga }L2eZѬNJ6ܳSEi껢wVg.Wqsv>Ͱ@!-Ka5fLFVEl"vMaD)~6bCj&~Ȉo!rm"_Ki~fd@3a<c>c?7ZAﲯ~#1+ [؍ʪq(9hQyҖ4S|=ѝ'lzpvBAzn}&Էvzny;vxN ٻ7{}<4i= .^ O(E;%Jc=VK2צ}wo}fg?E4ZsM&sbmcPܑi5D=i)$RN-qU_X|"M]Ͼ9 6?WXS/O:~Gx*qg[AxT) E c14}45:Fg SN2BqUnN/O_4^rHV`J#DEsf ϖ=Ӱժ9v x3u3緧Y$̷/yg`@+9'JRʟwC⇇BJp[6^ 5r6SG~XʵZ@'1 h']P$!Zrb[y:^e[g{vF, L0 #+֚0 Ll\F㻲Dgv0<"%Z, IZ>2G,mkmyݐQ:kIm?=1G1rYlvv;vEvށl/5b5N13wKܰ,%T^d+xG/ױhc>0<CpT !+p#R0BA&ӱysʼ΍y{;dVCy,`K d%\Jzf"?NO=e+D@a3 `1\q)ݤGU5f&1O~1B+Xhsw)EM Rsӥdf`8XL\H(#QB9Y4s^護sklO# #pL5@B eW++i`냻@P2Ҵfrr0[x@e@{9+.|%J#,H\ jW\V RY)-OdnVVsYԦAiyW^j;~HtIętE)S㟤Ɯ7RrHD_$V ĉH80D zn<l9%묖e1z>Srң~:zCw᙮,3}1w$.<)%*䚫LMfn 99܄f Tޝ);釜(IPLG(~,-VrTXMq8:^tPm{g pX$vx̩1˱E9O`Z{ |i |$C̦Yl+ZsRGFg:vMot:w)u OD"7[Xw2zءhu c qgEvGD@\Otvoj 4 +GI}/&5l5EK =k:g3݉4'S)bKpn'&8a@6>;V%АDAD"BoW?!Ft 7>.@} @ +xd!L_Wl"hQy J2ws1S15B)"*En)aubJr葺VݍIm[+둺ZdUІv~̧q0`B`G0f̚,oÀ׹ O)= LS ~c Ei|r'X%I@dT%@5ݬ6*I(4C@KiKrS3|=F2 (~W1|J6ӛfa>˜?J_/R葾ET}B;8yv \˓^k.1jPT`u5՘A+`R Pt=ƮЫ)0) @GDXy@w.ca-*֔c L$;]v[ՃQh~TSqt!zo 6mVޤn8<rn6- o+9! 2Xn2{0'$*a=Nx6&ӭ\z owr'9`h8]#ӼU8ap>J%\yMFyal!┬ H Mz Ena_ 8]H Br`ShdkwmkaAƫB߅F#H*L32i>͢"HlF{{Gtġ֯שW~G@( Q9RQQ2Mz"U;L0N hNpdÒ Ÿ!=`*,mM;Kb'Sm<_blrs9)2EYH6shK%WI)nOb(D[~[^,POs~!l dSM L"B 櫗aeDu' /=Ӄ :}]zxS+~{=Է#h~bMo8h%xY@Ha[">H_%Zҏs/8[XB {a΁Gx!n1 t bcfż̚'߄l!KW$`!Ηoe'U256 |-7?{H b hB @R1,[ V 59 ⥰gn-nnTo_ y 㕭10l$n٪v,Zvm}Ak!Z/ `A)ۿ+$k܎ %Z:vf=enԵdlQ ԜkYژo_[=WT=ϼ (0F8P`.H2CyУW<N!V$Rj7-KMER TޡLm†ޏ]bУ2p~ Yx(c܋;!H9p^it{"W 5=$RHQgb9$/a_5=xVyMkUkF8]P<ܲlީn0(JPbF3ۙ{' [b3T&ޡ -.Y_P2P<=MA ͰPؾI)$h6@)OLJs #ѭIbMAGR q\ЀːտL6ϪPO2'Zz 0DeWE݈+| B S a?Z{OП}=vGcNyf[~=˖: qVrPF& f`XGٛʜ75M[LyEE|TeԙS F3,[Nu0-w])0/^Ns+/gGK$bͥxq8D|8&m|zm DIv1|Sg%rډ71\R p>JDKюX,T|Nn Kk/~ PσO-ѸīHY 5=h^p%*t:0-yƛxo IrKJz?OvXΦ/s/3n7elCv˂evcLn\ dJ=kqg%L(zlۯO$ ྲྀ} 6ZI6Szm1zj5N'q|LZsԘPĥrM [6˦}ys3ax׼f6TcJwNڰH<`|T軧qms יe+/`dǘ~!Ԅ> {dXuQ,gF1%1Y)Ydt w?8Fh hiHLW6}`5p k_Y[=|˫o{嶚^^}S;l;;66?'[508DS#3$\MxK\w"Da[~M,i!{X~?svt a,nai߇|p'c#N)h8fOܷk֗D IcM?k`9,lJsoWn[e]%R5k5ƌnoEye^Q# Gr l-OT҉mTh79OvLǨAM)9K/ʜ,0!0)휢+'wkwd%o !ʎHy(S+;yR܏l-)9Iy?~M1s#@ou8,?|=X{ie;qW^!WJ/]X{7 ]` A(`R@ث2PoKQ`)KlDGuYشnʷ_obHB&%6|$ZSYs}{`MkVS}qDPXmbe#ˀ4(.tCxeggz,~Y<^ldFb !reg`lX&;^ib/Nx09=Qmlk#E~mޤ;D! hy-嫊FF(6ЩٱA"Zm&IKyjwӤe0'tW.ot50ZIKâ(Kr<Њ 2f–gM 5i0Rh0'Y_ե95A$Bvӧ?!ej<6&;T3d:vOS'r'21ypN*mcmPeʰj෰o)f kVNLi€&FX`fc J`nv~_a 9cN\9 UZ|* \=Ȣ(bÞR} p!r|*‡i.# Ǯhg9fG3㍺$^@:⾁!x06qz0$ngcR,;83AS0eeesed"uxɵ>DK*k4S`TTɶ9wTׯL 5M])%-JvɱXsm]7gӴ :sˆ5mW&SVωL\r +̘ SZbAP 8 C1 "KS]D%zHC)BC=[j@+'Р^}:AC7$8%_GpC!gYa愜2l BP$.r7e 5kB.r,ds<2ۍ$i^US[r\ـ}(/I.Ԟ[:gzˇ,|lqٰ5/]ytgc237Ufk'l Z/m='ײַ5T+3}i ldk\̩r X0f3tyNMQ8R&DK4&Y&Xa[,bG(ӅCfdV2sAE%9Bޣ  -]%JLW:t1Mw|LeJkO̺!*V?.kU&ƭÕo~gKGfmޖIK _~{yd"z,]I7NO~[̆lZMNN }ƂG˅AݰaEd⺩Ǧ5Z5ZB~%˓(~|s ޼L+͚Ue00z~B T$R+'# ?l0P.r1R9S}a}B_d4(xPrR*P +V!DC3}O~ޙ/_U.DÖ  "n,Wɥrs}=ӥ 'x^ŏaY(K.\xgL ,E{PA-Foc?`vySAecZ^ziϿ;%gҺo_5Z?*̆i,@K)>GQʖT:Stnj&'gb4m#5 OIO{5;ݖey.2e \Dp 4ih =h#.!-_Da='4ϸ rF!!&KhwVzԵƢA[_ ?  أWTwԲ_;R =pO h{F4G Puup\a$]0ʪ/Raە&̉*il@5\x5 p(;E,LZLnyv kk̊'-/{_D.<3I,]ҽtOiKWJihtiiR@EYTd .. (Pirh;w,3;IA2[\n內/hKydx<^E.~|W=|=~ǯE'rto9A m./o~y/ƭXU9) R {xȐŧVW=}xʘi%$C9RQDJ“J>~ގD+#}hd]hξsA|F$#QI'1&MS7xeWԧW>Q,thys:nI$9y\'ޛH%^)gȴ2߇Tz"K^dZ/2ً;<, 'BNrFNP嚄佑# NTlx( $pAFcuDf:AR4ɾmOXi:MNt$˚SiSo^NlJ!di^R/jgT!3jDr߅,l g=&_H//W(򌢢Ą6' xx`Ңx+؅?,<9CRz$T`ʶyZ6Gt Z0m1mm{1Mpa(R<40e|i45gEYyoUcB2+S %5=$1,pG_f" +[Ҝ82/vV P~(20;G]D$bwJFx$mVmOt߱7ʕ|#Sx{GJ$Q0G0AE(H;ؿP2#㷎|2;܈wsTosܞM8ga.ϩU^?R?^p*$ d#A)dd0J}BٗJL #!%PP&n1R`>Oꏸ$l\K3#3в6/=[G`ɘkqr*Ãymq 5zrF?) !_/O# 57%ӣ(.,RQO7 SB%="3rkD/x06'[,.b48;QB'kgX%#<OVz皐(4Ew/P#JlP|i'co]FSaһC;#:@2ShVHV8gE>~*Bp]e׸($II`]g5ڻc; *Bǻʜq.daHuA3I8KitH`sPL4N&.t%OSSl- :)wS+r U{QL|v4߅rHRp^ÃUؚU{S@\gnn(Lԩ<́3.#C3oh Ɛg-1  {?RO[:YyoLmw̮Q7y.5Cl"u:X>Sqݏ:VX۩okRX/ЈHnD}dN]{POg5 ۓ'mŵ Wl PNQ#^oÛL`Lj:ʥ/;F6PmԋeXk'PrJs:✀H+!]FAIQh8B]K]'q#(OWS^y/{o=;E;ZT+*48hJOB CaWED"wFRyS%i= {RO=I KRԓ Su#qOԓzROI='ԓzRO3I\OM/ے'9O|rs W_]D; P*Ly0t @i\$}Ԉag(w`>%a$7*YIð]os0ǰ r0+f¬Y? gaV,BJwr0+fn>A}0m{\:P7Dp++WD[DzZ0咸9OHbXL`md6 X`zq0}q0NbQp/^&`h/`7ҩ,A2AX8]n`>}Ne :p,l2|dV 1BA 8ա^\mzy$!4*FBDJL ZpI.O qxQH4o%,8ZO-nrP#ڠ c7¸q xhkz:[lSEsi Ӡ -Жq50QG4qmAJQm+h|JO=M |-ԠR DWY<&S u_m׌KZKr>&$=gIJp  c"Ik'QdkKr 5zi)(pK#L-܄{.%Z1&b*,%4,܎u{:- AHOr,{У#FlytS-Ɍk؏;Y"A9gVs[b`#'`2jkLغM:Lk/þn`پu`-fheuW-ær=XK1WRoAfwiy-289`5ֆT=A2k8c2`yzw٣> EC.`, l=ffl6{8~?]lqbb{l?荧F14唵=Mb=}\0A-\$BڴiÃZxG6Fm#N6sR6ب>lt+Y{sirWah0qdG|f t8"1paj IZ8E{;.157Пb:ncՓjtx4pEu\fʇgHsvϱ8X}Vjl. kCЮq,|BǸ|y K$1M[0(-kzBI%\ ;^)bw EܜRZ崝îTm@N Z.h| (U`!g.PTsNW`YjK1P9^vH>U\ R'W ,BLMrZ#P[g2虇9Uc)9!nq+VS$U$ٞFu9HWOY8ńzh! !Nwxߊ6UߛX6-:j#Wei[]̹9׳ޤXq1BIC]޸k5:1]n%Swk$Ezo ?]N_?sY~37ԏ]P͙gZo[[w655{aMi#vN u:Cݞ7=X֍ntc﷙˞8?&Z1t״e*fkUKO)xEg]^pnvO9 .iviUdz+SΌX6e_> 1* n:UG+Z&:3IM𖘆] MA@_+ [w+$_\vUy=WMlVw,-Eyw .UNquwV 679rtG~u-uaC^軤DȢ[bOL^3-qS/E;+KUY[mӰ-{fWz-z'6x&};=)rR|~sg_=%.l;9d۞xjiĘ=[b/V 6tE ZS%!\kZ Fk3cN1} X^/ZjƋcg~OsAke1>ca _оN{ŋ.|;ϧE0 &,j@O?. YsXxsQ6 ^p/#g)͡1^Yuɥ'uMcg]N62q|&pKukOjv~xnk_5-[t!o4d} t׿zO)jYu9j͌$yޤ7ƣ. =/T|A|a4_3i# L[R~zb`{/:: 6ӗ3zt7g-?:u~|rmᒲ8U-~Uɍ6{>4#n·WLo1fgɵV&y#9]T>tlX?ScTN,]19)m˿R/Z\?~fҏFoٿ@W>kǞzVv(mXv!Ϊ9za섣>۱pc<=gßuwb{+(>f?w2& ;! y{3'Ntgk}Ύ0>}dOaI<%8}-/'_9ss]3;+G[Xf ~;ILU7*&8uW2-7_)>Hy(wBdwbKVx޴~}:cɕo~N椟/ksn{UA2蠏`y~qKmyzK gž{p=+r/xŷ~2?C̣;Nq~++crc 1/KynzinEFĉuf}*s ;ghv^J؄lg?})emِcEl_ȴϷ#'C.Qf(S$h;r)h; g|Ƴ5ߝ -Pz[9v7=حI 3`wßL7VL9z!fʁk"pv W4̰C),QL,بn ZB f%#fsWoVMs f[-B3N6y,(y~9+҉">,An;%)%1#1 wPeRNݿВ%-L[澶 mVw]/nk1/k~}Ӝ!|ubE{NC_zkeͥdypS 9o,9rbgc=k#T˪[=-+{NIsϺL?lsіMMˍ#>>rm])hC90hٯO{GM?8~}sGz!cXc]s~`H֥O) /PZ]rxG<;e`22]_+xM旅"iǦJ_^;pה?z?Mx'Xiݻ/Zox9۸.rIksD ϯ}~|EZaխ?)3;OA>_C|v.Mzje*qZ6B\F'aA>ŌpXcn~Oy8yrؾL~9vЕy_iSO n=W}0YwwS/Z~Q8nWs0ouwn=|鋹w^yY6c)zTӞyF5m&MCW1t"P;!DE 0 "bwB)Hyü[sf:{s;"L26RP !1 ~eS,WW qy,Wyk'5N+OZxj CژwhVaCb݌g:%0Ns|dxsoU圩`be6e}ެ%cln+^{]؞{U͛dM>iQGOM60rr>n< @PphҜj͕"st94t3Dh7k(Zm7Džl-)9-:@([A*9^ۨY#o(!W^n1@,@}m*,}qm^}ȀF#XӁwu|6lk# (HA򒒒2|JNff_ן/mw9z0[Ƃ!6Ԩ;Hu}"b`V{ղ״W"Xp@{^ѬfYki<٬`cˤGƾaG(8/z>.*&6(rK=l :ytrҋv}{t`e>6uB\Iڢ'C?)#:u+Sܦ4KPJnx袰\qϻ+ZnHѩy 1b1 Uvy쥧^1;cZӕh˵%Y}( R"};7a>(G}'oҖڈKP֖KP,!gA*oeu#W<9~A(/2 od~{fxP@6,:.%T*P Yq`:FlKg$E7wETJmQٳi8s2'Q 34^~=Q18 3Px0آf*c tcڕk^V`?\&VEpmO[QO4vc8?ya[Ѳ-ܭAgżÑjb4, Ӻ9(˃*s0U7%mIq)j* K?8jGk9uN{u^PG"n 4,t.cA#NYkV BBZyTo/-&U: _@Дx41Y>A{uKn*=LbcϦl+W5jrlesFW qEɎoݧ]˸0Tݼ*Is(@{L&T ]߳NYxҘ3 vG jsIYef 0 VmeghFME)zEJf; mU )[M`_>^`/bfN@d Qs>J[}(| @P? *~KpxpY%2 XRƀWe3i!Sgf>DfLgp3@8 *=Dwbtyxvr@ߢqSAL̜ ģ  2,6\.5~%5M? 1斫l7E@2NX"_)[uj\l?Tk4rWkj4w=g:~cdB^rB%L :nq|Dԝ)z)ϖxݺ[vz{9IPGA鿊A_?){!Iƛ'|< ռ^^qpvH`g! _߶,Y2<* HEQ؏l?賵߿wv k(ȉSUf*$ӗ\$݌q?03LKr {2Q$_988 xꪷ$;ie_ HMg(XJ'e>uZc.~^H q/m씭,xXt%5[h\=P#x7H{etՈf3~֤3ץ=54B7Vj~b0..!+ɳ3xq_r9!HxauOs~fj6\Z|ڜ`/b/M-6Ft ߱'r lYGf!SrrJYpZ>7=x[bsZE¤@zeĀjbF;h\n endstream endobj 642 0 obj [ 0[ 750] 3[ 278] 11[ 333 333 389 584 278 333 278 278 556 556 556] 24[ 556 556 556] 29[ 333] 31[ 584] 33[ 584] 36[ 722 722 722 722 667 611 778 722 278] 46[ 722 611 833 722 778 667] 53[ 722 667 611 722 667 944 667 667] 66[ 556] 68[ 556 611 556 611 556 333 611 611 278] 78[ 556 278 889 611 611 611 611 389 556 333 611 556 778 556 556 500] 138[ 737] 179[ 500 500] 507[ 719] ] endobj 643 0 obj [ 278 0 0 0 0 0 0 0 333 333 389 584 278 333 278 278 556 556 556 0 0 556 556 556 0 0 333 0 584 0 584 0 0 722 722 722 722 667 611 778 722 278 0 722 611 833 722 778 667 0 722 667 611 722 667 944 667 667 0 0 0 0 0 556 0 556 611 556 611 556 333 611 611 278 0 556 278 889 611 611 611 611 389 556 333 611 556 778 556 556 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 737] endobj 644 0 obj [ 226] endobj 645 0 obj <> stream x}\W97) 2fDG jdbl hPQĨ!1фhz)h"fleMq7M61m7(|nݻwss3sSS~2sCjGM+eqw'G+xӌ)}&N-wcu#<Ԫ[TJ2̺-o`͌<wA-gtw2mcj;ڳpI?4cYZVc'n}CGZ>5 D2) }?:5S,nqZ Vlc õrbg&5h2X}mT)v(:U}gYgh= cQ7*9^ƻDK/Fuz_`ߛ v݇+k`7}g`z5+d5?wb7v݇_)dzKb_7:nѼv?ٗ_?wb,fc\.O?3f1Yb,f1Ybb?g,f1Yb,f1Yb6m,f1Yb,f1Yb,f1Yb,f1Yb,f1Yb,f1Yb%ֵAbt dEKZZefƔ($ecxVϖ޸纴 ~y׈ ߲xZW'xs':FZ˓'.ޢKa?m')~"o+aSYϭ' ڢBї :l.ɕ J+s\!*sVRDW6[zzcl|#Vsj5 mhѼM  ѱ)@ bɕs8? k`jV%Z-Xf5uZ2/oy[MuP\zџ*яpR)%~^St*L_J>ӞN*- MJŭVՂ[p`XCd1<%ZBAB.%TQtW#.}gMǵh9?5*-:[Pv\OhT`OEEa9Jf8)hFsUL$o_ Ncsة+Վi'(RaCL(؃\V-=RKM:){~շ35[lew;ׄ@?<7~n71oZM)jux+j;Z綵m5q.S+O\^#F)h&yS+w;ϛVQRZ3= y j^ExS$"!ZI+dUi-]3Igu AA:tuJsMq= /e31A>h M W=(+qw;ڜ;xk{\н[kiJd+J _Qz.GAr}%F.Li[/ڪƶ*=X*yaaD!%_B~ybVG ƉdnNgMMz;Uw,+qcPn@ #íu,T)GU\Qdt8-E[@ 8oTV$U᪀xh*:lpؐCmsă n$(}cS+FI2Z:?jG,&Ob.AdbXjfA| m1GmkMx#lArhF{*>&W#tNk-eۍ[&-6(Fnż#$ttm;;O?ލʪNvgzN4w[+|lGYs*uNoriW&4 d ࢣUs4pO׊W$ϤjR&8M64$,";.zlm т6+&p%yg˩^Wx#yu#I-RUh etDogy%*lZEϦT'"ybi $!S OqJ٣1A* +*ˣ-Q5xwH|}L7Gx9ç*O+O"Q;Hy߂_~Q#)oB`Um8>g Z=>"g^圝q)| tgKqR)z)IV3X#Rb+X!E˥X*EKX,")8MR,QR̓Az)ꤘ+E5Ȓb) )RS.EHiRLb$D)&H1^qRb%H)*(LR)FH1\%R )J1DRKQ$ )J1@B)KOR@|)-E@^R"WRH-E~)K+GL)2H-ERH,E.)&EN)Rإ&U f)0Ia ^ \ KN)HqX8$R|'ŷR|#RUH_JKTOKC)(RAKq@xOwxGIoI[)ޔ )^5)^)^%)^)KIH))) )Ik)1)JHI{-Ex@))"RK>))bwI+)bwHqIqHq[IA른NkFJ+B˥LKDH "f).M8OMRl\)䵇k.=\^{py嵇k.=\^{py嵇k_&py.?\py.?\py.?\py.?\pym.o;\vpymC9'9̃;s$:RgE2Z)u&HRk ZCtz$c8hu$h% kre\j&ZB,"j":-^ZHh>ѼHzRDuDsjjͦz(5hQ5QQ%ѩDӉBDӈM!L4h"DGFǀFUDcA8PQ)ND%To)DCTh@X!QjQ_>XQ>#M Eԓ(5CMmfS>"/ee"i@D)d$rٍ(Iy";9lDVʳ(Dd$2DR' JNRiĻ:"@twD}Cu$e译P+/)AO)?cD!#>({DS{DM-$z#|*HtkD^"z@=G,3T7DO)' Gk*8#K(=B09"zhn*ROhG$$#IB濢V$FywNtѭDL&jFj):k!*\E+ .V.%.&B-Dj#:>) G{{|AwශoNay- 2KE`?9"ϳ@iBS'm'l=Phq1 ص[z.?4>԰>d/WjjBsffoYT:d.VUESQuzѴPhԢɡ)'&MM|иcCcFFoYT*0h:`.P s,`&0JT`:S)d`0c1h`0ʁ2 @ 0 8 @0 @?/(<7z=\dY/2 pi@*$I H pv V8tû 9|8~_|| |||>> | | #}=]w[o77ׁ׀WWs3o''}ǁǀ#C`7v;{{];mm-V&Fz:Zj*J r2Rb"B` h6sYVq9?8sq9?8sq21#p8bG 1#p8bG 1#p8bG 1#p8bG sq9>8gs}q8 pc˗w12g+섿n_v{ Pװ+f߰7ῗt"fUw1Xסw>!5`4} ,c-l[fє[WUZNgkl-[\y"g^ ggbebgkJ2y6sعXMĞd{}m.0k4#r^is،9Xn84z]-:}\y%7$B ZYwL\1>6"J]Y)돛봔P'{L_n bVM>Ѳ[6v;b$mNvv7m¬E+:4O=?rԳab<"gzDˈr*3b6M`W T>l$]ee<#(̋[q^ۮ-stYb܂yɑw/8₃p|Y\qlPuWհIub҄FRJi h&Чow1 3~Ô9+8hڿ_&J0Eju_2>3͞h3َ3gUA՛FtT-3Õ`2%d$2#o}Ta̒,jI )FOws,$1i-yd+]rQ[G3:d`Ŭ5Ú)>} ))i]p/vأlV?a8Y}Vs vf3JSPļ?xT$Xɖd[AJ|'w'҇X ,!ٿ89;*g);3 wH9-[.UzpP^s,.CIMu3)U+#ѕhQ:GrS75퓕WFK''u͚fzդFQ,5Gwʲޑ+-Å-}3ca ?C3$RwJ`7G5>z&dah[T =G1;T=<-?$fe%rgc¹MM\UϱZUCA]{ާ{ł)TfvP|gAV/fd73+}g!==pȐo"R1߫0kK %4EˊNqsѣG?qD kחh՜;Oƀq}y>G/[UV9d<ȩ?pzy?'qZh Wh5]qA$H'!.XDbC| :P }T l4F9h櫰p{JSu;aqBhQx57paSD͝M)cEݝMZe8ɻo= Ih w9Zw%f*b"ŽfFSsͽd Ac'{2ue%R]ӇN VHEPZMO}n˃,/U,F66Xvv) J^6컍9ls8lNvgj{.sN|xdi8;%Q}/mִ9khMJPѣ#fxܶΑK{ m!dJr0oJ(jHHONp.ΰ2:s2qqqqMN%b0]5qnQeZJ$.u*t8=Rp~Y[=R%-u %军Z]פbm?)kR}$visJN5rGfz~9Y6 X>1&LΩRV_`Mʳ% 1VԠ5ͼvWfkr_6J[c:qVQ_RtFbw9^AISz:{ٙo܌;1,b&t&C|2S;l!{l1 t젖FG\79ivaߤ'.S|\j3/ҞOnj_a]e5{ VP -wKXRD?uߧIJ=2R ]Y>V~@8.;ju Jr; i薕 07GŒ###7lNE/P)W?iji1;aV1Ir) 䄄!ٜK;$wn:'G( Ug}cL\%ӃAd٩lW38 xRcӴkmn⭩Ϫ7gǂe2G¦- շm2WLIl儕#֬Xo⁋ӪggN2=i2xaW~|gO?lWskjς xEE2,q_ DL 8{u[{֭huUDT^sM{s}sNnl?k;{ϓNfm36Yzxwg Zz5j7@3E8PJCuXȓ;wi} ߣ}žJYp!b`T wWh($ "Bv9 BUg4=%z/ dZbqCgUMIkt4 Ն{L7u`l8o87̵rXފ{:A9ҕhyNR)֊WnwXɇ'_`)cw QmoEh/$X;d)|'xHAĥI$ogY0fpP/O3 h_sޚ +a f0`393 f0`d3 f0`3 f0`3 f0/'f0)\k'\s-| q y{zx ve Mp-[ 9ٲc1-[qa1[m8i%lٖ#|ɖ-E99?Ul2#t+b|X,0غeKv!Z,gVGlٚdķr{m9.=ٲ_?-sXpNؙ)3vfʌ3S4ig̔;3eL3Sf̔;3e;{7=[f켊Cp8$(9:- y-r(8~Q esrOk4i W`q -4'0 4R8DprPƒ2yFIN k!_̟ %/| )'ōZcO6gLƍIxd N 5LU{? T~=~lCP6"hEodellT`YXZ&1>:;c8 ̃4ҌeFo yAn4}  Ngf&/:B+Uї?q% y]3UMWxFKӕfLW["QѰ%cD"vRC;2ak_#3] U|fX'>Sj\*k. jp0uf}xO#Es"po"'jZJpK E%Гph oHf: xxchH "9ZwOZhl'Ԓ1ӎ8GxhDBpd%( î)N5)U h,jLɏGrQHVPl#D p = 1P3#m!]"+ ! 6T/ I 9)xHXdlfH8\֊TY e_Y$&j.Wc10lD\ck)WחQk:5N6FH$^FzCt2<M$a!ߚbjwCПzC b ?E*" rVSg0VRzZG*DZGk2?h:SKZR8@'l5Z4@@9J!)T-ͅXuΓPRknL\J)#ਁ)Si4ͧ4ZBC1)D\JttBG̤e2ZF(VBFZyh=%W(Tk h&ɡˠ#<ɑg(A٥Yj4[Ȭ}LJUTapB 6h_B n1q1)DdLJ DCPIJLXj\HJ$%&Gp ). )&@"9:4. M%XĤ ILTt "@nq +P*,.4&ޗҥGG& $& 5R$P-%)ơ1D$&$R9aD"&"*D >`Sd?;ss?a[s53?g>`g~>`~>`~>`~>P;|F`999s|Un1}x/9pſO8-p)Q|;:bKNQ|gg; Gc-#;ǎ;Ώ4ho_ 6\?舨-6u[ n}m  5qn;ZJF#3PD\3wȂ+DCg%k)Y>".W$BN!Y"}  `e hkŒ`hX!V\+۽Yuqi&X[rE@?qԨQBWȒ)-t Xp;L%FXrvl<1 fcǵq׭EI)S:EE"[!֊l/pE,B[.ֲ&I[!"ikϵuf_;񽤸8wO<`{NĵçC y^cY5~8{ZXrD'G!Ѽlci2}PRKhDW-\4ї̾DW9l,M^IY$gLv\!I4e\igi5`L4 x\ 9Һ%W-q%R"}MZ.(l A"!m;# ŵ p^-&R{v?ߖIeD()H +%|s tC j,.!,Kg^jؙ*"gtJ#We*#iB -SU2X;|qh"Y$$j &ۑm!U1[%|l?d1P`~1ּׁbH[?˙֫ՅۻvVk[?l3i|IїMSVk|pfZ߉~~ICm*/_[VťT>@`RqGǦ{u+hum%\xu}1_ i=vmK,{r:ۨQqn洞C{&EGŻ// } g8ys{T5TjCřᾝRg+mfH[{LA`% lL`KZ[ -,|>5 Ʈ?U:^֥+wRH]GOv/!ĭV!6^ "QC3nq) -#"t gvZ &#MndºwÓ6a&w*גi %1%Qc"vRS^MKu 0D0oɐd?@"{4r dk1YcAkE2r_%Z󗏢qpպCK H)jF=mN3^XxwzF"W +;gyp`㇝Ӷjmygˁc n>>aSȲ/d1VϷP\ߴ 'YcgN; H|D\Xy1# i뤃S'''߯;Z%U1q.eg47]:1BO59y]^NjXM"皕rFS3ӵ/7#]lf5- O߸Eznc#on1BQSpݒϖ_9&:[˄- 8٧ GPX8p\ҁY!ϓg66dr Ҋ]]BIhoP' /j$JڠDf `$n52i'['3ӌ)/v n!j!X,Ԧu@Um=Y MfEȢFɢ"[OIVIcuÒetdWp@4*軧$B&@-6~G4 炃-7zȶso-2wL{N~ocGmn/_ue1[ޡ^~a1W:ϗn(g}䘡n]jW(H F3^R|eSG/<N:~Q5pjg'չ27_7!ˮ^^f7y6rܖ~ץ^ٺ[[gI|ч/^ܰKtHPuy4SEK~ْSFѐ΋98!U:a/wyʋzg·рAOwGKHBlX2e{:oT&zgg4-[[5bԍv形Zgo;o82'\j/aځ}[OF2jWry wiU߼-bd#y|]q6u:My\gbnp<-憃mBGGg k>#Ф-;xͳ6q@YNs"&m"<ӒJȢSɬiIz3g =!`=RT-nNz1Rr(􋳔d""9}v!#۴aٔ Iȕtd=/)Ka NתOBiWv?_p )/1߹G%u퐷wXVu>7Ņ <9|$՗ςK{,}ܺ݃NlWN귳n),K˛[4)m܏y7jJ2M)*.^wPm;G73>ҏy7`G4:E]V}\³ 3ԘҊǙgY*n)S`}M; ;=8Z7}oۺM9ݽGbG~yK4|Q5sҦ,:U+Bܸ;ѾXdboWޜS^Uggn,3^<巰aE68k2jWOЮ}ȗ]混X>.)/ћZ鵬E؋WJ*[tVӎiy!B[m< Wn ]9}KOk,dlgg{ậG6C8TPoNSZng~퉇og?{=B>#Wx~5xGt@𷝳Z%[ n}fSVΓ>Ȍ dcG^V۵k/K#Utr׀"0COeO_i.[F9Zv5p m>F^NZ&uK]~N5[|e ,;gx?+|xTmXd+ SpsOv݊WeJCNݹhx~p-= X?GG|GjN;c{:|sNAN .n`gݧ-nz:]YܴPс7uȮW.jVjܔtQNo'O/(/ڒ{SϏ 娻^O?/59έ?i ~֊I;21ϏO͚2j`kbm6aA҅Ú(,X8erٟjO/5t"oFnR8߳-Yዧ{K39 k>xɠՖZQKQ 9L# }s)6r.u/tDw派@?x7yqdm•6qݖ=]?4W>"t!lx7Y囫g' r}eɽN܉co =y_]IRJ+7 }w͏O㴸w,uNJ%MA=E+{>ϝy0M7!>_\.\u̒dQay2⛱HO7Y0 0D &2)!;YP6 WϞXu0._AmLW'Ư0IWbM0p1P)%239VTiWs]:c{忖yХ^}:j=eX'sD{޲וH+vnn' 9Hm luڻ;&xY̴c\5Wq*. Gף<š~T̍%MZfŝFoK?z]T>%U+y9Yڄ_\t,K&v ]Ku~{GXqձ3VMju_dќqÁaޯX}#f+[:m>K~g11QȽH8uX~lwzO{k4x31mNdk#&~[%YSdd#AէwZ֡~Qx/3t?W4;;).ڝj#vNՇXm|bnʖ?\TR7k_ 5N]zcEń7\>knr:m}J|=07JM"6bǸF 4u$l˩ endstream endobj 646 0 obj [ 278 0 0 0 0 0 0 0 333 333 0 0 0 333 278 0 556 556 556 0 0 556 556 556 0 556 333 0 0 0 0 0 0 722 722 722 722 667 611 778 0 278 0 722 611 833 722 778 667 0 722 667 611 722 667 944 0 667 0 0 0 0 0 556 0 556 611 556 611 556 333 611 611 278 278 0 278 889 611 611 611 0 389 556 333 611 556 778 556 556] endobj 647 0 obj [ 586] endobj 648 0 obj <> stream x |wf2,@!x'L$!NVBa3$HH¢o t\^ z^Qh-Z[VZj+>$hs?ߛsy7 M1*) iB;cikBh=k+r*v%+honzNڇi[m*xTh1^.\9vZNOz׶5=a !MbkŞk+[.XBdلx˲]d45x'GJ{?I;i}iD a-D-uފ!*Đw{En;7x7|TU'H[kGg`h`kx[{CץcG6c¯_k/wuS iDMźSN@cOeOߗcHaee"na҄׮ f{%ߖDeQ%&*)Ő/, ګ5B'% 驰 ɔ"_/oۆ? >|6 w_ĸ۶>o~6 _/|6|v'!o|v| _k5| _?K,hEԷM;SbEhw!t> ]ܪk9h=}#jÅp߼w^rq?]}w.`͛:;7nXrƵ uޚ֬^rzyUeEҥK,*^XpuGE"33DwdQߞWN{YudO+R x}u*XZT,*w-ZYQTkBcߒWQ/Lէ@C͢ӆ]N(껅5~wb..Mw%5y\E44:{bD-RգW+Κ"f K_鮭uYtj__q%jӼdW <$ge.mײn|E5[*Z4K^M;UENpʆX.5jS]ϘvXc4#Flƈ;8F2fO4g;#&jxqGweXȮp׃D OfWfFAeI˪^A$j˦5 j9& .g!鎋t-Adդ Ib@Sk:Wa S\ ? 骫rkkҹt %+rXS5[6_7{?ՐrF#v9kf_Kz]^͕mh Œt|[$I%N/y뼲L!W~ϊ0&tzP]+wqb\S]wvΓ)Yi"3#:"s>n-Emyz_kշU,Sߚ ![¸dgǠ(UuK'i}&9R9' ~|ͦPPJ M6ⷥIU'%[<)^Wqqx]u^Y{tᬮ(,2[Zh'~*)Z[[R;RgYSC/ٓ\eϗWZ!( JZeKmX'ʫ"s&2i~{BO[@~NoZ[ -a%Ua pTZQ烍d[Xp_9GZMUp,8cNj/L ,-r"O}zӚnLv(XVV/ N W?\lL[FbP:Q?l*PԅUro6ã/K3ѣʮ<FOH;R ߆ pt\cƪ5rlROqKJbOp)5%;FrR3Krp (̝(Pз;R+RXMD.|IH/wYi]Cɓ^oIEr-Sw+Wr8u *_TOB\ vA <8w6<$-;tGy6EHL&ۏ5GNFuT;Zb, A֪6מ[Q^Qy5Ғ$JnvKKҝf48(Q唳iizUR1*w<b\1xr깉=}ir@_ }.8i0)/(\wn=ݥ縳syssfWFYS3SVMI'gTOeTfDIX>&J?kX}RB@`'RԔ.=%it*x}p=y^ԣu}T@8rl|@O +Gϋ߲r%F&/Y1";rxvLe'3$;2,VyZYmԲEPOlG5RpGz,auôE@"t_O-<rnMsٕWהW .)-Yt.wyq-a.ДgK3uЯ 8m"ev!'Dݠ'xZ<&yZJ<"~)D4FOfRnỌ>qM4q֜C#<3ђs/]^ou/cgx]V?0/`8$r_<̜7Nku-m,{^8(B&m*8YEX7v"4KC8EzVz֔)S6t=]ĭQٱfDxiYY\#e͘>eϜ ?Ƕ0lۻ.kE"ox"8-VⴤS~CSԷE ?"q)6 tѣ֍mow8lCnZg 7̚&$5lbGaùe_~3w^vm9rjO5iqZrε8Yw-ԱЛ0},6dݰ )cbb1{`69§k#G 6={*< FIrʹ-1޻?5]yL^1:e^\*k^iW|H[têC[n_HX#w-Hv #ёf[:ۈv-@Gabg>\3oy󫪴ǭO:-$kuw ؀o­)DްF[T}&[hŽp.9j{4fF#`)339Lem̩Ǐ_Oq?k?;{_=|Q{=|go״iKBƗ|TkQUD&Ey&i^ۅMȿ]fY/&ך#0-bx׼|qymy>8' kHƘmyIa:Bi/QbyzH1Ӽ*f؃vZy Ə6PtByqED&~IlBym Lbkp$,ohnl,-W EYCol綶ԋ,1US,͢NVсq.ԧf69S(Pzf汮^Z|}Vsv؄/+ʖs8GK1rZ:2OQ0tlbB=S!"{׫ϧO&G܁lTM ]mS;7+&WST k[Tg4GfxˈDys3N6wȲeUښU]:U=j7(g˾VW;3 "vצt}ژl34mݦYjLUvnQUA 3zֆ|ZqkSzPx,7s*R[Nu|S9o6)f\Ӣ&2ߒ&.i7ljWkWLT Յ<~]S8Rk==[*ハ{~jPqi5? M*k6`4zT~}%GZL`4(KH{kFl#$ -ʿ-!:CƫM&Ʃ\,%|/U1#!\NϏu6U'·ĭh+!BFVZgM#^uj|Uy^Beɒ.PZ5٦rYӮt e\9FIi )*7׃)t{FdْCSX+cXVzU$BN(b0sjLj0Q;9$iRh2% 7̓AiZv5I&[^}wꭧ27|PgmC {+1֪\kmW#͡:S2a}Wϯɞ3G xۡV]YlTY g0lUO8}K{>4wb掲sȻ݆jԯQ*U˘o gu뛷 İKFkmYo׏՚5%ľ/c[/vzŌYo :Q8^eC2 z3/x?/V;o3,׿l=FbAyn~gqСd2VeZu4ո4W-jUcD9ȃӮoW3:婴` t}̒~A +jM~ϕWA$ CmD>qnPw9-އm293ͬ_#WIǗߧ?ղ5߉̘d\V~Na,nqn}B<|Rc܏r^I#}{= "xGl0n7`;BV7w5{W=krTkR*tfF 2|S~jN>`o7<U,:B5킯 uuꮰAOl~ܷ9Ncnfd~{3Zͧ3zڔZ۪P64oRdŗFN4+Z:ϲ;WTIeQ16ްv>Y:V&B_3ר7Au>zJSglЖ71Xz^>"g.WB,ejl!}NhOo>=QnWZεԸTT*]2>np*NՖE_.@T= Vf)݋OY<"Jz/3[*]I[ K+ݵU ՎA*C9J?C!%,4-QI꙰U9j2>gDÎ|%ʇB _ F$ .eo9cvU(+N '_.ReK(^-M, ;$U˕%AiSEDZP`b/Q+ y i_s?q E£D./ [ؖg"h4mDy*V2~صdNBFH{0p1?ڥ%f B]t&*UY9*! U.6-ã`+M. Y`} a ?]ZXB=rugt%rU5s_3U3'hħ8ݼ/!mh%kd#-ȥȍD*xy 8dR""W!ȣ BXEnǑ9<->@|dBG~,ݎT#"#/ E Κg7Op8$d2~؆`g9!"|h}$anTQj4̍^#!LE!= B^b(CvE }9%0ֆ\"f{kL!œ0'9#W\Y5G0`7=q817q<ȃ6ơ+$#p$3_F"ߊx> {G0/}F#؛O`xag!x rDt'# IK$N"nI؝Ip+αcs,EXtE85m:qO'v2D;; ,&dbL_Axi<8N'">dcxO \)]`)O"`_Si:HŇTpHŇT|HTlKŶTlKŇTlKÇ4֤48G'x:uy"1ȻI`1 =$,tl 2]Lp$vp-ebS&\τ?LtMr2~M)O*L%Ngw fYi1ȂY)Y5m%dcW6k:맳f.Sg~4f v3s&9= V33 YԼ6^f6fcl9rj~\ .sum>K F“s@{`cB9CmɡPGrП9#\r\pϥ\KLsYK s1ؔ\xw BMǟ|˧]@ K!] е] l-"]EĽh k!u9o-GcJJJث3]ѵNX.Ԗ%_ 3Ke)8RoJK)9Tm)y[ 2_=2p[nm[~2r8SY/'GPqd^g[kȕ\/ؿ_VUsUco5\0 _IDJ$е [WUpp^j8j[ /5طo G=; /12 Ղy-RcjvY7FS#9H6b5 g6a{6g3Hn&0{›&D_ &Wvg7~&gvSoo7-363>ʚ[!2wa8Z{^R{/g^xg{i/ {^g/}w؇>ruxfRmz_~}u; X| +w~~lnɜ]ͻyx<jy7~͹r7>K7Ĺz;=_ ğsփu{g=^z/vK|}{ܹycG @?`+!σ=ϩ'?C!;v/C`o0ׇ0p0vN,qq8>' _aׯ֯X`$q{ ܟ>Mx|~ c?`3 ~>ϒbbsyys_` x_ _/ϋ":^xz ,^| _oEoe2920y^aW+z;;<|^55 k)uly^G{{ 潁moN;ě~ n@)65mrԳwcw៸xS{G|y<ޣ}>>{OL7rcȟ՟CЇԁ#B}DL>gGԲcx16|)/ ,`'{O'yjΧ\2g9|S+8>Nn}A/5yDh4d r#lvAD>l(T!#Oʿ0f/E!?E -<B7 هw8c1Y[ -ba|8| x$GA" -ʁE]܎Zxw!";_0z ۡY߾ #&6bB2 >#f:Hx9N#%I!iZb¼$t'o$=ױ`:ڸxSopՏBhp2!\$4|t{ v -}wcDx: >O+g -=ŔdB3B Z~d m2L) m*8 wdmB~)?Y1fn&dn&bYgFi6}!œ8lj4!:^!V9K 2kAD|ָ%rЕ\k^2<|˃$C>W{ p*B,!`-3Es,wbbQ|LhXEKS &ˈ2TFΖ1 ˰ef99U>!_++wVJG%*TUԏÇjj^5U<乇xJZ[ɺU<*^ Vk2}k<;;j6RKx7`Zr]bs'wZ1qz7{fN|:vMpy3>n-`u. Y{!~u_u}Eb jbb㰙4@-MRʐKygv~}d-M RB IH !q:b 8 ccK`lldayIY $gk^{r9sOd  pBJc7b$?Oa <[ _+ԟmoo`g^|}&{{c9J1bmp/Bvl?߭w+3|ߗ@KoG};;eXWk5:oon{<{ PQߋ^#w0~w1=_r!N??0A~8W@a>1GQFc8?OO@ `ՀOA?|m>πI 72 d^GxKzK-2mRhN KaI UcH.:ׂ>8rd"Òt@ޅ+W7ϝ{SQi0g7u)%n2(%q#kzAF ܀gER6ܢ-Ub 6\-+ae}-xށ9nj%7˄B41}”)S2mE._|X[o/cO?Y_!9vt|˖-e"zv2U&8_gŅNi}}]]ݞVYS/75Yʂ4hz۫NR) _"2EQ<-s2*4uԻ[z= ,4*+Oo~wlA-:9ɞ`OvPNev^wM縒EfXi-%wu*ZBcꙔQQtM/)Je!Ip8obBLDe>ܴA JmcMi(uPZdͪUtb&pd^zEﻇ)"ɚrx3#k5z}KOޱ6b0gcw0;v;vT3ˆxDZDq[7mڴV1c(=Xel 0V}^|QqZGhg1qtg'bƉQ~J {V~^KsFF3]?ό7̋'KBtfaf1ׅslw$=*7,E ;VuB-uF߿u-Ŭ EvFGT[Cg+mڤZ2WRrtϠs^$a`ak Kڳ,:{u)axf1/yQŞ `$#X3WŖ}@2PJX7]ḄzM3'T=@挪k`Ho\{i٫jk֬W'~O(v|2=ɺugP x+%3R ;pPֽBaPTZxt؄ R-DZM\4мd蝺h, V 6ّd6?sx]L[uҥӧ/.Z$yG,:=|/8CDGIʕER葊2@rWlolae:yܔYGRuմ m2b l!-I UkpA;2CS-1eRf@,u<ʉ܌#VOqݸ/ʩdvji!K4]A.FϚuPl~bܭyy>_ Tm>u]d{UMlenj[RSTۢ A\ ^ |fyۉQm1|_}ݷ>'(Tuǻ6/Lȝj$yDCt]ٳ++6nS䫬r wENz$dg 5`v$Cw Id yX;LV`^ P5,[pUƆ[hF[rmm}`۱X@\AE{/T% M/W+KM?.IIF(e$-oy߼_'}HTJ&RBy=Z>ʠŐfSE=8Oj ila[y۴;`&}^L7;v9ZVص@pz.76cB ď~BOhxec!%VUBp/Ⳃ{ԩ m,?~<: 8" S]ϞCA{aPwYv.G$4t5ɛ6:qB ߝgSMǡ|@F<_;o bt-n>֍0jʔ)eس\i:.(0k\vYx֒&,b*S?)"۝p'X >/mk q3m޽T  ~,~WdIgӵo'u/vx2F7b)($S\zQ̙%Edibtv>|9X#=ڽ۷5k|Qfb1yy?prsefMԔoٸOU,cGNr?XQT 39rVh;c3IуJʁhByP虿ZDHY#;[n;-:TWe v(rR,߁]vO2g֣yWAh_YYYCl8,@Α3{%Gqa=z:Au*%:V-..MĞaCnaU]u&쵥2Kzj0յz n C=PEY95x[F|V~GVBB6p]d_@PW'y}m֏{ۑյG{رx}O3_U)Nw*rJܗW} 6o-9aHh8ܟ'YMzA\ t%w&c8-NKl;B3`r=֋'d]>=nD tUؙ.k;ɬ(;ŏ{g㱵5=zYcǎ=oQvwj ީh+r?&&E/=W=zB`ڏ. SgY> ش'9=}p2n~E eFYz* qylΝcטmX[KOh?pN@x&]ĸ]}b,߁=5]ɒl,ܩ]K]QE;56sr(ϙrgh)]bHc/k)))5"^X.׽z Sٻ{&te5+O}NuUMOWɏ^~יugDVVc\ڡn |XaΥ@MMM ӫqp<ҡu8fzQ2xM  ve&?o$<1e߾}4zs c6x/RncYWMVk+ms93fdӘd" L֛?/^P| N\Ǿ_2;wݦɩ]jZmوQu9XˈǪߴQ1ؒ1c%ESSG 8%}- bAQKD̰ H̦,rВcw֮]񔰉wz|յ6+no_+=9QzƷ~ZLdx̢/3sS-aK~'G#Y 4Y$ۼcp<ٲ9ٞH"Mq:VjollEȶXH4NJe^_VP3dZ\2ԕn6miNC[2jekqq1}5@i`DzSUs.5z# Bi|󊵬reTzPV&s].+J߁}Fp«8/U2*}[ d[bq i4eY7Դʂw=N7bć\JLf6%~ә44(ٔخoUJo}YA2 Vo/'MTfI;e}}2X%f?.kƌ`Qr˖²e[6( Qpm`2SM2MR8S2v U|=+.2h\gFf|g`-Bs /p7'_Nv ^(=%k3Ӆвz8fraĦ W~~LmmՄyBQт,/a,7-z+"k{F/,m ٤gn^XXQ$sXɓb%~.sf) ;w*ټM=}iSC%n)>,q!:xSq17RR,5Kk-JAP)"5hG>n],ZTaQuNV=Y^n4䏧'rRUX<Ҫ]Saڠf:Ϭ/d:qF 0^f)y<9KC4}}"%g')Y)uj&r$|G mkTvZb<_@n짾AbK\O6Vo"1; g 3J*\UuDkzؚC}K;'Ȓ=:-Iokzsot" Vɺ>Qt<&C <^/KǽD0hD0vvfAI#}ؕ[\s sg5?銌,,,W`ѢBk>>r4FrsKS>W.a_/C h350O>DCcܲf-E/^an|Ii0ϊRK#3-E O'L㰈[ǯTWXl7һ82R7:.eo5a;GpnG: r7Źy {7,;Ϳ6n6MS&[{'8VFi``v-W r(0k :X&^c U p_x.@_?CK[_&2u5| ;*y 9dM}Sէ!n=b;K'>-.έ޼DWJl) +17s>r9J4E eeYE_9żw}l5=\3#Jfwl;uҥ 'ady1O/%00 S@( r"9]!Tf}(`ua޲Lx!V "{0SL`!pvThjz\)tk{?Ñ6,Vʧ MjId?Ʀ&A`URL3zV9OnۖRl@+U"3c'=O˙ (ZK4QBSp(VqI!Tv2+sS4< x)X &F.#C{%4:23;$ J4A<5wp*sxcV#9d5F Eg54:H]a 7n5dH gqCB|ؖ @߼M3V~Aˁpjh\-=My]fܜ@{)|y\J7͛_YuV\n==P"r"b@?$ ?^yaL#.!Ckc&ƾBsvT_DDQ'WYғnhEv@غ-6'Rrޡ\s׮]oyP#/B5Zi4Mg t_wJtħJ\=Y\`k][6Ᏸ$aXzDžVʼY&ٔwdfvtHN ϝ>AC]]yO6{6 xwUzXke*_{!5- 胏fe Oww(JW+*@)%oآt8U%,с,sJ=ק?[38Fl`?*ǏF'Hٲq)M s-[Qܪoxlzm[lw+Jb]rGMG+5&8Pe8AkLOG) п~Xj)Pp|W>E46r&S#<d 24kG.>jɀDbc".qS6)F_jCEEhO5MwޱdY򘳠58'ܖ7,Oq4cQ4L)oM7[Cq&#yP4[5z+N+9 }]gY^EaJM@(B/8N[zVN;2t{dI}*NbupfeZ^˧3{d[|az0>?#s`ˢakduLMOg ٗ~s(z=bf\2٥xfE_!wUp$;899 4+3eYfBTL<0Ǐg|AWZPݻY%K?/}wsǏrk$O]\> %ëKXU4LZ4#INV(IFҰJn錺1o5=W1{k=:--U(E5輘`Kr: e6)iu +i xC6.f5JuwW}yi5fE9ů]WqUҘKG3Ԅ.;pS^]6L<;: l5wthJS~܂bC[x VƮ,;UFAnnnzWLM;> rZfZ"+^74}-}nݚ@*W2 '"Σ-,\'%E8q,5;`%qkGbb:Pv&#ÉNiTXC(Guv9EF'`ҙSNQE}jNwϼe˖;PPCݵje.Ȧ\E2| ojomn֭o4b94>QCO=CD8a"nI47ը'`jO6A5TRj Ga>T gj52eRp`ÆMMT0C55baL8K/}-3Ѝ-3암g.\F[+\ F^j]]e*}䡇]/ --NoQm$ho5lj౯PVaJi6s"7őVq&(#Fs( 37/M@)չ/\Yva ˖-s>89ܥkis`0W԰)uЩh<WJcR]] $[V&yɓ ed.q:G )8iRg'Yن;%tIgFFIvDŽh*:ue=NqcޅO?S[R+*Q ͒ZtmmʕUըsIx|WA5VMrŽшVXzseN=}5cD(_y:_c9}HdG8[ v'Ʈ@mm(f%(r \`TJV΃[3A8ʳJH1E@W+,(4PI,44%KK)N¥ ! $*{du`4VkZZ j4œtR6YeĠ3> X %9c,4"Ыv;Mo ad@y[ЯЫ7`d:_G$5Z\yMP?QTQ^Ε>+ÖNF -*q÷h#? _C~0g%POf$ЯdCqqqF!"`DFqxӍSh>IjP1ŭqm֡zUt hW_FB[<| xCa޼*"^@}QFYYI\Zge&seh\3߀t. f̽ƀb.ߍ9o3c ('Qz/q]c A{$DIU4VmBuQI<&zVH-`εa6"z닶pώ 8FBJ3)W-QKT7ޜ>Xbsxv]H}$̘LC!y>٘#+NPz$XGI;C3EJKL/C[:"KNtiUYWJq4%߲-YIѨwfX`u r6F֭Ch22I;;E>@WzQ*8]敗իs)OΘl ax:~*|'`8CKv8vZ"'JgC[GE߿ &!ݒ2 0Uw2O{A±8Sh}"}1[vu:tJe]*yeSZ~%ضoG5 y>ʷ/Muӟ0:KT򊩠j9yd(4b9lj01k+8OZ:86gR9e|*iF.mURƓxtylnlL{;ʖ+U2tI$^وI.EAÛ s|iQwN- jɲ 5x@\68z{1* yk Gn0[)ZG/~[T-e뿩Ɂ=SL߼.,]zLi+hvk_?D8vs&ytUWWZ&ϠCV"k}I"[%֍6oF>Kwոj]t%.]]kw]7Q=裹7篂<$D@hUNrѪ ) [/eMf􉃃A19{FAEWY<"s Z_Q9߬6q$r$-z?Wy[e} qOUUTvt訬~ug jrWT# b(:XM7dsցo|.BtyH(KEvP)FG##YS]X +'8e-zpZ/Y S!}kd_[􀲨@\#NgphBO/*$O-OC#ʭENߐwȷш8MHy:Ddd  .͏hfN-gr%ǸRRm5143Tx'-nWeU/1:11#$7jÆ K W-ZhмH(KXf9ϔ`L9u{,#'rwQ{`܁J pdd}=~IH۸`$}Y0NtymLVƍ)f*hfu3 2zfWW%,ݵִ Y+yehNE k?ͧXXvrwsZ\0ŋmE y&/9zܹ177s5sO6CGEhfVµFwk*K՜ xEm}˔E3 q6޸qe1[Hb'f&9)o\ҜώUTWsp]Us7f*쿫'pm"jfTh-dfބLq1 5~[p!W EIR7DIFۊ.Y/G#އ$3oD$_݄B`P) Cǡm86"̉4Y ѢZYz؉RiG,A1H9Ů].a&Pӷ0754z/E\vV?r?Ɣ+Yj,v7H0vex}ퟶ8jy;Dq22]bRf٢j@,R'MI# h-U Y^ƒc4nd`FcQJXY@֢҈kQ* b|996`4907:k1cl1R]/d%[،4DBNu=c:'4 BN(R.+ґvhQ, XvLd%:3B11gA;mxP;&PygUZOy|܃^m!tr%a0&D1\!p|7A|S-;O&R@wʾٕϠq_DLh,$mI2c5#XZoQ j t{ڇVߎ}ơCKnC(ڸw+^=ܡ>?pϏ?3셲(%nF{Ɗ 3Bw2N4ˑBߓ!Aa6gxA<(i*;;=n˖-^-l߸f,.MoyiFHe=iFr9. 5)s1 `v+OkKS&x4!ͷ#sd-Yt;%ߪ4#G)Ny %%z)DJO0Hx7N2Q>9ҟ$;1Zk֥# SkǾ3Y6Iv[,l޽Q)?rfĄdJi@"OʂdRo k2$ jNoߋZ imv;}x J+rI#Ə32_աqUW'Ĭ+Y\d/`௛+djQ+i)C(?8@iN 7Mlz'̓]"KEN$$?s`y͏=G~`dYAW>oطax|Y IXsTZi_N*|,v =LA**EE&lYkʡlkݺSC Z씛f%np/%5w;?I&J "p$Ү݃А54Q9,UŦT =̥)?{pv+n~!IO=pٰ[*jϱkXI@۵b*y4$b=FSؽ!-)0|=h;zJ!C j-E4c~"GG*-"kqi{u.G3z[Gےe# ƶ0 {J7Ii{v۳Z'iioI8$!=$!%i 'dGd[xll26=s35ڏo{CX|EY*Rٜ%Vhےa%^? r?_(Q  ζGrbb1y8%0䋏vRV`@W}_OmFGk պ+~wBPt FL32qqQKF _V>M0Hzwl}eǾ0qߑ?IR&BۗU0\ D0. .P9 Ǯquh{{!Q$]-e{<( 1>'3.LM_aШ5X8Ĵеӥ!ݶWa)rѣ OJ.43+**hdݎ}7aNL;;;kr)A`YR`eW΂olذ"< /;vaܘ1o6Bx\˶"HhlQXȟ Ϯ@Q*':+9_؄{OQLYw}gvEvjub?ƊTWv qaV{R2amJn č;`N ֚<@?U1OߙK4YSg%F?bT?HMd'g4T/Q/w%R_Cjpht*cy"SwX7ܕiøQ8+P1T4 1/"e{b֭68Xa‡`7=S@KC*[ꠎ1[[K\9vtOh9ޟ8 Ɂ[Ybԛb5û^ )ai|+>QkI*fbJm EK2 53R G7uq̫T |Wo-B:`b6^37H"7F鮋O;X7ˑ5YM> dd2.eEL"&O0Ŋ+ T/,2RBRѫW;S2-`8n(JJsARw;txoh1+F3 1s&tqd׋*s G9.MaN~&lv&fǩc@UL?&2F1 0Z{DФņɰb1[GPA i؏au@רI:fuOU2cF o Yx0YO>y;_~XjU5ĒNdQۭk U1VWbIDxKc',|ݡ:G tc3`L/'%]bׯaB"<.~lthh` QLN4r뜒!r.!j7hB]I>̋SX,En70E.\N/FvYHkDɪhinfSBOUZ*fI߼y6جcv7(߇mqY$%<Xɩ`Y< $G~#rJ:h׉Ğ2gW;|ߟ^^,x>A3g`;Zζ"yc=i"ř:} qy{4}L O,#,Az5ih`T&Rf>'FLo<-`_ apgnjpa~Y[$c nv>U"2'ضM.fTXʼnUd>%%&-X;WA77f:f:TK"yZ{PT˗D<2O$^W\k^XVgţ+jVᒍ.W~ n~d W8-&˲Ke ;蜽!&YjgA\@5_NFنHFYB(.d נpsIR& _ ᰡعw&:JBɕ4vUIFuĉs[Mt烂As(T\IR*t @VQ,'vɣvULإXȯwd\߽;ħDN zק-erT2H2Hkk̤wz5;HSČ0xj}4ydj19Ie<rM |czWVB|RJrԩIL1Nhοo߾Cian>y{ؙ"#W\%β\a8~=`elbϚ EȪUKcC$_$m:I u齼YͷUiX`cN&@10фr͸f ]Y!]hЂۅЉBѫ'",(~&jT#g9qº`A%`!,3,W3Dܐ&W5`Bn|ꙟ>b)|$E@q}Ju$\UFqJ ^xOuʲ"kCev`4IZ7K[ZC8Bu~L*qNh?]#h [X˭阳Vs{IPrk#%UvJ/ 7jp0Lr!]괇;3֨aU|_K_ oty햼%OR5V+/d=3ȴZsO }wnD3W]Dݜ|)b'I+Z*֭K_'k 0'f-tiZ-Zdu}~42SS-f-AyW0_B&w `$݁: :Ꚑ\c Oot~ e8uRTuDrYvOf;Hx:o `-#`EU3iv~*@ǏODD]$R\LoǬa͕]Hʕ+KOJ熆_P\ hm6 UHrJ.HV+.R2+u=g9p3(`vQDÇ=|Q/:=dŤRyRTTē+|ݎAYQZbq1 vn\jkZ>u3zt9DbY.';,gՓ THƴk2jj yPxB$'.Ԟ_cj%2b/: >zd0%:|UU`o 赔d%^gM2P!=ۡgV+LwTѨ*G1,];5Cp+üe>uz")h(=~؅8x7i$ Êo8P\efLߋyT ~lg¶㨏謺 3tb?Cqin~S@$v™tn%xci '?}pfase5L51ؼؙYzRf.= z),pO"W$;gtg "#NUT`rN# 㤫όs‰ %f#99$U\ƻGO#Gե%8'3g.;f&NJ|$Bn _Ğ's$ށI(Q'~6Jj؂d:-$[dmvLϊ58^L7  ~Lyu|tӈړ:o)yj8BgS+fhZ7Lj6l77qjtɰjuq J'7:@ D|*AZaZa:z;Ms5B̔$Ff<-j'`yXzӝxkv}d\Z_G%uJ54d?I_Y@ lP$n[R@aꎏ)f3 EN;p 0\qF|]Quce.fF7{Wxv'I.((HZ[;E]okHMAX.\X}#O=T͹>eEOhDNɰu[-<3;^_G3;&+ M9"Q%KgJ/%=ݚf7G-Ip{dN>:tH UBz~/R4̶=wB{_߲eSz.+ݗ,鎊e7n\w -[[}wɭ˩=~WEУ?5;OӮ 4JC=So{!Zt)T- 7@HK-0q*z.Z?2c dԪܟBv])΁eI쮏2?."4'}v[`b 0DdlMhHokNsH/?oO:}k LO4fh[6_Bf@J]Νx}gN_ M#փ$WY͵>:ɲf" f10͸΢nzTr> YHa1_|[ȧ5PNߢ\ q( ሇ} Df$-;vzc19XLTβɹE% cWI=g旖E(Y_<9$UOq($%-gB5235g89A67رEdL"aCIdF0[N}6:rO(5r/ Y("D9NEߧ\&'G*!%K ;wwH2t-c3~"hyD |A0X}0+w6i?|W篐6;Wb?Aiw̖hJU.Qɵzmzkj?10'[ZkkPSv/\z;E?^whh/sy?77M雗^~*+U7S䓅 L?>񭼼o߹O|Wֳ'Oölۤ6%j$!d`m%n+!.VBBR,~8RvB!h!YO+HԞ kZ">`Jfcx,ti^m :=#n.Y1OA*cU{qs+c1Wͨit׮]/QvI- d;:hasn%~)6F'H+MAZ8ϭ#e3'er 9,qVW#U:A0+C _֚5_c딴Pcc@(C$gϞ2~{|tdʿEh)H|Wl⊥v/{ۼhC{oʻh5OZunHTgp<}9fRbs͆ zzzsn|'8,qbԁ_mD'r܍Ѫ8x_tg2ͪz{g N>}K_n:AwCN5Yy9u||o7%ON%gw`xي}}}}==Օ==7e5O'Hhnu<{п‚iC"+L< QEhe}t"M L䆆=;:5M1c{#A"&|M;2ȍ;xݕd9~#bfR~I| $D$R@D+Y+HgzƈƁjRK)RmO2~=J#cOWߑUTkX$Lvz|4DC޿?t8NOHcw4 q2wgıޤv5==5ؘQOLQ$<0`!Tad%N[4H-(uX =:s(,ୢB[v"H1`^Q+|[HVJW9$Dm6%ߙ >`8V}b7J8#V-=4Z c#cb( z+#8"jR"cRÈ-7UŠ'MMu'OROT` JcP@dLEǴ5\;2 9Syo1_LmsnVMtvNRgv))v" q],`獐=CT~pb֗tvN 9c)0a_S{P2bS=_WLU("4FafׄDcn)ohd&*_dDl$[7I4 n;%Xpt+'h,z->DO5p'~#skB: Њן,?3IikkMMML8 (\2))sL_~rj:? uW?)T:Z {`d /qѬ}7\h|}Rom8ơEH3CiM)nA翎kcǩYt*)FV$1jXӴD#2I\"9^S..h瓒9$o`svZ!-q2q*bqџDb:^HTu7H&f u#3ɫ *V+=]wN(Xo 37cffI$3Ө[Gx JWL/RKfQ.u+תh4H+ ~~CO<'T'vh[o`{VC9s,8wj}i[L7shԞ9rݝ{ESlRbvE41١t:uwGh#nk[6us*itzsrNLљJUUJ4ٜƥ㜥PlΓiMb\|ϏȢrD8[zpRp=jOXӰrL\T ŢkZXx{m6,M7o]M[miv'RR&2`Sq0OF{˓De7` =6&WTa" !a/K#Ǿ\Z/?hjy=γKBҧUAzVy8|1ܨŁJKr CzB5MtF+??ъ aN32af~"AEx%4J`fxC= 3?DqQ[1VTţd+ j8x}d׮KP?a_|㐨!>z@-jH (Qxɭ6J%[ȷݚoIVX1%w_JJH)!7Of -G7Wի>BT*^}$HF:òSP|ɲyM a4}BH M"sao˴_eS!&)G$2Kȴ6 Rsohi]zLrؚZl'kUZ_ک0,A4@u~ eiNQ?_췻T<97T&Ih ~kg뽘Wd\\<ZZZ eajZJJZ&DN/sAam'hfy>uNgd(+##GIYee c鮳O77;JTn&_7[vI@L:m3Ċ_6mߐbݢ,IC;ȼׯ]i+sս%e[x !!&t) l7anJn_tVWW0y|ۤC;l.}LC:i2KPBLa[ dm=aytzsy .Kcÿ|g^tW`ŝw޹^y5Xa~-4vj'7p= WPf^|w4YWVՂh/WBPkQX[F[Σ]n27xR[-եnj]I~$1:ؑ?k3:q. \ b[_k3u*Yd=k#whZ< kOO5ahCVPpH[oۡ 21 jjґ̴/b]1WwmS_A\ᝰ3-:D}\QqR>;`eu Y뇹",ZEuׄ -B ^\SUeH'|3>8Hnu49rx pEnT3~{v?#F 6ÉY^Y?9]ɻ-f-O%U}/U 0e4dM}:uKHu8wGvErG= opկ-Sh <ƕ[E"܎ wvءٗ^ݣihX9isZnwgnϲvhޖ`-O^IZt5Pxp$4/"/dHV,gYA([xL(sNKv,O4 51'CE%b?%go\de)?P9}7 Uy4=7fkZqmEyaYo'h7wfخ*^(N$[mT+&5̻OpL8y1c~%g旱KӢMnJG_a]bP =iM: d0>%8ȵ*Z^{}ڭ[H耤)^|q@)ۗ_|,ϕ 7"l+ěKlZ@#u*18d,Lr力VDߊLK!Gij0v4 |G? H4CMf,uv&Αg &+}>&+EK[ߵU<&B hF(B3Lj_/+Ҷ>/OF&tlv]/B&mE@WLjmbzY,WպeKꭷ8ȍmKkն !.\ИQwb2ftcIFdp?7bcp#;hgR\oN9C]QOZXz.B'ݲeYV7hHܶMlƸ(ȝ/:xd2ᜭY̎$7[S ,Ⱦe{СٚؖGJZ2y~s/65~饳۷ξIJyrDAŷkM<|I4qi{<*}`W Iڱ?3X_d|ܱq}+X꒓d|*F)W涚c^(u5@tb⽂<.uO&ۮ'JB"O*7@ܪhҧ4}O9&';-n;Z[]p,7LO"l9]5dZ,.e+S Y1?#/pTsnlxRA߫WjV S[՜,a$~0F:Հ003_T2R>L){=kӚ91|~sʙD=p8]k/WWFԜ/ TQbq \2ӳX$[}zgU-~pߺW1SYP+ckTg 5~XWԌ Hz@ņW 5Z T)A Jkࡗ^zHoWD / Dž9|Ps:+s:{`N?X"T$O_ (K(]U9 O<D4i*(-Imrzq IK*5сM6lMG_ؔYc:54ujϟW9xi> S\U՞{2 :hA.=n`R?.ykG~#\H:]d8 2Y\1gP11.TG6 tS+Q96ҧ -P}>JƳ:4[ƁOA4ԐyL}%}2Q)8=H\]@a >H|,\v'ɡdӦ‚q9hdH#mhC{E}ՐEhh7fh[)v4¾jXk Z Ngel,̟4??_N')ܟO4ֶ3-1>kTxm\>'4=22-¿)@Zѳ?0 01;uIޛDC ڴaTIcueW*iE__h,e)BCt䎾;+:MB!uZ/!i=qS_JuY2/CHZD SL -[>D 8I("/P_kThu%XT$~ " Wh!5}\{ w-͒1%ě&bKԯQIXHFY(A#ubUtL? 1X@ 3X;CFD@`0^;V%s CD]š4 $Ů JAB!;X(AcP- jw(w>~F,(ZϠ=ZMT@<6ῇ uىD3_KŸzS[=Dx 7r\}g{|ٽe"bF|U*b!OUp}\E+G/q)QUrz\>'sTIK"=_0*6x"*=ij@vV2n*'Ъ4^p"x"F+[?./# #ou4 '6n< }=*Sq446+|M$~9Q.oc֙|lA4ǧL(j0UCr ]z gP H1 TɛC}؃$ bi8Yd Rc,+T&Ktz6ɋH*Gw ~cOSRcO]`~z9oΈ9ޯ{Owb#3 8no=@ `M07Zw?o:~^x#,y~'/BXtN ,./CF24,<0g7(ѱ%@Oؠa3:kpu%I9]IV@.cs+:ё¢fl଒(t4tP! ]$dߚ~jԀe$B udW2J54!IJɀD(  : F/,&uXTLhn ƩV=Y*:&ު)[MAN–Tuv^b֑f|޷oRF|}J_u9q(a+a#< zg![Fՙ|WRV5CVt 8 ^ q6X?b7mWGiɂ 9M$cJI`0uΑ~Ϋ HPdQ62RHtlWi/6YkQA) 2suH8<#†!d~RM;ZE"ӑ;-/Q|NeQ5fP#Li֐oyP"Hp9ri!ihGRD "HDy8L8mG&2> ځ$Xs"Oo}n|oA{5 RB5 :Y t3˳ $:Qu/A:$*7BGq)lj⬣CDgM.& pX`f$[WhPP%`8+~'ۙξyT Ch'(m'_ } T+|9 Ws! bs33D/Cpgc ROt D\=ѠOOÆE)7WOd~4wt̑iС\ &ѬbZϰ2rH~{|F [)RsZ,'攡"s,'rlyhD]ͦGO4Ӏ4 0{CUMM% },YXY-[T$9zէQ'HLf%&3GrF$H[Y]DQѰEd3Y)HM HFlJj25c.<(Ѫ{Qz%պuovud?JghGٌy/-V2H|`*[K?%@?%|e $#~B~U]o6׸j[6ۘz`mt YH/ŝPY___  Fw! ˪5Ms6y'̲~6VM퉹tZFg+bKժ$Ҋ3*^.U1_w`=VPf{;h,XpV`>*|KTН2;|>tRؓN񐴰&pz81<-'5ngm36QJpS`OCc jdD`5eNl}Ç>\t^([Q {O6⿃GAUjwWWiYt>% 2b2rAjz=ФlOm}6ͩ{-DK(9WI S#=aՌ-a"H y+w_ dYMZ\ Jkj͜END<9]q3HOO$;DyVkt9໳juUIj)ȒB9 ho4 nvW{ma2 Œ̜}.³,bR*9Vqz|8C|zsEqQXdw}Уxl7~ K*G^O+O a'x+ҥ[z{`>^JALkńD"C|q:W5UQq > ׊]:"T-2]q'Hؘ\\^^򎍍LOOKDekl̉7d|+Rc"'@UUUy"WɂxSEx|dljZ,lq3izfvbBW+'gf8ev[uEEcW6-Y\.y*55u%pIw4;;{:u}._tȘ ڳ"E󵡡!dblo](,0 <4+ʬ N<|99v}/k2p&ZH#iS^>G1;R5Vo}[)y~eӲzs /xoqдs'}Ua={JU%NԷͲ}5蘔`,"J"/,[:;Y:(5`u P~jCw}SSS*;y@XB(b/F襀7?ALh\{TxZxn2(èk}ԍbwOءBԑ6XU 766nY0_gy&xg -3j̍V]IY[ҥKɊT8AC T ګZӂ"&ʛ-v@'lPjdkx L6xJt,j1 JT\[ڄZAJU%9 UeJ@C$jteG6R+PH%Ν[ [?MNbrױZ%S jԧ ݔ;:Y\K :;;^"w2M+i>a-!a^vURtBxOY x ,_^v&˼h+T㾾 E^e9ޫSSbjR:m^\I,a7bW[#aZ5Nv,/#f3ZFL^u+µDR?Ng6@i 3V %~WLKZh;Uة@8rɒ)kivue+)`_XwcK+(#OIٺu"jLF ;L\`n@uJQ I`Rr+PZfj~fx"@&X]:`NLeW`Y-ʜ<=, L^dJ,IRG\s{љ٥KI!UxSEJ?0%ʅ?ʲͪ8RHDz]aFJg.(DV~r`=͝]\8ԕĶx=_yMZ]Jd6t/M % 'ozF^S|M1 /.c)ܯ?)˜L4bDb/?گO ϴ* ,yA",\cպ^̱cǞ`"Ho': ɫWRUxʨq˱q8(ވ9Z>BJRdu؇8lE6KEtTi+~ SQ4" Gn6=G6RI=?7@J&ױS$tƈ ה) -V z/Gc'GQ:/HLM2F1B-Xt,X ?V\. YicwF^xuZT42cTq\V(C6ƈ웪H:QG p?ųxf{jz yjPz9 [q\6R@Ydi;`S,6[QZ/Ў_s ڵ Ӟ-0X\.vRh;l9%в+DYPAA54r;^6/Lų.Fcq?r'4?WHYJKK5Cxk2nEҸô[d R؜r]oR*yU(&Gd-c <7C.\&k33}mɒ台% Fl@|G_JBMRVRͣy]guF#c'ܻVnkJByNniB> _(6O-zϣdIe@Y3sf}g}#G7 %L9ﶎ b73fK:ayv#bJN*$T7:8zJ.cvp3Ĕ IX 云X »!$Kޣ!/-C.P! v"1Gbi/](Ր:,hB~SNd6 3_xcxI^'߼ 10b0@u+ MccD:]ALeyU{Fd=Wh@g' k4m6H;HヽkJH aa.ۭ. BuIiX)@S A@/u~ cgo!1tlz1F9m AY_(Zȯˣ蟶W kAt2EM?hsAٹ`a8;mfW VY:( A$FS0S٭Cӓ*PF>*k($N! cndsH6Ɉ/H`5e>K2‹;Ixc! (+wOܣe~,03N䡣e᜜06ˋ5Fa3яD0| ɴ!`r,j`Ϟ=< Mԡ(=ttttvPf`@)6&hFFqy!O\ReCCr{BBB  ]0!9i ֦ ͙ȽTXJMuq~QobNp8szY_dh.ơ!3~ [jgҙb~߯ o|N 0شo`?@a#,k"_yh~;^<߇nT*P$;IE)uJ NnJQG& ЌY,ClrA>fm m ;%<h*}a&#Pt@y$?AX֛L&r 2}7P^mC=T6 jU>&WXl]| Prfoԡ[ie_{*hZs'O`~ȭYN>MK/ڞXEN>yKcLG~<†}1\5A3=Zlwګ0U dQř!SAoaסAB2RA:\gCp~}Ȃ#a"Dj%)0),Óp\? tB~vl%pSJ_BY~ z{slab)!%q!0UTqDS嘤S rRKZLz6~ل'WXlaZ4gyo;y*GCi;tTWiP8Je޽0rOݻ)lM\q 0dzn/zY|S\U:t4"k)-Q@h|˫Jy ϊ"=3BNaצAӈ]QӣӍmz|gqI*U!kˌ=xn7BY2Hmăs8$KIW:c. ?R0 M=7S4W&~'4ηAZjպY<}tѼ?`4UT׮uءC4V])@5=)F3Wdʕ'HXt ʬ吗kv77=&o8TUbΡOӊc5[C 0@&~SF(mWr =ZEqj|)2>n{[[T)vxC^~_X#4~Tx@p/nI(=Ҏ6#eN6NlcNBTm)$ +FK)oL{w,[Mԩ9sLԩ=$fbP݆l>,iՠD~eͫWcdЬQ]K`k ٖ.lΝ)}>~<'{ ,,x<%qPA027,hPB)gA3ǽ1fX0XGR%˞\zRڍ1?]2Ξ @j #څ@9xeL^ZLf$~6oZ?Ǧ㤝gq;.I?5qMA/|u?A$Y ' b!C W:atٵkpp l=ٳ b99<*{7}c͑J{w߼ dpdrdTaFeo@_{0]iie[ux\X,׺x͋]EZ3 )6*ѿ%'xQcձj ]u$Jy0Ė,߅9[yYΝ;7_?~אC~_ ﹧kgEj// E-m6wyGVi F!2Gy9?:2ueA(4ϕ/r;ek(cA6CzM2tvùN=֭V1ح74¾( ^6&W:QP}ClA ē޷|- O|؋(Ld\9k`k^6h8!Gﲀ9V&$ # ^f+lٲeǯ~z4߬?qx}'d8wXzS5P1\ #dG.uIՈ\.dj PYwߝb2}Ç]⊊gϞ Fyzkr2^4DSi_э~2aM}`?;.T6[_yIy9슞~٣ŗmQvX-fc(t-Tڒ7 /;PTf1`Gٹ`G gԃbR Mh.?3<&ȷKoYӟ? ,dWl޼*I2ZP /5fedXv'cǎ59<0b1 )?M0gn*jooס`>>XVq~gQ/WxLIeh!~<ۼy[sևwwwԖիW/[Xk0FVyرٚ٠ܶΫ,QJS d WI^ἱ2VYTWOD:FΑ9 x)]$$Xa;Ͳ? Yhݸ1- p3Gqaz} |./Esv: ;,l1 d|.%~C/joP2FW-|)hP:_N2k~, ˲ %+ݹsۊC:+K98ÔQH72*a !ߌ C{QzMu+ h!Ċ GƆ [ a?νWs},.oym+\G4?<|W^ݳf-ZyʕVTؓ*gwlv|{6: UOjl=|-ЈʝiP*qȱ>½#ιYe^}]H;"z pq<nQVeV>! C0l.*Q1f^mN?{ꔷ[ e 3ͫ*Hd2٦M2&…KzC8!|g[WTTXZ/Fza4*DAAAZ9dZ`pp~ftt|8֚Jml&⮭֯W.D}}道\8.kc쇱b?qaôհ}цXc=ȍlY~VkpiͿؙ}-jtpL+* o9 hrσhc.բeg3˗/7)?mmzF|uMfs.88Z/"wyl6jHSc!-E-7 ƄcY9 C,?XV**ߣ 9mWW1_m)ܶmN 4VxOq4-we1d/D;1Fϒ u]9rJ@k}25[Rf6(Q}zCAN-L"=cw?`r0JE!' +T2%o/z>v.}SWY ,hw K=\2ZVhg  q79~%كv^|j] Gp>)%T=QȇuW,_BMVf|cc3|4_igNWWz$DB<,㕯2*mmؾᨚo6$x9b3׋s}z/]u7_~`Ν?_|hs^:p:6< LhF E"1z%VBRge޸t;:/?fos3`W1(N[!֗s\S~2 lie6?]G[:|t55|"@^GU _kYgd=`/'9 <8ko )eYy!SfÚ|RQF;J gAbZPh/נ)A'h61Vu/ $*QR_P_b+ơ⛃͓y z=vNc*rRZf0P 5 8%[J{*f(pAew MǍf( PI^*(ҶEF'(JjZV9jY9ݶTWTaC;*Hd|J͹s?&zplR:篽 -obP*iiGBVqL-1@ZQ(sx\N`ز9>]]WȄP (O)7YRN~1vJq)o֒K##B\{GP ;fGסHTsV3#{fU6oͷ(ۖn⧻t+$X??ǥUXÖ/ϻm9&f nx*荥zбc{e#~ٴ 1L\ԀE}vp҇=77Lx0`j^%4Z:AL ~1H,AkAD̓B 2f8"7PĂd%MpB^{T>_?(G뤸: ʂOpxC<ŋ9Ra?y2-ڹ UZۡmm-+ 4}7O?Gy{lّYI+yb8Jp;fY1QW}'N ܣL0[X4 )j<${[RzK ʛo^g+A --bH#@.Ċ@X, Ԇ`̓>Bu鲊,>6$ZmW4of-sf%֍ ?ynO&4462I>6ʐl˖ŦR` fUT+>[kmHar8@Ӯ`&< 3@d(C@b&CR SǷu2m0E869jLm>.q3cAM8bȤ4s[Mw/KIǒdpǒOl ԉaCo>W ` F8?q~z\)+s8FYYPI\].>q.79ب$?C ]':q}VUMWX5Yc`(IP]$|OFn ذ҃?t&tGh%qtPC#GB$ӕ3?y81v$5{4{g pq}uf}'!b\3G^%h}@Ϧ)"=a}&'q篼$򲑉}LLib3Yx&LYi}gi{<^>DDa; P0ӥ&Fa{j8hqZ (ג(siq~ɭ%u?į/~wNy7)ax̌>1>Kmgf_ 23xq2gO%.|f}6m ?6i"z!CýӶ1D4?f<'Kٴ1xGxIMד[s<_4ˉR3Eٟi3Sd`IytX lH 4҈/dϣS#>0}$X,)֮fSc덷:β`M2t}ӌ\y3x.sLObi{"XSd%(#ltƩGיe4}-9:L!c n}T3k)L.J<1Z+IE;OU c83Mah-50K$i~ek?N᛿vIpL3^6)W*ZKpZOX4c̒}i -ُi1ME[icїُ"+sHWR#M̙ pd>̓WI3?3iM.1ul:};þ|>{'t;2qiƬNQ: ӗ8(~&y}gƯIrfXvq"ICZʹ?&c1R}POcH3Y`?a~Lzb~LuvIB2A?~9k_O=A[6zz"2EGJLůo>r9tR<2w?I8?}e$V#Q~i?LT}$K8h%}ө4ET4hcqvH%m}>CHǟ)kPlI'%=339qb)?? /kf$k̗y}&'|Y_/r+uQ?w$LgwL982rR{3bL?#K:42Q6.E|cb}t'B*t#Mod|OHbRgMm◒İ}uO6={d|5?Sw?6#"3Chkwֳ' gϘFwg| gd|+iiѝ/4NFd~;si|Y+ 7|_/ @)8Y*Z7F]$8@ a͚L*pw ;~`5:](rȜ-xJ!$ s\ +^➀@8dLNʈV Px8ڊm sVxNg4&[Jڙgoyy al$v뚛^gY#ST a[,-~sjZ{f3De"eQ w)>x饗F5]} wwww 2Jg+AE1/Np-xqXւ)0͝J_ȸ_@=*A'WNYc?ِ2Vp##PO9r E H𘖖87qLK# I̽! L3Dc s_k_S(>c&ؿʞn#[^+aƊ!!q+NT>g?} ⯭0Zz:xW^ك{)jL{Xz[NH(0o :? NFBsM?IK>@tCJ:w\MP\( tχhޘHE> 0~z--RY1E-e1 =|d0d%%Ke n Ye5fHQP  q(qUPȣ/{Cݛ{|||ì(1"6Xae<$Kゕz{{a nQ^oWW,ś]v4uuua(|p|^Bp8hJ"Iд zb0/-/#X@aȬ3\^߹MZA$MILWd-UR'7NG'޽;,]@S 4%d+Ek0\q jF -p'ᣵ2#-LN"AH TCwWܪ?wsa3pSSV[^miHNSu=[JS3J.}ʦ>Z/T.LDyj!eeZjӾɍx0KUTֹ՚ƅI0HN4`},BDUp\bHD"VNM׋v~5taQ(D[[[Pפ-pP0447nllt /`c{1;T0P9PiFd>W4YHO`c͒Ch>e(ؒıg_&MyZ2Wߜjbb-_C~ZMp_]}5*; g Z'=qWk+v?*+ه0ܹs%Ʉ@Nb,|xgFerq:{L)GC>o⸘?K=eG]s*d\a'WWboqgffp^^ Z<M)_]) _WPrZ[| vr~]xb_KFSgׇl)$>T rGtXzߵռѧqixl R{&0jޏ65596ХӨŸ> stream x]j0 ~ Cqà#eúlJfXl8}e/t0 d]:g#yc:C4€u,X.zVAHm8wnAY\"mpx5~dk?8P#zWfSgXq;1B74rj~j:Oߩaߊ}awU W"ΓwsMD o9 endstream endobj 650 0 obj <> stream x: xř3V~o96IVQ8l۱?pNᕴKZc Z+uᖴw򆀒@ MI^(핆mӃ/w}JrpNf矙3+aP6LW]g~^ƮO,`ZY@@lң[P~?˒{_oZ@m@^~zhz_DPJ*`TP MŠ @&$S~ B$3F3ȇP'?˾_!ݹWy޷Zy>t4iT%BoͤVF(c?B3?H#1c^̄=[zDω޴TPP&hǢk tС?^t{O7K}dG{|g Cgv޴{;EXG"bY;y*g׶^;p/1R (.vddZ1X]*m1c3o^='_rm7͞re>=O2R91G!N P5&96E:\JW1J@F_XN 1,!KY]./_NeZf>al\WZ?L 86;Ǥ;57Dyq_iܽϏAzx~[/_1+;uv+yVFqk<ib͓y5Q|5~lbFl`zָY5X kLYݗA3P'PP CPG>Bf^P0҇Xkaìy55X5+Y#5U?zwz7> (ԧ%1uiiMx{00~0~0 a|@+>aWXb]l XK"k5ϚcͶfZӭVjrV8|ճw_.1ӷ^7;x^ھ82lo-%x;JU^uuǞGp]TX@F{`tq:Zt.i_4?uvfB=lEڮbQ.#// µڋo,=nB1 DT2Uj/2M}V{q>ù3P"z7|2T5f4CGw;PmtdOBfGhi9t W(w;Ag4z7 .;~HVpcW@ه'nd3oWѿ'v 8'R!e `k @,s @Ur8w31YFඛ jكKPex;I< =[ Z'|)y Ӗ½V 6Gj QZRu[g]O P> ܃GqtG&{3u!hg"Wn;AǾr>?Ԭ@z=ܳrG| #60fz͌q(4aHEpjd f$a(Ϣ砜F%r@%!NJnA  ˏ!gኸʄ|\}{<(ȘBo'3$-Ӵڴƴt5~t6X32s2hgCx=#|'z =,$?!Ą~-=._cZh oE_Qn9:]p> Nr>A|#^,5oE *bu3|;A>p ?¦÷ 2rMOL»>מ[fϵnM#V6&?l9#g@9P+z]aX2 K .;o⒲*K%ۓ\ÑJnv".eiay+g.)[jiDbiEtaUnNl\88h:Eu555ٜ3Lkn *k$ NQ[350.ʇj++_  @Q!}'V; xw ?MƎ~Qvq^ͯW:eWef<7ge/ذȶamfVU}d0ǿ1 u?O֛ӹgǪnL87'UrUdf87.XJ~! NmGW+4+[KW~q1MpMGK]m^v_e'(ʥxI]15JK GGKF޹Suoa;rMښAI5Zj& YU[K7kA؊l<1 [Hf+,ŀDoncQLAȻU0bpU&iL.(V]=װ_kezm9kkk˫V_9[==!VqEzܷMMSVؓ6vv:n&T(mlsO޹s}mEC"-UC@M`^wU+ef._Qfkh\ܺbM-[ٞbly/=V˦]gk6ɿK6[Y8x沥}$>M*~w/K?$B,gi[}ΔWXd֥ J"pgv>ѕ~79/g]Ÿbɛ,!i%45 q4}fj>68≩}o8p;py~nyJ,T4N-ic2Cβ6(ܝ4D>\4=N6"1[[Skr칂y'?5N_a/a9eE;w;hZx0[ u@A<~YL!j1{ld\vsur^4؎A+~;mS7Mq7M\>j33 .6?#"/ ʛJ e_e;6na uGuؔcFa ʵuX@-E:lEp)؍g,_M!z ) cV.د/i+r@X\Cҳ  *!)䏳>3^'j(i:-UE QʣQJY t|kjn5Yr= 49 Kq^'J%d~M6$ k.'*!E eE䨨 v kPhQJ R!0^pTH,LdT@5)W> a# %Uۜ"a5jNqHyTI!jwfq|OSvO (AnX{:ANQzD{#28mZ=;L%%uT%䣶}D=x$H)$J>B<ٙJ(QQr1lP!.XJ Ndk 3ߑN`@g2LF"^%Qpϣ=0헽C.Yb*%)%(  d lأ \D ADE55Rhrȫhx^ԫI0 {6c 0" ZOS=pvl&e@hC Vnj`]j@&1:0xjIA*3,Ib\AD9l!:GYUI4w^g`8@6I 7"GY)da֧h-Dc"l'.ISh K(g82fHVF uD3$s3z0(A9)^َha`C i>8vABNj`<8qKO MFDw 5 *-%Z u3 I[v('1QjT6vgyA 0`a=T \uT- Pj!XRb`1 5`hq&V!ѴKv&(HT"0[͘ NG)D 3{#TD.ih~/HXkRaQq'WMƽp~ PL 1Tlx>+#';/c Dvֽ#fURiKgs.)jK1u"4KS锍hRS}ޯCDޑ2$`& ͌s<坺Ax$ln RhJ>0B ,taQrCH,Js9Sb65ZBL/h=jtAՄ!c$joeJCǍI/vv˲~~/X0ǩ|tMjz$:,'815e:W&e&֝9.Oދ9|l#!{ޥ]UgRʽث"ܗrK4V]/uaQӭxnLvYwEy.6ˮ$J͈!7@qS#Bf輻$΄ZKs݂I.9 һQikYqg ?IU8u`gɖԜm4†i~P "7u kJ5p?Zy>[Xd+)Ls ~Kɖ2͎ͷjbܳ]bx';rԯ΁"某nIKb;X.L/b4:m )>{u~>úד,Je~oHջkN^)P ᾏ&$iJ?~Nb2yE4 $.ڒtT"㋭$|d@BgoКK;;GO+UITԄS%`5l$qLm=YþG* .Bnԓw(\u *AjL5$LcDOv ]rްNjΰAOO(-#[&I݈E2¯'Qѥ(ۊғ?/`>DWHT!+ 8.)V A6E$X` endstream endobj 651 0 obj [ 0[ 500] 198[ 979] ] endobj 652 0 obj [ 600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 600] endobj 653 0 obj <> stream x{ \e9\ #2x#LD3WKjR]R?um+3L3KM[v+m) ">yssw &0:GQs Wbvyw"JF٫ ۞ &걊(p'=VFdDpp͋?ؙQ|/a}PXT5{1oYwYǫN EQqQ? m+߹uDkʐgWS1f978Իe[*w쏝D^#׀Rps;32K #5Ev|<t4&[j&KvQ YT^ ΢RT|yU 0!MzbH7i4DN3O ̳l)/ɕnb0{NilX.+=t̟ɜIvn>L9lHz(>4*A(&rL%{۰TE;%Hi,BETA@]x/LXRKa5fZut l燄Dr/g.6np.hU+tNM5}_aR2;[~rMUHZk|&N8 P>fb (J: Ɗ$z^R0VnvaNu1Poc˱Oˌs\p3MFa FcWMbV~8q"ǂ ˱É@]8ǑH~!= Z=BkU x)jek\#}G'>| )԰\j.ñv8NLIρ7$SK-8 ;{ZK ӳGO?M\BK?~Q5R/݃Շ]0%3cm\~rq~PZ+)-5>uL*0\8&NCx<"K4 Xa-t(N^hT|JE@jTb\[(p+ZaEU,*2:J3n]pw ֻ |5q4r'%Z$Obb#iI:ѝu?zK}4.i|[0Hxw%WALp¥A!fnOVtxjXH~c:=Kh+Nyjѿ2%]gpVPc[Q3=+xq'~ߠBŧa)~xO_y4ۏ/9h=O|ɡ8wPhƏgm\KQM)@`YKْO@>@S~GC͐V"acOA-?_xMrUѐ zz:@ڷ?~вWoWśyDE^ڴm}|1|[~ڂ{Ox]֛i^7eX|ghπAM$@ r8 <JL}`9i܉Z9&_ PɥT>~#*l\nxM<+AԧЛX#ۼzupn#;!q|#kKM ESAa0Z[ߊ_sJB^ks\gq4]BB?GC.R8 0%;Cn0֌ܪHrHo)m"7ka[ Jb-G@>~b6E;\#k_[ *f˹^ !>m;&D/D n2<߈hh<|vꮴ7)M^D/\kxNr+DHpEVJ{AѰ>tcPPXTH @s@ G\۩,AJ{)VRFQ&|/! ;osʙ: +낰im=^ T_mM{}VEJ|G*p]vRҟ^Ut7`)`=p͠`KJ yPzz2kim)ϒp`Cȝgva0A#] Ԗ&#92 6na" [yKhe/B.P-6(pø'Rn][dg89GAˣɽ>w15]z7?G??É ̷Lf\u#z﷛E!׍8ck85Kwv8>Aaq$No$!GGup;Ox(Σu:+t'tw@*|:,K{XJ\qvp0}\zuw]>LEuzR,sn"XɒS]u;~"߯?)z+7N"L Nii \.5(,ߡj G@EJCoE+$l'DhNTy a-/+״z˯x[oplPqߕ6'< O}.É%TX^D8e8l?֡*pG?ܝ4X E/LuӰCqGwW3_ zq,vXkF Now[-ⅶMb <\E҂(FQo]øyz ޥGj&%֖-noP\]{ߢ".]X5VY@"=C<(ɟRh~_qkga,vԍ>h`|ğIEus[mMK]4`o[<+o=͡AE4K*O \cnyJc3JYZ{/4R;h0a88@XBNG=z+* SOl6]=p+6V) fqS*XAj4@ W7lABW\kW>c&Q'6?ί"|B&MXʏowzPj޿Ti+l ;;FCigxv8Mx`-ybXiQ3'n mXK!7 ^~k_ 1kl;?~[-(YxnSX|UFb篶htQsCjfٵ}@xmW=ă Eo^|+0.B^Z'Ch)nlW@?]mY).BMtuk=~x<[:Uy%9ݷw=wꚙ9=-5#nKJvL>:*2`5QRfyTǰa2(GAy2 ECl㱕f+[rznoKwKK\̰8l[O]}RJT5*ݎ|l! j 1\]pP#2(3ꂂ F먮A" s(wx:8 Rk%dJamE:tXt Zy*:_1AO Xׇ1vT򞚩vRD:ĊQEv XF9la h~mDU3S]Ϝ,m?UwupD$9@YZo.PFnFnh ڋ 0:67^IPhkd7)x5.s!ۦz4D_Jll܉&jV ڄU}1FoDFoTPξ|M1$rRm<$OHڗ[;TU+FZST8JUrsT:Gs|if T.Cm6:d6BEZ$m2^P_8ąhxukÑG< yՆ'u˭F~ XC>֔"ɒӪd #@Md-rÍ1ܨq9A DہݚKхV.\مqx\ڴ ˀ&~XWf2ƲU,4/N+-QOLrXֈ]hmSˁ[;fָEFQ}qG7{dL[KsI@I}#@I4# H?M P@ LlcRYF(IG.}6!닀|uɊs&cd6 aJ#LҒEЗnIU"0˗^*X  it@2pZ"Ns `5~}U8}N1{z2Q\i*ܮ[TVa;~RIoN }dRCBK&^?)tȤЬI < = ]  ͍C?BeVa&C^fHߞtޠs}ҝ3;YBR7 oI7dI4@v3 5030=0-m4[asl0f<8vJ1:"]J[x\;͂F'J+csgNy~h X&`DRa8O_gaC1Ɠ,+R<% lȢ Ҁo$%R٧N+9q9" :/?qY_8C& ki!('F-72*-i cdyPM~vdCy~#eڑM#[vl"#oD.vuuv@fmf\fj3F󶱷jx쪍=UmC_lӊÍ4O-RXY*N+F>?*ljE+2ߓȷՍXrugȯ%%uKܕ## ;w~tR ȹnzkkk{Kq=LKaxNcy=nYn) 7(2s3seLVIWl=a7?嫲81 fo<_7͓ݨb7o<(=(,fYjmm޼Nu͗[R 02k4#yI^p0ZɆ |#0$EH_G 8O>&@ARa148<=Mn G1Ҙ\Ji=J8}KԏfMy6/Կrݴm|ebbZOt#v1)…^6Ŝat3~[Tz]SJcGݘ^㨌ﱂLT {TEz`2Xxce:B9ft40S9T@Sՠ)+&jM511v1-EtVgN&Dm`-h|N{qv]XkMp6tޥ{e~O⥼O,?_ PӴ_50G1ou$l u8%ׅ38Nj,7^7> @ع4&`ՋNCA}N4HcyV&7zqLsj sM77l qHo̓L0ybc,.`NZq!K`'X&5[z}Cͳ744z#[ $iSߟW 9Ap'r7㹄˸p5Ӽ >{A'w.q@g5§ݦ=[ >R/KLdḃ.^4Ѧך67j^JO`cqi7f`K~xkp?x8I[=+i:okx^ϯ[6ǧ[X}WH81{xTlW-^@'2navNz{>V_aLLMMLo 5|/}Hn4KpRq, f*ybl=1`d ,cGD6AOBh|_-&D={N[[mNxE'?Q. 4'd.fPn ރB;<Pk[<avfgUb8~{C7=%x &;-㹠F?IfL {+Te`* idz 4g@R!I LHi"],{ymq-?F6iijrIޭg="a%Dɦ<}e|*>5Q炅90,5?ÿ ,8h9QW SgZΞݻA-j4-w>={ĴT@)ċ"6"2V,kes.25Mēq]:.:3\d$~[Vfjw8ѠOPxbq$tķCB oO<<~^nȻ[σv. 6]\N`!lؘx1wkhI"sHDqyQ[9<<)\w $r %%Ω)֤޲0G>=zc 6n6tkpB{`q':Gŵ&tMa,9LOvm0V;ZlD,lDkb4@V;81OLhMeѱcBv_OM]feQ!Դlkbo47츤)isvK3:JsGO[nڙP >q&w [bwLMӣQQGNG}Gu%Gaw<N8oB$e.MUnSWKm4-pƑi`d8\ֹWd ed +=#_n"65d٘|PC{\uIO5Do'&'m)بȸȨXبئ qLƭˡmW. ûTui ؔ&dsb,$d&$&'$;!1ݶd{t"GIl5ҊfHXv:5p PmBŹA#9o]ݻzbz:X3i.BOƿ)bܩCzJi2I-_,QRcz裋jI}rŋ;^?|hC%%3.:M(Kon=uj떏?mׂ.)#c-~+8i8xpRT33n nBhxT7TQBGz@ B "kŲе/6ZV]uwܛP+{̜9}̝Ćs2vhϲjo2312ožMV.ano\l0^S7 _nceCӏww`w8mWWuN;>>dn޽{%aCx _n}o>X==e:w;DߵF---[;ǺD5֟PcY360Gp?H!d^Bf jA=2 rpa iF#<.>ntLJ gX3ZKki-ZZKki-ZZKki-y1m-ZZKkO `XB,tE-f`a&fi?#9z83< bng4lu8ra-, 2C >}5 0~ p 0s4lYa#,Xc9ۥѰ 9EF,kSH,˼ rZy`Cml`7AY4Lِ)R0eC fP6`ʆLِ)R0eC tv TO~3([([BP.ض zƎApċV! k ?BXO~c=^zZ]Vb8 !VLi2LZ"g(Uڥ0(8m`S SaZjJAK .||2@])X T:>NzPG]- D 4X @+-2u:A;Hʓlc z`Y)^1R0VZJYZW֑qrd۞h<0H} YqqԮ-~J T+DrJiY#BX P"g޿G0^?r\J pH+Ζ 8`-P4R1kL0ElCRAj WH-#JR*_Jt/&xqH&E;~BH?}p)4MD&(OE"mѧl`,@<$oZDMX~<,j7"QM|{9/H\3Q$F#,XxIB՗E_?vV!@:_ J܏vDž$+4eJT H#U}pL5'դj)-,\Y(II)J4L/bL_"}=x'I*sRCA>!4 H$ @ @j42RKJk|,E ^,*K h,،kXE4$HJ`@.KpJ zwWbF!Ci͡*-9pS'R5ˁc r@*.Г0Ų  vܢ(|\E5*ھY[ hb(p(J2Hz"Ta@`%%B Մ8Lܢ`fht@ا@+2XXhSdR(2mj+RYr]j]({rRiTIJ"*|@:;PC /O/M4F"8\:AӐCHXͧ)4eja F & |XFT`ҁT@ghc`+Q0W&FD^ (HV"xDDg XRl-.3řH" J)?|/j `^qpkeRoHKEJM"!/VHyN"(KB4a8yհ/P\M (@_VԄ,IC[ QZ( 4(QɁ0$" Qd)$m51~MTrCHR 2H8ɔMBw D@\)LR"0yW-.3yh<^S2⣢N<w¸t!0da(7-)|<>)51>'G&G'`\r XWLD)8dH@bI8PE' 8xL0ҌDyx*/LOt~j dcKtRtpmxt8^b"bK|)Y8! #dhP*2xIh4*P#4Z̸ho0>%,*hf 98/М`D "%GSTf(.n%*h `}d kQ' 4"GOX J J dl Gn`b>%7Bc^ݵ!;#=/kLOfD%wud0v\ƒC Л, 9kFنvt׎c;L@*(\k6IIB.nΡ\7KH\ GG< A;Yq/ ~ʥog}dx ؟Uɰ@)6f66-; Ta$Uׁ-wk^V}'t{p?Gi'uMRkߺ{186 <7:S^#3{DncJl]os~HX?rNBGM۽e:cbC읹ۥ.N9Rq z>>:,[Usb=O{?eܯ\}RT=T}Պ9k~Yso3W9)8&І7,cY\ ,RL[6'L AXD[hvdY2mxJ53br]gbBmID’x"ۍ bfx))JrOgΤHCt; ?AD;HՓL8a`NUW5~!2 B;v Ǝ_~d>Z>bEH [}WԾ@2 AۍF$"[9N&>:ۛfQZZ%/iks($qaiUCD'do]M.sȒ'w ykp,'Ƭ,oዃ~ t]Ӷfxoeo܁.>M'fһ禟"㷭k`r wיVuN3>Tyfg)W\(TNR}pdG#byr`v& Yfh{Ɣ-9F64<\OgI6v?zpcU?sA}%Y)W]r_$* ȜHLdW1o&~AeM| Jby%J)=p &{T5VyeԲo4ԬyQ(C}SV.Mq3!ꖸOVq:=c<1{麂yy|bѯ '9ydB:??_TcɎaO5<׶]|U {7hͱz~)Oxmwۃ鹙w;_tƀޣN۸.kF#|4kѓOOG&.yfqbYo?`ճ :\%gۮ. '$-.~856NXk}ӯ^br gM6 >Eb< bC2c +7 X,Ý{q|Er Bk\89kq +we8bQ13 B GWY&JbodWBJdM1$` {o}ZRjԝfm?˹):V ݖz5߿ ԅ ۻw;퀕W*]uT;lF]_ŤiƷzOGT9 _vrSw.Nf "#Ow3׍]Ra!iW ]_~^TV78?;m>iKȎlmR#╫ݩ;ec+޲Q:𧘱Üj\{gC{&q|a n/9$AP6jWBՁ/{(ȏ-ܷnj˳M3jIռq3^)5y\mSⲅQ@2kP_aThQS7񊨤XTee'uϸJ7fm֩ƶG9prӜ)gɻ~ˆLsfoѥJ|/?:y9ӕ]mkV v~K+ZyMvcKwM?n|ѯT픾-p|ф3r9ZڳM%>&ŧO-M`>dA?{ޣJ}+ǃq$εv?,w ?6@*b KdZ~m"+jp?)ALYp֛mezAv<9n- pc=p{z٧ ziIXosW\Yn zr.`sU}{ۜbmTPP+'y!v<6aGƤ#7w*dFMl?L<Øv o7zr1O8[[ewV.g^6Y#Vp&5Tժ.bGu]M 7 b11J˯oTϐ(,{w}^2.E*lXƍ'Ytkb+yu]#  ̛Ρ./1TKfʼWx{.]+viݒLd,/+_-veo{ݲy#bJsdܽ~?  *N|[afVQ,\{:j]{^o ?l_ DAVz9_97~6:q}@ nw??@8TVK?Z\xNެl ^e-Ul镲#30Fܸ{{oAv`p}WxoT>kGGm]VSddАcS:2_7ִ.v|"b;J5ov\skQ9#&Y7nyjթ?Hz~mwKnO16Rjq,{${q^nVVf`{& xŶ{fE54†uaʨ)Yƹ#/)łU/5?ذкmM y/d@:zޓ"OSAWKӕ1CXY:q]j+F/zc`"zV5ٺ=a .B bLHFN{2180kM c8e_ck[˪r<uE.9>?L\y-ժ5v5Ux2egͮ)͜ʐ?eXroU[x;.w7&%vJrcݰ\c9݋D Xx X8yF'!Q&F/)aV^6l=?u;2}ekM63:Cux4B2I߰As'{Y)_攷f&][\߅77FҠq rp9:1k֤{Oi:}NF$ZİNl`#Jт)g,^'NZ;9@Et侢H'E*M]}e-8uDoz^n1ؤcY–{ok7Pwmۯ 0[W)xR3m)^tӍZ=IHaj̥[f> stream x]j0 ~ CkƺCAò=c+a6|O >|h{0EpA8oU& p-.Q4 n.6؝\N7rH>L:51dPmȃ^Lz53ؾsy3p c%d„Q\-4\FmOŭmQGVZi]٫L)"ڕՋX%x;ZPpq endstream endobj 655 0 obj <> stream x: tյ͌˛[l<Ko;$VeIȖ*6n@ 1!u PhRPB $JJYR> }O- Ӟyᄏ@ ;t+̏~ Z<%wfLbYGb wGBg`ʚyX姯V$/8Z!KH e _s>'8miH9hԞˑ_-{j()@l2hx@qἚ{vDV>*K7>%cueOSWoLB#dQ9?3ߛ(' 8s#Cϊ{2W(@K"ᑿ(^ Q)9$xb R$혝^5s)`Pʿʀl,WB_v`?Ǣ6\<HJa=BqAu]9lݗ!T1)di;c;3p{(3x;G LTW-[h(-).*,͑bVfƢԔd]RbB|66&:*RV)(iV􊁼ހ']~y)% ,I+^&.4!g0ih:+-[$1J$Ƶ=,i1XcH4"z=[Rb-#f7iD"P YL\rK$h*&5RfjBmk{ZzsiI4YHbMLM@P15%'[el=b:Qos RPst~%)Rt|f1pڞzڛ(r+zW.q= UU?B)[@(9Ʒbn9?f:zZIO̖E09v8$.)-ƅ;+Q;Z;g#KE*hђ } ƭUȆ઀ 3 D4kk((r81`H?\Hec Z8P\(*%jœd$5H:0sï4A"k{¸}d,6^:sbf&i133WJ~m礀:o%8jD|kԺvc2+Ƕ{@BSγY,ͳ QUjJF!⊀po_rQ0tb2@MBvq s'%{sLOx{qkm4O\1NFf) fSL;ج  0zF4-U \><.D|[X7Ҟ32fe9áPr(S[iYYuO6պ |$5-WdȺo##SG AMea%ǩMAΓ##MqSjaĀj¦ؠXX0&UU:^UǨZT jN `MS1NTjh/0Xў>bsDq oZIkZ.)H4YHݘ*n BeŭUǦIBvcĻ{$DI!z  5]fЍԧ/^|W箔WkӐEA*6v!uQ'(uQS2wv0*(0 GL+ 2H I@:hHIj'_bz;n'a{KwvPE4A;,ڷ@ݞuǠ],1H"}%4T>qnjg[4=jh4fga.RMכuZrZ}uO @H<{4o:UP@`T Rէ?EHxG/Hiq6-9:8UQl.ŕPX Yx/ot[}j:XOw[UPgItЫ`nJu8oo@3?rF1m ypBZձ!nPB{C^UЊ2jtx_OHv!%$QOB?&B1xCѨ}8??ysHПpU!R}ؾ EpPZh{K?^~'V!~lACڌck@o"I8O"sNDžNѾu0n }ROg.WtUǧ~Z::@nmd}z܁+^vRRKU|D$sq>/|/ 6Z1fzK<0f5ۇmw[y;xۻ>| QCa%&rYG#ɓ$H%?&$gR[urs\sA+k??ǿ-VEp B@pF8+L+@!a3(,n ՆB&1Do Z+ǃ+0vУ;ޓJoѿ |%=)%Jl1O##wa'l'4z3sWq#5ܭ~nw;JD o7x?'-^>ȟ_8F „p2Eb[@qD]e2]X٥ 1{i8 ?I8rMd~@~2Er'N$3PG@/hald#o'';"~ xY1Db.a?|x,q)))w6u d&1EŠPH\prqc$UJQ"٥% 6pour.y]Gka9y`:(\/Y=@VO0ݡ{I*6TTׄ.,|?ބg`Vs{oO M9=I={*Xj#Mqk_ِB_MS^W+IB%HeBOwئqLq{hFR' iu*3ޯ|=4oL+#ƛB%efgJٜΖRfR$JyR0`S FcMO!a13$>5E"IkJ.ONN Y˱B4Բ G V {XAE]퓫ihf \'qɺ$ʊeK-Γ%zBIRJt,sΦvMѵoLCr0n-0N( >|]}mVQnbˏ;sϿ&0Y{OBXæ̯Exh|zteiQ:,;G )ZW&eRd5)*HTG+wV(YjKX_`j;}vv&o;].(E^~^xПlp; 'e+u:JY 9Hp;\]\ɼeuvN\/ooŘoɗ}I˳47'J}egΟT=fY{^]?l+ 5|JuE1azL[G-:&B]KR.":5C.IJml1)FIHiE%c x:iOP_ J%T)U*=(9QI/c!K%$,ߖGTCre6䓥-uy gLlGcx*}^m+T|c<)|U?5d2!=#gS*")R)Jwǝ'I-& A3]=B}ӞcY4f*$f%FBFsIf"v9D.+>#pb7_LEyɹi) t9(0\RUbe'c߳&)5;w&mom,YZǶ=Wl]x{x)qdW yɓnɽ??2!"J#(d8e8 B+3D Vп dm V1( ()σa@"(+e%|F3:Y)geղ8Q>Hw׉Zm!b[=K8TX莛է{6;u8.ˆĆ1&b|>'ŅB1|qh7xa_]=Xhbڊxw!a??(tzy+" nCIT_ނt'wKj@I.;2cG;`oH^ z:>!a|^\3#[ej'Z(ia\M#Kpuʘ دpD(~p y\v/7pkО~fY] Ux8:Y$,?BV>&Չ܎(b%cVSl׉WR)z dgV0R(sxAN,vL*9U43"=nPieL5T0=,4s,[pi튰Ngu)2ϴXCYAgȌ2yYd^84fJ*%9Y| wJ9FlPº4ȶ 2bG b>ز,?V@kK}f?XNjf n a9Kpԭ-6h c2Er:/؏3 gkջ_1[ۇf =཈?C,=g/6\CDjzЃpe8YnTFeOlPy5. !vVI\Jz؆7sm{8|YΛKy0bj$싟Nþ؉:NVz=˂ n;?iTt3lq5!93sgvS2jot8n3^Ps{| xf}}3;L\hV a_;9YE-gs Ȱ %ވ?& endstream endobj 656 0 obj [ 0[ 600] 74[ 411] 120[ 460] ] endobj 657 0 obj [ 550] endobj 658 0 obj <> stream x̜`TUϹsF̈́1C #B@BB Ei*Ÿذ,bI@6VˊPPQd9o7{}OɮB(|=*3o X*b5fs2Kg>")vPqۅȪ=yƘܟLG>(xZ4e7!١?>=eV;GvҒQQ&D%h ݃sK3";dFN/Ѹݳg͙QٗcPKEÆ''M:'7wov۱`0P.P!98vccnt&Oh {WFv"6S V8V!FX`a6Da>Nl!ha f/Ŷ?A-څXR V`x 2, Vo@/rT&Hm5f)=F l}p*>4>*V_j?-/P^+*jnզGZwqi??PƑSTׯ\sR7Eb^34 @z[ h^c`S NTe(J'(lVqVG5|ǚXL?-=@+֫SeB'h.'r>-tG e?Jt"U *~id'jh6eU=f_<~O:9Sw 3ǯtsvC7^7ՠ?LkYxQSdo~lot[zLPiJi]ưFޯx5f|npU}3lC>,6"?FMdC/n*w!ijl;*RU^s>5Tj3ykQZs{eF~:4WނҵHj15'6#=_)}cCSTuN 8j>;Ҙ\bw滫4m~at〤}ee' 7Ws@Au4iMq2q֌󏛡}6YҌUHkg62qXyt;l7h\ZՖ*VUv9$ۘ}պ&ϡp)ES͏d0D^J{jSuRsh*˛ޖgXo_ԓ/ 0]͉`ϕXRz1`" D'*ͮ&3Q.o/_ӯ+Z"4s:9Ԇ+z;Z.'i-DQ4s+n[Am/+_yӲ߬kOO6_>n/݃nN D* g*t="y=e-lvtq|Ng:Et6|M+`k{okx: `-1 }9_ښh|;KӸ|?խ4^E}3Zhkvi$zOdg'y:rwB-?Cj5v(Q~J)ͷz=1y^wFDnH+g:e(-S4 ~AU=<O1nU@oC+b߸м^­zMOټNG|PQT?Õ,^󋤳 dǽ΄ ~٣)9;h./usCG?:線Ӽ?^iғKl>\z1֚sIZ{/z[|}hZ_T`f|`ߗ3յ/j~u(;9[gg=Vzs]%?h>=_ךio4s~iQflꏛU~35W' ~f}ړ\,+^^l/}{Tg{ ެKuU;vx\<_IC|0C:cMʋL>gwݍ?sBF+9U#{OiO2֕y:|Hpyz@u^[<ݛО ~QF}xky֧!5՚fӚQG)9k[ lGx59l^U[UN#(۫ RPbN^ _s똨xH巃z#S9mZ[Vz&ӌQ׍Q$t/~5Z+8c| w]>?˴x0xLy kͳ`XVH8 Z!ZZSq2Ÿz]К#[thn -}ڻuVP~iO~/'S#p*ҳ 3 Rў9c{<.}ufA-|׈1lҀu3_5NkOh23O,Ӏs[ {*=}׀{hΠ0 7\"Rn}P?"`m+}ag\co7rcU' h~'~^zOe󷫟|+Pٿ{uƽ()l~#4&]`[>)B> f[EΫiƄΧ6Ϳ a63nڢRGy@L~JB4:_ eí<{s'Dὖ_7ŽlO{᫲gRH -(e( tF4b1ҲD+W_&f;]lq4%E"BQ$jH]H\+\,7#d-{b,JtU=MAH܄KQf Y:3,Q\Pa/Exj~F&]eu$U>"1k|/ZqDpxB|!w?\)CXRDg9Rd<_ePw<ɈOErBme&NxEEy9cFouóee1؝>hK;)I=uI89.6=*",4$8(0Rte;]fWvv]%((:u|<>9+ZtsNwSNiw/Ot9 u9eQBel@ >%S:ؙ͚?:x( RCԆ ]+ at<tY-!̛ꈏ/.ooUs*,nt^zT^*+JPږY]}MkǢD*t H? 8:`IIMl&k[7xǓ/7ֻ$U;$Gp$zbJٮSPJNi*^슧,V͟뭚L޷KHwzm]'N!-)v 6u.Qmͬ홂%hT\75 pLXET1o(.U)C/gfuPvrzT'}($?`PdV{*qŎ2 u ]B%\.޺U mk[g%;=VHg\#ᲂ4;=!t6\E z% ɦ$/)\r(~u_U879ݙY>* PNA}.4:ɖ8XQ4Nqz\B;Cmwdkdnm5Ks9Hc`VCf-drA  /ܶ}zZaK0BBwR+ށuV*[A':T8:AUUqOĽO>jGuk,dF]Cf'JP]Agrlܵzjsdm%:[$*#ʼn6mi؂/R:*#9.q NNBTC(#/fFbA 19sU+gT6jcmG6>x_i]m6ح׵KiUm6^ x^ic6?C۵6SxR۴Ukc6&mlF6jm<Ǵ6XVƃڸ_iFkq6Vim mܭq6X۴q6nڸI˴QTk:m,ƵXEڸZUڸR q6.m\mƥژژJmL4mLmLF6ʵQRmLF61Qq6k"mjã 1NHFomFOmh#y#׉2c [Xе7`Ck "뎈o F|WC͸lpA-Bʺ=+qWWـ`^'W |a];2b}ϲmv|;yƥrp,นษIS &'U'&M*(]\R^lL= "cv'EƸ96) =_nϗkr r#S5rvܞ-geKwJ,4 #ipޘYŨ4Cxm7*6gf́n㒍g!3 [Ypj`ugvKoug$B ,GX~bΑ0!Yc9re?˷,bkXdsX>t.d',{Y>f?Y>d}Xeym:nYv*+,/" ,ϳ<DzY` ,O<ɲe+lfyeF:Z/,<(#,cye-Xdy~XjXְfe=,+YVr˝,wβ6[Yna&e,e.f,׳\DzZ,װ,bb/,W\ɲ Y.cY2e\9,\2eL,,YLe2eK K1D ,gSסr!8,,y,,9,cXFbe$,,XX2Y a`fIg2|,籤[~?K?,}XR@zȞ,),,Iueĺv sX׵=KW., ,gX:ij8ırf}( K',,1,XڳDci҆^5bX ">(18 ~C{8[/ |_gS|'|w;yqo v2x ^σN,wo3ixl[P6'&ԁڈIq^9q@C`-x<UPo,uWDǭ  w;`9 n7ª㖁{'9SU'cvǪFJlzX[\LJLzmM̆Zb{JZtB[đAr7!ݹE^QPtVʛ _m+d2qfH:[M͙#Udݖ#[ Ka5;*zw'fU;Yc=zfAݝqfGg͑k"7D6D>i<zH;rPFV✹KL3gP&Ι7wΜ"_;AQ&d.FܹB`Qk)DiϰQ&}4Q+ p߃Ap߂o+%|>}| ?>x o v2x ^σN,g)$-lOM`# 6cQxoAp?Ԁ5^ VnpnmVp jpX xKOr\L 2Ss` fJ0LS0TrPJ$PD0\ ƃ@! 8PƂ< r0#p2`` ?> @OEf>kڷ% !*mǷ;h,rg}'R֔~ߔa+FIlGףu=!a##ŋ^OXm8!^lē)z}븧N,bϋī5{^7ě-+TG^a Z|+#;8$`aa8%a:b '`3+(c|1i_nhU1Ƌ30,hw", p|G[hPL= ̣UCaw+6$D/»$ѳE䊺znw zCCIRqޭNwG9Ľy">n؅mRȔ=g?|}ϽWO=JqEe'[](ߍ*pTvsKJiW]'gB&Et ruMݷOrM}!{whO񝓍}f6OiLwfL6/ ]ݧ(X+"ٶm\LddL\~[m|T0cSeMMPڶuFz՟먯gFFmc .: 5!zQ!Fi   k&"|phh" &5fI;>mʴ);{u$+S@ŞPa*.e\6]jR;; ܱ~7l)2ms/Ǘh^ 3|m;0cEO r{ԞS@H?)&{{4rcVr*#4xڻCL64;׿M.΁3=1IVt {M<7qJMk侪n!] 7o?Wݾ/amgh v"Xֺ!6]nojBos T*\p1 W?8iq&qϪװc{zmL/~kt?n`Bl!gqO[bΈ~Kv a_`NwΝXciXhhXl*PU*240W#:NLO|\OM+f}x|h9l`n=g&Ϳ`D0lOHTFka2j϶hMGQ@0bј;Ase戶I Yf?Ay"(;2"HlLޞeĴO5sbn3kprb~W쾣zD <0W$a{aaIgRG;WωJk,9gG쑸_BD qbϻ`ҒMKI&mtvr3#ѩA(#Q9=J$|CH[:'HG|NbKsg΄_˰6?/D)&wǿ=>՛LS =B7OօRVRR2GQҩl6RufKYF wFHvv3䙝3m| qB%OT^}Umd_m-1(n~[Uw/\8ˈo+Edzد]#E#w9%F2HxtM(Oil١#Ba;w8%w9:ֶY2γpfa*zMȻz|\pjO%^> JO\ z;p;seOtI>vo_na(?_^~U!6}%]tKܴzPGbvLs',dO'^GW=vj琅t%ѻgOHwGHOj6J hBx'<'P890\]^禇FO{+'ǻ?}9ZxSM.1NCm+ߒ~qm) Y1OIn켥 HųW5qzz`#Uceg䣛a!۱|SBy_?'%XbaP{K,K,<|~oS{#&[҇G $CL>FDL }!V:ƻȵ6N)q7DSp*iJ qޣ߅X I!I2 (3!Nt$1Ej$o)Ѻ)2\ q *W y2&&C>9|rqCɱ11c'ǜO9s>&H̐y|ϞI4Vyŭ #& 2@(Jjp#V,Z`阸UU4*ٙSU*dyrUвN;G:}á" ԙq}{9kH%}}|ip Y".Xh\j4^2ڶK>2Bd&f-]B)ނ}y٘ܲ0H9`z.2>[E\-bǼ\96~Dy0"3|̹cҎ!@5ⱎy pNT|\{G`be4' sl׺ ZN bC9e7܇-:Z3"VBG Hx,ufǪH#wܯmUe`^pˣ⸁Kg2olFv}5{ffzt!ˬ~ed?z@` ,LS3,w;Pmv+Tg O,sAj+aywE$}{uˮxq+-Ay9zF G\ۨ endstream endobj 659 0 obj <> stream x]Mj0 >L(3Ȣ?4[I lgWv*A~ґO8VNԩmڻrD%TӀ~qIх~ei繗_c)A23#;'OQ?ҟ~p"P5T UUHSh t/{\-]%OA #xۚboO endstream endobj 660 0 obj <> stream x} tSו>lX1 `lb#6qlbl6ڤfBEҕ6fV'uk&&C;e͔L&m3mgV3LR ,dkּwѹw}gGJl| QG lXiilw\O,"?`?/:w(]偁h8]=cj yE[}%D/434 @W‡cu߆ҁx8n/`p@s I)626>$珍Fcl؍p[Ͷ-5mؗS;pZ÷fY??dEK36 8¸^9G/45䞀C.d(>N,/+QdO¤ A4 gfvB{qJ>IBYn̴ u05Y m-"0j$|`i<ǒm3N9EtAtAtAtAtAtAtAtAtAtAtAtAtAtAtAW+oE&Go /!R,Rs__{b#?8wW{;;w ѵs[mM6Xֻfugʲ%ݒk%E y b6 )EfvWkmE,֭@<&u\^z]{YS,76qKPoǙA~?,nB8IKJ;^M=ak0i@41M[!BJGJW|CM( {zggNU)FLJ/qi|&zB̈ ߉ :$ŀD2w O G-HGrac!S÷_([cGtqѠěCrrW ͟`eД"r&~>0ӿ_=xpAި:{d )41PO)V=MN5)JH 씸-(@z%2n&nqjK(,$F1mCx,5CD,?p3ǝJA`<uNwn0lK6S +A/E{3QA')N7O$LMcmGM)4jͳzL m z y=I=ɞ𐌳@>9|fOwTWS9fJUy/1dQgmP!oߵ' ,P)<0@\[J<nH:g,.4 ?̷wܮ4vrT Yv-1_Eܗ&evlפ8muC [/pZ#r"oHbHwsgz Dv4Y4ӂJD>$RA^+LŜ(lbsS?{N{S5p")ķw(Ra&-= wxޯ[&+n%q#QV$2M%x\"ͽ]ɻXĄI:f&`j _4>mgH<9һl'}H* ڤ;{dV5=$HPϓ&2ߪ?a16*4ǃQtwq#۟=7@>.["q#P61٠y$i)j>s-,dLO$ɮ6yb*UeKD`)ͨ.yKse\Q$/qGo\Fi!Ru7n<7 ]!62U7FU)qD}1Gg':V>GfgXGbҪӈ& ٙ\!Sg^xZ\g3UP@N#SV'4b\=ѝ(P@CyۓH[!٥%YH4QY!e4dJFŋ]*k.m̭uX ' ,q vopEMܜwTHa78Ґ=-(&%[˼ ׯ~qk]VqF Uoc5b "py3XlǷXe=6amr~NN.f^cT^a'_a'^a^a3W\^-vM_WYUW^~Y M/U[sZ++ )K%bɄx#aIS%۪gߘ:e/S֜S\y܃rg0X#1W(WƷ*F=0raG~aa$^i4vT\SXW;r]QZw^vre+RXo.QzUr׺QNwԻŮ\19r~,{f-XxF(|6̂frDeeqV YFC(T3ڌlnxV;& +<ەH{Ã1~q'&6zw'=-%P gl\?k_odF܄)␛#Q{ܭ@7LL;Ƌ pfvȵEXp! -Yx^aj% 8b>v W[0_aK5{d {%? XOq &ˇ6+u%ˆQ Af_Xf<߳8#E9y&| D}>V%F!4|N^?7~;4  _!s8ܓ`bpC7/> 0%|Y +33oEQ>؎xu? ~3+`~p=_a=̂)9{}i8mg ?2`o OXS?wr]0M̙sƋ4'EA06Z d!#5Y`lTV$@ĊOg#n=^\ݞ7 uoUz֭uh.+ԵL|yC%;e^zx7l}/ Ln3iL&03(EC9f,(-{gO _yzH:"Nyϗ19Ys H]u~ɦJ]T1ͫzU[˺GqSua)X՝CFdÀ\&\>׎fl|xqqU+,&b(e14O[ˢE"X00- ]\ٹmd~NG rn!ce+ē<40!3iΕ]"|9ԯOneEnen%_|<-K[GOjgQFҲaTyX1HG ʓ2S]nA@^7DCԜXXNPMrb.3;"]\j\Z[mD#'&mr,VYC:O~Tf l2KWnX_pQn[Z*/78 ++7ϔ"c*`j<~<0܇7#-w];Ҋkuo ,lJ^WHKy%.g0Cx+++RQQ|W֥tW\:KC,?\nu5_uk1ymt7Ti#ŝ͕  @gɆB|֯03K 9YX9["sU-eZ-y5^gOǮ=zGT<y[|->q_/_fˮlZ>zcm×[ ,^ڹ?טO?~suz$^$1I}z{8) _)xKF\ҊkVzǞq_{x׮ )v~sӵX#WR/M. ß1 {?Rݼuzы^E/zы^E/zы^E/zы^P zы^3 ;2%o_D1 @&FX8n"D[%  g)h{.ZᒆxP$4ܔF7x *أVX". MܬYE'ْil~p;3 H#U4bc4*si+ UY<%MK\i̤-;aFaz˂(?aq|C Nϊg qX+F` kF bð{QG7F(mC׊2(-&kҼC>96|-T"Vjml!rpp{{c):>H T> N /ۨ,hK&}|b))RQ=zD)&- &(qD1==%M$D1 {j 3'{Iv2HYp|=ڑ ]䧱-QZXrx=@=1X"|7̾Fҋ~ԑ#c}5}8U| -G(jlSϊ0^NQ|1-/)&4O"դDvd~n8Q=G2r̸6B(})?PĨ1.y`{K+z!,>DZn=3DX򯜷a}B>9NMɅ,H~^5i9-Qm;(#?#a7TͽRwZi=;$6ͤ9D+9%Zd'WȠQڳ;yl<" <=?):a#Z.ܸ^R{sDsM{j"FR?r$}+u_Nvj`lbg5bکoN7ʖ07Hy)Ls j{~D[(Vn`|ռ)Kx"1Ɓ_6Cm|y Ҹ$»\u\׏^StzͿw6̝HӾ?BѴ 16wҪZ.Q:e~ЫE|VPJڞKܫ'je3?_#Go2>{zDȂɷzufdu}6s"VMtޯ3aaaaa >;{S؟@{h=/\` `ڻ~ /S6׏{ʥRѡrihri[g\Gz@x_DR endstream endobj 661 0 obj [ 0[ 1000] ] endobj 662 0 obj <> stream xTM0+|Vp"EHCM{z HA9מ!$RVEug[kӇ>V}:rqc]ZOu |964%޻B_[u$qv:-ׄh}ZtܓU4Ц%vwe!(bQb ( D9%ETzD D,G$1p:UjKӸD.lQ.%^"VCQ0*YZX<esQ׾ Ń#1s$RԈi$8"n#<1ANNa3^䧟˱_Dg2EzPPw]<.x1k8ב,)}+WCJ8]%T U> stream x} |SU$]&)MAu}M[mR(K[6, S7( >̠ǙZt,Kuԟ?gFf)nu{_R 2wg9{ι瞻fd+2ǎ^ubz弁5l?QT;m@.5Y5!r+o]Ѳ:F|Ssv`ޖwKV<жK?m-<,7+nGCa +:. bgg |UkK͵f\r`>}E[G_.tʖmc8?iݴkБGYW%f/$arOۄ`߻$ˆ:LЮ O ˠa/g‚} g f~7!l##?gP"C+r1 }y?jmWVF {wa=T|_KW"ZG6eϳԥߤX}"E(Bп7o–u"E3 O&{=e#`P}3| ҏe_}>gP)]#E(BP"E(BйH D<:¶l?0mmUa]䫟஁9ϝ埆 mN9(Fڄ!}X}mn1?V'O1eAogy]9U#IxnC"v=ys!|6uo[f:7gWOnZS8߶':,eX;6M *ԡ\7 +L;Q&_#tEATa}1wV+ɏP"E(BP"E(BP#GdE(BP"E(BP"E(BLG#4$Syt~@175A6BA)̀, nʾ~*{WZ|5mhdƂ 㱜Q }OCŶCZܓ#yoW(@bfēwbC59LrYz@a0lAX!-[,ib!- mX i K m膴ʼnv8 vHE iwXio^3YsX9!Wb 8rnd?a1VAg] 4TWHe'*ԷRĐū0ԠмMȫ @Yq&d t(@]ձnիVX~ᲥKZ-`ys}sf7Ϛ8czݴSj*+ʽe=&K& 9c23ҥ4=5eh19fM$7q}lLtNx@.)eJR_KUɮgT ^tHfR4ꔄn|L0}3D{"d4%mlvH|Q+Q2g*fϴ{@1գ! 7S]F(q76+)wNR;3IԭOR o+`nJ@2VƎPcS! *dB,3g6A*9G ˤRh:Ԉ:A{BuNy;6RlA0tĢ%D_J'vseVS,SHU7u:wo,bamPN}mQ`;/> Z7+| :tQޤ&l obN4#褟a2!~ HeGģV̲b@7eGE>Xm[j`p]ٍ 5zY85&ǻŮt.Z_8;8?X 2_Fz= u;W{* ZW?sۥ Q3.p(I2- V.j1teTML@lR Bsi1꼣آ/كF] Ob^߸ܺ*^*''P6'D5FuuỊkȟoU}~sTk${Ml\$MR['hhl)&;fVgkN0NUE=8$G0ОՏ{8-O'^C^qw萿e"8r5gqtwB߸>kE,-M͡(EۚJrfp>8J^6\ɶsԈX^ԬY=+{j8eHt`^' S4|,')d!5+' &%'TӂH8^C2yrMJ,(sD(C0:5`W㴚^h.vդlŐ1k|,Zpa+hOV4.u <2نn mPu`xE.ʃI *KL'k(#.LTZ 9—4^JY)~ፂ!FEBj؈%PKJ*q\NXYo~H}ҾEJ-NWǃt-A^{jqKĞ除FQm$A)\X}&6*g,-m;F&VK$6.;(ke 2FA<}"d;^Mv6-D_LSiʇQ7+JVXv[va;*ke4G~vr4{*׋2)"OEnЎ [GVĺy"v;?F{ae |V> + +ɰ~X9Vʟʱr4 +oaPXy%V^ +/JX9Vvʎ +[ʖ9 +sÊ/4RV2- +JnX+1c?dO1~g]Ə1~#fO~22 O3$O0c?~ƻ=a|7;oc<5w1{K;YjW2E70^x-Qn,o!D!f!"V!6 C܍؇x  w񩰓v"v#DE!)DZ]X kua.ՅVZ]}(DB.DB.DB.*[Se+iNM/|C_RP7СSC!݇E!)!ë=zQ1cYp`m\3zBpl M Qc&17pV{'"2,BB~1Ϳu(:BvW$2يȖBvD•&w\`dK'm]k%^VT!8JjgL~!:2r8$<'a=!7MPjwߓ~{{RӤTߗ"cƄGE1lLHiB7:5mjC<YJMTb~$#xpL(n%=}^/"o^#Oz5Ϋ܏idtN{(Ngۉ| m7| onG+oo5SOIpg/&"ͻ8vKfz 1*LigZ|#MI LقN5!\ @Iezyd/mH^"{tfu=n*4 ¦k-s3}ƑFX|db2o85`ᰎđwA\A+,*)q81޾ɓ}}yz<_Ot? VU-Kf])؆uoV#_k9q$/xR#ɧv I xA{[w74z*K<8o&$߄_l@+W뱉o 2Rvy br5"5_EjHq"b)Z.oYx[>7̬Y9.W6Iq1%5ΞjIy&z:J?p0\3O < 6=- \ l \ l\XXhj9WwN͵sU9`bAs0U_~Ly>xZ`'YNq4{W?n%*/!aQm?=7=oj? !/KXڇF`7&̅0.`u {B+bD!s|~w|Ћ-ӰRG{:|wE!: 3`#|[ Fi >ڠnCwi(Gġߒ6r;N+.?\7?o@;V&؁s::z8{q>$n-0)ߤ lǺϤ=8;0bp^d,u 8~˞VZWUZy3,uv{p)lYG^WJiJlp7C$}d, `M*y` @%I}{wAtxfy@$b ܇ "8 IFeK1na}4mB(}~gF)wZk~ k1w-+\Zľnw.oub+YR;z<+"8G4oqS5F zOO' #`=oD~9Yr;}CkИ5kwx# /|P ZM0~7]Rh=\a& ӣj}y!ܬf._As&l/[oYEYc!g\?07vBVh3">>$Yt񩝲 #].(d3lN*.sۆ<ћtV3 za)2蟗#sB g8J"sa ~)1Lx.ACkͲF[.t皢u;͚hf4cOBriԤ&:*4ݦϏKi n!E/Ƀ}?!eʪƷTIC.~|)Ai],LƽU&+is[Ĵl>{7դAOH%SI*ɽZtaLp$Vplj:Fhv XjX7֋L.((;FW8*R&dqRZfQ!]|V /i- Rx5$m\|ܣ7-XqJg敫s'L2˜]6rlRlar{{g^M{蘘WO?^6Xο+rM_hʊrFQ8YG; &b1єjrNL7}o1M,v9MY14&2#==QQ1nEW4qcI4& Fc+vޡCX#zLX6尩藑x86SmvPv"4M#^` `QTYtcNTu]Xw-#ݵiVeFEtEg:х3OhJ楜 l9`V&UQZu}64ѩ>ԲQy gB}9mU;Rp^@uݍs7VeNMgݖ%U.^PS$kԴ9;矷avy[|Osɛ]DO2dj:noxުD] 8P-:Yt6b%HN;&vla;,7s +2&y!?0:й= m_`ͻKwLX2#̈I:Zq%G#}ғO/3a=w-Z fxOӉ=sXLk\֫/`RrK7>9uU}5,_y2Fu6nq, }Jb-io͒* _LQ\cZkLQQY$+wRp t5)l3b5\eF΄U9XޫM SElZLv0r86u&\zsؙ>" LM/ǽ;O+gh\S_7y|}FrvB`+Ca͏굒UX>쭊6HML:ag.8pt !-?ϥZxkg˼nbu֖L9$75dg\2L՗?&ߐQ>7ɛϟp-+'OͧL:! ol[R4)|G^Qz oH7Y,$n\ijU˦,0rLcDg4K~//mxK/-ő턳 SY79\d-IJ%mڛ^iop^?Z{2!43)yvn .qz@lz{2rg%LfK2d $B ( (EE pH*ji5P[Ui}ZV\*Jn~ܙxI2=}s%9€+&˖ [ysR^yy2V(_ƌ+1 {' & #DBOc3U];P7929n|THkRWǸ2jN`IPZ܊-r?G8x݆gE>61h1/[ V g ƬXef+`ZB0vh\o0eːr&+MdEw^Z@\G;n-w|:7S+>|lҍx?'?bW%&/#`#LCXhoՅD +=fQ9\d$t~#1'gdI,~QBA\P9E!TcZ"7s?><H5!w5M).Kv#ɛ}{MSf 7tQ#԰bVQtT\'%&.Y2Ӌ {+ÉŰRjjpBYUtP$AZ}k)岽SŊNy̕9,qE_[Q1>:FHu )Q!R/"FUemwv q :v7 bA}.*C>8$Kt[h+ XdkWtqPW/!*ʰ&lK 1"vNVvwPH1q1xDAd̶z<{sÝ ?ox\l77А69A͇:b6y.ړdMJLz<2~ԞH*.Ob7d)Wz]UbuG̙Ot\~w/ED}Jn=)DZK̒1!azQ9"?Da<%Y9s0Vd%;3姍F4IcR3chT;fhBSV4:'mFZ):nSD殁;&DZLy+}CYf"QOrzVV.ƀP@kou~ 4ڐ|E'>e }Nx~b+x{+~_+(GF"dD]r1U `L# G ;ugjrV, rTT=q" ˻#D,c f{B2) f յ˗Քg5Nh]',OB<p"3qnr><ʳ;*&\4+ Á{HS"?a4*k pOe__QS.5GN xvCV$#nƀ7f*?E}/37 .1a |+2:htG, BX T!A97hgp]j{dvFH. z0aX)kuZ^H}BD elLf6y>{~xbPz{rG]ڛ&Λq ҕyF\j>{dNW}4hJ؄Rh -^ъsr֢%]E"񊽄@hߢR ^a0}qD!ٙXDlʈ!w'q>ԡ A=<(N#Y}g^k^Dگo[[{?uϛhIrj@߱DtY;DXΏ=2D[5z ժ<Ab=@Ɔz>'^2XK5>Bo`sH4 v-MO+ۦO;hҖtA l.EN@+-ve0`g)DZ@OBKńNol3X9=p.uXF#K==MCܗo{Y*-18*C+#׻(dU.V(A=.L#٢Z[cGqTM*Wo|,^l D@ܗ˹oxW>ZK!B9̰X4:EHZd DQZxLL !R[sp#dœ2^) )grS^|,F1rX>eÿ6Z̶Ʌ).( !M$@NLKL~l:^d&nJ)S~? f: w&6(O1Bl"G&x6 ͹dJc%qCxvӱU^oE]pŒ/v>(Cܟ mM~AwiY.3WCf@Uًm; elzaSi}zrObH5<*RXVWu*sHd3Y{5pa 1!q*۪u_Z=ljD/ /_98g[1nP!<AxZdz,.)ݬ'O󫨻ЕDUTc V_ qxr#}o \uEja_ tsOqm)95`smYtj"U( YQUu:f43$)z!FbpX*۹os3+8!*7:ķQyغxfv7@ytRR*jߓ.m (-PWK2G翋%3kN!2Y/?0 Bi},VO ߋod;ݛ|}l2ߒʎ/5y`,U6j/{BC.aeY@[w&> 0k,UTFo=ۂ pt7?*< /A46?yhtl=k'c9_gpGJ0 +S ; u/weשXRw\^g*LIt*~.(٧rkԄ0Ýdu:4Ad[KVl`[;m?ʽ6iTmoxbG9>ؾ1awظTQh.TZFV=XήńN'b;W-GvsI˳m 5F2FF`LeS Tzb|xU,q ,BJ1sT&deq'`Yl1/TF{ȧlm2{zȬ!4/b{ϋ`6Կ0bi7C}c wga@j4U-gQb8KDH@"0Ǜ3 L0;RY~ֵ|bDos}E3s{yF%*BᎦήivCoE^ =<@&VciRapw"8%H NE`Bka= M\y.'h8<{zCa|_"w ho$yF%08}a̪儉6&bHP et!-F̡ iyC#g\߆z?>u.mk]]A6tzZ f&T;iۼweS{;E +xPd|-U,jl_±I\il|*/ *B ѥrDav@.Ä́hOcs?L :=L'$r{9T0 )RȜv]V_K|7Lk*|EIGy.*z^+GT(7?}=iD&O "L5LR$=؄ǮHWI~)H0 uyH}ĖKwC,(ǟu{R_7QGJS[T+-$j7ߦff'5XOn8v佣cѱQejef&D|7QN nĢ*Vf=H$XP0b]ve{aJ jrOӅ;>}*Fx7 By<`.DC/ !VQn~gܩ1-*Yʳx*'2K<EvG ;N^ ޖ|LȭUN /ـJ.V+MDXRaR&Dؕ ?4}^zC}(QLK A/AW\(A_ b_Bƭ|O"b܈6ǥs۬TrNđ-9#K!IG>% |Z ؅(!~Qų :ǒ6,iZ2+[~//8ug7\}ĕ'wr5=02QS$e bgR06=tpFl6GXb1t$Q4m#/ī/*p!@/3LCDOJ1:O VHmE 3w;h  b~r%Xk?('/!D_kf/-rr g1*$F|e ½ǶZ}V2xyT j|6j{B۱ǥV)(at]fPqYUQBGq 4/߲M!o$wCXHi)%{VmV7Fꐹ0cAq)M^DNin%MZpqydOt1'üoӺ^+JE+u" A ݨ3 /jTlyC5Goت+onhdO^jG[+ZĂyHTo`!639ֶx=۟Gܤ~y}#|@m Xsj̶;hZ D{y(jT83g-e'ƎofO5KˆKrժuݽRGYezc&W-sj{v<MO5Wx_[~,sbq HU*`?"%hE&L02p](ܖu=?z]X$Pz{k>"QOC;aX>ks9=z}Ex;b^=];(|d~ E2}n웲Y$̸"XnpwTU#6?plvQ(YQ}-`n=;Q<99ce bوNFcuFvwnz jdf_rY;NK:Gm[h7Z;!k랱m2c' ?^Z4k3[&_E]5Pf$;{! e6m^ecD?!,/2ƍ2B|E:3$ g~OYUdEgU盦'&9N֛4~h ' 2+d FϗcjSŤT^%&e( /ϠgP<P01PJ b- hMΚO Qؒj)LjLcԙ ӯW0`&J#Zv]RD"Mǹڒ30m6Z'iҜz,DgM|zо$B'__юNucʲ\ñ1z&ż/,zU#.~nٶUPeD,:jjЉQ߯_ab4RDpC:; C9CARkU^oQ#.a-&ٜɮڞ8iP׏v>v08ж6+־]}guÖ@UZH\4{ %2zdwG1%ܤX)+:/}PV+2bOrۃvH&SRX(p}67T;gmbj5t!P4Η%p!x7_(!~&T1)1u頁m[smZ<&5:Rs2s6OH*z͟MM{_* ZT*G{~t^aoXK~M<C1b4.-K<t$׶CYaߎv"P8vݬX9"kkhV͖ʇiVxC itHq`ȦQY5(:U\|NAxq p0pF}{Gfq`_$ p@ᤀzcms^I e"I `{`S FIԥ}e[+gY&]|Y~8wY*G`YƝ*#:N51'n|L>BX%6J6Hj1HbdXX&'Y:]E )>$?GҐD?`6Ѩ3  e ڊ?*CxrÀ|0Ondrz;3pcA LIIYCHOinLk<^s˳֜9l}%d&uoEk\[Oy^]^|O5.*<(UKd Þs0C5*C6ed@&S{Sݼ NQ%$EFg+R4~pxEk60+B #*q6d_YrrnIU2h_ɖjŭj)ⶑw>9L{,&xHM$f 4a tn#~g|w>%EOmo߃)qxyx&!ɽ" plLVh, R!7oܺǁ^zM#%NnA )?g ϪP_}3'I 2ty |#.Lۮp,]Q7v5[<'<x7>bcNTY}H欽הSr I(0RauXáڡARKPHwp84Cj8zR`^ 8?3&(+1h,w4e v+DZ!"|q]ik/NZVOhgqȸVY0lhbщr n\ k *%luZ*]1YTJuiRz{r۫ڢ&Iy0퟽pah/1Ay9%U8ndr`Z+9-#uվ!C;APe sEԉ1cdAୁo"xF{JZ1Y&͜v<٫Eb2LrFO)^qax6vZg[#bk^Y;b_RD\J^˓,* AhISʾ4]u}ȱĞM# df} ~NN(בRrӘ9FN&?biumgn ]+VbH_e]m]`ɪkToWHeJ)۸nnEMt|?*DO;) 6##땴\)(y L6ىeTKs^_Tf2Lɿ+NPhWl(֜z-SYQtټJ(~"Ed&aJvc JԪQtզ"/јacai)/mFk[A}.88Ϟ ;r +I 6z,Q4z1 Qѧg]|,P=A\K0[ 9%M%K4e׷T+I+QÕ͘範r{CM9U\ն-9ҹE }5pߛQ9O9eNJ2P^5<&X'Af!a6Li%/˕_bY@V3DI1KZ}ո-I|rFb˪Ks^^\YY(Z 5f^qu [̦y 52B-Z[۞e]:ǒlh.1$s2Hu:X4X]\O7$&ʶ1ϣ2X^G2i2B ISljRbRj)-#RhW\98ݤbNeYeeWikuFj՚5sS.5ٛl3cRcuJr~MUl62ضeeUk-eeKnTMKTisnxxE*pzc[)bnW7]x`iaE\`/ 4m?63==Tjr 50}+OQR,MdV"rbu5;UlXu,VMYs cM-֚+/33JU`=hWR u9^w㚕.*6eJ `ziӸ7P * Ca=`╰+~Du6ÛC"+⋏JazTёMf$fF\}EY5fT3wZz'V'%'vX䢪g 1?)11Ϊ20\Jr尜o\T|B0- =al?4p*k>I*Wӳ}Nf-vW|=n$"X.g;q0!*hb_oZß@V0L:n}Q3p-%f9eH뒃d#?NL3sΝC/a2SLg߷]OXlk v}b0&޴q~ wiQ!R (1( {â03bc$cI/aG,gmI>xIx(ױ;hPAiTTa4:{$y''5 nI0kDXusd/eh,h8:9ѦGh.LyI QF,M]b{ċʤ9qNqZ#$9¦&_wژţ1ͤwZj2FK"v)-^>HG(?L߫ߨ:2 rɇˍ yҎrbR{'r&ϔߚΑߚ/zk4iNM٢*^.^նκpOY䩍6W|׶!¶/./9ni_4'kӟ?),m^Y[ț&Uͪ˯G9&{`@tYx.+b+))O?n̘i)πXn4WO flIզjKN9-Y _Wו37=:;wZ)|>r+ۖ.8Za:_RyՃ㮮mzǟK0ۓgiqc^5vyż`yލ][ŗwll \\ ǪY4c9Kˋ=3f"i(G7O]25(Zmq"Zj3{k-׷ȾyXKF%N[ƟGfn-ןÛ**^gGsOCzE;nK?=uMÞmco}ԸaO!#MrP~KײI\ݐWڷ:6]ōuG+C^;1ֽ3_=̗=%.}ǻ7o`x5Nڔ" gQ=7~&lq=ؼS(WqxGrb":֨L7a*B󽛿*Ty1Ƃ+k[d9mv٩߰e5o4&uͳ/pw/ϳʖ=,*qͺ.+o" *F$BT.0N Z2}sПH,ʔܖdods?!9|9fuV#ZE̢Ł}];楲O<%>j'ӫ2/ջnM7l%vcO& zf$>,;X7gS}˗ӷ7Zw-?h`\uZ.pYRTnBEϋ0Bഓ N+d|f7EvZ 2ѱ  Q1JNfSZ1{a8޺֩cC{z徱=;v֬~bةnY7<8`ݴqlg? lKq䟂f>9JNpvCFjI*~"yQ"N|S$~견~uTF\+:%bʋ?x ɢϬ[OϵjϽ\jVwg{[w]vebIի3gx[==~^Rޚ-畤yAsHQ.5r&$FiGrGr\\/.WoMk~rSf2oX.ҭ?\tu&!#A"ⶅcmgm%\\Ox9e+4 Y-<8~ 46(g}:.6V]9-QIWɞ!A.|ɩ.,CchjAEJ,'cL玑\4Ǝ!8sn2SG硅eDuv]qQQxq22egZ1nF5)uTn?BvIQgIgOxUT0U1bMΚԾjEӜ g9sJjl,0mp%̰XRK^4mZϨ*kIyCK_yrGG~_1=>"S~ٔWU[tX-3vms3ްYo#wrn9J9by[>FMv̛LF96؇09QNF0Ǥgrh؃+[ثrݨGٯWHE_1~z3Q;iwE!А±]ag`טs֤Q.Dzo/1<Ȧ@rLd{Ϲ:ɻC, 3a(g+N++X/yg.,`pum]c {o]<+VE()AR"0[ w[w7 =iJ1=dD9I d2$=3køyF|_leY̱d:55jd,D<yg^%fU|f 7jp&)<:v~ f~50=?Fiq&kj5KT4Q#x\|Wck'࿈{Ś<kH@x3B̯Z)$ݐҿ/BZ.BJwDG Ȱ+&H~s2SJh6VPZp ٤7P#B;cw=WҾcqSo))S4EcJ } $XxSkI3Kz7L檋hDɊ))))oGoO>C(eNzSm#BJׄFȑCLg3mzBJ陿 3!d*B[X6VPnM|-E^ߐ7o`mk iZE#-ޖEmT#SMMMMhhhhhhhhhhhy05H](1 7bU\y2 2rCv@rYe*Fs*QjmrYP7r93=(+2F:l ~\fQJ.sQux(/ we%eJevH\֢irYMhE.PEܕ 2RYY*K8Ke gEՑpRYY*K8Ke g,,%T@-ȅ:yQ~֢ ԇ|@nxD]pg- %P;຋# rtm;e.NAy]p/(kA n#*ԂB;k#}Eü.^wANQ~Y-" h ^v'd~^ {MKPCR%oE9u=b^_/_WmH} Ry>whϽpz*cW9]Rr\6l0R 5G4xpd};(Ғm{(>TJ(S[Lb*Ap7I?³>МtШۈ-P)*gSȇm* $P ցHQ b5ziVhM$v^F9d~@[^SBA-GS|w>jkz敭@x-R#q6>&>#G"1'{GD~94Jq"$&(tR<Im+DMrIQS 1_u^wMgšqP6 H&Ⱥ)lu.Ji ՇhnڢHz-ECRܣ ኌV4 7 ˣ'bC)QIȭ’%:i/%d"#d.>ғ^o qxZ'#kqn'FSAg )ңQydv14Qq-;tȳQxNsV=1K16HD\zdFHop+PׄA8GA%@"Β}ԞњO%L11 F ʣmQ,h_("4ٻNؤ&JL P Rɒgsħ[IH+GUIw<;b/py D9i䢶8I3+$:E@Mx=\4B25ХN<=*NZ\~o6(}^#z[{ 8ήHar-`O/sT(ᚮ~G_/x gnGnwz{}(nzASXvyKhsB{]΀zS~+!^zz#(zk)~PpCŀf{.lr9>AW'\8\~ ۀk-NP 8;݃B zmz~&'KJDO ^zR\:@ i {Nw?V[p tt[j @ rp;;:`tIž>'Q PIf.?A`t;{*4X%J-'rlNLC"x`p^8lT/ (TRopwήN9U 8e ^'u(+$qHSH.P.XĥEqO0))( s1q TvZp@TUzMME>h|&BL;N ܎A[=A'{]A{{/x^ $p02A[i@vDi6B!}` |WDlA:R8|:?`) yR] %05=ZC|wד֏wF#Ϫk}}qqPr>?fd(݌[Q=5R; l lуnEmUaKtRAIiZdxz$rAn]rܵ 7r@M ^(=r_o_/ZrAe gdLdr+A\ r׀n[A- N0=r_oA'9[r w9]rN~q[r6r] r{Ac *}ZrK@\nC䦂\ȝrWn@A 0}r?_qk ^r :{d( . r] =rA svVnø.n;roOܗ@q*5Ri~DK5߆ VUv˭Bq]|ja9 |PmO! 2a;RabCB! h4  X_cfB8)9(wIB*ծݸZ;G Uqq;ρ]u Z#FaYkP&V *h7ޟyz%UcvLJpA!YP; Lc 0`B ! Q%%f& Vj_XPtC۷oтL𓨩jھ}{SC}-@qUw戒C/\ԓ $@1^)U>GtNCP&1lQ%ݙg K@aja ;N??:d1<*cxUT= ~50 :%M7T!oѱXOX~R5dܚ(bch1aT"a.NIA="l`As0a:5]|`CM aXCl"h`Fwр+qPiDXFH2@oO\!>-CMc.46zOUVg] ggnOԫ^#THQmHj5/g##''>ga~Rkf!3JV}ꗟ,b8(pzKbah\$vS^ESJF5ol-/ \xaܠ-'"G_fYv[T[2|*_uw2v|H=Zw&/$8Ta~wvRf>^IUGkY˺)KҨEDDED~R-O?>l{ϽIssϜs9sy3cu1 KA8l 3y,Y̸!{?g~V-ށ* ƣ+EWiO=ާ!$gx|v: ~+Rb'Mrlv` vּF\$h"3̍KǨ"Jj1#Wdlī\ V n'b1׊>&tr*"ixk%*xwo:/W5w uS}VGxu$cne+EI$?s;x4a }-yTS:d;`ԲHqaϧyͯzŻ\/U67k]cziN"IяC󴶹Yec I?$ݚSfߩCfH-NK мå,O"pꇼ?4I:$?{a,3H9Ϝ<9X ,FQl"f͞Ϟ]vf͙Ξ/fg,<Ϫfdwb"5\!.4[u yy@ژÍ=Rv67Rq{W;)>{H'({.9j%˻hVJ;5GF_(Nϒ,{H!g99ZyNJ¾i&s\vs'ξׄ>=ZongN!_/Jtg o@ƆqvuIfPI;Jh]ΓM9A)klBO> < e$q #%dSnkgFN3#"Űepg̀z_No~=>_W*w.mWmm{&||/>9f%ܟ_~\'"QW&}K"~˼%.|[J3sX[*Fnc73=}>c3xxXxxeLMM\9xJY3gϲ cӬw!ؗjs:l0s9b{v\5?c^3ܼm )0UE!B9uƍ{?44vZacW%j0qu:usP}&U`Nun2kǬٵN5v={}쁼y'ٶPYh&A(m 0mAM?B=)kg 6hh_CoYmh4D3sLKc0sL$_PVP_K n+=lY*.8Rp^}!Ea)Ug h•lԫPm P??-$9`E}QoQh9UE/zhgޢEX"ZbdbذCbت*F,gᗓ'>7 ?ߚtɡ5? ៓a<؛ +Jk%.A(A/ن(A<\5;?k9;^SDҚRW(LkJ(GK!W)JSo*rTej/Z֩SDmSϦBש g,T-aʰ^eй P5)CEC(Щ<\#.ˁ[VdT`m*` hȳЩ:U@ bŅʬJYY]9x}Un|rJ|*VUU"jAb 6UmBU*4Ŵ&44ƴ6L2iXiР4m5h5зv5W\_5G+^7O_=_tt RWs_ tyfyT~5gg`ò]fn33ˌCOgo-E|bZBZZ{WZE\–g3;gҾ1vi3aϙۙl4Fdu]o{u:YYa4jc7 {,gzzzi=~CԃW=lP F7@E 7 5hp/ Ñ0_xEma,|(|" /5f5Ÿ{4W#rco5^jʒ7A&ح 6kDPpMf{f%l9yWg/vg>Y3\Ž7ofռh35yNpNQ靃s뜵s69Osޚ}KN$oi[,mMioye[Rl i9rӚZ ᭔[{Szۊ[7>ҺuW0POEӾnCmqȅmurG:4sb >mmy퐳l/nG6h]T}oh}{w!zkbH#Qց=X;X߁;zwqzvwVt;;v.;DֹydO'>Ȥ 9#3GGVE|+2A`ȑmB. wuw-Bnœ]îumz 9 ܅u]nw~wEw[wwn~~ʺo뾣{н{{bt[ԏݺ$9O7ydl=zjz=z{V#lA`=eQ; ߉Fۢ&\Qw}(#Dꅨ3zP3.gbX}Ŋ|2͏A-=1\;`6'bc!v4KŰ'"/B^m3.꽥O5mf$@-o^d^d^5WTsIe;)F^3WTsoMos&Qx;;Q}1 <6ϞWB@e>\25Ml,ϊkq%}N\>%N?n<;?;n2"<ܘ3ףCN\ڷ?ubW Qfx啅 hVOk88.Qꀺ)=$O\#|?AWSF:1coq~8Oo~%)]T+? -Gۄ$H\Jci(nh%ZP[p/cLjwl\~sS68K0\u&5N_Z.uk䏽'9,0t/ȆޗV"v)w~y"$^#edt` _c$|trz4xBeHt(#--`hPZN+(e^p K]!$ا4f֋$DǡZ+k|Щ_];}hyra91.gn/.X+J`Ҋ1D+%EA>*@zTQZI^jA-ǩ.KlR.{NS $< PO5;š12=K~t4NѼ*D>hbT2EԖũZDTuP9N"dX(%kz~ذ;zwGXH|3iS7*GA@<$R}QmGץXGY\Z'ΠKEKkz]"_nTH?/22!||Izz*.թKJ4G\s'5]sT׻tu.1'x&& y'x{?(Bxx'F`yzTY-Q+3񼽗|(?iB/Qy8z1ZZcu8A:[‰)sʗŞǥGlk͂l=i6(4 =jЪ*g@zK.v n!NVIvYq+L+: Cbnt"Ҷ_t[I[ v]iMYݞp"列(F8$Mv|>(LS)XEt\D%#K>_"jtLl59V C"c A|c"?e=r5(sYEcQvH#SZ,\wɫ5% ZvtʕnL/WQFK[oЎ6V?+GW*B][Uݕ RչVydׁiWܼQj5WnT_$$:/Su:dgՕLߧRՂ^ y7F 0)"#Q*B)Y+YJYITfi" P50Qg%z>٧zAGVjJM8ܫu<|b#!pn"!Z 'xeʢ!l@g1jcؠG`<'SXI^g{mrp,yf1_Y%:ՋG=Fw"ߙCKiCi>0}s/ɒ-Cbmw8"q=消9vd.SU@PgbUZL2]EvX%;kPnU:~.Rc&wou]P׾2.RJ?fZv@>cQI^[<\dJRd<{LJyQt @ƭ/)BJn$Dg3(12{ I^MGGh2UCy[Fq.u#yE]rR|a_w)"LC9a4ii-9T6:c4K܊ڕkWjO\Zide,vY>f&<w%:yy5٤בC'IJz?QUܗ׋,]fzÚAmYMdc a@"(R YR.~OiϢãqU>}vT[oEt#as4H5:Tܦ\[fM,'`=.ywk*zmQnUm)Lben[Z42Vk UճnƿCj;TUŃ {Q3M`bdUZ i۵q},$~ D8vTɌSk;EλD)ڨ IPI1y#Zag{# chvFC7ӐxTWXɫo?=iwZFSobhqe,apS5yU= *.$ޜrfXm;,\WE-csI]UQvI~f1ē!~/d $|k<߃v\+Hl"qK='(0j/-v zUψGќ2s|\K=#^n e?Z빮k凌IyeW>%CBCsZ)ܜic{4sN=OԒz.`R왐+}I=["`%̕Ϡ+Tnܜ^fSD+\k@5eʓOn48)^"N5k8j8{|NEf+%'|ynXNBѺ-գg*4;^QT]?At> 2IÌS)3 ՎRjC-겘ܖ"z }*s{]꩜4KgItLf{˸Oݻ{IR$w4Q Qz.|#uMc^cKjYjF[!s8!JZJz!YJFF˻YKc.|ԧL*uIr^m.L~z=^M`.I4ko(:a].J+~'KGTs%/$͔=ĩ] _zI ԟ1[=i@ی(%+,)3)WUÉ)k9aF1:h9O+NYȀ(%nreV&y=?AvX4OsVv3|ow^VnqE_oo]0}fy<n1i@NCE3|Y%YY Vfڜ3@'ef~$Ps*r͹7g{Ϋ9#Vz:bCvh.=l׀3gǻf93̛͛߼ټ͇̇Y;,||e,0$| } 3gy^e 3?nO?%``{ ~ ^~ 4`,>l}''='`? .`{Q`3TM˽Za\t T954#1Zgb ? z,ouʍ?V̖? AԫA} UGPg g p8 ν ĭ6뫅};=>s~}-ܯo0~4~1?/d؇h2yo~h6گfv @ܞ.ͽǞZ-`+ `=뛁f} ݾM3mzw;Xz$ ; &xo!x? _ﭚ}4iŮ ]=-]]OV jk;NH;G%_-ߖ?Ϭ~+"2tZU/NyںGqoԅ :}Fc&t߀O |j|> >wi>55C.>YSe ]c\x w/H_59 ]xvxwxx_+3oѼLDoxw_B^J‚& NYbJ1q2.%sE|>s63||n|^|9GOum~d_{w_ߋ3!Ou ׁoӞ M ig }|:;jic?w31{5 |d w!Z;&_v-gNcjZ!`v=4,=˅}Ӂ]{ƞ.]c4f}$wm6hs@ki3=M{VBF+< s;QҷFh>gh-c?)ø`\\GWu߁HVBD˱]WȂ~a6|۞EۛiiӴvڠͅŃx,"b!9/ <~7o"_EӞ,,|7){=Jsi/и̴?: endstream endobj 664 0 obj [ 0[ 658] 3[ 220] 137[ 494] 142[ 271] 145[ 531] 481[ 205] 484[ 205] 512[ 490] 882[ 554 554 554] 887[ 554] 1499[ 483] 1829[ 597] 1850[ 645 603] 1853[ 557 539 460 580 496 550] 1863[ 552] 1872[ 395] 1876[ 532] 2869[ 579] 2878[ 728 728] 3025[ 688] 3030[ 505 639] 3038[ 605] 3082[ 593] 3397[ 747 747] 3404[ 747] 3407[ 749 749] 3410[ 749] 3436[ 494] 3440[ 494] 4666[ 415 415] ] endobj 665 0 obj [ 220] endobj 666 0 obj <> stream Microsoft® Word 2021 Microsoft® Word 20212025-01-17T12:47:17+01:002025-01-17T12:47:17+01:00 uuid:6246E6A7-5CF8-4A94-A05A-9CD12B49D0DCuuid:6246E6A7-5CF8-4A94-A05A-9CD12B49D0DC endstream endobj 667 0 obj <> endobj 668 0 obj <] /Filter/FlateDecode/Length 2061>> stream x%{u~w93sfn\j2bR,AHa J;$&wK1fb [Mr ߣ䒴䲹6?<3>sBݺe~?1b !&b[b1uh =W\P)^}aP51CSmaXQ brc 0|)ó=aB3G'y4ֆqZe0~Lhä,x &PԿAW0+L fh3KxYo͚= =Ea]Z?az0X0%'7 z\;X\\|tҙ"Tx/Ge b JJEJsy߇hO§\XWvC7o-:/öwaRf9إ5 v >SSZ׬(F;R8|x_+^#?Q=wt1 'ᷛd+NyINkӳ6 UڟNÏzpAqq \Z?ʼnpy#\9W U?[pSpSEkևUy`1q(O&R,qχ`D8C"A5Ƃ5!A/X 5PkЇ/AXA-0uBC}䙂(7 iB0 5FĮiL4R4[h͵u?&Ԭ[q*5Qg"2mɦpٚ4ִ' h:?G!xt85.+t2ӝ{dl{PiMOj#LoJ飗Қbӏ7OA&< )&K2#Idk4}3;|R h)Ztvb67YXK%BiGb e}-hyX\ؚU*,o%R`5~Y(V燡7#XK0033MB*Z+@Aշִ`=U>l$o}Ii4Fd'!Wu\!el&mќv('E=vՓg$L$MHm/kd4հMv3Z*>hOɳ ۙ^b3fw<*=dOT"{F7(+B ħ[Oolq IMp#W"SpkhuspwD;VܻG =YP L38Vp(,^E Gyߋo*h; N 4ƤJ$^ym~'Ŀm`'41SPvx^?S;((OӴh7' rڛ#d{+h9D>"ʽuLz'~wõp~G:Z9eOW;S.vuŸDS?_@9wiQwjYn?$CYSpՂ0\A] >> startxref 990265 %%EOF xref 0 0 trailer <] /Prev 990265/XRefStm 987999>> startxref 1003806 %%EOFlcms2-2.17/doc/LittleCMS2.17 Plugin API.pdf0000644000175000017500000222112214752176133016671 0ustar martimarti%PDF-1.7 % 1 0 obj <> endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/XObject<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 5 0 R/Group<>/Tabs/S>> endobj 4 0 obj <>/F 4/A<>>> endobj 5 0 obj <> stream xWn0 ;h3+[C; ;YH6H{QkS,Z$GoBJZ(Xb\ײxu^(x,)B oĜל1Yy+ |C"@Vu@Fo6C:|[TTlt29tԹֽPhPG~AiàF/;(HVuy wQ1eSkEn+b*OGAmW> E&r "6wMP15SjxtB=3¸\11Pmo/MP[ Ż7ZKDAc=PԋO(_H{H[NJ+ endstream endobj 6 0 obj <> endobj 7 0 obj <> endobj 8 0 obj <> endobj 9 0 obj <> endobj 10 0 obj <> endobj 11 0 obj <> endobj 12 0 obj <> stream xy\U?s?w," **.Yh8fk|p\!rIr+ w%w47_~1收U;]waX>G~Y!5^ХK<::UVAqVw>w#G^C^^ѣG_}6m(=X^hfhpByyyh4++e˖Jv cEEE|gyFIT׫W,RRR2l0𧈈{JLJCj]x;,<0ғƫϟ7*В0&&F@c陙)Zeee)=Khth\ɤ\h4 =3FiӦtMUHNNVz~_ՕGJȑ#]pŋ:-Z'Y̘1C IoڴI 57d4#WZݽ{wgΜְ0/~!Yƍ򊧧g^oݺhVh}-??޼y6aݱc{nZn~iHHHe&Ms=u7cX>,1ಳU*UeڵwNn޼iZN<<<'1hѢj:ȑ#Bq FsN)VXX8mڴơ7ODWՂ@Jd)w…Gyf}.e _pKR>޿on[ju5"߿rh2\Rh4~">}/МqWZZRJ_nڴID?# G_p3v~pÆ W^yEDeeeywܽ{SWC%n׮]+jĉ.77ۇ~8//OD +]x=u֭P\ѣn۵kwut j=}$gy^p9R3gtwvZ1T\\OէfꫯHGsJ#11>M&)qwE| y{{_tIDe0>qWPPnD;v`juVV^x_pKO<呏?n2j܆ D]|-yxx={Vh ]~UVvHnբ?t.҄-kMRedd'NsoEppp~~$7o^1 l2w͛ [5/4=Z9jn߾k/++Dwm߾}ͮhj*WPPm@.믅kvh֭['.~cA JHHF}Mjt:qUp8cƌQ [Hr~~~HHH~hڵKtO:eRD;v<={vNF={D5gȈfŋӧ CNV맟~*:hy7Nh 0jGpTFFFG{Rt .ʣ{V-)f.11QPGFFV޶m۟YJ_ Dj}H̬|ғFm߾}܍7zQ˓7Ξ=ۮ];gݣ>*o>|I&JO ̘1Cƀ۱chTzNݻWt+//_`ZVzBWTT4zhg'J$=n߾ݷo_g'VtR~9sCJ!`- (!ꑶg$&hdgM6j?Qz?s 4h 7hvW> [}Ӯλgi[?lT=z*绾j F,شjңz`m;=YZnhy<>c)$M/^(1׬Y땞 4_ZNy=n6yJP$9KlvGQ+ɓx^&lo 5_au찳G[p W499apKm{zz󢣭fXh#zT4~"?NdL2Sn3B#o3G?>~. dڰatrrr㕞 9Fg}厙2[*?Ed\1) !!_jlv\uYƩTdDu[vbe`$նmۯZz={6<<\ـD ]zIV` )tx"2Lת)dQ8lLwgge>lvv۷o;<halTFR\E*2G+$HӮ1er5gԑ}3LK-om_jF-^X>sVBieV c9NqGJἫ71$aS\p'4x[V9"=*̟?_ ;h5|o\E Y݃Oxqy^3WOGt/ɸO]pHpukРAnݒ+;w,_<88X陁2^/:Iۚs3d3.yqq!^2)a~kj-m}bpFqʕ2\> ..N]t͹"")*8t/5# ?6>#ZbnO_Kɸ\rǗȼ-NSɸ]|RNm8hm[?PVM쪇I6&O[8ljqݻHh8q"11d2)=ch !n5^mxX2v*F \Pʮwyv* sg)G\pyN`e\soU ^gL?R+)XhLOO/..vvUokJ$34靲v٣Mmïˤq~(1mOdܤ~:ʹF!mdv'&Q jzԨQ4n\nUl޼sJ_ hX<.lZiKh,>GWm--hEfIHUϐgʈ5S&>&먖TsEoWX=LѣDZcǔJ:%󼌖o-'nb?'sx\˳w\"8RHgŕV;"KE;&.6Q Sii%%%۷W@DlY NjuJ9.Sd''b kb!Q>R[⵶nJgZu{Q@|*>gu-mgxK,LС7%9s\6g8B>)B˒q~*I@5999J(}U^p%չ`smǕq}Hd.g528$n-YEdɸ-q/!@f)))J'_R]$4P_\YQzuq>'a ){j?|Dʸ6iz/.d@mik6 Z$d Rn%n $AJ;_EV_ʕq}9UJ5 ȮwCh:ugϞ%%%r˗'8o{En5m08Z&c49#o"#!{ $enZޭ T*;?233V+=077W1cW{98jYʍ # Yĭ +~,WƩTB۷}"t6$ѝ;wFQ~+Kn M: EܖE*y/R;+v}V@MR绷,[`i٬Y8ȑ#m-{O[pRųp"ߝYt3J%9KAYg'Ť%$2f{sUъ׿ I1Ν+ݻK/i4 HMMp999M6Ud4{~{ƙ{s4AI<9KK6$7g Y3ϦwgmfGxdSOO>G'=^{5voe *Ϣ]CPQɫ\ħ8'cJg)O—WR{ĉjߒɓ|lJ06]3w4ȋ3o {`m#۪2Lg=ͩ8⪌kUѰ͔-2Q́\jutttJJJZZڴi |ZbDZQd*!ϥe-y{U2t.θJf=yf_ _Ϸl=c}t AzMe0wd5͓ GK+2{lm *~Ia rN,S**TLY͛mbz٩F ]r%㢶j KGp%W"A4}.K쿜AK񌫊!*vTf?qvWLc&=h)w\d b 䚍p<%WW$} WX g&g\J&GqҜFҩWaȠn_s0^ F@ԉ=:,5#zE3#g)hrqg\OtMƧ+=R1L+1y"KƑ)7Lsq@Yqr 4f[wUV+h)w*9KC8O=HûPu`\G#ce\2 (jri%ۃ3KJ~1{=JN2fΓ_%rgGTQ{YTz3ӹѺe8j Iqx;#^DŽ:l"S~s>}g5ϨͦGlIѲfAܯ<"8!wזlbG'2f۩EO ?KxoZq\N #ycNmUy  oQIBJd͸Z3y^ıÞ5#k F&NL-'l̸?&HغK]54 ߉GSg+yr^h%cƵV|'JYB#ѣCjKUx\egQR :?|^Z_sYʳ+3MFɸ$О8[k;O6Jsڗcb'9h0b Zϵ6 M:;)lկķCgd s,{ѓx?D;c[cai:6vq?te^iѵZglHFy_u9쌌'ϳg(2JD3fC T;0˜S9@ ᱡpsUa٠o76~i>f}۴#7 6䭓j爝q:c)ΐ>dqOwq`PihqcygKL$4]EySb|^tj ]뜔qT"[]}&Pg7=SL [ml4o(bj86;Ve-NSqZק,4*2wd-Yx8ȭy*qTYÑdev_*^nI|ch%ti[ON#eqK#s"oU4Fת1(vs--EAKfˢp!oU:3֫|滷8^-F4GnغKO.bMSFdq#3*FwvSn]:q^o cm3EeȘnC_۰qf}ƶ=t)70#.Ÿ^1|Ⱦj){?$ȗ~vTv\ݤ~16>JxJq endstream endobj 13 0 obj <> stream xw`Eǯ' H $`AAQ,"`,(MitD@PQBl)Co! !-3~Jngff;q8lllllllXx=kbP£k%֡[ oL_I+Jbvl,Qe^/5e-{Oz|]UkrmώhC^x 06"OE*$u ALf jv l,^ISf7d܉ja8ivSl$p&^f]8KfM~[hcasٗO޴_{۵HS-fOf:ˊ^|Mj  _ 3}7{Lʃ-㢂ͮzҸeckRDm G=~{wRAz5]Nm6R>ϞqjJ p w46(üImj_hz?1zm 2*:ppH;vY2F,{۵nM FGK##I./q2|ɖW8GaXFK2wwqx(w)c-Sdj*R4.YzrwERXEK2H4gI{NҴϞ7ZYN/Y"2e2,'􂴈0wu80Q xK?bԋf^N>?؈W"Zz ܝ=Nͳ[n?gκMKÀ6=,ti)(zj^t@i>mZ ^"f%߿*eWRYldA5iӒc_ tRSwFr#棤rpZr,? rh)s2$ɠ5F-9?{J#FK=}ZjOO^~hRɳ RwhngMt.GҋBKx-}ܱ,Ɨz"4jZG f+"_8\o%m#騢ír$VyMgr=Ƴak b |V?  S j)}FpB1e(6o~,/D/|6a|Cd?,ExZYAuiM9rn/{R^m):3742WRWk:s?Fs $r%N$T1x7M|qphKrM-ǥ:Ғ3x hF..eʂ璛y8-+:r7'peZK|Rށ]obVV)ή۱vkrBC<ZwaM \;@@D-<(snQHRK` mX_Kau|C0&SlFUo>@K%B55d% .'\E o;;KJhi#xߑ*25 [ ܴ$̈Z2kR3DVMYߐ*2W Z7-)SWݿMHR`SΈNi'W c%MKṉO)6c/M"]]ML(yI:gG0I7-⿐E90Mꛀ1K+-CpMZx^F3KDt9"nZ`E݊~Ȑ$".1b 4 ~҉\h OOL2ˊ̗T 2,aZG%o%UvPP:ŌQL MZ~Hhl8.E|Zj{٘.܉Lx# #ǡit#^.Q+ :yH„U^Dz|b- yOtdÃe5ㆈLxeRϠNnWI0L&p Z!B(D`4GU갡CIb}92*]K9䚀, >D!g|/ISZe) +P?qUHati%r$A N{[_П40z!uPcz;ֵ1޻% N6&Z6 If|$ʅs$ FO}ydʆ+ȝ) 55ζ֗H\8#$gh%f }@;k):L aÅkИ 8HJUlL<:&|S܊56\%)z8qp9|H@96@+T7@ lKj+HRbP5>EL;$t8"KNg*N) [8מC +\ j|T?$KzѤu`Zӧtg/z fHx4{ONgBŀaYف]YUq3YﮬT1PǯB区ǟˆW;'$=:Nug\n)-.Bggπ5KNfE$A0E^{0szZ LU {bM.o:J;^v`m5UR$ @0n+|C]vB"BW~H»Jw̒Ag$P4Qԡބca~r?e".1N6M\Lyp%>\R4l/1](j5K9*q Ɣqr' Y %hB]DTfDԒc1ܲD=PmZZxUk?KCs5g.R5~EM ؊em鑵FN6 fhƾɘ1fcZwĂ~lh\%о7(a%k1 ~\|䓇-k)d/Z01khI{WKi\<>?,hM6߸%պ"$r #![i.1s(ђuP]du{A2Zr.EPplvQikZP+K1]ZG~P-UaG8eT?i|^\GHB$ũJk}{=S FKbe}ՁcT".INJX3<6W_c k)Rq2C ˬxTR F$U0OV.X{ÆרfhFKڤbn8rR U:6;@^"7Egzfl.vPCIivR rĨBHJpvwl[H F=q;m=݈$9| *Zr 8 'jR^'CJ {)ƁnjXru܄xkvqQ o!j1#b@NKUC<k=  -W1Jxc࿁RjO@]Q1!kӻe0zd1pPNK`^KNiZφqS97 "X g-&5o@ (r6MDֶMD`E? ɦKŝِBt nfTxdz͑,CI̹rNYW`.|}nf&9 7ݒ7} k%@Zr<㿖^k)f K .g"WgW\&ԋ' h6g~Nkj1&]RHy&a4Qhb`]9y9R AG|#O}0 J.b>UZ.ג#_4qMk8 L-,?³OQir劾cߕ]ir;u~*0>sVY3%WKe$>0[vygw`|ay9ߤUe*_QSQ|Z㔐ۏG*sRNwHt\|b""rEo}U;24>x_`VoA2kF?MqC40o_ph)jۍ*4/_BGkd\Uvx"eK|chqF6jX_ԷK ;D}x&i7Lpace17m1L];mťX",\Y=NlWVbS.{zf7D&Lqhc0ȓaBW']6WB& =Lѐr_{ʺdcrضrƨ{⫚jcE(8|v7!]8}M?}^> endobj 15 0 obj [ 16 0 R] endobj 16 0 obj <> endobj 17 0 obj <> endobj 18 0 obj <> endobj 19 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 23 0 R 28 0 R 30 0 R 33 0 R 35 0 R 37 0 R 38 0 R 40 0 R 41 0 R 44 0 R 47 0 R 50 0 R 51 0 R 53 0 R 56 0 R 60 0 R 64 0 R 67 0 R 71 0 R 73 0 R 76 0 R 77 0 R 80 0 R 83 0 R 88 0 R 93 0 R 96 0 R 98 0 R 101 0 R 102 0 R 104 0 R] /MediaBox[ 0 0 612 792] /Contents 20 0 R/Group<>/Tabs/S>> endobj 20 0 obj <> stream x͝MsFLǘ/ foI6Ie+lmȰZI)Go"řX"16x==3xzRyjZu'>'_ZURTgoOO$WWj+gh욎綺X{V'Z+zOO|&s }uFV+zcml-T[FTo? omc|n1&O;*F(~1%-{o՞3UcNmoo>=csL}_nVzvfgw7rJg$ГB$\N>)]v!RSPe8s:7]7sFIehaqiƃEHms"JxK_G)RD"M"CW VU0f& 5D0G V=1,/?j/Дq4/ >ek w\󹔳U~K:#( 2JLxv|$ H`hcsӾ9rZOŃsiڐu|EsqM)$!Nlиt t 졊)~҆Z<~@ac[/S=Wv\sPvYu<ΛLɣCr\:~otձTՆ#B}w os̓B'$#YZx64VBEȐ"8BaƐPP.V!>ۄ˜<^1ix]TQX- A~p/<.zFf +4WU ͝e.g/\ه_ )?w 14VnUyK0Er"vHڶV~J4)rvJ )ʅ_+BrHr|ZiU:9+k<@΁kkjM.bQ<4":^c9A{虉a<ٺ T69:m(\!/s[1 9b8IJ{7̑ШبQtAp̞n\tdsqT=5F۴4]nnu{M`N( Pʮ6;JAЍ.:l_P$z[육 E14aS軺 G%aV' U( U"s->zlͤ49 9oXMtςuxJIFt2 9;66N $ʘ44>ZRњ~ |`MZ9k]"\1~sՎA[| h6*҆z?J痪=caJ4!E}8AxH;×(@>gbE&߬IY3!EY3!EY!ERK ExHۤ۴%&(<q*mqnaQK}G'% )O8ᙑd<3f93jȌxήϓ)+˕u`iM}h/$쌵'M#H 33d۪ 0xQ-Q]bU:aE~ILyjlJn:ox*JX{kt[,1" [\(O: endstream endobj 21 0 obj <> endobj 22 0 obj <> endobj 23 0 obj <>/F 4/Dest[ 25 0 R/XYZ 82 721 0] >> endobj 24 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 107 0 R 109 0 R 111 0 R 114 0 R 116 0 R 118 0 R 122 0 R 123 0 R 127 0 R 131 0 R] /MediaBox[ 0 0 612 792] /Contents 106 0 R/Group<>/Tabs/S>> endobj 25 0 obj <>/ExtGState<>/XObject<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 133 0 R/Group<>/Tabs/S>> endobj 26 0 obj <> endobj 27 0 obj <> endobj 28 0 obj <>/F 4/Dest[ 29 0 R/XYZ 82 721 0] >> endobj 29 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 140 0 R/Group<>/Tabs/S>> endobj 30 0 obj <>/F 4/Dest[ 32 0 R/XYZ 82 721 0] >> endobj 31 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 143 0 R/Group<>/Tabs/S>> endobj 32 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 144 0 R/Group<>/Tabs/S>> endobj 33 0 obj <>/F 4/Dest[ 34 0 R/XYZ 82 721 0] >> endobj 34 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 145 0 R/Group<>/Tabs/S>> endobj 35 0 obj <>/F 4/Dest[ 36 0 R/XYZ 82 721 0] >> endobj 36 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 146 0 R/Group<>/Tabs/S>> endobj 37 0 obj <>/F 4/Dest[ 36 0 R/XYZ 86 442 0] >> endobj 38 0 obj <>/F 4/Dest[ 39 0 R/XYZ 82 721 0] >> endobj 39 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 147 0 R/Group<>/Tabs/S>> endobj 40 0 obj <>/F 4/Dest[ 39 0 R/XYZ 82 476 0] >> endobj 41 0 obj <>/F 4/Dest[ 43 0 R/XYZ 82 721 0] >> endobj 42 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 148 0 R/Group<>/Tabs/S>> endobj 43 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 149 0 R/Group<>/Tabs/S>> endobj 44 0 obj <>/F 4/Dest[ 46 0 R/XYZ 82 721 0] >> endobj 45 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 150 0 R/Group<>/Tabs/S>> endobj 46 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 151 0 R/Group<>/Tabs/S>> endobj 47 0 obj <>/F 4/Dest[ 49 0 R/XYZ 82 721 0] >> endobj 48 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 152 0 R/Group<>/Tabs/S>> endobj 49 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 153 0 R/Group<>/Tabs/S>> endobj 50 0 obj <>/F 4/Dest[ 49 0 R/XYZ 82 534 0] >> endobj 51 0 obj <>/F 4/Dest[ 52 0 R/XYZ 82 721 0] >> endobj 52 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 154 0 R/Group<>/Tabs/S>> endobj 53 0 obj <>/F 4/Dest[ 55 0 R/XYZ 82 721 0] >> endobj 54 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 155 0 R/Group<>/Tabs/S>> endobj 55 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 156 0 R/Group<>/Tabs/S>> endobj 56 0 obj <>/F 4/Dest[ 59 0 R/XYZ 82 721 0] >> endobj 57 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 157 0 R/Group<>/Tabs/S>> endobj 58 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 158 0 R/Group<>/Tabs/S>> endobj 59 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 164 0 R/Group<>/Tabs/S>> endobj 60 0 obj <>/F 4/Dest[ 63 0 R/XYZ 82 721 0] >> endobj 61 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 165 0 R/Group<>/Tabs/S>> endobj 62 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 166 0 R/Group<>/Tabs/S>> endobj 63 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 167 0 R/Group<>/Tabs/S>> endobj 64 0 obj <>/F 4/Dest[ 66 0 R/XYZ 82 721 0] >> endobj 65 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 173 0 R/Group<>/Tabs/S>> endobj 66 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 174 0 R/Group<>/Tabs/S>> endobj 67 0 obj <>/F 4/Dest[ 70 0 R/XYZ 82 721 0] >> endobj 68 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 175 0 R/Group<>/Tabs/S>> endobj 69 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 176 0 R/Group<>/Tabs/S>> endobj 70 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 177 0 R/Group<>/Tabs/S>> endobj 71 0 obj <>/F 4/Dest[ 72 0 R/XYZ 82 721 0] >> endobj 72 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 178 0 R/Group<>/Tabs/S>> endobj 73 0 obj <>/F 4/Dest[ 75 0 R/XYZ 82 721 0] >> endobj 74 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 179 0 R/Group<>/Tabs/S>> endobj 75 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 180 0 R/Group<>/Tabs/S>> endobj 76 0 obj <>/F 4/Dest[ 75 0 R/XYZ 82 622 0] >> endobj 77 0 obj <>/F 4/Dest[ 79 0 R/XYZ 82 721 0] >> endobj 78 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 181 0 R/Group<>/Tabs/S>> endobj 79 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 187 0 R/Group<>/Tabs/S>> endobj 80 0 obj <>/F 4/Dest[ 82 0 R/XYZ 82 721 0] >> endobj 81 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 190 0 R/Group<>/Tabs/S>> endobj 82 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 191 0 R/Group<>/Tabs/S>> endobj 83 0 obj <>/F 4/Dest[ 87 0 R/XYZ 82 721 0] >> endobj 84 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 192 0 R/Group<>/Tabs/S>> endobj 85 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 193 0 R/Group<>/Tabs/S>> endobj 86 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 194 0 R/Group<>/Tabs/S>> endobj 87 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 195 0 R/Group<>/Tabs/S>> endobj 88 0 obj <>/F 4/Dest[ 92 0 R/XYZ 82 721 0] >> endobj 89 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 196 0 R/Group<>/Tabs/S>> endobj 90 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 197 0 R/Group<>/Tabs/S>> endobj 91 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 198 0 R/Group<>/Tabs/S>> endobj 92 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 199 0 R/Group<>/Tabs/S>> endobj 93 0 obj <>/F 4/Dest[ 95 0 R/XYZ 82 721 0] >> endobj 94 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 200 0 R/Group<>/Tabs/S>> endobj 95 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 201 0 R/Group<>/Tabs/S>> endobj 96 0 obj <>/F 4/Dest[ 97 0 R/XYZ 82 721 0] >> endobj 97 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 204 0 R/Group<>/Tabs/S>> endobj 98 0 obj <>/F 4/Dest[ 100 0 R/XYZ 82 721 0] >> endobj 99 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 205 0 R/Group<>/Tabs/S>> endobj 100 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 208 0 R/Group<>/Tabs/S>> endobj 101 0 obj <>/F 4/Dest[ 100 0 R/XYZ 82 702 0] >> endobj 102 0 obj <>/F 4/Dest[ 103 0 R/XYZ 82 721 0] >> endobj 103 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 209 0 R/Group<>/Tabs/S>> endobj 104 0 obj <>/F 4/Dest[ 105 0 R/XYZ 82 721 0] >> endobj 105 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 210 0 R/Group<>/Tabs/S>> endobj 106 0 obj <> stream x͚MoFT~|!E $VR"E;$]\֒5,)(-9,ffu>+x $+ l7^L^h+`p9mly dw٧忳8듦?),l'6`3y=[yOmC8F8FANި~\p t[Tުc\ʞւ3_떮xK>_lw}v*n}3A)1"%zv˅[c\g&fޢ%;0|[}#kru49>#‡ʎ@թ|/L/T}.GSC*\hJpH 248@1SRA)GQ#u D%(yI,ت퐇?a4iȦL. + *mhRQ@iPtCj!t)G)" $71?Dvݔ:+Sv6TXMbT;@^3nZ3AMVs z^ 5.R>hiA,.c5½^Ov5bduߡƼ`9MHuH)ELIEbRsAꞩPee=,^bwC@HJ˜"lW}z4PR 964@SR@iPeY4|pV,J{90#bھېy@Kp)KJ.yHՈ)7SR@iPd%a`zX$}l~9TO/x\a{XBnec苽_gR.3ZG0};&ih~̄ ccШ .sW@D>)BGͫ~.ew-a}, )mERPEt)P$̔iPT<i8t$&1sD@|}x;>>(?p!8:>k^BfLseڴ]ll>/F 4/Dest[ 108 0 R/XYZ 82 721 0] >> endobj 108 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 211 0 R/Group<>/Tabs/S>> endobj 109 0 obj <>/F 4/Dest[ 110 0 R/XYZ 82 721 0] >> endobj 110 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 212 0 R/Group<>/Tabs/S>> endobj 111 0 obj <>/F 4/Dest[ 113 0 R/XYZ 82 721 0] >> endobj 112 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 213 0 R/Group<>/Tabs/S>> endobj 113 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 214 0 R/Group<>/Tabs/S>> endobj 114 0 obj <>/F 4/Dest[ 115 0 R/XYZ 82 721 0] >> endobj 115 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 216 0 R] /MediaBox[ 0 0 612 792] /Contents 215 0 R/Group<>/Tabs/S>> endobj 116 0 obj <>/F 4/Dest[ 117 0 R/XYZ 82 721 0] >> endobj 117 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 217 0 R/Group<>/Tabs/S>> endobj 118 0 obj <>/F 4/Dest[ 121 0 R/XYZ 82 721 0] >> endobj 119 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 218 0 R/Group<>/Tabs/S>> endobj 120 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 219 0 R/Group<>/Tabs/S>> endobj 121 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 220 0 R/Group<>/Tabs/S>> endobj 122 0 obj <>/F 4/Dest[ 121 0 R/XYZ 82 638 0] >> endobj 123 0 obj <>/F 4/Dest[ 126 0 R/XYZ 82 693 0] >> endobj 124 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 221 0 R/Group<>/Tabs/S>> endobj 125 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 222 0 R/Group<>/Tabs/S>> endobj 126 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 223 0 R/Group<>/Tabs/S>> endobj 127 0 obj <>/F 4/Dest[ 130 0 R/XYZ 82 721 0] >> endobj 128 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 224 0 R/Group<>/Tabs/S>> endobj 129 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 225 0 R/Group<>/Tabs/S>> endobj 130 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 226 0 R/Group<>/Tabs/S>> endobj 131 0 obj <>/F 4/Dest[ 132 0 R/XYZ 82 721 0] >> endobj 132 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 227 0 R/Group<>/Tabs/S>> endobj 133 0 obj <> stream xkoFr${&w)r0A?4#j~.J e6E.w޳3,)R%ioVd]m1Rc>-cE&LgȐns;[.FpLVV >$b]rEZI*, ~6D9GU`(jEGVc6kt|L@h]92ؽ4?Yys)0qDT36 =F`V\R )b!Uw[krމ!#X!a.j|6eu3ۘBĽ~jv_rkM6-aN]}5d '2>LyhS@7>,t+ӫfg(շGCI{R ғ`\|k(hŠ~Bڈd8i+`"pȂ-rUa-9 ,2HŸx߅D"EOM^kJ0\f!;$^Obp~.)O*mُe &Xa0|2, 28| <sNmQrV$(҇3-KQ8 \y PP߬5.?BEQ:B"rfR;Fppb2o~en` V֩UM o9BͶĚKEy\ >t})VnG0oP0`QbYs0NP6(T3h"^vaf ѓ}-~$ojӈT gp^i_)<,V-W2J-骑OX:Ja]MkƖJ.|…Gk0D5pᄎ 1}NX"43GĨ2!Oe&8k| ?2G5&pE_ ?Mš@p^0Eڧ|} 4eAc#viI9_8%Hs .t].ٍš@vpX 3uDVΉTv6 kYKaTb`[nw2۠)O^M; š@p(=e{Kcp#)cG5Rh̓#rVS( <ZW.M6 aS(Bx="BbiD8 kynd^wTkȶգUyV}1~ ̨#Op( ?mڡy=[㱂ك.;+Ic }\ymGJa7q{ȾAK f18=+D%V7_6˾ ?Nt=mz?o:QxNov޻ZЬ@h|tdaiSX,><)cٮ <,$*t+'̤N ql^>?x`[G^pۣ Hf@6Hf )"]1շ-dRawD N@ Φ8P< .sp p9kMDAc 'PU~cf1h5EO2a5g?m (f co-f6d,Q :m0vq#٤>` a'~L&l ʠ)pV/3̦aWVpe#oSRu>P5 %xZ3)^]ҏcFhcnXQ&g=x] p+=⼦И2Ic;.{ihXw﷑ aܗ1',9Fi쮊 ߪ ʄkG۞3H)N XQN׎,:h1^3h*%6ނ8U6n{K)}&7͝C\ һ㋯h=G, VPŋ45&Mx}lvuiKͯ$^C9:z@c%wWRS0 &O@7a&{A ?8)=z%=Z<G:M_}+9|'&yi< F4?&hilKjԽGU1vYe{Ќ^/`Ewꡙ-ꮏ}HS'D-+ǘnXTpbUweNq;thkgR/x8TDVG&t5x߽y,E&)s endstream endobj 134 0 obj <> endobj 135 0 obj [ 136 0 R] endobj 136 0 obj <> endobj 137 0 obj <> endobj 138 0 obj <> endobj 139 0 obj <> stream JFIF``C   !(!0*21/*.-4;K@48G9-.BYBGNPTUT3?]c\RbKSTQC''Q6.6QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?( ( ( ( ( ( ( ( ( ( ( ( ( ( ( (ejzg@7dd[70n=jSmyHG\=ֽj7>9#OZ{4v}?{'ǡմ۩|{id?'\8<+ci<23G#~(((((渆4#PVbHp?@u1/%osι6~`Qg AơfKw_J33O+ȝkPbd?ߑ~LH] ZDx2p9i5m"Jdȇg?0jS\&-Qo@ $4yo||e??]UV1cRO=YQEQEQEQA8{T<0[d~b6/-3\ʱ{@;juMcP֟gfR=@迩VXK\f3=vYc1?aJa X$͙L3cX`Ga}Uy{i'$Ra@ΆqK{|[ۀ 5,.d##=5w|sZ!gb|sϸ?J`i;&m* ' #Y ٮswgcoGqooY:sknrpWI[ 8"{3H~S@hEB ( ( ǽ՝{m?kHl7܌w=YQ ¨>sԮ urO2JjBcktφUQ#qy]1BR `pr1KkkoeWm7{w0Zdc[yLJZ]Ok{ra@-uVIT}Ǣk}Yw˜mGWH bE򡷎(`mP1糽ת :Kq;W'j{ u5mdW#1#PV}p#|7u^ZXyEWߕzt彻~TWL6cu$#ڐkS 6ɻ;TIbqW4]"Zڼ9 'wxCMqn_jUCĝ=t5<1Fzj2=2ؠ;sI:HeأHXP* uSZLZ)2)hu,E=ĞZ3rpI'6 -ғvsʶ/-,eu:Yjqh!}3@Iq\)ufqKտ{Gi)i%0F=zҧtج;aG=Yy^P}y,}ZKo2Y8`&vTV?ù!}>cIi ;4m-$R{9,jJKlGq?P[b\a}}v*?ޑad!]#jeABṀiSx?To}]SIɠ 'Թ✗r>QTyֵ(X*qIE4 (,5i*&[*Bhk%kڥTU(2>V" Ԓ١o*`1ZP>ATZ;9 o!e۹T/^sO521\ոcNdҀ0RqAգK@ D0:(((((&-QEQEQEQEQEQE endstream endobj 140 0 obj <> stream x]o݀ a$"@PMC>2%d3$Er(^HÝ,_)d%R&?/ѻ㣿 !L''GD$IʵIm\܏b s&~<>2KMNy|o{QDRYεH606-M,ERHLG_FH/(K0Z? (J|Ŀ@}2MO1:u8|ZCxt%unfKZ]PJnvvwѓ(T*WL8Fnsx3fyxůo\h{9bTZ U^#JgTY AsV!Yإ8Kr[ٖw?y9Y_O&&Ntm(i9r*Lb:]m6+S]xVI1׭[WN'|Ts()EtnJ -EVrFK]2ed pSdlJ? gluiϙ!5!a0NMOņD! ֿe;敂2\}w[2`&8Jĉ#JҦs(eVG0CT*y3l񸖦:x%8 +8Dsk>\:˶³5dt9"252Vj0F9ʊ`A$pS'E%PƏ~j6E82MTY@djw4i'7@W_RADZPWqbDĸHBL1+U`bVZY!bbbC2u*טRb,n~Hgwc nO̮=Q,X_HX9G[9Z[%{qa 6eY!@6䰇>٥5q kօGS躎҇!ϴYmd”폹0Ʋ-)M9Z;4XU?@e𭋫k~5[:ÌqOeF,").CH)Q\2KE&Eh~7ZbxpRr\\icM up&Dym+\M̘`ɐ 1ȺF BNH ˡx^|@xs,0{V,4Ui:N(0e3,԰aBr'Y`SNcUt2֥j*ȇwX.-VW}M:B'S{"d 5܄Vl\V 5/]xx>6t1i1g9%uytw2TxLo|\ݙɒQrjݾ Ѣ5φ6 eWpʂ&GܤA㌎AxD:CƺPۉ=ړRƠ{];>v"Au,p2B8 Z;oU]X/TyN_.F>G,OW!İxy^~S+ngHc:& %tۼ-"wI2J&HzS\/.?ۍlTh먨HL$4.*0cx~D_,Wv "9Y~(t7lrG`` rREz}]\ܭ>3<ã oq#x̹^!@Pj YU3WEmO=k fD4zFD|Sd>sxǎȂDmK'A1NcWX^.wQ5O7/R;1u(A,}AVHI|V /e+%&z-!NjIM6+:q)4[} ݪJ3sp!H aG$ <ۏ"Yaѳ @9 |K:~  endstream endobj 141 0 obj <> endobj 142 0 obj <> endobj 143 0 obj <> stream xZK6 {AG+ˊorzkڦ3ylwW؉m)YDyKV!I*(zQb:b:GQp*U\\O'誂N3̸#нz犛5YГOe:f|3|> RH`tej/V0y]X]1 +`Fӧ/hj-,ʋ4"J_K~ (Z?eZ[)*@_cO)CK*ÄE&Գ\7)}ifۛv)wLȔ癹F]װUy.gˏk. ϗ%媦z܁vufy5H<s,l>vcfx"HXu7cDKvLȪ y@; ZWgh0g*^=(;>ڎ%&!hPL1`0^a7P񖖢S4v${Z`($'cʅK#a[5q{Z U}-E!*ՊS:UufGC|i5v"jW7[K'CO1&>g8#;%#b1P1z)Pի1V[A, WÚهیL!K2#n+6I+w+{4;Iؕ{4H_G4:6-L`M,!yS5&&|]/qwi$oiH!4'DˆCIm0B5u -qxUP7ےW~F}|=6%G:úKD7ΜNɒN]ՠ2| w !ã:/h (ʔp(2'7 >TַFVA-Sl?֭j'{ {HeӮNAaD]q'¼[I q (`K3H|>͒FUXt+ɊUvxYy8fXV4b}((aUҞ}]-tGs C a_Q_(i6n]*cPٖ$Yi(n3gm FFQKl!o*9( AbE!,'*k<JqL&5,2DM+ )AIf`iHepCeCɊho.o G^̈#rvSGA D b1Z+laӺnh)HVfm&6T$[#㤋8l?2G;&cY?"9+L~?>|1Oֆ܀;ChMBg;$+BuHGVQ]#y[GC8UG `ݑ#He'{^uۥ]S]{X>an Zk$y g_UZ*槤=M4<3 )e/J!@Ĉ젂3. r endstream endobj 144 0 obj <> stream x\oۺ=@h "ׇ+^[6 }8JN#gk0)J-ZM+PےNgPghᳰ<{,"["o9V5᝛Y d+.f?~&GŘ 'W:Ac[f =-YNѢ}5,0x[ӜOpw**R%->cy3oϫ,&3 TLЫa_ƪ1zX6XӨGUny1~ ܲe QU=Y/s t6~z׷[r\:?9qL(fL~$G=|F~G)i^3 U /50Vx$k&-=]K+96 wZ  FbJUi V7p2DpNǸgTx\Z,p>qr_=},.04 ezVi8Q$/LP= m# M’\d&!l*@9% ! }7_GΨ뮁V&Z1bH>(e8-xZ DJp"6uUɫɴtl:!顑FMqfV1u*#hAFv(f0F0#W00D0%8@LR0Ksf&7`y;!2}.4<׊P66{'!G0Qmn$`)t]]`,Ïdv8'*ny. ɐ](.v)xR@ #XR #XZ9v)X?b0OttpBaf*sK%L,ۡGT<̅WAU?- mi(x(Cr"y$ {-A {[4H)S`F~[0 17:8Ss(;%G-_op|V|V&zkL^5DCX֒ lЧ"6U@l#45#t5!&X#W8|~@z]oa!#j,cx >a `9i(L})+4h6q;H\؃2+!-) jX$,\H(2o,(ڃ vTOaizZ|Kʭ\yٟ}S+puYղm{;)r?8܌^F0octڒݺ9KZ|`wPv=@ڪQ7͟S$:&GeYEqF._\o+?R%*K7MXab/ȽrtQ?)&g@`^f,w#Ba|jRE-ճʄu Kr&!vg]3] f\Ik)]1F~&AoL8p ",&n1ճuy. jAt1Ay)7K%Dn&i@RE "w LH\=ᶝ}Uk N C"i0hPDRR% Ja)WR v-@V@S7o.']ǑlA>ęB`q3Cn 2kc4˄T`&Dy!7Rl'r!׿߾bL?_?5.C@sg h܆K-Α]K^*,1,>OR9{b 441n>-9.ljt原~ijdq>W K'F~$b:kstذ;5'ytmH&P΄m4^-AAb{1xcI 6x~uKD)z([0RK5$C.EK/?M!JM p{_wgD"ccE"K8c_Ug~ ҌaLf{C5=z|ٜVI(LeJF+}#RF:Za'> stream xko" 2&NNHmPAASl ߙ{m!F/GΏq25:<>(׌%43~8GW9_?^9U|0#3&QX>M^~ICka^`T|Z*&ax@9N["6X8|JqV!`q2L6]${/OD'j|ab-IF3!cd$Ʀ2ͷ]Œ9^N 7~\لbYҏr\webz5/>Bo<* Y( W޺+4Ď˿=\iJFӣ֠49g:ď2S\.G[7k.Akw^Mq{y6HvA$N'qQ,i&I!dT-U˛9y(+Č-قZoPnclg@kSXά͓TJ9,Q a1J T%E4mx>NW "nRA@'|7N2U&-bTw-N!*?Y0_YȲ]ΎDj4a`gl%DA2+=i0!_[zx?xnfX?Oy;C_s-1<7,4N`XO7>$^MyoWk =0<\Oʜ.N Bdq?I{ғQڛ+0Ip0rV7-u8[eZcB2\k혚s>t:ÌtFNV?"wt6o28dy=(0gv[܂.ΑiB[$Mt LV"dx.M y+ c~+߁趂 d!3SJ$\{@g@XDM MB83v14J@4#̚FJ~1_LCP2Ij\~Ƌ:mVLB wuQG$4Wxsq4T/QZO"3Qlv{]Rl/ńS`ZO{M?(@\E2Э] .?ՋƄ@G!2+~p3]i!6ȧDa1RR Z}CTa&w=Ě _hlDP$M#"B0Dcf,B{0D)f,WfzԴZ_ECQ)َz)h Kve(XM#acX!c~JJЇ+4sXc75ΔQP$;sX\E)JhPeo;QDZ~̨5 CF L`FX{gtpvׯ>`[C-XK/fpIkdqXLAb!٥DZoA pC"2b[PnF ҁ'tæ|TaLl!lAB>P5HXh,BgEgk+AI**.;bhX-BmetkDuXݵ % <4R0$aՙPέZ?غmqv{*gMwOMwG7_ UraFKdŋK} -]OF f5hS[,z("^J׈ z)f GJDAaNFZe&˾ Ysj)K=j6zyXH8+^п/O59}5v{*Q* ;d4U JM&]ʽxZ$ȝwcnxFetJfD81tTsJXPYwd&O˜\dn!.8f>*Uo-ﮚmT5LpW[0(HfP iNyGN 7ag{c&ҝpvt =AY=ǒa̾}(p?lTTtOMsئu!DR,B}]Hدd^~xH> stream x]۶f?#f|(EMn2Ӥ6qCK$E? $Brt`RϜLKb].E2gH$ˆdU_^Y2xqsyǯD9Trs{y.KxRjơPerp_P&w ѝqw__^4I%7 'Q1[(c-rftR茉2)+.XϨk- adN0zTxZ*&exA9њ> Xk StI3Q颹wSTO{ߥRCO6wy"dBȸMe 6oˆW镜,ScǾƟwuʕOn9pwܙב |A$@$|P+d%$\Ck@KX~ 5"s6<"ϤqH@a*?yzUN_Wc@|Gz#xLq.=#glBNIR׫-]-u<#|ĝɨ#NA^UeP^'U$u(M,CT,!Dd hjܧ\[KP0<+Qz]lm@<"4qiZj kk=f!VKm6Xb$D^yR^6*P0ǟ È+Vg hxHq%qU)ЃQ)- ISqY ܌rxoށ@Qݿ+ڭAqgv@ֹP4ZY4g3J(^>R!6r7mT/|M ^6HN_+ eRܸ^~=”?Eh|K/:nL44edYF3-B$9H'"}6Emۧ|g_Mmlެ7Bg㶼dm|N~qNL8&p2+ &thXEiaD#ۑjNRǬEV C^Lx˒i@3c6)M Fi (B\$ z*`c%a'/,ؗG 6&y ˂q?`Z? `A.)9ӠviNAT ;}զtZ3 bDNY=z;Nu@T Ϩ.`LX˂Nr+8mi霍GD5~h^W#~oUą"3_<4'=2)$M~1rd {b)b/`(?AjtV(`h/vAX5%~zظeq8I@o'yPBGXF$e>.#qjon+ jfqe6XI1;[_ִyޤ=&sOtDgsHfLOB8IͰ` rJ JְsT~w sF,`cKd̘6n@Ɵ\0R-􀠟h'?;'?;6x(8qe QZ&#9oo3fK\C].Z`x"&"ßWD.lb]68r,X׎ES8~"{CW"3'CVqqyŸx98 rq҂ iDbʿCN+88[92={(}]ňؚ6زpp n<:>]{Ppf-x0vVʋ@ٔYn@e!:4ਇ!s&Cxl^ǵv\ bN]{j^kI`tqV ]im`3ҀftEWb[zA⺞a{։ \S*G2kӚr7 Yu2z*7]tV 9 UdOjfg%]@UJoUZp9ycb@CDI Τ !rK*6)`{9$6ap'Trz@w;;[:HEC[Vܶ~{;m6|mt)b(h c?3,t iWq-2lAW^aS&nu1ka#`tznR 8;o&:1+HxJ!{icw90g tzǛmAY%Esz;@+:ôvrpBxsc`m.n Og+Ҹ/QGƙx_c {yy`GNc]3x>Em#K.ظnԬ!bҠC@zR̹/@NTxt&9mӶ.l^B.n Hx _ <;;wOHf~iT@0G2ǣ=Z#`?&@DVG>G_i#VZ2zK>l[o%x& `ilV_Ļݏ+}lG#){6ygeZIYu,z,"(XK%!N5Jv#:j wO0ZSڐ3X|U&IDBSU'͢-(J9vubf lev&ilLq:ml&wBLBOC?tx! endstream endobj 147 0 obj <> stream xko6P)y|jM-.wM!=qg{7q~3\(9TYS҈p83%g4kJ.$>=<`G3YE2Rm+VgvÃ7yV+;QԯB:_#Yv +I2(6،q{Zq"F:AWB/ ϐmfG<;|?Rio㓒O%#t9=Bwo#/wXm h?J+>BI4 Qa.n (wX2-4@<5^mhgD;SS&D[Ϩ(\e*/ ލ>act/"ɉ"3OVc8˲hl]\7؅S|hh>7OjhUwYCGy/˵o.b}N BYBEL G iF!B>WN2_ zfPaΗ8J(JJMd~t0DPu,[\~c+Ws7'pouRs|qnjQi/nXݻv-EDH8tԸgwgڠ{ t:g ,fIT3VczR!AIE㜈M*3㊀'!Z ]jgķ3;,,:KA-Qљ^GxI|t RG< 2ΓAGw/3|<R?<{ِyVU uC q֫.WUU1}|MΟ\d~u C? ngS iV7CYNkvXfb|ZQۛi5Rdcgq$蓧IHAb/j:Ʀ$e&! tP[Y l}[ b4IiOM; %8a,'txG>Үk< ó 35[Lf7O5L=_3%R y##adMyE~DRB,J-޺D |0 clxe:CUh̙N ]mk۾AmA|/3/@4ya /0cA­NMjxұ x09ek7d[ϽML( w LY "zLHR( k˾d \W |.@=8U 9 pO;dLR}Ƶ@ߔ,8ZTo+@`)jTY ;̦iR(&@ܖtH]3094^V|M.ۍt6t̿a !/h> stream x\]w۸}9|F&ٓm7k}V7Xvw_Lb@SLrI  㣒( _7G9;>+QpJU]q/qʨ8uq2K?>uQ,]x|J|{|1k-"$cU(^AЬ SLEX]ptez-E,S8TTL֟c9ֶ8Zg_j~a 셶rX/$nn[Z|XV˥\\bw<1\<\.ZkbIYLo 1lXy{q]AWS͙`~64 K y-N|gΗװjLL߰=4Ve09ii" K ]xd*Kt!J9ZL!+P/~fVi *IsFfMv*tp5quo(МjRc1nY e7s&!p%#>T{WfZȪNs^uIC^Ψ$E>op[2@'&)aJg%*U%a5̉q**НrT]̈Ur tB&۫Pg)qQ<F4BLPHdP)Ӻ TS98 zPВ࣌MhL@dP)J4moА 'EJ02X?C7=?\ u/ڇګ0Nbej\3+q3׾nǙL>A`[BY>"YyO z JLN!igCBD\+K=)TP |K^ActZq<WN]rvAeVis=d9nܝ.a_#޳y{9DsYQC nNTR1F+;dz[8qN:;/;3I6liI):Hi=OQȷ.(RYTYΫudȪO*hcZ!khnZg.(MG l>V 'Ve@c L?dz{WWi @bt}L΅o +U-":rmo2%!uu)jY) .T-/ +ֱ\&ԉijsH"]Tk[BR:ZBbq5.܄$miIJa/CKRaoIL)jcxg`ʪM 89<6y{u}'3!1 ^G1-C9 ^:ѼĻ́ #7z,.Oc}4]}lGǯ,"Rw"Ҷ$:ED!#i"ś &R |H y,Op Z;(AWE#.@+ sw2: ٳX@%0'4@90NaT)P FQdx )0σBo$q{ KUc}}xKZvND.:Hf9-Zur(]T'Wrh,\u@h֢&1;jQOU7ϢϬޜ7%Z46 9I²'M;[CD3?2zehO[ƴOu :Y}P<](!CMf87ۢ( 7;Sz_"қ bSޤqy4v!_poS|~ޘrso?t:c;Ǔ4.Ϩ>CRTRP+'Ci\Tn#fөhD3Ӑ Ch)PE+LQ19HE)Pi$( D @]i*P 'T-Ga~Fe[Tn]op~T滨 \JU '^;쾼 iaq 7UNRhO{T3\JsX)U$#Ur(PJ󊖪(R6HKzRKRUH^`y^-cx[{u}D?FI%K '˞K,_]ig~u`vd@ϱ"˳bץ,+nS;4+NtIv# >=8a$ar( P KIPacQu&4l HkX ܉ZJ,@l+5D\ع9n8:[Qr<]-ɹX~Osʭӱ>yRw'G$Gr(=P=J$h,ԣxd2gMKn;II0j,kZulH,A3s1Dy3Z `C1l#gݽon6xRM׮ۯ,n/Bo^Cl/-3V1;i0wzlfP endstream endobj 149 0 obj <> stream x]o8^U4Ѓwv6nmQ8p EaRrc*-Pǖǚg~!)i?xF9G>>'?$ ҈Ee0T, ~z]FkgtNT駇΢_>ׇ>)K4Bh7x,*4eTʤO~znE$ p1@ fmtG'3w4?YY3mI>d~D -rYuY:[(gWn~9T1Z6@GrvsbE8]03#Ӣ{ }a Ӭ7ID!sEN{13jD3b6IWu4-bf:$I|RS. {:f.ӄt %:!Ry¼ N傇N5|2D&m9X~=~Dy|PB3/@ם&ɒ ,e^ Y ݈6egT2fjoKMmk_cE2uFX{b:pͳAgPTb8Y. OCr pr ,F%KI@>PzL>K8vq5'Z4U{dH9e  c;84?ֿ9?QB)K ɋz?T&Uer}B[GUTۚdZo Ҵ5XuiЙiZl۲ClVO[PG~KBf4Bd!kSW1@E[o%Egp1Nchr8H5)`+9GCŬO"ZȰS`-t\tHq=@&'Xރ@!nnvHh.EaE4LL)4JAwo$ZʙB؆Ƌ^2w@*>d:\6Tw,diOa tP;( [Y!`bSHkewpJ9@ w}TBO(Pi{]پ*H*:6PTM4TthgIdcP`%s7)I.tszZ+O#FczA(Q)L' uE]0)| >#aWe gs=?@,@r:Yzrc[]nFp<]O6N6dSRU?W@z|=ok2d߽^8Ib@-Y证ZQ4)`d:;!fb!ޡtc>5ML3om9&1ei rWJUQS `^@ܿ I(0Ad{|~˾BT~ i]XHS9&<*{Y!cΔI3帒cg[ɰsL)ӭ;WOzNK^^[OZ(F+WX }P: n:`Ǩ-tݎwdP\ uF,Y`#$kHfiƐLsׁL*mZbcZz4}cM@eڪB,yoG~T ޣW7+2[_+$0݀UV~ȿ)!*,B$&ViLIBNQg<ejGݜ"bbC3Bd$ ?@eܑcSvʐw+1nO0օ,APB/`cWaҌ1`R>MF_gܥGǻ[TaKє[{Xfh'd-p{jφf?r;c8u3cN͸v3(=#YEJJ1n5:fk-hH1o}lV\r8`- p!x1 Q[@ Gm  <Ҍ@& '-@5K3ڭqZ+2ŷrL֭);eVۭh-<}蛱85ATW: s &!7kz`|l_Yo(50ЃN>iifX=$^}9&1e4-ӽTzh9qUEvߙm 4@/nӄQMj R9Fd9;S(=)4NҌv i+ oRjTJ R4cPn5YH(?@%БcnsTY=žbp ԛXG򿡘$I/jGX- <YV 1MB*J-/874c,7s@$x}pv\ô?Ank6wLjrmF1yY@C 8y".r=53iޥڙhU)3*سVWxltjWP 5&w!Kdӡܗ 6L͸°gu}@Y@Y@Y퀁pwJ>ec+j(U?sVs  PK,x$?i!7kZl)倕e %Ԥx?wIHؽbDJ?;$ۣiЖcs/l>{.-. w}d`{iV )\:}Fq}6gMPIjI]C{:NjWvw蚐ICt4glRNeVD$l_~iLgf wci\ D=9MGMpp.#OLXcvUݮ9G Gc]v01G^8 Uw}' Lݒ`6mn% hI+'<0#-j5SDSg!݊<fgęVD'~OAd]idZ3ΘυGո_e^?oX%!侈zZ&3rCdw;pv2SN>jktbJZ }N>D?cfza(H9?t(OOVLTsZJ$d/62r3Sz$9/Ot&٢:v.wĖ]Mxg5{NNhK[W+yϭA!0`<:F;Bq<,~qX}32k}AB=]10~ endstream endobj 150 0 obj <> stream xkoHyuj vӤE&H&)وE:"X ;3{{|,$} Ns;ϝ}|zRƋ[^OOX<8=xXY\UQ%WTnkZAg|?*+.qzI"t4֒7P4UUhdZѧOjka&I@AWB?$ϐmkxq1~!~;b,>)YiɣX.рL.b4^Y5bG4Y ~c&9[D1>oƬ"-vzPWG7VX=[K#t yFDnbHq+T^-Ao@{hYJ#1S9]!%h:A"P5uLVsx%_ݢ=NnjYdfVk̚LxJ@X]l] ,Ia_C>-@o;RnHW(.9ߡܪf>&b P8obs6ޔ&$ ֍OtȼU#-zX{ )7hG-ɼd% u ?jy+ _ . i1Ѧ+5n Fl/*V֏FU)t7i=K+썥AfYKF+C#myw/+6B.=>x7ѯΓXX2>w0,ߢmLî\MwX>a65mpz޽vau뚖ʿX01>;Ewkhؠn4--1B~MSg:))kI,kHHEtr1oӿ@?ލ |x{H[CmLsoO3mJ;U !<06lA{/ZV"~k`3 #7/2X?VgX g)x %6CD =*| `"m5g eCoPVb efPT ?P6epTd@i9vZU kQ/HRPՊdz9S`GL/Ķf9D#M"~R@Ƕ4=Ay)zS<GW4E 4J9$̎=B+4+mzȡ]rauOkC2Io6 %T󨚒US Q?qF삡'𶓷7Cyɷ )'2sTtkJpMgʆ'gД^РK{EYʣjAR6.%YARdb̭Mܙޟa3/V =lb}tv}[;xV¤2^uȪ%:i]O 9%jVn:(6BWdC`*h CxݚNt~@c^W~ؓW/o*I ObE_6G^E`23DRT7@[ h a2UC*GWSbxMP*o.P X/Jށ 7Oo[Oj-]=c_dv̕'NpE w[G%--{9|6 ttC"lH^^Y[o?7hEpVKy$+#=pl.cp% }mJ<$HL!ө[{dz8! -j}hp3Gnq {[(+rf> ZVwx70߼)_2練 tr,Kdg+طndղ8gmJn5]隚k~Һ"f\˕De|a:ݴչ2/_ZKY'P9Dta= 6bF]p|g,KyEY^^`#jKfR\DGo6;;Ψ{ tEU3zKLqЧQDŽ@b8F5JV*m۽|Xw< endstream endobj 151 0 obj <> stream xio+! f\o/WH`-e=KVr =(;6oY9 ,c"ɒVHv'O/H8gL.o8e OqxTɂuryp_Uc&+kWg,7g_?$"tJ[I`B)ȘZ:႕}z1 ] 0yI0^K&c@9.j XEredC,K&y2+|W 5sxXx^R,@B..b^&brl?ՄZVU 8Ellut 9+} >QQaˆTuFg֋nRMbOv6;z$`[^.TN^/_T^1,KA{Ddre)kUNS$(šKz=Z[|ث`o9{*g^(%*0i K,JmE 򜳲 eʌs -A>9 <0E$Rq_ܤQ@bMС @#;k49cp]<wgF QKD|l( mwCRFX|O8!sߒ&gu<< $M»< y@4jzbDM]S^3 'km~) D\QC#-)\v6I;@9˦Q-Iv,<Ld(ukԌ{G\g(Du+sŸS8ů Dћ`_SzQ٨[/8+2A. Ͳ$a^=S;^e N&׮Y9n|>-&L@st8!+:"F/ 3bKB7d閯u}'yb\(\m3{ksP=mmm:2Z2 ^8^2oRs~KJ̓r*&zA7F7\D~@TIu6&[rDEpInTs?퀕(f[ OYZdz5uIf~dDPEe56'xIA"zEMhYc" rnXsIu1A*/Ƒ%Ve3M* 8`Bp~Q6,r{"k)߄5ث~Pj#3!Bc6 Dfd3.rrBKEe_H4-r0۞U)n렢p;Ax^NJE@df%Tr%J`_4Ƥ$>udZao؊w=ٞ]f|{75۶M57^TȞmXlw+o4ҕm1CFzjzil~b L6fICNf692s0[o4!OӞ9KYz9Mlxp.;2`p;>H[)p:(KVUixaM9Ӱ8 6wB"UmV-1omƴe;totFi]xy@Cq6~50:W&* m6Nry@ҋي䙬tN eQU4o x>i>T~l}K 傍@rB|S pΤwd){(YVT ;'\0cva'BT3ٵU▰qU>ц:ãG}0%7n n}@zǙĚhulw&|h7E.mI< ڋ3qA9c\бHԬGyMQF?8P5ADІv!p#(_bxbdel{0,L4}?Yk zc"LTM3yPzN4!qXecvhTP a~ )HuʧQY]ӌx -_cN]x'[7Jc7c^ l xSep%4 jCZ|(7 FH_pQ:uadh+M({O4J|'3[>`|`@QXqF7UgYGj$6eb&ގZ(3qʿ}J;0A+FI#cR[d :۪ػT{xk aܫ3peAg'iiؑ]F 0j"8Wʲ9w*v$/p?֮@vh( ̜y2aS_FNY7lno{O2ns7ߢsߛbvā傼 gK4VlëbnJ±{},o ,ɜBB\l ᬹ 1QkX?qG:z'" u4q?<GL4愑5iM5സn՝V'{Hl9ap\12j"Hiy" fz %pxo2 endstream endobj 152 0 obj <> stream xkoܸ,O Rz!)-?dw8w(Ai㥒hwpGPgh37<)([}wz|z#t|yO!QTg.Yv+QY(EVHRdЊH/ma *οp|l36;Xӳ zXj"a=1;|\9|R2bX.-X=D.ַD,X|\Gswٓad)Y'% EՊur#|^FlUNJHp=+pE:@xa11<:*Wby4 T0R;3;[2ŋw7z4N ٞk\nH s"y&AAAC袦59\>WN(1d)eݯnA( Gȍ) jJx PPrF4onlbdjqfC KN mIx4,T|$hQ 3D.ZJ O/#Gt4ǃLe0QF+! LE.`-#Wk-(mJhicBvr}E#:T_+tfʦU3[UB嶮&*wLk,<%4՚^UQO%FczQCM),o4F+ c f܏?b HI r#2q+T$}S{iy]T°&eIs-^'vXh`+u糨@j}o <$a|&4^F|}=k[xhˎ5׀9|21{ǧ~}zh3,bBbă D70SAZ}>WaR wJN`2OZu_<b~{HC҈M*YRВy Q~Az:V*\2QZa\q3HHKKt'@pa\L$HAkSPM@ >N@y!ٍ@4n`l?6m)jD ;]DoY]:9-\,<ΫM0,Fvjsaqru[W)>gCM5wiF( ! ALWkg?w=r~`~wzv񦣺ҙo!g}gƝVn )Ҁ@fpi*kf`.6(^{zk,E~@+٥f,[pvIXe;P]Yت!eDl]PkBXIJDfpn Tc݁52g,irŽ"@4i`<(J"B>Oss J|D <@LyLe9)2ș|U=ؠBH{׈˝k)Q A <ApnH,oТsTr gRSp?Vjj@&JM\ڗ:+L-%^S S;`d XEBB_ ÈO)7iJt3^SޞfQBF4 fȼvCL7(m_3l<nH,I2JT&5Z z$\;}WgıNIOaXF!;ĮI nz[i*c ^0snp|_& B#{oTmU-?}A?$m7Tp}CuwA(X꽹7+#xIm<4e2w-RJޏ+P6o WK> INdufs\9jȭStx,WgԊO~_Bϼ9]o+;%vH\!Q ߊss:A^!]Aÿd`u չ-Dg_J %bvIJ6%͈W/{z  endstream endobj 153 0 obj <> stream x\[o~Gk0NV>m>dǣ$;cR-OLev2\H?+J(ghᯱ<ۖWrs}'1Fnьe" .gEPك/W,0oWGYE55e[XqMʌY!I1NrpC+nP^HG rwU-MSng 1~arYeR_14}[>0)w"ƤRjxbI1Zl˄` ٛdQċG\c'k cBɚ`L8k Gލnb_D]BB+!:i_yV#nMU\M!SV`r=珬qn qja|ӸgHʰLjP}*acAq0W إt.6?D]u߃̜èS@) ?A3;ZwG0?Lpuo!@=\c'j KfC9j)ϣۧ+q0OڙBvR,Ե2‚qy]f`t9 䙍7쾪P {Qˑ2qK|K"aˉxc T (Du;<;Lkʹ1~FzWK}o~ X\*uA`׾b,o)Ý* 3v"|!Eu~or ГtuFÈ>C #Y.>-\(@M =bٮ^~G_u{w_4[u. QB4/tw?AD匂d:_1ߛw,1TCzJLGY3f~>U~lڷ6Zz;\߂]U \cu9\Ǻ0R2!S4%)u@vɒȋH-ED;L;D}CICUڀ(Q,ɶMx q?>Bu׈9jw(Rt S SBՇTRTv[dTn^:m-A}@[CN~;XJh\N!iؖLz֧bZ?;6jK(%DIb a(Zu؜?'_sns1~7ك;G6cyA;5/}sHӶiGQ{/^|Su;o;K7z%n,LQypl꒖E}޴p#%raT@s)i7{X6ʺ0R#,!*zY 4xy¤8rx Y\Xl(0CEM}/܁ '亮!x 9FQfKQ~91jZ`Y+k=AREJH̷>$#05&B `#_u%?.H9x09) dz5og9,}p|~W5єa=Vm{g6Dr-BNhZLjMIo#/t<ѯ!~꬘)B3SuR0Bt,Ϛ`c FPH}T T-`2 ~ X0B1 .k emi +E&JT Z4i endstream endobj 154 0 obj <> stream x\mo6 AE)6zmm͡A$ .~pfEˢƔҘ3|P"(a Wp%Y!Ey|hv|׳㣿,$QKTL)ftGߊۏG(v|AտD J4$а*TDL+jZ ET$!IR~ ͱ ":>l)ɼ_F_+OJΊ><#K8>>٪y2Y'd^1V?΢#Bk?T1Ǭ@B%Yp{;,}2нOrTIu s= żz't1}OI 4r iT2_a["4R ^rEEa`B=@t0:&'". (O1cIo =T3}tP%!+>!&rȞ\#qo_1OM`oJaͫs6YD 2Ė \/p}2cB;^b~%u4_\hd4$zQS A&P-eͳy<[Kl3@( HOje=_k /ר>OM~*jC[-GwYBXVe"xQS,n@ ){$+[߃x e!K'I5y"u#Rw+ UI(zTclD;IFʐMS*6Cm Pix D B}B+"& @>ȡ-<Oh^:>│9@JIw)|M*8%IǾqj=%q~9嵍K,-6%+`ޑ 5> kFakLSn4tRs_S#"&j:"ec.gPLw!\Vb(pe0/ Lc-2&uGm_ AqUaqeR  Q^ *WBƗpWyv>}HE#(y;?!'/x8;4pHQmo8l$¡NXB~2"jhr|6:F7MFISMhCA }3v qxm^l؇OW%>YyAt A[l'w§P}gVa`R fEddJ.;]CN/_dvj#0<.3 [vLF[l NG^9d?<7]CM/s_^%R(pyǼYze?oyӊ ͤ`xԄ@MW搅#PWD~d4|-|i* W5g1>3}]ClD-L r:Ҍ_&4]*iފ ^S8\EyU~"4=TO`%:;)_$k_oejpKH^e}+F&u~Ep+D,m:s-3'>4= `%Vd(g0Z$ƃUwzT Wy:PFw vKEH* >i"&eH[$C /_Bޡl q e>ӁЦU0^+` ZѪ=wpG+2!99=jaKs)zլ,BUP\wEE5PwW^D)uL?3^fZ!f)va7%zG|o wc/w6ynPSRiBI $wHNSP y1i _9-.)(7lXd.n8' ?8B`Hwn1}4czĴxd;N5RgWOk?RYo#x<]iA ;zp{U0}w9P}<*ڷ7sH ߆T3UGkE(jwhVP9v>z߶6C]c~l3?4+iW g SZ8gRPDɿA\=,.Z3 1LJaĭW%JC|Z)a?|l>*Ɲ S ;k6oU rYp7o]ST+/݇;5To,i̟ȵ4.-92dxug<@,oFF>&K#gH?>C- ˾wI=<[ k|\m^3 W6HƋ7>{+SmP2_ ?KM#1 :@~l`@+~a0oo>B i&5d^/R/Q|csP&&py!toMtIsf N(rN,"wrU]% ܆p\h@@5ZvoW endstream endobj 155 0 obj <> stream x]o6n>DǗ(+A Iqk+ )wdt꬗cq>i k(Xg݈r|>%S=tJ_ժ*)πKS^3S[thRL_?}OyH!b~֊J販b0Q)(ueJ/Hmi%=~U\JR(+?G9J[<ٸф5utlS&} !,B6}&ٔ\O㴚_#8]8*V`[R_U%XXcs_ \2+^W$0)*uST݀n AòtB⇔&V!C>u -R)!Tk$`h-ٮ(k =/ oIqr!"r!yv0/UJ|!ߐ. .mrXȤF M}F .,{e hsF҅ff96+o*>4)1!ayk0]Ve=DP'7 10\ ݫi°Miri5,]ijehKOBK|1ݦ?YǀqĀ.G[i,n'# rgL8hfX )) 9tujP7!أ0/2 MrȼKο ^xvD&ZWɣw;. YT4[y*G'&XޝȢ3. NfR8Ȝ[/xBj=VHrfׁ מ\p] ]q*<3lb]$¡ -(H&L O-x \AuC3.<˺+ '}BJ^dk!'4{HYզYU؏*GUI(U U_TnؕT@qWĿ E86ÇǶmm'o-M‰dt@jGF Y5pR:aU`tn #fϭ\_,\yG{ݱp9YG)WI&IWV ^_ GV+9vJ>@amaq Ъv ^gxPAy2jxi8ɍ\AL;ΕIǒf0'9JYphGh$챶s}T\r) gyWhD !5 +O(iw•憅U#t-wDM&. =hN4dNN/)ew(nn-gt2Zm#Y=c=c±:٬rUڣ$AaA>n`ݝhY?dtmL[Gs#xIR\aI%1@ ],Lj˯p_<+6 OKW*ݒAUW-iHgfl|M[Hδg8޿ w3Od=7E9nY\Q(Hd{ة¬ݼy6Gγؗ*Woo~9AS6zSf&=>&gW<]>2"`d)w ]Ο/KfY;J~6HWJaMsX $DS=ߒbw^%Zrm/d"[P@ogNx^]dkDo-osY;s>^eZkd5^] KA 4T%%Wh6p<I2;S+l/aҙ0N Pc.5&#w%ђSުi%gQVa+,վ*g>/7x%5 |@:_}8"uң!=0GF-0!!lk+KQ[8(ypS%ۮ|&,Φjf0h]l,L.WS XSof)޷S2q=bq:Qa{1 $B rǡG@CAʓ)E6VS.$1Bo|:O/}aM3N_b SVxtqsq8Q8$hdJUW-ppiH8PʥiEq7f>70; Ysy0@O+/O}[DtS7[V{@D q+WvW~.LIn̾td#ę,=}!Ql/4SW-iHIMqsѿ?z?4'=X$0EӚV $DƔr{PJ86N_р$TsbQe}9>ġ9ÞrZ{n7-(8[l*? ,bȋ^LX1Qd†fͭ)6Qw5}"&+EHf_iqSor憗\QHsDOB"g_ w-;SXS<3L~tsJVkGszU]J&%>6Ћʩ嬝!Fbw6{-ĉ96:۰f<ьR}ƻI߁S3k_;{zW{tfg(Y72f+kq,L9~J)ݼYƹڷ]Sd endstream endobj 156 0 obj <> stream x\on~mo2) Ҽ$$%Dz.1KKrIؙ>~==YJ.<3iKݭNOa>=yqvzD9Uv]Ќ%43Evvt_d[xgv~կOO^ͲO?NO>7~{z(oB;sV^aάΙ(B"}{EirDG_K> (?G9j=x!/4ce* m)Ygǐ咥fBr9?\ws5[͹㷻s92ß9vt{=7 &-I\Ҫ y՚q 5{]Qx"eK& 6 yY3fmrށrWk}79XQ}:>Q("#vX@OHSP3ELؔf.N+5Hs@u]%ťC$2*0NH"G 7@EdzJ6a4AK`RB6oT8dHp' v`[  yZ~rL uQUeʵ^{$qY߮ ʜ)=aMY\@^8I^ d6 uW+RP)/|P^yiut|EN YC,ʓwk,!mk/) sjZhPtj8IUz!9zD/ϩܚ xTTB' Ҥf}W0|NJgT_| }]tuWYWUE]EFM52`cz ` Fйtѥh2:{(ap`!#.u &9l,ZZLXЙx@ qCm_@Ur _pe]f@cKF߄‡Ct Et8qey9W*أY&9rY!'įw q.U?gvnW"R0=o˲xW >| ey`-q$)MK»bYMelխ6$(>_imn O"{]Vqzt-nyS'֮PWU?z^ /g::rDesL$1Ie81jU5ke1)[MLzC.ԇ;s:)%d&a8O36`3zKhte֔Vִi.\):tԦLj5z?οa @){stM7sk%!r`Kfn$ I}P&T!9b9:#H|HAe0o"]b΋Z k*U/{154?9rN)Gݸ4f]``ӝ]S5k(:Em?s%-$@ *',6gn0eY.S\ 6@˻sEmޢ=3(audHH_LRlv'Mb;e&}pP,!H⡔`rɴLiI:> MT--Sö/ܰ6UEr- ddĨˣ75SeycU Mfn n AvoЄh1C\1S]@A5"FB35;D*~MQPa epFظb;?~WY o+o! +ax`${=J#H`L7 !p9c+\~nL|yB=vT*h$ѶC[bT ,8n =:lO I, )2੟c0^^( _}{k5O1WQ5i|&GZH!iIcp5T``VAa h:0ؿ}uwE2ai5 $($c00C)An!/@Өf4R 9GGΘ#JT8='`]}s_o "$PHwB%!BjrUYBpcp&ʜHƲ~j1,0f , e5(q a/Db) wtxs}|e9׳'lN4e^і'{wtl7]v.MK\b ƞ|dRK՛F.T G"#̓Gy&9xO1|Rp cM*rdn/Mq[b{jedJj[\%<|[o`Ԝ&&d~[:xia\a !ف ,Oں::pq/cUR@:Sb࿽iJ%Z[3a`Xsqn[;ioVy8LI.#嶈6G>Uc=St X*L-b2m9%'[ <.՝vSSvp4,|a8T+(W1/" QkojQW]HKv [yr6PwbF>֯|bN ϨWG@YȞg dzuA`kI cX8?YUQ`99icq )HHQ/IOEAG,ԸM}a%J75pceQo^7?A@=#( ) Ӻn!!"H.Bhh!p\PLKwqםPlG4 yƟ҉c,DL);7N%1,-R~„h'btOf5Xϵ۠>U M`!ppP"<2#]'oj\Ľ-5au A^,+GUa>H endstream endobj 157 0 obj <> stream xY[o6~7Gh8N&h: 밶Pv4X-v.;RX2.P>Yx独O"㜕*GʌgN3MVif\6]ܻO.ժP{7}γK6u[ϖőKH旅Vv}So ^t0bg .-z FCSᖓ\6Ɂ+LsTxɜxu]Ör W@ (`G.*3׎Al@9A #\`!ɓfXK,3y5lEuoα~݂l+&!*<2 *qрY:L)*f#SJ]Vz,[X/{C0vZyl5Lr .K'G*5Ws(PD9eǚ>O&&tɞL46e:^N0vբ?>-ڑw꘴'*O7*SmlVFeȎAmgv='iE{ }S R~(~Ly {dI˚甎阋B+\=D OyyslF&?bWȎ匲MC›.tX6d]{,8 H 'Z:z&";9<)ޚ'Ӫ;?IM˨)gj+m - JC7"Y{JXj\(zsxGt ԿY\_bziv(pU+^=Jx0qRcIJL\@\<5 T6ᄋe=-1̘I%>,( !=aw 葸!.+/~%e endstream endobj 158 0 obj <> stream x]YoG~0ȾpMĹI]aP4%kѲ(91 Ꞌ{zq$$UuW{P/hq\bwhox8:c@G VXE|d"G@C[ũw=_{_{d R`GHV\ƒĩ(J-$`hzE=D믄$ _^j3Զ8ݘc,5v7fj_~R2vcY\.+AK9_9[L̮ey fK5[vQ26|\G/J=>aq*j'"Ann𑒻!Ta)W;*oe&+ \ h˒@d,l_S>oG T_/Zl1)dC6 p낡F^쑷M!;RlNkԤY-q*_[#}m>Vf\J>Sũ҄8y<#EOB~OP }?-Q/Lvow<h$4$PHL[)TAEe&ZlwvhE`{VKO[ M2maɠ,ZsyQyY ܴWщx ]ft'L̉ sf}U?Akֿ*$z3=sA@(+E_?]0v>?.l9{u@*+d-aX%!㉿m&$@e&K0(35"ќ/(7I/[Uldfdi3FUϡG YAf6q2thh'{!TL`EOċ&U(S9 B15%5"uED!&eR,O?_;ͯVLVA-:b%I X* -Hgc-| {mz!IyG+TfRNi<6<_fs3D̅ Xx 1uGH!Mhʈ)/;TsD{& #\7ARP3M vį RQE$iCi2IQ"Qru`1_/q?zg?*PpbOHeKˆ&ܠ>SuQqJAD1׋0ai)KFaIigмcu%[?3BPH\]`ԑ m{hHRN?fSˈY!F8~(~~(Ge&$$jR[{}KO M*KPM:FKmIqK)7ڛ;R,{k&bYqR8[:Ғ$r4*HT62y甔hGq4_MbgU۵R}l7Q((O9gY3 !&&D}J޸ۉ}PpLI4}4(#!|gm{45$|7T?C߄raLR nCmB!IADXTf.wMj OFn IfdQ"[ܤ2(UҒ9wHqUscwئM2@`kۣ֐ 7邍)l1V+aIL-A<d|Ct 8=EK\1لpc&X@8-)ϐN ~ԗ^pyç?܋hiR[}/ԤY~^ +ʯ+ F3y=[D&F2Sera,Nȸo)I|D9Y<݁/kP_D&կ -PVDzp8̤M[]ovW?Oq^mlWf="_ઑHg=Tƣ |߰NG EM9f 3Do@TOZn iIeaP2n 7o1-Ӭ!B qHSvM I*eC . y)7CJ:t8#aԓ[xnhdSIN~@8s)3+msPYbl@P<϶<ې$,ӡrGk kp`\+Ei%ITfxM#wݿ[rt8h$B Z,4bL~8Is o.Q<Ʃ% qH oͿ I*jLDKU 2a\|*Mf )f;5^?2lG",Y\pba' 9#rnbVe{$쒁 _"UPSmƿĮ0@"g5^wC7x}Kq7nul:̸ YOD{(K$JD&0̭loTux,mqcGyOh\tQ?o}c gpnݦD9IОW|${sn+w$GO,Ժ|E-rV@*˓g[z̝;cDn?F]=qENVGQoɋ[j v2Wˌ$GƝyٛ,VENo)gB၄~̊9R~j{7#aŲڹ;g8#,:BvzbT/f=aԲ7z00ֻSnq7yUraΐ0 71>s?t"#oCp$._ MUqk(6ZaLMUw-¯͍n84bz]99=3M+߽{\Qm0pȘN'L༇gau:aJ@Kj -NڅdM25y7?x endstream endobj 159 0 obj <> endobj 160 0 obj [ 161 0 R] endobj 161 0 obj <> endobj 162 0 obj <> endobj 163 0 obj <> endobj 164 0 obj <> stream x\ms۸~+usfu:sm&Y%#ٗx:] (BAȒľ=@}:=ɳiƓӓ7i2Orӓg0ӓO_!vY+x-%K60pU,WI%*a,mG#'vf-/\f,9Vv0Ǭ٣^PD8s= cB2zE40 ~a5]Jlgbf12yL15xab`yx{uŒpLKy%|:hd{-0)OfIA/nkP!B%޲2Ƞ(ElIa1)gY mLFԑ?V0.L0 0*e%xv.b<ӥGƀ\ l_u8 U򪪨K8;NIe¼ RGuS pUwrퟔ//1 w^Q.A3@>y=;\ _1>+O១Q!kSj=Djb ]ܥ8w쭆"WYeE6KYh,LM jе r"\ѥ0q^&^`MS u_>_*BXIXi h@F!(р7ft8Or׊%8`rA/ 䅉`>kʝIbM#Uy ݨr:K4$#i $)KR27vhpp#Ӯ%/ B/>tۚTiߛS`Bfe5 Ey0lVV۞c/~}B'K4ԓ.fPFDE̽0[|\Mm[LO2Sb@??^Ǎ Xu}5#X`jIR49*+t"21﬷=9VZ )cBsӄn}F" HsQ+,A8WAX= 8xtsψg^ْ~+KELRd_d\\F-A,o@ ٸ{x; .&ϘXgSCm9FW{=2.'M>qEF~ -b>_ܯ3$Y 79]Fg5IAD}~г3ۨ!A#ȎTKǪx >~-a¿ nH]T;Njd2OwjniSs_jbr]')ݏF9H[4m 2E/(;B,`j@,v8?'UZ\;ʆn7P4гcs1pwiΛ,-\dJ{剺̄=ݷSDvr K'-EDfj72G0ʆ #ǥu$./ָiGq1^w&D *5X|[qyFA>{B1-".Fj9vvc^O L =p'ڨጧ`##s,^֮q@\/y,ޤFd{Ԙ&f03]V Z^9wu5h%> stream x]on~=TMyMC.־shξ#;CJHvvd;Adϒf5ÙߐwUYEUXt,.~R|xtxtqtzx *DM)Ӧ8zt8 Wus7bmqÃ<_e7Dެ/z_ QlUW]O1}G5n} (1m~ni[{;8[Gb~{;p#u#"փ*k~'lzNٖd,d/O`PlO!>{G0z~>Op[p+LG/ |T84*fb"BzN(w' C"- _lh9_h--f;?Ư ޭetH4^2xDy7H-4N=Zф7dJѶLAKT*98w’Im^3&yAZ=GI3&rS*U!Gr·_um~';8;j7 4jx{\ڗzz' `"i֥KF@,Zw΄}5N#6d`0b)דm!N0zB]Q3w0׾IjKNLHV&uΪֽ\zDnk6(V߼92vFٚ3Sw#lwk&]*8~ Óxf6# Cڎf.5.3[Z1Vn,ACH˜B Pz32F{c*W]z~e$Tl:H={N n*YQ!.Xoxh)3v $ oIeJ*1Fzoj>iMTЛ3̨-658O VR^-%##];Tgxi[1E/eo9/6*uW`fiq |9MQ FiIЫ=w8L"L.JXAxuUl w]wt$:M &/۱%; ẕdq5r^ĬSvcTfhQVN0ڻCNsj Hf@eu@%B$dn ԕD$fH*n=H|SVA5Fi&+S UfScHF@B ͒ZFPawCE jD4&@4܏W">yV04~:{dqEoZN/R{=6:vsMHv,k3o #괉갷įmX͚ơf 歖AKdqITix$I&:Tv)g;9ЋnΞ\=Xۥ̋b.}ɺN.rTna+ %mH- z'9b&c9v$3tA-JHĘ~p͹ aZ].b<46ctZV-ee]WJ9NVy"6tf [ Rνusj)@(7.9~I]?D#of&.Rn?le)#="/^Ә^zR>>\7%hBN+]n4XXQK1I/As4[v30B]Ƅ+Tr4tKĂW[Na;KAD8 F4wthf3+zspm99Y$B@vBԾ;sQzsn*w.-U.wER1gMrw@5v:t:9#Kdv:cn8&Z8=D))PE4Z-[272Kv] w ,ӻW>kWaޔdsyv;gcͱui$u2.˞SqYG29Q|~xl iL_ zAq:Fj<Ԇ`t%UKD4u.qΥ{N:D2\Z=nûλPz1X 4őy;Jgu4#/Igq3$!f"l8fڄdt cwu An9埲nQЭ*oˀx3kPYAVI qG?\%؆ M-D[XޚiETټEZslP{jw4Q2@hXzsQF@n.h!+f$-Q endstream endobj 166 0 obj <> stream x]o.@qHdc}p[HsAQ؆q>#a ;oV^GA[<8p8ySs\dEfoDvlΟE9+T6=@Wdޓ}QZſ}3)J <}XB VJR>>1^bW|"Y^N`)1৲$d)a+Ks'5u ^&𮱤XN:7PҥXEcPJJKew%%|,LXPc"%HŃ4x߄|~}2%3`/%KӋ`Q]G'ki *YQݛҡY-Qm0o To `j <^ 5ά%}v@;Oh~АP LېޙmnveV`9xvӎGg!fGXTfMm7d=ؐe-HVNf:\y D/sL=i&5e#t[V 74j 3"pˤOr| HNMXUެAᝒ$>FG؎G1!0hXh=:$%R*6@ N#[8F64Fjcav\R~qu2 ]+'A&'n%S5Q%!NxdAm<'Y`iH1kwOh ;QdliHdD;3 )5+Jj)ƤC%ሔ-eeI^,ӟ9I3LϮ0h{g0:Z=`)(f]oY-ka˗^'äNDju2g;JXy tyE;5ҵFi*yi9Ҡ@ϭcPɎȿChcA:77 fcX&Y:҅D^w[R 44dJ#Jg\(Fyֹz؉;bdJgj÷\bb҃.a#!v_}_>J`%}c/)okEBh{,)T4@.ыKi&m0Ox]=ҿOC@]'舶x.r-$S,ڥx="Csv<+5$T9?U GJ+Wiyx]X^Aށ;7]&] `Szdxg BwMځQ<3x4 * EeF1`030)dw{upl y)?륤%M~.D516r@/.x Q%Sl bCCf >c-MX4wصG ӋU!=t!aݎG1!0wa6ݫPl|joA*LFRvrM[eY݂1-Acc00T!.9I(lKN"޹;TbǓ`QTP%!Pz4ҲbX8뼾,Ji|Q`  9Md uQ v@qDXºRv%Ro['c`TBw4E IZOZ?)˲KoKÄCq,8, h|jǣWCB-^n%} _Bt/mGOz@?ek ^CC{=M]px:}Ӄ{y/zI]6P(47$4 ʌ/<t}]wGo!?f]R~NJ,%q|ė\@SnRYr;#`ߏ$Xnm DmnN;ճvSS9SUh#MsKj[[jpqxx FI:OUv1/BwX^녧\=[,s.|-1uR{ڐqhVd$q?^bw+AMP2~ƤZ33YG&o64u*q}~A1xȏFdSl&(ۇp|3^x+vt/n/\i߈ 24˻eFejA.s|EW-&.LJzq5yU]Hu_ae4DY endstream endobj 167 0 obj <> stream xko6}nP3@&i;E^4uv͐HiK 8⼇3Hr?M,$|*]dޯ޳/Rt\Ѭ%evt pޔ /]zvMώfy :"r &$ZdJ(2zL- " ` I7 Omf-hvR5wC%e?51[|NW>ylKCt;4Yv~&gk Q1%^c36X$Ǭ>gro ${,)>)l'g%_- N)匈(]H) /%| Y."0.bʦ8OYĠ=ᢚ _ϧ^g'0^-~TlQ LfgՔRRU.p3}2hvꋄ.CD@)c,&ǕQUr;{k\W d3PTn0[8%UfH%iuQec=g8y gf2͠oLd pKBa!H:I0%Ib JcpcFS@bQI\@I1H0 ia 1aóYnVܯ. h5Cm\];4 ӆ(hGJR#bMs5 OhZG7u;L,\-A'N% 8|H hn- '8YB_ɗN6p_uA_%2W&ƓC[ Mܹ7.֣BCQ(z̨Bd-},s6a7b҂9p3NNq`{z7fw)(-MQZT㢴UZ<끢C]Jd_`'X@@#$Lf)+, ֭Uo.0)<*•Wߤ#`4FhGw &eP"6^%|KDIަqþߐ&Gschqp^M<fU[SP%DMF y8!FHx̵Ͳ-bIY"g\Ĩ?+`}kb`ÈB氻DT !pQp3TMS-wCa0`Ӹ8VUuLʆYYc D?@HQǡj; x SlR ,  ̑*4&}wvHHƢIXG,.+t :o./uiݚґ2V6Lj#5|iVN0'l;k2F1s9Xw@0C6hW nm)Hpt%ap`kݔI ׍~= ،5c . -JE.v['~

{bEb6DN `+rJJʾUoM/T$,r|l^VqQo@K|m xu9D1$_6A_@ӤJZ53ܠ@QJ!dÏK=iDA4 ͜%j?7<}@ğ>@OB>9^ƶyrToH<@[bEr> j1",$ LhXIDy]' endstream endobj 168 0 obj <> endobj 169 0 obj [ 170 0 R] endobj 170 0 obj <> endobj 171 0 obj <> endobj 172 0 obj <> endobj 173 0 obj <> stream xX[kF~_0)s%JZfCL)ۭn| 3ZR, C |;7,2\F |x\//ŷ? 9e/ 8F8qrxdƑ^udwc]ݫ drq #Y.nz]AwT3G80kb5#\PO/^/b @PTT*1mْȍ;A۳BGs U2Gu?8]ǥ aҸ7*vRv*2εfڜ瓩#%kC/'ɳ7?29æ:f~\A7UqW.YȰAyGg:ȃ¨CmRYڤ0VW*@|~~{TBeiP:vLW!T#XWC8be8$;C奁'㺥pMKI3UGXG &5H8cJ.D|~_ ܱh0Sxh^Aɧ͗T1>9-||P)b`&mQ?kbuRVRW+KKg9 HW,~UCq]%\\4e$Fa™$7 O֞ o2JRsT"Rk٘#ײެ?ov|zmA xG~$K#s,mY6> &,NS3-U2 cxARߑ\8$`zDn0D;*}mK΋-\ b;l_V`B5u!=H6>5Hf65O:|a{ &_~HGr3刺6>u7bRW%e9fWhpVOܬo ԾNg+ze6甶(*QyB ̤'Pgŗts9zy,HJwޝR7k ~n>3#b XtP'U) J jQh{MVw8@I`מxnpxȻ'5O\ȗg!<ɞ endstream endobj 174 0 obj <> stream xn#]aLQg#y $ "#"rJOU14)Q=KQut]]]W9_Egȶ_VW^_"*g<4TUvp?e cfKݏW'__~|!y֢`J3QebU+4}z- E",FP0kEsd# +ODyj >7WRCxX.s&dH遝f&l7)'OŔ+ FMi'67d<hy7#%& JF*,?$](Llbcz#' L/2=% 'z;|GbR/gLȜ3vN E3/%%CU+v9U I^.GŐdBX}ǰa0@ż(';tk򨏻%U rQ0srf:[ETC4[?n4#9]:B:M2*(DQD]4BzBT]1@Z6f?=]-+-|>mP%`@ܒzc |Fm;j}?ޱ ; ϐ(z"Skܰuʵju!|5+32[1NIөSqA@k'C&&sXEٚ5' qfAb)TT@e=x/1>Yua Ac2;n1 ^yF_֘p 3LgnZu0_*vR{"ԛ-Zw`U z_M v{}ũov.]||lMØISjtH2rtnFO)!̫zKl2Xo(j^+@-FgÜ,@.,jᶷL=/r{<4$)#^FaܽZ9g=uI V8SjJJVmg@$ePA ԞNL C3P^P'NH:T_H2Bbݸ HݮEȹ0$sBi<~@YnGxhkF3\gmMo9xj7T]<‡ ch_7j>v#kءckfu@m;0sBez\ϒIB#|?@fΔvmNӛ\ؓj0mW^=rL%PY[h0$_f\XEdT7qOF*>85m^Üb'Yߛ?Q簭YWVQAJ˕˄^ ch.ɵ/Џ!֏Ġ3IV]rKЋMH(=5AS3bb땠u6NC}FԠS6vpאծPM̛=R]yq=LJ.Vkt"Y[kGط0NID!":qz M>=RTfv}c?8:ǡ4V[7B1Ibq5$/ȹfe ?Mrd3|R 3ixlq`Xc@ Qf>Z /HiHB*\ݔS0jFN(+<A䲉 /RXȜ#ʨVTNwV#oq`_|Y ϨdJ%z:%sl3 "ב0RJ0XNYhxx;5&"^ ~De)Dd "Ӊx=tvtD^#sY#"b endstream endobj 175 0 obj <> stream x]s۸(ebxɧ^t\7t2,;&RG۴X)+ .7sl/ ||TUuܧ\|P-;=>z#(%NϏ+ZI(S~tt?j+wd~:>z5N>>Iֿw숬ԂVƒ)beeM (d%DYJ8j N#ξ8 ԤI3<Ւ@OytszBrFDZskF`\eݴp `woDd$ ֑_T.?JdGE5 s>9s7ПR6JNL@*>uh wGPMP1 7c9ȴ|W=gx`Z f67'#N h_ 1-<w}upP A c9Q~FeErzvk4^ЈMZ?h%9hQ ƥ"l,='%rf!>˯{Kzj&7\nqKedĉMx4.O̸@j)c(>Bj K7.(tJ理w8;JUZޠ:$Cp1v`=SuS$)f@b0wWvsUF~XȮ2xz 'W9~W-A vU^|)# A4HoK"LI&2T`(?1s1?ȗ 3@>FFaTӞ]_O PB(=yz=SKRӴ 6 P2 #N)kPflAp@$,.͆ a; CaF6OUhIRJAb[}˭ lhkI޼cNZ !Ʈ3JO@߿8Ălo]y1z)'TbFpɸNBz @a'C0 %l0ҤAiaT6(-'. 'йdQN~s]Ԉ3|| ;2|Q\i1S4Yt #^$/\AyGr9h-MJ:t$DEjCh9`15u%sƁQf_gcf-c;Ǹ Y<;m+aY'-#kO Q#LwEHB%ARTob059x#@؎& ɐs0HIjS/;^9tcW}Yi4(#2 MɎ&Sh}PT+PAz59wnn[|3F3`^~kuә-^O:/]^=Ҳw*im|͹R ͌vsmIA=铽q &myol34堗OuMo5ȆD@-KGg.&0 ZaQR~uIlNPI9!`qMٴIܜzh71ց/|W.NPIx]GH*_ \S o"1UgW ;VY~ >\+۳%My ֢=1 %u"I j*kA73諱e ,4ί9X缅o%J36)pW\='O'x]æx{\-eNG9&UcABَFhn5BSA:6t$@83T @1 ]&jjn>5(,E2l@ե/PfK/ݽ:o!>rp$=GkAxDЈh csz]#7 3@'Un{n ߡͬvҟ4NsƼH$Eȿ{*r,wC9lEwx !>D;eO 0u4G$A:'\8x-R-*kwO +8@l5\^.r!4ԌpԔ-o%d*hrzp뮣IRb_ iܤ ئ0ZfL 50˥/B oM;64ڔ%Xm1bj$Ia*<̖T؅4fwmr=)e nU,W&rE.Q`jÌlNFؖ4ɐkbuлT_5ϧ;+s4mE[^wIiy1&鑢-/!.-O6 xpfd}{p*pFgPgϿ[Qv8̎[?(Q7W(綆n35B)x:w$k0 \h p7힚<۰6Yxxb"QT{`< pGJ⡟Z&^潧kr$C~w@XwΧ[-̒w4ºQԩ'+8a$(]GQ8PxPn Pz t8D$p Z8+3l9:j/cCŀgF933rnCz5jW9Zޣ3 <~hFT2Ahf~MtE J^5B+n$Aw2Y,#Dz$ܩKv)-Uu6Tײ㘦F#@_Ѡouly! vu#Wd璇y?n76e2n /+ȾV {o [@wݫ7;YZ /Dͷ:ݝn5˒df:[q̌3&#j6~ͽW6 ~@!3MȄ P h!h:WCI2d|AZ}U}ĊAml;GN 0boȨVu[K/C*`?afCF:mG[4_8Gq]R7-;0݃AQB#[,fW|1>B"OUgXE i|XDӰb>/ڭWcm01; ggzL-rA[M endstream endobj 176 0 obj <> stream x]moܸnAkج.H^\S$wyqp.8k7Nu 3$j_#NZՐÇP#ݝ( bw痽|wݝ??TET;EU]93n묘88ݝg(!AӥWxq '°ZVLTEXUpv_=sbQF'PR1_/(7~8+Q:ȧ)Vj 3{}\y}JqVoxTə~94xaMaS+ƫY{uoaA)pqV[Xuˣp /vv},p̹.<>rpy5ۃӘ)9fi&6̠@/5ST_юhHh)uuciegx `h/u(6Z:dUSFj+;T g:n]%ըmk%r L{KMw7G??l?^>hȟ@p ,#c/^ODxb]BNi/HMX'd*V\7>H q/`ە|-胝trNx7t?s0B-X{jɨIZdV%'ck  T /\EX 4zS,T >aq%NbU ez S#TNot" #9.;jXIfD|fJbH >sXg{.JHqJ۷0ۥ,N]>{c++O)o Y9;6AbX,F 9&@ ƍTFN؀W;kʭ9&'߁h1ģNļbR%w`u/4% u1*s2ʤ.*#۟Ǐͪ-$,E__#㹦o$\B&m}5B{4DX8l@N?T?)ྟL2֘=zP.6T׋K0ҁl@ rT/+6J03 ll@3R#kJY\VwnEx?T"l%7~q(; d J8Y@<=d:ĝu'C9kU8Ldj*yzl{ -{ :6mۗyzZJ? 0ъnsRW ˱D޼nBo Bo7|4kk u?5tSɢYQ.Ǹ<\rCU}R&syO ArE.ݏ9G܉P`\J!SDpt7H_z8R}_L8YvV_rsYC'˽ѷ7ݛ4_qĈ'/ ѥщPKCV8l.0 *&6ؿ<,ڣ,؉P,(4& bאg_M6A ΂ ɂЦmJɹt?s'BY5H.SCjjᐃ0o>kxdyj^k?٧ عawҿ=0 gfǰD(lTDUツ21 m%,11 r$LQ{Q2 p&ȉO3 A4@A Nŝ IŪ^;e*|*n3Rx>pozm6=GD${h \Iį!joWȊ+rLH}\G~ M.G1/a!B{4DBHLBw Sf؂anB̀hDD{ A dt2d#"/cMwHV؂pX+=1QaNe^W,_&/}x5EO4z@8G ̲ma IxI3 <0ca"blcdIP\ke߄V엄 jpW4πՔ ֘0D:5GJP5o3URpLkDPZmC~vfwo]WImHK`sewo᙭2sE3Je;|R"<ߦ)d&]Iuӭ"\ endstream endobj 177 0 obj <> stream x]s׌W'SI:4>j{8X;LX~{{ӓTO!U&fJW'OO^JI.OO$ХLr+$|+\wo䪄1+*NOg]rӓW0/'GY :V9Q$Py'R g駗hh2i#CDQ[m /Qm&/@7ly>16N=z#ʋ+(N`ӂ%s]gx\2;@]Oy(N TIt":ӅʴŘ^2.WhԘ'χ]\ kpYJ)%Og9. g Ә[Ɯ4Dd֊"Z4{[\֔_J\`mSn5׳ `jMq΅{Tֳ\&Y_wtSU76sSش?"m㕶g׫VFm.ؘB(wkEz5UV^5vi6䬲Ss}HwD{pWh Ԭ#W[⍆bu}CsoF\_ߗ+1êD鎶[U|IUW_p.Weh𥹍NXby[VMR0T"m]W`Rd;̗f.S>._W._, wn01"{=_T寖8"W#2*njLB3|jBG e43q>g<ݺ3x8U( ίBfs c eUq҆\։̦} &<=&qvժ3Y.\]"+uB4CE5+Dn4Ɓ].Z9v[ oAAϚRXZI,EAMW . aVD2CMlW ,,h,;݃ݶh97|˻ MfBXY;GЬ b!XN|?ϊ"RJʰtk۬8(ile=Ǻ@ks-4.)ʟ!`yS7_=o]X[?Ŝ*I0OROz d>~w&2mwq\7 <|MD1V/ơqVywЧjnwIL8wdۃ]usuSAb14t[!6N0_8+~zVRQآ(v&*\AVXHY'jH8'"@&pqx5Vb^_.54NP78w aeLѦS ׺5&ks>|x δNPSèYD!˲dѺn,j T0 I oi`˩j2ϼ+5hvTԹM]g}IM[LeQʶ.EaXU"I,m 8V`-"FpR~T aƄ+a@嗦DOSGulT }.WhIFNTk U}Ȅq}xA%(#uBɣC$U W#2\ ypMnh1 `ѱEGܯ&CG|^mѱϢcC2VFT{T!pQZAL<_DD,~Pt$&NP7=o&lI%wi>|l4$cc2]ra َ~mj~ bM!R"oF9@?Y}@"%sf4P9j1ѐmo^W=Cws|lfCw0uta9C+pdܴ;մWF2f>9>. R,-0R ޟN`!/<64X diԢwZU+GicB!R{NԢ*.Eo׻S߁3R!20MD[sjjE 7u mxkxt!;3 h5frCl&o1 ]4.O@4.$y~JL gc|| #˘ 1e #m}.Ӻ[V{%U1ub i/oL{Ө]K7\UړLjiêبHY&VG$dQu#SOkqnsvΰ! ^׻ R_1r4bJ"~utl-ilzn~6ٗ Xox\ c\VpF!Őg=R)R2C}O,b #C͑OKc1+qJ8 +bT}JՒTTpx/!z}'`]Xe{w"r VYpgA~| ZU#2 xkDFRFшo.oɧ|)h3i {OkėH`0l{y[l0I[|rgd,961QHME'> C5x@ `ЦC<,]_9nyZSSޠ(3%Ҍ 'WY,\wTCxmvڬ&6LVLWkV\2)U|ZߋktG^]N1>dcwEX:!\Ss`,3a5{u omSZn[ȣ~|6fb,VZ`VYlNa6z&<}&qIO=GʤC52WM㮠~.~ulM8xȌۅiBO,Lc0 ^Vn%uwm"o{9 )8"?CTOixT Z'PF*5Y){cim*Y4FdF _v=' endstream endobj 178 0 obj <> stream x\_s۸Ɍ$]rwz'ӑ%5Q5߾ HBeN3"?XvZY#ELc*-Ͼ>?ӛ #ɮEL,nirG}+ӷM/gÌ>e)`H`4VEJe5s >< /`Z,ᒆ7z I( #s iy';iglr[(? J\P#jSЭ ? ׉áŽxcwh<m+:8x\r1^JŔ.?apm-KG }ǝqŮ]fmiԭ靣M4JJ"AM:t\φ 5.PbRmԇֽO&1ڭGpèL$ӶqPCE尬bMcr._bvm(q-][OLt>" U)B S)ᴐ'ٶiۊἉJ01e昔?" 6#ग़mr #q#.>|,~ E},1od;^c0lH,t;4ts*",>jĭ<'?MGgw*r?QUw,y/|]]LBytBq#^|iCw!nKqd'jTu 0>¿{5ų#"CwGܥ*HB{f Ds ݵ6M:A-N:D[ &BC]ߕ &yA`Qr~ 8[T[7ki?̽)x^f$ M2F?,ap|m>Lt3mH inJ :qxa'hpj~](| uPNqWɓ4n{1|L m\4 "y?R?U d>kRnG-u{D;Mnw{tVjݔj/ lOJ 6WۮR/봹GFtcSuh7k7&ՇgՄ3E_CU#]h\'J ';<9:D0ώn;\3]*KeF=y:P5Fչ!pv4νC=E;;ӘRg;37FaDUL|Yݴ,o=f;#ǝߖ>{eCj]Θ̻n[:u`4-(d=wA/\%BfSυ2W-^M֛U']Xؘ [{}.҃kNo ;筨&С%rftG/ L6ǞP5^x&*d \8(m.ȕ7!)I%1vK87dvj9|?YٛUۭ e1-bHKܥƑ/3RXdr05Z{9ӲQcCiϯ ziLH} q!M;G*i, wks,izo+hcΚg*q-17m[uIVhH28ݪ_m66لl\  -[~||7 }pFof:LBs1L>Le&h}m< endstream endobj 179 0 obj <> stream x]ms67Nm|:i.7iMܹ*DJ$L~ R/hLzLdXgW?>?xF3 rv|/7gGg*#t4cYGTD[{.WgviLu(ϳ=<>z-GPQTo!YĨP2+%)3ƉVՋ/l֊/mi%jeߍ*,p|^V~b36lH,5wʫʕ'%#f>Jc9go2y&ף cEтST@pEETӷXV?r5z7 \oo^aΘ֢}} չޜ zX8rtStNSxcg|%sz"PhX\EVEJL:}X&Ü=d, ZZ -7Lƙg`j:)d+gmM%iISV.fowѕ.kIزܟfQ ~lWWzVxVj7hd;-M(+ @FrL[ 5FOV͕oV :ד{jRm=APvMzW{~R 4c"2￐o<}/]lE@'.mad7Ad{y HЎ؂7ŢuBpӅSӥza@XO KFyrڬѼ;예-d&/FIbhيIrƝ>$BwNu&'k Kĺ_؇7AIb> f0#=&-W8dbr 髗yʎ$KDC=ylepk( o*,I;ٷ*L+=fQEIpSUՕ)hgs:2uE㫄YD0Қ OgWY&|%d!IAٟLP̳gV)OjUvxPTGײ?=ۧٗyJ$ x1ݒs[R`CP% z1P+Hb0y&y6ڽy˜b5V *::\MxE]hM3CX/8X l&f[Q)gTpZ1$2Y0C2dq瓌^HL.tx-DsM֓ [O8*%}ulC:}-`u.X}-9E]c"v?,ЋSYuӵ6`%c4h0ԟ$E8;@7I-qV'鐜Mz-$TIfTD}yӨqi|ҮzM݁Ȅ}!~7"^:ZbrfDzqs4vNXy-* pz80{3QEC*=Kq5KDTi7AIbNzR FRV?(Era)`06j|K .BupM\-/G.9=o@2ES}Ii* >ERVyB7-hu;y*?4Z@gj%UӟpIUn#ohH\5)5]/eژAUH Fakuaրr0܆ l&jJذq Uvg4yKmG^^᪯5?r氃{s62~{7d(E=&=hמ$f. RpR%eW6%Euk.С/]l,[Wjn =N-(hfS'z'{'҃]!B޻cMӍpش7׵tEOWĴvzCW :&nhTېkj:i>iE{:4W{L睯]ڱ,_%m-6nbbiu&7!k/vGz/mʟ`߰ ofjY-PC*V!\~hό¤ rV 5HB? LxG `lf>NqO֥W5ZMIpѥ 6wAS8ttfםq8ksV,x;`{$Ϣ2~фrk/Ug<+A1%u pvKMiD8B]qӽAG\k endstream endobj 180 0 obj <> stream xێ}=AV\4ҧ=(I-c+I[_CrFˢ86E[ [YC/!9$NB( Eg__}q#FWo%4V*i=}"gtM󳗓hKtgg ! ̪hEeih"̠u^ENI;Hq0Q.\nO)~)oAɢٻ|w7SU7ܽ;޻r֏0l&mqsSNHZ4"Ud*HTͻ6 ~Xńh*zp.\җd>U*P<:M;Ix1‘Jr]oSxP+^I&km xF\<.w߾.Cw*i|mLQvS%bfWϻCoM\ wS'1/>U,P&򶚠$Ӧft_.AFyFד;ׂ3T8W[85"w\57A'I0dP3ۀT +AB PRI,PkYbA󦞆ؼCnV1y+v & cCQ?D1.N=Djb{T@'j}(qrA "m vN§%ݯ 6L.!c%N~ʸ^eSIgA3Lti8qr(t_[b>44E)_lSeA;H8í4j6q2Z}`sso9c0ֱԂ‚!#Fܞ'fAe=Qz:yFsp6?ۃv RQrMYQ RMM1c'b "IƢTVa mKX;oA.ؤG&:G `X+0>1aa KyGfst7ː]9WAr'MzC0CllBκ_:15ذ ocgx;X]/-̃\r%!ϐ^i&%ub<޾z޶=oɞwAl o \dI$k̵CޕӤx$8*)*V'9z ҉A] 4iM 2ksIgfx /rCg!zjb1 ą N|i5lY?AY?4b9GCs2cms5Q㬨)'OYdȂ)xӽqNcY![DJI@=9<,5HtVқ>^ejXb̸14< S?yGi]z'ȧZl Ja #Zl^jsƙ ó*ZvgFށ6=&f 4tmDWolqz`~"b8Dc *fϏT4dZPo%K.Yj% 7-Yoa?9V~qR~RgQ]Eж<۫9tH|;8z*qmR>:?}阡sZ;>Ѳzkw 6mشMmN6Rl]Ѷqol\۲]/~BNmG#QѬq::Z0 608Nbj/1g#O4auΆ5PXm,m]5&Cee ^^nl ^ ۈ^G>hT)*K᩠ $za ha@\(WPU5L}VL\yaz /!ԓrzQ@i& РкS* ; ~139aݫ=I\U/}j SOU݉Ʒ N'V:G|W IFM>Љ4sy><gN>9Rtyl2*WtjAt?TH2L((/KPdcl.mk)LUnoN0s e=Bi}z8F8aoץ[Ū9q 龱nU'Cו^0gga(M1M))/N/IE5 N% Ak )|C|P尿5'ZftsݭѪSP̙1se޽g;HLR18,l& [׈*'*Wc]7;g]MC*+ 0T9'.ae ,a0X Єp]ɇbn3tJb ,Q T2 -C;T1$oycq~ڲ 2~:zF5A 4}dfexqgxGEsJe͠4DEaw˞/E5:WyE^\|o'@$4!KFv%,'/guܹ20w~uSJ$ׇvpd"8TfƛPj[T( ;f&tM]tO'((phCr SUeIm_mshW};L~W70zOtZ?V?5.#t;tĭCP b)?mx%arQfK_x@I3'mmxn5cU/0qҐr؍Cꬒ"qv +#Ln4-Z J"|)i,$%=j6 XzDɝ< |f.>tmN1:Cgѫ Dqvd~ iy2LY~T1-Mq±th)CpgtLhuVhYQ  !)kbmЮ|n]G294X[[vϟ;$> stream x[[o6~7 `/VsK %-:ݺdC ',ðsH,Q)udH%#J(h OV跃d9}w2}'*9$WL*ޙot<:$Yrxto|9} ~E5|f%+xd'$y8>Z EB'_ I8> H?CzL7d~:r~&2߭x+N_+OJF̮x#KF@,rrNdvb~3(Q3({!u Q-]G^|q_2A<e&O1e{NfHobH t%m$aya _W<>{UD"!}юJp"oȌ-Rl[6vJy(T"VɦqR-&VFsFTWFo/ߧz&9}H zp~vx5/˔r}l2O\S1Y?'/'ܠy[+JPlyzAZHJ {.g͌-<&8FOjtd<*S?^nDB Re'IP;;.bT"lr,!0@i\3|m/= CbM]8jFT45}4>.Oiʨ+6hB 6EnQhB L?Cq8L~J" 64I$BDI" 6$IDM눺[GT": tf:ڥOH!Z=RDH{| 6E4^)uێ:LPw#h}.T7AEļhqx-pA.;9ŅCn J+tfN] .E}+RǸpJDP[tE\ pVs,]gZؽW@73JS5X]O>p5Nf3+P,lWE"(#„U; >p 4s1є!p٦3G1!kЌTf6Ĥ4 /@E ˀTC@Ch3d`A@A]] rqT[ >vq޹E.5hh'"&yFolvZ*`3TAzm rwuDB2<@V3789~))Y~.x %|7x endstream endobj 182 0 obj <> endobj 183 0 obj [ 184 0 R] endobj 184 0 obj <> endobj 185 0 obj <> endobj 186 0 obj <> endobj 187 0 obj <> stream xnF݀ojùp) nv}( H(]{\ȡȑlyU(pOgIH,+sJ1y<,L׋@XKlM٬n2yrAK ʣ,_PQԸtp#mu[7I:/fvO0YT("d#":I= l8 92%#Hw"qЌyrv,#OqD *lfaCRnU[MJ)>)A&Ji6ΙMZ[{k9ލU 7HcvS{OL0 BbC-P#=Ik-i%ŜK #񖼠~W}>WplR C|ҡSʼr/%\*=>v H]-:f muVb 7`?qR"t=j*5xsY[7Tk Q# W+z[%3"8XR̞KK $z#ۊW;[ dtt^E*'<'{5Do, h tV+*,HQ̊AR4"(`^Qnya0t&5ںvWlpMye! $*$l >[N7JHTaD{-sQЀ{CJ3QsY(I}hs8Th-N#hK@4IJ$<,G=ѤEI O~Ppbz{\eHV7HUHx_wʴKS4X`aa'36:,15ut|Oپ0b\QsQO' AX}_ bB \0GXBY"2^} *]lP6@vgK :h@%;'A8u3>%t8*qP% 觀,+3)3AhKp a>qzڔ6OVpৈW0ҟ9m!/Dt)T)-NuatgF8YIJE {:un 1?ŭ7@-:(@}rh).sɈ F\X4f-L䥞(N?n\)uCۘs 8I@ =ov9Rcqz6YQR儎IhX니K>N m?m]aUsf)RlUOVH΍Jhx_a [23E~}Yϋvi`Zﶲ@.J%tlR^?ⵋ vZ>h@% '""E B૔O\axwcD=&Xڀ%:!I1 J+-Ѱ)r1UXdÖOh!ӕ|])ͯAk8^45.WaOJ&QSǙy0δ L^ x*b(x 6"Eւ:SMb&A)# =扌Cԑ9跅F#u ]<إ ]bN!jb"b 9lKkSJMK_05]{7Rj{BLNSaz3 >kpΆ;dشTn=( Mund@^'n5svg{w V, R񻯊D׷ ;ZV 5kk^ 'ԫ~8΁ jD1 ɇ1!@i!z%n0~қM]Mt`Qg5$rZo8)=ieiaokcړjq lz%V3zCM!D '{?Iq ,9l,JLl.֘ߦvcטX1.?XV@" 9*i7M[Ewku%҅$LkrQܤMu.)xLs @آR8z n]/ΆWLvLҴa)^ܯzgUY#3K?&k w9Y{W@;DlD~x!qH^¸Jc۸5E)Bx&"OX? n,v+,1nmI1w )@{zՎ㉯q."s{H}L£h+o͸lܺhoJ 'g~r"ND=_Z endstream endobj 188 0 obj <> endobj 189 0 obj <> endobj 190 0 obj <> stream x\_o67$ë%5isi '@vv^~3(jKQ('M xWK8$p͍"/ORbr+on<M @W$$DN "U t<_ƫ4{scJ}sCH]. %',̕HJQJ*W 7[hAK/0i&jߏ~xNexl6&hh*ersj=n6 ?IG28^.uA-O/ O'Kg>\k;IIWr.4=|ny?SQ^7\$I4t.-N|OGgsL&l4={Ub;3$_dEӃPAyP3&#F(qSq5]J B0˅l \* _اgdzl\:G38ZkI>K @\]Zy!).1s,-3?!,/o2]gL`I۷պ`圅C-u$ɢ9ǹWʱG>"ίD!yR$u= t2ްh/됬4$2Qt[} ETv%$'wQw&a}XNH@i*@qpp2 c5~Ï_AU]3x0:MόZ?ShT!k ^(C&[UQme-!%ĩFUn?D,X_45(̴ǫLqsAo{;b0(#X5`mȢpFۅXh+'VVȜʿ`C5`uqmZ@jp i']8W%O_|RmHBZV,>FY.ST㫢=X1t\W: IH:TJy k) JV*dNx&"=]0xjJD;*"=}) ÷:eMT:/+ y) -#n%a[l9.Ākf] ]ŗW'Wzx?p:%3jfS1@.饁 c:tն;n'@>|_6٧L`ʺD|ޭvNSl`tZH4;pP}(5{ u;cbc'/4 9P+r`wЄ&cYDd>ȬkNZ>đ rS_ۣʗa[4)`"%2t6U،^-S { Ih},p?@+Iȓ?~QQWje<#h= O/gh|p ܍\`C$&K=X$h=4DbS1:[kiЪiӣl޶!={̑'\tq/, Y#VY8 +kD]L#Ѳ8&6r {Կc&q %50Gq[>m gu;Du/Ɏ-߫7ZGwX`B#{*nIІJHܯ0]Wc6$! KU\}5З<ܙ5r|hJ ƴx$e1 QNt~ub!=cĢ&AjYjK)"ֳ J;#t^waa2]D caC~nW.߫hPJ6 cYNc^}q$!TzX'(nuzOozф6\rwww*yixc-%S\b ՚Иb%x\yc`bT$Xg`24R0xücz%r1τ.;6$3lh3!yW]oAccuɷ NɨTfsC3D*U )nȈ>v~j'#-bӇLNgō@'pWdUzO(R`u`;]C Œ7G `p\wwy61Dto F_;'8΋ @lTRU Q3N+|%㈚{":LA(9*qcl 縧7DZR c(OOGCf*mT# RVؘQVo&"1Uxc4{Ca1Ƌ}$6q~sE5MȜgtʫlRC<2'qzT P@ Y\㽠xгG ~*! x!b Ji j'9QPs 70xA.~͎961X^f<Ǿ$49ƌfq _A `UᶶwzaގCܸb.D|ğ `@ulo54A*lX#I P[}yEc z {mCҷxxP}/ ui!iҡY_64A blX!P[Nt^ِ4'UW#A* 4m]fTXe*^X}t$!Xw1)Z uzv~ wpܣb? MTƺ>1@`6ֿފ{nDV:$+܋ԪTJ][oW^y V'7[71g"1[;]2bE:۹>3 ę E}y19m=zF3$_ax`Dצp=ߘ縅Bat~qvNӅ~Ft3P[y'8퐲~EML? ~wI L !=C2ʔ t!V&_l4ծIL ' ?.\< J#t.YTA`;Gg_iȏQ$]w#}˞ڵGfY]A OJs%? ڲ8uإ_6l}}M7ond֭8nLXE ? mtՐN,x& 7 O{bN.V) endstream endobj 191 0 obj <> stream xkdZ4N@lI.}g.]jw 4)pyqH:?+Y\ea֢[E>?7:?W4*LU\|o,wߞ󟊋 Z(B:KV°ZVLTEXUpO^PZX/HC0_K~ (#-^mLOC S00VRCxX_̈_$~>f+9ٗv3u_8.R1ѫ*#k%V)]P^ZV[aJO'[ݼVBYV6'\b}x4)LǓҗ'tM =/Q1n߯GvE fHL-^$`3ԃ&T%*#膦nnf=h53#-=R.xdR0%Tlg $@6۹ oG@>s*au M٪)3[ gzs>h#^>-P_/ Neӆ s yXy)O`}duFV)9 uQ'( 0 ߝ3\vּgГ:ա`X'br ]!w!40+|]npPVlI_-Py;en#+zxɝYwÿ}+7ƂB'[|]%qM33cx3JR滑7 {~h)?GwE1z B(GO&]|vWvx}?۽S8tXLN ES6W0<$Aw%Oμj]@дpx Ju~UOB?hvfuwN]rֆl2"G@mq|2̲jG a<lteK1顜SJL daT>Gx+=ޙٍop`/Q[-䲍>l8G J r~_ٽ_D63}kcluti~hZoRs뛉g9u]瞆7X\<[ TrgkfY% ;Tq-ⓙeTQ俇^ Z4VW~ʒ~@<@Z vl]zTc6 pT- :qr>WPkh5G~j2g![䬶GzЃ8F?ftJŤyf1Icspܥ}Z(U˯Ś$XqLEH/V=v`Fl+DΑ@(!9ɯ D̷~ĜIk'Pg% C0D{2D *n١ a09Da~٨"DN d_xmɩ]JAnX?YͤGIUs]x<ֲR+SFDn־uނ/3H ڔc4aZvZӺB" ֵ"}4'nLov1C9;/!2LT>졻Ԋ\y*\:9 DmP푲 Fōjw^i;ש3,Z3z) D;:蠥0&0&%u]׽Q P)q^"vv.):_=G,S9f w0I= nhAE8TGw q񠔃.LPx(kb:M`?܈% `wҤZ/!gLZVxܶ 3+:>&CnÌE2JZ*y7Zb䃘k^;%կ9ӪCx :RYKa8k$"3(})fl}8C\ާ:: C9l<;Jv.LD6Nzu8"n ftr]OzZ&;L@}X!,1 [8Z~IP~hw 'VTΩU' EI`Ƣ 4RNV@ 30e1JDaF{dQÎ!Ƴ s2/dos0y0̚WE> stream x]o7݀þ bv2}"uA4.=v%ՒӦ73\7w-g9p8d~?=IY,Ih4V$ɿ^$ӓ/OO ,U 4I1?1'KN.yz IoB:>t l,e"Or 3zu "ӠϤb_969\$W?ɼ7+T>fϕçgvO ӥeZ4"9(Ź:\/";k[/*<8uIY QtYTp8XnUe_RfARӲ2hA61i@b߁ z=`#Pt_BU.a\!TA4v͠lW*?!Bh) gxXg%:`d3;E'PM]q kPYh:":o{w HCjB&{nu{[`o8`6-SϬ9H*e<2Ar%QqjCl}< aZ2SnS:'-b&<1F3ri?13II3iPsvxʲa'gYj }njUs0dSHl!șy6Wd9gՈF~Bnz uҀcNUJi@3= Y.4n)wki/f$sX6N9S%S"u{3o#Au +ɰvekc?bSRn歃@}zaݍ^`P)D?6]#e6fCY]li V3Do/gm Oѫ̦X]>n?fr[L "PN"{#:\ɐlh(I-jbW._3PgXer{o,V f8#,pX*jQ5r+XDC ؝,\5qIQ6(HӺGmM#zLJ h'%=s$J.ŧ{q K_Afޕ>x疺o&vtQX[Nn*˵-C~VӾv qc6ïGq) |΁|3AIl_^q%.hy\s U4"s~}Vb-aYL]/p]6 J8?TZHst6wj- e҄H8rJ}܁r|5jѴ5[Aj= 0">Mտ |~% `pn < qu eP!/ԙ<,jEʇϗ.fC*z-(xP&Rnwke1eQhŔEXfBPa{ crozj d Yj8D ^|^Lӑalis")dyUȆUŝyf&Djn"D1S&t(N<9X)Ad-f`*SzI{N}pnzD_U6{*EޜV:eA\c0@aqH\,0 !T}ҧdoqe"5fs]+Ze?K>`S 6^-֤W 'WncGHh0*GNtі}d0䀏-T8ЋǛwayۮVV4AQ'uX  Ww'йH.UhV?: a<;7ScbZ'I$`|4V̨,6DPDO 8:۾ObnWZ!tzǾx=RÄǃw`7eAm6Ŕt}1>"8 ]3"SR^9S0b Q*k~ JJf+"tVP^{ 5"Bwܺ¼+.6@1KimG+2]q$O:,kRW&SȈ3-cE"j}U?%EhE2}Y=i:vBsn kJgf[jA9RՅi]0x"h*! ?SvV^{"sRVBu{P U Sj(q!ʣϷĚدWU~+ܽ]Z\P1PDAJ5F*lKƿQUpff**X0wr2E4 "8>KvE}+p7(}Iy/<{~K#wԧZO\}mQ;7&̙?̤fD1bJ9Gia7nȔ!i$sM̰.GuzUt~{x3\#hObZ-@nRT fKq!!ܟA6O2&@ygfȶ<e˞sʏwCէ+(9<j0<`2g꼼v}yNMrbiēѸݸ endstream endobj 193 0 obj <> stream xZK6QZdYM E66EjFvmǏɯ )ɴ-ޘ>97ǡ^Nr%y[,Wޟɤ{>~b $ߣ '41PhBe#Ƚ$LF^{i ~~oMA |kA9(LB&Z愙bʈѻ Z2 WVFX!OqR%S b%F K;fX("L&WΞ]x#KЂ(eA_KΖ18r9f<$Yv:% C]F7fƏNHly!B&;Q4'F=5%wsO;y 04Q>M ?>7!0 @[pI A* /5d|9BU!59lC<8͐rI'j\>7$$gDtQ'~8pm&\6Vq#I$64GCGlKOCǗG)fQQ <>5W[83N*lw@a[.45 X'O4zK1ڋpwDB|o[9^Y L3\]MƄ&LɃV]3+b+ԬPӋ LD8`g}O&+! [y Z-+i˓٤,1sTu u~N[W<.) aE< x`81;B̋++rB 62}Ofk MQuK},Y.pk踦F?op@輙;r\.rIh\%n~dV0!mʡ2 $2#Fɤ; L|z3kw,ҽQōk|=1YE1| '{kV9U 8WB `W' ]9~=`P=">&v7@mvۏdxxO)+䇀'SpaFȡ( \9Z L!~NdI΢^Aݞn!tyNw:p!'ԙhkc=^кst zsL`QQ@Н<g}_R>XRm;[/kxg>.uM׶\Te/*:k*4wحtZS+αiҷ5LܹskǠ,nK6dKuhSӝ$9jO:kJOMC/c!6v6H:-Σ*y^66F?qӊI7]P;8b2/A endstream endobj 194 0 obj <> stream x\[o6~7io tn6YӉ-q6eJxF<$;Rd,$Kr,Hnݝ%;ww> ,StYK,7={i9/[zs&&y #>8H!a:> œXY:c$F1prM]Z/ȜhuG_Kv(6Gi}NRI>lb3e6Of7_m+7RMCKqrpPɾJg.ӋɾL&:m82>?kƒ+|G0Žd[r#z;5f* ХXB$-  avf/͏hJ"ӯB..1](>G^RLLT8JR-ǛRm)%jgW,ǐ}Ծ[WhTw;4%3Vp9C"*^5Ӌë  @LΑ!,=$ a):i۽! %r<?9~C"<T2.op (V2Olq& ooC0(h?9~C"<pͯ:=I̪=nϖR% MTB-7L-=aFrmF$I2ŒI2$ьe  tKHE\EM  $ g yzK&FXdQ[^% 8Te2ܭ<~'*Lg8ND15u("ѵ-eZ|(.ӎZ"3cWqψyYX& FCm IF :/0 1罺X^-r 44}C0'Thqsxyl?ݰUwt73LQ\mדUJLpǟ];+z !j W$.\u*4ic(v`97ca-E VTw&t1)K  jb M6 ?"-?. NFy=<.D\ ]0hx &B`3V ]#tC#A&pmEsڡ:<49$;[X~ r*{N͇%xzyq|W;^7t!_oz! ۜ* _XoXI|9s/o ^Sxf*fM=L<Bж{! yC&PъL1}w 1G\Q2ćٖCJfxg!,ibikJ[ⴵD-2Ih9ch={3 {{Lm!Fcܛ96ɾN]J!շ}X;l~d}M(gP!0QCpmi~lIjzV*/pi,o- ?Ϩ&`@>!{l-?44lv4oԆI@ӥѬA?"u"|t9&[2%/sa}!" QI{Y]LŅ'@Ie"k|f}vܼ!ܖjC J9TUΌS[-j jhڒ-Xngwh|BQލ: ӫ6 2=[ kĽ!5D 2l -j jhʠ|@-ٱZV[֪xg5,Y{XjDXp= ۴tjmXV,~% ×FHcm}l>坡x;9DVO!Iط`5m DÐCoiB(H]RKA"fh ߁(*lEÉ7v})% P\wJt/ ʐ+j=¦:iGU k8%(XU}YNC9$b笩LxD2{>zJxm۽! W\I(iHD~Rw-5̓Ѵ@foD<蠃>AhҶ{! 9P0UW-)%𧸆&2ZϏ 03Ʒ̏{핵&Q`?gnkskDݩՑjxjxdjk@j*gXZ=4c%h[Zk"V\B,*8(8:}C)o3|5GE+t})e(?.s$C֟sgj ܹgx|l]%XԷY?ʋty'":nm|Sf)Jms@6IϦ.O w"_!|CŴVc#W!άoڃ,n" neOz,eeQɒ.# >7J--u02LT=L ϯ*< 9_T3c\gz5Do" &sTnRʤyE g_[:+ry`gqOTR@KXSXN¸˶b:jCdwt$U몓qcf8rU+z9wB̮h) ے;%c;.)DN_Mj KUMռsGJ^K-U@ֱA> stream x\o7o'ɆmzMsmz=}pYHV3AR"Hv8̗POmX"[}q~-(%.n(JI(\BUfw@ev9[_?]βg:?2'B4[Ē)bdeAXeDI{ ;dE,D/ o՟^ndr&hG EDϸcf/'% 7ms.,%f_|&tvVpl{1i b1i_% 1n$˜z}/Ol ^z :(-EZ%5H$ eB2 D6B^s-t^ *{;-(20}:uDDcELATiP,fH)ГQ8?i.A/*D7KãFeB9\'-rZM}Eh^Cؽ6¤۔?~fP礼 xvR_vG^FoD4(bz'W9e~ ZAH)^Vr[3iX#<0论h + C<#զ +a$3,Jcָ:O33d<[إ!1,Ӏ*f-zUHH#Ws[ۏ[ZS\9qF& dpOحMu͛_;GƛZG{.RD3d!o!IͱAgڵKI$dQ強WwUBnQϹh#{?u鿇3BT~OǔxSm:O!!#8nЖ˴!-(] r:{+R3GT`~Zq䌈 ژ$Ag];k[4lž٥q'4`f1C+ZJ.×7-*DY^^|)-l\"4'D)ހ-&& $T|o| }C+wd㓋'tjQႰ>[6ID{ m,)&ҩG%h9І١qg IlQ.$q4a T{F GY[MD! A474Ѽet,J I@koop/@[qp>LZN 4-Q 8V7>3@pv 05(ª4o!͒.+UD -{[cj77y xTғY:l-;mG#ړEE}B9Cڅ* 7*I2E߃`M(w NV8vdmlV&J,) '8Fmƣ&,Q0?rZєЌ3Qćwʁخ$g( z^.ZDv{t=M+L6Y=7ۡ1a KN|'hXcaݐc:?8*ɯ֋xQכG+X6.&-3,C_-v DWm7j@XD\`ǓH3M"5X*36,L'4qlPӌb^>S\" X7ubZ1NԔ4rhƣQECB$ud(5uW!qsHV*JcLgQ` <:ǩZFPWjDR ͔\dFFohAmz3fm |+p˥ޒfe>Usa;ChE28ԧg-<m4b_sĘZ/lblzw }COXZ ^*\ZWrz)W %7ySMm+ 0{0A7 z+ !*HByA1 iuĞ:ߣD_U uЁo;v裭 ~<|>>껟j/;z5 {+ڀؠ"Adw/inU=jNY7ez6aXuW$kw#8D\l%D0a*G-(mhƞr,MPŋQ+k,VUr87TM{k(iX:>*p@:nsL endstream endobj 196 0 obj <> stream xko7( o}k{.z#:IMD7C+,, Mx~VT\eaVخuQܞ}uu~KQpJU\ݜq+ ^88 2LaGlY|JqV 0. *A-R--[,~lbuݒ >l=xf}i*%cL* [`}2Xx7G~*K*dOSNEiD&A +5_Wv͇K͜2EQ3Z>߾n~ƒUJ˵r- 5f <%J^U1%!R EhۺLƤᚵ=up+^': 0L||ilg6-x+ס͗'0y&~Q'(рGC ~a^uBKfU>3׏YS<~H !4kε/4$EdI rg1!볟??!̼Z/' \x\#DC+H7X$7V4ȹn ^SR ~XjfӴ}w47 ) vRCk%~]]2<8l_#MÝE+MG8pjU (\fTAUk'5_-8ҏ|إE'K@\xgrkG#OyιUtmW9CRLE Y3^oV h!3K2قJ7t wg-Hc?T6\r\lp ?k?Ys4^ܐ̹Z.3 mh7`A0/ҒrX e}B'Vw9;VrY AeL /SLL5g"ɞ7xÑܥs&hHK3W!Hɡܥϛt) BJF'!Ld)g||btyPDTk՛cq*@y2% G͈)=ì;N Eʸ`BRbx.l<)&&-g$eM'MI @`c6ذؼa3ˍϸLPi]hm0 &j8cPY-NKly!ys,nXl%w``b-#2^3Ăη-:&x6 EXL*Zx䑝O@ui}Yâz$`}gq1DU8˿[-uL\+0T׫Zy?ܽ^i{ԭC]/)e:h, wpLnrK,Ť!RUe2]j峀aD72|{a_b q: =݊i}[frÇ"O@nl52G~H[M c5A039ozY-z u R:A RD vGC! '/ ]{B m=H۫ɌMqw3Svl袔xlNs-wDip߹wNw)7qz̦O k}pxP0L||i\IoO]C dAԝU|tl #P3}L@54GwtA4GwtHGDHw`dLvq;i*B=S+p="{3/չ i M~o2g`Y] ľ=㚞cH];fqt`7MFbZdsΎ[r͛,ETI$lcJ>[NZ8} !U'Z֮o@ǖAPOSgĽW17qVZ<ɕ?xt ɆFdIU1=rl)|,7>jC1]Eۣ("ex b ̋8[TXlaYKV>rߖSZoTYP)dƆ9''(D8;:00.g0J&L?œ{b1kvx5V-6sN3I50̞@d7쒎8[TO⿰?>8 x2-Z %׬sw5feHBMn"VueÙ鄙>C]UՑ|p T0"&f9jLV*1^Rq,rLJ \~,(dA~?1\EGKxnWG?>|P.F3UrID(:V4,ZDҩA/&@H/8ѻyB54}u@&,Ͷ<3 9Oqjwԁ$vGB/I(Hs.эRgi:ItEJ9: wO?݉l(Gլie$; d *?r)o;u@NwWK'6y@U 'q=w`R;q=j0-,h}{1cZk_1n-6dUwÄ>E=GudՂ(&,s({{1'*OIN| RA G|@;&๫p=39x^q6g-t8:{yff;!F? lXmy%s%@>\x5[cG {uh8UjN;P-L džv"l!v ^/* endstream endobj 197 0 obj <> stream xZYoF~7G҈ܓdԴqiDE i(bI]^rU0AqgogAR+3+DFFcqRF҈Gf>eJ3G+{>Η3:_jt!OKvtpS[ 3S^%K kbz̦ 468ZS4ѣjUS66,1+qУvbӻ:N3|Ljzde xe|(1n*t2iVyRi*AshҦ0GY33|~ȝtơ3ʙ Ҷd%yz3o0oIc/|#X5f[{[[sЍi[v8:c|G43Pk=PX拪 L/eLK^>e977T֤9Ae1Z2'5OܲP0-bCl<|bN3Ld`}ԎNf";x:jݽuw.v8oo]}@HA]<$?8f8=v9 ( K Q+v2߶;{Z [!+?zddiZJMBB$hs6i]!h+Ƿsh鳀,8PO\(,wz3*!` ^݂N.0]9?C,P%pN eƄfN]vDL&0D?K 4=2:ϱeS3mŧ0T4ؾ/!E<rCUs L뤋U}hO: jIiFb,k[t5$.ݪ5: y2;־A4XpU-{VR?W'n/BE+@)'}b&,bJo-D5E\wkbKQWqD˦)PTtD}x+Kxb` Rpo!{[}O?Bj< e&vY$rmkHvrR1L {E{ |j]wW[DħsTGr#BE0i*6T9ܦT'@t'v]K= ){3SV5w)ko yZFG5n&x]Pr޻/K-;4D:"UM]z:.ˋrVE^NV)d}EuƀHd} Fq2,*` 1`6:᝻ ē b$*9* PtJeF|_eTO!ǷPYou&%A%y\q׷/GWY#%zaì̐3.0&=o(~@@c,ptpZ)mX.|1 ht#hv,KafLnfLG7U8j +t'ݑTv\^-,W!,fMS{@x} )_lj endstream endobj 198 0 obj <> stream x[[o8~ǤjM_bk"(BZaZ B=ǎ3.HDK|.8ΧݝO*+3 ZWb^v`s(%%&';peF3%S5Dlr/TvzN_Ϋ<+dww|v #p9pcQIEVT*SVD sɞj1L 7 Pa‹n6Eo*^圯y>c. W;^ 9%zS)ՆB:Ll -5 H)D[)ETգ  ЙjLe(MQ#qoWM"̟2 =p-Z#Ǝh{,@ʊP'jɳEI:@XIZLTI `CJtxYwo= ]@%.z*@m^?v8-5ϊcћ+I8C*'gZ;@Z[LZY53Ǽ:nEUj<R+r<@>-kNYZHlBk\Xz-XbF|O%)bHH Q|gFJx5V-RRbbRuTQ\s0+*j/h]~kCja'6ØԤ6Xu^{:H긢DmUBQl]N Y=@;LХD*t cF˚&s$s YpR*!.?ZСKQk7qUѼ_Wv̛2!'uܤ쵌 k):3sѣ5WXnR:)~3н~av8kl Wt+&;tlJ?cio68ͮ7*k"e?¦),]{PZHLDgF-'cF|svTU=PYzl aX=@P;LL主e+5h}VB8AlU5u'{'xZ8| oEcv<@h-gH ]~)kBYώ͎ endstream endobj 199 0 obj <> stream x[monN l?5IsA}8Fˑ;E{g\Z,-c4;ܙ}v~;=)IjʊPkV'<)OO^< JI)'ʂ$i! ۪\Cťݏ'&'>=T3JpPGdW ZbeeIXUTTeDI'j4ڋ2\a_rA /~ͦV8kq"ڭz7g|]Mi F>/S5\9 c1+V(v5bZMa{)Քɯma?`}Imk!\sTU?1٠'# pTքagO7Eq йFt y^zt*Ѓ|0'GTϡ n6u95P1t|brMTj"MNEc'3OnVKd)\1f_3b"j2]7@͗S^"P ES QA,o{f2Zۮs=^ -NjaNJ쎥$$=pQry$smvMc;1}4@nDoف fe6]DS S/HlWP놧UAsb6"l)a5[ 1>ZZ6VQ=BIJN7m{uq}k5c{@a=b [xl72ɜ Bh9$|W#J9?ir`FMh-p 2ȇr_VD46Ψ}T֯YW[ͺT̈́ƴ1Y գbeX{Z֖+h2D]a{ƢJ)'#۔8HWo/YmX&Z3.^?3~E8 T ݖ\owgsƹ$d7#aqRylVP#V$AXRؘKT0vp7d*^_᎙ /(c k;1;FxђT: \LrGX֖GDzF$5) H8[)#\l቉kܥ\?t˟=Vkyh7{$LR(fMTh֖GI1%lMG?01Iz]!\ֆv T&Aj"3% w+p72 7K䄱aY- /"lBĠNlٸzl\M-Fjp˦5|h7!PUV-!њl_%bw7?L endstream endobj 200 0 obj <> stream x[Yo6~7G)Y>4pz$.l h!%Qk/E9Yr8~w4ǫΣݝ1BeuXeapHEO䅭/ar';:qwgfuw}V (HV]ĊkTe%VV[1N_たZqE#=h04TZ%$e3T,Wjh>OD9|IɈf)$DlAg͞7 =Y\1*f)NUU_P0Vs#ka:ޑ+u?/OoQ o._7b RuB)%jM.0D!5 +ݻ~W GW'fyvP;ET-?-[oDoEtkC)@Љ1^&&dVvH]4uyT0FC9?b}ގ%P%/sg}L|YG uj\}/30|sdзKrWPWevV!7.⸏9"oJ21 _4#tV-kDvO0Y瞁:D@[9s!)QR5dR #8 2amf__0֑^<+~EhAb*'U8x/8Wx~!la+ W43Cx&'ɦF0ХMRپ!~<3$K3̂.XClKZʯ>p2;D.&%bL%k.KNCd\@MJь#3T-UPꮢkaY_ߦㇰ?}o6{iS,Y jy̍օi19S֧@VV?k 9Abl9Br-*S, ,aV}q,WǓCrA%*Sgc*PDvO0F@h{LhO NP ^a~|޴MT?XŮWGL(k78aӮ]Oxf}x̋62OKdQR"-#nnk M:|? I6?i1Y)~>)+r Ǔ Cr $弣4QEM6UOL%*S {ȁ)+{F8'Ҝc-S*#|?gس;Ӓ43ǥӖ#omsbE^N8LKbQbI,cZ9=d#1ܥhV*"nWџ]s< >޸r~ϖ "eѓѶf wN1 Q1M ve݄8["X) cQR<.,%Ӥ:$I5br*B}J6ĕ}/ۧ9,G88oq^pMŬS\23zCD7'䢗gWmn 8Em?QRɎ N|\13o׫ lᆖ(dm[qɶr)%NfRD̟iI!֡2oi[?>qP0>SL7$.brLǍ&,5K?’!n S[4H"Y6N%N9w'ztis|y2||ZAϲOrl1Mn* endstream endobj 201 0 obj <> stream x\oFnK^\&w.m\CZF6!%R˕% 㷳_࿜(R4Dg/.Ϟ,Q3tIģL3_YE,.ٻY]+_A NR4GkX:2:a"2Ų j'TE"VQۯb ?P~3].͔4*e*ϸf˯g>}BKB;Lޖ4Xw.Ng|s>z=e&2qPe ;asw g3?A" DP.H -@Hb-Lqo>1_b6s i?-ʟ0W·[~nr&?D$xQl :Z.2~\;AT~(A )P8V~+QН`NT3sxQ 09~GF@\N.&P[赊YGKuRh(L:U@ }TykM*(V;Z 5<MRaKE:-$S];/SXc9ǘ:YRzSRc) 76{_ĘP(Ș.2q;Xs x@i"|Y˲z#ZȨxU9{k9zBj4zǃ/0QV/*q ?7C`bJbt.CRY'yUוN0) T*N,"Ѩv%6whvgCrL5j:NԫZsA3?Plu!l/(@**$,{橨4Inّ P%ۺihHJ90=Fov zAI>A$qiqw2É&J,h¸05UF ψKs=~[>y55f깊 A1iOMSELf|FWfnBYGGz<,a}aF5/U0'Uk[͕Yr2kDVm gT尪J3lX7'uh6/vgGs(_҇Dom5ےxA-GՕUKJY AjWRiE.lHrA~ N|S)Q(Oe?c⚆3HNT{!,7SUórD:ZŧJRj&l:9r"SV咚]*T9-}Dk1NA)ƅ7Q tf 6ؘ` >Z@$Z yg oqt :J^ṟwDʳ*RoqWa~ ț@֥=Yٓ54ޞ,؞z>iQkqY^a$/{. /￈zij ق֐rU9[B$.-N nU5NU$>UI9C^V  eX;~p[vnqgvsui=NMqdZTDG7 ˭JxwCb [SQ{[Se[g vT;8ZJUo٠E\6hhN^6p;E{hg9tiΊ+ga8Ԍ_} p'@x;v=ȩc7)d!Ϛ3 SLdX ;gi9c"<$myx4<qJ$_=OD>P?^<5CTucYK)w}M{ ߩ!]} ^T;[θoh|qM)qR}(ڲ;Ur)X>3}*׎ o/*Cи ^=@rAqBLEdc46.1ؔ;c&Šؘ: UWVto^xTAxߥ-0INF! Z^g]+_֢9%:住+lUpL%!oh4,J@ 9'k= :$˫,  ۇƹWq7|}yO!,ٮ” 77NHI|.f ]&xg)R0n+>,3pXWf* ˀQcMiKΓX弜]n>x}FܓMnMRr\{t%~=Gf*v-24 M3`> endobj 203 0 obj <> endobj 204 0 obj <> stream xZKoF Q4-妧>E6"eIH);3%)K͡,sgf?n8X,IkHϳd>0}"Yp/KxRhQE2|O_ LnΖwOף$+:<_ w{E@ r5'KXXY1Q$bE5z}FKkaP_9(bj,W~-2~fs69x!H;`3Ut qc)ř!la8DnEyPeFTnLh+7]fϧ)Th/SSs5;wThdYG gq&- x}u  +wϭ֐˂{W3kr{B&jL3cJgQ f0L@TT,rnNb8ore. +:P7CokpŒ R;f?ҵ[ :Z{N%d:$Yѷ|A_XZ97q( 1 -r#'NP]>h-棂Ba~2L--zX[ܗKm`\!ڮb*㚛ILq4Vs(o#p^k TO0n\E9l0%I>R{ i/'sYєej+VOh]UoovUwa(i!˨`v!7)\}Q%x\2Wө̵YTs W,EN)N֬uO 04W]L:0 nY2> bGXKw0GhO5C;V<#+ycgwmIr| ;s TIZw=߬f0M_A%\RYgk]Oα8G-9<#˫2nikhz,}Ks 鏢逇^Pexא!˘ѣ3S:ubrٮڗLf*!wRΧ fe{1 --ot.Ygo|7z=y<αb| ' Z\*6],?u(t3/wJ@:W /?'ĶG b"t#i3onCjz ’{r%ˌɠ_{6n4 + ҫ. be4m3b@}&ЧrTMD #}|7B0aųgDPa:h| sKFO-AKԦGP` { s8 AUaDܭ ]hs Qs3;}tGE !]Cy_ϙ0}eǼv4g<4~-ۂ#T TC N8lw,X> stream xZݓ6 0snO-Sh;C[;te}%f8{,^hĊ,Kwg%+"+3٪9?{t'9?nv~=qJͮ8Е*8Mk9T_jXUdLfB2%̬vx%Y WLun@J ~%`)9 CoBfaAa%9S'SkG!MLp`;q.L)hkM@Dǽ% zck*3U([d56(;>p-ЅSa[a/uվoX σW, :eW>svaEEu_tF%X ʩmi:6ՋpuIj~.to*&W^ϼ2ڸAT'} ^?w}Oh^7I_>\ %v)*Ptq'W -<]n5wɢ4%2_de$'t IW$uJ{߻9U\;՝y=} zd^L##XJib -  @qhp}FXJPDec ׵;Ϳvܙ>7*`h/3W[Lh6`C4V'П,}mȇxO8.]? Vr WJ-@/ذ{i_ yh5 ĸ[P7/'801:>>5}t+O`z'(ÙL}zeS ]qdw$M5vœ <9eǫ,heGsߡn;K tDch"tG*

o)SUh/*]|oCh3<%z%:ZjMz1rLDxT){^05 +O)/6"a*dQm!Mx0bUӥOĺ"$mI_}Y/1pcM,F;f1?1c_[1@_z CThEtI$VMGaS9tO*WsD\SSuYؘ)CBL%7_~9G2:q -PÆ'D1^ϳ<EtJ\k endstream endobj 206 0 obj <> endobj 207 0 obj <> endobj 208 0 obj <> stream x\[oF~7GѰ';yjlMxpe%66Ɋ]DqDY> l X89>$8?>zH8gJ?qqdf&OοݫwyiL>_(IN~|WxG_{Y1'sx9X1'by3?Z "4Fy㷣믥boןM@7|~5XnkfJ_~Jq Y\.%8(CFS=Z~Z#*x53 vMv39K L+hi>"Qg4l |f ))OaJS|_}b3d VX\3.z.|* Xf&Jc:o[ATlx0WLWttkߖ<ٛrzFNFnb7w6ֆh׈?o<qTW6w.B!` A1FCb)z9Ny@fSX.& ~<0])N]>w w}[bL.SF_<0Pdl]tIhO7w7S UWg!v_C^\2*cJ;,} pa|>[;9!m\B Pi~.DUY ߀ lgEnyS ۩tb/bm$*Ў3::"uFPfhE`/ ʢ3ί!$0-lJ&"'P0ꈌ`X. h<,fK4ZmR?8U\|Bk So|WBӀYY5Er_VbZu%8M侤!Ж)nA5oy f@ʄ25&f;XiUL57:j>&ihP*grPf3L~`/d,SŶ (ǂc2- 6_%Pq 1 ]@&>-| /혴d^hcX@ n/l * "%5P%slk!Jh3vK4Ā9Nn!^:G0-~/>c&yd*ӸXeEhT!e"7hV3YHb:Dh?{"7$ 8|L9) _~AvqmFf3IB.g܁&X$:šxdUPV1_hjG:&+ޭ5ZMۭкPv퓬; 3xEuSZXN_-])@;Ǻ:W6WW~pL@rd: BF9Q_@6lۮ *ꎏӔv̘CSJKatbfb_X>j$3LvxIQGKPUPDر~'U⁝Y qisuiBjl3PۮyQU Dm Z4ŭ~^j)H Ք6,mcaKn*Uå ?ӏGЀӏz +iN?:_ ӏcM3(u. &cۤf Ŭ\|gf5jbJ!aJÁ2B+vL8~۸7f<qOQ h?["e6`ma&nE9k4]cO1 jij JvxPG˄LPʯtT~e9ߏ~'-Dxx,t}TRۑ{UN"QIed̙,[TY)xutéFpmW W5M+OTYɎ:i[84~D endstream endobj 209 0 obj <> stream xݝmskF>9OIdQ&iNGQhיXr,ɭ}w{I,DwI3$]܃;?Y5\TuemDns~G٧g?V3ru+̸ }^5W]ӾŪZsFU?C ꘮ WZ W9\3GZXe2 E&E_K~|9VcmP7Duqb^OS S.xA_O)Κ?v)_romV_zuj'UqJkVBkuu{ \ݭ Z}l %[ä[ޛИ-_;Tunн{[o.{[T/|\9լ-{+`Z[ Me؎htw{بX}U(bؔLֵeʀ?c˱]q-͡]|>dtqu΁SšRj>k;+`6~XםfHEtV$pOgr_PzKBK`=X#xm5z^ٖ `vCX=w%~_$^A~ ZBG~,L cBל|piTu@.M)}TY>|s ;ĿNnVx{ͻWLba'b9dVEb~ gϡy>ۤlpG<]$bFNp #8;#j1W}\@V:L8oŏk4O5[]dŨ6{튨l60{WQI6`7(bf#[J(ٸ"f8pK7֔˶閑lY=!1x;n|.ovhy֐M4@%dt`Pӑmhɶ#thd&֢T& NE,؄ЖR:6)Jmb8A[e64ڤm\Rmi'-نr2gEr6(KqM(̪Zll\K)Mpi;~fma8 ᖞq0԰J1 V9@T@$;ct *`@ds zO] ]/2uBYt .t43t71dpiF%;䒢\Z` 908i/368ՍZJtϹ$[l\`KLpi޸ ogހvYj&96 N؜a{ڠ* TƤ߇7jP{*ZĐZTNjH4," fYBgg?57px.5-3? KasTFlq0zهFqiBbC9"PRyLe0RJ=[\~ 3ғ23̈́ύҞ+3l3!sgʣ-펌.PMu׏rt3SvF}}1ucYTBeŧqVS^dĉ62*r5}cR^v%߶ص+] ʍXzGs>@j> 18l_و}i;B*LO[*"/\+dH5C:^S^<%d$.ER-2CZ~H'= 2"MV 7A=ex?wwךaXq[noX~]sg?Eoz "7~95z>{Gذ@XFHTY`3w8 |f;d+m(8YVgx1<9 g|~FѾ}o󣳓9} 7NLaN/4UBO_WWwGr"T k[ᩴ*p DI|7Qhk^.{"Ω?79ccB{6Wy:bb&;Mq$pO9IBe i{z.07*|hs]O{cSG}~ Doܤm4_eEg舚<`{h,{ ]VFn'>P{΁˓!϶7L˦a.d9U)Gם[" 釔jmjݏ=E$ > ԏ>1y?.M:kLI[Ri АpR-l5ŶS+ Ԩ![Y~!I[ܞ*tO2?nӔk \AK4A[TN=iDFI+ VXIk_ 3!,gfN 2(\_ Yh϶uKrpD{un9mzH\5Ȍ@^lɗ4,Icf#iJCHZrx ,BҴ t! m$MIӊʒ4SvIFgC9"crL(0FcfhJ)ѥv|Bڍ.,b9>w{C؍n?활T5z v~Z< y:$/-=#H^^t! m|yi%Ҵyir4G_HETh]el$M)I:6{ѓ3>{Wp=|N{NUEM*Kр5:lFyU( M)4C Wc1Cʹmլi&8į l-3h&Tq>[>wá.wq n.;P@;yo/3 ~\S,kE0SJF}N 瞩i'<נ2|"u%\?;NY"[v0rL|r*DF_J|qNyHgC x'n8iNӶA|T*U\*Dz0"g_6*isgm/THLr4uX58Z874h0m endstream endobj 210 0 obj <> stream x[mo6AbWݧkŶ& u MɆ=GJdYD#{ΗI q\dEf,ɛGxpsq 'tE3Gl|g6Xb¿sջ,+:8y_Nd($1]!L,#uz^GދL/,և^q>ï7d9>~-sr~HXhdy, 8PA6`KHkgZ!#Y%` dai[>&YqYZ%;ٺ(2`FazԆ=NÕi[}}w q XkO)nGEgt~]S D!V^mX*bJE3QF_Z5%"1- -kBfZ`]?Զ- EiϊiҎfxj/d{5> W!N(-9E.7Mntqgu`QFW|\s$TkK%wzm7Aӄr9cz.]O+6Z8!^4o.>\l!Z4I5<^W1PF`GsIP+7(l Իw)٤RjMEIV"$PJ}Y&M 0v6y3; }\f ǴvƱa/į1 ^]x"$.Y&%(1:G Wʷſ?3CW/e[g䷂2E*ktN& B p8i2ҾWyPfiCqna |-ꆋw9em$AO3-`OH'}禓*:r4袌1;=Lv1"v*/ ׇ.\ w:^dZQtr^(~ @ueIK8Ԭ1F>x|)VeG$ mBuTou`?uơp:BW&Z|}u`|z=qp\&B L9Vb2A<٨ueotHz*A\AUT;^5%ܚfWduϰ<(DribԃOsJN?',.Cu|Em)Un7 GyϽg>_ d ʤ-C+^;Fb&kt %,q6 ]8uz]OR1]ruފ2"Ht3Zz%)F$lD+x; phMP7hTs'ݠiєC-02 CD~By4AZޓR1BTtGҲNZ8jۓڬ ͊i喧YWdx g:\)[Vu4({-7[ QU쒲5N&2 ̔쌤 =^0{n!Ijx_qK [eG% %wv1^ˆ^6_-qxSrT2^:[kI#WièU2/tn9LRR3EZ{$\+2xnc^'{ tJ>RY@6WI/U!MR7+odny,˂_{ b}I^h{\m˃p5f endstream endobj 211 0 obj <> stream x\mon 1wnZpkzpqϖIn劤ġdj6T NdOϲˋӓ߿P "Y[Vif{_f7 3\ӓGYϧ'`Ʒ'_~1]m09Y]0Qfbe3?zOEyFOԎc' Il*MPdօeʀ`_0Q8\E-Á}tX%{fCQR5ѷUbX(Ȣ͐ؤTcλk̐Tσ?SV%vdWyqunQh)\ ֹ$Q`]?Զ-6bϊiӄ"+kgf&/N3BJǴx lKh< 8 &B3votAlOHQ;S'̱{(Q:p;80 X(ǟ@>/[K'3p6}5k:LOae\q~կa7Ikp[9,p 4nVOTטxl4a :R5yUzV[{ j,)5Rc{.(LlJ/C@vΧCW{K. B)7dU2!7\o߫\(\-.|H?_Ճ?Ϲz 2 FuhIzI,Ƨ-<ZaRcZH-ĹKIj=^j W+h!=L0LkG>?*g$P[N]IVږSC{[Hl"P<}-TL` 4DNPlQĖb:) biվhMZxPA;y~Mdm AhR*$8*TKD#8$[Ae96?Jj,h-R:{b?I+*U7 $5SHvm8%RaG֯Yv=&kÊ027* Mi3p w2-⮅\y\a4{z0K Ÿ4OBgSB#nA^ !!q@BU [b=3Df);  +4-ծe&Cv𓴒 $,FvpC;ED <962.>:5S Jts TIK hxM`pſ  %n{'ǫ8 zkᶝkfwwvbZm{ Q<}-TQ`lz w56PݡBYHQ–cb<&Βҧ.Cq\BK Y:_#𮠀(A>O!  _d!)}SP.:~D)_xR~n^C Gy|3/>8V S&QnS0pM%dý$*FOj Ұ.]c[H[~=j{b)+^p ޻t fo/R)x<.xtga~;͕?NXq5Ƿ QB\+DFlI:KM^ n^4cEUS Kz1'.rn s0u*$q&E s ^k!EI2 t 2x G@ΉEq:og jKk9چ{꛱C|,񎂟c|Pm?,P\TK?g/5kLRj.Ux-Y8_Id\`t sS<P<"X&ϡ|@=TBp`HW8#MuvoR endstream endobj 212 0 obj <> stream x[KsGr+F709%xksHev0ښWْGn-AY DBw?JV"+3֋l:?OWgT2ӌ#43.zq݆|׏gwvϾϲ1]g[XX üά.pSe\0ԛZXi 4*?_KN *Qmfw"k540\k|US3?eCh}P ?ߎq"[e^f;o==?>n@mq!]a%*#dȗY^S:z3rJkV0z}[6\mmO/MB{qX2 ;![ y ΌsL/jthC'WK{θX>cqRJ딜df2eI0 SGcqԿM; ?3\o\%tz(:5\m0JFΎ~ka]cJ Wؠ6M(`u3$|Z@5ΰ(腏FƃxBKV޻4rT CCa,ii!M ΙMHK#W!;oUJ~ty_|JU(7,y GۣH@8fRdM}֋)O]Bǣ8P6>܃dOy:di༖ -q~"wLjQGݠ=w|* !!witO~UWIMNCN'Q%'fh,rAy, e8sR]`F(ܠiQ-xΉfJ GtiEn PU)K8]( L;>rBwmaXH7MCys/C ||]}FYL ӑPU3*z.הYBF0:6D[=w3 <||U\x0(]2X2}* :؂3 ,DF ߲zL4\5NDBl{g<6"4p `"AzD35uF7+mlyrn5LkGΏ!lʅxZR3˓PËopk"fHlْtҀ$uZtg# [fpS֠;|Hf` e_Hpˡtgb+c؁lWpv8N ysX3qux_V O.&0OuXT)60R鶗n^l7ɤ#=_z4db$+pz@9͐T =`8V4^i:mLAn3Tw##+SKs2F& ) !>/m"ܗ(Y, -ДR`J0C}uu#nBEY9, 2v#fV&D%iRE *gWE% xh<6;9UIDl;pG&.ӣQIRNѨ(e:,J& .5=KrBV bbpU^erWBzQ|5Gb/:+<+ Fo9͞6[܇)|JыRX_$x|J44$4Hϟ׮#Oz.1F'+VôvhC\$xAJ!}P! W$VU׉3TLG@)f.uPxMÁwӐ`ۿi 8p՘r!uƿ~R% P|I;-!ONR 4CJ,Dx'Ʃ;̝Ch!YB|W^N͐Ts<9qz[5HRS( {C7C!x.T=Pu4K>eCc+k'L;|+\O~S&Po*.p\["$+QrDPpMABAzduVO0ƓQ`sS!tP oX&(Mv1#\Wmȭdy)rr +],/Epw)Y>&W9K?5_#f-x"Dø) endstream endobj 213 0 obj <> stream xY[S6}LF]7vڇNa3nÂ2Ci}'$)Ʋ>|#x$ br<[G?LǣoO æW㑄`K|rWr>lv=,B=0}X:OǣgOIB[F6`L*l\z.nm'}IF(cIpED%-Z6mPlz)c뀍kbU#y!biCb=7MnWe u24! kط`%]=!{|!2FVOh VXSya:*hll^{ܸK{C ~TB W[i7GÒ8h=]%ٷ]xlGp]HW&>;qgWA)*S;&ISBrDf} IG[ EEmZ(8фG4I8DA84<$g񜽛? -G eT,yuHѨ}*Z]HZ tHj6rՐf>IbK]!;o8dCqG\tu{&WW\clfgmI(F,/a\mugf8N~>p|`0`:HȄPed_)IDžDt!)GFڈ/(֡?p=)WX؀Q"d-f]%_fxN226t 9R]tARǤΉ@gtGxXǖ}DN$V (r}=ބ#9MC-B $/˫k-Im< 49]A;T`-t>).w endstream endobj 214 0 obj <> stream x[mo6 A`fw+/+؇v4N#XtcSN/ݑ?EVd^r~zY8=y~qzwq ]|== Wd 8䟤@0g=iz S&aLSA U**l\%Tɠ&n@jZ%}> Msl#m)< U͜s^Qx\Vtćn\F0aU *Ht@%HlA#y8\]'Gibu&ө07o (/7_flS3^7ae d)siE0lWEG%kϮO=P?MW ƌ4x1[=1no_Qqhu6Ë{NVn[&4\?mNN .~w﹢tPr= 4q>Y[/OMOV:t,%JZ|e1רL6C9ª3v rHJ[ou$U_C?$vürS!JDݴXcI@1߬ž 9D2}$9}/X q`S||CcpChÁXq຀=ivj&b@s治0e3iݿyWKYE3/^"(sF HU:EgӧQ54j#3ċ+xqe}[xxq΋xqRӂ[нpHMBltG.#WeIĺrKBd-{1h7"}904{g.lpO'J7<XqZP!n'P_CJ AJ{jam?)􄴸tP6YzY"cآiIodhq+JX%>ȶ@k(zK~hb^"g8x9R֬TRx^R&闪9f&5ɽ̈ 9F!WxǴIϐ{ZsWq+Er$9^cb@uDAK[Wa$AW=Hw[V:$q~imHH)S*Tw;WZZ;tZzb:it.<4bv5eH<pdz@:a)3#+o42H F 93=ᄝGg mvy$4顂z449 RiD>@d?&G]y|k S>.EM@!ljđ)j3氜7-JwR&ɏt{~jy@v) endstream endobj 215 0 obj <> stream x]moܸnAws*R(]Nq"k'Hڹwf(J )E튏8/CR"uw'`Urwhlw/yXrw.X˘%%d5^Σ-]ѯbw,':!Aѿ#"qL2TEX,.ddrIձ~E_pZi+-O}s%8pAbe.gwWoSP1sI- nfuH<&'p}pX# ;4ꍆQ'I"IVA;O %jNn6MtdvuiՍZ2Ű7nʧS5](9yɫnLת$,g;Ч`<}+ ]͙(ot]n,!4o(ɘ'kD.bK^]9c%Yk u>+T^(V[VPtwQMXzU-P'ݲ*WkgLݬR!xeY:VYFt UѧZL[C͵8dž )ҥi×:--oEm\.gM;F3պKm%Y*പ>UDQZq*V#PF‘2Q5:|z=y ||gGx+$tכcKqRF8mʩSl?RIU"*S˜&8ڤ3QN-&k R䂺$amZCJXfV%(cȻTjU6!F&Ċca5ƔՍ%x.MQAy^AyP|ÜT&FSmVy }kpHC|*qaGUf1q8%nB,t$ ădIGd41%#̶b]cI]%cIU%Kr7K ϒDa5ȒDdD8K2NLъ"G+/YH Y,>Yd!G |오SJ5|ВC pcbCQdQUdvuώ|5Ȏ<^z2WI0P=xIYIG:I2M&,ĪE!I]$^Il̜݇$;gG&8`oNLQ(գ'٘ٻ5ȓ>'h0ۊ>/OٻU'콮͓?{<ޥ\T"af[r$~J |(XJ^haV58ȚVݗ-IgV8z MɆ&u%nhTI0ܱ@FRc#HOi~/DS TPzώ^b='NMRg,E^iQ9WGIr4FXnlZxȥ}kpKC|*qK{ēj;/Ubf`JHf/)5^kBt xjJtPŬIs սҢ 2QdD9Y#,,]cV]YcVUY#f7*Y<,lY<-?ViJ%{Π=Uzp_k8 _*5+lW-JgƜLY@r608,e6ȊњhrY4hѭdq5͸ g\b68|h<㞖Ksk!ޜ^t弈3֣dZ |A4jDd#`4ddu=>iɪ$IVa$E{5d^D1vCOOWʈQ8قgis%s]}+E q \[&0LI+t8!qN8WU\7,s5Ϲ|6ȹ| qxFF\rS."b{:viZrYڣ^/l^-r0Q'XQ:@⧗U^%O*/?JVD2 &o.%-u, WZ5UΕ8g:Kv&7YTJV-=#bޅLƀyqbĬN-ȱrLo-Cy:Pzî4v%Ælqwn:Q{jGsep5Id<tsBT:XNťk.cťD"]6\Fqh^@ud'mwy/ R7R xCgRy$@v%:q70 CDn'c2H-"NC[0P.w|Uz@).n KC>|"F?&c'8%1  G F{8_©2B<ِ>2/U_Ji{(ڙWBy3溼L s1y1_N7[k!xS|Sw͔w1dCPgŤ&$I\dI U(]XW ,'dK.W j%, @0!aW0|^⳿%>`ruZӣ8txH(Ԓʢu ,Yy_;#+-nsu":Y5s=s f04CʋW\/CBO>;jb~S2UHPr*g悪 'yĐ}O9vhe(& 'FI&q$Ғ$y? 3?)SSJU9qc ~ozX*ϡ QQIB^4oh>:pY},mWbmd̠Fw8@*sRM<]:ǗRװ{&uoȌ֌mcQ9N~S~F@-JHS:oa<'g8}z\U:#]vIrBqiYcdsz'$Ss3ޥӿ-s{(.Dbԋڍf1z IB+Ҹ;ܮ9 "$p 3 W/ 8cXܯ|nW}]%u):(F8౪lukc8;˹1;N7Nvׇ/6 ,3l_ Ew*_PN[Tt(չꈠҧwڱ\!L_1Fbį`.ADmr/ohB# 5f'Wzn#jMgBLsmt~&=+,S.wƚxȬ-~ZԢ{>I5./'ħS09{u^lX]&X+|?Kdۏ˲ ẽjm.ep|!|(!`7h%W z^mak8vX5 ^cg9p{c"As"x K W: g-5MD7= endstream endobj 216 0 obj <>/F 4/Dest[ 115 0 R/XYZ 82 484 0] >> endobj 217 0 obj <> stream x[[oF~70O9w2}vEm.. YHVsBR" `Ҝs9ӓbDTӓ_'_} c]A)e𕑊\́Kr5ɵTOߝ|HrӓOO>e)p5,"F$Sԫ3E-D믄'ig6Cm9JN.2U4c,_9~R2Z \-}.٧\e5Vb\S3ioA֛%hEvkpɹ7h%RBD#oE/Jdiy ޗ?YY~}~^fd>Yzd H5"T)A,myqJJ3g$QU6G8/u vx w;{ 龆}kz3k6$Í%/.Ƴ"Xf7]@"|D2@*ڑ-W#S8BfGtl;_g5~O93Caha9S1a!*+"\"f#WaXh^tc{QA+(* [3l Ex,llU*5ъQF_a[7Gc {uv\@3=:k(FV mcGf캚[HgAh=tD}Aj]@9^`5RFbuw$^]"%8ڭ]TUèLVmS2p(vX546+:~LPr-pZ0._og2+zq 1<6Y~-e 0*_iΘorR< )`mQŬ2,|[C,O쭭x媮tUiك ;x~Yc]J'(9"$XerTt%D*w[.LvV$ ]*EMT Rmyfd,( w_"_UUծJ!F]ÐVUot|ZU҄vL`պx%IE/Jv |+ n ̺MmsPLib1=iJFrёQ֐*)YR.a ɼs**d`c PaP( W*{e^/T(ُk8T,=ׂUL#QaFA LPtlh-"f&^Z+jRĄ<4lsckLˍE8gU)(ߒ@l,(aX-BXMhQ]BT0T%P p*6It/O.ox7)1؆FL4 6ƢW.̶YKI1ľY~~6Uзس-=7NQlo mo x:vɴY`3DZfxD0b#2 % >aY7DH  "dr0M@6q7 iubk':6O.;x&'83QcbJl8eˊn -&P=ef[9nbY#4K~; p3]|**/_>=6yx>{9S "նp^?Me\z endstream endobj 218 0 obj <> stream x\Yo~ǡa1웭}r6"&X{:F%YicOU<,RHN1]AY2Ocyv[M:d-L.ʌ* ^e,B+7׋4B;:?_ Yp|N~b36;Xų$c Y3dcuIA0\@d+M(Gc`V'omon m~$w;:c)fXp7Red3UVLP:>,AIJ{+xaz@J*ʧU8W(UQ6iÙAì#*f~n{ppܸq Yj9-i 秇gYW𿄣?E]6)дEyHFjql2#x~ؔq8#P獵S)bP_8!(m6-ӧ.(Tt#|v62^ƫ΢?s> 38a\ un?[ 1&]\|\$\yU-qMoq=#DK2يJGO>dS[Q(]^Ah[-E!IV+-gWQi3EJppXo Q|6?ZsT7 cN:ʼ99[94;="^G1Fq/4/hTD+) Vځe4_)lHy'mK@Gۆ)6p5xJ:–M6 _>4d.] |u"z1=EL%OwY{3HHM0 fӣ\W[LP5蔃Y,E$G!5 zbXr"}VNzqܢYQ.\շߛ% C<xb `yE<+<;uu4r t;E #JP4ћGUď ^5pm5"QGEϷm6o;%T"$iBQzB)R21_ $QؤY˱ /Rz}1&W!0[7|8!yg<;>ַ<pX}}L\ɚ]})"CPocW (^NݛV1"+LV1"4N0L6Rg` ~㎘ôt[mb[XEW*YqXj`rۅ ݓtJ.QyTqM^t1! ٖfuJqZ"Rb^scLte=IF͋c`%eX0H"/h~$cȰORt W=F1b,zM bQ1 )$>$׼[[79Jr]AV#]JŌ`Tcv&`TƗgW5GZ78`~~ClnӟGn\`r.R*)maGTؼj. Hjةs4OEE<DK4l4?~QX봑%ntCB!E&EU0-qP>uZ#HSqE}]\%Ьo6D=d5A 笉eUr+YHE.%~!7b<]+7/G[~_ -d}!:/JUPP / Њ@0'Ɲag`:@ 丷#Py]qo݉[tuK23$lHچS(dybglI! D- ˽6$cL xPD*h@T]+&7 ⛄RB k#| c}~ՉYӀKNRm$$2_m#6phF(S?"L;8&'A8*$32bw)]% Z`\CbE N8ف@lSr`? >P5XR.<'RE%xC^CԣC jSRNJfٴ<5ZЕ >”nu;}F]{a/0Y'3b?By%]ox1|o52Fȫr*^bwAy__8smWc]-)FxBҸ2fL!O.ײCLްd€i[ʵR;BE&aijCgt⵿I,!+KzD1GÜC7;jGbu[NJr5d!{C8^"_|F3lXᄉ+Y\8(.?-d endstream endobj 219 0 obj <> stream xYYoF~G2{n ΅AK$u~}gDmy0ٝoΥPsp5z8Q1N^1Beqr>0+" TD^,.o/eQ^Î[Y#vDQ W#Y1ĩ(J-$`h嗞?[+nP^HOݨWBa3Ttc'-Xj"m7́_U'%# %9,o J_*U^_x [i: Y{}jΫ(dy#)搾G7P@ Y"*Ԏil,7ꮹ7%{["uK@ v*U7 *E'ZQfDKy6 pve:[ H[H".a_c3-%">NWд<8>HOo+d_#+ s$o64MGJpDm8gKe&(A@"5Ӥ (YeH@+u[x2.87ppq. c9ק!D,AV px0t)ϘVIMMz!#P^}ؔ?V~TA76v[-B,6ak_[4rsP4%jy* a~ vI?QC>݉FY؀}& Z+dg˺o&"l OM% gygۺyշvnjC}4칒9M- Ҡ8Wr;G¶ c n Sb,Q#iR¤;;_d#4G87fs2StEj'McJ KJ:WHnj juۍ#16p<+HAsł։a"L{=jAhBu[s:h 4N)]^urG=4d`Ǩp@cPaXױ30:i~l: :wDN< 3i{\/ui F^>U稧Z~*O0+ =Se^bt$HyN{WL:GD6w'-&~/o v/J!' endstream endobj 220 0 obj <> stream xkoTHA.dZ@Խ~H,c"/3>]G)jV<9ΐx~,eI(Ԗ%/ٟ/K(%H.o( M$~Be}wB{dΒ/_Ͼ_}E!8#2UM6бdXhf#I(#JWo^%H/p`jt40 exA8)Mx%˷3E;X("L?⎘=RW>y<,L`zK  4s9ۿHDBzj `v Tr!f/("S$EE!HwȧQ:\}Gro@zon~af>-ɣ&%H>? "`GHX1u|S\h30s(C4Qo9g4сţJ,DIyH9onN8xBmyg9,v~Pwp g` 36@S:W:CY@& Zx!vn YXA O%eIE" ЍtK?|"}6!z?[ NzPN1iJ+dA IlmmA4y;Z"^F{.hv@|dܠR:#X9ݣ qz0`_w0!~3GeTizjb8# ìf^Ǚ7"om*Mp&nѶf+v* c:(/WHM|9e E^+1Ÿ~r˟afT`8>[qAG_9zY!%Q|JQy+:J:ª`*bSI Bp0J2BtϹpq@cZJ!E؅~:!8~ AO$jI $ Imӥ0Dq@N)-,*wF ^ƥAW{*{*k1iCPV) .4*˅F8T%[ޖ+mv`Drj. cu>1*!u⤜c14kBkItwdjhXRӇG%vl.D`0?їs휘dC۽v}sͯ E\BN1+` F , 6Űm(A2x TIH-Q(QU0#`ZP_s(ԭRr@4*YgDH|;K5m*p̊>br\>",f!LV$"22fMGC8O*~ "`Н0)CiC=2*6 %B}3b'(D1)ʣň+ܖ%SN!i96*|#[>`Ju #.-S9AQ+_C71jz@.C,Χt>!Dw>'r>:t>!Ot>Șa; }ާɽOW}Bډ}ns?HC]z* SQTUz ጠa/oJXg Gv{jT\J @M`m!3o &o`X»C]O ]"ys]{]%.%bw-sgPNL}<1k08Aڧݢ?75~9AATsB^h#^G{&Ρ^ RS` B!n\` Vhw G {1a;0w_b0853 HUO/Ft 8=N3ghwTIv64 rqh:{kjuh{`TyMQ?xBkp;n _ۘ1EG徜88ERS4Ew=ʺz5X ]T.(m6\XLBY1WOp̕ʞ^`E;f3rh^Wsl 89?PѲ)Z2jHT%G f8`kyyхq oKf UTgP (5oS5ɩpa%xޏuLG9z_ a]Bw4jQDj4xy$ Ηv SR(JT~< FFz^$oTtd򶼃,{;JXhLu dXQ *Vo9k#*7> stream x\oF7bPo#4i{(.=}h#+nVY)r(YZ Y|3)$KJ.Vߟg.ϾQJ ig d脂uXM-տt~Ǭ([\ ^o;ᤇ`U""8)t,PZx~xv:Hc|aTXq2LYj+ԶT=za0㞙+~*~*q-0cjozx$[^p3iVߠmqy ڮ 3/=^'h%r*!=!Q7H`d8YL(RC픇A :4V讄QXP|hlXjZ3&v2j V/agڶ88c kqo{ 4KXa rp5LkH~[G>O GQPc6)|B7K=֘'0rFA6õg4j3?JQP6u͊Kr-)wM_d>]*5~  ^5mnwf~] cie@߼㭱@xY*3X{$7HVf9Q-` ;aH(F).PVyV4Y>A`P~y[RP'qOQHCoC6FF*jD668 ?[ǩO~eFI< [)=y|^FxW`%\) $XN lr m/RM7zdF,ilRZ 7X<`B/%'ʥznK(*I2mdovH% Yqlo;7 պ$~jʭy]`s?-!FAZE/#A(`5?Ra|ja⾼гEy`l2(QIBc F@qa9qĠiC0^P,zoUG\GcE+Nm6QG>4]ȿ}ދ|wr wbTU3§'<ÆT9.h'Cp[eUp;4}B pϯUeo gy=")+C}a=[(1zy *~^` t>Ugg`4mg`zV;qO  MU D`{~? =Qg~cԐk_nZԓK$#pZ^0݈=Lv#{k^ =L>[ ڑLJwz-bwZt)7Sf]{EB!5]jdMZZdeKע*LkpͶnr^KG'^Gb_I$fgd{&+ ŵJ,'oB4nt Ƿ)8~K.9'?^cfHqJ8_3#J]8j >ƩZFj,m 脷Dx!#zakTWaH 8@I0GڛD .`>_QĬ?Ph5b 񢫞V4QpY]pcO FbkW@(;p:^!֑Dp} a;V(FSU5Pل_b<\Op?Q1v( Ll07u QJx!_t|:&0@+C%hQøC endstream endobj 222 0 obj <> stream xYKo6Q V|SP4۠=8io(ɱbv Y͋ /*fquAt8͆.I&4*&7\ӆ[.@Wnn|{?|,Xi8x DMequZiy0̙Kϼ ɭ["k#K4F6F(%m m9t^ª-_-׾x5^OkC=!K˥%w q/.>xٲ+a"z -.sUJ [&G@8=H ÂlIy9v4ESU$xua]Ff?Ďg5|Ɗ#6]YYE4 曨[T 9P3Uw5eĈ+i%~ C)\yV/<q#uu lAf_1ؒŴ<Mo _crf0B-aDߘ!1027B߃=FJǼ:w\bYm:~8ZRnW]Ҡ -a"eᔿ\LVG^xHFFFD#ාNQe2t%3=*}Eo%˩W\fJe,RJn9߶Ah\xbhVmu|"~Y%>B?eN M08t*П9I؇7%,@~ibĕ}(#\'@DҌnjPZq'ӧ Λ) endstream endobj 223 0 obj <> stream x\[oܸ~7ǑQUb;H[t$bu&YǙk=PjFcxs'_ V?EVd^K''џ_sV"ՌåRiflvqtdOk3D\w,9KїQoB;  &0RL*f3.tZEiFQ0~TqTLp"9QtVdWfFh<0e})ř>dq;uPufs=cgU%1mk6[-AU~*g܀KN ~H,#BDp7 ,W_\|{Xhc%3ɂ9_]v&s.n.s^`t;&\ZrN'97Ƀ%?Єhe,> #9x\nr#j#teP&^B^(s)sgIyZVʈ>R[B$]oHa!֦V? `"=,E \}y#i.~˹ N.$x~h0@"ILJs^bX;:LDp8'>O6ۻk4"`opt E} P\cLwTz Zg)MtDsHP얐%&?QKש(Ч+JW1t(Z=I?^ߡP:gLRLC]+a@P۞44ħKۢZ<ҺnRy*;&?a9W87 QSDb,*_5]>0m;ZQ.:q mNc $鄀 iC)c@;lhmuX2g\aQ[wzKvrK$mggMbM@Po*b% beFtԨDCæSZˋM,x,$c.K$F Ri2 ;Q*vp)&Xca{mҖ>A ag=ѝn0$#;]r,l֪H&[m&[<=gc0lj0U`S hOR+5$|9!`74:!{􈯗wEq.ޕWw\¯sHaUŸH#]]DZˀz[Gě#<IݺI@0)TBz&faqҿDG+" X|\90}t{ǵ?<B3'~IPpɷ_rp5BB{agh74BU PK3 {p>&f .C~^.#-!z+V9# 1%=YV`Nn!x¢b1 Ut γj#po)5 #T(vAص4φ`z@wBj< e!y(dNH윫Mp> stream x\s }< ^\:MI#;JNb9j]Y<(K zzd; vPM_fyng{x [ㅤ>f>|WzҮOf`Ju3 HOo `l E\YVV\Sy!BsIa:6UPV}¸*I j]yQI6m{̓ARVx{jt!3Hsžخ^uFb^pLKH?p>Ğ]X Q;HxHF_a DzQxus%rjj!P)66uՊ]p-L( d0kN2². hyy+7q2yMK$wj(y UD#Z넭>aKcR_*\51l3]~Cisûz6 O)STHF@1jd ^Òfo~hoDӌџGȣ?M+SBGf6?Ⱦ8tB|E rDLwD5fsjvk4[Ь.]*\!x6âWp+gl; MxP?+\ ++ZPGim=_5Hsɾ6yn_`Cݓͤt;-d1 -~֋FH%I&JF~1ʦkX-GpF(p: sp+̮>sa 9tWܐ.)9~rnfɉ8*w0 f0R+{ٚ*/-IYh$˽Wdݘ%F7T4c2¬Dٕ69Qݐ6LRn*f[ 2>9){A-$8NRBCq}K@fJlg\WwͶ%3xjԈ(a$tȫ9 q*׏F^Ҕ0˥РUYQixΫs5+=PN|&#!XBdD$J1WaWGF~ :,K( )=|gD4lK`(";|bRcXcY z 3F# 6qKB$A;xE_T#_A5,ɼsr{lbi >_~7sRoŵh0xpz|;Ә5`wawX= n GfݢiWSG`wtsDl/gl#nTpILUTTp[T2& GH|ސ MU5JtE@4c؝*L?4u59qMup,.ɔ6saCS}g00F(}+ƫskO;zXaۼxcp2}"S6uA8vї1Jo 4~ws:8MK8͇*`h?m+, #`$-`l`jǮ!D D]tR]f쩅FswRj M?ہ.{Rl%"$,EÆ*R%`ʃœ&[ͯ7?,7R PRe,M 3(˽ҹ./IqCp@ -P*e 9`(8IES*V&Qף޲\jmy%l?/vF<}9g+5;{_!My K|l`W7&~H' s@jY' ܎ {cTl?x7'g-3DB2< .x:p_ endstream endobj 225 0 obj <> stream xZo67RpȰm t*YNl蟿;HDyGwG: <OYɟ'd>0NI)Sdv5pc)!45n\`Mr>trQ/2e:y +O'ϑC*NzMfT8u jtzu¢#MQioqRQa sTtNEaLO/V*7 3sSS?dRw  R7.{BXe)Oi'oNVww vYb]pɩ*ϙ%#B~40!@,쬰XQ;n`DUO+a\Qez 4e )R60afW`h0*>Z#9ڶglr t F%n "Io<ܐ&珓c>lUU9&HSxAxr$|Z``BaVdZrTà@[m[s9 Ѱ5+.10fp!MNͶxe9+xOP~1/!%CwmJj:J4ck lH MzUKc G@#>~%\zP% mF\-f3F v^[ew x"MtػXdo#pni(-*K{ @B/%Z'@Y"7uG#i1c8ҙҝٖ'ٙΣ#Co`9sa^<~d s+~s;p;y|3x[<:V?N򇯲;|6KcODB4РgotPݞ endstream endobj 226 0 obj <> stream x\o7bod6] $\]!) Yl_cgJAwf/q)[^%= |vue, .,1"y(*Y ,S]$׌#43yryt?#O+3oEO$wrŒ~?#RH`tfU͌ea*ggfSbO! ˥3j%ճ5^VYC\/b3n:v!mj%j'x6xY" H4$BaFC>ˑ% н,˪_vV&ooC>+mڭb{YWaY%`49g:s MUIVX$rH9_q]mQheʳ ~DKg mܸ{@6\կM--ML+w=W0b{|j7 mu=]3ݛ"W-'+'ztWȽBE*)aL0!|rܣ~]9kq<ECV2-YjM~-u=^@Aខ&)3O&)wV ѤQ~'E_&\` .d7\ٻEBu}&उqdixBH KeeOF(l,6B>IH H!v)H;\w~K~`= ;s=h|bn4=Ƨ y" -t`gf1#n +akwࣟ:;-X^,sVX/k,|J"*EJ錇p`Kڨq}iBM/R XoHvr]m7ĸu?*!!]5nD%L!]Tg =d]#y5x sv|Ė|4t5S(CVe`0ɹ\',Yn@4ס9LU@H (ӕ4}fՄHZzHm,e:FN-AmhN ][Q*j h߄JeζMvhe[_dJs(w>#o5&ҡ2zk;W\5ZW]y}9,}4U;b}>uc@; 5ErƑV_zT^Ι!ɏ\2R{Vom1{! (5A樿~;;MB$8 Cthng!w(bxQF,+ڪ>5ң뭻HZygAjt\bln\kWL2⹉6E '&2xMOk*˫ѢFZd fg';v6.NzcS LLp`"ᚽ[4c]ᕳ4<] tͱ0Y;輴MVb[UFBVp$cQ$tRy]k ص4`2;"bY}#Snu1_`&WL\0oW1E46d$ʯ#gcF,Efs.1;X0̰.w4hR{pϋ QwN74Q,FF4I4{d";WKDچAk{:T7I@N_3wX <Izw#\Ү QLeܯt/fpٍ.27xmögc QY̫VdG@?L@|و2o_yCCȫr?g]zTjzqsnF4]D:qC0/璘 ?d13ÁϺu,,b~!VM<dWH@)W#:>Ox]7 ?J?g~8TZhS/Q6G⎣ A|^tC9ܞ_ endstream endobj 227 0 obj <> stream xZ[o6~7G9* ZdXv b\TJ8i9d96DR<wu:XIHI=:N~}#Yú,ՌP4369~Y {&gTɧ49;~N>I@5W<0I3&lb hzmEihEoUX~-2H~bs6l܊d)5vG# Sv=8+=|)2C鴩g2]^ݺ|~cAXUw?Bp0K4ZS2i3Si7Y^@9Oτ3|n{'<8ZfBø͕TlΕ$z7ӏe`̙!^)(!%,HSÑ-&!ì9uPK0YDrV0)C1 !vyzߒoT3./0hRߗ% 8O7:.*ޯ?.' ) vB$yLDŔKhV% e]3MDF2~~OX95pDtH WJd >o*%7e \bM?wJƍ*n7O!-:$35&EY |^GIxn3|gh.𱴘& sMr|epFGsVsܚ |nH=% 92~zy 6tRRh.;rVK^ j;=8!v8by܆CL%d ,R*ofqn)e•+YLq-P y|f5!βL{r5I%TȆ{k8L9xQUĒK*DLK{(daX^4Uƙ J9}G7"?w  ኊla'@#Aa~GX,}!9J7|X@SLahb8@gu"8J-jjtژyGd6,mn0_"?vEvc*\k, *]P%UbldQ.?S{Vma3s!^ƭ Bbt9z@Ԝ./n@"u a$뺁/%'`X(B.W:v]yȍPׅp{^+Tn6[=n˹[Nl#k:1jٓS[em4ijô=pdκ6ztR[\\S go={A5uC9:$)WO'Rda?s!Bcv8=4cf!4h%#]D%e2צuKJB*)1lou=v[Ԗwu{?V1u=9SLE[]%5ͫ~'hF"Y.Cbң U_ݞ.YDߵZݯ%5IVOΎ{\:k!UߐH&5?UΘ.=eB D<u:~k _BtdH_Bt  A>Aj· yB^5 l7_oh:U&Cp0ܑ~"egluзK<>p > endobj 229 0 obj <> stream xen0E /ETBH4>T "cg̤iZ2aUuxbGـ]i<[ ^3sKw!|ʡ5,f F; @mDDD{*L`ZR &RӔ^nD_roNKJې7HQe[ZQ]b_"-Q,C5\/͢ZY) endstream endobj 230 0 obj <> stream x| xTUps{n'tMg#HBB  ;&@Ƅ5d1,D  `'h 88Ό˨ :DpSUNN'@G:fRS5^^@?d:"`3f4̜^_ 9g7[[/OU:);,,/T?wQ㝟]z3jR{b[ؠr+G|uEu; ľ͝~o>5_(p|oaz]Sz@^Ϋ,Zu0uabta =˥ix_ >,AJj'p'reX Ȃ (f\(cI3s iD;Au"5JTO` 4N 0b55Uu$GDZ=@y[ܴs "tO$~d~8Hm_8n% p I0`ڌм?}''@x1Md/P#IlOsb쟄#퇉? Ǐc_Oa8/7gg{AZ\9S19G\G_ON@r2RC50MX Y(>۫0ұC@H9A$#'O8/'O6Ok`z_nnnnnnnnnnnnnnN < 3Q?5- @wS ??i0T6BXZa0va=ݡ;C_ݽwV‰и=E&T'X18/I;x;sx~aA 5|p`)wp|>ƿK',6@<>|R̂e—PI>Jg${F'qY|WDE`xzp||*6$qWB5o*GC5ǴQ]ȼQe #i<'Pzt|/,qZLoW"Đ`!djNSSK-mmVOq}>PR۹@qҍD=JaH!N:_?:vHuKUSjNPy *z+iq<QAS}>]g>S h y#NltAG>G9|0U Wu>hFV5h+gx;h B!6)8IxւkS"y*mUt<L_`7#1]=wp=iE[ռQ=Ã,eweIɸBw#_hyY0$"6>mW[l\v3tby4wy 8>R)/4UZ~iyF?k3ZgiyZ 3|>%z!(x:'xckc=^PG6u#KŎ|=:qkí:O@>z1;htqS9N,j161PXl6f3oF'xOfJ ܻu:9D+)>F J~Q\]][xxx?Bǃ"5<\]/JRK$9^:/~5D+Z]%-.W5໼Á(NPj(?dPzuVbGGǬvJ qKfq]Uբ!xxje0Hws̠G30b`EEndI&]2&=2]O6a9498s0BCɆWpƵ}!t.ZKfw, Pʽc˽Exr w׻h,N;{ag!d O!4 #$Iv/DRp+%hsb5 C@1Vs>~/'؈7=BKv|O - ࿓؍)a5ءބ~ b Wp &$C8^f |NJQo+!$ 'c,\2-7[&4|.vg YH gL#xo@n[`=l>|_BRHf9ar:0=\l"X%,~?F%88@i:P(LZq؈$$d<2&L,%kfL%/iCj&/9% %bFF͠3:LAߤЏ_ߘRpV&-e++ iBp3oQ,n??@R(^ޒNmIOvRXXQEXW~OoiM ,Ae'~pTr!fЇs/y `A臚C%gWW" DK,itĤCn\LǙ xf)Hx5@&55q4HsS_ܯ ,d|$1NO @d0F>R~txkOpEpBiHDDL &L$sL-44`, wDiҭ3(rQV(i/ p{:K/Bym: 8? H2È`},F¿9zѬR|, n9hJNoڨ;a6w&Ro&Ԛ#T"HUk&i/_o_{j+K{!Tv3R 7zF&Kb%#QeY'f&LG hPT+$R/yxW̩\k.v]SXU;?/ȏHr^]rJ$姜cxl3Zl#-Y}pps27cs#o*G\MR^GkWFNH>UGSJJ%q0=˩ՈEK^`ER @o$ɸݯ%zcʩG:}Gҹ TB}'c%C*sFt.pu)4-W'! bp"6?'"*N/q@Cݹ'p]Cl-!7(_#ŀoQXE&9ٶp>ZH'[ '0JO䵶h57g._\*,lPnuReE8ft$Fa"I+Ǧ,)j?sZÃVXP>dmr6{TNv~^xW Y2&r=36ΚpӊS(]C>h'Ϯ?4_1ۨeWuɽN:?"FXI,+&0\cG hl0C^4`x@O+6ha37`oG#J~,$e_ItV VBu^OY։蒸wg$%qAȅs_XG!iIK;48{X#z' jPGsf(^^QK&Q0h\$o5o>h>n~Ŭ0LY6z3F &f x`cL`hچMc8&fkz€VGj ^ z!dC&60=:b(1ӆc]MА YF>&cX [:݊vj8#$."6c {9_Y=maN:Z.QsK7کcbcl\bʆjOv{.ڭQ4H&)pkTnZ4u9-E(24zLQEAVf+wFpVj,Jѵmiܧvjaљ7pV .s9X҇&+T2vq֓%bEC22:X 9ANxlKEj3ۋR4GZc oUZsT-2u<.|S ?[:n5"{Con^Gť!y6fLw}quUJ'}goni@cIYK4z{mc9Fy}L2~y5Vu!MsVXkcRWOM!'y` 4MS~c*z/Ѓ$J:, &AYL&Y҅ztPDde5 B"-)etizS|"xa3=v˚hwr \h)T֡BNKh[N :-uaFGN]v})Hw\yeUՁa8C3,]$ z̊<2AHKOK0I=i LKKM!.IjL =]̙uYK7NYWvÍKnhn|TUh͇vu꥾ީg-}o)~͠=/o++KfFk|,xhۦ#d~_Xd._.wA&DۢiH)eXlQ1JxXN#)h1id1Jyla-QgD΍ Mm, *&zvk hEK0* 0z:.JD3[\*KV̀ן >!Nфw^=@JIoݺc?=NBjE Ud2g76M#a*c;,D*JH4J# gZbu{mWXSl *JM0D<|HG񯠒B6\S Jd"a&;50S7OsۗĤjmwvǎjDpWfٔ;[qq&#-Ƚ^ tӞ?Sh`E^ЙM^bTM'g ޙfHD뎊gQuOR>-.&d 쟚f6?Ix͜ )hFZ~3 %0$GZ6zvKlOhNq8r<qq:, sQg4,4G)uQTdhAPmlmﵭ*Pс gBU,tA BN kH6;01v[ގǒZWA"ڭMy$[˴h|:chD*" i:wZ4p4BL KȔTO<y=b{HrHaiRn %zxbBIݺΏ\q3q|'bU“,h`\t͊_oxp'd[|wk ygw :OyC{Õd׋ N=e^.0lFc>rN jD|+ $ey/mzJRw6Bg/}LU/?^I12dU*aubTJ8#r+&WVcuTpe6J]"=)) NjeK+=\XHL\ e|3S<"k푫4Wp3$x",FX5Ho$$-QH0Oبڰ}x[#3[,Fh4ZmH&*eZfbI7kM "QN¾>*}s2w;3Id$ C rRP!H"( ]WPWAB Abg[q-_ {\ N1s{Dž\^68w'G(I!Y`Do;j[& .S% 2(Bn(T߀VEWs4/'-4GZjJ-EiS #Eh.Fa U@_4>3Jr_QqVxZ-ЙWb=o h&vb%lDgoslփ.Om0rO(zPee%b%on^^i/w |#O3xO_׸Gfo/.򫋃_ƋS[ꡂla)[2UuנѸ"B\.-דv&Tٝ.5;v &IDCJ` [Tmצ]Q`|*PNWc0VQQ~CX#@fb$DbqI`$ g*Ik^Ayjmv7GdO5;ȜJeM^'IȈ/2+``D,t0tie/o>9Ňg>x5cV#yR.z3o0/ c}S'C N#XD2YCt Z:dvph>v>wN.#݀.Kxais7G.3񄨳Q:B!Xu@0{3}5Lғ_@*]?W4x0v)ٸs߁N,xY{lf73d>ݑo؇{YU c}12:/1*{ݤϽ½ŪZT͛&ΠÑRTA8--I5x~&_|ťtʆByٟNtv@~D1҅(Z]= uٽQKwkf-c-;:[5m0Ӓp)/]{=ѿ ϔn^ [9(w Qoa.ŋ*|>wn|!y~-} uٕ;Ͻ#Փظp5,t-&>_߿7U 9Gse*w >6J.yM1 -rB@׳Te吙B5]Η3X饺#b6ߋ'83[w,`Qs3YF =*kPWf82]hnZc^xL-GT.cC>-;i8V辱7fi2ֿj=/s S˘N{וƌ|^~_>iEvg4]'Vɗ(#c&CaqҞo^U.yy>zG_F؋J"^.p-vW )kKzSzWKjt$W.I,m!NTh8~. n]حMJig3Ǵ4<8CB'@ng!B@k>=w6__=Wogʐʑ~Q=v%2o?&;C*gN z3W&zc.Q1|Rq^D]3o~O/?ivw9GPD(gˆ63$A7aLi#M IP:zth ~D[$sM$ͺ]BPъL7ؑ ;bX[νw6z'o^:ˋC#j3]EӼ ޛ /ߍTlȇ`>]$.1Z2ѐXn! 5`K!> `@pb r5- HhBeɤ%;*׏G]|bq_o3sSZY o[#St?e.=r㫫kd5Cr5Q'oHrHr6 6qpB̈́6Czv`  Y `l P쥷ğ93)D~v~uWhWl5?hdM 4J2m H;Hxxu;h(Ux$Ǡr4 L~d*&az0cvk&ݮɊ"iy!%' nE׼ސOGC9r4 v_yW "z j:-&#GuH5(nI 9NFWW`@k۬T3׵vC6Ey2@઺VsZD[S[R@3*dQj1A*:'XäOV>#No928(ΰ]F9<ʋ{X6Ø~cW,yjӘ#8xg~lD`J'W)#uVUZ=TreQg?/ I%6lSM1vm,hMrvo2XFt<q\L_U`Ψ^}6s }B_ØQd*w*rLU yaC3DH3v (?)_kn hƐ5P4ڲ 3E3Qnuj4dӡڬկ^S&7ÝlX:K`x# Ug|9mНC_.kPhFN\I30)G}nLNN"@E^ Y%*K<#Db1Ebx"OVn=Ueym[Q Ƕ3 [*S2]\)޻=ȡv60X㹨\d?ssŧ8a?߂]Mw6m~+QV~żFG.x-ޞ̡?e 7&g6dAWp% %2bH86 nb~aFʢVnf~Y! \)"yW)o,aFZkF(Hi124 iE!&tz[sZik7jGzH1YlQmpSUPaNY7(cq7d M~C'Yd[HZ߸.?w1 >y/aԧf5aslʥyz[ba'-q}Y&UW^;ņ銠EcɅCF.|䋝šZYܸA~|?vH-Z6>Άqu;v= &9m6*3?gϚ*IT!mrkr[ĕC6<`\Gl@JI2YE]F{]ozśsW|7ӫQ笻kΠ #>xW=I KLZ̅w4®{ Y|J+$L>j:j>ɿ)Ãjo8S*\d}/ "ƅ'#NFUCJnՈ=Tʲ l^aj@\K^C"XvR{⻛!tơ@ܤ:$ JibH*m:q=eXE)S3TZ≼'f3z;y`޼qΠ_^]Gl^7bȵ̀6-~/ssAMoe*y@:  i/&=Êkve2=N\#w%GbL :A!b}f6-6J`5A5jG//\Þb !.]86kђTX517&^ GMֳ(Yo6Ŵ>=qiJdf3UsZbSB;t Дl"{Zxlr?s~׏?="{D6E)9HQ,kgpMÜ Ęǥϥ%AſϰKBgZ[X I6;2n'MKpZ܂Gi129xNLXcXX7Kymd GxjP d:W˛Il-FRbg8m13 cc`FXg~cz ;1v]☎U@ت渌]f.;2ѾǮ7?(śHc4>1&8n wcl8̥~8w:/lj ^nH.t}t ]/ [3:K@GU:@7R kFh`B`lAŘh \ɴS!6!~ <0̉K QJ.}1vCH(/P6I욧^ʋ8ߖl|)qv-RRB-#ZRoyP,DG.Wxv{ | (f%K!JK[G]u 57^P@&aL2_LDGsDli<{[[`\uOX$2,c?m.~ M[| c74<}}~X0}ۖnl\[v#iOd,xsl0[-#+m+8xSe|:$9WV؜,% g '!O(XH G*u @ 3^$!A67.`ѱ\i?pNTvo)n,n pçO-8:k{#nl>o]8gJ6ʸ +SQhENW1gxf|s9^O Նyg^- b0+dHQ< A pS~|n7%I `/ܙ[辇)!3M+ܑz-.h޺ߒkzn/ގ+{G2om;I\=|'5Mͳ0)Uٙ@ Q@;= sY])M(_zw奾scвcwa[_Z'ގsd@lt ]"&K: oei:#4&5͎|{څvmw8~,{be蜱Zd։mDOb^`8I+F,얥Lu6^:*`7dZԃ4`3b(@2j5ڿۊ-p[9DE\աN}VPnO.Cw/$g Hn{zL|lbQ'OV//ڗq-SK52*E5%g0ş8yh|f9*S~@aeꑬ§!pr7Ƭ7LR͏U*lD<0X/Mta+ 3I r߰/kMGS嵳Z߲v-^ qAՁE#n;ԺKOx|j=8m4ۇhQ21ϱܱ{x ܿXc%:= ug4yD/p$RpVM"2b ҔSd~IGܙstd8BϾ zrW>ghЀ^[T|8`zaIξHfݚms{b_$o r6=c, asBKY@x@zyIriϗVd?_q;L/@agza|MHs:]MkqE6BnmʁX$W)3IqtF@t.(U&4h_1UEWM,]U<(I:;&&w1'W_|k+5D}y3?7dnIn 'J1c($Cl6k_᧤#n|lT2k ܛYk-Ԅ!f#` /6sE,[0xEC5дc֠1+'``\:``E[<sNbEF!^#:`Uu2E My:l0:ɮ2ezc۪ugt4[GAmy%[-˓CN( q;NqqLH 0CJ)P\5- RhK軥u{R8}d ґkkv$ob',PU C=H̙RNDbSb ' J5}2!CCdbaizf!|9S0%2.GFsm0"Ӝ ; \V>?O՛΢ʋ7'_>"v'GM%ʈ*b8J6)BR F#C`D3Z. ӈ2Fd:F-'- ^.0vEl O\d$!̧7#N ]%EbI1y$`2-($mSVufda~s1ֶx{8>yqyo!pR^,<1]JX536; d yjuZ^0smz+ em4y4ˬԔEHrο:_|<_GRR|NdN3pJ1@hŔdl\];x)OVzӃw,[b5C@1KUdHFDq=#V e'd G`.}ʰ ͵!ʳ`@K]ѥ"ẏ8̽%btS++Ny|hil=M4{"z@e4m/&[BÊEA?Y d.M 9yc7 g.հ4Gys ]S_'p͋nFW=gQ=Z\gE8ffhcsF*sVh;,%)">L為d~7 i!OYT5!"qz\gI4TARzzR/, ISnw7ƝYI)Gļuz18.%p}53#M9jmuE~jDxv|)K%Pr$ D$Ŷ>KJhIC4p} ?'}͍P82rdF׈%gqI|R7>*a_#y3ǽEd{2QY>AT).|"ay 'd_AD{G_GTH^?KM׭ jMƥp\ M+4)1PnO}soy4Kl2^;?dI;QwIJ ΄,(/Y84uekF#HeOgy %yY7* (.ILDi<.I+G)o*]GIeێHwk>W0\{Ȓ[n\hfikyY ϘK>I|8%\5N13 LiW!F0,3c΀ .tWwf^2_!KAo_9"6ڸTO%^Z#4 Y yqլECM{3<|x߽cI ][rC󆭋Fwl'zʶ^"3{nWHu1v7#].]r[+knٖY.gnJ>3"P,{N''S,*+ulYam;*L1_ULZ;[[w0띂sG+BK\>O%%b%z8_|r.{DƝ{srz_v߿z<@6%,@#rfeCdX9 ۓeSJʼ\y.SBإ֊jUe9cjVZ.kiQ8ï/?0Ty>w;rb^W8_єt/a}s7[rVTңk"F2758gZx*[0Y8ƯeJ' @aS_Lsee QLT7zNs n*-P=# p =6r[GҶ\@B#ihI8A<'pA**" %Q{g p, P`Xb}H`0&c i`׾.c9J,7):/ޟue[o.ߚs7v޼ni]݃'+[„I{Ä(-T-nB_w)N*~oWd6t9Y|%Kj|4KOG=]G!Ѳ5Ω-NT22)@E'xzwWxƦΣ_zO89m[fӲ S{ %eX<]6gj@Ũ1Gۭ`oFVƛBYw ОNT˩L3Ĭ1yvVOҚ$M.'mgDe Vxs玮o}뼕uUw4wVIkK7 s|rs^ܴ쮖ζxS]r|O5l4w8R1vl<5[Zrco@y<0af-NvHC)ɘ%$PB)^\^VƔSJ/~MJؚ;Wߵt[w/nvXw4vqպe޻Υ1Bn* pD9 (`BZ] i#DPx,,Q%4^=8 |YPS51MѼ}H[ R ҁ5\E7ĝSB1l2A.2:;o!?~0T8!:Lh%?p1:.`bs~ZI4|U-gzj.WQ޾4v7-v.^X}"%~bphG0ZQn]Yc8JѼ ukEƼabX[ 2dgP43\AT}9WNQJ(AX`UUUح"T~Z aC jpA 0"JK1ѐa(yM'GH뾥3)>XeՒyLˎK ލYf'؍b.u>O<@CL}H>5#?=dwJy"097 z~?AOJd=ZrQ:Od%&鼏Íss:=OV$I &~ZZtnXfClsB0 ]PiAPc)VTX Mәq 6@椛ͥbqu$"؊ s9AA&% /p.Or("( \SpQU&e{EJˢ+q{v^hVጢK)y\K^}Bimܲt[?-i+Eжw]-Y GsΟ}39y=WӻuV/t]s<̷H[Φ?Vݸ^PSY,S>-;Zq*2/N|}NFh8*l/>omo4hCH !t`86rC"BZ X89ZhiCz=@ LUmڤ2OooGolO|,FU}s7=ضPok!=홻{'/<~ogK̎*|+n[/\jwFYv+"A܈F5NRZ6ikq6f-h5iz=[͌Nj!<866F_-"a*nLO؝h}: 1tM` ϪN>®g^^yͷ3w557ooΫq L-\}7ugG'E/F6UPT\lޒiԆ4-]9Ӌ:}P'0u:dXZ][F`q5'" XQlqiuT~1!:$r> ww$C cBu7X7+Ʋ2k2J !LВrۙ@s9 r΄L8dn36 MPN0O_aPEd, hE-іB{:v+j=]D~w!/y,OCV׈ W1PeyBhe*u 6}QjN!%>KfEŃ69Rr /Rh1?~ 3~d[isO?E{U%Վ[Nkzz8_?5r_ep8WO/ ngv|n k:$BtGm t_ n-QG L%S Rp3!-ͥE=jSZNQ:`QH96,ÆA$`rQRy{'6<Ikm,{*/վȿuCy=7UJk=<D3l_V5vTE~+^Xi'>wD<,Q2G"B!,д,rxiw2v`HjDGf"7Ȃs7\ [TGYY I$%yR׉1-DZ"DZ8$RcW2PqWJ+hpHJ9]HF8,z}JU]x <PxC b]1.. 4[WJ ͕Gi5'#P0v ޤf)U)Ʉ,W풒e 32rKKn_HgVO{up=;T3xqSScfӦu6.n mUk mN_mSzS4኉k R.C2be<2 ]Nˉ u%yb ucck!qiF!B؏\9RJ+G@Fy)ƏT@397 TBRwT^V`͕+j\ThVHi-ˮͰ( _Ne$R䈶zJBrkQصlN" 1^1MRLSSU5/|`s١9۫X5z[~дfo͌¹•g|FUoˬ3;&Dhkdr/r8dlnɾ{{ך2z=5κBJnX 9/#m5OϽ~ kqWT/.[shiU{S{ HAJEbBT70J1^z2{>{_+xUfe{c[[^TUT\5I֓;Oz[w\.| :w,r[,wӐΥv>7[.쌝kMzaק m5 /me{W/һ2eW 5rBF3wN}݋ ЎHS9aВ ,#~= a#y@ċ+" : @4 Jsl2ɹ$6Ư7ujˆ*2) {{u5s _j9ENӷֻzn6ܴ[G.]14^>8l)x[3 a|psf36w:vg㟳'?;2ٞ= b BJ iL.rzk&,GN3$Z#5P.;6g;c89S<ɸ6{gNE89x,mPaaqЪ.btxXAd;+K$x϶눁3yԄ_pmQJNjm$fy;.ƻt.5:أ 9;=5U3SNzyƎv %9KIϣ?MÄ:} "[HnNee]B(+Wx0pJ*ScT5'rFIFeZ eų =Fk.`!%?H[3aMdlPIaDCү@NX‰?3##H'>,f1C t3Qo1  "! A2M@x4sQ⸆9LAwݭ{+j 酆ƆȲ5iZI# P/N)"JYim3=iIip;ٱa: QɵK/bi>dTd "+K.|~G4v="}&%PM$=MU.(ejeFP$HLD^%v#s!6/£i GW 0QĜQAwK^XB3 NWb<1^--2l MԂV8MFQI y9G(HP<)fjlIqN)N~Y—`0́ (k|쿎eN}m pZ ^9ry:20v[g H\6Y_ ТTt H>OH\ni' b z5Q*̤qR+`F`R+h4QDP`s?#Lէ<ŴR/ehb3nDEhOdewBV 9>~ˬVL\tX'B b6 f 8Li!Ɋ17)S|G7}Ojs;71$uSjZ/==閗,̺4lxᢹ{ZVΟ5h-cμl޽20kwua2UGru(d5$$jP? &G5Sp Lw.B*`" K";JnPӶQ^}1wЧlwtVśMe4zRlT^QEISt,8 !V,,c @Sa|U,֨՜Xn)f1 =זcͯ_;6Qm [mzzaATm<@bʸxJQ/1R6 YJ5$ܥb;ǸyZCE0O*l6Oyɦ#[y߻(9iKlӜ3j;uE)C%~yfݙbA/fKݫ{*2 Jrǻ;Lk-`[F FBZ.23lS =ir`(pSn rEDo!3i!I(q\TFJ\v/)}bX}7žՏ?y{yV4:GaΦFZx(uBG !΁fzf> y m ".[6 ΍jj=|Li(+j9=x,3N%D!)CU_tr9<p&RƞpVa6'cQ8fD{>Oo3tj-OA=mbPf'Q~k.jֽ7h{<y[L</'#h j F~K\W)pdg` ]@id):>hb1kԌWXnz(4ځ8;@Pu"hہd>B$V"4Ak7zF͠^ǟ6$> gJT[n]L~'}Lk;Jo (A[  +FFOg830=indQafAu2vv?.3ԻYaC;?r^ҵKOtB7y7{yLao\SfOLԖkG(tQ:JG(t[w^:"eJ-ǘ#n|r|MJ>(*O|'][ (%7m-{ J z6};(IhN00aد=Sx>=8GȻQspW e(E?e.JX/1tY0Lz^Yᄾ8fj, fab<1Gpc, LcQ l g`3sA'f6Gl10۹00 g`6fjz]`Z:)6xvi lf@-q6 2w^lɹ z!~+}00/6@ 6x[xCç,gOôi? a4L۟ Li0m63u@:- DFS^lsfc޵? f}}AG 7lcC[}!IxmN'/;cEoDG(wGt&303=~9C< :?00kcCeNS:~1eFbc!Jr1 &b LXV0Ѡ0|-\L .Wc*T.b xPX V 0ɈIb@tp ARˇJOaB0A($+| ,,rUZHGF ~ Z V,ZGєD\AkֲR0V0ŠYx?@&h)'GKP VxBK+HK" ` lR0RE=i4ZL0Ĉ#9i/EO۞᭸!>$H֊^OGUiaԴi?hvn2?>/ŠH(}Џ٠H|@)␄ZrZS|"IZh kfX <(54pP:15uQ#~ܨD ^9jJǞUT3_Z0AL&j{|g1Jgm9"eDQ氚-hVl4eHK[G5yF`1f3evg8ed#- ࠅr@MCsd,ޖlZL#g'>܆F颍< Z3ezi\vt (0rP,sJfs "dϚ8㪐4\)"e=o_h-$B+5G?S lCϑ=V53?[ cVtm/*#kg>O+E4n6Mc|FVˬiY4>|@\uNE{HԙH Rk}Kh1WY"ʠ׭c韷 OkҴK";~Ԭp7(g,#ё@^!Y:kO1H͊*E8fif%knNi=JrLF\G}Z LCȴ@@P<藆8&`b1amh&Ғ<հT|Q#Y" x h=(?$\d#HҌ%Ħk 'DHgZ$C,hu! g_FWO:}KE+.A<~$@k*Z!Y jj-ZўF@B8im'@,jm[zqhddTjWRh5E""EKKNG$4?[]Y4QMhOhhu. K1ʾ?L͕ B]V(!BR*$W&#Ҝ\HTeDKK2R2P"OcDeb5)SH,Ea!!y*) sx T)YpVX.(I5ԃJ&H$r7HHIAD,I%URZD<H*SrRpjH,))IEǭA#bHI"Lf)PB/ƧK*9ė DxLJ9drv6!LLf*d"L,*?,4@˔Tʤ@l\KV2X@ m ѤZAf)%"CB`)Bf.pB@VrekApRdCxEЊSTFˁc4 b@3JS9!x@2n ('rn"7F%*ԍ.#PN''A5RZ RC3B BhXA2  F$#"`\MMiB^,1X4444#b,s[Ҫ-6w % wG\rD[7u5;Cj~)pH,GY=@n 2@Kk\=2y۫h89sr]q8$C&nch>pW[%UaosJ7fQ]HU%p߂275%QE8!pvu%8:畮>$A6lp; ߆ >k:w*֜>C _U]a2`S,'@  ^w}xe4MM(#}V[߆HPVbhc!RJ9jߒ2HD\])g1kyߓ,.b )Sh.|EQfT/*?4 4@5RD>vk(`Vn1Qؚ5sm[NzFy8=XbEʀZMճ{Y)_g `hpeHP4KWb!%{ {~潧n9?eMS:~Ym+G,uQPj9=_noZ[tfý%mR׏p%']ub#9{E[[L_2.(+0~:S^\Q99mo_{%ٗ|%g_0u?+}ն &-jz T ӟ_cgf)*yf rG [R=1]yiD SK/\mz9|2Ǒ ޸sDԷy!C"bix joeyeg^ڿ`XzϋW8YPN&`OG: ´THR37t[(lnlr=oN- ڶfPߥckgܐkn.qnLhVS͜n+pݗi=&TGw=V9 ȮzÆ S{p«,{X^^u/;˜s?]'8%^QSˋ,~lHX}~l0LUZ5荺l9uQ6髶nNE͆UL=\:h@(nۼv͒zb qd [X4!oҤeowo}8χ~dݑ@,ZQᰈp5/W8L nFAFoF+pƝ~ a ғvn<j"S_^\|UzRL Y'LqwsB_с' m(p/b7 =_V^]~*?wʍypniH`߀DRnraT"B!&DS`u Q>1aB4XRZTPH 7UWX=* HBϰ~?ӵA{}"i#/՝إ]mwWt --҂%ʨiN߻_ٺ2xQ,}7 #7om8>^gٌogR~cٞ{#kw;+[ᛤ[Bnu5ejaMiCLvݛȴؗ}dFތ}VE'Nnp;{=qUQ9vsG+zDܝe<e˾!;{Lo7̷M[n%xZ^y.zU#tU26okN7Iׇۙ.zk_Z>} e%/]3zA;5Mwt;Eφ%&l^<|5o+fO=Vyzw}aNVlYk{,735vñ'sF0}%5އҩjAuʔ?$+ Uh+ `%AY gڐt6䣨0 y?ٓsBأ#X=1D6dMOmE{'v%7˾w!CmmW74cvƍ'O7IfN9Rz(gYL-KdK]LL=3LH=GL"}_zKЛݦVqw逛ޕg=j2١^#Vu'vK:;f?<GkOX({\1s>Rrڻsㄧ/s[֭HmpH-Ϗ9x:NFkwhzAܕiq Unz]a&}֠LxNi'ƞ8ؑK6^VOGԬq0cti6'خAoN6.r#|I4)~drꎒ]xvere֤?[NBlkntI]:if?~b[^Lp%ۼd۴7ã\'%~ekdX#ݡ{ˉ/KЩݿM?H37/h}&feW/t/m~l*3dIGe'߸{{èa?eY(,rk|!M?Tƺnes4`cèqyI1jfؾ8TjJʕ1G 6z|CIsp}R y/-ilƉCϴt^&hڐ~%M?LO|zu׬sԆqV/ )$swqt-sK[\{iǫI{cM%sne֬i?߀߹hМQ~7եo#yJ54#{]~+roU]7r? Nx-_k=akiUMbzs ,os|a' 78\otĮ~&uzw:rV﬍/d)L?Z]3zuSޚLrwJӍ:=L0peRY(z+8X0_N!?9F,WJ3v۶[5 U]uϬPGiq\z4.S1Ol)f?݅o}F I29 GT <H *Z,C9<\08Mku΢,mor݇\~0ۭIq_?pK؅EIJO~)+i?dW,p~vN0[]GVHX y=^uEk Row~~{]zu74B/uX_r`ikp.6f alƶfkLʻ/ qOܷ&h4;e؄Ǔ/w׮s[GY4/gߊ[ًM7{=} a9ZxJ=yʲ:+\Uv|y~*m|Sbpc엾OIhk[eDzsp۱'7F?l_{eּCs f]vqYFk ,ygޗ'8.a A '8OM$s y@ yecG1raYv*ZzP~]!gD:A/$ _4>7h|bиEx=nn9W&Gtr^Orm\\Ϡq ȋg̽Zq97SY Ծai)/rKC`,f0nx玼U ojaGOS,{k-6tcB8(j߇.]{ÊzɜL7N ʚ">?iwl*wн5SRb"!M-d~#;j^p1bg8mS*ƶun\dUv1R8{/oP ER_[}e>Qf|_ǧ=w&-*,\4Y묊g w)stRqe2{=={mJy-?cfowmFvGMXh(ӵĬ=d|"w}gOM>!v1IGv*-6~öSz9dclU>>YSYT4_7/S(ÝɌ"W۟JY©mfi홾$9M0+v Kt."k̏$]80c[ս7xs߷3~_;J5vkֹ0c*~c%q endstream endobj 231 0 obj [ 0[ 750] 3[ 278] 11[ 333 333 389] 15[ 278 333 278 278 556 556 556 556 556 556 556] 27[ 556] 29[ 278] 36[ 667 667 722 722 667 611] 43[ 722 278] 47[ 556 833 722 778 667] 53[ 722 667 611 722 667 944] 62[ 278] 64[ 278] 68[ 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500] 181[ 222 222] ] endobj 232 0 obj [ 278 0 0 0 0 0 0 0 333 333 389 0 278 333 278 278 556 556 556 556 556 556 556 0 556 0 278 0 0 0 0 0 0 667 667 722 722 667 611 0 722 278 0 0 556 833 722 778 667 0 722 667 611 722 667 944 0 0 0 278 0 278 0 0 0 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500] endobj 233 0 obj <> stream x}Sˊ@s!74X-C/[l]`k`4R{ZÞ$EGœ*g;bM>{527|y>bvA|,"4e-"i{q-sYw잏^)¶iǬ endstream endobj 234 0 obj <> stream x}{|y&ld,Y.K$@.D Ib @Y$PPDp`}Z*OBzXJ+ByvG߻əs̙3gf̳l1" )'n'b mn]~OŃ*~G$%^Fy[5=G_}S=DUŨ [`bND}eϮ-B9YAb?&1[Qe֖2ĮE/oݶ%΅ˡ,o["ҵooE 8kBCi;ʍB}u[hDy$j0<>7c]=-9}Z8Y/0.8[}_RI,'$q$+$8n$/G$me{thүiO4x^S4 AaJ7:j` t@+[S=z場 or`e^lFy D~ ء:O'Q<Hmڀ]wӁYr,e%vӓ`쥥t_v(D! Qoۆt[(DFFq3 QB(D! QB(D! QB(D! :A I.% QOvϷmA(o`O_!ߊi;hHer].Weȏ|-͓A.~jՋߝiE_~uˣC3tOKԪ2M@8Օӏ,j$}F[nBɼ,5Yآ}Q&~I^o h<g!u#~kH/ [Nd+ޠɋȨQ62ˀr|sj˷mCҀ_ hȆ' "yA|6 .y56E! QBu",9p5e "2Tnn퇼DZ |k&3xXf w:%>m2cX6*J79Q.dBoww/uCrcceޅ6iZ섦u`P! #1g}-Fia{H Lb4rt@Qh./*VDEԹkbtjkB ZC&d~ ^imh DK>s^=kB6UuՓ)bHom5z;{*Rڏf~r)?? ѩf#v ki-%L;Zq'X "¤kR(Өj>4r*}B%6XW]$qul_ErW^]ԟ;JpX-Te>OJ{Dl8v&-0V P=(j9r'u&BQ;fҌ¦vEՁ* p}rQO?H:꒘6j@<[U=}a hzJv߅5sݪ=Q{\-mf@\WyGfr9}P9/8ly"i{cSH'b?6|Uֆf5ŪT+Tؑ& M9Bdȹ ~VzFU0<*P M (<]D׋Ue#FDQ7ajH8[Mv\# @Y1I͕!" <|WAT%R٭8僤tM%촡WMn5=!Y x xN+J; `f,Ye[MZg/LkiİZIXm䨰xxE9򏗧Jd* oG9hB*K+% t<&$.1Oqu%䗛yDrp ?cIY>Cǀm>GZ << < Sx&,Hu탍׵6_H5 5UpWaK݅4Ɠa9f0bCܘi#HsFbu.v=DZ|TTe2):`3 Wx;pPb! 9+4nt'T<lx/FOjYF}?ٝXAy(_ Lt1΁4X c|@|G"9B '>DɻuTD. N7ߍHܷN$n'D^v8/'DRIA)KRϯ&_-\{PxgPG'6GY4lcױ΍ua֙:YuaEpE'$[McϰGXgt9u*HOtCNxԉ5DL8$0PRӳ3,^*42& 4r #-zh۴4i 8x=,Psie}a輈S2?g'wzVri[&fSCټRS񞕘`L}iM6Mn~{nvqSNJr@CˏL(? ߝـja"jt|y~o̺჎3or<0Br` MPfg4Ս(q fNp, s:;g9.G{yQ9Q-t 0;:ueC1zƌ[fnh4L11!`7$Vk4FQ6r#S^P2YoDUF[H"1#I&I5fzQRhMt;$^0 1JA_k!aJf~B鲛҈B48(Q3A[L1%;Z'q{iI[pR΂&G,=~S/tgutRYZOt=m^BG0:ZI+Bki6%oBVP; 5n 1=H_S eP+Ї߅^f]t70 /zi5#5,0,pհAZeǹ{,mƣʤ&ZDa6MNPmR5hnꦃx3z΅~:G4&b-w7X~R>+x*dCH^a|.GS#hhrOY"+bSٕlﱻY/{y=_JU <yFǃ~HS6>ya:,xd3w\nelۏ^^`?`}qls=.%nT.;$s& hTI+av< uu;uu~;5| Rpkp{;?6`qַYގ^b]Ʊ+l [Ů'o`5eG߲9gj6ygop/$#K)Pi$IkuvIސޑ>ͲC eAgh},R7o4BHҫ[ OffcgO:tGUZ:_o:".Գ| dB]DK V>//ۨm!!4_,yO\#>;$]2{gi-SX?*t"kFZHtl!IrSn| z=lĴ݇ʥZHҰrq2Vbb~}=B!ѬCtwh!A[Bnmls;Ԏco_'uա\Kaig<-![Ne[B{74F!z\:Nɼ+T-coOBfEe4҃C(I RsMxSGd\ʙ7.aK]4aGxzT9V{ KH,.8rxX&̤5+<bm]*{s;Bas b&RB>KdNjUb-I6e%=TSeO!,%IO `%Sj7iq͒OYd%,<%-.͙Rݜ%%el)c$l,Id5$젷b3MdOKȜ`g1Giw˱xXvZe|t'څk$OIe"P9s-+ >Ŗ NxW𮻂 lobO7 <;p'ô=թm뇯ϻ17ȸ=GMc|*k8yj7u I{_MY|mj;_KI~&;ߓh*ߔW߼)?<9g<9 x[k(=Wr ;Qn@Snnvp쩩Y)Jj6&͹!V6jHvc159=iWMIgmKci>˛>.{ŲvaI 4GT9}pknb-mv(BxS,QVlYl4* ܏auct/#DVB^0=zԘBH SSulLMoHl̘ѣܮTczA H׿}}Vcf##u[^[5wޱN}շUp"w >+UK̝S9fwM_8YWIL!'ing-ы%|MegX8F yȔ[|!0mď?~7fO+M6gdM4+衝#72$Hӄޢuw3O'65{sQc <)V޺YG7t1ixψ8~Z,gyF r)HX.~Y'S)C^4 R+ N5'ŰͲ+h0&e Y2 N|L2X\lLl̬Yd|LSA仼qɛ4o T|S)f?| 2rad&u͖C5[uY'FsڛP ,KH*L zCV7 .yyp_)ZQ~䶢!*[5춡[gLzۆCq[*ir (: Μ 3ӥNk.Lf]$JCH/ׇt<*m/\uݱ[bdk’f\nB̬\BE)xX.+F\r`Gg3L׶y=ߴ;/F`% Ǎ)<[73w+aM9 %|9N4vײZ"kR~&) fwn7y1D1[)| 8 1-DZi\ 4<}7?i-r~#fťK|>zcuKa")fwr1*ߗvJ$.]%&LJ5Ku{֣/g'Nk7m` +`lt_$4qD,n^4;ev4RҘ֤e)Kӛbo0l>*EJk&[CQ,bz+PL(y 5d=܌J}aL;bcc̻!f&4$t[7-4S*#V=@g?uX?:.wH۴Jc#`MIUo]~nDJC( `@gKY\.|enM'tj"Bvn'Yi` mXҮT,y}О nä&r-Q~oޯ#lv1a!*^((%DmAQP+>"I HrrH{crfgQw̙ٝss7A:o7ߵݗЅhQ1u(;wRd3Kr-qOsHf24^Uv2N D?E0<\c\]\A[Vcq"oAÓrQẋԄgPj ;WG`d1@3ɂ2dq@(i'SAGBjG;O|;?'WWg=4w8*-c!Wx%Hq'$x5rnI Rr"T#V;,j -y[>|Vj0TO @Cg#^MGFOf:+v/I Zvkvk{4iPD{^qŐXEX"zƏtL O7 udȅu )])qwz|-qy`F[k/1{p%랥N{_zr<mpb3ʌ!<Q%Xrut Cdh(8ܹk>zངtJ NF0(Yp 8X#篛{7xȿ=Y͛Ol[xkOzs%6`H JE7cqZ 6PMJݚ;(5x=k0P̈́A0!f3u$/cf!}x{kɋ0^ttQ"ceUߍGup'"8"@xD(B=&/d:.O7مYbf m$p"D(.X!Cb[bG1#o'ϬFD=h4ЀݖZDu UKͫw#bkk+`;ZH8BĈr)Mw+`;]X E5:d|1?bTeaU UE10ba"Y2Lsg ? |ֽjEk}/~W;~]{kzw?s]2Ͼonٝh@0:hjlօ x[GhT8XrAgI*S&xGAvY B Nɱ&,FXWTV4WYDz3X!mىwqh00*\7|bs**|Iɕҍ-]*R#HqUu8Çg@8|wZjzMA9pӑ&O6Krv! `62ufp-KmȲC,WVDۀ`p,5OjV&U`=4k7 ə6V~;.9PJN6B< o%_̏De;[$HױZaMGj!5AA;ZՉQ̥I@Vus\<#P M0 Gno/9Ft91rEٚ ǽ>J7az_u}.!Y^rj˵2relwsM - lcB4 0B8İ d8rVWŲlP4ˑ,A"MTWK`VL)`vaj$Kl9\vt/)r~;GnLw[90ȫ.Z}'AL%5 gk;7[{}ۧu7.}Xsއ:e\Gҭ[OKn1C%YFh6bQ:nHׁNEOWIh\ˈ b:AAk ѾsL(k0N-3ͳ KbKboKoYd'9-~?ӁsNBu p^' Aa< ]\.ZեeM[%PWj55&b48Q2uį_ok=/#DgjK-9$ ԶD7b܆ѭ!C뇜"Hm n<99)TT=ؿ~KPœE)g30Pѿk, 5# IШ`Nni+ yYhxQaԅ$ BIX}4)Rex}%Ѡ44K|~ 9Gn=o qLXM]8k?8Κްhu/.\y칫W럼~c>)gř!x@MaZfI@BJ]<0=^ yU0ź\>f*B4 0 QAozqf>]PrtB?9s}Tu'NRg汋#S"WFnx"+E`H{B;|Wǧf^#'AoNѰĪ//rZrxZrF[dkqkk/H;^v )z`A^X)d[w$B©?\ @Nu:/*U"t'x*|fM,fS_9pչg^=uscH|q][љƲ'-wj^w?F=Kϳ#~mkw0 Ze\Ae,4ql87f0>(zz W4m?iطo۲o߱ gt13ֵשT44*fKDU%+wqS 鏤&^ SFc:nt;t$b1B^KgW 3K[Ue ԕBi6qin0pc9UvpcX ;Lx3bKAS!CjS G$`/I p&\ ?Hz^Jf`^X ˭ƴvWG"?B%k,+6{:{/t^p UVDI(b1qBu<QX{`=_,yZih7 nX# 7hebM?vAÁx ΄,$0)#9X^ˀ`LIFX?^?CMyDo3%j̯mWE"DB\£\'p4,cTy<^CqL\J%+MJySEE)3/V .4IxgA0%|)(4s%0d 1 aV8y u( 8G,څEb] 9k fu3FEp>tQ`򘱵7yO('>p,ʅݜX7%ecEY.ϗȜ#XQҴ ֆ8LP =Ě p&NBuaԼAv9=ۛmWe)/f̗.7W!CԌ[]2q:bUE9N] ȒaȤ27m$Doa%d4|JX/dF>0¸1T"{Tuc]!K?ȶ_r]߱#i^^HN{Iՙ+U[ޓػ׵wj^Nܢ9qKg3m$9sL?g%ni$A% a:jmݧPJdK& xGO_k{vO3ц?&?[ß3UC7>՜jWE%2 *Td6T5$(!?~ 5˲׌RS0@񸇑B|n*͡DL?h LB + >bYA;|ќh1BM#Ƭ"5~8xbW;f)s/-kgVgbwḰ<.SV=CbSftsB~aٕM=ݮ{b#xO./c"ψpd,M=Y 56d#>ɐy3AgЃAW .MY"sgSjsta,A(lH'-Z 5mf;qa"ʞ!gYPR0&f% XP<~Ih1׹o?ͿgI{>DǍ}aOW= zt?EӞЍ=;E~nrtd{Lj)8ȋ}p(FF'S:$DP)/3JRn) 8S}8UIÇt5 'qB8 aAU (+D`.XXO%!2Z˂`0X:Y_hVgݏkZ.m;}٭?>:w.:}s|ly>?qnQO'l!0s>.IȰ2E$,б91k/3Y'QM{v C0 lɇ|/K4j,r2TLӓHĈCv*+.ZZ/duiHw::iϠcd 7zIx?ف~BeI<9z5·^s'xӨoҶwFm9lI䟭r{ߴۈ<`#@ Gpl\V6*o(X1V%LA*11f)!"S2&`@D~J%evXu@u@`{(m)pQ?`A:JS9͵'b6&ۚl*0Nm@@%S7I[LvM=={1ڗk%e,M$45RS 3agDh-3'nTH7C6uhCVpyFH!I1 vd\:>.ȫ"@@5R/Y,4lIm|3j]eH# _) CA'7(z6!>Dφ=]$ݍg@Z/m#va@.H?%bTecr r9ư}]A?!F}M] # Fijt  BZl\) do54ͻ5VfdH2VT Fi_;ƹcfNݻ7Mǵa" ]t%O0e@s T¡D\Ng9HK(7]#1L:K|͌ [p~-C޵Ӕ\ʾ\ N3-pT.Vi/* 7[å\3س_V뒊y)rMٓEKԥ܅f7M`b50^Qp,$Ɋ rd&6{&[ԍwim YKnV\Ejܶ p,1'*%AbFp/1э'9|;7ux grM> [9bM߈K뜫eNX˙3~h@<6-cNܢ{եJYB,{k[2:.Ink̺5ն,mA4!EN9Ov fG5$1BP%:{X <F|3|ѯnb};{HnQ+'y#+ِSxfSutu0$t%$JCYV9eQXG4- b }⋔}K(NUKvW&l.%\>.%l6WD%z$S%5,:o0S%tJ,pYɪhD v "ٛxRSY僗l@gJ6$$~h"y}=/˃լŴm'2E6'q#E(O Q6׋.6 EqLN Z y13;38;)x76q55%Fwf<\E""^!"6DU$lLɀӠ,FPہLcBbf)>wTHѽ͌Pwñ+>DV5iS0͒Y"&Yϑ͎ T3݀F?ՙM/w>@+>Wbtߞ~2\@O'3!th/,D>Nș`Ȯw4i' p5K P:Nj3o3՘#p5IWK CX)8&3R32WZ)O̟2? Eb|-3s9І̟2\:0$3"LMR~JjbYY\>=1"~a-[2>̄mf2C}X4˅|!l3I1`xb2.ʑAF)1HIC+z:)x/_ޢyOÑĐ!xH1cFɢ&3j_>pɅVڷ(TӂY`b+42[F-?0;TƫJ7XV-8mwJy~F\*L?f߽t+$\wp^8 ծ^yn4=/}+u{Qv+RnϿ^56LA@BL^N1i.d,'-.dȟD"]Vb(`4GPÌ]V5(݅5nGY~7 k5i3Yű/\WWnpߩ?vۀX}d3"Y<>$ˁ`$>׿oۮLƹXK9%xu<+8´'k.Q,Џ w?&)X^@Pc l}~/>]C}E,wmc@úDYp^.+5 E6*U$-ѭr-uQ8 7TA_zwZ@ЛbaS4ɞ񚽿_ꛓM?gӇ&'z p~3+},]yeV4|Ѫwxũglg/Mf{"aJfJ|/0aGpb9=N/k%Z"J#Cn*vd Vu\v.^q骑l6v;ATvJɕd[YeӫoR@Ҏq*GHQ#dT*ZTJ*=="urԴ"u5wA u}qYe[zFQ_ٸm6Mfh&"gjPaj"&W?<\GzE(xU_lr<`)u"m UkFJXY<*b++`ǣC#u=zP h*H@h 'ޟN#'Kd\ iރKrA5v\xZ 5=rfqP$D8<BS(7-і;yT DS QdD )8*ݠݎhh40Ԟ7T ) NG՞ neMq,` R&𖙵]՗[D^Fh2=Hoi2lusw]}JN*`\$Gcǹr:pe`&ۤ";1D-s Yk dswp(zSTV'؊艃薑W_vu+֮enCa v 貈2cht3 ߌr.˗>sڳG*Ǔ? V-.mZ!Pkb[56v.5:7056ؚ8f>*>jVLغJ|kS'q K‹E*nzS$;NA=tgQpJU2,ѼOGtPC@,quGG2d,E)CqaD8Q Bp,JRe8ɀFƴBi$U922Ɨ110$ X `YFD ͡2͡ۦ84gGt}[+1 &⃱O:<#@ć0[0=xӱǣfs'U9"?kAܤ^Ajs6APYEҝ>hkjݎa:wd%J0wVTH0B?-2~Y5SkuB4T|G$˼7(~_vݟY<']~. 3" 2} ã V{]/MtP,7s|Itjh"J_ 1v0( x4/k1qA9$5n!ZsT3^ FtBײ BҨƲ yilPY_-f˔%j" n WW~% ¾*OqNCxD?hH![E$[0#+JCfLxuBF(Så/QIr&!+H'=~5AuocU^ݫ;g_qKZ1fveuI\KR8׽Q1 4_Di/YC4++ᰰtS>/,j׀/'xY {~nDf?uLqaF"g`ǛbQnk55{cOQg_RI_(NzS}? AnDsϟͳЉ6 MI,*+ۺJR*UTX;vtq5cY??XIfEYjї8 %\{pQſU <ȕX'/ GQN) Q?k$ŮnjX{:CRt{M{X9pwGQjxHyqP2b-ݸ8(h8#*@6{ک`^<q?'ą&M׊Jq0&LyrDKVUj ߇q0/?߲Õ,x59UeriDe-oD% w:%1V͘*_a~⒇:| C).a-~B1TۍIB8{D(d>osyqwKyCG{UOc=$Mjk]xncոT[=^F~ oPP'$ 8@y:o qff*MMml{ӹ촦8?$F]~}ƵGc6gۢ-Ue 7 fSPߠ}/xj|gAW],=tv ;@um )&~/B$g_{8J-:%( Sa}0_,)((i*K1nS'e dI7;ȒYҁg Uv}-S;vs-NjB$wYkx ۡmT@;G >yDsf f[K^N<͇ I*Cq, P5u@=?z|1T:Y| pErCPIw/9_qrdI|^U]RhNL ЌFS!YN(w =pȱc޳hHF!#h>X˥_zô1޽NoUl]mJS+\%PE-./0K mI.퐷jDK՗kGA7^j#u:FIa(TSh(Y]{S_6tUi#l="m54|&:7wc ^NtȒ`4PP]F' FXV +ލ@Vf!]a痠i[AYT"f|ӧHϥ,б_[7o]p3Oݱtgt^T}Ǔ˖w^&̹;st42j9MqcBcR榮q+Cݩ[>~4b$' :UIg m:=Y:7u\Ю>?Du]1 )6g mu[,W8 eC@ZP" 8Uc662xϭo^7ynzrb3ON{mms%֕aq'VHS0ڻ."e1^Zag U~dDX uy婵 D̤"ТRc")hҦ&S@!YuAȘ7|_!jk%j޼dƶ-i2?m#Lt!QAy [촙lc/j(@RBRKaᦶ+91N' ؗ61",0Y+(0Q5FdX3BxL[nR(2]&'Aɂ7\٥]yǧ>ӐPKTЌُGQQ}ffkws&51ޤR4$!#+?R\Z%>gjL*DQt>d7Ph(<͖ <u'JC? o6hϧmDm 7T9j&7|r> FII褞_D*)/=Uz$Q#nPGGL?oAݐi81@x#(xm(UvJIYDr 蟒ՅZ[ 1l m69ar|e~xϲ)~"OSttvq1Ή 5)/U+PSM26t2%T)('5Mug՜Uw~]o&al؆Φ)ʔ V]ذDʆuM{guV4‡w[SA<3C?g04u[lK yruJ#\+c9"3jGl~EM``%++DPQǎ"gT EI!L`yҧN C=L -/{!M,yjp-ȂjH33E962|Ӫ*b3˚1 hAhwigF 8Wu>tRǭ: kAx8A#v+:#6^Yi9g-wtf˟]M?閛~kkY`ܖPǁGu~wL^z7~W)pL!ϱcnCh-*Zb8D)N):̟Q}\z]WPs:mHB3ܣ!<IX Idž[ # 0>&fBMmlۖȱ"1%2a#tc(!B9gėw,Bsb!ͣXoV7r ) 1ݓ{LJs$zLu!ji"`IF2L 5ר圀 ev ؅[3W/~PS?~|Mse A)r~2&&)_¬Ls>xqG!`Ls>Ne<+-ל4Ro\AK,W(mc@IiiN:( IrZҌ3/ X`(Yrn`7[ Xb3>e<}[b5X%`4Yh^OK2a;vx:í5/ []v%w2FX6YA7bdޯlWR9hKKiN#RG+Ghsp&R]U7R<[rK`bة|_ 1H3 {d҆Ɉe:gP`=#cx4TGxX~4?B'Ȭe xT 9/uj|~0_ Gb8 ð4DBŜlKHkP2 ıPɫp33׋2 Ɗ"*9$>%KXVt!kwR&Rh &@jU~t]hs<-5I;NJ{bN;غEPm -423YÖvI 3*[2Z.=J lm{o xTmU^"8"1 u̒l_tk9uwJ6m4dYIeyǔ:Mh4DXg>*.E/W|VnіEtE~t۾n=K`+OSf|5q<1~hg,<`gpin>›cVp!ŷDI"RGG(4@#+&=/ScrӉD7NmטQ3ƌX3(:.k>rZ0CCTЧase;I>֔N脏V}MȚ}ᣃpmA;mhAbP{=$%A{;bF%3T0$⦼/zsstY=k!%L*ZP1e`a9& KJ-o4܅b^ҩ< B,כDId铒II{aOJ yhU**̤WMAѭ5އxUϡBM)+i(itה48TčNy9vBuGogsھӝ q$g K)L!J /C/]D[6VWٱ\$ض94O05 d?4ye5>Wޢo><+޼c&<#kg0: Y Ais71DgP[&z;1"">ɚBX'z)Ml "D ĭ ĭJ)nU@)p5a-rn3@h _#5Abر"1%6cc x1]'-U>-t|+;pz(<3 p/'==,)p۔Mgl#'r ]];_FjsF;}t Y^L8 qu*?M,ū%fNLM6G&r ̮@Wصܵ"EQX9BBu9[,/Wh,!Cro!_(TʽP6 y$PZRT:[:J@ "/.l͵%BF`R; )5%Lp>uJ'bTdw/*.@ySNFV)0Y^VuKMIﻫ9wak8y$mksK_G:8;8kI%ug\dk6guS;WEaf+JKR'yq>/T;l25>GWLɉV'HI7KHwd7mzѤh"5(/iɱBiPY.ԖKReT3Ȩxalv<_YT~Uͪ?䟫O=UWHU{DGd=Iù#QAS ĺ*LmUFV$H:m*eqވߏq:+Fa`&A3>DSDAgDhŠtE*,NC-{v"(X[ (Nǜ-QaxfM])F/xИkklnh;[ֵ-]#KŜ'<l A;Ef\)dJ#ܓ$q%Ngƶ F^0>п63GWZuM )vǨ(2Ta!e؈z|4e\KrvB&#Rސ(YMU#7.o*naNX -€O"Ŋ;r $t25.ǝ& q6IiOLM/bh֫NKa[>=DQ2kA yAr+(F!8-ae l--n :Mb+9m&bywmW>(v@P)X^DT.tEa}W`u}ϢUL~vfL2;{s?;)Gq!;`wZ QyQ&s:8Cn x؃K:mEjсKѮTHNHl=.88JAC ffK %8~p02g͟ ^2C6ppXY&7\M_TЍmteE2+3^$D]No0&`!'gyy5)G_UiؠwJ>O0\}LS'Y-M&3Q7֕mw0q띸●x< <}٪~!3os}3)GY.#xC?-5ʒ+xmr٩ptj#{Hy5%(l4?Ϝ*AN!Gs KPlDk|*G~ LӸksa.7/G`n喛a#m6?vC_@GكOG}[Wt/ "٨*#a䈓^K]ԠG(-4l;-tM}F.-$І;;Q,Qγ2G !61L,ofcVfqך|UZ#6j`,O]^OwCwu!15&W\~KG&SPD #Rhq}<t{,q!} ͓;5pT>O8+ő4~tlɱd&cj.N'sPSee~ӻebJ33V}zxM~+^M^#ZSg(\3ؾ3~ 2qU*uḦ́䩟*r+o֔̔niWāsV>9%YՎyd%D­6Z*6OzXI;:4l}}St@!1t|ovCoA͜,3ayhfNd5M>G1d1[Nqϒ! % F05&Z5exmnPZM+1q/\rm!W(1 T,v2ZiSӇ _S.~6[4ALA<֢IѠ c+X֐1yZ|a>_d!/Wɛe^ DVRLX$&L}ѰNX9KL,6#R#0ZˋBrVV|#0Ys&8l6E1r d8Q 6bPC32ǓUs UMV-ӆ"?՜ n*ܿ ~7OXAE˵2'~sP~NvT$ª}kL?zd@<8@?8 A6\d4=B\.rCibmA~S_.| DON?(BA{ߪx}P bozQiKC`a" &NҡG'O<=G7M;s:jՊĞo9$3>I, }(Aa7PD l& 怋|7hI|GE,b^|KxHY#U#5H^ wwQäΘa" ]0 v.q/lq.$~)%a~LK4P &&0?i;j3vSz?{ VMSBﷶނ5u~j@벹[[/a !2&#*&ɮ*bZIxݝ^DwZSS61DJ\q?Ϩ6P DjV6D[V*-J}s2>-m2>?մ*pH`,ߥe?my^:!wn'GO_![}qxȈT%B*ED ==r ZYxJq,tށ"OR-Պʋ V:`Е>~L XuVfG pu/Bn(p?M$.HuyRV"h_HB v:lWTkk4HyU^!1q8BNN~(MB~6zfjQQy1FV^'&68Tra%q˟ge=USJ7<#]Kn[/æM$HH/;%Taҁ_:n۪ʯͤ|YC QkIPx$7\'̀IxWo/-x6d^ -d .Мar 9`8*`<[$GkLՕ_h $N&I SBhz%9z("%o4 ن 5}Q_sRB oOYm<1; уUtDV1e*e`Z.~DRsk|Lۗu_0ᒊ.Cj#HckDUD %!l'Y3C;\2}>E=}03ظ//28//o&ڊ0RIz$>((j.}ʇN/yYAQP-OVN%Wa i4*2 0 (Rq8;+恣 ʜ7¢Lmibf I570tܡhW.X0 6Ca-Q [K(^ /k9 \  61/mH0M٥Z$.G.?VN|%`Z#ۿp<~SP9C%ˣ޼!T~ܩG%;7GJWF"DeHգjCC(9ϽXplGE2O[%|~W40[1b:jfa`@A~^XX4)+\,-%./jzvzemY;Pa,VV1X;CE; q|=*Z^Z,{` 6w깢m5Nql1ldLm4֝'; 2 mުPNhhX aa>d {CUC @A ApIÒRe6) ٤YA3IH/ nӦ`5ԴX̭FKK95Dn,Q! ؛JZsXc)ˮBS. X8ޕ 9)MoutbkoBw'}v/O=τ \[^f~w`GM.ɹr[&\wSt*Waީ?SI{B'!痯7WOS s4. \aSߞ+zp_7L t?7辨 OP>qWss|cS&=Lt1OQ=T.ۂwJ)3Epc*42f# MK@/Af2nf˔gBYxP&-m68>Ad֠tbb]4qo:Ŀ+s)NĿI+ز KZ; Frnƌ1uO Y{=={{;̎ϰgEE;n;nj;Łr w`+gu`c]Vт' 6 JAWcfv eXrT 6kH[",vWU2V ^OMRLuGˋP5p]RN xI`[-Z/JVl.8UVxLKtMS96د y K[2~wTtMW"a㌯kh9N 8v|=k'ٓv|=`ǿcgv]g77nO&&i)Z- rNg !1FXi%\U3-p !jD3;4zR3f_QbꊞwJLQr"BYGv -K.s&6B4~_yK J? KH8dB9sb_Z; aFM-eA'8­dn1Q$~$`!DAkXmM1T:5FCy!v-E"koUAU&[k{U301p^#x o;ߣ+vU$a5SF6} B 1h%aLDFhkP@[uwշ6=}`{`ڔy={ .igRKʥ=%ļҮ-$Y8mLiV{C..PR!Ӷc_Y?o!3j3%SZY1l㘯 x*,i}s)[0K *VPHL!}|EM2U3@Wҧޱsejgl!Mt4 ywKGӞnM{x#x=n=8!lT dzT l"Ed<3/IyNG@5o-r:#{;%*l^Kr/%mYyYNyr e]dr1uSîH{0c=dab;h~QUl<IZҘ~A꟏k9ɞ-E"E"4G LoW{K$d=pgF <Dҩ}A#-FR7PֆXmlIX$hzd3⚔;/%(RC!R3eTk9'VTu5çMzl];'J\y1Z7Ae~`i҂S9#67~9!xLp0h!&O'B}Y}>(qF]pǹ~H5_#00X;"я(bUTԌ55u'MqU*o^[p]cU@,r* rr *kKN7f-\?w+ʊojRWOUS_ֵ~o,^+, gEO;zSKRIg;%⺒Iy|Ғxq$'{K~q^QIIg|`|`-%ʋ?tsk'k '=y-1x\<>3rc+^(v"Jp yR%e$m?a"4pWj!g-LtL`cLRZ2iR:C&KT*h#ZuKcOϼ04;h0k`Q0&6j+#tA{9=",so|j\}0.0~ bPy"x&[u}Oi'w Ě fC|tÉN#Y9ظ֒Mb3-ֶBܛG6tgM̵-a 4ҁgوP 7tV44t& Z^,::;mrC+ᣄkC`6iΒ:d!?fҰ$lUFiķޢ 0i3kqB*[''"&{>{&vxGNG4'[y<j+, i%z+"^OVP zSC&z:3Zܢ3;sŠ֫;:0;77; _1ky1R&u%urv*hh%5567c0Q&5K$-Ʉ7ǴZ-u2$e F*x)#'`aґƭWǩeA:3H{o]Z3"q_baU l߸q=i6Ca(,P^VB#?e \`FK@m^?`ik0ȃ6/HggѹU޻2$ۖnmkYֶP}۷=x{ Ckyg߾תv믞6ǝa('%tlL Cw0yJ v-j4(ga+7;^IaL+aSݿkm>BoS]ӃsA.`<šdJ|>cXے\.kaeVW#'k\5#Ukb"戢!5mfU]q~~$q!7m~v}v>?H$>07-<СJ_Od^Nٷg3lؘK`cF{ ' iiix6JT"e16|&,nd`"dB"#} rѲ FvxTdkBS3Vs/q5ZD8; O{λsĺAO~nWa䭻v_ܳˉϼ yƭ:.}.ajk yTfBvk,%FVqҖ䉰e(Ѷ$]G&ʄlQ\8x{ϺaG%@>~>aBZGZP!zZ&9yxA.‚ρY0 ҡ `qaevX)m fn7x#Rb8!)-a("-pV\h4;/Tt* # )[7 @)z kw%.\WϿ͹3s6m3w5uO3kBK[θ ÿ|wyf5n05ݾ'ׯk#;)Ѩik7AԆ ?lʀ|'x`vbu4S`%ᡉ߰ӭ-hnSN7Ť=~0i~Q{{eSS7(c5X֜E6u7' Ss70G_?ؔ&SDKbo.{OM&#ObE%Cj2%޿{{>{G;?QyF>5h:v˕J?0EajnȅɹP0Q PAi@ `phX~sf f31d݋[&~ f0Ыd!!iF^ 7~*wi}a݈ع[=('9`x(6s۬u̎4h)+RkK}Kib+YN_:~uN,s= Ьg\9W|ԜZQs@n@s d9cHAo4Z/R/W*4$[)W?#Gr;fqp|@I?Pkp;3poCiwXt;AJ]C#W JQ P>`H'Hǹ 3ӹT|QWSNۮ,O=w pGpBdIAe>y!cudd&<8 Naɕ"ͮґeZG5mķR׿,<~IHn!Gχrk%z\3%#y R.OdBŜqDHCkQb kR0I2s )ɐ x PK jHȭ {홠vR_<dwݥ|TRda]ᄡ[rɔ2?s|`)t:\ZJKpKt Zа e„Z|C5yMdDMkPFzK:OA>L9tA59L^3 22Qc䍬Xn-e(E'òC7dfa0ERE+4 _dqe^АoG3Fρ(Cg,[{bٹw=ҹJ#(ק8\UO(=#|&t6z6*)G|'N7^a_$)b*KWmY \ٚ!JLCI9I7#NxY&UT*]45zV"~)쨁@ZCaWd7Q<Pg_ W~Ǥs_>FNt8[ZK{|Gzz7<e;v}6ymzdW?D3Rr`er{+Hfl={6:)ygŷxOiQ.(}OaF4DDJl&/]Frl)PcDY4;DMH'gϢ'~9KoEEfG$2ˬsd)Z#1|kOR\W$@V/T.=_Aɢw!TYdZ:?UžZ8z΂jfQWUR[quIk VTx~r:iݺ4v)O^'r}^VZjШefb)T $l,l,=' r`m㐛/;{pZ>09q]E8V:_:kQ?fuOoOy5=G?,OK7޻Ƕszs;P') ֡Q)f U*ȥT#E~mOGz}Iq$3%b߂t8JES)Sp JKcEEĨc:T4uJ^B-&D>122Sv* |&Xz_rg%{f>0dv8cỶooކg^T_Qȑ~;4vt#*Åhґ'M$Y!МKm x\0$Oɴ!)2HK3h!c&~L %:qUV/;b/o>TgW,.mnt[m=ӒۦN͹+l[=?OzOҁݑNsQLs*@ {^^s؝vBg)-LFدF7C>rc[\?}놝~ `ku@_h +A F:cgJVKg9-W-= DHT-A2 HZTb-+2DfFJ*BNftRM0N*E(lH(\#p2 I^E#p9S91F6ٵ-Tr{><~k&YIrZ@nR6 uzkɆ/iI #cc;Ɣ#1YX4cɱmfFūIΔ%gJpIZ5kk*e,0K5FOG>ɻc^#|FjǾ& dqėG?x ue>ڶ; =}< ?#~vggЁvKӟ<_dɣI9Hrcmuj8&O))fF~ʕV8wDZ#O6U9MQ»Si5v};f+O?prg6$ Q1B\q*W!FbU** Y $b"FJ+х RځBjLl‰#KnD$> + MǩLeqRd%g_,8%m8wʾHy8 БLT=7kWzըZ٪Nm,ByykrM))F3:rrkȒS V1'Ud}4G N,5Ƅ qQ"WܹF>!}@w|>o{ՓwZ8'zޟt/NF5@w!FAn̑2+0Y"b)e2 [L(\3R֘j-=a{ +5LCĀ ?D˒ȵ@]tw ȥ1GR5$OA_+TT a[w"Ljz ֈN~lk hjmEg2;1Q;je*R>ÀS`F)W(JVdQ$&a$KXD󵘑[LY.w؃YV!d"xDc1Ѕ?F?G }0ETauՊ@DHJ֧a.,*nRaI)̓|ޱА9uHfXǦqGT>PjҨ¾ySZS,s 'cgHefN`uEz`Crq/ [K^H4i$^̌"hz <()}X}xaaҡˑc!e]`8}T[~ϛ؄_GpT3'BrrW'p\.!S5 Pq`ȥmGA9#`Qu1@uh;>Nq}O.==/{v~6s{ )dv;<:GGנڴ4ܞjV9*jhFج,zʠ];N~rOo/pKw|[pرOl4wtܭr]6xǿX|0dp;LQxmxT,51Z R䜤3'JVfŷ@kFK/? C{Dpر%״䩍එ=5mTJ/qsq@GmmnUY-Yxcz{:nסjdQ) ϓꂲ$ʛ8]5_c 7_bPSx-,,ߜk&/͋ fՕkL&-` ]ψ߅ۼ0jzTTF3 J']WNqջ w<3 qO>u{޶oc͒}[xM30yfm4+,&kvjIu#[ e EeE雺67!FP\J74Bu(d {,gD/=G6rOM Kΐ9n.uy6Gp/OJ!pmJ!PYQ#Z$lz| 1xp] 㖩b!њvlߒMpp NYK3־mwtc7@~A Q3C0bu L'1(:P!Bp K D2X.S$XC o!rvZnw{Ϡ $\6ؼh7nͨqP4$MRYS'ݩFju$4 Pj!Y2PvRe\Y UJaee(G SLp@ڲPVv>yqztC9euz.43M`4QFD\l2{ gLVT%bEtq h(,"$Xw.g7S f r&:?JL;mG`v3:D\cIm[׭c̍kM-Fήv h+Y3˘ٵ[m 1D :Tg:gW&!*5t>wuV+C򤾘ΉQ0?^l#_Ahۺr!Uq؈RGkͶKEc*ٮί91KEgctOiշ4kg{JʪvEV[?84ƚMj*w?ֺiC&K~kp?VwHX)^oʱgU֬ߐl(޼*ϫ-j,˩r UMANq8i+)-įmIڸXۺ$BD$ICIl*[̾r $)J~W6*@*9A}@Jq͇SϤ16V^ݘ5x+s,k64/V!>7|4W0Z>m%/l{TisrcŰTUC5;kmܶ)u;]c~w[-zku?\/,8A՟?9`uմVi/ui5&pjZMi5մVjZMi5?%mNHOմvNLގvK##o7w zmwk[^v{;>>>>Z<1/1#ӽ.Yf'bK#aty)#KVƔșL}b^4ļZ;8JwѼNh~1W[1/P 4 %̙'/!ozy?͗<<~yZI I1\dx)cʙ*1; 3К( O>P=lR! &`| Ӓ{|zhO5V(Bn:{֍ܳ0aN31@[(C ^b) na!s1{ľmPZ: 08:(g҂gByZHRb%*ӞF1,&""ynϒ{֮XO Q q1V8>U0/:Z9WҿUY[+`KToA8'TBix|t.2 5aʛ*I!: ˸35L5pJ 'x,3Kq ooҘ8Oi* k7 R"'0y)|oF1]gB-ge7{b0 "py9o"ARBWԌq(eJвƌAXºu.@՜lNGuO'ӞӜի.6Qb_ Wµ1A&.^6S! ^!UO+!OlЌh1n!=8v@1 TQ:yK|.1NOQyTSθi#rMPNeJ!yE&kvK:B k+u,wZAهD/#6)/3~,Ť3¹<߂xŵ&,DSC>#bܔcr,Ռh> +r{EBn{PsbCkf6,8lF6e0FE?8a*:EΛZ&4CivKqB[]2FmB+RN }=N]P6iڡE61Ct&tѹ;~dDC[QBD>IWA %*N:L]q8EH)dHm?|@^~=Y .MMUG3 : -cUOiJY_|dh;D7lR54#v2V(68\Sŕ0J ^~g\7- h>+Z,E|A*MW=Ÿ7.!Tzc)ѝm",1?FGYb" z= 7Gl{(+&|g0x`h&rG|yob2]ް7juw4g>2=o ̇L_f WU1rg&Vw`,8jۂu&+M¼?q`~^\aQ> yk<2yـ#gލ|ӣ^B-B ]㍸}>䃅`7 =iwhh*k.Ĭ-PV4 2U2;1&q/]Q_Mp1㎄|c>78 |xvfƃy~j>B^w[{|r1xZǠa~E"0_0A+3 6-/@H)`*4izsYI=@*1@'KldD%h>^J!0!g7mj5" u` .1&X&#Ro6z|n[04QJJs(E^*az5 أxy*8xy}+ur6=9a*7 &BnfMC31 8 (hdMILt,@p8C22 l^ќXD!x=p~/2IĭX7}9&s +P%"Ao|{)Aff$UXzt(oTRa/XhZUAF4bn28185 /KaEb, UZAݣ}ބ]Q QeI“njԻBs 16}&M|a}/ Ag_kw=\]}|w3_5̷;WSo/❝=&sv5t7:Z06'h"L͓ũMd&WC+:;}| =>gCGwt60m4u6u`UwtХzgli[;rk@VIX jwv-MtT7D[hW]>KW_|蠳w9{ A]0=!'覓&aBj~G )6-TsmiDEFyc FK^1ИÞb>~ .z־z־z.\/]=o w%P}6ؗ  CN}_Fc3R"[%KHɒle ![v(k|wyw>s_5g 8d~[)0R[!uAe[Bvn[׬^J? Cu&ٻt*8kQԟHfcwOnD r*CtP X:Q dEàP*A )rjr(JA鶀5 Õ90؍$9g% @!2u'K2 n}žtpՒ7{Q.HcޜAa0&)Ly#Һq]@iyi*r91 ` Lf^Nx ГLFvX;4EP3׷=}@ {Hp]QΎةAaY` )EQ| \8aD(rV,30yXsN):pJB~z^#T%Ixk5|%Z^ z ˪F|$ۧ)ܳE9f.8;ɶ?r0sUV)ymhl= C>bxa;bZ:xg_țLg'0AVJwtH'$Յ%;0)R!n2L>5li}s`pPEn6@䔠Q7I`E0?>YZץǏh+2I %@>@Ն̤r2&PZ$dDd@AVE0j_9W|3*Btt87qcb%<]I\D^T@EVKrb8X 0~P(B,Bik a}ZҜu pME;lmƤ .Q(#$:UlŪYj3|g.qt=JK!vp1~-:|~"L:})C5(iyAnvU75La#U,sܬK u`i#r ю>.x>>Mc9 "q&,Ͻ-tED * _*GŎ+?~axF=ASwtQ[l~WF8o1i>,7bJ:;8ZQ*x',Ёr$hr$C'Iʐ{KogX\7FIK[6uzVT?wG qEY<++l1kj)SGª)Enfqej嗀9R|(nW}{|j}BkPX+KE"&5?jhհ94rUr1}v,@IȾxPHKWaضcBet,_\9م,{:;sE"a~.KqNf\3TK [.-qwW0$r,P(mvGfHYA @CjA&C8 ׵d3yƩ]1EO5ZPX!4iB̏}(C֒zI40wvË;̏0@G АUK01n~ eQsgױ>4JGYz]XJ"q~HU 6"/g=֙n;R+ 5(`{u2Cqs;ֺsu8h؟pQڝbИVumX#ɉ݁BچYJwis; ky-iڲfwgfGLF%ۖ:G?ӈ8îHHa=f5C03,cvNnd)&A6߳zO, 5KF&i{D[̕0]HZӔ' a.~lj)N!wy0h"G@H}\el-eH'Ζ SѴsp&?)4=Cr%b4tM?6'pP֜- H30YW'I6U!PPڙ|ei;*eŢwӯ*JV #MK\$Lf^a`rM]Whrۣ筒|ҋ_u- JVpW Ut;5wBTK ,~I.WUJ^O||Fa :h@fUl}{e9)5ꃁ] ;{}sfpgqx%)uz)U\R_hz{?MMsӺqUdl^ƗVݾ'D6Q&cyp(,!9%B|N$U 0JV0p]Sm W 'g\쟾2,J^Oߟy21:5>kp1# k4֑+ѫ1UN͎ࣴ`3i^<󢞷 ;ztd"kcnG}-`T͋y$ mTtnV6:ӆyW= w1h9jb5*c\h{WaָtؙJߵSK_$>?OY$_.ӕψCAgiOR/ъ$idGs}4Q=0xs=Aޖ@|~jvH}f\V§nӦS_4ZacMWkdUS|yhշIs!VS !˩?Do90ak [`Ltt2c=6, aUWh@w#l.競u=W:q.y60[&[zYr":Bտ!n_) SwG~YϪj"% }Y˅&WMU^ߩzXFj|>r4"z17}t>,缟<~\ty}6i~:qmzQz) 6Щ*aT 2*AlC>Q%b\}@k"1{ /.c jx_ Ϋ\ԲƴLB.O$.fK[5ԤL*.V,'kckY7CR%/huYmA9!Ez_UׄwҿGs!A3)}7f]ie3+\m!|'e:,zCZJ 4ӈ_@8$Bo+T"/3W"h`| }Wɩ&1'*tI4XVH)-/)))M)`"W;z4[gKܳۯع6BAё$c v,SbZ?a9X|$#٧]BJ5\)O/F Ԩ5:nKgGkؙ5s>%*=v/u7"( ɕjdF`eGۉomᦺcc D Sz:5ɊyFd*Nj~2Tl3Jv䪻k+>T}RãIqp\_țlחUr,>p+ڼUixYJ2FvD}KS.IZ< Yh8UM+O&+dpk*)@Y?d|WA)hX8]X{ 5ԫ1diؘ;c*#u-QEzv( K[fBi=/K.?}%Wq# θ3pf/Յ?>)]z"ٓbXqO*A0nG68Fr}·]"Аۆ\@lu|7#1`HN՝Nh 6ۀsRj$l6 cr'.5mV6x}>ZӰRirb+1% 'G0WF>`+0 W}6GGB-Cl-k/qQWeQ*_深9Z7ӱ!oGJr]^Y.>ů-;@t^oG1aF[]MUjebc6u%4!k_xM\]4s>k8GUCK33&cwUfǥ\{jYQU9Kze ٦ qg4_)k{Sb4v%QK\jI$Kt/^YdjE_V6%:F &"見-at7{"Ŏ.{pY"Q-M GD2`sb2ǙRΞar)Α3r5*WU IWiF﫟N?⊌TU:^}YL|{WlhNn+MBI)=]Y{H{,Y j,`.ࡇS{=FZ} tmI=lQ$Kn4MDF#0<&s)݂Q#uX,0t# zK܃j(B }\Je='R8j*gewJN6*y}|lSyKo;o)L endstream endobj 235 0 obj [ 0[ 750] 3[ 278 278 355 556] 9[ 667 191 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 278 278 584 584 584 556] 36[ 667 667 722 722 667 611 778 722 278] 46[ 667 556 833 722 778 667] 53[ 722 667 611 722 667 944 667 667 611 278] 64[ 278] 66[ 556] 68[ 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 334 260 334] 138[ 737 737] 179[ 333 333] 182[ 222] ] endobj 236 0 obj [ 278 278 355 556 0 0 667 191 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 278 278 584 584 584 556 0 667 667 722 722 667 611 778 722 278 0 667 556 833 722 778 667 0 722 667 611 722 667 944 667 667 611 278 0 278 0 556 0 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 334 260 334 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 737 0 0 0 0 737] endobj 237 0 obj [ 278 0 0 0 0 0 722 0 333 333 389 0 278 333 278 278 556 556 556 556 556 0 556 0 556 0 333 0 0 0 0 0 0 722 722 722 722 667 611 0 0 278 0 0 611 833 722 778 667 0 722 667 611 722 667 944 667 667 0 333 0 333 0 556 0 556 611 556 611 556 333 611 611 278 0 556 278 889 611 611 611 611 389 556 333 611 556 778 556 556 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 737] endobj 238 0 obj [ 226 0 0 0 0 0 0 0 0 0 0 0 0 306] endobj 239 0 obj <> stream x}|U97-S23!L2IfIB`HB'e HBKH!h Q4e+X&JbY vv]WW*%9[z&Zbiw ll.dK=3U3=3GYlLLEѩCV8>]lty`A1)]D1RK< o~>_1]?cLy0Vs!n}SaW}%G6_ǿe-nq[uSͫa}>d?w?:s!nq[1bvq[-nq[93nq[-nq[o-nq[-nq[-nq[-nq[-nq[-nq[/=?wST ;/_݉*33\`xĿecY> ݝYK9r*~$w~Gw;'>|?(_[A,02RXIp,^UU$FXM]VLWZSFmVf;?h*яHJ)%1c6*=H WlpDz~'j0JbRUbU#0j2X.-)Vt0_%0Y OvPsJLj,UT-W~KX9Sp=GFEzʺtFZ~*b.bF X12KɅOA3KaS|@U{(4RM̵OV;Kf"JE2bV=rYh-}492; Z=m\"UȂ`/߻Ĭ58wڀhmlY .+is[^9̣u~ZzZ$61 M)lT[;-ϝ^][sgTF֌jF^nBW^ H!a{vkruCK׵sLY]B>=(W{Pvdi|&PXir"gËidmLLpȬB !bS0g&pmӆ6ivҖZ+قrԇb]hc#WW2}(a؅&!O}bjjу`Gx`(1FE,Q_"%7;p,5bJtTѤsFyρ*?2M3F =:RW+•1gl]ΥlEFBBJukMR V.Ϋ#D Ԧ>W<5)O >8͂76<$*$= G{d:2,4 r4=L&XlHBķЖs9ƪ*꼖+g;"(T*`v5VߛUQ1v6-p*B֒[Zݨ@lAkc/ybV;BB{i.!~b1nTVz#2;tצ[[M@eeͩԉXl8mū20MԘk:.7#WR-h!ޥxMk:h1[# O6MV2S@w EZ앓&p&[˭YWx# I+RUh &䈂tDosyA*lZEϦUF"yby0!S OqJc1!*(3*cˣ+zQ5xwH|}Gx9#+O+O"UHy߁_~0)o @=[W=;-qfA}ΒYP.(0nE;|tgKq-R)RbKVӤ8U5R"j)VIRR,bKX,E'KqhbR4HQ/E FR̓bs-EURTJ1KR!t)I1U)RLb x)I1V1RBr)ʤ(b#IQ")K1LR X")K1HR +E) ("_R%EO)!E9RdK~)|RxȒ"S )R^R| R'ŻR#R%xS7x]פxUWxYxQ'R<'ųR<#oxZxR'+ox\ǤxTGxXxP#n)ڥ%R'N)vHMJqwKqۥS_Kqۤ]ۤU[Y*ōR R\'ŵR\#R\%ŕR\!R\&ťRJKXP-R\ RJqJYMR#py嵇k.=\^{py嵇k.=\^{py+.?\py.?\py.?\py.?\py.=\^{pym.o;\vB+Y#3G\)uV4kRgͲSjDkNf,!:h5孢J\ZFh YLLtr4t"&Dь2P'GRjlj*JYD3D3M#J4h2$DzƂzƁFUD=AQPQ)(IBD%TopaTr(^LTD4h@jlQjQ_>X!Q'M$Eԓ(5KCmfS~"eeeyң@iDhdP*Q 9]DFD<D6"+YD g"2iS@hTH%B)N4DZ~R)߈%&k=J}Mї>':@}Jgr~B1џ>"ԇ~O{=rKDoQQM7@GSg^#zLыT}|9g"%zO=I^P)ѣDPDA&j(u?}D;vDSJ@hlPQ^{&h;ѝkkjmw;mDBt3MD[nnV'%j•r(RjWDPD]H*y>Z#:h3ѦtNԵhC:謨+ jQ D:w:ڨtU?h )DVWPDˢ:Rjl \LLt2ID^BY#Uo uD jjͣAϥ!MAD3AajetiDS!Дhxhޓ@ Td<Ѹh2|,&gE4 Py4y3,|&4M$ &·SjXYJ4$[( uVEՠ7ԏJ:DlP|zBo 5֋'5Gԃ(('M6S~jGx^&Q((- rG@Q|P (QUpR9DD6"+PI39LDF"SI9U"P}W^=b>;| |_#+>)'z{`?|E[7m'{߰~}Ֆ}x%["mYg $SE'mM'l {Q7hq1 (>.>h]}һǺʻhv?pv"o|Q ZNcY۲{ew ;mm|[Q&VoZu ںm]ߕePwy"d-ۼyQs"^=;>k{Kׇ-eg߾$y]xmkçׄOݾ&GsB§l_֭N^j|j^YڱڷZ ܾ"VLYѲ"B74 [흏Xɪ69*m_^Ҹ8|:haipcQ}a{}^_X-Մ >7<:<{{u^]XX*óPufьpxiۧ'M ObƄn]T.< G/CuL@ y>|1OGM{ӕ4^:9/M;34~={WS_H}?T]Pjς H.1̔3*4.)#;P7%[awqRʿpML>wT.oݧg_fǷشӔ~n$g M΍p6/~=!,~DKe 5>92nݚ9j|EPHӝB3 [ze249?p~T]8^p(v;;JȎLTC}Wm^">:mjJ_vעK,-JRRZƹC\5V jHU"^rkfLk59%lt ^Ne#W6gg-z`p:8 8XV+2`)X 4''&`!4@j<`.0 TU@%0 t`0L& x`0*r (F#PÀ(?    ^@O 9@6~x, <@:T p@7 p$6 X3#`nd'>U@8X=wG! =7[_//ρgO?>|  xxxx xxxx xx<<< <xx xx xx xxxxxxځ]}N`ڀp/pp7p5p   \\\ \\ \\ \\\\ \M9~d 8sq9?8sq9?8|8bG 1#p8bG 1#p8bG 1#p8bG 1#pq9?8gs}q9>8?w[݁_+\̄xc0SIl%k&]aoll+EciQ8MY]1y@@>R|FCZ-}*p;+s;[Sɳmd`6sy?:je ~To9.u1.a~]ή`Wa_\ˮ;{濆nĞysDIvF3"Qeu.=[stZc#=8%6VhD+O1FD˵v\:c v=NM*ФntW Gnҷ[mXmLۡ;pd]:*{EXl'V~k!?zԳa`<Ey_|ļ{5gAZԓ)Dgس9{}H^f7 % >D61uln'>:t~a|wav cc%uglgpޑM7w~+՗Tfdl"Į|pOIaC}LƇqQ4d)]%] [Tvĸ#WxIŅxjW %v5恪aK,C %!ŸK h&اow1^ ;~#r7`j~Y,=#ˇG YdAd8ViTUo2 }|syLWJfɔtO<>Pea蜒l*I Y^Ccgڻ9tngɘ9ɕ!p#gwu41bCF(>}R nwz{;|"4vUwX+PVv_Fq.>PlF)E{|44NySᤰ>J`I%~-qT9߷\,>-G.3UzsX,%X2!])ٛfR:Wf++٢td_Nk|%ݛfM7Yzj-#,Զ?لO9gv́zs*3W/1_Z7#&AMH|ݫ0cx֟[p䀙P'i{a{ _tP8A-xKrXDb P,bB{lDP)X[+搹RãK%{܀vۑ8Q?BƫQ 5w6%;ʘqw@{SR@RspJRdV3:3E} f[pBd{2e%\fUHCPZMk&Μm6./U,F6鳆-X*;axRҾ8WM}nv XǦNOJbn!'>|pt؜PBp\S(^̗6kڜc%Th숙0vٖ9ri/AM1$Lٮ>LIE I)c!ř6vUruAJ3!!\0abn4Y)- zUٜ<58Y6ȪŬD>+y!ӻ8-A͋,wu2G=nZHsrkkP{Ca`emߙb7587r~IiyF{zrrpn^5_nCM3oE*VNI:czAo@i b?8PfYY <+dM7ݕ̵؊~7Iyo`J/):d _ E^n^vz҉)n+l7/դ3S͝wpr8x&:*wsBZMw_nTscCFqH2:\Ą</Ҟ^o^Z_m]e5{IV*='Y,i"^S#`q-A8G SLi;etkCۙ.Li;et3]Li;et΍lǔi;$H"GxeZBM'C[7"PB@"h&rOk2x;R% -20 hDq@a (ecIHQMyF)"J͌ W | B-ZQoȧ3꓂M%)9r0֒] D NH$nX+#TR2N.tN&#eLT* t\<2XنL1J5PFbhYdX)Wr}+dV l P2%TIZL#cdLtVjC%uJ1V"@ Q)r T)eZh$.PW(dX+5bH=26HC@IRglLf `y̏d֑JOiT`etuȤ2 6@1ZtWBH%1 PҼPHrZLɲb1XC&B>hкZTksاkPD 2_\XHFij}^ѵ%:?a jZ&_ PS'*08`U3i4 9D#3y`B2bH5#CHz/)4C5Z9JEO1QUz Y2# F5ߏu8I(a/c`)ȑKrL$+rD_-Z\ނ&@:]%t@84j-\\`N\E3G.P)biMiSAd:>Tk HeHM#ShjZ."$G)ףe"glA"3%3:U2 3 SsT.SkQ01I̧৲#aEfi`.) as̓Ȕ52mrOL Q`/Lll: E3!H N(>`ARtB+2ڒL>K$ِ'pE&˄ЭCҼ--T<(˳S t9x<4yuPVktFa,(Q+GG4 *F HՐC,d!_*e&+JGSNrfӑtrz)1s&j{I.2).&bRcȮ0.!@4%D R1ɈX|(,]cbR2|ȘD3IԸP*JJL@6!&!R\"#R`M62" *drth\f ҋ|aI2:1.<Fd]"hVTX\hL/G%FcKM/$& 5RDP-E)ơ1d(&$R9aD"&"h*d >`Sd?[{{?a[{1|7@{~~~~v67#`{{{079op#FooΙec!|[[?cu |wr|x/K `w–5pM9Z"@_Z&΀`uZM]~(`E`nЗR`_}-Veo#'V*Cq$V/kKkqoKb TD8{a ,JKK,ޢE`Y!.gnmbY2L)Y"JV,K=p-겨T x,+O9r=3ĊXl+ #5 ZrYVpYYlhN!FXX?$Ik@MkLږemm[i擣'G#G F J6|%v%pEpYCȆŶ$l a;Í7œ+_;C}zU}Bp.r,6)粵7._W2AaBkʒIةB'ź*[V (;wdRZ%zP P'_ SP?ǩiTF&˳ P2<\mT[*@&0'T*d/|*ay )an.y9Ԟ,ힶs"^۲!IkL䪏o2o3LXwMlc\~C7+/ iG'Zd8{UWwXaLzpW7hҾi79!Ӳ:-u_vV\k=*3w۔aw/y$_6xWu奵V\޷wXẌG s9dii3(YXw~ qOoў3ގsL9M|D_q`C=7iS&%'ݫ;,ܛ.5zjT:>]K}!eW_s'^ąt|r=C{r z91w4鱁=x^2_:YmDq8csj'1I6 (:Հg%b 稵r}1=j@Qt &fo>PΒ[8}͋{O쑸riPegNTꕬI ʦM A_-ݾ[M̿V~fXOlmZcNo7dn~a|΍ڞM-G菶>Qd^׬# v6<})tϲ3n^t܆͒{x\399.%l㭣 Ώ:UʢwC|zoҠ_D{]uȱzE/%4ujF#C\xB&yq@]6 Yc0"F#h8-(,Z2 9 vW'reԠIg=Z.XS2eY3+o>{አ?oA:^[9pFA%/H/^gGVdvTt1%5p..mlܢr"i, {f=%LSR?wIKGwӲGBJzǖ}sjfyuccUQ|+{hVmf6JzF?X>Oe|,у:=ذ!MZ =aa3N\lx~);SG]oM gӌ3\7`›QWFPQv_4a^~=}vs_2.kWT|kiE"qԡ֏'>jYn_$mgֻZ֨QʎL 7Уٲ#w6n:ABƆq 0=|ԜҢ.:t#=a<ۺɄ6<FO> ٩KWaY#tg/Px'477;3YN8`OA[}Di:v@mL( IuZhG:SBO..3h35-8p޲QU6|<ޣAS&mҺE._Ԡ[zZ+Eq~8͡ŋzRDN :\?>U:ca.u~ʎzNjo[ްzd&$!ׯvl (jN[8/2L&+|? ymEϨV}NOdkv@ox5_p1z=?Νq5Nם\?VڊgM:쪟vov;}%<;ˁ+q"x*v}){ H׾^J=:A~}?>=f{<_T*q|h4/8^K5ΦGlZJYV8ض ttxfH̰>qM>?Lc9H&lN??ޫ,6O۾h7 rpC7!'lݦ'-bXV\NKfM ʛ>K¤")#5)Kf0%G~[-%9HNhצmHh֭!pmJ5'bj)rU^Ԑoa؅>VY䣩їwp)ь: A¶[;H(d8ˍ&aQO, dճಞ'*΁7w떲O컣.ɉ7-*]81mO;pخs5zrrSMܪ#)E*Ϋ^opow>z6ownnfsXoQr;\2e7 ¤)1e3Om]eܞ&/݁v7j?p쯦GTZ{HIܴuKk6mKww.UO7ow .n`v:+9gwM^x+/I+ֿ~ƣ}}6v<߭p1˼j$=N8!C# 9JFgbn3k?Spقy,MK_pZ<ŝ˥g\^٩'uc[=F~kOI畯$[BoLa˱'4xN~x2S3ԽtjÃO^UnTnw ^r!.̞|} q$O>v~h{6IylG[|Y9%}e7rT5vnmqE+Կ^JkցS.m^q#śuy)ܬfa``!A7V6QPg\;[Y^Oէ8[jEzphN7~W)eG\a3t8TLe32%B6]N[s^G7+Ya{޳G耑zq~)OM>b'UCFm.~׻Wֽݤc2yWШ5;uҽ~>SgY{83ÇUNU9OX ]NM2F|wPu9˟^,c%- :vǞ#}gY$z2m=255:on{Ѝٝr:.Xzeǟ wte=j㾃YG\vѠ?XشՎ)邖KlKpiqǻt wޯJ릯pxᇆ? gONkػ>/,]Z9'LQ^N=,9)Ŏ-?k~ʉ3)/Oɚ<ÀWZOivz% 4Vdqÿ9`e3?mӟZj5st΅rغhgrsJOwd46=Uqc]/slEEOX~~n?zlO$?eڽE rE״Ĺꂕǖ[icK6iO4|uˣM>)m7|6u/ugՍ@?x7~qxM[ׯi]9U/4W>sɢnt.l8?4^+f% ר=ߎcO/ Ϣq&LrxϗΗV^:xU\T6o^L樅 *ӓt7CA= Bi \Ces+.vl|\FX{2Bhm2>:1~NR+JqE2kti-9İo~ $,e%^˹zsorwqV(ׯ⛫}ǾT;uwՓo?4j;'_` Qw[TN.v\soVk=<:lƙzZb:6xT@zzgUzޔ 3~ۙonGύ~-UkCzم6YW=gWa{[[˽LO8yhAlk{K{˧k79h9uvhK$~A&!'R&T5ri{FF\x|n{aī'Hٿ)7/HqەOcw>^n*^(xXr+[I2vu YjXwwy0g7*s/$aziAtdZ`.hUGl|/x҆p5yM;av endstream endobj 240 0 obj <> stream x]j0 ~ Cqv2aXpl%3,QC~:?[]; cѓc\aɓ:WM{Wn;$;j".78<0QWvȞ&8|^z5oTm(^LA9}N9>PK4ЄZhZ;5pv?<꺸CٕY 9')|~o' endstream endobj 241 0 obj <> stream x: xTՙ$!wc& τH&/@!$3Mf`LS"bDV?qժ֊XUjmwWn+-.ZLfso{O9s@`vTV}l'#ms($x~.x@z}Wռ#<}ޑ^9y'Gѭ8\5W^FBƒe(+Ʈ[ffHfϚio \]a[:$wd'ԫL)%5Fnݣۻ17*gfڎGހfiK6uYѴ`<FGdؤ3eh`%h@\l@ccPKtd H+BZ%Oi,QrdNpŒxԘQS o+@>\CMiLOjiZRBKD߈9EW2|IyP&  al+l -lD]=Yf-\7995욚^-c%?6sj(K0ovר$s|Kܲas<ڭŶs_>=A.> .gX[) cE XBU{M/(9KWaffZS:_1c^( \KQ9 2ٻaFvl:n7]95v7p븄G'rTI{3xDb#0&h)gLW9w&'s Tc5''Y?H8b̩,Lʩ-xm82rPaUڪ=8+|8WEXXII[ecarV{V?vD?֧sǮԏҏ-ՏYc|X>ِd0 F3p [)}F'Lt lhO_l9b P-\KGiQO:GR?Ĉ&@KgC%J[T}ۖqBۑr{1]a=Y=Dܞv;ե%L^t[KgWK3CA}>=v uQ(uQӳջZ:Dzj"vrm'=wfn!wGmG馣CQJjIq5Ӧ47ˎ&qh%=%稻uJq(!=K *jl t+ոjO5ZfM`[׸x5b.T%K sY?< xs4o:U^_^O`<զү_ayT2!9Qn Dox$pRNUīR\ 9x/,ț}z9#yr{,ѧ;z9j(Ƃ}sdUpB7 H&?@~7rI)rj!3r{HA ~sO^ˡeW[!L #\{9#dD "zqhN8`>| ~'B&9y9򟸪*a)ll߆"9^$33h?^~>"D#_#C4Zi|9Oym7us21Fw H݁p=ы{x#uM^!] Mߪo91G#h핰ߨG[pwQ׋YJVrNIn&'Õrqy|_nZ-8~䫑5K<0&脭 õ ۏm w<=x>j}4lVl$H i&ϑ?sbn)Wͭڹ>υ1Nƹi? !xANA~# "26xherK "=2=B џ6̪zrؾmc= = axyK*='_ 1rR񽌬ƶ4D%~ryv^N8;w57]s'SLJ~ 5'Nڄp0&<$<)LX!GQY].KXס uûI8?q8z'KLd~H~2rn3PK@_ha6%\;fnKwC8@:6|*q;s(?A>s;&FdtGbZ(2W-'\1wB Jk =̿fvȟM[#x&C^ׯG&':XIL& ډ'7H6F㞃O795؈½7'&ԁϦ>ggmNį=Qp`ԉN2c@xyzi\VGLPW;QKʊE|sOO%6΃$_x[xA:,;$~3&?Zi l[qq|x e_zOCGu$1b,YtQ~'\ K`zKy}}KR׮]QrK}bA74,zmkrn kk[^FDccD0p|BQl4F }!&F'ba.Mq'7OeΝx=c!HקĵAWU ^il19Œryaan.'/4&yaJ, rp[*[0liii(0-T 5͚.s4gp‚|ӳ:*2%Kyar)!esQ|jeUCYiz+}Z5Mubu" BbLUV$19-uѢEU˖.I\\ K̄S\.YMo,ؔں9ϯize^6Ɋ+ԉ\SX C ttъ~ߎ'H1,A¯xh|V,8"7ON->@*j R\-+}XQ%-ZCsjݙsgLgN0Aݺ3ugΘjkYҪY]Dwr.%95- E(mQZ$\dc]{v{Ce~jb<;mﶷO_̯};of \:|en1椴u[2dzw2_8vvE*<9UEh-;e볫Rby%iďb1B2ZCLFqߏkittGיh-,4&'/ȏ+ʇXux eUim[4rqE~{X M~s٣<[5X#3rs`?1>|DD_kp,Ts '/rv !.qB E/K}>`oap J P&':4yw5vq xDH`ği h'4tu .748z okp<7r [Y>R7>1D_'Gc=}PPjWJ`HqMtR͐RJ˲ h}volҦX**KuNBC}}=2HMǰgOZA7*Ww=A79<AӯVeXj;E!9~O J +#I%8p|}JȭaO-9P׫8ٔWwv+=}Q1}ʀ@CT6t;gHFRP ;sPAGyIih S{n'*)bGC0L)BnGłC!:<.~?qGЉ8JpNT:D4. l?H0 )^\oA_ZR=J؎>\ ut}A]]fJn%Z **63A{QJ1Fj 1[:blw#Y\ FMFhO/OaVWri=,LV!9 A8"c@Xl;jj:J?Q/cz=,>Mw*DeiCJ_IR,^sZE3#1ۣ5NfĴiOYC 0Q?2Mنk>7˲f֮5^VBLk4;m͔AxtW0cC;}?AEKc&iԙAME+8wϪꛛy}a6̚%έKf.+!q0(msL~:hz5^e.}xe;ͪ*.Qw*wڠb|~v60T`?Ne0a?~V!ͺfTnn+"@"Jexh8:~p 2I[6B5dR19?iTCt 1t6nZv@̌ѢL"Ss *fϼ8&{Q)sq',*apиS#P?I"fF/ym, },p7{<b: endstream endobj 242 0 obj [ 0[ 600] 120[ 460] ] endobj 243 0 obj [ 278 0 0 0 0 0 0 0 0 0 389 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 722 0 667 0 722 0 0 0 0 0 0 0 0 0 0 0 0 0 0 556 0 0 0 556 0 0 0 0 0 0 0 889 611 611 0 0 389 556 333 611] endobj 244 0 obj <> stream x}Sn0>q !ġ5H C}@p ݵy ٟ0L?D [EoUe!NJcĠBo^ulv*|9{a]3u`D`E|b][.dݚM$qZEDӂT/`a8ދFT#[" ؂$ay@h'IfxšJm'??;SoC(\κdyv)au3]A8 %0#{1S:C9aVcrX*K͆. endstream endobj 245 0 obj <> stream x= `TյfIfL2K e!d de K64"2,ѺJqb׶5XU~RZTZPj,sϽs}/ $!P[~{{H@7έ3+zW>kA@f.],ْqG܌^];ך?<r]yތu`k[}> k}筺dyʝuwhz3_<&aT+|h={/;S~_ꂮW.y^Wxm.Iz/F{Mrgk/8!jv}،MuR@anAKE|#s,ڎa18SOuNK?.4kfð> q`'lB'wcr=@U&9Q *^%yN8P-dkanv,~;;ij!)zx ga߂z\owŠ v&ƯsO VA )w?4߯" 7넞:Տ[x VB `,` p\Jχ%ʳ< Ok㮅mp֩v['CGLyXc6c ,C y@>_^N|A b 1A bBW#\+f8gny"6a42ҿQ 1A b 1A bgؗ ]p=[>N<|/h 8?N3Q?O:!O d1{_UP!};A7 *+,a0?8<8^W!PCס4މ:ܿ}B#l?Nxt+ѱ1Hsܤʚxޫ`\m/t{X l 3/ջ }cA b 1A b 1-[>/{1A b 1A b 1A b 1A b 1A bE_b|%A@3Uc2\O,g%5J y Xk`\ I1}}cFj(<'`1[bGBL i oO+C%͝s&]YQ^V*).rN-rs2 }JIbZj1$.>NQ#P@laZWRd+90)rF@r1JO5YxhoP,Hs:JnkC2$Vp X9blFC kf+Aq(z%*CڡG>ߙ 4|0瓠q@ZW@_WL͎W%WƁQb<.hgAC`X Ox8{lHrݤ<1QL:] *N0mmD@qGAǸaMɚU͢RrX BQ) +o[mCFX)yNwY =ʤE®=vų7؃X~R=] @O KXG:6;EńAI4KM6Vi1lWvp:($Ѓ V%q-8ޭvopun#hTv`K0ʀ%N:͆n6mljiC~Xu4H ';ĉgPRe0lC CƊ{B N3l Gog/,hsMMfUdR,%E6:úM "u8j<&6 :5IM-,{xsc+{u&s:F0(`Pod7J>og۟Ҹͧ=d[!NsIInYL>8%GHikՑ=ُ{-O'H!Iv7 ?TOE."q"Ox2bYC<1FeE=>1 :6dD}VzsR (B*;yk%V%!diE.@ϙ6F 'LvENFDGbOIgxXaǓwn  ؊_ώ8^=:诧G G\Zymiś3alwDT)Fvk6(Fmpq9li3}Bi\grdhPpy,/:zv+KQ蜃N+&ORɒCWv'؉H8^C2w oZ@6 [FXc5> {U^7Ϋ8$U A#OO8>[z ySkIJ-oL#fa/<9:3`uHer_O sApj/u*:ꫩ:WSF;=(~ O:@$>zeهB!Fr(sz}v<L~TT:8&M8˧hl%=EUٴ#/hJeR6ScӈX| i8. pV'^ kHf/F*!|╸Bzk+D|mTt8q4`l:lơRӟR7-C*]'4j%!kv':HKTca\^ڇB{K |@'p/*xhO&0u0M8sp c|q“}9|;TuέRt3Z3͗'u-)r>j%ѣjՈ3y8=Z"Rxyy=cF0(dơUQFrbKik<ml<ۨޱ N]@FzR\N!NNGk}v?|Dn_ީxNz'4t֝A@WQ=[bOL GQl$A)܈>.eY+Kݸ?{gwC n3ˎ2JCH vw%x]g΢W-u(ї>lZ򡣰a\5 o :MI \ ̫6GM:|G(h'쑟\ F?GQXTcT8DwfTx#*EQᅨ|Tx.*<~F;*\vD`T6GMQaqTX|Q#*G07*4E9Q<*EgT B\TD7Ĥ}w=1F2zѷ=蛌!F諌 0zѧ}'}}aFa'ctѽ݌ftVF~~Feު9>V蕌^2F[mft&Rjj` qR 7"^x'^GALTǿ#FTEO~zS!г!amMF,ABW/|#$xX6 =a,h#lb +nvDF\Q !=nX'K$]n/V"YIwOӿ.-uҺT%5܍p "P vnw z[`+"N 靈?F5݃6{ ޅvl{$v H(J4j \bTȯ.8"/fq1~wJghw[n ?{_WSíT{~٬ҫ(sr`De|߈;_-?.BNF_ELpg j会f,D);[!lZ6\3RGlxn LGهEb6,ߏ lq> =u#eWB#.AlAXyX$\(߯*,Y0j5fhD"Mz ֻUDhQv &[5(iP%Ϭ2{ؐs.hB `ru]zFN>-/p{FGxQDṜYeiHs%8e+gRqQt9"rq\<[-ojqqt8:\+.NJz [dbLFOSI%\ɈiVD<̣3##,rYg#Wɋx?LҙC~1ycxlD,.iB|ݍ`AA i? KQQIcJQ*S"R.9"yQmފ:j }a_Sr 6/d#}DGLNw{E6gf"Zo2*yKM/q^EJFoŝn"[U7n[neo-7|eyoJ0͜!DnI;7wrmWvۺwV{ݯ$rRLG.P6upGV@d3Q%'I;+CM*iG6-lq6#Bc w = `#mH#te5%%n4 ~Ζ՛߶4SOO IG{le &4f-=2܂qjxiw :P[Pkѷ :nUֱvV1q{߀JϘ+/U{UO}1 Jzk̆R}oۮA8;{=[ZüafWz;n\vؒo0>Wm$8+/o$l'fkk~"VmfsTj6s\Y]df(4`?QtI1ˉ!CJ̔ SS 28όDs7q:ZJ^'|34|/}A3Lq>~qEmp[-W@ޛo&-l& NybgN<{B]}{b *"A DD-9d{2='#zl1x2$zw C܁D܂qbE>vfĹMsS 5*x#p(/FO <x"XpO{wvv 6 \Xh 4fj3fM7{F`djA+/<5[F'el= H^8s8w-N`mWt񵌟YϬ=35L~"Џv)>] f̆p.>:Z~(M*h0}ނO`p7NhMX: /1z넕m{EGW,8ֈQZkEn[PAҕ lŶķ|p}Wsp3Z؁k7[j໸w$ np÷!R2!:<DǸ݃#?pͧ6%$f%,"1,GrfXp1fzy,ycc)'UW;x&ZObK[ $Eh#p/Yx#}I,Opo2v~#W$00Շ ~GFwɿkxV B4z2H^0|ygnʿZU*stx ^gqx^~~V 55B"-, U9XwU+w_UkUg{Ǫ*<6 x&U;BA)4yܼ(+.,- Jrȓ\D'~HIXNq$e)1"RVZUTeRF"]%9 l5Ke$ɑDP[3٢^|j!S`6kLדO>UT[,Ye9N[jjM,I:p1/jFTGAN$}S/˅?N=9nSToiVj+Kgfe~>! ]߭/O d^iQ7*D?OvNRjKNIՕdrP_\$zSOvv6lrX/*LRJ:g5;ʪRSd1MTr9eBꄂ.ΜW8]`S'n>ItߨOfn\MZU:;2mq)s荑*cά9|gCdN(ŏsd.(dQ,Lh47])Nw,ySy;Sz hI|)%%0TYpd(BuH;*'Q0 .l]7V]-T+-s*\`iDN.+gbx)CmNJ2^9S#z ݃_Vʝ訬smZ`Z41Q-K7ŕu}x6:0\oAǴ*rxMDq\.B PbLܼ=\B N49qhyÚ ؊aqkbU~|\HwZeqU'% Nx.647Ҍ(D$u>Sk(0 aW_*O =KAlL"s3p·J"y2a7'{\dصȈy6T4O,"1.[aМ$N mU؞" 3ts/)-_Xo֦d;Ѹ~v)sne*M^)tު UA8TL7[4k؉еw/ݘ#rXH(7N $ Ӝl̙ktuæGuտ+/on,{0ҿs=7tǨřV $@1͞ƧeO?2Yf9 *[~җ9FW߬Uq*B3K;q*^ИvOjj~ wt?#åg$Ѽ;yc .XЛqL ,YOC#+<#Á\EsU!K\\q_*ǿ~!eO*9\B~gnET/~G2q̆r{nk}%!OäBO\0gYU)ϝfbu6'-FRg6# V7 QEy9.jFNPѨi <{13ڜIff/p?f5m7ܚ;:(/ J ,dGttMq;sttP\_jN}IKULwH|K%I4z)sx^! ْ,>q/J1j<5:u `syՆǧՠGnϳ`p{b ^5nWYH^",-`7_5 VIN8Ъhe[  `rXV\qVEOt5ȣo˙mJH|2)9\?['bD"Ss{`7Lwvsgw4GD5x;J$QUz(f#뙈/$*$LTBR uuO!ZzDo*FEڠ&uP@q P[U/J& GLޑ5'zm`;[_" 1/B6\M,&rqBK{t{ I|;7Ϗ;`;>%A|s:ě@^(6p`2j=| 3,ّ5mUF#KIOLeEOa AB< @+{P&A]qN< V8ԪmUp ێӵLl_eD'grЀN$T+ q;X?^; u4aM_7t}a;]zZ+Oa-nSx5KfVMyfy[Uf"Gꆰ-#Q]4 ddt_\64Aa5<8/@d^`Č!ɋk /J1AhcZapI?tXsG_GJpRHJri:Jq&;E~FLFJ(szOlB 3'o# KV6*bسЪ١,;L22n  (h6GIHCj#"?fl =u%h0y"}lYj)+ W V.a/!p Ml:([!^\58${Yrk5yܤr@1DLa :#aM Jd-bKlu݃߼SfxN  :S5. RW[.Y^ꏨ⌫F䋨*"|P!PCD :DSN) '*V=ar;rؚ Qk\&"i5,S#*S27ʋ-;åʎUΜbo`+sz0~yOtti^5nimcՂbF1P" 2Gl9*#edҶPKS?w*rXtf)#w0)g]ꏠ܎!DIB8[y߇`hϕY"2[*75sh).ffqlz/Hڊ(2~P0!Ty.&hl)Y*N,!ŢZոPӣ"dZȂv.UXF%'J ˒*W7 NC id Yƒ<ۋR6GS˳|` EJ:X5Tra-Ŀ/Z~TQCm@(MZA*5*%a]77KFO/&NY2mn!I~vIS- Izg#֍ ImۤOAo "sde!z⁳ϣ9&z^H%yzI9H^BR$zٵ^-~5IazzI Hm&^9j!'cO,?՟[ Ј<ܱ8_sNM{xg=I>Io>+*e"$ [A9\8ӕ1 }a ;i.ћxO*Cƫߍ a9 Ó]})(lfnFA'͹\I[:=x '9P3Ys, r1%-eB4H\OD3^l;|>g34 Qf<^Q /%칼w!V.hT>#Y1V㊋wjdR<6WT23.3Т{P'eCJ6|>ronNZj&`TR*C0K*_y{~@/#\D Cn.h :Â' eb|' #4E">sr_ Â>a̙VIV+[CGyt[>* ud~})R`1RA= ͋[Nwuv3au\T*?nSa&6\ ͜U-Sg@>3}R_ӛ+>+ݏrmt3èbC/O.$ÕJ<1DkgO|@+絋wY}ÝNk(?mȎ^ku0~R]/~ VuW>|y}\'b5.ƶv8Gw,Gk2ŷY8 5R(^3'QԶ}rx.ՠ v}gc|ҞȈ.ll?#0}29S/av47]zZVqE"Zp%  [l›q AZh,*5g#us9YZ|lwzZ.yz{ɾGTB-;gss_b$_ gϪ6S@_v=dHFnjUl\qy׷Yj: }0>e؆fB,Ĕ `!r]-ұ @x}o{UdRWvIt!xu|ɳsQA CE玕) \1op"ֹq(؉kmT у:뭌dҿngb1x y/ݠ`Kۥ%c=="vK&:HV{ K2t8Ed*f=3Y$η+GJ_'ds]wЛhք1[=XΪMMBGt4J=ӍD&PoWWo2oFuw-U*:I|⭌ԣ_ #z)q2yM.wg#Ko~hG}=)UT˅;-s)MPڌNWH& j坓Oy/-1O\PJ~6fO\fjNYthѡ'T{W?ov`-]ZKƓRTDOK sFmlT <zBO.AxDCb1d[%o_Xlr-Z/jqZ/n^X̠z֙$&Vo]@"P "F_p|NǨ'5FKP)4eh0|3p8B&c&;!8N[t 8f7I("sXO'_ݲE*ێ8s7$d&vJD۸bQpFΏks^4Ѣ&B G(Q}3x(HMwLOr+%l{`셴4I(fWܱRIQhm|F\mR-\~h9m3|j{0iAVpmcw_= >Ѳ˗$[AN@kmL=v 8mQOYӀ2MA(NPmY+LQfs~ܥWH1RPv ADyd+I6`?T?l4 aU>1r$d!IJS@ ʭB .o1CFi~s5TYbi{O̤ϊd3o:JkX+~=욛0w?C&"G()kKk#,ˢ1/;nkB#(65Ѐ̯_kkg(S$?wpzwCK!+D3V9)ik6!%rVz`_+a|zUz _{+(\zKDڦm~h3g.nr(+:(ir/."x$-TԸ1Q &U$a{(=J^Y IRErh^:'9gcUMt?Z *Ĵ H2,N*vŎıL`vu%ǁ2NxϘ_FxhmWf ϬN%yI|Sbo =SHI@L& e07wh0޿?DZٺ-+$;|5xQP滒 %RlG6HjCA"\IdAw{Gh4D5F%l<4„6?q]R (E3gGzs]mMR YO5;cmHΈ;z$w\ʪc t8d PLM05Xln@tzڭH%6#HRU@}E꽵yS!0iLA\{s oZ,K=*+^:#~妑@gߜd-bt&Sy:\q`K5E*ɶ(@Nc6b? ڈĮ8# #;#(iU#ɥDձc=B5.Q gY~?gDpQؙim32xZ|!׿yґecf\=b]2Tz_&Z&C\dѝ(&bE?C e2]cB6 9"7t!muJ(#şD6<0mQ('G_늬^TINO~%֮\P(ވLCi T\0`kLyb) r S?A7=:zu8^2ohYNs_oQΞɩ!/b"^;'vW5ⵂV iM T9_EǴiAƃ^͛!>,K(qL)[X"cI[ćEM99@— 0w&zҤ(peVv$2y֋);׋{zV6ZhͲB4mm95P/ߝmTcMGuu^(нK痢=Vjy{JNGiH- ,L6ET}-I_pQbӖtgn֪<.6y?5:f̖ˆ;R\[_y?Z{.C.Ս}ΰ_ >˘Ggbھ45Uhڻ^F(C( E"{Qf?LM:Ls'{;FzUR2KJ!, ^G2k꽱V(wZ·7sK:SMg>x5.ί2*FASS3;U+W\4rx z-'/y<O=A=Oj`pÐXZH{/kjBmy} K>$yY,HG1e3l#nHl*4lWdiz>T8v/65.1GXJ Օ TW~Wf<7F,F4 Wqw@36@Kگn(,XQjE \AFc9wW~@_o\˯_4ڰlԨ] nvYBklőK>;eŃ\,뎚<2JXrE_7WcY475_Da=ѰLPVBuq: g8%KX,Ԓ.[:`,LOedYy{c#=ܕ>-;Sۯ±h/vS3:lkK:gC$RМ0aǩYsH)|te?C^ m(""e]S7f)NKi 2*+5*ڻt͚R퍴X+07: !1tRk K,?7Z"=ES#+A(/"v͚5"5R W\<!6VOgh挵,n$:2>Ƿg$JS܌P$jR;MXg Yb']N ֑RKmfY H0ȡgӒU Zv uƖ`!j3QY6|Fhm8o.8o𺡼CŎ'DO8> g fӞ ]?հ@f]Yd l͵2|n(Q1%e#ȍ_6\όXxIj¸G)5By^QN'H볤ugvI}@9@d` ~fT¸z)ϊM> C(Ot QK3F,Tԁt8x -[y@}93yppmc;SPKʹjbvLWڤTE:ҔWSfS ~nO-Zj:@Wߏ-ꀿT 4{~2Hק'Pr#t~g'1!>iksCĐܻRc.Ͱ74dXh- GYH_p:p,Y^|\0Q_6zñm;?b?%m|~55 .OL&~} xSםҽZ-[d}wF6$$fA K$HhM!iKZҔ04ieh&nl66%kJSMA~HIow|?956RNԪ5ə^4Ymd4&LZԌ)dY@x}rYbntOa-_)n/KO)]>XpF;SLIh7WHOԈᮬEzZ1jYѣ~teey="27*G؛Y6Ec'iE3?"VA3^*u4cZ)mEJ3RyܛݱL`,i!Hr[mTǹJ=/ʩX@](8HvU3)KUxU%Q)RMopVwզ0,Woe) wdd4VgEᚍ.U+|&ۘo%\FqXH"l佘O*P(кј0U-6/K8G9nfSxi.[{{nyMU=E M+#+;L39!ZAZ)iiB,Zf$]v#Z_c_U|>=vcz_3<캹ⓣ7]xŖ'5^Q·|~{+{5=6wI_mE–B;*E(,R ^ĽߑHMIE2LQmƽ$n4/~dsqtg?t/V:̩_;䨎x /$NQM*u2k0#L̄qpeJ҇ZקUK%#BlɉL#`"^KY;%AiO841Ʀ^*hf}Tz I[3nڰq{{>^7aS*qLmuGyyT Dx8)11qIGl'5r.yr|ԅejŽX{]h6*뇆Wgg.ʸbʒuWtzǎeΚ/osVU/]ZvUK^@BHWגǵgI3tȉrٹYd4r t1 h5ƽa7hDZg[_U[oGK4ֹ]Ym+;{ϕi/; sf."LR=)iҌn6F/H ˏڻg{f;bc{pN}̠3=\w!^r_jܥY_8wh'vpԨ>\ܭH?P~FV$͓q9bs[]ݔZ>Vyuǎk/>k?JL$Ù`4I5zI ajMQ v7I57J/"J^`xsǹ/ho*P{$Ҧu(B,$Q72pUzA H2.tkf`{K/Ҳ|rt䑦ЌtRE4 zr)MMqLi* 6'=_*#G^ J)JH|1򅈖WԩNQcjuOYToӛJ~ű%;$_/9ƛv>[K!s,<mǣ\pP& 9W_Fӏ̵9$$<[,碐%B W? s0 VE999-$sɯsbHٖ-U9994`K3iٗik>c>&`o MFƗ̟p_9 <Ҭ}Y[f? _䐫]pP@ N/[N/^GA;3ß g@wp||9999999997s0sB?U?N$/iYoP{V%b}!%:іpmIO6+&6Mmm&k$_vgmgIHPkщD,E[CkD[KYD[Q^#:b􋶞ZFD@,6|m(fR' $5VѶH$h'OI6 =63os=63oq8\ϼ\ϼ\ϼ\ϼ x ? l$a5J/ F6*ѾQ#Eu ?MI黁O ҧ t0=b}@?= t}ʇIDgE3l?ZlfN1g}7&uֹT*J63= :,$fkQ9g=evYl9UNSd0FmFIO?DW8pYlӦbd3܏kW]'G *6j(G(P'Z[/2o?40y*f390֡b VFM؈gtBԐLGQGmT!u(< 2;yR0vp FnMLg.[H(֣kbq튓ô/vfFDy "<"nZ3 8ohUDŽhUspkcrM]S!4sƴbVٙxq<x;ŴǸ/@\>Rt&3Fl!wNۤ%n@ee~6s3 #">;j?Rs7^ l~F1E`4s^yw [D}Kf;A94saPQ=l;Nv bIahLf:\P{@iT{cX]AWU^ Cjr܃1uk?q]Q+ aP,ӧQLOHuk= nR;n4@#U.l5 .ߠ0Rv~ۧC!{P~_Eh Hn`BدzM?n@ c+F\<Œ;Uu1p D~j Kf 7[v]a8?8 bѭ T K=`iXpRRC9hHq`Jf֡vQP0W )&Xc*fа;HY y;CA ؂zL1n@WVoc5hH2IZش u2-bfOx!Su7#~d)f@  4.9pj͕#xDW?tV 7­CqOѦsx=LӾpz*J]FOa*bv;AO(umuxZ 'L+w^xQ0HWp\xs @!ف86cQwϕxJT1tP(n:KZ0L£ QAiăUH p>58S{.T?K$A7 Ŗ*ЩAX {=c3xՠ{ T D%S4G#$R uяXm po0?)k?.w~\d⧤5 ۔V!w4ϑtq'/WpGHhndb˗ay[u tAwto;@n2fb&]8[{%@&?@w?OKK`&]?]BtAtW,Oнt O@MLڽqt烮tAw9! A^&~t_)[+toнt{ A8 t[$KekJAw讦qc0 I7Qo7ܹs&ξS-1h}NGtcl\'r,Fi3۩>SNwOUyu9[u>c$v~V+hZ#(^RB"fY2(N'Cv:21(jU0%{Rqxq\uK,9mɣ<ʹr|#tB;]]}HqO/YRRbec$<~@Fh05mIgBnK cL8*$^pd9I/ m;>wa\߅&dI<7W^dĸ,!z=CkɒWLպBHzVչIxIM:&)0FIghjt26Չ% q:aJ*$!^)L+Db=h 4çwoޥ.~b,f= !L`Ǧ|= ȒEٰ ӗ!p:EBf1l{陓[|bxʱɡ¾GEFj#pȫcؿ HDsK;1~ZiD_BqH隋e'euys)끻[܍1БQ<&z)x[%ɬD*Ǘe{ڇ+ NTaĄa%S+VtvJ+^Jj@!b&j֑l"Q'#`+vjbC[D6KmO? K'iN!Gats [RA)HxA!8^)G;.R0bsN;f睢Tyt-/2 .AeqQyڔ0k 6e;,Qڢ4Lwvtz7S1}ՍLC\fA+*Wc\t:Ns_\?yɸCTCxu?]1QLB1'kO+Z~.Q`531s奘ʏcvkҦ`e~y(_)RC![{?^gv.c~(dZ/b~\ɴ?R?C! @[=h&eV*t!#Ie (q>_ǙDn1S7Yb-aˋR "!$ @lN_v(4kLLhr λ ml3Nf;dY\?w6Kظgם-z o(oŵEZ5u=PQ 5Dٍ‎fyDX}Ӌnθ1Q|¥Db֚ ;>)1W3Cb&Lx+6? />OO8B֗ڧw.ΊyǦVA8hZ-Ub'ЛfxNC^ElWb%$J } 15(_A~΃fKIu(%|#ۅ5{u L \TQC~ܦ?iNs9E> M\6*U>]\t\:amA;![l;__;"ƨ D|E6 dI0~y_m=Kki9\O(Zw/'5 >!9}NsJؿLtb/|Z]9?paTf9U |TȻW؛ >$D ]N1wdžqv;%;{bu\OrSJ0M<[Dt/th"vǑ G ".^:zt 5{q{E՜D} 6'U+DfQOJerz~$IQާ16{Ns ԟq*AӧD)ko7g'[l}B5Vh 9i؅iޏ[8HI: j'={D%ҿ2K?~H OS駸9girYjH)S$Oɗ%O\YR1J"[:lUFrҌ6*jr e-]|VS>=HCZk~%$\:dH-鈭( &p;-ƹ`rj"ai#Z}vVk0s|-_#=[AYXMnI^]ǓO6VNL<"=hQXD'^+EA>QoE}5"2 wDdQD5P`$hOڈoAA'}xOҏP`M6+NVxjHc\h5z|59Y3; I6ZC$w*Q߄%6Q-POE 2@rmۖR-b[oXv jP^?M+E+JA$4>ҏ@ e 2c+(oM˙:50;uMz5 _,ӄmҬ((m#u(jdQ:iX' k=.! k 頟Wn1e:>J 2'b^ D D$} =GeK_E|ء{s;too@bi~}v {e2r23Z23 ~2 *ɀ_f"gB?LeB7LVḂG,̇·g bo>|. _˂e֝<1x:mƎٰe6vllȞ(ǖSr9)gK]9h^kB\\% ec=>| YsOO|STOTȬ"TDEP?T2-^fȾq @wy<&Cۀ< Sdʃ/7%ߖg}|*@l '+@.,]pr7 ZطQpW{ aP o!l[SIQYA"[]qS+B/u(9Ŏb^r_A[ _)K%KIZ򍒉R 蕜)ՕbRW JRz+K!K OKA k!ʰv {x- aNف#e2 Q?+G,F9Tr~[.#/mtx||Ӂ<]F*>V ,W^%rCJi%rW}+J:oU ǯUn~\uݪ~V~UնjzCz[WCjL5} u5UX` kg &~jZ{tjn-pkAl g]}ʺ ?&jؽuϱމ:/w LfzUtzW=k!B¢ܲk!wƅb ,BgṆL:P76of {7lxm< j8ۨi44FD'D ~v{5i㯈ZZM&Ѧ2o5rat݄4nB 4!5@ yIfZk3l.k\65iF6h6sA8}4ooռ>ٹHQ1 iq#-[ڂ=rC oeg b@ˑ-彖󭐳55u}+:ֺuV[ZO O[B[f kaͶڼmlBہ66Jۉ6 s۱^;rI{^{u{G{o;rS;loo/[o#×avX;t2CבڑA?%m|nǮ;xucG$:ۢWӀGU]y{o27!&"EL~RJAeZRlUDԈԲnJqE 0V@""c3{?7oh|2sϜs瞿{}OwuE5c5V߫V/F˪TC[ ^}GoNjhj\jB IzW ;Zz >TJ )3K>S)zi3$W,=L|BL 'A5-iX;ASMi!/ JHCNXSZ#A/W3暚5mJ$54 ry{ DW-Vbl;XE^UN\ၮ۠aYQ{PAzj#uN] 81a H]d5 d O~F53~Fy$Vb\ԨbƄ a=)yIX!O:i2՞"F,*d,[ke:f`~D? e6 y2(w C3soqoY?e8lsް[u._ իvBARn(=,g:R6؎VVƻۅ>_Oq6 k`aĞNeQU}VJY(b3I*SD\DT^,^߳'reL8+k ~׹~7wN_iKw~/jQ#M>vM^'_+Pb%=8\"Aay'Mn4Lݏn+6%,Jzݞ3`=*GxW37) lG\L3 `Q绗MhP`rh9Oq3NA<787}li76N~i onj1Ϙ Қ?/-xJ.GpjwW+TKjg%*^ 5̠,g#2px ):z<;8_@a.jE㒗j`n{X͗fב9LKЪMHHvYd aҩ4 b7+Ͷ il >oG%L#Jp8vhv 'riX \}7h*F]qRO:ʤW#>]JN锲h"v؈~9`bbmٹdb{1M@C ֚**!q))sFYyQW#eH^M}jvY &/Nx &d4x,&;y)e4Qr u2?Hw\%M-4iT=,2jO{n;_2/Ah)U#6ݥ3b:vަXw'>IKý>t1&ZLiGjk'N3xFJKk0F~wu%Z|]2a)%+@WaKj87]*Ѵ{vs Xs*%&~EҎVb ;$-*tH{(2~= `Z=*T`,no6TNf0.fxx=s,^Cbz8isB̭eY?&vYFTT[TnS@+K*e|QM=:6~!#2pckU+u û%Na6Z/Fۈ>] -%Nb6wWlw6yu{BUrUg}{7rz$uu;.uq_$#dIaArf8kVբw wؓe9x2ĽDĨOm}Vyr74zVg͝wfjMʵ%kG]j?k?Mhꜿ̭U^;gWJtEYO`ru`.pcFjq,Rו/<8J.NMNf]d-2JV j6N^*c!"S""U ˭PY%ըWRiYF u(Fa>=~k'<Wjrqu*~>\$;fCYG< 5n@bOr ff: 9*wLY^1{i6,v7; kX)tfVJ.FUaƑ4EΪ@2s":djQ8E"0S؇=<Yb4 {'ZG#"\}1Li-+U`LV̆JCƙoqjiFC}Jh^AVŞ9l宺zV]Supc2KJ9>9gn-O3_j0nѼskqޝJ1(e wW2žS9Zi})pW9>#ZK] UQp}.Q<ILx xxH}S1ߌ4].v"2>oD뉾[YB|u'S|.f#DеumM1$s`6 fy`EG""'"g  +XT]m)4 )\8• ]-&'?E./h]ѫEt(Ft8sή7[!! (FBI*ʉeʹfۚm&AAR`=d=D:j%1u[W NRjow0H?:N#>zJWUBg3 s8Cp%%2iwE>g?L~+Y Y^UVFg }DOIO{D !6o{S||w}w?}V[?t/Jo(rLE0(*a?Q,TXFP`1)f{3 g79X g-1!x@eވLHFeeɁ0jFy'(Zìޏ)c{euI\x,Ag8][ PeN6'G_ b}TemLߟ9:_g59Of^pނnHVO-| |~ |>+>*>ZQ|`ep8E1w#+;3oG}q[C3&o QhGNw8?>SMO3s!=ܹO  bOAgpdr7owP) {{`}{ =Da,=a$*3 cwIffmf_?@2Yl,;Y _/ؚ,|mPEg؝|o (C\.RwEx@'|^ڹLR;ƣ wԙ[i|ok &uŅ>bt'{)o9b~!\|kwZ $օhc@[TS)dҢh%k#smmU> stream x]j0 ~ Cqà#eúlJfXl8}e/t0 d]:g#yc:C4€u,X.zVAHm8wnAY\"mpx5~dk?8P#zWfSgXq;1B74rj~j:Oߩaߊ}awU W"ΓwsMD o9 endstream endobj 248 0 obj <> stream x: xř3V~o96IVQ8l۱?pNᕴKZc Z+uᖴw򆀒@ MI^(핆mӃ/w}JrpNf矙3+aP6LW]g~^ƮO,`ZY@@lң[P~?˒{_oZ@m@^~zhz_DPJ*`TP MŠ @&$S~ B$3F3ȇP'?˾_!ݹWy޷Zy>t4iT%BoͤVF(c?B3?H#1c^̄=[zDω޴TPP&hǢk tС?^t{O7K}dG{|g Cgv޴{;EXG"bY;y*g׶^;p/1R (.vddZ1X]*m1c3o^='_rm7͞re>=O2R91G!N P5&96E:\JW1J@F_XN 1,!KY]./_NeZf>al\WZ?L 86;Ǥ;57Dyq_iܽϏAzx~[/_1+;uv+yVFqk<ib͓y5Q|5~lbFl`zָY5X kLYݗA3P'PP CPG>Bf^P0҇Xkaìy55X5+Y#5U?zwz7> (ԧ%1uiiMx{00~0~0 a|@+>aWXb]l XK"k5ϚcͶfZӭVjrV8|ճw_.1ӷ^7;x^ھ82lo-%x;JU^uuǞGp]TX@F{`tq:Zt.i_4?uvfB=lEڮbQ.#// µڋo,=nB1 DT2Uj/2M}V{q>ù3P"z7|2T5f4CGw;PmtdOBfGhi9t W(w;Ag4z7 .;~HVpcW@ه'nd3oWѿ'v 8'R!e `k @,s @Ur8w31YFඛ jكKPex;I< =[ Z'|)y Ӗ½V 6Gj QZRu[g]O P> ܃GqtG&{3u!hg"Wn;AǾr>?Ԭ@z=ܳrG| #60fz͌q(4aHEpjd f$a(Ϣ砜F%r@%!NJnA  ˏ!gኸʄ|\}{<(ȘBo'3$-Ӵڴƴt5~t6X32s2hgCx=#|'z =,$?!Ą~-=._cZh oE_Qn9:]p> Nr>A|#^,5oE *bu3|;A>p ?¦÷ 2rMOL»>מ[fϵnM#V6&?l9#g@9P+z]aX2 K .;o⒲*K%ۓ\ÑJnv".eiay+g.)[jiDbiEtaUnNl\88h:Eu555ٜ3Lkn *k$ NQ[350.ʇj++_  @Q!}'V; xw ?MƎ~Qvq^ͯW:eWef<7ge/ذȶamfVU}d0ǿ1 u?O֛ӹgǪnL87'UrUdf87.XJ~! NmGW+4+[KW~q1MpMGK]m^v_e'(ʥxI]15JK GGKF޹Suoa;rMښAI5Zj& YU[K7kA؊l<1 [Hf+,ŀDoncQLAȻU0bpU&iL.(V]=װ_kezm9kkk˫V_9[==!VqEzܷMMSVؓ6vv:n&T(mlsO޹s}mEC"-UC@M`^wU+ef._Qfkh\ܺbM-[ٞbly/=V˦]gk6ɿK6[Y8x沥}$>M*~w/K?$B,gi[}ΔWXd֥ J"pgv>ѕ~79/g]Ÿbɛ,!i%45 q4}fj>68≩}o8p;py~nyJ,T4N-ic2Cβ6(ܝ4D>\4=N6"1[[Skr칂y'?5N_a/a9eE;w;hZx0[ u@A<~YL!j1{ld\vsur^4؎A+~;mS7Mq7M\>j33 .6?#"/ ʛJ e_e;6na uGuؔcFa ʵuX@-E:lEp)؍g,_M!z ) cV.د/i+r@X\Cҳ  *!)䏳>3^'j(i:-UE QʣQJY t|kjn5Yr= 49 Kq^'J%d~M6$ k.'*!E eE䨨 v kPhQJ R!0^pTH,LdT@5)W> a# %Uۜ"a5jNqHyTI!jwfq|OSvO (AnX{:ANQzD{#28mZ=;L%%uT%䣶}D=x$H)$J>B<ٙJ(QQr1lP!.XJ Ndk 3ߑN`@g2LF"^%Qpϣ=0헽C.Yb*%)%(  d lأ \D ADE55Rhrȫhx^ԫI0 {6c 0" ZOS=pvl&e@hC Vnj`]j@&1:0xjIA*3,Ib\AD9l!:GYUI4w^g`8@6I 7"GY)da֧h-Dc"l'.ISh K(g82fHVF uD3$s3z0(A9)^َha`C i>8vABNj`<8qKO MFDw 5 *-%Z u3 I[v('1QjT6vgyA 0`a=T \uT- Pj!XRb`1 5`hq&V!ѴKv&(HT"0[͘ NG)D 3{#TD.ih~/HXkRaQq'WMƽp~ PL 1Tlx>+#';/c Dvֽ#fURiKgs.)jK1u"4KS锍hRS}ޯCDޑ2$`& ͌s<坺Ax$ln RhJ>0B ,taQrCH,Js9Sb65ZBL/h=jtAՄ!c$joeJCǍI/vv˲~~/X0ǩ|tMjz$:,'815e:W&e&֝9.Oދ9|l#!{ޥ]UgRʽث"ܗrK4V]/uaQӭxnLvYwEy.6ˮ$J͈!7@qS#Bf輻$΄ZKs݂I.9 һQikYqg ?IU8u`gɖԜm4†i~P "7u kJ5p?Zy>[Xd+)Ls ~Kɖ2͎ͷjbܳ]bx';rԯ΁"某nIKb;X.L/b4:m )>{u~>úד,Je~oHջkN^)P ᾏ&$iJ?~Nb2yE4 $.ڒtT"㋭$|d@BgoКK;;GO+UITԄS%`5l$qLm=YþG* .Bnԓw(\u *AjL5$LcDOv ]rްNjΰAOO(-#[&I݈E2¯'Qѥ(ۊғ?/`>DWHT!+ 8.)V A6E$X` endstream endobj 249 0 obj [ 0[ 500] 198[ 979] ] endobj 250 0 obj [ 600] endobj 251 0 obj <> stream x{y|TUչ&kg tv4C A"CE.eQ:H'AMGEDuۈ3#$}<|~߭:UuQc&dʺ>PZV1z1sPhŒE*zDvVyS-#& 8 NAM5}_aP2;[~rMUH`|fN8[ P>b (J:,Ɗ$z^R0A^vaNuqPoleNy26 >c֫O+!̹^61{n*P$qD$N%b WaS@86;tG"FWQh0V) *2r1۟YwPJvǺ;TPڇ:sx= ސ4SO%/V\\ :k/pO=4sy+- ~g?7!܏n>)QLngD]JxBIi)!e~c&PBm}4uʓh 5ppJH.cݓq3\8yINrt eb-FRqn -hyW T(.ituvݱXzV ,^R<߂}Єv*Oԙ@[P/R7C{P( bf.vzoozv-<[ qV{ j_'3WzvW[Aq$?lfjL9bxc~gD>2̯ktQ@4?<͏)τfWq1c3r:ms1?99'{Y MQ~w<<{I0C>Ay)[ ih!wh J?w I>V5}+\U4<oN,_?_U6'Q@b6q'G_ 86ޓ*yfZzW-j'*GiZ!i+4 Pti/=N7B`p'pwVβ|/@s#iT@n(ϢS_ƈ 0ަ#|#/ ~^A߀^G?i>sڭT"lU@< PB8Q$)&0oC&|NHF< z]/~ThC@ebۻ3h%ygoߊoX/59ч9. G* ǂ@n֌kzܢHrIo)m"ka{ Jb-G@>~b6U;\#k_[ *z^ !>m;&/D n2߈hhE]Cio`SS^QOM^빶VH5GPetcQP Xsԛ1m Hӧʺ-Riٹ ]נ,C6BJ{)VRSF6R|/! V;osʙ:+낰im=^ T_M{'}VEJ|G*p]v#Rҟn* GۉfӋ%^e([f-T:>QYaulyH0.pNz+f;hQ5A>њz d$`gqW@!6"Lr+/p9-}qG=_f.qQ\}؍ B@w˅ dz@< H:#|qy4W^>TO69_c,N`Dv#tXN8N07@.`p]-z-a; `-neyr^^Y Z7yE췁kId ?r vy?# A"(L 8]I4S{*D%d`4KIn*W7W~A&Cz7 o1tZ;>-)V_Iͧzy^q,LHHc-dX#)F+:a]"V&>݌Hm.x4J =;4_+ #է-:̫vJO*%Kd;eJ R; ?!}jDm3G{ڢ<##KER'c3AH4 \ P IaPWo7g+qHMmEDؕ@$J@(׮ֈp TNV~_I=2t_[`3uQuޚV ȸ {¢vh.0xwiosN|P=9G} 5>}:l/|H.#("HXO/0CBKvNp;+?AwIXQ8Sy/­N`$/xfcm_tt.Ww #%uN;n0nnz^Bvw)оI-&o-y x[|30W7U޷輔Kj87VU'HJdǀ(_f.{197˨up9s]Xg| >'"a]ܞo[y|Z0XV}ʲ~Os$z0Xۥ+ !W'^17oM,h&d4G06m ,`U#=G=?CD@D' 6.8X;4xzE|)`Oy5Wӓt P t+! r ]V+0|Ө3"|B[w^a+?VݽA{ZS77C~i7p1J^:/ n8>E }e|L?fNCڢV@£nX|3(~!b gn J_έ],}ΩN,_Ya>*#jtPsCjfٵ3@x.R=̃0Eo^<go銧S $n&ͧNsƧ~h=g!UMnitaI~8;db;w sݫgݲ2]dvvmIN bc"#,a!Á&]Le6OZGOs %r)(P46[jf-gktdEL[9R5q%H[(yΫ(^ҡH`+*yV;+2.(` ږvyk4O͸oF3ɝ,2Ys_3QkZ9{8xiبª_+EE㦔 k|-*"ih3Yc|u)Ss`6aJ#LREFЗcnJU"0ۗ^ZX К] @ pZNs=`>58N1>볽>2QX<ህ*ܥ›UVa;aj蹩O }xjSCK:tjhFsrwNruqrvqEaL STha?_Ov3$oKިs}F3۽@Y|rwLoI7lQ4@v3-0+0#0=m4[asl0f;8vJ1:"]J[vL;͂F'J+Ep`Ͱy~h X&DQQxO?gQc1ޓ,t{}I}yݸKِED̙MťOI[JKrs#GZ A/t^~m3XճhBikL"PNM"G-,hdTZT#r 򠚂Ȇ&H#lGvD?.UFvI] vA͠+̾lfmco&,U{٫$6ئ 5+8h$_.2Ga%̳fIU4VlM'}~TZٌ*W6IGe'Q`zrY=QPG Kꖻ+ GG: JwutZ ʹ]zkkk{Kq=LCJaA` TV<2qN$Y  UYyYy R&¤O쫊_9ОUYPBs p/g oP[h1PY"BVN~J3K,pa"Rp1eZ$/bd>Ƒ?qbAoDI d'?d}Ka}}GycIoBY/~"78iL\B.n4vzLOUFf+1<ޓmKs_A9vN0J1m8:A7pW1M7gݍ1e8?KoyNѩcJafm~aCTFXA m#\*=*QN0T,hLM3f 2F3THi,ՠʩ'hS]͟50v1-t+SG>N&DD~4JAg̽yN~F,ѵCu+o-h7w^}숣Sy?W$>46W-' )̛H7gp}uLwSdj42WAh;vn!X2_Mӿ@%8^UoYrM^ל}l󞖘o[ c1^1RQ5LsU:GM0G'cù݌%Yz et˼- FocxK֑z7c7N swW>{xS :9E]/C86>V~mݢgQzL_n"k~Rܥy3i~[KAܖ5-/l645lq'GOcB'sǺGaa2T ze~w4+)(fa# Qܥݍ<>Ӆ'Liiiuӗ}:%^k7x xWxV~Yb l}y%`d ,cE6YOBhu"e溜b88mvDӵ-F}0eD(DyǃqvP[o&Yd'B/LB{zp 0OIGq.9Ǜy,ozJ^j"E y"oHEMg1t-TTqQS#E7^ >Gk2[bJK3_:up0/Vp-d59d Oeq/n9Yoȣ1T-CyS=O6o&d{Ŀ귆P1.{ڏFaon k9MAnk KCxn"0&N[?mq ky]ٰ#ǁo맯Wny'mG/Mǽ:^jN;;>`4ucii,-/zpC7, qCJ+!wZMOy%b}HjinD{U4>8pJxuDhސRqx({B2`}O4MV l=ɤ˄FA&$4!P=fmIHKNNϽ1<*Gs?~$Ȝ:D?O֠TJ' 4ӓIMI8~$1DDHpH=ÓEx(kHr,P%-%%5͚Gշg>}&7fn N"Kt||L5[,#X\`]ҝΌtkFcjMb2L!J&EdRN4:%ZLZ薝7-;;88DJ 1X&a%OO;@)ݝޥw;OxwϦF;ƚY[ީ.nmܱQ6M֓D:mձ_+6<3||DlߴNs:[>OxK-fy.v)>h>w9Zq.sxi3,̓"gdz´-"{ݜN XIؕ%tuE˖2GovrBBr2ly3)1!yK$Og.EEGFi_EE5g2n[8uѵ+LF,Ħl6e%1;.11>.%)(6%ôFhȰ"vRI(_|%wH+9!3^caK#mpvoڦ-sɃ͕Gr?B6q{t/N(t7!i)"O ƿ)a1G=4u/ U?i^=ZՍ|lٲc OoR@!N> <07pNa;JG **B葞$@ $1 ",׆{Yݵkw}Ñ{9;ifR+M]E#i,mp Cwst7 Xbu\up`{z{cuZ>ށapAR;)_^Sl5u6fVݻ7k3x7lf /V۾ p 3Ccp14I5{[+޶bcka ![% .4[/_&ՖN Q tիفCϩևPmn܂_RZ5ܿݼͳ%.s*(ٸzL6.M܎z{AH 7BYս]׎"+˫{Ws[=3m54ؓU8̲g; {[48wb)E 9EԔRDux~ #l}y`B-1oD"iJh^1$#2@WK'`/ ԅc&:X8:5)Lă`PX :RH| G&$HwE(F`i9))Q!r0WziZ{ʁڑy2۞hA)E0Dh ~S4YY8\HLB$ɧ%< /Dr[~%Г"L.7^V7қTM2 !VX)~Bm$h q bGj0&F!'%8EHHj M)Jݤi-4#{C}@#kE Q Bl n@j vʯzrd`6v-s$-#lZ R ғtVBJ*A^.Eֺs[xϷϢ&m ڼ e"Jҫ2T~ui ^(B9{P|A iL"FV><%qlm&iWV2c.p$hq`훼vzbR27{_.Z -9*7bVeiw&YIf~" @'c¯ XL/kym[4iHdz^Dƪ`/"cy)H*BI}ۂ: #Ze-2>}%hٍ*iuz6OuռiHkC&rD%-fj)|:"&W&[†U(JMݬǢӎdf:lKEl:}+_$Юx=Zdq(G;^bg]e]ɚuSZR\A*k;U6IB^*C؉("V^GFɔ%p@(y xxgd 48ڙ(P0ԆxpєF4M@EAoGppF$IC/MĢ,HK;\ Nk%WDQY"hq8r ps>?IM|Ɛ f~V>`o8F2&!b8!K4R!e%~h#_(R7w[s, $ +h>JZRDp7&c`.؈fZ$/\l-uƛ5i.kD 2I[rf OFPl$1Cbk AVWc#xiF:|(3UX\&W*X\+j\惱R+W0X%V|038qR\%+2> (1|W,RAJ| ɕ+IT"H1"J^-W]"PbHPK2'1qQX$0)ы*R""Z |"N D`j@$.( 1yuKJX]4^RN+UbOH  Rx89AŋjX4S+R ` X: v^$  ֤*$4%򢿐AR#"9ȨPuf?/A G>DA !AhrH/R[D@GP%$Rg%-.%3hR霨(3ڝXĒc0vR&Ibb}S<8) hILH$b`^R2XW8 R~2 8<,1Nb8$3 ec)l.b)iܔd^4 &qbJtbtP}Xt:h`8vB"Ns)\NlKNр3vDB4A $2(v";6JX.#.uzl?INbD&'RrMS38h&rxP!1dHFHh T5"xͼDE. cv-rFdI#RJ5= iyӋ8ϡo;kιιݶs}īmg;Ϻ 뵝wwwwmg-ϼi;n;n;;)@넶} =s[<[JN2&I|Xո)نJ VK8ްTj%[|6%N,X6[>ijR̪QF4W=Ng5m{nG/_WVt9eO-o/0B&nٶz]XyYg|[g$L.X2陚RWyhjU؆?oڿU :6ao!=Kw񘲸W?Y@W]BpSMOȅG3|(~6fp;>]W:n]/$Vէ]ox =~c9o7uiؙ~Jm]72!ewCi9y;b_lƀ5^N5lZpExnG'v2iQց p,rsI\ɅG~>^AGjdp}U|T%¡33ܴ R߈\W]u7S[lY$ f,nz8Zd'._Z=%9o3[Y,*}/3ixyUr|xy9%EڳK*%+ U)<_8WP,U䫋4<kv+p;<ӒR8,W9Y"#ٻ}m)?_}.̟fX߻GZ+e@{#KgܣɥSIdy82'5:NX/ !/o}o"d'ճ,v.x#V$apYIaJ M<$X:Ċ {o^cqp ýR7L蓺tV>UQQ[S+tc+$KaaP0 G_l7{ޟ|}2=sBMjf~8F{EH?Tfu?fj4XV9It_q|XweYCNν?v'7V[߯8ц]o^^p1]X%kLim_{YnM]=z/O?]k?4N4@߽Ϧ@Yo5%x-㒵 yKN*vj&G% 3vwJ :ٺ{罚^ 1ƌ2Oo3|F;/=8+ V\NUciW¾\>>ڱBn9pz޾̢-(oY"U5%worC`'ŏ'ۜ=ܖa-+,V36la }Ȃ~:sGW'qEZO{g+)./k5)cj,WFɁ;.  dmǥ:Av<9j qc=2{Zg˴DJoCcntqa;6lfoϓy[VJ 6{-g&m:iꎇwd nN.1r3!3R_8T%z1l1!m/80q.շK|ZAbgLuJęXk]n bv$l$jOnlLS͐((}G]ˑ['Ntݸ;sՐw&͚r.ZV;Z8iI z?JnO5n^~:%wж%|λ^vz=3|cű섃,\aTg!ǾMZڟ6DƎ)N~f̆?GIqG ʑߛd`ߩ(O+s:fm2nvҤgo{\8X{@<}rlѠEKZYМxVN|3l^3":'r 66Ă6"tyրfUp0]‑*z8e6 rfx0폳'^jv&O\,mޠ9<IGfy{K% #d5n ʫ0͙} /ں2!oƦ\utpTVpqwُ.Z\!D@vhgd}5k $22uGLtm{Zř+yg.]^}N{uQ;4(mWJԇ{KU.lu|pU%Uhd~Jڮ|cRcn.pPU5vQyqGkB Ѥ;VW_ڞdU~ثtp~W;X7Lzتŏ*ew9C;ǰk޸pjRr粭[{Y]ͮ2n{<׹.+Csh >cŗ\g*׏8Iyx).apLtNmъnb\%Q˕L7i?uYwGeyfZJm]XЍ eo x`pP_CvZSZܼvԹ3o&BߠgCFnx] +^vHcȃw(3c*Cʿ!~4}u^i^שڪh3}{]?.4KNNA|e0PGS7ʾY6tꨳ홼sG?3_WJ}{rM1~8`ðK)}_4_cnLߖ1xUJݛH(jeBK9yy?Gg~aAU߷|0dKh5ExSvnlΈxV{/cٵ_̡݄<*ʎs? xٶg_eЎauQ)]cbÜB^5E,/mw"E4`@Sf՜NsQhvBd[XT6iWjG壖/:GQG-FOZf5u|àxܘD__YB9%+VȪ:837E:ulM+~l#KvHh/U=^|)=cr]n7q KQ>~B;-VʚݟͦL\7FOqdح^̌_|'4cìn')@]EU;c.me7 L?дMȟ0#e=u֙Q-"Săd:voeOŽˁq \g䭦t&ZI M}+ԙl-|oYӆNbw#-ʸ6fo,~MPA.-=&#<8]q[6^ ?l2w2}(Kv }2M~)?d7D* 7PE;w/_s^݀ G9*ppB׈8 endstream endobj 252 0 obj [ 586 0 0 0 0 0 0 586 0 0 0 0 0 0 0 586 586 0 586 0 586 0 586 586 586 0 0 586 0 0 0 0 0 0 0 586 0 0 0 0 586 0 0 0 0 0 0 0 586 0 0 586 0 0 0 0 0 0 0 0 0 0 0 0 0 586 0 586 0 586 0 586 0 586 0 0 586 586 586 586 586 0 586 586 586 586 0 0 586 0 586] endobj 253 0 obj <> stream x| |T9Y3I&dc& d% B6fh&m@$FD*H)Ek_O}^MV/C( vxg,l͋J-Z@턎LJ^v3;m<G]΅?c*^E(wk{~cxisM5^ >ڀ'xzV7<M;K?!v(-"oG wTq]0O@?h㎒K+ң#*D*4n4t!^Z *ބ)؛{r[9 ".hCW]QU:/rq^3]'SHxJnw^ߓ޷ǝhF_^hƺ_3~߉ wj__g[!|Go<QcQ~}sz;-,5~.>U_εxīR~/Ťw!ˍ߯~]yo}ipۍ_5~_5~_5~__xϷD6ӷw#ȆTH2PQ!"T*u!'jCȍz:mFOzϐJO(Kۤ; "?A(YqQ<];&2; pDt'bmϣWf8K`Q_EK+ %2( Nqj8sqt#, `^7[]xB~羻~n[n޼iz7t]ujq6pU+ ukU_tIUeɢQQKI~j.GA5jj.K_f%RszlIBV>20 %u%˛RBOk~/B+C͊QÕʰEuYo3`ZQIՒnKfPjXZ A#j۵2Z/5;*qY~D3-Y/$ɯβ}~l1Z;h ;;tKp _N#Жtš ޱ|w5ف_Qo?a1 cA m#4$@K0X8AQvж } %xkc}FF(F6bSӲ~=Yˆ8t]%Mim:8YYKqfje~$}>E zL Mg '@kjnWmzW6ڤgI~[6K61`2zƒ%pd5`Nuv\88ܔϪtYʛaJr5Jf+T%cx@B^V쏲FEײ5X8iR&}.K xanw8fqKy@@/)D*@Vm 2kJR +lB$t{'m\ g'99q$\hi:FwTdoL߾*KY+@ҥVsTCep6}J -h 5 Zca 8-O2ZYȃN^Lf *.'INj{Q|7iBvuJHHsYD쐚',UڝĹHڭa@Ws _+@͒Oi(wGfc`1}_]I^Zm`DBOrѹ.f.;ˢAh!ѿMIs}VC]Ͱ,HF\v'%T1@]_cX Ok)VQ@4~.y q-(OU 굁WledY1=4e1]7ˈ@?,6 6!ℝ4SvPRTn=h(dxY{t">CKJ9NR\ ۵6VB4X5@|*_gEvj+qRAhY*4C5qaey,s8lO1jne 5h1/ [#55v=IMvYpPo^̞뭡 $&5&dTQtodV혳|ګ#1W&3U1sUq sU$}>Vǐ5dA<6+s ZCn3[V eQ0hn^63( o͔|볘l@-GRQY_Fl9h !# %Y%#kg6 m߼ɖT˚E)ԁ9|;[`G{ilЛt/G Yt[,P "ٛBtQRBU譝8@?FϣЋqF }&A5sy`/ 3f$$Zx xLh%:7k~~Lki#ehᓔv)thX wh.@-qy 7oc+Y?kfaHJB #Gs#pkxv㋁@m`,W6ؒh8OL֡ &ldbIIdNNvYՉ䤤Dvӄo:w{x=w븩G.rr^6='|'ިawEY"ľ_4_w yS56sDϔkpNJkўXVjw2@e|N\avNd!)1.9Qɣ,fL6|~Lځ{w&'^ >ak{Cz<ώ=.As~q6P%'U-_ZBZuBRRHQ 5Qd_jT'c_N{|κUSj1`NK+k?17 Y[Zf[NBԉQ:RPLa@SDU$j 0zvq]͙w=@t۶qG*V4 c=6ᴞ#O>y'ζϨ.d"YAQ-h#QIQa $>ѤW8F.|)\ގwx0W>cON80jKLQ'̞7:ժ$bG}.'k֬q B+(=t6U y_˩hWZ(˖dLDݘPEH;V+6IvSbSih7{+.jl?Jy.~OFڵh *Q`EWxHCVAJ0(u #j̋JS[/Sc!bTqH3zWqOL@k"#+nKY~`8 W^;/,xޓ}"ɤ*<m`&ے`dɬQ X7Y{&5, TĜYTmdHrj;+jUCOo_Tjx{.jZ+B{C'EM{ = nnw(ES]RM|ۏ>m7wotqb#:Ub- VD{O$ #,')*9cxUUWbN, KFI9zڄn>_ژw xxy'O?y>|Ss5aLBTcR= )j/lcb=1z4ߒ#k/,h\aJJ2g\T?[v]6&:q ̓g;zi!3pf@&'eؒY1qd4t9rScS܏Vt/$)m/OZeť~ iڲӢM^uQZ²)q'r-OJc/{h4D'1ΝfӅ#918sfA8ӽ0)wTo\ ? ܓxt' N Hh9T9ɉd`JcbPIlIE XIN<|u^߷~Vy7 :gҕ{xO8yғ8j|PB9(`X/DD!=K"`?˿T^CS/p9~營¯sMA"əP$S%pNѩlf͟Gږ뻜-q>:w 6>W`w&Iɜ2ǨuJ^0GCw$d$&g&[fâz\kx)wc {`G{򄼦stmUM.->/爦r 0sy zX77(+1oFk1/ܴrK(-:\@c굷^c'Wءu q' Bw<͖ALE [ $z&zcelR 3(+YK'&={ۉ_ݺw߷7p?k',н飳{ضwSxo m=Nh`:i:-GND?"2[o 񻉈!|. `QQA&&jw<ԆHRbrl'G-o߳v-h=~O>Ǧww޹g 7}gΞΕ{sS Vy z~ =57 zaZzB2L'y[) ~Ha0WZ| 0dAE(|;mEۋV.StlhMۥF:~.ҬxfEڽر]+*/Sݿ+ cþ2<'NH̄.cCH߾a ty;>㡙 VgS8߿s'e]Df!uk4Q\YLs璳$" iJ]Q}E̓N@]py8}`*EHR`bMu j^Sğr@_dKe!t_.j׵-U7t캫ul5?|NKX[w\hV]59k p [SIp[5nyf\&69m83ү3,~w#RI(e0S'jQ(AwhQVlms 'ݼcw'8ٝ[ͽv55557u|aP ꟅC]Ucp6]rm'FJdpvXy㍼Q9N^\|?>UtcIjmZn:je&+ӉM\^ \\hRjMHL[뒱m'CBPtE%"،^g%=!rn= s\Υb^茖M-ϱuA@@uԳZ=Ek~ z ;6b>/>j9W(/%BRGG)KF}nݕ|9«ڨ]'ѨYGgnk*x:i|\GY.\+[&]e?if[=!ƙ]T !=\j'ʞSDKὌڔ2:>&rFo(k=4o_ؖX3EoH[ڃ#Nj\)^?o ie%#]LVh=4fݔ/K}Rtй+!rJMĆ-tZrhV2T V*-* E_oĪ8e&GcRIh[JI#C%o+#@듹S|)vˑ91Iu6PZd,+8sm"8 g6M.z;gZhX;z0r~)0{.e\)Mၖ+"]!YƈqfЬW s9aa&[މe$uŝ XY2깃g[FXSHhSYWM0;Bm[H:#F]z a}:yϩDO9"VMD{.K5! SKe(\TDЎs-܅^\FkE=<,Q2FT4"{O߾ ){5>hg+2,H\{C.zUkG{uNȵfN;6+yM/il-fyHu*E W8e]k楶 MWﹲ׹0dZ:1Ǖ^LϑXQ~QvS-3ht)^qńr%硵>/E ÔF(F+VM1n5H9Y+%ssɗE%m뵡S /ôѨǯ-rz INhxs-> N40R- 3V@`\(.IDۤ[F`7vU&Ñ%mR_e^5"tqZa#ήV-zlpWR|\)RY.sZDuD03a*#5P2zFd|VSaRF9``hW=P!sDR:P]B{gd+zKKcr)AKR e֖6B%T+:R~l0_H T2.PJm%NK#tXBmEɞSD54RGݙEuցAgpQ qת1ƤֿM4M4i$/wKZXc$VRk!n1DAP1M?SΝs,;u /)m3Im1y-yrvVfz*ngV'Ӯ0SimC,e7^-Kj}s>S< ]c˽3ןKў}x4O_~WRޟɫug$)W̷]ߪbn#)?45Fm(? "@JB#x0F zđ80LA85BhG9I,Džx0Lף_~=k_p a0πnvDŽ0bF0 0w*{rH\2rƁ3p2E@ | ؔm !5 נ19A bNsLsL`N!sC]܅\ ]Ԍ$@53\3176e&<C0^B'_B@:,Ĩqn!ZZm+@ X{| Vd#;Ȉ`^vG`wq "o'ĜN ;;y'duBV'dEH'h3q팾ENG^(>b^4Gg6Eh] )Z!'cC̯ k1bХ+`}8]Jvc- G7|>tn ۺa[7|m;khwr4cXbs1)D\@N=>3'[{QW]/b @ȵr-1>'>ћXƯD|H6߇}qY!,; Ic$EK"&ؕd~C?L?:Cws5np59p77HAmkb`L~KKo2lxBRkl8:'_~戃B 5BoIGR)#^RKB{*ҏRk*qM%I%TlJEn*y:r ŸQp7h51;Yc5Yc:ǑcqG\Ʊ~b!~'3g<7&t1&"g"&DMi"&S!+ Yik9Xaoe#fÖa2f2qL Mdv2O!ק{S)3<oSm M6wS;FLi74i4rh:qy3` je&_τ?_I 1^5{,E"d6?H< 񟃬9:C!‡чч1}}s\K\y~#NG1<<8?1 '9ܜO/SjOQzƣ((> 1t>F>#'Fgp3l5?A잠NdΓ p x?OOӼ4qyN&_F3{va/~ d,={"zc1gәDG:Б,j.AoRoa[pmzwȑwX>w;d|y\N?`O_b,Ưb@}KKYy"=ټlr.^Mf2o6--C21ȳe2l<)|>e2gw9˩𵜞L3W l]ˇVv%k%.Vг`s9k{ `Zr{-s>&_?o~LެQuXG>O+ze@7O6wr7F|ڈ?g#l$(+u#~mMM&z9'n"闛u3vl&ɉ-8[ȝۊg 9>sl%dblc6l翑lLJvN}ov/S.8;b9;;'$w?]qy vnt&v#c7\Fwnⱇ|ڃ{j/>{}b|ù}RL<l;?Gvz?_C님_D܊E77 |~oG|CM+qx*&ϋ񩘾Qb+!%h R8)EW)JG)K>y^?'$NXOrO9rl)rdV N1QI+*|"vUm/'=I!gggcg&ϳ:痴_ 5tkn_]_5bZb6"uu;/O/QC`-9RK׍oWGLȳ:r\]&e26\ӆ;Mݍ|7{<7ssϫ'쫧}C;o \A7Wq^H6G#9Hm5'ا5MD/nG4fЌfίbU*ԫUj*u؂r8O k%7Z{+zZusZyZt'Ԁ$#Ɓ_ޓxO$$ O%`p IB!it`@&(X `@=Pn2xY!@^S`9@ a`XoV!DI=>m m6-Bl#U_$G 1 "B B !>!p83B ş؁xv\ dv!=#p3`^#q NpixD%n˄oi塚 @ Ӂ́A/ QQ7컗X݋"1B`Pb3 @E09;5#%R䥐˩Oב76EQ(jo4G3Mޏ;vj BqG=;gxi<PHX7ӆn6 '#g2L!SȥTN6SiԴڟixNHOK|}\~ǏB p[2'S2ˆvl 28X ѿU|{^9`'o`ϛ&o6w]c}f1zu?bRkld-#ygw%޿`*]GW3^؟k 1OtGz݀ 72xoV[SƟ19BXcv/O߅M7adE>d?!~_A?C?G+?c5ז :<θq1?'Kq㓌O2.r֗?_ImUQUԲ۝p>9l=^g|~j"{/1ĸq-:uZˬz7ݬo`_aȸq&͌Yַ0neʸRD$x4 4 *$1`l^;@ h*M)ҲN*]XCn-```~'8 M\ >*T0 , },<9Ʈ`L|nn C: Ev`kf zWLώ;De @! zI} [V)%v@_lr\\&Y|n#Ge'·5^{aѷ]rL{d1xaFJ)Mgl{iYe]g {GK4Sff̬gf~E"j{ֿu+7TykssMnԴU1$MC\uߕ;_E2en՝h=W8[fP~7Wbú+<oU#Z_.6q"ޮ+W@Kq"2TўKlꂾbA CT LvNQ)٦n[kWN81$mRrrNQdTV99"wwcK,V۷Fiv7ew)((9|6hhV$ՒU*/R-P$NK6 Wb5QTVDatt]]oxxT~~0yU~=Pw@@pX;+?W[zƾ8y&餉^46fCe4ebw;ugq]b=iӥWn޷Ñ#zGvrwc|QZZU 7B/L&ȇ}f >8s7cDE+y/YV93Y/,WL7,9G.J].FD=Un2+hrxձݻw;/45+]bq:aW] FPQFђ_ b=Qj^XjU7dRͦihIc֌?wEQIzwիB^rWY}I-KޮhQk?(,);5:wEѩڦ&YTwUfX-tFYRlRroIN d$eS WDFQWZg )*ں9Û6͒ t~oL=*Cۢhs^53gNעc=1X>\nUu#y'* SջS,\'(T9`QÇ+vnG:T^uh euD{8a~X tӻ.]*-J}eaӟ^ ed%u4jIӛl"Q֘Lkn(ؕKVa=ۯ(÷uwe~wo TS߮{f;"ƴB)7bSvI)&~:,uC>m|Vq˺ԭY2 ӝ,әEYC`1sr7u;c ҸѮNJ*,̔!l>jժ}E^׭3eɼ@xzKHxà Ru$\whYsS4vرcSƊ/w-?\oNi;}JN߿Tse<`@^6`+{X#nȁC48: T{7ҧz(U,LPY,k~)T-{).ɚ|yZcPrV\!:P}AnNɵh=鬪8ܱ!ޖvmk>ʗe TW͑#&SQQr Mtȑ*+ϑBx,-[,UcҮVejOIY1+Bލx2$H۾HZ$ZikĿ;cI= ]xƕj]j`6_.?-ݣr~t8盛ƺүKmٲŞufP~vղTZzMbߜ[S\Sc2֪LA> 5#tt޽=#_?qZg -&,UYYyTeyQQQqiXjVv͛͛SZǴrѮ]dYpDFuUIVxEuɞi|qҤ7nb׮ 8i|&)l=_ɪ;'//>Ƣ[7߭`Yc(.6쪏c?UU \vEU6Mѐ"EҪiռN0Bw9r%$( Ή"2R_3zQNXw}ULlޔ{&Njō-]Yvѣ ZwV=nPٮ;W=phOF{Z]ÎoÆ %E)>)5qzߛu69Fի4 J4۵go]vTkhk;w YXZ %rﶯt>wnӓ[KP:kꚚIz&o͛OT:gU 2SPr~&}@KegiF=y~bτVF"ZOK8m5| 7K~xtC.FI\e]$m UNKR+E9sl3/\WŋnV^by5Q,k^'prfxq0y3<]U."i$ Lywa\'ãW6"0YFVLߕ x ttó%HedvM0*N8:LSF01lذ|8ym0cN"A2Tկ7`qe"Mchʑ}͛y%-b,h]*[g]lrt8[,|inm'.d]+Z;&یaj[ v_%Fz\J+uA "S+`Ы2ceW+g3LB3 BaGԓET=SΟ?_F8$.:ҕaQ:g4$yH*`kI9tF1 &6СbWNQfxzAbMsJVy֨VΙ#Aaw Wؤ¤2K=29JR$[\17W9z=6ڎ\9rqVTf#44-{&qf޵}t$U* ㊅+c]ea{NMkjʢؐ3E,I ?F1Ù*\r,h\Ctpؕ ={=U4kՖAb# O(Gڼ EùfqKq~7cn't%TT};|2''HIN({ e(:K4Ԝ*%f"K]tW!F繈DHCUUC)kP{Q+[ JSw3i"6&xW mN+[}ƞ`a}$4i$D߼&Cv>jB-m˻vyneiuJu*ys-ĭ_i6]8KW u.SpL0Alb„ݪ1kJ|bΒ錝eqRe1p}c[.}we]JŅ>Kロ*s u{LQJ㵳 8ˉ…?G̕`mg\BS^},D~?,?5s}^լZ{y1veկDݸ( (_ݤ*>0 nԗ}ul]pHaUF!ΦLa{[e+/n.kW==m^nikͲ1OtvNcHe Clͦ(gG߻|,+*:uz-C=a"-gUkn:jժWzԇ0';AWOq *"!q|=[f>ZxɝЧ&/sy5m,rͺ(Z jFkRj0M|y|iߙY4i7_ZP|!!*Q5 "*#wf/Xygg3=ﹽQr1-uuu_g>drh]tLhhf= um֖-[ 1 -|nZjH ǨQxiصxp֦Ml8r$ުh@V*fxCH=EW5\Q,X`V~ɦOX6M%pKW9U}}` G*vDn)@@_rg68¦Xyx|@%ŰR6v2,f.`0sc<%DN xmY+Vp\)>{v%/-^%ؐ7TTҰ,55u˗?G̥YV3d+'[B #/677_F-AKEt],K'[9lR~ņ(AM,**J GA?::HVI? ݧ]lCo[OC(tbp5ۧ5B}N %Bݏ߼fuZ{ qz)!Ķ^Ԥh4#bvv|`(w 466y*ya $^Ø<!MՅXDgHBi]^YF3|vģ(O\ 7ħ s "^):nX5g- ef@劲[QnZer ^P&z@7j9SFXmmƌ$y|ǎuXW]JﰯFVTjoWu,?Ј,K`cfX  j;Շ_bzu3Qӧ1(FaYkryw HĀL28$Ղa^]k5sq0Yu5<1=F-b-vη:,>%>4XUAћh_"!v[,b+T}h{ - -woܧ _8|A{Nail̴9;]DR,--'j'z5G^b"=Fzt[;=SGٕ&vbGF9^;!L)hrĜ7%ވ xD+'_^^츁8tje|m`Zv<]e9M)B[oXA.8a2$_=T@ˣ2W 1%!l^UQDVS}a}nn>/膀v={8jٰyy7*fe9]ϸExƆq|{#hlfA%8iր`X¼څ3Ӱ:*|` _mn%K:EcxP}5q5"Zo׌wA@!o G%%O ʤW~]UU]]vA3͙>twB/'Β>3Qb*Uhh@Fs1MPH s'o~GUŲV5`pJkNtg" *lȆ1':;eHڴKJJ؋IIl~}&?Fkg-Ȁ禄093.lXfAO5I}WSټ@uNN528'OSZ9HɢX\<%QW_c [laAjjjl$RgekȘN7U)qۘc~MQa ޞ pf8,DɳIf[p.R%zS4%"[Yrxw<G0):wQUTo7oy /v$g9fwZ,8H2Ƈ)aRGs'?E$=om@v~ Ν;7!RbBŋg[< _wDC;92rJڙh|R`8z>+ "OWUX3Uū} m(g͚5^$3{+++gNVWy8 /ǧ\`i_~yek6c}6cYpn) X6{ɜjժYꯀWrHɓ#jMY.L `wG)@=/9 B L` kl])|آ{D8D;vZO,`CmL~9}Wߘs踻XtJzWZ;'& IQ;vG<2dDg'ȞJ!V&]ZNK+]ibT{G]1Xwˀܰđc$*)7?Jpwm xa! L/˞?g,3VZXjks|'tD$#/_`A4dX G)}tl̈H=tf q7Og 4d3sLScZ1'\!m߯xڂ. m"(Bd467 +] bj%hHEcc{T.h t IׁGOw(迠֒lBq(Vr)Tz?`!y n`UbP"ҩv2F٭27[$R^"UVOr ͳxcZ%d]*VI4V W8Šx׃6bT9kxmˊ64>`l^_A=໡zV 4θzERZ覊 ?>7#m+nŀ\..BvQ׉̨C+y#& MMRyxy埭A?-J+E%efw[4qUtC8޶[eLFڕ{$[JfMTP!$9I;Ÿ^xw:{0TjI$Ec"yo=Exܷq#3LKOqh,SGl6^#=}Vvvk[305~36#={Ї5i"`|X+[\MzmԪE#Io] C,AU*p^Oh[eS"hb5nܹsp unܦ&'1KHE6f5]"h;䯔ȉDA=2Ŗ6y4- D~GlT Tsc"8qw ep]vj}&UXeS*_U&asF=\rޥ=m~  DC3AV5]!9sr7gxh14tCB9俧&yc 6%… j"nj@Wc.{ [ s`5x8ǖU4]zzt֯Q}kDMb0E6?ٖ[&IŋF_PH/nQAp joB\LBxiWH0i2`D6\?ߛ?1 3љa}ڙAig>M0i_>c(v@M O_ii/)JCndBցDQ57O1/ssBCY{̤1eeZ@ycw&3̷ 6ɩDaHh4~3szoTWUt-n_$a}i|1=S6;YEHh罻,Fh5[:P̢oX2tyv@ 1[˞3?Ƃ|snV8va9pea6,.zAN8`\aCEE B9͞Ym3++mmCڢ1CH^ (_<݁M6Ba 6WRlJ*/OX0a޼yZVn޼Ѳ(CC/9r" `M_ .L;Մ|nָ* )Yd=S I֬yFT-45bQR1gW_me)s<*)G˜E˿*3Ny'_SΞ5-}xwj (?$$=rj#@lO~´]z+pNvTth[\eXS"s". \=PVa#)):p+YFJ l@pd_w7 QQaQQ+S`? *(ꄗ4@(0A/裍`f9 MmaE0 w?뿥­9jk+%:!rF9vw h3S)XP_2UH;jx8:S:H("bmT)q58&P#lik7Z$/O[e~Fj6?z=6٣7PsTK"UpR(RyD66R-TIܡi$YEz%%a_jxjE&+%h3̠ZX ʒ5̉z1!#U5!ybRLr]AQÝDpj8]kv${NlOOن~Wq|+W8 ;> x1scs .q :e0Lnjש4hԂ )3$%9'\ޕ+ݠ:6{o^;v|O`mIJiZN q&rǜc;βDZ+-I)(6u/'rԀS0߾VQ7w Sv3pӸo ǫjk>iaݍ~0@X$O3+X/x`lsNڍ -8h8ݍ`tOp{G`~}v~h5W^>UK~tZY:]1tK ]\\NY&O0/p5%hF\c44U4r' ϱoJU#r,+lBBh, rTh6G50B%$EaеK(5yhsV8 'ZZ`^2xVT( t沔 =?|n9wvt}3LAsrrJd85G~V9enkď}dϽ<4b=fC)z0YoI5NaV-Z0A-/'abn*E/7hb]5xʅt%ȡ}$CV}thh)ziXU?*v-Wvv兎^ Z*pHC]|\TO*X L7+Q%@o:q~k-ZShњDĉM/~5OC)eI7~yLby1^{vz֩x 4j7޸IMX| vW{tJ<v8ʃ\;9o=Ґ.XVF'jH/0 !Lfԃ8 {}=ōn<׼_:,DDu*]UUY2D4j)\ˤZf;XntZ73ȓ?ydz݄_iXãaQuZ^CٳT\ѡg%ii}&~cX@mm@D K?uFyh7rd\~ sda.  lfwMլOQYjfX2a6:{7Jr彳=~̡(jy|(VBF@'r.+Y&S?ϚM& >_OLIk(UgL]ZU^1ݪ(ˑ$wv T37 1UٶhV'%б999Q`U?POT!lG$h:`cۣ:E$;olLeЪXgeZZigtuowi;/;gj9v8vfvtVV+*FQCL}{';sw5|޿{RLۊNsم_G%d"7;*8 _rhE ;##pf+V4k4qfzyR'j -s:c`(ߵtuzXTMM-U:lNo>Qi&#h*urOτtc)q&m6QUCѠ1er]Տa8~+:8eܣ~ =P}]rꔷGhдm]@s^7`v8TZ[[/Q&--ԡ7vq'N%h~IQRc$9HsJ5erɏ^$Se_*h_RyL)ׯ mv@LdieX[N  tETʈ< jzSTԟw_h5- їGf`5J>\TWWWk :2ɅHf?G zɺu 8C_/&Ox Thva^ ML|,2± a =)`;vMLp!it$Ѥb>2 "kj̉`P L'{t<2 aTW8z@5҈lZ,rYںavɜ4yΒD5دnyВ2K1qD+ (f v\`mStws8RE3D  d#_BĞ%ĩX[GH 9M\}s<^?1 y{.x|;.$򿒶y`_K=^ u/]aw]R2fNŏ׭֓6d'MoxZ_=s=|gPxWl\[wb"&<ՠzs>1mKR/_$V1lK"3g>vgCg϶/lMlBC49s3 ts'5u Üp6#<69YTyN2SMNAp* l6ix96 ݷ^,ffqDT8MU[&F\vŋ[mo wue.n[WԀ-q]]f1:[61+&;yI*ϝ˿K2Nܕwr2t{MIQgJD&Shcb ia7nGo亂l%#6plFNdhJ k̠Rͩ7Lv(}x})J 3=uK%(F8K O%~ DSv%s ӧDGm􁶐.@ ` Yb{n'G,KF'YeDf5g$}JYjbgqh bɛEQeQ\0)EKŴE-bғ%%vw{;UM^2LkG5g-*x EFg9gJN IPƺZ?BlLՖʅ,Z:47 EXPiQ_vvF}5֨ĨBII b;>pL>'E8rcM-fy Wh չqf>0%uD`JWRB ];S{ đj =ߡNԡ)yO\ܔuPHt_bS)\Xh:z=M&a@jca0nOON6iFRi#w_Z~7Cw*"tCQ/T+r5.uܬ 9V(9|p{7>v@+nz 1!ɺUʊBZ%O!碑/Z%30wibzTEEEO6>##<}+jfUU pz]-?[6;ada4{ҌPO\մ=q#5`7)杨F3 YVK Hb9rXMIʸ}  tS޾}bS768i6SUdg~¤: n9ɇ*y0]E 2F>?(tY֝@xVwJ=>O}I(tdoA21Ӫ?-,n3_}U<̑F͛pW%I;Y\J|)}UMs!j<*9^s;=+HtopM{cI;ȓFNcdS-Y\|ŋY`[sysP)jM4j9C=-$VUuIyBx'PZzkN/G? +r )`ߐS_*e<|[}$/OiZAOVu+'ۺehD)jnuel V(_)+ 9…|3eGV|qyQo;ɻTԢQ:jq$:0,% xd @3fWY8v 8adk^S1ɨ@͟nc4s-;2+U___<\ܼˋqc&ěn񽖮k{hI_A9cyqWRȓou? ۷1Py GBLǨW&A*6}ӶwcTB5;z5:^jXjSY9bk˔57jk+"ΚLn1RF# /7~o9vt?ctUvŻdȇG'VN|gTTϗN?e#ˆY_Xcm>S|:0WW4*ZfAҩ;r:<"!R 4rp)<PbM9Q?F5,5l^KnK5XĨ7 R-5û \ \zHƻ*'r'(醋t 1MC*UCmɞ+HHuј:wn9F)FNf4JJl% 'Dbi+vOd'➚9Gב,L_? KU 37lIt~= !qgzr94g9@¢* ONٰ&ъ+T3^L<|IŠx?\m(oȴPbP|;ƨ/bCjO5=)g6.4ĻƬ{+̐'$1  H&t:>~6_gIfx\o,\s(jOIQ| 5!̇,(;8a Ք)ɔd"@S 1z;#`Ec?Bt M&SeYI,qh_O-cMEy5˝_[t|zo{kZxG..\q^Vr AH~ՌȨS>J.}u5&$ZXگ=?y挷?{0h4h'JS3̀1}-?pj59 ": rrc##xv`H`8 @+ݬ}{5R(:\Q+FA? Ǽs:?òcvBN S$eZȁV um"fNGqE"7ʺN՗u[X?NYw o d3G6xM#^@ͩ*4 k Lu@k5:2Wj8biB,vgWJiua$;7 N5oA4y?ʊQhc+11ʜqAC:eiPi}r!+ -FDzß?MUyly'U151YBڷr1r3afQ ukko=`SDe1`GdrYXYˉ[EDʶwO7aS3C L'1v o`N0Ly3,#= n;f b3zxH4^ձi@7WTa_fp KzJT#@όD]2isCmBSQSSO= @-9I!$/F.|.N]}WDY$ʠ\YYif@v5M1Sݻ7WP+qNhe4Hv.X˩꙳Vs{Mr#%Sv)b/ 77P D2eC} CȢE!(R`^$ |DuDBYvQwaix;5} I3A1f8|Iӄ%39r0 Ylسgg}b={x{ЅRkXM#Nyx8܀LF`cD3LiKa YDNHK0O FmAk?t(ȑCqӓ@,X@z:7KͿ֜=KYrwX˦[X%l`'XVK rAL˾8G2%z:w^dx(H9RNjjjt (<Αtlrj/WS1M7,;>rd !2:qE~<2:O0J{RҲZFf6vGB$"dQwM2+^O2-jLEKM|$SsN顪g!sqFCkKa`8cG.vv)T\MPulP''dwTV-z=lJ.﨡 ؅(4żc# (+!\ NߓK7}etU5u9xm+C$n¹vX4?xȤ]Lq3fhw&4&M.'qonR:Wa/ZH}b({ӄt0!bf91'm]e%^q#]t<%$:yT,\Lu_:lOgV݌x˰tgar9س2D0J֍p@UVLݲ:X -2L͋R0KE0"k`s۹guS1:Coь&o %n5@n o;T3T)Q(edA@ w\NQ|Qjaja+ htVnHR[e38uzB{G!>Aw_^ܘE(/ t-2;q}R}V6i6(-ɥsQ0%MIXC6>J:[ q1QF.kQuSqƍNŽח'}V;͍:;E;E`gHmd--ĵͫ^SO=U.fs;zرebQ}v;? af牐0mdgS43m)5X!x axL%IaA^_҄4\XeFF~Rd̶QT14?nٲdU\:{lܸ cٚy&eӍMĩ]ɅkInc[v)P68@ 'kIU{W1l.AfTA J;\z&H of|Y/'HlUi( `31i&.yf(ᓠ(AXLt2wV6ZgJ8+MLL7z':*\{98\LT\ҷ{7?̓,BU1~N!Z+hVqmm1jLt/ϗFL)uWG.CsNin~ J19BL2^nX>emǖ1AO;vtnII3~7<0ngEó2UOt(ND90%620I=0O 8lnp2UNQ_C*裏#q}*g<%%EMFmoM0~/6}x5!%;;;y{~^C'/U4]d{GL,uxczwwP'7y}*ײ׮]N檷҄v4;Jh?w~,?Jpj=ǩEo^+ӅzeWO\j^uj-<2㭙` 2#bbtgw3f[UTZkj_w4>IIIFkooGǙ'O~'3 @/HG% jj$+OMJ?]J^&/WTxr""M۷@7u]d},_[ƒm1(!Ymڼik;dͼIW{ktueLIjIRmt&$ 8[dac >^,Cpe}}.]Le׾ڏdww<^_o!Hʁ< !qI8;Y쐂Bɓ0gF'S݇l]y`!aD1=`As|8h>'ފIg"PmMUeHEv2 VΥQFQ>R@t-};[ͼa`)ꝥnghAF%nyhllkM/Kf(%h+ZBX)j>RwHܹcW[(b*SÚ晦c柢Z jf N"U1 Rn5\>[)}E,֯9Fco>\% ZLY7 hSkQFSԃw} ZGyIKz:^s?ժ܊"4K gA@ T-\"w5Q,Pz0`ַm5|3HUj{YxQ5+3dXHUUwB| ߢOabӌ66٦E?Ѵ?{go$O}:\Q_f?qe"'+i0\3ߓrȑ$7f`HO3#tԮ[ Ut]oᣏ<6oȖG_,;y29q)hOOK:h'As=3X&\>Ҧc&iֈmК;xِ-!oxdD8pp܏Qȗhwtv^ cU3.MaCT3M'ϻIXX?ZE[sx7S7*/\YOeNס̅]`B2OILݮTbH -$%nTݯO>=~<,^iT3'I*JUuvovΩJUSE:uFGUk5 JpV)W7`RO7v*%gΤkN&,'f"{4j"=w[VuY୩$/u3)Ͻ^|H:UViGh1nb. \ݑwu,J`agnXBy6fN߉]U!t9@̙XUrVdjG+7;5\ܹ)"fhգ@`@}Sͱm՜DLmlL9{ZgZpuoAk=օw|DhDi{7^4h=1y`XråJxm_bԶmҥxM! ƭRcAvD9v8:zA!239TjzYZS8 77*Y-?/YN/4&&EߖQ!XƦGǣ4(VƍKvWZiop-xSJSl|L_zTbvGIbֵH3$M*^1[~h'PdP:7%=Nʣٞ*mMtaAT*Ea_;[&[}9J?wr߼LF>Db`mݶ=hv/V` vڪq61WZs qᡕex\^="X. E7h1V7 eMgky#JQP~s%-ޛP,p{⿞ǪVVhE%WF Nri%pWo~mmm9gn7N+}z˷\،זJ`ƌ;ҚD;W?62)d4,Ֆ ^-$HVe'>y/y DZdtYsr"mTd$gLbwR8CTwg['/Cyt6+;O(I"aS+W*z}pl G.qZ`^Jg LѤ/6D;iMy¹Lim/}utj/*J!Uظ ַI40^JЂP{~\ps=Y&MJN45)<ZԤ:M3(Ft;Hl/ĔXbI^75Ry%܈ eo$&8Ewqm7Uï<ӯ}J7.lX3d/yt<v?y[o[SI%Gnp0TB'g5kBU-9w*Aqdg76TҒo?⣓J|EԠmcjecW?0&m.%N4ďD ~F;ױe~xu9~ x=t2o߯K8n *Z١$'֤J ZIɅ C{UuuHfe-;h**$wd1ON6WUU'N$OlRQƹVpri>0K5wQ5eҙZ/j1^hv ;.ji PQ9q:k +KnLW.ilY;:}oU 4e$4e[elFZuK|\")5s6_V/0Ƚ{j%}`UȔ'P–htK[V^]׮Knth Z:3Z3!hy<}~UBֶKt%Te<(>y5qkkYBYzєjӔt"Y ?+KB]._ eZ΅cɎbF d#e4Dgoci|0AoA=;H34/֤xF+9wCg[;h Z>-ݷX@d^*=V3gA)a*@o0 [5.;d2(`OVkʛ _;}oNg)x[!h#pΟ? 55{1ҥ5jYs>Tc\ J[E>Jd)̴Ʀ*30riҨ !7'ȌO"rFkt)͌>jNJjQY"[P @JUV>peАuj.M 72g.vm۴r1fK^\NԜ:e˩Dsi^raq:9(/7}Z.*]]=d-uh[W:_'e&o8{\ZV4Ɏ˥3ji牟'&wA'[U eE>A]i" %Me$S%|41e3o椤ǤcICǑpXC"p/),ɩyl^xj.DڵիW_5 b&Σ ׆o}6~l^pï̖Eެm]bNkS2N4/7:seh7hk8(XUbR/g hj,5v|%Ҙ[BW:K9=jTcyԔ@ЌbA/]“Ծ/iKKIjض=_lloي۶ŶX-w/mɇOQmݯ=Z|}=E'Wl'9ײ Arظ ai,w|p#{gR\omNnmC]ߪ꫟^Fbv$ ȖWGz.c![[%b;XJE8uؖ1vH x`ٗ[|bm?Nڕ xzYaҗܾPz͚5Cid"`?e^\znr3* "HTWNwNW‹SU\];As4O+\3փsI}Y8WsRH4Op܂|Yf #.WO Ч}W^ \?_>L+w<q71?nxDRQ?R\ΪETGfy# )ïrxx¹'p?>VēLJǣ P,^yF~k L}":g~,$,TX<U~X~Ь8pASz>`sU'U,"-o@ӆ8O+8&حfჂ5X)YܟkK4i m/A^ZIZ:8+z8/GLLLP%\âQsX"K=B.VXsKlzEwF XU9I!oekؠaYJp >"(:0E3{T馛eH;Iu$S0х `sim۶֭[Yj9*N9/,hxiı "uA^8pqTgāggzq ~ӊ%~su+[:qn7Wf}Tv^}w?R88~\?WӔ\U{:pQh[ˌ% bSۏ(Q:"Qx>4h!2bd>¨P$KU믴F1#>5ON-_hmz/%Lixd^`\C18j `iE  ~)O}(w7Í߅itz ˳7D5Ԡ㵐jn[; VxUx$:qfNY5nSNjsO\cW[dR7v.n2b |ޫ0z-w5›+'GG'MWX䬫dx>7F1*\ЦujCoC_O{s5tLyn,"{'&U77?3Ϩ#n]H}nm\,pG@\Ԝ<'5/_V Y2?2CZBl F-spR%шLJJ-o;(4â ndHI߂H*}M5f ä7f$"W@$1Ey"%Su UH`x:rTWE} ai3kf9%>UydH )HX!AUvxQU)@(ĿkZx=ɠ61N;7P#l73(cV!}#5P?g~3PI b9Иxɷ|Ux[-Sm5(\k+! GgLf=?I<|nbzػ"OxU+Rl^1us\j[U=\EtVp3k%S1Q*?9z-w5›tWI$_0*Vz=*֓40aiRB okK`xa=%Ȯ`2+7(6㥻U*g*±SN=̈́ѽR" v{/ߣJK*7XbohmUV>I$)Q.| # ɧ-R6 HIN;̻G9K'&ڔ.`F1 JUdM4"4(]$q">Yy`5(ۖ A6hY͵>MT*4?ڹUʄmayp--л*=əĒfu(R"H"h3ߚ5j4x)B T2KKZZBSbTDY4Bc [(=r6bR)0ۢ%[X{Zw XBViE-RzWSBJ؏5j;9_ӽ!{|޶nb~PMgP q(e5F荅٬gA)ʬQ))95Jȴ_k`g#6#Xwѝ,ΐDDؗT#rIb=l pT<6viآ)7͒PES^BU تq#VYW^1 `fFM#B>tRnY 0T&Խ]Hȝ^)ϔ$k@u| .A\[FNli؅4n삍b*""!Fk#OPo-Zb ЅE)D-,q uFR  |gX[& 'bntfI3` @0PKJ؟Z$t~tF7ۨcD])l blRG`b1֋陘 뙘T*Zz{g.;;mPt5UPcFƂ4 iFÿVkË8k5j({ ԅuߩm@<0A*јOX?'tlmۥAȌL/VNs:.Ytc.Jc.Acb b^h 30obd[j Ǡu2(b\|`pZ E"  <5a|ǐq# q$x lW/cՉr<t3Cvito8W;x4$;3;gxSjRp.aKx^J׋*aNs8XNp0t$0|z{h1hb Q N \MLkZfd|@Ma 'zL:voNGڂ~ <?l)|k ?xו`X2A'3̄/1+'H<эB݅rE!@.\PN~Twrpo^PsT3B*ZNʣr¨LM=4j2r %)H3ȣ/+'oyx4g9BF"'ztNWMm[6<42 ۖids 8j[%Զ(Hra"' 8&SG3Ena= d4Upm13htHҚQ#IoSŌ} =85J4ju#r]]N ǽZ6Zu Gvț5Of%4cHr\)=vжkIԤ.M}H33LҜL^& o8ggVuFY7YJt*9g/İ]0b_ Dqۥ5vIAqKK+0®be4-fhZE=f4S4S-ݑG@<"c'O4݅٧Y4?\E3ͫZsjuO21*5 ͳ)[0И[Va+F?cfacn?AZIh T)Iو\ha#%Vi :7q&[e8`n+Vb0`0v6YxwSϻ ӗ>h2Y g.3 8vd4{;<3<,Cn5P~f4 㧇tU9㝵]6߁_!A'X4B4w^=`ⴝSlcccN_*сSzD)-7?x0r-AѪ/6$׎GON-|6Ow'A{cǎ3#sNFmVY0K:^3dOm9Z:?ԑ}f++ # ;gWjf;>6vYH㓲annn>̀ 蹐iպY A۹`fl?} xוi4%!$aq0`JB<vS?nۿ_F#ckmhC'iJ'ǖJqE$'Ks+OD#ФWպڕ %#CY0Z2[wv NLFh;dU|('aOv+NJ:6ܱik zy E38>EP~8AK&M/hG`/<211*7;֗(Jkʭi;WW`.GXvj0$ZǦybpo0vkx k̂p_dMKw02D$+TTFA?p@7s,QHdX]%@)x6!堟&1"jH(܊^G%MB~qQ(xh~Ϡ/_I~Km\7JHKeܓ,M0hovCʥO4w r̀ )P(j8QxIgٵ66ޜ*B`c l6$íE~c1j0|<G{,]o" Y`iEe}3G g#V( ͂5v 0-f4@l >UB9Sᑴ:[c$WA+46 C+/98ffɋA:]]d.v<{yxؓ|ql5GTS!) [ZA-E+}uDhJ4]߹s'6co֨;mfI2UN[JfaYYV`"̓1KP}/ܲ6<.0b;vQ%)p5N 7޸ZqpYHQ0V!Ɣ0јxL?Vk> vuu BU7ïX|*fRcUUO+s]&>^G;q`Iu^m:vڵr<܂W{$j$7XA$ȴoʠo+0+`/|yN9$W l +AƖaɓkwZ%RtQHSԻfϊz]^ĵr}"Ā7u|xɽvەVKA&92NNZn^6-sacg/t VL(zNa&rQ9o!| l՝`>M'w(j!;w,7bl_ ~S8xP}?ӧbzKe< % ,vcؽ{rxg~s^L<#P˗/RTڵWnrj,,p= &12F+Vt l>'NJ,o+*o+*@*!cUA{RP5~MrZCB)Ǎ@Bt*hVtAEEEVT%IN]Qפ=$D,t.m>p<ѿ3Kh` ѪbK !>ð=aXB)b! &S|74*c<Wz#H (b{"tF LPLM/adxBꝙʠW'Apq`Xj2n4ٍ]s~Ǡj( xbFەՎ޲"ǕH7 =3D6Ŋ><%!}jTHg-,kqe=Q#طP.۴˫hZP$<MJ?iآE&a|Ӟ03&Is:PV2*i|]K^%:t⼆GCLePH舲2D_NMSPZDWȨKNnΐ4 ߸qc'7c&,'wO_lD@,1 ,")ʠa$(C$.\Iә=F\[B.GuT i#Z9VTzr._*'']2A3wPo-},`K&1\˙dq&IF[O ^.4 'ž5%3Ocgܑ3O飨,X#EF"1H/ESҩ)$M-:ܠ"m fԕn/M GKjmMR=ǥT@\_hWnrqWaA]~=:zѨ,q"TwSïk7K%]<@Yg9y?`%vHR׀bLȵk&w3vxٌ}c -giE>wj|:q ~gZhz?!8 = c8<]пHQޛP޶yCBҼ <[AdoXImnq0-*#t z$xLl`y3k(K/oAW{/JT.լ\}QrW %'-3{+=ӗCʐfCsD(~^p{5mA~1_k;,b핷y|]ڇӒ粅jѾ^լ k qk`NjDY,p/Yq tAYKjFvw!89*ջIY@TJdvLaF6~˄֬YzY1^UÇSέӫxmYG3@85-v:0Km>o&E2p{c6)4ϊD'*h>#˳ OLGZ}N*CRdQ"z{z[O>'4>fB8! & H7A|%7]8{V{]q-G~lrۈϧXÉ [@׾F?HNo7W3À 5K?2VM%Կ:7)( x13x|n٥-km56]'cW? A : qev vArqHDS۴ή` -kτB&Rl[ڷ/rϬқSu|7Sn q4=qI ;zj˓I˓wɐX.`qccc} ݾbE;zd+eڢX#ZjMzޢƎV`Y^!]k~ǽ%eND(ԄFRVX޾Jpdx+\q-47fi)<.#2QjQ3E:IPZVGU@~Qb/}~}l9/T i@l |O>q/pMٓY-β_YS TNe=&' T#(Z[Kk"r!6mf*gL [=XZ(lNXwf3<)/WWL>T2 -<-uJn"R~+sZv Y#%:o>+:Q8tSP>m_=|ڇf/{&P BJ}ڂEpRd?nm.ҠoMx}iJo%gKe/zUy䱭H&CdHFc,MJ8PlAnt7Bup1a{XmmuR|ۊl+CiIE\& 䇰Y~5y <<"1ZeH$oI5x"5&k@0VDo4 o\Rŋ^xGCyHLohhwL+jKD"}_6mcd(#x*ߢ{2!KB8,k .d}s4x/DΠYcǎ{ER1muHT@'T8ԕ(ѦDs&Ͷ~361ރxo)y ,. ]ћI[*%iӢ/q e6qKLz|f:YqMΦ"۷oBIDg=IgϞYk_:Bm]\*kbH?e.IamRyb;e<"1{]W{od02T5+ϝkheؑAxp^a^1]VdY4#h~tqoڂ+mv wS[Y8rHo}ᅭ٭K{1#--fs?[ܜ&',qOvn ry[gk*RwT t۷o׶;'b}?V@@ }y}"O!e zU{qswmEwxL (Q6`,9d[[׭sx- _O ,ȲIoX`AFra/+N2ś9œP84s#=Q3=D.Fhy_2!39vֿTJ[E*H0v.r-:lq ^sCK'ZȖJm-t/:CKՙ+"7pUCW _t}_/V^ 3?ktS%O7x#QUQ`9s zJJPG2X_?~3D>kUƍU|yO11Rlj>!p>&{i<[SNuΐT5j`XG}l2Oy晧8 p0_~UV_DŽMձ0)uJ1?(0WR$مƟv/95222d6lX8?///ֶaSMy Ud3s#ê9JHL ",dbcێ5:GzcMɮ;?K[D:df2G}0Ca ybppKjgj' ū[q &q;)Ի<me0TR,zI&*;HH(gtȫEr3%AKj+ā,I8yR5)f9nF7&TSlsZZ4T+^_|i@;$c'N/.nbX6e~k֏=O?S+U˖T+jjj 9EJL&ۺuݢHar<0NKmIuuxJΨ}A.mʇhr=y7DOTdLޏ=j͋؞̜zێ_[Ǐݶ-AJU>SW :~!.bjJ566n;;P~^Qa%"=v{sͲhwD‘:]ЍW>zA %چTxH|RЧ뮻̌mOil܌ }t+*-˺M ]Od ttnEq0_{poK sHlKWiY_[{F{7֮[bp9d+,Xv/_^cG]]ֺ:l$/^ JOuo_=z78l*ldӓX%O㶎IH P(Z=::y3s|>"B1R|aڳ*Svh&zFȪ aâqr<hi=ԞZl|BR/n'9?>}^]}{ӟ{。'u1s8W[!ޙ54R>} O׮OaNOs#0NȀOk`G *p :;充r&3UpVT@ljj 1l$m ł* 55ގeg5fvKЏx=y-pTUH1^!3*PeU}8.Bm8\>#frvS0s'ZWH}_ KqnbYs9&"$bZAqBϼyYtl)6ywNJ2)aVJWAJ:9 dz-V]$"TLi8Hi)IkcRdn@i:? B:3"2lR$I C᜼QÝ/Z6^Y+C%~_$GeHfX@1ёJuYyGLi !}^(sx^b Ç m"jm Y8w-Mw]VBX@ ^`bqMp CS:t&hv`.s37׹4q$6 !jLx  Fd'F_o_^W "f}|.Cg7ɡ7Q2آW+.O>Yr vbqx/`7m;DZzH9Xp0fǯ9nSG f X;#J\0G?|=RLmJ$T$I^yaHkxlt?͐Su *H-D8{T$J Uԡ'fshi)csڴߖ>wM {֍~f=g&k" GH?aو,-$Q0{(w x4Dn?먭-<'pNg۴-۷ T7V쥗Hf n&R[uPW M (e 9?>TP^c#CyA ץ~T@U,J#x]g=x 0Nkke Qѹs OhV^͘O9Tzy05yy/Uyvo[{PYUkpQ&5X.z5<;ܧ-aH+W| fB>8~D^0 s9CNxC& /\4fp1$'>I"aW 1c$Q'ě>JD$piUkS0,#>]/K &@kny<ϟy ħ++LWY3+a7ʕ|Y"J`?9\E5}߂[_|~_< 3ba$\ɑ[F E܍,~>>+<@ҵPnC݇ߖǤJ0kKLAET덴ai! b 3& A\ڹ&hDPP@8_EWU_UOA oYiJ[Ag lū0mbY+"A [[i+G HNuy{/jF.Vq]4ʙ%[Ƀ$k~.$_:G+?zNrU|Vğ!S-y1|?C^WŠdy,+2D#xr@KOMP]zɝC\/S%ww9]"VN#d5%2%F^## 6H?ae^Cz^g u4Oi3W9 w{W9WE_י jWLg ~FX%}%^U =zt4yS Yc!E}^eYL?K^sbMljWgv8:Ʀ>Qp+Yhl|?T&I3?{"22ҙY&UXH2?Q?Z o{kqdx~L`Nn,d;{S~1x3J!u =tãz,e+ggz쟏y N*'Rޓ9AC&I"k=X? jXR6ERa#z.t 7cgtY[ 6'^eFCz-*(﷦і@FrS(#Ύ]wjx$uIrQƮ3QxiY[I惦Ux֘_Uu_23?|>Kd_Sޔnj0ĪCЏᵊݤ<1sx-PFFj2 U'c#Y'G\Ǯ .XQe xYL]2Z:}YrGVCG'}!/nċ|\?M'Y?O,S?GA ds8WЎᑼ?v5uRI9R(Oun?kPҒJ@ngǏ1wbm*ѯq)/K:SqTW'Ej4N̿_g$a|^I3ƺx=ɋ31 =Ql~TZu猽=D>gG662RE(YcYR{PZm1$?mw4~$--25&XxvBq<[O̟PFgoߥ3ߊoVLH&kצ#Cӿ[7wJpxyOܓ ^Y|P34U5*|PV gRL I8_tnb7G~b7+ex=E .}'\8 t]|YN06>33[f c5fLuO-]Ve25آG6۾iSLq|\ͻھ u/߳F:9w9m yxB~EJܯ5k*t}UW k S=y:p~j$H @ ~tgJoŤm]PzL' Y1+n#1\niGcA>`ϒ0yvbLmʄ27czx+Ad f`fZJKͬFiĴG3`s0ՁguQ/?%5]Z~}CatS'A::wxvIW`:' YΏ"t b2oq{_~hF@H}&;cN''}d'>u!\N肾gv'O28t:[? A l+6f0{{=v*j0 EaɦL7o5\",o|ǎ! E93>p[0z{> IԻl2r4]R Dw7ܢȾh/! agcsܢSQ`qN@nkokcu%˒\%P{ƍk7>|ܕ7:Ӟa0Lf7ގL& OE>SٽdɊ+CL7k𶵵w0iT!zCs,Ⱥ±xBm߭@XXeg?sDZ!Wڼ뇾|fCmŴW>zz¿{1_=S8o3e^vlz N0 0o^]&?|'Eޝ{=&M&ڔQ/qrԀ`3Ϡ'gQ8]~;W_e#n@߽Z-=G/99sS}/kc:}{ *xtp)Z/B<ڠZhvE͝<2՝6XUS$x1#%ﴺ[15'?(?l/ѧr΀>C+nDmZy\%cqx?5Epǝ6l竹.5w$m&DT6"AG`<]QF3oEՀ +'NS=v endstream endobj 254 0 obj [ 586] endobj 255 0 obj <> stream x `wf2! 3 W᜜ L` 1 (UYV[kWkm'T@-kj=vRL@ᶝw9w<)4!LlbEKQ!ؓ貺e;8Ʀ8O7k=|XX]3;w.JE9dҢ}f~aQG[-Be3Իs&BLdoVַwઞxS/WNXu<ֱ9wF-1o%12[>}#D]B̎74Tz.F6K/ ~Jt e9?4=4Gl]Q1翾 c3ՅE!b_96f<#~1銾^I2WXٙ$;OӄnQBDN_wʻrBtYa]=qao!y7U`!vg~MRa>%ID -u\=!rukՖ%rEE\l XZ)rE"W\+rE"W\A\+rE"t +4lUĩMl,ԟ D]bX<$ .{mu ^mլD47E֫; J2 b@"rE&55& B]iҺa?ds_7"3w|oc=kU=:2|஝W_K۶y[475n\]UY|ǕJ䈱xKr$unGYZVtz]΀'`*w&`{aQ޲QoW4Msf+`)ij MoRpд~טf1IT#Xu:.c1"^B+!OPV׸f= V KV@4}F=t8,WG}]f4_r:3j^Q<nh"*8zĢYJڋckwGZj Ĩدfmj@;Bzq1dʖ0c3f<6bfQaD@M(O\'I$Z:1w5-QKgzs~Vʱ14&1BaxZ ௾YQ,%9ecZk"⽲1Nhˮ5AX/u~sUZꝴx|(d"e. 1]4m{\].x>NwtzN8QM,ɉNfqȜዴhwu2;=U\URkruB+`%✎.2^Սw\MZ?im=:S}nvP[jJ-#ؑK|#ɵ%MQ4wdqcGk v(fK rOaII՚mɒ;ڽvFg#%naO=^!(= v9RGډրH]Y,}v])o ]n(9|jo9*t$2KO4.#ۢfB?U2 -c(w(Wd Byad,͒ ٯ~;cEgMA8FqE@}hIq;`I[ͤ4^k~ؔ$xQY!nGjG[C31ʮ<!} } v~b1Y8:`Cc:Z3QcUFÜQ[V8|sIJ~J1JܡX .$'^T*&ǩh3L Z9KƌF3+ͼNy].YTT*wF61'F7F*:Ȩ]2"UB_rU,t-b\-ֵz̢ESe1JJL;ۻuȮ|G֨tWLv`یb{;Te?[P? p-׉94Q ^N 堙q%"ϦXK4kz8yt>:Tݡ!zTJ{mjQ7IиGe;%K4nAZsVe<ruL*r~x}>Ukl1o$N3^\{g-u]z2FpCM~#iS~G2/Kq۳U҂INc>nF:=N^p۴CJ>>b\lw]B+p\JQ5^#oS-Ʒ | ee6y !Cor>~ʠ>}6}WAPߙrWyz^P;=˃z׊z犠ޱ[ۗ/_vX߾4_~钠޶$ZߖH[sVwPoY]o^ԛ荋zâ%;/u YAf~PHҫ*GP^ \zya,3r/qb=]|G\rXxIa^P_fkA`Ma^rX>Ww-\/L_/nΞԳDgtc,y [t=-ZdZZRzbh]ml֬9fgI`BsT֜yOk5GZP4Oy^ 4[ś$O6hrWG1m` Q~ mmcv{7yՁ[[XMh-%[ZlCbn[}kS>9#nkyͼI^ED$j YCt.?7Q>qϣx\k7i=O?W58-j ;g1-v b1a 1q \G6Mq|H|ψ)#HV^[<>#a?F}]*?Ü8_a 8D갦Z3mo.W;M1G lM%Iph.ycvhI1Q;DLp$-_ᛙgurF;nԛo?ieۏuӛǏoDžE_[vb3w$'X2+be+:5g\k b^Ҥ=Ze ОtgR-<(+=[}KfksmCh0^-RGT%UӴ{Z;_BN`}H=D [5:!:!:kze8%P2777pٲiWʛ4Ь.՛IR)ܡ5Aqv~S&g'foZ9+eoG(X^uס1w;9Of;sWGW^YUYkʣF?p/f~0 rtџ){fHLNcZrl=ζ#.Zڔ+CM!t⚪,i8zvѱc =:.#߃glmLpyRbwDZE\O .\&V8*(X53͹2jGrWٳP2yʼY)mќ}aWnl7.qN.кSH[Wܮ}~Q\jՎGpgKc8{aіZg%*uIJ$wDXĔ@yhVg]*M:%á`5`ժi2?w0ͅFW:nviotM_7̨{>N2'ͥ];;rj3_nkٛ9}^tFN.fyÖ$ܓ'J,bׂ7~[Ң}zsUglMɶOD>-?#OD>OD>k{ G/7E$xmI"lX1lGbٶmE\O a>q"Zx l"(V-f[sgͶ-hX|l m/hq@ vHB|r'f;aR;1Kٞ& 3g?o59mgl[ctm /lEUf;ZĈ0X'ͩ1")'AYolol9*G};t݆ap\ZAFN1,#F+5,Է~ZRfh`W17zܻY.Vo>z|K9 Jv"|4g'OȨ^#a-Jj"b^*KN $rONB;C~R,JJnW!{EJy13](ֈe|Fݣ]jJf#J!q)eTyѫv([[yϰ$Z *Y!9:_rQ(RrXo4t}=P;}*Km@L2 >#N%C[#͌U9ˌet5%F|'!A(O~u3{Ȍuq"M*Y%MTiFQ힤Du1=a55*[#)8yw tᬡU(wQ1^示3.lTə ΈղR8$6OYDYe^Cr5j؈ɨu ^3j.@osԈɹ;p8Q zџlR߻׮ì+{he^5}6ბċQ ?L>|J2 &2/t92>Z gk#"FX('++q}* :̳|jO#JO)gWFMߧtQgI#T;ψ]ʪ1g3Vw4Nebe5FU3"Krd7CBZt:[BV0l %A٩rܭևt{/,| eOY9CL/翷MRBV,2kψqЩ0X:wOSOQT1IuDEr^I# 9>"sRe3=lb9aT^!_p =/:svO|קF/ݢfD4,6P(wY ݩքvga3BZa勑pM={upA'oûl)1' ɕrk˟P䬜9lssҠFs3sÐ0Q+'{*BQNgJ2|l3ᄤqN'x84*ƕ7)Boס7P:{x5MȞPjR\ )w36_21T|^OV"WQJV$ j1o4 ̴+eLV4S[iKuY2x4-y{CvU^rohU2֨V6(5ʷ2sQH3}$䯙j%>iRjU$4 sޕ?G!%۵a=MMFsz'lfWwzG4(5U63oR405}Xh Q٪2L*Rh PԼyRlFa]X%TWHTJ<wac?w) \IhT5&ʧ^耪Be?BwK#))c ;I}k |aM瘳נgs,LB&$z9_uVC¶boTt 5fh;4X=Am!bAhĚۡc^"e@P9 b},cY8dţg|4 B"ďAIcBLi7A'!ӑ7BW~4' ̒, t1} ɵ%c{}_b&##侒}__ *be8Y =($ Ba kɱu贎[|6>ɧzQ"bԅ(!7K b.eo){ȅr ~U \ ⣒QU5W{5PM~nS 9SCmA^ qP>5YCNRjY-׵`POjZbՂY-XG>ԑu\:GGBlliD =&< ܌>- R!r ke̽mm6aC2ۈ68AFaCF_KKw\ۑk!.'.ɥɥɝvi.U;xg;x}ɇ>0Q}f:NBfxt]_EvA~fOyЃ_{%_>b,Xx? > .+198?om$v5! Q!JJd^wb@a0/ŗ ;=pX=f{l=>vyy}6\ź5Z|q-c:0s?~:9nN|u!cz=v@ @7FR&l n6¿#g-(u g-- Ԟ[s۷V{yyv߆>!SSS;u; w!s7xͳ=tqwqw/qw/z݋ %7syt<d߃{~zv^>O__$vΦ1cG`1(1OԮB8{;N<8Ql:_RÎQ; vG(Ecucc8ۿB\:8q?D򫴿qγgkԿo|lĞo[`mM\}]L.r#.Oݓ xBޑy:A}9II$9v\OIOQb8>R{AgY,,9,gR˞gS)ק)x"NS)9E"Nir4XFib42Ocs?Gz|Wd|DY?&L :{ >#?/j /`Ë/KrKK{=/aK __ Xy/㷗++<üB3++ԥWxEAjb gb ~KEߒU_WUwy  ' #G#6'08x^Gؾ/ 7 -{g?.g!gԧsGBq D-RAR{'iGjgs2|CME瞄%ґ2x(C`6}n7g`wB ͉NDG {6%eggO'7-@ZEx-' ]ofMkr^Km)~YΚ`,VL3 `n@^I&.<_;jP~$G3߁(Xw*|I*r`u2VWA lXV&Bt(\cw b ,.NǠ_\Hk!w!Xa:l[5XY둱׃0Ep/6·l#޼hxy g[9Ezq^3 t,F^ )FN9̅U\ VKJR+ERp/=#2ʘ+֔Qk]c I&l@V1QAT7Ԝ JJUV=8j*e_qԝjѿ?V3W ݌͛SkQC`S >Z0Ԃy-Rju[u7@WOWw=#-[-ذRv7`[6F|֍KsBkž&r ?7QߚL7c386cO3طo ` 1ڂ/[Vl%[Vrg+yR[zD"˜7/uًoԙm6tFo#16 "~gu򸦮sMB-PV7lZkQQ:m:֙Cr};3f.Zǥ*+ p D\k?<3ϧs{󜓀X D bx O aB[-3━|9306~ɀ.EQ9 <[?L쳙!zfΛT&\ =bؾ~^ -& ,sK g Z>\ .‡Y? gafA~t˂]8R˰egr吻,1rl'>͆#/E=+1Q(0} qz qzy 'a))ilxZxX 9|䯂V /XK_HXs/`OX9"6` #rx&e~Y AnYGZe-yy`yM#%`oQ^o`] }_øנkk{cבc_Gyr Xrӿ`˿. qxؽD,߄oBfB~} | ߆o#ow˅d.\˅/ήԻwqzr=<虇,y ʃyIb>w?@{C!6@ #e#0~x}&s|9zm;[qAb [b6غ x4n.|ځww_`m}嗈ڗ㗐pxk5ىa'p 77~YA|~ |X~Zw)}i?(κ?wLJ 00p< |^E5Xwǐ{C8P'S |QU _ai`4<yg!䝇 Wy!_%hnf 5[9j! 5>l&&c>ͰoEߊ~+6omm~׎|\p6~^Nщn(TFh9P'1a`_B3π3 /B,2L&1ttЋ zPY_-I Z;h7Kgs|BAAv[C4{:r@Mm >zf sAecl ݏ9j!oՠTt-x+ { r?>XHGǢn-Eݢ[tn-Eݢ[tnz\D'̄~r; M̈́:B?SAgwzrBsKK#ߑ_E Dbº:{2&4dD,7圢T?k-xn׬15?OތN¾RZ]q=ի^tSS(xK8u/X'+棏>*F? 8󲼼"r=4y4~qMMnoHPUh6L*DJ<- ޼ .qw]_>} mrt[uD" [޲e˦ v#ty*U' W upmٚ-+č1cƔ B!s.OqV#SA<\yuvۙfY#Ϊگc ;z6~^Z)}D|h`\Ѥ.Gt˙e YF'S)rEUPwCjCCkQoȗv\JAa9,ރoVq2ឬ i !7Οy_hNYGvj$֭g5J* aNS\VV6ZF,'O5;CgI84Jcٮ#-&~/<:EVhdni$zrs(mt B0ȸ;up(M֗3fNٿ pkp&3T:u`buMQ) #j$ 6^aH]w| LYxhV@l'RSBݝi|_ :TQq:w':JYqx355uTA{2Mh6'dy2PzDHy 5aa5Z\KzEZGiE%zm-^[|q UzՍ`yU- >d V5f_c'9e'2o]|X5kv}6,.oTFU]ueEE%;څWGLQv*D``[ク]*uqEK }U$Y9NmEmVLhzPS`"߼yYi_BkKZ%BZ D>ipp ! 5,~()))U zN 24U[,mG{dqcƌH)c|.J-}]e U(ѧ6mڔV 2GA0]yⒺ(EiPmU/+S0U#HVcUԵ;4JgXdɢIs΍Z'ͷJdl6_h *J}#EY- ^RY^T1D52AmQQQ;HYcm=""f'Ot2ƐBpȐ!ZA >R~瓸\x-Qqx)wCԄz'b7,B8; ̫^l4Gm^&D(6ҦkCV*RrL%>yh#2E^]! ?Gc53NTT[ f<nsiVk6P;H:4V<4{A[\k׮e6 h($TTs97αs6SV7#6܄٬JOWy̛W_χ>wp&kfsx8{Q`Ծ8h=1{yC]0vcj@&)Aj4gR fDeFc4Y*GP$]u"Fu={\P2mleFiipyJA 3{n 5㰁:<4.;PN ,vpW^()濕{xxQ#֝EyT_ہ˂v]?CUcUkty]N''QcK&[}Eįjx:uy/FW?3ApX8Ѣ^yDv H$[n1w  mty@RLIt:lAA X̄o$-7)S'-[8nISzT覤 mOuF1 \¶r[i̯5?iCXjRy۔;.-Zj.ݵ}sg$h}?@Y"ɠI?p$$8C(0@Hb_\t$@BH'WLjD0l zb}effkk=%ux)yǧ!! lqi@$jOݰ!~۩^8OQ;}G5~I.P}}Sª#%j0i۽E_qP؊(St….Pt DE|n čgʰXj;|0Y3m-ߎM|Y%3D_NhI@1PV.H\6 :pY-mie쑥 P~ה1TVB._W;ťT+2:b& y4Lpk L }>3ۢrGSx{Zxz:_ D'k:Td;DG' ҅= UUmr]|bbb@lb)Wnjoٳgsv&*=b G*Dh: QCB$.M:l6[yDZ^ԩ_qN;F؈j5yqV8%eiy/GHMejo )XH N@ C,"zz4!H7a„1'%IgY`A%x J fK{/duII&b1)|LﲦsO:E\V!4BRoy;?ΉQwwҥKnQH%eT 93wn ͭ:eTN߷j1M=+.,,Kt eǖ/w3*؂;w6EO>)v9sڏoonjM.$Z[\D̶8eǏ7 ``Zί/œS6[;<.=PPKL_Ԉ<8 ]i4|i+VP Mr$P^WUx Ϯ wՉ -VkO$MTڏWK]fYHhIzڴ _Rqm3\}` 8!ߙ邿{wP?sw3Ob\{zI*|%NV| &{w%lhB#'8˜rۺPb9(F7T6'cc 1EXZcg\&2@.5{ya~G:=.r"tlwBc :tw05Yc[ ֓5O 9>{l`vJ*S :m.^;@{_l_t>:shCCtw!2VS t 33$P[nK'X@Ħ]a23yba9mZaGZ4'.ЪӍD D{(`5At y k7 Q_s32o?g$ $/W""`c^OYFҥk+ϟFPe8ˑ}#w:PTmU߹ġ'(H9 LGf` h"bcKʈ_HkEJbc{5刷Wa3ZlҋZf[H3S8#_:m>,K)JBz%*=xjņ"'MD6:xu<P1T~"ǹ:^9qbN8wM P*Dg49m.!@d1{_Ce^<%řO{-5-%O?rSh=>{Jh]響wFC*ͷ=;%=?gk(]ST̙AP.R}7J:]zJ0j)!aK?/!cܹzNdC;LfT9-.9iʼY#%\*mY[:Qq]-gN8Q-H=@Fi{*?]Hhkqm j/;?,FS$|QKĻ<D}4ߓ\8E5w^jeQR644[nJ?;gTz)y8#`NMM^ ).pU%=Pk6k쨮qos1b12m=V~ߔglR@@ gϞ0VT狷_#zӮ~]"_I ~ md#_ : 뇥vF~NҼu!xfl406Ƙ/cĽ XGmm[r6655b0&^~QQJ!&%o-F8pb!<gy ,йt!^8`r7>iK>B Hc!P{SZ|>{oq*HŪ9ľ! , I[>jBiwbt|Ð!P !#Y| <Y Q[K!`DSڳG^w|?\qy^FI59t丯6זF9K.]w\&]^m߷9sVPH|>fDrU?> nkm??U-9㶮6h 庴\>;HH9@qjYD}sjGD]urzd'i㭧>pxʬ_hau yl}E$3g< _; 7dy WP#Cn;JD<$2 K\0u2FF; NK(˄#Fq^Wi)$r+HDG>;zD;-HJsRo HdA^v o?2 E!0YU >9|}$Z(|cha~뫖)EHն A*i̧CVu…7$"m0Q==#'nm8*p-6]I횱+'7ܕ1 mc$q18bR[,}m}g}kH$nMtf}>bi~lBss*'!x8b)"c WT&I:.-]_'α˲L{!֋e([5YE5ۑq%=2YVZ1dbϗ_Dck[V{ xKGk F]6jn7AEBdf{jFzwP *3 Eij>P܎ -vA #@lyKˡHII)>h:#M"zc\g3AGL+;;ҹsE'["@渏78 I&:fWޏ7BUuHBF@t:8/:ZTv˼q ""w5xIJ02ɮw^jp *ǫ/׎CXWsrt$VU*+iMNy l 8QVﵑCc i7~W] 9=knq:TqyWF(q}D$2~b~;bFS~z^Q1@b?.DD;A;*zs#\kjsA &hl6;UljO@ZFLBfNϘR/wəX, dtf2h D":SɩP< sgWViAfH;e`/Idz5 ujzR^{I "n\v_W=~LXCHף$cq%ޱ $h?~ ~#-]Rrej4JDߐXHK߈6D+I`pTU GCRūpVgW{{s[F֖WJL>#Ũ`MƑ:5D>wuC 1?(T/Jr? &tY `knb3߃wOҘ E:| xνsOy='WUUv<ʪ 蕔{=ա=<"~_ ox>cF%ѻn,]c⅐{-ъ=oFҿ)᥯_- :B u_`l=cH.ZGF\8uRJE$0 BRSQ EQCqwυV SMLiX1Us9D8羧kSOML&"qYe^|QpA1K-OMPA0y'Y ejmVJ`F %IFvVYNZb&W'qC!H\z" J"x"r3uRrNl.W7~xkރ7FQ?SFh!& `38 K|j!Z' ªK% ,Z qt>t;@,+:zԩa Hd#Y$ʓ$mF& FYdhӫH3T^{>_Ui}yZ8$XT^ŎQ&R!D"=ݿ`P$'yMjeنIbǾPㅖ66Wu#'6I YjDn*AOh:'ǮSȯ/؋`D85U^WNI<<1^)֗ 9\Tizz$'t#d(250r!ļ6u ܉/?sJ|q\6`0P6s?d T{ϣ[qݐx4D &зz<X >> 8dDE%߿wƪ%GDLDxy$l4$Q"A쵵0x͚3ƱMK6g# |s| D|(4a] Olʲ/?߳7TaEjL;yk8D >;l()^ˎJWQKA.EyFLl.d@}ܲ=m2gV(8X5yZƌ`0o+Z╛~u_LB( PMmzF!,([g~?aro7<^ÐDoNQE k8 1M20$QR0 3MssmnwNܔ8fNxzu3=su 1צ53^!;*3BɄS N"߰J7ЙǦO(%#!R ʈ$k잹Z^"S.CN[0(@E%(QA~k[AVƈ65BTQw1BP 2 W;q&O݆&3j-6NԯRc-eJaPHE" EکP\uO80/J~Sq.2MW.uR~ eKA"0RJ\ǯO02F 5 h(MUy|dSZ<͸1S6["@I}3 ŏP\NNN f}]TUU9Gd8ӝhlobZP@v+-fCr9EvH^lُLX>xJJZF棙פ?Da2FG[njɖM֬;?YJ/@d,K?1*4)ps"7Sx6+zo<]=fE1FJkMxlɲj9:r+rqd^Q}j}4rknXO)4g* `~K\KMMM5:3>>jȡcs4*Y1H' *::"@Y/s{ո&car^dj{)y±r~*B "{'&{rKY3n 1MM-wT~աW{l1K~!?ڊ3KrS4I+Xx)E ?&B[0ynϺu&H޳5ߍȞ=q@iSTK}$HNHJtLXğ"WyHL5kZ>l$'-pK%/_/" حT]VbN`&^ ç 8ǣSL<<í?,^G}#NDh'{l6$6?-)..Ν~0SRBmޥ8! W*}wE|T|ĉ"6Nzc䒒T\U+@M"8=:pܹYx &Ť)8g{?zپKDW.@zEC6b8|OggO1F|̩^M|xI1V 6448.W+ L% `H^\{V|c^˔30Jota OĵZ-6FrbArsS9/3>::\vdbydiQ5:Q6˨=PS͍:{:EB6%U#5wZry(4Hħ'.noSC-%Ea Nl]A/V-o﫵r.2\l<ھ~k @7Ka34Uj;K;J Rh!KMsPd*&.w>0hَWV[mՋCifM078Z73p|E4K%c(*^UbϢC&ICwq;w2b1. Q9[wɿx2M6ԎI "&(켼;D z$xr=]aaT6)>*=P yV?l$VݨcOZ"'QDSR:o8<ܲz^͍6*"J UVB. 1R ҃teFvn8iu  [(O1tf!8ʀzy^A`T|qX̿BT D O>!mGş4G,5u?\*W RjH0c&Gxr!(:fyr妢Т>yJO<6Q$o`(]da3)gI%<&WڝC[8M".Z /UV<./qB]la2cc;vtd |sgxAJ<ɂ;tX.߈o4V@@]_-v[Z|{׈:郉~V*_oGyڇj8ڂa@tNt[]&'ss:jQdȜN9W6"Z](:vC]:sˬ 2+Qku) rlm>~\ 31?s߾u ?@>wFCA߄ebmRRH 0.# u]'gd2UL hcc`zp>#sHIV7Œ'm%<6f} Q&H:74ug (RpT &)ՂlYؙU ˖-R 5h RQlٲbm~*uHwEjŌ\~Ý|lNWY}6ߥ}8K"ij||| ';9w?BڝʌevBv}N\Fہ:7o.܋ ۝l(;`8f'ZԥZ VmvvsiP!#F0 52e𤥩}g8"U9BgJ&V7h>'kncC}vBH쳿}`Ъ`Ӝw"USƁa77g$|zN҄,*U lb1LKDx4>gA3q -){^~'^Lt̒F3g(vо} vXOP74taCI.-b$j~/xM6:T/Pjd ~30uX].AF7kX$A^[EIZ3c\aDo0>N5k`Owȱe\{>_vn_(+0)$70o&vCILeWW)Vwu"ypF]]M]3tA wuT5?WЇP%VՐjsT*\N٬_l.]t67 aŶL"/DŽ~& qbSXygd$niUP[^16}qdcIz$?fT":,'(.v/+_ZjUMMFhɓ.f';l;:ӡyG|WNy.ʵσ_RTKdXwwXmڸh0YlOsO$9UlCCsX=πl|C׭I .`YeE0]rB"Lk:qOz|^i ;n}ryۂ s1ȫmH(_Ltr.C"ޱjʩMϨ~7`ڨf>,3vTUZۻzhaxR LpGO~nG5 J"/^ _(.ӗtGBI.u1,8`lU4􆩯eI9Uk:vvk_쬜쯯qXEy5,+zX#ٕ[" gѢ dxoaqQgѢ~5)_ dmC`NF((őqa8juv]ֽё?W%MHWH%$HYcxt-޻IسͳM-?J Y7(u ֲ]/ZӘhS38<#j⨨&ZuoKUd04xOdjPL@ ǻ9>*3d2H 鱄p<Pi9< 'fOaD(BrI1`VO3|1f_مMw]ذ]؄9bZsta۶˲eŷx1cuxUysTЉ}f]~} }% j ^ޫ~$It :p _|8]v@ FTf(D S$`R$ee+&0" 4~+dܿaEEuUVM}BN֯Z|JK7 (Uf@XׯЌP駀_ZW(ڵk%庰OR3zv]0PB7XL>k3şDXG4 h8^g4$P /ʴ2)4LrhzF@Q¡(Dggg~ȅBFetru@~ /,򱌭| QCA,~ζP.ЯKZx8 ? AP(TT?A,f1r\t:M7Nc4%? l)KEiK&l{8B6Dfߟơ5PH$pVo#s8'gįl < l:tI8=BgvQ"r9V]yOB=tiφPFu:;CYp0E c$+STog&  /WJRt>t#SRTjIJ JX^j;E*fE$ih !&|_{k!GXo~?T%ժ!X GqPWTZ`ۇ^9 SUx@wF^]]4Ɠ{ _2f(Olm5;!c,ܝ|pp:C|I>Wjコ+F$D\,K~aǯ(8;`ț꠿@oQrۻ::::{'l8N$ \J4N$8DokG')L`)y5`L᪫+++3G}c 1ؽ̛~{kDa?{M-U: tpܿ7{E퓩~{6S-LO_GGF8lnx߀#u #c+C HVnX_׮XmQ]HpZ|ИCĖ♗YZFZqlV GIףYYjp[+Gϭif|kWW[Uq_.J X ޮޞֱ"87gI=s)rcΓQ G~e8ʦQނMdi*;wn,!"r9&+Kp|tG|O?G5FBRSlct^MYL٨M8rN:\éT4 ;`[:7TH:P3nb"!Pr ԰ju9ÌiTgg"(Ö˄"X..*۫q!$dfe(h0& CQLe&(ql1V1IF?1לA:%`i+M*;Vc7n蝆ٲdG5 쒠!3+G D*6pS+(N=oK;s7“F紇Cl V(I|H*Up`X!=3LiJZFc7oꩶ>H3H(p^ŒʇF52tA"owQY3-Nizo[&+_ LX=@ȓ4ݥ7u}|)ԔAoYe, |9J"R{خcbœ7}`ZYEynZF~V~jیd==ξIͮYQ%E餔%އ2e@xlЀfɱ `sXm&>O{r^s~Ԩ!sJr8""'G)nX$B!+Z \JGL!CHB 6lf K7F[6FHy8Ӫ mIͦs>hmg}W,=fr5EvKl])_&k8lp:m‘ S?֡xMQ.ZQ,*3u S}VbΗD4 >)_$SXؘJo׺jikQMGF\Y~QR$/CLC o"(rhx'@Q ~֧Wϵtg,0[.Mƨ7۱JƺqQhd3=켢G)5k7lb̼41n|pr{A6W7Z'G`$%y=r;]NKK+cQ-0yΣ\qt!7ecL 9PaVIRB'0<#XrSf=$Vy`&<'g+@'dgl-di6>-Ǐo݁*nSבsn<$j$8tjߥN{蘮w߽2KX~oMY Pg;~-`R)VT+T&іV3r`<.?o=v*z\~$HMW|<,^fp%HGf{ ѨU8Zթ[WOa3cw<זztC[ͦC1f&elL*spW7knE:>Wn(.ospFڵX =N؃wޮE%LIV=| ֔P3RBvx/5+++sYy4=$4'uH U#Ěb V¦&J$VgsIJRnO< .>#>ni"x=q'!cBh~D~xv •S2+j6>fPO_ Ǩ_~eyyy&)毪Aa> 1[uv|h"7w{7 eǃ2rpb@dr<${UIƑ#GlY9Ǥ)2Zt~`NUE&gi@xvl'y[㇎bqmdgQÙM>qqq8`51l8FS*ϩs}<>H&Y3N5Hk]US^ʒ~vSUW^|k/ˍ =1&;v䇍-G KP$TLX;/FJiZ0 #3\,-KqvۀXM7&VDPd'`~?ŰAa~~[f#WΧ!\ӌgΜe,)Ҁ bh0tE7NIɩp IC)9)_v;lHח/riWGKs8|O.}`Y2<L2tK3XihIgT.3H`fۍ88#M$`Q8Qzcj=%eoӅy8v~MBX?rҲyi Tf+kyHJ2Unً| |-U Ud2A/g61"+v}ov}=pt1PoV0aɂc`rxǏj) qb❋3$6 ~%ٙ2%ƄzɤNh |2`Y!D;PԬ@nGb>` iǷ_:B Q)K5/4͉ͽJ%&Rr S͉UQQk9W^[np eX[3|}N{<+qNDbժ~0]܂u ѝ;ɰLr---/tLfs %AuAm:sz Xu2 0H4.DYʋ/ߢS{[~-gUc]wS{dN[\5`jd,қ=';L7jp֖ 79ej:g܍.9`ݱ^2>=s˙_X{wW$xsrKW֮)_V\X$Cn s $*OG7c,=]]CFHh }Ͱl?ϦWZL-Rm`0>N_O)SZ{Qo;vȤd+2}G>Tڅc8|'^QUeee% x}WLF9"*9p 1xQX[β{uyp/EVEHQq܋d)dޛ#ŋKG~yTŴdˎ\b[rW-Q(Jl  \9 l+I8e}-nRÒ#ΝUVb=8w?z'vK'$P%79VRNYްɹYzv'$R<<ak֖HGĊazvt">83zNmPX"`[<~Oex!iɴk.[=r*ݚ?_~-ox͔D"QMM.A/ʉz_y3#P1:H4G&٣ȨF<+KkA~O5?cRfjܻд5pه{Ft?$%c.wn-F.mPf.(h4X,̛#LeYff744?(PFeESa 0\hvs㛝u{˜cE9(o$]F|ίىfחLkZ(Bvsl;a#fŝp4;0<$G̢.􉑩/9q'F&k?["7J^)H GDTbʟ/}*z_y>0O_Ol~I6<>>@WØ޷,Ѧ ^q m{b\&=J,|xPp=ĚV9<7_؁/|&Rخ, ^|lEH- "w=`n|jdxl+pdH˧=ڧP01.Ԫ Db!.ְï jjb׎O|\$n}+ iuOz}1/7gCG̙ G&̴B89>*Dd8ܬb>껲01&-\?C\7nSsS<_x趞|3f%i]76,t?S'.C\LUVqEz8{q*g'/HdݻCY :wmz7m$$x e,>QAe0kd"jٱ.HO;TrlʚBZ"6eg!UP;%>a " *Rw]҉GR'cOe(¢Qff(lz֗/}nfd ANQ#i4ٝ~Ԟd[vzn,?>%|tɆՏ#~,RsNۋcb[Ϟ=>EjeUVk>{ؠ$Xgˮ H@eπ$(/Ȗ@ӄPL>/'Z[d3kJQ>lu}1{GHNssh#T\jvӁ rrGƹ W6cC$g ٿHQF7Enn"7dR6rQlɖ2 agB硸w6ܜ i%YAIA׺VDz}ȥw{zO"mR @>7VDGSes$~W8"DVLzAW[~u[)NYuttPXY(DrBI:?G)H AIN<~CFQ⛎@8@45޳iUvukxqo%;`74Ga7>>?/z/^{ZSd(1Zm),\[J.^fvK߸YI j6<<lYQbŻ9rgk55$fN%pEp wߧ j7?K(X(GG̴ݐ uĄB?:Q 0 VSv<9b|Z6)fٗ_fg'Мe>H5 v5JCGTlV qK{¡P^qz=QpIP(NpP7yuɓXU6[>j9wNKi*4dM8 @7eVQr. \Q3ˌvQ@L[ nеR9LLEw uΓ|m}a- ۇ' e`ՋI*4/K/~tYH]F4JwN[U`LΪ߷xInv6orħMr + Y3:6IO‚ٴi"st[oE4ѐ) ޓsNX=k/#]!kL1> l 4kظ"T:6!ǯf^YvmMMuY61 93=S p\q__$LL'0xF)~/~gHp&[> 1i^J<*oQGw{vjdGdp\s#/[u &_ ZU^][><]'iS'v{wB5m'_lsǥP Sm!ʑD[}#9x<<++K}xj+U`ɴZr0?קקm t\~kootŎR3_$cO|E.60vm6ؑC$Sx'qF׼wutONM M\7JRXD#^j0Ow  j"D5JnYHv奮Q$PcICd ;?[x +f}9J<{}|\4.xW \î*BNEGn۶mg]gZJI8]e˖iIHv02yZ&GR 5*>FxŨ-븱H8 :rdQҳ,%"t>>jťBeݻ}LX&Zߘ𣁷R4EH2qlow X$˶jX۹>b^@Ž!`Gwb 'X rF(U]:LN:Dh ^dJe8U!(Hiذ<.co"& H =?ȆH]O^ɚ,ƤBZQqrԯ  qCكvQwlZ]tҪ7=ӥ͇] 571 NMH,epjmP*@yp-&7 H 8Kލ3/H@{H2S֭[=zX2ÀyD!;$M{veRH9r)@{55h&MsLƺb{I1eQxi{^vdmfɖb P숦z9FhXnMt+q/dP"г/R$FHIp"d{"~ex);:2;dQ?&˳rdʅ>`;RGlmm!$N"4BvwX3+N[D?cbG~сO?' (zu6QXj{9i a'#8׿6];_hٶcbILlPܾ0HͶ"+q]Pf/0y/|􋖫dǗ'=cBH~B.ZO %{?84Ё1\lprQb0u}ˑ^ UӃm.|t ˼wϼ"&)\9Ύ|2Ϗ R:hِ*b>єnOT3k.JNI l 3I2&A2^wh˥35 >_@^a{-<|"n^QR<;_Pd/]f/]sAxlp\|}X\ޮ)0oRxeD֪Upg[vŒ7HX5\̞IQUI䪱p $p`HLut\[ ,ӵ$!ǢŽ' :Nь8^I Us3O2#_l{*sf%SSPr(|$z.}m%Ip|QFȂ=U[Rfn \TLM;U?L gwȱH,yb&9h_Ǐ–]0?P$7Ą& )3W  9U ~r&piL.Zv{JRbPx,9ׯ<j;)uCc.׀s -..g٥O&ĄfGg'U &9nd4hT 8 (֤9 %9u1r-ׂ j*i;EaPɦB@3k!V/[&z'W8i=W{}$G4D9^+.\l_.hASؽda9Ll;s1?aPJ _~ K0('(R4gρCo-$o!-{K$xʑ˅Snػ3EӴQj7I|ܹ SPs&D6U$'GrHOGI |>ICk "TE*zgah.$TQ} ix @͙RWەr<*pCL`P72 *|<K{(K$R3Q+mA\9Hi R-uO>#ˉ8Jvk,(N"gh[-&bLbF ]` 86-z5b/RšSg@U8C3@OQJ}%Kqu JK #Ϗ6oVo4b1Ʃ@q…Qcn-[\/ C9drU 1z`'*M%v]*\N CCn*v;6T_sl/ {i=u ߱'PMfr1ߘ9ר=$^XHqC6dF6Gp[m)8ֲc(~q`߲e˓ N.+M|T"&(N^:DS¦Fq%8qLY J M~ ,`0<K#(hq*rbq/)~j}ƥg/Z6<)vg{ 7oP9zX,$y$;=A}F0p钬 J IL^&+@2fkŎ;Q:Ā׿_nzC^ioWrs o.ʲMz 5ZqOXL!R84'5͒fj(ظq 34T{&ӛo%PMN8^e8YCO'̲HN/Xeh+ֲz .Ao%4br&e"4$/p!ѸŁ;BI߻kThcbIj?c*cxj>I6/tܘ9PkhY][;/ƅ z}^ 58e~3̌Y3 R?QEe27#Ty:w/*2{$7oa 1Qg(W1zR:UboLVK䦘+!zgfpĻj΍ͱÛ7oPdùK50.&$@P0>5444V 2@*" c@Zɭ!Q])°kIOL)']5Nw,>}CڥJF2zÆ va+t;%IhOdC1'O!= GO872COxBnٴIWO_[*88y]"9ߠa|ZwAiC+WLzEAg[/P$z.HRܜS| C^M<%|62GXŋq`[nwC-@hFRPgl.Xd| - RVmTFrQG LJ`v|kP rrsC!BoP#+bLk֬ьX0rEs {d$'b_ Ğ$(6IxaLKPLFm(E,)9J9p&='M_5ǎ@"$pkMM.5qʉc4J`N\r*K5f!'JBn+/+rXxDϳlTA Hgy9c(`OaBTZSDӓiSA (q^pXb&.THpas(&t]&tR,1$gDQYY ܐyb&8!>ښ |e8 'Ie# |-Dի(箢'!~VVN8tT01]9p -ߍf*"pE !T t04'XM'duMro^Fjuf+Bi%r~.4}dx1ʼndfI ?INHRy(_K9y F]§;\ato'zMs9ڎK( $EO\f03)0?Hĩ^\q{M1# /;|KTɶհ + DDi˅y4. EE<Qbs7ԸuƁNޑ$񫎵hI~sjĩw$犦]}&u-\HDO~meM^U뇆ohoӢu |Y^O ܍L h>7ZOvSffu},&޶ BG`hFN\uHkLн,)%iLfU##cv %Д ?VRɄC/\Dr&V_XQxɷwіHl٥7Hb mW~͠?z`ֻ JPy%e:Ez-|>̙LEDzEAHg)uu˗9G\ ^:M7E*DaEܸ\.[~^am}>sl~T^FVMu^6=?t*q%m#]^j-Kl+qVg1d@/,B_K{}k__#_ү_}}@)^J)8;mٲ/}f$yoDw̙33g̙3S|ihPNtX~OjZ;NՃ9I sxæviqQ!#Lt< ';Axf#=;W6:_ڢ޲4f[ r٫Ęx--M Kx3%n'3V?Oϼ VNɌg+"@yչSURrK1ۇp-I%i9ے|1 AEX]R\TdȐkǤY~' {۶mlgG#4+Z>US =nG=eJ٤([c>at٘Eq`fX20ق"{W2zؖf5 EM1JQ\_ Q/㪋 $| t*yVosa-"!,Y:[:_8ychrCQ_ d H Vs\["gfe1AH]PrʶI鲚tJg濽iʣkYsDl =#Fa{K{yCCb+lu \6\oaxXzVeرOrr٥T2;fy ]kW<V}`~|~ǎ(wR3<-orLy 0ϑSԊ =L'^{0Uٛ|  @YuzEpb裏(‚py)J*ShbDptE- 8F%_UgPihEy;E~dbZ4rgOޚǣExOo 4Y4ӅB84ͬ>k/?{j rP 4j#@Mj4(< Jɛz36od fK!e\J+⋲D-K5ku7}>*`:>4l&Gm[Q[{(p!%!߲#հ!s 6Xkf 6|pcq&kW]v(^kailɅaqX,@H[SjH9)*)Hfx)tEl^幧RVHdMt)+>=I}Z0`:f3DTq?T9dB1,5s خ۸7z{[]?GkFsf5FIA$sj3?6N2lRT?J)K@?%!6Cb2>cMCf(71 fg4Yz~hُqC@^I'|GBvoQDlf0|>,PV-u ñ2+{r,=8Rn0EiA);ΐi60&'EK04c"Z EKUݗr)bgۢf;E^;emc6?ggj#DymZT{Ӷ-;# rQZiz'FvtЂ8'9&g&}/>ScG[%{u{HtU{lx>cwwI\sK$)t:"-Z!9*oznUw.V(ū޽{+Hv[;VFŴ|3k u/K?eyۛPkURq;w؛[o޼yܙO>yll<DǏ7#6b]wwOǍwD4bZ<8C[X)ygq~~kcA;ombSϭ~v/j1 ( J8[/}C3߼1}\\)AC/6m]^.Ȉْ$tҜIk(jͅF!~K,$'|=wX pHp d"L)1t bKY}c)2sjzʪj8!2e2 _gw}~u/sseCNm5^3c=# 7n\\kζoh;᝜$ 1CF$ʪuVTUwEA*#C.DH6Ë8%,%u,q46?'jԟ/` X%p.h\,7WxVUזP]b[{{uzkub^fw\kV*.\ȳ>gl6ۭWP%r4<5 qB"0{+l8f|;8#]7'ag[k=zҥK7@ erjH8D7oY:<-wJd<ȘdEQނB}z907b 6 ^oR]_d'bz?eKUs %kX%H+YB*o`udufV HXQ_ȓR$pki>sO{S"P hn"J?ЁEZ$Yh~@qu4: Ōp d9E!Q(6 w#^UI՘?̒hL3u(8J<1Q?i{ޏ ^~w1Ӈ&5M1(hCVVN/ بsoק-f#^YisD3K3eeB1jB8Pޱ3e&J{nRc{g(wM^\.gĜ}}}/;;G˦p ^~^o]?p."/;!)Fs`h> sJ|=+d b9-OZrC|Ms!hjCةI%߇WVLg-Z˟*ʲre4Eʲ/kz6p,V^"8{U@ӶK8T//꜆N7 A`wlrvl4CUzeJXDHpEk߷o_MZjמ={}镰{M[̽$Ç_0ry<p :fDW8b rِVM\qfHnuvtt3zL8zrP%D@XO,g$!A\0dQfVaf`\jHr|fվOQ;wroOkrfMdDd|VWW@p? ZLv+Z yY ؔ`, 1}݈.7EIC 4$; ^BL>QQ0A\t6o6$\l`x(}ּ+ܟv tVCv-۵KK]c0}bE ˯q"\LfݥUd RkllC.緂b ~@dX'U?ݮA'=A,`'yT8R~),9u2jm4"CD o"{ry-\~L|˟r-҂ ڀU3&*N\'M}2*I/B>HsxX<."8)Ph& ]0#"^W@9IV+^B-prD@ %:~(#jTF<~MkEb൯tkѣunRZL]Mxη ENZJ~L===CpUwq5J_lUE?=_OO:uС/U>KNU>5'T ~6PKY%J*G.גghht=iRPO%/2V2[֬_8=X6ZR:] o)7 ̐H$ؖ5r 1F"ƊhIO լ(P5 Ï8j  R1n{cc8+B85kt>"bKK-Dv@GȈD//w;7n2u%~FDG<19D350-8, =}zU}zu<'> )ғ (z}8׬77b|~ݣ> E=.R.KH.@idQ/+b%9š+IS I]/C9B,,d3u %Q&@}ǜtV+_x e`>@=zwa'=J`4ҒZvZk஍X|O JB"Care~.es 2Jr`.SE/)Eۚ= F㙙`433m]>YHȊ*C+d.M [],W?w@EE`b76AOPQ|٧ eGsC9}ErtCYl[=oP:@陝R-iuŊ^afgܳ'hS3a&*c֐Js164E,nA IxZ8qѝik%3}g7`Ŀ ^AE9]nbx\E=WjkAۿ ~[(%50jk .ëv ǹPu *E||B#zRϧ]\[# AΘΌ_%iҺ*S3 *PKű{wr[/%I<;`2,q{ph m[6-GbGrYˊKoJ a2b$x|?矟95r͚yREItd*/Yy㗺/qȈVQ Lc+# +@;4q%4tFxqpK6XqƵ5$ 4M;LAEf#<4U1X7h J$/p>bRư,aA7X,J&RlԾŗ++F!DKA-QC]`J_TgeBOy(0-uUU0Ւ9J$-g}v9(ܤ$^3x&imAfQ"&G%S(`L\Ծ%7&999l{ *t9aPBjieZ6M@߭~KdDh> iHE^$xd|68j Þ搀ڕ1x4+5 GGEEF |M3s :4f8Mڵ "x}0QjM͖4"R^xa= d')-b-AL*U|uV5Q\iLNN,,,̖p[Z8!g\Ic8n;.j>wO66ҬKO-[Ǖʓ'k>:!*+ط/17`v; :HrY!gdeef g䯰m w]'M:$妘˗e&z|BH ̬&Yj$ p$R]]%%3&+#9 )Sc>5jMN w!:Y1է;#`WtDi ӄڄbat,ʕYjqX 24YYB fE ?ƓCڢ4cG~fcx=3@ xx)'l$l-^^Ζ)-,* э5LAhv]]cKKwզ~u2t9"16jf_a^'cn^INw7$X.c߀ 7m5j74QWfqy MBJ&4֞=5xЀMx%%$џ#rP4g1)G ,Siɚ/j ?J|Sٌ߿ 8;c #h):uhF"1+BX9cQtS5d@Szjɠ_qFF:)*|5cP|BgD*ƃ _ޤ^Y@Xrssi 9b@ :0;=3EH ^ yhnkq: ]hiLm>a#|^z^ BeE&bN'%c\gΔIKK~xq2O0ݗl"7?60ӱtP`==*,\ a S1ӵqmMM|ɶN*x(XGy*mL9_et+ӵ2X55Vre~ibdźo9"s.Bp<5*o}j8<gS}]!J'&r3mr?[823o*%ɿ!w<%D%i prTZjmBv+,S` ryi&2`66dK:t< ,8w?Yf_$aX=6bW ^_ b%|%5(tM5nepp8P =w)f1`{V@\$ϞOe?鸏%LwYsWP-D"eKF>@\84'7q gvY=PDJx t}˹Z~'ug4f+- 1 rt$HD Hd#a :u# B"r|N 9k0 A > g[lÆ bOy"CQTV,B]͎;jD1sضjez"]*KNʥ)'W\w9| #2Xhl6[PPR< g|#A0bPqL9: DMqD&ܶd藘/ӑPHpC! z{ f'Jd_E"BSkMNSgffxIr\/_?W^BpX{ݕ)D"7,&EoUq˗-}q)( Q P=XE@*;<8Sф@8Xg$ 8dD?Ef{ ~}&DBP7_U|TBz~W],cL3ߎ;=0>x4GbӯSg0fam]WL;#l'NpӤNMk4i8C!0BBݵ9BLY{^{=9gm׿u8F6#fMsQ/:2|#7o]XaX7T'|2h⽋^ c9{SrRn9cʒ0~KO&9%u7bQ}ݱם<Gݱ/K뫋D)9P}:w"TX!(hgK:Mqu_|xyDúӺ?Z@+ZEQ/]:]Tķ }T`Z)PCH<@sDzg2n3f= ]]g`Yܼ3]`o^d߿D1 FdxVq 98"fGЌh ){"ɡ#6ݿ%#PMC mZE?ܲ-dн=+uo 5^ر\Ɇ~hO>7/'G_'[y P"S;kkLIEr&*E%X|JB4f@NANۗ zyV&e4~S+4Hf 0}5):.=@:̈́/:HX\' Di<%@:so%y m{ЦaY!-mXJ;`xI WC&m!`_B[{&'sٛ\zz4rX/@鏴 a]S)an?&<# -)]q`:H[Slrk+LX=SK+8A:u9BD_AB ѤX%L!wqw.1z64^gs^󜕦9qkçu"))34Y^iA扤:6O a6c<KsikTHe:=3ŧTxIxAγݞv^<ǒEBC3)#ig,]%#4 ƞr1Xh+ .F@ ÐʒaH+6kz*߂{VV =n jo "EJPFH'.A_r}'b;!Xc47Е@hDInc,P]]6PgϒiBu5S]u~WvR;_IgBv縒F" }a ':]_Uz};R(Ոf1I S'##D(t1Tp8 GV yz\amCS)1㷧_@j N)*ֆJB=аU ޝ"[x!󫯒swN4(Po>S+6#Wx+ha1glA`~e'} (#!eaH؂25el`AO#[:ٰvB`_ٙK2=<}Gn8$۷EСnnkq!([ŸJ&r#n.?uW?4PjzgP\<}hBoo#mރw? ׫;C hwG3N`w֢w7 MMЉ- d".[I[oR>@.-H:]2lBQl#qہ7Pڗr$#q&ˆ G`*7i# jfH # ;MA z$!BԤ)Aal"ؒ3Z]|wQ1g~ ץ/ 9YÕkOH ]R ҔZŕ@%L~;BU7w;h5;O\ س,O:hh ;"JI^4ds$qsrwRJKycf ZH^B~g~,$w-gZdY$>Zƒn 9c I0C" m . ]d1j΀ȸ&N˞$#QX擲IV`+5dIYgw@FdBj2([=&:D!$FgiH05O1w`.OB~^w쵂uAO3 ,;t_'G,t$ט,S^G)x3|FK}r.J"u) bHΤ5#ANeU;#xZA%mvײQ]W(Wʤ7;ٗy6$D+$BI^"wD2C%O @C]'wLGuR655~D.LS0eF؈tN;$)^o=R'=)z֜E^@QAզ/-yĥ$"?mKK+]h򁔞I)h[AR$*#HmhWxнM -k :e\(GtԭDѽ"E4pyazrXE OMJ6<+q(eyh<>M8 }Aje@/s /qZ Pt-R! شijC,[|>g5kݟכ+7W\o7W\o\qvw[׼a ~N煩 1|YV[PP`11$'XЊR.OX^UVVȍ<]}U$/:EJK_xiX }[LIK#jTU_U<D'CG-,YJ 3juņ5T\}1>sP\'Rjyw\ZVɸl$ E-=ּc>u$*gWAl kV:@͏ 'V:>ŨfCzxx?V|lXȐJ0Ȼ=f>//nLXq^kCZ8HH>Orܴ><$M&i.5-onn.\p|$Q̢1Mρb8UU@E5>>1TJ;uqڵ%2o@pUu|J|/ äz!a|TWiVEQf_WxCRTqYFdʅM _U(<oooPUUUjkGG%%eLO $jy BS kmVYTpiGMtCW\xOVM!|axep`xv8 j|X0;11q-jTV={Wq7=@+0۬TTTxtnnj<FɋPY6 n|,vTiR %{@b0Z;9aQd4$)Vk G$crN{\tUʘ19ۢzݪa,UcSwoLK}'/`LרF'1ѸѯZyyfWyT jYEJ+ŊzWca(*P5yWM33fSaarfflNhl33VQz3zF\;;)rZTs88ݮ7(MP9AHqoЭdv]/|%mVW9 f !rOမ+ ̤`ע;ϖywu^lAliFaV[J;vv կ~SGߠ}= "x0t`8<,fbN]=a(mhN{eB0:f/k1|S^>^|@kbW7_n [͛7-..;v4Y_.fM7ŷ8G0v(޸qU]]]uq['<^ 'WU_~x\w|>#_{4(w;Ǩ尋Q_A'ਉ^ԗ$&F8khjjs~dV{~_:#MlzT5 |͈eݑރvۜFSQ(Y??<x͟0ܷZAzNz/ƨpիν'6Mzɓ'􇆆> N*||JJJXD`N.\m}hn6dZ zd۷m۶%w?g|x{mYCȩcKU14ZMA_b NK *#ïRG"5Lmt`s:%* "Ev yZnڴn:vVZUQ̽~1r?Xfջ´blj5 y`Ja Fe˖z9 M5(kR8(P8s̔d 9ܺf;9#%˹U[L~C~4*dϏABB Z,J-ՒX̛Z 哝'. |߳ahsm4 #@BXٕT/c;)`+φ}Z OvC(B+ .20_=|Ͳux.a M>{L"{a4dʆmauv| Tg*r:|dVtjjʝq:8y ;w ێ/ڹS- 7ʣ!6 ՖrtoyJhn?zW|m+{(|>ǻ?zh#)% Ef: T\bӢ1q14];Vyom!IQ$ɩ/-y}?7/A5Z ]6ڵk ,z6͌ G:[iy(0j %+$p0 JENeBI+f2X%\RRŭ}*yYܧJDkãZ߿+P>fS3E Ͱ> O?}'OLxeffYeЌ{!h6봂1i@WÕ7l*,k6;_ Dst:EMooU W㗗VW_J=ş):7Qwܹ;9ȪUgyfϹf8i ߙ5N9++v F옉qʰv贎lzk^)gzbwy'>Ą5@?1'zx <"P/>F86YЍ ^5HTDG$?bT*.cg3)fy"cħ`8}#u<`H=okh.l/(2睢W_ڇz9=-,Z>Sõ"s[oDo ۂj(04۰12rSF@MM=SÓyQ?5Cy:uQSCFGc1o!0`}5L7? Զm"rEGccQ.8(8>7AC浸Fu߷n6m )VdI+d12e }aig}>e6 #eccIT,~#YY;SƦ@vt1P?Mtfsr=,9"s)Sc74@\g쿵bEyy9>VŜʘ5V$FT*ghS: w}JuGbQP5z|wBԑ=RZ󫈨;~V44D;x7btJG':AI=+1Z^>gcnS{<٤kف͙NIx~b&$,l:Xkh4tqq͞[R"J}S#\,nO( ftA1@OOD:6=-`v۳hW6" `frE[ )꬧4@\LªLA N+o ܔML bS67d47#,ݛ}:~i>.p!.VSbt30A `+J?A#(Ja FtbYnA L ضE1-Ɉfj\<Td1$ bೀB L%:E{Ovh<~@5ɷd >s`0۩/>ȼ-,rf,nfF: kd^#gЌPL v*,ףq]`fKDpw1E.B"AKAaT8(dl~CJGt-( La2:"zk#0ka![\xYkduEP8 #0t(I.)Z~ /g.^,‘C@VTT$ $6:ak{zyoG~{h+r+G_~Wzuj^?΄H5Hj |NꚤjZ@B0cHS:^ard(]!*v+ڋ)12*fU̳I""}̓CHLba ۃA޽&5ouѢJXDsȩhUd'Y9 ZU]$RЈ-*㶵jϟH"uZv9,@KfwT$If(阃xS G: 9r#Mp:FxgaWz4 /c&$"EK+1&ZkQ* Mb\Ƚ.VƍT [Ô[Z's)+;|NyFo1k{Y>^]2uLJ;Nm2Q-EѕI"Mty"t 0E5KW۶m _ !kj׾mddn¬\+KgfILKK[6>VZ(_noIqbUiAM.o9t%3E ˬAf}kg5y˚d?ɱNMpjZ.VGO"*ӳE_T8|pK!md(JJ6'xn^!dW'*Jp`59P52nJN*>N(OL\Qz-I63::n~…zb-Wj?nw\>{~ "KbiV8gz/z%,D"55:^a'V\Sq6~<ރhh'?JCOqN|tм"jllp2lR:6kfwNܻ͓{=U Sa7Y> eynByrY} HL>ٖ\گ$=#R5f9B6Px]yrfUsβr@ Y<ކ>&l ¹!S&yDGߵTEMa+7'΋ΝcP&G'4 {w\lD#kk| ~gm.ϟS{KbΛ~RiqIQJH`~,b8,x_F6Potק壚t޵K}j;9#c@CIw`W{l鼙˳d/Z,{u5MMMWM>g ;gQԹġ,zLa\h0Xu,Ί(zJ.Ih5N;:)B")Q2$..b9LZqgfuZ/+M"Ν'כ|CQ>1麷q;?qDoʘ-UYm9k 3qfB9OI#tG: )lN4m?{VQ_$6 j2J DCag3v=>Xt{n z#>& վ} +s{妤LL\Ig,8Lm,NۡKk蜞nQ׌USS`$㨿tc%H7e(&s_3g*+/t݀k`* UkݛJYp /oxUcARzs\M7|Z@ 1dgN޼d2 6|bU"̅ zF>T6 ce6ЦKYN)C{)H?fa\󜤊zz5蒋=΋.fTXwkrUѴmjOsoY$iTs/ɟj 6U;|ͱK3.4vGͱ1{n6aL[v킋h+2 Ό-P&/_M%%%P`ڷzجmY8o9;mvպ|3G&gms,a"dx+UVd+-[\\1g2&Pt*ږ5|l۷o8 H'uN Aahoorܩc{oo?;{_c2exb4&3cSCFeek6qQPSaåKkO8qҥKM]xerݙ3gg 6qp}$1N$Ԩ,\"K7W_LfRN:ΖH>ï'1C!,Xw/&m*5orϦ 8jpV盿*Þ0/p.9k _>_LGEInqG4,yň]CC77 #}mMMu--:t:1=kgŶ>3MHߔpMMTŠgL'?kg9%v%ַ=LRӠx97%3gꍂ~ap˗ov6tp@s8hc ._nhW3jƁA?G(T@~ WslydO~i RݵzRod!x>8vjuJzσ+G>6>|:,Ÿ|qpN.+uR8„DR.2LL$ {Z%pm “м ǟ~ =TEE ~ *I'-.akɡў>`{~JYz/LNYg{_Odu555eVWW~J]B%k|XlDwu%6736=c7'FZ[:֘&ǚ;'p"35QD UVo)ݰaUh*&C[[;w1RU7ҭtte+ʖ¬e<;Ww=kKVLOSJ|EJ_~AԲ=}iD ll+㒚 iYfhƶ@Y܍=Vs9r-a)kV$ى oR `dlc C- ]ɭ>H*%amU|_WAm;Y-[$L "AQ<z91 a;uk}K#髧bYGM ]g\ %^v?N`NH͘tK#\ ℙ?6t-@?{ȵ'T"]Rty?52еHn{&}\ V j\ )3-/Ἑ3Wm$EBH!qei_pN$.my_2¶BwiFx< lȹbwei Ѝ{H NfSB&s{G9,ݔCٴМkm+]53G?b%#@.ߔpqtdX=ԓqO;j"lʹ띖 h[4ڋvEϧ-܄WQI[#E 5Vn3MXY("WüHFjpY1?^+kf].lnjE.ֹ83͜ Nf2gvb_XV3tIi 7ң\ 7ƒM|ָvoraXŇiyǶ9uvtw7Qq*],avV#lnVCͫdUfzt·˿wHZ9vYq㰜~dSI=5s8CL+^ yTبFZ@|`Y5 Žxqyl/$n.iTto@;$+3ܧ+iIcF VNvR7b膁m|2`0r걏>%lԍ6B &:?2b9uӥܿ (6|]tb>KG{i.ӂAiVrhл6tC0~8#]f.#\;*GW?Z? x F]F].rWN?CYGt}D7?>JK+],g,)JtPVIJUe{\Qm/*-ЕC/7D2.P(zľ`#؏`rޟK4k{7F{7N˄gp\zW[8/A_q}?!58#yF^v6xOǝҺlJF,zdӼ{4oiZBz]C}EF.kX}O`c9녞?b^^EC?B~B:D/E7~:cgD)NXc{Bhm^{1رG^ 0sW3c_Oiˏp04v%>|[>D?e/CX[/rKЏ>Gס#vig"зea}BkXDž|b^]R~ڐ|\D^ DL56iڢ[&nؕ ߆z+a!z5Lįctilc_Eۏ17~)a~8Ferߋ-Z{|ru}rױ'g#ow!X14rl3 #_ oeEۙLi|f[CNأHi/rlQpƻX-gw_Y[G^r$68Ϻ_ }mdt,?;#/ؖ YN\?xvdwGbw gx+{itwp|m47^yAƷwb絹01sL@wzt= GttmyGj_ς)2D}N9ܸev* F [KKRjvf&pN-_W<$2wI*\mv9.7== S3ԳÓq1R & mǎi3._C]+e0zJKzV[)))˗Ξ=a,eM6HOɓ'?m(Z:=000z3';'''ɤVbXOe1qyOPH$&&6222gS*b2<~2@O8@ R,L!rM2a桡9NRd,`fpp\,x)b1k<'lpI-n2jkkg2܌TLVu֌ή.ELzT"IrY+j9O[!Hu_5Y,EM,sufOj&¨pf5HXh2h4HS$C 6mҲ <Wە*hv /u*U}Af\boR_yЁJI4+j:o%.@H9 l#9<$N26ӿ<ɲ8M::$NZԩI`02@EHBj8I&,zz]}KdN]QoV ^ԼlyN<; m]D n[`xT g#Iח}-b֭MiB^fsFWW4h~++Ķ7lh%>_yMC 3`j"ƈ{ly?H׆j l-Rr687v9 LhB9Bfǐs\|>u>OqC^lh hHKimuR/Aq1f pLMo'4\x i(vhqYAB 0P E|?iZ"+t%U(08mƣL8M.%qT%eSŢ%`.ZyTGaf~-V$GG"VKK\07e>rc *N- n3׻P(_Di}VE7]R7t$Nh[+Z КzJGKw6Κq1 2Jbg-u'@㎚o^M{g)voEX׸;*%E}^-ZSPǏިpƁNۂ(y%Amk8AV)KCD2薴=gg  ͦJkܓz]<b9J*ܺ~TQ}Kyت &Dg,˜`&,8d+pHkWA n< ~ h 34yw.5 *\[NЌL>RJWBC&\ݻqœ꺒AZs c N3>eR>it QA|uMxlQΝK9)iЬaA7 .}Af<%ycY;Ckz5LHݠEX%/g^e!jlA,US5Տ+zV-U:AE\ %-yy&c|)Qam O C7Rx!h.کԱ:{"I9x β1֭[F] ڍk70cwH^ $RXmf|`<(f^1sQNΉYR4x<}2~Ɂ2STOM3+cGvQq(T,Gΰя )1c/:`U (6mּ#oB$Gb0}Kob_/]E]?s+_Kx |\g,÷hy~+>=8>}RZ#j\>N!$+7?ïVdHKa8I0*H$([$ !P endstream endobj 256 0 obj <> stream Microsoft® Word 2021 Microsoft® Word 20212025-01-17T12:48:30+01:002025-01-17T12:48:30+01:00 uuid:DFD06BA2-AD05-41C5-8D36-3BF045DBCA3Cuuid:DFD06BA2-AD05-41C5-8D36-3BF045DBCA3C endstream endobj 257 0 obj <> endobj 258 0 obj <] /Filter/FlateDecode/Length 799>> stream x%{LqN!m\7Gr3˝-̥E.I e(L 5flr\̘&q^s~ͭh4vss^\G7cDxF&Mw{Q܅*z%Jl`aW/ {ÒB#uLD/!D-Oa!Zֲ+J/vbԥ@qڎ"u/ CX*"YE æB=KI9jt 2NAf:ԥ,up[?C[!toNح)?ѐ"CZk8℣QShwڇ%O *]0 'P bVjOqΩS*+׳WEUvQE\*p\ CAPTݻ F{[bQh4ȠM^LX C8Pp3#@T"rnF3>@0̄ά3N0-Xˁ57 #] >> startxref 593085 %%EOF xref 0 0 trailer <] /Prev 593085/XRefStm 592082>> startxref 598426 %%EOFlcms2-2.17/doc/LittleCMS2.17 tutorial.pdf0000644000175000017500000216204114752176133016710 0ustar martimarti%PDF-1.7 % 1 0 obj <> endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/XObject<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 5 0 R/Group<>/Tabs/S>> endobj 4 0 obj <>/F 4/A<>>> endobj 5 0 obj <> stream xWMO@[أ~VU$ RU ))CI]il zfw{3)dPL2K -&yi}˳ËGlv1ֽeOma>V2H #T &zCձ={2( rL/ 10i BboT$F5AmH.m&^tվcn< Tt]1sUZrԌMMbFfl 20=Ku 6$jҬQюj8ܳlemD{;0tj#  X=WہӫwiQXKj>t> endobj 7 0 obj <> endobj 8 0 obj <> endobj 9 0 obj <> endobj 10 0 obj <> endobj 11 0 obj <> endobj 12 0 obj <> stream xy\U?s?w," **.Yh8fk|p\!rIr+ w%w47_~1收U;]waX>G~Y!5^ХK<::UVAqVw>w#G^C^^ѣG_}6m(=X^hfhpByyyh4++e˖Jv cEEE|gyFIT׫W,RRR2l0𧈈{JLJCj]x;,<0ғƫϟ7*В0&&F@c陙)Zeee)=Khth\ɤ\h4 =3FiӦtMUHNNVz~_ՕGJȑ#]pŋ:-Z'Y̘1C IoڴI 57d4#WZݽ{wgΜְ0/~!Yƍ򊧧g^oݺhVh}-??޼y6aݱc{nZn~iHHHe&Ms=u7cX>,1ಳU*UeڵwNn޼iZN<<<'1hѢj:ȑ#Bq FsN)VXX8mڴơ7ODWՂ@Jd)w…Gyf}.e _pKR>޿on[ju5"߿rh2\Rh4~">}/МqWZZRJ_nڴID?# G_p3v~pÆ W^yEDeeeywܽ{SWC%n׮]+jĉ.77ۇ~8//OD +]x=u֭P\ѣn۵kwut j=}$gy^p9R3gtwvZ1T\\OէfꫯHGsJ#11>M&)qwE| y{{_tIDe0>qWPPnD;v`juVV^x_pKO<呏?n2j܆ D]|-yxx={Vh ]~UVvHnբ?t.҄-kMRedd'NsoEppp~~$7o^1 l2w͛ [5/4=Z9jn߾k/++Dwm߾}ͮhj*WPPm@.믅kvh֭['.~cA JHHF}Mjt:qUp8cƌQ [Hr~~~HHH~hڵKtO:eRD;v<={vNF={D5gȈfŋӧ CNV맟~*:hy7Nh 0jGpTFFFG{Rt .ʣ{V-)f.11QPGFFV޶m۟YJ_ Dj}H̬|ғFm߾}܍7zQ˓7Ξ=ۮ];gݣ>*o>|I&JO ̘1Cƀ۱chTzNݻWt+//_`ZVzBWTT4zhg'J$=n߾ݷo_g'VtR~9sCJ!`- (!ꑶg$&hdgM6j?Qz?s 4h 7hvW> [}Ӯλgi[?lT=z*绾j F,شjңz`m;=YZnhy<>c)$M/^(1׬Y땞 4_ZNy=n6yJP$9KlvGQ+ɓx^&lo 5_au찳G[p W499apKm{zz󢣭fXh#zT4~"?NdL2Sn3B#o3G?>~. dڰatrrr㕞 9Fg}厙2[*?Ed\1) !!_jlv\uYƩTdDu[vbe`$նmۯZz={6<<\ـD ]zIV` )tx"2Lת)dQ8lLwgge>lvv۷o;<halTFR\E*2G+$HӮ1er5gԑ}3LK-om_jF-^X>sVBieV c9NqGJἫ71$aS\p'4x[V9"=*̟?_ ;h5|o\E Y݃Oxqy^3WOGt/ɸO]pHpukРAnݒ+;w,_<88X陁2^/:Iۚs3d3.yqq!^2)a~kj-m}bpFqʕ2\> ..N]t͹"")*8t/5# ?6>#ZbnO_Kɸ\rǗȼ-NSɸ]|RNm8hm[?PVM쪇I6&O[8ljqݻHh8q"11d2)=ch !n5^mxX2v*F \Pʮwyv* sg)G\pyN`e\soU ^gL?R+)XhLOO/..vvUokJ$34靲v٣Mmïˤq~(1mOdܤ~:ʹF!mdv'&Q jzԨQ4n\nUl޼sJ_ hX<.lZiKh,>GWm--hEfIHUϐgʈ5S&>&먖TsEoWX=LѣDZcǔJ:%󼌖o-'nb?'sx\˳w\"8RHgŕV;"KE;&.6Q Sii%%%۷W@DlY NjuJ9.Sd''b kb!Q>R[⵶nJgZu{Q@|*>gu-mgxK,LС7%9s\6g8B>)B˒q~*I@5999J(}U^p%չ`smǕq}Hd.g528$n-YEdɸ-q/!@f)))J'_R]$4P_\YQzuq>'a ){j?|Dʸ6iz/.d@mik6 Z$d Rn%n $AJ;_EV_ʕq}9UJ5 ȮwCh:ugϞ%%%r˗'8o{En5m08Z&c49#o"#!{ $enZޭ T*;?233V+=077W1cW{98jYʍ # Yĭ +~,WƩTB۷}"t6$ѝ;wFQ~+Kn M: EܖE*y/R;+v}V@MR绷,[`i٬Y8ȑ#m-{O[pRųp"ߝYt3J%9KAYg'Ť%$2f{sUъ׿ I1Ν+ݻK/i4 HMMp999M6Ud4{~{ƙ{s4AI<9KK6$7g Y3ϦwgmfGxdSOO>G'=^{5voe *Ϣ]CPQɫ\ħ8'cJg)O—WR{ĉjߒɓ|lJ06]3w4ȋ3o {`m#۪2Lg=ͩ8⪌kUѰ͔-2Q́\jutttJJJZZڴi |ZbDZQd*!ϥe-y{U2t.θJf=yf_ _Ϸl=c}t AzMe0wd5͓ GK+2{lm *~Ia rN,S**TLY͛mbz٩F ]r%㢶j KGp%W"A4}.K쿜AK񌫊!*vTf?qvWLc&=h)w\d b 䚍p<%WW$} WX g&g\J&GqҜFҩWaȠn_s0^ F@ԉ=:,5#zE3#g)hrqg\OtMƧ+=R1L+1y"KƑ)7Lsq@Yqr 4f[wUV+h)w*9KC8O=HûPu`\G#ce\2 (jri%ۃ3KJ~1{=JN2fΓ_%rgGTQ{YTz3ӹѺe8j Iqx;#^DŽ:l"S~s>}g5ϨͦGlIѲfAܯ<"8!wזlbG'2f۩EO ?KxoZq\N #ycNmUy  oQIBJd͸Z3y^ıÞ5#k F&NL-'l̸?&HغK]54 ߉GSg+yr^h%cƵV|'JYB#ѣCjKUx\egQR :?|^Z_sYʳ+3MFɸ$О8[k;O6Jsڗcb'9h0b Zϵ6 M:;)lկķCgd s,{ѓx?D;c[cai:6vq?te^iѵZglHFy_u9쌌'ϳg(2JD3fC T;0˜S9@ ᱡpsUa٠o76~i>f}۴#7 6䭓j爝q:c)ΐ>dqOwq`PihqcygKL$4]EySb|^tj ]뜔qT"[]}&Pg7=SL [ml4o(bj86;Ve-NSqZק,4*2wd-Yx8ȭy*qTYÑdev_*^nI|ch%ti[ON#eqK#s"oU4Fת1(vs--EAKfˢp!oU:3֫|滷8^-F4GnغKO.bMSFdq#3*FwvSn]:q^o cm3EeȘnC_۰qf}ƶ=t)70#.Ÿ^1|Ⱦj){?$ȗ~vTv\ݤ~16>JxJq endstream endobj 13 0 obj <> stream xw`Eǯ' H $`AAQ,"`,(MitD@PQBl)Co! !-3~Jngff;q8lllllllXx=kbP£k%֡[ oL_I+Jbvl,Qe^/5e-{Oz|]UkrmώhC^x 06"OE*$u ALf jv l,^ISf7d܉ja8ivSl$p&^f]8KfM~[hcasٗO޴_{۵HS-fOf:ˊ^|Mj  _ 3}7{Lʃ-㢂ͮzҸeckRDm G=~{wRAz5]Nm6R>ϞqjJ p w46(üImj_hz?1zm 2*:ppH;vY2F,{۵nM FGK##I./q2|ɖW8GaXFK2wwqx(w)c-Sdj*R4.YzrwERXEK2H4gI{NҴϞ7ZYN/Y"2e2,'􂴈0wu80Q xK?bԋf^N>?؈W"Zz ܝ=Nͳ[n?gκMKÀ6=,ti)(zj^t@i>mZ ^"f%߿*eWRYldA5iӒc_ tRSwFr#棤rpZr,? rh)s2$ɠ5F-9?{J#FK=}ZjOO^~hRɳ RwhngMt.GҋBKx-}ܱ,Ɨz"4jZG f+"_8\o%m#騢ír$VyMgr=Ƴak b |V?  S j)}FpB1e(6o~,/D/|6a|Cd?,ExZYAuiM9rn/{R^m):3742WRWk:s?Fs $r%N$T1x7M|qphKrM-ǥ:Ғ3x hF..eʂ璛y8-+:r7'peZK|Rށ]obVV)ή۱vkrBC<ZwaM \;@@D-<(snQHRK` mX_Kau|C0&SlFUo>@K%B55d% .'\E o;;KJhi#xߑ*25 [ ܴ$̈Z2kR3DVMYߐ*2W Z7-)SWݿMHR`SΈNi'W c%MKṉO)6c/M"]]ML(yI:gG0I7-⿐E90Mꛀ1K+-CpMZx^F3KDt9"nZ`E݊~Ȑ$".1b 4 ~҉\h OOL2ˊ̗T 2,aZG%o%UvPP:ŌQL MZ~Hhl8.E|Zj{٘.܉Lx# #ǡit#^.Q+ :yH„U^Dz|b- yOtdÃe5ㆈLxeRϠNnWI0L&p Z!B(D`4GU갡CIb}92*]K9䚀, >D!g|/ISZe) +P?qUHati%r$A N{[_П40z!uPcz;ֵ1޻% N6&Z6 If|$ʅs$ FO}ydʆ+ȝ) 55ζ֗H\8#$gh%f }@;k):L aÅkИ 8HJUlL<:&|S܊56\%)z8qp9|H@96@+T7@ lKj+HRbP5>EL;$t8"KNg*N) [8מC +\ j|T?$KzѤu`Zӧtg/z fHx4{ONgBŀaYف]YUq3YﮬT1PǯB区ǟˆW;'$=:Nug\n)-.Bggπ5KNfE$A0E^{0szZ LU {bM.o:J;^v`m5UR$ @0n+|C]vB"BW~H»Jw̒Ag$P4Qԡބca~r?e".1N6M\Lyp%>\R4l/1](j5K9*q Ɣqr' Y %hB]DTfDԒc1ܲD=PmZZxUk?KCs5g.R5~EM ؊em鑵FN6 fhƾɘ1fcZwĂ~lh\%о7(a%k1 ~\|䓇-k)d/Z01khI{WKi\<>?,hM6߸%պ"$r #![i.1s(ђuP]du{A2Zr.EPplvQikZP+K1]ZG~P-UaG8eT?i|^\GHB$ũJk}{=S FKbe}ՁcT".INJX3<6W_c k)Rq2C ˬxTR F$U0OV.X{ÆרfhFKڤbn8rR U:6;@^"7Egzfl.vPCIivR rĨBHJpvwl[H F=q;m=݈$9| *Zr 8 'jR^'CJ {)ƁnjXru܄xkvqQ o!j1#b@NKUC<k=  -W1Jxc࿁RjO@]Q1!kӻe0zd1pPNK`^KNiZφqS97 "X g-&5o@ (r6MDֶMD`E? ɦKŝِBt nfTxdz͑,CI̹rNYW`.|}nf&9 7ݒ7} k%@Zr<㿖^k)f K .g"WgW\&ԋ' h6g~Nkj1&]RHy&a4Qhb`]9y9R AG|#O}0 J.b>UZ.ג#_4qMk8 L-,?³OQir劾cߕ]ir;u~*0>sVY3%WKe$>0[vygw`|ay9ߤUe*_QSQ|Z㔐ۏG*sRNwHt\|b""rEo}U;24>x_`VoA2kF?MqC40o_ph)jۍ*4/_BGkd\Uvx"eK|chqF6jX_ԷK ;D}x&i7Lpace17m1L];mťX",\Y=NlWVbS.{zf7D&Lqhc0ȓaBW']6WB& =Lѐr_{ʺdcrضrƨ{⫚jcE(8|v7!]8}M?}^> endobj 15 0 obj [ 16 0 R] endobj 16 0 obj <> endobj 17 0 obj <> endobj 18 0 obj <> endobj 19 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 23 0 R 26 0 R 28 0 R 30 0 R 31 0 R 33 0 R 34 0 R 35 0 R 36 0 R 38 0 R 40 0 R 42 0 R 43 0 R 46 0 R 47 0 R 50 0 R 51 0 R 52 0 R 53 0 R 55 0 R 57 0 R 58 0 R 59 0 R 62 0 R 65 0 R 67 0 R 72 0 R 75 0 R 78 0 R 79 0 R 82 0 R] /MediaBox[ 0 0 612 792] /Contents 20 0 R/Group<>/Tabs/S>> endobj 20 0 obj <> stream x͝Ms7#*a_&v+MThUIEQ~vc0I%F1g= ˋZ~NUˋ|W./ˏRԦ^^^H:dZ!%gh׶{VYmRM[]//~t8VK9 [7Y=iml-T[FtJ48tǵǎãңdrQ<8u4&30m gg]l N9,4JA+3Ymaz'뛩|ohSbe'DGI0HD@(]vc|Wsͣ1v7=Xгjj&k~G?g4~vs?iiT/'ytJ'OPDӜ/!Mz+6-]u=m"SH E)W"Cg VUtqK~, PCytMnV#1z_VhˀMextLJ j!ۄ$-fg$, $H ]sQ;4EX<08ZNBYΩЂ~̈s@&Q<4霐PcnF)R$EE£{Y({8j<yRGӴi3SE^9*$񗽸$l#*fh$Y+ڮ$E9["C5<@ 4ym;aԑ4%~R'})Ȕ$ƚcMӌ0E!E:iEp!g#N_a6_T͂ELsO4gfR܈+FRR؄p@.I!E !{p xʀG {x9“U\6QxlRὪQ;(U} <_gl/ QΝ,x>Fh`6斛DdKT^54'HQJRd./(`=<,59,tү~3O=.x&;T-iB&򳺘A,I!E1#8ERc2P*QJ\?T_n9oՙsnmO(mkШ(l_ y=D~#urģ+^  A9[: 5P4)E͌&[IP |> endobj 22 0 obj <> endobj 23 0 obj <>/F 4/Dest[ 25 0 R/XYZ 82 721 0] >> endobj 24 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 86 0 R 87 0 R 89 0 R 92 0 R 93 0 R 95 0 R 97 0 R 98 0 R 99 0 R 101 0 R 104 0 R 106 0 R 108 0 R 109 0 R 110 0 R 112 0 R 113 0 R 114 0 R 116 0 R 118 0 R 119 0 R 122 0 R 125 0 R 129 0 R 130 0 R 131 0 R 132 0 R 134 0 R 136 0 R] /MediaBox[ 0 0 612 792] /Contents 85 0 R/Group<>/Tabs/S>> endobj 25 0 obj <>/ExtGState<>/XObject<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 139 0 R/Group<>/Tabs/S>> endobj 26 0 obj <>/F 4/Dest[ 27 0 R/XYZ 82 721 0] >> endobj 27 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 144 0 R/Group<>/Tabs/S>> endobj 28 0 obj <>/F 4/Dest[ 29 0 R/XYZ 82 721 0] >> endobj 29 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 150 0 R/Group<>/Tabs/S>> endobj 30 0 obj <>/F 4/Dest[ 29 0 R/XYZ 82 609 0] >> endobj 31 0 obj <>/F 4/Dest[ 32 0 R/XYZ 82 721 0] >> endobj 32 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 151 0 R/Group<>/Tabs/S>> endobj 33 0 obj <>/F 4/Dest[ 32 0 R/XYZ 82 485 0] >> endobj 34 0 obj <>/F 4/Dest[ 32 0 R/XYZ 82 337 0] >> endobj 35 0 obj <>/F 4/Dest[ 32 0 R/XYZ 82 215 0] >> endobj 36 0 obj <>/F 4/Dest[ 37 0 R/XYZ 82 721 0] >> endobj 37 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 152 0 R/Group<>/Tabs/S>> endobj 38 0 obj <>/F 4/Dest[ 39 0 R/XYZ 82 721 0] >> endobj 39 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 153 0 R/Group<>/Tabs/S>> endobj 40 0 obj <>/F 4/Dest[ 41 0 R/XYZ 82 721 0] >> endobj 41 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 154 0 R/Group<>/Tabs/S>> endobj 42 0 obj <>/F 4/Dest[ 41 0 R/XYZ 82 288 0] >> endobj 43 0 obj <>/F 4/Dest[ 45 0 R/XYZ 82 721 0] >> endobj 44 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 155 0 R/Group<>/Tabs/S>> endobj 45 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 156 0 R/Group<>/Tabs/S>> endobj 46 0 obj <>/F 4/Dest[ 45 0 R/XYZ 82 485 0] >> endobj 47 0 obj <>/F 4/Dest[ 49 0 R/XYZ 82 721 0] >> endobj 48 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 157 0 R/Group<>/Tabs/S>> endobj 49 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 158 0 R/Group<>/Tabs/S>> endobj 50 0 obj <>/F 4/Dest[ 49 0 R/XYZ 82 567 0] >> endobj 51 0 obj <>/F 4/Dest[ 49 0 R/XYZ 82 358 0] >> endobj 52 0 obj <>/F 4/Dest[ 49 0 R/XYZ 82 195 0] >> endobj 53 0 obj <>/F 4/Dest[ 54 0 R/XYZ 82 721 0] >> endobj 54 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 159 0 R/Group<>/Tabs/S>> endobj 55 0 obj <>/F 4/Dest[ 56 0 R/XYZ 82 721 0] >> endobj 56 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 160 0 R/Group<>/Tabs/S>> endobj 57 0 obj <>/F 4/Dest[ 56 0 R/XYZ 82 651 0] >> endobj 58 0 obj <>/F 4/Dest[ 56 0 R/XYZ 82 277 0] >> endobj 59 0 obj <>/F 4/Dest[ 61 0 R/XYZ 82 721 0] >> endobj 60 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 161 0 R/Group<>/Tabs/S>> endobj 61 0 obj <>/ExtGState<>/XObject<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 162 0 R/Group<>/Tabs/S>> endobj 62 0 obj <>/F 4/Dest[ 64 0 R/XYZ 82 721 0] >> endobj 63 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 164 0 R/Group<>/Tabs/S>> endobj 64 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 170 0 R/Group<>/Tabs/S>> endobj 65 0 obj <>/F 4/Dest[ 66 0 R/XYZ 82 599 0] >> endobj 66 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 171 0 R/Group<>/Tabs/S>> endobj 67 0 obj <>/F 4/Dest[ 71 0 R/XYZ 82 721 0] >> endobj 68 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 172 0 R/Group<>/Tabs/S>> endobj 69 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 173 0 R/Group<>/Tabs/S>> endobj 70 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 174 0 R/Group<>/Tabs/S>> endobj 71 0 obj <>/ExtGState<>/XObject<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 175 0 R/Group<>/Tabs/S>> endobj 72 0 obj <>/F 4/Dest[ 74 0 R/XYZ 82 721 0] >> endobj 73 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 177 0 R/Group<>/Tabs/S>> endobj 74 0 obj <>/ExtGState<>/XObject<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 178 0 R/Group<>/Tabs/S>> endobj 75 0 obj <>/F 4/Dest[ 77 0 R/XYZ 82 721 0] >> endobj 76 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 183 0 R/Group<>/Tabs/S>> endobj 77 0 obj <>/ExtGState<>/XObject<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 185 0 R 187 0 R] /MediaBox[ 0 0 612 792] /Contents 184 0 R/Group<>/Tabs/S>> endobj 78 0 obj <>/F 4/Dest[ 77 0 R/XYZ 82 139 0] >> endobj 79 0 obj <>/F 4/Dest[ 81 0 R/XYZ 82 721 0] >> endobj 80 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 189 0 R/Group<>/Tabs/S>> endobj 81 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 190 0 R/Group<>/Tabs/S>> endobj 82 0 obj <>/F 4/Dest[ 84 0 R/XYZ 82 721 0] >> endobj 83 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 191 0 R/Group<>/Tabs/S>> endobj 84 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 192 0 R/Group<>/Tabs/S>> endobj 85 0 obj <> stream x͝MstN0ql+h Ҫ"eJZ>݃!%3Yzǘ=HK R 4 ~E:rT//~Z]^|}uy?JJQBqu% Io5 VWtmuHŏjo__4aRF&A֎6FV2mU#j[5Z#:[I%xoqZ{cGunYo5~$s6cMۻU#E;eft|l3g빞=/}upަʎO(o iȖ HHI ME'rݖH"Y922#?,8rF 7wͿ/^߀hFBIdRD\sdHNlJLك3)LO&s 2X>La|HxwC4q%æ!6B% M(RDF R[姂RD7ъpNQs NZ { _ .:]sqт_"ij ĕ aP.jg" ]W C/Hc3(G G@4Qʓҡ$ IRrLN CAZv%)Ҥ%)2ȝudMQ_Gljl9za#O>SoISEPjJҼSB%C wl撐6Dƨ@٢Α%EFN19)\f:{`̓}5\i(vpn?} &/ނn#UeVR$ E EXExXear+_Tj=@0Z>o>MQCSOQI}Pxt_5n y22!O Ӛrhe$R34.2*H!EJO(usDB(@m2("~Eˢ]w>A\9R %&)w-Hі!#0$!4P΁-Ͷ;,VV?ɄYĎT CXkM߿TreN^dJ tw5vWrmrmᙛ=:snf.9P&;Vxrs܀[vb%6%5jhծ) ] RVOqupD(jWs Bյ-<6_p7h ךjk͟S)|1lI )Ͽjx,eӀïdk<@aښ a}a7x2==ZGv[(JR *MI )jιjp8NqWGp5TҔ܆~F?Xd#)-a)i.E M)iH"ՔȐ"yUó({E"s ~߿zG;tDߔ6ߺ5UkKnhy}GA )*OO-7@΁Ȥ(e9i6]mBBl)bgdA\AT,AxЀiq Zanvq&0#0. PI*RX犜ϦtD'|89Lgq̃-G~Gk-6md{R"?Vqȡ2uQ;Y[ Cz 84#d[A4?3 m>\C-3QC((؟Oqpux#P΁D8Nt.jG<3eU endstream endobj 86 0 obj <>/F 4/Dest[ 84 0 R/XYZ 82 702 0] >> endobj 87 0 obj <>/F 4/Dest[ 88 0 R/XYZ 82 123 0] >> endobj 88 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 193 0 R/Group<>/Tabs/S>> endobj 89 0 obj <>/F 4/Dest[ 91 0 R/XYZ 82 721 0] >> endobj 90 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 199 0 R/Group<>/Tabs/S>> endobj 91 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 200 0 R/Group<>/Tabs/S>> endobj 92 0 obj <>/F 4/Dest[ 91 0 R/XYZ 82 552 0] >> endobj 93 0 obj <>/F 4/Dest[ 94 0 R/XYZ 82 721 0] >> endobj 94 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 201 0 R/Group<>/Tabs/S>> endobj 95 0 obj <>/F 4/Dest[ 96 0 R/XYZ 82 721 0] >> endobj 96 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 207 0 R/Group<>/Tabs/S>> endobj 97 0 obj <>/F 4/Dest[ 96 0 R/XYZ 82 437 0] >> endobj 98 0 obj <>/F 4/Dest[ 96 0 R/XYZ 82 257 0] >> endobj 99 0 obj <>/F 4/Dest[ 100 0 R/XYZ 82 696 0] >> endobj 100 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 208 0 R/Group<>/Tabs/S>> endobj 101 0 obj <>/F 4/Dest[ 103 0 R/XYZ 82 721 0] >> endobj 102 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 209 0 R/Group<>/Tabs/S>> endobj 103 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 210 0 R/Group<>/Tabs/S>> endobj 104 0 obj <>/F 4/Dest[ 105 0 R/XYZ 82 150 0] >> endobj 105 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 211 0 R/Group<>/Tabs/S>> endobj 106 0 obj <>/F 4/Dest[ 107 0 R/XYZ 82 580 0] >> endobj 107 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 212 0 R/Group<>/Tabs/S>> endobj 108 0 obj <>/F 4/Dest[ 107 0 R/XYZ 82 456 0] >> endobj 109 0 obj <>/F 4/Dest[ 107 0 R/XYZ 82 290 0] >> endobj 110 0 obj <>/F 4/Dest[ 111 0 R/XYZ 82 721 0] >> endobj 111 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 213 0 R/Group<>/Tabs/S>> endobj 112 0 obj <>/F 4/Dest[ 111 0 R/XYZ 90 605 0] >> endobj 113 0 obj <>/F 4/Dest[ 111 0 R/XYZ 82 447 0] >> endobj 114 0 obj <>/F 4/Dest[ 115 0 R/XYZ 82 721 0] >> endobj 115 0 obj <>/ExtGState<>/XObject<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 214 0 R/Group<>/Tabs/S>> endobj 116 0 obj <>/F 4/Dest[ 117 0 R/XYZ 82 721 0] >> endobj 117 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 216 0 R/Group<>/Tabs/S>> endobj 118 0 obj <>/F 4/Dest[ 117 0 R/XYZ 82 379 0] >> endobj 119 0 obj <>/F 4/Dest[ 121 0 R/XYZ 82 721 0] >> endobj 120 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 217 0 R/Group<>/Tabs/S>> endobj 121 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 223 0 R/Group<>/Tabs/S>> endobj 122 0 obj <>/F 4/Dest[ 124 0 R/XYZ 82 721 0] >> endobj 123 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 224 0 R/Group<>/Tabs/S>> endobj 124 0 obj <>/ExtGState<>/XObject<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 226 0 R 227 0 R 228 0 R 229 0 R] /MediaBox[ 0 0 612 792] /Contents 225 0 R/Group<>/Tabs/S>> endobj 125 0 obj <>/F 4/Dest[ 128 0 R/XYZ 82 721 0] >> endobj 126 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 231 0 R/Group<>/Tabs/S>> endobj 127 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 232 0 R/Group<>/Tabs/S>> endobj 128 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 233 0 R/Group<>/Tabs/S>> endobj 129 0 obj <>/F 4/Dest[ 128 0 R/XYZ 82 678 0] >> endobj 130 0 obj <>/F 4/Dest[ 128 0 R/XYZ 82 595 0] >> endobj 131 0 obj <>/F 4/Dest[ 128 0 R/XYZ 82 454 0] >> endobj 132 0 obj <>/F 4/Dest[ 133 0 R/XYZ 82 559 0] >> endobj 133 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 234 0 R/Group<>/Tabs/S>> endobj 134 0 obj <>/F 4/Dest[ 135 0 R/XYZ 82 721 0] >> endobj 135 0 obj <>/ExtGState<>/XObject<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 235 0 R/Group<>/Tabs/S>> endobj 136 0 obj <>/F 4/Dest[ 138 0 R/XYZ 82 721 0] >> endobj 137 0 obj <>/ExtGState<>/XObject<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 238 0 R/Group<>/Tabs/S>> endobj 138 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 246 0 R/Group<>/Tabs/S>> endobj 139 0 obj <> stream x]s۸3|jL$on2䒻tҴtr}ir/u $"ِ3#YAb߻G9_E'J$ãdq|+pr~:>0/OxRjaP29y?/L.rW?}Lߎ^Šq#h7)iOLʙ |'+Er:gLJ*p?=kP;]rDUR2-C:em EnXCWLbEp%Go~CdUpO-2OgJۯQ8@($'xrZLwU2$0瑙V m 1ڐr+"ﺋ%]=Jp#:@jYrCڽY?7ezxWQT73DH pk ض) S3z4D //,pѻ+ !4lLӕi8uy|%jOqRqcr-څf5kmG teaο!tlguV}s\ ?Ta@^an RM2\&Np3/;q!q8eqi`[2LR MiؘӠ9B.!Vz?wf,u++k)@tYYy;v&+Dps`rD0 T/G(f&{ыh?/B 2lʐq͝DL嘋 Jke喕ޱ{4(9 ?'a+ލ'1l-1$ڕqvC]*ռL6?b+XU<+xNDJpZ!`S;ۮ)wWUpf?"9)@<.5Qb)@cڰ2$j1> FÅ+(P x~_UrQA>rͪq"7?D-M%mki^{fVN]tDv:'b:{k+e5Uf'vvA_"%7Z*0<#{Ӝ#nB{GtgɅ޿R Μ? 0{}Rbw;7ОysFt1 tK6fyj(t%ϰH#jծ`-!n#YwI\*9()Yps-:.ą80F?jf1 (?d]6.tYt>yCgߋu̔4:QS& 'rn]i@1UoM,ηz/c7iZ|! ͭ0.Qt^yq-eVNM|aK-8t7 J:H]BAZrĈj&}ZӶ' -WQv_;"-36iD-VMadOC*&IԺ]dګU5Rg6l V43dGLD,smy3Wܦҳ}ږ;te}>yR2?D  &;8+u"+i=^cr~''zC (JҮዩUQaBc'd̏K}8:Irs5VE8ʶb^8:*P5zӷ>6Qw~*7 ml /Y;d|o;"JsptVt?CȬR ޖn-g5>\]D^p B`6%8 ׌;zft=0$ rA7,o^¹<I헙0qқ_LķN,B7RkAaYiI,LΔ7U ^<~/)h'1^?%nDmDjIqpg0' AR ?io^? }{sw\2Y~*fɄz_Q}6>iPE;I6WN}j_37 E1· _MZTȕEn?-3ET/z .|50Wұ1]ؒyxvIN˸;ic^0{~yAS?USx6H>=xO%,=򹱳x56N5E^ 6"K~nĸR2U ek{} lB;Ch1"AQ! fBqy D[|WnomL0kjm=,3v9R шʤ15a:?PG6ByR\Բv w3ˆ%4V68[ȗ<4n45?P/ ,9DAs„~E,KI%bxZïDk_;٠luLꠗ;*zU-X.Q1!@x22ndZh\-Ѡ_,+A_ ·u߲qǗL??{T%K+Ec0xjvp%.+`3n?1^VeEYP endstream endobj 140 0 obj <> endobj 141 0 obj <> endobj 142 0 obj <> stream JFIF``ZExifMM*JQQQC   !(!0*21/*.-4;K@48G9-.BYBGNPTUT3?]c\RbKSTQC''Q6.6QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQjj" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?( ~b ¯Vc죓\5J49Ȼzžޝ}+[4RXPuv' "4Oq&\+=L[YFc4pDY^I' 7^9F}ˣ V١KZ3$!e#?JΝ.]^絉̥mtG\GxIt{׺-SEcsBš{j dkVP YC[>;Տ+G<.33~x @:Y!(#4<u.:OC%qץR-?uJ $fizv!=ys4.'P@4x埋-|{i,!g~Um=X:R GB)k3A.3dۍLd]q5gfkRM[I}g!#Ss/PGkF /)O7}f7>&&'B/Ry4qV{/ EU>Ox >Z=?B?*ᾕѲGtH?jNum}pZF< y3yt'DBS~4嚵u7ߞBw |' v79ѰϮj{KEc{օyegXڢ\)eo/ بEN=Ydx^jy};M3'~Z#3 wkY?11WaFCDҀ<4[?$)>k7v*dGQ~P+XN/֍WJw}KM@,2'g 5+sl;wG]Ns00նeg)ƪK8mBSy?juV+ԣ5R1j5)aW2ݟ)43>%8 F %^[G甈}*8|9uT[.da콿ʺ-JK1j%r)Qg[7d^ Y5 =y^CY^xđ[3?.h/l/4+.26"oèhf!O(r=A&M&HZ i 鑒Ve|| aYX9`'qZiΟoyp*O ""0H#^NM?rOj"K%bdt*T;_ 5^9_UBoo>!ݱ~ R\[ ִREé5?wQO-Vp.P5D9ӦG_S]7Ii4LC. x;un q GF8玝?CiwĺK9G</Gq5mγӵ_oO*6 dFװC\EY ,p5:viGge c S^yoY~ H&0ᕳΐ?u.mx {?5q?t786{wp(>cooQg|Aj-s0pH?!xxy5%Wt#?bx9W|Ovܒ&(Nscq BSԨG,fż pv}3ºkx(#H"`0+Q  'O }(aӖ˫+v xQmctĐ:E!`z|Jj i-bYaJ0"u9s# MY6Wj9Vkּ%?A J\/1uLi?$L~=+ȳE#C2pA+t]s'=h%~%jk Mfd Hf+ kԝ7.t+'慷G!_OV121ɓjh(+3kÚ֓+'Qq=};xI4Q)J?)n3{b[,HzxCNOeo('ĭCgm, ҽ;^&+KI9L %_\ yҽ hv j'I+(i:Mk{(v)9v',ՏRjU }XQE endstream endobj 143 0 obj <> stream JFIF``ZExifMM*JQQQC   !(!0*21/*.-4;K@48G9-.BYBGNPTUT3?]c\RbKSTQC''Q6.6QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQjj" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?( =H=+7̖Gpv9Nk쎧Ydm;#79uE~UK'IשWQީpl?R<s:w:ܾb^:j5ۭB[}?MVB1 t5/4b9" _z/'rGN;sPU;)2Z(7[O) ʥy'Vpy60)gͧ5Di g!sW3# \e5ajB9j+?x Um#ѭr̍vY ?kO"#k [d;'?;m'ŭ ,LX 5 ZzRC˘y=ҷp>fy6WKPAzZ+VаmI3?)]gݤHd~\iJB"xh++|pR)`$r}]'OkPG }yz.6id7V'毊-+tT=O>o&tiM`j5GKPE2Fs)Q{xʻ,uyBPOHs+]ή(ep2GW xSJԴ81:dFԊk}oV5|gۧO`kc%sk:K_"dvHNaᱩm]GцG'Qu[YG!!I~N{kԑl<>ZGzRM$:ҿSD)lʅ*~-%Mmu$O?ujwev>ֵ~1ha5ufs~TK+cON sY[&{o~=^c$lUں+}05ګXrOqeE:U,k$lVSAi>YyO6's/NGڸ6NT-xϬ)ݬ~kWlCtaX+Uڜ峛@}?q Ԋg/}̢*PN&z6]#kG'"7v>P@%āU?ZAQk2V[8Ϧ]uW%q~8|/IA@IZ-*X!|sC7߯@d/AWQŘOG;gn=3Wt[ Bp?Χ#2:2Bvw4QҚwV7jVp C~½r2:W|Cꎿ"'P&d*hmYjJj/#$In%'뽫uKMr5qm%= ?*[pb&PHČ 2I-ƣ{fIm> Bc\:<="p0r͟^g,<ʼxOFo+vq^ I@cQIgI@|<|;-ZV&#c}#]OZvhA0^H,sYI}xQÊ4mP5uH|_*E'`gc53=~z]" hSp7j&<;,'n@@ bKOG_\"1@sG%//SbL{=1 WthJq* @Y߱D}zlkwºXXDTW;Ե.41?|G&Jʨ:8u}RWWwQ+E!AWTsH 0aEz˙ jCqլ 'tr/PkԼK}qm d_Se}7aCk<ФÕu+t]ss3'-h j#[`~"@l>%zWMh稒2~+ifu'us 61,>ԵϏxdk s둨b!֜$%4M ppHM[3_r:dY]Z-i#裏̚΅5+xHVOuУOXzZk'mHhI>5+G ӒXnm$qf9N{h {;rB.19}&GojH  tMJKq"ij(?ʋ [ GՏFg=fmoom~u R*[{+]>mHa^>b)QE endstream endobj 144 0 obj <> stream x[moFnr_("/XTEM._lq@\񙝝yv^V*YfEfᯫlSluzoLJQD¸"7B->qo즅wf7tUū'ϲO'7䏯BA ^I91 imڔN&sϼd)/^׽IKq^ӸFU騴-g $Q92Bh{[ŀՔeXZ.mK),$ƻ\V65\v]$1 I&5MB"RM9Hu$ˏbw_T3ekقIW [=W_0~o5~lA>fVaK)lIJm 2f/ʊ|J2͋=N^2%4^2x`fwm. /={9<^cz-^_5)(u[|c(hY TTzm\ ,5`MR4mA7!IXapICj;lΏFrC 2O_~^af?Ǐ4Y?dnY0avUӻY.1"1U;N ,څ jN5wZe=0,"d2(^>Ƚ^Xd djB$j4#eJa 4yd)6> ,"Yﺵ_=P#3S \,Rں9aw àE7uOwD sKzO~浸;36"n66yC:#dhYYdjcuY- \9d;"`E-{A7?+5!_{'M3MR&8Yy sx)jQQu\J_ 󵧘O"Hܥo UǮwE7qG,(޸)# S)ɷMUOHFl%Lu0ǐP0Y*wavڎkTLi(dL 8*x?iq<ͅe3G=h쾮+}c?@UNX,L'Yx=M.^t 3mrGA5 h#_ct42n%hLD8d . R/m%\՟Qubg[TQG5;~`4|/0w#!1˸Q|]c:0nF@MѪyb0 Pr"=\>N4_oKƄ;N 'MJ:AѦܤenstMZp{Vl9ќ2 0 T ɹwaasݗac糴k^0*-3*?,H '{iD-m%))N#d1e;.0c'nu(Poa\jp?࣓ʉJ$ = Aԙ2aG{2!b =nkwh;nvz7]i>c=TEQb~u,G7\WɏtJɡ8MB-eu|,5)P00E.Ν wqk_3[o ,<. 2e?L;zq4GLδ2sťXH@* .Fmۼݑ-0 1慥/s)4iy%Դ0ih "zg:/@JvHo 崱E!GdpzZG]zq.G] .Rvi=o7w+B_/nfUgwmgw7:*W ?-|f*]¥5Q&%0P3B<! ,֓E%prL3cRB%gEU#DyJT)W]~{A:[ɀB=2r?Puw*>t Ssl)cV) lھLbqq~ZsoP^c(R`Ț) <߷tٴSW럶i4M'p8 MoGv!5)D~ Wꗱ k,!+Q&m ,(-:jAlrwqՇП:Jw8zQuʨM&CǷUѯ@.'ht6~Ʒ0/Lcq8j&CUæxɾOqb>s(E>=^~֝DKKOnՅTA}j v]$A*}xz< ec1spq(˔S02H)$"u/ Q%0Ӡ]s!1O]t~=GbxoӏLv3`WOFcL&3 ^:W/lLb/qּ?BL*&\Rs! t%K8of|< w+ݏNzz=3CէgpO Lִݳp (:l\}ƈST;|JKmo?b6K endstream endobj 145 0 obj <> endobj 146 0 obj [ 147 0 R] endobj 147 0 obj <> endobj 148 0 obj <> endobj 149 0 obj <> endobj 150 0 obj <> stream x]o݀ fOE`l+4MC҇V+{wfHJ]>gKpf8Χd%\defgeEnM:>:{|"㜕*{y|xVkaR:{pRgW=̮~ͳ0㳤=PF`LCL~Vgk EJUdjŬθ`FonAZ5Pq)ipUa")qw21{2:bd9G/gvN_KԖHCb+NTz(|]ȼ[247^ 8"|Y }!.HY#I5{?/?78vпgUZ^| L@%tޭmS2Nwn:ùuu][A0mK-VmK0! x i(/wGubuG]{|/xQƛ%$BcJB`pct^yjmɹUxrk sݾn*V;'T1=O';|P|"Xn^D+w%0]Bߕ2eZS)uuz3<=r-a;|GE 岂ɳ@#6SN 5r5v{}pS9|{Rv{Qp3ٸr&i[{;I&x/Yu{{93svzlv eBD) [DRxgAGC|<]@YlgOn\>0yO"w.~PAl?Ķ0o9dqx&%xWEJsIGs bdSFL;!s#nπAoE`0ab1wEzs8ZzuF0Zt a]O ɋBNcPҥn]X_xiG-A_/Dzr!I@4",trIiQլM'6FImC&3խ?K '?0>i<4^E.eXTe(oo1{)|ֲ1/QxwhOHsa(' 8Vp0[0ȼuMUsY(on_VL1ȫew+[x/\܁.xcR[/q<ލ%oC}jiMݐć)?Uv݃W 1dY;B[ʖs~PMw!Bh`mF/A\8mSÀ3_dKXZcs+qE5QۦC{J;R i?,nCw/|SEsMy7.Gl.. ϟ( [if8+'rzp*1!.=&d!NcK;&Џ0#[0= ٘n̘n]Y'Yqc'e ,5}MwT6Aiߺ=g7G,mC6:XU}iCbQVxIBcLЪ'ScWЁʊGJmҭƵh7R aͯ<YPLėO=.t}vq htR_`OڂET im>doryEy7X,剅jϭ־kqv懫aGwi 3YLYehݕ.5VӅcTU4\OZyeV<J^$2+D盱Dү*FxZoIXW1pOJô aECi5 KlUUQ)N–`"z5h!>,Z SveU~g.Vys L>3Р |}Ĩ}p"?a t?:߸ hQu-.=#Y3%HrTMxKH{)Uf]|s({ǀ_$(s'*[Z^Mcv۝-:. Cam'l H+czaZ2OMյ0mЬf;pYa IcriqP$ibBmR*jVFuistBdnz'@Hy%%Dd[܍:UP#fH%{(C=jz. W~!nHg;QsXЙPuE=~̎[G˗C:jփ~28Mn7 ݦ$VTL?1j_r4@I8:=݆훰^}?Qn}1~,%zȆpqGki }% ^smL@;'[\RhJzӎf*I}REo·?XLg՝[)s:π28'j63P'Xme NSQ'@g仢Ӥ{{ Pc/wNA{@4ΝD۹#!۹ڃh=!QNs)ݤf cq}iN K.d"9p.`eh\NÎ|`RJt'R)rw΃<G {1[m[Eء/8Vp=ٲ)_>$L*GѮE2ݖ9nba$m'H#v :|es?3_eo~*Sx)+蘔J`Y+Uc O[xϟ-B1 endstream endobj 151 0 obj <> stream x\ms6ާH8zחs&CSQ3owBR"DXb]09(Ho:>`q|tvq|y0F":>bP/ XɐAQ*dd{. f W9>e\5HZW 8cC ,0A*0΂L X&^´XBx2A:ʓZn)I.T P8L$ݒQ(2P(*zB0Ts%8=!hn<j 1ռŖ>rdPB5A eHh )V[hej=7XMMP#((ʒ&iW.eV^Մc(J]ݿ@ȣF)>voA%Oob˟G a)`JDSW{E~Y_sPnZ_ρ)0997;" FX4j% ,PDL4D蓐A+2EG9Gڠ 5][ٙ9P/hySBC^hhem;BV*Z%:kVk|geڙD }i`R|2p9t:E,!]enba /9 ,(l䉆_#BHO|X݆u-kj 3άRpHg>쪔 Q >H'@ YI d᾽ ja Eܧ`A/M^05i1a#T 5Q-jBI>z鐀CItٰPiL33Bezi2fqrH5! uUu$Iʣx.&> aQXJV̫u)hCEiw$E8ux.<0E Z%ahy5jjEifVf<( ~VOiEKe.#֚hTi 60>_@!.BSU E`˨Cdr#eDPuWf||_Xjۏ>֑ Uh\H*8L;Qheݷ\0ݔ -%a SeJ"a~4`۠JU˪uL|ACا{RrNj-,bkKmtIJWb24X1e(<ߤm٩? - 3gF]ny1ɫV ~h{OgU3rA'A%`eݿ@{ہ)|i9bt4݊0ҭAZЭa:Z.0;%*?>-ʞ$Vb5ǚ]bZ=ZaƵ>h6䲂wsь-@Nn,Mh2n 0V3 %=mTrF.Js9; fanraӈh! rյE_GH_?b }79E@eD~ytEi+m\]g,AQn H ۊN%|Hs){fŹH$S-?|*S(KdLS}ʹ.9eg̖} +|1=)cZZCg q o"?љ!cRq OÈ;sVr!rY .L?(I˞% :J.{}Wh` x1Nq6B ¿q4'5&IIc.]TMÄ.Gͅ~` E5 V @ؔC_ ň7Cii?qvz@ @N+ t+Gxc\1 wgOHKtIN>YEVB-!۠yp犃% ;y_xxcBYaZ-oSL몱VA%PgGO%4nd;XUH[*czI0z&p2L:2LE0KGe lläXZXd+AjfF`QL@CG5TnV4izl?]%unC&ctXzHImoG7oc#u;Βoy2 ȁE)l~Ldxs3G=We0҃!/_Ph} endstream endobj 152 0 obj <> stream x\]o}7Gqr8$E[Aq(}%1He'ȿsGreܹ{bx]TMW~(gg Y%gpUV15R1ן۶~>?}U)z~Dٗ$[T1 1UiH^<VQۢSVf?ǵ V(cTJJHܫQ4UXN5i'59LVL!@|Q$>)9|5 %uͤS3C\lWZvJz{vR2QC| of &8Tjp&_M.7\77'O8-+SI-g ̊\r+nSo r j6oR>o(@VIDAJǪRͅƗ_Tl/ՠl~__Uvw{apǫRSs;Xᅛ׆^bu觖>}u8$.60'M!7JnkhH20>u[!J c>*#PXR>DpuF%q:qj/8&,8NRvƃ<&և&WNC{5LC-V`F Mr<1LJh܁)GkPּ-Bi+k%礛'(PLԡi5jz^|~U֨ȭx?F???n Pw[`F{rLmaz/m34T쐃NcFw33a lԮi_e9A &nj$K{hDz %}*3yo06ñ55;x n!Cx]u&9"X;,@Sj9]ÔZ0#=9:8uuY'z* lj T?K,s@(YPE<1ɖ՞0Rf;0AA5U-רznZ*[u j0Dg " %jV&f1.jztc B:IYnAYNE]p.rX FA;] Z-=96վ:?1IF3Մ FD VlV8k!Vt4;հZ&Z9dVG8:dk.q4EXڶ7*#,^ވ H6ӂFA+hh7Wz \.'6Wp NϥirwFP<<f'n>l[V0dO zoMjl0Y6Zcah:!UY; x!]z$MC,hh=PPO ,?Z햮HYf*\_ ^މqwp&,sy{N.5%UL&O0xCi+I=VJ J~!jn9HsFw/:QaF c1q V3Ds >O鼼x .RM)}h}t$LZ<-`BC[KZY^@+Q7)C Ǧfwⵆ3vZ jXzgo;4yz $ AK\7c?#!up95q?ɵsTxqUfiNNFQ[I0ťEؗ\Υ:(V`&EKJ2K>3M?eh@N1 V)*Ij^5G GH ~+I7@i9 /bw6ݦ?vrM/ƵHF(=tyV方W"N/5R;8N0LR%eg8x Xqb3(-g|$})&4/ky,|J!BH…™W%rbr {!=OQ/ryӟO{Wjj[5^RVUys|"~ODW-7O_dw[zLөQ!uKR]Z84.v{cۧ }iM ^7NK6~BG D'*y+r%zEC,Yh9{YY.gt]@I߂:r~2 ̰2X(ݍ|#v?ԍ2m;[^v֑R ұ@ɦVs IVJ4K224|̊1|=(n⡒,f}Sy~' v'eg@/L‡ʶŒ>4rD}h4Pb۳Jn+˭b&C;2iC{"r )'k35'&,+Jxa>N־'?"dKu> stream x\_o8 ^݄'DCknm9i*'&vj;m7CcQM@Ù gHR?EYFErwtߟRxG.hTHB(dEt|t(wtSަ+HтS(%"274CӒ$Q.SŠDɈ2I;[7L ZoR]*$V.DQ8Dɤ_c"%p5vG=EӞM2؆͖͗H7ɡ5ile_= ZAƢC0-Xt|6 ݰP$c_.\-&S%-"Bz+ᾕۥ9QہoZ9:Li׳^ 'o3gJ"]9Ya) 9dwxβYY$*Fhӄ\bmɪq)h3FV(fS"r^&,[rfͽ~b}iw_/+~ ɪu=;M3gPܖiF\_C8;]N)i~ MQbpJ`=)%wlH\ >eRRH/h/or B7`=kςi^=Ǫ0=NQu+3"5J&|!G+"*⬓v>1k}R"YHdYF6C'4o>PѣPcNjŮְ~X%عA Xţpg֥d@#hUa@BZb(EeUCVMV1o%B +X[XQM0X)4I)9,:'I@L֠ՠXS`RX_Mb'6O*iP`J@:D`) "-Z쫜J`nj8ͫ񙗄4IS@[ .Ue`T0 K,xIF,xj3y~*G'BAO.^7K|!X7Yf:L7tmhק2Mx-_:;Ф!,Ua c*'m:=4̚rtJ˰!-'-j0iPNpUJ b^>5\{;v-*BφҬ8$WEf72[Nd64^dd>2Jjt~뭋MWpzz121J<ڸGz] - D 6n 4^ ـ04ߕ M*ɇ ':`7 .:`aXxaDsDaw/C gzʙO,0g2g͡Pr_/Foz1hdSk q_݋j$A"^{@m6nYxݦ`Bai5ni4^iKz8XY"P7sLR2x˂;x kiK C4%lPa݁_$6l$`)كx8^S{BLNw+=6 7v =f̏f5^4k,ߢ;8]. K?z=ca6c}2_-#  ?9/+uhQw@4Dp5"'Az8 x[ 2"p o9'bH'4v˄pҟzY _9%lzq7f&**gR)~yOODR$,w7V x:ZxQy&JK)᠍8fo:yy؉CyB6n4^TB<+`Ga7(|q<|awa)cם'ӷ?dI*p*ۃX5jCjM*Wxj0!ǓtOQ៯1s&íd!%, dL N;l!pRM% KsnVX.֧-T]Dh9#gA >5n4^4`f' i5ni4>i1LLB1rYz.J~43H_TtENCNAYpJ%1OCOMOV 6 tȈٷnJIJBXm j5Y嘚䒦T[T-IE?UKկ(xhD{BM{u(We7 E5iUj_.qc@2,R$4L@fu۫Da,xus6Ǚ5%IaiAiu0WrO!e5c<>J5_Eo.VYU8!r]bfBǗM#^e7[Ü)bdQɆSiק0/;W*ϛW|3%Yps26HuȄ̲bKn۪Fxw|6R0kYbׯ[%9=0UֱxH][ހin>$yY2kUg2VVeU9Ʒg3zѧ37W()?Bͤ`OH (r 6.^4@4/ J`ۀmqtt~G)pN(3 m:|pcX?kD endstream endobj 154 0 obj <> stream x]s63l^Jvb$ywLi:iK}Ih[[RE )r3K~aw,_xE%ѓxX\P)\T-=3>=?>zG_<>^("0VTA4%Zl$oHSu;:0)!eP? `vC/+%rB[o3^$z-䤌bv9INX͗J? v}z bKDRc MzB]30]b{+ؘVwDHN(1\KF+/'-}v|Ɏ(Y0.;x&DGYhшT"-(""ȵ1&1Vi-1 ]-[7/ ׎6fǀ*9_Hѯutvdʄ &eiJP,o)-y8}y')E&}>'J\[4 C"/((4Ra @q̻OݖkJ,zeY|)Ș%CzYM CxaLXD7']CjS;9JNT|Z9ݛpK((!鹋feVk|m`!Y*껌բM;zu4asjp#[q5h6'vg/ *JdZ7S]D +WSG.zDtfǔtd!Z}&:UqBE52a!ruC2ۃ :hT7fF&34əYG׸Ҍ(1)6AQGtPDgj^^]MC |mH}JN*(QfS-~=Fa:úᙏezEwFa̳Vh0Q˃%ʹ&QDF5 TcD٭gQ2\}Fd+r?zŐ6czejĩ(?==)vv?=e9$}_S } h:# Вa󏧊֑3,˞hzѡn% HO)y5`Х2R2" vDDL#]&GNFAM9kpzڛEs3':. |{NCwhhLAaw\$a M(eT-j Ohwզcm+{piOϱ.aŞ~E ٩`iiB/>7ӡ m# `Ҷ0 )S7!!eʽ U& :׳KnJVui̬Wݨu-]Cngm\}ҹBBJMxpC5Gr>4<P׳lcs6qԸc<,SV} Hey|x(%gׇ9q1f:xW F٣ :$H`yb#f.[;N栒bQRyn DKDk{L~x:x3뎴n[C?Ix%҄@?a;T aZl[;̒I.x6w?tFsvqdܐEL@d+ܸ-%hx0?{zȩfC&$Av{A>!C7&XA_X%O9a%C2W%]a/Z6*"R[ s((E籹Ta5Z+ ѾjQ|ۈΊЦnƍk4F]kzGa\@׈eiH*ڇ!1 =馁atnU{v!«Wp:2r%(È*˗fN۪#VEG㉋Ѳ$nCW5=n`el|EO`F9Y DZj" Zjvk163w-ݙ޲ k.?JE0?EBxM.\FZ #Jz{_aVRnlxC ]g_#1BG:4дwܲN/߲1]Io׫E%S:4]O 8]8ۗ $r UOĮ? @ga\YiBƥ >gTkdk4z6gfayawq29*Kߌ"cp'ܯni hs'+2_Q*I!9CY]> stream x\mSNadf Ͳ+M\\vI%e,$03z<~V`[muzԒ^/c|-O~{gE^1gl#-U;{)}gf#_FY[T0AGTl֊(V3∧TF1%^zF:H.DE%TZRB[Z P9 u2;N/~3$ ua'%.uB/G:lŚȧ/XB iɹfǩ,JL%"!U'{?B~VX2_ |,Ҥ뤄4Xyu`:w1y£ Y$yv! ]8$~ keR KXʻjxGm}5 j败"ƍUD V}V-C5wt6ZL#РoJ5,KI0|%d ԋ +7I2_U]Bi`%;?Asrjn6&4HC$ICd@"ጪô7>Ӷ YLm 2R"n|ks:o$Esy2E#vU%kFFa ddûk'/k! Bm5BB1 Ԓ @P%F5o58 hu%'M9TMAq |eC7k~\L:W̡϶Rw'+x"p_#&=])Qnf5m+s'qQSGМ^|$R'hǁt!5C:k1zӐ A@%F :hHQYUA:sp<#ēL ~>Qy>W&ΓHqضv#U5 k8ms=wӫV[mu7qtkcSϝ_#5zAF@!`W I!QF M*?Dh&6nSecC*0xq/"'v][DNAd):H720 c-~aX܇+-1Daw7f 8fh\ EWn)N_E:z0ŕ~yWؽ=ݰH<~YiZQ~ɴ> |)%uInɚR2%iMKbKca.#..M)ܽiwhDwbEk|L MLC2tf|':yf}pX .z|j\8a c8E(:xrMij~wr8gX)MLU0'Mk >%ld7uŰN:xL9 y.y]U GSNq:{0&",-mqk9:bxBOJ`g1$Pͫk\+a+ażNMA2_.nih0/\&SGKlR 2r}uvʯ.N'H [/.zL6,3AUUDAa6-ٹ:?(^%:`U+ѬW34(\>݂6V*SPu*ˬvA)Xʫ1F5^>ՎNgxc+}HzKJ1 Okܜm min!%}ҙjrtb#]4&ͭ$>XQJ%0:].m;oCtqh߭ˍmnMtZ7ҥ/hwN^hwd ^gAօ%WfcRGtLևT-FzcչfX]^~YHߐ%x/+&lGLFה*m[tpkj=4A?n1~1~)_XY*~1rr݀2a-7UBע~,X#_-\X&o$} ˆeT\t w>raZn[4LKf#S/| 8t&/6XEqA 7d0GzD&XL6t21GWC~t8hdH4p-gσK;ʟz,%h7C2ȩ;gqsw #x4!Ow$tE:OhѶdQ:x«= {.T@ɸw)!%*z)mqs/C xd<& *8h74E38 *WۭpW7&1[ sP=heaFI !vGY q(2F)N{> stream xko8{};{ėD>AC{iE{(Gmlײ!G$mBwo ԑg83'G)K_E&|Hћѓ㣿$Y#pi\i6Ms&7tWgGoGſŒ>>JP$tgxZ,IS&Lb+t4xxFp2C85T݅ sIKo^P%ȓƍH.oG\0*c=YXt^RC0Y 6Y+NE^h3>QrcѢLItlad_~X,mZ2B*/I@)HvIѼ@)UHm7dR( א 0.'2>e]OjQ]/|t3L!y?a:Hӻrz3+c:3s>FQ9AҦX7N8̂Lac.8=! emޜ1O&V[ 2E1IH)㡗*gBG\^g9ONR٘Ω,jmsiX X>ƭp;z6,!#ۓ0BCczE}Y?X{|`?*M./XS9 vy*S ~89Zw Hvڦ+sU{(7x:,Q8w0 cC;,nZ="TI;:Mv[?.|>~+z`E2G~%8(+`}r˹ 9`T{+LWi :Ӗ;,;U.4b.Eoj\пhSގfkt6YOJiw隲 &bK!)ݛ ح^F<;bO8p}G,qPyP=k arNS9MoSNz{iu&2B \3r3IM<:r^{^TONTO<<P\`yPv1WL +JR~4w~hckk3Q:YELEq7 Gփ5ЪDoo kZU2cy𯩃i;:{ Z5:^RA>;}$쯏wx~V_v l#k6Rfm\er ȗ:\._3kZ B $E*4e`ehHkɵ &X"cqRCEW%i[U [^ϩ g/@ ωLz '9z=Nٮ]"׾ _b9a;ԣf-pڛMc N&)iQ o@)\C\'#nѣg-:WߎSy;RWu@ ڥ tY@7nn%0C&pЖX>a q(f42|  `GtVڒHĂ, /<7}ݓle$u۳ <.WpҜrMޚ S6MxSoS^ݜ!5݌Oa,ED, gYs?-i}ʱ:n7K@| jYuvܰ՗@J`yکwVxQkNarIxs!Y.C١T [Ϊ#Հ [6=)=Ihxݳ*ءmkM+kkä +Aщ~^ڦP yt7ji^0ohd{=₉[{|YLz8n~B‡;,B{b Ť b$?)4E=:i~E!?<&3DmC))g.kϰ*Cb@T/Xf3*[U8KfʹI']Oj3Cn4VLCO:Qf< O% /"fxsڱĨrf"Q|Xn}ڍҖ\žRO Ea̞6VK-6V3M0,24|Um0YYm]ܼRQ8 |Ƣ&~S '_*fٟzUۢ(wD5iTU*~|;ŸT13p0@sB_?:9}BAЋsSH1#L0"+0)Sf!pUs%j0U~CuR-VQ~lUƭO?^VK)  ,!D\;W2- 1X)v-S+ $c[q!zjem1V6#7Kג "5fCŷVcd051Ol hl`B.gwz+-$&6-𛺘Cr렛W(j1  a+S΄l|A[5lrd3_RZb-P096Ѹ13R^Uڣim6ܴKO{H D "d-\.C4فh-\] >kEto5ecy(4?4G^V5ə+UkaQ;(c>6ߖ{7w{ٽGܔc{b2N2̨=kAD2Ԓ4 ąO4Yu1 ċwՈ ݺÆ!'Vb@0$fJ DxkoV);gdJ=:`I'n&@'#yg[ %5S2֨}}BewNJ?˞AJj\ Č^a>nI/b֧8LT2ǐhO i/RWeaʅ IHh;ǎ`x=r ͐y,+TW:Wk\r$^ E9q  9w8Yt$*S v7R"U})_->6уgu:P` btd=WoU#xh1 ,p ltB仃{OPLuwE}1 >xGDim$!S_Va endstream endobj 157 0 obj <> stream x\o8 uKm.6P 'V4Nm73EɈ4#Q#΃̐%qƣ$JS?~^GʼnƗ{ 蒈E4i4_Yt>+3OhhN֎("2 X@JRԒEs`i<21^XJt"EL]&*Sķ$Yq$j,Ӏ XXXvŀZvR4c2Xt],Š,#97#[w[ff+c~#4ci?JB-dG0N<(-'>^48`ScY^dư Sq;T0Lfn G7<)Ozi,S#:GQғ r`2 cvM[hvY^xe C!v:>En,s-]9X^k>sc!=- E){^eqk $Q`$|M`_cIg=D01K&5>PT%ťz/5VTDU}T0XEO1G\ȝQ[ ٠ы}~螲R2@a R$]Fكb Dj'E.!&2GC~06ِ?19wsFݠ̕Kt_3 K@9Xt&d*fX¨P<resc%"u} :;.^Չ51t`1>.>Ci p?>=Tա{{K8(F6qNfa>&[(٧O#'||N^#v>N TNP| jP?HTfbDsL3 bNAR9> nZY8:[ehi|K4u 'Ia k )W@jHħQ qE.q4u[#V9OF^= OhtI2 l"*lXʅk\XbݲyvA|'Ŋ5}w Z<5e\['KmX u-[k"pL.CpHRruMX1ˀ2^f:AaE #K$R, q/kPS@k9WR,&'j]GXG> c-p#UqU.N f+oy51[\sW˘OErP-  GD@x3-|Pq,agi"܇շ-vyw^looeSz0#<۝R Z;QYu,6bm@J)Sq=9yŒ"䫗X!ˊa'S?kO!@򝜓\cI.SM Q]S$B$(qh2[Xة:-]$:q#6wWCgcYIhm8S&OfHE!Ыt,*NUC Ԓ}$ +ߎ`I։lvU!:ɴjs$JbJ;_ZRru, 2$2bQ@;GV r#xv Gã]vCXv-V@VE@ڠN,VhVXސՖ}ZˊboZ`Lf-рm?;+qϼ&.񓃯Ñm戝jR V~4(,uʐ )H4XB nnЌ|X` `Mcbhd\xNKw(zmp+7(]ŶIњP&[(YD$7zGnOIRxʈx&1}ʊ2TkXV/?B['md.5PvoLMs zO_sxGEzv|0eMalL;Cbrr%M'vJL ZZ%MQ=&鳁*)kƏM'J3caųyVힳot1_FYtO4G>`b.'-,i:ayyURc KB}>+)J;BWHT$~]BB‰jJNWB+S {_g]!W1xrctg\فnUEUIӉ+9W2$.e/%7笊ܜJ`7oq{D'OY^Vy2B;bũ+S4N.(KD3h@B^;%M',\Hj_l)ʅ. vƏPP= %IG {[dFV?UӇ~G{$r3%j?xEџP*to,^ gvJnnL5 Lvj3,ZW!Wtb.ʈӬ*‰boZJXB0eQ iU^c@’UbS t7 7/p+8nyr9:ٞ=t]ָ$ХhigEgI NgUWŞӚn<Vӡt_YM,\g_&z)&}0߱/\އJ\w*3 -Bi_/H>!Se(~dqе;k^K 6UxbdlOE %I6犂>]gX&TD5Ǹ[p$EqZ<]CTpQ!ǡ},2W31jMF?4 endstream endobj 158 0 obj <> stream x\s| Pk?ōqLu:%5@'Qz nwo﷏ӓ,b<ɒ~KœUszWI{z4A,aI .2O*vT%W=33eξ;=y7IJ.zzMJ0Q Pg%+ 2̳WI%S'EN.vvvvRv0r!2$q!s$9'w&w4²HtwdYjrRTcǧ4 wK¥QrIaɢԪ'6}lRa"2Dd _tܕ)l^u$'0|,KBgv.AV,S5;{{upgYNq}l}p(q#7B|{4ѴYVЎ8HƀB"gߦ\<`i`?Ф|$EO9s#N_כ>Лn9͔0L~S*\ u%w[D1X1ͮ멖_GwE )r"Z,DeSG/"UP q+p`S 0%8Zi4X׈ V͔eVεIOքfu)ƨ x=ų @!SNي5P2 7-pe٤]78 8hCtip2Vsg3Nq8W L\E"T=TjAWL%ΚUD &pi0Nth]k˼L.дD1)V<Pҭ(n!N] ca;ICL%f}LB pBPiK<,VN+2yw8VL`\R<?_F10"Řq? !L%L.w1-p ت_x^^6hӓ͉XdzLbܔ(JrfJ}L;Et[:M bqi];Rp-W˼aU7k~@ń`!b.d\!!MH&EXn,`]iVM;<;AԈz4 ug7)6,Do`sZTg"]k#BHS][Q~_O;JR/t<̎Pi*n|\'k24z PN0(w8ޡc#ET:aK+(Mq IPy4yփJ# vyc"O|jW؅yF"l꣘CѳfV`?p0ZœK J"{qaaKb7YtXJUdNTi Hdq#+WJ%RL:Y*:z|o 9 ݓ86Y*5tӚkb(=tqL שOck`^,ۖ!5!6?VU,l!˰+\LQ2Pb gѦ97ŊB-@/0 :f6g6.6V=.|w/bFg,x:Ōh]աNDXWRO RY㩶P;PGq*f7kRFX ԷR;؆8榘8k &ZᴡTsoe=h)[tEzѽw`i"QY.Ti္CpKvd\v%+  и .yHkgC*Yص^'pJ^f[bv_#pNQ0,m[ۮ tL*5b,Kzi%ӜikϾUBu@0!Ĭ4%pJo (1S'`ݓz`q)Z]PWyˋ7 fv.uryR-҂9/*p~F)eP uO,uo4#f-v5ϔ~Fܧ+ ],3#[Hހ]M&WcCP7c z.owi Um: ?]䥅0sc,9-gi^%\ԛeĸ*L+qR vgOf6އm!H۩;^Hv={bwɬk?|>^T\׏ L0$1S2"DQ .7\| 'SC c9|o#lӧ) E΃,'vhWƿL>14|0~PQ`^.@E7Phd0v01qo4\$j4Gnҹ+=(W.ڑXNNqxAq}ed3\ J9ؗqfdBF f43O92 ^P6ߺ6 iB%~}?> stream xYs6 =J?Em=߭m=4{P9[e?%CI]/AbIg`p[pbLf\ja*QL{W% [Z}{7| `p81|Wt ƭ(fb:6(A u XRp7!4p-PGu[IK Yq8$ָd)>O { ';ԉS9VKTVb 7HOn]rGK۾lԒI% oe {VE %>Rݱ[I%?(+E;_*%a΃)b`ΖXxٳGya4KDK;hR{kX`3~t Fïu:2M O=٠C $^% v[4-% M 7uɊ]7ms:" \3mެ d1ę*eFvmh-$] 7]Ydm5<fI=!#xkH̫$J0%Y@v Hc`tz?V&9v~Wb7CT{٭s8\L\ar,K mqôt醄<;]E#kIS^ K԰W>ì۪v_~K]OsR[YRe pϱw8V*r<)L3kO99&jÐReqU-zUtTGixv:ST6yXO#b=Ym]Kǀ.SL''0~ : ӛ: T7v2e.RI}J{ItEw-]tO;OQHZ(rw!v8k蝅X *z%e /, 5y aQ3e,1 +D\ j-׍7x%Vy73iGqdD5[R3ס>]#*VSNVPV64j udهŌ^;AŜ@k@L=q-j:b<:uMfPP.={4/v G]3 Ka v2ؖu #'B2X뙽n4-aw<VCį`gQY^/S$c|픮s1qz9Z3!8 n<_1\I6i'Tn]ٛ*9 endstream endobj 160 0 obj <> stream xrUv]"pTb[H#JYywA! TOw`!ej@W螞8 ƣ$JoVh[mT}v|)]1D,U`(*NzG-3ܽ:>s-||O6"rĤ$PfE[x'*TZ<ѨVh֘765 ~Ե'Jym5W7ĭretZQ]N [飽0ewĔ&3!ܾ>:{|ʙ50}>6wW RW-9Xs=;%Kk5{dlQ0$"!I sJ|iLjϡY' k߀$811,gS·7b.[1'q "TR2?%,p~<\;1΢Zŷ'zPn50[DœƈD"cHGIբwX`-KuFsd%s *1\xE$sJG `̀"UAy &<M\ɩEȓMh?uapHTΏՌ9&y1YtdL92gjS42tU<73od7<UnUI½!nN 6!hޜ\`9 U3DSLAAƬR`[@[kŢmaj5Z8W+r?,>,Q|f^A FP#[(is 1dV-L&w[ү%*e†Hs] ^ z İ:.e&APu/jXzJ9YkD) Y0ÌqɆa gr<-0,bz 7 yyt7ESk[AJl)6j5FuP"3dbto& [؆R pew[32N\spOyq/7dHT۽biRE;>E.2e _k#kzve1\z*;6}xcѠ&n:(fӸ0AصA:':3gp$FLS:@ ]B B8A_mtEڔp5Ub6p|z:iW@Eeߛ7@U ͒m+{+?rSJOcV T6N2B }҄,4n S"}c x\ݘ*#ݙxn]h?aHKm ̳NN?/BZ  C wsh p*k{i킝 *-9CɄ5S|humﶒnleY!y<-<(,;}k5=_tk&1̻ZjEEP*tf*"WU'Q9cڸu"bHn%iy/MK|$zwp,!;ե? ؠ*g>LjD b2fDc.au"Q([4uĤ%+0O43,://I9/&e4Y՝xJ]53cvʯqU$cT2`%UH! }20!U"^@Pct4WB<@Bn}+76,hudI04dA5`@HJx35xd ۰7}to˅7,`Ka;+I)t(!̿ÞUmU;0QCaJ1E-϶k۷mŸ=`nOJ𳞫2 RNg$<_фM"v*|aPuO%y{/ A(OļTDÆt*1uO$K='gUXGܢ k(N۶re_@݄`%RؼD ;35iicx&{eH[d7?l@|w |IegszGT3r8f:]# 4N %,P2i*|&jwЋIl\%F.vjpʼL0A!h4mN fZC,b}@Ķq^QR[!z`t=ɥU]OAȄG*0z;}p6Q0X'W՝0a 5&Wh0P[.p~fC1}7&bWO=" ?R}rѤ.d9!F8GdmkM,UVZ{|YWo BȍtK,t }d>$Cܨw!׌Pxh\(|is6M׋6yѪ;H{kzq/ijJx\1mJ#=PCJ C.ZckYC+rUc2߬'!W4jG.f`X2vS~@:H&T[=SJ 5oT{rR 's 9_[[GlgK Xx/`.q U9;2QVȇ4P{nl-?Bյiƹ{A vhOuer*W \C0HmMjIizՃF=Xz V<.Fwpwsl0GnFtB?sOOf2OQz7rΤ&S w*GߗXǼ+JP/W:F/ (a"Df[%~_–ʇuPqXtػ;vʝ8>k oT ,Hf L!a}[gNx]0TWqF—3p#(Zg$K|U'NL\{bvxːu> stream xkoFf/ryru4qz(C rl4QN73 %qEZ `vi/K3W2dI'޿Mf{O; ci&=pYR \'gS{F'*h3@w{n s)ާN(!0c-@Y*Te9.$KZ"TR,:2-Ux+[6±DpZ\62_ sI _ >%aȓ4OnenAԠe;&Kr*٤țLb00Rb~G$a1X&vQ4nYIJTNP t6d^:> )_'_:´2Ke0&"rB@v RB|̀ |Ȅy8|d8t7Eޘi=6AjzùgWC+n1rL*C9+,-c eEl# nV]djN>2] 1 __&/n?WytFWhŰ4}K#js)B ?"Yމ ]j]JEVuQ6LuT4*O`l}h:뇱)P9 PyJ #-eaLVxM@LnfeOQ0y!*!a1.!S4mJz'n0Rޘ_^KF- 4:0ǕXm/~w|/r#^=u|Iq\<9xg;O3FVW @#[Y0M¸HU2oaV fdVFg,WضxFX 8 Zq4_5,,k,`ճ4Eό2`76kmpo.X'Kv3N| Nxd(%mep (im<#ؼc'ָsRܫ70a񤎣"ľYQk@Pk0]ZKii<P6 2ͻC6|\_?Cu2-P݄,$$[DҿKB5YkK%eӚ߃HvQH1"5@X(=LTG_K6ky7x| U$>x} ]|Kp{ъ2͊nbwT#9[ TP*c!JQJER m/HҐe7ҝ%Έ84 2'C(S-F`,I=2 *\t_hmQ#$iƍJhA[C9m øhf3lD+S!FD9hgaI%ĨɭK p#VҾ:>R@%Hҷng^{NlY7 l$| MӎNFOj\t)O8OP9SulnB6שm5;E[xվ3t>.ǞU1~\Bڔ4"Z1L#)~$GJFa2K QF4y0K_4eoI]&TyojA՚,Wk\,U$T5 3vh5yn.<M =Ouf߇PQShl'"'਌ :h}TbȢBuF)t/X"4:~7/XY*/|h`K E.Ej,5c> v_(G: 5LqW_(3pr]΢j1މcOXqj7^-&?l+M="O#,uGpfOH,dg8jFH+Mz̨p~0]O \}rː[5@[[3Wێ>P2cz͌fILPZMhq8Ɩ$gb;xA&Fakia0⛁2/zKuȌc:♔ef|#0D.9#q}TqY`ȶНɖ|H":!'*J۬Bԩ.7xNasHі $O1M2=:UHȄug ;k.)4} -RU (icgA`$:,`fă嬍rUeSk EK2 :ʎm'Fƴޜjk^&'}3UV^^$%( E m '.wPy2(Cw;x=ѐ-z|zڬwcwȦzSk,IL fyB@RmNfks6E;,728lJFy#vuB<0 [4lUmr4Z>'d%fG&W0_(LMk4Q֠YŔ )8G9,_&|T9A.]URPt8 \ˆ[ r~QNS"oϖv-*9&lj_=BY@D(Yzg4V a:h~l0^5Y@[q)ÃaXÖiؘ* CyW&|[AT }!ϕ9->]Y.u}ǚiJɵ#ކ"G3SPVTF" ]xg~Ģ1Fu0yT\E&]V3 ,=)ȽR p)D<5 |,!z#9_k[7}0.6aU]8]pl;lO'$ nVɢƳfD9j`vqbk7M&^S-f#N%*@4lyGݙF&DŠl Fjԃ(27\0sVžtbꏻWap/^~8xd9ԍ"Q}057d3*cN`f>~w>:%Z6OGrg Dvt|z3Z"6q~mwxܭ0Cx&d2jXJlg"4&Pi%Ҍ\j6efh9]ӕrmM>2㪩;U҄a[/WٟS[=> stream xkOH;/7p}/)KH.wpSv=!3c2$WUm{6BOnU3\DI73"[EORDDE'[Gy8 e*e:Nnջ<89tgݫ(_t}?[עv@\r0 4)Mu*2Q&LQI#.Nŋg~nF\\k>(WJoe)HJQ&.s?xޑ+vtayZtJqfa,UmX趌h|:@.M n6XFFc +y:$GϢ;DaqSG(qu]M euu]ƻy`HY%Sp0daĥB+ZXښМ,ҹ` UDV"OQ46ccF͘4ޕ/:ϒ'3779Pt>_0I\cˎl )p춂Wn$79@YX<%\^\0@^3VnbIf6 ',Zpx%~:`)GDK6JPDqw&y eh߀ZɸYj"LQaxqę?5T.Up/@}NħMhP&7|@w&,g48 dc%6.oPy;',fvbm_<+)^E/+D;m1߀d&#(F, \79h@)ZCs+dSMs{_YHao*r&ͬ^al "DԸ5qՈ 3DnHD)3uГYW44O54 3Yq"&9_Y8oڀR~>3o?B m?VOKQ?GJ2!!fqWY"}v! $J1G}Cf ܂}s`<5)j7C l}Rr&W T@1IU1bPp\(Cs9n!eŷ[*-h8}p`B|7+ k!K2ɬH~B6r,{#GABIS,A-T)) rgd 8#<&M;5k1{F8bw.7krIH Yٖh.D خ#%}nM >Oc;2 wc'.b]WSY.t ,A,/,ʹuϴ ,s+~d`¦^_sZ%3n8\_i P$vn]@eɪ>/M3ĺBLM{n,MdY-cO0k1-.Z Ϧh_ʨ1[7Vߨ.+TQ(ݪ(f '%HD< :5ߒ$'䌫\!͉ >ڐlxn~\kܔ=zԒI؋kz= ն=d@ZC^؋k:ǃ~;8>j\2 fb e {qm@x~FaTw@@#;,,7Hr e<mۭN-щJeG3QE` *DȀ)@y%,OM&_R: PJ&TJǼxȌch84#?;V|R$H`K$&a $ ℰ <1ݩiR'e-$YՋGUex攊JN &םxy2xbkeUMwZ8{3C/ݛgǻPϱ=ڵ[6±8߫5oAΦT ƵT 3Y3Vd$*jObr f*f ߘUb: JN=|V 4ؔdt6[ì5Xpݔb\@h&[&X(v!;r6 Cd'{ 6fA `A(R&~|{V:9>al06ϝ Հr:TTeBȆp`}><0HutExv)ܣb_ĵ`Z⿆[ekZ'l6aY6əZ5ilɋ53R^2h-tfII1کN1T=7깃q=TK&klG%CdvW,*6ZD=iٸ@W}4;ųԄB 9>x{| m@JOꗀh*eFQXFw@ "ͩo }Id]M]=yv}j6m2]RλO v7*5ګN2y( ,2o6VFǗń\j\VwZ]Fjn|T,ȼT'JEƌ3ʫG_HCLW yhk0wzB7 il6%=?ջ趷*&N̼R^&Zn@kך:+-}lM-OvUO}s -lhؼ2 ]XiNGU5֡jWy*Xdn/ug>h>'Q{ c] Go&#F5m$#"CIdς,euGMN ZPր %h^y„TWcwgcژ-Yd | DelsB店𬚇_#ڷDʔw `1]^Ke`xk endstream endobj 163 0 obj <> stream JFIF``6ExifMM*&C   !(!0*21/*.-4;K@48G9-.BYBGNPTUT3?]c\RbKSTQC''Q6.6QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?( ( (QP <A.2 )وEc>!3N3xo%:v6PQ\xd$>olghUE Efj4 fIi[ݱ81AS\ SI}ԀZ( ( ( ( ( ( (t1,2v3Pkq bGwm'2/!x"/ kJt-q 9#e(?5)R"6Y^ t-BZ3=ߞ6'֊1i{n-y9RL>aj;y'֛,q}e;FNsؤf Nd3ڳb7 5k;[P$u|#T6 qٱBwr9[a#0fzkFʼj Y$|wV"Hd" ;أ[tSJoG_U }I\0E?i6krWl?CSigpUbeOK4;.'b\nN}*j) z5@<zUBAݛI7I+p~`]&:' S4?&=GI~ss۞f(((((k(u* \ Kü=I)$ж#Ӟpm;"ZDhDm Ē mϞQ:FU IkƠd5ʓmKq$2Py.~Wt㷈ܷ@]I9"'5%8$MVMr~TsKxc["0sOHK /~\P)[X H6վ;yYO k0Ij*;Zd%Lo2qSyv)熭 G5܊C1?o.Isڵt]O*sRckqofP~|cbE ?jҶF8Jd_5P#kTXĭPf*[֌qEk6"3fqmfƱGEXu;i^ 2ңު:D@wOzc%L60>K⾉Z3PNO \ދt.Z{Z~V=q;U^7WURb8ȥ{"Fn kHg.EQEQEQEU=Ru :kV=\8]I.5‹˲d/sK7kq&<qY8XoGC"v#exv 4/OޑPONσt9T 3;AR7^W$t[ F+׫B}NfE8iScyai(Bpf|d㸪&RwB+{m&B Z]Sţ퇕ۆtYOS՛/뉬,f Te+T'3̌;0A$]9u6<Ǘӆc}9Wz'mј%"̂}Aփ۸f&?s:ZD\:*n_OUH9Z,F꒒Y{hUm*~1k*9#Lѵs 8}[9ܐJW>쉬nK̃ 뎂n*p¯r.C,]y'C+ XТOy#n5mtOH9܄AQ2IeeyP4>jC$v2ve+JɍPIukp+{ֶ1XW#;j6&(;Uֱ/0˄#Q5-,k0c* (dO&@ʿ#0J gB2zDƣd墖 K?ʑ~` CQ'ۋq [p GGZ˴v-Pd3eK}wyo&m=z#O b+ぺ>ߝSBMzi?N\JgMZi 6}y7s0WLscubn xMxҧ/[y <9 4Z6|@Lzh)mFH'=j9_3Qoqe@blbXEWaF.UD 85[Om@nfA)|*ocF Qm:9.d}k^O۷c?`^;NT685j$ZK30ǯjWCFM{T'a,=+N;W*~nb-FS4Z+{ilf#'' (Ο22<67Y W]Y[I'MP2烜TUm܌qCɤ΋VH%3:o ?0b;Qe#<-pcF ~tRhsJ&e:w:I#MOK&bFҲZ5t N U`FEdO U†8٦dS.t6QI(rq oȿa]·VdPdBΣGKP?E=F+^ `C.XU>?ʺaVJAES (((J%dm (oϯ^X7B@>e['p+oو2IܟOi%?皉!My)gʏҨIv8iW=ZHv2/'pG7it? >RpKs֘iR:չ¢Mqn %F׎K["uVm-ql7͂ k2hg}M-un pqWM;C=R2;{>^o)Kp$QQD*|g(4EeZw1Au?-wL2r<a=w1o֌]g|`jPfiVOs7wX$P#UܵXm&H[2emI?|͑ۥ5g8^e_j>nmٹI9_l+PٍF:46٫BFA9V|Ci #A%_Wdmim(2HHkSڸ?Xk~쮥`NFJiߗSƧ>(9B((("R)PlUO3+ ;VA6JR` jsu$]{V1ֶ$eM2+.#=鈫,Jy+ڮnݒM0XUGFm V{mufpxsKC1+iBLg{T9*Y$:+3PrOIv5oݎ*8ByP ͅHĊqۧZ L #drGĖӼ$l%URzMi/#H-Jvַdhc{eG ӽVURXY\}!dr=Z)8m{VSЮU7G,CZ*. I~-c0@gZ嬏zP(jvrtxzo GN*ƪ&7#vv Q/$i qbqz)~-FsE4nZN.%o$u1]W)upNʹ*r;Jڛnqb~;*p((((( 0 KEeZ4y>WҫT.L{;Ciޫ;TO'ކ^+#UkmY#HH={Ӯy *>TgC%q5[Mռ508 x^ajTL1JDu5h#"Ǽ`7[܍(-Ðk^HdzI#5Vn#MwSjRr)h)i'?(Zq$_i!;A& ` WQ8Zdr[ֵҀYⱯ,aI#ex9~">f_ʲ`zS!BO|7a,,H<z]x]((ǡ=IB^\mEVAEPEPEPEPEPEPEP[En^i-(չP\[$ :`eӯYIF֔$ң])Ƣ呅gKa?5B+]Xao#YȋIi7X3t˺JVnEV5* waES((((((((9IkҲn-= mS]UԫAh5ʹ7p43t==ݣBw&J*MkrS}˟:ecz~>޺}7RbX߅z5$%FT  Gj[m6i,K<(;N:R7C N?i2QUGd1a kZ! K'&m\ubj(Š((((((((((<}ՙRdu( 50VݘZ KI1=jQB(UH(((((((((((((((( endstream endobj 164 0 obj <> stream x\mo.@aK.--$kqRQq?=KHt܋c _owgI5`鎜%3gY~z 5\$YRϪɺ;=׳dyzɟ.Y& ,I]0M,XY'w@N>l`}kW'̒??NO^ˆ?~pjMsG2CJYIaBT,+ȘZH`eA.DHWKj>UXJE.񩪀$Ip8$x-_fi˒BMgfL_BfK E`9OKmZXCzm:ff X<eh~uSFªaU*Ń7Am z4ؼ`>{ܮ]i%`IXU^E &LbPbqXGeM,#R++qW@ֲ('z΋&-l\tlw;27n\FQg]:g5PXiFi~/|vA' i28Vn%пx ׳7K޽y3Nπ#nbPJhEBz*! Q G'E}4<%ykrEG~o\zeV%Argji~kl$s}Ƭ( &'CQc FKs n0V 3qLaU:1g1կVwZPc}d(: ISf|Ӡs"֎Q^o$EnY,!vsۻD_iSJzV&Do&vn?t}sZjQjrvݪr^>xIZ+N.KOFA;I/*Vyt!ځ#{8` 3-gt=1LGD_Jshsۛ`,.bG@ׇeT=:pjiEE#,;w% d&lRxM9/?2!3^4Lo+xX0oqwK& t~7[;~-ОQG2( w9h$mlѠ>f/&>t<]r""D͙}2 WN^ɑf˸7ͦ ]?#Wc ̺a!f / ¶m9:dӰ2v>~'{EGקQV:SƚGĚ95@ES kux8j6fkmXpOa-"$a 5 90,AU?ņZU"\@mCVl', 9G90?G92ڑO f' N -e͗iz9~2 ,G?ttp$ȎE~CuJd:@B2N5EhFv`2CRϸM=Ai9iC6GrĜ$m )pr~Ϋ.FvK*vx'įLwŪ\7U lsc2sjX*5Vu0- p^!ј52y N(ո5%+E]\4C,T'$%uu#{3\^piOTVWuW;c4g8T}¹I8q|0(Y-nx#s!@˜_Ŷvj 2#("߲( +Q,FrF.G\忁Mxu#vRl'q ECRznYNxNN8Δˠpo]E]ZӲ~r/%[&Xu=Ou|iLo7kBP GVŕ %)bKeű.* ΈqOj8:OdIipU+䑌Uc9gͲDsB2 Y2(;@+CmjYUJ{gdbv%]_Ub19e^K#U70iu(ܸnY´V[n_<+P kLk:L%"̋8buh|FOeZ#Jʉ VZ--O ۦZ[e^yѵ-Vjg;ɼP63b)bYw2kt&'&7܌Z sykfûv.] o\G{R7P1"]m ъzJ ,7&ʒI?KTcT@IYeN33L,]'HviR%8a#d-}]Ӌ*)~nZ4N` =C}H'+N8FHo Йu O^=0)Rߒ:BbWj(L ];-7ޗc:^a_~\GA|Еw "ƤE)4 7LXGHE'ԏgp<~;'b*xTq  (o?"> endobj 166 0 obj [ 167 0 R] endobj 167 0 obj <> endobj 168 0 obj <> endobj 169 0 obj <> endobj 170 0 obj <> stream x\ms6N?tČ#@ כi4_Mܹ9,ӲϖHo ѕ@2JQKb A"g OmD0"<=rp`t6L@c7]-e}x@`n2*n!cE$ذ͋Y6D7nG W?bn8NO9R&Ķ\O8|o&N+pR? |#ѫ:t>hAgcd8KyxC<*nVq| E;ڄĸRęl @j jAurl = (]/~&—^sE~fL.uL]vQcFj./A H4!تIX9.[dr/P`kuKIWR(f)wI?*I"o|6'X(yH^>c`p2qsW+r'``{CrT'C|N^ _hPvvgk1`+ l|;71s?ݶSܓo; v1}Kv}9Ò=b;gmLL|0}M *:( 'O&Է3pſES5ƵS ''alZ]2DNDP]vQz;cv^br[uMD3X7y`mbZ.+h$$Q8IJ#nolFJ6tk yi g_Q-<"t>q gTd3TTآ[:F(A>@D:,1`=mz%Rςy G37cD3[bĸς߯GmD ʇø=kfeEp{laךVxpm(YsIv=e4)|hU j4IimA06`xՖV]&`𡍩 *!'ɕNbDu;\\$Ӫαp 풳h*/_adpR§S@U42mH|GY6d8\-0`k4sB[OϸbOTʢ{q1 w:&`?gPhX Yobqf ,UoXIX,`@4 P/X'H+qMɱ15r2oHS~Un*i:K)4k_-+mUnm4ڒl-SY2x%+%,MaA1q1v씾P$ү>G)50b:3-)m_ƭ =ĩdvFR\n{\mIRV:` cɌ*7G'I'GZqy۟3>:%ȯ ^*>?g6Vߐ똷8+w.i:Ūo؋xb?(,=$h>"Rߝb!Bؖ _c)LEJ Gª2з&*wªq&  q3NgyƱ5:Sn{}ӈRչ%Fo0Վ& *:س<+5 thm=egT/ "XS>8JBWQPqu.`%@?b 21˭x[z^ >7 pds(oCܿp[Z 5*-K?<*w h4/#$u]yEUi81QI*kEzа/LV%P[BPŻڑ 4V*٬*Y,,TtPe%aӅ%SEVy!)5D)3KX endstream endobj 171 0 obj <> stream x[ms?{q4ckj7mӤf!($qq*Yvoo_;zzR\dEfٺ==lyzOD9+Tv}{z¡_ҌCS43Uvysfszӓlo'uzgINu|S$0taRl (YRLTYX3.4?7I*EaT80@8 LsXDv=9H>_FX{PKN)1qnqL!_,NG>LTNd>]LtO zm-{iwЗ;ܗy#<~VB2LQ@8'on[Wil&1elمiZ{3ņi- jzr.ʑ$׮I3e;s!60v'B'ElZ. XaY< Mke,W//Uw#(.$mE|.˺7]ZOJװni:BGW8u;;kJXeYKn}:tdA #h].W yE~lD(!  ,n(1m?z/(`8vtp!!B& UnGxJx^d@v$HDQ2p"4YBBFㄞ)E*B\0YJLLM qndj]xVFRˣ+(a+^&q%yMǕP*tD \Fn'U0]`^{#ր'g>\aR9J5F7] = . \9@C!p[d)i ]NS<(Ho{.rф{,!|(%uL^)qJY2cJU *-&m v9lfxO.-*41E Ȕ!j57#A7Y^l,e-*V1 J@Sc>n=YKG|/ axZ4ex ]{OI 4?6|$5FnXtq HJ["kLd&X{~F=@mcjQx#CʑTpxA#(K7Ml*8LU'_N`@7E%s香N>fJlE+\΃pP@Dp/ԘD؛n |.ga^BM9jng:)Qhgʁᗚ YJ:{J.1Bo&Tj |ꁏr <Q@>5:7hi NZTVaۻ8ZNU$yL f9A"MBB~`)M|&/Zx *LR -uI;d)TL{)mXc{T1tmRVT6XG f-*kg[Xr$(*m,A3v' Y?eBS3wP,g} p"#\G:Hxh ۼ{'PJ,G[^y(f] (; eԢ*LUL5:-7H%.{\_BEq J#4R= G~o(x<(ͶE_kH'd/.Te9%@}Bo4MVoĺ+&Rd"V|VV}qMӵpjx++muG{WحZfC:YHO]B :&v%!VJVױRe1>naji@MpM?StZ/զ0Ō6/ 9@rDLI?BPlfQ]ޑqWh/۝`;\x=z&^`ٴঝ0r,ÓsL tѤ%{MaenqJh֡֟mD&,nw6PdZ%==u&W)E _ANdHtu2&Tx-ԯ{._H +ނf:Ae9wϬȍ&ThiDđ}#F1>dq8"^dA87kPU0y! .B7;P*^oP l'Uy]HA Gyl%I "l*gwM (m[rq3oZNm(uHV~İ#ރ'OnJ^4W".j*2d/`o'YZ.P,졙B]5vY:%^pT &nw[Ӑ9%R"5e// Ťn(X1\~J4.%[:5&/xo!qMf,ȇ7!F͠f27{yI7=œS5 TdmC~ުx.?Y7 {ϼD6~0& B:`@k0c*ig">QȟpK!m~?wg!%fMxR2dU[rJ &B[e?IɊYz~0V"/-$PGWr݄8ez_($ l~#>t9&l+V0_AFNsDUb-+Nv F;.= endstream endobj 172 0 obj <> stream x\[s۶~/G,&MҞ&mNI@e(9? )TLd\bŷREarƃ(H3y.~{/}H#tQL R!$ 7@C\gpIWz}|i 9>z =ャ5Q@d, (T` %OHBs0&xfF:] ]&UtRR C0Ip ScO3{ycP̂*vB0!da B)"h|m9g빜  6tvL7FrwqPvi"Yx !dcs҇zְ@r- W Fst" Ak89gѕ} =|xY =PN#:ɓ탱>) c+ŭ?Hf~ϊk.oWh挩G  %j=rvjWs^a3&sBZ$ݳ: -N@ŘKh$`|.DP)]0saЪ>2=@l'ҷo=U>@&YL}Mz;2IO<f JtkWLEE50l, ٥Q<`ȑzC$#D}S/j~g?f4^ɂsR9i>{{?%jS4 up`Gx?~gJopuEF|S#C@C'8!h-5WYq0{#.vHvd!NQeYF^o`Z5{[[aֈJ0#t^tR\*N\ԳGy'h+`!pq" Ǭ3_x|;Z!,W% v wHP>C*b rQ_EޠS'1DI> T#n40,9ob[Y aG|fʆ NbGF»ǬE5,P&m"p: YpbWfOp4 Gu A:a5= quN,xRSGI,/WLj,ۊ΀y;*"{=~>4uP΃%+'iJ 8,4 J1䓴C>gmU Tw.Zc(u=Gqo*pF y:xoDLƸ):FqL&xp0nڠҙh-kԂ28+0z|F' ZH ȦlpYjm|U{@ʦ.F.Twp* $ſZH ƫ|aFUMe9*kTTWPIzd^| 0{^ֈj*>1{vw>x+ !\ԑ{=LQm< E욝Ň98=Fx=AIřNm>ZRWD;q3 Z ?rDq;=$$EwtxDŽq@eƤކf_qEk~^"N0ZxP O7Uд*(/i!Św2m+}Ey?flSYm\x6)lѣA-;"p})(nQN(NyҨ cپ( ~lyK9C< Xq?"x̋r~4(JF@AiiEm3{/cmuiͦ0<$O~DfqTOI$i3pT-!XS7y6L,s'F|16,-%M7Y$(_WQRZ^YuS,A};Y=3߿ յ9fRVnk P]z^Q.>(% 3iJa#|A/S9W XE:ۋbTs{a![9Ӎ =Z%v 6 J.F=P >RQ Fay9]%Vԛѽ#hM=Rl7tw 6uaC t;~T=ÊV[Sw|*ea꒣O D YJKvk]t]D |]|+\U!(Xmf@{csgK R4*EVttsɈH$3Ys#LZǠ¦bIs}1ԛTDL*[`zNM4.Wy}PV2kt kmrj*=Ue| q 9iͿ0&.}Qxr8bS/h #LH$1+H=So` R~E(CiXZH12@ : fDla tqv +_cy-v^P$j1ҍ ^ $>%0YtX1a>Gܾ9= Ú6LzY{,s|gJc䅩bp?xB|qbX06o?c áU$3*Ԝ k'i;Owޢ{~MɁԣ8'yXf?|@ꗛLCM"H!L'?2i1s\4'7C6'Ì`3Qާ' D8M0;!(¦0eDBcL<{ȽyL$N%WޖW KvL#4/Yy%w8aI[H L"ED]̴VoQJy`CdYu=C]s,\(LplS^3` $!Gi OP)EEfV3Փ($0| %"yr,ƶozyr8vV9}*H7{>l}h0j 9#D2:oH}7D2.aeI xLJA9[y.)rr,7[cmkB±c̢4 endstream endobj 173 0 obj <> stream xkhܱ\.mQvǍۤA`Oǻ|Q;3ȥlh Xc;;;gq㟊%A[TIi~z^^$`,\"42ZwepUY\k?gZJPq@(~:K(΂" 4%Qч/r9•)YAU>JO"RC0Ip Kce\>&N1`/tjCtiʢjF+MX6^,Gޅl݄|6_٬~s@m[>&؆ `Y:{ށ(-E,|0=D.]]`\dMxgMgFDhx$]&dLB=o'`'cch&[ڱ|}qKt[t۰opAN,3ȫA4q$k$k7R3?qqY6A|93 HFl'0P<ab#؈v5a|49r[*K$P_FS c`U ߽vB@Tl4MIϑ@ATr}篃w%|vM{g< Zr`\R*ceMtyZu#F8qƫ"ʘkas2Q#bdQ_d }uD~Ÿ'UFM= /%x܄Mt/zҤgV.ԏQQ2[QZV"-~4#[TQCqC 6p3-ueʱH\*$HG i\~"]#UU~6C^c -85y0"W+kYYsW {S/;o{|Mx޼04J@ڐN&pE<mo!U?t%J2&U`mo70 ǗO3ܽ: 6?PA77q ;Hg ud=WLf0=`Lb1|2&sqY cò$W,%E^{nьrBBܼ(sh jԚo HѦb-fo¿<}>g';7)5R{PS`5v2㗖QrRyO(oX~6~qƀ`]è]#Qۢm2͂(^8넵5nka4*Szg "l(`"k)G+1:ExyBVw eJ)l.BAӃĴBl'9DNs@UҢW@kWV\;syX嚨|9+w]~y )j LkGl#sOr Z݆andbH߷>KuMndDx(ɧV:t8Ofܭ(*TS_iI>dK޴l.IZQ xz ,>ŽJ9ZSF"͢ Ԙq.>1'X]Mȴ{aūHrLzXֺjI+ pu+d"mX".(ܒŊ*z*/a 2#R^̏tƫ1Uq,>+V"P`c*a%_BS21vyU{#T1&4uR*v 1MUBɠVY)Bk/i< v8 eQYTPl:,{KDz.iqTZbF_0V:Z4M]6EFXI Ki;5SS:mC<M!惿IY£,#lJr 8aERyc+4/nO*k Ce QDMTpZa ԡ~Vi:-mА7%0bΒgDZ_A5>#; ` Tnzk!{ݩ">ծqދjPLt#]#4 lQRG] SY c96._3jWpJe Id،G@)U6;dv>H\UD8OU8|\0P@.YZ<+/~ |JVHD rh,.Q|YM$GZҶYx,2q1HRR͓;Tk+:/\j߅*Q7(%;SggZ kchX #,PS{>JCO7B!y߅Gb4]8 8~_=/ @f:({n.ؓ?pDw{Wl@T[Xه/'`쥇bU,1GC9@W̰­"[՚ؽ}poy4ޕ3 t'q.A;y/]Rm / Ucs~qLcV{t h*<8vhuf`TZC'>u"F//xrQy &%[ú&xK%-_KF,*xfE E5!bJ|Z *+\֔5 8B,9PEU8O9v@rڧKZU]2@Dh.7ԟ!#*w 2/*1 endstream endobj 174 0 obj <> stream x[_s۸F4ƽmĝL'Y#ߜEG.O R :N2Y b38X'ӓW'!`\W7'x Aӓa|eD&r)"$gDI1YYb: D҄:8no`g?AC*K*!t@Nޯn5Eb ~7 e xTK&捊-H t ス+F8mwZLIChv!svItID&Bb&3dkt.܈k}'׀sx<\H:883L[ڈ*gvi{i7$uϒ_Erh?S8='6̌-wH {`҇B81Ö87!P/p@0<tQLC)Լ-0^ 6@h͑2Xs 'VfH_ ,(aٚ(+c;,V5mĹCQ$fGn~S B03:ʟ[[.NM(9?|J]7A^&$$n9 iVF).+Eߤ0(Gp]>5\&,IU%ӹsBUpQ#xc>U8&t,҆fMdl$Ԫy+f5c̩* bH.^EϘX`lOf[uRy nl8DCbrUB]Y&]S%1.m6M4N$)o{F=<0J}5M^7s_#H$h?:ZVaz_&#|s Z6Әtm;4IbQS*4o$޾Ɔ{8S4 CuAC1Ȩh\St%1!90'Ko2Lщǧ4/B7ޤϢp}-s'e mTOV`jm[L aF,C z{SWt[<날x::&>Ļdβ|?kd2x)@ydp@E "bGV `RX-X(mQ/'C{&:&P5R;O4N¹S.ta\Q[8`t}Ρ$-6].h.T wcKq[KpF39G;]Eէx>E0CPFSgNϻ:TTUtX޷?շe[7V@t&!r.l3bѣXJ,\km@}||L$ ʧ_+-ԐQS=%m)XWE2:ߵ9jw3pǫY5JƬʪf./zÚ =5oPn|`bhTs5G9>EE'hD!%Qh~>Dan^EA `:) ΘGcp/!V^/FlW;#pە$a{EKmW (z(<(!녌[fjPӌԻp+iӶN^5( )zmYu4_8cyD`c?%h endstream endobj 175 0 obj <> stream x\s6= %ɻ6Iqڛ*vRrow~H$$7=MEr],~`?NO2IHHV'__|J$L%ק'貄'fnYɓ;m䆮 ϳ$orӓOO8%DsQ$tf*e::c"Or p^Ѽ!:i.WD{UaZRᯬ(GpI2\$˟gB4ʰA_8vM:vJqV1da-X&rX(9݀vzqQ}yO<$I& fֆVݛlMƔg[蜌w5.a|%Yr-S.o/  HD@∲Z,"g+gj8^tiNbҌ/5|ԧ[a;(eDBaDH#3<ȹ2>r Z.3Xy5,/T=/QW]@$v7|N~ %]ޢEqf "QĊ}۷q Fe#NG_4xS3QHV9ьI~^s07 с ѨMz7m\ ~,(F(yQ]> [?\ ZlhFdȌAns9FofpmC:lCa&X!CRFϖ:ZvOWmr,wLsZ1D ^j}| s3)CbFz3Ǵ-KT#,LjmD@ڪ\ 4n^{cQc5*#D&!FWh:QsHL}R8Ft@${]Ì8ΚY6@ ?=Hoeq c%ClgL!*KGqY@ қe=QX3fDА}rwP1^UiV>@F^L0an̋gP RCL5f-21+z}pT145-iBALv*sNcJF9"Ȉfd [n}q9Ġ H1[Fdn7E@cL='4U%oB9brJdX4}W)|>#Q#곫f|,~9~=~9oҌ +d%l\^P,og/i?ZBVDžYFǁlJAʪ]i4:""j\ixbU,\{h0Eѩ()2lwrl,[-E-|)' ާ@R ņ[#!%8}"~U#:ɴs| 4GeҰji.͏>){8if9?tXcK ,oѳ78^.9X/vc0^<ߩD ,7ijvt4Z9#^Oj ~%a_glϘ0Uqzlulf`% QEuCY>+(l1c8*4@|[ 8Sܼ`xJ1ˏ d:hGhKs0 ?GC@}Uoj\CЭSqIK¸liR@žW|h:Pj9&WwqO0>{A|v4G SE lyDGM `@Ky\'!{q0mIJ駱40 bQcYQ!G#Ζ4j¤[s(C$ȰDsZ=×^~%Oƭvaܶ4Gq͚,Zֹn>z78gESQX8tTxJRQhp=0$:hi ƣn\gQ`%} 窝'H!!-Ȃ%琢Λqojf,OC&; T=%N; ?/Oi&D?FZ2clxE?̌by]!FOXL˨Uy[20][\a} 6z>3{藻r[V#Cj cIZz$W1cCnP 00NԼqؠ ]wFTgK E6D'MBF ASi "nj?rD-?cۮvhY] ~(=n5m#(1&TH>愥#lm j,rz(ovg_sP /ʖW]ȏ՟ 3:C 6bӢSn]UW<]cBYF2TN?{}TI^TkKtkC_uM8]/o1}lN+׌3j72Qӣ#0V7M;N֪m@ `}&jx6[JKm{UOjWU;Jes{Q\@1+͙ 2ᅴ x^1Nu̒U荀P1AorC|Jv%Hx*un0zlT]޶֫ݔP\'m<ְv#9<%ܧ/5k6^@+̸T.Rym3YTa9ǧߩ·X)lJ9~OF$T$Ncў{NBtgX? [#S#x CM_{)f Rpĉrzo%h \ף,ω(&:6Ot9JbS(3Z ",:Ĩ.—sk3}ذ>X'Jeg*A7G;?Z/7%&gΫRR endstream endobj 176 0 obj <> stream JFIFExifMM*>b?rQQQz&u0`:pC   !(!0*21/*.-4;K@48G9-.BYBGNPTUT3?]c\RbKSTQC''Q6.6QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?(Z`r#:U.H*-QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEo$B.I]#Ѕn~MZ: ( ( *).8OBoeV1ݐEu-UVwZ'ޅRf q{2Z(aPAymq,C2;dPySSҸ >+>d.gbIW= cVi$ԉMGs3Efi::t%CHN( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( H![o$B7cVAN~@Q@j%MKq'u=*s֝s֩ou EW#9*F=%t ʷ TV(liu9:]ؘW5Gvzjψh9 {"]"z(ˏV2E;Yq`.rݔt־ŨCe%OH۪YrwkvuƧ~^]%FA V"@1ʇDyl&kN@sK@Q@Q@Q@5;׎t41 Umsne`p~5Е$^5IK50Cm-з@} Χ-Qjr3{RT25(_ݱ[<'h\)݂thGj"MoJB *S-QTmyy0FBë۽N|'c&e>FbK ^C} Q)m-"gr3’k6Ee&~$_$F͞"jO9 )U줷24hu ys1 s$'U YEqf?R(ROBQYQEQEQEQEQEQEQEQEQEQEo$B.I]#Ѕn~MZ: (dGI++'2C:TtQ\2ۻ ( E-6RHf'dSjSՏCA8!.r?AƵ4}V;IvuCQ}a}bB]QAk=ߑF.|Ԡ} C"nkf7ȯu;vQHihsyq4NSړv*1rvE̊\y1n(Wj>xxOz ơUB-YMB+]YaB=ø8Y5ԜF<hci61H$6i⵩1T˦!r#2,rB0YU孯vŖ7"T\1F)*V! c ?E 76 i#y1ÎVH9  aw6iwPqP5gg"b1FG#9kZk+.VǦǧQ FXU\nonhdS+|AF*+ݭEȶ9jw\i2],v:#[kSpA$.ss^u E'p+((((((((((-{x`*툂C*p_M>-D2>ld#B s=[Ν]]C#R29|>MԪcjҮYǖN=AETQEQEQEQEQEQEQEQEV\G ߬ȹ'tB u6?kunXJ{U߾QEgcVQE-KE Y>'lh>?X~">du(&HWN9ɡE%(V;h,UJ15q6%sN_}dʺHǞ-"7o Ul)ɥKt.dFwԎ:MܦYcyb9#)[6+-nTu_RV0ƩQ(mZ %yR5&70tm<>Byr̸Պ(}۸xcCc$RMiKe,y&U'{1Y DT@T ;SaEPEPEPEPEPEPEPEPEPX6rO+~RZ#%TX(QSbu??5\|I{g܇#̊Km2[w8EG4QG*F*G c$#fz汯o/.LQ.k?=-aFtqPsHn)7rssߊ=3֤ AKXn[_S.jϾ[1Ӵ4}V;I6ꆣFO8_Y7vtvʛ~Eѩm05 8N$C['}QME 4(()Quf8Y"X/2G,7?Jq璋-^jP[Xy <I87]Gmqi5˟,0 a0@8j]…C>`;Um&t{n2u{E4WvMP[(p}O&uSO#Č 6ۚεi-Yê\3~xrIqqḞΌ[:nJ[Ktm5w{`\ޞSs1'oI\%n +Q@Q@Q@Q@Q@Q@Q@Q@`xE?H!@_ScVANn~5R\5N- GQEKFZZJZA@"7{Ta4xQⳝfu~&=~D汀QE-&F_Nt凼ҢZhQWbOjdS5S8z J)k; a)RPЈ0FAi'k=L-_j"v*{ܧ;jjνs}CSW˃đ7U5[-ps4TL<}b;֖G}81̇l7T4BFoHKCd5`s:3LtU/b<CHَ@kNrj)*;`-E<[^g)5@(2 c,nAڦבGY {!/;UXDP+5*DZDwVZ!` RE2* qKEQEQEQEQEQEQEQEQEQEQEV\G ߬ȹ'tB u6?kqZGT+Hqb~$-4s KH)j)-%-CE#_-V~WjOmh w?R@\#:TRYX)E%-+ O !б#Vd韽)?AZIBHE7CQ͋+/ lS)#AiI{(C=:&]/'*3Mi;M=DuYAPNKހZ5,?"z+HU {=^\Krk) 0zkp;4(RK1I=X7QӤiE~#UKb"o[b!YeQy'k+M.p$b,2T'\)-˩yQ)_=1o5n}+ֳ4KfCO&hC (WrtU`; :RZ ((d@|jz6mu-^0bѨ=u+'<lJy! ~}mɹ\uk>Xp+ie9&$DlWa?.t4V~u%m<}kJ&uy {)N >e#\}ukW7Rd ]?Zo]qf:$jN޿K (m1Q\wzD&H1_lkNNu(^XiYzL); c^/>zUr\guVnW:+SMvcPɜA8ҙq$1[Q3 qޥaѿE`fsbKĹ[8Dʟ Z(QEV\G ߬ȹ'tB u6?kk}CW-ݤDڧԓiXP9sV}ԼeN'U39E8U>t=L"zush̎[I!J~jV iYrŻ5EŠ((ȹ'tBX6rO(v?kl)Vk9֕gL13zҞ>!hҊJ+SÅ-4RM u2y?uI)G^.(hijPHB&njmGV+NV1$1YZ$RGJԸnj@ pf@5!/0dNN2åB44?1ZFFơQ@“VFD: I(g "F{1Վ?Md[ChRoxqxE6mlQ#")1a$E\FFM9\Ct~/z~5`O }+CSP`@[1̜2p}fzH1u(DK/}?PyE8iq,^νW gm5lN#43}Oq 0vaÿև-9jk_sTmYv*Bk(/w-jE/r8 =z5h,Nտ4Dv- ydjj{OHp# B;.[̶IOQ]c*.XRn/Q3}^KWq_ʉޛz4H\GUiIk݌S :^.2^ߓ _'­l UP:SFIViMNqKE ( ( ( ( ( ( ( ( ( ( H![o$B7cVAN~@PvFbo)c]{4QElqQJ)- +vLkֿ{pS!(DL{j_QqKE0x1,ayf&$yFǟƐz!f8U'R^+}-"?qǡ*wa$5b|b?ѱ?mM.!R+6"͢Z)@ 6x4ڱq7՛i^">jcQ5JuT<*=@. W9[疋ٽGlwC: ;5ΐ MO_QV};X_}I?'ҵ+U :Q!%=)N[I%)0:|˙gfZgL#OAkoE!%AIP6ꆳ %K!.t=$5Մ:~CގsTWP#8&ꆶ|׶G=斀 ( ( ( ( ( ( ( ( ( H![o$B7cVAN~@Av3} OQ3 jqܙřQEuZm-!ڱtGypzpVVPҳ|>t[rG. 沙ghTQKYZV)VtSZɲ/F omm=#_p&}fc*!ēDM_Ak*0BUkz}UBӸ ֶE+@)HA$@TR Fpr;/56.:rݹ~Qb2$XXaTH)4jآ 8T4kSqRM#Hm.)@b䍢4FoQDƳq5CliQK#jF5#C2&FN !o} e]ZGFy0\$ f,'7+d_}EiF}&w#pOh yU ]V18Jjʺ"=*WEӗd,w+yd;H=-XQq$LyCX9`)vqk tE|??BLMb-F JIꦶ"y{Hih((((((((ȹ'tBX6rO(u?կS_PH*G-x$QObVG ZJQ@ .8%6NJ?*񍱨*>{8 eim]Wz$-QScZ(##Q@z)yO8ȏ)[=k$M_Dd=V~1ЫdV?Tkc1[[ŠȀ}IJ;$:һmm%jZzKI$[pLn)X:+)8TZR(CS! X@)qJXQ5HVN&cTMR5Dơ j=Dơ cQ=F&Fڥn2qWX.*׵E XMTѓjww0H>}@mCI^e3=[-Kb' 8YU>h$4 ȿ"Y˄;H= uZ&%^$S\9Y+yf.lC-}&j`s\é[LđU5W5bz)-QEQEQEQEQEQEQEo$B.I]#Ѕn~MZ: ((]LOCVWUkCRRcꟽtGUfk%ϛojfW9kzè.iZQIF`zV2ojPשA;[.|G4i^OkOd E7_iQT)Xpmts /95?uvA׫6A”R pb( AN66)E-KFLSjT1&F&6FơD#CSljMƨڜƣcPjӘljMQX`\"û`q<jXk=8#>dc[K:~k,*)EQPhwr>+=֏)'2[>ƪPS$ul50YӨ=$-ZR2# W1 "mJhynͶΣǡ(Vp|،NU^Ҟq LkuKo2?EHMnFHZ@ihQEQEQEQEQEQEV\G ߬ȹ'tB u6?k(fZS 0ޛ嬽PkC֥?,c[̷wo:͒nG4fIOi2v3R91ȩkCH+^c4X#_UP{r#Z P u٤kzl]=>{HH ek--9yl^EA]t;skBxZ @NӁRѬQ 4j i4mJ ;uCԬmHQq5HlӋS T,1"lT8jeYjMQ5FOej\MPj, CfQ5ƣf *'>E4wv2ҦfL{4r]WTSsauxqV/r0zIvF6j۷k;m/QǡC֡"$g[k1h]'ZWKwje^C[R#XZ[_Ѿj`s\ #;d^3MnG&Ev M;2z)- ( ( ( ( ( H![o$B7cVAN~@Q@ #zԬ浦eȪ <)lߐ3oD[3nU-r?_An-A 5VG dGPhY/:R{Z9>ob0~C{H#G )]")ZC?ʛc'8WPCkC _Tk,fVDEƧ.ɦ0pՏ4*l\<44QNHp54jZ6%v*-ئQ67T;O(00FZD2.%HZZZZĴ٩MMFؤ-L-PZB0-<0C!ejvjYkVejPLSce+d©f8k>{a؞֖dm6jr~5kO5'(^6]ClA"n6z?j >i%=]MJQJSeem`%Vmͅg1`kS?,AKsKhjV]UO wU b7z.3Zԥ AQNH]|SK6&-IF|D۩7T[7QtEl%<000KE<000KE<004KE-L-L-L-Rh<1UE,GRMdKv-2/3E{Pm"2Nz(k M}b?.=F[~zo>rTΧŢSbijAڭR 0FeL&pfȍeTljf2DUT&6nl;85j$qz6#[}U=zڝKh3U~gF05:3EHU5iٓQH - ( ( ( H![o$B7cVAN~@Q@5#֝Ed85]W0JWd?7YԦG|Wu?zHi_KFKuE\aRVImBJF_+JR9+ۑʣqW!DY6_ R MXNZ$cՏJz;qE^om=5d/xұK;8Ơ}j54إ6h/)6%/I/F|\5-ԛ:bQF9NBԜMZZZZZZZdwHG5-)jaj͓ZVڎҷk3 dV 5N= pIVqMJOq#u \w@Qe9[>iwιɬ%ŧZ<ŠH좧ha~'( *(6lj5'\RkABơQB!jaj\D)<040KF#S SKSKT$8044Ci M0Bin&4hvT]@[׌Vu&uWM*9cG$or/-.LOhT{el+JJ&Q^[@pN7$+"#nW*0dQEQEQEo$B.I]#Ѕn~MZ: ( (3!'KmM94u􋙇Xз\N6i5a5o{u<滬qf D 8V)s8;hL IۃkV4gBեɈ<>˻6Kd;FzL,d?4>e7ǭğ/6B[Ď ZѬ¼P*:̲ Qn_)Q)lwS6D۩wTwS"M7QtuSUSOUn8lIQTlRV>lU#eu?7wW|jX- 9HwZoMV[[M7ݣ8uIP@cU܀08}YFy9ŠLFoW[-T5{NH~k¡-Y\6PQ 2TBci=jokoh0vOY\t*{oȇxy#\mvԹliikqjijijajM$8440ZZi5 sQK;cVn=*@j )on8S,`Tq@ QQ@Q@Q@Q@`xE?H!@_ScVAN(( OKxfX*ŀ6Ċ;+s2Zۃ̳GVkloTF (5cp5iwRHnww,jX;([ɿ1(i[X56t%H~ӭFRwJ݊2`_W\#u~kbbE^4DP滂̲}M %Ql5$k/Y1_'ʿzA`׷ 1wuE˪nq'c~&_r>[1$q HQGe";=ߒju.:a-M-M-UnҪ/InoknNZAhEAo-"0B崃-LwNOXn_ PT>6vlm2Qr竱Ƭ՚FެRiIѲBM&a5 I&H PKwgi}^eVRDJ!,bzv+{?:tZw/;mZh0ǖV2Wב!?<09?iX9!mi5CS֯kY7s˫k]kB;ojЎڬoԎG''vQڬmW;T(Y 2j-;-QEQEQEQEQEV\G ߬ȹ'tB u6?k((|i&[N VVjωXs?>*%l*vӣ'3^̶@2JTZj@h%fΫiOEꭒ!+A^eĬmn=V5lmG=KIۨqNL"JnQTQ.7T[EE,GRM+D۩$!C$GRMe$cC+p X#7u ~g_5QtN0OcSq3OtM/gZFM&a44nI&H H( z%AřGҲKpr~&Z&h]8Qj7'ߝ:+(]ܚU;iixi[+~}kNiOjٴz4O">_8M 3?+H* Q*vՃcxeDQv;ojJbmYR;z *S" O Z((((((((Z~O(T<ڱr]im _diNZS**aZzMM=<\Ӝ#njN3Sҷ, 1};WAPPYH\Ҫ$3C>5@Umb LVG1]!JRK@ )qKEQEQEQEQEQEQEQEQEQEQEo$B.I]#Ѕn~MZ: ( }IyU/ ]y SJz _E> MquEUrJ#5.욧sVbto7P!~zf [o3}MM=۾7.7T[A,iL <=6cWj,^]oB{Ge4*՝E;dD^M7`yMMom $=Ij|{9K#1A V$ =ԹfE%dt We/Ume:in,95^]F#7ݏTss;8#D =XC?=" ~f-n?[Xhg`V-9k&f)L*dܲk޺ -" ZH({TrʭIu$ʐ,zՅ,Ujke*WbHU-$1[ 6(G't%YxnG\6ֺ M6 UQւ<(9֜fr+ @*LQY REQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEo$B.I]#Ѕn~MZ: ( MUUO5w$ԥ.+a͈^G>%e HTGA4i3Nñ o~*$©]f:CF@yQs5RJ6v|UDlJFjv2RBu~_mNҤK`"$ᰆ3nj\51'vEX-%>&$u8jhՕXNԲXZVZ=c*aTҊ2*gݟDH< ,|=o_޿%ET;\iݎ~qG;nEmI*VZIOdُiwj2i8?_kW5$J"[fG VRV) a{ܬFx~O EV QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEV\G ߬ȹ'tB u6?k(d&:i|ۙ|]65fЯf܅^-WB%/#Hu-5Td>-fwa3^Z+%-1P3=u5k|5r>[Z]}kʭEiI_5 Bޗ+b3r; {U폥y|R(dq9<';S:%ӣ"zJҥ|2[PܻkJUg`lzpo'Z꓅5y00,lt+1QztzM Gܚ:ΐC2;Kl1O1Z u)n`*@(.%|)SX}ړAtg렪ZOn/ѝ-u67nFeKUnVd^㧧Y2ifQE ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( H![o$B7cVAN~@Q@>4o i ,]渋j vi~Vr+zXk(FNm/a4yp!ɨŷ=+Iݲұ{U}vV;RvҬK@js")j|Q@mt[QOz(n(EPEPEPA_HHnn@r3P^-;A04;x܌ТsR^+HʎP#LYwRi.F{ySId)*9]:SCb԰3GwuO;mEi۲j*KlK HMi}ڱAtЮYdE`1 i~TXc観`42G-tR8j e3:MEwqZ,m1!]B}i.oa(_q\U2i쀳EE$V4<ƘcR h֗^D$ #+P_&7h7h|]>_&:+|]>_&7h7h|]>_&:+|]>_&7h7h|]>_&:+|]>_&7h7h|]>_&:+|]>_&7h5ZqjHG<ϮIIW?Q5r#Eݭu+],Mm-X_s~N:U, ҈=GM"[=$/ַ_1rkm+$F+f8$uFI}7K>Tpoq"ţǜf9\촖W?-g_ (byRM]rŝ $eBbq6+ ۑ~*>ŤhS]gU.R;ZYOV1ޒQO٘'ngמ6?dҲ4 \yezWj> JNo6Ѐ[C>FW Zqe=Hӌ.#Jv&JSm#]F'ݻ8f`tk>H"1m3`b'%QeNҽֿT6Zrzu!"9/̤*i)^3Ԡz5I$MW~'{ݛM-X_O}&6JY\](]žs9wgַ<64Q"yPB:6>+uzK/Um4a+5\G- XCu}o}7_Ojco[+a,ҸiYZ i{_ZK~-~r\$ 9AҲk(ۃ:Ք>,vJM Z1eA=HiƴbKQXQ؋- yq7{fqIg~ \D"XT%Oo5xT(Bk5kg{uo)1±Dz(*JϮ[3 N4)Fc nJ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( (? endstream endobj 177 0 obj <> stream xo۶{B?IC͊I{&f{m$Hb.;,q "<ޝm/f1iq$X{;{uX8A.LH`|pǟം5Szޗ0ƿfm+( 0oY 1+xfK@-2d̒<2 S&~k#W*uU-% I HJQ&Xy/ayb@UA'gz8&KdI.2F~DFiXDi8F"LpLAc!, F4._\q_MCxaLay O`92OHG|4(Q^Ue>E,,W; ϯŔF`f}~;_qW'7(®* M.OLeSTs '%NN}4 _ p"NEC!~&c6[g͔ii @Dg q@7G|$ňrEr#g0cRv#De56਑Z>,VuKaY7nW õUpU=e9XGMD^N˵|ӆ>k UA Úh ryD=G"aiA;شNbjrʉR'=Eᴠv6REQJgМټ£ Epvfr-l8!8n'sRRYкnJ"-V DRם?jN11xRկ&o+ōYcӗƠw  D,.49fcf:'V!R.DtpX#bTPQ,0`t[]`ک yNȯl@zù.?̟+ 0f:ғdQ$,8uFtyӑ?oJӣq 1nک;1G[@Hqw ] ei2w̝qW܂9!KwUZka7ƌ;U#L7K+|'#oO H cA"mZd[mw L/ 6:N,G}1yuwK7&]kLb`KxmKb`J 5%ᰤ,*dމno!Hu" 5cVR%j*Te`<:ïa3$l"bF֦mkkӶ8M: ~KnEiXt5v͹ۚ UAM'f)-dv#}"znŌ6pd^Q(WmG5iؔF"j: 3|OZ$9 _oeCseh:\"DtCV_Vuڒxdx+6QSd0h5{Ke VoۮiIC>Kv:g*u!B9"!HN"HĦxtWaiyTǃލ=3 endstream endobj 178 0 obj <> stream xr]U)pIc9\I*Za"hOwvV 9* d ᷨ$ۙ뫏_7W_E2!x V*.`Kvp~(٢=ق*wէa3/_D2b()Uo Jk`*sk*65dSbVD?G& ~q>;5lB8xaD Kt/G]!z`.{>]zԱi-i B6qjH>H(I/M,(`@ov- -</ePVãڴIqqo}D"`g%˰" | NL8 j/ e%xq&d/ EFDHU{bIO1 Xbcޒ\* e@1,đYAO $|l X$Bo|DV*SIIpNY^x'S<VfatAG@9FÔMGѲ+:v=Vy #o]j'w6jX4xhءiUjSxr~xS7OPi=^dcX' -%aDtbCj;U8=`TήM7%,^@KӨp}K̟nq]bo|֒e<=W"|pԄΏQfAVjTiIHn< X[et#->B0 o7~|jb;3v6|KUCʃ\flfe%$r{܇ۼX endstream endobj 179 0 obj <>/Font<>/XObject<>>>/BBox[ 0 0 679.73 409.69] /Matrix[ 0.10592 0 0 0.17574 0 0] /Filter/FlateDecode/Length 6585>> stream x]]$q}_`<@7*;Hl/!%0SE/{XGT߹=o!o77o|ݾַXHp\3! rM"KRpL!Jpn 66tǦF†UIISPDI04^ڲWV8%ةip$jEb :U ma9ު|TV[[Q-gm)P'5fc^NjyzQ6pP]lM)u^ʖ̅d^ ; p4j9Eijmsa9RՎ!BHpkIz+d]GՒ$ĵ&q-פD0BP!pm'v[ivr]Y cؽ'.ܢ{5+{4+2rqZ/ZQ.9'&p:6]qj`֖Z0ZᜭnW<b9.e1ݤXKQˈSpNkRDŶ6ڲb:.Fqq1:.ԇqpvX>Q>KRT*ղ:a5R8'a@yO'"vpFjO3*v/e,+~'nn˝b0Ann Ms]wgCvp2=8.NM)RҔ0ؒؒ0֒ؒ0֒0ؒؔ0ؐ0B)a%a%a%a%!%a%a%a%a%!)a%a%a%a%a`IAlIAlIAlIAz BPS `K `K `K B`S `K `K `K B`S `K `K B`S `K `C BXK BXS `K `[ "2a7 y1+[׌66yӂ7QQq A9,I%rNq ?4b:zN%`<3KU|0/u/ʿq M9Y?{jث% 24^Ԓ qyf.`d rU-um*`Kʐ⽦ rg:Anqf6(r2Ԗ#pSrb^'.$"iXa6,N4Ʋ=*0'mxתNfmI9 (< B`^cZQYZ[At9?1r\]"(ܜ3`p5@D KzȻʕbr \@^˦[JHpW߀:F֛H` Qԙج$}kpRKQN;c "^'#=JϓJfaOSK0*ՒͻwI$nR<9P< AaÕYEp6qn}7p e=`u< s+kˊ,֬w[PxQ((S(L2_ +PRV)Q7&^Q X6$׻+Iz)rS'NWCV ':`zl(<^4>XjEpbcP0%7MĬ`};o$SPt䀝"8ްX:NN1o @e6Yr G+S@ $ZWrz+;]ʩzXr簶K9Hցy?rt8Mv]bŘ@>fQM^4l\=kd\9'{:/<;6'NJZc8E àrStgYT[wG2,LWwU_<]%_(=c")X& - [,(XlQ0֢`aEB` c_UҢ`aE` M ,5(XkQ0آ`!EX - , 6(XkQ0آ`aE26 - [, (XlQآ`aE` - , (XlQ0آ`aEBlQ0آ`aE`+XjR0آ`aE`& - [, (XlR0آ`aEB` Z,5)XlQ0,+G[0pF06 `l$!I`&  M[0 6`k0"aEC` - `l0 aEC` aE0`k0"aAX& -[0 6`k$aE` -Z0 `l0"aACX _0"aEC` c Z0 6`k$aE` -[05` 0`lLMC`& 0l$!ECX AM `l$!IC`&05 `l$!I3& aM06 `l P& M0`kP$!IC`& M0ݛ0\0`ep"EåK. WFlJ0$IMs-mpsmj)='cXNUkbkA^Á-AVuU+v}opqUu&,Y{A2j﹎<"aee8/ iRPkeZvr-TjwkJwc*]ۅ͗Ke+uxj&j75uUyb_) Q^vj/}D>*3A\b#eUxL( /`%\`2ae%2 L o+c,.Fb{w ݳo^1/=:9@@["i.)vB*V/CEΗaovsZ.,)V.K<+ +tv8UTԥetSfaQSE':U_UExMT4L;/?z&?13ߊ+whi~g`=~N{'%ᘺр<`1!C~_pًx~=ܘ w08Bu9W O01t;&-ΠT? W f(G~m='(N  {K.orpe6ECR1LO /"GHb(OrUF9Mҕ \ie1ku9\ {#|iNz EəO9Z 6ȱ_t"9~WS87"fYXXc\ĺwLDLı2:U~|'&0=q oX[{"%HGNC}$su.U l0D]ɵR!_ xIgc=` Lw32:ot˃R*9sIגX#63}~[K g[sgo_w463,tc?nawN,盧xO:s?4ן-YeRW0aVPyuV\ͱ}޴X?mZ1!̂VE[iKA5`@0H6`&}b (]H0az6Le6⅘ 5@?հ C} (2d>`#hj#m,xfp *>}w[YG0b)/./L 9jhHN3Y8>@D,ΝpYMVwj쓁1])vOg0RcEJ2຀h Vr@lp\Sirl?c:豅1u|j81 qPBQ0hq6TTѵy,m# ;S{v{?yN#3:e Fc "V#\e<|qjuhp)8?3 To0X2WD !m<wi`5x݀o^?30_ }m[z؀<GvԐ= pc!a5r^HKcCV!ޕ \↞|_puސб!#Q S N16.>ʑw/@}1p'c rM)\1dt:&2Q/ʥ2ms'P&xH6$0,rSbWlcC)Y/ً<-L:5fҮ7=Γl4`zJCt/wyĭD8V ǎO~]O,oVX(ԵQ_sW S7ؐ^æ˜{+m-X_? *~;. aL~~/ͣBgt~2'j()Pcg}lԗ',t080}f7dl߷dZqL Yar/(0nSѐ<АAٸl Z݀,\FنHX*̥atmhHГ$Cd06Tzn 6TjP6ݘgY"'3i.Vȼ ׫6si]g.ވ,y'\zɂ6zV%  4. ew><(6B=o6y[\zن;o |\b#KG3\Fن;hL\!B @̵).܆Ab! 7 Hv]OKr?v!.OI@d5 ټ4mI/^*5(x+X2smǷچndҐxZ m7{v4. m7/]2si]gx,ժvmQ6] ^2smEʆ'P2]fن <59ôi06.> stream xΡ0 İSgP<$IN@ !d!a; yK endstream endobj 181 0 obj <> stream xϱ <;+0tBp$kxB MW$C H佬^@>0r! endstream endobj 182 0 obj <> stream x10 @T,R ]3 <l!;Rr5S(JeE)f endstream endobj 183 0 obj <> stream xXr6}׌q!dbNku4thLlQ&$.HJH_C=t="ğ g"Vџ;l>G?FLJj6=$ȅL C6&lzr{ ;@';/WGe_ƣw^ӵ#1();B!aB XKVi"4,6h 4QNZSMrk^%4 ,ЄDp$b&L"6>Q k+zn›ki-!bn)~Yj:&HlQ\|$K\ 9WJOtb| iC?;{r%P D"[c Kzta(! rV Knty%|2gVXQ^\9.1OĉZ}FfEI_|zx /Ztrrvƫ즪 z! u=o1"ДIݽP'rK>5h;$ R;2m0O|ДR{bԐZi^ѤflHQe)B 8:C<^cM4͐59|6PQ$:$5Y)0 F"qj:쟭ċSRd9 #FhǠv~;gu{I}0Geg*x5!|hrѓ&bjN.ԎW%z, Mm~Ps#C k ]ΪA1__,R4b,[>>}X X!rM *jzvx\TX{E'(ԃOjcM_ovyg%msdq`KbB@.kmj,FI]rm{fA\]V!ib*ntބݕ0y{nNK)y7mO |᪫Qe ̦]m0 KFKi :^Q[v $܄p 0&!8m\ PW*9UqJ[\*;CoS_ŰXn@tbKf1~* o^lj6gOCǍb҉4?MtQkcJ4>4.*Va%2!oM4V ۆ`}\Zv2\UXn|_CaCO6 ~#?  ||Т)j?B#O-ۭKV!υ4lXIψMMNh'­҉Ww!egI:@4ι4RΆa)Zg"mȔv'H_C*W)܀;޺TENHaHDEXyovF endstream endobj 184 0 obj <> stream xr]3Gb[LX'rcu< JD!@9\vA( 3`===$!˥B/4W޶<=y[|wyzsI)B].NO$ =e0X$wueu {z4 ]pzvo,h"), E8L7X"4ʼL<IL.ٽqLh]LӺVq.őƯ>%̑9&3]>*Dഖ"?ĎY6#!.^$,FF ~16˺ 9j}D?QS)' X~׃<,m6Y@vq xhg1O> 〉 1kqyJOG~ 8ixOGO >'rJy9jSNH(GpFsQ|T̀ )[3ehhhZQƓ` )RE c'W#"UT P0|}2%G2)t<?+mN^ڂp-IѢy{xjN$ B~2SrOg fWM.IrHM86U]#W(ΧF.BzBq#dKf7J>򫼛C1&Hd ؛%0n+f"ar2?4]t:rS$V/oPmC4ePcN,E: coo2s -3Hd;Ȱmߚ?.f35=I.~"r7>46vl]=TVl񰪺A V|ݧ[NQ_I_#WɹQ2!aC"$WH6- zmg`fןqW(, Ǹ5=nʀ+W4e&Βm ^ͬqˮ+ܫ$X65./ܒ[ otJxG7p O[+Tp0;xui: }k癀p) hƠ52jI؁dV~K2DR0G5GXj{ vD+tP53hH97A}f6u#_OBds;$1[Oo {يƽr&xUs$7^)gTG2t=p2z,D'rmq&r9gNYO ,`@AE瓘~tnF/ށڡߠV{eܶHu\ ZDAfHKڰ ^8 %UF2i4,]q* /x-CT.acHy^ o _o iNgИ66`IΚyF%AE>xE7,Ψ< < [TJjb8.:ϽSpf 7~19A൲ "x H.o\frl{c1셯%Z[]Q.`W8[*U2e*VJl#p8OBvSSCQGe)9Ea$!9TV[a(}̭ZW {GPXqr/eSя!?MY `j 6ٯNzH7mxXP☰p?W\XMiJL93LgS5Dº]?TCqUXdƉ LΕT~hG@tVm&se{P4^Tw,ZwdZC؝ىbAOL|O&g a1#!#ZF0 H 8ПiD]MU֓~z䬰m8CCS:C{tjw{1-sb=}sT tYP6B/12 T4lP:ۚI_IF*Wo%WaӒL5~~ݘ6zqf6(+ endstream endobj 185 0 obj <>/F 4/A<>>> endobj 186 0 obj <> stream JFIFC   !(!0*21/*.-4;K@48G9-.BYBGNPTUT3?]c\RbKSTQC''Q6.6QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?uh1+ =9$z]k|P?*OٴI?\vo<4?vӇ;&Ny{A?^ ջiun3Fd 48,!S:nnj`,?+IER|GSJd^C!P}yY'C-gfIYi5BI<&ԓKS׮P71-|{]7NcP?*d$̒mSg챋tA>8җ";;E45mtC9-|i=\ctSE\lS mcX%fm?LpzvzppHHЪ~?IT2ּ,,Y'"FHsTַGAګR]C 1HR2JקeC ZR< K=E5j.[8c*dSb sZEzΙğ614)Y5#˝i:({9Ȉ]utֲ4܍K P8H.J)TnO#⾶Hv5< nObEw][85]] vIԈ(lO XFI}2qj{#&xsyµL]9m!C6~&e6ܐ7n~Un\%EfM2n ^# 7^HUwX^jƢpێԵ^f eeڡ@wzTql.JukJ>frsޒ\LrXڪ|nx:d*[蝧 6F*#[9-6GQ:l'b \v9MkNRM뷌|ubq?G>F1r!mG2AFlujjU 12 @lЊV*dSA@"{Rs4ȅhf`UvfvC哖=cԞI[gV4am̗W{ 8)*EGXt’)#H'Ult.RRP 54u:[K;erx$ X/"OF;֠K!ɐsSj(Zx^ԹӠ[P2#H GҒ4# *I2ϙpO5MCnOIYjyͮywo}l<6QAx1`N+*3p8W/Y'#<+zS:K t52Oz4? NKHēMk>IQчojȗAr=+ZڥmwܬH\V k 9b:n;E2-!NQT:Q G, 'U`zUD.3Hэ>?요-D\h)} :Ŝ73 NWd:|`ʁae_~nS/FKsO-VlV"[Iz# _1O\ks-ʔ}cQcPr53|0Taj'ZS&EkW@7fې^hK`Cp'I~ަ|pvJ(ma[ +uc"kP6v1C7=ձj 2236~;Lų-Y$uc^r*M3' tA]:/ M;qjVNW\繁tj!YXE~,cJћIcHp>9ǡm*mHOO&S曏9槕>۹y_<VfʇQ:n(sРAu+^C BeFݸ$X֨^@Qy΋$#]{-㴅'# 彫Dߘ\\BxSWShm@`d(׊n>tz}}k𽜉2.ՅcN0(ķGIEr+BI -PMGPʫdX?fğIGZr%K[]\\äm J4T{e%[%Nb#9RF:{`ӤX[I1@cF?-j["}w)h-\Oe(l*}*wpPInѕG l-/m/8=j+V){יENDMEy$dPqEqvRB*9]CGы2­U7x-j񏳄D\\ `gʉ7 \Iw=L F"mqJ!QF6J5ڢӗjΨV.$rH<W+xA'KMj(\SSϿ^KkF% ruw"ٰ㚭m"ǐ@'VԮ_k1jBUZ\;pr1O-Tړ[%L9Kpd*rX~yl.Tsf\p qT2M-զݭXUvٙƥ閭$"h@@\$G VH. d†9?Qx"h.偾S{4DVg6sۚI%rbֵi=Ħhx%u'¦pvTgC5ϒFgXallHmڱ)ociT8ՍmO4p#Y[{f,1I 0J̲LЙ 1VI܎kI5pNy #?:G&k=DȝU"9 }ۙrczU{dL)'fV.5S["fFݒ[Yp1cgQ&Kȣ I?Y_rK?$Mj,.&@#[m2>f#C~^d|\jXIv3?"I\QqɁFdcR}ha F h>_3ioʅ9|679{m e\eK~58[?/fƚf~I-C\ cUm̊Kg󩡊o2^ Ɯf+! );P/$&>~Xi+$ GI~r>^GtWdet9-/vx1Z>nȪ#8zw@KՔ(ҋH)vuQEr]VEޣnnI%!IwWi|ap+2<j_e 5 JsņmO4ZiץZOWɬTгR&)9H~kՒew-1-I84V[H[X2;< VVظuOF9:KX9 s]5}ȃl^fߜt<ӕك$&VsAj(u#:S b3Zk$ɳnx68^Q4\UhVnhohpdKf'Nj}O9bOYVo0ȯ .8=ƚ,ĺݬ/D/>9ҋzZ)yq؀54~%!ʐp\YT ġ/.f`\1HxNR6\Adb1p0ĒmhqZZ_L8?_tRy3y(Xn1N«Zj'6cVI`+gpC+B=bʒ85O7;Y,.ߔSeOKđ6"^U+۱bzohr[8mYfS扣Rb^ޤM9v];B6P dA]4jTۻMVKk_Y=MU{.~STc*H0zsC-ȜA!6chP}ʦ$Y9M-Ӈ,sIۋqc .J-5]o!cFsIuǷ1?('d?} _֬fIs'jN28ȨTFdUH!glr=wK Sey'+]]H# J'((9Ia5,q0)%wN*4 +ȳ3G޹qߚȱ6NYu'yfa)4k^(vNWN 1`UT}1{ԨʬQCUEQ$HTl$FO5vIdiTer2C ,%f M9+kipN|0.G$P+%skD 2λ/"h(4;GS՝aK]3$*X}j;;혲(E`t9ys.xq~V8Df\'T)pLAwb8 dulM q]g[N :s.R}QGey6Lv厭{+~bQWmu ^[AjIh li%|$2o}*·jȬbr0)x9yU3Si4ڰ;0UjJn.V:)(Czc+LPN:}ѧ6 S2}Vĉǘ޺k;Y]:cf+#χvd*2Ҍ˚/#\[Xl#";b(cZgPH8D\*Y9FzBRrtH][F3)Yz}vIoz$ojs7ꤹ}>9xc')".(;V!>]"uQjD XzAO8oĿx)ڭǬ˲OʢRH,d`ơ7)5i</8'|.jsbO'Қ6!6ؚשO>{lӼ GVۆϡjvV[_pS?JɴrAp/u1֪ 8ޣrƎfo!|.?Y+)fI}d1@LVrN Hŝw#Q܇-X3DvͻX`< xћԮjݭN8QN*5Iŭd(M}KULݶ\ swG?QL5+kEi;ht6H]C.1V#[7M#gaRKY%oj(u8̲)v pm}[ 쨎цf_.ip:5_l[M,mx`1[ Ofguڳ+n:yZz2trJGysuO;5݈-qZs ađ$d;I:Vwhe"GF`[VDfV..҄Id#Ȓ6` jZgH֠dr0F0kKrF/jLfPH9 -MPG hu C ZqZpΗ@Oaؾ1qhnJ n9)$mD%.z~A*'ʼnG'9F*)(sS*@`YW S{.{JXS_FFd Do'HM[.dzHZřy漗]%ʅ:t[o}A, m#h)ӌ8}Vn<&%i< <S ZIgSK+7ol-nÿaϵiy4썂HBq iHa)fM0yo\'AV-㰆Dk@Ğ9I&6 o6Xc9Whu k%9aS Yثdsjf`A$rÄ8'Qin-c|taX'4\v2jq3L5V߁Z7\[GZH@zxlgUѤaRNjvʼn.w*(R7vMJ+$$m$,cj'}aHaiu:_=56sH'6M%m*>8+gͽ7!krevA;}L*2>n >ڼfIf3&q15Z;K7Qd@6ܮw 885N/ùQ2́)7TrBڌFَ{t5bvP}}qګ̅i=aw^j8-nk"Oird ؅s&[;TX쬭Ȥ}N8ͧa L 270jY4{&bdUe DAU^+)m7-e@6\i $,jGU*?tQEr$R>¬@?o~)Vhb}A~(ϲH?Y+gϤ“:|Z__>} Kf.o//RgXϕ_TQpPi\;__4Qp[>|kgϜ¬Eo/K_o~*\,Vϲ8?_Vhbu~)Vhv+}|kgϜYoYϤ“6|Zةc>V /U(V~)[D$n5=\,QE *vʭ&3P$tEu їI98@(Co"w8%UT uO70s* g?05Y`E3 bRy'zphZ*?>=޹1fD㝧hq,P=1dihRu ?ƽ3PT~qDN}SWxFzPU[kn#-u*(j*/:?##-l 5"D[9iQsu$}yH%JF1L " 84-Mu8{s@˨Zû͔.-pN=xc7gvxJ*1*3l8hrFq׭ME@V&(e! 4| q'%/$Ƞc$p?ZU678={PT/s pE/W=dFbG\E>( P}#M"Ig;XYx~l62;t D`D˘E}sVtԚig%|@YwysdItIvS}Niu95o99@hi{PB- d2#̍6BV wFY"ƨ!'<9$(pǶbXEȒP7H!Rvdt*2C/hsX >k4jPlDf6hi4bx1<$Tď1@MC4g\F.9z2ê<41y j\ŝ0yc럻QsIxʥV>08\X:~0<0߁ JG0/} s=MYǛ9j pGZVn\D˓3ހ/C :n-O£RS7*v |b Z& U rd;~t羹f1VPS+ֆ-7>w۷n?Tݶx2eÐ37֚YHL6*F!g9ѩEs;9XFAϘr,Yz ğ,nh`7٩-Fg1G ~L fb$ Mr+ 0aVBZRʊE\ghdQBe=N '^3V[XdT1eTpqU)mHu72H 2@l4ai4rP8L6swƏvu,e3r?\U{m@Hl"<7qH[eV*0* ^hɠ/1B(cA y~JH$ALf-E] BǷs׾ PUwK&$X(n (d79`Wǹm t#;<|T$i#Dp&mUSyId.@Bc`G^g)?g%b˄s1S9[pn=[w'I\y~dEe4D$%zRy,R4h=@>"eVV 0ڠz{Qcsҥ}KL9Dpbc<q=?JV,rT dVcOY B5¬Ⴏ@|pxRKgqO m2UrVMSKhKvX#d o) 62]  pKrYf)slUVR"I% &Kg4hYK9Hy]psށQit.ș nAA8b(RQ=MO{{ggo4"?O%!Uv=P#DlȬA88ǦZ]?SuE nL` (4`v!pI1)ڡUKVF<-@s@V]t/֌*O?QFm% TFxTW )mJ1 ӏ9˻b,H`vrhH薦b1S$9>"NlUmTmċkCzc\AVLoQ9[ܵQ(-̪pPyaǵIeGeԶ&A ::Ai@5;e>Q sMmCIUO'!#4U@ȑ˗\ۏ?%XrܐrONE]K2ǹW`f#&9pTI$$chj90V%>TZS#aX̧>3zsjG݇lF`,ۃF=jH..$S cr<V:>q$Jn\n'3*Ն# cirif'M 8njkK./Z8cۀ~lq4Ѣ(R k.(YA8^G\3tS_}87d^՛&[l;a\1; $S[h)O+1VV!pOt*v~O9%y]e'8 i0!U#'rzh5fHQwx@NN OC(m!+ݑŖ9'<-eA  ^8'6Gx.ei"a%N0?-ra O6 Z> 躐m`@H^t>~oQ]yFic᱐N2 ~5-lԠg.'xz[[ vR36@qr3PXu3bĈ3x^rzUm T{1cs)=1ͧв1.\\-ȡ{F%،?5X9r@<x|Vm+=cW,4ϲ]8ur. dd5("hP[opVb64<.zJn&/%-pOiYe< s@` v,ݧVo.ufHd7,2${H;٫ښ\\$^CǸpX1B)Z,f@͕+3TP}Ջ8N\qVV̶hR$W3{ lCXUo/>fA&۞1pON5Ki1oF:ϥKoK;D0Fc03K$w\^wdv8HSPXBK`wGY]0$R ]]T߸0R~v\`A@DK5r^PMIcu,ם~S a5ߖYT\A:g uٶh&U_9maA?p[d˳ؒN 䝧l)j69bIB<ý/yd\Jeݖ~; q_Τφ_+c΁6`GYx),Ub=2xz1jqBP`qo\犟Q{h!wa)ߩש/u4XH$[v?_jvO}rl8<҄ &oAT21A5֩q"y>G[o#qWZl9ܘ¯-ڥk n'6*NGuxp[n#f=APdPm8dP}Ƨg.|󷊙MI/4ʹV`sqO[DmW%\2'6t(8Rxg hXfR>f {W+GQ[žs~DNX ;yީ濒Xa\76W?P2#Œp <խ2mFh']6 `⫏$љ-`sId9U6κn+m@J(%r3^=>)FI   foͧ%[lo\s1֋5.䌴PX{Ojd>YnL C#s4w) ;mGSxDUX9?:Kݠ&EF{uy#f%Dc2Jٖ$,U;}v\~ު.`TU>;ff!Usayc#m-%2G5`lunIϽ'4vPY2ے[zU"ndr a5Q8ǪVJlΧrH@?wPtyi>]zҏi(jlluM-om>| D|噜H7v#Ҁ&_Wq rim!b i(͚ʀ8`}(um^8<ǯZtDB22"T ``E<,:s 6H2| ?&/i~APi>UБc7ġMʿ0?u"8ޫ|n#=(aHmnM@,p~_~4Mm!HZ9CDPPj8G .P?EKp2L#vҁ6`(ۊX =Kyl"mddǿ5PeGFT pg?XE" Ueo9<恳B( w֟kXGː>I~u5Ơ̜c`/8ߢZ-]y'z39g$u zhHĭ 8;oL ti@<ǁc]\:m 8d@ dsjE`.vC*>/F 4/A<>>> endobj 188 0 obj <> stream JFIFC   !(!0*21/*.-4;K@48G9-.BYBGNPTUT3?]c\RbKSTQC''Q6.6QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?) $$^q@(5*,yeQ֤R]db@r(Y1\S "p ME((((((((XڞǞ_m޸V6OJ%aŴ*n_:ch>iess y~Tu._?]f kV Y5>+mkԏv9ǹ}>+7_O?3HW7L,2@d{4%w2ZKK+NX :KHk6߻cZT\=.[ג\jzI גJbbN+GMץ?[#.qsNvD\tSU0&&Rݝt^ßkEyϷ3? ؼ'cҩ趚`KoU,#ca1vNsj'%|H=sV#l(Ry$ y|G.59RkdQ ;E\zneRs^)s^[GRŗ(V4fK361RjG٥zM勨r cɹ W?[emKvSI-Viy/lgub}_ K#3ֿ 2o 5kD|5?~;֫O]KX$^Lٹz涗64ʷ_^a]1lq^u Vv4TFp)aܹ7ˡWʖ9~۝_\~5mo}6J-{Lvf8aUS\m|ܴ{tc҉IL#t7m-M^2.0 GӞQҘ[w2)oQ5Q݄S(bZI#ц`2F{P{6df泿bFkȯ&wi;spNqסXb.%YyjSJ|\ .kl.uȌ^ݺ۟C2 >vA=ƭN?7^e-uӨ+$ .q.k&VWjN%TJ}G/TKfR8_˗WYu'!Z&axgRL!;Ú|6$e1㨤GjMV4tAGYxj%x\ټ|'=>Q{-ڤ= _nl-ey ,J U< H?Yw䵚)H3Q@K,\3qT+}T͵\S-fG5vJM>JnVJT>9z#/ \Oj_x3B>b>*f^IhWea]gG_!^rNֹ3J[w7;qsvWI6e#5|X-5OS|3i/9a]\?|+s, @"@y>ƌC^ZS?eW7.fkٿAqV_>K+6סW M[ge 0}8i>gtEϭv+ç:.}m㢶)!ZkFCN43o[ Gg֙gy(x0$qOݳx8SV]̙?\jo7;ozgڴ'SQMva7FkebcrO^b/.9h;l'E-ROҒ:բzE%ѐKm\c9Z5[h6;.wZTPɟeơms>ǨkDZoUfUb?i.+fm={?4Y-g]krO]Lֳ.|5^wLH%nfhgn<[7I>ZZ(nĮrFjә-viBa\c\OE&- '$+Yً7$5,^ҡ\Gmעml _FT~H["ǻʹf4 MM+@W$~5ږmۜGI<DnϕZX3N 4B\|2c3޻=> Z]Lm BHPѼ&t;7q,g޺XˉW91u5M77"Yi46h͸3[:rij%ׅkZY;㽹U:t]%'mki C m%=V)hJEA:גFw%1. v0ҼKW9kʄ?]RMèaE&h1qﭼR4d >)EƖ-!;EP0((LI\E-f(((vZ]l._msT (Yzp]%abp=R{HeIˡP8+-znh.t!@ "z/KEJ1&iNW |.23V׋4{ 'L{<` )|Ժzӌw;+=J<^p@ԼWc~|7 gn=Ofh3':)0MrQ5dzlOҥb}7m|iNGfJ?nY^G{ W3RȑxR"&_ɾ'vijE89MM.E'ݯ4֎<~7 ,kJmdde>(˖;(+5/Y?G3q\z,@5iRK/7~F6ۻ9k;m-4 O8s\ݜIiuhnw:s}-:lۜZ"}-vC>k RN 2Į[n`mq-eH0 ]֗n쑡@[8?z#yn:TJ;X;8 qXw^5mn ,JִuKD1cXM2^¢tHN;Vi[K[sOMMξ^3@CVm>eI4gZ/L$is&ߜt5oTeχH7ttBHNJ|1DZj}2t.]9Uۻ(.7Bȸ Di~Ϸn3 ؛Ö6q;'YXx]j𱐶F)bvh}~f시tN2|_Եjf^@tUΣU7D>xc_jF{۷\Md҂dɵn9Z~#ڤLKǙ?XUAu6MX𵷝_f:nRqƽF Y:O!'?v*+IosZ=\yncvdqnnv^xn[ D$ A#q>W[HdDNӚZȭ[QӾóqb[_xvwœ8owam.޺Yqt9eTPf1ң=NH"o];6y9 > km6Nw8"+ŧ_?ƶ|=O޼Z$`W#o' !(m&9f_׏o +{/^un$l8â?i?[4I{Jv֮}Z1'sZ_law͜ڷ<qG)b'Q{u|eh<iUS*ZV9]H8mN}C\\k|Z+m9W[dR;nI~3LJl|'=oʃIjks7yKg:oDq\07>J\_rnk7+\Zxudz]U{q( ɿ$zɮZw%49?Ωk /g9VMEYǜ8UNGy.#UQ'"i]CТ'ڟy,߻ٷ9]5ɷrv:%ԳLOf]&v峅ʵ_ôٔ[b+3Q1F)hbLQZ(-PbR@1 5O'y۰u:^iQ?*Qj) kM&!j8XT ]R7v$O52WV5?^{{ HީvgVWC}b 1KE&(-PbR@ 1KE%2IR$i$`,+/^-pj[CJkYn=R~UhW<gW}ҵyXKݛ)3Fj-U廷[c s+ETRfIOmszK\i]ؙf"RW%jwc28ݻ5 Qé -5CТ)`ǝ2G rނA\׎~ݿ1Ᏼ}a|6y}7 9u,TSE2'WPpJ⤪Ze}Eo۳bnД-4-4SY$OjuWI7eq7փC*tq"R GzGֻ7A8SCvطIFiqI"ȡ 5:clh~\vuМUrqrQI3HAYo&7^-pKtT79?VumN[XiגTTbA5S?iO>_[<= $"X,<\IZΤ䒅1czMj3XSԒLL9OPfXi,tzX?SQi5U8*uyWTSZwlgj \K3[$zy _R8ګ`T`Gz΁ ABs]<;#PRQX/dd|mke Ovg>+bAoӓ̈́#30>Ӛ륌=FU\ UZ3!ncm+m'm}"{no"Jݦ( .vک U2c$=^} Mw[EY?V]^H_Z;Z#.94:^;ԓ>i}b8,e8z~$?ix~X'qh&kYsF>fkzhɌ8}*Ňc@Lc/8ywxzrRUK|_GZ-~k1brr9xYfoyW2G~v3zW?~ hY`wߌ~J}Q*N (s F"~*早\iy23P\ϡ5:$ Wx@MI9S|S}6'&P2x5Ml魙 R.1px&0{s5k2rS}`dcFzסCpҶ߻*+;2b GM7Όz]f?;-/8ۙs\#C:4m]{8-'Pio'hjndq(ðz\>#7({xjwF/lYo&x`tr)VZFQvw8O?o5G5V>9V%v"3ā]g8<3bsO:Hxn#?.hyI9oi"<uƳ3B $p}u - :Yc?M.S%;'ƚk2QA˩3!Yg[7~QsŸHa2:v,#fԋM4[I.й7ӽib-4 S G7^K*FxtZi ,WS^=TqԹ5._#TQ "1mx^rsTo"l0to5޶Q޶ࢅy͎ W"9{tJB,*꡶UC}5ɳ1bcrO^icog)mdƛ4U3P~f-Vob G]MGSu <+;~b16CQ.ԍB@*B+<_c+MhnzttzUKwq~DKC=lmjy%1EIpUX~uvMI;Tn'IyZ_mL[go$c?JI.u|3vTVCpd6!F sYJ.ȗlZ$,j͞Xb؅ӃQ?QI7Ds/=*\+69cpJ_zot[W1oEmd³š# e7?f9:>[u8 BRٌ mUa VC9h+ƯWEYsƜ|5ɴjJW)˩+Ӎ}^gԞY$Bsz֤pYdԊ11qc$Rx֬kLڜ³HH_@OeqvS#*3q7c-wܟΪIk QQ:E:(JZ(YR%qғv ($I_7$ƢgL0ۑv?e&T@m~;U-hR IJV5[E 6OyPJaQ*^l* qP_ǔQ=q]J_^0I19)WPLQX{{RDT_=P0=?@3pnO[)V~ ƙF$LOқQi-nT=KCЏ׎Eijg+?8ٜHC7ؙJއE26ހf?g'bX50ξ~YVZ-޻4Do,o$sw5+)ʡ#?J;9d&$R0,.9c"׹PyIݹcֺkWo$d<= bH[it/n4q"I$+wv%޿yr[TT Cs{}hF9m쬻@Sϯz 컎~]޿sV2MU:\q$F7y1JNi-4vLz ]\2$LzO >_o+6ꎱ]35z]²Ʊzigr4]ؕm|G8ֳnlZI彎f8lPlI3VGm8ǰuKڽ»nSԥ14 fݵ ]f-L2s"X7*s&Jnꄪ?MHoG3q#d_?S|Hjd_?S|H?z쵯Z~,MVBE*^?([QPެ* }SN>G:y)<ٔ.1ƛ5.{Χ/SOMs665{L敥yanS\X~ſcc=ѵO;ysOWydkPAO#4ʰ5ΞKB]!̽W'l?9LhkT|ޙ%SǹOXh/~5cxĤByW~c٪տq󼩜X۝Ďo&Z\NdH.],vxWC;1jK"Uq5`7/<.Sf.spn-"+4R"hE L8j[lugYScϜɜm酪 h/xwib"-mqǖBh=E^0Aόc=K;Fq+u V8M1~qyo]F.4]YY[MeCNe++Ny2 Ϧjd8$5U 0=X Lq%Ɵm+^ H[1Fx(hTk 3/m2r=nlmo6)15jhAX<P `cղE E%+Oems[.߻PcB@ഷBAJNHDQ= xcAWPpj=w fgdwO |#wڠfQEa1)heI4)F0ji_ +Z4P[C\iW D֐c C6(Gi#Q%դ8V5Sp*Z(ZϸomG6OKH` t*-*yrƮ# ft?5>!W`)E@ᱷ)՟-vm 6⤢SLm-\ f`e>ē`3 .`v}rBb c^*4BQ@yiqu!UJFMEP(QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQE endstream endobj 189 0 obj <> stream x.|aqo<-,noaæz06'8fa+;yGZOPA#Uc~ hb@p,QVY.{-t ;2YYxǭ7LwgFCFs^5e|4: `^ZOk3Ǎb0%^3=U :>6)m򓥶z¢*\__1FWVb[*JjtyDë/Rhl_.U W0E*KB_i/7;~ DDW[ cyWjaԡFn.)sKfZ0 ].8+F˫~Ə&[Zpbź-ڻf~PQ8l{nI[t3MLr=^{<$(s\G†!epp<`,.@{'Ew _j?UM1`oM:eLT#K5:Pa7O weUTf-ZrTVCn1B^zJdsƽ. Y{ZqF HčRsg `UI;$`N)w.-i4X,9#{YIZ#D(ᘄ8} Zx[5&>wgƚ(Fn8_mKDNF1krBS: bT8fn$K!p'eĘMKcʯT:y=}TTa~a uP*ݭuڤ*eI滎:PgPT$p{MBBDUdraT&,bfږҔIJA&>O-OG:||u3y>;txd:hwIDl|SǠC?{v@>SPE$d2NNd8SbkQCn<Ӫ$ ?H4轈ۀ!zwGډM`Ӊk5fޯ}txbv?CֽIZ$SG t٭zmN_KO귾5?]\Ɵ3(&e'e)i",Q?Pa\A[t8"Vѩ p!-⿢C0а ^&EN&I(؍ʲV# by2r83dyxkNsG^};-UBP!0/j>6ԣB^ |:d|uLlSiF}% c2Υ6*,EM,9a|.xh@4=`N+VY6hgZ~)ҕ`_ONL^4[I艭) :Dw-ױh/=:*<9O[17g{ղ?eoCAA͖Ua bv{bl.84*}׽ioRv +;5pt@<5thjA#bͪyz`b6sϱu>XU+ 3ջ2XH`zRUiHV8SRwF@ur,Ke#\+.r l1ˍl=Fr5+Enˊ㰅Wpaҽ]W"eq$q6'],1׭,<:+x*)v x8^NϔA)zE߱ժs o/84y9 4mNtcsb r?3؞-x0p$&ajE fNI{68FӡTY/;G%~FF}*Dyd?XXa'Fz!Bx:B6ij]S;|S/H[ϿVT^EB|RSԇkW`G*^H h}}[|PT:p t9AJYQmȄ'%%~ sd"=0,:E)ˠz1?j endstream endobj 190 0 obj <> stream xks6{fX<hI67iu@(}EQܘjf], EYF9U/~"Z|勿"!TEW/_K#:P:;3}8;:@zⷣ PD`BJ %:P"ZjIBIVFJ*,5xDNp2GR\>*߅璖 *4K#'&,:_yUȂY2:DRcSRZ&Rtfl.]* uwLs;zE#De֓ ƦMZ&Q%vB"!Wxb'2dgno(U}6ɭ,pd^ϲcZt<6/30a`M eu ?aʘi)vf wBq{s.uo/돳z4Ϳ~ fJi16w@dž/ Ai ?MHKcd B73f婽Uߑ`@Z]4eE90 BEq }ޣ׵v2! Ia r#+>o~(xuYX ҟ7HWJF~_al{5ՖؓxJ~BsךR2)k"p*Hɐ+g)E|ج2Ūp|DH@E>d!ї+Le4+C6@:@nq˾k}_cÕ %[P<`܀|2jdn-nfB fđW6w9cr W`9<)'Whz$;I_d8rv.ĎVV3 g&ڱ5wGj`޽NtZ3Vd;鯧M2.$Ƙ}"gGs?[umF`L1%krrg-7땙^fe_5~ގA?vޚ ${\/`ym j rUO! LKk2Iӏw(h*wrFG~Kئ՗!npL^^&|5Ųk9>;g|jrZp΄)e>aC5A_̬W2/RJW]?r#\Izqd/ItL Yfcʐ N<]bt΢L+oT6Wq_)i\ .g5e7hG3므pڭ}Mt&p2J3ؔWФ˛ 1*qhducӵa5;-2^zDTiRqdʱjp6ӄ(7Y1ݥY6&vRI' -9D&QnN,׶{KvRX wYm{~7dwn/Ѹmu^= dHAڅ?uteM;'4*K1 ?޸畋[ z2$ 2} *NF5_A /zݾm1=< ډ<|h=ω7Y8BvL+Pv@HɌgJt5(Gqz;eOFjϩp.znt%':y3 H=`dhX(0ci6F]ZnAq6.`qێt6Z`>ڥY1Dr]V/bm?$jyh_XPRF^uD#g[$i:M17|2˂ݖVjr_XYwO!3dnbR9 f& vvp9pmCw/1?o$`ч 6 INZ\1S+.v'M!o\xFM$f#NQAt$wVj< Z)R?~~+)]TI*&(]|Nulof@}B D‘4i%*짨aWO41Ӊ˱oОj.QLTKV"ٔV%@I[.%Xcr^~wC`0DKK;z{ol2[9)JӭA"Nֿ[~AI8ʦgO2kTOV<FN`J%Uj JŸ[E&hwafDrl@Џd=Yထ+ UiZ G@ǡThՎR{PK*D L8+ۙMQ%^߻$K}ׄI^:'E0naN`*-( PΖ0ҐGYw&vIʔþ2 +u,!1UD,TҢI@v|?#P&f#9B#$stOɜRLOscE9@Glyݮ6X o0'[#ۯ&tf -ѡ>[YRL0xcΌT*=bhPr2oiYz?S|9@*pC編_e,3PJ"aZ r5kT疜TRq|w@7:[>款Fle}:`\}Qo WM*K>fwE60>[[>̰q0G^h:)vԇ7ZA"p9n e=# JB yC9&wv}tg@vvs*E=}(s[Nx"[Q#{\]^22k[RQ5ݬ &6jZ&ZhIJs䲀tV۫Ħ9"V{h ;}6qNe"1O/]Qoj zI+;p/q9%,,xS-j:Q0"ã`]`HEmO2Ul?W/; O L [~I߼W}[f"2r uzܻKD_,_0̕歌 xc8]y .B.j7_tSedz=& kiTџs/Xg_X+2gf#8u29)SlqL AGhPE*`- vL {-*i8B>2Ψ%-n+Z;LJgJ֐ǽrYY٧+1}Ss"dT?joI,"Ez ^7$wg;ѽ;q~8X;y;X ^?{^=uJ1½53b1+ y/(G@2w" yn,26ϐq^酐 .\yE TFɘUQdM_@|!ė-Iė-J|hq%"XX 2X /%e2XV3iƍ k"bRNdd kd=_Y9MbߧMQX; ؽŶhy|H5`{;y~:rCkJϳoxhS/w;Z m4GC85wȿO2ONuEo|2! ͊S5rx)h endstream endobj 191 0 obj <> stream xoo6wлJEI]s!khuq73(j9ddz9<ȕ߫ ̪L϶r{{-3!ʪN/Ld)uSj^;]>uӛ?ovWvd(!vRCeSi"Ӎl˪ڦ*L]vM&djxs7&Ҩ35FRuz[Rjl6Р( d04advzG$>3\2`w2\?\]P?ew$Iޠʖl?E*D\BgzI3jFW1+!oߠJZcKu$?\kЃ ]x~˫%nnȊj.!RS +K)zG˜Dpf>\^r;\/o?n~y j-n8 >4}Lxe'5.rT?l]fw/^!a D7<44/4/Tz'KL&,u>,n \]S]o5pỢB6_\@FO7ODqZ~YZaxqΩ\ߢ>SfaY"74Ck_Dkv>>BW= k7:W;tEOr#r:8)( )8l All4lfF4lX]9~O磣0'pxTj#,'VVdSd!I} J8ۇ9!ljw!ȉÉ0 VDzâg%B`?H5`uQ\&>5A\fr$ g"b*zb*zSH8勴S~xguQ\S>R |Z 1\m[bK,1UyE4IOF/b}=y_DU_%~ӥy]K=1c!dLLSيbL}jC5dIE_U_Ufuc. I=ov~2(-slAB_T+L~95wu٩hK^Ek 5ӐC+a>kK[͠Ѳ  Z&r)0Lҥ@Ӧ] (Zm z-~_zBǸ/c\BkRW;|gjx]O]Z Y#j-G -Gp`jNX_-^K]M)P9TwK{e{0uYFu-klMFQk词DV-)>;[͡ CApx\0nxgm$ DLFꢬm[P{3)2$|ޚTM)βtY[Ei s:gal=!Lpx n!a2/`v+JERm"\)䄾k}l^Du嫍؋Sdw 46eڊꢬmZņFk yl=ǚ!̚p nY!aX5XcuQdڱ 䋞j(Ľ9bu)&NJEis:ᓵ m,+5Tբk,_o#}[(ɍ,Ab3R& h)r>]FrALSAV< endstream endobj 192 0 obj <> stream x]s۸V)cċI=zqz|7ElOc#IQ ęD `bw)b㿜(xMs͋Ã_EÃӋÃ?,V](ӌCQ4K}E 3O ]%ÃC[x&9@3 1'*ah-R(1Y) hj8yF:L.SDWUSVQ8ex&@ʆ|vX%,0nc-pnApJqo6dad"q*|X,FAf%>`z=4 y<_FC.KٔKjDbѐnF|@3WӜJi5rSzOl[ǧ ~e揟g"ϊ@ܰI8V6XFabx ,W-`{@M-7E,>RV-;F%M8G|/n l SpZL`$5OrWdZf} puoG8*<6 ܈ ,Kn*5*\ ɛb?WF#FMPi>^hΟv97 'ߘFxs K̀r>)7dtCoQ YB3%%MY&usȐ$~>` 38q‚8ӁFNr*[! [7uj4nN[^2B4->`u1PQC]|#@KrBqݚ]`Xzgi5j^p o̓n 2Ū7SwC]GnN'YIQdpD* IoRk@3:! 4OɸmtqLFV1i<ΰkוdIE4 q i5ݚ4жA Ƃ`ޖ~j CCT(oIW#6ż.MQPsZ4 )PĦңb*dѡ|OSfDh.0yb0Dj ATnDԨ{W\] Kn&j~̑if1q P҆ @AF;*2x S[Z .ݥlVkhVpJ+X}frsqt}`k1VsIL&:$ݟ0\^UxO+"Z!laAU[3 SsK@h޿$AQe MDW' ~13ű<ARް$ѧ@͉=KKR?v4eDcO8ȕ'Qc/TD>16eOfqVPj mƑ~/hTi)L4SPv**-Y5.]Yɺ#00N/ @5TstKo('YQJA%$½cUs&V@Tmܮ^) `KebD֗%QD$%3CZE\b-YM=B+UB58QFM2~32 :J8fl zC(]ͬve:ʷ*6jɎS76K8ISB8w^aV],]̟Zݹ쉩 uN4p`Y,edx`v%Fv"Q|t|pu`b,+ [59ߕ mfL1 U2yAG~2Y \#]W5ڨ9^19DOhLl`'t615ņdң?KC2\[e:55W{Ҝ I2I]9Cb*-A=ӥ BaR7L:BwVw}Lq2gc?Tu&pU F/Hha ]u" XUIvT'⩆[I]@5s&3&GgZ $ ӽ82x=Nwqs9C?[8N|kIX3bJU4V $WьnsP4@̯2D^?8Anv^A})䓷+t Ql 0'8nBQPo Lک L``IBI !J̉24axnn͘e:yQen|,|҂R(pEx4ȸY[Twwz=z99] ]],U[x̭C<]J2Vw@+ܭ }u8*aMnBαfJ_jut5G,}klrhNxOg6qy([ D由uiWOE t I{Fqr< :Ptd4Tx8pLsr ϡ޴7L.T&鍍IqV|(^kqG['x9u'Uq\II侲S`0=:9U2N0dd{g\sYP.$eI˒\? /{c-a<׃r!2Ip<%r[^_P'T@:H J`BvlO;O՚+o;Hx>䁗$b,)YW0. 4f֟)}?q0+2ch.jOCIQ9O]X} =$ͤ`RlR2umj'!xZԈJ~>di*^XW͡< M}ye~}{"xN߽>R1mSOc3ܚ,%n178%BU9 ZrF<_pڡ}ICbz!߾,5CD-u;]]q'7=2g:l/=(xߪ)+Qݩ$NswtOUyWɫ=+ YkbާorNvFC0[%sKd@{ʦ 8&yox]~- $旵&lb ̮o1ʹwV$vC+DޓSWvQƨ3^ɛ5 A{ʦZY̮y]`_}e8^Vk[';!{9+6yk6_>x< oyY :HH I{.-Ax" `&ϓt%x*;-h- h4h|-+Zbk+`opY.wƧo%A}CTӾ\'d:~-+ 4SHW&y2٧yXCR;bUNQ91=UO:O՚}*o۩*BpQO7Ƌ~!`2/qQi@9ljQ v! endstream endobj 193 0 obj <> stream x]s۸3td3Iڻ>2mq$$;u}w)Bvd(L,Xr.?r㿚,4-k|-|8>:}+2Y.WGgbJUvwftWۻ~dez|xG<eƫ@S P+Q\eʙJZe\0oܻk+4UAz*$>U*x@82#ODa[ybY\tnB :)98Y.pHX|?=v3&Odq=-^ww|O^.XO@~Z^9[߮)^#|d||Uz OȏM B /d/r;x<}Ȣ^O97 b7!-`Ibr1t_u\l؛,Zn/\R ~v)qM7D!'j  Eմv D}x;jRį*VT1kˈgS Àhk̈́آnծC TڊdkNۛ^XfӅ}4_nnt,bKFQ*&x чPr\PoFױIJ\^cBuq Pv&#>LU_a$19"I*xz٠Gk|H=ٔד$Z /dtq]е|SJ@Ꮌ q% hXbw;TsPP˻;̘d+ ed|duGw_ҐfB3ֳ#@I_˨7HU?^Co1AWwI ^y_kiV&/Un۸HvZNf5NIɦEϠvj Kb02rWU,/b!P)VCj\>ɗ,N3^=[ANaI=NN}EVϢA٤Ьn1=^];$[At+$,NR"*X]?c.uQ'ĪE+U5!= qB+#,RPU"=NB*ǔd^E:UrvC7sxw| }{\r{)zFۤk>u`ПTs#L_f17gfdMGԢ^r!6d #Ruv G؀i81KV(|i=]k[hFܕ[qމLbykJMY-QtRg[L!;iO;?l0~E/I\ EhXJP MEar>kAI;ݲ:I)!< E=*> 3_*Ysdvz,"fA ZG6y.2aWv,{SB3YD4*jDf u)Rc쯼AlJYAMgNuቜRҲf%44%0n'$C򅱄5rq/D h~ZLa;=1@ -Y4I_,XG1 =y$[5qy 4/H'{hK &0y A8QM#;!_&ӋP5X`56ez%CL !&mPa~NKXŖyx\xbMx7aDNlE]gNiD=i҃ ZlV0C y*nM Ba@v( ߳SvC9Ү1Bı42a|Q͛jXX v(ONC3@I< _ T@qڗtIX>yRTS;.fY.KMdJ ]-:|jm纷ךFB~xobr)-mcFUM/VMa/n4`IewWZ16uGuJ>Gʯ%%$Gowd)xِiݩ $669'm,gFNلB  Ɂbh|0 gx"Hq4ܰ7F^ |A,/=dddsr0 nrS%ۋ &Ú2 ûw@3k?!pyĽ݉nL9GOȸ8Jhh+QhtCLE¼1Z)8d鲕WwJx"q7W%' ;fx>%':#iY:$6 F4BҙaZذǑP>4s{~ަ,& 5퉈!ϱn%xHV#.h* ~iii.縻~Yqʦ'u\daL@oGNS=BҎýu`᳝yo!YCsUP&u% WF# qcv v͈}Z2%G<jbڭqFrt;qax(\c\ӣ  Bl]\]cK<ڬڰJuu Ua-{[9#lu(a=x nUhҦiClE9Em = +;[G:h5~pM[(L7oi;1'&)9 $p \ 2Y! endstream endobj 194 0 obj <> endobj 195 0 obj [ 196 0 R] endobj 196 0 obj <> endobj 197 0 obj <> endobj 198 0 obj <> endobj 199 0 obj <> stream x[r8ݻ%j  yyǝg,] %|I$E:xH}Y O8HS$(ˋ^ˋWw?MY,\ SCYpܻY>fo./>Ao//{@x&8LSԒ% bh$ 2Ɍ xRE.S‰q$\!IQnxVp$8Ñ`Ƴ$[| s2eq{Iə{Z"hμH,FE3( xp omYD<h&~#.Zp&p.PbY|cS q4Ic yCCX +[kOϞv&0R8KdkqF4K@d3= Cp~ 7cӮFAt 4/s c'4әk< :L KRzdCnq.#|7s_)}h7qKז,dkB4q?L" x4HYJ6"2L:oA`^R>fQ69pY)q0C!ۜ2z+mɛoi:KG Q3YR(/5$APԒZG@zLI k'QyUwʥ?-^M-.Z-&;mǔu[Z]KV}%Qz?ؒs?Eg ZZ[P +(&\I߫aj0^R9a.ǝEIۼ"G&*pH;[<_rBtM͡]OӓV/=gZZ[L +&PdT}D-]gGvVUp|ee,;]z tx>5elMpk/;!{툣,d?^sy<[sVGBY p ep#?V p`ll">O. m UIQdD29K.C{ێ`/+!;5)e%lyY{W p˫xSO;kLɵ`Fu@L* ʤqtF}]+73o} ~ }WdEj#:() i endstream endobj 200 0 obj <> stream x\mo8 A}N_$}^i$8±ĸvһmRjScI3̗$N`iD >"?~gܜM1'"??cK"2fp*2Vyt_amFtTTG}EE7~~ 圱Ps(Lh ]4e2%(+<_“zTay`ۑi˗j ~B<9JÈO$M8gE/Ƞ5LMd-6Bctlx=& LCړX{Nr@sBx)|97ϸü\G3EX3G79H3b *C+~~ R{`̫xyF_B~Lp2&Ϟ1 yuN"&4u IXq'vbǝc|owcarzQHf DH.zCr3R}:x/8a)TM@010uSKMn)AC:X)v:ԍ22i;o1}/DMKDЇSB Zc=kNQ3K z oX`rv)l^/)3X<"JHb^ `CW$h>QkɧDjA6*s MyN)٨}t쓓βԖ#Sw'{WjytImS(iežŠxӗ &tzQ*sPn7ܾQL\|_ +l _ bz/[k!sJm,W[Rye7*VA՗)[Z[1yDWPSm~ Bztk9")L\+DuHToԐJ-J~^`T[yKo/ni" pWa /«!~BZL/!Y1_'K9-c߲'$\LB|$$0g"L=ͅ?,zI>T%"-Gv72=^.x6/rgi_ܓiyAঢ়Ӣv =[ v@sQZnâ:WՂw-A9J"`%2צl2)%=v`ٝو6aʶ"oTc]|FL/__i[+q1;Ofg+YMo X-zsVKgj%)bfGҺ+j1;aQtBCӑvAbfZ+z#w/V9<{A5mkdh f-&gF=e$jbJORo։nldY:T؋_VjGW/Ld\ ^Wh`C &8Y>Tyw E\PR&=$OLԳu9=1QkOnHZ7o{{ٱSSz!X,33z+fE_/-pv XkRBós$z4 endstream endobj 201 0 obj <> stream xkgobhӛ=qۦu!{4t%___Rl*g# `_?˳Ռ'yRoYd>Wϟ}'eL.?c',TQ)UVTG]tgrCwfIϟ} =_Emc`l(Rd /\%3^%j0^p 8Q \%  .\RB[$q!s$9'fiedYjtRb瀅@yt.=vV ^ݥjIkW)g\>O2\̮ A@zum?qiSF&Y3HOBkj6ECH޶ny\.ff̓IdEQxxXT5m j|Xk6TfRo_HY d6 5ќ1lL͇S#Rg{do5.~Y]GeBxvmVwa*c2o@]8hkLm, 눞ߣn/{2Վpa.rXUh{R5X 4A*2.e>QgBr0=Gg &U>|NV4eEPJX?FJL=u]}1Cs<.`^{1 ,f1{Γ(LFSFcezqRYg?v8`AMϫⲹy?MIwMzz۞%b;.I-7K~fnߧ򟎝Zag||O\-%YH%F0DfL U,N-AHq`hÇp9NS@ILt7V&`L + |̓$ 7p)՞e£Le8axUrf˃#1^%x5whjhuA2IK1{?k&@klZOTU?|v|M뺂f4(bmGo]xx  ,,r޴zWzn,ru{oSVB)K#qa|!qMsZtlTPcv1ќzں+.4Ê[+X =@ku[#6K(F)YYy=ye \hq+:9AX_KOsE 5׋vTsB|JBvvRݼKK@?:gRW93o6l^~ŽM\q BeiHIDķ$!gYkMj{in;YؖjIP @)?E*1N 7.ɣ Psq E[M]3I,&0lQZ9rm?I❝ذi#:ߑg\'L^/ޒE]W5GUXjڤȜ[)N0LlyunTD% c:a'$8R+hQi@F;\]Z$60npn񽝟}2#"<+Sȷ65[B/ىiA9."+IRflqo[ is`Spn#.1D=q ;.x3&pG+ oio!c@k@sDB@s˙f¢&uuHSdW1ƇI>;s WEP9mw*@ p 2oʢ9C9m <ewA 4B ͠ɡC[2q Z"w/v@ѮT:fs 6TqoգAmN/:[;[fJ6L;mUc2Z7].m˼Ը+t=bf-vv:#=^9r/.lLPj%S4gCX bvKY5}>P'Xy Q<ǹ&Zr+r[嚌""D^8ehc8 "=A Uf qh[}`Pp޴^y ̜h I2被^N Ve ht8t1%*,e ۥ1lTŇ_ !mN;rTIqݪY5oGY :IMy@$:DMA":2MoBюrTbiȳ)L4ќ A .q%(OU' s`NQ' A&v?AfӼm9Is=w{.eV B^'eQYU~I"8ꁶa\auOҡrt[6}޳+z|Aoxm0h 1b@wF=Ύ*+%iǃD{@y@C)1WA25ډl|=xKPzNsfWwvUYU٦nCm7x\x'+VpMiai%#DZX L^ka:A#BIA ^|eTyyݮό M3<׶yKh|ܢ^_k;.-g4^)(r?:'֣j]sL!ˬ!&E ,xy!Rь7:̎˟C]VX{@3Vq XAq$'^S j1+̮.]m禶\:IAȫ)K7N Fʱff]D8N)5lDfVr\t2 [=!>9Zdu#L5s".Tma|2{Ay ܻmռq{nS&Ɲ+߶ܜյ=8 7)ݮ-U눳EǬ,/DƂr~&5a'浜ZIՁ_GL0)?/kT#ZE+Y?qp3BM{\x2sTub^::baot(sdږk]R@ 'c{ *_\ Jll^F< S"b<}p>6n}.c=#ޫv˭Ȼ Hk̓y~3*>lh>Au*fꧾ$jCqڸ{*iEB70]Թ*glӻ :rs̱y\4nl2CZ!bGFEJ3 H\kH;h]+=1vaiя.-'z/}r[~>}HM>bN `Wϭ;{2:D->ȒZR>2BAsJD|SHBR09߲'kO\/?fXdApzvEBg wG,y'QS`Y bmO~J@IJ$r ˈt%._~u$)Gg`t Sa-sW;hiaҵ@k0lt'wGJ9 5oY)cD~$)S3ڄhBhVxRA~ \&S oLI<|)^Qo̧)1 mA|/qmㆉ'$]#Ɋ~8:;!rv:E4DOu$)։/2a6ҡcGGG4L8 S,ҺnMNby) `j# ; }d4`żX^o &D^>X],pO<(ͤlΥ/KMsA ų-ryo!Mfr,\ eL R9r)ߟJxoF/]&9E(lUӰNj endstream endobj 202 0 obj <> endobj 203 0 obj [ 204 0 R] endobj 204 0 obj <> endobj 205 0 obj <> endobj 206 0 obj <> endobj 207 0 obj <> stream xksgr_|Lo U'YoQd}x,^\'L..e KJ2xTHerLZ\]e||qL\`ѷQ(!0V veR[HEPYˤi\Qg7±Dp$8.*߆ KI $Ip$9'Q42Ots diK %}HYjz*&M=TNn [4p 2'M;UB;E,tZPY$.<|TU*}XݬoW X%aQq#0j򒥪LP EʳE9ӏjmʨ265+iU!unL 7$_S9Yn, M v yCH[4f0% C85lAnLc] 6eR{iHm\CD;X{"' ȸGevA2xBtЀ ~ʌB5mj-hm.o;,xs0{hT،*᷒IQάR! 8g ؄IɎ#73Rs hRYi݌OA,Zԓ1zY& GATz zc< ;YmIhk+Lvf6fVzQbV]es$›NaUU`F,Tg߽9fûoH=;BCU<N R9G372Y&A)-9/MN,I͚d'?G}~^9L t .WWPnhR"拓[JT /=4zj㧺ETOfAzO>z@=@ u(GDIV,H&x!z`%^.oNm`Ŗ!26\a8É{jspUDW '/ a̘DyȎz_I? |<Pc_5j atb-#7_xH#оF D~E*6>'V=u.+|cVi)obL?YN7&s kDnnʽzK9`^mE 7%qDY#RC^0`s g,-\3ky܈=s>P ~ͬN%YJ h* 5X1SK(?c^<9!wh*|ȼ#F0:@4,UǢ7U^kaqw1(:MFpX F) j44,h>섢c՛n̉A9d[ϮFEӗQ :[[<(=(M.sn򊗰z ׮>sCʫxa;;ݛ<(^ζ50- td>S^ĮtGƅ:kk)<5LUH%'?>$lmE2td_f`Q,eݦo:Aט&v9Zjl!2s}z36jG)CvDbqs1&WF&,D֑'ݵ릞'K@/㦷\1kOm%B99{c~kڣ@X̨gobh@mV'-"-H:ٟ0Fjo:c|_:c3; :38@qeۄ0x'Cs")jN9b 2̛<6o2i ,ھhc.0G{_4hx_Y=~Tq /RU<T`H47N&lM2ptZmtv6hTf agBkB1-༞J*Y`*C;\ ڪYؐDvUVe[D&?Ovu cIWxF>e`;ƀUa:r竨_P1F%T[BogdGo0`kcPyrNL`{b˄1>SZؕ菍:LjW%r8qq.Knn[]/](}*-U!D[, QÙɎf*?:J|}ETpQe4sκܴUCם5_mKLs.F]2ߓ6󾎷O۪ N4 ny[!CchO u4 жaS^)eCP83:퉞Xdy?uoyWSF_ f#C2oo4 0[Hx\-Y-:w endstream endobj 208 0 obj <> stream x]s]3xR}踝8m'>$}HJ"i݁ ]L~E_xR$5Oˋ}./]_^B&׷  K*3TJ*~qT%w-3o/i;w\^|"h;(a *r,h˼PIWI%Z%Zу߸w8i84Q>姒*< J Ð&+xr=%>/,u;jIz_3̏Tu."a2rdZd0|%~Xڼ jb:/%X_ *=& [rQ ]v h)1?, |-yo!;4e^3Ǔi|Je(6)J;-y4֢vɘYϙ`VnQK3moO/,dl|*mL#`la68hv^[LW-qyeڇD#' 7' }S (&܄tq 2GAi dG+cH-xvlˇn bdͲʠhOH"zxu#Y͓f i{RZdrn# e7yϜA\rEOE }#EsE| *Uq8fP鐹ADΪF \]>[sɀ-M37 [pExlۦE"IZD f 5 C͍EYhnh\E.<?U]a p7rY_p0r=~1C<<,]@JC\jk=/^XfL&gzQhDXlE%#[:>#̯avOi ;dxu.в:3jFDqmHq T+?BgTm ^1_ۨnH3 mj{ե̥I2A;dU|nX+\ZdFYӹnW4`O^4i iQ>B:Z~͒3t%#!)3Z`Z H9+Ko~(̣%GвRb)zK\~UMi-rk kgŐ~ *@+Rhv4hLQiMZ o\;R(ޥm^D̽{l%L:[.JWmO ~Q½ ϣy]DA?ѴW9٫VDsmᕷ!3HAH+C޸6滀Us64B0uZYK Y=Kx}8yݠ4WT,3w eP X<)VL0:(U.!;Cڷ1H0f m=N [H5y ~`J>Aax@TI^ =3@hB6 `a2h@[#֬pe .')֍*/lL2[Z]cS;h|(6]] Ŭ鮷3 ;τah0g \-(hƤքC ̓7X,qx{t!"c*HUBڵ!%n+^܍[uiNg[rmb*ZYrqp> &EdvouE$R\&eu?ȶ.ފ!"U"̝ٮ;iwU(Hts.| OQQR 9H1'\T>҈:<}eqn(Hug<05^@K|¢_J^2-Q9:=x $@F4#'A,pB J҉$]^xZkFVGJ6N\}$߹;Y FHl| αZ6 # nŪ5cvLr6Řk?mm>3ã.*݌d | L<ɽ}}fO8tXLuk}f8(!Νqѭ2Ώo4K o oXyY`̘:N9w/ń>60@#DZ!Y$GvaIt۩c3Y(FcFMt7Er#+!09]Y@Xu -..dvǷ;NpL~_Nfྱd7cj4z`vq,**BΊ㢏{@}53 f%\&x5xH_7]AQ0Z0| *d)k~u 5.5CO{ &Xuawo7Dt9>g 5`sT-ΎB ru}e4<[{AW0)4p]a'&8%fā>s#I}'ߏtsq]ڕn?5]PWM]nnÑ]B]!ܓ=w}nR.Ԁ-Ǝ)ly5=@frnL;_kt:1BCVa{ ]"KNqQUk ﰓ]#I/!,ۀM R Tp0>-HŰOŅc(fkS0l2:d9[`xZ}LϔW}YyJ035et&D^(D祄oG*p8ܰa/qo]k-˷e&`[V1N}\>.ԝ@Gh7^%]SSE]' ] ;bqR,vZűa F/Xd9j{@]8ֳޞSu# 47۾z'Cz`f$gRLP=`?J:Iԝ4?K{bmx\\+U0nKQZ v y;px50t /(دH)ºڧ.0.-^?+Ęj"qe6tG{Lʜ}\u&X{[TtԨ >[w{׵ 7O z:;nj\!1reBRt\ A^j'tƔZzU\H߃nC79+0 ԢON֜5ܓӌprJk}y駽=͞Z^-ԍ\g,(׃4rv׎?Îv endstream endobj 209 0 obj <> stream x]on>ҳ" I&."Wh]uΐ!q J'G#󳺪_xQ~_o.Ͼ#/jY\ޜ1WbpHUi[\>¸~msSYQ;gTa &ՕUHV<⦪UaT]q[XY5`]xE1 tvQq.)!*Đ9 yR\irL#|Uw$ dU3Ŏ2,,J)K#RΖm)`rX?%g݈7 Y$w>NX]Y=zA:@6)&0Y|[߰NbSXLW`}J&f_"țb)1ĪԨ=LOfwS#d1_i/\ezzQp:ro%6EnYeY[S(ЉM5}P/^m/ywr;[Ӣ`NY% f27ʜNqWQY%eN9Ur*1*rj,V)X%2=-* dJ*UTYRg+uYd+M$qzJ45-5D:F mDC )_D͟.sm*\4Ks2m DEP&Xmi G 骺]!vP~-vu1wb;G{ k9hd"(iй-N'R+N'/N'cH51ɩM'6_d|qr89`|"9rC/P& xᆒڗPPFPɥ)&*}ʲaA-J.-ʱ*9(Q(EʩQ,FYRfJ*UTY>^:U,VX%uzM6c5Jʲar{,61ZˆL P QʆmŢ @W6L o"(eMr~ܥӖ 'qeQ\bj_6ŕ(&G l89 'qeéQ|prW6%M,6ؤ>beôʆ#(e <ʆSk@FUF9WyiloM+}æ1uԶֱ<,OƄDCf=D߳kҿZz6Zx6'|绻۬9hz4 %InEH K]_\em]ϗr\0=-%[Byb,u }}ןqO@*ǿ'HFWZ eiy0׶;S  '#'nCz\^[k݋ Gl]L|~ķ/P/73W;auD*U >gA2"Ԑ:4{~q]|m0[Nu< n<`*4 [v80#?oaoKS SJٹu.!]UpϘkk\qo{=pO&9esI >F>Å&޻CcK?|z()Et4sƍַ|㺞x=( n/~L2 6M?h]#/߄j6[V"nuGlhp=qxשׂ0ptnl(݀{xXw]PJY~Vbe}Dԡ&v^<= R.2?r= ;1j{TK4Z^ L)u9:ٙ5VAza{}!:N1 b ]7)R-vNf5 oph5hw M2܃IcX\frߜhqb-> stream x\[o~7ee8 c."UE.uܕܸ$6\sa~={&)W,J# *v٫g^_] *>{%]E]FW覃1z_^GW;{F٫_wj(fB4J JTBhSYyTiQ*D:^cvBS;]]0XJR.*r蠈J#&&,ZPb@?7ļ^t;xq2B|r)/`D<1.Uk =B=Jj^[M&7;| 涎mBp^Oxܵvl"v iivZ=G 5O 6EBA;BzlH=Qz@wq& ԝڹL2= ,H5%> kB|[¦T p6K^],ŗ%XH!ЬDS}΀akI rMxX> >ZD'^ $:4H!oP6lVLH U)T bA*^`Mr !DgIQF$,X\j՞>uAeʟȱ=Gq7بĦyG ;eD&rdy&\Ҳ GVwq$WdF} k?c+ۣvXH253+>aCLXEk&aoCX0w >5GGMc<8;i`.>Āc&_y4wa#qsվI1EW՘aӥ}Zԕq ڔ[jkX~C]FD2\"~p`mܷ<N8l< -,fhxo82urסkR|YEf'fq{`YNMDBre Xw <7O֫=xj،@uEJǝ3 E-l:P[ZW9xg! Ŏތ-RGnL~x]4QC/ϲu=oLjVk ۂ ,1O hȰܵ\x/` z D5v4 kF8kڿX@:#<Ā7H'r9 с3 RJNT|Vk9I'T,ȍ+_;KOGk@/ ;YW^\i4y ù4VkdcV HW"Ɋ28y$b0 s,H@(hc9[*zB{ʟ6hِ$DM6Q;haDqyMpFp$,\c}lm s٠y|afx;8{lyi"V2crBlGcc9z{ʓ S\3#@c-cñA_6+M-ʳ@/b0}=m v3mv tK <&)NQo qE-d2Sҟ51[ZHOK, ;` ]g 7֞ʒV)γit=o/|ns pݟe"8)ۑKV0|3|ӦxGɇSݾ7?W+K҂_ҢF@40aJOIYURrk'`BZ$С3Ē=ӄ_Å Z8B4ton\J1pJN޺0"cv-6ɚٕOî= yhF؝Ѹ&a0sg*7MOyr$F5&;JSK4"4;'G@qs7}PPl(іVM0{֥.ةAt)s.h[c|Orʣ`upӖz5]ZY4s#/@@etjx76DؑH3*WNW>lY:lZCmۻ;(b饲ʦ=f}AX&w:4*9&'߷Q#<^ m>Y-3 5ϯ|} JE|wte$W{y)e@ p=ldي.\e!b؍}1JrpJW~BV?:4͟THG>0Xh1rmu.>BAhKaV&ԮLm0>H.Zm&ngS z\kZE}[]2> C0@mGbX,~<γhߑyD_ާ4!}> <e6r,'ޮikN9SϧY"x;0fw+^A_ёD"f' C0bҥfJ tC]' cR?VU rji"<-4: *] Go?5] =E}` ]|_V|bp!/zxέ; -@n MV/3=CQ&Or{{c~tM4ï!,̝3rLy!( endstream endobj 211 0 obj <> stream xk6HHG6l6I%#Crn4ǿf6H*]e߮2Ih-*뫟HWnH8gLn8e OJ8 R1]&7Oer=U뫟dW퓨-PB`9e,4'g@D2*cLJ*pw_k5•cPB-sIg &HGpI^"J1_C,5[;AjIYc[&+)Ebu?;>Tzjvy.7]{)N;^p1N?^iyq6]p{H0 NkeW݌~\]#x3`${?-JD D/SHu #Ng}'bGFO" PO>F{|nyrEDyDdg^鿐  l;BA%֗Gz$˪bjQ#W+z ѩ"uٕS3jT?"j]R/t!?@lq<7`,MRv[=I@|gqlrM\|;^LĢ=AI&G(БJ#5VT"43ZgҢ( (jfGaT5ZVN &L-BQ3|3yj3&SՍr6vǧ=_g|fXdʪP3/!: Ux {~Ou&yimӽjQkX@"]s(UI$ìAq00^ӴF`MwpZ-ݒ~py[D[`8 CQ̻ବX߃A6^9$X2~ IdsJҸwx%c80}oTA)yGi&,6Hm(` w|EiySϬLj+ŪA!G?=4v|"ǜYEm tU 7TvK"B&Nq憏"_Uq&^&$xn,P1h"+BT*h^ݓB3{C7*^\zR,s!^l][YQ}&ŵx|AQ=߀1 t6.[e򹸅{c4dLszm-V_1-QQ$|m3^i/A 'M{xuFzOhoxD1c1eMYEdꏆ:=vp|“9Mv .}"Mh:ڄzڃ37jvɉ] 5eeKvmsl-]ɲ`gDq\lϷڜ!\ ƼRe9T*S;"*8|tQ:;7+|T ԭ ˡDlSB-ƛ!%)1l8MjDYVyυM[0ɶ]!@%7#UDu#3@q<|3IilgLQ vCrnY% MкRyXd PSA?4r;HtkewQLw` ]sxjzPM,345xhba5=!v! (x׍>4A+jCsݻeʃGճq-uHI2gd*ܹl6ҨG!׮U ~9&" sGRLoFY |VAA;&}!U#:Ky1;c1nVb)sVޔ`K\Rc=ŒL1Hٝ ZP3N}YuY/l||(mAG{=&nrXXR0.e82nNN6~Dp>fx;D[p0 ft08T.Dr$eLLʎx4Bm!eFbqH{J~ HjͰg#vP*YNw֊t,Q:?צ'f)VTâ@[:(6L11OM#ws}e DD Iprxd07j?]s6{7;h-77htS2Z!׉{ߢE/\޳7]I5e&^k.*ER ]al%Mbݑc}t%wNa&NRh4DبYXWnW"G,VJY1#or8~>h8?x)?<ժ~K蓧ZX+&=N-4H`w/^t5V W WL?!W\ecBHTIAntA*fpۇHsEZbIn'FFRdj~`qynž R] `E p!qxK&<6*\ <>roJڷ7 YXLxRRbGS̱_Q޺Ɨo1)9Jl~r(jo"9z $ 8l ]48VL3Hbvzo}݃}<8q`^'iﲎD6^ЧQi 21|rv`\|O-;jFZ`zƴ2dhLG>sOf1= I7 <?~#`Lkp.0.%r8SJώwC/f?? \ endstream endobj 212 0 obj <> stream xkoF~j} whлD%"#JNof&gv*a ˹4ѡ7"%*Zﮯ8%28 J3EYt?Qh_`^_}K("0I%LAL'~G@E:a"2rq Ip"r3撖 g&(GpILD͟ %G6ʰ #YXt^R%`dI!]HY#VX/2/{|ixxiYq3N?Kb.E4SC?vy;/?" Qs0jbYFwۻ4YXf/#NBd򅄐e&:5Ġ՗HKSw3>dl{2 l:QxΞq26*j=ʘ'Cr9匈-ȚU1Dž^v^NuKŭye`4uBԦ}Tl6e}H |jACs"JABϨ|f$Q7+ 4+drLkQ3BrzTެ ?$|M^"LP:]-L!_vJV>_V\uU&WvdkM@[XBHWtJ]؋X0ٶ.q=KS:qqJ\2#va̪B@;E-vP d9*]!v ]:`S]4 I!O As/lҸMRYoOM'޷iN^y[<)xk? }\.dDhmnpdv$s=h:},7%E_p=yv y6jjAab[+2ct۶ǸNQL!{ʍBbPyed_4J0|q[1%m+:EGg2L{ u<@4Ӷ*BM`L)`!OʸL)DhP 82EH|x97LNR7:˯ 7c5!|dsGlFm4T,`~'93Ț5܋0VsDD6L5%PZP\s!ۍP/"DZx -]1o[5R}fnMSg+¥Dڹy?j0ZV!cE]gpC})/paٳqٽ,篦ؓߊ9 0p7 'ҌI-^mLJj=o-29҉eÎ;t,ܶ}Ѷ^'Dc2. ~HIB̯ĕ7ޏ$m@ Ӿ(vWҊTgvo6$sM~.{Z>a+k?$/Dž4t{PY?K s8HΈE }jP$Gׄ '9<ծȊ3ٸ3 womM Հ<~\9ꪡ [6cfP@罝f(/Νp(BO#p.@}zH@}tu%^]AP8{`ϙ2ZOaإ&+I{=Jp0k:.kT" C3\i|l\tOqc~LśsCc<)Rc3e|H1 %g3}"alڇ ̇")`&!㇤.MN endstream endobj 213 0 obj <> stream x[rܸ}WJB+[)sDփ.cKU=yt!J3Ch4㣜P䉂°d:>$YXB)Er.Oh%p(\~:m&)~>>J:O?FM¨r!"sLKV\& ӉȄ2I6⨲8yQ\]PIr]%wWL3, 퍅3W 3'%f(n eRR/LW2~YeΘgiwlq(~ R ^̀l/g[0 pM vZC]QnՃ GM,Z@.膚W K ٸnC\W>62-8*jX@ՐT(jHJZTrQjȌJux4M zvcؐԬN6AG?PJj}KPo w7{n!Q[LaRi:"A@ VVJIbAJiWmƮCJ[MBj/T~8WG>Q*_$f*AeTB&R [ʑfǬH1ce:!Kcs|V.7}57D^YY`fvZIk@QA2IݦNܬYS4"<܀4L,M],/p'/W% ~>J1I)&8-:UG+r=BWҋjb} oj, +A=x@C;Fa7ޝ6ZD{cؤm|X h &~w4h_x]T9֑qRG60KkL"/\c^Ҋ!dnöSGAv9/J–SJ+>5#$ma֘IXd9Z pS=P笓JA ?%Zw޿r])Ig(TlS$F>Cj~ eev'7S>śgDjfȻf+~@n/"2Ӥpj}`.V吜J/'/𓕕8hm_>8&Nf@q5&8Hb\Vsg*+B=-|dd v Y[ToGM*ek (W+f]fCQ:wxsD9?]%%ZA%SaU`^\uSؙ{9/5sTa^3D |)z)qr@,QuU7xPfw8?j W/_#ج}/'sl!_DǔEN̙ߠDZ.Ye/YtXvsnvķDG`ٻ77HSkfN@כ#eفbJxlɫ7KcLop*T]o*4՛#(/)P,Wo9oWZ4]cZ=Z1ɏoZq endstream endobj 214 0 obj <> stream xZo6n>JE)ا6 ƺGVk"~IK8uaPwKΧ3?VȈG)|fVFr)%˲>Fh%*e׼)1r ~ Jy8OAiت#Ŋ!Q~ĕ ̍tW_,U %,,¶epH'1+wcDE%뛭%iq(JZ5Z޶Bj ?cSefa볥;WRt9 ¼9aKt7, 裮qfh;o"@)hhi bN]5UHEs/X)hO(4Auۃ 'YH{!߂U˶hmrP_@,08XoB6ciCwz )Cdq˦+OY! eQ pj@~朷ެRI@Fg;tRA:Jiȉ;+}I]QCdHIM%g7<ԫ297z!x`H^^MrJ rb>[ u *8q:k?#b[y_VT \قt܍ i >7,/f48?;mϜ́rP2&8!hӽ%\7KD^2G'{nظTeB< .QE1.T~c=` w'aUL>FŬ .Pmzc>dDV>4uw7Dura7 sbVaYc}рspZhE[| rc̡j1!gx\B+k|4|BLxpz[~7D@-si$GuKdd}NfmQI-)p:KG-_NYvc` \~ro ?O\ tPP5aa;\C5, _>~=װ+bځƇ7Xzó\QA# uPυ̶=jZ.npMҦ =y/O}L@BJڌ_ :46Oc!gyK7K֖~v]Jaoŝj endstream endobj 215 0 obj <> stream JFIF``ZExifMM*JQQQC   !(!0*21/*.-4;K@48G9-.BYBGNPTUT3?]c\RbKSTQC''Q6.6QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?tPkqsL!F)uQE:QEEϩD3@j\cQob6I$/#(p+ռP,W 4'?qZ{^y܌ ?( JwM[sЮK̬gTƖa-srt'Rrd(cb`jQ91zי‡xBHl^2T=:vŗ,C#ҺYUF_*rPZ)3JRUJ%!QH(S1@ !Rb#+R>CRCO֪;-Ӂ33MdSihh)h Z(%Te{RY/CKEU"XfRլ-'Elh9?pڿo.u#cS\!RbOE:z9X1z8jxUWnA tG7=u,KE l#t` km!HɫI#x}jGJGsN@hẋnx3Vܻi1:S1E.i)(I@ &)bE40Up*MUj 3NM@;4fJ()@KF(PKEC-ݼ?~QAɤ[5,!kc,3Q"u6˺y18d\xJ$ܫ^qusu74#UKgmin?UT >^sg;GֱnIR&+Ԭoo(UQVkc $Bہu|Qwh.ܧm*KԻ'jOn"x+O&: Jv)(PE;n)RP"B(2)jZB)o( 'zZJ:Kځ@ AKL-dHS{U֡$*f4Mg:羊T赝=ؾU8Z\:JFBYVQP{{էp\fvn؞P/ҊP斡9r99844#NPN={kF97*ǷkU)8!qX 䓒ttVSQ@UwCLJJu&(IHb6*;ZE-RR)h dG jV1aY+nv,ޤ5J:D\DG'loz`aH/9IT6QH%"RUy5KzVv@#rҹ7qVjK[-ۓK#$*򟼠Y0.1Ԍm3G0d'J67-`{#n(NWa[^6/4Au4vۨ:^ѱ>Qo`kΌ#+ȭ}.KQ<ӄHOZ={-k9f}^ZMlF?*(GIr0aNVHiƀ:hc;tSh0E!JC?rKU3WbR(5@%8 JpR@J(hTWq[/Q֓vW`NH\@֨jVmܷ$l/d* W,􉢇rOtp*FI#`^\<򢰻ԭ{V1`q>v˻9>>fVwc?7w#x z7`sh[^ZP˵0GqXh`=1~;TLM;ѫ'q1֫O"#$3PGr@1LطfMg68_ֻ}9^G0fBՋL+İ- @OZ&MINъZ())hF)ؤ⛊}%6_Q@+@QK@U ^;U@y5VP?v3K7,z[Dk_VK,Nۤlð)z}&BEWB}jy(k뎴$yx@8c\͕'YsTcwQjjC!$np}ҶsҺ@ geNrCQbӲ"캲dRrr8Pݽ )9棑!ViAN7bOiXq ; >Hfi2C a6.EoMCz|}qpπkԱذ͙46 eaZ!BJ硦cn0G&o w{`N5Kuk{`jZƷ>j#_I3 [ӧ(=NE62hh()i %*н)qKaih JZ(I `+ v 5q|ӒbZW|rJhZ؛FՎiV#c5˹enPTʂ3R^NO5_^gitC+Sn<ZɕN3񩥛{?@܏+-L&ձۦ^֞dמS MFq@k\ϗ"ʻ|ޠ:I^Gᚢ >* 8C%;rץIOUϧZ:zDrϽCJ75b`O8Ю4l\# pHB8=kӵ M*氓:)rtI ? ϥ3WԌV޳w8+ FPCv>oHWalWGk޵l-RBtf]ĮrM:ȹFR*,uyfʟB:YcCxޕG3Mn\+A i=iJuZC~ΩU۟ U*K (BQIJ(E(!Mq=k&IwFjje%v R*N-3cԚ.8=pTR`ZoU;BYUgb-NL2pjkdz¹}Gִm+hE1 G~9Nf,}xLOJM=SX_ ڥYvdUa@lRK;:?{T2jHm۞*\tzl 4dv`z~Ym6,cs?Ҳ\DZDY'9n%mueQGsxms ?욖 ١l.KM8C!䷹UB:wR{Mi{WtEȦ,Z{?pWD+J'QXO#r}k}X2Sk;(-&)RRLLS 7R@-4SRdIzzp$nskf ]tL/9_A6_ߥsԫepf0z%SR"q7s`QG+mN"eB STy7)9K{"0zNHȨjG$M n)5-70 nZAM-襌.Tޭ40wOQNp(Fbf2M\[Fi;inR؎33w5QޕnV2:Zq+ֹ+6S~XWgyܬ225{sC'Pr}=_spO]T{i*eA!lHWmRzf8*.dX5fQ3HP\^1YKVz(TUبAYMnz=Iq0g#zըvc$]44`GZrR o95F8>U=j 󴆧Mbj&56AokU s<0Z)N3ɭ jNI]G8i{ HM!n* #<VH˩g `j;vqq/]cW\'pJв]zxW q(\wgUp9Sڴ6UrUGzR =+.ᰧ&N݃X7d0E&fuk| ݞY#ztj( =OsVМp9uVnJ`WNU2ߘvG,y 1Y$=dwx#y{YSfŋ [!s6W I#$\F˰5X,sڲzo5ܴdc>j>^0h9* kʲ AZLʢ: a7oB$ GlgQB\ںJVmA(d88ȇSv9\]&o ´+o|+Ĩ׫J|WaԔV]ǻ~ΨU-ubyu=4ՙsq3}BT݉*%C.VT?q)udAy'{ SQgu .[STqOq׊wӑY[8JT4hm:]TZ7qڲqGZ\ʩ+dc@=*JHՕtJþ?Z6g;oD aw~±^|۽t^pdžu rux\ $gt`Mwe{I5ǜb3 ";-8/͌~QxL9%>uEEUkK9&EpԖVEV2i"Ek2H><*Xڔ8 tj̋ET=z`d73W89L1t#rJII< n y*M$* GeQ~nzի/٨(,sɩrSu;Hqn 벩Gjl#eF3X~!g!Q9;֝I{h&HIFN>'oVsUekkzgޝ8eЋ,^)sޜ$#P]*٩U|UOPEإ+*A& RՓn2s4l檆=c'S/U XCcҶv9/7 kpk53yw &ϵFQ+*̽MJ'EUUl,dڌ}3Y5uTt}ڼ5wi^5?֚ڈЇf@XZVrvN{P}늗qQ\}ӎim9 w_Oc&} t:#9湝1}u3:TmɦGL{šyC' zxbzb+fH.?:guDe8"+\T A.4"66bX@]P-HK(#RWQ09C&Uh^~f.@ʩ+T e$vIȤ'h?Fqg*-]:c95<{s$*-W 1ΣojO)[=94P]B#}*Ti+>=i`y'֘4-J\O>~~"d;7=㕽OV= VVVҭ ģ[^iN5GPs[SeaNk:$ͩFƷ+{lFp馴4[3Tj=Ed>^k*ykUY7rj)Յ7Pk]d/R>Qw&=F3#ҠiTgߖǵcIa&c5P˴'D1j!bo?zVܭOWw8'+Drg.s]E+1ӆ)ZZHR2;R唥dǹ]\G$aN1\ bRCe}YԤ3'J^ji$d] >Ԡ&Ɣ1$>4mNy*~AܦC 8Ͻk()QVzlsr3+qgB' hRjx)X9@Vb>d І7U|g Oj~6UW;S$LRmܠV\?``֢$,*Oj%g(*{V9ҳ<j͈h8L7?gLM'+B5/?zy6jiW/p a[Cb$$%k2kզ#utmSrč-9|jÒk.*5kGB4Oj8ޟ 1H ws\ν6\gkW<*"/@j$2.}Zg~Z/Ԋfd ҆P >LJ_`,O;{SoZJvzEzU$,{Tc $Qb,8U)iaN+NK#8o|Aީ˩\9-˩1\dd-ŊD7+T'[A>[3hKz5`E9ZM2|ӊR91ڧ_c$j8^x;Gƪ.O5[rcstgTvF@9P}E c`rTmVfʵYCyg#dn9yqT57UBG\>kLهQ0vck 7$a+M[ccP-LG33SR96Hk9D?= z8Uzf]dǸ3LV|{ B *(qElC/SK*#Z(T|׍XvU.;9TN鎟ZҖqT.,]yBOz)Vwb6#$% }VF5kC^ڷV,ڳ#jszUSu'f?C;w$ΈSw1]+[MҥɔON 7-v\b mJDVZMX" Hܚن@EGI yR{Kc bWGJǾ𽼙03ޙӪR|c s.l% pQpkmbV+Ԭ1JUki=,M#PNZ6'_?D+ڜ55fsƲjƦhe-‘\֎r+?*OƂEoZnFrF+"]Yכnlu+R`u#\HnMXj85Jq1;TVF;KDf>w&?ڊ%PɮY:fS2y;V"cۡtQgLp2L %)ۍ?#(J򬋈e@*jn$㌊t7!d$dH} MT3$iqC}8+.sԲ0.]4ּpϕ=Z%y;;"; IdݏA]UeWhZ#PzV bI:# 5 -RKP2y>ic+'-G[X)ɉ?rڗI9<|?gt"i*5w8]̈ `N}:>QqEsa9z榹ܦ[1Ux%8'fJ9眏B31b:SF%UgWz3BpʠsWSi)O#8~\JsWvOʋH~}>EKi!99WkBBqXzWʙIcwҺ^mVm5_jg'R7̈́2m=3kI#:؀Er);%;IjzV[j Fo=EiוoaL/CzV@ފN}h28lW95? ^c5VTmh z*596OUypҙnjy_qW`GNsj90P(1X7z4v:h5c,C % m[E`\̹v}%SNF}kSs|褒s#5"UYH6w{ ,vFֹe"P(?*dVӥAdsI&A7a FIzļ6OzڍF'ncZMUH(_S] QqZWhuZݗ-JЏPu2kz+ɨul vLU0jT *LR19⫤9>_j $]jomYU jUIYY#HlPaҾD!oG&VTSY7YZzZVx46DJ9⭫$j `w(2G秭w #|c dwW:=$nλOz|itklh?fG'r=|UuFZɕjN՝DfqZ_spݶ~ޕ짣j@~k:qSpҬV,f5BT9m=j 9i:?mvx}8 rڋg՚(Yc++E>qףR%5m9ndzQ4QǠoaQq m4՗uVc̿gō9=k^5ѱyfukl pa]"_y?՟Ҩ2:WUy pkxPOⶅNQ{;f ;bXU 08*0۽kqjs;t"Fz-UM04VWڼĂLJیdgw+*2ڴ2֣b 4>E1$t q~;P*8ܞ3mpOr3>&?z6x0娗Fh8edGBNMIkU\vOOGesƢ 2eA5 qwؿv!xe4CÞ.UvB$A5vZGm1Dbs5kvN x\T"o 1j eXЍǩpTM?I`+IR:.~V&KwSH󽴠R[20_A)Yjs$wڠcxUIYg۸ N)D+k](ڵE[hm AF2}jCN4[~#BsOެh6T=ͼO$~zѤJTg9#JYp* Ԍ݊sFGh1jmsI+Ϋ<޼池}*y]p3\r۱7WC# %N3]n=U}TTᶤصتe&YkFp0.r2i-aq <&:f~B+Ԝ>;]x?=p:ЪXVaʟ)$+Bʽs 趶h|~WaCU4=`;u_?Ӣh:('4O4LBQE)AWv q֬ѥpEbesFojg7I4a<԰\ k-yi61x1wZKGq 'r'5!(|s14[ҫx؎r kVd&3cZ2qV#886R+h i!g+zJHHNY0H*HWO.wKEN}j ڂGZBS*~q NMIm!(' sr VsBg =q\3M|&+|ڦI'a+1#i⥍$ܤ6G8䚧jep8Y8~f5 qQk?Q#-N&a_^]SaSz:V;"8}a*.zjFSҤCd {[li{m=zӼzUM5uRlI;gƹl,. ϨkZQiZ-`x&v'(VջPh%96588$0 E[~TǭgB>*w@>|ֲ*ƇvOj\1v1YăS}+ 1ܴ$%~:ʨ uq,I0\Um3}+ZiF\dVfB'+#: NzVhA+Dx˞ޣNĶ6Hb1[F"PvPyKvU֕M)~$BuO!\-i qW,.<6HRؚIX \[of~R{{WicuyR{U=gL +k2+Merȝkq66A1g"r=T^W&y5$de\_@ 5h[dnsU'r);BF<`Y{pz $`ӃsPv&8N29AkI֥ y:`W%伲'kkPs<0~U<0`5ArG͑&GecλML[t^{ F҂// =kV#'A]՘ܹەO9=^44M8 bbMŠpl9IR"3@#jJ) ktSR򧡤-XQU0ݏJ Eczo줶>摤r[+Dgu+ [ӝDՊLMS^rD>,owVí,E+tm"għ Gs&5p񓊙{fz։D6GQnUN:f4l;fd1+Չ2jkh%^odDԀR4p8ܵ0 ]dSVR0k)SR7k+HRlIްF?s: E7DN<}<*y\K.ڂG)$$ZnxUcH^ie;Vts[GGՅF|SZ$+G=mXŲKX ` D4KM4 'sk [Ifȥ"ҦfN⠠6Eju{W+A@VR?U,bCǙKsfq;G*:-_K]ñNGҮ l;nhUB3O闦)ÁpU/#DO?FbEV"|MŲNzf"#=9.nb.9zԲFwd3ZhS⩹,*ĈL3S$?uF7'fWV-ZLt`ջIj`ѵ ҷJ T V#:¹2σRuu@:ϱT wa#O{jY M) U+9&3sM'KbsHioiYi; i-V([݅i Wӡq--cA go-d䞔km<»c@Kښ)sTi`fx@W Ew~ 5Bð洆KqfU9X`CZ+2r³)8=KWլ&b3WwoMYڦ =G`ac})Y{̍p1ɨ$ OMåcսinN5A"\[;tzf L=j{[(3`+RK :JJڳ+k `mkj%T@0G U HhPiƚi8Q@cBE[uyڐFNPzS  (p~_RcZ 7 – mߕ*Ew"Y|}) *7 hmdZdA>QP=eˤVv?'OUԚ/Jk+<]\đ^*Uf1fѴj"sH ݏ zA>YQZlgTDqZ =* `׎_CM܁ ֛ԧv>=IFOҴFyd҈O;kEK3H"3sPrR7Jܶ$?z׵#Pf+?hJ*>i<knaq$SJ@'j ܷ`+`5N^yX<#8!"ƸQS jAִB)˜ ;j=fƝ1\P}kP[jyěV~M8CmG|6/+{ttɢ5 0JAbAOҜ)KMIKML wA!\[v:L߇Ǻ֐؉nU4̵2iC 9;ZGJLޡJ x ˞цv7<: 2Ǫ pv ?޺I/ܡXYw>e = e('jH`pi RQ?4Mbʿ+GҰtHʼndTBY}iWnK=j͞*ۉ@0*}HK"Tx֧aAQ.3ZRJPi%Sm[@7JA5mCҫ73+OJ]MmB>KtREk$2+FR1֭E"udV8;$ZHzx-8P1MJCҔiLZ)9BVsPמvXSj2))1ODE44qN.a]s@T) Jf{T;M(޽ҰLe~Tmir>Ɣ9EGDt6S4{T\}.P)7l zq #Ϯ9O/Rpf髡ݣ)|.:*T`#Ɯ;gN|)&C,}yqa*tETʣRd*%~/SûRԪ+pH)*eH*bEQ#GS!D$G8 Gaz֒ƸX:_+hh2,.8GZp^aӄ(zEs̏ö)Ē~?V` W(*TAMA'ԅOLoTʵ*4E-GAH@ir:StTP1R b)š)iԹ4fԆ E'@,8h󬅗DE F(Q@ &(h Q@KQ@ O E"=V)*-J(UZV) TQE1HQT!œShPE%TJ([-l-U2Lf)(!^hƕP I(NP<-<-S \TQ@jUQ@TT(TTE x( Z(?Ί)QET9?m+hlg"&Z*DQEiE#"mP!b)hP6(ZPQ@ O E U(EZWQL PfUW52( TT) SP/z(a:E%%PQE endstream endobj 216 0 obj <> stream xkoܸ}dج%E%wáE{)&jׁ}Vn ys8̧XI ~* տn___$RY~y}%.dPBBSB5}sKvaQ_In@ԯC?O?J/R0@!R+3""EWI@m_{|yğ%eFUom^Ȫׁ8 D{6I^y&ŒBaR$ ٗ3iUs0ѿQlDYoq&K@ǔn\zxz[ݮEHfnx>phZІm~Rkl ' & \!̋-f[뷺o;|Wj=*z}vx +lDRχsu9'*EQNMX'pioG- r{b" &$t S 7=FRC;b;v85p$s3~{Q-[b"p-,2K7] *D ՚íV8Y"-^ ix!`9quj]^ݳ-3)SQS˼=e݈74UƤ@Ω9yi"ERFVrPƵ#9֣ zHKRm%#8UvF [ J3~h7(bLvL ٴoLZ֎F"/1f ,$4vhk߯`YhdJ";VwC`ykM6xVR6ycKF+J=zOطAtnmYXhkqAsפM&J )/K!lNGoJJHDu ]&V=(.δ{oCŪ@f.`G4WCκq|ak_mmlqX_ HEl}b66T Ny- `75m7dȕ&<4~ѳ)>y3C-;>h*adv}h-OH:JW,#}], :aӱFFChH5: x"%sFy:Ow& #IﶷAdmz6{#x1: =9O,%jh…{ ;;LJ{li1P, itq{/wdŇ֛A/fh<`i++Z{q\bכ'([Ud6wC5l ڰϷ+QS \$`8Q3pmM1ejfzj>&^GwҖs=gR62t݊3c=,?%/~C#4۰6ORx7;7Dz* "e֞^LGVxWd丕&zjRZ(L':ZN?̈PUxWƱPzXvyH^/6Q!Z-2OIc6bD/gbI\Rzn3&𘥜O$4.Aox)7qo1&~?wK&J?s"5S10cK6Ű&暓x2k W&`" z =[; !hlEKWvՏ2,~vF/V3JsLu/ScF -H~Ph7nqy#VgODjf:J9~ޏuޏ}\bv8ح9t`Ljt6.7DR`㍚%v{ $i)X8iR>üeaU:3G^8C'H\yx>a>.)qOIlB xXddvALP8/@i17-j.R|yhb6R\f2R6h"*Kʒb߷Ù^b<cQDH6w aM7#dlߩ l6:*\2bŞ=b韇zә^w? ;=Yrkb?h8ý-O]OA$Gdݱ( DJD&e!+@Ƴ~LJXOl'}3^*$%aڲ_D @y TǡAi4 >qXǧ|S9զɅ's2(E"_`rźCstQQ:(_d1erڪF%(bgO%TYYol$|/RH3|:V5Yhz<4BHh0? M/4*RBn&Eq#!ǹ*椐9$S!;ʡ--7Tбؽcmfmv֑̕YbRud³[6srw;~{DZ`C/J;GU~!j@vl'+Ǝ9ACI̶MU.ƒhø~ZϨz k[޴W"\#DR ֐S+l`\3ߚC'G7V[7w/>o)2wd D߆{diL ' UhCI/>]%-t9mC9rཌྷ?Q8qa!%w@OuG vB{iVՉ {잵5[#%-s̥)BfY5HJC_2eQzgoU`Vth]M,KїJw3FK {V,61!`R ))yaej)a+~anJXH4TnŜ%J 33, , endstream endobj 217 0 obj <> stream x\s׌X@v&q4:}p@AG+2AV},43Ino{{w|wz&)W0YMuzӓϿcI*tiĢ\% eR%:_躆>kVoߝ]D󿜞~znthKc{DCJ5$60Y(Si(I"ūocF\]>Bwķ2/HC0ItSc9˷ sR'tas 5Iɒb8B6̖(uE`y.֋&>_gb&L,U,eŹib? 8+~b}֕xcI ^𷐊 + zoI8 &Ft t<>\O??ٙלOJ?'M}B Ȱ(O&q|)SSKL0hOS'a4JĀIrJfLZhg|qb|!?`|&Տ.+lwK^u/جO[|S^ײ !z=,/){?lZ$J hxU؄ti 6]va`at6OU$)-uiE?RkǓe,ao)Hb|V /&W xQ^_N7b!G< ;qh؇ Uٰ/Do2KgŘL#VKL6U 2iqaZ1qKm[רּUkxݺ$1R#XoǪ(bcRzmGv3<;yc znQ |^C^\DW4.(p>R%rbO;ktj uVzx 3!PQر1| 5yQ6JfRX C SaZXH+ =4*:E>_@(lj04~ PW׾1}o*WzZ%HmqS)o|!e}ķ | 7H gBgH xW1#k^$"04Tό#+DH"r203=/r wuv-idwZŭ}otN$ŸF@;j<}ڒMy_m& x% vV_ӱHbgBtt|?pGi)\/3Z̿c^ 5;dk8@|eBm,{. {lݮ. 7Ʉ BlIˆocK*fIN9Cٹ!9{a?Rf#T'#SLA)d(teaI@NyIyIqBƘd:B{^]ISo l`/,⦉(ƅs,r}*_N6./{g"̗]d3yay]`Ĥ1xO ؄2,x&\s}4. JCvx`"ppӮ`Ԝ9% 6Bbd|p .1ٞ%^S5%=a%s*t{̠}hlH ş~u훐n}A&^bnE+RS'7)U`#ZNmu1I4+MDL 4X$Ӗw. yliZޱTxJ2=5Fa)R>GQ^bDov& ZCn#Qz~Y;)-9zr f**4&s[AQ4Um'֤*TJ|t5U?TF ?f:Vemeshw3dT;\:Qq |{Ll#=jStoNu [!3|j1MMڅ.aiـ$Ïa\) "%e vY/P?dvz9 [9MP#N UhvuP(TK ϸS$2dSe`\M{8i+>Ii=<)Ujϥ dz\16ź~I7nk+*pM& gTx.0+<־NzN,B|UGS?KgU'e's)K<"^05à &[kxBQNM >qp" W/iC$I`W>VvG(ЯNXco6$I9K׶M\Bi#V2֦Dqm&Ӿ:+ 3KLqdM}7Ϡu[WǾ$ \0xLfTQGj\d"6I Nh㢘,ۮ wgG?BBR0$MƢEdM?. *Ǔ2ByD2eBVss>Yr2Mrhi'<3EDQ mFÇ a{Τ<'f)39uQc&HznLM^( S8?, cӌb3PT/h랙 3OcU'r{LJ"DQ~aJP:8GPr}d s1S-н% Gx>%FHgX4 12bMYf9 |w=> zdžf=,asym$n0]UV; HYSg;A"/R`Q=h*7$ՙL&n#ɔmַjh{\^h 3r=ڎM@*p[l[W\6[=&p ]Du̴)LK@L2j0-p +،$kJ=Ƌ}nnSmդ7/"I_#r{D5i+?-5UE5uO17ђ ۾$;SV,{­.wn)]Gqd>Prgs{c~Ȧw B3S& 5(6PeSs_ig¡;ܕu4u 勤igK%a3#x35`vp'Ԣy'3[?]zg;=\e)ڜNWr\1Gu%ʻ*_xi^xo 5_yfQ9 k| $U.ѕH .ݔ䙒AaH9 w]J&==gq%TSq?x endstream endobj 218 0 obj <> endobj 219 0 obj [ 220 0 R] endobj 220 0 obj <> endobj 221 0 obj <> endobj 222 0 obj <> endobj 223 0 obj <> stream x\onOb m.IS껤.mRd~ F3.ERr4@rw;;,a Sp%߬Ѧ+ $+6vK7Vф %*Z]NY(5zfBp &h 3PEK3׸%H@ .dV_`ahB3Ѐ4 B[A^t"j+W%Okƪ~U'!OGt}[2IQ{j}@]sʖ>#vgr$L7 ǬB2eѾi@־\6wb4nyq c7 FPNHL[c|#(@1i8ji$n1Hlܡt6*V{[Q6 ȒFs?(2gDr= 瑒ey<ѦIAiT 1Ɇi.Y /iN@P* `M9 R[Pjy;m Y](R?1>P`h4`ɩyMXK@ǒ;V:žz @ΙNk m9nckGob ^޶߮v6ZQo`t_AnH4dE Q@R-a̼uF<:5|Ac+޷ߠ]O dC9Qʲbh"m3kuRcLS-8O?QRصsy\o|&k1Vخ-ɜ r.h<D)(9S|h1&KD;\7U oX`ҦT͗ J{Ζvǂa3P0I,xc*G˫ԉRP-sDD2ЂkT|"e=^XG~ʆ5U,=.f%P :u12osƣ(6pמFiӛfHnZ;aEL xhFP^l oCE0Q$ⶬhh[|X1SK2-Vҗ ӝ}₹ Z"[9ATuP0XB^ .gb=,Yͳ{jZNTwZ0G?ٓF6FAn)ӈd2m DR,u7^i<-n6vxϨ6L!vO !X-<6p5Uv˅/c=a=ST=d~c]vv:{z\yØPq\խq+*ke+l|eRPcS2)v<1x%XEA##:F$S%/u8R&Hp=Kl A+ $`5 H"mGVEyX|$]גּt1:Y_+iWPa"zL&ЂO Yn]:@z;oKDٯ\7sSq-t9.'w]m6FŝʣABcd9k pH;&wqovpa&pSeіf%J^Ej^lELq H[MRSt3E<7 V V~@7ݑK.?iryhvm"4 Ǭ(g9=zι^mtm'͓ gZ0 9R—LBL0f֟LC; 0^I#w7(xQi3.Q ^.n\EMzDG X6Ո˗DM -8)k6Zte*[9U-Iz}t75]桄4eЩGL VdC+_t"ӌwP.>Ryؓr{_-łL=鶑]Qn\n0 *'3!|4 M4ooR!,!̅ ]W_=XmpfLOx]*/Sj4 S6FHH a(p4*Ǔ:'sVP$Igcdo3gs ?ۼ}&ExF  -<<ϊxw8W>QpA#59;%w'x]߫aLcO`萨`I eSAAH&ՠqꃍ"Tii2ZЎ; qm9uՋ7W%}r|Qb,UEbO 2v\F\h Y ZvF)lpu"(OJͲh6Cjh!kԪ)sS\emg BYLP]LYFݠ4t< Zʏj@lC0XOsYsc#6PWAw6|Q׈ILA{|z[)At<%yeՐ5:ن`(d<]juz(u!jz10B醎XKx V)6A>G|5D 3Hyu @EL{ۗs#1,6 4GQe\C Wwh~Xs,\> qsGĊ{ endstream endobj 224 0 obj <> stream x\s۸H GYgQhV]4>>zrv|+VoϏ__~q|%iXQ (UYd X+^ \GZOsE^~F:ȑNKkEUT~-)!BP9 uИXُS [vΠ,-5d~$-\W'śfx ꉌ*6ƏYr"A&ܸIT<ohn?+#c"78j . i )hU beee'^T|R>K32-\H 2Եk~%:D2s_Xyv^6}#9Kڢ}oGBCQ$NecF"Ȳu;8>5 Y1w*XkXCiXux4GGx{:^JeCEC>G2^Bo=^gH7~w1h1~: x= J.GwWA,֫aokb]A#۝8Ь)Rv04`覊쁆n=3^9ƣ<6~<4xTyV\r笔!r^.WདiR#Snl[rcؔͳ GvN"%z~ ިu5$=QtvUZ!"ojBW콱ienvMӻh,-V9E\^]+ c5YR LW^C‑v9`oymBQ]}ɶuݩZJ(ߒl9:lw*\57^:=\7w`L,K 't >βB%\Y)kwu0;&*{ {Y~>Ě[M"oUx.r[1CbJ[#$MeS% ֍4Omo>MȅsBk 3&ɋFLҌf, s,j^sqP46)xH/`heb>qXYl:٤>tnڛM"{$i.&nSvٺG"`4,NP &MudX)59><5EZ #Oc\e8X?L3n$gXFR؜Z'L&qj`3Vo8lm]* ݉I0"4JBj^nM`TrF0:ol9oa;cKl-Sl>? {dDwxY`*N<|=^F4̡psWmySAmU㌶dxȆg\*| ([knNx ,FgNgxoe̙1+hq6)-܏1N$|PC34x~Tp(>[x^s{ErH~Q_| v~ ?E s"rcfpǔs ;5)\hL%IݠCN z[yRQtf\ZNt v$6Jƶ{܌vJ|Q-NRAe */ { FXyTYU\t6k endstream endobj 225 0 obj <> stream x\{o_"@@b@<"EDhEq:~' N  3!3[mWG4;>od&:;<>@3U99+ʮj3;=>z1||5ѯY;D!L@,Zd[`˒<+sdU<9xDAt@J]1*SZʕƷ^Ф%&*-_r>E²ji-Scbܑȳy>{>?ճnT͸i }DQ= * AXab/L 0dç?8*/BVV)Acj(7c)*U fo\^yzw|Nf#4wZ=^P{x-#:[.kB5~B?7( eitQ0b9M`Q1F\4Z}9>P=ܸfjX-gd T&xш>( Hry.8EyQWtthtDES(Y1dۚwtm<`dv@q_~9nNpqQ;r^KBs4ZrGrȼvȄ{lMv wT|鄦t +USr.DW ^lT?/m*E Ȑ@%\cr} ,Sp|r`!yEF F {({x9?IhR0bLV%,QF-=X#ب հݼj "ef}ǫuiS˔+,bGuI sꅅg?ůa2=ly?,"j/ަXD+ \}A|YƗVuj|H~^bPږAW e̦"j[ 0f*q+\ *DZ-dB_RV8!#I=Sq>!ElLƆB-Œ,u´X6TjS,N`kEqwґ,,1b kh}FXMI0+v 뾧u^Vt#!@a$jf}hnt^D&Ʈ !)rw.0hW ۋf,-R&z)\M|^A:I"/ɹ93Ƅ?^K?[raN.bjSv 0%]4Wz], j:Ei7~~wވ~5WoC )xXE_ tk>t@;Zj;F*Dg V  -dgѻn:]!U;jnihtUL iXW4Zcĭe>tezҌ&e$P KI/>5tZ !)ryr'BwfPL5F54(4y-no;g.DW61% z6o vKFFDwAxŧ֩hcxSN"Ӌռ7 A]rvjnhA2=VK.)Z@]kBBl!MBBP!t^Tt'CQHqZڎV6 \ak. A[y< d5׬Juk L-4q_isM KuAe!I(gw>`"gO%[Eg?࢚S0ARkD,m!+yѽ%J n|rxTވ@uXF|R>6Bp*2R*!Y9`w5-CpUYS?}B_0[^!xEhγM '?-ʯr\KKsȌ p +p~Yu,mԎG`c|>κee>UTktNKJT1CέOÐ93>tl<}CfY:Tu{ȯNӠ=)q S9p.GBs`Ir%nS3qT^&;$Sgʱos=$.Q{\!70r ͤI9q%Gpݣˬ&.^KL.+,PDDZLf@۝Xt&xTljReY齲@WMӕ*xU鈦mtR]i}i4{Хȃ @}K{OE*# 7IB j9ҁ<, C@^CaNu$}1?h8]<4WUZA 4eE6|3FZH)Fy)k| A| 4W>Q0'o'ӃDMO,tP͒ "uqqr`jxy: Ǩm 415+d+g;$cCt;&!)j@-E\q5tHu<U@UCGU9*RN 3<.<($S}P"xJ#r<FήՀV{А OO0"i@r۔W7IR~Te"KOD>mo!A;zeS{rwʗJAٟlv nx%˫6]DMQz64h)V%n"4~blG~b831݊@e h_%;D-ޞF6XZ $Tt,|S 7ˆ3 ("lIEAk(.mr6|?!w, K).b\CY} HN=̓Vx HmS~O3*gJ_@=w /{OU%1緋T>/F 4/A<>>> endobj 227 0 obj <>/F 4/A<>>> endobj 228 0 obj <>/F 4/A<>>> endobj 229 0 obj <>/F 4/A<>>> endobj 230 0 obj <> stream JFIF``ZExifMM*JQQQC   !(!0*21/*.-4;K@48G9-.BYBGNPTUT3?]c\RbKSTQC''Q6.6QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ? ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( (U,TQZ֮OGO mQr>uo?B>[/FWr0̚奻b<Ҋ uc7C&I(Ioi';n/5NohI0l`gPEu7> a{y'~yj;̈́p~#Ϣ(((((((((((((((((<+e{c-dG# -j`D9kWmP~Y (,k$n+) (()du` \ (QEgz^uemos\/ݕ?~G?qEx֥:[bs?Uԫe#k<cFc?o25mHe%T,7N@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@XnVV'xz\C5VgZ {Hs9&0Zigur9?u4Q@Q@{6_#~1p~ڝ^;nŹ"X} 0Бu\Y,e(l8O7ۙA=@4Ugmq$q$ qӽehڅLv*&QC=-~xьyzg m1.Q/ >WOn98=پͭj2)I#M3ۄQrp4Z,vK(pѴ[#V#vᓸAJи˹99" eJ$$UVQǭE|cCtD%& #Z֚{Xe>"զ!Qʣz KO2/Cه=U(((((((((((Y\\O-}<)֮el?;?ֽJ$TUP[[kn[Ʊă 0IEQEQEQEQEQEQEQEQEQEQEQEU cH- r9GyPkZ=֍zmW*yA\z_KZr*êQ^KwE\G*ãb(Q@Q@Q@Q@Q@Q@Q@Q@Q@i<֢Y;"P.'P0UQܚhhbۮV7z X¨=jj((((((((((((((CAgLd޵hK{rvƢH΁S['L ?7(((((((*IY@v ^u ӡosL$qUQ }QEQEQEQEQEQEQEQEQEQEQEQEQEQEQE^15R-n2㢞#^Y"җX@=t~4R1VR#J((((((+>i~MvF}3p6^^Cm̒E^io6 G_ h(((((7Z\&c(X9NX"-HDD*$v'xHna+# z w IJ43uy;# UFbڟ-3cg;T>|QJ#sVϷTl5k떊9-dd%³]b`|c9jPwm,w(̰~?y5QEQEQEQEQEQEul~ѭ duzUr g|~`uPEPEPEPEPEPU$2eUifF*Bh8 j6Ӧ:=+ yt$bAu~u02۪~[Z+xd2䪱Xnݑ;cֺ:(2Eu~Yg=GMT~ǺHvhu"r--Wcn~}`1/M$jpΠN@vZ{*rsA %NUSj2Y߾l7cq{^QEQEQEQEQEQEQEA>&`Xc2+#aB>PEQEQEQEQEVτ"Og-)?ұ"D vHtQEQEQEQEQEQEQE#Ȱ;DwF+VmIԀi <qI[>$9-ʱyff% TEgc رٕDx/#=Y'do?/K^?>wJ[A4]*5ښey*φW6);=?EyQR.N. R[>T0fKMF*W]Xa%yG:0i`WuÂ? }&j[Dmhwslۮ-cc[5\֟!\##Bԁ,7]-z ( ( ( ( ( ( d񉠒&T"ExU-tWe((((Jk#D uItQEQEQEQEQEQEQEbx~;yTGĉop?гVut>|wi llv+ ['n-Ɯ fzɉǭi^3]l"b:mSA?ȯ\DFoqoZsk JbVÚҨ-,xXUFO\Tg6!0/ou.?OncF:@=⸛eu2rd71,Rk >Dx:c?5W3fvf[ovJ,(((((((=Kwx?jKt[هj*((((+gQbǻԏXkL[j b@EPEPEPEPEPEPEPw0Gum-trFbx\ FsVNdAq =ONH 3IKlnտtGqq[&d}윹VVs1m2˜ pc^z#VUԫ(e=A18Hb>jp9RSF?u:}r F Q |6A&=JkΎPOOAroէG 6ѝOOoH {R;h^F 2Y='Y#dSQcؑ}:BT (VXJs}9'jע((((((<$"?gg[j1adVGhh((((("M92D\sպ^y6DZ((((((r&? ~v}ouq r 8tS UUDT`0 u,rE;]>r+*M{-Ҍ㵺]2`䁌~#捖86Q곌~SKe?0_R!ʴЭfwNTˍ}qzբ(((((((+s|B:*`WQ^wCcc:((((((cLnJ$ïK!9P:KEPEPEPEPEP>`3mr$ڷK'tRqzi-VH4crQ U_0eh.-aGϭ(WŴ!eg`,A'ԃȠ eQHXj qy=|BɎr9S^5ͬ3+tJUO<{֨ 8cry56sMk/n$p{O@_L=r-uʡ}VCk<@9^Kh##]ڠ`1~gLܓ;#U8AOG gifX Z '$FA?M@Q@Q@Q@Q@Q@Q@Q@Q@ xƷ}]^g+$oG ^G;8ܧY&((((((X˦<|~O?bhڌVdoG)?*z)ME ;O(((((((((((((((+3Z<9i"_€8Ojm~f@S~b3brI9$PEPEPEPEPEPEPEPyZN;r2ԯ빯i-x\ea؊k1kZb.UeA-jQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEWxZJBٵG{u9jtgIxG!~QEQEQEQEQEQEQEQEVM+q-eVewp_Zsm )USWxSOYJ~u?z2<),NrEQEQEQEQEQEQEQEQEQEQEQEQEVWu4M<4 ?;Ս[T,Z A^KO /`(w\\HdC5PEPEPEPEPEPEPEPEPEP]O.(-%Wrkn{yHeYNA+ȼ=s^x>רiZh.-$? ЊEPEPEPEPEPEPEPEPEPEPEPT5^G7O}>xĶ${8+5-BT{ ev6]k7尣uϢ(((((((((((*ō֝t64RǡW=3@񝦡 'ICS^['#l[l?唇d^V./U 79RI= mPEPEPEPEPEPEPEPE#2v dpsǍ-YL;ǿK4AK4j2~5x%[ia.j.ɉPrAz}9ݤvwb,rI4(((((((((((((((` ǝs|}Q-wtj|sWKgY_.K8$}Gj:UbI AE{6&֭8P 5mQB>ko*?*j+ӥO$ i+d_Q\z(i $H{(S"DcؼQ^gs^P [BK̑V5淪n7:T O8U4;"$a}KSM, ԵGUl];rpV}PEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEP endstream endobj 231 0 obj <> stream xZYs6~׌gBz"8 ONsL'=NƵc&9 (vXX~{4$$O- KtN2N~:N%\$ \DKBBHtrp_L.읩O'o$+9~2/O+PbaTsJ׀rA "s A,-YAr2'L'Z#ʈznQeq\!N ̿e*ʯ%>UHx@X-QTE$3,9>}Jv ES筫C@w&n&PMU- Gz)W3l ]"uQnnB^ӝTOFrV J<;WxN3-`\u,__=\3*wm>6_Kgi:_bL1_~F㝢ݗsL;ǯVİi&23\&{xl ,7v Lh|*\~=̒hPPɊ/ yj$(a:b]иݼ])ٛ:tB|ޓ=E.\*0)-zm#/^BKi[# (@Xgu,VN|P=j1S!shBJ|UZW=lYپ ! D;wҵ=zz`hh-<,ͥ=mnŰ# fG/h~/h0A/mH9S[NmLP[yA 3E1f  dz*c4(ͺ)5^ d7\]\A7FWC+:^4:$n])7%-iX ?퐭omhŽNn^;{Ew7mi[u}}] uGU.(*x==#Ķ;K2r&~{j=fXc%纙JcF6ck/pEGlC. HtݼMm(I*)ȭDm\G?sLt7̈\vNdz+b)S=iAK3q3u~! e<5iĚ>z+QLK-+Y=NR` /ei ߌ V)h7ւ bF]1'`-/Z endstream endobj 232 0 obj <> stream x͝msܶkF߁2dFB n:ljmm˝bіIrH;'3]|ÿU5-.}_,rOhA¼x~.H"I]dtŇ`?{eQxt/ɦ[QaeD3B60b $4'ťiZP(BsTP$ﻺAG1 :ͭnP&U-WU^÷0_඗t>)ͩMKAgZ\@kc59AF6K#,,-#G(T|Xqy:d%^iR>`|@tG$/$ 8''8c%Ү \TUXTi.IsPL]o17ŶO I_ׇsSz@͹9oQ@EO~g`e?t][%0I"sz.'N;R+DivTf9^k/+oΏl0|5eֹ=-Wʵo$#tJtY(gߕK mng#t-[OVkǥ?o N||PQ_@͍A߀{o[⎭ؓ+G} .8Eأaoc[3p<6[ƠqceQtC:#~I]KDEN Ƌ#qq}Mkm\dYHAJM>i$FZ݋.ZkE1to/m?z)8aĵ1;o;'iG`U$E|XSu6!6j1;(ǘK H0}GAK.]oL B*5_ᨙ`=$:^V~W[»M-9(xk?{Έ2KKбח[$|PCo$'8bbvFD쐾x#ۣyuH|A`e$idnX F#+:tVD|XM@4SX?de]oѓF+ d8>YdI͓M k:Fh^AB"62qʆAEoDY] Zd%̳gԼȮY ̮)2{zAx5nYsg~ [&[&g#!|cNq<M׳>mC]\S{hq)ԠHa1%*mdGX0k&%j.x]#vZˆ[z5cYK>vì Aּ&ɚ`;G-nPd <D.Y^ܘJ?77yP $0s9W^䭒y`15(ycVœ!x+/{^VΘrSLI!(nĈg'0ɵΈbCg3mp"idܸF00F&3>\XsGōa~//c p(:m=}8 ۏA ŋ=O $p1{$w=&@Xh"֑4#3qbi#'s:•5I3Sdx\Ǚ-/VI3:D8a)"i{=}Hd~+)\OfDoˬٍ[QAޢT~ *\5[X1*s؇S<_LzI*lYgF@EfZ 1g ՚vAЅ{Mʅ3M-b/vH%R}+xn%pW!,WհЀ[ẃR3u9"yA^DNa7r"%҄E rĭ#@7;'̛ ›y5IL g[%e@혷 fs+VY^FjI'>Q5IԸB|9iq#ƤA75yj$\Me4]Ҧa P%1gVL#cTwd'I&5↼ zM Q>g d„H tG ō3ũ_:kuMq9$}s(D0y&IsDɸcIG`]禀%`@PjIH[9,7 VIɜI#f3(^өT/C6xٟ$L0Z>q DID)gLwX%8 L@L(X< nhhSMf n%/k, 1cEY]'X #ryA5ɋZ fJ(f+.j}Nd7X;_GnBDy<]Ld O9L>zWI+ߙAKU&'> stream xZo8AX'RD6vqw{ple3Qd7\ g8YWp%Q煈6?EWg("Y"3tI#\*jt>趆5[+ݧ?&Q>?(kK)=D KA %6Z%*U„d`o~rk#ψ.͐NK *}a-TS$ir8$ָ⏉J;yc[vΠ}a8e&⩜sp8&9^mB)^ PP$qÊ \y߬@ H=9=<.y\'L!4d`^eA(SLgv=)3hvSy٤:L\ Wt+#!kZ ZB )tzY[\c. 0޾JYk:&Atyܹ,X. 8J!m -e{hL3z4>3\njd5…3*.Q= oEwԴDX[rL x1 Ie$!Fk$E-l`}[ѓU3zR~Q/!kcxf5Iǥߙ`ƉR \L/"{m{ɣ!zi?4a-roz 9<ܤ-)X-*12ZaF$f-1+Eեa(bDۚ\So0_@5Bש ׋j0.Wҥ$e ϡ݆nj t\zϥ{zc2#׍:?O*5(4UjO!.W`0ߖ+TN7x tV zҼcJl>O$Hw%\ATu&T 4-h(昅mW ԭȡf6{)T7tD|360Қ ֫FXA "]] #;ܶCf֥ɿ`_W QI8@ =õ-Cp'׻YuStnr#&b ͅGOa,,yPHmh[#\o0r,K=܄H;X_2A'f b ]& E9TX4\!xXm$ UýnFwwD4 @ڤfp"4@6mb)QZI/ `f ɤUm+-:p[+3tk\pNv>͋IYLv랅kbQ7Q50lOL6ޯV; :F!cl5Zu4#_DeJwx<(uȔ;j@(4WSսҠ&rLۄF+R8бu˵HSaUq5:l@(o#s6ORy|Ň&x%PbݙHlp:Ae߶1B и˘wxlcv/dD9D?Ӕq=m抩.c0_iA^PuJ@Fhފ{HiՉ) +Sϟv Mj/;񿏄t`HT* ɋQ9Iqo0$K"%Qļv:|a+@ lCL3װ-ú8I!M\+W qB~)0&R;$T8f+4kG =A^M0]LhE3<> 0>}&X>ĘNjV&N3}+40Ɖ,ia_鑽Eޏb,%s qдFH U3O,t<L𠊐zmcVrXQ UvlJ +f~ly5,eu#=e{E. J/y)#K:1)ow]2s~O;.ԖnejkAȣi_Gs-Y_~ѳu|ນPI~;ci-`7uݔ>X7b~sy=|dN+ެx- /0 hfwl)biXUp]2gJ]E R Idt]N_Jd",/:P!pi^tY94m`S;5rkȩeLg) jFP5GxI/bAd/*K/<냑bBܛ=fF09#xzLO!)%|`&1:Hӡ0Үs 'mJ$oGuF6/x_E%  Fbgjb:̈9a+M M4.]kӞ G"$CTk%%lF.*ӲgٻAs >kɤB)g< Vi8J4 7oAyv1ŖYZx"3ý(sE!%e[p쏶*q5 r С:z蜎*筧"] fGw> 91.œW9m2\?|PD9L:mw%Zl$vO9 t\i|^Q?QRHKG˛ endstream endobj 234 0 obj <> stream xZmOG_|Q*B6 !051`Hޝ>' s3v{K ID&?}PlY2oo}B%Bd| $MXdqYry2K AGmovAj@RhTHXHf8U^Hx+ʒ̈`PY~Y!p2ø:Tp˨f+Ym)oV2M!N 2Yz']Eph5e8^,yR;8Hf8u)ݜz0Kzp7I.MR5փh- וq_N?|L󰠝0iإ)Jـ|BXf£Ti&1h,66YIj@\c:׏gk s:Zzј"& `zjh]J=: t̲URK|4m6Jnm?Gng[/?#}X9*e836ۜH60$*d9YV#u|٣!1)pbJ 8 P1U!<"&fbZ*lgU9k5.uP}#XTv,goeP"{X0‡ Xl1F#%"XH"%ĕc-F8`SBVgkc⟊N&v]~MףE~0L-GIER۞/R`}9 ppEl3&m㵔܌t#b]<ϵdz,8(5y_>! -Bڸgʆ k.ب%\|UU$K岵peo0-S7hzRdJL_;$FԖ8 jULA(`nO2ʘ9zU}U[\VZQ۲u:yꆱ-I㑃 2áRՆKm. ѩD[-6D)E:Tpt%ltnd$6 7/e,fzۛ{|u%mpRDJa?/ixg5fshOn&#ZHiM7Bbs)Mh6l { #mT>Ow.592q5" e:L4`M)M!sBnKEn3ΫvLQ:ri3^Qy8~I$f+|x Qq^Urt fI GpP}(0k c,,[e3qQw@bZ=^b:j\Un[<;P鷬ճDlV^zkhH%5oWk}2`wL ?Eya]MYg W\SZEx?Z;zMÒw6 1? ab. OR0U_]\q,޻5sYyߔeV#f69 b,r^6K~ן~w9Y aN½CX'dTOF ht@_kQ&%PaYU1i匷BZފÉU'*dhF+/h\b6Dͫ: کU1̊*EW0*$V Q^Mz,$IړW,nukk'/ endstream endobj 235 0 obj <> stream xko{}V|Kh`n;z{(~p9޻wfHJ%ʼnC [F8Qr+-E&}:>qr}>>g<+4ef>?Mcf7*}_'٧}#t|N(#0^Hr& sVl ,י9EV(V f4=x&p4W(*68T".qdGd'05^SD^X6' .ԡSr'KEu鉚SOVxb*'9|\M̖ݹO9=vpK!|2- AVnYL GaJvS{؈,vP vbWؘ-[|PF>恏jFË=B i _Lv1S w 6"c-z>kj\9 A糩tZ5IofxZȐAP/:#/QϭȄ+zdwYGTV3Oj-nP8GZNd"icSn!A-0= !7rJ蓘waG*jW:4.W3iS4Ww;,/'hu+ &!( nM7@muPҼX6M5r3'eIΌ+}78opξfdCp#[p!@hZ5fSw `^MJI[ŽZ:*//&.Fy\USD]C!\kRE+؞D- ,׏5zu.k.,@Ď <4fY`t~n'4ʒ`ﰖy ~>qAjvK`rEUº7/d$P]_+2]gժ'=̇@#Q_qαtW-w";BxE(]2ݎ7HP`9\6뻠un#R*Rj4}e)ToKV;Pj3۱KG"/ )]/3msE+@@}?z`aG%S _:?=-é;vo~޶' )K箭 #SN:$3h1t:xYkl93(Tyw4(4hgt'r|~G񼱑L<&u~<\B<̓CmF zM*}nqAr]P#"ߌ2k *zL@ r3I+⍕\.:tRzj`Z}7I;aoN<L`1xu#%Ey~ O]/,4uN[֑i%ADBUchӋQY=AC3-ƾ(vև͋&NN܈qғo4DbaJ1;Cs,K1=b 7!Ywf{ON+p6=qbuߺĝuLEV|pԞ'0A"` !"F?ʂr 7cu' o֞%*x SŖkyk.\!IGY,A˻j6=:ׇ^Q2=Z,Bmh%6X_ P!&P5勨CMaa(j#eU_[+wW3їb i |\NYxz6%ϑ-#?}OZy4gС_N7Ubh-_{XA,fpd:4^5uBRƟ^UG4?r&Ro2*h$*L.w j`K;n,b^h[S%6Ofp]曳XsV*Mu0C4Z0` ,NiȾܞ>ڳ7?S  cHy[B

D )Ln0gZ0lBDOt<}VZUh$&Ձv௸*2n "|*]ʠA+l9fZ^oڒ[<9W+Ӑ HEz0*̦nb%Q)u$xYP;blL&YQEd(IA`zt3vuzsB P)-%+_kN%t Aհd\G3Q>O(2A)O3cvCPE &_ZϐwztGnX-d y03|s*b ^p a-H,]o0i:xx(^iB^`t`v-"pfEX.bhE/C"m2 vBBQ.9QgϷ#1GUh>|$!~\ݗʈ?|%[!Xwh53ZuFv6YcX^fMeEy@7)-: ýQ ~Uv4 ]%"\`7J4ϐkiFU ӨBh6Cr aCVcc@2 pHA8XXH U<c*bB7.7\uFŃ_㐐%&GJ( ,aD`ʨh޾WýW\HzDUMfn$n uEUz޵Cu}鿺Ph{4.˔eJLPt+qMA4ew3eV$u~PV}(z z/d+5Hժ/p+$TThp"VKWr5 ^F~q+RzTb4(hnXCt?mo5e[PT4N(J6A< )6!^Ɲ/JU<2RH%W #,fD%W|49lI dKb֮" $jVA6~p+]xxp/<@h iNTG%nqe'y !S27Y>>>/BBox[ 0 0 243.92 175.57] /Matrix[ 0.29517 0 0 0.4101 0 0] /Filter/FlateDecode/Length 64>> stream x+*@02L, T53020THMLO526WpW endstream endobj 237 0 obj <> stream xO 0-L --´hB_m9Ǭ&x[,ba߿Bba&8i~O{v^~OC3KCt ӉN+0|I$(ϟ?$HdI=wz;u/I9a0bR,x/Ќ~II%RwAq/Ik>s X0| ǐlI}nvA8 qi|?nH@WB=FJ 0d%т$pԗ3-,dpHw/-s,q|b`Mﵨa$ Ϲ8qUCmfF 0s7I]AQGca,N$m?(߱1_ w/{G=HlF̤q zt:!]M=%99 [ L?dTiįul ` O -A dg#~O3xM&ow u?79dn8I#Z;K$Ơa;2aŽ6/"f27 Ae*dc ]ƃ6|uz=D{c?mW d27`0vz/Zc~G>)P=76_qXL69w:жK:ߚ c ~ /gĆ6V?,hꕰKO}EEw_&s@SSLfFֵ-k_<36A U#*`W+K1Q;)a;08Ɩg\!9]hC.+▧G aۄ _ƛ4l3#`ɉ~ -9'[<*x7D)9&tCi|qB۠'O/E3 x? OT#/| f@:+g6S:u5.1¡sy|b>\`>XogJ2*I|ū;CIoBrx>NaT^^Fj]ܣLyE$MΙ+0%. CH;a+TmqU`g>#q묦(G `Jj|Kp_ @Z(c3.nA"7NTGWy|X02-hvC0֙Zյ3#V_me`j%ui]Tp~Bp'^]o%\mB^=*Dp`B1O5ׯ_L$oʼn9_]&ۮ%V[6BI"Sƅ!/lv+g@t:7 ˋ:'s.DP|zMU2ڠ&D 1O,**ƯAmXSUtQi +.nJƶ4tEg<b=,5٣j1v z 3Y2Jk9|Lh!55Txᄝa|^'Bϟ?Za֚zp-NTLS@C=48\L  ^T*<5XI=忕AM4hb0"tC.˯V` h?na2yn-3/Î78 p׊ 5_ⴸ#ay,|TIgP|,HH޻sAͱ#=/znFUo!P7Ft8{V8:ɽk0ԭʰBky׸V涓#zz8[,ps}N k{ {_1mr5.Î@ Ό{ʏ$)3k|ȼSKQ#=WNI`1y1j7c5"Ԇ?qIMGJV4n:3Z'4<ɝduO)nnUڱS#sۻƅ5[> ]X݂l8nϲWIu֢JJ8'!_R\PJ`N3eK,{Į5^; S/.}Ucb=u,μG4' c{r5l]n:W4 vO2QZ$蠐Ɨk\Y?5‹ue>{~tCHkj 9VL$ۂ\NeDԎ'%\"x2?Qdž~+PG}Ț-j[ E=bJMGG^+dw`yDUڇ䩎mfoCZ2BURW5>*j)&-^rc뱆U,!@΁wI$,9xzAދN5^5[ꛗΆ_NиޮNvNoW(s6wҚyWvq7OH^N8BZ&L5{$2S ^|vq3nu0y6'xp;0AzmbWFls["w=&Z .y (1"*Cp2GKzԆTndˬA˳Ov@A6u e>4pÁWqb҆^kdlh# v+Me>4:HL7hۙe1b(a`y?#yUK|-J?idKWn6Q]6-zA Bj4$_)[,#Y;#sEGMUVkHD$A!/^[H!y5`GסWc+|wjj4ްB݆ٽASWǯcRاIHwyOzjj^4Ar`XqmF|̄"Ώ? %^QLҔc 61D{J܋Y8g>3?z?$W??!!OnϾzsUfJ4mL]~78"3UW}}=@Kn8νʾB>x\n6wO!A^+kEw9I,L^wqX^4WgT̻ .nq̍?l:=ĿA xl~~3Hucro<ƍJ?\ G?!Oey/sRSE_TgВBln N+˦)ş Mo ]'9~,Z)T5>+ًƗg.XsztglJB%go~ڷY,28|9@E|;pfIbΎp~VjN($5.Ub_+0-#|l޶>38Hm89lK W,svqE_!lqNH 4>+կxUj4;__W@d:8q=PQ>hJm-w.+F1|pÐvy'Wܚ/ϿίH{t鷹E #.v>A,hkX/4M^ ؗƗݰl9_xZ#7Wqa Uˊ؝W6wvZ}f70Ea#d!ylG)qmi˼J ɫ%e7X/eY;5 l3HU+ܤƸK4ޖS<$>Ȳ^3iH@tMZ25Dmɫ{xn9sN-'L6PiqY2w|me]6QKQ|V0^Y㋶5ǔeB;3]1eaoN^ ةs.nQܗ'|wZKˑU,R&VC5٩ F9Փ~ĸd\=yUiy@5̞ X=ɫ;RTY'6zA-P{MB}vɑ4ޙ_fe{fi|ĭ5'+Sʼd !s-\.eN6ɎrY[x6$GέVKe8vCnFՀ]k\ e+M$4[dshxc/}2ǽxR`~}}} Y㰜]k|Yi*9ǀ xe"c wAc t:!):TWq"Bd€Iu]6SZOTki_ib/Fk\6' oޞ *Vn>mwG/=AfPy5̛KLh|Nm< 34UvƗ$ڭfa9xE+M'i{:54%{T8.`lUu=@sLvow29q$7BSΕ)A>fFkra9RӓEQiT2T?Ϭd'?Yq3KwhhWL^ 8ƅY~kU"< I/"d]U-OtU k2lߜ\jC,B14uV!JV٠}4Nw KlBs-fN&_M^ 8 _m2xqvگj5W?NBiBN`U=I`[!4Հh`˩µcfjSᄁޠd e /TcKRHrqWO^ 8ƗU2ך(kܺo --ͬ8p$ǖQآ*D)&Z8;7@#BB{Ch\ +50H#W2V(yM ݐx"m򺕪j5U;ҸJ2GYƸ_E"Y5u֘jI凈+D:_)ɼ*޶. ϖQ_h|Pj4wXͰR_c̩- +[vEu@,LK1SqZG} B_Kg.Ď H2%,P8W7F9BS>?K)4|IAH.O+LdK%OS"ҳϐ8Ʃs&Jʔ{fS~n?bӮqmK~<Ф._OSOOj:*a;ޯB{yZ$(Pv{mwE>j|q1ve' ӫ|b E`aH>WҜϣWxиZ_Gq=5z {Q% _p$(@W:׭rgMr5 CIP4:Oˠ__z"Q՛8mS %^4U}}}mPgZ.Q\w~b|NG̑5<{:qd!re_=qIna@9,2s:6 ]%ɫ f?-'h|yg14hҊ{jѧ }nzX$UԄhi\k<2@y1&ߒ&柣<Ƞ#[(FuEEF`8ݍqajqiaē8/ZSOh)m;G v+K Txz2WxT4նNe`t?b٥Vϥ ֧?\ovXnEB6~&J[0 oP|7:5.om/jEPpL2 SЯqmStNe>MkG&j8IX;8O %:bө{>y y]{8uo>ѱiΕ;$e%I:*gAƑ*_~]xk-N6LjB~NUW%NKyyK8\[c5D_0øV6{.1~L]NԠ]z4Iߟ%Z(W ;W 3"ws23=[ҬqI򪐶%JZ ~HКЎ˫S`$2F1/Yԝmk޼4DvmuxBWs.#y0.|TztgpUJlFU*cZEo(+.:m$?"̃ČM?;wneg0$W8(at6HU'?E 66W^_4g'9x\ǎWPr0{Ҡ{a 4MAcōqğkcؖl}c.5/IE9+}C4ޙCi<&l$0A[>m#g0kVhpƯGt-Zw8%4ᒪ!"f1F> ߵC2G ۵z$* |1INaT6nI|VV gxr]P]/"<[}f#\2n ߓ*7' |1su{4l=xpaE9@w7Rr ůhX1 x\%5r_C=p@(>qFަrWPUݮp8Ƒ >`Ȓ/&ءq_C:9G;o>q0SHA@.cTC0T{0,㸻zv*Ar*4MCeTR"n>z=&(%^ISr!pqe^.ϩ6.(;;+ּo-8. 0te'dW%>BƗg|km|ok;9oP8)f zAT;+KryQ:'}\ꤠբmjbZ8e@ZAY|{;mNO)8{ĹIUlR=G K9܆uDw]Ydzrp9_INH^Sıj.ܚ cRAA],u g7c_$5~/8֔"ݶ!fkS&(\61|7Q-ǯwk rfr玾.0׋w"_WeWt\eK2 ɫL]_,-;Hm568L.EP Z;gp?+b#-!I xx^?#t>\{<́ʾF쏕,Œv :t:Ynd@9Sy ۭ*ګ+' ձ}s_܎3q`OE "xJ 4Cb>A!ao[!JaXՂ'WRdg_WgcWl1Ԕi=[|A*V q$qV5d:ydE~uig*"6IqxxaX3(Hb}'MG\6[,pNJTgRȞ2aɫfFTͨAct2=rK pLywF,DY gF88 [Oau=i3M1ڀIsjϤXC[%c~14128Xevw VVty]uW/c@' ~:`'V^ooߴ3rx\NEQT>2$sSqvYnُ^~#-Ԅ y~GY4nl%n|nZP3G0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0VmX`|&y^K2z\.=Ӡ$$v=rU#PbMbWPw3%|iWg5WƩ1P#6[4%ąҟ>c[gM?!mj'<6&#dAJ6 =c_zY |;}M9og&H}׸9fCv4$?s^/uCpƱw!#a&7~%_A8<| g2k)I6i7¶&SrOͶLrv+6 (1 endstream endobj 238 0 obj <> stream xWKo@[SFΖ}RCGzz 6&bHiҙ`'>TV0ox|/|"@6ק྆l8A@h@S !;BDhsw6\{b88A?Ro@`"TB\a@@ (ȀsByd@Hn{pvP&,Bp;"խQ >J D(a#?۹Ƀ=k؃my"2T> }<󝗮NJt;/-UIΕ\͛J2j>—?)kY˄v0@ѾV^74KKY4cFB ξB4ٞ hSi*FwQ8 '7@zGEn="Ⓖp(ذh[:BTA" Y:_i"/ endstream endobj 239 0 obj <> endobj 240 0 obj [ 241 0 R] endobj 241 0 obj <> endobj 242 0 obj <> endobj 243 0 obj <> endobj 244 0 obj <> stream xc` endstream endobj 245 0 obj <> stream xc`p·0L?L% endstream endobj 246 0 obj <> stream x[_stbB6צ3m3NllQGJww)\.97c I*a +y%߼LV__h{}ooӈsns}a^񨐌ã\H}_D|3޽i~}=|W4^d_ b2Q @Z9Kd˄ETVʈLIzq6e 捾iV^KIf% HJQ&Ƌ4Z|"#,Нs 5଼$/gK(_d,F٢~C+)cA{X(/r`A$)7XaY٪ vG+ehbE'9 FڡWi,WeNC>T4-} *<oT b/EsբzgR?<x)95p(湙{]?ö_cnfJ=z6{>s/4!k >|soM8 XdPI"!KĀ4Rȼפ- 8I5S>1)uj0CY6TLX0:!GkPVBw43]Q ߑə[X4[W0]Zg o /!&A3ro'3䄺 P3#p(>.)q 6{G'Xm^VZ,TrO8=R;T̒s'Y4K 7,7-ȓ<8>#T8H%s B^ IGn⪉p0N2џqMsPN1U}@3` Ú5#j釖 6O}@v?*,LLF+:2g_@벎)@Y}ނ`3Q0e&y*'+w*p=]^70ww8v{ d+Fp& sF@g*ge#4+Azq lX*f^X#5]YE[>^]x 翠tl\x Y 9WLVB]8BeT%ڪO#/AU% AVR'_].-<-=TxTxeBg  x(wi #<0~pȽ2$eBgMk4GJ(VXS0r.!UP& f !˦աD&%3BJNU-e1vH{D0m `l2eEc3s#: gKk@Њ% Xd_ԯ!,:+w3!T(i:ڞ{0٫HNmLp W)(K}K.袇&)$M/g+dxwx$S^n4(+XdIz G8[}Ѓ W(w.l|= ;W!m*{Ih= q/]90Wф= G3JKͳ6}̼yRS CSs2رA3[8'`)Vvtlvwc3 ˉϐ;?!v/lג.]+g6O3}\p@Af>B^N1gX\$.eۢϻ~檇:)몞9 ؞_P 3je7NP9`Om3*޺RT rQބ$܉4^ Aom[T(EA9?sC:\Q`H1MaYj0dgq[wşSw_[PZuL4LM7)rVbu?#Wg̦;6 j GM|;=oKc"g&=~aִLS/#pW"$k.G-0#TcY|̱?ٛm6dkӎF}Iiz8f2HDdx߳3H>^ vu/OJO : ApfFaRftUzgc b@v{+ћAuRxʀZK1yW0,=߄_`O .Y df~:9mxOGq&^ȽiBO j endstream endobj 247 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 248 0 R/Group<>/Tabs/S>> endobj 248 0 obj <> stream x\msܶ.P@|UqǮL&sxTkw H& @b` |C ?xEbgΣݝ>ctwVҊ0xHEj]^+]2_/z3TU<.Yu ,i%"pm$P j%\WZ*IlϺj5ⴴAP kI C0IMcW'WIލpuꪓMŒ"rM.K#S59]/Ϧ5q"(fajn9H ж1B`7ǫm=jKT6׮mbၕTN/ޞϫ鞚)Mȷ''_cW´:o6_\*\S{Y  5; .P>]kJj^ 3,dT³q*R*6_5yzU΀*K-7?+|?elBz}sD:^/Ӗǘ`V@Y3Kpb8ؿ1-wt.2=ři'!ڮyyW͂m@~ C)$vIOjr%T20pij# ͉ҕIs`f&릛[=nGurt|6 (cXBc3é&+ˀ숮cY8{5afhPIV'xs6$48|5* wBRunɛtFc:zeF q]ì3Wؐ=#ukFꦤwN_7@rXLh]c![0URaN< ̯)-I-"Br@[{n#U mGӌtd4_\Fa$_8CdFb1Q[8{ٴ~>MC Y>&R2T?d3$L9vnP9mIK0=NJ~ >x2g=>{ leo<İ%6ƠV) R޼+L "NP4v#JeIRzKix^&$X!^B } 8j-1>y^B!>17rN&%YZdk{?L H6IeYY%>લˉp15D03$S7Yr+~D[VIjKetY絕>CΫ$W *es^%ns(Q_VfH;sY!{6խd.ӗx4yU)^AWCΩ=3=~XV 43LZ}1 6 =&i(}H>r`v`7oỜ\ [^W=18ܿx%H ](=фv „1IBsV2lᢰďh1ImQSfďh1)m UMI)v › ڞt+w $||(9=iH}'Rs[aO&Z1s]xX%:5:y5\7[5 eN(PjIh1gE5awZc$bރ9mJC"EaI'yB~ioV{o?!uFrZE,=hqAP\mHJ?Bz@=&Xn*.#MQe9îO=$z3ۜ~0.ڮ=o;`Nzb9'ڤ[1rc%>eg]\c=0p};+`b,ݐsL1)q|XMS6ikkjcҢ`4! *\sZB OWo$nU'z;mH?t[ᷰ-jo0,a^jTvCkҝw>۽|T5ȘTh;Ea$V0፼cq rfd,3$Rr1y,)|q.!̚+8,] 3_sQ[}+|'ޝ;Po MUǝ`D7HEt4b\;t\&d;@ ^Y*ZQ[~:_JMZtl6fJn6sѐbK \Rן(㲯S:.HW_{y{|eSJVJ`4[-w"s{;HrfYbD嚰%MjMe~x@ =&&3-jKAm9#򀰶zLR[@#i*RttGaePX %ףZ~ =zH¯eksi?QtBkޟş7DdQi ,qW3y Q:G$Gi˹e)'}DW}zXU$)Ut2ٙJH0sl4oE3@(jMRѬq=ycđd'$5Hx@zLb_@CRPzo脿Ӏ@:mfc\A]*P5ʥެoy[I@& 5 ~{-Y8%ʇq$Y zKqePij":g۷[97/5 endstream endobj 249 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 250 0 R/Group<>/Tabs/S>> endobj 250 0 obj <> stream x\r6}W}$w!ͱV*mT2V3#όno7\@H"ayHh4N7(g4o,ϖϟeÃÃ>cf,+apHEtm:ܙ^LlÃgP?>D@B0DdV2(EVHbU8xY]7v8WHԿe6*%%$e *N#+xvz1͕ϰ&vw7WoNJF>uKjE\,GN&*_'"DbE|@=m1eQRh>\|Dy;&G*&/&GD<7*o<@Qk,[d0߱\K,],At xh{kNka#7Uͽɇ@LPG ȤaJeiwj 6y:9̈́|\exmnR%ri5}JiCxW@+$ׅ hs^4O$yp-}$ɉ5Ƣ-JHl,1Xf;x%2TwY;`sh@X o|xr{_^u([7iٕlnCJ qlBTO` 9`! 4k2nLQNl=) ' <{(2a0"R&W #ܐ`d?1jLnUmy{j01m)ˉl|>e46 +WGE@xw6JLChx;0dXŠmwi@-ii00%ÈN4x{tՔUUCR* + a-Т(jAѨm bLs7yOxbAm`gCuD45_On 3~fgJM.Oj^ ٭fMJgƲ =*5%ؤ)Y[#+qx28p.و|h~0 &"T$#0d`Zk`p<0HvD`0c0`(1\4dh`ڂ2kiITJmy{j0QmQ%D?nT/"-!ڈ1M g'A?K nzyRTq%^^,Mo9U y,Qv^iI!M%VǛFTVͨj[@jLjeaVZȩTD2+ݷje>eΝW~V5vWXch]' ]O;\mxsβZAmIaՆUGHVm b ̚Ltۨ;um-B&mLTb+)JD ( D%~Z@X[ &-%&Rc|qzgrv'K<.сܹ;<$+ {:*=laf6(3%OI 'k{yX{|-QOEz1kqkG'/A&~ ,ƏhCcQٰ'I^I2DA4a ӰDii{w$ {)b|P!=PyNH`B@b -R&$sSc^LݞrZ>%v^p]NxggA1J?B=nfM\iq bto%w컃%w,5 5,AWaDk;.wE3hݿ #)^ &AN;Al([Mأ._G$xB+tG%Lwd0<zk0QiNTZhILRey_<HdPG}"*"2\ "!Ee-gapAu9GMS\M3W)wNay-&.*v되,nVY?L?ϫѢFs)Sh0Q/$JcE$!oF9>mq0C0` V^1*C0I'9ND vU|~rssZ[Ty~X>ƗeYFP ߃vx0W=yz\m0Q22c=3ڌGmK9S#FH+<];2 o]T~Y.]8&.`zZY`,2eG=3Oo奋+$*{}cx *S7=`zp`b\VK U}IG"LE[JjĂp<H" 0LKUmRڒ s)nxڼG[- Ֆ =]OD>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 612 792] /Contents 252 0 R/Group<>/Tabs/S>> endobj 252 0 obj <> stream x]mo6nU3|M4/ɥNڀ!^-id3όfHm{Qj.#%|Zf{_[w2E?loq1I)SFiZVd p~ȯpOVߞmogxCz woѦ[0^Iί1*A Y FqrMka(hFEE*EkM?uwodJYס*ʯ%-hZ:!;5^ n>+ن~5JiwΠ98SM`~TZ˒BϖBޝIQ&5="\9-.A6b8U隺'_[Q~.isk dwH&bؑ`5)Sp9fז}gOʞOdzO/orEʒS[[7d jqTEO1"]L(MEM̳nތS%j;ZZ.ywtf8ǣ4`gy_p>h)sDN?͢ )?x;t<גC q׫c'a; B{  Μ&NN 9i_>5%N$VV8/A m:ūX;L4:pUWY+m-" r>Gn@@nN@`7tfgiYT>_U$) O)3Rꪄ:MtybE0>'` bOEgBM6SjgJ;ֆWAj|ΊcкUIu>+x@aMVPdޠ&r 8{YԔlr51Qm I5Ϧ-iˎ*?]C`>N|QK<[,!9{ 0=_A^:1,y@K /yҥQcKG/=&KVx}I^%XMLG 8jST`gm\ay~lJђDžL6gl=&J6ldc>`ަ+bc0c878`2c ~cTU_F<4a"E_/쳮zq(}sN$*W:.kٹE>囄k*x\4ny՗3WY<3WI<@Rac22 [Ak$~)fv{yDpBKFB4q&Sș Go$0HX-UVy˭V_[=&-2[JyV_[=&-%2 Gh`'>R]+#wtC0cyg']0;ƲUfG &.J"x-f/^Lha>C H]S]ǵsK״ᴒnUkOxέemS:&dv~pwukV!2FNzi4\F=$V*giٗ.@ܷaj4h PƏwn}#ѭIia&=LKGchbkJŲ)Մ.8tS@s7T _a]97㣨p`\|l Qm#gK Q٪4Y4^ 䎌BP48x#〉FF#Z&[-K{qm`y[GB"b&1#@'bTJecPX/ҋvYvU5rSߏv5/u]RHp4:*d:yKu_3@"^IJ:RK7˨*'~߷{LԷeͥ-i0"):7C]5U_?#_)cUd9X71Q-flT"܍uv.d1ؤăT<ޑsLoceҎW+'~@[$7+fnY$wӰs#8ީ C#o7u1 Cq).nmf|Ov|e7xv ]mb.OLOeDIjF$Hg6F[JbZ`tW H- * 5ToD-&Cr …;AT,a\a(JY⪯%cnHxw{- {p~x\?'l&\xi_p܍&Va݈ 5/ kF0w'}@Wu:HLSnVTkAW Ra Ǧ &$K.͠Ĭi"Avc-"+$^v"Ntp.$tbosE7-W0QjJݙӹ{H0/t q& 0dc )ˌE/%D+}@YUJMּޛ۹RvʼV+~VO [ť ZW6M^jFHG¢Fx i~[D;3{  QA1s2s2jcbud nve.5$,GLgq8=&FwΖ609] nbmqyZ}y3u_2@" 2FR4VLT mW;oPxq)> endobj 254 0 obj <> stream x]Pj0 +t'CM)MC#9+*03b$=01ac0I8o.&*-a_.=MA5 w!;]FWvȞf8}va j[p8ɠg_̂;}S|Rpk4ЌZhZW8[Kvꮸ~< y+(rOx+]}íq endstream endobj 255 0 obj <> stream x| \Usy.re K%h.e.&ՌeiԮbecM,5M4VCTSfMʽs{!lo~ߟyylEA n̬n u[3sam}`ҬVlKm\s~Y03FFέU{WuJ(<: ?ۉu X֖ہ]hfqQnD}vE"˯HWZZRug(~r]Y;RhRo,! n:t2;̓9N%X L&\(cI`wObr ̦!%Rj»X1շ.*ԤW=Wlyiр<}[ g,{Ɗgpݻ?> ntç|%-S<%rFRdяq "V&@V,!ְp(nT;@bRrJj4gzF~a@nAAqI鈑F);nU`+LvJsCm+Z_'e[zL\!ڰI! տ_fߌtgZԔDG]DGEFYCC,JpP`d4Ȓ(0J QZk\Bc vbGm]WMSC?|Z7&QB(HWKlCu)+Q:z^F 6vD.RJ5ͦLl2cՌ5WD !zF4S0\юWoŒJju_YRcWe.p s;u/㒆d}u.'nSO5nq+0pi.V[װ8qbWᕛzưƒȹ*o66nR]W ߁siRiMc).s127·I5Q{j.cq^ Ht jDGk'Bt8aw8jcxUCkF]9ެX|l W{Vfu5ʮf';rB1p3UI ȳYq@DC"8u-\qxMR|8oqʞZ|ʅ[pr:]ii\.x!z{@Fr7u+*>WӪ 2v;?kJ_[1-e:\ GutOq-@ːH3<7^6Q6~JZXm+Zc+tx%a(Jndި p I#|[6(=D-u)5#}yn'_Yz46]+ۃh_Fi)+J46:ƚZw 8O郍%5]'*RDԑV Údfl0~aJaU͉8VyBESR;yC (#(-Ԡǜ飂ޡg }>3קJЫt  [>o;ՏmQ7'V]ɪ2PD`h@ }Z8[x$у-ٚlU²x"í!YkZx Ә$@?b-8zZ1>k/ǔgmm4JcYvZ_;1 W~zy&"Lk1 ְ84O4݇p>}4y |O"=`|u=ZL=/zHu|ҁy|>SlDAoh#Z:l1sK71ky9p[lu-KUi#miŶ<#Ax!&<ع)nRԒ66H MbځIhIV& >=b&[lbMjnvmŴö涹ڝ榇`mpsT}h lMUU*T}6|q[  9nlڲ3Y|q[6}tr}|{Kq[ .Rbh 45In:(7MCArS4@n'7eMN)Inb2LA2j}Wsh*) z]<7W6b0\MF\fB uqMLhD0 )"]en{+YMl&*uh&VIÃxQһakU//, b/-Ɵ;HP6rel,cs6x7#\&TUxWUk:9B))>AEU N\YzqUUb^"Eu<:/\W'r4^ ^ĻGQRptMiUlb(*6FRJo7J_}%F~p.@YÜΒ\VU6`X:O W56= ?05;AQQS)$RK.d\&9c`w(chP>ˇx$\3F=t2,[R(sM(s{i _W\uBX7bwGDnNHnʹ %z7o bDD 0}K\|̳>}? x@+"x{ gSi;QX+a?O'i=Lua#!"pw 3^]{9)%סوbegDHq7D0¯,@(ip$UÄ~MYt^'ywxqI`1P E {;9x-eHix ބ;2̦N: 0={,4r&A kc;c[<= u'##"EH I&d7DeOoLd}{cF +%7[>}yj|4HM6iݏNqpm ^s|ߒ EB2, +#ߐjZKҳQ9q l4{^y[g罝M< 90 Wwax \'9gG!VAIA2I.GƓ)dYJvD%iB'-}Aߦпҿ1 H6Mc ְϗػ, -ƒcoτfv. $E,_JnMy||v4#=N=*y L0+=Lчv"a>N,[i!urξ&rc pc@q j:B'Y*^`:UxW[~v!9Vx $#mst$ /3 )y'd!+4&Nz l7VZ^"yO:Of@'|H$(a0G|CB;elJcp5,a/4r'jYQtdOO(Qp+@֣.<l`apA:qc r[Y H#Ybގ͈Z^k \CBY\%PA`>*@NC^ApCXX/\o">H )9R浀(Iߣ L2#eD>NƩOXYX\(,,"+1n[0( .eMK 7%]6[Fll0%JѯDFA2nKLi4]bR`s׮.ol@Zt|KH,Gche,*z8_vY,IYzIke|?`DѰVB$pG_g9+ AP֫;:q$윜ɔ$`+:l΂bs+"$%G$ 1!7$G yQIHS9;)jXPR2Ü0;D\S7U &ӵ̊yRT%:;.\َ\(@~D[Sٕ?)srڰoӀI :-+A%i^$Ir$$KN0$GEBN&8: 'ّ YCS$,/\:dS9Gfm}oo5aˆm]E J{Nm._feiKRjvSbm&,[x5[Y66w+_ͳZEĸ[`4DZEZ/Q S)!  "SFh*1r\(i- YJgSiW:tqPD9-zG>$Ő! sY+ kϳ&HAo2+Y2ɿ 0CDH,K"ޫ 0[I U?VK"b8|񾨳V^Y]Y^мlI>)<<}w %w0 }׮hE/ͺIx}eNiA6OyIF=o:F,ʒ4Ovӛ[tB)){ǠܴC[}hG:‹(͠9$%l󕤄m϶nkwz7}.DT5!⋣|:Ю\lN]LS1~^:3|O#7*-]@½gfS885}: (@בb7tvwaI6c֝G}GFƉP]mAވB"#-9Q:7jCW%1\  )"ctr$N|,VW cr$a/n3wF*`)k;@fL4#fجŗՄVoIF&Jh2ۀ"l.iA̔jͩ`2fMk&0b nZu,3h#I{q!qTJ"3󪮣RdN"BG5̽~ٮ3? 8ТX uW%}Vz뢍ݹ*(yCά/%G54LyoȺNݸ`ppuޔxWoZh~vSsxTsr%9K- vt,伉YJOK!mSh7 +9РqCK-lɁxHUňΉVCEj ؙT$ N/ rI~NdK煋P8}'^W9y棵眑wŹ~>=nygVo*`OQ[|ϼV®**jo-?u'(7[m'7>|~'闍g4b(=\afx AwHDtͭ%U^g7)rgz)Vut_71jD: {1q դ6r ^a 4 x̠@!{;"TȎj#0BFMɎVi3H NWf%"FP$!H 3N at.G])i7va5;;c J,r 6 8F8Bi0 ~uABBa\MVRD [=z~ /eZAd0Ȣ HY2F%BU4qrUh 3je9L  vQrZ,cHp#Q,*Ts;Bd7unZ}zcӧ7鹬`NACΈ+諧Ft>AݐU#}_Jx;n k'5!"۵4HX.QHLt?hqFXc\*c0d}t_:W(_~ey?b ԃ/g'9/`<,Ġ ]?^A=+"vy 4Sz;gV^ܯn,i[oX~[=GH?,yTl[tM<[6e]U ~);6|)}.eTה̙H|պ@BOpè"-k1wG'DZ#iH)e+A E)!AwI~ 3ZFk5k4@3e" UCB/.P  JF>곐C"$p`QBsYyӌm?~scX3bSl͞wYq .đ1zƥ-O"!HNk+<&4f` 'T° ;[hO5A~$"EQ0g)ZQUzܥB>cզ;vv:]nR#=RFBâ-uEOH฼t\vc9Ķ<P=FG"F8ڈM1l+y%IgI7"nUᤓg" X"A1ZO&~׏@y'6 /ګ}w+H˂F$ptks\ӖP#ɎZ' ւ`>i$$$[D~Ő?䅲zϯ{N=2%{wy?֩4;yxL3i' {ϣ}~5dA׈shh0dFQ@.yxhaI@RM,"EP3I2*Q-nڨ9tD!Wܽ.7k%Vgutbů&~o8elf&P;L[K[{Nb[.Z})m,\| _hFE$FR$R=՚Ra91?8?flN7h!"L#%:!G? vၻ{߳QpnTq@lp84I | ߁~L"ikb %8Ee( P Z<ƁӸTO\MOj EyVa*7)FIk$ }\ \ )?8 Tk7SG]z+nb'VF{i635VUAy?2pUuT؛E0 .^Q13qݗ' B<0`^m*KRwu_ -O_iXJnTk3\֬sJucR@6D,hv]9.]w6WTMn *U ˦$6UlG#B:]Aa*$ ,@f$0$], >yVi[Jx:r'jڬ2WdO9VdR19g7I.RmzXVzΈg&:!"MT|\??y}WT!?q(fҧr |a{bv&~J{ I=OQb>.)et`@IRzXaU\s ՀL6<qE0J)$h1?ttLSPH*feH؉gLz㎽eNm?<~]d!ވ?5IY9?cԪLLph_3?M.jjOawO81S|]=>^r.1<~υ/9gTds$K/ޚJE-%"TYb֢iEDEnSJyչy1e$gUvus8IykTڏ: ?y^P %ܓ2 {Higg@R= 3~Z?F,'Rpg{bogd>fggyLsu7|Rl۬]3FTMu[/'ÿwOkƒFVW_<+_,c|YYJF97JfMŨ!8BYF1ϐbJ,Hp7c{ aJTh0$M'/z7k^Mv-S?V`MWbzH%0zL(D3\{H}zD D.9pps=^{"bS*T9M+]bZd(Eď^?1/d@Zq?j8}x-:PXI]` i b/TL 8zweG~hkskUg?0?̅}uCp ,ÆkA.×qaN"" &,@QxV4ă"ra q/*A=?<Ys7/M?_=H7"/=.Dm7yP:$/7>< ԣXV6M|8ZVENC81 ՄpY 1!g7ɮl \Ws%h=| ŗ#z.1^M%$=k 0uiGt0!mHVUH(m H 89>?XW[I Twl><\skElfdqQ1aS55.3gQ/Od}Fc `):m'<>iU;'C/uU|1 +avTju2F )uj/^abBݨlR),5:Djư&tؑh䬊3MXzip:v;q9:(ZzDFSb1G>$G"43k@U,c홉35CШ_70(|{[8' *f33AXM ILdu>;ֈGt3gR65r;QI-%2W|x%QzDTL,"f7bҴA;5s ߂G}fLJJ&@L$^ŊjgOyFΗxDŽH>ûx°M1#K :|9sЎ`u[VɗVX{J"xŐ|4zf\H%skͻ6>=97sL+$ҩ _~ݣGگ/3 ⹅}*p-Oϼ%[AtĘ27.ZT6|BGEdY&c6Ǝqe2- o+br^ !5#?cp>ףˢ$z!p8(__"nhvR R` 3 gjϤSf N4NeVha9CM$ihEc.(ɦ?F̼mb06ӧvuȁt>0({>86}/npso2flԩjy_weӖeus.i՗\9i* cڵp(:o, j~>=IE+]%nRB1F|9+PT/%: ]SoL^ymv.rŜ7ϹJ@!鳓~]mX&_q|dD@^ِ|kvZU_(ƑO|O~Hlܸ,j7MB{;P9'9`Wkl^iPm/hWsQhmƻ}8#rN^(sq3yxݮ*[RQNHVؗwY{;.|!X8ցPD9ZMh :St_EgLkzj-߮z}d-v]0}>|u q~iiwzbPzW:P @B'{TT;wX`t-p,Ę2 {QN1NBІu<NX|),s<ɆCvh^nId@RC cC,[(AӀӭ_qj*9ige,n!E8b&?|chO;wvӼL!`K [-_3qj(5xMq. E.%JpuqYdX1qz^#NUTF4EdZnݤò hZf=GxYštIoohӣjp: ~l+tp8!Sn搚O0#P.Dԑ ˯7CTouypC~0iԂdrׁbGkԆjiGX4- <+@EZTb*|(裿XcMnܖ |q&1&Q켫я w./1k.vÒʹ!CiՇ붜=3?]xꥫ45@.r”uևFo}QYpH وıx8  k5g__tjĭ!Q ;Jn`.ȭ4% _jMڢc]ZM6VMͱ-6[;Yg6ĴD0mkm!=];Ny8xQGaטrN, Zv jBW`l& {÷m3} J@z}iw6UHEn\L`pB,!a^g`gXY.IT%'II I EzV:,]xı,f@3D,vgQ@Y&ײnJ ~IbO+h݆ .+x#5ic }j&jYcHu|zVgppFZknZ}ٷJnּ^}HEwg \o4-] ό̻bc?zAL'QSN1z#@l6±TSbEe즯RTx!찃m,!$a(K G|(d^=„.'Zyu*4f֞]pCIYհ5>- xܼl2oYYSGNkL-BhGj<^5~h*n{1YOϞ?<{x6iHQ0gp샜 DGeAɿ˰Y^,#) %,ϋHmH) Bt/`{s GZkc2xLWS^!,1H%ڣ/_n%QŨiѦBġXR;n72;/ansIU7TaioaݷTV_A{#Dv.0pmfvq_,O/$3и[glƘ6Óf$Lj8%Y0wDhj6 Nt@c( Jtgӛ,GGY:QG7iܚR1+ :Q6FACQ}6hqӮ)̀$JXc(.3$9Rbp ߛ/3g -{ǏitB2^b6@,F|I6=ɔRZJ%zrZyPOq(;QO. 񁐪/ SX֎?0lnwȥ%-!τK/8(&ܺb+,X_evNǥIQlm~?=$-kv8Mdqw備|1<I[тԼ=SZ~oK۽a5SWЇ&'<=X0{5/#/%kly2& %+},#gE5҇5&ӢP :2]]HVO;xG|ӡ1^| z,&gӎ3> SuX fH!>_=C7n`ѹOǭ38kkP@?7QCV7X7r-d 'z-9xۂyX57tSzyĀaqCV60ZՁ/ cn܂er<|f{..37r}{mpM~ qFFD"0ta`miJ6G%%RtS?W/^vҁMW^;ms Wwd]%=o=-S>AWv ܟEЏFP;>ӳ d'z"=dkNwLh3j&+1 Na|ȆO],LB(F QH+=sYDB4!oCKp)8ŗVqll͚l} Fs+ %߃Rۦ]OnX#4Wn;ravg=af}Nsl6v2@vtX+1mVm^n / #l cj 0 ;}+Y٭$d#Cӓf %is2HG߁WYŠ:IowmC)5y #T ؼV3}2#vH)e0NW-.GVLsz&x^{ >̜<y)vG26}Uu'+xcC7%kG(-](Y:;չ+f&/~f2kߐ{(6 +kH徒 R fPJC(˝qHN^RI>rcAI),cե-#-9Ug 8ZշtM,P):e:jo-y[*OLٗZ_QiͶGFo$ 1.st2oj%,1VĀ]yAxA_+ݦo˿d^rR^e8W;:XOp{!hrDioX x%CD e.X ҴgX`[siU}9|cw8dD80%:'(V ҚMMuHe+&졛 '_nїlmx}畏Z8q =cZf*o1[@2zńQNV7 fI[>鐺e{UTnýX-t^jQD]$  nf- Au*ᱽ%y+xGڙ\I4I5]$vQ20;%T(4M@؃\Xd^.hnAl,Mee&kir{ƧNI@3 ,ف쇂\\j1٣b馎l5tQI۔eɁw?uj3 YW%/ZZ?Mx ]`u$F]}6Lpepژ^Wt:?ՆE^~c*7F%5Y2r@ee \k.8Q D\x~{q~/J%}P& #Y<1X m)|8|"̄caVeanU:tX;5r#X/OKh;SjVh(n2^Ƌz#ѣܒ{pOe>|M `v,9ssy-kx_1ugoǟ S{YDgocKXnf~sDUau.8LvѬό4u"r=a,-d:h im$S0)<9vveОgfV2 w>;iQ3زo?Mݴ|vٰL<vz=1b&HȅV_.~iI)_w;na} |SUy]l7MtҴMI6i%P@P@`M*6 HAD::>:FG?Bt}~>ܛ{{s<I߬|< /YC1*pk 91Z9Ο|:Q-倍<4rGen6⷟A]OH)6jB=CuͧF{-.#N.W/?g=I( _p{GǫD]IJ(G21%Zy˹Ai[Dx>aӥ}Fښq+> ".9tL?!y&}i} ~ŽDdruȰ j6 I%:QQ(@_B4Wqh@z7A@r9{NiCa I+a?,OF*CDΛ2'_ql`<3P_6SAꙍfexc&df! Cϲp֝ķѢe# }8kTʰkםGvcaUB}E؇"ME%K,fաTrR^6O2v;kJn9yE*Ҟ53/(;MNVr0:OfrtWBq9~r_y)92PONKYQ$vkY-Z@G@`oK@R1&#IlWku)DSҥȌ}w2b,P7DH2Qi4kj /SA/K%TѹEޡ?w}LH 1Ҝ~E9pA\$2E@T;>ߵ!V^ZaxIcXʕmIRKE3AciR/mif[Ur44y-6pnyHЌ, ZwH|ÀE*BϘry)E9+p{QƮ:w}7s#Wb|Xa~W>gi߼zu f_8d;B2uFc.JӐZpKtFkV/]a3iXb5F;Ct;dF'Z!&7@*IJ4!w-mK'3@=pkQ?.t.~y}2wAKGYiV=uiV,-*lȟܠ;eI44T 16Nl`~T/U]~͍^;δ\^ۿ톧;ϜN>6&hgH]=]@qI'|H5] >4@0"l6lMp L !Ùr/TRl͵JF#VXi\Rb-GX@F_r^!;t$C'b>:I챌fRGubnW}7Oܴ^ ^uMg鏟:36.-ʴ)o6lBA/XtΩLttcǝ$"ZZV< |jQۦbFyr59pJ,z/M$Hr#!6r.xAfb:rFq_8Og'.]h!bzpH$3!Fjs<ϰM%H*PLTJPXW2($_ܵ~,4P|]އCz>3w:Iݟۢ- |[A4h7*`!A"e rr9Nk46ahR|/3\zRܯ.H3pc7,?{3g7cX ~#G! 뢳VC_tܖޙh3;Lj!Sii.$r HISfs:EeKt UucF?(<6Z키M"=09\yuW򎝾/3_ԲJWdZYI}et?ri%Opcs] y\.Ec%TpHQN  )Q,gb&O@T? yŻ'o{"25:.!3̌L8V8vD^\X*\ +:#5Y?0/ŷ8 cOcDZ'pf#27_by^_ʜ[%%lZ`FKd1gKV?)zFƚ_H;:!UJYVhQg{̚9 \u"].o*b^J-T*R+r/yedN+I w{bLQ@ ΂z=P60L3Oe? 7;i?Im6h$gf3dede5݂e6+XHdQTk. )8{CaU |a`W"+~(C8쥺԰:r/g&gg%9]˯]\ 77W-bd{uA<8oSo 4M֌-$R^ip6t6m{fDu3)^Kx7DWF'l 謀vkg,54R 0U JPw@N!1RPPd8jur $!w#-|>娢KiP*L}%;'ՖJ,d첋ozuüUe-sꪞM jr&_0͝ݴb1ܭ~eNq?{lɼYzUOZ\Hq77F'n@w`m/.VW@(2eiPdLXBapϧ :G#t+v*r:u(GcHfhJA(/* ɉh1v끦ر{ߪK? .Vuxɽ'ij@=lj=VЎX(OY6s,D4X"bPB83أ#˛LD FP}`R-|NFDT(,!.a%lER <>[}U<˪%4O=+WQ\U\RXIeI蓯<ש%5.|DVhcV+ rR;.z ^UDUxTvp?r!5GQ!ёeD"L@A:t2ТXKxm ءtO.uU|w款ȚQ5qik;ڶ= s+LřWsÍpZe_b7B6L<م90-s-Yӳtؖ[ F K? HBH,BTH(7î3FvNl5_%fM q!j?Z~lE[Wkrkfvx蘞ҋj`Z%){rא!;5Ȋ.6683aj prwU ,dw$BL+$ij"z4ՃH';Ji($;g]Dt05lkq$xxv]3u!vޟ|;/xyu[gJZp@fEBRӬ㢚@eЪxN%O"b/DFJS}ڇ~zo\`]~Lð,kuX%)$JH8-T uJ{DȦR é9G1R՜LGJ;i\QNN, ,?yxҼX}|-+tV WbPHe8{#.P{hOQ:F-!@&dXL !(-&Z d0K(FU 9 9_wntC8>T) pӚ`1Ԙ'#ĥpCa$* 0~2JRc5To*~Ivp?쎴h9)釴0,S :d+Qlǥ\lw7߿ė'zoc:bq[|D38y'92h"Q6VW EBā_|(3ޤ"nB.R $# @!_{հM s՘SÍZ 68~5w-eʁOXXtXQW2)%ZmxxIB%L7Q BD*4^TLJp\xrX\O \O?q 6ױ4c[Iq]%a{%Zf?ig\%n>p\V^CھAjk&(hdu3$d2Tb&df NŮT.A- j5"xҌFJQSa0)l g˟?@ TҤ #. 91 2ВOq9 o׌/g/_LϏ :lu qٹlI0iqgs݁Ks0E1u:/ȅNXNfWvA} &.DԞYAnэjf`Nx"e˘0ńi>hs sm[LrxbEf&Y+\`bڋ+^P*k_?mF>iZkACmb1q a^ԠoXĐGjz>2r#{4ANI4zHdIg~{r'1]neq:%E }#݇?Mj^gJwVFV6y 8ú>5/4G7Q-Ċ[-JRbδ V`Ija .KdX^"+3j F-^\w˄v,1!T0ʪɟԧ ^\7Xy.3CӱL$wY #GDbl1gTwjY" +dC+eU6y @ 0eK:R%b fNO H)lN"R*28^f|UYum'*"K"L۰Z*P {QtK8%7p&-f@HHgxxxJ߼ 73/Sqv|6H.rOe{::B3t%z@C:3)VўNjJIײ3*5 7J7ӔϗdQ@QY?ݾMW/xO J|x81; 8_p$r@!jE樀(x bxZK}LPFLKbY9K?A=V:J SQ+wgHo6-BDckdtχ{λ;9> ׾^ˣkAr=X3Ma`Nc7{Qx|¤"W ɫ#W/2KrK?WrMIp .OVTD [ BR]dbESp MEZQnvlwk.QM/BtQ ut|ё&v9.>YDh(>R'$,$\nMM Q]l x/<;h4D.ʆkl_9wCS<(Y%rƢ$ڗ]峱3fL3oJͱ wEϙ .v'ιo_LezB?ߒ}1^gC]P!V%iڗ 3 -›ZٟQ|2}}ɗ ()T6(UcTj>Mf#Sz'2-iYRDzm}*}j(b)  SQ)24O>X yh>xQ")9_%P@=t0@W h (INI`mWoyPH. k1 @Itrp0JX8d @z)O2FƉ`bu$IM1% &!}({V0Wd}"d!h?S2OhizHk1 ̓zy9BvʀJB#\$eNG%Gy\a { @fۂ͊vEièi_a}on蠟?%?v/HkEЏ% ur@yC8IhMM$$)vݡ͜)^Oѯd - }rQ\dS6*WCE>u TDIMM"1і 2*9JvAD+Lrq{l|m $0fqhYc9NI(sYe2;"]S'dOm Wƛ2@kԄE)keO.w_P~SS"|1NhEIJUzSIb"3ԕ" ,EQrXNo]"eirǨf p#9lQez8Ud#->*ࠅR Is|*iGfo{YL)I7>fىFfiGI5|3dheʨv?l97|W ewYJE'c"$d'8>@Q[p)s=|f!.]Le!L #g u5!3J[ c::𶝊x;ԙu z >ꮫSuSھnh5ꭔ՞5HCb%mWXKHdᓝ*͗qa ʼKUU;#:t& G:yB&rv$u%AĒ3GPPj In $l4`g Ҕ$m EvO mU ~lF,ljmWrhDx#,%љkD&Z4EH^Bzet<"T$!Aߪʢj/r!=]M\6ߢs=T>&> JR\ 9bB!e/K gf3<p8 '?4ҳ|جh,$"4 Ø@2aLP* ԟhWFHBYPh62趭q,Yh v  vD "`_8MuX1f,LP@7. Tz P:f&R|cأ,y jԶUao{73o }~-~j&M:oov?Ř ra.>坞*O]?CA=8Ոo}5=G{]8o$ÎHEBQ'E> (:& %~_k33-PBe~,"+2`)?r墯#iS}ӿ4%X74N NIP+QΆv*_NSL { *QI8g`,WZZRWjbt` ;c}g-ueOg&ֲ !{B+͸BtJR(( i/OCT] g.C0pMnpeǕ D)r7HMM6!qK11k"Ag[?W3:cA % _qḵ+>wwttG 0t%oWt~Q?Kvbo_y'ΞikFW9&Ei;n )yBbY,ӭnH Y}U+?wi;ڽգ7~{qN\ͺplڲaӃE[z"|DC۝(Ztl/Kyl4w(㆒Eynk"FKٝҁψlW~u3KN>HoFyШ7upw{Yez9Nv.u,27Gu4@kVi@N7= ٽ_$L?WzN }J~aqS8n ǽ=^ ޽+ Mx,\Ћ#*XSW2IRcc8I.X'1-Ya:#XVJP|rӦ,rrrb%m9e6Ri8Sªk)+H]Sߺ>Jq]~g9CمVpœ 8~qW2]%?J.Ǯ5QO)xOA #-7F#>4hӷcj{=\ﱽ8hMoU|{ke؟~[L] '376l=XN3j]ۗܜ1sе3fx[2MuwZy!i 6ov/$X (u#2c3ֹ'ʇ]<[,oɂ$gSR<Ёw7gX܈_V^dnc͟)oz0vd5ٓ3.x۱{yÜOKZe1Si5;گ{+4LF}CMu; Fآtt}|qƲV tX?/>$yyrI˃Vb 1rMg/V-3B#'UBcPjv+f4_4{eicrPq]ӐL r_W*ŷ紬Z=K8[@܂JV!wWxR(4F/*NjEsڌ㨆JV4jwor≓dN'?%;3p4| fWQs<<\0WH4G꫚ l!a7X {"/tb d,(7wPݡ̓_-s͚R&r <Ά[]Y3uQfߡe%'*/lmwo >eg xt|nenj^,0SVzfh^<[sNF[鿔7Fm-z^- /];_ϒlصy48CeʩJP[ԉ=|[jz_fPU϶-)gkȬ ;;dņ2WCb`R0ەE)\fQR-dɴJj]ן3G; stھ)]7cL|{QrI'ômb'^}jL%W]>9u|ߖ}Z7!GC&5/({jVEg/ɮ&'Ls?~t|`ή[r^81o^FZ5KE[`~ʑ5' ܨv7mU묰0ഏ7* E[a!Y[YOH>u6Ugpt>tlsn/tqt۽vIUӵroJ50L\U9*L oehҝrS+^f?/_oQN_>*OhV{RSn+KYf٣].ԼwFnO5VT*^/ ?4y13Y}weevh&x׉9“jeݦ)-C&UGvg5mO巺Vn{4X{*w\w>nԬTIn$ƹusH*ZI<,8NnL!k*hA߁#fH0*ݞ M Wk?oSzu>C7OI4t>N[,KHlեĝ\ܜ]\m+bA4p-Zi!o6`m1uiۡ7s|6lÏR45<ȵ͝>%ՏRtׯ~sj}$}3[n1啲}i-hwWwfߴK4bwϝ0DޔynqKȹö0i Ӫ"}*ݟ3umѮ{_7ye-ealwl-)vܸE%V}/̛imxͱfzKq12UݲQNkyn9C~v97^ϜF-x}RcKxTtݢiӽ,\х뛝7'4o^_yCOyYָ{>]5~DH^ZFTU?jqlYV ^8`jfxpӁċO738-j)3k\=RvOll㠻Wڧ^2u#?fZ/)~VQyg:T9c,o}C F%|Xʸıů5q*x,]WdDmoa09 a:ۡP@Ǩ#%/;#[-T !dO~z^ŀNkvC/Qųqu>;hܪ^QCXU7 ?z.׹ם1< ޖw 6{밒iC~ }:saTyFgSrm_%L6,&6 e6KGxlZхϬIg.T:qĮz?ʵf7)^Ȩx;iZTщ3w_4?x6KyGhBï#cZ}Wr7i}W;T~af($2YP5/>[x2#i뱞Nn9\7ynSafw@/<ղdEWג Wuy0uq-葙Gjh[޷6.θ++N ]nݽ]`nӗ4M͆R o9<˘ߒߕs2G> Lr\hIKci6kGOdrzrɰ?g6؆OR޺W]Y8d$ͅ3,?jIw-Ͱnϳ9uKbÞ]?0ku9U^%)wlnwL{9;\0#u⠃OV:cGAS.OD0$V{g֏wD:sy|J?͵e=6~uOk1o:]_|oE댣ZUy[R>7z;Ǔ-&^2&w@WٴRN S0h.Uv*eKٴ;=bk>\Jt͈,=v<.;~Wn=_C-kߎaG5oߖHnVg޳jv7-62w6ʜeݥNڽ'feeXJ́sT[ϼcs}q?U]61]N 4HryAUqWM*L KseN_.h}MpE]qی^)TIG|\/~8tOx0o6ή;.d^ 'o|fΟ{yښ2v}]WRԶWn~:f7$zǍ ޛ 8Y}^_jW7oWnxW6f*elm[~?{nzޮ%ö[6giE5E=dgMw:ʕ92'|L[VZ%;xna>C"ObqsΥ=w\mTl1 ubSg4IpĔyo,l۩qhe٥@=/_m{-m}#_OXp>4{g\650 PYgcdoGYeէrw١|8GM9pvDrY,;Zq//_tZ-35aߗ<ɯpv;pu!OI`O/Nl<}VbeI'lSEu#iF;b\Gn_!I~B ڀ'zJB͌RZP|dPd+#wr~-bkTE>1Aiꔖ҆xm&mt‹D9w  C:7GM&Ă}Sw4xv{h:ܦ[S+1oyV/3{91xgeSZÏ\V/+ʺ+3x8WF.?9U7>tΞy)[β~߫}[W]ڿW0.'r5_n1^ظCg@6~]^N[y[Ӗ/4]sMfcnq9+-udU/J|LKBϼ^vDKk*gCwM pBX-Ww?Fl2gS?ߛ{H̕[9+#S m*hNEx] +y3 n+_&|4Y8wu8^A.vm8|3C*^p 7iEOxڊ Gy2QRԹ0kB*j۱ѻ } pMF{o];νY5)ANp0}CTaG#ly3o]KH{;iÕEF SWiKݿhF*ZTެ.|V:ڌc{Ɯ m&uܩ6 }!J׸.cQ͙9®^䄝"M?xiεkvL3[2ne};Ug9޲l^B-˃,fowXGZxH="{i%φ5}Jȳ +/ -~1ƍޢ;8ADCF(ս Ammj1+ub.,ИzEsd endstream endobj 256 0 obj [ 0[ 750] 3[ 278] 9[ 667 191] 13[ 389] 15[ 278 333 278 278 556 556 556 556] 25[ 556] 28[ 556 278] 31[ 584 584 584] 36[ 667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667] 53[ 722 667 611 722 667 944] 60[ 667] 66[ 556] 68[ 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556] 85[ 333 500 278 556 500 722 500 500] 105[ 556] 138[ 737] 158[ 365] 179[ 333 333] ] endobj 257 0 obj [ 278 0 0 0 0 0 667 191 0 0 389 0 278 333 278 278 556 556 556 556 0 0 556 0 0 556 278 0 584 584 584 0 0 667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 0 722 667 611 722 667 944 0 667 0 0 0 0 0 556 0 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 0 333 500 278 556 500 722 500 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 737 0 0 0 0 0 0 0 0 0 0 0 365 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 556] endobj 258 0 obj <> stream x}Sn0>64"6R}i?&Ej r!_!iZ$,gg ǵZٺp+v)--Xly_HU+/y.xs>|X]"|w֞ݢ|d[\nzsjo>iE(yzΛ"auVJnu@W"=IE$fhz܌ U>\+U%җt^KS_"6i |FjH&Mh/PDɭHd<[d0ioI&;F{]g^8YZɷ{*oꦋ ' endstream endobj 259 0 obj <> stream x} xTյ{y&LHf9a$<y1"d0Qԡ`R*hE|C 2ݓ*dk69Rtlcm@vmI SliP&l\يe~g8~ZU'VvH}I%pGB'>HDZbDؾ=ۆ`OۆG{ B4Ed93 "uN3o f]߷MQBX?@2PP " s A?'y^Q#&)b=bL\aȘ|}Ǿ7I4֑+ލ\wBXC0D5NS?>/O>)Ow7DN+Hs7]Cú_:3ЂP.RhcbtĤddNIXm=F9]njtgexr /*.)PvIyn⥓.|SN8c&+[m'vs}n]߮ >1Nj|4&. VvXlK_յsႎy-MfhrE %E r=9Y̱cFvіfMFCrRb>^ըUJ(ZG](Z%l^wA$bIlċ5ްwD2(kt!M^,w|v;vk͝5DZZ@mk vTwhGl rɱʉPSmiu%:jjG @bڶRԦΒHuc*)-@]tɜιi#%"$ Ilђ&h/F5^|ܑE5/r_R81 `8bI[Dt?8 5l%[!=Ezav5Ap,ӋH}Ѐmzv;[^?)\aOpaotou`$˩ ]#x1T"#^?Q?uvXhZx-IIMB#0yDWb%*5F,!bo4\v?):{|R`hEmj 'EF<46j fO0t"ye\/,T/RDx:Lt@C ڂ!ivGSb퍭QqMS{dMdK n¶">*d)R.WkzZַVA YhҰL%OSI{Px2X{LD[-z2xczyK崂G%;@_9 s,e<Ҵ5?"C˹|8ǗKԨ3-q=$'&M4P?#7j- EQ"iZ;_4ӱƎB$bFh"^J̦pɛHGIyú+j,vsl϶gL`x:[gC%r%/l~xpǧtx@s`6ƣ]JGG@K˖Ԏg^y4鸬^)i2G|B,8ǵJ% ' H}‹#:xFqEeREZs5.7xy"V|Lmh">o&;Pp Ħyau۰rd&jECbN p  V!d*:"J <>9xh?t |, قOZӛ$!4Y8KR&qenG[?-͕G:>TNٗ8=ύ-nDB 1 o?>Dy,XC'L5V8"?.iEA6N!R6םfF 6o9 LK˥O"bh.KG˛O"B|_#"Rĝx Kc^ѦRo .!,b&S"nE܉d)M-^f꽳m7*r-\mn}|a:yjL ƅ9Ua::+L~Nq+̈4˰$'l@BLxYb(WCL(#0lÌ%WjiDяp =ӧKYy}D<;xM߆)s,+w"BOMAe ##`oT-T@lXz+ E܊hF|["rWj‡2}TuUcp^;ŝ.umpm9^n 9^[/\A]5{.rpMiD QmES"be<]^Z^Z^Z ]/B73=i O#o$u_FsMVO'~/ ?_T-yENE")wRLjeWo:cvcގ9Cr͋JbFX9%ӌ̊p=4)>G܆#pQ :at9cY80Y3rq.Mg9g),l71| @ڽizޭmt2%=NhuB,@S[V Ld{뀭@~ F)q"-n^V5JEk{]Yپ}h Rd?^ ;pHIO"v'JNw_*OVoAUhT䮗T W6ŇRnWƦ q e?v c6xM"<[H>*i[={Ҫ|ṘBK?_''jkqkkq9+d"aMSS끨N9?4pzNFU[3jc[6GG{&4Ks3oƦfoGMZG[obø<2׸o65[xD>W5;Q PohQC9LhöUFr9'7Zb>)Q%!Jބo*#M'-dwIGW^E5O7Vlm5+RT(mKJe110\؈"qFQ_.}ěNVBI3BcK x*΅ ȂI~xfC*c X(p^&KTWxׅ^dȃhϱgFnb u*С_~Ƚ $x2Klq<"v>K _)ӆNt#. $qRtȻΥ?ﰻGߪps` g$JI֒rL>^EϲNBk-WܢUP3C,bիV#)ղ)V\&STl7~:Jqr@s }I?dROC L ) %Ze,UB/,x$*xC9C0 ~!+'rr쥵گԷa_A`^h$s+0ػ3xoBd-]1Vq2Si M"@Gr'S$ͤPUp\ Z>& H'7-<(ߒLp 0eMU1û{@%3F30Ck; #h0F  04 f{B Н`ch-ރl޾\QG+B4@Hm/zIgJtF̰<Q)RLYJiS*RӔ*2(F=VFHyAYg`;Ѫ38iGPQ1Y?'<)Ee2//ׂۤ*=y$PXa~z,fR;tφ:v 0bG| }q`sok_ eG1 *u6^P tq exƑ?7sܣAwKXn`$!c^.q-X"PkVxgL%vV w~+X.#s> |' 5|ލcҊӨFФYO%=e=tyPh 24j41*EқUz.Q`%dH &] 5Rd6%ҕ 82Z,N$hfIl2 ԙUetqqZ,fZCrr\R*-]q:oBNխkhqѵ{JA@H'#cpoJFubJcjLAEAb]P0FIB{RX`p0IvdO/ˆϬmȄY? 8m3=BM<>4Cw=4I+Ub/sm:rƏg<-X:~F߳e>/:TLI(DǸ.uq1H4fc[;칹%ڋS2Hנ 3:@ }d{$^m7$ED8)F.~hKr]^\A:i4l6Q,.;{k ;//&FŜ燗1iW^IOd (I7B1EqbBPUZ&x0 +*8yTB?xZNH4l7nx&5EIg)]x,N!cJʙXwO!vx)PfwR'>UbcaJB;s:_iZH 8Cc1Z<6NT-GbgX&.6 nz.+0 =|OX0M=VTQCGMFSkU8h|.P\tjHV L4$MIs&C^Pxyҕ3[6]u_5}GӦƮ~ѵhmn+ -51CeŇW7$Μ?yޣ֮剃_d$9qK>AcܽV{kuyNe1cx(\{GSjP)fsbOIs';it709m(ϡ;{1փt)GweOF o } =7e  k}졁_?G]ۻWeRgdo䙕?m%o٫)tB1wֆoT|b: u9yn1>y ~j=֛HZMmvj4x]n4*u4`Zo0i H}..?`LCf4umtBsSKle%RNjb4DQZmk^b,9&-KڕaY+R?VmʑS|2vh*m3:>Q냤vH 9Ld=pmttG2k>WqWlEx-P2 9yKg\f%$G~//lC"\dQT;S}ڝ 퇝l.:ׯ|/3dxΈXbjUr< IڗGQe{{kߺ-tg@v(Fe0¨D((PgD(u\qBXFatԗOgp_yQS|tU=?[ R*?zʽ3_w=}-n.y FqOְpLUE͒a995$Ih/+ke5tKUQ2~A p( dy|#P$xf7E7@~aԥ+[14LT) tƀfw^ ZB l*TR5h5F?+zN<暫W[3wrGkS>yr͌Ce S$QO_1L%DtH̻9ɘ3Tw c,pOڰ}7(Pi>҃LsWеz:1 u#]LGҡB ybVq7H#f+!6wޤ Fv<T$>1yu0P0w ~\ @[t ķ- S| [h޶/` o!ڛўGVXMfhqAP"(#(1T n11Htl #"&K2un%iŋkZmHZ;309rZ\߬ٱBmoQ`adNZKm{xtJ};ZґӄB}_iyd [)T#%SL'%D3ĝMʆ2]jo4&LYJcPK+ T$OEMhC!q:DdyVl n#mhLО; 1ë9~/2 >ʀl bnz)B`nLZ/<WtG߼v-˗orYrggrzNP޿ŗ_^d 1;p 9j+lB~YOgy Q "`WU],; /,&.&-+Bё8&}Q] 7\ZN@g6-xcgS9p?/ x@A'+<(@NO8x'~Wg2p.Nsb1'N7By F8Xmgx\.2/^m\_m%x% ThLKzٮ>LNr "wĕ S=JJ$}I*4Ű#QL 0O+ Æ!]μpղ܁cf {QjE ^; bLnB.*_nz|>_IIT (Єd}vy5.Q U^Ǯo8Ֆv^p:{Յ.qC_7_&~V%:^}=BQ&h*2H Hf{{!DpDt-!8":R@ɲCH:r<4!8Cq䝡_?o_х339/,$'ƫ83 [=8R)U"v jPSm_2J£-C+FHɑ7:$Aч/q~t:&zEc2y,skip=ֆaMNii i4ǗfX"cuKKҺJ%?%m9SE?6֩冷 yJiRPp!P<ӻ5^u.6Y>zk˵ "r 0vy|@CCmz7 3( c޽x$r1;\?dڲ,K<_Y4YZ[#@P1`+ÄanI5jZ5q*1|<l Kxn/ En:jV1o`|v jN]E7o]w޺A[ j>,_u?V<]3+wO/oq,E5",s2<s86(n0 q12b-32nXFovpD(cR:ea.Y#'fzM,..x/N\%_]rm͠GJ5M8:s1J%tX ჳY $؅:OUTORɏ vt' CFi;Jwpv8N[Е!>dOn0j BA:Pl-N6V[ 0aEDE"H˖ju`, &S31AfL藩z[fQ(QtRy+Hָm!6M~w~{/X_֏zGO%?vݲs\ 5ɗΝǟoO7?Q殇{9X /SXvu<WTaF0R#tY2#QTh*HlݕxvW^i֨%x,8yhz!خ-c]kZ|ED(UzG_uL-[ݝNt}_~qКhMUa~iQ,>7dСd\ŽF>KRd9Z7aRq; %؇0$89,r\e@LA=,1lGg;@Dg =,v`6z V9=HoK`?f??fp/\Z82''azt=^_%hKeЭxZ^WϫxpMCq3uH^w6ŗ`eGEg][djX7FnM]xc{}Qa' ^\VTT$U*P=$a0aɓc)8tN@yߡ%(Dݝ fl.iA-2A,x 1̂XdX@ 2#>5(6 xEG^ܞ;{/Zқo7IYy+b[O6ͻwkoKW4{U'7L}Ƨ7|jVՐ9Z{8K 4Q2e%gH6(NkS]G0fAaz阺4>Pg1d*I? Ew/y.wnUW|#gcgU/ίX>.z[# ߩ[dP|k6JMi6ۖM."/sd84< t6 XXhAUT-cygC-k@^ .W?A[UjK&Ąhfx^pg! hS?!#GTS=zXf1sQxԞ;Ob=-Ǟ}UڱeseWzi!;U߾u|BSgͮ% V%`WInDhQ9_shXcE|Oe0.4hoWww7})j.cR&.7QM%MՉjzڡE4%ёHQ\J#Bg[ J^wiNL'QϰR!C}6O8SKhDn}]7S7N8BVn^l?ʏEڗQV "%Uq#RϋUF#jZOz׏% o'⽹L|Ϯ_~X{@?YvLg8w'8qҕOl1 '}- p I)csɂRLp3|fͦTs*mEJ7g']\:\u-r5 OMIgF@SRaauۼp(ٌ'=o|ȏߌUbǠ4 =Ҧ(\,+f=SѲ!gCEWB.F$Eβ[jla-i[F >Z$f`xi|o_+t^+CWWšx+h, -=w~>mxȸߵg]~doBx_O^;eӝqO[R|0l&2|lknjE{-*Qp+)L%T !eVSgM;d2RQoRfha]kb,ʂ˼ GDT*'/ȉ1.^lrIUOa}aUkY( z~:V[A|f W-=ksqzhwY[s)yQOr[.:j?y5qm?CP݋( qY$tT%!Y27#s 5a5j )`S*30f/>䗠1lcgɨ,j FJ{Vfg =W|=Jؽ57ٜf3f2ޔ3ެp=$?aivOS| uܬɍvFF8q;,~N~JNwrVܣ1,@T dr( *'h1Cq Ʃ^YM7*! VauÌ3)gœB YZKf:.-TBj,qFRs`T<'MJro.pitt"V-p2\ŧ*Fiݾ$%$xW.T%q&$ kgM8?T!YIKdw,Esz;sIwq*Ԯ 4i~/};\>Ʀwsi<u^y_&Ǭd GB?{-Y _xi}@ Gc`˩mI#x.7T h2X BG$V3"`i!c(։))˶ ##-;Dk ~y+‚`% 0s?9\m)4bڌ-M%2cTXUˠfape0kӲ mvɷ'o'F `V9Yi9>އS9#daWm9^ 3=Yy0Gƫځ9FX159iI o~-dSLP8 r.k+Hq3 櫌!5Ư\k Y#6F)%7?u{{S%nk@Y7a >[ .IiKf;܅w$mYKiRBn kp.邝 jQy1,ҩ#&6H΄0Gh6"l&˰3],̀痣fs9aXSHgFmƜM*.~{3v IiWhFvG}~KZ`Mhq2=蟈#|CF$c{ÕaH< {rMfO|~͝v"ډ"<WFFBVra'.;9M^qLdm |?Hζ%IqH2ρqFpEn%> Zu<]+.pBk1l>MؾCq,}wyk l˱^*Nᙰ8 p$'`X+a4Ihi`Ήi٪hDv mx*Ғ/}dM7 $ KvvS{|#_>Yɯi=JB/D o"a'ucBϛ_ i1~K 1(D5!FJg:g ,}횗%>5(㊞/BzXt'QsW#dMԴ֐#FIGM ja}2}"_]󡉣nϦ`b2 -KbV@@HrS`M,*nK;t۝?@Dk.JQՇ:`t5K??6|+\{dπ }x/y([&}~1Oc_E}?k#M H8DV@Rʡ.QkZ[{=j@yzZV<ڢAo)H6fؙN&{|󻭩{Q} \Mk8UM_ Xe+:Ǧd./Ͱ`#r`O(>aylZ,򼢮ǿZ|ۓ;30ggf(KӗJ+{G^ab]eJvJFe&x\\d2@ݦbTU58D]·C9)Z{? } HP}6\uBfY/}X1YġWqT@?im;w+A~(9'ucO$hb[M"(;SReu"A!{ӯn>l, 0#hak@Bg_g/W\ejx!2t=DPDY4u5hQ/+ sD5| fJCڽLR-Հ۩}@/X,_#TkȇkcMEbW}^ݷdPr'fGk+eBO sQ@ϋϷ'}^r39=hP{&`{Oy&A`Jͥ=kw?HU,&<"vF{X ;Q7q AhRx "7k5f#f@+$M%\?cNijHH|Z69ŤH=E9i?^= y=+OI?[DN9Qίa"ulR߇R8I5KVs3f!ACèz&/7#N&&iڧU:OYZio$CByvh>-KRV¢QXh.LӜꃬLr-E(շfq#hSzi<ur۸>(q􍻕·Tb $G_zt`7e`&ݒN ?53kg=>{%JVʃ/(=%~"UM6#zRn}n߼f&86;5n@E3!gf v|`<}k~?߫K'>{XqgIzqy1I3UĒ#7qH&@;VncD+aype]!5D+"Q{Ԍ:սOT'韗n>tC쓟1*K_* y@%*O|!^YŎ褐矝 g'䠯f ~eoQ&0D|mLj̾`xÐDmq?81㍍X&7%-%HJzegx!(9di,ī pȁ^:HEyz/w$U:ˑ74'MQ,Ŝ5 $@zAџ0tO`9'2GvX K[:Pd yofa+Le3$LF5?`+AZi=cӍ 9PX ZǨjޔӿK_.MmC;N4v'MáV-az%݂Ȇpng Q'\ӊ\u$",)J):+HITB#q-v=fʍt>f2O۬VEnzŀ;]]ՊUD]DTo%C{*aZ{5Ņр2Ǝ#1" ' Ib^)Xh `c^\QۜII}D4~+~j0Ո,ZU9r K+w}]C0;Rq/xmv62t)=>o 7 &0sv0{וV )dvyGt?a@ cw@ח~}DG:„_UijTҺ_GV? G5xPJgL %D|3#83i+T=5h4iXBKkІ kFƥ& 1CR[1sږD|D uIIs;OtF7!{#sP\'zg8X'fbnT'e4wɣӌpy>5҃π;"Ń*WH"KW&r,'X"9R?"3G?ss~v,Ku֎Q˵zɛObViJooE1D^<&}F|ɇ#kC&W:V)43|;Oa?;.#3Pǡ"()B9w1-uTWhHF#!.`>i[ӕ;nUo\x;GRt/}K~X[q©?ausºˆ+u,#6ƣ7f= R܂.Tm_8qc)מٙ3ts̶ ?!mK=3!vhW+%e˒}7bo$8q/d2,d4GrÝi.ި;{T͈bSJcSu rTEyө.sd*ҩlVXwfLU^qzovBEl(+VRc'cBe=EVVX 2 !%Lچ(b3E "h"@TBr&܍IpC N0j#(Q9mܐt+aܵ< ;@vt{ljCa^p)iol=ͣ+IT1X7fz`GSgO[~kcacܾ1ו>)}t oy酃Ͼmɼl7/8{?.O[̇ s3N+B<*H"\kp]\kWҘc4yjLPgwh&UQK+JnF۬=>!푟PըE pjG¤C'Xğx:JIa(gL σA͍E7) z5l_˧Q9B n9UCc]-Ň`ZI`鈯#>kG<]U(# C7L^@,ꉏ0*ղ\tq00>vւYE$)YcaivֆvqLBl86^E(&_ E5XmW'?ydv$]r~sɏ!V˯=Ck臨?Vm oca\h?ΛX|Z8 - ,Ᾱ#Tc T  ΙLT I JTY5Aw˶C^<%Nb"zZ V):%+TՔde-pmmd0!5~k_ݰ;nݟ}lzMo?pbn?OLgxq?ͳmĺ29. *2\PYά.+b]3!,BUu~;>dGғIYK7"q"CEImv6M6j(Uߊ9pMs a=FF1G.)T5:Vg C& k٩!-!;K D=hs 6sfr E2Pf4<0HXh(@c!| qHM2r!]wyNL Lfl G$3֌V9ҤC)!O)PoՎPqnkX)XHƿ'(?"<,wpoś*A죨V33c%-g\UC 789%d$#NbMG41k;} 6idBH(B!)0 ܛrAp_!ļ)~,w"h@=j| 4ҙmJ8D% /UjF/> XwRO}Tuɔ+HH%#뭖;$6-^xG5d(7RܵѰ Yz!R0g5nFͣ郚1pl %xgM>pέ]Zc_y'e|C'֞w* nT3)a^HT4*ƚVelx25\)('G5u_Jݙu7 c67NUVMi8…U6t6nn|p_k>bQ>KOt,58ԥqL.6)iUF?io|<~0̘m.  V(V ]+D"SJD@GS-(OUg| 2V6o1ڍՊYEԊ$lgTg|"cd$ 뫈q*,]^O`@'Ň<4Cn+Ev74PT(́'Z XP=莐n=QX`t 3\w`{`*mZƶkۣ;Q6J}& +wkLdd ;dȁ 'ڌ5'A}ΉL]Hpl(W@nPHRt^:&b FuT,1ڣȔpXsY 1jߪ]}2gêyp;;^y[^p5Obu#f62N ζ˧: babR+ܜ $i.@>S?N 'L_?] \f}ww}BDֻi.@4߸46iSޖJ%e5f>;Ҁ$g$ ,H<@ Ês<+BN}أ,MY ~Ʋn^ȖYVceX0o4Y%Y ;GA0X\!6 Aqn{h8|Ycq4py|A~ /<ģVȋx]-f5ܷg߱[9aiG $yaټ L c1gIˑ(EdıPɳH3; R>+ƨ䩲ٞ.hyNŚNsI@)HQi9sIuqn}pܠX+)>l,-9Ulc``YHdh)aЎ ,5VJbEE tga[(뮂(ٽmX3vd[oH Gm!s,qJn aEFG kmbElRY5ngրJ+ow)DVq sgKl)6|XS,]U`90_3n2ݏ%< .ǽͱs(d5fnc%iu+}꣎=zLeN7 =cFa3b͠/خݔ<]P2x:Bef] ]MTNh5h=@:mh+@zY5oLQI3[Z!ػYUx)J SS#$_L<ږߞmX[”S[#lbѐkAbscwO: y!oKSN)xܰ;OAo]Cwo4;ݏ^rEA%1|~5¼:,1^i{̓wq6+p+⣚>$CtQ!bC@ܪ@ܪVR g@QF[ϼ"U?C 9q_$k;}q6͑{Q }DzsSC91XJ 򋂏cG(oI( 2Û!.<I\I|pÛ3a[{ώ)kfK'bSHM8anѨ 'FN!8 _؂P"X_!-{BtL|9˞_-2;YKKee+PD9\ll\u5[.VX,!Cro@(\νp.yP^T:W:K@xp3d}˷%BV`r; )5%L>u'aTdw*.@ySF9V)09ꕚQIV rUiP'HIZp $yv)[Rؘ.`jm7(zG]:[w߰7G@H{_iki[ʦ*ѫ֫p4sɶgwfLA]qzŚ춬8!6!5363X(34ii]J*Qft1;(#SvNyf7Zۥ*Q3?>+5-2֣P3f1fjPCS)@4l~1 oS HHA=J`0h|9ul'Vr_1?H nV +*OM{Y@JOk"0輦$=,aRenvŸ>UmZЎ(ʼns$l/]'`_~E(~s`JgbS,a[3Ez,Q%-dIňؗGUdWս}^ҝ^t:!ҝ\=B@ H$(P"(¨(ˠ :_DԑqyQ}3ƨ=tUu; 8L'}ouԩS:;L{(vhG sSs?t5Oq਌?Og5\a6(dBT6(Plc`Q*.iet|=ҘKF\(fÏ/?|od\e6 e`VMolsS/i%9,ey@^4)kZـ#0\(ֈw??S*nWus.@H{0[-6϶̶vbatXEdL= I ʗ-'=b^'-{"O_ ;˳\ [(BC eB0[("+cT Y$"/z x*iyɞOS[A0` D=@Rl3I#%U5jYwu;E\ޠG5:96DLx=~rOP_Gȉ\t܃N XAnM.SM ,^6zOk>Ki"9X jY_jHF v xT&p}{4G2fA@ӌi$yy:3 ]=ॾ:4j[tc+op92AyruiJH>\5K1}̻;ei^fr/OUĜ␙—=]]G'멯Ady\NC LY,fbV6d`8UPɳ BQaW1;9Mِj#N0sfAHmiWiQ̇ S=#_Rۅ5ti@?\%q $4myǁ)3WƅHl.e2 @8@'`4ǞGjMԔDFmZaR D|bqi @( x?}-J?Ȗ((R J8Y"-+f-o6vf U|<(+]oO@lzɯ΄Jܱ/O7]9&tJJŋrI9 бf3{3L\,'sTSanpɰe\2,! AF׋bpl9l3ȖZ0x?xfP q6os-B|%A-?\a͌t~lTNԮ/׮h*~<ȓa 4'60tԸ}]{$?L{i)PQtL74|k矽@G06_8txݵ#ۗ>p-tCo@9ûD>?xPPgX ²Õ̱Hg]A@#OM~}@e{H>f:ߖEYw],zZ8ܼmLv?|m'|Pz|Z0e;$MDSTmUh*$S4IBh*81T8"ȲBUd٪T,)Drx*Y5)REjѠ6yVpDpiKuY-5ԅ~"|=*֞&d;O1帱;4dX]&梔%J1M>,M)~ )Q/eE'h Ft %QpaEz1D 7wמPχ{O>hxsTߎ$}8+Nx4=J=vղuplAfnmj,sZ'{[[.`"!3f#k7=ףuw!#Bн0UhIn1˫ QsZZDu:kmj.㝳YYMnucUm֭ڝ-/*/G-7kcXmn.hyȞ\% CeG {v{HlG,9fN9rPx˅51EtG/4]Cs5KaI'J3oX) 2tIO\BM|5x($'Iz1$nr}i׭漾 䇩jo2=(_00mOP8\}J ԧlXL.HY% p2|<$K.-Ȳ$QjRݘc+c[#*ƻ԰ɜ7%?J/^ӚL_R]'VlXs7]2k%X2{ ~I{ 8nkzћ`.l,'Bq%S8&-l8M)8:pZ M"~ ϑ|abbJ!8$D^ .JHDX@F'Ýh"Ub6 BFL JO&v nk[ofAm9B (:R">ɬ™]5DϚ? 3b;Iq)b8a o*R΢:Do8uP-_JD;>JQLjL!~{D!HXe/!^8pVIօ+3`]ɮ+-̂_wvwngnW\JOEkLQ:4i 5YM"f[23ъ KIo#aYLPnz"2݃&e+\;}HEzwc[>_ {Tq]Sx)S,7scZݍcsSq o9[Ƶq]M/>qLe{2W=kØ9z0W D!C-d6볚wxa(g!;{LqZ\]4y`+L+6pa3fzm l6see^_WWOFaiN'ZvA#+2ASX8R1?ڼK;o 𥵏*k~pH뙧3Ff-dta BqcA/ 밌M\E=~__{]I,0^㤫ؓ4Azy,[Ğe{?vcg]]{X>v XXdPnuއ|b燠p$:$ZykbBzh|A|yűJGUUXETU=Z x4Z9\_/՛х -;@U<^⇲ӿvBvAvjPϱz}m]iKNcB!^ 7xF$S7YfRV-i:.M`-%,徴[CȰQ8 K!. 5(%D\jvR )0KΤfȶ@}zA]<֣^Z ܂hd&ئt8뼜3$+"#kPM <U "WӻOzmb/ܳV]еmeǼCldp̤˦{􃯿}Ux+I==O?g*4ky^3\ =,*Ē)Å ;0>}ߞ>_?bn|?AFߋ)}uz1l^+-A(;_0ĶbLl8==w"hA24"f# cG"D] X[%>7?2XV~o~&@ǧ;4 `BI|0*]9ܠ ,%L_]OoxEKwvǿ(Jϼ/]^KƙS/P7Wn2$(x!cdORa\XףO!ɬtB <2 6CL/vx?5Z֘Gi XOhc=틏_@w,@65Hcw3MHa,HC%06| "; ^ |Ϣ9@ ByK}X^ Tt9E1"l>w"bt: xZMb! 0 SCWӿ_aT'H;ﶣm6;Z˯hāڄ6rè1"AK4Xa/f_oڇ9lVKUJ7i[aBa!<{6]@d#%DF53F[(} βK¥d6\;t>:1єeD[R/+CǯWV'#[bg7Lu]9si9M6IiOi9kkti;:ɟc1;﷣''h;ݎnohЁ 2-f8Y6LN(<Ó/!&1  hjXaDP%ғ(稶OiD$T'gKbRr[`pbd?y噿.]YYWgp8i%"3Ram;d`?O_%]=?ˣ6~ f8L hƴuup P$*(0_ _Y+\Rvx4V"WwslsQ?KH[h¿ģ+<_'<..V  Pib ȵ!m>vcgZ dٟxCf͏5L3(4酷X\AЖ&,S$Ը2G3b'=}O|{kx ;&w:t(t|]tl@F:guakz)ILlfkrhLQikN6dp3a5>'W9oŔSO\>~ De=' ~XzaIe{]yb-ķ`VH3q@n ]+GtzFq4دf aZȨ^`HYa+y ]J*ϙb3a]jb.&E;Q;ݾCVoER+ƪ*o1yX`7R1_-{2I&&\MyRvzQzI"(?f#B4)D, *dXF耩Ajq4h LfE1GYkPL d9z煄1\/D-Fk?R`SF krm޲.5<.78' %+:_7\8}k'b/ pWn e&$ttYk" 3V 1?2 &b(cRxg80kd% 6Si/cހ4rWanqgCjTɤyx$#,gp"`Ճ ɖ8=մDE.]hmMÏuU^jy FauofÝD/< C)H$%Wb=&WH,XO5% =9|6<vgp9¿q~T;G7QWG,mdX* -`&fϿvɔg_rͰW]lEX@?P V60W&.:`k>PZCy(p--`N~k ?C!yLn ZNx7/0,&~y9Ö-` lҋyNf7Y:l1q3Ș{Ѽ(xMqgď'Oc-dFY2?yh5(Z k'q2@1 jѢ6XZ c$|C&6୏҄qhQIEMCa=Y}7V8}oxbfرw[-n}uۺIHmq(:q?sec0~<)L3Y]jTH|h!Yuoֶx~^< U.Kqbe<_UJq: ^ET[|io;n[ݓ>8zpGc"}汣6bZ؎i-"`QV~, }%jFD 'tףй8 uOIIoL\{(òv^$ENG4X!D - TUä (يgT٪ &KJZM &g>y+N}9SWu_>@вD<.)з#)rڮ!m]MuɑvzZv[64IשɍND<(ڜ"/} UdT |f++nM\! pe抂U7m:y-~s~[a:p{^}ӸKp/du#sx: i: lBL]UZ嗡(b iabem7^ L;l,@D4"{vD=+G4utssCS߳#~gwnnݍ޹Ɠq7_?Idǝc:"% 6ɻILh6e'L2}pGޯ_k4\q<g !ʹՉP*b+mpdz0)//jE9,}抷#/"G#ȆAD`ydXEe`"QG1"BIyXKpS&>aPO#_=<^Lm )$2m _|ÜևVu:K5 /u0u^U_31U]t9UWN:1nڌL/`Ҙ6 XY}x[=T-CʮJZ U("; `hpjpnE \c&¥~U8lrƪ.taL@9Tb_$+ ,R{8^,22#jr9K⛍j'[,SF貝FdP9rFRXj -:93E{f_JX`? ~p䣝;} ӳ3ɚh7/˷z iFyٲcMzg/5F#W7#]c?&_2W|Wp آJA4Nu+*"Q0NQ LBFI.D.>މ̍ }(F\G.!I&'5rӒC7`U6{a2 Бgf0na#ݥ;;Cj:'^O~eWPR!͙Iwd, (HƄ/ lid)]'yY2 J0G?}l±?ٗ[n{{y`oxS_>~tNU*SMv fC{> aE6l T;*jmJU ׻]!gr4_U*tՉW9;_5޸=~^bl{t5Mbq >-$9ZCַ )|ڪo|ѳ9w;qI[^9ׯ).ok/a?XX_P5e  ytݷm] gNvbުŠUI-7E 6]Pօt,փ~hgюL)P~vApHЮ%@)p5'qBM.WvF2tAjt!LxOl`mO=ru#raxl#׍nc /^"|gy$i& .jXEUʩP'Hsd}簠1rnxn,}X`n =E>@6z>-eމҶ}/R Y7jT(]HR ,ՀjPJR%A&&Qp+ Zu*9U(@N"FTd }<5(czB)8C283|lN;d7G/D~$b"ZhdC^nCL!l}P|8y+hu6yVz! */ Ȁ 8'AC NJ[ ЎTɶt[?8;omt܂]`Pd( gE4%P1cHqc<Œ6386)oJNj/ר !em4swD#gFh}ĞM`8ɮ?}\:C[WL٢mɇE}nH\sI+:|c j}:SCN$l ז,:;:iyAuMOmJf"AW:ByFX.GQ2sS ]8j!YP-TDH'.sXts[fAHtMs5[TwT{ .Zv}ixM;/niwMrtU-!fՇm0M:xlŏ {-YO"ldFFFmǿ%?BxjIEV)(Q}#>v7*9:Ԓr|}ޮ1lSpa‚ kd?iQgQ-CL$'lW); eh2̡jPV3z"/cNIY*lOR 9%0˱@1yYL8TT|iAt82%)\YVV]Fˊhy8Hf!iD}_~{;Mdъ~V^\%<6뺅r ŋ }/䧔BDPѦ'*6lm>RG2TPCg'2K؋L58A!y| aPF??z.-HfBa4@Reg;4^:z:rr:W|cI$e U[OvWWgwY9[Q7osUƈ};g\ۘvn[W{r폼pͲLGtL̂UnhB 6i_s@C50 Sy.!'].]/!a/x{]d;%g8XD&;q&JKC_,+.=Z4Voo^s]?3K55.h6sa0V6Ϝ9pws돯o<¹o⩂]u uϙg$F0VЋ ׬ AE&\VtMuutxBat 21dV$18+DpMעE9{| 2Td okpklpAW)>/i>k҂E]W[8gp֬w~Ob{RAK}ywm R5[\pCK.̞cpwG腎o 7t^~] }oK籵ٌڬ'쉆g)Q kHDcD4U>.t/A dAH#eIP5+z. N FvWĞSOE.<0C#A5Tcg\Q l5b,ۃ›@H# A賧JW3(Mnva0fzZtTjZ#22^#pt1=هBop4R4%'8_va0 ;!Jlu-(;xw3#-ێ=j߿}O/M;:+ZF8 IRN)d Z9@d:r,ObԘέD Pu3 xV`I _| /’QNKa*r9$FʫL‡R4|Yw&IYr)ٷ';ʣVeG/xx OVh@k,S Q+U*Ze.j3KFep$+L$U`e)Xl3"G[O9CMiGQ@'E19g]F&uB +w"6IY|!ka= zdX^s;-` X|`$qPsn& k`6FNvH;8h?FLTV6*Aʘ I-ܿe105&.Sגۍ4_=d JkزӀaISRaT'/6#Ւ'mtelJߎysgl9jl,r\(1*Pt4#6ݔR[k)YهUōO-Fpǻϻb~'"֊ .ޅܸKX}?v1,>\y]pC096iaf*T e PBA%vev 2fZt'$tŎ_ݶtWEˎȆZth[+J-?}o_/n%ũ]ZZ5޾5ǺŬi'v23z22QKiZ]z75ڞ0Q_1;qT7f(;'o/C\ønh=m\Q4qJ)~NC!8P C0٩^mSuVZg T P&Np7q\PѴ`\D_݄O.z3l`;rs Nt9IV{ ; ull*G %ʱ$4w%DޮhdKꍉō(Қmc6u%َ`[\\VyWp⒚S+oXsdh\*0UܗE"=p ZzXX1(ge6_6-|}&WxBxb)VMȥXGY.]ڞJWX7Ya5`& ʠ_D.B/Fc1FfPS N7jS9D$(ƈ1C\rO8ٵvQWf榝M;%]MuKڻ:HwpY݌ԢU{az)+1@TWp PPu"">m@ "8ÆQ4X#Y 7BIV\-ytsPԪ2JF4^?fO_($D>Hz֨tZN{t:ڴf@c[UV*ͮ4*fT b=Ճh{Ǒ' :"u RTzSe3P6MVR(@7 4՗;V4X}L"]B#%J>KbY΍++9Λ_R f۲xWXϼ;+ |JhŇ|M6e6٤Qn60 m%&CMSTN6 Kf&nAJLꚹ?x[xբ$ZLIFYe`)ʬEnQj@OeTfh D4>k-xIlbr/P Dul _Z&>ƌ' wa]m0puΌDι *'W7~oqj9~6SYѫ2=OUBC԰Sj>y5.JGsI|gJ\#Ssl/(ԏu#6GFe^h_ ͻ.I. nb&85*DQDa>΂n+JtjEỴ ><_\~cDw7{L!]eT޽86In=r%3Ow:N,H X.]bk *{u7aJNBVT >*ZB$ 83  (&3n,',s6;P%T: 5Lsjh_|ښt)uXwy!|Ɉ垜 bp̺޹}b/fMa͊Ҳ sؐd/DV]iߓ!TX0'틇o9P^?oE{2;5?K'WnޖW)-Sޏ~ZQmtW,̫͂م+vlSK&5xf._|sO<׼@g8O͵VL*;sE>´\Ns7.F}<Ҧ1ioN(񼜄$bDQ$$lȺeߕ}(%MaWWV<ʫzJ#mqc*-KŖ-筻MIJ9g8*7LcƤ[3<^oOe KaaᅢG*z+ĤJ)4<nl檣<5})K^ZeP̊V֐8/OVV>j'W;/ x kknhOw׀ AZ;c qM&`!"Gie܍7t\7[,-[CSZZ.k]ܺ|F6}ٶgmonttufoI򝭮zSyu']%]}]?vWu7vQ@k* cߚ/n~dWaX56}`-w <0K0Si řL l{U5ai j~%7Xd,-*zu,-+##)XZߊ9QFI gci^ ϳ۱4XXZ _22\Da E2Jb>KlSPVwB^dJ9̥*. X؊)Ӿ [Xsf/".IxN;CKe͊H)G^) ~K7R·o%Ɲ |ft1>5r1q潖mlR}<=#ϯ/$)ۮӚ!7q}Y6N7ng:7&'lzvra_c${"ULu4mzXI3vg3kqp_W[V>p,TTrl\Ѿ>\3<'Yj\݀w{_e6>%kDhE"KQ1`3dD)QRAiN*RJJ{i0zy~߯d9\ڗs~!5+)ΰ4zWc2n_п? {9I$Z39zUd^zXο7rr'%^ҊF}+;Y 3܃de~,+4K( u@RW`^ 1PyҚ#Lt&F#}gjϘxm1HWсtD _;lt ٍCv݈$T^n_}D2|CDYr-[_p’V^[ QA}ת|H)_it&Q=7(i+ K&K,ǒD%U 8`kOVe#d}:)w \!UT\/,*^z)."I啯]7/ ]b<(TK:CsȹV̺A F Dk t4y` tx? KLCi6: ICqY$Kn`&h$&J8 Pe n C) 8AGl x8:J,Kd! -JIW!>HPns'X @+tG%#KuH냎X *wzꎆJxa믻`tJ"Ij$pCGUԖ4THFH^@W½;%4rH!E_Ĉl=Pj?: 0[C0 aA<.OgAn<'`<%Dp ;:F$h,!K0Ŵ44XV"D峸F2/AqxH(O { =lEc /7fy1\+)D(İGOO#8HR0<@,%2,(d "%aGBDHbAbB,d #l>" J1%I$0x EZ; 4Vt!L}ّšYK D[6(o@/&TqF" QwDE;2a ?C$`G(ֽ aax\%43 (2 xP--  l @XB| -tɨ6e:zMB5Dͱ< D_4kh#*`] E @däEv"(fR 1B?Ȅx`$Sc?i!4\3C9b| OD(s7e6S m@P4 P<ɎB,T! 0 X:" ^!2) \`@l-OY< ) Q&cx!# .`"`@EyeEdl4&H\Ò !!SK*/rr Bp&$_)7/2DzhdBi ;2!؄SCT7Bs'@i42Qi߇Bs?7@w' QAHHBPB#|47/0$R|( % -CA4* Ȼ~?B%X`"D"H{ʟ:yQ}`ҕ 8#%Pn>$/r'<.*BC{)@P~nTޭ:h:G vPQ$`YQ5"}I>,l 5Mos39h{=3Es [C<8qIFҙ@( k 6(̴oGF[?zBF(Pa_xJ13,"RѲ[Ȭs"`8-pYaZ%Cdb ~-øLg)ğ` VGxb+`Gܯ++85ftZ>/ٖ~xl-ԩ?̧$NEfO¼tEw4ǧ\4UTgop[kVP 4p=7\T:G%h y5MS 3rϮW]>ry~zd _ݦkЉ{U^aZpѦKEV;s>Y=g֩wl}DE<^ zSߐ&kVEP6%TPk &Ǹu&,VT7MT4ɿ1-[҇5 K҇Y:@(v$CĂH -JMth$:[_ǚLg:`|6|fC4j9G9:G~cW]zB㶑*¥ V{TSpҒqN~m&Ù}MǦOtхq'ztG~L`DCchݙe[ f0]xiƇ-:=U泅l}UBߕݺL+Fg֑]۟/P~yha䎡Fu.e͚G=RwI5}Ɂ0;[1c\kSnj`9NSo9zg+҇\zq=}{q nNݓ=u:NݡC5wj\W:&Tv,{},ss &wl7ڢtЧNޢ/Prw JO^ͤh'4h*e>ꝄgC3NUjfxzyɵ؟6)`6R+*1m"5MW9\Uj4j]Յ2nyDn>&lKZQ]#o"e lfLʏ YXD{t덢ltLɓ^ym5y*B}+q̜ܨVM~<;b]?6zZxfX<ap^PI;RGV$Q_ [mT R[5tMY{q԰zqQawD;x|Ad¡HD %!CLPXƹa3&;8~sGZWkt!sLJ#Ko.Ѷ҆˽p<ʬK ͸BH=fg T~ygEY̹bɱLnR<Jy >b;yyQwRf~׾gT#q㏔c6oYSROnM ic=a'q8mr\Z̸u†1,ݝwic6՚&ݰCٴ<]D%)c7 XߴWx<(7s.` |c+̩bЭ;Xp,Eh*g~շ^_xFQ=ՓO )1NP6б]΁@t>jmi+,aܜ5-Qc\S,-*%B>7]XLXx0 |&Nt?pom1ޕlgfH"ã%8m;eA1]-bk ۻ[x`D7_w.t)ng *o48Z9Sox[焌ОaξǏ lIr˓L4\X; lu{Ϊ^q+vKEu(YMQӚyB'{ qW0Ւ r/ M~~FCOYQ?1Bw,kҬw7יFP'4,{l0'h)i4'P;Cxز5XE˪I#ƾ>dEq-څUp}Ph|+vvS[̊a#k08Lr*ŴbL:2B`p ]c$\) =s,x_Ғ=j?$І2 @@d\f}dzY1v7_24hmGTFfތ[Rp)e"''uOm;#j22#l~2s΢6 :wbZ0ؕ9C z!Me>~ѱf~G[40$hm;Yso*$b.yO_ zzeT gEk Q@{7ʜ?%UD{zz-i/w=KUZ߿vF.Aelӷ޻6c]SX;%r'V '~3wg>|\ xR 5EN]:O}su1`Jɖ)MwULK,ujq ׽WlΦV''lv0j]`yMQdб>C5Ċu_t626nlN {/\iQylc_6MMJvt:jZJ)ƂR9}33n#n= XaG`mmm , ~OHҋcOh6}}^XK`܃Mxk?qY? 깨! C~pNCI-XZ8e7seߩq=c*ѾXՁYcg+ w챫˼vѡlv- ]5|[eW؁ 3~ˡ7}z|掕 S,9:[9}|w>)ijͻ4`t2A%G|}wbU.aJ#CP0#񭃲n|,ҲV) |zq UtUXk/>^91ZOMhz" ^.l:nc h )L'5vlUrGz;4'dxdnLb>aD48&F/'3t+P%8uj\toR˵u摒c=Gم7z8H{uDϫv_]nDŽD#˟(jV:`h3m ?u r){/ dTVR  Zݽt4''u]ʄt8mp TEE Nӵtd<<`öD8H&Dةg%ZW"@>P/8vq{] 23Nn;:v&Xl+@%XƧaV2F9U,kKVo >b ;\'^YϻM6kש +BEmy@ yIT5V* P@2nuvclrL[%vΐ|XA+mټ֢7eXox|WV_kOocFXwmwyוCԎhMz IΊNi' zR·tXvֿ(9wj-? ~8 77bsKMX\Bjka5o(v bƉ&y=-=V~lۍƿtVV~{X%ѡ rz;KXm߷jֶsם]1L#Y+jo[gy8Q⥿òċk|w )uxm©z /57bG+_>iP˜=GI>eBjU\ల,~s3f؛G&oWoȝ endstream endobj 260 0 obj [ 0[ 750] 3[ 278 278 355 556 556 889 667 191 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 278 278 584 584 584 556] 36[ 667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 778 722 667 611 722 667 944 667 667 611 278 278 278] 66[ 556] 68[ 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 334 260 334] 131[ 400] 138[ 737 737] 141[ 333] 148[ 549] 177[ 556 1000 333 333 222 222] 534[ 500] ] endobj 261 0 obj [ 278 278 355 556 0 889 667 191 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 278 278 584 584 584 556 0 667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 778 722 667 611 722 667 944 667 667 611 278 278 278 0 556 0 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 334 260 334 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 737 0 0 0 0 737 0 400 0 0 0 333] endobj 262 0 obj <> stream x]Mk0sͪK"<6P|-t 󾓙SAf5(r' $w;ś̛̐mq8wjԤ!{ #٫h՘oQ9IӀzfY;mGS|lf25!s O>J˗5٠.^UDOTE*U4cWn_(9) {MWkqq0Txۿ&Y^ endstream endobj 263 0 obj <> stream x} |Tյ3&p0L2$B DrB0$@|X!>U)V+KTLëg}ԊG5_7|zoHf>3 f}^^{uHbqiiEKon'b P<ʖ{9,"||vDM"s%m^/'iW\{ɾD_‚֖']G-@Eª?C\9D+kQ.^"WǕ-״w$׮l]"u*- j|k-Ỵ_F]&M8Q(Ks5W%m}!O<5`'е cN'O\i3-am5Q;iq|THrJқ)dQ~@!)N£2$SAZE'Vk)ly,Ă -['fJɦI,۩Wz$/.^}hkW~a&p ne&#O?6\Q6t'ʛ(t )3C.ef0h̨#Pv훀53 M3ӏs݊ulv* ^Hrx/p*oC9 vY!2ֿ ~;D\Yvz2vJ{E(BP϶%[#EI,`;mP"E(BP"E(BP"E(BK^;-п -P")WH~fr-^;h(U7Pu !WޠFdͣMl{GeQn Hq_OqFKhmwYCߴYlw[CirVh3C4T>aٔh9 ڮ t}F4䭔 wߊ6DK|; -#E(B%)Y?/pw(OIq_@J4TDi͡I;φI׬C+j6_[T>˨-u~s>hlgvٯ#+'? 51ӷ΁qG*=>!C,GHqg /(/Qc ._=C/[PjU3c+3dd‚a9!NMHOKMINJLDG٬I%hXk\nٮŽ-gU44T;Wǧ5jڹ:4/M=dvi.jKe4|[Q3F VFf7ntevUQ- (|n:Z;%F2\5tW'k[4d:|zk\U8B0>Sl -Z v쉞2'41=ƗHڷظp!:B6dR3e"OT*.1jFo>VdZa-ާ.KB=%\crۿ$Qqr&~x|yy"DXS8ָ?ly/jkp÷- ~S,^>!tL?酞Fo-}[g-g.Dnc',g$.c)5^7U7eVVmsBg%_bu%)gMCOv?}Ҩ`8y|hs:k ~!P7ssϱ.Cr6>vN8$q.m\GsGKo}K:mͧ7o}o܆FLb`TbktlY {Hk79UCְWC5jF7T~n13DFlTzuuP=4P1^9Ԣ֖Qg յsE>BN'1D"iTOo8;=֘OTMӥ]GTqi'C191dUw%ҥz1Ez/dB!)>F0.j? Crwg=zM!G [B"2B0pi2S` A`IzDm(2I긾%X sFkdXP5Z ʔ*W; XEnJ[ѶUzoW6Z O(1R{{JtՃ9N$:pÅu=";0d=ĕ:XIL䏋7pšB=^*]E.,*A RϕSag/jxPi(+rTFʠLCm?642n^f\-*qR CZ$HK=(aZ=td$hC+U;(ٰ6c&{1E+tE ^*?:j,JA'RU' 2҃4=Yj~.#) =1E}Vi,Z}Xۍ7dQeK^0W:jXT@-S(6imoAYUkҥ48ƾd ZZOtlQAi | ԥ=iEKyTe @zPJ - )bIJYppCOV}*E 8 '7[bk|5,>~() _?@gs%gq`VoxRaχ 9r{{ `}1YS.p!53\HH)tgxS!@>pJWSi}|)N*Yk |!Ο{+LBxOB gg!j~6P*mAC I |Dt@S|V|K.IskZ֥UH [8/_k i:\ļ8iqm3JLFB}oݐ_!zf)xxIm@f ڀh 6f ,@4 Dhf fQD=@z ꁨ@QDЁЁЁ n t t t  @x5ЀЀЀ f @؁a7v @؁>D?@~ @D?_-|C9!@rȀ S_j8#lVWl}>#>g :N D'@tN#poʿyi g-ogC r6mR! J T %q)Hs[l^`9<ټżYe78d.S&eĵLcQøs0"V ^qgGS̋cyLQ {*kУǪ%9cns4UgR{ف{ ]%"p> V<7]瀝`M A)/Q&[vש/ޣޫZP}^g Wo=QmW#E6QWg=j=:Y^q굪e_* [@xBܽ"gx=y"syeldv, %mY,Ep YzG|?d aU6v.D,. _TU:_K:ݝ%&B%.zvKl%{П0ѳsgN?%^/= %Nї- e(I[ZLt%,,,9Zy<9r6tQE&Zy #MtN/VV^јHi!}F| ]D{EW|䇕["h3qM4DNWWxglxmWUT6e|X}7~%Lvd|t[zSfRF{*e2s?ʿ-M7|ZIۇvӯ-#`vVɼo[Nit|i`y]zwI9F!S/mŠ>FG$SG$dd [Hd&؏ W^'Xy%}AI(QUȤKae:;DA܋6"zEzd;+dI։ D9[}xsS}Ҙa?S+nʫt"ff0^O+fڤ0*AfԆ=<^r#w?A/'f0,3-~.M53;|iVl}o !/԰+cQTϺ{ F%=٩ f?;4T8 L A>x)zZ WfYJM'vGJO͐&KYfR67wpuţ&t[T/8?܁7IǛ'9b?L׶|*'>l q5j+%qa؇.Y?f GGMZ krx&r"J6)V5jFyR݁ \J\ g(g.Î4'&3fRp.#pgrdX]z5vvñOZ_Zf74fT/_ RRLb& Z븘LYy͘x{qڝReQ x.R'18pTgw0g`S55ԔxLQMfS=%eDѨQl^5wl\ہOqOJ݁9=]=>~e^9 ,&2ϡh*9O؛CieX33I.weYLJ2i!iC҇dH)Lymg؞aI ݡ9;;nvlt8WRXDQ/8K.s]pJ  5}Ot} c…G0A{'b{w'>O/%'Όj?59єH7]{IʂD$fNKP3 1?̮8Ԝ)bGkeYJ^61˜OeMP˄ܕvxrKpôb!gbƒo:Ѵ8" ›hqS;҈s>F!58~LNMn^{˶Y_} co򋯟:ҶSiwE<X*pRMmvx%?d%EzTLRf%qnf#bFؓB HxIC8WC6VúؔY˚;ؤセz3m <9OɵFRR}][KKmKqXdZecF2)$E1YlzcM ($d-k2sE%:55;ERh7Ctje^k[!$Cê)LIxtu;޴8m`x!)xby ay&m-G:_Դ:ߠ)`omxTI.- t:%|3Q?osm>Q@8Ul&^"-&C,[VS0;%AM̽ɻyrrk;!Ѣ%̜6S;^rsvEhQѽ|zzA}AsA[A{ƂV-I5<>-,qVhoZ|ƒ?t8/+lZl$`Q,P݉"4B]URȦ/x$:qKRDFAJQHmE%DvvmIU7e%tYY5{z2Wex"dt#!Egjb"}+&٥RSRl|E+Zxhwl%+f1/ 6c^ysvy8]ro78&F B8Gb*F+yeSS(e2dޫlRx 8%=g1)f';"Y' ^;(Ծ3 τb&(5%%!9 oBA4AO6ۜ_rěl K)/b'}Y>7uΫSgNM{.I1r_`QQ?Ϣf۔*̫BbUƱfuGlxxc)FjLQ32|߱'Gm$8O&;|\q?I#}_X1[j֛Yx-OY޳ȅnPh V_a1U;?t| `To3w-̒$ !\$F "A0* nԪRA"TVk}jqiآm*CDܼ;ai~s\2;~;7\.cK[kMVuoDeG㛳Iߞ>}`}"F7PV)VDDž>gQ/ 4q s~~-MCf6 XS?yC9I 8م\\JC4PH`\N:gH!c8HvI.HDEW}fAGGtx,0V`Uar6ќTuxEcߗs/}=@CO |4Ce{f{ { t _G8g>$"a%RM#8 by~=MjJ*&PRekjuLsN!dM&^i+ _:7b\?4໲+aL<^1B+i8xun_bud[vtDǠP(dPC \EܱzK*ffmNO[6Mksܩxi|}(0ga2v7*w#M+I}3ߙ=} :sOL$>⚫3(IoA;_#+ғ;BʿAV=9Ҙf (H(Ѓ)s=7wB0.gqय़f_Xjl A=7bl,M lZ c&|G,ZJ)uYBB Pt1oTZ6g3O pC&$c4@!LD,\q/e3wA!)-}?bK'I kI]".0H0?S0xF^lgJ_*(&-l<EɃOs&JY+8Rar$iQYnKerKuFK@[WKk-d3*>#B=-F q4eI1chXyl=H&#M5r[l+$^ pX 7R:DU?F%X; 23] lG6@xIgE%R\S$ߥ( BatIG}Ƨ_?'h`>S @_4'h8RĮ'&^ #+x\@ sE3d 1S*8Ѐ.7-2.wʸK>"cb6o:5-V\8W L?o& )xF3dDc"F jL28r)WtL}/.ap~E#|"LHӣ#-_dKBWV^iJcZVrUpe.F48w7G y?}GJj!~?OXNb~"_˿9]B2@|rlF</@_Ox mv*D=On6+mx`IRq_XYͬ)m:׹zW HzAw 򮡪n Q&E,֥Gz% wHTdH\Vq 9Tf4$^ P/+WyQ=Xa6zh/O8?8}ojqxXbh@sd28 V@a^ı^?}%GYt6ST \{Kyݓ#,|SϏ? 5+q ~w~|U{t6'!2ƱMU\[|XWU tVj{w[--VjkB!w ⻓nP[\,rα.:*ot<=uTf:6Njtu#)ƒB/ON5O%&dž̘ݑ=hn?D čK37N -ziKi{igiW))=UK ] +JBGwɿxx;Uw/e [8<Ƀ3aRܠi+ÑHDqƋ]M@ hEUqؾ}^3y#_8:Fn'ƹ,3:lAaeYyB]D8'x[4ᶹnmmJb2}I^*. ^+ s-*vTb*cX[DUܪ47jqwMEi%H*.IPB.nw{c5qq<ϱi\.G?onKD\2^a"z}(= 7}믵,_mi׷ j'/|{po~ü7D g^>q4qK柀!]}L'! =>Oe-Uo/X9W2tX&>_iu΋$:18KI SbS^3]>s)T-ktQjTc Թeꝱu}gꮘ Ÿx@ K*|3z ^G ;ϥB!ꦩ Hr5u==X1Z*!}|26ѰֈqX ^5N̘@s;tjI?uN7[q0 +T; _'jU$gvgqHNm \Sk$?yj.FU* XC٘D +AdMU8y>/c"&Hpǚ*5+y7>r-_~ׄ!#ўw?0@j|mE=vٔs^lU;nդZo=|?ނȯ@5xXΔMb)ny1O dV&GP9EW"քq'ހ/Ve̗0ኹsѢҫH}fLb4f^?{yXQЫu>xW W mɱٳͻS;wUEDEk&BM H<:bBw$P8τB L!E3lD͆Au{ˮ3>^=Y"7lܰm3du<4lMs֘`ZpTp3, KMh#lfw=i+i >@y*M䮅U1 kjs72G DQdSc2V2g1azK+N31}pH0ٳ(G,šO77}~ߥl=ҭY,vi sM k2 T*)Xc@<3WnD3E\)30Zvo ]${68(g9c?xi&)XBW ;{;}}[zKQk Q|9rfI00&ƖIe(Mz\r3ijćo@EIw[p! fr&s4x6s 4Qe ws {*hJ\c Yr˲$r<D (9_B+FB̋'<)!嗁.Aˇ2T . I? m, Z{R$a).˥rLqؑSALȠƓS@DARcGSBM?Pǟ~;O`Bf<>?/>%}sʛcVvU|Lޅ (g ^>>QL<HLgfKR'IfFJ2ۤw^"' -,K #pX7 TL}̎95kK`t3a׽~_&WC3,3,CF0'ȼx"#Ã1tX</0JalP󄯵[$CqI9t9Nqt9B`kRe f؛=f M~)Wp}/[q^ͼD+ٯ>^cCE(vIqJ!p9.p8N1KB_S)`+LLap+e1]2j/BtE`.!3N7-=טr %0E)ssȪ<:\: BIdQ\-J 8-N:Z꙽*^WM_!^ c#|.p^>On6 '$˙eb/әҗ#>pwп>f@zPW! Y*IUڗT"U[.fqDL8 c.TA! {C&A!4M%V' <|&z+qIē ,3>MNy5ÅCB=5,]NJzfO #R'} JJ"My=} (lc;'X(;\QUAn4Jz"!$:LJ>ɾ9>l;_قyvdNdCM-0,:2}ĠpȁP8=BܜʐU,6͢$Ey#-Ha1K܁{He?UM G|]X=+*5y2={U^u@hhػvփyE)W6sVgT$ ”4EQt`"]LۄLPdf|%65Rv*`'*3kϏĘ,@ ƵImN -\s& YYsDPan0΍}i޻Q ,󆵫ݼf JcXo۞~vt'$`M塟RI\Eܪnv;C!'(n4_5Hw(Gwg!<͑{^=&?+vb6PU:rp*{XmjV;"Pnq:S\.y*</ߑۣ09op֐NfO(]f֙8sxfm:̒||MɲYT(J^i*\@<`uY G|m~rrYg%3E蚲?𧀅qxя\9n܏|ɾ|GR&E ̫~:u\vJ3nQh< c,!݋KN5ȓ.$V &2v FWmvϡGK0-mfRI{sqfB~CMȹ844> JOkܿf?NlL{'3իJizidej%5aTLq.G8L&HejK-Ye'd9,q8$ilP2ᲇ9#h8]* @ys:>-{|0XeOvy?ev8&|/ɋ\0V45VƑ(c3W Wum8r_eX!\<"7";Y?O˼Ο{OCr'?~ (|އlgOz&^jTCR]U0r;nOU;l8ww;O1lQn[U昕VMrlvs[_ivqI-*F$MU/6p wp~3gثVn9n[qr)&Ŗr|P62tGiY# Z$AL)?WruR䤃Y |pŪ z{ 7{hędEVe`E:@,qt_ƷϠ;^>]g0df^B06aeʶV]pz.A4N74{&Wht/U JN i:^Ǖ]V2Ul),QFS[rF4|V•tw|aJ|Ԍ 9P^^")IٵӡϪjq` =ACp\[ZP\{(H&&H~'֤>^*L1;ϒ=YLT2,O$d/0)bŀ3c Ԟ^{% Bks.{Q[rE=DL.*yE]V+}֍ O^bY'F?8$~v\W9s~:v ҰjKߪJb2f^j]>,a0VK_i,gloS9EcR˦yfpْPld~UU9tK<9S-dK\9IqpJ̈́So:0wdӪF~B5˷HUPq' ;w-|qF7fa#{{;j;ǽ!u*v(}d -٢%b Z Q+a_Z((~_s_v?Pxo݇"oom#=ƪ]?ݵk]d?b6x5][a#]]ؙkW:TOOP'C߇DsNʲf tGfOh)Uja!͘Kx /쁇 =TNH q/.E~2,^}ӼM72ٯ$`a7TzBvⴚvMj{b^‚ǗΰZu+g;+Qs+"+Y5B3Y;p q=`E\42TGn6k a3ɛ {$zBSs-GlEqޛ[׭GaS@3k?4/|Ǔ{vo{5EWK/"цb.sδͷ;I$x2:eD/ypsR1%jb.2bpsqtvd ";QqVLT+UQ]Us~5b8_ӇXY^湣dqZϪҭK_W;z-ϖ^=O{t}bR6/E?. 1!4 ACP4$?ZDQ*gY:+2@ji~7fN2CgH$r9*qG^6Df;$L0.U9 b 6xPJ[0%QTiェNt;W;\@R\I H k ʡ(2"":נ80 Y`fGݍ2HW{UMu}{5 $xRھD (sGZSr2⺒֒ƻKK^/%#P[Ciuhy^mD bkB _ zgb,w"/`/v%í]i upSϸ霳[kv]A}xoGW)?ӿf hM |!k1/ɂdk1_ll48 FT|Ԉ}i~g</Uc#@AS9}:nyOo^|a]0{M*_7s8YSOkG{ܞj][)D~@=Z\B&dS:q9fw`8x7x()7v/qvb4 '_'  %Dm=AǓfccCGȑroCsz> 4]aLRWd󪫑Έաl:/Hq|gS67J)3oUXڹ'ev23XH^2=:Fh2A:&ZYɅD! s:&j'i8$/Hz|AصՔ̷~m"31ԦWzl [*`ϢCR<疎<~E规d̗tэn:{5ec1Hzh'6'~#/ȮPFD:ɁRUH$DB>B@Fz/IpgX!L>m_IHd%Q tN\21fvFg[ijjJX(-4aOd!pDKƕΡ~T^u^mEͧڕtPa.;ܜ2+1ѕHS<#fE EEUB@ j`GDjdv;uyCUPbY+H"k(B>֥s^i0DP%21nAf6];?I؀6tNt+Swp&z=;#)1|>b  _u_ _ߎQNFqV!^訍fFg>Xc\K5 N Q8IMGCk|4c`/QX[>*F旇4$K֒l\ah;Iu 9&jNqap6? v*?S>=v("?mv@%g >ÕqAߎx=/p%_VkU )QgDm@IlU@lL>p1װZHZ>`ky:Ըk"6x:7OY@A7>ZЉa O3Sh?MFkbiQ2v>aKc"ĀOW MRG]{N]4 e"^$/Sb}xM~ x=[pQK,pXX3" ")zMl3Ƴ lcO>aX1>?K!=LABaUś-$3G1m1 t`B-t2̲y3/Dl>RW=xpao;ߺ񺂝Og`ШMg*<-CxmaM'HL^t,@;b[v&EQmT\Jgq]=h _;KEɚ.*eȿ㗮N2|~ :YҽM\vُ,nO[FO"q` zh/5LF1fX][!y9JCj4%PZ9VX psʟ+ͩ9܊>Yۯ/vk+>f:F[d1sjdamU?r7d7G~4 )'rm:ZA)5$<&Wީao9=V݉7^Z=K+?~\*bP\(y! B *&@, и4)فQ >~Yz#25Qj:3 aG3N9ktY]'d_Pk7U^m`桽0hcĐ71z*V%֪t$v9'ola=o_3q@}pCtSzreѐ1b8 ,q(<`)m;/|v;ǼdRwtM)=Rk隚4ۜ~@ntnTV=HSslRRHkރͮ ~6͵R ORx8^f&*3+/,a#z]/158ܙ5?14cjf76Zb~><ΡWoIE*`kB ޹θ&q IM ŗ_WzK9VJal`x3'(9NKiYd"%NTH9o94oەm/p׳prRwLg|tF :AÓg6}*1BϭikB~{( QW ,ʨ_*\%ʿ,ؾX7竞pꤧ8;b|Aټ(e uG> 8h~# $R,جҟN'[00+dHJ*ip&eg*WBt)JIu:.- cݬCQ9~째qߩٷ5r*+pJn)9׿m1߭Y)܅O k\~ӯnݓ7_կV9зbc.al Z,PȔ2O3FjliJclujV /PWr6ѹb:K^usw5:*-Koӝ]]]A!@AR(P92LByo PTT Y C؈;jlŤ+6OQhӗoL]jQ47gԦ5 ʕ4v_;3;nvs'hdE {pe2$*Nb7b2$MEVe6˔G X 26F,謹W/r..Kl̽3hy;kΦC=[M s(9A=" :A\.Hp |gpa < oцtpx Ztrgr;X*wo#V*7*o8[r\Zw"ܛrBۏ)0vcdv+T ,S^ٻx矸\h$a7-.*Ҕ@yWy[Uݰsp{]챑a5k>꾤lG^^Nl``3_xD2" / +x:2ǙKl3h8,M,Q  2OrG8efq/J:"tR %}IS*j8*&͙晌8h'Ѧ։i\<+i̪K滯M[O֚%,-q]wMݱihn+|d_Xq("")ZıZ=(6(*ug5A.Wve]gX=V|IϨ/cY-2]Gb ͔%Z`*ι!.qk)6ijO$jvs4簝;NYbɽJFK>@3'$_(,\@sWc.Fiv-33PlL\sm}"elצem}oN A>&d RLOJcRA*'awRzS DMynu +_½tJYAO!'Cus(SL*DS!fUZtolv qmѭ}z(KrT+:oi&{Ō{ {-$'&=[qM^66]ܼ )z\e&%{.nrFkضֆލGY\k2jY9[]aZ-Quf`EyB[c?NyI2"Off/y?\Y7v2|я6Ku`}GUʹ`iڪ.NK&m+>oXn/#o4'RN7t;Mm9 |m`4;ʉ2/bd4LxNfsȓr@O+b9&wZ Lt(a(  E mIiP78hi5ִgjp<1aq$Uy [unifIcSD67 {gB>IKz}E8Jd^Z0"X(Jt٤E 1?WbjEg&v%ϵWciK0>~}L[ըd¾hg7c Ӫ(cuJWrl(- eڧ~tUD{"NwXw.n^[3,71ZQ0 ~8jZo?lQE}t^Y{8 "?krBϗ(Py]=Q򾮮,&5ʻ5L&M]B}]O7%2}¥f.YM钎]0neS~ٿ1{,dKوMﲉv:H(?H#p;~3 tjP[g%N)j_aġ}C;1=w"; JEwCyx Sn k ˞ ]%]w.߲'Oj-<ϴ`^)ax鏔<]-+8@b;IRߣ|g+J]n6{9+^w!Dz],;g #pa.1e\a#:aFyY$,U"ș%>+9<‘EEZ;^jix;)c;@ YSVb:YɤpvQAMUq BM  N.E7ay$?aVwB4z^PHGI{Wd[uϒCz >eʀ=Z'#w.@_KPT">-[ND}<؏ُAPphGI}-Ll62M ]^ooD 21Lڏx0pF Rx.mh֓#&xc EdU|BkĩxgPE1}غGV=i{qUZl[q{ /0kJ)3ﲺFힰ/}IX9Ua/y͎rgՁ5 z&*~kAC}c1Y.E2tsNN9UۢyIy7wl,8T5JzjKּUKUj~C]|seJ˻*=NCzWm@\5,@t7n,sd L( Jl+2}i1F+E(QbQl`e9њz <  ^UB{aVwu0UAAMbv t"Q&(_+5J&I=П_}J rqU> /{spb Ҧ{^p[g8h!wiX+i& .`R8ihH`!bp^B/5~ F6P¶@pf#oVԜV{M{SYaʧ8|2>lZi'h5OJH}9㦘uTK$s4nAjQ]V"'$MtP:Ɂ CXe.$&oK-U^ީc!qkiqOn8~OtRSso~ ԣrZ9+F+gͥffa-yH3 ;#=45R+Ҏ[<]r҇ͭTJ)A#Ǯq#ȘVK0,\ibvI#͚Ha-h@.-LMMbj F&%@ɔ\<(2(9DSbD FX hp9`D=x`)Dł^&(EEܥ@ZN<^ x>+<Ŕ,gX9F{Κ^tr@ Ȣ䓴q p FvH~O6FL0䉖6|dRF x )TB9 wh/B"J =-DCx%@5lb0S BEj+H'B$꜏kʮ-F P2)KJ%A#̄f^ @\7B?AsP&Z)c6hb&/{G$$\y& e:fۡϘJ0跹.ȑH__c bS*M\'Cu!NNƟֺɑ#Y$ rdAR18+顎ױQ3LQ|s[Q_d> - "VV|VDZ*FkJVz{8G 7@"Wϝ_JP:Թ= ҿիV@K[TH6*)F%L)ZJ䞠EV+_F~V0ArAmT󁔰YU[JFzI/+Pm5"c +]"f RY@ XH*;+4PF>["UA 3*NjxLe'>x5QyGI5"gJ9l/Sg3$QjxY "e\qg >CXDyL䕜T)J~u= b.#u"L! F8$dθuql)pkhkHvI:U_1~uc|UԾz6QOV|j^5;: TeHJ/X):""wBM,k C2JJ$e.^ +w9"ǂ1gDZ'<@w_,Px][Tq(Ckeɚ}]SZRZA*{UhW,"*"v^_KaQ.%nCs+^FL@'ǻH}(Х=ոh '^p.`n|DC6<$ 0)T y`!DBd4Ԋ$5K=Ko3Ԕ|9C@xԃLt|$l&MD6Dq6J&m%R#_rXlP %%犕DOLE3%,#%)e,xd V( IY"R SD S$bB2K!C H%K,J! |Lc﨑]2sKg)dP/TB ey~ R$$kx!E)Ebia^O)b\Dd`IB%`|R1C}5b0e\.eR7GVB` 1 R*rg& 1B F<JL.RU*.S5Wl(u 0K` 8G-V ,ҬK$BZjeRI1&v'E8D?"% T8]ëHQ `Tb U(+JdaK W$Ȁ(Yd&W$(X@b0gަ0e j)P]eRMBRɻE|\$ ed껃PB ﭱ:"RnΓkDE[f4 G@f(3BkdOV@l>1Y&XR'<筀 JX90?7ȱ,(ݑFBDKUn 2ݠa)!R%H@Z dBq6|C e.Zuf!\J$X W@`I/}WUbĢ!=(ʕp*@b ‹te ֜ b).Ȕ i %Lޜ)2WX-CPR ^xg-i,$7Ŏº߅qc)`hIb`I<6qy'!)8Nbd|J'1`ပ&s1(da!6/2tYxNrIN<S%s"SY<,)峁(6R do 0v*`XV|<J~ܤ>Y(6+-9Jo9}h(TS6!ic\6Ng^:շT}_%Qpqf) ,X!a`1 Q>, };) ğ{<qMΆzcǿ5*K]?८M4*iKiT] >HSJѨ,\30KF;PBQ㢍Ez ! \S9pX7G 3~KBqQTKxΩJFPt=y7=΢?lI @ϑLcPO'gIK3-q 14J(sL4@>O$,IL'b,l6w:Dž"/A7I,u;ٚx 37 Gvq_9q(RhT*eVx}O/-H깙5kC崗)׾:g~Iu8쥚h]-;"0z%/P}M 벇dLZYhqMnl曆ؾyɇY}¯9{p̾#~|؋#Nhv9ighe9u`Wb 80L6ʒy.Ȯ8}y~>mƥ\$epIgW::56=~߯Y^-ԟX8#mM/z9W 9SKuQ&6ڟ65ΝmJ 1SдbCo{ ;TcnZZm{>[:h˘r%'ڬo>/'JOH#|@M7$Ql57ih\:na]c?G_?r :Sw]AͬOiھ;v= K5s ^'7Q&xn%DpodV-DP+SUŚB>@_PޘA ?*ysndH_4kQk^>xx{9/*k[W)hYF# =WeUf/vAcPqCW\jU)3O>|_.+ ү0wumEH A ~S+/ ovGXk|ۈW_~`d-Gf݊,+..Y1*Y6Ejǎ:yaQ{r&IWܯ_%.;zŴ;q)5w],_vb_ sE'Ftt5JP tV@1*G?.) ͷOr )ϲK gel~=kƂ~b \`j~h l_=0k0AQk_8z 0KMR{pAg{Wʒ쐉l4~'4mpQkܧy"L%--KeplPoW[,^55݄WZn7UVK5D/Rm9#2"KӮ賨H qDZu3,,ϻv}"yʗm{5jU/?= 5-[|_zd=Y<Kb|_ps<7trBO\\Ե_\Ha=o]^0-WaURPnxQӨ:߾RyzpR* ;LHvVvS0vu@UV[Y{-4oS;η+y':.ƎfDm+@x)#- iiH ikgM 8#Ͱ$A#Jł'/Qwʅ)nnWڟ{}寧>7 Ӂ~q)3VQ6EނԊaEaSB7Ύ?PzOiUHLBMYA*sݪ89󧧷,~r4uˎ^d#c{ZnK풟oP΢dp]sn:g?3/:y^ϸD)ԭL!;α!G?ن gZoSA>s@dkawXQ޽~WF+P3y}N=?#A{xr%2i|er%:koNak|UtGrց| :'CY3?'Kt{ڷ<8A{$ȃEyƗ`__aDvmpw﬈Ph\%mKzV_ZXxd@Zu$vޝa~;?oȸw挋dueMv㍉ھbZtի#ߌO~ AFҩO/]" =Bq}Wve?o~#;,}0zỲןk.>ƞgoax$ OcpX=#&_2 O2=hݩưDKO:e4dn>aĻ?7hm74ɱ'F95? m.~Z"m k#2Fﺶfd&O骶YZ\_j1vOW>7G __VvL<?'"^ { ʓ9K/ 5).~?ѥ,ɉ@~+tf̚uyg{2@1׮Ñ^^sݵ!Iw䈅lgj}>蘁]!k8MHZF!>˰׫7`վEc籒Yxx5_|ϴvn|3!ŏ^YxIEH.SU2E1Η i-nӾ.LcF*ӥߝEW#IoL! qU(~0`?$U윟=O1w6!+VRt6+{(ٰ[y}{R,(5yS)~K_M~U-QӲ5ogosKreoxvڶн׽}^vhq[>,ܮy%KEN h>ei{P8+KEQm7#t29\v/cr~"fX]Xw.~ִdMbjU'O8#Gw]ۭW [5v~ځ%l˦??z;̸< =yt).q~{Tj=YԣaQ__uRWQWYJ g^{KxC4 4*J SW~+ǔO j;W|2//h蹴, w3M#]Z-|䀢Cګm۝f[fQlJ6tM#Uƕ|ph*5~QbPhcOzz>ngvDE^=qfy5f$?_9M>;d%5<wyhmŗkEF1K}f Yܻ=R#_Ux,Β~?]n т//Kqi+o.x?͙5+0  *H  L32gR^UE/XQJ۶b7bS{ #PPw8^5R/h>#4yqN;-5yJp [LʋC(&xg6''eWBv`' sFXdڗQ|-d/`@%J&NnnH!Ik ctcfUG AcWh4 y|T97m mSn8ot]Pl E T;黖w+a+`;(iZ ;=]$??mB[\PKJVI  Q$}_UHmOXP^^Nۨ~aEf|yOɝD߸Z7r*T?'-'Y }W,GV%)*DGpnءTL;-ߡStET"fKS\h`r:y :&q,}M1wUsc endstream endobj 264 0 obj [ 0[ 750] 3[ 278] 16[ 333 278 278 556] 21[ 556] 28[ 556 333] 36[ 722 722 722 722 667 611 778 722 278] 46[ 722 611 833 722 778 667 778 722 667 611 722 667 944] 61[ 611] 66[ 556] 68[ 556 611 556 611 556 333 611 611 278 278 556 278 889 611 611 611 611 389 556 333 611 556 778 556 556 500] 179[ 500 500] ] endobj 265 0 obj [ 278 0 0 0 0 0 0 0 0 0 0 0 0 333 278 278 556 0 556 0 0 0 0 0 0 556 333 0 0 0 0 0 0 722 722 722 722 667 611 778 722 278 0 722 611 833 722 778 667 778 722 667 611 722 667 944 0 0 611 0 0 0 0 556 0 556 611 556 611 556 333 611 611 278 278 556 278 889 611 611 611 611 389 556 333 611 556 778 556 556 500] endobj 266 0 obj <> stream x]Pj0 +t'CM)MC#9+*03b$=01ac0I8o.&*-a_.=MA5 w!;]FWvȞf8}va j[p8ɠg_̂;}S|Rpk4ЌZhZW8[Kvꮸ~< y+(rOx+]}íq endstream endobj 267 0 obj <> stream x| xTUpt !! @n6"$@)QMq@GYBFE\p܆7IqF\gtef@qH_{;o{nSU:uSLడnZv)я"6_2…+zT5.mlۋOȿ .[~9@`n¹ >x<(X SY? i*㖜Rksvo̽nFy;,\9咥IzҹK˵.[2<rgþƽ`\ \%gzқŧt:P) }G9ti@+T ]o<35.RHmE(eF\} o :~,'0O ߠ^,JǺHӃ)ȟ#iXnԝ5byOcK7 af?C~i[/b 5HD{bYFOMr q-[T?e(#w}ob9 G82dfw1#vqvg;W=0000000000000 0,n aះСQX7O~'O{ D?Z,a'-l(3V^i=\s㠾"S~O?ſF.6fM(^'gJfg 93UU#{.2h85BYUs^)?Ҕ5M&8xpgx ) Xs$3J4V\.l᬴/pH20q 3P._h1: QXR I&@*vREU$wEe ]`s4TV$\|{^es0< 8[ 7-09˸`SưfbMKY{ũT79SΗχ}`[>}"}E{6LEBwiл܋/oIj5$y$U:ۧ7]donEJg,O]ӝ(;/ij4#cdjIUWJSϹ(1 N<cP GU`.CK@_n!v\vwrF8b(E%8ʁ׫ąT 6NP#ҙV ol6RV 0A;a^rYmV$dÀ\f7ꆏ 23[c* BPNsNilpV7G|[;&sN)MtT#njcBDweKs01SO+dva;\JE5 ΉKs\&(k PZf)f]XwA vzc{D<'ۛ湝w~V[+V?!90FNbMM6Oi -xUlE -o.uaeKT*N7Eթe >?H@xƳhexrM"hs4M;3CEU$ErOo8?v PjQLiC92*ʓhS7:ǧޠs|]x;3Hlv5UWOgf;my$wl}w^ tw9T َ%[ 8=XhzFIzc*cm>G-^"o/Wrf=]GІ‘qQ#:J1njh}#Hrgc1C-udKYRGԑ.u :RXMgљtFAӉ::GhQȕ'WC-3ȘUȘRxx˘&x;˘_x˘`T̠=ÕwTdJ$hUY1>+aiYB$0$ Zc"|LQJ0W;Cp`^-/Gⅵ*Ygi8 .xH'fx0^!&g=0ąwg`cXaGr--07ZPO_6b^0A+|'оt \XO R86@K$6:G@za@ T%0^*P X?ȟqKBz~: {+FO 2)_>qb7Z(5+#3=t}~+1jƌ)x>$9Z/k CqȄ`*́+; Go>E',?߇#4M?nxuA?g.v={NLb/P"m?p+p7k 9 ßZ=\A֒{r.:eW4@{_Y<¦6v;Ξcor+/'KsCn_%| |(f C4ZЂnyGO>O p $|RCd1YNn&[mdy:ZO/ 5VƱ 乼7+JQ$FaK-Ί6q{?- 9lC9)|7.C܅>y?W+ouß-ΒXOI&1&U\m.Gq4y&7__ɧ r2HMh]Dg#Iӗ0N^;8c6a>bV/Rl7;xzW):E҄Bp+<$ q :!1(q)^*HwIܺtp$$8i af~1Md:&4 ~h nb*b(nfy% bF=#Jr sk8lgYN$$c4{ Ϥ[(rli.DVz7|Nзk0n`GqW,#88! I#TDR.%I8OxJNZϐ,)A4)Lo'a'rV 9Y3lbvˠ\zԑEVЕ{|;zN$ 1Woe7?`CS&́7Da !_Ûx>Q3wp5 'o^xO=CDerl aF!ƽ{'FO!w iQ<-ňFxB8(M]B<ח0Nx/k8(KG)yLl? $D1`sxdb(,>F帬.k:>ꬓW:|'ӣrȹ%DyHdhQyH ݶ"R9 n%?gةD':8h(>"(ɶA2EHas DM\Q s-lE(ĸ$Q ݷWΰ)Uu1בc=ĮLӈ ]Njf;W9G@f;u;pW &18bP#YV ʩr/跭&[xpP|gKhg%p)Q/<П(|~&Vk~%'$}4&0@ɾӋ\ X=t) G1(VEN.ބ sD wpl(_H@49h,k|Wm}'Prh02 O`ĤW(~]@V'r÷?c5Ù۱Z/^Qj98Da 1X=زٖ cuغY1<c5FƼH̱c 'cNşJH2[6s9dS鰉rjŷ \XMhI]$ fUNj*%<\,Ż»-NenX{dpSPcBUm}'8 _G,}~$kXn>u+YDtavYʷ"F4bHFL"jFmmiLJ~; $R NHbGIv4ʆTrսGĭHexz]l@nIyI-N(l/ בEd%_eH }tgFF bbp-;L&-g_wЩC?xfzU364V-[jyrɡW^@A= ̱[&_԰_z3+jƻ-Sf ۻSr+_'I/?W.vu--/'}@j e/Eo}A2Bڷ,vݪe7I}x?~ʆBO:л O|^^o'oMe۟RKzYV Q#+ c #+1S= I8] n F6[ŏC A37INۖ+wtA֦ &nλ  uՌ{<|&^X3=BKB\<=3accwߓdSb:zY@fwҎ(^fq#N3sG! ͒.[W zu\g< x/JuR-Ӣ|Q)FѲl4Fz!VOl{F{i'GOffDg*ɗI./;DM^~1Z9>Z~JN=zzʉ:2AuחGQgvfwKH hQXch"PADW-y*xZ"ߖKjSWW%D<>$;d9y|O;$9-[kPRFFfŏv.7%u{%k5]cN?]s9Ə>^췗Z4-_e=-p;zO!2U( &bdFo"H Hgj915&rDHDiE!+NJXAS.3YH-ּZ.>GCq;Dr <#Q"kau䎑'F9BL,x(;EqP䭵Qm#y;jZpOlOȍ99xf@VjY MV\'jɑtP眸̞>Xͫ>&) ~z/'Gz~?L\:0_=p?*Y!p>ʧQPtz%lZ N*`bֳ8YVṇs/Dx7u@囋h!\-|Z.t|s |~4dIkTk#nSE^-0 =oN Kւ5X3Gbiy,.Qy,KǩoG RA$iTjvJP @T ң.jT?>Og]NdYP$Q:(Sju1)};zEޡENDK_+>$P9,"T\*-ʼnx}2S_ , e>Utr,I1tϹYSϥ3dHCHL)U r ceXq,PLL z Rm?Ѧ;01`?boŽWi'jkeY/efl[ #a0]C@; < ;_\!WaS|3e cN^~w?Wg*`)Yb6b0:\u1w0]g'ɳd*;naq+ Rh9"`u™/$3\On֑'Kg%8/,…@lӉb6ϦJJz =בDž'YQިBRܡC>)/yrAL BXX)eB(4"OC E0`H,+vm%'Lʵ`JQ *vg08wd$LFϜs2-翟 Rݎ$ȔJ~Aa#6pj+̂M9M $4zYƋfa NW\wÆi|8[|hpl2.uv(ݳՔ*Jgm 2oRe%Sʼn>\c101ng;<)0~G/ӷP6_0.d9l(LH5,x4PȑiBi.DKH+<@rBgs"M3v*5^@;g6 7;ж/{ [xV\ܶntO3R/8LOON'|ځ~z ]Bh]Paygz?񪕡0I/ !,-Κ\!"leA%1ҰOS>q>Ĥ ۸S<" ;V|wҷtǹQ=DPcl(VP.rHIZ~[_֟i:&tV?bjÿA>`QKdpH 3be%jn[ڦ%ڥ0w"4UhLfp>#v{I kѮkFu@{8`o?Vx? }e}P_o[?;LGRepA)G6pa):%޲< wm5+ߣ$+d{Axᇇ3կQ}@8Һ^fWnpx w%w4]6.>o_3vcl}|]qɽwa! kLmaG{zO s+q}(i5}y\c5߻ E-x޷UYYo{^+D8}bl:N)9S#Sj HUTc\sFcQK.DyVWheРp71bmbǷww~[ok.[ eWĢr#،]_cHAP <\ǫt[=]@쵦Od}m67wi$XǤvx N)P<&Z%D2>+xTq&ިxS%wf \#bѨ|k(Jז/{ސ!{ΆW5ʦ4ydI_s9`]8stMQcdrݟO}qȾnMj2JxtNnlqB@+l4xh aT=O >'3.14E 10HBUH#vgE&ۣ [VJ]HXV%.62n`v@NJ?Y߈?&"E 7r'I1JN+g'g7Sb$B_?-"zYa0$4 O2&fu#7ZBȢ* ??xe3Lx;7[ĦndĂ 8'd*.BCGTYשKYթ;"pG|7|#JeNugDKIR:|tHSjo\ylq3.y-]4)qɆӇzQ@l>z=8؅$m换:nցdE]^#סk5AX[V-9*O\euFl̓ʥN5VF+䯈AXQJ('`$le.1$4t;}4 q8^RI9. 8 v5\Y5mr /=iN=c*EzO"BUX:INANnpA|6k䧅h/vs( ҦHuR 'R(u @l`@w mFnߦw6h]TDshmr*-`+wwTu~5q)Z^sПHHjT@)xLҒEvmdB',% [ٝzB @ݭ>'![gvY 0Koyz? y4`ao`j\`/\!cet\PZ  ~$C\(8F*hFVD[ߚ2#/ϻf~fƛbQg^dP˅ f*!a@`Բ"&0MbV"J4wIA+ϰ-V{!CZK@J͢GIx(ΞlXiGY4m}3n)󄎤oDÿJyy+|tk?r Hox_iz<,٫6sY[{s7#Asm-XĻbkx 4 >X ֋q)NunH,u}y 6 ;R%ʖFc`Qڄ9ǧc|i.6;cֿ[pK\3j݄+[.ve%\캫ntzzO uN]/޳ϚJGS3&& Kóff,y=ۇNӮ/+UfY2)xA0v!x7 #ӌp -e4 =̝ aXyH䏳蝔UuCvhQ$}ڞ\ֈ pN{+*y)V<X3hyȅ[|]W[&_K_&|.⋻WyȌU85q@-ZLj1=^Iy[A=vf0VSew'\.>.&ߥx(@80/ꣾeѼW楢YLo:8ULe^VO$tvVH)C8Dn5*쿯T bLΝR ˆr̂@LeKU4xc)paՊBaYr&  ⅃yq[4^A-Ղp2K+rbYqTTRy;h3~⌳@Bq* zdREhj^ةZYMvVrGgq*gw[=[{@)2}ŵTpN\\W^ |k:=cԕJxm@Zqi?. YAݿ6)F[eى&?4yqG \ _Vpл>+xXv]X7O>K6Ջs:B=q} AoR|[GH 3f^ #Ur^eVl>#H_lޯn 9s N}eq}s[{>>u tܚnTÈܐNAq82bI2xU.`ƴθ*uոz],E\mdiS!x?cn&D_8ZsdV6QɕrSHmx\Zo|[.Ǒ_l{ׅ'Oܟ9*1a`s'^hvv=tԬ׹MY.;2(J'QчĤ0`aIb7馧1 J*J.)u33ijd3CNIϐ3TaADObTBL m)m`ma0xxx8 0c)iiT˒oIxsxSN1E 1OG'rpy/|L^Sg"Y:5հQgH'|k֤trx }T|noпc1CzJZZD(:6}}UΤUH>*HRJ" lj :]QQI#(*ۀ6e&at !GQvXxT:*:XDDRRJ>|V6r]'@DfL4-V-/TT9*1{h@*0PyZDyUL=zo$sTAcMs5xL:cW@( 7 ďʾ!diڙd?:d >W/:=y8|,~pit$T'S_GKȂL-*..Ӳ ΐ"Z ˊ32LV88Znw8;8Uu@1039(nY:&F^lr0gB^EqP΄<*M3xVOIAn?&'ts Uc/P=vL<](1>S47siGfV"Y} ++ !䀂K2ݟ\~w҇ë'V++]ui䉕'gY7&O>yڛW-n<TxŻ|Aj/[ Q+`A<ޮ?>l=+ $"dlܰP" r\*P@xVi=>~)Xm((|h|j+n@;}yj$f`\ 8GjTӦGE\ Q9g?Z0Vu)]һ΄|,2Ë:􃠷hQ!%ԥagK}牘Ӧc?O]>lϫOn]f*0x萟/ysۉ6>a og0>>(<,ۘ zaC1؆^q3,vs""/ļ:Ϊ \grs's*gG}a G= yVxN|l`7~^moJS\`s`x ߄G 9>E $bY"5$uMWPn;eGUYʘLwmm PGomMAޗ۹Y WI#tKe u0ca =Ut?ebӠ5uub0=36 ١paO|(CO53؉@C$üqeH~}$|$h7>Mu#˿ {Ak? dwr~Yͯc~</|ׂ:Kr ”sR!D  BM~lRޕ$0Yd /QT&&/̂y#VAX'óZn$б(`{':"_C |E4Nn1;o0h_BdYOHGnϽTr̟DtϮV_+g4%Uf4͌}4AG:/Nc)p S?]pYwt3MMԷ PG&gG榼Kx3S5Fݜm ,WL 0 v SIԀGQ\ 8ba>$ t[uBXi FQeƲ-(U `>g1sɷ*i|7 nGG' ~1Gf'?Gs5eeF%2j4gYdҦׇ42fS"z+]d>^MTf;Q^ڷ8}׳}|Ac7 :Pu"$DZBGItG2:DQ}tބ$ĐPAfs<[+| =V/}ҳ)=2ErE={كL=Z Xi'y1&ݻS8Э q,8ig&Ҳr&oj܊IwsǕ=x[ūnkO_UO@LPI?q)He-5Н?61tHap{A`E_e/ŗS)̼;1v?:>G>}?<= ,GOxŧo<78;&𸋹=d`Ks:U@IƮF$vx{P6鼄$MY(e Ha8v4>S*PkUL%sWH\A;X^^ncylKK2O4Tߚ;M[dfpyS1F ^P7Հ: 'ܘ-+/^JU6Z˹25Ct-E0b1H#L1Ap0 We,)"fլZdz$leg?D.b܍rq4@N rCAjj&_cO?I3i)魦3W$p^>̇n) &"9IN~c!wN'#[z^Z p^t_oϥ6^_VԴr}eV5b=-gn}2nhRm':fsySڌ݉'cHq4͝N{;Wee_^&͵}gssAqtG#J@ö[9 p4Z2ۉ@LO6`wB ڃc'O(ݷ.8ぞn75@4J'>'AѿM$Zz&Ʊz&I фӕص}db|1'di[e)q˹|>_w%Vo 950H~hHiQüy6vU>5yͽFW>YC(5*ӹ_`F+l8xmEZQ޳4!MI:I9ȼ ݠ}me FN |Q [7lǯ#BA;, ONB2lSv5҄@ xۥֲ.I+i3!W%hJg:)%bixrKB'IJ믉V:]ʰ7Tu+Ls2ފw6UQmq](m]Q+5Dvitp@ b467V/cuO0cR\>иQ0d( O5B xJ^M1˗-5ruՋ7x$[0siL`5*.xSoS8F"89TߦW`$WIv?VX@kdޗgW_EW}|nVEB(&?M7]&_n 0=ɦNGUg |L_vTGj*+/)œ/> lTG<;B @9XmMR`;BpMQBvĨS*u D"NX"XTSzrMQA&F#d )jŚx3+=L-c%nīLJwv,ak*&5MoB/c2SGͨjj@xX$5r|ltMSzP&_Рϊea*m9W4So742IDDl H2?mǖE>rڬ_~=#kJCξҕ(F$b)[́ޠG4 zPTT3xC0x@5jjZZa8ZM;Sꑲ7?3c7UOXbv u.Yk|pa4N]Y^_mht f<7ÍmZs |"z>sfu>g컠ȯfvHJЪj[VGVh*FVǘAPTUBWтwS6F-Fߩ$4&JD-aݤR4WNqi]5vѼ|Z_‚ T[3]֕vDά"+ <燺^*ujlO`Y8k͓'o>歟88e.qH 4y1]c7>|b[&uӌⲱaoo`7F鑩kZmF[w5OMO|.{yJhHeM@ig3ƚ~P\Z WTLLPZލu6J۞hذ(f j j֩:j(yMA#J2hcom|㟍 06fxs\bqq7X|Y^8>0 ~~vk=|۶7W v5;D  㗷fmMcߣ}J3 EA<80}ʠrڝv{Сj5RNllո+ˇ*==DDD"aɇMn\0ND"%-.H_Ra^gއ5t-t4ݷS^c ?Ƈ\z=ǺC'>X>~fU8̱4q%#kUttk :JµuSL|`QKw5ᦢV۹ͲBaB! @fRz9i8өB:tPl~ CTNYu5aՆED ֯f|/.+_A8u,+B× <_M^M} rM3aL*Y6(ɚ$d, v,qZҲO=N#bHFGX5hGͫ'_Iή9|_;|<3(-Q(1XXjf!@H4&)QdՉ~DA^)d'Nz>#}> %./%ԮXB4z$hİf[ Ecb&,B!A \*)I Y2K=/lpy*A_Ǩ7rg{7G6aN t< dDũv l0rjZ]ߨu/^ B3d#)P \+ q n+cˉ->K[&6v6G]7(X kֱ$M6<3Y v/ M>4W2Е[?qol /+&&3hJ }(&n?}>rUBUX2⮬*+ub˓wn !ws`b'lrIi`c,%M*52 LbQ+ﷄ11ˈW#v( ಄U rZr1$LkP#á8>ngyX_EHΥؤĘ8q{qFF>O(>ߨ-T;?,A  ÃewՆtQmYi`#SAPf=_+Cepgrrbq'.r1]#C2cep:ˈIлˊV2z. oCƩS, V p!&=Y*BhH܁BOQ=+ e!ڬ;yYV:nJݬ[jěBkbA( BrMGCn_7 [9;Xe|li A-43{<1ZOj ( Iy!A7d]6ձY]Л.tvҨ+c5ZIYzsZ< []9JJjDZm^6tKw@sk:7/-VEgӧM'aQY!#BV d~kuh  T" 꿙=1bYtNe8s$^nyp,Zr-v$g?>guCs3@(e0׬&X0BĞ IKDOInU7@Xf!1 ^ /@*LKSyAd:5\|]S=qçznUY׷n;7Mz 恏IWhyCeSI7=pÝ)JR 1 +UيhLk#!gK !ylD>YAVPњW߲{RyM/Cٹsܜ_a K0=N0`5k{pW5-il!s@l,^XYi~(Mv{N> 9NJIJe@TP&sDdŷtG/ϝj)aYBMCYWJ8Կ9$߃Ro~YZx<5(9s}4dp/ FghL!HZdi/p-S4qgA OAvp' +Fd2Tn>wK8Izv)pVTl( b&w4y oHa2dH7 K LW$@0$iAqk[G{ZQgYg[묻UÂs&׽999Y=IOPO=Xm (#! MNbndw.vs@Cfp>oğeѓJdPaTD;+l:ADSp mlЃ}N斛뺲1{3ZçS 1Ǹmj&P8I:ԷYFMQnsHuƥVwփ (sc+H===mg$U8x k˒12ſO&Wo֯Kͮi;x]b؎:`贗S*ևNY1YXEī=^ èp2<bccm;F1X Tg >̀z`산mtS.\B&4~ )(?LAR;w pIަy.9{UW-&p㴦rV3E{q8K S%3$a~aqpNw=mJ ܒడn["A8qDu"hpxPFNA[/ qgn +[m/Sq^A3Be,ׇ7kDRk޿?"o@}~ص5'.ڷzEI 3q(㺆^3Y*0p,|q!^!^!aމ}5}*(7#YOG% ~ !#dT#ؓ\L`P|lG7Pdŭs޼G=]+R2#ˋ{ #!B.!$l;].z"х" "x9y[Ij=RѶC&ً&d1x؆:68t3F.&5_:35ǣK eS2Rjl(w7Ӆ$/@utr aI/>-#N|{GcXB0`wpIbY+up]'ț %-GɈrߎKhH/9)g'_naQ]‚S|I_70WWa[=āa16t$@2ur D,,,CpB :M qkwO8/ _3 X:HO.N;[陋~譮'B$xk|2gg(T&![ =28q-{%s #_\;1o$dN\,yvW@v,'O;Xv v֋Io9`&R4N6;)@Fj͍B!ćP˾Sfc2uҗKxu7Һ,je3i >nr@19#2o.(;gQrY-ˏpHɥH!d*IPrL;. auAqAd?뚟N"d_ HuI2i 9|&sf$WԴ!Cpv,#Ueo̜8Z'~ ^6 ^a, 1@@mn78Knlɼ1>lr#ogńO#P'9$;:F/\>qk-Q=!pd_uq@ߝL"]x\KW>͙ǹC.̈́ȯQ/19ȥe_[V,r!~[Y؁zwga>ǻ0<. <[( A:bڽbaA0-]a؉O @ = 3g`F 蟁30f|"030vq aG${F٣ðE_`aAG3E$daEŰ+nOdaa7h fa+*ư'Q4A. {A{}`#:h/}1\E;!11, tc13@dӘFaָ_a11YيnxO,_p 7֝AX; l/ѿF.\6m;b'hBL$TJTjN4BOL4ܒ5#Q<"z$ EȠ Y G t hUR뀮N`ouz!<hCY­dByP Jb8;Ԫ&LH,Tb]PD&+*&ѳRJ*V a({OH;sXN%XG3™j-'%Xf",C3H1r,++3駜A6B@iJui_<.ffcIX{RVgH\kTi B˵N^d6?o'aqFb[^kKI'J( Xn dhpC _Zi KN_r+a}Ti* z¬b)VK4Uf%SjU,⒧0bZW(ufJ()`Ds(NS)j*OSáZGթLRiDimTTBQ*K(ejx4+jNR)3#*(::2ՔBRUiTjҨ1 1 ڬhMe6*TZq8|v,=z7+YQrфH% x` Ȍ+,"z6*5*b(B4jVaQ% Q((lĩ)Vb`j@JK Q6#fʬF¬Q*JQ 25Ы!jxV(X1]EVEfK-@% BVv FNiQu`ͱA2ꁨF֩Y T&1p"n#}&7d6hW@յF PUuZB^{ FUq HcR#1јj^t pd@ThXgzV]UPW#DV͆qqj]lfƠVizcUȡ:b0!g/g-4RsdBQPka1bu_HK 2 /TYUFhF%*P{ cȌt tJ_ Tg!ɤCWՂEL hA3c;i)9]NDaTj;|+:ŜPi&H8x85Qqj LɌ Am1jGܭPW,qqqg^ϼgqqqqd4ooNǵǵǵc<-krsO(+Dhιb{Esqd"lr W?qz É&P*Ğkm;E vD~/8vp."#ґ&ǼiSJ~݇KxI^//Z%'vxKٛKċn*r4}3)F{I[m21(ٿԺ't{'Iw;n(`=f(H(<Wijs$dJba_XQY F5Yt+fX$~Ő wMʛ ,nB7uCb!b0lR8AbmOȦd[Ȧ%`i'.x g'%-pzmm:8<]S(Q}VTdՍMtb.><ӜVs@%e% ϱb'[ƳŞ;<+L]YѮɗUzJDGOWsl^G᨟Ŷ_*|U_%A/.tK|ݝNħ$Ѓ l6%Md@&RH@#$+9#^ێ J^xƽ(2Ê#o1*N1OqNrV뭲1kHY5y״ɫ+_UkiowIw;yߓgFJSA;'|;^;nq­>gݚeҹW_{_&zLurqۻ&.\xhǏnoSlq1ukGGo-}'?rxrԥNeL-ٕ뗯PNYy]v9ӎpq;;>KFWk{a'ͅ.> 8]HKQ;/b1 C{~;ODNMJ 4.Q҇\X氫2~&(wܖjg?xoVy.`Gky;掖ίZkw ?gCُk/_ؚsv!o&1g,յGgo¸tN`ׇ2߻%{G),wt+doP7 s gY'[㔿$|4>ez= j*5JYMIz` tL'Cx'@TQYȻ*iڸrQ٫)>룻ѵҏOܰ,MW|ޒPpC=눨l1˱+%~ ?v|ԠWf85M9=wvYG{x?\-T'{Ɔ \÷tg*ڕ~~w~ç*wz};M w8cן{$x,\63_sʫ?ݜ{mnVcҰ= ^0Tz+H|ST*_u>:%J^ -a:Y'xqxAv1NhLֵoGs];7TQ}7ud߮ngePRL|fqb5Ρgҍ[˥^RG\R%}Tz).DRW*js-aΡSieCqd Pwrjd,To/˧-%'BpXiw͝qʶfo ">?_su\ÜwpQPgҝBL_YOZ%ܻgЬ_f}˿r(8K4Cf2ϻ$7|v!z+UW?i&ysNWV݄/szLdS[6_os>:c|êM|bU~\閽@ifޜI#z|joИݒ ^p!}//7b1yÛ͋N)l_9 3oW?Qru 'Կys.O_Æ[G#Nl|Y2"txy#)+_oWܼk3~t82rh!IX7]*J܄ח3a+Ak :- f7S%SR]=LvtۋgnO_xQ_2gAPegD䀘}1t^M~#Ƀ32˺ v/6gQMqgv̞ks!t[uMB }7EaudL՜Įm76'Q_"o/s&\pYZxk m3YDw_5PG+,';$,|^v2嵇/{NO?M'v>WB[wT&A}eI㶈c&G3璻qjb@jpkWfmnq/~KE˗73nFŕޭ4Z͋%egwQ/C7sex_7=#rW'%ޛg?+[ܟm7;F#^_i::"hiDXq3?N/:ytI\wU\.)nmF}!%rHӇ&Rfd1GH t?'t8xN?nэ<#<a+8q`U~?xr)q*hxyqeGƃɪJ2~Iyz3$2ÂtjZJrJ*/!i؝tLvjd >-RM:FnV(9nM?M|n/n? |2#h c8|&Oũxqw洍~$2y:堔)-l_0vt{)VN:VP.MQ#o^2%o/eM t?[(}=}n[7Kܕ#/ |iۡ7{]r/FmXodEb ’3Gܸ6拐W> Z5X>0*k vˇ^y{j8yKZjyEd-Z4aC`wow7cL(J7x:yJ萳cgC:߷x@57f3ڷ59=~8m#u++)!Eo}}:{K$13Ϩȥ% yFIݛteeo>bf@D]ĠG~2gۆGVN䯜3knzMчto(iĕy+/~Cn{i\wz*s?7ϭiɄإ{ң\_iι_ tt[=(\8L?G۲7{gH3#~:ժTPok6 |%y+u(Lsvy?Vx!^2剝nL>.KL*zQ7p*nut C,?!ڕ54_Kw}O~a:uߝ08˦{wLuϙfbյI&߹8pŔo^|Zm׾ӷp33N/w>Z#j34+'>Ϲ?uTb֩aל핻;}oȷ/Dh: ^JJ'stthO!Wy̵_N'v~3yិŏ U8W{d`zA$ BB ݍ4 Q@@AzDe7 H һJitwe{39g|4zcic$WD5Ov!YITzPīp5\8_KYϰšmy%%Kk7EWhj f|=1V}/H`Ahb/|dWxM^_ddOM޸WH#/H)T}äֆmm5ETUAAAy_տ8k@f[8C]Hfd0miU\00V[%`ksi=YT#$Jy;+s N91z|ˍ~  ΢=/ V |GŸ>yStLT)X㣸M_=6qye'n.¹#5dR,"yەv;ڢ,];^#ŇW$|9ix"~Ov>0J~ۧ3Sz cWTE40C X;q,*I}Ni@ H= #? `k2xi|rΩ`+8N'k=,h`Ҡf9"5uiuδ) b-RxX^oY焉_`qq+0epa.jÍk6fGo43 j?>S* )Ƶ0\mLwnsY}=`o-G߉f;/z;vX@oʺ*G ߷9f׼|\^2; Lii߁nnDgl=95kWe!&TTi:zw98 3NΧFDarɹ 4OӮ޻yo6 "$'`ʑͦeֲ/ǗI[Hukuҟ p_֔yFym[BĩEVPJi!3ߛ0ȋ+>rAڲ|3\YX9rH椑-@ i XkoR׌1^\}!JOMwX.h4RLO6ѡ;n|P1̵KCsp@ٝ=-[zYH\zqsw3LmϧtwZ3?sW<|vXt4]m x|l]ۆD9vPDxs`!3H@3U) "`UƛwYf62+&ލ]:y,nvJ՚ǧCq5m3AU]iy|)7\ h7 ŋNKZ= ~UL 12pA45-8kH|411=4 9Lɐ߄DI[@:D;C-o:=@b޷kw `7Ϸ{,nb߻ucjI[X*[1DmW _ff3ʑ&[yJa4ds#MCY)NFO ScDusEASV#f]ڍ/O[OgUin,%c ?. ФSLI%Pu'r@j~y YCŭY q%i5=spN&(LΎPnL'%~!8@!1ͩؿ% O?a׏Wi&H9/_-. ֨qXUu`<4t: ҉10ؕBGQZi1E K \M'w^Qwk?t=."oAG71?11Wƫ&#$uV f^mu[e:cJeOY)S!?ib<{$P\yR!̥ք+eԴ_TRRuݟSG{IgӞс` TCy=­0fu5qQa9A/ɴIY&|Zsr3;H E5a-ħ4.tU\h Fgm:7(^M'aTFզ*B2,Vj0W#%:`!-R{w A^'Ej0VDwl'n%%Ȼ]F\5ϢMSoJ*ƓfS/[Sy>ɲ67w<U_F>1:*_)zs[Gg8tQN+R,#- P繥׬< QlPٳZa.j?1eQ~=a &\=Y#ƪ9 $t-J/8RKjgb1 endstream endobj 268 0 obj [ 0[ 750] 3[ 278 333] 10[ 238] 13[ 389] 15[ 278] 17[ 278 278] 20[ 556 556 556] 27[ 556] 29[ 333] 36[ 722 722 722 722 667 611 778 722 278] 46[ 722 611 833 722 778 667] 53[ 722 667 611 722 667 944 667 667 611] 66[ 556] 68[ 556 611 556 611 556 333 611 611 278] 78[ 556 278 889 611 611 611] 85[ 389 556 333 611 556 778 556 556 500] 179[ 500 500] ] endobj 269 0 obj [ 278 333 0 0 0 0 0 238 0 0 389 0 278 0 278 278 0 556 556 556 0 0 0 0 556 0 333 0 0 0 0 0 0 722 722 722 722 667 611 778 722 278 0 722 611 833 722 778 667 0 722 667 611 722 667 944 667 667 611 0 0 0 0 556 0 556 611 556 611 556 333 611 611 278 0 556 278 889 611 611 611 0 389 556 333 611 556 778 556 556 500] endobj 270 0 obj <> stream x]j0 ~ Cqv2aXpl%3,QC~:?[]; cѓc\aɓ:WM{Wn;$;j".78<0QWvȞ&8|^z5oTm(^LA9}N9>PK4ЄZhZ;5pv?<꺸CٕY 9')|~o' endstream endobj 271 0 obj <> stream x: xTՙ$!wc& τH&/@!$3Mf`LS"bDV?qժ֊XUjmwWn+-.ZLfso{O9s@`vTV}l'#ms($x~.x@z}Wռ#<}ޑ^9y'Gѭ8\5W^FBƒe(+Ʈ[ffHfϚio \]a[:$wd'ԫL)%5Fnݣۻ17*gfڎGހfiK6uYѴ`<FGdؤ3eh`%h@\l@ccPKtd H+BZ%Oi,QrdNpŒxԘQS o+@>\CMiLOjiZRBKD߈9EW2|IyP&  al+l -lD]=Yf-\7995욚^-c%?6sj(K0ovר$s|Kܲas<ڭŶs_>=A.> .gX[) cE XBU{M/(9KWaffZS:_1c^( \KQ9 2ٻaFvl:n7]95v7p븄G'rTI{3xDb#0&h)gLW9w&'s Tc5''Y?H8b̩,Lʩ-xm82rPaUڪ=8+|8WEXXII[ecarV{V?vD?֧sǮԏҏ-ՏYc|X>ِd0 F3p [)}F'Lt lhO_l9b P-\KGiQO:GR?Ĉ&@KgC%J[T}ۖqBۑr{1]a=Y=Dܞv;ե%L^t[KgWK3CA}>=v uQ(uQӳջZ:Dzj"vrm'=wfn!wGmG馣CQJjIq5Ӧ47ˎ&qh%=%稻uJq(!=K *jl t+ոjO5ZfM`[׸x5b.T%K sY?< xs4o:U^_^O`<զү_ayT2!9Qn Dox$pRNUīR\ 9x/,ț}z9#yr{,ѧ;z9j(Ƃ}sdUpB7 H&?@~7rI)rj!3r{HA ~sO^ˡeW[!L #\{9#dD "zqhN8`>| ~'B&9y9򟸪*a)ll߆"9^$33h?^~>"D#_#C4Zi|9Oym7us21Fw H݁p=ы{x#uM^!] Mߪo91G#h핰ߨG[pwQ׋YJVrNIn&'Õrqy|_nZ-8~䫑5K<0&脭 õ ۏm w<=x>j}4lVl$H i&ϑ?sbn)Wͭڹ>υ1Nƹi? !xANA~# "26xherK "=2=B џ6̪zrؾmc= = axyK*='_ 1rR񽌬ƶ4D%~ryv^N8;w57]s'SLJ~ 5'Nڄp0&<$<)LX!GQY].KXס uûI8?q8z'KLd~H~2rn3PK@_ha6%\;fnKwC8@:6|*q;s(?A>s;&FdtGbZ(2W-'\1wB Jk =̿fvȟM[#x&C^ׯG&':XIL& ډ'7H6F㞃O795؈½7'&ԁϦ>ggmNį=Qp`ԉN2c@xyzi\VGLPW;QKʊE|sOO%6΃$_x[xA:,;$~3&?Zi l[qq|x e_zOCGu$1b,YtQ~'\ K`zKy}}KR׮]QrK}bA74,zmkrn kk[^FDccD0p|BQl4F }!&F'ba.Mq'7OeΝx=c!HקĵAWU ^il19Œryaan.'/4&yaJ, rp[*[0liii(0-T 5͚.s4gp‚|ӳ:*2%Kyar)!esQ|jeUCYiz+}Z5Mubu" BbLUV$19-uѢEU˖.I\\ K̄S\.YMo,ؔں9ϯize^6Ɋ+ԉ\SX C ttъ~ߎ'H1,A¯xh|V,8"7ON->@*j R\-+}XQ%-ZCsjݙsgLgN0Aݺ3ugΘjkYҪY]Dwr.%95- E(mQZ$\dc]{v{Ce~jb<;mﶷO_̯};of \:|en1椴u[2dzw2_8vvE*<9UEh-;e볫Rby%iďb1B2ZCLFqߏkittGיh-,4&'/ȏ+ʇXux eUim[4rqE~{X M~s٣<[5X#3rs`?1>|DD_kp,Ts '/rv !.qB E/K}>`oap J P&':4yw5vq xDH`ği h'4tu .748z okp<7r [Y>R7>1D_'Gc=}PPjWJ`HqMtR͐RJ˲ h}volҦX**KuNBC}}=2HMǰgOZA7*Ww=A79<AӯVeXj;E!9~O J +#I%8p|}JȭaO-9P׫8ٔWwv+=}Q1}ʀ@CT6t;gHFRP ;sPAGyIih S{n'*)bGC0L)BnGłC!:<.~?qGЉ8JpNT:D4. l?H0 )^\oA_ZR=J؎>\ ut}A]]fJn%Z **63A{QJ1Fj 1[:blw#Y\ FMFhO/OaVWri=,LV!9 A8"c@Xl;jj:J?Q/cz=,>Mw*DeiCJ_IR,^sZE3#1ۣ5NfĴiOYC 0Q?2Mنk>7˲f֮5^VBLk4;m͔AxtW0cC;}?AEKc&iԙAME+8wϪꛛy}a6̚%έKf.+!q0(msL~:hz5^e.}xe;ͪ*.Qw*wڠb|~v60T`?Ne0a?~V!ͺfTnn+"@"Jexh8:~p 2I[6B5dR19?iTCt 1t6nZv@̌ѢL"Ss *fϼ8&{Q)sq',*apиS#P?I"fF/ym, },p7{<b: endstream endobj 272 0 obj [ 0[ 600] 120[ 460] ] endobj 273 0 obj <> stream x]j0 ~ Cqà#eúlJfXl8}e/t0 d]:g#yc:C4€u,X.zVAHm8wnAY\"mpx5~dk?8P#zWfSgXq;1B74rj~j:Oߩaߊ}awU W"ΓwsMD o9 endstream endobj 274 0 obj <> stream x: xř3V~o96IVQ8l۱?pNᕴKZc Z+uᖴw򆀒@ MI^(핆mӃ/w}JrpNf矙3+aP6LW]g~^ƮO,`ZY@@lң[P~?˒{_oZ@m@^~zhz_DPJ*`TP MŠ @&$S~ B$3F3ȇP'?˾_!ݹWy޷Zy>t4iT%BoͤVF(c?B3?H#1c^̄=[zDω޴TPP&hǢk tС?^t{O7K}dG{|g Cgv޴{;EXG"bY;y*g׶^;p/1R (.vddZ1X]*m1c3o^='_rm7͞re>=O2R91G!N P5&96E:\JW1J@F_XN 1,!KY]./_NeZf>al\WZ?L 86;Ǥ;57Dyq_iܽϏAzx~[/_1+;uv+yVFqk<ib͓y5Q|5~lbFl`zָY5X kLYݗA3P'PP CPG>Bf^P0҇Xkaìy55X5+Y#5U?zwz7> (ԧ%1uiiMx{00~0~0 a|@+>aWXb]l XK"k5ϚcͶfZӭVjrV8|ճw_.1ӷ^7;x^ھ82lo-%x;JU^uuǞGp]TX@F{`tq:Zt.i_4?uvfB=lEڮbQ.#// µڋo,=nB1 DT2Uj/2M}V{q>ù3P"z7|2T5f4CGw;PmtdOBfGhi9t W(w;Ag4z7 .;~HVpcW@ه'nd3oWѿ'v 8'R!e `k @,s @Ur8w31YFඛ jكKPex;I< =[ Z'|)y Ӗ½V 6Gj QZRu[g]O P> ܃GqtG&{3u!hg"Wn;AǾr>?Ԭ@z=ܳrG| #60fz͌q(4aHEpjd f$a(Ϣ砜F%r@%!NJnA  ˏ!gኸʄ|\}{<(ȘBo'3$-Ӵڴƴt5~t6X32s2hgCx=#|'z =,$?!Ą~-=._cZh oE_Qn9:]p> Nr>A|#^,5oE *bu3|;A>p ?¦÷ 2rMOL»>מ[fϵnM#V6&?l9#g@9P+z]aX2 K .;o⒲*K%ۓ\ÑJnv".eiay+g.)[jiDbiEtaUnNl\88h:Eu555ٜ3Lkn *k$ NQ[350.ʇj++_  @Q!}'V; xw ?MƎ~Qvq^ͯW:eWef<7ge/ذȶamfVU}d0ǿ1 u?O֛ӹgǪnL87'UrUdf87.XJ~! NmGW+4+[KW~q1MpMGK]m^v_e'(ʥxI]15JK GGKF޹Suoa;rMښAI5Zj& YU[K7kA؊l<1 [Hf+,ŀDoncQLAȻU0bpU&iL.(V]=װ_kezm9kkk˫V_9[==!VqEzܷMMSVؓ6vv:n&T(mlsO޹s}mEC"-UC@M`^wU+ef._Qfkh\ܺbM-[ٞbly/=V˦]gk6ɿK6[Y8x沥}$>M*~w/K?$B,gi[}ΔWXd֥ J"pgv>ѕ~79/g]Ÿbɛ,!i%45 q4}fj>68≩}o8p;py~nyJ,T4N-ic2Cβ6(ܝ4D>\4=N6"1[[Skr칂y'?5N_a/a9eE;w;hZx0[ u@A<~YL!j1{ld\vsur^4؎A+~;mS7Mq7M\>j33 .6?#"/ ʛJ e_e;6na uGuؔcFa ʵuX@-E:lEp)؍g,_M!z ) cV.د/i+r@X\Cҳ  *!)䏳>3^'j(i:-UE QʣQJY t|kjn5Yr= 49 Kq^'J%d~M6$ k.'*!E eE䨨 v kPhQJ R!0^pTH,LdT@5)W> a# %Uۜ"a5jNqHyTI!jwfq|OSvO (AnX{:ANQzD{#28mZ=;L%%uT%䣶}D=x$H)$J>B<ٙJ(QQr1lP!.XJ Ndk 3ߑN`@g2LF"^%Qpϣ=0헽C.Yb*%)%(  d lأ \D ADE55Rhrȫhx^ԫI0 {6c 0" ZOS=pvl&e@hC Vnj`]j@&1:0xjIA*3,Ib\AD9l!:GYUI4w^g`8@6I 7"GY)da֧h-Dc"l'.ISh K(g82fHVF uD3$s3z0(A9)^َha`C i>8vABNj`<8qKO MFDw 5 *-%Z u3 I[v('1QjT6vgyA 0`a=T \uT- Pj!XRb`1 5`hq&V!ѴKv&(HT"0[͘ NG)D 3{#TD.ih~/HXkRaQq'WMƽp~ PL 1Tlx>+#';/c Dvֽ#fURiKgs.)jK1u"4KS锍hRS}ޯCDޑ2$`& ͌s<坺Ax$ln RhJ>0B ,taQrCH,Js9Sb65ZBL/h=jtAՄ!c$joeJCǍI/vv˲~~/X0ǩ|tMjz$:,'815e:W&e&֝9.Oދ9|l#!{ޥ]UgRʽث"ܗrK4V]/uaQӭxnLvYwEy.6ˮ$J͈!7@qS#Bf輻$΄ZKs݂I.9 һQikYqg ?IU8u`gɖԜm4†i~P "7u kJ5p?Zy>[Xd+)Ls ~Kɖ2͎ͷjbܳ]bx';rԯ΁"某nIKb;X.L/b4:m )>{u~>úד,Je~oHջkN^)P ᾏ&$iJ?~Nb2yE4 $.ڒtT"㋭$|d@BgoКK;;GO+UITԄS%`5l$qLm=YþG* .Bnԓw(\u *AjL5$LcDOv ]rްNjΰAOO(-#[&I݈E2¯'Qѥ(ۊғ?/`>DWHT!+ 8.)V A6E$X` endstream endobj 275 0 obj [ 0[ 500] 198[ 979] ] endobj 276 0 obj <> stream x]Mj0 >L(3Ȣ?4[I lgWv*A~ґO8VNԩmڻrD%TӀ~qIх~ei繗_c)A23#;'OQ?ҟ~p"P5T UUHSh t/{\-]%OA #xۚboO endstream endobj 277 0 obj <> stream x} tSו>lX1 `lb#6qlbl6ڤfBEҕ6fV'uk&&C;e͔L&m3mgV3LR ,dkּwѹw}gGJl| QG lXiilw\O,"?`?/:w(]偁h8]=cj yE[}%D/434 @W‡cu߆ҁx8n/`p@s I)626>$珍Fcl؍p[Ͷ-5mؗS;pZ÷fY??dEK36 8¸^9G/45䞀C.d(>N,/+QdO¤ A4 gfvB{qJ>IBYn̴ u05Y m-"0j$|`i<ǒm3N9EtAtAtAtAtAtAtAtAtAtAtAtAtAtAtAW+oE&Go /!R,Rs__{b#?8wW{;;w ѵs[mM6Xֻfugʲ%ݒk%E y b6 )EfvWkmE,֭@<&u\^z]{YS,76qKPoǙA~?,nB8IKJ;^M=ak0i@41M[!BJGJW|CM( {zggNU)FLJ/qi|&zB̈ ߉ :$ŀD2w O G-HGrac!S÷_([cGtqѠěCrrW ͟`eД"r&~>0ӿ_=xpAި:{d )41PO)V=MN5)JH 씸-(@z%2n&nqjK(,$F1mCx,5CD,?p3ǝJA`<uNwn0lK6S +A/E{3QA')N7O$LMcmGM)4jͳzL m z y=I=ɞ𐌳@>9|fOwTWS9fJUy/1dQgmP!oߵ' ,P)<0@\[J<nH:g,.4 ?̷wܮ4vrT Yv-1_Eܗ&evlפ8muC [/pZ#r"oHbHwsgz Dv4Y4ӂJD>$RA^+LŜ(lbsS?{N{S5p")ķw(Ra&-= wxޯ[&+n%q#QV$2M%x\"ͽ]ɻXĄI:f&`j _4>mgH<9һl'}H* ڤ;{dV5=$HPϓ&2ߪ?a16*4ǃQtwq#۟=7@>.["q#P61٠y$i)j>s-,dLO$ɮ6yb*UeKD`)ͨ.yKse\Q$/qGo\Fi!Ru7n<7 ]!62U7FU)qD}1Gg':V>GfgXGbҪӈ& ٙ\!Sg^xZ\g3UP@N#SV'4b\=ѝ(P@CyۓH[!٥%YH4QY!e4dJFŋ]*k.m̭uX ' ,q vopEMܜwTHa78Ґ=-(&%[˼ ׯ~qk]VqF Uoc5b "py3XlǷXe=6amr~NN.f^cT^a'_a'^a^a3W\^-vM_WYUW^~Y M/U[sZ++ )K%bɄx#aIS%۪gߘ:e/S֜S\y܃rg0X#1W(WƷ*F=0raG~aa$^i4vT\SXW;r]QZw^vre+RXo.QzUr׺QNwԻŮ\19r~,{f-XxF(|6̂frDeeqV YFC(T3ڌlnxV;& +<ەH{Ã1~q'&6zw'=-%P gl\?k_odF܄)␛#Q{ܭ@7LL;Ƌ pfvȵEXp! -Yx^aj% 8b>v W[0_aK5{d {%? XOq &ˇ6+u%ˆQ Af_Xf<߳8#E9y&| D}>V%F!4|N^?7~;4  _!s8ܓ`bpC7/> 0%|Y +33oEQ>؎xu? ~3+`~p=_a=̂)9{}i8mg ?2`o OXS?wr]0M̙sƋ4'EA06Z d!#5Y`lTV$@ĊOg#n=^\ݞ7 uoUz֭uh.+ԵL|yC%;e^zx7l}/ Ln3iL&03(EC9f,(-{gO _yzH:"Nyϗ19Ys H]u~ɦJ]T1ͫzU[˺GqSua)X՝CFdÀ\&\>׎fl|xqqU+,&b(e14O[ˢE"X00- ]\ٹmd~NG rn!ce+ē<40!3iΕ]"|9ԯOneEnen%_|<-K[GOjgQFҲaTyX1HG ʓ2S]nA@^7DCԜXXNPMrb.3;"]\j\Z[mD#'&mr,VYC:O~Tf l2KWnX_pQn[Z*/78 ++7ϔ"c*`j<~<0܇7#-w];Ҋkuo ,lJ^WHKy%.g0Cx+++RQQ|W֥tW\:KC,?\nu5_uk1ymt7Ti#ŝ͕  @gɆB|֯03K 9YX9["sU-eZ-y5^gOǮ=zGT<y[|->q_/_fˮlZ>zcm×[ ,^ڹ?טO?~suz$^$1I}z{8) _)xKF\ҊkVzǞq_{x׮ )v~sӵX#WR/M. ß1 {?Rݼuzы^E/zы^E/zы^E/zы^P zы^3 ;2%o_D1 @&FX8n"D[%  g)h{.ZᒆxP$4ܔF7x *أVX". MܬYE'ْil~p;3 H#U4bc4*si+ UY<%MK\i̤-;aFaz˂(?aq|C Nϊg qX+F` kF bð{QG7F(mC׊2(-&kҼC>96|-T"Vjml!rpp{{c):>H T> N /ۨ,hK&}|b))RQ=zD)&- &(qD1==%M$D1 {j 3'{Iv2HYp|=ڑ ]䧱-QZXrx=@=1X"|7̾Fҋ~ԑ#c}5}8U| -G(jlSϊ0^NQ|1-/)&4O"դDvd~n8Q=G2r̸6B(})?PĨ1.y`{K+z!,>DZn=3DX򯜷a}B>9NMɅ,H~^5i9-Qm;(#?#a7TͽRwZi=;$6ͤ9D+9%Zd'WȠQڳ;yl<" <=?):a#Z.ܸ^R{sDsM{j"FR?r$}+u_Nvj`lbg5bکoN7ʖ07Hy)Ls j{~D[(Vn`|ռ)Kx"1Ɓ_6Cm|y Ҹ$»\u\׏^StzͿw6̝HӾ?BѴ 16wҪZ.Q:e~ЫE|VPJڞKܫ'je3?_#Go2>{zDȂɷzufdu}6s"VMtޯ3aaaaa >;{S؟@{h=/\` `ڻ~ /S6׏{ʥRѡrihri[g\Gz@x_DR endstream endobj 278 0 obj [ 0[ 1000] ] endobj 279 0 obj <> stream Microsoft® Word 2021 Microsoft® Word 20212025-01-17T12:49:08+01:002025-01-17T12:49:08+01:00 uuid:95FA99E4-3FE6-4EEC-9F01-C44C77818236uuid:95FA99E4-3FE6-4EEC-9F01-C44C77818236 endstream endobj 280 0 obj <> endobj 281 0 obj <] /Filter/FlateDecode/Length 868>> stream x-WLgsFmL7ڪ`5J"1F[8(N@q,m:P, {u#Emy.r5\.?`> ^G4@^bh=_`Bȇ |.0K 1)kوE$N|,ZoCf<|B<`T1[)t , v"7aX5F~z(Y+u-!z-l}IKoHhgl. as%–Oak0vG{毰>S,% [r~\K(@+ aHP \Gl d(0+EXo&5]+ѵ8F$IV8eDU늷P(AL=\F<o@Z֋+~ W)Fe,h$F23 o1B('ƝW7^SwSЛx0mcvf/7&Rl7 ")6/FjCYǝV0O)Za hJkgr[%JP9 RV]o݀U,<: >?AvXdxvnW@U*Pk7S1g7U)o?NGu4|̖0,|] >> startxref 576704 %%EOF xref 0 0 trailer <] /Prev 576704/XRefStm 575632>> startxref 582505 %%EOFlcms2-2.17/include/0000755000175000017500000000000014752176177013141 5ustar martimartilcms2-2.17/include/Makefile.am0000644000175000017500000000022714752176133015166 0ustar martimarti# # Makefile for include directory # Based on a work by Bob Friesenhahn include_HEADERS = lcms2.h lcms2_plugin.h EXTRA_DIST = lcms2.h lcms2_plugin.h lcms2-2.17/include/lcms2_plugin.h0000644000175000017500000007550514752176133015714 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // // This is the plug-in header file. Normal LittleCMS clients should not use it. // It is provided for plug-in writers that may want to access the support // functions to do low level operations. All plug-in related structures // are defined here. Including this file forces to include the standard API too. #ifndef _lcms_plugin_H // Deal with Microsoft's attempt at deprecating C standard runtime functions #ifdef _MSC_VER # if (_MSC_VER >= 1400) # ifndef _CRT_SECURE_NO_DEPRECATE # define _CRT_SECURE_NO_DEPRECATE # endif # ifndef _CRT_SECURE_NO_WARNINGS # define _CRT_SECURE_NO_WARNINGS # endif # endif #endif #ifndef _lcms2_H #include "lcms2.h" #endif // We need some standard C functions. #include #include #include #include #include #ifndef CMS_USE_CPP_API # ifdef __cplusplus extern "C" { # endif #endif // Vector & Matrix operations ----------------------------------------------------------------------- // Axis of the matrix/array. No specific meaning at all. #define VX 0 #define VY 1 #define VZ 2 // Vectors typedef struct { cmsFloat64Number n[3]; } cmsVEC3; // 3x3 Matrix typedef struct { cmsVEC3 v[3]; } cmsMAT3; CMSAPI void CMSEXPORT _cmsVEC3init(cmsVEC3* r, cmsFloat64Number x, cmsFloat64Number y, cmsFloat64Number z); CMSAPI void CMSEXPORT _cmsVEC3minus(cmsVEC3* r, const cmsVEC3* a, const cmsVEC3* b); CMSAPI void CMSEXPORT _cmsVEC3cross(cmsVEC3* r, const cmsVEC3* u, const cmsVEC3* v); CMSAPI cmsFloat64Number CMSEXPORT _cmsVEC3dot(const cmsVEC3* u, const cmsVEC3* v); CMSAPI cmsFloat64Number CMSEXPORT _cmsVEC3length(const cmsVEC3* a); CMSAPI cmsFloat64Number CMSEXPORT _cmsVEC3distance(const cmsVEC3* a, const cmsVEC3* b); CMSAPI void CMSEXPORT _cmsMAT3identity(cmsMAT3* a); CMSAPI cmsBool CMSEXPORT _cmsMAT3isIdentity(const cmsMAT3* a); CMSAPI void CMSEXPORT _cmsMAT3per(cmsMAT3* r, const cmsMAT3* a, const cmsMAT3* b); CMSAPI cmsBool CMSEXPORT _cmsMAT3inverse(const cmsMAT3* a, cmsMAT3* b); CMSAPI cmsBool CMSEXPORT _cmsMAT3solve(cmsVEC3* x, cmsMAT3* a, cmsVEC3* b); CMSAPI void CMSEXPORT _cmsMAT3eval(cmsVEC3* r, const cmsMAT3* a, const cmsVEC3* v); // MD5 low level ------------------------------------------------------------------------------------- CMSAPI cmsHANDLE CMSEXPORT cmsMD5alloc(cmsContext ContextID); CMSAPI void CMSEXPORT cmsMD5add(cmsHANDLE Handle, const cmsUInt8Number* buf, cmsUInt32Number len); CMSAPI void CMSEXPORT cmsMD5finish(cmsProfileID* ProfileID, cmsHANDLE Handle); // Error logging ------------------------------------------------------------------------------------- CMSAPI void CMSEXPORT cmsSignalError(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *ErrorText, ...); // Memory management ---------------------------------------------------------------------------------- CMSAPI void* CMSEXPORT _cmsMalloc(cmsContext ContextID, cmsUInt32Number size); CMSAPI void* CMSEXPORT _cmsMallocZero(cmsContext ContextID, cmsUInt32Number size); CMSAPI void* CMSEXPORT _cmsCalloc(cmsContext ContextID, cmsUInt32Number num, cmsUInt32Number size); CMSAPI void* CMSEXPORT _cmsRealloc(cmsContext ContextID, void* Ptr, cmsUInt32Number NewSize); CMSAPI void CMSEXPORT _cmsFree(cmsContext ContextID, void* Ptr); CMSAPI void* CMSEXPORT _cmsDupMem(cmsContext ContextID, const void* Org, cmsUInt32Number size); // I/O handler ---------------------------------------------------------------------------------- struct _cms_io_handler { void* stream; // Associated stream, which is implemented differently depending on media. cmsContext ContextID; cmsUInt32Number UsedSpace; cmsUInt32Number ReportedSize; char PhysicalFile[cmsMAX_PATH]; cmsUInt32Number (* Read)(struct _cms_io_handler* iohandler, void *Buffer, cmsUInt32Number size, cmsUInt32Number count); cmsBool (* Seek)(struct _cms_io_handler* iohandler, cmsUInt32Number offset); cmsBool (* Close)(struct _cms_io_handler* iohandler); cmsUInt32Number (* Tell)(struct _cms_io_handler* iohandler); cmsBool (* Write)(struct _cms_io_handler* iohandler, cmsUInt32Number size, const void* Buffer); }; // Endianness adjust functions CMSAPI cmsUInt16Number CMSEXPORT _cmsAdjustEndianess16(cmsUInt16Number Word); CMSAPI cmsUInt32Number CMSEXPORT _cmsAdjustEndianess32(cmsUInt32Number Value); CMSAPI void CMSEXPORT _cmsAdjustEndianess64(cmsUInt64Number* Result, cmsUInt64Number* QWord); // Helper IO functions CMSAPI cmsBool CMSEXPORT _cmsReadUInt8Number(cmsIOHANDLER* io, cmsUInt8Number* n); CMSAPI cmsBool CMSEXPORT _cmsReadUInt16Number(cmsIOHANDLER* io, cmsUInt16Number* n); CMSAPI cmsBool CMSEXPORT _cmsReadUInt32Number(cmsIOHANDLER* io, cmsUInt32Number* n); CMSAPI cmsBool CMSEXPORT _cmsReadFloat32Number(cmsIOHANDLER* io, cmsFloat32Number* n); CMSAPI cmsBool CMSEXPORT _cmsReadUInt64Number(cmsIOHANDLER* io, cmsUInt64Number* n); CMSAPI cmsBool CMSEXPORT _cmsRead15Fixed16Number(cmsIOHANDLER* io, cmsFloat64Number* n); CMSAPI cmsBool CMSEXPORT _cmsReadXYZNumber(cmsIOHANDLER* io, cmsCIEXYZ* XYZ); CMSAPI cmsBool CMSEXPORT _cmsReadUInt16Array(cmsIOHANDLER* io, cmsUInt32Number n, cmsUInt16Number* Array); CMSAPI cmsBool CMSEXPORT _cmsWriteUInt8Number(cmsIOHANDLER* io, cmsUInt8Number n); CMSAPI cmsBool CMSEXPORT _cmsWriteUInt16Number(cmsIOHANDLER* io, cmsUInt16Number n); CMSAPI cmsBool CMSEXPORT _cmsWriteUInt32Number(cmsIOHANDLER* io, cmsUInt32Number n); CMSAPI cmsBool CMSEXPORT _cmsWriteFloat32Number(cmsIOHANDLER* io, cmsFloat32Number n); CMSAPI cmsBool CMSEXPORT _cmsWriteUInt64Number(cmsIOHANDLER* io, cmsUInt64Number* n); CMSAPI cmsBool CMSEXPORT _cmsWrite15Fixed16Number(cmsIOHANDLER* io, cmsFloat64Number n); CMSAPI cmsBool CMSEXPORT _cmsWriteXYZNumber(cmsIOHANDLER* io, const cmsCIEXYZ* XYZ); CMSAPI cmsBool CMSEXPORT _cmsWriteUInt16Array(cmsIOHANDLER* io, cmsUInt32Number n, const cmsUInt16Number* Array); // ICC base tag typedef struct { cmsTagTypeSignature sig; cmsInt8Number reserved[4]; } _cmsTagBase; // Type base helper functions CMSAPI cmsTagTypeSignature CMSEXPORT _cmsReadTypeBase(cmsIOHANDLER* io); CMSAPI cmsBool CMSEXPORT _cmsWriteTypeBase(cmsIOHANDLER* io, cmsTagTypeSignature sig); // Alignment functions CMSAPI cmsBool CMSEXPORT _cmsReadAlignment(cmsIOHANDLER* io); CMSAPI cmsBool CMSEXPORT _cmsWriteAlignment(cmsIOHANDLER* io); // To deal with text streams. 2K at most CMSAPI cmsBool CMSEXPORT _cmsIOPrintf(cmsIOHANDLER* io, const char* frm, ...); // Fixed point helper functions CMSAPI cmsFloat64Number CMSEXPORT _cms8Fixed8toDouble(cmsUInt16Number fixed8); CMSAPI cmsUInt16Number CMSEXPORT _cmsDoubleTo8Fixed8(cmsFloat64Number val); CMSAPI cmsFloat64Number CMSEXPORT _cms15Fixed16toDouble(cmsS15Fixed16Number fix32); CMSAPI cmsS15Fixed16Number CMSEXPORT _cmsDoubleTo15Fixed16(cmsFloat64Number v); // Date/time helper functions CMSAPI void CMSEXPORT _cmsEncodeDateTimeNumber(cmsDateTimeNumber *Dest, const struct tm *Source); CMSAPI void CMSEXPORT _cmsDecodeDateTimeNumber(const cmsDateTimeNumber *Source, struct tm *Dest); //---------------------------------------------------------------------------------------------------------- // Shared callbacks for user data typedef void (* _cmsFreeUserDataFn)(cmsContext ContextID, void* Data); typedef void* (* _cmsDupUserDataFn)(cmsContext ContextID, const void* Data); //---------------------------------------------------------------------------------------------------------- // Plug-in foundation #define cmsPluginMagicNumber 0x61637070 // 'acpp' #define cmsPluginMemHandlerSig 0x6D656D48 // 'memH' #define cmsPluginInterpolationSig 0x696E7048 // 'inpH' #define cmsPluginParametricCurveSig 0x70617248 // 'parH' #define cmsPluginFormattersSig 0x66726D48 // 'frmH #define cmsPluginTagTypeSig 0x74797048 // 'typH' #define cmsPluginTagSig 0x74616748 // 'tagH' #define cmsPluginRenderingIntentSig 0x696E7448 // 'intH' #define cmsPluginMultiProcessElementSig 0x6D706548 // 'mpeH' #define cmsPluginOptimizationSig 0x6F707448 // 'optH' #define cmsPluginTransformSig 0x7A666D48 // 'xfmH' #define cmsPluginMutexSig 0x6D747A48 // 'mtxH' #define cmsPluginParalellizationSig 0x70726C48 // 'prlH typedef struct _cmsPluginBaseStruct { cmsUInt32Number Magic; // 'acpp' signature cmsUInt32Number ExpectedVersion; // Expected version of LittleCMS cmsUInt32Number Type; // Type of plug-in struct _cmsPluginBaseStruct* Next; // For multiple plugin definition. NULL for end of list. } cmsPluginBase; // Maximum number of types in a plugin array #define MAX_TYPES_IN_LCMS_PLUGIN 20 //---------------------------------------------------------------------------------------------------------- // Memory handler. Each new plug-in type replaces current behaviour typedef void* (* _cmsMallocFnPtrType)(cmsContext ContextID, cmsUInt32Number size); typedef void (* _cmsFreeFnPtrType)(cmsContext ContextID, void *Ptr); typedef void* (* _cmsReallocFnPtrType)(cmsContext ContextID, void* Ptr, cmsUInt32Number NewSize); typedef void* (* _cmsMalloZerocFnPtrType)(cmsContext ContextID, cmsUInt32Number size); typedef void* (* _cmsCallocFnPtrType)(cmsContext ContextID, cmsUInt32Number num, cmsUInt32Number size); typedef void* (* _cmsDupFnPtrType)(cmsContext ContextID, const void* Org, cmsUInt32Number size); typedef struct { cmsPluginBase base; // Required _cmsMallocFnPtrType MallocPtr; _cmsFreeFnPtrType FreePtr; _cmsReallocFnPtrType ReallocPtr; // Optional _cmsMalloZerocFnPtrType MallocZeroPtr; _cmsCallocFnPtrType CallocPtr; _cmsDupFnPtrType DupPtr; } cmsPluginMemHandler; // ------------------------------------------------------------------------------------------------------------------ // Interpolation. 16 bits and floating point versions. struct _cms_interp_struc; // Interpolation callbacks // 16 bits forward interpolation. This function performs precision-limited linear interpolation // and is supposed to be quite fast. Implementation may be tetrahedral or trilinear, and plug-ins may // choose to implement any other interpolation algorithm. typedef void (* _cmsInterpFn16)(CMSREGISTER const cmsUInt16Number Input[], CMSREGISTER cmsUInt16Number Output[], CMSREGISTER const struct _cms_interp_struc* p); // Floating point forward interpolation. Full precision interpolation using floats. This is not a // time critical function. Implementation may be tetrahedral or trilinear, and plug-ins may // choose to implement any other interpolation algorithm. typedef void (* _cmsInterpFnFloat)(cmsFloat32Number const Input[], cmsFloat32Number Output[], const struct _cms_interp_struc* p); // This type holds a pointer to an interpolator that can be either 16 bits or float typedef union { _cmsInterpFn16 Lerp16; // Forward interpolation in 16 bits _cmsInterpFnFloat LerpFloat; // Forward interpolation in floating point } cmsInterpFunction; // Flags for interpolator selection #define CMS_LERP_FLAGS_16BITS 0x0000 // The default #define CMS_LERP_FLAGS_FLOAT 0x0001 // Requires different implementation #define CMS_LERP_FLAGS_TRILINEAR 0x0100 // Hint only #define MAX_INPUT_DIMENSIONS 15 typedef struct _cms_interp_struc { // Used on all interpolations. Supplied by lcms2 when calling the interpolation function cmsContext ContextID; // The calling thread cmsUInt32Number dwFlags; // Keep original flags cmsUInt32Number nInputs; // != 1 only in 3D interpolation cmsUInt32Number nOutputs; // != 1 only in 3D interpolation cmsUInt32Number nSamples[MAX_INPUT_DIMENSIONS]; // Valid on all kinds of tables cmsUInt32Number Domain[MAX_INPUT_DIMENSIONS]; // Domain = nSamples - 1 cmsUInt32Number opta[MAX_INPUT_DIMENSIONS]; // Optimization for 3D CLUT. This is the number of nodes premultiplied for each // dimension. For example, in 7 nodes, 7, 7^2 , 7^3, 7^4, etc. On non-regular // Samplings may vary according of the number of nodes for each dimension. const void *Table; // Points to the actual interpolation table cmsInterpFunction Interpolation; // Points to the function to do the interpolation } cmsInterpParams; // Interpolators factory typedef cmsInterpFunction (* cmsInterpFnFactory)(cmsUInt32Number nInputChannels, cmsUInt32Number nOutputChannels, cmsUInt32Number dwFlags); // The plug-in typedef struct { cmsPluginBase base; // Points to a user-supplied function which implements the factory cmsInterpFnFactory InterpolatorsFactory; } cmsPluginInterpolation; //---------------------------------------------------------------------------------------------------------- // Parametric curves. A negative type means same function but analytically inverted. Max. number of params is 10 // Evaluator callback for user-supplied parametric curves. May implement more than one type typedef cmsFloat64Number (* cmsParametricCurveEvaluator)(cmsInt32Number Type, const cmsFloat64Number Params[10], cmsFloat64Number R); // Plug-in may implement an arbitrary number of parametric curves typedef struct { cmsPluginBase base; cmsUInt32Number nFunctions; // Number of supported functions cmsUInt32Number FunctionTypes[MAX_TYPES_IN_LCMS_PLUGIN]; // The identification types cmsUInt32Number ParameterCount[MAX_TYPES_IN_LCMS_PLUGIN]; // Number of parameters for each function cmsParametricCurveEvaluator Evaluator; // The evaluator } cmsPluginParametricCurves; //---------------------------------------------------------------------------------------------------------- // Formatters. This plug-in adds new handlers, replacing them if they already exist. Formatters dealing with // cmsFloat32Number (bps = 4) or double (bps = 0) types are requested via FormatterFloat callback. Others come across // Formatter16 callback struct _cmstransform_struct; typedef cmsUInt8Number* (* cmsFormatter16)(CMSREGISTER struct _cmstransform_struct* CMMcargo, CMSREGISTER cmsUInt16Number Values[], CMSREGISTER cmsUInt8Number* Buffer, CMSREGISTER cmsUInt32Number Stride); typedef cmsUInt8Number* (* cmsFormatterFloat)(struct _cmstransform_struct* CMMcargo, cmsFloat32Number Values[], cmsUInt8Number* Buffer, cmsUInt32Number Stride); // This type holds a pointer to a formatter that can be either 16 bits or cmsFloat32Number typedef union { cmsFormatter16 Fmt16; cmsFormatterFloat FmtFloat; } cmsFormatter; #define CMS_PACK_FLAGS_16BITS 0x0000 #define CMS_PACK_FLAGS_FLOAT 0x0001 typedef enum { cmsFormatterInput=0, cmsFormatterOutput=1 } cmsFormatterDirection; typedef cmsFormatter (* cmsFormatterFactory)(cmsUInt32Number Type, // Specific type, i.e. TYPE_RGB_8 cmsFormatterDirection Dir, cmsUInt32Number dwFlags); // precision // Plug-in may implement an arbitrary number of formatters typedef struct { cmsPluginBase base; cmsFormatterFactory FormattersFactory; } cmsPluginFormatters; //---------------------------------------------------------------------------------------------------------- // Tag type handler. Each type is free to return anything it wants, and it is up to the caller to // know in advance what is the type contained in the tag. typedef struct _cms_typehandler_struct { cmsTagTypeSignature Signature; // The signature of the type // Allocates and reads items void * (* ReadPtr)(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag); // Writes n Items cmsBool (* WritePtr)(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems); // Duplicate an item or array of items void* (* DupPtr)(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n); // Free all resources void (* FreePtr)(struct _cms_typehandler_struct* self, void *Ptr); // Additional parameters used by the calling thread cmsContext ContextID; cmsUInt32Number ICCVersion; } cmsTagTypeHandler; // Each plug-in implements a single type typedef struct { cmsPluginBase base; cmsTagTypeHandler Handler; } cmsPluginTagType; //---------------------------------------------------------------------------------------------------------- // This is the tag plugin, which identifies tags. For writing, a pointer to function is provided. // This function should return the desired type for this tag, given the version of profile // and the data being serialized. typedef struct { cmsUInt32Number ElemCount; // If this tag needs an array, how many elements should keep // For reading. cmsUInt32Number nSupportedTypes; // In how many types this tag can come (MAX_TYPES_IN_LCMS_PLUGIN maximum) cmsTagTypeSignature SupportedTypes[MAX_TYPES_IN_LCMS_PLUGIN]; // For writing cmsTagTypeSignature (* DecideType)(cmsFloat64Number ICCVersion, const void *Data); } cmsTagDescriptor; // Plug-in implements a single tag typedef struct { cmsPluginBase base; cmsTagSignature Signature; cmsTagDescriptor Descriptor; } cmsPluginTag; //---------------------------------------------------------------------------------------------------------- // Custom intents. This function should join all profiles specified in the array in // a single LUT. Any custom intent in the chain redirects to custom function. If more than // one custom intent is found, the one located first is invoked. Usually users should use only one // custom intent, so mixing custom intents in same multiprofile transform is not supported. typedef cmsPipeline* (* cmsIntentFn)( cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number Intents[], cmsHPROFILE hProfiles[], cmsBool BPC[], cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags); // Each plug-in defines a single intent number. typedef struct { cmsPluginBase base; cmsUInt32Number Intent; cmsIntentFn Link; char Description[256]; } cmsPluginRenderingIntent; // The default ICC intents (perceptual, saturation, rel.col and abs.col) CMSAPI cmsPipeline* CMSEXPORT _cmsDefaultICCintents(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number Intents[], cmsHPROFILE hProfiles[], cmsBool BPC[], cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags); //---------------------------------------------------------------------------------------------------------- // Pipelines, Multi Process Elements. typedef void (* _cmsStageEvalFn) (const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsStage* mpe); typedef void*(* _cmsStageDupElemFn) (cmsStage* mpe); typedef void (* _cmsStageFreeElemFn) (cmsStage* mpe); // This function allocates a generic MPE CMSAPI cmsStage* CMSEXPORT _cmsStageAllocPlaceholder(cmsContext ContextID, cmsStageSignature Type, cmsUInt32Number InputChannels, cmsUInt32Number OutputChannels, _cmsStageEvalFn EvalPtr, // Points to fn that evaluates the element (always in floating point) _cmsStageDupElemFn DupElemPtr, // Points to a fn that duplicates the stage _cmsStageFreeElemFn FreePtr, // Points to a fn that sets the element free void* Data); // A generic pointer to whatever memory needed by the element typedef struct { cmsPluginBase base; cmsTagTypeHandler Handler; } cmsPluginMultiProcessElement; // Data kept in "Element" member of cmsStage // Curves typedef struct { cmsUInt32Number nCurves; cmsToneCurve** TheCurves; } _cmsStageToneCurvesData; // Matrix typedef struct { cmsFloat64Number* Double; // floating point for the matrix cmsFloat64Number* Offset; // The offset } _cmsStageMatrixData; // CLUT typedef struct { union { // Can have only one of both representations at same time cmsUInt16Number* T; // Points to the table 16 bits table cmsFloat32Number* TFloat; // Points to the cmsFloat32Number table } Tab; cmsInterpParams* Params; cmsUInt32Number nEntries; cmsBool HasFloatValues; } _cmsStageCLutData; //---------------------------------------------------------------------------------------------------------- // Optimization. Using this plug-in, additional optimization strategies may be implemented. // The function should return TRUE if any optimization is done on the LUT, this terminates // the optimization search. Or FALSE if it is unable to optimize and want to give a chance // to the rest of optimizers. typedef cmsBool (* _cmsOPToptimizeFn)(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags); // Pipeline Evaluator (in 16 bits) typedef void (* _cmsPipelineEval16Fn)(CMSREGISTER const cmsUInt16Number In[], CMSREGISTER cmsUInt16Number Out[], const void* Data); // Pipeline Evaluator (in floating point) typedef void (* _cmsPipelineEvalFloatFn)(const cmsFloat32Number In[], cmsFloat32Number Out[], const void* Data); // This function may be used to set the optional evaluator and a block of private data. If private data is being used, an optional // duplicator and free functions should also be specified in order to duplicate the LUT construct. Use NULL to inhibit such functionality. CMSAPI void CMSEXPORT _cmsPipelineSetOptimizationParameters(cmsPipeline* Lut, _cmsPipelineEval16Fn Eval16, void* PrivateData, _cmsFreeUserDataFn FreePrivateDataFn, _cmsDupUserDataFn DupPrivateDataFn); typedef struct { cmsPluginBase base; // Optimize entry point _cmsOPToptimizeFn OptimizePtr; } cmsPluginOptimization; //---------------------------------------------------------------------------------------------------------- // Full xform typedef struct { cmsUInt32Number BytesPerLineIn; cmsUInt32Number BytesPerLineOut; cmsUInt32Number BytesPerPlaneIn; cmsUInt32Number BytesPerPlaneOut; } cmsStride; typedef void (* _cmsTransformFn)(struct _cmstransform_struct *CMMcargo, // Legacy function, handles just ONE scanline. const void* InputBuffer, void* OutputBuffer, cmsUInt32Number Size, cmsUInt32Number Stride); // Stride in bytes to the next plane in planar formats typedef void (*_cmsTransform2Fn)(struct _cmstransform_struct *CMMcargo, const void* InputBuffer, void* OutputBuffer, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride); typedef cmsBool (* _cmsTransformFactory)(_cmsTransformFn* xform, void** UserData, _cmsFreeUserDataFn* FreePrivateDataFn, cmsPipeline** Lut, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags); typedef cmsBool (* _cmsTransform2Factory)(_cmsTransform2Fn* xform, void** UserData, _cmsFreeUserDataFn* FreePrivateDataFn, cmsPipeline** Lut, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags); // Retrieve user data as specified by the factory CMSAPI void CMSEXPORT _cmsSetTransformUserData(struct _cmstransform_struct *CMMcargo, void* ptr, _cmsFreeUserDataFn FreePrivateDataFn); CMSAPI void * CMSEXPORT _cmsGetTransformUserData(struct _cmstransform_struct *CMMcargo); // Retrieve formatters CMSAPI void CMSEXPORT _cmsGetTransformFormatters16 (struct _cmstransform_struct *CMMcargo, cmsFormatter16* FromInput, cmsFormatter16* ToOutput); CMSAPI void CMSEXPORT _cmsGetTransformFormattersFloat(struct _cmstransform_struct *CMMcargo, cmsFormatterFloat* FromInput, cmsFormatterFloat* ToOutput); // Retrieve original flags CMSAPI cmsUInt32Number CMSEXPORT _cmsGetTransformFlags(struct _cmstransform_struct* CMMcargo); typedef struct { cmsPluginBase base; // Transform entry point union { _cmsTransformFactory legacy_xform; _cmsTransform2Factory xform; } factories; } cmsPluginTransform; //---------------------------------------------------------------------------------------------------------- // Mutex typedef void* (* _cmsCreateMutexFnPtrType)(cmsContext ContextID); typedef void (* _cmsDestroyMutexFnPtrType)(cmsContext ContextID, void* mtx); typedef cmsBool (* _cmsLockMutexFnPtrType)(cmsContext ContextID, void* mtx); typedef void (* _cmsUnlockMutexFnPtrType)(cmsContext ContextID, void* mtx); typedef struct { cmsPluginBase base; _cmsCreateMutexFnPtrType CreateMutexPtr; _cmsDestroyMutexFnPtrType DestroyMutexPtr; _cmsLockMutexFnPtrType LockMutexPtr; _cmsUnlockMutexFnPtrType UnlockMutexPtr; } cmsPluginMutex; CMSAPI void* CMSEXPORT _cmsCreateMutex(cmsContext ContextID); CMSAPI void CMSEXPORT _cmsDestroyMutex(cmsContext ContextID, void* mtx); CMSAPI cmsBool CMSEXPORT _cmsLockMutex(cmsContext ContextID, void* mtx); CMSAPI void CMSEXPORT _cmsUnlockMutex(cmsContext ContextID, void* mtx); //---------------------------------------------------------------------------------------------------------- // Parallelization CMSAPI _cmsTransform2Fn CMSEXPORT _cmsGetTransformWorker(struct _cmstransform_struct* CMMcargo); CMSAPI cmsInt32Number CMSEXPORT _cmsGetTransformMaxWorkers(struct _cmstransform_struct* CMMcargo); CMSAPI cmsUInt32Number CMSEXPORT _cmsGetTransformWorkerFlags(struct _cmstransform_struct* CMMcargo); // Let's plug-in to guess the best number of workers #define CMS_GUESS_MAX_WORKERS -1 typedef struct { cmsPluginBase base; cmsInt32Number MaxWorkers; // Number of starts to do as maximum cmsUInt32Number WorkerFlags; // Reserved _cmsTransform2Fn SchedulerFn; // callback to setup functions } cmsPluginParalellization; #ifndef CMS_USE_CPP_API # ifdef __cplusplus } # endif #endif #define _lcms_plugin_H #endif lcms2-2.17/include/meson.build0000644000175000017500000000017714752176133015300 0ustar martimartilcms2_headers = files( 'lcms2.h', 'lcms2_plugin.h', ) install_headers(lcms2_headers) inc_dirs = include_directories('.') lcms2-2.17/include/lcms2.h0000644000175000017500000032136614752176133014335 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2025 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // // Version 2.17 // #ifndef _lcms2_H // ********** Configuration toggles **************************************** // Uncomment this one if you are using big endian machines // #define CMS_USE_BIG_ENDIAN 1 // Uncomment this one if your compiler/machine does NOT support the // "long long" type. // #define CMS_DONT_USE_INT64 1 // Uncomment this if your compiler doesn't work with fast floor function // #define CMS_DONT_USE_FAST_FLOOR 1 // Uncomment this line if you want lcms to use the black point tag in profile, // if commented, lcms will compute the black point by its own. // It is safer to leave it commented out // #define CMS_USE_PROFILE_BLACK_POINT_TAG 1 // Uncomment this line if you are compiling as C++ and want a C++ API // #define CMS_USE_CPP_API // Uncomment this line if you need strict CGATS syntax. Makes CGATS files to // require "KEYWORD" on undefined identifiers, keep it commented out unless needed // #define CMS_STRICT_CGATS 1 // Uncomment to get rid of the tables for "half" float support // #define CMS_NO_HALF_SUPPORT 1 // Uncomment to get rid of pthreads/windows dependency // #define CMS_NO_PTHREADS 1 // Uncomment this for special windows mutex initialization (see lcms2_internal.h) // #define CMS_RELY_ON_WINDOWS_STATIC_MUTEX_INIT // Uncomment this to remove the "register" storage class // #define CMS_NO_REGISTER_KEYWORD 1 // Uncomment this to remove visibility attribute when building shared objects // #define CMS_NO_VISIBILITY 1 // ********** End of configuration toggles ****************************** // Needed for streams #include // Needed for portability (C99 per 7.1.2) #include #include #include #ifndef CMS_USE_CPP_API # ifdef __cplusplus # if __cplusplus >= 201703L # define CMS_NO_REGISTER_KEYWORD 1 # endif extern "C" { # endif #endif // Version/release #define LCMS_VERSION 2170 // I will give the chance of redefining basic types for compilers that are not fully C99 compliant #ifndef CMS_BASIC_TYPES_ALREADY_DEFINED // Base types typedef unsigned char cmsUInt8Number; // That is guaranteed by the C99 spec typedef signed char cmsInt8Number; // That is guaranteed by the C99 spec #if CHAR_BIT != 8 # error "Unable to find 8 bit type, unsupported compiler" #endif // IEEE float storage numbers typedef float cmsFloat32Number; typedef double cmsFloat64Number; // 16-bit base types #if (USHRT_MAX == 65535U) typedef unsigned short cmsUInt16Number; #elif (UINT_MAX == 65535U) typedef unsigned int cmsUInt16Number; #else # error "Unable to find 16 bits unsigned type, unsupported compiler" #endif #if (SHRT_MAX == 32767) typedef short cmsInt16Number; #elif (INT_MAX == 32767) typedef int cmsInt16Number; #else # error "Unable to find 16 bits signed type, unsupported compiler" #endif // 32-bit base type #if (UINT_MAX == 4294967295U) typedef unsigned int cmsUInt32Number; #elif (ULONG_MAX == 4294967295U) typedef unsigned long cmsUInt32Number; #else # error "Unable to find 32 bit unsigned type, unsupported compiler" #endif #if (INT_MAX == +2147483647) typedef int cmsInt32Number; #elif (LONG_MAX == +2147483647) typedef long cmsInt32Number; #else # error "Unable to find 32 bit signed type, unsupported compiler" #endif // 64-bit base types #ifndef CMS_DONT_USE_INT64 # if (ULONG_MAX == 18446744073709551615U) typedef unsigned long cmsUInt64Number; # elif (ULLONG_MAX == 18446744073709551615U) typedef unsigned long long cmsUInt64Number; # else # define CMS_DONT_USE_INT64 1 # endif # if (LONG_MAX == +9223372036854775807) typedef long cmsInt64Number; # elif (LLONG_MAX == +9223372036854775807) typedef long long cmsInt64Number; # else # define CMS_DONT_USE_INT64 1 # endif #endif #endif // Handle "register" keyword #if defined(CMS_NO_REGISTER_KEYWORD) # define CMSREGISTER #else # define CMSREGISTER register #endif // In the case 64 bit numbers are not supported by the compiler #ifdef CMS_DONT_USE_INT64 typedef cmsUInt32Number cmsUInt64Number[2]; typedef cmsInt32Number cmsInt64Number[2]; #endif // Derivative types typedef cmsUInt32Number cmsSignature; typedef cmsUInt16Number cmsU8Fixed8Number; typedef cmsInt32Number cmsS15Fixed16Number; typedef cmsUInt32Number cmsU16Fixed16Number; // Boolean type, which will be using the native integer typedef int cmsBool; // Try to detect windows #if defined (_WIN32) || defined(_WIN64) || defined(WIN32) || defined(_WIN32_) # define CMS_IS_WINDOWS_ 1 #endif #ifdef _MSC_VER # define CMS_IS_WINDOWS_ 1 #endif #ifdef __BORLANDC__ # define CMS_IS_WINDOWS_ 1 #endif // Try to detect big endian platforms. This list can be endless, so primarily rely on the configure script // on Unix-like systems, and allow it to be set on the compiler command line using // -DCMS_USE_BIG_ENDIAN or something similar #ifdef CMS_USE_BIG_ENDIAN // set at compiler command line takes overall precedence # if CMS_USE_BIG_ENDIAN == 0 # undef CMS_USE_BIG_ENDIAN # endif #else // CMS_USE_BIG_ENDIAN # ifdef WORDS_BIGENDIAN // set by configure (or explicitly on compiler command line) # define CMS_USE_BIG_ENDIAN 1 # else // WORDS_BIGENDIAN // Fall back to platform/compiler specific tests # if defined(__sgi__) || defined(__sgi) || defined(sparc) # define CMS_USE_BIG_ENDIAN 1 # endif # if defined(__s390__) || defined(__s390x__) # define CMS_USE_BIG_ENDIAN 1 # endif # ifdef macintosh # ifdef __BIG_ENDIAN__ # define CMS_USE_BIG_ENDIAN 1 # endif # ifdef __LITTLE_ENDIAN__ # undef CMS_USE_BIG_ENDIAN # endif # endif # endif // WORDS_BIGENDIAN # if defined(_HOST_BIG_ENDIAN) || defined(__BIG_ENDIAN__) # define CMS_USE_BIG_ENDIAN 1 # endif #endif // CMS_USE_BIG_ENDIAN // Calling convention -- this is hardly platform and compiler dependent #if defined(CMS_IS_WINDOWS_) && !defined(__GNUC__) # if defined(CMS_DLL) || defined(CMS_DLL_BUILD) # ifdef __BORLANDC__ # define CMSEXPORT __stdcall _export # define CMSAPI # else # define CMSEXPORT __stdcall # ifdef CMS_DLL_BUILD # define CMSAPI __declspec(dllexport) # else # define CMSAPI __declspec(dllimport) # endif # endif # else # define CMSEXPORT # define CMSAPI # endif #else // not Windows # if defined(HAVE_FUNC_ATTRIBUTE_VISIBILITY) && !defined(CMS_NO_VISIBILITY) # define CMSEXPORT # define CMSAPI __attribute__((visibility("default"))) # else # define CMSEXPORT # define CMSAPI # endif #endif // CMS_IS_WINDOWS_ #ifdef HasTHREADS # if HasTHREADS == 1 # undef CMS_NO_PTHREADS # else # define CMS_NO_PTHREADS 1 # endif #endif // Some common definitions #define cmsMAX_PATH 256 #ifndef FALSE # define FALSE 0 #endif #ifndef TRUE # define TRUE 1 #endif // D50 XYZ normalized to Y=1.0 #define cmsD50X 0.9642 #define cmsD50Y 1.0 #define cmsD50Z 0.8249 // V4 perceptual black #define cmsPERCEPTUAL_BLACK_X 0.00336 #define cmsPERCEPTUAL_BLACK_Y 0.0034731 #define cmsPERCEPTUAL_BLACK_Z 0.00287 // Definitions in ICC spec #define cmsMagicNumber 0x61637370 // 'acsp' #define lcmsSignature 0x6c636d73 // 'lcms' // Base ICC type definitions typedef enum { cmsSigChromaticityType = 0x6368726D, // 'chrm' cmsSigcicpType = 0x63696370, // 'cicp' cmsSigColorantOrderType = 0x636C726F, // 'clro' cmsSigColorantTableType = 0x636C7274, // 'clrt' cmsSigCrdInfoType = 0x63726469, // 'crdi' cmsSigCurveType = 0x63757276, // 'curv' cmsSigDataType = 0x64617461, // 'data' cmsSigDictType = 0x64696374, // 'dict' cmsSigDateTimeType = 0x6474696D, // 'dtim' cmsSigDeviceSettingsType = 0x64657673, // 'devs' cmsSigLut16Type = 0x6d667432, // 'mft2' cmsSigLut8Type = 0x6d667431, // 'mft1' cmsSigLutAtoBType = 0x6d414220, // 'mAB ' cmsSigLutBtoAType = 0x6d424120, // 'mBA ' cmsSigMeasurementType = 0x6D656173, // 'meas' cmsSigMultiLocalizedUnicodeType = 0x6D6C7563, // 'mluc' cmsSigMultiProcessElementType = 0x6D706574, // 'mpet' cmsSigNamedColorType = 0x6E636f6C, // 'ncol' -- DEPRECATED! cmsSigNamedColor2Type = 0x6E636C32, // 'ncl2' cmsSigParametricCurveType = 0x70617261, // 'para' cmsSigProfileSequenceDescType = 0x70736571, // 'pseq' cmsSigProfileSequenceIdType = 0x70736964, // 'psid' cmsSigResponseCurveSet16Type = 0x72637332, // 'rcs2' cmsSigS15Fixed16ArrayType = 0x73663332, // 'sf32' cmsSigScreeningType = 0x7363726E, // 'scrn' cmsSigSignatureType = 0x73696720, // 'sig ' cmsSigTextType = 0x74657874, // 'text' cmsSigTextDescriptionType = 0x64657363, // 'desc' cmsSigU16Fixed16ArrayType = 0x75663332, // 'uf32' cmsSigUcrBgType = 0x62666420, // 'bfd ' cmsSigUInt16ArrayType = 0x75693136, // 'ui16' cmsSigUInt32ArrayType = 0x75693332, // 'ui32' cmsSigUInt64ArrayType = 0x75693634, // 'ui64' cmsSigUInt8ArrayType = 0x75693038, // 'ui08' cmsSigVcgtType = 0x76636774, // 'vcgt' cmsSigViewingConditionsType = 0x76696577, // 'view' cmsSigXYZType = 0x58595A20, // 'XYZ ' cmsSigMHC2Type = 0x4D484332 // 'MHC2' } cmsTagTypeSignature; // Base ICC tag definitions typedef enum { cmsSigAToB0Tag = 0x41324230, // 'A2B0' cmsSigAToB1Tag = 0x41324231, // 'A2B1' cmsSigAToB2Tag = 0x41324232, // 'A2B2' cmsSigBlueColorantTag = 0x6258595A, // 'bXYZ' cmsSigBlueMatrixColumnTag = 0x6258595A, // 'bXYZ' cmsSigBlueTRCTag = 0x62545243, // 'bTRC' cmsSigBToA0Tag = 0x42324130, // 'B2A0' cmsSigBToA1Tag = 0x42324131, // 'B2A1' cmsSigBToA2Tag = 0x42324132, // 'B2A2' cmsSigCalibrationDateTimeTag = 0x63616C74, // 'calt' cmsSigCharTargetTag = 0x74617267, // 'targ' cmsSigChromaticAdaptationTag = 0x63686164, // 'chad' cmsSigChromaticityTag = 0x6368726D, // 'chrm' cmsSigColorantOrderTag = 0x636C726F, // 'clro' cmsSigColorantTableTag = 0x636C7274, // 'clrt' cmsSigColorantTableOutTag = 0x636C6F74, // 'clot' cmsSigColorimetricIntentImageStateTag = 0x63696973, // 'ciis' cmsSigCopyrightTag = 0x63707274, // 'cprt' cmsSigCrdInfoTag = 0x63726469, // 'crdi' cmsSigDataTag = 0x64617461, // 'data' cmsSigDateTimeTag = 0x6474696D, // 'dtim' cmsSigDeviceMfgDescTag = 0x646D6E64, // 'dmnd' cmsSigDeviceModelDescTag = 0x646D6464, // 'dmdd' cmsSigDeviceSettingsTag = 0x64657673, // 'devs' cmsSigDToB0Tag = 0x44324230, // 'D2B0' cmsSigDToB1Tag = 0x44324231, // 'D2B1' cmsSigDToB2Tag = 0x44324232, // 'D2B2' cmsSigDToB3Tag = 0x44324233, // 'D2B3' cmsSigBToD0Tag = 0x42324430, // 'B2D0' cmsSigBToD1Tag = 0x42324431, // 'B2D1' cmsSigBToD2Tag = 0x42324432, // 'B2D2' cmsSigBToD3Tag = 0x42324433, // 'B2D3' cmsSigGamutTag = 0x67616D74, // 'gamt' cmsSigGrayTRCTag = 0x6b545243, // 'kTRC' cmsSigGreenColorantTag = 0x6758595A, // 'gXYZ' cmsSigGreenMatrixColumnTag = 0x6758595A, // 'gXYZ' cmsSigGreenTRCTag = 0x67545243, // 'gTRC' cmsSigLuminanceTag = 0x6C756d69, // 'lumi' cmsSigMeasurementTag = 0x6D656173, // 'meas' cmsSigMediaBlackPointTag = 0x626B7074, // 'bkpt' cmsSigMediaWhitePointTag = 0x77747074, // 'wtpt' cmsSigNamedColorTag = 0x6E636f6C, // 'ncol' // Deprecated by the ICC cmsSigNamedColor2Tag = 0x6E636C32, // 'ncl2' cmsSigOutputResponseTag = 0x72657370, // 'resp' cmsSigPerceptualRenderingIntentGamutTag = 0x72696730, // 'rig0' cmsSigPreview0Tag = 0x70726530, // 'pre0' cmsSigPreview1Tag = 0x70726531, // 'pre1' cmsSigPreview2Tag = 0x70726532, // 'pre2' cmsSigProfileDescriptionTag = 0x64657363, // 'desc' cmsSigProfileDescriptionMLTag = 0x6473636d, // 'dscm' cmsSigProfileSequenceDescTag = 0x70736571, // 'pseq' cmsSigProfileSequenceIdTag = 0x70736964, // 'psid' cmsSigPs2CRD0Tag = 0x70736430, // 'psd0' cmsSigPs2CRD1Tag = 0x70736431, // 'psd1' cmsSigPs2CRD2Tag = 0x70736432, // 'psd2' cmsSigPs2CRD3Tag = 0x70736433, // 'psd3' cmsSigPs2CSATag = 0x70733273, // 'ps2s' cmsSigPs2RenderingIntentTag = 0x70733269, // 'ps2i' cmsSigRedColorantTag = 0x7258595A, // 'rXYZ' cmsSigRedMatrixColumnTag = 0x7258595A, // 'rXYZ' cmsSigRedTRCTag = 0x72545243, // 'rTRC' cmsSigSaturationRenderingIntentGamutTag = 0x72696732, // 'rig2' cmsSigScreeningDescTag = 0x73637264, // 'scrd' cmsSigScreeningTag = 0x7363726E, // 'scrn' cmsSigTechnologyTag = 0x74656368, // 'tech' cmsSigUcrBgTag = 0x62666420, // 'bfd ' cmsSigViewingCondDescTag = 0x76756564, // 'vued' cmsSigViewingConditionsTag = 0x76696577, // 'view' cmsSigVcgtTag = 0x76636774, // 'vcgt' cmsSigMetaTag = 0x6D657461, // 'meta' cmsSigcicpTag = 0x63696370, // 'cicp' cmsSigArgyllArtsTag = 0x61727473, // 'arts' cmsSigMHC2Tag = 0x4D484332 // 'MHC2' } cmsTagSignature; // ICC Technology tag typedef enum { cmsSigDigitalCamera = 0x6463616D, // 'dcam' cmsSigFilmScanner = 0x6673636E, // 'fscn' cmsSigReflectiveScanner = 0x7273636E, // 'rscn' cmsSigInkJetPrinter = 0x696A6574, // 'ijet' cmsSigThermalWaxPrinter = 0x74776178, // 'twax' cmsSigElectrophotographicPrinter = 0x6570686F, // 'epho' cmsSigElectrostaticPrinter = 0x65737461, // 'esta' cmsSigDyeSublimationPrinter = 0x64737562, // 'dsub' cmsSigPhotographicPaperPrinter = 0x7270686F, // 'rpho' cmsSigFilmWriter = 0x6670726E, // 'fprn' cmsSigVideoMonitor = 0x7669646D, // 'vidm' cmsSigVideoCamera = 0x76696463, // 'vidc' cmsSigProjectionTelevision = 0x706A7476, // 'pjtv' cmsSigCRTDisplay = 0x43525420, // 'CRT ' cmsSigPMDisplay = 0x504D4420, // 'PMD ' cmsSigAMDisplay = 0x414D4420, // 'AMD ' cmsSigPhotoCD = 0x4B504344, // 'KPCD' cmsSigPhotoImageSetter = 0x696D6773, // 'imgs' cmsSigGravure = 0x67726176, // 'grav' cmsSigOffsetLithography = 0x6F666673, // 'offs' cmsSigSilkscreen = 0x73696C6B, // 'silk' cmsSigFlexography = 0x666C6578, // 'flex' cmsSigMotionPictureFilmScanner = 0x6D706673, // 'mpfs' cmsSigMotionPictureFilmRecorder = 0x6D706672, // 'mpfr' cmsSigDigitalMotionPictureCamera = 0x646D7063, // 'dmpc' cmsSigDigitalCinemaProjector = 0x64636A70 // 'dcpj' } cmsTechnologySignature; // ICC Color spaces typedef enum { cmsSigXYZData = 0x58595A20, // 'XYZ ' cmsSigLabData = 0x4C616220, // 'Lab ' cmsSigLuvData = 0x4C757620, // 'Luv ' cmsSigYCbCrData = 0x59436272, // 'YCbr' cmsSigYxyData = 0x59787920, // 'Yxy ' cmsSigRgbData = 0x52474220, // 'RGB ' cmsSigGrayData = 0x47524159, // 'GRAY' cmsSigHsvData = 0x48535620, // 'HSV ' cmsSigHlsData = 0x484C5320, // 'HLS ' cmsSigCmykData = 0x434D594B, // 'CMYK' cmsSigCmyData = 0x434D5920, // 'CMY ' cmsSigMCH1Data = 0x4D434831, // 'MCH1' cmsSigMCH2Data = 0x4D434832, // 'MCH2' cmsSigMCH3Data = 0x4D434833, // 'MCH3' cmsSigMCH4Data = 0x4D434834, // 'MCH4' cmsSigMCH5Data = 0x4D434835, // 'MCH5' cmsSigMCH6Data = 0x4D434836, // 'MCH6' cmsSigMCH7Data = 0x4D434837, // 'MCH7' cmsSigMCH8Data = 0x4D434838, // 'MCH8' cmsSigMCH9Data = 0x4D434839, // 'MCH9' cmsSigMCHAData = 0x4D434841, // 'MCHA' cmsSigMCHBData = 0x4D434842, // 'MCHB' cmsSigMCHCData = 0x4D434843, // 'MCHC' cmsSigMCHDData = 0x4D434844, // 'MCHD' cmsSigMCHEData = 0x4D434845, // 'MCHE' cmsSigMCHFData = 0x4D434846, // 'MCHF' cmsSigNamedData = 0x6e6d636c, // 'nmcl' cmsSig1colorData = 0x31434C52, // '1CLR' cmsSig2colorData = 0x32434C52, // '2CLR' cmsSig3colorData = 0x33434C52, // '3CLR' cmsSig4colorData = 0x34434C52, // '4CLR' cmsSig5colorData = 0x35434C52, // '5CLR' cmsSig6colorData = 0x36434C52, // '6CLR' cmsSig7colorData = 0x37434C52, // '7CLR' cmsSig8colorData = 0x38434C52, // '8CLR' cmsSig9colorData = 0x39434C52, // '9CLR' cmsSig10colorData = 0x41434C52, // 'ACLR' cmsSig11colorData = 0x42434C52, // 'BCLR' cmsSig12colorData = 0x43434C52, // 'CCLR' cmsSig13colorData = 0x44434C52, // 'DCLR' cmsSig14colorData = 0x45434C52, // 'ECLR' cmsSig15colorData = 0x46434C52, // 'FCLR' cmsSigLuvKData = 0x4C75764B // 'LuvK' } cmsColorSpaceSignature; // ICC Profile Class typedef enum { cmsSigInputClass = 0x73636E72, // 'scnr' cmsSigDisplayClass = 0x6D6E7472, // 'mntr' cmsSigOutputClass = 0x70727472, // 'prtr' cmsSigLinkClass = 0x6C696E6B, // 'link' cmsSigAbstractClass = 0x61627374, // 'abst' cmsSigColorSpaceClass = 0x73706163, // 'spac' cmsSigNamedColorClass = 0x6e6d636c // 'nmcl' } cmsProfileClassSignature; // ICC Platforms typedef enum { cmsSigMacintosh = 0x4150504C, // 'APPL' cmsSigMicrosoft = 0x4D534654, // 'MSFT' cmsSigSolaris = 0x53554E57, // 'SUNW' cmsSigSGI = 0x53474920, // 'SGI ' cmsSigTaligent = 0x54474E54, // 'TGNT' cmsSigUnices = 0x2A6E6978 // '*nix' // From argyll -- Not official } cmsPlatformSignature; // Reference gamut #define cmsSigPerceptualReferenceMediumGamut 0x70726d67 //'prmg' // For cmsSigColorimetricIntentImageStateTag #define cmsSigSceneColorimetryEstimates 0x73636F65 //'scoe' #define cmsSigSceneAppearanceEstimates 0x73617065 //'sape' #define cmsSigFocalPlaneColorimetryEstimates 0x66706365 //'fpce' #define cmsSigReflectionHardcopyOriginalColorimetry 0x72686F63 //'rhoc' #define cmsSigReflectionPrintOutputColorimetry 0x72706F63 //'rpoc' // Multi process elements types typedef enum { cmsSigCurveSetElemType = 0x63767374, //'cvst' cmsSigMatrixElemType = 0x6D617466, //'matf' cmsSigCLutElemType = 0x636C7574, //'clut' cmsSigBAcsElemType = 0x62414353, // 'bACS' cmsSigEAcsElemType = 0x65414353, // 'eACS' // Custom from here, not in the ICC Spec cmsSigXYZ2LabElemType = 0x6C327820, // 'l2x ' cmsSigLab2XYZElemType = 0x78326C20, // 'x2l ' cmsSigNamedColorElemType = 0x6E636C20, // 'ncl ' cmsSigLabV2toV4 = 0x32203420, // '2 4 ' cmsSigLabV4toV2 = 0x34203220, // '4 2 ' // Identities cmsSigIdentityElemType = 0x69646E20, // 'idn ' // Float to floatPCS cmsSigLab2FloatPCS = 0x64326C20, // 'd2l ' cmsSigFloatPCS2Lab = 0x6C326420, // 'l2d ' cmsSigXYZ2FloatPCS = 0x64327820, // 'd2x ' cmsSigFloatPCS2XYZ = 0x78326420, // 'x2d ' cmsSigClipNegativesElemType = 0x636c7020 // 'clp ' } cmsStageSignature; // Types of CurveElements typedef enum { cmsSigFormulaCurveSeg = 0x70617266, // 'parf' cmsSigSampledCurveSeg = 0x73616D66, // 'samf' cmsSigSegmentedCurve = 0x63757266 // 'curf' } cmsCurveSegSignature; // Used in ResponseCurveType #define cmsSigStatusA 0x53746141 //'StaA' #define cmsSigStatusE 0x53746145 //'StaE' #define cmsSigStatusI 0x53746149 //'StaI' #define cmsSigStatusT 0x53746154 //'StaT' #define cmsSigStatusM 0x5374614D //'StaM' #define cmsSigDN 0x444E2020 //'DN ' #define cmsSigDNP 0x444E2050 //'DN P' #define cmsSigDNN 0x444E4E20 //'DNN ' #define cmsSigDNNP 0x444E4E50 //'DNNP' // Device attributes, currently defined values correspond to the low 4 bytes // of the 8 byte attribute quantity #define cmsReflective 0 #define cmsTransparency 1 #define cmsGlossy 0 #define cmsMatte 2 // Common structures in ICC tags typedef struct { cmsUInt32Number len; cmsUInt32Number flag; cmsUInt8Number data[1]; } cmsICCData; // ICC date time typedef struct { cmsUInt16Number year; cmsUInt16Number month; cmsUInt16Number day; cmsUInt16Number hours; cmsUInt16Number minutes; cmsUInt16Number seconds; } cmsDateTimeNumber; // ICC XYZ typedef struct { cmsS15Fixed16Number X; cmsS15Fixed16Number Y; cmsS15Fixed16Number Z; } cmsEncodedXYZNumber; // Profile ID as computed by MD5 algorithm typedef union { cmsUInt8Number ID8[16]; cmsUInt16Number ID16[8]; cmsUInt32Number ID32[4]; } cmsProfileID; // ---------------------------------------------------------------------------------------------- // ICC profile internal base types. Strictly, shouldn't be declared in this header, but maybe // somebody want to use this info for accessing profile header directly, so here it is. // Profile header -- it is 32-bit aligned, so no issues are expected on alignment typedef struct { cmsUInt32Number size; // Profile size in bytes cmsSignature cmmId; // CMM for this profile cmsUInt32Number version; // Format version number cmsProfileClassSignature deviceClass; // Type of profile cmsColorSpaceSignature colorSpace; // Color space of data cmsColorSpaceSignature pcs; // PCS, XYZ or Lab only cmsDateTimeNumber date; // Date profile was created cmsSignature magic; // Magic Number to identify an ICC profile cmsPlatformSignature platform; // Primary Platform cmsUInt32Number flags; // Various bit settings cmsSignature manufacturer; // Device manufacturer cmsUInt32Number model; // Device model number cmsUInt64Number attributes; // Device attributes cmsUInt32Number renderingIntent;// Rendering intent cmsEncodedXYZNumber illuminant; // Profile illuminant cmsSignature creator; // Profile creator cmsProfileID profileID; // Profile ID using MD5 cmsInt8Number reserved[28]; // Reserved for future use } cmsICCHeader; // ICC base tag typedef struct { cmsTagTypeSignature sig; cmsInt8Number reserved[4]; } cmsTagBase; // A tag entry in directory typedef struct { cmsTagSignature sig; // The tag signature cmsUInt32Number offset; // Start of tag cmsUInt32Number size; // Size in bytes } cmsTagEntry; // ---------------------------------------------------------------------------------------------- // Little CMS specific typedefs typedef void* cmsHANDLE ; // Generic handle typedef void* cmsHPROFILE; // Opaque typedefs to hide internals typedef void* cmsHTRANSFORM; #define cmsMAXCHANNELS 16 // Maximum number of channels in ICC profiles // Format of pixel is defined by one cmsUInt32Number, using bit fields as follows // // 2 1 0 // 4 3 2 10987 6 5 4 3 2 1 098 7654 321 // M A O TTTTT U Y F P X S EEE CCCC BBB // // M: Premultiplied alpha (only works when extra samples is 1) // A: Floating point -- With this flag we can differentiate 16 bits as float and as int // O: Optimized -- previous optimization already returns the final 8-bit value // T: Pixeltype // F: Flavor 0=MinIsBlack(Chocolate) 1=MinIsWhite(Vanilla) // P: Planar? 0=Chunky, 1=Planar // X: swap 16 bps endianness? // S: Do swap? ie, BGR, KYMC // E: Extra samples // C: Channels (Samples per pixel) // B: bytes per sample // Y: Swap first - changes ABGR to BGRA and KCMY to CMYK #define PREMUL_SH(m) ((m) << 23) #define FLOAT_SH(a) ((a) << 22) #define OPTIMIZED_SH(s) ((s) << 21) #define COLORSPACE_SH(s) ((s) << 16) #define SWAPFIRST_SH(s) ((s) << 14) #define FLAVOR_SH(s) ((s) << 13) #define PLANAR_SH(p) ((p) << 12) #define ENDIAN16_SH(e) ((e) << 11) #define DOSWAP_SH(e) ((e) << 10) #define EXTRA_SH(e) ((e) << 7) #define CHANNELS_SH(c) ((c) << 3) #define BYTES_SH(b) (b) // These macros unpack format specifiers into integers #define T_PREMUL(m) (((m)>>23)&1) #define T_FLOAT(a) (((a)>>22)&1) #define T_OPTIMIZED(o) (((o)>>21)&1) #define T_COLORSPACE(s) (((s)>>16)&31) #define T_SWAPFIRST(s) (((s)>>14)&1) #define T_FLAVOR(s) (((s)>>13)&1) #define T_PLANAR(p) (((p)>>12)&1) #define T_ENDIAN16(e) (((e)>>11)&1) #define T_DOSWAP(e) (((e)>>10)&1) #define T_EXTRA(e) (((e)>>7)&7) #define T_CHANNELS(c) (((c)>>3)&15) #define T_BYTES(b) ((b)&7) // Pixel types #define PT_ANY 0 // Don't check colorspace // 1 & 2 are reserved #define PT_GRAY 3 #define PT_RGB 4 #define PT_CMY 5 #define PT_CMYK 6 #define PT_YCbCr 7 #define PT_YUV 8 // Lu'v' #define PT_XYZ 9 #define PT_Lab 10 #define PT_YUVK 11 // Lu'v'K #define PT_HSV 12 #define PT_HLS 13 #define PT_Yxy 14 #define PT_MCH1 15 #define PT_MCH2 16 #define PT_MCH3 17 #define PT_MCH4 18 #define PT_MCH5 19 #define PT_MCH6 20 #define PT_MCH7 21 #define PT_MCH8 22 #define PT_MCH9 23 #define PT_MCH10 24 #define PT_MCH11 25 #define PT_MCH12 26 #define PT_MCH13 27 #define PT_MCH14 28 #define PT_MCH15 29 #define PT_LabV2 30 // Identical to PT_Lab, but using the V2 old encoding // Some (not all!) representations #ifndef TYPE_RGB_8 // TYPE_RGB_8 is a very common identifier, so don't include ours // if user has it already defined. #define TYPE_GRAY_8 (COLORSPACE_SH(PT_GRAY)|CHANNELS_SH(1)|BYTES_SH(1)) #define TYPE_GRAY_8_REV (COLORSPACE_SH(PT_GRAY)|CHANNELS_SH(1)|BYTES_SH(1)|FLAVOR_SH(1)) #define TYPE_GRAY_16 (COLORSPACE_SH(PT_GRAY)|CHANNELS_SH(1)|BYTES_SH(2)) #define TYPE_GRAY_16_REV (COLORSPACE_SH(PT_GRAY)|CHANNELS_SH(1)|BYTES_SH(2)|FLAVOR_SH(1)) #define TYPE_GRAY_16_SE (COLORSPACE_SH(PT_GRAY)|CHANNELS_SH(1)|BYTES_SH(2)|ENDIAN16_SH(1)) #define TYPE_GRAYA_8 (COLORSPACE_SH(PT_GRAY)|EXTRA_SH(1)|CHANNELS_SH(1)|BYTES_SH(1)) #define TYPE_GRAYA_8_PREMUL (COLORSPACE_SH(PT_GRAY)|EXTRA_SH(1)|CHANNELS_SH(1)|BYTES_SH(1)|PREMUL_SH(1)) #define TYPE_GRAYA_16 (COLORSPACE_SH(PT_GRAY)|EXTRA_SH(1)|CHANNELS_SH(1)|BYTES_SH(2)) #define TYPE_GRAYA_16_PREMUL (COLORSPACE_SH(PT_GRAY)|EXTRA_SH(1)|CHANNELS_SH(1)|BYTES_SH(2)|PREMUL_SH(1)) #define TYPE_GRAYA_16_SE (COLORSPACE_SH(PT_GRAY)|EXTRA_SH(1)|CHANNELS_SH(1)|BYTES_SH(2)|ENDIAN16_SH(1)) #define TYPE_GRAYA_8_PLANAR (COLORSPACE_SH(PT_GRAY)|EXTRA_SH(1)|CHANNELS_SH(1)|BYTES_SH(1)|PLANAR_SH(1)) #define TYPE_GRAYA_16_PLANAR (COLORSPACE_SH(PT_GRAY)|EXTRA_SH(1)|CHANNELS_SH(1)|BYTES_SH(2)|PLANAR_SH(1)) #define TYPE_RGB_8 (COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(1)) #define TYPE_RGB_8_PLANAR (COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(1)|PLANAR_SH(1)) #define TYPE_BGR_8 (COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(1)|DOSWAP_SH(1)) #define TYPE_BGR_8_PLANAR (COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(1)|DOSWAP_SH(1)|PLANAR_SH(1)) #define TYPE_RGB_16 (COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(2)) #define TYPE_RGB_16_PLANAR (COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(2)|PLANAR_SH(1)) #define TYPE_RGB_16_SE (COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(2)|ENDIAN16_SH(1)) #define TYPE_BGR_16 (COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(2)|DOSWAP_SH(1)) #define TYPE_BGR_16_PLANAR (COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(2)|DOSWAP_SH(1)|PLANAR_SH(1)) #define TYPE_BGR_16_SE (COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(2)|DOSWAP_SH(1)|ENDIAN16_SH(1)) #define TYPE_RGBA_8 (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(1)) #define TYPE_RGBA_8_PREMUL (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(1)|PREMUL_SH(1)) #define TYPE_RGBA_8_PLANAR (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(1)|PLANAR_SH(1)) #define TYPE_RGBA_16 (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2)) #define TYPE_RGBA_16_PREMUL (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2)|PREMUL_SH(1)) #define TYPE_RGBA_16_PLANAR (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2)|PLANAR_SH(1)) #define TYPE_RGBA_16_SE (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2)|ENDIAN16_SH(1)) #define TYPE_ARGB_8 (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(1)|SWAPFIRST_SH(1)) #define TYPE_ARGB_8_PREMUL (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(1)|SWAPFIRST_SH(1)|PREMUL_SH(1)) #define TYPE_ARGB_8_PLANAR (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(1)|SWAPFIRST_SH(1)|PLANAR_SH(1)) #define TYPE_ARGB_16 (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2)|SWAPFIRST_SH(1)) #define TYPE_ARGB_16_PREMUL (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2)|SWAPFIRST_SH(1)|PREMUL_SH(1)) #define TYPE_ABGR_8 (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(1)|DOSWAP_SH(1)) #define TYPE_ABGR_8_PREMUL (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(1)|DOSWAP_SH(1)|PREMUL_SH(1)) #define TYPE_ABGR_8_PLANAR (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(1)|DOSWAP_SH(1)|PLANAR_SH(1)) #define TYPE_ABGR_16 (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2)|DOSWAP_SH(1)) #define TYPE_ABGR_16_PREMUL (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2)|DOSWAP_SH(1)|PREMUL_SH(1)) #define TYPE_ABGR_16_PLANAR (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2)|DOSWAP_SH(1)|PLANAR_SH(1)) #define TYPE_ABGR_16_SE (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2)|DOSWAP_SH(1)|ENDIAN16_SH(1)) #define TYPE_BGRA_8 (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(1)|DOSWAP_SH(1)|SWAPFIRST_SH(1)) #define TYPE_BGRA_8_PREMUL (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(1)|DOSWAP_SH(1)|SWAPFIRST_SH(1)|PREMUL_SH(1)) #define TYPE_BGRA_8_PLANAR (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(1)|DOSWAP_SH(1)|SWAPFIRST_SH(1)|PLANAR_SH(1)) #define TYPE_BGRA_16 (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2)|DOSWAP_SH(1)|SWAPFIRST_SH(1)) #define TYPE_BGRA_16_PREMUL (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2)|DOSWAP_SH(1)|SWAPFIRST_SH(1)|PREMUL_SH(1)) #define TYPE_BGRA_16_SE (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2)|ENDIAN16_SH(1)|DOSWAP_SH(1)|SWAPFIRST_SH(1)) #define TYPE_CMY_8 (COLORSPACE_SH(PT_CMY)|CHANNELS_SH(3)|BYTES_SH(1)) #define TYPE_CMY_8_PLANAR (COLORSPACE_SH(PT_CMY)|CHANNELS_SH(3)|BYTES_SH(1)|PLANAR_SH(1)) #define TYPE_CMY_16 (COLORSPACE_SH(PT_CMY)|CHANNELS_SH(3)|BYTES_SH(2)) #define TYPE_CMY_16_PLANAR (COLORSPACE_SH(PT_CMY)|CHANNELS_SH(3)|BYTES_SH(2)|PLANAR_SH(1)) #define TYPE_CMY_16_SE (COLORSPACE_SH(PT_CMY)|CHANNELS_SH(3)|BYTES_SH(2)|ENDIAN16_SH(1)) #define TYPE_CMYK_8 (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(1)) #define TYPE_CMYKA_8 (COLORSPACE_SH(PT_CMYK)|EXTRA_SH(1)|CHANNELS_SH(4)|BYTES_SH(1)) #define TYPE_CMYK_8_REV (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(1)|FLAVOR_SH(1)) #define TYPE_YUVK_8 TYPE_CMYK_8_REV #define TYPE_CMYK_8_PLANAR (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(1)|PLANAR_SH(1)) #define TYPE_CMYK_16 (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(2)) #define TYPE_CMYK_16_REV (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(2)|FLAVOR_SH(1)) #define TYPE_YUVK_16 TYPE_CMYK_16_REV #define TYPE_CMYK_16_PLANAR (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(2)|PLANAR_SH(1)) #define TYPE_CMYK_16_SE (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(2)|ENDIAN16_SH(1)) #define TYPE_KYMC_8 (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(1)|DOSWAP_SH(1)) #define TYPE_KYMC_16 (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(2)|DOSWAP_SH(1)) #define TYPE_KYMC_16_SE (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(2)|DOSWAP_SH(1)|ENDIAN16_SH(1)) #define TYPE_KCMY_8 (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(1)|SWAPFIRST_SH(1)) #define TYPE_KCMY_8_REV (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(1)|FLAVOR_SH(1)|SWAPFIRST_SH(1)) #define TYPE_KCMY_16 (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(2)|SWAPFIRST_SH(1)) #define TYPE_KCMY_16_REV (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(2)|FLAVOR_SH(1)|SWAPFIRST_SH(1)) #define TYPE_KCMY_16_SE (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(2)|ENDIAN16_SH(1)|SWAPFIRST_SH(1)) #define TYPE_CMYK5_8 (COLORSPACE_SH(PT_MCH5)|CHANNELS_SH(5)|BYTES_SH(1)) #define TYPE_CMYK5_16 (COLORSPACE_SH(PT_MCH5)|CHANNELS_SH(5)|BYTES_SH(2)) #define TYPE_CMYK5_16_SE (COLORSPACE_SH(PT_MCH5)|CHANNELS_SH(5)|BYTES_SH(2)|ENDIAN16_SH(1)) #define TYPE_KYMC5_8 (COLORSPACE_SH(PT_MCH5)|CHANNELS_SH(5)|BYTES_SH(1)|DOSWAP_SH(1)) #define TYPE_KYMC5_16 (COLORSPACE_SH(PT_MCH5)|CHANNELS_SH(5)|BYTES_SH(2)|DOSWAP_SH(1)) #define TYPE_KYMC5_16_SE (COLORSPACE_SH(PT_MCH5)|CHANNELS_SH(5)|BYTES_SH(2)|DOSWAP_SH(1)|ENDIAN16_SH(1)) #define TYPE_CMYK6_8 (COLORSPACE_SH(PT_MCH6)|CHANNELS_SH(6)|BYTES_SH(1)) #define TYPE_CMYK6_8_PLANAR (COLORSPACE_SH(PT_MCH6)|CHANNELS_SH(6)|BYTES_SH(1)|PLANAR_SH(1)) #define TYPE_CMYK6_16 (COLORSPACE_SH(PT_MCH6)|CHANNELS_SH(6)|BYTES_SH(2)) #define TYPE_CMYK6_16_PLANAR (COLORSPACE_SH(PT_MCH6)|CHANNELS_SH(6)|BYTES_SH(2)|PLANAR_SH(1)) #define TYPE_CMYK6_16_SE (COLORSPACE_SH(PT_MCH6)|CHANNELS_SH(6)|BYTES_SH(2)|ENDIAN16_SH(1)) #define TYPE_CMYK7_8 (COLORSPACE_SH(PT_MCH7)|CHANNELS_SH(7)|BYTES_SH(1)) #define TYPE_CMYK7_16 (COLORSPACE_SH(PT_MCH7)|CHANNELS_SH(7)|BYTES_SH(2)) #define TYPE_CMYK7_16_SE (COLORSPACE_SH(PT_MCH7)|CHANNELS_SH(7)|BYTES_SH(2)|ENDIAN16_SH(1)) #define TYPE_KYMC7_8 (COLORSPACE_SH(PT_MCH7)|CHANNELS_SH(7)|BYTES_SH(1)|DOSWAP_SH(1)) #define TYPE_KYMC7_16 (COLORSPACE_SH(PT_MCH7)|CHANNELS_SH(7)|BYTES_SH(2)|DOSWAP_SH(1)) #define TYPE_KYMC7_16_SE (COLORSPACE_SH(PT_MCH7)|CHANNELS_SH(7)|BYTES_SH(2)|DOSWAP_SH(1)|ENDIAN16_SH(1)) #define TYPE_CMYK8_8 (COLORSPACE_SH(PT_MCH8)|CHANNELS_SH(8)|BYTES_SH(1)) #define TYPE_CMYK8_16 (COLORSPACE_SH(PT_MCH8)|CHANNELS_SH(8)|BYTES_SH(2)) #define TYPE_CMYK8_16_SE (COLORSPACE_SH(PT_MCH8)|CHANNELS_SH(8)|BYTES_SH(2)|ENDIAN16_SH(1)) #define TYPE_KYMC8_8 (COLORSPACE_SH(PT_MCH8)|CHANNELS_SH(8)|BYTES_SH(1)|DOSWAP_SH(1)) #define TYPE_KYMC8_16 (COLORSPACE_SH(PT_MCH8)|CHANNELS_SH(8)|BYTES_SH(2)|DOSWAP_SH(1)) #define TYPE_KYMC8_16_SE (COLORSPACE_SH(PT_MCH8)|CHANNELS_SH(8)|BYTES_SH(2)|DOSWAP_SH(1)|ENDIAN16_SH(1)) #define TYPE_CMYK9_8 (COLORSPACE_SH(PT_MCH9)|CHANNELS_SH(9)|BYTES_SH(1)) #define TYPE_CMYK9_16 (COLORSPACE_SH(PT_MCH9)|CHANNELS_SH(9)|BYTES_SH(2)) #define TYPE_CMYK9_16_SE (COLORSPACE_SH(PT_MCH9)|CHANNELS_SH(9)|BYTES_SH(2)|ENDIAN16_SH(1)) #define TYPE_KYMC9_8 (COLORSPACE_SH(PT_MCH9)|CHANNELS_SH(9)|BYTES_SH(1)|DOSWAP_SH(1)) #define TYPE_KYMC9_16 (COLORSPACE_SH(PT_MCH9)|CHANNELS_SH(9)|BYTES_SH(2)|DOSWAP_SH(1)) #define TYPE_KYMC9_16_SE (COLORSPACE_SH(PT_MCH9)|CHANNELS_SH(9)|BYTES_SH(2)|DOSWAP_SH(1)|ENDIAN16_SH(1)) #define TYPE_CMYK10_8 (COLORSPACE_SH(PT_MCH10)|CHANNELS_SH(10)|BYTES_SH(1)) #define TYPE_CMYK10_16 (COLORSPACE_SH(PT_MCH10)|CHANNELS_SH(10)|BYTES_SH(2)) #define TYPE_CMYK10_16_SE (COLORSPACE_SH(PT_MCH10)|CHANNELS_SH(10)|BYTES_SH(2)|ENDIAN16_SH(1)) #define TYPE_KYMC10_8 (COLORSPACE_SH(PT_MCH10)|CHANNELS_SH(10)|BYTES_SH(1)|DOSWAP_SH(1)) #define TYPE_KYMC10_16 (COLORSPACE_SH(PT_MCH10)|CHANNELS_SH(10)|BYTES_SH(2)|DOSWAP_SH(1)) #define TYPE_KYMC10_16_SE (COLORSPACE_SH(PT_MCH10)|CHANNELS_SH(10)|BYTES_SH(2)|DOSWAP_SH(1)|ENDIAN16_SH(1)) #define TYPE_CMYK11_8 (COLORSPACE_SH(PT_MCH11)|CHANNELS_SH(11)|BYTES_SH(1)) #define TYPE_CMYK11_16 (COLORSPACE_SH(PT_MCH11)|CHANNELS_SH(11)|BYTES_SH(2)) #define TYPE_CMYK11_16_SE (COLORSPACE_SH(PT_MCH11)|CHANNELS_SH(11)|BYTES_SH(2)|ENDIAN16_SH(1)) #define TYPE_KYMC11_8 (COLORSPACE_SH(PT_MCH11)|CHANNELS_SH(11)|BYTES_SH(1)|DOSWAP_SH(1)) #define TYPE_KYMC11_16 (COLORSPACE_SH(PT_MCH11)|CHANNELS_SH(11)|BYTES_SH(2)|DOSWAP_SH(1)) #define TYPE_KYMC11_16_SE (COLORSPACE_SH(PT_MCH11)|CHANNELS_SH(11)|BYTES_SH(2)|DOSWAP_SH(1)|ENDIAN16_SH(1)) #define TYPE_CMYK12_8 (COLORSPACE_SH(PT_MCH12)|CHANNELS_SH(12)|BYTES_SH(1)) #define TYPE_CMYK12_16 (COLORSPACE_SH(PT_MCH12)|CHANNELS_SH(12)|BYTES_SH(2)) #define TYPE_CMYK12_16_SE (COLORSPACE_SH(PT_MCH12)|CHANNELS_SH(12)|BYTES_SH(2)|ENDIAN16_SH(1)) #define TYPE_KYMC12_8 (COLORSPACE_SH(PT_MCH12)|CHANNELS_SH(12)|BYTES_SH(1)|DOSWAP_SH(1)) #define TYPE_KYMC12_16 (COLORSPACE_SH(PT_MCH12)|CHANNELS_SH(12)|BYTES_SH(2)|DOSWAP_SH(1)) #define TYPE_KYMC12_16_SE (COLORSPACE_SH(PT_MCH12)|CHANNELS_SH(12)|BYTES_SH(2)|DOSWAP_SH(1)|ENDIAN16_SH(1)) // Colorimetric #define TYPE_XYZ_16 (COLORSPACE_SH(PT_XYZ)|CHANNELS_SH(3)|BYTES_SH(2)) #define TYPE_Lab_8 (COLORSPACE_SH(PT_Lab)|CHANNELS_SH(3)|BYTES_SH(1)) #define TYPE_LabV2_8 (COLORSPACE_SH(PT_LabV2)|CHANNELS_SH(3)|BYTES_SH(1)) #define TYPE_ALab_8 (COLORSPACE_SH(PT_Lab)|CHANNELS_SH(3)|BYTES_SH(1)|EXTRA_SH(1)|SWAPFIRST_SH(1)) #define TYPE_ALabV2_8 (COLORSPACE_SH(PT_LabV2)|CHANNELS_SH(3)|BYTES_SH(1)|EXTRA_SH(1)|SWAPFIRST_SH(1)) #define TYPE_Lab_16 (COLORSPACE_SH(PT_Lab)|CHANNELS_SH(3)|BYTES_SH(2)) #define TYPE_LabV2_16 (COLORSPACE_SH(PT_LabV2)|CHANNELS_SH(3)|BYTES_SH(2)) #define TYPE_Yxy_16 (COLORSPACE_SH(PT_Yxy)|CHANNELS_SH(3)|BYTES_SH(2)) // YCbCr #define TYPE_YCbCr_8 (COLORSPACE_SH(PT_YCbCr)|CHANNELS_SH(3)|BYTES_SH(1)) #define TYPE_YCbCr_8_PLANAR (COLORSPACE_SH(PT_YCbCr)|CHANNELS_SH(3)|BYTES_SH(1)|PLANAR_SH(1)) #define TYPE_YCbCr_16 (COLORSPACE_SH(PT_YCbCr)|CHANNELS_SH(3)|BYTES_SH(2)) #define TYPE_YCbCr_16_PLANAR (COLORSPACE_SH(PT_YCbCr)|CHANNELS_SH(3)|BYTES_SH(2)|PLANAR_SH(1)) #define TYPE_YCbCr_16_SE (COLORSPACE_SH(PT_YCbCr)|CHANNELS_SH(3)|BYTES_SH(2)|ENDIAN16_SH(1)) // YUV #define TYPE_YUV_8 (COLORSPACE_SH(PT_YUV)|CHANNELS_SH(3)|BYTES_SH(1)) #define TYPE_YUV_8_PLANAR (COLORSPACE_SH(PT_YUV)|CHANNELS_SH(3)|BYTES_SH(1)|PLANAR_SH(1)) #define TYPE_YUV_16 (COLORSPACE_SH(PT_YUV)|CHANNELS_SH(3)|BYTES_SH(2)) #define TYPE_YUV_16_PLANAR (COLORSPACE_SH(PT_YUV)|CHANNELS_SH(3)|BYTES_SH(2)|PLANAR_SH(1)) #define TYPE_YUV_16_SE (COLORSPACE_SH(PT_YUV)|CHANNELS_SH(3)|BYTES_SH(2)|ENDIAN16_SH(1)) // HLS #define TYPE_HLS_8 (COLORSPACE_SH(PT_HLS)|CHANNELS_SH(3)|BYTES_SH(1)) #define TYPE_HLS_8_PLANAR (COLORSPACE_SH(PT_HLS)|CHANNELS_SH(3)|BYTES_SH(1)|PLANAR_SH(1)) #define TYPE_HLS_16 (COLORSPACE_SH(PT_HLS)|CHANNELS_SH(3)|BYTES_SH(2)) #define TYPE_HLS_16_PLANAR (COLORSPACE_SH(PT_HLS)|CHANNELS_SH(3)|BYTES_SH(2)|PLANAR_SH(1)) #define TYPE_HLS_16_SE (COLORSPACE_SH(PT_HLS)|CHANNELS_SH(3)|BYTES_SH(2)|ENDIAN16_SH(1)) // HSV #define TYPE_HSV_8 (COLORSPACE_SH(PT_HSV)|CHANNELS_SH(3)|BYTES_SH(1)) #define TYPE_HSV_8_PLANAR (COLORSPACE_SH(PT_HSV)|CHANNELS_SH(3)|BYTES_SH(1)|PLANAR_SH(1)) #define TYPE_HSV_16 (COLORSPACE_SH(PT_HSV)|CHANNELS_SH(3)|BYTES_SH(2)) #define TYPE_HSV_16_PLANAR (COLORSPACE_SH(PT_HSV)|CHANNELS_SH(3)|BYTES_SH(2)|PLANAR_SH(1)) #define TYPE_HSV_16_SE (COLORSPACE_SH(PT_HSV)|CHANNELS_SH(3)|BYTES_SH(2)|ENDIAN16_SH(1)) // Named color index. Only 16 bits is allowed (don't check colorspace) #define TYPE_NAMED_COLOR_INDEX (CHANNELS_SH(1)|BYTES_SH(2)) // Float formatters. #define TYPE_XYZ_FLT (FLOAT_SH(1)|COLORSPACE_SH(PT_XYZ)|CHANNELS_SH(3)|BYTES_SH(4)) #define TYPE_Lab_FLT (FLOAT_SH(1)|COLORSPACE_SH(PT_Lab)|CHANNELS_SH(3)|BYTES_SH(4)) #define TYPE_LabA_FLT (FLOAT_SH(1)|COLORSPACE_SH(PT_Lab)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(4)) #define TYPE_GRAY_FLT (FLOAT_SH(1)|COLORSPACE_SH(PT_GRAY)|CHANNELS_SH(1)|BYTES_SH(4)) #define TYPE_GRAYA_FLT (FLOAT_SH(1)|COLORSPACE_SH(PT_GRAY)|CHANNELS_SH(1)|BYTES_SH(4)|EXTRA_SH(1)) #define TYPE_GRAYA_FLT_PREMUL (FLOAT_SH(1)|COLORSPACE_SH(PT_GRAY)|CHANNELS_SH(1)|BYTES_SH(4)|EXTRA_SH(1)|PREMUL_SH(1)) #define TYPE_RGB_FLT (FLOAT_SH(1)|COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(4)) #define TYPE_RGBA_FLT (FLOAT_SH(1)|COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(4)) #define TYPE_RGBA_FLT_PREMUL (FLOAT_SH(1)|COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(4)|PREMUL_SH(1)) #define TYPE_ARGB_FLT (FLOAT_SH(1)|COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(4)|SWAPFIRST_SH(1)) #define TYPE_ARGB_FLT_PREMUL (FLOAT_SH(1)|COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(4)|SWAPFIRST_SH(1)|PREMUL_SH(1)) #define TYPE_BGR_FLT (FLOAT_SH(1)|COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(4)|DOSWAP_SH(1)) #define TYPE_BGRA_FLT (FLOAT_SH(1)|COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(4)|DOSWAP_SH(1)|SWAPFIRST_SH(1)) #define TYPE_BGRA_FLT_PREMUL (FLOAT_SH(1)|COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(4)|DOSWAP_SH(1)|SWAPFIRST_SH(1)|PREMUL_SH(1)) #define TYPE_ABGR_FLT (FLOAT_SH(1)|COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(4)|DOSWAP_SH(1)) #define TYPE_ABGR_FLT_PREMUL (FLOAT_SH(1)|COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(4)|DOSWAP_SH(1)|PREMUL_SH(1)) #define TYPE_CMYK_FLT (FLOAT_SH(1)|COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(4)) // Floating point formatters. // NOTE THAT 'BYTES' FIELD IS SET TO ZERO ON DLB because 8 bytes overflows the bitfield #define TYPE_XYZ_DBL (FLOAT_SH(1)|COLORSPACE_SH(PT_XYZ)|CHANNELS_SH(3)|BYTES_SH(0)) #define TYPE_Lab_DBL (FLOAT_SH(1)|COLORSPACE_SH(PT_Lab)|CHANNELS_SH(3)|BYTES_SH(0)) #define TYPE_GRAY_DBL (FLOAT_SH(1)|COLORSPACE_SH(PT_GRAY)|CHANNELS_SH(1)|BYTES_SH(0)) #define TYPE_RGB_DBL (FLOAT_SH(1)|COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(0)) #define TYPE_BGR_DBL (FLOAT_SH(1)|COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(0)|DOSWAP_SH(1)) #define TYPE_CMYK_DBL (FLOAT_SH(1)|COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(0)) #define TYPE_OKLAB_DBL (FLOAT_SH(1)|COLORSPACE_SH(PT_MCH3)|CHANNELS_SH(3)|BYTES_SH(0)) // IEEE 754-2008 "half" #define TYPE_GRAY_HALF_FLT (FLOAT_SH(1)|COLORSPACE_SH(PT_GRAY)|CHANNELS_SH(1)|BYTES_SH(2)) #define TYPE_RGB_HALF_FLT (FLOAT_SH(1)|COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(2)) #define TYPE_CMYK_HALF_FLT (FLOAT_SH(1)|COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(2)) #define TYPE_RGBA_HALF_FLT (FLOAT_SH(1)|COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2)) #define TYPE_ARGB_HALF_FLT (FLOAT_SH(1)|COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2)|SWAPFIRST_SH(1)) #define TYPE_BGR_HALF_FLT (FLOAT_SH(1)|COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(2)|DOSWAP_SH(1)) #define TYPE_BGRA_HALF_FLT (FLOAT_SH(1)|COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2)|DOSWAP_SH(1)|SWAPFIRST_SH(1)) #define TYPE_ABGR_HALF_FLT (FLOAT_SH(1)|COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(2)|DOSWAP_SH(1)) #endif // Colorspaces typedef struct { cmsFloat64Number X; cmsFloat64Number Y; cmsFloat64Number Z; } cmsCIEXYZ; typedef struct { cmsFloat64Number x; cmsFloat64Number y; cmsFloat64Number Y; } cmsCIExyY; typedef struct { cmsFloat64Number L; cmsFloat64Number a; cmsFloat64Number b; } cmsCIELab; typedef struct { cmsFloat64Number L; cmsFloat64Number C; cmsFloat64Number h; } cmsCIELCh; typedef struct { cmsFloat64Number J; cmsFloat64Number C; cmsFloat64Number h; } cmsJCh; typedef struct { cmsCIEXYZ Red; cmsCIEXYZ Green; cmsCIEXYZ Blue; } cmsCIEXYZTRIPLE; typedef struct { cmsCIExyY Red; cmsCIExyY Green; cmsCIExyY Blue; } cmsCIExyYTRIPLE; // Illuminant types for structs below #define cmsILLUMINANT_TYPE_UNKNOWN 0x0000000 #define cmsILLUMINANT_TYPE_D50 0x0000001 #define cmsILLUMINANT_TYPE_D65 0x0000002 #define cmsILLUMINANT_TYPE_D93 0x0000003 #define cmsILLUMINANT_TYPE_F2 0x0000004 #define cmsILLUMINANT_TYPE_D55 0x0000005 #define cmsILLUMINANT_TYPE_A 0x0000006 #define cmsILLUMINANT_TYPE_E 0x0000007 #define cmsILLUMINANT_TYPE_F8 0x0000008 typedef struct { cmsUInt32Number Observer; // 0 = unknown, 1=CIE 1931, 2=CIE 1964 cmsCIEXYZ Backing; // Value of backing cmsUInt32Number Geometry; // 0=unknown, 1=45/0, 0/45 2=0d, d/0 cmsFloat64Number Flare; // 0..1.0 cmsUInt32Number IlluminantType; } cmsICCMeasurementConditions; typedef struct { cmsCIEXYZ IlluminantXYZ; // Not the same struct as CAM02, cmsCIEXYZ SurroundXYZ; // This is for storing the tag cmsUInt32Number IlluminantType; // viewing condition } cmsICCViewingConditions; typedef struct { cmsUInt8Number ColourPrimaries; // Recommendation ITU-T H.273 cmsUInt8Number TransferCharacteristics; // (ISO/IEC 23091-2) cmsUInt8Number MatrixCoefficients; cmsUInt8Number VideoFullRangeFlag; } cmsVideoSignalType; typedef struct { cmsUInt32Number CurveEntries; cmsFloat64Number* RedCurve; cmsFloat64Number* GreenCurve; cmsFloat64Number* BlueCurve; cmsFloat64Number MinLuminance; // ST.2086 min luminance in nits cmsFloat64Number PeakLuminance; // ST.2086 peak luminance in nits cmsFloat64Number XYZ2XYZmatrix[3][4]; } cmsMHC2Type; // Get LittleCMS version (for shared objects) ----------------------------------------------------------------------------- CMSAPI int CMSEXPORT cmsGetEncodedCMMversion(void); // Support of non-standard functions -------------------------------------------------------------------------------------- CMSAPI int CMSEXPORT cmsstrcasecmp(const char* s1, const char* s2); CMSAPI long int CMSEXPORT cmsfilelength(FILE* f); // Context handling -------------------------------------------------------------------------------------------------------- // Each context holds its owns globals and its own plug-ins. There is a global context with the id = 0 for lecacy compatibility // though using the global context is not recommended. Proper context handling makes lcms more thread-safe. typedef struct _cmsContext_struct* cmsContext; CMSAPI cmsContext CMSEXPORT cmsCreateContext(void* Plugin, void* UserData); CMSAPI void CMSEXPORT cmsDeleteContext(cmsContext ContextID); CMSAPI cmsContext CMSEXPORT cmsDupContext(cmsContext ContextID, void* NewUserData); CMSAPI void* CMSEXPORT cmsGetContextUserData(cmsContext ContextID); // Plug-In registering -------------------------------------------------------------------------------------------------- CMSAPI cmsBool CMSEXPORT cmsPlugin(void* Plugin); CMSAPI cmsBool CMSEXPORT cmsPluginTHR(cmsContext ContextID, void* Plugin); CMSAPI void CMSEXPORT cmsUnregisterPlugins(void); CMSAPI void CMSEXPORT cmsUnregisterPluginsTHR(cmsContext ContextID); // Error logging ---------------------------------------------------------------------------------------------------------- // There is no error handling at all. When a function fails, it returns proper value. // For example, all create functions does return NULL on failure. Other may return FALSE. // It may be interesting, for the developer, to know why the function is failing. // for that reason, lcms2 does offer a logging function. This function will get // an ENGLISH string with some clues on what is going wrong. You can show this // info to the end user if you wish, or just create some sort of log on disk. // The logging function should NOT terminate the program, as this obviously can leave // unfreed resources. It is the programmer's responsibility to check each function // return code to make sure it didn't fail. #define cmsERROR_UNDEFINED 0 #define cmsERROR_FILE 1 #define cmsERROR_RANGE 2 #define cmsERROR_INTERNAL 3 #define cmsERROR_NULL 4 #define cmsERROR_READ 5 #define cmsERROR_SEEK 6 #define cmsERROR_WRITE 7 #define cmsERROR_UNKNOWN_EXTENSION 8 #define cmsERROR_COLORSPACE_CHECK 9 #define cmsERROR_ALREADY_DEFINED 10 #define cmsERROR_BAD_SIGNATURE 11 #define cmsERROR_CORRUPTION_DETECTED 12 #define cmsERROR_NOT_SUITABLE 13 // Error logger is called with the ContextID when a message is raised. This gives the // chance to know which thread is responsible of the warning and any environment associated // with it. Non-multithreading applications may safely ignore this parameter. // Note that under certain special circumstances, ContextID may be NULL. typedef void (* cmsLogErrorHandlerFunction)(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *Text); // Allows user to set any specific logger CMSAPI void CMSEXPORT cmsSetLogErrorHandler(cmsLogErrorHandlerFunction Fn); CMSAPI void CMSEXPORT cmsSetLogErrorHandlerTHR(cmsContext ContextID, cmsLogErrorHandlerFunction Fn); // Conversions -------------------------------------------------------------------------------------------------------------- // Returns pointers to constant structs CMSAPI const cmsCIEXYZ* CMSEXPORT cmsD50_XYZ(void); CMSAPI const cmsCIExyY* CMSEXPORT cmsD50_xyY(void); // Colorimetric space conversions CMSAPI void CMSEXPORT cmsXYZ2xyY(cmsCIExyY* Dest, const cmsCIEXYZ* Source); CMSAPI void CMSEXPORT cmsxyY2XYZ(cmsCIEXYZ* Dest, const cmsCIExyY* Source); CMSAPI void CMSEXPORT cmsXYZ2Lab(const cmsCIEXYZ* WhitePoint, cmsCIELab* Lab, const cmsCIEXYZ* xyz); CMSAPI void CMSEXPORT cmsLab2XYZ(const cmsCIEXYZ* WhitePoint, cmsCIEXYZ* xyz, const cmsCIELab* Lab); CMSAPI void CMSEXPORT cmsLab2LCh(cmsCIELCh*LCh, const cmsCIELab* Lab); CMSAPI void CMSEXPORT cmsLCh2Lab(cmsCIELab* Lab, const cmsCIELCh* LCh); // Encoding /Decoding on PCS CMSAPI void CMSEXPORT cmsLabEncoded2Float(cmsCIELab* Lab, const cmsUInt16Number wLab[3]); CMSAPI void CMSEXPORT cmsLabEncoded2FloatV2(cmsCIELab* Lab, const cmsUInt16Number wLab[3]); CMSAPI void CMSEXPORT cmsFloat2LabEncoded(cmsUInt16Number wLab[3], const cmsCIELab* Lab); CMSAPI void CMSEXPORT cmsFloat2LabEncodedV2(cmsUInt16Number wLab[3], const cmsCIELab* Lab); CMSAPI void CMSEXPORT cmsXYZEncoded2Float(cmsCIEXYZ* fxyz, const cmsUInt16Number XYZ[3]); CMSAPI void CMSEXPORT cmsFloat2XYZEncoded(cmsUInt16Number XYZ[3], const cmsCIEXYZ* fXYZ); // DeltaE metrics CMSAPI cmsFloat64Number CMSEXPORT cmsDeltaE(const cmsCIELab* Lab1, const cmsCIELab* Lab2); CMSAPI cmsFloat64Number CMSEXPORT cmsCIE94DeltaE(const cmsCIELab* Lab1, const cmsCIELab* Lab2); CMSAPI cmsFloat64Number CMSEXPORT cmsBFDdeltaE(const cmsCIELab* Lab1, const cmsCIELab* Lab2); CMSAPI cmsFloat64Number CMSEXPORT cmsCMCdeltaE(const cmsCIELab* Lab1, const cmsCIELab* Lab2, cmsFloat64Number l, cmsFloat64Number c); CMSAPI cmsFloat64Number CMSEXPORT cmsCIE2000DeltaE(const cmsCIELab* Lab1, const cmsCIELab* Lab2, cmsFloat64Number Kl, cmsFloat64Number Kc, cmsFloat64Number Kh); // Temperature <-> Chromaticity (Black body) CMSAPI cmsBool CMSEXPORT cmsWhitePointFromTemp(cmsCIExyY* WhitePoint, cmsFloat64Number TempK); CMSAPI cmsBool CMSEXPORT cmsTempFromWhitePoint(cmsFloat64Number* TempK, const cmsCIExyY* WhitePoint); // Chromatic adaptation CMSAPI cmsBool CMSEXPORT cmsAdaptToIlluminant(cmsCIEXYZ* Result, const cmsCIEXYZ* SourceWhitePt, const cmsCIEXYZ* Illuminant, const cmsCIEXYZ* Value); // CIECAM02 --------------------------------------------------------------------------------------------------- // Viewing conditions. Please note those are CAM model viewing conditions, and not the ICC tag viewing // conditions, which I'm naming cmsICCViewingConditions to make differences evident. Unfortunately, the tag // cannot deal with surround La, Yb and D value so is basically useless to store CAM02 viewing conditions. #define AVG_SURROUND 1 #define DIM_SURROUND 2 #define DARK_SURROUND 3 #define CUTSHEET_SURROUND 4 #define D_CALCULATE (-1) typedef struct { cmsCIEXYZ whitePoint; cmsFloat64Number Yb; cmsFloat64Number La; cmsUInt32Number surround; cmsFloat64Number D_value; } cmsViewingConditions; CMSAPI cmsHANDLE CMSEXPORT cmsCIECAM02Init(cmsContext ContextID, const cmsViewingConditions* pVC); CMSAPI void CMSEXPORT cmsCIECAM02Done(cmsHANDLE hModel); CMSAPI void CMSEXPORT cmsCIECAM02Forward(cmsHANDLE hModel, const cmsCIEXYZ* pIn, cmsJCh* pOut); CMSAPI void CMSEXPORT cmsCIECAM02Reverse(cmsHANDLE hModel, const cmsJCh* pIn, cmsCIEXYZ* pOut); // Tone curves ----------------------------------------------------------------------------------------- // This describes a curve segment. For a table of supported types, see the manual. User can increase the number of // available types by using a proper plug-in. Parametric segments allow 10 parameters at most typedef struct { cmsFloat32Number x0, x1; // Domain; for x0 < x <= x1 cmsInt32Number Type; // Parametric type, Type == 0 means sampled segment. Negative values are reserved cmsFloat64Number Params[10]; // Parameters if Type != 0 cmsUInt32Number nGridPoints; // Number of grid points if Type == 0 cmsFloat32Number* SampledPoints; // Points to an array of floats if Type == 0 } cmsCurveSegment; // The internal representation is none of your business. typedef struct _cms_curve_struct cmsToneCurve; CMSAPI cmsToneCurve* CMSEXPORT cmsBuildSegmentedToneCurve(cmsContext ContextID, cmsUInt32Number nSegments, const cmsCurveSegment Segments[]); CMSAPI cmsToneCurve* CMSEXPORT cmsBuildParametricToneCurve(cmsContext ContextID, cmsInt32Number Type, const cmsFloat64Number Params[]); CMSAPI cmsToneCurve* CMSEXPORT cmsBuildGamma(cmsContext ContextID, cmsFloat64Number Gamma); CMSAPI cmsToneCurve* CMSEXPORT cmsBuildTabulatedToneCurve16(cmsContext ContextID, cmsUInt32Number nEntries, const cmsUInt16Number values[]); CMSAPI cmsToneCurve* CMSEXPORT cmsBuildTabulatedToneCurveFloat(cmsContext ContextID, cmsUInt32Number nEntries, const cmsFloat32Number values[]); CMSAPI void CMSEXPORT cmsFreeToneCurve(cmsToneCurve* Curve); CMSAPI void CMSEXPORT cmsFreeToneCurveTriple(cmsToneCurve* Curve[3]); CMSAPI cmsToneCurve* CMSEXPORT cmsDupToneCurve(const cmsToneCurve* Src); CMSAPI cmsToneCurve* CMSEXPORT cmsReverseToneCurve(const cmsToneCurve* InGamma); CMSAPI cmsToneCurve* CMSEXPORT cmsReverseToneCurveEx(cmsUInt32Number nResultSamples, const cmsToneCurve* InGamma); CMSAPI cmsToneCurve* CMSEXPORT cmsJoinToneCurve(cmsContext ContextID, const cmsToneCurve* X, const cmsToneCurve* Y, cmsUInt32Number nPoints); CMSAPI cmsBool CMSEXPORT cmsSmoothToneCurve(cmsToneCurve* Tab, cmsFloat64Number lambda); CMSAPI cmsFloat32Number CMSEXPORT cmsEvalToneCurveFloat(const cmsToneCurve* Curve, cmsFloat32Number v); CMSAPI cmsUInt16Number CMSEXPORT cmsEvalToneCurve16(const cmsToneCurve* Curve, cmsUInt16Number v); CMSAPI cmsBool CMSEXPORT cmsIsToneCurveMultisegment(const cmsToneCurve* InGamma); CMSAPI cmsBool CMSEXPORT cmsIsToneCurveLinear(const cmsToneCurve* Curve); CMSAPI cmsBool CMSEXPORT cmsIsToneCurveMonotonic(const cmsToneCurve* t); CMSAPI cmsBool CMSEXPORT cmsIsToneCurveDescending(const cmsToneCurve* t); CMSAPI cmsInt32Number CMSEXPORT cmsGetToneCurveParametricType(const cmsToneCurve* t); CMSAPI cmsFloat64Number CMSEXPORT cmsEstimateGamma(const cmsToneCurve* t, cmsFloat64Number Precision); CMSAPI const cmsCurveSegment* CMSEXPORT cmsGetToneCurveSegment(cmsInt32Number n, const cmsToneCurve* t); // Tone curve tabular estimation CMSAPI cmsUInt32Number CMSEXPORT cmsGetToneCurveEstimatedTableEntries(const cmsToneCurve* t); CMSAPI const cmsUInt16Number* CMSEXPORT cmsGetToneCurveEstimatedTable(const cmsToneCurve* t); // Implements pipelines of multi-processing elements ------------------------------------------------------------- // Nothing to see here, move along typedef struct _cmsPipeline_struct cmsPipeline; typedef struct _cmsStage_struct cmsStage; // Those are hi-level pipelines CMSAPI cmsPipeline* CMSEXPORT cmsPipelineAlloc(cmsContext ContextID, cmsUInt32Number InputChannels, cmsUInt32Number OutputChannels); CMSAPI void CMSEXPORT cmsPipelineFree(cmsPipeline* lut); CMSAPI cmsPipeline* CMSEXPORT cmsPipelineDup(const cmsPipeline* Orig); CMSAPI cmsContext CMSEXPORT cmsGetPipelineContextID(const cmsPipeline* lut); CMSAPI cmsUInt32Number CMSEXPORT cmsPipelineInputChannels(const cmsPipeline* lut); CMSAPI cmsUInt32Number CMSEXPORT cmsPipelineOutputChannels(const cmsPipeline* lut); CMSAPI cmsUInt32Number CMSEXPORT cmsPipelineStageCount(const cmsPipeline* lut); CMSAPI cmsStage* CMSEXPORT cmsPipelineGetPtrToFirstStage(const cmsPipeline* lut); CMSAPI cmsStage* CMSEXPORT cmsPipelineGetPtrToLastStage(const cmsPipeline* lut); CMSAPI void CMSEXPORT cmsPipelineEval16(const cmsUInt16Number In[], cmsUInt16Number Out[], const cmsPipeline* lut); CMSAPI void CMSEXPORT cmsPipelineEvalFloat(const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsPipeline* lut); CMSAPI cmsBool CMSEXPORT cmsPipelineEvalReverseFloat(cmsFloat32Number Target[], cmsFloat32Number Result[], cmsFloat32Number Hint[], const cmsPipeline* lut); CMSAPI cmsBool CMSEXPORT cmsPipelineCat(cmsPipeline* l1, const cmsPipeline* l2); CMSAPI cmsBool CMSEXPORT cmsPipelineSetSaveAs8bitsFlag(cmsPipeline* lut, cmsBool On); // Where to place/locate the stages in the pipeline chain typedef enum { cmsAT_BEGIN, cmsAT_END } cmsStageLoc; CMSAPI cmsBool CMSEXPORT cmsPipelineInsertStage(cmsPipeline* lut, cmsStageLoc loc, cmsStage* mpe); CMSAPI void CMSEXPORT cmsPipelineUnlinkStage(cmsPipeline* lut, cmsStageLoc loc, cmsStage** mpe); // This function is quite useful to analyze the structure of a Pipeline and retrieve the Stage elements // that conform the Pipeline. It should be called with the Pipeline, the number of expected elements and // then a list of expected types followed with a list of double pointers to Stage elements. If // the function founds a match with current pipeline, it fills the pointers and returns TRUE // if not, returns FALSE without touching anything. CMSAPI cmsBool CMSEXPORT cmsPipelineCheckAndRetreiveStages(const cmsPipeline* Lut, cmsUInt32Number n, ...); // Matrix has double precision and CLUT has only float precision. That is because an ICC profile can encode // matrices with far more precision that CLUTS CMSAPI cmsStage* CMSEXPORT cmsStageAllocIdentity(cmsContext ContextID, cmsUInt32Number nChannels); CMSAPI cmsStage* CMSEXPORT cmsStageAllocToneCurves(cmsContext ContextID, cmsUInt32Number nChannels, cmsToneCurve* const Curves[]); CMSAPI cmsStage* CMSEXPORT cmsStageAllocMatrix(cmsContext ContextID, cmsUInt32Number Rows, cmsUInt32Number Cols, const cmsFloat64Number* Matrix, const cmsFloat64Number* Offset); CMSAPI cmsStage* CMSEXPORT cmsStageAllocCLut16bit(cmsContext ContextID, cmsUInt32Number nGridPoints, cmsUInt32Number inputChan, cmsUInt32Number outputChan, const cmsUInt16Number* Table); CMSAPI cmsStage* CMSEXPORT cmsStageAllocCLutFloat(cmsContext ContextID, cmsUInt32Number nGridPoints, cmsUInt32Number inputChan, cmsUInt32Number outputChan, const cmsFloat32Number* Table); CMSAPI cmsStage* CMSEXPORT cmsStageAllocCLut16bitGranular(cmsContext ContextID, const cmsUInt32Number clutPoints[], cmsUInt32Number inputChan, cmsUInt32Number outputChan, const cmsUInt16Number* Table); CMSAPI cmsStage* CMSEXPORT cmsStageAllocCLutFloatGranular(cmsContext ContextID, const cmsUInt32Number clutPoints[], cmsUInt32Number inputChan, cmsUInt32Number outputChan, const cmsFloat32Number* Table); CMSAPI cmsStage* CMSEXPORT cmsStageDup(cmsStage* mpe); CMSAPI void CMSEXPORT cmsStageFree(cmsStage* mpe); CMSAPI cmsStage* CMSEXPORT cmsStageNext(const cmsStage* mpe); CMSAPI cmsUInt32Number CMSEXPORT cmsStageInputChannels(const cmsStage* mpe); CMSAPI cmsUInt32Number CMSEXPORT cmsStageOutputChannels(const cmsStage* mpe); CMSAPI cmsStageSignature CMSEXPORT cmsStageType(const cmsStage* mpe); CMSAPI void* CMSEXPORT cmsStageData(const cmsStage* mpe); CMSAPI cmsContext CMSEXPORT cmsGetStageContextID(const cmsStage* mpe); // Sampling typedef cmsInt32Number (* cmsSAMPLER16) (CMSREGISTER const cmsUInt16Number In[], CMSREGISTER cmsUInt16Number Out[], CMSREGISTER void * Cargo); typedef cmsInt32Number (* cmsSAMPLERFLOAT)(CMSREGISTER const cmsFloat32Number In[], CMSREGISTER cmsFloat32Number Out[], CMSREGISTER void * Cargo); // Use this flag to prevent changes being written to destination #define SAMPLER_INSPECT 0x01000000 // For CLUT only CMSAPI cmsBool CMSEXPORT cmsStageSampleCLut16bit(cmsStage* mpe, cmsSAMPLER16 Sampler, void* Cargo, cmsUInt32Number dwFlags); CMSAPI cmsBool CMSEXPORT cmsStageSampleCLutFloat(cmsStage* mpe, cmsSAMPLERFLOAT Sampler, void* Cargo, cmsUInt32Number dwFlags); // Slicers CMSAPI cmsBool CMSEXPORT cmsSliceSpace16(cmsUInt32Number nInputs, const cmsUInt32Number clutPoints[], cmsSAMPLER16 Sampler, void * Cargo); CMSAPI cmsBool CMSEXPORT cmsSliceSpaceFloat(cmsUInt32Number nInputs, const cmsUInt32Number clutPoints[], cmsSAMPLERFLOAT Sampler, void * Cargo); // Multilocalized Unicode management --------------------------------------------------------------------------------------- typedef struct _cms_MLU_struct cmsMLU; #define cmsNoLanguage "\0\0" #define cmsNoCountry "\0\0" // Special language/country to retrieve unicode field for description in V2 profiles. Use with care. #define cmsV2Unicode "\xff\xff" CMSAPI cmsMLU* CMSEXPORT cmsMLUalloc(cmsContext ContextID, cmsUInt32Number nItems); CMSAPI void CMSEXPORT cmsMLUfree(cmsMLU* mlu); CMSAPI cmsMLU* CMSEXPORT cmsMLUdup(const cmsMLU* mlu); CMSAPI cmsBool CMSEXPORT cmsMLUsetASCII(cmsMLU* mlu, const char LanguageCode[3], const char CountryCode[3], const char* ASCIIString); CMSAPI cmsBool CMSEXPORT cmsMLUsetWide(cmsMLU* mlu, const char LanguageCode[3], const char CountryCode[3], const wchar_t* WideString); CMSAPI cmsBool CMSEXPORT cmsMLUsetUTF8(cmsMLU* mlu, const char LanguageCode[3], const char CountryCode[3], const char* UTF8String); CMSAPI cmsUInt32Number CMSEXPORT cmsMLUgetASCII(const cmsMLU* mlu, const char LanguageCode[3], const char CountryCode[3], char* Buffer, cmsUInt32Number BufferSize); CMSAPI cmsUInt32Number CMSEXPORT cmsMLUgetWide(const cmsMLU* mlu, const char LanguageCode[3], const char CountryCode[3], wchar_t* Buffer, cmsUInt32Number BufferSize); CMSAPI cmsUInt32Number CMSEXPORT cmsMLUgetUTF8(const cmsMLU* mlu, const char LanguageCode[3], const char CountryCode[3], char* Buffer, cmsUInt32Number BufferSize); CMSAPI cmsBool CMSEXPORT cmsMLUgetTranslation(const cmsMLU* mlu, const char LanguageCode[3], const char CountryCode[3], char ObtainedLanguage[3], char ObtainedCountry[3]); CMSAPI cmsUInt32Number CMSEXPORT cmsMLUtranslationsCount(const cmsMLU* mlu); CMSAPI cmsBool CMSEXPORT cmsMLUtranslationsCodes(const cmsMLU* mlu, cmsUInt32Number idx, char LanguageCode[3], char CountryCode[3]); // Undercolorremoval & black generation ------------------------------------------------------------------------------------- typedef struct { cmsToneCurve* Ucr; cmsToneCurve* Bg; cmsMLU* Desc; } cmsUcrBg; // Screening ---------------------------------------------------------------------------------------------------------------- #define cmsPRINTER_DEFAULT_SCREENS 0x0001 #define cmsFREQUENCE_UNITS_LINES_CM 0x0000 #define cmsFREQUENCE_UNITS_LINES_INCH 0x0002 #define cmsSPOT_UNKNOWN 0 #define cmsSPOT_PRINTER_DEFAULT 1 #define cmsSPOT_ROUND 2 #define cmsSPOT_DIAMOND 3 #define cmsSPOT_ELLIPSE 4 #define cmsSPOT_LINE 5 #define cmsSPOT_SQUARE 6 #define cmsSPOT_CROSS 7 typedef struct { cmsFloat64Number Frequency; cmsFloat64Number ScreenAngle; cmsUInt32Number SpotShape; } cmsScreeningChannel; typedef struct { cmsUInt32Number Flag; cmsUInt32Number nChannels; cmsScreeningChannel Channels[cmsMAXCHANNELS]; } cmsScreening; // Named color ----------------------------------------------------------------------------------------------------------------- typedef struct _cms_NAMEDCOLORLIST_struct cmsNAMEDCOLORLIST; CMSAPI cmsNAMEDCOLORLIST* CMSEXPORT cmsAllocNamedColorList(cmsContext ContextID, cmsUInt32Number n, cmsUInt32Number ColorantCount, const char* Prefix, const char* Suffix); CMSAPI void CMSEXPORT cmsFreeNamedColorList(cmsNAMEDCOLORLIST* v); CMSAPI cmsNAMEDCOLORLIST* CMSEXPORT cmsDupNamedColorList(const cmsNAMEDCOLORLIST* v); CMSAPI cmsBool CMSEXPORT cmsAppendNamedColor(cmsNAMEDCOLORLIST* v, const char* Name, cmsUInt16Number PCS[3], cmsUInt16Number Colorant[cmsMAXCHANNELS]); CMSAPI cmsUInt32Number CMSEXPORT cmsNamedColorCount(const cmsNAMEDCOLORLIST* v); CMSAPI cmsInt32Number CMSEXPORT cmsNamedColorIndex(const cmsNAMEDCOLORLIST* v, const char* Name); CMSAPI cmsBool CMSEXPORT cmsNamedColorInfo(const cmsNAMEDCOLORLIST* NamedColorList, cmsUInt32Number nColor, char* Name, char* Prefix, char* Suffix, cmsUInt16Number* PCS, cmsUInt16Number* Colorant); // Retrieve named color list from transform CMSAPI cmsNAMEDCOLORLIST* CMSEXPORT cmsGetNamedColorList(cmsHTRANSFORM xform); // Profile sequence ----------------------------------------------------------------------------------------------------- // Profile sequence descriptor. Some fields come from profile sequence descriptor tag, others // come from Profile Sequence Identifier Tag typedef struct { cmsSignature deviceMfg; cmsSignature deviceModel; cmsUInt64Number attributes; cmsTechnologySignature technology; cmsProfileID ProfileID; cmsMLU* Manufacturer; cmsMLU* Model; cmsMLU* Description; } cmsPSEQDESC; typedef struct { cmsUInt32Number n; cmsContext ContextID; cmsPSEQDESC* seq; } cmsSEQ; CMSAPI cmsSEQ* CMSEXPORT cmsAllocProfileSequenceDescription(cmsContext ContextID, cmsUInt32Number n); CMSAPI cmsSEQ* CMSEXPORT cmsDupProfileSequenceDescription(const cmsSEQ* pseq); CMSAPI void CMSEXPORT cmsFreeProfileSequenceDescription(cmsSEQ* pseq); // Dictionaries -------------------------------------------------------------------------------------------------------- typedef struct _cmsDICTentry_struct { struct _cmsDICTentry_struct* Next; cmsMLU *DisplayName; cmsMLU *DisplayValue; wchar_t* Name; wchar_t* Value; } cmsDICTentry; CMSAPI cmsHANDLE CMSEXPORT cmsDictAlloc(cmsContext ContextID); CMSAPI void CMSEXPORT cmsDictFree(cmsHANDLE hDict); CMSAPI cmsHANDLE CMSEXPORT cmsDictDup(cmsHANDLE hDict); CMSAPI cmsBool CMSEXPORT cmsDictAddEntry(cmsHANDLE hDict, const wchar_t* Name, const wchar_t* Value, const cmsMLU *DisplayName, const cmsMLU *DisplayValue); CMSAPI const cmsDICTentry* CMSEXPORT cmsDictGetEntryList(cmsHANDLE hDict); CMSAPI const cmsDICTentry* CMSEXPORT cmsDictNextEntry(const cmsDICTentry* e); // Access to Profile data ---------------------------------------------------------------------------------------------- CMSAPI cmsHPROFILE CMSEXPORT cmsCreateProfilePlaceholder(cmsContext ContextID); CMSAPI cmsContext CMSEXPORT cmsGetProfileContextID(cmsHPROFILE hProfile); CMSAPI cmsInt32Number CMSEXPORT cmsGetTagCount(cmsHPROFILE hProfile); CMSAPI cmsTagSignature CMSEXPORT cmsGetTagSignature(cmsHPROFILE hProfile, cmsUInt32Number n); CMSAPI cmsBool CMSEXPORT cmsIsTag(cmsHPROFILE hProfile, cmsTagSignature sig); // Read and write pre-formatted data CMSAPI void* CMSEXPORT cmsReadTag(cmsHPROFILE hProfile, cmsTagSignature sig); CMSAPI cmsBool CMSEXPORT cmsWriteTag(cmsHPROFILE hProfile, cmsTagSignature sig, const void* data); CMSAPI cmsBool CMSEXPORT cmsLinkTag(cmsHPROFILE hProfile, cmsTagSignature sig, cmsTagSignature dest); CMSAPI cmsTagSignature CMSEXPORT cmsTagLinkedTo(cmsHPROFILE hProfile, cmsTagSignature sig); // Read and write raw data CMSAPI cmsUInt32Number CMSEXPORT cmsReadRawTag(cmsHPROFILE hProfile, cmsTagSignature sig, void* Buffer, cmsUInt32Number BufferSize); CMSAPI cmsBool CMSEXPORT cmsWriteRawTag(cmsHPROFILE hProfile, cmsTagSignature sig, const void* data, cmsUInt32Number Size); // Access header data #define cmsEmbeddedProfileFalse 0x00000000 #define cmsEmbeddedProfileTrue 0x00000001 #define cmsUseAnywhere 0x00000000 #define cmsUseWithEmbeddedDataOnly 0x00000002 CMSAPI cmsUInt32Number CMSEXPORT cmsGetHeaderFlags(cmsHPROFILE hProfile); CMSAPI void CMSEXPORT cmsGetHeaderAttributes(cmsHPROFILE hProfile, cmsUInt64Number* Flags); CMSAPI void CMSEXPORT cmsGetHeaderProfileID(cmsHPROFILE hProfile, cmsUInt8Number* ProfileID); CMSAPI cmsBool CMSEXPORT cmsGetHeaderCreationDateTime(cmsHPROFILE hProfile, struct tm *Dest); CMSAPI cmsUInt32Number CMSEXPORT cmsGetHeaderRenderingIntent(cmsHPROFILE hProfile); CMSAPI void CMSEXPORT cmsSetHeaderFlags(cmsHPROFILE hProfile, cmsUInt32Number Flags); CMSAPI cmsUInt32Number CMSEXPORT cmsGetHeaderManufacturer(cmsHPROFILE hProfile); CMSAPI void CMSEXPORT cmsSetHeaderManufacturer(cmsHPROFILE hProfile, cmsUInt32Number manufacturer); CMSAPI cmsUInt32Number CMSEXPORT cmsGetHeaderCreator(cmsHPROFILE hProfile); CMSAPI cmsUInt32Number CMSEXPORT cmsGetHeaderModel(cmsHPROFILE hProfile); CMSAPI void CMSEXPORT cmsSetHeaderModel(cmsHPROFILE hProfile, cmsUInt32Number model); CMSAPI void CMSEXPORT cmsSetHeaderAttributes(cmsHPROFILE hProfile, cmsUInt64Number Flags); CMSAPI void CMSEXPORT cmsSetHeaderProfileID(cmsHPROFILE hProfile, cmsUInt8Number* ProfileID); CMSAPI void CMSEXPORT cmsSetHeaderRenderingIntent(cmsHPROFILE hProfile, cmsUInt32Number RenderingIntent); CMSAPI cmsColorSpaceSignature CMSEXPORT cmsGetPCS(cmsHPROFILE hProfile); CMSAPI void CMSEXPORT cmsSetPCS(cmsHPROFILE hProfile, cmsColorSpaceSignature pcs); CMSAPI cmsColorSpaceSignature CMSEXPORT cmsGetColorSpace(cmsHPROFILE hProfile); CMSAPI void CMSEXPORT cmsSetColorSpace(cmsHPROFILE hProfile, cmsColorSpaceSignature sig); CMSAPI cmsProfileClassSignature CMSEXPORT cmsGetDeviceClass(cmsHPROFILE hProfile); CMSAPI void CMSEXPORT cmsSetDeviceClass(cmsHPROFILE hProfile, cmsProfileClassSignature sig); CMSAPI void CMSEXPORT cmsSetProfileVersion(cmsHPROFILE hProfile, cmsFloat64Number Version); CMSAPI cmsFloat64Number CMSEXPORT cmsGetProfileVersion(cmsHPROFILE hProfile); CMSAPI cmsUInt32Number CMSEXPORT cmsGetEncodedICCversion(cmsHPROFILE hProfile); CMSAPI void CMSEXPORT cmsSetEncodedICCversion(cmsHPROFILE hProfile, cmsUInt32Number Version); // How profiles may be used #define LCMS_USED_AS_INPUT 0 #define LCMS_USED_AS_OUTPUT 1 #define LCMS_USED_AS_PROOF 2 CMSAPI cmsBool CMSEXPORT cmsIsIntentSupported(cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number UsedDirection); CMSAPI cmsBool CMSEXPORT cmsIsMatrixShaper(cmsHPROFILE hProfile); CMSAPI cmsBool CMSEXPORT cmsIsCLUT(cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number UsedDirection); // Translate form/to our notation to ICC CMSAPI cmsColorSpaceSignature CMSEXPORT _cmsICCcolorSpace(int OurNotation); CMSAPI int CMSEXPORT _cmsLCMScolorSpace(cmsColorSpaceSignature ProfileSpace); // Deprecated, use cmsChannelsOfColorSpace instead CMSAPI cmsUInt32Number CMSEXPORT cmsChannelsOf(cmsColorSpaceSignature ColorSpace); // Get number of channels of color space or -1 if color space is not listed/supported CMSAPI cmsInt32Number CMSEXPORT cmsChannelsOfColorSpace(cmsColorSpaceSignature ColorSpace); // Build a suitable formatter for the colorspace of this profile. nBytes=1 means 8 bits, nBytes=2 means 16 bits. CMSAPI cmsUInt32Number CMSEXPORT cmsFormatterForColorspaceOfProfile(cmsHPROFILE hProfile, cmsUInt32Number nBytes, cmsBool lIsFloat); CMSAPI cmsUInt32Number CMSEXPORT cmsFormatterForPCSOfProfile(cmsHPROFILE hProfile, cmsUInt32Number nBytes, cmsBool lIsFloat); // Localized info typedef enum { cmsInfoDescription = 0, cmsInfoManufacturer = 1, cmsInfoModel = 2, cmsInfoCopyright = 3 } cmsInfoType; CMSAPI cmsUInt32Number CMSEXPORT cmsGetProfileInfo(cmsHPROFILE hProfile, cmsInfoType Info, const char LanguageCode[3], const char CountryCode[3], wchar_t* Buffer, cmsUInt32Number BufferSize); CMSAPI cmsUInt32Number CMSEXPORT cmsGetProfileInfoASCII(cmsHPROFILE hProfile, cmsInfoType Info, const char LanguageCode[3], const char CountryCode[3], char* Buffer, cmsUInt32Number BufferSize); CMSAPI cmsUInt32Number CMSEXPORT cmsGetProfileInfoUTF8(cmsHPROFILE hProfile, cmsInfoType Info, const char LanguageCode[3], const char CountryCode[3], char* Buffer, cmsUInt32Number BufferSize); // IO handlers ---------------------------------------------------------------------------------------------------------- typedef struct _cms_io_handler cmsIOHANDLER; CMSAPI cmsIOHANDLER* CMSEXPORT cmsOpenIOhandlerFromFile(cmsContext ContextID, const char* FileName, const char* AccessMode); CMSAPI cmsIOHANDLER* CMSEXPORT cmsOpenIOhandlerFromStream(cmsContext ContextID, FILE* Stream); CMSAPI cmsIOHANDLER* CMSEXPORT cmsOpenIOhandlerFromMem(cmsContext ContextID, void *Buffer, cmsUInt32Number size, const char* AccessMode); CMSAPI cmsIOHANDLER* CMSEXPORT cmsOpenIOhandlerFromNULL(cmsContext ContextID); CMSAPI cmsIOHANDLER* CMSEXPORT cmsGetProfileIOhandler(cmsHPROFILE hProfile); CMSAPI cmsBool CMSEXPORT cmsCloseIOhandler(cmsIOHANDLER* io); // MD5 message digest -------------------------------------------------------------------------------------------------- CMSAPI cmsBool CMSEXPORT cmsMD5computeID(cmsHPROFILE hProfile); // Profile high level functions ------------------------------------------------------------------------------------------ CMSAPI cmsHPROFILE CMSEXPORT cmsOpenProfileFromFile(const char *ICCProfile, const char *sAccess); CMSAPI cmsHPROFILE CMSEXPORT cmsOpenProfileFromFileTHR(cmsContext ContextID, const char *ICCProfile, const char *sAccess); CMSAPI cmsHPROFILE CMSEXPORT cmsOpenProfileFromStream(FILE* ICCProfile, const char* sAccess); CMSAPI cmsHPROFILE CMSEXPORT cmsOpenProfileFromStreamTHR(cmsContext ContextID, FILE* ICCProfile, const char* sAccess); CMSAPI cmsHPROFILE CMSEXPORT cmsOpenProfileFromMem(const void * MemPtr, cmsUInt32Number dwSize); CMSAPI cmsHPROFILE CMSEXPORT cmsOpenProfileFromMemTHR(cmsContext ContextID, const void * MemPtr, cmsUInt32Number dwSize); CMSAPI cmsHPROFILE CMSEXPORT cmsOpenProfileFromIOhandlerTHR(cmsContext ContextID, cmsIOHANDLER* io); CMSAPI cmsHPROFILE CMSEXPORT cmsOpenProfileFromIOhandler2THR(cmsContext ContextID, cmsIOHANDLER* io, cmsBool write); CMSAPI cmsBool CMSEXPORT cmsCloseProfile(cmsHPROFILE hProfile); CMSAPI cmsBool CMSEXPORT cmsSaveProfileToFile(cmsHPROFILE hProfile, const char* FileName); CMSAPI cmsBool CMSEXPORT cmsSaveProfileToStream(cmsHPROFILE hProfile, FILE* Stream); CMSAPI cmsBool CMSEXPORT cmsSaveProfileToMem(cmsHPROFILE hProfile, void *MemPtr, cmsUInt32Number* BytesNeeded); CMSAPI cmsUInt32Number CMSEXPORT cmsSaveProfileToIOhandler(cmsHPROFILE hProfile, cmsIOHANDLER* io); // Predefined virtual profiles ------------------------------------------------------------------------------------------ CMSAPI cmsHPROFILE CMSEXPORT cmsCreateRGBProfileTHR(cmsContext ContextID, const cmsCIExyY* WhitePoint, const cmsCIExyYTRIPLE* Primaries, cmsToneCurve* const TransferFunction[3]); CMSAPI cmsHPROFILE CMSEXPORT cmsCreateRGBProfile(const cmsCIExyY* WhitePoint, const cmsCIExyYTRIPLE* Primaries, cmsToneCurve* const TransferFunction[3]); CMSAPI cmsHPROFILE CMSEXPORT cmsCreateGrayProfileTHR(cmsContext ContextID, const cmsCIExyY* WhitePoint, const cmsToneCurve* TransferFunction); CMSAPI cmsHPROFILE CMSEXPORT cmsCreateGrayProfile(const cmsCIExyY* WhitePoint, const cmsToneCurve* TransferFunction); CMSAPI cmsHPROFILE CMSEXPORT cmsCreateLinearizationDeviceLinkTHR(cmsContext ContextID, cmsColorSpaceSignature ColorSpace, cmsToneCurve* const TransferFunctions[]); CMSAPI cmsHPROFILE CMSEXPORT cmsCreateLinearizationDeviceLink(cmsColorSpaceSignature ColorSpace, cmsToneCurve* const TransferFunctions[]); CMSAPI cmsHPROFILE CMSEXPORT cmsCreateInkLimitingDeviceLinkTHR(cmsContext ContextID, cmsColorSpaceSignature ColorSpace, cmsFloat64Number Limit); CMSAPI cmsHPROFILE CMSEXPORT cmsCreateInkLimitingDeviceLink(cmsColorSpaceSignature ColorSpace, cmsFloat64Number Limit); CMSAPI cmsHPROFILE CMSEXPORT cmsCreateDeviceLinkFromCubeFile(const char* cFileName); CMSAPI cmsHPROFILE CMSEXPORT cmsCreateDeviceLinkFromCubeFileTHR(cmsContext ContextID, const char* cFileName); CMSAPI cmsHPROFILE CMSEXPORT cmsCreateLab2ProfileTHR(cmsContext ContextID, const cmsCIExyY* WhitePoint); CMSAPI cmsHPROFILE CMSEXPORT cmsCreateLab2Profile(const cmsCIExyY* WhitePoint); CMSAPI cmsHPROFILE CMSEXPORT cmsCreateLab4ProfileTHR(cmsContext ContextID, const cmsCIExyY* WhitePoint); CMSAPI cmsHPROFILE CMSEXPORT cmsCreateLab4Profile(const cmsCIExyY* WhitePoint); CMSAPI cmsHPROFILE CMSEXPORT cmsCreateXYZProfileTHR(cmsContext ContextID); CMSAPI cmsHPROFILE CMSEXPORT cmsCreateXYZProfile(void); CMSAPI cmsHPROFILE CMSEXPORT cmsCreate_sRGBProfileTHR(cmsContext ContextID); CMSAPI cmsHPROFILE CMSEXPORT cmsCreate_sRGBProfile(void); CMSAPI cmsHPROFILE CMSEXPORT cmsCreate_OkLabProfile(cmsContext ctx); CMSAPI cmsHPROFILE CMSEXPORT cmsCreateBCHSWabstractProfileTHR(cmsContext ContextID, cmsUInt32Number nLUTPoints, cmsFloat64Number Bright, cmsFloat64Number Contrast, cmsFloat64Number Hue, cmsFloat64Number Saturation, cmsUInt32Number TempSrc, cmsUInt32Number TempDest); CMSAPI cmsHPROFILE CMSEXPORT cmsCreateBCHSWabstractProfile(cmsUInt32Number nLUTPoints, cmsFloat64Number Bright, cmsFloat64Number Contrast, cmsFloat64Number Hue, cmsFloat64Number Saturation, cmsUInt32Number TempSrc, cmsUInt32Number TempDest); CMSAPI cmsHPROFILE CMSEXPORT cmsCreateNULLProfileTHR(cmsContext ContextID); CMSAPI cmsHPROFILE CMSEXPORT cmsCreateNULLProfile(void); // Converts a transform to a devicelink profile CMSAPI cmsHPROFILE CMSEXPORT cmsTransform2DeviceLink(cmsHTRANSFORM hTransform, cmsFloat64Number Version, cmsUInt32Number dwFlags); // Intents ---------------------------------------------------------------------------------------------- // ICC Intents #define INTENT_PERCEPTUAL 0 #define INTENT_RELATIVE_COLORIMETRIC 1 #define INTENT_SATURATION 2 #define INTENT_ABSOLUTE_COLORIMETRIC 3 // Non-ICC intents #define INTENT_PRESERVE_K_ONLY_PERCEPTUAL 10 #define INTENT_PRESERVE_K_ONLY_RELATIVE_COLORIMETRIC 11 #define INTENT_PRESERVE_K_ONLY_SATURATION 12 #define INTENT_PRESERVE_K_PLANE_PERCEPTUAL 13 #define INTENT_PRESERVE_K_PLANE_RELATIVE_COLORIMETRIC 14 #define INTENT_PRESERVE_K_PLANE_SATURATION 15 // Call with NULL as parameters to get the intent count CMSAPI cmsUInt32Number CMSEXPORT cmsGetSupportedIntents(cmsUInt32Number nMax, cmsUInt32Number* Codes, char** Descriptions); CMSAPI cmsUInt32Number CMSEXPORT cmsGetSupportedIntentsTHR(cmsContext ContextID, cmsUInt32Number nMax, cmsUInt32Number* Codes, char** Descriptions); // Flags #define cmsFLAGS_NOCACHE 0x0040 // Inhibit 1-pixel cache #define cmsFLAGS_NOOPTIMIZE 0x0100 // Inhibit optimizations #define cmsFLAGS_NULLTRANSFORM 0x0200 // Don't transform anyway // Proofing flags #define cmsFLAGS_GAMUTCHECK 0x1000 // Out of Gamut alarm #define cmsFLAGS_SOFTPROOFING 0x4000 // Do softproofing // Misc #define cmsFLAGS_BLACKPOINTCOMPENSATION 0x2000 #define cmsFLAGS_NOWHITEONWHITEFIXUP 0x0004 // Don't fix scum dot #define cmsFLAGS_HIGHRESPRECALC 0x0400 // Use more memory to give better accuracy #define cmsFLAGS_LOWRESPRECALC 0x0800 // Use less memory to minimize resources // For devicelink creation #define cmsFLAGS_8BITS_DEVICELINK 0x0008 // Create 8 bits devicelinks #define cmsFLAGS_GUESSDEVICECLASS 0x0020 // Guess device class (for transform2devicelink) #define cmsFLAGS_KEEP_SEQUENCE 0x0080 // Keep profile sequence for devicelink creation // Specific to a particular optimizations #define cmsFLAGS_FORCE_CLUT 0x0002 // Force CLUT optimization #define cmsFLAGS_CLUT_POST_LINEARIZATION 0x0001 // create postlinearization tables if possible #define cmsFLAGS_CLUT_PRE_LINEARIZATION 0x0010 // create prelinearization tables if possible // Specific to unbounded mode #define cmsFLAGS_NONEGATIVES 0x8000 // Prevent negative numbers in floating point transforms // Copy alpha channels when transforming #define cmsFLAGS_COPY_ALPHA 0x04000000 // Alpha channels are copied on cmsDoTransform() // Fine-tune control over number of gridpoints #define cmsFLAGS_GRIDPOINTS(n) (((n) & 0xFF) << 16) // CRD special #define cmsFLAGS_NODEFAULTRESOURCEDEF 0x01000000 // Transforms --------------------------------------------------------------------------------------------------- CMSAPI cmsHTRANSFORM CMSEXPORT cmsCreateTransformTHR(cmsContext ContextID, cmsHPROFILE Input, cmsUInt32Number InputFormat, cmsHPROFILE Output, cmsUInt32Number OutputFormat, cmsUInt32Number Intent, cmsUInt32Number dwFlags); CMSAPI cmsHTRANSFORM CMSEXPORT cmsCreateTransform(cmsHPROFILE Input, cmsUInt32Number InputFormat, cmsHPROFILE Output, cmsUInt32Number OutputFormat, cmsUInt32Number Intent, cmsUInt32Number dwFlags); CMSAPI cmsHTRANSFORM CMSEXPORT cmsCreateProofingTransformTHR(cmsContext ContextID, cmsHPROFILE Input, cmsUInt32Number InputFormat, cmsHPROFILE Output, cmsUInt32Number OutputFormat, cmsHPROFILE Proofing, cmsUInt32Number Intent, cmsUInt32Number ProofingIntent, cmsUInt32Number dwFlags); CMSAPI cmsHTRANSFORM CMSEXPORT cmsCreateProofingTransform(cmsHPROFILE Input, cmsUInt32Number InputFormat, cmsHPROFILE Output, cmsUInt32Number OutputFormat, cmsHPROFILE Proofing, cmsUInt32Number Intent, cmsUInt32Number ProofingIntent, cmsUInt32Number dwFlags); CMSAPI cmsHTRANSFORM CMSEXPORT cmsCreateMultiprofileTransformTHR(cmsContext ContextID, cmsHPROFILE hProfiles[], cmsUInt32Number nProfiles, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat, cmsUInt32Number Intent, cmsUInt32Number dwFlags); CMSAPI cmsHTRANSFORM CMSEXPORT cmsCreateMultiprofileTransform(cmsHPROFILE hProfiles[], cmsUInt32Number nProfiles, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat, cmsUInt32Number Intent, cmsUInt32Number dwFlags); CMSAPI cmsHTRANSFORM CMSEXPORT cmsCreateExtendedTransform(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[], cmsBool BPC[], cmsUInt32Number Intents[], cmsFloat64Number AdaptationStates[], cmsHPROFILE hGamutProfile, cmsUInt32Number nGamutPCSposition, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat, cmsUInt32Number dwFlags); CMSAPI void CMSEXPORT cmsDeleteTransform(cmsHTRANSFORM hTransform); CMSAPI void CMSEXPORT cmsDoTransform(cmsHTRANSFORM Transform, const void * InputBuffer, void * OutputBuffer, cmsUInt32Number Size); CMSAPI void CMSEXPORT cmsDoTransformStride(cmsHTRANSFORM Transform, // Deprecated const void * InputBuffer, void * OutputBuffer, cmsUInt32Number Size, cmsUInt32Number Stride); CMSAPI void CMSEXPORT cmsDoTransformLineStride(cmsHTRANSFORM Transform, const void* InputBuffer, void* OutputBuffer, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, cmsUInt32Number BytesPerLineIn, cmsUInt32Number BytesPerLineOut, cmsUInt32Number BytesPerPlaneIn, cmsUInt32Number BytesPerPlaneOut); CMSAPI void CMSEXPORT cmsSetAlarmCodes(const cmsUInt16Number NewAlarm[cmsMAXCHANNELS]); CMSAPI void CMSEXPORT cmsGetAlarmCodes(cmsUInt16Number NewAlarm[cmsMAXCHANNELS]); CMSAPI void CMSEXPORT cmsSetAlarmCodesTHR(cmsContext ContextID, const cmsUInt16Number AlarmCodes[cmsMAXCHANNELS]); CMSAPI void CMSEXPORT cmsGetAlarmCodesTHR(cmsContext ContextID, cmsUInt16Number AlarmCodes[cmsMAXCHANNELS]); // Adaptation state for absolute colorimetric intent CMSAPI cmsFloat64Number CMSEXPORT cmsSetAdaptationState(cmsFloat64Number d); CMSAPI cmsFloat64Number CMSEXPORT cmsSetAdaptationStateTHR(cmsContext ContextID, cmsFloat64Number d); // Grab the ContextID from an open transform. Returns NULL if a NULL transform is passed CMSAPI cmsContext CMSEXPORT cmsGetTransformContextID(cmsHTRANSFORM hTransform); // Grab the input/output formats CMSAPI cmsUInt32Number CMSEXPORT cmsGetTransformInputFormat(cmsHTRANSFORM hTransform); CMSAPI cmsUInt32Number CMSEXPORT cmsGetTransformOutputFormat(cmsHTRANSFORM hTransform); // For backwards compatibility CMSAPI cmsBool CMSEXPORT cmsChangeBuffersFormat(cmsHTRANSFORM hTransform, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat); // PostScript ColorRenderingDictionary and ColorSpaceArray ---------------------------------------------------- typedef enum { cmsPS_RESOURCE_CSA, cmsPS_RESOURCE_CRD } cmsPSResourceType; // lcms2 unified method to access postscript color resources CMSAPI cmsUInt32Number CMSEXPORT cmsGetPostScriptColorResource(cmsContext ContextID, cmsPSResourceType Type, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags, cmsIOHANDLER* io); CMSAPI cmsUInt32Number CMSEXPORT cmsGetPostScriptCSA(cmsContext ContextID, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags, void* Buffer, cmsUInt32Number dwBufferLen); CMSAPI cmsUInt32Number CMSEXPORT cmsGetPostScriptCRD(cmsContext ContextID, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags, void* Buffer, cmsUInt32Number dwBufferLen); // IT8.7 / CGATS.17-200x handling ----------------------------------------------------------------------------- CMSAPI cmsHANDLE CMSEXPORT cmsIT8Alloc(cmsContext ContextID); CMSAPI void CMSEXPORT cmsIT8Free(cmsHANDLE hIT8); // Tables CMSAPI cmsUInt32Number CMSEXPORT cmsIT8TableCount(cmsHANDLE hIT8); CMSAPI cmsInt32Number CMSEXPORT cmsIT8SetTable(cmsHANDLE hIT8, cmsUInt32Number nTable); // Persistence CMSAPI cmsHANDLE CMSEXPORT cmsIT8LoadFromFile(cmsContext ContextID, const char* cFileName); CMSAPI cmsHANDLE CMSEXPORT cmsIT8LoadFromMem(cmsContext ContextID, const void *Ptr, cmsUInt32Number len); // CMSAPI cmsHANDLE CMSEXPORT cmsIT8LoadFromIOhandler(cmsContext ContextID, cmsIOHANDLER* io); CMSAPI cmsBool CMSEXPORT cmsIT8SaveToFile(cmsHANDLE hIT8, const char* cFileName); CMSAPI cmsBool CMSEXPORT cmsIT8SaveToMem(cmsHANDLE hIT8, void *MemPtr, cmsUInt32Number* BytesNeeded); // Properties CMSAPI const char* CMSEXPORT cmsIT8GetSheetType(cmsHANDLE hIT8); CMSAPI cmsBool CMSEXPORT cmsIT8SetSheetType(cmsHANDLE hIT8, const char* Type); CMSAPI cmsBool CMSEXPORT cmsIT8SetComment(cmsHANDLE hIT8, const char* cComment); CMSAPI cmsBool CMSEXPORT cmsIT8SetPropertyStr(cmsHANDLE hIT8, const char* cProp, const char *Str); CMSAPI cmsBool CMSEXPORT cmsIT8SetPropertyDbl(cmsHANDLE hIT8, const char* cProp, cmsFloat64Number Val); CMSAPI cmsBool CMSEXPORT cmsIT8SetPropertyHex(cmsHANDLE hIT8, const char* cProp, cmsUInt32Number Val); CMSAPI cmsBool CMSEXPORT cmsIT8SetPropertyMulti(cmsHANDLE hIT8, const char* Key, const char* SubKey, const char *Buffer); CMSAPI cmsBool CMSEXPORT cmsIT8SetPropertyUncooked(cmsHANDLE hIT8, const char* Key, const char* Buffer); CMSAPI const char* CMSEXPORT cmsIT8GetProperty(cmsHANDLE hIT8, const char* cProp); CMSAPI cmsFloat64Number CMSEXPORT cmsIT8GetPropertyDbl(cmsHANDLE hIT8, const char* cProp); CMSAPI const char* CMSEXPORT cmsIT8GetPropertyMulti(cmsHANDLE hIT8, const char* Key, const char *SubKey); CMSAPI cmsUInt32Number CMSEXPORT cmsIT8EnumProperties(cmsHANDLE hIT8, char ***PropertyNames); CMSAPI cmsUInt32Number CMSEXPORT cmsIT8EnumPropertyMulti(cmsHANDLE hIT8, const char* cProp, const char ***SubpropertyNames); // Datasets CMSAPI const char* CMSEXPORT cmsIT8GetDataRowCol(cmsHANDLE hIT8, int row, int col); CMSAPI cmsFloat64Number CMSEXPORT cmsIT8GetDataRowColDbl(cmsHANDLE hIT8, int row, int col); CMSAPI cmsBool CMSEXPORT cmsIT8SetDataRowCol(cmsHANDLE hIT8, int row, int col, const char* Val); CMSAPI cmsBool CMSEXPORT cmsIT8SetDataRowColDbl(cmsHANDLE hIT8, int row, int col, cmsFloat64Number Val); CMSAPI const char* CMSEXPORT cmsIT8GetData(cmsHANDLE hIT8, const char* cPatch, const char* cSample); CMSAPI cmsFloat64Number CMSEXPORT cmsIT8GetDataDbl(cmsHANDLE hIT8, const char* cPatch, const char* cSample); CMSAPI cmsBool CMSEXPORT cmsIT8SetData(cmsHANDLE hIT8, const char* cPatch, const char* cSample, const char *Val); CMSAPI cmsBool CMSEXPORT cmsIT8SetDataDbl(cmsHANDLE hIT8, const char* cPatch, const char* cSample, cmsFloat64Number Val); CMSAPI int CMSEXPORT cmsIT8FindDataFormat(cmsHANDLE hIT8, const char* cSample); CMSAPI cmsBool CMSEXPORT cmsIT8SetDataFormat(cmsHANDLE hIT8, int n, const char *Sample); CMSAPI int CMSEXPORT cmsIT8EnumDataFormat(cmsHANDLE hIT8, char ***SampleNames); CMSAPI const char* CMSEXPORT cmsIT8GetPatchName(cmsHANDLE hIT8, int nPatch, char* buffer); CMSAPI int CMSEXPORT cmsIT8GetPatchByName(cmsHANDLE hIT8, const char *cPatch); // The LABEL extension CMSAPI int CMSEXPORT cmsIT8SetTableByLabel(cmsHANDLE hIT8, const char* cSet, const char* cField, const char* ExpectedType); CMSAPI cmsBool CMSEXPORT cmsIT8SetIndexColumn(cmsHANDLE hIT8, const char* cSample); // Formatter for double CMSAPI void CMSEXPORT cmsIT8DefineDblFormat(cmsHANDLE hIT8, const char* Formatter); // Gamut boundary description routines ------------------------------------------------------------------------------ CMSAPI cmsHANDLE CMSEXPORT cmsGBDAlloc(cmsContext ContextID); CMSAPI void CMSEXPORT cmsGBDFree(cmsHANDLE hGBD); CMSAPI cmsBool CMSEXPORT cmsGDBAddPoint(cmsHANDLE hGBD, const cmsCIELab* Lab); CMSAPI cmsBool CMSEXPORT cmsGDBCompute(cmsHANDLE hGDB, cmsUInt32Number dwFlags); CMSAPI cmsBool CMSEXPORT cmsGDBCheckPoint(cmsHANDLE hGBD, const cmsCIELab* Lab); // Feature detection ---------------------------------------------------------------------------------------------- // Estimate the black point CMSAPI cmsBool CMSEXPORT cmsDetectBlackPoint(cmsCIEXYZ* BlackPoint, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags); CMSAPI cmsBool CMSEXPORT cmsDetectDestinationBlackPoint(cmsCIEXYZ* BlackPoint, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags); // Estimate total area coverage CMSAPI cmsFloat64Number CMSEXPORT cmsDetectTAC(cmsHPROFILE hProfile); // Estimate gamma space, always positive. Returns -1 on error. CMSAPI cmsFloat64Number CMSEXPORT cmsDetectRGBProfileGamma(cmsHPROFILE hProfile, cmsFloat64Number threshold); // Poor man's gamut mapping CMSAPI cmsBool CMSEXPORT cmsDesaturateLab(cmsCIELab* Lab, double amax, double amin, double bmax, double bmin); #ifndef CMS_USE_CPP_API # ifdef __cplusplus } # endif #endif #define _lcms2_H #endif lcms2-2.17/include/Makefile.in0000644000175000017500000004215114752176133015201 0ustar martimarti# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # # Makefile for include directory # Based on a work by Bob Friesenhahn VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = include ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \ $(top_srcdir)/m4/ax_append_flag.m4 \ $(top_srcdir)/m4/ax_check_compile_flag.m4 \ $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \ $(top_srcdir)/m4/ax_pthread.m4 \ $(top_srcdir)/m4/ax_require_defined.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \ $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(includedir)" HEADERS = $(include_HEADERS) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSCOPE = @CSCOPE@ CTAGS = @CTAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FILECMD = @FILECMD@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@ LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBRARY_AGE = @LIBRARY_AGE@ LIBRARY_CURRENT = @LIBRARY_CURRENT@ LIBRARY_REVISION = @LIBRARY_REVISION@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIB_JPEG = @LIB_JPEG@ LIB_MATH = @LIB_MATH@ LIB_PLUGINS = @LIB_PLUGINS@ LIB_THREAD = @LIB_THREAD@ LIB_TIFF = @LIB_TIFF@ LIB_ZLIB = @LIB_ZLIB@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PTHREAD_CC = @PTHREAD_CC@ PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ PTHREAD_CXX = @PTHREAD_CXX@ PTHREAD_LIBS = @PTHREAD_LIBS@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ ax_pthread_config = @ax_pthread_config@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ inline = @inline@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ include_HEADERS = lcms2.h lcms2_plugin.h EXTRA_DIST = lcms2.h lcms2_plugin.h all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign include/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-includeHEADERS: $(include_HEADERS) @$(NORMAL_INSTALL) @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ done uninstall-includeHEADERS: @$(NORMAL_UNINSTALL) @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(HEADERS) installdirs: for dir in "$(DESTDIR)$(includedir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-includeHEADERS install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-includeHEADERS .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libtool cscopelist-am ctags ctags-am distclean \ distclean-generic distclean-libtool distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-includeHEADERS install-info install-info-am \ install-man install-pdf install-pdf-am install-ps \ install-ps-am install-strip installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-am uninstall uninstall-am \ uninstall-includeHEADERS .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: lcms2-2.17/install-sh0000755000175000017500000003601014752176133013512 0ustar martimarti#!/bin/sh # install - install a program, script, or datafile scriptversion=2018-03-11.20; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to # deal in the Software without restriction, including without limitation the # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or # sell copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- # TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # # Except as contained in this notice, the name of the X Consortium shall not # be used in advertising or otherwise to promote the sale, use or other deal- # ings in this Software without prior written authorization from the X Consor- # tium. # # # FSF changes to this file are in the public domain. # # Calling this script install-sh is preferred over install.sh, to prevent # 'make' implicit rules from creating a file called install from it # when there is no Makefile. # # This script is compatible with the BSD install script, but was written # from scratch. tab=' ' nl=' ' IFS=" $tab$nl" # Set DOITPROG to "echo" to test this script. doit=${DOITPROG-} doit_exec=${doit:-exec} # Put in absolute file names if you don't have them in your path; # or use environment vars. chgrpprog=${CHGRPPROG-chgrp} chmodprog=${CHMODPROG-chmod} chownprog=${CHOWNPROG-chown} cmpprog=${CMPPROG-cmp} cpprog=${CPPROG-cp} mkdirprog=${MKDIRPROG-mkdir} mvprog=${MVPROG-mv} rmprog=${RMPROG-rm} stripprog=${STRIPPROG-strip} posix_mkdir= # Desired mode of installed file. mode=0755 chgrpcmd= chmodcmd=$chmodprog chowncmd= mvcmd=$mvprog rmcmd="$rmprog -f" stripcmd= src= dst= dir_arg= dst_arg= copy_on_change=false is_target_a_directory=possibly usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE or: $0 [OPTION]... SRCFILES... DIRECTORY or: $0 [OPTION]... -t DIRECTORY SRCFILES... or: $0 [OPTION]... -d DIRECTORIES... In the 1st form, copy SRCFILE to DSTFILE. In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. In the 4th, create DIRECTORIES. Options: --help display this help and exit. --version display version info and exit. -c (ignored) -C install only if different (preserve the last data modification time) -d create directories instead of installing files. -g GROUP $chgrpprog installed files to GROUP. -m MODE $chmodprog installed files to MODE. -o USER $chownprog installed files to USER. -s $stripprog installed files. -t DIRECTORY install into DIRECTORY. -T report an error if DSTFILE is a directory. Environment variables override the default commands: CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG " while test $# -ne 0; do case $1 in -c) ;; -C) copy_on_change=true;; -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 case $mode in *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) echo "$0: invalid mode: $mode" >&2 exit 1;; esac shift;; -o) chowncmd="$chownprog $2" shift;; -s) stripcmd=$stripprog;; -t) is_target_a_directory=always dst_arg=$2 # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac shift;; -T) is_target_a_directory=never;; --version) echo "$0 $scriptversion"; exit $?;; --) shift break;; -*) echo "$0: invalid option: $1" >&2 exit 1;; *) break;; esac shift done # We allow the use of options -d and -T together, by making -d # take the precedence; this is for compatibility with GNU install. if test -n "$dir_arg"; then if test -n "$dst_arg"; then echo "$0: target directory not allowed when installing a directory." >&2 exit 1 fi fi if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. # Otherwise, the last argument is the destination. Remove it from $@. for arg do if test -n "$dst_arg"; then # $@ is not empty: it contains at least $arg. set fnord "$@" "$dst_arg" shift # fnord fi shift # arg dst_arg=$arg # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac done fi if test $# -eq 0; then if test -z "$dir_arg"; then echo "$0: no input file specified." >&2 exit 1 fi # It's OK to call 'install-sh -d' without argument. # This can happen when creating conditional directories. exit 0 fi if test -z "$dir_arg"; then if test $# -gt 1 || test "$is_target_a_directory" = always; then if test ! -d "$dst_arg"; then echo "$0: $dst_arg: Is not a directory." >&2 exit 1 fi fi fi if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 trap "ret=130; $do_exit" 2 trap "ret=141; $do_exit" 13 trap "ret=143; $do_exit" 15 # Set umask so as not to create temps with too-generous modes. # However, 'strip' requires both read and write access to temps. case $mode in # Optimize common cases. *644) cp_umask=133;; *755) cp_umask=22;; *[0-7]) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac fi for src do # Protect names problematic for 'test' and other utilities. case $src in -* | [=\(\)!]) src=./$src;; esac if test -n "$dir_arg"; then dst=$src dstdir=$dst test -d "$dstdir" dstdir_status=$? else # Waiting for this to be detected by the "$cpprog $src $dsttmp" command # might cause directories to be created, which would be especially bad # if $src (and thus $dsttmp) contains '*'. if test ! -f "$src" && test ! -d "$src"; then echo "$0: $src does not exist." >&2 exit 1 fi if test -z "$dst_arg"; then echo "$0: no destination specified." >&2 exit 1 fi dst=$dst_arg # If destination is a directory, append the input filename. if test -d "$dst"; then if test "$is_target_a_directory" = never; then echo "$0: $dst_arg: Is a directory" >&2 exit 1 fi dstdir=$dst dstbase=`basename "$src"` case $dst in */) dst=$dst$dstbase;; *) dst=$dst/$dstbase;; esac dstdir_status=0 else dstdir=`dirname "$dst"` test -d "$dstdir" dstdir_status=$? fi fi case $dstdir in */) dstdirslash=$dstdir;; *) dstdirslash=$dstdir/;; esac obsolete_mkdir_used=false if test $dstdir_status != 0; then case $posix_mkdir in '') # Create intermediate dirs using mode 755 as modified by the umask. # This is like FreeBSD 'install' as of 1997-10-28. umask=`umask` case $stripcmd.$umask in # Optimize common cases. *[2367][2367]) mkdir_umask=$umask;; .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; *[0-7]) mkdir_umask=`expr $umask + 22 \ - $umask % 100 % 40 + $umask % 20 \ - $umask % 10 % 4 + $umask % 2 `;; *) mkdir_umask=$umask,go-w;; esac # With -d, create the new directory with the user-specified mode. # Otherwise, rely on $mkdir_umask. if test -n "$dir_arg"; then mkdir_mode=-m$mode else mkdir_mode= fi posix_mkdir=false case $umask in *[123567][0-7][0-7]) # POSIX mkdir -p sets u+wx bits regardless of umask, which # is incompatible with FreeBSD 'install' when (umask & 300) != 0. ;; *) # Note that $RANDOM variable is not portable (e.g. dash); Use it # here however when possible just to lower collision chance. tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null; exit $ret' 0 # Because "mkdir -p" follows existing symlinks and we likely work # directly in world-writeable /tmp, make sure that the '$tmpdir' # directory is successfully created first before we actually test # 'mkdir -p' feature. if (umask $mkdir_umask && $mkdirprog $mkdir_mode "$tmpdir" && exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1 then if test -z "$dir_arg" || { # Check for POSIX incompatibilities with -m. # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or # other-writable bit of parent directory when it shouldn't. # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. test_tmpdir="$tmpdir/a" ls_ld_tmpdir=`ls -ld "$test_tmpdir"` case $ls_ld_tmpdir in d????-?r-*) different_mode=700;; d????-?--*) different_mode=755;; *) false;; esac && $mkdirprog -m$different_mode -p -- "$test_tmpdir" && { ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" } } then posix_mkdir=: fi rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" else # Remove any dirs left behind by ancient mkdir implementations. rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null fi trap '' 0;; esac;; esac if $posix_mkdir && ( umask $mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else # The umask is ridiculous, or mkdir does not conform to POSIX, # or it failed possibly due to a race condition. Create the # directory the slow way, step by step, checking for races as we go. case $dstdir in /*) prefix='/';; [-=\(\)!]*) prefix='./';; *) prefix='';; esac oIFS=$IFS IFS=/ set -f set fnord $dstdir shift set +f IFS=$oIFS prefixes= for d do test X"$d" = X && continue prefix=$prefix$d if test -d "$prefix"; then prefixes= else if $posix_mkdir; then (umask=$mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break # Don't fail if two instances are running concurrently. test -d "$prefix" || exit 1 else case $prefix in *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; *) qprefix=$prefix;; esac prefixes="$prefixes '$qprefix'" fi fi prefix=$prefix/ done if test -n "$prefixes"; then # Don't fail if two instances are running concurrently. (umask $mkdir_umask && eval "\$doit_exec \$mkdirprog $prefixes") || test -d "$dstdir" || exit 1 obsolete_mkdir_used=true fi fi fi if test -n "$dir_arg"; then { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 else # Make a couple of temp file names in the proper directory. dsttmp=${dstdirslash}_inst.$$_ rmtmp=${dstdirslash}_rm.$$_ # Trap to clean up those temp files at exit. trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 # Copy the file name to the temp name. (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && # and set any options; do chmod last to preserve setuid bits. # # If any of these fail, we abort the whole thing. If we want to # ignore errors from any of these, just make sure not to ignore # errors from the above "$doit $cpprog $src $dsttmp" command. # { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then rm -f "$dsttmp" else # Rename the file to the real destination. $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || # The rename failed, perhaps because mv can't rename something else # to itself, or perhaps because mv is so ancient that it does not # support -f. { # Now remove or move aside any old file at destination location. # We try this two ways since rm can't unlink itself on some # systems and the destination file might be busy for other # reasons. In this case, the final cleanup might fail but the new # file should still install successfully. { test ! -f "$dst" || $doit $rmcmd -f "$dst" 2>/dev/null || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } } || { echo "$0: cannot unlink or rename $dst" >&2 (exit 1); exit 1 } } && # Now rename the file to the real destination. $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 trap '' 0 fi done # Local variables: # eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: lcms2-2.17/lcms2.pc.in0000644000175000017500000000040714752176133013460 0ustar martimartiprefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ Name: @PACKAGE@ Description: LCMS Color Management Library Version: @VERSION@ Libs: -L${libdir} -llcms2 @LIB_PLUGINS@ Libs.private: @LIB_MATH@ @LIB_THREAD@ Cflags: -I${includedir} lcms2-2.17/m4/0000755000175000017500000000000014752176133012026 5ustar martimartilcms2-2.17/m4/ax_append_compile_flags.m40000644000175000017500000000334514752176133017120 0ustar martimarti# ============================================================================ # https://www.gnu.org/software/autoconf-archive/ax_append_compile_flags.html # ============================================================================ # # SYNOPSIS # # AX_APPEND_COMPILE_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS], [INPUT]) # # DESCRIPTION # # For every FLAG1, FLAG2 it is checked whether the compiler works with the # flag. If it does, the flag is added FLAGS-VARIABLE # # If FLAGS-VARIABLE is not specified, the current language's flags (e.g. # CFLAGS) is used. During the check the flag is always added to the # current language's flags. # # If EXTRA-FLAGS is defined, it is added to the current language's default # flags (e.g. CFLAGS) when the check is done. The check is thus made with # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to # force the compiler to issue an error when a bad flag is given. # # INPUT gives an alternative input source to AC_COMPILE_IFELSE. # # NOTE: This macro depends on the AX_APPEND_FLAG and # AX_CHECK_COMPILE_FLAG. Please keep this macro in sync with # AX_APPEND_LINK_FLAGS. # # LICENSE # # Copyright (c) 2011 Maarten Bosmans # # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice # and this notice are preserved. This file is offered as-is, without any # warranty. #serial 7 AC_DEFUN([AX_APPEND_COMPILE_FLAGS], [AX_REQUIRE_DEFINED([AX_CHECK_COMPILE_FLAG]) AX_REQUIRE_DEFINED([AX_APPEND_FLAG]) for flag in $1; do AX_CHECK_COMPILE_FLAG([$flag], [AX_APPEND_FLAG([$flag], [$2])], [], [$3], [$4]) done ])dnl AX_APPEND_COMPILE_FLAGS lcms2-2.17/m4/ax_append_flag.m40000644000175000017500000000302014752176133015213 0ustar martimarti# =========================================================================== # https://www.gnu.org/software/autoconf-archive/ax_append_flag.html # =========================================================================== # # SYNOPSIS # # AX_APPEND_FLAG(FLAG, [FLAGS-VARIABLE]) # # DESCRIPTION # # FLAG is appended to the FLAGS-VARIABLE shell variable, with a space # added in between. # # If FLAGS-VARIABLE is not specified, the current language's flags (e.g. # CFLAGS) is used. FLAGS-VARIABLE is not changed if it already contains # FLAG. If FLAGS-VARIABLE is unset in the shell, it is set to exactly # FLAG. # # NOTE: Implementation based on AX_CFLAGS_GCC_OPTION. # # LICENSE # # Copyright (c) 2008 Guido U. Draheim # Copyright (c) 2011 Maarten Bosmans # # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice # and this notice are preserved. This file is offered as-is, without any # warranty. #serial 8 AC_DEFUN([AX_APPEND_FLAG], [dnl AC_PREREQ(2.64)dnl for _AC_LANG_PREFIX and AS_VAR_SET_IF AS_VAR_PUSHDEF([FLAGS], [m4_default($2,_AC_LANG_PREFIX[FLAGS])]) AS_VAR_SET_IF(FLAGS,[ AS_CASE([" AS_VAR_GET(FLAGS) "], [*" $1 "*], [AC_RUN_LOG([: FLAGS already contains $1])], [ AS_VAR_APPEND(FLAGS,[" $1"]) AC_RUN_LOG([: FLAGS="$FLAGS"]) ]) ], [ AS_VAR_SET(FLAGS,[$1]) AC_RUN_LOG([: FLAGS="$FLAGS"]) ]) AS_VAR_POPDEF([FLAGS])dnl ])dnl AX_APPEND_FLAG lcms2-2.17/m4/ax_check_compile_flag.m40000644000175000017500000000407014752176133016537 0ustar martimarti# =========================================================================== # https://www.gnu.org/software/autoconf-archive/ax_check_compile_flag.html # =========================================================================== # # SYNOPSIS # # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT]) # # DESCRIPTION # # Check whether the given FLAG works with the current language's compiler # or gives an error. (Warnings, however, are ignored) # # ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on # success/failure. # # If EXTRA-FLAGS is defined, it is added to the current language's default # flags (e.g. CFLAGS) when the check is done. The check is thus made with # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to # force the compiler to issue an error when a bad flag is given. # # INPUT gives an alternative input source to AC_COMPILE_IFELSE. # # NOTE: Implementation based on AX_CFLAGS_GCC_OPTION. Please keep this # macro in sync with AX_CHECK_{PREPROC,LINK}_FLAG. # # LICENSE # # Copyright (c) 2008 Guido U. Draheim # Copyright (c) 2011 Maarten Bosmans # # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice # and this notice are preserved. This file is offered as-is, without any # warranty. #serial 6 AC_DEFUN([AX_CHECK_COMPILE_FLAG], [AC_PREREQ(2.64)dnl for _AC_LANG_PREFIX and AS_VAR_IF AS_VAR_PUSHDEF([CACHEVAR],[ax_cv_check_[]_AC_LANG_ABBREV[]flags_$4_$1])dnl AC_CACHE_CHECK([whether _AC_LANG compiler accepts $1], CACHEVAR, [ ax_check_save_flags=$[]_AC_LANG_PREFIX[]FLAGS _AC_LANG_PREFIX[]FLAGS="$[]_AC_LANG_PREFIX[]FLAGS $4 $1" AC_COMPILE_IFELSE([m4_default([$5],[AC_LANG_PROGRAM()])], [AS_VAR_SET(CACHEVAR,[yes])], [AS_VAR_SET(CACHEVAR,[no])]) _AC_LANG_PREFIX[]FLAGS=$ax_check_save_flags]) AS_VAR_IF(CACHEVAR,yes, [m4_default([$2], :)], [m4_default([$3], :)]) AS_VAR_POPDEF([CACHEVAR])dnl ])dnl AX_CHECK_COMPILE_FLAGS lcms2-2.17/m4/ax_gcc_func_attribute.m40000644000175000017500000002042614752176133016616 0ustar martimarti# =========================================================================== # https://www.gnu.org/software/autoconf-archive/ax_gcc_func_attribute.html # =========================================================================== # # SYNOPSIS # # AX_GCC_FUNC_ATTRIBUTE(ATTRIBUTE) # # DESCRIPTION # # This macro checks if the compiler supports one of GCC's function # attributes; many other compilers also provide function attributes with # the same syntax. Compiler warnings are used to detect supported # attributes as unsupported ones are ignored by default so quieting # warnings when using this macro will yield false positives. # # The ATTRIBUTE parameter holds the name of the attribute to be checked. # # If ATTRIBUTE is supported define HAVE_FUNC_ATTRIBUTE_. # # The macro caches its result in the ax_cv_have_func_attribute_ # variable. # # The macro currently supports the following function attributes: # # alias # aligned # alloc_size # always_inline # artificial # cold # const # constructor # constructor_priority for constructor attribute with priority # deprecated # destructor # dllexport # dllimport # error # externally_visible # fallthrough # flatten # format # format_arg # gnu_format # gnu_inline # hot # ifunc # leaf # malloc # noclone # noinline # nonnull # noreturn # nothrow # optimize # pure # sentinel # sentinel_position # unused # used # visibility # warning # warn_unused_result # weak # weakref # # Unsupported function attributes will be tested with a prototype # returning an int and not accepting any arguments and the result of the # check might be wrong or meaningless so use with care. # # LICENSE # # Copyright (c) 2013 Gabriele Svelto # # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice # and this notice are preserved. This file is offered as-is, without any # warranty. #serial 13 AC_DEFUN([AX_GCC_FUNC_ATTRIBUTE], [ AS_VAR_PUSHDEF([ac_var], [ax_cv_have_func_attribute_$1]) AC_CACHE_CHECK([for __attribute__(($1))], [ac_var], [ AC_LINK_IFELSE([AC_LANG_PROGRAM([ m4_case([$1], [alias], [ int foo( void ) { return 0; } int bar( void ) __attribute__(($1("foo"))); ], [aligned], [ int foo( void ) __attribute__(($1(32))); ], [alloc_size], [ void *foo(int a) __attribute__(($1(1))); ], [always_inline], [ inline __attribute__(($1)) int foo( void ) { return 0; } ], [artificial], [ inline __attribute__(($1)) int foo( void ) { return 0; } ], [cold], [ int foo( void ) __attribute__(($1)); ], [const], [ int foo( void ) __attribute__(($1)); ], [constructor_priority], [ int foo( void ) __attribute__((__constructor__(65535/2))); ], [constructor], [ int foo( void ) __attribute__(($1)); ], [deprecated], [ int foo( void ) __attribute__(($1(""))); ], [destructor], [ int foo( void ) __attribute__(($1)); ], [dllexport], [ __attribute__(($1)) int foo( void ) { return 0; } ], [dllimport], [ int foo( void ) __attribute__(($1)); ], [error], [ int foo( void ) __attribute__(($1(""))); ], [externally_visible], [ int foo( void ) __attribute__(($1)); ], [fallthrough], [ void foo( int x ) {switch (x) { case 1: __attribute__(($1)); case 2: break ; }}; ], [flatten], [ int foo( void ) __attribute__(($1)); ], [format], [ int foo(const char *p, ...) __attribute__(($1(printf, 1, 2))); ], [gnu_format], [ int foo(const char *p, ...) __attribute__((format(gnu_printf, 1, 2))); ], [format_arg], [ char *foo(const char *p) __attribute__(($1(1))); ], [gnu_inline], [ inline __attribute__(($1)) int foo( void ) { return 0; } ], [hot], [ int foo( void ) __attribute__(($1)); ], [ifunc], [ int my_foo( void ) { return 0; } static int (*resolve_foo(void))(void) { return my_foo; } int foo( void ) __attribute__(($1("resolve_foo"))); ], [leaf], [ __attribute__(($1)) int foo( void ) { return 0; } ], [malloc], [ void *foo( void ) __attribute__(($1)); ], [noclone], [ int foo( void ) __attribute__(($1)); ], [noinline], [ __attribute__(($1)) int foo( void ) { return 0; } ], [nonnull], [ int foo(char *p) __attribute__(($1(1))); ], [noreturn], [ void foo( void ) __attribute__(($1)); ], [nothrow], [ int foo( void ) __attribute__(($1)); ], [optimize], [ __attribute__(($1(3))) int foo( void ) { return 0; } ], [pure], [ int foo( void ) __attribute__(($1)); ], [sentinel], [ int foo(void *p, ...) __attribute__(($1)); ], [sentinel_position], [ int foo(void *p, ...) __attribute__(($1(1))); ], [returns_nonnull], [ void *foo( void ) __attribute__(($1)); ], [unused], [ int foo( void ) __attribute__(($1)); ], [used], [ int foo( void ) __attribute__(($1)); ], [visibility], [ int foo_def( void ) __attribute__(($1("default"))); int foo_hid( void ) __attribute__(($1("hidden"))); int foo_int( void ) __attribute__(($1("internal"))); int foo_pro( void ) __attribute__(($1("protected"))); ], [warning], [ int foo( void ) __attribute__(($1(""))); ], [warn_unused_result], [ int foo( void ) __attribute__(($1)); ], [weak], [ int foo( void ) __attribute__(($1)); ], [weakref], [ static int foo( void ) { return 0; } static int bar( void ) __attribute__(($1("foo"))); ], [ m4_warn([syntax], [Unsupported attribute $1, the test may fail]) int foo( void ) __attribute__(($1)); ] )], []) ], dnl GCC doesn't exit with an error if an unknown attribute is dnl provided but only outputs a warning, so accept the attribute dnl only if no warning were issued. [AS_IF([grep -- -Wattributes conftest.err], [AS_VAR_SET([ac_var], [no])], [AS_VAR_SET([ac_var], [yes])])], [AS_VAR_SET([ac_var], [no])]) ]) AS_IF([test yes = AS_VAR_GET([ac_var])], [AC_DEFINE_UNQUOTED(AS_TR_CPP(HAVE_FUNC_ATTRIBUTE_$1), 1, [Define to 1 if the system has the `$1' function attribute])], []) AS_VAR_POPDEF([ac_var]) ]) lcms2-2.17/m4/ax_pthread.m40000644000175000017500000005403414752176133014415 0ustar martimarti# =========================================================================== # https://www.gnu.org/software/autoconf-archive/ax_pthread.html # =========================================================================== # # SYNOPSIS # # AX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) # # DESCRIPTION # # This macro figures out how to build C programs using POSIX threads. It # sets the PTHREAD_LIBS output variable to the threads library and linker # flags, and the PTHREAD_CFLAGS output variable to any special C compiler # flags that are needed. (The user can also force certain compiler # flags/libs to be tested by setting these environment variables.) # # Also sets PTHREAD_CC and PTHREAD_CXX to any special C compiler that is # needed for multi-threaded programs (defaults to the value of CC # respectively CXX otherwise). (This is necessary on e.g. AIX to use the # special cc_r/CC_r compiler alias.) # # NOTE: You are assumed to not only compile your program with these flags, # but also to link with them as well. For example, you might link with # $PTHREAD_CC $CFLAGS $PTHREAD_CFLAGS $LDFLAGS ... $PTHREAD_LIBS $LIBS # $PTHREAD_CXX $CXXFLAGS $PTHREAD_CFLAGS $LDFLAGS ... $PTHREAD_LIBS $LIBS # # If you are only building threaded programs, you may wish to use these # variables in your default LIBS, CFLAGS, and CC: # # LIBS="$PTHREAD_LIBS $LIBS" # CFLAGS="$CFLAGS $PTHREAD_CFLAGS" # CXXFLAGS="$CXXFLAGS $PTHREAD_CFLAGS" # CC="$PTHREAD_CC" # CXX="$PTHREAD_CXX" # # In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute constant # has a nonstandard name, this macro defines PTHREAD_CREATE_JOINABLE to # that name (e.g. PTHREAD_CREATE_UNDETACHED on AIX). # # Also HAVE_PTHREAD_PRIO_INHERIT is defined if pthread is found and the # PTHREAD_PRIO_INHERIT symbol is defined when compiling with # PTHREAD_CFLAGS. # # ACTION-IF-FOUND is a list of shell commands to run if a threads library # is found, and ACTION-IF-NOT-FOUND is a list of commands to run it if it # is not found. If ACTION-IF-FOUND is not specified, the default action # will define HAVE_PTHREAD. # # Please let the authors know if this macro fails on any platform, or if # you have any other suggestions or comments. This macro was based on work # by SGJ on autoconf scripts for FFTW (http://www.fftw.org/) (with help # from M. Frigo), as well as ac_pthread and hb_pthread macros posted by # Alejandro Forero Cuervo to the autoconf macro repository. We are also # grateful for the helpful feedback of numerous users. # # Updated for Autoconf 2.68 by Daniel Richard G. # # LICENSE # # Copyright (c) 2008 Steven G. Johnson # Copyright (c) 2011 Daniel Richard G. # Copyright (c) 2019 Marc Stevens # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the # Free Software Foundation, either version 3 of the License, or (at your # option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General # Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program. If not, see . # # As a special exception, the respective Autoconf Macro's copyright owner # gives unlimited permission to copy, distribute and modify the configure # scripts that are the output of Autoconf when processing the Macro. You # need not follow the terms of the GNU General Public License when using # or distributing such scripts, even though portions of the text of the # Macro appear in them. The GNU General Public License (GPL) does govern # all other use of the material that constitutes the Autoconf Macro. # # This special exception to the GPL applies to versions of the Autoconf # Macro released by the Autoconf Archive. When you make and distribute a # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. #serial 31 AU_ALIAS([ACX_PTHREAD], [AX_PTHREAD]) AC_DEFUN([AX_PTHREAD], [ AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_PROG_SED]) AC_LANG_PUSH([C]) ax_pthread_ok=no # We used to check for pthread.h first, but this fails if pthread.h # requires special compiler flags (e.g. on Tru64 or Sequent). # It gets checked for in the link test anyway. # First of all, check if the user has set any of the PTHREAD_LIBS, # etcetera environment variables, and if threads linking works using # them: if test "x$PTHREAD_CFLAGS$PTHREAD_LIBS" != "x"; then ax_pthread_save_CC="$CC" ax_pthread_save_CFLAGS="$CFLAGS" ax_pthread_save_LIBS="$LIBS" AS_IF([test "x$PTHREAD_CC" != "x"], [CC="$PTHREAD_CC"]) AS_IF([test "x$PTHREAD_CXX" != "x"], [CXX="$PTHREAD_CXX"]) CFLAGS="$CFLAGS $PTHREAD_CFLAGS" LIBS="$PTHREAD_LIBS $LIBS" AC_MSG_CHECKING([for pthread_join using $CC $PTHREAD_CFLAGS $PTHREAD_LIBS]) AC_LINK_IFELSE([AC_LANG_CALL([], [pthread_join])], [ax_pthread_ok=yes]) AC_MSG_RESULT([$ax_pthread_ok]) if test "x$ax_pthread_ok" = "xno"; then PTHREAD_LIBS="" PTHREAD_CFLAGS="" fi CC="$ax_pthread_save_CC" CFLAGS="$ax_pthread_save_CFLAGS" LIBS="$ax_pthread_save_LIBS" fi # We must check for the threads library under a number of different # names; the ordering is very important because some systems # (e.g. DEC) have both -lpthread and -lpthreads, where one of the # libraries is broken (non-POSIX). # Create a list of thread flags to try. Items with a "," contain both # C compiler flags (before ",") and linker flags (after ","). Other items # starting with a "-" are C compiler flags, and remaining items are # library names, except for "none" which indicates that we try without # any flags at all, and "pthread-config" which is a program returning # the flags for the Pth emulation library. ax_pthread_flags="pthreads none -Kthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config" # The ordering *is* (sometimes) important. Some notes on the # individual items follow: # pthreads: AIX (must check this before -lpthread) # none: in case threads are in libc; should be tried before -Kthread and # other compiler flags to prevent continual compiler warnings # -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h) # -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads), Tru64 # (Note: HP C rejects this with "bad form for `-t' option") # -pthreads: Solaris/gcc (Note: HP C also rejects) # -mt: Sun Workshop C (may only link SunOS threads [-lthread], but it # doesn't hurt to check since this sometimes defines pthreads and # -D_REENTRANT too), HP C (must be checked before -lpthread, which # is present but should not be used directly; and before -mthreads, # because the compiler interprets this as "-mt" + "-hreads") # -mthreads: Mingw32/gcc, Lynx/gcc # pthread: Linux, etcetera # --thread-safe: KAI C++ # pthread-config: use pthread-config program (for GNU Pth library) case $host_os in freebsd*) # -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able) # lthread: LinuxThreads port on FreeBSD (also preferred to -pthread) ax_pthread_flags="-kthread lthread $ax_pthread_flags" ;; hpux*) # From the cc(1) man page: "[-mt] Sets various -D flags to enable # multi-threading and also sets -lpthread." ax_pthread_flags="-mt -pthread pthread $ax_pthread_flags" ;; openedition*) # IBM z/OS requires a feature-test macro to be defined in order to # enable POSIX threads at all, so give the user a hint if this is # not set. (We don't define these ourselves, as they can affect # other portions of the system API in unpredictable ways.) AC_EGREP_CPP([AX_PTHREAD_ZOS_MISSING], [ # if !defined(_OPEN_THREADS) && !defined(_UNIX03_THREADS) AX_PTHREAD_ZOS_MISSING # endif ], [AC_MSG_WARN([IBM z/OS requires -D_OPEN_THREADS or -D_UNIX03_THREADS to enable pthreads support.])]) ;; solaris*) # On Solaris (at least, for some versions), libc contains stubbed # (non-functional) versions of the pthreads routines, so link-based # tests will erroneously succeed. (N.B.: The stubs are missing # pthread_cleanup_push, or rather a function called by this macro, # so we could check for that, but who knows whether they'll stub # that too in a future libc.) So we'll check first for the # standard Solaris way of linking pthreads (-mt -lpthread). ax_pthread_flags="-mt,-lpthread pthread $ax_pthread_flags" ;; esac # Are we compiling with Clang? AC_CACHE_CHECK([whether $CC is Clang], [ax_cv_PTHREAD_CLANG], [ax_cv_PTHREAD_CLANG=no # Note that Autoconf sets GCC=yes for Clang as well as GCC if test "x$GCC" = "xyes"; then AC_EGREP_CPP([AX_PTHREAD_CC_IS_CLANG], [/* Note: Clang 2.7 lacks __clang_[a-z]+__ */ # if defined(__clang__) && defined(__llvm__) AX_PTHREAD_CC_IS_CLANG # endif ], [ax_cv_PTHREAD_CLANG=yes]) fi ]) ax_pthread_clang="$ax_cv_PTHREAD_CLANG" # GCC generally uses -pthread, or -pthreads on some platforms (e.g. SPARC) # Note that for GCC and Clang -pthread generally implies -lpthread, # except when -nostdlib is passed. # This is problematic using libtool to build C++ shared libraries with pthread: # [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25460 # [2] https://bugzilla.redhat.com/show_bug.cgi?id=661333 # [3] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468555 # To solve this, first try -pthread together with -lpthread for GCC AS_IF([test "x$GCC" = "xyes"], [ax_pthread_flags="-pthread,-lpthread -pthread -pthreads $ax_pthread_flags"]) # Clang takes -pthread (never supported any other flag), but we'll try with -lpthread first AS_IF([test "x$ax_pthread_clang" = "xyes"], [ax_pthread_flags="-pthread,-lpthread -pthread"]) # The presence of a feature test macro requesting re-entrant function # definitions is, on some systems, a strong hint that pthreads support is # correctly enabled case $host_os in darwin* | hpux* | linux* | osf* | solaris*) ax_pthread_check_macro="_REENTRANT" ;; aix*) ax_pthread_check_macro="_THREAD_SAFE" ;; *) ax_pthread_check_macro="--" ;; esac AS_IF([test "x$ax_pthread_check_macro" = "x--"], [ax_pthread_check_cond=0], [ax_pthread_check_cond="!defined($ax_pthread_check_macro)"]) if test "x$ax_pthread_ok" = "xno"; then for ax_pthread_try_flag in $ax_pthread_flags; do case $ax_pthread_try_flag in none) AC_MSG_CHECKING([whether pthreads work without any flags]) ;; *,*) PTHREAD_CFLAGS=`echo $ax_pthread_try_flag | sed "s/^\(.*\),\(.*\)$/\1/"` PTHREAD_LIBS=`echo $ax_pthread_try_flag | sed "s/^\(.*\),\(.*\)$/\2/"` AC_MSG_CHECKING([whether pthreads work with "$PTHREAD_CFLAGS" and "$PTHREAD_LIBS"]) ;; -*) AC_MSG_CHECKING([whether pthreads work with $ax_pthread_try_flag]) PTHREAD_CFLAGS="$ax_pthread_try_flag" ;; pthread-config) AC_CHECK_PROG([ax_pthread_config], [pthread-config], [yes], [no]) AS_IF([test "x$ax_pthread_config" = "xno"], [continue]) PTHREAD_CFLAGS="`pthread-config --cflags`" PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`" ;; *) AC_MSG_CHECKING([for the pthreads library -l$ax_pthread_try_flag]) PTHREAD_LIBS="-l$ax_pthread_try_flag" ;; esac ax_pthread_save_CFLAGS="$CFLAGS" ax_pthread_save_LIBS="$LIBS" CFLAGS="$CFLAGS $PTHREAD_CFLAGS" LIBS="$PTHREAD_LIBS $LIBS" # Check for various functions. We must include pthread.h, # since some functions may be macros. (On the Sequent, we # need a special flag -Kthread to make this header compile.) # We check for pthread_join because it is in -lpthread on IRIX # while pthread_create is in libc. We check for pthread_attr_init # due to DEC craziness with -lpthreads. We check for # pthread_cleanup_push because it is one of the few pthread # functions on Solaris that doesn't have a non-functional libc stub. # We try pthread_create on general principles. AC_LINK_IFELSE([AC_LANG_PROGRAM([#include # if $ax_pthread_check_cond # error "$ax_pthread_check_macro must be defined" # endif static void *some_global = NULL; static void routine(void *a) { /* To avoid any unused-parameter or unused-but-set-parameter warning. */ some_global = a; } static void *start_routine(void *a) { return a; }], [pthread_t th; pthread_attr_t attr; pthread_create(&th, 0, start_routine, 0); pthread_join(th, 0); pthread_attr_init(&attr); pthread_cleanup_push(routine, 0); pthread_cleanup_pop(0) /* ; */])], [ax_pthread_ok=yes], []) CFLAGS="$ax_pthread_save_CFLAGS" LIBS="$ax_pthread_save_LIBS" AC_MSG_RESULT([$ax_pthread_ok]) AS_IF([test "x$ax_pthread_ok" = "xyes"], [break]) PTHREAD_LIBS="" PTHREAD_CFLAGS="" done fi # Clang needs special handling, because older versions handle the -pthread # option in a rather... idiosyncratic way if test "x$ax_pthread_clang" = "xyes"; then # Clang takes -pthread; it has never supported any other flag # (Note 1: This will need to be revisited if a system that Clang # supports has POSIX threads in a separate library. This tends not # to be the way of modern systems, but it's conceivable.) # (Note 2: On some systems, notably Darwin, -pthread is not needed # to get POSIX threads support; the API is always present and # active. We could reasonably leave PTHREAD_CFLAGS empty. But # -pthread does define _REENTRANT, and while the Darwin headers # ignore this macro, third-party headers might not.) # However, older versions of Clang make a point of warning the user # that, in an invocation where only linking and no compilation is # taking place, the -pthread option has no effect ("argument unused # during compilation"). They expect -pthread to be passed in only # when source code is being compiled. # # Problem is, this is at odds with the way Automake and most other # C build frameworks function, which is that the same flags used in # compilation (CFLAGS) are also used in linking. Many systems # supported by AX_PTHREAD require exactly this for POSIX threads # support, and in fact it is often not straightforward to specify a # flag that is used only in the compilation phase and not in # linking. Such a scenario is extremely rare in practice. # # Even though use of the -pthread flag in linking would only print # a warning, this can be a nuisance for well-run software projects # that build with -Werror. So if the active version of Clang has # this misfeature, we search for an option to squash it. AC_CACHE_CHECK([whether Clang needs flag to prevent "argument unused" warning when linking with -pthread], [ax_cv_PTHREAD_CLANG_NO_WARN_FLAG], [ax_cv_PTHREAD_CLANG_NO_WARN_FLAG=unknown # Create an alternate version of $ac_link that compiles and # links in two steps (.c -> .o, .o -> exe) instead of one # (.c -> exe), because the warning occurs only in the second # step ax_pthread_save_ac_link="$ac_link" ax_pthread_sed='s/conftest\.\$ac_ext/conftest.$ac_objext/g' ax_pthread_link_step=`AS_ECHO(["$ac_link"]) | sed "$ax_pthread_sed"` ax_pthread_2step_ac_link="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)" ax_pthread_save_CFLAGS="$CFLAGS" for ax_pthread_try in '' -Qunused-arguments -Wno-unused-command-line-argument unknown; do AS_IF([test "x$ax_pthread_try" = "xunknown"], [break]) CFLAGS="-Werror -Wunknown-warning-option $ax_pthread_try -pthread $ax_pthread_save_CFLAGS" ac_link="$ax_pthread_save_ac_link" AC_LINK_IFELSE([AC_LANG_SOURCE([[int main(void){return 0;}]])], [ac_link="$ax_pthread_2step_ac_link" AC_LINK_IFELSE([AC_LANG_SOURCE([[int main(void){return 0;}]])], [break]) ]) done ac_link="$ax_pthread_save_ac_link" CFLAGS="$ax_pthread_save_CFLAGS" AS_IF([test "x$ax_pthread_try" = "x"], [ax_pthread_try=no]) ax_cv_PTHREAD_CLANG_NO_WARN_FLAG="$ax_pthread_try" ]) case "$ax_cv_PTHREAD_CLANG_NO_WARN_FLAG" in no | unknown) ;; *) PTHREAD_CFLAGS="$ax_cv_PTHREAD_CLANG_NO_WARN_FLAG $PTHREAD_CFLAGS" ;; esac fi # $ax_pthread_clang = yes # Various other checks: if test "x$ax_pthread_ok" = "xyes"; then ax_pthread_save_CFLAGS="$CFLAGS" ax_pthread_save_LIBS="$LIBS" CFLAGS="$CFLAGS $PTHREAD_CFLAGS" LIBS="$PTHREAD_LIBS $LIBS" # Detect AIX lossage: JOINABLE attribute is called UNDETACHED. AC_CACHE_CHECK([for joinable pthread attribute], [ax_cv_PTHREAD_JOINABLE_ATTR], [ax_cv_PTHREAD_JOINABLE_ATTR=unknown for ax_pthread_attr in PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_UNDETACHED; do AC_LINK_IFELSE([AC_LANG_PROGRAM([#include ], [int attr = $ax_pthread_attr; return attr /* ; */])], [ax_cv_PTHREAD_JOINABLE_ATTR=$ax_pthread_attr; break], []) done ]) AS_IF([test "x$ax_cv_PTHREAD_JOINABLE_ATTR" != "xunknown" && \ test "x$ax_cv_PTHREAD_JOINABLE_ATTR" != "xPTHREAD_CREATE_JOINABLE" && \ test "x$ax_pthread_joinable_attr_defined" != "xyes"], [AC_DEFINE_UNQUOTED([PTHREAD_CREATE_JOINABLE], [$ax_cv_PTHREAD_JOINABLE_ATTR], [Define to necessary symbol if this constant uses a non-standard name on your system.]) ax_pthread_joinable_attr_defined=yes ]) AC_CACHE_CHECK([whether more special flags are required for pthreads], [ax_cv_PTHREAD_SPECIAL_FLAGS], [ax_cv_PTHREAD_SPECIAL_FLAGS=no case $host_os in solaris*) ax_cv_PTHREAD_SPECIAL_FLAGS="-D_POSIX_PTHREAD_SEMANTICS" ;; esac ]) AS_IF([test "x$ax_cv_PTHREAD_SPECIAL_FLAGS" != "xno" && \ test "x$ax_pthread_special_flags_added" != "xyes"], [PTHREAD_CFLAGS="$ax_cv_PTHREAD_SPECIAL_FLAGS $PTHREAD_CFLAGS" ax_pthread_special_flags_added=yes]) AC_CACHE_CHECK([for PTHREAD_PRIO_INHERIT], [ax_cv_PTHREAD_PRIO_INHERIT], [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]], [[int i = PTHREAD_PRIO_INHERIT; return i;]])], [ax_cv_PTHREAD_PRIO_INHERIT=yes], [ax_cv_PTHREAD_PRIO_INHERIT=no]) ]) AS_IF([test "x$ax_cv_PTHREAD_PRIO_INHERIT" = "xyes" && \ test "x$ax_pthread_prio_inherit_defined" != "xyes"], [AC_DEFINE([HAVE_PTHREAD_PRIO_INHERIT], [1], [Have PTHREAD_PRIO_INHERIT.]) ax_pthread_prio_inherit_defined=yes ]) CFLAGS="$ax_pthread_save_CFLAGS" LIBS="$ax_pthread_save_LIBS" # More AIX lossage: compile with *_r variant if test "x$GCC" != "xyes"; then case $host_os in aix*) AS_CASE(["x/$CC"], [x*/c89|x*/c89_128|x*/c99|x*/c99_128|x*/cc|x*/cc128|x*/xlc|x*/xlc_v6|x*/xlc128|x*/xlc128_v6], [#handle absolute path differently from PATH based program lookup AS_CASE(["x$CC"], [x/*], [ AS_IF([AS_EXECUTABLE_P([${CC}_r])],[PTHREAD_CC="${CC}_r"]) AS_IF([test "x${CXX}" != "x"], [AS_IF([AS_EXECUTABLE_P([${CXX}_r])],[PTHREAD_CXX="${CXX}_r"])]) ], [ AC_CHECK_PROGS([PTHREAD_CC],[${CC}_r],[$CC]) AS_IF([test "x${CXX}" != "x"], [AC_CHECK_PROGS([PTHREAD_CXX],[${CXX}_r],[$CXX])]) ] ) ]) ;; esac fi fi test -n "$PTHREAD_CC" || PTHREAD_CC="$CC" test -n "$PTHREAD_CXX" || PTHREAD_CXX="$CXX" AC_SUBST([PTHREAD_LIBS]) AC_SUBST([PTHREAD_CFLAGS]) AC_SUBST([PTHREAD_CC]) AC_SUBST([PTHREAD_CXX]) # Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND: if test "x$ax_pthread_ok" = "xyes"; then ifelse([$1],,[AC_DEFINE([HAVE_PTHREAD],[1],[Define if you have POSIX threads libraries and header files.])],[$1]) : else ax_pthread_ok=no $2 fi AC_LANG_POP ])dnl AX_PTHREAD lcms2-2.17/m4/ax_require_defined.m40000644000175000017500000000230214752176133016107 0ustar martimarti# =========================================================================== # https://www.gnu.org/software/autoconf-archive/ax_require_defined.html # =========================================================================== # # SYNOPSIS # # AX_REQUIRE_DEFINED(MACRO) # # DESCRIPTION # # AX_REQUIRE_DEFINED is a simple helper for making sure other macros have # been defined and thus are available for use. This avoids random issues # where a macro isn't expanded. Instead the configure script emits a # non-fatal: # # ./configure: line 1673: AX_CFLAGS_WARN_ALL: command not found # # It's like AC_REQUIRE except it doesn't expand the required macro. # # Here's an example: # # AX_REQUIRE_DEFINED([AX_CHECK_LINK_FLAG]) # # LICENSE # # Copyright (c) 2014 Mike Frysinger # # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice # and this notice are preserved. This file is offered as-is, without any # warranty. #serial 2 AC_DEFUN([AX_REQUIRE_DEFINED], [dnl m4_ifndef([$1], [m4_fatal([macro ]$1[ is not defined; is a m4 file missing?])]) ])dnl AX_REQUIRE_DEFINED lcms2-2.17/m4/libtool.m40000644000175000017500000112776414752176133013756 0ustar martimarti# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- # # Copyright (C) 1996-2001, 2003-2019, 2021-2022 Free Software # Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. m4_define([_LT_COPYING], [dnl # Copyright (C) 2014 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # GNU Libtool is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of of the License, or # (at your option) any later version. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program or library that is built # using GNU Libtool, you may include this file under the same # distribution terms that you use for the rest of that program. # # GNU Libtool is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . ]) # serial 59 LT_INIT # LT_PREREQ(VERSION) # ------------------ # Complain and exit if this libtool version is less that VERSION. m4_defun([LT_PREREQ], [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, [m4_default([$3], [m4_fatal([Libtool version $1 or higher is required], 63)])], [$2])]) # _LT_CHECK_BUILDDIR # ------------------ # Complain if the absolute build directory name contains unusual characters m4_defun([_LT_CHECK_BUILDDIR], [case `pwd` in *\ * | *\ *) AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;; esac ]) # LT_INIT([OPTIONS]) # ------------------ AC_DEFUN([LT_INIT], [AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl AC_BEFORE([$0], [LT_LANG])dnl AC_BEFORE([$0], [LT_OUTPUT])dnl AC_BEFORE([$0], [LTDL_INIT])dnl m4_require([_LT_CHECK_BUILDDIR])dnl dnl Autoconf doesn't catch unexpanded LT_ macros by default: m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 dnl unless we require an AC_DEFUNed macro: AC_REQUIRE([LTOPTIONS_VERSION])dnl AC_REQUIRE([LTSUGAR_VERSION])dnl AC_REQUIRE([LTVERSION_VERSION])dnl AC_REQUIRE([LTOBSOLETE_VERSION])dnl m4_require([_LT_PROG_LTMAIN])dnl _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) dnl Parse OPTIONS _LT_SET_OPTIONS([$0], [$1]) # This can be used to rebuild libtool when needed LIBTOOL_DEPS=$ltmain # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' AC_SUBST(LIBTOOL)dnl _LT_SETUP # Only expand once: m4_define([LT_INIT]) ])# LT_INIT # Old names: AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT]) AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_PROG_LIBTOOL], []) dnl AC_DEFUN([AM_PROG_LIBTOOL], []) # _LT_PREPARE_CC_BASENAME # ----------------------- m4_defun([_LT_PREPARE_CC_BASENAME], [ # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. func_cc_basename () { for cc_temp in @S|@*""; do case $cc_temp in compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; \-*) ;; *) break;; esac done func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` } ])# _LT_PREPARE_CC_BASENAME # _LT_CC_BASENAME(CC) # ------------------- # It would be clearer to call AC_REQUIREs from _LT_PREPARE_CC_BASENAME, # but that macro is also expanded into generated libtool script, which # arranges for $SED and $ECHO to be set by different means. m4_defun([_LT_CC_BASENAME], [m4_require([_LT_PREPARE_CC_BASENAME])dnl AC_REQUIRE([_LT_DECL_SED])dnl AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl func_cc_basename $1 cc_basename=$func_cc_basename_result ]) # _LT_FILEUTILS_DEFAULTS # ---------------------- # It is okay to use these file commands and assume they have been set # sensibly after 'm4_require([_LT_FILEUTILS_DEFAULTS])'. m4_defun([_LT_FILEUTILS_DEFAULTS], [: ${CP="cp -f"} : ${MV="mv -f"} : ${RM="rm -f"} ])# _LT_FILEUTILS_DEFAULTS # _LT_SETUP # --------- m4_defun([_LT_SETUP], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl _LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl dnl _LT_DECL([], [host_alias], [0], [The host system])dnl _LT_DECL([], [host], [0])dnl _LT_DECL([], [host_os], [0])dnl dnl _LT_DECL([], [build_alias], [0], [The build system])dnl _LT_DECL([], [build], [0])dnl _LT_DECL([], [build_os], [0])dnl dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([LT_PATH_LD])dnl AC_REQUIRE([LT_PATH_NM])dnl dnl AC_REQUIRE([AC_PROG_LN_S])dnl test -z "$LN_S" && LN_S="ln -s" _LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl dnl AC_REQUIRE([LT_CMD_MAX_LEN])dnl _LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl _LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_CHECK_SHELL_FEATURES])dnl m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl m4_require([_LT_CMD_RELOAD])dnl m4_require([_LT_DECL_FILECMD])dnl m4_require([_LT_CHECK_MAGIC_METHOD])dnl m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl m4_require([_LT_CMD_OLD_ARCHIVE])dnl m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl m4_require([_LT_WITH_SYSROOT])dnl m4_require([_LT_CMD_TRUNCATE])dnl _LT_CONFIG_LIBTOOL_INIT([ # See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes INIT. if test -n "\${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi ]) if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi _LT_CHECK_OBJDIR m4_require([_LT_TAG_COMPILER])dnl case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Global variables: ofile=libtool can_build_shared=yes # All known linkers require a '.a' archive for static linking (except MSVC and # ICC, which need '.lib'). libext=a with_gnu_ld=$lt_cv_prog_gnu_ld old_CC=$CC old_CFLAGS=$CFLAGS # Set sane defaults for various variables test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$LD" && LD=ld test -z "$ac_objext" && ac_objext=o _LT_CC_BASENAME([$compiler]) # Only perform the check for file, if the check method requires it test -z "$MAGIC_CMD" && MAGIC_CMD=file case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then _LT_PATH_MAGIC fi ;; esac # Use C for the default configuration in the libtool script LT_SUPPORTED_TAG([CC]) _LT_LANG_C_CONFIG _LT_LANG_DEFAULT_CONFIG _LT_CONFIG_COMMANDS ])# _LT_SETUP # _LT_PREPARE_SED_QUOTE_VARS # -------------------------- # Define a few sed substitution that help us do robust quoting. m4_defun([_LT_PREPARE_SED_QUOTE_VARS], [# Backslashify metacharacters that are still active within # double-quoted strings. sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\([["`\\]]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to delay expansion of an escaped single quote. delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' ]) # _LT_PROG_LTMAIN # --------------- # Note that this code is called both from 'configure', and 'config.status' # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably, # 'config.status' has no value for ac_aux_dir unless we are using Automake, # so we pass a copy along to make sure it has a sensible value anyway. m4_defun([_LT_PROG_LTMAIN], [m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl _LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir']) ltmain=$ac_aux_dir/ltmain.sh ])# _LT_PROG_LTMAIN ## ------------------------------------- ## ## Accumulate code for creating libtool. ## ## ------------------------------------- ## # So that we can recreate a full libtool script including additional # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS # in macros and then make a single call at the end using the 'libtool' # label. # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS]) # ---------------------------------------- # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later. m4_define([_LT_CONFIG_LIBTOOL_INIT], [m4_ifval([$1], [m4_append([_LT_OUTPUT_LIBTOOL_INIT], [$1 ])])]) # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_INIT]) # _LT_CONFIG_LIBTOOL([COMMANDS]) # ------------------------------ # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later. m4_define([_LT_CONFIG_LIBTOOL], [m4_ifval([$1], [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS], [$1 ])])]) # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS]) # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS]) # ----------------------------------------------------- m4_defun([_LT_CONFIG_SAVE_COMMANDS], [_LT_CONFIG_LIBTOOL([$1]) _LT_CONFIG_LIBTOOL_INIT([$2]) ]) # _LT_FORMAT_COMMENT([COMMENT]) # ----------------------------- # Add leading comment marks to the start of each line, and a trailing # full-stop to the whole comment if one is not present already. m4_define([_LT_FORMAT_COMMENT], [m4_ifval([$1], [ m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])], [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.]) )]) ## ------------------------ ## ## FIXME: Eliminate VARNAME ## ## ------------------------ ## # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) # ------------------------------------------------------------------- # CONFIGNAME is the name given to the value in the libtool script. # VARNAME is the (base) name used in the configure script. # VALUE may be 0, 1 or 2 for a computed quote escaped value based on # VARNAME. Any other value will be used directly. m4_define([_LT_DECL], [lt_if_append_uniq([lt_decl_varnames], [$2], [, ], [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name], [m4_ifval([$1], [$1], [$2])]) lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3]) m4_ifval([$4], [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])]) lt_dict_add_subkey([lt_decl_dict], [$2], [tagged?], [m4_ifval([$5], [yes], [no])])]) ]) # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION]) # -------------------------------------------------------- m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])]) # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...]) # ------------------------------------------------ m4_define([lt_decl_tag_varnames], [_lt_decl_filter([tagged?], [yes], $@)]) # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..]) # --------------------------------------------------------- m4_define([_lt_decl_filter], [m4_case([$#], [0], [m4_fatal([$0: too few arguments: $#])], [1], [m4_fatal([$0: too few arguments: $#: $1])], [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)], [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)], [lt_dict_filter([lt_decl_dict], $@)])[]dnl ]) # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...]) # -------------------------------------------------- m4_define([lt_decl_quote_varnames], [_lt_decl_filter([value], [1], $@)]) # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...]) # --------------------------------------------------- m4_define([lt_decl_dquote_varnames], [_lt_decl_filter([value], [2], $@)]) # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...]) # --------------------------------------------------- m4_define([lt_decl_varnames_tagged], [m4_assert([$# <= 2])dnl _$0(m4_quote(m4_default([$1], [[, ]])), m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]), m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))]) m4_define([_lt_decl_varnames_tagged], [m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])]) # lt_decl_all_varnames([SEPARATOR], [VARNAME1...]) # ------------------------------------------------ m4_define([lt_decl_all_varnames], [_$0(m4_quote(m4_default([$1], [[, ]])), m4_if([$2], [], m4_quote(lt_decl_varnames), m4_quote(m4_shift($@))))[]dnl ]) m4_define([_lt_decl_all_varnames], [lt_join($@, lt_decl_varnames_tagged([$1], lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl ]) # _LT_CONFIG_STATUS_DECLARE([VARNAME]) # ------------------------------------ # Quote a variable value, and forward it to 'config.status' so that its # declaration there will have the same value as in 'configure'. VARNAME # must have a single quote delimited value for this to work. m4_define([_LT_CONFIG_STATUS_DECLARE], [$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) # _LT_CONFIG_STATUS_DECLARATIONS # ------------------------------ # We delimit libtool config variables with single quotes, so when # we write them to config.status, we have to be sure to quote all # embedded single quotes properly. In configure, this macro expands # each variable declared with _LT_DECL (and _LT_TAGDECL) into: # # ='`$ECHO "$" | $SED "$delay_single_quote_subst"`' m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], [m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames), [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])]) # _LT_LIBTOOL_TAGS # ---------------- # Output comment and list of tags supported by the script m4_defun([_LT_LIBTOOL_TAGS], [_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl available_tags='_LT_TAGS'dnl ]) # _LT_LIBTOOL_DECLARE(VARNAME, [TAG]) # ----------------------------------- # Extract the dictionary values for VARNAME (optionally with TAG) and # expand to a commented shell variable setting: # # # Some comment about what VAR is for. # visible_name=$lt_internal_name m4_define([_LT_LIBTOOL_DECLARE], [_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [description])))[]dnl m4_pushdef([_libtool_name], m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])), [0], [_libtool_name=[$]$1], [1], [_libtool_name=$lt_[]$1], [2], [_libtool_name=$lt_[]$1], [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl ]) # _LT_LIBTOOL_CONFIG_VARS # ----------------------- # Produce commented declarations of non-tagged libtool config variables # suitable for insertion in the LIBTOOL CONFIG section of the 'libtool' # script. Tagged libtool config variables (even for the LIBTOOL CONFIG # section) are produced by _LT_LIBTOOL_TAG_VARS. m4_defun([_LT_LIBTOOL_CONFIG_VARS], [m4_foreach([_lt_var], m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)), [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])]) # _LT_LIBTOOL_TAG_VARS(TAG) # ------------------------- m4_define([_LT_LIBTOOL_TAG_VARS], [m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames), [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])]) # _LT_TAGVAR(VARNAME, [TAGNAME]) # ------------------------------ m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])]) # _LT_CONFIG_COMMANDS # ------------------- # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of # variables for single and double quote escaping we saved from calls # to _LT_DECL, we can put quote escaped variables declarations # into 'config.status', and then the shell code to quote escape them in # for loops in 'config.status'. Finally, any additional code accumulated # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded. m4_defun([_LT_CONFIG_COMMANDS], [AC_PROVIDE_IFELSE([LT_OUTPUT], dnl If the libtool generation code has been placed in $CONFIG_LT, dnl instead of duplicating it all over again into config.status, dnl then we will have config.status run $CONFIG_LT later, so it dnl needs to know what name is stored there: [AC_CONFIG_COMMANDS([libtool], [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])], dnl If the libtool generation code is destined for config.status, dnl expand the accumulated commands and init code now: [AC_CONFIG_COMMANDS([libtool], [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])]) ])#_LT_CONFIG_COMMANDS # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT], [ # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_subst' _LT_CONFIG_STATUS_DECLARATIONS LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF \$[]1 _LTECHO_EOF' } # Quote evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_quote_varnames); do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[[\\\\\\\`\\"\\\$]]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Double-quote double-evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_dquote_varnames); do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[[\\\\\\\`\\"\\\$]]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done _LT_OUTPUT_LIBTOOL_INIT ]) # _LT_GENERATED_FILE_INIT(FILE, [COMMENT]) # ------------------------------------ # Generate a child script FILE with all initialization necessary to # reuse the environment learned by the parent script, and make the # file executable. If COMMENT is supplied, it is inserted after the # '#!' sequence but before initialization text begins. After this # macro, additional text can be appended to FILE to form the body of # the child script. The macro ends with non-zero status if the # file could not be fully written (such as if the disk is full). m4_ifdef([AS_INIT_GENERATED], [m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])], [m4_defun([_LT_GENERATED_FILE_INIT], [m4_require([AS_PREPARE])]dnl [m4_pushdef([AS_MESSAGE_LOG_FD])]dnl [lt_write_fail=0 cat >$1 <<_ASEOF || lt_write_fail=1 #! $SHELL # Generated by $as_me. $2 SHELL=\${CONFIG_SHELL-$SHELL} export SHELL _ASEOF cat >>$1 <<\_ASEOF || lt_write_fail=1 AS_SHELL_SANITIZE _AS_PREPARE exec AS_MESSAGE_FD>&1 _ASEOF test 0 = "$lt_write_fail" && chmod +x $1[]dnl m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT # LT_OUTPUT # --------- # This macro allows early generation of the libtool script (before # AC_OUTPUT is called), incase it is used in configure for compilation # tests. AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt} AC_MSG_NOTICE([creating $CONFIG_LT]) _LT_GENERATED_FILE_INIT(["$CONFIG_LT"], [# Run this file to recreate a libtool stub with the current configuration.]) cat >>"$CONFIG_LT" <<\_LTEOF lt_cl_silent=false exec AS_MESSAGE_LOG_FD>>config.log { echo AS_BOX([Running $as_me.]) } >&AS_MESSAGE_LOG_FD lt_cl_help="\ '$as_me' creates a local libtool stub from the current configuration, for use in further configure time tests before the real libtool is generated. Usage: $[0] [[OPTIONS]] -h, --help print this help, then exit -V, --version print version number, then exit -q, --quiet do not print progress messages -d, --debug don't remove temporary files Report bugs to ." lt_cl_version="\ m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) configured by $[0], generated by m4_PACKAGE_STRING. Copyright (C) 2011 Free Software Foundation, Inc. This config.lt script is free software; the Free Software Foundation gives unlimited permision to copy, distribute and modify it." while test 0 != $[#] do case $[1] in --version | --v* | -V ) echo "$lt_cl_version"; exit 0 ;; --help | --h* | -h ) echo "$lt_cl_help"; exit 0 ;; --debug | --d* | -d ) debug=: ;; --quiet | --q* | --silent | --s* | -q ) lt_cl_silent=: ;; -*) AC_MSG_ERROR([unrecognized option: $[1] Try '$[0] --help' for more information.]) ;; *) AC_MSG_ERROR([unrecognized argument: $[1] Try '$[0] --help' for more information.]) ;; esac shift done if $lt_cl_silent; then exec AS_MESSAGE_FD>/dev/null fi _LTEOF cat >>"$CONFIG_LT" <<_LTEOF _LT_OUTPUT_LIBTOOL_COMMANDS_INIT _LTEOF cat >>"$CONFIG_LT" <<\_LTEOF AC_MSG_NOTICE([creating $ofile]) _LT_OUTPUT_LIBTOOL_COMMANDS AS_EXIT(0) _LTEOF chmod +x "$CONFIG_LT" # configure is writing to config.log, but config.lt does its own redirection, # appending to config.log, which fails on DOS, as config.log is still kept # open by configure. Here we exec the FD to /dev/null, effectively closing # config.log, so it can be properly (re)opened and appended to by config.lt. lt_cl_success=: test yes = "$silent" && lt_config_lt_args="$lt_config_lt_args --quiet" exec AS_MESSAGE_LOG_FD>/dev/null $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false exec AS_MESSAGE_LOG_FD>>config.log $lt_cl_success || AS_EXIT(1) ])# LT_OUTPUT # _LT_CONFIG(TAG) # --------------- # If TAG is the built-in tag, create an initial libtool script with a # default configuration from the untagged config vars. Otherwise add code # to config.status for appending the configuration named by TAG from the # matching tagged config vars. m4_defun([_LT_CONFIG], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl _LT_CONFIG_SAVE_COMMANDS([ m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl m4_if(_LT_TAG, [C], [ # See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes. if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi cfgfile=${ofile}T trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL # Generated automatically by $as_me ($PACKAGE) $VERSION # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # Provide generalized library-building support services. # Written by Gordon Matzigkeit, 1996 _LT_COPYING _LT_LIBTOOL_TAGS # Configured defaults for sys_lib_dlsearch_path munging. : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} # ### BEGIN LIBTOOL CONFIG _LT_LIBTOOL_CONFIG_VARS _LT_LIBTOOL_TAG_VARS # ### END LIBTOOL CONFIG _LT_EOF cat <<'_LT_EOF' >> "$cfgfile" # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE _LT_PREPARE_MUNGE_PATH_LIST _LT_PREPARE_CC_BASENAME # ### END FUNCTIONS SHARED WITH CONFIGURE _LT_EOF case $host_os in aix3*) cat <<\_LT_EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi _LT_EOF ;; esac _LT_PROG_LTMAIN # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? $SED '$q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" ], [cat <<_LT_EOF >> "$ofile" dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded dnl in a comment (ie after a #). # ### BEGIN LIBTOOL TAG CONFIG: $1 _LT_LIBTOOL_TAG_VARS(_LT_TAG) # ### END LIBTOOL TAG CONFIG: $1 _LT_EOF ])dnl /m4_if ], [m4_if([$1], [], [ PACKAGE='$PACKAGE' VERSION='$VERSION' RM='$RM' ofile='$ofile'], []) ])dnl /_LT_CONFIG_SAVE_COMMANDS ])# _LT_CONFIG # LT_SUPPORTED_TAG(TAG) # --------------------- # Trace this macro to discover what tags are supported by the libtool # --tag option, using: # autoconf --trace 'LT_SUPPORTED_TAG:$1' AC_DEFUN([LT_SUPPORTED_TAG], []) # C support is built-in for now m4_define([_LT_LANG_C_enabled], []) m4_define([_LT_TAGS], []) # LT_LANG(LANG) # ------------- # Enable libtool support for the given language if not already enabled. AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl m4_case([$1], [C], [_LT_LANG(C)], [C++], [_LT_LANG(CXX)], [Go], [_LT_LANG(GO)], [Java], [_LT_LANG(GCJ)], [Fortran 77], [_LT_LANG(F77)], [Fortran], [_LT_LANG(FC)], [Windows Resource], [_LT_LANG(RC)], [m4_ifdef([_LT_LANG_]$1[_CONFIG], [_LT_LANG($1)], [m4_fatal([$0: unsupported language: "$1"])])])dnl ])# LT_LANG # _LT_LANG(LANGNAME) # ------------------ m4_defun([_LT_LANG], [m4_ifdef([_LT_LANG_]$1[_enabled], [], [LT_SUPPORTED_TAG([$1])dnl m4_append([_LT_TAGS], [$1 ])dnl m4_define([_LT_LANG_]$1[_enabled], [])dnl _LT_LANG_$1_CONFIG($1)])dnl ])# _LT_LANG m4_ifndef([AC_PROG_GO], [ ############################################################ # NOTE: This macro has been submitted for inclusion into # # GNU Autoconf as AC_PROG_GO. When it is available in # # a released version of Autoconf we should remove this # # macro and use it instead. # ############################################################ m4_defun([AC_PROG_GO], [AC_LANG_PUSH(Go)dnl AC_ARG_VAR([GOC], [Go compiler command])dnl AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl _AC_ARG_VAR_LDFLAGS()dnl AC_CHECK_TOOL(GOC, gccgo) if test -z "$GOC"; then if test -n "$ac_tool_prefix"; then AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo]) fi fi if test -z "$GOC"; then AC_CHECK_PROG(GOC, gccgo, gccgo, false) fi ])#m4_defun ])#m4_ifndef # _LT_LANG_DEFAULT_CONFIG # ----------------------- m4_defun([_LT_LANG_DEFAULT_CONFIG], [AC_PROVIDE_IFELSE([AC_PROG_CXX], [LT_LANG(CXX)], [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])]) AC_PROVIDE_IFELSE([AC_PROG_F77], [LT_LANG(F77)], [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])]) AC_PROVIDE_IFELSE([AC_PROG_FC], [LT_LANG(FC)], [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])]) dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal dnl pulling things in needlessly. AC_PROVIDE_IFELSE([AC_PROG_GCJ], [LT_LANG(GCJ)], [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], [LT_LANG(GCJ)], [AC_PROVIDE_IFELSE([LT_PROG_GCJ], [LT_LANG(GCJ)], [m4_ifdef([AC_PROG_GCJ], [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])]) m4_ifdef([A][M_PROG_GCJ], [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])]) m4_ifdef([LT_PROG_GCJ], [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) AC_PROVIDE_IFELSE([AC_PROG_GO], [LT_LANG(GO)], [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])]) AC_PROVIDE_IFELSE([LT_PROG_RC], [LT_LANG(RC)], [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) ])# _LT_LANG_DEFAULT_CONFIG # Obsolete macros: AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_CXX], []) dnl AC_DEFUN([AC_LIBTOOL_F77], []) dnl AC_DEFUN([AC_LIBTOOL_FC], []) dnl AC_DEFUN([AC_LIBTOOL_GCJ], []) dnl AC_DEFUN([AC_LIBTOOL_RC], []) # _LT_TAG_COMPILER # ---------------- m4_defun([_LT_TAG_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl _LT_DECL([LTCC], [CC], [1], [A C compiler])dnl _LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl _LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl _LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC ])# _LT_TAG_COMPILER # _LT_COMPILER_BOILERPLATE # ------------------------ # Check for compiler boilerplate output or warnings with # the simple compiler test code. m4_defun([_LT_COMPILER_BOILERPLATE], [m4_require([_LT_DECL_SED])dnl ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $RM conftest* ])# _LT_COMPILER_BOILERPLATE # _LT_LINKER_BOILERPLATE # ---------------------- # Check for linker boilerplate output or warnings with # the simple link test code. m4_defun([_LT_LINKER_BOILERPLATE], [m4_require([_LT_DECL_SED])dnl ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* ])# _LT_LINKER_BOILERPLATE # _LT_REQUIRED_DARWIN_CHECKS # ------------------------- m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ case $host_os in rhapsody* | darwin*) AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:]) AC_CHECK_TOOL([NMEDIT], [nmedit], [:]) AC_CHECK_TOOL([LIPO], [lipo], [:]) AC_CHECK_TOOL([OTOOL], [otool], [:]) AC_CHECK_TOOL([OTOOL64], [otool64], [:]) _LT_DECL([], [DSYMUTIL], [1], [Tool to manipulate archived DWARF debug symbol files on Mac OS X]) _LT_DECL([], [NMEDIT], [1], [Tool to change global to local symbols on Mac OS X]) _LT_DECL([], [LIPO], [1], [Tool to manipulate fat objects and archives on Mac OS X]) _LT_DECL([], [OTOOL], [1], [ldd/readelf like tool for Mach-O binaries on Mac OS X]) _LT_DECL([], [OTOOL64], [1], [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4]) AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], [lt_cv_apple_cc_single_mod=no if test -z "$LT_MULTI_MODULE"; then # By default we will add the -single_module flag. You can override # by either setting the environment variable LT_MULTI_MODULE # non-empty at configure time, or by adding -multi_module to the # link flags. rm -rf libconftest.dylib* echo "int foo(void){return 1;}" > conftest.c echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? # If there is a non-empty error log, and "single_module" # appears in it, assume the flag caused a linker warning if test -s conftest.err && $GREP single_module conftest.err; then cat conftest.err >&AS_MESSAGE_LOG_FD # Otherwise, if the output was created with a 0 exit code from # the compiler, it worked. elif test -f libconftest.dylib && test 0 = "$_lt_result"; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&AS_MESSAGE_LOG_FD fi rm -rf libconftest.dylib* rm -f conftest.* fi]) AC_CACHE_CHECK([for -exported_symbols_list linker flag], [lt_cv_ld_exported_symbols_list], [lt_cv_ld_exported_symbols_list=no save_LDFLAGS=$LDFLAGS echo "_main" > conftest.sym LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [lt_cv_ld_exported_symbols_list=yes], [lt_cv_ld_exported_symbols_list=no]) LDFLAGS=$save_LDFLAGS ]) AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load], [lt_cv_ld_force_load=no cat > conftest.c << _LT_EOF int forced_loaded() { return 2;} _LT_EOF echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD echo "$AR $AR_FLAGS libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD $AR $AR_FLAGS libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD cat > conftest.c << _LT_EOF int main() { return 0;} _LT_EOF echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err _lt_result=$? if test -s conftest.err && $GREP force_load conftest.err; then cat conftest.err >&AS_MESSAGE_LOG_FD elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then lt_cv_ld_force_load=yes else cat conftest.err >&AS_MESSAGE_LOG_FD fi rm -f conftest.err libconftest.a conftest conftest.c rm -rf conftest.dSYM ]) case $host_os in rhapsody* | darwin1.[[012]]) _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; darwin1.*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; darwin*) case $MACOSX_DEPLOYMENT_TARGET,$host in 10.[[012]],*|,*powerpc*-darwin[[5-8]]*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; *) _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; esac ;; esac if test yes = "$lt_cv_apple_cc_single_mod"; then _lt_dar_single_mod='$single_module' fi if test yes = "$lt_cv_ld_exported_symbols_list"; then _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib' fi if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= fi ;; esac ]) # _LT_DARWIN_LINKER_FEATURES([TAG]) # --------------------------------- # Checks for linker and compiler features on darwin m4_defun([_LT_DARWIN_LINKER_FEATURES], [ m4_require([_LT_REQUIRED_DARWIN_CHECKS]) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported if test yes = "$lt_cv_ld_force_load"; then _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes]) else _LT_TAGVAR(whole_archive_flag_spec, $1)='' fi _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=$_lt_dar_allow_undefined case $cc_basename in ifort*|nagfor*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac if test yes = "$_lt_dar_can_shared"; then output_verbose_link_cmd=func_echo_all _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" _LT_TAGVAR(archive_expsym_cmds, $1)="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" _LT_TAGVAR(module_expsym_cmds, $1)="$SED -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" m4_if([$1], [CXX], [ if test yes != "$lt_cv_apple_cc_single_mod"; then _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil" _LT_TAGVAR(archive_expsym_cmds, $1)="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil" fi ],[]) else _LT_TAGVAR(ld_shlibs, $1)=no fi ]) # _LT_SYS_MODULE_PATH_AIX([TAGNAME]) # ---------------------------------- # Links a minimal program and checks the executable # for the system default hardcoded library path. In most cases, # this is /usr/lib:/lib, but when the MPI compilers are used # the location of the communication and MPI libs are included too. # If we don't find anything, use the default library path according # to the aix ld manual. # Store the results from the different compilers for each TAGNAME. # Allow to override them for all tags through lt_cv_aix_libpath. m4_defun([_LT_SYS_MODULE_PATH_AIX], [m4_require([_LT_DECL_SED])dnl if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])], [AC_LINK_IFELSE([AC_LANG_PROGRAM],[ lt_aix_libpath_sed='[ /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }]' _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi],[]) if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=/usr/lib:/lib fi ]) aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1]) fi ])# _LT_SYS_MODULE_PATH_AIX # _LT_SHELL_INIT(ARG) # ------------------- m4_define([_LT_SHELL_INIT], [m4_divert_text([M4SH-INIT], [$1 ])])# _LT_SHELL_INIT # _LT_PROG_ECHO_BACKSLASH # ----------------------- # Find how we can fake an echo command that does not interpret backslash. # In particular, with Autoconf 2.60 or later we add some code to the start # of the generated configure script that will find a shell with a builtin # printf (that we can use as an echo command). m4_defun([_LT_PROG_ECHO_BACKSLASH], [ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO AC_MSG_CHECKING([how to print strings]) # Test print first, because it will be a builtin if present. if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='print -r --' elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='printf %s\n' else # Use this function as a fallback that always works. func_fallback_echo () { eval 'cat <<_LTECHO_EOF $[]1 _LTECHO_EOF' } ECHO='func_fallback_echo' fi # func_echo_all arg... # Invoke $ECHO with all args, space-separated. func_echo_all () { $ECHO "$*" } case $ECHO in printf*) AC_MSG_RESULT([printf]) ;; print*) AC_MSG_RESULT([print -r]) ;; *) AC_MSG_RESULT([cat]) ;; esac m4_ifdef([_AS_DETECT_SUGGESTED], [_AS_DETECT_SUGGESTED([ test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || ( ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO PATH=/empty FPATH=/empty; export PATH FPATH test "X`printf %s $ECHO`" = "X$ECHO" \ || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) _LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) _LT_DECL([], [ECHO], [1], [An echo program that protects backslashes]) ])# _LT_PROG_ECHO_BACKSLASH # _LT_WITH_SYSROOT # ---------------- AC_DEFUN([_LT_WITH_SYSROOT], [m4_require([_LT_DECL_SED])dnl AC_MSG_CHECKING([for sysroot]) AC_ARG_WITH([sysroot], [AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@], [Search for dependent libraries within DIR (or the compiler's sysroot if not specified).])], [], [with_sysroot=no]) dnl lt_sysroot will always be passed unquoted. We quote it here dnl in case the user passed a directory name. lt_sysroot= case $with_sysroot in #( yes) if test yes = "$GCC"; then lt_sysroot=`$CC --print-sysroot 2>/dev/null` fi ;; #( /*) lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"` ;; #( no|'') ;; #( *) AC_MSG_RESULT([$with_sysroot]) AC_MSG_ERROR([The sysroot must be an absolute path.]) ;; esac AC_MSG_RESULT([${lt_sysroot:-no}]) _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl [dependent libraries, and where our libraries should be installed.])]) # _LT_ENABLE_LOCK # --------------- m4_defun([_LT_ENABLE_LOCK], [AC_ARG_ENABLE([libtool-lock], [AS_HELP_STRING([--disable-libtool-lock], [avoid locking (might break parallel builds)])]) test no = "$enable_libtool_lock" || enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out what ABI is being produced by ac_compile, and set mode # options accordingly. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `$FILECMD conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE=32 ;; *ELF-64*) HPUX_IA64_MODE=64 ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then if test yes = "$lt_cv_prog_gnu_ld"; then case `$FILECMD conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `$FILECMD conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; mips64*-*linux*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then emul=elf case `$FILECMD conftest.$ac_objext` in *32-bit*) emul="${emul}32" ;; *64-bit*) emul="${emul}64" ;; esac case `$FILECMD conftest.$ac_objext` in *MSB*) emul="${emul}btsmip" ;; *LSB*) emul="${emul}ltsmip" ;; esac case `$FILECMD conftest.$ac_objext` in *N32*) emul="${emul}n32" ;; esac LD="${LD-ld} -m $emul" fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. Note that the listed cases only cover the # situations where additional linker options are needed (such as when # doing 32-bit compilation for a host where ld defaults to 64-bit, or # vice versa); the common cases where no linker options are needed do # not appear in the list. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `$FILECMD conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) case `$FILECMD conftest.o` in *x86-64*) LD="${LD-ld} -m elf32_x86_64" ;; *) LD="${LD-ld} -m elf_i386" ;; esac ;; powerpc64le-*linux*) LD="${LD-ld} -m elf32lppclinux" ;; powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) LD="${LD-ld} -m elf_s390" ;; sparc64-*linux*) LD="${LD-ld} -m elf32_sparc" ;; esac ;; *64-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_x86_64_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; powerpcle-*linux*) LD="${LD-ld} -m elf64lppc" ;; powerpc-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS=$CFLAGS CFLAGS="$CFLAGS -belf" AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, [AC_LANG_PUSH(C) AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) AC_LANG_POP]) if test yes != "$lt_cv_cc_needs_belf"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS=$SAVE_CFLAGS fi ;; *-*solaris*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `$FILECMD conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) case $host in i?86-*-solaris*|x86_64-*-solaris*) LD="${LD-ld} -m elf_x86_64" ;; sparc*-*-solaris*) LD="${LD-ld} -m elf64_sparc" ;; esac # GNU ld 2.21 introduced _sol2 emulations. Use them if available. if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then LD=${LD-ld}_sol2 fi ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" fi ;; esac ;; esac fi rm -rf conftest* ;; esac need_locks=$enable_libtool_lock ])# _LT_ENABLE_LOCK # _LT_PROG_AR # ----------- m4_defun([_LT_PROG_AR], [AC_CHECK_TOOLS(AR, [ar], false) : ${AR=ar} _LT_DECL([], [AR], [1], [The archiver]) # Use ARFLAGS variable as AR's operation code to sync the variable naming with # Automake. If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have # higher priority because thats what people were doing historically (setting # ARFLAGS for automake and AR_FLAGS for libtool). FIXME: Make the AR_FLAGS # variable obsoleted/removed. test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr} lt_ar_flags=$AR_FLAGS _LT_DECL([], [lt_ar_flags], [0], [Flags to create an archive (by configure)]) # Make AR_FLAGS overridable by 'make ARFLAGS='. Don't try to run-time override # by AR_FLAGS because that was never working and AR_FLAGS is about to die. _LT_DECL([], [AR_FLAGS], [\@S|@{ARFLAGS-"\@S|@lt_ar_flags"}], [Flags to create an archive]) AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file], [lt_cv_ar_at_file=no AC_COMPILE_IFELSE([AC_LANG_PROGRAM], [echo conftest.$ac_objext > conftest.lst lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD' AC_TRY_EVAL([lt_ar_try]) if test 0 -eq "$ac_status"; then # Ensure the archiver fails upon bogus file names. rm -f conftest.$ac_objext libconftest.a AC_TRY_EVAL([lt_ar_try]) if test 0 -ne "$ac_status"; then lt_cv_ar_at_file=@ fi fi rm -f conftest.* libconftest.a ]) ]) if test no = "$lt_cv_ar_at_file"; then archiver_list_spec= else archiver_list_spec=$lt_cv_ar_at_file fi _LT_DECL([], [archiver_list_spec], [1], [How to feed a file listing to the archiver]) ])# _LT_PROG_AR # _LT_CMD_OLD_ARCHIVE # ------------------- m4_defun([_LT_CMD_OLD_ARCHIVE], [_LT_PROG_AR AC_CHECK_TOOL(STRIP, strip, :) test -z "$STRIP" && STRIP=: _LT_DECL([], [STRIP], [1], [A symbol stripping program]) AC_CHECK_TOOL(RANLIB, ranlib, :) test -z "$RANLIB" && RANLIB=: _LT_DECL([], [RANLIB], [1], [Commands used to install an old-style archive]) # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in bitrig* | openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" ;; *) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" fi case $host_os in darwin*) lock_old_archive_extraction=yes ;; *) lock_old_archive_extraction=no ;; esac _LT_DECL([], [old_postinstall_cmds], [2]) _LT_DECL([], [old_postuninstall_cmds], [2]) _LT_TAGDECL([], [old_archive_cmds], [2], [Commands used to build an old-style archive]) _LT_DECL([], [lock_old_archive_extraction], [0], [Whether to use a lock for old archive extraction]) ])# _LT_CMD_OLD_ARCHIVE # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) # ---------------------------------------------------------------- # Check whether the given compiler option works AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$3" ## exclude from sc_useless_quotes_in_assignment # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi fi $RM conftest* ]) if test yes = "[$]$2"; then m4_if([$5], , :, [$5]) else m4_if([$6], , :, [$6]) fi ])# _LT_COMPILER_OPTION # Old name: AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], []) # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [ACTION-SUCCESS], [ACTION-FAILURE]) # ---------------------------------------------------- # Check whether the given linker option works AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS $3" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&AS_MESSAGE_LOG_FD $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi else $2=yes fi fi $RM -r conftest* LDFLAGS=$save_LDFLAGS ]) if test yes = "[$]$2"; then m4_if([$4], , :, [$4]) else m4_if([$5], , :, [$5]) fi ])# _LT_LINKER_OPTION # Old name: AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], []) # LT_CMD_MAX_LEN #--------------- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl # find the maximum length of command line arguments AC_MSG_CHECKING([the maximum length of command line arguments]) AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl i=0 teststring=ABCD case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; mint*) # On MiNT this can take a long time and run out of memory. lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; bitrig* | darwin* | dragonfly* | freebsd* | midnightbsd* | netbsd* | openbsd*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; os2*) # The test takes a long time on OS/2. lt_cv_sys_max_cmd_len=8192 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | $SED 's/.*[[ ]]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len" && \ test undefined != "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. for i in 1 2 3 4 5 6 7 8; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. while { test X`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && test 17 != "$i" # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done # Only check the string length outside the loop. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` teststring= # Add a significant safety factor because C++ compilers can tack on # massive amounts of additional arguments before passing them to the # linker. It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac ]) if test -n "$lt_cv_sys_max_cmd_len"; then AC_MSG_RESULT($lt_cv_sys_max_cmd_len) else AC_MSG_RESULT(none) fi max_cmd_len=$lt_cv_sys_max_cmd_len _LT_DECL([], [max_cmd_len], [0], [What is the maximum length of a command?]) ])# LT_CMD_MAX_LEN # Old name: AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], []) # _LT_HEADER_DLFCN # ---------------- m4_defun([_LT_HEADER_DLFCN], [AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl ])# _LT_HEADER_DLFCN # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) # ---------------------------------------------------------------- m4_defun([_LT_TRY_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test yes = "$cross_compiling"; then : [$4] else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF [#line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif /* When -fvisibility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else { if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; else puts (dlerror ()); } /* dlclose (self); */ } else puts (dlerror ()); return status; }] _LT_EOF if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) $1 ;; x$lt_dlneed_uscore) $2 ;; x$lt_dlunknown|x*) $3 ;; esac else : # compilation failed $3 fi fi rm -fr conftest* ])# _LT_TRY_DLOPEN_SELF # LT_SYS_DLOPEN_SELF # ------------------ AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test yes != "$enable_dlopen"; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen=load_add_on lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) lt_cv_dlopen=LoadLibrary lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen=dlopen lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[ lt_cv_dlopen=dyld lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ]) ;; tpf*) # Don't try to run any link tests for TPF. We know it's impossible # because TPF is a cross-compiler, and we know how we open DSOs. lt_cv_dlopen=dlopen lt_cv_dlopen_libs= lt_cv_dlopen_self=no ;; *) AC_CHECK_FUNC([shl_load], [lt_cv_dlopen=shl_load], [AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld], [AC_CHECK_FUNC([dlopen], [lt_cv_dlopen=dlopen], [AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl], [AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld], [AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld]) ]) ]) ]) ]) ]) ;; esac if test no = "$lt_cv_dlopen"; then enable_dlopen=no else enable_dlopen=yes fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS=$CPPFLAGS test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS=$LDFLAGS wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS=$LIBS LIBS="$lt_cv_dlopen_libs $LIBS" AC_CACHE_CHECK([whether a program can dlopen itself], lt_cv_dlopen_self, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) ]) if test yes = "$lt_cv_dlopen_self"; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" AC_CACHE_CHECK([whether a statically linked program can dlopen itself], lt_cv_dlopen_self_static, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) ]) fi CPPFLAGS=$save_CPPFLAGS LDFLAGS=$save_LDFLAGS LIBS=$save_LIBS ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi _LT_DECL([dlopen_support], [enable_dlopen], [0], [Whether dlopen is supported]) _LT_DECL([dlopen_self], [enable_dlopen_self], [0], [Whether dlopen of programs is supported]) _LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], [Whether dlopen of statically linked programs is supported]) ])# LT_SYS_DLOPEN_SELF # Old name: AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], []) # _LT_COMPILER_C_O([TAGNAME]) # --------------------------- # Check to see if options -c and -o are simultaneously supported by compiler. # This macro does not hard code the compiler like AC_PROG_CC_C_O. m4_defun([_LT_COMPILER_C_O], [m4_require([_LT_DECL_SED])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_TAG_COMPILER])dnl AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)], [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes fi fi chmod u+w . 2>&AS_MESSAGE_LOG_FD $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* ]) _LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1], [Does compiler simultaneously support -c and -o options?]) ])# _LT_COMPILER_C_O # _LT_COMPILER_FILE_LOCKS([TAGNAME]) # ---------------------------------- # Check to see if we can do hard links to lock some files if needed m4_defun([_LT_COMPILER_FILE_LOCKS], [m4_require([_LT_ENABLE_LOCK])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl _LT_COMPILER_C_O([$1]) hard_links=nottested if test no = "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" && test no != "$need_locks"; then # do not overwrite the value of need_locks provided by the user AC_MSG_CHECKING([if we can lock with hard links]) hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no AC_MSG_RESULT([$hard_links]) if test no = "$hard_links"; then AC_MSG_WARN(['$CC' does not support '-c -o', so 'make -j' may be unsafe]) need_locks=warn fi else need_locks=no fi _LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?]) ])# _LT_COMPILER_FILE_LOCKS # _LT_CHECK_OBJDIR # ---------------- m4_defun([_LT_CHECK_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir], [rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null]) objdir=$lt_cv_objdir _LT_DECL([], [objdir], [0], [The name of the directory that contains temporary libtool files])dnl m4_pattern_allow([LT_OBJDIR])dnl AC_DEFINE_UNQUOTED([LT_OBJDIR], "$lt_cv_objdir/", [Define to the sub-directory where libtool stores uninstalled libraries.]) ])# _LT_CHECK_OBJDIR # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME]) # -------------------------------------- # Check hardcoding attributes. m4_defun([_LT_LINKER_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs]) _LT_TAGVAR(hardcode_action, $1)= if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" || test -n "$_LT_TAGVAR(runpath_var, $1)" || test yes = "$_LT_TAGVAR(hardcode_automatic, $1)"; then # We can hardcode non-existent directories. if test no != "$_LT_TAGVAR(hardcode_direct, $1)" && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" && test no != "$_LT_TAGVAR(hardcode_minus_L, $1)"; then # Linking always hardcodes the temporary library directory. _LT_TAGVAR(hardcode_action, $1)=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. _LT_TAGVAR(hardcode_action, $1)=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. _LT_TAGVAR(hardcode_action, $1)=unsupported fi AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)]) if test relink = "$_LT_TAGVAR(hardcode_action, $1)" || test yes = "$_LT_TAGVAR(inherit_rpath, $1)"; then # Fast installation is not supported enable_fast_install=no elif test yes = "$shlibpath_overrides_runpath" || test no = "$enable_shared"; then # Fast installation is not necessary enable_fast_install=needless fi _LT_TAGDECL([], [hardcode_action], [0], [How to hardcode a shared library path into an executable]) ])# _LT_LINKER_HARDCODE_LIBPATH # _LT_CMD_STRIPLIB # ---------------- m4_defun([_LT_CMD_STRIPLIB], [m4_require([_LT_DECL_EGREP]) striplib= old_striplib= AC_MSG_CHECKING([whether stripping libraries is possible]) if test -z "$STRIP"; then AC_MSG_RESULT([no]) else if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then old_striplib="$STRIP --strip-debug" striplib="$STRIP --strip-unneeded" AC_MSG_RESULT([yes]) else case $host_os in darwin*) # FIXME - insert some real tests, host_os isn't really good enough striplib="$STRIP -x" old_striplib="$STRIP -S" AC_MSG_RESULT([yes]) ;; freebsd*) if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then old_striplib="$STRIP --strip-debug" striplib="$STRIP --strip-unneeded" AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) fi ;; *) AC_MSG_RESULT([no]) ;; esac fi fi _LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) _LT_DECL([], [striplib], [1]) ])# _LT_CMD_STRIPLIB # _LT_PREPARE_MUNGE_PATH_LIST # --------------------------- # Make sure func_munge_path_list() is defined correctly. m4_defun([_LT_PREPARE_MUNGE_PATH_LIST], [[# func_munge_path_list VARIABLE PATH # ----------------------------------- # VARIABLE is name of variable containing _space_ separated list of # directories to be munged by the contents of PATH, which is string # having a format: # "DIR[:DIR]:" # string "DIR[ DIR]" will be prepended to VARIABLE # ":DIR[:DIR]" # string "DIR[ DIR]" will be appended to VARIABLE # "DIRP[:DIRP]::[DIRA:]DIRA" # string "DIRP[ DIRP]" will be prepended to VARIABLE and string # "DIRA[ DIRA]" will be appended to VARIABLE # "DIR[:DIR]" # VARIABLE will be replaced by "DIR[ DIR]" func_munge_path_list () { case x@S|@2 in x) ;; *:) eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" ;; x:*) eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" ;; *::*) eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" ;; *) eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" ;; esac } ]])# _LT_PREPARE_PATH_LIST # _LT_SYS_DYNAMIC_LINKER([TAG]) # ----------------------------- # PORTME Fill in your ld.so characteristics m4_defun([_LT_SYS_DYNAMIC_LINKER], [AC_REQUIRE([AC_CANONICAL_HOST])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_OBJDUMP])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_CHECK_SHELL_FEATURES])dnl m4_require([_LT_PREPARE_MUNGE_PATH_LIST])dnl AC_MSG_CHECKING([dynamic linker characteristics]) m4_if([$1], [], [ if test yes = "$GCC"; then case $host_os in darwin*) lt_awk_arg='/^libraries:/,/LR/' ;; *) lt_awk_arg='/^libraries:/' ;; esac case $host_os in mingw* | cegcc*) lt_sed_strip_eq='s|=\([[A-Za-z]]:\)|\1|g' ;; *) lt_sed_strip_eq='s|=/|/|g' ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` case $lt_search_path_spec in *\;*) # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` ;; *) lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` ;; esac # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary... lt_tmp_lt_search_path_spec= lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` # ...but if some path component already ends with the multilib dir we assume # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer). case "$lt_multi_os_dir; $lt_search_path_spec " in "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*) lt_multi_os_dir= ;; esac for lt_sys_path in $lt_search_path_spec; do if test -d "$lt_sys_path$lt_multi_os_dir"; then lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir" elif test -n "$lt_multi_os_dir"; then test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' BEGIN {RS = " "; FS = "/|\n";} { lt_foo = ""; lt_count = 0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { lt_foo = "/" $lt_i lt_foo; } else { lt_count--; } } } } if (lt_foo != "") { lt_freq[[lt_foo]]++; } if (lt_freq[[lt_foo]] == 1) { print lt_foo; } }'` # AWK program above erroneously prepends '/' to C:/dos/paths # for these hosts. case $host_os in mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ $SED 's|/\([[A-Za-z]]:\)|\1|g'` ;; esac sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi]) library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=.so postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown AC_ARG_VAR([LT_SYS_LIBRARY_PATH], [User-defined run-time library search path.]) case $host_os in aix3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='$libname$release$shared_ext$major' ;; aix[[4-9]]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no hardcode_into_libs=yes if test ia64 = "$host_cpu"; then # AIX 5 supports IA64 library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line '#! .'. This would cause the generated library to # depend on '.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[[01]] | aix4.[[01]].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac # Using Import Files as archive members, it is possible to support # filename-based versioning of shared library archives on AIX. While # this would work for both with and without runtime linking, it will # prevent static linking of such archives. So we do filename-based # shared library versioning with .so extension only, which is used # when both runtime linking and shared linking is enabled. # Unfortunately, runtime linking may impact performance, so we do # not want this to be the default eventually. Also, we use the # versioned .so libs for executables only if there is the -brtl # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. # To allow for filename-based versioning support, we need to create # libNAME.so.V as an archive file, containing: # *) an Import File, referring to the versioned filename of the # archive as well as the shared archive member, telling the # bitwidth (32 or 64) of that shared object, and providing the # list of exported symbols of that shared object, eventually # decorated with the 'weak' keyword # *) the shared object with the F_LOADONLY flag set, to really avoid # it being seen by the linker. # At run time we better use the real file rather than another symlink, # but for link time we create the symlink libNAME.so -> libNAME.so.V case $with_aix_soname,$aix_use_runtimelinking in # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. aix,yes) # traditional libtool dynamic_linker='AIX unversionable lib.so' # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; aix,no) # traditional AIX only dynamic_linker='AIX lib.a[(]lib.so.V[)]' # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='$libname$release.a $libname.a' soname_spec='$libname$release$shared_ext$major' ;; svr4,*) # full svr4 only dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)]" library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' # We do not specify a path in Import Files, so LIBPATH fires. shlibpath_overrides_runpath=yes ;; *,yes) # both, prefer svr4 dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)], lib.a[(]lib.so.V[)]" library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' # unpreferred sharedlib libNAME.a needs extra handling postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' # We do not specify a path in Import Files, so LIBPATH fires. shlibpath_overrides_runpath=yes ;; *,no) # both, prefer aix dynamic_linker="AIX lib.a[(]lib.so.V[)], lib.so.V[(]$shared_archive_member_spec.o[)]" library_names_spec='$libname$release.a $libname.a' soname_spec='$libname$release$shared_ext$major' # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' ;; esac shlibpath_var=LIBPATH fi ;; amigaos*) case $host_cpu in powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) library_names_spec='$libname$shared_ext' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[[45]]*) version_type=linux # correct to gnu/linux during the next big refactor need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=.dll need_version=no need_lib_prefix=no case $GCC,$cc_basename in yes,*) # gcc library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' m4_if([$1], [],[ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"]) ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo $libname | $SED -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' ;; esac dynamic_linker='Win32 ld.exe' ;; *,cl* | *,icl*) # Native MSVC or ICC libname_spec='$name' soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' library_names_spec='$libname.dll.lib' case $build_os in mingw*) sys_lib_search_path_spec= lt_save_ifs=$IFS IFS=';' for lt_path in $LIB do IFS=$lt_save_ifs # Let DOS variable expansion print the short 8.3 style file name. lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" done IFS=$lt_save_ifs # Convert to MSYS style. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` ;; cygwin*) # Convert to unix form, then to dos form, then back to unix form # but this time dos style (no spaces!) so that the unix form looks # like /cygdrive/c/PROGRA~1:/cygdr... sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` ;; *) sys_lib_search_path_spec=$LIB if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then # It is most probably a Windows format PATH. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # FIXME: find the short name or the path components, as spaces are # common. (e.g. "Program Files" -> "PROGRA~1") ;; esac # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes dynamic_linker='Win32 link.exe' ;; *) # Assume MSVC and ICC wrapper library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib' dynamic_linker='Win32 ld.exe' ;; esac # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' soname_spec='$libname$release$major$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' m4_if([$1], [],[ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd* | dragonfly* | midnightbsd*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[[23]].*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2.*) shlibpath_overrides_runpath=yes ;; freebsd3.[[01]]* | freebsdelf3.[[01]]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; haiku*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LIBRARY_PATH shlibpath_overrides_runpath=no sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' if test 32 = "$HPUX_IA64_MODE"; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" sys_lib_dlsearch_path_spec=/usr/lib/hpux32 else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" sys_lib_dlsearch_path_spec=/usr/lib/hpux64 fi ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555, ... postinstall_cmds='chmod 555 $lib' # or fails outright, so override atomically: install_override_mode=555 ;; interix[[3-9]]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test yes = "$lt_cv_prog_gnu_ld"; then version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='$libname$release$shared_ext$major' library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; linux*android*) version_type=none # Android doesn't support versioned libraries. need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext' soname_spec='$libname$release$shared_ext' finish_cmds= shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes dynamic_linker='Android linker' # Don't embed -rpath directories since the linker doesn't support them. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath], [lt_cv_shlibpath_overrides_runpath=no save_LDFLAGS=$LDFLAGS save_libdir=$libdir eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], [lt_cv_shlibpath_overrides_runpath=yes])]) LDFLAGS=$save_LDFLAGS libdir=$save_libdir ]) shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # Add ABI-specific directories to the system library path. sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" # Ideally, we could use ldconfig to report *all* directores which are # searched for libraries, however this is still not possible. Aside from not # being certain /sbin/ldconfig is available, command # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, # even though it is searched at run-time. Try to do the best guess by # appending ld.so.conf contents (and includes) to the search path. if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; *nto* | *qnx*) version_type=qnx need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; openbsd* | bitrig*) version_type=sunos sys_lib_dlsearch_path_spec=/usr/lib need_lib_prefix=no if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then need_version=no else need_version=yes fi library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; os2*) libname_spec='$name' version_type=windows shrext_cmds=.dll need_version=no need_lib_prefix=no # OS/2 can only load a DLL with a base name of 8 characters or less. soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; v=$($ECHO $release$versuffix | tr -d .-); n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); $ECHO $n$v`$shared_ext' library_names_spec='${libname}_dll.$libext' dynamic_linker='OS/2 ld.exe' shlibpath_var=BEGINLIBPATH sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='$libname$release$shared_ext$major' library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test yes = "$with_gnu_ld"; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec; then version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' soname_spec='$libname$shared_ext.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=sco need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes if test yes = "$with_gnu_ld"; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; uts4*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac AC_MSG_RESULT([$dynamic_linker]) test no = "$dynamic_linker" && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test yes = "$GCC"; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec fi if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec fi # remember unaugmented sys_lib_dlsearch_path content for libtool script decls... configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec # ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH _LT_DECL([], [variables_saved_for_relink], [1], [Variables whose values should be saved in libtool wrapper scripts and restored at link time]) _LT_DECL([], [need_lib_prefix], [0], [Do we need the "lib" prefix for modules?]) _LT_DECL([], [need_version], [0], [Do we need a version for libraries?]) _LT_DECL([], [version_type], [0], [Library versioning type]) _LT_DECL([], [runpath_var], [0], [Shared library runtime path variable]) _LT_DECL([], [shlibpath_var], [0],[Shared library path variable]) _LT_DECL([], [shlibpath_overrides_runpath], [0], [Is shlibpath searched before the hard-coded library search path?]) _LT_DECL([], [libname_spec], [1], [Format of library name prefix]) _LT_DECL([], [library_names_spec], [1], [[List of archive names. First name is the real one, the rest are links. The last name is the one that the linker finds with -lNAME]]) _LT_DECL([], [soname_spec], [1], [[The coded name of the library, if different from the real name]]) _LT_DECL([], [install_override_mode], [1], [Permission mode override for installation of shared libraries]) _LT_DECL([], [postinstall_cmds], [2], [Command to use after installation of a shared archive]) _LT_DECL([], [postuninstall_cmds], [2], [Command to use after uninstallation of a shared archive]) _LT_DECL([], [finish_cmds], [2], [Commands used to finish a libtool library installation in a directory]) _LT_DECL([], [finish_eval], [1], [[As "finish_cmds", except a single script fragment to be evaled but not shown]]) _LT_DECL([], [hardcode_into_libs], [0], [Whether we should hardcode library paths into libraries]) _LT_DECL([], [sys_lib_search_path_spec], [2], [Compile-time system search path for libraries]) _LT_DECL([sys_lib_dlsearch_path_spec], [configure_time_dlsearch_path], [2], [Detected run-time system search path for libraries]) _LT_DECL([], [configure_time_lt_sys_library_path], [2], [Explicit LT_SYS_LIBRARY_PATH set during ./configure time]) ])# _LT_SYS_DYNAMIC_LINKER # _LT_PATH_TOOL_PREFIX(TOOL) # -------------------------- # find a file program that can recognize shared library AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl AC_MSG_CHECKING([for $1]) AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, [case $MAGIC_CMD in [[\\/*] | ?:[\\/]*]) lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD=$MAGIC_CMD lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR dnl $ac_dummy forces splitting on constant user-supplied paths. dnl POSIX.2 word splitting is done only on the output of word expansions, dnl not every word. This closes a longstanding sh security hole. ac_dummy="m4_if([$2], , $PATH, [$2])" for ac_dir in $ac_dummy; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$1"; then lt_cv_path_MAGIC_CMD=$ac_dir/"$1" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD=$lt_cv_path_MAGIC_CMD if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS=$lt_save_ifs MAGIC_CMD=$lt_save_MAGIC_CMD ;; esac]) MAGIC_CMD=$lt_cv_path_MAGIC_CMD if test -n "$MAGIC_CMD"; then AC_MSG_RESULT($MAGIC_CMD) else AC_MSG_RESULT(no) fi _LT_DECL([], [MAGIC_CMD], [0], [Used to examine libraries when file_magic_cmd begins with "file"])dnl ])# _LT_PATH_TOOL_PREFIX # Old name: AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], []) # _LT_PATH_MAGIC # -------------- # find a file program that can recognize a shared library m4_defun([_LT_PATH_MAGIC], [_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) else MAGIC_CMD=: fi fi ])# _LT_PATH_MAGIC # LT_PATH_LD # ---------- # find the pathname to the GNU or non-GNU linker AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_PROG_ECHO_BACKSLASH])dnl AC_ARG_WITH([gnu-ld], [AS_HELP_STRING([--with-gnu-ld], [assume the C compiler uses GNU ld @<:@default=no@:>@])], [test no = "$withval" || with_gnu_ld=yes], [with_gnu_ld=no])dnl ac_prog=ld if test yes = "$GCC"; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by $CC]) case $host in *-*-mingw*) # gcc leaves a trailing carriage return, which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [[\\/]]* | ?:[[\\/]]*) re_direlt='/[[^/]][[^/]]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD=$ac_prog ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test yes = "$with_gnu_ld"; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL(lt_cv_path_LD, [if test -z "$LD"; then lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD=$ac_dir/$ac_prog # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &1 conftest.i cat conftest.i conftest.i >conftest2.i : ${lt_DD:=$DD} AC_PATH_PROGS_FEATURE_CHECK([lt_DD], [dd], [if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then cmp -s conftest.i conftest.out \ && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: fi]) rm -f conftest.i conftest2.i conftest.out]) ])# _LT_PATH_DD # _LT_CMD_TRUNCATE # ---------------- # find command to truncate a binary pipe m4_defun([_LT_CMD_TRUNCATE], [m4_require([_LT_PATH_DD]) AC_CACHE_CHECK([how to truncate binary pipes], [lt_cv_truncate_bin], [printf 0123456789abcdef0123456789abcdef >conftest.i cat conftest.i conftest.i >conftest2.i lt_cv_truncate_bin= if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then cmp -s conftest.i conftest.out \ && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" fi rm -f conftest.i conftest2.i conftest.out test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"]) _LT_DECL([lt_truncate_bin], [lt_cv_truncate_bin], [1], [Command to truncate a binary pipe]) ])# _LT_CMD_TRUNCATE # _LT_CHECK_MAGIC_METHOD # ---------------------- # how to check for library dependencies # -- PORTME fill in with the dynamic library characteristics m4_defun([_LT_CHECK_MAGIC_METHOD], [m4_require([_LT_DECL_EGREP]) m4_require([_LT_DECL_OBJDUMP]) AC_CACHE_CHECK([how to recognize dependent libraries], lt_cv_deplibs_check_method, [lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_deplibs_check_method='unknown' # Need to set the preceding variable on all platforms that support # interlibrary dependencies. # 'none' -- dependencies not supported. # 'unknown' -- same as none, but documents that we really don't know. # 'pass_all' -- all dependencies passed with no checks. # 'test_compile' -- check by making test program. # 'file_magic [[regex]]' -- check by looking for files in library path # that responds to the $file_magic_cmd with a given extended regex. # If you have 'file' or equivalent on your system and you're not sure # whether 'pass_all' will *always* work, you probably want this one. case $host_os in aix[[4-9]]*) lt_cv_deplibs_check_method=pass_all ;; beos*) lt_cv_deplibs_check_method=pass_all ;; bsdi[[45]]*) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)' lt_cv_file_magic_cmd='$FILECMD -L' lt_cv_file_magic_test_file=/shlib/libc.so ;; cygwin*) # func_win32_libid is a shell function defined in ltmain.sh lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' ;; mingw* | pw32*) # Base MSYS/MinGW do not provide the 'file' command needed by # func_win32_libid shell function, so use a weaker test based on 'objdump', # unless we find 'file', for example because we are cross-compiling. if ( file / ) >/dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else # Keep this pattern in sync with the one in func_win32_libid. lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; cegcc*) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; freebsd* | dragonfly* | midnightbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=$FILECMD lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; haiku*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20* | hpux11*) lt_cv_file_magic_cmd=$FILECMD case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'] lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac ;; interix[[3-9]]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' ;; irix5* | irix6* | nonstopux*) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac lt_cv_deplibs_check_method=pass_all ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) lt_cv_deplibs_check_method=pass_all ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=$FILECMD lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; *nto* | *qnx*) lt_cv_deplibs_check_method=pass_all ;; openbsd* | bitrig*) if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' fi ;; osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; rdos*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.3*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; pc) lt_cv_deplibs_check_method=pass_all ;; esac ;; tpf*) lt_cv_deplibs_check_method=pass_all ;; os2*) lt_cv_deplibs_check_method=pass_all ;; esac ]) file_magic_glob= want_nocaseglob=no if test "$build" = "$host"; then case $host_os in mingw* | pw32*) if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then want_nocaseglob=yes else file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` fi ;; esac fi file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown _LT_DECL([], [deplibs_check_method], [1], [Method to check whether dependent libraries are shared objects]) _LT_DECL([], [file_magic_cmd], [1], [Command to use when deplibs_check_method = "file_magic"]) _LT_DECL([], [file_magic_glob], [1], [How to find potential files when deplibs_check_method = "file_magic"]) _LT_DECL([], [want_nocaseglob], [1], [Find potential files using nocaseglob when deplibs_check_method = "file_magic"]) ])# _LT_CHECK_MAGIC_METHOD # LT_PATH_NM # ---------- # find the pathname to a BSD- or MS-compatible name lister AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, [if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM=$NM else lt_nm_to_check=${ac_tool_prefix}nm if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. tmp_nm=$ac_dir/$lt_tmp_nm if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then # Check to see if the nm accepts a BSD-compat flag. # Adding the 'sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty case $build_os in mingw*) lt_bad_file=conftest.nm/nofile ;; *) lt_bad_file=/dev/null ;; esac case `"$tmp_nm" -B $lt_bad_file 2>&1 | $SED '1q'` in *$lt_bad_file* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break 2 ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break 2 ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS=$lt_save_ifs done : ${lt_cv_path_NM=no} fi]) if test no != "$lt_cv_path_NM"; then NM=$lt_cv_path_NM else # Didn't find any BSD compatible name lister, look for dumpbin. if test -n "$DUMPBIN"; then : # Let the user override the test. else AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in *COFF*) DUMPBIN="$DUMPBIN -symbols -headers" ;; *) DUMPBIN=: ;; esac fi AC_SUBST([DUMPBIN]) if test : != "$DUMPBIN"; then NM=$DUMPBIN fi fi test -z "$NM" && NM=nm AC_SUBST([NM]) _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], [lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD) cat conftest.out >&AS_MESSAGE_LOG_FD if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" fi rm -f conftest*]) ])# LT_PATH_NM # Old names: AU_ALIAS([AM_PROG_NM], [LT_PATH_NM]) AU_ALIAS([AC_PROG_NM], [LT_PATH_NM]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_PROG_NM], []) dnl AC_DEFUN([AC_PROG_NM], []) # _LT_CHECK_SHAREDLIB_FROM_LINKLIB # -------------------------------- # how to determine the name of the shared library # associated with a specific link library. # -- PORTME fill in with the dynamic library characteristics m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB], [m4_require([_LT_DECL_EGREP]) m4_require([_LT_DECL_OBJDUMP]) m4_require([_LT_DECL_DLLTOOL]) AC_CACHE_CHECK([how to associate runtime and link libraries], lt_cv_sharedlib_from_linklib_cmd, [lt_cv_sharedlib_from_linklib_cmd='unknown' case $host_os in cygwin* | mingw* | pw32* | cegcc*) # two different shell functions defined in ltmain.sh; # decide which one to use based on capabilities of $DLLTOOL case `$DLLTOOL --help 2>&1` in *--identify-strict*) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib ;; *) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback ;; esac ;; *) # fallback: assume linklib IS sharedlib lt_cv_sharedlib_from_linklib_cmd=$ECHO ;; esac ]) sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO _LT_DECL([], [sharedlib_from_linklib_cmd], [1], [Command to associate shared and link libraries]) ])# _LT_CHECK_SHAREDLIB_FROM_LINKLIB # _LT_PATH_MANIFEST_TOOL # ---------------------- # locate the manifest tool m4_defun([_LT_PATH_MANIFEST_TOOL], [AC_CHECK_TOOL(MANIFEST_TOOL, mt, :) test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool], [lt_cv_path_mainfest_tool=no echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out cat conftest.err >&AS_MESSAGE_LOG_FD if $GREP 'Manifest Tool' conftest.out > /dev/null; then lt_cv_path_mainfest_tool=yes fi rm -f conftest*]) if test yes != "$lt_cv_path_mainfest_tool"; then MANIFEST_TOOL=: fi _LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl ])# _LT_PATH_MANIFEST_TOOL # _LT_DLL_DEF_P([FILE]) # --------------------- # True iff FILE is a Windows DLL '.def' file. # Keep in sync with func_dll_def_p in the libtool script AC_DEFUN([_LT_DLL_DEF_P], [dnl test DEF = "`$SED -n dnl -e '\''s/^[[ ]]*//'\'' dnl Strip leading whitespace -e '\''/^\(;.*\)*$/d'\'' dnl Delete empty lines and comments -e '\''s/^\(EXPORTS\|LIBRARY\)\([[ ]].*\)*$/DEF/p'\'' dnl -e q dnl Only consider the first "real" line $1`" dnl ])# _LT_DLL_DEF_P # LT_LIB_M # -------- # check for math library AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl LIBM= case $host in *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) # These system don't have libm, or don't need it ;; *-ncr-sysv4.3*) AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw) AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") ;; *) AC_CHECK_LIB(m, cos, LIBM=-lm) ;; esac AC_SUBST([LIBM]) ])# LT_LIB_M # Old name: AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_CHECK_LIBM], []) # _LT_COMPILER_NO_RTTI([TAGNAME]) # ------------------------------- m4_defun([_LT_COMPILER_NO_RTTI], [m4_require([_LT_TAG_COMPILER])dnl _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= if test yes = "$GCC"; then case $cc_basename in nvcc*) _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;; *) _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;; esac _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], lt_cv_prog_compiler_rtti_exceptions, [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) fi _LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1], [Compiler flag to turn off builtin functions]) ])# _LT_COMPILER_NO_RTTI # _LT_CMD_GLOBAL_SYMBOLS # ---------------------- m4_defun([_LT_CMD_GLOBAL_SYMBOLS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([LT_PATH_NM])dnl AC_REQUIRE([LT_PATH_LD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_TAG_COMPILER])dnl # Check for command to grab the raw symbol name followed by C symbol from nm. AC_MSG_CHECKING([command to parse $NM output from $compiler object]) AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], [ # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[[BCDEGRST]]' # Regexp to match symbols that can be accessed directly from C. sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' # Define system-specific variables. case $host_os in aix*) symcode='[[BCDT]]' ;; cygwin* | mingw* | pw32* | cegcc*) symcode='[[ABCDGISTW]]' ;; hpux*) if test ia64 = "$host_cpu"; then symcode='[[ABCDEGRST]]' fi ;; irix* | nonstopux*) symcode='[[BCDEGRST]]' ;; osf*) symcode='[[BCDEGQRST]]' ;; solaris*) symcode='[[BDRT]]' ;; sco3.2v5*) symcode='[[DT]]' ;; sysv4.2uw2*) symcode='[[DT]]' ;; sysv5* | sco5v6* | unixware* | OpenUNIX*) symcode='[[ABDT]]' ;; sysv4) symcode='[[DFNSTU]]' ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[[ABCDGIRSTW]]' ;; esac if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Gets list of data symbols to import. lt_cv_sys_global_symbol_to_import="$SED -n -e 's/^I .* \(.*\)$/\1/p'" # Adjust the below global symbol transforms to fixup imported variables. lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" lt_c_name_lib_hook="\ -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" else # Disable hooks by default. lt_cv_sys_global_symbol_to_import= lt_cdecl_hook= lt_c_name_hook= lt_c_name_lib_hook= fi # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. lt_cv_sys_global_symbol_to_cdecl="$SED -n"\ $lt_cdecl_hook\ " -e 's/^T .* \(.*\)$/extern int \1();/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="$SED -n"\ $lt_c_name_hook\ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" # Transform an extracted symbol line into symbol name with lib prefix and # symbol address. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="$SED -n"\ $lt_c_name_lib_hook\ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'" # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # Try without a prefix underscore, then with it. for ac_symprfx in "" "_"; do # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. symxfrm="\\1 $ac_symprfx\\2 \\2" # Write the raw and C identifiers. if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function, # D for any global variable and I for any imported variable. # Also find C++ and __fastcall symbols from MSVC++ or ICC, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK ['"\ " {last_section=section; section=\$ 3};"\ " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ " /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ " /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " {if(hide[section]) next};"\ " {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ " s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx]" else lt_cv_sys_global_symbol_pipe="$SED -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | $SED '/ __gnu_lto/d'" # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext <<_LT_EOF #ifdef __cplusplus extern "C" { #endif char nm_test_var; void nm_test_func(void); void nm_test_func(void){} #ifdef __cplusplus } #endif int main(){nm_test_var='a';nm_test_func();return(0);} _LT_EOF if AC_TRY_EVAL(ac_compile); then # Now try to grab the symbols. nlist=conftest.nm if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE /* DATA imports from DLLs on WIN32 can't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT@&t@_DLSYM_CONST #elif defined __osf__ /* This system does not cope well with relocations in const data. */ # define LT@&t@_DLSYM_CONST #else # define LT@&t@_DLSYM_CONST const #endif #ifdef __cplusplus extern "C" { #endif _LT_EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' cat <<_LT_EOF >> conftest.$ac_ext /* The mapping between symbol names and symbols. */ LT@&t@_DLSYM_CONST struct { const char *name; void *address; } lt__PROGRAM__LTX_preloaded_symbols[[]] = { { "@PROGRAM@", (void *) 0 }, _LT_EOF $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt__PROGRAM__LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif _LT_EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_globsym_save_LIBS=$LIBS lt_globsym_save_CFLAGS=$CFLAGS LIBS=conftstm.$ac_objext CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" if AC_TRY_EVAL(ac_link) && test -s conftest$ac_exeext; then pipe_works=yes fi LIBS=$lt_globsym_save_LIBS CFLAGS=$lt_globsym_save_CFLAGS else echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD fi else echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD cat conftest.$ac_ext >&5 fi rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test yes = "$pipe_works"; then break else lt_cv_sys_global_symbol_pipe= fi done ]) if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then AC_MSG_RESULT(failed) else AC_MSG_RESULT(ok) fi # Response file support. if test "$lt_cv_nm_interface" = "MS dumpbin"; then nm_file_list_spec='@' elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then nm_file_list_spec='@' fi _LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1], [Take the output of nm and produce a listing of raw symbols and C names]) _LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1], [Transform the output of nm in a proper C declaration]) _LT_DECL([global_symbol_to_import], [lt_cv_sys_global_symbol_to_import], [1], [Transform the output of nm into a list of symbols to manually relocate]) _LT_DECL([global_symbol_to_c_name_address], [lt_cv_sys_global_symbol_to_c_name_address], [1], [Transform the output of nm in a C name address pair]) _LT_DECL([global_symbol_to_c_name_address_lib_prefix], [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1], [Transform the output of nm in a C name address pair when lib prefix is needed]) _LT_DECL([nm_interface], [lt_cv_nm_interface], [1], [The name lister interface]) _LT_DECL([], [nm_file_list_spec], [1], [Specify filename containing input files for $NM]) ]) # _LT_CMD_GLOBAL_SYMBOLS # _LT_COMPILER_PIC([TAGNAME]) # --------------------------- m4_defun([_LT_COMPILER_PIC], [m4_require([_LT_TAG_COMPILER])dnl _LT_TAGVAR(lt_prog_compiler_wl, $1)= _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)= m4_if([$1], [CXX], [ # C++ specific cases for pic, static, wl, etc. if test yes = "$GXX"; then _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the '-m68020' flag to GCC prevents building anything better, # like '-m68040'. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | os2* | pw32* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) case $host_os in os2*) _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' ;; esac ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; *djgpp*) # DJGPP does not support shared libraries at all _LT_TAGVAR(lt_prog_compiler_pic, $1)= ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. _LT_TAGVAR(lt_prog_compiler_static, $1)= ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac else case $host_os in aix[[4-9]]*) # All AIX code is PIC. if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; chorus*) case $cc_basename in cxch68*) # Green Hills C++ Compiler # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" ;; esac ;; mingw* | cygwin* | os2* | pw32* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; dgux*) case $cc_basename in ec++*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; ghcx*) # Green Hills C++ Compiler _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; freebsd* | dragonfly* | midnightbsd*) # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' if test ia64 != "$host_cpu"; then _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' fi ;; aCC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ;; esac ;; *) ;; esac ;; interix*) # This is c89, which is MS Visual C++ (no shared libs) # Anyone wants to do a port? ;; irix5* | irix6* | nonstopux*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' # CC pic flag -KPIC is the default. ;; *) ;; esac ;; linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) case $cc_basename in KCC*) # KAI C++ Compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; ecpc* ) # old Intel C++ for x86_64, which still supported -KPIC. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; icpc* ) # Intel C++, used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; pgCC* | pgcpp*) # Portland Group C++ compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; cxx*) # Compaq C++ # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL 8.0, 9.0 on PPC and BlueGene _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) case `$CC -V 2>&1 | $SED 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; esac ;; esac ;; lynxos*) ;; m88k*) ;; mvs*) case $cc_basename in cxx*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' ;; *) ;; esac ;; netbsd*) ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' ;; RCC*) # Rational C++ 2.4.1 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; cxx*) # Digital/Compaq C++ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; *) ;; esac ;; psos*) ;; solaris*) case $cc_basename in CC* | sunCC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; gcx*) # Green Hills C++ Compiler _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' ;; *) ;; esac ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; lcc*) # Lucid _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; *) ;; esac ;; vxworks*) ;; *) _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ], [ if test yes = "$GCC"; then _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the '-m68020' flag to GCC prevents building anything better, # like '-m68040'. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) case $host_os in os2*) _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' ;; esac ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. _LT_TAGVAR(lt_prog_compiler_static, $1)= ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no enable_shared=no ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac case $cc_basename in nvcc*) # Cuda Compiler Driver 2.2 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker ' if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)" fi ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' case $cc_basename in nagfor*) # NAG Fortran compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; esac ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) case $host_os in os2*) _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' ;; esac ;; hpux9* | hpux10* | hpux11*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC (with -KPIC) is the default. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) case $cc_basename in # old Intel for x86_64, which still supported -KPIC. ecc*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; # Lahey Fortran 8.1. lf95*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared' _LT_TAGVAR(lt_prog_compiler_static, $1)='--static' ;; nagfor*) # NAG Fortran compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; tcc*) # Fabrice Bellard et al's Tiny C Compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; ccc*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All Alpha code is PIC. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; xl* | bgxl* | bgf* | mpixl*) # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) case `$CC -V 2>&1 | $SED 5q` in *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) # Sun Fortran 8.3 passes all unrecognized flags to the linker _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='' ;; *Sun\ F* | *Sun*Fortran*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; *Sun\ C*) # Sun C 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ;; *Intel*\ [[CF]]*Compiler*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; *Portland\ Group*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; esac ;; esac ;; newsos6) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; osf3* | osf4* | osf5*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All OSF/1 code is PIC. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; rdos*) _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; solaris*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' case $cc_basename in f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; *) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; esac ;; sunos4*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; unicos*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; uts4*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; *) _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ]) case $host_os in # For platforms that do not support PIC, -DPIC is meaningless: *djgpp*) _LT_TAGVAR(lt_prog_compiler_pic, $1)= ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])" ;; esac AC_CACHE_CHECK([for $compiler option to produce PIC], [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)], [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_prog_compiler_pic, $1)]) _LT_TAGVAR(lt_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_cv_prog_compiler_pic, $1) # # Check to make sure the PIC flag actually works. # if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)], [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in "" | " "*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;; esac], [_LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) fi _LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1], [Additional compiler flags for building library objects]) _LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], [How to pass a linker flag through the compiler]) # # Check to make sure the static flag actually works. # wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\" _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1), $lt_tmp_static_flag, [], [_LT_TAGVAR(lt_prog_compiler_static, $1)=]) _LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1], [Compiler flag to prevent dynamic linking]) ])# _LT_COMPILER_PIC # _LT_LINKER_SHLIBS([TAGNAME]) # ---------------------------- # See if the linker supports building shared libraries. m4_defun([_LT_LINKER_SHLIBS], [AC_REQUIRE([LT_PATH_LD])dnl AC_REQUIRE([LT_PATH_NM])dnl m4_require([_LT_PATH_MANIFEST_TOOL])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl m4_require([_LT_TAG_COMPILER])dnl AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) m4_if([$1], [CXX], [ _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] case $host_os in aix[[4-9]]*) # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to GNU nm, but means don't demangle to AIX nm. # Without the "-l" option, or with the "-B" option, AIX nm treats # weak defined symbols like other global defined symbols, whereas # GNU nm marks them as "W". # While the 'weak' keyword is ignored in the Export File, we need # it in the Import File for the 'aix-soname' feature, so we have # to replace the "-B" option with "-P" for AIX nm. if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fi ;; pw32*) _LT_TAGVAR(export_symbols_cmds, $1)=$ltdll_cmds ;; cygwin* | mingw* | cegcc*) case $cc_basename in cl* | icl*) _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] ;; esac ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; esac ], [ runpath_var= _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_cmds, $1)= _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(compiler_needs_object, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(old_archive_from_new_cmds, $1)= _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)= _LT_TAGVAR(thread_safe_flag_spec, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list _LT_TAGVAR(include_expsyms, $1)= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ' (' and ')$', so one must not match beginning or # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc', # as well as any symbol that contains 'd'. _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. # Exclude shared library initialization/finalization symbols. dnl Note also adjust exclude_expsyms for C++ above. extract_expsyms_cmds= case $host_os in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++ or Intel C++ Compiler. if test yes != "$GCC"; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++ or ICC) with_gnu_ld=yes ;; openbsd* | bitrig*) with_gnu_ld=no ;; esac _LT_TAGVAR(ld_shlibs, $1)=yes # On some targets, GNU ld is compatible enough with the native linker # that we're better off using the native interface for both. lt_use_gnu_ld_interface=no if test yes = "$with_gnu_ld"; then case $host_os in aix*) # The AIX port of GNU ld has always aspired to compatibility # with the native linker. However, as the warning in the GNU ld # block says, versions before 2.19.5* couldn't really create working # shared libraries, regardless of the interface used. case `$LD -v 2>&1` in *\ \(GNU\ Binutils\)\ 2.19.5*) ;; *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;; *\ \(GNU\ Binutils\)\ [[3-9]]*) ;; *) lt_use_gnu_ld_interface=yes ;; esac ;; *) lt_use_gnu_ld_interface=yes ;; esac fi if test yes = "$lt_use_gnu_ld_interface"; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='$wl' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' else _LT_TAGVAR(whole_archive_flag_spec, $1)= fi supports_anon_versioning=no case `$LD -v | $SED -e 's/([[^)]]\+)\s\+//' 2>&1` in *GNU\ gold*) supports_anon_versioning=yes ;; *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix[[3-9]]*) # On AIX/PPC, the GNU linker is very broken if test ia64 != "$host_cpu"; then _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: the GNU linker, at least up to release 2.19, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to install binutils *** 2.20 or above, or modify your PATH so that a non-GNU linker is found. *** You will then need to restart the configuration process. _LT_EOF fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; m68k) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file, use it as # is; otherwise, prepend EXPORTS... _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; haiku*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(link_all_deplibs, $1)=yes ;; os2*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=unsupported shrext_cmds=.dll _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ prefix_cmds="$SED"~ if test EXPORTS = "`$SED 1q $export_symbols`"; then prefix_cmds="$prefix_cmds -e 1d"; fi~ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_TAGVAR(file_list_spec, $1)='@' ;; interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no if test linux-dietlibc = "$host_os"; then case $cc_basename in diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac fi if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test no = "$tmp_diet" then tmp_addflag=' $pic_flag' tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group f77 and f90 compilers _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; lf95*) # Lahey Fortran 8.1 _LT_TAGVAR(whole_archive_flag_spec, $1)= tmp_sharedflag='--shared' ;; nagfor*) # NAGFOR 5.3 tmp_sharedflag='-Wl,-shared' ;; xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; nvcc*) # Cuda Compiler Driver 2.2 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes ;; esac case `$CC -V 2>&1 | $SED 5q` in *Sun\ C*) # Sun C 5.9 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' if test yes = "$supports_anon_versioning"; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' fi case $cc_basename in tcc*) _LT_TAGVAR(export_dynamic_flag_spec, $1)='-rdynamic' ;; xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' if test yes = "$supports_anon_versioning"; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) # For security reasons, it is highly recommended that you always # use absolute paths for naming shared libraries, and exclude the # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; sunos4*) _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac if test no = "$_LT_TAGVAR(ld_shlibs, $1)"; then runpath_var= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. _LT_TAGVAR(hardcode_minus_L, $1)=yes if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. _LT_TAGVAR(hardcode_direct, $1)=unsupported fi ;; aix[[4-9]]*) if test ia64 = "$host_cpu"; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag= else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to GNU nm, but means don't demangle to AIX nm. # Without the "-l" option, or with the "-B" option, AIX nm treats # weak defined symbols like other global defined symbols, whereas # GNU nm marks them as "W". # While the 'weak' keyword is ignored in the Export File, we need # it in the Import File for the 'aix-soname' feature, so we have # to replace the "-B" option with "-P" for AIX nm. if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # have runtime linking enabled, and use it for executables. # For shared libraries, we enable/disable runtime linking # depending on the kind of the shared library created - # when "with_aix_soname,aix_use_runtimelinking" is: # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables # "aix,yes" lib.so shared, rtl:yes, for executables # lib.a static archive # "both,no" lib.so.V(shr.o) shared, rtl:yes # lib.a(lib.so.V) shared, rtl:no, for executables # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a(lib.so.V) shared, rtl:no # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a static archive case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) for ld_flag in $LDFLAGS; do if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then aix_use_runtimelinking=yes break fi done if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then # With aix-soname=svr4, we create the lib.so.V shared archives only, # so we don't have lib.a shared libs to link our executables. # We have to force runtime linking in this case. aix_use_runtimelinking=yes LDFLAGS="$LDFLAGS -Wl,-brtl" fi ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_TAGVAR(archive_cmds, $1)='' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(file_list_spec, $1)='$wl-f,' case $with_aix_soname,$aix_use_runtimelinking in aix,*) ;; # traditional, no import file svr4,* | *,yes) # use import file # The Import File defines what to hardcode. _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no ;; esac if test yes = "$GCC"; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`$CC -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)= fi ;; esac shared_flag='-shared' if test yes = "$aix_use_runtimelinking"; then shared_flag="$shared_flag "'$wl-G' fi # Need to ensure runtime linking is disabled for the traditional # shared library, or the linker may eventually find shared libraries # /with/ Import File - we do not want to mix them. shared_flag_aix='-shared' shared_flag_svr4='-shared $wl-G' else # not using gcc if test ia64 = "$host_cpu"; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test yes = "$aix_use_runtimelinking"; then shared_flag='$wl-G' else shared_flag='$wl-bM:SRE' fi shared_flag_aix='$wl-bM:SRE' shared_flag_svr4='$wl-G' fi fi _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. _LT_TAGVAR(always_export_symbols, $1)=yes if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. _LT_TAGVAR(allow_undefined_flag, $1)='-berok' # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag else if test ia64 = "$host_cpu"; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib' _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok' if test yes = "$with_gnu_ld"; then # We only use this code for GNU lds that support --whole-archive. _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' fi _LT_TAGVAR(archive_cmds_need_lc, $1)=yes _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' # -brtl affects multiple linker settings, -berok does not and is overridden later compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' if test svr4 != "$with_aix_soname"; then # This is similar to how AIX traditionally builds its shared libraries. _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' fi if test aix != "$with_aix_soname"; then _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' else # used by -dlpreopen to get the symbols _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir' fi _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d' fi fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; m68k) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac ;; bsdi[[45]]*) _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++ or Intel C++ Compiler. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. case $cc_basename in cl* | icl*) # Native MSVC or ICC _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(file_list_spec, $1)='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then cp "$export_symbols" "$output_objdir/$soname.def"; echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; else $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' # Don't use ranlib _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile=$lt_outputfile.exe lt_tool_outputfile=$lt_tool_outputfile.exe ;; esac~ if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # Assume MSVC and ICC wrapper _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' # FIXME: Should let the user specify the lib program. _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; esac ;; darwin* | rhapsody*) _LT_DARWIN_LINKER_FEATURES($1) ;; dgux*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2.*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly* | midnightbsd*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; hpux9*) if test yes = "$GCC"; then _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' else _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' ;; hpux10*) if test yes,no = "$GCC,$with_gnu_ld"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test no = "$with_gnu_ld"; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes fi ;; hpux11*) if test yes,no = "$GCC,$with_gnu_ld"; then case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) m4_if($1, [], [ # Older versions of the 11.00 compiler do not understand -b yet # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) _LT_LINKER_OPTION([if $CC understands -b], _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b], [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])], [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags']) ;; esac fi if test no = "$with_gnu_ld"; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test yes = "$GCC"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. # This should be the same for all languages, so no per-tag cache variable. AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol], [lt_cv_irix_exported_symbol], [save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" AC_LINK_IFELSE( [AC_LANG_SOURCE( [AC_LANG_CASE([C], [[int foo (void) { return 0; }]], [C++], [[int foo (void) { return 0; }]], [Fortran 77], [[ subroutine foo end]], [Fortran], [[ subroutine foo end]])])], [lt_cv_irix_exported_symbol=yes], [lt_cv_irix_exported_symbol=no]) LDFLAGS=$save_LDFLAGS]) if test yes = "$lt_cv_irix_exported_symbol"; then _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' fi else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(inherit_rpath, $1)=yes _LT_TAGVAR(link_all_deplibs, $1)=yes ;; linux*) case $cc_basename in tcc*) # Fabrice Bellard et al's Tiny C Compiler _LT_TAGVAR(ld_shlibs, $1)=yes _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; newsos6) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *nto* | *qnx*) ;; openbsd* | bitrig*) if test -f /usr/libexec/ld.so; then _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=yes if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' fi else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; os2*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=unsupported shrext_cmds=.dll _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ prefix_cmds="$SED"~ if test EXPORTS = "`$SED 1q $export_symbols`"; then prefix_cmds="$prefix_cmds -e 1d"; fi~ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_TAGVAR(file_list_spec, $1)='@' ;; osf3*) if test yes = "$GCC"; then _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test yes = "$GCC"; then _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_separator, $1)=: ;; solaris*) _LT_TAGVAR(no_undefined_flag, $1)=' -z defs' if test yes = "$GCC"; then wlarc='$wl' _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) wlarc='' _LT_TAGVAR(archive_cmds, $1)='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' ;; *) wlarc='$wl' _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands '-z linker_flag'. GCC discards it without '$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test yes = "$GCC"; then _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' else _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' fi ;; esac _LT_TAGVAR(link_all_deplibs, $1)=yes ;; sunos4*) if test sequent = "$host_vendor"; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4) case $host_vendor in sni) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' _LT_TAGVAR(hardcode_direct, $1)=no ;; motorola) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4.3*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes _LT_TAGVAR(ld_shlibs, $1)=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' if test yes = "$GCC"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We CANNOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport' runpath_var='LD_RUN_PATH' if test yes = "$GCC"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(ld_shlibs, $1)=no ;; esac if test sni = "$host_vendor"; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Blargedynsym' ;; esac fi fi ]) AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no _LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld _LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl _LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl _LT_DECL([], [extract_expsyms_cmds], [2], [The commands to extract the exported symbol list from a shared archive]) # # Do we need to explicitly link libc? # case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in x|xyes) # Assume -lc should be added _LT_TAGVAR(archive_cmds_need_lc, $1)=yes if test yes,yes = "$GCC,$enable_shared"; then case $_LT_TAGVAR(archive_cmds, $1) in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. AC_CACHE_CHECK([whether -lc should be explicitly linked in], [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1), [$RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if AC_TRY_EVAL(ac_compile) 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) _LT_TAGVAR(allow_undefined_flag, $1)= if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) then lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no else lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes fi _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $RM conftest* ]) _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1) ;; esac fi ;; esac _LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0], [Whether or not to add -lc for building shared libraries]) _LT_TAGDECL([allow_libtool_libs_with_static_runtimes], [enable_shared_with_static_runtimes], [0], [Whether or not to disallow shared libs when runtime libs are static]) _LT_TAGDECL([], [export_dynamic_flag_spec], [1], [Compiler flag to allow reflexive dlopens]) _LT_TAGDECL([], [whole_archive_flag_spec], [1], [Compiler flag to generate shared objects directly from archives]) _LT_TAGDECL([], [compiler_needs_object], [1], [Whether the compiler copes with passing no objects directly]) _LT_TAGDECL([], [old_archive_from_new_cmds], [2], [Create an old-style archive from a shared archive]) _LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2], [Create a temporary old-style archive to link instead of a shared archive]) _LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive]) _LT_TAGDECL([], [archive_expsym_cmds], [2]) _LT_TAGDECL([], [module_cmds], [2], [Commands used to build a loadable module if different from building a shared archive.]) _LT_TAGDECL([], [module_expsym_cmds], [2]) _LT_TAGDECL([], [with_gnu_ld], [1], [Whether we are building with GNU ld or not]) _LT_TAGDECL([], [allow_undefined_flag], [1], [Flag that allows shared libraries with undefined symbols to be built]) _LT_TAGDECL([], [no_undefined_flag], [1], [Flag that enforces no undefined symbols]) _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], [Flag to hardcode $libdir into a binary during linking. This must work even if $libdir does not exist]) _LT_TAGDECL([], [hardcode_libdir_separator], [1], [Whether we need a single "-rpath" flag with a separated argument]) _LT_TAGDECL([], [hardcode_direct], [0], [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_direct_absolute], [0], [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes DIR into the resulting binary and the resulting library dependency is "absolute", i.e impossible to change by setting $shlibpath_var if the library is relocated]) _LT_TAGDECL([], [hardcode_minus_L], [0], [Set to "yes" if using the -LDIR flag during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_shlibpath_var], [0], [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_automatic], [0], [Set to "yes" if building a shared library automatically hardcodes DIR into the library and all subsequent libraries and executables linked against it]) _LT_TAGDECL([], [inherit_rpath], [0], [Set to yes if linker adds runtime paths of dependent libraries to runtime path list]) _LT_TAGDECL([], [link_all_deplibs], [0], [Whether libtool must link a program against all its dependency libraries]) _LT_TAGDECL([], [always_export_symbols], [0], [Set to "yes" if exported symbols are required]) _LT_TAGDECL([], [export_symbols_cmds], [2], [The commands to list exported symbols]) _LT_TAGDECL([], [exclude_expsyms], [1], [Symbols that should not be listed in the preloaded symbols]) _LT_TAGDECL([], [include_expsyms], [1], [Symbols that must always be exported]) _LT_TAGDECL([], [prelink_cmds], [2], [Commands necessary for linking programs (against libraries) with templates]) _LT_TAGDECL([], [postlink_cmds], [2], [Commands necessary for finishing linking programs]) _LT_TAGDECL([], [file_list_spec], [1], [Specify filename containing input files]) dnl FIXME: Not yet implemented dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1], dnl [Compiler flag to generate thread safe objects]) ])# _LT_LINKER_SHLIBS # _LT_LANG_C_CONFIG([TAG]) # ------------------------ # Ensure that the configuration variables for a C compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write # the compiler configuration to 'libtool'. m4_defun([_LT_LANG_C_CONFIG], [m4_require([_LT_DECL_EGREP])dnl lt_save_CC=$CC AC_LANG_PUSH(C) # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' _LT_TAG_COMPILER # Save the default compiler, since it gets overwritten when the other # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. compiler_DEFAULT=$CC # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) LT_SYS_DLOPEN_SELF _LT_CMD_STRIPLIB # Report what library types will actually be built AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test no = "$can_build_shared" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test yes = "$enable_shared" && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test ia64 != "$host_cpu"; then case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in yes,aix,yes) ;; # shared object as lib.so file only yes,svr4,*) ;; # shared object as lib.so archive member only yes,*) enable_static=no ;; # shared object in lib.a archive as well esac fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test yes = "$enable_shared" || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_CONFIG($1) fi AC_LANG_POP CC=$lt_save_CC ])# _LT_LANG_C_CONFIG # _LT_LANG_CXX_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a C++ compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write # the compiler configuration to 'libtool'. m4_defun([_LT_LANG_CXX_CONFIG], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_PATH_MANIFEST_TOOL])dnl if test -n "$CXX" && ( test no != "$CXX" && ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) || (test g++ != "$CXX"))); then AC_PROG_CXXCPP else _lt_caught_CXX_error=yes fi AC_LANG_PUSH(C++) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(compiler_needs_object, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for C++ test sources. ac_ext=cpp # Object file extension for compiled C++ test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the CXX compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test yes != "$_lt_caught_CXX_error"; then # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_LD=$LD lt_save_GCC=$GCC GCC=$GXX lt_save_with_gnu_ld=$with_gnu_ld lt_save_path_LD=$lt_cv_path_LD if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx else $as_unset lt_cv_prog_gnu_ld fi if test -n "${lt_cv_path_LDCXX+set}"; then lt_cv_path_LD=$lt_cv_path_LDCXX else $as_unset lt_cv_path_LD fi test -z "${LDCXX+set}" || LD=$LDCXX CC=${CXX-"c++"} CFLAGS=$CXXFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) if test -n "$compiler"; then # We don't want -fno-exception when compiling C++ code, so set the # no_builtin_flag separately if test yes = "$GXX"; then _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' else _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= fi if test yes = "$GXX"; then # Set up default GNU C++ configuration LT_PATH_LD # Check if GNU C++ uses GNU ld as the underlying linker, since the # archiving commands below assume that GNU ld is being used. if test yes = "$with_gnu_ld"; then _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' # If archive_cmds runs LD, not CC, wlarc should be empty # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to # investigate it a little bit more. (MM) wlarc='$wl' # ancient GNU ld didn't support --whole-archive et. al. if eval "`$CC -print-prog-name=ld` --help 2>&1" | $GREP 'no-whole-archive' > /dev/null; then _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' else _LT_TAGVAR(whole_archive_flag_spec, $1)= fi else with_gnu_ld=no wlarc= # A generic and very simple default shared library creation # command for GNU C++ for the case where it uses the native # linker, instead of GNU ld. If possible, this setting should # overridden to take advantage of the native linker features on # the platform it is being used on. _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' fi # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else GXX=no with_gnu_ld=no wlarc= fi # PORTME: fill in a description of your system's C++ link characteristics AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) _LT_TAGVAR(ld_shlibs, $1)=yes case $host_os in aix3*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aix[[4-9]]*) if test ia64 = "$host_cpu"; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag= else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # have runtime linking enabled, and use it for executables. # For shared libraries, we enable/disable runtime linking # depending on the kind of the shared library created - # when "with_aix_soname,aix_use_runtimelinking" is: # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables # "aix,yes" lib.so shared, rtl:yes, for executables # lib.a static archive # "both,no" lib.so.V(shr.o) shared, rtl:yes # lib.a(lib.so.V) shared, rtl:no, for executables # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a(lib.so.V) shared, rtl:no # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a static archive case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) for ld_flag in $LDFLAGS; do case $ld_flag in *-brtl*) aix_use_runtimelinking=yes break ;; esac done if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then # With aix-soname=svr4, we create the lib.so.V shared archives only, # so we don't have lib.a shared libs to link our executables. # We have to force runtime linking in this case. aix_use_runtimelinking=yes LDFLAGS="$LDFLAGS -Wl,-brtl" fi ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_TAGVAR(archive_cmds, $1)='' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(file_list_spec, $1)='$wl-f,' case $with_aix_soname,$aix_use_runtimelinking in aix,*) ;; # no import file svr4,* | *,yes) # use import file # The Import File defines what to hardcode. _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no ;; esac if test yes = "$GXX"; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`$CC -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)= fi esac shared_flag='-shared' if test yes = "$aix_use_runtimelinking"; then shared_flag=$shared_flag' $wl-G' fi # Need to ensure runtime linking is disabled for the traditional # shared library, or the linker may eventually find shared libraries # /with/ Import File - we do not want to mix them. shared_flag_aix='-shared' shared_flag_svr4='-shared $wl-G' else # not using gcc if test ia64 = "$host_cpu"; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test yes = "$aix_use_runtimelinking"; then shared_flag='$wl-G' else shared_flag='$wl-bM:SRE' fi shared_flag_aix='$wl-bM:SRE' shared_flag_svr4='$wl-G' fi fi _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to # export. _LT_TAGVAR(always_export_symbols, $1)=yes if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. # The "-G" linker flag allows undefined symbols. _LT_TAGVAR(no_undefined_flag, $1)='-bernotok' # Determine the default libpath from the value encoded in an empty # executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag else if test ia64 = "$host_cpu"; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib' _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok' if test yes = "$with_gnu_ld"; then # We only use this code for GNU lds that support --whole-archive. _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' fi _LT_TAGVAR(archive_cmds_need_lc, $1)=yes _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' # -brtl affects multiple linker settings, -berok does not and is overridden later compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' if test svr4 != "$with_aix_soname"; then # This is similar to how AIX traditionally builds its shared # libraries. Need -bnortl late, we may have -brtl in LDFLAGS. _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' fi if test aix != "$with_aix_soname"; then _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' else # used by -dlpreopen to get the symbols _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir' fi _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d' fi fi ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; chorus*) case $cc_basename in *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; cygwin* | mingw* | pw32* | cegcc*) case $GXX,$cc_basename in ,cl* | no,cl* | ,icl* | no,icl*) # Native MSVC or ICC # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(file_list_spec, $1)='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then cp "$export_symbols" "$output_objdir/$soname.def"; echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; else $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes # Don't use ranlib _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile=$lt_outputfile.exe lt_tool_outputfile=$lt_tool_outputfile.exe ;; esac~ func_to_tool_file "$lt_outputfile"~ if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # g++ # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file, use it as # is; otherwise, prepend EXPORTS... _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; darwin* | rhapsody*) _LT_DARWIN_LINKER_FEATURES($1) ;; os2*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=unsupported shrext_cmds=.dll _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ prefix_cmds="$SED"~ if test EXPORTS = "`$SED 1q $export_symbols`"; then prefix_cmds="$prefix_cmds -e 1d"; fi~ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_TAGVAR(file_list_spec, $1)='@' ;; dgux*) case $cc_basename in ec++*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; ghcx*) # Green Hills C++ Compiler # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; freebsd2.*) # C++ shared libraries reported to be fairly broken before # switch to ELF _LT_TAGVAR(ld_shlibs, $1)=no ;; freebsd-elf*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; freebsd* | dragonfly* | midnightbsd*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions _LT_TAGVAR(ld_shlibs, $1)=yes ;; haiku*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(link_all_deplibs, $1)=yes ;; hpux9*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aCC*) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes = "$GXX"; then _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; hpux10*|hpux11*) if test no = "$with_gnu_ld"; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) ;; *) _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' ;; esac fi case $host_cpu in hppa*64*|ia64*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. ;; esac case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aCC*) case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes = "$GXX"; then if test no = "$with_gnu_ld"; then case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac fi else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; irix5* | irix6*) case $cc_basename in CC*) # SGI C++ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' # Archives containing C++ object files must be created using # "CC -ar", where "CC" is the IRIX C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' ;; *) if test yes = "$GXX"; then if test no = "$with_gnu_ld"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib' fi fi _LT_TAGVAR(link_all_deplibs, $1)=yes ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(inherit_rpath, $1)=yes ;; linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' # Archives containing C++ object files must be created using # "CC -Bstatic", where "CC" is the KAI C++ compiler. _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; icpc* | ecpc* ) # Intel C++ with_gnu_ld=yes # version 8.0 and above of icpc choke on multiply defined symbols # if we add $predep_objects and $postdep_objects, however 7.1 and # earlier do not add the objects themselves. case `$CC -V 2>&1` in *"Version 7."*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 8.0 or newer tmp_idyn= case $host_cpu in ia64*) tmp_idyn=' -i_dynamic';; esac _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; esac _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' ;; pgCC* | pgcpp*) # Portland Group C++ compiler case `$CC -V` in *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ $RANLIB $oldlib' _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 6 and above use weak symbols _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl--rpath $wl$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' ;; cxx*) # Compaq C++ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib $wl-retain-symbols-file $wl$export_symbols' runpath_var=LD_RUN_PATH _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' ;; xl* | mpixl* | bgxl*) # IBM XL 8.0 on PPC, with GNU ld _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' if test yes = "$supports_anon_versioning"; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' fi ;; *) case `$CC -V 2>&1 | $SED 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes # Not sure whether something based on # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 # would be better. output_verbose_link_cmd='func_echo_all' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; esac ;; esac ;; lynxos*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; m88k*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; mvs*) case $cc_basename in cxx*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' wlarc= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no fi # Workaround some broken pre-1.5 toolchains output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' ;; *nto* | *qnx*) _LT_TAGVAR(ld_shlibs, $1)=yes ;; openbsd* | bitrig*) if test -f /usr/libexec/ld.so; then _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' fi output_verbose_link_cmd=func_echo_all else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Archives containing C++ object files must be created using # the KAI C++ compiler. case $host in osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;; esac ;; RCC*) # Rational C++ 2.4.1 # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; cxx*) case $host in osf3*) _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' ;; *) _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ echo "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~ $RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' ;; esac _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes,no = "$GXX,$with_gnu_ld"; then _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' case $host in osf3*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; psos*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; lcc*) # Lucid # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; solaris*) case $cc_basename in CC* | sunCC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(archive_cmds_need_lc,$1)=yes _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G$allow_undefined_flag $wl-M $wl$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands '-z linker_flag'. # Supported since Solaris 2.6 (maybe 2.5.1?) _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; esac _LT_TAGVAR(link_all_deplibs, $1)=yes output_verbose_link_cmd='func_echo_all' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; gcx*) # Green Hills C++ Compiler _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' # The C++ compiler must be used to create the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' ;; *) # GNU C++ compiler with Solaris linker if test yes,no = "$GXX,$with_gnu_ld"; then _LT_TAGVAR(no_undefined_flag, $1)=' $wl-z ${wl}defs' if $CC --version | $GREP -v '^2\.7' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # g++ 2.7 appears to require '-G' NOT '-shared' on this # platform. _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir' case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' ;; esac fi ;; esac ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We CANNOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport' runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~ '"$_LT_TAGVAR(old_archive_cmds, $1)" _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~ '"$_LT_TAGVAR(reload_cmds, $1)" ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; vxworks*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no _LT_TAGVAR(GCC, $1)=$GXX _LT_TAGVAR(LD, $1)=$LD ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_SYS_HIDDEN_LIBDEPS($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS LDCXX=$LD LD=$lt_save_LD GCC=$lt_save_GCC with_gnu_ld=$lt_save_with_gnu_ld lt_cv_path_LDCXX=$lt_cv_path_LD lt_cv_path_LD=$lt_save_path_LD lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld fi # test yes != "$_lt_caught_CXX_error" AC_LANG_POP ])# _LT_LANG_CXX_CONFIG # _LT_FUNC_STRIPNAME_CNF # ---------------------- # func_stripname_cnf prefix suffix name # strip PREFIX and SUFFIX off of NAME. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). # # This function is identical to the (non-XSI) version of func_stripname, # except this one can be used by m4 code that may be executed by configure, # rather than the libtool script. m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl AC_REQUIRE([_LT_DECL_SED]) AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH]) func_stripname_cnf () { case @S|@2 in .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;; *) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;; esac } # func_stripname_cnf ])# _LT_FUNC_STRIPNAME_CNF # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME]) # --------------------------------- # Figure out "hidden" library dependencies from verbose # compiler output when linking a shared library. # Parse the compiler output and extract the necessary # objects, libraries and library flags. m4_defun([_LT_SYS_HIDDEN_LIBDEPS], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl AC_REQUIRE([_LT_FUNC_STRIPNAME_CNF])dnl # Dependencies to place before and after the object being linked: _LT_TAGVAR(predep_objects, $1)= _LT_TAGVAR(postdep_objects, $1)= _LT_TAGVAR(predeps, $1)= _LT_TAGVAR(postdeps, $1)= _LT_TAGVAR(compiler_lib_search_path, $1)= dnl we can't use the lt_simple_compile_test_code here, dnl because it contains code intended for an executable, dnl not a library. It's possible we should let each dnl tag define a new lt_????_link_test_code variable, dnl but it's only used here... m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF int a; void foo (void) { a = 0; } _LT_EOF ], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF class Foo { public: Foo (void) { a = 0; } private: int a; }; _LT_EOF ], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF subroutine foo implicit none integer*4 a a=0 return end _LT_EOF ], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF subroutine foo implicit none integer a a=0 return end _LT_EOF ], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF public class foo { private int a; public void bar (void) { a = 0; } }; _LT_EOF ], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF package foo func foo() { } _LT_EOF ]) _lt_libdeps_save_CFLAGS=$CFLAGS case "$CC $CFLAGS " in #( *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; *\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; *\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;; esac dnl Parse the compiler output and extract the necessary dnl objects, libraries and library flags. if AC_TRY_EVAL(ac_compile); then # Parse the compiler output and extract the necessary # objects, libraries and library flags. # Sentinel used to keep track of whether or not we are before # the conftest object file. pre_test_object_deps_done=no for p in `eval "$output_verbose_link_cmd"`; do case $prev$p in -L* | -R* | -l*) # Some compilers place space between "-{L,R}" and the path. # Remove the space. if test x-L = "$p" || test x-R = "$p"; then prev=$p continue fi # Expand the sysroot to ease extracting the directories later. if test -z "$prev"; then case $p in -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;; -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;; -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;; esac fi case $p in =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;; esac if test no = "$pre_test_object_deps_done"; then case $prev in -L | -R) # Internal compiler library paths should come after those # provided the user. The postdeps already come after the # user supplied libs so there is no need to process them. if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then _LT_TAGVAR(compiler_lib_search_path, $1)=$prev$p else _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} $prev$p" fi ;; # The "-l" case would never come before the object being # linked, so don't bother handling this case. esac else if test -z "$_LT_TAGVAR(postdeps, $1)"; then _LT_TAGVAR(postdeps, $1)=$prev$p else _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} $prev$p" fi fi prev= ;; *.lto.$objext) ;; # Ignore GCC LTO objects *.$objext) # This assumes that the test object file only shows up # once in the compiler output. if test "$p" = "conftest.$objext"; then pre_test_object_deps_done=yes continue fi if test no = "$pre_test_object_deps_done"; then if test -z "$_LT_TAGVAR(predep_objects, $1)"; then _LT_TAGVAR(predep_objects, $1)=$p else _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p" fi else if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then _LT_TAGVAR(postdep_objects, $1)=$p else _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p" fi fi ;; *) ;; # Ignore the rest. esac done # Clean up. rm -f a.out a.exe else echo "libtool.m4: error: problem compiling $1 test program" fi $RM -f confest.$objext CFLAGS=$_lt_libdeps_save_CFLAGS # PORTME: override above test on systems where it is broken m4_if([$1], [CXX], [case $host_os in interix[[3-9]]*) # Interix 3.5 installs completely hosed .la files for C++, so rather than # hack all around it, let's just trust "g++" to DTRT. _LT_TAGVAR(predep_objects,$1)= _LT_TAGVAR(postdep_objects,$1)= _LT_TAGVAR(postdeps,$1)= ;; esac ]) case " $_LT_TAGVAR(postdeps, $1) " in *" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; esac _LT_TAGVAR(compiler_lib_search_dirs, $1)= if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'` fi _LT_TAGDECL([], [compiler_lib_search_dirs], [1], [The directories searched by this compiler when creating a shared library]) _LT_TAGDECL([], [predep_objects], [1], [Dependencies to place before and after the objects being linked to create a shared library]) _LT_TAGDECL([], [postdep_objects], [1]) _LT_TAGDECL([], [predeps], [1]) _LT_TAGDECL([], [postdeps], [1]) _LT_TAGDECL([], [compiler_lib_search_path], [1], [The library search path used internally by the compiler when linking a shared library]) ])# _LT_SYS_HIDDEN_LIBDEPS # _LT_LANG_F77_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a Fortran 77 compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_F77_CONFIG], [AC_LANG_PUSH(Fortran 77) if test -z "$F77" || test no = "$F77"; then _lt_disable_F77=yes fi _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for f77 test sources. ac_ext=f # Object file extension for compiled f77 test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the F77 compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test yes != "$_lt_disable_F77"; then # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t return end " # Code to be used in simple link tests lt_simple_link_test_code="\ program t end " # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_GCC=$GCC lt_save_CFLAGS=$CFLAGS CC=${F77-"f77"} CFLAGS=$FFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) GCC=$G77 if test -n "$compiler"; then AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test no = "$can_build_shared" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test yes = "$enable_shared" && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test ia64 != "$host_cpu"; then case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in yes,aix,yes) ;; # shared object as lib.so file only yes,svr4,*) ;; # shared object as lib.so archive member only yes,*) enable_static=no ;; # shared object in lib.a archive as well esac fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test yes = "$enable_shared" || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_TAGVAR(GCC, $1)=$G77 _LT_TAGVAR(LD, $1)=$LD ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS fi # test yes != "$_lt_disable_F77" AC_LANG_POP ])# _LT_LANG_F77_CONFIG # _LT_LANG_FC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for a Fortran compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_FC_CONFIG], [AC_LANG_PUSH(Fortran) if test -z "$FC" || test no = "$FC"; then _lt_disable_FC=yes fi _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for fc test sources. ac_ext=${ac_fc_srcext-f} # Object file extension for compiled fc test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the FC compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test yes != "$_lt_disable_FC"; then # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t return end " # Code to be used in simple link tests lt_simple_link_test_code="\ program t end " # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_GCC=$GCC lt_save_CFLAGS=$CFLAGS CC=${FC-"f95"} CFLAGS=$FCFLAGS compiler=$CC GCC=$ac_cv_fc_compiler_gnu _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) if test -n "$compiler"; then AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test no = "$can_build_shared" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test yes = "$enable_shared" && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test ia64 != "$host_cpu"; then case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in yes,aix,yes) ;; # shared object as lib.so file only yes,svr4,*) ;; # shared object as lib.so archive member only yes,*) enable_static=no ;; # shared object in lib.a archive as well esac fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test yes = "$enable_shared" || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_TAGVAR(GCC, $1)=$ac_cv_fc_compiler_gnu _LT_TAGVAR(LD, $1)=$LD ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_SYS_HIDDEN_LIBDEPS($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS fi # test yes != "$_lt_disable_FC" AC_LANG_POP ])# _LT_LANG_FC_CONFIG # _LT_LANG_GCJ_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for the GNU Java Compiler compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_GCJ_CONFIG], [AC_REQUIRE([LT_PROG_GCJ])dnl AC_LANG_SAVE # Source file extension for Java test sources. ac_ext=java # Object file extension for compiled Java test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="class foo {}" # Code to be used in simple link tests lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC=yes CC=${GCJ-"gcj"} CFLAGS=$GCJFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_TAGVAR(LD, $1)=$LD _LT_CC_BASENAME([$compiler]) # GCJ did not exist at the time GCC didn't implicitly link libc in. _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi AC_LANG_RESTORE GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_GCJ_CONFIG # _LT_LANG_GO_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for the GNU Go compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_GO_CONFIG], [AC_REQUIRE([LT_PROG_GO])dnl AC_LANG_SAVE # Source file extension for Go test sources. ac_ext=go # Object file extension for compiled Go test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="package main; func main() { }" # Code to be used in simple link tests lt_simple_link_test_code='package main; func main() { }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC=yes CC=${GOC-"gccgo"} CFLAGS=$GOFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_TAGVAR(LD, $1)=$LD _LT_CC_BASENAME([$compiler]) # Go did not exist at the time GCC didn't implicitly link libc in. _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi AC_LANG_RESTORE GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_GO_CONFIG # _LT_LANG_RC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for the Windows resource compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_RC_CONFIG], [AC_REQUIRE([LT_PROG_RC])dnl AC_LANG_SAVE # Source file extension for RC test sources. ac_ext=rc # Object file extension for compiled RC test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' # Code to be used in simple link tests lt_simple_link_test_code=$lt_simple_compile_test_code # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC= CC=${RC-"windres"} CFLAGS= compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes if test -n "$compiler"; then : _LT_CONFIG($1) fi GCC=$lt_save_GCC AC_LANG_RESTORE CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_RC_CONFIG # LT_PROG_GCJ # ----------- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj,) test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2" AC_SUBST(GCJFLAGS)])])[]dnl ]) # Old name: AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_GCJ], []) # LT_PROG_GO # ---------- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,) ]) # LT_PROG_RC # ---------- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,) ]) # Old name: AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_RC], []) # _LT_DECL_EGREP # -------------- # If we don't have a new enough Autoconf to choose the best grep # available, choose the one first in the user's PATH. m4_defun([_LT_DECL_EGREP], [AC_REQUIRE([AC_PROG_EGREP])dnl AC_REQUIRE([AC_PROG_FGREP])dnl test -z "$GREP" && GREP=grep _LT_DECL([], [GREP], [1], [A grep program that handles long lines]) _LT_DECL([], [EGREP], [1], [An ERE matcher]) _LT_DECL([], [FGREP], [1], [A literal string matcher]) dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too AC_SUBST([GREP]) ]) # _LT_DECL_OBJDUMP # -------------- # If we don't have a new enough Autoconf to choose the best objdump # available, choose the one first in the user's PATH. m4_defun([_LT_DECL_OBJDUMP], [AC_CHECK_TOOL(OBJDUMP, objdump, false) test -z "$OBJDUMP" && OBJDUMP=objdump _LT_DECL([], [OBJDUMP], [1], [An object symbol dumper]) AC_SUBST([OBJDUMP]) ]) # _LT_DECL_DLLTOOL # ---------------- # Ensure DLLTOOL variable is set. m4_defun([_LT_DECL_DLLTOOL], [AC_CHECK_TOOL(DLLTOOL, dlltool, false) test -z "$DLLTOOL" && DLLTOOL=dlltool _LT_DECL([], [DLLTOOL], [1], [DLL creation program]) AC_SUBST([DLLTOOL]) ]) # _LT_DECL_FILECMD # ---------------- # Check for a file(cmd) program that can be used to detect file type and magic m4_defun([_LT_DECL_FILECMD], [AC_CHECK_TOOL([FILECMD], [file], [:]) _LT_DECL([], [FILECMD], [1], [A file(cmd) program that detects file types]) ])# _LD_DECL_FILECMD # _LT_DECL_SED # ------------ # Check for a fully-functional sed program, that truncates # as few characters as possible. Prefer GNU sed if found. m4_defun([_LT_DECL_SED], [AC_PROG_SED test -z "$SED" && SED=sed Xsed="$SED -e 1s/^X//" _LT_DECL([], [SED], [1], [A sed program that does not truncate output]) _LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"], [Sed that helps us avoid accidentally triggering echo(1) options like -n]) ])# _LT_DECL_SED m4_ifndef([AC_PROG_SED], [ ############################################################ # NOTE: This macro has been submitted for inclusion into # # GNU Autoconf as AC_PROG_SED. When it is available in # # a released version of Autoconf we should remove this # # macro and use it instead. # ############################################################ m4_defun([AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output]) AC_CACHE_VAL(lt_cv_path_SED, [# Loop through the user's path and test for sed and gsed. # Then use that list of sed's as ones to test for truncation. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for lt_ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" fi done done done IFS=$as_save_IFS lt_ac_max=0 lt_ac_count=0 # Add /usr/xpg4/bin/sed as it is typically found on Solaris # along with /bin/sed that truncates output. for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do test ! -f "$lt_ac_sed" && continue cat /dev/null > conftest.in lt_ac_count=0 echo $ECHO_N "0123456789$ECHO_C" >conftest.in # Check for GNU sed and select it if it is found. if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then lt_cv_path_SED=$lt_ac_sed break fi while true; do cat conftest.in conftest.in >conftest.tmp mv conftest.tmp conftest.in cp conftest.in conftest.nl echo >>conftest.nl $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break cmp -s conftest.out conftest.nl || break # 10000 chars as input seems more than enough test 10 -lt "$lt_ac_count" && break lt_ac_count=`expr $lt_ac_count + 1` if test "$lt_ac_count" -gt "$lt_ac_max"; then lt_ac_max=$lt_ac_count lt_cv_path_SED=$lt_ac_sed fi done done ]) SED=$lt_cv_path_SED AC_SUBST([SED]) AC_MSG_RESULT([$SED]) ])#AC_PROG_SED ])#m4_ifndef # Old name: AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_SED], []) # _LT_CHECK_SHELL_FEATURES # ------------------------ # Find out whether the shell is Bourne or XSI compatible, # or has some other useful features. m4_defun([_LT_CHECK_SHELL_FEATURES], [if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then lt_unset=unset else lt_unset=false fi _LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl # test EBCDIC or ASCII case `echo X|tr X '\101'` in A) # ASCII based system # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr lt_SP2NL='tr \040 \012' lt_NL2SP='tr \015\012 \040\040' ;; *) # EBCDIC based system lt_SP2NL='tr \100 \n' lt_NL2SP='tr \r\n \100\100' ;; esac _LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl _LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl ])# _LT_CHECK_SHELL_FEATURES # _LT_PATH_CONVERSION_FUNCTIONS # ----------------------------- # Determine what file name conversion functions should be used by # func_to_host_file (and, implicitly, by func_to_host_path). These are needed # for certain cross-compile configurations and native mingw. m4_defun([_LT_PATH_CONVERSION_FUNCTIONS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl AC_MSG_CHECKING([how to convert $build file names to $host format]) AC_CACHE_VAL(lt_cv_to_host_file_cmd, [case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 ;; esac ;; *-*-cygwin* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_noop ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin ;; esac ;; * ) # unhandled hosts (and "normal" native builds) lt_cv_to_host_file_cmd=func_convert_file_noop ;; esac ]) to_host_file_cmd=$lt_cv_to_host_file_cmd AC_MSG_RESULT([$lt_cv_to_host_file_cmd]) _LT_DECL([to_host_file_cmd], [lt_cv_to_host_file_cmd], [0], [convert $build file names to $host format])dnl AC_MSG_CHECKING([how to convert $build file names to toolchain format]) AC_CACHE_VAL(lt_cv_to_tool_file_cmd, [#assume ordinary cross tools, or native build. lt_cv_to_tool_file_cmd=func_convert_file_noop case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 ;; esac ;; esac ]) to_tool_file_cmd=$lt_cv_to_tool_file_cmd AC_MSG_RESULT([$lt_cv_to_tool_file_cmd]) _LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd], [0], [convert $build files to toolchain format])dnl ])# _LT_PATH_CONVERSION_FUNCTIONS lcms2-2.17/m4/ltoptions.m40000644000175000017500000003427514752176133014336 0ustar martimarti# Helper functions for option handling. -*- Autoconf -*- # # Copyright (C) 2004-2005, 2007-2009, 2011-2019, 2021-2022 Free # Software Foundation, Inc. # Written by Gary V. Vaughan, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # serial 8 ltoptions.m4 # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) # ------------------------------------------ m4_define([_LT_MANGLE_OPTION], [[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])]) # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) # --------------------------------------- # Set option OPTION-NAME for macro MACRO-NAME, and if there is a # matching handler defined, dispatch to it. Other OPTION-NAMEs are # saved as a flag. m4_define([_LT_SET_OPTION], [m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]), _LT_MANGLE_DEFUN([$1], [$2]), [m4_warning([Unknown $1 option '$2'])])[]dnl ]) # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) # ------------------------------------------------------------ # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. m4_define([_LT_IF_OPTION], [m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])]) # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) # ------------------------------------------------------- # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME # are set. m4_define([_LT_UNLESS_OPTIONS], [m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option), [m4_define([$0_found])])])[]dnl m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3 ])[]dnl ]) # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) # ---------------------------------------- # OPTION-LIST is a space-separated list of Libtool options associated # with MACRO-NAME. If any OPTION has a matching handler declared with # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about # the unknown option and exit. m4_defun([_LT_SET_OPTIONS], [# Set options m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), [_LT_SET_OPTION([$1], _LT_Option)]) m4_if([$1],[LT_INIT],[ dnl dnl Simply set some default values (i.e off) if boolean options were not dnl specified: _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no ]) _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no ]) dnl dnl If no reference was made to various pairs of opposing options, then dnl we run the default mode handler for the pair. For example, if neither dnl 'shared' nor 'disable-shared' was passed, we enable building of shared dnl archives by default: _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC]) _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC]) _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install], [_LT_ENABLE_FAST_INSTALL]) _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4], [_LT_WITH_AIX_SONAME([aix])]) ]) ])# _LT_SET_OPTIONS ## --------------------------------- ## ## Macros to handle LT_INIT options. ## ## --------------------------------- ## # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME) # ----------------------------------------- m4_define([_LT_MANGLE_DEFUN], [[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])]) # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE) # ----------------------------------------------- m4_define([LT_OPTION_DEFINE], [m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl ])# LT_OPTION_DEFINE # dlopen # ------ LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes ]) AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'dlopen' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], []) # win32-dll # --------- # Declare package support for building win32 dll's. LT_OPTION_DEFINE([LT_INIT], [win32-dll], [enable_win32_dll=yes case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) AC_CHECK_TOOL(AS, as, false) AC_CHECK_TOOL(DLLTOOL, dlltool, false) AC_CHECK_TOOL(OBJDUMP, objdump, false) ;; esac test -z "$AS" && AS=as _LT_DECL([], [AS], [1], [Assembler program])dnl test -z "$DLLTOOL" && DLLTOOL=dlltool _LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl test -z "$OBJDUMP" && OBJDUMP=objdump _LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl ])# win32-dll AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl _LT_SET_OPTION([LT_INIT], [win32-dll]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'win32-dll' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], []) # _LT_ENABLE_SHARED([DEFAULT]) # ---------------------------- # implement the --enable-shared flag, and supports the 'shared' and # 'disable-shared' LT_INIT options. # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. m4_define([_LT_ENABLE_SHARED], [m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([shared], [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS=$lt_save_ifs ;; esac], [enable_shared=]_LT_ENABLE_SHARED_DEFAULT) _LT_DECL([build_libtool_libs], [enable_shared], [0], [Whether or not to build shared libraries]) ])# _LT_ENABLE_SHARED LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) # Old names: AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) ]) AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared]) ]) AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_ENABLE_SHARED], []) dnl AC_DEFUN([AM_DISABLE_SHARED], []) # _LT_ENABLE_STATIC([DEFAULT]) # ---------------------------- # implement the --enable-static flag, and support the 'static' and # 'disable-static' LT_INIT options. # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. m4_define([_LT_ENABLE_STATIC], [m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([static], [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@], [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS=$lt_save_ifs ;; esac], [enable_static=]_LT_ENABLE_STATIC_DEFAULT) _LT_DECL([build_old_libs], [enable_static], [0], [Whether or not to build static libraries]) ])# _LT_ENABLE_STATIC LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])]) # Old names: AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) ]) AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static]) ]) AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_ENABLE_STATIC], []) dnl AC_DEFUN([AM_DISABLE_STATIC], []) # _LT_ENABLE_FAST_INSTALL([DEFAULT]) # ---------------------------------- # implement the --enable-fast-install flag, and support the 'fast-install' # and 'disable-fast-install' LT_INIT options. # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. m4_define([_LT_ENABLE_FAST_INSTALL], [m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([fast-install], [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS=$lt_save_ifs ;; esac], [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT) _LT_DECL([fast_install], [enable_fast_install], [0], [Whether or not to optimize for fast installation])dnl ])# _LT_ENABLE_FAST_INSTALL LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])]) # Old names: AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'fast-install' option into LT_INIT's first parameter.]) ]) AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'disable-fast-install' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], []) dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], []) # _LT_WITH_AIX_SONAME([DEFAULT]) # ---------------------------------- # implement the --with-aix-soname flag, and support the `aix-soname=aix' # and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT # is either `aix', `both' or `svr4'. If omitted, it defaults to `aix'. m4_define([_LT_WITH_AIX_SONAME], [m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl shared_archive_member_spec= case $host,$enable_shared in power*-*-aix[[5-9]]*,yes) AC_MSG_CHECKING([which variant of shared library versioning to provide]) AC_ARG_WITH([aix-soname], [AS_HELP_STRING([--with-aix-soname=aix|svr4|both], [shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SONAME_DEFAULT[@:>@.])], [case $withval in aix|svr4|both) ;; *) AC_MSG_ERROR([Unknown argument to --with-aix-soname]) ;; esac lt_cv_with_aix_soname=$with_aix_soname], [AC_CACHE_VAL([lt_cv_with_aix_soname], [lt_cv_with_aix_soname=]_LT_WITH_AIX_SONAME_DEFAULT) with_aix_soname=$lt_cv_with_aix_soname]) AC_MSG_RESULT([$with_aix_soname]) if test aix != "$with_aix_soname"; then # For the AIX way of multilib, we name the shared archive member # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, # the AIX toolchain works better with OBJECT_MODE set (default 32). if test 64 = "${OBJECT_MODE-32}"; then shared_archive_member_spec=shr_64 else shared_archive_member_spec=shr fi fi ;; *) with_aix_soname=aix ;; esac _LT_DECL([], [shared_archive_member_spec], [0], [Shared archive member basename, for filename based shared library versioning on AIX])dnl ])# _LT_WITH_AIX_SONAME LT_OPTION_DEFINE([LT_INIT], [aix-soname=aix], [_LT_WITH_AIX_SONAME([aix])]) LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])]) LT_OPTION_DEFINE([LT_INIT], [aix-soname=svr4], [_LT_WITH_AIX_SONAME([svr4])]) # _LT_WITH_PIC([MODE]) # -------------------- # implement the --with-pic flag, and support the 'pic-only' and 'no-pic' # LT_INIT options. # MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'. m4_define([_LT_WITH_PIC], [AC_ARG_WITH([pic], [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@], [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], [lt_p=${PACKAGE-default} case $withval in yes|no) pic_mode=$withval ;; *) pic_mode=default # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for lt_pkg in $withval; do IFS=$lt_save_ifs if test "X$lt_pkg" = "X$lt_p"; then pic_mode=yes fi done IFS=$lt_save_ifs ;; esac], [pic_mode=m4_default([$1], [default])]) _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl ])# _LT_WITH_PIC LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])]) LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])]) # Old name: AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'pic-only' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_PICMODE], []) ## ----------------- ## ## LTDL_INIT Options ## ## ----------------- ## m4_define([_LTDL_MODE], []) LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive], [m4_define([_LTDL_MODE], [nonrecursive])]) LT_OPTION_DEFINE([LTDL_INIT], [recursive], [m4_define([_LTDL_MODE], [recursive])]) LT_OPTION_DEFINE([LTDL_INIT], [subproject], [m4_define([_LTDL_MODE], [subproject])]) m4_define([_LTDL_TYPE], []) LT_OPTION_DEFINE([LTDL_INIT], [installable], [m4_define([_LTDL_TYPE], [installable])]) LT_OPTION_DEFINE([LTDL_INIT], [convenience], [m4_define([_LTDL_TYPE], [convenience])]) lcms2-2.17/m4/ltsugar.m40000644000175000017500000001045314752176133013754 0ustar martimarti# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- # # Copyright (C) 2004-2005, 2007-2008, 2011-2019, 2021-2022 Free Software # Foundation, Inc. # Written by Gary V. Vaughan, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # serial 6 ltsugar.m4 # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) # lt_join(SEP, ARG1, [ARG2...]) # ----------------------------- # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their # associated separator. # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier # versions in m4sugar had bugs. m4_define([lt_join], [m4_if([$#], [1], [], [$#], [2], [[$2]], [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])]) m4_define([_lt_join], [m4_if([$#$2], [2], [], [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])]) # lt_car(LIST) # lt_cdr(LIST) # ------------ # Manipulate m4 lists. # These macros are necessary as long as will still need to support # Autoconf-2.59, which quotes differently. m4_define([lt_car], [[$1]]) m4_define([lt_cdr], [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])], [$#], 1, [], [m4_dquote(m4_shift($@))])]) m4_define([lt_unquote], $1) # lt_append(MACRO-NAME, STRING, [SEPARATOR]) # ------------------------------------------ # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'. # Note that neither SEPARATOR nor STRING are expanded; they are appended # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked). # No SEPARATOR is output if MACRO-NAME was previously undefined (different # than defined and empty). # # This macro is needed until we can rely on Autoconf 2.62, since earlier # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. m4_define([lt_append], [m4_define([$1], m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])]) # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) # ---------------------------------------------------------- # Produce a SEP delimited list of all paired combinations of elements of # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list # has the form PREFIXmINFIXSUFFIXn. # Needed until we can rely on m4_combine added in Autoconf 2.62. m4_define([lt_combine], [m4_if(m4_eval([$# > 3]), [1], [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl [[m4_foreach([_Lt_prefix], [$2], [m4_foreach([_Lt_suffix], ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[, [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])]) # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) # ----------------------------------------------------------------------- # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. m4_define([lt_if_append_uniq], [m4_ifdef([$1], [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1], [lt_append([$1], [$2], [$3])$4], [$5])], [lt_append([$1], [$2], [$3])$4])]) # lt_dict_add(DICT, KEY, VALUE) # ----------------------------- m4_define([lt_dict_add], [m4_define([$1($2)], [$3])]) # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE) # -------------------------------------------- m4_define([lt_dict_add_subkey], [m4_define([$1($2:$3)], [$4])]) # lt_dict_fetch(DICT, KEY, [SUBKEY]) # ---------------------------------- m4_define([lt_dict_fetch], [m4_ifval([$3], m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]), m4_ifdef([$1($2)], [m4_defn([$1($2)])]))]) # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE]) # ----------------------------------------------------------------- m4_define([lt_if_dict_fetch], [m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4], [$5], [$6])]) # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...]) # -------------------------------------------------------------- m4_define([lt_dict_filter], [m4_if([$5], [], [], [lt_join(m4_quote(m4_default([$4], [[, ]])), lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]), [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl ]) lcms2-2.17/m4/ltversion.m40000644000175000017500000000131214752176133014312 0ustar martimarti# ltversion.m4 -- version numbers -*- Autoconf -*- # # Copyright (C) 2004, 2011-2019, 2021-2022 Free Software Foundation, # Inc. # Written by Scott James Remnant, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # @configure_input@ # serial 4245 ltversion.m4 # This file is part of GNU Libtool m4_define([LT_PACKAGE_VERSION], [2.4.7]) m4_define([LT_PACKAGE_REVISION], [2.4.7]) AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4.7' macro_revision='2.4.7' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ]) lcms2-2.17/m4/lt~obsolete.m40000644000175000017500000001400714752176133014644 0ustar martimarti# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- # # Copyright (C) 2004-2005, 2007, 2009, 2011-2019, 2021-2022 Free # Software Foundation, Inc. # Written by Scott James Remnant, 2004. # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # serial 5 lt~obsolete.m4 # These exist entirely to fool aclocal when bootstrapping libtool. # # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN), # which have later been changed to m4_define as they aren't part of the # exported API, or moved to Autoconf or Automake where they belong. # # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us # using a macro with the same name in our local m4/libtool.m4 it'll # pull the old libtool.m4 in (it doesn't see our shiny new m4_define # and doesn't know about Autoconf macros at all.) # # So we provide this file, which has a silly filename so it's always # included after everything else. This provides aclocal with the # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything # because those macros already exist, or will be overwritten later. # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. # # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here. # Yes, that means every name once taken will need to remain here until # we give up compatibility with versions before 1.7, at which point # we need to keep only those names which we still refer to. # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])]) m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])]) m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])]) m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])]) m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])]) m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])]) m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])]) m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])]) m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])]) m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])]) m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])]) m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])]) m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])]) m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])]) m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])]) m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])]) m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])]) m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])]) m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])]) m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])]) m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])]) m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])]) m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])]) m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])]) m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])]) m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])]) m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])]) m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])]) m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])]) m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])]) m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])]) m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])]) m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])]) m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])]) m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])]) m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])]) m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])]) m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])]) m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])]) m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])]) m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])]) m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])]) m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])]) m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])]) m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])]) m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])]) m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])]) m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])]) m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])]) m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])]) m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])]) m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])]) m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])]) m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])]) m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])]) m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])]) m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) lcms2-2.17/plugins/0000755000175000017500000000000014752176133013167 5ustar martimartilcms2-2.17/plugins/Makefile.am0000644000175000017500000000003614752176133015222 0ustar martimartiSUBDIRS = fast_float threaded lcms2-2.17/plugins/README.1ST0000644000175000017500000000035414752176133014457 0ustar martimarti IMPORTANT: Before adding those plug-ins to your commercial project, please check licenses for each plugin. LittleCMS core is released under MIT, but plug-ins may be released under other license. fast_float and threaded are GPL3 lcms2-2.17/plugins/fast_float/0000755000175000017500000000000014752176133015311 5ustar martimartilcms2-2.17/plugins/fast_float/COPYING.GPL30000644000175000017500000010451214752176133017053 0ustar martimarti GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read .lcms2-2.17/plugins/fast_float/Makefile.am0000644000175000017500000000003614752176133017344 0ustar martimartiSUBDIRS = src include testbed lcms2-2.17/plugins/fast_float/Projects/0000755000175000017500000000000014752176133017102 5ustar martimartilcms2-2.17/plugins/fast_float/Projects/VC2019/0000755000175000017500000000000014752176133017726 5ustar martimartilcms2-2.17/plugins/fast_float/Projects/VC2019/lcms2_fast_float_plugin.vcxproj0000644000175000017500000002376314752176133026156 0ustar martimarti Debug Win32 Debug x64 Release Win32 Release x64 {71dede59-3f1e-486b-a899-4283000f76b5} {AD9FF79B-CF6E-4971-A7CF-DAA47D636676} Win32Proj fast StaticLibrary true Unicode v142 StaticLibrary true Unicode v142 StaticLibrary false true Unicode v142 StaticLibrary false true Unicode v142 AllRules.ruleset $(Platform)\fast_float_plugin_$(Configuration)\ ..\..\..\..\Lib\MS\ AllRules.ruleset $(Platform)\fast_float_plugin_$(Configuration)\ ..\..\..\..\Lib\MS\ $(Platform)\fast_float_plugin_$(Configuration)\ ..\..\..\..\Lib\MS\ $(Platform)\fast_float_plugin_$(Configuration)\ ..\..\..\..\Lib\MS\ Level4 Disabled WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) ..\..\include;..\..\..\..\include;%(AdditionalIncludeDirectories) Fast Windows true Level4 Disabled WIN32;WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions) ..\..\include;..\..\..\..\include;%(AdditionalIncludeDirectories) Fast Windows true Level4 MaxSpeed true true WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) ..\..\include;..\..\..\..\include;%(AdditionalIncludeDirectories) MultiThreaded false AnySuitable Speed true true Fast true Windows true true true true Level4 MaxSpeed true true WIN32;WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions) ..\..\include;..\..\..\..\include;%(AdditionalIncludeDirectories) MultiThreaded AnySuitable Speed true true true Fast Windows true true true lcms2-2.17/plugins/fast_float/Projects/VC2019/lcms2_fast_float_plugin.vcxproj.filters0000644000175000017500000000506614752176133027621 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {7d5b1769-2be4-46f2-9e35-6260eea79d7f} {012df308-35db-4909-b035-b1cd5fd1ee5b} Header Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files doc doc lcms2-2.17/plugins/fast_float/Projects/VC2019/lcms2_fast_float_plugin_testbed.vcxproj0000644000175000017500000002041314752176133027655 0ustar martimarti Debug Win32 Debug x64 Release Win32 Release x64 {7629D670-C419-402B-8A90-747952EE9FC0} Win32Proj fast_testbed 10.0 Application true Unicode v142 Application true Unicode v142 Application false true Unicode v142 Application false true Unicode v142 true $(Platform)\testbed_$(Configuration)\ $(ProjectDir)..\..\testbed\ true $(Platform)\testbed_$(Configuration)\ $(ProjectDir)..\..\testbed\ false $(Platform)\testbed_$(Configuration)\ $(ProjectDir)..\..\testbed\ false $(Platform)\testbed_$(Configuration)\ $(ProjectDir)..\..\testbed\ Level4 Disabled WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) ..\..\..\..\include;..\..\include;..\..\src Console true Level4 Disabled WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) ..\..\..\..\include;..\..\include;..\..\src Console true Level4 MaxSpeed true true WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) ..\..\..\..\include;..\..\include;..\..\src MultiThreaded Console true true true Level4 MaxSpeed true true WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) ..\..\..\..\include;..\..\include;..\..\src MultiThreaded Console true true true {71dede59-3f1e-486b-a899-4283000f76b5} {ad9ff79b-cf6e-4971-a7cf-daa47d636676} lcms2-2.17/plugins/fast_float/Projects/VC2019/lcms2_fast_float_plugin_testbed.vcxproj.filters0000644000175000017500000000170114752176133031323 0ustar martimarti {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hh;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms Source Files lcms2-2.17/plugins/fast_float/Projects/VC2022/0000755000175000017500000000000014752176133017720 5ustar martimartilcms2-2.17/plugins/fast_float/Projects/VC2022/lcms2_fast_float_plugin.vcxproj0000644000175000017500000003444114752176133026143 0ustar martimarti Debug ARM64 Debug Win32 Debug x64 Release ARM64 Release Win32 Release x64 {71dede59-3f1e-486b-a899-4283000f76b5} {AD9FF79B-CF6E-4971-A7CF-DAA47D636676} Win32Proj fast 10.0 StaticLibrary true Unicode v143 StaticLibrary true Unicode v143 StaticLibrary true Unicode v143 StaticLibrary false true Unicode v143 StaticLibrary false true Unicode v143 StaticLibrary false true Unicode v143 AllRules.ruleset $(Platform)\fast_float_plugin_$(Configuration)\ ..\..\..\..\Lib\MS\ AllRules.ruleset $(Platform)\fast_float_plugin_$(Configuration)\ AllRules.ruleset $(Platform)\fast_float_plugin_$(Configuration)\ ..\..\..\..\Lib\MS\ $(Platform)\fast_float_plugin_$(Configuration)\ ..\..\..\..\Lib\MS\ $(Platform)\fast_float_plugin_$(Configuration)\ $(Platform)\fast_float_plugin_$(Configuration)\ ..\..\..\..\Lib\MS\ Level4 Disabled WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) ..\..\include;..\..\..\..\include;%(AdditionalIncludeDirectories) Fast Windows true Level4 Disabled WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) ..\..\include;..\..\..\..\include;%(AdditionalIncludeDirectories) Fast Windows true Level4 Disabled WIN32;WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions) ..\..\include;..\..\..\..\include;%(AdditionalIncludeDirectories) Fast Windows true Level4 MaxSpeed true true WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) ..\..\include;..\..\..\..\include;%(AdditionalIncludeDirectories) MultiThreaded false AnySuitable Speed true true Fast true StreamingSIMDExtensions2 Windows true true true true Level4 MaxSpeed true true WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) ..\..\include;..\..\..\..\include;%(AdditionalIncludeDirectories) MultiThreaded false AnySuitable Speed true true Fast true StreamingSIMDExtensions2 Windows true true true true Level4 MaxSpeed true true WIN32;WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions) ..\..\include;..\..\..\..\include;%(AdditionalIncludeDirectories) MultiThreaded AnySuitable Speed true true true Fast StreamingSIMDExtensions2 Windows true true true lcms2-2.17/plugins/fast_float/Projects/VC2022/lcms2_fast_float_plugin.vcxproj.filters0000644000175000017500000000506614752176133027613 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {7d5b1769-2be4-46f2-9e35-6260eea79d7f} {012df308-35db-4909-b035-b1cd5fd1ee5b} Header Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files Source Files doc doc lcms2-2.17/plugins/fast_float/Projects/VC2022/lcms2_fast_float_plugin_testbed.vcxproj0000644000175000017500000002732514752176133027660 0ustar martimarti Debug ARM64 Debug Win32 Debug x64 Release ARM64 Release Win32 Release x64 {7629D670-C419-402B-8A90-747952EE9FC0} Win32Proj fast_testbed 10.0 Application true Unicode v143 Application true Unicode v143 Application true Unicode v143 Application false true Unicode v143 Application false true Unicode v143 Application false true Unicode v143 true $(Platform)\testbed_$(Configuration)\ $(ProjectDir)..\..\testbed\ true $(Platform)\testbed_$(Configuration)\ true $(Platform)\testbed_$(Configuration)\ $(ProjectDir)..\..\testbed\ false $(Platform)\testbed_$(Configuration)\ $(ProjectDir)..\..\testbed\ false $(Platform)\testbed_$(Configuration)\ false $(Platform)\testbed_$(Configuration)\ $(ProjectDir)..\..\testbed\ Level4 Disabled WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) ..\..\..\..\include;..\..\include;..\..\src Console true Level4 Disabled WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) ..\..\..\..\include;..\..\include;..\..\src Console true Level4 Disabled WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) ..\..\..\..\include;..\..\include;..\..\src Default Console true Level4 MaxSpeed true true WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) ..\..\..\..\include;..\..\include;..\..\src MultiThreaded Console true true true Level4 MaxSpeed true true WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) ..\..\..\..\include;..\..\include;..\..\src MultiThreaded Console true true true Level4 MaxSpeed true true WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) ..\..\..\..\include;..\..\include;..\..\src MultiThreaded Console true true true {71dede59-3f1e-486b-a899-4283000f76b5} {ad9ff79b-cf6e-4971-a7cf-daa47d636676} lcms2-2.17/plugins/fast_float/Projects/VC2022/lcms2_fast_float_plugin_testbed.vcxproj.filters0000644000175000017500000000170114752176133031315 0ustar martimarti {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hh;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms Source Files lcms2-2.17/plugins/fast_float/doc/0000755000175000017500000000000014752176133016056 5ustar martimartilcms2-2.17/plugins/fast_float/doc/LittleCMS floating point extensions 1.5.pdf0000644000175000017500000044122714752176133025725 0ustar martimarti%PDF-1.5 % 65 0 obj <> endobj 75 0 obj <>/Filter/FlateDecode/ID[]/Index[65 21]/Info 64 0 R/Length 65/Prev 147725/Root 66 0 R/Size 86/Type/XRef/W[1 2 1]>>stream hbbd``b`Z$A,e !$#H( ɋ L @ '0~  endstream endobj startxref 0 %%EOF 85 0 obj <>stream hb```"f|``C '1/w``z̵ߝУaI lXdstpbÂ@ĘF-c`Hs19@]ag`\/ r2 ̮6@/}6w endstream endobj 66 0 obj <> endobj 67 0 obj <>/MediaBox[0 0 595.32 841.92]/Parent 63 0 R/Resources<>/ProcSet[/PDF/Text/ImageC]/XObject<>>>/Rotate 0/Tabs/S/Type/Page>> endobj 68 0 obj <>stream h̛[\J=&صy'=H|ˌبGnn:YUݒAfq܋⺳vhb8~-8};^p У -T)z>C<ǧ??wow߿?/_߿}×/޾>ɓæ7|crRK_vː_rt濞^#ly;~nmJ|o^P_z/R,o^ݼ yٳ߿mN+}ͫ{ݫۨ!T|{vV}ɱv|~7/_л7Mݻ9'Q° ?pKd~8|oϿͻZ?izBg =QWPuiVxȇNeOJ> G8[<$WH{t浪SPnD[8iA};rJU4d'5ƶSQT^F + E=pVsY9&dTsks6"A_mSc$H:Z>=ikEuґ I$S|,N#CFV#a#yk}N\M3KC B0\6&2QԟfLۤ):6\dK'; i/yB.6Z2ٶLR2XԺ%3ٴ"Sjbo4WmIhl֦e] \ek1ھn^IR:h_4M2Q&nqK'j_`F&gG߈?}5|F&zM<#joib>'j*qNrxL{5.Xќhiބ`q3'qy{| zV>fKlA{Qlvșv!hwm|JI e88OIaC,ucV)ֽ!XVDi7:0o𲡳1!BM2\6FhղHZ}7VXMT4lms/ư< f>oy|[x=~?܊Ssr֙6w),svsg2>OGͱoW(^3H6IVƆXQIhG+_arBfuE&׋ȷ9貭cL@:If= SaqG]/ǛֻdڇSۑO}7lWSR>)7ƢՁCQ+9){SrW;}d(gx;6R+cR#=`+So> ^G3YI$܃Qr~arbiƑL\ǖ%$!K]G}sTErLnL'"G8S"sl k!6t=M][42xZNu uj jDHIӉtoAu3!~{1>oK?H/Է3::IՐTa3Z1TDCjUbqOF!hQ[2w٦]Pd f&iUH]@%ۜLe]M]bVmyLVzth u˫׈8u]jA9 VKQz> k BjׄO|0ﱍOks6X}a\#F>nFv7?r^brqOS/]g= )`}Z Q_^/R$%S !5]}OdTVNY5_.N0Mkb)q#=R/$z37DѸIvj )ap< 1*)X}pF%*}" (荦gާE;|2ߋmAXi$d0!NJứ.S\#jx%d}G=0%ɨ1m?jBj;5fdž~6Q)mLXs5LXe$& fUeaRDŽ5Fd0 (m& .=DУP^省v'kxNP2\%5(SS/J&TMP`I퀑GY0FArX1& NK(p$J M6BG;1&]6 yFx$Ti\pj!7>@-] 5u5MPW 3Ad>mb T !m=on3=UH<u` 7)؎T"Rg@ aV 6a,oˌwa0{܅Y&w "*/-6a5\N=R/*~0؃{(:ƩNG&:W Acհ_@[qːRu*#VGg:5n{7jbc4i9Ÿ Xv1ohz,J}5O[,fz%2x}^2E3!KfouC>nP9d. kTP.AW>>H,_FLpw^ܧ$^S5 {ߢ#BkF#:3FI`ӴU`Vmfwqv]kgz 46͒<-$2}Fy+֏S+YzٹY]t~:{Wsz!nqFR-IOɺtN0v;QT:[{eP>vQȽg\%!ܤ1RvC?]P} Ҍ6nF9!TOCGq l~ )$ -pߑr}⩶sl9(AF<8^ mcufLφ%Ut~V4ű@О2_'@D .`쐭0ٱti\ Bd xe 5( rvq8=1xa q\B!,: 8 qBvc` `-f}UYbZͬw.jW]mUUVu]1j6zjLW$/L~U]Vu_ 0A?zu]¤.LI[40髺j6&cab0 a!ˉWo n4- F,&j3!I` /9I( BFm8_PˌRkZW}>qMte.R!<f-9Ad5 36.%fp#6֧%4p l<>)~,1G>z/EM v&)R11=,d 'RQSIH͚ qxj rhXfhWFǺH^f?e#TYPS6#S Fg~ !I83CfE=-ɷw-^S=d,[/?*}JP[R8#1"&̴}lKdZu~$j48Uta|p>FrPKTш_Q7-"쫈Cv\[PΓ bj"Ѿ,-/&îq)ռcK%2e34F&xh!_5OϘ).ʏ@fZ _(=VDp# ag%H Li8ZBP8B+942 Ծ%ưU8UL oGehrIESY731_;\j1LIhbuKJ mfCڰ81K1U##t!3\$*=, B&v~M9^4,O&>%2qX{y N-n; 䫚ςQD޶2=g&UGf+J(Z󝈹ᤩln.0/V*/L ݷoh/^֕x`ph> % ?=B1&mT=-UcQ0r&l0H f m,\KmF 27R^H{xH)aq&D\*/83KAY e1$HF*sF?D㠾@t#KO[d\ |81& z!m%wZ) =ʂ٣-1aa6a46U?^Y՘ aT a>UDF6|Ur4,% ._ք,'KDI)̸yJ -3wUB9f29+-?jg2p |22ctS^:Beq1h"h,q{QDc:HldDj-P G&,m'AO>oZ ?%N>^})gL~ dX9iʄ*I$&UIwL]+IKZ)+nq1H 1lv3>i=TGXladjKY/ 2ϰB"OWn9`)y%S=Xm9-bdj4I_Fs,wada/z{CH"6*HK{*6 )l '(W VZDb(jrq7t2^MtR1jzJDP!Iq rGGGE Fטp'VҩQݼb ſ LmS+>T7l*f=pUt'sG{R !.4ωdH?!'rV{*Ɇ›w/K`{pCyIO'88HW(9|Ηr|dd2MHFhv#OGae1SM3)>.tfg-:*bOap5B8@vSk0<9oBf^Kv)1`&Tܽ sqpͿa׬)/aU3B^ ݔZFNUKWu*0UrLWl3c\JvOv{2҆ТT ;/\ơ6d.qgnpid$!"ev.oWAb3]9*NhP@$1$1iPen}g|] ;c3| A_,l,.~O0{cq:SE`;*9nX I@kǟzCMbN#YY(%DQ)Hj* I"odS&L/mu%5AdsFC7/.{fcd2@p3Ĉy\'dcbg#@+Ɗ c/WnXȗ7>cSIˮ|c"iAcd\zʐ4Dw/!R$ BEY O& d6s t"@C[^>$uFX:y3gc'[41fbsq^ӐaʸӐ]3m \U{d `ШpQi 27 2Cv7lAyI5T3rv.ޣvӓ'y?g7nyy/n|#۟޼<>__rzl;5[ 䉾aE_t/w{= 7n^~A={ &J.Q'~{h݋?h?R^W/B>stream HTn1yL+ԤE7}C"BA93vMX+xvn>Dx6AdM{r.)GSMՐ'$wM-/T_/,2Ug:vuu%~@V,vнx[,ֽn66!E+ 8AZƈ%:~nGfY8wjD"lmeꐠs[ѵSB#k H7AXZ [ ~J @/ }ILX3;,/6ˎ]cm7(<[ieO43I3oһVG{1;ob9"MtgƻS@sIQh~ML%L ~jMȴ;#tՔ [<%o kL8E]=K!@AXeH)=)ȍ\yF PcrLZ#n")"N!(&)9't09:{0\Y](pAyw ]ɍqk-97)Ɍh-|[S l,u8 GZbׅQl-B endstream endobj 70 0 obj <>stream Hj0 endstream endobj 71 0 obj <>stream H\U T{AwFqF;Emp8 `$q#j6MI4Fs{sͻ{eH ?Yx(ל޻pnqn]#/̽^*i85͓縩@M%ፎY>^ES=|$O_4X1$}]еmF`!]swQnbe rw]JC5-Z,{,?\1@A%~fJg6<09%QGtvΗJxK ~A8*ayu3 ? (muI" PMyU1izN~hfiX#JaXryo#=1 P4\Vbƣa37`7I s/̿#o͸Hb7ʷ[d"3׼fj=(d"ke,Y` #L3lFWQZ7p _Rv|ǼpDO=NS=XɈiR " rH bESt@LaooXƴ\~h˸G'plԟ&TGr@l1o IEh~uٖ_$[ާT }FWE%+rګZs(ZHC)fʨ^Lg%&yyLfJW Jm/3\T·Α5. iDmtZʴoR=[9CW[}O,L@ 6mQʞ2Rq2SWr!yYT2J{[kǵۖ`+}\W՛х(@{f;s٨/xFfS 2h n2J-9Dto$FLωQ"6^|&J dWY2G.Kd4Ag2UzƨYjڮkL%R`Ymi:odMfY[[? pqv~C\!։X.NӜϳ-Sg5%R1&ඊ`?oB(bCmjOqTG9ӬL-K0bi[&jmS4L7f3FDs?0Xc5zTSo)4W%-ٌ^q^'ߗMaTËx^91Ҭ4 w͘gG[+ jdY^DA1+w[5x"Gd/qX($0ZJJ#*櫸Ǖõ0|%Eyrʘ6uF%U܈Æؘ_Di{` ΄[aX:}ІP)iQHTL#J{i΄J(J*JSHmZJT)PT% 7wKݝ5ޛ7ofF5$oMiVͧSL<6)ȗ\ 3yן| [1b~XZwM}1"R?)=۷=_!qjЀvtu-pKyМzY]\kPbRjP Db\+a8qq {1cxt: 8oA=Fh^PIGTS!(13 PD*Rc6“^m+ UV0)<fp:xz͎ :<>8:7PGy]w$4lյeCujoâsAHt3hhN 2y(4zhNm8α201?oOΙnr5~lse /S 97L0/˟Z~YCX° hk.Wᯪĩ>p87Q'Ȃke(V+y[PFA=eXVC]hZ1stʽG:\,'Õp9c{d 3|>8eZP=)3L1@FTҪYc.6/ԙuH [SoG'^Hx[;d1lQW,l_XiLlf5/\Sڛ9LCjn2Ҫ9eVPHKOvĦZ')/ {v]7w 8~N^V"h~Yaڑ O Sᷣo_^o!bCOhE_ Hn4K4 K4j#PThH,@bFSvUU:Dsb$$FTEQ$[ad<b$*JɈX?ҡP0(2Rx) I(>_&CVХ =+T }+ңuB^Y^;uƼBWO7_Upt w{gw$X`fVh@*Bt[6$II`aeRTKOJit`QcO*ѣ)}!1]0գ3S]?P8{~4aV/Ù/6 j IzmwjL!ʖ0FE PZEt)֊HBG@M7"?~z{ 2EA9wHD Åz-O&6kW=Aom;?mi5y+JPZdrI.K(%йR0;XaE!&7ZZ8,74(ҽT[-FI lOl֙߯?\]L~۵LoK(? +&Ow/˾;qj4yа\v TVV(%1%i7FؚvVJɃ""YӔ i )C} {s4'w~RG$VG^$^+`sAkGUdxNFH<ǃT(to 6Vi2J# ^2+jT1hoG4ْ8$蚖S)^];nڶ`ƭ[jgOku{{__ܾn24bAW@E 7P?inj֮5740oږe0$IJbP(S[JRy~@ (:n8ޟoctPIh-Ɉ;H2+ap3_(,X:& 255mz77E%7")39T ֤o8[_M!̦gcp؅v^Bf6H"an34 _ndn7wYtWZI5Ύc^X#^.6 p8/M{,-Q៤ 3v1+fXq s!VA1P07 lih:GU4I5ANa<З_ ~~sAf]V8rfLU`7m Hw_Q{( )+\1iziO7@Kev;HSz]~ݧ}%{彞KnN Y][NdwouH)v:C?l'?;<[/KOe7OU |9 OZjwNoȆw?ƙ;۹8C&11/|tQxW1 )†ʝ@r@*梜2zEC.}#rX!xB+}B.D WmppuplY! Fq6 gAѾܴ/9#\H%TR[M*12`EE8+"u T"dJya>W|5:?[gG':` n2#s-QԠ˷Pn-Q \5@bX XÜ@ ^PW:d%)jZB-0)DNqZ%1ޣ}BT0dh`gFYMǣكY>=̏sqRTJYTֺw;/g;a<%1IsD4lFaW4 J G5eɑ:ֳ88BĆ0Q.͠Tz xx?~VNhm^s u+?։Ct$3\B-(”25 |UQ<1IŢl:UU A( B6O$ƃ2} | 3Ѥ]ԋbμlcjٔQi(pv/9yCJi-W*|vʋWp)n`˧R]G'[͵jec`m ^C ^wXQrrsrelrhxz=u5>멯?͵#=a4 ts?6)gsp3p$KXN,yacTRz-5W)tL7g䍤Ĩ:ӒYumQ֢ num{Udmksn\=4 ̅(]aK ԋQ4TP4ShOabURϭv6.lpX{NtjfdѪG}4f)NNi4m4-L0!aS82E@)ԏ!0LIRț0B&!CLUфEŬkT~!:j%}qaSd5}uRw^[^X'v_&+-o{+rg皆^=pJ+A/}Ӑm<"aPb*';6#XꘫHP̈́x'vYrcxRu<*d]pik ;9 5jVWU& NWVr%0uwMS}Ѝk/#-ɂ|TN>>' KACJKݹaRvKa*3@kUgu!vQ p"MΘMW9t=Qc%eJ4*/:fug,DHr!o0tYzƸ_c;}?c1X e0^k|xooq]{9ށv[ٹU?~m+uvp9aؔiu6uبp%;/t5(j5͎X ڦ`#EU2UH@ۏ9 5ƤcRAzRocAF Sthfh Nqkd =ݓ  D"ecN<̌0VHNbs+j2Wh!%ܒhA0B:\TT57ӌV/ ԀmZ{-J߼?ޖ_;>ӽgi.4غxbwfy_m}j;^۵2F VWiԊ9.qK*L`p_/ 0]* fGŒ"u2'^T1k%%4`j5@),,#Dc p,-"׭i.鳘_rZN_3Kҿ O·<5޷!&[pG#x0|w6x1xw72|-J %:l^V>lbsL1O8D<<4Out9jm?hQFUP暪"* T@S^@͍i7D+N41E9-)SŔg?0m!Us']*n 3xk }W.Q_/l֫G'͞wte궯=M@c !V{O]~o`?0Bx/_bEKFWv"y.A`)vٺ?P-UGf%- p edMXk8LrMdV<=~(gE ic㋎FWV![i$ָ Xd^<^Ϸyn,5; ,e| O"<#h8S_urrTe_ҡ#TР蘶2 NWĪ9c?jV>IDG]9s,X.p#+z.C5t$h㘦wu 8 (,X; `&^?%Bg p:aV%L kkw&R!㽩ԕ^zڛqieQ[MzGu{ι{%H*!I:qS&e4 GSkPN[(SpL I"Gt@;}hmh@# c&s%qgs~.IP`)b >| cT*U-6Gs\M(ȖTf}t]jt#Y=fum<:L1C D1lC1BE.,$8b-cF8 clf46ANMGQj<&ơڄA@ͅ+\vWNceҸ0) q_Viy'`egU[g̽\za]UG⤀phUu(2 #=r<\%pć}Npu7LM_k{ \c2Wkd[WES6ŭyId\r)h"ndQteQc2%qq1IW:c$>X [" F" Xe\ζ|N@>Vv bF+r ˨I5ùq1nafI4`{Ho#t-j%@1E(*c,&O2P!iw.P4.\usPQK-wTɍl뵧;m-\ݽw|06ҕ'V%K܁/<4>%L!EQ cWئas>eŸ:c􀇣]vnpin$z)vyhTUeY=ls,1aWp; Pbb(jz} -ry%Qj  e;>1TA6 =FŦ( i m*$ca#1@tG76,D4F`aquxG;vo~~xt-k={8J\"I$'j-QA(ULLazbE8mr& # f )2U 3.UF `G `GMTEU544)b i2(a K8ᚶE8<pYiSrOU$CF4Jqj2 sRq.Agh(aqd qrq㝢z]A&.&u5itf'S=fbvQAynr'^-z}}GQ;z:R?exgqӋh̆ho}8k]W]sj 4vxTB뿕'WOX0dP) O*P DzrLf4fLf'd̔!fr]2VP]dz9Z*,SOv7)(f+uέ/tk.'%SSc}5VՌInfln %p>8 ((+|םk /~0c Lʣ4,6  JTU8}`FjJ ѪmH_,6iBUC&J)EYEi=zIzw=x=M`-)Om\bz\[؞I~! n(QA 0.2#eyŪyaG0ϝͭܘ d]IIJPWN3H\|ƑsHԣdD9o&{ޚffW~pj޾SU 9yK)9$2s3` YiGՕserImpD&(3vduGm*i"^&^ʐcƲji8lnXm`פj*JL{J5IŜ% Πrd! c$!SiL!zʮ ΁5=9RJ s5yf}F7MLIw7;E&x^" i78$8̌efAy m@M@m.,l ~Ao %6/Hy";2<@w=D? BX@,>@Z^)ˢU.>TK, er+SɗԽq(y#7oW|ϱh` +!R~!JP#k{7Kb2 ⫬X=PKJB+|=  2fm*H]. ݖ,CP&TMDU2[n5鰦anbn W~?Z`a5ؘcA_lG"%>Rf@0Ŋ]GmlIinn a35p6\ E"X((]L,J*XL"hdx8b\4,a[`;ĆՉDXl>tcl#DžieEve""Ԉ:$ !5Z[ Tt sӴY.qGih+KJ9: մE-u²Mód& 5 3^+Q:`c{=R.;_D;9|'5~Oھsq5Ӓd̎_"$+VQpon-QŦ tN{悼pgv.B0$ރ}%`_]2~dRR 8Drـs  ex7.TVzԖo >X+>L1«RHP 6l#EF${\L͎z5H+% PU$DU(J?F !(Y6/U:(2? qNߢZ\bs}UU*K/<y"Kԗ ` 稿փ-^Q3;=a(ag&!}x $\tH?A5jMqw>t.NƢE;)aaVxTZMv_0L LY 2 >ӄ$gh,] msښ'ɼ6{n7 8YT&/T~"gr} A lS@5<yW75kE‏ [8c ,0@wd/e7]y49;pˍm}xgv_A~g]:>e>m}U;j{nlcr,Cu3$ndױcTՆD:M\"%,\ҕH|U2iY&>l Qm 59BT-\ɥ\ˁ)++YWQ%l/hfFfSd_5+^2!tvހ]WÐ^BkԷ<^+e>L`ts7p,uFޙ;;ϝwggwaŻkچ5זcD`ll`D<H@UK!JDK!mJI?HAI* ({QT3s}̽|Вs1m b4ۣQihk2$Qڲ!>`EHU5[.)Sko㻫j{7ֳc}>VrHGΤW-B{|_0ܧ]m\o77`8c/bT$>M ,WY8cl fn725 ٖY+O^6#YlHU"[i> T*O.>_8ժ4N5f#aC']-Р_>{ӻ3٣b;﫧SצSY3:e-ez8g,5ɠ g-!HX[r@"PDh/ŝ|&Te5;besO|̡:^?n1yDStD]hD'F9G'UUK{*i?q޴? dLe>=uy\ >) RJ`eM4LL*tu(7ot^\u5~]7˕d1wѕ8CP5qTU|2|(:e+VˋF ȵE \( &f657@@E,.ꙇtY}gkSki{3O\}~7Jw_C;^ZtwDz#_-:3< c/qMҾٽ) ԰[n|[vJ SLO}Pw NQ{8!n|/!d8g򟻅Ǿ?ݽFC~0L|(CYEgv0~x;ƺc)#0N4;ZىtNC~ kBnZ')pJ*tr h(~/) A9bc*1ŤV!g*UI I~'SkGII~T NjzTEtĕl|r4v^d\nUhC [ Yƶαg?B<<Hîyxᷗ>BtDHa ~e0м_8^*]#-f>/&N@d >+T7/ZSiOӼ~En10 Y7K 0i~mP`]Ƹn hSfQPGēU3EN*] ,r},"EH툺[Ť@B@&!_u')18(A,Pȵ-]:$5Bږ0:1W$" *27,@抂wCʊE%mC>jަZyN^\{9]kCFh":!¿av-nmԠ)yaFp@Վ Ȋ4/O^37ar\y=Mt҂0}4P|nށ=+XMMN`My=Rʄ!>?U#|Nj* 2|M:ScF[fU f\n1>s*aö={JAGh.Dҡ #딍-d-Qk$ 2!j]%K\FPBٗ`9B0I`?4%Tea+bѩaI:*AGgCX 8cAHP8l(&&@P4-!]7LQ0 ~am]Dh6M`X$E$aź0CPH2FGѱٓ褽z`ǭAhgGKЪA_CA58]Q h͍ Q ]@͛))+)8scXqo|J⎪eUVL ekB?)=ұ|ΚY[/x@$Tz|+?4~4+/':g@Y p]&a**bZ+p#Bnܢ+Kb^KQ3Ϲ垦q}<ܢ pQP}.'m<ݯ9v.1Iǀ!q\5PұmBB $CTTTMRI hC )MTBAU#w> qu8558.n؊ˎJ(IzNgy0逃7'oYlW -R6`})k?Ib}:>-,زes/Pmʴjb<#.1F@%/TiN'ۊ5EӐƑF@!ʉ^CQAs; s 2_QE^̴K=dIct%BʽI_Af0'nX/"0]e~*!rh{sm7 jX1A r05p\UvG@+6y!&:ƀE0la#߾}U퓲ze6W3{*v_jܤaC=<0/N {@ɇ^<[L53+sLv*ڠQjk ٵkJCim3eG}lI*'A > ,.8Ryq[ IP}ʶFsɂ:Nm"1-y&O MݾL#xA\s6RiȆ& 癚ULHYS 怐YlU|;*8Tj6Ii Ucq誆bM됁L6~s|GAx6)/v?b1[w»rqu4iZ^Z{PLWIBTbEy!1cLאVRl}o}>߬rA\3tZqQKI[Xr4+;Ne>}vuϷM' J(RZ7eʮ@׮f{CSp"-zi|Q|:u6ҙCDpkA/Ma6.ꭹֆ8Z_J;ʣZdѩׅ΄ݗKOׂ\ gIB\{ M-,ZK%_wtSye-=.[c$0At j.O"d˶&o@iC륭d, ,"+X?+B#)G"<ԏ.y;*Y !{~r$|4eE ]ˋPt'$D7P?.pċO%҅3rƥ:^[xIjrQ tuKW}㝪̋Ŵݣ)c+į+e}:SQ^yMfCK.;՟Nem>M ~{m\|ts_xU:*͂t9)u_;^U#g d)`2Q}s-\Kn̵c%Z>|Ss]?&ak^<:v;ܟZ^۪q6`G16X+Mȟт?sm ZJoʋ!o c_ c"r, h3Y#3r,< .Qd(BZ-_}h]EK$,5I 'hW;_>Yl`8͏"hRCAv`Wrx@X0"J=po=(Ld]Hx~S"hs58r)Ǐ=[&qR)-a* \iSDRq&(" < r A8F"HơM61N]i^IL2.9ǔ嘲ޓb[<ڀ7w+YϞѦ]=M\ww}}'!:ԕŠ(l#(-J F[ٺ%ۺ ՚&Iۊ4TA7h2$SiqN}?`$UV"R-lMGk&NiHMM|8VQM6;^08"3kk=X,NS, K0$*(Tc* Fgqq,d{H#<By+/)~!=BgC -T4h}H]+'/\}(݃}[ _[RT7lec@A?~x||?>+2S"BF4 A"#Ba]x+@B&UqR8D)29䀞Q 6mkVʁfR+LʄLh)ZҠt5&Z,b^)v.s٦{Cmڀ !dP>ߔމMA6VRy'Ik! Nl Z5U W0fISZR-|w#W/\pCd͡w:s_5>XGaP\<;SENkbI|P ¸+*sJC3W\1 tA>5=v%$پs,Rw dƲXgsr*2KgQst z; a~RV d`+Ey"Yԟ&3uw2Ѕ4 EU7s 2~< 2Uhe O/߸AC_oEfy~#͢ݾ^6b (PKe2)~f82`hzQk?S0(7g:@7:5A xdB7wv/PB% NUXZ*˻VFd` Ng s>;I|wz `v0 ČAuG"MJͫ"MJ+3e'J  NɰnX'1aY'S;& r1:,eDITW!԰|OTF4J JK)hjtCP[QԗE t?hӈ&:XGZGI1CGCG!K(SN=?g3l<|lm d#UťVМ6*hNNu%I<'J%R EPH,ѻD,5χKG¥v25 8٭=T#^ąhS8t솊 S {mj:ÍJ0* +E|iDt$MR x9șn'2|5n- P2Fn!AdV59pkњ]D~鮟o|6}mνufU-G}O[\:NcmD3Y␷kbcBP l7_UYV%NZU95ij***{N+* ϥ{z-jفsFOnVkMX.uXL{F]&Va]wUS]u%=u u& =M;z *mv>k( Obx- *$D!zQx/\ g`Jq.:jťן4|{Noܵao<43-~*f_΄,`M@ ~IeZШ-bkXk\^|\+q;촾 B"0m)\t6t0.r J٘n>nAdW}ZՉaญT pD;&S>@4_~ހJeMu3@)j XL*L*/,ޔi*ҔR\\#KP +J_$7S0_Tv<;@/ ( 6nȢjPGe CPf1ܢ5AQ +ʄi/~CtԾwԻp"w \*ԧhh_jl6v:FSцPCtYtWPLh kka.aC GcY*߫ U 6eBavYPd]e̪*df*Sjd""eBU"+$G*U S ְ[%Yzc/\$tJ*J} ^dxl1 x)I;$! ׽%׽MнJ9?qtx|gOvcy2CouH1h ͔~uyA>bL H dRТ|}'.[j6}wuU٭GkXV.@D hkǠ8N8E$xcl-qE2V|E|!y"?2~1\ikѴ$+/żJ%t]Rܥtõdm%RܙK%$&R9\wtuC i΋q$<mh $=͛ڔ"tD+GSٮئ3|:\;NIi&itBAeY)dC 4`kPU?mM:iTS`ZDESV$V !"*GYq){k䃕`  6(ݠ1|K-ttT9QLT"eJ;46(  "aw34r>ޅm+F&A  O*HInOW7*QFKo\ke_UW6}|4[.ˣH㓋.X!SXdncSùWBWNab-VZRQn3By($ZȞs5 LRݻNJ6ysOili{NQ\78C\vf-Uxbze k7T Ilr$l[ m%5K}%Tb4HQ,:ts:zFPommPe̲ˢ=P}[uvcMEC)9iГJZ~>=W?xchW|ĎRxmxO})sWs]C7W$MwbZ#­jfMlzM4bjٜHc%.]/O?#䁠-`{1eC% 29C7-eD"(T#rD9@#mQ#utՉm[ =y \?~k}B'b]8[+d۶p8u@wWW+qS[{DsOiIăeѕON&JGVy^x~յ+33?BSsI-K\"Uvq,L,HŁ?N}Wj4ZW ui4.W}\48.rZrt(QåL[it6.BNiz]!B3Qvg,dԌUU)aQrTV*,q,OKd ߨk=RmDn@$dɨcnj&XGYƱX<ja1"+')]`U@GB @-c7Xql'׿x&| />*}7/ +<(xfN +3-& WmVbfQ @Q E{CaZ3 7us1SւO,].@(ɋ>m>& P8w[Ȗ7I; Rɳ|LR0ՅeVvH_C0V6mt}tr#LY9y%od8?$'IJ#)NZy/"!gZ|Bsg0:A#N$Z=ipU]EӬ8 b gJ3%90 Q {aƓqSPIJr4g1BNZy3 C6vf'CmLS4BSB_+y6̏̏df/E;Џ\6mQ:ԟt&^{j,,8MgOj^K"e5D*7MonXWvNu] Ѧv=@V } 1K-eEGSϾV t&KE_CB٩R_a.e +T)]+UUZSZ|Ƶ~jnefj%ɸRCFb03g1ՙKqtzOc5K'G-0Y'?;1"F~.նt츖UBTxXdxf;@FjSMҢ+EX%j%Hl7ҸN5Ub =_SY1}$bIR0f)=A=4֚vfw=s@~=[㢝mNw& >k1NW$9q?eW+9 VױbK=8m%W0 `/1ZĭPĀ4y\بn[Ĩ8(\pznG1KK="Mogi^x]ƿH:+&c\fhs3nYn㮓0̜!|IM3$m1떸ljVdD[0M滮tcc! q?~JfȆ%ѭnh~1h~&čmTkKw6q?$v$fqFKmQHbVR(u2J"VB Mb@ iWF1 4&MʦQgw4w{g{y\M|h?|Z JUitN.=vjmt1:NT.DゥotDuXg?-\r^ώ]~?MsfE~:SL jI7-T h7C{QyQ&XQ:{x33N/  rq#ȁ/5Z~Nek!LL09٠x88) o锕 NeLHU1K۶99c"kYQZJJ|Zږud%t_kτ*׵ۢ^jIft'+9ZVU #*2PC\qqBDc*E|ʚLD"sQZ #X %&nYfEA`Yi #vH씫Dv"X&X.gj݉yΞ C\6\<@"Q+I}BVza9Ʒ6[bU>E 1PṴQfS6I9YnĔ-9ky %`G}Ԙ@CV<#ᩱo\k-'Q OГbr.Z\/)ᩍ[.r-,$jyU)OQˁRhS>8h=EtVbs2uL9Rw /( ĆIt/&ETLP$ФѝCtRBN(rQ:tf+Ysl^V9{v+ooGw!Y_?hܣ WYOR!C^#, ߄/J B]. 1ItKuY8z&q:~}";Rnx 5?QTuC |6U.ߟj1ĪC211UD(KS66!hiyd+A;` |Զ>g.zF2ǁGkz7?%kB[r^yYم4KP@讕%_-eLS]xi S̈́ΛOBPBZ3!CyB ZKnmZW/;V~:a qT˧ 9h8y0+fn *?0cܻheR sC+ 8`KUʏTĨ\ݥ]w5tIʈ;:Π.f#3ʰN3m? ֩JiÔ+#L{!զnoԋiJKg-R ֢8Q=b GOS)Ѧ,Y⡌ Bis:d74>)z -(pPF>6 n=Ϧ6pM) ӴifWD=$,)vG~q oךJc'l>1&UBӴ*N`$&*g?F,;hMjvjIS5p͹7k}c֖Q?1g-f&)QI2iXI$xLŸH1!hŚhM/&'O';,2A ':tp 1eeeb9WLIL&j B"o; xށo:]H}D1)*1f.=Q7=1*cLc|'O1qy=Qxٞ^w磦F1^=dXֿ:q[6/\_Pa|S~{}QԾbC}OWc[ R#7U]?}喵C7ԼQB!ik4^#Bd3üXb/;ν7qZY!z8w/RJoYR =T,;+wlyżb [6O۲l!-{llG#\c#ݖ#=eƸ#BIx=aR}a 'łT{cjx|an_SLܤ œb B.nT [jL Z4mwEk $?";#;'+Ţ1244fIx3^<ݷ eF-rvS3://)_޵zG^5CC[ml5[mYgrϖrޖ/Y/yd2fpSX& XO4а Rj>SGp!D'{r3{$Eb|ҝ},.g;-0,$'igx=L??vǁ SfZU'~"5"]5?}H0GFÖE7 ɩ}hfCiGK*MS6c 6 /y-W9csc)^=>JPO<7Ϋ6:e u5:Jko:Q&jWc!_2Ks!f%Ų\O>{Gigh^|{fq̱! T!:uI89 liX~9q$1~ {:h5gwt2zu8H92n(lKE`Z%'QJ{FNY23xx点K!]\wp<Nrmr4ka?;?xZOw0/-8Y;s~9`o <<|  :͉}awotբG]h FվӔ@-@5g *|Fo: q9P{؉Azon@QwZ̵ʵ?k4PՋi;j*K3u\6Zwv>| 'h.D;|E}a$9_ZEQ?/zE 銦E=q5K֕e.Xu-E|U 7U  {^E^Ra}ޛcwphMqU!{w\ETJyVXNw6-o3lWzҁ)8_IZ6UXU6OW <0h 2SzNEk)~Q6;A+st@?I4Zk' %S Jh2댟'Xu QڎASgfhZJts`U6r }kB?e'uܗ{pU J#8@ł0j !AZ_ %ڪXTiJb#jGVoϞ\AOggݳw fM.#ץ6M rUIiwtFVOFGih+C@IWU*x%/m|aSVb MJ<<Ƹ b,e5R !x%^_Vp$O>uy8.@ Ӂ66qߎ;b+ZC3zK.ݝY@z8xD te1O'y-No 3w,!3E{}}$g58}?W( ZusKZ*ݻJ kquVGKr~Hw|~Ac߳}̋ϒ$B vKRZnÇG\ EZ8K8f{#zgOqbe>a Xe?hߌ]XOW_Q}ү Ml?[Se-tV/!nΞR!F+YcRF*%m=J?z(i-ӎvpcQ ǜj$cR,vq,/Mq>L&%K"b>pIq/I\{)}w>$qn4ctV>Cm ]831*M/eT1Ez)ñPcRw? [HF){zN[2fG/#tE\Iu !h1ݸ^X)Obކ ,ٞQ1Skr1Nfϱ:flgt&}ӵ 2]v}b\Z y؛<&<ݺZ>45Y.1\Kq?֐Sa}7)=z9{535ʆLүk kEh%|ϭeK/]>^~NR3~Wѧd{!~Hq%_ `:ۭGRlO ῌs+͖ `H#sujT;2.J*ܝũ+tJ9-͆]x`\aXI7s虼ICFِw9}?mWJ}iXG_hK@,Cm;ݙ챶OB]IW=!/OBje+;GrQ(p~z$g'!GqHB~E'~p>q;Q ?D ao~Jz.jΌ EeAc 2ŜUWpl4]wCH=ýM^=I'x}Qx\r*)<3ǵqA5~j0N~KyX;vj]`TAK;q)5#(՟u4F{Ekd0s3S/<񫘿08yx .WG Sey>*u[޲[՜7맪&g!=ñl+q6{>?IJeD$:_CVD3N` $ fz5v .C >, C%xq>ou{}W:7c8e{Z|Y,+J9sY/(+^I$iHPGTRXeP(),e*-hA0Q3E,іVk)RǙZ;, Lw7>>w 'snnN/pp*|-eeC؛:=m+Z'z'FUΏ}8u?I6)2V=I9z{7ýmP`H}lD{e5~MX'PMd7@뷘ݬ_cu9I=hE\" bu'l <|H pr z`.0B)3qN>>7@sֲ"BcR4q EZM@jb/j C(B(_N72e:y,x$.BG ceW-p{}7V/dq5a[ J?Bp>d &5|Iy ӛ1]!qBbCm[=^9oOΖoقyKj8`{JXݤxzq7t|81!bog']M_=S]v/C+5N{cKZ@jQ!Z `ƚ s_~vT,Wx#/9S'i8!܅"LlͼMF~B5vSՖ;2IM6;lWdd{o>OT%2D+w{T&:)̸kɺmY.֩I3#;؆.kǻ;ތBi;OO8?J~X.k &wZhTv/ۛԫ | ĞNuIC?sjR4Gz}XZanW?`2>9eGx|O;UnmL}]߼%&IAqud?R6͗izZBn}(@,׹P_̽Ǜ4xPֆ cȟ ipuܗeϱ=?tޟe- sJ7 $ ̠hSfiM|E2s:vN؉4sz'璉G::̾iOѵHG dU+x9/]tt)>tf ZfkuO!k{bž9ִos*sFI?grf W~37:wӓ֣My3sg8Wu=!MÌq u^flh~m->;)/:7嚨uu鷏掖lW13R-vAOS_/oa,!6ǟ3'.2(]6N-Ѥs>JS6xǶ$W4@AʯAY{cޣO M*r~zXٲ>6 }Z%  6V77*$ fZ/3_..gjGsWH.5w:DLv#k.gMS8h+k5T;խ7Cu}e{qas6꒘]qb[[3ts&m~i*gmƞG6< 'HV+E5Z╆Vt[qiKɌ- H38-y$IPq/^hN>w͑ {Aojy:A#z(K{Mnq['!Y ;OB#L;:-C}?8X-0& ,qzܤa_|/Ml4zC1^iL̮Ň7M56ȣ͋~ni_ RL1{رuR}>DE̷LvIg  qJ$v8]+6Y6a,t?Ֆ&&%?7ʓ^7zs߹(wZ6:`wT&?+<}O.s8 3בيP⹭p0Kȵac8MH $I#H VuHh}C &lT ZFG7.H@SgSSRTEkG5UZ*&!u]\(MiYp:6ч0Sa?x~(6=xnQSuÙ5]yܭOsL}Lyǹ#l5)/^v.$kZ^޵_brʅ:ڮݤ&Xsyw^G3/2̰=εg?YOIoGswؔs;{υƣڗ;hke ƁaxE Psạoeu C'3Yݦ+˒,fuFduavIV0սgduzkVAnHPQkEЃ.2u%&3'-L[SHC:]21z,;Y`=iiGn6SSb^j=ըVq5V*CXVQ6X-XSUn7}L^mꇨnG뾐h`9*5{mtij-nu{UۄNf9GTDwo]Z֩z:ChI:ڡS"/셠.h!퓚]yn]2{v@uMlpxgYocᕑaYưHqAN"M$WK~f,Ga/^ qHA-_,<"|)-gb}g8ԓEd?&(5^ZX=C)' EM{"G'NvF%y[r]"ih\S]VR/}SGŔyR=Sh1NG)ux-TP>a4Y,0.u3vUvuPk`uelXP&q2vC@9rJŃ6">]( (bnp+% q~Bx" KQl+*4V}(;kqC['yH蹫:pGosy \-yyy _ +`MQu ys&c@,ӽ8jvdw|H=wh#1NbVn1,RUlK/5Jۤ:I<[$"mw*t Odfm4;$]!3}dϱu'")O}Z+vL"%d<@.؁ hp.& 6Ko[ɚ֞ vkʾ˖zolMv7+3cJ.O"|dI*. ul'[f_ppe?]nzʹERv u&;, 5W UQ Imf0Kwꯀ]3,U`,m' !c,c'OdIvKv>TW{Ϝ.&0[#pzgPf\a|57]+_Q0 Aaڴ5T֬Z.fjXmM ),,Yffx>stream H\j@@Y& {g0?li jY_Y'P i93-7mW~/>ԴuߚM5|[]Qϻt) W/^V[_iïѕϹ-ΧA_9rZp{.L쑩.uv*-YY>WOC?.Y-'RC(B9-^5 m&3h y +<=S Rh Eh%>'y>O}B_O 4( !Р4@hP JCAi4( k:`X ֊`X p*Ʃ F`4 F`4 F`4ֆ`mX ֆbmX+בV<#gSx*O3xFFQE"(Qd%DQ(2EFQ(JE"(QiH4yʊu{Q'Bip}L'{ߏqLOæ͟tn\uRQ endstream endobj 73 0 obj <>stream xw`s% #M@@| * rRMAi&E4W(-t@zKݙunoCW2;377;EJWoЬ}a㦅4&FP0r u;uÌL .AX+Ĵ=rʗwt/=Nm_bQ{ᑈi2KD.W쾒-,&S^;bS G'_WDW?Z\rZ膥dpF&&`}z iy$_WDj|td31:adQ,uLLwJLN&^WTV&^שE&3se5 M2Ӿhr$u3 g]17|ܻvh.]!<몙x&TI+},9nHW<V늘F$eѽ)[E7._H)-+iXmvX 8wkWvm#!Mh\E6x 9aaY+,D&lEB2g O,?!,Wh;0dsa* ߷N}hI)#?eTY( y_h>úhEK8EȘc}ShrВ3'ًL6[L9wm50+7q-06Shr54U-U[%dcԂZ>Y0&PY+'X4e啣LhjP\2I(_,e2 e-Ch]sڳv6DmNxQXxbXy(#\|qj>Hq8H MpڌK4djwDқ)fVw4OBrWG}UV3 !oM 2Td~S˦=b)Br&5WE^KWzL4]ǐ\I'!Ќ|>ULag-)e'N /W{a| X-v_0:D"=i U^hl+Dn2h"PWՔs_CCkաYh4bܨ!OyO4 iB3 n _t.S\+rJl*wb}jAf=Mw&xWhg(֒'#$u E@wj -4p@R+v?%T #Hw)K PV5FW\m.2JOŊ^Tc)C .@۹dzwcI#eJMZhraMiZŘ't땫d|ðUK_;F ooa0 +dՖƗH'?Nh?Uƪ p'wjY+'b# ][rdG4;Q{,.+;,4 MD-~8iOkjeYh46)*Ԍ·gN([t Yhl j+jL*^WZ@F++Fk? ]eqŽ*j,4~\NeGz C2)mMC RRNUWC2ݺ0 TE PiJ{:\x8 -4 4찢NKSwFy8Ms..4Dp7+4i>ӦH*Vۤ>VFh“NpQ"?'*a}u$Jf KT]OҒEBӈW f$M| 8K$CSk#"˦ra#4Exqo;E! 虴D!2?Ql`zXR;5q-.\jJ|f\vʁ]* n kt)mk|׸>mT9NSeBUKw{:Y%N@ysG4z#+B5ƛC$vN-  `v6g!/W4 ŧ^7s3{*SH/2 /Pm—fO&s7be}7$Ox؟f+j/h6O=з@EP{FBc]CJx 6] %)6fM|7DˋbJX 3g|18++Bn4>zFM{ωzg;ZMK@-̤xs@F/">r̦ _)㑻' "`$f3j#NlU.3ߤ)|3XmaR/ۺ,P[1S$bdx(fj`m2l`6s\L,1?[_w@U`DbyР؛CE%!z/F`xl5+-|ÅP6Ԃ[ߍ_VuS(.kڹRvp'*kFBi) <Agbm}.1"3 [էy͡orUvh#$(e'L/Z>'>eЌbaR`;c1f0;u& `{c+ȶf}@#3X@?b1^ O3{F%s 1l]z_%Fbo>}-cEItq9bR3τF v|e$ @f$l wy&Mpf8^!MDiW=¶Ǟk2lB&Z;gLd^mXIlg>"^mohQ:j),m8fXw^moGdGt֧2)|4},M` Vvi,P7[ j|C)l* #4h vYL<`S[TiK诣1ܬ4M8pmd8oK߫mB(sj| >.4dh,LR&R`Zn]tZ;e0DQ&GXxm ]^5/5UG`vDfBWYP34Njy2P}x^u+gCc}W[6mJ֧Ց@A†Zʼ /R ۺNnkLp`}2sj"h#_c#A]~C3znH AI h1!6֨ÒuŸc=eƺm pÀr>0QM#*"7~NO̱&3615 "U)C/G&N][fD5,&)AM4I\$tDOQ`j?3l,KX.#e&PoQFǑ3Zdk2NXè_Z`\*LNuO-<2袛Ɔ:IO ].FX/6b ʞ_A…xoJq#~.ͫrȭn-0!h|92/&yb [Hq5X,@b?u P?c 5de4Ce W{+(<`WC2 .sx ſ"@hV|a9"Q#bfwwA[: $;vB!d$1Ѐ 9(`J1[ێ_AOކ\nVQjO\2QjnbvŲH/43@.׈=>Dp:ܖF3-waAV˜cF&+5<;#F>;$BS jB'9?pn|ae"ѧ  ;WAS6NR: Uğ񃆚 No9e5RKGVKGcv˞뇠Ӡ /+O |/?jh -.,Hc:WWPA]?Xs(O <)[ӄ!J(.{Vb?i 4@P]TiXh#le :UG`55DǠ5:o$ {|Zs j!SWp-BEC|[y/7׵񗒑3$6_êH 4%[gofCAePeܿm{e.0)e 7!!(<=is(2 +긏~淗sLiFR 7 A kz\im_&PhJA9ősFu @j@];STe̯,RbuAӌ QnJ& x% 4SN0];5_},?.5kRR.)p”74qlN!-e@Gal üU;Z3# P{x/LM0 q$ 5n {i&*-) -J MI0dYJ8:78 @<_P,؝hiidqHi;?T9B5āe?Id-rѦ8PsuQW1弊K>*ޢDLX'׳& pi[8mUq2m v)e3S >[8u_x("$fF*~ޏ 4PMN@y DrARNGg7ߖ 72CgO5oz3w -YTp))9=A{' km+hQJ:ָG5$JslB7'ۺqWN>Aͺ@yKD+Kwq8J]'Α AhJYM;6V 0qa-%-e"!cq+ަiJPLrOҐfTOi.5D~+s(;@/pnG+J6yZUQZ)PFZmMJ%XX@{5 :u9vpkyĉ˔K0伤} w_ac5jf۱@Th(1,DQY4b'֛ji9~3WjE|}Sg`Jv0c'd8]gXH^^S*'9.$:eAAkLg87NdE68'VQ}dBPHfxO]LYKSHچľlJny>yLPN rɓ=.>F8ՙәh|џs$3rmX +IgqB lD:W#\; _d6NjLC-wDߡxpvz":ޫNl=E4gCDh2v9@`9ⅳWo)drb>l;i`6l;q*˽JZR5^Dj㏜|(4DՇ)yI !4YyXxõlKA?H+  M"ۍ~ϙݿ}~OT/B:i1YۉB52  '-E / Q(ZN{sGnL`S.Xd>>ИdljmCШb o̬U[_/+nLѨ<2lKd-|/AK?VzLOO^JФVQf|Yx W&U7 DNv Mг;>a5b~IWLpq?)体ߩKW9j dSW1evѳJwAfzPgD3ԩ,İ(DZOX` *^vto*{Kf6ۗ( Kw+[h(Qb;w@ =]iX.Kkt=cǤEAK󚘳n&Bbc&y_%BJ`ua'*E_slbPPk2sp7j '6FLqsʛA%:{IC?[>Ԝ#iI cvmSxK5&#Ro=O~2jP/ԩe'&2pMLLLLLLLLLLLL<b{ endstream endobj 74 0 obj <>stream x tL}<2+Ąd*!%ԫ\Jhm?)T<$q^uRrKzBգ+KfF19sΙ3s&>{}&6T*V5 ̟H=(hh6L'O~Ǜ7oZ,رcكh4R-Zdddoo"I(JNN޶m[ee%`ٳ<3 nݺ۷j j7oLJJz*@޽ۑ`v%'N[dIEETmժURO >}"S`'S4YgS3gJ=Egϝ;`wI=K7rԩS}dlzP|j;wzO>lb 4HI[ի׭[\M +55UEرSwDٳZ=kO b4˗Mϟ2eܹsҥK8 jaiƍӨQT*ϵk׸@܋Bq0JKKӵZmUK,ÇK%[dM_|ETTTu:u⵸@5 &h0aq}zzz ˦}:)..M|w|VPP|7^ZZ+Dfs߾}mFQצ;NbJݻw͑7xfoL6 믿x 7Gves9M3fMwСnH/r6{2el2<n1VԩSZ$ĉ])IYf Φ 6`"f2*++bѣGNhM|$c^Q]Y``b|gjZ{JJJⵌ߿fL6eee ΦziΝd̘15?.׭['8;'=%&&zZt/Tm۶ Φ'NF iӄ ={VV ӧq<,**l6s>$ Φ3g`K=iڵbL=zTp6J:upSF6[n`ddsg&`1sLbZNLJJ***M?SPPS7RxmNm6S{/_MN zRRR S:%&&>Bp6=z7|'ܓ?OKKX,СCx؅ݻw{?~\F{{{K=ipw邳O?TJ=cpw4M&o)ܹ#w۰aCXXҥKq-p$˯]lZӧOiZ@ѽ{wfSeeȑ#%3ikWIIO?-d.\pR6ݸqsROlbR/&&F@kr~ᇐ'ՁDϦ}J=34iR^^.n6mٲEVK=3+b0YLx ZpXTYY9vX' Eɦ;w0Գۻl|rBBԳGgCCC 4F%v‰ ۟?ޑ`˕JShew?l 1kB^ 9dkmܓ+*=1ؔKrxjMUW Z|(.]txĤS+kG 7aT[ xbZ"SSkҺ&?`f;H; QӲ&_{ Gׯz6Qo1;)ݷS/];7$Nj^OLpyV%bpl6|4+7^uV&ꫯ21'l! |fk6֓NIp x(`yT]_^o ꍶm۞:ulb9rD@+EdSrx*'ek,!ox]lj7t(j%%%gĉR &W>Z f\) EDƌxrv<;NyTWK)ooQӻwo>9T`.q%zۍ?yWpCOIqd'yqf kFyNBWsɊ)^9Tpe3VOƒ+,,7jɓ'SSSZ;yh|WDe O-5D J 2%T+[jj:`Zq9<ޖ2̴;ZaĴL@/͇xΎ\;rg~0U+#Œ*2,^^k҈Fŋf'eSMEEEoVppԓzMr\n*i1kխ?H"nd^MXtn!6qY'8nbmA xzkLь_U_ehjSsq0dZݛRdSۧԭ:8~=Ƈ)~>pđxN D^!xՐMl"F< pLQQC6YYYݓ0]~]RQ/ޝ_տќ>9:>ۉ~iyscr=&@ETE\%W4K64*aci,T*Յ ?̛7O܋LYi^ዝq"SŮ-b^җCRxH.,&ك2!2ƛ$xNO'a4{lC?CBB>4Ma7_x8* "|yo7OH382NDyɘ@;OC;)X۹'HѸI/Vic]gϦSv8$Aav s䬊/6 c/%KfY] 2DMVUlbС!ix*{6E/H=LS K VqrŁӀDxl6`D_|7PN>=n8i86ji30K6 vcyP@-bS$5|/BRN>AOlϞ6YF@d2/c*M6t֭[;xfnAI{g_NȆK<F`^ו!r^FO}(4J6ZnŊ\rÇV-//w<Μ9םi+cd%(9J ?z^Vba/N%d49*^(ϯ=G6m(L5JY K<`@.Gr(E/>f?6 %RTjT2֕ eeeӦMS*kcٳ%S%I=F;8ck5E8eqWBS(Ċ'yT3NѪ)6L>|V|Tc#3fp0yOܟG@8U!xjF='墻.~f5^xRLmn ӦRuh%S[K.5;wnРA,&'';M˱0ԦOOkw^OCn՞g/OxbWpԃw^=5{nO@<F]#$|*Rٻ΋'&UfJ- KZ,dZwڅ{zE,^',}rR֒diJ]sjݑDP d%rKDC<1X=VGt{=';Ӥ"J<}f{L2x*dp_PᢔwerMwVh!;Otαt"bStO4KP65ɩ۶xcB1-f/lad)Jn0tSi큸DPL*ۧ$΢al/%RyOktTw>9TUkHND|^9z&[+/^o6>a.w3MdLv Ss5 `tN'q&/vU^^vur|b{Z-z Vk(S1ڻ;!^I.l*^b 9ۨZ*ZՃR3|~+m1u@=E{j}{}g\n`Yu)e"m~ EH􂡪 |ߐ2>I<h(F۳-&Db[1x|>[s\e2I[@l4/dұA2-Du! Qy'ӽνkk߽\ÕU/zfЀQ%Wɼ-UA-LXLC)Tp|hV&}Z :>lNRZA endstream endobj 1 0 obj <>/MediaBox[0 0 595.32 841.92]/Parent 63 0 R/Resources<>/Font<>/ProcSet[/PDF/Text]>>/Rotate 0/Tabs/S/Type/Page>> endobj 2 0 obj <>stream HMk1mFl')C(=MBn:N%Z4wfV:ɨ?tm FEBuΌ1n~F퀿!Vy^VEAus~ay<d!Oԯք&7mVuUAǦl|>[Cܜ;43[$6~7W^ 녓NXp c{*Oݗ7N[zT5m & 'T !2(-|ԀT'ln 7F驆x4Ku~iQ;8M=hMoB^ô>9 P:C(Ӧ4b&z$nѺ@2bh+.mj:;4 L7c"Vڄ#o'cX!@P5[]D\&4,c10M5u;$tQ-0]J@Sx6Ǥ%ad]Ⱥe0Em.98šQVHS݊uS&*w ]RѶV:H3}FG?Wf=KX>stream hޔJ0W'H+D_x: =8-l*7xls ~ K `m9f%,>/MediaBox[0 0 595.32 841.92]/Parent 63 0 R/Resources<>/Font<>/ProcSet[/PDF/Text]>>/Rotate 0/Tabs/S/Type/Page>> endobj 5 0 obj <>stream HWɊ$8J{@P%mPA4 AgVwZs%[={v}~ß?ۏ7W.nl5~#oߞs|us{\n%-A{Uvո ?_~c/Wa,vۗe}_[ZTlOs{&O{[I&o1ͷܮwsɥr3пs]s_Ѿo=/|ԮWҷ|I 'qAX;Dn>j.JiQɬ've'x'˙W=vqp'!y) r q|>/hHRhT{pzl3Q[tɯg$p?24迣AFٝiȂ, x_w(x jj㨿m^8ew$4%tegy8RU$zͿ0N+&.=!Gf"I ?W^nOh}I7WRayvUi]A0eDb:[1nDf Na.kݖ$ oγ)+z <=8^A 7dFHL}1[Bh77? &c| LiXHwhΧqL Y 9w=TAHtUiC,kוQ׷8L^/0nIַHFQwONFi#g1uK8v$wahhELA8ߑ?g<$A^ҾvN,? WlPڊI(O++&jÅ+I;J%oqP S0~ 9Yvx&, zykuilj=bԫ7M37Xy^Dbg(oZҸÈ&XHKDk^N&P:}+bDêJ:{Arcַv^:@Uc LI53dVuLђ) D0:VaϞF'x*CeYBP'10 EmX ,ҕ'@_&ɾa)^+~sWT)cO iv^0(WqamŬsed>0h;c6򈊖 @ǀMn GI"i?h:*C+Vm5;T6m8TRPIO˜^{S|hO5h]n$G~"ː/O47 Sy 4Sv5V| ǘM@X'ӥ@JUp`?<N8''-=?4ź_Ʊ,@/Qb"%tR=,J =6Duق#p7Gc>;PI% L8LNb'I4Y,#e&1,V](^hO6e1  \x[~A 'uF C M(Tn14m}";U9kRH=daHj5pR"g{px%gd)CLjY364ƞT-QGהxWĎF*鐶[xR х=-Vװ{]Xw:ꇳb܂QÍGYRxq\X<JMM{$[`e0j\/ ;vEi Yg2p۶1H`u@&Uk`#3ꉹ p?vw8r~;+< HFXt)z$'TkzroSc(M{R> xR%h &h+#DYV =ƅ2=P7.C$I0ctd,ЋX?>|4P 7U! ~Ra:O6HӨ pgգ} ;x!7z1S(QlB[?'f(`?`^Hk<E<Ǩַ"i^*ki5,".BҜ_4x3/*H覗2pׂY¡[@' D<I=yzfNWe8ILI*Dx-uP%udV*v~;4H0J{Qy=OnVY<עaD˪}"'>V>stream x\ \T?a :,( %0(03lQI_Vji5h&ʴ6J-Sxs }}|w9{@ Aܢ :i|hRqYrp):4(9tǏ Ҏ3r'4 Z9ᮄNl{֙o]\JsU #N!a~sbpVbJp:p7@ UW.0< Sc#,?2ܷaފZ낰75&Ӈg~uku ̜ʏPkV? Pu@S5>^⸚M(_5o7gl{d4y PI;Lo;="Guƈb(I3fY}p8k$ɞ9ÁcyT ӑAއ- RPH7J0i[tRʯ'=##]5)KzJ%oA#~'C 5Ƀ!7J;InYj⟂2 ^ug[?p?rD'RuGrgo 09!*A Έ."v+";p=< }W HA$^!01BxB!Q1 !Q j7HBb 1q/H@L$$HFLfxR 1R M< 鐎P0@`8#fB #a$bd?u0 qF Z'" ِ8 @s!1"q3'D|G'C#)0q*Li q:O z(A,RR3a=,0F#~s t:oʑփ*cJJBj#"E<`b Bx ̈f 97A=b=C X`El q4!6? ůa!Ûf[V[6``1bhFl%WRX #.+`%JX%~ nG8Ոk` ZCVV9w]H݈w#~"3" 7&Mp)܇#lFz3lAz lE ">!xaxc㈏6m <cO"$<4m&~mq'B >nxY؃a/^o<<<>x؏p"KpP!C2" !5x 7M70ax -xm8"0<" {>.|G> A7#cD<1c)|_ ~@|×H _!~逯'oO1÷w=p4A~߄33?1~A/p,߀spҿw "%DN'tADDq?쬔ӠՓOnI2bi-tpuQZtpW$? u8[R&*w5?OrAL A:{:xy8kOrkX$oWAvg;I45}PU_7\ b^a U[+ wp|}Cj~>`/A7U}rͫ|:8_!U}r)R8HI?۳O*w02@ @ܮ }JꝮ! b-l-bg:`~1UL!*_J77a  |}9҈j*_?{H\\C \;H'1p?Ps)?7wW1n)v߿ O 2p[WYUb_H2p=EJ2p?qrTQqoQ?['7l~?se7H 2Di^r ߮hg5w% h?3g&8Sf( sqxѣ9"sxMrRbB|\lLtTd:G]Ds2b ۹lY%SѶh0:k3EJyʃv69ƕђ%>iɢejgb)z|G؈Ei3K2m{+ijRt=i&2rz%aMU6ގʰA6jVqCLۈ}}siQ`I_y.ykBzuu5I/oFȽ MP* Bnho>dF8t`(86/>/Cm_.ۉgVCl_<6<>].2mJY[\-^\NDZD^ D\&,-G{90r6=QĺKNNEmeVme\`=E%'KmKɮڅ4 xn_o[T.mݎUVO[mȵiչB[~lun,+.i[5fu{ŭ3ܪB)cvGG,Xψkiqq-q-@[F3 ZҦ1sĹ( +2b32֠I<\soZMahu:2,_qG 1Ey\z${ܢ R !p*w]i/8y"D=7u.։َԇJW6jSVxk f9}GW QP JXZl4"I5yrҩyqy.n;esJ#Tq3 0`FtkjEmˆ܏A Gk$ђd:C'ϒvy|Kr0.rUrks/(>'JtAr&PrFrV%$NYb8R,׈xBз oՠVf &2xmG,/w(|} _ҷ8T?FI :28OdYK6ncej8+ns7sk&n/w;3!2 ~_o=^~3_pzIAӒW%KI5ґl}2OY,]V$kM.BDVi'I^/s%3w4K!8Yk~F {\דhfRIfA~"֑"~*"z$=:i -|'mjX&7("sY+ \d/bH;L~s_E w-/qǵU=19&uOc[`yIK22{L\~p_tztfs9q'GXuA}1j^#FpsTqČ Ux~FjCdr==JT\\'_:53@u>k3 Fguf;EV%KV Az%S=@\jr3)*vuQHҽVǫwtvtYgffKG MTL.*IdKĤlRə4iR@ŃIIIZ--x/uM;i8 K% MTf)')g+k7+ePR&w]$x+eJp<$H+dR4>JMyQI.r P<}-xztVVVf2M")~-V$̤')@҈yIն}՝Uo\JFɚߟN;C~0>&K>y~d:)<5-1.N P0ohRΙh$v"ߓR8*919*`x湰jfɧϞVu(fѓO>}ZL"*:ʾW60xRؗ0?奥dX$qCIX-3ٓ]߼\x{rx ?'Z}¡' (ݗ{MNJ]5귺>?c3, 1U,qVzw[ d)bۉ[Z\#;PUUꏪ3=hi&D+"#ã"]b"Yv"I7BsD$ S!zGz We1Y&7i=}EE XRA.)aU93+^7BȔͯ|9iic4ԼGg[RC3~]ɭtɃn޵2kUMm}T]:YwsO3o\dӵ\\̟\-ח[ps{u S=AsA9f;hI:R\s68h8h'rJ"RYi\v%RI`H-b1ZV0zO\:́tP:AKzՑi-U(v:h%vPA@+ʯt`˻Vґ$rMdK/]c:^H{mݫ`mkƲܫNh/:_DF̊^8/n2*uzM(6Mu&+STMuF$ꬺ?]S#`17TtQT[nF7[hݔ 3٨7YLBCUC~xh&drqX(^gn2Fc]0҈jd,6ZJSU#uXkFT lj,B15:!A4V5rŨ uzk]S`6 FkAjj zVdjuX`jMPsb}^I0yzbZ:}XFCՈJ yk5k5 J0Q4`%c`bm]}3%j5HNnllLu2 {I$Zk-s$Q [4jk`MzfW4Q@}$Ԁ5 gPt}AgEW-]SS\ot#U6kV+vWĴi}aE@:J:B}Z1כ*:)Mm@c5Vս$kAu CeMu5MB1V0Ԗ,c&-^AgZod~syڼ1Fj+ވVjLMnꘘPaj:Նs_& uMtBCO܈2\lơLPx(gʡ\CpS^V|Ab=T6~P=Xǧ.ƣ2'cO79o3C򍬆lT.rOC,DN 4`ojڄ:#c~SP (m=X^bUЀf\z(`GQ/EMW=;Wcj ^^#TmT2 LL7YeEJtjD .g#bekkM35O̙%՟֡VO`}w.gu >̩Àj֯9yٳZљv>LbZм[:J^$6mxlul{٥6c^/]48z22kY^BufZq]$Ȯ$챯_&9dIfkqdD+1hsHSz`(\Ti |o鬖2[ 9V3/1ߠ_YlhbY4cM{3lfUꐮ=5^#?p*{tH[{cf lC=4MJ g?5:45_T0==mSèO$]._+zְ=Y]7i=&v]l4ڿ] QXd]USx=Zx9~RZYt =O5[??$y[瘙˽w뫽, Ͽ/ptNw8 }8,IB$)|8uX[֡vei1?\@D&bo/^?i~H|_]|7Z9BR5N2iJA)eDB38"RI`Ȣ!'xMA[X50ˏ&Wgmc44͒f~#畆"qKyQWvk\{%ROȼE)^Qx)Yq3m5ե4n)*pZB9J/˻^G֔0M(-/ӃbbUWkdkB\Si25)C^Y]\5δK2y”hM=Rc4ӽznQWT0b4MvzbFJzzJFmhHO} m/nj&;vo'~/Xpӳsw+3^}b ƎkuzۄcVYcnY0W^s'Rr穗n|xCC&NiF/ʞz!sw;f[Xƚ^uNe /|e[ud{t/}5i蛍,TwYAoo}yY6sb0w0 ۧWp2Мs2XZig9a%NyrUYm~۳ >CnfqK}u E"n%E&P\J(›&_ v4\i-VMZq26O@@~!K'BeܯɲvZbDq©Pw2tb]RɃB8E6^IJ;D܆OeTc իjԫ;D *787Qf{7h@Mb->Ȃ+[=*wXb $ً$6NG w&se۞t;xh:MkyELun7" :8_J;w)WU=2#DpˡV\*sճ[&k(:*$|jgF;+;3P{ #);뺬9I]q--tHq2"u9|dODM4 ='e-*ςjٟWYh_b[È~Z!aU/1TK,W]S 儋}2Lq M{ߥ_? Z%_njG B˜9>\TWr5Ӕz4^g1'f#|<,huUj7ASM`4j}@cNCp2IϹcXՌvko4Ձ7fy_V9LE-.k̩ 08^GՈ_zjmz! (6u2lpwʆۦ?UJĥUWXsާV5滤&GT .$&NF0ـT@Jl!R;9O,~]>#bCIts;)U||h* D[uD(@@@^ D\<7$" H"' ߦ1K[mwv3cg-+0 ɉ> :[ɢv{ oIџq-(}\lțEzx6)C95@u|EalREiĪ੒ql( VJ &5+^4\w/Yfz :CHuk_k,EB|~<,%_DAXݖiz 몢O 6KWT .\JKפ\;3Ձ`^>6˽.CM}bSHEAbkLbλ{w(ɣ4([k5?L%q3*QagqxZ5fLԣJȲ/˓>!bl[}iPzH#v^MGy*4Qm6YO+"P wUg)np}:!w\6fQ:#Uh-yϱKNT~!g'&|\mjicÍx1<+J J -0W.jjU5Ws- թWϋ:P Аr0O1bI~D]ɉT+1ޢ{!pi{4g:1`)n#T `w`8/'?](?}el@A.MαsCFjWbBKCm 3t!w6yҩ2ۃz)r*]۔ڇxJ{-H~x̴.㒼ĀzP5>GJm sJ`R0ToxހiaۏԒE,Z%H1h&Ѩ*[Xbe0J99YhZV)-TQ)SP!(қڪjʺAɱ3v,;X$ "a8-k$ 6D.t.1?)wϚ*!#+0>  ¦ˌƒن$X1][m=\[]nk=a-Z g]pkn)'&"Ed2?i$Y]Ib)Lm5.DDPܐ]E ܨ` ?rt5f =VL0 ˡ"|]_6ɈXsȯ:Ylak^B mo\߆xmlzo endstream endobj 7 0 obj <>stream x]j0 ~ CqK{cClJfXd8d/t0 }i'7'8-B'uyv2QiuN84UנE{r!{ayqBJP x5.ؾus|068ȆFTu%@*($Oߨ~_xX{,yJCT>?!oP endstream endobj 8 0 obj <>stream h޼K0ǿ~ǐ F*Dhr VSocXjK27c@ rJKPD<!h1b*XhxxSRe5tZxo{JO)#i:[7=-[w' #&_dBg)(2ߎC$@2IHńEM;?d zLQh*ںcikbp=32aDGDpi_EH _`Iʭ};ӿE-])4ꦬdL?w{ٺ${S{CRwts֙ A(E08c,7vyAǒ5NpM./{.fӖ]9> .uFg؟\\_N6WrMN`t?]IBEzS}E@Cbl뛎~{6e[dJ,gyoBʫc2O=LMخ}2_-7a07ɰ!6L N"UbRO,.)' endstream endobj 9 0 obj <>/MediaBox[0 0 595.32 841.92]/Parent 63 0 R/Resources<>/Font<>/ProcSet[/PDF/Text]>>/Rotate 0/Tabs/S/Type/Page>> endobj 10 0 obj <>stream HܗK$JZ ^pH!)LEf0UR.* ĶK|Xmٸp_Q,sW\sKR$f- SzVdum% 0/F4|4_^ǒ{0\1ir1)d<NSaC<QXޜ'k46L $@E:>߄Fgm)^/_M$ş̌HJ4Fy]F{c_ߵK洫G/0oumꞃWlvǢM#mQwLg#GxӫP1ECww4<2;TIHRIRؤƜ54!. q%ԑav\k= b(ki?]yͬؤ񰮱ѤZԦAHy)jH3&`KkےKlMpr~4;.OÉ4ƻ_F<ciI+.sWE Ŝ 0m4{rptL X8>wd&"э{OC\23]E >}JzMcWZ!D̎q3 z UQ PJb".Ii@g39⢛FZ6DY'2z.\3  39Xsh&=Z§@n.KVvLK\|@gFD_+_{̻ژ{;TݣrV XO(4]4HѳtmBɶIyN+fxC[Bef p+ <v'[v0t0w41%M5iHaqO쁄#Ÿ)KM94,yZ% QG m\Kc5G<){1D%y_gQq: YJ]$i3j(qM+)aʭ3ݡLi&OWl;zߞ6{>ڟ ɗÍUlƵME͝?q#񘊫Eib^O< ^Kq|6_cxth_ ]{j7~1vb4MEw_ŸOP:Y+LYJT<Ð 4!. q%lH!fFd;0E= }l&S_yLg.h|Mw8Tل^Y3dWb. :4NV͚Kpu^[B IFtSQܯ]InNBh*y9%4 q"4W[Jo` K^BAP$K6WN|4(Q|H1[ew712Jڳrd/%{iCuH*\xɑi?7t'߳T#of`4 8''C*cT^Q7 0 g!*0fïC|F BrkUHV>_6.8r,SCB;XF$>E Lt l PA)s- cju1F=(hM^1:z1F(0+Nİ/EaljDD}rk؇:>9 7>Vϗ{hYudec[2c?~0t! ԎR,+\VQu2i0E"-($Yew7;mxv,,dξ%s%-'-}R}aJ~XJ~^,cv9gd畎8؉a( A *8)!9;[omKyrK䭼u:6eMl4v М"4 KdY>#Ehŷ` !liژ'ױٚocN<ч}f8}b'e\2uv ) 7?\|mH}3.]l7D_[ӱy"3$"LZJhIK<#Eŷ`?2+,Nyչ9X7g^!3>Tnw؎t"E"iKm|2VDB-9 "a~ {^4>ƍ\z!I HdLkނ]ހ7nS+?vr X?L5؍zַhH(AV%*x6F)WSWŷ`(acZƲ jjS-xi(v fdf/&rv3-ݔLz%N61rA:.ܳ@tB㢡SYa~,& nL[7u"U~w}`aD<#ÄE[gZ1dr bw #\őkEGo:ec,-/eBlڱ7/Q4P K´5 8|/ǎi"<(QV3e8fMy1 h4pز]FOfht 5dݠނl ϼBOPc h+/X# , x=07[a OQ:Knlj&a ߡ(oF-3ΆmkQdCʘqL@1CXQT+AE> -U^p?y6ZƶaCJ<^Cm-CQjز% qUp,|tOv̟Tr&9(P (Yew7=nx6F)5dZm\{ J_L&U;ro^5hxjyíu8p81 Pd ڦ2("odZ<*!]e+NdV":YuI0r?@qg}@ )d/yFܧ;HF^Qߣ/D\1$ Yew7 VųQPΒJٷdTB=OiY#&L5R0CiAּ|O*E,j>;PH,ϡtHbt\2Cd֠A]2B~0MI/5 fs4"PdPgcds~ (,|Xvkq"e;+ LXA0Y0[ًܫNe}`j@/;5ZQ:u.`[χ4:^ЊjZFpgNR H1@1[DF_0L0nuKgcdr8ϼb8pSe RFAJj&y LM[aPY*0EܲH=t#eP[= / S]]~=V;Uz]15[CiYu>hNh,,f8ۆχh'|N5җ!ϯ a P \4I5/_Esj=bd15> MZSok/G3%1R2H<EATO$g*6|']o~򺐸"N+ /_j\ ?:r[L[ Su4q:}Ҳ#,ݍ8[2O<;E)sU鍭1Ŕcg+yntϳi[j endstream endobj 11 0 obj <>/MediaBox[0 0 595.32 841.92]/Parent 63 0 R/Resources<>/Font<>/ProcSet[/PDF/Text]>>/Rotate 0/Tabs/S/Type/Page>> endobj 12 0 obj <>stream HV09/D;3d(M -5PJ/ PCGq{ӛ7  9!#{0<D db1 -$DǐE vA'0{\c6QSV崬)GLtõAVvGQ:WY+ lKx5'$Bi*$2K҉'@!KecIy'_&NeGC~x7qcԤy[IZ~>ZPU3*N-֞Dli`OVw±󖎺S~To'vS5W雛zp+MiW{D$+:T%͊iNpc}r H.)ع.]Zhd`k |)_j7G xِK| [^bj~*e7do/! QHɾuxe 0i endstream endobj 13 0 obj <>/MediaBox[0 0 595.32 841.92]/Parent 63 0 R/Resources<>/Font<>/ProcSet[/PDF/Text]>>/Rotate 0/Tabs/S/Type/Page>> endobj 14 0 obj <>stream HMܺ -iR( E{l3zmxf̙!E׏?u~o:Z  +MU4ǿ8oèkuH̐6*}~΋=C;%.ƭ}~ zy-#T\8X:r?|LzW]UN7K+J}:O/Q~M^&d2o_`lj_29^ùOT}v(iڧዄ+of|ҥ1oЙr"flC2BW\p+gO>r}M C7c"iPNSϏys uˎ*~^̓:'_im/ j{9m:5_UO0TLD-|\olda+TݪXo{<ϾW2fXkou.jW"<&N|o7CWOyM}0y\Vf8*07cx*yqF#?6Mnm$UC;j#wgzۼ4< ~i$9-:~)-f93j|kqZ*Q8CZe>$EYd,MFn]%3zV617.E@C/nN<aAdD"&#ޙpkg:z~AaY5lyu7Ԯ<ٺb0X1]x5Ǟ$շք=␵JlIfn 5ڨBx>cU6ra+ ؓh[ߺsfT;~1$6b>wsR9Cm72}GQqt'VL^MC.$^OV7QIDz4=ǯD^Wid s>%gcTQ7VF+dec5ǖPyBz{V|urq= )_"CMpGi$ kq7/۽p 96V9:" cĊë9>֔j_ \K6NT'O9v'NV&!DLPJ[*YHX1mx5հs9fƱrTف''k <̼k[{XG`Ylޭw앚7zW<;KwګBx`~ɵ\Lyѱf>O %/D(Ζshѣ0zNT\[B~v}wl]iˎ>䰙P  "PB@\ѷ)20pJyX>7>b],!7 0Fw endstream endobj 15 0 obj <>/MediaBox[0 0 595.32 841.92]/Parent 63 0 R/Resources<>/Font<>/ProcSet[/PDF/Text]>>/Rotate 0/Tabs/S/Type/Page>> endobj 16 0 obj <>stream HWM$7+:TSU=a |0Ƈg?BTvu`ݓB/^\n#M i훈nQ鯰%hq]$4۟MŨI~WT*.A(x'!}e`= ޔyϟ_-{.7T5S>#YB |-sY-Ǝna$]no7^.je׫֞m8,ʧ_v=T}9EmWXRge?Χʲ3f+;SlY;oGY?F>h3cHuB⥖ֈվ(kHܙ;UFzsmxۍ1eR0-;v.ىPM ϫOR_B@ل:TqS1>UੰȔoDPWCkb$nc}*a̩6jp-`'t]P> PW7:mcW(;֖֥GY:r֍zJ$mdkEMjr ;4xzBc&E50:6`Fu?N 1PzM1f ]=z.J;D6ު~-}=d+b}J7vjf 45ew.e: RLE+~`OW(%Rx@PY(OR<搝[ 'D Tg먪ҝ:,ҝ(&2eY:&:˰k%=KSE::uD^0ZxN@٥W!}/I솒EfZL@r#BM6U}7/^4PqRxkVYҳf 36$:6M5rM(k͵+o_a#rf4(ޫqE,n8{dߔfmw:U<=b[NCoqL,S&f["kv|”}ϵ36*9;<7!~MqVr7ݹy[GJƆ2GF=#bUa.VW2ŎҤ~as{^ 6؀'WICkur?PHmTXI:6 x.pmY>K0 }/#(5D<5ul`fw]ka1&Goh\a!5|x6 *1]-^/ F̼HW/ָv8Wb]loBe]}"Ow'o/7Z.^ #UV좍P:'PUhk`Jni}(0{3J-["U~/ IG($\i ׵(dɼ ڎvÙ&c$+La\2~]$wkO覛&VdܷW+a5Xn]V7;}J7CK:_1,>Vd=hAz`h .%'(J>.;փ.K#Xӯt`u]l OH.#zĔg{ދ3CH"B<|@%k2:l| [|1.aAXIua!dCǐӯ{<%D\R]$@`ul\rdKvELD mxHh.ߏ /AE8z6HʓS"6x0"1wI뀐058.pyVlriH\ ܵH?Xd~:<2Yn!P6L#dCah.* BK!&F0`ru%:t .lp=:>/MediaBox[0 0 595.32 841.92]/Parent 63 0 R/Resources<>/ProcSet[/PDF/Text]>>/Rotate 0/Tabs/S/Type/Page>> endobj 18 0 obj <>stream HWKo$+}0t hC"a*S*Şq i4E͝8hF7? + U48v>}x{Fe5c5|;qTfHNAfΓ<|ۛS93󠇇^G=8U}dW+U1kޡ&]4;u˰8򌿰>^Z!8 6·q' Yf1qNO>K4| YS?28άnWO0_2J5eЋ6c/LuY['F}?:n4sgH#RHBh!#-tkj1رi(͕ D=GeiYfXE"ʭoga6s,sa`w_~vi=|:>q~}=}o#]}}Tbk<հ0i> N̅jL #uwrr,D S\豘A ZLuakM ֢;g`#6b":ki$)1ZEc{uΣ.NYΤ֤3#pz5?n8ةbPM Y(+ `M,et_N]GeV4|.QWq!s KaF^}/q$[ d8oge[*mV3,׺G_U gb1q1"5Viqd4}y̆3':"ĖY% dHo G,f!W Q9;#JZjZc9VL& 7eXC9u0!+ɳń919ZC7:k[ZCO45RڒңGv^fG_a|>xΣyvyzO/Y~?ʅ 6۳В~tb%l0\tzb"R4[Hr[ls٢~nXhΏDEZ.mh/w=mZn9aTPGq ×MFY739mU> dz|<4ʍI+ `rG&򤦀3')zpgp 13CrF6 =q1Ѩ*y.Rץd-|uCZF !Wl\.}{  x*!uLI^iE\z$d׃%EjW$ek`ڸ}]Z,S(zH&&bR3JJt0r-iixk VuyφK6|յסը*sj=~LWڤ>eli֙ 89 ܗeg!`~5/'`n~KJ_Jg5τ5/\MfQ]ty])_`*|e PZ0R7#+$p'vwe2(q^ !z/[R˺T{|=?y^>_t# Ww"L{*P_d<_fWA[ْA֥ .+UI!^6?J~/~7]{Ǹ05M.Z[t/+atopgSِJD_)N*rrCʉ?#HtB- mIBRIY _z & |z"ogKJYJ_@Iʟ.[ْ֥?Hǩ ʧm-\.4l/͚o_K6>k"E .KW=.QA)2կMyվ*P촨1:ib88m="y cn B5k$\Bz" fnق;=ْ& l13*og/o l$ ##G2\ clꖲ{_ɍSZL"3,;8d[iPإ%#hx?-mJHRVriqFkU1ToVƦ^tױ7m_x‰m-6vSWPOƒI8+.;2G*)ZJ^DkęDW|C^C˱ۺgaZ(lY:O&P9v {̴}k\)%G\[揿",V7^_lK7:([;Oޫem d")Q [3.2ah )"(nls((_f'e- 7$8-mh-r\=́C:QԘ2ACAm'Os6LQɬ| 6yw~ZSLT&Nd@JoA{p$7]f =n] eM(1CԔ'di#U<^UUfd*+UR(*Wᐴ^wbb{<8c[LWWNYT.7 &ZWG.opO>}VNB5rQ̪s@GuxU;5ﰸ}FeMg{xSm駍?hpavgB`Uз|<تWLQֆQ"HhY)/8q/7@< ac^Ejm5z1"P0AEMyN/D[Yy!]cf0&-ǀ:d _F K_" g8hCƕ۝p =h8$AhEllü5g9CͷCV܍F1<0/rU{vh4cmxNKY!=@]uĨk K8w9/|st_u;AFsxF3S.j 1 ,#&;R47$`kd3 F|m"?(;rFnoFtjʼa!2/OqǃGb endstream endobj 19 0 obj <>stream hޔj0 _E/$۵cC)$euuPz0q nR3_"%}gK.G&0$Ф,JOq\㳛mghuצB*4`P8L=;`cQwyM6f;iv"U룃q|s !pc33#爇۟M[2 uV=/5!xT [KJ'cc=b~$f endstream endobj 20 0 obj <>/MediaBox[0 0 595.32 841.92]/Parent 63 0 R/Resources<>/ProcSet[/PDF/Text]>>/Rotate 0/Tabs/S/Type/Page>> endobj 21 0 obj <>stream HWˎ+ Z_Hz mO{ dqd1@rAT}A&n*EOWoS GR_9cz{2H;-L߿M:N*?*GO}[*CLޑ6O-h= oKW r=ph&IVdV֑;+oZ;CR8rJ(tw^S0M)L`%;2|NAʅX0ZA`ä?TH d_=t pWNF9%TajH3@z^;\9WlDeꁰlgz,ftSyF/^r]5;$$˧E\計4W\0ĸw %R9ExK%eS;}mwgZӨzA󋏺0Nkzb"oU?F䝊lbZ UL@ BL_ˑhSg(&ϛ~0'v^ql5~f%-`AAn/JɅè<[-t-ij-xKP$u>aKl#+:hIVK'WӴXf$E?ÝJ7Sy\ZRnh-1W}N,Ll BMYWVb9A9'[ -Ȓ:q^ 8($e?*K4J EbI[UTbZE.-kD͕BTqۼ o/CU->$}ҔDfTiRkWjV4,>*$V*#*!I<^QU-~fq\m{VV UVyK9-p6[@8 MV3 3N{^uZIdH6JJ^ލ bܑ CG֒ox''a ։Ƹڑ wxZ#]iͮ7dpY1Z[7cB.؏H_EPUd񩂎&'hGJ&B"_ gz!;+UJm8q,H~gY-g)m.Q)m9e[_)] %6)j4~NZ 0ՎKyi^Ĵmlb޹dT<[EƥJ4A_TZ_w&7[/1G^5LuMMɽiqDwkqV`JU-ZȺB63AUt)H֪g{Srݳ|<vcfV*#klZܯcz.FQQ8Z+,-.|'c}`cj9O\sґNK{kK=ڵzugBVng/'6VZj3NH0})4A ^l'-MUr'd);Osj*+ v/NumVO%!fz\[ڑg;gaNy{+xg LMs̃,f-'z/%i SŶ® .Z)Kח+y w^'6 qbp$AaaƩ`tRB]|MRxA_v.Q dg+~)֥4ʬ:.8gIFn;^m9 F69AM[3J"$7Bk4 k6 XLL(~/=VN˕ަr*}=UW,XVߔolW}BEYqfy`4qϚM=8PҦ(ѰBe* $ endstream endobj 22 0 obj <>stream H\͊0F~ -gmIW@d2 d8("o_E'L>s-7Ϫvfu.xmPpꇢ֪A=7SQepR?e7Cx. NfusfUJuᘂ6ӷT캴Ϸtߎ\SL;v25mp ŲJJ-[a[ccyI۫JWL[hw@B6! zͤr&ŒIhR,)z9h yh- ,F#bd0**3"byd'TOҩ+ endstream endobj 23 0 obj <>stream H|U Tﱩ"hT0.(")5*% p%X#hKhl4q_4Z09$FcK5 h Xժ}43gޛ;s?/~^{Λl!^RS{(@9䅙u]nf<̞@: aLQ|?̏-⃀E3t碙qlS]rR)Z=Ι%!+ls&\3 +5L'}%s K䨾{Kw Yqތ2ɿlTe_Cc>K7/j~lq$ڛ Z*ʨhG WQ`+^b}s7Xw'뇱F&CP2p=4c c,R:!Dc9e: lB10F28⺼\6P11.y1jkm !jqXdjo\])0D`:*&ȏyM~bL5L,j ,q[R_ Ѝ1:bI"&Oz5Am5&w~Cẗ7^k^7=cpGr C6k>Nɤ(y"E z<Gq}W4*0MtGqZ"@Q)6)&,Fw5 KZf#~G{F(o>s?ȟSm$b(kf[+1GꔺhXfwݏWw~ӚG!=b3 K_'X@ʣɬe.Vn:N tDˌEk-氟**(7=iHW(7JK_R=TClcиmKJl+KN6wo wrLZ؀Mq#Qʸ(z&R!UPAo:D{A{"KJ*jy։OyqA41 2Nf<9AbJ"=RyM~/8jAVUg<7Gzxl< [-6Ͷvngk?kUBԝxjNbhʩ:BVtDG8+:lZDI(L FŪp T+7зIF.29+zʹC̰F-ٸ%Q_}]6ou?Um\wEs0j"Wx,p[-^//>zHrEqi;p7(P%sYJ{o=a'&. ({{ Gp qnME)KfIkk3K[pp_H,>Ck,|i$3#"}~ mH0%H_|.0^dm؎f(qa gH*܂-QK 9&ɪ̞J(9eIH߯3zݺFu숌0֩cxXhHpPin3tGӴr .>p=uL>1e:[s&3L~™N7c;LT<@ysxj#״Z#Z+Zx4"neU;X\O#'65>($jو5^HKBi*F礧EDXbbnaAj˖j[Ԙk̬^~S~Kr=:F4+h,< 50Y\lz*Ӫm77e[%YgMTXT*M%WH8#QT=_|WkpS{D׾zX ]Kî` mB1&!1~8M@; T&d@L:%L~A/s3's@#' )FGa6wx aLп_@Al r:_ݧ(WSལO/hLx='jiI6ۢvSQ`@Ba9b,kՎ+pK^Y' fRUV(a<7κ$N ,D}2ȋY sUqtQ0=ݪ6L"h9LYppNnQa;&bXh$F`.58Cİm`.̏8}j6y,!kSNRP; Cȟv vƱPE  pg(BVUSRK re6n>q5u;I c_JOIaٽE'/n=!w'׭kb* ^\Ns* 55֟qo i zAл ' Niu:Π%ќƙ8Ĕz|?ě2vN#[DΡ--[;h3K&I41~G4'o\46?b&δ9bX \7"+lS4)T:AH@3Y32'F8mT%l]W x'<~L$h[o0a-?:wo@Pz<7&d r#X[qwwTtg<(_WjZ~]ݡߕѝۗ;f]\ .;ovsAf/a75*0QAC)!gQ7[JdfKY8+Kiȣ0_Gb8vC6ɦTcS*cnXC:N[ǘ1-qoȟyyxK7@~)ڡ)ΐ׋=RxκshI%~<'|)'niXnYu7o>xcYO?b~ѭ?v4}76mkijh 'ɱcg -UP-:-qƮQVe昫RXV/wrgY\zEs[3V2:\7(-VrQ_~|~[EڰglBIBq>8?OQF hrJ*t=B1kf!ۓ * QfP* eH}a2%nVO!T~qԡ o^ƦvkX=|YzC#}% >pcmտٮ(+3{w>Ͼp؜㣷ip VL ?5$-&Uj[HԴJd UEpBF4AMIRp RH[͞vfgn4~MjRy]Z>?~4nܻ3gyo]Z.. uDMk/vۻ [[:JYWVovS (=xX9p:[wy~fVI+Y¨Цo$e*2ɛ#,$"K,q]Rj1=̘. '6kWblS9:cF)҄/i njpx#N QX!-`bswQx1'(T켇W>RlVG^&)xĎQ`:ĉYK[m-ҧiڴ<Ȯu j t:C=/CeCܓW{5lOV% DL;.Emy1KdLEz ^#Hd2$'/Y|d4hPCu8Tj~z@KHفyH0j @ yjiV(X}8ͭ_Ty6)eo@鿘TheP[b:`iAeV(&TC3(uWݿ]id#Vܿnͩ?m؇K^-AOݽ7zŽ^ ݚFfMm3K0E3T^c1Ih9~Cz̘;~BJAO}ZI'%t$VW[^tXcC3y݁z8Ű0 4sSaPPm` GbJtR0 5/@  EUyDU+B qܲ@ cqEQcCals}XTC=o;Il{20PD\g[t  szmn^:|T; r[#y,ZuzX>g;9 B:0zO6S8L8bka- 3guF;&kRN/0ړt=׍]2pDuaىlv#" m/{X W{S,12i "WۜZZV"Ja9R.z1Q4$1Ʉ",i[KSa] cyՠTF.A7&)Ԓ*k$oA㦼m]8)1`\—鈼b7Y>+w0_dk*؀7Q>7ٲxL<&KiH+NeH<|)‰Eۦj J+y ϕcX 5Q0-Em0%l2:5Cc@Qrv#L-2AUFD$"h ȹz<").œ "0DB V*Aĝbl17Sf!窩c 2e$p"7@647F^)Xcr"Ñ ÎT+KO\(V󐷪Y'::ϱYh""dC8(.y_| EM|<}5fNةD۰NR L#˦x4(&>W\a /2Kx3~O 2 sy`]ՠu{v 5 =‹P{.{PENn$GVJt1p%[Vf3dNk,}㳿>yBڑvg uNk_3ng^M}yEYCAd\ `0Z +܆֑5n^n[GY[m.y;duFLUmJ}>r6|6B%3OhS"5n~x^E%Qx+z~e28&DD a61s6T1tP -b6njP)D*Ch;GGdD_S7仗"*6+ӟ?5?ʓ| HD̻<皎jY:UXc1Z'ccح>v 8V:!<qir|Uw8%,r/Ur]g60Wpbc57/\9h l&2qeBOR-P(1k2us_ϽyYצM rы?ؖ">j#Z`kjə?qK-+/y?^BH.ː>W#B3ul2&3(FTI: :%)'~7c$dEJ$yk_*u4Q+4kRvEWjkdM,5 ƅ&vq+/ZA..b R,:^ JRtF$L 3AĭƤEM:T%֬Jpq]!DЛp&Nmq^?.W2eϿܶ!X?_oyz*^c8a@F<9u0jW(g#hJ]i a{nmj/}h4A؅X"&2+  " e 7M3ArjaI JBNݠ(jYTsppzH4,IVM!]6 :,1H|Ogy[7?sO n( C^aAeb EGmb?,r(ԗT>5E(c- Ң@uguDWdm[2w?"Y(d19En!2' #*OѢ\.Ά(+Q2Z%c*ٕY2"d^>*?)YE3vp _ NP3bg ȅ7Tm2=ӘcS$Pf @S տLAJ3t/pg^^k3>g@ ]e~{Wr/ρNj}= vaoc_]G|w;;;qU*,v.|qkp >Ceط; CΓɦWt p+(jw(03*J1c;0^]" 8Zؐ[7CY-;Q;g%nANbb{bJJi\tW7TAh_!a俋kwWvDLP4@VOv5gj`8}wgg'qlb BҔҵ$FuPUtS!RҎߦX[ҍ4H`hƦN*jE5mZmlZĀ-ewNBY5Kw>yǑвqK:B!r>RV\ φL,`+E)D{0v"|᪩ !ƞ9%Ld 3msyrha3Hb"A~߄ ~5jb` d=eϮ޵/>F(7 :~78}[ ~A;=:.w#"Ĺ,Z:CR7]R >q\ ul;@>,t3$PVk-=M @³@J/OEiu$5}3h~ۄ*Cn3`qUHI:aAZ`TVޜ.A/߱|}ryجImYɠ66Bhyف'w}X[^zvsMӘ7thЈAsMrXIӝ:tRW"d2xɉN҉7"Eи4|GY!$R2RLiVHeѦ퍒fO;Ƅ &F (u Xb2CdUeH[l ^sțl?gP^6>Y㏭^:ZkE/ʆ>;Mk@ =`>L GtuosuaTDQPLP&!kG/]kzRzڂ G}3FĬ߱fSt9.íՙ.^;6݊ N1N5@QIn-OAP`) 3q*1g4c` "QfM ˓*{}}ήL~l _g"ĕxyrĭyKj󵕬x?9+& j9 BeG|AickO{ sDܢ=?2eo3橡V^kN\BN{~~扪nrۯ>fPWͤ5bKU⍔ʟѿ1SL>* BקxD.j OuhtDy 'и(3l68ާN^ӑNjۧ*WxpCyٯz*aYv>6zg_ʛn$OXl?{O{i(Le*/wɔ3mIf['w~Id/k4cUd==*#vpqP+6MY0j&^dh%4r`1ųF̸wBp'N'bp3P$5pॆɦ ' Z>#fc:_>w&`j3)K-L? %7GoRsG/ ?Pr.E9Ca #CE'I%g1؄M?փk\{?YPXSeYsWpcjKO2k܏_x~bxE؋.-{XWNm%)V{۽ 0 "C (iy9LC9cԠ4ef.1!1x^YFPpa:ah=~V{YE_ԛtFCȩ,I/N*t%5⟋h̅[g\샃` UͩALsZjj{$<$6tqS赺/?=׊B~(IBcP/EE:ԿPTF !1D0@zCN EGɃg=ZdGVU KX7HlK~plO:W O_uxO8%P N G 4<82x@O,n fzUӧђ#KJMm ]dY'T^+("U:)VKH(AҸ}$i#sHD8}eM¦Y&$$4)Y`R>$|&(-R`F"S!S|ةF ij+ cK%$EQ RL>..?ԝs9ιw+)ZZk_1D[sh[uZj qAD^e YfYJ\SDXkٹ+[4s˼esd5vߒ/dL]#}Ҳv̖#YnOn J>,3M`,sB|-'"KgO?*肋zinx=%c a^.CF,qC<3/{?^7_ͦbzZ`oMUXNħx`uÅcOl l$ >ūW)\)(m[ϝ׆kzx =-T3D==lzրԠ+ӛcD50M>2LI2!^GLQؿį_GU/ P~ċ,CY&>1"TME m`F__Ά}*53|7bQLƞEe Mi9׏>12ˡoZy/#OzV4Ce걵jbAdO4/Q%GVT4kve1K Rok'/8,킷nQ*ۙ9Pφ"z .Af |`9|Ka|9T^›+7O.Wf` 8Du5Lg`ϡ =vWc-CL_ 9 !ų8Z-k-' hdK2m_&aR\˺lP-30#xyYʜxIb$ti9$wa:}úY~^=lof%$1l-H!߯.&dwoh/֬6R*;` A+0,gb~aEJ= _DkD�Z+3FQCX2YV|Ո81ab ;!lF DVtXU3nO7BT*T.r^e>vJP;WvCH]ϥLdpޅ4 N 8ǟ)c|7p~Vr4;{ f:R)+{as6Rr=}t>eѤ|V>ڭ8 _{s2mpٴ5Sd!|WH]p*q1ԃb)`>埘9D8~֘" "8RKPn( 祖>Nj,+1uP?_;i r$Ws$ kT[NX!$0rW9J 6p]R~SoTeLd iler|<O։C9nenCqj[T\Oռ$(]`&V} |`}QN֗ug\{u1O#M.915P+v0mMN'<$FH^y6C g]?S/Ͻړ!t&׍T S_|gSt2ud3q_UW?}TP~`A"VFT1DS-L80Pۡ*?ePKGdZu*Z)?*E;Zhl?gnKD񟾙Ϝǹ{w2(ˠ^*}LVJБOfluS{`O U`| E<}O3?$g=DؼyV&e1G瑒ܮ*D[~t9];*3B>dM{HcHyQ%Yqam]P%; /PU2HѶ k_aV{T_m?Z)X+u]opt C3WIyMXV8ؘOpv^/uyFثEtEolD{6Y"Ҹ@" Cĩ M4A(nltg.=&+{Pm\;5vH+yU< {Wyᔿ쇆W)~Hg2a(W\#mC-r3[=;黆Yhe:^V >q{~8 M#2:-k5GgmdjJgYOjgկ=#W獂ؚ,Tf'әzmybSȤՙ\Ysr/rYi>]>9rǴ~#Pוt.>V:ݟ;хy}aJ<Ǵ֥iQ#{((oRߖӺėӴKL9͓:w pyßWC77W~.Xo3ke qd,?hnoa 22<CMLoEUt8n^h?sY3|C2FAW74kN@{n9Xib{lQL3gIz6JcKi#bV=a\U28?5pYOL+l<[ 1}B{b;r@;5ez] C0\C?Ⱦ+}!t!_El9CH Gp.} 0jy18* RxOe%[eY)kRΖ{KG o+(/|*kn^r7cpʿsZXFW5 M%UVP^ڑas`47/\9WŌs&σڮ3Av6Wsݮq?XL ymc'tQ\]ȥ| P/e"̮3[۠t;]~*`F0Z.ʮ匾!t^m[اktm(>6RZoՌ>\ 8V͞rIu)bp!qkuu_$;GٷO }OmKU8{g> 8$eEXΓك2LifCqD D(sbdޗm2Z72ާ^vz8]ɮg?5yu/;k yf?_J| WSg#^?-4ivh՞՗^i ?+GPqظP߿.IC%Gu1> ~MqG7a7a΄xk-q\iC>6ƒpY :(=OjtHgCG]zס;~&Q,sdq:2|U6͘`9&F?W.ulȚZ}w;K Z{ŪtM^3X'vRDpd`\xRdx2ʨW2yNUp@G;epݮ2;zuo,aqŻ6m$Fˤfrm\:bȗKa,TFʐJጛ `g>/v{ Mru ws]_775 EqMF6q70GFĝُ`[M:]/˜nmߦg1g\V=ڎǎerfiKZ56kҶ@WiΙ_x}ݑmEl^VqxĪAuqSuv:VX%NM]T_hQo3uc-VE/}L]Ony!< 2̳ԡ ,cTET˼38K@KLOX]v0j!;N#szů_G.{yn/sq{.^9^ݞ﹭UأϜܽkꕔwZ_癶uz7Q@VP<}Ppe=J߼_l92RmO|y='^A-jwž~%_jodo yig.w1x5kTr+z#7(^2o]l B~ًӺ]U7I$ڌMQK coкAzZK. x&=?w%ٷe1qJN9mCk6RlNlIhKj>sGzb:7 Y}-L }j-}KZNz7KFm@z zgwxBӳjA՘~۪bJf1p,nvsY#y!.GܯE>ܜg?'ܰ\8hI{?:Inފ5|-%+"Y%ؓXI70qIF[/V?mibV8>u'9Khu;5pa-n|lߓAn<4mX}+uR{@jE_:;edTr@i<3"%Duww ܆5  {Fe|6+{8||u `$>fd|k}wHkbmd݈dz)ԗ1y 1LPJa:sX-CrRw dCm)U>*YʳI]3K l!-!Me-Z*՛ي.);fMla%ꦡu BD8ʘb߂S$b#oyy3o)fmYspL5r߾q1c!7׬] ]xt=ISuأ(3ߏ eÒg=10ҡ'ay?ȆaXsw(zǿ('"Bo\﯈Gij~/5jop&H!Jke} s^}pHem^g+۠ Tv r 4m57ߓ6@T6&Z/EGЊaݞSފF$~ 1l\YjdGahӭĥhlT٬u9P6qɴ:o/)~˚[Ki}v?hSg(g>Dڥt^{)o^ǫ dM;1IoJeB_3Q5jj9-N[q+R}j|x~3d4_'#k3[XEͣ?w)t 䜍Tr&b+CL~&`lV\٘f6V>+2Z\ߴrd5{"Ւg(yy@lŝX{e0{N/&9uC8͜I!vOHo3 cp;{L iv]+LY7}c.yiZR[GxC{~,X7bSfbǹe)SWvȖre˃N8u?.L_O\x=kOA{g}^mV,Vw_f,i'#S?3~b pY8,M֡}MȺOv9kߚ~W۝ ~Ӎun#_6X/s^E7,d~5=uo|Oc9őW Y[W&4V ~{)>P+[G2(Rϛec8~8q !Y@diJ\~c$6 M. vJ BkG1{`@U:mTESu**&mҺJӴucbLQiڵy=s {wcŃ?/YqQ}s`o^Z ƷM Ʃ;{~7S60>[Cl^^Yc|gY{p-Ӟ or."w\ln~GKϡo=5lj: XJG)hzOӆ?bo2>̹~?9n+ڠΥGYؘM!bL;:oaX&O]o7{Fh ǙE9ߤc6W0G{1۠auCmka >;yv޷JΦ~cNe\1DZ.8z58_gM vG`6=$?^?!rEމ4|8?=/z! D~=؄l:zWf{4VR}/~蚁9XGPր>~._=8[ENZ6\͖{d#kv/ވB Np0Fs+|&ƥ {ԧi$~q\]Kps\qΕT)Q@Y\E6c;ҬRͭ;Ϭ{X[C7.?b] З මѵ6z;`]:n k;ϗ 7x1 W-N { L |{I'JW,ʪo#K)M@xU7#F<爦&QD|>v?x Im'j'h6<7u͝IԂ$SDm-B|BD"H$D"H$D"H$D"H$D"H$D"H$D"H$D"H$D-j}B~jD5r!MTF'di)t7Őr49|6[gTFm ЏۺZ٫(pz`}`l]2?eNm]%[wSz^&tjVZ-Ld@" K[)%r ΟEyx"o)@'>!Շ\ZXO݉vVV&l) = =wh7o6h 7S Ijh7v(mˮ@jm>fn!.?"u!݇7<7""}vO5Jo<C99iȟG'.%El(af#Oh&3K["D!$JZ=EDg@L}$z̞5u4UfnM32ӑlLBf^#c0b4oї6)#uVF0Q-jyoiXؤFAmY$5Ljr o)<hi+ޗG# neL4e\:j@g"iC%cFZ~,k+Q#1kЌ}F,fĴŌL4O6bF6Od[ݵ'4'GM]f"v q"Z6#M~+KeɯtR(ϹmhB <{O}#lCR ,: 8x!Ժp^g=x0d>4䀐98D}9v6R B-ds;CP(Tnk!#¡c.(^bAX8 C;/NsHSʛ?"jղ#U "p!P a;L ;^=OہSAAXV|i P[E@=m!)xt?ʏQ82&_J< x”*n+ QRWk-`K}mQH>},MY(h!U,*/A0FX._f7%Z)g>Yy=e"; Iܿy~})R(55X~y1^ѓpB,n |t Ia(P[ʦSmbuT 6{!ϲ7Q4aMLyXޞbOaj`x;bҏ@`F0R#pj.م2 bC4AӪ2VêYҁiO:?y(V](-:2dj_< "'rϔ7yKe>E-a ,+oZBy믤Olg4-REJYZ*6d Ad S)HFhH5; (TLFDe )UR*9!%.AWz3o.Wz:^c%1vm_XM΂}$ #_UaGv׀cwQ~jvwxaguiA%#Odys0bf,;F8.;tC[v 7U/%~0ȄV ֿqNYFYR,ʜoU-ʮYaEh Zg Z PZ$""""r*{DDDDVYYYYEfAdRD D D DJ)))E L&S& T a*" " " "000" ŠA t"t:BWGEx)Bhhhh* &&&[8֗@@@ iiii(>Z m-Aːdn-dB B(B "J J J J(((()6nwߔҰ4Ƴ-1KE}RQ)+\S(_ >Oyp7y-`z z Z䏤MHSߠ]6m:{YmU[6CkZSc=Yתk͵:jn .uŭ|%!] `/R$0q6(ŝg{F T5(MB!Ȁj >m܀d`6묋_v}l,s[t"zW|i~k6jO.?qDS>~/#`A$2;F!hS[6vEBjz *&NNjGZ9a}_!)|]H Ƣ:%?ojn4ļo6üz2?_5nK|CNdhY) #a ~~ZߐKNƍ6 V`}FM"5kof46}_}n}v]n4۶rҩ&K( nM#ɒs1[]k[^1*$y!&N5mBK]LW(A`?Qr!]{͡:{of2dp`lv|r >]HΥo3bRVv3IquN֕YḺy3{°F]~aF8pčHC\g8_gsRW񊮫cbc+>4-hګ8GHuj NU21$hLL\$bO@L>stream Hj0 endstream endobj 25 0 obj <>stream h޴kJLS $;N$4ؚ%A,I$b0Ul"yH;K.BR;p}kP *o;|wﮞa/ՓyOWoxsf|Eԏo^]|H7>}eKB-Nwx>v|嫛vÞճ*4۷wo]mR3xzOo~ۧo^ۯ^}߰24߿÷_շ/4ۻ_~~z8kHgLԔ9S7NkgGOQ{;8QF-jt s:.9 whiϛewS>(-!g1Eu(iBQlJ,@${~:D3=QMC)I#b;6 q 256FRd%I7|z~4HNز,yߜÙHcd9=z ^cqvłj[?~_?Qk"8VK -E(/դt(‘/bekGӥljɲ:q:˱AB}4G@yaEG'OXisܫq̪+#\. ~SW[lP̾7xVՃŦ0`(=ZO)-ʭ qI P}Z3NQ>!D TxJ#M{X.8y}s;$FkӵN]3Ifnm|mV=ζ߱r b6= S3RD)5$[7gnKn#d]Vvh5ƴT'UXktVO]whT$Y-2Bz!ѪwQoo6$"6Q.*p#yEնяf-P!SH L.ED$8{@3T&ާ!l>腜ʱ)l RpLuAdl99z;'JK>><# TB,/QsadRv[Yǜ ^`B IۏS?>Ig%R:O*S c }B'[]P(k t T-lz6[^0|1C5JVix ^101BJAR*Ӆ-*Sάouq`l}S Lb`~f}p0& b0zem{ e"Y0^N/…fF/mY\r{\A}Aʗ {Pd5@1/A@QRVHNCR*DrJ^M}WecX8,Q,T<}\הPB6UҾ½t ]`KP.~ b8t j* {6ҀBŐN{>ԾC7d ~D=aG]G[0z ۄY_} < 'j.mŒmԧQׄK^#LTya&O_ֵ5ܟ1 SUd>PZx>PJXIg^|Xׇ@dM^,Su=!+̀#h!58`\]Z4x6*(JyN+NMVߖnp@Ϥ̛Y.j4yFċ'Ͻ5"s >OC&pچU!ni?GnX DF3W aa})1E8T6d;"NzcvkV7͵@ ۨЏY }FdM}ro3*r>5^%/v#%q5Mkm|jeN݃n?yj4G*)R {4ӈ}PHpNhhZ5IU_CFGDK?ℱR6MRl XƖVW*QoeMیEo9\Ffj]HZQq;cH::mG}i"-١jZ\8<ǹV|fء ܬPj+ڇ?*m /κFu/ZmCZz_Մª$iVG*Ug5f NeUI^䅉U]VuIYqluaR&L¤.Lv0&d۪m}a&ݿ&}aŜ8Gu0'&N{vs7Wϰ!ݸ0cZAw svfM | 5g𻮉=z/Yzv"Y*;6!{;`}"8W8^NS?r|"G)b1W~+"GcoqmgQne\r>wS菍 =9SO c=bƦc68(afVe%FcHF_~4T1gƀDU1 "7w~N3f:uN.GT4J6^6!ZTGT('utbݑq1`M/`dMca<X6aݏ8Q`dl ns8y& l>ncvΑ^=R\v 8sIbSCO9=9q+sER6U}A 2&6BJ|i-T08EĽqv`ifwC}T=>o4#gAW#8Iy >ݙ{RF3)*8~#j$%tc>#hm)g`*,I٢es#_"vZl3xp-),}0ɲ1^)eIMoW:'ok;gW/,[Gb>1Q؝H@;f\i8mNixio츬)f $Tg(DY+!gz\ONBNb1BV;TG\A.2$D8 mAOw鳾0Ta2ٻe6'tHc#xdM(o$K$ClV YS<|'l|޸ hbܙ'l!=o7R,(e'$HAC$fMmi7ksF:g"ugmL_inNX-ndžK~SdgpJEWD;Dž#λzʔVD2 ݳ gD|6m3uJzF>J2JoN̽Ui+$'~;l?py;|/>#vᤄNRF6I*0hK F/,}襭Pٌ[饧p.^%8rR¬LaƔTFM CJKtrh"Vv nl !9GrF|cA:_$X >ۅÔ} cKdW17%p+^`IkS$]sJUr^>‚OņBKs!0ӂU'5hCR CxƢve§s6t>fjiN~-vLqԆCJ7ygp_:IZ s$ZbeނkvynÆkd,vh&٤tQ$}u7RS'M18諩ā R^rh 8*ؐ," }b{4!n ؒ=WOÛJ :H&_7-3R-#y9_A-8lyK _@>SA$3Gu==8QXRV;T wh$c SA}c>m;Mzq_D=!򞜊\G3Y8Vn4! zmF&qv`L❨-uvϓ301-)6,&&@x(S^<+ <I'w:M89||FX GVAJ`BY»2PkPTkCb`:DnV+D}[Q8-/xi5ܗ.Q @_m±:#;K[pЏV7  D("p(&/P1U`HGV*6#^vqu"q6J^I͛FV xbpbl_;o? ӣ9F~%NyN@'ǎ#'j:Cn՗"F '8 99:baoMdD_ ZOgi$ϳ)ALS@"~F V2\ E~;=|kajft"eާjuvo].iyvMGu9(勬EK2Z8"':۫Ē Tb }bˠ3xyRTF̸[6țۛl/T9 H!H'-Ixlg*U+T𯼪˪eagz ?o>4cf"y 27_?%>|BD3Ll-oi愑1 9K3n ['] rL$y$(&z`C o晙h)̔%GQwt J}ܮ2F4C'_en8 ӳ:B;w82bzP!qsM]rPcNJˁxߣrK4qtT:nqK*:U;VjX(gbw HS¨ow}ofcݡd9 ~xFbq]&羅OԼ1k$Q+znٚixor~3N͏Ͼ E3"s?9}=]L6ɯM΅:5B G3:_{@;Ahy;u{Oΐ_ɏ|^CPFg85Mbl>D0\,Ŗ x8?8#|"xŖi*'1c'P=kr\z."FB\Q''n,Xaqs\\"d܇*RH$uPU\[|UË=Yw"kyI+I->ۭ9]mb,˷L)X$D2?M`_MvÉcuQK/ËFqCsՠq,N 'r^8.F9ywg @( )Uj'{u ^;^fэYT:|{NrRCW'~p R9 P 5Lq, 2BA&'dȱjYVwmyK 7'+j֭ď'‹WFD8g(NG.CHLۄU?qF4RGG^ ;ړx E^//PdR2(̎Mg;Ԫ{O_~]=~͛wW_]_Wo_?yw7|wͻx]"g7W߿.Po_^ǀFx'yoyQn^~}j=o_ܼ?vz}nq49#0՟߼WOa?<>'vR?yBWݼ}_=y懛_ o_,aOҝFW_}/K~]xǛۗ?Isw/d_}C >}/F\|J5n17Yl@ZO;ɏO^|usخWy/=U\mNpo^6W.?k O 6֐}o[!0IA( endstream endobj 26 0 obj <>stream application/pdf Marti Maria 2022-01-29T18:53:27+01:00 Microsoft® Word 2013 2022-01-29T18:55:27+01:00 2022-01-29T18:55:27+01:00 Microsoft® Word 2013 uuid:9b73edca-e51e-4520-aa93-8519e4899348 uuid:7ddce04d-f863-4b83-91cc-42f6f3a7e8b1 endstream endobj 27 0 obj <>stream h23V0Pw/+QL)63 )I0i C(SQmdbC* RS  endstream endobj 28 0 obj <>stream h23Q0Pw,-/M,*TE%y.%.VFFFFFPU Ei%Rj5}S0"i(O)MNš /D endstream endobj 29 0 obj <>/Filter/FlateDecode/ID[]/Info 64 0 R/Length 138/Root 66 0 R/Size 65/Type/XRef/W[1 3 1]>>stream hbb&FF6 "Y@$ "+@I4XD ,fH`dGyli0[)`+"yV`3@?{V L^o`5 䓬fOn`d0W endstream endobj startxref 116 %%EOF lcms2-2.17/plugins/fast_float/include/0000755000175000017500000000000014752176133016734 5ustar martimartilcms2-2.17/plugins/fast_float/include/Makefile.am0000644000175000017500000000015314752176133020767 0ustar martimarti# # Makefile for include directory include_HEADERS = lcms2_fast_float.h EXTRA_DIST = lcms2_fast_float.h lcms2-2.17/plugins/fast_float/include/lcms2_fast_float.h0000644000175000017500000002164114752176133022333 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System, fast floating point extensions // Copyright (c) 1998-2024 Marti Maria Saguer, all rights reserved // // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // //--------------------------------------------------------------------------------- #ifndef _LCMS2_FAST_FLOAT_H #define _LCMS2_FAST_FLOAT_H #include "lcms2_plugin.h" #ifndef CMS_USE_CPP_API # ifdef __cplusplus extern "C" { # endif #endif #define LCMS2_FAST_FLOAT_VERSION LCMS_VERSION // Configuration toggles // Uncomment this if you want to avoid SSE2 entirely. // Default is commented out. There are two kernels, one is vectorized and the other is not. // On initialization, there is a SSE2 detection. If the SSE2 detection succeeds, then the vectorized code is selected. // If the CPU is old and does not support SSE2, then the non-vectorized code is used. // If you define the toggle, there is no detection and the non-vectorized kernel is always used. // #define CMS_DONT_USE_SSE2 1 // The one and only plug-in entry point. To install this plugin in your code // you need to place this in some initialization place: // // cmsPlugin(cmsFastFloatExtensions()); // CMSAPI void* CMSEXPORT cmsFastFloatExtensions(void); // New encodings that the plug-in implements #define BIT15_SH(a) ((a) << 26) #define T_BIT15(a) (((a)>>26)&1) #define DITHER_SH(a) ((a) << 27) #define T_DITHER(a) (((a)>>27)&1) #define TYPE_GRAY_15 (COLORSPACE_SH(PT_GRAY)|CHANNELS_SH(1)|BYTES_SH(2)|BIT15_SH(1)) #define TYPE_GRAY_15_REV (COLORSPACE_SH(PT_GRAY)|CHANNELS_SH(1)|BYTES_SH(2)|FLAVOR_SH(1)|BIT15_SH(1)) #define TYPE_GRAY_15_SE (COLORSPACE_SH(PT_GRAY)|CHANNELS_SH(1)|BYTES_SH(2)|ENDIAN16_SH(1)|BIT15_SH(1)) #define TYPE_GRAYA_15 (COLORSPACE_SH(PT_GRAY)|EXTRA_SH(1)|CHANNELS_SH(1)|BYTES_SH(2)|BIT15_SH(1)) #define TYPE_GRAYA_15_SE (COLORSPACE_SH(PT_GRAY)|EXTRA_SH(1)|CHANNELS_SH(1)|BYTES_SH(2)|ENDIAN16_SH(1)|BIT15_SH(1)) #define TYPE_GRAYA_15_PLANAR (COLORSPACE_SH(PT_GRAY)|EXTRA_SH(1)|CHANNELS_SH(1)|BYTES_SH(2)|PLANAR_SH(1)|BIT15_SH(1)) #define TYPE_RGB_15 (COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(2)|BIT15_SH(1)) #define TYPE_RGB_15_PLANAR (COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(2)|PLANAR_SH(1)|BIT15_SH(1)) #define TYPE_RGB_15_SE (COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(2)|ENDIAN16_SH(1)|BIT15_SH(1)) #define TYPE_BGR_15 (COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(2)|DOSWAP_SH(1)|BIT15_SH(1)) #define TYPE_BGR_15_PLANAR (COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(2)|DOSWAP_SH(1)|PLANAR_SH(1)|BIT15_SH(1)) #define TYPE_BGR_15_SE (COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(2)|DOSWAP_SH(1)|ENDIAN16_SH(1)|BIT15_SH(1)) #define TYPE_RGBA_15 (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2)|BIT15_SH(1)) #define TYPE_RGBA_15_PLANAR (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2)|PLANAR_SH(1)|BIT15_SH(1)) #define TYPE_RGBA_15_SE (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2)|ENDIAN16_SH(1)|BIT15_SH(1)) #define TYPE_ARGB_15 (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2)|SWAPFIRST_SH(1)|BIT15_SH(1)) #define TYPE_ABGR_15 (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2)|DOSWAP_SH(1)|BIT15_SH(1)) #define TYPE_ABGR_15_PLANAR (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2)|DOSWAP_SH(1)|PLANAR_SH(1)|BIT15_SH(1)) #define TYPE_ABGR_15_SE (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2)|DOSWAP_SH(1)|ENDIAN16_SH(1)|BIT15_SH(1)) #define TYPE_BGRA_15 (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2)|DOSWAP_SH(1)|SWAPFIRST_SH(1)|BIT15_SH(1)) #define TYPE_BGRA_15_SE (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2)|ENDIAN16_SH(1)|DOSWAP_SH(1)|SWAPFIRST_SH(1)|BIT15_SH(1)) #define TYPE_CMY_15 (COLORSPACE_SH(PT_CMY)|CHANNELS_SH(3)|BYTES_SH(2)|BIT15_SH(1)) #define TYPE_YMC_15 (COLORSPACE_SH(PT_CMY)|CHANNELS_SH(3)|BYTES_SH(2)|DOSWAP_SH(1)|BIT15_SH(1)) #define TYPE_CMY_15_PLANAR (COLORSPACE_SH(PT_CMY)|CHANNELS_SH(3)|BYTES_SH(2)|PLANAR_SH(1)|BIT15_SH(1)) #define TYPE_CMY_15_SE (COLORSPACE_SH(PT_CMY)|CHANNELS_SH(3)|BYTES_SH(2)|ENDIAN16_SH(1)|BIT15_SH(1)) #define TYPE_CMYK_15 (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(2)|BIT15_SH(1)) #define TYPE_CMYK_15_REV (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(2)|FLAVOR_SH(1)|BIT15_SH(1)) #define TYPE_CMYK_15_PLANAR (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(2)|PLANAR_SH(1)|BIT15_SH(1)) #define TYPE_CMYK_15_SE (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(2)|ENDIAN16_SH(1)|BIT15_SH(1)) #define TYPE_KYMC_15 (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(2)|DOSWAP_SH(1)|BIT15_SH(1)) #define TYPE_KYMC_15_SE (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(2)|DOSWAP_SH(1)|ENDIAN16_SH(1)|BIT15_SH(1)) #define TYPE_KCMY_15 (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(2)|SWAPFIRST_SH(1)|BIT15_SH(1)) #define TYPE_KCMY_15_REV (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(2)|FLAVOR_SH(1)|SWAPFIRST_SH(1)|BIT15_SH(1)) #define TYPE_KCMY_15_SE (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(2)|ENDIAN16_SH(1)|SWAPFIRST_SH(1)|BIT15_SH(1)) #define TYPE_GRAY_8_DITHER (COLORSPACE_SH(PT_GRAY)|CHANNELS_SH(1)|BYTES_SH(1)|DITHER_SH(1)) #define TYPE_RGB_8_DITHER (COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(1)|DITHER_SH(1)) #define TYPE_RGBA_8_DITHER (COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(1)|EXTRA_SH(1)|DITHER_SH(1)) #define TYPE_BGR_8_DITHER (COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(1)|DOSWAP_SH(1)|DITHER_SH(1)) #define TYPE_ABGR_8_DITHER (COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(1)|DOSWAP_SH(1)|EXTRA_SH(1)|DITHER_SH(1)) #define TYPE_CMYK_8_DITHER (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(1)|DITHER_SH(1)) #define TYPE_KYMC_8_DITHER (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|BYTES_SH(1)|DOSWAP_SH(1)|DITHER_SH(1)) #define TYPE_AGRAY_8 (COLORSPACE_SH(PT_GRAY)|EXTRA_SH(1)|CHANNELS_SH(1)|DOSWAP_SH(1)|BYTES_SH(1)) #define TYPE_AGRAY_16 (COLORSPACE_SH(PT_GRAY)|EXTRA_SH(1)|CHANNELS_SH(1)|DOSWAP_SH(1)|BYTES_SH(2)) #define TYPE_AGRAY_FLT (FLOAT_SH(1)|COLORSPACE_SH(PT_GRAY)|EXTRA_SH(1)|CHANNELS_SH(1)|DOSWAP_SH(1)|BYTES_SH(4)) #define TYPE_AGRAY_DBL (FLOAT_SH(1)|COLORSPACE_SH(PT_GRAY)|EXTRA_SH(1)|CHANNELS_SH(1)|DOSWAP_SH(1)|BYTES_SH(0)) #define TYPE_ACMYK_8 (COLORSPACE_SH(PT_CMYK)|EXTRA_SH(1)|CHANNELS_SH(4)|BYTES_SH(1)|SWAPFIRST_SH(1)) #define TYPE_KYMCA_8 (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|EXTRA_SH(1)|BYTES_SH(1)|DOSWAP_SH(1)|SWAPFIRST_SH(1)) #define TYPE_AKYMC_8 (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|EXTRA_SH(1)|BYTES_SH(1)|DOSWAP_SH(1)) #define TYPE_CMYKA_16 (COLORSPACE_SH(PT_CMYK)|EXTRA_SH(1)|CHANNELS_SH(4)|BYTES_SH(2)) #define TYPE_ACMYK_16 (COLORSPACE_SH(PT_CMYK)|EXTRA_SH(1)|CHANNELS_SH(4)|BYTES_SH(2)|SWAPFIRST_SH(1)) #define TYPE_KYMCA_16 (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|EXTRA_SH(1)|BYTES_SH(2)|DOSWAP_SH(1)|SWAPFIRST_SH(1)) #define TYPE_AKYMC_16 (COLORSPACE_SH(PT_CMYK)|CHANNELS_SH(4)|EXTRA_SH(1)|BYTES_SH(2)|DOSWAP_SH(1)) #define TYPE_AGRAY_8_PLANAR (COLORSPACE_SH(PT_GRAY)|EXTRA_SH(1)|CHANNELS_SH(1)|BYTES_SH(1)|PLANAR_SH(1)|SWAPFIRST_SH(1)) #define TYPE_AGRAY_16_PLANAR (COLORSPACE_SH(PT_GRAY)|EXTRA_SH(1)|CHANNELS_SH(1)|BYTES_SH(2)|PLANAR_SH(1)|SWAPFIRST_SH(1)) #define TYPE_GRAYA_FLT_PLANAR (FLOAT_SH(1)|COLORSPACE_SH(PT_GRAY)|EXTRA_SH(1)|CHANNELS_SH(1)|BYTES_SH(4)|PLANAR_SH(1)) #define TYPE_AGRAY_FLT_PLANAR (FLOAT_SH(1)|COLORSPACE_SH(PT_GRAY)|EXTRA_SH(1)|CHANNELS_SH(1)|BYTES_SH(4)|PLANAR_SH(1)|SWAPFIRST_SH(1)) #define TYPE_GRAYA_DBL_PLANAR (FLOAT_SH(1)|COLORSPACE_SH(PT_GRAY)|EXTRA_SH(1)|CHANNELS_SH(1)|BYTES_SH(0)|PLANAR_SH(1)) #define TYPE_AGRAY_DBL_PLANAR (FLOAT_SH(1)|COLORSPACE_SH(PT_GRAY)|EXTRA_SH(1)|CHANNELS_SH(1)|BYTES_SH(0)|PLANAR_SH(1)|SWAPFIRST_SH(1)) #define TYPE_ARGB_16_PLANAR (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2)|SWAPFIRST_SH(1)|PLANAR_SH(1)) #define TYPE_BGRA_16_PLANAR (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2)|SWAPFIRST_SH(1)|DOSWAP_SH(1)|PLANAR_SH(1)) #ifndef CMS_USE_CPP_API # ifdef __cplusplus } # endif #endif #endif lcms2-2.17/plugins/fast_float/include/meson.build0000644000175000017500000000004614752176133021076 0ustar martimartiinstall_headers('lcms2_fast_float.h') lcms2-2.17/plugins/fast_float/include/Makefile.in0000644000175000017500000004216614752176133021012 0ustar martimarti# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # # Makefile for include directory VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = plugins/fast_float/include ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \ $(top_srcdir)/m4/ax_append_flag.m4 \ $(top_srcdir)/m4/ax_check_compile_flag.m4 \ $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \ $(top_srcdir)/m4/ax_pthread.m4 \ $(top_srcdir)/m4/ax_require_defined.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \ $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(includedir)" HEADERS = $(include_HEADERS) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSCOPE = @CSCOPE@ CTAGS = @CTAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FILECMD = @FILECMD@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@ LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBRARY_AGE = @LIBRARY_AGE@ LIBRARY_CURRENT = @LIBRARY_CURRENT@ LIBRARY_REVISION = @LIBRARY_REVISION@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIB_JPEG = @LIB_JPEG@ LIB_MATH = @LIB_MATH@ LIB_PLUGINS = @LIB_PLUGINS@ LIB_THREAD = @LIB_THREAD@ LIB_TIFF = @LIB_TIFF@ LIB_ZLIB = @LIB_ZLIB@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PTHREAD_CC = @PTHREAD_CC@ PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ PTHREAD_CXX = @PTHREAD_CXX@ PTHREAD_LIBS = @PTHREAD_LIBS@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ ax_pthread_config = @ax_pthread_config@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ inline = @inline@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ include_HEADERS = lcms2_fast_float.h EXTRA_DIST = lcms2_fast_float.h all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/fast_float/include/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign plugins/fast_float/include/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-includeHEADERS: $(include_HEADERS) @$(NORMAL_INSTALL) @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ done uninstall-includeHEADERS: @$(NORMAL_UNINSTALL) @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(HEADERS) installdirs: for dir in "$(DESTDIR)$(includedir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-includeHEADERS install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-includeHEADERS .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libtool cscopelist-am ctags ctags-am distclean \ distclean-generic distclean-libtool distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-includeHEADERS install-info install-info-am \ install-man install-pdf install-pdf-am install-ps \ install-ps-am install-strip installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-am uninstall uninstall-am \ uninstall-includeHEADERS .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: lcms2-2.17/plugins/fast_float/meson.build0000644000175000017500000000006214752176133017451 0ustar martimartisubdir('include') subdir('src') subdir('testbed') lcms2-2.17/plugins/fast_float/src/0000755000175000017500000000000014752176133016100 5ustar martimartilcms2-2.17/plugins/fast_float/src/Makefile.am0000644000175000017500000000170414752176133020136 0ustar martimarti# # Makefile for building lcms2_fast_float library # # Don't require all the GNU mandated files AUTOMAKE_OPTIONS = 1.7 foreign includedir = ${prefix}/include # Shared libraries built in this directory lib_LTLIBRARIES = liblcms2_fast_float.la LIBRARY_CURRENT = 1 LIBRARY_REVISION = 1 LIBRARY_AGE = 0 AM_CPPFLAGS = -Ofast -I$(top_builddir)/include -I$(top_srcdir)/include -I$(srcdir)/../include -I$(builddir)/../include liblcms2_fast_float_la_LDFLAGS = -no-undefined \ -version-info $(LIBRARY_CURRENT):$(LIBRARY_REVISION):$(LIBRARY_AGE) liblcms2_fast_float_la_LIBADD = $(LCMS_LIB_DEPLIBS) $(top_builddir)/src/liblcms2.la liblcms2_fast_float_la_SOURCES = fast_8_curves.c fast_8_matsh_sse.c fast_8_matsh.c fast_8_tethra.c \ fast_16_tethra.c fast_float_15bits.c fast_float_15mats.c fast_float_cmyk.c fast_float_curves.c fast_float_matsh.c \ fast_float_separate.c fast_float_sup.c fast_float_tethra.c fast_float_lab.c fast_float_internal.h lcms2-2.17/plugins/fast_float/src/fast_16_tethra.c0000644000175000017500000003573014752176133021066 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System, fast floating point extensions // Copyright (c) 1998-2024 Marti Maria Saguer, all rights reserved // // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // //--------------------------------------------------------------------------------- #include "fast_float_internal.h" // lcms internal CMSAPI cmsBool CMSEXPORT _cmsOptimizePipeline(cmsContext ContextID, cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags); // Optimization for 16 bits, 3 inputs only typedef struct { cmsContext ContextID; const cmsInterpParams* p; // Tetrahedrical interpolation parameters. This is a not-owned pointer. } Performance16Data; // Precomputes tables for 16-bit on input devicelink. static Performance16Data* Performance16alloc(cmsContext ContextID, const cmsInterpParams* p) { Performance16Data* p16; p16 = (Performance16Data*) _cmsMallocZero(ContextID, sizeof(Performance16Data)); if (p16 == NULL) return NULL; p16 ->ContextID = ContextID; p16 ->p = p; return p16; } static void Performance16free(cmsContext ContextID, void* ptr) { _cmsFree(ContextID, ptr); } /** * Because cmsChangeBuffersFormat, we have to allow this code to output data in either 8 or 16 bits. * The increments are already computed correctly, but the data may change. So, we use a macro to * increase xput */ #define TO_OUTPUT_16(d,v) do { *(cmsUInt16Number*) (d) = v; } while(0) #define TO_OUTPUT_8(d,v) do { *(cmsUInt8Number*) (d) = FROM_16_TO_8(v); } while(0) #define TO_OUTPUT(d,v) do { if (out16) TO_OUTPUT_16(d,v); else TO_OUTPUT_8(d,v); } while(0) #define FROM_INPUT(v) (in16 ? (*((const cmsUInt16Number*)(v))) : FROM_8_TO_16(*((const cmsUInt8Number*)(v)))) static void PerformanceEval16(struct _cmstransform_struct *CMMcargo, const void* Input, void* Output, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride) { cmsUInt16Number r, g, b; int x0, y0, z0; cmsS15Fixed16Number rx, ry, rz; cmsS15Fixed16Number fx, fy, fz; cmsS15Fixed16Number c0, c1, c2, c3, Rest; cmsUInt32Number OutChan, TotalPlusAlpha; cmsS15Fixed16Number X0, X1, Y0, Y1, Z0, Z1; Performance16Data* p16 = (Performance16Data*)_cmsGetTransformUserData(CMMcargo); const cmsInterpParams* p = p16->p; cmsUInt32Number TotalOut = p->nOutputs; const cmsUInt16Number* BaseTable = (const cmsUInt16Number*)p->Table; const cmsUInt16Number* LutTable; cmsUInt8Number* out[cmsMAXCHANNELS]; cmsUInt16Number res16; cmsUInt32Number i, ii; cmsUInt32Number SourceStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number SourceIncrements[cmsMAXCHANNELS]; cmsUInt32Number DestStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number DestIncrements[cmsMAXCHANNELS]; const cmsUInt8Number* rin; const cmsUInt8Number* gin; const cmsUInt8Number* bin; const cmsUInt8Number* ain = NULL; int in16, out16; // Used by macros! cmsUInt32Number nalpha; size_t strideIn, strideOut; cmsUInt32Number dwInFormat = cmsGetTransformInputFormat((cmsHTRANSFORM)CMMcargo); cmsUInt32Number dwOutFormat = cmsGetTransformOutputFormat((cmsHTRANSFORM)CMMcargo); _cmsComputeComponentIncrements(dwInFormat, Stride->BytesPerPlaneIn, NULL, &nalpha, SourceStartingOrder, SourceIncrements); _cmsComputeComponentIncrements(dwOutFormat, Stride->BytesPerPlaneOut, NULL, &nalpha, DestStartingOrder, DestIncrements); in16 = (T_BYTES(dwInFormat) == 2); out16 = (T_BYTES(dwOutFormat) == 2); if (!(_cmsGetTransformFlags((cmsHTRANSFORM)CMMcargo) & cmsFLAGS_COPY_ALPHA)) nalpha = 0; strideIn = strideOut = 0; for (i = 0; i < LineCount; i++) { rin = (const cmsUInt8Number*)Input + SourceStartingOrder[0] + strideIn; gin = (const cmsUInt8Number*)Input + SourceStartingOrder[1] + strideIn; bin = (const cmsUInt8Number*)Input + SourceStartingOrder[2] + strideIn; if (nalpha) ain = (const cmsUInt8Number*)Input + SourceStartingOrder[3] + strideIn; TotalPlusAlpha = TotalOut; if (ain) TotalPlusAlpha++; for (OutChan = 0; OutChan < TotalPlusAlpha; OutChan++) { out[OutChan] = (cmsUInt8Number*)Output + DestStartingOrder[OutChan] + strideOut; } for (ii = 0; ii < PixelsPerLine; ii++) { r = FROM_INPUT(rin); g = FROM_INPUT(gin); b = FROM_INPUT(bin); rin += SourceIncrements[0]; gin += SourceIncrements[1]; bin += SourceIncrements[2]; fx = _cmsToFixedDomain((int)r * p->Domain[0]); fy = _cmsToFixedDomain((int)g * p->Domain[1]); fz = _cmsToFixedDomain((int)b * p->Domain[2]); x0 = FIXED_TO_INT(fx); y0 = FIXED_TO_INT(fy); z0 = FIXED_TO_INT(fz); rx = FIXED_REST_TO_INT(fx); ry = FIXED_REST_TO_INT(fy); rz = FIXED_REST_TO_INT(fz); X0 = p->opta[2] * x0; X1 = (r == 0xFFFFU ? 0 : p->opta[2]); Y0 = p->opta[1] * y0; Y1 = (g == 0xFFFFU ? 0 : p->opta[1]); Z0 = p->opta[0] * z0; Z1 = (b == 0xFFFFU ? 0 : p->opta[0]); LutTable = &BaseTable[X0 + Y0 + Z0]; // Output should be computed as x = ROUND_FIXED_TO_INT(_cmsToFixedDomain(Rest)) // which expands as: x = (Rest + ((Rest+0x7fff)/0xFFFF) + 0x8000)>>16 // This can be replaced by: t = Rest+0x8001, x = (t + (t>>16))>>16 // at the cost of being off by one at 7fff and 17ffe. if (rx >= ry) { if (ry >= rz) { Y1 += X1; Z1 += Y1; for (OutChan = 0; OutChan < TotalOut; OutChan++) { c1 = LutTable[X1]; c2 = LutTable[Y1]; c3 = LutTable[Z1]; c0 = *LutTable++; c3 -= c2; c2 -= c1; c1 -= c0; Rest = c1 * rx + c2 * ry + c3 * rz + 0x8001; res16 = (cmsUInt16Number)c0 + ((Rest + (Rest >> 16)) >> 16); TO_OUTPUT(out[OutChan], res16); out[OutChan] += DestIncrements[OutChan]; } } else if (rz >= rx) { X1 += Z1; Y1 += X1; for (OutChan = 0; OutChan < TotalOut; OutChan++) { c1 = LutTable[X1]; c2 = LutTable[Y1]; c3 = LutTable[Z1]; c0 = *LutTable++; c2 -= c1; c1 -= c3; c3 -= c0; Rest = c1 * rx + c2 * ry + c3 * rz + 0x8001; res16 = (cmsUInt16Number)c0 + ((Rest + (Rest >> 16)) >> 16); TO_OUTPUT(out[OutChan], res16); out[OutChan] += DestIncrements[OutChan]; } } else { Z1 += X1; Y1 += Z1; for (OutChan = 0; OutChan < TotalOut; OutChan++) { c1 = LutTable[X1]; c2 = LutTable[Y1]; c3 = LutTable[Z1]; c0 = *LutTable++; c2 -= c3; c3 -= c1; c1 -= c0; Rest = c1 * rx + c2 * ry + c3 * rz + 0x8001; res16 = (cmsUInt16Number)c0 + ((Rest + (Rest >> 16)) >> 16); TO_OUTPUT(out[OutChan], res16); out[OutChan] += DestIncrements[OutChan]; } } } else { if (rx >= rz) { X1 += Y1; Z1 += X1; for (OutChan = 0; OutChan < TotalOut; OutChan++) { c1 = LutTable[X1]; c2 = LutTable[Y1]; c3 = LutTable[Z1]; c0 = *LutTable++; c3 -= c1; c1 -= c2; c2 -= c0; Rest = c1 * rx + c2 * ry + c3 * rz + 0x8001; res16 = (cmsUInt16Number)c0 + ((Rest + (Rest >> 16)) >> 16); TO_OUTPUT(out[OutChan], res16); out[OutChan] += DestIncrements[OutChan]; } } else if (ry >= rz) { Z1 += Y1; X1 += Z1; for (OutChan = 0; OutChan < TotalOut; OutChan++) { c1 = LutTable[X1]; c2 = LutTable[Y1]; c3 = LutTable[Z1]; c0 = *LutTable++; c1 -= c3; c3 -= c2; c2 -= c0; Rest = c1 * rx + c2 * ry + c3 * rz + 0x8001; res16 = (cmsUInt16Number)c0 + ((Rest + (Rest >> 16)) >> 16); TO_OUTPUT(out[OutChan], res16); out[OutChan] += DestIncrements[OutChan]; } } else { Y1 += Z1; X1 += Y1; for (OutChan = 0; OutChan < TotalOut; OutChan++) { c1 = LutTable[X1]; c2 = LutTable[Y1]; c3 = LutTable[Z1]; c0 = *LutTable++; c1 -= c2; c2 -= c3; c3 -= c0; Rest = c1 * rx + c2 * ry + c3 * rz + 0x8001; res16 = (cmsUInt16Number)c0 + ((Rest + (Rest >> 16)) >> 16); TO_OUTPUT(out[OutChan], res16); out[OutChan] += DestIncrements[OutChan]; } } } if (ain) { res16 = *(const cmsUInt16Number*)ain; TO_OUTPUT(out[TotalOut], res16); ain += SourceIncrements[3]; out[TotalOut] += DestIncrements[TotalOut]; } } strideIn += Stride->BytesPerLineIn; strideOut += Stride->BytesPerLineOut; } } #undef DENS // -------------------------------------------------------------------------------------------------------------- cmsBool Optimize16BitRGBTransform(_cmsTransform2Fn* TransformFn, void** UserData, _cmsFreeUserDataFn* FreeDataFn, cmsPipeline** Lut, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) { Performance16Data* p16; cmsContext ContextID; _cmsStageCLutData* data; cmsUInt32Number newFlags; cmsStage* OptimizedCLUTmpe; // For empty transforms, do nothing if (*Lut == NULL) return FALSE; // This is a lossy optimization! does not apply in floating-point cases if (T_FLOAT(*InputFormat) || T_FLOAT(*OutputFormat)) return FALSE; // Only on 16-bit if (T_BYTES(*InputFormat) != 2 || T_BYTES(*OutputFormat) != 2) return FALSE; // Only real 16 bits if (T_BIT15(*InputFormat) != 0 || T_BIT15(*OutputFormat) != 0) return FALSE; // Swap endian is not supported if (T_ENDIAN16(*InputFormat) != 0 || T_ENDIAN16(*OutputFormat) != 0) return FALSE; // Only on input RGB if (T_COLORSPACE(*InputFormat) != PT_RGB) return FALSE; // If this is a matrix-shaper, the default does already a good job if (cmsPipelineCheckAndRetreiveStages(*Lut, 4, cmsSigCurveSetElemType, cmsSigMatrixElemType, cmsSigMatrixElemType, cmsSigCurveSetElemType, NULL, NULL, NULL, NULL)) return FALSE; if (cmsPipelineCheckAndRetreiveStages(*Lut, 2, cmsSigCurveSetElemType, cmsSigCurveSetElemType, NULL, NULL)) return FALSE; ContextID = cmsGetPipelineContextID(*Lut); newFlags = *dwFlags | cmsFLAGS_FORCE_CLUT; if (!_cmsOptimizePipeline(ContextID, Lut, INTENT_PERCEPTUAL, // Dont care InputFormat, OutputFormat, &newFlags)) return FALSE; OptimizedCLUTmpe = cmsPipelineGetPtrToFirstStage(*Lut); // Set the evaluator data = (_cmsStageCLutData*)cmsStageData(OptimizedCLUTmpe); p16 = Performance16alloc(ContextID, data->Params); if (p16 == NULL) return FALSE; *TransformFn = PerformanceEval16; *UserData = p16; *FreeDataFn = Performance16free; *InputFormat |= 0x02000000; *OutputFormat |= 0x02000000; *dwFlags |= cmsFLAGS_CAN_CHANGE_FORMATTER; return TRUE; } lcms2-2.17/plugins/fast_float/src/fast_float_15bits.c0000644000175000017500000004344514752176133021567 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System, fast floating point extensions // Copyright (c) 1998-2024 Marti Maria Saguer, all rights reserved // // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // //--------------------------------------------------------------------------------- #include "fast_float_internal.h" //--------------------------------------------------------------------------------- // The internal photoshop 16 bit format range is 1.15 fixed point, which goes 0..32768 // (NOT 32767) that means: // // 16 bits encoding 15 bit Photoshop encoding // ================ ========================= // // 0x0000 0x0000 // 0xFFFF 0x8000 // // A nice (and fast) way to implement conversions is by using 64 bit values, which are // native CPU word size in most today architectures. // In CMYK, internal Photoshop format comes inverted, and this inversion happens after // the resizing, so values 32769 to 65535 are never used in PhotoShop. //--------------------------------------------------------------------------------- // This macro converts 16 bits to 15 bits by using a 64 bits value cmsINLINE cmsUInt16Number From16To15(cmsUInt16Number x16) { cmsUInt64Number r64 = (((cmsUInt64Number)x16 << 15)) / 0xFFFFL; return (cmsUInt16Number)r64; } // This macro converts 15 bits to 16 bits by using a 64 bit value. It is based in fixed 1.15 math cmsINLINE cmsUInt16Number From15To16(cmsUInt16Number x15) { cmsUInt64Number r64 = ((cmsUInt64Number) x15 * 0xFFFF + 0x4000L) >> 15; return (cmsUInt16Number)r64; } // Specialized 1-channel formatters static cmsUInt8Number* Unroll15bitsGray(CMSREGISTER struct _cmstransform_struct* CMMcargo, CMSREGISTER cmsUInt16Number Values[], CMSREGISTER cmsUInt8Number* Buffer, CMSREGISTER cmsUInt32Number Stride) { UNUSED_PARAMETER(CMMcargo); UNUSED_PARAMETER(Stride); Values[0] = From15To16(*(cmsUInt16Number*)Buffer); return Buffer + 2; } static cmsUInt8Number* Pack15bitsGray(CMSREGISTER struct _cmstransform_struct* CMMcargo, CMSREGISTER cmsUInt16Number Values[], CMSREGISTER cmsUInt8Number* Buffer, CMSREGISTER cmsUInt32Number Stride) { UNUSED_PARAMETER(CMMcargo); UNUSED_PARAMETER(Stride); *(cmsUInt16Number*)Buffer = From16To15(Values[0]); return Buffer + 2; } // Specialized 3-channels formatters static cmsUInt8Number* Unroll15bitsRGB(CMSREGISTER struct _cmstransform_struct* CMMcargo, CMSREGISTER cmsUInt16Number Values[], CMSREGISTER cmsUInt8Number* Buffer, CMSREGISTER cmsUInt32Number Stride) { UNUSED_PARAMETER(CMMcargo); UNUSED_PARAMETER(Stride); Values[0] = From15To16(*(cmsUInt16Number*)Buffer); Buffer += 2; Values[1] = From15To16(*(cmsUInt16Number*)Buffer); Buffer += 2; Values[2] = From15To16(*(cmsUInt16Number*)Buffer); return Buffer + 2; } static cmsUInt8Number* Pack15bitsRGB(CMSREGISTER struct _cmstransform_struct* CMMcargo, CMSREGISTER cmsUInt16Number Values[], CMSREGISTER cmsUInt8Number* Buffer, CMSREGISTER cmsUInt32Number Stride) { UNUSED_PARAMETER(CMMcargo); UNUSED_PARAMETER(Stride); *(cmsUInt16Number*)Buffer = From16To15(Values[0]); Buffer += 2; *(cmsUInt16Number*)Buffer = From16To15(Values[1]); Buffer += 2; *(cmsUInt16Number*)Buffer = From16To15(Values[2]); return Buffer + 2; } static cmsUInt8Number* Unroll15bitsRGBA(CMSREGISTER struct _cmstransform_struct* CMMcargo, CMSREGISTER cmsUInt16Number Values[], CMSREGISTER cmsUInt8Number* Buffer, CMSREGISTER cmsUInt32Number Stride) { UNUSED_PARAMETER(CMMcargo); UNUSED_PARAMETER(Stride); Values[0] = From15To16(*(cmsUInt16Number*)Buffer); Buffer += 2; Values[1] = From15To16(*(cmsUInt16Number*)Buffer); Buffer += 2; Values[2] = From15To16(*(cmsUInt16Number*)Buffer); return Buffer + 4; } static cmsUInt8Number* Pack15bitsRGBA(CMSREGISTER struct _cmstransform_struct* CMMcargo, CMSREGISTER cmsUInt16Number Values[], CMSREGISTER cmsUInt8Number* Buffer, CMSREGISTER cmsUInt32Number Stride) { UNUSED_PARAMETER(CMMcargo); UNUSED_PARAMETER(Stride); *(cmsUInt16Number*)Buffer = From16To15(Values[0]); Buffer += 2; *(cmsUInt16Number*)Buffer = From16To15(Values[1]); Buffer += 2; *(cmsUInt16Number*)Buffer = From16To15(Values[2]); return Buffer + 4; } // Specialized 3 channels reversed formatters static cmsUInt8Number* Unroll15bitsBGR(CMSREGISTER struct _cmstransform_struct* CMMcargo, CMSREGISTER cmsUInt16Number Values[], CMSREGISTER cmsUInt8Number* Buffer, CMSREGISTER cmsUInt32Number Stride) { UNUSED_PARAMETER(CMMcargo); UNUSED_PARAMETER(Stride); Values[2] = From15To16(*(cmsUInt16Number*)Buffer); Buffer += 2; Values[1] = From15To16(*(cmsUInt16Number*)Buffer); Buffer += 2; Values[0] = From15To16(*(cmsUInt16Number*)Buffer); return Buffer + 2; } static cmsUInt8Number* Pack15bitsBGR(CMSREGISTER struct _cmstransform_struct* CMMcargo, CMSREGISTER cmsUInt16Number Values[], CMSREGISTER cmsUInt8Number* Buffer, CMSREGISTER cmsUInt32Number Stride) { UNUSED_PARAMETER(CMMcargo); UNUSED_PARAMETER(Stride); *(cmsUInt16Number*)Buffer = From16To15(Values[2]); Buffer += 2; *(cmsUInt16Number*)Buffer = From16To15(Values[1]); Buffer += 2; *(cmsUInt16Number*)Buffer = From16To15(Values[0]); return Buffer+2; } // Specialized 4 channels CMYK formatters. Note Photoshop stores CMYK reversed static cmsUInt8Number* Unroll15bitsCMYK(CMSREGISTER struct _cmstransform_struct* CMMcargo, CMSREGISTER cmsUInt16Number Values[], CMSREGISTER cmsUInt8Number* Buffer, CMSREGISTER cmsUInt32Number Stride) { UNUSED_PARAMETER(CMMcargo); UNUSED_PARAMETER(Stride); Values[0] = From15To16(0x8000 - *(cmsUInt16Number*)Buffer); Buffer += 2; Values[1] = From15To16(0x8000 - *(cmsUInt16Number*)Buffer); Buffer += 2; Values[2] = From15To16(0x8000 - *(cmsUInt16Number*)Buffer); Buffer += 2; Values[3] = From15To16(0x8000 - *(cmsUInt16Number*)Buffer); return Buffer + 2; } static cmsUInt8Number* Pack15bitsCMYK(CMSREGISTER struct _cmstransform_struct* CMMcargo, CMSREGISTER cmsUInt16Number Values[], CMSREGISTER cmsUInt8Number* Buffer, CMSREGISTER cmsUInt32Number Stride) { UNUSED_PARAMETER(CMMcargo); UNUSED_PARAMETER(Stride); *(cmsUInt16Number*)Buffer = 0x8000U - From16To15(Values[0]); Buffer += 2; *(cmsUInt16Number*)Buffer = 0x8000U - From16To15(Values[1]); Buffer += 2; *(cmsUInt16Number*)Buffer = 0x8000U - From16To15(Values[2]); Buffer += 2; *(cmsUInt16Number*)Buffer = 0x8000U - From16To15(Values[3]); return Buffer + 2; } // This macros does all handling for fallthrough cases cmsINLINE cmsUInt16Number UnrollOne(cmsUInt16Number x, cmsBool Reverse, cmsBool SwapEndian) { if (SwapEndian) x = (x << 8) | (x >> 8); if (Reverse) x = 0xffff - x; return From15To16(x); } cmsINLINE cmsUInt16Number PackOne(cmsUInt16Number x, cmsBool Reverse, cmsBool SwapEndian) { x = From16To15(x); if (Reverse) x = 0xffff - x; if (SwapEndian) x = (x << 8) | (x >> 8); return x; } // Generic planar support static cmsUInt8Number* Unroll15bitsPlanar(CMSREGISTER struct _cmstransform_struct* CMMcargo, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { _xform_head* head = (_xform_head*) CMMcargo; int nChan = T_CHANNELS(head->InputFormat); int DoSwap = T_DOSWAP(head->InputFormat); int Reverse = T_FLAVOR(head->InputFormat); int SwapEndian = T_ENDIAN16(head->InputFormat); int i; cmsUInt8Number* Init = accum; UNUSED_PARAMETER(Stride); if (DoSwap) { accum += T_EXTRA(head->InputFormat) * Stride * 2; } for (i = 0; i < nChan; i++) { int index = DoSwap ? (nChan - i - 1) : i; wIn[index] = UnrollOne(*(cmsUInt16Number*)accum, Reverse, SwapEndian); accum += Stride * 2; } return (Init + 2); } static cmsUInt8Number* Pack15bitsPlanar(CMSREGISTER struct _cmstransform_struct* CMMcargo, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { _xform_head* head = (_xform_head*)CMMcargo; int nChan = T_CHANNELS(head->OutputFormat); int DoSwap = T_DOSWAP(head->OutputFormat); int Reverse = T_FLAVOR(head->OutputFormat); int SwapEndian = T_ENDIAN16(head->OutputFormat); CMSREGISTER int i; cmsUInt8Number* Init = output; if (DoSwap) { output += T_EXTRA(head->OutputFormat) * Stride * 2; } for (i = 0; i < nChan; i++) { int index = DoSwap ? (nChan - i - 1) : i; *(cmsUInt16Number*)output = PackOne(wOut[index], Reverse, SwapEndian); output += (Stride * sizeof(cmsUInt16Number)); } return (Init + sizeof(cmsUInt16Number)); } // Generic fallthrough static cmsUInt8Number* Unroll15bitsChunky(CMSREGISTER struct _cmstransform_struct* CMMcargo, CMSREGISTER cmsUInt16Number Values[], CMSREGISTER cmsUInt8Number* Buffer, CMSREGISTER cmsUInt32Number Stride) { _xform_head* head = (_xform_head*) CMMcargo; int nChan = T_CHANNELS(head->InputFormat); int DoSwap = T_DOSWAP(head->InputFormat); int Reverse = T_FLAVOR(head->InputFormat); int SwapEndian = T_ENDIAN16(head->InputFormat); CMSREGISTER int i; UNUSED_PARAMETER(Stride); if (DoSwap) { Buffer += T_EXTRA(head->OutputFormat) * 2; } for (i = 0; i < nChan; i++) { int index = DoSwap ? (nChan - i - 1) : i; Values[index] = UnrollOne(*(cmsUInt16Number*)Buffer, Reverse, SwapEndian); Buffer += 2; } return Buffer; } static cmsUInt8Number* Pack15bitsChunky(CMSREGISTER struct _cmstransform_struct* CMMcargo, CMSREGISTER cmsUInt16Number Values[], CMSREGISTER cmsUInt8Number* Buffer, CMSREGISTER cmsUInt32Number Stride) { _xform_head* head = (_xform_head*)CMMcargo; int nChan = T_CHANNELS(head->OutputFormat); int DoSwap = T_DOSWAP(head->OutputFormat); int Reverse = T_FLAVOR(head->OutputFormat); int SwapEndian = T_ENDIAN16(head->OutputFormat); CMSREGISTER int i; UNUSED_PARAMETER(Stride); if (DoSwap) { Buffer += T_EXTRA(head->OutputFormat) * 2; } for (i = 0; i < nChan; i++) { int index = DoSwap ? (nChan - i - 1) : i; *(cmsUInt16Number*)Buffer = PackOne(Values[index], Reverse, SwapEndian); Buffer += 2; } return Buffer; } // Generic N-bytes plus dither 16-to-8 conversion. static int err[cmsMAXCHANNELS]; static cmsUInt8Number* PackNBytesDither(CMSREGISTER struct _cmstransform_struct* CMMcargo, CMSREGISTER cmsUInt16Number Values[], CMSREGISTER cmsUInt8Number* Buffer, CMSREGISTER cmsUInt32Number Stride) { _xform_head* info = (_xform_head*)CMMcargo; int nChan = T_CHANNELS(info->OutputFormat); CMSREGISTER int i; unsigned int n, pe, pf; UNUSED_PARAMETER(Stride); for (i = 0; i < nChan; i++) { n = Values[i] + err[i]; // Value pe = (n / 257); // Whole part pf = (n % 257); // Fractional part err[i] = pf; // Store it for next pixel *Buffer++ = (cmsUInt8Number) pe; } return Buffer + T_EXTRA(info->OutputFormat); } static cmsUInt8Number* PackNBytesSwapDither(CMSREGISTER struct _cmstransform_struct* CMMcargo, CMSREGISTER cmsUInt16Number Values[], CMSREGISTER cmsUInt8Number* Buffer, CMSREGISTER cmsUInt32Number Stride) { _xform_head* info = (_xform_head*)CMMcargo; int nChan = T_CHANNELS(info->OutputFormat); CMSREGISTER int i; unsigned int n, pe, pf; UNUSED_PARAMETER(Stride); for (i = nChan - 1; i >= 0; --i) { n = Values[i] + err[i]; // Value pe = (n / 257); // Whole part pf = (n % 257); // Fractional part err[i] = pf; // Store it for next pixel *Buffer++ = (cmsUInt8Number)pe; } return Buffer + T_EXTRA(info->OutputFormat); } // The factory for 15 bits. This function returns a pointer to specialized function // that would deal with the asked format. It return a pointer to NULL if the format // is not supported. This is the basis of formatter plug-in for 15 bit formats. CMSCHECKPOINT cmsFormatter CMSEXPORT Formatter_15Bit_Factory(cmsUInt32Number Type, cmsFormatterDirection Dir, cmsUInt32Number dwFlags) { cmsFormatter Result = { NULL }; UNUSED_PARAMETER(dwFlags); switch (Type) { // Simple Gray case TYPE_GRAY_15: Result.Fmt16 = (Dir == cmsFormatterInput) ? Unroll15bitsGray : Pack15bitsGray; break; // 3 channels case TYPE_CMY_15: case TYPE_RGB_15: Result.Fmt16 = (Dir == cmsFormatterInput) ? Unroll15bitsRGB : Pack15bitsRGB; break; // 3 channels reversed case TYPE_YMC_15: case TYPE_BGR_15: Result.Fmt16 = (Dir == cmsFormatterInput) ? Unroll15bitsBGR : Pack15bitsBGR; break; // 3 Channels plus one alpha case TYPE_RGBA_15: Result.Fmt16 = (Dir == cmsFormatterInput) ? Unroll15bitsRGBA : Pack15bitsRGBA; break; // 4 channels case TYPE_CMYK_15: Result.Fmt16 = (Dir == cmsFormatterInput) ? Unroll15bitsCMYK : Pack15bitsCMYK; break; // Planar versions case TYPE_GRAYA_15_PLANAR: case TYPE_RGB_15_PLANAR: case TYPE_BGR_15_PLANAR: case TYPE_RGBA_15_PLANAR: case TYPE_ABGR_15_PLANAR: case TYPE_CMY_15_PLANAR: case TYPE_CMYK_15_PLANAR: Result.Fmt16 = (Dir == cmsFormatterInput) ? Unroll15bitsPlanar : Pack15bitsPlanar; break; // Fallthrough for remaining (corner) cases case TYPE_GRAY_15_REV: case TYPE_GRAY_15_SE: case TYPE_GRAYA_15: case TYPE_GRAYA_15_SE: case TYPE_RGB_15_SE: case TYPE_BGR_15_SE: case TYPE_RGBA_15_SE: case TYPE_ARGB_15: case TYPE_ABGR_15: case TYPE_ABGR_15_SE: case TYPE_BGRA_15: case TYPE_BGRA_15_SE: case TYPE_CMY_15_SE: case TYPE_CMYK_15_REV: case TYPE_CMYK_15_SE: case TYPE_KYMC_15: case TYPE_KYMC_15_SE: case TYPE_KCMY_15: case TYPE_KCMY_15_REV: case TYPE_KCMY_15_SE: Result.Fmt16 = (Dir == cmsFormatterInput) ? Unroll15bitsChunky : Pack15bitsChunky; break; case TYPE_GRAY_8_DITHER: case TYPE_RGB_8_DITHER: case TYPE_RGBA_8_DITHER: case TYPE_CMYK_8_DITHER: if (Dir == cmsFormatterOutput) { Result.Fmt16 = PackNBytesDither; } break; case TYPE_ABGR_8_DITHER: case TYPE_BGR_8_DITHER: case TYPE_KYMC_8_DITHER: if (Dir == cmsFormatterOutput) { Result.Fmt16 = PackNBytesSwapDither; } break; default:; } return Result; } lcms2-2.17/plugins/fast_float/src/fast_float_internal.h0000644000175000017500000002433714752176133022300 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System, fast floating point extensions // Copyright (c) 1998-2024 Marti Maria Saguer, all rights reserved // // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // //--------------------------------------------------------------------------------- #ifndef _FAST_INTERNAL_H #define _FAST_INTERNAL_H #include "lcms2_fast_float.h" #include #define REQUIRED_LCMS_VERSION 2120 // Unused parameter warning suppression #define UNUSED_PARAMETER(x) ((void)x) // For testbed #define CMSCHECKPOINT CMSAPI // The specification for "inline" is section 6.7.4 of the C99 standard (ISO/IEC 9899:1999). // unfortunately VisualC++ does not conform that #if defined(_MSC_VER) || defined(__BORLANDC__) # define cmsINLINE __inline #else # define cmsINLINE static inline #endif /// Properly define some macros to accommodate /// older MSVC versions. # if defined(_MSC_VER) && _MSC_VER <= 1700 #include #define isnan _isnan #define isinf(x) (!_finite((x))) # endif #if !defined(_MSC_VER) && (defined(__STDC_VERSION__) && __STDC_VERSION__ < 199901L) #if !defined(isinf) #define isinf(x) (!finite((x))) #endif #endif // A fast way to convert from/to 16 <-> 8 bits #define FROM_8_TO_16(rgb) (cmsUInt16Number) ((((cmsUInt16Number) (rgb)) << 8)|(rgb)) #define FROM_16_TO_8(rgb) (cmsUInt8Number) ((((rgb) * 65281 + 8388608) >> 24) & 0xFF) // This macro return words stored as big endian #define CHANGE_ENDIAN(w) (cmsUInt16Number) ((cmsUInt16Number) ((w)<<8)|((w)>>8)) // This macro changes the polarity of a word #define REVERSE_FLAVOR_16(x) ((cmsUInt16Number)(0xffff-(x))) // Fixed point #define FIXED_TO_INT(x) ((x)>>16) #define FIXED_REST_TO_INT(x) ((x)&0xFFFFU) #define cmsFLAGS_CAN_CHANGE_FORMATTER 0x02000000 // Allow change buffer format // Utility macros to convert from to 0...1.0 in 15.16 fixed domain to 0..0xffff as integer cmsINLINE cmsS15Fixed16Number _cmsToFixedDomain(int a) { return a + ((a + 0x7fff) / 0xffff); } cmsINLINE int _cmsFromFixedDomain(cmsS15Fixed16Number a) { return a - ((a + 0x7fff) >> 16); } // This is the upper part of internal transform structure. Only format specifiers are used typedef struct { cmsUInt32Number InputFormat, OutputFormat; // Keep formats for further reference } _xform_head; #define MAX_NODES_IN_CURVE 0x8001 // To prevent out of bounds indexing cmsINLINE cmsFloat32Number fclamp(cmsFloat32Number v) { return ((v < 1.0e-9f) || isnan(v)) ? 0.0f : (v > 1.0f ? 1.0f : v); } // Fast floor conversion logic. cmsINLINE int _cmsQuickFloor(cmsFloat64Number val) { #ifdef CMS_DONT_USE_FAST_FLOOR return (int)floor(val); #else #define _lcms_double2fixmagic (68719476736.0 * 1.5) union { cmsFloat64Number val; int halves[2]; } temp; temp.val = val + _lcms_double2fixmagic; #ifdef CMS_USE_BIG_ENDIAN return temp.halves[1] >> 16; #else return temp.halves[0] >> 16; #endif #endif } // Floor to word, taking care of saturation. This is not critical in terms of performance cmsINLINE cmsUInt16Number _cmsSaturateWord(cmsFloat64Number d) { d += 0.5; if (d <= 0) return 0; if (d >= 65535.0) return 0xffff; return (cmsUInt16Number)floor(d); } cmsINLINE cmsFloat32Number flerp(const cmsFloat32Number LutTable[], cmsFloat32Number v) { cmsFloat32Number y1, y0; cmsFloat32Number rest; int cell0, cell1; if (isnan(v)) return LutTable[0]; if (v < 1.0e-9f) { return v; } else if (v >= 1.0) { return v; } v *= (MAX_NODES_IN_CURVE - 1); cell0 = _cmsQuickFloor(v); cell1 = (int)ceilf(v); // Rest is 16 LSB bits rest = v - cell0; y0 = LutTable[cell0]; y1 = LutTable[cell1]; return y0 + (y1 - y0) * rest; } // Some secret sauce from lcms CMSAPI cmsUInt32Number CMSEXPORT _cmsReasonableGridpointsByColorspace(cmsColorSpaceSignature Colorspace, cmsUInt32Number dwFlags); // Compute the increments to be used by the transform functions CMSCHECKPOINT void CMSEXPORT _cmsComputeComponentIncrements(cmsUInt32Number Format, cmsUInt32Number BytesPerPlane, cmsUInt32Number* nChannels, cmsUInt32Number* nAlpha, cmsUInt32Number ComponentStartingOrder[], cmsUInt32Number ComponentPointerIncrements[]); // 15 bits formatters CMSCHECKPOINT cmsFormatter CMSEXPORT Formatter_15Bit_Factory(cmsUInt32Number Type, cmsFormatterDirection Dir, cmsUInt32Number dwFlags); // Optimizers // 8 bits on input allows matrix-shaper boost up a little bit cmsBool Optimize8MatrixShaper(_cmsTransform2Fn* TransformFn, void** UserData, _cmsFreeUserDataFn* FreeUserData, cmsPipeline** Lut, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags); // 8 bits using SSE cmsBool Optimize8MatrixShaperSSE(_cmsTransform2Fn* TransformFn, void** UserData, _cmsFreeUserDataFn* FreeUserData, cmsPipeline** Lut, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags); cmsBool OptimizeMatrixShaper15(_cmsTransform2Fn* TransformFn, void** UserData, _cmsFreeUserDataFn* FreeUserData, cmsPipeline** Lut, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags); cmsBool Optimize8ByJoiningCurves(_cmsTransform2Fn* TransformFn, void** UserData, _cmsFreeUserDataFn* FreeUserData, cmsPipeline** Lut, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags); cmsBool OptimizeFloatByJoiningCurves(_cmsTransform2Fn* TransformFn, void** UserData, _cmsFreeUserDataFn* FreeUserData, cmsPipeline** Lut, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags); cmsBool OptimizeFloatMatrixShaper(_cmsTransform2Fn* TransformFn, void** UserData, _cmsFreeUserDataFn* FreeUserData, cmsPipeline** Lut, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags); cmsBool Optimize8BitRGBTransform(_cmsTransform2Fn* TransformFn, void** UserData, _cmsFreeUserDataFn* FreeDataFn, cmsPipeline** Lut, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags); cmsBool Optimize16BitRGBTransform(_cmsTransform2Fn* TransformFn, void** UserData, _cmsFreeUserDataFn* FreeDataFn, cmsPipeline** Lut, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags); cmsBool OptimizeCLUTRGBTransform(_cmsTransform2Fn* TransformFn, void** UserData, _cmsFreeUserDataFn* FreeDataFn, cmsPipeline** Lut, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags); cmsBool OptimizeCLUTCMYKTransform(_cmsTransform2Fn* TransformFn, void** UserData, _cmsFreeUserDataFn* FreeDataFn, cmsPipeline** Lut, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags); cmsBool OptimizeCLUTLabTransform(_cmsTransform2Fn* TransformFn, void** UserData, _cmsFreeUserDataFn* FreeDataFn, cmsPipeline** Lut, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags); #endif lcms2-2.17/plugins/fast_float/src/fast_float_separate.c0000644000175000017500000001575214752176133022264 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System, fast floating point extensions // Copyright (c) 1998-2024 Marti Maria Saguer, all rights reserved // // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // //--------------------------------------------------------------------------------- #include "fast_float_internal.h" // Separable input. It just computes the distance from // each component to the next one in bytes. It gives components RGB in this order // // Encoding Starting Increment DoSwap Swapfirst Extra // RGB, 012 333 0 0 0 // RGBA, 012 444 0 0 1 // ARGB, 123 444 0 1 1 // BGR, 210 333 1 0 0 // BGRA, 210 444 1 1 1 // ABGR 321 444 1 0 1 // // // On planar configurations, the distance is the stride added to any non-negative // // RGB 0, S, 2*S 111 // RGBA 0, S, 2*S 111 (fourth plane is safely ignored) // ARGB S, 2*S, 3*S 111 // BGR 2*S, S, 0 111 // BGRA 2*S, S, 0, 111 (fourth plane is safely ignored) // ABGR 3*S, 2*S, S 111 // //---------------------------------------------------------------------------------------- // Return the size in bytes of a given formatter static int trueBytesSize(cmsUInt32Number Format) { int fmt_bytes = T_BYTES(Format); // For double, the T_BYTES field returns zero if (fmt_bytes == 0) return sizeof(double); // Otherwise, it is already correct for all formats return fmt_bytes; } // RGBA -> normal // ARGB -> swap first // ABGR -> doSwap // BGRA -> doSwap swapFirst // This function computes the distance from each component to the next one in bytes. static void ComputeIncrementsForChunky(cmsUInt32Number Format, cmsUInt32Number BytesPerPlane, cmsUInt32Number* nChannels, cmsUInt32Number* nAlpha, cmsUInt32Number ComponentStartingOrder[], cmsUInt32Number ComponentPointerIncrements[]) { int extra = T_EXTRA(Format); int channels = T_CHANNELS(Format); int total_chans = channels + extra; int i; int channelSize = trueBytesSize(Format); int pixelSize = channelSize * total_chans; UNUSED_PARAMETER(BytesPerPlane); // Setup the counts if (nChannels != NULL) *nChannels = channels; if (nAlpha != NULL) *nAlpha = extra; // Separation is independent of starting point and only depends on channel size for (i = 0; i < total_chans; i++) ComponentPointerIncrements[i] = pixelSize; // Handle do swap for (i = 0; i < total_chans; i++) { if (T_DOSWAP(Format)) { ComponentStartingOrder[i] = total_chans - i - 1; } else { ComponentStartingOrder[i] = i; } } // Handle swap first (ROL of positions), example CMYK -> KCMY | 0123 -> 3012 if (T_SWAPFIRST(Format)) { cmsUInt32Number tmp = ComponentStartingOrder[0]; for (i = 0; i < total_chans-1; i++) ComponentStartingOrder[i] = ComponentStartingOrder[i + 1]; ComponentStartingOrder[total_chans - 1] = tmp; } // Handle size if (channelSize > 1) for (i = 0; i < total_chans; i++) { ComponentStartingOrder[i] *= channelSize; } } // On planar configurations, the distance is the stride added to any non-negative static void ComputeIncrementsForPlanar(cmsUInt32Number Format, cmsUInt32Number BytesPerPlane, cmsUInt32Number* nChannels, cmsUInt32Number* nAlpha, cmsUInt32Number ComponentStartingOrder[], cmsUInt32Number ComponentPointerIncrements[]) { int extra = T_EXTRA(Format); int channels = T_CHANNELS(Format); int total_chans = channels + extra; int i; int channelSize = trueBytesSize(Format); // Setup the counts if (nChannels != NULL) *nChannels = channels; if (nAlpha != NULL) *nAlpha = extra; // Separation is independent of starting point and only depends on channel size for (i = 0; i < total_chans; i++) ComponentPointerIncrements[i] = channelSize; // Handle do swap for (i = 0; i < total_chans; i++) { if (T_DOSWAP(Format)) { ComponentStartingOrder[i] = total_chans - i - 1; } else { ComponentStartingOrder[i] = i; } } // Handle swap first (ROL of positions), example CMYK -> KCMY | 0123 -> 3012 if (T_SWAPFIRST(Format)) { cmsUInt32Number tmp = ComponentStartingOrder[0]; for (i = 0; i < total_chans - 1; i++) ComponentStartingOrder[i] = ComponentStartingOrder[i + 1]; ComponentStartingOrder[total_chans - 1] = tmp; } // Handle size for (i = 0; i < total_chans; i++) { ComponentStartingOrder[i] *= BytesPerPlane; } } // Dispatcher por chunky and planar RGB CMSCHECKPOINT void CMSEXPORT _cmsComputeComponentIncrements(cmsUInt32Number Format, cmsUInt32Number BytesPerPlane, cmsUInt32Number* nChannels, cmsUInt32Number* nAlpha, cmsUInt32Number ComponentStartingOrder[], cmsUInt32Number ComponentPointerIncrements[]) { if (T_PLANAR(Format)) { ComputeIncrementsForPlanar(Format, BytesPerPlane, nChannels, nAlpha, ComponentStartingOrder, ComponentPointerIncrements); } else { ComputeIncrementsForChunky(Format, BytesPerPlane, nChannels, nAlpha, ComponentStartingOrder, ComponentPointerIncrements); } } lcms2-2.17/plugins/fast_float/src/fast_float_sup.c0000644000175000017500000001174114752176133021261 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System, fast floating point extensions // Copyright (c) 1998-2024 Marti Maria Saguer, all rights reserved // // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // //--------------------------------------------------------------------------------- #include "fast_float_internal.h" // This is the main dispatcher static cmsBool Floating_Point_Transforms_Dispatcher(_cmsTransform2Fn* TransformFn, void** UserData, _cmsFreeUserDataFn* FreeUserData, cmsPipeline** Lut, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) { // Softproofing & gamut check does not use plugin, both are activated via following flag. if (*dwFlags & cmsFLAGS_SOFTPROOFING) return FALSE; // Special flags for reversing are not supported if (T_FLAVOR(*InputFormat) || T_FLAVOR(*OutputFormat)) return FALSE; // Check consistency for alpha channel copy if (*dwFlags & cmsFLAGS_COPY_ALPHA) { if ((T_EXTRA(*InputFormat) != T_EXTRA(*OutputFormat))) return FALSE; if (T_PREMUL(*InputFormat) || T_PREMUL(*OutputFormat)) return FALSE; } // Try to optimize as a set of curves plus a matrix plus a set of curves if (OptimizeMatrixShaper15(TransformFn, UserData, FreeUserData, Lut, InputFormat, OutputFormat, dwFlags)) return TRUE; // Try to optimize by joining curves if (Optimize8ByJoiningCurves(TransformFn, UserData, FreeUserData, Lut, InputFormat, OutputFormat, dwFlags)) return TRUE; #ifndef CMS_DONT_USE_SSE2 // Try to use SSE2 to optimize as a set of curves plus a matrix plus a set of curves if (Optimize8MatrixShaperSSE(TransformFn, UserData, FreeUserData, Lut, InputFormat, OutputFormat, dwFlags)) return TRUE; #endif // Try to optimize as a set of curves plus a matrix plus a set of curves if (Optimize8MatrixShaper(TransformFn, UserData, FreeUserData, Lut, InputFormat, OutputFormat, dwFlags)) return TRUE; // Try to optimize by joining curves if (OptimizeFloatByJoiningCurves(TransformFn, UserData, FreeUserData, Lut, InputFormat, OutputFormat, dwFlags)) return TRUE; // Try to optimize as a set of curves plus a matrix plus a set of curves if (OptimizeFloatMatrixShaper(TransformFn, UserData, FreeUserData, Lut, InputFormat, OutputFormat, dwFlags)) return TRUE; // Try to optimize using prelinearization plus tetrahedral if (Optimize8BitRGBTransform(TransformFn, UserData, FreeUserData, Lut, InputFormat, OutputFormat, dwFlags)) return TRUE; // Try to optimize using prelinearization plus tetrahedral if (Optimize16BitRGBTransform(TransformFn, UserData, FreeUserData, Lut, InputFormat, OutputFormat, dwFlags)) return TRUE; // Try to optimize using prelinearization plus tetrahedral if (OptimizeCLUTRGBTransform(TransformFn, UserData, FreeUserData, Lut, InputFormat, OutputFormat, dwFlags)) return TRUE; // Try to optimize using prelinearization plus tetrahedral if (OptimizeCLUTCMYKTransform(TransformFn, UserData, FreeUserData, Lut, InputFormat, OutputFormat, dwFlags)) return TRUE; // Try to optimize for Lab float as input if (OptimizeCLUTLabTransform(TransformFn, UserData, FreeUserData, Lut, InputFormat, OutputFormat, dwFlags)) return TRUE; // Cannot optimize, use lcms normal process return FALSE; } // The Plug-in entry points static cmsPluginFormatters PluginFastFloat = { { cmsPluginMagicNumber, REQUIRED_LCMS_VERSION, cmsPluginFormattersSig, NULL }, Formatter_15Bit_Factory }; static cmsPluginTransform PluginList = { { cmsPluginMagicNumber, REQUIRED_LCMS_VERSION, cmsPluginTransformSig, (cmsPluginBase *) &PluginFastFloat }, // When initializing a union, the initializer list must have only one member, which initializes the first member of // the union unless a designated initializer is used (C99) { (_cmsTransformFactory) Floating_Point_Transforms_Dispatcher } }; // This is the main plug-in installer. // Using a function to retrieve the plug-in entry point allows us to execute initialization data. void* CMSEXPORT cmsFastFloatExtensions(void) { return (void*)&PluginList; } lcms2-2.17/plugins/fast_float/src/lcms2_fast_float.rc.in0000644000175000017500000000354514752176133022264 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System, multithread extensions // Copyright (c) 1998-2022 Marti Maria Saguer, all rights reserved // // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // //--------------------------------------------------------------------------------- #include 1 VERSIONINFO FILEVERSION @LCMS2_VERSION_MAJOR@, @LCMS2_VERSION_MINOR@, @LCMS2_VERSION_MICRO@, 0 PRODUCTVERSION @LCMS2_VERSION_MAJOR@, @LCMS2_VERSION_MINOR@, @LCMS2_VERSION_MICRO@, 0 FILEFLAGSMASK 0x0L #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG #endif FILEOS VOS_NT_WINDOWS32 FILETYPE VFT_DLL { BLOCK "StringFileInfo" { BLOCK "040904e4" { VALUE "CompanyName", "Marti Maria" VALUE "FileDescription", "Fast Float plugin" VALUE "FileVersion", @LCMS2_VERSION@ VALUE "InternalName", "lcms2_fast_float" VALUE "LegalCopyright", "Copyright (C) Marti Maria 2022, GPL-3.0-or-later" VALUE "OriginalFilename", "lcms2_fast_float.dll" VALUE "ProductName", "LittleCMS color engine" VALUE "ProductVersion", @LCMS2_VERSION@ } } BLOCK "VarFileInfo" { VALUE "Translation", 0x409, 1252 } } lcms2-2.17/plugins/fast_float/src/meson.build0000644000175000017500000000232314752176133020242 0ustar martimartilcms2_fast_float_sources = files( 'fast_16_tethra.c', 'fast_8_curves.c', 'fast_8_matsh.c', 'fast_8_matsh_sse.c', 'fast_8_tethra.c', 'fast_float_15bits.c', 'fast_float_15mats.c', 'fast_float_cmyk.c', 'fast_float_curves.c', 'fast_float_internal.h', 'fast_float_lab.c', 'fast_float_matsh.c', 'fast_float_separate.c', 'fast_float_sup.c', 'fast_float_tethra.c', ) lcms2_fast_float_incdir = include_directories('../include', '.') if host_machine.system() == 'windows' if get_option('default_library') == 'shared' lcms2_fast_float_rc = configure_file( input: 'lcms2_fast_float.rc.in', configuration: version_cfg, output: 'lcms2_fast_float.rc', ) lcms2_fast_float_sources += win.compile_resources(lcms2_fast_float_rc) endif endif liblcms2_fast_float = library( 'lcms2_fast_float', lcms2_fast_float_sources, gnu_symbol_visibility: 'hidden', dependencies: [liblcms2_dep, m_dep], include_directories: lcms2_fast_float_incdir, c_args: cargs, version: library_version, install: true, ) liblcms2_fast_float_dep = declare_dependency( link_with: liblcms2_fast_float, include_directories: lcms2_fast_float_incdir, ) extra_libraries += liblcms2_fast_float lcms2-2.17/plugins/fast_float/src/.deps/0000755000175000017500000000000014752176133017111 5ustar martimartilcms2-2.17/plugins/fast_float/src/fast_8_curves.c0000644000175000017500000003573214752176133021031 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System, fast floating point extensions // Copyright (c) 1998-2024 Marti Maria Saguer, all rights reserved // // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // //--------------------------------------------------------------------------------- #include "fast_float_internal.h" // Curves, optimization is valid for 8 bits only typedef struct { cmsContext ContextID; int nCurves; cmsUInt8Number Curves[cmsMAXCHANNELS][256]; } Curves8Data; // Evaluator for RGB 8-bit curves. This are just 1D tables static void FastEvaluateRGBCurves8(struct _cmstransform_struct *CMMcargo, const void* Input, void* Output, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride) { cmsUInt32Number i, ii; cmsUInt32Number SourceStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number SourceIncrements[cmsMAXCHANNELS]; cmsUInt32Number DestStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number DestIncrements[cmsMAXCHANNELS]; const cmsUInt8Number* rin; const cmsUInt8Number* gin; const cmsUInt8Number* bin; const cmsUInt8Number* ain = NULL; cmsUInt8Number* rout; cmsUInt8Number* gout; cmsUInt8Number* bout; cmsUInt8Number* aout = NULL; cmsUInt32Number nalpha; size_t strideIn, strideOut; Curves8Data* Data = (Curves8Data*)_cmsGetTransformUserData(CMMcargo); _cmsComputeComponentIncrements(cmsGetTransformInputFormat((cmsHTRANSFORM)CMMcargo), Stride->BytesPerPlaneIn, NULL, &nalpha, SourceStartingOrder, SourceIncrements); _cmsComputeComponentIncrements(cmsGetTransformOutputFormat((cmsHTRANSFORM)CMMcargo), Stride->BytesPerPlaneOut, NULL, &nalpha, DestStartingOrder, DestIncrements); if (!(_cmsGetTransformFlags(CMMcargo) & cmsFLAGS_COPY_ALPHA)) nalpha = 0; strideIn = strideOut = 0; for (i = 0; i < LineCount; i++) { rin = (const cmsUInt8Number*)Input + SourceStartingOrder[0] + strideIn; gin = (const cmsUInt8Number*)Input + SourceStartingOrder[1] + strideIn; bin = (const cmsUInt8Number*)Input + SourceStartingOrder[2] + strideIn; if (nalpha) ain = (const cmsUInt8Number*)Input + SourceStartingOrder[3] + strideIn; rout = (cmsUInt8Number*)Output + DestStartingOrder[0] + strideOut; gout = (cmsUInt8Number*)Output + DestStartingOrder[1] + strideOut; bout = (cmsUInt8Number*)Output + DestStartingOrder[2] + strideOut; if (nalpha) aout = (cmsUInt8Number*)Output + DestStartingOrder[3] + strideOut; for (ii = 0; ii < PixelsPerLine; ii++) { *rout = Data->Curves[0][*rin]; *gout = Data->Curves[1][*gin]; *bout = Data->Curves[2][*bin]; // Handle alpha if (ain) { *aout = *ain; } rin += SourceIncrements[0]; gin += SourceIncrements[1]; bin += SourceIncrements[2]; if (ain) ain += SourceIncrements[3]; rout += DestIncrements[0]; gout += DestIncrements[1]; bout += DestIncrements[2]; if (aout) aout += DestIncrements[3]; } strideIn += Stride->BytesPerLineIn; strideOut += Stride->BytesPerLineOut; } } // Do nothing but arrange the format. RGB static void FastRGBIdentity8(struct _cmstransform_struct *CMMcargo, const void* Input, void* Output, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride) { cmsUInt32Number i, ii; cmsUInt32Number SourceStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number SourceIncrements[cmsMAXCHANNELS]; cmsUInt32Number DestStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number DestIncrements[cmsMAXCHANNELS]; const cmsUInt8Number* rin; const cmsUInt8Number* gin; const cmsUInt8Number* bin; const cmsUInt8Number* ain = NULL; cmsUInt8Number* rout; cmsUInt8Number* gout; cmsUInt8Number* bout; cmsUInt8Number* aout = NULL; cmsUInt32Number nalpha; size_t strideIn, strideOut; _cmsComputeComponentIncrements(cmsGetTransformInputFormat((cmsHTRANSFORM)CMMcargo), Stride->BytesPerPlaneIn, NULL, &nalpha, SourceStartingOrder, SourceIncrements); _cmsComputeComponentIncrements(cmsGetTransformOutputFormat((cmsHTRANSFORM)CMMcargo), Stride->BytesPerPlaneOut, NULL, &nalpha, DestStartingOrder, DestIncrements); if (!(_cmsGetTransformFlags(CMMcargo) & cmsFLAGS_COPY_ALPHA)) nalpha = 0; strideIn = strideOut = 0; for (i = 0; i < LineCount; i++) { rin = (const cmsUInt8Number*)Input + SourceStartingOrder[0] + strideIn; gin = (const cmsUInt8Number*)Input + SourceStartingOrder[1] + strideIn; bin = (const cmsUInt8Number*)Input + SourceStartingOrder[2] + strideIn; if (nalpha) ain = (const cmsUInt8Number*)Input + SourceStartingOrder[3] + strideIn; rout = (cmsUInt8Number*)Output + DestStartingOrder[0] + strideOut; gout = (cmsUInt8Number*)Output + DestStartingOrder[1] + strideOut; bout = (cmsUInt8Number*)Output + DestStartingOrder[2] + strideOut; if (nalpha) aout = (cmsUInt8Number*)Output + DestStartingOrder[3] + strideOut; for (ii = 0; ii < PixelsPerLine; ii++) { *rout = *rin; *gout = *gin; *bout = *bin; // Handle alpha if (ain) { *aout = *ain; } rin += SourceIncrements[0]; gin += SourceIncrements[1]; bin += SourceIncrements[2]; if (ain) ain += SourceIncrements[3]; rout += DestIncrements[0]; gout += DestIncrements[1]; bout += DestIncrements[2]; if (aout) aout += DestIncrements[3]; } strideIn += Stride->BytesPerLineIn; strideOut += Stride->BytesPerLineOut; } } // Evaluate 1 channel only static void FastEvaluateGrayCurves8(struct _cmstransform_struct *CMMcargo, const void* Input, void* Output, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride) { cmsUInt32Number i, ii; cmsUInt32Number SourceStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number SourceIncrements[cmsMAXCHANNELS]; cmsUInt32Number DestStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number DestIncrements[cmsMAXCHANNELS]; const cmsUInt8Number* gin; const cmsUInt8Number* ain = NULL; cmsUInt8Number* gout; cmsUInt8Number* aout = NULL; cmsUInt32Number nalpha; size_t strideIn, strideOut; Curves8Data* Data = (Curves8Data*)_cmsGetTransformUserData(CMMcargo); _cmsComputeComponentIncrements(cmsGetTransformInputFormat((cmsHTRANSFORM)CMMcargo), Stride->BytesPerPlaneIn, NULL, &nalpha, SourceStartingOrder, SourceIncrements); _cmsComputeComponentIncrements(cmsGetTransformOutputFormat((cmsHTRANSFORM)CMMcargo), Stride->BytesPerPlaneOut, NULL, &nalpha, DestStartingOrder, DestIncrements); if (!(_cmsGetTransformFlags(CMMcargo) & cmsFLAGS_COPY_ALPHA)) nalpha = 0; strideIn = strideOut = 0; for (i = 0; i < LineCount; i++) { gin = (const cmsUInt8Number*)Input + SourceStartingOrder[0] + strideIn; if (nalpha) ain = (const cmsUInt8Number*)Input + SourceStartingOrder[1] + strideIn; gout = (cmsUInt8Number*)Output + DestStartingOrder[0] + strideOut; if (nalpha) aout = (cmsUInt8Number*)Output + DestStartingOrder[1] + strideOut; for (ii = 0; ii < PixelsPerLine; ii++) { *gout = Data->Curves[0][*gin]; // Handle alpha if (ain) { *aout = *ain; } gin += SourceIncrements[0]; if (ain) ain += SourceIncrements[1]; gout += DestIncrements[0]; if (aout) aout += DestIncrements[1]; } strideIn += Stride->BytesPerLineIn; strideOut += Stride->BytesPerLineOut; } } static void FastGrayIdentity8(struct _cmstransform_struct *CMMcargo, const void* Input, void* Output, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride) { cmsUInt32Number i, ii; cmsUInt32Number SourceStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number SourceIncrements[cmsMAXCHANNELS]; cmsUInt32Number DestStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number DestIncrements[cmsMAXCHANNELS]; const cmsUInt8Number* gin; const cmsUInt8Number* ain = NULL; cmsUInt8Number* gout; cmsUInt8Number* aout = NULL; cmsUInt32Number nalpha; size_t strideIn, strideOut; _cmsComputeComponentIncrements(cmsGetTransformInputFormat((cmsHTRANSFORM)CMMcargo), Stride->BytesPerPlaneIn, NULL, &nalpha, SourceStartingOrder, SourceIncrements); _cmsComputeComponentIncrements(cmsGetTransformOutputFormat((cmsHTRANSFORM)CMMcargo), Stride->BytesPerPlaneOut, NULL, &nalpha, DestStartingOrder, DestIncrements); if (!(_cmsGetTransformFlags(CMMcargo) & cmsFLAGS_COPY_ALPHA)) nalpha = 0; strideIn = strideOut = 0; for (i = 0; i < LineCount; i++) { gin = (const cmsUInt8Number*)Input + SourceStartingOrder[0] + strideIn; if (nalpha) ain = (const cmsUInt8Number*)Input + SourceStartingOrder[1] + strideIn; gout = (cmsUInt8Number*)Output + DestStartingOrder[0] + strideOut; if (nalpha) aout = (cmsUInt8Number*)Output + DestStartingOrder[1] + strideOut; for (ii = 0; ii < PixelsPerLine; ii++) { *gout = *gin; // Handle alpha if (ain) { *aout = *ain; } gin += SourceIncrements[0]; if (ain) ain += SourceIncrements[1]; gout += DestIncrements[0]; if (aout) aout += DestIncrements[1]; } strideIn += Stride->BytesPerLineIn; strideOut += Stride->BytesPerLineOut; } } // Try to see if the curves are linear static cmsBool AllCurvesAreLinear(Curves8Data* data) { int i, j; for (i=0; i < 3; i++) { for (j = 0; j < 256; j++) { if (data ->Curves[i][j] != j) return FALSE; } } return TRUE; } static Curves8Data* ComputeCompositeCurves(cmsUInt32Number nChan, cmsPipeline* Src) { cmsUInt32Number i, j; cmsFloat32Number InFloat[3], OutFloat[3]; Curves8Data* Data = (Curves8Data*) _cmsMallocZero(cmsGetPipelineContextID(Src), sizeof(Curves8Data)); if (Data == NULL) return NULL; // Create target curves for (i=0; i < 256; i++) { for (j=0; j Curves[j][i] = FROM_16_TO_8(_cmsSaturateWord(OutFloat[j] * 65535.0)); } return Data; } // If the target LUT holds only curves, the optimization procedure is to join all those // curves together. That only works on curves and does not work on matrices. // Any number of channels up to 16 cmsBool Optimize8ByJoiningCurves(_cmsTransform2Fn* TransformFn, void** UserData, _cmsFreeUserDataFn* FreeUserData, cmsPipeline** Lut, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) { cmsPipeline* Src = *Lut; cmsStage* mpe; Curves8Data* Data; cmsUInt32Number nChans; // This is a lossy optimization! does not apply in floating-point cases if (T_FLOAT(*InputFormat) || T_FLOAT(*OutputFormat)) return FALSE; // Only on 8-bit if (T_BYTES(*InputFormat) != 1 || T_BYTES(*OutputFormat) != 1) return FALSE; // Curves need same channels on input and output (despite extra channels may differ) nChans = T_CHANNELS(*InputFormat); if (nChans != T_CHANNELS(*OutputFormat)) return FALSE; // gray and RGB if (nChans != 1 && nChans != 3) return FALSE; // Only curves in this LUT? for (mpe = cmsPipelineGetPtrToFirstStage(Src); mpe != NULL; mpe = cmsStageNext(mpe)) { if (cmsStageType(mpe) != cmsSigCurveSetElemType) return FALSE; } Data = ComputeCompositeCurves(nChans, Src); *dwFlags |= cmsFLAGS_NOCACHE; *dwFlags &= ~cmsFLAGS_CAN_CHANGE_FORMATTER; *UserData = Data; *FreeUserData = _cmsFree; // Maybe the curves are linear at the end if (nChans == 1) *TransformFn = (AllCurvesAreLinear(Data) ? FastGrayIdentity8 : FastEvaluateGrayCurves8); else *TransformFn = (AllCurvesAreLinear(Data) ? FastRGBIdentity8 : FastEvaluateRGBCurves8); return TRUE; } lcms2-2.17/plugins/fast_float/src/fast_8_matsh.c0000644000175000017500000003174414752176133020635 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System, fast floating point extensions // Copyright (c) 1998-2024 Marti Maria Saguer, all rights reserved // // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // //--------------------------------------------------------------------------------- // Optimization for matrix-shaper in 8 bits. Numbers are operated in n.14 signed, tables are stored in 1.14 fixed #include "fast_float_internal.h" typedef cmsInt32Number cmsS1Fixed14Number; // Note that this may hold more than 16 bits! #define DOUBLE_TO_1FIXED14(x) ((cmsS1Fixed14Number) floor((x) * 16384.0 + 0.5)) // This is the private data container used by this optimization typedef struct { // Alignment makes it faster cmsS1Fixed14Number Mat[4][4]; // n.14 to n.14 (needs a saturation after that) void * real_ptr; cmsContext ContextID; cmsS1Fixed14Number Shaper1R[256]; // from 0..255 to 1.14 (0.0...1.0) cmsS1Fixed14Number Shaper1G[256]; cmsS1Fixed14Number Shaper1B[256]; cmsUInt8Number Shaper2R[0x4001]; // 1.14 to 0..255 cmsUInt8Number Shaper2G[0x4001]; cmsUInt8Number Shaper2B[0x4001]; } XMatShaper8Data; static XMatShaper8Data* malloc_aligned(cmsContext ContextID) { cmsUInt8Number* real_ptr = (cmsUInt8Number*) _cmsMallocZero(ContextID, sizeof(XMatShaper8Data) + 32); cmsUInt8Number* aligned = (cmsUInt8Number*) (((uintptr_t)real_ptr + 16) & ~0xf); XMatShaper8Data* p = (XMatShaper8Data*) aligned; p ->real_ptr = real_ptr; return p; } static void free_aligned(XMatShaper8Data* a) { _cmsFree(a->ContextID, a->real_ptr); } // Free the private data container static void FreeMatShaper(cmsContext ContextID, void* Data) { UNUSED_PARAMETER(ContextID); if (Data != NULL) free_aligned((XMatShaper8Data*) Data); } // This table converts from 8 bits to 1.14 after applying the curve static void FillFirstShaper(cmsS1Fixed14Number* Table, cmsToneCurve* Curve) { int i; cmsFloat32Number R, y; for (i=0; i < 256; i++) { R = (cmsFloat32Number) (i / 255.0); y = cmsEvalToneCurveFloat(Curve, R); Table[i] = DOUBLE_TO_1FIXED14(y); } } // This table converts form 1.14 (being 0x4000 the last entry) to 8 bits after applying the curve static void FillSecondShaper(cmsUInt8Number* Table, cmsToneCurve* Curve) { int i; cmsFloat32Number R, Val; cmsInt32Number w; for (i=0; i < 0x4001; i++) { R = (cmsFloat32Number) (i / 16384.0f); Val = cmsEvalToneCurveFloat(Curve, R); w = (cmsInt32Number) (Val * 255.0f + 0.5f); if (w < 0) w = 0; if (w > 255) w = 255; Table[i] = (cmsInt8Number) w; } } // Compute the matrix-shaper structure static XMatShaper8Data* SetMatShaper(cmsContext ContextID, cmsToneCurve* Curve1[3], cmsMAT3* Mat, cmsVEC3* Off, cmsToneCurve* Curve2[3]) { XMatShaper8Data* p; int i, j; // Allocate a big chuck of memory to store precomputed tables p = malloc_aligned(ContextID); if (p == NULL) return FALSE; p -> ContextID = ContextID; // Precompute tables FillFirstShaper(p ->Shaper1R, Curve1[0]); FillFirstShaper(p ->Shaper1G, Curve1[1]); FillFirstShaper(p ->Shaper1B, Curve1[2]); FillSecondShaper(p ->Shaper2R, Curve2[0]); FillSecondShaper(p ->Shaper2G, Curve2[1]); FillSecondShaper(p ->Shaper2B, Curve2[2]); // Convert matrix to nFixed14. Note that those values may take more than 16 bits as for (i=0; i < 3; i++) { for (j=0; j < 3; j++) { p ->Mat[j][i] = DOUBLE_TO_1FIXED14(Mat->v[i].n[j]); } } for (i=0; i < 3; i++) { if (Off == NULL) { p->Mat[3][i] = DOUBLE_TO_1FIXED14(0.5); } else { p->Mat[3][i] = DOUBLE_TO_1FIXED14(Off->n[i] + 0.5); } } return p; } // A fast matrix-shaper evaluator for 8 bits. This is a bit tricky since I'm using 1.14 signed fixed point // to accomplish some performance. Actually it takes 256x3 16 bits tables and 16385 x 3 tables of 8 bits, // in total about 50K, and the performance boost is huge! static void MatShaperXform8(struct _cmstransform_struct *CMMcargo, const void* Input, void* Output, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride) { XMatShaper8Data* p = (XMatShaper8Data*) _cmsGetTransformUserData(CMMcargo); cmsS1Fixed14Number l1, l2, l3; cmsS1Fixed14Number r, g, b; cmsUInt32Number ri, gi, bi; cmsUInt32Number i, ii; cmsUInt32Number SourceStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number SourceIncrements[cmsMAXCHANNELS]; cmsUInt32Number DestStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number DestIncrements[cmsMAXCHANNELS]; const cmsUInt8Number* rin; const cmsUInt8Number* gin; const cmsUInt8Number* bin; const cmsUInt8Number* ain = NULL; cmsUInt8Number* rout; cmsUInt8Number* gout; cmsUInt8Number* bout; cmsUInt8Number* aout = NULL; cmsUInt32Number nalpha; size_t strideIn, strideOut; _cmsComputeComponentIncrements(cmsGetTransformInputFormat((cmsHTRANSFORM)CMMcargo), Stride->BytesPerPlaneIn, NULL, &nalpha, SourceStartingOrder, SourceIncrements); _cmsComputeComponentIncrements(cmsGetTransformOutputFormat((cmsHTRANSFORM)CMMcargo), Stride->BytesPerPlaneOut, NULL, &nalpha, DestStartingOrder, DestIncrements); if (!(_cmsGetTransformFlags(CMMcargo) & cmsFLAGS_COPY_ALPHA)) nalpha = 0; strideIn = strideOut = 0; for (i = 0; i < LineCount; i++) { rin = (const cmsUInt8Number*)Input + SourceStartingOrder[0] + strideIn; gin = (const cmsUInt8Number*)Input + SourceStartingOrder[1] + strideIn; bin = (const cmsUInt8Number*)Input + SourceStartingOrder[2] + strideIn; if (nalpha) ain = (const cmsUInt8Number*)Input + SourceStartingOrder[3] + strideIn; rout = (cmsUInt8Number*)Output + DestStartingOrder[0] + strideOut; gout = (cmsUInt8Number*)Output + DestStartingOrder[1] + strideOut; bout = (cmsUInt8Number*)Output + DestStartingOrder[2] + strideOut; if (nalpha) aout = (cmsUInt8Number*)Output + DestStartingOrder[3] + strideOut; for (ii = 0; ii < PixelsPerLine; ii++) { // Across first shaper, which also converts to 1.14 fixed point. 16 bits guaranteed. r = p->Shaper1R[*rin]; g = p->Shaper1G[*gin]; b = p->Shaper1B[*bin]; // Evaluate the matrix in 1.14 fixed point l1 = (p->Mat[0][0] * r + p->Mat[1][0] * g + p->Mat[2][0] * b + p->Mat[3][0]) >> 14; l2 = (p->Mat[0][1] * r + p->Mat[1][1] * g + p->Mat[2][1] * b + p->Mat[3][1]) >> 14; l3 = (p->Mat[0][2] * r + p->Mat[1][2] * g + p->Mat[2][2] * b + p->Mat[3][2]) >> 14; // Now we have to clip to 0..1.0 range ri = (l1 < 0) ? 0 : ((l1 > 0x4000) ? 0x4000 : l1); gi = (l2 < 0) ? 0 : ((l2 > 0x4000) ? 0x4000 : l2); bi = (l3 < 0) ? 0 : ((l3 > 0x4000) ? 0x4000 : l3); // And across second shaper, *rout = p->Shaper2R[ri]; *gout = p->Shaper2G[gi]; *bout = p->Shaper2B[bi]; // Handle alpha if (ain) { *aout = *ain; } rin += SourceIncrements[0]; gin += SourceIncrements[1]; bin += SourceIncrements[2]; if (ain) ain += SourceIncrements[3]; rout += DestIncrements[0]; gout += DestIncrements[1]; bout += DestIncrements[2]; if (aout) aout += DestIncrements[3]; } strideIn += Stride->BytesPerLineIn; strideOut += Stride->BytesPerLineOut; } } // 8 bits on input allows matrix-shaper boost up a little bit cmsBool Optimize8MatrixShaper(_cmsTransform2Fn* TransformFn, void** UserData, _cmsFreeUserDataFn* FreeUserData, cmsPipeline** Lut, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) { cmsStage* Curve1, *Curve2; cmsStage* Matrix1, *Matrix2; _cmsStageMatrixData* Data1; _cmsStageMatrixData* Data2; cmsMAT3 res; cmsBool IdentityMat = FALSE; cmsPipeline* Dest, *Src; cmsContext ContextID; cmsUInt32Number nChans; cmsFloat64Number factor = 1.0; // Only works on RGB to RGB and gray to gray if ( !( (T_CHANNELS(*InputFormat) == 3 && T_CHANNELS(*OutputFormat) == 3) || (T_CHANNELS(*InputFormat) == 1 && T_CHANNELS(*OutputFormat) == 1) )) return FALSE; // Only works on 8 bit input if (T_BYTES(*InputFormat) != 1 || T_BYTES(*OutputFormat) != 1) return FALSE; // Seems suitable, proceed Src = *Lut; // Check for shaper-matrix-matrix-shaper structure, that is what this optimizer stands for if (!cmsPipelineCheckAndRetreiveStages(Src, 4, cmsSigCurveSetElemType, cmsSigMatrixElemType, cmsSigMatrixElemType, cmsSigCurveSetElemType, &Curve1, &Matrix1, &Matrix2, &Curve2)) return FALSE; ContextID = cmsGetPipelineContextID(Src); nChans = T_CHANNELS(*InputFormat); // Get both matrices, which are 3x3 Data1 = (_cmsStageMatrixData*) cmsStageData(Matrix1); Data2 = (_cmsStageMatrixData*) cmsStageData(Matrix2); // Input offset should be zero if (Data1 ->Offset != NULL) return FALSE; if (cmsStageInputChannels(Matrix1) == 1 && cmsStageOutputChannels(Matrix2) == 1) { // This is a gray to gray. Just multiply factor = Data1->Double[0]*Data2->Double[0] + Data1->Double[1]*Data2->Double[1] + Data1->Double[2]*Data2->Double[2]; if (fabs(1 - factor) < (1.0 / 65535.0)) IdentityMat = TRUE; } else { // Multiply both matrices to get the result _cmsMAT3per(&res, (cmsMAT3*) Data2 ->Double, (cmsMAT3*) Data1 ->Double); // Now the result is in res + Data2 -> Offset. Maybe is a plain identity? IdentityMat = FALSE; if (_cmsMAT3isIdentity(&res) && Data2 ->Offset == NULL) { // We can get rid of full matrix IdentityMat = TRUE; } } // Allocate an empty LUT Dest = cmsPipelineAlloc(ContextID, nChans, nChans); if (!Dest) return FALSE; // Assemble the new LUT cmsPipelineInsertStage(Dest, cmsAT_BEGIN, cmsStageDup(Curve1)); if (!IdentityMat) { if (nChans == 1) cmsPipelineInsertStage(Dest, cmsAT_END, cmsStageAllocMatrix(ContextID, 1, 1, (const cmsFloat64Number*) &factor, Data2->Offset)); else cmsPipelineInsertStage(Dest, cmsAT_END, cmsStageAllocMatrix(ContextID, 3, 3, (const cmsFloat64Number*) &res, Data2 ->Offset)); } cmsPipelineInsertStage(Dest, cmsAT_END, cmsStageDup(Curve2)); // If identity on matrix, we can further optimize the curves, so call the join curves routine if (IdentityMat) { Optimize8ByJoiningCurves(TransformFn, UserData, FreeUserData, &Dest, InputFormat, OutputFormat, dwFlags); } else { _cmsStageToneCurvesData* mpeC1 = (_cmsStageToneCurvesData*) cmsStageData(Curve1); _cmsStageToneCurvesData* mpeC2 = (_cmsStageToneCurvesData*) cmsStageData(Curve2); // In this particular optimization, cache does not help as it takes more time to deal with // the cache than with the pixel handling *dwFlags |= cmsFLAGS_NOCACHE; // Setup the optimization routines *UserData = SetMatShaper(ContextID, mpeC1 ->TheCurves, &res, (cmsVEC3*) Data2 ->Offset, mpeC2->TheCurves); *FreeUserData = FreeMatShaper; *TransformFn = MatShaperXform8; } *dwFlags &= ~cmsFLAGS_CAN_CHANGE_FORMATTER; cmsPipelineFree(Src); *Lut = Dest; return TRUE; } lcms2-2.17/plugins/fast_float/src/fast_8_matsh_sse.c0000644000175000017500000003177014752176133021506 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System, fast floating point extensions // Copyright (c) 1998-2024 Marti Maria Saguer, all rights reserved // // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // //--------------------------------------------------------------------------------- // Optimization for matrix-shaper in 8 bits using SSE2 intrinsics #include "fast_float_internal.h" #ifndef CMS_DONT_USE_SSE2 #ifdef _MSC_VER #include #else #include #include #endif #include // This is the private data container used by this optimization typedef struct { // This is for SSE, MUST be aligned at 16 bit boundary cmsFloat32Number Mat[4][4]; // n.14 to n.14 (needs a saturation after that) void * real_ptr; cmsContext ContextID; cmsFloat32Number Shaper1R[256]; // from 0..255 to 1.14 (0.0...1.0) cmsFloat32Number Shaper1G[256]; cmsFloat32Number Shaper1B[256]; cmsUInt8Number Shaper2R[0x4001]; // 1.14 to 0..255 cmsUInt8Number Shaper2G[0x4001]; cmsUInt8Number Shaper2B[0x4001]; } XMatShaper8Data; static XMatShaper8Data* malloc_aligned(cmsContext ContextID) { cmsUInt8Number* real_ptr = (cmsUInt8Number*) _cmsMallocZero(ContextID, sizeof(XMatShaper8Data) + 32); cmsUInt8Number* aligned = (cmsUInt8Number*) (((uintptr_t)real_ptr + 16) & ~0xf); XMatShaper8Data* p = (XMatShaper8Data*) aligned; p ->real_ptr = real_ptr; return p; } static void free_aligned(XMatShaper8Data* a) { _cmsFree(a->ContextID, a->real_ptr); } // Free the private data container static void FreeMatShaper(cmsContext ContextID, void* Data) { UNUSED_PARAMETER(ContextID); if (Data != NULL) free_aligned((XMatShaper8Data*) Data); } // This table converts from 8 bits to 1.14 after applying the curve static void FillFirstShaper(cmsFloat32Number* Table, cmsToneCurve* Curve) { cmsInt32Number i; cmsFloat32Number R; for (i = 0; i < 256; i++) { R = (cmsFloat32Number)(i / 255.0); Table[i] = cmsEvalToneCurveFloat(Curve, R); } } // This table converts form 1.14 (being 0x4000 the last entry) to 8 bits after applying the curve static void FillSecondShaper(cmsUInt8Number* Table, cmsToneCurve* Curve) { int i; cmsFloat32Number R, Val; cmsInt32Number w; for (i=0; i < 0x4001; i++) { R = (cmsFloat32Number) (i / 16384.0f); Val = cmsEvalToneCurveFloat(Curve, R); w = (cmsInt32Number) (Val * 255.0f + 0.5f); if (w < 0) w = 0; if (w > 255) w = 255; Table[i] = (cmsInt8Number) w; } } // Compute the matrix-shaper structure static XMatShaper8Data* SetMatShaper(cmsContext ContextID, cmsToneCurve* Curve1[3], cmsMAT3* Mat, cmsVEC3* Off, cmsToneCurve* Curve2[3]) { XMatShaper8Data* p; int i, j; // Allocate a big chuck of memory to store precomputed tables p = malloc_aligned(ContextID); if (p == NULL) return FALSE; p -> ContextID = ContextID; // Precompute tables FillFirstShaper(p ->Shaper1R, Curve1[0]); FillFirstShaper(p ->Shaper1G, Curve1[1]); FillFirstShaper(p ->Shaper1B, Curve1[2]); FillSecondShaper(p ->Shaper2R, Curve2[0]); FillSecondShaper(p ->Shaper2G, Curve2[1]); FillSecondShaper(p ->Shaper2B, Curve2[2]); // Convert matrix to float for (i=0; i < 3; i++) { for (j=0; j < 3; j++) { p ->Mat[j][i] = (cmsFloat32Number) Mat->v[i].n[j]; } } // Roundoff for (i=0; i < 3; i++) { if (Off == NULL) { p->Mat[3][i] = 0.0f; } else { p->Mat[3][i] = (cmsFloat32Number)Off->n[i]; } } return p; } // A fast matrix-shaper evaluator for 8 bits. static void MatShaperXform8SSE(struct _cmstransform_struct *CMMcargo, const void* Input, void* Output, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride) { XMatShaper8Data* p = (XMatShaper8Data*) _cmsGetTransformUserData(CMMcargo); cmsUInt32Number i, ii; cmsUInt32Number SourceStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number SourceIncrements[cmsMAXCHANNELS]; cmsUInt32Number DestStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number DestIncrements[cmsMAXCHANNELS]; const cmsUInt8Number* rin; const cmsUInt8Number* gin; const cmsUInt8Number* bin; const cmsUInt8Number* ain = NULL; cmsUInt8Number* rout; cmsUInt8Number* gout; cmsUInt8Number* bout; cmsUInt8Number* aout = NULL; cmsUInt32Number nalpha; size_t strideIn, strideOut; __m128 mat0 = _mm_load_ps(p->Mat[0]); __m128 mat1 = _mm_load_ps(p->Mat[1]); __m128 mat2 = _mm_load_ps(p->Mat[2]); __m128 mat3 = _mm_load_ps(p->Mat[3]); __m128 zero = _mm_setzero_ps(); __m128 one = _mm_set1_ps(1.0f); __m128 scale = _mm_set1_ps((cmsFloat32Number)0x4000); cmsUInt8Number buffer[32]; cmsUInt32Number* output_index = (cmsUInt32Number*)(((uintptr_t)buffer + 16) & ~0xf); _cmsComputeComponentIncrements(cmsGetTransformInputFormat((cmsHTRANSFORM)CMMcargo), Stride->BytesPerPlaneIn, NULL, &nalpha, SourceStartingOrder, SourceIncrements); _cmsComputeComponentIncrements(cmsGetTransformOutputFormat((cmsHTRANSFORM)CMMcargo), Stride->BytesPerPlaneOut, NULL, &nalpha, DestStartingOrder, DestIncrements); if (!(_cmsGetTransformFlags(CMMcargo) & cmsFLAGS_COPY_ALPHA)) nalpha = 0; strideIn = strideOut = 0; for (i = 0; i < LineCount; i++) { rin = (const cmsUInt8Number*)Input + SourceStartingOrder[0] + strideIn; gin = (const cmsUInt8Number*)Input + SourceStartingOrder[1] + strideIn; bin = (const cmsUInt8Number*)Input + SourceStartingOrder[2] + strideIn; if (nalpha) ain = (const cmsUInt8Number*)Input + SourceStartingOrder[3] + strideIn; rout = (cmsUInt8Number*)Output + DestStartingOrder[0] + strideOut; gout = (cmsUInt8Number*)Output + DestStartingOrder[1] + strideOut; bout = (cmsUInt8Number*)Output + DestStartingOrder[2] + strideOut; if (nalpha) aout = (cmsUInt8Number*)Output + DestStartingOrder[3] + strideOut; /** * Prefetch */ __m128 rvector = _mm_set1_ps(p->Shaper1R[*rin]); __m128 gvector = _mm_set1_ps(p->Shaper1G[*gin]); __m128 bvector = _mm_set1_ps(p->Shaper1B[*bin]); for (ii = 0; ii < PixelsPerLine; ii++) { __m128 el1 = _mm_mul_ps(rvector, mat0); __m128 el2 = _mm_mul_ps(gvector, mat1); __m128 el3 = _mm_mul_ps(bvector, mat2); __m128 sum = _mm_add_ps(el1, _mm_add_ps(el2, _mm_add_ps(el3, mat3))); __m128 out = _mm_min_ps(_mm_max_ps(sum, zero), one); out = _mm_mul_ps(out, scale); /** * Rounding and converting to index. * Actually this is a costly instruction that may be blocking performance */ _mm_store_si128((__m128i*)output_index, _mm_cvtps_epi32(out)); // Handle alpha if (ain) { *aout = *ain; } rin += SourceIncrements[0]; gin += SourceIncrements[1]; bin += SourceIncrements[2]; if (ain) ain += SourceIncrements[3]; /** * Take next value whilst store is being performed */ if (ii < PixelsPerLine - 1) { rvector = _mm_set1_ps(p->Shaper1R[*rin]); gvector = _mm_set1_ps(p->Shaper1G[*gin]); bvector = _mm_set1_ps(p->Shaper1B[*bin]); } *rout = p->Shaper2R[output_index[0]]; *gout = p->Shaper2G[output_index[1]]; *bout = p->Shaper2B[output_index[2]]; rout += DestIncrements[0]; gout += DestIncrements[1]; bout += DestIncrements[2]; if (aout) aout += DestIncrements[3]; } strideIn += Stride->BytesPerLineIn; strideOut += Stride->BytesPerLineOut; } } static cmsBool IsSSE2Available(void) { #ifdef _MSC_VER int cpuinfo[4]; __cpuid(cpuinfo, 1); if (!(cpuinfo[3] & (1 << 26))) return FALSE; return TRUE; #else unsigned int level = 1u; unsigned int eax, ebx, ecx, edx; unsigned int bits = (1u << 26); unsigned int max = __get_cpuid_max(0, NULL); if (level > max) { return FALSE; } __cpuid_count(level, 0, eax, ebx, ecx, edx); return (edx & bits) == bits; #endif } // 8 bits on input allows matrix-shaper boost up a little bit cmsBool Optimize8MatrixShaperSSE(_cmsTransform2Fn* TransformFn, void** UserData, _cmsFreeUserDataFn* FreeUserData, cmsPipeline** Lut, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) { cmsStage* Curve1, *Curve2; cmsStage* Matrix1, *Matrix2; _cmsStageMatrixData* Data1; _cmsStageMatrixData* Data2; cmsMAT3 res; cmsBool IdentityMat = FALSE; cmsPipeline* Dest, *Src; cmsContext ContextID; cmsUInt32Number nChans; // Check for SSE2 support if (!(IsSSE2Available())) return FALSE; // Only works on 3 to 3, probably RGB if ( !( (T_CHANNELS(*InputFormat) == 3 && T_CHANNELS(*OutputFormat) == 3) ) ) return FALSE; // Only works on 8 bit input if (T_BYTES(*InputFormat) != 1 || T_BYTES(*OutputFormat) != 1) return FALSE; // Seems suitable, proceed Src = *Lut; // Check for shaper-matrix-matrix-shaper structure, that is what this optimizer stands for if (!cmsPipelineCheckAndRetreiveStages(Src, 4, cmsSigCurveSetElemType, cmsSigMatrixElemType, cmsSigMatrixElemType, cmsSigCurveSetElemType, &Curve1, &Matrix1, &Matrix2, &Curve2)) return FALSE; ContextID = cmsGetPipelineContextID(Src); nChans = T_CHANNELS(*InputFormat); // Get both matrices, which are 3x3 Data1 = (_cmsStageMatrixData*) cmsStageData(Matrix1); Data2 = (_cmsStageMatrixData*) cmsStageData(Matrix2); // Input offset should be zero if (Data1->Offset != NULL) return FALSE; // Multiply both matrices to get the result _cmsMAT3per(&res, (cmsMAT3*)Data2->Double, (cmsMAT3*)Data1->Double); // Now the result is in res + Data2 -> Offset. Maybe is a plain identity? IdentityMat = FALSE; if (_cmsMAT3isIdentity(&res) && Data2->Offset == NULL) { // We can get rid of full matrix IdentityMat = TRUE; } // Allocate an empty LUT Dest = cmsPipelineAlloc(ContextID, nChans, nChans); if (!Dest) return FALSE; // Assamble the new LUT cmsPipelineInsertStage(Dest, cmsAT_BEGIN, cmsStageDup(Curve1)); if (!IdentityMat) { cmsPipelineInsertStage(Dest, cmsAT_END, cmsStageAllocMatrix(ContextID, 3, 3, (const cmsFloat64Number*) &res, Data2 ->Offset)); } cmsPipelineInsertStage(Dest, cmsAT_END, cmsStageDup(Curve2)); // If identity on matrix, we can further optimize the curves, so call the join curves routine if (IdentityMat) { Optimize8ByJoiningCurves(TransformFn, UserData, FreeUserData, &Dest, InputFormat, OutputFormat, dwFlags); } else { _cmsStageToneCurvesData* mpeC1 = (_cmsStageToneCurvesData*) cmsStageData(Curve1); _cmsStageToneCurvesData* mpeC2 = (_cmsStageToneCurvesData*) cmsStageData(Curve2); // In this particular optimization, cache does not help as it takes more time to deal with // the cache than with the pixel handling *dwFlags |= cmsFLAGS_NOCACHE; // Setup the optimizarion routines *UserData = SetMatShaper(ContextID, mpeC1 ->TheCurves, &res, (cmsVEC3*) Data2 ->Offset, mpeC2->TheCurves); *FreeUserData = FreeMatShaper; *TransformFn = MatShaperXform8SSE; } *dwFlags &= ~cmsFLAGS_CAN_CHANGE_FORMATTER; cmsPipelineFree(Src); *Lut = Dest; return TRUE; } #endif lcms2-2.17/plugins/fast_float/src/fast_8_tethra.c0000644000175000017500000004112714752176133021004 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System, fast floating point extensions // Copyright (c) 1998-2024 Marti Maria Saguer, all rights reserved // // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // //--------------------------------------------------------------------------------- #include "fast_float_internal.h" #define PRELINEARIZATION_POINTS 4096 // Optimization for 8 bits, 3 inputs only typedef struct { cmsContext ContextID; const cmsInterpParams* p; // Tetrahedrical interpolation parameters. This is a not-owned pointer. cmsUInt16Number rx[256], ry[256], rz[256]; cmsUInt32Number X0[256], Y0[256], Z0[256]; // Precomputed nodes and offsets for 8-bit input data } Performance8Data; // Precomputes tables for 8-bit on input devicelink. static Performance8Data* Performance8alloc(cmsContext ContextID, const cmsInterpParams* p, cmsToneCurve* G[3]) { int i; cmsUInt16Number Input[3]; cmsS15Fixed16Number v1, v2, v3; Performance8Data* p8; p8 = (Performance8Data*) _cmsMallocZero(ContextID, sizeof(Performance8Data)); if (p8 == NULL) return NULL; // Since this only works for 8 bit input, values comes always as x * 257, // we can safely take msb byte (x << 8 + x) for (i=0; i < 256; i++) { if (G != NULL) { // Get 16-bit representation Input[0] = cmsEvalToneCurve16(G[0], FROM_8_TO_16(i)); Input[1] = cmsEvalToneCurve16(G[1], FROM_8_TO_16(i)); Input[2] = cmsEvalToneCurve16(G[2], FROM_8_TO_16(i)); } else { Input[0] = FROM_8_TO_16(i); Input[1] = FROM_8_TO_16(i); Input[2] = FROM_8_TO_16(i); } // Move to 0..1.0 in fixed domain v1 = _cmsToFixedDomain(Input[0] * p -> Domain[0]); v2 = _cmsToFixedDomain(Input[1] * p -> Domain[1]); v3 = _cmsToFixedDomain(Input[2] * p -> Domain[2]); // Store the precalculated table of nodes p8 ->X0[i] = (p->opta[2] * FIXED_TO_INT(v1)); p8 ->Y0[i] = (p->opta[1] * FIXED_TO_INT(v2)); p8 ->Z0[i] = (p->opta[0] * FIXED_TO_INT(v3)); // Store the precalculated table of offsets p8 ->rx[i] = (cmsUInt16Number) FIXED_REST_TO_INT(v1); p8 ->ry[i] = (cmsUInt16Number) FIXED_REST_TO_INT(v2); p8 ->rz[i] = (cmsUInt16Number) FIXED_REST_TO_INT(v3); } p8 ->ContextID = ContextID; p8 ->p = p; return p8; } static void Performance8free(cmsContext ContextID, void* ptr) { _cmsFree(ContextID, ptr); } // Sampler implemented by another LUT. This is a clean way to precalculate the devicelink 3D CLUT for // almost any transform. We use floating point precision and then convert from floating point to 16 bits. static int XFormSampler16(CMSREGISTER const cmsUInt16Number In[], CMSREGISTER cmsUInt16Number Out[], CMSREGISTER void* Cargo) { // Evaluate in 16 bits cmsPipelineEval16(In, Out, (cmsPipeline*) Cargo); // Always succeed return TRUE; } // A optimized interpolation for 8-bit input. #define DENS(i,j,k) (LutTable[(i)+(j)+(k)+OutChan]) static void PerformanceEval8(struct _cmstransform_struct *CMMcargo, const void* Input, void* Output, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride) { cmsUInt8Number r, g, b; cmsS15Fixed16Number rx, ry, rz; cmsS15Fixed16Number c0, c1, c2, c3, Rest; cmsUInt32Number OutChan, TotalPlusAlpha; cmsS15Fixed16Number X0, X1, Y0, Y1, Z0, Z1; Performance8Data* p8 = (Performance8Data*)_cmsGetTransformUserData(CMMcargo); const cmsInterpParams* p = p8->p; cmsUInt32Number TotalOut = p->nOutputs; const cmsUInt16Number* LutTable = (const cmsUInt16Number*)p->Table; cmsUInt8Number* out[cmsMAXCHANNELS]; cmsUInt16Number res16; cmsUInt32Number i, ii; cmsUInt32Number SourceStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number SourceIncrements[cmsMAXCHANNELS]; cmsUInt32Number DestStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number DestIncrements[cmsMAXCHANNELS]; const cmsUInt8Number* rin; const cmsUInt8Number* gin; const cmsUInt8Number* bin; const cmsUInt8Number* ain = NULL; cmsUInt32Number nalpha; size_t strideIn, strideOut; _cmsComputeComponentIncrements(cmsGetTransformInputFormat((cmsHTRANSFORM)CMMcargo), Stride->BytesPerPlaneIn, NULL, &nalpha, SourceStartingOrder, SourceIncrements); _cmsComputeComponentIncrements(cmsGetTransformOutputFormat((cmsHTRANSFORM)CMMcargo), Stride->BytesPerPlaneOut, NULL, &nalpha, DestStartingOrder, DestIncrements); if (!(_cmsGetTransformFlags(CMMcargo) & cmsFLAGS_COPY_ALPHA)) nalpha = 0; strideIn = strideOut = 0; for (i = 0; i < LineCount; i++) { rin = (const cmsUInt8Number*)Input + SourceStartingOrder[0] + strideIn; gin = (const cmsUInt8Number*)Input + SourceStartingOrder[1] + strideIn; bin = (const cmsUInt8Number*)Input + SourceStartingOrder[2] + strideIn; if (nalpha) ain = (const cmsUInt8Number*)Input + SourceStartingOrder[3] + strideIn; TotalPlusAlpha = TotalOut; if (ain) TotalPlusAlpha++; for (OutChan = 0; OutChan < TotalPlusAlpha; OutChan++) { out[OutChan] = (cmsUInt8Number*)Output + DestStartingOrder[OutChan] + strideOut; } for (ii = 0; ii < PixelsPerLine; ii++) { r = *rin; g = *gin; b = *bin; rin += SourceIncrements[0]; gin += SourceIncrements[1]; bin += SourceIncrements[2]; X0 = X1 = p8->X0[r]; Y0 = Y1 = p8->Y0[g]; Z0 = Z1 = p8->Z0[b]; rx = p8->rx[r]; ry = p8->ry[g]; rz = p8->rz[b]; X1 = X0 + ((rx == 0) ? 0 : p->opta[2]); Y1 = Y0 + ((ry == 0) ? 0 : p->opta[1]); Z1 = Z0 + ((rz == 0) ? 0 : p->opta[0]); // These are the 6 Tetrahedral for (OutChan = 0; OutChan < TotalOut; OutChan++) { c0 = DENS(X0, Y0, Z0); if (rx >= ry && ry >= rz) { c1 = DENS(X1, Y0, Z0) - c0; c2 = DENS(X1, Y1, Z0) - DENS(X1, Y0, Z0); c3 = DENS(X1, Y1, Z1) - DENS(X1, Y1, Z0); } else if (rx >= rz && rz >= ry) { c1 = DENS(X1, Y0, Z0) - c0; c2 = DENS(X1, Y1, Z1) - DENS(X1, Y0, Z1); c3 = DENS(X1, Y0, Z1) - DENS(X1, Y0, Z0); } else if (rz >= rx && rx >= ry) { c1 = DENS(X1, Y0, Z1) - DENS(X0, Y0, Z1); c2 = DENS(X1, Y1, Z1) - DENS(X1, Y0, Z1); c3 = DENS(X0, Y0, Z1) - c0; } else if (ry >= rx && rx >= rz) { c1 = DENS(X1, Y1, Z0) - DENS(X0, Y1, Z0); c2 = DENS(X0, Y1, Z0) - c0; c3 = DENS(X1, Y1, Z1) - DENS(X1, Y1, Z0); } else if (ry >= rz && rz >= rx) { c1 = DENS(X1, Y1, Z1) - DENS(X0, Y1, Z1); c2 = DENS(X0, Y1, Z0) - c0; c3 = DENS(X0, Y1, Z1) - DENS(X0, Y1, Z0); } else if (rz >= ry && ry >= rx) { c1 = DENS(X1, Y1, Z1) - DENS(X0, Y1, Z1); c2 = DENS(X0, Y1, Z1) - DENS(X0, Y0, Z1); c3 = DENS(X0, Y0, Z1) - c0; } else { c1 = c2 = c3 = 0; } Rest = c1 * rx + c2 * ry + c3 * rz + 0x8001; res16 = (cmsUInt16Number)c0 + ((Rest + (Rest >> 16)) >> 16); *out[OutChan] = FROM_16_TO_8(res16); out[OutChan] += DestIncrements[OutChan]; } if (ain) { *out[TotalOut] = *ain; ain += SourceIncrements[3]; out[TotalOut] += DestIncrements[TotalOut]; } } strideIn += Stride->BytesPerLineIn; strideOut += Stride->BytesPerLineOut; } } #undef DENS // Curves that contain wide empty areas are not optimizeable static cmsBool IsDegenerated(const cmsToneCurve* g) { int i, Zeros = 0, Poles = 0; int nEntries = cmsGetToneCurveEstimatedTableEntries(g); const cmsUInt16Number* Table16 = cmsGetToneCurveEstimatedTable(g); for (i=0; i < nEntries; i++) { if (Table16[i] == 0x0000) Zeros++; if (Table16[i] == 0xffff) Poles++; } if (Zeros == 1 && Poles == 1) return FALSE; // For linear tables if (Zeros > (nEntries / 4)) return TRUE; // Degenerated, mostly zeros if (Poles > (nEntries / 4)) return TRUE; // Degenerated, mostly poles return FALSE; } // Normalize endpoints by slope limiting max and min. This assures endpoints as well. // Descending curves are handled as well. static void SlopeLimiting(cmsUInt16Number* Table16, int nEntries) { int BeginVal, EndVal; int AtBegin = (int) floor((cmsFloat64Number)nEntries * 0.02 + 0.5); // Cutoff at 2% int AtEnd = nEntries - AtBegin - 1; // And 98% cmsFloat64Number Val, Slope, beta; int i; if (Table16[0] > Table16[nEntries-1]) { BeginVal = 0xffff; EndVal = 0; } else { BeginVal = 0; EndVal = 0xffff; } // Compute slope and offset for begin of curve Val = Table16[AtBegin]; Slope = (Val - BeginVal) / AtBegin; beta = Val - Slope * AtBegin; for (i=0; i < AtBegin; i++) Table16[i] = _cmsSaturateWord(i * Slope + beta); // Compute slope and offset for the end Val = Table16[AtEnd]; Slope = (EndVal - Val) / AtBegin; // AtBegin holds the X interval, which is same in both cases beta = Val - Slope * AtEnd; for (i = AtEnd; i < (int) nEntries; i++) Table16[i] = _cmsSaturateWord(i * Slope + beta); } // -------------------------------------------------------------------------------------------------------------- cmsBool Optimize8BitRGBTransform(_cmsTransform2Fn* TransformFn, void** UserData, _cmsFreeUserDataFn* FreeDataFn, cmsPipeline** Lut, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) { cmsPipeline* OriginalLut; int nGridPoints; cmsToneCurve *Trans[cmsMAXCHANNELS], *TransReverse[cmsMAXCHANNELS]; cmsUInt32Number t, i, j; cmsFloat32Number v, In[cmsMAXCHANNELS], Out[cmsMAXCHANNELS]; cmsBool lIsSuitable; cmsPipeline* OptimizedLUT = NULL, *LutPlusCurves = NULL; cmsStage* OptimizedCLUTmpe; cmsStage* OptimizedPrelinMpe; Performance8Data* p8; cmsUInt16Number* MyTable[3]; cmsContext ContextID; _cmsStageCLutData* data; // For empty transforms, do nothing if (*Lut == NULL) return FALSE; // This is a lossy optimization! does not apply in floating-point cases if (T_FLOAT(*InputFormat) || T_FLOAT(*OutputFormat)) return FALSE; // Only on 8-bit if (T_BYTES(*InputFormat) != 1 || T_BYTES(*OutputFormat) != 1) return FALSE; // Only on RGB if (T_COLORSPACE(*InputFormat) != PT_RGB) return FALSE; // This optimization only works on RGB8->RGB8 if (T_COLORSPACE(*OutputFormat) != PT_RGB) return FALSE; OriginalLut = *Lut; ContextID = cmsGetPipelineContextID(OriginalLut); nGridPoints = _cmsReasonableGridpointsByColorspace(cmsSigRgbData, *dwFlags); // Empty gamma containers memset(Trans, 0, sizeof(Trans)); memset(TransReverse, 0, sizeof(TransReverse)); MyTable[0] = (cmsUInt16Number*) _cmsMallocZero(ContextID, sizeof(cmsUInt16Number) * PRELINEARIZATION_POINTS); MyTable[1] = (cmsUInt16Number*) _cmsMallocZero(ContextID, sizeof(cmsUInt16Number) * PRELINEARIZATION_POINTS); MyTable[2] = (cmsUInt16Number*) _cmsMallocZero(ContextID, sizeof(cmsUInt16Number) * PRELINEARIZATION_POINTS); if (MyTable[0] == NULL || MyTable[1] == NULL || MyTable[2] == NULL) goto Error; // Populate the curves for (i=0; i < PRELINEARIZATION_POINTS; i++) { v = (cmsFloat32Number) ((cmsFloat64Number) i / (PRELINEARIZATION_POINTS - 1)); // Feed input with a gray ramp for (j=0; j < 3; j++) In[j] = v; // Evaluate the gray value cmsPipelineEvalFloat(In, Out, OriginalLut); // Store result in curve for (j=0; j < 3; j++) MyTable[j][i] = _cmsSaturateWord(Out[j] * 65535.0); } for (t=0; t < 3; t++) { SlopeLimiting(MyTable[t], PRELINEARIZATION_POINTS); Trans[t] = cmsBuildTabulatedToneCurve16(ContextID, PRELINEARIZATION_POINTS, MyTable[t]); if (Trans[t] == NULL) goto Error; _cmsFree(cmsGetPipelineContextID(OriginalLut), MyTable[t]); } // Check for validity lIsSuitable = TRUE; for (t=0; (lIsSuitable && (t < 3)); t++) { if (IsDegenerated(Trans[t])) lIsSuitable = FALSE; } // If it is not suitable, just quit if (!lIsSuitable) goto Error; // Invert curves if possible for (t = 0; t < cmsPipelineInputChannels(OriginalLut); t++) { TransReverse[t] = cmsReverseToneCurveEx(PRELINEARIZATION_POINTS, Trans[t]); if (TransReverse[t] == NULL) goto Error; } // Now insert the reversed curves at the begin of transform LutPlusCurves = cmsPipelineDup(OriginalLut); if (LutPlusCurves == NULL) goto Error; cmsPipelineInsertStage(LutPlusCurves, cmsAT_BEGIN, cmsStageAllocToneCurves(ContextID, 3, TransReverse)); // Create the result LUT OptimizedLUT = cmsPipelineAlloc(cmsGetPipelineContextID(OriginalLut), 3, cmsPipelineOutputChannels(OriginalLut)); if (OptimizedLUT == NULL) goto Error; OptimizedPrelinMpe = cmsStageAllocToneCurves(ContextID, 3, Trans); // Create and insert the curves at the beginning cmsPipelineInsertStage(OptimizedLUT, cmsAT_BEGIN, OptimizedPrelinMpe); // Allocate the CLUT for result OptimizedCLUTmpe = cmsStageAllocCLut16bit(ContextID, nGridPoints, 3, cmsPipelineOutputChannels(OriginalLut), NULL); // Add the CLUT to the destination LUT cmsPipelineInsertStage(OptimizedLUT, cmsAT_END, OptimizedCLUTmpe); // Resample the LUT if (!cmsStageSampleCLut16bit(OptimizedCLUTmpe, XFormSampler16, (void*) LutPlusCurves, 0)) goto Error; // Set the evaluator data = (_cmsStageCLutData*) cmsStageData(OptimizedCLUTmpe); p8 = Performance8alloc(ContextID, data ->Params, Trans); if (p8 == NULL) return FALSE; // Free resources for (t = 0; t <3; t++) { if (Trans[t]) cmsFreeToneCurve(Trans[t]); if (TransReverse[t]) cmsFreeToneCurve(TransReverse[t]); } cmsPipelineFree(LutPlusCurves); // And return the obtained LUT cmsPipelineFree(OriginalLut); *dwFlags &= ~cmsFLAGS_CAN_CHANGE_FORMATTER; *Lut = OptimizedLUT; *TransformFn = PerformanceEval8; *UserData = p8; *FreeDataFn = Performance8free; return TRUE; Error: for (t = 0; t < 3; t++) { if (Trans[t]) cmsFreeToneCurve(Trans[t]); if (TransReverse[t]) cmsFreeToneCurve(TransReverse[t]); } if (LutPlusCurves != NULL) cmsPipelineFree(LutPlusCurves); if (OptimizedLUT != NULL) cmsPipelineFree(OptimizedLUT); return FALSE; } lcms2-2.17/plugins/fast_float/src/fast_float_15mats.c0000644000175000017500000003116714752176133021570 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System, fast floating point extensions // Copyright (c) 1998-2024 Marti Maria Saguer, all rights reserved // // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // //--------------------------------------------------------------------------------- // Optimization for matrix-shaper in 15 bits. Numbers are operated in 1.15 unsigned, #include "fast_float_internal.h" // An storage capable to keep 1.15 signed and some extra precision. // Actually I use 32 bits integer (signed) typedef cmsInt32Number cmsS1Fixed15Number; // Conversion to fixed. Note we don't use floor to get proper sign roundoff #define DOUBLE_TO_1FIXED15(x) ((cmsS1Fixed15Number) ((double) (x) * 0x8000 + 0.5)) // This is the private data container used by this optimization typedef struct { cmsS1Fixed15Number Mat[3][3]; cmsS1Fixed15Number Off[3]; // Precalculated tables for first shaper (375 Kb in total of both shapers) cmsUInt16Number Shaper1R[MAX_NODES_IN_CURVE]; cmsUInt16Number Shaper1G[MAX_NODES_IN_CURVE]; cmsUInt16Number Shaper1B[MAX_NODES_IN_CURVE]; // Second shaper cmsUInt16Number Shaper2R[MAX_NODES_IN_CURVE]; cmsUInt16Number Shaper2G[MAX_NODES_IN_CURVE]; cmsUInt16Number Shaper2B[MAX_NODES_IN_CURVE]; // A flag for fast operation if identity cmsBool IdentityMat; // The context cmsContext ContextID; // Points to the raw, unaligned memory void * real_ptr; } XMatShaperData; // A special malloc that returns memory aligned to DWORD boundary. Aligned memory access is way faster than unaligned // reference to the real block is kept for later free static XMatShaperData* malloc_aligned(cmsContext ContextID) { cmsUInt8Number* real_ptr = (cmsUInt8Number*)_cmsMallocZero(ContextID, sizeof(XMatShaperData) + 32); cmsUInt8Number* aligned = (cmsUInt8Number*)(((uintptr_t)real_ptr + 16) & ~0xf); XMatShaperData* p = (XMatShaperData*)aligned; p->real_ptr = real_ptr; p->ContextID = ContextID; return p; } // Free the private data container static void FreeMatShaper(cmsContext ContextID, void* Data) { XMatShaperData* p = (XMatShaperData*)Data; if (p != NULL) _cmsFree(ContextID, p->real_ptr); } // This table converts from 8 bits to 1.14 after applying the curve static void FillShaper(cmsUInt16Number* Table, cmsToneCurve* Curve) { int i; cmsFloat32Number R, y; for (i = 0; i < MAX_NODES_IN_CURVE; i++) { R = (cmsFloat32Number)i / (cmsFloat32Number) (MAX_NODES_IN_CURVE - 1); y = cmsEvalToneCurveFloat(Curve, R); Table[i] = (cmsUInt16Number) DOUBLE_TO_1FIXED15(y); } } // Compute the matrix-shaper structure static XMatShaperData* SetMatShaper(cmsContext ContextID, cmsToneCurve* Curve1[3], cmsMAT3* Mat, cmsVEC3* Off, cmsToneCurve* Curve2[3], cmsBool IdentityMat) { XMatShaperData* p; int i, j; // Allocate a big chuck of memory to store precomputed tables p = malloc_aligned(ContextID); if (p == NULL) return FALSE; p->ContextID = ContextID; p->IdentityMat = IdentityMat; // Precompute tables FillShaper(p->Shaper1R, Curve1[0]); FillShaper(p->Shaper1G, Curve1[1]); FillShaper(p->Shaper1B, Curve1[2]); FillShaper(p->Shaper2R, Curve2[0]); FillShaper(p->Shaper2G, Curve2[1]); FillShaper(p->Shaper2B, Curve2[2]); // Convert matrix to nFixed14. Note that those values may take more than 16 bits if negative for (i = 0; i < 3; i++) { for (j = 0; j < 3; j++) { p->Mat[i][j] = DOUBLE_TO_1FIXED15(Mat->v[i].n[j]); } } for (i = 0; i < 3; i++) { if (Off == NULL) { p->Off[i] = 0x4000; } else { p->Off[i] = DOUBLE_TO_1FIXED15(Off->n[i]) + 0x4000; } } return p; } // A fast matrix-shaper evaluator for 15 bits. This is a bit ticky since I'm using 1.15 signed fixed point. static void MatShaperXform(struct _cmstransform_struct *CMMcargo, const void* Input, void* Output, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride) { XMatShaperData* p = (XMatShaperData*)_cmsGetTransformUserData(CMMcargo); cmsS1Fixed15Number l1, l2, l3; cmsS1Fixed15Number r, g, b; cmsUInt32Number ri, gi, bi; cmsUInt32Number i, ii; cmsUInt32Number SourceStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number SourceIncrements[cmsMAXCHANNELS]; cmsUInt32Number DestStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number DestIncrements[cmsMAXCHANNELS]; const cmsUInt8Number* rin; const cmsUInt8Number* gin; const cmsUInt8Number* bin; const cmsUInt8Number* ain = NULL; cmsUInt8Number* rout; cmsUInt8Number* gout; cmsUInt8Number* bout; cmsUInt8Number* aout = NULL; cmsUInt32Number nalpha; size_t strideIn, strideOut; _cmsComputeComponentIncrements(cmsGetTransformInputFormat((cmsHTRANSFORM)CMMcargo), Stride->BytesPerPlaneIn, NULL, &nalpha, SourceStartingOrder, SourceIncrements); _cmsComputeComponentIncrements(cmsGetTransformOutputFormat((cmsHTRANSFORM)CMMcargo), Stride->BytesPerPlaneOut, NULL, &nalpha, DestStartingOrder, DestIncrements); if (!(_cmsGetTransformFlags(CMMcargo) & cmsFLAGS_COPY_ALPHA)) nalpha = 0; strideIn = strideOut = 0; for (i = 0; i < LineCount; i++) { rin = (const cmsUInt8Number*)Input + SourceStartingOrder[0] + strideIn; gin = (const cmsUInt8Number*)Input + SourceStartingOrder[1] + strideIn; bin = (const cmsUInt8Number*)Input + SourceStartingOrder[2] + strideIn; if (nalpha) ain = (const cmsUInt8Number*)Input + SourceStartingOrder[3] + strideIn; rout = (cmsUInt8Number*)Output + DestStartingOrder[0] + strideOut; gout = (cmsUInt8Number*)Output + DestStartingOrder[1] + strideOut; bout = (cmsUInt8Number*)Output + DestStartingOrder[2] + strideOut; if (nalpha) aout = (cmsUInt8Number*)Output + DestStartingOrder[3] + strideOut; for (ii = 0; ii < PixelsPerLine; ii++) { // Across first shaper, which also converts to 1.15 fixed point. r = p->Shaper1R[*(cmsUInt16Number*)rin]; g = p->Shaper1G[*(cmsUInt16Number*)gin]; b = p->Shaper1B[*(cmsUInt16Number*)bin]; if (p->IdentityMat) { l1 = r; l2 = g; l3 = b; } else { // Evaluate the matrix in 1.14 fixed point l1 = (p->Mat[0][0] * r + p->Mat[0][1] * g + p->Mat[0][2] * b + p->Off[0]) >> 15; l2 = (p->Mat[1][0] * r + p->Mat[1][1] * g + p->Mat[1][2] * b + p->Off[1]) >> 15; l3 = (p->Mat[2][0] * r + p->Mat[2][1] * g + p->Mat[2][2] * b + p->Off[2]) >> 15; } // Now we have to clip to 0..1.0 range ri = (l1 < 0) ? 0 : ((l1 > 0x8000) ? 0x8000 : l1); gi = (l2 < 0) ? 0 : ((l2 > 0x8000) ? 0x8000 : l2); bi = (l3 < 0) ? 0 : ((l3 > 0x8000) ? 0x8000 : l3); // And across second shaper, *(cmsUInt16Number*)rout = p->Shaper2R[ri]; *(cmsUInt16Number*)gout = p->Shaper2G[gi]; *(cmsUInt16Number*)bout = p->Shaper2B[bi]; // Handle alpha if (ain) { memmove(aout, ain, 2); } rin += SourceIncrements[0]; gin += SourceIncrements[1]; bin += SourceIncrements[2]; if (ain) ain += SourceIncrements[3]; rout += DestIncrements[0]; gout += DestIncrements[1]; bout += DestIncrements[2]; if (aout) aout += DestIncrements[3]; } strideIn += Stride->BytesPerLineIn; strideOut += Stride->BytesPerLineOut; } } // 15 bits on input allows matrix-shaper boost up a little bit cmsBool OptimizeMatrixShaper15(_cmsTransform2Fn* TransformFn, void** UserData, _cmsFreeUserDataFn* FreeUserData, cmsPipeline** Lut, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) { cmsStage* Curve1, *Curve2; cmsStage* Matrix1, *Matrix2; _cmsStageMatrixData* Data1; _cmsStageMatrixData* Data2; cmsMAT3 res; cmsBool IdentityMat = FALSE; cmsPipeline* Dest, *Src; cmsContext ContextID; cmsUInt32Number nChans; // Only works on RGB to RGB and gray if (!(T_CHANNELS(*InputFormat) == 3 && T_CHANNELS(*OutputFormat) == 3)) return FALSE; // Only works on 15 bit to 15 bit if (T_BYTES(*InputFormat) != 2 || T_BYTES(*OutputFormat) != 2 || T_BIT15(*InputFormat) == 0 || T_BIT15(*OutputFormat) == 0) return FALSE; // Seems suitable, proceed Src = *Lut; // Check for shaper-matrix-matrix-shaper structure, that is what this optimizer stands for if (!cmsPipelineCheckAndRetreiveStages(Src, 4, cmsSigCurveSetElemType, cmsSigMatrixElemType, cmsSigMatrixElemType, cmsSigCurveSetElemType, &Curve1, &Matrix1, &Matrix2, &Curve2)) return FALSE; ContextID = cmsGetPipelineContextID(Src); nChans = T_CHANNELS(*InputFormat); // Get both matrices, which are 3x3 Data1 = (_cmsStageMatrixData*)cmsStageData(Matrix1); Data2 = (_cmsStageMatrixData*)cmsStageData(Matrix2); // Input offset should be zero if (Data1->Offset != NULL) return FALSE; // Multiply both matrices to get the result _cmsMAT3per(&res, (cmsMAT3*)Data2->Double, (cmsMAT3*)Data1->Double); // Now the result is in res + Data2 -> Offset. Maybe is a plain identity? IdentityMat = FALSE; if (_cmsMAT3isIdentity(&res) && Data2->Offset == NULL) { // We can get rid of full matrix IdentityMat = TRUE; } // Allocate an empty LUT Dest = cmsPipelineAlloc(ContextID, nChans, nChans); if (!Dest) return FALSE; // Assamble the new LUT cmsPipelineInsertStage(Dest, cmsAT_BEGIN, cmsStageDup(Curve1)); if (!IdentityMat) { cmsPipelineInsertStage(Dest, cmsAT_END, cmsStageAllocMatrix(ContextID, 3, 3, (const cmsFloat64Number*)&res, Data2->Offset)); } cmsPipelineInsertStage(Dest, cmsAT_END, cmsStageDup(Curve2)); { _cmsStageToneCurvesData* mpeC1 = (_cmsStageToneCurvesData*)cmsStageData(Curve1); _cmsStageToneCurvesData* mpeC2 = (_cmsStageToneCurvesData*)cmsStageData(Curve2); // In this particular optimization, cache does not help as it takes more time to deal with // the cache than with the pixel handling *dwFlags |= cmsFLAGS_NOCACHE; // Setup the optimizarion routines *UserData = SetMatShaper(ContextID, mpeC1->TheCurves, &res, (cmsVEC3*)Data2->Offset, mpeC2->TheCurves, IdentityMat); *FreeUserData = FreeMatShaper; *TransformFn = MatShaperXform; } cmsPipelineFree(Src); *dwFlags &= ~cmsFLAGS_CAN_CHANGE_FORMATTER; *Lut = Dest; return TRUE; } lcms2-2.17/plugins/fast_float/src/fast_float_cmyk.c0000644000175000017500000003301614752176133021414 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System, fast floating point extensions // Copyright (c) 1998-2024 Marti Maria Saguer, all rights reserved // // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // //--------------------------------------------------------------------------------- #include "fast_float_internal.h" // Optimization for floating point tetrahedral interpolation typedef struct { cmsContext ContextID; const cmsInterpParams* p; // Tetrahedrical interpolation parameters. This is a not-owned pointer. } FloatCMYKData; // Precomputes tables on input devicelink. static FloatCMYKData* FloatCMYKAlloc(cmsContext ContextID, const cmsInterpParams* p) { FloatCMYKData* fd; fd = (FloatCMYKData*) _cmsMallocZero(ContextID, sizeof(FloatCMYKData)); if (fd == NULL) return NULL; fd ->ContextID = ContextID; fd ->p = p; return fd; } static int XFormSampler(CMSREGISTER const cmsFloat32Number In[], CMSREGISTER cmsFloat32Number Out[], CMSREGISTER void* Cargo) { // Evaluate in 16 bits cmsPipelineEvalFloat(In, Out, (cmsPipeline*) Cargo); // Always succeed return TRUE; } cmsINLINE cmsFloat32Number LinearInterpInt(cmsFloat32Number a, cmsFloat32Number l, cmsFloat32Number h) { return (h - l) * a + l; } // To prevent out of bounds indexing cmsINLINE cmsFloat32Number fclamp100(cmsFloat32Number v) { return ((v < 1.0e-9f) || isnan(v)) ? 0.0f : (v > 100.0f ? 100.0f : v); } // A optimized interpolation for 8-bit input. #define DENS(i,j,k) (LutTable[(i)+(j)+(k)+OutChan]) static void FloatCMYKCLUTEval(struct _cmstransform_struct *CMMcargo, const void* Input, void* Output, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride) { cmsFloat32Number c, m, y, k; cmsFloat32Number px, py, pz, pk; int x0, y0, z0, k0; int X0, Y0, Z0, K0, X1, Y1, Z1, K1; cmsFloat32Number rx, ry, rz, rk; cmsFloat32Number c0, c1 = 0, c2 = 0, c3 = 0; cmsUInt32Number OutChan; FloatCMYKData* pcmyk = (FloatCMYKData*) _cmsGetTransformUserData(CMMcargo); const cmsInterpParams* p = pcmyk ->p; cmsUInt32Number TotalOut = p -> nOutputs; cmsUInt32Number TotalPlusAlpha; const cmsFloat32Number* LutTable = (const cmsFloat32Number*)p->Table; cmsUInt32Number i, ii; const cmsUInt8Number* cin; const cmsUInt8Number* min; const cmsUInt8Number* yin; const cmsUInt8Number* kin; const cmsUInt8Number* ain = NULL; cmsFloat32Number Tmp1[cmsMAXCHANNELS], Tmp2[cmsMAXCHANNELS]; cmsUInt8Number* out[cmsMAXCHANNELS]; cmsUInt32Number SourceStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number SourceIncrements[cmsMAXCHANNELS]; cmsUInt32Number DestStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number DestIncrements[cmsMAXCHANNELS]; cmsUInt32Number InputFormat = cmsGetTransformInputFormat((cmsHTRANSFORM) CMMcargo); cmsUInt32Number OutputFormat = cmsGetTransformOutputFormat((cmsHTRANSFORM) CMMcargo); cmsUInt32Number nchans, nalpha; size_t strideIn, strideOut; _cmsComputeComponentIncrements(InputFormat, Stride->BytesPerPlaneIn, &nchans, &nalpha, SourceStartingOrder, SourceIncrements); _cmsComputeComponentIncrements(OutputFormat, Stride->BytesPerPlaneOut, &nchans, &nalpha, DestStartingOrder, DestIncrements); if (!(_cmsGetTransformFlags(CMMcargo) & cmsFLAGS_COPY_ALPHA)) nalpha = 0; strideIn = strideOut = 0; for (i = 0; i < LineCount; i++) { cin = (const cmsUInt8Number*)Input + SourceStartingOrder[0] + strideIn; min = (const cmsUInt8Number*)Input + SourceStartingOrder[1] + strideIn; yin = (const cmsUInt8Number*)Input + SourceStartingOrder[2] + strideIn; kin = (const cmsUInt8Number*)Input + SourceStartingOrder[3] + strideIn; if (nalpha) ain = (const cmsUInt8Number*)Input + SourceStartingOrder[4] + strideIn; TotalPlusAlpha = TotalOut; if (ain) TotalPlusAlpha++; for (ii = 0; ii < TotalPlusAlpha; ii++) out[ii] = (cmsUInt8Number*)Output + DestStartingOrder[ii] + strideOut; for (ii = 0; ii < PixelsPerLine; ii++) { c = fclamp100(*(cmsFloat32Number*)cin) / 100.0f; m = fclamp100(*(cmsFloat32Number*)min) / 100.0f; y = fclamp100(*(cmsFloat32Number*)yin) / 100.0f; k = fclamp100(*(cmsFloat32Number*)kin) / 100.0f; cin += SourceIncrements[0]; min += SourceIncrements[1]; yin += SourceIncrements[2]; kin += SourceIncrements[3]; pk = c * p->Domain[0]; // C px = m * p->Domain[1]; // M py = y * p->Domain[2]; // Y pz = k * p->Domain[3]; // K k0 = (int)_cmsQuickFloor(pk); rk = (pk - (cmsFloat32Number)k0); x0 = (int)_cmsQuickFloor(px); rx = (px - (cmsFloat32Number)x0); y0 = (int)_cmsQuickFloor(py); ry = (py - (cmsFloat32Number)y0); z0 = (int)_cmsQuickFloor(pz); rz = (pz - (cmsFloat32Number)z0); K0 = p->opta[3] * k0; K1 = K0 + (c >= 1.0 ? 0 : p->opta[3]); X0 = p->opta[2] * x0; X1 = X0 + (m >= 1.0 ? 0 : p->opta[2]); Y0 = p->opta[1] * y0; Y1 = Y0 + (y >= 1.0 ? 0 : p->opta[1]); Z0 = p->opta[0] * z0; Z1 = Z0 + (k >= 1.0 ? 0 : p->opta[0]); for (OutChan = 0; OutChan < TotalOut; OutChan++) { c0 = DENS(X0, Y0, Z0); if (rx >= ry && ry >= rz) { c1 = DENS(X1, Y0, Z0) - c0; c2 = DENS(X1, Y1, Z0) - DENS(X1, Y0, Z0); c3 = DENS(X1, Y1, Z1) - DENS(X1, Y1, Z0); } else if (rx >= rz && rz >= ry) { c1 = DENS(X1, Y0, Z0) - c0; c2 = DENS(X1, Y1, Z1) - DENS(X1, Y0, Z1); c3 = DENS(X1, Y0, Z1) - DENS(X1, Y0, Z0); } else if (rz >= rx && rx >= ry) { c1 = DENS(X1, Y0, Z1) - DENS(X0, Y0, Z1); c2 = DENS(X1, Y1, Z1) - DENS(X1, Y0, Z1); c3 = DENS(X0, Y0, Z1) - c0; } else if (ry >= rx && rx >= rz) { c1 = DENS(X1, Y1, Z0) - DENS(X0, Y1, Z0); c2 = DENS(X0, Y1, Z0) - c0; c3 = DENS(X1, Y1, Z1) - DENS(X1, Y1, Z0); } else if (ry >= rz && rz >= rx) { c1 = DENS(X1, Y1, Z1) - DENS(X0, Y1, Z1); c2 = DENS(X0, Y1, Z0) - c0; c3 = DENS(X0, Y1, Z1) - DENS(X0, Y1, Z0); } else if (rz >= ry && ry >= rx) { c1 = DENS(X1, Y1, Z1) - DENS(X0, Y1, Z1); c2 = DENS(X0, Y1, Z1) - DENS(X0, Y0, Z1); c3 = DENS(X0, Y0, Z1) - c0; } else { c1 = c2 = c3 = 0; } Tmp1[OutChan] = c0 + c1 * rx + c2 * ry + c3 * rz; } LutTable = (cmsFloat32Number*)p->Table; LutTable += K1; for (OutChan = 0; OutChan < p->nOutputs; OutChan++) { c0 = DENS(X0, Y0, Z0); if (rx >= ry && ry >= rz) { c1 = DENS(X1, Y0, Z0) - c0; c2 = DENS(X1, Y1, Z0) - DENS(X1, Y0, Z0); c3 = DENS(X1, Y1, Z1) - DENS(X1, Y1, Z0); } else if (rx >= rz && rz >= ry) { c1 = DENS(X1, Y0, Z0) - c0; c2 = DENS(X1, Y1, Z1) - DENS(X1, Y0, Z1); c3 = DENS(X1, Y0, Z1) - DENS(X1, Y0, Z0); } else if (rz >= rx && rx >= ry) { c1 = DENS(X1, Y0, Z1) - DENS(X0, Y0, Z1); c2 = DENS(X1, Y1, Z1) - DENS(X1, Y0, Z1); c3 = DENS(X0, Y0, Z1) - c0; } else if (ry >= rx && rx >= rz) { c1 = DENS(X1, Y1, Z0) - DENS(X0, Y1, Z0); c2 = DENS(X0, Y1, Z0) - c0; c3 = DENS(X1, Y1, Z1) - DENS(X1, Y1, Z0); } else if (ry >= rz && rz >= rx) { c1 = DENS(X1, Y1, Z1) - DENS(X0, Y1, Z1); c2 = DENS(X0, Y1, Z0) - c0; c3 = DENS(X0, Y1, Z1) - DENS(X0, Y1, Z0); } else if (rz >= ry && ry >= rx) { c1 = DENS(X1, Y1, Z1) - DENS(X0, Y1, Z1); c2 = DENS(X0, Y1, Z1) - DENS(X0, Y0, Z1); c3 = DENS(X0, Y0, Z1) - c0; } else { c1 = c2 = c3 = 0; } Tmp2[OutChan] = c0 + c1 * rx + c2 * ry + c3 * rz; } for (OutChan = 0; OutChan < p->nOutputs; OutChan++) { *(cmsFloat32Number*)(out[OutChan]) = LinearInterpInt(rk, Tmp1[OutChan], Tmp2[OutChan]); out[OutChan] += DestIncrements[OutChan]; } if (ain) { *(cmsFloat32Number*)(out[TotalOut]) = *(cmsFloat32Number*)ain; ain += SourceIncrements[4]; out[TotalOut] += DestIncrements[TotalOut]; } } strideIn += Stride->BytesPerLineIn; strideOut += Stride->BytesPerLineOut; } } #undef DENS // -------------------------------------------------------------------------------------------------------------- cmsBool OptimizeCLUTCMYKTransform(_cmsTransform2Fn* TransformFn, void** UserData, _cmsFreeUserDataFn* FreeDataFn, cmsPipeline** Lut, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) { cmsPipeline* OriginalLut; int nGridPoints; cmsPipeline* OptimizedLUT = NULL; cmsStage* OptimizedCLUTmpe; FloatCMYKData* pcmyk; cmsContext ContextID; _cmsStageCLutData* data; // For empty transforms, do nothing if (*Lut == NULL) return FALSE; // This is a lossy optimization! does not apply in floating-point cases if (!T_FLOAT(*InputFormat) || !T_FLOAT(*OutputFormat)) return FALSE; // Only on 8-bit if (T_BYTES(*InputFormat) != 4 || T_BYTES(*OutputFormat) != 4) return FALSE; // Only on CMYK if (T_COLORSPACE(*InputFormat) != PT_CMYK) return FALSE; OriginalLut = *Lut; ContextID = cmsGetPipelineContextID(OriginalLut); nGridPoints = _cmsReasonableGridpointsByColorspace(cmsSigRgbData, *dwFlags); // Create the result LUT OptimizedLUT = cmsPipelineAlloc(cmsGetPipelineContextID(OriginalLut), 4, cmsPipelineOutputChannels(OriginalLut)); if (OptimizedLUT == NULL) goto Error; // Allocate the CLUT for result OptimizedCLUTmpe = cmsStageAllocCLutFloat(ContextID, nGridPoints, 4, cmsPipelineOutputChannels(OriginalLut), NULL); // Add the CLUT to the destination LUT cmsPipelineInsertStage(OptimizedLUT, cmsAT_BEGIN, OptimizedCLUTmpe); // Resample the LUT if (!cmsStageSampleCLutFloat(OptimizedCLUTmpe, XFormSampler, (void*)OriginalLut, 0)) goto Error; // Set the evaluator, copy parameters data = (_cmsStageCLutData*) cmsStageData(OptimizedCLUTmpe); pcmyk = FloatCMYKAlloc(ContextID, data ->Params); if (pcmyk == NULL) return FALSE; // And return the obtained LUT cmsPipelineFree(OriginalLut); *Lut = OptimizedLUT; *TransformFn = FloatCMYKCLUTEval; *UserData = pcmyk; *FreeDataFn = _cmsFree; *dwFlags &= ~cmsFLAGS_CAN_CHANGE_FORMATTER; return TRUE; Error: if (OptimizedLUT != NULL) cmsPipelineFree(OptimizedLUT); return FALSE; } lcms2-2.17/plugins/fast_float/src/fast_float_curves.c0000644000175000017500000004070214752176133021760 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System, fast floating point extensions // Copyright (c) 1998-2024 Marti Maria Saguer, all rights reserved // // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // //--------------------------------------------------------------------------------- #include "fast_float_internal.h" // Curves, optimization is valid for floating point curves typedef struct { cmsFloat32Number CurveR[MAX_NODES_IN_CURVE]; cmsFloat32Number CurveG[MAX_NODES_IN_CURVE]; cmsFloat32Number CurveB[MAX_NODES_IN_CURVE]; void* real_ptr; } CurvesFloatData; // A special malloc that returns memory aligned to DWORD boundary. Aligned memory access is way faster than unaligned // reference to the real block is kept for later free static CurvesFloatData* malloc_aligned(cmsContext ContextID) { cmsUInt8Number* real_ptr = (cmsUInt8Number*)_cmsMallocZero(ContextID, sizeof(CurvesFloatData) + 32); cmsUInt8Number* aligned = (cmsUInt8Number*)(((uintptr_t)real_ptr + 16) & ~0xf); CurvesFloatData* p = (CurvesFloatData*)aligned; p->real_ptr = real_ptr; return p; } // Free the private data container static void free_aligned(cmsContext ContextID, void* Data) { CurvesFloatData* p = (CurvesFloatData*)Data; if (p != NULL) _cmsFree(ContextID, p->real_ptr); } // Evaluator for float curves. This are just 1D tables static void FastEvaluateFloatRGBCurves(struct _cmstransform_struct *CMMcargo, const void* Input, void* Output, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride) { cmsUInt32Number i, ii; cmsUInt32Number SourceStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number SourceIncrements[cmsMAXCHANNELS]; cmsUInt32Number DestStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number DestIncrements[cmsMAXCHANNELS]; const cmsUInt8Number* rin; const cmsUInt8Number* gin; const cmsUInt8Number* bin; const cmsUInt8Number* ain = NULL; cmsUInt8Number* rout; cmsUInt8Number* gout; cmsUInt8Number* bout; cmsUInt8Number* aout = NULL; cmsUInt32Number InputFormat = cmsGetTransformInputFormat((cmsHTRANSFORM) CMMcargo); cmsUInt32Number OutputFormat = cmsGetTransformOutputFormat((cmsHTRANSFORM) CMMcargo); CurvesFloatData* Data = (CurvesFloatData*) _cmsGetTransformUserData(CMMcargo); cmsUInt32Number nchans, nalpha; size_t strideIn, strideOut; _cmsComputeComponentIncrements(InputFormat, Stride->BytesPerPlaneIn, &nchans, &nalpha, SourceStartingOrder, SourceIncrements); _cmsComputeComponentIncrements(OutputFormat, Stride->BytesPerPlaneOut, &nchans, &nalpha, DestStartingOrder, DestIncrements); if (!(_cmsGetTransformFlags(CMMcargo) & cmsFLAGS_COPY_ALPHA)) nalpha = 0; strideIn = strideOut = 0; for (i = 0; i < LineCount; i++) { rin = (const cmsUInt8Number*)Input + SourceStartingOrder[0] + strideIn; gin = (const cmsUInt8Number*)Input + SourceStartingOrder[1] + strideIn; bin = (const cmsUInt8Number*)Input + SourceStartingOrder[2] + strideIn; if (nalpha) ain = (const cmsUInt8Number*)Input + SourceStartingOrder[3] + strideIn; rout = (cmsUInt8Number*)Output + DestStartingOrder[0] + strideOut; gout = (cmsUInt8Number*)Output + DestStartingOrder[1] + strideOut; bout = (cmsUInt8Number*)Output + DestStartingOrder[2] + strideOut; if (nalpha) aout = (cmsUInt8Number*)Output + DestStartingOrder[3] + strideOut; for (ii = 0; ii < PixelsPerLine; ii++) { *(cmsFloat32Number*)rout = flerp(Data->CurveR, *(cmsFloat32Number*)rin); *(cmsFloat32Number*)gout = flerp(Data->CurveG, *(cmsFloat32Number*)gin); *(cmsFloat32Number*)bout = flerp(Data->CurveB, *(cmsFloat32Number*)bin); rin += SourceIncrements[0]; gin += SourceIncrements[1]; bin += SourceIncrements[2]; rout += DestIncrements[0]; gout += DestIncrements[1]; bout += DestIncrements[2]; if (ain) { *(cmsFloat32Number*)aout = *(cmsFloat32Number*)ain; ain += SourceIncrements[3]; aout += DestIncrements[3]; } } strideIn += Stride->BytesPerLineIn; strideOut += Stride->BytesPerLineOut; } } // Do nothing but arrange the RGB format. static void FastFloatRGBIdentity(struct _cmstransform_struct *CMMcargo, const void* Input, void* Output, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride) { cmsUInt32Number i, ii; cmsUInt32Number SourceStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number SourceIncrements[cmsMAXCHANNELS]; cmsUInt32Number DestStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number DestIncrements[cmsMAXCHANNELS]; const cmsUInt8Number* rin; const cmsUInt8Number* gin; const cmsUInt8Number* bin; const cmsUInt8Number* ain = NULL; cmsUInt8Number* rout; cmsUInt8Number* gout; cmsUInt8Number* bout; cmsUInt8Number* aout = NULL; cmsUInt32Number InputFormat = cmsGetTransformInputFormat((cmsHTRANSFORM) CMMcargo); cmsUInt32Number OutputFormat = cmsGetTransformOutputFormat((cmsHTRANSFORM) CMMcargo); cmsUInt32Number nchans, nalpha; size_t strideIn, strideOut; _cmsComputeComponentIncrements(InputFormat, Stride->BytesPerPlaneIn, &nchans, &nalpha, SourceStartingOrder, SourceIncrements); _cmsComputeComponentIncrements(OutputFormat, Stride->BytesPerPlaneOut, &nchans, &nalpha, DestStartingOrder, DestIncrements); if (!(_cmsGetTransformFlags(CMMcargo) & cmsFLAGS_COPY_ALPHA)) nalpha = 0; strideIn = strideOut = 0; for (i = 0; i < LineCount; i++) { rin = (const cmsUInt8Number*)Input + SourceStartingOrder[0] + strideIn; gin = (const cmsUInt8Number*)Input + SourceStartingOrder[1] + strideIn; bin = (const cmsUInt8Number*)Input + SourceStartingOrder[2] + strideIn; if (nalpha) ain = (const cmsUInt8Number*)Input + SourceStartingOrder[3] + strideIn; rout = (cmsUInt8Number*)Output + DestStartingOrder[0] + strideOut; gout = (cmsUInt8Number*)Output + DestStartingOrder[1] + strideOut; bout = (cmsUInt8Number*)Output + DestStartingOrder[2] + strideOut; if (nalpha) aout = (cmsUInt8Number*)Output + DestStartingOrder[3] + strideOut; for (ii=0; ii < PixelsPerLine; ii++) { *(cmsFloat32Number*)rout = *(cmsFloat32Number*)rin; *(cmsFloat32Number*)gout = *(cmsFloat32Number*)gin; *(cmsFloat32Number*)bout = *(cmsFloat32Number*)bin; rin += SourceIncrements[0]; gin += SourceIncrements[1]; bin += SourceIncrements[2]; rout += DestIncrements[0]; gout += DestIncrements[1]; bout += DestIncrements[2]; if (ain) { *(cmsFloat32Number*)aout = *(cmsFloat32Number*)ain; ain += SourceIncrements[3]; aout += DestIncrements[3]; } } strideIn += Stride->BytesPerLineIn; strideOut += Stride->BytesPerLineOut; } } // Evaluate 1 channel only static void FastEvaluateFloatGrayCurves(struct _cmstransform_struct* CMMcargo, const void* Input, void* Output, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride) { cmsUInt32Number i, ii; cmsUInt32Number SourceStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number SourceIncrements[cmsMAXCHANNELS]; cmsUInt32Number DestStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number DestIncrements[cmsMAXCHANNELS]; const cmsUInt8Number* kin; const cmsUInt8Number* ain = NULL; cmsUInt8Number* kout; cmsUInt8Number* aout = NULL; cmsUInt32Number InputFormat = cmsGetTransformInputFormat((cmsHTRANSFORM)CMMcargo); cmsUInt32Number OutputFormat = cmsGetTransformOutputFormat((cmsHTRANSFORM)CMMcargo); CurvesFloatData* Data = (CurvesFloatData*)_cmsGetTransformUserData(CMMcargo); cmsUInt32Number nchans, nalpha; size_t strideIn, strideOut; _cmsComputeComponentIncrements(InputFormat, Stride->BytesPerPlaneIn, &nchans, &nalpha, SourceStartingOrder, SourceIncrements); _cmsComputeComponentIncrements(OutputFormat, Stride->BytesPerPlaneIn, &nchans, &nalpha, DestStartingOrder, DestIncrements); if (!(_cmsGetTransformFlags(CMMcargo) & cmsFLAGS_COPY_ALPHA)) nalpha = 0; strideIn = strideOut = 0; for (i = 0; i < LineCount; i++) { kin = (const cmsUInt8Number*)Input + SourceStartingOrder[0] + strideIn; kout = (cmsUInt8Number*)Output + DestStartingOrder[0] + strideOut; if (nalpha) { ain = (const cmsUInt8Number*)Input + SourceStartingOrder[1] + strideIn; aout = (cmsUInt8Number*)Output + DestStartingOrder[1] + strideOut; } for (ii = 0; ii < PixelsPerLine; ii++) { *(cmsFloat32Number*)kout = flerp(Data->CurveR, *(cmsFloat32Number*)kin); kin += SourceIncrements[0]; kout += DestIncrements[0]; if (ain) { *(cmsFloat32Number*)aout = *(cmsFloat32Number*)ain; ain += SourceIncrements[1]; aout += DestIncrements[1]; } } strideIn += Stride->BytesPerLineIn; strideOut += Stride->BytesPerLineOut; } } static void FastFloatGrayIdentity(struct _cmstransform_struct* CMMcargo, const void* Input, void* Output, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride) { cmsUInt32Number i, ii; cmsUInt32Number SourceStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number SourceIncrements[cmsMAXCHANNELS]; cmsUInt32Number DestStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number DestIncrements[cmsMAXCHANNELS]; const cmsUInt8Number* kin; const cmsUInt8Number* ain = NULL; cmsUInt8Number* kout; cmsUInt8Number* aout = NULL; cmsUInt32Number InputFormat = cmsGetTransformInputFormat((cmsHTRANSFORM)CMMcargo); cmsUInt32Number OutputFormat = cmsGetTransformOutputFormat((cmsHTRANSFORM)CMMcargo); cmsUInt32Number nchans, nalpha; size_t strideIn, strideOut; _cmsComputeComponentIncrements(InputFormat, Stride->BytesPerPlaneIn, &nchans, &nalpha, SourceStartingOrder, SourceIncrements); _cmsComputeComponentIncrements(OutputFormat, Stride->BytesPerPlaneOut, &nchans, &nalpha, DestStartingOrder, DestIncrements); if (!(_cmsGetTransformFlags(CMMcargo) & cmsFLAGS_COPY_ALPHA)) nalpha = 0; strideIn = strideOut = 0; for (i = 0; i < LineCount; i++) { kin = (const cmsUInt8Number*)Input + SourceStartingOrder[0] + strideIn; kout = (cmsUInt8Number*)Output + DestStartingOrder[0] + strideOut; if (nalpha) { ain = (const cmsUInt8Number*)Input + SourceStartingOrder[1] + strideIn; aout = (cmsUInt8Number*)Output + DestStartingOrder[1] + strideOut; } for (ii = 0; ii < PixelsPerLine; ii++) { *(cmsFloat32Number*)kout = *(cmsFloat32Number*)kin; kin += SourceIncrements[0]; kout += DestIncrements[0]; if (ain) { *(cmsFloat32Number*)aout = *(cmsFloat32Number*)ain; ain += SourceIncrements[1]; aout += DestIncrements[1]; } } strideIn += Stride->BytesPerLineIn; strideOut += Stride->BytesPerLineOut; } } #define LINEAR_CURVES_EPSILON 0.00001 // Try to see if the curves are linear static cmsBool AllRGBCurvesAreLinear(CurvesFloatData* data) { int j; cmsFloat32Number expected; for (j = 0; j < MAX_NODES_IN_CURVE; j++) { expected = (cmsFloat32Number)j / (cmsFloat32Number)(MAX_NODES_IN_CURVE - 1); if (fabsf(data->CurveR[j] - expected) > LINEAR_CURVES_EPSILON || fabsf(data->CurveG[j] - expected) > LINEAR_CURVES_EPSILON || fabsf(data->CurveB[j] - expected) > LINEAR_CURVES_EPSILON) { return FALSE; } } return TRUE; } static cmsBool KCurveIsLinear(CurvesFloatData* data) { int j; cmsFloat32Number expected; for (j = 0; j < MAX_NODES_IN_CURVE; j++) { expected = (cmsFloat32Number)j / (cmsFloat32Number)(MAX_NODES_IN_CURVE - 1); if (fabs(data->CurveR[j] - expected) > LINEAR_CURVES_EPSILON) return FALSE; } return TRUE; } // Create linearization tables with a reasonable number of entries. Precision is about 32 bits. static CurvesFloatData* ComputeCompositeCurves(cmsUInt32Number nChan, cmsPipeline* Src) { cmsUInt32Number i, j; cmsFloat32Number InFloat[3], OutFloat[3]; CurvesFloatData* Data = malloc_aligned(cmsGetPipelineContextID(Src)); if (Data == NULL) return NULL; // Create target curves for (i = 0; i < MAX_NODES_IN_CURVE; i++) { for (j=0; j CurveR[i] = OutFloat[0]; } else { Data->CurveR[i] = OutFloat[0]; Data->CurveG[i] = OutFloat[1]; Data->CurveB[i] = OutFloat[2]; } } return Data; } // If the target LUT holds only curves, the optimization procedure is to join all those // curves together. That only works on curves and does not work on matrices. cmsBool OptimizeFloatByJoiningCurves(_cmsTransform2Fn* TransformFn, void** UserData, _cmsFreeUserDataFn* FreeUserData, cmsPipeline** Lut, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) { cmsPipeline* Src = *Lut; cmsStage* mpe; CurvesFloatData* Data; cmsUInt32Number nChans; // Apply only to floating-point cases if (!T_FLOAT(*InputFormat) || !T_FLOAT(*OutputFormat)) return FALSE; // Only on 8-bit if (T_BYTES(*InputFormat) != 4 || T_BYTES(*OutputFormat) != 4) return FALSE; // Curves need same channels on input and output (despite extra channels may differ) nChans = T_CHANNELS(*InputFormat); if (nChans != T_CHANNELS(*OutputFormat)) return FALSE; // gray and RGB if (nChans != 1 && nChans != 3) return FALSE; // Only curves in this LUT? for (mpe = cmsPipelineGetPtrToFirstStage(Src); mpe != NULL; mpe = cmsStageNext(mpe)) { if (cmsStageType(mpe) != cmsSigCurveSetElemType) return FALSE; } Data = ComputeCompositeCurves(nChans, Src); *dwFlags |= cmsFLAGS_NOCACHE; *dwFlags &= ~cmsFLAGS_CAN_CHANGE_FORMATTER; *UserData = Data; *FreeUserData = free_aligned; // Maybe the curves are linear at the end if (nChans == 1) *TransformFn = (KCurveIsLinear(Data) ? FastFloatGrayIdentity : FastEvaluateFloatGrayCurves); else *TransformFn = (AllRGBCurvesAreLinear(Data) ? FastFloatRGBIdentity : FastEvaluateFloatRGBCurves); return TRUE; } lcms2-2.17/plugins/fast_float/src/fast_float_lab.c0000644000175000017500000003320114752176133021203 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System, fast floating point extensions // Copyright (c) 1998-2024 Marti Maria Saguer, all rights reserved // // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // //--------------------------------------------------------------------------------- #include "fast_float_internal.h" #define SIGMOID_POINTS 1024 // Optimization for floating point tetrahedral interpolation using Lab as indexing space typedef struct { cmsContext ContextID; const cmsInterpParams* p; // Tetrahedrical interpolation parameters. This is a not-owned pointer. cmsFloat32Number sigmoidIn[SIGMOID_POINTS]; // to apply to a*/b* axis on indexing cmsFloat32Number sigmoidOut[SIGMOID_POINTS]; // the curve above, inverted. } LabCLUTdata; typedef struct { LabCLUTdata* data; cmsPipeline* original; } ResamplingContainer; /** * Predefined tone curve */ #define TYPE_SIGMOID 109 // Floating-point version of 1D interpolation cmsINLINE cmsFloat32Number LinLerp1D(cmsFloat32Number Value, const cmsFloat32Number* LutTable) { if (Value >= 1.0f) { return LutTable[SIGMOID_POINTS - 1]; } else if (Value <= 0) { return LutTable[0]; } else { cmsFloat32Number y1, y0; cmsFloat32Number rest; int cell0, cell1; Value *= (SIGMOID_POINTS - 1); cell0 = _cmsQuickFloor(Value); cell1 = cell0 + 1; rest = Value - cell0; y0 = LutTable[cell0]; y1 = LutTable[cell1]; return y0 + (y1 - y0) * rest; } } static void tabulateSigmoid(cmsContext ContextID, cmsInt32Number type, cmsFloat32Number table[], cmsInt32Number tablePoints) { const cmsFloat64Number sigmoidal_slope = 2.5; cmsToneCurve* original; cmsInt32Number i; memset(table, 0, sizeof(cmsFloat32Number) * tablePoints); original = cmsBuildParametricToneCurve(ContextID, type, &sigmoidal_slope); if (original != NULL) { for (i = 0; i < tablePoints; i++) { cmsFloat32Number v = (cmsFloat32Number)i / (cmsFloat32Number)(tablePoints - 1); table[i] = fclamp(cmsEvalToneCurveFloat(original, v)); } cmsFreeToneCurve(original); } } // Allocates container and curves static LabCLUTdata* LabCLUTAlloc(cmsContext ContextID, const cmsInterpParams* p) { LabCLUTdata* fd; fd = (LabCLUTdata*) _cmsMallocZero(ContextID, sizeof(LabCLUTdata)); if (fd == NULL) return NULL; fd ->ContextID = ContextID; fd ->p = p; tabulateSigmoid(ContextID, +TYPE_SIGMOID, fd->sigmoidIn, SIGMOID_POINTS); tabulateSigmoid(ContextID, -TYPE_SIGMOID, fd->sigmoidOut, SIGMOID_POINTS); return fd; } static void LabCLUTFree(cmsContext ContextID, void* v) { _cmsFree(ContextID, v); } // Sampler implemented by another LUT. static int XFormSampler(CMSREGISTER const cmsFloat32Number In[], CMSREGISTER cmsFloat32Number Out[], CMSREGISTER void* Cargo) { ResamplingContainer* container = (ResamplingContainer*)Cargo; cmsFloat32Number linearized[3]; // Apply inverse sigmoid linearized[0] = In[0]; linearized[1] = LinLerp1D(In[1], container->data->sigmoidOut); linearized[2] = LinLerp1D(In[2], container->data->sigmoidOut); cmsPipelineEvalFloat(linearized, Out, container->original); return TRUE; } // To prevent out of bounds indexing cmsINLINE cmsFloat32Number fclamp128(cmsFloat32Number v) { return ((v < -128) || isnan(v)) ? -128.0f : (v > 128.0f ? 128.0f : v); } cmsINLINE cmsFloat32Number fclamp100(cmsFloat32Number v) { return ((v < 1.0e-9f) || isnan(v)) ? 0.0f : (v > 100.0f ? 100.0f : v); } // A optimized interpolation for Lab. #define DENS(i,j,k) (LutTable[(i)+(j)+(k)+OutChan]) static void LabCLUTEval(struct _cmstransform_struct* CMMcargo, const void* Input, void* Output, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride) { LabCLUTdata* pfloat = (LabCLUTdata*)_cmsGetTransformUserData(CMMcargo); cmsFloat32Number l, a, b; cmsFloat32Number px, py, pz; int x0, y0, z0; int X0, Y0, Z0, X1, Y1, Z1; cmsFloat32Number rx, ry, rz; cmsFloat32Number c0, c1 = 0, c2 = 0, c3 = 0; cmsUInt32Number OutChan; const cmsInterpParams* p = pfloat->p; cmsUInt32Number TotalOut = p->nOutputs; cmsUInt32Number TotalPlusAlpha; const cmsFloat32Number* LutTable = (const cmsFloat32Number*)p->Table; cmsUInt32Number i, ii; const cmsUInt8Number* lin; const cmsUInt8Number* ain; const cmsUInt8Number* bin; const cmsUInt8Number* xin = NULL; cmsUInt8Number* out[cmsMAXCHANNELS]; cmsUInt32Number SourceStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number SourceIncrements[cmsMAXCHANNELS]; cmsUInt32Number DestStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number DestIncrements[cmsMAXCHANNELS]; cmsUInt32Number InputFormat = cmsGetTransformInputFormat((cmsHTRANSFORM)CMMcargo); cmsUInt32Number OutputFormat = cmsGetTransformOutputFormat((cmsHTRANSFORM)CMMcargo); cmsUInt32Number nchans, nalpha; size_t strideIn, strideOut; _cmsComputeComponentIncrements(InputFormat, Stride->BytesPerPlaneIn, &nchans, &nalpha, SourceStartingOrder, SourceIncrements); _cmsComputeComponentIncrements(OutputFormat, Stride->BytesPerPlaneOut, &nchans, &nalpha, DestStartingOrder, DestIncrements); if (!(_cmsGetTransformFlags(CMMcargo) & cmsFLAGS_COPY_ALPHA)) nalpha = 0; strideIn = strideOut = 0; for (i = 0; i < LineCount; i++) { lin = (const cmsUInt8Number*)Input + SourceStartingOrder[0] + strideIn; ain = (const cmsUInt8Number*)Input + SourceStartingOrder[1] + strideIn; bin = (const cmsUInt8Number*)Input + SourceStartingOrder[2] + strideIn; if (nalpha) xin = (const cmsUInt8Number*)Input + SourceStartingOrder[3] + strideIn; TotalPlusAlpha = TotalOut; if (xin) TotalPlusAlpha++; for (ii = 0; ii < TotalPlusAlpha; ii++) out[ii] = (cmsUInt8Number*)Output + DestStartingOrder[ii] + strideOut; for (ii = 0; ii < PixelsPerLine; ii++) { // Decode Lab and go across sigmoids on a*/b* l = fclamp100( *(cmsFloat32Number*)lin ) / 100.0f; a = LinLerp1D((( fclamp128( *(cmsFloat32Number*)ain)) + 128.0f) / 255.0f, pfloat->sigmoidIn); b = LinLerp1D((( fclamp128( *(cmsFloat32Number*)bin)) + 128.0f) / 255.0f, pfloat->sigmoidIn); lin += SourceIncrements[0]; ain += SourceIncrements[1]; bin += SourceIncrements[2]; px = l * p->Domain[0]; py = a * p->Domain[1]; pz = b * p->Domain[2]; x0 = _cmsQuickFloor(px); rx = (px - (cmsFloat32Number)x0); y0 = _cmsQuickFloor(py); ry = (py - (cmsFloat32Number)y0); z0 = _cmsQuickFloor(pz); rz = (pz - (cmsFloat32Number)z0); X0 = p->opta[2] * x0; X1 = X0 + (l >= 1.0f ? 0 : p->opta[2]); Y0 = p->opta[1] * y0; Y1 = Y0 + (a >= 1.0f ? 0 : p->opta[1]); Z0 = p->opta[0] * z0; Z1 = Z0 + (b >= 1.0f ? 0 : p->opta[0]); for (OutChan = 0; OutChan < TotalOut; OutChan++) { // These are the 6 Tetrahedral c0 = DENS(X0, Y0, Z0); if (rx >= ry && ry >= rz) { c1 = DENS(X1, Y0, Z0) - c0; c2 = DENS(X1, Y1, Z0) - DENS(X1, Y0, Z0); c3 = DENS(X1, Y1, Z1) - DENS(X1, Y1, Z0); } else if (rx >= rz && rz >= ry) { c1 = DENS(X1, Y0, Z0) - c0; c2 = DENS(X1, Y1, Z1) - DENS(X1, Y0, Z1); c3 = DENS(X1, Y0, Z1) - DENS(X1, Y0, Z0); } else if (rz >= rx && rx >= ry) { c1 = DENS(X1, Y0, Z1) - DENS(X0, Y0, Z1); c2 = DENS(X1, Y1, Z1) - DENS(X1, Y0, Z1); c3 = DENS(X0, Y0, Z1) - c0; } else if (ry >= rx && rx >= rz) { c1 = DENS(X1, Y1, Z0) - DENS(X0, Y1, Z0); c2 = DENS(X0, Y1, Z0) - c0; c3 = DENS(X1, Y1, Z1) - DENS(X1, Y1, Z0); } else if (ry >= rz && rz >= rx) { c1 = DENS(X1, Y1, Z1) - DENS(X0, Y1, Z1); c2 = DENS(X0, Y1, Z0) - c0; c3 = DENS(X0, Y1, Z1) - DENS(X0, Y1, Z0); } else if (rz >= ry && ry >= rx) { c1 = DENS(X1, Y1, Z1) - DENS(X0, Y1, Z1); c2 = DENS(X0, Y1, Z1) - DENS(X0, Y0, Z1); c3 = DENS(X0, Y0, Z1) - c0; } else { c1 = c2 = c3 = 0; } *(cmsFloat32Number*)(out[OutChan]) = c0 + c1 * rx + c2 * ry + c3 * rz; out[OutChan] += DestIncrements[OutChan]; } if (xin) { *(cmsFloat32Number*) (out[TotalOut]) = *(cmsFloat32Number*)xin; xin += SourceIncrements[3]; out[TotalOut] += DestIncrements[TotalOut]; } } strideIn += Stride->BytesPerLineIn; strideOut += Stride->BytesPerLineOut; } } #undef DENS /** * Get from flags */ static int GetGridpoints(cmsUInt32Number dwFlags) { // Already specified? if (dwFlags & 0x00FF0000) { return (dwFlags >> 16) & 0xFF; } // HighResPrecalc is maximum resolution if (dwFlags & cmsFLAGS_HIGHRESPRECALC) { return 66; } else // LowResPrecal is lower resolution if (dwFlags & cmsFLAGS_LOWRESPRECALC) { return 33; } else return 51; } // -------------------------------------------------------------------------------------------------------------- cmsBool OptimizeCLUTLabTransform(_cmsTransform2Fn* TransformFn, void** UserData, _cmsFreeUserDataFn* FreeDataFn, cmsPipeline** Lut, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) { cmsPipeline* OriginalLut; int nGridPoints; cmsPipeline* OptimizedLUT = NULL; cmsStage* OptimizedCLUTmpe; LabCLUTdata* pfloat; cmsContext ContextID; _cmsStageCLutData* data; ResamplingContainer container; // For empty transforms, do nothing if (*Lut == NULL) return FALSE; // Check for floating point only if (!T_FLOAT(*InputFormat) || !T_FLOAT(*OutputFormat)) return FALSE; // Only on floats if (T_BYTES(*InputFormat) != sizeof(cmsFloat32Number) || T_BYTES(*OutputFormat) != sizeof(cmsFloat32Number)) return FALSE; if (T_COLORSPACE(*InputFormat) != PT_Lab) return FALSE; OriginalLut = *Lut; ContextID = cmsGetPipelineContextID(OriginalLut); nGridPoints = GetGridpoints(*dwFlags); // Create the result LUT OptimizedLUT = cmsPipelineAlloc(cmsGetPipelineContextID(OriginalLut), 3, cmsPipelineOutputChannels(OriginalLut)); if (OptimizedLUT == NULL) goto Error; // Allocate the CLUT for result OptimizedCLUTmpe = cmsStageAllocCLutFloat(ContextID, nGridPoints, 3, cmsPipelineOutputChannels(OriginalLut), NULL); // Add the CLUT to the destination LUT cmsPipelineInsertStage(OptimizedLUT, cmsAT_BEGIN, OptimizedCLUTmpe); // Set the evaluator, copy parameters data = (_cmsStageCLutData*) cmsStageData(OptimizedCLUTmpe); // Allocate data pfloat = LabCLUTAlloc(ContextID, data ->Params); if (pfloat == NULL) return FALSE; container.data = pfloat; container.original = OriginalLut; // Resample the LUT if (!cmsStageSampleCLutFloat(OptimizedCLUTmpe, XFormSampler, (void*)&container, 0)) goto Error; // And return the obtained LUT cmsPipelineFree(OriginalLut); *Lut = OptimizedLUT; *TransformFn = LabCLUTEval; *UserData = pfloat; *FreeDataFn = LabCLUTFree; *dwFlags &= ~cmsFLAGS_CAN_CHANGE_FORMATTER; return TRUE; Error: if (OptimizedLUT != NULL) cmsPipelineFree(OptimizedLUT); return FALSE; } lcms2-2.17/plugins/fast_float/src/fast_float_matsh.c0000644000175000017500000002655514752176133021577 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System, fast floating point extensions // Copyright (c) 1998-2024 Marti Maria Saguer, all rights reserved // // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // //--------------------------------------------------------------------------------- // Optimization for matrix-shaper in float #include "fast_float_internal.h" // This is the private data container used by this optimization typedef struct { cmsFloat32Number Mat[3][3]; cmsFloat32Number Off[3]; cmsFloat32Number Shaper1R[MAX_NODES_IN_CURVE]; cmsFloat32Number Shaper1G[MAX_NODES_IN_CURVE]; cmsFloat32Number Shaper1B[MAX_NODES_IN_CURVE]; cmsFloat32Number Shaper2R[MAX_NODES_IN_CURVE]; cmsFloat32Number Shaper2G[MAX_NODES_IN_CURVE]; cmsFloat32Number Shaper2B[MAX_NODES_IN_CURVE]; cmsBool UseOff; void * real_ptr; } VXMatShaperFloatData; static VXMatShaperFloatData* malloc_aligned(cmsContext ContextID) { cmsUInt8Number* real_ptr = (cmsUInt8Number*) _cmsMallocZero(ContextID, sizeof(VXMatShaperFloatData) + 32); cmsUInt8Number* aligned = (cmsUInt8Number*) (((uintptr_t)real_ptr + 16) & ~0xf); VXMatShaperFloatData* p = (VXMatShaperFloatData*) aligned; p ->real_ptr = real_ptr; return p; } // Free the private data container static void FreeMatShaper(cmsContext ContextID, void* Data) { VXMatShaperFloatData* d = (VXMatShaperFloatData*)Data; if (d != NULL) _cmsFree(ContextID, d->real_ptr); } static void FillShaper(cmsFloat32Number* Table, cmsToneCurve* Curve) { int i; cmsFloat32Number R; for (i = 0; i < MAX_NODES_IN_CURVE; i++) { R = (cmsFloat32Number) i / (cmsFloat32Number) (MAX_NODES_IN_CURVE - 1); Table[i] = cmsEvalToneCurveFloat(Curve, R); } } // Compute the matrix-shaper structure static VXMatShaperFloatData* SetMatShaper(cmsContext ContextID, cmsToneCurve* Curve1[3], cmsMAT3* Mat, cmsVEC3* Off, cmsToneCurve* Curve2[3]) { VXMatShaperFloatData* p; int i, j; // Allocate a big chuck of memory to store precomputed tables p = malloc_aligned(ContextID); if (p == NULL) return FALSE; // Precompute tables FillShaper(p->Shaper1R, Curve1[0]); FillShaper(p->Shaper1G, Curve1[1]); FillShaper(p->Shaper1B, Curve1[2]); FillShaper(p->Shaper2R, Curve2[0]); FillShaper(p->Shaper2G, Curve2[1]); FillShaper(p->Shaper2B, Curve2[2]); for (i=0; i < 3; i++) { for (j=0; j < 3; j++) { p->Mat[i][j] = (cmsFloat32Number) Mat->v[i].n[j]; } } for (i = 0; i < 3; i++) { if (Off == NULL) { p->UseOff = FALSE; p->Off[i] = 0.0; } else { p->UseOff = TRUE; p->Off[i] = (cmsFloat32Number)Off->n[i]; } } return p; } // A fast matrix-shaper evaluator for floating point static void MatShaperFloat(struct _cmstransform_struct* CMMcargo, const void* Input, void* Output, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride) { VXMatShaperFloatData* p = (VXMatShaperFloatData*) _cmsGetTransformUserData(CMMcargo); cmsFloat32Number l1, l2, l3; cmsFloat32Number r, g, b; cmsUInt32Number i, ii; cmsUInt32Number SourceStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number SourceIncrements[cmsMAXCHANNELS]; cmsUInt32Number DestStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number DestIncrements[cmsMAXCHANNELS]; const cmsUInt8Number* rin; const cmsUInt8Number* gin; const cmsUInt8Number* bin; const cmsUInt8Number* ain = NULL; cmsUInt8Number* rout; cmsUInt8Number* gout; cmsUInt8Number* bout; cmsUInt8Number* aout = NULL; cmsUInt32Number nchans, nalpha; size_t strideIn, strideOut; _cmsComputeComponentIncrements(cmsGetTransformInputFormat((cmsHTRANSFORM)CMMcargo), Stride->BytesPerPlaneIn, &nchans, &nalpha, SourceStartingOrder, SourceIncrements); _cmsComputeComponentIncrements(cmsGetTransformOutputFormat((cmsHTRANSFORM)CMMcargo), Stride->BytesPerPlaneOut, &nchans, &nalpha, DestStartingOrder, DestIncrements); if (!(_cmsGetTransformFlags(CMMcargo) & cmsFLAGS_COPY_ALPHA)) nalpha = 0; strideIn = strideOut = 0; for (i = 0; i < LineCount; i++) { rin = (const cmsUInt8Number*)Input + SourceStartingOrder[0] + strideIn; gin = (const cmsUInt8Number*)Input + SourceStartingOrder[1] + strideIn; bin = (const cmsUInt8Number*)Input + SourceStartingOrder[2] + strideIn; if (nalpha) ain = (const cmsUInt8Number*)Input + SourceStartingOrder[3] + strideIn; rout = (cmsUInt8Number*)Output + DestStartingOrder[0] + strideOut; gout = (cmsUInt8Number*)Output + DestStartingOrder[1] + strideOut; bout = (cmsUInt8Number*)Output + DestStartingOrder[2] + strideOut; if (nalpha) aout = (cmsUInt8Number*)Output + DestStartingOrder[3] + strideOut; for (ii = 0; ii < PixelsPerLine; ii++) { r = flerp(p->Shaper1R, *(cmsFloat32Number*)rin); g = flerp(p->Shaper1G, *(cmsFloat32Number*)gin); b = flerp(p->Shaper1B, *(cmsFloat32Number*)bin); l1 = p->Mat[0][0] * r + p->Mat[0][1] * g + p->Mat[0][2] * b; l2 = p->Mat[1][0] * r + p->Mat[1][1] * g + p->Mat[1][2] * b; l3 = p->Mat[2][0] * r + p->Mat[2][1] * g + p->Mat[2][2] * b; if (p->UseOff) { l1 += p->Off[0]; l2 += p->Off[1]; l3 += p->Off[2]; } *(cmsFloat32Number*)rout = flerp(p->Shaper2R, l1); *(cmsFloat32Number*)gout = flerp(p->Shaper2G, l2); *(cmsFloat32Number*)bout = flerp(p->Shaper2B, l3); rin += SourceIncrements[0]; gin += SourceIncrements[1]; bin += SourceIncrements[2]; rout += DestIncrements[0]; gout += DestIncrements[1]; bout += DestIncrements[2]; if (ain) { *(cmsFloat32Number*)aout = *(cmsFloat32Number*)ain; ain += SourceIncrements[3]; aout += DestIncrements[3]; } } strideIn += Stride->BytesPerLineIn; strideOut += Stride->BytesPerLineOut; } } cmsBool OptimizeFloatMatrixShaper(_cmsTransform2Fn* TransformFn, void** UserData, _cmsFreeUserDataFn* FreeUserData, cmsPipeline** Lut, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) { cmsStage* Curve1, *Curve2; cmsStage* Matrix1, *Matrix2; _cmsStageMatrixData* Data1; _cmsStageMatrixData* Data2; cmsMAT3 res; cmsBool IdentityMat = FALSE; cmsPipeline* Dest, *Src; cmsContext ContextID; cmsUInt32Number nChans; cmsFloat64Number factor = 1.0; // Apply only to floating-point cases if (!T_FLOAT(*InputFormat) || !T_FLOAT(*OutputFormat)) return FALSE; // Only works on RGB to RGB and gray to gray if ( !( (T_CHANNELS(*InputFormat) == 3 && T_CHANNELS(*OutputFormat) == 3)) && !( (T_CHANNELS(*InputFormat) == 1 && T_CHANNELS(*OutputFormat) == 1))) return FALSE; // Only works on float if (T_BYTES(*InputFormat) != 4 || T_BYTES(*OutputFormat) != 4) return FALSE; // Seems suitable, proceed Src = *Lut; // Check for shaper-matrix-matrix-shaper structure, that is what this optimizer stands for if (!cmsPipelineCheckAndRetreiveStages(Src, 4, cmsSigCurveSetElemType, cmsSigMatrixElemType, cmsSigMatrixElemType, cmsSigCurveSetElemType, &Curve1, &Matrix1, &Matrix2, &Curve2)) return FALSE; ContextID = cmsGetPipelineContextID(Src); nChans = T_CHANNELS(*InputFormat); // Get both matrices, which are 3x3 Data1 = (_cmsStageMatrixData*) cmsStageData(Matrix1); Data2 = (_cmsStageMatrixData*) cmsStageData(Matrix2); // Input offset should be zero if (Data1 ->Offset != NULL) return FALSE; if (cmsStageInputChannels(Matrix1) == 1 && cmsStageOutputChannels(Matrix2) == 1) { // This is a gray to gray. Just multiply factor = Data1->Double[0]*Data2->Double[0] + Data1->Double[1]*Data2->Double[1] + Data1->Double[2]*Data2->Double[2]; if (fabs(1 - factor) < (1.0 / 65535.0)) IdentityMat = TRUE; } else { // Multiply both matrices to get the result _cmsMAT3per(&res, (cmsMAT3*) Data2 ->Double, (cmsMAT3*) Data1 ->Double); // Now the result is in res + Data2 -> Offset. Maybe is a plain identity? IdentityMat = FALSE; if (_cmsMAT3isIdentity(&res) && Data2 ->Offset == NULL) { // We can get rid of full matrix IdentityMat = TRUE; } } // Allocate an empty LUT Dest = cmsPipelineAlloc(ContextID, nChans, nChans); if (!Dest) return FALSE; // Assemble the new LUT cmsPipelineInsertStage(Dest, cmsAT_BEGIN, cmsStageDup(Curve1)); if (!IdentityMat) { if (nChans == 1) cmsPipelineInsertStage(Dest, cmsAT_END, cmsStageAllocMatrix(ContextID, 1, 1, (const cmsFloat64Number*) &factor, Data2->Offset)); else cmsPipelineInsertStage(Dest, cmsAT_END, cmsStageAllocMatrix(ContextID, 3, 3, (const cmsFloat64Number*) &res, Data2 ->Offset)); } cmsPipelineInsertStage(Dest, cmsAT_END, cmsStageDup(Curve2)); // If identity on matrix, we can further optimize the curves, so call the join curves routine if (IdentityMat) { OptimizeFloatByJoiningCurves(TransformFn, UserData, FreeUserData, &Dest, InputFormat, OutputFormat, dwFlags); } else { _cmsStageToneCurvesData* mpeC1 = (_cmsStageToneCurvesData*) cmsStageData(Curve1); _cmsStageToneCurvesData* mpeC2 = (_cmsStageToneCurvesData*) cmsStageData(Curve2); // In this particular optimization, cache does not help as it takes more time to deal with // the cache than with the pixel handling *dwFlags |= cmsFLAGS_NOCACHE; // Setup the optimization routines *UserData = SetMatShaper(ContextID, mpeC1 ->TheCurves, &res, (cmsVEC3*) Data2 ->Offset, mpeC2->TheCurves); *FreeUserData = FreeMatShaper; *TransformFn = MatShaperFloat; } *dwFlags &= ~cmsFLAGS_CAN_CHANGE_FORMATTER; cmsPipelineFree(Src); *Lut = Dest; return TRUE; } lcms2-2.17/plugins/fast_float/src/fast_float_tethra.c0000644000175000017500000002751514752176133021747 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System, fast floating point extensions // Copyright (c) 1998-2024 Marti Maria Saguer, all rights reserved // // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // //--------------------------------------------------------------------------------- #include "fast_float_internal.h" // Optimization for floating point tetrahedral interpolation typedef struct { cmsContext ContextID; const cmsInterpParams* p; // Tetrahedrical interpolation parameters. This is a not-owned pointer. } FloatCLUTData; // Allocates container static FloatCLUTData* FloatCLUTAlloc(cmsContext ContextID, const cmsInterpParams* p) { FloatCLUTData* fd; fd = (FloatCLUTData*) _cmsMallocZero(ContextID, sizeof(FloatCLUTData)); if (fd == NULL) return NULL; fd ->ContextID = ContextID; fd ->p = p; return fd; } // Sampler implemented by another LUT. static int XFormSampler(CMSREGISTER const cmsFloat32Number In[], CMSREGISTER cmsFloat32Number Out[], CMSREGISTER void* Cargo) { cmsPipelineEvalFloat(In, Out, (cmsPipeline*) Cargo); return TRUE; } // A optimized interpolation for input. #define DENS(i,j,k) (LutTable[(i)+(j)+(k)+OutChan]) static void FloatCLUTEval(struct _cmstransform_struct* CMMcargo, const void* Input, void* Output, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride) { FloatCLUTData* pfloat = (FloatCLUTData*)_cmsGetTransformUserData(CMMcargo); cmsFloat32Number r, g, b; cmsFloat32Number px, py, pz; int x0, y0, z0; int X0, Y0, Z0, X1, Y1, Z1; cmsFloat32Number rx, ry, rz; cmsFloat32Number c0, c1 = 0, c2 = 0, c3 = 0; cmsUInt32Number OutChan; const cmsInterpParams* p = pfloat->p; cmsUInt32Number TotalOut = p->nOutputs; cmsUInt32Number TotalPlusAlpha; const cmsFloat32Number* LutTable = (const cmsFloat32Number*)p->Table; cmsUInt32Number i, ii; const cmsUInt8Number* rin; const cmsUInt8Number* gin; const cmsUInt8Number* bin; const cmsUInt8Number* ain = NULL; cmsUInt8Number* out[cmsMAXCHANNELS]; cmsUInt32Number SourceStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number SourceIncrements[cmsMAXCHANNELS]; cmsUInt32Number DestStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number DestIncrements[cmsMAXCHANNELS]; cmsUInt32Number InputFormat = cmsGetTransformInputFormat((cmsHTRANSFORM)CMMcargo); cmsUInt32Number OutputFormat = cmsGetTransformOutputFormat((cmsHTRANSFORM)CMMcargo); cmsUInt32Number nchans, nalpha; size_t strideIn, strideOut; _cmsComputeComponentIncrements(InputFormat, Stride->BytesPerPlaneIn, &nchans, &nalpha, SourceStartingOrder, SourceIncrements); _cmsComputeComponentIncrements(OutputFormat, Stride->BytesPerPlaneOut, &nchans, &nalpha, DestStartingOrder, DestIncrements); if (!(_cmsGetTransformFlags(CMMcargo) & cmsFLAGS_COPY_ALPHA)) nalpha = 0; strideIn = strideOut = 0; for (i = 0; i < LineCount; i++) { rin = (const cmsUInt8Number*)Input + SourceStartingOrder[0] + strideIn; gin = (const cmsUInt8Number*)Input + SourceStartingOrder[1] + strideIn; bin = (const cmsUInt8Number*)Input + SourceStartingOrder[2] + strideIn; if (nalpha) ain = (const cmsUInt8Number*)Input + SourceStartingOrder[3] + strideIn; TotalPlusAlpha = TotalOut; if (ain) TotalPlusAlpha++; for (ii = 0; ii < TotalPlusAlpha; ii++) out[ii] = (cmsUInt8Number*)Output + DestStartingOrder[ii] + strideOut; for (ii = 0; ii < PixelsPerLine; ii++) { r = fclamp(*(cmsFloat32Number*)rin); g = fclamp(*(cmsFloat32Number*)gin); b = fclamp(*(cmsFloat32Number*)bin); rin += SourceIncrements[0]; gin += SourceIncrements[1]; bin += SourceIncrements[2]; px = r * p->Domain[0]; py = g * p->Domain[1]; pz = b * p->Domain[2]; x0 = (int) floorf(px); rx = (px - (cmsFloat32Number)x0); y0 = (int) floorf(py); ry = (py - (cmsFloat32Number)y0); z0 = (int) floorf(pz); rz = (pz - (cmsFloat32Number)z0); X0 = p->opta[2] * x0; X1 = X0 + (r >= 1.0 ? 0 : p->opta[2]); Y0 = p->opta[1] * y0; Y1 = Y0 + (g >= 1.0 ? 0 : p->opta[1]); Z0 = p->opta[0] * z0; Z1 = Z0 + (b >= 1.0 ? 0 : p->opta[0]); for (OutChan = 0; OutChan < TotalOut; OutChan++) { // These are the 6 Tetrahedral c0 = DENS(X0, Y0, Z0); if (rx >= ry && ry >= rz) { c1 = DENS(X1, Y0, Z0) - c0; c2 = DENS(X1, Y1, Z0) - DENS(X1, Y0, Z0); c3 = DENS(X1, Y1, Z1) - DENS(X1, Y1, Z0); } else if (rx >= rz && rz >= ry) { c1 = DENS(X1, Y0, Z0) - c0; c2 = DENS(X1, Y1, Z1) - DENS(X1, Y0, Z1); c3 = DENS(X1, Y0, Z1) - DENS(X1, Y0, Z0); } else if (rz >= rx && rx >= ry) { c1 = DENS(X1, Y0, Z1) - DENS(X0, Y0, Z1); c2 = DENS(X1, Y1, Z1) - DENS(X1, Y0, Z1); c3 = DENS(X0, Y0, Z1) - c0; } else if (ry >= rx && rx >= rz) { c1 = DENS(X1, Y1, Z0) - DENS(X0, Y1, Z0); c2 = DENS(X0, Y1, Z0) - c0; c3 = DENS(X1, Y1, Z1) - DENS(X1, Y1, Z0); } else if (ry >= rz && rz >= rx) { c1 = DENS(X1, Y1, Z1) - DENS(X0, Y1, Z1); c2 = DENS(X0, Y1, Z0) - c0; c3 = DENS(X0, Y1, Z1) - DENS(X0, Y1, Z0); } else if (rz >= ry && ry >= rx) { c1 = DENS(X1, Y1, Z1) - DENS(X0, Y1, Z1); c2 = DENS(X0, Y1, Z1) - DENS(X0, Y0, Z1); c3 = DENS(X0, Y0, Z1) - c0; } else { c1 = c2 = c3 = 0; } *(cmsFloat32Number*)(out[OutChan]) = c0 + c1 * rx + c2 * ry + c3 * rz; out[OutChan] += DestIncrements[OutChan]; } if (ain) { *(cmsFloat32Number*)(out[TotalOut]) = *(cmsFloat32Number*)ain; ain += SourceIncrements[3]; out[TotalOut] += DestIncrements[TotalOut]; } } strideIn += Stride->BytesPerLineIn; strideOut += Stride->BytesPerLineOut; } } #undef DENS // -------------------------------------------------------------------------------------------------------------- cmsBool OptimizeCLUTRGBTransform(_cmsTransform2Fn* TransformFn, void** UserData, _cmsFreeUserDataFn* FreeDataFn, cmsPipeline** Lut, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) { cmsPipeline* OriginalLut; int nGridPoints; cmsPipeline* OptimizedLUT = NULL; cmsStage* OptimizedCLUTmpe; FloatCLUTData* pfloat; cmsContext ContextID; _cmsStageCLutData* data; // For empty transforms, do nothing if (*Lut == NULL) return FALSE; // Check for floating point only if (!T_FLOAT(*InputFormat) || !T_FLOAT(*OutputFormat)) return FALSE; // Only on floats if (T_BYTES(*InputFormat) != sizeof(cmsFloat32Number) || T_BYTES(*OutputFormat) != sizeof(cmsFloat32Number)) return FALSE; // Input has to be RGB if (T_COLORSPACE(*InputFormat) != PT_RGB) return FALSE; OriginalLut = *Lut; ContextID = cmsGetPipelineContextID(OriginalLut); nGridPoints = _cmsReasonableGridpointsByColorspace(cmsSigRgbData, *dwFlags); // Create the result LUT OptimizedLUT = cmsPipelineAlloc(cmsGetPipelineContextID(OriginalLut), 3, cmsPipelineOutputChannels(OriginalLut)); if (OptimizedLUT == NULL) goto Error; // Allocate the CLUT for result OptimizedCLUTmpe = cmsStageAllocCLutFloat(ContextID, nGridPoints, 3, cmsPipelineOutputChannels(OriginalLut), NULL); // Add the CLUT to the destination LUT cmsPipelineInsertStage(OptimizedLUT, cmsAT_BEGIN, OptimizedCLUTmpe); // If output is CMYK, add a conversion stage to get % if (T_COLORSPACE(*OutputFormat) == PT_CMYK) { static const cmsFloat64Number mat[] = { 100.0, 0, 0, 0, 0, 100.0, 0, 0, 0, 0, 100.0, 0, 0, 0, 0, 100.0 }; cmsStage* percent = cmsStageAllocMatrix(ContextID, 4, 4, mat, NULL); if (percent == NULL) goto Error; cmsPipelineInsertStage(OriginalLut, cmsAT_END, percent); } else // If output is Lab, add a conversion stage to get Lab values if (T_COLORSPACE(*OutputFormat) == PT_Lab) { static const cmsFloat64Number mat[] = { 100.0, 0, 0, 0, 255.0, 0, 0, 0, 255.0 }; static const cmsFloat64Number off[] = { 0, -128.0, -128.0 }; cmsStage* lab_fix = cmsStageAllocMatrix(ContextID, 3, 3, mat, off); if (lab_fix == NULL) goto Error; cmsPipelineInsertStage(OriginalLut, cmsAT_END, lab_fix); } else { if (T_COLORSPACE(*OutputFormat) != PT_GRAY && T_COLORSPACE(*OutputFormat) != PT_RGB) return FALSE; } // Resample the LUT if (!cmsStageSampleCLutFloat(OptimizedCLUTmpe, XFormSampler, (void*)OriginalLut, 0)) goto Error; if (T_COLORSPACE(*OutputFormat) == PT_CMYK) { cmsPipelineUnlinkStage(OriginalLut, cmsAT_END, NULL); } // Set the evaluator, copy parameters data = (_cmsStageCLutData*) cmsStageData(OptimizedCLUTmpe); pfloat = FloatCLUTAlloc(ContextID, data ->Params); if (pfloat == NULL) return FALSE; // And return the obtained LUT cmsPipelineFree(OriginalLut); *Lut = OptimizedLUT; *TransformFn = FloatCLUTEval; *UserData = pfloat; *FreeDataFn = _cmsFree; *dwFlags &= ~cmsFLAGS_CAN_CHANGE_FORMATTER; return TRUE; Error: if (OptimizedLUT != NULL) cmsPipelineFree(OptimizedLUT); return FALSE; } lcms2-2.17/plugins/fast_float/src/Makefile.in0000644000175000017500000006213414752176133020153 0ustar martimarti# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # # Makefile for building lcms2_fast_float library # VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = plugins/fast_float/src ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \ $(top_srcdir)/m4/ax_append_flag.m4 \ $(top_srcdir)/m4/ax_check_compile_flag.m4 \ $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \ $(top_srcdir)/m4/ax_pthread.m4 \ $(top_srcdir)/m4/ax_require_defined.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(libdir)" LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = liblcms2_fast_float_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(top_builddir)/src/liblcms2.la am_liblcms2_fast_float_la_OBJECTS = fast_8_curves.lo \ fast_8_matsh_sse.lo fast_8_matsh.lo fast_8_tethra.lo \ fast_16_tethra.lo fast_float_15bits.lo fast_float_15mats.lo \ fast_float_cmyk.lo fast_float_curves.lo fast_float_matsh.lo \ fast_float_separate.lo fast_float_sup.lo fast_float_tethra.lo \ fast_float_lab.lo liblcms2_fast_float_la_OBJECTS = $(am_liblcms2_fast_float_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = liblcms2_fast_float_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(liblcms2_fast_float_la_LDFLAGS) \ $(LDFLAGS) -o $@ AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/fast_16_tethra.Plo \ ./$(DEPDIR)/fast_8_curves.Plo ./$(DEPDIR)/fast_8_matsh.Plo \ ./$(DEPDIR)/fast_8_matsh_sse.Plo ./$(DEPDIR)/fast_8_tethra.Plo \ ./$(DEPDIR)/fast_float_15bits.Plo \ ./$(DEPDIR)/fast_float_15mats.Plo \ ./$(DEPDIR)/fast_float_cmyk.Plo \ ./$(DEPDIR)/fast_float_curves.Plo \ ./$(DEPDIR)/fast_float_lab.Plo \ ./$(DEPDIR)/fast_float_matsh.Plo \ ./$(DEPDIR)/fast_float_separate.Plo \ ./$(DEPDIR)/fast_float_sup.Plo \ ./$(DEPDIR)/fast_float_tethra.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(liblcms2_fast_float_la_SOURCES) DIST_SOURCES = $(liblcms2_fast_float_la_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSCOPE = @CSCOPE@ CTAGS = @CTAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FILECMD = @FILECMD@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@ LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBRARY_AGE = 0 LIBRARY_CURRENT = 1 LIBRARY_REVISION = 1 LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIB_JPEG = @LIB_JPEG@ LIB_MATH = @LIB_MATH@ LIB_PLUGINS = @LIB_PLUGINS@ LIB_THREAD = @LIB_THREAD@ LIB_TIFF = @LIB_TIFF@ LIB_ZLIB = @LIB_ZLIB@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PTHREAD_CC = @PTHREAD_CC@ PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ PTHREAD_CXX = @PTHREAD_CXX@ PTHREAD_LIBS = @PTHREAD_LIBS@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ ax_pthread_config = @ax_pthread_config@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = ${prefix}/include infodir = @infodir@ inline = @inline@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ # Don't require all the GNU mandated files AUTOMAKE_OPTIONS = 1.7 foreign # Shared libraries built in this directory lib_LTLIBRARIES = liblcms2_fast_float.la AM_CPPFLAGS = -Ofast -I$(top_builddir)/include -I$(top_srcdir)/include -I$(srcdir)/../include -I$(builddir)/../include liblcms2_fast_float_la_LDFLAGS = -no-undefined \ -version-info $(LIBRARY_CURRENT):$(LIBRARY_REVISION):$(LIBRARY_AGE) liblcms2_fast_float_la_LIBADD = $(LCMS_LIB_DEPLIBS) $(top_builddir)/src/liblcms2.la liblcms2_fast_float_la_SOURCES = fast_8_curves.c fast_8_matsh_sse.c fast_8_matsh.c fast_8_tethra.c \ fast_16_tethra.c fast_float_15bits.c fast_float_15mats.c fast_float_cmyk.c fast_float_curves.c fast_float_matsh.c \ fast_float_separate.c fast_float_sup.c fast_float_tethra.c fast_float_lab.c fast_float_internal.h all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/fast_float/src/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign plugins/fast_float/src/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ } uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ done clean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) @list='$(lib_LTLIBRARIES)'; \ locs=`for p in $$list; do echo $$p; done | \ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ sort -u`; \ test -z "$$locs" || { \ echo rm -f $${locs}; \ rm -f $${locs}; \ } liblcms2_fast_float.la: $(liblcms2_fast_float_la_OBJECTS) $(liblcms2_fast_float_la_DEPENDENCIES) $(EXTRA_liblcms2_fast_float_la_DEPENDENCIES) $(AM_V_CCLD)$(liblcms2_fast_float_la_LINK) -rpath $(libdir) $(liblcms2_fast_float_la_OBJECTS) $(liblcms2_fast_float_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fast_16_tethra.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fast_8_curves.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fast_8_matsh.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fast_8_matsh_sse.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fast_8_tethra.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fast_float_15bits.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fast_float_15mats.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fast_float_cmyk.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fast_float_curves.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fast_float_lab.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fast_float_matsh.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fast_float_separate.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fast_float_sup.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fast_float_tethra.Plo@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) installdirs: for dir in "$(DESTDIR)$(libdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ mostlyclean-am distclean: distclean-am -rm -f ./$(DEPDIR)/fast_16_tethra.Plo -rm -f ./$(DEPDIR)/fast_8_curves.Plo -rm -f ./$(DEPDIR)/fast_8_matsh.Plo -rm -f ./$(DEPDIR)/fast_8_matsh_sse.Plo -rm -f ./$(DEPDIR)/fast_8_tethra.Plo -rm -f ./$(DEPDIR)/fast_float_15bits.Plo -rm -f ./$(DEPDIR)/fast_float_15mats.Plo -rm -f ./$(DEPDIR)/fast_float_cmyk.Plo -rm -f ./$(DEPDIR)/fast_float_curves.Plo -rm -f ./$(DEPDIR)/fast_float_lab.Plo -rm -f ./$(DEPDIR)/fast_float_matsh.Plo -rm -f ./$(DEPDIR)/fast_float_separate.Plo -rm -f ./$(DEPDIR)/fast_float_sup.Plo -rm -f ./$(DEPDIR)/fast_float_tethra.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-libLTLIBRARIES install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/fast_16_tethra.Plo -rm -f ./$(DEPDIR)/fast_8_curves.Plo -rm -f ./$(DEPDIR)/fast_8_matsh.Plo -rm -f ./$(DEPDIR)/fast_8_matsh_sse.Plo -rm -f ./$(DEPDIR)/fast_8_tethra.Plo -rm -f ./$(DEPDIR)/fast_float_15bits.Plo -rm -f ./$(DEPDIR)/fast_float_15mats.Plo -rm -f ./$(DEPDIR)/fast_float_cmyk.Plo -rm -f ./$(DEPDIR)/fast_float_curves.Plo -rm -f ./$(DEPDIR)/fast_float_lab.Plo -rm -f ./$(DEPDIR)/fast_float_matsh.Plo -rm -f ./$(DEPDIR)/fast_float_separate.Plo -rm -f ./$(DEPDIR)/fast_float_sup.Plo -rm -f ./$(DEPDIR)/fast_float_tethra.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-libLTLIBRARIES .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \ ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-libLTLIBRARIES install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: lcms2-2.17/plugins/fast_float/testbed/0000755000175000017500000000000014752176133016743 5ustar martimartilcms2-2.17/plugins/fast_float/testbed/Makefile.am0000644000175000017500000000121514752176133020776 0ustar martimarti# # Makefile for building fast_float_testbed # # Don't require all the GNU mandated files AUTOMAKE_OPTIONS = 1.7 foreign AM_CPPFLAGS = -I$(builddir)/../include -I$(srcdir)/../include -I$(srcdir)/../src \ -I$(top_builddir)/include check_PROGRAMS = fast_float_testbed fast_float_testbed_LDADD = $(builddir)/../src/liblcms2_fast_float.la $(LCMS_LIB_DEPLIBS) fast_float_testbed_LDFLAGS = -static @LDFLAGS@ fast_float_testbed_SOURCES = fast_float_testbed.c EXTRA_DIST = test0.icc test1.icc test2.icc test3.icc test5.icc check: if [ "x$(srcdir)" != "x$(builddir)" ]; then \ cp $(srcdir)/test?.icc . ; \ fi ./fast_float_testbed lcms2-2.17/plugins/fast_float/testbed/demo_cmyk.c0000644000175000017500000001024714752176133021062 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System, fast floating point extensions // Copyright (c) 1998-2022 Marti Maria Saguer, all rights reserved // // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // //--------------------------------------------------------------------------------- #include "lcms2_fast_float.h" #include #include static void Fail(const char* frm, ...) { va_list args; va_start(args, frm); vprintf(frm, args); va_end(args); exit(1); } #define ALIGNED_SIZE(a,x) (((x)+((a) - 1)) & ~((a) - 1)) static void* make_image(size_t size_x, size_t size_y, cmsBool fill_rgb, cmsUInt32Number* stride_x) { cmsUInt32Number size_x_aligned = ALIGNED_SIZE(16, size_x); cmsUInt32Number line_size_in_bytes = size_x_aligned * sizeof(cmsUInt32Number); // RGBA cmsUInt8Number* ptr_image = (cmsUInt8Number*) calloc(size_y, line_size_in_bytes); if (ptr_image == NULL) Fail("Couldn't allocate memory for image"); if (fill_rgb) { size_t line; for (line = 0; line < size_y; line++) { cmsUInt32Number* ptr_line = (cmsUInt32Number*)(ptr_image + line_size_in_bytes * line); cmsUInt32Number argb = 0; int col; for (col = 0; col < size_x; col++) *ptr_line++ = argb++; } } *stride_x = line_size_in_bytes; return (void*) ptr_image; } #define SIZE_X 10000 #define SIZE_Y 10000 static cmsFloat64Number MPixSec(cmsFloat64Number diff) { cmsFloat64Number seconds = (cmsFloat64Number)diff / (cmsFloat64Number)CLOCKS_PER_SEC; return (SIZE_X * SIZE_Y) / (1024.0 * 1024.0 * seconds); } static cmsFloat64Number speed_test(void) { clock_t atime; cmsFloat64Number diff; cmsHPROFILE hProfileIn; cmsHPROFILE hProfileOut; cmsHTRANSFORM xform; void* image_in; void* image_out; cmsUInt32Number stride_rgb_x, stride_cmyk_x; hProfileIn = cmsOpenProfileFromFile("sRGB Color Space Profile.icm", "r"); hProfileOut = cmsOpenProfileFromFile("USWebCoatedSWOP.icc", "r"); if (hProfileIn == NULL || hProfileOut == NULL) Fail("Unable to open profiles"); xform = cmsCreateTransform(hProfileIn, TYPE_RGBA_8, hProfileOut, TYPE_CMYK_8, INTENT_PERCEPTUAL, 0); cmsCloseProfile(hProfileIn); cmsCloseProfile(hProfileOut); image_in = make_image(SIZE_X, SIZE_Y, TRUE, &stride_rgb_x); image_out = make_image(SIZE_X, SIZE_Y, FALSE, &stride_cmyk_x); atime = clock(); cmsDoTransformLineStride(xform, image_in, image_out, SIZE_X, SIZE_Y, stride_rgb_x, stride_cmyk_x, 0, 0); diff = clock() - atime; free(image_in); free(image_out); cmsDeleteTransform(xform); return MPixSec(diff); } int main(void) { cmsFloat64Number without_plugin; cmsFloat64Number with_plugin; fprintf(stdout, "DEMO of littleCMS fast float plugin: RGBA -> CMYK in Megapixels per second\n"); fflush(stdout); // filling cache fprintf(stdout, "Wait CPU cache to stabilize: "); fflush(stdout); speed_test(); fprintf(stdout, "Ok\n"); fprintf(stdout, "Without plugin: "); fflush(stdout); without_plugin = speed_test(); fprintf(stdout, "%.2f\n", without_plugin); fflush(stdout); cmsPlugin(cmsFastFloatExtensions()); fprintf(stdout, "With plugin: "); fflush(stdout); with_plugin = speed_test(); fprintf(stdout, "%.2f\n", with_plugin); fflush(stdout); fprintf(stdout, "x %2.2f\n", (with_plugin/without_plugin)); fflush(stdout); return 0; }lcms2-2.17/plugins/fast_float/testbed/fast_float_testbed.c0000644000175000017500000025214314752176133022752 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System, fast floating point extensions // Copyright (c) 1998-2024 Marti Maria Saguer, all rights reserved // // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // //--------------------------------------------------------------------------------- #include "fast_float_internal.h" #include #include // On Visual Studio, use debug CRT #ifdef _MSC_VER # include "crtdbg.h" #endif #ifndef PROFILES_DIR #define PROFILES_DIR "../../test_profiles/" #endif // Some pixel representations typedef struct { cmsUInt8Number r, g, b; } Scanline_rgb8bits; typedef struct { cmsUInt8Number r, g, b, a; } Scanline_rgba8bits; typedef struct { cmsUInt8Number c, m, y, k; } Scanline_cmyk8bits; typedef struct { cmsUInt16Number r, g, b; } Scanline_rgb16bits; typedef struct { cmsUInt16Number r, g, b, a; } Scanline_rgba16bits; typedef struct { cmsUInt16Number c, m, y, k; } Scanline_cmyk16bits; typedef struct { cmsUInt16Number r, g, b; } Scanline_rgb15bits; typedef struct { cmsUInt16Number r, g, b, a; } Scanline_rgba15bits; typedef struct { cmsUInt16Number r, g, b, a; } Scanline_cmyk15bits; typedef struct { cmsFloat32Number r, g, b; } Scanline_rgbFloat; typedef struct { cmsFloat32Number r, g, b, a; } Scanline_rgbaFloat; typedef struct { cmsFloat32Number c, m, y, k; } Scanline_cmykFloat; typedef struct { cmsFloat32Number L, a, b; } Scanline_LabFloat; // 15 bit mode. <=> 8 bits mode #define FROM_8_TO_15(x8) (cmsUInt16Number) ((((cmsUInt64Number)x8 << 15)) / 0xFF) #define FROM_15_TO_8(x15) (cmsUInt8Number) (((cmsUInt64Number) x15 * 0xFF + 0x4000) >> 15) // Floating point accuracy for tests #define EPSILON_FLOAT_TESTS 0.005 // A flushed printf static void trace(const char* frm, ...) { va_list args; va_start(args, frm); vfprintf(stderr, frm, args); fflush(stderr); va_end(args); } // The callback function used by cmsSetLogErrorHandler() static void FatalErrorQuit(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *Text) { UNUSED_PARAMETER(ContextID); UNUSED_PARAMETER(ErrorCode); trace("** Fatal error: %s\n", Text); exit(1); } // Rise an error and exit static void Fail(const char* frm, ...) { char ReasonToFailBuffer[1024]; va_list args; va_start(args, frm); vsprintf(ReasonToFailBuffer, frm, args); FatalErrorQuit(0, 0, ReasonToFailBuffer); // unreachable va_end(args); } // Creates a fake profile that only has a curve. Used in several places static cmsHPROFILE CreateCurves(void) { cmsToneCurve* Gamma = cmsBuildGamma(0, 1.1); cmsToneCurve* Transfer[3]; cmsHPROFILE h; Transfer[0] = Transfer[1] = Transfer[2] = Gamma; h = cmsCreateLinearizationDeviceLink(cmsSigRgbData, Transfer); cmsFreeToneCurve(Gamma); return h; } // Check for a single 15 bit Photoshop-like formatter static void CheckSingleFormatter15(cmsContext id, cmsUInt32Number Type, const char* Text) { cmsUInt16Number Values[cmsMAXCHANNELS]; cmsUInt8Number Buffer[1024]; cmsFormatter f, b; cmsInt32Number i, j, nChannels, bytes; _xform_head info; UNUSED_PARAMETER(id); memset(&info, 0, sizeof(info)); info.OutputFormat = info.InputFormat = Type; // Get functions to go forth and back f = Formatter_15Bit_Factory(Type, cmsFormatterInput, CMS_PACK_FLAGS_16BITS); b = Formatter_15Bit_Factory(Type, cmsFormatterOutput, CMS_PACK_FLAGS_16BITS); if (f.Fmt16 == NULL || b.Fmt16 == NULL) { Fail("no formatter for %s", Text); return; } nChannels = T_CHANNELS(Type); bytes = T_BYTES(Type); for (j = 0; j < 5; j++) { for (i = 0; i < nChannels; i++) { Values[i] = (cmsUInt16Number)(i + j) << 1; } b.Fmt16((struct _cmstransform_struct*) &info, Values, Buffer, 1); memset(Values, 0, sizeof(Values)); f.Fmt16((struct _cmstransform_struct*) &info, Values, Buffer, 1); for (i = 0; i < nChannels; i++) { if (Values[i] != ((i + j) << 1)) { Fail("%s failed", Text); return; } } } } #define C(a) CheckSingleFormatter15(0, a, #a) // Check for all 15 bits formatters static void CheckFormatters15(void) { C(TYPE_GRAY_15); C(TYPE_GRAY_15_REV); C(TYPE_GRAY_15_SE); C(TYPE_GRAYA_15); C(TYPE_GRAYA_15_SE); C(TYPE_GRAYA_15_PLANAR); C(TYPE_RGB_15); C(TYPE_RGB_15_PLANAR); C(TYPE_RGB_15_SE); C(TYPE_BGR_15); C(TYPE_BGR_15_PLANAR); C(TYPE_BGR_15_SE); C(TYPE_RGBA_15); C(TYPE_RGBA_15_PLANAR); C(TYPE_RGBA_15_SE); C(TYPE_ARGB_15); C(TYPE_ABGR_15); C(TYPE_ABGR_15_PLANAR); C(TYPE_ABGR_15_SE); C(TYPE_BGRA_15); C(TYPE_BGRA_15_SE); C(TYPE_YMC_15); C(TYPE_CMY_15); C(TYPE_CMY_15_PLANAR); C(TYPE_CMY_15_SE); C(TYPE_CMYK_15); C(TYPE_CMYK_15_REV); C(TYPE_CMYK_15_PLANAR); C(TYPE_CMYK_15_SE); C(TYPE_KYMC_15); C(TYPE_KYMC_15_SE); C(TYPE_KCMY_15); C(TYPE_KCMY_15_REV); C(TYPE_KCMY_15_SE); } #undef C static cmsInt32Number checkSingleComputeIncrements(cmsUInt32Number Format, cmsUInt32Number planeStride, cmsUInt32Number ExpectedChannels, cmsUInt32Number ExpectedAlpha, ...) { cmsUInt32Number nChannels, nAlpha, nTotal, i, rc = 0 ; cmsUInt32Number ComponentStartingOrder[cmsMAXCHANNELS], ComponentPointerIncrements[cmsMAXCHANNELS]; va_list args; va_start(args, ExpectedAlpha); _cmsComputeComponentIncrements(Format, planeStride, &nChannels, &nAlpha, ComponentStartingOrder, ComponentPointerIncrements); if (nChannels != ExpectedChannels) return 0; if (nAlpha != ExpectedAlpha) return 0; nTotal = nAlpha + nChannels; for (i = 0; i < nTotal; i++) { cmsUInt32Number so = va_arg(args, cmsUInt32Number); if (so != ComponentStartingOrder[i]) goto Error; } for (i = 0; i < nTotal; i++) { cmsUInt32Number so = va_arg(args, cmsUInt32Number); if (so != ComponentPointerIncrements[i]) goto Error; } // Success rc = 1; Error: va_end(args); return rc; } #define CHECK(frm, plane, chans, alpha, ...) if (!checkSingleComputeIncrements(frm, plane, chans, alpha, __VA_ARGS__)) { trace("Format failed!\n"); return 0; } // Validate the compute increments function cmsInt32Number CheckComputeIncrements(void) { CHECK(TYPE_GRAY_8, 0, 1, 0, /**/ 0, /**/ 1); CHECK(TYPE_GRAYA_8, 0, 1, 1, /**/ 0, 1, /**/ 2, 2); CHECK(TYPE_AGRAY_8, 0, 1, 1, /**/ 1, 0, /**/ 2, 2); CHECK(TYPE_GRAY_16, 0, 1, 0, /**/ 0, /**/ 2); CHECK(TYPE_GRAYA_16, 0, 1, 1, /**/ 0, 2, /**/ 4, 4); CHECK(TYPE_AGRAY_16, 0, 1, 1, /**/ 2, 0, /**/ 4, 4); CHECK(TYPE_GRAY_FLT, 0, 1, 0, /**/ 0, /**/ 4); CHECK(TYPE_GRAYA_FLT, 0, 1, 1, /**/ 0, 4, /**/ 8, 8); CHECK(TYPE_AGRAY_FLT, 0, 1, 1, /**/ 4, 0, /**/ 8, 8); CHECK(TYPE_GRAY_DBL, 0, 1, 0, /**/ 0, /**/ 8); CHECK(TYPE_AGRAY_DBL, 0, 1, 1, /**/ 8, 0, /**/ 16, 16); CHECK(TYPE_RGB_8, 0, 3, 0, /**/ 0, 1, 2, /**/ 3, 3, 3); CHECK(TYPE_RGBA_8, 0, 3, 1, /**/ 0, 1, 2, 3, /**/ 4, 4, 4, 4); CHECK(TYPE_ARGB_8, 0, 3, 1, /**/ 1, 2, 3, 0, /**/ 4, 4, 4, 4); CHECK(TYPE_RGB_16, 0, 3, 0, /**/ 0, 2, 4, /**/ 6, 6, 6); CHECK(TYPE_RGBA_16, 0, 3, 1, /**/ 0, 2, 4, 6, /**/ 8, 8, 8, 8); CHECK(TYPE_ARGB_16, 0, 3, 1, /**/ 2, 4, 6, 0, /**/ 8, 8, 8, 8); CHECK(TYPE_RGB_FLT, 0, 3, 0, /**/ 0, 4, 8, /**/ 12, 12, 12); CHECK(TYPE_RGBA_FLT, 0, 3, 1, /**/ 0, 4, 8, 12, /**/ 16, 16, 16, 16); CHECK(TYPE_ARGB_FLT, 0, 3, 1, /**/ 4, 8, 12, 0, /**/ 16, 16, 16, 16); CHECK(TYPE_BGR_8, 0, 3, 0, /**/ 2, 1, 0, /**/ 3, 3, 3); CHECK(TYPE_BGRA_8, 0, 3, 1, /**/ 2, 1, 0, 3, /**/ 4, 4, 4, 4); CHECK(TYPE_ABGR_8, 0, 3, 1, /**/ 3, 2, 1, 0, /**/ 4, 4, 4, 4); CHECK(TYPE_BGR_16, 0, 3, 0, /**/ 4, 2, 0, /**/ 6, 6, 6); CHECK(TYPE_BGRA_16, 0, 3, 1, /**/ 4, 2, 0, 6, /**/ 8, 8, 8, 8); CHECK(TYPE_ABGR_16, 0, 3, 1, /**/ 6, 4, 2, 0, /**/ 8, 8, 8, 8); CHECK(TYPE_BGR_FLT, 0, 3, 0, /**/ 8, 4, 0, /**/ 12, 12, 12); CHECK(TYPE_BGRA_FLT, 0, 3, 1, /**/ 8, 4, 0, 12, /**/ 16, 16, 16, 16); CHECK(TYPE_ABGR_FLT, 0, 3, 1, /**/ 12, 8, 4, 0, /**/ 16, 16, 16, 16); CHECK(TYPE_CMYK_8, 0, 4, 0, /**/ 0, 1, 2, 3, /**/ 4, 4, 4, 4); CHECK(TYPE_CMYKA_8, 0, 4, 1, /**/ 0, 1, 2, 3, 4, /**/ 5, 5, 5, 5, 5); CHECK(TYPE_ACMYK_8, 0, 4, 1, /**/ 1, 2, 3, 4, 0, /**/ 5, 5, 5, 5, 5); CHECK(TYPE_KYMC_8, 0, 4, 0, /**/ 3, 2, 1, 0, /**/ 4, 4, 4, 4); CHECK(TYPE_KYMCA_8, 0, 4, 1, /**/ 3, 2, 1, 0, 4, /**/ 5, 5, 5, 5, 5); CHECK(TYPE_AKYMC_8, 0, 4, 1, /**/ 4, 3, 2, 1, 0, /**/ 5, 5, 5, 5, 5); CHECK(TYPE_KCMY_8, 0, 4, 0, /**/ 1, 2, 3, 0, /**/ 4, 4, 4, 4); CHECK(TYPE_CMYK_16, 0, 4, 0, /**/ 0, 2, 4, 6, /**/ 8, 8, 8, 8); CHECK(TYPE_CMYKA_16, 0, 4, 1, /**/ 0, 2, 4, 6, 8, /**/ 10, 10, 10, 10, 10); CHECK(TYPE_ACMYK_16, 0, 4, 1, /**/ 2, 4, 6, 8, 0, /**/ 10, 10, 10, 10, 10); CHECK(TYPE_KYMC_16, 0, 4, 0, /**/ 6, 4, 2, 0, /**/ 8, 8, 8, 8); CHECK(TYPE_KYMCA_16, 0, 4, 1, /**/ 6, 4, 2, 0, 8, /**/ 10, 10, 10, 10, 10); CHECK(TYPE_AKYMC_16, 0, 4, 1, /**/ 8, 6, 4, 2, 0, /**/ 10, 10, 10, 10, 10); CHECK(TYPE_KCMY_16, 0, 4, 0, /**/ 2, 4, 6, 0, /**/ 8, 8, 8, 8); // Planar CHECK(TYPE_GRAYA_8_PLANAR, 100, 1, 1, /**/ 0, 100, /**/ 1, 1); CHECK(TYPE_AGRAY_8_PLANAR, 100, 1, 1, /**/ 100, 0, /**/ 1, 1); CHECK(TYPE_GRAYA_16_PLANAR, 100, 1, 1, /**/ 0, 100, /**/ 2, 2); CHECK(TYPE_AGRAY_16_PLANAR, 100, 1, 1, /**/ 100, 0, /**/ 2, 2); CHECK(TYPE_GRAYA_FLT_PLANAR, 100, 1, 1, /**/ 0, 100, /**/ 4, 4); CHECK(TYPE_AGRAY_FLT_PLANAR, 100, 1, 1, /**/ 100, 0, /**/ 4, 4); CHECK(TYPE_GRAYA_DBL_PLANAR, 100, 1, 1, /**/ 0, 100, /**/ 8, 8); CHECK(TYPE_AGRAY_DBL_PLANAR, 100, 1, 1, /**/ 100, 0, /**/ 8, 8); CHECK(TYPE_RGB_8_PLANAR, 100, 3, 0, /**/ 0, 100, 200, /**/ 1, 1, 1); CHECK(TYPE_RGBA_8_PLANAR, 100, 3, 1, /**/ 0, 100, 200, 300, /**/ 1, 1, 1, 1); CHECK(TYPE_ARGB_8_PLANAR, 100, 3, 1, /**/ 100, 200, 300, 0, /**/ 1, 1, 1, 1); CHECK(TYPE_BGR_8_PLANAR, 100, 3, 0, /**/ 200, 100, 0, /**/ 1, 1, 1); CHECK(TYPE_BGRA_8_PLANAR, 100, 3, 1, /**/ 200, 100, 0, 300, /**/ 1, 1, 1, 1); CHECK(TYPE_ABGR_8_PLANAR, 100, 3, 1, /**/ 300, 200, 100, 0, /**/ 1, 1, 1, 1); CHECK(TYPE_RGB_16_PLANAR, 100, 3, 0, /**/ 0, 100, 200, /**/ 2, 2, 2); CHECK(TYPE_RGBA_16_PLANAR, 100, 3, 1, /**/ 0, 100, 200, 300, /**/ 2, 2, 2, 2); CHECK(TYPE_ARGB_16_PLANAR, 100, 3, 1, /**/ 100, 200, 300, 0, /**/ 2, 2, 2, 2); CHECK(TYPE_BGR_16_PLANAR, 100, 3, 0, /**/ 200, 100, 0, /**/ 2, 2, 2); CHECK(TYPE_BGRA_16_PLANAR, 100, 3, 1, /**/ 200, 100, 0, 300, /**/ 2, 2, 2, 2); CHECK(TYPE_ABGR_16_PLANAR, 100, 3, 1, /**/ 300, 200, 100, 0, /**/ 2, 2, 2, 2); return 1; } // Check 15 bit mode accuracy static cmsBool Valid15(cmsUInt16Number a, cmsUInt8Number b) { return abs(FROM_15_TO_8(a) - b) <= 2; } // Check the test macros itselves static void Check15bitMacros(void) { int i; trace("Checking 15 bit <=> 8 bit macros..."); for (i = 0; i < 256; i++) { cmsUInt16Number n = FROM_8_TO_15(i); cmsUInt8Number m = FROM_15_TO_8(n); if (m != i) Fail("Failed on %d (->%d->%d)", i, n, m); } trace("ok\n"); } // Do an in-depth test by checking all RGB cube of 8 bits, going from profilein to profileout. // Results should be same except for 2 contone levels allowed for roundoff. Note 15 bits is more // precise than 8 bits and this is a source of discrepancies. Cache is disabled static void TryAllValues15(cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut, cmsInt32Number Intent) { Scanline_rgb8bits* buffer8in; Scanline_rgb15bits* buffer15in; Scanline_rgb8bits* buffer8out; Scanline_rgb15bits* buffer15out; int r, g, b, j; cmsUInt32Number npixels = 256 * 256 * 256; // All RGB cube in 8 bits cmsHTRANSFORM xform15 = cmsCreateTransformTHR(0, hlcmsProfileIn, TYPE_RGB_15, hlcmsProfileOut, TYPE_RGB_15, Intent, cmsFLAGS_NOCACHE); cmsHTRANSFORM xform8 = cmsCreateTransformTHR(0, hlcmsProfileIn, TYPE_RGB_8, hlcmsProfileOut, TYPE_RGB_8, Intent, cmsFLAGS_NOCACHE); // Transforms already created cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); if (xform15 == NULL || xform8 == NULL) { Fail("NULL transforms on check for 15 bit conversions"); } // Since this is just a test, I will not check memory allocation... buffer8in = (Scanline_rgb8bits*)malloc(npixels * sizeof(Scanline_rgb8bits)); buffer15in = (Scanline_rgb15bits*)malloc(npixels * sizeof(Scanline_rgb15bits)); buffer8out = (Scanline_rgb8bits*)malloc(npixels * sizeof(Scanline_rgb8bits)); buffer15out = (Scanline_rgb15bits*)malloc(npixels * sizeof(Scanline_rgb15bits)); // Fill input values for 8 and 15 bits j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { buffer8in[j].r = (cmsUInt8Number)r; buffer8in[j].g = (cmsUInt8Number)g; buffer8in[j].b = (cmsUInt8Number)b; buffer15in[j].r = FROM_8_TO_15(r); buffer15in[j].g = FROM_8_TO_15(g); buffer15in[j].b = FROM_8_TO_15(b); j++; } cmsDoTransform(xform15, buffer15in, buffer15out, npixels); cmsDoTransform(xform8, buffer8in, buffer8out, npixels); j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { // Check the results if (!Valid15(buffer15out[j].r, buffer8out[j].r) || !Valid15(buffer15out[j].g, buffer8out[j].g) || !Valid15(buffer15out[j].b, buffer8out[j].b)) Fail("Conversion failed at (%d %d %d) != (%d %d %d)", buffer8out[j].r, buffer8out[j].g, buffer8out[j].b, FROM_15_TO_8(buffer15out[j].r), FROM_15_TO_8(buffer15out[j].g), FROM_15_TO_8(buffer15out[j].b)); j++; } free(buffer8in); free(buffer15in); free(buffer8out); free(buffer15out); cmsDeleteTransform(xform15); cmsDeleteTransform(xform8); } // Convert some known values static void Check15bitsConversions(void) { Check15bitMacros(); trace("Checking accuracy of 15 bits on CLUT..."); TryAllValues15(cmsOpenProfileFromFile(PROFILES_DIR "test5.icc", "r"), cmsOpenProfileFromFile(PROFILES_DIR "test3.icc", "r"), INTENT_PERCEPTUAL); trace("Ok\n"); trace("Checking accuracy of 15 bits on same profile ..."); TryAllValues15(cmsOpenProfileFromFile(PROFILES_DIR "test0.icc", "r"), cmsOpenProfileFromFile(PROFILES_DIR "test0.icc", "r"), INTENT_PERCEPTUAL); trace("Ok\n"); trace("Checking accuracy of 15 bits on Matrix..."); TryAllValues15(cmsOpenProfileFromFile(PROFILES_DIR "test5.icc", "r"), cmsOpenProfileFromFile(PROFILES_DIR "test0.icc", "r"), INTENT_PERCEPTUAL); trace("Ok\n"); trace("All 15 bits tests passed OK\n\n"); } // Next test checks results of optimized 16 bits versus raw 16 bits. static void TryAllValues16bits(cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut, cmsInt32Number Intent) { cmsContext Raw = cmsCreateContext(NULL, NULL); cmsContext Plugin = cmsCreateContext(cmsFastFloatExtensions(), NULL); Scanline_rgba16bits* bufferIn; Scanline_rgba16bits* bufferRawOut; Scanline_rgba16bits* bufferPluginOut; int r, g, b; int j; cmsUInt32Number npixels = 256 * 256 * 256; cmsHTRANSFORM xformRaw = cmsCreateTransformTHR(Raw, hlcmsProfileIn, TYPE_RGBA_16, hlcmsProfileOut, TYPE_RGBA_16, Intent, cmsFLAGS_NOCACHE| cmsFLAGS_COPY_ALPHA); cmsHTRANSFORM xformPlugin = cmsCreateTransformTHR(Plugin, hlcmsProfileIn, TYPE_RGBA_16, hlcmsProfileOut, TYPE_RGBA_16, Intent, cmsFLAGS_NOCACHE| cmsFLAGS_COPY_ALPHA); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); if (xformRaw == NULL || xformPlugin == NULL) { Fail("NULL transforms on check float conversions"); } // Again, no checking on mem alloc because this is just a test bufferIn = (Scanline_rgba16bits*)malloc(npixels * sizeof(Scanline_rgba16bits)); bufferRawOut = (Scanline_rgba16bits*)malloc(npixels * sizeof(Scanline_rgba16bits)); bufferPluginOut = (Scanline_rgba16bits*)malloc(npixels * sizeof(Scanline_rgba16bits)); // Same input to both transforms j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { bufferIn[j].r = FROM_8_TO_16(0xf8); bufferIn[j].g = FROM_8_TO_16(0xf8); bufferIn[j].b = FROM_8_TO_16(0xf8); bufferIn[j].a = 0xffff; j++; } // Different transforms, different output buffers cmsDoTransform(xformRaw, bufferIn, bufferRawOut, npixels); cmsDoTransform(xformPlugin, bufferIn, bufferPluginOut, npixels); // Lets compare results j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { if (bufferRawOut[j].r != bufferPluginOut[j].r || bufferRawOut[j].g != bufferPluginOut[j].g || bufferRawOut[j].b != bufferPluginOut[j].b || bufferRawOut[j].a != bufferPluginOut[j].a) Fail( "Conversion failed at [%x %x %x %x] (%x %x %x %x) != (%x %x %x %x)", bufferIn[j].r, bufferIn[j].g, bufferIn[j].b, bufferIn[j].a, bufferRawOut[j].r, bufferRawOut[j].g, bufferRawOut[j].b, bufferRawOut[j].a, bufferPluginOut[j].r, bufferPluginOut[j].g, bufferPluginOut[j].b, bufferPluginOut[j].a); j++; } free(bufferIn); free(bufferRawOut); free(bufferPluginOut); cmsDeleteTransform(xformRaw); cmsDeleteTransform(xformPlugin); cmsDeleteContext(Plugin); cmsDeleteContext(Raw); } static void CheckAccuracy16Bits(void) { // CLUT should be as 16 bits or better trace("Checking accuracy of 16 bits CLUT..."); TryAllValues16bits(cmsOpenProfileFromFile(PROFILES_DIR "test5.icc", "r"), cmsOpenProfileFromFile(PROFILES_DIR "test3.icc", "r"), INTENT_PERCEPTUAL); trace("All 16 bits tests passed OK\n\n"); } // Try values that are denormalized, not-a-number and out of range static void CheckUncommonValues(cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut, cmsInt32Number Intent) { union { cmsFloat32Number subnormal; cmsUInt32Number Int; } sub_pos, sub_neg; Scanline_rgbFloat* bufferIn; Scanline_rgbFloat* bufferPluginOut; cmsUInt32Number i, npixels = 100; cmsContext Plugin = cmsCreateContext(cmsFastFloatExtensions(), NULL); cmsHTRANSFORM xformPlugin = cmsCreateTransformTHR(Plugin, hlcmsProfileIn, TYPE_RGB_FLT, hlcmsProfileOut, TYPE_RGB_FLT, Intent, 0); sub_pos.Int = 0x00000002; sub_neg.Int = 0x80000002; cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); if (xformPlugin == NULL) { Fail("NULL transform on check uncommon values"); } bufferIn = (Scanline_rgbFloat*)malloc(npixels * sizeof(Scanline_rgbFloat)); bufferPluginOut = (Scanline_rgbFloat*)malloc(npixels * sizeof(Scanline_rgbFloat)); for (i = 0; i < npixels; i++) { bufferIn[i].r = i / 40.0f - 0.5f; bufferIn[i].g = i / 20.0f - 0.5f; bufferIn[i].b = i / 60.0f - 0.5f; } cmsDoTransform(xformPlugin, bufferIn, bufferPluginOut, npixels); bufferIn[0].r = NAN; bufferIn[0].g = NAN; bufferIn[0].b = NAN; bufferIn[1].r = INFINITY; bufferIn[1].g = INFINITY; bufferIn[1].b = INFINITY; bufferIn[2].r = sub_pos.subnormal; bufferIn[2].g = sub_pos.subnormal; bufferIn[2].b = sub_pos.subnormal; bufferIn[3].r = sub_neg.subnormal; bufferIn[3].g = sub_neg.subnormal; bufferIn[3].b = sub_neg.subnormal; cmsDoTransform(xformPlugin, bufferIn, bufferPluginOut, 4); free(bufferIn); free(bufferPluginOut); cmsDeleteTransform(xformPlugin); cmsDeleteContext(Plugin); } static void lab8toLab(cmsUInt8Number lab8[3], cmsCIELab* Lab) { cmsUInt16Number lab16[3]; lab16[0] = FROM_8_TO_16(lab8[0]); lab16[1] = FROM_8_TO_16(lab8[1]); lab16[2] = FROM_8_TO_16(lab8[2]); cmsLabEncoded2Float(Lab, lab16); } static void CheckToEncodedLab(void) { cmsContext Plugin = cmsCreateContext(cmsFastFloatExtensions(), NULL); cmsContext Raw = cmsCreateContext(NULL, NULL); cmsHPROFILE hsRGB = cmsCreate_sRGBProfile(); cmsHPROFILE hLab = cmsCreateLab4Profile(NULL); cmsHTRANSFORM xform_plugin = cmsCreateTransformTHR(Plugin, hsRGB, TYPE_RGB_8, hLab, TYPE_Lab_8, INTENT_PERCEPTUAL, 0); cmsHTRANSFORM xform = cmsCreateTransformTHR(Raw, hsRGB, TYPE_RGB_8, hLab, TYPE_Lab_8, INTENT_PERCEPTUAL, 0); int r, g, b; cmsCIELab Lab1, Lab2; cmsUInt8Number rgb[3], lab1[3], lab2[3]; double err; for (r=0; r < 256; r += 5) for (g = 0; g < 256; g += 5) for (b = 0; b < 256; b += 5) { rgb[0] = (cmsUInt8Number) r; rgb[1] = (cmsUInt8Number) g; rgb[2] = (cmsUInt8Number) b; cmsDoTransform(xform_plugin, rgb, lab1, 1); cmsDoTransform(xform, rgb, lab2, 1); lab8toLab(lab1, &Lab1); lab8toLab(lab2, &Lab2); err = cmsDeltaE(&Lab1, &Lab2); if (err > 0.1) { trace("Error on lab encoded (%f, %f, %f) <> (% f, % f, % f)\n", Lab1.L, Lab1.a, Lab1.b, Lab2.L, Lab2.a, Lab2.b); } } cmsDeleteTransform(xform); cmsDeleteTransform(xform_plugin); cmsCloseProfile(hsRGB); cmsCloseProfile(hLab); cmsDeleteContext(Raw); cmsDeleteContext(Plugin); } static void CheckToFloatLab(void) { cmsContext Plugin = cmsCreateContext(cmsFastFloatExtensions(), NULL); cmsContext Raw = cmsCreateContext(NULL, NULL); cmsHPROFILE hsRGB = cmsCreate_sRGBProfile(); cmsHPROFILE hLab = cmsCreateLab4Profile(NULL); cmsHTRANSFORM xform_plugin = cmsCreateTransformTHR(Plugin, hsRGB, TYPE_RGB_8, hLab, TYPE_Lab_DBL, INTENT_PERCEPTUAL, 0); cmsHTRANSFORM xform = cmsCreateTransformTHR(Raw, hsRGB, TYPE_RGB_8, hLab, TYPE_Lab_DBL, INTENT_PERCEPTUAL, 0); int r, g, b; cmsCIELab Lab1, Lab2; cmsUInt8Number rgb[3]; double err; for (r = 0; r < 256; r += 10) for (g = 0; g < 256; g += 10) for (b = 0; b < 256; b += 10) { rgb[0] = (cmsUInt8Number)r; rgb[1] = (cmsUInt8Number)g; rgb[2] = (cmsUInt8Number)b; cmsDoTransform(xform_plugin, rgb, &Lab1, 1); cmsDoTransform(xform, rgb, &Lab2, 1); err = cmsDeltaE(&Lab1, &Lab2); if (err > 0.1) { trace("Error on lab encoded (%f, %f, %f) <> (% f, % f, % f)\n", Lab1.L, Lab1.a, Lab1.b, Lab2.L, Lab2.a, Lab2.b); } } cmsDeleteTransform(xform); cmsDeleteTransform(xform_plugin); cmsCloseProfile(hsRGB); cmsCloseProfile(hLab); cmsDeleteContext(Raw); cmsDeleteContext(Plugin); } static void CheckFloatToFloatLab(void) { cmsContext Plugin = cmsCreateContext(cmsFastFloatExtensions(), NULL); cmsContext Raw = cmsCreateContext(NULL, NULL); cmsHPROFILE hsRGB = cmsCreate_sRGBProfile(); cmsHPROFILE hLab = cmsCreateLab4Profile(NULL); cmsHTRANSFORM xform_plugin = cmsCreateTransformTHR(Plugin, hsRGB, TYPE_RGB_FLT, hLab, TYPE_Lab_FLT, INTENT_PERCEPTUAL, 0); cmsHTRANSFORM xform = cmsCreateTransformTHR(Raw, hsRGB, TYPE_RGB_FLT, hLab, TYPE_Lab_FLT, INTENT_PERCEPTUAL, 0); int r, g, b; cmsCIELab Lab1, Lab2; cmsFloat32Number rgb[3]; cmsFloat32Number Lab[3]; double err; for (r = 0; r < 256; r += 10) for (g = 0; g < 256; g += 10) for (b = 0; b < 256; b += 10) { rgb[0] = (cmsFloat32Number)r / 255.0f; rgb[1] = (cmsFloat32Number)g / 255.0f; rgb[2] = (cmsFloat32Number)b / 255.0f; cmsDoTransform(xform_plugin, rgb, Lab, 1); Lab1.L = Lab[0]; Lab1.a = Lab[1]; Lab1.b = Lab[2]; cmsDoTransform(xform, rgb, Lab, 1); Lab2.L = Lab[0]; Lab2.a = Lab[1]; Lab2.b = Lab[2]; err = cmsDeltaE(&Lab1, &Lab2); if (err > 0.5) { trace("Error on lab encoded (%f, %f, %f) <> (% f, % f, % f)\n", Lab1.L, Lab1.a, Lab1.b, Lab2.L, Lab2.a, Lab2.b); } } cmsDeleteTransform(xform); cmsDeleteTransform(xform_plugin); cmsCloseProfile(hsRGB); cmsCloseProfile(hLab); cmsDeleteContext(Raw); cmsDeleteContext(Plugin); } // -------------------------------------------------------------------------------------------------- // A C C U R A C Y C H E C K S // -------------------------------------------------------------------------------------------------- // Check result accuracy static cmsBool ValidFloat(cmsFloat32Number a, cmsFloat32Number b) { return fabsf(a-b) < EPSILON_FLOAT_TESTS; } // Do an in-depth test by checking all RGB cube of 8 bits, going from profilein to profileout. // Values with and without optimization are checked (different contexts, one with the plugin and another without) // Results should be same except for EPSILON_FLOAT_TESTS allowed for accuracy/speed tradeoff. Cache is disabled static void TryAllValuesFloat(cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut, cmsInt32Number Intent) { cmsContext Raw = cmsCreateContext(NULL, NULL); cmsContext Plugin = cmsCreateContext(cmsFastFloatExtensions(), NULL); Scanline_rgbFloat* bufferIn; Scanline_rgbFloat* bufferRawOut; Scanline_rgbFloat* bufferPluginOut; int r, g, b; int j; cmsUInt32Number npixels = 256 * 256 * 256; cmsHTRANSFORM xformRaw = cmsCreateTransformTHR(Raw, hlcmsProfileIn, TYPE_RGB_FLT, hlcmsProfileOut, TYPE_RGB_FLT, Intent, cmsFLAGS_NOCACHE); cmsHTRANSFORM xformPlugin = cmsCreateTransformTHR(Plugin, hlcmsProfileIn, TYPE_RGB_FLT, hlcmsProfileOut, TYPE_RGB_FLT, Intent, cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); if (xformRaw == NULL || xformPlugin == NULL) { Fail("NULL transforms on check float conversions"); } // Again, no checking on mem alloc because this is just a test bufferIn = (Scanline_rgbFloat*)malloc(npixels * sizeof(Scanline_rgbFloat)); bufferRawOut = (Scanline_rgbFloat*)malloc(npixels * sizeof(Scanline_rgbFloat)); bufferPluginOut = (Scanline_rgbFloat*)malloc(npixels * sizeof(Scanline_rgbFloat)); // Same input to both transforms j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { bufferIn[j].r = (cmsFloat32Number)r / 255.0f; bufferIn[j].g = (cmsFloat32Number)g / 255.0f; bufferIn[j].b = (cmsFloat32Number)b / 255.0f; j++; } // Different transforms, different output buffers cmsDoTransform(xformRaw, bufferIn, bufferRawOut, npixels); cmsDoTransform(xformPlugin, bufferIn, bufferPluginOut, npixels); // Lets compare results j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { if (!ValidFloat(bufferRawOut[j].r, bufferPluginOut[j].r) || !ValidFloat(bufferRawOut[j].g, bufferPluginOut[j].g) || !ValidFloat(bufferRawOut[j].b, bufferPluginOut[j].b)) Fail("Conversion failed at (%f %f %f) != (%f %f %f)", bufferRawOut[j].r, bufferRawOut[j].g, bufferRawOut[j].b, bufferPluginOut[j].r, bufferPluginOut[j].g, bufferPluginOut[j].b); j++; } free(bufferIn); free(bufferRawOut); free(bufferPluginOut); cmsDeleteTransform(xformRaw); cmsDeleteTransform(xformPlugin); cmsDeleteContext(Plugin); cmsDeleteContext(Raw); } static void TryAllValuesFloatAlpha(cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut, cmsInt32Number Intent, cmsBool copyAlpha) { cmsContext Raw = cmsCreateContext(NULL, NULL); cmsContext Plugin = cmsCreateContext(cmsFastFloatExtensions(), NULL); Scanline_rgbaFloat* bufferIn; Scanline_rgbaFloat* bufferRawOut; Scanline_rgbaFloat* bufferPluginOut; int r, g, b; int j; cmsUInt32Number npixels = 256 * 256 * 256; cmsUInt32Number flags = cmsFLAGS_NOCACHE | ( copyAlpha? cmsFLAGS_COPY_ALPHA : 0); cmsHTRANSFORM xformRaw = cmsCreateTransformTHR(Raw, hlcmsProfileIn, TYPE_RGBA_FLT, hlcmsProfileOut, TYPE_RGBA_FLT, Intent, flags); cmsHTRANSFORM xformPlugin = cmsCreateTransformTHR(Plugin, hlcmsProfileIn, TYPE_RGBA_FLT, hlcmsProfileOut, TYPE_RGBA_FLT, Intent, flags); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); if (xformRaw == NULL || xformPlugin == NULL) { Fail("NULL transforms on check float conversions"); } // Again, no checking on mem alloc because this is just a test bufferIn = (Scanline_rgbaFloat*)malloc(npixels * sizeof(Scanline_rgbaFloat)); bufferRawOut = (Scanline_rgbaFloat*)malloc(npixels * sizeof(Scanline_rgbaFloat)); bufferPluginOut = (Scanline_rgbaFloat*)malloc(npixels * sizeof(Scanline_rgbaFloat)); memset(bufferRawOut, 0, npixels * sizeof(Scanline_rgbaFloat)); memset(bufferPluginOut, 0, npixels * sizeof(Scanline_rgbaFloat)); // Same input to both transforms j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { bufferIn[j].r = (cmsFloat32Number)r / 255.0f; bufferIn[j].g = (cmsFloat32Number)g / 255.0f; bufferIn[j].b = (cmsFloat32Number)b / 255.0f; bufferIn[j].a = (cmsFloat32Number) 1.0f; j++; } // Different transforms, different output buffers cmsDoTransform(xformRaw, bufferIn, bufferRawOut, npixels); cmsDoTransform(xformPlugin, bufferIn, bufferPluginOut, npixels); // Lets compare results j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { if (!ValidFloat(bufferRawOut[j].r, bufferPluginOut[j].r) || !ValidFloat(bufferRawOut[j].g, bufferPluginOut[j].g) || !ValidFloat(bufferRawOut[j].b, bufferPluginOut[j].b) || !ValidFloat(bufferRawOut[j].a, bufferPluginOut[j].a)) Fail("Conversion failed at (%f %f %f %f) != (%f %f %f %f)", bufferRawOut[j].r, bufferRawOut[j].g, bufferRawOut[j].b, bufferRawOut[j].a, bufferPluginOut[j].r, bufferPluginOut[j].g, bufferPluginOut[j].b, bufferPluginOut[j].a); j++; } free(bufferIn); free(bufferRawOut); free(bufferPluginOut); cmsDeleteTransform(xformRaw); cmsDeleteTransform(xformPlugin); cmsDeleteContext(Plugin); cmsDeleteContext(Raw); } // Next test checks results of optimized floating point versus 16 bits. That is, converting the float to 16 bits, operating // in 16 bits and back to float. Results again should be in range of epsilon static cmsBool Valid16Float(cmsUInt16Number a, cmsFloat32Number b) { return fabs(((cmsFloat32Number)a / (cmsFloat32Number) 0xFFFF) - b) < EPSILON_FLOAT_TESTS; } // Do an in-depth test by checking all RGB cube of 8 bits, going from profilein to profileout. 16 bits temporary is used as reference static void TryAllValuesFloatVs16(cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut, cmsInt32Number Intent) { Scanline_rgbFloat* bufferIn; Scanline_rgb16bits* bufferIn16; Scanline_rgbFloat* bufferFloatOut; Scanline_rgb16bits* buffer16Out; int r, g, b; int j; cmsUInt32Number npixels = 256 * 256 * 256; cmsHTRANSFORM xformRaw = cmsCreateTransform(hlcmsProfileIn, TYPE_RGB_16, hlcmsProfileOut, TYPE_RGB_16, Intent, cmsFLAGS_NOCACHE); cmsHTRANSFORM xformPlugin = cmsCreateTransform(hlcmsProfileIn, TYPE_RGB_FLT, hlcmsProfileOut, TYPE_RGB_FLT, Intent, cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); if (xformRaw == NULL || xformPlugin == NULL) { Fail("NULL transforms on check float vs 16 conversions"); } // Again, no checking on mem alloc because this is just a test bufferIn = (Scanline_rgbFloat*)malloc(npixels * sizeof(Scanline_rgbFloat)); bufferIn16 = (Scanline_rgb16bits*)malloc(npixels * sizeof(Scanline_rgb16bits)); bufferFloatOut = (Scanline_rgbFloat*)malloc(npixels * sizeof(Scanline_rgbFloat)); buffer16Out = (Scanline_rgb16bits*)malloc(npixels * sizeof(Scanline_rgb16bits)); // Fill two equivalent input buffers j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { bufferIn[j].r = (cmsFloat32Number)r / 255.0f; bufferIn[j].g = (cmsFloat32Number)g / 255.0f; bufferIn[j].b = (cmsFloat32Number)b / 255.0f; bufferIn16[j].r = FROM_8_TO_16(r); bufferIn16[j].g = FROM_8_TO_16(g); bufferIn16[j].b = FROM_8_TO_16(b); j++; } // Convert cmsDoTransform(xformRaw, bufferIn16, buffer16Out, npixels); cmsDoTransform(xformPlugin, bufferIn, bufferFloatOut, npixels); j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { // Check for same values if (!Valid16Float(buffer16Out[j].r, bufferFloatOut[j].r) || !Valid16Float(buffer16Out[j].g, bufferFloatOut[j].g) || !Valid16Float(buffer16Out[j].b, bufferFloatOut[j].b)) Fail("Conversion failed at (%f %f %f) != (%f %f %f)", buffer16Out[j].r / 65535.0, buffer16Out[j].g / 65535.0, buffer16Out[j].b / 65535.0, bufferFloatOut[j].r, bufferFloatOut[j].g, bufferFloatOut[j].b); j++; } free(bufferIn16); free(buffer16Out); free(bufferIn); free(bufferFloatOut); cmsDeleteTransform(xformRaw); cmsDeleteTransform(xformPlugin); } // Check change format feature static void CheckChangeFormat(void) { cmsHPROFILE hsRGB, hLab; cmsHTRANSFORM xform; cmsUInt8Number rgb8[3] = { 10, 120, 40 }; cmsUInt16Number rgb16[3] = { 10* 257, 120*257, 40*257 }; cmsUInt16Number lab16_1[3], lab16_2[3]; trace("Checking change format feature..."); hsRGB = cmsCreate_sRGBProfile(); hLab = cmsCreateLab4Profile(NULL); xform = cmsCreateTransform(hsRGB, TYPE_RGB_16, hLab, TYPE_Lab_16, INTENT_PERCEPTUAL, 0); cmsCloseProfile(hsRGB); cmsCloseProfile(hLab); cmsDoTransform(xform, rgb16, lab16_1, 1); cmsChangeBuffersFormat(xform, TYPE_RGB_8, TYPE_Lab_16); cmsDoTransform(xform, rgb8, lab16_2, 1); cmsDeleteTransform(xform); if (memcmp(lab16_1, lab16_2, sizeof(lab16_1)) != 0) Fail("Change format failed!"); trace("Ok\n"); } static cmsBool ValidInt(cmsUInt16Number a, cmsUInt16Number b) { return abs(a - b) <= 32; } static void CheckLab2Roundtrip(void) { cmsHPROFILE hsRGB, hLab; cmsHTRANSFORM xform, xform2; cmsInt8Number* lab; cmsInt32Number Mb, j; cmsInt32Number r, g, b; Scanline_rgb8bits* In; Scanline_rgb8bits* Out; trace("Checking lab2 roundtrip..."); hsRGB = cmsCreate_sRGBProfile(); hLab = cmsCreateLab2Profile(NULL); xform = cmsCreateTransform(hsRGB, TYPE_RGB_8, hLab, TYPE_Lab_8, INTENT_RELATIVE_COLORIMETRIC, cmsFLAGS_NOOPTIMIZE|cmsFLAGS_BLACKPOINTCOMPENSATION); xform2 = cmsCreateTransform(hLab, TYPE_Lab_8, hsRGB, TYPE_RGB_8, INTENT_RELATIVE_COLORIMETRIC, cmsFLAGS_NOOPTIMIZE | cmsFLAGS_BLACKPOINTCOMPENSATION); cmsCloseProfile(hsRGB); cmsCloseProfile(hLab); Mb = 256 * 256 * 256 * sizeof(Scanline_rgb8bits); In = (Scanline_rgb8bits*)malloc(Mb); Out = (Scanline_rgb8bits*)malloc(Mb); lab = (cmsInt8Number*)malloc(256 * 256 * 256 * 3 * sizeof(cmsInt8Number)); j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { In[j].r = (cmsUInt8Number)r; In[j].g = (cmsUInt8Number)g; In[j].b = (cmsUInt8Number)b; j++; } cmsDoTransform(xform, In, lab, 256 * 256 * 256); cmsDoTransform(xform2, lab, Out, 256 * 256 * 256); cmsDeleteTransform(xform); cmsDeleteTransform(xform2); j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { // Check for same values if (!ValidInt(In[j].r, Out[j].r) || !ValidInt(In[j].g, Out[j].g) || !ValidInt(In[j].b, Out[j].b)) Fail("Conversion failed at (%d %d %d) != (%d %d %d)", In[j].r, In[j].g, In[j].b, Out[j].r, Out[j].g, Out[j].b); j++; } free(In); free(Out); free(lab); trace("Ok\n"); } static void CheckAlphaDetect(void) { cmsHPROFILE hsRGB; cmsHTRANSFORM xform; cmsSetLogErrorHandler(NULL); hsRGB = cmsCreate_sRGBProfile(); xform = cmsCreateTransform(hsRGB, TYPE_RGB_FLT, hsRGB, TYPE_RGBA_FLT, INTENT_PERCEPTUAL, cmsFLAGS_COPY_ALPHA); cmsCloseProfile(hsRGB); if (xform != NULL) Fail("Copy alpha with mismatched channels should not succeed"); cmsSetLogErrorHandler(FatalErrorQuit); } // Convert some known values static void CheckConversionFloat(void) { trace("Check alpha detection."); CheckAlphaDetect(); trace("Ok\n"); trace("Crash test."); TryAllValuesFloatAlpha(cmsOpenProfileFromFile(PROFILES_DIR "test5.icc", "r"), cmsOpenProfileFromFile(PROFILES_DIR "test0.icc", "r"), INTENT_PERCEPTUAL, FALSE); trace(".."); TryAllValuesFloatAlpha(cmsOpenProfileFromFile(PROFILES_DIR "test5.icc", "r"), cmsOpenProfileFromFile(PROFILES_DIR "test0.icc", "r"), INTENT_PERCEPTUAL, TRUE); trace("Ok\n"); trace("Crash (II) test."); TryAllValuesFloatAlpha(cmsOpenProfileFromFile(PROFILES_DIR "test0.icc", "r"), cmsOpenProfileFromFile(PROFILES_DIR "test0.icc", "r"), INTENT_PERCEPTUAL, FALSE); trace(".."); TryAllValuesFloatAlpha(cmsOpenProfileFromFile(PROFILES_DIR "test0.icc", "r"), cmsOpenProfileFromFile(PROFILES_DIR "test0.icc", "r"), INTENT_PERCEPTUAL, TRUE); trace("Ok\n"); trace("Crash (III) test."); CheckUncommonValues(cmsOpenProfileFromFile(PROFILES_DIR "test5.icc", "r"), cmsOpenProfileFromFile(PROFILES_DIR "test3.icc", "r"), INTENT_PERCEPTUAL); trace(".."); CheckUncommonValues(cmsOpenProfileFromFile(PROFILES_DIR "test5.icc", "r"), cmsOpenProfileFromFile(PROFILES_DIR "test0.icc", "r"), INTENT_PERCEPTUAL); trace("Ok\n"); trace("Checking conversion to Lab..."); CheckToEncodedLab(); CheckToFloatLab(); CheckFloatToFloatLab(); trace("Ok\n"); // Matrix-shaper should be accurate trace("Checking accuracy on Matrix-shaper..."); TryAllValuesFloat(cmsOpenProfileFromFile(PROFILES_DIR "test5.icc", "r"), cmsOpenProfileFromFile(PROFILES_DIR "test0.icc", "r"), INTENT_PERCEPTUAL); trace("Ok\n"); // CLUT should be as 16 bits or better trace("Checking accuracy of CLUT..."); TryAllValuesFloatVs16(cmsOpenProfileFromFile(PROFILES_DIR "test5.icc", "r"), cmsOpenProfileFromFile(PROFILES_DIR "test3.icc", "r"), INTENT_PERCEPTUAL); trace("Ok\n"); // Same profile should give same values (we test both methods) trace("Checking accuracy on same profile ..."); TryAllValuesFloatVs16(cmsOpenProfileFromFile(PROFILES_DIR "test0.icc", "r"), cmsOpenProfileFromFile(PROFILES_DIR "test0.icc", "r"), INTENT_PERCEPTUAL); TryAllValuesFloat(cmsOpenProfileFromFile(PROFILES_DIR "test0.icc", "r"), cmsOpenProfileFromFile(PROFILES_DIR "test0.icc", "r"), INTENT_PERCEPTUAL); trace("Ok\n"); } static cmsBool ValidFloat2(cmsFloat32Number a, cmsFloat32Number b) { return fabsf(a - b) < 0.007; } static cmsFloat32Number distance(cmsFloat32Number rgb1[], cmsFloat32Number rgb2[]) { cmsFloat32Number dr = rgb2[0] - rgb1[0]; cmsFloat32Number dg = rgb2[1] - rgb1[1]; cmsFloat32Number db = rgb2[2] - rgb1[2]; return dr * dr + dg * dg + db * db; } static void CheckLab2RGB(void) { cmsHPROFILE hLab = cmsCreateLab4Profile(NULL); cmsHPROFILE hRGB = cmsOpenProfileFromFile(PROFILES_DIR "test3.icc", "r"); cmsContext noPlugin = cmsCreateContext(0, 0); cmsHTRANSFORM hXformNoPlugin = cmsCreateTransformTHR(noPlugin, hLab, TYPE_Lab_FLT, hRGB, TYPE_RGB_FLT, INTENT_RELATIVE_COLORIMETRIC, cmsFLAGS_NOCACHE); cmsHTRANSFORM hXformPlugin = cmsCreateTransformTHR(0, hLab, TYPE_Lab_FLT, hRGB, TYPE_RGB_FLT, INTENT_RELATIVE_COLORIMETRIC, cmsFLAGS_NOCACHE); cmsFloat32Number Lab[3], RGB[3], RGB2[3]; cmsFloat32Number maxInside = 0, maxOutside = 0, L, a, b; trace("Checking Lab -> RGB..."); cmsCloseProfile(hLab); cmsCloseProfile(hRGB); for (L = 4; L <= 100; L++) { for (a = -30; a < +30; a++) for (b = -30; b < +30; b++) { cmsFloat32Number d; Lab[0] = L; Lab[1] = a; Lab[2] = b; cmsDoTransform(hXformNoPlugin, Lab, RGB, 1); cmsDoTransform(hXformPlugin, Lab, RGB2, 1); d = distance(RGB, RGB2); if (d > maxInside) maxInside = d; } } for (L = 1; L <= 100; L += 5) { for (a = -100; a < +100; a += 5) for (b = -100; b < +100; b += 5) { cmsFloat32Number d; Lab[0] = L; Lab[1] = a; Lab[2] = b; cmsDoTransform(hXformNoPlugin, Lab, RGB, 1); cmsDoTransform(hXformPlugin, Lab, RGB2, 1); d = distance(RGB, RGB2); if (d > maxOutside) maxOutside = d; } } trace("Max distance: Inside gamut %f, Outside gamut %f\n", sqrtf(maxInside), sqrtf(maxOutside)); cmsDeleteTransform(hXformNoPlugin); cmsDeleteTransform(hXformPlugin); cmsDeleteContext(noPlugin); } static void CheckSoftProofing(void) { cmsHPROFILE hRGB1 = cmsOpenProfileFromFile(PROFILES_DIR "test5.icc", "r"); cmsHPROFILE hRGB2 = cmsOpenProfileFromFile(PROFILES_DIR "test3.icc", "r"); cmsContext noPlugin = cmsCreateContext(0, 0); cmsHTRANSFORM hXformNoPlugin = cmsCreateProofingTransformTHR(noPlugin, hRGB1, TYPE_RGB_FLT, hRGB1, TYPE_RGB_FLT, hRGB2, INTENT_RELATIVE_COLORIMETRIC, INTENT_RELATIVE_COLORIMETRIC, cmsFLAGS_GAMUTCHECK | cmsFLAGS_SOFTPROOFING); cmsHTRANSFORM hXformPlugin = cmsCreateProofingTransformTHR(0, hRGB1, TYPE_RGB_FLT, hRGB1, TYPE_RGB_FLT, hRGB2, INTENT_RELATIVE_COLORIMETRIC, INTENT_RELATIVE_COLORIMETRIC, cmsFLAGS_GAMUTCHECK | cmsFLAGS_SOFTPROOFING); cmsUInt32Number Mb, j, r, g, b; Scanline_rgbFloat* In; Scanline_rgbFloat* Out1, *Out2; trace("Checking soft proofing and gamut check ..."); cmsCloseProfile(hRGB1); cmsCloseProfile(hRGB2); Mb = 256 * 256 * 256 * sizeof(Scanline_rgbFloat); In = (Scanline_rgbFloat*)malloc(Mb); Out1 = (Scanline_rgbFloat*)malloc(Mb); Out2 = (Scanline_rgbFloat*)malloc(Mb); j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { In[j].r = (cmsFloat32Number)r / 255.0f; In[j].g = (cmsFloat32Number)g / 255.0f; In[j].b = (cmsFloat32Number)b / 255.0f; j++; } cmsDoTransform(hXformNoPlugin, In, Out1, 256 * 256 * 256); cmsDoTransform(hXformPlugin, In, Out2, 256 * 256 * 256); j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { // Check for same values if (!ValidFloat(Out1[j].r, Out2[j].r) || !ValidFloat(Out1[j].g, Out2[j].g) || !ValidFloat(Out1[j].b, Out2[j].b)) Fail("Conversion failed at (%f %f %f) != (%f %f %f)", Out1[j].r, Out1[j].g, Out1[j].b, Out2[j].r, Out2[j].g, Out2[j].b); j++; } free(In); free(Out1); free(Out2); cmsDeleteTransform(hXformNoPlugin); cmsDeleteTransform(hXformPlugin); cmsDeleteContext(noPlugin); trace("Ok\n"); } static void CheckPremultiplied(void) { uint8_t BGRA8[4] = { 255, 192, 160, 128 }; uint8_t bgrA8_1[4], bgrA8_2[4]; cmsHPROFILE srgb1 = cmsCreate_sRGBProfile(); cmsHPROFILE srgb2 = cmsCreate_sRGBProfile(); cmsContext noPlugin = cmsCreateContext(0, 0); cmsHTRANSFORM xform1 = cmsCreateTransformTHR(noPlugin, srgb1, TYPE_BGRA_8, srgb2, TYPE_BGRA_8_PREMUL, INTENT_PERCEPTUAL, cmsFLAGS_COPY_ALPHA); cmsHTRANSFORM xform2 = cmsCreateTransformTHR(0, srgb1, TYPE_BGRA_8, srgb2, TYPE_BGRA_8_PREMUL, INTENT_PERCEPTUAL, cmsFLAGS_COPY_ALPHA); int i; cmsCloseProfile(srgb1); cmsCloseProfile(srgb2); cmsDoTransform(xform1, BGRA8, bgrA8_1, 1); cmsDoTransform(xform2, BGRA8, bgrA8_2, 1); cmsDeleteTransform(xform1); cmsDeleteTransform(xform2); for (i = 0; i < 4; i++) { if (bgrA8_1[i] != bgrA8_2[i]) Fail("Premultiplied failed at (%d %d %d) != (%d %d %d)", bgrA8_1[0], bgrA8_1[1], bgrA8_1[2], bgrA8_2[0], bgrA8_2[1], bgrA8_2[2]); } } // -------------------------------------------------------------------------------------------------- // P E R F O R M A N C E C H E C K S // -------------------------------------------------------------------------------------------------- static cmsFloat64Number MPixSec(cmsFloat64Number diff) { cmsFloat64Number seconds = (cmsFloat64Number)diff / (cmsFloat64Number)CLOCKS_PER_SEC; return (256.0 * 256.0 * 256.0) / (1024.0*1024.0*seconds); } typedef cmsFloat64Number(*perf_fn)(cmsContext ct, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut); static void PerformanceHeader(void) { trace(" MPixel/sec. MByte/sec.\n"); } static cmsHPROFILE loadProfile(const char* name) { if (*name == '*') { if (strcmp(name, "*lab") == 0) { return cmsCreateLab4Profile(NULL); } else if (strcmp(name, "*xyz") == 0) { return cmsCreateXYZProfile(); } else if (strcmp(name, "*curves") == 0) { return CreateCurves(); } else Fail("Unknown builtin '%s'", name); } return cmsOpenProfileFromFile(name, "r"); } static cmsFloat64Number Performance(const char* Title, perf_fn fn, cmsContext ct, const char* inICC, const char* outICC, size_t sz, cmsFloat64Number prev) { cmsHPROFILE hlcmsProfileIn = loadProfile(inICC); cmsHPROFILE hlcmsProfileOut = loadProfile(outICC); cmsFloat64Number n = fn(ct, hlcmsProfileIn, hlcmsProfileOut); trace("%-30s: ", Title); fflush(stdout); trace("%-12.2f %-12.2f", n, n * sz); if (prev > 0.0) { cmsFloat64Number imp = n / prev; if (imp > 1) trace(" (x %-2.1f)", imp); } trace("\n"); fflush(stdout); return n; } static void ComparativeCt(cmsContext ct1, cmsContext ct2, const char* Title, perf_fn fn1, perf_fn fn2, const char* inICC, const char* outICC) { cmsHPROFILE hlcmsProfileIn; cmsHPROFILE hlcmsProfileOut; if (inICC == NULL) hlcmsProfileIn = CreateCurves(); else hlcmsProfileIn = cmsOpenProfileFromFile(inICC, "r"); if (outICC == NULL) hlcmsProfileOut = CreateCurves(); else hlcmsProfileOut = cmsOpenProfileFromFile(outICC, "r"); cmsFloat64Number n1 = fn1(ct1, hlcmsProfileIn, hlcmsProfileOut); if (inICC == NULL) hlcmsProfileIn = CreateCurves(); else hlcmsProfileIn = cmsOpenProfileFromFile(inICC, "r"); if (outICC == NULL) hlcmsProfileOut = CreateCurves(); else hlcmsProfileOut = cmsOpenProfileFromFile(outICC, "r"); cmsFloat64Number n2 = fn2(ct2, hlcmsProfileIn, hlcmsProfileOut); trace("%-30s: ", Title); fflush(stdout); trace("%-12.2f %-12.2f\n", n1, n2); } static void Comparative(const char* Title, perf_fn fn1, perf_fn fn2, const char* inICC, const char* outICC) { ComparativeCt(0, 0, Title, fn1, fn2, inICC, outICC); } // The worst case is used, no cache and all rgb combinations static cmsFloat64Number SpeedTest8bitsRGB(cmsContext ct, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut) { cmsInt32Number r, g, b, j; clock_t atime; cmsFloat64Number diff; cmsHTRANSFORM hlcmsxform; Scanline_rgb8bits *In; cmsUInt32Number Mb; if (hlcmsProfileIn == NULL || hlcmsProfileOut == NULL) Fail("Unable to open profiles"); hlcmsxform = cmsCreateTransformTHR(ct, hlcmsProfileIn, TYPE_RGB_8, hlcmsProfileOut, TYPE_RGB_8, INTENT_PERCEPTUAL, cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); Mb = 256 * 256 * 256 * sizeof(Scanline_rgb8bits); In = (Scanline_rgb8bits*)malloc(Mb); j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { In[j].r = (cmsUInt8Number)r; In[j].g = (cmsUInt8Number)g; In[j].b = (cmsUInt8Number)b; j++; } atime = clock(); cmsDoTransform(hlcmsxform, In, In, 256 * 256 * 256); diff = clock() - atime; free(In); cmsDeleteTransform(hlcmsxform); return MPixSec(diff); } static cmsFloat64Number SpeedTest8bitsRGBA(cmsContext ct, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut) { cmsInt32Number r, g, b, j; clock_t atime; cmsFloat64Number diff; cmsHTRANSFORM hlcmsxform; Scanline_rgba8bits *In; cmsUInt32Number Mb; if (hlcmsProfileIn == NULL || hlcmsProfileOut == NULL) Fail("Unable to open profiles"); hlcmsxform = cmsCreateTransformTHR(ct, hlcmsProfileIn, TYPE_RGBA_8, hlcmsProfileOut, TYPE_RGBA_8, INTENT_PERCEPTUAL, cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); Mb = 256 * 256 * 256 * sizeof(Scanline_rgba8bits); In = (Scanline_rgba8bits*)malloc(Mb); j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { In[j].r = (cmsUInt8Number)r; In[j].g = (cmsUInt8Number)g; In[j].b = (cmsUInt8Number)b; In[j].a = 0; j++; } atime = clock(); cmsDoTransform(hlcmsxform, In, In, 256 * 256 * 256); diff = clock() - atime; free(In); cmsDeleteTransform(hlcmsxform); return MPixSec(diff); } // The worst case is used, no cache and all rgb combinations static cmsFloat64Number SpeedTest15bitsRGB(cmsContext ct, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut) { cmsInt32Number r, g, b, j; clock_t atime; cmsFloat64Number diff; cmsHTRANSFORM hlcmsxform; Scanline_rgb15bits *In; cmsUInt32Number Mb; if (hlcmsProfileIn == NULL || hlcmsProfileOut == NULL) Fail("Unable to open profiles"); hlcmsxform = cmsCreateTransformTHR(ct, hlcmsProfileIn, TYPE_RGB_15, hlcmsProfileOut, TYPE_RGB_15, INTENT_PERCEPTUAL, cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); Mb = 256 * 256 * 256 * sizeof(Scanline_rgb15bits); In = (Scanline_rgb15bits*)malloc(Mb); j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { In[j].r = (cmsUInt16Number)r; In[j].g = (cmsUInt16Number)g; In[j].b = (cmsUInt16Number)b; j++; } atime = clock(); cmsDoTransform(hlcmsxform, In, In, 256 * 256 * 256); diff = clock() - atime; free(In); cmsDeleteTransform(hlcmsxform); return MPixSec(diff); } static cmsFloat64Number SpeedTest15bitsRGBA(cmsContext ct, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut) { cmsInt32Number r, g, b, j; clock_t atime; cmsFloat64Number diff; cmsHTRANSFORM hlcmsxform; Scanline_rgba15bits *In; cmsUInt32Number Mb; if (hlcmsProfileIn == NULL || hlcmsProfileOut == NULL) Fail("Unable to open profiles"); hlcmsxform = cmsCreateTransformTHR(ct, hlcmsProfileIn, TYPE_RGBA_15, hlcmsProfileOut, TYPE_RGBA_15, INTENT_PERCEPTUAL, cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); Mb = 256 * 256 * 256 * sizeof(Scanline_rgba15bits); In = (Scanline_rgba15bits*)malloc(Mb); j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { In[j].r = (cmsUInt16Number)r; In[j].g = (cmsUInt16Number)g; In[j].b = (cmsUInt16Number)b; In[j].a = 0; j++; } atime = clock(); cmsDoTransform(hlcmsxform, In, In, 256 * 256 * 256); diff = clock() - atime; free(In); cmsDeleteTransform(hlcmsxform); return MPixSec(diff); } static cmsFloat64Number SpeedTest15bitsCMYK(cmsContext ct, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut) { cmsInt32Number r, g, b, j; clock_t atime; cmsFloat64Number diff; cmsHTRANSFORM hlcmsxform; Scanline_cmyk15bits *In; cmsUInt32Number Mb; if (hlcmsProfileIn == NULL || hlcmsProfileOut == NULL) Fail("Unable to open profiles"); hlcmsxform = cmsCreateTransformTHR(ct, hlcmsProfileIn, TYPE_CMYK_15, hlcmsProfileOut, TYPE_CMYK_15, INTENT_PERCEPTUAL, cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); Mb = 256 * 256 * 256 * sizeof(Scanline_cmyk15bits); In = (Scanline_cmyk15bits*)malloc(Mb); j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { In[j].r = (cmsUInt16Number)r; In[j].g = (cmsUInt16Number)g; In[j].b = (cmsUInt16Number)b; In[j].a = (cmsUInt16Number)0; j++; } atime = clock(); cmsDoTransform(hlcmsxform, In, In, 256 * 256 * 256); diff = clock() - atime; free(In); cmsDeleteTransform(hlcmsxform); return MPixSec(diff); } // The worst case is used, no cache and all rgb combinations static cmsFloat64Number SpeedTest16bitsRGB(cmsContext ct, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut) { cmsInt32Number r, g, b, j; clock_t atime; cmsFloat64Number diff; cmsHTRANSFORM hlcmsxform; Scanline_rgb16bits *In; cmsUInt32Number Mb; if (hlcmsProfileIn == NULL || hlcmsProfileOut == NULL) Fail("Unable to open profiles"); hlcmsxform = cmsCreateTransformTHR(ct, hlcmsProfileIn, TYPE_RGB_16, hlcmsProfileOut, TYPE_RGB_16, INTENT_PERCEPTUAL, cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); Mb = 256 * 256 * 256 * sizeof(Scanline_rgb16bits); In = (Scanline_rgb16bits*)malloc(Mb); j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { In[j].r = (cmsUInt16Number)FROM_8_TO_16(r); In[j].g = (cmsUInt16Number)FROM_8_TO_16(g); In[j].b = (cmsUInt16Number)FROM_8_TO_16(b); j++; } atime = clock(); cmsDoTransform(hlcmsxform, In, In, 256 * 256 * 256); diff = clock() - atime; free(In); cmsDeleteTransform(hlcmsxform); return MPixSec(diff); } static cmsFloat64Number SpeedTest16bitsCMYK(cmsContext ct, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut) { cmsInt32Number r, g, b, j; clock_t atime; cmsFloat64Number diff; cmsHTRANSFORM hlcmsxform; Scanline_cmyk16bits* In; cmsUInt32Number Mb; if (hlcmsProfileIn == NULL || hlcmsProfileOut == NULL) Fail("Unable to open profiles"); hlcmsxform = cmsCreateTransformTHR(ct, hlcmsProfileIn, TYPE_CMYK_16, hlcmsProfileOut, TYPE_CMYK_16, INTENT_PERCEPTUAL, cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); Mb = 256 * 256 * 256 * sizeof(Scanline_cmyk16bits); In = (Scanline_cmyk16bits*)malloc(Mb); j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { In[j].c = (cmsUInt16Number)r; In[j].m = (cmsUInt16Number)g; In[j].y = (cmsUInt16Number)b; In[j].k = (cmsUInt16Number)r; j++; } atime = clock(); cmsDoTransform(hlcmsxform, In, In, 256 * 256 * 256); diff = clock() - atime; free(In); cmsDeleteTransform(hlcmsxform); return MPixSec(diff); } static void SpeedTest8(void) { cmsContext noPlugin = cmsCreateContext(0, 0); cmsFloat64Number t[10]; trace("\n\n"); trace("P E R F O R M A N C E T E S T S 8 B I T S (D E F A U L T)\n"); trace("==============================================================\n\n"); fflush(stdout); PerformanceHeader(); t[0] = Performance("8 bits on CLUT profiles ", SpeedTest8bitsRGB, noPlugin, PROFILES_DIR "test5.icc", PROFILES_DIR "test3.icc", sizeof(Scanline_rgb8bits), 0); t[1] = Performance("8 bits on Matrix-Shaper ", SpeedTest8bitsRGB, noPlugin, PROFILES_DIR "test5.icc", PROFILES_DIR "test0.icc", sizeof(Scanline_rgb8bits), 0); t[2] = Performance("8 bits on same MatrixSh ", SpeedTest8bitsRGB, noPlugin, PROFILES_DIR "test0.icc", PROFILES_DIR "test0.icc", sizeof(Scanline_rgb8bits), 0); t[3] = Performance("8 bits on curves ", SpeedTest8bitsRGB, noPlugin, "*curves", "*curves", sizeof(Scanline_rgb8bits), 0); // Note that context 0 has the plug-in installed trace("\n\n"); trace("P E R F O R M A N C E T E S T S 8 B I T S (P L U G I N)\n"); trace("===========================================================\n\n"); fflush(stdout); PerformanceHeader(); Performance("8 bits on CLUT profiles ", SpeedTest8bitsRGB, 0, PROFILES_DIR "test5.icc", PROFILES_DIR "test3.icc", sizeof(Scanline_rgb8bits), t[0]); Performance("8 bits on Matrix-Shaper ", SpeedTest8bitsRGB, 0, PROFILES_DIR "test5.icc", PROFILES_DIR "test0.icc", sizeof(Scanline_rgb8bits), t[1]); Performance("8 bits on same MatrixSh ", SpeedTest8bitsRGB, 0, PROFILES_DIR "test0.icc", PROFILES_DIR "test0.icc", sizeof(Scanline_rgb8bits), t[2]); Performance("8 bits on curves ", SpeedTest8bitsRGB, 0, "*curves", "*curves", sizeof(Scanline_rgb8bits), t[3]); cmsDeleteContext(noPlugin); } static void SpeedTest15(void) { trace("\n\nP E R F O R M A N C E T E S T S 1 5 B I T S (P L U G I N)\n"); trace( "===============================================================\n\n"); PerformanceHeader(); Performance("15 bits on CLUT profiles ", SpeedTest15bitsRGB, 0, PROFILES_DIR "test5.icc", PROFILES_DIR "test3.icc", sizeof(Scanline_rgb15bits), 0); Performance("15 bits on Matrix-Shaper profiles", SpeedTest15bitsRGB, 0, PROFILES_DIR "test5.icc", PROFILES_DIR "test0.icc", sizeof(Scanline_rgb15bits), 0); Performance("15 bits on same Matrix-Shaper ", SpeedTest15bitsRGB, 0, PROFILES_DIR "test0.icc", PROFILES_DIR "test0.icc", sizeof(Scanline_rgb15bits), 0); Performance("15 bits on curves ", SpeedTest15bitsRGB, 0, "*curves", "*curves", sizeof(Scanline_rgb15bits), 0); Performance("15 bits on CMYK CLUT profiles ", SpeedTest15bitsCMYK, 0, PROFILES_DIR "test1.icc", PROFILES_DIR "test2.icc", sizeof(Scanline_rgba15bits), 0); } static void SpeedTest16(void) { cmsContext noPlugin = cmsCreateContext(0, 0); trace("\n\n"); trace("P E R F O R M A N C E T E S T S 1 6 B I T S (D E F A U L T)\n"); trace("=================================================================\n\n"); PerformanceHeader(); Performance("16 bits on CLUT profiles ", SpeedTest16bitsRGB, noPlugin, PROFILES_DIR "test5.icc", PROFILES_DIR "test3.icc", sizeof(Scanline_rgb16bits), 0); Performance("16 bits on Matrix-Shaper profiles", SpeedTest16bitsRGB, noPlugin, PROFILES_DIR "test5.icc", PROFILES_DIR "test0.icc", sizeof(Scanline_rgb16bits), 0); Performance("16 bits on same Matrix-Shaper ", SpeedTest16bitsRGB, noPlugin, PROFILES_DIR "test0.icc", PROFILES_DIR "test0.icc", sizeof(Scanline_rgb16bits), 0); Performance("16 bits on curves ", SpeedTest16bitsRGB, noPlugin, "*curves", "*curves", sizeof(Scanline_rgb16bits), 0); Performance("16 bits on CMYK CLUT profiles ", SpeedTest16bitsCMYK, noPlugin, PROFILES_DIR "test1.icc", PROFILES_DIR "test2.icc", sizeof(Scanline_cmyk16bits), 0); trace("\n\n"); trace("P E R F O R M A N C E T E S T S 1 6 B I T S (P L U G I N)\n"); trace("===============================================================\n\n"); PerformanceHeader(); Performance("16 bits on CLUT profiles ", SpeedTest16bitsRGB, 0, PROFILES_DIR "test5.icc", PROFILES_DIR "test3.icc", sizeof(Scanline_rgb16bits), 0); Performance("16 bits on Matrix-Shaper profiles", SpeedTest16bitsRGB, 0, PROFILES_DIR "test5.icc", PROFILES_DIR "test0.icc", sizeof(Scanline_rgb16bits), 0); Performance("16 bits on same Matrix-Shaper ", SpeedTest16bitsRGB, 0, PROFILES_DIR "test0.icc", PROFILES_DIR "test0.icc", sizeof(Scanline_rgb16bits), 0); Performance("16 bits on curves ", SpeedTest16bitsRGB, 0, "*curves", "*curves", sizeof(Scanline_rgb16bits), 0); Performance("16 bits on CMYK CLUT profiles ", SpeedTest16bitsCMYK, 0, PROFILES_DIR "test1.icc", PROFILES_DIR "test2.icc", sizeof(Scanline_cmyk16bits), 0); cmsDeleteContext(noPlugin); } // The worst case is used, no cache and all rgb combinations static cmsFloat64Number SpeedTestFloatRGB(cmsContext ct, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut) { cmsInt32Number j; clock_t atime; cmsFloat64Number diff; cmsHTRANSFORM hlcmsxform; void *In; cmsUInt32Number size, Mb; cmsUInt32Number inFormatter=0, outFormatter=0; cmsFloat64Number seconds; if (hlcmsProfileIn == NULL || hlcmsProfileOut == NULL) Fail("Unable to open profiles"); switch (cmsGetColorSpace(hlcmsProfileIn)) { case cmsSigRgbData: inFormatter = TYPE_RGB_FLT; break; case cmsSigLabData: inFormatter = TYPE_Lab_FLT; break; default: Fail("Invalid colorspace"); } switch (cmsGetColorSpace(hlcmsProfileOut)) { case cmsSigRgbData: outFormatter = TYPE_RGB_FLT; break; case cmsSigLabData: outFormatter = TYPE_Lab_FLT; break; case cmsSigXYZData: outFormatter = TYPE_XYZ_FLT; break; default: Fail("Invalid colorspace"); } hlcmsxform = cmsCreateTransformTHR(ct, hlcmsProfileIn, inFormatter, hlcmsProfileOut, outFormatter, INTENT_PERCEPTUAL, cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); j = 0; if (inFormatter == TYPE_RGB_FLT) { cmsInt32Number r, g, b; Scanline_rgbFloat* fill; size = 256 * 256 * 256; Mb = size * sizeof(Scanline_rgbFloat); In = malloc(Mb); fill = (Scanline_rgbFloat*)In; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { fill[j].r = (cmsFloat32Number)r / 255.0f; fill[j].g = (cmsFloat32Number)g / 255.0f; fill[j].b = (cmsFloat32Number)b / 255.0f; j++; } } else { cmsFloat32Number L, a, b; Scanline_LabFloat* fill; size = 100 * 256 * 256; Mb = size * sizeof(Scanline_LabFloat); In = malloc(Mb); fill = (Scanline_LabFloat*)In; for (L = 0; L < 100; L++) for (a = -127.0; a < 127.0; a++) for (b = -127.0; b < +127.0; b++) { fill[j].L = L; fill[j].a = a; fill[j].b = b; j++; } } atime = clock(); cmsDoTransform(hlcmsxform, In, In, size); diff = clock() - atime; free(In); cmsDeleteTransform(hlcmsxform); seconds = (cmsFloat64Number)diff / (cmsFloat64Number)CLOCKS_PER_SEC; return ((cmsFloat64Number)size) / (1024.0 * 1024.0 * seconds); } static cmsFloat64Number SpeedTestFloatCMYK(cmsContext ct, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut) { cmsInt32Number c, m, y, k, j; clock_t atime; cmsFloat64Number diff; cmsHTRANSFORM hlcmsxform; Scanline_cmykFloat* In; cmsUInt32Number Mb; if (hlcmsProfileIn == NULL || hlcmsProfileOut == NULL) Fail("Unable to open profiles"); hlcmsxform = cmsCreateTransformTHR(ct, hlcmsProfileIn, TYPE_CMYK_FLT, hlcmsProfileOut, TYPE_CMYK_FLT, INTENT_PERCEPTUAL, cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); Mb = 64 * 64 * 64 * 64 * sizeof(Scanline_cmykFloat); In = (Scanline_cmykFloat*)malloc(Mb); j = 0; for (c = 0; c < 256; c += 4) for (m = 0; m < 256; m += 4) for (y = 0; y < 256; y += 4) for (k = 0; k < 256; k += 4) { In[j].c = (cmsFloat32Number)c / 255.0f; In[j].m = (cmsFloat32Number)m / 255.0f; In[j].y = (cmsFloat32Number)y / 255.0f; In[j].k = (cmsFloat32Number)k / 255.0f; j++; } atime = clock(); cmsDoTransform(hlcmsxform, In, In, 64 * 64 * 64 * 64); diff = clock() - atime; free(In); cmsDeleteTransform(hlcmsxform); return MPixSec(diff); } static cmsFloat64Number SpeedTestFloatLab(cmsContext ct, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut) { cmsInt32Number j; clock_t atime; cmsFloat64Number diff; cmsHTRANSFORM hlcmsxform; void* In; cmsUInt32Number size, Mb; cmsUInt32Number outFormatter = 0; cmsFloat64Number seconds; cmsFloat32Number L, a, b; Scanline_LabFloat* fill; if (hlcmsProfileIn == NULL || hlcmsProfileOut == NULL) Fail("Unable to open profiles"); if (cmsGetColorSpace(hlcmsProfileIn) != cmsSigLabData) { Fail("Invalid colorspace"); } switch (cmsGetColorSpace(hlcmsProfileOut)) { case cmsSigRgbData: outFormatter = TYPE_RGB_FLT; break; case cmsSigLabData: outFormatter = TYPE_Lab_FLT; break; case cmsSigXYZData: outFormatter = TYPE_XYZ_FLT; break; default: Fail("Invalid colorspace"); } hlcmsxform = cmsCreateTransformTHR(ct, hlcmsProfileIn, TYPE_Lab_FLT, hlcmsProfileOut, outFormatter, INTENT_PERCEPTUAL, cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); j = 0; size = 100 * 256 * 256; Mb = size * sizeof(Scanline_LabFloat); In = malloc(Mb); fill = (Scanline_LabFloat*)In; for (L = 0; L < 100; L++) for (a = -127.0; a < 127.0; a++) for (b = -127.0; b < +127.0; b++) { fill[j].L = L; fill[j].a = a; fill[j].b = b; j++; } atime = clock(); cmsDoTransform(hlcmsxform, In, In, size); diff = clock() - atime; free(In); cmsDeleteTransform(hlcmsxform); seconds = (cmsFloat64Number)diff / (cmsFloat64Number)CLOCKS_PER_SEC; return ((cmsFloat64Number)size) / (1024.0 * 1024.0 * seconds); } static void SpeedTestFloat(void) { cmsContext noPlugin = cmsCreateContext(0, 0); cmsFloat64Number t[10] = { 0 }; trace("\n\n"); trace("P E R F O R M A N C E T E S T S F L O A T (D E F A U L T)\n"); trace("==============================================================\n\n"); fflush(stdout); PerformanceHeader(); t[0] = Performance("Floating point on CLUT profiles ", SpeedTestFloatRGB, noPlugin, PROFILES_DIR "test5.icc", PROFILES_DIR "test3.icc", sizeof(Scanline_rgbFloat), 0); t[1] = Performance("Floating point on Matrix-Shaper ", SpeedTestFloatRGB, noPlugin, PROFILES_DIR "test5.icc", PROFILES_DIR "test0.icc", sizeof(Scanline_rgbFloat), 0); t[2] = Performance("Floating point on same MatrixSh ", SpeedTestFloatRGB, noPlugin, PROFILES_DIR "test0.icc", PROFILES_DIR "test0.icc", sizeof(Scanline_rgbFloat), 0); t[3] = Performance("Floating point on curves ", SpeedTestFloatRGB, noPlugin, "*curves", "*curves", sizeof(Scanline_rgbFloat), 0); t[4] = Performance("Floating point on RGB->Lab ", SpeedTestFloatRGB, noPlugin, PROFILES_DIR "test5.icc", "*lab", sizeof(Scanline_rgbFloat), 0); t[5] = Performance("Floating point on RGB->XYZ ", SpeedTestFloatRGB, noPlugin, PROFILES_DIR "test3.icc", "*xyz", sizeof(Scanline_rgbFloat), 0); t[6] = Performance("Floating point on CMYK->CMYK ", SpeedTestFloatCMYK, noPlugin, PROFILES_DIR "test1.icc", PROFILES_DIR "test2.icc",sizeof(Scanline_cmykFloat), 0); t[7] = Performance("Floating point on Lab->RGB ", SpeedTestFloatLab, noPlugin, "*lab", PROFILES_DIR "test3.icc", sizeof(Scanline_LabFloat), 0); // Note that context 0 has the plug-in installed trace("\n\n"); trace("P E R F O R M A N C E T E S T S F L O A T (P L U G I N)\n"); trace("===========================================================\n\n"); fflush(stdout); PerformanceHeader(); Performance("Floating point on CLUT profiles ", SpeedTestFloatRGB, 0, PROFILES_DIR "test5.icc", PROFILES_DIR "test3.icc", sizeof(Scanline_rgbFloat), t[0]); Performance("Floating point on Matrix-Shaper ", SpeedTestFloatRGB, 0, PROFILES_DIR "test5.icc", PROFILES_DIR "test0.icc", sizeof(Scanline_rgbFloat), t[1]); Performance("Floating point on same MatrixSh ", SpeedTestFloatRGB, 0, PROFILES_DIR "test0.icc", PROFILES_DIR "test0.icc", sizeof(Scanline_rgbFloat), t[2]); Performance("Floating point on curves ", SpeedTestFloatRGB, 0, "*curves", "*curves", sizeof(Scanline_rgbFloat), t[3]); Performance("Floating point on RGB->Lab ", SpeedTestFloatRGB, 0, PROFILES_DIR "test5.icc", "*lab", sizeof(Scanline_rgbFloat), t[4]); Performance("Floating point on RGB->XYZ ", SpeedTestFloatRGB, 0, PROFILES_DIR "test3.icc", "*xyz", sizeof(Scanline_rgbFloat), t[5]); Performance("Floating point on CMYK->CMYK ", SpeedTestFloatCMYK, 0, PROFILES_DIR "test1.icc", PROFILES_DIR "test2.icc", sizeof(Scanline_cmykFloat), t[6]); Performance("Floating point on Lab->RGB ", SpeedTestFloatLab, 0, "*lab", PROFILES_DIR "test3.icc", sizeof(Scanline_LabFloat), t[7]); cmsDeleteContext(noPlugin); } static cmsFloat64Number SpeedTestFloatByUsing16BitsRGB(cmsContext ct, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut) { cmsInt32Number r, g, b, j; clock_t atime; cmsFloat64Number diff; cmsHTRANSFORM xform16; Scanline_rgbFloat *In; Scanline_rgb16bits *tmp16; cmsUInt32Number MbFloat, Mb16; UNUSED_PARAMETER(ct); if (hlcmsProfileIn == NULL || hlcmsProfileOut == NULL) Fail("Unable to open profiles"); xform16 = cmsCreateTransformTHR(0, hlcmsProfileIn, TYPE_RGB_16, hlcmsProfileOut, TYPE_RGB_16, INTENT_PERCEPTUAL, cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); MbFloat = 256 * 256 * 256 * sizeof(Scanline_rgbFloat); Mb16 = 256 * 256 * 256 * sizeof(Scanline_rgb16bits); In = (Scanline_rgbFloat*)malloc(MbFloat); tmp16 = (Scanline_rgb16bits*)malloc(Mb16); j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { In[j].r = (cmsFloat32Number)r / 255.0f; In[j].g = (cmsFloat32Number)g / 255.0f; In[j].b = (cmsFloat32Number)b / 255.0f; j++; } atime = clock(); for (j = 0; j < 256 * 256 * 256; j++) { tmp16[j].r = (cmsUInt16Number)floor(In[j].r * 65535.0 + 0.5); tmp16[j].g = (cmsUInt16Number)floor(In[j].g * 65535.0 + 0.5); tmp16[j].b = (cmsUInt16Number)floor(In[j].b * 65535.0 + 0.5); j++; } cmsDoTransform(xform16, tmp16, tmp16, 256 * 256 * 256); for (j = 0; j < 256 * 256 * 256; j++) { In[j].r = (cmsFloat32Number) (tmp16[j].r / 65535.0 ); In[j].g = (cmsFloat32Number) (tmp16[j].g / 65535.0); In[j].b = (cmsFloat32Number) (tmp16[j].b / 65535.0); j++; } diff = clock() - atime; free(In); free(tmp16); cmsDeleteTransform(xform16); return MPixSec(diff); } static void ComparativeFloatVs16bits(void) { trace("\n\n"); trace("C O M P A R A T I V E converting to 16 bit vs. using float plug-in.\n"); trace(" values given in MegaPixels per second.\n"); trace("====================================================================\n"); trace(" 16 bits tmp. Float plugin\n"); fflush(stdout); Comparative("Floating point on CLUT profiles ", SpeedTestFloatByUsing16BitsRGB, SpeedTestFloatRGB, PROFILES_DIR "test5.icc", PROFILES_DIR "test3.icc"); Comparative("Floating point on Matrix-Shaper ", SpeedTestFloatByUsing16BitsRGB, SpeedTestFloatRGB, PROFILES_DIR "test5.icc", PROFILES_DIR "test0.icc"); Comparative("Floating point on same MatrixSh ", SpeedTestFloatByUsing16BitsRGB, SpeedTestFloatRGB, PROFILES_DIR "test0.icc", PROFILES_DIR "test0.icc"); Comparative("Floating point on curves ", SpeedTestFloatByUsing16BitsRGB, SpeedTestFloatRGB, NULL, NULL); } typedef struct { Scanline_rgba8bits pixels[256][256]; cmsUInt8Number padding[4]; } padded_line; typedef struct { padded_line line[256]; } big_bitmap; static cmsFloat64Number SpeedTest8bitDoTransform(cmsContext ct, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut) { cmsInt32Number r, g, b, j; clock_t atime; cmsFloat64Number diff; cmsHTRANSFORM hlcmsxform; big_bitmap* In; big_bitmap* Out; cmsUInt32Number Mb; if (hlcmsProfileIn == NULL || hlcmsProfileOut == NULL) Fail("Unable to open profiles"); hlcmsxform = cmsCreateTransformTHR(ct, hlcmsProfileIn, TYPE_RGBA_8, hlcmsProfileOut, TYPE_RGBA_8, INTENT_PERCEPTUAL, cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); // Our test bitmap is 256 x 256 padded lines Mb = sizeof(big_bitmap); In = (big_bitmap*)malloc(Mb); Out = (big_bitmap*)malloc(Mb); for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { In->line[r].pixels[g][b].r = (cmsUInt8Number)r; In->line[r].pixels[g][b].g = (cmsUInt8Number)g; In->line[r].pixels[g][b].b = (cmsUInt8Number)b; In->line[r].pixels[g][b].a = 0; } atime = clock(); for (j = 0; j < 256; j++) { cmsDoTransform(hlcmsxform, In->line[j].pixels, Out->line[j].pixels, 256 * 256); } diff = clock() - atime; free(In); free(Out); cmsDeleteTransform(hlcmsxform); return MPixSec(diff); } static cmsFloat64Number SpeedTest8bitLineStride(cmsContext ct, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut) { cmsInt32Number r, g, b; clock_t atime; cmsFloat64Number diff; cmsHTRANSFORM hlcmsxform; big_bitmap* In; big_bitmap* Out; cmsUInt32Number Mb; if (hlcmsProfileIn == NULL || hlcmsProfileOut == NULL) Fail("Unable to open profiles"); hlcmsxform = cmsCreateTransformTHR(ct, hlcmsProfileIn, TYPE_RGBA_8, hlcmsProfileOut, TYPE_RGBA_8, INTENT_PERCEPTUAL, cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); // Our test bitmap is 256 x 256 padded lines Mb = sizeof(big_bitmap); In = (big_bitmap*)malloc(Mb); Out = (big_bitmap*)malloc(Mb); for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { In->line[r].pixels[g][b].r = (cmsUInt8Number)r; In->line[r].pixels[g][b].g = (cmsUInt8Number)g; In->line[r].pixels[g][b].b = (cmsUInt8Number)b; In->line[r].pixels[g][b].a = 0; } atime = clock(); cmsDoTransformLineStride(hlcmsxform, In, Out, 256*256, 256, sizeof(padded_line), sizeof(padded_line), 0, 0); diff = clock() - atime; free(In); free(Out); cmsDeleteTransform(hlcmsxform); return MPixSec(diff); } static void ComparativeLineStride8bits(void) { cmsContext NoPlugin, Plugin; trace("\n\n"); trace("C O M P A R A T I V E cmsDoTransform() vs. cmsDoTransformLineStride()\n"); trace(" values given in MegaPixels per second.\n"); trace("====================================================================\n"); fflush(stdout); NoPlugin = cmsCreateContext(NULL, NULL); Plugin = cmsCreateContext(cmsFastFloatExtensions(), NULL); ComparativeCt(NoPlugin, Plugin, "CLUT profiles ", SpeedTest8bitDoTransform, SpeedTest8bitLineStride, PROFILES_DIR "test5.icc", PROFILES_DIR "test3.icc"); ComparativeCt(NoPlugin, Plugin, "CLUT 16 bits ", SpeedTest16bitsRGB, SpeedTest16bitsRGB, PROFILES_DIR "test5.icc", PROFILES_DIR "test3.icc"); ComparativeCt(NoPlugin, Plugin, "Matrix-Shaper ", SpeedTest8bitDoTransform, SpeedTest8bitLineStride, PROFILES_DIR "test5.icc", PROFILES_DIR "test0.icc"); ComparativeCt(NoPlugin, Plugin, "same MatrixSh ", SpeedTest8bitDoTransform, SpeedTest8bitLineStride, PROFILES_DIR "test0.icc", PROFILES_DIR "test0.icc"); ComparativeCt(NoPlugin, Plugin, "curves ", SpeedTest8bitDoTransform, SpeedTest8bitLineStride, NULL, NULL); cmsDeleteContext(Plugin); cmsDeleteContext(NoPlugin); } static void TestGrayTransformPerformance() { cmsInt32Number j; clock_t atime; cmsFloat64Number diff; cmsHTRANSFORM hlcmsxform; float *In; cmsInt32Number pixels; cmsUInt32Number Mb; cmsToneCurve* gamma18; cmsToneCurve* gamma22; cmsHPROFILE hlcmsProfileIn; cmsHPROFILE hlcmsProfileOut; gamma18 = cmsBuildGamma(0, 1.8); gamma22 = cmsBuildGamma(0, 2.2); hlcmsProfileIn = cmsCreateGrayProfile(NULL, gamma18); hlcmsProfileOut = cmsCreateGrayProfile(NULL, gamma22); cmsFreeToneCurve(gamma18); cmsFreeToneCurve(gamma22); hlcmsxform = cmsCreateTransform(hlcmsProfileIn, TYPE_GRAY_FLT | EXTRA_SH(1), hlcmsProfileOut, TYPE_GRAY_FLT|EXTRA_SH(1), INTENT_PERCEPTUAL, 0); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); pixels = 256 * 256 * 256; Mb = pixels* 2*sizeof(float); In = (float*) malloc(Mb); for (j = 0; j < pixels*2; j++) In[j] = (j % 256) / 255.0f; atime = clock(); cmsDoTransform(hlcmsxform, In, In, pixels); diff = clock() - atime; free(In); cmsDeleteTransform(hlcmsxform); trace("Gray conversion using two gray profiles\t %-12.2f MPixels/Sec.\n", MPixSec(diff)); } static void TestGrayTransformPerformance1() { cmsInt32Number j; clock_t atime; cmsFloat64Number diff; cmsHTRANSFORM hlcmsxform; float *In; cmsInt32Number pixels; cmsUInt32Number Mb; cmsToneCurve* gamma18; cmsToneCurve* gamma22; cmsHPROFILE hlcmsProfileIn; cmsHPROFILE hlcmsProfileOut; gamma18 = cmsBuildGamma(0, 1.8); gamma22 = cmsBuildGamma(0, 1./2.2); hlcmsProfileIn = cmsCreateLinearizationDeviceLink(cmsSigGrayData, &gamma18); hlcmsProfileOut = cmsCreateLinearizationDeviceLink(cmsSigGrayData, &gamma22); cmsFreeToneCurve(gamma18); cmsFreeToneCurve(gamma22); hlcmsxform = cmsCreateTransform(hlcmsProfileIn, TYPE_GRAY_FLT, hlcmsProfileOut, TYPE_GRAY_FLT, INTENT_PERCEPTUAL, 0); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); pixels = 256 * 256 * 256; Mb = pixels* sizeof(float); In = (float*) malloc(Mb); for (j = 0; j < pixels; j++) In[j] = (j % 256) / 255.0f; atime = clock(); cmsDoTransform(hlcmsxform, In, In, pixels); diff = clock() - atime; free(In); cmsDeleteTransform(hlcmsxform); trace("Gray conversion using two devicelinks\t %-12.2f MPixels/Sec.\n", MPixSec(diff)); } // The harness test int main() { #ifdef _MSC_VER _CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF); #endif trace("FastFloating point extensions testbed - 1.6\n"); trace("Copyright (c) 1998-2024 Marti Maria Saguer, all rights reserved\n"); trace("\nInstalling error logger ... "); cmsSetLogErrorHandler(FatalErrorQuit); trace("done.\n"); trace("Installing plug-in ... "); cmsPlugin(cmsFastFloatExtensions()); trace("done.\n\n"); CheckComputeIncrements(); CheckPremultiplied(); // 15 bit functionality CheckFormatters15(); Check15bitsConversions(); // 16 bits functionality CheckAccuracy16Bits(); // Lab to whatever CheckLab2RGB(); // Change format CheckChangeFormat(); // Soft proofing CheckSoftProofing(); // Floating point functionality CheckConversionFloat(); trace("All floating point tests passed OK\n"); SpeedTest8(); SpeedTest16(); SpeedTest15(); SpeedTestFloat(); ComparativeFloatVs16bits(); ComparativeLineStride8bits(); // Test gray performance trace("\n\n"); trace("F L O A T G R A Y conversions performance.\n"); trace("====================================================================\n"); TestGrayTransformPerformance(); TestGrayTransformPerformance1(); trace("\nAll tests passed OK\n"); cmsDeleteContext(0); return 0; } lcms2-2.17/plugins/fast_float/testbed/meson.build0000644000175000017500000000054114752176133021105 0ustar martimartifast_float_testbed_srcs = files( 'fast_float_testbed.c', ) fast_float_testbed = executable( 'fast_float_testbed', fast_float_testbed_srcs, dependencies: [liblcms2_fast_float_dep, liblcms2_dep, m_dep], c_args: cargs + ['-DPROFILES_DIR="@0@"'.format(profiles_dir / '')], ) test( 'fast_float_testbed', fast_float_testbed, timeout: 600, ) lcms2-2.17/plugins/fast_float/testbed/.deps/0000755000175000017500000000000014752176133017754 5ustar martimartilcms2-2.17/plugins/fast_float/testbed/Makefile.in0000644000175000017500000004703414752176133021020 0ustar martimarti# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # # Makefile for building fast_float_testbed # VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ check_PROGRAMS = fast_float_testbed$(EXEEXT) subdir = plugins/fast_float/testbed ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \ $(top_srcdir)/m4/ax_append_flag.m4 \ $(top_srcdir)/m4/ax_check_compile_flag.m4 \ $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \ $(top_srcdir)/m4/ax_pthread.m4 \ $(top_srcdir)/m4/ax_require_defined.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am_fast_float_testbed_OBJECTS = fast_float_testbed.$(OBJEXT) fast_float_testbed_OBJECTS = $(am_fast_float_testbed_OBJECTS) am__DEPENDENCIES_1 = fast_float_testbed_DEPENDENCIES = \ $(builddir)/../src/liblcms2_fast_float.la \ $(am__DEPENDENCIES_1) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = fast_float_testbed_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(fast_float_testbed_LDFLAGS) \ $(LDFLAGS) -o $@ AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/fast_float_testbed.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(fast_float_testbed_SOURCES) DIST_SOURCES = $(fast_float_testbed_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSCOPE = @CSCOPE@ CTAGS = @CTAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FILECMD = @FILECMD@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@ LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBRARY_AGE = @LIBRARY_AGE@ LIBRARY_CURRENT = @LIBRARY_CURRENT@ LIBRARY_REVISION = @LIBRARY_REVISION@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIB_JPEG = @LIB_JPEG@ LIB_MATH = @LIB_MATH@ LIB_PLUGINS = @LIB_PLUGINS@ LIB_THREAD = @LIB_THREAD@ LIB_TIFF = @LIB_TIFF@ LIB_ZLIB = @LIB_ZLIB@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PTHREAD_CC = @PTHREAD_CC@ PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ PTHREAD_CXX = @PTHREAD_CXX@ PTHREAD_LIBS = @PTHREAD_LIBS@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ ax_pthread_config = @ax_pthread_config@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ inline = @inline@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ # Don't require all the GNU mandated files AUTOMAKE_OPTIONS = 1.7 foreign AM_CPPFLAGS = -I$(builddir)/../include -I$(srcdir)/../include -I$(srcdir)/../src \ -I$(top_builddir)/include fast_float_testbed_LDADD = $(builddir)/../src/liblcms2_fast_float.la $(LCMS_LIB_DEPLIBS) fast_float_testbed_LDFLAGS = -static @LDFLAGS@ fast_float_testbed_SOURCES = fast_float_testbed.c EXTRA_DIST = test0.icc test1.icc test2.icc test3.icc test5.icc all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/fast_float/testbed/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign plugins/fast_float/testbed/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-checkPROGRAMS: @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list fast_float_testbed$(EXEEXT): $(fast_float_testbed_OBJECTS) $(fast_float_testbed_DEPENDENCIES) $(EXTRA_fast_float_testbed_DEPENDENCIES) @rm -f fast_float_testbed$(EXEEXT) $(AM_V_CCLD)$(fast_float_testbed_LINK) $(fast_float_testbed_OBJECTS) $(fast_float_testbed_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fast_float_testbed.Po@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) check: check-am all-am: Makefile installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ mostlyclean-am distclean: distclean-am -rm -f ./$(DEPDIR)/fast_float_testbed.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/fast_float_testbed.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: check-am install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \ ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile check: if [ "x$(srcdir)" != "x$(builddir)" ]; then \ cp $(srcdir)/test?.icc . ; \ fi ./fast_float_testbed # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: lcms2-2.17/plugins/fast_float/Makefile.in0000644000175000017500000004600514752176133017363 0ustar martimarti# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = plugins/fast_float ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \ $(top_srcdir)/m4/ax_append_flag.m4 \ $(top_srcdir)/m4/ax_check_compile_flag.m4 \ $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \ $(top_srcdir)/m4/ax_pthread.m4 \ $(top_srcdir)/m4/ax_require_defined.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ install-exec-recursive install-html-recursive \ install-info-recursive install-pdf-recursive \ install-ps-recursive install-recursive installcheck-recursive \ installdirs-recursive pdf-recursive ps-recursive \ tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ distdir distdir-am am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSCOPE = @CSCOPE@ CTAGS = @CTAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FILECMD = @FILECMD@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@ LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBRARY_AGE = @LIBRARY_AGE@ LIBRARY_CURRENT = @LIBRARY_CURRENT@ LIBRARY_REVISION = @LIBRARY_REVISION@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIB_JPEG = @LIB_JPEG@ LIB_MATH = @LIB_MATH@ LIB_PLUGINS = @LIB_PLUGINS@ LIB_THREAD = @LIB_THREAD@ LIB_TIFF = @LIB_TIFF@ LIB_ZLIB = @LIB_ZLIB@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PTHREAD_CC = @PTHREAD_CC@ PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ PTHREAD_CXX = @PTHREAD_CXX@ PTHREAD_LIBS = @PTHREAD_LIBS@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ ax_pthread_config = @ax_pthread_config@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ inline = @inline@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = src include testbed all: all-recursive .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/fast_float/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign plugins/fast_float/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs # This directory's subdirectories are mostly independent; you can cd # into them and run 'make' without going through this Makefile. # To change the values of 'make' variables: instead of editing Makefiles, # (1) if the variable is set in 'config.status', edit 'config.status' # (which will cause the Makefiles to be regenerated when you run 'make'); # (2) otherwise, pass the desired values on the 'make' command line. $(am__recursive_targets): @fail=; \ if $(am__make_keepgoing); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-recursive TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-recursive CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-recursive cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ $(am__make_dryrun) \ || test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am check: check-recursive all-am: Makefile installdirs: installdirs-recursive installdirs-am: install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: .MAKE: $(am__recursive_targets) install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ check-am clean clean-generic clean-libtool cscopelist-am ctags \ ctags-am distclean distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ installdirs-am maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: lcms2-2.17/plugins/meson.build0000644000175000017500000000020714752176133015330 0ustar martimartisubdir('test_profiles') if get_option('fastfloat') subdir('fast_float') endif if get_option('threaded') subdir('threaded') endif lcms2-2.17/plugins/test_profiles/0000755000175000017500000000000014752176133016051 5ustar martimartilcms2-2.17/plugins/test_profiles/meson.build0000644000175000017500000000005214752176133020210 0ustar martimartiprofiles_dir = meson.current_source_dir() lcms2-2.17/plugins/test_profiles/test0.icc0000644000175000017500000000107014752176133017566 0ustar martimarti8lcms0mntrRGB XYZ  :acspMSFT-lcms desc4cprt<Lwtptchad,rXYZbXYZgXYZrTRCgTRCbTRCchrm$mluc enUSRGB built-inmluc enUS0No copyright, use freelyXYZ -sf32 J*XYZ OXYZ &0-XYZ 42para3chrmT{5&f\lcms2-2.17/plugins/test_profiles/test1.icc0000644000175000017500000210074014752176133017575 0ustar martimartilcmsprtrCMYKLab )5acspMSFT-lcms desccprt#wtptA2B0,A2B2,A2B14B2A0F<8B2A1~8B2A28gamtXdmnddmddltdesc,Test profile, not suitable for real use-Test profile, not suitable for real usetextNot suitable for real useXYZ Zg0mft2 $i 6 1^ 2Wy%Y !"#%#&D'f()*+-.(/H0i123457859Q:m;<=>?AB)CBD\EuFGHIJLM,NCOYPoQRSTUVX Y#Z:[Q\f]x^_`abcdfgh#i3jBkRl^mgnqozpqrstuvwxyz{|}~ˀɁǂф{pdXL@3& ֜ȝ|jWE3 תū}kYG6$ڷȸ~kYG5"ŵƣǑ~lYD.оѧҐyaI1ڲۘ}bG,{W3qHvU3sIa)\ Z,      !"#$%&'()*+,-./0123456789:;~<|=|>|?}@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`acdeefghijklmnopqrstuvwxyz{|z}o~dXMA5)ۈʉq`N=, ٖɗmZH6%ؤʥwog`ZTOLIFEDEFHJNRW]cjr{ĄŊƐǖȝɥʭ˶̿*7DQ^kyކߔ ,8CNYcjnoldVD/h 2 R e r xzzzyuph^RE7)4=@?:4 ,!#"#$$%&'()*+,-./|0p1d2Y3M4A566+7!89 ::;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{||}v~oiaZQH>5+! ؎͏Ðxpjc^YURPOOPRUY_fnx̰߱ 8Ql»!Ceª9^ɂʦ2TtҔӲ6Lat݇ޘߧoX\[VL=*b/fMq T p_L7! }tfUA, !"#$%z&d'N(9)%**+,-./01y2g3U4D526"7889:;<=>?@}AoBbCUDIE~% ہ‚rW; ϊ}bG-ޒēx`G/Ԝq_O?0"۬խЮ˯ǰı²µŶȷ͸ӹۺ 0@RfzƏǦȾ *GcЀџҿ'LsٛFsM6+1MZ:{T?~ò~i~L}~cbA~Dad~ty~W~O>~\/~|~`Cx}%H}1X}%z}K} {N}׋<_~7A~-ψ||Dz|+E|[s|z} ^}wO@}-~ċ {Gu{Dz{]Ĭ{f{Zx|[]|ϕM?}R<}Ǝz]YzHħz|z={LNw{\|=>|v|ېI8z/r z;bz'sMzd6zɬqv{D[{0> |;|yyaIy?yazYvzݮ[{^=c{ФI{R*y߄yfUy`VyyuKzZi{ <{z%zȎ~+~}͇}W0}3}HtЄ}Zk}=~zɇ}!~Єd*s}Y<9wpSwuuVrUW؈|;,뇔{RsѲ;:8q)PCV:4.8Ȅ2񡂡?Up Vu9S c bփR.ՁNn U388A/ͬδz6߆өn1T\e7݀tXT)$̯̕6;eCʷˆ imw3SƀV7M \lGNػځNāa5tNzlߴS<H6*-N}o2ن N%է>w֣A}⇤\fXMݘ2, KԐ3g°[} 0e6M _1 ? 1ӣǾI^I|B̯dܪwLe1$: rW] 1S{z|diL g0\ U{[G{!{ ޔ`{&yE{xbie{Jr|/c5}~ ~:f#MKx+Ca|uI~.yW ώәߎ%¡唘[w!^T`^H*- 5GȨ瘎=Π4rv_ҍRGf,ދ̋|,ƕ{ Ҙtٕ^1Fő,;'\A*ىJ nyg؜(VN#q6\DՊB*|i˽?zzhzMџzEzrn8zY,{dBS| '|⃔*Z Ђ`>mۘ:Xc€A'4 uh¨h$nk)l]'Wf@&8[/Թ|zY9_N3kV41@49%wUh 3?Vkؔ.Uٓ|??R~%nVӎȩ5U.k~j9V"U"똬>Ð?%' Ȃ}ˡWml}ʗiRT>OlT$iƝaʚ=\},?iT- =$e0yYq,<-A_|?h@SG=ҩ$leLy)yywydGzPOsz:{ )|qʬί(h䁙~ڀvcc&OS#9tL߮=.v10b䞼 N8ՙ,K.Fpj癪7̥0uPhbQM88Ajʗ׋xAʜڨ†󤔗tuϔaMKMB=(7kua ,̘/1Hsʠ5`\Lk7M (_XĀ⫹}£rs@C`)6OLA;6}Ȕ@(Bat{C rȟH_֧Kť6#̕O&3"^ļ֢qrb_cKu6{ݤ < (ytյy:}Ѱy2ldygZ8dyF冷zj1{r{(B€}b kYdrFl1l;nˉՍވI|ϯkUYz4EƄ0ˀh|RjΌcX}-EYW0,\>շFiba{{4j$W]D?50>R*>6Ā;ٱџziWyZD}p/'g^ȶ6pDzi/W%ԞD9I/Ĝ' J״"ԯzWhy1VߣKC/1ŀٵ˰tzhVﭠCߟ8//)cyxr|xaixPqyS> sy)zjfY{ C7ċ恶q¹JaJm~P ~=_~)]f2ÀDÒG'q^`۳uOY=RZ)#JNO©k#_p鷼`k&O:%=j(Hڧ,O[pt` N֐&<èi(ץc^PbB7pM@s_ϱ ,N&q<Е(¤+8fը*p_oN<}:(nN&Q̺o_Nw }gu~_jx&thxQy7Qẙzi%u7{Z{=v|k|v՟wӾ xѦx Ryosz'kYuzیM1<} #}oha}?'O|}g3}f }É\}Y}|ȸזP|D|mg|˨N|3,}X S}(d}5<|0|nƕ|4~|8f|eNT|2|L |Qvww~~x }1xfyzM(zI28%{1 ։$|y<Ǽ|>ډcΒhU~|nWdQL\15 쇋Z⊩!_+7/0 zXcⅩFK&0D!D $~uI&%ڏ͆.yl bDŽ̋vJQ/nFY k솷&ڸWlΆN]xa„I.~ ҃ᆤh/jhwo`ӃX^H.Е QLr71Nu vf`ҟGHUXu-{8IF,mźg߄ދuނ_gfGǁ-pȑ=ͅtؠ/IzKhu5^ՂGJ,^&J5uYv vw6rw]xEry+Nz|},SP~˛S~~~Sr ~O\~mD΋o~*'C~,lWح46uxp[(/C񊁃)cM &oA(7ȍpofZ0C(e_׃GgϐNanً(AY@RBS( Ѓj<ŏJmQXm@A<'|;Ȇ<[9%_5,~4m,WƈA' U<ϻ6ʱ^ly0W(W@@&֚$`|źm[xR`k7NV@-&H;/ݲàztáHuNvz t9t|uOqEu^sJvJw5Wxk@kx0| |$p|spv4|p]ڜ9|J"|4}-И5}ls?䄅lfo1]Μ=*ڙʜ]1zlʫrզЮb*|Pܟ s>Ԧ*d0vsQysjٶCt+['tJu8vF$R+v Xw {.yzj `xbiAY3I?N7#ףV> J߻bSxPgi5YuߓHU7]ӑ#âk t€ޢ_x ڟdhY9>kH§79,# MbwյZhưkYeH^7 # { >w9hX#H97# `- a{n1rmŶs7_XsPst'@t/E!udukoMw${h@zmz_^kyPpIy@z /RzVG1z_ /|F"{rmÞ_G=PN @}:m/PGw}Iu!{pm}s_gP%ԅ@^/Jn{[emep^P‹@Oߊ/P܊߫Ћ0${9%mT^PՑ@O/aґ {ńumGꜳ^`GP f@[%]/yyK!;΄7z0m?[^,Pa@guY/Vx@jzĝ>m>᫓_ 8[P*̦3@פ/E1gȥFvpswKsxt̢*xu$yvqczwW{Ox;/|1y}!yt~hku~v|}we}ʈxK}p.y3}V[z}:z~ {T}1r̚td_u Fv ~wnxBU>xy8yĂyՂ iq8rsltюLuvmvT*w!7xxpu2q/r+sŖՄtl|viS#w 7wwq?lo pqˣrzwtkXu53R.vA6BvvKNn뷌p[q1r0z̓0!{ ){ͮwӹx*NxelxTyZy,4byqJz!K/z\r zˇ6wswwܳ5x'xx ay'Iyk.yN Bz-Uw>JwQ#_wwwwx$/a x{ITy'.}yAo y~p3qrrڌsvGu `\v5HwU-ńxR܆Oy`Fzꅻzs {u{Wu{_[| Gh|i,؃|/}u\1_rك,tT^QkFǂD+n9 ­Ǐ*1ɂ|q|sB6]5kEՁJ+,x~(Ta؂ uz)Qr-\5TEh*x }0@Wd8EqZ[QDD)D=DI7ˀNdK [p=DZC~")Q~B?θڬ&2`Nos~NY~C ~wp(~^~ܾxӾc$~5n~@IYE~ sB~0(y}^~&\Wo5p!rs.lˋtTWu@v&;w*$yXySCGyyz?k֊_zVf{$@ {%{ۈ}iI ]~׊Sij̉7UJ?6$΀,Mԋˋ>j}*iT·>>k $PYفKIŠ˔8o-|:7h1kS߆a=#ċ%ʁs Y{ygʆq[S1<#,!V5q zٟg՜{Rj"0Ճ'=r'@ zVfQPQƄ;Ο_"a?) Œn;y]eQD;d1!"ospA(~|݈C|BxGgtXUѕB{5.l ʓ@lןzwߕWfɗ/SU/B{@. 'F΀F(wD f9tTAA-ma8KΞNvҤeTQA-X9ub;k)v"xFeAS*A/:-}v 4n~W{oo]p/_yqKNrhSU7Ct214+}pO@bqSb&C%1#!}ip aƫɗRB1Ҡޔz~.Nx}joدPa=RB\p1Jf|yv}6GoЯ+Va]RdB1vɔŅ(rHlemX9nIӷo:up)S4q-p)t{rwtpeÿtX:tIu@:vu)v!uxr:{er{EX&zIֵ$z:{){8n{}.re&WjBIҀ:f)0!rvҊ e_WEIu:QsQ)GIUrQheJWNTIg":Al^)!'XPr0Pe?bW Icϓ:?)8`-!GrӠ`e=̞W՛Id:::ҙ)}yM:qv6eCPWC(Ikwk:E)Q)ЧʜERٵqlrn7touIq-vkrjwtRxu6zyvzyv׷oWwppxGIrAxKsy4ttyivzQPw4z5hx!{>xzmogp–rIs^htOuJ4lvwA"kJmo:pu~r1gWsvNt3uru0zjo;l@̩Tm֔?o^}Rp⏔f%r^Ms2tGtԆ&ik8#lϝan\Q|o*e qh?Lr1s? eshԻjgk+Im{od&p3Lq1:rZ sGhi˶ kSÐ^l֫z/njcWomKpqC0q grybιg`ia}ajںclM`ymmڮbohJpP0p q%Zyk}zdmKzn{hptyU{qb||sJ}t/}v 9dv7wv{>${* I|}9z Xz Əy|zhz1Tzy>z$zjR{݂\y yVy|yh9ySyA=z|$ y͘_{^؋iڜk~mpyofipQbr$; s!tNw$setU u2x?veqvQw;xx jx{j|ۚՇ{|ن} w}!dq4}FP)}u:Qr} U}~цZ>vScyO\yI98ƃoÏۘ"ubgbo֊dNkuJ82n2f{.י~~0\to3a0Mx8EERX 2ȃEvsš`ā7&M͕7ǀvQlWJ#&r&`VLS977ߛD-`3^|r<_|Kz6Xy iNԓ&k#yln̐nj\oIqt3֍rrz쓔rZsM't3mu[čXuHUEv3(ww~{Nb{}~!{mX{Z |G|_2~c|~||lZ+ |~5l YւXFΉӂ 10&,{^kY-F1YPƇXRQ?{7~j5X^ՏFEmԍ0ˇ)MIZ0zy͚iz^=W! DՇ[0^Wh̉إy܊Dh܈ɟWD@I/慽)aV{yVܫ9hNRVCՆ/8kH(؞ĥלLjsߚl4cėmR oI?씆p+Jqlq/}А@qcHrQsˑ{@*Y{q/{%Ϛ̂=nq-ya&P{7>*)ޏ
ґƗYp`O֑ =z)w>{UƓGxp<@` O33`=%j)"]Ƙ~ϙo_z`Nu<(όؒikU~"RCo^͜Nܚ<&O(k8KW=}Ôn^VM[Q;όƠ(!7h7vm\-=nknlpvZoRiʯ(p\WpMTq>p^r-:Isj㣧sF7uav |vi`w\Gw`Mw>(x--xxT^zXu~]h}~[w}M4}=Ǣ},Рj}Z}~uDhX.[τLm=rd,2kٞ;th(urZXL_yX=h,_hҝ#te=gZn#CL<ԟ,0;ڜYVjBt]םg-;Z2VKآ<억+뜓vƐSdt.~gZ.K]<{)+뛾њ|j2f]λ@hP㷖ipC#j4*k#>l!Hksi=n2]Ϻ9nPBoCEwpn4[.q1#sJqpx)iͼud]uPմuC&v4Qv|#vv&|"ir|k]af|P]{Bw{4-{#{g{hiz1]5#PVKB+4#0liN<]PDB 3#:槫i)]GP?Bl3񨛍#2E"Y߀i Y]PDYUBM3ǔ#^?YHh]#IPQ|B%3 n#"V PlmfDn0huojqcl{rndUtOp}LlurP1vs x1s\iqTXkrgmmswogtyquc>rvKasw0txU vtwɈg|`i|\k|_&m|}xoV|bp|JYro}/s+} !t|ǻePh Pj `kw*m̓`o/ITq.q vsdF4)f|Th~juln_nCH`oˆA.p+ rxRc!e?p8gUiS tkG^m!3Gn)-in hq öad@*fUhTksjR]l3FmT,m˒ pa< cĜSeLgri\kmF$l,Ol٘\ pj`b盲d%fNrhکs\]j¥>El7>+l mp_te`uglvqiwZkrxBm\Zy,oESzq+zs}s}Fr=osfq;Zturpuvsqvst[jwquDvx]v*8yw{[xp.zk>qrzrz?s{Bot{ZDu{Csv|2)XwN|?zy|l)n]ʨo31p샖rnxsOY'txBun(u.x1lя)'n2Ôo|PlpmFqXs4RAt-;'tDywdlxklmnM#Col0pِW)r@s'>rVgvރjl$mTInkGoV`q.V@>r8&qޒ#'wJ|i߮>kLl~vmϣjwo"aUpn7?q]&IpwYVib$jɴ#k}m/>inzUoţg?p %pw=p|dM}g}TiW|}kgh}meTD~VoS>~q$r&gtSzn3{'p{zqh{u{rg|:sSS|u=8},v#C}vxqxxyMyyyzKz&zfzzvRf{z*:FEeWqcbEa?b!PX>V e*5qE|czieYlDgx\dirLIkM:6 l%ّ8n ZduΤ[fˌWg/GR6Ґě.'K͒F؋RFn9ab]cU:eGi;gW8Mh'6j*inbmi?ajTFkG@m*87`nS'?1oq-n-simpa9qsTr7Fޢs7ퟹs'rt.sx0lx`xSS,xFjzx73yA&ݜyl2x0|cl(l`8PS+E&71~&p~~k_٣wS%DžE P6؛&o(ƀkd}_ҍRߟ猲E:6&;%Jۀk$_T&R3D_Y6@%a'j𤡝_VRD؛V63%j a|`U|bRIde`"m$gsinji]plFrEo,s&p v*q d%jѭKflhn,jorFlq`\nrEpItS+pu] mthukIaud vNf}vshwpjx\[lyDnpy+nz rz-w_K]aCdlȃfoiiZRkMCl)*Bl~vq~]U `ܕbie nRgbY5iBk9)krY?q[^pa-1cm-fX\Zyc]Vj_1bpl=dޕ1WjgAqh(`h|sYY\b|^_avknc眙Vf,@gɗ''f"Ds XԵ~[?^D~`!jcVe`~@Mf'neș_t̳7n_GpOb1qd~hrgwjt?iUulM?vnw&wZo2{ ql,i{mkoPmP}kpnir pUsxr2>ts%Wutxyruɰ1isk~tߎ{m u{nvhzp0w`Sqx.=rx$ry&yzFg~&if~-k!~.zl~)g8ni~0Ro~;=q~<#p~[zS~+eGgliiy.k flхQnlgonp,\qEUIrL64rcqˈKmkUܐHH;ʂ9V)07vdh'mO'aՊUTEG9vv(ϋQu߀mB a5UyGiӏ8t(pnjрla_}TԘ_G 8r(9ŕ'Ɏ0'ebW[Z^M#`e@[b1dh e emdc'YdMmf@l{hV1Ҝi j Oird+juY kMl?n1o Кo }lo{wcqXkrzLhs?y0z' M-z1 z*b,VWqaKuH>|0UN % b&-WyK$>(܆f/2mD t ΀a՜^+V̚JJӘ=ؕ/Dv~ %z!a˖V$Jŗl=(/Jg[ 숟Y#ZdNR\Bd^5`',b#abhEcZqXpga}McB#jd5.f:':g`gpҦhQvXhhMJ iAЩj588k'l sl|9mxgzWo:Lߪ&oAWp4Uqm&ߣq Nq\rA~WRvLvAv4w3&wm ]w)Ÿx>V}#LP*}J@դ}N4^7}?&t}3}~^V-L)@u4Al&t4G->!zVҋCL2@g42&]!6MVb4~L z"@U4.#&g/&jp&aSYc]6f/`7hqcLkjfFW(li%A*nbk'nmtnų*]daq`fc6h~Kekjh m(Vj@o.@5kq'lr^cu5sANZo]pJM`q|c&rinet TguC?>ivV&Qiew ux"tWy[y܍^ z9{Y`zhc{Se{k>Ng{%f{v$|UxFX΃u[y^łyfaRd=veʁX$dvmRSvfVZx] je_(Qbp pE [pqL.~sǤbmdo7fpxshqa8js&Mlti8mu|m.u~-xe4_wbPx0dxr_fyQ_hyLjzc7kzjz~T|f]}``]-b|&pd^fဤKhԀw6jKkht~uԠc[{+^B `oc ]e@Jg56ChXf~_Yt2\̀_>oa$]coJe܌5fe3~Xas[Y^ [nJ`l\ZbaIhdi57e7:d6~Wة6Z ~]#m_{N[aĜXHcš4dc x~ɀ|6pXq\`}gr_ltbZuDedGvgh2whj`^wkZrmbne|1pAgikqiYrkFtm28to`tovȘjl ?l@m{moUjo&pXpr(Fqst1rt|cr&tzhuiv~ykgwFi:lwWnlxEoyA0pyoy~qeggyl*zGn@{mzsj~t lyp{tn`uoP2vq>w]r]* wsE=yr}ps}kqto)ru_svOOtzwK=guOw)uxivwnk||Po}n p}W^q}zN]r}h-jKO0j,lksjgg>i[ kfM#l=xnd-o}oNq6rp?ofqYr8LJs>=4pt#,mt6t] vq}BwexYy"K]yh[img"ndgQf7\@gPPiCk=4l#mn^l^sf~qm[^nObp*Beq<3슀r #or7rxe}uLZvNvA.wP3fw#w SwN|d|Y0}KNg}{A }2އ}"ن} }dZYRwMh /@vT2Z"X3!GcއEY M/$@?,;2/g"6僠c|X!|L˅MS?O1sn"*ۂ] \URBYXF[E9]+}_I`JamI\]QY_UF7ay9cr+Qe Peߘer1[_dCPeEg9i&*jV&jjwZ@kZP8lDѕm8jan*joݔ3o.p#{eZ LrOs[D0t7ƒ|t*u-u!1*u.YsyO}zCC.z7Qz)zq-z;{XkN>;CL#6폗). PX\`N/:;B66(܍~sG+X7N rBÏ6o(WrT PaTMFbV;M Y=.[i \]`|q.Oƨ[*EĦ]7:_2.` [mb+ǥbleuO=SaE-c:Ae.~fy gVѢg iz<NǤ hDYi9k-IllƠ?l(wo+}NK oqD+kpN93q-+Lqqq5u Mנjv`Cʞv8(wU,뛞wXw؛w^qzTMs}UC}8},7}&]}љ} ~M$YCJsq82, w{{L)C(8dЋ,ٗDݏgZS]W|`[5wPc,^debCPhe;ih#%ipjygl˧V^ Y`\cv _fxcbiOe"k:fm"eeolyqgRhGVUjsYlLt\nb2_oNb^q9ds!btyvbOSrݔzS sڄ| X_|VEb(|1c|cD|dQGg{Q*gh{4jz{oY|\jn^_eaFO'cgd=e ;*Me$,h;WO{Z}m]^_Ndax"W`ixGkZyT6lxy#ml9z qze~bYr7d9dfVpgFiT6j_"i p}`(&q^bZddL4Uf F=g5ph"g nτC} ^p`ԏcdbЎU dkEfP4g ".e؋ m<|]Wp2_ baJTcdaE)d4xe!dbQ knd xyRmzbV` {YQ{])BG|h`0}Ab~ld#dy wv`[Hkw(^/_w`PxcAy}e0tzGg{h~)i|v}s cjte]u gOui@vk/w}m5wm{nuDpkisq:m}\rOnOsEp`?t.q/!trtryt(tmWt7hKnu:[ovNpv?jo}.pR}o}x<~r:i3fjZl Lxm%"=n-nnumx8qgFfiCYxjKk=(l,l߉+kx:qfqehXip"KejŒ\]2D^$g`Oؔ`ԑ biqRˑ ^?Hܐy`g> bm1؏d9#䏯eeggvRBe@Hf=(Kh1/i#TjJjl{<Q9lUGDimߡ;Md|Qg"lUAi{[ XkH[m4\o]Jq$}KtEERހC2SXW)} :qJ@wEhIW;ME\P{2.Q5!gUʆ}08?e=vvBgnG5VKDNԌ1O1T|436;vqABgF KVlJ?cDMY1M^PSϏ|8ZMC]aR v[_V9f}bZ/Ud]C=ga/Oh@diufTmґyUWXZu-[^Je^avTa1dxBcjgJ.d]iNf`jrPaITmcsWfPdZhSV]jAc_m-`ncowbLjGPslqTnVbWRoR)ZYqx@j\r-] t8ats{vHt~Lu{pPvca`T,wW~+V ^dXB[|~G nKDm_OOR~C>XTԄ+TLU]?{DʏmI0J_M&OP=R܊+-RG*]뉛>{C mVG^KNO E=QE*P^i@aN zdRlf&V]h9YMVj.];k`'lcpdhq'\WyH_Zwkca]\{dQ`LYfrc:h)fu'BhhCnhvhnXb`Fw[[bj-^ec[\`gKibj: dl &dmkmzT0iivWykBhZtm Z]0nJ?_pJ9aUq%`r ixr~#2PkrtSsgAW)tXZuI\\v8L^Kwq%g]x ~i1x:M!{sP|f6TG|oWWV|H{Y|7[}C$Z} Ri|~ ~JMrNYa.Yy@[tӄypqsMerQXxsUUJuX;v-\ *wC^x0`~bZxolUcnjYW_o\.Iq6_!; rja*RsZdCt d~g!|mh]bRjx`V6l#cHmei:&ng)oi7p}i~l*l5df`fhThiGj6k9FkmM(ln]mnn~eqja#nF_cfoSedpFgr8hns"(mhsjs~.wi^v^`vwPRbwEd\x7ey'eyxhyg~0{h[K~]]~R` E6a 7c+'Gb/qff$~h%Y]D[Qy^ D_ㅉ6a)&`a&eTD0}gW-\Z3P\^6D"^2"6 _?j&g^ad8~5dz MZYzPN{TA|dW2t}LZ!~] ̀]xe{cEuTXvXLw[@*x]1y`S!zgb |b=jH~aq\W]r_Kta?/uc0ue vxg |yAgoV`md2VoQf4Jph>7qi0r~kYrl? 0vXl t_j\kUlm_Imin=,no/xoOpKoq sqny^vgFsTitHjutX\L`NOCS>7 Va(YVZ\q[i5~WxNS|MVBy`Yq6,\(^I3_C`nmVH{ZZLT|]@A{|_5>}_a'S~ck~d/eVs$U+waK1xc@VyUe4Xyg&zhzi/s}jox Tt9iGJ)uRj?Uv/l63bvml%w7nXGwn^Z{io|rS&q,pICroq>sdr2tsg%7t=stsbyCuRQnwx Hsox=py1qyk$qyr&yxJ{sQl'tGm=Xn1o$eoRBp:\x'Q%j?GolM|np3}6oh(q}}p"}pl ~pvUFy1t]=z-u3\zu'{vrzv |6vl{GFOv{lAUx5:W+>Z:[\Ґ^.i#yt=o}[4P]*_gd`a*c:nV}X<b3tid&)Det"fKfght;ˇi]2j(kkBk?kn0y;;)p)1p'wqyq熮qtS}:|w 1]w|'vew.wIwnz+: ~'0~O' ~1~\~.~mft2 $i 6 1^ 2Wy%Y !"#%#&D'f()*+-.(/H0i123457859Q:m;<=>?AB)CBD\EuFGHIJLM,NCOYPoQRSTUVX Y#Z:[Q\f]x^_`abcdfgh#i3jBkRl^mgnqozpqrstuvwxyz{|}~ˀɁǂф{pdXL@3& ֜ȝ|jWE3 תū}kYG6$ڷȸ~kYG5"ŵƣǑ~lYD.оѧҐyaI1ڲۘ}bG,{W3qHvU3sIa)\ Z,      !"#$%&'()*+,-./0123456789:;~<|=|>|?}@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`acdeefghijklmnopqrstuvwxyz{|z}o~dXMA5)ۈʉq`N=, ٖɗmZH6%ؤʥwog`ZTOLIFEDEFHJNRW]cjr{ĄŊƐǖȝɥʭ˶̿*7DQ^kyކߔ ,8CNYcjnoldVD/h 2 R e r xzzzyuph^RE7)4=@?:4 ,!#"#$$%&'()*+,-./|0p1d2Y3M4A566+7!89 ::;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{||}v~oiaZQH>5+! ؎͏Ðxpjc^YURPOOPRUY_fnx̰߱ 8Ql»!Ceª9^ɂʦ2TtҔӲ6Lat݇ޘߧoX\[VL=*b/fMq T p_L7! }tfUA, !"#$%z&d'N(9)%**+,-./01y2g3U4D526"7889:;<=>?@}AoBbCUDIE~% ہ‚rW; ϊ}bG-ޒēx`G/Ԝq_O?0"۬խЮ˯ǰı²µŶȷ͸ӹۺ 0@RfzƏǦȾ *GcЀџҿ'LsٛFsM6+1MZ:{OX͙~ʹ~y~eL~j~Qc=9~|4~cl@~]̳~nf~C~لOiZ/gP8v}6q}0}>ϲ:}i^},~"hN~uO 7A胬|.A|33|M|WE|ߓ}OgV}ьN~|M6g\7{cߥ{fǪ{ `{ɞi|+~|fn}CAN.}{5~zʸU/zDzCz{,a{}|$Ye|ȕM}5[~_wzRêzF2 z] z;{|{d|`L}5P4~=cyy@yz:z$| {[@dH|Lo|4}uyZy2yƔyj;zdj{w{ @c{̡L |34=}S~6׆}}p}UR*}u{}că~5Lx~5(=}p@kcyԃ-bKÂ4؂zGetMڽos ČX9wxʂʈaiJ͂&L43oۅO_tz莴r wA`ցNjdJh3\lԟ[7—vx`9Iue3${K͂:X2-{6 uȀ_JH䀯:2ՃsV/&ĤuU^THiS2`rփȥ$ƁWSJЀatk.\^)H;20T7Yn#s]ƞGЕV1||c|:;h|G|rʼni} ]}G{~2Q9*ǔR<6W[䂶q҈=\+3F遢1˄ڣ9Wr݌>WpxpЇh[HwFF1T4B،lkȉR9oهZ؊&Eo0샠ᤔÇ [ޘ:OnkY΅J4D=[05 ֵK\wʤĘRL~nY+ΒDsЌ0EڇDէи\Qڗݧ*mwzXbDsl0VŒj¦ψԖч{Ά=[l)X6NC'/тNA̩ՊMĠ'-7lgWԃٜmCx/O{Y{Q{F '{s~{ju|wV"}9B~P/BB̝ҹ<Ւ4 $~ӁiڍcUƋY1A7.zB!DE.Z.7} }iцJUAtp .!c˒ɒW|-Qh )TX@ۆ.e^fDi{ 3gQSm@]a..4ت`"סp 91zL fS6t@0-؆d VבAȣyf cRƈ?熏 -؄.eNĠ!|iDxFeDRk6?A -LŅq͒rƋwx{(e R?p-@ zɠz|zzur{Vb| P*[|=~ ,j;ӽp|Μsn%tŕb ǀO=n5,IY6ܟn웅φAusPaRPNل[= ,,ĻݔОD[ٚ̏~sd`TNf4<,è靎e!4ڔ&rٹޔVj)0Jp ^*L ;+Ņ􈉰(z&z ~z}HzjlJ!z[{J |9j})Ћį\RfԨف|PZk2"Z}Iʀ69!K)k9wkR{|GsGk]HYEsI 8䎛)ςϝ.4js2{{5j\pYTH`8n)GɬjԋIz,iX͕HTŊV8q*фDb7ɥR zi#fXVQH0k8Z* nԫ^D-yhTWGŐM8>*håڊʨly1hTW|Gj8*5%*؇TLdWɴ艴ux՜MAhF WxKGn/38*yǓyqb -RƇC`q:5ل(!ރ,ǘiq[LOa3R#C'Ή@4C(HaB%7y֙paDQ՚~UB84폿(in.֮z@ILp5`%QB֔4Ff(/\ ̀Ҥp^`žQqBT4(YϞM g<4˨s0p(Wd`PQ[HB 4ꎶ( Qy2yPxybiy[gzhL죡{O>|b1}%to<&؆ѻxE\i[~L,>1%܍2k3w+;iM"AZLb>-1@K&68P.TwOh~_t1S&HNBHƸyw3hzZ%XeK'T>k<1˒3&Nj„B]{vᖛhfғYK֟}>_ 1ݒU&RN:hvıQh?AKYإ/KĞ>X-1܉e',ƓM v͡Fh,YɤRK>UD1q'QZtvQh'9Y̤,KǞW>n20'onщ$yp{6y(nfhy/`췎ySxzND~}46~}y-z4*z{;24{Ё||vBd}.MU~6:hxYjxyxҪ^zzɈ}{d{c|_L}}[5L~?w31֮wȗxhبyyTzAzb{K|G4~ ivGUvޢrwާwxAMyy(zrb {K|,o4$}uoӿv'vͦצ7wϏ/xnxyia9z|J_{m3}u{ҝuv7$v=w䣍wQxs`z I{K33M|ˆhtqѰu'u¸{7v+`wqvx_yI^z2|t'tUAtɛLujnv$wux+_jy[Hz2|6♄x͍xxx8yd \z uz_{IU|3|~uႎ\?(e+kt 9^sHu2ZIQAAًnŀM>.s)]5GdX2Vݿ(%ǔ|B\PtKnr\1\Gņt1݀4DBAdz~{~ҝ~JA~q~[~ F{9m1t0~t~1c}X}Ӟņ=}ߚHp~ [9~V6E~Œ;1Q~2l}~\}^ǚ}C!^}Zo}Z}E~\0~ }Ė}:||ͭM|禛o9}-Z}E!~+0~f}J|'|5D|o;|Xn|դ`Y};D}ȓ=0c~tvٿ|wW-wݗ_x|yCmцz4Y{FD{|0Z~kud5<іZelgX@{C̄,/n*&T5ɇʕ4ЅkWm,C+w/ԁΉB7Ώˍvj3V|Bۅ/9K]́ih"4Ɇ~d1jUދBPy.ӄ[iLz6W b}yiGU]TA؋.l f3D^'DŽΧɃڢ|hsTفݓ=AWr~.'ʠǼcՐj{wh 2TiA .VΈ uͷ6,ׁEخ|lKe}v̊ c)bP‡>P,ńK'&t1uegFU7}EqЄ6L(z򂅤j?tqdȖJJTȊ;E%6(d(pcc`OޗCtN<9d<7TJ8DԎ'6ه(ϣ奖ԜVsϘcƕ"S푟 D5g(Nz]s]F+c_gSAD`5ۊ n([B?Hjr>c eSWD3_5ĉό(ٙltiNw@2Ǐ&z)"{ɪ{.ZblYLJ]b?N@GԄ2҃&GΓ\rys᥎qup[wF\x됔1zf۳n#o²apݻr;su~p`u [vwEx1Qza rÚs9(tN@uhdvpbw[3yNF>z1~|գ}f|r}|h}|}|~|oi~m}OZQ~}Ef]~71!~#{|(|`R|(e}kn\}pYq}D~p0uҞztDzi`{5n{.|mU|%X}%fD}焋0/~܂g.yƽyͩz9ݕz{-l[{tW|sC}L/~Ux٦y0ymByؚZzd}kw{W-{َC|ȊI/}ax5Lxz}xǦy4'y˜jzV{VmB|W/W}9whxxGx~ayKjzmVzBR{)/&}0ͯwj^\w_w趔xEZ}x$iyUz^- dƵ*% -6 v2~ٟxcG~̙P~Ҕ>p,Qtո1~_u~ob~iP[~}>2~,չwpFqLrІtsъiunaZvOx=Pz+|~Dy,yzC7zrJ{6`{Nl|[OLR;a^+ s6Z IMȈ 9-ەo`]L$;و4+ mvUjF|n)j] )FK2:؂fh*|HwT̡n\gK]Ғ :^*Rb!8†­)lmNj\a0K :kĎ *ځZo#+q NrQ{ҒsjCuYߎvIxf8dzs)|쪓xqx狏yX{eyj:/zYA{KH|,8H}B)5~×C,؀^z:Oir)X H7)'Ֆ+ňzey[HOh6YW*kG}7) ߁+KА]qxtfgOW`YG5X7]) Uܧ*rߗ1 וpwg) t%lǎۢv}Tf UF/Ґ 7) /ʥ#ޖ<׮ֆIjuNeD'UbsE놁6ۄ) wͣ o[pqq™ssJb4StR#vpCJx>4hqz_&|6w'xp}xq<`y'aByRzB{4A}&ˈ~Ďjiǚ`"pLa:~Q$BF4&H⟲ƍ~~[oՖI`sHQ CXB>&3'T"Ϗᛞ~,Hos_ߒkPxxAi3L9'*BD}ƒn~T_WPHhA3ɈH'@y̚Vn}2)m^ݑO.)A|,39#'S3~DZi|şPm^sO’AAŎG3ԉ'b@8Įڊ<|9n@m$H^FOJaAq3!'nߐo~pBvqhrYڜtKWv9=ʓx0ezN$|ېvڃlwCuʣwgɟxxYqyPKWDzR={r0j|$Љ~hy~yr~)uUk}gMl}Y`~KA~Z=m~03%ӏ`P^t_fĝadXeJTM=;0q%Q6vX¤yt?f1X7qJY%=Y0%=ÔGɒsːKe͎WЗ͋J‰<쏦0rl%!:-$0s>1+e[22W|5:Iݓ-<<׏30%҆צǟseW7.I_<0|%cōrjrrY?dΚ=V7IqD7<:01&WFnxaokƬq&^rQt1Eu8 w,8z="'|҄nvxJvxkw^ͦwQСxDky8{-%'|#0~SLM};w}|kh|^|Q}/DЛU}8~&-N3~#xX(.w\Mj~^-QJDVM8-o[#͉热0wChjF]̣QDvt8 -$YuvjSʍ]ԋP˝ˊDS@8do-$Rz嘞vj+P]N/P*D6 h8-i/$ ްivi릧|] PnDF8zB-ό$Yv;i5i]PX D 8ό-⌛$͇my0nem}oaεJpV r=JG\s>u3ʜw)z1 |yiuomua3vQV"GwJ_x'>ۡyg4z*|q!~>y>|m{aֲ{V {JU|R>j|4(}*U~" ym\aɁU׀JRX4EY*π~"y߀xm?saaUɅQJ-k>Y4`ɂ*ґH"֊8xƻ&Dm-gat؋UJ"ňG>y4zK+R##xlm$apU%2J >ʉ4Nq+2Q#b:]x am"]jasPU6Jn4>;?4ɉY+VB#݃x{&m'ꝑa|UJ$/?4Y+m臉#yڥqm*ƦsQnIJ+tpW uq釴w0sr&xuB\ywGm{y#2}{ضoxqkxrytOyuz4q"w=z[x{Fz|2%|}n[oQDqT{rށ5WtopvZwр=Ey1{4lnE ocqք sCunu Zv鄶EZx81D{QzӢkG}mŬ nprr;mt!Y?vDxJX0z2XjIlvmɛȖTo#q_lsVXuoGD?wJ0z;PikI mXMnşpl-r2WtڑCCw60[yφ"Јhjwlhqn'p kxr+-WUtdCovΎ{0'yuSh|jSHkēm8ojqVsgCvv/y,Szl$zm{(o,{qT"|Ls j|tV}vB~y/{`x/v}xw0Rx?z>-| 'qro(ksKLt?xufFdvRx11?y؍*-{®q*r ٝrܰsƪ'wotd]vL!QwΖS?=y$-{n`{kR݂m?o ^pvrcȁxtQrv>x,{Iuɀvc_vڈKFwu;xbDyP[]z>|,y}&~٪~ƙX~~6~~t~~b ~OZ~=,FII}t6}}}s}ᄯa0~%N~{=~,||9|`|{r|䊜`^}ENb}<~O+v{{ꕦ{'{ГOq|s_|M} <]}c+~жzؤzz͂{q{n_{1Me|x<}@+~- zK8fzZzdDCzfpSzᛂ^p{kL| `;|ۋ+}׆yWy*zy}zozk]zL{F;|+}ׯf;jNlYn~pGn)r#\)t#KWQvI:@x){sjt]u~vmOw[y JAzJ9ك{)}m |H}#[%}>}V}blo}[,}J-D~;9~)ւR (`)ᄡ|kqDZۂIX 95i)Ɓc,/͌ {qjzYUI#8J)v9?^zCi聱XY">H=8o)_ǚv͊{Hyi9X"HYT8o8)0w%dۂԁáyH hX .(G鏆8AҊ)ۅeăd<}E`UxhbWG48C))jNl?--nuvoeqUm sELv6 x'v{5s>teu t:vdꋍw?TډxE=y5dž{~'}Yl){I`{Ń{t|Ed(d|T<}DD}5~<'@~zۃHrtns$҂jcdPS؁DC_45Y'rX\#_r@ψbP6SC䅑5,CC'ȝ͍ڔ.Ӏڊqb\R0*C4'z)/[-rpވYbapLR+C͉1(%ۄyHgАvY4hPZckLA'>Ԇ1%3c0 v?th:YَK⊋=>g8o1&ƃ'惆uʑ4|gYRJK>)ċ1y"&$lO]Ψ?/^ugѠKgFEY*IKD=c-1c@&4%􈀦li|Qkom]bvIoGUqPG)s:fu.;x#!{Wql{rsoGsb#tTvG_w:Cy>.Oo{#y}1 x{kyEn̝Dyaz2TWfzG{:`8|.\z}#Ƈ~ĀJz͟ln a SMFƑ:7G.e$zf P[AE;Z1ٓ0U)Fj"0΂op~7f ![BPY_EE;T\1撠C)k"djpmfr=[M,1P\ǑES;`Ћ1')}"Ρmfni=pkqr^mtolVurX wtDyw'0|Yz>̾jqźjlr`ntpu0rnvgkbtgwWIv~yCtxz0b{x|bh|~j|l|^n|~pp|j\s}AVtu[}Bw}0z~l;fׇ i 9kDmh5})oviNqꂿUtXBEv=/yVǧeP{qgi卞|l{nohLp(TsuSAv@Z/ryX_dִ2f}}hƖMk/zmtLgdojT3rxAKuI/8xσ[c&5e[}gܞrQj.xylfoDSr d@u/x\ębp vdܫg%iwy3kyenbSq@to.wUad`RfWh-xkkemn)Rq\@?t@.wZtf4uhvjxxm0xyosekz.qR|{itP?|w-~zK'rp{sqԜu#svFtgwwtudxw*Qz%x?E{zb-}|Xpzr'zssj{@(t{vxv|cwy|Qy }>z}-R|~H(oYpq݃^s=uPt;bvSPPx <>Ay-|0m{opzrt?s^auQOw+T=y>,{¹luSmoou{psGrlatqOvk?=txj,{ @k mܖnlprxqؔM`WsNuȌ=&x,zj׫4lgmomqq0_s*9N uI_|2so|u]}@vLO}xT;"~z-*|Ly(x*yyr z$yzz~n{D{]{{K||r:}}?* ~%FwzKxx~yDQmz\'z݀K{Ҁw:^|0*~Tۮvvfw`\}xlx[^yᅜJzV:|<*}ktufvV|wkwZyRJz79{*}1Ь&tt̛ku}l{vDEjw7ZxUIy|9{*u|sh$ t$tӟ{2ujYvVYwɓI7y9Kz*h|ersMtTzuuiv>YwKHx9 zL*^|쥋|e;gȈDj,xl{hQnW3qWGrs7rv(jz\nSoqtwƂ\rg~tW v4Fw7#y(k|>wEhpx #xvyofz/VZ{Fh{6ۀ|(k~#H߀ SuezUF6(k^~ˆK~/Y~sIt~]Jd~dMU ~XE}~σY6_5G(k}\}1q}uvs}jd9}~Tv}E~6(~(k8e|ٚR|˜ |vs>|c|S} D}k 5~ (k~ǃJ|4ȑ|$|Cr{c|$Ss|Dj|5}(k~k{{ {4{r{yb{_S|D|5}By(k~!E1d鋩gl}݋hio:Al(`nPއq As3rv%zajmy!o}pnrE_zsPYuAw3Fy&!|0u߉v|1twmkx_^ÆkyFO˅zzDA6{U3|&>}ݖ"#~~G{& ~_lن~q^.~OJ[~@惑~2%&XIf5ˆWȅzG҅+ln]| NۃV@P2&nȔkɎcэZyދkIV\σ)NZ|)@Gꅎ2y&Dž xzj3 \7qMЋ@C2& G_2yxhj~[Ԓ!MnF?ƋJ2x&K:Ʉw i[SOdM#ǒ?Y2m-&(dg sYieߐkXnWJpc{"r}~zsIzgh{L[p{O|4B+|7;S}o,Ox~0"Յ~~vrf=BZܒNـB*7ij,\P#;}}~r4fxO"ZhNMBe@(78,iA#FaN}qǖ*lf Zۋ M2HB-7߅,yY#p9|qeےNYƐ*M}"A튘6؈U,ۅ#||(qW,esY!MANJje6Ç,}#5tPcjOf=_`rhTkHm=op2s(Hv "zbtu5k#jl_-$nnSjpDHrB=tytn2ݑOv)yL |triIs ^ٟtSuSHt#v=_.x02y)B{! }~st(o.w]^`cCcHlVf+;t)i0aldOȯ>tsw[-wnw\-_AMb0ke#SsShA!a7kO|o>#r -v0[Dn^aaShdL%rg{`j哟On-=rfv-vm3Zp]­ `܄cr f؝C` jRNnb=q-vBw~o`^q&ccrfBti quk_wInN1yq<{u8,-}pymjynlpptnRrp/qsr_;utMwv2u6x)Gz_юzb〾eqhbmk~Rր$nCq4u7&y7}Gh}kj}lp}oa~8qR7~sTC#*u4xA' {*{&q{{r~{t&o|2ug`|vQ}AxB}y4N~{.'|y6z?wyz}z!{Loz{`{?|9Q{|BZ|}R4%}}',~w݊|x%|xnnyH _JzP]zLA{3}'9~u)vNovꊍ{wqm9x+2^xOyA{^3|f'C}䁀uA؈u5zvElw>&]xOXy,ABz\3{Ѕ+'L}lltq5u#zUuŖkv{]cwhNx@yҊv3{U'S} sڤtyu01kvu:\vҕ8Nx*@y\3Wz'Y|u_wbviehͅhoZRkXLEni>[Wq0u<$yB˅h.j@ul^h,n{YpKуXr>ul0Ђx $ւ{!pQVqtՂs!g"yK펭gXwOiknjk_EmRekp'E$r9u&-Jw"ք{1ov勋pkTr ^!sQuE"v8腦x-Pz#|`vvwj/xV]y'QTzDąz8{-S}#U~Aq~0uQh~ri\~]BR~PM~Dzk~8"-Z\# ވ9tCLh?\8 PyBXDKh8-]r#LFt5^ hwZ\?O@OgC邡N8Z-ZqW#Ӂ ~؆'sh[ԃ4OC8 ^^-Y#~se"g[uOOCWq8-Sf$QUx3f_)m2bb!dW:gKoj?ln4}q})鉪u= hyPwfmFhbNjVmm͉/}4/U4+d *u"5wtjCԉ _w TYI=6>gg4+* "cjt<ѐlj)(_?JtTO}I o>-4* "(5sIi^SىHӇ؍"> %3*R"ӂmBo^cxaYZdcNgbDLj9ѓAm/qi&όKuByTlec4gYPj#NDlD6 o 9ؑq0[t'w{l1:lbnXoN^qCsp9ŐOu01 w'az|k|s0bt9XuLM"vwCw9y#09z'|A W}k8yalzJWzM{PCv{9~|09}j'~E "jʚրKa=LRWX:M@C69h0<'އ p0jm醤`f,WtMɄB9F0G!n'k!%j'*`V֓iLƑ Bǎ-^9]07(݃+!R|i`"IV˓Y;L`Bōu9*s0Pg(6oZ!v%pb^Y}s`P7cFѠf=ij48m+wqM#uETyUbdY/"fPgi0F\k=q nb4_qK+tZ$hhw-zak$XԥtlOšnxFpj=]wr4mt,1w@$Ō,y|sapqVX}rsOisFS#u =;v4mx=,W_z%{ }a#wxX8Ax!O)xFy=%z~4l}{,vG|%Q#}K~`ݤ]}X }Oq}E~= ~J4ui~,Q%Rυ`fzWANuEO<4u,~E% `v*W؟ON囨xE֗ĆJ<̅/4hׄ*,ۃ>%W D`YWӞNEӗp?|sk2}v%z0xtkumwvoiVw(qh[3xVsCLyu7?){#wI1|y%~|Eqtrruutvh{uUwZyvxLrxy{1{|U& }}Ǝo|q}Strh}gts}YuH~Kw~M>ox~1z~&%}=T"n!Hot pyfruXt4KSu> w1z:^&9|Zl΍|)nTrsVo͋!eqZXis(Ju=w-$1ky&J|$k•vmWrnڑempr/WrFJntYl=v1Wy{&X{Tj&lrAndogWq"J$s=[v1/x&c{imZ{8]o\2a\b~DdU/^h G΁k:o~.2s#lxA~bz~einh aAjTmcGfp=:Js@.|v#z.|`jy|lm}n`}\pS}rF~Qt:^~v.pyU#〽{z.rxztl{uM`.{v~SK|4wFt|y :}zn.g~{$}xDzwx{Ykyu{_Uz|ERz|F{};9|}.c}~f$<*vvwqkxS^xɁR&yEzF9{À.P}$_~XauzNv&vAjWv^wjQx@3P5i+U"Mv~h"la~sa~[VP~<"K~AG?~oy5L~+Z3"ǁ v)}rk}a}zU}bJ}tW?}5~,+_~"Zu|k|ד/`|ʑU|J`|ˌ?[}5}U+W~;#pu^Zf]p\ms`Qd6Fzg;ϊk1zMox'هsqxZo4a`fd [䍉fQL$iFtl};9o1r(pve >z#nheUj[LlPĊQnFq;|s1gv(B;x j1{n;odqZrP7t Eou;:Jwd1o-y9(b+{5 H}@m,vpc=w^Y6xAOy EI z:{1\|0(}=}_!~l䈺}McY}Yh}O-~D~U:~1\~(nZ!@lZbԆƒX׃YNڂDX:1nF(!qQkubXNUDu:I1K(Á*!kᐿbI9XmSNMHDA[:m1F(р!-eޛ1Y\\S`AI픟c@"gh6fkL-Wo_%Wsxbe"G`}\k?c)S.eIh?Xk6jo+-Wr%[vJzd'g,[ԕ?iLR3kI=m?pJ6VDr-u%x{dm[8KoPRYpH͏=r?d t62v-x%܆zc}csWt3ZuIQv`HXwz?$x6z-{d&|~[bzZ=K{:Q7u{Hw|+>p|5r}T-~&(~8rbY5PgGm>v~5؇n-n&Hi 7_b*φYSPG}>n5Ճ=- &h} f6$aYoP㊄Gf݈>r85Ɔ-̄lq& ځ[\XSP\1J垦_BHic&9f1',k )_koL"^s^xhZڢ_pRԟbJ}dBh9 kG1=|n)r`"ϋGv:>zZkeR^gJ!j8Al9^dom1ArM)׍ZuK#-xw†{Z kQmI1o[ApqR91sq1&ـX/zP[Hޔ8@ő=e8Ў1108*_K_$J[cXoP͖)aHɓ~S@8֍z1E*t$c,4i\U+2_Y&c]}Lf0`litd[lhK;pm(;tq,xv媋X_a\ob`3_eW|'cWhLkfkIZjnaJnq:s4u4+wy>UgiY>k\m~z`ojxdqYhsIm7v :@qx+w{vR=ssKVct&Zduy^lviSbwYgy I:kz]9p{+v7}BOw}BS}nX"}x4\d}h[`}XIe~>Hj~9o~+unM Q†=V8w=Zg}_]WdQEH8i9To +t"K)sOׅT*vzY@uf^WcCGhV9"nt+tiIN$!SMuXfD]7VbeGg8m+t+Hp7M{RK\upW!e\;8VXaGDgb8mr+scU5fiY:Ih]'ukxaeqn,dUqhF/t(m77+wq)[{Xw +`0^呣caEeetc0QgCnll05q)|v#bQ1MU"|YnM]Џ_b,,Qf֊Ckp5p)vMUPjT|Xsm\*_OaZPf!Bk)O5zp)uR[k5UVmYV{'n]=mpa^gsdOuLiASwmI3vzq&}w+g^jbiazl dlnLg]pjOsIn@vqk3Fy/u'&|yQdagx fixialkknB\npNuqpr@tut3#wx<'{{Satpad@qwfsWiit[lv5Mow@ s4yb2v{1'*z}.^y.[ayvfdzhg{%[j{Mng|l?r }&2u}'>z~ގ\ƁR_uwc h f1gZYi"Lm+?Rq2u)'Oyk]Zi{^MtagWdԇmYh]IL!l()?p* 2t}']x聫Y\t`L/fc'Y3g`!KkU>o}2ts'ix}ƌX|Y[7s_YvfJbҒXfKdj>n2Ks'rx'rU~LsYqqu)]Odva#WFx eIyiOr7)t.̂wY&y߂=|eǀq,\rS€t JWuz@߀w7sx.zN&Ł | *l}e~w\M5xS3OyIXzf@{j{77R|.}&E~ i dv}d~}[}~R~~Im~!@$~P07(~_.~' +c|([j|Rq|*I>}{@}U7}[.~='~k c{*[{ʊOR|#H|Q?|U6}.}'$~x W^㓈TVXN \fE%`a<~d3h*ˊm#Mr&w^[U^MwvbDep;ȋyi 3 l*dp#u yU]XgbUEddL=gD:jb;}md2.p+s#wl&z\hT jLClCȈo6;+q2̆t.+zv$0{y|e\ oT&pKErECKAs:5u28w+$Fy$aw{}[u uaS{~v|KGwBx:y2z+17|@$}+~Z{S |'Js|B|:n}w2~+GM~$<gZFpRJhTB\:4݀2P7+?$ہ2 Z3HHR'Jy B_τ:b2ZM+|߂$/TܜT#MZWE [>_6&d.`5h'Emm| r҈~wToRaX1R^DteA6lC*sJ>9Dz|JoP`V+R]LD,d}b6k^*rރK(f9k'y7oԃ-}t$ysyTJnXc]EXa@`MUeBj]7`o7-ct@>$ywlsQltWU+buYdVwU]KBxb?zf4|k*W~p!dvuoXkp\La.r_VtscJvbgC?Vx~k04zoO*l}Ds!xtkq`jmcj`4ofVUAqiKJtlX>vo4Oy!r*u{v" ~z{sLhh9igjju_llT|odnIlqqS>{ts4!wve*zy8"M}|/re)ohRgqs^ jsSmBtHpv)>*s2w4vfy*y{"} }q!bwvgexa]phy7RkpzH^nz=q{3uK|*x}"|`pS`k~fc\f5Rei@Gm1W=yp3tW*x("{р8o^f4a\AeAQh3Gxl=!oɂ3sY*w"{]2o9]$e`[deQgG.k%`[nb 5f,Mk$bCq5ՄvaCjWY[OPGJ^G6b=f4Ձ{j,[o8$sRqx`C|^X |aO}dF~.g=~kC4n,Z\rv$OvaIz[_Tye^W"zgN{j_E{l=|o4T}r,N~u% xI{^pvOlVNwnMxoEFyq<{t4|Nv6,B}x%0zkn}G]srUult!MGvunDx!vb.8XfH0j(fo "5sxV]IO;`uGc?vg7(j/nX(Ճr6"vFgzLUҁcNvfSF܂7i?#4k7P(n/,q(?u%"rxЂ{U)j Ml&F9nL>1p7 ar/u_(w"`z)}T_|p[M}qE~sz>-~|u6~v/Mx(z#t|ts~;SzvyL{wEB|{xt=} yn6{}z/k~2{)~|#D~!{3SAx|YLz/|D{&}-={}6@|}/:}R~x)~#o~RwqKxDz=qzX6U{/h||)'}c#~~NؓOHJSAqX:=\2av+#f%AzkqovM̐UGRY}@]_9}?aq2le+jO%lo RsGxM[F,_?Ռ)b8f2i+y1m%q [v/; z>LxaE|d?1g8{j1ɇm+eoqF%jt xM{Kڈ^gESj!>{l8o1q+\t%τwb }zA|KAmDƅo>@qn7Ąs^1s9up+cw%y!&| aN~JsDL t=v"7w{1Lx+Zmz&|![}~JLy/C炗y=z7V^{X1-|2+E} &2~!~ځ,I|~CR~=U~71l~1$0+T|&(!ĀTmft1!  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92EJL`KqJڪMϩVȨaŪk¬u}ŶʲЫ֤ܚᚚᚚᚚᚚᚚᚚᚚᚚᚚᚚᚚᚚᚚᚚᚚᚚ82EJK`IqHۭJЬRɬ]ƯgñqyIJˬХ՝ړޓޓޓޓޓޓޓޓޓޓޓޓޓޓޓޓ82EJJ_HpFܯGҰNʱWȶbźlxŭ˧ϠӘ׏ڏڏڏڏڏڏڏڏڏڏڏڏڏڏڏڏ82DKI_FoDݳCӶH̷Q\lxƩʢΛєԌ׌׌׌׌׌׌׌׌׌׌׌׌׌׌׌׌72DKG^DnA߸>ֽBJ¾\lxƥɞ̘ϑҊԊԊԊԊԊԊԊԊԊԊԊԊԊԊԊԊ72DKF^Bm>};yN_kzpwtuwsyr{q}poˀoˀoˀoˀoˀoˀoˀoˀoˀoˀoˀoˀoˀoˀoˀoˀoˀ )A$U5eFpTy{avhrnoqmtkwjyizh|g~g~g~g~g~g~g~g~g~g~g~g~g~g~g~g~g~9*F@PUPeQuSڢ[РeȝpŜ{œºŸɶ̳ϲҭӭӭӭӭӭӭӭӭӭӭӭӭӭӭ9*F@PUPeQuSڢ[РeȝpŜ{œºŸɶ̳ϲҭӭӭӭӭӭӭӭӭӭӭӭӭӭӭ9*F@PUPeQuSڢ[РeȝpŜ{œºŸɶ̳ϲҭӭӭӭӭӭӭӭӭӭӭӭӭӭӭ9*F@PUPeQuSڢ[РeȝpŜ{œºŸɶ̳ϲҭӭӭӭӭӭӭӭӭӭӭӭӭӭӭ9*F@PUPeQuSڢ[РeȝpŜ{œºŸɶ̳ϲҭӭӭӭӭӭӭӭӭӭӭӭӭӭӭ9*F@PUPeQuSڢ[РeȝpŜ{œºŸɶ̳ϲҭӭӭӭӭӭӭӭӭӭӭӭӭӭӭ9*F@PUPeQuSڢ[РeȝpŜ{œºŸɶ̳ϲҭӭӭӭӭӭӭӭӭӭӭӭӭӭӭ9*F@PUPeQuSڢ[РeȝpŜ{œºŸɶ̳ϲҭӭӭӭӭӭӭӭӭӭӭӭӭӭӭ9*F@PUPeQuSڢ[РeȝpŜ{œºŸɶ̳ϲҭӭӭӭӭӭӭӭӭӭӭӭӭӭӭ9*F@PUPeQuSڢ[РeȝpŜ{œºŸɶ̳ϲҭӭӭӭӭӭӭӭӭӭӭӭӭӭӭ9*F@PUPeQuSڢ[РeȝpŜ{œºŸɶ̳ϲҭӭӭӭӭӭӭӭӭӭӭӭӭӭӭ9*F@PUPeQuSڢ[РeȝpŜ{œºŸɶ̳ϲҭӭӭӭӭӭӭӭӭӭӭӭӭӭӭ9*F@PUPeQuSڢ[РeȝpŜ{œºŸɶ̳ϲҭӭӭӭӭӭӭӭӭӭӭӭӭӭӭ9*F@OTNdOuQڥXѢbɟmşwžùǶ˳ϱԮקէէէէէէէէէէէէէէ9*F@NTMdNtOۧUҥ_ʣiŢt¡}øȵͱӮاڡ֡֡֡֡֡֡֡֡֡֡֡֡֡֡9*F@MTLdLtNܪSҩ[˦fƥpåzøɳϰիڠܛ؛؛؛؛؛؛؛؛؛؛؛؛؛؛8*E@LTKcKsLݭPԬX̪bǪlĪv~¸ɳϬգښܖؖؖؖؖؖؖؖؖؖؖؖؖؖؖ8*E@KSJcIrJްMհUΰ^ɰhƲsò|ɮϥ՜ڕّّّّّّّّّّّّّّܑ8*E@JSHbHqH߳JֵQжZ̸eʽq{ȦΝԔ؎یٌٌٌٌٌٌٌٌٌٌٌٌٌٌ8*E@ISGaFpFGٻNӿWcpyǠ͗Ҏׇه؇؇؇؇؇؇؇؇؇؇؇؇؇؇7*D@HREaDoC}DJTbnxǛ̓Њԃւււււււււււււււ7*DAFRD`BnA{BFRamxƘʐΈтӀӀӀӀӀӀӀӀӀӀӀӀӀӀӀ7*DAEQB_?l>x@FQ`mxŕȎˇ΂6*CACP?]Rcpzċņǂ5*BA?7J0R/U,h0BWgs|2*8=/E)H%R)l1EZit|~~~~~~~~~~~~~~~0*/8&<;#W*o5J]ku{~}{zyyyyyyyyyyyyyyy.*%0-A#Z.o<O_lt~x{{y}xvāuÃtÄs†s†s†s†s†s†s†s†s†s†s†s†s†s†s†$%#,F&[5lDzSb|lxquusxqzp|o~ǹm̂l˄l˄l˄l˄l˄l˄l˄l˄l˄l˄l˄l˄l˄l˄l˄ 1G,Y]?fCmMoNYfqyĆǀ|zyyyyyyyyyyyyy5"B7AE=P;Y69A4H3M6P6g;{HXgr{|zzzzzzzzzzzzzz2":43=.B/A.U3k;~J[is{}{ywwwwwwwwwwwwww1"31+6&6&A,Z3n=M^ktz}|zywussssssssssssss.!*+",-#G+]6oB}R`l~s{wx{v~tǀsƂqńpćnĊnËnËnËnËnËnËnËnËnËnËnËnËnË* "3#J.^FJFVHbKmOwU^lȷqw}Ɣɐˌ̊ɊƊƊƊƊƊƊƊƊƊƊƊ6C.F>EJEUFaIkNtU{ajĺpu{ŎȊʆˆɆƆƆƆƆƆƆƆƆƆƆƆ5B.E=DICTD_GhMpVudzinty~ĈDŽɀʁȂƂƂƂƂƂƂƂƂƂƂƂ5B.D=BHASB]FeMkXmazgmrw}Â}z{}}}}}}}}}}}}5B.B<@G>Q@YD`NcYg`yfkpv{}xvuwwwwwwwwwwww4A.@;=E;N>UDYOZQlZ}biqw~|yvtrrrrrrrrrrrr3A/=::C8J;OENF_KqR[fpx|ywvtttttttttttt3>.975?5D9EBHDRHZNaVgbmgmrx~‚ƒ3A&B3@=@GBOGWM]X``lf~kqv|}{}3A&A2?<>EAMESNVZW^kd}jotzzwtwzzzzzzzzzzz3A&?1<:IDMOMWV]jc{hmsx~ytqnqttttttttttt3@&<0989?%9.656::WEgKuS^h|qxwt}pȂnLJkŋiĐhĖfÞeåeåeåeåeåeåeåeåeåeåeå//*"$!# -55I4N?\JfUoy^urd{nk~jphueyc}bځ`ڄ_ه]؋\א[֔[֔[֔[֔[֔[֔[֔[֔[֔[֔[֔  !.,?7MDXOaxYhq_mjdqgjtdowbty`xz_{{]~|\}[~ZYXXXXXXXXXXX   $//==IIRxTZpZ_i_ddegaji^nk\rm[vnZyoX|pW~pVqUrTsStStStStStStStStStStSt'-49~BCwMJnSPgYUb^X^d[[h]Yl^Wp`VsaUvbTxbS{cR}dQdPeOfOfOfOfOfOfOfOfOfOfOf*(~82vD:mKAeQF_WI[]LXbNUfPSjQRmRPpSOrTNuTMwUMyUL{VK~WJWJWJWJWJWJWJWJWJWJWJW->L.S;WH\Tb`jkrv|䅄|yvsqonmlklţnƢnƢnƢnƢnƢnƢnƢnƢnƢnƢ->L.S;WH\Tb`jkrv|䅄|yvsqonmlklţnƢnƢnƢnƢnƢnƢnƢnƢnƢnƢ->L.S;WH\Tb`jkrv|䅄|yvsqonmlklţnƢnƢnƢnƢnƢnƢnƢnƢnƢnƢ->L.S;WH\Tb`jkrv|䅄|yvsqonmlklţnƢnƢnƢnƢnƢnƢnƢnƢnƢnƢ->L.S;WH\Tb`jkrv|䅄|yvsqonmlklţnƢnƢnƢnƢnƢnƢnƢnƢnƢnƢ->L.S;VG[Ta`hkpuz䇃߂~zwtrpnmll¤nĤoĤoĤoĤoĤoĤoĤoĤoĤoĤoĤ->K.Q:TGXS^_djluv~䊀߅ۀ|yvsqonmn§p§q§q§q§q§q§q§q§q§q§q§->J-O:QFVR[^aihtq~|߉ۃ{wtrpooqrssssssssss->J-M9OESQX\^herm|wߌۇց}yurporstuuuuuuuuuu->I-L9NDQPV[\fbqi{s}ۊքzvsqqtuvwwwwwwwwww->I,J8LCOOTZYe_ofyoyێևҁ|xussuwxyyyyyyyyyy->H,H7JBMMRXWc]mcwkuܒ~ӌ̆ƀ|yvvwyz{{{{{{{{{{->G,G7HAKLPVUa[kati~ޟsԘ}ˑĊ|zyz{}}}}}}}}}}}->F+F6GAIKNUS^Yh`qhz٥s͜zŕ~}}~->E+D5E@HILSR\Xe_mްivҩqȠx~-=D*C5D>FHKQPYWa^iڴisͬo¤v|-=C*B4B=EFJOOVV]`dԸgrȯmtz-=A*@3A2?;BBGINOWS^_˾dqjpv|~,=?(=1>9A@FEMIXK\^cphntz{xwz||||||||||,==';0<7?)F:MKUZ\hbwgm~svypŁjĉfÒbÜ`æ_ô_¨aaaaaaaaaa,51 .#-"3:.B@IPN_Ul\wc~jvqoyk΀g̈dʐbɘ`ɡ_ɫ_ɹ\â\â\â\â\â\â\â\â\â\â,0,'&- 73>EETLbRnXx}`vipqkxheцbύ`Δ^Λ]ͣ\ͭ[ͷ[ͷ[ͷ[ͷ[ͷ[ͷ[ͷ[ͷ[ͷ[ͷ,+$+&48>KGV}Q^vYen_jhendkraqt_vv]{x[yYzX|W}V~TSSSSSSSSSS   +06=@H}KQuTXmZ]g`bcfe_kg\piZtkXxlW|nUoTpSqRqQrPsPsPsPsPsPsPsPsPsPs־ "!..9:|DCtNJlTPeZT`_X]eZZj\Wn^Ur_Tv`RyaQ}bPcOdNdMeLfLfLfLfLfLfLfLfLfLf %1*|<4sF;jLAcSF^YIZ^LVcNThPRlQPoROrSNvTLyUK|UJVIWHXGXGXGXGXGXGXGXGXGXGX'{3$q<,hC2aJ7[P;VV=S\@P`ANdCLhDJkEInFHqFGtGFvHEyHD|ICIBJBJBJBJBJBJBJBJBJBJ( 9H%O1V=\IcTj^qhzp|wx}tqomkihgfeŒe͒fђhҒhҒhҒhҒhҒhҒhҒhҒhҒ( 9H%O1V=\IcTj^qhzp|wx}tqomkihgfeŒe͒fђhҒhҒhҒhҒhҒhҒhҒhҒhҒ( 9H%O1V=\IcTj^qhzp|wx}tqomkihgfeŒe͒fђhҒhҒhҒhҒhҒhҒhҒhҒhҒ( 9H%O1V=\IcTj^qhzp|wx}tqomkihgfeŒe͒fђhҒhҒhҒhҒhҒhҒhҒhҒhҒ( 9G%N1U=[HaSh^ohxp~xz~vspnkjhgffǔfДhГiДiДiДiДiДiДiДiДiД( 9F$M0T >(@0C8H?NEUK޻^TдdeŬksqx~' 7=='?/B6G0C4L6R?YQ¾`bfpl}rx~}xustwx¨x¨x¨x¨x¨x¨x¨x¨x¨' 588#9(<,B.L-O=WP^`doj|pv||vrommp§r§r§r§r§r§r§r§r§r§& 466!6%9'@&I(NNLVY]eco~jxvpnwhc·_ΐ[͚YͥWβV“VДWϕWϕWϕWϕWϕWϕWϕWϕWϕ& ,& '4#=3EBKPR\Xf|_ntfulmzfua}]܆ZۏX٘VءTجTطSɋS֋S֋S֋S֋S֋S֋S֋S֋S֋$ &  &2(;8CFKRR\|Yds^kjdpeluatx^|{[}YVߒUޚSޢRݪQݶQݿQݿQݿQݿQݿQݿQݿQݿQݿ!   &1,;:DGLQ|SZsY`k_fefjamm]tpZzsXtVvTxSyQzP{O|N|N|N|N|N|N|N|N|N|  ' 2.=;EE{MNrTUkZZd`_`gb\meYrgWxiU~jSlQmPnNoMpLqKrKrKrKrKrKrKrKrKr )!4.?9{GAqNHjTNcZR^`VZfXWlZUq\Sv^Qz_O`NaLbKcJdIeHfHfHfHfHfHfHfHfHfͻ, 7+zA4pG;hMAaTE\ZIX_KUeMRjOPnQNrRLwSK{TIUHVGWFWDXDYDYDYDYDYDYDYDYDY".y8%n>-fE2_L7YR;UX>Q]@ObBLfCJjDInEGrFFvGEzHC~HBIAJ@K?K?K?K?K?K?K?K?K?K $w-l3c:$\B(VI,QO/NU1KZ3H^5Fb6Df7Ci8Al8@p9?s:>w:={;<~<:<:=:=:=:=:=:=:=:=:=u$v5wCJ'R3Y>`HhR|oZwybshonlrjugxezd|b}a~`_À_ˁ^Ձ`ہbށc߁c߁c߁c߁c߁c߁c߁c߁u$v5wCJ'R3Y>`HhR|oZwybshonlrjugxezd|b}a~`_À_ˁ^Ձ`ہbށc߁c߁c߁c߁c߁c߁c߁c߁u$v5wCJ'R3Y>`HhR|oZwybshonlrjugxezd|b}a~`_À_ˁ^Ձ`ہbށc߁c߁c߁c߁c߁c߁c߁c߁v$w5yBI'Q2X=_HfQ~nZywbuiqnmskvhyf{d}cba`Ă_΂_׃aۃc݃d݃d݃d݃d݃d݃d݃d݃d݃w$x5|AH'O2V=]GdQlZ|tbxitoptlxj{g~fdba`Dž`Ӆbمd܅eۆeۆeۆeۆeۆeۆeۆeۆeۆx$x5~@G&N1U<[FbPiYqb{{ivprunyk}ifecbaˇbՇdڇeوgىg؉g؉g؉g؉g؉g؉g؉g؉y#y4?F&M0S;ZE`OgYna~xiyptvp{mjgedbÉbЊd؊f؊g׋h֌i֌i֌i֌i֌i֌i֌i֌i֌y#z4>E%L/Q:WD]NeXkati|pwvs|okhfdcnjcԌf֌hՍiԎjԎkԎkԎkԎkԎkԎkԎkԎkԎz#{4=D$J.N8TBZLaVi_phzp{wv|qmjgfeǎfԏhӏjӐkґlґmґmґmґmґmґmґmґmґ{#|4<C$H-L7RAXJ_Tf]nfwo态v{}uqnkihhϓkѓlГmДoГoѓoѓoѓoѓoѓoѓoѓoѓ|#}4;A#F,K5P?VH]Qc[kdumކ~u؀|zvromlkȖmϖoΖpϖqϕrϕrϕrϕrϕrϕrϕrϕrϕ|#}4:@"E+I4NEK2TC[Saahmnwtz{upmjiÜk˛n̚o̙o̙o̙o̙o̙o̙o̙o̙!+ 3214;?I0RBYQ`_fklur~xztojgdcd͘g͘h͗h͗h͗h͗h͗h͗h͗h͗!) 0.,/8 =H.P@XO^]dhjrpz{vt}nhda^]]Д`ДaДaДaДaДaДaДaДaД!( , (& (2 >G,O=VL\Ybehn{ovtu|m|hc_[YXWԎYӏZӐZӐZӐZӐZӐZӐZӐZӐ!'' !  0=F,N:UH[Ua`|gitnpmuvg|{b˄~^ʍZʗWʣUʯT˾SՆTوUىUىUىUىUىUىUىUى% /:"C1J>PJWT|^]tedlljftoa|s\لvYَyU٘{Sڣ|Qڰ}P۾}P|P~QQQQQQQQ  .9'B5IAPK{WSr]Zjc`dje_ri[zlWnSqPrNtLuKvJvJvKuKuKuKuKuKuKuKu !.9*B6JA{RIrWPi\VccZ]i^YpaUwcRfOgMiKkJlImHmGnFnFnFnFnFnFnFnFnӺ "/:+C5zL>qQEhVKa[O\bSWhVToXQuZN|\L]J_H`GaFbEcDdCdCdCdCdCdCdCdCdֲľ %2<)yE2oJ9gO?_UCZ[GUaJRgLOlNMrOKxQI~RGSETCUBVAW@X@X@X@X@X@X@X@X@XƸ  (4w<%mB,eG2]M6WS:SY=O_?LdAJiCHnDFsEDyFB~GAH?I>J=K$[D)TJ,PQ/LW2I\3F`5De6Bi7An8?s9=w:<|;;<9=8=7>6>6>6>6>6>6>6>6>|q$ h+_2W9Q?LF!HM#ER%BW'@[(>_)vF{M)|U3z]=vfFqnMmyTjZf_cbae_h^j\k[lZnYnXoXpXpYpZp]p]p]p]p]p]p]p]pj$i2 l>vF{M)|U3z]=vfFqnMmyTjZf_cbae_h^j\k[lZnYnXoXpXpYpZp]p]p]p]p]p]p]p]pj#i1 n>wE|M(~T3|\E%L.S8ZAaKiS|q[v|bqhmmiqfucxaz`{_|_}b}c~df߀g߀g߀g߀g߀g߀g߀g߀g߀o!o0 ~6<D$L-R6Y@`IfRnZ|yawhrnmsjwgze|c~bÀbӁd߁eނg݂h݃i݃i݃i݃i݃i݃i݃i݃i݃p!r/ 4;C"K+Q4W=]FdOkXu`|hwnrtnyk}hfee˄f܄hۅiۅkۅlۅlۅlۅlۅlۅlۅlۅlۅq!t. 3:C!I)N2T;[DbMiUs^ۂ|f|owurzoljiiĈi؈kوlوmوoڇoڇoڇoڇoڇoڇoڇoڇq v, 2:B G'L/R8X@_IgRڏp\чxfʁo|vw|tqomllϋn׋o؊p؊qىqىqىqىqىqىqىqىr x+ 09AE%J-P4V<\EܛeOғm\ʌufÆ}ov|}xusqppɍqՍs֌t֋t؊t؊t؊t؊t؊t؊t؊t؊s z* /9?C#H*N1T8\@՟bN˘k[Ñrfzow}}ywuttŏuԎvՍwՍw֋w֋w֋w֋w֋w֋w֋w֋s |) /8=A!F'L-R3ܪY?УaMƜiZpewov}~{yxxyӐzԏzՍ{֌{֌{֌{֌{֌{֌{֌{֌t~( .8<?D$J)Q.֮W>˧_MgZneun|v}~}}~Б~ӏ~Ԏ~Ս~Ս~Ս~Ս~Ս~Ս~Ս~Սt'.7:=B H$߷N,ѱU=Ǫ^LeYldsnzv|̑ӐԏՍՍՍՍՍՍՍՍu&- 68;?FڻK+ʹT<®\KcXjcqmwu~|}{ɑ|Ӑ|ԏ}Ս}Ս}Ս}Ս}Ս}Ս}Ս}Սu%- 568=EվI*ȸS;[JbWhbolut|{|yvtƑuӐvԏxՍxՍxՍxՍxՍxՍxՍxՍv$, 235:?H)ĻQ9YH`Ugamktszz{vronÐnӏpԎrՍrՍrՍrՍrՍrՍrՍrՍw", 0 /17 ;F'P8XG_Te_kirqxx~ztoliggՎiՍl֌l֌l֌l֌l֌l֌l֌l֌x!+, * + 29E%N6VE]Rc]igpovvy}|snieca`ҋc׋e؊e؊e؊e؊e؊e؊e؊e؊z )'$$'7C#L4TB[ObZhdnlytrs{xm}hc_][ZЇ\ڇ_ڇ_ڇ_ڇ_ڇ_ڇ_ڇ_ڇ_ڇ~& %5A!K1R?YL`Wf`zlgssmlzsgwb{^~ZXVUρVނX݂X݂X݂X݂X݂X݂X݂X݂ &6@I-Q;XH^R{eZskalrgfylaǁp]ƊtYƔvVşxSƬyRƻzQyQzS|S|S|S|S|S|S|S| &4? G-O9VD{]LsdTlkZfr_ayd\ԂgXԋjUԕmRԠnPԭoNռpMoMpNrNrNrNrNrNrNrNrع  ' 4>$G0N:zTCqZJiaPdhU_pYZx\V_SbPdMeKgJgIgHgJgJgJgJgJgJgJgJg ۱ʽ (5?&G1yN9pT@hZFa`K]gOXnRTuUQ}WNYK[H\F^D_C_B`A`A`A`A`A`A`A`A`ާ˶ +6@&xH/oM6gS<`X@[_DVeGRlIOrKKyMHOEQCRAS?T=U=VLh@InAFuCC|D@F=G4>3?3?3?3?3?3?3?3? y o( g0_7X>RDLJ"HP$DU&AZ'>_);d*:i+8n,6t-4z.3/1000.1-2-2-2-2-2-2-2-2 ujb!Z) S1M8H>CD?JwFxN(wV1t_:nhAjsHf~NbS_V\ZZ\X^W`UaTbScSdRdTdVdXdYeZfZfZfZfZfZfZfb$^/j5 t<zD|L'{T0w\9reAloHh{NdS`X][[^Y`XbVcUdTeSfTfVfYfZg[h\h\h\h\h\h\h\hc$_.m3 w:}BJ&R0|[8wcAplHlwOgTcY`\]_[bYdXfWgVhUhViYh[i\j]k^k^k^k^k^k^k^kd#a-p2 {8@I%Q.Y7|a@viHpsOlUhZd^aa_d]f[hZjYkYkYk[l]m^n_n`o`o`o`o`o`o`oe#d+s0 ~6?H$O-W6^>|fFvpNq{UmZi_ecbf`i^k]l\m\n]n^o_qaqbrcrcrcrcrcrcrcrf#g)w. 5>G"N+U3\_JeUl^sfzlrw|{wtrƒrڃsށt߀uuuuuuuo#+,,16ɻCM.V<]IdTj]qexkqvyzu~qnlkՂmށo߀pppppppq!)'&*5ĿAL-T;[GbRi[ocvj~|oxtsyo|khfeрfh~j~j~j~j~j~j~j~u % "3 @J+S9ZEaPgYm`~tgxzmrrmvhyd|a~_~_~_}b}c|c|c|c|c|c|c|x0 >H(Q6XB_MeVk]xrdryilngrbu_x\zZzYzXz[z]y]y]y]y]y]y]y} . ;F%O3V?]IcRxjYqp_kwdfiam]pYrVtTtStStTuVuVuVuVuVuVuVuٸ +9D"M/T;[DxbMqiSkoYev^`~b\‡fXhUkRlPmOmOlOnPoPoPoPoPoPoPoگͻ +9CK*S5yZ?qaFjhLeoR`vV[~ZWχ]Sϑ_PϜaNϩcLϸcKcLbJeKfKfKfKfKfKfKf ަδ¿ - 9B J*wP3oX;i_AcfF^nJZuNV}QR߆SOߐVMߛWKXIYHYHYGYF[F[F[F[F[F[F[ѭ¸ .:C!vJ*nP1fV7`\<[d@WkCSrFPzIMKJMHNEPCQBQARAR@Q@Q@Q@Q@Q@Q@QԥIJ$1~;tB lH'eO-^U1Y[5Ub8Qh;Mo=Jv?G~ADCBE@F>G4>3?3?3?3?3?3?3? v$n- f5_<XCSINO!JU$F[&C`'@f)>k*;r+9y-6.4/1001.2-3,3,3,3,3,3,3,3}rha'Z/ T7N>IDEJAO>U;Y9_6d4i2p /w!-"+#($'%&&%&%&%&%&%&%&%&xo d\T N'H/C6 ?< sHrQ&oZ.jc6enxqFs{MnSjXg]e`ccae`g_h_i`iajbjcjdieieieieieiei^#i"v#, 6>EL"S*Z2߅e;~mExvMtTpZl^ibgeehdjckclcldmflglhkhkhkhkhkhkhk_#k y"+4 <CJP&X.׊a:΄jE~sMy{Uu[q`ndlgjjhlgngogohoiojnkmkmkmkmkmkmkm_#n{!*2 :AGM!ږU-Ϗ^9ȉgDoM~wUy[v`sephnllnkpkqkrlqmpmpnonnnnnnnnnnnna!p~ )1 8 >DߠJӚR+ʓ\8dCmMtT~|[zawetirmpporosospsprqqqpqpqpqpqpqpqpc r'/6 ;@ڤFΞQ*ŗZ7bBjLrTy[`|eyjwmupssstsutttsuruqupupupupupupet&-4 7 =ԧDɡO)X6`BhKoSvZ~`e}j{nyqxswuwvxuxtxsxqxqxqxqxqxqxqgw$+03ܮ7 ϪCťN(W5_AfJmStZ{`ejn~q}t|u}|v|}v|}t}|s}|r}|q}|q}|q}|q}|q}|qiy#),/ײ4 ˭AL'U4]@dIkRrYy_dimq|tyvwvvvvtwsxrxqxqxqxqxqxqk{!&'ߴ)ҵ2 ǰ@K&S3[>cHiQpXw^~di~mzqvssuqvovptqsrrsqsqsqsqsqsqm~" ں!͸1 ´>I$R1Z=aGhOnWu]|c}hxltpprmtjuiuitksmqmqmqmqmqmqmqpӽȻ/<G#P0X;_EfNlUs[}zawfrjnnjqfsdscscreqgpgpgpgpgpgpgpsپ -:F!O-V9^CdLjS|qYvx_qclhhkdn`p^q]q]p^p`oaoaoaoaoaoaow׵ *8DM+U6\@bI|iPvoVpv[k}`fdbg^j[lXmWmWlWlZlZlZlZlZlZlZl| ح ͸ '6AK(S3Z<}aEvgKpmQjtVe|[`_\bXeUfSgRgRgQhShThThThThThTh ۥαŻ#3 ?H$Q.}X8v_?ofFilKdsP_{T[XW[T]Q_O`M`M_LaMbMbMbMbMbMbMb Ъŵ / <F~O)vV2o^9hd?ckD^sIZzLVʃORʍROʘTMʥVKʳWJWIVIXGYHZHZHZHZHZHZԢǯ !0 ;}DuM$nU+g\2bd7]k;Yr?UzCRڃENڍHLژJIڥKH۳LGLFLFLDOCOCOCOCOCOCOۚʩ %3 {<sDkK"dR(^Y-Y`2Uh5Ro8Ow;L=I?GADBBCAD@D@D@D@C@C@C@C@C@Cͣ (x2 p;iCbJ\P#VW'R^+Oe-Ll0Is2F{4C6A7>9=:;;:<9<8<8<8<8<8<8<8<|t&l0 e8^@XGSMOT KZ"Ha%Eg&Bm(@u*=}+:-8.6/40312212121212121212yog"`,Z4 T<OCJIGOCU@[>a;f9m6t 4}!1#/$-%,&+&*')')')')')')'~ukb[T&N.I5E< AC >H;N8S5X3^1d.j,r*z'%$#"!!!!!!~pg^ VOI C'?.:47:3?0D.I ,N )S 'X %^ #d !l t }L*H3O4T7ZA\JZTW`$Tk*Px/M3J6G9F;EC?B?B@AAAAABABABBADAFBGBGBGBGBGBGBM)J2Q2W6\?^I]SZ^$Wi*Su/P4M7J:HFNW&~a1xj:ssBo|HlMiQfUdXcZa\`^`_`_a_a_c_d_d^d^d^d^d^d^[ ht~#+4 ;CJڊT%Ѓ]0~g:xoBtxHqNnRkViZg\e_dadbdbdbebfag`h`h`h`h`h`h`]jw!)18 ?ݔGҎQ$ʈ[/ƒd9~lAytHu|NrSoWm[k^j`hchdhehdidjckbkakakakakaka_mz'.5; ֘C̓O"čX.a8iA~qHzyNwStXq[o_nbmdlflflfmendncnbnbnbnbnbnbao|$+1ݠ6 ќAǗM!V-_7g@nH~vN{}SxXv\t_rbqepgphpgqfrerdrcrcrcrcrcrccq!',ؤ2̟@ÚK U,]7e?lGsM{S}Wz\x`vcuftgththugvfueududududududet#ߦ&ҧ0ȣ>IS+[6c?jFqMxRW\}`{czf~yh{yizyiyzhzzfzyezydzydzydzydzydzydgv۫Ϊ/Ħ=HQ*Y4a>hEoLvR}W[_~czfw~hu}is~is~ht~ft}eu|du|du|du|du|du|dixծʭ-;FP)X3_bpC^wGZKVNSPPRMTLTKTKTJUJVJVJVJVJVJV֘ɥ(6 AyJrR&lZ-fa2ah7\oqHjPdX%__*[g/Wn3Sv6P9Lӈ;JӔ>GӠ?EԮ@DԿAC@D@BBADADADADADADјå }&u2n<gEaM\U W]$Td'Pk*Ms-J|0H2E4C5A6@7?7?7?6=8=8=8=8=8=8ơyq'j2d; ^CXKSRPYL` Ig#Go%Dw'A)?*=,;-9.8/7/7/6/6/6/6/6/6/{tmf&_/Z8 T@PGLNHUE[Bb@h=p:x8 6"4#2$1%0&/&.&.&.&.&.&.&yphaZ#T+O3J;FB CI @O=U:[8a5h3o0x.,*)('&&&&&&xlc\UOI&D.@4<;9A6F3L1Q .W ,] *d (l %u #! yk^VO IC> 9'5-23.8+=(B&G$L"Q W^enx        B-B2H2L6N<PGPRN_KkHw$E'B*A,?.?/>0=1=2<2<3;3;4;4;4<3<3=4?5?5?5?5?5?5C,D0J0N4Q:SFRQQ]Ni Kt$H(E+C-B/A0@1?2?3>4>4>5=5=5>5>5?4?6A7A7A7A7A7A7D,G.M.Q2T9WDVOTZQf Nr%K})H,F.E0D2C3B4B5A6A6@7@7@7@7A6A7A8C9D9D9D9D9D9E+I,P,U/Y7\B[MXWVc Ro%Oz*L-J0H2G4F5E6E7D8D8D9C9D9D9D9D:E;FH?J@J@J@J@J@J@G*P'X&^*c3f= fGdQ`[ \g&Yr+V}/S3Q5P7N9M;LK>L=K?KAJBLCMCNCNCNCNCNCJ(T$\#c(h0l; lDjNfXab%^m+[x0X4V7T9S;Q=Q>P?O@O@OAOAOCNENFPFQGQGQGQGQGQGM%W!` h&n.r8 rApKmTh^$di*at0^~4[8Y;W>U@TBSCRDRERFRFRHRIRJTJUJUJUJUJUJUJP#[dm$s+w5x>wGtPoZ"ke)go/cy5`:]>[AYCXEWGVIVJUKUKVLVMVMXMYMYMYMYMYMYMS ^hq"x(|1~: }CzLvWra(mk/it6e};b@`C^F]H[KZLYNYOYOZPZPZP[P\P]O]O]O]O]OValu |%.7 ?H}Sw]'rg0np7jxHQ%X._5f<}mAxtFs{KoOkRgUdXaY_Z_Y_Y_XaWaWaWaWaWaWo  ߍҘʢ© /<FO#V,]3}d9wk?rqDnyHiLePaS^U[WZXYWYWYV[U[U[U[U[U[Us ̜ؑå ,9DM T)}\0wb6qi|HuP!oX'j_-ee2`l6\t:X|>UAQDNFLHJHIHIHHIHJHJHJHJHJHJΔ¡ /{; tEnNhV!c]'^d+Zk/Vr3S{6O9LG?F@E@E?DACBCCCCCCCCCC֍ƛ y*r7lBfKaS\[Xb#Ti'Qq*Mz-J΃0HΎ2EΚ4CΨ5Bθ6A5A5@7?9>9>9>9>9>9ʖx sn&h3b> ]HYPUXQ`NgKo Hx#Fށ%Cތ'Aޘ)?ަ*>ߵ*=*=*<+;-:.:.:.:.:.vnic'^2X;TD OLLSI[FbDjAr?{<: 8!7"6#5#4#4#4#4#4#4#4#uid^Y&T0O8K@GG DN AU?\A;G8N5T 3Z 1a /i ,r *} (&%$#""""""sgYSMHC?&:-73390?.D+J)P'V$]"e ny         tgXMGB <840%,+)0%5#: ?DIOV^hr~      9/<0A1D4D:DEEQ C]Ai>v<:9 8!7#7#6$6%6%5&5&5&5&5&6&6&6&6'6(6(6(6(6(9/>/D/F2H8HCHO G[DgBs?=$=%=&<'<(;);););*;*;)<)<*;+;,;-;-;-;-;-<-D)J)N,Q4R>RJ PUMaJmHxE"C$B&A'@(@)?*?+?+?+?,?,?+?,?->/>0?0?0?0?0?0@*H&N&R)V2W<WG UQR]PiMt J#H&G(F)E*D+D,C-C-C.C.C.D-C0B1B2B3C4C4C4C4C4C'K#R"X'\/]9^C [NXXUdRo Pz$M'L)J+I-I.H/G/G0G0G0H0G2G4F5F6F7H7H7H7H7H7F$O V]$a,c5d@ bJ^T[_Xk Uu%S(Q+O-N/M0L1L2K3K4J5K5K6J8J:J:K;L;L;L;L;L;J!S[b"g)i2j< hFePa[^f [q%X{)V,T/R2Q4P5O7N8N9N:N:O;N=N=N>O>P>P>P>P>P>MV_g l&o.p8oB lKiWebal%]v*[~/Y2W5V7T9S;SR?R?R?RARASASATATATATATAPZdlq#u*v3v= sGoSk^fg&cq+`y0^4\7Z:YW@VBVCUCVDVDWDWDXDXDXDXDXDXDS]hpv z&|.|8zD uOpZlc&hl,fu1c}5a9_<]?\A[CZEZFYGZGZG[G[G\F\F\F\F\F\FU`ktz")ނ3@ zLvVq`%nh,kq2hy6f:d=b@`C_E^G^I]J]J^J_I_I`H`G`G`G`G`GXcnw~#և.̃= I{Sv]%se,om2mu7j|;h>fAeDcGbIbKaLaLbLcKcJdIdIdIdIdIdIZfqz݋Ћ,Lj; GQ{Z$wb+tj1qr6oy;m?kBiEhHfJfLeMeNfNgLgKhKhJhJhJhJhJ\ht}֏ˎ*Œ8 DOX#|`+xh1uo6sv;q}?oBmElHkKjMiNiOjOkNkLkKkKkKkKkKkK^kv ۏ Вǒ'6BMV"^*}e0zl5ws:u{>sBrFpIoLnN}nO{mPznPyoNyoMyoLyoKyoKyoKyoKyoK`m y ۋ ԑ ̕•%4AKT!\)c/~j5|q9zx=xBvEuI|sLyrNvrPurPsrPtsOtsMtsLtsLtsLtsLtsLtsLbo { ކՎϔ ǘ#2?IR Z(a.h4o9v=}~A}{EzyIvxLswNqwPovPnwPnwOnwNnwMowLowLowLowLowLd r ~ڈАʗ›!0=GPX'_-f3m8t={{AxEtHq}Km|Nk|Oi{Ph|Ph|Oi|Ni|Mj{Lj{Lj{Lj{Lj{Lf uԋ˓Ě.; ENV%],d2k7zrmBiFeIbK_M^N\N]M]L]K^K^K^K^K^Km|Ոʒ )6 AJR!~Z(y`.tg3on8kuQ@OBMCLCLCKCKDKDKDKDKDKD}ϋ–-}9 wCqLkSfZ"ba&^h+Zo.Vw2S5O8L:JE?E?E?E?E?ڃǑ {(u5o@ iIdQ_X[_ Wf$Tn'Qv*M-J0H2E4C4B5C4B5A7@7@7@7@7@7΋{tp"k0f<aE \NXVT]QdNlKt"H~$EȈ'Cȕ(AȢ*?ȱ+>+>*>+=-<.<.<.<.<.ē{pg d`*\6XATJ PR MZJbGiErB|@؇=ؓ<ء:ٰ 9 9 9 8"7#7#7#7#7#{pe]ZV'R2N<JDGMEU B\ @d>l;v9754221111111{ocXTQM&I/E8A?>G94 0,)&""',16<AHOW a l y 116.:/;2;9;C9O8\ 6h 4t2100//.........//......3/9,=->0?6?A=M<<;::9999999:9!9#9$9$9%9%9%9%<'C#H"L&O/P9NCLO J[HfEqC|BA@?? > >!>!>!>!>!?!>#=%='=(=(=(=(=(=(?#G LQ$U,V5U?SJ PVNbKmIwGFE D!C"C#C#B$B$C$C$C%B(B*B+A+A,A,A,A,A,C JPW![(\2[;YF VQT]QhOrM|K J!I#H$G&G'F(F(F)F*G*F,F.F/F/F/F/F/F/F/FNV\`%b-b7`A]L ZXXcUnRwP"O$M'L(L*K+J,J-J.J/K/J1J2J2K3K3K3K3K3K3JRZaf!h)h2g<dH aT^^[iXr V{$T'R*Q,P.O/O1N2N3N4N4N5O6O6O6O6O6O6O6O6MU_fkm$n,m6kCgOdZ`d]m"[v&Y~)W,V/U1T3S4R6R7R8R8R9S9S9S9T8T8T8T8T8OYcjort&t1q?mKiVf`ci"`q'^y+\.[1Y3X5W7W9V:V;VZ?Z?[>[>\=\<\<\<\<\`>`=`=`=`=Wb l t z ~ ҁȁ'6|B xMuVr_"of'ln,ju0h|3g6e9db@bBbBbCcBcAd@d?d?d?d?d?Yd n w}Ԃ ̄Å$4@ |KyTv\!sd&qk+or/my3k6j9h I}RzZ wa&uh+so/qw3o~6n:m=k?|kByjCxjDvjEvkCvkBvkAvl@vl@vl@vl@vl@] it|ЃɈÊ /< GP~X|_%yf*wm.ut2t|6r9|q=yp@voBtnDrnEpnEpoDpoCqoAqo@qp@qp@qp@qp@_kvˆŋ -: ENV]$~d)|k-zr2}xy5zw9wvf~Ac~Ca}D`}D_}C`}B`}Aa}@a}@a}@a}@a}@gtLj&3? HPX z_%ve*rl.ns2j{6f9c<`?]A[BZCZBZA[@[@[?[?[?[?jx̓Œ#1< FNzVu]#pc(lj,hq0ey4a7^:Z=X?V@T@T@T?U?U>U>U>U>U>o|ȇ .9 CyLtSoZ ja%fh)co-_w0[4X7U9R;P=O=O,=-=-=-=-=-ljsj gc(_5[?WH TP PXM_JfHnExBÂ@Î>Ü<ë ;ü!:!;!9"8$8$8$8$8$uj^YW!U.Q9NCKLISF[ Cc Ak>u<р:ь8њ6ѩ5ѻ45433333uj^TL JH&F2D<BE?M=U;]9f7o 5z 3 1 0..--,,,,,vj^SIEB@$=.:68>6F3M1U/]-e+p){(&%$#""""""wj]QF?<96 3(10.6+=)D'J%R#Z cn{xj]PD:52 .+(!&'#- 39?EMU_jx       yk^PC8/+'$!#(-28? F OYer,/0,2,30160A/M-Z+f)s(~ ' ' ' & &&&&&&&&&&''&&&&&&.,3)5*6-645?3K2W0d.p ,{ , + +****)))))**+***))))1)6&9&:);2;=9H7T5`3l 2w 0 0//.........//.......4&9#=#>&A/A9?E=P;\9h 7s 6~5443333333334332322228#= AE#G,G6F@DLAX?d >o>=========< qInRl[ibgj"fq%dx(c+a.`0_3_5^6^8^8_7~_6~`5~`4~`4~`4~`4~`4U`ipuxz{z/x<uF sPpXn`kg!jn%hu(g|+f.d1c4c6|b7zb9yb9xc8xc7xd6xd5xd5xd5xd5xd5Wblsx{} ~~,|9yD wNtVr]pd nk$lr(kz+j.~i1{h4xg6vf8tf9sf:rf9rg8rg7rh6rh5rh5rh5rh5Yenv{ *7}B {KxTv[tb ri$qp'~ow+{n.xm1vl4sk6pj8nj:mj:lj:mk8mk7mk6mk6mk6mk6mk6[gqy~ (5@ I}R{Yy`wg#|un'ytu*vs}.sr1pq4mp6ko8io:ho:go:go8ho7ho6ho6ho6ho6ho6^jt|%3> GPW~^{|e"xzl&tys*qx{-nw0kv3hu6ft8ds9bs:bs:bs8cs7cs6cs6cs6cs6cs6amw#0<ENU{\wc!sj%oq)l}y,i|/f{2cz5`y7^y8]y9\y9]y8]x7^x6^x5^x5^x5^x5dpz .9C LzSuZqa nh#jo'gw+c.`1]3[6Y7W8W7W7X~6X~5X~5X~5X~5X~5ht~+7A yItQpXl_hf!em%at(^},[/X1U3S5R5Q5Q5R4R4R3R3R3R3ly '~4y>sG oOjVf]cc_j"\r%Y{(U+R.P0N1L2L2L2L2L1L1L1L1L1q~|#w0r;mD hLdT`Z]aYhVp!Sy$P'M)J,H-G-F-F-F.F.F.F.F.F.w}wso,j7eAaI ]QZXW_SfPnMvJ!H$E&C'B(A'A'@(@)@)@)@)@)~ul ie'a3^=ZFVN SU P\McJkGtE~B@> < < < ;!:":#:#:#:#yma]Z X-T8QBNJLRIY F` DhAq?|<:8767554444{ocXP ML%J1G;EDCLAT>\=<&;19;8E6M5V3^1h0s.,ۍ*ܝ)ܭ(('&& & & & ~qeYMC:5 31 0*.3-<+D*L(T']%g#s" reYLA8/- +(&$$+"2!9AIQZersfYK@5,&$ !"(.5<CL V b ougZK?3)!  # (.5=FQ]k{',**+**.&4%?#K!X dp{     )*,'.'-*,2+=)I'U%a#m"x"!!!!!!!!!!!!!"" " ! ! ! ! ! ,&0$1#1&2/1:/F-R+^)i(u''&&&& & & & & & & & ' ' & & & &&&&/#3 57#8,876B4N2Z0e.p-{-, , , + + + + + + , , , , ,,,,,,,37:= ?(?2=>;I9U7a5l4v3 2 2 2 1 1 1 1 1 1 2 2 2111111117;?CF$F.D9BD?P=\FJDVCbAl @u ?~ >==<<<;;;<<<<<<<<<<>DJOQR#Q-O8MEKQI\Gf FpExDCBBAA@@@@AAAAAAAAABG OSVWV%U1S?RLPW Na LjJrIzHGGFFEEEEE F!F!F"F!F!F!F!F!EK S W Z[ZZ+Z;XHVS T\ RePmOuN|MLKJJ!I"I#I$J$J$J%K$K$K$K$K$K$H OV[ ^ ^ _`'_6^C[N YXWaUiTpSxRQP O"N#N%N&N'N'N'O'O'P&P&P&P&P&J SZ_bc ce#e2c@aK ^T\][eYlXsVzU T"T$S&R'R)R*R*S*S)T)T(T(T(T(T(LV]cghhj i/h<eG cQ aZ_a^i\p[wZ~!Y#X%W'W)V+V,V,W,W+X*X*X)X)X)X)OY`gjllmn,l9jDhN fWd^be`l_s^{!]$\&[([*Z,}Z-|Z.zZ.z[-z\,y\+z\*z\*z\*z\*Q[djnpp qq)p7nBlK jTh\fceicpbx!a$`&}_){_+x^-v^.u^/t^/t_.t_,t`+t`+t`+t`+t`+S^gmqss uu't4r?pI nRlYj`ighnfu!}e}$zd&wd)uc+rb-pb/ob/nb/nc.nc-nc,nc+nc+nc+nc+U`iptwwxy$x2v=tG rOpWo^md}lkzks wjz#ti&rh)og,mg.kf/if0if0ig/ig-ig,jg+jg+jg+jg+Xclsxzz{|"|/z;xE wMuUs\{rbxpiuop rnx#om&ml)jl+hk.fk/dj0ck0ck/dk-dk-ek,ek,ek,ek,[fov{~~-9}C {K ~zSzxZvwasugptnmsv"jr&hq(ep+bp-`o/_o/^o/^o/_o-_o,`o,`o,`o,`o,^iry+6@~I yQu}Xr|_n{ekzlhyt"ex}%bw'`v*]u,[u.Zt/Yu/Yt.Yt-Zt,Zt+Zt+Zt+Zt+amv} (4~>yG tOpVm]icfjcr `~z#]}&Z|)X{+V{,T{-S{-Tz-Tz,Ty+Uy*Uy*Uy*Uy*eqz $}1x;sD oL kTgZdaah^p[x!X$U&R)P*O+N+N+N*O*O)O)O)O)ju{!w-r8mBiJ eQbX^_[fXmUvR!O#M%K'I(H(H'I(I'I'I'I'I'o{~wso)k5f?bG_O \VX\UcSkPsM}JG!E#D#C#C#C$C$C$C$C$C$utn jf%c1_;[DXKUS RZ OaMhJqG{DB@>====<< < < |{oc_\Z+W6T@QHNOKW I^ Ff DnAx?<:988776666sgZS QO$M0J:HCFKDRAZ?b=k :u 8 64321100000ui^SGCB@'?2><5-% $#"%!. 7@JS^jx{naTH=3*" &-5=FP[i x }obUG;1'  # ) 08ALXfwqcVH:/% #*2<GTcs")#'#( +1=IVbnx$'&$&$$'"/ :FS_ju'#) ) (#)-'7%C#O![fq{+--. /)/4,?*K(W&b%m$w############$$$$$ $ $ $ $ .1256%6/4:1F/R-],h+r*{***)))))***** + * * * * * * 258;= <*;59A6M4X3c2m2v11000//// 0 0 1 1 111111169>ACB#A.>:=Ft ={ = < <<;;;;;;<<<<<<<<= BH K LLJJ,K;JHHSG]Ff Dn Cv C}BAA@@@@@@AAAAABBB@ FLOP O OQ'Q6PCONMXLa Ji IpHxGGFFEEEEEEFFFFGGGBJPTVU UV"W2V?TJSTQ] PdNlMsLzLKJJIIIIJJKKKKKKEMTY[[Z[\.[;ZFXPVY U`ShRoQvP}PONNNN N!N!O O OPPPPGQX]``^ `a*`7^C]M[U Y]XdWkVrUyTSSRR!R"R#}R#|S"|S!{T!{T {T {T {T JT\addc de'd4c@aJ_R ^Z]a[hZoYvX}XW}V {V"yV#wV$vV$uW$uW#uX"uX!uX!uX!uX!MW_dghghi$h2g=eGdO bW a^_e^l]s}]z{\y[v[!tZ#rZ$qZ%pZ%o[%o[#o["o["o[!o[!o[!OZbgkljkl!l/k:iDhM fU e\db}bizbpxaxu`s_p_!n^#l^%k^&j^&i^%j_$j_#j_"j_"j_"j_"R]eknonopp,o8mBlK jR ~iY{h`wffufnreupd~mckc"ib$gb%eb&db&db&eb$ec#ec"ec"ec"ec"U`hnqsqrst*s6r@pH}oP ymWvl^skdpjlmiski|hhfg!dg#bf%`f&_f&_f&`f$`f#`f#af"af"af"Xckquwuv wx'w3v=|uFxsN urUqq\npckojinqfnzcmal!_k#]k%[k&Zk&Zk%[k$[j#\j"\j"\j"\j"[fnty{yz {|$|1|{;wzDsyL pxS lwZivaguhdtoasx^r\q Zq"Xp$Vp%Up%Up%Up$Vo#Vo"Wo"Wo"Wo"_irx}~!{.w9rBnJk~Q h}Xd|_b{f_zm\yuYxWxTw!Rv"Qv#Pv$Pv#Pu#Qu"Qt!Qt!Qt!Qt!cmv}}yu+q6m?iGeO bV _\\cZkWsT}QO~M~ K}!J}"J}!K|!K{ K{ K{ K{ K{ gr{|vrn'j2f<cD`L\S ZZ WaThQqOzLJHFEEEEEEEEmxtn if"c.`8\AYIVPTW Q^ NfLnIxFDB@????????s~{le`][)X4U=REPMMTK[ Hc Fk CuA><:99998888zuh[V SQ#O/L8JAHIFPCXA_?h=r :} 8 6433322222ymaUKGED'B2A;?C=K;S9[7d5n3y1/.- ,, + + * * * }qdYMB; 875)423;2D1L/U.^,h*t)'&$###""""sg[OD:0* ('&'%0$9#B"K!U _lz͊͜ήuh\PD90(  "+4=HS_m~ߑ wj]PD8.%   ! ) 1 ;EQ^nyk^QC7-#  %.7BN]n{m`RD7+!  !)3>K[l&$%'.:G S _ k u           #!!$,7DP\gr{""! )4@LXcnw%&$%&%$0!;HT_is|)*),,!,+)7'C%O#Z"d!n!w!!!    !!!!""#######,.0332%00.<,I*U*_)i)r(z(((((((((()****** * * 02 6 8975(352B2O1Z1d0m0u0|/////////00 0 0 0 0 0 0 0 3 6< > =<99-:<:I9T9^8g7o7v6}6655 5 5 5 5 5 6 6 6777777;@BB ?>@'A6ADAO@Y?a>i=q=x< < ; ; ; ; :;;;<<<<<<<:@EHHF EG"H1H?GJFTE]DdClBs Bz A A @@@@@@@AAABBBB<DJNOMKMN-N:MFLOKXJ`Ig Hn Gu F|FEEEEEEEFFFGGGG?HOSUSQ RS)S6RBQKPTO\Nc Mj LqKxKJJIIIIJJ~K~K}K}K}K}KCLSXYXV WX%X2W>VHUQTXR_ Rf QmPtO{ONN}N{MzNxNwNwOvOvOvOvOvOFPW\^]Z[\"\/[;ZEYMXUW\ Vc UjTq~Tx|SzRxRvRtRrRqRpRpSpSpSpSpSpSISZ_ba^_``,`8^B]K\R[Y Z` }Yg{XnxXuvW}tWrVoVnVlVkVjVjWjWjWkWkWkWLV^beebbcd)c5b?aH`P}_W z^] w]d u\ks\rp[{n[lZjZhZfZeZeZeZeZeZeZeZeZOYafhief gh'g2f=eF{dMxcT ub[ raa paim`pk_yi_g^e^c^a^`^`^`^`^`^a^a^a^R\dillij jk$k0~j:ziCvhKsgRpgY mf` kefhdnfdvdcbc`b^b\b[b[b[b[b\b\b\b\bU_glpolmno!}o-yo8unArmInlPkkW ik^ fjedilait_h~]g[gYfWfVfVfVfWfWfWfWfWfYbjpsspqr|sxs*ts5ps?mrGjqNgqU dp\ boc_oj]nrZm|XmVlTlRkQkQkQkRkRjRjRjRj\fntwvuvzwvxry'oy2kx<hxDewLbwS_vZ ]ua ZuhXtpUsySsQrOrMqLqKqLqLpMpMoMoMo`jrx{zzz{t| o~l~$i/f9bB_~I]}PZ}W W|^ U|e R{nPzwNzKyIyHxFxFxFwGvGvGuGuGueow}~sl he b,_6\?YFWNTUR\ Oc Mk KtHFDBA@AA~A}A}A}A}ju}yjd`]['X2U;SCPJNRLYI`Gh Er B}@><;:;;;;;;q{se\W TR"P-M6K?IGGNEUC]Ae>o <:9)827;5C4K2S1\/f-q+*('&&%%%%%xk_SH=4/-, +)*2):(C'L&U$_#k"x {nbVJ?5,$ &/8AJUaoƑǤǹ~qdXK@5+#   ! * 4 > I U brԄԘԫsfYL?4*!    (1<GTctuhZM@3(  %.9ESdvwj\O@3'  *5CRcv#!! $ +7DQ]hr{ ) 4 AMYdnw%0=I U ` j s |   ",8DP[fow""!"" '2>KV`jrz&% ( )(& $+!8 DP[emu}   !"""#####) *./ -+("&/&='J'U(_(h(o'w'~''''''((())******-0342 .,.(/70D0O0Y0b0j/q/x///...///00011111058:95 46"818?8J8T7]7d6l6s6y55555555 5 6 6 7 7 7 7 7 3:?BB>;>?,?:?E?O>X=_=g^qF\pMYpTWp[UobSoj Pns Nn~LmJmIlHlGlGlHkHkHjHjHj^gnrrqzqqrktfucv`w(^w3[x<YwCVwKTwRRvYPv`NuhKuq It| GtEsCsBsAsBrBrBqCpCpCpclsvuvuvixcz^|\}Y~$W/U8S@PHN~OL~VJ~]H}eF}nC|y A| ?{ >{<{<{v;9 8 6 6 6 6 6 6 6 6 ox~wk^UNJHG%E/D8B@@G?O=V;_9h7s5310////// / v}peZOFA >=;(:19:7B6J5R3Z1d/o-{,*)(''''''~vj^TI@7210!.*-2,:+C*K)T(^&i%v#" }ocWMC80($#!! )1:BLVao~uh[PE;1' &.7ALW e t zl`SG<1' $,6@LYhy̌˟˳|obUH;0&  "*4?KZj}ݑݤ޶qdVI</$  '1=KZltfXK=/$  #.;J[m  (5ANZenw %1>JVaks{  "-9FQ\fow~( 4 ALWajrz   ".:F R \ e m u |   &3?KV_how}""%$! *8EPZbjqx~   !!""#####%(*+(! !$$%2&?'J'T']'d'l'r'y'''''(((()******(.353-*-.,/:/E0O/X/_/f/m/s.z.....///0011111-5:=<73 46'747@7J7S6Z6a6h5o5u5|555555566777772;ADC?; ;<"=0=;=E=Nk >k `inmmxmlnap[rVt RuPvNw'Lw1Kx9IxAHxIFxPDwWBw_@wh>ws<83245*555@5I5P5W5^5d4k4r4y4~4}4{5y5x5w6v6t7t7t7t7t75=BDB>98::&;1;;;D;L;S:Z~:`}:g{:ny:uw:~v:t:r:q:o;n;m;m<l<l<l<l<9BGHFC?> ??!@-@7@@}@H{@Oy@Vw?]u?cs?jq?rp?zn?l?k?i?h?g@f@f@e@e@e@e@>FKLJGCCCD~D){E4yE=vEEtDLrDSpDYnD`lCgkCoiCwgCfCdCbCaD`D`D_E_E`E`D`DAINOMKGGG|HxH&uI0sI:pIBnIIlHPjHVhH]fHdeHlcHuaG`G^H]H[H[H ZHZIZIZHZHZHELRQPNJJzKvLrL#oL-mM6jL?hLFfLMdLSbLZaLa_Li^Lr\L|ZLYLWLVLUL UL ULULULVLVLHPUTSQMzNuO pOmP jP*gP3eP<cPCaPJ_PQ]PX\P_ZPgYPpWPzUPTPRPQP PP PP PPQPQOQOQOKSWVUT|PuQpR kShTeT'bT1`T9^TA\THZTOYTVWT]VTeTTnRTxQTOTNTLTLT KT LTLSLSMSMSNVZYXWwTpUjVfWbW`X$]X.[Y7YY?WYFVYMTYTSY[QYcOXlNXvLXJXIXHXGXGXGXGWHWHWHWQY\[[}ZrXkYeZ`[]\Z\!X]+V]4T^<S^DQ^KP^RN^YL^aK]jI]tG]E]D]C]B]B]B\B\C[C[C[U]_^^x]m\e]__Z` WaUbRb(Qc1Oc9NcALcHKcOIcVGc^EcgDcqBc}@b?b>b=b`>`>`Yaaaataia_bYdTf QgNgLh$Ki-Ii6Hi>FjEEjLCjTBj\@ie>io=:731 12 3+353>}3F{3My3Tw3Zv3at3gr4oq4wo4n4l4j5i5h5g6f6f6f6f6f67>BA?<8677|8'z81w9:u9Bs9Iq9Pp9Wn9]l9dk9ki9th9~f9d9c:b:a:`;_;_;_;_;_;;BEDC@=;};y<u=#s=-p=6n=?l=Fk=Mi=Sg=Zf=ad=hc=qa>{_>^>\>[?Z?Z?Y?Y?Y?Y?Y??FHGFD@|?w@ s@oA lA*jA3hA;fBCdBJcAPaAW`B^^Be]Bn[BxZBXBWBVCUCTCTCTCTCTCTCBIKJIG}CvCqD mDjEgE'dE0bE8`E?_EG]EM[ETZF[YFcWFlVFvTFSFRGPGPGOGOGOGOGOGPGEMMLKJxFqGlGhHdHaI$_I-]I5[I=YIDWIJVIQUJYTJaRJiQJtOJNJMJLKKKJKJKKKKJKJKJHPOON{MsIlJgKbL_L\M!ZM*XM2VM:TMASNHRNOPNWON_NNgLNrKN}INHNGOFOFOFOFNFNGNGNLRQQQwPnLgNbO]P ZPWQUQ'SQ0QR8PR?NRFMRMLSUJS]ISeHSoFS{ESCSBSASASASARBRBRBQOTTT}SsSiQbR\SXT TURUOV$NV-LW5KW<JWDHWKGXRFXZDXcCXmAXy@X>X=Xc>=cEg4*!  "+5@N]nvgZNB7,"   )4BQbuɊɟʱn`SF:/$  (4CTg|fYL?2$ '5FXk,9EPZckrx~ (4ALV_fmtz "/;GQZbiouz )6AKT\cjpu{ "/;ENW^djpu{'3>HQX_ejpv|   ,7BJRY_ekqw~   $0;DLSZ`flry!%"*5>GNU[agmt|~}|zyxxx"),*'#$/9AIPV\bi} p| xz y!w!u"t"s#r#p$o$o$n$n$)020.*'# #$%*%4&=}&D|&Kz&Rx&Xw&^u&et'lr'tq'}o(n(l(k)j)i*g*g+f+f*f*/66540-*)*|+%y+/w,8u,@s,Gq,Mp,Tn,Zm,ak-hj-ph-zg.e.d.b/a/a0`0_0_0_0_04;::8520{/w0t0!q1+o14m1<k1Cj1Jh2Pg2We2]d2eb2ma3w_3^3]4[4Z5Z5Y5Y5X5X5Y58>>=<:}7x4t4 p5m5j5'h60f68d6?c6Fa6M`6S^7Z]7b\7jZ8tY8W8V9U9T9S:S:S:S:S9S9<A@@?~=x:s8n9j9g9d:$b:,`:4^:<];C[;JZ;PX;WW;_VN>N>M>N>N=N=?CCCBz@s=m<h=d=a>^>!\>)Z>1X>9W>@U?FT?MS?UR@\P@eO@oNAzMAKAJAIBIBIBIBIAIAIACEEEEvCo@h@cA_A \AYBWB&UB.SB6QB=OBCOCKNCRMDZLDcJDmIExHEGEEEEFDFDFDEDEEEEEFHHH{GrFjBcC^DZE VETFQF#OF+NF3LG:KGAJGIIHPHHXGHaFIkDIvCIBIAI@I?J?J?I@I@H@HIJJJwJnIeE^GYHUIQJOJLJ!JK)IK1GK8FL?ELFDLNCMVBM_AMh@Mt>M=MQS=R\U+=V24\F3]N1]W0]a/]l.]z,]+]*]*])]*\*[+[+ZUUUrUgV^VTWLYE[?]:_6` 4a2b1b#0b+/c2.c:-cB,cJ*dS)d](di'dv&d%d$d#d"d#c#b$a$aXXzYnYcYZZP\H^A`:c4f/h ,i*i)j(j&'j.&k5%k=$kF#kO"lY lelrlllkkjihh\\u\i]_]V^LaCdk7n0q)u"x{}}}~"~*~1~:~DNZh x  ~ ~ } } | { zewejeafVhLkBo9s1w*z#~    # + 3=HTaq~jqjgk[lPpFtQez)5AMV_fmty $1=HRZbiouz +7BLU]djpuz%1<GPW^ejpuz +6@JRY_ejouz$/:CLSY_djou{  (3=EMSY_djpv~   ,6? G N T Z _ e k r y  }|{{{ %/9AHOU[agnu}~|zxwutsqqqp%%#! )3<C~J|PzVy\wbvitqszqonlkjihhgg&***(%"|$z.w6v>tErKqQoXn^lek mi vh!f!e"c"b#a#`$`$_$_$_$,///-*(}$z" v#s# q$)o$2m$:k%Aj%Gh%Mf%Te%Zd&ab&ia&r_'}^']([)Z)Z*Y*X*X*X*X*13332/y-u*r( o(k)i)%g*-e*5c*=b*C`*J_+P^+W\+^[,fY,oX-zW-V.T.S/S/R/R/R/R/R/66665y3s1o/k.h-d.b.!`/*^/1\/9[/@Y/FX/MW0SV0[T1cS1lR2wQ2O3N3M3M4L4L4L4L4L39999|9t7n4i3e2a2 ^2\3Z3&X3.V35U4<S4CR4JQ4PP5XN5`M6jL6uK7J7I8H8G8G8G8G8G8G8;<<<x<p:j7d6`6\6 Y7V7T7#R7+P72O89M8@L8GK8NJ9UI9^H:hG:sF;E;D<C<B<B=B<B<B<B;=>>>u>l=f:`9[:W:S;Q;N; L;(K;/I<6G<=G\C>fB?qA?~@??@>@=@=@=@=@>?>?@@A|AqAh@a<[=V>R>N?L?I?G@%F@,D@3C@:BABAAI@AQ?BZ>Bc=CoE8=E?*VF)VO(WY'Wd&Wr%W$W#W"W"W"W#V#U$UMNuNiN_OVOMPER?S9V3X/Z+[*[(\'\$&\+%\3$]:#]C"]L!]V ^a^n^~^^^]]\[[Q~QpQdR[RRSJTAW;Y5[.^(`$b "c!cd d'd.d6e>eGeQe]ejezeeeedcbbTxUkU`VWVOWFY=\6_0b)d#gjllmm!m)m0m9nBnLnXnenu n n m m l k k jYrYfY\ZTZJ\A_9c1f*i$loru www w# w* w3 w< wGwRw_wowwvvuttt{]m]b^Y^N`EcM]pduWyK~?4)  &3ARdy\PD8,!  &5EWkӂӗөҸUI=0%  '8J]r &2=HRZbiouz !,8CMU]djpuz '2=GPX_ejpuz!-7AJRY_ejotz &1;DLSY_diotz  +5>FMTY_dinu{$.7@GNTY^diov~   '19AHNTY_dkrz~}{yxvuu t s s    * 3 ; B I~ O} T{ Zz `x gw nu vt r p omlkjiii~${-y6w=vDtJsPqVp\nbmjksi}hfecbba```"#$#" ~|z wtq(o0n8l?kEiKhQfXe^cfbo`y_]\[ZYXXXX'((('{%v#s q nki#g,e3c:bA`G_M^T\[[bY kX vV!U!T"S"R#Q#Q$Q$Q$Q#+,,-|,t*o(k%i"f!c"a"_#']#/\#6Z#=Y$CW$JV$PU$WS%_R%hQ&sO&N'M(L(K)K)J)J)K)K)./00w/o.j+e*c'_' \'Z'X($V(+U(2S(9R)@P)FO)MN)TM*\L*eJ+pI+|H,G-F-E.E.E.E.E.E-123|3r3k1e/`-],Y, V,T,R, P,(N-/M-6L-<J-CI-JH.QG.YF/cE0mC0zB1A1A2@2?2?2@2@2@2355y6n5f5a2\0W0T0Q0N0L1J1%H1,G12F19D1@C2GB2OA3W@3`?4k>5x=5<6;6;6:6:6;6;6;6678u8k8c7]6W3S4O4K4 I4F5E5"C5)A5/@56?6=>6D=7L<7U;8^:8i99v897:7:6:5:6:6:697989~:r;h;_:Y9S6N7J8F8 D9A9?9>9&<9-;:4::;9;B8;J7;S6<\52>1>1>1>1>2=2=;<{<n=d=\=U<N:I;E<A=>=<=:>9>#7>*6?15?84?@3@H2@P1@Z0Ae/Ar.B-B-B,B+B,B,B-A-A=>w?k?a@Y?R?I>D?@@K9L3N.P(S$T "U UVV$V,V3W;WDWNWYXfXuXXWWWVUUItJfK\KSKKLDM[6_.b&fjmps vx xyyyz&z/z9zDzPz_zpzzzyxxwj[_[V[L\B`9c0h(l ptw{ ~  (1<IWh{e`\`QaFdPdz͑ͤʹMA5) !1CVk !-8CMU]ciotz (3>HPX^djotz#.8BKRY_ejotz (2<EMSY_dintz",6?GMTY^chntz &08@GNSX]chnt| )2:AHMSX]ciow~}{zyxwxx  #,4;BHNS}X|^{dyjxrv{tsqpnmmlll  ~%|.z6x<wCuHtNsTqYp_nfmnkxjhg e d c c b b b }|| x u r (p 0o 7m >l Dk Ji Oh Ug \e cckbu`_]\[ZYYYY~xtqq oli"g*f2d9c?bE`K_Q]X\_ZhYrW}VTSRQQQQQ ""#w"p!ligfca_&]-\4Z;YAXGVMUTS\RdQnOzNMKJJIIIJ$%&{'q&j%f#b!`^ [YW"U)T0S7Q=PCOJMQLXKaIkH wG F!D"D"C"C#C#C#C"')*v*m*e)`'\%Y#W!U!R!P!N!%M",L"3J"9I"@H"FG#ME#UD$^C$iB%u@&?&>'>'='=(=(='>'*+-r-h-a,\+X(T&Q&N% L%J&H&"G&)E&/D&6C'<A'C@'K?(S>)\=)f<*r;*:+9+8,7,7,8,8,8,,.{/o0e0]/X.S+P*L*I* F*D*B*A*%?*,>+3=+9<+@;,H:,P9-Y8.d7.p6/5/4030202030304//1w2k2b2Z2T1O/K-G.D.A.?.=.;."9/)8//7/660>50F51N41W32b22n13}03/4.4-4-4.4/3/313t4h5^5W4Q4K2F1B2?2<2 938363 43&33-24414;05C05L/6U.6`-7l,7{+7*8)8(8(8)8*7*745q6e7[7T7M6G6B5=6:677 472718/8$.8+-92,99+9A*:I*:S);^(;j';y&<%<$<#<#<$<%;%;6|8m9b9X:Q9J9D9=99:5;2;/<-=,=*=!)=((>/'>6&>>%?G$?P#@["@h!@v @AAAA@@ ?9x:i;^<U<M<G<@<8=4>0@-A*B 'B&C$C#C%"C,!D3 D;DDENEYEeEtEFFFEEDD<s=f>[?R?J?D?=@6A1C,D'F$G !H III"I)J0J8JAJKKUKbKqKKKKKJJI?o@aAWBNBGBAB:C2E-G(I#KMO PPPP%P,Q4Q=QGQRQ_RmR~ Q Q Q Q P POyCjD]DSEKEDE>F6H/J)L$OQSV WXXX X( X0 X9 XC XN XZXhXyXXXWWWVsFdGYHPHHHAI:J2M+P%R UXZ] ` ` ```#`+`4`=`I`U`c`s`___^^^lJ_KUKLLEL=N5P.S'V Y\_b eg ghhhi&i.i8iCiOi]imiihhgfffOZOQOJOAQ8T0W([!^beh knp p qqrs!s(s1s<tHsVsfsyssrqqpaSVSOSEU;X2\*`"dhlo rvyzz {|}~"*5AO_q~~}\XTXIZ?]5a,e#josw { ",8FVh~Y]N_Cb8f.l$qw| #.<L^tSdGhHPW^dioty$.9BKRY_dinty )3=EMSY_dinsy #-7?GNSY^chmsz '09AHMSX]bgms{ !*3;AHMRW\agnu~~}}}} $-4;BGMRW\~b}h{pzyxvutrqpppp'}.|6z<yBwGvLuRsWr]qcokntl~kihgfeeee  ~| ywu!s)q0o6n<lBkGjMiRhXf_egcpbz`_^\\[[[[|vsr q nli#g*f1d7c=bCaI_N^U]\[ cZ mX xW V T S R R Q Q Q }tmjggf c a _ %] ,\ 3[ 9Z ?X EW KVQUYSaRkPvNMLKJIIIIvmfb_^^ [YW U'T.S4Q;PAOGNNLUK^IgHsFEDCBBBBB }!q"h"a!\YWUTQON#L*K0J7I=GCFJERCZBdAp?}>=<;;;;<!#x$l%c%\$W#S QOM KHG E&D-C3B9@@?G>O=X<b:m9{8 7!6!5!5!5!6!6!#&t'h(_(X'S&O$L"I G DB@ ? #> )< /;!6:!=9!D8"L7"U6#_4#k3$y2%1%0%0&/&0&0&1%&(q*e*\*U*O)K(H%D$A$?$ =$;$9$7$&6$,5%34%:3&A2&J1'S0']/(i.)w-),)+*****+*+*,)(|*m,b-Y-Q-L,G+C(?(<(9( 7(5(3(2(#0()/)0/*7.*?-+G,+Q+,[*,g)-u(-'-&.%.%.&.&.'-+x-j._/V/N/H.C-?,;,7,4, 2,0-.--- +-'*.-*.5)/=(/E'0N&0Y%1e$1s#1"2!2!2 2!2"1"1-u/g0\1S1K1E1@0;0603001-1 +1)2(2'2$%3+%32$3:#4C"4L!5W 5c5q666666650q2c3Y4P4I4B3=37314.5+5(6 %7$7"7!8" 8(80879@9I:T:`:n:;;;;::9}2m4`5U6M6F6@6:646.8*9&:#; <===>%>->4>=?G?Q?^?l@|@@@@??>y5i7\8R9J9C9=9791:+<'="?AB CCDD"D)D1D:ECENE[EiEy E E E E E D Dt9e:X;O;G<@<:<4<.>(@#BDFHJ JJKK% K- K6 K@ KJ KV KdKtKKKJJJIn<`=T>K>D>=>7?1@*B$EGILNQ Q Q QQ"Q)Q2R;RFRRR_RoRQQQPPPh@[APAHAAA;B4C-E&H KMPSU X XXYYY%Y-Y6YAYMZZZiY|YYXXWWcDVEMEEE?E7G/I(L"ORUX Z ]_ ` `aab b'b1b;bGbUcdbvbbaa``]HRIJHCH:J2M*P#SWZ] `cfgh ijklm"m*m4m@mNm]momllkkjXMNMHL>N5Q,T$X\`d gknprrs uvwxy#z-z9zGzVyhz|yxxwwTQLQBR8U/Y&^bgk oswz|~ %0>M_sRVGWr2x'  #5I^uیܟܫ $/9CKRY_dinsy*4=EMSY^chmsy $.7@GNSY^chmsy(1:AHNSX\aglsz "+3;BHMRW[afmt}%-5<BGLQV[`gn~w}{zxwvvvuu  '/5}<|A{FyKxPwUv[tasiqqp{nmkjjiiii{ ywv"t)s0q6p<oAmFlKkPjVh\gdeldvca`_^^^]] | wtq omki#h*g1e6d<cAbF`L_R^X]_[hZrX~WVUTTSTT zrli g f db`^%]+\1Z7Y<XBWGVNUTS\ReQoO{NMLKJJJJ~sjd`^] ] ZXV U'S-R3Q8P>O DN JL QK YJ bH mG zF D C B B B B B xlc]YVTTS Q O M "L (K .J 4I :GAFGEODWBaAl?y>=;;:::;sg^XSPNLL JHFE$D*B0A7@=?D=L<T;^9i8v76443344|nc Z S NJHFECA?> =';-:39:8A7I5Q4[3f2s0/.---..x j"_#V#O"J!F CA?= ;976#5)40361>0F/O.Y-d,q+*)( ' ' ( ) t#g$\%S%L%G$B#?!=:7 5310 /&.--3, ;+ C*!L)!V("b&"o%#$###"$"$"$#$$##q%c&Y'P(I'C'?&;$8"5"2"0" .","*")"#(#*'#1&$8%%A$%J#&T"&`!'m '}'((((('~%n'`)V)M*F*A)<(7'4&0&-&+' ('''%'$'!#('"(.!)6 )>*H*R+^+k+{,,,,,++z'j*]+S,J,C,>+9+4*0*+*)+&+#,", ,,-%-,-3.<.E/P/\/i0y000000/v*g,Z-P.H.A.;.6-1-,-'/$/!01 1222"2)31393C4M4Y4g5w5555444r,c.W0M0E0>08030/0)1$2!356 77888&8.969@9K9W:d :t : : 9 9 9 9 8n/_1S2J3B3;36312,3'4!689;= >>>># >* >3 >< ?G ?R?`?o???>>>>i3[4P5G5?59545.5)7#8;<?AC D D DD D'D/D8EBENE[EjE|EDDDDCd6W7L8C8<87818+9%; =@BDG I J KKKK#K+K4K>LILWLfLwKKKJJJ_:R;H;@;:;4;.<'>"ACFIK NPQ QRSSS&S/S9SESRSaSrSRRQQQY>N>E>>>8>0@)B#DGJMP SUWX YZZ[\!\*\4\?\M\[\l\[[ZZYTBJBBB^2c'jpx  &8Kaz7j+p x ,@WnԆԛӫ *4=FMSY^chnsy %.8@GNTY^cgmsz )2:BHNSX]bgls{ #,4<BHMRW[`flt}&.5<BGLQUZ`fmv}|||||  (/6<AFK}O|T{Zy`xgvpuzsqponnnnn~|{y"x)w0u6t;r@qEpJoOmTl[kbijhtfecbaaaaa~yuq omlk$k*i0h6f;e@dEcJaO`V_]]e\oZzYXWVVVVVzrligd ca`_%^+]0[6Z;Y@XEWKVQUXSaRjPvONMLLLLL | p h b _ ]\ ZXWV U&S+R1Q6P;OANGMMKUJ]IgGsFEDCCCCC ti`ZVT S S QONL!K'J,I2H7G=ECDJCQBZ@d?p>~=<;::::|nbZTPMKK J IGED#B(A .@ 3? 9> @= G< O: X9 c8 o6 ~5 4 3 2 2 2 2 wi^UOJGECCB @ ? = < $; *9 0877=6E5M3W2b1n/}.-,+++,rdYQKFB?><; :875!4'3-230:/B.K-T+_*l){('&%%%&~n`VMGB>:8754 20/-#,*+0*7)?(H'R&]$j#y"!   zj]S J D >:7420. ,*)' &&%-$5#="F!P [hwwg Z!P"H"A";"7!3 0-+(&%#!!$ *2:C M!Y!f!u"""""!!s d"W#M$E%>$9$4#0",")!&!$!"! !!""!"(#/#8$A$K%W%d&s&&&&&%%p"a$T&J&B'<&6&1%-%)$&$"%%& &''''%(-(5)>)I)U*b*q*** * * *)l$]&Q(H(@)9(4(/(+'''"()*++ ,,,-#-*-2.<.F .R ._ /n / / / .. . .h'Z)N*E+=+7+1*-*)*$* +-./1 222 2 2' 2/ 38 3B 3N3[4j4{333332d*V,K-B-:-4-/,+,&,"-/1246 8 8 888$8,848>9J9W9e9w988887_-R.H/?08/2/-/)/$013579 ;= >>>>!>(>1?;?F?S?a?s?>>===Z0N2D2<25201+1&2 468;= ?AC CDEEE$E-F6FBFNF]FnEEDDCCU4J5A59534.4(5"7:<?A DFHI J KLMN N(N2M=NJNXMiM}LLKKJP8F8=87817*9$;=@CF IKNPQR STUVW#W,W8WDWRVcVwVUTSSK<B<;;5;-<&?BEHK OQTWXZ[\ ]_`bb&b1b>aLa]ap``_^]G@??:?1@)C!FJNQ UX[^acdegh jlno o*o6nEnUnhmmlkjDD>C5D+G#KOTX\`dgkmoprtuw y|~".=~M}a}w|{zyCG9I/L%PU[`ejnrvy|~ %3DWm=N2Q(V\bhnty~ ):Mb{6W,\!bipw~ 0CXp0b%ipx  %8Ne~͖̩ %/8@HNTY^chmsz )3;BHNSX]bgmt{ $,5<CHNRW\agmt}'/6<BGLQUZ`fnv !(06<AFKOTZ`g~o|zzxwutsttt#*}0{6z;x@wEuItNsTqZpanimskihgfeffg|vt rqpp$n*m0k5j:i?hDgIeNdTc[ac`m^y][ZYYYZZ{snjgedccb%a*_0^5]:\>[DYIXOWVV^ThSsQPONNNNO{phb_][ YXWW V%U*S0R4Q9P?ODNKMRKZJcIoG|FEEDDDEq f ^ Y UTRP ONML K&J+I0H5G:F@EFCNBVA_@k>x=<<<;;; x j_WQM K JI H FEDC!B&A+?1>6=<<C;J:R9\8h6u5443333 qdYQKGDB A A ?><;:"9(8-72695?4G3P1Z0f/s.-,++++}l_TLFB><:: : 8 654 2 $1 )0 // 6. =- E, N+ Y) e( s' & % $ # # # xh[QHB=975332 0 / - , !+ '* -)4(;'D%N$Y#e!s sdWME?:520.-, +)(&%$$*#1"9!B KVcqp`TJB<62/,*(&% #" !'.6?ITapl]QG?94/+(&$"  $,4=GR_niZNE= 61-)%#  ")1:EP ] l | eWL!B!:!4!/!* &#    !!"""&#/#7 #A $M $Y $g $x$$$$##bT!I#@#8#2#,#("$!!!!!#$%& ' ' ' '# '+ (4(>(I(U)d)t))((('^"Q$F%=%5%/%*$&$"##$%&() , ,,,,!,(-0-:-E-R.`.q---,,,Z$M&C':'3'-'(&$&!&&')+, . 0 11222%2-263B3N3]3m322111V'J)?*7*0*+)'(#()*,.0 1 45 67888"8*939>9J9Y9i9}88776Q+F,<,4,.,*+%+ ,-/13 5 7:; < =>?@@%@/@:@F@T@e?x?>>==M.B/9/2/-.(."/0257 : <>ABC D FGHH!H*H5HAHOH`GsGFEEDH2>26201+1%2469< ?BDFHJKL NOQRR%R0R<QJQZQmPONMMC6;645/4'5!8;>A DGJMOQSTUW Y[]]]*]6\D\T[g[~ZYXW?98938+9#<?CG JNQTWZ\]_`bd fhkk#j.j<jMi_hugfed==7<.=%@DIM QUZ]`cfhjkmoqt vy{{'z5yExYxmwvut_C^H]N[UZ]XgWrUTSRQQRR|qid`^\ [[ZZY%W*V/U4T8S=RCPIOPNXMbKmJzIHGGFGG~pf^YVSRP OONN M%L*J.I3H8G>FDEKDSC]Ah@u?>====>uh]UPLJIG FEEDC B%A*@/?4>:=@;G:O9Y8d7q6544445~m ` V N H D B@?> =<;;:!9%7*60554<3C2L1U0`/m.}-,,,,,w g ZPIC> ; 9 8 76 54321"0'/,.2-8,@+I*R)](k'z&%%%%%r bVLD>9631 0 0 / .,+*)#()'/&5%=$F#P"\!i ym^RH@:51.,** ) ( ' %$# " &! , 3 ; D O [ i y      iZNE=71-*(&$## "     # * 2:DP\j{eWKB:4/*'$"   !(09CNZiy    bTI?71,($! &-6ALW e u    _QF=5/*%"  # * 3 < G S aq\NC:3,'#      '/9CP^nXKA80*%!   !!!$","5"@#M#Z#k#~#""!!UH> 5 . ( #   " $ % %&&&!')'2'='I(W(g'{''&&%Q E!;"2","&!"!   "# % &( ) +,,,,&-/-9-F-T-d-w,,++*M"A$8$0$)$$#!"""#$& ( *,. / 02333"3+363B3P3`3s22100I%>&4'-'(&#%$%&(* , .0245 7 8::::':2:>:L:\:o98876D):)1)+)&("'()+. 0 2579;<> ? ACCC#C.C9CGBWBjA@?>>?,6,/,*+%*+-/2 58:<?ACEFH JLMMM(M4LBLQKdK{JIHG;03/-/(-"/147 :=@CFHJLNOQS UXYX"X.W<WKV^VsUTRR8312,1%258< @DGJMPSUWYZ\^a dfgf'f4eDdWdkba`^5705(7 :=B FJOSVY\_adegilnq tww v-v=uOtcs{rpo5:+;"?CH MRW\`dhknqsuwz| $3E[r/@%DIN TZafkoty} );Pg)INT[bipw} 0E\t"T[bjs{ &:Qhˁʖ %.6>DJOTY^cipx  (07>DINSW]biqz "*18=CHLQV\bir}zx $+17<AFKPU[bk~u|zxwvurnl %~+|1z6y;w@vDuIsOrUp\odmnlzjhgfeda`}wspoooom%k*i0h4g9f>eCcHbNaU_^^g\s[YXWWWVTulhda` ____]%\*[/Y3X8W=VCUISPRXQaPmN{MLKJJJJrg_ZWUSR RRRQO$N)M.L3K8J=ICHJFRE\DgCuBA@@?@@tg]UOLJHG G FFFED$C)B-A3?8>>=E<N;W:b9o8766666|k^TMGCA?>= =<<<:9$8)7.635:4A3I2S1^0k/{.----.sdWMF@;87654 44321 0$/)./-6,=+E*O)Z(g'w&&%%%&m^ R H @ : 6 2 0..- , ,+*)( '%&+%2$9#B"K"W!d sh Y M C<61 - * ( ' && %$$"!!" (.6?ITapc UI@82-)&# "    %+3<FR_n_QF<5/*&"          " ) 1 : E Q _ n  \NC:2,'#        ( 0; F Q ^ m   XK@70)%!      % - 6 A MZj|UI>5-'"       "*3>JXgzRF;2+%!   '0;GUdwOC90)#    $-8DRbuL@6-&!      !!"!*!5"A"O"_"r!! H=3+$   !" $ &&&''''2'>'K'\'n&&%$#D90(#  !"$&(* + ----$...:.H-X-j-,+*)@ 6!-!&!! ! " $&(+-/0 2 4555 5*565C5S4f4|3210<#2$*$$# "!!#% ' )+.02468: < >>>>&>1>?=N=a@BD F IIH!H,G:GIF[EqDCBA4*,*'("'(*- 0 369<>ACFHJLNP STTS'S4SCRUQjPOML0-+,&+,.2 59=@CFILNQSUWY\_ bccb,a<`N_b^{\[Y/0*/"037;?DHLORUX[]`bdfimp tts%r4rEpYoqmkj.3%58<AGLQUY]aehkmortwz~ +=Rg~): =BHNTZ`dinrvz} !3G^w#CHN U\cjqv{ (<RjNT \dlt|1H_vȎ  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~mft1!  !"#$%&'()*+,-./01123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~ :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗  9` ˻0ƸOg{ĵ˲ѯխ٫ܩާख़㡘䡘䡘䡘䡘䡘䡘䡘䡘䡘䡘䡘䡘䡘䡘䡘䡘  9` ˼.ŹMfzŵ˱Ѯլ٪ܧޥ࢚➙㞙㞙㞙㞙㞙㞙㞙㞙㞙㞙㞙㞙㞙㞙㞙㞙  9` ˾,ŹLg{Ŵ̰ѭի٨ۥݣߟᛙ⛙⛙⛙⛙⛙⛙⛙⛙⛙⛙⛙⛙⛙⛙⛙⛙  9 ` ˿+ĺLg{Ŵ̰Ѭթئۣݠޝᘚᘚᘚᘚᘚᘚᘚᘚᘚᘚᘚᘚᘚᘚᘚᘚ  8 _ )¹Mh{Ƴ̯Ѫէؤڡܞݚޕ  8 _ )Ni|Ʋ̭ѩԥעٟڛܗݓޓޓޓޓޓޓޓޓޓޓޓޓޓޓޓޓ  7 ^ ǿ+Pj|ư̫Чԣ֟؜٘ڔܐݐݐݐݐݐݐݐݐݐݐݐݐݐݐݐݐ  7 ^ ľ-Qj|Ʈ̩ХӠ՝ّ֙ؕڎێێێێێێێێێێێێێێێێ  6 _ 0Sl}Ǭ˧ϢўӚՖ֓׏؋ًًًًًًًًًًًًًًًً  5 b 3Um}ƪˤΟЛҗӓԐՌ։׉׉׉׉׉׉׉׉׉׉׉׉׉׉׉׉  7 e 8Xn}Ƨɡ̜ΗϓѐҍӊӇԇԇԇԇԇԇԇԇԇԇԇԇԇԇԇԇ  : h>[o}ģǝʘ˓͐΍ϊχЅхххххххххххххххх  > mD^p}ßřǔɐʍˊˈ̅̓̓̓̓̓̓̓̓̓̓̓̓̓̓̓̓̓  B rI`p}ÕđƍNJLjȆȄɂɂɂɂɂɂɂɂɂɂɂɂɂɂɂɂɂ H xGbq|ÊĈĆńŃŁŁŁŁŁŁŁŁŁŁŁŁŁŁŁŁŁſ% N p9Xlz€€€€€€€€€€€€€€€€€1 S(|̨Dƥ]£pùƷʵͳбҰԯ֮ح٬ڬڬڬڬڬڬڬڬڬڬڬڬڬڬ1 S(|̨Dƥ]£pùƷʵͳбҰԯ֮ح٬ڬڬڬڬڬڬڬڬڬڬڬڬڬڬ1 S(|̨Dƥ]£pùƷʵͳбҰԯ֮ح٬ڬڬڬڬڬڬڬڬڬڬڬڬڬڬ1 S(|̨Dƥ]£pùƷʵͳбҰԯ֮ح٬ڬڬڬڬڬڬڬڬڬڬڬڬڬڬ1 S(|̨Dƥ]£pùƷʵͳбҰԯ֮ح٬ڬڬڬڬڬڬڬڬڬڬڬڬڬڬ1 S(|̨Dƥ]£pùƷʵͳбҰԯ֮ح٬ڬڬڬڬڬڬڬڬڬڬڬڬڬڬ1 S(|̨Dƥ]£pùƷʵͳбҰԯ֮ح٬ڬڬڬڬڬڬڬڬڬڬڬڬڬڬ1 S(|̨Dƥ]£pùƷʵͳбҰԯ֮ح٬ڬڬڬڬڬڬڬڬڬڬڬڬڬڬ1 S(|̨Dƥ]£pùƷʵͳбҰԯ֮ح٬ڬڬڬڬڬڬڬڬڬڬڬڬڬڬ1 S(|̨Dƥ]£pùƷʵͳбҰԯ֮ح٬ڬڬڬڬڬڬڬڬڬڬڬڬڬڬ1 S(|̨Dƥ]£pùƷʵͳбҰԯ֮ح٬ڬڬڬڬڬڬڬڬڬڬڬڬڬڬ1 S(|̨Dƥ]£pùƷʵͳбҰԯ֮ح٬ڬڬڬڬڬڬڬڬڬڬڬڬڬڬ0 S'|̨Dƥ]¤pùǷʵγбӰկ׭٭ګګګګګګګګګګګګګګګ0S&|˩CƦ\¤o~ùȶ̳ϱҰծ׭٬ܫݧۧۧۧۧۧۧۧۧۧۧۧۧۧۧ0S%|˩BƧ[¥n~ĸɵͲѰԮ׭ګܩߨߣܣܣܣܣܣܣܣܣܣܣܣܣܣܣ0S$|˩AƧZ¥m}ķɴαӯ֭ګܩߧ⤑ࠎܠܠܠܠܠܠܠܠܠܠܠܠܠܠ0S#|˪AƨY¦m}ŷʳϰԮثܩߧ⥗栖ݜݜݜݜݜݜݜݜݜݜݜݜݜݜ 0S"|ʪ@ƨX¦l|Ŷ˳аխڪݧच⟘㝚ᙗݙݙݙݙݙݙݙݙݙݙݙݙݙݙ 0S!|ʫ?ƩW§k{Ŷ˲ѯ֫ڧݤߠ◚ᗜޗޗޗޗޗޗޗޗޗޗޗޗޗޗ /R |ʫ>ƪV¨kyŶ̲Ѭ֨٤ܡݜޗޒޒޒޒޒޒޒޒޒޒޒޒޒޒ /R|ʬ<ƫU¨jwŵ̯Ҫ֥ءڝۙݔސގݎݎݎݎݎݎݎݎݎݎݎݎݎݎ /R|˭:ƬT©is~Ų̬ѧբמؚږۑ܍܋܋܋܋܋܋܋܋܋܋܋܋܋܋܋ /R|˯8ƭR«fo~ưͪѤӟ՛ًُ֗ؓڈڈڈڈڈڈڈڈڈڈڈڈڈڈڈ .Q|˰5ǯOð`l~ǭ̧ϡҜӘԔՐ֍׉؇؇؇؇؇؇؇؇؇؇؇؇؇؇؇ .Q|̳0DZLĸVnǩˣΞϙѕґӎԋԈՅՅՅՅՅՅՅՅՅՅՅՅՅՅՅ  -P|̶*ȷDYpªǦʠ͖̚ΒϏЌщч҅҅҅҅҅҅҅҅҅҅҅҅҅҅҅  ,O{ͼ"¼<^r¦Ţǜɗʓː͈̍͋Ά΄ττττττττττττττ  + N zFbtÞřǔȐɎʋˉˇ̅̃̃̃̃̃̃̃̃̃̃̃̃̃̃̃  ) L ~%OfuÖőƎNjljȇɆɄɂʂʂʂʂʂʂʂʂʂʂʂʂʂʂ ( R -WhuÌĊňņƄƃƁǁǁǁǁǁǁǁǁǁǁǁǁǁǁ - Y +Pgu~ˆ†…ÃÂÁÁÁÁÁÁÁÁÁÁÁÁÁÁÁ 4 [v%E]ny~~~~~~~~~~~~~~~:Uh-x@Vgs~x{|ywÂu„t…srrqqqqqqqqqqqqqqq'*F6iާBǛběr›úƸȷʶ̵ʹϳгѲѰ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~'*F6iާBǛběr›úƸȷʶ̵ʹϳгѲѰ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~'*F6iާBǛběr›úƸȷʶ̵ʹϳгѲѰ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~'*F6iާBǛběr›úƸȷʶ̵ʹϳгѲѰ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~'*F6iާBǛběr›úƸȷʶ̵ʹϳгѲѰ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~'*F6iާBǛběr›úƸȷʶ̵ʹϳгѲѰ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~'*F6iާBǛběr›úƸȷʶ̵ʹϳгѲѰ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~'*F6iާBǛběr›úƸȷʶ̵ʹϳгѲѰ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~'*F6iާBǛběr›úƸȷʶ̵ʹϳгѲѰ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~'*F6iާBǛběr›úƸȷʶ̵ʹϳгѲѰ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~')F5iިAǜaĜq›~ĹǷʵ̴γвұӱԮԬҬҬҬҬҬҬҬҬҬҬҬҬ'(F4jݨ@ǝ`Ĝqœ|ºŸɶ̴ϲѱӰկ֯תէӧӧӧӧӧӧӧӧӧӧӧӧ'(F3jݩ?ǝ`ĝpž{¹Ƿʵγѱӯ֮ح٪٥դԤԤԤԤԤԤԤԤԤԤԤԤ''F2jݩ>Ǟ_ĝoyøȶ̳бӯ֮ج۫ܦڢ֠ԠԠԠԠԠԠԠԠԠԠԠԠ&&F1jݪ=Ǟ^ĝoxĸɵͲѰծج۪ިߢڞ֜ԜԜԜԜԜԜԜԜԜԜԜԜ&&F0jݪ<Ǟ]ĞnvķʴϱӮ׬۪ި⤐ۚיՙՙՙՙՙՙՙՙՙՙՙՙ&%F0jܫ;ǟ]ğlt~ŷʳаխ٪ި⥗柕ۗזՖՖՖՖՖՖՖՖՖՖՖՖ&%F/jܫ:ǟ\Ġjs|Ŷ˳ѯ֬ۨߤ៙㜚ᗖܔؓ֓֓֓֓֓֓֓֓֓֓֓֓ &$F.jܫ:Ǡ\ġhqzŶ̲Ѯשۤޠᖛᕛݒؑבבבבבבבבבבבב &#F-jܬ9Ǡ[ģfnxŶ̰Ҫצڡܛޖߑߑݏُ׏׏׏׏׏׏׏׏׏׏׏׏ &"E,jܭ7ǡZťc©kuų̭ҧ֢؝ژےݎ݌܍ٌ׌׌׌׌׌׌׌׌׌׌׌׌ %"E+jۭ6ǢYŧ_­fp~ưͪѤԞُ֙ؔڋۈۈ؈׈׈׈׈׈׈׈׈׈׈׈׈ % E*jۯ4ȤUƫXó_n~Ǭ̦РқԖՑ֍׉؆؄ׄքքքքքքքքքքքք %E'j۰1ȨMDzNXpǩˢΝЗђҎӋԈՄՂՁՁՁՁՁՁՁՁՁՁՁՁՁ $D%jڲ.ʯ@Ƚ=]r©ƥɟ˙͔ΐόЉц҄ҁҀҀҀҀҀҀҀҀҀҀҀҀҀ $D!jڴ)ͼ(CasšǛɖʑˎ͈̋Ά΃΁πππππππππππππ #Ci#LeuÝŗƓǏȌɉʇʅʃˁˀˀˀˀˀˀˀˀˀˀˀˀˀ "Bh /Thv”ÐčŊƈƇƅǃǁǀǀǀǀǀǀǀǀǀǀǀǀǀ @ _ 4Zkw‰ˆÆÅÃĂāāāāāāāāāāāāā  = c3Sgt}€€€€€€€€€€€€€  Aax2L_nx|}|{zyxxxxxxxxxxxxxx " BZ(j9wI[i|qyvvzt}rqȁpǃoDžnƆmƈlŊlŋlŋlŋlŋlŋlŋlŋlŋlŋlŋlŋlŋlŋ &=N/[?gNq{[yveqlnrkwizg~fՀeԂdԄcӆbӉaҋaҌaҌaҌaҌaҌaҌaҌaҌaҌaҌaҌaҌaҌ #1:>YKyٚ\ȕrŕ}×»ĺŹƹǸȸ~ɷ}ʷ|ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ #1:>YKyٚ\ȕrŕ}×»ĺŹƹǸȸ~ɷ}ʷ|ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ #1:>YKyٚ\ȕrŕ}×»ĺŹƹǸȸ~ɷ}ʷ|ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ #1:>YKyٚ\ȕrŕ}×»ĺŹƹǸȸ~ɷ}ʷ|ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ #1:>YKyٚ\ȕrŕ}×»ĺŹƹǸȸ~ɷ}ʷ|ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ #1:>YKyٚ\ȕrŕ}×»ĺŹƹǸȸ~ɷ}ʷ|ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ #1:>YKyٚ\ȕrŕ}×»ĺŹƹǸȸ~ɷ}ʷ|ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ #1:>YKyٚ\ȕrŕ}×»ĺŹƹǸȸ~ɷ}ʷ|ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ "0:=YJy؛[Ǖrŗ{ØúŹǸɷʶ˶~̵}̳|ͯ|˯|˯|˯|˯|˯|˯|˯|˯|˯|˯|˯| !/:}֨DɨOǰSŸYm}Ƭ˥ϟјӒՌ׈ׅ׃քԄффффффффффф%91Z<~׬;ʭDɹEYo~ƨʡ͛ϕЏҊӆԃԁԀӀррррррррррр$9/Z9~ٴ/̸2½@]q~Ťȝʗ̒΍ωЅЂр~}}}}}}}}}}}}"9-Z0z!Hbs~àƙȔɏʋˈ̅͂̀~||||||||||||8)Z$t*Oet›ÖőƍNJȇɅɂʀ~|||||||||||| 7%Zh 2VhuÌĉņńƃƁ}}}}}}}}}}}}6P f6Vjv~†„ƒÁÀ~~~~~~~~~~~~ 4 Eh7Ser{~}||||||||||||  ' Ie%x9O`mux}{z}yĀwÁvƒu„tsrqqqqqqqqqqqq  ,H\1kBvP~~_{iwntsqwpzn}mĺk̓j̅i̇hˉgʌgʌgʌgʌgʌgʌgʌgʌgʌgʌgʌgʌ -A(P9\Hf|Tnw^uqezmk~jphufxe{c~bځaك`م`؇^؊^֍^֍^֍^֍^֍^֍^֍^֍^֍^֍^֍^֍ (7.C=N|KWwV_o]ehbjdinaoq_ss]wu\{v[~wZxYyXzXzW{V|V|V|V|V|V|V|V|V|V|V|V|'6/DJRe_~ܓnϒxƒĒÑ~}¼{¼züyøy¸y¸y¸y¸y¸y¸y¸y¸y¸y¸y'6/DJRe_~ܓnϒxƒĒÑ~}¼{¼züyøy¸y¸y¸y¸y¸y¸y¸y¸y¸y¸y'6/DJRe_~ܓnϒxƒĒÑ~}¼{¼züyøy¸y¸y¸y¸y¸y¸y¸y¸y¸y¸y'6/DJRe_~ܓnϒxƒĒÑ~}¼{¼züyøy¸y¸y¸y¸y¸y¸y¸y¸y¸y¸y'6/DJRe_~ܓnϒxƒĒÑ~}¼{¼züyøy¸y¸y¸y¸y¸y¸y¸y¸y¸y¸y'6/DJRe_~ܓnϒxƒĒÑ~}¼{¼züyøy¸y¸y¸y¸y¸y¸y¸y¸y¸y¸y'5/DJQe^~۔mϒwŒēÒ¼~¼}û{Ļzĺyĵyõyõyõyõyõyõyõyõyõyõy&4/CJPe]ڕi͔tŔ~ĕ•ûĺ~ź}ƺ{ƹzƵzƱzızızızızızızızızızız%4/BJOf\ږf̕qŕ|Ė—úŹƹǸ}ȸ|ɵzɰ{Ǭ{Ŭ{Ŭ{Ŭ{Ŭ{Ŭ{Ŭ{Ŭ{Ŭ{Ŭ{Ŭ{$3/AJOf[٘c̖oŖy׺ŹǸɷʶ}˶|˰{ʬ|Ȩ}Ũ}Ũ}Ũ}Ũ}Ũ}Ũ}Ũ}Ũ}Ũ}Ũ}$2/AKNgYٙa˗mŗwÙĹǸɶ˵ʹ~α|ά}˨}ɥ~ƥ~ƥ~ƥ~ƥ~ƥ~ƥ~ƥ~ƥ~ƥ~ƥ~#2/@KMgWٚ^˘jřtÚ}ºŸȶ˴γвѬ~Ϩ~̤ɡơơơơơơơơơơ#1/?KMgUٜ\ʙhŚrÜzùǷ˴βѱӬӧФ͠ʞƞƞƞƞƞƞƞƞƞƞ"1/?KLgSٝYʛeŜoÝxĸɵͲѰծקԣџ͜ʚǚǚǚǚǚǚǚǚǚǚ"0/>KKhQٟVʜbŝlßu~Ʒ˳ϰԭ٨ڢ՞ћΙʗǗǗǗǗǗǗǗǗǗǗ"0/>KKhO٠Sʞ_Ɵiár|ǵͲҮتߢܜ֙җΕʔǔǔǔǔǔǔǔǔǔǔ!//=KJhM٢Pˠ\ơeänx¸ȴΰիݥ曑ݖהӒϑːȐȐȐȐȐȐȐȐȐȐ!//PUQhS{WԞ_ʛkśuÛ~ŷʴϲҨϣˠǝś™%4%C>NUNhPzRա[˞fƝqÞz¹ǵΰԩ֡Н˚șŗ–%4%B>LULgMyNդV̡aơlâv÷ʲҬؚ۠ї̕ȔœÒ$3%B>JTJfJxK֨Qͦ[ǥeħpzö˯֥族ړґ͐ɐƏÏ$3%A>HTGfGwG٭KϬTȬ^Ưh±s}˥Քޏڍӌ΋ʋNjČ$2%A>FSDdCuB۴DҵJ˷Sʾ_n|©˜ҍ؆هӇχˇȈňˆˆˆˆˆˆˆˆˆ#2%@>CRAc?s=޾;?J]o}ãɖΊӁՁ҂ς̃ɄƅÅÅÅÅÅÅÅÅÅ#1%?>@Q>;O7]3j1u)8Ocsďȇʀ|zyz|}}}}}}}}}}!.%<>6L0Y,b'm&jNCdTH^YL[_OXdRUiTSmURqWPtXOxYN{ZM[L\K]I^H_H_H_H_H_H_H_H_H_H_$y3"p;*hB1aJ6\Q;WW?S]BPbDNgFLlHJpIItJHwKF{LEMDNCNBOAPAPAPAPAPAPAPAPAPAP' ;K/YCdTkcrq|}ㆄނ}zxwutrqppopqqqqqqqqq' ;K/YCdTkcrq|}ㆄނ}zxwutrqppopqqqqqqqqq' ;K/YCdTkcrq|}ㆄނ}zxwutrqppopqqqqqqqqq' ;K/YCdTkcrq|}ㆄނ}zxwutrqppopqqqqqqqqq' ;K0YCcTidprz~≂܅؂}{ywvtsrqqsttttttttt' ;K0YD`UfdmswጀۈՅ҂}{ywvutsuuvvvvvvvvv' ;K0YD^Udejts}ًԈЅ͂}{yxvuvwwxxxxxxxxx' ;J0XD\Uaegtpߏz؍ҋ·˄ȁ}{ywvxxxyyyyyyyyy' ;J1UDYU^edtlޑv؏э͊ɇƄā~{ywxxyyzzzzzzzzz& ;I1SDWU[eathޓr֑{ЏˍNJĆÃ{ywxyyz{{{{{{{{{& :I1QDTTXd]tcޖm֓wБʏƍɄ{yxyz{{|||||||||& 9H1ODRTUcZs_ޙi֖rϓ|ʑŐË{yz{{|}}}}}}}}}}& 9G1MCOSRcVr[ߝdךmЗwʔŒŽ{ijzī{¦|}~& 8G1KBMRPbSqW^؞gЛqʘ{ŕ’ŷ|ɫ|Ǥ}à~& 8F2IBJQM`PoT}Xڤbҡk˝uƚ˜¶ˬ}΢ɝĚ& 7F2GAHPJ_LmP{Tܫ\ԩeΦoȣzßİΠљʖŔ& 7E2E@FOG]IkLxOߴUٵ_ӵiεv|ġΔҐˏƎŽ& 6D1C?CND[EhHtL~Q[kƽqxÔ͉҇̈ljÉ& 6B1@>@L@YAdDoIwR|bhnvπ̂ǃĄ& 5?0==hOCbUG]ZKY`MVePSjQQnSOrTNvUL{VKWIXHYGZF[E\E\E\E\E\E\E\E\E\ ~)u5#l<*dC/^J4XP7TV:Q[Kd@JhAHlBFpCEtDDxEB}FAG@H?I=J=J=J=J=J=J=J=J=J| q$g,_5Y=!TE&OK)LR,HW/F]0Da2Bf3@j5?n6=s7KKPXUdZpa{iޚsו~Ўʅ}xy{}~ 4B$C0E=HILUQaWl]wcm֞y˕~|~ 4A#A/B;EGISN^ShZra{ۯn̦v~ 4?"?.@:BEFPKZRcYk߽drѶlĬsz4=!<-=8@BDLIUQ\Zaboɼipw4; 9+:5=?BGHNQR[Y`mgmt}x|386)82:;?AGETEWX^kd~krzvorwz}~353'4/65=8H8MEVV\ib{howxnhiosvxz{{{{{{{{300#/)2-;,@:HLN\Vl]zem}vsălgefknqstttttttt1-*)"-!3,XFeOpXzzdsmmvhdЈ`ϒ^Ν\ͩ[ιYȚZʜ\ɝ^ɞ^ɞ^ɞ^ɞ^ɞ^ɞ^ɞ^ɞ  "'-96J?XHcRmz\urd{mmhud~`؆]֏Z՘XԢWԮVԼV͐VђWѓWѓWѓWѓWѓWѓWѓWѓ   #*.;8IBUL_zVgs^mkdrflwbtz_|}\ZߋWޓUݜTܥRܯRܻQ̅RڅRڅRڅRڅRڅRڅRڅRڅ  $*09:EFOzQXrX^k^ceeh`lk]rnZypWrUtSvQwPxNyMzMzLzLzLzLzLzLzLzLzظ '(35??yJGpQNiWSb]W^d[Zj^Wp`TvbR|dPeNgLhKiJjIkHlGlGlGlGlGlGlGlGlݯż *#~6-vA6mHk2CE@K=P;U9Y7^!5b"4g#2l$1r%/w&.}'-(+)+)+)+)+)+)+)+)+)vs r1 qCqP&uY3ub?sjIptSn~[kaiggkencqbsau`v^w^x]y\z[z]z^y`y`y`y`y`y`y`y`yvs r1 qCqP&uY3ub?sjIptSn~[kaiggkencqbsau`v^w^x]y\z[z]z^y`y`y`y`y`y`y`y`yvst1 rBtO'xX3y`?wiJsqTq|\nckiimgqetdvbxay`{_|^}]}]}_}`|b}b}b}b}b}b}b}b}wtu1 sBwM'{V4|_@zgKwoUsz^qenkkpisgweyd{b}a~`_ŀ^Ё_ڀaހb߀c߁d߁d߁d߁d߁d߁d߁d߁xuv1 tBzL'U4]@~eLznVvw_tfpmmrkviyg|e~cba`DŽ_ӄaڄc݃d܄e܄e܄e܄e܄e܄e܄e܄e܄yvw0 vB~K'S4\@dLlVzt`whsoptmyk|hfecbaɇaՇdڇeڈfوgوgوgوgوgوgوgوgوzxy0 xAI'R3Z@bLiW~qa{{iwqswp|mjhfdcb΋d֋f֋g֌h֌i֌i֌i֌i֌i֌i֌i֌i֌{yz0 |?H&P3X@_LgWnaxj{rwys~oljgedďdҏgӏhӐjӐkӐlӐlӏlӏlӏlӏlӏlӏlӏ|z{0 >F&N2V?]KdVkask~s{zvrnkhfeʓhѓjДkДlДmДnѓnѓnѓnѓnѓnѓnѓnѓ}{|/ <E%M1S>YJ`Uh`pjyt|zuqmiggΗk͘l͘n͘o͘pΗqΖqϖqϖqϖqϖqϖqϖqϖ~|~/ ;C$K0P(B2G;MDTM[UܰeaΨlqßt|§åţƢȟȟȟȟȟȟȟȟ- 49<&@/E8K?SF\MӶb`ƭipqy¨æŤƢȠȟȟȟȟȟȟȟ+ 279$=,B3I9R>XL̺`_gon~v~~¨æŤƢȠȟȟȟȟȟȟȟ* 146!:(@-H1Q7VK^]enl}s{ytwz§|å}ţ~ơȟȟȟȟȟȟȟȟ( 1236"=&G&L5TI\[cljzqywpln§ræuĤwƢxǡzȟzɞzɞzɞzɞzɞzɞzɞ& /./2:DJ3RGZYaigxnvyohdeŤjţmƢpǡrȟtɝuʝuʝuʝuʝuʝuʝuʝ$ + )),7AI0QDXV_fetl|tqib^]ɞbȟfȟiɞkʝn˛n˛n˛n˛n˛n˛n˛n˛#' " $ 0=$F4NDVR]acokztsk~bȌ\ȜYȱWΖ[͘^̙a̙d͙g͘g͗g͗g͗g͗g͗g͗g͗!  .:)C9JHPVWb_lvhulr}c~\،W؝TװT͌UӏWґZѓ\ѓ_ѓ`ѓ`ѓ`ѓ`ѓ`ѓ`ѓ`ѓ  ,7.@=HJOVV`v^ilepdpw^||YVޗSݦQܸQԄSڇT؉V׊X֋Y֋Y֋Y֋Y֋Y֋Y֋Y֋ ٿ ,!70@>HJPTwW]m]defj_pnZzrVvSyQ{O|M|M|P|QRށSށSށSށSށSށSށSށ ۷ ,#71A=IGxQPnWWe^\`fa[oeVxhSkPmNoLqJrIrHrKrNsNtNtNtNtNtNtNt ެ˺!.#9/B9wJBmPIeVN_^SZeVUmZRu\O~_LaJbHdFeEfDgCgEgFgFgFgFgFgFgFgʹ $0 ~;*tB2kH9cN?]UCX]GSdJPkMMrOJyQGSETCVAW@X?Y>Z>Z=Z=Z=Z=Z=Z=Z=Zҭ &|1q8"h>)`E/ZL3TS7PZ:L`Fm@DtBA{C?E=F;G:I9J8J7K7K7K7K7K7K7K7K w# m*d1\8U@"PH&LO)HU+D[-Ba/?g1=m2;s39z5765738291:0;0;0;0;0;0;0;0;| of^! V)P2K:FABH?N5D2I0N.S,X*])c'i%o$w"~!hd#_/^@cKgT%h]/fg9drAb}H`N]R[VZYX[W]V_U`TaTbScRcRcScTcVbWcWcWcWcWcWcWcie#`._@fIjS%k\0ie:gpBd{IbO_T]X[[Z]X_WaVbUdUeTeSfSfUfVeXeYfYfYfYfYfYfYfjf"a.`?iHmQ&n[0ld:inCgyKdQaV_Z]][`ZbYdXeWgVhUhTiUiWhYhZi[i[i[i[i[i[i[ijg"b.c>lFqP&rY1pb;lkDivLgRdXa\_`]b[eZgYhXiWjVkUlWlYk[k\l]l]l]l]l]l]l]lkh!c-g<pEtN&vW1t`;piEmsMj~TfZc^ab_e]h\jZlYmXnWoWoYo\n]o^p_p_p_p_p_p_p_pli!e-k:tCyL&zU1y]\IdSk]vfoxwr~mjhhЌkՍmՍo֌p֋q؊qىrڇrڇrڇrڇrڇrڇrڇspu&, 6@F'L1R;YE`OhYߎscՆ}nxxsomlȑnґpӐrԏsՍt֌t؊uىuىuىuىuىuىuىtqx$+ 5>C$I.P7VA]JߝgTԕobˍxnÅyyurqsДtђvґwӏwՍw֌x؊x؊x؊x؊x؊x؊x؊ur{#) 4<A"F*M3T<[DףcS̚lb“un~y{xvwϖyДzђzӐzԏzՍz׋z׋z׋z׋z׋z׋z׋us}!) 49>D&J.R5ܯYAϨaRŠiarnzy~|}͗~ϕ~Г~ґ~ӏ}Ս}֋}֋}֋}֋}֋}֋}֋vt ( 37;A"H(P.ԴV@ɭ_Qg`omwx˘ΖДҒӐԎ֌֌֌֌֌֌֌wt'2 48=F!ܿL,ιT?ñ]Pe_lltw|}zǘ|Ζ}Д~ҒӐԎ֌֌֌֌֌֌֌xu&/ 04:DH+ȽS=[Nc]jjqvzytqØsϖvДxґyӐzՎ{֌{֌{֌{֌{֌{֌{֌xv%+ , /6<G)Q;YLa[hhotw~yqlikДnђqґsԏuՍv֋v֋v֋v֋v֋v֋v֋yx#&%(07E'O9WJ_Xfemqu{z~qjebcґgӐjԏmՍn֌p؊p؊p؊p؊p؊p؊p؊{|! $5C$M6UG]Udbkm{svr|~jc^[[Ս_Սc֌f׋h؊jوjوjوjوjوjوjو|%6A!K3SCZQb]~igtqpk{xd~]XVUۆXڇ\ڇ_ڇaۆcۅcۅcۅcۅcۅcۅcۅ~ھ %5@!I/R>YK`Wvhampiezp^̆uX̕yȚ{Qͼ|P|SU߀XށZށ\߁\߁\߁\߁\߁\߁\߁ ۵ % 3>%G2N?UIv]Smf[eoa^zgX܆kSܕoPݦqM޻rMqNtPwRxSyUzUzUzUzUzUzUz ݫ͸ % 3='F3N>vUGl[NdcU]mZXw^SbNeJgGiFiHiKjLmNoOpOpOpOpOpOpOp б '4>'G2vN;lTBdZH]bMWkQRuUMXHZE\B^A_@`C`G_HaIcIcIcIcIcIcIcԩµ )5~@%tF-kL5cR:\Y?V`CPhGLqJG{LCN@P>R=T;U;UA;C9E8F6G5H5I4I7I7I7I7I7I7I7Iɫ~u' l/d7\>VE"PK%KR(FX+A_->g/;o18x364361708/:.;.;-<-<-<-<-<-<-<yne^' W0Q7K>FEAL=R9X6_!4f"1n$/w%-&+())(*'+&,&-&-&-&-&-&-&-}ui _WPI&D. ?6 ;= 7C3I0O.U,[*b'i%r#{!|peZQ IC=8&4-03-9*>'C%I #N !T Z a i r |  \W&Q2N<WE[N\X"[c+Yo2Wz8T=RAPEOGNIMKLLKMJNIOIPHPHPIPKPMOOPOPOPOPOPOPOP\X&R2Q:ZC_M_W#^a+\m3Yy:W?TCRGPIOKNMMOLPKQKRJRISJSKSMRORPSQSQSQSQSQSQS]Y&S1T9]BbKbU#`_,_k4\w;Y@VETHRKQNPOOQNRMSLTKUKULUMUPTQURVSVSVSVSVSVSV^Z%T1X7a@eIfS#d]-bh5_t<\BYGVKTNSPQRPTOUNVMWMXLXNXPXSXTYUYUYUYUYUYUYUY_[%U0\4e=jGkQ$iZ-fd6cp=_|C\IYMWPUSSURWQYPZO[N[O\Q[T[U\V]X]X]X]X]X]X]X]`\$V/`2j;oDpN#oW-ka6gl>cxE`K\OZSWVVYT[S\Q^P_P_R_U_W`XaYb[b[b[b[b[b[b[ba]#Z-e/o8tAvK#uT-q]6lg?hsFdL`R]VZYX\V_T`SbRcScUcXdZe\f]f^f^f^f^f^f^f^fb^#^*i-t5z>|H"{Q,xZ6sc?mmGizNdT`X]\Z`XbVeUfTgVgZg\i]j_j`jajajajajajajajc`"b'n*y2<F!O+X5{`>uiGotNjUf[b__c\fZiYjXkZk]m_naobocndndmdmdmdmdmdmda"f%r'~0 ;EM)U3^=}fFvpNr|Um\hbdfaj_m]o]p^p`rbsdsesfrgqgpgpgpgpgpgpeb!i#w%/ 9CL&S0[:cDlMywUt]nciifncqatauavdwfwhwivjujsksksksksksksfc!m {#. 8AJ#Q-Y7`AiJ߁tSz~]teolkqhufxeze{h{j{kzlxmwmvnunununununugd p~", 7@H N)U3]<ݏfGӈoSˁy^{funqtnxk|j~jl~m}o|pzpypwqwqwqwqwqwqwhd s +5>DK%R-ߝZ7ӕcFʎlSÇu^~g{owuszp~ooʂpށq߀r~s|szsysxsxsxsxsxsxifv*4 ;AH O'آV6̚`EÓiRr^zgo}vy|vttńu݃vށvw}w{vzvyvyvyvyvyvyiix(2 7=DݭK$ЦT5Ɵ^DfRo]wgow~}{zyz܄z݂z߀z~z|yzyyyyyyyyyyyyjk{&03 9AֱG#ʫR4\CdQl\tf}ov}ۅ݃ށ~}}}{|z|z|z|z|z|zkm~$,/4 ݺ:еF!ůQ2ZBbOj[reznv||ywׅx݃zށz{}|{|z|z|z|z|z|zkp"&)/ֿ6ʺD O1X@`NgZodwmu{ztqoхq݃s߁u~v}w{wzwzwzwzwzwzls !&4 ľBM/V>^LeWmbuk~ryyr~mig̓iނl߀o~p|rzryryryryryrymv2 @K,T<\IcUk_rhy{orvk{fb`ʀbe~h|j{lymxmxmxmxmxmxn{ڻ / =I)R8ZFaQh[zpdrykkqdv_z[|Y|Z{^{azcyfwfwfwfwfwfwfwp ٳ Ͼ ,;F&P5XA_M|gVso^kwedk^pYsUuTuSvWvZv\u_t`t`t`t`t`t`tr ٩ε )7D!M0U<}]GtePlmWev^^ācYÎhTÝkQîlOmNmPoSpUpXpYpYpYpYpYpYpwޠϮĹ )7BL)T5u\?mdHelO_vTYҁYTю]Pѝ`MҰbKbJbKfMhOiQiRiRiRiRiRiRi ҦIJ * 7B}J)tQ3kY:daA^kGXuKSOOSKUIWGWFWFYG\I^J`K`K`K`K`K`K`ٞǬ , 9|AsI'jP/bW5\_:Vh?RqBM|FIIFKCM@N?O>NBOCQDSETETETETETET˦ . y7p?hF"`M(ZT-T\1Oe5Km8Gw;C=??D>F>F>F>F>F>FП{t* l3d;]CWJ QQ$LX'H`*Dh,@q.<{192543617/8.9-919393939393939}vme$^- X6R=LEHLCS?Z>>>=>=?>>@>C=D>F?F?F?F?F?F?P K*E5J8M=QHRRQ^Oj%Mw+J/H3F6D8C:B@?@@?@?@>A@@B@E@FAHAHAHAHAHAHAQL)G4M6Q;UFVPU\Rh&Pt,M1J5H8F;EC?CABAABAC@C@CCCFBHCIDJEJEJEJEJEJERM)J2P3U9YCZMYX Vd'Sq-P}3M7K:I=G?FAEBDDDECEBFBFCFFFIFKGLHMHMHMHMHMHMHSN(N/T0Z6^@`J^U [`(Xm/Ty4Q9N=L@JBIDHFGGFHEIDJEJGJJIMKNLOLQLQLQLQLQLQLTP'R,Y-_2d<fGdR a\(]h0Zu6V;R?OCMELHJIIKHLHMHMHNKMNOPPRPSQTQTQTQTQTQTQUQ'V)^*d/j:lElO hY(dc0`p7\|=XBUFSIQKOMNOMPMQLQMQPRRTTUVUWUXUXUXUXUXUXUWR&Z&b&j,q7sBsLpV(k`0fk8cw>_D[HXLVOUQSSRTQUQURVTXVYXZZZ[Y\Y\Y\Y\Y\Y\YXS%^#g#p*w5 z@zJxS&s\/nf7ir?e~EaJ^N\RYUXWWXVYVYV[X]Z^\^]^^]_\_\_\_\_\_\YV#b l u(}3 =GP${Y-vb6qm>lyEhKdQaU^Y\[[^Z_Z`Za\b^b`baabac_c_c_c_c_c_ZY!fpz&1 ;DM!V+~^4yi=ttEoLjSfXc]a`_c^d^e_f`fbfdeedecfbfbfbfbfbfb[\iu~$.8BJR'[0݁f:zpEuzNpUl[i`fddgcibjcjdjfighhgifidididididid[_ly!,6 ?GO"܎X-҇b:ʁlE{uNvVr]nbkfijglgngnimjlkjlilglflflflflflf\bp|)3 <DߚKӔU,ʍ_9‡iEqO|{Wx^tcqhnllolplqmonnolojoiogogogogogog]dr&08 ?؟G͙R+Ē]9fDnNwW}^ydvismqqqrqsrqsosmsksjrhrhrhrhrhrh^gu#,3ݨ9 ѣEǝP*Z8cDlNtW|^d|jynwrvtvtwrwpwnvlvjvivivivivivi^ix',֬4 ˧CN)X6aCiMqVy^djo}r|t}|u|}s||q|{o}zm}yk}yi}yi}yi}yi}yi}yi_k{ ݰ$а2 ƬAL'V5_AgLoUw]din|rwtuutsuqvow~mx}kx|ix|ix|ix|ix|ix|i`n~ֶ˴0?K%T3]@eJlSt[}bhymtqptmtmsoqpormsktitititititiaq ٵ ϹŸ.=I#R1[>cHjQrYz`xfrlmoirfserhpjnllmkninininininicu ܢԭ ϸ ɽ+;G!P/Y;aFhOpWxx^rdkifmbo_p^o`ncmfkgjihihihihihihgy ߚӦ̱ǻ(8DN,W8^BfKxmSqvZk`ed`h[kYlXkYk\j_iahcfcfcfcfcfcfk~ ̪֞Ĵ$5 BL(T3\>ydFqkNktTd~Z__ZbVeSfReRfUfXfZe\d\d\d\d\d\dp ݖΣĮ 1 >I#R.zZ8rb@kjGdsM^|SYWT[P]N^M]K_N`Q`S`U`U`U`U`U`U`wӛƨ ,:FzO'rX1j`8dh?^rEX|ITɈMOɕQLɥSJɹTISGUHXJYLZNZNZNZNZNZNZܓʢ ,9yCqM jV(c_/]g5Xq:S{>OوBKٖEH٦GFںHEGDIBMDOEPGRGRGRGRGRGRϛ~-v8nAfJ_R#Y[)Ud-Pm1Lx5I8F:C<@>?>>>=?=B?D@F@F@F@F@F@F֓ģyq+j6 c?]GWORW!M`$Ii(Fs*B~-?/<1:38465655476989898989898Ȟyskd'^1X; SCMKISEZAc>l;v!7#4%2'0(.)-*,*,*/*/*/*/*/*/*um e^W#R,L4H< CD ?L94%0,,2(8%>"DJQYcn|  rdTKD=7 1,($" ',16<BI Q Z fsD$?.<6@8A=AEAQ @]?j4B6D;DCEO D[Ah?u4@4A4A4A4A4A4G"A,E/I0L5M=NHMTKaHn E{%B(?+>.=/<1<2;3:4:5:5:5:5:5>5A7B8D8E8E8E8E8E8H"C,H,N-Q1S9UESQQ]Nj!Kw&H+E.D0B3A4A6@7?8?8?9?9?9@8C:EH@JAKAMAMAMAMAMAMAJ H'Q%X%]*`3c?bJ`U\a#Ym)Uy.R3P6N9L;K=J?J@I@IAJAJBJDLEOFPFQFQFQFQFQFQFL L$U!]!c'g1j< jGgRc\#_h*\t0Y5V9TeDbI`M^P]S[U[V[V\W]W^V`U`TaSaSaSaSaSaSPZepx$.8 BKW#yb/tl8ov@lFhKfPcSaV`Y_Z_[`[aZcYdXdWeUeUeUeUeUeUP]it}!*4= ܋HхT#^.zh8uq@qzGnMkRhVfYe\d^d^d^f]g\hZhYhWhVhVhVhVhVR_lx%/ޕ8 ӐEʋQ"…[.e8{nAwwHtNpSnWk[j^i`hai`j_k]k\lZlXkXkXkXkXkXTbo{(ؙ3̕BĐN!Y-b7k@|sHy|NvTsXq\o`nbmcnboao_o]o[oYoXoXoXoXoXVdr~ݞ ў1ǚ@L V,`7h@pH~yN{TxYv]tascrdsdtbt`s^~s\~rZ~rY~rY~rY~rY~rYXgu֣ˡ/ž>JT+]6f?nGvNT~Y{]ya}xdzxeyxexybyx`yw^yv\yuZyuZyuZyuZyuZyuZZix ݚ ٢ Цƥ,<HR)[4c>kFsM|SX]zav~ds}eq~eq~cr}`s{^tz\ty[uyZuyZuyZuyZuyZ]l { ܓ՝ ѥ ʪ*:FP(Y3a]xCXGTKPNMPKPKPJQLRNRPRQQQQQQQQQQv݉ʗ%4 |@uJmS#g\*ad0\m6Wv:S?OBKEHFGFGFDIEJGKILJLJLJLJLJLѐž y.r< lGeP_Y!Zb'Uk,Qu0Mρ4Iώ7Fϝ9DЮ;B;C:@>>@@BACBDBDBDBDBD݈ǘx tn+h7aB\MWVS_Oi"Ks%G~(D+B-?/>/>/<19496:8;9;9;9;9;9͒~tnhb*]5W? RHMQJZFcCm@x=!:#8$6&5&4&4&2(2+3,3,3,3,3,}qgb\W'R1M:HB DK AT>\;e8o5{20.,+********{oc[UPK#F,B4><:C7K4S1[ .d +o (| &$"! {n`TNIC?:%6,23/:+A(H%O"W `ly         |m_QGA< 72.*#&)"/5;BIQZf t   }m_PB:5/* &"#(-3 9 AIS^l|9'3254868;6C3N1[ /h -v+))((('''''''''(+-/////:'4181;4;9:A7K5X 3e1s/--,,++++* * * * + +,/!1"3"3"3"3"3";&50;/>1?6>=k;x977 6!5"5#4$4%4%4&4&4&5%5&6(8):)<*<*<*<*<*=%=*C(G)I-J6JAIM GZEgBt@> ="<$;&;':(:(:):):):);):+;-=.?.A.A.A.A.A.>%A&H$L%O)R3Q>QI OVLbJoG{ E#C%B'A)A*@+@,?-?-@-@-@/?1A2C3D3F3F3F3F3F3@$E#L R!V&Y/Y:YF VQT]QjNu!L%J(I+G,G.F/E0E1E1F1F2E5D6G7H8J8K7K7K7K7K7A#IQW\#`,`6`A ^M[XXdUp#S|'P+O.M0L2L3K4K5K5K6J8J:JO@OAQAR@S@T?T?T?T?T?FPYbhl$o.o8nDkNh[dg#`q*]{/[4X8W;U=T?SASBSCSDSETEVDWDXCXBXBXBXBXBHS]fmr!u)v3v> sJoWkb#gl+dv1a7^;\>[AYDXFWGWHXHXIYHZH[G\F\E\E\E\E\EKWakrx{$}-~9{FvSq^$mh,jq3g{8d=bA`E^G]J\K\L\M]L^L_J`I`H`G`G`G`G`GNZdov}'ۄ4ЁC|OxZ#sd,pm3lv:j?gCeGcJbMaO`P`PaObNcLdKdJdHdHdHdHdHP\h rzފ Ҋ0Ɇ@M}W#ya,uj4rr:o{@lDjHhLgOfQeReSfQgPgNhLhKgIgIgIgIgIR_k u ~ ֏̎.Ë= JU"~^+{g3wo:tx@rEoImMlPjSjTjTkSlQlOkMkLkJkJkJkJkJTa n x ܉ ؏ ГƓ+; HR!\+d3|m:yu@w}EuJrNqQoToU}oV|oT|pR{pP{oN{oM{nK{nK{nK{nK{nKWc p|܅ԌГ ʖ)9 FP Z*b2j9r?|zEzJxNvQ{uTxtVvtVutUuuSutQusOvrMvqLvqLvqLvqLvqLYfsֈϐʖĚ&7 DNW(`1h8p?xDI}}Mx{QtzTqyVoyVnzUnzSoyQpwOqvMquLquLquLquLquL[iw݂Ћɓę$4ALU'^/e7m=uC{~HvLrPnSkUhVgUhSi~Qj|Ok{MlyLlyLlyLlyLlyL^ lzֆˏė!2?JS%\-c5k;zsAu|FpKkOgRdTbUaTaRcPeOfMg~Lg~Lg~Lg~Lg~La o~ЉƓ /=HQ"Y+a2yi9tq?oyDjHeLaO^R[RZR[P\O^N`LaKaKaKaKaKdtڂˎ,: EOW(y_/sf5mn;hw@cE_I[LWNUOTNTNUMXLYK[J[J[J[J[JhyчŒ(6 BLxT#r\*ld1gl6bu;]@YCUGQIOJNININIPIRHTGTGTGTGTGnʍ#2~>wIqRkZ%eb+`j0[s5W}9S=O@LBJCIBHCGDIDKDMDMDMDMDMDu҆Ó {-u: oEiOcW^_#Yh(Uq-Q{0M4J7G9E:D9C;B=B>D>E>E>E>E>E>}ɍytp&k5e@ `K[TW]ReNo#Kz&GȆ)DȔ,BȤ.@ȸ/?/?0=3;5<6=7=7=7=7=7цxne c`-[:WF SP OYKbGlDwAׄ>ؓ <أ!;ٷ":":#7'6)4+6-6-6-6-6-ŐwlbZXT)P5L?HIES B\ ?fC;K8T6]3h 0t . ,*(''&&%%%%%vi]QIFB>!;*734:0B-J+S(\%f"s         vi[NC>: 62/#+*(1$7!?FNXcpwhZL@72.*&# &+28@H R ]k}xi[K>2+&!  $ *07@JVdu/++2/104/9+A'L#X!f t    !""""/+.02/3126/>+I)V'c%q$~ # #"""""""""""###$&''''0*1-5+7-624:2E/R-`,m *z )(((''''''''(((')+,,,,1)4)9(;*<.:69B7O5\3i 1v0/..--------..--/122223)8&=$@%A)B3A>?J=W ;d 9p7}655443333345433 6!7!8!8!8!8!5'="B F H%J/I:GFER C_ Ak?w=<<;;:::::;:!:#:%:%<&=&>&>&>&>&9$AGKO"Q+Q6OALM KZIfGrE}CBBA A!@"@"@#A#A$@'@)?*@*B*C*C*C*C*C*< EKQVX'X1W<UH RTPaNmLxJI H"G$G%F&E'E(E)F*E-E.E/F/H/I.I.I.I.I.@IPV\_#`,_7]BZO X\VhSrQ} O$N'M)L+K-J.J/J0K0K2J3K3L3M3N2N2N2N2N2CLT\aef'f1e=cJ `W]bZmWw#U'T+R.Q0P2O4O5O6O6O7P8P8Q7R6S5S5S5S5S5FPX `fjl!m+l7jE gRc^`h ^r&\{*Z.X1W4U6T8T:S;S;TX?X@Y?Y?Z>[<[;[:[:[:[:[:LV ` h o swyy.w> tKpVm`!ji(gr-ez2c6a9`<^?]A]B]C]C^A_@_>_=_<_;_;_;_;NX clsx{ ~~+|;yHvSr]!of(mn.jw3h7f;e>cAbCaEaEbEbCcBc@c>c=c|g=|g=|g=|g=R]irzʃņ&6CN|X y`'wi-tp3ry7pwj>wj>wj>T _lv}Ƀć#4ALU^&|f-yn2wv7u;t?|rCxqFupHsoIqpIqpGqqDrpBroArn?rn>rn>rn>rn>V boýŇ 1? JS\%d,k1}s6~{|;zy?vwBrvEouHluIkuIkuGkuEluCmsAmr?mr?mr?mr?mr?Yer|DŽ /< HQZ$b*i0|q5xz:t>p}Bl|Ei{GfzHd{Hd{Ge{DfzCgxAhv?hv?hv?hv?hv?[iv̀È ,: EOW"_({g.vo3rw8m_A\DZEXEXDXCYA[@]>]>]>]>]>bq~È%4@ JyStZ#ob(jj.fr2a|7]:Y>V@SARBRAR@R?U>V=W=W=W=W=gvɃ!0< xGsPmXh`$dg)_p.[y2W6S9P;N=L=L2@2A2A2A2A2|Š|phfc-^9ZDVN RWO_KiHsE~B ?"=#<#<#:&8(7)8*8+8+8+8+Ʌ|qf[WV#S2P>MHIRF[ Ce@o>{;ω9ϙ7ϫ664210!/!/!/!/!}qf[PG FE'D5A@?K=U:_8i5v 3 1 / .--+*)((((~qeYND? =;#9.684B1K/U-_*k(x&%#""!!     qdXLA85 30.'+0(8&@#I!R]iyrdVI>4.+ (%"&-4<DNYg w   sdVH;0'#  !' . 6>HTbsteVG9-#   &.7AM\m$/%/(/'1$6 >IVdr    %.)-+,+.)3$;FSan{       &-,).(/*-/)7'C$P"] jw             !!!!**/&2$3%2*14/?-L*Y(f&r%~%% % % % $ $ % % % % & & &%%&''''.&4"7 9!8%9/8;5G3T1a/m.y - - , , ,,,,,,---,,,-....2#8<>@"A+@6>B xJuSs\qd"ol'mt+l|/j2i5|h8yg:vf;tf#="=#<%;&;&;&;&;&;&zui^[Y$V1S=PGMPJY Gb DlAw><98775433 3 3 3 vk_TL KI(H5E@CJ@S>];g9s 7ǀ 4ǐ 2ǡ1ȵ00.-,++++xk`TJ@:98(756@4K3U1`/l-z+؋*؝(ٱ''& % $ # # # # yl`TH>5- ,+)*(5'?&J$U#a!n ~zl_SG<2*% #!"+4>HR_n      |m_RE9/&!(0 9 C N\l}n`RC7+"  "*3=IWi~paRC5)  #+6CSez/ ,!,.3<F T a o {                      -#)$)"+08CP^kw#*&&(%''#+3@MZgs~&&*", +"(&'0$<"IUbnz     *".000"0,.7+D(Q&]$i#u#########$$%%$ % % $ $ $ $ $ .35588'734?2K/X.d-o,z,,,,,,,, , -- , -,,,,---27:<?@">-<9:E8R7^6j5t5~44 4 4 3 3 3 3 4 44444344446;> CFFF&D2B?@L?Y>d=o}H |Q{zYwy`swhovp!lux%it(fs+cr.`q/^q0]q0]q.^q,^p+_p)`o(`n(`n(`n(Ubmu{.;~E zNuVq^n}fj|m g{v#cz'`y*]x,Zw.Xw/Ww/Ww.Xv,Xv*Yu)Zt(Zt'Zt'Zt'Yfqz +}8xBtL oTl[hcdkat!]}$Z(W*U~,R~-Q~-Q},R}+R|)S{(Tz'Tz'Tz'Tz'^kv~~{'v4r?mI iQeYb`^hW{!T$Q'O)M*K*K)L)L(L'M&N&N&N&cp{zur"o0j;fEbN _V[]XeUnQxN K#I$G&E&E%E%E%F$F$F$F$F$iv~pkhf*b7_A[JXR TZQbNkKuHEB@ ? ?? >!>!?!?!?!?!p}wi`][$Y1V<SEPNMW J_ GhDsA><:998777777xznbUPNM(K5I?FIDRA[?d+<6;A9K7T5_3j1w/-+**) ( ' ''''rfZOD:0.-,)+5+@*J(V'a&o$#ϑ!ϥ н tg[NC9/' &1<HUbrvh[NB7-$&0: F S b txi[M@4*!  $,7BPauyj\N?2'  '1>M_u|l]N?1%  !+9J]s,)(+0 8DQ^lx)&%',4 @N[ht&!" !#'0<J W c o z                ""$$"",8ER^ju&((&&&(#4 @MYepz*---.-",.):&G$T#`"k"u"~""""""###$$%%%%$$$$.12 4553'14/A-N,Z,e,p+y++++++++,-- - - - - , , , , 15 6: <;97+695G5T5`5j4s4|4433 3 3 3 3 4 4 4444444458<@A A?<"=1>A>O>Z=d=nCKQTTRQS"U3TATLSVQ_ PgOoNwNMLLKKKKLLLMLLLL@GPVYZXWYZ/Z=YIXS W[ VdUkTsS{RQQPP P!P!~Q }Q}Q}Q}Q}Q}Q}QBJTZ^_^\ ^`+`:_E^P \X [`ZhYpXwWVV~U!{U"yT#xU#wU"vV vVvVvVvVvVvVENX^bdcacd(e7dCcMaU `]_e^l]t~\}|[yZ wZ"tY$rY%qY%pZ#oZ"oZ pZpZpZpZpZHR[bfhhfgi%i4h@gJfS e[db~cj{brxazv`s_!p^#n^%l]%j^&i^$i^"j^ j^j^j^j^j^JU_ejlljkm"n1m=lGkP jX|h`xggvgosfxpemd!jc#hb%fb&db&db%db#db!ebebebebebLXbinppnprr.r;qE}pN znVvm^slepkmmjujigi!eh#bg%`g&_g&^g%^g#_g!_f`f`f`f`fO\emrutst vw+w8|vCxuL ttT qs[nrckqkhpseo|bn _m"]l$Zl%Yl%Xl%Yl#Yk!Zk[k[j[j[jS`iqvyywy {|({|5w{@szIoyQ lxYhwaevhbup_tz\tZs!Wr#Ur$Sr$Sr$Sq"Tq TpUpUoUoUoWdmu{~}}|x$u2q=mFiO fV c~^`}f]|nZ{wWzTzQy!Oy"Ny"Mx"Mw!NwNvOuOuOuOu\hrzytq n.j9gCcL`S ][ZcWkTuQNKIH GGH~H}I|I|I|I|anx{pk hf)b5_?\HYPVX S`PhMrJ}HECBAAAABBBBgt~uga^\#Z/W:TDRLOTL\ Ie GoDzA?=;;:::::::n{{nbWRQO(M4K>IGGPDXBa?k =w : 86544333333wsg[OGDCA+@7?A=J;S9\7g5s20.- ,, + * * * * * xk_SH=6 43!2,170A/K.U,`*m){'%$##"!!!!!{naUJ?4+$ ""!* 4?JVcsDžǙȮ}pbVJ>4*" %0<H V e x ֍ ؤ ؾ   rdWI=2(  $.:GVg{teWI<0%  !+7EVh~vfXJ;.#  '4CUixhYK;-! "0@Si(%% '-5AO\it~%"!# (0=KXdpz"" ,9FS`kv(4 A N[fqz     !! $/<IUaku~%%$ ##")5CO[fpy() (+ +)&"#.!; I U `!j!t!|!""""###$%%%%%%%%%, -.11 /+)%(3(B*O+Z+e+n,v,~,,,,,,,--....----/15763/.1,3<4I5U5_5h5p4x444444 4 4 5 5 5 5 5 5 5 5 5 35:>@=7 8:&=6>D>P=Z=c=kGPVXYVSTV%W4W@WJVSU[ Tc TjSrRz}R{QxPvPtPsPqPpQpQpQpQqPqPqP@KTZ]^[XY["\1\=\G[PZX Y` ~Yg{XoyWwvVtVrUoUmTlTjUjUjUjUjUkUkUkUCOX]ab`\^`a.a:`E`N~_V {^] x]ev\ls\tp[}nZkZiYgYeYdYdYdYdYeYeYeYeYFR[aefcabde+e7eB|dKxcSuc[ sbbpajm`rk`{h_f^c^a]`]_]_]_]_]`]`]`]`]JV^eiigef hi(~j5zi?viIshQpgY mg` kfghepedycd`c^b\bZbYbYbZbZa[a[a[a[aMYbhmmkik m|n%xn2un=qnFnmOklV hl^ ekecjm`iv]i[hXgVgUgTgTgTfUfUeVeVeVeQ]flqpon}pxrus!rs/os:lsDirLfrTcq[ `pc ]pk[otXnUnSmQmOmNmNlOkOkPjPjPjPjUajqutt|svuqwoxly+iy7fy@cyI`xQ]wX [w` XvhUuqRu|PtMtKsIsHsIrIqJqJpKpKpKpZfovyxxwyo|j} g~d&b2_=\FZNWUT~] R}e O}oL|yJ|G{E{D{C{CzCyCxDwDvDvDv_kt|~}~rfa^\!Z.X8UBSJPRNZKb Il Fw CA?=<<<===~=~=~fq{ym_XTRP'O3M=KEINFVD_Bh?s = : 8 766555666myrfZPI GE D+C6A@@H>QKZj~̫̔|n`RE9.#  '1>K[nބߛߴpaSE8,!  $/<K]qrcTF7*  +9J^tteVG8*  (7J^v$" !$)2>LYepz! #-:HUalv )6CP\gqz $0>KWblu~ + 8EQ\fpx   $0> J V a j s { " ! ! (6COZdmu}&%&'%! -<I U!_"h"p#x###$$$$%%&&&&&&&&)(-0/+" #&'(6*D+O,Y,b,j-r-z--------..//....,.5996/-0!214>5J5T5]5e5m5t5|554445556666555/4<AB@:69;,<:=F=P=Y=a=h @B'C5DBDLDUC]CdCkBsB{B A A A A~A|AzB yB xB xB xB xA xA 6@HMNMIEFH#I2J>JHJQIYI`IhHoHw G }G zGxFvFuFsFrGqGqG qG qG qF qF 9DLQSRNJKM O.O:OEONOVN]~Nd|Ml yMt wL} uLsLqKoKmKlKkLjLjLjK jK jK jK =HPUXVSOPRT+T7TBTK|TSzSZxSbuRi sRq qQz nQlPjPhPfPePdPdPdPdPeO eO eO ALTY\ZWTU WX'Y4}Y?zYHwXPtXXrW_oWf mVn kVw hUfUdTbT`T_T^T^T_T_T_S _S _S DPX]_][XZ [}\$z]1w]<t]Fq]No\Ul\]j\d h[l eZu cZaY^Y\X[XYYYXYXZXZXZW ZW ZW HS[aba_\^{_xa!ub.rb9obClaKjaSgaZe`b c`j `_s ^^}[^Y]W]U]T]T]T]U\U\U[V[ V[ LV_dedcaybudreof+lg7jg@gfIefQbeX`e`]dg [dp Yc{VcTbRbPbObObOaOaP`P`P` P` OZcihggyesgoiljik(gl4dl=blF_kN]kVZj]Xje Vin Six QhNhLgKgIgIgIfJfJeKe Kd Kd T^gmlkkskmmhn epbq$`q0^q:\qCYqKWqSUpZRpbPpk Nou Ko InGnEnDnCmDlDkEk Ej Ej Ej Xclqpozonpes`u]v[wYx+Wx6Ux?SxHQxOOwWLw_JwhHvs Ev Cu Au?u>u=u>s >r >q ?q ?p ?p ^iquttutiv^yX|T}R~Q&O1M;LCJKHTF\CeAp?~|<~ :~ 9~ 7~ 7} 7{ 7z 7y 8x 8x 8x doxyy{ypzd|XPK HG E+D5C>AG@O>X4*!! + 6 A N \ l teWK@5*!  "+6BP_qćĝĵxj\OA5)  !*5CRcxՏէ{l^PB4(  '3BTg~}n_QB4'  $1AUjqaRD4&!/AVm  %.;IVbmv  *7EQ^hrz%2@LYcmu}  ,:GS^gpx  &3@MXajrz  +9FQ[dlt{   " 0 > J U ^ gov~ (7DOYaiqx"!'*)$"1 >!I"S#\$d$l$s$z%%%%&&&''((''''&)1440)#&(+*8+D,N-W-_-g-n.u.}......////////)18<<92- /1&344@5J5S5[5b5i5q5y5555556}6{6{6z6z6z5z5-7?CD@:679":/<;h >g >f?e?e?d?dWaihg{gqgeh\jXlTnRoPo$Np.Mp8KqAJqIHqQFqYDpbBpl@px>p0$  !,:J]rzk\M?0# +:Maym^O@1"  );Of"+8FS^irz&4BNZdmu} ".<IT_hpx   (6CNYbkry "/<HS\elsz  (5ALV_fnt{  -:EPYahov}   $ 2 >IS[cjqx#%$+8CMV]els{       &-0.(" &!3">#H$Q$Y%`%g&n&v&&''''((~)})|(|(|(|($.5861,&&(!*.+9,D-L-T.\.c.j.r.z//}/{/z/x/v0u0s0s0s/s/s/*5;?<83/.02)354?5I5Q5X~5_}5f{6ny5vx5v5t5r6p6o6m6l6k6k6j6j5j50:ACA>:65 78%:1;<|;Ez"z?.x@8uABsAJrAQpAYnA`lAgjAphAygAeAcAaA`A^A^A]A]@]@]@]@9CJKIGDA~AzBvCtE*qE5oF?mFGkFOjFVhF]fFedFmbFv`F^F\E[EYFXFXFWEWEWDXDXD=GNNLKI}ExFtGpHnI'kJ2jK<hKDfKLdKSbKZ`Kb_Kj]Kt[JYJWJUJTJSJRJRJRIRIRHSHAKQPON~LxHrJnK kMhN$fN/dO9bOBaPI_PQ]PX[O`YOhWOrUO}SORNPNNNMNMNMNMMMMNLNLDNTSRQzPrMlOhP eQcR!aS,_S6]T?[TGZTNXTVVT]TTfRSoPS{NSLSKSISHSHRHRHQIQIPIPHRWVUTvSlQgSbT_V]W[W)YX3XX<VYDUYLSYSQY[OXdMXmKXxIXGWEWDWCXCWCVCUDUDTDTLVZYX{XqWfVaX]YYZW[U\&S]0R]9Q^AO^IM^QL^XJ^aH]kF]vD]B]@]?]>]=\>[>Z>Z>Y?YPZ]\[v[m[a[[]V^R` PaNb"Mb,Lc5Jc>IcFGcNFcVDc^Bch@cs>co=o"JV`hpx~ +8EPZckry  %2?JT]elsz  ,8CNW_gmtz  $1<GQY`gnt{  )5@JS[bhou}  !.:DMU \ c j q x  ! &3>GPW^els|#)*&"!-8BKRY`gow~ } { y!w"v"u"t!t!t!!+11.*&! !(#3$=$F%N&U&\~&c|'k{'sy'|x(v(t(r(q)o)m)l)k)k)k(k((28752-)' (*#+/~,9|,Bz-Jx.Qw.Xu.`s/gr/op/yo/m/k/i/h0g0e0d0c0c/c/c/.8=<:730. /{0x2+v35t3>r4Fp4No5Um5\l5dj5lh5ug5e5c5a6`6_6]6]6\6\5\5\43<A@><96{4w5t7q8'o92m9;k:Cj:Kh;Rg;Ye;ac;ib;r`;}^;\;[;Y;X;W;V;V;V:V:V97ADCB@~>y;t:q:m<k=$i>/g?8e?@d@Hb@Oa@W_@^]@f\@oZ@zX@V@T@S@R@Q@P@P?P?Q>Q>;EGFEDyBt>o?k@ gAeB!cC+aC5_D>^DE]EM[ETYE\XEdVEmTExREQDODMELEKEKDKDKCLBLB?HJIH}GuEnBiCeD bE_F]G(\H2ZH;YICWIJVIRTIYSIaQIkOIvMIKIJIHIGIFIFHFHGGGFGFCLLLKyJpIiFdG_I\JZKXL%VL/UM8SM@RMHQNOONWNN_LNiJNsHMFMEMCMBMAMALALBKBJBJGOONNuMlLcJ^LZMVNTORP"QQ,OQ5NR=MRELRMJRTIR]GRfERqCR~AR?R>R=RW{?\F>]O=]W;]a:]l8]y6]4]3]1]1\1[1Z1Y2Y2XTYXXsWiW`XTYN[H]C_@`>a=a ;b):b29b:8cB7cK6cT4c]3ch1cv/c.c,c+c*c*b*`+_+_+^Y\\{[o[e[\\Q^I`CbKYi{w}uptbuUxI|?4+" "+5BP_q}x|i|[NA6,#  "+7ETf{qaSF9.#  !+8HZnyhYK=1%  +:L`wؒجp`QC5(  *<QggXI:* ,?Un%2?KV`hpx -:FQ[cksy  (5@KU^fmtz ".:EOX`gmtz'3>IRYagmsz !,8BKSZagmtz%1;EMU[bhnu|   )4>GOV\cipx   " . 8 A J Q X ^ e lt}~}zxwwww!$# '2<DLSZ`~h}o{xyxvtsronmmmm )+*($  "-~7|@zHyOwUv\tcskq tp n!l!k!i"h"f"e#d#d"d"d!&/10.+($ ~ {"x#)u$3s%<q%Cp&Kn&Rm'Yk'`j'hi(qg({e(d)b)`)_)^*\*\)\)\)\(,55431-|+y(v'r)p*%m+/k,8j,@h-Gg-Ne.Ud.]c.ea/n_/x^/\/Z/Y/X0V0U0U/U/U.U.1:9876z2u0r.n. k/i0!f1+d24c2=a3D`3K_4R]4Z\4bZ4kY5uW5U5T5R5Q5P5O5O5O4O4O36=<<;{:t7o5l3h4 e5b6`7(^71]8:[8AZ9HY9PW9WV:_T:hS:sQ:O:N:L:K:J:I:I9I9I8J8:@??>w=p;j8f8b9_:\;Z;%Y<.W=7V=>T>FS>MR>UQ>]O?fM?pL?}J?H?G?E?D?D>D>D=D=E<>CBB}As@k?e<`<\>Y>W?U@"SA+RA4PB<OBCNBKMCRKCZJCdHCnGC{ECCCBC@C?C?C?B?A@A@@AEEEyDoDgB`?[AWBTC QDOENE(LF1KF9JGAIGHHGPFGXEGaCHlBHx@H>HCKFBLMALV@L_>LjPC%cG#cQ"d\!didyddddca``_YX{XmXbXYXPYG[>^7`1c*f$i !j jj k(k0k9kBlLlXleltllllkihhg]]u\h\^\U\K^Ba9d2g+j$mps ttt!u)u2u;uFuRu_ un u u ut t s q q pbapadaZaObEe2' $1@Re}o_QC6*  $3DXnшФgWI;.! $6I_x_PB4& %9Og"/;GR[dlsz *6ALV_fmtz $0;FPY`gntz *5@JRZagmsz#.9CLT[agmsz (3=FMU[agmsz!,6?GOU[agnu}   %09AIPV\bipx~}|{{{{  )3<CKQW^dl}t|~z x w u s r p p o o o    # - 6~>|F{MySxZvauhsqq{pnlkihfeeee$$#!|y(v1t:rAqHoOnVl]kdimhwfdca`^]\\\\%*))(%}"yxvro#m-k5i=hDfKeRc Yb aa i_!s]!\!Z"Y"W"V#U#T#T"T"T"+...-|+v(r&o#m! j"g#e$)c$1b%9`&A_&H]&O\'V[']Y'fX(pV(|T(S)Q)P)O)N)M)M)M(N(02221v0p-k+h)f( c(`)^*%\+.[+6Y,=X,DW-LU-ST-[S-cQ.nP.zN.L/K/I/H/H/G/G.G-H-4555{5r4k2f/b._-\.Z/X0"V0+U13S1:R2BQ2IP2PN3XM3aK3kJ3wH4G4E4C4B4B4B4B3B2B28888w8m7f6a3]2Y2W3 T4R5Q5(O60N68L7?K7FJ7NI8VG8_F8iD8uC8A9@9>9=9<9<8=7=7=6;;;;s;j:b9]7X6T7Q8 O9M9K:%J:-H;5G;<F=<=:=9=8=7=7<8;8;8:=>>|>o>f=^=X;S:O;L<I=G>F?"D?*C?2B@:A@A@@I>AQ=AZ@@@xAlAb@[@T?N?J@FADBBC@C?D'>D/:EF9EN8FX6Fb5Fn3F|1F0F.F-F-F-E.D.C.CCCCtChC_CWCPCHCDEAF>G nJnWnenvnmmllkjjZtZfZ\YSYHZ?]6`.c&gjmqt w wwww$x-x7xCxPx^xoxxwvuutt~_n_b^Y^M_Bb9e0h'lptw {~ &0;HWh|weid_cRdGgGNU[agmsz#.7@HOU[`fls{ '1:BIOU[`gmu~ !*3<CIPU[ahp~y|{yxvusssss   $.6>}D|KzQyWw]vdtlsuqonlkihhggg  |y(w0u8s @r Fp Lo Sm Yl aj ii rg ~f d b a ` ^]]]]{xxw sp"n+l3j;iBgIfOdVc]af`o^{\[YWVUTTTT""##"y!sonm jge'c/a7`>^E]K\RZZYbWlVwTRQONMLLMM&''({'r&l$h!fdb_]#[+Z3X:WAV HT OS WQ!_P!iN!tM!K"I"H"G"F#E#E"F"F!*++,v+m*f)b&_$]"[!X"V#T$(S$0R%7P%>O&EN&LL&TK'\I'fH'qF'E(C(A(@(?(?(?(@'@'-./}/q/h.a-]+Z(W'T' R(P)N)%M*,K*4J+;I+BH,IF,QE,ZD,dB-o@-}?-=-<-:-:-:-:-:,:,012y2m2d2]1X/U,Q,O- L-J.I/"G/*F01E08C0?B1GA1O@1W>1a=2m;2{928262524242515150345u5i5`5Y4T3P0L1I1G2E3C3B4'@4.?56>5==5D<6L:6U96_76k66x472717/7/7/6050504667r8f8]7V7P6K4G5D6A7 ?8>8<9$;9,:939::8:B6:J5:S4;]2;h0;v/;-;,;*;);*:*:+9,889|:n:c:Z:S:M:F8B:?;<< :<8=7=!6>)4>03>72??1?G0?P.?Z-@f+@t)@(@&@%@$@$?%>&=&=;<x=j=_=V=O=I=B=<>9?6A4A2B1B/C%.C--C4,D<+DD*DM(DX'Ec%Eq#E"E EEDDC B!A>?t@g@\@S@L@F@>A8C4E0F-G +H*H)H"(I)'I1%I9$IA#JJ"JU JaJoJJJJJIHGGBBpCcCXCPCICBD;E5G0I+K&M $N"N!O O%O,O5O=PGPQP]PkP|PPPPONMME{FkF_GUGMGFG?G7J1L+N&P SU VVV V'V0V9WBWMWYWhWyW W W V V U TSIvJgJ[JQJJJCJ;L3N,Q&T!VY\^ ^^^"^* ^3 ^= ^H ^T^b^s^^^]]\[[NpNbNWNNNGN>O6Q.T'W!Z]`c f gggg$g-g7gBgNg\gmgffeeddczRjS]RTRKRBS9U0X([!_beh kn ooopp'q0q;qHqVqfqyqpoonmmsXeWZWQVFWHRZbiou{ !,8CLT\ciou{ '2<FNV\chnt{!+6?HOV\agmsz %/8AHOU[afls{)2:BIOUZ`flt} #,4<CIOTZ`fnw~|{zxxxxx &.6=C~I}O|Uz[yawiuqt|rqonmlkkkk  | z(x0v8t>sDqJpPnVm]ldjmhwgedca`````| y x usp#n+l3j9i@gFfLeRcYba`j_t]\ZYWV V U U V vqnm m j g e &c .b 5` <_ B^ H\ O[ VY ^XhVsUSQPNMMMMMwoifddb_]![)Z1X8W>VETLSSQ[PeNpL}KIGFEEEEE!"|"q"h!b_\[Z WUT%R-Q4O;NBMHKPJXHbGmEzCB@?>=>>>#$%w&l&c%]$Y"VTS QNM"K)J1I7G>F EE MC UB _@!j?!w=!;!9!8"7"7"7"8!8!&')s)g)_)X(T&Q#O"L"J"H"G#E$&D$.B$4A%;@%C?%J=&S<&\:&g9&u7'5'4'2'1'1'2&2&3%)*},o,d-[,U+P*L(J&G'D' B(A(?)#>)+=)2<*9;*@9*H8+P6+Z5+e3+r1+0,.,,,+,,,,+-*-*,-y.k/`/X/Q.L.H,E+A+?, =,;-:.!9.(7./6/65/>4/E3/N10X00c.0p,0*0)0'0&0&0'/(/(..0v1h2]2U2N1H1D0@/<0:1 71625233%23,13304;/4C-4L,4V*5a)5n'5~%5#5"5!5!4"4#3#213r4e4Z5Q5K4E4@4:374452607/7.7"-8)+81*88)9@(9I&9S%9_#9l!:| :::9988746n7a7W7N7H7B7<75829/:,; *<)<(=&=&%=.$=5#>=">F >P>\?i?y???>>=<<7z8j9^:S:K:E:?:9:2<.>)@&A$B"B!B C#C*C2C:DCDMDYDgDwDDDDCBBA;v<f=Z=P=H=B=<=6>/@*B%D!FH IIII&I.J6J@JJJVJdJtJ J J J I H G G>q?b@V@M@E@?@9A2B+E&G!IKNPPPP!P)P1 P; QF QQ Q_ QoPPPPOONM}BkC]DRDJDCCGOW]ciou|"-7@IPW]chnu| &0:BJPV\agmt| *3;CIOUZ`fmt} $,5<CIOTZ_fmv~&.6=CINTY~`|gzoyzwutrrqpppq !})|0y7x=vCtIsNrTpZobmjktjhgeeddccd~{wurq#o+m2l8j>iDgIfOeVc]be`o_{]\[YYXXXY }v q om kige&c-a3`9_?]E\K[RZYXbWlUxSRQPONNNNtlgec c a^\![(Y/X5V;UBTHSOQVP _N iM vK I H G F E E E E xme_\ZZZ W U S $R +P 1O8N>MEKMJUH^GhEuCA@>====>rg_YUSRR PNL J'I.H4G;EBDICRA[?e>r<:8755667{ m!b!Z!TPMLKIGED$B*A1@8??=F<O:X9c7o5~320///00"w#i$^$V$P#K"H FEC A?>!<';.:59<7D6L4 V3 `1 m/ |-!,!*!)!)!)!* + "%s&e'['S'L&G%D$B!?!=! ;!9"8"6#%5#+4$23$92$A0$J/%S-%^+%k*%z(%&%$%#%#%$%%$%$%'o)b*W*O*I)D(@'=&:%7&5&4'2'1("0()/(0-)7,)?+)G))Q(*\&*i$*x#*!****) )!((|*l+_,T,L,F,A+<+8*5*2+0+ .,-,,,*-&)--(-4'.<&.E$.O#.Z!/g/v////..--+x-h.[/Q/I/C/>.9.4.0.-/+0 )1'1&1%2#$2*#21!39 3B3L3W3d4t44333321.t/e1X1N2F2@1;16111+3(4%5#6 !6 77 7'8.868?8I9U9b9q999888761p2a4U4K4D4=48434-5(7$9 :; <===#=+>3><>F>R>_>o> > > > = = < ;}4k6]7Q7H7A7;75707*9%; =?AC CCCD'D/D9 DC DN D[ DjD|DCCCCBAx8g9Y:N:E:>:8:3:-;'=!@BDFI J J J J#J+J4J>JIJVJeJwJJIIIHHr<b=U>J>B=<=6=/>)@#BEGJL O P QQQQ&Q/Q9QDRQR`QrQQQPPOOl@]AQAGA@@9@2A*C$FHKNQ SVW XXYZ!Z)Z3Z?ZLZZZlZYYXXWWeEXEMEED>D5E-G%JMPSV Y\^_ ` abcd#d-d8dEdTdfd{ccbaa`_JSJJICH9I/L'ORUY ]`cfhij k mnpq&q1p>pNp_psoonmllZOPNHM=N3Q)T X\` dhkortuwx z |}(5EVk~}|{zVTNSBT7V,Z"_ch mrvz} ,;MbzUYHZ;]/a$flr w} !1CWpNa@d3i'nu| %7LdFk9p+w +@XtӒҰ>y1# 3Kd )4?HPX^ekqw~ #.9BJRX^djpv} (2;DKQX]chov~"+4=DKQV\agnv %.6=DJOUZ`fnw'/7=CINTY`goz~|zyxwxxwu !)07}=|CzHyMwSvYtariqsomljihiiii|ywvt#s+q1o7n=lCkHjNhTg[eccmbx`_]]\\\\\xtpm kihf%e,c2b8`=_C^I\O[VZ^XhWsUTRQQQQQR ~ s l heca _]\!['Y-X3V9U?TESKQRPZOdMoL}JIHGGFGG ukc^[ Z Y WUSR#Q)O/N5M;LAJHIOHWFaEmCzB@?>===>|nd\VSQP P OMKI%H +G 1F 8D >C EB M@ U? _= k< y: 8 7 5 5 5 5 6 vi^VPMJIIH F D C!B(@.?5><=C;K:T8^6k4y21/---./qdYQLGDCBA @><;%:+82796@4H3Q1\0h.w,*('&'()}m`VNHC@>=;9865"3(2/160=.F-O+Y*f(t&$"! !"#yi!\"R"J"D!?!< 9854 20/.%-,+3*;)C'M&W$d"r  u"e#Y$O%G%A$<#8#5"3 0 .! ,!+!*"("#'")�%#8##A"$J!$U$a$p$$$$$$##"q$b&V'L'D'>'9&5&1%.$+%)%'&%&$'#' "''!(. (6(>(H)S)_)n))))((('%n'_(S)I*B);)6)2(.(*(&)$*"+ +,,,$-+-3-<-E.P.].l.~.. - - -,,|(j*[+P,F,?,9,4+/+++&,"./0 1112!2(20293C3N3[3i 3z 3 3222 1 1w+f-X.M/C/<.6.1.-.).#02356 7778$8,85 8? 8J 8W 8e8v8877766s.b0T1I1A19141/0+0%2 368:< = = = =! =)=1>;>F>R>a>r>===<<<m2]3P4F4>47423-3'4"68:=? A C DDDD$D-D6DADND\DmDDCCBBBh6X7L8C8;75606)7#9;=@B EGI IJKK K(K2K=LILWKhK}KJJIIIb:T;I;@;9:39,:%<?ADG ILOP P QRTT#T,T7TDTRTcTwTSRRQQ\?O?E?>>7=/>'@ CFIL ORTWXY Z[]^_&_1^=^L^]^q]]\[ZZVDKCCBFLRX]cipx &/7?EKQV\ahpy  (08>DJOUZahq{|{y "*18>CHNT~Z|azixsvusqpoooml ~}|$z+w1u7t=rBqHoMnSlZkbilgxfdba`aaa`|wrp nllk%i,g1f7d=cBbH`N_U]]\fZrYWVUTTTUUunifc a`_^ ]&[,Z2X7W=VCUISPRXQaOlNzLKJIIIIJtjc^[YW VTSR"Q(P-N3M8L>KEJLHTG]FhDuCA@@??@@ y l a Z U R PON LKJI#G)F/E4D:BAAH@P>Z=d<r:9876667 re[SNJH G G EDBA @%>+=1<7;>:E9N7W6b4p210/..-.}l_UNHDA@@ @ > < ; 9 "8 (7 .6 55 ;3 C2 L0 V/ a- o+ * ( ' % % & ' wg[QIC?<:998 7542%1,02/:-B,K*U(a&o$#! scWME@;85432 1/-,"+)*0(7'?&H$S"_ m~o_SJB<741/.,+)(' %&$-#4"= FQ]k|}k\P G ? 941-+)'% $"! #*2:DN[izzgY!M"D"<"6"2!.!* ' $"  !!!"!"'"/"8#A#L#X#g#x# # # # " " !vd"V#K$A$:$4$/#+#(#$# #$%& &&''%','5(?(J(V (d (t ( ('''&&q"`$S&H'?'7&1&-&)%%%"%'(*+ ,,,,",)-2 -; -F -R-`-p--,,,++m%]'O(E)<)5)/(+(''#'(*,.01 1 1 1 1&2.272B2N2\2l2211000h)X*L+A,9,2+-+)*%* +,.024 7 7777"7*838>8J8X8h8|776665c,T.H/>/6.0.+-'-"-/1357 :; <=>>>&>/>:>F>T>d>w>==<<;^0P1D2;241.0)/$02469 ; =@A B CDEF"F+F5FAFOF_FsEEDCCBX4K5A59524-3&4 58:= @ BEGHJ KLNOO%O/O<OJOZNmNMLKKJS9G9>97817)7!9<?B EHJMOQRT UWYZY)Y6YDYTXgXWVUTTN=C=<<5;,<$>ADH KNQTWY[]^` bdgg"f.f<fMe`ewdca`_IBAA:?0@&CFJN RVZ]`cegikmo ruwv&v5uFtYtosrponFF@E5F*H LQV Z_chkoruwy{} +<OfFK:L.O#SX^ diotx| !1D[v?R2U&Z`g mt{ &9Pj7\+ahp x.E_~ɞȾ/i#py #:Tr !+5>GNU[afms{ $.8@HNTZ_ekr{(19@GMSX^dks| !*2:@FLQV\cjs~}| #+29?DJOU[ckv~|zywrpo %,28}={CyHxNvTu[scqnozmljihgedc{xv utsr%p,n2l7j<iBhHfNeUc]bf`r^][ZYYYXXyqmif edcc a&`,^1\7[<ZBXHWOVWT`SlQyPONMMMMMukd`]ZX WVVU!S'R,Q1O7N=MCLJJRI[HfFsEDCBBBCCxjaZURPN M LKJI"H'G-E2D8C>BEAM?V>a=n;~:988899o b X Q LIGFD CBAA?#>)=.;4::9A8I7R6]4j3z210///0 x h \RKE A ? >=< ;:98 6%5+40372>1F/P.Z-g+w*)('''' rcVME@<97 6 6 54210"/(..-4+<*D)N'Y&e$u#"  m^RHA;74200 0 / - , * ) %( +' 2& :$ C# M! X e u       {iZNE=830-+**) (&%$##)!1 9BLXfvweWKB:40,)'&%# "!  '.6@JVdt  saSH?72-)&$"  $+4=HTbr       o^PE<5/*&#! ")1;E Q ^ m k[MB:2-($! !!!!"& ". "7 "A "M"Z"i"|""!! gWJ!@!7"0!*!& "  !#$& & & & &"&*'3'='I'V'f'y'&&%%$c T"G#=$4$.#(#$"!"!"#$&( * ++++,',0,:,E,S,c,v,++**)_#P%D&:&2&+&&%#$$$%')+ -/ 00111#2,262B2O2_2r1100//Z'L(@)7)/))(%'!&'(*,. 024 5 6788 8(829=9K9[8n877655U*H,=,4,-+(*$)*+-/ 1 468:; = >@@@$@.@9@G@V@i@?>=<<P/C/9/2/,-', -/13 6 8;=@ACE FHJJJ(J4IBIQIdH{HGFEDJ3?36301*0#1358 ;>ACFHJLNO QTUU"T.T<TKS^StRQPONE7<756/4&57:= ADHJMPSUWX[] _bbb'b4aE`W`m_]\ZYA<:;49*:!<@C GKOSVY\_acegjm psr r-q=pOoenmkih?@9>.?$BFJ OTX]aehknqsux{~ $4F]v~|z?D3E(HLR W]chmqvz~ )<Rl8K,N SY `gntz 0F`~1U$[aiqy %;TqȒų)biq{ /Ie&0:BIPV\bhov  *3;CIOU[`gnv #,4;BHNSY_fnw~%-4;AFLQW^eny|vsr &-4:?EJPV^f~q|}ywusrnige  }&z-w3u8t>rCpIoOmVl^jhhugedba`\[Z~xsom lkkj h&f,e2c7b<`B_H]O\WZaYmW{VUSRRPOOxngc`]\ [[[Z!X&V,T1S6R<QBOINQM[KfJtIHGFFEEExlb[VSQOO NNML!J&I,H1G7E=DDCLBU@`?n>~=<;;;;<~naXQLIGED CCCB@"?'>,=2;8:?9G8P7[5h4x3211123vfYPIC@><;: :9976#5(4.342;0C/L.W-d,s+*))))*n_ S J B = 9 6543 2110/.$,*+0*7)?(I'T&`$o#"!!!!"{ h Z NE=8 3 0 . - -, +*)('!&'%-$4#="F!Q]lu dUJ@93/,)' ' ' & %$"! $+2:DO\k}q_QF=60+(%#"! !     " ) 1 9 C O \ k ~  m\NC:2-(%"  !(09DP] k |  iXK@70*&" %.7 @ K X gxeUH=4-(#   " ) 2 <GTcuaRE;2+%!   &/8DQ`r^OB8/)#     !#!+!5!@!N!]!o! ZK?5-'" ! " # $%%& &(&2&=&J&Z&l&%%$##UG ;N;`:w98765G);*2*+)%'!&'(*, /1468;=?A CEEE!E,D9DHD[CqBA@?>B-8./-)+$**,. 1 47:<?ADFHJL NPPP'O4OCOUNjMLJIH>251./). .137 :=@DGILOQSUXZ ]_^ ^,]<\N[cZ~XWUT:634-2$369=AEILPSVY[]`behk oon%m4mFk[juhfdb8927(9;?DIMRVZ^behkmpsvy} ,>~T~k{zwu8=,>"AFKQW\bfkotx{~ !3Ib1D%HMSZahnty (>Vs*OT[ bjs{2KfƇ©"[b kt}'?[z ",5=ELRX^djrz %.7>EKPV\bjr|'/7=DIOU[ais{vt  (/6<BGMSYaju|smjh !(/5:@E~K|RzYxbvltyrqomle`^\|zx wxwt!r'p-n3l8k>iDhJfQdZcdap_^]\[WTRQtnjfec ccca!_'],\2Z7Y=WCVKUSS\RhPwONMLKIGG|ne^YWUTS STRQ!O&N+L1K7J=IDGLFVDaCpBA@??>=>ocYQMJHGG FFGED!B&A+@1>7=><G:P9[8i7z6554445teXOHC?=<<; ;;:97!6&5,42391A0K/V.c-s,,++++,l]QH@;74322 2 110/-",(+.*5)=(F'Q&^%n$##""#$weVKB:50-,+*) ))('&%$$*#1"9!C NZi|p_Q F = 5 0 + ( %$## " "!  &.6?JWfxk[ M B 9 1 , ' # !     #+3<GTcug W I>5.($           ! ( 0 : E R a s      c SF;2+%!        ' / 9 E Q ` q      _PC8/(#      $ , 6AN]o\M@6-&!      !)3>KZlXI=3+$     '0;HXjUF:0("     $-8FUg}QC7.&         !!*!5!B!R d zM?4+$  !# %&&&'''2'?&N&`&w%$#"!H<1("  !#%') , ....#...;.J-\-r,+*)(D 8!.!&!  !#%'),.03 5 6666)666E5W5m4210/?$4$+$$#!  !# %(*-/2479;> @AA@%@1@@?R>g=<:98:(0()'#%#$%( *-0368;>@BEGJ MMLL+K:JLIaH|GECB6,-+')#'(*- 037:=@CFHKMPSVY [[Z%Y4XFWZUtTRPO30,.',-/2 6:?BFILORUXZ]`cgk lkk,i=gRfjda_]13,1"259 =BGLPTX[_behknquy} $~5|I{axvsp16&8;@ EKQV[`einrvy|~+@Ys+> AG MT[ahnsy~!5Mi#HNT\dmu| )A\|U\enw6Qn߱  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~mft1!  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C"K2TE]Zdqjo˸r±twĴ{ͫԢۙᙚᙚᙚᙚᙚᙚᙚᙚᙚᙚᙚᙚᙚᙚᙚᙚ%0:C"K1TE\[cqimɿpruëxʢ|љؐݐݐݐݐݐݐݐݐݐݐݐݐݐݐݐݐ%0:C"K1SE[[argknqsvȚyΒ~ԉ؉؉؉؉؉؉؉؉؉؉؉؉؉؉؉؉%0:C!K1RDZZ`rejmprtĔwʋ{τԄԄԄԄԄԄԄԄԄԄԄԄԄԄԄԄ%0:B!J0RDXZ^rdiloprvƆz%09B J/QCWZ\qdiknoqtx{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}$0 9BJ/PBUY[pchkmoqt}ww|w|w|w|w|w|w|w|w|w|w|w|w|w|w|w|w|$0 9BJ-O@SY[ocgjmoqszwt{t{t{t{t{t{t{t{t{t{t{t{t{t{t{t{t{$/ 8AI+M@RXZmbgjmoq{tvwq{q{q{q{q{q{q{q{q{q{q{q{q{q{q{q{q{$/ 8AI(L@QWYkazgknp}sxusxn|n|n|n|n|n|n|n|n|n|n|n|n|n|n|n|n|$/ 8AF(LAPUXfatg~korzuuxq{l~l~l~l~l~l~l~l~l~l~l~l~l~l~l~l~l~#- 6 =F*K@OQX`akhtm{qytuxr{n~kւkւkւkւkւkւkւkւkւkւkւkւkւkւkւkւkւ#,/;E+I=NLWXaaiionytruwuqzwn}yk{i|i|i|i|i|i|i|i|i|i|i|i|i|i|i|i|i|""':B*F9MEVObV~j\wp`sucoxem|gjhhjfkfkfkfkfkfkfkfkfkfkfkfkfkfkfkfkfk& :>'D3K=UE|aKujOppRluTjyVh|WfXdZc[c[c[c[c[c[c[c[c[c[c[c[c[c[c[c[c[ & 6;#A,J4xS:q_?liChoEetGcwHb{Ia~J_J^K^K^K^K^K^K^K^K^K^K^K^K^K^K^K^K^K"- 8AI+S<]Ofcowuؤ{Λȓŷ˴}ϮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮy"- 8AI+S<]Ofcowuؤ{Λȓŷ˴}ϮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮy"- 8AI+S<]Ofcowuؤ{Λȓŷ˴}ϮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮy"- 8AI+S<]Ofcowuؤ{Λȓŷ˴}ϮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮy"- 8AI+S<]Ofcowuؤ{Λȓŷ˴}ϮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮy"- 8AI+S<]Ofcowuؤ{Λȓŷ˴}ϮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮy"- 8AI+S<]Ofcowuؤ{Λȓŷ˴}ϮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮy"- 8AI+S<]Ofcowuؤ{Λȓŷ˴}ϮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮy"- 8AI+S<]Ofcowuؤ{Λȓŷ˴}ϮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮy"- 8AI+S<]Ofcowuؤ{Λȓŷ˴}ϮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮy"- 8AI+S<]Ofcowuؤ{Λȓŷ˴}ϮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮy"- 8AI+S<]Ofcowuؤ{Λȓŷ˴}ϮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮy"- 8AI+S<]Ofcowuؤ{Λȓŷ˴}ϮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮy"- 8@I+R<\Oedmxsըy̟}ŗŶ̲ү֧~ӧ~ӧ~ӧ~ӧ~ӧ~ӧ~ӧ~ӧ~ӧ~ӧ~ӧ~ӧ~ӧ~ӧ~"- 7@I+R<[Pddlyrӭwʤzœ~÷ʲҮئڡաաաաաաաաաաաաաա"- 7@H+QG(N9TNYe`{fjmoruxz}tqqqqqqqqqqqqqqq!, 5>G'M8RLWd_zfjloqt|wv|qnnnnnnnnnnnnnnn!, 5>F%M6OLUc_xeiloq~txws{nkkkkkkkkkkkkkkk!, 5>F"K4OLTb^tdimorzttxp{khhhhhhhhhhhhhhh!+ 4 =EI5NLS_]pd}inq{tvwqym}iŁfąfąfąfąfąfąfąfąfąfąfąfąfąfąfą *3 <BI5MJR[]ietj}o|swwszo}lрhЄeχeχeχeχeχeχeχeχeχeχeχeχeχeχeχ )13 B!H5LFQU]`ejlq}qvwvzsy}o|l߀iރg݇e܉e܉e܉e܉e܉e܉e܉e܉e܉e܉e܉e܉e܉e܉e܉%"2A"E3JAQM]Vf^}ndvshrxkn|mlojpgresctctctctctctctctctctctctctctct1>"B/H:PD\K{gQtnVosYlx[i|]g^f_d`baababababababababababababababab 2:?*F3O:x[@qfElmHhsJfwLd{MbNaO`P^Q^Q^Q^Q^Q^Q^Q^Q^Q^Q^Q^Q^Q^Q^Q^Q  05<$|D+sM1lX5gc9ck;aq=_u>]y?\|@[AZAYBXBXBXBXBXBXBXBXBXBXBXBXBXBXBXB+ 6>G&Q4[EeWohxyےԋυˀ|yvtqooooooooooooo+ 6>G&Q4[EeWohxyےԋυˀ|yvtqooooooooooooo+ 6>G&Q4[EeWohxyےԋυˀ|yvtqooooooooooooo+ 6>G&Q4[EeWohxyےԋυˀ|yvtqooooooooooooo+ 6>G&Q4[EeWohxyےԋυˀ|yvtqooooooooooooo+ 6>G&Q4[EeWohxyےԋυˀ|yvtqooooooooooooo+ 6>G&Q4[EeWohxyےԋυˀ|yvtqooooooooooooo+ 6>G&Q4[EeWohxyےԋυˀ|yvtqooooooooooooo+ 6>G&Q4[EeWohxyےԋυˀ|yvtqooooooooooooo+ 6>G&Q4[EeWohxyےԋυˀ|yvtqooooooooooooo+ 6>F%P4ZEdWmiw{}ٖюˈǂ~zwuµqórrrrrrrrrrrrr* 5=F%O4YFcXlku}ߣ{՛͒Nj…|ùyǵvʭuƫvīvīvīvīvīvīvīvīvīvīvīvīv* 4=F%N4XFaYjlsݨxӟ~ʖĎŷ˴|ϫxϥyȤyƤyƤyƤyƤyƤyƤyƤyƤyƤyƤyƤyƤy* 4=E%N4WF`YimqܬvФ{Țŷ˴βѤ|џ}ʞ}Ȟ}Ȟ}Ȟ}Ȟ}Ȟ}Ȟ}Ȟ}Ȟ}Ȟ}Ȟ}Ȟ}Ȟ}* 4<E$M4WF_YgnoڱtϨyş}Ƶ˯ϪҞә̘ʘʘʘʘʘʘʘʘʘʘʘʘ* 4<E$M3VF^Zfomٶsͭwĥ{Ʈ̨ϢҙӔ͓˓˓˓˓˓˓˓˓˓˓˓˓* 3<E$L3UF]Zeolػq̲uí|ƨˡЛӔԏΏˏˏˏˏˏˏˏˏˏˏˏˏ* 3<D#L3UE\ZdojoʹtzƢ˛ϕҏԊΊ̊̊̊̊̊̊̊̊̊̊̊̊* 3<D#L2TE\Zbphmżsx}ŝ˕ϏҋӆΆ̆̆̆̆̆̆̆̆̆̆̆̆) 3;D#L2SEZZ`pflqw|ŗʐΊхҁ΁́́́́́́́́́́́́) 3;D"K1RDYY_pdjoty}Ðȉ̃~}|||||||||||||) 2;D!K1QCWY]ocimptx†}ƀzvvwwwwwwwwwwwww) 2;C K/PBVW[nchlnqt~xw|rmmnnnnnnnnnnnnn) 2:CJ.O@RWZmbgknqtywt{njgfffffffffffff) 1 :BJ+L?QVYka|gknq{tuxp{lhdccccccccccccc(0 9BG(L@QUXhawglo~sxvryn|ifbaaaaaaaaaaaaa'/ 8 AF*L@PSWcapg{mqzutyp|lh̃dˈaʍ`ɏ`ɏ`ɏ`ɏ`ɏ`ɏ`ɏ`ɏ`ɏ`ɏ`ɏ`ɏ`ɏ&-4<F+J>OOW\ahhqnx{s}uxq{mjڃgنd׋a֐`Ց`Ց`Ց`Ց`Ց`Ց`Ց`Ց`Ց`Ց`Ց`Ց`Ց#&)<D+H;MIWTa]je|pjvvnqzqm~tkvhwfycza|`|`|`|`|`|`|`|`|`|`|`|`|`|( ;A)F6LAVKaR{kWtq\ov_l{aicgdefcgah_i_j_j_j_j_j_j_j_j_j_j_j_j_j ) 9>&D0K9T@xaFrjJlpMivPf{QdScTaU`V^W]X\X\X\X\X\X\X\X\X\X\X\X\X\X )4:!A)zI0rR6l^:hh=do@atA_yC^}D]E\E[FZGXGXHXHXHXHXHXHXHXHXHXHXHXHXH* 06w>"nG(fP,aZ/]d1[l3Yq5Xu6Vy6V|7U7T8S9R9R9R9R9R9R9R9R9R9R9R9R9R9R9) 5;D!N-YFI3NIT]\nc}imq{usxn|ieb_^^^^^^^^^^^^$,4 =BI3NHRZ[icvio~swwq{lhʃdɈaǎ^ƕ\ƛ\ƛ\ƛ\ƛ\ƛ\ƛ\ƛ\ƛ\ƛ\ƛ\ƛ\ƛ#*25 BH4LFQU[bdmkvp}yuszn~kׂgՆdԋaӐ^і\ћ\ћ\ћ\ћ\ћ\ћ\ћ\ћ\ћ\ћ\ћ\ћ!&%3B!G3KBPO[Zecljzrptxto|wlzh|f}c`^ߖ\ޚ\ޚ\ޚ\ޚ\ޚ\ޚ\ޚ\ޚ\ޚ\ޚ\ޚ\ޚ3@"D0I=PH[PeWzm]tsaoydk~ghifjdlbm`n]p\q\q\q\q\q\q\q\q\q\q\q\q 3< B,H6O?ZFxeKqmOlsRiyUf~WdXbYaZ_[^\\][^[^[^[^[^[^[^[^[^[^[^[^  39?&F.zN5sX:mc?ilBerDbwF`|G_H]I\J[KZLXMWMWMWMWMWMWMWMWMWMWMWMWM! .4; vC'mL,fT0b`3^i5\o7Zt8Yy9X}:W;V;UR>R>R>R>R>R>R>R>R>R>R>" )~0s8i@bI#[Q&WZ(Ub*Ri+Qo,Ps-Ow.Nz.N}/M/L0K0K0K0K0K0K0K0K0K0K0K0K0K0(4:BK'W4bBmOx\gq삓y|xtqomlk˜i̚e˛e˛e˛e˛e˛e˛e˛e˛e˛e˛e˛(4:BK'W4bBmOx\gq삓y|xtqomlk˜i̚e˛e˛e˛e˛e˛e˛e˛e˛e˛e˛e˛(4:BK'W4bBmOx\gq삓y|xtqomlk˜i̚e˛e˛e˛e˛e˛e˛e˛e˛e˛e˛e˛(4:BK'W4bBmOx\gq삓y|xtqomlk˜i̚e˛e˛e˛e˛e˛e˛e˛e˛e˛e˛e˛(4:BK'W4bBmOx\gq삓y|xtqomlk˜i̚e˛e˛e˛e˛e˛e˛e˛e˛e˛e˛e˛(4:BK'W4bBmOx\gq삓y|xtqomlk˜i̚e˛e˛e˛e˛e˛e˛e˛e˛e˛e˛e˛(39BK'V4aBmPw]hr냒{}xtronlk›iʜfʜfʜfʜfʜfʜfʜfʜfʜfʜfʜfʜ'28AJ'T4_CjQt_~l펈x燏―{wtqomlægæiǡiǡiǡiǡiǡiǡiǡiǡiǡiǡiǡ'1 7@I'S4]ChSrb|pꔅ}㋋݄~zuromikmĥmĥmĥmĥmĥmĥmĥmĥmĥmĥmĥ'0 7@H&R4\DfTpdys瘂ߏوҁ{vspmknppppppppppp&0 6?H&Q4[DdUnewvܔԌ΄}xutpoqsssssssssss&/ 6?G&P4YDcUlgux|٘ѐʇł|ztrtvvvvvvvvvvv&. 6>G%O4XDaVjhszz͔֝ƍ}yvxyyyyyyyyyyy&. 5>F%N3WD`Vhip{ުwП|Ǘ~y{}}}}}}}}}}}&- 5>F$M3VD_Vgin}֬sʣz~&- 5=F$M3UD]Vej߸k~ЯqŦx~%, 5=E#L2TC\Vcjڻi~̲pv|‹Š%, 4=E#L2SC[VajԿh~Ƕntz†„%, 4<D"K1RBYU`jf}¹lrx~€%, 4<D!K0QAXT^ie|kpv|}{yzzzzzzzzzzz%+ 3<D J.P?VS]hc{iotzzwtsttttttttttt$+ 3 ;CJ,O=UQ[gbzgmrx~ytpnmnnnnnnnnnnn$*2 :BI)L;SQZe`xfkpv|xrmjgghhhhhhhhhhh#)1 :BG%K;QPYc_tejosuxn}iea__bbbbbbbbbbb!(08 @E&K;OOW`_of|lqzuszlgDŽcƊ_đ\ęZäZİZİZİZİZİZİZİZİZİZİZİ &.3<E(J;NLV[_hgsm|~rvxp}kԂf҇cь_ϒ\ΙY΢XͫXͫXͫXͫXͫXͫXͫXͫXͫXͫXͫ#&);D)I:MHUU_`hhopxuurzym}ie߉bݎ_ܓ]ۙZڡX٨X٨X٨X٨X٨X٨X٨X٨X٨X٨X٨) ;C(G6LCUM_Vi]ypbsvgn|jjmgodqar_t]uZwXxXxXxXxXxXxXxXxXxXxXx ) ;@&E2KG"R-]:iGtS~_ir}yxtpmkjiȓfϕdѓeԎeԎeԎeԎeԎeԎeԎeԎeԎeԎ&0 5=F!P-[;fHqV|bmw耕zuromkiɞeɞg͘iѓiѓiѓiѓiѓiѓiѓiѓiѓiѓ&/ 4=F!O-Z;dIoXyeqꋌ|䃒}xtpmkf§hƢj˛lΖlΖlΖlΖlΖlΖlΖlΖlΖlΖ&. 4<E M-X;bJlYvhu珉ڀzupmkhkæmȟo̙o̙o̙o̙o̙o̙o̙o̙o̙o̙%- 3<D L-W;`KjZtj~y䓆܋Ճ|wtspknpƢrʜrʜrʜrʜrʜrʜrʜrʜrʜrʜ%, 3;DK,U;_Kh\qlz|ߗՎͅǀ{xvupqtĤuɞuɞuɞuɞuɞuɞuɞuɞuɞuɞ%+ 2;CK,T;]Kf\onvՙ}̑Ŋ|zytuwæyǠyǠyǠyǠyǠyǠyǠyǠyǠyǠ%* 2:BJ+S;\Kd]loۥsΝzŕ~}zy{|Ƣ|Ƣ|Ƣ|Ƣ|Ƣ|Ƣ|Ƣ|Ƣ|Ƣ|Ƣ%* 1 :BJ+R:ZKb^jpөpȠw~}ţţţţţţţţţţ$) 1 9BI*P:YKa^ܵgqάoäu|ĥĥĥĥĥĥĥĥĥĥ$) 1 9AI)O9WJ_]ֹfpɰmszææææææææææ$) 0 9AH(N8VJ^]Ѽeoijkqw~ææææææææææ$(0 8@H'N7UH\\̿coipu{~{}}§}§}§}§}§}§}§}§}§}§$(/ 8@G&M5TF[[bnh~nsz~zxuwx§x§x§x§x§x§x§x§x§x§#'/ 7?F#L2REYZ`lf|lrx~}xtqopr§r§r§r§r§r§r§r§r§r§"'. 6>F K.PDXX^kezjpu|}vqmjijkækækækækækækækækækæ &-5 =DH-OBVV]hcxhnt}zvpkgecdeŤeŤeŤeŤeŤeŤeŤeŤeŤeŤ%,3 <@H.MBUT[eatfl~rvyoƁjʼneŒbĝ_ħ]Ĵ^Ĥ_Ƞ_Ƞ_Ƞ_Ƞ_Ƞ_Ƞ_Ƞ_Ƞ_Ƞ_Ƞ#)14 AG.LASRZaanhynzur|k҂eψ`͏\̗ZˠX˫W˺Y̙Y̙Y̙Y̙Y̙Y̙Y̙Y̙Y̙Y̙ %$2 @G/K?QNZZbejn}ruux{o~i݄dۊ`ّ]ؘZ֠X֨VմTTTTTTTTTT1@E.JC+H7OAYI}cPwmVptZkz^hadcae_g]hZiXkVlTmTmTmTmTmTmTmTmTmTm 2;A'G1N9zX?sbEnlIisLfzOcQ`S^T\UZWYXWYUZT[T[T[T[T[T[T[T[T[T[Ϳ!17>"}E)uM0nU5i`9ej_w@\~BZCYDWEVFUGSHRIQJQJQJQJQJQJQJQJQJQJϸ#-3y;pC"iJ'bR*]\-Ze0Xm1Vs3Ty4S~5R6P7O8N8M9L:K:K:K:K:K:K:K:K:K:K:"( v/m7e?^GXN!TW#Q_%Ne&Ml'Kq(Jv)I{*H*G+F+E,D,C-C-C-C-C-C-C-C-C-C-t# i*`2Y:SBNIKQHXF]DcCgAl@p?t >x =| qJ}U^g{nvsrxo}ligƆeψb׊aوb݂ccccccccc}y&|. 2:CL'X3c?nLzWbk~syztpljhƏfђbђdՌeۆf݂f݂f݂f݂f݂f݂f݂f݂f݂}z&, 1 :BK&V3a@lMvZfp삔y{uqmkișd˛eΗgґh؊iۆiۆiۆiۆiۆiۆiۆiۆiۆ~{&+ 1 9BJ&T3_AiOs]~j쌈u煑~xrmlkŠgǠh˛jДlՍlىlىlىlىlىlىlىlىlى~{%* 0 8AI&R3]AgPq_{m參zއ~xtqonkţkȟm͘oґp֌p֌p֌p֌p֌p֌p֌p֌p֌|%)/ 8@H%Q2[AdQnavpܑ~҉˂}xusrpæoƢq˛sГtԎtԎtԎtԎtԎtԎtԎtԎtԎ|%(/ 7?G$O2YAbRkbޞrsҕzʍÇ}ywvvsåuɞwϖwґwґwґwґwґwґwґwґwґ}%'. 6?G#N1WA`Rhd֢pt̙wÒ~{zywyǠz͘{ѓ{ѓ{ѓ{ѓ{ѓ{ѓ{ѓ{ѓ{ѓ~$&. 6>F#M0V@^RݮfdХnsƝu|~}{}Ƣ~̙ДДДДДДДДД~$&- 5=E"L0T@]Qײdc˩lsszŤ˛ϕϕϕϕϕϕϕϕϕ$%- 5=E!K.R?[Qѵccƭjrqw~ĥʜΗΗΗΗΗΗΗΗΗ#%, 4 <DK-Q=ZP͸abhqo~u|æɝ͘͘͘͘͘͘͘͘͘"$,3 <CJ+Q;XOȼ`agpm}sy|zzæ{ɞ|͘|͘|͘|͘|͘|͘|͘|͘|͘!$+3 ;BI(O9WN^`eok|qx~}xussæuɞv͙v͙v͙v͙v͙v͙v͙v͙v͙ #*2 :AH%M8UL]^cnj{ov|{vqnlmæoɞp͘p͘p͘p͘p͘p͘p͘p͘p͘")08@F K6TK[\blhxnsz{uokhffŤhʜi͗i͗i͗i͗i͗i͗i͗i͗i͗!'/6 >CJ4RHZZ`ifvlr{xtnieb`_Ša̚bϕbϕbϕbϕbϕbϕbϕbϕbϕ %+18C I3QFXW^edrj||ptwn~hÇc_\[³ZŚ[ϕ\ґ\ґ\ґ\ґ\ґ\ґ\ґ\ґ\ґ!"%7C"H3ODVS]`ck~juup}nwgbЇ^БZМXЧVеUǑVԎV֋V֋V֋V֋V֋V֋V֋V֋V֋&7B#G2L@UM]Xeaylirtol|tgxb{^~[XߧUޱS޾R҃Q܂Q܂Q܂Q܂Q܂Q܂Q܂Q܂Q܂ &8@"F0K!D,J5S>y]ErfJmoNhvRd~UaW_Z\[Z]W^U`SaRaPbPbPbPbPbPbPbPbPb ָ ) 5;B&}I.uQ4o[:ie>enAbuD_|F\HZIXKVLUMSNQOPPOQOQOQOQOQOQOQOQOQگƼ+ 18y@ pG&iO+cX/_b2\k4Zr6Xx8V9T;RN>M?K@JAJAJAJAJAJAJAJAJAȵ & -u5l=eD^L"XT%U]'Re)Pl*Ns+My,L-J.I/H0G0E1D2C2C2C2C2C2C2C2C2C2 }!r( h0`8Z@THOOLWI]Gc Ei Do!Bt"Az"@#?$>$=%<%;&;&;&;&;&;&;&;&;&znd# \+ U3O;IBFIBO@U>Z<_;d9h8m7r6w5|43222222222pl)i3 r7 y>}GQ!~_)|m2y{9v@sEpJnNkQiShUfWcYa[_\^]\^[_Y`Y_Y_Y_Y_Y_Y_Y_Y_pl)i3 r7 y>}GQ!~_)|m2y{9v@sEpJnNkQiShUfWcYa[_\^]\^[_Y`Y_Y_Y_Y_Y_Y_Y_Y_pl)i3 r7 y>}GQ!~_)|m2y{9v@sEpJnNkQiShUfWcYa[_\^]\^[_Y`Y_Y_Y_Y_Y_Y_Y_Y_pl(k1 u6 {<FP!^*~k3{x;xBuHrMpQmTkWiZg\e^b_`a^b\c[dZdZbZbZbZbZbZbZbZbqm(n0 x4 ;DN![+h4u=|EyLvRrVoZm^jahcfecgai_k]l[m\h\g\g\g\g\g\g\g\grn(q. {2 :CL!Y+e5r?~H|PyVu\r`ndlhikgmdpar_s\t\q^l^k^k^k^k^k^k^k^kso't-~1 9BK!V+c6oA{KS|[xatgpkmojshvexbz_|]{_v`p`n`n`n`n`n`n`n`ntp'v+/ 8@I!T,`7lCwMW`zgvnrsnxk|hf͂b؄_܅`azctcrcrcrcrcrcrcrcrtp&y*. 7?H R,^8iDtP[e}nwur|njgeʍbԎb؊c܄e~fxfvfvfvfvfvfvfvfvuq&|(- 6>G P+[8fEpR{_ꅅj~tx}rmjhhÑgђeԏgىh݂i|jyjyjyjyjyjyjyjyvr&', 5=FN+Y8cFmTwboڀ{zuqnlkk˕iДkՍlۆmm|m|m|m|m|m|m|m|vs%&, 4<DL*W8aGjVre،{sυ|zvspooĘm͘oӐp؉qނqqqqqqqqwt%%+ 3 ;CK)T8^GgWڙogϑxsNJ}zwtsrr˚sГt֌u܄uށuށuށuށuށuށuށuށxv$#*2 :BJ(R7\GޥdXѝmfȕus|}{ywvwʜwϖxԎxۆx݃x݃x݃x݃x݃x݃x݃x݃xx##*1 :BI'P6ZFةcW̡kfšrrz|}{{{ƞ{͘|Ӑ|و|܅|܅|܅|܅|܅|܅|܅|܅yz"")1 9AH&O4ߴYEҭaVǥieprw|~ž̚Ғ؉ۆۆۆۆۆۆۆۆy{!"(0 8@G$N3۸WDͰ`V©gdnqu{|˛ѓ؊ڇڇڇڇڇڇڇڇz} !(/ 7?F"N0ռVCȴ^Ufclps{z~~ʜД֋ووووووووz!'.6 >EL/пTBķ]Sdbjoqzw~}zxwʝyϕy֌y؉y؉y؉y؉y؉y؉y؉y؉{ &-5 =DI.SA[Rbainoxu|{wsqpȝrϕsՌt؉t؉t؉t؉t؉t؉t؉t؉|%,3 ;BH,R@ZQa_glmwtzzupljiślДm֌m؉m؉m؉m؉m؉m؉m؉m؉}#)18 :F*P>XO_]ejktq}xztnifcbØeѓf֋gىgىgىgىgىgىgىgى~!&,19D(N;VL]Zcgiqoyzvs}mhc`^\”^Ӑ_ى`چ`چ`چ`چ`چ`چ`چ`چ  ,;D%L8TI[Wachl{nusu{l|gb^ZXWX׋Y܅Y݃Y݃Y݃Y݃Y݃Y݃Y݃Y݃,;D%K5RDYR`]|fftmnlttf|yaͅ}\̎Y̙V̥T̳SąS݃S~T}T}T}T}T}T}T}T} , <C%H3P@YK~`Tvh\oobhwhcl^ވpZޑsWޛuTާwRߴxPxOxOuOtOtOtOtOtOtOtOt۸ - ;A$G/N:~XCwaJpiPjqUeyYa\]_ZaWcUeRfQgOhNhMhMhMhMhMhMhMhMh ݮ̼ / 9?!F*|M2uW9n`?iiCdqGayJ]LZOXQVRSTQUPVNWMWLWLWLWLWLWLWLWLWδ / 6=xD$pL*jT/e^3ag7]o9ZvV?SAQBPCNEMEKFJGIGIGIGIGIGIGIGIGѮ"+ ~2u:lBeI"_Q%ZZ(Wc+Tk-Rr/Py0O1M2K4J5H5G6F7D8D8D8D8D8D8D8D8D8{' q.h6a>ZFUMQUN] Kd"Ik#Gq$Fx%D&C'A(@(?)=)<*<*<*<*<*<*<*<*<*wm"d* \2U9PAKHHOEVB\@a>guEqKoPlTjXh[f]d`ab^c\e[fZc[`][][][][][][][][ie(n+x. 6?HS%`/l8|yAxItPqVnZk_hbfedhbk_m]n[m\h^d________________jf(q){, 5 >GP%]/i:uD|MxUs\oblgikfocrau`w\x^r_m`hbcbcbcbcbcbcbcbckg't'+3 <EN%Z0f;qF|Q|Zvbqilphudzb~aa_~awbrcmdgdgdgdgdgdgdgdglj&w&*2 ;CL$W0bF M-X<٠aL͘jYőreznv}}ywuttƏu֋v݃v|vtvtvtvtvtvtvtvtou%-5 =EL+߫W;Ҥ_KȜhYodwnv}~{yxxzՍzۅz~zvzvzvzvzvzvzvzvpv%,4 <CK)گU:ͨ^J fXmdun|v}~}}ӏ~ڇ~~w~w~w~w~w~w~w~wpx$+2 :BJ'ԳS9ȫ\IdWkcrmyu|Αو߁yxxxxxxxqz#)1 9@ݼH%϶R8ï[HbVjbplwu~||{ˑ|؉}ނ}z}y}y}y}y}y}y}yq|"(/7 ?F$ʺP7YGaUhankut|{|xvtȑv؊w݂wzwzwzwzwzwzwzwzr &-5 <D#ŽO5XF_Tf`mjsszzzuromŐp؊p݃q{q{q{q{q{q{q{q{s$*15B!M4VD^Rd^khqqxx~ytokhgŽi؊j݂k{k{k{k{k{k{k{k{t %*2 AL1TB\Pb\ifonvuy}{smheb`bوcށezezezezezezezezv0 ?J/R?ZMaXgbmkytqr{wl|gb^\Z[ڄ]^x^x^x^x^x^x^x^xz / =H,P;XI_Te^ylfrrlkzrfvaz\}YWUUVzXuXtXtXtXtXtXtXt 1 =F'N7VD]OzdXrj_kreeyj`ɂo[ɋrWȖuTȢwRȯxQxPwQsRoRoRoRoRoRoRoRo ߮м 1 =D&L3T>{\GscOkjVer\`z`[كdWٌgSٗjP٣lNٱmMmLlMjNgNgNgNgNgNgNgNg Ѵſ"3;B$I.{S6s\>ldDglIbtM^|QZTVVSYQZN\M\L]K]J\J\J\J\J\J\J\J\Ԭŷ$2:A xH'pP.jZ4ec8`k<]t?Y|BWDTFQHOJMKKLJMIMHMHMHMHMHMHMHMHMڣDZ'/ }7t?lG fN%`W)\`-Yi0Vq2Sx4Q6O7M9K:I;HD>D>D>D>D>D>D>ˬ$z, p4h<aD[KVS S["Pc$Mk&Ks'Iz)H*F+D,B-A.@.?/>0>0>0>0>0>0>0>0 v l( d0 ]8W@QGMNJVG\DcBi@p?x=; :!8"7"6#5#5#5#5#5#5#5#5#} rh_#X+ Q3 L: GACH@N=T;Z9_7e5k3r1z/.,+********xn cZRK$F,A3 <: 9@ 5E 2J 0P .T,Y*^(d&j%q#x" \"W-X3_6 c= eFfPe^dn"a|'_+^.\1[3Z5Y6X7X9W9V:U;TU>T?S?R@R@R>R>R>R>R>R>R>]!X,\0d3 h: kClNlZjj$gx)d.b2a6_8^:]<\>[?ZAYBWCVDUDTETETDTBTBTBTBTBTBTB^!Y,_.f2 l8 oAoLqWng%ku+h0e5d9b<`>_A^B]D\FZGYHWIVJUJUJVGVEVEVEVEVEVEVE^!Y+b-j0o6 r@tJuUrd&or-l3i8fxHyRw`'tn.p{5m;jAgEeIcLaN`Q^S]U[VZXXYYVZS[O[M[M[M[M[M[M[M` ])h)q+x3 |<}F~P}](yj0uv8q?mEjKgOeSbV`Y_\]^\`ZaZ`[[\W]S^Q^Q^Q^Q^Q^Q^Qa`'k&u)|1 :DMY(f2zr;u~CqKmQiVf[c_`c^f\i[kZk\f^a_\`XaUaUaUaUaUaUaUbc%o$y(0 9BKV(b3n=zyGuPpXk^fdci`m_o^p^q]q_kafbac\cXcXcXcXcXcXcXcf#r"}'. 7@IS(_4j?tKx~Ur^mejjgmepcsbtauavcqdjeef`g\g\g\g\g\g\g\ch!u %-5 >GO([4fAoN}yXw`sgollpisgvfxeyeyfvhoiiicj_j_j_j_j_j_j_dk x$,4 <EM'Y4bB׉lN΃uX}~axhtmprnulxj{i|i}jzlrllmfnbnbnbnbnbnbnbem{#*2 ;CK%V3ږ`AώiNLjrXza}hynusrwpzn}m~mn~pupoqhqdqdqdqdqdqdqdeo~")1 9AI#ޡT1Қ^@ȓgMoXwah}nzswxt{s~qqr؁txtqukufufufufufufuffq!(/7 ?H ئR0̞\@×eMmWta|hn~t{xy|wvuvтxzxsxlxhxhxhxhxhxhxhgs &.5 =߯FҩQ/ǢZ?cLjWr`yhntx}||zzz̓|||u|n|i|i|i|i|i|i|igu%,4 ;۳DͭO.æY>aKhVp_wg~nsx|ʄ}vojjjjjjjhx#*19 շBɰN-W=_JgUn_uf|msx|}{yDŽz{w{p{k{k{k{k{k{k{kiz!'.޽5 к@ĴL,V;^IeTl]sfylrw|{wtrăttxuqvlvlvlvlvlvlvlk}#)0 ˽?J*T:\GcRj\qdwkq~vy{t~pmkmnxoqplplplplplplpln!-=I(R8ZEaQhZobui~|oxtsyn|jgeehxiqjljljljljljljlq+;G&Q6XC`NfXm`~sgwzlrrlvhyd|`}_~^}avbpclclclclclclclt (9E#O3W@^KdT~k\wqcqxikmfrau]x[yYyXyZs\n]j]j]j]j]j]j]jy ܮһ %6B L/T<\GbPwiWpp^jwceh`l\oXqUsSsRsToVjWgWgWgWgWgWgWg ҳɾ#3 @J*R7ZAxaJphQjoWdv\_`ZňdVĒgSĞiPĬjOļkNjOhPdQaQaQaQaQaQaQa Ԫȶ %5 >H%P0xX:p_BigIcnO^vSYWUӉZRӓ]OӠ_Mӭ`KԾ`J`K^L\LZLZLZLZLZLZLZڢʯ (4=D"wN*oW2i_8cg=_oBZwEVISKPNMPKQIRHRHRHQHOHOHOHOHOHOHOͩ *3|;tClK#fT)a]-]f1Yn5Vv7S:PK@IAGBFCECDCDBDBDBDBDBDBDBѢ (y1 p9iAbI\P WY#Tb&Qj(Os*L{,J.H/F1D2C3A4@4?4?5?5?5?5?5?5?5Ī~u%l- d6]>XERMOUL\IdGkDs B|"A#?$=%;&:&9'8'8(8(8(8(8(8(8(zpg!_)X1 R9 MAIHEOBU@\=b;i9p7y5320//.......vlbZS$M+G3 C: ?A ;G 8M 5S3X1^/d-k+s)|'%$#"""""""~pg] TMGA$<+72480=-C*H (M &R $W "] c k s |          R%M/Q2W5Z< [EZOY]XmV{U"S%R'Q)P*P+O,O-N.N.N/N/M0M0L0L0L/L/L/L/L/L/L/S$M/T0Y4]: _C^N]Z[jZy!X$V'U)T+S-R.R/Q0Q1P2P2O3O3N4N4M4N2N2N2N2N2N2N2S$N.V/\2`8 bAbL`X_h]v"[&Y)X,V.U0U1T3S4S5R6R7Q7Q8P8O8O7P5P4P4P4P4P4P4T#P-Y-_0c6 f@fJeUceas#^(\,[/Y1X4W5V7U8U9T:T;SkHjShafp%c}*`/^3\6[8Z:XW?VAUBUCTDSDTAU?U\A[CYEXGWHVJVKULVJWFXCY@Y?Y?Y?Y?Y?Y?W"Y'c&k(q0t9 uCuMuY!qg)mt0j6fHR!~_+yk5su>nFiMeTaY_\]_\a[b[cZc\`_Z`UaQbMbKbKbKbKbKbKY!b nx#+3 <EN![+~f6xpArzKmRiXf\d_bb`d_f^g^h_fc_dYeUePeOeOeOeOeOeOZ eq|")1 :CL X+b7~lCxvLsSoYk^ibfeehcjbkblbkfdg]hXiSiRiRiRiRiRiR[ gt '/7 @IU*ۊ_7фiC}rLx{TtZq_ndkgijglfnfofojhkal[lVlUlUlUlUlUlU\jw%-5 >FޖR)Ґ\7ʉfBÃoL~wTy[u`rephmllnkpjqjqnkodo^pXpWpWpWpWpWpW^lz#+3 ;EכP(̔Z6čcBlLtT~|[z`wetirmppornsosrnsfs`sZsYsYsYsYsYsY_n}")09 ޥCџN'ǘX5aAiKqTy[`|eyjvmuqssstsuvpwhwbw\wZwZwZwZwZwZaq &.6 ة@̣L&œV4_@gJoSvZ~`e}j{nyqxtwuwvzr{j{d{]{\{\{\{\{\{\cs#*2Ҭ>ǦK$U3^?eJmRtY{`ejn~q}t|v}|v}~ske~^~]~]~]~]~]~]eu &۴.ί=êI#S1\>dIkQrYy_dinq|tyvwvvtylyfz_z^z^z^z^z^z^gw!շ*ɳ;H"R0Z=bGiPpXw^~di~myqvsrupvousmsft`t_t_t_t_t_t_izݹϺ(ķ9F P/X;`FgOnVu]|c}hxlsporltjuiulmmgn`n_n_n_n_n_n_l} տʾ&7DN-W9^DeMlUs[|zawfrjmniqfscsbsflgfh`h_h_h_h_h_h_o ڭ Ӹ #5BL*U7\AcJjR|qYvx^pckggkcn_p]p\p_kaeb`b^b^b^b^b^b^s ۥѱ˻ 2 @J'S4Z>aG|hOuoUovZj}_ecag]jYkWlVlXhZc[^\]\]\]\]\]\]x ߜҩɴ¾/ =H#Q/X:|_CufJomPitUd|Z_^[aWdTeRfQfRcT_U[VZVZVZVZVZVZ~ ֡ʭ +:EN*}V4u]=neDhlIcsN^{SYVUYR\O]M^L^L\NYOUPUPUPUPUPUPUݘͦ (7B}K$uT-m\5gc*=+;+;+:+:+:+:+:+:+:+~wog&`/Y7 T?OGKNGVD]Bd@l=u;~9765332 2 2 2 2 2 2 {r jaZ"T*N2I: EA AH >N;U8[6b4i2r/{-+*)('''''''zmd\TMH$B,>3:96@3E0K .Q +W )] 'd $l "v yk_VN GA<7$2*/0+6';%@"E JPV\dmw         I'D1K1P4R:RC QNO\MkLyKIHH G!G"F#F#F$F$F%F%F%F%F%F%F$F#F#F#F#F#F#I'F/M/R2U9UB TMRYPhOwNLK!J"J#I$I%H&H&H'H'H(H(H(H(H(H'H&H&H&H&H&H&J'H-P-U0X6Y@ XKUVTfRtQO!N#M%M&L'K(K)K*J*J+J+J,J,J,J+J)J(J(J(J(J(J(K&K+R+X.[4]> ]IZTYbWqU~ S#R&Q(P*O+N,N-M.M/L0L0L1L1L1M/M-M+M+M+M+M+M+K&N)V)\+`1b; bF`Q^_\mZz#X&V)U,S.R0Q1Q3P4O5O6N7N8N8O5P3Q1Q/Q/Q/Q/Q/Q/L%Q'Z&`(e/h9 hCgNeZbh _v%]*Z.X1W4U6T8S:R;Q=Q>P?P@Q>S;T8U5U3U3U3U3U3U3M$T$]#e%j-m6 n@mKkVhd!eq(b}-_2\6Z:X=W@UBTDSFRHQIRHTDV@X=Y:Y8Y8Y8Y8Y8Y8N$X!a j#p+s4 t>tHrRo_#kl*gw1c7`=]AZEXIVLTNTPTPSQTNWJZE\B\>\<\<\<\<\<\HT"~_.xi8ss@n|GkLhQeTcWbZ`\`^_^__bYeSgNgJgFgFgFgFgFgFWdp{"*2; DފQ!Ԅ\-~f8xoAtwHpMmRjVhYf\e_d`cacbe]iWjQkLkIkIkIkIkIkIYgs~ '/8 B֏N ̉Y-Ńc7}k@ytHu|NrSoWm[k^i`hcgdgdiamZnTnOnKnKnKnKnKnK[iv$,4ܚ?ϔLƎW,`7i@~qHzyNwStXq\o_mbldlfkfmdq\rVrQrMrMrMrMrMrM]ky!(0՞=ʘJT+^6f?nG~vN{}SxXv\t_rcqepgpgpft^vXvRvNvNvNvNvNvN_n{#ݥ+ϡ;ŜHS*\5d?lGsMzS}Wz\x`vcufthththx`zYyTyOyOyOyOyOyOap~ר(˥9FQ)Z4b>jFqLxRW\}`{czf}yh{yizyi||a~~Z~}U~}Q~}Q~}Q~}Q~}Q~}QcrߪѬ&Ǩ7 DO'X3`=hEoLvR}W[_~czfw~hu~is~ivbx[xVyQyQyQyQyQyQeuٯ̯$«5 CN&V1^;fDmKtQ{V[|_xbteqhnimiocr\sVsRsRsRsRsRsRhx ޠ ֩ Ҳ Dz"3 AL$U0]:dBkIrPyU{Zv^rbnekghhghicl\mWmRmRmRmRmRmRk{ ֣Ь ˵ 1 ?J"S.[8b@iHpNzwSu~Xp\l`hcdebf`fbbe\gWgRgRgRgRgRgRn ٛϦɯĹ/=H Q+Y5`>gEznKtuQo|UjYf]b`^b\cZc[`_[`VaRaRaRaRaRaRr ߓџɪ,:EO(W2^:yeBslHnsMizQdV_Y\\X^V_U_U]XXZT[P[P[P[P[P[Pw֘ˤ(7CL$U.y\6rc=mjCgqHbyL^PZTVVSXPYOYOXQTSPTMTMTMTMTMTM}ߏΝè#3 ?IyR(rZ0ka7fh.=.=.=.=-=-=-=-=-=-şztm f*_4Z= TEOLLUI]FeDnAw?=; 9!8"7"6"6"6"6"6"6"6"6"wo g`Z'T0O8J@ FH CO@V=^;e8n6w420/.-,,,,,,,uia [TN"I+D2@:+C(I%O#V!]eoz           ugXNHA ;61-")(%-"28=BHNU]g r }        ?*?0D0H3I9HBFM E[CiAw@?>>====<<<<<==========@*A.G.J1L7K@JK HYFgDuCBAA@@??????????@@@@@@@@*C,I,M/O5P>NI LVJdHrGFEDDCCBB B B!B!B!B!B!C CCCCCCCA)F*L)Q,S2T<TG QRO`MoL|JIHG!G"F#F#F$E%E%E&E&E&E&F$F#G!G!G!G!G!G!B(I'P&U(X/Z9ZD WOU\SjQwON!M#L%K&J'J)I*I*H+H,H,H,I*J(J'K%L%L%L%L%L%C(M$T#Z%^,`6`A ^L[WYfWrU~"S%Q(P*O,N.M/L0L2K3K4J4K3M0N-O+P)P)P)P)P)P)F%P!X _!d*f3f= eHbS`a]m Zy%X)V-T0R3Q5P7N9N;MR@QAPBPCPDPCR?U;W7X4Y2Y1Y1Y1Y1Y1M W`io%r-t7sAqKnXjd$en+ay3^8\IS'[0b8i>pDxI~MzQvUrXoZl\k\kYnRqMrHrGrGrGrGrGf u܏Ҙ̡Ȩ-<GQ%Y/`6g=nC}vHy}LtPpTlWiYf[e[eYhRkMlHlGlGlGlGlGi x֒͜Ƥ+:EO#W-_5f;}lAxsFs{KnOjRfUcX`Y_Z^XbRdMfHfGfGfGfGfGl|ފЖȟ(7 CM!U*\2|c9wj>rqDmyHhLdP`S]UZWYWXV[P]L_G`F`F`F`F`Fp֏ʚ$4 @JS'|Z.va5ph;ko@gwDbH^LZOWQTSSSRRUNWJYFYEYEYEYEYEuϓğ 1=H|P"uX*o_0jf6em;`u?\~CXGUJQLOMMMMMNIPFRCRBRBRBRBRB|׌ș ,: {DtNnV$h]*cd0_l4Zt9V|K=K=K=K=K=͒&z5sAlJfSa[#\b(Xj,Tr0P|3Mņ6JĒ9Gğ;EĮ#<$;$:$9$9#9$9$9$9$9$9$~si d_ Y+T5O>KF GN DWB_?g=p:{8653211111111~qe^ YSN'J0E9A@>H;O 8W 6^ 3g 1p .|,+)(''&&&&&&~pdXR MGC">*:2793?0F-M+T([&c#m!y            ~pcUKF@;73#/)+0(5%;"AGNU^htpbTF?94 /+'#!%*/4:@FN V `lx6-9.>.@2@8>A@J>W *C*F-G2F<EHCU Ab ?p=}<;;::::99999::::::::::9+A'F'J)K/L9KEHQ F^DlByA@@??>>>>==>>>>???????=(E$J#N%Q,R6QAOM LZJgHtGFEDCCBB B B!A!B"B"B CCDDDDDD@%H!O S!W)Y3X>VI RUQcOoM{KJI!H"G$G%F&F'E(E)E)F(G&H$I"I IIIIIC"LSY]&_0_:]E ZPX^UjSvQ!O$M&L)K+J,I.H/H1H1H1I.K+L)M&N%N#N#N#N#N#GPW^c#f,f6dA bL_Y\eYp V{%T)Q-P0O2N3M5M6L7L8L8M5O1Q.R+S)S'S'S'S'S'JT\ci l)m2l= iGfTc`_k"\u(Y-W0U3T6S8R:Q;PU?UATBTBUAW[AZCYDYEXFXF[@^;_7`3a1a1a1a1a1S]hpw|$-;zIuTq_$mh+jp1gy6e:c=a@`C^E^G]H]I\I_Db>c9e6e3e3e3e3e3U`kt{އ'ф7F{Qv[#re+om1lu6j|:h>fAdDcGbIaKaLaLcGeAgm:n7n7n7n7n7Ye q z ݎϏ ƍ2AMV"|_*xg0uo6sv:q}?oBmFlIjKjMiOiOjLmEo?p;q8q8q8q8q8[gs}ކٌ Ց ʒ0?JT!])}e0zl5ws:u{>sBrFpIoLnN|mO{mPznM|qF~sAt=u:u:u:u:u:]jvىҏϔ Ŗ.= HR [(c/~j5|q9zx=xBvEuI|sLyrNvrPtrPtrOvuGxwBzx>{y:{y:{y:{y:{y:_ lyރӋ͒ɗ,; GPY'a.h4o9v=}~A}{EyzIvxLswNpwPnwPmwOpyHr{Ct|>u};u};u};u};u};a o|نώȕÚ*9 ENW&_-f3m8t={{AwEtHp}Km|Nj|Oh|Pg|Pj~ImCn?olBhFeIaK^M]N\M^H`Cb?cHQ ~Y'x`-sg2on7ju];];];];];n~΋ĕ .; F~NxV#r]*md/ik4ds8`{<\?YBUESGQGPGQDS@UΨ&<κ&<&<%;%;%;%;%;%;%;%Óyod ^[ W-S:PDLN IW F_ChAq>|<߉:87665444444ymbXUQ M+I5E>BG?O=X :` 8j 6t 320.--,,,,,,,yl`UN JFC'?0;88@5G3O0W._+i)t' % $ # " ! ! yl_RHC?;7!4)00-7*>'D%K"S \frzl^PD<73 /+(!%'!-28?FMV`l {    {l^OB61,'# !&,1 7 >FOYft./3,7-80764?1K/X,f*t ) ( ( ( ( ' ' ' ' ' ( ( ( ( ( ) ) ) ( ( ( ( ( 0-6*9*;.:48<6I3V1c /q -~ - , , , , , , + , , , , , , - - - , , , , , 2+9(=(?*>0=:}==<<;;;;;;;;;<<======="DIMP&Q0P;NFKS H`FlExDCBAA@@????@@ABBBBBBB@HNRV#X,W7UBRM PZMgLrJ}HGFE D"D#C$C%C&C&D$E"F GGHHHHHDLRX]_(^2]=ZI WUUbRmPwNL"K$J&I(I)H*H+H,H,H+J(K%L"M MMMMMGOV^be$e-d8aC _Q\]XhVrT{"R&P(O*N,N.M/L0L1L2L1N-P*Q'R$R"R"R"R"R"JS[bhjk(k2i>fL bX_c\m Zv$X~(V+U.S0R2R3Q5Q6P7P7R3T.V+W(W%W%W%W%W%MV_ glpq"q,p:lH hTe_bh!_q&]y*[-Z0X3W5V7V8U:U;U;V7X2Z.[+\(\(\(\(\(PY c k ptvw%v6rD nPk[gd!em'bu+`|/_2]4\7[9Z;Y=Y>Y>Z;]5^1_-`*`*`*`*`*R\ f n t x{| {3wA tMpXla!ji'gq+ex/d3b6a8_;^=^?]@]A^?a8b3d0d,e,e,e,e,U_irx|  ́0|? xKuUq^!nf&ln+ju/h}3g6e9db@aBaBbAd;f5g1h.i-i-i-i-W alu{ӀЃ Dž-< }HyRv[ sc&pk+nr/my3k6i:hyn8zo4{p0|p0|p0|p0|p0[fr{ςɇĊ(8DNW|_$yf*wm.ut2t|6r9|q=yp@voBsnDqnEpnErp?sr9us5vt1vt1vt1vt1vt1]it}˅Ċ&5BLU]$~d)|k-zr2}xy5zw9vv HQY!`'{g+wn0su4o}7k;h>eAb~C`~D_~D`@b:d6e3f2f2f2f2dr~LJ .; FOWz^%ue*ql.ms2i{6f9b=_?\AZBYBZ?\:^6_2_2_2_2_2hv͂Œ +8CLyTt\"pc'kj,gq0dy3`7\:Y=W?T@S@T=V9W5Y2Y1Y1Y1Y1m{ȇ'5@ yJsRnYi`$eg(ao,^w0Z3V6S9Q;O&=&=&=%=$=#=#=#=#=#Ljsh`^[,W8TCPLMU J]GfDoAy?ȅ<ȓ:Ȣ9ɳ887766666th]S OM"K0I<FFDOAX?a5;>9G7P4Y2b0m.y,+ ) ( ' ' ' & & & & & th[OE> <96%4.17.?,G)O'W%a#l!zugZMB851.+)&%-#4 ;CKS]jxvgZL?5-*& # #)/5=E N XetwhZK>2'#   "(.5=GR^m~*-.+0+0..5)=%I#W!dr,+0(3(3+11-:+G(T&a$o"|""!!!!!!!!!""""""""""".(3%6%7'5-482D/Q,^*k)w('' ' ' ' ' ' ' ' ' ' '(((((((((2%7":!;#;);49@6M4Z1f0s. . . - - - - - - - - - . . . . . . . . . . 5";?@B&B1@<>H;U9b7n 6y 5 4 4 43333333444455 5 5 5 5 9?CFI#I-H8EDCP@] >i =t <;;::9999999::;;;;;;;=CHLOP(O3M?JJGW Fd DoCyBA@??>>>>>>?@@AAAAAAAGLRVW$V.T9QEOR M^ KiItH}FEEDDCC C!C!C!DEFGGGGGGDKQW[]]([3Y?WMTY RdPnNwLKJ J!I#H$H%H&H'G'I%J"KLLMMMMGO V \`bc!b,`:^H[T X_ViTrRzQ!P#O%N'M(M*L+L,L,M*O&P#Q RRRRRJR Z ` eghg$f5dDaP ^[\dZmXu W}#U%T(S*R,R-Q/Q0Q0Q/S*U&V#V!WWWWM U]di k lml1j@gL dWa`_i]q!\x$Z'Y*X,W.V0U2U3U3U3W-Y)Z%[#[![![![!O Wahmpp rq.o=lI iTg]debm!at%_|(^+]-[0[2Z4Y5Y6Y6\0]+^(_%_#_#_#_#Q Zdlqtu vv*t:qF nQkZibgi!eq%dx(b+a.`1_3^5^7^7^8_3a-b)c&d%d%d%d%S]gotxyzz(x7vD sNpWm_kg!jn%hu(g}+e.d1c4b6|b8zb9yb9yc4ze/{f+|g(|g&|g&|g&|g&U`jrx{}~~%}5zA wLtUr]pd nk$lr(kz+j.~i1{g4xg6vf8tf9sf:sg6ti0uj,vk)wk'wk'wk'wk'Wcmu{#2~? {JySv[tb ri$qp'~ow+{n.xm1ul4sk7pj9nj:mj:mk7om1pn-qn*qo(qo(qo(qo(Yepx~ 0=H}Q{Yy`wg#|un'ytu*vs}.sr1pq4mp7jo9ho:go:gp7iq2kr-ls*ls(ls(ls(ls(\hs{ .;EOW~^{|e"x{l&tys*qx{-nw0kv3hu6et8ct9at:at8cv2ev.fw+gw)gw)gw)gw)_lv +8C LUz\vc!sj%oq)l~y,h}/e|2b{5_z7]z8\z9\z7^{2_{.`|+a|)a|)a|)a|)boz(6A JzRuZqamh#jo'fw+c.`1]4Z6X7V7V6X1Y-[*[)[)[)[)fs~$2> yHtPoWk^he!dm%`u(]~+Z.W1T3R4Q5P4R0S,T)U(U(U(U(kxƒ ~/x;sE nMiUe\ac^j![r%W|(T+Q.N0L1K1J1L-M*N(N&N&N&N&p}~ zu*p7lA gJ cR_Y[aXhTp Qz#N&K)H*F,E,E+E)F'G%G$G$G$G$w„tol$h2d=_F [O XVT^QfNnKxH E"C$A%@%?%?#@"@!@ @ @ @ ~wjca^,Z8WBSKPS M[JcGkDuB?=;:99999999ymbVSR#P0M;JEGNEWB_ @h =r ;~8Ì6Û5ë333221111{ncXMD CB%@2?==G;P9Y6c4n2z0҈.Ҙ -ө ,Ӿ , + * ) ) ) ) ) |ocWLB9 542'120=.G-P+Z*e(q&%#"!  }pcVK@6/-+)"'+%4#<!ENXdqqcVI=3*&$ !")19AJUa o   rcVH;0&  $ + 2;DO\k}sdVG:.# $+3=IVfx%+()))(,#2;GUbp|()+&,&+)(/"8 DR_ly*&.#/"/%,+*5'A$N"[ ht."243 2&22/>,J*W'd&p%{$$$$$$$$$$$$%%%%%%%%%2688:#9-8:5F2R0_.k-v,,+++++++++,,, , ,,,,,,5:=?AA)@4=A:M8Z6e5q4{3 3 2 2 2 2 2 2 2 2 2 3 3 3 3 4 4 4 4 4 9>AEHH$G/D;BG?T>`>>>>>>?@@AAAAA@F K Q STT"R-P;OIMUK` IjHsG{FEEDCCCCCCEEFFGGGGDJPU X YXW$W5UDTPR[ PeNmMvL}KJIIH H!H"H"H"IKKLLLLLG MTZ]] \]]0\?ZLXW V`TiSqQxPOO N!M#M$M%L&L&N"OPQQQQQIPX^bca bc,b;`H]S [\ZdXlWtU{T T"S$R%Q'Q(Q)Q*R&T"UVVVVVLS\bfhggh(g8eEcP aY_a]h\pZwY!X#W%W'V)V*U+V,W)X$Y ZZZZZNW_fjlklm%l5jBgM eVc^be`l_t^{!]$\&[(Z*Z,}Z-|Z.{[+|\&|]"}^}^}^}^}^PYcjnpppq"p2n?lJ jSh[fbeicpbx!a$`&}_){^+x^-v^.u^/t^-u`'va#wb wbwbwbwbR\fmrtttut/r=pG nQlYj`ighnfu!}e}$zd'wc)uc,rb.pb/ob/nb.od(pe$qf!qfqfqfqfT_ipuxxx yx-w:uE rNpVo^md}lkzks wj{#ti&rh)og,lf.jf/if0hf/jh)ki%li"lj lj lj lj Wblsx{|| }|*{8yC wLuTs[{rbxpiuop rnx#om&ll)jl,gk.ek/dk0bk/dl*fm&fm#gn gn gn gn Yeov|(5~A|J ~zRzxYvw`svgptnmsv#jr&gq)dq+bp-`p/^p/]p/_q*`q&ar#br br br br \irz%3>~H yPu~Wq}^n{ekzlhyt"ex}%bw(_v*\v,Zu.Yu.Xu.Yv*[v&\w#\w \w \w \w `lv~!0~;yE tNpUl\icfjbr _{#\~&Y})W|+U|,S|-R|-S|)U|%V|"W| W| W| W| dpz},x8sBnK jSgZca`h]pZy!V$T&Q(O*M*M*M'O$P"PPPPiu~ yu(q5l?hH dP aW]^ZfWnTwQ N#K%I&H'G'G$H"I JJJJn{upm#i0e;aE]M ZT W\TcQkNtKHE C!B"A"A BBCCCCuyjec`+]6Y@VISQ PY M`JiGrD}B?=<;;;;<<<<|}qdZWU#S0P;MDKMHUE] Ce @o >z;97655444444th\PI HF'E3C=AG?P=X:a8k6w4 2 0 / . . - , ,,,,vj^RG=876'534=3G1Q0[.e,q*)̐'̡&ʹ%%$#####xk_RG=4+ &%%%$0#;#E"P![ hvއߙ߬yl_RF;1)!'09CNZgw {m_RE9/% % - 5 ?JWfw}n`RD7,"  '0:ESbupaSC6*  !)4@N^r )"'"'*09E S ` m y             #&%$%$#',5BP]jv         &#( ( &""( 2?LYeq|*,,+)$(/%;"HTamw-0101 0*.6+C(O&\$g#r#|""""""""""###$$$$$$$146798%613=1J.V-b,m+w+*********++,,,,,,,,59: >@? =*;78D6Q5\4g3r3{222111 1 1 1 2 2 3 3 3 3 3 3 3 3 9= @ D FED#A/?<>J=W>>>>>>?@@@@AAA? DJNPO LLM0M?LLKWIa Hi GqFyFEDDCCCCCDEFFFFFFBGOSUUR ST+T;RHQRP\ Nd MlLtK{JJIIHHHHIJKKLLLLEKSX[[XXZ'Z7XDWOUX T` ShQoPvP~ONNMMM M MOPPPQQQGOW]``^]_#_3^@\KZT Y\XdVkUrTzTSRRQ!Q"Q"~R!~S~T~U~U~U~U~UJR[adecbc c0b=aH_Q ^Y \a[hZoYvX~WW}V!{V"yV#wV$vV$vWwXwYwYwYwYwYLV_ehihg hh-g:eEcN bW a^_e^l]s~\{{\y[vZ!tZ#rZ$qZ%oZ%p[ q\q]q]q]q]q]OYbhlmlk ll*k7iChL fT e[cb}bizapxaxu`s_p^"n^$l^%k^&i^&j_!k`kalalalalaQ\ekoqqoop'o5n@lIjR ~iY{h`wffufnrevpd~mckc"ib$fb%eb&db&dc"edfdgdgegegeS_hosuusst$s2r>pG}oO ymWvl^skdpjlmjski|hhfg"cg$af%`f&_g&_g"`hahbhbhbhbhWbkrwyywxx!x/w;|uExtM trUqq\npckojhnqfnzcm`l!^l#\k%Zk&Yl&Zl#[l\m]m]m]m]mZfov{~~||}}-||9wzCsyK pxS lwZivafuhctoasx^r[r Yq"Wq$Uq%Tq%Tq"VqWqWqXqXqXq^isz {)v6r@nIj~P g}Wd|^a{f^zm[zvYyVxSx!Qw"Pw#Ow#Ow!PwQwRwRwRwRwbnw} xt&p2l=hFeN aU ^\[cYkVtS~PNL J!I!I~J~K~K~L~L~L~gs||uom!i.e9bB^K[R XY VaShPqM{JHFDCCDDEEEEmxylfca)^5Z>WGUORV O^ LfJoGyDB@>===>>>>>ssd\ YW"U/R9PCMKJSHZEc Cl @v>;9877666777{wk_RMKJ'H3F=DFBN@V>_;h9s7 4 2 1 0 0 / / / / / / {ocWKA>=;):49>7G6P4Z2d0o.|,*)(('&&&&&~qeYMB8/ -,+)*3)=(G'Q&\%h#v"Ɔ ƘƫsgZNB8/& %/:DP]k|׏ؤٻuh[NB7-$ # - 7 B O ]mwi[NA5*!  "*4?L\myj\N@3(  &0<IZm{l]O@2&  !+7FXk&$$'- 6CP^kv#!!#)2 @ MZgs}""!$/<IV b n y         %&%! !+7EQ^it})*)'(''#3 ?LXdnx-.. //.!,-)9&F$S"^"i!s!|!!!!!!!!""##$$$$$$$02 36 652%02-?,L+X+c*m*v**********++,,,,,,,4 69<< ;85)473F4R3]3g3p2x222211122 2 3 3 3333337:>AA? <:;1<@DGHF@ BD+D;DHCSB\BeAl@t @{ ? ? >>>>>>??@@ A A A A =CINONIIJ&K6KCJNIWH`Gg Fo Fv E}EDDCCCCDEFFF F F F @GOSUTPOP"Q2Q?PJOSN\Mc Lj Kq JyJIIHHHHHJJKKKKKCKSXZZWTVV.V;UFTPSXR_ Qf PmOtO|NNM~M|MzMyMxNxOxOxPxPxPxPFOW\__\Y Z[*[8ZCYLXUW\ Vc UjTqSy}SzRxRvQtQsQqQqRqSqTrTrTrTrTHS[`cca^ __'_5^@]J\R[Y Z` }Yg{XnxXuvW~tVrVoVnUlUkVkVkWkXlXlXlXlXKV^dghfbcd$c2b=aG`O}_V z^] w]d u\ks\sp[{n[lZjZhYfZeZeZe[f[f\g\g\g\NYagjljggg!g/f;eD{dMxcT ub[ raa paim`pk_yi_f^d^b^a^_^_^`_a_a_b_b_b_Q\djnpnkjkk,~k8zjBviJshRpgY mf` keghdnfdwdcac_b]b[bZbZb[c\c\c]c]c]cU_hnrtsoo o}p)yo5un?rmHnlPklW ik^ fjedilaiu_h\hZgXgVgUgUgVgWgWhXgXgXgXckrvxwss |txt&tt2ps=msFjrNgqU dp\ apc_oj\nsZn|WmUlSlQlPlOlQlQlRlRlRlRl\gov{||xzyuyrz#nz/ky:hyCdxKawR_wY \v` YuhWtpTtzRsOsMrLrJrJrKrLrLrMrMrMr`kt{z~snkh,e7b@_H\~PY~WW}^ T|f Q|nO{xL{JzHzFzEzDzEyFyFxGxGxGxepywkf c`'^3[<XEVMSTP[Nc Kl IvFDB@?>??@@@@kvse] ZX!V-S8QANILPJXG`Ei Bs @ ><:98889999r}zm_TONL'J2H<FDDLBT@\>f;p9|7 5 3 2 2 1 1 1 1 1 1 zrfZNE B@?*>4<>;G9O7X5a3l1y/-,+**)))))vj^RF<5 32!1+/5.>-H,Q+[)g't&$#"!!  zm`UI>3*$ "! !* 3=GR^l|}obVJ>3*! %/:F R ` p ΃ Η ά qdWJ>2(  $.9ERbsވߝ߳seXJ=1&  "+6CRbvugYK</$  '3@QcwwhZL<."  #/>Obw#!!$*3AN\ht~  %0=KXdpz! , 9FS_ku~ (4 A N Zfpy ##!#/;IU`jt|'' % & %# (5BOZenw+ ++- ,)& #-!:HT _ h q!y!!!!!"""##$$$$$$$$//232/+'"'2)A*N*Y*b*k*s*z******+++,,,--,,,238995. /1,3;3H4S3\3e3m3t2{222222223344444458>BB?88:&;6EIJGA?A!B1C>CIBSA[Ab@j@q?x?? > > > > >?? @ @ @ AAA<CJOPNIFHI,I:IEHNGWG^FeFlEs E{ D D DCC~C|D{DzE zF zF zF zF zF >HOTUTPL MN(N6NAMKMSLZKaKhJo Jw ~I |IzHxHwHuHtIsIrJrJ rJ rJ rJ rJ BLSXZYVRRS$S2S>RGQPQWP^~Oe{Ol yNs wN{ uMsMqMoMnMlMlMlNlOlO lO lO lO EPW\^^[VVW!X/W;VDVM|UTzT[wTbuSh sSp qRx oRmQkQiQgQfQeReRfSfS fS fS fS ISZ_bb_ZZ[[,[8}[AzZJwYQtXXqX_oWf mWm kVv iVgUeUcUaU`U_U`V`VaWaW aW aW LV^cffd^^__)|_5x_?t^Gq]Oo\Vl\\j[c h[k fZs dZ}bZ_Y^Y\Y[YZY[Z[Z\Z\Z \Z \Z OYafijhbb ~czc&vc2sc<obElaLjaTg`Ze`ac_i a_q _^{]^Z^X]W]V^U^V^V^W^W^ W^ W^ S]djmnmg~g xgtg#qh/ng9kgBhfJefRceX`e_^dg \do ZcyXcUbSbRbQbPbQbQbRbRb Rb Rb V`hnqsqkxkrknlkl,hl7fl@ckH`kO^jV\j]Yie Wim Uiw ShPhNgMgKhKhKgLgLgMg Mg Mg Zdlrvwvyqqqkqhqfr(cr4`r=^rE[qMYqTWp[TpcRok Pot MnKnInGmFnEnFmFmGmGl Gl Gl _iqw{|{uxkwew ax_x$]y0Zy:XyBVxJSxQQwXOw`LvhJvr Hu} EuCuBu@u@u@t@tAs As As As dnv|re]YW U+S6Q>OFMNKUI]FfD~pB~{ ?~ =} <} :}:~ :| :{ :{ :z :z :z it|{n`UPNM&K0I:HBFJDRBZ@c=m;x97 5 4 3 3 3 3 3 3 3 pzuhZOG DCA*@4?==E;M:V8_6i4u20.-,,+++++xzmaUI?976"4,352>1G0P.Z-d+q)'&$###""""reYNB7.)('"&,%5$?#H"S!^ jyuh\PD9/&!*4>ITbq yk^RF:/%   (2=IWfwƋƠŶ{m`SF:.$ '1<IXi|ֿ֧֒~oaTF9-"  $.:IYkqcUG9,  !+8HZmteVH9+  (6GZn  !'0>LYepz!-:HUalv (6CP\gqz  $0>KWblu}  * 8EQ\fow !  #0>J V ` i q y %##$! '5COYcks{('**'" -< I S!]!e"m"t"|"""####$$%%%%%%%,-243.% %'')6*C+N+W+`+g+o+v+}++++++,,---.---03:=<91.0!203=3I3R3Z3b3i3p3w2222223344444443:ADDA;789+:8;D;M:V:]:d:k9r9z9999999:}:|;|;|;|;|;7@GJKIC> ?@&A4A?AIAQ@Y@`@g?m?u?}>}>{> z> x> w? u? t@t@t@s@s@s@;ELOPOJDEF"F0G<FEFNFUE\~Ec|DjzDqyDywDuC sC qC pC nD mD mE lElElElElE?IPTUTPJIJK,L8KBKJ|JRyJXwJ_uIfsImqIvoHmH lH jH hH gH fI fI fI fJfIfIfICMSXYXUNNOO)P5{P?xOGvOOsNUqN\oMcmMjkMriM|gL eL cL bLaM`M`M `N `N `N`N`NGPW[]]ZSR S|S%yT1uT<sSDpSLmRSkRYiR`gQheQpcQyaQ `P ^P \P[QZQZQ ZR [R [Q[Q[QJSZ_aa^WV zWvW"sX.pW9mWAjWIhVPfVWdV^bUe`Um^Uw\U ZU YU WUVUUUUU UU VU VU VUVUMW^beec\{[u[q[n\+k\6h[?e[Gc[NaZU_Z\]Zc[ZkYYuWY UY TY RYQYPYPY QY QY QY QYQYQZafhig}`u_o_k_h`(f`3c`<a`D__L\_S[_ZY_aW^iU^sS^~ Q] O] M] L^K^K^ L^ L] L] L]L]T^ejmmlxeodidedbd%`e0^e:\eBZeJXdQVdXTd_RdgPcqNc{ Lc Jc Hc Gc Fc Fc Fb Gb Gb GbGbXbinqrqtkiici _i\j!Zj-Xk6Vk?UkGSjNQjUOj]MjeJinHiyFi Di Ch Ai @i @h Ah Ag AgBgBg]fmsvwvpreq\pXpVpTq(Rq3Pq<OrDMqKKqSIqZGqbEplCpwAp?p=o ;p ;p :o ;n;n;m;m;mbksy{|{|mz`xVwPwNxLx$Ky.Iy7Hy@FyHDyOByWAy`?xiC=K;S9\7f5q310.----~-}-}-}nx}pcUKA;98"7,654=3F2O1X/b-n+{*(&%%%%%%%vvi\PD:1-,+$*-)6(?'H&R%\#h"w zmaUI=3*! $-6?JUapqdXL@5*" "+ 5 @ K X gxugZNA5+!  "+6AN\mxj\OB5*   "+5AP`rχϝϳzl^PB5) (4AQcw|n`QC5(  $1ASf|paSE6'  !.@Sh  $.<JVcmw *7ER^ir{ %3@MYdmv}  -:GS^hpx  &4AMXbjry  ,9FQ[dlsz   " 1 > J U^fmt{" #$! )7DNW`gnu|&'-/-'"1 =!H"R"Z#b#i#o#w#~#$$$$%%&'''''')06872+%')+*8*C+L+U+\+c+j+q,x,,,,,,-.....~.~..7=??<5/ /1&232>3H3P3X3^3e3l3s3|333}3|3z3y4w5v5u5u5u5u53=CEFC=668!9.999C9L9S9Z9a~9h|9oz9wy9w9u9t9r9q9o:n:n;m;m;m:m:9BHKKID><=>*?5??~?H|?Oz?Vx?]v>dt>kr>sp>|o>m>k>j>i?g?g?f@f@f@f?f?=FLOPOJDA BC&}D2zD<wDDuDLrDSpCYoC`mCgkCoiCyhCfCdCcCaC`D`D`D_D_D`D`DAJPSUSOIG }GyG"vH.sH8qHAnHIlHPjHVhH]fGdeGlcGvaG`G^G\G[HZHZHZIZIZHZHZHDMSWYXTN}KwKsLpL+mL5kL>hLFfLMdLSbLZaLb_Lj^Ls\K~ZKXKWLVL UL TLTMULULULULHQW[\\YSwOqOnPjP(hP2eP;cPCaPJ_PQ]PX\P_ZPgXPqWP{UPSPRPPP PP OPPPPPPPPPPPKTZ^``]|WrTlShTeT$bT/`T8^T@\THZTOYTVWT]UTeTTnRTyPTNTMTKTKT JTKTKTKTKTKTNW^bddbw[mXfX bX_X"]Y,[Y6YY>WYFVYMTYTRY[QYcOYlMYwKXIXHXGYFYEYFYFXFXGXGXR[afhigr`h^a] \]Z]W])V^3T^;R^CQ^JO^RN^YL^aJ^jH^uF^D]C^A^@^@^@]A]A]A\A\V_fjmmlogdd[bVbTbRc%Pc/Nd8Md@KdHJdOHdWFd_EdhCdsAc?c=cr@=rH;rP:rY8rc6rm4rz3r1r/r.r.r.q.p.o.o.ofovz|~}r}d|W{LzBy)G(P'Z&f$s#! t}~qeXL@6,% #"!% .6@IT`n~}wi]PE9.% $-7ALXg w {m`TH<0& $.8DP^nqcVJ=1&  %/9FTdvtfXK>1&  $.:GWi}ɔȪwhZM?1%  "-9IZn߅ߜ߲yk\N@1$   +:K^sm^PA2$ ):Mbx!+9GT_js{ '4BO[env~  "/=JU`iqy  )7DPZcksz "0=IT]emsz  (6BMW_fmtz -:FPX`gnu{   %2?IRZahov}#(*'!,8CLT\bipw     $,131-%  &!2"="G#O#V#]$d$k$r$z$%%%&~&}'{'y(x(x(x(x(+39;:6/('( )-*8+B+J+R+X,_,f,m},u{,~z,x,v-u-t-r.q.p/o/o/n/n/1:?AA>81./0(132=2F}2M{2Ty2[w2au2it2pr2yp3o3m3l3j4i4h5g5g5f5f5f46?DGGD?94 56$|7/y79w8Bt8Ir8Pq8Wo8^m8el8mj8uh8g8e8d9b9a:`:`:_:_:_:_:;CIKLJE?: {:w; t<+r<5o=>m=Fk=Mi=Sh=Zf=ad=ic=ra=}`=^=]>[>Z>Z?Y?Y?Y?Y?Y>?GLPPOKEz@u?q@m@(kA2iA;gABeAIcAPaAW`A^^Af]Bo[BzZBXBWBUCTCTCSCSCTCTCTCBJPSTSPJuEnCkDgE$eE.bE7aE?_EF]EM[ETZF[YFcWFlVFwTFSFQFPGOGNGNGNGNGOGOGFNTWXWT{NpJiH eHbI!_I+]I4[I<YICWIJVIRUJYTJaRJjQJuOJNJLKKKJKIKIKIKJKJKJKIQW[\\YvSkNdM _L\MZM(XM1VM:TMASNHRNOPNWON_MNhLNsJOIOGOFOEODPDOEOEOENENLU[^``^rWgS^QYQWQTQ%RR/QR7OR?NRFMSMLSUJS]ISfGSpES}DSBSAT@T?T?T@S@S@S@RPX^bee}bn\cYYVTVQVOV"MW,LW4JW<IXDHXKGXSEX[DXdBXn@X{?X=X^a<^l;^x9^7^6^5^4_4^5]5]5\5\Yaglnnvlgi\fQdHb DbBbAc$?c->c5=d=s4r 1s0s/s#.s+-t4,t<+tD)tM(uW'uc%uo$u"u!u uutsr q qksy|~tgZM~C~8}/}(} &}$}#~%"~-!~6!~?HR^kz~|{{{rz{m`TH<2( &.7ALXeu {seYLA4*!   & / 9 DP^nwj]PD8,"  '1<HVew{m`SF9-#   (2>L[lqcUG:-"  '2@O`tËáøseWI;-! &2ASf|ٔ٫vgYK<.!  $2CVkj[L>/   #3FZq(7DQ\fow~$2?LWajry ,:FR\eltz  &4@LV_gnt{  -:EOX`hnt{  %2>IRZahnt{  *7BKT[bhnu{  !.: D M U \ b i o v ~  $%" '3>GOV\cipx}||{{!)-/,' !-8AIPW^dks|}|zxwv t!r!q"q!q!q!(05751+# !'"2#<#D~#K|$R{$Yy$_w$fv%nt%ws%q&o&n&m'l'j(i)h)h)h(h(.6;==93-' '("|)-y*7w*?u*Gs+Nq+Tp+[n+bl+jk,ri,}h,f-e-d.c.a/`/`/`/`/`.4<ACC@:4.z-w.s/)q03o0;m0Ck1Ji1Qg1Wf1^d1fc2oa2y`2_2]3\3[4Z4Y5Y5Y4Y4Y48@EHHF@;y5s3o4l4%i5/g57e6?c6Fb6M`6T_6[]7c\7k[7vY7X8V8U8T9S9S:S9R9S9S9<DILLKF}@s;l8 h9e9"c:+`:4^:<]:C[:JZ;PX;XW;`V;hUM>M>M>M>M=M=@HMPQOKyEn@f= b=_=\>(Z>1X>8W>@U?FT?MS?UR@]P@fO@pN@|LAKAJAIBHBHBHBHBHAHADKPTTSPuJjFaB\AYBWB%UB.SB5QB=OBCOCKNCRMDZKDcJDnIEzGEFEEFDFCFCFCFCFCECEGOTWXX~UqOfJ\FWFTFQF"OF+NF3LG:KGAJGIIHPHHXGHaEIlDIxBIAI@J?J>K>J>J>I?I?IJRX[]\{YmSbOWLQJ NJLKJK(IK0GK8FL?ELFDLNCMVBM_@Mj?Mv=NRT2]F1^N0^W/^b-^n,_}*_)_(_'_'_'^'](](\\djnoyonn`kTiIg?e5c 2c0c/d!.d)-d1,d9+eB*eJ(eT'e_&fk$fz#f"f fff e d c!cbjpsuuuit\rOqDo:n0m)l 'l&l%m$$m,#m4"m=!nF nPn[ngnvnooonmlkkiqvy|{q{d{WzJy?x5x+w"vvwww&w.w7x@xJxVxcxrxxxxwvuutqx|wj]PD8.$ '0 9 D P ] l~y~}obUI=1&  )2=IVevtfYL@4(  "+5@N\nxj\OB6) "+6DScw{m_QD6*  !+8GXk~pbSF8*   +:K^sҋҤӻsdVG9* *<Od|fXI;+  +>Sj&4AMXbksz !.<HS]fmu{  )6BNW`hov| #0<GQZbiov|)5AKT\ciou{ ".:DMU\ciou{ '2=FOV\chou|  *5?HPV\ciov  !  # . 8 A I P W ] c jqz~|{zxvuttt&**(#'2;CKQ~W|^{eylwtv~trqonmkjjjj&-131,& "~,{6y>wEuLsSqYp`ngmpkzjhge d!c!b"a"a"a"a",48985/(!{ w!t"'q"1o#9m#Ak#Hi#Nh$Uf$[e$cc%kb%ua%_&^&]'[([(Z)Y)Y)Y)Y(29=??<60y*r&n'k(#i(,f)5e)<c)Ca*J`*Q^*W]*_\+hZ+rY,}X,V-U-T.S.R/R/R.R.R.6=BDDA<{7r1k, g-d-a.(_.1].9\/@Z/FX/MW/TV0\U0dS1nR1zQ1P2N2M3M4L4L4L4L3L3:BFIIGBw=m7d2 `2]2Z2%X3-V35U3<S4CR4JQ4QP4YO5aM5lL6wK6J7H7G8G8F8F8F8F8F7>EJMMK~GsBi=_7Z6W7T7"R7*P72O89M8@L8GK8NJ9VI9_H:iG:uE;D;C<B<A=A=A=A<A<A<BINPQP{LoFeBZ=T;Q;O;M;'K;/I<6G<=G\C>gB?s@???>@=@Ce=Cq;C:D9D8E7E7E7E7D8D8CIPUXYXvVhP]LSHJE FDDDBD"AE)?E1>E8=E?I=I;J&:J.9J58K=7KD6KM4LV3L`2Ll1Mz0M.M-N,N,N,M-M-L-LPX]ab{ap_b[XXNUCQ;O 8O6O5O#4P+3P22P:1PB0QJ.QS-R],Ri+Rx)R(S'S&S&S&S'R'Q'QU\bfgxfme`aU^J[?X5V1U0V.V-V',V/+W6*W>)WG(WP&XZ%Xg$Xu#Y!Y YYYX X W!WZbgkluljk]hQeFc;`1^*] (]&]%^#$^*#^2"^:!^C _L_W_c`q`````_^^]`hnp|rrrfqXnLlAk6i-g#fffff%f-g5g>gHgSh_hnhhhhhgfeegosvxxmx`wSvFt;s1r'qqp pppq'q/q8qBqN q[ qi qz qqqppo n nouy~|t~f~Y~M~@}5}*|!||| | | ||!|)|2|=|H|U|c|t|{{zyyyxw|yl^QE9-#  #,6BN]m~~qcVI<0$  $.9FUexugYL?2&  %/<K[nxj\NA3&  $0?Pbx{m_PB4&  $2CUj̜̃˵paRD6' $5H\scUF8(%8Mc|#0=IT^fnv|  +8DOYaipw}%2>IS\cjqw}  ,8CMV]dkqv|%1<FOW^djpv| *5?HPW^diou|#.8AJQW]ciov} &1:CJQW]cipw~}{zzyxx  )3<DKQW]c}j{rz|x v t s q p o nmmm#&&$   " ,~ 5|=zExKwQuXs^qepnnwlkihfedccbb$*./-("}yv's0q8o?mFlLjShYgaeidrb~a_^\\ZZYYY*15641+%ysol"i+g3e;dAbH`N_U]\\d[nYyXV U T!S!R"R#R#R"R"/6:<;82z-r&j f c!a!&_"/]"6["=Z#DX#JW#QU#XT$aS$jQ%vP%O&N'L'L(K(K)K(K(K(4;?A@>9u3l-c'^&\&Y'"W'+U(2T(9R(@Q(FP)MN)UM)]L*gK*sI+H+G,F-E-E.D.D.E-E-8?CEEC{>q9g4^.X+U+R,P,'O,/M-6L-<J-CI-JH.RG.ZF/dE/pC0~B0A1@2?2?3?3?2?2?2<CGIIHxDm>c9Z4R0 O0L0J0$I1+G12F19D1@C2GB2OA3X@3b?4m>4{=5<6;6:79797:7:6:6@FKMNLuHjC`>V9M5 I4G5E5!C5(A5/@56?6=>6E=7M<7U;8`:8k99y897:5:5;4;4;5;5:5:CJNQR~PsMgH\DR?H:D9A9?9>9&<9-;:4::;9;B8;J71>0?/?/?/?0?0>0>GMRUV|UqRdLYIOEE@?> <>:>9>#7>*6?15?84?@3@H2@Q1A[0Ag.Bu-B,C+C*C)D*C*C+B+BJQVYZyZnWaRWNMKCG:C 6C4C3C 2D'1D/0D6/E=-EF,EO+FY*Fd)Gr(G&G%H$H#H$H%G%G&GOUZ^_w^k\_XUUKQ@M5J0I.I-I,I$+J+*J3(J;'KC&KL%KV$Lb#Lp!L MMMNMLL KSZ_c~dtcia\^R[GXf3e)c a` ````&`.a7a@aKaX af bv b a aaa ` _ _fmq~suujt\sOrCp8o-n$lkkj j j j! j) j2j<kGkSkakqjjjiiihhmsw{zp{c{VzIz=y1x'wvvv v vvvv$u,u6uAuNu\ulu~ttssrrquz~vi[NA5)  &/;GUex~}}|{n`RE9,!  (2?M]prdVH;." )5CTf{ugYK=0# )8HZoxj\M?1# +<NbzƔƭl^OA2$  -@Tk`RC4%  1F\t ,9EPYbjqw~'3?JT]dkrx~ ".9ENW^elrw~ (3>HQX_ekqw} "-7AJRY_ejpv} &1:CKRX^dipv~  *4<DKRX]cipw  #,5>EKQW]cjqz}{ywutrrrqq  %/7>~E}K{QyWx]vdtkrtpnlkihgff e e  ##  |y(v0t8r ?p Eo Lm Rl Xj _h gg pe zc b ` _ ^ \\[[[!(++)${u q n!k*i2g9e@dFcMaS_Z^b\k[vYXVUTSRRRR(.221-'z!rk gda%_-]4\;[BYHXOVVU^SgRrPONLKKJJJJ-47874}/t)l#d^[Y!W)U0T7R=QDOKNRMZKcJnI|GF E!D!C"C"C"C"C"28<>=:y5o0f*^$W T Q O!%N!,L!3K":I"@H"GG"NF#WD#`C$kB$yA%?&>&='='=(=(='='6=@BB?v;l6b0Y*Q% M%K%I%!G&(E&/D&6C&=B'DA'K?(T>(]=)i<)v;*9+8+7,7,7,7,7,8,:@DFF}Ds@h;_6U1L+G)E*C*A*%?*,>+3=+9<+A;,H:,Q9-[8.f6.s5/4/30201111212030>DHJJ{IpEe@[;R6H1B. ?.=.;."9/)8//7/660>50F41O31Y22d12q03/4.4,5,5,5-5-4.4AHLNNyMnJbEX@N<E7=3 93736343&33-24414<05D/5L.6V-6b,7o+7*8(8'9&9'9(9(8)8EKORSwRlO_IVFLBB=88482818/8$.8+-92,99+:A*:J);T(;_'!>"=#=#<IOSVWuVjS]OSLJH@D6@/= -=+=*>!)>((>/'>7&??$?H#@R"@]!Aj AzABBBBBAAMSX[}\r[gX[TQRHN=J3G*C &C%C$C#D%"D,!D4 E<EEEOFZFhFxGGGHGGFFRX]`zap`e^YZOXDT9Q/N&K JJJJ!K(K0K8KBLLLWLeMuMMMNMMLLW]bewfmfcdVaJ^?[5X+V"TR RRRR$R,R4R>SHSTSb Tr T T TT T S R R]dh~ktlkl_jRgEd:b0`&^][Z ZZ [ [' [0 [: [E[Q[^[m[[[[ZZZYdkn{prrgqYpLn@l5k*i!gff e eedd#d,d5d@dLdZdid{dccbbbalquxwmx`wRvFu9t.t#rqq qqp ppoo&o0o;oGoTodounmmlkkksx}{s}e~X~K~>~2~&}|| |}}| ||||!|)|4{@{N{^{ozzyxwvvzxk]OB5)  ",8FVh|}oaSE8+  ".=M^srdVH:,  #1ASgugYJ<-   $5G[rj[M>/! '9Md~ܙܰ]O@2" *?Um  (4ALU]elrx~#/;FPX_flrx~ *5@JRY`flrx~$/9CLSZ`fkqw~ )3=EMTZ_ejpw",6>FMSY^djpw &/7?FLRX]cjqy~|zxxwww (19@FLRW}]{czkxsv}tqpnlkjjjj !~*{2y9w@uFsLrQpWn^mekniwgecb`__^^^  ~ yur#o+m3k:i@gFfLdRcYa`_i^s\ZYWVU T T T T %((%!{tn if d %b -` 4^ :] @[ GZ MX TW \U dT oR {PONLLKKKK&+//-)}$tle_\ZX'V.T5S;RBPHOPNWL`KkIxHFEDCCCCC+14541x+o&f ^W TQO#N*L1K7I>HDGLETD]CgAt@?=<;;<<<069;:~7s2j-a'Y!Q LJHF&E-C3B:AA@H>P=Y<d;q987 6 5!5!5"5!6!4:>??{<p8g2]-T(L"FCA?"> )= 0; 6:!=9!E8"M7"W6#b4#n3$~2$1%/%/&/&/&0&0&8>BCCxAn=c8Z3Q.H(@$ =#;$9$8$&6$,5%34%:3&B2&J1'T0'_/(l.({,)+***)*)+*+**+*<BFGGvElBa=W8N3D.<) 7(5(3(2(#0()/)0/*7.*?-+H,+R+,]*,j(-y'-&.%.$/$/%/%/&.?EIK~LtJjG^BT=K9A48/2- 0-.--- +-'*..).5)/=(/F'0O%0[$1h#1w"2!23333 3!2CIMO|PsOhL\FRCI??;66.2 +2)2(2&2$%3+$32#4:"4C!5M 5X6e6u77788877GMQS{TqSfPZLPIGE=A3=*9 %7#7"8!8" 8(80989A:K:V;c;r;<<==<<;KQUXyYnXdVXQNOEK:G0C'@ > >>>>%>-?5?>?H@S@`ApAAABBAA@PVZ]v^l]b[VWLUAQ6N,K#HE DDEE"E)E1E;FEFPG^ Gm G G GGG G F FU[`}bscjb`aS^GZUJVWVeUwUUUTTSSbhlwnoocnVlIj=h2f'ecba `` ____&_/_:_E_S_a^r^]]\\[[jo}rutju]tOsBr6p+o nml lkk jjjj!i*i4i@iNi\imhhgfeedqvzyp{b{U{Hz;z/z#yxw wwwwv vvvv#v.u:uGuVuht|tsrqppy}vhZL?2%  &2?O`u~~zl^PB5'  (6EWk~paSE7)  *:L`xsdVG9* .@TjgXJ;,  2F]vԒի[L=/ $8Ng $0<GQY`gmsy  +7BKS[agmsy&1;EMU[aglrx  *5>GNU[aflrx $.8@HNTZ_ekqx (19AHNSY^djqz~ "*2:AGMRX]dks}}{xvusqpppp  $,3:}A{GyLwRvWt]rdpmovljigedccbc ~zv%t-q4o:n@lFjLiRgXf_dgbq`|^\[YXXXWW~ w rnjh'e.d4b;`@_F]L\SZZXbWlUwSRPONMMMM"%%"}un g c_]![(Y/W5V;TASGQNPUN^MgKsI H G E D D C C D $),,*&w!nf_Y U S Q "O )M /L 6K <I BH IF QEZDdBp@?><;;;;<)/221|-r(i#aYQLJHF$E+C1B7A>@E>M=V<a:m9|76543444.4786x4n.e*\$TLF B@? ='<-;49:8B7J6S5^3j2y0/.---..28;<<v9k4b/Y*P%G@ <:86#5)40372>1G/P.[-g,v*)(' & ' ( ( 6<?A}@t>i:_5V0M+D%; 6320 /&.--4, ;+ D*!N)!X'"e&"t%###"$!$!%"%"$#$:?CE{DrCg?]:S6J1A,8&1# .","*")"#(#*'#1&$9%%A$%K#&V"&c!'r'(())))(>CGIzIpGfDZ?Q;G7>25-,( ('''%'$'!#('"(.!)6 )?*I*T+`+o,,------AGKMxMnLdIXDO@F==834*/$, !, ,--%-,.4.</F/Q0^0m11122211EKOQvRmPbNVIMFDC;?1:'62 2222"3)314:4D4O5\5k6}66 7 7 666IOS~VuVjU`SUOLLBI8E.A$=:88899&9.97:A:L ;Y ;h ;z ; <<<< ; ;NTX|[r[hZ^XSUIR>N4K*G!DB@ ??? @# @+ @4 @> AJAVAeAvAAAAAA@TY^y`p`f`]^Q[EW:T/Q%OLJH GGGG H(H1H;HGHSHbHsHHHGGGGZ`cwenfefYdL`@]5[*Y WUS RQ PPPP%P.P8PCPPP^PoPOONNMMaf}itllmakSiFg:d/c$a_^ \\[ ZZZY!Y)Y3Y?YLYZYkX~XWWVUUhmzprrgrZqLp?n3m(kjh ggff e eddd$d.d:cGcUcfczba`__^otxwnx`xRwEw8v+v tssrrrqq qpppp'p3o@oPo`ntnmlkjiw|{s}e~WI</"~~~~~~ ~ ~~~ ~+}9}H}Y|m|{zyxwwi[M?2$ "/?Pd{{m^PB4& $4FYppaSD6' '9Md~dUG8),@Vǫ͋XI:,2H`{ !,8CLT[bhntz '2=FOV\bhnsy",7@IPV\bgmsy &0:BJPV[aflrz *3;CIOUZ_ekr{ #,4<CINSY^dks}}{yxwwu&-5<BGMR}X{^yexmvvsqomljihhi  |'z.w5u;tArGpLoRmXk_ifgpe{cb`^]\\[[  { wso!l(j/h5g;eAcFbL`R_Y]a[jYuWUTSQPPPP wqkgda"^)]/[5Y;XAVFUMSTR\PeNpL}KIHGFFFE ""woh a ]YVT#R*P0O5N;LAKHIOGWFaDlCyA@>=<<<<"'))'{#qiaZ S OLJH$G*E0D6C=AC@K> S= ]; h: v8 7 5 4 3 3 3 4 ',//.w*m%d \TLF C A ? > %< +; 2: 88 ?7G6P4Z3f1t0.-,+,,-,145}4t1j+`'X!OG@ ;976!4'3-241;0C.M-W,c*q)'&%$%&&169:{9q6g1]-T(L"C;5 21/.$,*+1*8)@(J'T&`$o#!   4:=>y=o;e7[2R-I(@#80 ,*)' &'%-$5#>"G!R ^l~8=ABwBm@c<Y7O3F.=)5$- ' %#!!$ +2;E O!\!j"{""#####<ADFuFlDbAW<M8D4<03+*&#" !!""!"(#0#8$B%M%Y&h&y&'''(''@EH}JtJjI`FUAL>C::612(- ) ''''(%(-(6)@)K*W*f+w+ , , , , , +DIL|NsOiN^KSGJDB@9=/8%40- ,---#-*.3.= /H /U 0c 0t 0111100HMQzSqTgR]PRLIJ@F5B+>":74 33 3 3 4( 41 5;5F5R6`6q6666665MRVxXoYeX[UQRGOHPW]ciot{#.8BJQX]chnt{ (2<DKQW]bgmt{"+5=EKQV[afmt| %.6>DJPUZ_flu~~| '/7=CINSY_em~w|zxusrqppn !)07}={ByHxMvRtXr_qgopl{jhfecbaaa|xu#r)p0n6m<kAiGhLfRdYc`ai_t][YWVUUTU  {u plhf#c*a0`6^;]A[FZLXSV[TdRnQ{OMLKJIIIy qke a]ZX$V*T0S6Q;PANGMNKVI_GiFvDCA@??>?zrjb\WSPNL%J+H0G6F<DBCIAQ?Z>e<r:9866555 $&&$u ld\T N JGDB @%?+>1<7;>9E8M6V5a3n1~0/-,,,,%*,-{+r'h"_WOHA >;98!6&5,322 91 A/ I. S, ^+ l) |( & % $ # $ % */22y1o.e)\$SKC<5 3 1 / . "- (+ .* 5) ='F&P$\#j"{ /367v6m3c/Y*P%H ?80,*('%$$*#2":!C NZhx37:~;t;k8a4W/N+E&=!4-& #" !'/7AKWev6;>|?s?i=_9U5L0C,:'2"*" $,4>IUct  :?B{DqChB^>S:J6A29-1)(%  ")2<F S a !q ! " " " " " !>CFyHpHgF\DR?I;@884/0','# !!"" "'#/ $9 $D %P %^ &o&&&&&&&BGJxLoLeK[HPDGA?>7;-6$1-*( ' ( ( (% )- )7*B*N+\+l++++++*FKOvQmQcPZMOJGG>D3@)< 841 / ..//#/+050?0L1Y1i1|11000/KP}TuVkVbUXSNPEM:I/E%B>;9 7 6666 6)627=7I7W7g7y766655PV|Zr[i[`[WYLV@R5N*K HFC A@ ?>>>>&>/>:>F>T>d>v==<<;;W\y_paha_aT^G[:W/U%RPM KJI H GGFF"F,F7FCFQF`EsEDDCBB]bwenggh[fNcAa4^)\ZWVTSRQ QPOOO'O2O?OMN]NoNMLKJJe|itlmnbmTkGi:g-e"db` _^^]\[ ZZYY"Y-Y:YHXXXkWWVUTSlypsshsZrLq?p2o%nlk jjiihgff feee'd4dCdSdec{ba`_^}twwny_yQyCy6x)xwv uuuvuttsss rrr r,r;qLq_qtponlk{{r~d~UG9+  #2CVl~}|vhYK<.   '8Lb|j\M?0! -@Vo_PA3# 3Ib~SD5& %;Snߌݩ$/:CKRY^diou| )4=ELSX^cinu} #.7?FMRX]bhnu~'08@FLQV[agnv !)29?EJPUZ`gox}|{zwu #+28>DINS}Y{`yhwqu|spomkjiig }$z+x2v8t=rBqHoMmSlYjahjftda_^\[[ZZz uqnk%i+g1f7d<cAaG_M^S\[ZdXnV{TRQPONNM |unieb_]%[+Y1X6V;UASGQNPUN^LhJuHGEDCBBB{ sle_ [WTQO%N+L0K6I<HBFHEPCYAc?o>~<;:9888uld ]VQ MJGE D&B+A1?6>=<D;K9T7_6k4z210//.."$$z!qg_WP IE A><:!9&7,62483?1G0P.[-g+v*('&%%%#(**w(m%d [RKC = 96310"/'--,4*;)C(M&X%e#t"  (-/~/t.j+a&X!OG?81 .+)('#%)$ 0# 7! @ J U b r       -14|4r3h1_,U'L#D<4-& $ " !   % , 4=GSaq158z9p8g6]2S-J(B$91*# !)1:EQ_o     59<x=o=e:[7R2I.@*7%/!(  &.8BO \ l   8=@wAmAd?Z<P8G3>06+.''# # , 5 @ L Zi|<ADuElEcDYAO=F9>652..%*%!    "*3 > J!W!g!y!!!!! @E}HtJkJbIXFNBE?=<59+4"/+( $ ###$ $(%1%<%H&U&e&w&&&&%%EI{MsOjO`NWKMHDEO2L(HEB@=<; :999 9)949@9N9]9o887765UZv]m_e_]_R\DX8U-R"OLJ HFED C BAAA&A1A=AJAZAl@??>=<\|`scledfYdKa>^2[&YVT RQONML KKJJ"J,J9JGJVIhI~HGFEDcygrjkl`kRiDf7d*b`^ ][ZYXWVV UTTT'T4TBSRSdRyRQPON~jwnpqfqXpJoK=S;]9i7x6432211zph_ XQL HDA?=!<&:,91776>4F3O1Y/e.s,+*)((( !!ulcZR KD@ <8643!1'0,.3-:+B*K(U&a%p$"! "&(|'r%i"_WNF? 84 1.,*)"'(&.$6#>"G R^m~'+-y-p+f(]$TKC;4 - ) &$"! $*2:DO\j| +/1w2n1d.[*Q%I @81)#    ' . 7 A M Z i { /36v6l5c3Y/P+G&>!6.'       # + 4? J X g y37~:t;k:a8X5N0E,='5#-&    ( 2 <HUev6;|>s?j?`=W9M6D1<.4*,&%"   &/:FSbt:?{BrChC_BV?L;C7;430,,$)$   $-8DQ`r>CyFpHhH^FUDK@C=;:37*2 -)% "   " +!6!A!O!^"p"!!! CHxKoLfM]KTIJFBC:@/;%73/ ,)' &%&&!&)&3'?'M'\'m''&%%$HLvPnQeR\QSOJLAI5D+@!<96 20/ .----'-1-=-J-Y-k-,,+**M}RuUlWcW[VSUGQ;M0I%FC? =:87 6 5444$4.4:4G4W4h4}32110S{Xs[j]b][]OZBV6R*O LIGDBA?> ==<s0r#qo nmmmmlkjiiih hhg!g/g?fRffedcbawxmz_zPzBz3{%{zyyyyzzzxxwwwwwwww&v6vIu_uwtsrqq~cTE6(,?UmfWH9*!3IbZK<- '=UpM?/  /HbЀНи  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~mft1!  !"#$%&'()*+,-./01123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~ݯŌh̜λŽzې[=eu4TӔ~I,Nʳ~emŮ滑tcĚsE&4}U0 `t5 R4Oi  R;5L[ML^`6`ʼϚmZF|>&T<.Sm1 aZ]5\} T}EDd/"7IXkA(?cղ廗wb۞g6 ?^ف9/Z$^w%j}[+L<0 -a''U'%ʝv]J<2-,09GԻ縏jK/og4<ւ;1oBPi7/"y4Ftjc)"aW7hӮ|uqprwۺiiȓe=ێLn|,E*"D}6jXFG5% ' p pUB3& &ӼҩeH,q<O5u#gCH.8thB`z]a$fɬ}vqligfgkpzŪyawݦwP, 1Np`o7@r_M;*3^+ ƣhM2|Fq|/;d tjK0/Ryt6m|i hpaPliZI9X)V/)G .>RhҰw]B( J}EP h6HuiR>3+X"\Jzwz LWhtңzX:)#RiC4yO]:*Ot3grD\A_KW $1?N`t¾~S?0# vuFNDkyf!SJ?w+ EM.*-E`ct˷|xtplhejH- 1B)kZN4 =eNCzt _t,8ESbrٲymd]VQKFA<82-(#K% f=3l 5[/^w^C@^N,>Rj|þm[L@7/(" 4v$Q|yfQ#:62/.1%B} 9b"Hri(N\3.2Rwr/BXpon~dVKC<60+'" RmQ:B#h >m7/Ptr*AZuXDTdu{xvtrsuxO:0(! #i 9c4[I9]{ !8RoX)9IZl~wqlhda^[YXWWY^eq1 V/W|7+a ,Pv0 #;Wvc*;L_tſld^YUQOLJHGFHKPYf&VP:y !2X1Z'KqI/Jhu&8J^urZSOKHFDCBABCGNYi}.VA{ 4`?%Jqf*Db5+>QhvPJGEDDDEFGKQZhA6ce 'Ls/*DbP6Ja{҇|SGIMQV`sV5Pmo>_{desc Little CMS Little CMSdesc2.x 2.xlcms2-2.17/plugins/test_profiles/test2.icc0000644000175000017500000237624014752176133017610 0ustar martimarti lcmsprtrCMYKLab 5acspMSFT-lcms desccprt#wtptA2B0,_fA2B2,_fA2B1a_fB2A08B2A18B2A22d8gamt kdmnd dmdd ,tdesc,Test profile, not suitable for real use-Test profile, not suitable for real usetextNot suitable for real useXYZ IÂmft2 -Ge % M u EtHHt !"$,%Z&'(*+E,s-.0132e345728]9:;=>;?i@ABD"EPFzGHIKLCMjNOPRS&TKUjVWXYZ\]*^F_b`abcdf g&hAi]jyklmnp q-rMsntuvwxy{ |"}9~Phʄ*AXoĐؑ.<=<:852/+'# ׮ϯǰo]K9'ǼȪɗʄp\H3ҵӒnI#تـT'ݘg5e0[%k&V7Yy.Pw/P^X"7Ni * Jl.[8^!"+#V$%&())*S+~,-/011a23467;8e9:;=>J?z@ABD!EGFlGHIKL$MGNjOPQRSUV5WRXoYZ[\^ _%`>aXbrcdefgij;k[l|mnoprst5uPvkwxyz|}"~Ca{˄8Rmӏ,9FR]hr{|wroljiijkmosvspmkihfeeeeeeeefeedb`]O?.ժ֏rS3ܟuJZ&Br,T t(=KT\ fnf>j#6Ld~  5RpAa / S!x"#$&'#(E)g*+,-/0>1`23457889]:;<=?@A:BUCqDEFGHJ K#L:MPNgO}PQRSTVWX3YDZU[f\x]^_`abdef5gKhcizjklmnpq0rLsituvwxz{2|O}l~Á6Rm֌2G\oəٚ $'+/38=BGMSZ`gnu|“ÚĢŪƬǧȢɜʖˏ̆}sgZL=+بٍqS4ߩS!K_!_Mt*Jf8T[:i&8Ng *@Vl $<T m!"#$%&().*E+\,s-./0124 5"687M8c9x:;<=>?A BC4DHE\FpGHIJKLMOPQ-R@SRTeUwVWXYZ[\^ _`.a@bRcdduefghijkmno"p3qCrTsdttuvwxyz{|},:IWftȍ֎ $0|7{̑|֩ڽ|}|u|YԢ|1|,.||/iG|=TN|A;|z3}ط}7u`|є|ɲ|OC|.za|f{Q{ר9&{pjx$N~~"dVfqth}^E2#TCG.c0ϽaĨ܄s>ӄ]LDq#߅f{s]jY dǂcA4QVBւ3mr!.\NDO$D텃_/ {͂S_ꏙTmpځG[~C$H4끃 \ ف~O0ׂ΀oZ1C$[$u:{s6Eƾǡ㵏Xo2ߚ풪vmlmY"|8A "(爂.jJ*֐=?~^vk[WC䓒?5pS%;|=FrG7碽|)\itU{S3='?~t >X ٝ$yRgG^SS~ӛe;~wV}rƂུ˜@47w%%n yې_3I-U kꞝ` JxCfbSP"<9كXܸ{Ĩ(٩J'vZڜd.Q:ƀNGؑא$W ΰ^|NڃxtblȞ>Od8D~ZՒt3YmلÂGaqhP~_v2L57 |ٍӟ%p|~?u"ҐQMo ]L+I;3-~Y{'|c|䏆}s}Ԍg~*~|щjV(L@*Մ!ڈfS؃Rʂˋ劁{SL ikPUՇ?b!፳5)*,5f61Fy戻h-Tdž߇>[!ЎbIc!sΌ\Ysx[%vfۇ$S@=񅨊!͏ӊmF8זɐvڇme.RK=J!}ېaџbj̜̋>͔bÈTtԇcQ.>;ÄGlʑY͐=m ⌢@ WrrayOR{90ɐn=fЌ{lҦ{݉iGpn;p_M 7ǂϕm+ܐ¼.h?Gĭu娼~]n+堓]u1KipU5#gyS˺N0?uغxD+{=SkZ„PH)2X~3g}aRyދ %PyG!1i@m\X_F=0(⠐|γ{!{|*E|}_x~'vQe׀TS =!?#ق۔trdӓL͎̄~uAĂkdcD#Q_< É7Ay3*7pՇˇ,c3sՌ;c! PމF;9 ɉ``,LёCZ[/)dErJa͊,O͈H;" JǗ7Ɖ󈲐(ӛs )]xwjt[.J~7ǑQ`O2o󟉘avh@UYh$.Hv5HX6d*O9~$Wt8_fsՔ_WfG3q AԞlH`=LTdrFdqpU9E\V1u6<j2$' ;~@9pcbKS^֛QC?/2@N4ƥjf_ѕW{2m_ƌ٣PK@m(,U}̱NSry-kݏ`]MNe5=̥)8 -czJJzH{L{[|~w}Wi~hZ\Iߐ5X\Ў06#4ϣBSdZ€xv hU8qYLuHΏb 51DOWݛsg~Sə-ta}fX(.GɎq4tщ@v"Ǣrћˉƀrψ\eVҐ"FŎ3ŒPMc51ў{/P~ygqfCjd|U>E΍wm3gp'{3P|oԐb6aSݏpDNQ1%8|f-աԝؔ qaę/zlm}`4RQ#Ba/ mϫsᤓ[졞x+k-^Q?P$@ыF-gT߯ I .vi\IpN7>x+KϚ tTF_fz-tQgZڥ@Y搼K;(fEQ ЇǦWȼ?dʚ³re\ĬWː ILg9jͥ=%Ǚ QkLZ7z!0z{ JM{||&p8}c~TȕE#1Ƒ ^ƪfǢznSaMSP-Dn1;UbuƄnUyTm$`qRoC _0drL) C>Tġwkbt_KQ0B/lE5/ǎf==v\6jҋQ]OsA&qR/*Bb=ì(ԕq`ztѐhSc][֖hNV?8-N3_lƢ\ϝZDL~v%r*fuY@L}=e+q0稲 *}EpJdĘ'X0MpJ˒dѕ,,GGτܑ:Pr|.hqكe7Y Lv=-q,rM'W0dDNzo=dTXF}KEW=y+vՐ&G\Ve yDn'bgVJRM<+΋g*㏁ȘIůҫwlD>aLLUCfH΍:ȓ?Y):`nyvcșIٗ"vvejء_MdScFۖd9Ǒ'{6 ߉Leﯿժt?~iHk]Q普E=7W% 뉣bwӥS~Nzs+g\xP"m7Cb5~#;u հn|ةDq6He¡Z kN KPA H2Ÿ| 8<PE{U݆JV`{ocdXSa L3/>`00r} .{lҺ{D{u {jI|7`|T~ G枰9P'wZ~. sOi^æ(S܀Fݝ8Κ&'j  ؽˆ츽9}[rͮ>huɂ]mR]%eEޝ38 [&U0E^,{q2g"\:†VQuoDŜ|K7DF&>cggڷz6KpGhOeƨZZ#OɟΉC͊:6݋&.j3Z|ylԐndRkYkNJJ.BFBz5@G$͓` ǏQXQxm?bݧWGL@ӑ3͒"ѓ3 S^I5=vڱUl9lal=VKF ?BUIG=(09 H |x~sX iBX^kSrqDgf\VpZK마?!-2"N څuT8|Ƅlr޻i<ƒ_kU_Jߦ;?S1 R!D 񕫈{Y(qXh%^`T'υI+>O1S/!~G ?NH*B3zp鹻go].R#UHxJU=ˊ=0a!AZ xeѓ y*oعAe[QG";Ѡ3/ /djxȖHnǸ㔋dóZP[#EƤD:jG.B,HL>ywsmbc1YO(D۔9P,ϗW,PvmldbX\pMxC7 *͚me݊XO4uVpfkP_a0V]LbdAw5w(|l4f~7Wt#qj'\`穖UNKT3@u.3%^t|' ]|{\|||};|e}}db~~!~~ډun_F}E;" {d {˃+|7|}A^X}ɃXn~\ntC~^>Ƅ!E>"ڃYz;zC{?{ω|lƙ}'}Rs$~J]BDj K#vy6ޗyɓ'zdϻ{{O!|Fх|jq}N\@~hxCd`#RYxdyxy&zA2z`{΄|=p|[H}ČwHӲx.4xа]y (ya y8{ zj%h>zޞS{K;{4zk5x=lx ]xy=ygyUx^z9ezQzŠ;8zx3xTy38y-Byg+yyڷvz Ccz9NzFw6yy$Mwڌ`z0͂~zɃ5{ׂ ||}Xk~,Epς/[YBmH!v;x́sdǁBR,S+]с%Co|"ZtBAC!"wř^ VFxSHhnjΆIYp1iA݇J!ҌH)GÍг&Y摌ފm Xi@ [!ł_~~i~ٖձ4~ߔ~m~x2kxWoߋ@Onp!ہ]~nϷ~k[@~d~e m~d~}||f~i~U9>ဂ~|͑~s~6~~<~z~*sg~VT~6<~Ӑ~,c~}K}ͨ}1}7w}Oe}ӘR?}:~?4}y ~a^F~(~}" } f}|ㆯ}h;u}^c}cP }g8}=r{׶~ʜ~k ~ }ָ8}l}N2r}#`}MP|5|upz]կt ~ ~^ܣz}{}}7Wj݄V?pqL QVڄKH^|М˄wH {ՃiuUg>M F0ؔ!SWӍ֪LŋkՃ\mzIhOʈT>Z <֚x]ז )$xĂWg$USa=^;m 3Ԏ %>jOЃVh.ǖ܂4/vɑe/Qpb;ہs%ҝĩ'#sGޟzAτŘtrQ%cP#̑9؀v|Ѳi(d;肖ϒBۂtbSrMaN_/Z7ΔdT~؏v(>3xR1*p ^LB5}*gwaȄҬpR}mu?o\@Iw`2~C4{ʋj ;Ȅ ცÜ<ڋ[ {tԲk/YUF~0l}zұDxrx7qy~Gzј!{ȉ'|x>}gF4S=xjJыUێL|–Q楢ˉi`WzwcTeRņdE6ۂ}J=Ɗ!o'ņ<{ԅ4l/\=UJr4聭uBO3 eOy3j\ОZ⛠HX$2+~IG PeƈǶMd)w'gуWt}Eu/(H}!UQʶ6Ɉxc 5te?WU"!C-Ym {∬wNx1ky 2zĎ{ |$r}`b[s~Pt:ʈ}E F~:~~~Ȝޏrsxcq{a ЁNĂ9.dÅ -'=Ҩ͐Wv5F*~pc_lj1M׈h9l\ߍ[>SH菰I:|u}.(n^nLo8IfE׎ٿ͓qQm鍟{l]K̊7{ޏ rϰ~Vpyw k[QUYJ%(59 s;3S`ߎnΓ)ƚU\wBhوYI˒ HN3g.2K6CBQގ:"Hru2/fχ/W^IFp1탙EGseَ-](zs CdC3U=՚Drc/ؘkKڻqV͌i~͊kppb%cRnA,ڂa ~^5`W_~{ӌt|Wlnw_񆩪PV=?2qJ*Kh <}?bvٙwwxFyzz{lÏ2|]~{KЌ 7pˌӹ}<9+}ږ}~Hd~ybvPkO[Ɍ3JZ6R¸ уv}@H]w׏փ!igZHI/5'b/Q՗ՉQ^~@ v-5'hbTY4H4ӉΈpKƛʎtÒS㐅6t\fጴW?Gz`E40|-S@+fPĒ>ސ rd*V$oE툿32]j5x^/f&O,} pv7bዴT+GD#0=%z󠹈Ñ{Ï^gn|P`DRMjBB],.ʕqM_Rc䧅ʑ^y%6llq^ӊP8@H ,B {}s۞ wu jҤ\dM=)h] d䇳KA(uzh fZ@P{Kg?; $&Ѓ> #~.BvuEwa)xYyyFz>sZ{`f?|Wh~PF3Db'|{|i}V}~~1r~dْVV(8E;2rچ 3͂ Ղny\rO}XrFpzcT􏔃Dߍ1S R#4o:ɛØv {φojSbDS놝CՌۇ0M7󏙩֝& ߋz 3mwˊY`jRgEBٌ3#0;o։pahYN%rAt x"kM^⍛PAW.֏DҍN%^l$Q*Jv%fmi\ŏrNҍ5?e,@|x0 9tJgZ M=܊s'*X Ʌ%RUȝҙ~ġr_(eˑHX뎱KV1;͉(U Mr۠ݝOIϙ|̨p8ϥcVmHe9 %pPϟև ܴzǖհnVAa~T1QFX6""ˆeSj㪄v}4wG[x{!xxByl8{ _|kQn~ B5~/cPT| ڦE|`5|j}(v/}ję?~Z^c[MPA+E.U7IvkmuFyi^]KOaH@--e騈Lʊ+QF~s݅gٗr[ N"g'?/ۇy,@{ "{9K}kr$?f[LIZCbLꑾ0>=. ,H/Ik*ۆW{Vp\Ɏ+d΍PXیKJ/x<Ǝ*vZy~yRXߗ4yɔTnrbnVpIz;^( FϧzƝكܛx5lș#`T GÐE9^@&o ɆՇK.ɤhݟšvybfj _&֛SwEԏ嘚7T *$bq?uή:ިti hg] FP̒Ck 4!mߖW~IrΜqg,ڪ[1NْO=AHU*2RU&Θ3&v܎Nwvxz1.xo̢dydzX||>Kg~<*5k{b|&B4|]x٥t|ne}8c72}W~Jy<)ߒTƁ 䬸𨂀wm a蝁9VkI~;)9ʼn.İ+Mɀ݅AvkI`zфUfHNG:.A(ۊM$Et|Hj_*aSSG$9M( %-PLܫ.}ڎs hy,]lBR2E 7&o` Iݯo}|qlfȞӑH[JUPWȏC䔓66k$~ɔ$ FZDěVzQ`ore4ZNhBD'4픾"([uՃqx4.nPK"cQ(XfL|@kϘP2 )zT) ˪רtw/֐4E(Ղl&77uWGjU`>uTIŦY< \9-ZOpX)wcxzQxpy1fjy\q}zQ|KD~!6Ҁ%;oK //=t|8]|]y6|oz|e}.[5}PU~CR6$u JOĀY%x[nPd~܀ZO4B5A+b$+ c `B|@vޮm kuc)$0X8LMYAܚͅ4r`# zo÷.u "kǩňa٥wWiL@ʚ3#; `}$}wtSj`J`bUK0g?^}2_!˓0 ӎZQؕ#|'r=hd^㤕;TdI =ʙ0Ǖxzozx,{iYqg3]~>R>H E7c~;00 |wf|nܷ|eг|\O}R}H̥~=/ܝǃsAӊ? (A1l*.v'mcdز?L[vEQ GŤp<4/1߅Ì ]T~uɻtl:JczZP?F߄_;7ۅ.k *u}tω4kSbŇYZBO9Er:=-ܛ+/:ɐ Ć}\sGj״az7XaN:D8t,ٗ,|F듹rْwi2`Gʐ%Vͪ(L{B7+,Ζ 0{(.q幍h1_)gU{KAa6%)~BϖgMzpǹ_g1]'TYFLJP͗?[4<#'ҙ/^̏rx߾OoSMf*P\R):H¥>@=2y$r%$ˌwwnUIIdܨ[_mQGh<á&S0"%\/qybvۢyw6zyg{5z,Z{{X||ph}u}q~R~\ cCف lwwfٛx3ykzz/@z{΀|apo}Z~BQ vזww3xVy1kzpz{Do7|ׅ"Y}ez*U{"Zm|X}*@~k 䀽ktQuxtv{!woxn ybGoz`l{^W|x@V}6 TsϢ tџuߜp.v֙wӖ֎xŔ]}VyjzVP{Í>|׌ ~[@sLt[.uwܭvjWw^njAxGzy6hzTt{B<{|Ls5<̏t'u"ҫsvv/wџJxxxfyRzb;{ mzېMsG]t#u%uٯovwbvyxNdSyPy(8z+'GycإsXtkL0u8uQv w^_sx MaxMy 6)yAcRwڌcֆt,Թt ujvv v'w>cqw̮_PxBK_x 3x\v֊Lu[Yvgx9"ygzb{ڀL}m%~[XTy@E6ՈY޲}}X~$~Z~P~Ȱ7~2K~&~kڀ jW8W?}Ã1ܲ|†+^}ǽ}MbX}}Ύ~J}"~ȄjOV)>-Vڤ{|O| N|eX|}\}A{~}iH~U@> )(-،zіA{/{e{D|I| z}Ag}֋eT~_=fj7$(ez/l z·z{X}{$u|"w|f!}/R}؍n;~ƎeZy"z$>zz{@{u|[d|P}$9}~ y ©yzBzz֡{4s{,b| .N|ww8|2Q|6yyy쵭z"Cz]1zzࣆq@{6x_{L{֘5{ݗzzgBz-mzLBzm-z  z`nz]9{J{7p3!zO5yWzV+z:Tzu䜲z{2zwq|zDlizEZzGz0zO x?MՓHt(v"„Nwoۃxʃyg{7zM|h]}T=zj>+ӟ|7}уG}~)~HVyg:St<kѧ_B$܂U×1郤ԃw҃eR`,;߂ÆˋϨ:@Fҁ{J!LPvd-BQMq@;!n͢*/C𒏰ـߢ:n{^:PtOcQrPI:q:=LˋF_%{D͓bra~͎EN8`+=ɐWŞb^C{pC0!_j9LUW6s_"ȩ{1v9L~}~қn&~]t~@K!~4~o-}J ±ƨ USYP~~?{g~|k~L[N~-I ~ G2}|"|,mu  ~vx~GPii}NX}FR}l"0 |3z‰xJĚԅ~v~g0}Vn}P1C|٥O-{ݞ ygbt!`ufvRvqwHyQY zt܆{|c}PɅm:Hȋ={c Q{Y|}<|}݂F~s]vbobtO19ԅtLoƦ6'[uƆq a*pNwL9C*ļR6_م LtZćp_J_ЃMs87ۈ&"-ʇIFȅ9} n׃^;Li 7|Jx‡ @4;N^KՄ{u'lۂ\~JقV5A=҆&۞{jϕOn yZjoZAI3T; Wȓͅ0wBhXtYGD1j7=@f¦du6fuVE1X/}&Ѫօ׶#ǩrVc.TBz,~ O|RN׆ƻ!~󂪲pŭaрݪBQЀl@ 0*n}Ŝ zنſ;sx!tvHwTx}z o{^}1MJ97,,`xzHُ$zM{1j|N.}| }m~]@Kڇ7[؋! @0wсCj_Dizt`l4f=\YJԃ6/z׎̈,s چq/xjZ؆I5ZLj6'QQ񑷊" wKiY&CHm04 ]o`P?Гfu \g&\W܅F)2/YF)-8V㛈yy>y>5e-rie֑UބmE)}0CDH$Nx0wO~Zpކskc X?S[wCk[..Y.0QHt m|FKnȆ`@QٙAY,z .~ڈs@7ز~B1y#lqפd^nOed>,)ـN }R#ѿEV-P?Xwgjd\g6M+<7'LĚT|s @tHuQ9vڃmx0vŽyiR{.YȌ|HΊ4Xa\Yyi"z!zَd{A|Ru(}J'+ݎTVzחʓؘWL}+rVq'eYAKH<#) 91Þ+džٕm{]oʐƖcŎdWkI֊“:ψ', 0dƥ4F'ym吀aێ]Ux>G݊K8ƈO%;_/m֎F4MNwuܥkɐ]_$S6Et6ɝ"T6䗦.t[t;WIuҭWi>}]ɍ5Q:CQ3LՕiCmrٓHsIu(~vXswhVyy\MzN|?S ,T-qIxSy֞y}&zrh@{Lf䖼|NZF}Ml>A E+҅>l-}ΐm'~T~e{F~peYLA_=;I*o,1yorNL/z%o^ȃ$cI\XBփK<6)!AǗ߉.fЈ0#x܇mԗUb.Vݒ8Iɏ臡;>ӈ)GV?iX6u#LvǙZ}l `”0U#H+J9č('c < /ɒtoj2"D^擓aSG F\Ď8"% *ܡ웾lɚ~}MsHhv•'](,QDEv6X#MօM0䢗z|ORXqoef|[VܘO>B֗*4Rj!9;vrЃm çzdV3ocd`YBM}@`w1i>s\;F7_.䯘x]mݘZ_bFWogK>H"/-|~ےAs*t!l uuv:kjwh`֜_xUczyH|q:)L'ʒ ̐ͬnx2dx~;yet3zj=z_|{TT}6G~9)O' }9%}t|äv}rס.~h~{^/)SFr@n83&RP KjoJ{Q,qbr4gl"J\ƚQŗ)3EC}>7?%1 cfˇEyoejC[ccJPshD<6V5%\t wBPvxUn[<dWߊrYӊ&NӕҊB ~4鐋#u@ 57pv0lڏbvXe2M^@ؒ36f!Xے؉7MZ ~楳u4ߖ k%a|VcKl?5&1dJ%(O"C}[siJ(_Z՘TxI=]/Y猁JR{rq֡Yg<]uRG];p,܎ыu2σ{uz pCf2[͚PeEĔ&9**h$o+s}رtuUul "v~b`wXȡxN=}z}Bm|4Q"w q_x\|ɰExt2ysjLzazW{M}@~3:!Օއ0 ~|{~}4s>}qi}}`n~*VbJ~K?Ё^2a!: rほzqƪ|hw_U}0J>"1o ? n\9ygKpɅg5]Ԣ1S՞IN=Ϙ80J )x#o)Beƥu\XRV$fH|6{߰ܣeril=_֤`V&uKbAWSo5P a'Ϛ8zuq*C3E&Frb􉩀ssTjϴVb5Y=CP1蕐F6<1wJq$'•Kr@Ƞi0`دfWϫvNvDG:Ȝ/]&!𗬖qh\_DYV(MXVC9a`-} k> v#rxwswumxvyx zy{{{m||X~:~p@^o~tzqu{lv|Dw|x}Wy~fz:lO|W}j?}w^s 2`t9&uu*v9wx}zk {KJV||>~6qJۗq6st^u7Hvʈmw| y@/iz{Ug{ֆn>}^k_p|qԺs\tau+wzwxhhhUyDT`{A=m|e~Ao;q%θNrFsu/vmxawfxxRzN\;{}b}vo &~prUsbtuޖvwHdZxQPy9z| {ҟnɯP3p/eqOr棟Qt%݄OuW{sv)bZw3O5x̓p8yylnp 0ZqodrsѦt{qv`.w!M$x5xx1np7}qKrvsvtXo u]vJuwYU3Tw*v䊩oYͰp|ɬq!r ?sT}yu5\uɹvvuvwzyx{jxxYNyFyi0AyF x^*us:ui}vv߆w[wwͯ9gx>W x-DlxO-x8 EwḘprY`^t3Iu9wSÁOxvzd|1QWw~:bʰ5xR 4y=r4z9T:{C| l|t~ cV'P.9ۂȬ~)|"ju;OUv@s߁bG9O܃9˄΄_1ƞ}͇}.o~&}~LPm~q~q `x}M8:&TĎ|ҏx}Wt}<.}k*})}ފMo~7_Y~LP7}$L^n|e|R:|Ù_|Ē h|}|}5 m}]}~K[~54}dh{yx{ȝ|s|H3|nz|k|[}SQI}Ď3~+{~پ){?װ{xƢ{{֞{x|+6i|kY|xG}2}$s |{,a{Rܠ{s{{vX{Şg{Wz|&'E|N/| {&{T#{iS{w.k{|3X{t0s{e{ T{C{-{ uyƇ{٪ {G{;]{m@{M:q{D1b{8cR{'c@z*z >x?zp>qŨ9s&u8v_xapz_{M}7oۈyj()wD\xEyWRzIH{F}|No}y^~LjR6j56~qp~Ϥ6)a|)fm]`KJ#6>vt)0քOzdQl2\3J,[m5HنËͺ@=͂HZx!judZk6I 4 =¸.Qh$ZEc vٍhX߀GӋ&25ŜAV~.s1 Z*/txQyf_#VE 0߀:"S :8/a̞KscrmЗd`nToCK9.~7s%SL4)}pSh)bGR~ߘFA~,~ |΁Q f{m_~Px~Z=?L}䜾)| z{iڿ > y]k~ޫ>]~Z NH}ॼ<}<\'s{暬Uy݄nvorgq?Pr [tlfv3xwjy[Ib{Iއ}5)Y`EvUHw]ÊCxtD`yt~zwM{is|Y~KHD40{ʈĊ-.}ȊA}L~~u~w~uhRFXց1G}3C;6ۊ1Pʙe)ătftWI JFf2ăd*Yۣx0ʆd_rZOd愺UJEP145C򈲑א#h}WPQp]gb T,C2/ǍX,+\k{4ВjnD`vR:뎷Aj-؂Q$𠿝|,@y6XlM_2PdI@2+ր0 بݏ kw.jG1k\k1N`j>)W) }نԥև̆ލ٪f٧tǤhZ[K3t;J&~"|S,Ɉ*cЇ ̅ԳyrHfVXÌ.9$$8}}{ìoO~$pqr)t!~ꍾur;wse ZyJV:d{ 7*ڎui}ڊ5r4ʖfvYqg KW<D(Z8 |(d򒯌颕|V0{p@od+W{IȖ:R&;_Kw@_J~yʉˤn7VaކܠU9G1F7n#2;}Ѓ뎟鎸ƃBwl4_򆗧S=&EϤ5R <|}dښ)o&np&re.sw'?uk:w4^ЏyP{A}-,_Պa>"tԗvwF5xSucyhiz]l7| O}?ዳ,HgkM2z֔34{}$|.~Y|t}khC~4\r)NHh>ʊ9+Պg~?זӡ o34~pr-ysoVu6d1vXxKLz6N$O ·Ϛ%z yHo!veZڐOC 4"k])ܜJs)xZn/cLY'M AU$37E T  }g"#(X~vؚlnoKb(WMǖL?p13?ɂU"r~|tšjvO`%ǞU>IC=.E. 4ҁ,2|Jrh4^cHSoHH ;ģ","z*OYovҥKpz#+rpKsgAfu\ۙvQ'|O~(C3k54c #YV _ʥ~~Ѣ~u lecXܗRqN=ρHB48"j g}ktуk#aWL@ȅ3GȇN!⎈C Epq4{erD7ҏ( )W} ns٠GjamW^!M&B;_5̢̎'R.gpox>q-p7rggss^FuTՙz1=]}R?TNc9t|w&ueovSfDwK]jbxOS]yIk{)=ʘ}#0NwH2n~D_yuymާzHez\7{R|H}<ʗ/iV2BW}$}t˩~lC~icŢ~Z럫A8"}6#)[]щJwރrB}=j}zb୾}Z~Rx&~I~a@":}5*.>(nF,op:qHi|aϬY QYGHbƂ? [44P-'ј$djpD*8:Ď/֙}#_Blֳ*dɯ-\ͫ T\BIKףhB㒾9#lf.#|?iVl@nC%:pqs(CtuUvI&cw݈_Py:{a~̰k̾NmKo( 6pOhr\ssCuzbwOFx9z_:|rHʀj{lܭxn"pqLsHptܑ`v]Mpw97yBAKzDy#j=al 5m좺oq%z~rnt<^ u@Kw50x%xj{kŮmGo)׋np|=r7ls[u IvE+3ww0åj.%kҷmopDyqBjsGWYetqGui0~uÙ \ufj_ƶk[mSolp`uwqgr㩢W+sDt.(t 'tͪxblyn(yq'zRszu"V{vv|xe}zQ |:܀F˓vt߽w{v+0xSwyxēyzz{8t{|}c|}P~-69ف*Utu|һv}a1w }!w~xysz;bi|Og}Q9~G =Jsڹt„uބ} vԄ\ w̄E|F)|J ,{3|!Ț|'|'|"v'|i"|[|tL|v<{ݛ&{Zz+|;0|*|{t*{٫eg"{ŨkY{J{}9{$myĘx@eKkmoȌLqstAufwWyF|72U{qFxrS>Rsu261v=wrlLyTezV*|Ex~1Oox_#yʕ;zo${{}|Rpڄ]}7c~;TބjDM0S؇ot KE%{o(oKb:Sy&C#:/d2!| Ch2y˅m~`ZRNBkJ.֋}v|GVً탲v9wkʉ^zP_5@uQ,݁Պ3ߊǃ|@?H󁜁uvi*\덛N{Č>*U ׀o4+Eǘa\sg}Z؀HL <Ґ(p- ~XjbEo}qzeXJh:&r~@2|ޝvMҒBө0N{}ʤoǀ5cuAVH6Hh~ԛ8W~r0t&{$upaveB'xhYizK{<ȊV~W)ӊp݉{`Iv񍒑w,xyyopzcҌA{X%},J9~;~(݉9 x1D|Ӌِ}a*7}w؍~~mw bFWV?Ii[:B'󈕆 􉙈“\Ԋ'݂{Pv5;k_`ŠrU5]H#9|օ' {$p"P$~ptXB%j^SvF} 7%iP f c?~|rl6hQ]!QD6+(q#<v j愛z⌕p4fMʑ[FO҇fB\4wXs! pсރALՂΛXy =nʊԘjds_YmMAl2wR1QÍwl bb]WV›Kӆl>ƅ+/܃ϛ ʂ'Z.~㍚|u4njmz`٤UqMI S(7HVѓ< D._G0&wRnڑe<[FQ+[F:_9ˆ+cxJMv.m!åAcȣYÍmOOܡD^70s)D0D_k|m\tž(o kɛpbƙFrX—txNAvB7x4D{" υ`Tp{qsosAjrtaiUuWs.wM yW@W{o31~:!4$Quz9v}r&wwixv`lyV1KzKޓ>|/?ۑ{}2* QH&.^zxɝ{5p<{g|^}DTؔ_~.JRJ>1$ xTwZ oa]f8]J-SxIUj=0*F~5ͅuĜKmvdS([GQŅG<.x]|1t/Ck-bЖ͉YؔaP;E&:=X,팵ɐ'vʁ{ ǐrIj#1a/RX-%NlD=8+>1{א4р#yoyph{Y_Vs4LOBs)64);J"wNvo&ǜEf$%]%T;KJ@`4rf&v3me9[%R͒VH됱=>`2l:^$%pzMl$rmko9bpZP rPutcGv};x.Q|Ɂ ry+pqoqiߣs#atlYuOƛwRE y!:{R-U ~W攴&ۑ5Iwup8vhw`MxW*yNz[D${9},d4j"v ynzpgQ{&^ {V=|Ml}CǗ7~8v+sKPNOluw9~m(~f]].UcWUL6ɁBQ 7i6*j:6ttlBvdU\6Sٚ;JAr5{) iݐ6rեۈjۢ߈qbˈjZWR1"RI?c4=f'j⍄䎍S 8qWjiaiaOPYPGm=Ȕ!2O%Đ/;og8`W!ODEÖ<&0Бӓ#|Snb՚GfRיu^UUϛM0Cؖb:̘.o!-V ӌYlndᡰh\۞TGKȞB( /8;},˔ W凫nڳZlgįn`۬PoRY3pQrdHӢt6?vI4x( |)Sn=pf⮿q_5rX9t%PzumGΡv>x3ќ{''-~v85[bm?teu^:vW1wOtxFԠy=Ɲ{{2!}&U{j8kXydɬy]MzZV {NR{E|<~b10[%zƗI߁jjy}gc}\n~>T~M4^DC;Ёu1ID$$}3SVibwD-[OcSkK͡C::</#LXnJvT]ha>Y(R JHAy8]-B!8Flg__*XNPƣ`-H۠'@07],or 01f(+>^ÐWJAJO]G[>35k5* C dݗG]R}Uɦ.MEm<Ŝh_3mt(`͘$qZ \Tc\FQTvϜLY{D4;&-199&W` 'ohbpk4r[mڣksp&u rvrtvwvdyxQf{{:T~}^v mqZo-rptrKv7sw'uay twzcTx|P5z}9o|vmkyJ6mz4oO{1p{kr|ԂtT}s v~obwDOyˀG8{Ƃj k򁹫m㝑oqz'sxT)OxxZyxtpqrçsvUtCiPuX[v&#Lv؛<w[&v7x pkqrysh1tRt6gNtYuGJv2c9vk$?ukyQg1jIlʍoqVtCsguW:xFz1}aۮ}nףH~p~Qrr ~t~us/weey%VgEzEc*}0Oֆ!|Nu̡V|v|x,>}Ty<~E}zUqt~{ld!~|UT}D8:/FSz|؟T{P}c"{}U|*~|s|o}b}HS~`CN2.̀-oyTz3z{{z{n|`|RT}r`A~h-lOsix$2yycz,}xzl{6_{Ո!P|@d}s,Q~u<qjĤ`wtxNUx4>yw'vyj z}/]{RN{>|vm*@} I~V#w wkxLʀ=x͕7tyHhy͒4[:zXLz<{8(C{q|wvwBȉwҝ~5xMrx™fywBmzu.օ} }!n8|Poq̄sqyVu%mv`QxQ zA~|-DŽWu3tu#w6xWwykz^{P}o@J,ăՇơG{a|5|}[u怜~ i݀~]YO9(?b+΂6MΟK9VdJt+h:[BM݀:>D„*火s承8~撳~G~3}G~r3~fU~ՇUY-L*V8<̇):|| ?H@}Ԑ}ӎ4}{9}Sp,~d\~X~AIJS~}:~̋'( 0Ɔ6}! }9>}OlyO}V'nF}Wb}kVE}H} 97}ӎ% }n}фY||ǜȂA|֛wY|ؙQlV|ϗ`|ؖTa|┰F|퓷7>|哗"|O9 |||q|b|Cu/|5j/|s1^v|hbR:|YDl|@4{zɕ|S|lGk|j~$|bEsK|IhN| \|PU{ܢBk{2q{ay8/ =g?$ikgl8~ˈnbtphkr\7&u%New>zZ+h}]׆3ndm}osqC}rrrtf݆v[Zʆ-x;Mz;=|*V N sЏyuv^{ldwpօxe^z Yj8{qK҅}<#)O1 pVĆz܆DzȄ{yJ|Qo"}cÄ|}W:~Jx ;Y9(U鄂 _]䅠W)Kw=@myɁb/{VnAyI%1/:=U['j ͅ|ꄱƊDSӆzudXk@`[7TeIG{N8`j%Ȋ P!~U""ti?^s늟ŔMEwJ6b#nρNP/()|t&r+)ǵ4\<]Q 鎨CY54k!n 2R֍Q6xz zpGeZπO6FB39~}N悤:2xjǟzn-Ecր1X7M?>R0~+}& Ђ\$Ev:lWLb[}VТ KC<=~.e}|{;Ygi΀̎lv؍un=l׌fpjaՋrVOtI("wa:RzK'B~C ύmHUlo 2IpuFJrkHPt9`\|uTwG2y9$|&7_ <ɆDr5tH} us/viÊBx)^{y~SzFF|8~%7 $xĄy{ʋzr{kh(6|I]mv}9R:~LEfR6$B 17c~.&zpaf1[vPӆ΁D#a5φ1;#]芉R%x;+nFdƇ^Z,1O{B4E@O!vӅOzkvQHlbކXMrME>c@2Jo,I&ΆÉc}ՐtjՆHaVJ K?0̓ZHّ--݉P+{crj i_ATI{=+5.тs܁)yyp f,~]6)?RFEGa:,A׀ ꧃wԇnцIe.[lѡlPݠÊT8\)񀨜\~8 _gixknӒnep![8rNPd}tC荌w+5z6# ~.l~nvphm\mr dsYՎuOwBy4|z" Tυr9}iVsutkݐZv%bwvXxMzvA|V3~!)Ww{˒@xshyjLPzla${cW|rL}@S42g%j KA} z4<}q֏~IhȎQ~_yU/K5 ?Â:1]=?ւxudp =gv]SIÄ=酈/׈P<d1Svkn6@Ve)߈9\s(R <5Go;'$.e;/yj*}tt7lycnEMZS،PfFo:k-,]~5{#s Oj/aɒXVND2֑c83 *]'|4yΏҜq:` hݚ _pV=LBH5 'ÄSQwom&{gB]!,TʼnLJˈ5@IƟ3gt%hݙK5~IgvƜ/io kfm]oTDUr Jth>Cbv0zz(h% }HluinZmpe+q\ sNRVuHꑹw%=#nyr/|jl ZH{՛qsrlKt.c˕uy[>vQ\xNGĐy< |.~zzavrwj̖xbWyYؓzPiY{F}:䎅~-]冼Pzx{q |SiY|`}X}~mOZLEFǀZ9,ۉVdςKwPokKg_C# Vё:}MxC83+ˇN̋χ݁9uɘ=Vm˖Uce`{]~UKAݍW6p)@&Pt(lċdGˋ[֑eSUCIXO@,4ËS'Dre>;jpQbTZ!tQDH:Ԑ&>b*c2芬%@Qph`_X:O&LF:c:3|&ߐJcmrEf^PWDO/eFe'=#)2.J%j ylфDdh]UUmM}VoDF;fK0ta#4B勫Ѐj>c Չ[КZSKĉC9.Ώ!g"h;i ɏsa`#ZARIJzP{H|~@}7י--V9$ ̄hc8}\x~8Uۢ~N%qGD['? ؁6]oh+rizL\!?b U[/-ThDME=iB4܅*0ψ&,( RqT݀`k]Y̤uSKD-2&;ޙ3R(6 s su_e錬XtQ3J&|B:7A{1S܎&pw^!W gPPHu,]@ʛe8J擨/?}$]d \}Wsvntw^vyKy${{5{}x4ځgtA,j uvl7w 7nx:p yo{qzms{\u|Jkx"~.4?z(1e|jhF}Wj}7l~)n~yp5kkr[HtۀNIJw3sy}kd6fOi.jIkSE&mv!xCoiqYs̓H8v2xyQ|" %bȪeN g/j5flhv2ngp5X'rχFu 18w1 z|iax Yd.giJk'smeo͌V1qߋwDsz/Lu8 x͈`l cYVf!4hk+jqlϓ2cnSTXpCCr6-vt= wIUJ`b£_Teugƞ}njZolan1wR[pTAUq֒+grYiu_xbǔe8gjc{i9m~kQ_gmPo9>p1(pIu`@_θJbVd.gyi%ktk ]_lpMnifxihtxkHynt0zqf{sW|vE~dx02{XtQku_mvyoNweq8xPs0ryTue zuw U{xD}[{#/=z}["ermrPsstuAuv}wwpx&y=cyazTxz| C_|U}.S~[Dpyrznsv{Dt|| u|oOv}bxE~gSyLB;{Os-u}?!J*Ϩ%op:rs sXzDtmuՂ`w-ZQxA&zPD,|- †mqoSprIRx4sktن^v2oPwK?y=a+z؇W }lnK^pqiv r3isf\uRN$v=x )yM |*kΗ_m|0Ho:p>t qgs+zZty8L\u6<3w'(wzegVk:=l❧0n}oqq8erwXs:Jpt:Eu %vAxjln={ioopecnq=Vs :H't7tƘ5"Zt3cI|#jɱ-lUDmYyso%mpIa~q_eTrg9F#s85srC~i{c|fc|i2r|kz}VnJnz}pa{~sIRmuBx-G{ yyjz;l znȄ{{py:| rl|t`}uvQi~cx@z,F} أwqaxrގ-yltnzuwzw6k\{x^|azP#}\{?~}}+Q` U ~v"xPwy59xz( x{uy{iz^|]{F}N|N~>}**hD: 'φRotJuTv >w_tx\hy</Mr{E=|)~0 ākjHs_Sty(8u}1vrw\f-xAYy5KzD;{ '|ׇ 7rFxszÆt{udpvd)wg,WxSIyMd:8z`{%{E/}qݎ{rs钁yt֑Unu*bEvUwx)H*x]|8yDQ#y{Ӄp𜀌frۂsJ6wt1lu `UuwTvFFw}!6x,!wY|p4qrztsĞxit{^/uLQvDv4&w7v s=N~peh(qz}rzss`h t\LtġPue-B u؟1ust <yc?f>)h_%kit6mhfpe\ZrNR/u>~x]*c{ Љ-:~jfAlbn=}p)rr"g%:tZv*M%xH=Iz)V} ;t}Tp{}q~s{~iuq>~vxewYyK{-<}=(Ty օ{w|Aw|yz"}#yo}|zd }{X~n} Jh~E:'^^W -U̖zX}z~{~~xa{m|Obw|ʀ!V}YI~ 9~&wJ y&HyȄIzrRvgzTk{R_`{τvT|]Go}8S}ޅ$~ˁExxӊ~yt^ziz{F^zR{wE| 6|*"}Vslw^ x4|xȐKryyBehy\z#Q*zC{4{ {/}%ЎVvǙmwvzx+pxnf'y"ZynOQyՑBz8l2zQy\e4v_/gwzxwȝnix0(d xXxؙ*M7y&?ya0wya |x v$fvɧvwrlwˣb4x WxNCK^x.=x.=xGrv .ccf+.hx k2mׅ=mbpVrI!uG:xx@& { QYi؄~k}^mve/ol=qa'sUuHNw9Dz%Ӆ}@zo q7~rttJju_wRT>xGz8} $̄߀:7euʆ4v|큶wsyiz^({0Rˁ|hE‚}6#у8C|d]|{+{}GqRy}glp~\6Q\Dy5߁_"悩0DUnHy7woj|evZfOB`4Vtv!0Oms~ }~]|w;~Cmt~ c~X~M~·A2Q 逃}dw~}uZ}؎)k}a}ڌW3}kL}?c~0~3~8~l|ɖn|}asr};[i}?V_}1]U`}0JF}-=}/.}|_|\zz|qZ|՛/g|̙]|ST|H7||;^|X,p{zr|x|JUo|{e|d.\|1Q| Ff{ٞM9m{*0z霆xԎ.cË|f*yhppkfpm\SoQ>yrxDyOu5x," |oiQkVx]empnoXe^Fw4Ç}z}!~JĈAnhpvr.mSscu5YvN\xBAzt3u| )}vt}Futw k_x(bRyMX zMFE{@˅4}e2l,ȇv;nzx{ {=sS|j7|`˄}Vn~_K0Q?)1ui<pn ԅRizqt9h?A^́TڃziJ9:=+/V\=ʄ+_px7soچfYs~]SHi^<29./:atN~vO_vm!d[X;`QE%F:O,!(} {tnĒk|b‚UYOz.'Dɏ8rT*HW{rpUi`W Mu8Bހ6(~{}y#Llp#h^*UKTAp4~ѝ%}~S|= ecyFf.q%hhŏ j_m*wl0w9oϊ:jgƉv_.VMjB*7K)ZTʌTv?Hm~f ]uىT҆KNAL`5Ɗ(Jw It@l4dE[98S EIr?3˃&CAr]9djJtbQ YkQG֔=x1#x3ԉpޞh`@XJXOU\Gw dpe|f@hh`͔djXlOCo^EnUq9яt,ZAw]|@\+vhn#jgl_v-nzW;pdMsrnDAIt8}w"+A0z<_ uTmmo+f5jp^rKUsLƏ`uC@w7wy*3!|isrlsdAu \vJTxwKsDyAލ*z6vf|)%A~aqwjxc8(yz[7zpS+_{uJ%-|@}5SX(# .)pR|hڑ}ka<~Y~Qw{HFQ?+X3NJe&RΊĀnđg6q_ʏuWŎ;OF>=?e 2n$E~nm?e^#VfN'E ̈~;0]#-afkMcяi\r#NTjˍ%LMaCN%I9ˈ.鏡!' !i;0q3{tx&eww}.߀lShegj^lbW n4OfEpFr= tX2sv%]z.рkmdn]^p>UїqN7)s`Eu<w1uyl$^|Di|qbr[t@TyuLvD`zx_;Tz0^|1#]yH؅h:cv@aYwKZxcS(ynKzC'k{:)}>/K&"hm'-kFxfb{_Ԙ{Y |Q}J~[A^8-Ǐl mƉ~eT|^PWl6O/HYe[?ېՃ'6ڏ\=, 5'x yc`\U=NYFF>;&E52B*bpTo 5b-![-iTKL4El<3n (\O`!YR9Js C0F:1^g&< wVI_DW񕒗P՗IQ A*8׎|/֚$-mvJZzbϨ:d\yfVQehoOV jvHQl@-n7zqV,ҙbt% w ~78ah[hjIUEkNImG>o?&q6s+Kvz K`lZFXnT'oM3qF1qr>(mt~5v*:y$| XY }_UpY 8qRsIKtE[u=Yw4|yn)*{1P Vπ^ ntWơ#uQwJƜxpؚhrjt7 lutowUfq]xW5sz[Ev5{/x} ~m_aw%d8xfy%iz4kz{ rm{e>p |Ur}Du~.w |V!_&rb[veΊg~lj iqVlocn T~qUWCrs.2v\ {u˫]"4`džɔcrf@ |XhхoZkCamKRp1Arń,u( yۅP\r1_k&[bMe!+z)gGm@j7s_lPo@?qZ*sSr x<R[kU^\7ag$:dx fkHi5]kUO$n>p?(qIvƄp Z]`bc8Pveޗ:iEhTI[jÓeM=l Ń~Bk?fϡNli4nkpm~qpJq7serucu-tTwvCTydy-|{h hnY:jplqEnxs|fpEu6orvbUtxgSAvyB1xE{,z} /HfuhwjxXly'znz`r|KQt}VAw"~+y l~d}g~ i[~{kc~xmnilVoq_HqWPs@vo+*xer R}Acc1/eg]jvl8jcnG]opdNry>t̄)vޅM {ˡaߖd@f֋E/itk*hSm>U[so[MqjLzp{)|} ܂Q$kt̕muoHw px4trZy^hszz\Fu{MwK|=yK~H({ WYj|k|0m}.~8oV}s.p~Yg@r~ZtOLvDgQnIxwn_dxbQxea~yh-szMkh{*m[|'pM}asV=rvI(|yiZ5u+fvhrwj}wm rGxohfyqZSzsLE|rpiedka^ulݣ_kn~aoMVtpk3Jqy=Rr?-rxpr|z_t|bIF}=e's9ށiv"%yzш,zWeÉzh{zjyva| ll,|na}Qq-Ua~sG~u8Cx$i{_zqxflym~yotzq{j{CsA_|uT|vF}x7{#"}僶vr,wks|xJuryvbhyw^ zyR{zgEp|{6b}}"ۀEkčtxIuy{vzq>w{pgYx|L\ys}(Q3zl~D*{#5K|ـ}!~6su?t}yu=oKvwevwaZxOpOzyIBzZ3{ }Dir,-;sN wtxmGunc}v]XwIMx9@y5M2 zE{;~JՇbq9~-rUusxketpraudWvLKw2S?xZ0`x y 0Qpo/|+q7srDi{sZ_tzU/ujJv@)=Gw.vwvڐ32oڛz plpr#gbr]sՖS#tH u^;u,v7tՏKotxpOoqerj+[s.QXs朻F }K/~2]Rzi€Gwxxoy`2fyQ]pzp}SLzH{bbre)iԆVg`jnVmLo?Cr1ZucyqUfe;y3g|qLihOk_En4UCprJr>luT02x= {#ŀH |7=|4;1|!#{ϕ@4{`q{6Di {cLa{kX{O{FM{y<#{^/{!b!8zrv zzz-_rubpjebgZj1PlF~o:rv,ˊ̓O2„%- nifӃG_^WE8OZsFQnt30wC%zN׎+Vրl`nqeLo^b(qjVNrO wtFRv*=:w1يz$N|")jōshct\uULw M;xXEy;Љ{?0}#|3ibxbyl[.z^S{PK+|TC_}n:6~/(f!#?gO}`f~^YmQ׉ J6?vAR8qg-j 62 eaX^WÈ P.&mH]?톴6Ɔv+1m ŇCc/\މ0ފG534)넨Wu=ǃb-[ tj,v!z( /rb'm}\`oUqpNؒ1r&Gs?ou{6wf+ˎy| ԐaurZs]T7tM}vF[wb>.x5tz*t| 6_铳vY^nwR&xKz D{-<|p3ߌ})&gY Ӌ^l{W̑r|QL:}gJ.~;C :׌02'csGt Džq\V*{O]H6Ab ^91E0m)%TLkӄW[oTʆN#Fv?I7xF.VS#Ӊ=^H*YrSwRЏ+LHE΍I=̋5,!{C,lWʏ˓Q0%JoWCw8<3ƉҖX*mٕ@y\*`VGbPӞgdJ'gClis;^k3n(]jq6 u6{}[ldrUvfcOhZILj^BNls:w%n2 q&'e@s2w_, ~ӀZ<]hlTJj$NkG mA8_o9pq1s&uv_6yۀX lzRHnM3oFq)?-r8?t/v%cy4t|ƒ6WpQ qKTs\EXt>v;7 w.˓dy$Q|:KׄV7uP;v3JbMw]CЖx=-y5}{E-8u}"ő]?xTyNЙ zHЗl{B.|;}=}3Ò~+n  G茍ST~MB20GO@9u2 !)84.HyQԙ KxE•䄱?UZ8=00fll'=_BqրPRgAJ ܉DMC=?6Z.k%ŏ юC TFNԏHOBzƐk;.A4,#܎ѕ peZREgY]•i(a`-kd}?lhpbnkbqnBSsoqBjvKt ,yvK!z^bb"*ddޓfgQijO{xk4lnmiogasoqR_r4tDABuv+Kx5xka| _ib7ldn$ogpyirm&ks`nmuQpw@&syl*v{+}~u]-qΙ_s#bte5uwgw1k}jhxr^{myOoz?r|J)u\}|8%Zy]zU`{cj{v7f7|ih}+\k}NsnV~>q=>) szӁAXk}[с^aށt7dŁgg[4jKLm>iIhhS}uV+Yĥ_u>\j/_^Jb"bQdpCf!3,gњf=iZ kw]hlamndwpgklqj^snOup?xjs)1{v{硦g)ahd~jgtNljvnllipVo]r^qN~tt=w$v(Rz0x}vd}i[fkhhmjot_lqhNnsd[quRM=sTw1~;Xb~e~d~gb~si{4ik^umRoE5qŁ5t!;uH/|'Ia(0c{eqh)gjP\l^PnnCtpr4 r{U;s~[_⌂pbCyd:of䊥eiZk(Om83Ao$2vp5Lq ^ܔZa9wcmeҐchXj MNl@mڍ0oSn^+-`]ubke{ag Vi KGj=l\.Imfl]U}&_psb3id=_f<#UhI~i嚛< kx|s0z:~6|Zq=)mUzyyn{TppG|gq|^{s}nTHtX~,Iu=w&.x,zY2k0w|mT_nnep\\qĂ*RjsGto;Luă,w"Ywo~juwllm}co SZp7Pq.Fs.F9tf+2u9u| is~k ;klbnXozNpČ=DKq 7sH)Qsۍt hyh2qhjA>hkӔT_m0}VnLo,BKp֑5qU&rrwh4otigk^'lbUmKn@o3pc$p%|q|[W{.}@^Mr}a]i~dA`Y~~g:V#jKcm$>p0r6s]U5v za,yo{#cq{fDh|Jh^|k-T}mJ!~up==wr/JuCxxtgwy(iolyk4ftzm4]m{hoBSo|8qMH}su<~*u..xC;"{^~7vlluwEnmx%p;dxq[ys}Rzu#G{v;X|x-~4z>}|Strtut&kvzudchoXjO]mUDo8r*̓uyw}f}o~Ihh4~j_ lW@xnMpCs7āVuT)xz{v|ln=|{mf|or^+}qqU}rL`~tBn&vV6xM(-z~NtHz=qlzrd{YtW\{uTV|svK}xXA*}y5k~{p'})MrdxwjjyEx\cyyZZzzKR{{IIZ{|P?|l}v3}<~&~Mipw1}?hw}a)x~tXyG PyGzi={(H2-{܂u$c|}~ _nucfv_^wpW8xOxhEyV<#yn0z"{ |-Ylte u]veUnw }M>wDx7:ex$.y)R yc zjtctΐ)[uStvKGvnB$w"8hw!,wǑBw ay/Xhsma9tUYtQuFRIu@iv b6vj*vpkuYxr[k1g^cac[ӆdSfJi@̆l5#Vo'Xrvq `icDbmjeZlShR]DjzIDRl?o4r8&<8uPyÀodehg`惼jXlQ n'H pA>}1r2t%)w{mk(fj l_InWw2p@ONrFs=;u1ƃ]w$kzs߇~kLpldŀkq]s-UtN4vE`w{;jy0z#}I,j,~ub~v[)wT?VyLz#C{P:c|/~9! hs}f{Ha8}|Z}|Rm~"}J~V~bA~I8~݀`-bF~ Wf|4_e|yXb|P|iH}1@E}k6}x+}(~H /d{'*]{oDV{mN{G?| >|OZ5=|x,)|)| }pbzJ[zTzԍMzEP{<{663={EJ'{=zב@|)`yYyҔ|Rz9KUz (Cz*Z:z1#1xz#%yjyzi\bȍ^\saXTcMhfDeit;!l_/֋/oY"=tr Lvh)`a`ZcZebSK_gKƉjC,l:o.q!&u Ǝ(yfel_≨gjYO8irQkwJmARo8Bq-tr w} |e jj@^SkWŇmPyXogI q6@s7u,7wJ;z, Xcjo(\ĆwpVE'rO szGąu?fv6sxU+nzR} 0aPt2[uUTvM[wFXx=DŽ=zK4݄:{)愂}Sz ]`yPY_z3R̃{#Kh|DR3} <~$3 t()6JDŽ.^?~WiQ y IIBj:XN1p}&v3 \z̈́U⁢OhvCH6C@ 78/5$瀟kzZTŠM+FNR|? 6̌-"lJ~퍔qX׀;RGKÑDv=Q4~ɓ+~h f}}p~`]O\BZR^SӒYa[L֑~cEʐf=i24l)oTrTpUx#^`XbReKg`DBi`d8 Ċ80='Dq 'PxhOJDΎD&0=R6Z.EE%h. ڂVe\nPV^K$a,Dc>1f!6th. k#5FnrOOqyU`KOmbsI旀dCXf= Ai 5\ek-n"4pCt T|SSۘ}d=N3Cf.Hh%BYj&;l64Mn`,p!;sPCvp~RhJLjG[kA m:oy3qq*ؑ,s `vEy~oQ$ltK\mF;o?.q-9]*r1אht)vy W|6O'pIr#Dps>#t7Ðvk0=Hx ( yj|U9NHu 0J?( bڌG~UAdj<r05yI.{'$]jْˉXxaU\cYe\ng`zt+i{dgkge[+mjLpcm;sip%wsgtxmr^]``ccB}eMfr|ghfjikYl\nnKQnq:qs%uSu~zv4[Cd]g`i{ckpemdh;pXpjr?J mtJ9p|vk$Xsx?}|]X lc[n^!oy`qro cscWfxtViCv:Hl w8nyU#qz{~#U>t X|u"[vFx(^wMmqaxYadyVUgzZGj}{P7mz|V#p%}]Fz?”jR{yVD|&Y|v#\}$k`}_c~Sf ~Fh6Yk!mҀZz9PTPTU.~X! t[^i^^"aRdDpgX4i j~O &R]||Vr*Yщ+g]\e`PxcBeʇ%3LhhT M QizzU3p=Xe[nZ^ÍlNa}A7d91f"jf}LPo@xTT6n*Wu@cZX]fL`N-?AbM/[cӑF;dUQL[OfvpSPslZVb"YV\hK=^=`-aa}cutfUĎZgY[]iJ]yj`nld c/nsgLVpyjHrm8sup"y8syHb\Pd_xfc whemHjhalkhUnn+Gqap7`t!s{"wqu^{"_dDNbfddiv2fkIkhm`CkoT?mqF[os6Yrv7!$~}g\k?_]mP~botcdpj fr{^i^tRkuE!nhw[5Rqy sz?}L Yr2\t|_uLrbtvjhmew]?gxQ{j9yClz4Yo|r}dX| Wz- Zzz]{sp`| fc\|[}e}EOh}Bkk<~2mLYot~.rU}X́x\*n_da΁YdyNg!"@ia1gkflބ(*SW/svZl]qb`JDWbLqe?7h/jjCRm}U؏tY6j\`^V(a8Jd5=fk.)hD`hQ@{TܖrX;h[q^]˓m}/p~qZl{]Pr`Fi)bĀS_e5UgIiׁM=l-no?u[X͆y|[p^SgNa1]cSYfHWhQ;zjc,mlxm;9BWtwxZ[ln]Oen_֌[bN{QdFfڊ9hu*i$k~VvuYYZl\Jcc^ZaOcJDeaC7f3(_gSj+|Us`Xij[[a]XE_uMb xCc5eGE&ReiϊnVcoYwp]Cmr`csJcY9tfMv9j5@xmN1tzmp~ s{|k\~m_unbl-pe_b}qwh!WsjLtm?vp90`xs|2u~rhca|jet l[hjmjPaolVqanKvs5q>{u#sA/VwYuzMx$ f'izh$kr>j-mhloY_mq%U orJ.qt=Ssv}.Nuxx_zcpyeqphsAgKj t^luSmw)Hox<3qy-Tt-{gvv}katw/wcx nf1xekhEy\f1g"f" QlT?sVytYpt]Mgu`t^YvcT xfI.yViEtt9w9vd|njf|fVh}]j}Ulx~>KXn~Ao5qO~&ruEftclre'd{gX[i,S@j2Ilu?}n*3oo%psramjc̉"beZg̈QuixGk#k=l1mЉ(#CnY r=p`h|b`dڏ`XfOzh>oEi6;kJ/k2 k Cp㇝nt_Mfa—Y^cҖsVNezMg D8h_:i-jXi6 8pj<zwVrOxxZ j2y*]_ajy`oXzcN{~fDO|i8}l)p1s1xu\pv _rhwb;_wdW.xgMryj!C){l7|to(~Lr"uwvrbnsdgtg^vviQUwkL9xHmByp5zrw'|u"wup&h`m&qj5e[rl\tmTkuPoJvq@ws4yUu&{ w4~zs.mnCkdo^ocpq6[jr7rS st#Itu?v8w.3wx%yfzZ|`}q;kt'tz2Xu|9$Ew}}zmobizNgkz_m}{Wn|OO|pT}F>q}H}i>(~rl2WoK$>urFR9u}oFwbgxd\`DyyfX+zBhP{kF{mV=|o1Q~!r#5t}-x5mungfvqiz^w}kgVxcm?NyHo$EzjWc_Z\Q@]Ti`bLcSCǂf=:6iE.lK o hs;h\a_4ZEaS6dTKmfBgiv9 l)-nq 0ugX}Ma`R}cYo~Tf$Q~hSJ(AjAjl8o(,qCtg ?xe{"f^{hW|gjP^|lxH}nf@(~"pW6~rc+tw -|cyl]ymV\zo-N{"pG{{rc>|lt5}1u*o~8wz g~b%w/qP[QwrTxsMAyzu%Ezvz=Szw42{yT(|{}}^̀u`du|vYv]wRwExKswyD xz;yL{2vy}'Az~\{b=~8^{s|fWt} Qu}Iv}~fBZw(!9w0xl%yyp|Ã@\rSUswOQtnHu }@u80vT/vօ#w1wr'C{A4ZqYSrHM_s9 Fs؉N>t^6Btъr-u#!u):ul}XpeR,qBKrDgr=s04sc;+Ws~)st8b&W[lZUR]Mч3`IF|c!=7t`^\Z%a_SjaLldE~+e| _}2G}suTxNykmH{y AzC:zf2wz̃^){{6qP{8 RwLx;TFx?x[8y%0yH*'yP ;y'` zXYQvJw*Dw'=wȍ6wَ.wא'%w0*w xYX5SeGZM[]F`9?9b7 e.Ih#zMkv)naǏuX\iR`^L aKEKc>uf%6kh-kC"umvpcxV`PbJReD g==Fip5Ok,Kn!w:psQ{wU*eO)gIKhBfj;Jl4an+wq _sTv'~SiMkMGmATn:p~2مrI*Kt7IvZyE\rQ7nBL 2oF<1q7?$r9t51?_8b0ܑe?([h j[m'xNNؒ\.IY^Cv`=c.7c[e/h'G1jbm# pE{*My`H Yb7BdZi4"k-fm% ,pHrm jv!ӀJahPEVj@gk9m3oQ,(fq.#֋s0ƌul I)yI)lCQn>qo8O{q52 r*t"12vk2x }yGEpBr>H{9N |3 },Ćs~%$JeI8„˃Bn<'7L1*4s#qO(ׄ> Ă@`/:ą5Έ/NoL("!@ тN]fJ]PIs_|T,a6X7uAc#[je__ gOcURifDl^j:4oms8owYWЇl\[}^7^ls`a~ibd]e^gQgjCjml3mp;,prZxV*_LlXa|[Cdq]gg`i\ScjlP|f@nnBip2ksntzRfƃQUhhz XYjp [Ple^VnZaLpOdKriAg3t41jv lw||^iOnA2R8oxUwqn>Xr{dF[sYP_#u1MbCv@geEw0h,y_jz3(}KuOuvvSwflKVnxcN{/e|ih}HI=}.|M }gsP}jSTo}`W~UU[A~J^|=vaU~.2cf\G8zKkqN7h~R{ ^VTKYhI\<_Y,a(dE/xIOpM(fPŊG]-T_RWGZۈ:]JS+$^WncOdD.vGnKǑdO[[XRPVEX<8Z) Zgkb`}IC(,tFԚlIJ=cN YQzObTYD`W:y7&XS'(Xy1daP1c:TydXoofh\eh!_Zj"cHNlQfA1nj1aqm]uoygc^WՁ#_[xa^KncaWd edrY'h2gcMjj`@m&m30eop sHr@{9CZd^*\av0^dqt|%Vf.})Yvh)tM\&j2j^l&aa{n(Vdd)p Kfq=is.l:uo w_~SmZ{$VqnrtYhpNi \Kq__5s3Tb tIdvH>km;Dmp+prst[Fe}w]g~n`iefb_k\&dmQg,oGiq~:.lsl+nur rw5}XlSuZml]Zogc_pZbrtPesEguo9j$v*lxq\pdy{]UAs#sXt*jZu8a]vCX`pwWNcxaDWeyv7hz(j2{n}IyTRzqUzhX{`[{W,^n|w6PoSgV^PY@Ux\smK_A4a4cr%d`kdu1N‡m"QЇe1Tb\WćSZI];?_3,as $-aň)j)?sML[kP[c)Sl ZV6tQXH'[e=]]1@^!^5 lqLJi*O =a\R9XTSP9WVFY<3[/\o\h of~iQvNjU"mkXdmJ\7[:n_Pp?cF rfm9Jt:i*Qvl{1o}|fQWtxg[liF^!cja YldOnWfDpSi8Br{l)Qtoy"qizc^_rd`jjfcazh{eXsjghlNqlljCnmI7Epo([s r;(w6tTx_dpafhch_fjW h6lM+j^nBlp6ScvkJYfxfw|2Jhi}#i~_p6SpUQiX La]ZX][Py_-Fb5Hopo22qr{#stxwpYapjOhc~ka!emXgoa_4bĊb(c;!dЍvdUp7]?WVZN[E]ܐ><_aV30`u ''`@c\)1xprRpirUaHsYXt\JP]u_FvbnbVp:eMqgDsBi:tld.vn xqp }trkii1ccje\lVgTmiLokClq0m9ro-tqvt7 D{woif]iTbBhk[ilS9kngKFm[pBIoq8ps,ruItPw% zzgco5`lepYLgqQips%Ik@t@lu76nwF+pLxOqzs ^x2~9eaWu'^cjv WmevOgcwGi9x>jy5l{)m|cn~7vOc_A{T\aY{Ucv|`Me[|F%g5}=Wh~V3j_2(dkkk&lZgu.Ta]fZ_}SaL+csJDee@;f΃23h&hŅAjSw̓G_[Ј\X]؈AQ_ވ1J6a6BqcLV9d0;ey$eehьBz^Z_W\S9P ^BH~_鎰@am7b.{c,V"bTgύk}ivRb&wTUZwYERx\dJy_Azb7{e,2}hk *o}gsX*`tZYxu]Qv`IwcN@xf6zh+={k~nhr3f:p]|_ r_Ws'bfP;tSdHfug)?vi5xKk*Pynn{p递u-dsn#b]`omdVlpgNr iGsek0>Ytm>4v@o^)Uwq~ysX~xvbkuh][ljTnVkMnomEq6o\=6rq3t#r(autwdv}{`hmYjoRS+lpKmr%D?os;pu2mrv&sex tz{:~_fsX+hRtQUjuIkvBvmw9nx0ozD%Op{ri}Zy_ ]#dyrVOfBz$OhzH:i{@k|d8Glq}F/m~S#nqUpczʂ[>bTyddMf OFzg? iH6j[-bk^!k[n· }%$YJa RbKdbMDeΆ= g4h$+ihʈhmFWl_~Pa!JbBd ;me6?2e)f7f lub{S1[)|V@Tm|tY\L|\aEY}_q<~cbr3%e'&h|kc-xp#`xX3YylZSz]Kz`RD!{c;{|e2&}hp&Bk#mZs^v],X5v_QwaJUxdLByf:fzi 10{kx%}Xmp[4_v_]6smb=VtgdJP$uff`HvkhmAw{j9p}Lsāy[pg^U qi!Ns jGt(l@juLn8vtpL/wr+#yt { v]|kYnvlSLonLpoErq>s5r6t]t-uu"j<7k0n/k_&wl/lEc ^q]PodKJ+f;iCg=hs 6 i<-i$i~j1 kp ZQSSVMDYoF\X?_M7.b6.e-"n7hgjV#q`X~5X6R~ZLw~]yEyp`>\b6eM-g!yJjrYm tWO{\Q|2_&K|aD,}[c=,~ f)4~h, j UmGowUyaOycIzneB{&g;{i3|k*}n6p2r~W(zTvfQNwbhH1x!iA}xk:ym2zos){q^}sJ]ut}MRUt]k8L[u,lFunV?vo9wqz1xs(Qytzv},yJPr=p8JsqDtr> tt7Guuo/Ovv&wsx_=xFz@ {}Np'uHqvBr w<]rx5sy-tz$uE|Qu~o y=Ln@{Go7{A:p,|:q}e3q~P+rvo#rsO wJlEms?>n^88o1o)p$#!p#%>q3JvfIjwC?k=}lf6mH'08mÊ;(2mی1mPo6u3RTSLkVFY@\W9C_+11`a(G7d'gm [MjxuPX-K7ZEVZ]L>„_8 b]0 d'6ig|>i lxBOu\rI^D:a=cZ6߃e.g&.jEKl 4ol{8MW`H1bBd<'rg5i-k/%mKz/o_ *rx}LJ}e2F}dgA4}h:~Ej4X~l,n#{p~irl uJziE{Bkn?{m91|Cn2|p`*}r "J~rsu byHxntCOyBo=yqT7bzer0zt&)!{u s|nwJ}dyV r~GvslAw\t<wu5xv//y&x2'hyyzT{-{E}}E4tx?uy:1vz3v{-cwB|%w~ w#yHY{惞C,r~7=s8t51t+Yu3A#u^u#nwOszOUANq ;qE6Hri"0r݇;)s1!s r u|>I"T DgV?;Ys9 f\!2k^*a"8d4 f~֑+jycHVWCZo=a\7Ŋc_[1za)ŠdI!f3h@l|.G[AÈu^+<^`m6ob0Ld(g* iaKkfo~ES_@pFb;E@d56]f/h1'[j:lDՊ-n3(sDTd!? e9g3Ai-{k&mn|oVqAvBhY=ii8? k29YmO, o$o7pʄ)r2vtuz@l; n6jOo0`q*,r"~t-ւNum$x{h~c>~q$9~Drn4~s.~u(cBvt wZy ΁}'`<|Lu7|w2|xI,}y}&~}}z}|b~~ ~ Հ:zq{:5z|Z0z}*{+~$I{~Y{e~{ |8xSF3xS.y(yM"My|y8iyD{mft2 -Ge % M u EtHHt !"$,%Z&'(*+E,s-.0132e345728]9:;=>;?i@ABD"EPFzGHIKLCMjNOPRS&TKUjVWXYZ\]*^F_b`abcdf g&hAi]jyklmnp q-rMsntuvwxy{ |"}9~Phʄ*AXoĐؑ.<=<:852/+'# ׮ϯǰo]K9'ǼȪɗʄp\H3ҵӒnI#تـT'ݘg5e0[%k&V7Yy.Pw/P^X"7Ni * Jl.[8^!"+#V$%&())*S+~,-/011a23467;8e9:;=>J?z@ABD!EGFlGHIKL$MGNjOPQRSUV5WRXoYZ[\^ _%`>aXbrcdefgij;k[l|mnoprst5uPvkwxyz|}"~Ca{˄8Rmӏ,9FR]hr{|wroljiijkmosvspmkihfeeeeeeeefeedb`]O?.ժ֏rS3ܟuJZ&Br,T t(=KT\ fnf>j#6Ld~  5RpAa / S!x"#$&'#(E)g*+,-/0>1`23457889]:;<=?@A:BUCqDEFGHJ K#L:MPNgO}PQRSTVWX3YDZU[f\x]^_`abdef5gKhcizjklmnpq0rLsituvwxz{2|O}l~Á6Rm֌2G\oəٚ $'+/38=BGMSZ`gnu|“ÚĢŪƬǧȢɜʖˏ̆}sgZL=+بٍqS4ߩS!K_!_Mt*Jf8T[:i&8Ng *@Vl $<T m!"#$%&().*E+\,s-./0124 5"687M8c9x:;<=>?A BC4DHE\FpGHIJKLMOPQ-R@SRTeUwVWXYZ[\^ _`.a@bRcdduefghijkmno"p3qCrTsdttuvwxyz{|},:IWftȍ֎ $0=_u{|;n`S7Tҽb5%bŪ=җ#-x{+Sam@\_:RZ⁨5bI /M]ׇVy1 k~^m~VQ~ᯃp T%=}vC9Ywx~j~đ/]5~P~賋}s슒}AK~3z6~̇5N\Abrtc]wUVƒS΄^o2K""Ճo$q?cOeU\V'.aDZ쉪CTGq b{KUagsԛ{zZjb` bٚ҄K˃҈~0p^Ib(Ufᡉو"ؕ<ޒyސ/j싘V}o1bBUj9JʈϢ.󇷞%|ry뎒|EPnljqt>7h\Q{섺̺(֍ϋP]_"aG}~L5rhfō[GP*_ 24t]W|pςyey Z}bP!DC{őJ||i})f}œHh~~ŊvPzh]҄Sςʄ5v➌̍5VF}rÇ{hM]pHSw`Yy_R<ݒqR |qMLg'\S|k7Qn5M1-UCwz-`p*ދf[񃋆R%[Jǘ5ޜߙbS⃄Sy!ʏnwe:[?QF .&NPӡyڑΝ\=rwqmUcڋZPo h!ϡ^ӎϘ{{)|}"m}|~rBg]"`RfŻ6.]:ݛG1S:a;'{" qm?g_W\R؄ᢡ I~gzDpVf{Ⴭ\g6R̃$"ˆq&ޑ 7yoɋ8ef\ʄRGP7\\ԡJB&njؓIxڍneX[˅e!RxΡĪԓ,S&@wmފ>d~[R"w[pڔJK͐ev#.lΊ#c1Z9}_Q?t靜l& G|~WPtԌ=@kebDYePq[c@{_ 㚪Ē@|spBj>0azDEXzvOu陓[ߞZ{9ɖqӋJh`>W\AOͮ6]ԣ?&՘pǍܡ胜 yɎpmI0g\U^ą!Vd`NYرzԧ{N~{̔ŝ|YJ|}x*T~nudb [2hQτۃ簢wȦΥGĝ@Ҋ逇Z>w6mF`dUׂ4Z⇜Q̄vㄫ.O[`IizvN+l󍻂c̊SUZ&QɄAhhw+ǟΆ̇х~V*]uNl*.cCӄsZQeQƃi:~ABۛGOzC}:tSkf4bÉZZPQÃkgg!受wߍ΅ό{{s" jd*a㆘Yp܅Q<§9-ᖷ~ 8qzqݏiHCarXd!PjmYHB_biiH_yQWPph?L`6WׄOƧ@ȔOD\۔xonSg_-V"OӦ}5_H7u].КWyvʔmet]·8qUNpߥ <wlz~%=u36l_dq1\ڋAUMÄXm{Px{䦷{,|`|{ڙL}s\ ~jb Y@vPυImyϦx|zܘr}gyi]6a]YPՄ37"cƥfՂt;WyGqɂXi@ǂa ҃)XÈPڄ[yڇΆנ8܁T!xUp*Jh1+`L1XPP߄*Fo^E;;wۖoג;g֎`%΅/XW?PلmIT܍ڇ4?v7WnŒ f_rR,WdžDžfPianØ$gDڏ^}ƚYuNjme񍦈w^݇!WLOքʠ2T񨒗Hs|tial&e7]։oVNنdNU؞ҕ!qQz{ntsA kō`cϋ \UiN[䝰ѣYeS:zE,qȒ j5nbjN[T:MӁ}aɓ" kX'{xpǔ i"asZ.mSM^$<|!4j|Mz|w|}֡},v}ng~f?^܎W*!O兯% pی|u#m1me򒕁,^wV(OINٵjh؃As|tP@l薃ea^rVԉPtүxΩĆƤV{ esf.lՃd‘P]VCP U􊟉/Tԣ6zrQkI/d'5]__V;P>s$Aܨˣyy 4qWpj]ac`'\ŋۅV AOĄΘΓʐ0ЇըWxpڊ{ijb\ ]U^>N6ܗ׏mۨ~ˢw Rrohvha/[_釁TƆ'NQy׎ɘԧɖ}Ǣhkv n ag='`׎Š ZvCTPM‚?dU|?3t m|Rf~卮_Z?YZSԆMDׄ@ϭ ]{s꜎Ple^BXWRKh7L؁}PF}g\}CR}~}Cw1}zpCD~i~b[ؐN2U2%O B}ʋYwu}Mvoonhab!ρ$[U5O"huՄ1փs˯|=unמhKHaT[G UO7GA_4 {̩,tߣWn gza!nZtT퉞7OJiƂORn{~Zt SmF+fՅ`DŽZ焥Tى-O[̐ʺBŋYz.s3lsf3_,ZwȦ[p͠jcՕ]א/|݇w}u~~&t_ydUvك>y*zG$z{,|4P|؊} ~/sj~#d8UwxOyoz4jSz{|EX|3 }r~cIUxtqyyƜ}%́px)k^OR߀!4g߃zܢЪ^=NV]ovÀ[jj)^ 臻QX ضӨiy!l%me7♵cu= i nj\uQ)Tx+3 .k9Be4Ý/sjɒgvz[:&Pt~\KDi.8N J^ti~mqf6Z~O~xy1z8{tf|e_}Yo}~_{*lm℟`ЃÁT9:FX識-ۈQFz8}m*! `cNT)8҉KAŘӉ1_eJe+jyQl|_ރvTwՋRƷYgІ͈NIӇZކrx^kЃ2_uIT .׵iiߨSO=XGЄW3wsk.ÆS_ESkNuX`޳/ΐN@ԎJv-j8S^S[˗g"ұšdIx(owE~pti]2Rb2ɷnټ دƇ,[΅) | shHh s\ȇ[QQ튖ʭ}]9nݗ}kѓ|qf΁'[iPm"],dDߟ{ p4qe5ԌZ_PNUlŷCC˯ZNnQͣkyXunc7cҀYOĉ>On~>xFxy짏 zۛȌ>{׏Ċ|ރވ}w$kxi_sSFɴ~e ~~W:Nptvj…_.S͂߃O0"SE\aᤂH+v u׆}j1^XS}ƅ캃箴È٢_mшSdtil^7TS"0&3ޡd^ފ[\݈@t~ h̄(]܂S΃1r)Ǖ-Oϒן 1n匧}erȅg݃5]R]epyʊєa5,|O0qkfȃD\' QQ݄1k泭nTRCم%zԅp%1eĂ܉[CQeKvަ<_a|lڕyF?nՎ`d~ZI;PLbCE"f Tl|]`wIm"c &Y߈6OxHov{l;ڊ[ߋyCqvu􄰖k4a؍)XO Gwx锆y1zy {x|2}s|~hۇwQ]΅S63E}=Y}٩t~/{~7~ԍv~sh-]cSJlјOŕ ɝboi}qwrBugy\CR郡WCDjjHVj{q]f:\bKۊ4X݂CO[gL|ݑĎqTߚo}7usYi]`׃|EWOz W(ZL:ewˋ{]rh b_(?VŁ`HNUw=cxsm,ynUMz^yl{U^|jzl }p,~~fK[݆R+[|}Ms}~#0~3 ykyoZegl[~Ră3Ɂ&˂xvnjRdч[%:Qcòh};a7YX߅qP%9žu ,y<ֈp鍰h`t߅XC8 PmVۢenƒAщ8*whbo$B`{'>~NՃevT 8nN$fȍ>_%AwWpP,%Έ`S(C}=0)uYemŐf+^„wW:XPSk^&׋Q| t7هl!e;,^CvVOnިkUAwւY0zϗ7s dkdD)]9ʆnU񅝅lN삌Aђ ǔ"X?yю-qLj7c_\xZXUB(NC c)4ԣʀZ=x~pӒjiӌ5b^L$[2T]M,q(̙K~Hw)DSoRhIwa$iZZwSDM,7èFT^@ND鄕:_khp{k tDVmIf}`5ZȆS Mh2Mdʕܣyzh=sClQe@_V5@YITSMٜ>BwNy@r!Tk6\nkޛd]e͖l_ڂYʍK*S߃N^hLDž[dž~wޤޅLqvk#Ge$΄_,1YSm2NHH2}ũw>pjS-db+^#Y/S{넨NḮ@⮴6|v1boŞmiuc]א GXnRcM@8F Ng|*uj.Zg (7a9F:[fV$/P/L(Ї|C]yrҢOlqJfB؎`sxZDNUGNP=~yKȁ=ywXzqxx{y{zİ|q{衞}*|k}~~sFc΀xTvTxq?yDBz 5zҀ9?{y6|vđ=}Q~+jrcfTrlwUxdx.ry>y􅭭z{Ȅ|1}q~jcTtvHvqw:Ɂx7ry+z)`{|T}4q$~ b&T=lucm{vc Ǜwoxpay{bz~g{v |p{}bS~ĄTX]tßWeuМ2zvw_x z:{}|"ot}AWa~ZT$rtO<^uj4Ovw?;xtyz|{;n?|ى`}S'[t>Ou@GFvMBwK?xO 'yQ\zZz{d}m|y_}R?~`tTPuBC>v:gw*?x">yszqy {k|% ^}7Qt~Z4]t:u%voszwJDx)!y /ypw)zj{ގ]2|kP~ _ju.YNu %vwe-x/pKx҂yלSuzh{\|(P%}ƄZvԯhwƵvxz {]L|<}z~pǀbJgT2>~"~~N~~{~~J~? ~ p yaT1v} }J>$}е9}su~1~΋ }~Po[!a{T/3| 7-|gF|Ɗv}!}~}~o|~naT.$F{?O{v| |oͤ:|֌}Q;U}ډ{~onC`T-XfLz3N{ij{{K|ZN|؎}cxzV}'m~`FSmz?WzS{3D{>{|zl}Ox}Uk~9^_~نR~cz- Xz]z+{K V{+|#I|$wk}:yj}֊^~siQuz@bhzBhzӧ{&j{y%U{療|du|퐑iz}G]~2P~-zazȳŵLz{9S{teN{͝ |6t|g}4[}ƈP?~dSϔ{{Cs{$h{I{o{y~| |r|xfh| Z}~O~u؋uh[wuxMHuy@z͖|}J|v~nTa`тSS˂La|ɦT}e}篡~dV~蕕%u{!ꀪm߁P`e܁SႬ􂲃dw؃B1Bukz9blc_kS|"΋-PJ #C׀܆z@҅yBׅl=]_S6JHؐhouOyvA=xTQ6kv_FSǃtc"[Uw -4ՏǍ{ŋcw ܉[jQ^/qR[͖vv̙=yiׁcuvmi]GR ˙ Σ1*Vuk%+7: t=thr4/\TQ0uɸɩ`k,1~훺i~ϗ~~er~ŏng7~ۋ[~Pn&̀c׺2攓~ڟx~|~q ~qe~Zq~O~IλހAg@7~ʣ~{~Qo~@TdD~CYf~T#O/~lgZ^u$*Uvk5Awĩ^yzS{Q|xa~Bk_g8Si̪O{\|g_} a}b~55~܄,mwՀRk2D^SRG\jχ{VᆐB΅т2#r)ق=vσN`jǂ^PS< 7 F$ԇ|(˙cjхAuނÄyiقM^.惟S(Huُ]9x'£wmʊ47ހt>i8ۅh]ԁhS1šY5N%C3VsƈhGg]5Rw0񫬄[׃rBʈ΂YQ}͌rV[g23\$QDAمѩJW,~|#miq sf.[D/PЃ(쩷 fP'iɂ[dzoNd2ZM͇jOh I+"$"\!}b!؎<-x΀ؔjmQ1c|݌ Y$sOM ?|dZn/9!قWwDl b,0X#$N~YAt_uwBaxyތ7{6w|uDK~i$^S ¬zٷnu{p|31|ږ&D}~J׆!tZhᄡ]R킦֌ ً((S$oŃyK%o)ue" d[IdQTr0l4ܐs>ȎfC_Ŋ·|܉+x6nMMdZAQ8\Д_1MdvYm/cZ?˄QJ˱ }giFVGG~و;juukbY^P{PmKy+nЍKɐɋj5 }kՏ1t"2jфaÃ:IX݆!OvPW576.;{rӎiL&`ՉcWtN#𑗧Lev~Ή8zP;q.~2h_PuwVENV:BӬԟlVۛexGoх3Df̓O^sUM_O^'tRݘuv"]x7ڐyIzw[|Zn+}d\{Z'QTOyzeS{6֒{􉗐7|%}v拾~mGctZAtQ:,~٤* Ej_TKu(l Mc(YQ#%cC؄ÖAܙ,7f݃+}ጯtk| br(YVQ ȃט=P]'ݎؐ%ώ9k|sEjb QYC+PsũYŎڕ&QoXۄ[{brjxiއnva=}XPnc^ȑ6ϏzڍHyqeh`RW̃7IOwO@Ӕ_bSvxp.g_uW ÅN!ė1PnIs wKW3n)f#$^s0V3XnN@9-@:nz{T:~x_uNJmsяe%Œ](ȉU4M'OfP2|k nϜ}.twЕ$l0cl\ lTWeM3Єbtuvx'}yj{zss|Gj}aɉd}Xف;P\aU)y^zfz؋˖{q|^z}Kr0~PiՋoa9؀XZPLT o~A~g+~ UTyOqXi `QX@アP<䞽=I^Vq$dVxϏ\pth`Z`+΂WrJP.5"r*VwÎoЌPgɄB_RW P!߃Hsod:S̔%O~/NvqknņfC^ԅWOh@'F і!g}K.u\;τz=Cerԑ kdc]HVOZCxЈƀb@yqanj'cA\/UmdN˄!YiN›`A$̊w֔7p刦ib[ևTN4C9ٓK/}bvnjZosh7Ya-[?T9vqMńOӢ[_|Ηulndg΋ `É=Z>·SMUc⊟9{xؓt=&wm!f^n_TYX\RULt3_њezOsl ueR[^X!Q݃+LRu֌XvÅw~xxyq{jU |c;8~ \?lU?|N,i yzJϣLz}؟/{w%|DpE.}/iR~6bd[؋ЀU 7N_}}ȃ뢀~|f~\vLS~oqBhb 耸[v;TׇNXɐժdj`dӏZ^;X׈1RʅR?LdTƄԒ}3w pyڍ/j{c1]׋`X,R!݅L|uȨ(V| u⚽oXhlbގ͋p\͋/WQRg LI |y{t䚀Nn_AgM5au[ϊV#HgPdK򄓉v!w}ͩ5xUwy:qʟz,kD{`eЖ|_[~4YS{MꅇV-zYHz}V{ v{q|[km}>e8~?_ oY/RSV"2MU}nn}|iw}v?~3p^~jbd9^X㌵S2M#{u|oDiρdt]^4N1zAns䠆nЅ9h2ab]MW֋,R)3MzRVyIy4=sJm+E^g_Նa咆\njpW@vQMeP~ThxcSq Mrt!Uu|vܐ8Qx5 yzzm1|kG`}Ӆ3SXF+prs4uנvuZwё?y5yzl|_ }g$Ri~ڃjpRq̥ksX;t!vwsNxؑwz8j{o^!} Q~upIq+s1AtNuߝvw4xqvy(i{H]|P~pýq̵sTteuۡЍwxi_tSy`h zs[|XP#}ʄ pr+jswæAttuצw 7xC-ryzxfzZ|rO}4%|4r~|t|uֲb}\wg:}y~Bzb~| ||}rn1~`܀ES@zy{Yzн{{|h||}Sc}~2~6~{~m`mnGSv=Xyb)z:s&z灈{%|! |ӁÈ}z~\m.+`ASjׂkhxyDy8JzRPz{_ |!o|y}̄Fl}~_2S`xvw(exW}y-)yɞzg5{w|Xx}@k~9A_J*SV wvԗrdw7wx詨y[Νzvz􌳄{ڊwk|Ɉj}Ɔ^~R9ΔvEmw3gx+x󕳛yݎz/V{uu|ai}YX]~KQBśvܿlv vwОEx6yZz1{Nt| h|\}ㆹP~׃ʉvyvШ~wxaXyAy!z͓ s&{gv|<[}PA~xȆv4nvŮnwqxfnPydyΚ};zqn{o6e|KZ}1HO~"Ɛvw*wѮxj5yoly{znzo{50d|Y|O }؄*kzq Xs5uZ|v?xz$=+{yKU}=lC~_k̀NSΜ0xK/y2.zހ2{8|WW}~~xXfk X^UCR<"%w<]AV<qŐ Ewp2j؀^1RD~侱~1^~aզ~^~莢~Evyj* e^/vRҀ}!μ}[}X}̊4$~E~N~ui]ԀR "|v|}ǣ }@U}{"}ˋj~)tK~ h!Y]R(!FP{v|EЭ||ۓm}}e~s}Ìar~3g~\*,QC{K{<#|%|EJ|R|'} |}cq}Ќf{~I4[L~kPr7a{A{I|ӝx|G|uw|M{[}p7}{eO}튋ZZ~_)O~҃׿m{կH{קH|~|>|Z|y|ٔCn}3 c}Y7~O~x|q|%|'B|6B|BÂ|mx |m%|b}OX;}N~)!ΆqTs5stv6Xx9yт{xu4}i~^ WRxxywxz({|=2} ~ui8e1]6@R[Wy~~΃Qs-NP΂Ct/)h䁦]- Rf5$ɫv҂f)ɂ݉Ӄ~ks?>gg\ɁWRKOʂ}Xi?P_ʈK-}}rVLg@|\mR3ekt"5׋.|q$xRfVz[QS/ZԁNÚ̀oc>QzEoӀ EeLGZ̀^PA]ѣ瀮ۘ_!*uېsyn-dRYOiI,r!zؗ*"]rǖ܁w`:mFHc2'הg1:znmrPi`s\XZP=<՛בpNM+eς-ryÄ(qXhʆ`fX pP$4o'Tފ%ȎS"ֈyĊxU4p*g̅c_{WkOq֐i>Ode Oxvmn2f^VNف5-&KRˍ{<} uNm>e]ꃍU^N'ܞ-ȏߗ֍T|ы|tgxl{#Q{€|ny1}r}k$~c^\U NT\~ˍu.+@ x+q"3KjUic=^\K UJNT; o}`w-Sp<|ib![އU>TN]O˛!ǃڗՆ?|ʔŅvLo(h%aʉL[8 TN-א֋}W{Ftϑ6nb ga`Zw Sل?vM󏖝xψZ8sizgҋs}lGf0`YÆ$S8DŽL~ S2;2ry8ur\kፃaeĉ_-LXRTtLb%8Ǚ~ؖSw0qA j(d\]]W7QKꀭ9W}!v’p%ǑiُcZ(][V͈xQzKKWKir‡#t ȠEuX{Jvuxn{yh5 {Wa}ZN~TTNvCwbxzoyt6'zmŔ{gM}`~yZTN |EGzd2m{{y|Psd[|m}f搘~`wTZ+S2Nxɥw~5E~~x $r{l=,f4ހ_ꌬ0YˉSMפU~!w]qʁkvme)F_b YpSLMR҉Ԥ݃M>~}W!vp&ij̄+d^vX{S MكޣH{ш;u5oiE+c]݊X7RlVLR 7AgzXMt1n"hɈb捋,]uSWzQۄL^Մ$N)yRsSm^gZb\M{VۇUQ;&=Kg8{?xŚir~l[f`G[LUㆋPzKqKyN}ewšgSqk e`QZo+U "OԃNK[Rstz.*ut~w4ox{iaycᔦ{^ }OXX&R"M`F5w4~wy|Ʀ4wC+q:lDWNfԕia\JWyt뉀o idk_g?ZZBUą!PcK߂&8?Iy`~sʟw2n/Fhߗc2^iYɆTKP KjK~V7xprӟm8eg閱bÊe] XSTцOTzfKU[}uw7qlcgTaܒc\􎔊QW툱SAg'NJiځsn)u#pvUsw|uoxvyx̊{6z|||Bn~}`}S]+ؘr`vTsw=uy;vnzWw{xy$|Vz}{|~n }`}SO֜p~kmrg~ؼksOJumRv2xeV.yz{qmU}P`~SB/ԏo rq6rPt{꠭vw$yByzۃcl|_~"S6ς0҅n`ŀp q\s6uC MvxxzIk|_P}S+w{nmuFloNPqsϖuۀwOtyyhzʼn\\|yVP~9KFl?TRn{p qɞYsbuDdwms1xgzk[|.P/}݃;lar=n5zZpaqˣLs}u%}x}vz yBzz{|k|}Fx}~ak~_ 퀒RÁ}v'}/w"}x%~:y~ztYuɗW vMzx4`}'y}sqzċf|[Z}UPM~Sqŧs tZѝu>vZw딽{y/#pgzpe|{5Zl|O~:qծIxsȧt\/u|ːHvawĘyxnz,d{cYP|N}ヹrs0ʥt` urjvMGwZxGxʖtm]yb{X[|PVNy}0~n)~Op7H~r`~tV-~v[bIx=z(v{/{j:}^IR[ہ\|u}vh}_wҤ }y~z` ~{|u~ i3c]πR=qĄ{`{{||R}Z~.O~[w:ڭwvxyI'yO}zx{bm|,cq|Y}ʆO~wC7w/xy3 Iy͚$zuEvk{'ol{䎧b |X }pDNv~8wkw֟$xJy|y*zLWtzj{|`|]#W} M}߿#*mfor$]tz'v x~ysT{g}\&QAhtbuɨRwAdxIy7E{5}N|rie}gHH\EQ؁󻤀zȱ{|X y} t}~r|y0qf[؁9}Qu;,GHio#́{Qp9e򀂂/[r˂WQy ~~O~~υ~zWz.Yo eR [f%Q[Â.}ˍʫ}{~!~3h~TH~3x~ч n)dpZaPǀPi}.}b9}mV}M}4~NwX~^mN~cp^YsO΃/w|ؚ,}ϝ}*h}P}t}fu} l%~Ib~XO2Ub|?F|ŝG)|E}N}&Q~2}\lt}j}싽ao~EW~;N~郏|{e؃\}[qQs̴sЪ[u<v+!xtyptzy|Bo[3}e'/ZQF8ԅyƩ Oz{z=|B}CR}x~ndMZ uQׂX(dXڀ:+fu񀴀wyICmcف́Z*DP{q셤zPRL2Zvalxc=TAYˁ:Pс&ӭ5͊aՇ~KSuAkkbdׄYP> JJCҘځTZ!q|̀ۊ sj{yEan[XCAOo(;#@ޕ 8xˁ{jkrv0id`)WzʅGNi_Ş؁--6ǔ\\yq(ҍKh8_ZV_N :b?ǁ{t(xmҒofR^=&U~My~փW73|ˀwrnhEe5]"~ՊT~!L~~׭&^m֤+oЛDqܒsɉuʇwvym{c}YPǃ ;sitؙԉvTw͇y~zu| l2}b%"Y\P=+x yԘ\zďT{|}~}htA~^kfn^bBqY!wPq?}z.~q,~ϖӈ$202:|JbQsjׁ7aXz:PJ₺UWǕXT~g|zW{7riEaXeP&7aS ʇbnyƄqY`rh`C%=WO$ $5]_N.cxap䇲g@_ZzVcNҀQ凨'pŐ܎Cw)npf̈C^1V.N {9fr|r5uo~vuÂʎ?m e}e]LJU`0M}~PņURO4̈́Vq|XtJlLFd1 \TeToʆBL3ćO֔*EՅ0Pc+{5"sBkpWc[GSqLy~ۃޤ6moۏ"rusMuzʊ_wrlyiw{a}XKO݃.ɑs&t(v'5wxyzhq4{h}`u#WBOoYx9y94@zA{,C|x}p~h3@2_]ẂO揘}N}ӏ̌f~]~zIw%oۀUgn_TvW0[;OvNsĂ^L3krz[(y~wvn~n1f^̓V߂OXiʌ쉉},uFׅ(meP^ yVCxNց~Kw{\Mxnwt {ćsYlj#d]3U@NsӍ^ŋ%zv(rBkOc\h-T΁|MsxC˖FDAf;y"Ɏqj)Ib)[7T rL߀#̆zv. wp 0Ch݃aĊZ]=S,L\ؕ ,O@}ۇ˗ZveEznꑠg`qlY`J)RjCwKM8n]p:}r!Vs}1uu+wng0yfF{^c}VO`st^uՐqwZ|^xthz@m~{eЈ}q^,#V_N~wCx&yz{}{t|lÉ}e& ]HJV N˃ٗd|]|}~zb~s @kdti]$nU2ri~x;t2wvqwjWycF{\Q~U"~EN;S<s0t:u}{VwLvxp3@z3i{bx}r[Ԉ*/TՅN%ʐ"wg|x_'yZ|y~zZv {]o`|zh"}b~[^BT|Nu{\|6:|{k}ru~n~h iat4kZQTGAM8ڙχ?& oFzgဈt Xm gb|`܈Z~TTM살i#xƃy6;r|l]hfp[`WY݆[SoM};v!͕䇞~r:wqʎ+k{؅ei%_-Y#ZRރLہ#]kl}A}vӐ3pjq]dv$^Z Xu KRCLG:ψޗN #| SuɌsoB"i`cy]vZW.QKƀ̃里pz%tYugnG药h-bXHW\f&VP؂4|KTk?;uy”Ts8,-m0g#6a_[|U҃P/υJoq]}^rw.trvflx?fz+_ԍ|/Y2~IStfxMst}gv,wDwqK+xkH.zUet@{_Pd}YMNS4܁Mv<􇸡"wLȝxJ|(yIv4hzGpY{Fji|hd܎}^ҋ~XJRYMg΃*Ƞ:{֜{{2|muM}o}iՐ~d4^^LIXpCRނLMYg\ɟl~ߜ%0zDtmnْ7iހc]ʊtX/0RlMM~ћqy3)sdmےh.8bz]߂W]!RbL炏Ğ S}Ț҆xrN`l̑g0aҋn\NW7VՄ QdLO ̂-|Nxw qM kӐOfF*`s[مlVdWPdKŁ灉{ߌvpFjѐeR`ZƈbU߅P`tKL#gÑzz5tזAo .Wi"d>I{_YχTDžhO?J„WQyq@{sԕn"ۏhɎ cOF^0(XS4OJn%p{r-vsq\Qu.l_vgxa{zn\|jW;~}QDL݅t zuIuvpp^wkxf~+zwas|\L}VlQ?LԄewsz)xWu;$y9pzz2k{-e]|U`}[~V[SQ,L˄N~zy`{ctpB|oH|ja}ieM~A`m1([I(VJā6QUWLÃ~}Ϥ~x5~nsl~n3i1dƀ&_xZ݌J_V7 Q-5LU|=twwrǜmhڕ|c_,ӂDZBUPƅUL]܃|+vݟՄqڜYl˜r#gc ^_BYTP?'KςW{<*u?pz kᆂgTb?]!XTrO„AKNރz\}upkbf;Ԉaiy<\ٍ?X9SчCO95J݁ryyt&Wo|j Ie>a`t[ƇWYRNDžJy$x/sDn@8i.dd _[%\RG@NgZJ%4q-jdrm %soucrbvtkxKvFyxyR{zlL}K|_8~RfπoarF‘pskruê t?wJuxؑgw|zKy-{xVz}k|~z^~RUbmyozʴqk{as(|Tt}Uv~x~wfzV{j|9,^\~RE]lCpn:pCr!tɎuӂwҁvhyj${]}R7j꼿mBo/q(+s'?@u|w!ury#6i{{7w]};R)DƻiӐ>lծn_bpmRr~t<vt/xhz\|˃Q~ۂRhwkSDmÓo_qʉt~Nv(rx9gwzQ\|[P~l hj՛m:o^ꓐq sK|uqwՊfvy3[+{P ~hCjlTvjkvl8wo|xqҚyt9Gzvk|xvV}Czj~|]~Q=YtQqutsbvu3wv̘xxmz y`{S{}ub||i\~~i]`lQȀҁ+irxҸtyЭumzۢYv{× w|yB}Dz~aty|1h}\~QlqqXr΀2tQuuw @xxyNs{twg}\~Q zp;q8sHtv4-w}yG8rz߃gX|+\6~Qxo@pnjŨCr*tvKuSEw2|mxq]z^fo|[}PIinHƱNpߦEq;s"ouVvzxKp yeg{}i{m oCprzyt utwPjx`z0W {ćM}azjW{SlǪa{oU~|[q|t}v;~~>xyse zg|\v~Q_y5q!-yrߨzt{CvTX{ww|y}}{3ry~g|g8]~W\KQ@=U wwڱjxx yqz bz:{{|7{|||}q}~f~[րQ#ف+vo~we~JxaSyDnz({d{v|!p}1e~Qg[6gQ{FuG/vR飙we+x^]yWz`zP{xo|1e@}ւZ~P$9StVuyʡvۗ`wFx yɇ"xz8n|Ld`}[ZZ,~lPdys(tɐvw%fx5݁ayPZwtzvmW{Scb|YT~IO8òvstOTuvwxߍvz jl-{;Mbv|v1X}N~Ńr̞˦Is>u5vPL=wix~Uxtyjzߋ8aj|W}[qqs,4v{yx]pfzé7|[(~P +~p~Wrn~tI~u w`yEyzo-|e~HZ$P||v}xI}vyN_}z]~'{p~|{x }n~ds!ZMP@ɱ{}9${}|p~J|~ċ=}MAm}w~[3m~c1Y@Pz%zoomz[{}JK{.|~,}v}l~cc2#YڂtP[TFyz$2z7{N={ۆ~|yu`}#kk}݄bZ~XbIOҀx͏y|Rez.zƋ{Ys}.{.s|j}dah~*`X~O ԪxXy—yAzHz{{:r|8]i|`}WN~oNZxzS3xz0o{2f|D2^F|6U}HM3~Tpwxwny ՉVy8\z$w^zn{Xze{]1|[T}VL~˄zjYlo*Fpqo# suw?xEmxzcy|Ym PskU)pDr !sقgu˂5wJnxv7zl|rc~:Y|PG|v!dwWxmny~Rz~HI|u}v#>}~}vj}ύn3~e~A]~jUY~ɅVMAI<} Ȗ}**}I}Z}J}h;t}l}d}D\~,Tn~hL~tr}%}}#Ԅ},{}2ss}MCk}pct}[~}ډS~LF~JY`j݈lוo:qvCs{usdxDjmUza|XF-O͂ԁ̈pc^qϔJsĆuWx[wzބxrm6zi|^`6~9XʀOkϣ:uuCv؅xny6@}zkyʃ{q|h܃~.`RWUOxz\9{Y|d*}}x6~p@hz_*WU恗OQTƀJ؄HɀćPׁ.wxbo%gF_,VQO.Tl9^R/~Q/v?ل7nbfNW^h+XV_N܂ɜփF㔣W|ၧtTm0 'eEօ]]U~MSŐ(b>CJ{)s؉lWdO^ \2TzMKԃ/udOsԁ1z1ĎrpsKj,|cH[ƆT(Lc[0eÁ˘$d?x~Jq %i֌bVZdSH1L7~e-5~ွwg@MohaGY R~؆?K~Zj͖*mouڊq@^swH>vos&x^gGz_7}V*XNG%o͋qksuD~{vv@qxnnzfx|^^~EV"N˂ۂ tjv>wix|zuD{`m|eل~^V23NtHyzɊ{"|x{Ά}Ct8~l҅~e;]xU܂N$~琝Pezjs4#kVdg}]UXPNm4ڏ7·5ŀDy]TrejރFc+\RvTۃMC%4q xʆpÃi<[b[>TDWMH$" }ą3vJoshÇcaZZŁ{YS݄SL@Pd񃢅|lˍuzpnlgXa`Y dRmL#уwb[!h<o[z_tdmffdo_GkX܀mRyKnˇ3ć7e4 y@rڃJ.kreWT^WA\QdKCtkDxms͏o=qy錉srv1k\xvdGz]d}!UrN#,XoAqsxFu*x݋vqȊ xjވz|c4|^\x~QUANC:ݑBtuׅsw1~]xzwڊypZ{j|b}[CzTɄMڂy?yz4z}_}{vˉ|o}iJ5~bQ[yT|M҂v?Q}x~,(~|B)uƉ)o ̀haT'[9T5&NM܎7Pqkzytm+g炣`؄ĂZ[SMKֆZ\FۆyfsJQl†fqd_B;Y0S$LGN3ZҊq~Qxhrpk%Beut_ɅX肶Rg/Lo⏟dm}?w'qpjdp{N^,XXBQ8K7(h|:uň*oiQTcJ8]舊WΆPʅ?K)փ\L0Ӗ@zE>t͒'nsVh?bL\.VCgPUiJ͍k̖tm+pzrtt5n vcg׋xa:zZ}KSMg+既p cq$syu/svmLxg#z`|mZB~hSVeMQktGbu~ؒ/vxx8r ylzfx)|``S}YІ}S_ׁM<7xtoye}GzYw8{Lqˍ0|@kF}Bel~L_gYaS_M)тr|h}/|l}vc~\p_~jߊe 3^ XzR߃PMs7.ʀ{t3u|goȋi܉ہd#^,zSX^RcqLA .#z2tC]n 0hƉPc&]TWlQƂ탂Lxh~hys"ImgňΆ#b=\zW Q6rKn*}ywюq&lk$1fY:aJG[ZVNzwPKБ |*vlpk2e_`80 ZUbZO灏J5ȀՑzt?u]]o_j#ed[_K̊Yׄ&T&OK,tJYl&5nylpt\rotiZzvcҍx]}{3XG}R^LtZp|~C/r$yfssuqn?+whxc<2z]|Ww~R0L›t>}T1ux4tvrx5m}Rygzby|c]&}WQ䅬1LҁȚw|]?yw@zq֒{lx{gF} b~&\}RW#PQ0L$Ú{{d_|ivS}p%}k䏧~nfL%as\ ܀VʆɁyQzVLă:@tzTuA7omje6`e[`EVDug7pΌ7kSfό aԊ]dX[ŋWkS?jNكJuBpݙloqGgݓscF_*Z ]VrRNZ>J@8t,okpfߒ/b`^79ZUQ}]MăI܃sojfjaN]fɉ1YTU- Q;MCIncfN{pi7qlHssonuqMvt@xvuzry"il|{}]~}P lkm๠n]p]p_r@r2t*t vuw~wyty{}h{}6\~ ~P4aju^lvnx'6qyW s zu{bw%|sy?}h{n~\O}P̀ h|ȵkL}Zm}o~rr~Ht:a~2vlrx5g[z逕[}&Pl gpilɝnރq(Tsi} uqxfzk3[|Pvf8?h[ks nDpoZrĆ{u"pweyZ|MPa~лe4Eh jmmSoo݋r@%zto`wdy|gZ{ڃO~>*d&gmڣ-jTVlג4oV߃qōxt9Zn-v#cyYZ{qN}؂}d;gOi薌lsn|qhw3sߎlvH5bxbX{NX}}Ǵd"nfПKiџ"lO(nǗq0NusknuMax\WznM}, d+f訦iLl.n~9p~t.scXj'u?`gx3Vzt0M]|Drfm:tAiDul?vnwq yBt.~!zvr|*y gU}{[i}P06qmqrot'qޝ'usҒvu·xew}yyq{{`f}@}1[`~~PqEo]tqu;rwqtfx1uzw{:{y;|rpz}e|~Z~vPbtLauvNdkxNnbzSzX|GNf~9riPȥHk(\m~Wo܇q4}s폗tujrwiayWM{XM}ڂԭsi'Rkqƙlm˜}{oș@q|srui wi_yCVZ{$MM}{i,1|keOmfo@qzsxq?un gw]E^yNU{BL}:I.wf xmiQ0yRl<znߏzq{tz|vo}yeK{ZD}P vf\um7SvoSwqxsyuzwky|y_o}A{Ad~}-Z~O ót%sҩuhuEvvȖwxXxy{_zzx{Y|nB|}cc}~YQO݀rzgt{-@u{uv|x}vyL~)wpz~m_|cZ}y?YZ~OȀHnqTr tv6uЁSw%qxv\yl{lb|Y~zO񁺭p?D0q˚sQ9u ӇvrS~dwuyZOkpza|~3Xe~O: oVZqhrEvto,z_z}q{h|B` }W/~ׂN$t^Duivꉌ)w򈮁xxypp{g|-_*}CGVo~Y[Ngmsˑu TvSIwbՀ+xi^wywo=zzf{ ^W|υU}%M`~򂱠s^Ә'tݏuv~xv;ynz&e{D]j|iT}~L~ s#oWteuj`v}wLtxǏly֍8dXz\C| T}!LW~,#:s tB]u}уv{wssxknysc?zW[D{>S]|φ7K}ۃRhf瞴iNlVnq|4t s|'vjbYy'aY{X~>O.7̥"l'`nהq1su{*wrhyi{`})Wg#O ρ}r~t ]~xu~wxyVzq{hҀ}`~~WUNlkm|hxD|y@}dzDj}{3C~|$x~}p~~hs~_VNȁ{:}f{~iX|b~ |I}Aw}o~E}g>~ۀ^|CVNz@z烀{m|O~|0vm}nz}fG~M^;~V mN1E>Syh z({zڄ{x5}{u|mE}$Be>}ʄ]c~xUQ8M~x֎\ytzTO~z{{ss| l&|dH}P\\~-T~LFxby"Ny吤zzz[{5r{~j|=cC|[}^S~=L`~قx>xޗFylz6xz~q({NFi{b|Z}9S}݅SK~x+Awnaxyo yUwzwo{h{1a |>hY|戡R]}K~$V}ig9~iԏτlDŽVo qw܃to߃Ovgy?_J{V̂~hNl nspㆁAr~΂tv͂vnyfȂi{^J}5Vi9BNn4Rar|sfu8;=v}x}]az&}ksS}nlb}Ge}^}ڊ{X ~ QV~LK ~e%gGYj5ElفoRzqsw)tPl3ovdyk]&|UM~MD-lnňdpȆryʅtrSvk`yc{$\}OTlMyqsBPtvyxxqyj{0cB||\~T3M<ՓGRv1wkNx~cz w2{'p|Ci@}fb~[{TS'Mq܂؅>{wׄ|3$[|}6}vZ~Eo~h邌a=C[T MZUUOU_{߃$uMXnDgaZet'S?\L ܃7FztPmQf؁d`)%YRRွLXˍApERy9ŕ?l7/eۀ_QXvnRHDK̀j!~ٌowwEqkd׀q^j8X.{QքRKT/* 0wȑ}1vp?iڀYec ]\Ј)W5PqJGY͗ {9uJϑo]hȀb\suV^BuPFjJ~~h6j׌}m+|A5ouro:t}hwăqy[d|4Sh~Lz^lӇ㌉n܁ap{31rttnXvgy a-{2Z}gSL ȍqYirStz"9v3swmyfg9{`%|Z=~SNgQLՂ `uc[wXVxWyJyr=zlF{ftY}!_~hYS LÂ=KnUzd&_{6~-i| wh|qe}k}~ce._]Y+-RɂLႆm~߂ΈL|݇vp҅xjҀdĄ1^LXROYLQl?z̓G{Rum Go;i@,căw]ŃW߂ QKĀB.KzF\t>tmn{hwb؂\GW:Q( KCu#ڇ|~dž3yۊcs mWgAaむ\ӅV2P.JӀ NhQ}]IwxqlPfVՊ`Ђ[c`UÆ O3JptƔ|vi ;p7kIeTv"_ばuZAT̀bOI؅1J_h9kC|k{mvoprQjPte"wB^!yX熤|kR8 LJ܁mۑo{ngqusptj.{w dxy%^jv{PXv }R;L=isq9ďrze`tqtv o40wipyMc׈7{]|X w~Q1sL0?G~uZ~vyOgwsynLOzWh{c'x|]W)~MWQL$|{yt}zZxB}{Br|%mkx}g݈}b{~\΅WBcQHL9܎}|P#~w~q9*l\ff/a\=VفQɂYKĂ耰ʁ{guڋpik=$:e߆҂[`|[OiVRPFK=E`y…ptg>oSj4dHw_ׅ6ZU}ՃP ̓JŀуC~x8ssn8yi'.cʆ^􄔅ỸrHTЂ`O^ J]jj|ό&wfˌrHqmgb܅U]X߂S셔NހJ{‘vv:hq-k􇥍af:a]FXS>bNRIizl u甄nGpNpk͐rfu0ahw[z$V|Q OK7~ޗmyЕozurqloNsWk 3uAeލ'wH`ً'y^[7{V?V}P΅K/}閵qEx唐rt.rto!]vjQQwe{%d:|*_i}@[#~ZWSP߀ÓK Ӄs{Zod| k|g]u}cg~Z_= [@|WZRPNK_JÂ^2r~nj6fsĀ b^w^iZ~aV`ˁReĂdN>ǂJQYq]miIe!ga‚]Yˉ^UɇFQC3MփN\Iq}p0lʔS hۑd`ڍ3\ۊZYل0U%DŽQe˃MdރI p3vkؓψgߑscď _茬[p X9QT`F*PSLނu5I@ojXg"bT_6[0WۆSՆ(P]LkHiнkbTmeToghq>kʒsnuq} w tqyUw}f{z8[ ~ |OtTii|kk&mnop"rsCut+u|{vcwpxye{&{Z}}OĹgzpܮiralFthnvpw3sHy/zuzp x|.e?z}ZM}~O.exh:yjzKme{ 9o{re|yt}o#ww~dzRY|O=c@fiՖlEnTqxt.nEvڀdyY|?O~ b6e˟h`k^'n"!pׄwFsm,vO c3yY {́O/~}Q)al dgNJ%jpm~pE~usikuԅKbGx%XJ{YN~`cՑSg #vicl匡~otr&juaiakx1WzM}`1..cTʙf]i}>lr|oQ-s6r/iut`qwχVzMX}Sg_u3cqfSeiBd~l0azo jqquh^t_:wyUz=L}_覣]bf$TOi kyn˔pqqg2thi^-w-U ybLv|pbmqyerhtkkunwqyy0to/{wd|zTY~|O,mi`ok֠3qgnfCsptsvuZxxqwnOz`yc|k{Yk~k}O$rlpGmr osqu3swEXuxwwz{myy|cT{}Y}O ajAw#:lnx4nyP.pzYr{it|dvv}^ly ~Jb{Z5X}Oh}pk~N,mk~o#hq~tuv;m_Ão͋Gzr5qtJhw_ypEVk{ƒMa~*=elgTjm8l oYyqȌpWt:glv^y U{aL}yIdНjgz6j1 2l_qowq| nscf"vP]x T{ `Le}]ddO\gVili|nі=v;q8msev\xgMTzL}QtZbupeΛvizwkSxoyqvr{Htl|wb~>zpX}NFҬrYiFAskKun=v_pwr~yu4unzwk|yb}|X8C~Nڀ5po¡rqssju)u!vv}x3xtwyz:j{m{au}"}W~Nunv8pw\rext yZuz|PwU{sny|j z~ `|W~\ Nmi|oK}q5}r~3t~{&v;rmxMiUz,)`P|W;}N>"l,ʜLn2p@rsyu҂yq6wchTy=_{V}}NQVk"䚅mI4oyRqlހsWy!;^{U}Mx~ځajk䘶lSnƌfpƋ)wrvtnvmf=x)]zUJ|L~lAilnD"3pIP}rK}utImvHe,xF]zF4T|.^Lc~ ix"k͘npb|jqt-sl)uQcw[y쇆S{օ#K}̛i~pk(TmŚ=oQ{ qirsjubwZyS {K}hxc Gygfz%i7zl${o{|qs}iti~iw`~zWq}INU Hvi0wkZxn#ypvXzrz{ur|wti"}y`1~|W~>N?>kuoE v;qwas^x{tł!yvyzxEq4{zhb}{_~`}V,N*ـásuVgtvNv'wوwcy xzFxsy{up:{%|g|y}_ }~Vc-N{r${Os{u|v[}Vw}wXy ~oFzl@f{^}YeV~ŀN%cBp* rI"tlu~&vv x]n ýe{M]|ׁU~LMoYqtssPitӅ|vOtwɄlyD6dz˃\|X1T}ςL8 o@p틚rt.{Cuskw?kxņczR\5{ℂT5}[nLn~łVn phHrqsyu@r$v͊rjxYbyU[Z{zS|.K~_ng2pqѓ}samx^t_pvuNi\x@ay#ZL{R|K~ؕXn8ፓoMq~qs&wtov&hBwp`y?Ycz̈(R|IK&}}cl}gf`}ij~+lJ~o7wrotgTw^zV[X}sME{Bi+ {kz|dn ~|p]~}rv~!un~wgfky^g!|U~]Mׁpynڔzdp{r4{tm}|v=u}Bxm~ye~{]}Ud>M7x2t yuՋyw.zxw|d{yt|h{ m}A|Te#~#}]M ~UOMځ?*vzwz*x{y|{8z}Hs{~ l,|~dl}\~:UMruv刖w/xsyy怸rbzk{4c|f\~ TwM"ՕtŅ?u†w-xv}tgw֍mgxfz6_{#aX|DQ}RK~Rr𙼇t'|u`Byvvs*wlCxeyK^zЉW{Q"}KJ~bpcofljہoilrl{@voisr~QU~O~YJ1!o|e|t|v|鐄p}kX}=Je}s`!} Zg}PT~AO1~I~҃Dze&g}܈jwƇmQq/pkÆireu_\xjYb{KRf~$KB k ipRl|ŇnYvÆpq6rjuyTey`szyn4x{h}|b}]d~W^QhK$(H{}t|Fx}rr}m~hg]b \`̀mVρPdKa7d݃e|*3vĂɀq7nk$fria#z[@V.5PrnJ怺m8zׂa&upɃj߁wey1`FZۀeUAOkJvH wyɇtVnY*؆=T:N4I8|N,v{q؀8l]g bsЊE]X`wSc\NGJIv<^N'e|hw쌑k+rPmmYplgֈs!bwu\xW{Q~gK7I4j{팙lYvnnqEpl sguiaنw\$K#V|}4zewqP{?rn|m|h}c~_)ZZc+UOۂ!Jف{UV~WvF~q_lgFc:^J$YVցT6O_kJgz_uǂ}phk/fbb]}XSSN*JxˆHs(oJejz{eՅ.a0!\wWلJOu&ycqyz_mJX{Yh|Hd}1`\e~\#1 WSCNJ]݂tF|pn}l<~WgF~cȇ_yŀ[WVDRqNAekIes{o[-k?Jf򈝁b^^1Z=V^~REMځIr΄5nN0j>H,ea̓]҅YلUQ~MjtIBHq?m2ni$d~`DE\X eTQ oLH@mpl‹:l*h.Gd`̈_\XBTDPm-LvńWHshowj]kWlgݒ0odq_ҍt"[vWXy|S|CNnJLrڗlkUnKmmk68og2$qcds_Iv[P(x]V>zRe};NIJԁr ?nn$0ptj/rDf*t"b͎1u^njDwZiyV|Ru~)N' =JchЎheQ4at^1Z"W, S*P-LLw;\HckqgڎVWdW?`]J.YVd R愓JO-LӃHjfˈ$c|_bD\YRURJKOÄKx,HjGi]k ax\me-ohq)ls^o[xurmx,ucszxX}{NQH~fe/$hhkDjmmwop^rirwtulwxbzHzXz}|NY.dglcFfn}ippl3rnt{qzvvt(xlvzlb:y|LX*|}N`qbPs|me-tܚHhvHjwmx~@pzGtsa{kCvB|ay6}W|! Ng `uzqc{(f{bi|]l}D}o}sr~jvuaxW{ Nm~k^9b6DeQh[kӁg{njrqiiwuW`Zx6;W{GN ~Pا]ߝa4 dg=k]z>nFqmqm)het_wV^zӂMp}G\ŽI`A Uc͋ˊlg"juWxmp?pght^wJSUzhL}%\"@_c4ڈfJi)wm;Qo p~yf[s]vU z Lf}* 0[К[_Ub敱fEH~ivlwmp*e%s`\v6T8yK|܂]H[j_ j2bjej}IiXltlrloގds[vHSyvK|m!^onapfe~rh؇slD~3uotwrkKyua|yW~`{M瀲~$je> lh ;njpm9rpV}trsvuj}y,xa{zWT}}MDnBhlMjn&m%pYo[rcqtv{svosv+xlixzZ`qz|PW}k~M٦]fri4t1ku,nwpxzryrud{Khw|_zv}V|M}=ydyXgz+ej[{l{тSo~|yr }cqt~$h*wD~_]yzVu|M$cÙf^iB-k`nxJqOosg6v^yt U| M~bD 4eKh\!{k*Qm]vpnspf0v2]xUD{L~Kiaq(hdz&Ig"jm$}mJ&up"mrekr'ct[6wˆS7zK}6oK`G~0cQΉ^fb"\iDsyl!qniq؍rbtZNw~RzAPK0|@q5^蜟rbJLseʋu5i@vlozx#oqyrh{{v_}Yy/V5|5MCuoeVphr7jDsmuzpMykw0rpxuhzx&_A|zV8~}v}ex~]{1[UZ}gMhǜDh~UAj~l o;d|qtsm"vaexS\zT|M !'fHiylănr{lp΃Yss" kuudwЂ\7z0KT4|wLz~fhPJkBmzp'r]r'jtZcwW[yS|K~Aerď%h pjm(xooq ritb&v_ZyVR{K}8eDggkjT~~lϏw;oCoqht$(a v=YxPR={PcK }SdߚgsDj }lun(nq`gzsҌf`vBXxQ{J}DuF_gzvCbwBf"xQi\~yelvzon{s ff}'v,^~y\U{|lM!xs4ertsh.Muj_vm}xIpPuyrm{ue|{x7]~zU'}fM )qRkm^rmtBoτuq|w7ttxvmzBx*e{z=\}s|\T~XMHtoqbq>rgrttv!{av/wswy=l3y{zdN{.|K\}|}T~@LInw>5oxGqyWysqz\z;u5{crv|akXx}_cz~P\|i=TK~5Ll|n}yep}r~xxtb~qv;mjLxbyI[Z{倩S}LM]kmołv~qlw|sdpwlexQhMy7kz&myu{pWr|rj}ucT~xJ[0zT'J}Lh"uk6rvmawoWxqxezsq+{-uj|Nxb}uz7[]~|dS~tL{spȋuFrk'vt~wuwIy wWp3zIxiJ{zb||+Z~}SaQLΑtrvFzswhuZx|vyv6xzoCym{h~z}af|.~Zl}!SK~!L}Qq>{r|MOtW|{~u}tw@~5n"x~gzi`{Y}|R~~L!߁p8p Yqρs~/zu Qsvvlxfuy_{ Y|R:}KbȌoQ*q[rmxtU rdu넯kwwLe}x^z~Xp|Q}K$~nY|yR~LgxupGyTqz3syf{ u\s/{w l|xf_}zh_~i|Y2E}Rw'mL $wuex v~y wxEyyr/zzRk{{e||_#}}X~R72KNuzq>v{7}6x |vy|pz}j{!~Bd|$~^`}/X.~;ZQBK@tcu{w8uxUJoykiz}c{%]|cW}Q6~K"{sLNu5"znvut`wnxǃhypbz>\|V}:P~KJMwvwӎvqxAlyfgz b]z≏]m{UX@|oS8}=N}RI?~ b~exhs kmƄenhqbt\w.VTzSPЃ,}rJу i]f|i2wkr.nSlbpgX,szav \4xV{P~>J͂)k{m>vonq8qlisfPuaX;x$[,zjV-"|P^%Jɂ1;぀oz|qMuxsp6ttk-qveځrxl`wz7[2| Ú}P*JŁ΁~9sy]MuRtkavo=sxjOyez` |CZ}Ur  O=kJs}GxCxDyKs5nzTn{TiG|Sd.}M_? ~DZ D;T1O"J} |~|v~]}*q~}l~~nh0c2;^bs/YRTdPO%AJSz}Fu} p}ہKk~}g.~^bJ~]~X/4S|_N͂}IyN|tU|o}7j}wf+}˄Da_~ \~bW~SH `NAeIaw{s|Znc| i|ve}F`\}L[}酴W~F R~_M Ifv{q{&mG|>:h|Ed|҉W_}}'][}~gVi}VQ~PBM?~/H+|ߊGcwuesShn[ki"n~deqt_tyZZ wU,yzO}J1j{ψg+virfrl&mnhՆ#q)cޅs_v_Y\yTЃ{Ojd~J4-zhk9um]qnDolqh-sc9v^+x?YtzTzD|O<7J6xyoLtօqpi#rktgC8vbxX]gz/X |T$~OgJ9&xfsTsĄwtolv=jӃwfxOy,aӂz]V|Xe}SԂ)NJ;Ɂw1wSrsxtnP#yi˂ze{`<|\}WSa#Ny5IZ?v {7qz|m/R|h}d~O` [ʁdWE:yR߁1N)I䂀tȁ0pPl g\gc)_: [ ՁyVRf.MŀyIFxs< o,k 'f+b-^_o+ZIP)V:$Qڀ(MY HrTm}iYMe/a]oEYoτU<Ä{Q+ LHŃq(lڀhۉCd`\q3X^T\PcLlo H~}Fv@dqlfm׌=iiyl`eVo(`߈r \tW܆wSB{NZ~IuGCgq$jEm lho*dq`Ft)\ vWvyjR|"N4"~IKhtLkpml+ogqct _vA[,xzWJzRp}*NvI݁sOo.o&qkDrg$tc?v_6xe[ hzCV|5Rc~-M%IvrKrn4tejbufXwvb(x^tezZ|VF}RW$MЂI/q8svm*wibxehz1a]{a]|Yׄ}Ub~Q̀!M7LImp/}z l#{h\{doY|`}\؄~YjcU Ԁ?QCEM%I25o }k~HgfM~cl_\muXk݀TP{PցɂLˁGvĤm3j ?xflb_ l&[L܂UWVS҂PYVLjނHol҅?h􄣄eY ap^ڄlZoNGV̄!SCSO僸K}yH`:kgdi\`]JZY҆ VCSR O1{K(H+փ^oeLkڑwghtjtdNm"a1o]V.rYu|U-xtQu{yM/a~pIVnhkXQ\ `mc׋z+grQk1fjnЇbrj[u[S.yK}fW[_=c{8xg0Wqj֋xinsarZ%uRvy;K#|Wh^[f_d~c(0w~fߐoj[hn `qYRucQxJ|u]CjGZwl ^:mb oeĀqizx7hn>yBkHqnJjqij{sJmsuJpl/wYsd"yvp\*{yoT~%|OLZ~-igkj&mlpozr&qyrtXskivv4cxx[{E{S}}RLZgom]ioÈ)lbqns}yrq uVqsfw"juxbx;z[=z|S}=~KL[!eshCuNjvkm~wxXoy.pr}zjit{b=w|Zz:~S`|5L[_W_cy"fz2i{s}lw|+wo|oq}htQ~Farw~Z7yR|`)L ~be僢hр|k=unUmnq gs`vxYy8Rb{K~,aedυ +g{0jτPtxmmpkfs/1_uXxĂgQ{zK~E`߇VdgD$yj0>s;m Xlloqer^uX:x`QR{J}ꌏ`|(c"fߍvxaiˌqlk5o~LdrT]u2zWYx Pz˃J^}i:`7R.cbv}fwipplDj)o"cq]t)Vw†:PzQJ}"q[Ȏs3_]^tc ufxw$jq`xmjz*qb{t[}xSbp{LJRoaqAdrg~tmjwumpvwpi]y_sa{,vZ}yS~|KpmgoojqMl}sovtqjovshxv3aWzxZ#|z{R~z}{Kyӑkmw mo`QoqR|Zqs2usunuvgwx`yzY{|R~ ~gK1gis6l.tn~v{.pw`trxmtzg%w{f`)y6|YL{n~Rh}FKÀh`xԆjym[zyo{lsgq|Clt}f9vU}_jx~XzpQ}).KU*g~Qqi~lg~xonJrq"ksre:uD^xXzgQu|K"~߁Q~fhփ}kXw%n'ppnjr҂dOu,]w]Wy(P|=J~re`ih!:|:j݇umdooچ0isrJ~c^t]w VykPs{܂JV~?dgzjotslnuohbhHq݈8bQtI\vVy3O{yJ}OdbgUCygjs>lmYoegFq{ahs'[Evm{UGxON{A%I}su\}v_Twc{uxftyjtmzmgK|*qV`V}stY~xMRy1{KLYsbte v/hzXwqjsxmm#zpf{_s_|vY~3yR4|K8qg/s/jtly>v-nrwq`lUysezv7_;|xX}{2Q;}KԀ Jomqo~sSqxtrqvtk}x.ve=yx^{szX>}|Q~~Kvdn(rz]ps}NrunwsvpuxOjwHydy{(^%z|W|}Q~aVK %lwƁnx{pyurzot{iv|cxR}]pz0~oWR|SQ}4K2kw|mm}jz}o}tgq~]ns~huRbw\y:V{P}iJ5sj ~lقy(o#s-q6mys8gu2aw"[yV({P!|JX~Ł̃iʆ}l#~wnvqplUrft`v[*xUz O|I~biD| kvdmppkr*elt4*_v4@ZCxCJTzMSO |UڀzCP@}AJvAyg{zzjCv.{lp|>o&kn|qe}s`~pvqZ0xU{OՀ~Jrx:lzBy:nuz7po{rj{te4|v`}xZ~zU'b|OO~Jn<~kvqGywrsxtnyvizwd{yF_m|zZ}|mT~~OyJj0}uvuwvwrwxWmy yhzzc{#{^|,|Ys}@~T^~S=O!haJ*u{tWzgvtu{5qw|lqx<|gyY}bzw~B]{~X|S}̀qN~'IzDse~u'tKpUv<k\wzfxPayր] zX!|)BS^}RNO~wIq$xrNstAo(u5jEvփex`yH\@zwWt{R|悩M~I$0iwrrs(muivPmr`lhncq^tYiKwTPzN}I؂g{7~ hv8~xjrq~ll;oFgqbt^BvXy"S{Ń}~PIہy|lqu}nypz}pk~rg~tb;v]xxXzSv|NIށ)x{ps{rvo||utj}ufN}wma~#y]~zX$O|cSd~NI@owyurzvcnZ{owi|xe[|z9`}^{{\I~|W~}Rd9N1|IӁvExyAqyz2m/z{#h{J|dY{|_|}[}d~V~!R~ހ]M7IP_ tw}zpax~ly~gz ck{L_|Z|ҀwVX}R~dpMr/ISsw o2xjy fyb{z^*{*Z|KBU}!\Q}vM~˂Hr]vkmwvaixy-eyUavz#]>zaY5{̄T|P}yL~r!H~DqulvhwKdx؇`y\sziX{\TX|KPV}<_L1~%HI~wd`2rcBnfTj|ine&lao\rWÃovKSNyN<}I=4{vzdOqgm˃iiKSl|e"o7`yr \tW_wRÂzMꂳ}IH€uhGhZqFjlFmh~8o~dU(q_tS[vWy[R|{MȂ2~IQVtIlconokpxgrc(t_E9v[LxVgzR6}MCIZfs0penrksf؀ub2w=^]xZzV8|gQ~&MIIbr ~Nt\m~ui~w!e%xb[y]{3Y|U&}Qv=MFπI2)p}HZmGzՃid{de{탳a|[^e|Z}.W}uSM~XO~9K$H#lzKQhSz܆d{ga{׆:]|?Y|rVh}' R}O(~EKr~փG_qbahmd]iʈ gOeŇpjOamN]ކpkYysUvQ`iz*L}xHpelcgijoeMmaTo]Q6rYqu\U?:xGQ!{@Lփj~.Hă ohkφk(h4mdY;o`r?\̄[tYwT냑yP5|ML~HԂXn(lpjng\pc)r` t\;{vX/xT{P}TLnHAmpjqfhsb܃"uq_ew.[xXpzT8D|Pu~NLHlshu>elva;x,^ yZ{Wy|oS}PPLWHƁw$kwFgx|dyasz]T{Z2=|V΁*~S51OLL `H~gjzf{c|`3}`\~#Y}~V/RqO\8KHRQ*MWJzG3kbh'xee xhHafk-^ZZnZˈMqWWIt*SWw^OͅvzK償}H5ـjfgd%hdS>k`Hm]ȈXpXZNisVuS=xO{KՄ~HLbGi݊iSfkcm`X=pG]=brY؆uVwoRyOjB|Kǃ%Haiyle܈nbp_1r\ktYTvV"yRV{RO:}KHuh7?oeqb.s_/uW\ ~wXӄxUFzRW|O+~vKMH*gHs;d/taRvO^9Kw[QyTX- zU(|VQ}N‚bKy-HdQf`vacHw`ly]az@Z{sWz{|T}QlNgIK0uH"ReU"ybWz_H{\|YσT}VԂ~hSxJP 6N!JEGdSK|ah}^~A[̃"~YV+N#Sg쀺P}WM1J|GcB`c:w]Z}LX?UoRWBOM/JGGK&b4!_pF\JjZ 상WT́1R3ԃOmLX}I-dG_ LcUf Yˍh.^ jb}mf)udojmKrnduq\xuT|eyK}a\c` \f$cNhf|~kj_thnml}qqd=ttP\x\wS{zL~C^VcoaDfVd2i1gKk{bjmnswmqIkpsctXv[wyfS{p|L~g[jR_lpZb[nepz.i+rrqltjpvbsy[?wH{S{}L2~Ykp]rx`tLdHu{ygvqokxmjoGyb\s{QZv|SWz~"LD~`|W{wiD[`xM7_Ay5~czwfzpQj{in|aro}ZIvI~fRz+2K}U}Z}^1~,}db5~}vlf*~o/j%hnu`qYuRhy?K}}T̃Yo ]<*| aZu:ejn$iwag;my`qwYuhQyX;K}3HS~SXD\z`t dՆJmhyfWm_NqXku Qdy(J|߁dSW͍)\qyZ`Jrdtkh{e_l+^mpWthPxJ[|ċS=j8W}~[x(_qdk h;JdlD|]p`VtzP>xJ|SSgV}iiZ:kH^mbbzofr@qjyjtzndbwBr?[z.v/S#}>zK\}~d]g`qidc5kgcedf\Xgi1~jDkwm nproqVi6rt auvZ0yyR|I|:K~ߓ_jbl4en`}hpvkronthorva uGyYx{0R{}EK$N>]pe5`qzd s|rghuujvnmx0gqAy`xt{EVQuOyI|߇WaC[Pz_0tbtnfhbjz>bTn+[qUuWOtyGI|.kWNl[5nf_7}[p;cvbrgo&t7jhvqn`xrY{jv{R:~zVKC~> h]j`؃la{|\e0|Jvhl|pk}zin~cq~]8u3Vx;P{YLJ~Yԇ#]h`Ԁ{d4tgnjՀhnbqO \tVowǁ'P3z4JJ}A\x`ycu!sf݄mj5>gmapу^[t!Uwf{Oz I}["}_9x7cSrFfkilifm`pjZsƄUwO,zII}Gn["|_!vbYq fkiXel3`)pZ;sviTlvӄNzIg}C;nX%op [qx_y3scrtglv~kBezxjo^z{rX|vQ[~zJ~l9^maJ~odxqgqsyk k6un\dwq^3ytW| xVQ%~]{J~ic̃kf}un iVwp/l prTnjutqzd>vt8]y'wWW{{yP}|JLegi4jk|0lvmunp2oq1rkistcvv];xyyVz{ZP}t}JȆeo/hipzjrtmtVopv hrwbu6yk\w{Vzm|P} ~wJ#^d)tWfuyiwslwxSmo'ygqzb4t~{\ w4}V/y~

|fJ)bz}ezx=h{irak|lnV|fq}aVs~B[lv~UyeO|RJK~LaI|yd|vgq4jkmfptS`sDZvU(xOe{0I~Kd`ńQ{cufpijlCeo_r‚Zu~Tx?N{PI}큿I`-9ycZtFfwniiyluadom^rTY?uMq%ptkruf#tw`w)yLZy_{ U\{|O}~JUfhKszju.um+v}oowjqye>t*za_vn{Z\x|T{ ~0Op}RuJQfxytiyt0l$znn{ciq |;dDsr}_u}Yx+~TizO|ՀXI #}e}xh~Ark4~mm~hpKTc\r^Su1YwnSz N|c,I~|dvgqjrlmggoPbpr3:]t%Xbw-SfyN9|IK~>zd[`u_g(phiSkIlflo$Eajq\t5BWvȃRyP:M{I}'y:ctfo@ikj8lern `qH[sΆ1Vvo?RyNMK{oWH}iHuZ|pv]vwaKq#xdkyhezl4`p|=oZ}sUH~wrO^{EJ.)s_-{?tbTuvep9wUhjxkeIzn_{ur9ZX|uT~SxOg|1J)kqd>zsfttioNvl]jwody#q_lztY|@wXT}z9O8d}J$~1oiIxqlkssmn\tpiLv{rUdx/t^yvY{y8TQ}6{O ~}JA|mnBwoprqqmtsshulucawAwh^hy y;Y'z{ T||N~~JP{slos%vJntqlpul]rwUgtxbvoz]xS{yXz@|S|'~/N~Iz*kwumZxp/oyk6qzfs{au|\w}Wy~S&{yN3}iIkTxj |sl`}on}j%p~er~`u!\'wW[y$(R{%M}3I4~w^i0+rwk9mmHip&\drSr_ty[bvVxR4zMu|H~uhq%jAlmQgocwqɄA^sZvUxAMQzfL|lH~HGth ojv!klΈ_fobqP^ s&YuuUNw䄻PzL|&AHz}|yG[wy^r|zb'mC{pehK|3i9c}l^~ pkXtSʀ wN#{IB{wB_vpx7bqy)flkz&i3g{ lIbx|/on]}ArXt~YuS}py3N_|IzhubduUvgIpwjkxlfzoWa{Lr]|tX}wS5~zN9$}^Im8y"siGt/ukovYmjwp(fyrmaFz\t\{wW}yaR~O{N~+I wqmssonuqivseawuz`yqwZ\'zy9WY|W{R}|ME~Ivprqr>tmlsuhuvdwwxo_xy[|z'{XV{|RL}A~s{ gruV{cyv|_x}e[yg~+X z~T|PN}ML=~SHX΂nq~Ajs~fjtbv^wj[ xπQWaz(S{$O|⁓K~5Ht[lp.hruEeKs[auqj]vׂxZ6xCVyR{OQ|K}G$kp?gqޅdRsni`t]$vVY~wȄVy.2R[zN|-K1})G~r]im`jce܀gCaj]>nY~q}UPHd[lxqpi/ysezstb{EvW^|wZ|yWT}{%S~|OQ~^L)HskwuGh#xvdywazly.]{LzmZ |/{V} |S}~3O|~vKH3jvy(gwzcx{ `?y{\z|Ym{}V|x~R}kO&~V|K|EeG)Ciu|fv}bw~_]x~\"y7XzUt{PR |N}vK1~G҂hQudv(awA'^fxSg[CyXWzbT{b Qq|t?N=}pJ~Gg=tO$cu`v]wȃZx҃WHyT1z郟P| wM}+MJ~BGsBl6^i9aeуeb&hG^xk~ZVnWP:r2Sd/uO.yJK>|GփVbkbyhgeZe~h5a}vk^qmZrppVrtS~w+O_zeK}G့kf'g+hdT@kN`ԁ[m]upzYs!VuRӁxO2{wK{4~JHtj"iflcnh`#:p\qrYxuNV!wR+z Ol|Kp~HPi%~5mne~owb~qx_z#sy\ZtupXwpU+ykR>{vN܀}KfLH-h!|qd}^ra}t^~1v3[~wXV yU0}{*Q|N_~K7Հ9HHg-{tc|Yv `|wu]}`xZ}z'W~b{T~|Q]b~-NAJ_GՀ݂)fzx&b{ryC`|zX\|{cZ}1|cV}}gT ~S~eP~oMfxJzG|mey{az|c_&{B}*\${}YS|~VT}0ISx}Px~bM~_Jt Gt'cy`y^"z[8{GwX{U|@R}6O}M~HJ:GL܂bxN__y&]AyZmzW{kT| RN|Os}sL~1I~G* g`dqc+af+^]iG[l^XV_oU*rQvQN4,yJ}HG_f͆vcc͆fQa i ]5k[nWzqTʄ tQdwNzJX}G}-f fcii`akk]`"nrZpWpsTndv7Q#,yM{J~GAeKj;baol_9n\ qYsGVuT wP߂zYMɂi|J\M|Mj]~JvuhGbt_u]Q%wZCxxX _yUF{PR|Oр~)MJ;G'Ta~w=^&xw\}RyYzWZ{T}R~)Ol@PLՀetJGRȂ`~z]]~X{S[~|@Y~}"V}TV~QNvL~IIŀ4G)u_}E}\}~:Z}~X.~(U~zSd~Q~1N~?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~O3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBQQSbUtWYZ[\]ߣ_ݣ`ڢaءbԟdҝgҝgҝgҝgҝgҝgҝgҝgҝgҝgҝgҝgҝgҝgҝgҝgҝgO3PAQQSbUsVXYZ[\ߨ[ۧ\إ^ԢbҠdўfўfўfўfўfўfўfўfўfўfўfўfўfўfўfўfўfO3OAPPRaTrVXYZZY۪Yب[ԥ_ңbѡdРfРfРfРfРfРfРfРfРfРfРfРfРfРfРfРfРfN2OAPPR`SqUWXYXܬVجWԩ\Ҧ_ѤbУdСfСfСfСfСfСfСfСfСfСfСfСfСfСfСfСfСfN2O@POQ_SpTWXWޭUذRԭXҪ\Ѩ`ЦbϥdϣeϣeϣeϣeϣeϣeϣeϣeϣeϣeϣeϣeϣeϣeϣeϣeϣeN2N@OOP^RnU}WWUٴOԱSѮYЫ]ϩ`ΨbΧcΦeΦeΦeΦeΦeΦeΦeΦeΦeΦeΦeΦeΦeΦeΦeΦeΦeM2M?NNO]RlUyVUܳPշMѲTϯYέ]ͫ_ͪaͩc̨d̨d̨d̨d̨d̨d̨d̨d̨d̨d̨d̨d̨d̨d̨d̨d̨dM1M>MLN[RhTxT߱Q׿FѸOϴUͱZ̯]̮_ˬa˫c˪d˪d˪d˪d˪d˪d˪d˪d˪d˪d˪d˪d˪d˪d˪d˪d˪dL1L=LKNXRdSzRھGHκP̶V˴Zʲ]ʱ_ɯ`ɮbɮcɮcɮcɮcɮcɮcɮcɮcɮcɮcɮcɮcɮcɮcɮcɮcɮcK0J+"?,Q6_>iDqJvPzS}UVWXYYZZZZZZZZZZZZZZZZZJ*P9QGSWUhWxZ\]^behjmoޖsۗtٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvJ*P9QGSWUhWxZ\]^behjmoޖsۗtٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvJ*P9QGSWUhWxZ\]^behjmoޖsۗtٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvJ*P9QGSWUhWxZ\]^behjmoޖsۗtٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvJ*P9QGSWUhWxZ\]^behjmoޖsۗtٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvJ*P9QGSWUhWxZ\]^behjmoޖsۗtٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvJ*P9QGSWUhWxZ\]^behjmoޖsۗtٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvJ*P9QGSWUhWxZ\]^behjmoޖsۗtٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvJ*P9QGSWUhWxZ\]^behjmoޖsۗtٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvJ*P9QGSWUhWxZ\]^behjmoޖsۗtٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvJ*P9QGSWUhWxZ\]^behjmoޖsۗtٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvJ*P9QGSWUhWxZ\]^behjmoޖsۗtٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvJ*P9QGSWUhWxZ\]^behjmoޖsۗtٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvJ*P8QGSWUgWwY[]^`dgilߙoۘrؘu֙w֙w֙w֙w֙w֙w֙w֙w֙w֙w֙w֙w֙w֙w֙wK*O8PGRVTfVvYZ\]_behkܜn؛rԛuқvқvқvқvқvқvқvқvқvқvқvқvқvқvқvK*O8PFRVTfVvXZ[]^adgݢj١mӞrϝuΞvΞvΞvΞvΞvΞvΞvΞvΞvΞvΞvΞvΞvΞvΞvK*O8PFQUSeVuXY[\^adݪh٩iԧlͤqɢuɢuɢuɢuɢuɢuɢuɢuɢuɢuɢuɢuɢuɢuɢuɢuK*N7OFQUSdUtWYZ\_bޱfڰfհgЫiʧkťoŦsŦsŦsŦsŦsŦsŦsŦsŦsŦsŦsŦsŦsŦsŦsL*N7OEQTScUsVXZ]`a۷cֶeѱfͬgʧhťkĦnĦnĦnĦnĦnĦnĦnĦnĦnĦnĦnĦnĦnĦnĦnL*N7OEPSRbTqVY[]]ܹ]ֹ_ѴbαḓfʩgƧiħkħkħkħkħkħkħkħkħkħkħkħkħkħkħkL*N7NDPSQaSpV|YZZݸYּYҸ]δ`̰cʭeɪfȩhƨjƨjƨjƨjƨjƨjƨjƨjƨjƨjƨjƨjƨjƨjƨjM)M6NDORQ`SnVyYYߵXٿTҼXη\̴`ʱbɮdȬfȪgƪiƪiƪiƪiƪiƪiƪiƪiƪiƪiƪiƪiƪiƪiƪiM)M6MCNPP^TkWuWW۾RSϻX̷\ʴ_ɲaȰcǮeǬgĬhĬhĬhĬhĬhĬhĬhĬhĬhĬhĬhĬhĬhĬhĬhL)L5LBMOP\TgVuU޹SLS̼Xɸ\ȶ_dzaƲcưdůfîgîgîgîgîgîgîgîgîgîgîgîgîgîgîgK(K4K@KMPXTbTxREMSɽXǺ\Ʒ^Ŷ`ŴbijdòefffffffffffffffK(J3I>LIQRSeQzDENTƿYļ\ú^ù`÷b¶cdeeeeeeeeeeeeeeeI'H1G;MDPQPhF|IPUY\^_`bbcccccccccccccccE"B*H.K@GW/k6{AJQVY[]_``abbbbbbbbbbbbbbbAB"H,FC*X2j:wCKQVY[]^^_`aaaaaaaaaaaaaaa>DD/$E-W6f>rEzLRVXZ[[\]^_______________>A/2'E1T:aAjGqMvRzT|V~WXYZ[[\\\\\\\\\\\\\\\>5 !2+B5O=YDaIgLkOnQpSrUsVtVuWuXvYvZwZwZwZwZwZwZwZwZwZwZwZwZwZwZwC#P0Q>RMU\WkZz\^`eimprtuwyߔ|ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}C#P0Q>RMU\WkZz\^`eimprtuwyߔ|ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}C#P0Q>RMU\WkZz\^`eimprtuwyߔ|ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}C#P0Q>RMU\WkZz\^`eimprtuwyߔ|ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}C#P0Q>RMU\WkZz\^`eimprtuwyߔ|ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}C#P0Q>RMU\WkZz\^`eimprtuwyߔ|ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}C#P0Q>RMU\WkZz\^`eimprtuwyߔ|ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}C#P0Q>RMU\WkZz\^`eimprtuwyߔ|ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}C#P0Q>RMU\WkZz\^`eimprtuwyߔ|ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}C#P0Q>RMU\WkZz\^`eimprtuwyߔ|ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}C#O0P>RLT[WkYy[]_dhlprtvxߔ{ܔ۔۔۔۔۔۔۔۔۔۔۔۔۔C#O0P=RLT[VjXx[]^bgkpruwޕz۔ؕוווווווווווווC#O0P=QKSZViXwZ\^`ejpsuݖyڕ֗ӗҗҗҗҗҗҗҗҗҗҗҗҗҗD#N/O=QKSYUhWvY[]_diosݛwٙ~ԘљΚΚΚΚΚΚΚΚΚΚΚΚΚΚD#N/OH/[7j>vFNSWZ]^_`abcddddddddddddd=BE!?6)I2Z:gAqHxO~TWY[\]^_`aaaaaaaaaaaaaa=A?$#7-I6W>bDjIpOuSyU{W}X~YZ[\]^_____________==&'70F9Q@ZFbKgMkPnRpTqVrWsXtYuZu[v\v\w\w\w\w\w\w\w\w\w\w\w\w\w; '+54AOKQWTcVnYx]bf߶iֽn̴sĭy=J'L2M>OJQVSbWlZu^|ceglƻpv|=K&L2M=NIPUT`WiZq_wc}޾dfimrx=K&K1LK&K1K;LFPQTZXa[g]t]`cegjlotz>J%J0J:LDPNTVW[XjXwV\bdfhjlot{>I%I/I8LBQJTPV^TmK{SY^bdfhjlpuyyyyyyyyyyyy>H$H-H6L>QDSQRbGpI}QW\`ceghjmrtttttttttttt?G#F+H3M9PAPTGe@sHPV[_adeghjnpppppppppppp@E!E(I.M1NDGW:g?uHPVZ^`cdefhkmmmmmmmmmmmm@CE$I'K4GH3Y:h@uH~PUZ]`acdegijjjjjjjjjjjjBAEH#F7-J5[fDoKvQ{UXZ\]_`abdeeeeeeeeeeee< A A0*)<1K:WAaFiKoQsTwVyX{Z|[~\]^`abbbbbbbbbbbb<> 5",,;5HOHSRV[Yc^icp߽dgmrx7CJ)J2L=OFSPVXY^_cao`ekpu|7CI(J1L;ODSMVTZX_]_n^~chmrx7CI'I0L9OBSIVNZT\aYl]|bfimqw}7DH&H/L7O>SDUJVXSdUp]{adgjmpu{7DF%H-L4O:S=SMO[JhQtY~^cfhjmptzƒ7EE#H*L0O3P@MPA_GkOvV[`dfhkmqv|ŁŁŁŁŁŁŁŁŁŁŁ7ED!H&L*M3LD9S@aFmMxTZ^befhkmqv{{{{{{{{{{{8BDH!K$J68G9V@cFnMxSY]`bdfhkmquuuuuuuuuuu8@DHG'<92I:X@dFnMvS|X\^`bdfhjmppppppppppp9 @DE>*,<4K;XBbGkMrSwW{Z~\^`bcegilllllllllll: @ B >$-.=6K=VD_IfMlRpUtXvZx\z]{_|a}b~dfhhhhhhhhhhh;?='.0<8H?REYJ`MdPhSjUmWnYp[q\r^r_satcudvdvdvdvdvdvdvdvdvdvdv:; *.3:;DALFRHWK[N^Q`SbUcWdXeZf[g\g^h_iajajajajajajajajajajaj7'# .+65==@DCJENHQKSNUPWRXSYUYVZW[Y[Z\~[\|]]|]]|]]|]]|]]|]]|]]|]]|]]|]]|]].'1'7/96=@3"!,/4;;FBOHVL\OaRdUgXjZk]m_naocpeqgr~js|lt|lt|lt|lt|lt|lt|lt|lt|lt|lt5<6$"..79>CDJGPIULYP\S^V`XaZc\d]e_faf~cg|ehzgizgizgizgizgizgizgizgizgizgi56 (!1,95>=ACDHFLJOMRPTRUTVVWXX~ZY|[Z{][z_[xa\wb]wb]wb]wb]wb]wb]wb]wb]wb]wb]1  !+4(70;6>;A@CCGEJGLI}OJ|QKzRLyTMxUMvWNuXNtZOs\Pr]Pr]Pr]Pr]Pr]Pr]Pr]Pr]Pr]Pr]P  $*."2)6.:2=6@8|C:zFuL?sN@rO@qQApRAoTBnUBmWClXDlXDlXDlXDlXDlXDlXDlXDlXDlXDc. t5=F(M3S>XI[R^[ebkgpkuoyq}s}t{uzvzvywywywyvzvzuzuzuzuzuzuzuzuzuc. t5=F(M3S>XI[R^[ebkgpkuoyq}s}t{uzvzvywywywyvzvzuzuzuzuzuzuzuzuzuc. t5=F(M3S>XI[R^[ebkgpkuoyq}s}t{uzvzvywywywyvzvzuzuzuzuzuzuzuzuzuc. t5=F(M3S>XI[R^[ebkgpkuoyq}s}t{uzvzvywywywyvzvzuzuzuzuzuzuzuzuzue- v5=F(N3T>XH[R^[ebjhplupxr}t~v|w{w{xzxzxzxzx{w|w|w|w|w|w|w|w|w|wg- x4=F(N2T=WHZR][bbiiontrxt}wx}y}z|{|{{{|{|z}yzzzzzzzzzzzzzzzzzzi- z4=F'N2SVHYQ\Z_cgkorޘv{ؒэ̉džÄs+ 3=H"L+O4S=VEYN\W`_ggߤmrמw{ϗɓďt* 3=H!L*O2S;VCYK[Sa[eg٪lrФt|ȝ|™v* 3=H!K(O0R8V@YH\OaWݵcfҲjrɩq|yw* 3=H K'O/R6U=XC\I_W`e͸grðn|v~x* 3>GK&O-R3U9X?\D[U^deql{szy) 3>GK$O+R0U5X8ZCTT\ccpj{pw{) 3>GK"O(R,U0X1VASSZbaogznt|}) 3>GK N$R'T(U0L?QQY`_mexkry~yx}) 3@GKN Q!R(J3L?POW^]kcviov|ˉvɔqǠmƬsx{{{{{{{{{( 3 AGKNOI+A7ICPNV\\hasf{lryzՂtӌoҗjҤhаmǰp°p°p°p°p°p°p°p°p°(2 CGJLH!8.?;FGMRR]Zf`newi}ms~yx؁t֊p֔m֟g֬eԵeԵeԵeԵeԵeԵeԵeԵeԵ'3 C GIG/%72>>DJKUP^Wf]mbsfxj|ns}yy݀v݈sݑoܛkۡkۡkۡkۡkۡkۡkۡkۡkۡ'5B F F7.(65=ADLJUO^VeZj^obsfvjyn{~r}zx~w}usq~q~q~q~q~q~q~q~q~&8BD<%.+77=BDLJTO\TaXf\j_mcpfrit}muzqwwuxuzxrxqxqxqxqxqxqxqxqxqx%<A=& 0,88>BEJJRMWR\V`Yc\f_hbiek}hlzknwoourprwpq{qq{qq{qq{qq{qq{qq{qq{qq{q&<< )!2-97@?EGHMKROUSXV[Y]\__`}aa{dcyfdvietlfrofprgprgprgprgprgprgprgprgprg$9# !+!4+<4?;BAEFIJLMPPSRUS}XU{ZVy]Ww_XuaYtdZrf[pi[nk\nk\nk\nk\nk\nk\nk\nk\nk\,  %.4(8/;5?:B>FAID~LF{OGyRIwTJvVKtXLrZMq\Mo^Nn`OlcPkePkePkePkePkePkePkePkePkeP %*/#4)8.;2?5|B8yF:wI;uKpQ?nS@mUAlWAjYBi[Ch]Cg_Dg_Dg_Dg_Dg_Dg_Dg_Dg_Dg_D  $).!3%|7)w:+t>-qA/oD0mF1lH2jJ3iL3hN4gP5fQ5eS6cU6bW7aY7aY7aY7aY7aY7aY7aY7aY7aY7X+h0u7? G*M4R=WF^MeS|lXyr\vx_t}arbpcodnenenenememendndndndndndndndndndX+h0u7? G*M4R=WF^MeS|lXyr\vx_t}arbpcodnenenenememendndndndndndndndndndX+h0u7? G*M4R=WF^MeS|lXyr\vx_t}arbpcodnenenenememendndndndndndndndndndZ+i0w7? F*M4R=WF]NdT~kY{q]xw`u}bscqeoeofogogngngnfofoeoeoeoeoeoeoeoeoe\*l/z7? F)M3R=WF[NcTjZ}p^zwaw}dufsgqhqipipipioiphphpgnhnhnhnhnhnhnhnh])n/|6>F)M2RF(M2R;WEZM`Uh[n`ud}{gzixkulsmrmqnqmqmrlpmlnkokokokokokokokoa(r. 6>F'M1S:WD[L^Tf[mateyi}kzmwnuorprpqoropomplrlrlrlrlrlrlrlrlrc't- 6>F&N/T9WBZK^Td[lasfxjm}oyqvrsrqrrqpqnsntoupvpvpvpvpvpvpvpve'v- 5>G%O.S7WAZJ]RbZkarfwkoqzsvtruovnvqurwsxsytytytytytytytytyf&x- 5>H$P-S6V?YH\P`Yj`qfvlptyvuxtyszszuzv{w{x|x|x|x|x|x|x|x|x|h%z, 5>I#O+S4VJ"O)R2V:YB\K^Sg[oeْxmҌs̈xDŽ|~~}~k$}, 5?K O(R/U7X?[G^OeZٟmeИvnʓ~tĎz~l$+ 5@KO&R-U4X<[C^LܫcZҥkeʞsn˜{u{m$+ 4AKN$R+U1X8Z>߳\Kճ`Y̫heäpnxu{n#+ 4AKN"R(U.W3Y:ڿWJϹ^XƱfdmnuv}|p#+ 4BKN Q%T*W-W9SI\Wdckmruz|q"* 5CKNQ"T%V'P7QHZVbcimouw|s"* 5EJNQSS#G6OFXU`aflmtt{|~z|u!* 6 FJMPRK!G4NEVS]`djksqzyzuqrvz||||||||w!)7 FJMOKA#H2MBTQ[]bhhpowv}~xÈrmihlqrrrrrrrrz )9 F JL J5?&H1M?SNZZ`efmmt}tzv|~o҆jБeΞa̫^ʺbļghhhhhhhh~):F I I ;4=*E5L@RKYV_`dhjozqtsxyl|gb]ߦX޵X\^^^^^^^^*=EG? *4"<.C9ICOMWU]]bcgi~lmxrqryulwhydyay]yW{V{V{V{V{V{V{V{V{+@DA*3%;1B;HEMMTTYZ^`cdghzlkurmpxolpiqfqcp`q^r^r^r^r^r^r^r^r,@@%!+4(;2BGCLGPJ~TL{WOxZPu^RraTpdUmhVkkWioXfsYcyZb{Zb{Zb{Zb{Zb{Zb{Zb{Zb{Z  '04&8-<3@8D<H?{LAxPCvSEsVGqYHo\Im_JkbKieLghMekNboOaqOaqOaqOaqOaqOaqOaqOaqO  %+0"5(9,=0|A4xE6uI8rL:pO;nQhY?g\@e_AcaBbdC`hC_iD_iD_iD_iD_iD_iD_iD_iDӾ %+0!}4%w8(s<*p@,nD.kG/iJ1hL2fN2eQ3cS4bV5`X5_[6]]7[`7[a8[a8[a8[a8[a8[a8[a8[a8 %y*s/n3j7!g;"e>$cA%bC&`E&_H']J(\L([O)YQ*XS*WV+UX+UY,UY,UY,UY,UY,UY,UY,UY,R,Z, h2r:xA!{H*zN3wV:u^@rfFomJktMi|OfQdRbS`S_T_T_T_T_T_T`S`S`R`R`R`R`R`R`R`RR,Z, h2r:xA!{H*zN3wV:u^@rfFomJktMi|OfQdRbS`S_T_T_T_T_T_T`S`S`R`R`R`R`R`R`R`RS+[+ j2t:zA!}H*|N2yT:v]AseFplJmtNj{PgReScTaT`U`U`U`U`U`UaTaTaSaSaSaSaSaSaSaSU+^+ l1v9}@!G*M2|S:y[AvdGskKosOlzQjShUfVdVbWaWaWaWbWbWbVbVbUbVbVbVbVbVbVbVW*`* o1y8@ F)M2R:|ZAybGvjLrqPoySmUjWiXfXdYcYcYcYcYcYdXdWbYbYbYbYbYbYbYbYX)c)q0|8? F)L1R:XA}`HyhMvpQrwToWmXkZi[f[d[d\d[d[eZfYd[a\a\a\a\a\a\a\a\Z(e(t07>F(M0R9WA_H}gMynRvvVs}XpZn\k]i]f^e^e^f]g\d]c_b`b`b`b`b`b`b`b`]'h(w/7>F'M/R8W@\GeN}mSytWv|Zs\q^n_k`i`f`g`g_f_eadcedededededededed_'j'y.6?G%N.S6W?[FcMkS}sXz{[w^s`pbmbjcibgbgbfdgehfigigigigigigigiga&m&|.6?H$O,T5X=[EaLjSrX~z\z`ubqdnfkgighhigkhkiljmkmkmkmkmkmkmkmkb%o&- 6@I"P*U2Y;\C_KiRrXz]|bweshqjoknlmlnlolpmqnqnqnqnqnqnqnqnqnd$q%- 7AJ!R(U0X8[@^HgPpXۆy_Հd|hykwmuotpsprptpuquqvqvqvqvqvqvqvqvqf$s$, 7BKR&U-X5[=^EeOْnXҌw`̇fǃjn}p{rysxtxtytytztzszszszszszszszsg#u$, 7CMQ#U*W1Z9]BڟcNјkXʒt`č|gloruv~w}w~w~v~v~u~u~u~u~u~u~u~ui#w#, 8DNQ!T'W-Y4ݪZAӥ`N˞iXØqaygmqtwyzzyyxwwwwwwwwj"x#, 8ENQT#V)X1زT@ͪ]MŤfXnavh~mrvx{||{{zxxxxxxxxk!z", 9FNQSU$ݴS0ҸR?Ȱ[LdWl`sh{nrwz|}~}|{zzzzzzzzm!|"- : GMPRTG.̿P>¶YKbVi`qgxnsw{}~|{{{{{{{{o ~!-: IMPQ޹OD-NIKJ5 ;A'I6QDYP`Zgbniuo{~ttxo{j}f~c~d}h}l|l{l{l{l{l{l{l{x/@HH>/;C$H3PAWM^We_lfysls{pmɅtgǐwbŜz^é{[{Zz^zbybybybybybybyby|/BFB" /9B%J0O=VI\RcZ{jasqglykf܃o`ڎr[כtWԨuSҸuQuTuXvXvXvXvXvXvXvXv0CB"$ /8A)H3N}PBxUEtZHp^KmcMigOflQbrR^yTZTWUSUPUPUPUPUPUPUPUPU! */4#9)>/B4}G8xL;tQ>pU@mYBj]DhaFeeGbjI^oJ[tKX{LTLQMQMQMQMQMQMQMQM պ %+0 5%:*z?.vD1rH4oL6lP8iT9gX;d[]g?Zk@WoATtBQ{CQ{CQ{CQ{CQ{CQ{CQ{CQ{Cش &,~1 w6#r;'n?)kD+hG-fK.dN/bR1`U2^X3\\4Z_5Wc5Ug6Sk7Po8Oo8Oo8Oo8Oo8Oo8Oo8Oo8ϼ !z't,n1i5f: d>"aA#_D$]H%\K&ZM'XQ(VT)TW)RZ*Q^+Oa,Me,Le,Le,Le,Le,Le,Le,Le, |u o i&e+`/]3[7Y:W=U@TCREQHOKMNLQJTIW G[!G[!G[!G[!G[!G[!G[!G[!K,R,Y. d6j=lD!kL(jV/h^4eg8ao;^x>\@YAVBTCQCPCNCNDODPCPCQCQBRBSASASASASASASAL,S,[. e5k=mD!lK(kU/i^4ff9co<`w?]@ZBXCUCSDQDODOEPDQDQDRDRCSBTBTBTBTBTBTBTBN+V+]- h4n<pC!oJ(nS/l\5ie9fm=cu@`}B]CZDXEUFSFRFQFRFRFSFSETEVDVDVDVDVDVDVDVDO*X*`, k4q;sB!sI(qQ/o[5lc:ik>etAc|C`E]FZGXGVHTHSHSHTHTGVGWFXFTGTGTGTGTGTGTGQ)Z)c+ m3t:wA wH(tO/rY5ob;lj?hrBezEcF`H]I[IYJWJUJUJUIWIXHYGVIUJUJUJUJUJUJUJT(\(f* q2x9{A |H'zO/vW5s`;oh@lpCixFfHcJ`K^K[LYLXLVLXKZKYJWKVMVNVNVNVNVNVNVNV'_'i) t1|9@G&N.zT5w^;sf@pnElwHiJfLcMaN^N]N[NZNZMZLYNXPXQXRXRXRXRXRXRXRX'b&l( x09@G%M-S4{[;xdAtmEpuIl~LiNfOdPbQ`Q_Q]P]O[PZR[T\U]V]V]V]V]V]V]V[&d%p'|09@G$M+S3X:}b@xkFttJp}MmPjQgReScTaT_T^T^U_W`XaYbZbZbZbZbZbZbZ]%g$s&/9AG"M)R1W9_?}iExsJt|NpQlTjVgXeYdYcZcZdZe[f\f]g]g]g]g]g]g]g]_$i#v%/ 9AH N'S/W6]>gD~qJx{PtTqWnZm\k]j^i_h_i^j_k`k`l`l`l`l`l`l`l`a#l"x$/ 9BIO$S,W3\;eCڄnK~xRzVwZu]s_qaobncncncococpcpcpcpcpcpcpcpcb"n!{$0 :BJP!U(X/Z8ّbCъkL˅tSƁ}X}\{`ybwduftgsgsftftftftftftftftftftfd"p }$0 :CLSV$X+۞X8җ`CʑiLČqSyY^b~e}g{iyjxjxjxixixhxhxhxhxhxhxhxhf!r$0 : DNSU ߥU)դT7̝]BėfLnTvZ_cfikl~m}m}l}k}j}j}j}j}j}j}j}jg s$0; EPRSڭL(ϩQ6Ƣ[AdKlTtZ|`dhkmnoonmlkkkkkkki u$0; G OQPԶD'ʮO4YAbKiSqZy`eilnpqqponmmmmmmmjw$0< I N O۵GϻC%ŴM3W?_JgSoZv`~eimpqrrqponnnnnnnly$0=K M L 4A$K2U>]IeRlZt`|ejmpr{sxsxrzq}p~o~o~o~o~o~o~on|#0>KK޸D2?"I0R=[HcQjYq_yeim|pwrstptosrrupwowowowowowowop~#0>IG$0< G.P;YF`OgWo^vchyltporkshsfsjqmpoooooooooooooos#0?Gߺ;%/:E+N8VC^MeUl\~taw|frjlnhpcq`r^qapdofofofofofofofov"/?A&3 :C(L5T@\JcQ}jXvr^pzcjgej`l\nXnVnWm[m]m]m]m]m]m]m]mz -;޿+'4>D%K1SHG?C?@@=@=@=@=@=@=@=@ѷ"(.w3p8!k>$gC'dH)aM+^Q,\V.YZ/V_1Sd2Pj3Kp4Hw5D~6A6>7>7>7>7>7>7>7Ӳɾ  {"t(n.h3d9a=^B![F"YJ#WN%TR&RV'O[(M`)Je*Fk*Cp+@v,>{,>{,>{,>{,>{,>{,>{,˺~ wp j"d(`-\2Y7W;T?RBPFNJLMJQHVEZC_ @d =i!;m!;m!;m!;m!;m!;m!;m!ÿzpj d_Z V& R* P/N2L6J9H<F@ECCGAK?O>S;W9\7_7_7_7_7_7_7_E-L,P-U2 [:]B^K]U$[_(Yh,Vq/Rz0O2L3I4G4E4D5B5@5?5?4@4A4C3D3F2F2F2F2F2F2F2G,N+R,W1 ^8`@`J`T$^])\f-Yo0Ux2R3O4L5J5H6F6D6C6A6A6B5D5E4G4G3G3G3G3G3G3G3H+O*U+Z0 a7c?cHcR%a\)^e-[n0Xv3U4Q5O6L7J7I7G8E8D7C7D7F6H6I5F5F6F6F6F6F6F6J*R)W*]/ d6g>fGfP%dZ*ac.^l1[u4X~6T7R8O8M9K9J9H9G9F9G8I8J7H7G8G9G9G9G9G9G9M)T(Z)a- h5k=kEiN%hX*ea/bj2_s5[|7X9U:S:Q;O;M;L;J;J:K:J9J9I:HJ@J@J@J@J@J@J@R'Z&a&i* q4u<vCtJ$pS*n\0jf4gn8cw:`<]>Z?X?V@U@T?T?R>Q=N?MANCODODODODODODODT%]$e%n* v3z;{BzI#vP)rZ/oc4kl9gua@^A\B[BZBXBWAVATBRDSFTGUHUHUHUHUHUHUHW$`#h#r)z2:AH!}N(wV/ta4pj9lt=h~@eBbC`D_E\FZGYGYGYGXIYJZK[L[L[L[L[L[L[LY#c"l"v)2 :AGM&~T-y^3th9pr=l|AiDfGdIbJaK`L_L^L^L]N_O_P`P`P`P`P`P`P`P["e!o!z(2 :@GL$R+[1|f8vo>qyCnGlJjMhNgPeQdQdRdQcRdSeSeTeTeTeTeTeTeT]!h r }(1 9@FL Q'Y/ڂc8|l?xuEt~JrMpPnRlTkUjViViViViVjWjWjVjVjVjVjVjV_ ju '1 9 @FKO#ڏV/щ`8˃i@qF{zKxOvRtUrWqXoYoZnZnZnZnZoYoYoYoYoYoYoYa lw '19 @FKܛJ"ҕS.ː]8Êf@nGvL~Q|TzWxZv[u]t]s]s]s\s\s[s[s[s[s[s[s[cnz&09 A GK֡E!͛Q-ĕZ7c@kGsM{RVY}\|^z_y`x`w_w_w^w]w]w]w]w]w]w]ep|&09A H ܦEѦC ǠN,X7a@iGqMxRWZ]`a~b}b|b{a{`z_z_z_z_z_z_z_fr~%09AI ױ5̫A¥L+V6_?gGnMvS~W[^acdddcb~`~`~`~`~`~`~`ht%/9AߪFҶ3ǰ?J)T5]>dFlMsS{X\_bde|fze|d}cbaaaaaajv$.8Aڵ5ͼ1=H(R3Z=bFjMqSyX\`c|exfugrftevdxcybybybybybybly#-6=. ;F&P2X<`DgLoRvW\~`yctepgmgkglfodqcrcrcrcrcrcrcn|!*1ܷ+, 9D$M0V:^CeJlPtV||[v_qbmeifegcfcegdjcjcjcjcjcjcjcq%% ) 6A"K-T7[@cHjNzqTtyYo]j`ecae^e[e[d^cacbbbbbbbbbbbbt &3?H*Q4Y=aEyhKsoPmwUhYc]^_ZaVbSbRaUaXaY`Y`Y`Y`Y`Y`xٴ*4=F&O0W9x_@qfFlmLfuPa~T\ʼnWWÕZR\O]L]K\L\O]P]P]P]P]P]P]} ѹ ,7 >E"M+yU3r]:kd@ekE`sIZ|MUևPPԔSLҡTIϱUFUEUDVGWHWHWHWHWHWHWձ˿ , 5<C~L&wT-pZ3ja8dh=^oAXxDSGNIJKGLDLBK?L@N@O@O@O@O@O@O ٪θ * 29?xG%rO*lV/g\3bc6]i9WqM@HAEBCABA@AfD!bJ$^P&ZU(V[*Sa,Nh.Ip/Dy1?2;3734323232323232323اʹ¿ ~ v&o-h2c8_>\DXIUN!QS"NX#K^%Fe&Am'=v(9)5*1*.+-+-+-+-+-+-+ϰżyrk f'`-[2W7T<QANEKJHOETCZ>a:i7q 3x 0!-!,!,!,!,!,!,!Ǹulf`[V% R* N/ K4I8F<D@BE@J>O;T7[4a1h.n+v+x+x+x+x+x+xvkb[UOJG D$B)@->1=5 ;9 9= 7B 5G 2L /R ,W *] 'c'd'd'd'd'd'dA-F,I-K0L7 P@QJQTO^Lh!Hq#E{$B%?&='<':'8'7'5'4'4'3'3&3&5%4$3$3$3$3$3$3$B,G+K,M/O5 S?TISSQ]Of!Kp$Hz%E&B'@(>(<(;(9(8(7(7(6(6'6'5&5%5&5&5&5&5&5&D+I*N+P.R4 V=WGVRU[Re"On%Kx&H(E(C)A)?*>*<*;*:*:)9)9(8(6'7'7(7(7(7(7(7(E*L)Q)S,V2 Z<[EZPXY Vc#Sl&Ov(L)I*G+E+C+A+@+?+>+>+=*<*:)9)9*8,8,8,8,8,8,H(O'T(W*\1 _:_C_M]W Za$Wj'Ts)P}+M,K,I-G-E-D-D-C-C-A,@+?+<-;.;/;/;/;/;/;/K'R&X&\(a0 e9eAcJbT _^%\g(Yq*Uz,R-P.N/L/J/I/I/H/G.E.E-A/?1>2@3@3@3@3@3@3N&U$\$a'g/ k7k?iGfQ d[%ae)^n,Zx.W/T0R1Q1P2O2N1L1L0K/H1E4D6E7G8G8G8G8G8G8P$Y#_#f&l- p6q=oElN iX%fb)bl-_u/\1Y2W3V4U4T4R4Q4O4O4M7L9K:L;M[?Z@Z@Y@YAXBXCYCZDZDZDZDZDZDX!bjs$z*2 9@F}N yY&tc.om3lv8i;g>e@dBcCaD`E_E_E_E^F^G_G`G`G`G`G`G`GZdnw#~)18 >DLـV&z`.vi4rr:oz=mAkCjEhGgHfIeJdJdJcJdJdJdJdJdJdJdJdJ\gqz"(06 <AڌHцR&ʁ\.}f5yn;vv?sCqFoHnJmLkMjNiNiMhNiMiMiMiMiMiMiMiM^it}"&.5: ޖ=ӒDʍP%ÈZ.c5k;|s@y{DwHuJsMrOpPoQnQnQmQmPmPmOmOmOmOmOmO`kv!%-37؜6͗BŒM$W-`5hI"S,\4d;kArFzJNQTV}X|X~{X}zW~yVyUxTxTxTxTxTxTeq}!$%Ԯ ɫ/ <G!Q+Z3b;iApFxKORUW|YyZvYuXw~Wx}Vz|Uz|Uz|Uz|Uz|Uz|Ugsݫϳİ- :EO)X2_:g@nFuK~OS}VyXuZr[o[nZpXrWsVsVsVsVsVsVivճ ʹ+8CL(U1]9e?lEsJ{OzRvVqXnZj[h[gZhYkXlWlWlWlWlWlWlyتϷÿ(5@J&S/[7c>jD}qIxyNsRoUjXfZc[`[_ZaYcXeWeWeWeWeWeWo| ҮȻ$2>H#Q-Y5`<|gBwoGqvKlPhScV_X[YYYWXXX[W]V]V]V]V]V]Vr֧ͳ / ;E N)V1{^8ue>plDjtHe}LaP\SXUTVQVOUOURUUUUUUUUUUUUUvѬǸ+ 8BK&zT-t\4nc:ij?drC_{GZKUNQPMQJQHPHPJQLQLQLQLQLQLQ{  զ˱ *5?zI!sQ(mZ.ga4bi9]p=XyAS˃DOʏGKȝHGūJDþJCIBJBKDKDKDKDKDKDK ڠϬŸ +5 |>tFmO"gW(b_-]f1Xn5Sv8N߁;Jݍ>Fܛ?Bڪ@@ؽA>@=@;B6<588696969696969סͮù'x/ p6j>eF`M\T!XZ#Sa&Ni(Jr*E|,A-=.;.9.8.7-5-5-5-5-5-5-ܜЩƵ ~w#p+ i2c9_@[FWLSSOYK` Gh"Bp$>{%9&5'3'1(0(/'/'/'/'/'/'Ҧɲ{ smg% a, \3X9T?QEMJJPGVC]?e:n6x2.+ ) ( ( ( ( ( ( ˯{qib]X%S+ O1 L7 J<GADFAL>R:Y6`2i.s*}'$""""""Ķ}pg_YSMI"F'C,A1>6<; :@ 7E 4K 0R ,Y )a %j "s{sf]VOJ FB>;!9&6*4.22/7-<)A&H"OV^ekkkkkk<,@,C-C0B6A> CICTA^=h:r7|531/.,++**)((&$$#####>+B+D,E/E4E= FHFRD]Af=p:z86421/..-,,,*((&%%%%%?*D*G*H-H3I< JFJQH[EeAn>x<9864322110/-,+('''''A)F(J(L+L1M: ODNNMXJbFlCv@><:8776655220-+ * * * * * D'J&N'P)R/S7 TATKRVO`LiHsE}C A ?!=!=!YHWSU]RgNpKz!H"F"D#C#C#B#A"A"?">!= :#7%7&6'6(6(6(6(6(J$P#V"[%^,`3 `;_E]OZZWdTm!Qw"N#L$J%I%I%H%G$F$E#D"A%@'>)>+=,=,=,=,=,=,M#T!Z `$d*f1g9 eAbL`V]aYj"Vt$T~%R&Q'P'O'M(K(J(I)I)H*G,F.E/E0E0E0E0E0E0O!W^e#j)l.m7 l?hGeRb]_h"\r%Z{'W)U*T,S-R-Q.P.O/O/O/M1L3L4L4M4M4M4M4M4R [bj"o'r-t4 s<pDlNiZfd#bn'_w*]-\/[0Y1X2W3V4U4U4U4T6S7R8S8S8S8S8S8S8U^fn!t&w+z2z9 x@tKpVl`$ij)fs-d{0b2a4`6_7]8\9[9Z:Z:Z:Y;Y`>_>_>^?^?_?_?_?_?_?_?Ycmv|#',2܇9 уD~OzY%vb+sk0ps4n{7m:ki@gAfBeBdBdBcBcBcBcAcAcAcAcA[epy"$(-ԍ5 ˉAÅLV%}_+yh1vo5tw9r

oAnBlDkEiFiFhEgEgDgDgDgDgDgDgD]gr| "#ە%ϓ2 ŏ?JT$]+e1|m6zt:w|=u@tBrEqFoHnHmHlHkGkGkFkFkFkFkFkF_iu~՚!ʘ0 <GQ$Z+b1j6q:}y>{AyDwFuHtJrKqKpJpIoHoGnGnGnGnGnGalwݚОŜ.:EO#X*`1h6o:v>B~E|HzJxL|wLzvMxuLxtKysJzrIzrIzrIzrIzrIzrIcny֟ ˢ+8CM"V)^0f6m:t?|BFI|Kx~Mu|Ns{NqzNqyLrxKtwJtvJtvJtvJtvJtvJep|ٚУŧ)6AK T(\/d5k:r?zC}FyIuLrNnOlOjOj~Ml}Lm|Kn{Kn{Kn{Kn{Kn{Kgsԝ˦&4 ?IR'Z.b4i9p>{xBwFsIoLkNhOeOcOcNeMgLgKgKgKgKgKiv٘ϡŪ#1 =GP%X,`3g8zn=uuAp~ElHhKdM`O^O\O[N]M_L`K`K`K`K`Kly Ԝʥ . :DM#V*~]0xe6sl;ns?j|CeGaI]LYMVNTMTLULXKXKXKXKXKXKp } ڗϡŪ+7AK }S'w[-qb3li8hq|HvQ#pY)k`.fg3ao7\w;X>SAODKEHFFEFEEEGFHFHFHFHFHFyږϡū !/ {;tEnNiV$d^)_e-Zm1Vu5Q8M;I=E>C?A?@>??>@?@?@?@?@?@Ԝʧ {+t7 mAgJbS]["Xc&Tk*Os-K}0G҉2CЗ4@Υ6>̷6<6<5:7888989898989ڗΣĮ|u*n4 h>cG^PYWT_Pg!Lo$Hy&D)A*=+;,9,8+6-4/3/3/3/3/3/ҟȪ}un'h0b9 ]AYIUPQXM`IhDq@| =":#8#6#5"4!1$0$0$0$0$0$֛˧²~t mg"a+[3 W; SBPILPHWD^@g6H3S 1^ .h ,r)|'%$""   9+<*>+>.<3<<:G7Q 5\ 2f0p-z+)'&%$$##"!!;*?)A)A,@2@;>D =O :Z 7d5n2x0.,+*)((''&$#" =(A'C'D*E0E8CB BL @W=a:k7u5~310/..--,+))&#!     @&D%G%I'J.K6I? HI FTC^@h=r;{97655443210.+(('''''B$H#L#N%Q,Q3O< NF LQJ[GeDoAx?><<;;:98762100/////F#K!P T#X*X1U8TB SMPXMbJlHuF~DCCBA@?>=<:98 8!7"7"7"7"7"I!OTZ"^(_.]5Z> YIVTS_PiNrL{KJIGFEDDCCB!A#@$?%?&?&?&?&?&LSY`!d&e,d2b: _D\PZ[WfUoRxQP O!N"M#L#K$K$J$J$I&H(G)F)F*F*F*F*F*OV]ei$k*k/i6f@ dLaW^b\kZs X|#W$V&U'T(S(R)Q*P*P*O+N,N-M-M.M.M.M.M.QYbin"q'r,q2o< lHhSf]cf ao#_w&^(\)[+Z,Y-X.W/V/V/U/T0T1S1S1S1S1S1S1T\ems v$x(x.v8 sDpOmYjb!gk%es(d{*b-a.`0_1^2]3\3[4[4Z4Y4Y4Y4Y4Y4Y4Y4V_iqw{!}$(}4z@vLsVp_"ng&ko*jw-h/g1e3d4c6b7a7`8_7^7^7]7]7]7]7]7]7Xaktzօ#̄1À>}IySv\"td'ql+os.m{1l3k5i7h9f:e;d;c;b:b:b9a9a9a9a9a9Zcnv}݇Њ Ɖ/;FP|Y"ya'wi+tp/sx2q5o7n9l;kg=g=fzj=zi=zi=zi=zi=zi=^hs|ڊѐƓ*7 BKT!\'d+k/|r3zz6y9w<u>|t@yrAvqBtpAso@sn?tn?tm>tm>tm>tm>tm>`ju~ Վ̔'5 @IR Z&b+i/p3x7~:||=xz?uyArwCovCmuCmtBmsAmr@nq?nq?nq?nq?nq?bmxڊВǘ%2 =GPX%`+g/n3}v7y~:v>r@oBk}Ci{DgzDfyCfxBgwAhv@hv@hv@hv@hv@dp { ֎̕œ"0;ENV$^*e/|l3wt7s|:o=l@hBeDbD`D_C_~B`}Ab{@b{@b{@b{@b{@f s ~ Ғș -9CLT#\(zc-vj2qr6mz9i=e?aB^C[DYDXCXBYA[A[A[A[A[Ai v ٍΖÞ*6 @J~R yZ&ta+oh0kp4gx7c;^>Z@WBTBRBQBQAQ@S@S@S@S@S@mzӒɛ&3 >}GwPrX#m_(if,en1`v4\8X;T=P?M?K?J?J?I>K>K>K>K>K>rڌϗĠ!/}: vDqMlUg]$bd(^k,Zs0U}3Q6M8J:F;D;D:C:B;C;C;C;C;C;wԒʝ|*u6 o@jJeR`Z\b#Wi&Sq*O{-K0G2D3A4?4>4=4<5;6;6;6;6;6~ۍϙţxr$m1g< bF]OYWU_QgMo"Iy%EDŽ(AƑ*>Ġ+<°,:,9+8,7.6/6/6/6/6/ԕɠ|pje,`7[A VJRSN[KcGlCv@ہ<ڎ!9؞"7֮"5"4"3#2$1&1&1&1&1&ڐ͝ħtke_(Y2U;QD NM JUF]Ce@n[ :d7n3z0.,*)((((((ʣ~pd\ VQL$H,D3A:>@;G8O4W1` -k *w & $ " !      ītg[TN JEA#>);/855;2A.H+Q&Z"eswj^RKFA =:64#1(/.,3)9%@ HQ\hu {m`TJC>962 /,*(!%%"*06>G Q[envvvvv3,5+6,4/15.=+G&R"]hr|    5*7)8*7-433<0E+P'[#f!py            7)9(:(:+818:5C1N,Y)c'm%w # !              9'<%=&=(=.=7;A8K3V0` .j +t )} ( ' & % % $ $ # # !          <%?#A#A%C,C4A>>H:R7] 5g 2p 1y / . - , , + + * ) ( ' % " !      >#B!E G#J*J2H:EDAO >Y |=<<;;98766543222222EJNTX%X,V3R<OF MQ J\ HgFpEyDCBAA@??>>=<;::9999HNSZ^#_)]/Y7VATM RY OcNlLtK|KJIIHGFEEDCBA A A A A A KQX_c!e&d+a3^=\I YTX^VgToSwRQPOONM L K K!J"I#H$H$G$G$G$G$NU]dhj"j'h-f8dD aO_Z]c\kZsYzX W!V"U#T$S%R%Q%Q%P&O'N'N'N'N'N'N'PXahloo!n'm4k@ iKfVd_bg`o_v!^~#]$\&['Z(Y)W*V*V*U*T*T+S*S*S*S*S*SZdkprsu"t1r= oHmRj[hcfk er#cz%b'a)`*_,^-\-[.Z.Y.Y.X-X-W-W-W-W-U]gnsvw zz.x: uErOpXn`lh!jo$iv'g~)f+e-c.b0a0_1^1^1]0\0\/\/\/\/\/W` iqvy} ǀ+~7 {BxLuUs]qe"ol%ms(l{*j-i/h1f2e3d4~b4}b3|a2{a2{`1{`1{`1{`1{`1Yb lsy ~͂…(5@}J{Sx[vb"tj&rq)px+o.m0l2~k4{i5yh6wg6vf5ue4ue3td3td3td3td3td3Zd n v |Ђdž&3> HQ}Y{`"yg&wn)uv,s~/~r1{q4xo6un7rl7pk7oj7oi6oi5nh4oh4oh4oh4oh4\ g q yր̆‹#1< ENW^"~e&|l)zt,{y|/xw2uv5qt7ns8lq9jp9io8in7hm6il5il5il5il5il5^ i s |҄Ɋ .: CLT\!c%}j)yq-u~z0r}3n{5kz7hx9ev:cu:bt9bs8br7bq6cq6cq6cq6cq6a lvψŎ ,7 AJRZ {a%wh)so,pw/l2h5e7b~9_}:]{:\z9[y8\x7\w7\v6\v6\v6\v6cozքˌ)5?HPzXu_#qf'mn+ju.f~2b4^7[8X9V:U9U~8U}7U|7U|6U|6U|6U|6fs~҈Ǒ%2< ~FyNtVo]!ke%gl)ct-`}0\3X5T7Q8O8N8N7N6N6N6N6N6N6jwڃ΍Ö!.~9 xCrLnTi[ec"aj&]r*Y{-U0Q2N4K5H5G5G4G4F4F4F4F4F4o|ԉɓ}*v6q@ lIgQcY_`[h"Wp%Sy(O+K.G/D0B1A0@0@1?1?1?1?1?1u܃Ϗřyt%o2j< eF`N\VX^TePm Lv#I%E(B)?*<+;*;*:+9,9,9,9,9,|Պʖ~p kf,a7]A YJ URQ[McJkFtC? <"9#7#6"6"5$3%3%3%3%3%݅ϒŝwh_\$X0T;PEMN IV F_Cg@q=|:Έ7͗4˧2ɻ110.....ԎɚpbXTP)L4I>FGCP@Y=b :k 8v520.ߵ,+*)))))͘ãvh[S OJ#F,C5@==E:N7W4`1k.w , ) ( & % $ # " " " " ơzm`TMHD@$=,:37:4A1I-R*\'h#t ~pdWMFA =96!4(1..4+:'B#KUao     tgZOE>95 2/,*!'&$,!29BL X fuxj]QG>62.+' %" #)0 8ANZfq}.+0*/+,.'4$<FQ\f p y0*2)1)/,*1):%D OZdnw        2(4&4'2*//.8,B'L!Wakt}   5%7$7$5&5-562?.I)T%^!hqz       8#:!;!:#<*<39<6F1P-[*e'n%w%~$$#""!!     :!=>@!B'B0@9=B9L5W2a/k.s-{-,,++*)('&%% $ # # # # # # =ACGI%I,G5D>@Hu =| = < < < ; : : 98876554444DINTW W%T,P4M>KJIUH_ Gh Fp FwEEDDCBAA@?>==<<<<<GLSY\\!Z&W.U9TERP QZ PcOkNsMzLKKJIHGFFEDCCBBBBJOW]aa_]']4\A[L YVW_VgUnTvS}RQPPONLLKJIIHHHHLR [aeecd"e0d=bH `R^[]c[kZrYyXWVUT S!R!Q!P!O"N"N"M"M"M"M"OV _ehh h kk-j9hD fNdWc_ag`n^u]}\ [!Z"Y#X$V%U%U%T%S%S$R$R$R$R$QY b h k mn pq*p6nA lKjTh\gdekdrby a"`#_%^&\'[(Z(Y(~X'}W'|W&|W&|W&|W&|W&S [ d j nrsvw'u4s> qHoQmYlajhhogv!e~#d%c'b(~a*{_*y^*x]*w\*v\)v[(u[(u[(u[(u[(U ^g mrvxz{${1y< vFtOrWp^nemlkt"j|$i'}g)zf*we,uc,rb-qa,p`+p`+p_*o_)o_)o_)o_)W `iov{}!/~:{D yLwUu\scqj pq"|ny%ym(vl*tk,qi-nh.lg.ke.je-jd,jc+jc+jc+jc+jc+Yclsz ,8A ~J|RzZxa}wh zuo#vtw&sr(pq+no-kn.hm/fk/ej/di.dh-dg,dg,dg,dg,dg,[fnw~ *5? HPX{~_x|f t{m#qyu&nx~)kv+hu-es/br0`p0^o0^n/^m.^l-^l-^l-^l-^l-]hq{Ȃ'3= F~NzVv]rdok#ks&h~|(e|+b{-^z/\x0Yv0Xt0Xs/Xr.Xq.Xq-Xq-Xq-Xq-`kuŇ$0; ~DyLtTp[mbii!fq%bz'_*[,X.U~/S|0Q{0Qy/Qw.Qv-Rv-Rv-Rv-Rv-coz̄ -~8xA sJoRkYg`ch `o#\x&Y(U+R-O.L.K.K-J~-K}-K|,K|,K|,K|,hsȉ })w5r? mGiOeWa^]fZm Vv#R&O(K*H+F,D+D+D+D+D+D+D+D+myυďzu%p1k;gD bM^U[\WdSkPtL~!H$E&B'@'>'>&='='='='='='sրʌ|qlh,c7_A[I XQTYPaMiIrF|B? @;"9,754>2G0Q-[+f(r&$"!àwi\PE=963"1*.2+9(B%K"V bp{m`TI?830-*'%%,!2:DO\ k {qdWLB91-)& # $*2 ;FTbsugZND;2+&"  ")2<IWfs)*))'*#-3;D OZdnv~+(,'*(&+ 09BM X bkt|.&.%-%)(&.%7 @JU_ h qy0$1"0"-$-++4)=#GR\env} 3!443!4(310:+D&N"Xbksz6879;&:-764@/J+T(^&g$p$w#~"""!  9;<@A"A*>2;;6E3P0Z/d.l-t-|,,,,++**)))('' & & & & <?BFHG%D-@6=@9K8V7`7h7p7w7~6666554322 1 0 0 / / / / ?CGLNM I'E0B:BFBQA[Ad@k@s@y ? ? > > = = < ; : : 9877777BFMRSRNJ(K5LAKLJVJ_ Ig Hn Gu G| FFEEDCBA@??>====EI Q VXVPR#T1T=THRRQ[ Pc OjNqNxMLKKJIHGFEDDCCCCHMU Z [ YW Z\-\9[DZN XW W_VfUmTtS{RQPPNMLKJJIHHHHJ QY ]^`_ ac)c5a@`J ^S ][\c[jYpXwWVUTSRQPO~N~N}M}M}M}ML T\`dfegi&h2g=eG dP bXa_`f^m]t\|[ZYX~W{U yT xSwSwRvRvQvQvQNW_chkjln#n/l:kD iM gUf]ddcjbqay`~^{] y\!w["tZ"sX"rX"qW!qV pV pV pV pV PZagmppqr r-q8pB nK lSjZiaghfo}ewzdxc ub!sa#p_$n^$l]$l\#k[#kZ"kY!kY!kY!kY!R\dkqtuv ww*v6t?rH qPoXm_}lezkmwjtth}rg!of#me$jd%hb&fa&f`%e_$e^#e]"e]"e]"e]"T^fntxz{||({3y=wF uNtV{r]xqcupkrnrom{ll"ik$gj%dh&bg'`e'`d&`c%`b$`b#`b#`b#`b#Vajry}%1~;|D ~{LzyTvx[svbouimtpjry gq"dp$ao&^m'\k'Zj'Zi'Zh&Zg%Zf$Zf$Zf$Zf$Ydmv}".9}B yJ tRq~Ym|`j{ggzndxvaw"^v$[t&Xr'Vq'To'Tm'Tl&Tk%Tj$Tj$Tj$Tj$]gr{+}6x?sH oPlWh^eebl^u[~~!X|#Uz%Ry&Pw'Nu'Ms&Nr&Nq%Np$Np$Np$Np$`kwƀ |(w3r=nE jMfUc\_c\jYsU|R!O#L%I~%H|%Gz%Gy$Gw$Gv$Gv$Gv$Gv$eq|Åzu$p0l:hCdK `S]ZYaViSqO{LI!F"C#A#A"A"@"@~"@~"@~"@~"jwʂzrmi,e7a@]H ZP VWS_PgLoIyFB@=;;::::::p~ʼnvjd`&]2Y<VDSMOU L\ IdFmCw@=:865544444yˆtcZVS,P6M@KHHPEYBa ?j &H$S#_!lzߞݲtfYMB7-* '% #( 09CO\jz xj]QF<2)%" "*2< HUev}naTI?5-% "*3?N^pseXKA7/'   !+6DUfv$)#(),19CMXaks{&'%&"&).7 AJU_hqx)%(#%# %,5> GR\enu|,"+ ( #!#)!2;EO Xbjry..,*+&)/%8AKU^go v | 11/12#0+-3(=#FQZcksy454887&3//8*B'L%V$`#h#o$v$}$$$$$##"!!!!!    78;>> = < < ; : 9 8 8 8 8 @ DK N M GEIK-L9LDLMKVJ^IeIl Hr Hy G F F E DCBA@??>>>>C HORQQN QS(T5T@SIRRQZPa Oh No Nu M}LKKJIHFFEDCCCCELRUXYVXZ%[1Z<YFXOWW V^ Ue TkSrRyQQPON~L|KzJyJxIxHwHwHwHGOUZ^_]^`!a.`9_C^L\T [[ ZbYhXoWvVU}T{SxRvQtPsOrNrMqMqLqLqLIRX^ceccef+e6d@cIaQ `X __^f]m~\t{[|yZvYtXrWpUnTmSlRkQkQkPkPkPJT[cgjii jj(j4i=gFfN eU c\}bczajx`qu_zs^p]n\l[jYhXgWfVfUfUfTfTfTMW_flnnmno&n1m;lDjL ~iS zhZwgaufhreopdwmckbh`f_d^b\a[aZ`Y`Y`X`X`XPZbjprsrss#s/r9qA|oI ynQ umXrk_pjfmimjhuhgefce`d^b\a[_[^[][][\[\[\S]fntwwwxx x,w6|v?wtG tsO qrVmq]kpdhokemsbl}`k]j[hXgWeVdVbVaV`V`V`V`V`jrx|||}}}){|4w{=szEoyM lxTiw[fubcti`sq]r{ZpWoUnSlQjPiPgPfPePePePeYdow} z&v1q;mCjK f~R c}Y`|`]{hZypWxyTwQuOtLrKpJnJmJkJjJjJjJj]is|yt#p.l8hAdIaP ^W [^XfUnRwN~K|I{FyDwCuCsCrCqCpCpCpbnyzrmi+e5a>^F[N XU U\RdOlLuHEC@>=}={=y=x=w=w=whutk ea&^1Z:WCTKQRNZ Kb HjEsB~?=:97777777o|pc\X U,R6P?MGJOGWE_ Bg ?q <|97532210000wDŽ}n_S NK%I0F9DBBK@S=[;d8n6y 3 1 / - , , + * ***̀Œzk[LB@='<2:;8D6M4V2_0i.u,)(&%%$####NJsdVH;31/&-0,9+C)M(W&b$n"} zk]PC7,# !"+5?KWdrӃҖЪ pcVI>3)  '0: F TcsuhZNB8.%  !)4@O_qzl^QF;2)!  ",8GYlpbUH>4+#  $0?Qdv'''*/6@JU_hpx~!%$%',4>GR\fmu{##!!!#* 2;EOYbjqx~% #'/ 8AKU_gnuz)'"! $,4= GQ[cjqw},*&(( %( 09CMV _ g n t z /--/.+#&+!3=HR[cjpv|21 4 540+$$,"7$B%M&V'^(f(l(s(y(((((''&%%$$####5 49 ; 94,+%.20=2H2R3Z3b3h3o3u3{222210/..--,+++8 9?@=526 9-;9CDCA= @B(D4D?DIDQDYC`CgBmBtB{AA@? > = < ; ; : 9 9 9 9 =BGILKGHK$L0L;LEKNKUJ]IcIjHpHw G F F E D C B }A {@ z? y> y> y> y> >FKPSSNPR S-S8RARJQRPYO`Nf Nm Mt L| L K }J{IxHvGuFtEsDrCrCrCrCAINUYZUVXY*Y5X>WGVOUVT]Sc Sj Rq |Qy zPxPvOsNqLoKnJmIlHlHlGlGlGCLSZ^_\\ ]^&^2];\D[LZSYZ }Xa {Wg xVn vVvtUqToSmRkQiOhNgMfLfLfKfKfKFOW^cdaabc$b/b9aA`I}_Qz^X w]^ u\e r[lpZtnY}lXiWgVeUcTbRaQaPaPaOaOaOIR[bghfefg!g,f6e?{dGxcNubU ra\ o`c m_jk_ri^{f]d\a[_Y]X\V\U[T[T[S[S[SLU_fklkjkkk*~k4zj=viEshLpgS mfZ jea hdhfcpcbyaa^`\_Z^X\WZVYVXVWVWVWVWOYcjopono o}p'yo1uo:qnBnmJklQ hkX fj_ cifahn^gw[fYeWdTbS`Q_Q]Q\Q[Q[Q[Q[R]gotssst }txu$tt/pt8ls@irHfrOcqV ap] ^oe[nlYmuVkSjQiOgMeKdKbLaL`L_L_L_Ublsxwwx~ywzrz!nz,kz6gy>dyFaxM^wT [v[ Yuc VtkSssPq~NpKnImGkFiFhFfFeFdFdFdZgpx|{|~xplh)e3a<^D[KY~RV}Y S|a P{iMzrKx|HwEuCtAr@p@n@l@k@j@j@j`lv~}rj ea%^/[9XAUHRPPWM_ Jg GpEzB?}=|;z:x:v:t:r:q:q:qfr|{nc]Y V+S5Q=NELMIUG\De An >x <975444|3{3z3z3zmyyj^T PM%K0H9FADIBQ?Y=b;k8v5 3 1 / . . - - - - - vugZMFC@)?3=<;D9L7U5^3h1s/,*)'''&&&&reVI<75!3*240</E-N,X*b(n&{$"!ˆ|oaRD8, )' %)$2";!EOZftvhZL?4)$-7BN [ i yŊÝ|n`RF:/% '2>KZiz׍ԡҶseWK?4+!  +8FVhzxi\OC8.% $1@Rdw}n`RF;1( )9K_q&% %(+4=HS]fnu{#""$)2;EPZckqw}! '/8BLW`gnty~  %,4>HS\cjpv{"!)0:DNW_flrw|%"$, 5?IS[bhnty(% % &#&/ 9 C MV^dkqv|+ (+ , )"'3>HQY`g m s y  .-21, $ ""&.(9)C*L*U+\+c+i+o+u,|++++*)(('&&%%%13762/* .1)243>4H4P5X5_5e5k4r4x44433210/.----38;<>;68:$<0<:=D=L=T=[=by=w<v;t:t9s9s9s98@EKNMHHIK(K3K<KEJMITI[HaHhGn~Gv|F~yFwE uD sC qB pA n@ m? m> m> l= l= ;CJQTSNN PQ%Q0Q9PBPJOQNX}N^{MeyLlwLsuK| sK pJ nI lH jG iE hD gC gC fB fB fB >FPVZXTTUV"V-V7U?UG|TNySUwR\uRbsQiqPq nPy lO jN hM fLdKcJbIaH aG aF aF aF AJT[^]ZYZZ[*[4}Z=zYDwXKtXRqWYoV`mUg kUo iTw gT eSbR`Q^O]N\M\L\K[J[J[JDNX_a`^]^__'{_1x^:t^Bq]Io\Pl[Wj[^hZe fYm dYu aX _W]V[UYSXRWPWOWNWNWMWMGR\cedbbb czc$vc/sc8ob?laGjaNg`Ue`\c_c a^k ^]s \]~Z[XZVYTWRVRTRSRRRQRQRQJV`ghgffgzhuh!qh,ng5kg=hgEefLceS`eZ^da \ci Ybr Wa|U`R_P]N\MZLYLWMVMUMUMUN[dkkkjk|lulpmlm)im3fl;clC`lJ^kQ[jXYi_ Vhg Tgp RfzOeMdKbIaG_G]G\G[GZGZGZS_ionnn~ovqorjrfr&cr0`r9^rA[qHXqOVpVTo^Qne Omn Llx IkGjEhCfBeAcAaB`B_B_B_Xdmrrrryupvix dx`y#]y-Zy6Xy>UxFSwMPwTNv\KudItl Fsv Dr Ap?o=my ;x 9v 8t 6r 6q 6n 6m 6l 6k 6k epy{zz|rh\U QN%L/I7G?EGCOAW?_ ;8#7,553=2E0N/W-a+l)x'%$"!"!!!!}wj^QE8/-+$*-(5'>%G$P"[!fssg[NA5) "+4=GR^k{ }pdWI<1&   '1;FR`oyk]OC7,"",7CQ`qʄȗƫpbTH<1'  &1>N_qߛݬ۾ugYL@5+" +9J]ozk]PC8.%  $4EXk}$ ##$)1;FR\dkqw|!  !&/9CNX`gmsx}$,5@KT]djouz~!)2<FPX_fkqv{  %.7AKS[bgmrw|   (2<ENV]cinsx~!   !+6@IQY_e k p v { $ #!  $/:CLT[agmrx&&)% * 5!>"G"O#V#]#c#i$o$u$|$$$##"! ),.--*$ &)%+0,:,C-K-R-Y-_.e.k.r.y.---,+*)(~(}'}'}'+12896103 4+565?6G6N6U6\6b6h5o5v5~554}3{2z1x0v/u.u.u-u-/5:@B?:9;<'=2=;=C=K=R=Y<_l=j<i;h:g9g8g8g86=GMNLHGHI I+I4I=~ID|HKyHRwGYuG_sGfqFmoFumEkEiDgCeBdAb@b?a>a=a=a=9CLRRQLLMNN(N1{N:xNBuMIsMOqLVoL]mKdkKkiJsgJ}eIcIaH _G ^E \D \C \B[A[A[A<GQVVURQR R}S%yS.vS7sR?pRFnQMkQSiPZgPaeOicOqaO{_N ]M [L ZK XI WH WF WE VE VD VD ?KUYYXVUV |WwW"tW,pW5mW<kVChVJfUQdUXbU_`Tg^To\SyZR XQ VP TO SM RL RJ RI RH RH RH BPY\\\ZZ~[w[r\o\)k[2h[:f[Ac[HaZO_ZV]Y^[YeYXnWWw UW SU QT OS NQ MP MN MM ML ML ML GT]___^^y_r`m`i`&f`0d`8a`?_`F\_MZ_TX^\V^dT]lR\v P[ NZ LY JW HV HT HR HQ HP HP HP LXabccb{csdme hede$ae-^f5\e=ZeDXeKUdSSdZQcbObjMatJ` H_ F^ E\ CZ BY BW CV CU CT CT Q]effffvhnigj bk^k [k*Yk3Wk;TkBRkIPjQNiXLi`JhhGgrEf~ Ce Ac ?b >` =^ =\ =[ =Z =Y =Y Vbiiiijrminap\qXqUq'Sq0Pq8Nq@LqGJpNHpVFo^DngAmp?l|=k ;j 9h 8f 7d 7b 8a 8` 8_ 8_ \gmmmm}noqet[wUx QxNx#Kx-Ix5Hx=FxDDxLBwS@v\>vd;un9tz7r5q3o2m1l1i1h1f1f1fcnqqqqyskwbyW}MHFC)B1@9>A=H;P9Y7~b5}l3|x1{/y-w,v+t+q+o+n+m+mjuvuuvvxi|^SH?=:#9,745<4D2L1U/_-i+u*(&%$}$z$x$w$v$vr{zzz~{rfZOD820/&-.+6*>)F'P&Z$d"q!{zncVK@4) %#"& /7?IS^kywk_SG<1& %-6? J V cqsh\PD9.# !*4>JXfv}qfZL?4)  '1<IXiz|m_QE9.$!,9HYj}ԒӧжrdVI=2( &4DWkwi[MA5+! /?Sh|"!!"%/:EPYagmsx} #,7BMU]djoty~ !)3>HQY`fkpuz~&/9CLT[bglqvz  !*4>GOW]chmrv|  $/8AJQX^dinsx~ (2<DLTZ`ejou{  !, 6 ? G OV\aglry  &1:BJQW]ciou}$$))&"!#,$5%>%F&M&S&Z&_&e&k&r'z'&&&~%|$z#x"w"w!v v $(/330,)+-'.1.:.B.I.P/V/\/b/h/o/w}/{/y.w.u-s,r*p*o)o(n'n')-7;;852 35#5-666>6E6L6S~6Y|6_{6ey6lw6tu6}s5q5o4m3l2j1i0h/h.g-g-,5>AA?<9:;<)<2<:~`=^<];\:\9[8[7[73@IJJIFEE FzF#wG,tG4qG<oFCmFJjFPiEWgE^eEecEmaEv_D]D\CZBX@W?W>V=V<V;V;8DMNNMJIJyKuK qK)nK2kK9iK@gKGeJNcJTaJ\_Jc^Jk\IuZIXHVGUFSDRCQAQ@Q@Q?Q?<IPQQQONzOtOpPlP&iP/fO7dO>aOD_OK^OR\OZZNaYNjWNsUM~SLQKOJNHMGLELDLCLCLCAMSTTTS}RuSoTkTgT$dT,aT4_T;\TB[TIYTPWSXUS_SShRRqPR|NQLOJNIMHKGIGHGGGFGFEQVWXWWxWqXjX fYbY!_Y*\Y2ZY9XY@VYHTYORXVPX^NWfMWpKV{IUGTESDQCOCNCLCKCJCJJUYZ[ZZs[l\e]`^\^Y^'W^0U^7S^>Q^FO^MM^TK]\I]eG\nE[yCZAY@X?V>T=R>Q>P>O>OOZ]]^^|^n`fa`cZcVdSd$Qd-Od5Md<KdCJdKHdRFcZDbcBbl@aw>`<^;]9[8Y8W8V9U9T9TT_`aaaxbkebfZhTi PjMj!Kj*Hj2Gj9EjACjHBjP@iX>iaq>=qE;qM:pU8p^6oh4ns2m0l/j-h-f-d-b-a-`-`ahhhh{ipken[qRsGw@y=y;y"9y+8y26y:5yA4xI2xR1w[/we-vq+u~)s(r'p&n&l&j&h&g&ghlllmxmnoatWwNzC}9 421&/..6,=+E)N(W&b%m#~{!| {yvtrqoopqqqqurju_zT~I?4+ (& %(#0"7!?HR]iw}{zxxwvvv|vryg}[PE;0% (08AKWc q }|{{z}ncXLA7,"  '09CN[hxvk`TI>3)  %.8CP^nsh]QF;0& "+6BQas~rf[NB6+!  (3AQcvʋɢǸ}paSF:/%  #0?QdxufXJ>2( ,=Pdx #-9DMV]djoty}!*5@IRY`fkpuy~'1;EMU\bglquz #-6@HPW]chlqv{  '1:CKRX^chmqv|  ",5=EMTY_dimrx~&/8@HOUZ`ejou{  )2;CJPV\afl r y   #-6>ELRX]ciov~}{zyxx $#!(19AHNTZ_e l s {} { ywusrqppp"+--+'" $%#&,'5'='D'J(P(V~(\|(bz(ix(pv(yt(r(p(o'm&k$j$i#h"h"h!!+24420,,-.(/1/9~/@{/Fy/Mw/Su/Yt/_r/fp/nn/vm/k/i/g.f-d+c*b)a)a(a(%29::863344$|5-y55v5<t5Cr5Ip5Pn5Vm5]k5di5kg5tf5~d5b4`4_3]1\0\/[.[-[-+8=??>;99 }9y:!u:*r:2p;9n:@l:Fj:Mh:Sf:Ze:ac:ia:r_:|]:\9Z9Y7W6V5V3V2U2U21=ACCB?>|>w?s?o?'l?/j?6h?=f?Dd?Jb?Q`?X_?_]?g[?pY?zX>V>T=S<R:Q9P8P7P6P66BEFGFC~BwCrCmDjD$gD,dD3bD:`DA^DG\DN[DUYD]XDeVDnTCyRCQBOAN@L>L=L;K:K:K9;FHJJIGyGrGmH hHdH!aI)_I1\H8ZH>XHEWHLUHSTH[RHcQHmOHwMGKFJEHDGBGAG?G>G=G=?IKMMM~KtKnLhL cM_M\M'YM.WM5UM<SMCRMJPMROMYMMbLMkJLvHLFKEIDHCFBDBCBBBABACLNOPPzOpOiPcQ^RZRWR$TR,RR3PR:NRAMRHKRPJRXHR`GQiEQtCPAO@N?L>J=I=G>F>E>EHPQSSSvSkTdU^VXWUWQW"OW*MW1KX8IX?HXFFXNEWVCW^AVh@Vr>U]\<\f:[q9[}7Y5X4V3U3S3Q3O4N4NSWXYYzZoZc]\_SaMbHcEcCc$Ac,?c3=d:j;j!:j)8j06j75j>4jF2jN1iW/ia.hl,gy+f)e(c'a'_']'[(Z(Z^_``}`rahc^fUhLkBn9q 5r3r2r%0r,/r3-r;,qB+qK)qT(p^&pi%ov#n"l!j hf d c a accddydoeegZkQnHq>t4x,z*z(z 'z(&z/$z6#z>"zF yPyZxfwsvtrpnljiihhhhviljbmWqMuDx:{0% ")19AKVbo~ ~ | y w u s r qmmm}msnip_tTxI|@6,"" * 2 : DO[hw~}|{srrzrqtfx[}PE;2( !*2<GSaoyxxyxm}bWMB7.$  )2<IWfvvj_TI?4*! &1<JZk~sh]RG<2'  ".:K]q~rg\PC7,! +9J^s܉ڞگٽ~sdUG;/$(8J_s",7AJRZ`fkpty~(3=FNV\bglpuz%.8AIQW]chlquz  *3<DLSY^chlqv{  $.6?FMTY_chlqw} (19AHOUZ_chmrx#,4<CJPUZ_diou|%/7>EKQV[`fkry}||| ) 2 9 @ G M R X ]cipx~|zx v u s s r r  #,5<BINTZ~_|fzmxuv~trpomlkjii%''&#( 0 8!>}!Ez!Ky!Pw!Vu!\s"cq"jp"rn"{l"j!h!f eccbba',..-+'%&'$|(,y(4w(;t(Ar(Gp(Mo(Sm(Yk)`j)gh)pf)yd)b)`(_']&\%\$[#["["#.24421., {-w. t.(r.0o.7m.>k.Di.Jh/Pf/Vd/]b/ea/m_/w]/[/Z.X-W,V*U)U(U(U'*3689754z3u3q3n4%k4-i44g4:e4Ac4Ga4M_4T^4[\4cZ4kY5uW5U4T3R2Q1P/P.O-O,O,/7:<=<9z8t8o8k8h8"e9*b91`97^9>\9D[9JY9QX9YV9aU9jS9tQ9P9N8M7L5K4J2J1J1J04;>?@?}=u<o<j< f=b=_=']=.Z=5X=;W=AU=HS=OR=WQ>_O>hN>rL>~K=I<H;G9F8F6E5E5E49>ACCCy@q@jAeA`A]BZB$WB+UA2SA8QA?OAFNBMMBULB]JBfIBqGB}EAD@C?B=A<A:A9A8A8=ADEF~FuDlDfE`F[FXFUF"RF)PF0NF6LF=JFDIGKHGSFG[EGeDFoBF{AE?D>C=A<@<>===<=;ADGHI{IqHhHaI[JVK RKOKMK'JK.HK4GL;ELBDLICLQALZ@Lc?Kn=KzQOW09WE8WM7VV5V_4Vj2Uv1T0S/Q.O-M.L.J.I.HLOQQ{RqRfS\VUWMYE[@\ =\;]9]&7]-6]44];3]B2]J1\S/\].\h,[t+Z*Y)W(U'S(Q(O(N)NPSTUwUmVcWYZR[J]B`:c6c4d2d#0d*/d1-d8,c?+cG)cP(cZ'be%ar$a#_"^!\ Y!W!V"U"TUWXXsYjY`[W^O`Fc>e5i.k+k*k(k&'k-%k4$k<#kD!jM jWibioh}fec`^\[[Z[\{\p]g^]`ScKfBi:l0o&r"s ss"s)s0s7s?rIrSq_qkpznlj hfdcb_``v`madbZePiGl>o5s,v"y| |||#|*|2|: {C {N zZzfxuwuspnmlkde~dsejebhWlLpCs:w1z(~ $,4=GS`o}{xvutjiziqjik^oSsIx?|6,#$,5?KXgwooxopoesZyP}E;1( #,6AO^ouuwumyb~WLA7-$ !+6CRcv||uj_TI?4*! )6DVi}si^RG=3( &4EZn҄ИЪϹ~sh^SE8-!  #3DZq*4=FNU\bglquz&/9AIQX^chlquz !+4<ELSY_chlqu{  &/8@GNTZ_chlqv| !*3;BIOUZ^cglqw~ %-5=DJPUZ^chmsz (08?EKPUZ_diov~"*3:@FLQV[`els{~{yxwvuu  %-5<BHMRW]c}i{py yw usqpnmlll  (07>C}I{NyTwZv`tgrnpwnljhgedcc c  ""!#|+z3x9v?tErKpPnVm]kdilgueca`^]\[[["&))(&# {w t!'r!/p"6n"<l"Bj"Gh"Mf"Se"Zc#aa#i_#r]#}\#Z#X"W VUUTT!(,..-,|)x&t&p'm'$j(+h(2f(8d(>b(Da(J_)P])W\)_Z)gX)pV){U)S)R(P&O%O$N#N"N!&-0231|0v.r,m, j-f- d-(a-/_.5^.;\.AZ.GX.MW.UU.\T/eR/oP/zO.M.L-J,I*I)I(I'I&+14665x4r2l1h2 d2`2]2%[2,Y22W28U2>T2DR3KQ3RO3ZN3cL3mK4xI3H3F2E0D/D-D,D+D+/479:|9t7m6g6b6^7[7X7"U7)S7/Q75O7;N7BL7IK7PJ8XH8aG8kE8wD8C7A6@4?3?1?0?/@.38:<<x<p9i9c:];Y;U;R;P;&M;-K;3I;9H;@G;GF;=:<8;7;5;4;3;26;=??u?l=d=^>Y?T? P@M@J@$H@*F@1D@7C@>B@EA@L?AU>A^=Ah;@t:@9?8>7<6;69787776:=@A|BrBiA`AYCTCODKDGEEE!CE(AE/?E5>E<=ECADFGuHkHaHWJQKKMDN?O y4}+" '0:GVfxlulnldpYuOzD:0' &0<K\n}surlua{VKA7,# $0>Nav}yu|j_TI?4*!  "0@Rg}ȒƦŸsi^SH>4* /BWl'/8AIQX^chmqv{ "+4=EMSZ_dhmqv{  '08@HOUZ_dhlqv|#+3;CJPUZ_chlqw~ &/6>EKPUZ^cglrx!*19?FKPUY^chmt| $,4:@FKPUY^cipx~|{zzz '.5<AGLPUZ`fl}t{~ywusrqppo !)07=BH}L{RzWx\vctjsrq{omkihgfff  $~,{ 2y 8w >v Dt Ir Nq To Zm `k hi qg {e c b ` _ ^]]\  {xu's.q4o:m@kEjKhQfWd^bf`n^y][YXVVUUU!#$#~!yvspm#j*h0g6e<cBaG`M^T\[ZcYlWwUSRPONNNN"'()(x's%o"l i f!c!&a"-_"3]"9\"?Z"DX#JW#QU#XS#aQ$jP$uN$L#K#J!H HHHH!'+--z,s+n)i'f& b&_'\'#Z'*X'0W'6U(;S(AQ(HP(NN(VM)_K)hI)sH)F)E(D'C%B#B"B!B!%+.01v0o.i-d,`,\,Y,V, T,&R,-P,3N,9L,?K-EI-LH-TG.]E.fD.qB.~A-@,>+>)=(='>&>%).13{4r3k2e0_0[0W0 S0P1N1$L1*J10H16F1<E1CD1JB2RA2[@2e>2p=2}<2;1:/9.9,9+9*9),146x6o6h5a3[4V5Q5 N5K5H5!F5'D5-B53A5:@6A>6H=6P<6Y;7c97o86|76655342404/5.5-0478u9l9d8\7V8Q9L9H9E9C:A:%?:+=:1<:8;:?9:F8;N7;X6;b5;m3;z2:1907060402011137:};r;i<a<X;R<L=G=C> @>=>;?#:?)8?/7?65?=4?D3?L2?V1?`0?l.?y->,=+;+:+8+6,5,46:<z>o>f>^?T?M@GABB>C :C8D6D!4D'3D-1D40D;/DB.DJ-DT+D^*Dj)Cw(C'A&@&>&<&:'9'8:=?w@lAcAZBPCJDDE>G9H4I2J0J/J%-J+,J2+J8)J@(JH'JR&J\$Ih#Iu"H!F E C A!?!>"=>@BsChD_DWEMGGHAI;K4M.O ,P*P(P"'P)%P/$P6#P="PF POPZOfNsMLJHFDCBBD|FoFeG\HTHKKEK>M8P0R(V$W"W!WW%W,W3W:WCVLVWUcUqTRPNLJIHFHwIkJaJYKQLINBP;R4U,X$[^ ^^^"^(^/^7^?^I]T ]` \n [} Y WUS Q P OKLsMhM^NVONPFS?U8X0[(^ adff f f$ f+f2e;eDeOd[cibxa_][XWVO{PnQdQ[RTSLUCY;[4_,b$ehkn nnnn&n-n6m?mJlVkcjrigeca`_TvUjUaUYVRXH[?`7c/f'ilo ruuvww w(w0w9vCvPu]tms~qomkih~ZqZgZ_ZX[N_Dc;h3k+n"ruwz}~ ~")2<HVf~x|{xvutx_m_e___UcKg@l7q.u&x{~  "*5@N^ptdkded\gQlGr=w3|)   *5CTf{rjljdmYrNxC~9/% *8I[osplraxVK@6," *9Lawtyj_TI?4*  +<Pf{ߐݠ۬ #,4=EMSY_dhmqv|  (09AHOUZ_dhmrw}#,4<CJPUZ_dhmrw~ '/7>EKPUZ^chlry#+29@FKPUY^cgms{ &-4:AFKPTY^chnv!(/6;AFKOTY^djrz}{ywvutts #*17<AFK~P}U{Zz`xfvntwrpnmlkjji %~,|2z8y=wBvGtLsQqWo]nclkjthfecba```  ~{x u's.q4p9n>mCkHjNhTfZeacias_~][ZYXWWW{wv s p m "k )i /h 5f ;e@cEaK`Q^X\`ZhXrV~TSQP O O O O ztpmk hfc%a+_1^7\<[BYHWNVUT]RfPpN|MKIHGGGG!#}$u$o"j gda^\!Z(X.V4U9S?QEPKNRL[KdInGzFDCBAAAA"%'y(p(j&e%a#^![ X!U!S!%Q!+O!1N"6L"<J"BI"IG#PF#XD#bC$lA$y@#>#=!< ;<<< &)+u+m+f*a(\'X&U& Q&O&L&!J&(I&.G&3E'9D'?B'FA(N@(V>(`=(k;(w:(9'8&7%6#7!7 7 #),|.r.i.b.],X*S+O+L*I+F+D+%B++A+0?+6>+==,D<,L:-U9-^8-i6-v5,4,3*2)2'2&3%3$'+.y0o1f1_1Y/S.N/J/F/ C/A/?/"4;494 74&64,44235925@15H05Q/5[.5g-5s+5*4*2)1)/)-*,*+-13s5i6`6Y6R6J6D7@7<888694929$19*/90.97-:>,:F+:O*:Z):e'9r&9%8%6$5$3%1%0&/14}6p7f8]9V9N9E:@;;<7<3= 1>/>->",>(*>.)>5(?<'?D%?M$?X#>c">p!= <;975 4!347y9m:c;Z;R;K<C>>>9?3A.C +C)D'D&D&$D,#D3"D:!DB DKDVCaCnB}A@>;:987:v<j=_=W>O>H?@A;B6C/F)H$J"J JJ#J)J0J7J?JHJSI_IlH{GECA?=<;>r?f@\@TALAEC>D9F3H,J%MP QQQ Q&Q-Q4Q<PFPPP\ Oi Nx M K I G E C B?{AmBbCYCQDJEBF[5_-c%fil ortvw wxyz${,{5{AzNz]xnwutqonnWdW\WVWM[C_:d0i(l psvy{~ %.9FVg{||j\b\\\T_Id?i5o,s#w{~ %0=M^ribcb[dPiFo;u1{'  %1@Sg~jhcjXpMvC|8.$&5G[qkpavV}K@6+!  &7JaxҏѡϬ  (09AHOUZ_chmrw} $-5<DJPVZ_cgmrx (07?EKQUZ^bgmry $+3:@FKPUY]bgms{'.5;AFKPTX]bhnv ")06<AFKOSX]ciqz~}{zyyy $+17<AFJOSX~^|ezlxuvtsqponnm&,~2}7{<zAxFwJvOtTsZqaohmqk{jhfeddcc |zx!v(t.s3q8p=nAmFlKjQiWg^eecnay_^\[ZZZZ ~ y wt rpm#k)j/h4g9e>dCbHaM_T^[\cZlXwVUSRRQQQ ~wqnl khfc%b+`0^5]:\?ZEY KW QU YS aR kP vN L K JIIIH xpkgdca ^\ Z'X,W2U7T=RBQHOOMWK`IjHuFDCBA A A A }s kfa^\Y WUS#Q)O.N4L9K?IEGMFUD^BhAt?><;;;;; y#o#g#a#\!YVS PNL J&H+F1E6C<BC@J?R=\<f:r98665556 $v&k'c']&X$T"P!M!J G E C #A!(@!.>!4=!:<"@:"H9#P8#Z6#e5#q3#~2"1!0 0001$'r(h)`*Y)T(P%K%G%D% A%?%=% ;%%:%+8%17&76&>5'F3'N2(X1(c0(o.(}-',&,$+"+ ,-"&|)o+e,],V,P+K)F)B)?)<)9)7)5)#3)(2*/1*50+</+D.,M-,W,,b+,n),|(+(*'('&'$(#("%)y,l-b.Z.S.M.G-B->-:.7. 4.2.0.!/.'-/-,/3+/:*0B)0K(0U'0`&0l%0{$/#.","*"(#'$&',v.j/`0W1P0J0D0=1925222 /3-3+3*3%(4+'41&48%4@$4I#5S!4^ 4k4y320.,+**.s1g2]3T3M3G3@3955507-7)8'8&9$9"#9)"9/ 969>9G9Q9]9i8x76420/..~1o3d4Z5Q5J5D6=77839.:(<$= !> >> >&>->4><>E>O>Z=g=v<:975321z4l6`7W7N8G8A8::5;0<+>%@C DDDD$D*D1D9DBDLDX Ce Bs A @ > < : 8 75u7h9]:S:K:E;>;8=3>-@(B!EHK KKK! K' K. K6 J?JIJTIaHoGEDB@>=9q;d<Y=P=I=B>M^q~{zyw`UYUTTLWB\8a.f%kor vy|~  *6EVi_ZZZS\Ha>g4m*r w|!,;L`va`ZaPgEm:t0z&  .?SjbgXmMsB{8-#!2F]sɉɝǫ $-5<DKPV[_chlqx!)18?FLQVZ^cglry $,3:@GLQUY^bgls| (/5;AGKPTX]bgmv #*17<AFKOSX]bhpy%,27<AEJNSX]cj}t{~yxvutssr  '-27<}@|E{IyNxSwYu_sfqooynljihggg~ |zx"w(v.u3t7r<q@oEnJlOkTi[hbfkduba`^]]\\|yusqom#l)j.i3h8f<e@dFcKaQ`W^_\h[rY~WVUTSSS { t omk hgec%b*`/_4^8\=[BZGXMWTU\SeRpP|NMLKJJK ~tmhd ca `^\ Z&X+W0U5T:S?QDPKNRMZKdInG{FECCBBB xnga^[Z YVTR"Q (O -N 2L 7K <J BH IF QE YC cA n? {> = < ;;;;sib\XUSQPMKJ$H*F/E4D:B@AG?O=X<b:m8z76544 4 4 |oe^XSPMKH FDB!A&?,>1=7;=:D8L7V5`4l2y10/..//xl!b"Z"T"O KHEB @><:#9)7.645;3B2J1T/^.j-w,**))**u"i$_%W%Q$K#G"C @ = :864 3 &1 ,0 2/!9.!@-"H+"R*#])#i("v&"%!%$$%%!r$f&\'T'M'H&C%?$;$8$5$ 2$0$.$,$#+$)*%0)%6(&>'&F&'P%'[$'g"'u!&!% # ! ! }$o&c(Y)Q)K)E)@(;(6(3(0(-)+)))')!&)'%*.$*5#*<"+E!+N +Y+f*s*)'%#"!#z&l)`+V+N+H+B+=+7+1,.,+-(- %.$.".!.% .,/3/:/C/M/X/d/r.-+)'&%%w)i+]-T-L-E-?-:-4.//+0&1#2 3333#3*40484A4K4V3b3p21/-+*)(s,f.Z/Q/I0B0<07012-2(3$578999!9'9.969>9H9T 8` 8n 7} 6 4 2 0 . -,o/b0W1N2F2@2:253/4+5&7!9;> ??? ?% ?+ >3 >;>E>P=\=j @CE HK KKKK%K,K4K=JHJTIcHrGFCB@>p7b9V9M:E:?:::5;.>(@"CFILOP QRRS!S(S0R9RDRPQ^PnOMLIGFj;]<R=I=C===9=1@*D$GJMP RUW X XYZ[$[,[5[?ZKZYXiW{UTRPOe@Y@O@G@A@=@5C.G&K NQT WZ]__ `abcd&e/e9dFdTccav`^\[X_DTDLDFDAC:G1K)O"SVZ ]`beghi jklm!o)p4o?oNn^lpkigfeZIQIKHFH?J6O-T$Y\` cgiloqrst vwy{"}+~7}E|V{hy}wusrWNPMLLDO;T1Y(^cg knrtwy|} #/=M`uVSRRKTAZ7_,e#jpsw{~ &4DWlXXRYG_=e2l(rx}  *:MbzY_OdDk:r/z%,?Um!)18?FLQV[_chmsz %-4;AGLQVZ^chnt|!(/6<BGLPUY^bhnv $+17=BFJOTX]bipy&,28=AEINSX]cjs}~|zyyxx !'-27<@DI~M|SzXy^weunsxqonllkkk~|{"y(x.w3v7u<t@rDqHpMoSmZlajihsfdcaa``_}xu rpon$m)l.k3j7i;h?gDeIdOcUa]_e^o\|ZYWVVUUysoki gfec%b*b.`3_7^;]@\EZKYRWYVaTlRxPONMLLLzqjeca_]\[ Z%Y*W/V3U8T<RAQGONNVL^KiIuGFEDDCC t j c^ [ YX VUSR"P&O+M0L4K9J>HDGKESD\BgAs?>=<<<< znd]XTR P O NLJI#G(F,E1C6B<AB?I>R<[;f9r8665555 ui`YSOLJH G E C B @ %? )> /< 4; :: A8 H7 Q5[3g2s0/ . . ...qe\UOJFDBA?=;:!8'7,62483?1G0P.Z-e+r*)('' ( ( |nbYQKFB?=;9 7532$0)//.5-<+D*N)X'd&p%$#"""#yk_V N H C>;853 1/-,!*')-(3':&B$L#V"b!o~vh\!S"K"E"?!;!7 30.+ )'%$$# *" 1!!8 !A!J"U"a!n!} se"Z#P$H$B$=$8#4#/#,#)#&# ##"$ $$"$(%/%6%?&H&S&_%m%|$" o!b$W%M&F&?&:&5&1%,&''$'!(())) )&)-*4*=*F*Q*^*k)z(&% "! | l$_&T'K(C(=(7(3(.())%*!+,- ....$.+/2/;/D /O .[ .h -w ,+)'% $y#i&\)Q*H*@*:*5*0*,+&,#,.02 34 4 3" 3( 30383A3K3X3e2t1/.,*(t&e)X+N,E,>,8,3,.,*-%.!0246 9 9999&9-949=8H8T8b7p6531/.p*a-U.J.B/;/6/1/-/(0#2468 ;> >???#?*>1>:>E>Q=^ @C DDEE E&E.E7EADMDZCjB{@?<;:f1X3M4D4=47434/4(6"9<>A DGIJ KKLM#M*M3M=LHLVKeJwHFEBA`6T7I7A7;76626,9%<?BE HKMPQ RSTUV&V.V8UCTQTaRsQOMLJ[:O:F:?::969/<(?!CFJ MORUWXZ [\]^!`)`3_>_L^[]m[YWVUU>K>C>>=:<3?+C$GKO RUX[^`abd efhi$k-k8jEiUhgf|eca`QBHBBA?@8C/G'LQUY\_begiklno qsuw&y1x>wNv`utrpomNGHFDE=G4L+R!W\`dgjmpsuwxz|~(5EWk~MKIJCL9Q/W&]ch lotwy|  -<NczOPJQ@W5]+d!jp uy} $3EZpQVG\==<<vi ` Y U QONL KJIH"G&F+E/C4B9A>@E>M=V;`:l8y766555p d[TNK H GF DCBA?#>'=,<1;69<8B7K5T4^2j1w0//...y k`WOIEB@ ? > =<:9 7$6)5.443:1A0I/S- ^, j*w)((((( ug\SKEA=;98 7 5 4 2 1 "0 '/ ,- 2, 9+ @)I(T&_%k#z" " ! """ rdYOHB=964310.,+*$(*'0&7$?#H"R ]jx   naVLE?:620-+) (&$#""(!. 5=FP\iw|k^SIB<73/,)&$" %,3;DOZgvxh[PG?940,)%! # * 1 9!B!M!Y!f t      ueXM D!=!7!2!. * & " ""# #$$$!$(%/ %7 %@ %J %V %b$q$" qbV!K"B#:#5#0#+"'"$"#$%'( ) ) ) )%),)4)<)G)R)_)n(~'%#!n_"R#H%?%8%2%-%)$%$"%&'(* - ....#.).1.:.D.O.\-k,{+)'&$j"[$O&E'<'6'0'+''&$' ')+,/1 2333 3'3.373@3L3Y2h1y0/,*)e%W'K(A):)3).)*)&)#)+-/1 36 7 8999$9+949=9H8V8e7v5430/a)S*H+>,7,1+-+)+&+ -024 69;< =>?@!@(@0@:@E?R>a=s<:985\,O-D.;.5.0.,-)-#/257 9<?AB DEFGH$H,H6GAGNF]EnCA?>>V0J1@19131/0,/&2 58;=@CEHIK LMOP Q(Q2P<PIOXNiL~KIGFQ4F4=47423/2)5"8<?B EHKNPQST VWY[#[-[7ZDZSXdWxUSQOL8B8;86736-8&<@DG KNQTVYZ\]_ aceg'g1g>fLe^cra_]\G<@<:;7:1<)@!DIN RUX[^acdfhik mor!u+t7sFrXqkoljiE@??<>6@-E$JOT Y]`cfilnprtvxz |#/>Ocy}{yDEACCHMQUY^djs~ '-39>BGKOTY^dkv~| "(.49=AEJNSX^en{~|{yvsq#).38<@D~H|M{SyYx`vhtsrpomkjhg|y xwvu$u)u.t3s7r;q?oCnHmMkTj[hcgme{cba_^]\ysomkjih h%g)g.g2f6d:c>bCaH_O^V\^[gYuWVUSRRRvnhdb` ^^]] \%\)\-Z1Y5X:W?UDTJSQQZPcNpM~KJHHGGyme_[XVU TSRR Q%Q)P-O1N5M:K@JFIMGVF_DlCyA@?>>>pf]VRONL KJIIH!H%G)E-D2C6B<@B?J>R=\;h:v977666zj_WPKHFDC BA@??!>&=*<.;3:98?7G6O5Y3e2r10//..sfZ Q J E A ?=<; :9877"5'4+30261=0D/M-X,c+p*)((((n a VMF@<9 7 654 3210/$-(,.+3*:)B(K'V%b$o#~""!""{j ^RIB<8420 / . . ,+)(!'&&+%2$9#A! K U b o~w gZOF?941.+)( ( & % # " ! $ * 1 8ALWdq  t dWLC<61-*'%#"  #)07@JVbp  qaTI@93/*'$!  '.5>IT ` m }     m^RG>71,($!  $ + 3 ; EP]jzj[OD;4/*&"   "( 0 8 B M Z hwgXLA92,($  ! ####$&$-$5$?$J$W$e#u"!cUI? 6 0 * &" ! # %' (())#)*)3)<)G)T(c(s&%$! `RF!<"4"-"("$!!!  "#% ')+ ,-..!.(.0.9.D.Q-`-p+*('$[ N"B#9$1$+$&### ""$&' ),.0 12444%4-464A4N3]2m1/-,,W#J%?&6&/&)&%%"% $&(* ,/145 7 8:;;";*;3;>:J:Y9j8}6421R'E(;)3)-(((%'#&)+-0 257:;= >@BCC&C/B:BFAU@f?z=;:8L+A+8,0+++(*&) +.14 69;>ABDE GIKM"M+L5LAKPIaHuGDBAG.=/5//.+-),#.158 ;=@CFHJLNP RTVW&W1V=UKT[RpQNMKB29232/1,/'1 59= @CFILORTVWY[ ^`c!d+c7cEbU`i^\YX>6763503+5#9=B FJMQTWZ\^`bdfh knq%r1q?oOnblxjhf<:794809'=BH MRVY\`cfhjlnprux {)7G[}pzyu<>9<5=,B"HNTZ^cfiloruwy|~  .?Rg~>A;A1G'NU[agkpswz} $4G]sAF7L-T#[b iouy~+>Si %,39?DIMRV[`flt~!'.4:?DHLQUZ`fnw~ #)/49>BGKOTZ`hp{}xt$*/48=AEJOTZa}j|uzxvutqmj ~||{%{*{/{3{7y;x?wDuItNrTq[odmnlzjhgfeb`}wsponmm m%m)l.l2k6j:h>gCfIdOcVa^`h^t][ZYXVUxojfcb a``` `%`)`-_1^5\9[>ZCYJWQVYTcRoQ}ONMMKJwld^[XVV UUTT T$S(R-Q1P5O9N?LEKLJUH^GjFwDCBBA@|nd[UQNML JJIII I$H(G,F1E5D;BAAH@Q>Z=f<s::9877tg\SMIFDBA A@@@? ?$>(=-<1:79=8D7M6W5b4o210///naVMFA><;:9 88776!5%4)3.231:0A/J.T-_,l+}*)(((yi\QHA<854321 00/.-",&+++0*7)>(G'Q&\%k$z#"!""teW L C < 7 3 0 .,+* ) )('&&#%($-#4"<!E OZhwpaS H @93/, ) ' % $$ #"!  %+2:CMZgvl^ PE=60,(%"    #)09 B M Y gui [ MB:3-)%!       " ) 1:D N Z g v  f XK@70+&"    ' . 6?JVds  cUH=5.($    $+3<GTbq`RE;3,&"   !(1:EQ`o]OB80*$   &. 7 B O^mYK?6.'"   ! "#$$$$,$5$@$L$Z#k"}!VH<3+%  !# % ')))")))3)=)J)X(i'{%$"!QD90)# "$&(* ,.///'0/0:/F/U.e-y,*(&M@ 6!-!'!"  ! #%'),.0 2 4677#7,666C5Q5a3u20.-H"<#2$+$%#!"! !$& (+-02468 : <>? ?)>3>>=M<];q9864C%8&/&(&$%!$#$'* ,/2479;=?A CFII$H/H:GHFYDkB@>=>)4*-)'($'"&'*- 1469<?ACEGJL NQT S*R6QDPTOfM}KJG9-1-+,'+%) *.2 59<?BEHKMOQSVY \_a$`0_=^M\`ZuXVT61/0+/)-$.27 ;?BFJMPSUXZ\^acfimo*n7mGlYkmhfd44/3-1)2 7<AFKNRVY]`bdgiknqtw{#0@~R{fx~vt4826.6%;AGMSX\`cfimortvy|(7J^u7;4:*@!FM U[afimqtwz}.@Uk:?0E&LT[bintx| $6J`u  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~mft1!  !"#$%&'()*+,-./012456789:;<=>?@ABCDEFGHIJKLMNOPRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~Q՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛfԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԜfԛfԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԜfԜfԜfԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԜfԜfԜfԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԜfԜfԜfԜgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԜfԜfԜfԜgԜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՜eԜfԜfԜfԜgԜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՜eԜfԜfԜfԜgԜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՜eԜfԜfԜfԜgԜgӜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՜e՜eԜfԜfԜfԜfӜgӜgӜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՜eԜeԜfԜfԜfԜfӜgӜgӜgӜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՜eԜeԜeԜfԜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgQ՛d՜d՜dԜeԝeԝfӜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgR՛d՜d՜dԝdԝeԝfӜfӜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgR՜c՜d՝dԝdԝeӝfӜfӜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgR՜c՝c՝cԝdӝeӝfӝfӜfӜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMhY՛e՛e՛fԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMhY՛e՛e՛fԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMhY՛e՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMhY՛e՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMiY՛e՛e՛eԛfԛfԛfԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMiZ՛e՛e՛eԛfԛfԛfԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMjZ՛e՛e՛eԛfԛfԛfԛgԛgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMjZ՛e՛e՛eԛfԛfԛfԜgԜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMkZ՛d՛e՛eԛfԛfԜfԜfԜgӜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMkߜZ՛d՛e՛eԛfԛfԜfԜfԜgӜgӜgӜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgLlޜ[՛d՛e՛eԛfԜfԜfԜfԜfӜgӜgӜgӜgӜgӜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgLnۛ]՛d՛e՛eԜfԜfԜfԜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgLo؛a՛d՛e՛eԜeԜeԝfӜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgLr՛d՛d՛e՜eԜeԝeӝfӜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgKu՛d՛d՜d՜dԝdԝeӝfӜfӜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgK}՛c՜d՜dԝdԝeӝeӝfӜfӜfӜfӜgӜgӜgӜgӜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgL՛c՜c՝cԝdӝeӝeӝfӜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgM՜c՝bԞcӝdӝeӝeҝfҝfҜfҜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgJNT՚e՛e՛fԛfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJNT՚e՛e՛fԛfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJNT՚e՛e՛fԛfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJNT՚e՛e՛fԛfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJNT՚e՛e՛fԛfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJNT՚e՛e՛fԛfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJNT՚e՛e՛fԛfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJNT՚e՛e՛fԛfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJNT՚e՛e՛fԛfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJNT՚e՛e՛fԛfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJNT՚e՛e՛fԛfԛfԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJNT՚e՛e՛fԛfԛfԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJOT՚e՛e՛fԛfԛfԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJOT՚e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJOT՚e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJOT՚e՛e՛fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJPT՚e՛e՛fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJPT՛e՛e՛fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJPT՛e՛e՛fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJPT՛e՛e՛fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJQT՛e՛e՛fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJQT՛e՛e՛eԛfԛfԛfԛfԛgԜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgIQT՛e՛e՛eԛfԛfԛfԜfԜgԜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgIRT՛e՛e՛eԛfԛfԜfԜfԜfԜgӜgӜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgIRT՛e՛e՛e՛fԛfԜfԜfԜfԜgӜgӜgӜgӜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgISU՛e՛e՛e՛eԜfԜfԜfԜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgITU՛d՛e՛e՜eԜeԜfԜfӜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgHVU՛d՛e՛eԜeԝeԝeӜfӜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgHWU՛d՛d՜dԝdԝeӝfӝfӜfӜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgGZU՛d՜d՝dԝdӝeӝfӝfӜfӜfӜfӜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgI]V՛d՜cԝcӝdӝeӝfӝfҜfҜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgJfߞX՜cԞbӝdӝeӝeҝfҝfҝfҜfҜfҜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgKqP՞`ԞcӝdӝeҝeҝfҝfҝfҜfҜfҜfҜfҜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgH:QiZ՚e՚fԛfԛfԛgԛgԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgH:QiZ՚e՚fԛfԛfԛgԛgԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgH:QiZ՚e՚fԛfԛfԛgԛgԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgH:QiZ՚e՚fԛfԛfԛgԛgԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgH:QiZ՚e՚fԛfԛfԛgԛgԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgH:QiZ՚e՚fԛfԛfԛgԛgԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgH:QiZ՚e՚fԛfԛfԛgԛgԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgH:QiZ՚e՚fԛfԛfԛgԛgԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgH;QjZ՚e՚fԛfԛfԛgԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgH;QjZ՚e՚fԛfԛfԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgH;QkZ՚e՚fԛfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgH;QlZ՚e՚fԛfԛfԛfԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgHQr[՛e՛f՛fԛfԛfԜfԜfԜgԜgӜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgG>Qs[՛e՛e՛fԛfԜfԜfԜfԜfӜgӜgӜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgF?Qtߛ\՛e՛e՛eԜfԜfԜfԜfԜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgF?Qvܛ^՛e՛e՛eԜeԜeԜfԜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgF@Py؛b՛e՛e՜eԜeԝeԝfӜfӜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgEAP|՛d՛e՜d՜dԝdԝeӝfӜfӜfӜfӜfӜgӜgӜgӜgӜgӜgӜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgDCP՛d՛d՜d՝dԝdӝeӝfӝfӜfӜfӜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgDDP՛d՜c՝cԝdӝeӝeӝfҝfҜfҜfҜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgEFP՜c՝bԞcӝdӝeҝeҝfҝfҝfҜfҜfҜfҜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgGMMߥOԞbӝdӝeҝeҝeҝfҝfҝfҝfҜfҜfҜfҜfҜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgHWH#6BʻLʷRʴWʲZʱ\ʰ^ʯ_ʯ`ʯ`ʮaʮaʮbʮbʮbʮcʮcʮcʮcʮcʮcʮcʮcʮcʮcʮcʮcʮcʮcG+OPW]՚fԚfԚfԚgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛhԛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhG+OPW]՚fԚfԚfԚgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛhԛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhG+OPW]՚fԚfԚfԚgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛhԛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhG+OPW]՚fԚfԚfԚgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛhԛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhG+OPW]՚fԚfԚfԚgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛhԛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhG+OPW]՚fԚfԚfԚgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛhԛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhG+OPW]՚fԚfԚfԚgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛhԛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhG+OQW^՚fԚfԚfԚgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhG+OQWߙ_՚fԚfԚfԛfԛgԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgG+ORWޙ`՚fԚfԚfԛfԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgG+OSWݙa՚fԚfԚfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgF,OSWܙa՚fԚfԛfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgF,OSWۙb՚fԚfԛfԛfԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgF,OTWښb՚fԚfԛfԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgF,OTWٚc՚fԚfԛfԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgF,OTWؚd՚fԚfԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgF,NUW֚d՚f՚fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgF,NUW՚e՚f՚fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgF-NUW՚e՚f՛fԛfԛfԛfԛfԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgF-NVW՚e՚f՛fԛfԛfԛfԛfԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgE-NVW՚e՚f՛fԛfԛfԛfԛfԜgԜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgE-NWW՚e՚f՛f՛fԛfԛfԜfԜfԜgӜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgE.NXW՚e՚e՛e՛fԛfԜfԜfԜfԜfӜgӜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgE.NYW՚e՛e՛e՛eԜfԜfԜfԜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӛgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgD.NZW՚e՛e՛e՜eԜeԜfԝfԜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgD/M\W՚e՛e՛e՜eԜeԝeԝfӜfӜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgC0M^W՛e՛d՜d՜dԝdԝeӝfӜfӜfӜfӜgӜgӜgӜgӜgӜgӜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgC1M`X՛d՜d՜dԝdԝeӝeӝfӜfӜfӜfӜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgB2LdX՛d՜c՝cԝdӝeӝeӝfҝfҜfҜfҜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜg@3LhT՜c՝bԝcӝdӝeҝfҝfҝfҝfҜfҜfҜfҜfҜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgA4JiNۧKԞcӝdӝeҝeҝfҝfҝfҝfҝfҜfҜfҜfҜfҜfҜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgC6Jhߴ@+;DKǽQǻUǹXǸZǷ\Ƕ]Ƕ^ǵ^ǵ_Ƶ`Ƶ`ƴ`ƴaƴaŴbŴbŴbŴbŴbŴbŴbŴbŴbŴbŴbŴbE==]o)w3}TeZۙcԚfԚfԚfԛgԛgԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhFM>TfZٙd՚fԚfԚfԛfԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhFM>TgZؙd՚fԚfԛfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhFM?ThZ֚e՚fԚfԛfԛfԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhFM?ThZ՚f՚fԚfԛfԛfԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgEM?TiZ՚f՚fԚfԛfԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgEM@TjZ՚f՚fԛfԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgEM@TjZ՚f՚f՛fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgEM@Tk[՚f՚f՛fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgE LATl[՚f՚f՛fԛfԛfԛfԛfԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgE LATl[՚f՚f՛fԛfԛfԛfԛfԜgԜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgE LATm[՚f՛e՛f՛fԛfԜfԜfԜfԜgӜgӜgӛgӛgӛgӛgӛgӛgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgD LBTo[՚e՛e՛e՛eԛfԜfԜfԜfԜgӜgӜgӜgӛgӛgӛgӛgӛgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgD LCTp[՚e՛e՛e՛eԜfԜfԜfԜfӜfӜgӜgӜgӜgӜgӜgӛgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgD!LCTr[՚e՛e՛e՜eԜeԜfԜfӜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgC!KETt[՛e՛e՜e՜eԝeԝeӝfӜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgC!KFTw[՛d՛d՜dԝdԝeӝeӝfӜfӜfӜfӜgӜgӜgӜgӜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgB"KHT{Z՛d՜d՝dԝdӝeӝeӝfӜfӜfӜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgA#JJSX՜c՝cԝcӝdӝeӝfӝfҝfҜfҜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜg@#ILO{S՜bԞbӝdӝeӝeҝfҝfҝfҝfҜfҜfҜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜg?$HPLvLحBԢ\ӝdҝeҝeҝfҝeҞeџeџeџeѠeѠeРeСeСeСeСeТeϢeϢeϢeϢeϢeϢeϢeϢeϢeϢe<%FFGp(0>FLQTVÿXÿZþ[¾\¾]¾]¾^^___```````````?#CF`#o.x6|>EJNRTVWXYYZ[[\]^^^^^^^^^^^?$ = K+S4X;^@dDiHmIpLsNuPwQxRzTzU{V|W}W}X~Y[[[[[[[[[[[;M+SHXi\_ؙfԚgԚgԚgԚgԚgԚgԚgԚgԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚh;M+SHXi\_ؙfԚgԚgԚgԚgԚgԚgԚgԚgԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚh;M+SHXi\_ؙfԚgԚgԚgԚgԚgԚgԚgԚgԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚh;M+SHXi\_ؙfԚgԚgԚgԚgԚgԚgԚgԚgԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚh;M+SHXi\_՚fԚgԚgԚgԚgԚgԚgԚgԚgԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚh;M+SIXk\_ԚfԚgԚgԚgԚgԚgԚgԚgԚgԚgԚhԚhԚhԚhԚhԚhԛhԛhԛhԛhԛhԛhԛhԛhԛhԛhԛh<M,SJXl\`ԚfԚfԚgԚgԚgԚgԚgԚgԚgԛgԛhԛhԛhԛhԛhԛhԛhԛhӛhӛhӛhӛhӛhӛhӛhӛhӛh=M,SKXn\aԚfԚfԚgԚgԚgԚgԚgԛgԛgԛgԛgԛhԛhԛhԛhԛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh=L-SLXo\aԚfԚfԚgԚgԚgԛgԛgԛgԛgԛgԛgԛhԛhԛhԛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh>L-SLXp\ޘbԚfԚfԚfԚgԛgԛgԛgԛgԛgԛgԛgԛgԛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh>L-SMXq\ۙc՚fԚfԚfԛgԛgԛgԛgԛgԛgԛgԛgԛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh?L.SNXr\ٙd՚fԚfԚfԛgԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh?L.SNXt\֚e՚fԚfԛfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh?L.SOXu\՚f՚fԚfԛfԛfԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh@L.ROXv\՚f՚fԚfԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh@L/RPXv\՚f՚f՛fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhAL/RPXw\՚f՚f՛fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhAL/RQXx\՚f՚f՛fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛhӜhӜhӜhӜhӜhӜhӜhӜhӜhAK/RRXz\՚e՚f՛fԛfԛfԛfԛfԛgԜgӛgӛgӛgӛgӛgӛgӛgӛgӜgӜhӜhӜhӜhӜhӜhӜhӜhӜhӜhBK0RRX{\՚e՛e՛e՛fԛfԜfԜfԜgԜgӜgӛgӛgӛgӛgӛgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgBK0RSX|\՚e՛e՛e՛eԜfԜfԜfԜfԜgӜgӜgӛgӛgӛgӛgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgCK1RTX~[՚e՛e՛e՜eԜfԜfԜfԜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgDK1RUW[՛e՛e՛e՜eԜeԜeԜfӜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgCJ2RWW[՛e՛d՜eԜeԝeԝeӜfӜfӜfӜgӜgӜgӜgӜgӜgӜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgCJ3RYVZ՛d՜d՜dԝdԝeӝeӝfӜfӜfӜfӜgӜgӜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgBJ4Q[TY՛d՜c՝cԝdӝeӝeӝfӜfӜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgBI5O[QV՜c՝cԝcӝdӝeӝfҝfҝfҜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgAH7KXL|P՝aԞbӝdӝeӝeҝfҝfҝfҝfҜfҜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜg?G9GNL{߭Gֶ<ҫOѦZѤ^ѤaУbФbФcϤcϤcϤcϥdΥdΥdΥdΦdΦeͦeͧeͧeͧeͧeͧeͧeͧeͧeͧeͧe>@/HNAr2>GMQTWYZ¿[¿\¿]^^__``aaaaaaaaaa;B*>Ja(n1w9|@GKORTUVWXXYZ[\\^^^^^^^^^^;;*>$L/T7Z=^BbFeGgHiIkKmMoOpPqQrSsTtUuVuWvYwZx[x[x[x[x[x[x[x[x[x9".*63;9@;D=I?MAQCTEVGXIZK[M\N]P^Q_S`TaUaWbYcZcZcZcZcZcZcZcZcZc. ?O4WM[f]_cݗfԚgԚgԚgԚgԚgԚhԚhԚhԚhԚhԚhԚhԚhԚhԚiԚiԚiԚiԚiԚiԚiԚiԚiԚi. ?O4WM[f]_cݗfԚgԚgԚgԚgԚgԚhԚhԚhԚhԚhԚhԚhԚhԚhԚiԚiԚiԚiԚiԚiԚiԚiԚiԚi. ?O4WM[f]_cݗfԚgԚgԚgԚgԚgԚhԚhԚhԚhԚhԚhԚhԚhԚhԚiԚiԚiԚiԚiԚiԚiԚiԚiԚi. ?O4WM[f]_cۗfԚgԚgԚgԚgԚgԚhԚhԚhԚhԚhԚhԚhԚhԚhԚiԚiԚiԚiԚiԚiԚiԚiԚiԚi. @P5WN[h]_c՚gԚgԚgԚgԚgԚgԚgԚhԚhԚhԚhԚhԚhԚhԚhԚiԚiԚiԚiԚiԚiԚiԚiԚiԚi. AQ6WP[j]_ߗdԚgԚgԚgԚgԚgԚgԚgԚhԚhԚhԚhԚhԚhԚhԚhԚhԚiԚiԚiԚiԚiԚiԚiԚiԚi/ AR6WQ[l]_ۘeԚgԚgԚgԚgԚgԚgԚgԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚiԚiԚiԚiԚiԚiԚiԚi/ BR7WR[n]_יfԚfԚgԚgԚgԚgԚgԚgԚgԚhԚhԚhԚhԚhԚhԚhԚhӛhӛhӛhӛhӛhӛhӛhӛhӛh0 BR7WSZp\_ԚfԚfԚgԚgԚgԚgԚgԚgԚgԚhԚhԚhԛhԛhԛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh0 CR8WTZr\`ԚfԚfԚgԚgԚgԚgԚgԛgԛgԛgԛhԛhԛhԛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh0 D R9WUZt\`՚fԚfԚfԚgԚgԛgԛgԛgԛgԛgԛhԛhԛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh1 D R9WVZv\ߘa՚fԚfԚfԚgԛgԛgԛgԛgԛgԛgԛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh1 E Q:WVYw\ݙb՚fԚfԚfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh1 E Q:WWYy\ۙc՚fԚfԛfԛfԛgԛgԛgԛgԛgӛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh2 F!Q;WXYz\ٙd՚f՚fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh2 F!Q;VYY{[֚e՚f՛fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh2 F!Q;VZX}[՚e՚f՛fԛfԛfԛfԛgԛgӛgӛgӛgӛgӛgӛgӛgӛhӛhӛhӜhӜhӜhӜhӜhӜhӜhӜhӜh3 G!QT]WZ՚e՛e՛e՜eԜeԜfԜfԜfӜgӜgӜgӜgӜgӜgӜgӜgҜgҜhҜhҜhҜhҜhҜhҜhҜhҜhҜh4 J"Q?T]VZ՛e՛d՛e՜eԜeԝeԜfӜfӜgӜgӜgӜgӜgӜgӜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜg5 J#Q@S^UY՛d՛d՜d՜dԝeԝeӝfӜfӜfӜgӜgӜgӜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜg6 J#PAR^TW՛d՜d՜dԝdԝeӝeӝfӜfӜfӜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜg7I$OAP]QU՜c՜c՝cԝdӝeӝeӝfӜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜg9I%L@L[MzQ՜b՞aԝcӝdӝeӝfҝfҝfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜg;H&I=HSMzMڪHԞaӝdӝeҝeҝfҝfҝfҝfҜfҜfҜfҜgҜgҜgҜgҜgҜgҝgҝgҝgҝgҝgҝgҝgҝgҝg>G&C6IOIwܹ<5ϸEγOͰU̯Y̮[̭]˭^˭`˭`˭aʭbʭcʭcʭdɭdǭdƮeĮfĮfĮfĮfĮfĮfĮfĮfĮf?@ C+EP3n!1>FLPTWYZ\]^^_`abcddddddddd=;A.,J!^,k4t;zB~HMPSTVWXYZ[\]_`bbbbbbbbb3<+,>(K2S9Z?_DcFfHiIkKmMnOoPpRqSrTsVtWtYuZv\v^w_w_w_w_w_w_w_w_w8.#$.-65=:BWWZr\^ޘcԚfԚgԚgԚgԚgԚgԚgԚhԚhԚhԚhԛhӛhӛiӛiӛiӛiӛiӛiӛiӛiӛiӛiӛi~%7G)U?WXYt[]ۙcԚfԚfԚgԚgԚgԚgԚgԛhԛhԛhԛhӛhӛhӛhӛiӛiӛiӛiӛiӛiӛiӛiӛiӛi%7G)U@WYYu[]ؙd՚fԚfԚgԚgԛgԛgԛgԛgԛhӛhӛhӛhӛhӛhӛhӛiӛiӛiӛiӛiӛiӛiӛiӛi&7H)T@VZXv[]՚f՚fԚfԚfԛgԛgԛgԛgԛgӛhӛhӛhӛhӛhӛhӛhӛhӛiӛiӛiӛiӛiӛiӛiӛi&8H*TAVZXwZ]՚f՚fԚfԛfԛgԛgԛgԛgӛgӛgӛhӛhӛhӛhӛhӛhӛhқiқiқiқiқiқiқiқi&8H*SAU[XxZ]՚e՚fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛhӛhӛhӛhӛhқhқhқhқhқhқhқhқhқh&8I+SAU[WyZ\՚e՛e՛fԛfԛfԛgԛgӛgӛgӛgӛgӛhӛhӜhӜhҜhҜhҜhҜhҜhҜhҜhҜhҜhҜh&9I+RBT\WzY\՚e՛e՛eԛfԛfԛfԜgӛgӛgӛgӛgӜgӜhӜhҜhҜhҜhҜhҜhҜhҜhҜhҜhҜhҜh'9J+RBT\VzY\՛e՛e՛e՛eԜfԜfԜfӜgӛgӛgӜgӜgӜhҜhҜhҜhҜhҜhҜhҜhҜhҜhҜhҜhҜh':K,QBS\UzX[՛d՛d՜eԜeԜeԜfӜfӜgӜgӜgӜgӜgҜgҜhҜhҜhҜhҜhҜhҜhҜhҜhҜhҜhҜh':L,PBR\TzWZ՛d՛d՜dԜeԝeԝfӜfӜgӜgӜgӜgҜgҜgҜgҜhҜhҜhҜhҜhҜhҜhҜhҜhҜhҜh(;M,OBQ[SyUY՛d՜d՝dԝdԝeӝfӜfӜfӜgҜgҜgҜgҜgҜgҜgҜgҜhҜhҜhҜhҜhҜhҜhҜhҜh(<N,NAOZPvSW՜c՝cԝcԝdӝeӝfӜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜhҜhҜhҜhҜhҜhҜhҜh)=L+L@LWMqPR՝bԞbԝdӝeӝeҝfҝfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜg*>J*H=HQMnOߩLبKӞcӝdӝeҝeҝfҝfҜfҜfҜfҜgҜgҜgҜgѝgўgϠhΡhΡhΡhΡhΡhΡhΡhΡh+@F(D7IILoH0ҸAаNϬWϩ[Ϩ^Χ`ΧaΧbͧcͧdͧd̨ęf˩fʪgȫhūi¬j¬j¬j¬j¬j¬j¬j¬j-CA#C-ILDl0>GǿNǼSƻWƺZŹ\Ÿ^Ÿ_ķa·abcdfgikkkkkkkk/@;D-@Le'v0=.F%X/e7n=tByH}MQSUVXY[\^`bdgiiiiiiii47:+";,H4Q;X@]EbGeHhJjLlNnQoRpTqVrXsZt\u_vavdwfwfwfwfwfwfwfwfw07"'.067=;B=G?KANCPESFTIVKWMXOYQZS[U\X]~Z^|\^z__yb`yb`yb`yb`yb`yb`yb`yb`4 !*,%/*2.427598<:><@=~B?|D@zFAxHBwJBuLCtODrQEqSFoVGnXGl[Hl[Hl[Hl[Hl[Hl[Hl[Hl[H  "%)-"z0$w3%s5'q7(o9)m<*l>+j@,iB-hD.gG/fI0dL1cN1bQ2`T3`T3`T3`T3`T3`T3`T3`T3h#g+ m9qD$yM4UE[U`cdogyjlnoqqrsstuvwyyzzzzzzzzh#g+ m9rD%zM4UE[U`ddpgzjlnoqqrsstuvwyyzzzzzzzzi#h+ n9sD%}N5VG\X_gctf~ikmopqrrstuvwxyzzzzzzzzi#j+ p9tE&N7VI\Z^jbwehkmnpqqrstuvwxyzzzzzzzzj"k+ q9vE'O8WK\]^m`{dgjlnopqrrstuwxyyzzzzzzzk"l, s9xE(O:XM\_^p_cfikmnpqqrstuwwxyzzzzzzzl"n, t:|E)P;YO[b]s_behjlmnpqrstuvwxzzzzzzzzm"o, v:F*QXSZh\}]_begݗhڗiؘiטi֘j֘jטlؗnؗpؗrؗtؗvؗyؗ{ؗ{ؗ{ؗ{ؗ{ؗ{ؗ{o!s- z;H,U?WTYj[]^beܗfؘgԚgԚhԚhԚhԚhԚiԚiӚjԙmՙpՙsՙvՙxՙxՙxՙxՙxՙxՙxp!t- {;H,T@VUYk[\^aݘe֙fԚgԚgԚgԚhԚhԚiԚiӚiӚiӚiӚkӚoӚsӚuӚuӚuӚuӚuӚuӚuq!u- |;I,S@VUXlZ\^aٙeԚgԚgԚgԚgԚhԚhԚhӚiӚiӛiӛiӛiқlқpқrқrқrқrқrқrқrr!v- ~<J-S@UVWlY[]ߙa՚fԚfԚgԚgԚgԚhԚhӛhӛiӛiӛiӛiқiқiҜnќqќqќqќqќqќqќqr!w- <K-R@TVWmY[]ݙa՚fԚfԚfԚgԛgԛgӛhӛhӛhӛiӛiқiқiқiќmќoќoќoќoќoќoќos x. <L-Q@TVVmXZ\ܚa՚f՚fԛfԛgԛgӛgӛhӛhӛhӛhқiқiқiқiќmНoНoНoНoНoНoНos y. <L-Q@SVUmWY[ښa՛e՛fԛfԛfԛgӛgӛgӜhӜhҜhҜiҜiҜiҜiНmОoОoОoОoОoОoОot z.=N-P@RUTlVXZٛa՛e՛e՛eԜfԜfӛgӜgӜhҜhҜhҜhҜiҜiҜiОmϟoϟoϟoϟoϟoϟoϟou {.=N,O?QTSkUWYٜ`՛d՜dԜeԝeӜfӜgӜgҜgҜhҜhҜhҜhќiѝjϟnΠpΠpΠpΠpΠpΠpΠpu |.>M,N?OSQiSUWڝ\՜c՝cԝdӝeӜfҜgҜgҜgҜgҜhҜhҜhѝiϠl͢p̢q̢q̢q̢q̢q̢q̢qv ~/>L+L=MQOfP{RTܡV՝bԞcӝeӝeҜfҜgҜgҜgҜgҜgҜhѝhϠḳn˥rʦsʦsʦsʦsʦsʦsʦsw /?J*J;KNMaPwQQۧNա\ӝdӝeҝfҝfҜfҜgҜgҜgОgΠi̢jʥmȧpŪu«x«x«x«x«x«x«xy0AH)G8HINZOyNܰGմBҬQѧ[Ѥ`ѢcТdТeϢeϣfΤg˥hȦiƨlêo˿rɻwƹzĹzĹzĹzĹzĹzĹzz0BE&C3I@M]KyݸB5нBͷM̳T̰Y˯]˭`ʭbʬcɬeƭfĮhƿjźlķp´sy{{{{{{{|1DA!C+IAI^ݿA*2C#X,g4s:|CJOSWZ[]_bdgkotxzzzzzzz!46=0*?)O2[9d?kDpIuNxP{S~UWZ\_behlpvxxxxxxx /9/'%7.B6L<@=~C?{F@yHBwKCuNDsPEqSFoWGmZHk]IjaJheKggKggKggKggKggKggKggK  $(,"~0$y3&u6(r8*p;+n>,l@-jC.iF/gI0eK1dO2bR3`U4^Y5\]6\^6\^6\^6\^6\^6\^6\^6  { up l$i(f+c.a0_3^6\8[;Y>WAVDTG SK QN!OR"NT"NT"NT"NT"NT"NT"NT"]%W*T3 Y?eG"oN0vV=z\H|aR~fYj`md~ph}rk}tm|wn{yo{{pz}qzryrxrxqxpxoxnylylylylylylyl]%X*V3 Z?hF$sN1yU?}[JaTe]iclholqotqvs~xt~zu}|v|v|v{vzv{u{s|rzqzqzqzqzqzqzq^$Y*W3 ]>lF%vN3|T@[M`We`igllopqssvuwwyyz{z~{~{~{}z~y~w~v{v{v{v{v{v{v{v_$Z*Y3 a>oF&zN4TBZO`Zecijlpntqxszu|v}xz}}|{|{|{|{|{|{|{|{`$[)Z3 e=tF'~N6UDZQ`]dghnkunyp}rtuwy|~󁍁}}}}}}}a$\)\3i=xF(N7UF[T^`ckgsjzmoqstvxz}󉃉񆈈b#])^3m=}F)O9VH\W^daofxilnqrstvxz{}툈녎肕肕肕肕肕肕肕c#^(`3r<F*P:WJ[Y]g_sd}hknpqstvxy{|鎁苇戎䅗䅗䅗䅗䅗䅗䅗d#_(b3v<G+Q;XKZ[]i^vafjmoqrtvxy{}厄㋋ቓ߆߆߆߆߆߆߆d#`(f3z<G+RL*N9PIRZTkV{XY[\^۞cћjОmΟr͡vˡ{Ȣšßj!g&}1>K)L8NHPXRhTwUWYYުXԨ]Сf̢jʥqɥvŦ}¥k!g&1?J(K6LENTPcSpU|VUܲQӳRϬ]ͧeɦiŨnvʼƻk!i&1@H&H4IBLOQ\SkSRڼHҾJͶU˱]ʬcƫgʿlɺsƵ}òl!l%1AF$F1G=MHPXQnN>BMɻVǶ]Ƴbf»kqym q%1BC!B,I6MEN\Jp/:ENVü\¹aeinvo v$1 B?C%I1KHE^+p1=GPV\`cgms{p |#2 >=DG4AJ(^/n6{@HPV[_bfkqxŁƌǙƣr"29 >C >6$J,[4i:sA|IPVZ]adiov}͇ΑΝyϫyϫyϫyϫyϫyϫyϫt!28>;#7(H0V8a>jDqJwP|TWZ^bflrz؂׋y֕t֡t֡t֡t֡t֡t֡t֡|199##4,B4N;WA_FeKjMnQqTtXw[y_{c|h}n~u~~}}{|v~ppppppp27!(/0:8D>KCQEWG[J^MaQdTfXh\j`kdl{inxonuvns}nqmnmnmnmnmnmnmnm3 "+'4097;==B@GCJEMIPLRPTSU}WWz[Yw_Ztd[qi\no]ku]h{]f]f]f]f]f]f]f]   $)-#0)4.73:6=9@;}D=zG?wJAuNBrQDpUEmYFj]HhbIehJbmK_rK\zK\zK\zK\zK\zK\zK\zK  !&*/#{2%v6(r9*p<+m@-kC.iF/gJ1eM2bQ3`V4^[5[`6Ye7Vj8Rp9Rp9Rp9Rp9Rp9Rp9Rp9Կ  zto$k(h,d/b2_6^9\<Z@XC VG!TK"QP#OU$MZ$K_%Ge&Ge&Ge&Ge&Ge&Ge&Ge&}slg b^[ X U# S& P) O-M0K3J7H:F?DCBH@M>RmF%sM0vU;x[EyaMyfSxkXxo\ws_vwbu{ct~esfrfpfpfqfqercockchcgcgcgcgcgcgcV%Q+K1 Y6h>rF&yM2{S=}ZH~`P~eW}j]}na{rezvgxziw}kvlultmtlulujuipjljiihihihihihihiW%R+O0 _5n=xE'M4S?XJ_Td[ibmgqj~um}xp||qzrysxsysyrzpuqqqmpkpjojojojojojoX%S*S. d4s<~E(M5SAYM]Wc_hfllpptswv{x~y}z|z}y~wzxuxqxowlvkukukukukukuY$T*W, i3x<E(M5TBYN]Yabgjkqousyv|z~~zvs~p}o{nznznznznznzZ$U*Z+m2}<E(N6UCZO\[_edniun{ruy~􆆆逗zwttt€tttttt[$V)^*r2;F(O6VCYP[\^gapgxlqtx}򊁍팄膐‡{yyyyyyyyyy\$W)a(v1;F(Q5TBWPZ\\h_rd{kpsw{捇ڀ~~~~~~~]#X)e'y1<G'P4SAVOX\[h]s`}hpsy}䑂ފׄх̆ȅĄ„]#Z(h'}0<H&O3Q@TMWZYg\r^}eotz㐁܎Ӊ͊ȋŋŠ^#\'k&0<I%M1O>RKUXWdZp]{`lt~؍ΏȐĐ_#^&n%0<J$K/MDG'K1N9R@UFVUTcTr^el}a"h#{#0 >CG#K*N0P;PKFZFiOwYaitˆb"k!"0 ?BGK"L/K?9O>^DlLxV_fo~ǐãc!o "/> BGH!F2/C7R>`DlLwU]dkw̘ͅzȩe!t /> B DB$)50E7S>_EjLtU|\ahqӍwҠrͰw{~g!z0=A>!'*72E9R@]FfLnTuY{_elw܅wړm٦hԸmȹpsuuuuuum3<; #(,74D;OBXH`MgRlWq\vbyi|q~{|}x|ofੁ`ݾbf€hhhhhhu38 &(/57?=ICQHWK]ObTfYj_meo{lqwursrpphs`uYvYvZvZvZvZvZvZv~0& )%2099?ABHDMHRLVQYV\[_|aawgcsnenwfjefdae[gTiQiQiQiQiQiQi   #, 4)70:7=<@ADEHHMK|RNxVPu[RqaTmgUioWdxW`W\WYVTWQXQXQXQXQXQX ֿ  !'+ 0&4+80<3~?7zD9vHpQ@lVAi[CfaEbgF^oGYxHUHQHMHKGKGKGKGKGKGغ  "',{0"v5%q8(n=*kA,hE-fJ/cN0`S2]Y3Z_5Vf6Qn7Mw8I8E8C9C9C9C9C9C9ڴ} vq"l'h,d0a4^8\<Z@WD UI!RO"OU#L[%Hc&Dk'@s'<}(:(:(:(:(:(:(Ͻyojea] Y V$ S( P,N0L4J9H=FBCHAO>V:]6d3l1r1r1r1r1r1rznf_YT PLIFC@">&<):.83684>2D .K +R (Y '] '] '] '] '] '] G)B0<7>9A> KFROVW"W^(Xe-Xl1Wr4Vx6T~8R9Q:O;M;KP>M?K?K?L>L>M=M5B7H< RDXL\T%^\,_c1^j6]p9\vY?W@UASBQBNBOBOBPAQ@Q?Q>N>M?L?L?L?L?L?J(D/A4E5M: WB]J`S'bZ.cb4bh9an=`t@^zB]C[EYEWFTGSGSGTFTEUDVBRCQDPDPDPDPDPDPDK(E.D2I3 R8\@bH eQ)gX1g`7gf=fmAdsDbyFaH_J]K[KYLXLXLYKZJZHXHUITJQJPJPJPJPJPJL'F.H0M0 X6b>gF"kN+lV3m^:le@jkEiqIgwKe}MdObP`Q]Q]Q^Q^P_O^NZOYPUPSPSPSPSPSPSPM'G-K.R. ^5h=nE#qL-rT5r[=qbDpiInoMluPj|ShUfVdWcWcWcWdVdT_V]WYWXVWVWVWVWVWVWVN'H-P,W,d3n<uC$xK.xQ7xY@w`GugMsmRqtUozXlZk\h]i]h]i\i[e\b]^]]]\\[[[[[[[[[[[[O&J,T*\*j2t:{B$J.P8~VB}^J{ePykVvrZty^q`obmcmcmcnbkbgccdadacabbabababababaP&M*X(a(p1{:B$J.P9UC[KcSjY|p^xxbuerhqiqiqhpgjjfjejfighgggegegegegegeQ&P)\'e'u09A#I.P8UCZL`Uh\ob}wgykumtotoumnojpjqkplnlmlklilililililiR%T'_&j&z/8A"J,P7VBZL]Ue^nevk~oyrwtvsstnvowpvqtrrrpqnqlqlqlqlqlqlS%V&b$n%~.8A J+R6U@YK\Ua^kftm}s}wwywxr{t|u|vzwxwvwsvquouououououoS%Y%e#r$. 8BL)Q3U>XH[R_\ifro|v~|txz{|€}~|{|x{vzszqzqzqzqzqzqT%[$h"u#- 7DM&Q0T:WDZN^Xfcrnٍz̈́~zxu}r}r}r}r}r}rU$^#k!y", 8FL#P,T5W>ZG^Pd^եnoȚ|||yvssssssU$`"n |!, :HLP'S.V6Y=\J^]dzinu}}zwttttttV$b!q ,<HLO!S&U+W3OHY[dmo|~{xuuuuuuW$e t-> HKOQR!G0MDVX`jkzyt{yvvvvvvX#hw.A G KML<&F2MATT]fgvus͌gɫox~{yvvvvvv["k{/BGIF0:*B7JDRQ\`dpp}r܂eڠaϺkrx}~{xvvvvvv^!o0BEC $/!8.@:GGNSX_ajktwy|mb઀^elqv|yz{w~u~u~u~u~u~uct0@@% %/$80?xNBsTEn[HibKdkM^uOWOQOLNGPESFTGVGVGVGVGVGV ݳ #)/!4&9+y=/uC2pI5lO8hU;d\=_c?ZlASxBMCGCBB?AAD?F?F?F?F?F?FѼ !'z-t2 n7#j=&fB(cH*`N,\T.X[0Tc2Nm3Hy4B5<67545747474747474ӷ~x ql$g*b/_4[:X?UDRJ OQ!KX"Ga$Al%;y&6'1(-()()()()()()(ճɾulg b]Y U% R* O/L4J9G?DEAL>T9]4h/u*'""""""˻ujb[V QLHEA!?&=+;0866<3C /L *V &` "k w       wkaZTNJG C@=;9 6$4)1..4+:&A!JS[ffffff>,9267999=8C %<&:'8(6(4)1)/).)/(0(2'3&4%4%3%2&2&2&2&2&?+:2:4=6>9?? EIHRI[Ic Hk#Ft&C}(A)>*<+:+7,5,2,3,4,6+7*8):(8)5*3*3*3*3*3*@+;1=2A4B7D= JFMONXNa"Nj&Kr)I{+F-C.A/>/<0908090;/-;.8/8/8/8/8/8/A*<1A0D1F5J; PDSMTV T_%Tg)Rp-Ox/L1I2F3C4@5=5?5@4A4B3C2D2A3=4<4<5<5<5<5<5B*>/D.I/K1P8 VAYJ[S"[\(Ze-Xm1Uv3R6N7K8H9D:D:E:G9H9I7J7G9C:B:A;A:A:A:A:A:C)A-H,N,Q.X5]=`FaP$aY+`b0^j4[s8X}:TI?J?L?M?N>PI@GAGAFAG@G@G@G@G@D)D+M*S*W,_3e;gChL&gU-f_3dh8`q<]z?YAUCPDODPEQDRDTBRDNFMGLGMGNFOFOFOFOFOFE)H)Q(X(^)f1l9oAoH'nQ.l[5jd;fn?cwC`F\HXITJUJWJWHWISLRMSMTMULVKVKVKVKVKVKF(L(U&]&c'm/ s7w?xG'vN/tX6qa=njBjtGfJcM^NZOZO[N\NXQWSYSZS[R\Q\P\O\O\O\O\OG(O&Y$b$i%s- {6>F&M.|T7y^>ugEqqJm|NiQdS`T]T_R\U\X_Y`YaXbWbUbTbSbSbSbSbSH(R%]#f"n#z+ 6>F$M-S6Z>}dExnLszQnUiXeYbX`Yb]d^f_g^g\h[hYgWgVgVgVgVgVI'U#`!j s!+ 6?G!N*S4XהfL͌rXņah|myoxoynymyjxhwevbu`t^s]s]s]s]s]O$] iu+8 DOSU#W-֧V=˟bLmXzckqttrpm~j|g{dybx_w^w^w^w^w^Q#_lx+9G OQSغG+̲R;]KiXudmtxxurolhe}c|`{_{_{_{_{_S"bo|+:KM N ۽EB(½O9ZIeWpc~muy|zwtpmjfda~`~`~`~`~`V!dr+;IJߺE2?%K6VFaUlayltvzo{sxzu~qnjgebaaaaaX gv*<FA'4="H3SC]Qi^uiurkwcygwnttqxn|khecaaaaa[kz&:?(6?G.P>ZMfYwrdkǃmaÚrXtZscripomsjvgye{c|a|a|a|a|a_o 1) 5?H)P9XG|cSop]c݁eX٘kPӶmOlWm^mdkiimfpdrbtatatatatact ) 4=!F+M6V@{`JnkTb{\V`NbIcMfSgYg_ecdgbi`k_k_k_k_k_iz  պ*4<"B+I5Q=w[ElfLasRVVLWHVG[J^O`T`Y_\^_]a\a\a\a\a\o ֳ!+28!>)D1{M8rV>j_DbkIXzLNOFODNCSEVJXNXQXTXVWVWVWVWVWvڬϺ&-39&{@,tH1mP6gY;`c?XoBODFF?FAD?I@LDNGOIOKPKPKPKPKP Ҵ !(.z4 r;%lB)gK-bS1\\4Vf6Nr9F;=<7<:::=;@AF>N9X3d-t& бŻ|oe^WQ LHC?$<*:0774?0G +R %_ n        ǹrf\UOJF B>;85$2*/0+6'>!HTcr ui]SMHD@= :742/,#*)&/#6?IT _krrrrr6.0526382<0B+I&S&] %h#r!|  6.1545565:3@/H+Q +[ *f(p%{#  7.246384886>3E2O 2Y0c.n+x(%"  8-5291<2<5;;8B 9L 9V7`4k1v.+(%"!$'#"!9-80=.@/A2@8=? ?I@T?^/.?-=/<2<3?4@4B4B3B3B3B3B3=*F'N%T$X&Z)^1 a:aD`O_Y$]c)Zn,Vy/R1N3K4H4F4F3C2C3A7C9F:H:I:J9K8K8K8K8K8@)J%R#Y"^#b'g/ j8jAhJgU%e`+bj/^u3Z5V7S8P9O8L8K7G;J>M?O@Q?Q?R>R=R=R=R=R=C'M#V!^ d i%o- s7t?rGoQ%l\+ig1er5a9];Z|EyM$tX+pd2lo7g};c?`B]D[EZFYGZI\J]J^I_H_G^E^D^D^D^D^DH$S ^gov#}+4 <DK!T)z`1tl9ny?kEhIeLcMbNaNbOcPdOdMdKdJcHcFcFcFcFcFJ#Vakt|")3 ;CIQ%څ\1~g:xsCtIpNnRkTjUiTjUjTjRjPiNhLhJgHgHgHgHgHM"Ydnx!(2; BGؕK$ΏX0ʼnc;nD~zLzRwVtYrZqZqYpWpUoSnPmNlLjJjJjJjJjJO![gr| &09@ ڣ<ΞG"ĘT0_;jEuNTZ}]z_x_w]vZuXsUrRpPoNnLnLnLnLnLQ ^ju#.7ݩ:Ь7ƦD Q.\:fEqN~V\`bb~`|]zZxWvTtQrOqMqMqMqMqMS`my(.Ժ"ȵ3AM,X9cDmNyV]b{dudxb|^~[}XzUxRvPtNtNtNtNtNVcp}ؾ 0 >J*U7`BjMvU]wboejembr_v\yY{V}|S~zQxOxOxOxOxOXfsֳ, :F&R4\?gJ~rSu[l`ed_dbbh_m\qYtVvTwRy}Oy}Oy}Oy}Oy}O\jw֫θ'6C#N0Y;~dFtoOk}Wc][`UaV_^^c[hYlVnTpRrPrPrPrPrP_n| ٥бȾ'3?K*V6ua@lmIc{QZVRZM[LZSZYY_WcUfShQjOjOjOjOjOdr ҫʷ)6 >H$wS/n_9djA[yHRӋNKϢQFRCRITOUUTYS]Q_PbNbNbNbNbNix զͲþ(3<}FtQ'k\0ag8Xt>OCHFCG=G@KEMJNONSMVLXKXKXKXKXKoڠϭƸ%/8v@nK#fU*_a/Vm4M~8E;A;=:8@>A?C?C?C?C?C?֣̰º}u% m-f5`>ZGTQN["Fi%>y'6)/*,*,)/,1042649595959595۟Ϭŷw pjc& ]-W6R>MGGQA]9k2}* #! !& (!)$+&.(.(.(.(.(ѩǵuld \WQ$L, H4 D< ?E;O4[,j%~!"""""Ԧɲui`XR LGA ='9.561?,J%W g }         ˰xk_UNID ?;74"0),0(8#AN^ rö|nbWLGB>:6 30-)#&)"19DRdxrfZPGA=962/ ,*'$!#*1; GUcq-1*5-5-7+;'A!HR]iu.1,4/305.9*?%FP[ gs  /1/2213327.<*D"MXdp }    00205/606439/A)J!Ua m y          105-9,;-:0865=0F(Q'] %h #t    3.9+=)?*?->1;87B5M 4X 1d/o,{)'%#!  6,<(A'D'E)D-B4@> @H ?T=_:j7u420.,+**(%#')+,,,,9)@&F$J$L%K)K0J: JE JPH[EfBq?|<:766531,'!,#0$3$5$6$7$7$7$7$<'D$J"O!R"T&U-S5 S@ SKRWObLmHxF C!A!@!?!>!< 9!4%5'9)<*>*?)@)@)@)@)@)?%G"OUX\$^+]2]< \GZRX^UiQt!O#L$K%J%H%G$E$A)?,A.D/F/G/H.H-H-H-H-H-B$K SZ_d"g(g/g8 eBcM`Z]e Zq$W~&U(S*P,O-M-M-K0I3K4M4O4O3O2O1O1O1O1O1D"NW^ek n&p,q5 p>lHiUfb!bm'_y+]/[1Y3W5V6U6T7S9U9V9V8V7V6U4U4U4U4U4G!Q[bkqu$x*z1z: wDtPo]#lh*hs/f4c7b:`<^=]=\=[>\>\=\<\:[8[7Z6Z6Z6Z6JT^fov{!&-5 ڂ?~LyX$uc,qn2ny8lf=ei=i=i=i=S_iu  ՚Σæ 1 >J!U+`4j{l>{l>{l>Ual x ֗ϟƩ-;GR)]3g;qB{~HtMnQiSeRfPkMn|JqxGsuDtsBuq@vp?vp?vp?vp?Xdp} ړќɥ)8DO&Z0d9zn@rzGlLeP`R[R\ObMfJi~Gl{EnxBovApu@pu@pu@pu@[h tԘ̡ê%4 AL#W,ya5ql=jxCcI\MVORORNXL]JaGeEg~Ci{Aiz@iz@iz@iz@_l yڔϞǧ0 =HyS(q^0ii8bu>[DTHNJJJHJOITHYF\D_BaAb@b@b@b@cpԚʤ*8xDpP"i[*af1Zs7SF>J>M=O=Pg8x1.+)$(!+$.%0'1'1'1'1'ԝɩ{ne^WQ%L/G8CC >N 8Z1i+{%""%&&&&ڙ̧±}pd[T NHC$>-:56?0J*W$h |       ϤŰqeYOJD ?:6 2(.0*9#CQc z    ǮtgZNE@:61 -)& "(1; HZqxk_SH>940-)%"!*3?Oc~}ocWLC:40-)&# # ,6DUh{%4&4'4&5#:?G P\gs&3(2*2)4&7!=ENYeq~'2+0-0-1*5%:BK Vcp{*0/.1-1./2*7%>GS _kw..2+5*5+3.03+:#CNZfr ~  1+6(9':'9*6.15.?*J%V bmx          4)9%=#>#>%<);19;6F1Q-]+h )s '~ % $ # " ! !        7&=#A!D D!D%D.B7@A<:9!;!=!>!> > > > > @ HOTY^`$_+]3Y=WI UVSbQnOyNMLK J H!H!F#D%D&E&F&F%F$F#F#F#F#CLSY`dg!h'f.c7bD _Q]][hYsX}!V#U%T'R(Q(P(O*M+M+M*N)M(M'L&L&L&L&FOV]ejmo"o(n1l? jLgXecbn"`x&_)]+\-Z.Y/W/V/U0U/T.T-S+R*Q)Q)Q)Q)HRZa iosuww,v; sHpTm_ ki%is)g~-e0c2a4`5^5]4[4[3Z1Y/X-W,V+V+V+V+KT] e msx{~ˀ(7 |DyPv[!se&po+nz0l3j6h8f9d9b9a7`6_4^1\/[.Z-Z-Z-Z-MW_ i q x }Ղ͆É$4AM~X!{b'xk-uv2r6p9n;l=j=|h<{g:|e8|d6}b3}`1}_0}^.}^.}^.}^.OYblu |փΈō 0>JT _'h-|r3y}7w;~u>yr?up@sn?rmlp;nm9pk6qi4rg2se1se1se1se1T^ ht}Ն̎”*8 DOY%c,}l2ww7r_AZBWAW?\~=`y:bu8er5fp4gn2gn2gn2gn2Yeq}ֈ̑™ !1=IzS t]'ng-gr3a8\S5A6F5J4M3O2Q1Q1Q1Q1fs߃ґǛztn.h; bG\SV_Pj Kw%E(@+<,:,8-7/<0@0D0F/H/H/H/H/l|ٌ̘âshc%^4YA SNNZHgCu>φ:Κ!6˳"4!2$/'2)7*:+<+>+>+>+>+tѕǠ{la[U,P:LGGT Ba>o962/,((,"0#2$4$4$4$4$~א˝rdZ TO%I1E<@I;V7d 2t .+('""%(****ދϛŦvi\RLGB'>19<4G/U*d%w!    ӘȤyk_RID?:6%2..8(C"Qbw   ʣ{maTJ@;61-) %(!1<J \tìqcVJ@72-)$ ! ) 3AUmuh[OD:0)%   *8Kczm`TI?6.&" %1AUl 4"2!248>EOYeq|"2$0$0"26; BLWbo{$0'.'-&/"38?IT_lw(.++++*,&/ 4< DP\gs~++.)0'/(++&07@K Wbny/)2%4$3$1&,+(3%=GR^i t~2&6"8 8 6!3&3/08,C&N!Ydoy          5#9<=<<"<+:47>2I.T*`(k&u&&%%$#"      ! ! ! ! 8 =ABCFE'C/@9=D9P6[4g3q3{2210/.-- , *((*+,,,,;AEHKNN#L*I4F?CK@W?c>m >w > = = <;:997544555555>EILRVVT%Q-N8LEKRK] Jh IrI{HGGEDCB@?==>>====AHMR Y\][Y%W1W?WL VX UcSmRvQPONMKJIGEEEDDCCCDKQ W ^ aba_b,b;aH _T^^\h[qZ{XW V"T#S#Q#P#N#L"L!K JIIIIFNT\b f gghk(k7jD hOfZddbmaw _#^%]&[(Y(W(V(T'S%R$P"O!N NNNHP W`fjmopt$s3r@ pLmVl`jjhs#f}&d(b*a,_,],}[+{Z*zX(zW&zU$zT#zS!zR!zR!zR!KS Zdjotvx { {0y= wHuSs]pf np$lz(j+h-}g/zd0vc0ta.s_,s^*s\(tZ&tX$tW#tW"tW"tW"MU]gnuz}-: ~E|PyZwc!um%rw)}p,yn/um1qj2nh2lg1ke.lc,ma)n^'o\&o[$oZ$oZ$oZ$OXakszƀ)7CMW~a ~{j%zyt)uw-qu0ms2iq4eo4dm2ck0eh-ge+hc(ia'j_%j^%j^%j^%Q Zdnx̀†%4@ JT|^wg$rq)n|-i|0ez3`x4]v4[t3[r1]n.`k,bh)ce(dc&ec&ec&ec&T ]hs}ȅ !0= HzRu[pe#kn'fz,a/]2X4U}4S{3Sx1Vu.Yq,[m*]j(^h'_g&_g&_g&Wamy΃ċ,9 yDsOnYib dl%_w)Z-U0P2M2K1K0N{.Qv,Ts*Vp(Xn'Xm'Xm'Xm'[erʉ}'w5rA lLgVb`\j!Wu%R)M,I.E.D-C-E,I~+Ly)Ov(Qs'Qr&Qr&Qr&_jyІŐy t!o0j<dH _RZ]UgPs K#F&B(>(=';)<)@(D'F~&Iz&Iy%Iy%Iy%dq؁ˍpie)a7\CWN RYMdHpC~?; 8!7 4"3$7$;$=$@#@#@#@#izщƕ|k] YV.R<MHIT E` @m<{8521.,-146777rل˒ufVKH"E1B??M;Z8h4w 1Љ .Ϡ+̼* '$#'*,---~юƛ{l^QC?;%936A3O/],m)&$"  !"""׊ʙqdVJ>941'.3*?&M"]o    ΗâugZNC82-*&$"/:IZ o ơxj]PE;1*&" (4BUl|m_RF<3*"  +:NgreXK@5+" "1E_xj]QF<2*!  *<Tr20026<CLWbnz0..049@IT_kw!.",!+-0 5=FP\gr}$+&)%("),28BLXbmx((*&*$'%!',4=HS^is|,%.".!,!'" &09D NZdnw/#120,*#(,%5?IU_ i s { 2 565342'/0*:%E!P[eox59;:;<:"7+45/@,K*W)a)k)u)~))))(('&%$" ! ! " # # # 8<?? CDB>$;.795E5R6]7g7p7y77766432 1 / - , - - - - - ;@C EJ KID?%?2A@CLCXCbCkCt B} B A A @ > =<:97555555>CFKP Q N HGL,N;OGNSN] Mf Lo LxKJIHGEDB@>=<<;;;AF JQUVURSW'X6XCXNWY VbUkTtS}RQONLJIGEDCB~A~A~ACIMUZ\^]\`#a2a?`J _U ]^\g[pZzXWVTRP}O{MyKxJxHxGwFwFwFEKQY^cfee hi/h;gG fQd[cdam`v^][ |Z!yX!vV!tT sSrQrOrMrLrKrKrKG NU]dilmlop+o8nD lNkXiagjfs~d}{c!wa#t_$q]$n[$mZ"kX kVkTlRlPlOlOlOJ PXaiortsuv(v5tA sKqUo^~ng{lpwjz sh"pg$le&ic&fa&e_$d]"d[ eXfVgUgTgTgTLS\entxzz|}$|2{>yI wR|v[xtdtrmppw lo#hm&ek'ai(^g'^e%]c#^`!_]a[aYbXbXbXNU`jsy~!/;F z~Pu}Yq{bmykiwu eu#at&]r(Zo(Wm(Vk&Vh$Wf"Yc [`\]\\\\\\QXdox,~8xC sMoVk_fhbr^}~"Z{%Vy'Rv(Ot'Oq&On$Pk"Sg UdVbWaWaWaT\iu~|'v5q@mJ hSd]_f[pW| R#N%K~&H|&Gy%Gu#Hr"Km NjOgPfPfPfWbo{Äxs"o0j<fF aP]ZXdTnOzK G"C#A"@"?~!@z CuFqHnIlIlIl[hvʂ{ojf+b7^BYM UWQaLlHxD@<:987;~>y@uAsAsAs`o~ʼnzh_[#X1T=QHMS I^ EiAv=96331/2589|9|9|gxˆvdTOL(I5FBCM@Y<)977D5Q2_/m,~*'%$" !$%%%}ˍvgYK=0 ,*((6&D%T#d!uӊѣ    Љŗ|m_QD8,# !'4BSf{     ɕqcVI>3( $0 >Qf~ tfYLA6,# *9Ldxi[NC8.%  "2F`~oaTG;0&  *>Z}ugZNB8.% "7Su0.. 049@IT`lx.,,-16=FP]it}+))* -28BLXdox!(!&%&).4=GS_js{$%$""!!$ (09CNZdnv~("(&!#,5?IU_iqy+,+& (0 :DPZdmt|.0.+)(%# ,5?J U _ h q y       133 /21-(%"/9EP[dm u!}!!"!!47779 83-'&%2)?+K-V/`0i0q0y000//-,+*(&$#$$$7: :>@>8 //4,7::F;Q;[DFCA;=A'D5EBFMFWF`EiEqEz D D C A @ > = ; 9 7 5 4 ~4 ~4 ~4 = @BIKNMIHL"N1O>OIOSO\Ne Mm Mv L KJHGEC|Bz@y=x<w; v: v: v: ? BGNSVWTR UW-X:XEWOVY Ua Tj SrR|QP~O{MxKvItHrFqCpBp@p?p?p?AEKRY]_]Z]_*_6_B^L]U \^ [fZoYx|WyVvUsSpQnOlMkKjIjGjEjDjDjDCGOW_cedbde&f3e?dIcR b[~ad{`lx^vu]q\nZkXhVfTeRdPdNdLdJeIeHeHEJS]diljhjl#l0k<jFiP {hXxgatejqdsnc~jag`d^a\_Z^X^U]S^Q_O_M_M_MGKWbioqpop rr-r9}pCyoM unVqm^nkgjjpgh{dg`e]cZaX_X]WZWXXUYSZQZQZQJO\gntvuuw xx*{x6wwAsvJ otS ks\hredpn`oy]mYkViSgQdQbQ_Q]SZTWUUUUUULTaltz{{|}~~y&u3p~>l|Gh{Q ezYayb]wlZuwVtRrOpLmJkJhJeJcL_N\OZOZOZOYfqz~vr"n/j:fDbN ^W Z`WjS}tO{KyHwEuCrCoClCiEeGbI_I_I_R_mwwn if*b6^A[KWT S] OgLrHDA>~<{l@iBfBfBfVfs~sf`\$Y1V<SGOQL[ He DpA~=:7654}4y6t8p:m:m:m]n{paU QO*L6IAFLCW@b:;537":0<<=G>P>Y>b>j>r>z==<;97~6|4z2x/w-w,v,v,88<@FHGA> BD+F8GCGMGVG^FfFnEwED C }B z@ x> u< s: r8 p6p4o3o2o2:;@GNQPKHKM(O4O?OIORN[NcMkLt }K~ zJ wI tH rF oD mB k@ j> i< i9i8h8h8<=DNUXWTQSU$V1V<VFUOUX~T`{Sh xRq uQ{ rPpOmMjLgJfHdF cC cA b? b> c= c= >?IT[^]ZXZ[!\.]9\C}\Lz[UwZ] tYf qXn nWxkViTfScQ`O_M^K]I \F \D ]B ]B ]B @COY`cb`_` bc+~c6zbAwbJtaRq`[ n_c k^lh]ve[bZ_Y\VYTXRXPWMWK WH XG XF XF BGT^ehgfef g|h'xi4th>qgGnfPkfX hea ecjbbt^a[_X^U\SYRWQUQRQORM RK SJ SJ DKYcjlkkklzmvn$rn0on;kmDhlMelV bk^ ^jg [hqXg}UeRcOaL_K\KZKWKTLR MP MO MO FP^hppppqzrstot lu-ht8etBbsK^rS[q\ Xpe UnoQm{NkKjHgFeEbD`D]EZFW GU HT HT IWdnuutuwsyl{ h{d{)a{4^{>[zHXyQUxZ Qwc Nvm KtyGrDqAo?l>i>f>c>`?] AZ AY AY M]jt{zyz||ne_\$Y0V;TDQNMWJaG~k D|w @{=y:w8t8q7m7j7g8c :a ;_ ;_ Tdq{yj^VSP*M6K@HJESB^?hD!K Xgx{wj]O@3& %2?M ] n   ƇteVH;." "0>N`tyj\MA4),<Nbzԗи}n`RE9-"  '8LdqcUG;0&!4JexiZL>2'  /Gf~pbTG;/$)De +)**-2:DQ]hqy( &&'*.6@MYdlt{%#"$%)0;HT_gou}"  #,7CNYaipw}'2=IS[cjqw}#-8CMV^ekrx~  '1<FPX`fmsz#   +6@JS[biov~& $ #/:D M V ^ elt| ) '"$  (4>HQZaip x ,*)*,+' ""%/':)D*M+V,^,e-m-u-~-,+*('}%{#y!xwww/,/3884/*.1*364@5J6R7Z7b7j7r7{665|3z2w0t.r,q)p'o%o$o$1.4<BB?:68;&=2><?F?O?W?_?g?o}>x{>x=v<s;q9n7l5j2i0h.h,g+g+32:DJIGB@AC"E.F9GCGLGT}F\zFdxFluEusDpCnBkAi?f=e;c8b6a4a2a1a156AJPONKHIKL+M6~N@{NIxMQvMYsLaqLjnKslJ}iI fH dF aD _B ]@\>\;[9[7[6[67:FPUTSQOP R~S({T3xT=uTFrSOoSWmR_jRghQpeP{ bO `M ]L ZJ XG WE VCV@V>U<V:V:8>LVZYXWUW}XxY%uZ1rZ;oZDlYLjYTgX]dWebVn _Uy \T YS WQ TO RL QJ QG PEPBP@P?P?:CQ[^^]\[}]w^r_"o_.l`8i_Af_Jd^Ra^Z^]c\\l Y[w VY SX PV NT LQ KO KL KIKGKEKCKC<IV`bbaa~awcpdleie*fe5ce>`eG^dO[dXXcaVbj S`u P_ M] J\ GY FW ET EQ EN ELEJFHFH?O\effffxgqijj fkbk'`k2]k;ZkDXjMUjURi^OhhLfs Ie Fd Cb A_ ?] ?Z ?W ?T ?Q?O@M@MDUbkjjjjtmkocq^r[r#Xr.Vr8SqAQqJNpSKo\HnfFmqCl~ @j =h ;f 9d 9` 9] 9Z9W9U:S:SK\hponnoqrgu\xVySyPy)Ny4Ky=IxFGxPDwYAvc>uoL<V9a7~l4|z2{/y-v+t+p+l*h+e+c,`,`\kvzyxxxyl}^SF>;9(725<4F2Q0].i,w)'%#}#y#u"q#n"l$i$ies~}~thZNB5/-+*)5(?&J$V"d!r{xusso}}pdWJ>1$ +6AN\l~  ~~zyl`SF:.!  *6CRbtui]PC6*)6DUg}sgXJ=0$ '5DXmdžĥzk\NA5) "2DZto`QD8,"  -B\zteVH:/$(>]{m^QC7+$<[('&')08CP\dmt{ %$##%+3>KV_hov| "  %-9FQZbipv} )4@KT\djpw} $/:DNV^dkqw} )3>GPW_ekqw~  #-7AIRY`flsy   '1;DLT[bhnu}  +5>GOW^dkr{"  $ /9BKSZahpx}{y y x x $ $'&"*4 >"G#O#V$^$e%m%u%%$}#z"x usqppoo'!&031.*# &)%*0,:-C.K.S/Z/b/j~/r{/|y/v.t-q+o)m(j%i#h ggg)'09;:74002!4,566?7H~7P|8Xy8_w8gu8ps7zq7n6l5i3g1e/c-a*a(`&`$`$*+8ABA?<99;<)~=3{><y>Ev?Mt?Ur?]p?en>ml>wi=g<d;b:_7]5\3[0Z.Z,Z*Z*,1>GGGEB@A B{C%xD0uE9rEBpEJnERlEZiEbgDkeDubC`B]A[?X=W;V8U5T3T1T/T/.7DLLLKIFHyIuJ"qK-oK7lK@jLHhKPfKXcK`aJi^Js\IYHWFTDRBQ@P=O:O8N6N4N4/=JPPPPNLyNsOoPlQ*iQ4gQ=dQEbQM`QV]P^[PgYOqVN}SMQKNILGKDJBI?I<I:I8I82BOTTTTSzRsTmUiVfW'cW1aW:^WC\WKZVSXV\UUeSToPS{MRKPHOFLEIDGDDDAD?D=D<6HTXXXXXtXmZg[ c\`\$]].[]8Y]@V]IT\QR[ZO[cMZmJYyGXDVBT@Q?O?L?I?F?C?B?A=MY\\\\}\o^g`aa\bYb!Vc+Tc5Rc=PbFNbNKaWIaaF`kD_wA]>\)H(S&~_$}m"|} {xvrnjgdbbdrutsrvsku_yR}H<0& #"# -7AMZhx|wtpnlkn{{yx}xryf}ZNC8,  $.9 E Raq~zxwvy~{nbVJ>3($/;HWh{wk_RG;0$ $/<K]pth\OD8,!  !-<NczsfYJ=1%+;Pg҄Ϩ|l]NA4) );RnqbRD7+  %;Utyj[M@2&  9X|&###'-6BMW`hpv}#!"'0=HR[cjqw}!+7BLU]dkqw}&1<ENW^dkpv}  !+5?GPW^ejpv}  %/8AJQX_ekpw~  )2;DKSY_ekry #-6>FMT[agnu} &09AIPW]cjrz~|{{{    *4 < D L SZahpy|y w u srqqp "  %/8@HOV]e~m|vywtromkihhg g %*,+(% "+$4%<&D}&L{'Sy'Zw'bu'js'sp'~n'l&i%g#e!ca``__ .3431.*(*,'|-0z.9w/Au/Is0Pq0Xo0_m0hk0qi0|f/d.a-_+])['Z$Y"YYX )69:98531 }3x4#u5-r66p6>n7Fl7Mj7Uh7]f7ed7ob7z_6]5Z4X2V0T-S+S(R%R$R#!0<>??>;9{9v:r; o<*l=3j=;g=Ce>Kd>Sb>[_>c]=m[=xY<V;T9R7P5N3M0M-M+M)M(%6ACDDC@{>u?p@lAiB'fC0dC9aDA_DI^DP\DYZCaWCkUBvSAP@N?K<I:H8H5H2G0G.H-*;EGHHG~FvDoEjF fGcH$`I.^I6\I>ZIFXINVIVTI_QHiOHtMGJEHDEAD?C<C9B7B4B2B11AIKLLKzKpJjKdM `N]N"ZN+XO4VO<TODROLPOTNN]LNgIMrGLDKBI@G>D>A=>=;>9>7>66FMOOOOvOkOdQ^SZSWTTT(RT1PT9NTALTJJTRHT[FSeCRqAQ~>P`D<`M;`V9_a6^m4]z2\0Z.X-U-Q,N-K-H-F-EJXZ[[[u[k\__WaNdEg@g=g;g&9g/8g76g@4gI3fS1f^/ej-dx+c)a'_&\&X&U&Q&O&M'LR__`_|_q_ha\dSfJi@l7o 4o2o!0o*.o3-n<+nE)nO(mZ&mg$lu"j ifc`\XVTRZddddxdndeeYiOlFo;r0v)x'w%w$#w-"w6 w@vJvVuctrsqnkgda^\[djjihuhliakVoKrAv7y,} &09DP~^ }m |zwtp l i g e dmpon}mrmio]rRvFz<~2''2<IWfx~zwspnmxwutzspsewY{NB7-" (3@N^o|zy~|zzzm}aUI>3( )5BSf{vi]QF:/$ (5EXntg[OC8-!  %5H_yĘsfZK>1%"3Ie~n^O@4( 3LjvgXI;.! 4Pq"  #*4>IS\ckqx~#.9CLU]dkqw}(3=FNW^ekqw} #-6?HPX_ekpv} '09BJQX_djpv}  !+3<DKRY^djpw%.6>FMSY_ekqy  (19@GNTZ`fmu~~~ "+4;CIPV\biq{|ywvttss   &/7>ELRY`g}o{ yx vsqomkjiii   *2:A}H{OyVw]uesmqwnljgeca ` ``` $&%# %|.y6v>tErLp Sn Zl bj kh uf ca^\[YXXXX )+--*(%" {#w$!s%+q&3n';l(Bj(Ih(Pf)Xe)`b)i`)s^)\(Y'W%U"S!RQQQQ(/2331/|-x+s+o,l-'j.0g/8e/?c0Fa0M_0U^0]\0fY0qW0}U/R.P,N)M'L%K"K KK/47887}4w3q2m2i3f4$c5-a65_6<]6D[6KY6SW6[U6eS6oQ6{O5L4J2H/F-F*E(E%E#E!$59;<<;x9q7l8g9 c:`;"];*[<2Y<:Wl<f>a?]@Z@WA(UA0SA8QA?OBGMBOLAWJAaGAlE@xC?A>?<=9<7;4;1<.<,<+1=ACCDxCpBgBaC[EWETFQF%OG-MG5KG=IGDHGMFGUDG_BFj@Ew=D;C9A7>7;786673717/6BEFGGuGlGaG[IVJQK NLKL"IL+GL3EM:CLBBLJ@LS>L]R7=R?;RH9RQ8R[6Qf4Ps2O/N-L,I+F,B,?,<-:-9BJMNNxNnOdOZRSSKUDX?X=Y;Y$9Y,7Y46X<4XE2XN1XX/Wd-Vq+U)T'R%O%L%H&E&B&@'>IOQRRtRjSaTWVPXGZ?]7_ 4_2` 1_(/_0._9,_A*_K)^U'^a%]o#\~!ZXUROK H F DQTVV|VqVgW^XTZL]C_:b1f+g)g'g#&g,$g4"f=!fGfRe^dkc|a_\YUROMKYZ[[x[mZd[[\Q`Hb?e6h,k!o ooo&o/o8nBnMmZlhkx i g d a ] Z WUS_``_t_j_b_XbMfDh;k1o'rux y x x( x2w<wGvTubtrrpmifc_]\ffe}dqdhd_eThIl?p6s,v"z} !+5@M\~l}zwspljgfmlkyjoigi[mPqEu:y1|' ",8ETey{xtsqtrqwooocrWwL{@6,!  #.:J\p}{ywxvly_~SG<1'".=Od}vi\PD9.# !/@Umtg[NB8-" /C\y؜th\L>1%  -EdsdTE7).Hj '1:CLU]elrx~!)3=FOW_flrx~$-7@IQX_fkqw~  (1:CKRY_ejpw~ #,4=DLRX^djpw &/7?FLRX^dipx!)19@GMSX^djrz$,4;BHNSY_fmv}{yyxwv '/6=CIOU[b~i|rz}xvsqpnmlll !*28?~E|KzQxXv_tgrppzmkigecbbaa %|-y 4v ;t Bs Hq Oo Vm]kfiofzda _ ] [ZYXXX ~ zv s)p1n8l>jEhLfSd[bc`m]x[YVTRQQP P P "%''%}#x urnk%h-f 5d ;b!B`!I^"P\"XZ"aX"jV"vT!Q OMKJJIII#(+,,~+w)r'n%j$ g%d&"a'*_(2](9[(?Y)FW)NU)VS)_Q)hO)tM(J'H&F#D!DCCCC)-011y0r.m-h+d, `,]-[.'X./V/6T/=S/DQ/KO/TM/]K/gI/rF.D-B,@)>'>$>">>>$-145~5u5n3h1b1^2Z2W3T4%R4,P54N5;M5BK5II5RG5[E5eC4q@4>3<1:/9,9)9'9$9"9 +1589z9q8j8c5]7X8T8Q9O9"L:*J:1H:8G:?E:GC:PA:Y?:c=9o;9}987654414.4+4)4&5%059;<w<n<f<]:X<S=N> K>H?F?'D?/C?6A@=?@E=?Mn5>|3<1;08.6/3/0/-0+0)59=>?t@j?b@X@RAMBHCEDBD@E$>E,=E3;E;9EC8EK6EU4D`2Dl0Cz.A,@*=):)8*5*2+/+.9>@B|CpCgC_CTENFHHBI>JBDFxFmFdG[GQJKKDL=O7P 4Q2Q0Q&/Q.-Q5,Q=*QF(PP&P[%Oh#Nw!MKHEB?< 9 8CFIItJiJ`JXKNNHOAQ9S0W,X*X(X"&X*%X2#X:"WC WMVYVeUtSQOLHEB@>IKM~NqNfN]NUOLQES=V5Y,\#_ ___%_-_6_?^I^U]c\rZ X V S OLIGENQRyRmRcRZRRSIVAY9[0^'behhg g(g1 g: fE fPe^dmb`^[WTPNMUVWuWiV`VXVPXE\=_4b+e"hk oppp"o+o4o?nJmXlhkyifc`\YWU\\\q[g[^[V[K_Ac8f/i&mpsvx xyy$y.y8xDwRvbussqnjfca_bbzan`e`]`RcGg}3)  (5FZqw~uvtkv^{QF:/%(8Le}uh\OC8-"  );Sn̒ȿth[OB8-" *@[{wl`PA1$ )De%,4=GPX_fmsy%.8AJRY`flry   )2;DLSZ`ekrx $-5>FMSY_djqw '08?FMSX^cipx"*29@GMRX]cjqy %-4:AGMRX]dks~~|{z (/6<BHMSX_fn}x{ywusrqppo "*17=C}I{NyTx[vbtjqtomkihffeee ~%{,y3v9t?sEqKoQmXk_iggqe}ca_]\[ZZZ  ~{yu r(p/m5l;jAhHfNdUb]`f^p\}YWUTRRQQQyus q m j $h+f2d8b?`E^L\SZ\XeVpS|QNLJ I IIII  !!x rnki eb `(^/\5Z<XBVITQRYPcNmKzIGDCBBB B B !%&{'s&m$h"d a^[Y %V!,T!3S"9Q"@O"GM"NK#WI#aG"lD"yB!@ ><<<<<<!')+w+n+h)c'^&[%X%U&R'"P')N(0L(6J(=H)DG)LE)UC)_@(j>(w<':&8$6!66677 &+-~/s/j/d.^,Y+U+Q, N,L-J-&H.-F.4D.;B.BA.J?.S=.];.h9-u6,4+2)1&1$1!122%*/1{2o2g2`2Z1T0O1L1 H2F2D3$B3+@32>39=4@;4H94Q73[53g32t11/0-.++,),&-#-!.).24w5l5d6\5V5O5J6F7B7@8>8!<8):9099679>59F49O28Y08e.7s+6)5(3&0&-'*(((%)#-257t8i9`9Y9R9I:D;@<<= :=8>6>&4>-3>41></>D.>M,=X*=c(m?c?Z?R@JACC=D7F0H,J*J(J &J'%J.#J6"J? IHISH_GmF~DB?<9642;?AvBjB_BWCOCGEAF:H3J,M$P !Q QQ#P+P3P;PEOPO]NkM|K I F B?<:8@CErFfF\FTFLGEH>J7L/O(RVXXXX'X/X8 WA WL VYUgTwRPMIFC@?FH|InJbJYJQJJJBM:O3R+U#X[_ ```"_*_3_<^H]T\c[sZWUQNKHFLMwNjN_NVNONHO>R6U.Y&\_b eg hhh$g-g7gBfOe]dnb`]ZWSQORSrSfS\RURNRDV:Y1])`!cfiln oppq'q1q<pHoWnil|kge`]ZYY|YnXcX[WTVJZ?^5b,e$iloruwx yz{ |)}4|A|Pzbyvvtpmhfd_w_k^b][\P_Ec:h0l'psv y| !,9HZo~{xtpfseiccbXeLiAn6t+x!|  #/>Qg}mrkkialTqHv<|1& "1CZu|ttrkt^yQE9.# #4Kg|v}i]QD7,! $8Rrvk_TG;-"&>] (09BKS[agmsz !*3<EMU[aglry  %.7?GNU[`fkqx  )19@HNTZ_djpx#+3:AGMSX^djqz &-4;AGMRW]cjr~ (/5<AGLRW]dlw~{yxvvuts #*06<AGL}R{Xy_wguqr}pnlkjiihh~%|,z2x8v=tBsHqNoTm[kcimfxdba_^]]^^| xvt!q'o.n4l9j>hDfJdPcWa`_i]u[YWUTTTTT { v sp nki#g*d0b6a;_A^G\NZUX^VgTsQOMLKJJJJ {snjh gda_&],[ 2Y 8W >V ET LR TP ]N gK sI F D CBBABBumhc`_]ZX"U)S/R6P<NBLJJRH[FfCrA?<;: : :;; {!p!h!b ^ZXUSPN&L-J3H9G@EGCPAY?d<p:8643445 5 !$v%l&d%]%Y#U!RO L J G!#E!*D"0B"7@">?"E="M;"W9"b6"n4!}2 0...//0 %'s)h)`)Y)T'P%L%I%F&C&A'!?''>'.<(5:(;9(C7(K5(U3(`1'm.'|,%*$)!()**+$(}+o,e,],V,P+K*G*C+@+=,;,:-%8-,6-25-93-A1-J/-S--_+,k),{'*%(#&##$!%&&"(+y.l/b/Y/R/M/F/A/=0:1 715242#22)120/27-2?,2H*2R(2]&1j#0y!/ -+(% "! "&+/v1i2_2V2O2I2B3<4854617/7.7 ,7'*7.)75'7=&7E$7P"7[ 6h5x42/-*'$"*/2r4f5\5S5L5F6>7984:/;+< )='=%=$$=+"=2!=:=C4?.A'D GJ JJJ%I,I4I> IH HT GaFpEC@=:74 29<u=g>[?R?J?D?>?7A1D*F#ILP Q Q Q!P(P0P9ODOPN]MlLIGD@=;8>@pBcBXBOBHBBB;C3F-I&LOR UX XXX$X,W5W?VKVYUhS{ROLHEB@D|ElF_FUFMFFE@F8I0L(O!RVY\^ __``'`0`:_F_T^d\vZYUQNJIJuKgK[KRJKIFI^C\J[QYYWbUmSzQOMLKKKM w pkhe ca_]%[*Z0X5W:U@SGRNPVN_LjIwGEDCBBCC zphc_ ]\ ZXV!T'R-P2O8M=KDILHTE^CiAv?=<:::;; tjb]YVU T Q O M $K *I 0G 6F <DCBK@T>^<j9w7 5 4 33334 }oe]XSPNL JHF!D'B-@3?9=A;I9R7\5h2v0.,+ , ,-.xk a!Y S NKHFCA?=$<*:1877>5F3P1Z/g,u*(&%&'( ( u"h#^$V$O#J#F!C@= ; 9 7!"6!(4!.2"51"</"D-"N+"Y)!e'!s% #!  "#$#q%d&Z'R'L&G&B%>$;%8%5&3&1&0&&.',-'3+':)'B''L%'W#'d!&r%#!"}&n(a)W*O*I)C)>)9)5*2*/+-+,,*,#(,*',1%,8#,@",J ,U+b+p)(&#  %z)k+^,T,L,F,@,;,4.0/-/*0 '1%1$1!"1'!1.161>1H1T0`/o.-*'%"$)v,g.[/Q/I/C/=/8011-2)4$5 6677%7,746<6F6R5_5m 3~ 2 0- * '$"(,r/d1X2N2G2@2;253/4+5&7 :< <<<"<)<1<: 48536-7(9";>A C C C B&B-B6B?AKAX@f>w=;952/-2z5j6\8Q8H8A7;76819*;$>@CFI JII"I*I2H;HGGTFbEsDB?;8637u9e;X;N;F;?:::5;->'@ CFI LO PPQQ%Q.P7PBOON^MpKJFD@<;<o>`?U?K?C>>=9=1@)D#FJM PSUV WXY!Y)Y2Y=XJXZVlURQMJEB{BjC\DQCIBBA>@5C-G%KNQ UW[]^ `abc#d-c8cEbUaf_}]ZVSPMtHdHXHOGHFCE:H1K(P SWZ^`dfgi jkmn&o1o>nNmakwifd_\YmN`NUMNLIJ?L5Q,U"Z^aehjnqrtv wy{~)6~F|YzoxtqliehT]TUROPFR;W0\&afimqtwz}!-=Qgxte[\YWWNYA^6d+i ot w{ $3G^zda__W`Jf=l1s&x~ (;SphgagTmHs2& 1Nq  (09AIQX^djpv~  "+3<CJQW]ciov~ &.6=DJPU[agnv (07=DIOTY_fnw ")07=CHMRX^foy|zz $*17<AGLQW^gq}}zwtsponn%+17<}A{FzKxQvXt`rjpumkigedcbc{ xwu t&s,r1q7o;m@lFjLiRgZedcoa}_\[YXXXYxsomkih"g'f-e2c7b<`A^G]N[UY_WjUwSQONMMNO~tmiec a_^]#[)Z.X3W8U=TCRJPRO[MfKrIGEDCCDEvkd`]ZX WUS R%Q*O/N4L:K@IFGOFXDbBp@><;;;;<| o e ] X U SQ ONLJ"I'G,F1D7C=AD?L>V<`9m7|6433334 vi_XRNL J I HEDB$@*?/=5<;:C8K6U4`2m0|.-,+,,- qd[SMIFDBA ? = < !:'9-745:3B1K/U-a+n)~' & %%%&& }m`WOIDA>=; 9754%2+01/8-@+I)S'_%m"}   !yi]SLE@=:7531/.",(*/)6'>%G#Q!]k{  uf Z!P!H!B!=!9 5 2/- + ) ( &!&%!-#!4!!< !E!P!\ jzq c#W#M$E$?$:$6#2#-$*$(%%%#&"& &$&+&2&:&C&N&Z%h$y# !   n#`%T&J&C&<&7&3&/')(%)"*+ +++"+(+0+8+A+L+Y *f )v '&#   |#k&\(Q)G)@):)5)0),*&+#,.0 0111&1-15 0> 0I0U/c.r-+(%""x'g)Y+N+D,=+7+2+.,),%. /146 6 6 6#6*626;5E5R4`3p21.*'%"&s*c-U.J.B.;.5.0.,.'/"1368< <<< <'AK@Y?j>}<;751.{0i3Z4N5D4<47323.3'5!8;=@CFG HIJJ'J0J:IFIUHeFzDB>;86u5d7V8J8A8:76625+8#;>AD GJMN OQRS"S+S6SARPQaOvMJIDB>n;^<Q<G<?;::69.;'>BEI LORUWX Y[\^&^0]<]K\\ZpXVRPKIh@YANAE@>>;=3?*C"GKO RUX[^`ac dfh j*j6iEhWfkda^\VTbFUFKEDD@B8D.H%MQU Y]_cfiklnp rtw#y/x=wOuds~plig`\LRKKJFG>I3N)SY] aeiloruwy{~ &5G\v~yvpYRRPMNEP9U.[#`f joswz}+=SmYXUUMVA\4c)iou{~!2Hc]]V^Jc?j3p'w~ '=XyaeUkJq@x4),Hi  $-5=ELSY^djqy'/7?FLRX]bhox!)18?EKQV\bhoy #+28>DJOUZ`gpz~}| %+28>CHMSY`hrytqoo&,17<AFLRY}a{jyuvtqolhfed }|{ z&y,x1w7u<sAqFpLnSlZjdhnf~dba_\ZZZxtqomkj!j'i,i1g6e;d@bFaM_U]^[hYwWUTRQPPP|rlheb `_^^"](\-[1Y6W<VATHSOQYOcMqKJHFEEFFqhb^[XV UTSR#Q(P-N2M7K=JDHKGTE^ClA|?=<<;<>wi`ZURON LKJI H%G*E/D4B:A@?H>Q<[:h8w6543346oc Z S MJHFE CBA@">'=,<1:79=7E6N4Y2e0t.-,+,,.zj ^UMHD A ??=<:97$6)5.342;0C/L-W+c)r'&%%%%%u fZPIC>;98 8 6531!0'/ ,- 3, :* B( L& W$ c" r   qbVLE?:74321 /-,*%)+'2%9#B!LXet   m^SIA;730.,* )'&$##)!07@JVds {i[OF>840-*'%# !  '.5>IUbr       wfXLC<61-)&"      % , 4!< G R _ntcU I!@!9!3!.!* ' #!"#$%%%%"&) %1 %9%C%O$\$k"}!p_!R"F#=#6#1#,#(#%#!#%&(* * ** *&*.*6*@*L)Y)h(z&$!l!\$O%C&;&4&/%*%&%#%&()+ . 0000#0+03/=/H/V.e-x+)&$ z!h%X'K(@(8(2(-(('%'"'*+- 034556 6(505:5E4S4c2v1/-)&$u%c)T*G+=+6+0*+*')$)+.02 589 :;<<$<-<6? @BCE D)D2D>CKB\Ao?=:942i/Y1K2@28120./+.$0369 ;>ADFH IKMN$N.M9LGKWJkHFCA<:c4S5G6=56413.1(3 7:= @CFIMOPR TVXY)Y4XBWRVfT~QNKIC\:N:C:;96735,7#;?C FIMPSVXZ\^ `ce#f/e<dLba`x]ZVTQV?J?A>;<7:0<'?DI MQTX[^adfhjl oru't5sEqYoqmiea]REHDAB=?6A+F!KP UY^adgjnpruwz|  -=QjzvqlOJHHDF=G1L&RX^cgkoruy|~ $5Ia}OPKMDM8S,Z `g mrv{ *>WuSTMTAZ6a*gnu|3Lj‘W\LaAg6n+u|(A`ڻ  (08?GNU[`fls{ "+2:AHNSY^eks} $,3:@GLRW]ckt}| &-39?EJPU\ckv{urq  '-38>CHNT[cmy~{ytnigf !'-27<}A{FyMwTu\seqqomkhea^]\|ytsrqp!o'o,o1m6l;j@iFgMeUc_ai_w][YXURRR|snife cbba"a'a,_1]6\;Z@XGWOUXScRpPNLKIHHH|pga]ZXW VUTS"S'R,P1O6M<LBJIHSG^EjDzBA?>>>?rf]WSPNL JIIHH#G(F,D2C7A>@E>N=Y;e:t8764467zk_VOJGECA A@?? >$<);.:48:7A6J4U3a1o/.,,,-/sdYOHC?=;:9 8776!5&3+2017/>.G-Q+^)m(&%$%%'n`S J C = 9 6543 210/.#,(+.*4);'E&O$["j!{!|i [ OE>94 1 / . -, +*)'!&&%,$2":!CMZhzwe WKB:50-*)( ' & $# "  $ * 1 9 B N Z hys bTH?72-*'$#"  #*1:DO\ j z   o^QE<5/*'#!!(/8 A LXfw  k[MB92,($!  % , 4=HUdt |hXJ?60*%" " ) 1 : ERas wdUG<4-(#  !#$$$ $'$/$8$B$O#_#p!s`QD : 1 + & "! #%' ()**$*,*5*@)M)\(n&%"n\M!A"7#/#)"$" !  !#% '*, -/00!0)020=/J/Y-l,*'&!i X#I$=%4%,%'$#$ #"#%( *,/13 4677&7/696F5V4i31/,*&c%S'E(:(1(+'&'"% $&(+ -/2579 ;=??"?+?6>C=R@B DGII'H2H?GNE`CxB?<97W.H/=/4/-.),'*!,/2 58;>ADFIKM PRU"T-T9SIQ[OsMIFB@Q3D4:322-0+.$037 ;>ADHKNQSUXZ ]`b'a4`C^V\lYWSPJK8@88725/3)4 8<AEILPSWZ]_bdgjmq r-q<oOmeifb^XG>>=8;58.9$=CHMRUZ]adgjloqtx{&5G]|zxsohDC>A;>5>)DJPV[`dhkorux{~-?Vr{EHAECHNU]g}t{xusleb`_}{zzy"x'w,w2v7t<rApGoNmVk_ikfzedb_YVUTxqnkj hgff"f'f,e1d5b:a@_G]P[YYdXqUTRRMKKJ}qhc_]ZY XXWW"W'V,U0S5R;PAOIMSK]JjH|GEDBA@@qe]VSOMLK KKJJ"J'H,G1F6D<CCAL@X>d<u;:98778vg\SMGECA@ @@?>=#<(;,92887?6G5S4_3o10/...0n`TKD?<:876 55543$2)1.04/;-C,O+[*k)}(&&%'(yhYNE=8521/. . ---+ *%)+(1'8&@%K$W"g!y "tcTI?83/,*((' '&&%$"#(".!5 =HTcto_PD ; 4 / * ' $#"! !   %+3;ERask[L A 8 1 + & #    #)1:DP_ p  {gW I>5.(#          ! ( 0 9 D Q _ o wd TF;2+%!     '.7AN\m r ` PC8/(#   $+4?KZk o ]M@5-&!   ")2<IXj~ kYJ=3*$  '/:FUf}gUF:0("  ! #$$$$%-$7$D$S#e!{ bQB7-&  !#% (***"***4*A)P)b'x&#!]M?3 * # !$&)+- /111(111>1L0^/t,+'$#XH!;"0#(""!  "%'),/13 68::$:.::9H8[6p42/,)R#C%7&-&&%!$" !# &(+.1479<> ADE D*C6BDAW@l>;852L(>)3*+)%(!&#$' *-0369<?ADGJ MPP%P1O?MRKgIFC?;F-:.0-),%*#'(,/369=@CFILORUX\_ ^,]:[MYaW{SPKFA262.1*/',",159=ADHKORUX[^ae imp&n4lFj[gtb_[S<746/4-1'16;@EINRVY]`cehkorw {->S{lvrod:<5:27-7"<B HNTX\aeiloruy| %6Kdx;@8=4<(BIPX^dilquy}-B\|?D@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~mft1!  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06<'D8KLSaYv]`aѻa̴bƭccѻdۻdۻdۻdۻdۻdۻdۻdۻdۻdۻdۻdۻdۻdۻdۻdۻd' * 06<&C7KLRaWv[]^Ǽ_`aıa̩cԩcԩcԩcԩcԩcԩcԩcԩcԩcԩcԩcԩcԩcԩcԩcԩc' * 06<&C7JKQaUwY\]^__`ǟbΟbΟbΟbΟbΟbΟbΟbΟbΟbΟbΟbΟbΟbΟbΟbΟb' * 06<%C6IKOaTvX\]]^_`—bȗbȗbȗbȗbȗbȗbȗbȗbȗbȗbȗbȗbȗbȗbȗbȗb& ) 06<$B5HJN`SuX[\]^_`bbbbbbbbbbbbbbbbb& ) 07<#B4GIL_SsWZ\]^_accccccccccccccccc&* 17EFTOaTlYt\z_~a{cwfrhrhrhrhrhrhrhrhrhrhrhrhrhrhrhrhrh$,550 71=ADONZTcYj\o_r{buwdxsfzpi|pi|pi|pi|pi|pi|pi|pi|pi|pi|pi|pi|pi|pi|pi|pi|pi|%.4*. 5/;7G={OAvUErZGp\Im^JkaKicMheNheNheNheNheNheNheNheNheNheNheNheNheNheNheNheNheN# &-!4(;.xC3sK6oQ9lV:jYe_?da?da?da?da?da?da?da?da?da?da?da?da?da?da?da?da?da?}' ) .4:#C2LCUV^hfynu{⟀ߚۖՑwwwwwwwwwwwwwww}' ) .4:#C2LCUV^hfynu{⟀ߚۖՑwwwwwwwwwwwwwww}' ) .4:#C2LCUV^hfynu{⟀ߚۖՑwwwwwwwwwwwwwww}' ) .4:#C2LCUV^hfynu{⟀ߚۖՑwwwwwwwwwwwwwww}' ) .4:#C2LCUV^hfynu{⟀ߚۖՑwwwwwwwwwwwwwww}' ) .4:#C2LCUV^hfynu{⟀ߚۖՑwwwwwwwwwwwwwww}' ) .4:#C2LCUV^hfynu{⟀ߚۖՑwwwwwwwwwwwwwww}' ) .4:#C2LCUV^hfynu{⟀ߚۖՑwwwwwwwwwwwwwww}' ) .4:#C2LCUV^hfynu{⟀ߚۖՑwwwwwwwwwwwwwww}' ) .4:#C2LCUV^hfynu{⟀ߚۖՑwwwwwwwwwwwwwww}' ) .4:#C2LCUV^hfynu{⟀ߚۖՑwwwwwwwwwwwwwww}' ) .4:#C2LCUV^hfynu{⟀ߚۖՑwwwwwwwwwwwwwww}' ) .4:#C2LCUV^hfynu{⟀ߚۖՑwwwwwwwwwwwwwww~' ) .4:"C1KCTV\id{krvzܞ~ؙϑ~īwīwīwīwīwīwīwīwīwīwīwīwīwīwīw& ) .4:"B1JCSV[jb|hmqݨtڢw֝{˒}ɯ|yͧ}ǧ}ǧ}ǧ}ǧ}ǧ}ǧ}ǧ}ǧ}ǧ}ǧ}ǧ}ǧ}ǧ}ǧ}& ) .4:!B0ICRVYj`}ei޴kۭnاpԡr̛xήvФ|ʤ|ʤ|ʤ|ʤ|ʤ|ʤ|ʤ|ʤ|ʤ|ʤ|ʤ|ʤ|ʤ|ʤ|& ( .4:!A0IBQVXk^beۺfشgԮjϪnɦsЮuҡz̡z̡z̡z̡z̡z̡z̡z̡z̡z̡z̡z̡z̡z̡z& ( .4: A/HBPVVk[_aӽ`ͶcǰehʺlаtӠyΠyΠyΠyΠyΠyΠyΠyΠyΠyΠyΠyΠyΠyΠy&( .4: @/HAOVUlY\^Ⱦ__a³cɬfϤmҟxΟxΟxΟxΟxΟxΟxΟxΟxΟxΟxΟxΟxΟxΟx&( .4:@.GANVSkX\]^^^_Ǡb͙hЕrΕrΕrΕrΕrΕrΕrΕrΕrΕrΕrΕrΕrΕrΕr%( . 4:@-G@MURkW[\]]^_`ȏe̋l̋l̋l̋l̋l̋l̋l̋l̋l̋l̋l̋l̋l̋l̋l%( . 4:@,F?LTQjV}Z\]]^_aeŃjǃjǃjǃjǃjǃjǃjǃjǃjǃjǃjǃjǃjǃjǃj%' . 4:?+F=JTPiU{Y\\]^`be}i}i}i}i}i}i}i}i}i}i}i}i}i}i}i$' . 5:?)C=HSOgUyX[]^_ac|fxixixixixixixixixixixixixixixi$'/ 5;>(@=GRNeTuX[]_`b}dwgsjsjsjsjsjsjsjsjsjsjsjsjsjsjsj#(/ 6<;(>=DQMbSpW|[^`b}dwfsiokokokokokokokokokokokokokokok#(07 96)==GFPNVT|[Xw_[tb^qe_ngalicikdgmegmegmegmegmegmegmegmegmegmegmegmegmegmegme"*%!(.#5-<5D=MCzTGuZJr]Mo`OlbPjdQhfSfiTekUekUekUekUekUekUekUekUekUekUekUekUekUekUekU!#%+2&9-~@3wJ8rQ;nW=lZ?j]Ah_BfaCecCceDbfEbfEbfEbfEbfEbfEbfEbfEbfEbfEbfEbfEbfEbfEbfE  !'. 6%u<*nD-jL0gQ2dU3cX4bZ5a\5`^6_`7^a7^a7^a7^a7^a7^a7^a7^a7^a7^a7^a7^a7^a7^a7^a7v' ( ,29A,K;UK_[ijsv|𖄉쓌萓匘≝ކ}trrrrrrrrrrrrrv' ( ,29A,K;UK_[ijsv|𖄉쓌萓匘≝ކ}trrrrrrrrrrrrrv' ( ,29A,K;UK_[ijsv|𖄉쓌萓匘≝ކ}trrrrrrrrrrrrrv' ( ,29A,K;UK_[ijsv|𖄉쓌萓匘≝ކ}trrrrrrrrrrrrrv' ( ,29A,K;UK_[ijsv|𖄉쓌萓匘≝ކ}trrrrrrrrrrrrrv' ( ,29A,K;UK_[ijsv|𖄉쓌萓匘≝ކ}trrrrrrrrrrrrrv' ( ,29A,K;UK_[ijsv|𖄉쓌萓匘≝ކ}trrrrrrrrrrrrrv' ( ,29A,K;UK_[ijsv|𖄉쓌萓匘≝ކ}trrrrrrrrrrrrrv' ( ,29A,K;UK_[ijsv|𖄉쓌萓匘≝ކ}trrrrrrrrrrrrrv' ( ,29A,K;UK_[ijsv|𖄉쓌萓匘≝ކ}trrrrrrrrrrrrrw& ( ,28@+J;TK^\gkpyy闉哐⎕ߋօzqpppppppppppppx& ( +28@+I:SL\]enm|u}朄▊ߒێ̃wsttttttttttttty&( +28?*H:QLZ^cojry~ܕؑ€twxxxxxxxxxxxxxz&' + 28?*H:PLX_`qgntyޞ}ژӒy{|||||||||||||{%' + 28?)G9OLW_^rekoߩrۣv՟}ϛèà|%' + 28>)F9NLV_]schjܰn֫sЧyʣ¸ĥŜ}%' + 28>(E9MLU`[s`dݾgֹkѳpʮué{÷ƢƘ~%' + 28>(E8LKT`Yt^aeϽhȸl³qwõ~ơǕ~%& + 28='E8LKR_Xt[_bľehlpéwƟ~Ȓ$& + 28=&D7KJQ_VtZ]_bdgkžqƘzǎŒ$&+ 28=%D6JIP^UsY\]^`cfkčsƊˆ$&, 28=$C4IHN^TrX[\\]^bfn{$%, 28="C2GHM]SpWZ\]^_aeyjutuyuyuyuyuyuyuyuyuyuyuyuyuy#%, 3 8= @2DGK[RmW}Z\^_aczftjoqntntntntntntntntntntntntnt#%,3 9<<2CFJYQiVwY\_aczetholjqisisisisisisisisisisisisis"%-4 :8;2@EHVPeVqY{]`bzeugpjkmgrfsfsfsfsfsfsfsfsfsfsfsfsfs!&.672 92?BGQO^UiZq]xa}zcvfqhmkindsctctctctctctctctctctctctct &/5.1!80=?EKNVU_Zf^l{bpvdsrgvoixklzho|dr~cscscscscscscscscscscscscs'0.'/ 6-<9CDLMTTZZ{^^vbaredohfljhiligokcrmcsmcsmcsmcsmcsmcsmcsmcsmcsmcsmcsmcsmcsm',&,3)93@;JCRHyXMt]Pq`RncTkeVihWgjYemZbp[bq\bq\bq\bq\bq\bq\bq\bq\bq\bq\bq\bq\bq\$ #)0$7,=2}G8wO&I3TA_Oj\ugpw}󇚁쁦|ysoooooooooooop' {( + 07>&I3TA_Oj\ugpw}󇚁쁦|ysoooooooooooop' {( + 07>&I3TA_Oj\ugpw}󇚁쁦|ysoooooooooooop' {( + 07>&I3TA_Oj\ugpw}󇚁쁦|ysoooooooooooop' {( + 07>&I3TA_Oj\ugpw}󇚁쁦|ysoooooooooooop' {( + 07>&I3TA_Oj\ugpw}󇚁쁦|ysoooooooooooop' {( + 07>&I3TA_Oj\ugpw}󇚁쁦|ysoooooooooooop' {( + 07>&I3TA_Oj\ugpw}󇚁쁦|ysooooooooooooq&}( * 06>&H3SB]Ph^rj|t|􎏂쇝鄣恨yqmmmmmmmmmmmmr&~' * 06=%G3QB[Qe`omxy𒊊돒狙䇟~unqqqqqqqqqqqqs&' * /6<%F2OBYRcblqt}}옆甎䏔مzqrttttttttttttu%& ) /6<$E2NBWSadisqy鞁嘈܍͂wrvxxxxxxxxxxxxu%& ) /5<#D2MBVS^efunu|✂ޕؒȈ~wz||||||||||||v%& ) /5;#D1LBTT\fdwkrwߡ}؝љĐ|~w%& ) /5;"C1KAST[fbxhms٨zТʞx$&) /5;"C0JARTYg`yejܶpҮvʧ}ãy$%) /5;!B0IAQTXg^zbhֽn̴sĭyy$%) /5; B/I@PSVg[{aglƻpv|z$%) /5; A.H?OSUgY{_dhmrx{#%) / 5;A-G>NRSgXz]aehmrw}#$) 0 6;@+G=LQReWxZ^adglqx~~~~~~~~~~~~~#$)0 6;@)F;JPQdVvY\]`cfkq{zyyyyyyyyyyyyy"$)0 6;@'B;HOPbUsX[]^`b{fvkqsnpppppppppppp"#*1 7<<'@;FNO`ToX}[^`b{dugpkkqgyffffffffffff!#*18 :7(>:DLM\SjXv[^a|dvgpilmgqcxa~a~a~a~a~a~a~a~a~a~a~a~ #+28 46(=9BILWScXn\v_}~bwerhnkinds`x^}^}^}^}^}^}^}^}^}^}^}^}#,43 -5(;7AEJQR[Xd\k`pycusfxoi{kl}hods_w]{]{]{]{]{]{]{]{]{]{]{]{$,1& ,3'93??HIQRWY\_yactdfpgimjkjlmgoocrq`ws]zt]zt]zt]zt]zt]zt]zt]zt]zt]zt]zt]zt$+'#*1$7/=8FAOGVMx\Qt`UpcWlfZji[gk]en^bq`_ua]xb]xb]xb]xb]xb]xb]xb]xb]xb]xb]xb]xb"$!'- 4);1B7|L.rG2nO5jU7gY9e];d__f>]i?\l@ZoAZoAZoAZoAZoAZoAZoAZoAZoAZoAZoAZoA  &-y4!q:%jB(fH*cN,aS-_V.]Z/\\0\^0Z`1Yb2Xe2Wg3Wg3Wg3Wg3Wg3Wg3Wg3Wg3Wg3Wg3Wg3Wg3  "y)q0j6d<aB!^F"\J#ZN$YP$XS%WU%VW&TY&S\'R^'R^'R^'R^'R^'R^'R^'R^'R^'R^'R^'R^'i't( ~* .5'F6MHU[[nbiѼpDzu|v#$&- 39>&E5LGSZYn`~gmrxw##&- 39>%E4KFRZWm^~ekpu|x"#'- 39>$D3JDPXVl\|bglrx~~~~~~~~~~~y"#'- 39="C0HCNWUjZ{^chlrxxwwwwwwwwwww{!"'.4 9>B/FCMVShXy[_cglq~xyurqqqqqqqqqqq}!"'.4 9==/DBKTReWuZ\_cgxksqnxk‚iÒkġkġkġkġkġkġkġkġkġkġkġ !'.5 :9cInTy]djos{vxyu{r}n~ih}iyiyiyiyiyiyiyiyiyiyh%t%~' + 28@&K2V?`KkWvaiqv{~{wrmjlm}m}m}m}m}m}m}m}m}m}i%u%' + 18?%J2T?^LiYsd}nv}쁥}yrlmoppppppppppk$w%& + 17>%H1R?\Nf[phzs|쌍臖䂟~{upqsttttttttttl$x$& + 17>$G1P?ZNd]mkvw叇ۈօςzuuwxxxxxxxxxxm$y$%+ 17=#F0O?XOb_jnr|zޕؒю̋ljzy{||||||||||n#{#%+ 17<"E0N?VO_`gpnޢw֝ϘɔÑ}o#|#%+ 16TO]adrlשtΣ}Ǟp#}#$+ 16SO[abr۸jЯrȨyq""$+ 16<B-J=QNYa`qhʶov~r""$+ 1 6;B+I;PMW`_qf~Ľls{s""$+1 6;A*H:NLU_]pd}jqw~u!!$+1 6;@'G7LJS^[na|hnt{{zzzzzzzzzzzv!!$+1 7;@%D6KIR\Ym_zekrxƀÉ}usssssssssssx  $+27<=#B5HHPZWk\xaflry}ɁwnjsǗn¡lllllllllll{%,28 :8$@5FGOXUgYu]bg~lwrqylʂhʍeʙeɩeeeeeeeeee~%,3848$?5DEMTTbYn\y`|ctgmmgsc{_΄]Ϗ\Р]ӯ]ӯ]ӯ]ӯ]ӯ]ӯ]ӯ]ӯ]ӯ]ӯ%,33 .7$=3BBKOS[Yf]oavwe|pijmdr_x[׀W։T֖T٢T٢T٢T٢T٢T٢T٢T٢T٢T٢%,1% .5$;1A>IIRSX\^czbisfnmjrhnvcsy_x{[~}W~SPPPPPPPPPP$*&# ,3#9.?9GBPJXQ{]Wub\og`jkcfofbsh_xj[}lWnToQpQpQpQpQpQpQpQpQpQp"## *0 6*=2E:NAzVFt\JoaNkeQgiTdmVaqX^uZ[z[X]U^R_R_R_R_R_R_R_R_R_R_  &,3$:+~A1wK6qS:mY>i^@fbCcfEajF^nH\qIYuJWzLTMRNRNRNRNRNRNRNRNRNRN  "(/~6$t=(mE,iN/eT1cY3a]5_a7]d8[h9Yl:Wp;TtP~>P~>P~>P~>P~>P~>P~>P~>P~>  $}+t2l9 g@#cF%`L']Q([U)YY*W]+Ua,Td-Sg-Qk.Op/Mt0Mt0Mt0Mt0Mt0Mt0Mt0Mt0Mt0Mt0ۼ   } t'l.f4a9]?ZDXHVLTP SS QV!PY"N\"M`#Kd#Ig$Ig$Ig$Ig$Ig$Ig$Ig$Ig$Ig$Ig$} s k"e)_.[3W8U<S@QCPFNIMLLNKQITHWFZFZFZFZFZFZFZFZFZFZ[(e(m* s-x2z:~C!|Q)y^1vk8rw>pBnFmIlKjMiNgOePcQaR`S_S]T\T\T\T\T\T\T\T\T\T[(e(m* s-x2z:~C!|Q)y^1vk8rw>pBnFmIlKjMiNgOePcQaR`S_S]T\T\T\T\T\T\T\T\T\T[(e(m* s-x2z:~C!|Q)y^1vk8rw>pBnFmIlKjMiNgOePcQaR`S_S]T\T\T\T\T\T\T\T\T\T[(e(m* s-x2z:~C!|Q)y^1vk8rw>pBnFmIlKjMiNgOePcQaR`S_S]T\T\T\T\T\T\T\T\T\T](g'o) v, z2}9B!O*}\2zi:uu@sEqIpMnOmQlSjTgUeVcWbX`Y^Y]Y]Y]Y]Y]Y]Y]Y]Y]Y_'i'r( y+ ~18@!M*Y4f<{rDx~JvOtSsVqXpZm\j^h_f`daba_b```````````````````&k&t' |* 07?!K+W5c>oG}{NzTxYw\u`sbpdmfkghiejcjcgcececececececececeb%m%v' * 07>!I+U6`@lJwRY|^zcxgujrlpnmpiqfreqflgigigigigigigigigid%o%y& ) 06= H+S6^BiLtV^d}jznwrturwnyj{gzhvipjmjmjmjmjmjmjmjmjme$p${%) /6< F+Q7\CfOqY|ckq}wy{urokj€lzmumqmqmqmqmqmqmqmqmqf$r#}%) /5<E*O7ZDdQn]xh튂q鄌y~{yxvpnpqyquququququququququh#t#$( /5;C)M7WEaSk`tl}wሆ܅ւр~|vstu}uyuyuyuyuyuyuyuyuyi#u"$( / 4:B)L6UE_ThcpqߖyzّҌ̉ȆÄ|wyy€y|y|y|y|y|y|y|y|y|j"w"#( . 4:A(J5SE]Ueenr؝w{Зɓď|}}~~~~~~~~~~~~~~~~~~l"x"#(. 4:@&I5QDZUceګkrФt{ɝ|™m"z!"(. 49?%G3ODXU޻aeӲiqʪq{£yn!{!"(. 49>$F2NBVT_d͹gqİn{v~o!| "(. 49>"E0L@TS]cepl{szp ~ "(. 4 9> D-J?RR[bcoizpw~~}}}}}}}}}r "(/4 9=C*H=PPYa`ngymt|{vvvvvvvvvvvt"(/4 9=>)G;ONW_^lewkqy~ysooooooooooov")/59 9=)E:MLU\\jbuh~ov{̉uʕpȡlŬgghhhhhhhhhx")/56 4<)C9KJSYYg_rezj~qwypՃkӎgҚcҧ`̱``````````|")/4, 3;)A8IGQTXa\l`u{f|sklrfza؄]؏ZלWةXջX̾X̾X̾X̾X̾X̾X̾X̾X̾").,)29(?6FBONWY]b}ajufpmjvgozav~[}V߆SޑPޝP஀Q~Q~Q~Q~Q~Q~Q~Q~Q~!&)(07'=2D=NGVP\Wwb]qgbklgeqj`vn[}pWrStPtMuKtKtKtKtKtKtKtKtKt"'.4$;.A7K?TFx[KqaPlfTgjXco[_u][{_WaTcQdMeKeKeKeKeKeKeKeKeKe$+1 8(>/|H6vQ;pY?l^CgcFdhI`mK]rMZwOV~PTRQSNTLULULULULULULULULU !'-4"{;(qC,lM0hU3e[6b_8_d:]hWr?Tx@R}BOCMDKDKDKDKDKDKDKDKDKD  "){0r7 j>#fF&bM(_S*\Y,Y^-Xb/Vf0Sk1Qp2Ou3Mz4J5I5I5I5I5I5I5I5I5I5   z%q,j2d9`?\EYK WO!UT"SX#Q\$Oa%Me&Ki&In'Gt(Ex(Ex(Ex(Ex(Ex(Ex(Ex(Ex(Ex(ջ y p i'c-]3Z8W=TBRFPJNMMQKUIXG\F`CeBhBhBhBhBhBhBhBhBhyph b" \' W,T1Q5O9M=K@JCHFGIFLDOCRAV?Y?Y?Y?Y?Y?Y?Y?Y?YU)^(e* j- m2n:oCoQ#l`)ik.ex2c5b8`:_;^=]>\>\?Z@W@VAVAUATASASASASASASASASAU)^(e* j- m2n:oCoQ#l`)ik.ex2c5b8`:_;^=]>\>\?Z@W@VAVAUATASASASASASASASASAU)^(e* j- m2n:oCoQ#l`)ik.ex2c5b8`:_;^=]>\>\?Z@W@VAVAUATASASASASASASASASAV(_(g) l, p1q9rBsO#p^*lj/iv4f8d;c=b?a@`A_B^C\DZDYEXEWEUFUFUFUFUFUFUFUFUFX'a'i( o+ t0v8w@xL$v[+rg2ns7k!H.R;\JfXodڑymҌs͇xȄ{Á~}}wv|vvwpvmvmvmvmvmvmvmvmg!s !&, 27= G-P;ZJcYڟmdјumʒ~tĎy}}{€{y{s{p{p{p{p{p{p{p{ph!u !&, 27=E+N:WJݬaXӥjdʞrnØ{u{|ussssssssj v &,1 7<C)L8UIִ_XͫhdĤpnxu{xuuuuuuuuk x&,1 6;B'J6SHк]WDzecmmuu}|zwwwwwwwwly&,1 6;A%H5QG[Vcckmruz||yyyyyyyyn{&,1 6;?!E3OEYUabhlouw|{zz}z{z{z{z{z{z{z{z{o}&,16 :>D1MDVS_`fkmtt{|}yssss|s|s|s|s|s|s|s|q&,16 9:C/LBTQ\^dijrqzyytplkkk}k}k}k}k}k}k}k}t&,1529B-J?ROZ\aghpowv}}wĉqlhdccd}d}d}d}d}d}d}d}v%+1//8@,H+E9NGUT\^cgzinrpslxxf|`~[ WੀU຀S~TyTwTwTwTwTwTwTwTw~#%"-5<*B6KBTL[Vza^rgeklkdro^zsXuTwPwNwMvMrMqMqMqMqMqMqMqMq# ,39'@1I;RD{ZKtaQmfWgl[br_]ycWfShOiLjIjHhHhHhHhHhHhHhHhHh ! )06#=,F4zP:sY@n_EidIdjM_pP[wRWUSWOXLYJZGZFZFZFZFZFZFZFZFZ &,3:&wA+pK1kU5g\8ca<`g>\mAXsCUzEQFNHKIIJFKEKEKEKEKEKEKEKEK ־ !(/x6n=#iF'dN*`U-]\/Za1Xg3Um4Rs6Oz7L8I9G:D;C;C;C;C;C;C;C;C; ٷ #w*o1g8b?^F [M"XS$UX%R^&Pd(Mi)Ko*Hv+F|+D,A-@-@-@-@-@-@-@-@-߱п  v n%g,`2\9X?UDRIPNNSLXI]GbEgBm @s!>{!=}!=}!=}!=}!=}!=}!=}!=}!Һ um f _& Z,V1R7P;M@KDIHHLFPDTBX?]=b;g:j:j:j:j:j:j:j:jul e^Y! T& P* M/ K3 I6 G:E=D@BD@G?K=N;R9V8X8X8X8X8X8X8X8XN)V)\*a- b2b:`C]R]`![l%Xx(V*T+S-R.Q.Q/P/O0O0M0J0J0I0I0H0H0H0H0H0H0H0H0N)V)\*a- b2b:`C]R]`![l%Xx(V*T+S-R.Q.Q/P/O0O0M0J0J0I0I0H0H0H0H0H0H0H0H0O)W(^*b- e2e9cBaP`_"^j&[w)Y,W.V/U0T1S2R2Q3Q3O3M3L4L4K4K3K3K3K3K3K3K3K3Q(Z'a(f+ h0i7h@gMe]#ch(`t,^/\1Z3Y4X5W6V7V8T8R9Q9P9P9O9O9O9O9O9O9O9O9O9S'\'c'i* l/ m6m?mJkZ$hf*eq.b~2`5^7]9\:[;ZU>T?T?S?R?S=S=S=S=S=S=S=S=U&^&f&l) p. r5r=sGqW%mc,jo1g{5d9c`?^A]B\CYDXEXEVFUFVDVAVAVAVAVAVAVAVAW&`%i%o( t- v4w<yEwS&ta-ol4lw9i=gAeDdFbHaI^K]L\M[MYNYLZIZFZFZFZFZFZFZFZFY%c$k$s' x, {3}:C}P'z]/vi7qt=nBlGiJgMePdRaS`U_V]W\U]R^N^K^K^K^K^K^K^K^K[$e#n#v%|+ 29AM(Z1}f9xqAt|HqMnRkViYf[d^b`aa``a[aWbTbPbPbPbPbPbPbPbP]#h"q"z%+ 18?K(W2b<mE{xMvTrZn_kciehfhfgfefebf]fYfTfTfTfTfTfTfTfT_"j!t!}$* 17>H(T3_>jHtR{}[watergpinkmkmkkkjgjbj^jYjXjXjXjXjXjXjXa"l v $* 0 6=F'Q3\?gKpW݃z^c{hykvmtosprpqpologobn\n\n\n\n\n\n\n\b!n y $*0 5;D&O2Y@cMۑmWӋw_͆eǂjm}pzrysxtwttqtksfr`r`r`r`r`r`r`r`d p{$*/ 5;B$M1W?ܞaMӘjW˒s`ō|fkoruv}w}wxuxoxiwcwcwcwcwcwcwcwce q}#)/ 4:A"J/߬T>ե_L̞hWĘp`ygmqtwyzz}y}r|lzezezezezezezezegs#)/49? H-ڳR=ϫ\KŤfWn`vg~mrvy{||{un~h~h~h~h~h~h~h~hhu#)/3 8>F,ӺP<ɱZKcVk`sh{nrwz|}~}wqjjjjjjjjjv#).3 7<C*N;÷XIaVi_qgxnsw{}y~s}l}l}l}l}l}l}l}lkx#).37 :A)L:VH_Tg_ngun~sx{~~z€w{wtvmvmvmvmvmvmvmvmmz#(.25 4?'J8TG\Sd]kfsm{sw{~~yur€o|ovooooooooooooooooo}"(-123>%H6RDZQb\idpkxqv|zv}qmjg|hvhphohohohohohohor"'+-'4<"F3OBXN_Ygbniuoz~tsxn{i}d~a~_{`v`o`o`o`o`o`o`o`ou!%''4=E/M>UK]Ud^lexskq|pk˅tfɑwaǞy\ĬzY½zWxWsXnXnXnXnXnXnXnXnx!( 2:B,K:SFZPbYwi`ppeiyjc߃n^ݏqY۝sUثtQսtOsPoQjQjQjQjQjQjQjQj} ' 08?*H5P@~XIv_RofXhm^bvb\fWhRjNkKkIjIgJdJdJdJdJdJdJdJd & .5<&D/N8wV?p^FieKdlP^sTX}XS[O]K^H_E_E]E[E[E[E[E[E[E[E[ؼ # +29"}@)uJ/oT5i\:db>`iB[pEVyHRJNLJNGOEPCPAOAOAOAOAOAOAOAO   '.~5t<"lE'gN+bW/_^2[e4Wl7St9O|;L=H>E?C@AA>A>A>A>A>A>A>A>Aһ  #~*u1l8f?aH"]O$YV&U](Rd*Ok+Lt-H|.E/B1@1=2;3;3;3;3;3;3;3;3Ե} t%l,e2_9Z@VGSMPSMYJ` Gg!Dn"Aw#>~$<%:%7&7&7&7&7&7&7&7&װ̽ |rj c% ],X2T8P>NCKHINFSDXA_>e;l9s6{33333333ι{q ib\ V% Q* N0 K5 I9F>DBBF@K>P;U9Z6`4e1m1m1m1m1m1m1m1mƾ|qha ZUPL#I(F, D0 B3 @7 >: <> ;B 9F 7J 4O 2S /Y /Y /Y /Y /Y /Y /Y /Y H*O*T+W. X3 V:TERRO_LlJxG F!D!C"B"B"A#@#@#@#>#<";";":":":":":":":":"I*P)U*Y- Z2 X9VDTQQ^OkLwJ!H"G#F#E$D$D$C$B$B$@$>$>$=$<$<$<$<$<$<$<$<$J)R(X)\, ]1 \8ZAXNU\SiQu!O#M%K&J&I'I'H(G(G(F(C(C(B(A(A(A(A(A(A(A(A(A(L(T'Z(^+ `/ `6^?[LY[Xg Ur#S&Q'P)N*N*M+L+K,K,H,G,G,F,E,E,F+F+F+F+F+F+F+N'V&]'b)d. e5c>`H^X]d"[p&X|)V+U,S.R/Q/P0P1N1L1K2K2J2J2J0K/K/K/K/K/K/K/P&Y%`&e(h, j4i<gEeUcb$`m(^y,[/Z1X2W4V5U6T7Q7P8P8O8N8O7O5P4P4P4P4P4P4P4S%\$c$i&m+ o2o:nClQ j_&gj+cv0a3_6]8\:ZU?T@S@SAT?TI'ޝT5ԗ^ȂhKŋqSyY^b~e|gziyjxjwiudt_sYrVrVrVrVrVrVrVcny!',1 6<G%إR4͝\AŗeKnSvZ_cfik~l}m}lzhxbw\vYvYvYvYvYvYvYdp| &,05;ݰD$ѪO3ǣZ@cKkSsZ|`dhkmnook}d{_z[z[z[z[z[z[z[fr~ &+04 9ظA"̰M2X?aJiSqZy`eilnpqqmga~]~]~]~]~]~]~]gt %*/2 5Ѿ?!ƶK0U>^IgRnZv`~eimpqrr|o{izcy_y_y_y_y_y_y_iv %*-0/=I/S<\HdQlYt`|ejmprzswstqtkses`s`s`s`s`s`s`kx$(++, ;G-Q;ZFbPiXq_yeim{pvsrtotlrlllflblblblblblblbm{"%%* 8D+O8WD_NgWn^vc~hylspnrjsgsdrdlefebebebebebebebp~ + 7B(L6UB]LeTl[}taw|fqjkmfpbq^q\p\k]f^b^b^b^b^b^b^bs - 6@$J2S>[HbP|jWuq]ozbiÃfcj^lZmVnTmTiUdVaVaVaVaVaVaVaw , 6> G.P9XC{`KsgRmoXgx\aԂ`\ҎdWϛfRͩgO˻hLgMdN`N]N]N]N]N]N]N]{ع * 3;D)M3zU7<7:797979797979797٫θ z$ q+i3b:]BYIUQRX N_"Jg#Gp%Cy&@'=(:)8*6*5*5*5*5*5*5*5*ܦѴǿyp h& a-[3W:SAOGLNITF[Bb?k;u8~530///////Ӱɻx ng_ Y% T+ O2 L7I=FBDHAN>T:[7c3k0t.}+)))))))˸vld ]WQM#I)F. C3 A7 ?< <@ :E 8K 4Q 1W .^+e)l'r'r'r'r'r'r'rýylc\U PKGD!A%?)=-;194785=2A0F-L *Q 'V &Z &Z &Z &Z &Z &Z &Z C+H*M+O.N3 M; JEGQD^@k=w;98765543330/..,,,,,,,D*J)O*Q-Q1 P9 MCKOH\DiAu?=<;:99887643311111111E)L(Q)T+U0 S7 QBONLZHgFsCA@?>==<<;987665555555G(N'T(W*X/ W5 U?SKPXMeJqH}FED C B!A!A!@!?!=!\AZCXDXDWEVEWCX?YeCcEbGaI_J^K]K]K\J^F^B^?_<_;_;_;_;_;_;X bks z&,2 9AM#}Z,xd5so=pyBmFjIhLgNeOdPcPbQbPcLcGdDc@c?c?c?c?c?c?[enw~%+1 7?J"V,݁a6|k>wuDt~IqMoOmRlSjTiUhUgUhQhLhHgDhChChChChChC]gqz%*0 5<G ݎS,ԉ^7̓h?~qFzzKwOuRsUrWpXoYnZmYmVmPlLlHkGkGkGkGkGkG^is}$).4 :EՖQ+͐\6Ŋe?nFvL~Q{TyWxYv[t\s]r]rZqTpPoKoJoJoJoJoJoJ`kv#(-2 8ڡBϜN*ƖY6c?kGsM{RVY}\{^z_y`x`v^uWtSrNrMrMrMrMrMrMbmx#(,05ԧ@ɡL)W5`?hGpMxRWZ]`a~b|b{ayZwUvPvOvOvOvOvOvOcoz"&*.۲0 έ>ĦJ(U4^>fFnMvS~W[^acddc~]~|W|zR|yQ|yQ|yQ|yQ|yQ|yQeq}!%()պ- ɳ;H'R3\=dFlMsS{X\_bdf|fyex_wYv~Tv~Sv~Sv~Sv~Sv~Sv~Sgs #$޺!* Ĺ9F%P2YI+R6Z?bGiNyqSsyXn]i`dc`d\eYdYaZ\[W[V[V[V[V[V[VqԶ /;F'O2X;`CxgJroPlwUfYa\\_XaTaQaQ^RZSVSUSUSUSUSUSUu خϻ "/ 9C#M-~U6w]>peEjmJduO_SYȊVUƗYPæ[M[J[IYJVKRLQLQLQLQLQLQz ҳ"- 7@~I'vR0o[7ic>cjC]sGX}KRۉNNٗQJ֦RFԷSDSCQDOELEKEKEKEKEKEK լ̹ * 3~;uE!nO(hW/b_5\g:Wo>RyAMDHFEGBH@H>G>E?D?C?C?C?C?C?C٧ϳſ' /u7l@fI!aS%\\)Wd-Sl0Nt3J6F8B9?:=;;::999999999999999ѮȺ# v+ n3f:`C[LWTS\"Ne$Jn&Gw(C*?+<-:-8-6-5-5-5-5-5-5-5-ԩ˶ vm& f- _4Z<UDQLNSJ[FcBl>v;7 5!3"1"0"/"/"/"/"/"/"إͲü~tld ^' W- S4 O;KBHHEOAV=^:g6q2|/,*(((((((ϯŹ~rj b[UP%K+H1 E7 B= ?B ,;0956:4@1F-M )T %\ "e l v y y y y y y vi^VOJ FB?<9"7&5*3.02.7+<(B$H!NT[]]]]]]>+C*F+G.G3D; AD >P:]6i2u0.,+*))((''%#"" @*E)H*J,I2G9 DC AN=[:g6t420/.--,,++(''%$$$$$$$A)G(K(L+L0J7 HA EMBY>e;q8~654322100/-,+*)))))))C(I'M'P)P.N5 L? JJGVCc@o={<:987766632100///////E&L%Q%T'U,T3 R< PHMTI`FlDxB@?>>=<<:987666666666H%O$U$X%Z)Z1 X9 VDSQP]MiKuIGFE D C!C!B!@!?!>!>!> >>>>>>>>K$R"X"]#`(a/ `7 \@YMVZTfRqP|!N#M$L%K&J'I'G(F(E(D(E'E&E$E#F"F"F"F"F"F"N"V \ a!f&g- g5 d=`H^V\cZn"Wx%U(T*R,Q-P.N/M0L1K1K0L.L,M*M(M'M'M'M'M'M'P!Y`fk%n,n3 l;iDgRd_!aj&^u*\.Z1X3V5U6T7S7R8Q8Q8R5S2S/T-T,T,T,T,T,T,S \djp$t*u1 t8rApNm[#if)fp/bz3`6_9]:\<[=Z>Y>X>W>X;Y8Z5[2Z0Z0Z0Z0Z0Z0U_gou#y){/ |6 {>yJuW$qb+ml2jv6h:e=d?cAaB`C_D^D]D]A_=`:_7_5_5_5_5_5_5Xajsz"~(.4 ;G~S$z^,uh3qr9nz=l@jCiEgFfHeIdIcIcGdBd>e;d8d8d8d8d8d8Zdmv~!',2 9ߋDՆP#́[-|e4xn:uv?rBpEoHmJlKjMiMhMhLiGiBh?hǓK"V,_4h;pAxE|IzLxOwQuRsSrTqSrNpIoEnAnAnAnAnAnA_ju"%(أ-˞<H!S+]4e;mAuF}JM~P|SzUxVwVvVvQtKsGrDrDrDrDrDrDalw !ߥ!Ѩ+ƣ:FQ*[3c;kArFzJNQTV}X|X}{X|zS{xNzwIyvFyvFyvFyvFyvFyvFcnyڮ̭(8DO)Y2a:iApFxKORUX|YxZvYuUt}Ps{KszGszGszGszGszGszGep|Ӵdz&5BM(V1_9f@nFuK~OS|VxXtZq[nZnWmQmMmImImImImImIgrլ̺ #3@J&T0]8d?lEsJ{OzSuVqYmZi[g[fXfRfNfJfJfJfJfJfJiu٥а0 =H$R.Z6b=iD}qIxyNsRnUiXeZb[_Z^X_S_N_K_K_K_K_K_Klx  өʵ- :E!O+X3`;{gAvnFpvKkOfSbV]XZYWYUWWRWNXJXJXJXJXJXJo} ףήĺ)7BL'U0z]7te=nlCitHd}L_OZRVTRUOUMTOOPLPIPIPIPIPIPIs  Ҩɴ$3>I"yR+sZ2mb8gj=brB\{FWJSLNNKOHOFNGKHHIFIFIFIFIFIFx֣ͮù$0 ;yEqO%kX+e`1`h6Zp;Uz?PЅBLΒDH̡FDʲGBGAFADABB@B@B@B@B@B@~۝ЩǴ"- x7qAjKdT$^\)Ye.Tm2Ow5J8F:BWGSPOXJaFjBt >!;#8$6$4$3$2#1#1#1#1#1#1#ݛѨdzy pia'[/ U7 Q?MFINEVA^=h:s620.,+++++++ԥʰxog`Y S'N.J5 G< CC @J *@+@.?3<:7D 3O .\ *h &t # !            ;*?)B*B,A1>9:B 7N 2Z .f +r '~ % # # " !               =(A(D(E+D0A7?@ AI >U 9a6m3y1//.-,,++)('%$## # # # # # A&G$K$M&M*K2J< HF DR@^=j:u8765443310/.-,,,,,,,,D$J#O"R$R'S/Q8 NC KOH[EgBr@}>><<;;:8765555555555G#N!S W!Y&Z-X5 U? RKOWLcIoHyFEDCBB@?>====>>>>>>>J!RW[_$a+`3 ]< YGVTS`QkPuNL K!J#I#H$G%F%E%D%E$E"F!FFFFFFFMU[`e#h*h1e9 aB_O\\ZgWq!U{$S&R(Q)P*O+N,M,L,L,L*M(M&M$N#N"N"N"N"N"PX_ek"n(o.m6 j>hKeXbc _m%]w([+Z-X/W0V1U2T2S3R3R1S.T+T)T'T'T'T'T'T'S[cjp t&u,u3 s;qGnTj_"gi'es+b|/a1_3^5]6\7[8Z8Y8X8Y4Z0Z.[+[+[+[+[+[+U^fnuy$|*}0|8 zDvPr[#oe)ln.iw1g4f7d9c:bh?fAeAdBcBd=d9e6d3d2d2d2d2d2Yclu| $(ۍ/ω=ƅIU#|^*yg0vo5tw8r

n@mBlDjEiEhEhAh=h9g6g5g5g5g5g5[enx "Ԕ,ɏ;GR#\*d0|l5yt:w|=u@tBrEpFoHmHlHlEl@l{AyDwFuHsJrKqKpHpB~p>}o:}n9}n9}n9}n9}n9_is}Ԟɞ&6 BM!W)`0g6o:v>B~E|HzJxL|wLyuMwtJxuEwt@wrpv=pv=pv=pv=pv=bm y ߖҟɧ !1 >IS'[/c5k:r?zC}FyIuLqNnOkOiNjHj}Cj{?j{>j{>j{>j{>j{>ep {  ֚͢¬/ <GQ&Y-a4h9p>{xBvFrInLjNfOdOaOcIcDcAc?c?c?c?c?gr  ەўȧ,9DN$W+_2~f8yn=tuAo~EkIgKcN_O\OZN[I\E\A\@\@\@\@\@j v ֙͢ë(6AK!T)}]/wd5rk:ms?h|CdF_I[LWMTMRLSHTDUAU@U@U@U@U@m zܔўȧ #2 >H|Q%vZ,pb2ki7fq;az?\CXFTHPIMJKIKFLBM?N>N>N>N>N>q֙ͣí.:{EtN oW'i_-dg2_o6Zx:U=Q@LBIDFDDCDAE>F;>:>8?6?6?6?6?6?6}̥֚¯z%r1k<eF_PZYUa"Qj&Lt*H-Dڍ/@؜1=խ2;29190808/8.8.8.8.8.ܕТƬ{s!k,c6 ^@XJTSO\KeGoCy"?$<%9&7&5%4%3%2%2%2%2%2%2%Ԟʩ{skd']0W9 SB NKJSF\Bf>p:}7420/.,,,,,,ٚͦırj c\ V)P1L9HA EI AQ =;D7L3T /^ +j &x "         ɭwj^VP KFA=$:*70461=-D)L$V bo~´zl_TLFA= 9520#-(*.'4#:BLVb nzqdWKC=951. +)&$ !%+17@ IR[dggggg6+9*:+:.733:-D'O![gs     7*;(<)<,:1681B,M'Y"eq|   9(='?'?*=/966@2K-W(c $n !y          <&?%A%B(@,=3<=9H4T /` ,k )v & $ $ # " " ! >%B#E#F%E)D1B:@E

KI GU D`Ak@v>=<<;;99776666666666G MRUY"Z)Y1U: RE OQL]JhHrG|FEDCBA@????????????JQV[` b'a.^6Z@ WLTYRdPnOxMLKKJ I!H!G!G!F!GGGGGGGGGMTZ`fh%h+f3c< `H^U[`YjWtV|!T"S$R%R&Q'P'O(N(M(N%N#N!NNNNNNPW^ekn"o(n/k7iD fPc\af_o"]w$\'[(Z*Y+X,V-U-T.T.T+T(U%U$U"U"U"U"U"RZaios u%u+t3q@ nLkXib fk$ds'c{*a,`._/^1]2[2Z3Y3Z0Z-Z*Z'Z&Z&Z&Z&Z&U]dmsx{!|%|.y< vIrTo^!mg%ko)iw,g/f1e3d4b5a6`7_7^5^1_-_+_)_)_)_)_)W_gpw|ރ҃*ǀ9 }FyQv[!sd&ql*os.m{1k3j5i7g9f:d:c:b9c4c1c.c,c,c,c,c,Yaj sz؉ˉ'7 CN|X!ya'vi+tp/rx2q5o7m9l;jmt9mt6mr3mr3mr3mr3mr3`ju  ӏʖ-:EOX%`*g/n3}v7y~;u>q@nBk}Dh{DezDfy?fy;gx7gw5gw5gw5gw5gw5b lxٌϓŚ*8 CMV$^)e.{l3wt7s|:o>k@gCdDaD^D^@_<`~8`}6`}6`}6`}6`}6e o{Ԑ˘'5 @JS"[(zc-uj1qr6lz9h=d@`B\CYDWCW@XY@UARBPBO?Q;Q8R6R6R6R6R6kx֐̚¡.:}DwNqV"l^'hf,cn0^v4Z7V:Q=N>K?H>H1<1;0;/;-;,;,;,;,;,|ތјȢxoj)e6_A ZKVTQ]MfIpE{"A·$>͖&;˦'8ɻ(7'6'6&5&5%5%5%5%5%ה̟©qic$]/W:SE OO KXGaCk?v<964210/.....ݏМƧwic\V)Q3M<IEEO AX =b:m6y31.-+*((((((ԙɥ|naZ UO!J*F2B;?C;L7U3_ /k +y ( & $ # " ! ̣íqdXRLGC ?(;/865>1F-O(Z$f uŬtgZOIC?;74#1)./+6&>!FQ^l} xi\PG?;62 /,)&!#' -4<G S`n~}oaTH>72-*&#! #* 1;EQ]gppppp2+4*4+3-/3):"CNZf r|3)6(6)5,21-8&A LXdo z 6(8&9'8)5.05,?'I!Ualw     8&;$<$<&9+523</G*R%^!it~  ;$>"@"?#='==<;::99988888888GMQUZ[$Z+V3R>OJ LV KaIkHuG}GFEEDCBBAAAAA@@@@@JPU[`b!a(^/Z8XE VR T]RgQpPxONNMLKJIHHHHHHHHHHMTY`egh$f*b3a@_M ]X[bYkXsW{VU T!S"R#Q#P$O$N#O OONNNNNOV\ dilml$k.i<gIeTc^ag_o^w ]~"\$Z%Z&X'W(V)U)T(T%T"T TTTTTRY` hmprqr*q8nElPiZgcfk ds#cz%a'`(_*^+],[-Z-Y-Y)Y&Y#Y!X!X!X!X!T[ c kqtv wy&x5uBrMpWm`kh!jo$hw'g)f+d-c.a/`0_1]0],])]&]$]$]$]$]$V^ f n t x {}#~3{? xJuTs]qe"ol%mt(l{*j-i/g1f2d3c3}b3|a0|a,{a){a&{a&{a&{a&{a&X` iq w|Ѐǃ 0= ~H{RxZvb"ti%rq(px+o.m0l2~j4{i5yg6vf6uf2uf.ue+te(te(te(te(te(Yblt{ԁ˅.; FO~X{`"yg&wn)uv,s~/~r2{q4wo6tm7rl7pk7nj4oj0oj-oi*oi)oi)oi)oi)[ dnw~ЅNJ+8 CMV^"~e&|l)~zt,{y|0xw2tv5qt7nr8kq9ip9ho6hn1in.im+im+im+im+im+] fqzւ͉Ž(6 AKT\!c%|j)yr-uz0q}3n{5kz7gx9dw:bu:at7bt3bs/br,br,br,br,br,` it~ӇɎ%3?IRZ {a$wh(sp,ox0k3h5d8a9^}:[{:Zz8[y3\x0\x-\x-\x-\x-\x-bmxڂϋŒ "0< F~OyWu_#qf'mn+iv.e2a5]7Z8W9T9S8T3U0U~.U~-U~-U~-U~-eq|Շː-9 ~CxMsUo]!jd%fl)bt,^}0Z3V5S7O7M7L6M2M0N-N-N-N-N-iu݂эǕ(}5w@qJmRhZdb"`j%[r)W|,S/O2K3H4F4E3E0F.G,G+G+G+G+m{؈͓Û{#u1p< jFfOaW]_Yg!Tp$Pz'L*H,E.B/?/>.?,?*?(?(?(?(?(sҏșxqm+g7cB ^KYTU]QeMnIx!E#B%>';(9'9'8&8%8$8$8$8$8$zڊ͖ğsfb!^0Y;UF QO MYIbFkBu?ł;Ð86433222222Ғȝ|l^WS&P3L>IIES B] >g;r85؎2֟0Գ..,,+++++؎̛¥seXRMI*E5B?>I;S8]4h1u / , * ) ' % $ # # # # # Иƣxj]QK FB!>+;38<4E0O-Z)g%t#!ɢ|naUJD?:7 4'1/.7)?%I!Taq     ªqdWLB;73 /,)!&(#/7@KY i|ugYMC:3/+'# !&- 6AO^n{l_RF;2+&"  #+6BP]jwyyyy.*/).*+-&2 9B MYeo{0)1(1(.+)0#7@J Wbmx2'3%3&1(--&4"=HT_ jt4%6#7#5%1),1*;$EP\gq {    7"9 : 9!6%4.27.B(M#Xcmw          : =>=<"<*:47>2I-T)_&i$s#|""!! =ACCDD'B0?:;E6P3[0f.o.x--,,+**)'''('''&&&&@EGHLL$J,F5C@?K>=<;;;::9 9 9 9 GLPUYZY#U+P4OAMNMY Lc KkJsJ{IIHGFEDCCCBBBBBBBIOS Z^`^[$X/X<WIVT U^TgSoRvQ~POONMKJIIIIHHHHHLR X_ cdc_a)a8`E ^P ]Z[cZkYrXyWVUTSR P O ONNNNNNNNU [c g h g fi%i5gA eLcVb_`g_n^v]}\[!Y"X#W$U$T$T"SSSSSSSQW_fjlmmp"o1m> kIiSh\fdekcrbz a"_#^%]&['Z'Y'~X%}X"}X|W|W|W|W|WS Zbinqss uu.s;qF oPmYkajhhogw!e#d%c'b(~`*{_*y]*w\(v\%v\"u\ u[u[u[u[U \elqvxy{{,y9vD tNrVp^nemlkt"j|$h'|g)zf*we,tc,rb,p`+p`'p`$o`"o_ o_ o_ o_ V ^gouz~)~6|A yKwTu\scqj pq"|ny%ym(vl*sk,pi-nh.lf.je-je)jd%jd#jc"jc"jc"jc"X`jry&4? I|RzZxa}wh yuo#vtw&sr(pq+mo-jn.gl/ek/cj/di*di'dh$dh#dh#dh#dh#[cmv~ƃ#1= GPW{~_w|f t{m#qyu&mx~)jv+gu-dt/ar0^q0]o0]n+^m(^m%^l$^l$^l$^l$]fpz͂È /: D~MzUv]rdnk#ks&g~|)d}+a{-]z/Zx0Xv0Vt0Ws,Wr(Xr&Xq%Xq%Xq%Xq%_itʇ,8~B yKtSp[lbii!eq%az(^*Z-W.T/Q}0O{/Py,Px(Qw&Qw%Qw%Qw%Qw%bnyЄƌ(}4x? sHnQjYf`bh_o#[x&W(S+P-M.J.H-I*I(J&J~$J~$J~$J~$fr̉‘|#v1q<lE hNdV`^\eXnTw"P%L'I)F*C*B*B(B&C$C#C#C#C#jxӅȏysn+i7eA aK \SY[UcQlMuI F#B$?%=%<%;#<"N^m|))))()$,18ALWcnx+(,'*'&* /6 >IU`kt~.&/$.%*'$+2< FR]hq{1#1"1".$('#/ 9CN Ydnw3!542-#+,)6#@JU`j s { 68865 4(12-<'F"Q\fow 9<=;<<%:.681B,M(X&b$l$t$|##""!!  =@ABDC!A)=39=5H2T0^0h/q/y/////..-,,+++*****@CEHKKH$D-?7== < < ; ; ; ; FJ NT WVSLN*O8PEOPNZ Nb Mj LqLyKJIIHGFEDCCBBBBBHMRY[ [ V TW%Y4XAWLVV U^ TfSmRtR|QPONMLJIIHHGGGGK PV]`_^\_!`0`=_H]R \[[cZjYqXxWVUTRQONNN~M}M}M}M}MM RZ`cffd fg-f:eE cO bWa__f^m]u\}[YXW~V{TySxSwRwRvQvQvQvQOU]chkljlm*l7jBiL gUf\ddcjbr`y_~^{] y\!vZ"tY"rW"qWqWpVpVpVpVpVQW`flprpqr'q4p?nI lRjZiaghfo}ewzdxc ua"r`#p_$n]$k\$k[ k[jZjZjZjZjZSZcjquwvww$v2u=sG qPoWm_}lezkmwjtth}rg!of#le$jc%gb&e`%e`"e_e^e^e^e^e^U]fnuy||||!|/z;xE vMtU{r\xqcupkrnrom{ll"ik$fj%ch&ag'_e&_d#_c _c_b_b_b_bW_iry~ -8}B ~{KyzSvxZrwbouiltpisy fq"cp$`o&]m'[k'Yj'Yh$Yh!YgYfYfYfYfYcmv~*6}@ xI tQq~Xm}`j{ggzncyw`w"]v$Zt&Ws'Tq'So'Rn%Sm!SlSkSkSkSk\fq{Ń&}3w=sF oOkVh^deam]uZ~!W}#S{%Py&Nw'Lv&Lt$Ls!MrMqMqMqMq_kv̀{"v/q:mD iL eTb\^c[kWtT~P!M#J$G%E}$E{#Ez FxFwFwFwFwcp|Ȇy so+k7f@bI _Q[YXaTiQrM|IF C!A"?!> ??????iw΃Črjg%c2_<[FWN TV Q_MgJpF{C?=:98888888o~ʊma ]Y+V7SAOJLS I\ Fd Bn?y<96432211111xІő{jYQN"K/I:FDCN@W=a;k 8v 5 20.,,+*****ׂʏteUF@>"3+ (% #* 4?LYiz  vh[NC8.&" %.9 ETfyzk^QF;2)  &1=M`upaTG=3+" (4DWlvhZM@5+#  *:L_s%($(!)+07@IV`kv''&%$&)- 4<GS]hr{*$)#'#"%*0:DOZenw,", * %"%-7 AKVajs{/0.*#!"*3=G R]fow~232.,+&'/!9CNX b k s z 676343"0++5%> IT^gow~9;: ;<:7&2/-9(D&O%Z%c&l&s'z''''''&%%$$##""""<> > B CA<7(22/>1J2U3_3g4o4v4}44332210/..--,,,?B CH I GA:8+;9=E>P>Z>b>j>q>x===<;; 9 8 8 7 655555B EHMNK D @D&G4HAHLHUG^GeFmFt E{ E D D C B A @ ? > = < < ; ; ; E HMRSQNJN!P0Q<PGPQOZNa Ni Mo Lw L~KJIHGFDDCBB A A A GJQVXZXT VX,X9XDWNVV U^ Te SlRsQzQPONL~K|IzIyHxHxGwGwGwGIMUZ^`_\]_)_6^A]J\S [[ Zb YiXpWwVU}T{SyQvPtNsNrMqLqLqLqLqLKPX^cffbce%e3d>bGaP `X __]f\m~[t{Z}yYvXtWrVoTmSlRkQkQkPkPkPkPMS[bhklhij"j0i;gEfM dU c\}bczajx`ru_zs^p]n\kZiYgWfVeVeUeTeTeTeTOV^flpqnn oo-n9lBkK ~iS zhZwgaufhreopdxmbjah`e_c]a\`[`Z_Y_Y_X_X_XQYbjqtvts tt+s6q@}oI ynQ umXrl_pjfmimjhvggefbe_d]b[`Z_Z^Z]Z]Z\Z\Z\S\fouy{zyyy(x4|v>wuF tsN prVmq]jpdhokentbl~_k\jYhWgUeTcTbTbUaU`U`U`V_jsz~~~${~1v|;r{DoyL kxT hw[evbbuj_sr\r|YqVoSnQlOjNiNgOfOfOeOeOeXcoxz!u.q9mBiJ fR c~Y`}`\{hYzpVyzSwPvMtKrHqHoHmHlHkIkIkIk\ht}y so*k5g?cG`O ]W Z^VfSoPxMI}G|DzBxAvAtBsBrBqBqBqanzÃrkg%d1`;]DYLVT S\ PdMmIwFC@><;;|;{;y;y;y;yguʀnb^[,X7U@RIOQLZ Ib FkBu?<:765544444n|ƈ}jZTQ$O0L;IDFMDVA_>h ;s 8 531//.-----w̅wfVI EC'A3?==G:Q8Z6e3p0}., * ( (' & & % % % ҁƎpaRC8 53'220=.H-S+^)k'y%#!ˋxi[M?2' $"#!/:FSaṕ˔ɪŕ~oaSF:/$*6C Q asޜܴseXK?4*! %0=M_rxi[NB8.%  )6FZp}m_QE:0'  .>SitfXJ>2(   %5I_t ''(*/5=GS^js|"%!$%' ,29EO[fpx%##""$(.6BLWblt|( &## +4>HS^hpw~+*' '1:DOYcksz..+%# #-5 ?JU_gou|11.++)$(1:E P Z c k r x  55 3 3 30+"%+4?KU^fmt{88 7:: 60)""-$9'E)P+Y,b,i,p-w-~--,,+*))(''&%%%; <=@@; 2*/'245@6K7U7]7e7l7r7y7766543210//...>?BFEA;7;!>0?<@G@P@Y@a@h@n@u?}?>>=<;99876555@BGJKLGB EG+I8ICILHUH]HdGjGqFxF E D C B A ? }? |> z= z< y< y< y< CDKOSTRLMO'P4P?PIOQOYN`MgMn Lu K} K J ~I{HyFwEuDtC sB rA rA rA rA DHOUZ[ZTUV$W1W<VFUNUVT]Sd Rj Qr }Qz zPxOvNtMqKoJnImHlGlF kF kF kF FKSZ_a`Z[\ ].\9\C[KZSYZ }Xa {Wh xVo vUwtUqToSmQkPiNgMfLfLeKeJeJeJINW_dffaa bb+b6a@`I}_Pz^W w]^ u\e r[lpZunY~kXiWgVdUbSaR`Q`P`O_O_O_OJR[chkkhf gg(f4e>{dFxcNubU ra\ o`c m_jk_rh^|f]c\a[^Y\W[V[U[TZSZSZSZSLU_gmppnlkl%~k1zj;viDshLpgS mfZ jea hdhecpcbz`a^`[_Y]W\UZUYUXUWUWUWUWNXckquvtqp~p"yp.uo9qnAnmIklQ hkX ej_ cig`io]hx[fXeUdSbQ`O_P]P\P[P[P[P[P\gpvy{zv}vxvsv+pu6lt?isGfrOcqV `p] ]oe[nmXmvUlRjOiMgKfJdJbJaJ`J`J`J`Talu{}w| q|n|(j{3g{=czE`yM]xT [w[ Xvc UtkRsuOrLqIoGmElDjDhDgDfDeDeDeYfqzqkg$d0`:]BZJWRU~Y R}a O|jL{sIy~FxCvAu?s=q=o>m>l>k>k>k_lw~nc_\+Y6V?SGQONWK_ Hh Eq B}?=:}8{7y7w7u7t7s7s7sfs~|j[VS%Q1N:LCILFTD]Af>p ;{ 9 64211 0~ 0} 0{ 0{ 0{ n{yfVKHF*D4B>@G>P;Y9c7m4y1/ - + * * ) ) ) ) ) vȃtcRC<: 8,665@3I2T0^-i+v)'%##"!!!!!΀Œ}m^N@2-+ )+'5&@$K#V!c pNJufWI;/#'2>JXgw  {l^PC7+! !-:HXh{ѐΦqcUH<1' '5DVh}ufYK?4*!  .>Rf|zk\NB7-#  &7LbyrcUG;/% 0DZp&%&)-2:EQ]hqy$## %*/7BNYdmu} !  !%*4>JU`iqx#  (1;FQ\eltz&$ %-6ALW`hou{)'" )2<GR[cjpv|-+& # "$-7BLV^elrx0. *+)%& 0 ; FPYahnu{3 2020* !(5@ K"T#\#c$j$q%w%~%%%$#""!! 65685-&!&#*0,;-F.O/X0_0f0m0s1z000/.-,+*)((((98<==;5/ 25+778B9K9T:[:b:i9o9w9~98875432}1|0|0{/{/;;ACGFB;<?'@3A>BGBPBWA^AeAl@s@{@?>~=|<z;x:v8u7t6s6s6s6=?EKOOLEEG#H/I:IDILHTH[GbGhFoFw|EzExD vC tB r@ p? n> m=m<l;l;l;@CIQUVTNLNO,O7OAOINQNX~M^|LeyLlwKtuK} sJ qI nH lG jE iD hC gB fA f@f@f@BGOW[][US TU)U4U>TF}SNzSUwR\uQbsQjqPq oOz lO jN hM fKdJbHaG `F `F `E `E `E CJT[`ba[YZZ&Z1~Z;zYDwXKtWRqWYoV`mUg kUo iTx gS dRbQ`P^O\M[L[K [J ZI ZI ZI EMX`egfb___#|_/x^8u^Aq]Io\Pl[Wj[^hZe fYm cYv aX ^W\VZTXSVQVPVO UN UM UM UM FQ\dikkhdc{d wd,sc6ob?lbFjaNg`Ue`\c_c `^k ^^t \]Y[WZTYRWQUPTPSPR PQ PQ PQ IVahmppni{huiqh)nh3jg<hgDefLbfS`eZ^da [ci Ybr Va}T`Q_O^M\KZKYKWKV KU KU KU MZemruutpvn pnln&hm1em:cmB`lJ]kQ[kXXj` Vih Shq Qg{NfKdIcGaE_E^E\E[EZ EZ EZ R_jqwz{zwptitft"bt-`s7]s?ZrGXrOUqVSp^Pof Mno Kmz HlEjCiAg@e?c?b?` @_ @_ @_ Weow|~~m|b{_{\{*Yz4Wz=TyERyLOxTMw\JvdGum Dtx Bs ?q=p;n:l9j9h 9g 9f 9e 9e ^ku}{j\ WT%R0O9MAJJHRFZCbA~l>|w ;{ 9z 7x 5v 3t 3r 3p 3n 3m 3l 3l eq{xgWNKH*F4D=BE@N>W<`9j7u420. -~-{,x,v ,u ,u ,u lyucSD @>#<-:78@7I5R3\1g/r,*('%%%$$$$uÁp_O@4 20%./-8+B*L(W&b%n#}!zjZK=/$ " $.8CNZhwÉrcTF8,   + 7 BO^mxi[M@3('3@O`qņÛ}n`RE9.# ".<M_s܊ڣսsdVH=1' (7I^twhZL@4)  !2D[q~oaRE7,! +?Ul%$$'*08DP\gow~"! !$&,5@LXckry "(1<HT^gnt{%.8DOYbiou{! "*4?JT\djpv|$   %/9DNW^ekqw}'$  )3>HQY`gmrx* '!" !,7BKT [ b i o u | .*))$  %1<FOW^dkqx0-//+(!!,$7%A&J'R(Y(`)g)m)t)|)))('&%$#"!~!~!3056861( *-'/20=1F2N2V3\3c3j3p3x32210}/{.y,w+v*v)u)u)55:@BB=657"9.:9:B:J;R;Y;_;f:m:t:}}9z9x8v7t6r4q3o2n1n0n0n07:@GKKG@=?@*A5A>BGBNAUA\}Ac{Ajx@qv@zt?r?p>n=l;k:i9h8g7g6f5f59>FMQROIE FG'H2H;HD|HKzGRwGYuG`sFgqFnoEwmEkDiCgBeAc?b>a=a<`;`:`:;ALSWXVPLLM$M/|N8yMAvMHsLOqLVoK]mKdkKliJtgJeIcHaG _E ]D \B[A[@Z?Z?Z?=FQX\]\VRRR!zR,vR6sR>pRFnQMkQTiPZgPbeOicOraN|_N ]M [K YJ WH VG VE UDUCUCUC?JU\aba]W~WyWtW)qW3nW<kVChVJfUQdUXbU``Tg^Tp\SzZR WQ UP SN RL QK PJ PH PHPGPGCOY`egfc]y\ s\o\&k\0i[9f[Ac[HaZO_ZV]Y^[YfYXnWWy TW RU PT NS LQ KO KN KM KL KKKKFS^eikkidtanaja#fa.ca7a`?^`F\`MZ_UX^\V^dT]mQ\w O[ LZ JY HW GV FT FR FQ FP FP FP JXbinpqo~joghfdf af+^f4\f<YfDWeKUeSSdZPcbNckLbuIa G` E^ C] A[ @Y @W @V @U @T @T P]gnsvvu|qmnal^l[l'Xl1Vl:TlBQkIOkQMjXKiaHijFhtCg Ae ?d =b ;a ;_ ;] ;[ ;Z ;Z ;Z Vclty|}{zyjv[t WsTs$Qs.Os6Ms?KrFIrNGqVDp_Bph@or=n;l9k 7i 5g 5e 5c5a5`5`5`\irzxh~W|N{L{I{)G{3Ez;DzCBzK@yT>x\;xf9wq7v}4t2s0q/o/m.j.i.g.g.gcoyudTF B@$>.<6;?9G7P6Z4d1o/|-}+|)z(x(u's'q'o'o'okwq`QA864'2009/B-K,U*`(k&y%#! |zxxxt}m\L>/)(&($1#;!D OZgu~wgWH:-(1;FS` n  o`QB5)%0;GUduufXJ=0%#.:GWh{{k]OB6*   *7FXlсϙ̱paSF:.$ #2CXnteWI=1& ,>Un|m^PB4) ':Pi#"#$(.7CO[elsz!  !$)3?KW`hou|$/;GR[cjpw|"+6BMV^ekqw| '1=GPX`flqw|  ",6AJSZaglrw}!  %0;DMT[bgmsy$ *4>GOV]ciou|'! " - 8AJQX_ekry*$'&'$ (3<E M T![!a!g"n"u"}""! ~|zyxxx,*,242-$#&#(.)8*A*H+P+W+],c,j,q,z,}+{+y*w)u's&q%p$p#o#o#./5<>=82-01*243=3E3L4S4Y~4`|4gz4nx4vv4t3r3p2n0m/k.i,i+h*h*h*/3=CFFB<6 79&:0:9:A};Iz;Px;Vv;]t;dr:kp:sn:}m9k9i8g7e5c4b3a1a0a0a019CJMMJD>>?"@-{@6xA>uAEsALq@So@Zm@ak@hj@qh?{f?d>b=`<^:]9\8[6[6Z5Z54>IOSSQKED}ExF*uF3rF;oFCmFJkEPiEWgE^eEfcEnaDx_D]C[BYAX?W>V<U;U:U9U97CMTXYWQL|JvKrK'oK0lK8iK@gJGeJNcJUaJ\_Jd^Il\IvZHXHVGTERCQBP@P?P>P=P=;HRY]^\XRwP qOmP$iP-fO6dO=aOD_OK^OR\OZZNbXNjVNtTMRLPKNJLHKFKEKCKBKAKA?MV]acb^XrUkTgU!dT+aT3_T;\TB[TIYTPWSXUS`SSiQRsOR~MQKOINGLFJFIFGFFFFFFDQ[bfggd}_mZfZbZ^Z(\Z1ZY9XY@VYGTYORYVPX^NXgLWqJV}GUETCSBQAOAMALAKAJAJIV_fjllj{elb`_\_Y_%V_.T_6R_>P_EO_MM^TK^]H]eF\oD\{B[@Y>XbzjY0 -+!**(2';&D$N"X!dq~{yvtrqqs}zjYJ;-! "+4=GS_m} ~ |{{|tdTE7*  ! + 5?KXfv|l]N?2&   *5@N]lsdUG9-!  (3@OasxiZL?2'%1?PcyŒî}m_PC7+   !.>Qf~rcTF:.# *<Qhyj[L>1&$8Oh!!!"%,5BOYbipw}  &1>JT]elrx~"-9EOX`gmsx~ )4?IRZagmsx~ $/:CLT\bhmrx~  )3=FNV\bhmsx#-7@HPW]chnsz '1:CJRX^diov} *4=E L S Y _ e l sz  } | |{!"#  $.8@GNU[ahow~|zxvtsrrq#")/0.(! *"3#<#C$J$Q$W%]~%d|%kz%sx%|v%t$r$p#n!m kjjii$(28:94.& (*%+/,8,?~,F{-My-Sw-Zu-as-hr-pp-yn-l-j,h+f)e(c'b&b%a$a$&0:@CA=8002!2+{34x4<u4Cs4Jq4Po4Wm4]l4ej4mh4vf4d3c3a2_0]/\-[,[+[*[*+7@FIIE@97|8w9(t91q:9o:@l:Fj:Mh:Tg:[e:bc:ja:t_:^9\8Z7X6W4V3U1U0U/U/.<FLOOLGAz= u>q>$m?.k?6h?=f?Dd?Jb?Q`?X_?`]?h[?rY?}X>V=T<R:Q9P7P6O5O4O44AKQTURMHuC oCkC!gD+eD3bD:`DA^DG\DN[DVYD^WDfVCpTC{RBPBN@L?K=K;J:J9J8J89FOVYZXS~NpIiHeHbI(_H0\H7ZH>XHEWHLUHTTH\RHdPHnNHyLGKFIEGCFAE@E>E=E<E<=JTZ^_]Y{TlOdM`M\M%YM.WM5UM<SMCRMJPMROMZMMcKMlILxGLEKCIBHAF@D@B@A@@@@BOX^bdc_yZjV^S ZSWS"TR+RR3PR:NRAMRHKRPIRXHRaFRkDQvBP@O>N=LVu^T<]^;]h9\s7[5Z3Y2W1U1S1Q1P1O1NS_gnrttrtoflUhGe CeAe"?e*=e21lF0lO.kY-kc+jo)i~'h&f$e#c$`$^$\$[$[altzo~_{Oy?v2u 0u.u!,u*+u2)t:(tB'tK%sU$sa"rm q{pnljhedcbis{}l[K<-%#"~$ ~,~4~=}F}Q|]|j{xywuspnlkkq{wgVG9*%-6@ K X et|ywutt{qaQB4' %.8CP^myiZK<0# $/:FUdvpaRD6*#.:IYkvfWI</#   +9J^r{k\M@4((7J_xדկpaRC7+   %6JbzvgXI:." #5Jc| #*4ALV_fmsy$0=GQZahotz +7BLT\ciotz  '2<FOW]dintz  !,6@IPW^dinty &0:BJRX^cintz  *4<DLSY^cinu|$.7?FMSY_djpw  '09AHNTZ`flt|~|zxwvuu   *3;BIOV\bi~p|yzwusqpnml l k &+,*% %.7>E~K|QyXw^vetmrvpnljhfedccc&/5750*"!# $*|%3y%:w&At&Gr&Np&To'[m'bk'ii'rg'}e'c&a%`$^"]!\ [[[ .7=?>94-){+w,&t,/q-7o-=l-Dj-Jh-Qg.We._c.ga.p`.{^.\-Z,Y+W)V(U'U%U$T$&4>CFEA<6y1 t1p2#m2+j33h3:e3Ac3Ga3M`4T^4\\4d[4mY4xW3V3T2R0Q/P-O,O+O*N)-:CIKKHC=s7m7i8f8(c80a87_9>]8D[8KY9RX9YV9bU9kS9vQ9P8N7L5K4J2J1I/I/I.2?HNPQNI}Do=g<c=`=%]=-[=4Y=;W=AU=HT=OR=WQ>`O>iM=tL=J<H;G:E8E7D5D4D3D27DMRUVTOzJkDbA^BZB#WB+UA2SA8QA?OAFNBMMBUKB^JBhHBsFBEAC@A>@<@;@9?8?7?6<HQWZ[YUwPiK]G XFUF RF(PF/MF6LF=JFDIGKHGSFG\EGfCGqAF~?E>DKpQG=QP;QY:Qc8Qn7P{5O3N2L1J1H1G1E1D1CKW_eijjgsde`U\FX CW@W >W(=W/;W6:W>8WE7WN5WW4Wa2Vl1Vz/U-T,R+P+N+L+J+I+HQ]ekoppnrkdhSdB`;^9^7^%6^,4^33^;1^C0^K/^U-]_+]k*\x(['Z%X$V$T%R%P%O%NXckquwwupraoPk@h3f 1f/f .f(,f0+e7)e?(eH'eR%e\#dh"cv ba_]ZXWUU_jrw{~~~|my]wMs=q.o'n&n$n##n+!n3 n;mDmNmYlfktjhgdb`^]\gqyziY~I|:z,yx www&w.w6w?vJvUub tp s qomj h f e dpyudSE6(  '0:DP]~k}|{yvtqonmy~n^N@2%  (2=HVev|zxxvgWH:-  )4?M]n}m^OA3' (4AQcwsdUF9,   '4CUjyiZK=1% #2EZq΋ͦ~n^OA4( 1D]xsdTE7+ 0E]x '3?IS[cjpv{".:DNV^ekqv{)4?HQY_ekpv{ $/9BKSY`ekpu{  )3<ELTZ`ejou{ #-6?FNTZ_diou|'09AHNTZ_djpw~ !*3;BIOTZ_ekrz~|{{z #,5<CIOUZ`fnv|zwutrqpoo &/7 > D J P~ V| \y cw ju ss}q o m k i h gfee #()&! !*2|9y@wFuLsRqXo_mgkoiygeca`^]]\\$-231-'|x%u.r5p<n Bl Hj Nh Uf!\d!cb!l`!v^!] [ YWVVUUU,5:;:60)y# t$p%!m%*j&1h'8f'>d'Db'K`'Q^(X\(`[(iY(tW(U'T'R%P$O"O!N NN%2;@BA=82s+l*i+e,&c,.`-5^-;\-AZ-GY-NW-VV.^T.gR.qP.~O-M-K+J)I(I'H%H$H$,8AFHGD?|9n3f0b1_2#\2+Z22X28V2>T2ER2KQ3SO3[N3eL3oJ3|I2G2F0D/C-C,C*C)C)1=EKMMKEy@k:`6 \6Y6 V7(S7/Q75O7;N7BL7IK7QI8YH8cF8nE8zC7B6@5?3>2>0>/>.>-6BJORRPKvFh@[< V;S;P;%M;,K;3I;9H;@G;GE<=;;9:8969493:2:1;FOTWWVQsLfGXBP@M@J@#H@*F@1D@7C@>B@E@AM?AV>A_5<5:58575655?KSX\\[WrSeNVIKEGEEE CE(AE.?E5>E<0=0;0:09EPX]aa`]qYdUUPFK AK?K=K%;K,:K38K:7KA6KI4KR3K\1Kg0Jt.J-I+G*E*C*A+@+>+>JU]bfgf~dp`c]TXCS;Q9Q7Q"5Q*4Q02Q71Q?0QG.QP-QZ+Pf*Ps(O'N%M$K$I$F%E%C%CP[bhkml}jogbdR`A[4X 1X0X.X&-X.+X5*X<)XD'WN&WX$Wd#Vq!V TSQNLJIHWainrss|qnn_kOg?d/`)_'_&_"$_*#_1"_9 _A_K^U^a]o\[YWUSQPO^houxzz{yku[rKo0$  #.;J\oqbRD6)".<NbzwgWH;."  .>Riǃß|l\M>2%-AXqqaQB5( +@[x%0;FOX`fmrx} +6@JSZagmrx} &1;DMT[bgmrw}  !+5>GNV\bglqw}&/8AHPV\afkqw~ !*2;BIPV[`ekpw$-5<CJPUZ`ekry '/7>DJPUZ`flt}~{ywvuuu  !)18?EJPU[a}h{pxyvtqonlkjii #+39~@|EzKwQuWs]qdolmvkigecb``__ %%#  { &w -u4r;pAnFlLkSiYgaeicsa_][YX W W V V "*/0-)#z uq!n)k0i7g=eBcHaO_V^]\fZpX|VTRQPOOON*27862-&slif%c ,a 3_!9]!?[!EY!KW"RV"ZT"cR"mP"yO"M!K JIHHHH$19=?>:5{/n(e$a%^&![&)Y&0W'6U'<T'BR'HP'OO(XM(aK(kJ(wH(F'E&C$B#B!B BB*6>CEDA<w6k0_+ Z+W+U+&R,,P,3O,9M,?K,EJ-MH-UG-^E-iD-uB-@,?+=)=(=&=%=$=#0;CHJJGBt=g7Z1T0Q0N0#L0*J00H16F1<E1CD1JB2SA2\@2g>2s<2;1:08.8,8+8)8(8'5@GLOOLGrBe=W8N5K5H5 F5'D5-B53A5:@6A>6H=6Q<6[:7e97r76654433313/3.3,3+:DLQTTR}MpHcDV>I: E:C:@:%?:+=:1<:8::?9;F8;O7;Y5;d4;p2;1:/9.7.5.3.2/0/0>IQVXYW|SoObKTEE@ @?=?;?"9?)8?/6?65?=4@E3@M1@W0@b.@o-?~+>*=);(9)8*6*5*4CNU[]^]{YnVaRSMDH:D7D5E 4E'2E-1E40E;.EC-EK,EU*Ea)Em'D|&C$B#@#>$<$:%9%8ISZ`cdc{`m\aYSUBO4K 1K/K.K$,K++K2)K9(K@'KI%KS$K_"Jl!JzIGECA?>=OY`ehjizglc`aP\@W1S*R(R&R!%R($R/"R6!Q> QGQQQ]PjPyOMKIGEDCU_flopoynlk]hMc=_.\"Y YYY$Y+Y3Y;YDXNXZWgWwVT R P MKJI]fmruwwxuiqYnJk:g,ecbaa a'a/a7 a@ `K `W_d^s][YWUSQPemty}~~u|dxTvEr6p(nl k kkj"j*j3j<iGiSh`gofdb_][YXmv|p_O}@z2y$wv uuuut%t-t7sAsNr\qko|nkifdbav~yiYI;-  '0;~G}V|ezwyvtromlrbRC5( (3@N_q~|{zyiYI;." )5CTg}o_PA4' )7H[qtdUF8+(8Kc}zjZJ</" );Qj߅ۤo_O@3& (>Wq"-8BKT[bintz (3=FNV]cinty  $.7@HPW^cinsy(2:BJQX]chmsy#,5=DKQW]bglry '/7>EKQW\afls{!*18?EKQV[afmt}~}{{z$,3:@FKPV[agox}zxusqpooo &-4:@FK~Q|Vy\wcujssp~nlihfeddc  '|/z5w;uAsFrLpQnXl_ifgoezca_]\[ZYY""  }xt"q)n0l6j <h Ag Ge Mc T` [^ c\ mZ xX V U S RQQPP (,-*& tmjg$d+b1`7^=]C[IYPWWU`SjQuONLJIIHH H (0453/*z#nea^ \'Z.X4V:T?RFQLOTM]KgJsHFDCBBBAA#/7:<:72v,j%_ ZW T $R *P!1N!6M!<K!CI"JH"QF"[D#eC#pA#~?">!=;;<<<)5<@BA=8s3g-Z'S%P%M%!K&'I&-G&3F&9D'@C'GA'O@(X>(c=(o;(}:'8&7%6#6!6 66/:AEGFC}>p:d4W.M* J*G*E+$C++A+1?+7>+==,D<,M:,V9-a7-m6-{4,3+2)1'1&1$2#2"4>EJLLI{Dn?b:U5H0 D/A/?/"=/(;/.:/480;70B61K51T31_21k01y/0./-.,,,*-(-'-&8BINPQNzJlEaAS;E6>4;49474&64,44235925@15I06R.6]-6j+5x*5)4'2'0'.(-(+)*=GNSUVTyPlK`GRBD=99 694929$19*/90.:7-:>,:G*:Q):\':h&:v%9#8"7!4"3#1#/$.BLSXZ[YxVkR_NRJCE4? 0>.?,?!+?(*?.(?5'?<&?E$?O#?Z"?g ?u>=;97543GQX]`a_w\jY_VRRAL2G)E(E&E%E%#E,"E3!E:ECEMEXDeDsCB@><:98MW^cegfwcj`_]OY?T0O#L LLL"L)K0K8K@KJKVKcJqIHF DB@>=T]dilmlvjjh\dL`<[-X USSSS&S-S5S= RG RS R`QnPOMKHFD C[dkpstsvrgnXkHg9c*`^\ \ \["[)[1[:[DZPZ]YkX|VTROMLKclrwz{zsxbuSrCn5k'ig feeee%d-d6d@cLbYah`x_\ZWVSRltz~m~]{Mx>v0t#rqpp ooo n(n1n;mGlTkcjthfdb^]\u}wgWG9~+}|{zzz zyy"y+y5xAwOv^uosrnljifo_O@2%  $.9GWi}~}ywutwgWG9, $/=Nau}m]M?1$ $1ATirbSC6( #3F\uxhXH:, #5JdҁѠο}m]M=0# %9Qk*5>GOW^djpu{ %09BJRY_ejou{  !*4<DLSY_djou{%.7?FMSY^cint{  )19@GMSX]bhnt}$,3:AGLRW\bgnv &.5;AGLQV\bhox}zxwvut!(/5;AFKQV\c|jzrw}trpnljiii #*06}<{AyFwKuQsWr^oemnkxhfdb`_^^^ ~y$v+s1q6o<mAlGjLhRfYdaaj_t][YWVUTTSw rnk%h,f2d7b=aB_H]N[UY]WfUqR~QOMLKKJJ&)*'#zogc ` ^ '\ -Z 3X 8V >TDRJQROZMdKoI|GED C B BBB&.120,'u!j_ ZWU#S)Q/O4M:L@JGHNFWEaClAz?><;;;;; "-48973~/r)f#ZROMK%I+G1F7D=BDAL?T>_<j:x97655556(3:=?>:{5o0c*W$M HF D "B (@ .?!4=!:BDC@y;m6a1T+H&B$@%=%;%%:%+8%17&86&?5'G3'P2'[1'f/'t.',&+%*#*!+++3<CGIIEwAk<_7R2E-<):)7)5)#3)(2*/1*50+=/+E.,N-,Y+,e*,s(+'*&)%'%%&$'"'!7AGLMNKvFjB^>Q9D48/ 4.2.0. /.&-/-,/3+/;*0C)0L'0W&0c$0q#0"/!- + *!("&"%<ELPRSPuLiH]DQ@C;55.3,3+3)4$(4+'41&49$5A#5J"5U 5b5o4320.,+*@JQUWXVtShO]KPGCB4=)9 '9%9$9""9)!9/ 97:?:H:S:`9n9~86420/.FOVZ]]\tYhV]SPOAI2D$@ ??? ?&?-?4?=?F?Q?^?l>}=; 9 7543LU\`ccbt`h]]ZNV>P0L"HFFFF#F*F2F:FD EO E\ EjDzCA?=; 9 8R[bfijisghdZaK\;X-TQN M M M M'M/M7MAMLLYLgKwIHECA?>ZbimpqpsnekVhFc8_)\YWVVVV$V,U4U>UITVSdRtQOMJHFEbjptwx~wqu`qQnBj3g%ec a` `__ _(_0^:^E]R\a[pZXUSPNMjrx||~l{[xKt=r/p!nlkjjjii#h+h5hAgNf\emcb^\ZXVs{ueTE|7z)ywvuut ttts&s/s;rHqWphn{lkgecb}~m]M>0#  (3A~P|b{uywuqonteTE7) +8GYm~}{j[K<."  ,;Nd|p`PA3& .@UmvfVF8*0F_zșŷ{k[K;.! 3Kg '1;CKSZ`flqw}  ",5>FNU[afkpv}'08@HOU[`ejpv}"*3;BIOUZ_djov~ &-5<CINTY^cipw (/6=CHMRX]cipy~|{ #*17=BGLRW]cjs}|zwusqpoo %,17=BG~L|QzWx]vetmqwoljhfedcb&|,y2w7u<sBqGoLnRlXj`gherc~`^\ZYXXX   }xs!p'm-k2i7g=fBdGbM`T^[[dYnWzUSQPONNN zr mie"b(`-^3\8Z=YCWIUPSXQaOkMwKIGFEEED$''$ uj b ]ZX#V)T.R4P9N?MEK LI TG ^E iC uA @ >==<<<%+//-)|$qf[S P N L$J*H/F5E;CABI@Q>[<f;s9765 5 5 5 5!+25640y,n&b WL HFD!B&@,>2=8<>:F9O7Y5d4q21/..///'17;<;7w2k-`(T"HA?=;#9)8/655<4C2L1V/b.o,+)(()**-6<@A@=u8j3].Q)E#< 864 3 &1 ,0 2/!9.!A-"J+"T*"`("m'"}%!$ ##$%%1:ADFEBs>h9\5P0D+8% 2$0$.$,$#+$)*%0)%7(&?'&H&'R$'^#'l!'| &$"   6?EIKJHrCg?[;O6C26,-)+)))')!&)'%*.$*5#*=!+F +Q+]+j+z*)'%#" ;CINPO~MrIfE[BO=B964(/ %.#.".!.% /,/3/;/D0O0[/i/x.-+)'&%?HNSUU}SqPfLZIODB@4:&64444#4*41494B5M4Y4g4w3 2 0 .,*)DMTXZZ}YqVeSZPOLAG2A$=: :::!:':/:7:@ :K :W :e9t87531/ .JSY]``|_q]eZ[WMS>M/I"EA @ @ @ @% @,@4@>@H@U@b?r><;8643QY`dfg|fqdfaY^IY:T,PMJH HHH"H*H2H;GFGRF`EoECA><:9X`fkmn|mqkdhUdE`6\(XUSR QQQP'P/P8OCOON]MlL~KHFCB?`hnruu|tor_nPj@g2d$a^ ]\ [ZZY#Y+Y4X?XLWZViT{SPNLIHipvz||z{jxYtJq;n-lihffe eddc&c0b;bGaV`f^x\[WUTRry~sc~R{Cx5v'tr qppoo onn!n*m5mBlPkaitgeb`^]{|k[K<.!}|{{{zzz zzz#z.y;xJw[vntqpljirbRC4'  %2ARg~}zwyhYH:,'6I]tn^N>1# ):OhtdTC5'  ,@XsyiYI9, .Gc  $.7?HOV\bgmrx )2:BJPW\bglrx#,5=DJQV\afkqx '/7>EJPUZ`ekqy#*18>DJOTY_dkr{ %,29>DINSX^dkt~}{yxvu '-39>CHMRX^~e{nywvtqomkjih "(.3}8{=zBxGvLtRrYp`nhkri~fdb`^]\\ }y#v)s.p3n8m=kBjGhMfSd[ac_m\xZXVTSRQQ  }wrnk#h)e.c3b8`=^B\HZOXVV_ThQtOMKJIHGG um hc`]$Z)X/V4U9S>QDOJMRK[IeGqECA@??>>!$$"{pf ] XURP%N*L/J4I:G@EGCNAX?b=n;|:877666#),,*&x!mbWN JHF D&B +@ 0? 6= << C: K8 U6 `4 l3 {1 0 ///// */331-u)j#_SHA?<;"9'8-62593@2I0S/^-k+z*('' ( ( )&/58984s/h*\%QE; 8542$1*/0.6->+F*P(\'i%x$"!!"## ,4:=>=}:q5f1Z,O&C!81/-,!*')-(4';&D$N#Z!g v09>BCB|?p;e6Y2N-B)7$, )'%$$# +" 1!!9 !B!L"X"e!t! 5=CFHG{EoAd<X9M4A/6+*& #$!$ $$"$)%/%7&@&J&V&d&s%$" 9AGKMLzJnFcBX?M;A662)-) ))) )'*-*5*>+H+U+b*q * ( ' % # !>FLPRQzPnMcIXFMBA>59'4/ ..//$/+/3/< 0F 0R 0`/o/-,)'&$CKRUXWyVnScPXMMIAE2?$:75 5 5 5" 5)515:5D5P5^4m4~21/,*)IQW[^]y\nZcWYUMP=K/F!B> < <<< <'FLRX]chms{  )19@FLRW\agmt| $,3:@FLQV[`fmt~ &.4:@FKPUZ`fmv~| "(/5:@EINTY_goy|ywtrqpo $*/4:?CH~M|SzYx`uisrp~nkigedcb%|*y/w4u9s>qCpHnMlTj[hcelcx`^\YXWVV |xsp%m*j/i4g9f>dCbH`O^V[^YgVsTRPNMLKK xr mie b%_*]/\4Z9X>VCTJRQPYNcKnI|GEDBBAA{phc^ZW T%R*Q/O4M9K?IEHMEUC_Ak?x=;:9988!!wlaY TPMJ!H&F+E0C5A;?A>I<R:\8h6u4321100!'*)'#si^S J FC@>"=';,91876>4F3O1Z/f-s,+*))))(-00.|*q&f![PE< 97 5 4 #2 (0 ./ 4- ;, C* M( X' d% s$ # " """"%-3664z1o-d(Y#NB81 .-+*%(*'1&8%@#J"V bq   *28;<:y7n3c.W)L$A 6, (&$#""(!. 6>HTao /7<?A?x=l8b4V0K+@'5"+" %,4<FR_n3;ADEDxBl>a9V6K2@-5)*$ # * 2!:!D!P!] !l !}    8?EHJIwGkD`@V=K8@450*,'$$$$!%(%0 &8 &B &N&[&j%{$#!<DJMOOwMkJ`FVCK?@;57'2-* * * * *&+.+7+@+L+Y+h*x)'%#! AIOSUTvSkPaMVJLGAC2=%84 1 0000%1,151>1J0W0f/v/-+(&%GOUY[[vYkWaTWRLN=H/C!?;8 8777"7*737<7H6U6d5t420.,)NV[_aav`l^b\WYHT9O+JFCA@ ??> >(>0>:=E=S`/]"YWTSR QPPO!O*N4N?MML\KmIHECA?fmquwwwvfrVnFj8g*db_^]\[ [ZYY%X0X;WIVYUjS~QOLJHouz}~~o{_xNu@q1o$mj iggffe edd c*c6bDaT`f^{\ZXTSx~xhW~G{8x*wusrqqqqpp ooo#o/n=mNlajvhfdb^o^N>0#}}||||||| |||'|5{FzYyowtrpoueTD6'  +<Pf|kZJ;, 1E\vq`O?1#"5MivfUD5' '=WtΕʽ'08@GNTZ_djov}"+3;BHNTY^ciov~ &.5<BHNSX]bhow!(06<BHMRW\bhpy #*16<AFKPU[ahq{~|zxw%+16;@EJOU[b~j|tyvsqnlkjj  &+0~6}:{?yDwIvNtUq\odmmjyheca_]]] }y!v's+q0o5m:k>jCiIgOdVb^`h]sZXUTRQPP|wrnj"g'e+c0a4`9^>\DZJXQUYSbQnO{LJHGFEE {sl hc`\"Z&W+V0T4R9P?NEMLJTH^FiDvA?>=<;;  vld^ YUQO"M&K+I0G5F:DABH@P>Z;e9r8654332}rh ]TP KHEC"A'?,=1;6:=8D6M4W2b0o/-,++++%''$z!oeZP FB><97#6(4-2319/A-I+T*`(m&}%$$###&+..+x(m$cWMB 9 530.-$+)*/(6'>%G#Q!^ k{$+1342w.k*a%U!K@6- ) ' & $ # &! , 3 ; DP\j {  )16897v4j0`,T'I"?5+" #)19BN[iz    .5:=><u:i6_1S.I)>%4 *  '.7@L Y g w 29?BCAt?h;^7S4I/>+4'*#  % , 5 >JWeu6>CFH~GtDhA^=S:I6?25.+*%    #!+!3"="H"U"c!s!;BHKM~LsJhG^CTAJ=?966(0,'%&&&"&)'1';'F'S'a&q%#"@HMPR}RsPhM^JTHJDAA3;%62 .- ,,, ,',0,9,D,Q,_+p*(&$" FMSVX}XsWiT_RUOLL=F/A!=964 3333%3-372B2O2^1n0/,*'&LTY]^}_s^i[`YVWGQ8L*GC@=< ;::9#9+959@8M8[7l6520.+T[`de}ftejcaaQ\BW4R&NK HFED CBA A(A2@=@J?Y>j=};9753\cgkm}mtlkj[fKb<^.Y VSQONM LKJJ%J/I:HGHVFgEzCB><:dkost}tuteoTlEh6d(a^\ZYXWV UUT S*S6RCQRPdNxLKIEDmsx{|~{nx^uMr>n0k"igeccbba` __^%^1]>\N[`YtWUSQNw|vf}U{Ew6u)sqonmmmllkkjjj*i8hHgZfoda_^[~m]L=.}!|{yyxxxxwwwwww"w0v@uSthromkjtcRB3%  &6J`y}{zziYH9*+?Uoo^M=/!1IctdSB3%"8QpÓ#,5<DJPV[`ekqx '07>DJPUZ_djqy"*18>DIOTY^djr{ %,28>CHMRW]cks~ &-38=BGLQV]dlv}zxvtrq "'-27<AEJP}Vz]xeuos{pnkhfedd#}(z,x1v6u;s@qEpJnPlWj_ghetb_]ZXWVW |wtp#m(k,i1g5f:e?cDaJ_Q\YZcWnT{RPNLKJK~wq lheb#_'],\0Z5X:V?TERLOTM^KiIvGDBA@??vmhc^ZWT#Q'O,N0L5K:I@GGEOBY@d>q<:86655 | qg_Y TPLJG"E'C,B1@6><<C:K8U6`4m2|0/.--- xnd YPK GC@=;#9(7-62483?1H/Q-]+j)y(&&%%%#$$!vkaVLC> :7420$.)-.+5)<(D&N$Z#g!v $)++)t%i!_TI? 62 .+)' &%$+#1!9 ALXet"*/11~/s+h(^#RH=4+ & # "(.6?J V ds'/467}5r1g.\)Q%G =3)      % , 4= H T b r    ,38;;|:q7f3\/Q+F'<#3)     " ) 2;FR`p   18<?@|?q<e8[5Q2G-<)3%)!    (09DP_n 5<ADE{DpBe>[;Q8G4=04-+)% &.7BO]m:AEIJzIpGfD[AQ>H;>754)/*%" """"$",#6#@#M#["k!} ?FKNOzOpMfJ\HREIB@?3:%50 ,) ((((#(+(4(>(K(Y'i&|%"!DLQTUzUpTfQ]OSMJJ=D/?!:631 0/..!.).2.=.I-X-h+z*(&$!KRW[\z\q[gY^WUTGO8J*EA=:87 6555&505:4G4U3f2x0/,*(RY^bczcqbh`__PZAU3P%LH EBA@ ?>==#<-<8@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~mft1!  !"#$%&'()*+,-./012456789:;<=>?@ABCDEFGHIJKLMNOPRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~񪌫ۊa۶iUֆAaߖg\;~cibvBAj+0}" d[dgܿδӟr<@\12d&(WuD{ܳX7pѣxWH;_¸ܼаaDXhC9sB6 ix qjbT$WЧwF$Gۯ[?)7ܽkZS̾ҳǢhM3ڪ~V3c҆S%FB -bznTcYQ^G HÝdG3 AƲp[M;Aô˪x_GGϟuR3%j;|UbjI4c"8dy5qmUA1!n׼zk\PD3nȻë~eLqѢzY=# Xܓ]0 79/Ps`N(>R0{#O/  {ri_TE4Ӽy]絎oU=% a4uu+Vy: ! I|qnb Y;QpM JQHE?Ȩ|viYIݴz`I3ByI#%+_|kT@.En1`1|=#)wƼxT7!)w=Ia/TtDxoi\ Q0FZ=5.[*%rVh%;Oe~ܱ{tomlls~6Pj[R;&Ft6^KB p(Cb󒡶aF2# REypbUAJg@6.I%|,y M?8Z#7I\q˭uja[UPKJLQ`xW/8#?}'Pv%P}'a) x 0Ga}ŻuYC1"&/u2g_[QF6=]4+*"[ hG5PnFASdv鼟}qg^XRMIGDGRd3 ;n%Kp6aW-8T$5H]tǽy_L=0' &O>}s;gc]T$KIBq8%-V!%2Lv-C\wlhzƥ|tmhc^YVTV\l0@O{>c9c* &?k$=XwK9J[lŽxcUIB<72.*'%&+4Kpf4\ -wRmyb;-Iq /JjH+;MavԪ~|{}E6,$  BwP+{(Mq,R"Bc/LmS ,>Qhu}tmhda_^]^chv) %[J q*N7q@e8 <[h );Pgdx˽aZUQONMMORZez)JPjt*Qt6?gY5Sv(1EZsltPLIGHIJLSYh|<.\`Ak߂) 9VwK/CXp҄xUIJMRY^pV0Jhp>^y򣅦desc Little CMS Little CMSdesc2.x 2.xlcms2-2.17/plugins/test_profiles/test3.icc0000644000175000017500000006750414752176133017607 0ustar martimartioDlcmsspacRGB Lab  1 acspMSFT-lcmsdescA2B060B2A0760wtptncprtn,#dmndnPdmddntdesc,Test profile, not suitable for real use-Test profile, not suitable for real usemft1  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ymb XPIC$<+6209+?%FLR z {~ ~sh^VN$G*@0963<-B'I!OUopt|yq!~g%^)U-M2E7>=7B1H*M$SY,i-j-m/q{1uq3zg6^:U>MBEF=K6O/T)Y"_=d>e>g?jAm{CrpEvgG{^JUNMQEU=Y6]/b(f!N`NaObPdQgRjzTnpVsgXx^[}U^MaEd=h5l.p'^[^\_]__`aadcgydkofpfht]kyUm~LpDs=w5z.nWnXnYoZo\p^qasexthovlfxq]zuU}zLD=5}S}S}T~U~WY\_bwfnien]rTvL{D=OOPQRTVY\_vcngek\oTsLwDKKLMNOQTVY~]v`mddh\lTpLG©GHIJKMOQTW}Zu]lade\iTCƷDķDEFGHJLOQT}Wt[l^cb[@@@ABCDFHJLOR|UsXk\c<<<=>?@ACEGJLO{RsVj8899:;<=?ACEGJMzPr{od ZRKD&>-731:+@%G MS ~ uj`W O%H+A1:74=.C'I"OUtvy~ }s#h&_*V/N4F9?>8C1I+N%TY.m.n/q0t|2xr5}h7_;V?MCFG>K7P0U)Z#_>g?h?j@lBp{DtqFxgH}^KUNMREV=Z6^/b(g"ObOcPdPfQiSlzTppVtgYy^[~U^MaEe=h6l/p(_]_^__``acbeciyempgqgiu^kzUn~MqEt=w6{.nYnYoZo[p]q`rbsfxuiovmfxr]{vU}{ME=5}T}U~U~VXZ]_cwfnjfn]sUwL{E=PPQRSUWZ]`wcngek]oTtLxDLLMNOPRTWZ]vamdeh\lTpLH©HIIJLMORTW~Zu^lade\iTDƷDŷEEFGIKMORU}Xt[l_db[@@AABCEFHJMOR|UsYk\c<===>?@BDFHJMP{SsVk999::;<>?ACEHJMzPr ~ r g]UM#F)?/963<-B'H!NTxmcZ#R(J.C4<95?/E)K"QV }!~"$u&j)a-X1P6H;@@9E2J,O&UZ0t0u1v3y~4|s7i9`=W@ODGH?M8Q1V*[$`@lAmAnBqCt|EwrG{hJ_MVPNSFW>[7_0c)h"PfPgQhRjSlTo{VsqXwhZ{_\V_NbFf>i6m/q(```a`bacbechdkzfophsgjw^l{VoMrEu>x6{/o[o\p\p^q_qbsethyukpwogys^{wU~|ME=6~V~W~WXZ\^adxholfp]tUxM}E=RRSTUWY[^awenhel]pUuMyENNNOPRTVX[^vbmeei]mTqLI©JJKLMOQSVX~\u_mbdf\jTEǷEŸFFGIJLNPSV}Yt\l`dc\AABBCDFGIKNPS|VtYk]c=>>>?@ACDFIKNP{SsWk:::;;<=>@BDFHKNzQrxlcZ#Q(J-B3<95?/E(K"PV}q!g$^(U-M2E7><7B1G*M$SX%&')x+n.d1[5R9J>BB;G4L-Q'W!\4|4}5~68u:k=b@YCPGHKAO9T2X+]%bCsCtDuEwFy~H|tJjLaOXROUGY?]8a1e*i#RlRlSmToUqVt|XwrY{i\~`^WaOdGg?k7n0r)aebebfchcjdlfo{grqivhkz_m~WpNsFv>y7|/p_q`q`qarcsethukzwnpxrgzv_}zV~NF>6ZZ[\]_adgxjongr^vVzM~F>UUVVXY[^`dwgojfn^rUvMzEPPQRSTVXZ]`wdngek]oUsMLêLLMNOQSUWZ~]v`mdeh]kTGǸGŸH¸HIJLNPRTW}Zu^lade\CCDDEFGIKMORT|Wt[l^d???@ABCDFHJLOR{UsXk;;;<==>@ACEGJLOzRr~ s"h&_*V.N3F8?=8C1H+N%SY"#$&w(l+b/Y3Q7IMBEF>K6P0T)Y"_99:;nAeD[GSJKNCR;V4[-_&d G{G|H}H~JKvMlOcRZUQXI\A_:c2g+k%UsUsVtVuWwYy~Z|t\k^aaYcPfHi@m9p1t*dkdkdlemfogqht|iwskzim~`oXrOuGx@{8~1rdresesfthujvlwo{xrqzuh|y`~}WOG?7^__`acehkynpqhu_yW|NF?YYYZ[]_adgxjomgq^uVxN|FSTTUVWY[]`cwfojfm^qUuMOëOOPQRTUXZ]`vcnfej]mUJǹJŹJ¹KLMNPRTWY~\u`mcef]EFFFGHJKMOQTV}Yt\l`dAABBCDEFHJLNQS|VtYk===>??@BCEGIKNQ{Ts''(*y,o/e2[6S:K>CCZ6^/c(g"KLLMNOyQoSeV\YT\K_CbXAOEGI@N8R1W+\$a56689w;m>cAZDQHILAP:T3Y,^%c<<=>@{ApDgF]IUMLPDT=X5].a(f!FFFGHJvLlNbQYTQWI[A^9b2f+k$QQRRSU|VrXhZ_]W`NcFf>j7n0q)]^^^_`bycoefh]jUmLpDs=v5z.jzkzkzk{l|m~npwqmsdu\wSzK}C;4xqxrxrysytzv{x|z~~|ulcZRJB:jjkkmnprt|wszj}bYQIAccdefghjmo{rruixa{XPH]]^^_`bdfhkymqpht`wWzOWĮW®XXYZ[]_adfxiolgo_sWRɼRǼRüSSTVWY[]`bwenhfl^LMMMNOPRSUWY\~_vbneeHHHHIJKLNOQTVY}[u^mCCCDDEFGIJLNPSU|Xt<<=>?{ApCgF]IULLPDT=X5\.a'f!??@AB}DrFhI_LVONRFV>Z7^/c)g"EEEFHIuKkNbPYSQVHZ@^9b2f+j$MMNNOQzSpUfW]ZU]L`Dc=g5k.o'WWXXYZ\v^l`cbZeQhIkAn:r2u+bcccdeg|hrjil`nWqOtGw?z7}0oooppqrtyupwgy^{U~ME=6{y|y|y|z}{~|~~wne\TLDxxyyz{|~wne]ULEppqqrsuvxz~|uld\SKiæijjklmoprt|wsyk|cZRbdzbijccdefgikmo{rrujwazY\\\]]^_abdfhkymqpis`VVVWWXYZ\^_bdfxiplgPPQQRRSTVWY[]`bweoKKKLLMNOPRSUWY\~^vPPPQRT|UrWhZ_\V_NbFe>i7m/q(RRSSTV}WsYj\a^XaOdGg?k8n0r)VVWWXZ[v]l_caZdQgIjAn9q2u+\]]^^`aycoefg]iTlLoDrw6{/eeeffgi~jtlknbpYsPuHx@{91lllmmnoqxrotfv]yT{L~D<5uuuuvwxy}zt|j~aYQHA9~~ypg^VNF>vmd\SKC|sjbYQI yqh`WOwƬwìwwxyz{}~wof^VoɸoǹpĹpqqrsuvxz~|umeĄ]hhhiijklmoqsu|wtyl|caabbccdeghjknp{rruj[[[\\]^_`acegikymqUUUVVWWXZ[\^`bdgxccddefg}itjjmaoXqPtHw@z8~1eeefghi~julknbpYsQuIxA|91hhhijklmvomqds[uRxJ{B~:3mmmnnopryspufw]zU|ME=5ssttuvwx}ys{j}aXPH@8{{||}}~wne]TLD<|sjbYQIAypg_VNFvmd\TLĤ¥|skbZR~ǰ~Ű~°~zqi`Xv˼vɼvżwwxyz{}~ÂwĄoņglj_ooooppqrtuwxz~|vmҁehhhhiijklnoqsu|wtylaaaabccdeghjlnp{rs[[[[\\]^_`bcegikylĹmijmīmġnėoōpŃqyspufw^yU|M~E=5n¹n³n¬o¢pØpÎrĄsztpvgx^{V}ME=6qqqrrstu{wryi{`}WOG?7uuuvwwxz~{t}kbZQIA9{{{||}~xne]TLD<|riaXPH@wne]TLD|sjbYQIĞypg_WOƩĩvme]TɴǴĴ|skcZ}Ϳ}}~~€‚ÃĄņƈzNJqɌiʎauuvvvwxyz{}~р҂xԄoՆgnnnooppqrtuwxz~|vnggghhiijkmnoqsu|wt`aaaabcdefgijlnp{vȼvȷvȰvȦwȜxɒyɈz|u}lcZRIA:wƽwƷwǰxǧxǝyǓzȉ{}v~lc[RJB:yĽzĸzızĨ{Ğ|Ŕ}Ŋ~Ɓwne\TKC<}~~~ƒypg^VME>|sjaYPH@wne\TLD‘{ri`XPHĚwne]ULƤä|skbZRɮƮ®yph_W˸ɹƹvm™eě]ÄÄĄĄąąņŇƈljȋɌʎ|ːt͑kΔc|||}}~~рҁӃԄՆֈz׊q،iuuuuvvwxyz{}~ကxpmnnnnoppqstuwyz~|vggggghiijkmnpqsu|̴̻̫͎͘͡΄zqh_WNF>˻˴ˬˢ̘̎̅{ri`WOG?ȼɵɭɣəʏʆ|sjaXPH@ŽŶŮťƛƑLj~ulcZRJB‹Šxnf]ULDÑ{ri`XPHĘvmd\TLƠàzqi`XPȩƩªvne]U˳ɳų|skbZͽ˽Ƚþ™ÚĜyŝpǟhȡ`ȋȋȋȋȌɌɍʎʏː̑͒Δ~ϕvїnҙeӃӃӃӄӄӄԅԆՇֈ։׊،َ|ۏtܑk{{|||}}~ဤၛ⃓ㄊ䆂zrttttuuvwxyz{}~xmmmmnnoppqstuwyz~ÈпиаѦѝѓ҉Ҁvmd\SKCÉϿϹϰϧНГЊрwne\TLDċ͹ͱͨΞΔ΋ρxof]UMEĎʺʲʩʠ˖ˍ̃zqh_WNFœżŴūƢƘǏDž|sjbYQIƘ؈vme\TLǟğzqh`XOɧƧ§~umd\T˯ɯİzqi`X͸˸ǹ¹vn­eĮ]ššššÛÛÜĜŝƞƟǠɢ|ʣs˥kͧc͓͓̒̒̒͒ΔΔϕϖЗљҚӛy՝p֟h׊׊׊׊׋؋،،ٍڎڏۑܒݔ~ߕvnㄽㅶ䆮䇦初払犍茄|t{{{{{||}~zsstttuuvwxyz{}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~mft1  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !!"#$%&'()*+,-../0123456789:;<<=>?@ABCDEFGHIIJKLMNOPQRSTUVVWXYZ[\]^_`abccdefghijklmnoppqrstuvwxyz{|}~~  !!"#$%&'()*+,-../0123456789:;<<=>?@ABCDEFGHIIJKLMNOPQRSTUVVWXYZ[\]^_`abccdefghijklmnoppqrstuvwxyz{|}~~kP7kP7kP7kP7kP7kP7kP7kP7kP 7 !!!!!!!!!k Q$7- 111111111k*Q68< ?????????-l>QF8K!MMMMMMMMM.ElPQW8Z"\\\\\\\\\-JYlbRg9j#kkkkkkkkk(NallsRw9y${ { { { { { { { { Qgu~mR:%|` F ,  |` F ,  |` F ,  |` F ,  |` F ,  |` F ,  |`F-|aF-|aF$-+--------}a/F8-=>>>>>>>>}8aDGJ.NOOOOOOOO?}NaWG\/^________DW}bbiHm/oppppppppG^l}ub{H~0Heu~bI1 j~~cI2/0011q2V2;2!22222222/0011q2V2;2!22222222/0011q2V2;2!22222222/0011q2V2;2!22222222./001q1V1;1!11111111*+,,-q-V-;-!--------%&'((q(V);)") ) ) ) ) ) ) ) !!q"V"<"""(")")")")")")")"r$V3<:#=>>>>>>>.r@VI';`tsX?(e|ˌsY@) ˢtZA+BCCDDDfDJE/EEEEEEEEBCCDDDfDJE/EEEEEEEEBCCDDDfDJE/EEEEEEEE@AABBBfCJC/CCCCCCCC=>>??@f@J@/@@@@@@@@9:;;<S SSSSSSSNOOPPPwPZP>Q!QQQQQQQJJKLLLwLZL>M!MMMMMMMDEEFFFwGZG?#G"*G,G,G,G,G,G,G<==>>?w2?[???F?#I?J?J?J?J?J?J?/122)3E3wR3[Z4@_4$a4b4b4b4b4b4b46Rb xk \q!@u!%v!w!w!w!w!w!w!?^o{x\A' Dg{y]B( Goҕy]C*uӬz^D,z_F. {`G0ijjjkkkjkLk.kkkkkkkghhiiiijjLj.jjjjjjjffgggghjhMh.hhhhhhhccddeeejeMe/eeeeeee_``aaaajbMb/bbbbbbbZ[\\\]]j]M]0] ]]]]]]TUUVVVVk%WN3W0:W =W=W=W=W=W=WKLMMN(NBNkNNNUN1YO[O[O[O[O[O[O?@AB=BUCcClkCOpC2sCtCtCtCtCtCtC-./L0e1s1}2l2P232222222WqƂ m P 5  _|ƜmQ6eƴnR8oS:!pU;$ qV=(}}}~~~~z~\~=~~{{{||||z}\}=}}}}}}}xyyyzzz{z\z=zzzzzzzuuvvvww{w]w>wwwwwwwqqrrrss{s]s>ssssssslllmmmm{n]n? nnnnnnneefffgg|5g^Cg@JgMgOgOgOgOgOg\\]]^;^R^|^^^f^@j^l^n^n^n^n^n^PPQ!RPRfRsS||S_SAS!SSSSSS??5@`AwABB}B`CBC#CCCCCC @!m#$ٕ%&'}'`'D(&((((((Xwٰ~aE(bF+ cH-dJ0fL3lL(lL(mM)mM*mN+}}~~~~n N&,046666vvvwww-wFxnSxOZx-^xaxaxaxaxaxmmmn nMnbnooowoP{o/~ooooooaaa>bcbwcccocQc1ccccccPQPQtRR̗SSSpSRT2TTTTTTW7^89::̳;;#vZ@'}\8}\9}]:}]:~^;~(^;p stttt~~~~<_s`?rrrVrvs߉ssttat@ttttttPbPbhbccߪddddbeBeeeeeeLLLMNNOOOcODOOOOOO""#%&(())d*F*#*****eH'gJ+hL/ jN3lImImJnKnL>oNMW"\^___)Shtp}N$SqфpO'>>>lѨqP*…ÅÅÅÅttttuuuvvrvRv-vvvvv___``aaabsbSb0bbbbb???@ABBCCuCUC3DDDDDvW6wY:y[=z]@"Ο}Z-˟~Z/Ơ~[0\2\3(15667R`]i5orsttDfy^7/h䖢â`9xxx亖Ė˖ЖaԖ<֖זؖؖؖχڇ⇤臃b>rrrrssttttdtAt tuuuWWWWXXYYYYeYCZZZZZ!"$$%&g&F&&'''iI$kL*mO/kA߱ߏkBڲڏlCղՐmDβΑm6FDLOQQNdzeǑsn|G[xՋoIeeee|մĴpɴK̴δϴддͨרިrMʘʘʘʘ՘sOtQ%lllllmmnnnvnTn*nnnnDDDDEEFGGGwGVH/HHHHyX4{[9}^=|S|T}U~W;PX\!cgij>>>>pƩѤс[)Ƥǂ\-Һ^1`5b9d=______``aaafaAabbb iD kHlJf1f3g5i7"2Ufjr:y}Vw؊푡k=xxxxxػm?ٶٓnBͷ͔pEqHsKuOwwwwwwwxxxxwyRyyyyMMMMMMNOOPPyPUP&PPPMMMMMMNOOPPyPUP&PPPMMMMMMNOOPPyPUP&PPPxHyIzK{M4BIMQk||OKKKKKKnǫ}Q~SV ߦXѧу[ ](`/a1a1a1a1\^_EaWahk?jفc ھe&g,i1k6m;׻ؖo?׻ؖo?׻ؖo?׻ؖo?׻ؖo?׻ؖo?  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~XYZ MtextNot suitable for real usedesc Little CMS Little CMSdesc2.x 2.xlcms2-2.17/plugins/test_profiles/test5.icc0000644000175000017500000000625014752176133017600 0ustar martimarti lcmsmntrRGB XYZ  1acspMSFT-lcmscprtP#desctwtptTbkpthrXYZ|gXYZbXYZdmnddmdd8tvuedview4$lumiXmeasl$tech rTRC gTRC bTRC textNot suitable for real usedesc,Test profile, not suitable for real use-Test profile, not suitable for real useXYZ QXYZ XYZ o8XYZ bXYZ $desc Little CMS Little CMSdesc2.x 2.xdesc,Reference Viewing Condition in IEC61966-2.1,Reference Viewing Condition in IEC61966-2.1view_. \XYZ L VPWmeassig CRT curv #(-27;@EJOTY^chmrw| %+28>ELRY`gnu| &/8AKT]gqz !-8COZfr~ -;HUcq~ +:IXgw'7HYj{+=Oat 2FZn  % : O d y  ' = T j " 9 Q i  * C \ u & @ Z t .Id %A^z &Ca~1Om&Ed#Cc'Ij4Vx&IlAe@e Ek*Qw;c*R{Gp@j>i  A l !!H!u!!!"'"U"""# #8#f###$$M$|$$% %8%h%%%&'&W&&&''I'z''( (?(q(())8)k))**5*h**++6+i++,,9,n,,- -A-v--..L.../$/Z///050l0011J1112*2c223 3F3334+4e4455M555676r667$7`7788P8899B999:6:t::;-;k;;<' >`>>?!?a??@#@d@@A)AjAAB0BrBBC:C}CDDGDDEEUEEF"FgFFG5G{GHHKHHIIcIIJ7J}JK KSKKL*LrLMMJMMN%NnNOOIOOP'PqPQQPQQR1R|RSS_SSTBTTU(UuUVV\VVWDWWX/X}XYYiYZZVZZ[E[[\5\\]']x]^^l^__a_``W``aOaabIbbcCccd@dde=eef=ffg=ggh?hhiCiijHjjkOkklWlmm`mnnknooxop+ppq:qqrKrss]sttptu(uuv>vvwVwxxnxy*yyzFz{{c{|!||}A}~~b~#G k͂0WGrׇ;iΉ3dʋ0cʍ1fΏ6n֑?zM _ɖ4 uL$h՛BdҞ@iءG&vVǥ8nRĩ7u\ЭD-u`ֲK³8%yhYѹJº;.! zpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\dlvۀ܊ݖޢ)߯6DScs 2F[p(@Xr4Pm8Ww)Kmlcms2-2.17/plugins/threaded/0000755000175000017500000000000014752176133014747 5ustar martimartilcms2-2.17/plugins/threaded/COPYING.GPL30000644000175000017500000010451214752176133016511 0ustar martimarti GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read .lcms2-2.17/plugins/threaded/Makefile.am0000644000175000017500000000003614752176133017002 0ustar martimartiSUBDIRS = src include testbed lcms2-2.17/plugins/threaded/Projects/0000755000175000017500000000000014752176133016540 5ustar martimartilcms2-2.17/plugins/threaded/Projects/VC2022/0000755000175000017500000000000014752176133017356 5ustar martimartilcms2-2.17/plugins/threaded/Projects/VC2022/lcms2_threaded_plugin.vcxproj0000644000175000017500000003322214752176133025233 0ustar martimarti Debug ARM64 Debug Win32 Debug x64 Release ARM64 Release Win32 Release x64 {71dede59-3f1e-486b-a899-4283000f76b5} {6A44744B-BED4-49EC-87BB-83978458CE19} Win32Proj fast 10.0 StaticLibrary true Unicode v143 StaticLibrary true Unicode v143 StaticLibrary true Unicode v143 StaticLibrary false true Unicode v143 StaticLibrary false true Unicode v143 StaticLibrary false true Unicode v143 AllRules.ruleset $(Platform)\threaded_plugin_$(Configuration)\ ..\..\..\..\Lib\MS\ AllRules.ruleset $(Platform)\threaded_plugin_$(Configuration)\ AllRules.ruleset $(Platform)\threaded_plugin_$(Configuration)\ ..\..\..\..\Lib\MS\ $(Platform)\threaded_plugin_$(Configuration)\ ..\..\..\..\Lib\MS\ $(Platform)\threaded_plugin_$(Configuration)\ $(Platform)\threaded_plugin_$(Configuration)\ ..\..\..\..\Lib\MS\ Level4 Disabled WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) ..\..\include;..\..\..\..\include;%(AdditionalIncludeDirectories) Fast Windows true Level4 Disabled WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) ..\..\include;..\..\..\..\include;%(AdditionalIncludeDirectories) Fast Windows true Level4 Disabled WIN32;WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions) ..\..\include;..\..\..\..\include;%(AdditionalIncludeDirectories) Fast Windows true Level4 MaxSpeed true true WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) ..\..\include;..\..\..\..\include;%(AdditionalIncludeDirectories) MultiThreaded false AnySuitable Speed true true Fast true StreamingSIMDExtensions2 Windows true true true true Level4 MaxSpeed true true WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) ..\..\include;..\..\..\..\include;%(AdditionalIncludeDirectories) MultiThreaded false AnySuitable Speed true true Fast true StreamingSIMDExtensions2 Windows true true true true Level4 MaxSpeed true true WIN32;WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions) ..\..\include;..\..\..\..\include;%(AdditionalIncludeDirectories) MultiThreaded AnySuitable Speed true true true Fast StreamingSIMDExtensions2 Windows true true true lcms2-2.17/plugins/threaded/Projects/VC2022/lcms2_threaded_plugin.vcxproj.filters0000644000175000017500000000262014752176133026700 0ustar martimarti {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd {7d5b1769-2be4-46f2-9e35-6260eea79d7f} {012df308-35db-4909-b035-b1cd5fd1ee5b} Header Files Source Files doc Source Files Source Files Source Files Source Files lcms2-2.17/plugins/threaded/Projects/VC2022/lcms2_threaded_plugin_testbed.vcxproj0000644000175000017500000002740414752176133026752 0ustar martimarti Debug ARM64 Debug Win32 Debug x64 Release ARM64 Release Win32 Release x64 {F56B9CBA-A34D-4C68-9003-A6919236399E} Win32Proj fast_testbed 10.0 Application true Unicode v143 Application true Unicode v143 Application true Unicode v143 Application false true Unicode v143 Application false true Unicode v143 Application false true Unicode v143 true $(Platform)\testbed_$(Configuration)\ $(ProjectDir)..\..\testbed\ true $(Platform)\testbed_$(Configuration)\ true $(Platform)\testbed_$(Configuration)\ $(ProjectDir)..\..\testbed\ false $(Platform)\testbed_$(Configuration)\ $(ProjectDir)..\..\testbed\ false $(Platform)\testbed_$(Configuration)\ false $(Platform)\testbed_$(Configuration)\ $(ProjectDir)..\..\testbed\ Level4 Disabled WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) ..\..\..\..\include;..\..\include;..\..\src Console true Level4 Disabled WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) ..\..\..\..\include;..\..\include;..\..\src Console true Level4 Disabled WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) ..\..\..\..\include;..\..\include;..\..\src Console true Level4 MaxSpeed true true WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) ..\..\..\..\include;..\..\include;..\..\src MultiThreaded Console true true true Level4 MaxSpeed true true WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) ..\..\..\..\include;..\..\include;..\..\src MultiThreaded Console true true true Level4 MaxSpeed true true WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) ..\..\..\..\include;..\..\include;..\..\src MultiThreaded Console true true true {71dede59-3f1e-486b-a899-4283000f76b5} {6a44744b-bed4-49ec-87bb-83978458ce19} lcms2-2.17/plugins/threaded/Projects/VC2022/lcms2_threaded_plugin_testbed.vcxproj.filters0000644000175000017500000000211214752176133030406 0ustar martimarti {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hh;hpp;hxx;hm;inl;inc;xsd {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms Source Files Header Files lcms2-2.17/plugins/threaded/doc/0000755000175000017500000000000014752176133015514 5ustar martimartilcms2-2.17/plugins/threaded/doc/LittleCMS threaded extensions 1.0.pdf0000644000175000017500000056500414752176133024221 0ustar martimarti%PDF-1.5 % 68 0 obj <> endobj 77 0 obj <>/Filter/FlateDecode/ID[<2C835A029CC8374385C4EAE856CC9802>]/Index[68 25]/Info 67 0 R/Length 66/Prev 190598/Root 69 0 R/Size 93/Type/XRef/W[1 3 1]>>stream hbbd```b`` "l f@ z/u10R3@0 endstream endobj startxref 0 %%EOF 92 0 obj <>stream hb```f``RlW@( ou;&n(syƕ ,`!(р Š H17 hT00j(m~ Qs W c! endstream endobj 69 0 obj <> endobj 70 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text/ImageC]/XObject<>>>/Rotate 0/Type/Page>> endobj 71 0 obj <>stream h޴Tn8yLl$Zli M=6k %Cb7nvMHq8Μ3AH#Az `<N`U+BJ0!|R5hʠsK޽cSr`ǣeӍʂ/c~gvsǛ.'6Po ;qr b,JPX(WGnd|>Kk,"e%TV4g)1g;%pMU?,iYIM&h*+v-\/1]Vb-Kx4O}6sζn'<=~n@Kîl{m$gyAIv]n6+Q $4FxV(%4_u-\gi-fƦ[| (ŖCD7,r;&lPpUvteb>.ybM"DBs*>hk3:nD/Q]84GO<kJ㵷ȠA>otWq>$h&Cl~I^qVt]F5UkuALPaB:I&S%WcZJb6W2=jM I]TzR*]Sᑟ ,{L mx㚚 ~_lJ\p*^pOs%-apjl$凤߱%=d92¾|FQˎ5FBv 囌E% endstream endobj 72 0 obj <>stream H|Tn1y;H$-$PW iZ"coM lc3jt^iZiZ|CUÖ SjhGڐ‡RK1b},Û`' v҉ x4+FS$^l,d `[TW3[[$"VwbFef:i;9QZWj-ֲżWCdaA;at{tm:l:z[._Ň |ktE{UkM^>TVmgfr/юY{G+w*A y֐Tz,R{_jy9z.18<=qO9Av Ct)g A] K|X*\g|=- g$m6Fɮ<>s9|sWzFhRl369L!L.6"FJy?4eph*;l>EwS=,Ї/XωƱ-sX.U~ E0Ӑu5=R)NhQ/:>S!W/ 1 pi]ɖͱ>`e !>;PV.'$= endstream endobj 73 0 obj <>stream x}Rn0+|LLB*48~R1q}uTK` ;4}ɳDJK tJVP;#|7$n&R4yمt)S*ZhyUϢ0";4* "ڡb_"Vgvk -h[DG9 i&œbMm ʮ!ZnhQn~~yK?ZJap03 ':D endstream endobj 74 0 obj <>stream x `՝3iF:l,KXv;;Wsa'!;vB H)"-P-v)=P]d:HzprPRp ][vRE2q+#yo3oi-]⶟5z˻{e½?-(+6wxVnq0_?DŽR׻rW/ﭭw27? _tk7|v}a { ̀w}7?)-0c{Nh/ { 'ϑ׀K ʝ#{.^رt޶sKk6?2i'f( k1MWܳa/h;7Aw?<$:>ܛ,3t^[뿁= o2Yl?t#={Ͽh_:c$^}W~. G~ /7ϖ<-Oy[K09'$y2ԁ8^lùzպ 6vpYM`8  omR}kT7t:;Ym6e- )^w;|b85\0<f LZRzh)9q3\ov`7Laoq'l"epyכnH=?y7}[ނL7|dU<>qlcN{0rNvbJw/\7}3)\_E1,LW6/z~ 0y7ld"'!vŰbro-nމ-vxs;!|`0 Ew[B!WW($:He 7 `0 `0 `0'aG|r?/ \AB`0NezwcxO3]; V `0]6Ça[ftK_r*ݰ( ߀[p+N`n1-AÅУ>[m,'N pٟ ?| XEPE迃qZdƼ= c3`1 @.b؍Bm$*txۡ0x3yxf:./d퟉ `fNuMpb6& 0~ j%4h4 ]yz5Al)Rig.bQZi疟h,$gr+jK-v6Y/);ͻ)xp)t Ȃz LԼi`A-Ә?Ns)$cN MH:]LW[.8v'8fg'91¨דqJ/[4X~ xo"6کJ`GABu p:AAuՍܨ%x1G R-jUJQB-5T@5 1J΃ *ƩVCe0PM@Q@ jP E] 6Bj46b-u VhDm&ԥЌ ڡvB+j`9vRX~ V@;J@].rԵГ~Q]+P7Jԍ*G8j/F5W`ELtX/l@݂ 1zQτ>R= 6_A،:nC lAgTw™{ӿ]0s!= σao؎z!z}3xz1B}?p z)AAQ? {Q?_˨P? P?K?ŨWPޟ~>^^ @|0,$C1ZgOe^z>C,\OpE+QP?WP/'P%p-P>z>z\ԧf gQoB*|.$ 5?6<ר7~ 7|܈:ԃppsW_P܂:_E=Epwk_wvQ= _G=@>|o?;ҏÏ z7PPp'?@} >P܅SGQԟc=ԟaH  ~TQ{P{ӏ3Tóp?s穾B-<~~GS?K(T_PWQ?WO7OӨogP GQE7-x5 /1}?1O3mc179/L7??͘<ӟۘӟ;fL1cg6cQ:c 4?t6Ϲ1}Oct٘c}E0c3P/ŠO]5zًL.9ل'Mf`L@L&3r- H {,92~i9Y[6~y))t ȂvIM܇F55X,6̛8J`s&z٬7")n./ }fY[4QPz ly&TൔJI$XM 50eFc^S)s:(1 %7_!#8]`0 # o| `X!vvhh0  ,lPg40s_[o GӔo@2E8hXA7̓7cfȓH>S)a 8_1̉ `07S,1$ 7cX,$2)⛙7`U2+F7C&` V[YXAD+H6~š9JPe(lhoo2$DY2 h:IMȭ NmoWe{*8 41]6Gld\ nۥNGС8ȑ%$%d<*o"mX.0 j!|3' @#bMa,cW9]KPܒfl$!Il.")d%7V3n;cKlc`X,pb,YVOBu:nu%gө %Yjf#U"6]e7Jɴ?xڲ qr^/N9 -`0Y~)LGXSUncuzeL 'ͲPdɩmݭ8e'ًՌ.>hjMQ%@Nd[y^xOBu^eu;nv/ps@q8VW$]$R dN-[;4yr ]`0 # /1 9YPDCqkJ'*$Z"}Y(hoh1+ӥnŎ˭T|"ϸ3J<`oSe'Nh4NxJJ<. ({%w|7cCP&|3buߌ$ɳꛙ|3iWnq1r,t ȂKLfe=>SN⛙b>㧾!qG,vTB|3r)~E7`U V4 @T~ |CP+TG\Qva534HUQ܎á8S)7'|3Y[EfSaW꠽mQxxrs#-qx\N}~lc`x]nǝ.^ ~eeALtØ* A?92ڼ^Ap ݅ )vIVJyi? ӟe}byr2r+t ȂjE 5 C PT8~#U%+^)TOIC}3Y[$fSUʊpR T@"ʊH$LX,PV&l[M)VURi ̼J~mR(ytQ|+`n].0 jqk1<}fY[4QP\ nWlp Fw>--5kXx912Rsǣ*QqdSNⴟ?:-|3}Qȹ]0[}8\_.0 b1}k*^:aW565k;θNG&%:ҘKTU،.>> >Ƭ-((.ק]6 x^oBEt@SSkkSCG7ޔ膎֦M͍ X%D$P R5&+_L[N/6r0GG_^/N9[ `0]],O('O3I%.\jH(Unb8Aȭ$jWEmekCc>Otm5]'p5g2yYy1kf0 na!Aζ敝D[XٶmqgKۚkhH446ܵXsa(o騩 A(,ϩT'a=ZY[%׋Sqx`0 F kΞ84i5/$fR1HHW@S+u5,ljnH.[XݹaUCC팛.>! >Ƭ-((#! `Y!-+֭ w5ºu+l#^K,\\{fS>\. ;:Rʹhem9ΣCÝ{YĩmBw`0,h+4i5.jn$Ts]r՚}kb=R̊<͋[ۚ;T/]i}SSÌ.9?a >Ƭ-(4L$u-]ftjʡ q\iVX ka la ߄pHW5q2TKZuWX} y0r.chrc`f&~~p0.1}oz顣7K}+㪧o}M[1V(#L08&8So0ҨUdt=BdX*Uū$j@}EM͋[2wXj]~z6m>`[|/ kީ(SK{?'gȱmi?}]x۳]<{mgySu˖.iYܴhaC}݂DxռX"RVCeW]N!Kvhxd49 `\YCґ!:&c0bVeR -_KZɒ:Ym֚jwDM=]rJUjꦍ e`].3ōWָ+S+I Y+mGI.5G:#;_OKc~QwɾH8,ZuAKUsjmÎڥLD>9hq[sՑEVRUIשfH7WJ5[H>2F刚|p9CST~H'ΟS8E]?>.E5/"|@K-npomHدU7HD쟘3Y}0{tp,?I8wtcvmȚ[`fۮ;.o]q=;$/ Q3ѝzdlԞ>qz!ƭےL ]MkpUf{<ծl#3#$ RɺHL򸂁L|!{gɞړLor$yg<}5TϵvZjGȜdrdQl=0kR"mՑp;h .q9]q]wuC2t\`h?⩂r$dJFfC\͠q{)$܇,LUd{#C7v+vn@w$J b}K=ʡWk-tKDjD3)ی3NB "]GQ_洡_E&aZ58>]ؑpkJYsܰ5}WvXɇ+'6ZGC$JCyc%G8}Xui萾R_:$>TRG^!z>;0`e/^a?;04+Q\`8JK15$wT}Xׇ *4=Ӌza=0| &Z䜏2 1Fcm{Ǯv䐖z&M<}@ݨMҊhjىNmZ9_*d*tx\Iv|/H:7ݐMvr"V:=G1Cܫ@#6{Qc5܁0=~垅˸d.pa cx;g44HSPa0pëS2$u`2Nkq %ppqۅPk1,ðY>FB .pNo-о+P%ki@k]L}#Z}#}1ƈFvaHlY#[߇1qoUT֟S;$/oJ>ݒܛܤI6i.aPhR,P@J("8W, ¸"R'NGgtFa3UC|9-<ϟ˹CJn*݆rЏ ={6=Cuuqn[V \7 p]q@:l4uZnp\(+u.ˌ4\Uʫj„+qP4<&܏BIo9AV7L}yC!؆C86! {%PBJ :~wJ%PC A 2(13"Cp!#O1t];xl0$e? r*AC!0YT7Y5?OQA=Q@au? ۡ.iTkeflgo h }Hh )pCг}O &0Ta/00]67jOм0+`Z-|3)_xׇZsO20-T(͞l =M&%2ylWa!Q-;)"]p#u ~0 $ 88Hr ;@3Q|&N0 YCc18fTƚQ0|:<5Vt3|ҚYg 4ǃ BSOk1kX c4ׯ\wo%YveH6W5BMޥ5WNM׍f~l}`Ã"efp]"[^-ZAaz 5=b,Wy[6(o[3tv EKj 𛆥/aOcφ ]ШFWBKw[Rf6<: NJ;Y_X2?%J&ud#6x1Q hP38VVkq ךcdЎP;bk6%V3uMx$ILJ+A|XNCt-FCwu/{A]u -6\%e!RYdiX&f%W|Qv )V'oJbYM&Ƨ᭝hjB̫BKch X)s?T*Fρ|hjFؗ-G1xkP>,fZ£SKTt\Wh!KMN=z$"z jG6fՒVs@q ǏXv#fȧ-h3 85;`AB- W؇+aR@q4mF͸?I"TUeèPW>Ūx:b4A`=M MHVDRTOߠwEX"❩EW͓ aDj(]60jߢ\\j҃, [3tIs`=D%G vἔ<ÎDѯ-Jø߃?'W MPV= ݌B؅k/&܂?2#9t}C VW\-> JNNN!C$]=+ۇO:"a;\a]p-V 7,/`'`DK1Nc)r?ȏK!O+h ]XM& GйD(>+no%U]xgI/1ِlJ y`A W_\q;1rqO<Ls"|;Pr%ތ_⸿58&P2idY#|L~2QОt$Yt1nw3=K/BHBL)L_ _S/%tZJH߃4X'_#u#ep!|ȇOt8ݍ&BDE~nU8lq)oAx :-DgY2VQxK2Vr BU!BmXa%/#I*j-#Szs/{qy.xC,NFz.wd8Bʃc&| \TFEȟQ} |0=JRz+$ 7!"lՕBLE7Zt-AG+%*8 FR+dC<Q\ݖ!r*SAn=0VA8g4$zt~$fv Z!x4%2ڔ~z}&F܊DV*yZ' ۣ8"Ջ% dcja`q?Z+ M@SvVX0/ATCvFЅ+9h,:^Et=zBb:+yaPj-sHW=2WAr#e({ m"UdD",bHb+,rz#_L?[^1F?SQ^*_[>gY7pх0=xy3-ց m_K~iؔ j\.ǸU QxJdO- 4h!aVmE'QUz Cߢ*$8"8PX+jj6ɆqUV涔[ENJz*;x>~H>kFm| 6([1u1H3=$+l(پ( Ja x:Gs|PA9u+>zQTo+8apNWy9+}XoXH J/@?- i)/iYߖ>{ON~xki2CDS7I"v?A1ҝ[vCaSض4t0W~MOw,~~*HG#)s_=m듓saJppk!>z ;i^SXaleq"lUP1T Z`|i}u30F: 96ĆYUY_ǐ4r>{v"|dxh9W'fML'ϳ̚3MvcQ)XGnJC"yS=f˴ρapV{k-F_:k^2-pՖ! l4U;6[h4);F #v@b"%Ҡ{0cmpg"̐x=7I P $lMʆwi-niB.4 W*cu׀ҒlT-g pт|Y4ؖ[{칏ذoҥ۶-[zuԧdЎ'⧓O|w޴x8cVlghXٰBfÚEQH5ea#5[$jJ+h(:"41]]]ZFcF8媢HdcX"C D[3PZU,Jݯc'Hq?`H(ZjatV8%I꫔orl_/4#a  2P.H] S|YY$ ]V-z@0ȞvxT pzw!*nAŌb~0Puа8ĜaseIA7cc7LaldYNKƤf#~]彀|ZNSo3~ח_OofUW$H *\ДJnjA=A^lfx"X#&[;Cܵjk(Z&x?YH չbd9H3)D!n8(޳1tRou?mw8m2"kXz@ӃeTj S^֠8R˶V˲F Z4nK;#rg)XC п-7 `&dAPFE/ln릻y :cgO 1beqޣO:7;&z X:)d'NV–33(jZ{x!# 4՗KXgBKxx0p!W9n``1mñVlmZ;us7d/pֺYmfd a:1Kphz_3y9=Յ/\ jI(\'wyI%6mG%3{| whVX=Mo^ȼog}oMkYr3Y2 7Lw&$rAaXF 5SM՚1 iI$a-fC4md6,lJX1i&c! lXFƎeծuM}OGcuBDej2XCM;B7Q5A~p bX :bƽh5B}*;W.34/'EɨMsCD'aB {=۞r=;lB~RFܳr@90{<)*;a+-ʩWScUV֍+WhWy:/qb=`Fd/s]*4VZZH\,8+ӏNS?sꗒρ~}(Fė#2ye6nFR41AO+}U5FF[OŌ!fH ]h ? 2c:iʽ#omƬW+,g.Ͳz\YYG=mwh,6aQaxpc:d9 :]k:Q#>Sև]pKPW]EY &2k1 u6M>b[3Ilt hYv7OZy<݀plLY 3m7;7iYO^C ptMiv0}ؕbeCgk8憱גNMûN<`7POu'r)w4pb~ЭYⱖunzyF-5Y(ަ35/ ϰa)yebeI`:QS=VҤY+0icM0i"BOQ')?E:#T^s/51h ]TAК8A\nh^g\ګl(o6ٛ )m+;[[pr `}k.G&wXj9OiߝyʭEn2E*Isx$:Uz݉FeWͫ2z2>XdY{؇w0>OUum[Gx[[߾Y՚3O܉(Ey"5 DdRޮHP]ZJޟãe9LW5C&jBf{άQ|m,H&"RV1p*3?#uiٛ5=|gNs faR?Ⱦ*I>ݍ E[%ڝZZYa[NKEARa-q'bv`':X[l$?Zq`đJ|L_m=4Af7@&P(Ancxg}wM-U3O;nlee~]'#O6Ed>VK/EPMS" ڊ$*I1BlaYu#B)>T7e  !,Uԯ i6BRhLǏ ^Bc6N=(Wzd\'QJ[@TUVC6k$dÇ5D3mFpS&7 ͩ+nYDRkayE ]<|[KqЬvdJJ@&}4"?P*64H#S}=蟍 ^s`0˚ ˆ j-+-MKąZ۽6[ fYJ~6|K+سg( NdǻN6˗: ]k/*I ,5 7 I$a*q֓܌-E]KEQ5Ul41Rs/GZM710 od?5qM7t~sؠ|octN&[3Ks윫s=s'#\SzHy擫_ߝ /]'m؟z<6l Ƚ%큸!|Nt EhRbOZHX{Pq MLCO; T-T?Bu%*5EcˊR/G$tJlwvV6.;|J swW/-j)f{!R# cEL ¸3S,s熖U]|K}W=1̎fOGLndǀÿ~=;zNц~y$1(j ڐ"3w~Dzuֈ5W,ƛefPfj_f UbWi&cap%YLR ?Zirz"PxGRlޑ|-`ZXc66dA SakaKTgWg԰ |.)o$p;.|IDZ_FfЯ@Wsn膧)YE Q%E(H0l1A;@ӂq[QaI/$U 46g{[9eSI~9;v6 g;$v^R͋ڡTԚ.JJPRd.OGcr&Ԩ^䉆J-(iyȊ;+,÷|(6vnAK$ )y&~Q1b/5 #v8clgfŕern]?E.=+&{.{&7K~g<#ѝ,Xmk0ٰ`Rn?qK><ڦى,f=<"i Y~ Z[XU$ĦV J'VPLV]eYbg0l!yEe<))iX#6l&|Μ4!|JF:ق* k8fh 5aP/_qaHsKy 6®|Jw[ ʋ6KFŷOo./)? U7A1S< sl9C !Z&l &F~pL{O5uqu>{t]PڗBOM׋;EwWe_Ey=3=;{&cb3ܠ%VQ.]JOmXE-%򂯦j/lXkQъYJ{gf6}7gv3ٝGmT4R5z:AfJѬkrCw>reAY3IKހ"¢εmgTrN ϭї3+k:nÉDXHS0X\bq1#I,t煌31nJF!l?,^Z޹/dmϯ9dޮFT):@϶Lc[>#W ז83a'i+k,7~;-I|l+6EXg}Zs8F˵HSF_/J\'Wnadd>Xc |d3w+9Fǂg>5)f:} 0й(EI$f+X!R$ @V (Q,v[,N9y(ino52Mr}2mpBv(th6,mX-Sh"P^0ڄ60+tጮ?[dDDghfЌfSDY,BU7s ~TEsH 2fN˗K'H X :1h)di&dI~x? 5pRu𕁟}Ay' rx*.]=؂݂b]9:ѧ#Q'm zV2HFNTq&Ej1iVWhPeD(ANdP8|OO~gX%΢/؏1Ҭ"[wȖ&[lY0Wc 9]ӆAly8 ( lɆEQ0Pn&=W#~LʀyKuo].rY d'Oa eu+u^٨Y깚|_NLk("EEUG"`Add$5an0nGcn6!{QrA[ļ[e C[2z-C;P%d܄Sڛ}07vXdn¸ (RvxTƻ897B`NCg.OJA0x 9KAՖ+*u]t:^M洆$micZ g:Tod, m]9۠PliI䎁jyţ`)`; }g>s@==͙[gx^g_4* l+7#E(OQ`F(LTX99A+](.0{zѻB#\If,y2zy&gʊy `q]IJ,<0V3<=b"f|dC]%JP/ZzR}tyW&IإChJ婳>_4\(tFw&dꀩ#!$i51fKf0婞bﳇ?*^ w~_|\ :Pkoy,~! @nbNUi(<|p1wqJ$T0d#Ҽqk-/lX05w2}"@?qսj[(J ŝ8"+$|.M!aH!˜`%DLz]`ݽV߻ ধT9[;}Ł`˭KW1pn#$?~d[y8áV?cLᾸgG l[p|f&;38-S`W/\DnQߧ_^C|'Y23L:Pi2Bb㓫gdB|||AbA rMcwgz-Ch•d9& ճYҁZ̈́,%iobS: T%/F1Mi"e)H«u:^,x}zKl# >QedIp2%yC$ *uH\g9Φ+v`4//hZlڨg)CL6HТi>EdJ"ۺ#Mvy#ސ'ԥA>SÕAXG=XfjlZC_&Un)$ז/xCM%G^E'Gvc H-RD/.fB#(fف4B~L̖•qF$d!^(R %d06#hك+j g;{+2[֦Ǧ'.Įno6Sc{ty£<ݣ+H@L\3φD1+ !6 R*B5r/)퇜ۓù8ap$VH֤6TU~RB8J_DN >r|8ZES H*yԯTE9h% Ӎs<3@'J4D9LЬX@AQGR([ cpϒWБS`8F>l jz$Dh[RZ|y7Oje)#*^fH ʈ`21CՁ:vj_?Ș֌{2&o0KEXQG;0aQo9Sג$*n1 ٣xs)$asHA^#, GȁJ h7DŽծ٭Mc4]^'L36o%{եr]2zފ+y>}]ƁWnq㙇~Uo/8&_Q$貫qيަumijZU;autB^>\])\˻č97n7 +QdlN2{ =AY2?q]mE;6Wz,Sp?1pAztdh_Ǵ;8 bUw8w|As:/d /Lx43)ta8{L zp'L_@^_7,=޲")$ 5 :F yԇp/l)#8m= ~YOkeظ0!΃mjNlct88M'^#x1=Lǁˊg^}Swrwvų 9gw?kHW1%"/l  nkD8&G.԰ydrܛ =yɧ8}= RNt )9y kQY&ؒRXQ`d_ dEOH .2(4Lmn6[t B6{B|Ɠ`pne,rvĽ2Hxwp ݔMw#nZy4<ߛ9Da 1)Ɇw8-#U#μa3u$B~=?.-vHʸL( J+!eg3k i@4t '2 23SVSxL(G [FML3R < !zB81b4 f<iBqu[7Kx1AxzÀ PbDQt=ax|1EEYc eK ]E=L㡄H01&`@wlGb ] "{1&nrs&8xmTS&B4z%݊Z~m9TD-~`-+^[V&y@5xӯLEI TFUჾ H﾿7"~WS–IJgu44$Y^z!4d(u{JڐܘP93˕D}V&!ê#3 23@+=N'SkcVdzqI-ξKz,cqȠ "KJPa@[X w "X&a↛Зc kl ;,e Cќ=9cpQ4'TEsx<4[X΋"|=T-l9(AӞ#MtM3'+sUl%LAL) : s.bt~>0U Nb`ιR+֢.= i`fO'G[YLq ~cV_ : @- p%kye~i9v?;]IjRw_/{8f&u{ b}цm!"& EIP/5jr[.1X>89NhQRpjB}$s4'(t`N9B %Ji}0dx%m =*J/!±r|.f$@Rm'L^Us88:n ػwq,ԆhDjlV@Kz 0 wh3+H@PDه/=xn?a2 H]ak-Run sV(@X-MB! $N> ^x%=8曯 v. Ptۅy\hhe[wM KzSEZd-M4ȕ rN*9:1FA2Z |B`[Hr ng0yY+l%AYD:Q&-mG r+2#XnVq\\Y'rumNvG6O_2Pk=p),j V%s ="%-%C#s,9'.Ύ!Ӡ@K+L =SM߱,Ŏ᳢ $RNPQ 36 Ri L"u( *.nB_(lhSю'hQafD2ǝE6h4Pqo|ǘj5DU:>[BJuE}Ǩ;Սu uj*L=~7`P @%<86͡ux067\4({"^٤|~6k1S1I_hiu.֨khkSXܛgOHCvU-ht-D`|;dosb-g8>CH1Xp50M )\&㷝"o8A>xXxI"3*3p#6ߍyKnm9 ACUF7k7q0εsx4kþ{ _7n'-?$1r#{ls=+@Vghנ4¢mʝOO\&oU/ޱɹz:rg*9SϾmOS#tՈsu:a]2}'~8zm̨x~sι6"9(Doرdmwa<^k[{mPPW#+rUʑZV|0Nzoۮ[L}.{9{iC1g4-d܌62 4*J(Cy}/2Y9T^r'O{T#-1+"0f޼22 Fu4c$M%vf„t~m L9B p{/@n`"/ B]Ձpa#fܵvM>9w1pmvC:"IӶ&3\4ms=p3sj-Mc*ߠjh_/{O{N> 6dqϜ{~}Mοwy9=w}ٍ>'\VrpE]p D`vt>Rk=ċ̘b 4?/{͓{͓5Ow/=GA 3Dcz/ vx;??>f<Q5,+:eA}\#J{%lT ij~~N+3Tkwm[ L zd油S@MU"f'lGQ)9G`iY;g9 ,箁[ ')ga kEkM]wY(dޟ:ă8C^#OO2G|惥4͆e-k9Gf[]{WJuJ4 G.!]TLd!L&D8@&Q2_Y*#s:$R 30ݶ)swx-3|O>wۃ{ v>]:|{L_n6=XҫXTl1YC$a0Ox4Vքz)kM4xɝdsYoLnFW`Λ?Ŀ 9/cMg5I:VS7Ʈ4W< C7\7sUCҔm9P =QIC;e }3>NW4_CuNnMBy|Z_YP̬ڰoIԵ7L$']niҺ Gj%? p>6剧c$Q@`c1]\S)݄OhlX;)ҡЋA``GpCi@7+$V(XBAb0r Wa ڝ@t:M%Vi*2deȸÐ|<~HSԙޮA>VtRDvzȞˤ &q,NQn"ww.D򆐐hXɣ;T)s~o-^;*zA,$ж[n{Z4wc&]{wU7>/۞oy߾02/=ŭ]w`ήO|Xl(y q[Xz2Oe)0zK>+c9F4K13ۘ.y ":bg1 M5[A`TBl>pkl-剷_ѽrxxg Kmav?9s?. `/>CPJ].W Q\B-Z%P2g4;ib7lP`Ya z)ʐ)5&k"s|̣oE>P0쀚2ƝV+^sB2=J_)xd WĚaoGrFf8IOd(i!cX43!EQʖmGwyx$ڣKu ӣq%4{ӘnzPv/̶.C=)j ؍b_VeFϖhhgXsv"gOqέ$]҇0N&tn7Oɒ|-tcZũB:zt+?΁j.ç7NlW程EB~x sG0w{'7%ijQ@ FjavsĜ5i ?cEu}Ιٹv$1BB ")@"P ת բ+pVۧ-JE~G%3M̜ݝٙy<#@b{, D(L3URU96PNg{B1 ڱ&#tDX`TR7)~Pw+?MXPș1m$/?CO') 6 +&5s91̀fo=k^;űheYukm:aOs:v8>ux)u,slt 8XL 1D*KE:a5 51ϠT\1Yi~m岠ryd&C'32A_5wɺymyð\.rf)\LR886 @2T0c Y0V ZU`c`l] zn.rz$$3IvcIgga3a/$ \yKbpkIVm5R% 4hĔ-݄E VαBAf/NWvpm =R0 =RHA6,U+j*SUv[e*݂5HV;)3V٫LMc?ya}_2#ݾ>ǠT'{7zrzJ3 AUf+ks)<٫)سԜA"C1ZYg qSPLr<3S`b&e)GWg';>_K=GҾW>Ʒ`٤W[mORN[(ǧL!(dW&pnpHzi]m |Nb\q8Oڼ3w,9s31],a;KKbyKHߛ w4HlAn|OB}ަaTRʋ+^gNog[X,ү.>;xdɉ@S&DQ۬g/g_guPOip*? 3T=&A]HslT[y/W\3VʆDZJ s"Ɏ$ff %^ċ3/hhEFyOH>yv΅U44YU" 2g1P#8Z0./G ep^\Fܑf"q\#2?^G}3Nyj>:z(:NS;Ng-vKrWhLirUO+*_ʞqOeΘA47p6dPDsbR b4*b"V-c_CTvl.~N?-~Qpqu cCOif냰xI1*PK]g\P\?48DLiW]CisEkDl{߷?tVC!T\xnzOGuKYEuzNzZՓt(Y!}|m23$$öxt(5z!Zؖt qZ+C|sGyXbc=#ѷbr.U7XN) L> E<]!dGZ~✒r&n. X(qejyDʝP%ae(q 6JbbXtAĦM@&7exjX+b &;/V+jQCzdY(C0l^u4~ʃ玪w /4v++x/nX oDŽ?nL/VV&&wqōbMsKUtjǃ < |pDli=@)Axt1IXkddMtfE^@`oY͇GaQ@64}x{@<-O=ھV=@ivyN'\0*< tydhnb VSÙ$Z2lANTh'ŀXC*$b5 b|PӠoF \$kYb~p_%<+eT:+JLGF:Vf$| =%?CkG)W4)dB:g Z1b%(kCTRy wL#ƜX:TS]$q)aLg/:%zNC2$ r;3A$8`R_0f(%IE km=`bCIS/ L8x>ǜTCƻ[y4CQL>9Dgt'$ "6:OfpJHM7$#p Pdd0ߓיԨO:F#BP#T4?@Uf./v0z~6(O>P\YZݶ;=mmD8imSP$=|ڤ";M.|@<ב!#wn lgz0@IXkЭH7yB)Pk./;a*ؖ}ӭlgw49+﹧>C'75y-c~oV3>ĺ:D2xPA)Ҡ̱HďF p-Om%9$eͨf/z]@&PbʈxǖLg.ƒ*T)&&$]ǣ…b Lq^upN1ECFAUBBl~)|y"5Ei'/M5$)?$ml\G_4?F:P% }XqpϡYhD;|D@ͨsԍת?DG* .R0@_WI>VO'jH'.֖h]mRL ⋶'ZW?HHHi5C[>ᓽ)VDC&YMLTx@UuR e`iX~&h193͎g+TW[ZIOROS>,S \RZʃͯ"q,jJgYvb%nVE-BxEӤaGLUpl^u͕pQWdQx$4 '7L_0Fn)WS‡/ƍ|X^ );-3L^kǷG bMx*XƜpXu>cC w*+l3 7b_Tݴer NE'æ+eS gʆS *n9V-o 2=bD}e+/wdBv)wd6\2.?v/%ָ×7<{"S#I8iR [=3<x ))uycF˄p/uOm$Y= WQ6zPߋߔAbKb $>z d$Yվن.a-xbMpwi>I5KhS.B}2jUҪS(VĥR 1.0T"y4JY)B3i5(qKWУ3o}ȑ샯 #5;wš'u%/x={-וn_yfx/}W—^_agwfI8Lף7/]ԢR,p 6"dZ7d׿A.bٕ{"eLg2ot\SSzۅ^_t].p-хs%7)t#EPxɀѾQoDPiq'S2IR~gxnQJ 63@Z] QB a OZ2ZA3K"֮>v-#вi&1X|9\nVP,^ >'fQ9y p4ˍ#֖)U㽳.aZN`@SZSZNZڍ…\0؅v]11os\h̅ h0ͦ pE81QULN('oALbZ TSunBPjZ,i7'@NәD.*Cə嘲ϻ] IJa  o!❶"@Dqz4#lCH*|T@ﳒsl[pKqT=5= o܎/dXŇVHVrN BsA0*T^ f"pV_Bp1 X&3PaYY~b|t^ɠs/i1ms;jDdVƏ;ܢ[n~sVoBǛ:)JԍM/]t%F]Kn&_o \i[E׭A#5zR%ɄYN1RH}><}CB>:[`b'^V$h`h*l]62W.\2e֬ղlUe͜yMTq7D5-et[}]b Ɵw#6=w yl\>$03gD$6YŊ򱣴iH2;cdXOIkem?l㳶pGҩ {^{zz_dž}x{ut}dԈԈ(eFHɲ?@@7.]_O7ϲd/}dؖ#RSp;t/[dCD<.FYN>JץkpsY68ʉ!Vt232 "_ : >}RٗwUA͊ܝT.VAk\+Hk#y?p\dd$\˻N93x()f1֖R*<u% }ɾOC@6V 3,A0uaC٣xS?wG΍%rϼ%p#^d7j={*$~-ps3%<'V :ّ,b8KȽhn$?_uπ#M]]G0665@$Y^̸&x n|%?` PfdJE#{xC1T y@/#3n 4QAJbѧk )Q_.h*+\eEe|n7+=5v|2undX㊙NǘbUNڵhغtƧFa<)L39y*GrU|w[Gx?W#gǥH9.#GR>O})|sIZ),Z'621X' Y_uybsmbM]7Aaw=9{k/gT2ZlCRr WSeen7;7laˎ.|&fjp +p #X ޲a j(U] ?U]$xnGHXOc5Y3umzki]wOm~{1mik7uOcڱ_Ƨ6',vPzCt@5j׆z=P0%)LRVnp:۷7f&<|D/W_?<\f߷L&Lfْ2 U ! D6%EpC@ZkݮDXKZV֪j^f&l>7pxsw9M%}6j4`H[P`J>9Tȷi%P|1F†02@g ( -$Yi9`t% 9\VXezf1g%AZLP&ӄ(zA܊ԆeM.kӊY':Nw55 ۷LNKҴE^Β-5 uʂL HAT߾b*|hϢ YP=[3hzmov3ԛat0N&d2wYvDô~W`}Q0V@NNTz\1)%䚂LťG%ɻ,;kF!Z \Q29kHp 1 DQrEY훳瑞;˰yGt[fwܽ5G;n.s=sCje-+RƳyE+ߜ$1?] :ShD i''rW 5ȕi*daiSVdrڐG\M)AzM?E|.~n杢Ratmxǵ4iЭޢjS5zUl 9Yo6k\D~ DFkkv`p'H#w::DcC⌯ZIObƭ? h ۓ GԾw; hDz+ʫ/zZO!Wː=n:9>3}wO4< P d6X`a\WTDѮ,$@yrhue..&g_)`*+MdbV>sw(}}wӨ &RH_{=r-<燞;۵F|8C06[[c/<]*@ҀHFz$4C olρzّIW)䅶4pj'&l^ lv~#ݦۧ[Cj:p9q'%~L䋣;ɏ~3v ߾vygj/_7]ruk;ǒܵyR43ɞr ?@^*{c(fSI5lGbNX=D[bgqi&('^~2a;ױj=O=;ն]Y_zeeҴR@[[-p$[n.I3(ヘ峯;sCgG̘Ju8Cܦ3}S:nXm> #k G{Ӡ 4$Bu"M}:خ%*HJ 4TmtS;#5Ajr#]!%S+Qr^(6%ic=7xnc?lYqct'u>n€?~ZxmcW{_3=F~wU?cP/+<<5#u4\WE(1 d7; .ƭ3] -rhUYS݅;sWn޶ӏ*SWn;<O_( >_w{O6rpt_>w_t4S8)7l·`ViOP :  6 (4M a#%9.oPX|z:[`d.o#}\ 5\thS:NɹlÞyC([[wzwX8ptYwL3uVK JӝXg~tlס8_TP$AfFF"d6+^E=l9 fzTVMH6r;NvDn[~Q /F 15Q*n8ZR U@Y5zL%S̐ DmVAݢJN SH2#jl}<3~F6&Рr(px < [b= c&ŘV626E]pOAptu~{_8y=4dCs~;G{;qd1B{HY+ ViIZu-uոhibM"ŠQ߭n%MNjA+}nFn٨Hp r 7w7uJ^XTA=b ?<}:l#3ʻekήN]3p7}+_\C^m+7r͑c̪EaF'g[n2WCF::$ y44<<=%/Ep$DJAZc?jc,"R%cϠ3:r[Pp0a1&01aETD AꝈ{x<)cA%2_FL#2 ܦ_`M9UZ 6 c9c%(MHkF9Ĺ#W1 فtL8T7lw1͏,GJJKhI~u>-ͮɦ4=IBff)Te*QrH54$)G_fQ ꇞy桧e"7p45l3e0/#Ùթ0ԙk^ծ9e߰Hjt?)_lo.Eq2NUo ֞pS_קiz{,Ie/3waǪ-%ϜnKO4с^2XO]AzybY(m}. ]~BNw'BbK^r˂a Fum0Tlgl}Bذ@K%X*o]9xW4N뙗5g%r= gƌww>xuݜ/^K\grYi/c5;.7qP8 /mTxAoQ[mhKGqVV2P@&tZ `YjTQXMTӀTjTp*mbF8-ebTC,I[V24ΛsňV?j2j=GHB#/S↗wD^^o5jLȈalPf3]䏼͢8J<_#9Fot' 49r|DP g4;;Ҟ2N iԱeYO21a{hE=B橮wwG /`ϝ=Sg3~yS3^zЕҺ; kf\s&9;dKzNBtPe S@KѪym6==}+{x^WzNo5׆; loiI[.ܛ  Lj;A+돼֍uP3t'75^Q\W8/qk׶5SDNf+9+DN.ja. z v(h!"r߱od|y)t=#D#_޴2DV d5sI 5*x[1OSؗ+e:,V ?G6! [~ pzg~R9}FUUG* B4 UR$DA^>)?/\G{pcCCg%UZ@}NZRԂU-WYɨCdn pLWƙ;&0xҏDc+@s=g#N$#_S"(3yI]b%AD剑%F3qù\Y.c#ZaPk(A-z4РYHN:>lEh1$l>Jr}+O&Z?PF_ᨴ=;B$1CebZr81vs1{B{Jx ;JqqV؏JĹvZ”UԮJntu^.G!TZ%{f W\*1*Pt4() vhRBrjTI ZZxQ2ܱqSc։ MոKh],$@Va9a(uf:G Zb%(`&" 2/qnp`8ʎYjgY%tY+Xw󎾊{75N8Ȍp`Zfgr/ї蓵ѻToi4:#ne ,QXdF7߿nJ6E>9o_{Wln/4кeu!WHd2&||o!) BQҬ$Zv c2+Dٜv]ZV0R$ۅ~#)yT;za39=WNYj5@a` Me*AD>Vb";(mޱwZaeK|lA 2`tR>ur'] KAً/^ : jVV]wi ̙.bkZ5s{Y"%ǰ\/M2?e/өNKT$ekZC pCↈ[LIze樧#s%-x#UuwPgrcˡbPR\2EwknO :VPy"2(mr̡LC^7,qTؚ[iz#짠S /!k,"cp@xNi~4+Nsc MIJ˲ b憦917TZw!R;~R&Y'b{@r9BuTCWp޶b j]3ŇҦg w\[[[fBj[FSZyXVPq]e+)@y^VmŹ9W-"1R*Ɗ!9(XmcӑSkrN6Ump񲤞$eՀ!+>(rR}Q{Q22Tp:~6ECD>u<*ϴ}Z]Y|U3N3=*X7-3=7)i\zGDX6Y#N. TNE{ U'X ,d65DrB% ʩ#xYƷ ط 1r,2HU+eTi5Lq7xĖXgrFq! #:QVFt!-tk!fA;$AcUݡ5*nuU[QL $s#)>>y$R'(iMrI'8U=pM(,PB!Hv%mNLh/I#h(hcD FJ4| ѝ@WVs73EHzFyT3og㏮E^yWF.>rj zoM0A[l26It *ʍ􋱕ef.N3ڹ?xKxͪ$ZBfʢ20Lh@a[Ģ*}*UmDK jAYkKbhTV{J qB.bFGO{lsf]$0'.32#ooDV;KFȭ\b5VEKhJ3ǬƱLT]rLTq!Íd=W:5' ia{$mgG#G#H3B#>=>47=ֲSQȥaQ!"/tاOd2:Ze1vcQvLO;_SGx4ژ =cX> .z+#|y_w=br;ۮ Dž,T!aA+{aj~E?3B҉!F굼2g̃cXcehﻎ~=V¢yQ^.Nxgr,;-; fbN^%X@XD^!/^KRuԎɞLJTKqx/YOcIJ]Q4*SqpLVA /TVuVPp ,bnSyeXm++ ǃIGRS#;}S r88qCϲ+snݔBXW\Y,*Sy⪃kgFGf![O\ ƒ 8R_7g VM$LPoG&a?[$L$L$L$L$L$L$%q4< WP3  {E[,^%w/Dpᖆnac?nҕK?k,n|ee46e.{ϛl~ElhY~vE֊/8ҶvɕS[mB[[:^ٹ`.2tteuw",CF{nBs&a&aށ/JL[*"'@aZrmL+1n%{1e<-??i%ǗaM/ii3p>SOY0&-b ,i3b15DS/],-)[ _*!F쥄XBRx-!L35<=Ex9[kƴ ۟&`2~^:*6^4ͮ9c; Oḗi acc; i#OJ*+9*8mVQUQUbkʹ[cb㍼2LkI-YGXǶ nLM6&y>>E؛$Hs_ R==2^ ud$>XQ\Au$~UdLuzQv8KYn@dۣ8% Q\ i_DqqBZrž :Jh5,"6/ ؗ92čuWmWr|U8P$K4p.P u$JDC WUQ\K4puW%$[Xuo+h#usY?>'F>5r<n2Wa mv3u^ϗ]ubۛލ`p=xg?Ra:)(6V>&G6|v\X[2BzIA8)v4GjoQxb>_6cuH=9esxzxyI70jY9i#/23T+z1yXYJoKVNS8w11uz|g=to[u+o{=ZVqµC┍t獋_=mx&RY~.b9ڸ|6Ggej _H{v~Ʒx[v$s#xfqUL6i.x1ݸKV?{h3x[\%I~_4f%Lj"6ja5s<*iuѕo=&!=Q*o亱2_%f%:4᳌Q\WQ>X]( A<1%9\ouUm,q [>,Y~cG@lψ763Pc@kce|d>cJ`bƵʔ=frE] +-^d#zC-3%P؛BfatDy{!"79qD_\YbJq3g@ yx̥҅i8>uq4[##MB'%&#g&d"P8_2JD9&-MCa`=-Ɂԝ(do;eKcxͼhQxL3p\8dчx7'Z-j.kۗ׫&#`o!RP2V4Uh/N6IH^Wj *A,Sshï@}Gd!Wcĵ{t~u8qTqBXqֿ-/#F-3啮ޮTk9}GiN}zaAaɲ">UT(+,cuGܒb,vʜѺ&83]r=Y$e,+,- eYE\Ϋ6BǣQ##(WO(*ZܩzBiv1?SZn^_ONK3BT/.,ue9唔gziAӥ~$IyY΂b8ԝK2l=ճY"AqlgIF^~qt+'2WFsIk^Sv`z^7m`UO3:z0q4oMBq򼂅zJNZyzr^Vna~Fq>#ĕf>8f zqiQQ~zSXP),՗d,KQY.gF3J+.lȕY8ĉ8X/r䕔eB`T$rx,tmN04$J綂QXy.zײr4 +4ykw8jPkKrs;/k<Ĺ_SWΚ]X^_ CU01tBXZRSvncrE, ܼ<9ZUa 339{.€ܒC: 92 ] ri(U@\^ażaОސG$#p5/*Dje|xPw/sUxXX? 8Qj+Ɏs\LXOVnk!u ]ኢ^ ,Jhⱳ7(#0t Hy^c@oT 'Ge;9!qzy^I.3(inySܼ.8p"(}Iav^B!EPqpXTYʝgJ+AN 4jZj)dS ) (-\r>r7(u1NQAv!`We3c`>;g kxFfaoTqNV87txn_G]%0&p^/o qzjJ|ڬGp'cR!g%%Lq#&9m$ѧ%&Fqg8RS8}FRb''͌MLOB >DTʪRye LJLJL'%:Qi>#Ƒ8yfRC11#%5Eɉ%nz\rZ4Ί<=.$N3wMN1Ǒ8%!MOHIC8,fRRq*tjrRL(=6fz̔8Q*8auDi)ɼSKGԸ(=ƑHA\("*A8j=.L%6.& uGc^S(H|R "LQXX-yMXdv~oOϘv< XOkoڍm[vsovϽ{0wN۽{m[ؽwl#<bE X:ְb3iaSnBx#yW&׷.+0^8?UR(RpDNn7Y?a7#v~ȺqCn>Ƒ6 G.[[O 'v" w]H=gH#/SGSG22#=4 $HSbUHeGmr)ŠI + +A4lÖ#"l [~mHoێtepRG$S ᣑ>XRqfלdt94Lͳm-H3 ]j.E\R{^kuHiv!SvO!/"XĤd=i.q8WqsڗDvTE@z`GF#@zO䟐~./DүDX䫑$?%g#!uH# ,yR,,/" %fJիɤvSӑGV ՞Ӟ#=oJjkob>~dN@֛h+үY?ASiO%rLlad‰̶Ya[6\;v~7) ;}JX\AF%6`\}yݡs41;^DdDd!̉(BX r\~]D:b5r 5Hq/"Cz3j_kpu#99LSOG}aahEk3.j賫 Ws=tӦ$=k+.t9Ӻ\gvgԝcOOX&tr 5Q8|Lƿ,e::RnOWQOU.t^~9 Eҏv:^S448mɀ ]Lt>R _긖f"PgDx [t(x0_kDNEX)]_["<)`eRFwPmĊi*w$1JWvVV,cy+ueY+cik5{e{1ud}xe,ky>4kޗjZG[i'=Dғ z'}01f1$e5lpFy6dě6Un2-,=~(K;o]$cٳضKmUJM[}S:^?,D=R]ӟ=z4VeH9H䘡<1eN^Im8[1ٯҮۈCOH_#lsqzFv^:@zчtwJbQ:)ݕJ2R*I|'3Ǭg=19+rVs fA1Lhn/E$/Y2_2~EU_~h8׾3?hG_yՈߔF- c dWo{0pn5==yߓ佗˼Y2K@%s~ 5t\ RcǫCqY,uB:Q;|P}(?&Xɰp_Nyu yc-H$?$Wɻǃ=AA y_?H~6H>$$$$$$ OgA7G$A-H$w}~A yP$GÂA yT<&H$O @(U#P>2PESg寂Pk ({Gg3(\bwF3ܛ;e46ju6+wŶ7.z`kչ/{QOo*./7r\!rneZ{01e-x^oNMTsbF[6!(p#S ql>>{_T8 ͕ظ5'yV[ޜq1-z3;[s4w&h{uɱ+4Ŋ+'~!ٟ\.b{E;ṷeMIM֌VIW¬bQE6jj{md6'"'n'JmhvUoS>zjkQs+.5Ԟ>>p)FI7^ {-'Q+\2,4 ]{۲T[g|8D&oE m?FjnD@z-b Vݽ$7K'x|qz}[(z꼍|kY!5rr)^.-|GF?Lʥ<^5/?p j Yu_=G@k_K&笡zʄwQCmQC'J˙GBYG1 UC=}mp} GO7gZ+ j4UM-# ۫M&9elKoِhPk"XS8kF_)(V Sj]~U(wT<b;6(qHb)OU_:r@\Kk8_}SZ@KG\jgC/'ҧ>V^[Zq$L-j]amm9A/qO;rK;G6˺ڡWCkڱPzV jM_,\j-w9VkEFAkޥk;Qbt/8VDK2)JG4-BQ@}z.~)dzl3 LrU]qfKUU UpvO\XzƌWx(d|sdy5rKԣG}6r/hx ty9 n7z>:[-+\5TisU\o!ZJ LĪ{'5J|lSuY[]'xHذJUKA_d(W~oz߿kzЯ2<^ӮW,4e}l:7?4ϚY+bc%|M<>Ͽ^~İ<_{n}>hi+hԒW\W$BQX<TmOTR>=65yyc#Ke](@OmVW?I!{j_ߓ ]8$f 5o*jR}67y-π¬ٖ.ҬHНާoY;WskЦ;I~ckt)Nk65W{Z]7wmsf6f]8m^LAu?-K&k$ fMDz͙̕O#>ra>dȽɝ۸o*ן~yhD= [(M yì,oo_jjo~Ҕi^ zw2tOpcV\\BHZPk2-;;'k.e6e_%P]J*_KDzR('hd t]Lo!K7oFj2e}QfPCu1|pnûDՃDՏxNS{="}|ai( u+|wqiԐg. -\SoN jKOyٶ)2"y#-.DޥumSQЕTYru;(]-w{-I6Ά$jG.5g?1e._bljrl[O/[SoHj5h:2HYOκsomζ2|޻x >8"#ޒWyKOޫbvh}}ۑ=R#g̗oT>烗2^_~ETD}i ti,J&LCsieRvcz~:D%zNѧ SU*vj[D)CpeR<<Q*WS>PN(P>WR)_+Reڱ֞u`2+®fװYo֗c`ŢPv=n`v#Ʊ&6&6Mf,ų),%lKbY2Ka3؏46Yl6[<6 ͜,El1gKX+dErUlZmuK}@k7c!z\=~V~URϩVWi4NY4UkWiZ7CZoO i(m ծFh#QhFm6NݤMn&j)Z6U%iӵd-EshL-]jZH[kKP+n\ZVjeZT[-Vh+)R'l&I_ pP2fFP; Ma?7RX' l)uĦv5lyHs~Eag`kO6:axuO] {ddM!T6튝Fk`^`e0FQOJ:lx8@RD(ϠQËʋ:] >BaGqߕ#==( <(:W>p@[[ (!v 4 ҁXh8|F+t54 ~ԝF×zNܧzӍ49@`Q,עi8:!=XLuQtnEP컞6q@h Ppm om@ı8*QMMs |v3MdhShP3rNŹih'4 uNצ/ɴ hza6f"9%06*28Cñ1bOM=+Ԇ-8fG#z`kG=EmOñu)"UتQ,6+cQ6@ێ*r`S*NG;S:.4W D&z[wz[{lIl::GWj_ cYWHDZr<ƺ|9`=w=YOGYw-x14]Ǯq$gY6⨚A@=lF!9Mc@4!pS )0] ,`ߏq30qD`|q [ 0.C`\,2nY, .GBwl![t㨷<} ["@`_"}m@:s!q0^)аXa@l-R ,WW+TDxzp >> &u­V՟#}z?Bw@U%TCZVU8ZbP{_==W//# oUY>V?AK+F`*w ]Eh@Z{ӻ-B`C+z#s@{zy@ϻkC+nz6P|nIfm6 1t6\tbnxQ vm69O+M`?CbÑt8-in]Uw Tݢfg l"ullMYfah@X[Ζ -e3ZZ,)lI>keDabFG$-|L8Ө9ٜJטͳy6'_hu:FZXx֛)o4z %la4˶¶f۶۶{gRFp^>LMlt:uhyy<ϼPn3)6/6+]b*O+՘*kYVfֿf;l~rK6;Ӿ;ND/H@0Rm2/<  2ǃ$;d<[|pd^2E~|e2^x5x-x#xx'D\ -IR'y6 ~ yGǐ.H鏑>l-ʞ2~CC4s|?foXY,eՖ7Z iyR myRӖY^>j9&8Ҝ?FY7fUQD uQxu&[Ϊi8n@(7IjYިsV]RuN,rޅ4燐ګ>,'?YkyP~9?2W$a9(- rLD+|wH5Ȝ;a>z!ցQ@1cp,䩐g e U`\*Cު\=*xqާW7Nj5y{k:YXmo-V7z,J*HbvNDk<ʚN:<:ur/9rֺH%kYpiΫ[V[ hY]g&Һq~奌Ղ7Zws>iyP"`X_'l=c<8g3gg%8a6 g[GȜz k$xQoK$9Am8s͵-a[`|[g \=mc;~5p:1f?[*lٶV+7m}?ߋ{~mg%" [=wۻ"94Xj;'w9Fٙ5p';qwäc9 rc<[GZq}V+B %ۧ c{XV9ӵ732mٞ|%U[;=a$?*y}1%GUu]s9{)!Xk,c>k!ZcZc-Yk!jó %x8kTԣ*tʕ 1K=p;oe )L= Rz֖vݖ~On-kY~^G1{Vz}BI _MYf4`9)nMiUs:A['MѲy_@u`) DYw4GL^Zu{guߴ;r- $ϰ1Zۭ-rEۭ*YKbjvDk`&B[v2N3hpQKj6@j,nE[)&múdgɖ)f9 3t{-@Ö =Jt>Ey }nIz>W0q+S~&W]Ip:km"['}Ѿf>|Ea&[ |N}apC` w-JprI-mz3W?ΠY7:|@rpZn\ =>R;k:3g\=sүoڬ h%z\2W2"ȣ/1+ {ؼk)j ʋgB&!Lk'+9nfB\pFA?t=4+G1rS?/~;zaL(7fǜgWeOQlj=8D8!NG*7?"ug+f‡K&mR;D3-星fypvW2G \k;1•-QkTMi1GxIYa,ʯU3|Z|"s#Yn`ȼ=@Oʏ,#yKnpXO@i3ycnjQ^<3yF$-ZCtLweSc _A9nb8>G@ȿzz Bl+'a\I,#ob!yC&*g#>;2'3I4}.߇5e͛'0AVq2_2s\EXHcCVXM9pmET܏t.\Ȼ nh;0TǚABA/JՌV܆g\Fƴ/z!@75 zfͫk&|7s[ LxR9OM@}`y }_~?{!B(H7#XJ%Wk~WJAU=wX˜v\;NKsfF`OYC'), ڑv oϛ>Mzm="`i#+X|FGKbf"%zdzl9G?wr7fz^eE^c~H{$(2b;V%L%{L|odGNN`߀xMM ^ dwcOOƟ1DbA=C[){z/E omGgc??ѥgG CCDכX`vav5@Y 1)c}r'밲!Fc,s'vqW1?I~<ڏqG$Fy'*p?<߁WXp؉Z_}k}Xb_3&ˁ&Bf <)gDӲ |%.|.j dGQC\ELĿڴsB#l-QK8ig.T(޶MޱM?n_`}\Ӿ1ч_^B ӛqӟM|EY|RY?veϚ~HqN蔶'O7Qm ATʕ )SIpY޲Lg~>*if!Tz PS=lej 'Y4Vee%&0&<L&7 ) `vL"xR)ɔ]A)Ѝ@W'`-@ s'}%L)ʴ2dJۛaޟioʔ"3}m3??>"uD9jO%zv)S( W([LhbTzqU%ZQl._0IgN#IT.Iei+(uVƤ^.ReiR4(]!JCDR Q~r$RZj@iHSR{tfJNT IRK*&E m6C$VJR!Q RFZHTHZAHHoTOT](eSKRxYjǩ$[ۤ )$^GŸx<$ZV){,k'Y$vU-[IF.8UYrJ~X,Zā.K,7VLj.W w@nlcJ/:ߑL=0i W*amL3iLlf^&S|T`ZnZa4WN?IusR,WV(eYs\CT=WjsN=ڒl껩7RoN[Z[ZD4fϰj {엨b>he#TcMU{OHL~W?^5)Gl­~|?CϜ'Ϊ3gęw̢g`g;ހÉCT!q3}G>:gęf r kACT[ţ1Zgvb8$c8% "YW[ ˤ dKB)RJZ#FAʷH\-*N֠6HMFOQ*dqi\tj2Vw*jćUD]WsWsfKȳKf~w: 8#=9B{zo ٟ$ eFl:`aKx d:A:asge;q%J."_U"5ᅯZxHK@c p2AcD}ri9|+'BЭ+oc[%%M+|I}&5n}ZlϤ[E_؇_I{*Pjٲ8HpK Z|vS t[L['TUT BB睓ip_\Kp3_%,;%Sng0ŕh>% [ ;X~+K~G2Fc!#h*mLQ:';#;qߩ(HSStZN0'O._JIޜMH.K%|,'UGN~3:yšԑQr[tG2q!CKa6 ?t=Hw5$_|%aP'aT0)L +Jb=B5?-(c4?uPjMhiuͩ-J2$eQ6mŬM#GKciHr%I uZIۢm#2pvi{~vHIvT;F4kZ֭j҆1i&)]]eփzRN髨Q}^ߠo^v\߭+$@}^EtޢOsy%mM/#j>O} edOwxCMf?>q+K~uБXAx:X(%C::v0$axv=jcET:E:8h9:gh7{=>Ǡc$9;\윣s^N>gԙ\@x3ϹJgsuornQof̹Kԭν΃CZYqGu4L17l/;۵]j!:ݚ߱'{(K6~R;sN8\KqYZ ZQ\A+C+suerRWSmv{õƵ޵L䓵ܵsU*Ws60͡ٹzs#|&{iW Z1IZˎKpNΑvw.:#Ke1׈ZwMn%w2~פ^) ZW9c=߽Ƚy,A3VW"Fw6uɽgAUMDtEwWRf8rnbbhw5àhF~wcM0ݬv3Lw n4${9}}]u#i vgѬMxϫ6¾LZ^_[-哗|9Kjoj٘H-m=$vvͷWq5}Q_Eʽ,%3N_ns mGu7H9]i.ש"uPTys}qTUm׏es\UBפvԟF٭L6 j,\bFş糩eſV2gBS 7{&?^w~?OiPp;*AO״D~d{oy\3(pV9o \5@;( l{C@ C"VW\mف&uꔙr߈OF}w.sp_;Ў͞Z=wcg1HI`t3i;pZՁ3驽Mkr%p5[DgB@r`Ľ'0 }F׆D.nպx6^λØw@%w.{/;hLm.%KHh0'8?H Ww +Siq+=ʐSkI(1X\Bx+w, CSdL6XM낍2%ʨq232ǽf6 XW `)d=F6x%8={8?sdz4.d}ChN(q.!'N}1NK<P4E -P{BCBB+#B}7J=#7<;!T7W= 98I;. m<Z@2Kdg'KϥѷPYž]d!NC)*C+jk=S%Ҵb;UɮP}:j NC|uPP  1/ -SXhFE;Vt^suWC6'J''p˞< A:623ԱV|]%mZdzaiv$ObTx B[^/#daC`ͷo]thgzs 4g ri5zO\'AK(bފpU$|*@71J .OOO;-s}2|1|)<[Msր^頗68*}o6SRx#ٓG6߈H9dХm]׎EjIDFDg2?龜xG/@v$_[\R"+49Y-"vP̉P3EGΐ3=FvzZ&3JmSd@};hF8i3-R=tcN5 "H鈜qّN@BG"}ȕh䚞SFH|ts+r耻#DӢΨ?fE:ڢ ܣѼhqGG|ӌn[dtKt[N ׸V;jU[jtWt{m4z z0z(ZFۣg]ho?:COt8:F'S1Ǎ)wǍY4|wlI Ko[ 02$ߔc|G&y͝4~yR  ǜBރ`,W;[jh{8V[[[MfukT=N眎Xyl.¸*bUؑXVǚb-Ɗo0{Kc'cs[,7v1v)6{v19.7__hoo0 f.<W 2[ 5Ao~Kf擠![c`^wWAW{];=97f|/!?|'!_7gXKQ[~5=;2x.#L+y1p i pqp:#|>ȼ (ⷀh} .Zf@!!Ʀ$p,͆f=M ~(??«`j`,CkL;1*3] 5&.=U45]_\6F܌0e,/~&6BXMF9c~ edހL m†a9?XCv>ȴ3_oEL`^=^lH.c) :c6]b@C-d1bk ~g~1 NVY)FT~a૫7%p[yȋk+h@s8&zDfm e3Jxh00cv sw$ A%z!'C&[6y, c+7]6g E02m5+8I 9·U Fg~`|#]ԝ׫l)de9QjJQ;@/̢ s/#:82c1(c޻­=%^c䄞O?yI6Y2u:''F5.X)"c(KO# ?{ ~ZoRFLB[Q#={9p kMH^6/dBc_cֱ6s%-FւN+Y_A< ~X5$QvBۃma &Uţ^cݙNSQ\c{XбF<1mNTfDdfŨA}pF匱 voXގĒ(C<hC; ӆ7ːxaW؏}XDd6qnդ 0|qXeh>o >vArzdMocOawCc2h{~c⃈5F)@CTgG km_ƙc݄%W1ʸqӠ`w:;np'?6Nh َIοÕTNgxmyQ|v'!."Ifh9G7CRDT< _nuo`ra9M~CsoAe_h~*z #tUuKU }>RRПŠFƼ1ΖRav}>222-bM@~/1n0>`VsQ F]> Twq/ T76 } _&d -#α Jl`+ὍF+n Ǜ8?;ۙwr'b}8@ 9BezLF;hގչ̿et56St9Ʒ!d͸N-N*e߲p2c8qeSi<#0^mb3Me{t<0ޙH8s:BgdŌPͥ7e{૸)ӈiJ#4"PHS44M)""RJ<ȣ(?DDH"yXŴEHS!"ȣH7=7{on I~3s̙3gΟ=w,?2eXdߴ^19A7؏ȿOXD5Lkdqpe;n{o ips19ZS݊K;?>OjLa!JC.FbHTztbMZ|""H!4>3[ gUOUQ5=yz浳z^sUxmo~>+w:[$8X)_E œ+??+q)Ct)1 y.zâԾAmd$=v]({=p[g 3v߾ϮؕvxR*H1qRtdTv9֦,E+:t.wxԻ=ZN39O.K2R!^\'/r!w}xhvW0ɣQ8%(h|Yu'z\?m6X+_ôJm6%jo|\c~ii?ؼLj~;̟<I 04À#TC =VkZai믛k1G+5}Y`7eݕ,W |):Waƴzgq41SV%4al 2Yް9 aC'3t*`l pGx Knd xc$7HHq7"##S:x\2GT&u32$ͺ=zTd,xiLLFiL>lsL6mCkyӁ_a,,MݳmtOүS2r*m3uYEez!6\gJ8mCdcҷn>oqm`z{d'{"~^;{.áyQhVuJs6G,&hv4/ lRFZQY.~dݢ>ђhY~tsɝO9]z~Mk4wK#uN g=}hUtjthΎ$eDs:Z]]|dY~Stktƹ'z z8z,z$gb9hzgwu:ź.zņy^UF7&6>6)V i4'|LҟΧu-l.K--:$͹򴱝ާy[[!uc/6Ƕv$}5%m^5??3_bq#),As9>wY8ύ_KKמ8E )#^A|c| uߏ|GN'ىDDDaGO$1$Q>fyplj7~cksґrϣωsUVڔ?{HGi?\q;'isRʹ5{32~^gMwbFb75<Չz@}bCrt$&c񯏽筍<u"+79yѸח88qMKLis7%di)xNqdEç:DNY]A*gEFe5)=2!k)-khV9$gOxY5{UES} X1DM9:,Ǔ6A+dxL[t7i mmcM~ t/ȯLOĴ~d$drg!؁fm_Us&c]g\Y© V.gZG.9 征\vB无=gՋ:QЦoO`oA#o&qP)( qCv3|po:Ɂr,_d% r2StO2G\DAX#R b3xz7F9"ys9׀=uUcC'Ry41à@/C>S/7s !_c> 8~2^KؑmP}`qE3"_t( ѓZw 1X wD[{MT1 -&#Iu&(E%Ɗ $S)b+bX+F[vS $zR>E^Fht w:Z+\sR[&p;^5\[)%ٮNS9N?g3)MZL|9Ú-OJne*#i{֏љSZU{LwfY5\ggU,'UZ9{}H~laO:۝Hmq֭!9pND Y@^K˚@!ZJap 퐃%;Io*C6>\(# &YùoFFCDg51Pʚulbm L h>M},JcN@tVV)O=%)5E^{h[''gZ FPBu&H v v˹`A(`Vgy@pP[ph VXuJ1vbu,8>8)XfWPhg N Σf]pa_KhϵMswkY!&.|%E Qٛۂ;v$`l;;Inn󼐄v>xxTp`c8hEdP0w6gnc(79 UtW/Áá~4k"P*64,p&4,T`[am &|f"W1Oh .[j` M %Тr(P =gW66v6&s=hv OP3%`p5M'yUVp>Řw;a%RgA 8xWIZI<$3tM+kv祏 lc5iOP|L@DX%܇RЃbD  Qy0i; joMp8 ֺ=vhذ׀ {tթ k\תj p?,]9 "e;YP"Qc=1[Y=$ah̜O9mchw>V ss DF XՐw;a:CZnV=ӽ۫EVu-RWuRZ*_g#tfjFVuf|y x"(q t"tl^7뇠gZap]cUBד쓝#WLF(t{}e>8+@O|W% |{_{Α͵聵w; \ ;06w;ЫUYSWut},c|Rݟ@~w mKORmCסp6 X~Zp.)EO < )%ր1_8v=,Qh{GQhtGNXH~+懮;}B"G7)F;b?'5i\:\>ƕ$m.sG_nѬ 6!>}Ϡ/M~Z4@]2#uOը?)AzC}n:'n|g'9}i6s?vtsJ?޿"cg\,җd+:`yRWõlh{2F-蝷:vSSs]d~>Dp0PEvxN,І/TV4˭ /=2ͷg2K)̏v!FPUkLק4~ghT`AYN0¥GIg{HPE0Uտ5Pl\NF,Zc|]:wէ+`+A.#8Ip&|$aNómoɳ7Z:FXO?\3;fsq7O(|VpĿ~bƜq@CɅ jr&ư:F[{M׉XQ { g^{zc}bEu|\ؠņ]W.VO\*RlGXfJns)G0&E/"blxՋl x Kk8xc]4KVЊh8N?; %;!8$ 8zqPgSH] s&h@@N Ο#Ā5Oq(s1X<8 1m#Q~1R]sA~h " k@Kv6dbKA>zYSG&Z~  s)#W:_םoEN"GB7n  EqHxxcG+g$(zE#w~BC j Vv꫚{ []fyL/lr~+Ǘx/x~W| ܲN +'Der!G(DY%nzlY#бϊu&*7 ʻŲwo}KvKٍMrOld7[1BUd#vGqA{^_wL$z_ |cGXO +?/KQ|C8e=47;L|#ovDΓ"ۙLq3ÙIfS Q9t8g5)IG\+n?~ѭď iB{#B=B\ŲCFA ?'܄cC g oOB |ۇ_Orw&~kIw!/36~gOxd*&)*DQ S+g"wMXWX,m(W|Z&N-[z& yu߅.D0v:=xރCDG1"~H.Al;DG'~:zt?G+IG?6DL&-Z Oː Ȉ1qLȄ$׈ZyC__ wubK~H~HsâL ow卢Vֳ=BP+Eb8}r\"*RTOkZQ)e\.#hB<(Wʕb\%W[kVy-(ub+_/8|Q<,_/|EL__UxLZZLkb)w'.n"ߐo)Mr3ψoDqB)Qh`\%4MoW24~=ħ!,v L#V ^ g2&U$2g7UfPF\9[fYJ 6ܑt!lN3I(Ќ~r!uWFOw$+RQsiR2JI(uwP\~Z_]muO[J `}K{3XRjxu\ٯZ Ҧ*2XR ַ`}K2Xm( #2rf-Ff->odZRnTvo)-Rntƶo)Ōܘ-RK۶،R 2ؗI eLr{Xs1ڏjm B? ,|ІCUQD+tDb9Lj½Q~^8O s.M< 1a}eg2r$#vU]0 *δOԾ)BE0t*tJD(֖j/𷰵-"O{UzzB .LFubGco%vk>2 yCy6_[D-VǞ6h-vmGۯҎv:,=[ӻB;'%LGz>Ug5}^Wuz^ߤo]^~X?٠{ToDFjEFO1d 5ʵF111F1͘i1 %2ce9iwvIyO_+Xc37^26ۨ>;<y|e;_I?eO_}<{A>q8)4̠7;fg3n~Hs9k'fV<9֜`N6Y\s~~qJ_1j&F?#^ŕʸ *>ZHETbŇy ?1M@׀K} ` 5ofX&+%8m(K~6A*47~ۿc|Fٴ`#_"[> KT/Wa_+wJ6J4A&ġk# Gl7@#Z\*OkGb @#.^~xA]H|\6M$`oAi 4Q‰M|qzȌ@AIYj- !Awœ ]HOnCW| tMS|EV@e󁱁 tut%|37S.&8'y-VЕApV'r'd9'bf9]cǙ[nNӍ$ YorJ:jgY0Ty)s\`68 ƹ>L4Z("I#<@N9\#bbN_gqZjj:gYfEzgSof;[e5:l"%ݏPŊ PEݨ(ƨ}(.2Fv7o{q2j/q]Bݸ)bGqwT{'`,R *IA$ڵT;ɻ_$VGuo`0TDHxQ=r 8jwF/I]t#8Rjot"OU CU,Y>RMoV Q.jLUO!% N2^9 {\!՞hڧS&=bK@GX ?rX%j͟A3rH{$ZŰ=n5DIĞY TiSEm!K۬a+ɖ;!>А1he㧩WU_.BŴ`OmWP}xMMɥ눥0lB8T QvB e{ DEMDž3coUڛ֘u#qeƓoт\j`tؠf\@3!:o`9=@Ixry~V:&wצbykXg2+IjgV^zàT~ϋ*҇\w2iz jIoޡL!%Ћ*AnmJ/j]jjޭ逫W'3>Z#嫁sKz9\Vu#QSg4m׍Q>O|_ P|7`*9WEuEXګ^WP{CK֨=bR^Q2 ˻^_ܬ].6ON Wߓڀ]%5^6P4rK1 ~ 8]\Ain;w]u8}.!h5vFoxR{>vBcn4SjPk+u5E7:8N׿[qRW~\[SБG^4?./Kr^g}t۶̓DKIO9YV(5y҅D7%fͅG kW"/ A{Wr;z5n/q;,t_wXc'!%7잿ZUYS;p^t%HNZtKׁx8}DZ_m5}֔.̶FGmTXslڷ mų21뢟 :%-֮{/_%Mݭ_y>{uc_x"LspqJwmJwm3+iܵ|]g!b^ƫ7cx{#"خ!.t[wN({-o~zvի{hhӶcBx=v)bB^1S\Ȏ-p>s9s_iӶڐ{m-!I$/K.*mr+$ $Jkm$E$IB-E뒤%3~ov]}<̜=3<3gf8N3J]R_@(My%JL;+4Z':JSU|v<ǡ{x~s|%w"W~Is-OđTB۝zswD]j%BtvZu.a5wLp˦ZtD7಍{ACO\zby`eY gUXMV%f5k:/'_ z KfX* |< /b81O6MdS eBe=lKH^ .$1Ue:]d:NS/'@eYS,SxyVu6Ӛݎ_ьgmdxrF3U hVg:PӷR3 ./WuOB;uX3$:+Q'eYm<f<ө(s#.WuOdrue΂F N>Fw3^x؀:f΄{Mcϰy/ٮvROyVYr<]BF#Di@ yxZQz6H]d"{DO˃f|U_<&s5^b3g^xmߥlA?.%u\ #O *فvZk>>?ݑ'S0,:GhPRU;r|8G`Vl/ %-O—7OXDd4Ț4CR=_YpK<1.`\vt[h~r\6<#v0/o.N%uHأ\JHkPΌ"IB,>,hŒ7Ԧ—`Ot|k*oG^t- xB@M).͋GA5ޙ7ěe$Ms;Z(pTAz; VOpt %exz =O~O~ġv iOĜKAw сpDKJ*e.C dQ)”̟y=+yR6s46χw+=T*LWJ왦3TV5hB7uJRhzư (=2yCF5 Ɨȸ l߳ͭ=p5/MGI>oWe?41Z+Ғd+ CD9kRlKvHcCҧuIic+h-XO0qp,->E:03J ;m_sG ٹ s^:M-,iWaKZhJgfꅹ/+B˯ߔ , +)~djtldFM3/ Wi4D=3ʰr,UbYXS֊cY֝b 06f fsul1LVl̶]l;r s=\, D DޚxWރd>4 u tj?bX<|,ȧ>OѨ\ QQLW0EҢMԡ%)*}Z7{䔖RԯƠJml!܊ )M1Z Bz- @0I/"n5dtuCƐ: B-Xu)ZSZ U7uCW@BuMn ]9J WԪ Z`Kz݃v Cy-mH8C5Ҟ#$p=ۂhs@%jѤ14^jOMt'Hf= kcd=f5mO;AJ]i'8XR;OetuO奸\jEw;mȋE[VaT ^=fQ˦Oշ Wte:BgJQrj> u:UsP#R}R5WscZtWYMfЌ58(rg/,nE~g2?ьᯣ ʕ\29ԜG!5)uk%5͟ ĕzq݀jk S-8Is-c9?jڛ\0+pc hnye_c㯳z$6,t%\ZCxz@JXcXIb=ΐ5]֫lmP iA)-Tr=9WsʆZ9 u~~C=뚫 +EU.]mʑnG@f\7u9dVa-@θ–8@f ]?B)>ROֱZjO4t:NS G%v{\9]R2 Jj740OI%29WtԺ)UKVꟈQ?WF8 x%LsA&[8| ׷ <8Sޮ+!7(u`6; 0iА>"LA8G ~@cN]s6¹ \0a6U"܀p3z6Axa Kf=i@[ F #Rq7Ba+'}MMR&J)1/)hB?VȆЛ4~Cz[-$da&=nt \0Xh91R(Eèblb/F B\$j/Ҕ+|+"yJ%T.ǓxRA⊁Fjz)LZ]乩`b  J pqiOV &g@B<$t#E3ʱ,cIl';#y ;O| ×U|sYW+UݕJwMq4'Lbzxd2c|3˽Ƚ½3˳ГQ5"1]DgFFLx!bqʈ"GD.2)rqSůȡ+5J;H-BΜ ;U; |%=޲+A*2:2u47*|ӸYPܐUiw}$et 4^pїM l0{P5B ǶCy -o ~0{\n]OokGzDg WѸ'>+jNPrcaTyF(T Ka7ٿP{aájcP{P{͸00P%̾. )Pʵw+|cƺnLEA2h$ HL" d>g[ }VAvz8}:t(\Ws5>pYUn`j\[y*ܰS4^p$*|S#34%j)|sSw(xM4w7 BKi0{0{Z}^o1{aP]Cw+w+E{Bz0_Ffyd$+l!;#9r{z;i-4֥YbTw)|#=K 5tyO{uuHu|]5#I wm CK=ZJI h/[hO[XX,j|P4uw<]SuY5U.T< Lxm U)^avշzy0]~~C 7wh`Pa2@g00:̞fofO SCKY~ eehȞf K/] KSauAm0N1)J@~LQ]3 t&.O'\I"ў1qZ'HIdR33{~$E uD! F% G1I}v4.gxG42y΂|Z֣i+ڞvi2MCH:NqUyͤ+~Kң\ 2V \L&X4cUXm<#њu`]X֗a,gS z~,=F㮸Yl.[2T:mcNxzx^ׁ繋[,@Jrz+;$ދCH<0"{|=LbA_rr|M~뀦{MAM5]Ú4]9#cHqMϚ_4]'5]"]4]wVSyNSy^SwASWtyC]pIǥ.]!D*|wLm=QmiCmv\fZ=O?=O?ݟٟ =Yz8bKi--yWE"itH[ܺԔM`l4cP{roM%ߙƻ Yt u$|96fۢ~i{loG$0_n{$G~˯2~\UN(Uy -iN4$mYxB= l CNuʛA!} KS#ꕨQ .7 ƨ$.*ji;C]b,L*D/{B?({e^{qٵ+2e*QYQORu=!o/:%oRﯨ?lܬ`ƛ ^+Xɰ'I| ȃY9"H @.|Ηe &ww|?:ʏ|xҨ͍ƭFkqht6ݍFxb 713Fcc1ɘbL5Ӎ,c1ǘk3 FedowO6ck|o6'S㜑ormF321c8E`V2UfMYǬo64&fsye>hZbiEZ*cE[1VzUժnմZ V 6vNJzX OQq\D8+8p8NUSi$:M:;˜7wOϜϽޡ4Howw/ŗKҽ W7@ uyC>?5$̟525GUFSh5.)F1xH/e ύ/WG_Ӆf"jjlakz#ͨj0J`5jgu{qH/W]\pq;΍N}&Yd:˝*glr6;[Cýx>}ooG|@+L$/_SY<owXWa`,{~QըfONF#a2AP#i2%FXgl06[;w~#8n4rFLӌ4m~`^Af# zfcJey,ZerVoUj[&VsVuujuzZV?+U?qBX)s;zN#yYv>p>r>>};;777/7'o0y^qdwq<}y8p,KƉ4$bn/>+ලmGmKm+j#3ך~2Ljf*=Vpۅr[=jfXaܶ_ ~?wǹʹƩr: [Nd;+zg7O3ޙ|C|#|?n4n#1$9/'9mV9\ՎrŠ@"?ۤR`N0 d4&)0 GQ "Hj 0OL!CfA8΅9?*uR%L{@ \ݕ+ˉs+odt;Ii$;bLVZIfŰg0Y {Nưb06ʰh9XG %G%^(L yNlV(̯ ѯ⽬ܷr\oZA.J.I\ިO*4q_t%-myJ ț˟KNg`|).HQS))sp!o%k\wр#f^6RhC3HE>~r}eJ9v796p*iNZ:[/I+['.1}77aU!^0O{(̟{ Z<^ jfWi;{LL:RuFPύHSM:%Ím= l[ki;NٶfUE} ("GN~WGi7jr~W4:O`D.OC?c9fMk (K&6q@jiNޟO,Dj@û̹0N5d6W߮AR@' F+GxF֤6Ǖ=U )ˑ7]P'sz^-ȿzcKJbnٗKC!T:%A'`Jz겿+i+ A;Q"¡WISфv7@Z [S#JxeѾ)O:3Ys"4ink }",XXӓ+J4ce]x.HΓG~Eb@<mC0R6*kOOi1E$ϋ1M<#L1C %ԄZ83'g^Zf,h>.GZ_v=~mbxM,KĻe1O[KEX.obxE,bX&+*RD-r-PǥЫv@࿇ @~95ti}^- HwЃH###RT!7Z6Q~ n?.pxB @A/ ib%'/O2x1N<r߳?,# T!?9D~"G#G3D xtNmP X1^C(gDo1X /9axgIЅt]L@dbdCټ#ƈ1t5}~@?яxDx& ] C.~G{W >ȷ!mI;r;wXkuu&@ =x77~Cqt@H^0+NF@Ic?s1d)g q}d#mdsQr3SpI*Z^Mi9CcirLЪ:}.zDҗ`os#1}>'\°۟؛-vK{emﶿ{!}εOgA[xDg "}Җw,' oiE±'cK"ZVoqeZ[%KSehcE ݮZ=Izqgہ>Ilz;R{#e "sFkZЀ;sd;2ys9¸2mI:uCs|QokR릨P,Яx_Z.@]20Wr}O%['j;]|]@v^2*wo0"F{Z#+8C;I uAfJ L% Si_j˙OM{ɨkr糠*(r؊RpT/z/Rqw&p5m:(vC"2eNJRi5$.nLI:T9%HHʬL"k='u^ݯ^g^k=kZ {*E(m0׷. 6AlJ6}39U,fVx&/;J?ehpz퇭oHo߻1s+憾9Bn2pJSwJ{*-QQhQO0:Eߚ{wz5֪})qpmBɢ/b_}NW$xo9?qmϠ6,Έ2hId 9Q>YZ V[(-CB߷d8R fa"(&J 2qK<"M;!H9RH]9JH ҆t ݠ_(9$1dvb6d%yF1eFY[3j IeQ{<UJURשc%2"ݑJ}i#ژ6iڃCy-zff{<]JWavetc̘1֌3<&a&b2y d3wKceXE#ەeF1kZφ(6M`kyWȀ_a1a11ć%ć`!!7s nBCq d0CcdG2csd+YtfnȺ0^?LZuL0ȆFv)$ ϬaRMa62[݌ndw1)+$P!;F`.FJ`+pBA&_l L09Hbdт8dc Ȯ 2(*F6K[p<*abA)gjd+WP!‘1BfB+TBTJ0/?.gPe."1@b @bY d%@ * d5@VI$H"D @@@@$I $H2T @RI$H:t lF l$HL @2l & l [lV [l 6 ہl ;$ H@v $H6l 9@rd]@rn  {> ~ r r! ra r @)RH!B @)r 'rI @9S@J)rY g)R s@)R y 灜RH9 @.H \rH%J @TR H5K@.2@. +@ *k@:@@n & 5@jR [@n 6@@ {@1u"JCDLfZh}:DcV"@lb={ SL2 @8q g @q+W n@܀q @@| ? ~@$H@ @L2t A@  $H !@ !V$"@B@Bv:xZxZ:xZxZ:xZxZ:xZxZ:xZxZ:Q< y@9 (c@9H#F /H& XpYZgB1@y  @<S π< s ρ`ţgY}10&faM AHN$ B:|uxd3<"~ӇGXã|HO& ' Y@{'!}QKbb- ]0EP6t7۳i*P '~HO0w6#>eIh ?EkR7ڧi4ܛBɃR q2bd( P!C'RN %J31`bPvC%rI e1d(yPڈC"F&w)~"$yf#,<¦OtE x.D[nE*7okǛFhȡu{P 疭}LeȿKggޜ mqz->%VٿUa*Gh>_\ɖWfߗ7ަ Y4?IgPQ?bêm9>·G6n~:gG*{~=m1oxrf4mTcKjXg-kV[%Ͼ.r3 o$\4W'@aB)|Kj~?˖ҩ sQsTY<7PRrV]3k<>ډjTU궒l>OV8Ͽ:Csi|&<[9>]s[9>/ V>?yf~ +@ϸn5ogɠ-qtɈG6I0jT+j{e ,3Fbb,b/+o7CŮ$nwR(f%zY/b4cL{gW !\8.?|%װBE^Ijh7C aؿB "Y_r6΄L)2gdʔʜ)9/S.sABL%g#r-06k#Vɨ2dAO=zhyr A+I 4?Bȅ~Bl 6E"MĦ((/< r@+ hSgϑ:%6,@x2^7,O ?sl,n>ÂuF Q69گיI~AH%%Q]G0r&S]E L~kCHHQ$'< M)̓#2E2DNQIdQfB0I Od'ϵ y^!zr |y_^GN)]$zljqG*&wsC^zK5ޗg oOEҫ#J ._Omgtƅ*]^2q[Zih~.nrR~FTp<9-X%M#'V򪉐*B*ZwsWG{nLM_֏3/ȅJ/;W MW7Au^5nH\`oi%2՜-"=O+K%Q}P꽆3Eݔhuzs}t`z5 >1Jș[%I=[jř?)XVq7CK˯|XnN9)%hтجʝ=.X6|vzݎM9 4DDɸ |;Sڼ/*vɼʒɷ&z'7wN'vYn?GQ8"s$ v7qcN[ӕ. 93߾ж}bn _q47J ', z}8}qz=\ >.=wӳ~oÞtCA\sBi\2Z.* 0 J.(T0NXzrzr[Ip7I˓{/3Iƾb+͋5'O oz{cOٺ޲{4{7IvjcG\3kamW=&i6/)aTpuܖ œG۽g6 TvjȝbАQsfIJTn{.1}?~ݹ̭rG U9v¨M&\.G;zybYp,bq1n'u*W"yZ*Z_;mU~j^|_?`b-Ǣ<d eyl^\|%E\X}:`t1ٜߣi'"+o*/Y,|9a4 Qg^W,PȕWJF=)P1&?FQ!GI! |ʗXGpR¸KV=q#RQj~L(ΟE@r(z{x: 2 ;wׇ뭧oЛ돜,W}}o΍+&qs|t9R{(ikJfet~܎NCEM%^&|~9h _7FܰLӽ;/ZSE/>g!eW veg]Yu2;쎖nQ&YHߦu^O=­{521N=q^Ss>K?ݣbכcF{cs 1/v0rIa5悅g\ﺦžVwv 7LW9S{T-yY1lA߆&Na9KUe(N'l.ړ\X#b 2#ZwKEv)7ntn)7kbژԌmP0P9:"uXԐ_/:r(Z&17E`ԉyoևѵK\Z`O{3Κ8 n'-4u+ڥGL6S7O6{hC;m֨ԨQ=[Vh 6o[ܤ n[>bxWjw|$6k+ Z?ZϞEeQ/SRWޘP=D_(%#_9jf~-2sE R̕ s#;H)Ȕ_Vt&g{/:3Ѻn]`*^:UiK'f*ѯSdΡs#rh[77+ٮkhEt[ ss{>|zxJ{Σnx; {?hrFZ?|\WmΎd^OZW2 HD^ǡG#wڛ3mPiGnhvw7&Gk8NuQ;7jpϝSV쿭~gOv0+b쌰m 3/-K?.' J+vpjcӛKDs?ؔXL}Ӫ_J;I\$6ɺ|( dbˡ(lD,nWq dO-=Tls%F_XIpAm TtwTo೽6s|~2czhW-j0OeH* ,E:L1]{ˡF.)Ț-Y0IZoѵ]{rGZ]Kiomw3Luya誦[m.0~M^̼O^a+iV젛3ur_v%uK&,P~k؁=z3z!kgu:/̬Wt);~\p 7dž2S⨤L7-.ci#NjL9.2X#=t϶uQVTى3s۩H+b{dkV?rΨ f Q㤢'*_h)i[̍GvwQ{<1Lo43R0]TM^ktz:+pf%qE#zͿ)LFG~5Fz/ƄƩ򛕋?SvO7PR%1p!F>/WP(l@Ŏ8p7P'OeAZY?6JގP9(,8sάE17s^H"⹈/.E|8E*f[k0:3o?Y^!~Џ;>Tq;I8# WbZO8e?骩~!,*C|jOdQB׸ sgIww1j*:7]ސ:GGoQ ĩ b.36T-7\yA×Yee|w{TgvjٚfƆ_x+eT-tr+/թC}lL]; m 7[ܸ7ˎY#-'är|fi'O63ulP;p?7E|g"l.N$]p}vG#4'b!' ŧ% rm{NӆrmKvYq[XӻY :w8HYsVZxXA(G7(;ᾂ y"yҺwӜm5+039ke3I.ko>g[NZ ݉e ,!Cw5s6~O*k9i 7}5Nk3cݣ|~VI^ffí"n0̪r5t.`3]0o= Ŗo9V^Zq_ fm[Ĥl ͰI($N}>φ&c $$7bh9\ՐYv=3>*w]nZx˾oOKê\_x}å͹-4,[,nuў{óԹlf(kn{gzVX)g-}YtO޼,i.;d6mk [Nwks/oG\DvM:^S}ᶃͺ>ȳ5^hp endstream endobj 75 0 obj <>stream HyTSwoɞc [5laQIBHADED2mtFOE.c}08׎8GNg9w߽'0 ֠Jb  2y.-;!KZ ^i"L0- @8(r;q7Ly&Qq4j|9 V)gB0iW8#8wթ8_٥ʨQQj@&A)/g>'Kt;\ ӥ$պFZUn(4T%)뫔0C&Zi8bxEB;Pӓ̹A om?W= x-[0}y)7ta>jT7@tܛ`q2ʀ&6ZLĄ?_yxg)˔zçLU*uSkSeO4?׸c. R ߁-25 S>ӣVd`rn~Y&+`;A4 A9=-tl`;~p Gp| [`L`< "A YA+Cb(R,*T2B- ꇆnQt}MA0alSx k&^>0|>_',G!"F$H:R!zFQd?r 9\A&G rQ hE]a4zBgE#H *B=0HIpp0MxJ$D1D, VĭKĻYdE"EI2EBGt4MzNr!YK ?%_&#(0J:EAiQ(()ӔWT6U@P+!~mD eԴ!hӦh/']B/ҏӿ?a0nhF!X8܌kc&5S6lIa2cKMA!E#ƒdV(kel }}Cq9 N')].uJr  wG xR^[oƜchg`>b$*~ :Eb~,m,-ݖ,Y¬*6X[ݱF=3뭷Y~dó ti zf6~`{v.Ng#{}}jc1X6fm;'_9 r:8q:˜O:ϸ8uJqnv=MmR 4 n3ܣkGݯz=[==<=GTB(/S,]6*-W:#7*e^YDY}UjAyT`#D="b{ų+ʯ:!kJ4Gmt}uC%K7YVfFY .=b?SƕƩȺy چ k5%4m7lqlioZlG+Zz͹mzy]?uuw|"űNwW&e֥ﺱ*|j5kyݭǯg^ykEklD_p߶7Dmo꿻1ml{Mś nLl<9O[$h՛BdҞ@iءG&vVǥ8nRĩ7u\ЭD-u`ֲK³8%yhYѹJº;.! zpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\dlvۀ܊ݖޢ)߯6DScs 2F[p(@Xr4Pm8Ww)Km endstream endobj 76 0 obj <>stream JFIF7Adobed     $''''$25552;;;;;;;;;;  ####''',,,7"B   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw;!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?TI%)$.ֺOEW*VvNIyW=nkO_h矘 {~a#`)9kDCw_c+o?~_߬yho!-YkK'IOҗhW ;;"ʣoOk$mQ=Qw*.ɳ$l_V.sPY?W`8 \ed s 'W_}s. 89%?E$I)I$JRI$I$$I)I$JRI$I$$I)I$JRI$I$$I)I$JRI$I$$I)I$JRI$I$$I)I$JRI$I$$I)I$JRI$I$$I)I汥!hNy/c^f٦}: RSg>ΛWkk74]זfuefMVZ@HL IIJIuW}immTޟER.v7J,p39mqKI)$ԯp=Cx7#TƳGF_Ѱrnt-*?R~_:F`ߩ _H$]=-T_U־뜽$}os{R}`]kdbdWs[sXHS{/B_ZzVͮĊg}[%߂ắau} r?n'OIx>oO}8m?EM?Y7}yy|?agFԔ\><r1Y,xk-qIO/㫯PCz&>c%yEv]m}Uꅵe6isk$ )RCrjm6ڞ%VC$"$$I)I$JRI$I$$I)I$JRI$I$$]:_zWSGvgC_Y:]#=u`gKmqx$I$RI$Xu^nκJ6c.zE6:cYU2ǂC ;v))Iqoi2:N^>[pkS+,$;BZ;%=K|=KWmUWs-5ֱ{CIJI%Lgu*eINK1'֎/ndOѵ翂RIpsnӬ9Vb:lmkH%=K?ůֿ}W]]G]CήKIk RI$I%)$IJI$RI$I%)$INW֎߫7Egc͖e_e/{ݩsd^;3]OBi䗻͵4Ue6_e cZ$/q.p_Qꕷ#Kǟͯ}| _ZۓswWӪv@=In^꒔I$$I)I$o^>z@ kf`t%;=og7d6cy{RW}h}gt@zn!9oC:C_:q:57E%2-{y9ĒIIQI$I%)$IJI$Sϫz')euOn+~~֋0oNt5''|I%?U$G/.u;'X}P?On qq1űSsC뱆Z))*I$I$$I)I$JRI$I$$I)z/+u/*?oKQo/^!"k/X$Z5]>}S {T [ 04.rJz%ŷUg{zվUKSz.lWgeuΧU 9Z7@IIO_J?:_V\ꬴsnsXë^!u_UƟ^Sh ז/z7% Բ:?nťV l^WfFш^kX[ӹĔX+w{GN펮-isa:7u}mGm?Jי;[R2ޣp:ܬZo4CwXƽ5J'tZSR&x?Ů7M{JRJ/{+c`.s`5$/W4ɰ#Z!J}!%5P?rXGw_*ίo椧\_=een4eMx4s|DI$$I)I$JRI$(N;3;FI *Id'§)/ƛ͇5^Hd^:ێc-jI%)$NԱ:?O;e/yc2t )LG6?-x^Բεd^,w$o^ծ깧a>ԔI%)$IJI$RI$. $]]վDAk?Kha?)^~^:f#hr,>J|Y/gOJͱPGdai˦,֖8|_R:_,uJ[k[V%?3.]}}[zoQyJvy~ү}[+kf-niRIO {,clxkdu%뉾_6TX5u?SA%)$IJI$RI$I%)$IJI$S_W_T 秮yu[RI$I$v/]_>_\[?n^(O}I)Wgm 4\j2 ~^ Ϧa3|wcˤW nZJzg#N~wWu׳-ͱ].9y]NTVu=G vn8y9,+\?gz]Jku ^wNi~>C v4Z|xW]ѩu'% wXVߦ{ZFO%<]71ӺfB6aݱH=שO#o^y'`?i)-8ac Vji$+u/8wKW;[RԔ7 /-qn+S_w埪QHsOyWZ ?>}E_[spnpy[tTQyyvM\O]WOS.mꫛjqגR?G7-~&uݯh%;}o>2Jwgk%.IOSvF"ڜ\;90b`lx,kø+>u>~uN\qv;ü1~ĉ^$o{GQ'^K,hJ}%$IJI$RI$I%<'9?TےѮMvׇT O}7վӚ7>wc}i)Vxn[,qwMͳ^WŹ7̱/*i;k~⒒$I)Kȿ/cvU?V1_:"cV1Wfpr:Aj}qnTG(͹V:\fIMdI%)$IJI$RI.t )z}mU4!kDNB>V۲>G{O_i/鯯uZR %)F+1sw$ZO\/+%F;5'u[=ueTOU@< IOu .kr(.sk$Ŧp=Ɗ7Oħ 1+ֈ]_b^3q/w#ySRڭGwp˓V:}Sdu6Z/;y]%&ٔ<~;en!}'{b|}7=g2?)~o띡kGIS$ӺF9y5?>h I/8&F7N}؆ַ#.dVL9s^5%.I$$I)I$JRI$+Gr]r_Կ==u_W'ZuCs\W;S?'{g\dzJ{T5#撟ⷬܽwQ2ꗑ}soX÷չze?$_<[u_?ƶ\x!ψI%=ĮO=cyf>OBww1k>Bͮ6g6:꒞yog['PB+]S뱡sL ?ۺ>P`%# )?,| [͍3$c8:x%{[>шs꘾nmq>A%BJu;[R]Ӿ]55x?KW}'z>YmtUԫR}>bI$#ouCM،0s(ӝ_Pxb]Һ5=))I$JRI$I$/GRQYzsĭK-o6U?>k]6۫ypn8lю]l ):M9ynM\p`5Wt{Qַ@?//ۑR{5ܣҺ,l^W^Ν7}>^3v\ɍ\G] JR_ѽg3MvmOY~K_LϫmnܫciyIJI$RԞz?֮;X/mV-+ KH HD 5uo9}k"ܻ谵wV}չ H0+/3;Ut}]qDceG8O?"_S],< )uώ]3\$I%)$IJI$RI$[7û39 i^m2>g_H$W_̯Ol $)?r6ELB%4S[>}g2q^]ۗs뱕8s>Uhu5]ĒR7f/ڋkȐ'?.IOWO֞s׹kw}`T+O֞kj׵m5V< r9$}T}ܟێ=@ L6u! WzMz,,؃VIOeX&C݃C]7uxYSe?տ9Vqf[L@|IlI)Ňηa]VPkGZC 7A"StKU9;W_VtϭeCjmh% H^̒I)^Yu*~=~A⇭t_A?qfEdAܽ$w]7.΢}Vp~}j/ YFxu}RIORZeafz?wFezkZZ@@NJRI$I$$I)I$JR?ռޚ7:SկϼS:F̿QcXk>at+Ӑ+nlN?(\J~J1z1UMpէ K`~^~19y??^mhߗ߭q:?εp)I$JRI$JBVαiZG淗-ֿձӺ;Cc#Tt=!z6=8b2h5kGeh-T_C?Sݻ$ xswf |gw?S8><]hi"hVռGQ }L5?Z)K [[pcߜ3 bz!_>g܋_}u9RI))k,m/qu$I)I$JRI$m{bVzM7'e *T-G0u 3+ SCO|V;w[)wt6݋cxak@8 IM.j+/2}S|͕vM muV4s kſճ:;cmo`>I$R܋YE uCX8cg[i:v;mVja':{G=bڇڳ!v"y]IO1T׉o mL97vsz`$+&,kr*,5I^'ee}b/ ?F̏3?iMm ^ǀAB P_{.wK:`I?d~I)OU}A>`u.PZJRI$I$$I)KҿįD7k}=$WVzYE-/1Թ0ϫ]6?:~\ I%)y7A]ii+r\3-K^K?^$tnU4͇^n/yp>f}?$脒I%)$IJI$RS8-aiڛToK7Yǻ\=}\*%c~4y{G!O/'S$1;6ܬXfˬqs+W}Yh)ƊD{>VzC:X|\OЮK9cFӏ)sCr G.FL}<z՗K3@׏VUUObWsWetN4qa(A;q}(s XxB2~tܚs[ 8~E,c1e!.(r'g8HW:N2)̮45ժsk?*]şER-phq {tyn\Nd#r|È0PunVK?OϕOUR*̆X>%G1(PGNT'tK'7TҬ.Tw. U|Xqdj,!9ﭝGt܃V='CNߤAWYY)1Ů ]N>Kڄ@(ē]Ni(C\1PG>fdjr6<!k/_?׳@1%@h# @zzx#`p Iuh{Gs.}-NiȤd˃`@1%ryg8H8GYVXy,By}[3%I\<wR/}>#j1,]S~s{Pd?vRh~+G=dD2+h7e:E *ձq~Kmi6\Աn FN|&=o>Χ@{ c{5~uΝi阓 e-#).k}WY԰]̆bRY.k;Pe6{t5uvunsݙcy.Z#֞c_-rn &>P'ZEg4X-wnwO-wNuCh%Lot8R>ouEPĉ=Jvܺ?վwB]RVNi+鄔I%)$IJI$RI$I%)faxXFGIѷǍX+I$zfgFzw㼱s|*?fgTi8d/ )ZǰZFRS:~[[]WgݗʫY:F?H ]Ts7H%>d3GK;\;$k]{״=Z> $L%}.`_f mɬwmcIORF5.Cm<nq*֧V~ àdS>3w^9}^ɰ?c?I$I%)$IJI%G}LJ6)߇))eeΌ~5ì3^V%b(h۠k[)I$JRɌ3>ud$dI%)$IJI$S}c9]Rϲ4|>g3)7 c>啒^ysO̕T`oK.Hܘ40=NV# NvRI%3״9ANJ[tIOk; YTVJFl߉{~~K+Yb_-a,6o?\!sZAt>ޭ)޼7Jl)mwG7U.{u+,QyHǩ#Y|1#gݏ~G^s˪ꆊӉ5ߧvXz=.ܖӤ-+I.2u%V'-r1!!Gѩ9>)O>~g?AԻT:W.,F,ZE;#5Ez?՞'W[_on*'}7C+?R9ϾsщxCY_?׳7sK|Az S{?X\qyy^-,qk#-e Ľ·0vgn+n.g,R Ik+dʛ}Of"Ax!:Ƞ69@:]d mo?x奇'C,%k52|7$uJQ0V<oPϵ=݇'_?uߕMXtK1(?˝wSnveT"T; }F</$Sl!Z6T8}7[oq%)$IJI$RI$I%)$IJI$R 0?Ž?XH 4KYgx?IOYX89bfT/l#%_֟]e_eo}gX>W.\?>zyVzwR9M鷿qef xUdSf_}BS"赔j1ߊ$ԞJI$$I)I$JRHXK!Y{u4RK387H߽%<Կ]Kn@ct:-#G,~ ݺOItޛP{ǻrQE8ԳU`5p)I$JRI$Y> qjii'f-3/xOgՌ_M'v:^6rxsk/׭opkZ Y3 )dI%)$IJI$SBFvEGM8/-v-ؤ~?*Z{oP`Zlp}dtzvS2iԷG7y nQ(8O4z8Qy= %$licy4YDF໑RI,:i]#s~';9 "dJܙa4AFp"@l=wZ}BlqwZ}Blo|O=O?V?[W.kl߉69-Wc鱶K^5ÐAW/0ҿd[*`-->]:( ؗ->(y~k]8>Nf?I4M`WyK6щx.=+OKߛ!{X&w}u]_͏ᜏgxg/.,+WgNQU>iş?9>+@^Vw;_g3o~̍~U?ۘ(+ {Oy #PU(e F2A(ﷁ(eA"P$X;9w}_~՟?rl1ec. ,6 tB' bGAS6{4$mgkdkF=w7<uǮ:u 8$ܸa ~8!?On3[F= e ggbtKsm7}?z/ҧu2~ˏr/ngV:e?gǷ/?YԺ]_J9C^!/_ gUҩw:lbQ^.-m]lִh )zE mu1ִ@M$RI$I%)$IJI$RI$I%)$IJL@"I%<^Uug89݉ >%1sNM9k>㹟3~l䌞VkΫxY6PvM!}JRSc >A\k4|ԴZ8|zw' b0~S+SzkHю=6| .#_[.5c7(x,X΍w.];s RS+tGٺN-x=Ώy;U.,Ozgf=դKƏ׋tx2GJw׿>'罩)5U3Nn]p_5u#/?*չqT$Ԥ,3܇k6~+㵰O3D֫'yJI)Yz;_)2l VbKԞMx˴?|Js:?HFӫ6_qq}o[tMEBl c{ ?+! z6<{#I$$I)I$JGEYTۺp+#X]r}N+L-p:rc'Z'j:f>Yomuoi1nh0rt̒]Xv;34;if^uk@pP/s%$b$JirX4+T-xc{`$ԃ7 Irx=<~PkWB\-$`? s·~_WM:YtP>ǏI,efrN,QO]şEv_P[?+Qv[iXZaktN_Dv%V: 2CDiU3rq 1^?幎B1̜ 5Ԋt'ΎӦ; m%,dX|6?-6?<ϪWwRuTQO|{>~W|J^oLN` v =2dpdž1{y뫕-Yq˰^FѦ*¹<1 7> `䥘瑈-wWO+_221MOH,ưp3]Tc.b,$_4ye͌eS# bߊNDZ,|ܬ_,-쪻YkC{8JλbXf:=\o>>S%ׂcx!$xsƻhAmg̃U^`k?W:ddWf]gGL)lewklgq(;D,;snV4vh]euS54 MWK;EǑŒ4ix4h2*~]B:#-Ʈ[St{ė?Ďϗi8_Z:c=61?gWZ3~c׉U4Rf=!hѢثIwlgIO׏b&{7UUpzQx&aᡠk@4.Gwl}\}]]{1wjSI$$I)I$JRI$I$$I)I$JRI$I$$I)I$Jx?^UeNkW[] }u[ԍ~~UW#ZV"K+];mZLSgӷ6ZSKRS)/xRJo9?MCTV$:tVxkqK՜X4t6ÅҪhnkmm$<[zfY0xuZn~%dF -l`7k/hI%>/MediaBox[0 0 595.32 841.92]/Parent 66 0 R/Resources<>/ProcSet[/PDF/Text]>>/Rotate 0/Tabs/S/Type/Page>> endobj 2 0 obj <>stream H̗_o0Iߎ&1BQE(i#4cm-/ RraHqIZ>+RL %ADp-f743b% W$TYTM 8%P 7"/P v̴s@2D3Ug{(UWJZd#7Z\t2vg11v ekh2MSi;Y/ٷfw+U৯wPbv.MʝxX2=& ^; g3PLZ3za>BR +rRLXi`H uQwՓlC.Piձ -7& eUkf~T5pX- s yx#q$?Y˟'(ol$qQ>αj AN{ g91T"K lm @{Lsiԁ-8L7,ѴHktc"˫)[tY(Q̎I + ʭ9727G\JiuSњq~H*& eܚ!~3 LK_ۏe|K.PX>mC&>Z[1#1bbL D\a]}{ Q*=mg΢Y?\ԩBDou#":JlD6¼v94UXTZ;b*\sZ? 쐓!>stream hޔJ@_e^g@ŠUK/j m]E@ v2Ò2"yЖ_c"Xm@#8ҠxE *Кa@apv&#B^41츓OWS9#y<aXE-x T>^(N`Ԁ+*l(?kMWM 6Q&q [Κ95'Q ptMl0+m[&6k?|Nm$x$gO ޢ.kZ%%g˲Z,Ko=ja: IϢ5Pd1{ɤU¸FDyx}_/V%}n卖T?p yzh<U۴\+ 0. endstream endobj 4 0 obj <>/MediaBox[0 0 595.32 841.92]/Parent 66 0 R/Resources<>/Font<>/ProcSet[/PDF/Text]>>/Rotate 0/Tabs/S/Type/Page>> endobj 5 0 obj <>stream HWr<%),*CbaJ$,ɖ R>}&AOO_N\~7cqZ5RucՇuй:b-ʢZ},~ZMmsbS8E4.Z[Bڻb^! ǫbE|.\rULBqHd3?(զmHJQ-FEVSw$|;;9;Z7?jaݡj}0尭LyU\%:tYRk1`} %-%_7Z. :ɒ%KoLki=w):-<]ƌW+>-T+xRmfXv߯=,na1J߁HϪ\Wʔ9RMATJ=FD rԮ,@gUh[@Mݨ*mShP]vh \T$;؃IBXOߡ68{\Q q:ZA; ̑|DHvPnp$wֱ xC0j}ձ#{JA u\2RKNBeþɚ7PQ?~;UkTL&<}L!Ah?b)J4OkpbAbOAO\C&vW/F>PRܞ!OwX?!z<1/SZܹ]G,@4NeM}wVϠPȆ8Z}T,l[`T3vfVo愝9=O0kk zK_.Ws?FkX*Rd[/{MN-7=iqxhGTp[Q0,F!Tu?_o,Bh@(Y+-}+AB@ցtERAynsIpzXBL]/Aunh"6^톪tǍ5`m;iij(G14x5'9,2F%e0wӠ4,ܩ@S'KcYT3'S jiBu#fHQ1L<8+&ɘѼaMf]zʉ{&'搘MI  [踇%K,״'5` nL~uɪ7^.C!vtuH20`RǞ5n":N{-Ƥ.5ҤmgY jr$oRu΄ZuIIiȽό-R&;;)OUOrOؖjglf4$(iif50{p}#"A¤Y Tg%maՑ8Mj`VГ5S&[ M}d.ٷ}H%0̩#_/#}y`4/ }:70]mW8*]]4Ly:g7ۇ/e#lyq|eעtu#zrږ[@}!0J4/[N.mٗ}ڊQr:mFv\xY W5 /6=*75CDe( LSy |pg2n|0&K / P:{ck 2[÷]zlޗ}:h$FJ$!bq¾i-xö{ 1mxqWA%>lDCz}/ oķȻ]>p7TxW+Ed>Nyk'm o٬|X=p8Aj[*f:|G0[SFŗp9=8|ohq}D3fœ-ZŅ=:+ !Mݨpv@&ZW`qC뺎M U Cmm[ۣEPylĔCG&+˿]1E>&!84w(*&ZFvK"M`=rs1*r"3¼7Uy\f0&)_8/J=BgxC̊^\;莺QH\Ƞ"!UylS;\دCI/j'Zȝ̎W k8'j~S~B{ُG7l+c11{&:{kպ؁fwzθtI^aj ӠKO@zO&uG[h&8󇘎b35Zc(+EVqX(^LX =VS"NF\9MA8ؤ;v_ZPS~Bʙߙ#P< {+׿Tk .Ȃ endstream endobj 6 0 obj <>stream x\ \T?a :,( %0(03lQI_Vji5h&ʴ6J-Sxs }}|w9{@ Aܢ :i|hRqYrp):4(9tǏ Ҏ3r'4 Z9ᮄNl{֙o]\JsU #N!a~sbpVbJp:p7@ UW.0< Sc#,?2ܷaފZ낰75&Ӈg~uku ̜ʏPkV? Pu@S5>^⸚M(_5o7gl{d4y PI;Lo;="Guƈb(I3fY}p8k$ɞ9ÁcyT ӑAއ- RPH7J0i[tRʯ'=##]5)KzJ%oA#~'C 5Ƀ!7J;InYj⟂2 ^ug[?p?rD'RuGrgo 09!*A Έ."v+";p=< }W HA$^!01BxB!Q1 !Q j7HBb 1q/H@L$$HFLfxR 1R M< 鐎P0@`8#fB #a$bd?u0 qF Z'" ِ8 @s!1"q3'D|G'C#)0q*Li q:O z(A,RR3a=,0F#~s t:oʑփ*cJJBj#"E<`b Bx ̈f 97A=b=C X`El q4!6? ůa!Ûf[V[6``1bhFl%WRX #.+`%JX%~ nG8Ոk` ZCVV9w]H݈w#~"3" 7&Mp)܇#lFz3lAz lE ">!xaxc㈏6m <cO"$<4m&~mq'B >nxY؃a/^o<<<>x؏p"KpP!C2" !5x 7M70ax -xm8"0<" {>.|G> A7#cD<1c)|_ ~@|×H _!~逯'oO1÷w=p4A~߄33?1~A/p,߀spҿw "%DN'tADDq?쬔ӠՓOnI2bi-tpuQZtpW$? u8[R&*w5?OrAL A:{:xy8kOrkX$oWAvg;I45}PU_7\ b^a U[+ wp|}Cj~>`/A7U}rͫ|:8_!U}r)R8HI?۳O*w02@ @ܮ }JꝮ! b-l-bg:`~1UL!*_J77a  |}9҈j*_?{H\\C \;H'1p?Ps)?7wW1n)v߿ O 2p[WYUb_H2p=EJ2p?qrTQqoQ?['7l~?se7H 2Di^r ߮hg5w% h?3g&8Sf( sqxѣ9"sxMrRbB|\lLtTd:G]Ds2b ۹lY%SѶh0:k3EJyʃv69ƕђ%>iɢejgb)z|G؈Ei3K2m{+ijRt=i&2rz%aMU6ގʰA6jVqCLۈ}}siQ`I_y.ykBzuu5I/oFȽ MP* Bnho>dF8t`(86/>/Cm_.ۉgVCl_<6<>].2mJY[\-^\NDZD^ D\&,-G{90r6=QĺKNNEmeVme\`=E%'KmKɮڅ4 xn_o[T.mݎUVO[mȵiչB[~lun,+.i[5fu{ŭ3ܪB)cvGG,Xψkiqq-q-@[F3 ZҦ1sĹ( +2b32֠I<\soZMahu:2,_qG 1Ey\z${ܢ R !p*w]i/8y"D=7u.։َԇJW6jSVxk f9}GW QP JXZl4"I5yrҩyqy.n;esJ#Tq3 0`FtkjEmˆ܏A Gk$ђd:C'ϒvy|Kr0.rUrks/(>'JtAr&PrFrV%$NYb8R,׈xBз oՠVf &2xmG,/w(|} _ҷ8T?FI :28OdYK6ncej8+ns7sk&n/w;3!2 ~_o=^~3_pzIAӒW%KI5ґl}2OY,]V$kM.BDVi'I^/s%3w4K!8Yk~F {\דhfRIfA~"֑"~*"z$=:i -|'mjX&7("sY+ \d/bH;L~s_E w-/qǵU=19&uOc[`yIK22{L\~p_tztfs9q'GXuA}1j^#FpsTqČ Ux~FjCdr==JT\\'_:53@u>k3 Fguf;EV%KV Az%S=@\jr3)*vuQHҽVǫwtvtYgffKG MTL.*IdKĤlRə4iR@ŃIIIZ--x/uM;i8 K% MTf)')g+k7+ePR&w]$x+eJp<$H+dR4>JMyQI.r P<}-xztVVVf2M")~-V$̤')@҈yIն}՝Uo\JFɚߟN;C~0>&K>y~d:)<5-1.N P0ohRΙh$v"ߓR8*919*`x湰jfɧϞVu(fѓO>}ZL"*:ʾW60xRؗ0?奥dX$qCIX-3ٓ]߼\x{rx ?'Z}¡' (ݗ{MNJ]5귺>?c3, 1U,qVzw[ d)bۉ[Z\#;PUUꏪ3=hi&D+"#ã"]b"Yv"I7BsD$ S!zGz We1Y&7i=}EE XRA.)aU93+^7BȔͯ|9iic4ԼGg[RC3~]ɭtɃn޵2kUMm}T]:YwsO3o\dӵ\\̟\-ח[ps{u S=AsA9f;hI:R\s68h8h'rJ"RYi\v%RI`H-b1ZV0zO\:́tP:AKzՑi-U(v:h%vPA@+ʯt`˻Vґ$rMdK/]c:^H{mݫ`mkƲܫNh/:_DF̊^8/n2*uzM(6Mu&+STMuF$ꬺ?]S#`17TtQT[nF7[hݔ 3٨7YLBCUC~xh&drqX(^gn2Fc]0҈jd,6ZJSU#uXkFT lj,B15:!A4V5rŨ uzk]S`6 FkAjj zVdjuX`jMPsb}^I0yzbZ:}XFCՈJ yk5k5 J0Q4`%c`bm]}3%j5HNnllLu2 {I$Zk-s$Q [4jk`MzfW4Q@}$Ԁ5 gPt}AgEW-]SS\ot#U6kV+vWĴi}aE@:J:B}Z1כ*:)Mm@c5Vս$kAu CeMu5MB1V0Ԗ,c&-^AgZod~syڼ1Fj+ވVjLMnꘘPaj:Նs_& uMtBCO܈2\lơLPx(gʡ\CpS^V|Ab=T6~P=Xǧ.ƣ2'cO79o3C򍬆lT.rOC,DN 4`ojڄ:#c~SP (m=X^bUЀf\z(`GQ/EMW=;Wcj ^^#TmT2 LL7YeEJtjD .g#bekkM35O̙%՟֡VO`}w.gu >̩Àj֯9yٳZљv>LbZм[:J^$6mxlul{٥6c^/]48z22kY^BufZq]$Ȯ$챯_&9dIfkqdD+1hsHSz`(\Ti |o鬖2[ 9V3/1ߠ_YlhbY4cM{3lfUꐮ=5^#?p*{tH[{cf lC=4MJ g?5:45_T0==mSèO$]._+zְ=Y]7i=&v]l4ڿ] QXd]USx=Zx9~RZYt =O5[??$y[瘙˽w뫽, Ͽ/ptNw8 }8,IB$)|8uX[֡vei1?\@D&bo/^?i~H|_]|7Z9BR5N2iJA)eDB38"RI`Ȣ!'xMA[X50ˏ&Wgmc44͒f~#畆"qKyQWvk\{%ROȼE)^Qx)Yq3m5ե4n)*pZB9J/˻^G֔0M(-/ӃbbUWkdkB\Si25)C^Y]\5δK2y”hM=Rc4ӽznQWT0b4MvzbFJzzJFmhHO} m/nj&;vo'~/Xpӳsw+3^}b ƎkuzۄcVYcnY0W^s'Rr穗n|xCC&NiF/ʞz!sw;f[Xƚ^uNe /|e[ud{t/}5i蛍,TwYAoo}yY6sb0w0 ۧWp2Мs2XZig9a%NyrUYm~۳ >CnfqK}u E"n%E&P\J(›&_ v4\i-VMZq26O@@~!K'BeܯɲvZbDq©Pw2tb]RɃB8E6^IJ;D܆OeTc իjԫ;D *787Qf{7h@Mb->Ȃ+[=*wXb $ً$6NG w&se۞t;xh:MkyELun7" :8_J;w)WU=2#DpˡV\*sճ[&k(:*$|jgF;+;3P{ #);뺬9I]q--tHq2"u9|dODM4 ='e-*ςjٟWYh_b[È~Z!aU/1TK,W]S 儋}2Lq M{ߥ_? Z%_njG B˜9>\TWr5Ӕz4^g1'f#|<,huUj7ASM`4j}@cNCp2IϹcXՌvko4Ձ7fy_V9LE-.k̩ 08^GՈ_zjmz! (6u2lpwʆۦ?UJĥUWXsާV5滤&GT .$&NF0ـT@Jl!R;9O,~]>#bCIts;)U||h* D[uD(@@@^ D\<7$" H"' ߦ1K[mwv3cg-+0 ɉ> :[ɢv{ oIџq-(}\lțEzx6)C95@u|EalREiĪ੒ql( VJ &5+^4\w/Yfz :CHuk_k,EB|~<,%_DAXݖiz 몢O 6KWT .\JKפ\;3Ձ`^>6˽.CM}bSHEAbkLbλ{w(ɣ4([k5?L%q3*QagqxZ5fLԣJȲ/˓>!bl[}iPzH#v^MGy*4Qm6YO+"P wUg)np}:!w\6fQ:#Uh-yϱKNT~!g'&|\mjicÍx1<+J J -0W.jjU5Ws- թWϋ:P Аr0O1bI~D]ɉT+1ޢ{!pi{4g:1`)n#T `w`8/'?](?}el@A.MαsCFjWbBKCm 3t!w6yҩ2ۃz)r*]۔ڇxJ{-H~x̴.㒼ĀzP5>GJm sJ`R0ToxހiaۏԒE,Z%H1h&Ѩ*[Xbe0J99YhZV)-TQ)SP!(қڪjʺAɱ3v,;X$ "a8-k$ 6D.t.1?)wϚ*!#+0>  ¦ˌƒن$X1][m=\[]nk=a-Z g]pkn)'&"Ed2?i$Y]Ib)Lm5.DDPܐ]E ܨ` ?rt5f =VL0 ˡ"|]_6ɈXsȯ:Ylak^B mo\߆xmlzo endstream endobj 7 0 obj <>stream x]j0 ~ CqK{cClJfXd8d/t0 }i'7'8-B'uyv2QiuN84UנE{r!{ayqBJP x5.ؾus|068ȆFTu%@*($Oߨ~_xX{,yJCT>?!oP endstream endobj 8 0 obj <>stream hޜS[o0+e<\ -J'6&!B5'3ZU=22.1H%@ pb Hfxru9KhV:m/ε=ӉT͑خFUOIˆjf8q:.U6 qB$K'ǝO9I]hvΨM9~[stL beA$! %Q?}aT\uOJ[,b,8#DHR/}]]:ɀ?c _tS {8.Cĩt ۝bֶ5FK/pBzyF'EYp $ߝA :yî܏-E2F-sQ+_5U7wLTF|c3ܩ=Nv KbAA[.&vVʇ!OcyQhktŇNC''(%·oR endstream endobj 9 0 obj <>/MediaBox[0 0 595.32 841.92]/Parent 66 0 R/Resources<>/ProcSet[/PDF/Text]>>/Rotate 0/Tabs/S/Type/Page>> endobj 10 0 obj <>stream HWmo6+(*RHiwwE{]N+;ޯy#EӴZQ<—kz(ƪ {W{[UrZn5<\[iBF[{M9u3+M[$P.tKk푙Ne L+fPjڇ\JJQ-bVk\|;ٹ9ٹmźBqw(bʶ؎PmqoKW~< CYYG]"$0״鞂Fo]¼%S.l֯,ؗܪjqZ ~_%\^0\WMôƬt6dfg+ ۓ 42~|5<RW<ނTN<4we>v)\n8`#!Z3 }H81f4ؔp)>nrN2)Ua~2Lx4@ZwI2]'BBec Qhk_| じ⒈oLRCJ`zA!$^dOB] [ L¬bwȚMd3a#w$C/[a҅۰(i YO~cJ)Pe_4dxx8^r!xT!:%^JViO= 26% ^p/RK,@h 07r/(4x\cI$Q_K޾8x/ā; xd}IFVxA}_N *apS>d?h> V #HxE`9Ll\+aX4D ئu&&fyd!Os~R TfeF!Pm3qL;>JIl)%S.y (i@U2AY x ׭1| 6~WKy7_}[.mlO(y[eAW=Dk(9_*%⹁ƒ49̎bQJ7H~]W";ntQZCƬ5S&Z ~$qеA!iDaPzƺu?x;V(`S<`xD& ٘XgJffxL?fw P:Du e7J#tDԗ Tg OFW = |ml#d NbMdu`;ZQu Eˌ_T;92j]&YGhm@ ӁqԱmRMsC4EޥqM>]FKo -ᢦ촣d=g7w}t5\j<ԀAƳ.mO$v/!Wx IpAe&b1*w 폕.TOIe34A*UUhlxUgw {sc ԡN)Д?ܬUcWFQjV_ ex5_uGU-Kѥa~f'b yyb)Z0e1Wʹs}[\ZѹҰSo`x$O}?,|'-i`nXaAn"#M+5,uz FMxyP~tFtqMBlvnHWC'lXb2X~9㕔X} 70[|=d N˜ګhu痴T߄I{H}h/ `;& )pjŸ-?H}5VgO1]]6tBUƫg&Vթ"%ք啷n  _`F7CbLX@"2Ct0drXmG@p\f"밶Oԅ|i Eg2tzҼbih;.r+J萪MLqWw2,pah3'*nHkQWBYXFෑCKZT/t/vPz4jVLF!gP '! B%H)"c@|ҍ'k/ g{9UJptjx*ؕ;طd\׳hZv 99yitu[tEⶠ`;yOK11H6VMg{ &'%䬡a/cԊ}T}f,IEäUl;juuk%r4>v rqR:*wu05]^N.f]-r0.n;R;xK+ܝ9ݧ .b*U3!_EwcZ+ @ W*u3rx2 \iI[c$͡{'-;(n͜})]e1+| B|_ rГMn2-R;e VyJ؟ę!-"kq' /䌘C\rɟݗXL1Q<ųzS80CRHُSM%`ΉUgN\w0OI =5qP y|0Ewγli{jg<=;Y|~6M ƦkgS]gUrӒv bgcEM95LrtT8 heh,bx :X}^/5qQeNӌyr:>7 tXHV=3 >stream hQj0rRЍ>tXŇ4JfenЇBCsra ( qw%b`39]!`z{]IU=$Z@CZTF,3]JI {tF]!J%6F=P[*R]nɇjeg+aZkFdع]qߍOvR1ݝzXy% 0} endstream endobj 12 0 obj <>/MediaBox[0 0 595.32 841.92]/Parent 66 0 R/Resources<>/Font<>/ProcSet[/PDF/Text]>>/Rotate 0/Tabs/S/Type/Page>> endobj 13 0 obj <>stream HW[o6+| #R.@4hNчtgdȕf=ƒ&3:|<_>׃x^gB) HDY||ج(_ ੨LjQY eaEߊg 4PgbUXEZ(q}U, 4+JӺ4:e;)Elj9-eE~UNcLrM<9 2[&~ӷТH V;m C<,r%XDje)jƋ OpbNxe+ U,39l?+~5ɝ m~d.HA1z4Y <*'[գ{0. ɇdbKYеzcROJ:j82[@'5z*9 jڼkT5g^uOK6i"?%ԇ~$䦣d=-Jl`ܓɢReDau~RF<ߤS :K!|%ѯ[ MZ"(c@3¢mʎn|39 i vG,!,Mkf8*çl-3W 逮Jۋ'U&?ByMCErE u9Q}t)cm^n;:yLo0ԍLGH6S9Ǝ2F;݂FGa]։j}2 a44 7I@IlP/,Z ":@*WS]OMw o!lݫ =xEצ Q=N nI_PQ ;2Ķ>h} ,^…p;^: jd?5м`3/%`0j>y3ϸ w(p1"6y. ☰6&|OZ җ?oQ*>gJ .Ny[\ n@2r ȥpDlJ4 ݔjψ؊FLe"y.IҘy)rq~O_O<# \5pq3DD/#gZܥb8&xDRuypUK>(x,\1]auf7M'tahn+>OT~~p+/'BYB3 (fB/cB*BC&&"9HMtgwY2(f.cf:~w3\=qO]egTyb ٧J? 3ɽ(fr/#r:ËԹ'r?ܹ?}/BȾ,&/cAWJVOWKq|3\gfyz/IҘE/%xb=gvlg>.nE1}AZ'c|$9S&B}T٘0/Z{] LfKCU"=bZ:ϳRzzcp'-@)@6ixUn"|\+ilRIm#էs`m*6Br_Y;W`jK]etH!<_ͧB̨UKY!bف@ Iii.tJ? z5볋Pm|yɇϠy[qp;V*i }TƋJO gdRÍkWT`8BFezdZvz5eGpwRҦ4i]PS:aFb|iRDY.ʨ'2STgHqߙAܺ{U@:.L~ }GW:} 7.=Ѷ~r`_LO(+=PWC"j:iYkˆF~"~혃U^N)zzED3l:z%p+z8eIG@8aaiKU2o(4=|ckwF޼{lDֺ+h@ҤynCrTqR$KeJWbQ4i)1{A_mNVB~ bɦ)Rde\䚖iUSjYLSiz/F\ybTcxxvyUVhͿ9LJImr7H3nNYe2E*e/3_1Jhݠ\'m[6&h) #e2ۀ6Cu`3Jy$jߝ?0ѭN05jNE| >]Gj4 endstream endobj 14 0 obj <>stream hޜRmk0+4-P/ZV4 K|[2 瞻I$b AIJH8(sg&8Kⰴ[9SX|j֐$flr@ lupXRٺ~9;.UNb_L]-GӀb1x-k .՚U-AJcg:ʼn7?Z܄Pj=fzs|7)e,_1OofxZܟJ'D{ؗm7 ή1utCpVT{n,nsqKlVSr^융oU^s΂ ~ѯ?-)K7 endstream endobj 15 0 obj <>stream Hj0 endstream endobj 16 0 obj <>stream H|U TT{{3,"Ȫ}0V@+"5 5Kf bZZ4ƥI46cKkαZU45=yyw ~ٹg7y YAE6IJuj6OԻ%Ů[&yN߳7懿+P2u-@V.5`Ω9ea1z77%E6-Q\&{Z݇Ahkj=eӯlDdׄM ϣժ ~1rX{ОTeY<H*^wuslgvԙ GC  ьUhXMA耶!X&KiUn@ >8+E,? Ÿ!!zvTqj .V`%tTK~׼Zo?I g;G ª`cԎ _ab/ϡ+{;`rFp86C#Q_ZNw(gY++R8t&|S8Ch:ޣFa⁲jb܍p>B18qO TBɤF-|Deb$vr廏(F2Nx_A?{EM Фk˴ZvX;'pa Wf_ d܄!1ތ=SD7$nX>{E?(Zl$_` H*E()8'ܖfqjڨR'ۧwz$&t5>.;we}ȈАmZ ln5%!.ӑ4b{opoeX4^1ǒ,9$SJ IF2Lap`Dpfw>;_杷yT_02CK2 FU^R`u5~b8ԏgfBR;!}k-4*2sFefDDEǙ^`‘f kM׌QK1_(r3+cU,0C^ U={!3CK ϲ0G={g|WtrVgġ[LZ& 'W8'#Qo>,['K:Ò,%ca`FQhM$-L!e20 &cd&$$iv:i#& o%voo%uCh̉$Z9j6cSőXu9!+ֳ:bD.JCkYp;Rnho|wj_;YLV!> `MoDFQpwoz:>]= pLk=D'TL;&,Q!1-ܓ"*pZ5UN)-kEr7$2>c1uRn0)yf/Z6%{:W{ƨ%=sq6JQB[@ʧf;S!M(ޜdyv&B8sLJ=6(59;le;W^2GN`/!7&9V8V5ѝIMu9xWb';[gzԒl}1؊-q!^%F`}Ek R%T@x>J|˘+r_ aԗ"_ȓHf_-X,踂nwto,<\EpFx}q:XlQ'$ H -DpNJl@ 6 a$qJE0o`Rõ[Dߜm^g#f6SW@#3HVB2\٪x*T3ScQ)w σCKFM\ԟNg4F\8]Re򙾮GֹrwcrZ܆~{$ H~ W9W2ɿI9\qĀ;m]ZNl"Еi5Ջ^)쑍jI}[6y֕ SPHM˕zC 9ZںJAm$/l*!%A4 &S%ϟ3^Ľf1+* iL||OK&e} i]CxPYPT6e:QE2L(SU*l[e=%G-Z=6|x)#xcm&MNʷ9|eI<<>i抔U iX aʭCv@>`SXTd2 3Y \38MFRUY_zK voll#Xz;v:m1څS ŲӇeR6cXf =5Qu:SE rwN@:g[6F!вhkO@P=C_(`ì$z݊?%f)DG&^ߏC͇_>Ƨ~7s?w4RL~ȕqȷB}]xCa–5lN?/笜@UsR̹E63bӖӶ 6xVcc;hO6F'M6ku6:B.tTE)ku)%j-ʠמ3(dvH7SXju9Bwe;8 ǒ7>ج/fq:!>@1\X(8=7()-X f"x1;אnOVۦn566 0ZkRUQ/Rd*V?sMoS,}"a<?!`EKXבІίo{Ue5Q>6g"ZZ95y/$N0c±2#jR-kWcx1).B Yg7Tp΢ӥ2: Y j\eqR;1 mˮRMvc+LHZ0t!P@u|: `Sg]J NB S5n b(k;⡎ {ַۇlRZ??p'sܗs76'zkw _ey34סzGGrU2PV!RqEnBz 튞%ǑpJ>eZvl6i|m*N*]}=0 6v<8659 B]=@Q\g|v88NCDR(5&dЊ6z()D8Љf:hh5iѦ0ӢhZrKwv{vo}}a}#Y^%^'Šj}e$SmB$z7P-(U*UxEəUk/ ^Lh4%V.$}s7=aCgܳh |n)㏳6ݯ[:|P/Ykm|b|o{ 6L,-Wf9>q˷ X9il0t?yy*-3st$l@ovlںi78VWEUT$? 2&$x 7F EqB p.Uԫb4 q!! 2,1B4*Q*)yJarTEtTJ2 A1\nPk@Q{p< Y i/4hid=s:lF|.ƃ*Nu'[|mpɓIA%$s 7͊ P7nXzp!C1X4*ΜFF7|k>AẠzdUZj]]t ¼N&Gy}vsLC*\!$,EEBڠ{@M`A`E ht- @Z&h Q~d̬d6'$4'!" AwT:;aRVT …[:s]@^hIn䉩ᛂmx=mjm4߰ ωN.d,4K_s漴£hQ09mOٜgg4~X̵3&T|::[ĶmI~-}ʾ0Wd>7-#F+&r\#q裲g)1'f xAtWF QFR;3BczDSnZg 7R`6vv(EAYCA[w}i侢 6M*B*QDV|CQR&OU3 ,EEl=lr*fKgqWz`uH gH gt g($EeBl4R N5*gwmcɃChL$|f%ʽ|#X2 si+^[ktltwRQ(o=W~u'3o'|?Z\7L+۸oܟh0=OULUL>^@ qGio~d>rjx|9KC!#ϗH+$PC%1 ʉEA%$>A<'g#«d̃lN%&׆dc'g7+Pat_PuX|Ҙ#VLJNd ѽ Hg&X p1e !3=<뻲)?u:p61GVRRϖjuX:ugW".WUϮUl Mm\S=^FR!r*U(s\UPG[Cx< j*L$T'vOm(ʨYK%LMJbuwfcgvbxcc1kd B 67]d UB0U *ƤM$-T MHlCJIb ))P+C! Uܻ3=|BJUV%d:7L~iDbhsYWD#z#7>,_9AKXò%kX;]$d}HpV$3䯩MJI$j]8%2ydƒ 1%)NkZڝXLUXXsE(@ Z3uV}(讁Ƈ{db:<1f6JA?; dz$}9}5w{JnVzBNuT_MUdy!ez]\Ztt6"xXcŠ/st\ jFДzmee})M&!<"#*p :@Hʪ?ʉ !B<2lɑ" Lϳj?. r9P%r.hv)p?d  vL9{@HG63J؜aYaS).I`S wL1(ka|B+LH~Rl<,&>^ID%i9D/y8,"-yAcA*1V&P Anȝ0 P~M%{|duOo@?u0aMsEKw*8H /"nuoGcPwx:@GN\ !+ !.T`!a}yG$Hg#f>i"OGqk_Öi["#T@ `{3x mmaÞ^4JOӭhO燻f~-&ԍ_ޣq6 U@m6؆lUT kyMijE4ǣ*?q }ȣY`R01 e]/Hn;뺖6~t#/[4e\>9ww&]_ꍊ?L;%bS vDxFݢD[զݣ(vݫ}n̓=)x= eѓfh V·RQ~?s&FFѨE?;5+N lT n>DάsjNҀXwE0ΉAϜ؛5+b)aX]Tq(4P])vE׹v 9sN/r<=/=o `koQ^ȿd2u uEh_ڐ\ˠ : Pbytq:zƎ)SSr%a,+Fئ(Gy)tP}-JGy#(_D Ie M)p  |(\aRUHOđQ=ڋR(DřrC\41p{܏۟/&ySCERQp_mgfds~q,[Bwovfj>cwkysttYXx#OBXJDnOo?@WhR?0fq.nvqHxdù #~kOtghUqn{1ػ]YîX>l_jR8J CWKrgFG= US_2"h "aHV+ZvwO./+v;b0uvYWRD:\faTx0̅pl AډK , w8aK|ViCTlD}{W~Br&xT߰0N~n+ZBA9ka}ڧ^X 62[kcؘT1FMi+)BI:!fBahINkL3$!xZ1Œ{ʦzsEh Bv\}|0>϶/ f_X\Z7/]7ߌu]5EBJU"d/&uMynP[Fl#jN/26Gǣd)YkC !{(T w g#fЛ߈ ߿dwzXwqxfExlEQ #LSrcMM'@̛bx-2AEOD:TZujSD~3 W G} @HPr h-.:Z<#e!ԓڞ(H@X}!J)ؚ89'䋵'I( ;ZE:/Vu*цݏh s_məmo`y蹪/%7GS~`jj߷`aApբ]B+mUG7@Z*H$ĉ1]SX 6iSڴTk'Uiek}Efٷ(pyf<"Mw8%>'5wQX(!m1~M='继np󕠴:k3{OMw't*Z&HNLBD"TTUE[\vp{h,ݞ޽kCjvhAqn$׵>rٖo_>}3$TN\ΧĔψe]|s[I QC!ߐa#-@3"|*W^1CMfGqN 9zbUU :,C-/)#)>C Շߺ޷vsٯoK-+MA0Q4_E ;vT&ATo |e d8xj[;{RR3<5ՖZKf-9($`'IƱj(Ь X'ݯp",.#8 >ϙ%ßLHaY<\FC8aX×ׅ*U {JIF"5m/\Sd:Qv;;~}`Р>GfEʹޔ}pohxIIT'·hF 7P+hBA x5:tZ]6WPd7Y#rS! c(m=Je8'4(lCM}ȗrXAN3^gh}5~mKaʻws=D+ԬjxmUUu(C+緆Hv;\mJ Z>% J`^Ǽc>M(ʼnRGJsqc'2g={-Uz@kQ\ y-\t{xffc/ZXÁ g_ wNMfc~ ~rT4`2D"9Ogta!{YeG+S&g}6ǂ/_r5t S-->#e J:2 w9աS}(lj%(gP |l;w6U޼yn|9t_;קuطqr8xw.#r#~2ߩ<yϞ::n&fGP Ha!Z;zhCqDvF!'yEM"9idF!7sfAxF4!Ͱ%qH;ڈF~!bl=%ɺ'&+?aȩj+e/`&ea; ]_=(X5iS"dg't;=L[Sٸ7%,;pj'uafI/4VI_oҿuꃢ8~.ǡpTR1FE!!`D4Uզlh"5:6D"#NؙiGӦ:t03uӊIt{vy bXI\&?@14bd3ZT 8Mu/=)Z#ʉ)h8~"s[wb'9uZN8+ y9Ti"dQ濾"de${P@'ep[#E*"rB`&,,lgkY2Tu۫z5*g\OPoG {R\0?sɧ<.LHݲQuT^3"m;O%ot]9i)?c)}# Q-)a>ˬv29 '-~}kev>L0'$I]\ /ڼs-]4f Wű%.AKPՋ^hz>?1vZ?| }z}JF rkNz@_B憐 B@jR:"foTtj>/hoDvLHLSi.NgEܢp&_M&dgh-${B<˜Wn"YO^I2I3OfUFl:<-Ê^#-ulhm #dDcz^m8ù3nJ4Akќ6R\G5F0pqŠvwk]395:#' iKGJ_5ҁR2#eK\{qA%@7kz;!ɏKp$`WNzd& Fs/{G QF97~_ZmBMiAqěo![!'jI[gwGԅ͇exyC뾮_%C=dđf38z|ԡwmCTfQx7[4U[na DF\!C3ɲE/e|;nQ;>TIvcDo(E} =n+`@2ClH[6Tq{CTZ Ƌ=LK^}[2.ub,!b7sU}>g4꾨3Ki\ciFEvaYџ6{|{h/"&Z*dG4V+0JB*+ XF QӴ|@3K/>QpgrG`W@v&_D=ʁo02tȌ'҉fSk { B3.ԖTZJfeP\H%30s;7=:OchÞ]'rb¬`bP<5F Ԧ#)$YD(ڌj(m#6JhSl/Fmd{~u8QG܌-e~ڇڟ5FD (1ֈr۷ +sj`8s0mf?ʐjnAZԂs?W"d.'0j70i2֡rń*&T1+*ӊ IzҬlS&jy|W}liw>wfvcfRۖUv<(pEV y'Xr_#g4ܙ=(x&D?0z5^)ENv}gv&>KVZ7̊tvOfkΨ,tQ.R%3E;3Vt̂ЭFǎir}&]{hy[$- ?~Ɵo&Sڵ3-4ssnݞ˥\'Իѯi]ТhBz_*ZT}GzQyϽ) ll-ᒸuI,q LIdTLލÅ:hU5`9#$%^&.cn9Ȼ# gQtRNCDr}:{qAĉsĩ^XYLjNhAEſNRC` !iL8-. 57'.MuM{D`O? IlRnem[ִw*?"|!}ˋ}*t\PP6D(pFϓPŚ?<"H:Loi[k2M׶-4U}H}_E[= qb^;.'>$\@4 ~iU2\^FF%ֵQ}JvAA ]+$KŤٸdXS^TpHh$ˌ<2AeXaNExapjp$ T%ejC<\ذDQXGgGg%6hz+? zoo67K k>eVOM׊D$*-!%9l!f8+g GU;=|РT\@48,]l ڤ4 o2[I%uJ"2!sCQvuzUʮ-rN*4tFf]>c6H$bQ{\X*)DԄ(؏ ƫ}*g8n> 3O& 骮iB1҄ŀb )tbc)HXAF6d|n.עHj+ˬ`A E& *6gGrLqe Z 1j>t/،ȊA,Cr B΂}gV^wv 3G?nHm0v6=ަҰvnUmRt-IjF$+(pPijХ ڰ1jeC E_ELEwP(ר:a,W_ /S@vXZ<4\\4uN)}z|N+p؆, r+~AŸ'`+0s ;x[О'bCvn=IMRX!0-C3cb &|!ف4R2};; poI,?X<6-8rM̊4/PIطQ0&s%׻uջ=G*+~`.6'Kj*gd؈u/6&x)&!!חﲻ:Ƿ?/પ+{^7D+ "B XkDLJЁRF Z&XAAk픗[ q("mhH8־d'@O7k{:*?q]]]}CdL3~4az@B%uuu3DkWxA'R{eS&d{)uw?e4ua^lb?F o} <}Fa}vC%c<yX&%X2DS#c1F'ҫ(_Uԗj[#|\O%,$eB̿TuFva2?A&ƾybdQo>}Zu 4̦| 0ׁ|9ЫjHۭ;d# -fݬqMot:?Ū_tujx+[s([隿}j}9r]ֵ\g=[|>n(V'9-2[!\_l}$^g`01_70Nu?Bvp0w{C~:z'`"{PT?=O'JξHۃsœ =}X 3OĞ^TcgfJJW!a< } g>+64^ ;(GA[m]i3VmVK8ږL(MO6vKש6ܔ<:yPc*VFvY{[(u_>Zs;K덭c QՌY-Nk9 R@.e}85a7),滛P5Isuf_kNMuc$vUln"$R:Jr˯k[%Hwk|,;MtBI+0nʸ9Q195Y,YImnvRi%Sgʋͻw&jit62:>csq[ ehq6.Emp p{woh(uN}ȟ3˸Tߢ-S*ׯqF;/ly;jjy#xG+q;z{ߞo۽U.oi[)OC?v {ڴe~GK; $˸o_{hޱ7yA~~9]<(&:ISΛWًM0~F2Mt#e%v,_dúߣgϝΘ#zj5XN#{Ҿ:]_|ݵY㮓Xa"ehaB12+#SVgtJ%fM2oɀZyK iI.1 /"л[#_K3̵d]ݝg2KNtOȽs3i?~T:O8gr~V~8k XBz IqigԿGqfH:?y9 ꫺6x>:u\6{9->`K~wbBR8yA⩍67{!'4)BCM^)T(7*"QvRmuHèfS":BNi_ߜOhoGɲ? f.츌oF wg?}` V!K&H,Y{\așD❪b]C&"FgJ;P O; lK~Pox_Ι^goBבːh~ٔE$??g=aL}tG \DI=soexFx_ o?N(9N¿~1eIJ&1&ޮ1dĔd?U5vC2.zBy[\xd m>i=ElX1.VdL/%o)d5O &ol3>_zax}^@G%/| 訟χ'J ƥ8|sqqG$IH0I}SK3ܷؽ\w:S5!~[~,wP&^#9W;!Lo/C(M>UbuZàOO:զ툀9n=3/,NJ` +6d6Ԁ ac]v EEtDEVe)(X '#h t Ev">{=w]w79=.$&TV&/u"KY8\){F0LoxI>~;ur_>6ƴ@XW Ir /d}ml 6I9m sw4-R̒K%J7$iۆܭ^Ζ&kv~W5&EM -+m6g6{<~7vlG.e4 *㭰jE?g%}؜J iM3F~ weV |)t IjfsgvSo=w^`_=xsV68!uα V#6f,8^ fଌ 3sϵsݻ[gܩڽ:/vh*sW529F 9cܑ=3)}uIy;-JRs H3) P9&oL嬧^zFI6vHҟӶMGcm3y]@g<'-g5 ӟLd>KQ6U{s6!W%ՎȆGsGs7fCWa3{01P>Gs+{0qP>.{'byxؗC߃ͤy.ջ ;`*u$&t,!nc$]Z̲ɜRg`_dJ(u wIQ>Z]GtV}Ml^#F=_E᎛"d`c^03>å@P\[74W".rLhۋ]M"ٳV_jNlgsV0߹SvvH~ZKttnv֚v-=kmmN6Xw꧛}}%ۨzJSH4ΏjN72tcUbߗpƵ;%7ua}Gbe/m6u&oŖݳė.=J{ŽE W`cƩ0uh K쨰V1n179|ni 4Dv [dO1S98笭W}O1v~d;hzjvwᰦKܻkꕬ9/eML:G=1E}u9 8';\^֚9D1rG+h}#:]S8W6 _@ζ^|fkGׅH j޶I2 cwuTϼٖ"+qT9:vVLñi^ P¼u}ͳXmdT0G)[P`l.,q/2tcL^9&ߩF^R|W_'ќeS}T]װ o\3lYLc(9ШGHo|ʿ}撾(LRjO_)J^ŋމ{0ޛԛ/:<:E#lB8cil gzOx{5p֞7ԙ1B5Vtե6KjEւǎaRl}->R-4,A9$DwC bioa)Of*ebe}6+vB|7,;yxH!w῔ pU{>$$$$4 `AF Bf0Z8C!<  OEQ0RP2ҡ_.W4p|9{~6ѹiW˒s[d9l7xɋ/C1;ϭŅl^8y$$d2M:I,ߒw-@vWõLl牟uZX)_ L̗".{DiKawlH~'CAX:y{+c\mxf_bK&β]gIr'wtD? ?{ }P"о_#$p0ғsY{j7JZj"UR3(Qw6?gy>V m+Pu0vkQhFuiTEAe}5'I(WϢXL):JLi/uzpUTìFq~j~[mG騶SY׆a ʉ_l9*KEOXh>ʘۦ#7jϸ[lbJ&mM3!["v#vD&2N=nٗaזAarL9>{6 !sg8cG5[Ah㈔U1%2&=КdU2@X?XYok>۔p\NoUJѶII~/6zYzK'8۬eئg!?.[cLo7§{vY:߿RW)?|&9|3NQf)m@2ēTґtgt{RErZT<NƹkŸwPn>,e5=r/ ߂ Y}pO(gԾ. [9/y[ Ndp 6a~ՈMxBH!lAF. q$,/>}L-K w?Z bvQƊ?HYn%ػgƛv8O0|?$[1y 1ǹG/ݣjc]BeƜi~6sr~qY 2b7)9_xk=+BH/#^sMv6?AQSh2KL#1@J`l?nDT+w䇇7uV-c$")߷='q+m#q}(g33ԭČBH_D0|{/E~ދI L {7ړi u"s;V]Wb;tYlXgwM|KZ̳*]/YlSƊ5(_( 'cfn WC=ꊻO<ތCg&c|!HN?|JgSun抏?z_aDCE8m$W qW[xZ/[{܏+L n]LUTdw29/sEd敏&~ &y{}/1K| (, >A_Wƙ˙C+OGwa3F#9B%/lCCv ̩ed!ٚh&DoTL۴?Z d^T/0ߤ>)r]+t!*O| 1,Ta5kaXh&axS'#QDۥNN==1Lr6{%['6V)s<Sl8Ϸ׸giC e}2=*b>GBϴ!ݯ/FSߋ ەHL?jgp#NZο==PY3[}{=el;f_*`K)J aYmwd\&R砑be\)d k.swRws]yGBQoדDK8.Aqtsneo5hWq J"{$㇅sk$Hzg3~)N\Z<Ä;P1%o&p ϰ%NӁ[d,˹l-v{[5p5#>ٷ0} Gw[,z:G=8j #㤥@ohWBn  )A$POR1Itc~6uqsҘd$6=cqڅ\ChBaE8 0GS%SH]u{1 X+ {6mX݋MߤNd쏪Nv}w=;N%6m/mmOu DA>0}Mԏ2>v7 `0 `0 `0 `0 `0 `0 `0 `0-xH'ޤpOJWqDr<|OqKZ"yFW깗zOQЄ6깇5sA\zހH=oD~{iJC6H %ANPKv.\_#(smxDQ9SƸf nd[O{G'v(Bq""OYf0"\.C-QWmDXE~ sy$>p<#v~OtiW_Xk'U^x=7%yԊ)ۏ0&:q;wCѧ^_U}D*.ϢD_za958d*w"ݩL:6J$\VtN)'Mu3ΘH;A쏜Hs*:h*}"NH"=FTJO&|,{gUvFR+>G# UuRTeSLAɍE2'cNF<TQ'uv(91fi=A#"Dv۾=OP&ItJ%b^TD2s<9R#{3c>+}C>I[{ta)Q7c>Ph1 kO/&Pk)&kةI$5G,Enyr r}VXYNo Ov,KAiGU]o,ym2WZLȴ{CYbZL}{}I6.IAmU} ŋx|~!pz Y;%hgC9#\ OYx@8gϴ8 Ng\y0IFFF4444i=1c!6` 1Ć!6000laaaaða0l6l6 ͆ Æa`####FFF CP0 `(6 Cgφ'QQQQe FFFU.+A@@RRRRaRzC؜`h nWhFFFF"""6 0 0 0 l6>[#x/wl8Nxr|^ ]xx8Q'G1G"kBmx # ft x9!{];^Ug֎wcpR4ukoMH`PP66I.?R NE %P$ TRUM/*2^T E=V\ ^f턪u{߼7~3mk+Y Z =^$5/E9 G y MoA!:#zi 9;1i~MҗITU.bQ}})O=]eUOzd`VNmͳvI. &q-=ZgSN래)93YW77 Q?Pߤ?h rN5yPP{KP+aEQBJPz;L u!%HT,*_\&ւ.j OmZX9~̰.? 3_RT];CW;D)}pu[ˑfi ,>>mX[׬Mp5o\wԲ[JRBU1JX>stream H\݊0FܽXlKir88E޾NB 8UcCթ)\u JڮK=fy,>ܯsӐ-*tW/v8,>az9p?YTNzV_S۾|5A%4Cc݄![r* }߹xʎw=M(tQ%ZCZ@[hMP }4$ѐL",YJ:K>=y,Rwm₦BNv}nèb`JG endstream endobj 18 0 obj <>stream h޴ێd7_%.13 4H-#{ Hj˘@\:RP Xo?JU2ܛ:q*T⩔ST)RQhwj/2Na#BLT ڇ[=դB*dע?7?ܿyx?}LJ_poO?}~yOӷ#ϿWoSw_|S>{tqx_ff{}NTog_`׏oݿ~Ӌvtw_>x~|y:~Bwۂ󛇟_SJ^{&f~yѾ|^J߼_~?ս[}yw.6._G0QWU|qn8xJ)SJ򥞚qj1b rP[ (=.z0N qJ;ۧ|hrI8 S1(S՟2pv~B2:;h#OAǁB%q.st|4NoLXo/B-Ky63F(?9~R䑁zLE-TH΅ p:7-tykĻ}[mnsC!gm&pV|@B7ߩ >~6O| 6qb+XXY$[&$?A eh~S $Z /1`hLwqR|\{5} }C}yѱ-j]9jIsϟLsa\ckm\W~5xߎdzc^\רsF: U{9ZRK8DKȗ|.ăLaB䎜5@,sXE)q$wjI{Q{qD3QJP<.eIZVd&Yk}uf2u>gRd%|g [^O젦}v1a'Rk 9slTT:+6a4 D+1>7lh!&(@r%JAU?ZEjZ շDp"0-&nwʃB S&:FZ`ŵKhgӉ>[Cz99#^7V1.[ f[77$hm&M=T@lYJHPSr/VYVqZ Նszi"x5IkWm?ʁzE(g*IiupB-dզƎKc%JU+!V&:5b/ gkE\zz_RgLH^Z{zT.{ku ˎ# (!ɬ}$"6ш!*pn+*8j\o a@:Xdr17nTPZ>{_)8"&bU녜mCXe1zX,# T7D6ʡ3E9sdw&JK1c2Je%q.2-bƸȂ0?]TxT`^ݤv_vߗY2S<Pdy?WJAE|)a~Aֽ4zke׀úowQҁk/fF* 9W}~vW?zL:)sr!%fKʔ+k[g"[T>X 4maPm,TÂL (lmOԱ`QZX0za6.Qƅf(}U\r{܂AAi ʷ m(a2 ٘LM٠(Yr +N H)"d9-W (mcjl +gB>=E {a, $gMS$BXt * j >A=܀:XAdOaYP@V2 I@tgz{Vh Gް£nX7Q±`!|T!_>=*q %Zj(jX0cAiEԵ`ڑYS*n^AD F˺P RRTc|: KUM:-/xAa @dM^,ߨ:ʐfExs#MJmVvbXiEשirn_陔y|>KE-Ǖ1)dP>a[*n2Ey[]еO)B"*FVsOu15k qcs-У6*sFV%Q:YX hϻf4 [ݭAI@M m[{9c]a߯yj 9 ܖ[5;L#>yB]Bg#19:i-'sUVԀ] L7 ~cPl 830rƹ&ud96쩍-.TLbQRɻ! (*gaA}iv vE 5˾7::јtڥHKvAwu:OOqavt/w+T!GĊ'Xt㋏"p76JJx_9!1JX Q,}d lG-ئ[B(7#@yl=U1ڧÍ0[)HVJCo8@bmhi,<Ń2|}WUl/0G+ooOU𯺫ۮ&Lvuո guL3}V$oLĿʮ.ƤlL81 &ucR7& LƤmLwuհclLddlL w$8iO0ՎtF*< {|ߍ C1^PkfH m>%':c%*9͐^ÿϡB)L<"NxD _uN?@{'k-k 4^ 1vuD/H3d?|_N_1Zd;,7y;t)յqcMqg |äN?{A'G_ “d3cR` ~a)"Gjjg+mV5ʎ}ẍsJd@ G~O ۏ'c{?QzUa?ʻxr\QT>ۄ~h}77.ه޿w>~@ܼV^"5=u dTLT_t '%,ڪDWh Zˏ؁ j(!ZJ;XqLM4X0y r *r1Lc43 jw9RQV)NѢB8B@A6ƗXmƯ|끌 cbBX׃6u:i>ݏqwu<`cq'< p=J8}<5ϑ^u-;5Es҆Tœa}}oKN܊{m<6vMqXsP̯- f#"n~g=A1sTpU0s3'iD:¡cP)1RAR|PA7M-Ԍe$mcDЮYE<܋41礱G5=pDWBZ!RXd`)g:J)y>7mkfW/,[gbC۝,4>1<ПY-#bf+g`){M)b;M>@5uv"8 EXH9;qc'DBɩC@کZ-Vs)Tk尣@pU"CBxЗ0y 3jHN&Cfsr 46+ GF¼D2Thfɚm2 (@s1Ig{.棽.qg>>` ڴkہs)  oʫFfbZ@$ܹz)?ywhJ3pJ_78w ^;' ~}@W& RR[λzʔVD2 ó gD|6+uJzE1ޜJ{kwHN v~~aocp^6#XᤄNR FI*0iO(law(lc2҆1ظ F(cgy,\ML)aVbJ*[Pf,D % DSv:94t pG@?Tve6*!9GrF| sA:7$X >ۅӔa1Uuf%X8Am cd[7L5TF'|r.6zZ a ݌EfZQ]H0y8:dVg "mbgBVtۙ"ȘBBYϳ@aZٞ=" ւyU^s#䴚%:wSP F_nP좵 )Oy)IVwJ+T B Jks$'wYYc)q:IPUN~ؗ](24[,o7Haƺ [bGm8X [[}'VhΙkZŖyyx uj̲"ءI63D#Յ߰JMAKy)āE_M%Ns*4"ݜdbn|gu0 Xjj dp 8f:sӖv}ы8ؔzB=9,,f\q4LhBRjpM3p}* ;Q3Zħ~Xh7| fZ;ņc3WJ1!O8F>$AN_58 6CP!H>*H؁.4y7CٲCYӯB9/n"Pqh3 r]!226ER~㥅xp_k3\B?$VڷùǺ"%k.sm۽$2 OPD9*PpMޠc&#UlG}Dl7-ͬ\&݂; ? ӣ;Fq%.y}<́ ;p\0f ,NmW_*(r4$;þuڸ6S{EoWaIWW. <7fBBLi[m?+nZt] 7 Jx=UNrs.{ Ԭ(4DʼO9~9Tѻ uvMaLGu9(勬EK2Z<"ȧ+**$UX)H82 ՍCN|_AiUXƨqfMR2auy!@[ٷ.G&\*3w)yH "~ mW'Dp]ꗴ|ͣ%v[RdԙرRBɯM΅:5B |{~i۫_ǻ/wq}^ƖP} :Zvd9G1r#nS~tNVk~J>stream application/pdf Marti Maria 2022-10-15T19:00:14+02:00 Microsoft® Word 2013 2022-10-15T19:02:08+02:00 2022-10-15T19:02:08+02:00 Microsoft® Word 2013 uuid:bfb9c453-4797-4d13-b4ae-e1e5a41ecb41 uuid:3793db82-afc6-413d-9450-f31b95c9166b endstream endobj 20 0 obj <>stream h23S0Pw/+Q0L)67 )I0i 1Q!vvr endstream endobj 21 0 obj <>stream h23W0Pw,-/M,*TE%y.%.VFFF&FPU Ei%R 5}S0X委&og`d/, endstream endobj 22 0 obj <>/Filter/FlateDecode/ID[<2C835A029CC8374385C4EAE856CC9802>]/Info 67 0 R/Length 126/Root 69 0 R/Size 68/Type/XRef/W[1 3 1]>>stream hbb&F'2 L yd&@$ h VVfse0 "zoH,֫P"ރegu]D-XR+9OB2} k endstream endobj startxref 116 %%EOF lcms2-2.17/plugins/threaded/include/0000755000175000017500000000000014752176133016372 5ustar martimartilcms2-2.17/plugins/threaded/include/Makefile.am0000644000175000017500000000014714752176133020430 0ustar martimarti# # Makefile for include directory include_HEADERS = lcms2_threaded.h EXTRA_DIST = lcms2_threaded.h lcms2-2.17/plugins/threaded/include/lcms2_threaded.h0000644000175000017500000000350414752176133021425 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System, multithread extensions // Copyright (c) 1998-2024 Marti Maria Saguer, all rights reserved // // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // //--------------------------------------------------------------------------------- #ifndef _LCMS2_THREADED_H #define _LCMS2_THREADED_H #include "lcms2_plugin.h" #ifdef CMS_NO_PTHREADS #error "This plug-in needs pthreads to operate" #endif #ifndef CMS_USE_CPP_API # ifdef __cplusplus extern "C" { # endif #endif #define LCMS2_THREADED_VERSION LCMS_VERSION // Configuration toggles // The one and only plug-in entry point. To install this plugin in your code you need to place this in // some initialization place. If you want to combine this plug-in with fastfloat, make sure to call // the threaded entry point comes last in chain. flags is a reserved field for future use // // cmsPlugin(cmsThreadedExtensions(CMS_THREADED_GUESS_MAX_THREADS, 0)); // #define CMS_THREADED_GUESS_MAX_THREADS -1 CMSAPI void* CMSEXPORT cmsThreadedExtensions(cmsInt32Number max_threads, cmsUInt32Number flags); #ifndef CMS_USE_CPP_API # ifdef __cplusplus } # endif #endif #endif lcms2-2.17/plugins/threaded/include/meson.build0000644000175000017500000000004414752176133020532 0ustar martimartiinstall_headers('lcms2_threaded.h') lcms2-2.17/plugins/threaded/include/Makefile.in0000644000175000017500000004215414752176133020445 0ustar martimarti# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # # Makefile for include directory VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = plugins/threaded/include ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \ $(top_srcdir)/m4/ax_append_flag.m4 \ $(top_srcdir)/m4/ax_check_compile_flag.m4 \ $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \ $(top_srcdir)/m4/ax_pthread.m4 \ $(top_srcdir)/m4/ax_require_defined.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \ $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(includedir)" HEADERS = $(include_HEADERS) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSCOPE = @CSCOPE@ CTAGS = @CTAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FILECMD = @FILECMD@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@ LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBRARY_AGE = @LIBRARY_AGE@ LIBRARY_CURRENT = @LIBRARY_CURRENT@ LIBRARY_REVISION = @LIBRARY_REVISION@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIB_JPEG = @LIB_JPEG@ LIB_MATH = @LIB_MATH@ LIB_PLUGINS = @LIB_PLUGINS@ LIB_THREAD = @LIB_THREAD@ LIB_TIFF = @LIB_TIFF@ LIB_ZLIB = @LIB_ZLIB@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PTHREAD_CC = @PTHREAD_CC@ PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ PTHREAD_CXX = @PTHREAD_CXX@ PTHREAD_LIBS = @PTHREAD_LIBS@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ ax_pthread_config = @ax_pthread_config@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ inline = @inline@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ include_HEADERS = lcms2_threaded.h EXTRA_DIST = lcms2_threaded.h all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/threaded/include/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign plugins/threaded/include/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-includeHEADERS: $(include_HEADERS) @$(NORMAL_INSTALL) @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ done uninstall-includeHEADERS: @$(NORMAL_UNINSTALL) @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(HEADERS) installdirs: for dir in "$(DESTDIR)$(includedir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-includeHEADERS install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-includeHEADERS .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libtool cscopelist-am ctags ctags-am distclean \ distclean-generic distclean-libtool distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-includeHEADERS install-info install-info-am \ install-man install-pdf install-pdf-am install-ps \ install-ps-am install-strip installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-am uninstall uninstall-am \ uninstall-includeHEADERS .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: lcms2-2.17/plugins/threaded/meson.build0000644000175000017500000000006214752176133017107 0ustar martimartisubdir('include') subdir('src') subdir('testbed') lcms2-2.17/plugins/threaded/src/0000755000175000017500000000000014752176133015536 5ustar martimartilcms2-2.17/plugins/threaded/src/Makefile.am0000644000175000017500000000136714752176133017601 0ustar martimarti# # Makefile for building lcms2_threaded plugin # # Don't require all the GNU mandated files AUTOMAKE_OPTIONS = 1.7 foreign includedir = ${prefix}/include # Shared libraries built in this directory lib_LTLIBRARIES = liblcms2_threaded.la LIBRARY_CURRENT = 1 LIBRARY_REVISION = 0 LIBRARY_AGE = 0 AM_CPPFLAGS = -Ofast -I$(top_builddir)/include -I$(top_srcdir)/include -I$(srcdir)/../include -I$(builddir)/../include liblcms2_threaded_la_LDFLAGS = -no-undefined \ -version-info $(LIBRARY_CURRENT):$(LIBRARY_REVISION):$(LIBRARY_AGE) liblcms2_threaded_la_LIBADD = $(LCMS_LIB_DEPLIBS) $(top_builddir)/src/liblcms2.la liblcms2_threaded_la_SOURCES = threaded_split.c threaded_core.c threaded_main.c threaded_scheduler.c threaded_internal.h lcms2-2.17/plugins/threaded/src/lcms2_threaded.rc.in0000644000175000017500000000354214752176133021355 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System, multithread extensions // Copyright (c) 1998-2022 Marti Maria Saguer, all rights reserved // // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // //--------------------------------------------------------------------------------- #include 1 VERSIONINFO FILEVERSION @LCMS2_VERSION_MAJOR@, @LCMS2_VERSION_MINOR@, @LCMS2_VERSION_MICRO@, 0 PRODUCTVERSION @LCMS2_VERSION_MAJOR@, @LCMS2_VERSION_MINOR@, @LCMS2_VERSION_MICRO@, 0 FILEFLAGSMASK 0x0L #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG #endif FILEOS VOS_NT_WINDOWS32 FILETYPE VFT_DLL { BLOCK "StringFileInfo" { BLOCK "040904e4" { VALUE "CompanyName", "Marti Maria" VALUE "FileDescription", "Multithread plugin" VALUE "FileVersion", @LCMS2_VERSION@ VALUE "InternalName", "lcms2_threaded" VALUE "LegalCopyright", "Copyright (C) Marti Maria 2024, GPL-3.0-or-later" VALUE "OriginalFilename", "lcms2_threaded.dll" VALUE "ProductName", "LittleCMS color engine" VALUE "ProductVersion", @LCMS2_VERSION@ } } BLOCK "VarFileInfo" { VALUE "Translation", 0x409, 1252 } } lcms2-2.17/plugins/threaded/src/meson.build0000644000175000017500000000152214752176133017700 0ustar martimartiliblcms2_threaded_sources = files( 'threaded_core.c', 'threaded_main.c', 'threaded_scheduler.c', 'threaded_split.c', ) lcms2_threaded_incdir = include_directories('../include', '.') if host_machine.system() == 'windows' lcms2_threaded_rc = configure_file( input: 'lcms2_threaded.rc.in', configuration: version_cfg, output: 'lcms2_threaded.rc', ) liblcms2_threaded_sources += win.compile_resources(lcms2_threaded_rc) endif liblcms2_threaded = library( 'lcms2_threaded', liblcms2_threaded_sources, include_directories: lcms2_threaded_incdir, dependencies: [ liblcms2_dep, threads_dep ], c_args: cargs, version: library_version, install: true, ) liblcms2_threaded_dep = declare_dependency( link_with: liblcms2_threaded, include_directories: lcms2_threaded_incdir, ) extra_libraries += liblcms2_threaded lcms2-2.17/plugins/threaded/src/threaded_core.c0000644000175000017500000001076714752176133020505 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System, multithread extensions // Copyright (c) 1998-2024 Marti Maria Saguer, all rights reserved // // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // //--------------------------------------------------------------------------------- #include "threaded_internal.h" // This is the threading support. Unfortunately, it has to be platform-dependent because // windows does not support pthreads. #ifdef CMS_IS_WINDOWS_ #define WIN32_LEAN_AND_MEAN 1 #include // To pass parameter to the thread typedef struct { _cmsTransform2Fn worker; _cmsWorkSlice* param; } thread_adaptor_param; // This is an adaptor to the native thread on windows static DWORD WINAPI thread_adaptor(LPVOID p) { thread_adaptor_param* ap = (thread_adaptor_param*)p; _cmsWorkSlice* s = ap->param; ap->worker(s->CMMcargo, s->InputBuffer, s->OutputBuffer, s->PixelsPerLine, s->LineCount, s->Stride); _cmsFree(0, p); return 0; } // This function creates a thread and executes it. The thread calls the worker function // with the given parameters. cmsHANDLE _cmsThrCreateWorker(cmsContext ContextID, _cmsTransform2Fn worker, _cmsWorkSlice* param) { DWORD ThreadID; thread_adaptor_param* p; HANDLE handle; p = (thread_adaptor_param*)_cmsMalloc(0, sizeof(thread_adaptor_param)); if (p == NULL) return NULL; p->worker = worker; p->param = param; handle = CreateThread(NULL, 0, thread_adaptor, (LPVOID) p, 0, &ThreadID); if (handle == NULL) { cmsSignalError(ContextID, cmsERROR_UNDEFINED, "Cannot create thread"); } return (cmsHANDLE)handle; } // Waits until given thread is ended void _cmsThrJoinWorker(cmsContext ContextID, cmsHANDLE hWorker) { if (WaitForSingleObject((HANDLE)hWorker, INFINITE) != WAIT_OBJECT_0) { cmsSignalError(ContextID, cmsERROR_UNDEFINED, "Cannot join thread"); } } // Returns the ideal number of threads the system can run cmsInt32Number _cmsThrIdealThreadCount(void) { SYSTEM_INFO sysinfo; GetSystemInfo(&sysinfo); return sysinfo.dwNumberOfProcessors; //Returns the number of processors in the system. } #else // Rest of the wide world #include #include // To pass parameter to the thread typedef struct { _cmsTransform2Fn worker; _cmsWorkSlice* param; } thread_adaptor_param; // This is the native thread on pthread static void* thread_adaptor(void* p) { thread_adaptor_param* ap = (thread_adaptor_param*)p; _cmsWorkSlice* s = ap->param; ap->worker(s->CMMcargo, s->InputBuffer, s->OutputBuffer, s->PixelsPerLine, s->LineCount, s->Stride); _cmsFree(0, p); return NULL; } // This function creates a thread and executes it. The thread calls the worker function // with the given parameters. cmsHANDLE _cmsThrCreateWorker(cmsContext ContextID, _cmsTransform2Fn worker, _cmsWorkSlice* param) { pthread_t threadId; thread_adaptor_param* p; p = (thread_adaptor_param*)_cmsMalloc(0, sizeof(thread_adaptor_param)); if (p == NULL) return NULL; p->worker = worker; p->param = param; int err = pthread_create(&threadId, NULL, thread_adaptor, p); if (err != 0) { cmsSignalError(ContextID, cmsERROR_UNDEFINED, "Cannot create thread [pthread error %d]", err); return NULL; } else return (cmsHANDLE) threadId; } // Waits until given thread is ended void _cmsThrJoinWorker(cmsContext ContextID, cmsHANDLE hWorker) { int err = pthread_join((pthread_t)hWorker, NULL); if (err != 0) { cmsSignalError(ContextID, cmsERROR_UNDEFINED, "Cannot join thread [pthread error %d]", err); } } cmsInt32Number _cmsThrIdealThreadCount(void) { long cores = sysconf(_SC_NPROCESSORS_ONLN); if (cores == -1L) return 1; else return (cmsInt32Number)cores; } #endif lcms2-2.17/plugins/threaded/src/threaded_internal.h0000644000175000017500000000524214752176133021366 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System, multithreaded extensions // Copyright (c) 1998-2024 Marti Maria Saguer, all rights reserved // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // //--------------------------------------------------------------------------------- #ifndef _THREADED_INTERNAL_H #define _THREADED_INTERNAL_H #include "lcms2_threaded.h" // This plugin requires lcms 2.14 or greater #define REQUIRED_LCMS_VERSION 2140 // Unused parameter warning suppression #define UNUSED_PARAMETER(x) ((void)x) // For testbed #define CMSCHECKPOINT CMSAPI // The specification for "inline" is section 6.7.4 of the C99 standard (ISO/IEC 9899:1999). // unfortunately VisualC++ does not conform that #if defined(_MSC_VER) || defined(__BORLANDC__) # define cmsINLINE __inline #else # define cmsINLINE static inline #endif // Holds all parameters for a threadable transform fragment typedef struct { struct _cmstransform_struct* CMMcargo; const void* InputBuffer; void* OutputBuffer; cmsUInt32Number PixelsPerLine; cmsUInt32Number LineCount; const cmsStride* Stride; } _cmsWorkSlice; // Count the number of threads needed for this job cmsUInt32Number _cmsThrCountSlices(struct _cmstransform_struct* CMMcargo, cmsInt32Number MaxWorkers, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, cmsStride* Stride); // Split work following several expert rules cmsBool _cmsThrSplitWork(const _cmsWorkSlice* master, cmsInt32Number nslices, _cmsWorkSlice slices[]); // Thread primitives cmsHANDLE _cmsThrCreateWorker(cmsContext ContextID, _cmsTransform2Fn worker, _cmsWorkSlice* param); void _cmsThrJoinWorker(cmsContext ContextID, cmsHANDLE hWorker); cmsInt32Number _cmsThrIdealThreadCount(void); // The scheduler void _cmsThrScheduler(struct _cmstransform_struct* CMMcargo, const void* InputBuffer, void* OutputBuffer, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride); #endif lcms2-2.17/plugins/threaded/src/threaded_main.c0000644000175000017500000000265214752176133020473 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System, fast floating point extensions // Copyright (c) 1998-2024 Marti Maria Saguer, all rights reserved // // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // //--------------------------------------------------------------------------------- #include "threaded_internal.h" // The Plug-in entry point static cmsPluginParalellization Plugin = { { cmsPluginMagicNumber, REQUIRED_LCMS_VERSION, cmsPluginParalellizationSig, NULL }, CMS_THREADED_GUESS_MAX_THREADS, 0, _cmsThrScheduler }; // This is the main plug-in installer. void* CMSEXPORT cmsThreadedExtensions(cmsInt32Number max_threads, cmsUInt32Number flags) { Plugin.MaxWorkers = max_threads; Plugin.WorkerFlags = flags; return (void*)&Plugin; } lcms2-2.17/plugins/threaded/src/threaded_scheduler.c0000644000175000017500000000765714752176133021537 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System, multithreaded extensions // Copyright (c) 1998-2024 Marti Maria Saguer, all rights reserved // // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // //--------------------------------------------------------------------------------- #include "threaded_internal.h" // The scheduler is responsible to split the work in several portions in a way that each // portion can be calculated by a different thread. All locking is already done by lcms // mutexes, memory should not overlap. void _cmsThrScheduler(struct _cmstransform_struct* CMMcargo, const void* InputBuffer, void* OutputBuffer, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride) { cmsContext ContextID = cmsGetTransformContextID(CMMcargo); _cmsTransform2Fn worker = _cmsGetTransformWorker(CMMcargo); cmsInt32Number MaxWorkers = _cmsGetTransformMaxWorkers(CMMcargo); // flags are not actually being used // cmsUInt32Number flags = _cmsGetTransformWorkerFlags(CMMcargo); _cmsWorkSlice master; _cmsWorkSlice* slices; cmsStride FixedStride = *Stride; cmsHANDLE* handles; // Count the number of threads needed for this job. MaxWorkers is the upper limit or -1 to auto cmsUInt32Number nSlices = _cmsThrCountSlices(CMMcargo, MaxWorkers, PixelsPerLine, LineCount, &FixedStride); // Abort early if no threaded code if (nSlices <= 1) { worker(CMMcargo, InputBuffer, OutputBuffer, PixelsPerLine, LineCount, Stride); return; } // Setup master thread master.CMMcargo = CMMcargo; master.InputBuffer = InputBuffer; master.OutputBuffer = OutputBuffer; master.PixelsPerLine = PixelsPerLine; master.LineCount = LineCount; master.Stride = &FixedStride; // Create memory for the slices slices = (_cmsWorkSlice*)_cmsCalloc(ContextID, nSlices, sizeof(_cmsWorkSlice)); handles = (cmsHANDLE*) _cmsCalloc(ContextID, nSlices, sizeof(cmsHANDLE)); if (slices == NULL || handles == NULL) { if (slices) _cmsFree(ContextID, slices); if (handles) _cmsFree(ContextID, handles); // Out of memory in this case only can come from a corruption, but we do the work anyway worker(CMMcargo, InputBuffer, OutputBuffer, PixelsPerLine, LineCount, Stride); return; } // All seems ok so far if (_cmsThrSplitWork(&master, nSlices, slices)) { // Work is split. Create threads cmsUInt32Number i; for (i = 1; i < nSlices; i++) { handles[i] = _cmsThrCreateWorker(ContextID, worker, &slices[i]); } // Do our portion of work worker(CMMcargo, slices[0].InputBuffer, slices[0].OutputBuffer, slices[0].PixelsPerLine, slices[0].LineCount, slices[0].Stride); // Wait until all threads are finished for (i = 1; i < nSlices; i++) { _cmsThrJoinWorker(ContextID, handles[i]); } } else { // Not able to split the work, so don't thread worker(CMMcargo, InputBuffer, OutputBuffer, PixelsPerLine, LineCount, Stride); } _cmsFree(ContextID, slices); _cmsFree(ContextID, handles); } lcms2-2.17/plugins/threaded/src/.deps/0000755000175000017500000000000014752176133016547 5ustar martimartilcms2-2.17/plugins/threaded/src/threaded_split.c0000644000175000017500000001653714752176133020711 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System, fast floating point extensions // Copyright (c) 1998-2024 Marti Maria Saguer, all rights reserved // // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // //--------------------------------------------------------------------------------- #include "threaded_internal.h" // Returns true component size cmsINLINE cmsUInt32Number ComponentSize(cmsUInt32Number format) { cmsUInt32Number BytesPerComponent = T_BYTES(format); // For double, the T_BYTES field is zero if (BytesPerComponent == 0) BytesPerComponent = sizeof(cmsUInt64Number); return BytesPerComponent; } // Returns bytes from one pixel to the next cmsINLINE cmsUInt32Number PixelSpacing(cmsUInt32Number format) { if (T_PLANAR(format)) return ComponentSize(format); else return ComponentSize(format) * (T_CHANNELS(format) + T_EXTRA(format)); } // macro is not portable cmsINLINE cmsUInt32Number minimum(cmsUInt32Number a, cmsUInt32Number b) { return a < b ? a : b; } // Memory of block depends of planar or chunky. If lines is 1, then the stride does not contain // information and we have to calculate the size. If lines > 1, then we can take line size from stride. // if planar, total memory is number of planes per plane stride. If chunky memory is number of lines per // line size. If line size is zero, then it should be computed. static cmsUInt32Number MemSize(cmsUInt32Number format, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, cmsUInt32Number* BytesPerLine, cmsUInt32Number BytesPerPlane) { if (T_PLANAR(format)) { if (*BytesPerLine == 0) { *BytesPerLine = ComponentSize(format) * PixelsPerLine; } return (T_CHANNELS(format) + T_EXTRA(format)) * BytesPerPlane; } else { if (*BytesPerLine == 0) { *BytesPerLine = ComponentSize(format) * (T_CHANNELS(format) + T_EXTRA(format)) * PixelsPerLine; } return LineCount * *BytesPerLine; } } // Compute how many workers to use. Repairs Stride if any missing member cmsUInt32Number _cmsThrCountSlices(struct _cmstransform_struct* CMMcargo, cmsInt32Number MaxWorkers, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, cmsStride* Stride) { cmsInt32Number MaxInputMem, MaxOutputMem; cmsInt32Number WorkerCount; cmsInt32Number MaxCPUs = _cmsThrIdealThreadCount(); if (MaxWorkers == CMS_THREADED_GUESS_MAX_THREADS) { MaxWorkers = MaxCPUs; } else { // We allow large number of threads, but this is not going to work well. Warn it. if (MaxWorkers > MaxCPUs) { cmsSignalError(NULL, cmsERROR_RANGE, "Warning: too many threads for actual processor (CPUs=%d, asked=%d)", MaxCPUs, MaxWorkers); } } MaxInputMem = MemSize(cmsGetTransformInputFormat((cmsHTRANSFORM)CMMcargo), PixelsPerLine, LineCount, &Stride->BytesPerLineIn, Stride->BytesPerPlaneIn); MaxOutputMem = MemSize(cmsGetTransformOutputFormat((cmsHTRANSFORM)CMMcargo), PixelsPerLine, LineCount, &Stride->BytesPerLineOut, Stride->BytesPerPlaneOut); // Each thread takes 128K at least WorkerCount = (MaxInputMem + MaxOutputMem) / (128 * 1024); if (WorkerCount < 1) WorkerCount = 1; else if (WorkerCount > MaxWorkers) WorkerCount = MaxWorkers; return WorkerCount; } // Slice input, output for lines static void SlicePerLines(const _cmsWorkSlice* master, cmsInt32Number nslices, cmsInt32Number LinesPerSlice, _cmsWorkSlice slices[]) { cmsInt32Number i; cmsInt32Number TotalLines = master ->LineCount; for (i = 0; i < nslices; i++) { const cmsUInt8Number* PtrInput = master->InputBuffer; cmsUInt8Number* PtrOutput = master->OutputBuffer; cmsInt32Number lines = minimum(LinesPerSlice, TotalLines); memcpy(&slices[i], master, sizeof(_cmsWorkSlice)); slices[i].InputBuffer = PtrInput + i * LinesPerSlice * master->Stride->BytesPerLineIn; slices[i].OutputBuffer = PtrOutput + i * LinesPerSlice * master->Stride->BytesPerLineOut; slices[i].LineCount = lines; TotalLines -= lines; } // Add left lines because rounding if (nslices > 0) slices[nslices - 1].LineCount += TotalLines; } // Per pixels on big blocks of one line static void SlicePerPixels(const _cmsWorkSlice* master, cmsInt32Number nslices, cmsInt32Number PixelsPerSlice, _cmsWorkSlice slices[]) { cmsInt32Number i; cmsInt32Number TotalPixels = master->PixelsPerLine; // As this works on one line only cmsUInt32Number PixelSpacingIn = PixelSpacing(cmsGetTransformInputFormat((cmsHTRANSFORM)master->CMMcargo)); cmsUInt32Number PixelSpacingOut = PixelSpacing(cmsGetTransformOutputFormat((cmsHTRANSFORM)master->CMMcargo)); for (i = 0; i < nslices; i++) { const cmsUInt8Number* PtrInput = master->InputBuffer; cmsUInt8Number* PtrOutput = master->OutputBuffer; cmsInt32Number pixels = minimum(PixelsPerSlice, TotalPixels); memcpy(&slices[i], master, sizeof(_cmsWorkSlice)); slices[i].InputBuffer = PtrInput + i * PixelsPerSlice * PixelSpacingIn; slices[i].OutputBuffer = PtrOutput + i * PixelsPerSlice * PixelSpacingOut; slices[i].PixelsPerLine = pixels; TotalPixels -= pixels; } // Add left pixels because rounding if (nslices > 0) slices[nslices - 1].PixelsPerLine += TotalPixels; } // If multiline, assign a number of lines to each thread. This works on chunky and planar. Stride parameters // are not changed. In the case of one line, stride chunky is not used and stride planar keeps same. cmsBool _cmsThrSplitWork(const _cmsWorkSlice* master, cmsInt32Number nslices, _cmsWorkSlice slices[]) { // Check parameters if (master->PixelsPerLine == 0 || master->Stride->BytesPerLineIn == 0 || master->Stride->BytesPerLineOut == 0) return FALSE; // Do the splitting depending on lines if (master->LineCount <= 1) { cmsInt32Number PixelsPerWorker = master->PixelsPerLine / nslices; if (PixelsPerWorker <= 0) return FALSE; else SlicePerPixels(master, nslices, PixelsPerWorker, slices); } else { cmsInt32Number LinesPerWorker = master->LineCount / nslices; if (LinesPerWorker <= 0) return FALSE; else SlicePerLines(master, nslices, LinesPerWorker, slices); } return TRUE; }lcms2-2.17/plugins/threaded/src/Makefile.in0000644000175000017500000005502614752176133017613 0ustar martimarti# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # # Makefile for building lcms2_threaded plugin # VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = plugins/threaded/src ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \ $(top_srcdir)/m4/ax_append_flag.m4 \ $(top_srcdir)/m4/ax_check_compile_flag.m4 \ $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \ $(top_srcdir)/m4/ax_pthread.m4 \ $(top_srcdir)/m4/ax_require_defined.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(libdir)" LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = liblcms2_threaded_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(top_builddir)/src/liblcms2.la am_liblcms2_threaded_la_OBJECTS = threaded_split.lo threaded_core.lo \ threaded_main.lo threaded_scheduler.lo liblcms2_threaded_la_OBJECTS = $(am_liblcms2_threaded_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = liblcms2_threaded_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(liblcms2_threaded_la_LDFLAGS) \ $(LDFLAGS) -o $@ AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/threaded_core.Plo \ ./$(DEPDIR)/threaded_main.Plo \ ./$(DEPDIR)/threaded_scheduler.Plo \ ./$(DEPDIR)/threaded_split.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(liblcms2_threaded_la_SOURCES) DIST_SOURCES = $(liblcms2_threaded_la_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSCOPE = @CSCOPE@ CTAGS = @CTAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FILECMD = @FILECMD@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@ LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBRARY_AGE = 0 LIBRARY_CURRENT = 1 LIBRARY_REVISION = 0 LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIB_JPEG = @LIB_JPEG@ LIB_MATH = @LIB_MATH@ LIB_PLUGINS = @LIB_PLUGINS@ LIB_THREAD = @LIB_THREAD@ LIB_TIFF = @LIB_TIFF@ LIB_ZLIB = @LIB_ZLIB@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PTHREAD_CC = @PTHREAD_CC@ PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ PTHREAD_CXX = @PTHREAD_CXX@ PTHREAD_LIBS = @PTHREAD_LIBS@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ ax_pthread_config = @ax_pthread_config@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = ${prefix}/include infodir = @infodir@ inline = @inline@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ # Don't require all the GNU mandated files AUTOMAKE_OPTIONS = 1.7 foreign # Shared libraries built in this directory lib_LTLIBRARIES = liblcms2_threaded.la AM_CPPFLAGS = -Ofast -I$(top_builddir)/include -I$(top_srcdir)/include -I$(srcdir)/../include -I$(builddir)/../include liblcms2_threaded_la_LDFLAGS = -no-undefined \ -version-info $(LIBRARY_CURRENT):$(LIBRARY_REVISION):$(LIBRARY_AGE) liblcms2_threaded_la_LIBADD = $(LCMS_LIB_DEPLIBS) $(top_builddir)/src/liblcms2.la liblcms2_threaded_la_SOURCES = threaded_split.c threaded_core.c threaded_main.c threaded_scheduler.c threaded_internal.h all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/threaded/src/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign plugins/threaded/src/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ } uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ done clean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) @list='$(lib_LTLIBRARIES)'; \ locs=`for p in $$list; do echo $$p; done | \ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ sort -u`; \ test -z "$$locs" || { \ echo rm -f $${locs}; \ rm -f $${locs}; \ } liblcms2_threaded.la: $(liblcms2_threaded_la_OBJECTS) $(liblcms2_threaded_la_DEPENDENCIES) $(EXTRA_liblcms2_threaded_la_DEPENDENCIES) $(AM_V_CCLD)$(liblcms2_threaded_la_LINK) -rpath $(libdir) $(liblcms2_threaded_la_OBJECTS) $(liblcms2_threaded_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/threaded_core.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/threaded_main.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/threaded_scheduler.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/threaded_split.Plo@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) installdirs: for dir in "$(DESTDIR)$(libdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ mostlyclean-am distclean: distclean-am -rm -f ./$(DEPDIR)/threaded_core.Plo -rm -f ./$(DEPDIR)/threaded_main.Plo -rm -f ./$(DEPDIR)/threaded_scheduler.Plo -rm -f ./$(DEPDIR)/threaded_split.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-libLTLIBRARIES install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/threaded_core.Plo -rm -f ./$(DEPDIR)/threaded_main.Plo -rm -f ./$(DEPDIR)/threaded_scheduler.Plo -rm -f ./$(DEPDIR)/threaded_split.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-libLTLIBRARIES .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \ ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-libLTLIBRARIES install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: lcms2-2.17/plugins/threaded/testbed/0000755000175000017500000000000014752176133016401 5ustar martimartilcms2-2.17/plugins/threaded/testbed/Makefile.am0000644000175000017500000000117514752176133020441 0ustar martimarti# # Makefile for building threaded_testbed # # Don't require all the GNU mandated files AUTOMAKE_OPTIONS = 1.7 foreign AM_CPPFLAGS = -I$(builddir)/../include -I$(srcdir)/../include -I$(srcdir)/../src \ -I$(top_builddir)/include check_PROGRAMS = threaded_testbed threaded_testbed_LDADD = $(builddir)/../src/liblcms2_threaded.la $(LCMS_LIB_DEPLIBS) threaded_testbed_LDFLAGS = -static @LDFLAGS@ threaded_testbed_SOURCES = threaded_testbed.c EXTRA_DIST = test0.icc test1.icc test2.icc test3.icc test5.icc check: if [ "x$(srcdir)" != "x$(builddir)" ]; then \ cp $(srcdir)/test?.icc . ; \ fi ./threaded_testbed lcms2-2.17/plugins/threaded/testbed/meson.build0000644000175000017500000000052014752176133020540 0ustar martimartithreaded_testbed_sources = files( 'threaded_testbed.c', ) threaded_testbed = executable( 'threaded_testbed', threaded_testbed_sources, dependencies: [liblcms2_threaded_dep, liblcms2_dep], c_args: cargs + ['-DPROFILES_DIR="@0@"'.format(profiles_dir / '')], ) test( 'threaded_testbed', threaded_testbed, timeout: 600, ) lcms2-2.17/plugins/threaded/testbed/threaded_testbed.c0000644000175000017500000006753214752176133022054 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System, multithreaded extensions // Copyright (c) 1998-2024 Marti Maria Saguer, all rights reserved // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // //--------------------------------------------------------------------------------- #include "threaded_internal.h" #include #include #include // On Visual Studio, use debug CRT #ifdef _MSC_VER # include "crtdbg.h" #define HAVE_TIMESPEC_GET 1 #endif #ifndef PROFILES_DIR #define PROFILES_DIR "../../test_profiles/" #endif #define FLAGS cmsFLAGS_NOOPTIMIZE // A fast way to convert from/to 16 <-> 8 bits #define FROM_8_TO_16(rgb) (cmsUInt16Number) ((((cmsUInt16Number) (rgb)) << 8)|(rgb)) #define FROM_16_TO_8(rgb) (cmsUInt8Number) ((((rgb) * 65281 + 8388608) >> 24) & 0xFF) // Some pixel representations typedef struct { cmsUInt8Number r, g, b; } Scanline_rgb8bits; typedef struct { cmsUInt8Number r, g, b, a; } Scanline_rgba8bits; typedef struct { cmsUInt8Number c, m, y, k; } Scanline_cmyk8bits; typedef struct { cmsUInt16Number r, g, b; } Scanline_rgb16bits; typedef struct { cmsUInt16Number r, g, b, a; } Scanline_rgba16bits; typedef struct { cmsUInt16Number c, m, y, k; } Scanline_cmyk16bits; static struct timespec start, finish; cmsINLINE void MeasureTimeStart(void) { #if defined(HAVE_TIMESPEC_GET) timespec_get(&start, TIME_UTC); #else clock_gettime(CLOCK_MONOTONIC, &start); #endif } cmsINLINE double MeasureTimeStop(void) { double elapsed; #if defined(HAVE_TIMESPEC_GET) timespec_get(&finish, TIME_UTC); #else clock_gettime(CLOCK_MONOTONIC, &finish); #endif elapsed = ((double) finish.tv_sec - start.tv_sec); elapsed += ((double) finish.tv_nsec - start.tv_nsec) / 1000000000.0; return elapsed; } // A flushed printf static void trace(const char* frm, ...) { va_list args; va_start(args, frm); vfprintf(stderr, frm, args); fflush(stderr); va_end(args); } // The callback function used by cmsSetLogErrorHandler() static void FatalErrorQuit(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *Text) { UNUSED_PARAMETER(ContextID); UNUSED_PARAMETER(ErrorCode); trace("** Fatal error: %s\n", Text); exit(1); } // Rise an error and exit static void Fail(const char* frm, ...) { char ReasonToFailBuffer[1024]; va_list args; va_start(args, frm); vsprintf(ReasonToFailBuffer, frm, args); FatalErrorQuit(0, 0, ReasonToFailBuffer); // unreachable va_end(args); } // Creates a fake profile that only has a curve. Used in several places static cmsHPROFILE CreateCurves(void) { cmsToneCurve* Gamma = cmsBuildGamma(0, 1.1); cmsToneCurve* Transfer[3]; cmsHPROFILE h; Transfer[0] = Transfer[1] = Transfer[2] = Gamma; h = cmsCreateLinearizationDeviceLink(cmsSigRgbData, Transfer); cmsFreeToneCurve(Gamma); return h; } // -------------------------------------------------------------------------------------------------- // A C C U R A C Y C H E C K S // -------------------------------------------------------------------------------------------------- // Check change format feature static void CheckChangeFormat(void) { cmsHPROFILE hsRGB, hLab; cmsHTRANSFORM xform; cmsUInt8Number rgb8[3] = { 10, 120, 40 }; cmsUInt16Number rgb16[3] = { 10* 257, 120*257, 40*257 }; cmsUInt16Number lab16_1[3], lab16_2[3]; trace("Checking change format feature..."); hsRGB = cmsCreate_sRGBProfile(); hLab = cmsCreateLab4Profile(NULL); xform = cmsCreateTransform(hsRGB, TYPE_RGB_16, hLab, TYPE_Lab_16, INTENT_PERCEPTUAL, FLAGS); cmsCloseProfile(hsRGB); cmsCloseProfile(hLab); cmsDoTransform(xform, rgb16, lab16_1, 1); cmsChangeBuffersFormat(xform, TYPE_RGB_8, TYPE_Lab_16); cmsDoTransform(xform, rgb8, lab16_2, 1); cmsDeleteTransform(xform); if (memcmp(lab16_1, lab16_2, sizeof(lab16_1)) != 0) Fail("Change format failed!"); trace("Ok\n"); } // Next test checks results of optimized 8 bits versus raw 8 bits. static void TryAllValues8bits(cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut, cmsInt32Number Intent) { cmsContext Raw = cmsCreateContext(NULL, NULL); cmsContext Plugin = cmsCreateContext(cmsThreadedExtensions(CMS_THREADED_GUESS_MAX_THREADS, 0), NULL); Scanline_rgba8bits* bufferIn; Scanline_rgba8bits* bufferRawOut; Scanline_rgba8bits* bufferPluginOut; int r, g, b; int j; cmsUInt32Number npixels = 256 * 256 * 256; cmsHTRANSFORM xformRaw = cmsCreateTransformTHR(Raw, hlcmsProfileIn, TYPE_RGBA_8, hlcmsProfileOut, TYPE_RGBA_8, Intent, FLAGS|cmsFLAGS_NOCACHE | cmsFLAGS_COPY_ALPHA); cmsHTRANSFORM xformPlugin = cmsCreateTransformTHR(Plugin, hlcmsProfileIn, TYPE_RGBA_8, hlcmsProfileOut, TYPE_RGBA_8, Intent, FLAGS|cmsFLAGS_NOCACHE | cmsFLAGS_COPY_ALPHA); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); if (xformRaw == NULL || xformPlugin == NULL) { Fail("NULL transforms on check float conversions"); } // Again, no checking on mem alloc because this is just a test bufferIn = (Scanline_rgba8bits*)malloc(npixels * sizeof(Scanline_rgba8bits)); bufferRawOut = (Scanline_rgba8bits*)malloc(npixels * sizeof(Scanline_rgba8bits)); bufferPluginOut = (Scanline_rgba8bits*)malloc(npixels * sizeof(Scanline_rgba8bits)); // Same input to both transforms j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { bufferIn[j].r = (cmsUInt8Number) r; bufferIn[j].g = (cmsUInt8Number) g; bufferIn[j].b = (cmsUInt8Number) b; bufferIn[j].a = 0xff; j++; } // Different transforms, different output buffers cmsDoTransform(xformRaw, bufferIn, bufferRawOut, npixels); cmsDoTransform(xformPlugin, bufferIn, bufferPluginOut, npixels); // Lets compare results j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { if (bufferRawOut[j].r != bufferPluginOut[j].r || bufferRawOut[j].g != bufferPluginOut[j].g || bufferRawOut[j].b != bufferPluginOut[j].b || bufferRawOut[j].a != bufferPluginOut[j].a) Fail( "Conversion failed at [%x %x %x %x] (%x %x %x %x) != (%x %x %x %x)", bufferIn[j].r, bufferIn[j].g, bufferIn[j].b, bufferIn[j].a, bufferRawOut[j].r, bufferRawOut[j].g, bufferRawOut[j].b, bufferRawOut[j].a, bufferPluginOut[j].r, bufferPluginOut[j].g, bufferPluginOut[j].b, bufferPluginOut[j].a); j++; } free(bufferIn); free(bufferRawOut); free(bufferPluginOut); cmsDeleteTransform(xformRaw); cmsDeleteTransform(xformPlugin); cmsDeleteContext(Plugin); cmsDeleteContext(Raw); } static void CheckAccuracy8Bits(void) { trace("Checking accuracy of 8 bits CLUT..."); TryAllValues8bits(cmsOpenProfileFromFile(PROFILES_DIR "test5.icc", "r"), cmsOpenProfileFromFile(PROFILES_DIR "test3.icc", "r"), INTENT_PERCEPTUAL); trace("OK\n"); } // Next test checks results of optimized 16 bits versus raw 16 bits. static void TryAllValues16bits(cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut, cmsInt32Number Intent) { cmsContext Raw = cmsCreateContext(NULL, NULL); cmsContext Plugin = cmsCreateContext(cmsThreadedExtensions(CMS_THREADED_GUESS_MAX_THREADS, 0), NULL); Scanline_rgba16bits* bufferIn; Scanline_rgba16bits* bufferRawOut; Scanline_rgba16bits* bufferPluginOut; int r, g, b; int j; cmsUInt32Number npixels = 256 * 256 * 256; cmsHTRANSFORM xformRaw = cmsCreateTransformTHR(Raw, hlcmsProfileIn, TYPE_RGBA_16, hlcmsProfileOut, TYPE_RGBA_16, Intent, FLAGS|cmsFLAGS_NOCACHE | cmsFLAGS_COPY_ALPHA); cmsHTRANSFORM xformPlugin = cmsCreateTransformTHR(Plugin, hlcmsProfileIn, TYPE_RGBA_16, hlcmsProfileOut, TYPE_RGBA_16, Intent, FLAGS|cmsFLAGS_NOCACHE | cmsFLAGS_COPY_ALPHA); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); if (xformRaw == NULL || xformPlugin == NULL) { Fail("NULL transforms on check float conversions"); } // Again, no checking on mem alloc because this is just a test bufferIn = (Scanline_rgba16bits*)malloc(npixels * sizeof(Scanline_rgba16bits)); bufferRawOut = (Scanline_rgba16bits*)malloc(npixels * sizeof(Scanline_rgba16bits)); bufferPluginOut = (Scanline_rgba16bits*)malloc(npixels * sizeof(Scanline_rgba16bits)); // Same input to both transforms j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { bufferIn[j].r = FROM_8_TO_16(r); bufferIn[j].g = FROM_8_TO_16(g); bufferIn[j].b = FROM_8_TO_16(b); bufferIn[j].a = 0xffff; j++; } // Different transforms, different output buffers cmsDoTransform(xformRaw, bufferIn, bufferRawOut, npixels); cmsDoTransform(xformPlugin, bufferIn, bufferPluginOut, npixels); // Lets compare results j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { if (bufferRawOut[j].r != bufferPluginOut[j].r || bufferRawOut[j].g != bufferPluginOut[j].g || bufferRawOut[j].b != bufferPluginOut[j].b || bufferRawOut[j].a != bufferPluginOut[j].a) Fail( "Conversion failed at [%x %x %x %x] (%x %x %x %x) != (%x %x %x %x)", bufferIn[j].r, bufferIn[j].g, bufferIn[j].b, bufferIn[j].a, bufferRawOut[j].r, bufferRawOut[j].g, bufferRawOut[j].b, bufferRawOut[j].a, bufferPluginOut[j].r, bufferPluginOut[j].g, bufferPluginOut[j].b, bufferPluginOut[j].a); j++; } free(bufferIn); free(bufferRawOut); free(bufferPluginOut); cmsDeleteTransform(xformRaw); cmsDeleteTransform(xformPlugin); cmsDeleteContext(Plugin); cmsDeleteContext(Raw); } static void CheckAccuracy16Bits(void) { // CLUT should be as 16 bits or better trace("Checking accuracy of 16 bits CLUT..."); TryAllValues16bits(cmsOpenProfileFromFile(PROFILES_DIR "test5.icc", "r"), cmsOpenProfileFromFile(PROFILES_DIR "test3.icc", "r"), INTENT_PERCEPTUAL); trace("OK\n"); } // -------------------------------------------------------------------------------------------------- // P E R F O R M A N C E C H E C K S // -------------------------------------------------------------------------------------------------- static cmsFloat64Number MPixSec(cmsFloat64Number seconds) { return (256.0 * 256.0 * 256.0) / (1024.0*1024.0*seconds); } typedef cmsFloat64Number(*perf_fn)(cmsContext ct, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut); static void PerformanceHeader(void) { trace(" MPixel/sec. MByte/sec.\n"); } static cmsHPROFILE loadProfile(const char* name) { if (*name == '*') { if (strcmp(name, "*lab") == 0) { return cmsCreateLab4Profile(NULL); } else if (strcmp(name, "*xyz") == 0) { return cmsCreateXYZProfile(); } else if (strcmp(name, "*curves") == 0) { return CreateCurves(); } else Fail("Unknown builtin '%s'", name); } return cmsOpenProfileFromFile(name, "r"); } static cmsFloat64Number Performance(const char* Title, perf_fn fn, cmsContext ct, const char* inICC, const char* outICC, size_t sz, cmsFloat64Number prev) { cmsHPROFILE hlcmsProfileIn = loadProfile(inICC); cmsHPROFILE hlcmsProfileOut = loadProfile(outICC); cmsFloat64Number n = fn(ct, hlcmsProfileIn, hlcmsProfileOut); trace("%-30s: ", Title); fflush(stdout); trace("%-12.2f %-12.2f", n, n * sz); if (prev > 0.0) { cmsFloat64Number imp = n / prev; if (imp > 1) trace(" (x %-2.1f)", imp); } trace("\n"); fflush(stdout); return n; } static void ComparativeCt(cmsContext ct1, cmsContext ct2, const char* Title, perf_fn fn1, perf_fn fn2, const char* inICC, const char* outICC) { cmsHPROFILE hlcmsProfileIn; cmsHPROFILE hlcmsProfileOut; if (inICC == NULL) hlcmsProfileIn = CreateCurves(); else hlcmsProfileIn = cmsOpenProfileFromFile(inICC, "r"); if (outICC == NULL) hlcmsProfileOut = CreateCurves(); else hlcmsProfileOut = cmsOpenProfileFromFile(outICC, "r"); cmsFloat64Number n1 = fn1(ct1, hlcmsProfileIn, hlcmsProfileOut); if (inICC == NULL) hlcmsProfileIn = CreateCurves(); else hlcmsProfileIn = cmsOpenProfileFromFile(inICC, "r"); if (outICC == NULL) hlcmsProfileOut = CreateCurves(); else hlcmsProfileOut = cmsOpenProfileFromFile(outICC, "r"); cmsFloat64Number n2 = fn2(ct2, hlcmsProfileIn, hlcmsProfileOut); trace("%-30s: ", Title); fflush(stdout); trace("%-12.2f %-12.2f\n", n1, n2); } static void Comparative(const char* Title, perf_fn fn1, perf_fn fn2, const char* inICC, const char* outICC) { ComparativeCt(0, 0, Title, fn1, fn2, inICC, outICC); } // The worst case is used, no cache and all rgb combinations static cmsFloat64Number SpeedTest8bitsRGB(cmsContext ct, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut) { cmsInt32Number r, g, b, j; cmsFloat64Number diff; cmsHTRANSFORM hlcmsxform; Scanline_rgb8bits* In; cmsUInt32Number Mb; if (hlcmsProfileIn == NULL || hlcmsProfileOut == NULL) Fail("Unable to open profiles"); hlcmsxform = cmsCreateTransformTHR(ct, hlcmsProfileIn, TYPE_RGB_8, hlcmsProfileOut, TYPE_RGB_8, INTENT_PERCEPTUAL, FLAGS|cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); Mb = 256 * 256 * 256 * sizeof(Scanline_rgb8bits); In = (Scanline_rgb8bits*)malloc(Mb); j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { In[j].r = (cmsUInt8Number)r; In[j].g = (cmsUInt8Number)g; In[j].b = (cmsUInt8Number)b; j++; } MeasureTimeStart(); cmsDoTransform(hlcmsxform, In, In, 256 * 256 * 256); diff = MeasureTimeStop(); free(In); cmsDeleteTransform(hlcmsxform); return MPixSec(diff); } static cmsFloat64Number SpeedTest8bitsRGBA(cmsContext ct, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut) { cmsInt32Number r, g, b, j; cmsFloat64Number diff; cmsHTRANSFORM hlcmsxform; Scanline_rgba8bits* In; cmsUInt32Number Mb; if (hlcmsProfileIn == NULL || hlcmsProfileOut == NULL) Fail("Unable to open profiles"); hlcmsxform = cmsCreateTransformTHR(ct, hlcmsProfileIn, TYPE_RGBA_8, hlcmsProfileOut, TYPE_RGBA_8, INTENT_PERCEPTUAL, FLAGS|cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); Mb = 256 * 256 * 256 * sizeof(Scanline_rgba8bits); In = (Scanline_rgba8bits*)malloc(Mb); j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { In[j].r = (cmsUInt8Number)r; In[j].g = (cmsUInt8Number)g; In[j].b = (cmsUInt8Number)b; In[j].a = 0; j++; } MeasureTimeStart(); cmsDoTransform(hlcmsxform, In, In, 256 * 256 * 256); diff = MeasureTimeStop(); free(In); cmsDeleteTransform(hlcmsxform); return MPixSec(diff); } // The worst case is used, no cache and all rgb combinations static cmsFloat64Number SpeedTest16bitsRGB(cmsContext ct, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut) { cmsInt32Number r, g, b, j; cmsFloat64Number diff; cmsHTRANSFORM hlcmsxform; Scanline_rgb16bits *In; cmsUInt32Number Mb; if (hlcmsProfileIn == NULL || hlcmsProfileOut == NULL) Fail("Unable to open profiles"); hlcmsxform = cmsCreateTransformTHR(ct, hlcmsProfileIn, TYPE_RGB_16, hlcmsProfileOut, TYPE_RGB_16, INTENT_PERCEPTUAL, FLAGS | cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); Mb = 256 * 256 * 256 * sizeof(Scanline_rgb16bits); In = (Scanline_rgb16bits*)malloc(Mb); j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { In[j].r = (cmsUInt16Number)FROM_8_TO_16(r); In[j].g = (cmsUInt16Number)FROM_8_TO_16(g); In[j].b = (cmsUInt16Number)FROM_8_TO_16(b); j++; } MeasureTimeStart(); cmsDoTransform(hlcmsxform, In, In, 256 * 256 * 256); diff = MeasureTimeStop(); free(In); cmsDeleteTransform(hlcmsxform); return MPixSec(diff); } static cmsFloat64Number SpeedTest16bitsCMYK(cmsContext ct, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut) { cmsInt32Number r, g, b, j; cmsFloat64Number diff; cmsHTRANSFORM hlcmsxform; Scanline_cmyk16bits* In; cmsUInt32Number Mb; if (hlcmsProfileIn == NULL || hlcmsProfileOut == NULL) Fail("Unable to open profiles"); hlcmsxform = cmsCreateTransformTHR(ct, hlcmsProfileIn, TYPE_CMYK_16, hlcmsProfileOut, TYPE_CMYK_16, INTENT_PERCEPTUAL, FLAGS | cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); Mb = 256 * 256 * 256 * sizeof(Scanline_cmyk16bits); In = (Scanline_cmyk16bits*)malloc(Mb); j = 0; for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { In[j].c = (cmsUInt16Number)r; In[j].m = (cmsUInt16Number)g; In[j].y = (cmsUInt16Number)b; In[j].k = (cmsUInt16Number)r; j++; } MeasureTimeStart(); cmsDoTransform(hlcmsxform, In, In, 256 * 256 * 256); diff = MeasureTimeStop(); free(In); cmsDeleteTransform(hlcmsxform); return MPixSec(diff); } static void SpeedTest8(void) { cmsContext noPlugin = cmsCreateContext(0, 0); cmsFloat64Number t[10]; trace("\n\n"); trace("P E R F O R M A N C E T E S T S 8 B I T S (D E F A U L T)\n"); trace("==============================================================\n\n"); fflush(stdout); PerformanceHeader(); t[0] = Performance("8 bits on CLUT profiles ", SpeedTest8bitsRGB, noPlugin, PROFILES_DIR "test5.icc", PROFILES_DIR "test3.icc", sizeof(Scanline_rgb8bits), 0); t[1] = Performance("8 bits on Matrix-Shaper ", SpeedTest8bitsRGB, noPlugin, PROFILES_DIR "test5.icc", PROFILES_DIR "test0.icc", sizeof(Scanline_rgb8bits), 0); t[2] = Performance("8 bits on same MatrixSh ", SpeedTest8bitsRGB, noPlugin, PROFILES_DIR "test0.icc", PROFILES_DIR "test0.icc", sizeof(Scanline_rgb8bits), 0); t[3] = Performance("8 bits on curves ", SpeedTest8bitsRGB, noPlugin, "*curves", "*curves", sizeof(Scanline_rgb8bits), 0); // Note that context 0 has the plug-in installed trace("\n\n"); trace("P E R F O R M A N C E T E S T S 8 B I T S (P L U G I N)\n"); trace("===========================================================\n\n"); fflush(stdout); PerformanceHeader(); Performance("8 bits on CLUT profiles ", SpeedTest8bitsRGB, 0, PROFILES_DIR "test5.icc", PROFILES_DIR "test3.icc", sizeof(Scanline_rgb8bits), t[0]); Performance("8 bits on Matrix-Shaper ", SpeedTest8bitsRGB, 0, PROFILES_DIR "test5.icc", PROFILES_DIR "test0.icc", sizeof(Scanline_rgb8bits), t[1]); Performance("8 bits on same MatrixSh ", SpeedTest8bitsRGB, 0, PROFILES_DIR "test0.icc", PROFILES_DIR "test0.icc", sizeof(Scanline_rgb8bits), t[2]); Performance("8 bits on curves ", SpeedTest8bitsRGB, 0, "*curves", "*curves", sizeof(Scanline_rgb8bits), t[3]); cmsDeleteContext(noPlugin); } static void SpeedTest16(void) { cmsContext noPlugin = cmsCreateContext(0, 0); cmsFloat64Number t[10]; trace("\n\n"); trace("P E R F O R M A N C E T E S T S 1 6 B I T S (D E F A U L T)\n"); trace("=================================================================\n\n"); PerformanceHeader(); t[0] = Performance("16 bits on CLUT profiles ", SpeedTest16bitsRGB, noPlugin, PROFILES_DIR "test5.icc", PROFILES_DIR "test3.icc", sizeof(Scanline_rgb16bits), 0); t[1] = Performance("16 bits on Matrix-Shaper profiles", SpeedTest16bitsRGB, noPlugin, PROFILES_DIR "test5.icc", PROFILES_DIR "test0.icc", sizeof(Scanline_rgb16bits), 0); t[2] = Performance("16 bits on same Matrix-Shaper ", SpeedTest16bitsRGB, noPlugin, PROFILES_DIR "test0.icc", PROFILES_DIR "test0.icc", sizeof(Scanline_rgb16bits), 0); t[3] = Performance("16 bits on curves ", SpeedTest16bitsRGB, noPlugin, "*curves", "*curves", sizeof(Scanline_rgb16bits), 0); t[4] = Performance("16 bits on CMYK CLUT profiles ", SpeedTest16bitsCMYK, noPlugin, PROFILES_DIR "test1.icc", PROFILES_DIR "test2.icc", sizeof(Scanline_cmyk16bits), 0); trace("\n\n"); trace("P E R F O R M A N C E T E S T S 1 6 B I T S (P L U G I N)\n"); trace("===============================================================\n\n"); PerformanceHeader(); Performance("16 bits on CLUT profiles ", SpeedTest16bitsRGB, 0, PROFILES_DIR "test5.icc", PROFILES_DIR "test3.icc", sizeof(Scanline_rgb16bits), t[0]); Performance("16 bits on Matrix-Shaper profiles", SpeedTest16bitsRGB, 0, PROFILES_DIR "test5.icc", PROFILES_DIR "test0.icc", sizeof(Scanline_rgb16bits), t[1]); Performance("16 bits on same Matrix-Shaper ", SpeedTest16bitsRGB, 0, PROFILES_DIR "test0.icc", PROFILES_DIR "test0.icc", sizeof(Scanline_rgb16bits), t[2]); Performance("16 bits on curves ", SpeedTest16bitsRGB, 0, "*curves", "*curves", sizeof(Scanline_rgb16bits), t[3]); Performance("16 bits on CMYK CLUT profiles ", SpeedTest16bitsCMYK, 0, PROFILES_DIR "test1.icc", PROFILES_DIR "test2.icc", sizeof(Scanline_cmyk16bits), t[4]); cmsDeleteContext(noPlugin); } typedef struct { Scanline_rgba8bits pixels[256][256]; cmsUInt8Number padding[4]; } padded_line; typedef struct { padded_line line[256]; } big_bitmap; static cmsFloat64Number SpeedTest8bitDoTransform(cmsContext ct, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut) { cmsInt32Number r, g, b, j; cmsFloat64Number diff; cmsHTRANSFORM hlcmsxform; big_bitmap* In; big_bitmap* Out; cmsUInt32Number Mb; if (hlcmsProfileIn == NULL || hlcmsProfileOut == NULL) Fail("Unable to open profiles"); hlcmsxform = cmsCreateTransformTHR(ct, hlcmsProfileIn, TYPE_RGBA_8, hlcmsProfileOut, TYPE_RGBA_8, INTENT_PERCEPTUAL, FLAGS | cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); // Our test bitmap is 256 x 256 padded lines Mb = sizeof(big_bitmap); In = (big_bitmap*)malloc(Mb); Out = (big_bitmap*)malloc(Mb); for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { In->line[r].pixels[g][b].r = (cmsUInt8Number)r; In->line[r].pixels[g][b].g = (cmsUInt8Number)g; In->line[r].pixels[g][b].b = (cmsUInt8Number)b; In->line[r].pixels[g][b].a = 0; } MeasureTimeStart(); for (j = 0; j < 256; j++) { cmsDoTransform(hlcmsxform, In->line[j].pixels, Out->line[j].pixels, 256 * 256); } diff = MeasureTimeStop(); free(In); free(Out); cmsDeleteTransform(hlcmsxform); return MPixSec(diff); } static cmsFloat64Number SpeedTest8bitLineStride(cmsContext ct, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut) { cmsInt32Number r, g, b; cmsFloat64Number diff; cmsHTRANSFORM hlcmsxform; big_bitmap* In; big_bitmap* Out; cmsUInt32Number Mb; if (hlcmsProfileIn == NULL || hlcmsProfileOut == NULL) Fail("Unable to open profiles"); hlcmsxform = cmsCreateTransformTHR(ct, hlcmsProfileIn, TYPE_RGBA_8, hlcmsProfileOut, TYPE_RGBA_8, INTENT_PERCEPTUAL, FLAGS | cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); // Our test bitmap is 256 x 256 padded lines Mb = sizeof(big_bitmap); In = (big_bitmap*)malloc(Mb); Out = (big_bitmap*)malloc(Mb); for (r = 0; r < 256; r++) for (g = 0; g < 256; g++) for (b = 0; b < 256; b++) { In->line[r].pixels[g][b].r = (cmsUInt8Number)r; In->line[r].pixels[g][b].g = (cmsUInt8Number)g; In->line[r].pixels[g][b].b = (cmsUInt8Number)b; In->line[r].pixels[g][b].a = 0; } MeasureTimeStart(); cmsDoTransformLineStride(hlcmsxform, In, Out, 256 * 256, 256, sizeof(padded_line), sizeof(padded_line), 0, 0); diff = MeasureTimeStop(); free(In); free(Out); cmsDeleteTransform(hlcmsxform); return MPixSec(diff); } static void ComparativeLineStride8bits(void) { cmsContext NoPlugin, Plugin; trace("\n\n"); trace("C O M P A R A T I V E cmsDoTransform() vs. cmsDoTransformLineStride()\n"); trace(" values given in MegaPixels per second.\n"); trace("====================================================================\n"); fflush(stdout); NoPlugin = cmsCreateContext(NULL, NULL); Plugin = cmsCreateContext(cmsThreadedExtensions(CMS_THREADED_GUESS_MAX_THREADS, 0), NULL); ComparativeCt(NoPlugin, Plugin, "CLUT profiles ", SpeedTest8bitDoTransform, SpeedTest8bitLineStride, PROFILES_DIR "test5.icc", PROFILES_DIR "test3.icc"); ComparativeCt(NoPlugin, Plugin, "CLUT 16 bits ", SpeedTest16bitsRGB, SpeedTest16bitsRGB, PROFILES_DIR "test5.icc", PROFILES_DIR "test3.icc"); ComparativeCt(NoPlugin, Plugin, "Matrix-Shaper ", SpeedTest8bitDoTransform, SpeedTest8bitLineStride, PROFILES_DIR "test5.icc", PROFILES_DIR "test0.icc"); ComparativeCt(NoPlugin, Plugin, "same MatrixSh ", SpeedTest8bitDoTransform, SpeedTest8bitLineStride, PROFILES_DIR "test0.icc", PROFILES_DIR "test0.icc"); ComparativeCt(NoPlugin, Plugin, "curves ", SpeedTest8bitDoTransform, SpeedTest8bitLineStride, NULL, NULL); cmsDeleteContext(Plugin); cmsDeleteContext(NoPlugin); } // The harness test int main() { #ifdef _MSC_VER _CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF); #endif trace("Multithreaded extensions testbed - 1.1\n"); trace("Copyright (c) 1998-2024 Marti Maria Saguer, all rights reserved\n"); trace("\nInstalling error logger ... "); cmsSetLogErrorHandler(FatalErrorQuit); trace("done.\n"); trace("Installing plug-in ... "); cmsPlugin(cmsThreadedExtensions(CMS_THREADED_GUESS_MAX_THREADS, 0)); trace("done.\n\n"); // Change format CheckChangeFormat(); // Accuracy CheckAccuracy8Bits(); CheckAccuracy16Bits(); // Check speed SpeedTest8(); SpeedTest16(); ComparativeLineStride8bits(); cmsUnregisterPlugins(); trace("\nAll tests passed OK\n"); return 0; } lcms2-2.17/plugins/threaded/testbed/.deps/0000755000175000017500000000000014752176133017412 5ustar martimartilcms2-2.17/plugins/threaded/testbed/Makefile.in0000644000175000017500000004672714752176133020466 0ustar martimarti# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # # Makefile for building threaded_testbed # VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ check_PROGRAMS = threaded_testbed$(EXEEXT) subdir = plugins/threaded/testbed ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \ $(top_srcdir)/m4/ax_append_flag.m4 \ $(top_srcdir)/m4/ax_check_compile_flag.m4 \ $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \ $(top_srcdir)/m4/ax_pthread.m4 \ $(top_srcdir)/m4/ax_require_defined.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am_threaded_testbed_OBJECTS = threaded_testbed.$(OBJEXT) threaded_testbed_OBJECTS = $(am_threaded_testbed_OBJECTS) am__DEPENDENCIES_1 = threaded_testbed_DEPENDENCIES = \ $(builddir)/../src/liblcms2_threaded.la $(am__DEPENDENCIES_1) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = threaded_testbed_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(threaded_testbed_LDFLAGS) $(LDFLAGS) \ -o $@ AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/threaded_testbed.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(threaded_testbed_SOURCES) DIST_SOURCES = $(threaded_testbed_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSCOPE = @CSCOPE@ CTAGS = @CTAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FILECMD = @FILECMD@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@ LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBRARY_AGE = @LIBRARY_AGE@ LIBRARY_CURRENT = @LIBRARY_CURRENT@ LIBRARY_REVISION = @LIBRARY_REVISION@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIB_JPEG = @LIB_JPEG@ LIB_MATH = @LIB_MATH@ LIB_PLUGINS = @LIB_PLUGINS@ LIB_THREAD = @LIB_THREAD@ LIB_TIFF = @LIB_TIFF@ LIB_ZLIB = @LIB_ZLIB@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PTHREAD_CC = @PTHREAD_CC@ PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ PTHREAD_CXX = @PTHREAD_CXX@ PTHREAD_LIBS = @PTHREAD_LIBS@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ ax_pthread_config = @ax_pthread_config@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ inline = @inline@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ # Don't require all the GNU mandated files AUTOMAKE_OPTIONS = 1.7 foreign AM_CPPFLAGS = -I$(builddir)/../include -I$(srcdir)/../include -I$(srcdir)/../src \ -I$(top_builddir)/include threaded_testbed_LDADD = $(builddir)/../src/liblcms2_threaded.la $(LCMS_LIB_DEPLIBS) threaded_testbed_LDFLAGS = -static @LDFLAGS@ threaded_testbed_SOURCES = threaded_testbed.c EXTRA_DIST = test0.icc test1.icc test2.icc test3.icc test5.icc all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/threaded/testbed/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign plugins/threaded/testbed/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-checkPROGRAMS: @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list threaded_testbed$(EXEEXT): $(threaded_testbed_OBJECTS) $(threaded_testbed_DEPENDENCIES) $(EXTRA_threaded_testbed_DEPENDENCIES) @rm -f threaded_testbed$(EXEEXT) $(AM_V_CCLD)$(threaded_testbed_LINK) $(threaded_testbed_OBJECTS) $(threaded_testbed_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/threaded_testbed.Po@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) check: check-am all-am: Makefile installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ mostlyclean-am distclean: distclean-am -rm -f ./$(DEPDIR)/threaded_testbed.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/threaded_testbed.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: check-am install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \ ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile check: if [ "x$(srcdir)" != "x$(builddir)" ]; then \ cp $(srcdir)/test?.icc . ; \ fi ./threaded_testbed # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: lcms2-2.17/plugins/threaded/Makefile.in0000644000175000017500000004577714752176133017040 0ustar martimarti# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = plugins/threaded ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \ $(top_srcdir)/m4/ax_append_flag.m4 \ $(top_srcdir)/m4/ax_check_compile_flag.m4 \ $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \ $(top_srcdir)/m4/ax_pthread.m4 \ $(top_srcdir)/m4/ax_require_defined.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ install-exec-recursive install-html-recursive \ install-info-recursive install-pdf-recursive \ install-ps-recursive install-recursive installcheck-recursive \ installdirs-recursive pdf-recursive ps-recursive \ tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ distdir distdir-am am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSCOPE = @CSCOPE@ CTAGS = @CTAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FILECMD = @FILECMD@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@ LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBRARY_AGE = @LIBRARY_AGE@ LIBRARY_CURRENT = @LIBRARY_CURRENT@ LIBRARY_REVISION = @LIBRARY_REVISION@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIB_JPEG = @LIB_JPEG@ LIB_MATH = @LIB_MATH@ LIB_PLUGINS = @LIB_PLUGINS@ LIB_THREAD = @LIB_THREAD@ LIB_TIFF = @LIB_TIFF@ LIB_ZLIB = @LIB_ZLIB@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PTHREAD_CC = @PTHREAD_CC@ PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ PTHREAD_CXX = @PTHREAD_CXX@ PTHREAD_LIBS = @PTHREAD_LIBS@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ ax_pthread_config = @ax_pthread_config@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ inline = @inline@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = src include testbed all: all-recursive .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/threaded/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign plugins/threaded/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs # This directory's subdirectories are mostly independent; you can cd # into them and run 'make' without going through this Makefile. # To change the values of 'make' variables: instead of editing Makefiles, # (1) if the variable is set in 'config.status', edit 'config.status' # (which will cause the Makefiles to be regenerated when you run 'make'); # (2) otherwise, pass the desired values on the 'make' command line. $(am__recursive_targets): @fail=; \ if $(am__make_keepgoing); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-recursive TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-recursive CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-recursive cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ $(am__make_dryrun) \ || test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am check: check-recursive all-am: Makefile installdirs: installdirs-recursive installdirs-am: install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: .MAKE: $(am__recursive_targets) install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ check-am clean clean-generic clean-libtool cscopelist-am ctags \ ctags-am distclean distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ installdirs-am maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: lcms2-2.17/plugins/Makefile.in0000644000175000017500000004574414752176133015252 0ustar martimarti# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = plugins ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \ $(top_srcdir)/m4/ax_append_flag.m4 \ $(top_srcdir)/m4/ax_check_compile_flag.m4 \ $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \ $(top_srcdir)/m4/ax_pthread.m4 \ $(top_srcdir)/m4/ax_require_defined.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ install-exec-recursive install-html-recursive \ install-info-recursive install-pdf-recursive \ install-ps-recursive install-recursive installcheck-recursive \ installdirs-recursive pdf-recursive ps-recursive \ tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ distdir distdir-am am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSCOPE = @CSCOPE@ CTAGS = @CTAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FILECMD = @FILECMD@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@ LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBRARY_AGE = @LIBRARY_AGE@ LIBRARY_CURRENT = @LIBRARY_CURRENT@ LIBRARY_REVISION = @LIBRARY_REVISION@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIB_JPEG = @LIB_JPEG@ LIB_MATH = @LIB_MATH@ LIB_PLUGINS = @LIB_PLUGINS@ LIB_THREAD = @LIB_THREAD@ LIB_TIFF = @LIB_TIFF@ LIB_ZLIB = @LIB_ZLIB@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PTHREAD_CC = @PTHREAD_CC@ PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ PTHREAD_CXX = @PTHREAD_CXX@ PTHREAD_LIBS = @PTHREAD_LIBS@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ ax_pthread_config = @ax_pthread_config@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ inline = @inline@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = fast_float threaded all: all-recursive .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign plugins/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs # This directory's subdirectories are mostly independent; you can cd # into them and run 'make' without going through this Makefile. # To change the values of 'make' variables: instead of editing Makefiles, # (1) if the variable is set in 'config.status', edit 'config.status' # (which will cause the Makefiles to be regenerated when you run 'make'); # (2) otherwise, pass the desired values on the 'make' command line. $(am__recursive_targets): @fail=; \ if $(am__make_keepgoing); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-recursive TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-recursive CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-recursive cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ $(am__make_dryrun) \ || test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am check: check-recursive all-am: Makefile installdirs: installdirs-recursive installdirs-am: install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: .MAKE: $(am__recursive_targets) install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ check-am clean clean-generic clean-libtool cscopelist-am ctags \ ctags-am distclean distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ installdirs-am maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: lcms2-2.17/plugins/Makefile0000644000175000017500000004665614752176133014650 0ustar martimarti# Makefile.in generated by automake 1.16.5 from Makefile.am. # plugins/Makefile. Generated from Makefile.in by configure. # Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/lcms2 pkgincludedir = $(includedir)/lcms2 pkglibdir = $(libdir)/lcms2 pkglibexecdir = $(libexecdir)/lcms2 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = x86_64-pc-linux-gnu host_triplet = x86_64-pc-linux-gnu subdir = plugins ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \ $(top_srcdir)/m4/ax_append_flag.m4 \ $(top_srcdir)/m4/ax_check_compile_flag.m4 \ $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \ $(top_srcdir)/m4/ax_pthread.m4 \ $(top_srcdir)/m4/ax_require_defined.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_$(V)) am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_$(V)) am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_$(V)) am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ install-exec-recursive install-html-recursive \ install-info-recursive install-pdf-recursive \ install-ps-recursive install-recursive installcheck-recursive \ installdirs-recursive pdf-recursive ps-recursive \ tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ distdir distdir-am am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" ACLOCAL = ${SHELL} '/home/marti/git/Little-CMS/missing' aclocal-1.16 AMTAR = $${TAR-tar} AM_DEFAULT_VERBOSITY = 1 AR = ar AS = as AUTOCONF = ${SHELL} '/home/marti/git/Little-CMS/missing' autoconf AUTOHEADER = ${SHELL} '/home/marti/git/Little-CMS/missing' autoheader AUTOMAKE = ${SHELL} '/home/marti/git/Little-CMS/missing' automake-1.16 AWK = mawk CC = gcc CCDEPMODE = depmode=gcc3 CFLAGS = -g -O2 -fvisibility=hidden -pthread CPP = gcc -E CPPFLAGS = CSCOPE = cscope CTAGS = ctags CXX = g++ CXXCPP = g++ -E CXXDEPMODE = depmode=gcc3 CXXFLAGS = -g -O2 -pthread CYGPATH_W = echo DEFS = -DPACKAGE_NAME=\"lcms2\" -DPACKAGE_TARNAME=\"lcms2\" -DPACKAGE_VERSION=\"2.16\" -DPACKAGE_STRING=\"lcms2\ 2.16\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FUNC_ATTRIBUTE_VISIBILITY=1 -DHAVE_GMTIME_R=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHasTHREADS=1 -DHasJPEG=1 -DHasZLIB=1 -DHasTIFF=1 -DHAVE_TIFFCONF_H=1 DEPDIR = .deps DLLTOOL = false DSYMUTIL = DUMPBIN = ECHO_C = ECHO_N = -n ECHO_T = EGREP = /usr/bin/grep -E ETAGS = etags EXEEXT = FGREP = /usr/bin/grep -F FILECMD = file GREP = /usr/bin/grep INSTALL = /usr/bin/install -c INSTALL_DATA = ${INSTALL} -m 644 INSTALL_PROGRAM = ${INSTALL} INSTALL_SCRIPT = ${INSTALL} INSTALL_STRIP_PROGRAM = $(install_sh) -c -s JPEGICC_DEPLIBS = -ljpeg -lm -lpthread LCMS_LIB_DEPLIBS = -lm -lpthread LD = /usr/bin/ld -m elf_x86_64 LDFLAGS = LIBOBJS = LIBRARY_AGE = 0 LIBRARY_CURRENT = 2 LIBRARY_REVISION = 16 LIBS = LIBTOOL = $(SHELL) $(top_builddir)/libtool LIBTOOL_DEPS = .//ltmain.sh LIB_JPEG = -ljpeg LIB_MATH = -lm LIB_PLUGINS = LIB_THREAD = -lpthread LIB_TIFF = -ltiff LIB_ZLIB = -lz LIPO = LN_S = ln -s LTLIBOBJS = LT_SYS_LIBRARY_PATH = MAINT = MAKEINFO = ${SHELL} '/home/marti/git/Little-CMS/missing' makeinfo MANIFEST_TOOL = : MKDIR_P = /usr/bin/mkdir -p NM = /usr/bin/nm -B NMEDIT = OBJDUMP = objdump OBJEXT = o OTOOL = OTOOL64 = PACKAGE = lcms2 PACKAGE_BUGREPORT = PACKAGE_NAME = lcms2 PACKAGE_STRING = lcms2 2.16 PACKAGE_TARNAME = lcms2 PACKAGE_URL = PACKAGE_VERSION = 2.16 PATH_SEPARATOR = : PTHREAD_CC = gcc PTHREAD_CFLAGS = -pthread PTHREAD_CXX = g++ PTHREAD_LIBS = -lpthread RANLIB = ranlib SED = /usr/bin/sed SET_MAKE = SHELL = /bin/bash STRIP = strip TIFFICC_DEPLIBS = -ltiff -ljpeg -lz -lm -lpthread VERSION = 2.16 abs_builddir = /home/marti/git/Little-CMS/plugins abs_srcdir = /home/marti/git/Little-CMS/plugins abs_top_builddir = /home/marti/git/Little-CMS abs_top_srcdir = /home/marti/git/Little-CMS ac_ct_AR = ar ac_ct_CC = gcc ac_ct_CXX = g++ ac_ct_DUMPBIN = am__include = include am__leading_dot = . am__quote = am__tar = tar --format=ustar -chf - "$$tardir" am__untar = tar -xf - ax_pthread_config = bindir = ${exec_prefix}/bin build = x86_64-pc-linux-gnu build_alias = build_cpu = x86_64 build_os = linux-gnu build_vendor = pc builddir = . datadir = ${datarootdir} datarootdir = ${prefix}/share docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} dvidir = ${docdir} exec_prefix = ${prefix} host = x86_64-pc-linux-gnu host_alias = host_cpu = x86_64 host_os = linux-gnu host_vendor = pc htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info inline = install_sh = ${SHELL} /home/marti/git/Little-CMS/install-sh libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localedir = ${datarootdir}/locale localstatedir = ${prefix}/var mandir = ${datarootdir}/man mkdir_p = $(MKDIR_P) oldincludedir = /usr/include pdfdir = ${docdir} prefix = /usr/local program_transform_name = s,x,x, psdir = ${docdir} runstatedir = ${localstatedir}/run sbindir = ${exec_prefix}/sbin sharedstatedir = ${prefix}/com srcdir = . sysconfdir = ${prefix}/etc target_alias = top_build_prefix = ../ top_builddir = .. top_srcdir = .. SUBDIRS = fast_float threaded all: all-recursive .SUFFIXES: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign plugins/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs # This directory's subdirectories are mostly independent; you can cd # into them and run 'make' without going through this Makefile. # To change the values of 'make' variables: instead of editing Makefiles, # (1) if the variable is set in 'config.status', edit 'config.status' # (which will cause the Makefiles to be regenerated when you run 'make'); # (2) otherwise, pass the desired values on the 'make' command line. $(am__recursive_targets): @fail=; \ if $(am__make_keepgoing); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-recursive TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-recursive CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-recursive cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ $(am__make_dryrun) \ || test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am check: check-recursive all-am: Makefile installdirs: installdirs-recursive installdirs-am: install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: .MAKE: $(am__recursive_targets) install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ check-am clean clean-generic clean-libtool cscopelist-am ctags \ ctags-am distclean distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ installdirs-am maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: lcms2-2.17/src/0000755000175000017500000000000014752176133012275 5ustar martimartilcms2-2.17/src/Makefile.am0000644000175000017500000000162214752176133014332 0ustar martimarti# # Makefile for building lcms 2 library # # Don't require all the GNU mandated files AUTOMAKE_OPTIONS = 1.7 foreign # CFLAGS = -pedantic -Wall -std=c99 -O3 includedir = ${prefix}/include # Shared libraries built in this directory lib_LTLIBRARIES = liblcms2.la LIBRARY_CURRENT = @LIBRARY_CURRENT@ LIBRARY_REVISION = @LIBRARY_REVISION@ LIBRARY_AGE = @LIBRARY_AGE@ AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include liblcms2_la_LDFLAGS = -no-undefined \ -version-info $(LIBRARY_CURRENT):$(LIBRARY_REVISION):$(LIBRARY_AGE) liblcms2_la_LIBADD = $(LCMS_LIB_DEPLIBS) liblcms2_la_SOURCES = \ cmscnvrt.c cmserr.c cmsgamma.c cmsgmt.c cmsintrp.c cmsio0.c cmsio1.c cmslut.c \ cmsplugin.c cmssm.c cmsmd5.c cmsmtrx.c cmspack.c cmspcs.c cmswtpnt.c cmsxform.c \ cmssamp.c cmsnamed.c cmscam02.c cmsvirt.c cmstypes.c cmscgats.c cmsps2.c cmsopt.c \ cmshalf.c cmsalpha.c lcms2_internal.h lcms2-2.17/src/cmsalpha.c0000644000175000017500000004471614752176133014245 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include "lcms2_internal.h" // Alpha copy ------------------------------------------------------------------------------------------------------------------ // This macro return words stored as big endian #define CHANGE_ENDIAN(w) (cmsUInt16Number) ((cmsUInt16Number) ((w)<<8)|((w)>>8)) // Floor to byte, taking care of saturation cmsINLINE cmsUInt8Number _cmsQuickSaturateByte(cmsFloat64Number d) { d += 0.5; if (d <= 0) return 0; if (d >= 255.0) return 255; return (cmsUInt8Number) _cmsQuickFloorWord(d); } // Return the size in bytes of a given formatter static cmsUInt32Number trueBytesSize(cmsUInt32Number Format) { cmsUInt32Number fmt_bytes = T_BYTES(Format); // For double, the T_BYTES field returns zero if (fmt_bytes == 0) return sizeof(double); // Otherwise, it is already correct for all formats return fmt_bytes; } // Several format converters typedef void(*cmsFormatterAlphaFn)(void* dst, const void* src); // From 8 static void copy8(void* dst, const void* src) { memmove(dst, src, 1); } static void from8to16(void* dst, const void* src) { cmsUInt8Number n = *(cmsUInt8Number*)src; *(cmsUInt16Number*) dst = (cmsUInt16Number) FROM_8_TO_16(n); } static void from8to16SE(void* dst, const void* src) { cmsUInt8Number n = *(cmsUInt8Number*)src; *(cmsUInt16Number*)dst = CHANGE_ENDIAN(FROM_8_TO_16(n)); } static void from8toFLT(void* dst, const void* src) { *(cmsFloat32Number*)dst = (cmsFloat32Number) (*(cmsUInt8Number*)src) / 255.0f; } static void from8toDBL(void* dst, const void* src) { *(cmsFloat64Number*)dst = (cmsFloat64Number) (*(cmsUInt8Number*)src) / 255.0; } static void from8toHLF(void* dst, const void* src) { #ifndef CMS_NO_HALF_SUPPORT cmsFloat32Number n = (*(cmsUInt8Number*)src) / 255.0f; *(cmsUInt16Number*)dst = _cmsFloat2Half(n); #else cmsUNUSED_PARAMETER(dst); cmsUNUSED_PARAMETER(src); #endif } // From 16 static void from16to8(void* dst, const void* src) { cmsUInt16Number n = *(cmsUInt16Number*)src; *(cmsUInt8Number*) dst = FROM_16_TO_8(n); } static void from16SEto8(void* dst, const void* src) { cmsUInt16Number n = *(cmsUInt16Number*)src; *(cmsUInt8Number*)dst = FROM_16_TO_8(CHANGE_ENDIAN(n)); } static void copy16(void* dst, const void* src) { memmove(dst, src, 2); } static void from16to16(void* dst, const void* src) { cmsUInt16Number n = *(cmsUInt16Number*)src; *(cmsUInt16Number*)dst = CHANGE_ENDIAN(n); } static void from16toFLT(void* dst, const void* src) { *(cmsFloat32Number*)dst = (*(cmsUInt16Number*)src) / 65535.0f; } static void from16SEtoFLT(void* dst, const void* src) { *(cmsFloat32Number*)dst = (CHANGE_ENDIAN(*(cmsUInt16Number*)src)) / 65535.0f; } static void from16toDBL(void* dst, const void* src) { *(cmsFloat64Number*)dst = (cmsFloat64Number) (*(cmsUInt16Number*)src) / 65535.0; } static void from16SEtoDBL(void* dst, const void* src) { *(cmsFloat64Number*)dst = (cmsFloat64Number) (CHANGE_ENDIAN(*(cmsUInt16Number*)src)) / 65535.0; } static void from16toHLF(void* dst, const void* src) { #ifndef CMS_NO_HALF_SUPPORT cmsFloat32Number n = (*(cmsUInt16Number*)src) / 65535.0f; *(cmsUInt16Number*)dst = _cmsFloat2Half(n); #else cmsUNUSED_PARAMETER(dst); cmsUNUSED_PARAMETER(src); #endif } static void from16SEtoHLF(void* dst, const void* src) { #ifndef CMS_NO_HALF_SUPPORT cmsFloat32Number n = (CHANGE_ENDIAN(*(cmsUInt16Number*)src)) / 65535.0f; *(cmsUInt16Number*)dst = _cmsFloat2Half(n); #else cmsUNUSED_PARAMETER(dst); cmsUNUSED_PARAMETER(src); #endif } // From Float static void fromFLTto8(void* dst, const void* src) { cmsFloat32Number n = *(cmsFloat32Number*)src; *(cmsUInt8Number*)dst = _cmsQuickSaturateByte(n * 255.0); } static void fromFLTto16(void* dst, const void* src) { cmsFloat32Number n = *(cmsFloat32Number*)src; *(cmsUInt16Number*)dst = _cmsQuickSaturateWord(n * 65535.0); } static void fromFLTto16SE(void* dst, const void* src) { cmsFloat32Number n = *(cmsFloat32Number*)src; cmsUInt16Number i = _cmsQuickSaturateWord(n * 65535.0); *(cmsUInt16Number*)dst = CHANGE_ENDIAN(i); } static void copy32(void* dst, const void* src) { memmove(dst, src, sizeof(cmsFloat32Number)); } static void fromFLTtoDBL(void* dst, const void* src) { cmsFloat32Number n = *(cmsFloat32Number*)src; *(cmsFloat64Number*)dst = (cmsFloat64Number)n; } static void fromFLTtoHLF(void* dst, const void* src) { #ifndef CMS_NO_HALF_SUPPORT cmsFloat32Number n = *(cmsFloat32Number*)src; *(cmsUInt16Number*)dst = _cmsFloat2Half(n); #else cmsUNUSED_PARAMETER(dst); cmsUNUSED_PARAMETER(src); #endif } // From HALF static void fromHLFto8(void* dst, const void* src) { #ifndef CMS_NO_HALF_SUPPORT cmsFloat32Number n = _cmsHalf2Float(*(cmsUInt16Number*)src); *(cmsUInt8Number*)dst = _cmsQuickSaturateByte(n * 255.0); #else cmsUNUSED_PARAMETER(dst); cmsUNUSED_PARAMETER(src); #endif } static void fromHLFto16(void* dst, const void* src) { #ifndef CMS_NO_HALF_SUPPORT cmsFloat32Number n = _cmsHalf2Float(*(cmsUInt16Number*)src); *(cmsUInt16Number*)dst = _cmsQuickSaturateWord(n * 65535.0); #else cmsUNUSED_PARAMETER(dst); cmsUNUSED_PARAMETER(src); #endif } static void fromHLFto16SE(void* dst, const void* src) { #ifndef CMS_NO_HALF_SUPPORT cmsFloat32Number n = _cmsHalf2Float(*(cmsUInt16Number*)src); cmsUInt16Number i = _cmsQuickSaturateWord(n * 65535.0); *(cmsUInt16Number*)dst = CHANGE_ENDIAN(i); #else cmsUNUSED_PARAMETER(dst); cmsUNUSED_PARAMETER(src); #endif } static void fromHLFtoFLT(void* dst, const void* src) { #ifndef CMS_NO_HALF_SUPPORT *(cmsFloat32Number*)dst = _cmsHalf2Float(*(cmsUInt16Number*)src); #else cmsUNUSED_PARAMETER(dst); cmsUNUSED_PARAMETER(src); #endif } static void fromHLFtoDBL(void* dst, const void* src) { #ifndef CMS_NO_HALF_SUPPORT *(cmsFloat64Number*)dst = (cmsFloat64Number)_cmsHalf2Float(*(cmsUInt16Number*)src); #else cmsUNUSED_PARAMETER(dst); cmsUNUSED_PARAMETER(src); #endif } // From double static void fromDBLto8(void* dst, const void* src) { cmsFloat64Number n = *(cmsFloat64Number*)src; *(cmsUInt8Number*)dst = _cmsQuickSaturateByte(n * 255.0); } static void fromDBLto16(void* dst, const void* src) { cmsFloat64Number n = *(cmsFloat64Number*)src; *(cmsUInt16Number*)dst = _cmsQuickSaturateWord(n * 65535.0f); } static void fromDBLto16SE(void* dst, const void* src) { cmsFloat64Number n = *(cmsFloat64Number*)src; cmsUInt16Number i = _cmsQuickSaturateWord(n * 65535.0f); *(cmsUInt16Number*)dst = CHANGE_ENDIAN(i); } static void fromDBLtoFLT(void* dst, const void* src) { cmsFloat64Number n = *(cmsFloat64Number*)src; *(cmsFloat32Number*)dst = (cmsFloat32Number) n; } static void fromDBLtoHLF(void* dst, const void* src) { #ifndef CMS_NO_HALF_SUPPORT cmsFloat32Number n = (cmsFloat32Number) *(cmsFloat64Number*)src; *(cmsUInt16Number*)dst = _cmsFloat2Half(n); #else cmsUNUSED_PARAMETER(dst); cmsUNUSED_PARAMETER(src); #endif } static void copy64(void* dst, const void* src) { memmove(dst, src, sizeof(cmsFloat64Number)); } // Returns the position (x or y) of the formatter in the table of functions static int FormatterPos(cmsUInt32Number frm) { cmsUInt32Number b = T_BYTES(frm); if (b == 0 && T_FLOAT(frm)) return 5; // DBL #ifndef CMS_NO_HALF_SUPPORT if (b == 2 && T_FLOAT(frm)) return 3; // HLF #endif if (b == 4 && T_FLOAT(frm)) return 4; // FLT if (b == 2 && !T_FLOAT(frm)) { if (T_ENDIAN16(frm)) return 2; // 16SE else return 1; // 16 } if (b == 1 && !T_FLOAT(frm)) return 0; // 8 return -1; // not recognized } // Obtains an alpha-to-alpha function formatter static cmsFormatterAlphaFn _cmsGetFormatterAlpha(cmsContext id, cmsUInt32Number in, cmsUInt32Number out) { static cmsFormatterAlphaFn FormattersAlpha[6][6] = { /* from 8 */ { copy8, from8to16, from8to16SE, from8toHLF, from8toFLT, from8toDBL }, /* from 16*/ { from16to8, copy16, from16to16, from16toHLF, from16toFLT, from16toDBL }, /* from 16SE*/{ from16SEto8, from16to16, copy16, from16SEtoHLF,from16SEtoFLT, from16SEtoDBL }, /* from HLF*/ { fromHLFto8, fromHLFto16, fromHLFto16SE, copy16, fromHLFtoFLT, fromHLFtoDBL }, /* from FLT*/ { fromFLTto8, fromFLTto16, fromFLTto16SE, fromFLTtoHLF, copy32, fromFLTtoDBL }, /* from DBL*/ { fromDBLto8, fromDBLto16, fromDBLto16SE, fromDBLtoHLF, fromDBLtoFLT, copy64 }}; int in_n = FormatterPos(in); int out_n = FormatterPos(out); if (in_n < 0 || out_n < 0 || in_n > 5 || out_n > 5) { cmsSignalError(id, cmsERROR_UNKNOWN_EXTENSION, "Unrecognized alpha channel width"); return NULL; } return FormattersAlpha[in_n][out_n]; } // This function computes the distance from each component to the next one in bytes. static cmsBool ComputeIncrementsForChunky(cmsUInt32Number Format, cmsUInt32Number ComponentStartingOrder[], cmsUInt32Number ComponentPointerIncrements[]) { cmsUInt32Number channels[cmsMAXCHANNELS]; cmsUInt32Number extra = T_EXTRA(Format); cmsUInt32Number nchannels = T_CHANNELS(Format); cmsUInt32Number total_chans = nchannels + extra; cmsUInt32Number i; cmsUInt32Number channelSize = trueBytesSize(Format); cmsUInt32Number pixelSize = channelSize * total_chans; // Sanity check if (total_chans <= 0 || total_chans >= cmsMAXCHANNELS) return FALSE; memset(channels, 0, sizeof(channels)); // Separation is independent of starting point and only depends on channel size for (i = 0; i < extra; i++) ComponentPointerIncrements[i] = pixelSize; // Handle do swap for (i = 0; i < total_chans; i++) { if (T_DOSWAP(Format)) { channels[i] = total_chans - i - 1; } else { channels[i] = i; } } // Handle swap first (ROL of positions), example CMYK -> KCMY | 0123 -> 3012 if (T_SWAPFIRST(Format) && total_chans > 1) { cmsUInt32Number tmp = channels[0]; for (i = 0; i < total_chans-1; i++) channels[i] = channels[i + 1]; channels[total_chans - 1] = tmp; } // Handle size if (channelSize > 1) for (i = 0; i < total_chans; i++) { channels[i] *= channelSize; } for (i = 0; i < extra; i++) ComponentStartingOrder[i] = channels[i + nchannels]; return TRUE; } // On planar configurations, the distance is the stride added to any non-negative static cmsBool ComputeIncrementsForPlanar(cmsUInt32Number Format, cmsUInt32Number BytesPerPlane, cmsUInt32Number ComponentStartingOrder[], cmsUInt32Number ComponentPointerIncrements[]) { cmsUInt32Number channels[cmsMAXCHANNELS]; cmsUInt32Number extra = T_EXTRA(Format); cmsUInt32Number nchannels = T_CHANNELS(Format); cmsUInt32Number total_chans = nchannels + extra; cmsUInt32Number i; cmsUInt32Number channelSize = trueBytesSize(Format); // Sanity check if (total_chans <= 0 || total_chans >= cmsMAXCHANNELS) return FALSE; memset(channels, 0, sizeof(channels)); // Separation is independent of starting point and only depends on channel size for (i = 0; i < extra; i++) ComponentPointerIncrements[i] = channelSize; // Handle do swap for (i = 0; i < total_chans; i++) { if (T_DOSWAP(Format)) { channels[i] = total_chans - i - 1; } else { channels[i] = i; } } // Handle swap first (ROL of positions), example CMYK -> KCMY | 0123 -> 3012 if (T_SWAPFIRST(Format) && total_chans > 0) { cmsUInt32Number tmp = channels[0]; for (i = 0; i < total_chans - 1; i++) channels[i] = channels[i + 1]; channels[total_chans - 1] = tmp; } // Handle size for (i = 0; i < total_chans; i++) { channels[i] *= BytesPerPlane; } for (i = 0; i < extra; i++) ComponentStartingOrder[i] = channels[i + nchannels]; return TRUE; } // Dispatcher por chunky and planar RGB static cmsBool ComputeComponentIncrements(cmsUInt32Number Format, cmsUInt32Number BytesPerPlane, cmsUInt32Number ComponentStartingOrder[], cmsUInt32Number ComponentPointerIncrements[]) { if (T_PLANAR(Format)) { return ComputeIncrementsForPlanar(Format, BytesPerPlane, ComponentStartingOrder, ComponentPointerIncrements); } else { return ComputeIncrementsForChunky(Format, ComponentStartingOrder, ComponentPointerIncrements); } } // Handles extra channels copying alpha if requested by the flags void _cmsHandleExtraChannels(_cmsTRANSFORM* p, const void* in, void* out, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride) { cmsUInt32Number i, j, k; cmsUInt32Number nExtra; cmsUInt32Number SourceStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number SourceIncrements[cmsMAXCHANNELS]; cmsUInt32Number DestStartingOrder[cmsMAXCHANNELS]; cmsUInt32Number DestIncrements[cmsMAXCHANNELS]; cmsFormatterAlphaFn copyValueFn; // Make sure we need some copy if (!(p->dwOriginalFlags & cmsFLAGS_COPY_ALPHA)) return; // Exit early if in-place color-management is occurring - no need to copy extra channels to themselves. if (p->InputFormat == p->OutputFormat && in == out) return; // Make sure we have same number of alpha channels. If not, just return as this should be checked at transform creation time. nExtra = T_EXTRA(p->InputFormat); if (nExtra != T_EXTRA(p->OutputFormat)) return; // Anything to do? if (nExtra == 0) return; // Compute the increments if (!ComputeComponentIncrements(p->InputFormat, Stride->BytesPerPlaneIn, SourceStartingOrder, SourceIncrements)) return; if (!ComputeComponentIncrements(p->OutputFormat, Stride->BytesPerPlaneOut, DestStartingOrder, DestIncrements)) return; // Check for conversions 8, 16, half, float, dbl copyValueFn = _cmsGetFormatterAlpha(p->ContextID, p->InputFormat, p->OutputFormat); if (copyValueFn == NULL) return; if (nExtra == 1) { // Optimized routine for copying a single extra channel quickly cmsUInt8Number* SourcePtr; cmsUInt8Number* DestPtr; size_t SourceStrideIncrement = 0; size_t DestStrideIncrement = 0; // The loop itself for (i = 0; i < LineCount; i++) { // Prepare pointers for the loop SourcePtr = (cmsUInt8Number*)in + SourceStartingOrder[0] + SourceStrideIncrement; DestPtr = (cmsUInt8Number*)out + DestStartingOrder[0] + DestStrideIncrement; for (j = 0; j < PixelsPerLine; j++) { copyValueFn(DestPtr, SourcePtr); SourcePtr += SourceIncrements[0]; DestPtr += DestIncrements[0]; } SourceStrideIncrement += Stride->BytesPerLineIn; DestStrideIncrement += Stride->BytesPerLineOut; } } else { // General case with more than one extra channel cmsUInt8Number* SourcePtr[cmsMAXCHANNELS]; cmsUInt8Number* DestPtr[cmsMAXCHANNELS]; size_t SourceStrideIncrements[cmsMAXCHANNELS]; size_t DestStrideIncrements[cmsMAXCHANNELS]; memset(SourceStrideIncrements, 0, sizeof(SourceStrideIncrements)); memset(DestStrideIncrements, 0, sizeof(DestStrideIncrements)); // The loop itself for (i = 0; i < LineCount; i++) { // Prepare pointers for the loop for (j = 0; j < nExtra; j++) { SourcePtr[j] = (cmsUInt8Number*)in + SourceStartingOrder[j] + SourceStrideIncrements[j]; DestPtr[j] = (cmsUInt8Number*)out + DestStartingOrder[j] + DestStrideIncrements[j]; } for (j = 0; j < PixelsPerLine; j++) { for (k = 0; k < nExtra; k++) { copyValueFn(DestPtr[k], SourcePtr[k]); SourcePtr[k] += SourceIncrements[k]; DestPtr[k] += DestIncrements[k]; } } for (j = 0; j < nExtra; j++) { SourceStrideIncrements[j] += Stride->BytesPerLineIn; DestStrideIncrements[j] += Stride->BytesPerLineOut; } } } } lcms2-2.17/src/cmscam02.c0000644000175000017500000003324414752176133014054 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include "lcms2_internal.h" // CIECAM 02 appearance model. Many thanks to Jordi Vilar for the debugging. // ---------- Implementation -------------------------------------------- typedef struct { cmsFloat64Number XYZ[3]; cmsFloat64Number RGB[3]; cmsFloat64Number RGBc[3]; cmsFloat64Number RGBp[3]; cmsFloat64Number RGBpa[3]; cmsFloat64Number a, b, h, e, H, A, J, Q, s, t, C, M; cmsFloat64Number abC[2]; cmsFloat64Number abs[2]; cmsFloat64Number abM[2]; } CAM02COLOR; typedef struct { CAM02COLOR adoptedWhite; cmsFloat64Number LA, Yb; cmsFloat64Number F, c, Nc; cmsUInt32Number surround; cmsFloat64Number n, Nbb, Ncb, z, FL, D; cmsContext ContextID; } cmsCIECAM02; static cmsFloat64Number compute_n(cmsCIECAM02* pMod) { return (pMod -> Yb / pMod -> adoptedWhite.XYZ[1]); } static cmsFloat64Number compute_z(cmsCIECAM02* pMod) { return (1.48 + pow(pMod -> n, 0.5)); } static cmsFloat64Number computeNbb(cmsCIECAM02* pMod) { return (0.725 * pow((1.0 / pMod -> n), 0.2)); } static cmsFloat64Number computeFL(cmsCIECAM02* pMod) { cmsFloat64Number k, FL; k = 1.0 / ((5.0 * pMod->LA) + 1.0); FL = 0.2 * pow(k, 4.0) * (5.0 * pMod->LA) + 0.1 * (pow((1.0 - pow(k, 4.0)), 2.0)) * (pow((5.0 * pMod->LA), (1.0 / 3.0))); return FL; } static cmsFloat64Number computeD(cmsCIECAM02* pMod) { cmsFloat64Number D, temp; temp = 1.0 - ((1.0 / 3.6) * exp((-pMod->LA - 42) / 92.0)); D = pMod->F * temp; return D; } static CAM02COLOR XYZtoCAT02(CAM02COLOR clr) { clr.RGB[0] = (clr.XYZ[0] * 0.7328) + (clr.XYZ[1] * 0.4296) + (clr.XYZ[2] * -0.1624); clr.RGB[1] = (clr.XYZ[0] * -0.7036) + (clr.XYZ[1] * 1.6975) + (clr.XYZ[2] * 0.0061); clr.RGB[2] = (clr.XYZ[0] * 0.0030) + (clr.XYZ[1] * 0.0136) + (clr.XYZ[2] * 0.9834); return clr; } static CAM02COLOR ChromaticAdaptation(CAM02COLOR clr, cmsCIECAM02* pMod) { cmsUInt32Number i; for (i = 0; i < 3; i++) { clr.RGBc[i] = ((pMod -> adoptedWhite.XYZ[1] * (pMod->D / pMod -> adoptedWhite.RGB[i])) + (1.0 - pMod->D)) * clr.RGB[i]; } return clr; } static CAM02COLOR CAT02toHPE(CAM02COLOR clr) { cmsFloat64Number M[9]; M[0] =(( 0.38971 * 1.096124) + (0.68898 * 0.454369) + (-0.07868 * -0.009628)); M[1] =(( 0.38971 * -0.278869) + (0.68898 * 0.473533) + (-0.07868 * -0.005698)); M[2] =(( 0.38971 * 0.182745) + (0.68898 * 0.072098) + (-0.07868 * 1.015326)); M[3] =((-0.22981 * 1.096124) + (1.18340 * 0.454369) + ( 0.04641 * -0.009628)); M[4] =((-0.22981 * -0.278869) + (1.18340 * 0.473533) + ( 0.04641 * -0.005698)); M[5] =((-0.22981 * 0.182745) + (1.18340 * 0.072098) + ( 0.04641 * 1.015326)); M[6] =(-0.009628); M[7] =(-0.005698); M[8] =( 1.015326); clr.RGBp[0] = (clr.RGBc[0] * M[0]) + (clr.RGBc[1] * M[1]) + (clr.RGBc[2] * M[2]); clr.RGBp[1] = (clr.RGBc[0] * M[3]) + (clr.RGBc[1] * M[4]) + (clr.RGBc[2] * M[5]); clr.RGBp[2] = (clr.RGBc[0] * M[6]) + (clr.RGBc[1] * M[7]) + (clr.RGBc[2] * M[8]); return clr; } static CAM02COLOR NonlinearCompression(CAM02COLOR clr, cmsCIECAM02* pMod) { cmsUInt32Number i; cmsFloat64Number temp; for (i = 0; i < 3; i++) { if (clr.RGBp[i] < 0) { temp = pow((-1.0 * pMod->FL * clr.RGBp[i] / 100.0), 0.42); clr.RGBpa[i] = (-1.0 * 400.0 * temp) / (temp + 27.13) + 0.1; } else { temp = pow((pMod->FL * clr.RGBp[i] / 100.0), 0.42); clr.RGBpa[i] = (400.0 * temp) / (temp + 27.13) + 0.1; } } clr.A = (((2.0 * clr.RGBpa[0]) + clr.RGBpa[1] + (clr.RGBpa[2] / 20.0)) - 0.305) * pMod->Nbb; return clr; } static CAM02COLOR ComputeCorrelates(CAM02COLOR clr, cmsCIECAM02* pMod) { cmsFloat64Number a, b, temp, e, t, r2d, d2r; a = clr.RGBpa[0] - (12.0 * clr.RGBpa[1] / 11.0) + (clr.RGBpa[2] / 11.0); b = (clr.RGBpa[0] + clr.RGBpa[1] - (2.0 * clr.RGBpa[2])) / 9.0; r2d = (180.0 / 3.141592654); if (a == 0) { if (b == 0) clr.h = 0; else if (b > 0) clr.h = 90; else clr.h = 270; } else if (a > 0) { temp = b / a; if (b > 0) clr.h = (r2d * atan(temp)); else if (b == 0) clr.h = 0; else clr.h = (r2d * atan(temp)) + 360; } else { temp = b / a; clr.h = (r2d * atan(temp)) + 180; } d2r = (3.141592654 / 180.0); e = ((12500.0 / 13.0) * pMod->Nc * pMod->Ncb) * (cos((clr.h * d2r + 2.0)) + 3.8); if (clr.h < 20.14) { temp = ((clr.h + 122.47)/1.2) + ((20.14 - clr.h)/0.8); clr.H = 300 + (100*((clr.h + 122.47)/1.2)) / temp; } else if (clr.h < 90.0) { temp = ((clr.h - 20.14)/0.8) + ((90.00 - clr.h)/0.7); clr.H = (100*((clr.h - 20.14)/0.8)) / temp; } else if (clr.h < 164.25) { temp = ((clr.h - 90.00)/0.7) + ((164.25 - clr.h)/1.0); clr.H = 100 + ((100*((clr.h - 90.00)/0.7)) / temp); } else if (clr.h < 237.53) { temp = ((clr.h - 164.25)/1.0) + ((237.53 - clr.h)/1.2); clr.H = 200 + ((100*((clr.h - 164.25)/1.0)) / temp); } else { temp = ((clr.h - 237.53)/1.2) + ((360 - clr.h + 20.14)/0.8); clr.H = 300 + ((100*((clr.h - 237.53)/1.2)) / temp); } clr.J = 100.0 * pow((clr.A / pMod->adoptedWhite.A), (pMod->c * pMod->z)); clr.Q = (4.0 / pMod->c) * pow((clr.J / 100.0), 0.5) * (pMod->adoptedWhite.A + 4.0) * pow(pMod->FL, 0.25); t = (e * pow(((a * a) + (b * b)), 0.5)) / (clr.RGBpa[0] + clr.RGBpa[1] + ((21.0 / 20.0) * clr.RGBpa[2])); clr.C = pow(t, 0.9) * pow((clr.J / 100.0), 0.5) * pow((1.64 - pow(0.29, pMod->n)), 0.73); clr.M = clr.C * pow(pMod->FL, 0.25); clr.s = 100.0 * pow((clr.M / clr.Q), 0.5); return clr; } static CAM02COLOR InverseCorrelates(CAM02COLOR clr, cmsCIECAM02* pMod) { cmsFloat64Number t, e, p1, p2, p3, p4, p5, hr, d2r; d2r = 3.141592654 / 180.0; t = pow( (clr.C / (pow((clr.J / 100.0), 0.5) * (pow((1.64 - pow(0.29, pMod->n)), 0.73)))), (1.0 / 0.9) ); e = ((12500.0 / 13.0) * pMod->Nc * pMod->Ncb) * (cos((clr.h * d2r + 2.0)) + 3.8); clr.A = pMod->adoptedWhite.A * pow( (clr.J / 100.0), (1.0 / (pMod->c * pMod->z))); p1 = e / t; p2 = (clr.A / pMod->Nbb) + 0.305; p3 = 21.0 / 20.0; hr = clr.h * d2r; if (fabs(sin(hr)) >= fabs(cos(hr))) { p4 = p1 / sin(hr); clr.b = (p2 * (2.0 + p3) * (460.0 / 1403.0)) / (p4 + (2.0 + p3) * (220.0 / 1403.0) * (cos(hr) / sin(hr)) - (27.0 / 1403.0) + p3 * (6300.0 / 1403.0)); clr.a = clr.b * (cos(hr) / sin(hr)); } else { p5 = p1 / cos(hr); clr.a = (p2 * (2.0 + p3) * (460.0 / 1403.0)) / (p5 + (2.0 + p3) * (220.0 / 1403.0) - ((27.0 / 1403.0) - p3 * (6300.0 / 1403.0)) * (sin(hr) / cos(hr))); clr.b = clr.a * (sin(hr) / cos(hr)); } clr.RGBpa[0] = ((460.0 / 1403.0) * p2) + ((451.0 / 1403.0) * clr.a) + ((288.0 / 1403.0) * clr.b); clr.RGBpa[1] = ((460.0 / 1403.0) * p2) - ((891.0 / 1403.0) * clr.a) - ((261.0 / 1403.0) * clr.b); clr.RGBpa[2] = ((460.0 / 1403.0) * p2) - ((220.0 / 1403.0) * clr.a) - ((6300.0 / 1403.0) * clr.b); return clr; } static CAM02COLOR InverseNonlinearity(CAM02COLOR clr, cmsCIECAM02* pMod) { cmsUInt32Number i; cmsFloat64Number c1; for (i = 0; i < 3; i++) { if ((clr.RGBpa[i] - 0.1) < 0) c1 = -1; else c1 = 1; clr.RGBp[i] = c1 * (100.0 / pMod->FL) * pow(((27.13 * fabs(clr.RGBpa[i] - 0.1)) / (400.0 - fabs(clr.RGBpa[i] - 0.1))), (1.0 / 0.42)); } return clr; } static CAM02COLOR HPEtoCAT02(CAM02COLOR clr) { cmsFloat64Number M[9]; M[0] = (( 0.7328 * 1.910197) + (0.4296 * 0.370950)); M[1] = (( 0.7328 * -1.112124) + (0.4296 * 0.629054)); M[2] = (( 0.7328 * 0.201908) + (0.4296 * 0.000008) - 0.1624); M[3] = ((-0.7036 * 1.910197) + (1.6975 * 0.370950)); M[4] = ((-0.7036 * -1.112124) + (1.6975 * 0.629054)); M[5] = ((-0.7036 * 0.201908) + (1.6975 * 0.000008) + 0.0061); M[6] = (( 0.0030 * 1.910197) + (0.0136 * 0.370950)); M[7] = (( 0.0030 * -1.112124) + (0.0136 * 0.629054)); M[8] = (( 0.0030 * 0.201908) + (0.0136 * 0.000008) + 0.9834); clr.RGBc[0] = (clr.RGBp[0] * M[0]) + (clr.RGBp[1] * M[1]) + (clr.RGBp[2] * M[2]); clr.RGBc[1] = (clr.RGBp[0] * M[3]) + (clr.RGBp[1] * M[4]) + (clr.RGBp[2] * M[5]); clr.RGBc[2] = (clr.RGBp[0] * M[6]) + (clr.RGBp[1] * M[7]) + (clr.RGBp[2] * M[8]); return clr; } static CAM02COLOR InverseChromaticAdaptation(CAM02COLOR clr, cmsCIECAM02* pMod) { cmsUInt32Number i; for (i = 0; i < 3; i++) { clr.RGB[i] = clr.RGBc[i] / ((pMod->adoptedWhite.XYZ[1] * pMod->D / pMod->adoptedWhite.RGB[i]) + 1.0 - pMod->D); } return clr; } static CAM02COLOR CAT02toXYZ(CAM02COLOR clr) { clr.XYZ[0] = (clr.RGB[0] * 1.096124) + (clr.RGB[1] * -0.278869) + (clr.RGB[2] * 0.182745); clr.XYZ[1] = (clr.RGB[0] * 0.454369) + (clr.RGB[1] * 0.473533) + (clr.RGB[2] * 0.072098); clr.XYZ[2] = (clr.RGB[0] * -0.009628) + (clr.RGB[1] * -0.005698) + (clr.RGB[2] * 1.015326); return clr; } cmsHANDLE CMSEXPORT cmsCIECAM02Init(cmsContext ContextID, const cmsViewingConditions* pVC) { cmsCIECAM02* lpMod; _cmsAssert(pVC != NULL); if((lpMod = (cmsCIECAM02*) _cmsMallocZero(ContextID, sizeof(cmsCIECAM02))) == NULL) { return NULL; } lpMod ->ContextID = ContextID; lpMod ->adoptedWhite.XYZ[0] = pVC ->whitePoint.X; lpMod ->adoptedWhite.XYZ[1] = pVC ->whitePoint.Y; lpMod ->adoptedWhite.XYZ[2] = pVC ->whitePoint.Z; lpMod -> LA = pVC ->La; lpMod -> Yb = pVC ->Yb; lpMod -> D = pVC ->D_value; lpMod -> surround = pVC ->surround; switch (lpMod -> surround) { case CUTSHEET_SURROUND: lpMod->F = 0.8; lpMod->c = 0.41; lpMod->Nc = 0.8; break; case DARK_SURROUND: lpMod -> F = 0.8; lpMod -> c = 0.525; lpMod -> Nc = 0.8; break; case DIM_SURROUND: lpMod -> F = 0.9; lpMod -> c = 0.59; lpMod -> Nc = 0.95; break; default: // Average surround lpMod -> F = 1.0; lpMod -> c = 0.69; lpMod -> Nc = 1.0; } lpMod -> n = compute_n(lpMod); lpMod -> z = compute_z(lpMod); lpMod -> Nbb = computeNbb(lpMod); lpMod -> FL = computeFL(lpMod); if (lpMod -> D == D_CALCULATE) { lpMod -> D = computeD(lpMod); } lpMod -> Ncb = lpMod -> Nbb; lpMod -> adoptedWhite = XYZtoCAT02(lpMod -> adoptedWhite); lpMod -> adoptedWhite = ChromaticAdaptation(lpMod -> adoptedWhite, lpMod); lpMod -> adoptedWhite = CAT02toHPE(lpMod -> adoptedWhite); lpMod -> adoptedWhite = NonlinearCompression(lpMod -> adoptedWhite, lpMod); return (cmsHANDLE) lpMod; } void CMSEXPORT cmsCIECAM02Done(cmsHANDLE hModel) { cmsCIECAM02* lpMod = (cmsCIECAM02*) hModel; if (lpMod) _cmsFree(lpMod ->ContextID, lpMod); } void CMSEXPORT cmsCIECAM02Forward(cmsHANDLE hModel, const cmsCIEXYZ* pIn, cmsJCh* pOut) { CAM02COLOR clr; cmsCIECAM02* lpMod = (cmsCIECAM02*) hModel; _cmsAssert(lpMod != NULL); _cmsAssert(pIn != NULL); _cmsAssert(pOut != NULL); memset(&clr, 0, sizeof(clr)); clr.XYZ[0] = pIn ->X; clr.XYZ[1] = pIn ->Y; clr.XYZ[2] = pIn ->Z; clr = XYZtoCAT02(clr); clr = ChromaticAdaptation(clr, lpMod); clr = CAT02toHPE(clr); clr = NonlinearCompression(clr, lpMod); clr = ComputeCorrelates(clr, lpMod); pOut ->J = clr.J; pOut ->C = clr.C; pOut ->h = clr.h; } void CMSEXPORT cmsCIECAM02Reverse(cmsHANDLE hModel, const cmsJCh* pIn, cmsCIEXYZ* pOut) { CAM02COLOR clr; cmsCIECAM02* lpMod = (cmsCIECAM02*) hModel; _cmsAssert(lpMod != NULL); _cmsAssert(pIn != NULL); _cmsAssert(pOut != NULL); memset(&clr, 0, sizeof(clr)); clr.J = pIn -> J; clr.C = pIn -> C; clr.h = pIn -> h; clr = InverseCorrelates(clr, lpMod); clr = InverseNonlinearity(clr, lpMod); clr = HPEtoCAT02(clr); clr = InverseChromaticAdaptation(clr, lpMod); clr = CAT02toXYZ(clr); pOut ->X = clr.XYZ[0]; pOut ->Y = clr.XYZ[1]; pOut ->Z = clr.XYZ[2]; } lcms2-2.17/src/cmscnvrt.c0000644000175000017500000012564614752176133014316 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include "lcms2_internal.h" // This is the default routine for ICC-style intents. A user may decide to override it by using a plugin. // Supported intents are perceptual, relative colorimetric, saturation and ICC-absolute colorimetric static cmsPipeline* DefaultICCintents(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number Intents[], cmsHPROFILE hProfiles[], cmsBool BPC[], cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags); //--------------------------------------------------------------------------------- // This is the entry for black-preserving K-only intents, which are non-ICC. Last profile have to be a output profile // to do the trick (no devicelinks allowed at that position) static cmsPipeline* BlackPreservingKOnlyIntents(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number Intents[], cmsHPROFILE hProfiles[], cmsBool BPC[], cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags); //--------------------------------------------------------------------------------- // This is the entry for black-plane preserving, which are non-ICC. Again, Last profile have to be a output profile // to do the trick (no devicelinks allowed at that position) static cmsPipeline* BlackPreservingKPlaneIntents(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number Intents[], cmsHPROFILE hProfiles[], cmsBool BPC[], cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags); //--------------------------------------------------------------------------------- // This is a structure holding implementations for all supported intents. typedef struct _cms_intents_list { cmsUInt32Number Intent; char Description[256]; cmsIntentFn Link; struct _cms_intents_list* Next; } cmsIntentsList; // Built-in intents static cmsIntentsList DefaultIntents[] = { { INTENT_PERCEPTUAL, "Perceptual", DefaultICCintents, &DefaultIntents[1] }, { INTENT_RELATIVE_COLORIMETRIC, "Relative colorimetric", DefaultICCintents, &DefaultIntents[2] }, { INTENT_SATURATION, "Saturation", DefaultICCintents, &DefaultIntents[3] }, { INTENT_ABSOLUTE_COLORIMETRIC, "Absolute colorimetric", DefaultICCintents, &DefaultIntents[4] }, { INTENT_PRESERVE_K_ONLY_PERCEPTUAL, "Perceptual preserving black ink", BlackPreservingKOnlyIntents, &DefaultIntents[5] }, { INTENT_PRESERVE_K_ONLY_RELATIVE_COLORIMETRIC, "Relative colorimetric preserving black ink", BlackPreservingKOnlyIntents, &DefaultIntents[6] }, { INTENT_PRESERVE_K_ONLY_SATURATION, "Saturation preserving black ink", BlackPreservingKOnlyIntents, &DefaultIntents[7] }, { INTENT_PRESERVE_K_PLANE_PERCEPTUAL, "Perceptual preserving black plane", BlackPreservingKPlaneIntents, &DefaultIntents[8] }, { INTENT_PRESERVE_K_PLANE_RELATIVE_COLORIMETRIC,"Relative colorimetric preserving black plane", BlackPreservingKPlaneIntents, &DefaultIntents[9] }, { INTENT_PRESERVE_K_PLANE_SATURATION, "Saturation preserving black plane", BlackPreservingKPlaneIntents, NULL } }; // A pointer to the beginning of the list _cmsIntentsPluginChunkType _cmsIntentsPluginChunk = { NULL }; // Duplicates the zone of memory used by the plug-in in the new context static void DupPluginIntentsList(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src) { _cmsIntentsPluginChunkType newHead = { NULL }; cmsIntentsList* entry; cmsIntentsList* Anterior = NULL; _cmsIntentsPluginChunkType* head = (_cmsIntentsPluginChunkType*) src->chunks[IntentPlugin]; // Walk the list copying all nodes for (entry = head->Intents; entry != NULL; entry = entry ->Next) { cmsIntentsList *newEntry = ( cmsIntentsList *) _cmsSubAllocDup(ctx ->MemPool, entry, sizeof(cmsIntentsList)); if (newEntry == NULL) return; // We want to keep the linked list order, so this is a little bit tricky newEntry -> Next = NULL; if (Anterior) Anterior -> Next = newEntry; Anterior = newEntry; if (newHead.Intents == NULL) newHead.Intents = newEntry; } ctx ->chunks[IntentPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsIntentsPluginChunkType)); } void _cmsAllocIntentsPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src) { if (src != NULL) { // Copy all linked list DupPluginIntentsList(ctx, src); } else { static _cmsIntentsPluginChunkType IntentsPluginChunkType = { NULL }; ctx ->chunks[IntentPlugin] = _cmsSubAllocDup(ctx ->MemPool, &IntentsPluginChunkType, sizeof(_cmsIntentsPluginChunkType)); } } // Search the list for a suitable intent. Returns NULL if not found static cmsIntentsList* SearchIntent(cmsContext ContextID, cmsUInt32Number Intent) { _cmsIntentsPluginChunkType* ctx = ( _cmsIntentsPluginChunkType*) _cmsContextGetClientChunk(ContextID, IntentPlugin); cmsIntentsList* pt; for (pt = ctx -> Intents; pt != NULL; pt = pt -> Next) if (pt ->Intent == Intent) return pt; for (pt = DefaultIntents; pt != NULL; pt = pt -> Next) if (pt ->Intent == Intent) return pt; return NULL; } // Black point compensation. Implemented as a linear scaling in XYZ. Black points // should come relative to the white point. Fills an matrix/offset element m // which is organized as a 4x4 matrix. static void ComputeBlackPointCompensation(const cmsCIEXYZ* BlackPointIn, const cmsCIEXYZ* BlackPointOut, cmsMAT3* m, cmsVEC3* off) { cmsFloat64Number ax, ay, az, bx, by, bz, tx, ty, tz; // Now we need to compute a matrix plus an offset m and of such of // [m]*bpin + off = bpout // [m]*D50 + off = D50 // // This is a linear scaling in the form ax+b, where // a = (bpout - D50) / (bpin - D50) // b = - D50* (bpout - bpin) / (bpin - D50) tx = BlackPointIn->X - cmsD50_XYZ()->X; ty = BlackPointIn->Y - cmsD50_XYZ()->Y; tz = BlackPointIn->Z - cmsD50_XYZ()->Z; ax = (BlackPointOut->X - cmsD50_XYZ()->X) / tx; ay = (BlackPointOut->Y - cmsD50_XYZ()->Y) / ty; az = (BlackPointOut->Z - cmsD50_XYZ()->Z) / tz; bx = - cmsD50_XYZ()-> X * (BlackPointOut->X - BlackPointIn->X) / tx; by = - cmsD50_XYZ()-> Y * (BlackPointOut->Y - BlackPointIn->Y) / ty; bz = - cmsD50_XYZ()-> Z * (BlackPointOut->Z - BlackPointIn->Z) / tz; _cmsVEC3init(&m ->v[0], ax, 0, 0); _cmsVEC3init(&m ->v[1], 0, ay, 0); _cmsVEC3init(&m ->v[2], 0, 0, az); _cmsVEC3init(off, bx, by, bz); } // Approximate a blackbody illuminant based on CHAD information static cmsFloat64Number CHAD2Temp(const cmsMAT3* Chad) { // Convert D50 across inverse CHAD to get the absolute white point cmsVEC3 d, s; cmsCIEXYZ Dest; cmsCIExyY DestChromaticity; cmsFloat64Number TempK; cmsMAT3 m1, m2; m1 = *Chad; if (!_cmsMAT3inverse(&m1, &m2)) return FALSE; s.n[VX] = cmsD50_XYZ() -> X; s.n[VY] = cmsD50_XYZ() -> Y; s.n[VZ] = cmsD50_XYZ() -> Z; _cmsMAT3eval(&d, &m2, &s); Dest.X = d.n[VX]; Dest.Y = d.n[VY]; Dest.Z = d.n[VZ]; cmsXYZ2xyY(&DestChromaticity, &Dest); if (!cmsTempFromWhitePoint(&TempK, &DestChromaticity)) return -1.0; return TempK; } // Compute a CHAD based on a given temperature static void Temp2CHAD(cmsMAT3* Chad, cmsFloat64Number Temp) { cmsCIEXYZ White; cmsCIExyY ChromaticityOfWhite; cmsWhitePointFromTemp(&ChromaticityOfWhite, Temp); cmsxyY2XYZ(&White, &ChromaticityOfWhite); _cmsAdaptationMatrix(Chad, NULL, &White, cmsD50_XYZ()); } // Join scalings to obtain relative input to absolute and then to relative output. // Result is stored in a 3x3 matrix static cmsBool ComputeAbsoluteIntent(cmsFloat64Number AdaptationState, const cmsCIEXYZ* WhitePointIn, const cmsMAT3* ChromaticAdaptationMatrixIn, const cmsCIEXYZ* WhitePointOut, const cmsMAT3* ChromaticAdaptationMatrixOut, cmsMAT3* m) { cmsMAT3 Scale, m1, m2, m3, m4; // TODO: Follow Marc Mahy's recommendation to check if CHAD is same by using M1*M2 == M2*M1. If so, do nothing. // TODO: Add support for ArgyllArts tag // Adaptation state if (AdaptationState == 1.0) { // Observer is fully adapted. Keep chromatic adaptation. // That is the standard V4 behaviour _cmsVEC3init(&m->v[0], WhitePointIn->X / WhitePointOut->X, 0, 0); _cmsVEC3init(&m->v[1], 0, WhitePointIn->Y / WhitePointOut->Y, 0); _cmsVEC3init(&m->v[2], 0, 0, WhitePointIn->Z / WhitePointOut->Z); } else { // Incomplete adaptation. This is an advanced feature. _cmsVEC3init(&Scale.v[0], WhitePointIn->X / WhitePointOut->X, 0, 0); _cmsVEC3init(&Scale.v[1], 0, WhitePointIn->Y / WhitePointOut->Y, 0); _cmsVEC3init(&Scale.v[2], 0, 0, WhitePointIn->Z / WhitePointOut->Z); if (AdaptationState == 0.0) { m1 = *ChromaticAdaptationMatrixOut; _cmsMAT3per(&m2, &m1, &Scale); // m2 holds CHAD from output white to D50 times abs. col. scaling // Observer is not adapted, undo the chromatic adaptation _cmsMAT3per(m, &m2, ChromaticAdaptationMatrixOut); m3 = *ChromaticAdaptationMatrixIn; if (!_cmsMAT3inverse(&m3, &m4)) return FALSE; _cmsMAT3per(m, &m2, &m4); } else { cmsMAT3 MixedCHAD; cmsFloat64Number TempSrc, TempDest, Temp; m1 = *ChromaticAdaptationMatrixIn; if (!_cmsMAT3inverse(&m1, &m2)) return FALSE; _cmsMAT3per(&m3, &m2, &Scale); // m3 holds CHAD from input white to D50 times abs. col. scaling TempSrc = CHAD2Temp(ChromaticAdaptationMatrixIn); TempDest = CHAD2Temp(ChromaticAdaptationMatrixOut); if (TempSrc < 0.0 || TempDest < 0.0) return FALSE; // Something went wrong if (_cmsMAT3isIdentity(&Scale) && fabs(TempSrc - TempDest) < 0.01) { _cmsMAT3identity(m); return TRUE; } Temp = (1.0 - AdaptationState) * TempDest + AdaptationState * TempSrc; // Get a CHAD from whatever output temperature to D50. This replaces output CHAD Temp2CHAD(&MixedCHAD, Temp); _cmsMAT3per(m, &m3, &MixedCHAD); } } return TRUE; } // Just to see if m matrix should be applied static cmsBool IsEmptyLayer(cmsMAT3* m, cmsVEC3* off) { cmsFloat64Number diff = 0; cmsMAT3 Ident; int i; if (m == NULL && off == NULL) return TRUE; // NULL is allowed as an empty layer if (m == NULL && off != NULL) return FALSE; // This is an internal error _cmsMAT3identity(&Ident); for (i=0; i < 3*3; i++) diff += fabs(((cmsFloat64Number*)m)[i] - ((cmsFloat64Number*)&Ident)[i]); for (i=0; i < 3; i++) diff += fabs(((cmsFloat64Number*)off)[i]); return (diff < 0.002); } // Compute the conversion layer static cmsBool ComputeConversion(cmsUInt32Number i, cmsHPROFILE hProfiles[], cmsUInt32Number Intent, cmsBool BPC, cmsFloat64Number AdaptationState, cmsMAT3* m, cmsVEC3* off) { int k; // m and off are set to identity and this is detected latter on _cmsMAT3identity(m); _cmsVEC3init(off, 0, 0, 0); // If intent is abs. colorimetric, if (Intent == INTENT_ABSOLUTE_COLORIMETRIC) { cmsCIEXYZ WhitePointIn, WhitePointOut; cmsMAT3 ChromaticAdaptationMatrixIn, ChromaticAdaptationMatrixOut; if (!_cmsReadMediaWhitePoint(&WhitePointIn, hProfiles[i - 1])) return FALSE; if (!_cmsReadCHAD(&ChromaticAdaptationMatrixIn, hProfiles[i - 1])) return FALSE; if (!_cmsReadMediaWhitePoint(&WhitePointOut, hProfiles[i])) return FALSE; if (!_cmsReadCHAD(&ChromaticAdaptationMatrixOut, hProfiles[i])) return FALSE; if (!ComputeAbsoluteIntent(AdaptationState, &WhitePointIn, &ChromaticAdaptationMatrixIn, &WhitePointOut, &ChromaticAdaptationMatrixOut, m)) return FALSE; } else { // Rest of intents may apply BPC. if (BPC) { cmsCIEXYZ BlackPointIn = { 0, 0, 0}, BlackPointOut = { 0, 0, 0 }; cmsDetectBlackPoint(&BlackPointIn, hProfiles[i-1], Intent, 0); cmsDetectDestinationBlackPoint(&BlackPointOut, hProfiles[i], Intent, 0); // If black points are equal, then do nothing if (BlackPointIn.X != BlackPointOut.X || BlackPointIn.Y != BlackPointOut.Y || BlackPointIn.Z != BlackPointOut.Z) ComputeBlackPointCompensation(&BlackPointIn, &BlackPointOut, m, off); } } // Offset should be adjusted because the encoding. We encode XYZ normalized to 0..1.0, // to do that, we divide by MAX_ENCODEABLE_XZY. The conversion stage goes XYZ -> XYZ so // we have first to convert from encoded to XYZ and then convert back to encoded. // y = Mx + Off // x = x'c // y = M x'c + Off // y = y'c; y' = y / c // y' = (Mx'c + Off) /c = Mx' + (Off / c) for (k=0; k < 3; k++) { off ->n[k] /= MAX_ENCODEABLE_XYZ; } return TRUE; } // Add a conversion stage if needed. If a matrix/offset m is given, it applies to XYZ space static cmsBool AddConversion(cmsPipeline* Result, cmsColorSpaceSignature InPCS, cmsColorSpaceSignature OutPCS, cmsMAT3* m, cmsVEC3* off) { cmsFloat64Number* m_as_dbl = (cmsFloat64Number*) m; cmsFloat64Number* off_as_dbl = (cmsFloat64Number*) off; // Handle PCS mismatches. A specialized stage is added to the LUT in such case switch (InPCS) { case cmsSigXYZData: // Input profile operates in XYZ switch (OutPCS) { case cmsSigXYZData: // XYZ -> XYZ if (!IsEmptyLayer(m, off) && !cmsPipelineInsertStage(Result, cmsAT_END, cmsStageAllocMatrix(Result ->ContextID, 3, 3, m_as_dbl, off_as_dbl))) return FALSE; break; case cmsSigLabData: // XYZ -> Lab if (!IsEmptyLayer(m, off) && !cmsPipelineInsertStage(Result, cmsAT_END, cmsStageAllocMatrix(Result ->ContextID, 3, 3, m_as_dbl, off_as_dbl))) return FALSE; if (!cmsPipelineInsertStage(Result, cmsAT_END, _cmsStageAllocXYZ2Lab(Result ->ContextID))) return FALSE; break; default: return FALSE; // Colorspace mismatch } break; case cmsSigLabData: // Input profile operates in Lab switch (OutPCS) { case cmsSigXYZData: // Lab -> XYZ if (!cmsPipelineInsertStage(Result, cmsAT_END, _cmsStageAllocLab2XYZ(Result ->ContextID))) return FALSE; if (!IsEmptyLayer(m, off) && !cmsPipelineInsertStage(Result, cmsAT_END, cmsStageAllocMatrix(Result ->ContextID, 3, 3, m_as_dbl, off_as_dbl))) return FALSE; break; case cmsSigLabData: // Lab -> Lab if (!IsEmptyLayer(m, off)) { if (!cmsPipelineInsertStage(Result, cmsAT_END, _cmsStageAllocLab2XYZ(Result ->ContextID)) || !cmsPipelineInsertStage(Result, cmsAT_END, cmsStageAllocMatrix(Result ->ContextID, 3, 3, m_as_dbl, off_as_dbl)) || !cmsPipelineInsertStage(Result, cmsAT_END, _cmsStageAllocXYZ2Lab(Result ->ContextID))) return FALSE; } break; default: return FALSE; // Mismatch } break; // On colorspaces other than PCS, check for same space default: if (InPCS != OutPCS) return FALSE; break; } return TRUE; } // Is a given space compatible with another? static cmsBool ColorSpaceIsCompatible(cmsColorSpaceSignature a, cmsColorSpaceSignature b) { // If they are same, they are compatible. if (a == b) return TRUE; // Check for MCH4 substitution of CMYK if ((a == cmsSig4colorData) && (b == cmsSigCmykData)) return TRUE; if ((a == cmsSigCmykData) && (b == cmsSig4colorData)) return TRUE; // Check for XYZ/Lab. Those spaces are interchangeable as they can be computed one from other. if ((a == cmsSigXYZData) && (b == cmsSigLabData)) return TRUE; if ((a == cmsSigLabData) && (b == cmsSigXYZData)) return TRUE; return FALSE; } // Default handler for ICC-style intents static cmsPipeline* DefaultICCintents(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number TheIntents[], cmsHPROFILE hProfiles[], cmsBool BPC[], cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) { cmsPipeline* Lut = NULL; cmsPipeline* Result; cmsHPROFILE hProfile; cmsMAT3 m; cmsVEC3 off; cmsColorSpaceSignature ColorSpaceIn, ColorSpaceOut = cmsSigLabData, CurrentColorSpace; cmsProfileClassSignature ClassSig; cmsUInt32Number i, Intent; // For safety if (nProfiles == 0) return NULL; // Allocate an empty LUT for holding the result. 0 as channel count means 'undefined' Result = cmsPipelineAlloc(ContextID, 0, 0); if (Result == NULL) return NULL; CurrentColorSpace = cmsGetColorSpace(hProfiles[0]); for (i=0; i < nProfiles; i++) { cmsBool lIsDeviceLink, lIsInput; hProfile = hProfiles[i]; ClassSig = cmsGetDeviceClass(hProfile); lIsDeviceLink = (ClassSig == cmsSigLinkClass || ClassSig == cmsSigAbstractClass ); // First profile is used as input unless devicelink or abstract if ((i == 0) && !lIsDeviceLink) { lIsInput = TRUE; } else { // Else use profile in the input direction if current space is not PCS lIsInput = (CurrentColorSpace != cmsSigXYZData) && (CurrentColorSpace != cmsSigLabData); } Intent = TheIntents[i]; if (lIsInput || lIsDeviceLink) { ColorSpaceIn = cmsGetColorSpace(hProfile); ColorSpaceOut = cmsGetPCS(hProfile); } else { ColorSpaceIn = cmsGetPCS(hProfile); ColorSpaceOut = cmsGetColorSpace(hProfile); } if (!ColorSpaceIsCompatible(ColorSpaceIn, CurrentColorSpace)) { cmsSignalError(ContextID, cmsERROR_COLORSPACE_CHECK, "ColorSpace mismatch"); goto Error; } // If devicelink is found, then no custom intent is allowed and we can // read the LUT to be applied. Settings don't apply here. if (lIsDeviceLink || ((ClassSig == cmsSigNamedColorClass) && (nProfiles == 1))) { // Get the involved LUT from the profile Lut = _cmsReadDevicelinkLUT(hProfile, Intent); if (Lut == NULL) goto Error; // What about abstract profiles? if (ClassSig == cmsSigAbstractClass && i > 0) { if (!ComputeConversion(i, hProfiles, Intent, BPC[i], AdaptationStates[i], &m, &off)) goto Error; } else { _cmsMAT3identity(&m); _cmsVEC3init(&off, 0, 0, 0); } if (!AddConversion(Result, CurrentColorSpace, ColorSpaceIn, &m, &off)) goto Error; } else { if (lIsInput) { // Input direction means non-pcs connection, so proceed like devicelinks Lut = _cmsReadInputLUT(hProfile, Intent); if (Lut == NULL) goto Error; } else { // Output direction means PCS connection. Intent may apply here Lut = _cmsReadOutputLUT(hProfile, Intent); if (Lut == NULL) goto Error; if (!ComputeConversion(i, hProfiles, Intent, BPC[i], AdaptationStates[i], &m, &off)) goto Error; if (!AddConversion(Result, CurrentColorSpace, ColorSpaceIn, &m, &off)) goto Error; } } // Concatenate to the output LUT if (!cmsPipelineCat(Result, Lut)) goto Error; cmsPipelineFree(Lut); Lut = NULL; // Update current space CurrentColorSpace = ColorSpaceOut; } // Check for non-negatives clip if (dwFlags & cmsFLAGS_NONEGATIVES) { if (ColorSpaceOut == cmsSigGrayData || ColorSpaceOut == cmsSigRgbData || ColorSpaceOut == cmsSigCmykData) { cmsStage* clip = _cmsStageClipNegatives(Result->ContextID, cmsChannelsOfColorSpace(ColorSpaceOut)); if (clip == NULL) goto Error; if (!cmsPipelineInsertStage(Result, cmsAT_END, clip)) goto Error; } } return Result; Error: if (Lut != NULL) cmsPipelineFree(Lut); if (Result != NULL) cmsPipelineFree(Result); return NULL; cmsUNUSED_PARAMETER(dwFlags); } // Wrapper for DLL calling convention cmsPipeline* CMSEXPORT _cmsDefaultICCintents(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number TheIntents[], cmsHPROFILE hProfiles[], cmsBool BPC[], cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) { return DefaultICCintents(ContextID, nProfiles, TheIntents, hProfiles, BPC, AdaptationStates, dwFlags); } // Black preserving intents --------------------------------------------------------------------------------------------- // Translate black-preserving intents to ICC ones static cmsUInt32Number TranslateNonICCIntents(cmsUInt32Number Intent) { switch (Intent) { case INTENT_PRESERVE_K_ONLY_PERCEPTUAL: case INTENT_PRESERVE_K_PLANE_PERCEPTUAL: return INTENT_PERCEPTUAL; case INTENT_PRESERVE_K_ONLY_RELATIVE_COLORIMETRIC: case INTENT_PRESERVE_K_PLANE_RELATIVE_COLORIMETRIC: return INTENT_RELATIVE_COLORIMETRIC; case INTENT_PRESERVE_K_ONLY_SATURATION: case INTENT_PRESERVE_K_PLANE_SATURATION: return INTENT_SATURATION; default: return Intent; } } // Sampler for Black-only preserving CMYK->CMYK transforms typedef struct { cmsPipeline* cmyk2cmyk; // The original transform cmsToneCurve* KTone; // Black-to-black tone curve } GrayOnlyParams; // Preserve black only if that is the only ink used static int BlackPreservingGrayOnlySampler(CMSREGISTER const cmsUInt16Number In[], CMSREGISTER cmsUInt16Number Out[], CMSREGISTER void* Cargo) { GrayOnlyParams* bp = (GrayOnlyParams*) Cargo; // If going across black only, keep black only if (In[0] == 0 && In[1] == 0 && In[2] == 0) { // TAC does not apply because it is black ink! Out[0] = Out[1] = Out[2] = 0; Out[3] = cmsEvalToneCurve16(bp->KTone, In[3]); return TRUE; } // Keep normal transform for other colors bp ->cmyk2cmyk ->Eval16Fn(In, Out, bp ->cmyk2cmyk->Data); return TRUE; } // Check whatever the profile is a CMYK->CMYK devicelink static cmsBool is_cmyk_devicelink(cmsHPROFILE hProfile) { return cmsGetDeviceClass(hProfile) == cmsSigLinkClass && cmsGetColorSpace(hProfile) == cmsSigCmykData; } // This is the entry for black-preserving K-only intents, which are non-ICC static cmsPipeline* BlackPreservingKOnlyIntents(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number TheIntents[], cmsHPROFILE hProfiles[], cmsBool BPC[], cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) { GrayOnlyParams bp; cmsPipeline* Result; cmsUInt32Number ICCIntents[256]; cmsStage* CLUT; cmsUInt32Number i, nGridPoints; cmsUInt32Number lastProfilePos; cmsUInt32Number preservationProfilesCount; cmsHPROFILE hLastProfile; // Sanity check if (nProfiles < 1 || nProfiles > 255) return NULL; // Translate black-preserving intents to ICC ones for (i=0; i < nProfiles; i++) ICCIntents[i] = TranslateNonICCIntents(TheIntents[i]); // Trim all CMYK devicelinks at the end lastProfilePos = nProfiles - 1; hLastProfile = hProfiles[lastProfilePos]; // Skip CMYK->CMYK devicelinks on ending while (is_cmyk_devicelink(hLastProfile)) { if (lastProfilePos < 2) break; hLastProfile = hProfiles[--lastProfilePos]; } preservationProfilesCount = lastProfilePos + 1; // Check for non-cmyk profiles if (cmsGetColorSpace(hProfiles[0]) != cmsSigCmykData || !(cmsGetColorSpace(hLastProfile) == cmsSigCmykData || cmsGetDeviceClass(hLastProfile) == cmsSigOutputClass)) return DefaultICCintents(ContextID, nProfiles, ICCIntents, hProfiles, BPC, AdaptationStates, dwFlags); // Allocate an empty LUT for holding the result Result = cmsPipelineAlloc(ContextID, 4, 4); if (Result == NULL) return NULL; memset(&bp, 0, sizeof(bp)); // Create a LUT holding normal ICC transform bp.cmyk2cmyk = DefaultICCintents(ContextID, preservationProfilesCount, ICCIntents, hProfiles, BPC, AdaptationStates, dwFlags); if (bp.cmyk2cmyk == NULL) goto Error; // Now, compute the tone curve bp.KTone = _cmsBuildKToneCurve(ContextID, 4096, preservationProfilesCount, ICCIntents, hProfiles, BPC, AdaptationStates, dwFlags); if (bp.KTone == NULL) goto Error; // How many gridpoints are we going to use? nGridPoints = _cmsReasonableGridpointsByColorspace(cmsSigCmykData, dwFlags); // Create the CLUT. 16 bits CLUT = cmsStageAllocCLut16bit(ContextID, nGridPoints, 4, 4, NULL); if (CLUT == NULL) goto Error; // This is the one and only MPE in this LUT if (!cmsPipelineInsertStage(Result, cmsAT_BEGIN, CLUT)) goto Error; // Sample it. We cannot afford pre/post linearization this time. if (!cmsStageSampleCLut16bit(CLUT, BlackPreservingGrayOnlySampler, (void*) &bp, 0)) goto Error; // Insert possible devicelinks at the end for (i = lastProfilePos + 1; i < nProfiles; i++) { cmsPipeline* devlink = _cmsReadDevicelinkLUT(hProfiles[i], ICCIntents[i]); if (devlink == NULL) goto Error; if (!cmsPipelineCat(Result, devlink)) goto Error; } // Get rid of xform and tone curve cmsPipelineFree(bp.cmyk2cmyk); cmsFreeToneCurve(bp.KTone); return Result; Error: if (bp.cmyk2cmyk != NULL) cmsPipelineFree(bp.cmyk2cmyk); if (bp.KTone != NULL) cmsFreeToneCurve(bp.KTone); if (Result != NULL) cmsPipelineFree(Result); return NULL; } // K Plane-preserving CMYK to CMYK ------------------------------------------------------------------------------------ typedef struct { cmsPipeline* cmyk2cmyk; // The original transform cmsHTRANSFORM hProofOutput; // Output CMYK to Lab (last profile) cmsHTRANSFORM cmyk2Lab; // The input chain cmsToneCurve* KTone; // Black-to-black tone curve cmsPipeline* LabK2cmyk; // The output profile cmsFloat64Number MaxError; cmsHTRANSFORM hRoundTrip; cmsFloat64Number MaxTAC; } PreserveKPlaneParams; // The CLUT will be stored at 16 bits, but calculations are performed at cmsFloat32Number precision static int BlackPreservingSampler(CMSREGISTER const cmsUInt16Number In[], CMSREGISTER cmsUInt16Number Out[], CMSREGISTER void* Cargo) { int i; cmsFloat32Number Inf[4], Outf[4]; cmsFloat32Number LabK[4]; cmsFloat64Number SumCMY, SumCMYK, Error, Ratio; cmsCIELab ColorimetricLab, BlackPreservingLab; PreserveKPlaneParams* bp = (PreserveKPlaneParams*) Cargo; // Convert from 16 bits to floating point for (i=0; i < 4; i++) Inf[i] = (cmsFloat32Number) (In[i] / 65535.0); // Get the K across Tone curve LabK[3] = cmsEvalToneCurveFloat(bp ->KTone, Inf[3]); // If going across black only, keep black only if (In[0] == 0 && In[1] == 0 && In[2] == 0) { Out[0] = Out[1] = Out[2] = 0; Out[3] = _cmsQuickSaturateWord(LabK[3] * 65535.0); return TRUE; } // Try the original transform, cmsPipelineEvalFloat(Inf, Outf, bp ->cmyk2cmyk); // Store a copy of the floating point result into 16-bit for (i=0; i < 4; i++) Out[i] = _cmsQuickSaturateWord(Outf[i] * 65535.0); // Maybe K is already ok (mostly on K=0) if (fabsf(Outf[3] - LabK[3]) < (3.0 / 65535.0)) { return TRUE; } // K differ, measure and keep Lab measurement for further usage // this is done in relative colorimetric intent cmsDoTransform(bp->hProofOutput, Out, &ColorimetricLab, 1); // Is not black only and the transform doesn't keep black. // Obtain the Lab of output CMYK. After that we have Lab + K cmsDoTransform(bp ->cmyk2Lab, Outf, LabK, 1); // Obtain the corresponding CMY using reverse interpolation // (K is fixed in LabK[3]) if (!cmsPipelineEvalReverseFloat(LabK, Outf, Outf, bp ->LabK2cmyk)) { // Cannot find a suitable value, so use colorimetric xform // which is already stored in Out[] return TRUE; } // Make sure to pass through K (which now is fixed) Outf[3] = LabK[3]; // Apply TAC if needed SumCMY = (cmsFloat64Number) Outf[0] + Outf[1] + Outf[2]; SumCMYK = SumCMY + Outf[3]; if (SumCMYK > bp ->MaxTAC) { Ratio = 1 - ((SumCMYK - bp->MaxTAC) / SumCMY); if (Ratio < 0) Ratio = 0; } else Ratio = 1.0; Out[0] = _cmsQuickSaturateWord(Outf[0] * Ratio * 65535.0); // C Out[1] = _cmsQuickSaturateWord(Outf[1] * Ratio * 65535.0); // M Out[2] = _cmsQuickSaturateWord(Outf[2] * Ratio * 65535.0); // Y Out[3] = _cmsQuickSaturateWord(Outf[3] * 65535.0); // Estimate the error (this goes 16 bits to Lab DBL) cmsDoTransform(bp->hProofOutput, Out, &BlackPreservingLab, 1); Error = cmsDeltaE(&ColorimetricLab, &BlackPreservingLab); if (Error > bp -> MaxError) bp->MaxError = Error; return TRUE; } // This is the entry for black-plane preserving, which are non-ICC static cmsPipeline* BlackPreservingKPlaneIntents(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number TheIntents[], cmsHPROFILE hProfiles[], cmsBool BPC[], cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) { PreserveKPlaneParams bp; cmsPipeline* Result = NULL; cmsUInt32Number ICCIntents[256]; cmsStage* CLUT; cmsUInt32Number i, nGridPoints; cmsUInt32Number lastProfilePos; cmsUInt32Number preservationProfilesCount; cmsHPROFILE hLastProfile; cmsHPROFILE hLab; // Sanity check if (nProfiles < 1 || nProfiles > 255) return NULL; // Translate black-preserving intents to ICC ones for (i=0; i < nProfiles; i++) ICCIntents[i] = TranslateNonICCIntents(TheIntents[i]); // Trim all CMYK devicelinks at the end lastProfilePos = nProfiles - 1; hLastProfile = hProfiles[lastProfilePos]; // Skip CMYK->CMYK devicelinks on ending while (is_cmyk_devicelink(hLastProfile)) { if (lastProfilePos < 2) break; hLastProfile = hProfiles[--lastProfilePos]; } preservationProfilesCount = lastProfilePos + 1; // Check for non-cmyk profiles if (cmsGetColorSpace(hProfiles[0]) != cmsSigCmykData || !(cmsGetColorSpace(hLastProfile) == cmsSigCmykData || cmsGetDeviceClass(hLastProfile) == cmsSigOutputClass)) return DefaultICCintents(ContextID, nProfiles, ICCIntents, hProfiles, BPC, AdaptationStates, dwFlags); // Allocate an empty LUT for holding the result Result = cmsPipelineAlloc(ContextID, 4, 4); if (Result == NULL) return NULL; memset(&bp, 0, sizeof(bp)); // We need the input LUT of the last profile, assuming this one is responsible of // black generation. This LUT will be searched in inverse order. bp.LabK2cmyk = _cmsReadInputLUT(hLastProfile, INTENT_RELATIVE_COLORIMETRIC); if (bp.LabK2cmyk == NULL) goto Cleanup; // Get total area coverage (in 0..1 domain) bp.MaxTAC = cmsDetectTAC(hLastProfile) / 100.0; if (bp.MaxTAC <= 0) goto Cleanup; // Create a LUT holding normal ICC transform bp.cmyk2cmyk = DefaultICCintents(ContextID, preservationProfilesCount, ICCIntents, hProfiles, BPC, AdaptationStates, dwFlags); if (bp.cmyk2cmyk == NULL) goto Cleanup; // Now the tone curve bp.KTone = _cmsBuildKToneCurve(ContextID, 4096, preservationProfilesCount, ICCIntents, hProfiles, BPC, AdaptationStates, dwFlags); if (bp.KTone == NULL) goto Cleanup; // To measure the output, Last profile to Lab hLab = cmsCreateLab4ProfileTHR(ContextID, NULL); bp.hProofOutput = cmsCreateTransformTHR(ContextID, hLastProfile, CHANNELS_SH(4)|BYTES_SH(2), hLab, TYPE_Lab_DBL, INTENT_RELATIVE_COLORIMETRIC, cmsFLAGS_NOCACHE|cmsFLAGS_NOOPTIMIZE); if ( bp.hProofOutput == NULL) goto Cleanup; // Same as anterior, but lab in the 0..1 range bp.cmyk2Lab = cmsCreateTransformTHR(ContextID, hLastProfile, FLOAT_SH(1)|CHANNELS_SH(4)|BYTES_SH(4), hLab, FLOAT_SH(1)|CHANNELS_SH(3)|BYTES_SH(4), INTENT_RELATIVE_COLORIMETRIC, cmsFLAGS_NOCACHE|cmsFLAGS_NOOPTIMIZE); if (bp.cmyk2Lab == NULL) goto Cleanup; cmsCloseProfile(hLab); // Error estimation (for debug only) bp.MaxError = 0; // How many gridpoints are we going to use? nGridPoints = _cmsReasonableGridpointsByColorspace(cmsSigCmykData, dwFlags); CLUT = cmsStageAllocCLut16bit(ContextID, nGridPoints, 4, 4, NULL); if (CLUT == NULL) goto Cleanup; if (!cmsPipelineInsertStage(Result, cmsAT_BEGIN, CLUT)) goto Cleanup; cmsStageSampleCLut16bit(CLUT, BlackPreservingSampler, (void*) &bp, 0); // Insert possible devicelinks at the end for (i = lastProfilePos + 1; i < nProfiles; i++) { cmsPipeline* devlink = _cmsReadDevicelinkLUT(hProfiles[i], ICCIntents[i]); if (devlink == NULL) goto Cleanup; if (!cmsPipelineCat(Result, devlink)) goto Cleanup; } Cleanup: if (bp.cmyk2cmyk) cmsPipelineFree(bp.cmyk2cmyk); if (bp.cmyk2Lab) cmsDeleteTransform(bp.cmyk2Lab); if (bp.hProofOutput) cmsDeleteTransform(bp.hProofOutput); if (bp.KTone) cmsFreeToneCurve(bp.KTone); if (bp.LabK2cmyk) cmsPipelineFree(bp.LabK2cmyk); return Result; } // Link routines ------------------------------------------------------------------------------------------------------ // Chain several profiles into a single LUT. It just checks the parameters and then calls the handler // for the first intent in chain. The handler may be user-defined. Is up to the handler to deal with the // rest of intents in chain. A maximum of 255 profiles at time are supported, which is pretty reasonable. cmsPipeline* _cmsLinkProfiles(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number TheIntents[], cmsHPROFILE hProfiles[], cmsBool BPC[], cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) { cmsUInt32Number i; cmsIntentsList* Intent; // Make sure a reasonable number of profiles is provided if (nProfiles <= 0 || nProfiles > 255) { cmsSignalError(ContextID, cmsERROR_RANGE, "Couldn't link '%d' profiles", nProfiles); return NULL; } for (i=0; i < nProfiles; i++) { // Check if black point is really needed or allowed. Note that // following Adobe's document: // BPC does not apply to devicelink profiles, nor to abs colorimetric, // and applies always on V4 perceptual and saturation. if (TheIntents[i] == INTENT_ABSOLUTE_COLORIMETRIC) BPC[i] = FALSE; if (TheIntents[i] == INTENT_PERCEPTUAL || TheIntents[i] == INTENT_SATURATION) { // Force BPC for V4 profiles in perceptual and saturation if (cmsGetEncodedICCversion(hProfiles[i]) >= 0x4000000) BPC[i] = TRUE; } } // Search for a handler. The first intent in the chain defines the handler. That would // prevent using multiple custom intents in a multiintent chain, but the behaviour of // this case would present some issues if the custom intent tries to do things like // preserve primaries. This solution is not perfect, but works well on most cases. Intent = SearchIntent(ContextID, TheIntents[0]); if (Intent == NULL) { cmsSignalError(ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unsupported intent '%d'", TheIntents[0]); return NULL; } // Call the handler return Intent ->Link(ContextID, nProfiles, TheIntents, hProfiles, BPC, AdaptationStates, dwFlags); } // ------------------------------------------------------------------------------------------------- // Get information about available intents. nMax is the maximum space for the supplied "Codes" // and "Descriptions" the function returns the total number of intents, which may be greater // than nMax, although the matrices are not populated beyond this level. cmsUInt32Number CMSEXPORT cmsGetSupportedIntentsTHR(cmsContext ContextID, cmsUInt32Number nMax, cmsUInt32Number* Codes, char** Descriptions) { _cmsIntentsPluginChunkType* ctx = ( _cmsIntentsPluginChunkType*) _cmsContextGetClientChunk(ContextID, IntentPlugin); cmsIntentsList* pt; cmsUInt32Number nIntents; for (nIntents=0, pt = DefaultIntents; pt != NULL; pt = pt -> Next) { if (nIntents < nMax) { if (Codes != NULL) Codes[nIntents] = pt ->Intent; if (Descriptions != NULL) Descriptions[nIntents] = pt ->Description; } nIntents++; } for (pt = ctx->Intents; pt != NULL; pt = pt -> Next) { if (nIntents < nMax) { if (Codes != NULL) Codes[nIntents] = pt ->Intent; if (Descriptions != NULL) Descriptions[nIntents] = pt ->Description; } nIntents++; } return nIntents; } cmsUInt32Number CMSEXPORT cmsGetSupportedIntents(cmsUInt32Number nMax, cmsUInt32Number* Codes, char** Descriptions) { return cmsGetSupportedIntentsTHR(NULL, nMax, Codes, Descriptions); } // The plug-in registration. User can add new intents or override default routines cmsBool _cmsRegisterRenderingIntentPlugin(cmsContext id, cmsPluginBase* Data) { _cmsIntentsPluginChunkType* ctx = ( _cmsIntentsPluginChunkType*) _cmsContextGetClientChunk(id, IntentPlugin); cmsPluginRenderingIntent* Plugin = (cmsPluginRenderingIntent*) Data; cmsIntentsList* fl; // Do we have to reset the custom intents? if (Data == NULL) { ctx->Intents = NULL; return TRUE; } fl = (cmsIntentsList*) _cmsPluginMalloc(id, sizeof(cmsIntentsList)); if (fl == NULL) return FALSE; fl ->Intent = Plugin ->Intent; strncpy(fl ->Description, Plugin ->Description, sizeof(fl ->Description)-1); fl ->Description[sizeof(fl ->Description)-1] = 0; fl ->Link = Plugin ->Link; fl ->Next = ctx ->Intents; ctx ->Intents = fl; return TRUE; } lcms2-2.17/src/cmserr.c0000644000175000017500000005414214752176133013742 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- #include "lcms2_internal.h" // This function is here to help applications to prevent mixing lcms versions on header and shared objects. int CMSEXPORT cmsGetEncodedCMMversion(void) { return LCMS_VERSION; } // I am so tired about incompatibilities on those functions that here are some replacements // that hopefully would be fully portable. // compare two strings ignoring case int CMSEXPORT cmsstrcasecmp(const char* s1, const char* s2) { CMSREGISTER const unsigned char *us1 = (const unsigned char *)s1, *us2 = (const unsigned char *)s2; while (toupper(*us1) == toupper(*us2++)) if (*us1++ == '\0') return 0; return (toupper(*us1) - toupper(*--us2)); } // long int because C99 specifies ftell in such way (7.19.9.2) long int CMSEXPORT cmsfilelength(FILE* f) { long int p , n; p = ftell(f); // register current file position if (p == -1L) return -1L; if (fseek(f, 0, SEEK_END) != 0) { return -1L; } n = ftell(f); fseek(f, p, SEEK_SET); // file position restored return n; } // Memory handling ------------------------------------------------------------------ // // This is the interface to low-level memory management routines. By default a simple // wrapping to malloc/free/realloc is provided, although there is a limit on the max // amount of memory that can be reclaimed. This is mostly as a safety feature to prevent // bogus or evil code to allocate huge blocks that otherwise lcms would never need. #define MAX_MEMORY_FOR_ALLOC ((cmsUInt32Number)(1024U*1024U*512U)) // User may override this behaviour by using a memory plug-in, which basically replaces // the default memory management functions. In this case, no check is performed and it // is up to the plug-in writer to keep in the safe side. There are only three functions // required to be implemented: malloc, realloc and free, although the user may want to // replace the optional mallocZero, calloc and dup as well. cmsBool _cmsRegisterMemHandlerPlugin(cmsContext ContextID, cmsPluginBase* Plugin); // ********************************************************************************* // This is the default memory allocation function. It does a very coarse // check of amount of memory, just to prevent exploits static void* _cmsMallocDefaultFn(cmsContext ContextID, cmsUInt32Number size) { // Never allow 0 or over maximum if (size == 0 || size > MAX_MEMORY_FOR_ALLOC) return NULL; return (void*) malloc(size); cmsUNUSED_PARAMETER(ContextID); } // Generic allocate & zero static void* _cmsMallocZeroDefaultFn(cmsContext ContextID, cmsUInt32Number size) { void *pt = _cmsMalloc(ContextID, size); if (pt == NULL) return NULL; memset(pt, 0, size); return pt; } // The default free function. The only check proformed is against NULL pointers static void _cmsFreeDefaultFn(cmsContext ContextID, void *Ptr) { // free(NULL) is defined a no-op by C99, therefore it is safe to // avoid the check, but it is here just in case... if (Ptr) free(Ptr); cmsUNUSED_PARAMETER(ContextID); } // The default realloc function. Again it checks for exploits. If Ptr is NULL, // realloc behaves the same way as malloc and allocates a new block of size bytes. static void* _cmsReallocDefaultFn(cmsContext ContextID, void* Ptr, cmsUInt32Number size) { if (size > MAX_MEMORY_FOR_ALLOC) return NULL; // Never realloc over 512Mb return realloc(Ptr, size); cmsUNUSED_PARAMETER(ContextID); } // The default calloc function. Allocates an array of num elements, each one of size bytes // all memory is initialized to zero. static void* _cmsCallocDefaultFn(cmsContext ContextID, cmsUInt32Number num, cmsUInt32Number size) { cmsUInt32Number Total = num * size; // Preserve calloc behaviour if (Total == 0) return NULL; // Safe check for overflow. if (num >= UINT_MAX / size) return NULL; // Check for overflow if (Total < num || Total < size) { return NULL; } if (Total > MAX_MEMORY_FOR_ALLOC) return NULL; // Never alloc over 512Mb return _cmsMallocZero(ContextID, Total); } // Generic block duplication static void* _cmsDupDefaultFn(cmsContext ContextID, const void* Org, cmsUInt32Number size) { void* mem; if (size > MAX_MEMORY_FOR_ALLOC) return NULL; // Never dup over 512Mb mem = _cmsMalloc(ContextID, size); if (mem != NULL && Org != NULL) memmove(mem, Org, size); return mem; } // Pointers to memory manager functions in Context0 _cmsMemPluginChunkType _cmsMemPluginChunk = { _cmsMallocDefaultFn, _cmsMallocZeroDefaultFn, _cmsFreeDefaultFn, _cmsReallocDefaultFn, _cmsCallocDefaultFn, _cmsDupDefaultFn }; // Reset and duplicate memory manager void _cmsAllocMemPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src) { _cmsAssert(ctx != NULL); if (src != NULL) { // Duplicate ctx ->chunks[MemPlugin] = _cmsSubAllocDup(ctx ->MemPool, src ->chunks[MemPlugin], sizeof(_cmsMemPluginChunkType)); } else { // To reset it, we use the default allocators, which cannot be overridden ctx ->chunks[MemPlugin] = &ctx ->DefaultMemoryManager; } } // Auxiliary to fill memory management functions from plugin (or context 0 defaults) void _cmsInstallAllocFunctions(cmsPluginMemHandler* Plugin, _cmsMemPluginChunkType* ptr) { if (Plugin == NULL) { memcpy(ptr, &_cmsMemPluginChunk, sizeof(_cmsMemPluginChunk)); } else { ptr ->MallocPtr = Plugin -> MallocPtr; ptr ->FreePtr = Plugin -> FreePtr; ptr ->ReallocPtr = Plugin -> ReallocPtr; // Make sure we revert to defaults ptr ->MallocZeroPtr= _cmsMallocZeroDefaultFn; ptr ->CallocPtr = _cmsCallocDefaultFn; ptr ->DupPtr = _cmsDupDefaultFn; if (Plugin ->MallocZeroPtr != NULL) ptr ->MallocZeroPtr = Plugin -> MallocZeroPtr; if (Plugin ->CallocPtr != NULL) ptr ->CallocPtr = Plugin -> CallocPtr; if (Plugin ->DupPtr != NULL) ptr ->DupPtr = Plugin -> DupPtr; } } // Plug-in replacement entry cmsBool _cmsRegisterMemHandlerPlugin(cmsContext ContextID, cmsPluginBase *Data) { cmsPluginMemHandler* Plugin = (cmsPluginMemHandler*) Data; _cmsMemPluginChunkType* ptr; // NULL forces to reset to defaults. In this special case, the defaults are stored in the context structure. // Remaining plug-ins does NOT have any copy in the context structure, but this is somehow special as the // context internal data should be malloc'ed by using those functions. if (Data == NULL) { struct _cmsContext_struct* ctx = ( struct _cmsContext_struct*) ContextID; // Return to the default allocators if (ContextID != NULL) { ctx->chunks[MemPlugin] = (void*) &ctx->DefaultMemoryManager; } return TRUE; } // Check for required callbacks if (Plugin -> MallocPtr == NULL || Plugin -> FreePtr == NULL || Plugin -> ReallocPtr == NULL) return FALSE; // Set replacement functions ptr = (_cmsMemPluginChunkType*) _cmsContextGetClientChunk(ContextID, MemPlugin); if (ptr == NULL) return FALSE; _cmsInstallAllocFunctions(Plugin, ptr); return TRUE; } // Generic allocate void* CMSEXPORT _cmsMalloc(cmsContext ContextID, cmsUInt32Number size) { _cmsMemPluginChunkType* ptr = (_cmsMemPluginChunkType*) _cmsContextGetClientChunk(ContextID, MemPlugin); return ptr ->MallocPtr(ContextID, size); } // Generic allocate & zero void* CMSEXPORT _cmsMallocZero(cmsContext ContextID, cmsUInt32Number size) { _cmsMemPluginChunkType* ptr = (_cmsMemPluginChunkType*) _cmsContextGetClientChunk(ContextID, MemPlugin); return ptr->MallocZeroPtr(ContextID, size); } // Generic calloc void* CMSEXPORT _cmsCalloc(cmsContext ContextID, cmsUInt32Number num, cmsUInt32Number size) { _cmsMemPluginChunkType* ptr = (_cmsMemPluginChunkType*) _cmsContextGetClientChunk(ContextID, MemPlugin); return ptr->CallocPtr(ContextID, num, size); } // Generic reallocate void* CMSEXPORT _cmsRealloc(cmsContext ContextID, void* Ptr, cmsUInt32Number size) { _cmsMemPluginChunkType* ptr = (_cmsMemPluginChunkType*) _cmsContextGetClientChunk(ContextID, MemPlugin); return ptr->ReallocPtr(ContextID, Ptr, size); } // Generic free memory void CMSEXPORT _cmsFree(cmsContext ContextID, void* Ptr) { if (Ptr != NULL) { _cmsMemPluginChunkType* ptr = (_cmsMemPluginChunkType*) _cmsContextGetClientChunk(ContextID, MemPlugin); ptr ->FreePtr(ContextID, Ptr); } } // Generic block duplication void* CMSEXPORT _cmsDupMem(cmsContext ContextID, const void* Org, cmsUInt32Number size) { _cmsMemPluginChunkType* ptr = (_cmsMemPluginChunkType*) _cmsContextGetClientChunk(ContextID, MemPlugin); return ptr ->DupPtr(ContextID, Org, size); } // ******************************************************************************************** // Sub allocation takes care of many pointers of small size. The memory allocated in // this way have be freed at once. Next function allocates a single chunk for linked list // I prefer this method over realloc due to the big impact on xput realloc may have if // memory is being swapped to disk. This approach is safer (although that may not be true on all platforms) static _cmsSubAllocator_chunk* _cmsCreateSubAllocChunk(cmsContext ContextID, cmsUInt32Number Initial) { _cmsSubAllocator_chunk* chunk; // 20K by default if (Initial == 0) Initial = 20*1024; // Create the container chunk = (_cmsSubAllocator_chunk*) _cmsMallocZero(ContextID, sizeof(_cmsSubAllocator_chunk)); if (chunk == NULL) return NULL; // Initialize values chunk ->Block = (cmsUInt8Number*) _cmsMalloc(ContextID, Initial); if (chunk ->Block == NULL) { // Something went wrong _cmsFree(ContextID, chunk); return NULL; } chunk ->BlockSize = Initial; chunk ->Used = 0; chunk ->next = NULL; return chunk; } // The suballocated is nothing but a pointer to the first element in the list. We also keep // the thread ID in this structure. _cmsSubAllocator* _cmsCreateSubAlloc(cmsContext ContextID, cmsUInt32Number Initial) { _cmsSubAllocator* sub; // Create the container sub = (_cmsSubAllocator*) _cmsMallocZero(ContextID, sizeof(_cmsSubAllocator)); if (sub == NULL) return NULL; sub ->ContextID = ContextID; sub ->h = _cmsCreateSubAllocChunk(ContextID, Initial); if (sub ->h == NULL) { _cmsFree(ContextID, sub); return NULL; } return sub; } // Get rid of whole linked list void _cmsSubAllocDestroy(_cmsSubAllocator* sub) { _cmsSubAllocator_chunk *chunk, *n; for (chunk = sub ->h; chunk != NULL; chunk = n) { n = chunk->next; if (chunk->Block != NULL) _cmsFree(sub ->ContextID, chunk->Block); _cmsFree(sub ->ContextID, chunk); } // Free the header _cmsFree(sub ->ContextID, sub); } // Get a pointer to small memory block. void* _cmsSubAlloc(_cmsSubAllocator* sub, cmsUInt32Number size) { cmsUInt32Number Free = sub -> h ->BlockSize - sub -> h -> Used; cmsUInt8Number* ptr; size = _cmsALIGNMEM(size); // Check for memory. If there is no room, allocate a new chunk of double memory size. if (size > Free) { _cmsSubAllocator_chunk* chunk; cmsUInt32Number newSize; newSize = sub -> h ->BlockSize * 2; if (newSize < size) newSize = size; chunk = _cmsCreateSubAllocChunk(sub -> ContextID, newSize); if (chunk == NULL) return NULL; // Link list chunk ->next = sub ->h; sub ->h = chunk; } ptr = sub -> h ->Block + sub -> h ->Used; sub -> h -> Used += size; return (void*) ptr; } // Duplicate in pool void* _cmsSubAllocDup(_cmsSubAllocator* s, const void *ptr, cmsUInt32Number size) { void *NewPtr; // Dup of null pointer is also NULL if (ptr == NULL) return NULL; NewPtr = _cmsSubAlloc(s, size); if (ptr != NULL && NewPtr != NULL) { memcpy(NewPtr, ptr, size); } return NewPtr; } // Error logging ****************************************************************** // There is no error handling at all. When a function fails, it returns proper value. // For example, all create functions does return NULL on failure. Other return FALSE // It may be interesting, for the developer, to know why the function is failing. // for that reason, lcms2 does offer a logging function. This function does receive // a ENGLISH string with some clues on what is going wrong. You can show this // info to the end user, or just create some sort of log. // The logging function should NOT terminate the program, as this obviously can leave // resources. It is the programmer's responsibility to check each function return code // to make sure it didn't fail. // Error messages are limited to MAX_ERROR_MESSAGE_LEN #define MAX_ERROR_MESSAGE_LEN 1024 // --------------------------------------------------------------------------------------------------------- // This is our default log error static void DefaultLogErrorHandlerFunction(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *Text); // Context0 storage, which is global _cmsLogErrorChunkType _cmsLogErrorChunk = { DefaultLogErrorHandlerFunction }; // Allocates and inits error logger container for a given context. If src is NULL, only initializes the value // to the default. Otherwise, it duplicates the value. The interface is standard across all context clients void _cmsAllocLogErrorChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src) { static _cmsLogErrorChunkType LogErrorChunk = { DefaultLogErrorHandlerFunction }; void* from; if (src != NULL) { from = src ->chunks[Logger]; } else { from = &LogErrorChunk; } ctx ->chunks[Logger] = _cmsSubAllocDup(ctx ->MemPool, from, sizeof(_cmsLogErrorChunkType)); } // The default error logger does nothing. static void DefaultLogErrorHandlerFunction(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *Text) { // fprintf(stderr, "[lcms]: %s\n", Text); // fflush(stderr); cmsUNUSED_PARAMETER(ContextID); cmsUNUSED_PARAMETER(ErrorCode); cmsUNUSED_PARAMETER(Text); } // Change log error, context based void CMSEXPORT cmsSetLogErrorHandlerTHR(cmsContext ContextID, cmsLogErrorHandlerFunction Fn) { _cmsLogErrorChunkType* lhg = (_cmsLogErrorChunkType*) _cmsContextGetClientChunk(ContextID, Logger); if (lhg != NULL) { if (Fn == NULL) lhg -> LogErrorHandler = DefaultLogErrorHandlerFunction; else lhg -> LogErrorHandler = Fn; } } // Change log error, legacy void CMSEXPORT cmsSetLogErrorHandler(cmsLogErrorHandlerFunction Fn) { cmsSetLogErrorHandlerTHR(NULL, Fn); } // Log an error // ErrorText is a text holding an english description of error. void CMSEXPORT cmsSignalError(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *ErrorText, ...) { va_list args; char Buffer[MAX_ERROR_MESSAGE_LEN]; _cmsLogErrorChunkType* lhg; va_start(args, ErrorText); vsnprintf(Buffer, MAX_ERROR_MESSAGE_LEN-1, ErrorText, args); va_end(args); // Check for the context, if specified go there. If not, go for the global lhg = (_cmsLogErrorChunkType*) _cmsContextGetClientChunk(ContextID, Logger); if (lhg ->LogErrorHandler) { lhg ->LogErrorHandler(ContextID, ErrorCode, Buffer); } } // Utility function to print signatures void _cmsTagSignature2String(char String[5], cmsTagSignature sig) { cmsUInt32Number be; // Convert to big endian be = _cmsAdjustEndianess32((cmsUInt32Number) sig); // Move chars memmove(String, &be, 4); // Make sure of terminator String[4] = 0; } //-------------------------------------------------------------------------------------------------- static void* defMtxCreate(cmsContext id) { _cmsMutex* ptr_mutex = (_cmsMutex*) _cmsMalloc(id, sizeof(_cmsMutex)); _cmsInitMutexPrimitive(ptr_mutex); return (void*) ptr_mutex; } static void defMtxDestroy(cmsContext id, void* mtx) { _cmsDestroyMutexPrimitive((_cmsMutex *) mtx); _cmsFree(id, mtx); } static cmsBool defMtxLock(cmsContext id, void* mtx) { cmsUNUSED_PARAMETER(id); return _cmsLockPrimitive((_cmsMutex *) mtx) == 0; } static void defMtxUnlock(cmsContext id, void* mtx) { cmsUNUSED_PARAMETER(id); _cmsUnlockPrimitive((_cmsMutex *) mtx); } // Pointers to memory manager functions in Context0 _cmsMutexPluginChunkType _cmsMutexPluginChunk = { defMtxCreate, defMtxDestroy, defMtxLock, defMtxUnlock }; // Allocate and init mutex container. void _cmsAllocMutexPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src) { static _cmsMutexPluginChunkType MutexChunk = {defMtxCreate, defMtxDestroy, defMtxLock, defMtxUnlock }; void* from; if (src != NULL) { from = src ->chunks[MutexPlugin]; } else { from = &MutexChunk; } ctx ->chunks[MutexPlugin] = _cmsSubAllocDup(ctx ->MemPool, from, sizeof(_cmsMutexPluginChunkType)); } // Register new ways to transform cmsBool _cmsRegisterMutexPlugin(cmsContext ContextID, cmsPluginBase* Data) { cmsPluginMutex* Plugin = (cmsPluginMutex*) Data; _cmsMutexPluginChunkType* ctx = ( _cmsMutexPluginChunkType*) _cmsContextGetClientChunk(ContextID, MutexPlugin); if (Data == NULL) { // No lock routines ctx->CreateMutexPtr = NULL; ctx->DestroyMutexPtr = NULL; ctx->LockMutexPtr = NULL; ctx ->UnlockMutexPtr = NULL; return TRUE; } // Factory callback is required if (Plugin ->CreateMutexPtr == NULL || Plugin ->DestroyMutexPtr == NULL || Plugin ->LockMutexPtr == NULL || Plugin ->UnlockMutexPtr == NULL) return FALSE; ctx->CreateMutexPtr = Plugin->CreateMutexPtr; ctx->DestroyMutexPtr = Plugin ->DestroyMutexPtr; ctx ->LockMutexPtr = Plugin ->LockMutexPtr; ctx ->UnlockMutexPtr = Plugin ->UnlockMutexPtr; // All is ok return TRUE; } // Generic Mutex fns void* CMSEXPORT _cmsCreateMutex(cmsContext ContextID) { _cmsMutexPluginChunkType* ptr = (_cmsMutexPluginChunkType*) _cmsContextGetClientChunk(ContextID, MutexPlugin); if (ptr ->CreateMutexPtr == NULL) return NULL; return ptr ->CreateMutexPtr(ContextID); } void CMSEXPORT _cmsDestroyMutex(cmsContext ContextID, void* mtx) { _cmsMutexPluginChunkType* ptr = (_cmsMutexPluginChunkType*) _cmsContextGetClientChunk(ContextID, MutexPlugin); if (ptr ->DestroyMutexPtr != NULL) { ptr ->DestroyMutexPtr(ContextID, mtx); } } cmsBool CMSEXPORT _cmsLockMutex(cmsContext ContextID, void* mtx) { _cmsMutexPluginChunkType* ptr = (_cmsMutexPluginChunkType*) _cmsContextGetClientChunk(ContextID, MutexPlugin); if (ptr ->LockMutexPtr == NULL) return TRUE; return ptr ->LockMutexPtr(ContextID, mtx); } void CMSEXPORT _cmsUnlockMutex(cmsContext ContextID, void* mtx) { _cmsMutexPluginChunkType* ptr = (_cmsMutexPluginChunkType*) _cmsContextGetClientChunk(ContextID, MutexPlugin); if (ptr ->UnlockMutexPtr != NULL) { ptr ->UnlockMutexPtr(ContextID, mtx); } } // The global Context0 storage for parallelization plug-in _cmsParallelizationPluginChunkType _cmsParallelizationPluginChunk = { 0 }; // Allocate parallelization container. void _cmsAllocParallelizationPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src) { if (src != NULL) { void* from = src->chunks[ParallelizationPlugin]; ctx->chunks[ParallelizationPlugin] = _cmsSubAllocDup(ctx->MemPool, from, sizeof(_cmsParallelizationPluginChunkType)); } else { _cmsParallelizationPluginChunkType ParallelizationPluginChunk = { 0 }; ctx->chunks[ParallelizationPlugin] = _cmsSubAllocDup(ctx->MemPool, &ParallelizationPluginChunk, sizeof(_cmsParallelizationPluginChunkType)); } } // Register parallel processing cmsBool _cmsRegisterParallelizationPlugin(cmsContext ContextID, cmsPluginBase* Data) { cmsPluginParalellization* Plugin = (cmsPluginParalellization*)Data; _cmsParallelizationPluginChunkType* ctx = (_cmsParallelizationPluginChunkType*)_cmsContextGetClientChunk(ContextID, ParallelizationPlugin); if (Data == NULL) { // No parallelization routines ctx->MaxWorkers = 0; ctx->WorkerFlags = 0; ctx->SchedulerFn = NULL; return TRUE; } // callback is required if (Plugin->SchedulerFn == NULL) return FALSE; ctx->MaxWorkers = Plugin->MaxWorkers; ctx->WorkerFlags = Plugin->WorkerFlags; ctx->SchedulerFn = Plugin->SchedulerFn; // All is ok return TRUE; } lcms2-2.17/src/cmsgamma.c0000644000175000017500000012666214752176133014243 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include "lcms2_internal.h" // Tone curves are powerful constructs that can contain curves specified in diverse ways. // The curve is stored in segments, where each segment can be sampled or specified by parameters. // a 16.bit simplification of the *whole* curve is kept for optimization purposes. For float operation, // each segment is evaluated separately. Plug-ins may be used to define new parametric schemes, // each plug-in may define up to MAX_TYPES_IN_LCMS_PLUGIN functions types. For defining a function, // the plug-in should provide the type id, how many parameters each type has, and a pointer to // a procedure that evaluates the function. In the case of reverse evaluation, the evaluator will // be called with the type id as a negative value, and a sampled version of the reversed curve // will be built. // ----------------------------------------------------------------- Implementation // Maxim number of nodes #define MAX_NODES_IN_CURVE 4097 #define MINUS_INF (-1E22F) #define PLUS_INF (+1E22F) // The list of supported parametric curves typedef struct _cmsParametricCurvesCollection_st { cmsUInt32Number nFunctions; // Number of supported functions in this chunk cmsInt32Number FunctionTypes[MAX_TYPES_IN_LCMS_PLUGIN]; // The identification types cmsUInt32Number ParameterCount[MAX_TYPES_IN_LCMS_PLUGIN]; // Number of parameters for each function cmsParametricCurveEvaluator Evaluator; // The evaluator struct _cmsParametricCurvesCollection_st* Next; // Next in list } _cmsParametricCurvesCollection; // This is the default (built-in) evaluator static cmsFloat64Number DefaultEvalParametricFn(cmsInt32Number Type, const cmsFloat64Number Params[], cmsFloat64Number R); // The built-in list static _cmsParametricCurvesCollection DefaultCurves = { 10, // # of curve types { 1, 2, 3, 4, 5, 6, 7, 8, 108, 109 }, // Parametric curve ID { 1, 3, 4, 5, 7, 4, 5, 5, 1, 1 }, // Parameters by type DefaultEvalParametricFn, // Evaluator NULL // Next in chain }; // Duplicates the zone of memory used by the plug-in in the new context static void DupPluginCurvesList(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src) { _cmsCurvesPluginChunkType newHead = { NULL }; _cmsParametricCurvesCollection* entry; _cmsParametricCurvesCollection* Anterior = NULL; _cmsCurvesPluginChunkType* head = (_cmsCurvesPluginChunkType*) src->chunks[CurvesPlugin]; _cmsAssert(head != NULL); // Walk the list copying all nodes for (entry = head->ParametricCurves; entry != NULL; entry = entry ->Next) { _cmsParametricCurvesCollection *newEntry = ( _cmsParametricCurvesCollection *) _cmsSubAllocDup(ctx ->MemPool, entry, sizeof(_cmsParametricCurvesCollection)); if (newEntry == NULL) return; // We want to keep the linked list order, so this is a little bit tricky newEntry -> Next = NULL; if (Anterior) Anterior -> Next = newEntry; Anterior = newEntry; if (newHead.ParametricCurves == NULL) newHead.ParametricCurves = newEntry; } ctx ->chunks[CurvesPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsCurvesPluginChunkType)); } // The allocator have to follow the chain void _cmsAllocCurvesPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src) { _cmsAssert(ctx != NULL); if (src != NULL) { // Copy all linked list DupPluginCurvesList(ctx, src); } else { static _cmsCurvesPluginChunkType CurvesPluginChunk = { NULL }; ctx ->chunks[CurvesPlugin] = _cmsSubAllocDup(ctx ->MemPool, &CurvesPluginChunk, sizeof(_cmsCurvesPluginChunkType)); } } // The linked list head _cmsCurvesPluginChunkType _cmsCurvesPluginChunk = { NULL }; // As a way to install new parametric curves cmsBool _cmsRegisterParametricCurvesPlugin(cmsContext ContextID, cmsPluginBase* Data) { _cmsCurvesPluginChunkType* ctx = ( _cmsCurvesPluginChunkType*) _cmsContextGetClientChunk(ContextID, CurvesPlugin); cmsPluginParametricCurves* Plugin = (cmsPluginParametricCurves*) Data; _cmsParametricCurvesCollection* fl; if (Data == NULL) { ctx -> ParametricCurves = NULL; return TRUE; } fl = (_cmsParametricCurvesCollection*) _cmsPluginMalloc(ContextID, sizeof(_cmsParametricCurvesCollection)); if (fl == NULL) return FALSE; // Copy the parameters fl ->Evaluator = Plugin ->Evaluator; fl ->nFunctions = Plugin ->nFunctions; // Make sure no mem overwrites if (fl ->nFunctions > MAX_TYPES_IN_LCMS_PLUGIN) fl ->nFunctions = MAX_TYPES_IN_LCMS_PLUGIN; // Copy the data memmove(fl->FunctionTypes, Plugin ->FunctionTypes, fl->nFunctions * sizeof(cmsUInt32Number)); memmove(fl->ParameterCount, Plugin ->ParameterCount, fl->nFunctions * sizeof(cmsUInt32Number)); // Keep linked list fl ->Next = ctx->ParametricCurves; ctx->ParametricCurves = fl; // All is ok return TRUE; } // Search in type list, return position or -1 if not found static int IsInSet(int Type, _cmsParametricCurvesCollection* c) { int i; for (i=0; i < (int) c ->nFunctions; i++) if (abs(Type) == c ->FunctionTypes[i]) return i; return -1; } // Search for the collection which contains a specific type static _cmsParametricCurvesCollection *GetParametricCurveByType(cmsContext ContextID, int Type, int* index) { _cmsParametricCurvesCollection* c; int Position; _cmsCurvesPluginChunkType* ctx = ( _cmsCurvesPluginChunkType*) _cmsContextGetClientChunk(ContextID, CurvesPlugin); for (c = ctx->ParametricCurves; c != NULL; c = c ->Next) { Position = IsInSet(Type, c); if (Position != -1) { if (index != NULL) *index = Position; return c; } } // If none found, revert for defaults for (c = &DefaultCurves; c != NULL; c = c ->Next) { Position = IsInSet(Type, c); if (Position != -1) { if (index != NULL) *index = Position; return c; } } return NULL; } // Low level allocate, which takes care of memory details. nEntries may be zero, and in this case // no optimization curve is computed. nSegments may also be zero in the inverse case, where only the // optimization curve is given. Both features simultaneously is an error static cmsToneCurve* AllocateToneCurveStruct(cmsContext ContextID, cmsUInt32Number nEntries, cmsUInt32Number nSegments, const cmsCurveSegment* Segments, const cmsUInt16Number* Values) { cmsToneCurve* p; cmsUInt32Number i; // We allow huge tables, which are then restricted for smoothing operations if (nEntries > 65530) { cmsSignalError(ContextID, cmsERROR_RANGE, "Couldn't create tone curve of more than 65530 entries"); return NULL; } if (nEntries == 0 && nSegments == 0) { cmsSignalError(ContextID, cmsERROR_RANGE, "Couldn't create tone curve with zero segments and no table"); return NULL; } // Allocate all required pointers, etc. p = (cmsToneCurve*) _cmsMallocZero(ContextID, sizeof(cmsToneCurve)); if (!p) return NULL; // In this case, there are no segments if (nSegments == 0) { p ->Segments = NULL; p ->Evals = NULL; } else { p ->Segments = (cmsCurveSegment*) _cmsCalloc(ContextID, nSegments, sizeof(cmsCurveSegment)); if (p ->Segments == NULL) goto Error; p ->Evals = (cmsParametricCurveEvaluator*) _cmsCalloc(ContextID, nSegments, sizeof(cmsParametricCurveEvaluator)); if (p ->Evals == NULL) goto Error; } p -> nSegments = nSegments; // This 16-bit table contains a limited precision representation of the whole curve and is kept for // increasing xput on certain operations. if (nEntries == 0) { p ->Table16 = NULL; } else { p ->Table16 = (cmsUInt16Number*) _cmsCalloc(ContextID, nEntries, sizeof(cmsUInt16Number)); if (p ->Table16 == NULL) goto Error; } p -> nEntries = nEntries; // Initialize members if requested if (Values != NULL && (nEntries > 0)) { for (i=0; i < nEntries; i++) p ->Table16[i] = Values[i]; } // Initialize the segments stuff. The evaluator for each segment is located and a pointer to it // is placed in advance to maximize performance. if (Segments != NULL && (nSegments > 0)) { _cmsParametricCurvesCollection *c; p ->SegInterp = (cmsInterpParams**) _cmsCalloc(ContextID, nSegments, sizeof(cmsInterpParams*)); if (p ->SegInterp == NULL) goto Error; for (i=0; i < nSegments; i++) { // Type 0 is a special marker for table-based curves if (Segments[i].Type == 0) p ->SegInterp[i] = _cmsComputeInterpParams(ContextID, Segments[i].nGridPoints, 1, 1, NULL, CMS_LERP_FLAGS_FLOAT); memmove(&p ->Segments[i], &Segments[i], sizeof(cmsCurveSegment)); if (Segments[i].Type == 0 && Segments[i].SampledPoints != NULL) p ->Segments[i].SampledPoints = (cmsFloat32Number*) _cmsDupMem(ContextID, Segments[i].SampledPoints, sizeof(cmsFloat32Number) * Segments[i].nGridPoints); else p ->Segments[i].SampledPoints = NULL; c = GetParametricCurveByType(ContextID, Segments[i].Type, NULL); if (c != NULL) p ->Evals[i] = c ->Evaluator; } } p ->InterpParams = _cmsComputeInterpParams(ContextID, p ->nEntries, 1, 1, p->Table16, CMS_LERP_FLAGS_16BITS); if (p->InterpParams != NULL) return p; Error: for (i=0; i < nSegments; i++) { if (p ->Segments && p ->Segments[i].SampledPoints) _cmsFree(ContextID, p ->Segments[i].SampledPoints); if (p ->SegInterp && p ->SegInterp[i]) _cmsFree(ContextID, p ->SegInterp[i]); } if (p -> SegInterp) _cmsFree(ContextID, p -> SegInterp); if (p -> Segments) _cmsFree(ContextID, p -> Segments); if (p -> Evals) _cmsFree(ContextID, p -> Evals); if (p ->Table16) _cmsFree(ContextID, p ->Table16); _cmsFree(ContextID, p); return NULL; } // Generates a sigmoidal function with desired steepness. cmsINLINE double sigmoid_base(double k, double t) { return (1.0 / (1.0 + exp(-k * t))) - 0.5; } cmsINLINE double inverted_sigmoid_base(double k, double t) { return -log((1.0 / (t + 0.5)) - 1.0) / k; } cmsINLINE double sigmoid_factory(double k, double t) { double correction = 0.5 / sigmoid_base(k, 1); return correction * sigmoid_base(k, 2.0 * t - 1.0) + 0.5; } cmsINLINE double inverse_sigmoid_factory(double k, double t) { double correction = 0.5 / sigmoid_base(k, 1); return (inverted_sigmoid_base(k, (t - 0.5) / correction) + 1.0) / 2.0; } // Parametric Fn using floating point static cmsFloat64Number DefaultEvalParametricFn(cmsInt32Number Type, const cmsFloat64Number Params[], cmsFloat64Number R) { cmsFloat64Number e, Val, disc; switch (Type) { // X = Y ^ Gamma case 1: if (R < 0) { if (fabs(Params[0] - 1.0) < MATRIX_DET_TOLERANCE) Val = R; else Val = 0; } else Val = pow(R, Params[0]); break; // Type 1 Reversed: X = Y ^1/gamma case -1: if (R < 0) { if (fabs(Params[0] - 1.0) < MATRIX_DET_TOLERANCE) Val = R; else Val = 0; } else { if (fabs(Params[0]) < MATRIX_DET_TOLERANCE) Val = PLUS_INF; else Val = pow(R, 1 / Params[0]); } break; // CIE 122-1966 // Y = (aX + b)^Gamma | X >= -b/a // Y = 0 | else case 2: { if (fabs(Params[1]) < MATRIX_DET_TOLERANCE) { Val = 0; } else { disc = -Params[2] / Params[1]; if (R >= disc) { e = Params[1] * R + Params[2]; if (e > 0) Val = pow(e, Params[0]); else Val = 0; } else Val = 0; } } break; // Type 2 Reversed // X = (Y ^1/g - b) / a case -2: { if (fabs(Params[0]) < MATRIX_DET_TOLERANCE || fabs(Params[1]) < MATRIX_DET_TOLERANCE) { Val = 0; } else { if (R < 0) Val = 0; else Val = (pow(R, 1.0 / Params[0]) - Params[2]) / Params[1]; if (Val < 0) Val = 0; } } break; // IEC 61966-3 // Y = (aX + b)^Gamma + c | X <= -b/a // Y = c | else case 3: { if (fabs(Params[1]) < MATRIX_DET_TOLERANCE) { Val = 0; } else { disc = -Params[2] / Params[1]; if (disc < 0) disc = 0; if (R >= disc) { e = Params[1] * R + Params[2]; if (e > 0) Val = pow(e, Params[0]) + Params[3]; else Val = 0; } else Val = Params[3]; } } break; // Type 3 reversed // X=((Y-c)^1/g - b)/a | (Y>=c) // X=-b/a | (Y= Params[3]) { e = R - Params[3]; if (e > 0) Val = (pow(e, 1 / Params[0]) - Params[2]) / Params[1]; else Val = 0; } else { Val = -Params[2] / Params[1]; } } } break; // IEC 61966-2.1 (sRGB) // Y = (aX + b)^Gamma | X >= d // Y = cX | X < d case 4: if (R >= Params[4]) { e = Params[1]*R + Params[2]; if (e > 0) Val = pow(e, Params[0]); else Val = 0; } else Val = R * Params[3]; break; // Type 4 reversed // X=((Y^1/g-b)/a) | Y >= (ad+b)^g // X=Y/c | Y< (ad+b)^g case -4: { e = Params[1] * Params[4] + Params[2]; if (e < 0) disc = 0; else disc = pow(e, Params[0]); if (R >= disc) { if (fabs(Params[0]) < MATRIX_DET_TOLERANCE || fabs(Params[1]) < MATRIX_DET_TOLERANCE) Val = 0; else Val = (pow(R, 1.0 / Params[0]) - Params[2]) / Params[1]; } else { if (fabs(Params[3]) < MATRIX_DET_TOLERANCE) Val = 0; else Val = R / Params[3]; } } break; // Y = (aX + b)^Gamma + e | X >= d // Y = cX + f | X < d case 5: if (R >= Params[4]) { e = Params[1]*R + Params[2]; if (e > 0) Val = pow(e, Params[0]) + Params[5]; else Val = Params[5]; } else Val = R*Params[3] + Params[6]; break; // Reversed type 5 // X=((Y-e)1/g-b)/a | Y >=(ad+b)^g+e), cd+f // X=(Y-f)/c | else case -5: { disc = Params[3] * Params[4] + Params[6]; if (R >= disc) { e = R - Params[5]; if (e < 0) Val = 0; else { if (fabs(Params[0]) < MATRIX_DET_TOLERANCE || fabs(Params[1]) < MATRIX_DET_TOLERANCE) Val = 0; else Val = (pow(e, 1.0 / Params[0]) - Params[2]) / Params[1]; } } else { if (fabs(Params[3]) < MATRIX_DET_TOLERANCE) Val = 0; else Val = (R - Params[6]) / Params[3]; } } break; // Types 6,7,8 comes from segmented curves as described in ICCSpecRevision_02_11_06_Float.pdf // Type 6 is basically identical to type 5 without d // Y = (a * X + b) ^ Gamma + c case 6: e = Params[1]*R + Params[2]; // On gamma 1.0, don't clamp if (Params[0] == 1.0) { Val = e + Params[3]; } else { if (e < 0) Val = Params[3]; else Val = pow(e, Params[0]) + Params[3]; } break; // ((Y - c) ^1/Gamma - b) / a case -6: { if (fabs(Params[0]) < MATRIX_DET_TOLERANCE || fabs(Params[1]) < MATRIX_DET_TOLERANCE) { Val = 0; } else { e = R - Params[3]; if (e < 0) Val = 0; else Val = (pow(e, 1.0 / Params[0]) - Params[2]) / Params[1]; } } break; // Y = a * log (b * X^Gamma + c) + d case 7: e = Params[2] * pow(R, Params[0]) + Params[3]; if (e <= 0) Val = Params[4]; else Val = Params[1]*log10(e) + Params[4]; break; // (Y - d) / a = log(b * X ^Gamma + c) // pow(10, (Y-d) / a) = b * X ^Gamma + c // pow((pow(10, (Y-d) / a) - c) / b, 1/g) = X case -7: { if (fabs(Params[0]) < MATRIX_DET_TOLERANCE || fabs(Params[1]) < MATRIX_DET_TOLERANCE || fabs(Params[2]) < MATRIX_DET_TOLERANCE) { Val = 0; } else { Val = pow((pow(10.0, (R - Params[4]) / Params[1]) - Params[3]) / Params[2], 1.0 / Params[0]); } } break; //Y = a * b^(c*X+d) + e case 8: Val = (Params[0] * pow(Params[1], Params[2] * R + Params[3]) + Params[4]); break; // Y = (log((y-e) / a) / log(b) - d ) / c // a=0, b=1, c=2, d=3, e=4, case -8: disc = R - Params[4]; if (disc < 0) Val = 0; else { if (fabs(Params[0]) < MATRIX_DET_TOLERANCE || fabs(Params[2]) < MATRIX_DET_TOLERANCE) { Val = 0; } else { Val = (log(disc / Params[0]) / log(Params[1]) - Params[3]) / Params[2]; } } break; // S-Shaped: (1 - (1-x)^1/g)^1/g case 108: if (fabs(Params[0]) < MATRIX_DET_TOLERANCE) Val = 0; else Val = pow(1.0 - pow(1 - R, 1/Params[0]), 1/Params[0]); break; // y = (1 - (1-x)^1/g)^1/g // y^g = (1 - (1-x)^1/g) // 1 - y^g = (1-x)^1/g // (1 - y^g)^g = 1 - x // 1 - (1 - y^g)^g case -108: Val = 1 - pow(1 - pow(R, Params[0]), Params[0]); break; // Sigmoidals case 109: Val = sigmoid_factory(Params[0], R); break; case -109: Val = inverse_sigmoid_factory(Params[0], R); break; default: // Unsupported parametric curve. Should never reach here return 0; } return Val; } // Evaluate a segmented function for a single value. Return -Inf if no valid segment found . // If fn type is 0, perform an interpolation on the table static cmsFloat64Number EvalSegmentedFn(const cmsToneCurve *g, cmsFloat64Number R) { int i; cmsFloat32Number Out32; cmsFloat64Number Out; for (i = (int) g->nSegments - 1; i >= 0; --i) { // Check for domain if ((R > g->Segments[i].x0) && (R <= g->Segments[i].x1)) { // Type == 0 means segment is sampled if (g->Segments[i].Type == 0) { cmsFloat32Number R1 = (cmsFloat32Number)(R - g->Segments[i].x0) / (g->Segments[i].x1 - g->Segments[i].x0); // Setup the table (TODO: clean that) g->SegInterp[i]->Table = g->Segments[i].SampledPoints; g->SegInterp[i]->Interpolation.LerpFloat(&R1, &Out32, g->SegInterp[i]); Out = (cmsFloat64Number) Out32; } else { Out = g->Evals[i](g->Segments[i].Type, g->Segments[i].Params, R); } if (isinf(Out)) return PLUS_INF; else { if (isinf(-Out)) return MINUS_INF; } return Out; } } return MINUS_INF; } // Access to estimated low-res table cmsUInt32Number CMSEXPORT cmsGetToneCurveEstimatedTableEntries(const cmsToneCurve* t) { _cmsAssert(t != NULL); return t ->nEntries; } const cmsUInt16Number* CMSEXPORT cmsGetToneCurveEstimatedTable(const cmsToneCurve* t) { _cmsAssert(t != NULL); return t ->Table16; } // Create an empty gamma curve, by using tables. This specifies only the limited-precision part, and leaves the // floating point description empty. cmsToneCurve* CMSEXPORT cmsBuildTabulatedToneCurve16(cmsContext ContextID, cmsUInt32Number nEntries, const cmsUInt16Number Values[]) { return AllocateToneCurveStruct(ContextID, nEntries, 0, NULL, Values); } static cmsUInt32Number EntriesByGamma(cmsFloat64Number Gamma) { if (fabs(Gamma - 1.0) < 0.001) return 2; return 4096; } // Create a segmented gamma, fill the table cmsToneCurve* CMSEXPORT cmsBuildSegmentedToneCurve(cmsContext ContextID, cmsUInt32Number nSegments, const cmsCurveSegment Segments[]) { cmsUInt32Number i; cmsFloat64Number R, Val; cmsToneCurve* g; cmsUInt32Number nGridPoints = 4096; _cmsAssert(Segments != NULL); // Optimizatin for identity curves. if (nSegments == 1 && Segments[0].Type == 1) { nGridPoints = EntriesByGamma(Segments[0].Params[0]); } g = AllocateToneCurveStruct(ContextID, nGridPoints, nSegments, Segments, NULL); if (g == NULL) return NULL; // Once we have the floating point version, we can approximate a 16 bit table of 4096 entries // for performance reasons. This table would normally not be used except on 8/16 bits transforms. for (i = 0; i < nGridPoints; i++) { R = (cmsFloat64Number) i / (nGridPoints-1); Val = EvalSegmentedFn(g, R); // Round and saturate g ->Table16[i] = _cmsQuickSaturateWord(Val * 65535.0); } return g; } // Use a segmented curve to store the floating point table cmsToneCurve* CMSEXPORT cmsBuildTabulatedToneCurveFloat(cmsContext ContextID, cmsUInt32Number nEntries, const cmsFloat32Number values[]) { cmsCurveSegment Seg[3]; // Do some housekeeping if (nEntries == 0 || values == NULL) return NULL; // A segmented tone curve should have function segments in the first and last positions // Initialize segmented curve part up to 0 to constant value = samples[0] Seg[0].x0 = MINUS_INF; Seg[0].x1 = 0; Seg[0].Type = 6; Seg[0].Params[0] = 1; Seg[0].Params[1] = 0; Seg[0].Params[2] = 0; Seg[0].Params[3] = values[0]; Seg[0].Params[4] = 0; // From zero to 1 Seg[1].x0 = 0; Seg[1].x1 = 1.0; Seg[1].Type = 0; Seg[1].nGridPoints = nEntries; Seg[1].SampledPoints = (cmsFloat32Number*) values; // Final segment is constant = lastsample Seg[2].x0 = 1.0; Seg[2].x1 = PLUS_INF; Seg[2].Type = 6; Seg[2].Params[0] = 1; Seg[2].Params[1] = 0; Seg[2].Params[2] = 0; Seg[2].Params[3] = values[nEntries-1]; Seg[2].Params[4] = 0; return cmsBuildSegmentedToneCurve(ContextID, 3, Seg); } // Parametric curves // // Parameters goes as: Curve, a, b, c, d, e, f // Type is the ICC type +1 // if type is negative, then the curve is analytically inverted cmsToneCurve* CMSEXPORT cmsBuildParametricToneCurve(cmsContext ContextID, cmsInt32Number Type, const cmsFloat64Number Params[]) { cmsCurveSegment Seg0; int Pos = 0; cmsUInt32Number size; _cmsParametricCurvesCollection* c = GetParametricCurveByType(ContextID, Type, &Pos); _cmsAssert(Params != NULL); if (c == NULL) { cmsSignalError(ContextID, cmsERROR_UNKNOWN_EXTENSION, "Invalid parametric curve type %d", Type); return NULL; } memset(&Seg0, 0, sizeof(Seg0)); Seg0.x0 = MINUS_INF; Seg0.x1 = PLUS_INF; Seg0.Type = Type; size = c->ParameterCount[Pos] * sizeof(cmsFloat64Number); memmove(Seg0.Params, Params, size); return cmsBuildSegmentedToneCurve(ContextID, 1, &Seg0); } // Build a gamma table based on gamma constant cmsToneCurve* CMSEXPORT cmsBuildGamma(cmsContext ContextID, cmsFloat64Number Gamma) { return cmsBuildParametricToneCurve(ContextID, 1, &Gamma); } // Free all memory taken by the gamma curve void CMSEXPORT cmsFreeToneCurve(cmsToneCurve* Curve) { cmsContext ContextID; if (Curve == NULL) return; ContextID = Curve ->InterpParams->ContextID; _cmsFreeInterpParams(Curve ->InterpParams); if (Curve -> Table16) _cmsFree(ContextID, Curve ->Table16); if (Curve ->Segments) { cmsUInt32Number i; for (i=0; i < Curve ->nSegments; i++) { if (Curve ->Segments[i].SampledPoints) { _cmsFree(ContextID, Curve ->Segments[i].SampledPoints); } if (Curve ->SegInterp[i] != 0) _cmsFreeInterpParams(Curve->SegInterp[i]); } _cmsFree(ContextID, Curve ->Segments); _cmsFree(ContextID, Curve ->SegInterp); } if (Curve -> Evals) _cmsFree(ContextID, Curve -> Evals); _cmsFree(ContextID, Curve); } // Utility function, free 3 gamma tables void CMSEXPORT cmsFreeToneCurveTriple(cmsToneCurve* Curve[3]) { _cmsAssert(Curve != NULL); if (Curve[0] != NULL) cmsFreeToneCurve(Curve[0]); if (Curve[1] != NULL) cmsFreeToneCurve(Curve[1]); if (Curve[2] != NULL) cmsFreeToneCurve(Curve[2]); Curve[0] = Curve[1] = Curve[2] = NULL; } // Duplicate a gamma table cmsToneCurve* CMSEXPORT cmsDupToneCurve(const cmsToneCurve* In) { if (In == NULL) return NULL; return AllocateToneCurveStruct(In ->InterpParams ->ContextID, In ->nEntries, In ->nSegments, In ->Segments, In ->Table16); } // Joins two curves for X and Y. Curves should be monotonic. // We want to get // // y = Y^-1(X(t)) // cmsToneCurve* CMSEXPORT cmsJoinToneCurve(cmsContext ContextID, const cmsToneCurve* X, const cmsToneCurve* Y, cmsUInt32Number nResultingPoints) { cmsToneCurve* out = NULL; cmsToneCurve* Yreversed = NULL; cmsFloat32Number t, x; cmsFloat32Number* Res = NULL; cmsUInt32Number i; _cmsAssert(X != NULL); _cmsAssert(Y != NULL); Yreversed = cmsReverseToneCurveEx(nResultingPoints, Y); if (Yreversed == NULL) goto Error; Res = (cmsFloat32Number*) _cmsCalloc(ContextID, nResultingPoints, sizeof(cmsFloat32Number)); if (Res == NULL) goto Error; //Iterate for (i=0; i < nResultingPoints; i++) { t = (cmsFloat32Number) i / (cmsFloat32Number)(nResultingPoints-1); x = cmsEvalToneCurveFloat(X, t); Res[i] = cmsEvalToneCurveFloat(Yreversed, x); } // Allocate space for output out = cmsBuildTabulatedToneCurveFloat(ContextID, nResultingPoints, Res); Error: if (Res != NULL) _cmsFree(ContextID, Res); if (Yreversed != NULL) cmsFreeToneCurve(Yreversed); return out; } // Get the surrounding nodes. This is tricky on non-monotonic tables static int GetInterval(cmsFloat64Number In, const cmsUInt16Number LutTable[], const struct _cms_interp_struc* p) { int i; int y0, y1; // A 1 point table is not allowed if (p -> Domain[0] < 1) return -1; // Let's see if ascending or descending. if (LutTable[0] < LutTable[p ->Domain[0]]) { // Table is overall ascending for (i = (int) p->Domain[0] - 1; i >= 0; --i) { y0 = LutTable[i]; y1 = LutTable[i+1]; if (y0 <= y1) { // Increasing if (In >= y0 && In <= y1) return i; } else if (y1 < y0) { // Decreasing if (In >= y1 && In <= y0) return i; } } } else { // Table is overall descending for (i=0; i < (int) p -> Domain[0]; i++) { y0 = LutTable[i]; y1 = LutTable[i+1]; if (y0 <= y1) { // Increasing if (In >= y0 && In <= y1) return i; } else if (y1 < y0) { // Decreasing if (In >= y1 && In <= y0) return i; } } } return -1; } // Reverse a gamma table cmsToneCurve* CMSEXPORT cmsReverseToneCurveEx(cmsUInt32Number nResultSamples, const cmsToneCurve* InCurve) { cmsToneCurve *out; cmsFloat64Number a = 0, b = 0, y, x1, y1, x2, y2; int i, j; int Ascending; _cmsAssert(InCurve != NULL); // Try to reverse it analytically whatever possible if (InCurve ->nSegments == 1 && InCurve ->Segments[0].Type > 0 && /* InCurve -> Segments[0].Type <= 5 */ GetParametricCurveByType(InCurve ->InterpParams->ContextID, InCurve ->Segments[0].Type, NULL) != NULL) { return cmsBuildParametricToneCurve(InCurve ->InterpParams->ContextID, -(InCurve -> Segments[0].Type), InCurve -> Segments[0].Params); } // Nope, reverse the table. out = cmsBuildTabulatedToneCurve16(InCurve ->InterpParams->ContextID, nResultSamples, NULL); if (out == NULL) return NULL; // We want to know if this is an ascending or descending table Ascending = !cmsIsToneCurveDescending(InCurve); // Iterate across Y axis for (i=0; i < (int) nResultSamples; i++) { y = (cmsFloat64Number) i * 65535.0 / (nResultSamples - 1); // Find interval in which y is within. j = GetInterval(y, InCurve->Table16, InCurve->InterpParams); if (j >= 0) { // Get limits of interval x1 = InCurve ->Table16[j]; x2 = InCurve ->Table16[j+1]; y1 = (cmsFloat64Number) (j * 65535.0) / (InCurve ->nEntries - 1); y2 = (cmsFloat64Number) ((j+1) * 65535.0 ) / (InCurve ->nEntries - 1); // If collapsed, then use any if (x1 == x2) { out ->Table16[i] = _cmsQuickSaturateWord(Ascending ? y2 : y1); continue; } else { // Interpolate a = (y2 - y1) / (x2 - x1); b = y2 - a * x2; } } out ->Table16[i] = _cmsQuickSaturateWord(a* y + b); } return out; } // Reverse a gamma table cmsToneCurve* CMSEXPORT cmsReverseToneCurve(const cmsToneCurve* InGamma) { _cmsAssert(InGamma != NULL); return cmsReverseToneCurveEx(4096, InGamma); } // From: Eilers, P.H.C. (1994) Smoothing and interpolation with finite // differences. in: Graphic Gems IV, Heckbert, P.S. (ed.), Academic press. // // Smoothing and interpolation with second differences. // // Input: weights (w), data (y): vector from 1 to m. // Input: smoothing parameter (lambda), length (m). // Output: smoothed vector (z): vector from 1 to m. static cmsBool smooth2(cmsContext ContextID, cmsFloat32Number w[], cmsFloat32Number y[], cmsFloat32Number z[], cmsFloat32Number lambda, int m) { int i, i1, i2; cmsFloat32Number *c, *d, *e; cmsBool st; c = (cmsFloat32Number*) _cmsCalloc(ContextID, MAX_NODES_IN_CURVE, sizeof(cmsFloat32Number)); d = (cmsFloat32Number*) _cmsCalloc(ContextID, MAX_NODES_IN_CURVE, sizeof(cmsFloat32Number)); e = (cmsFloat32Number*) _cmsCalloc(ContextID, MAX_NODES_IN_CURVE, sizeof(cmsFloat32Number)); if (c != NULL && d != NULL && e != NULL) { d[1] = w[1] + lambda; c[1] = -2 * lambda / d[1]; e[1] = lambda /d[1]; z[1] = w[1] * y[1]; d[2] = w[2] + 5 * lambda - d[1] * c[1] * c[1]; c[2] = (-4 * lambda - d[1] * c[1] * e[1]) / d[2]; e[2] = lambda / d[2]; z[2] = w[2] * y[2] - c[1] * z[1]; for (i = 3; i < m - 1; i++) { i1 = i - 1; i2 = i - 2; d[i]= w[i] + 6 * lambda - c[i1] * c[i1] * d[i1] - e[i2] * e[i2] * d[i2]; c[i] = (-4 * lambda -d[i1] * c[i1] * e[i1])/ d[i]; e[i] = lambda / d[i]; z[i] = w[i] * y[i] - c[i1] * z[i1] - e[i2] * z[i2]; } i1 = m - 2; i2 = m - 3; d[m - 1] = w[m - 1] + 5 * lambda -c[i1] * c[i1] * d[i1] - e[i2] * e[i2] * d[i2]; c[m - 1] = (-2 * lambda - d[i1] * c[i1] * e[i1]) / d[m - 1]; z[m - 1] = w[m - 1] * y[m - 1] - c[i1] * z[i1] - e[i2] * z[i2]; i1 = m - 1; i2 = m - 2; d[m] = w[m] + lambda - c[i1] * c[i1] * d[i1] - e[i2] * e[i2] * d[i2]; z[m] = (w[m] * y[m] - c[i1] * z[i1] - e[i2] * z[i2]) / d[m]; z[m - 1] = z[m - 1] / d[m - 1] - c[m - 1] * z[m]; for (i = m - 2; 1<= i; i--) z[i] = z[i] / d[i] - c[i] * z[i + 1] - e[i] * z[i + 2]; st = TRUE; } else st = FALSE; if (c != NULL) _cmsFree(ContextID, c); if (d != NULL) _cmsFree(ContextID, d); if (e != NULL) _cmsFree(ContextID, e); return st; } // Smooths a curve sampled at regular intervals. cmsBool CMSEXPORT cmsSmoothToneCurve(cmsToneCurve* Tab, cmsFloat64Number lambda) { cmsBool SuccessStatus = TRUE; cmsFloat32Number *w, *y, *z; cmsUInt32Number i, nItems, Zeros, Poles; cmsBool notCheck = FALSE; if (Tab != NULL && Tab->InterpParams != NULL) { cmsContext ContextID = Tab->InterpParams->ContextID; if (!cmsIsToneCurveLinear(Tab)) // Only non-linear curves need smoothing { nItems = Tab->nEntries; if (nItems < MAX_NODES_IN_CURVE) { // Allocate one more item than needed w = (cmsFloat32Number *)_cmsCalloc(ContextID, nItems + 1, sizeof(cmsFloat32Number)); y = (cmsFloat32Number *)_cmsCalloc(ContextID, nItems + 1, sizeof(cmsFloat32Number)); z = (cmsFloat32Number *)_cmsCalloc(ContextID, nItems + 1, sizeof(cmsFloat32Number)); if (w != NULL && y != NULL && z != NULL) // Ensure no memory allocation failure { memset(w, 0, (nItems + 1) * sizeof(cmsFloat32Number)); memset(y, 0, (nItems + 1) * sizeof(cmsFloat32Number)); memset(z, 0, (nItems + 1) * sizeof(cmsFloat32Number)); for (i = 0; i < nItems; i++) { y[i + 1] = (cmsFloat32Number)Tab->Table16[i]; w[i + 1] = 1.0; } if (lambda < 0) { notCheck = TRUE; lambda = -lambda; } if (smooth2(ContextID, w, y, z, (cmsFloat32Number)lambda, (int)nItems)) { // Do some reality - checking... Zeros = Poles = 0; for (i = nItems; i > 1; --i) { if (z[i] == 0.) Zeros++; if (z[i] >= 65535.) Poles++; if (z[i] < z[i - 1]) { cmsSignalError(ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: Non-Monotonic."); SuccessStatus = notCheck; break; } } if (SuccessStatus && Zeros > (nItems / 3)) { cmsSignalError(ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: Degenerated, mostly zeros."); SuccessStatus = notCheck; } if (SuccessStatus && Poles > (nItems / 3)) { cmsSignalError(ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: Degenerated, mostly poles."); SuccessStatus = notCheck; } if (SuccessStatus) // Seems ok { for (i = 0; i < nItems; i++) { // Clamp to cmsUInt16Number Tab->Table16[i] = _cmsQuickSaturateWord(z[i + 1]); } } } else // Could not smooth { cmsSignalError(ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: Function smooth2 failed."); SuccessStatus = FALSE; } } else // One or more buffers could not be allocated { cmsSignalError(ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: Could not allocate memory."); SuccessStatus = FALSE; } if (z != NULL) _cmsFree(ContextID, z); if (y != NULL) _cmsFree(ContextID, y); if (w != NULL) _cmsFree(ContextID, w); } else // too many items in the table { cmsSignalError(ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: Too many points."); SuccessStatus = FALSE; } } } else // Tab parameter or Tab->InterpParams is NULL { // Can't signal an error here since the ContextID is not known at this point SuccessStatus = FALSE; } return SuccessStatus; } // Is a table linear? Do not use parametric since we cannot guarantee some weird parameters resulting // in a linear table. This way assures it is linear in 12 bits, which should be enough in most cases. cmsBool CMSEXPORT cmsIsToneCurveLinear(const cmsToneCurve* Curve) { int i; int diff; _cmsAssert(Curve != NULL); for (i=0; i < (int) Curve ->nEntries; i++) { diff = abs((int) Curve->Table16[i] - (int) _cmsQuantizeVal(i, Curve ->nEntries)); if (diff > 0x0f) return FALSE; } return TRUE; } // Same, but for monotonicity cmsBool CMSEXPORT cmsIsToneCurveMonotonic(const cmsToneCurve* t) { cmsUInt32Number n; int i, last; cmsBool lDescending; _cmsAssert(t != NULL); // Degenerated curves are monotonic? Ok, let's pass them n = t ->nEntries; if (n < 2) return TRUE; // Curve direction lDescending = cmsIsToneCurveDescending(t); if (lDescending) { last = t ->Table16[0]; for (i = 1; i < (int) n; i++) { if (t ->Table16[i] - last > 2) // We allow some ripple return FALSE; else last = t ->Table16[i]; } } else { last = t ->Table16[n-1]; for (i = (int) n - 2; i >= 0; --i) { if (t ->Table16[i] - last > 2) return FALSE; else last = t ->Table16[i]; } } return TRUE; } // Same, but for descending tables cmsBool CMSEXPORT cmsIsToneCurveDescending(const cmsToneCurve* t) { _cmsAssert(t != NULL); return t ->Table16[0] > t ->Table16[t ->nEntries-1]; } // Another info fn: is out gamma table multisegment? cmsBool CMSEXPORT cmsIsToneCurveMultisegment(const cmsToneCurve* t) { _cmsAssert(t != NULL); return t -> nSegments > 1; } cmsInt32Number CMSEXPORT cmsGetToneCurveParametricType(const cmsToneCurve* t) { _cmsAssert(t != NULL); if (t -> nSegments != 1) return 0; return t ->Segments[0].Type; } // We need accuracy this time cmsFloat32Number CMSEXPORT cmsEvalToneCurveFloat(const cmsToneCurve* Curve, cmsFloat32Number v) { _cmsAssert(Curve != NULL); // Check for 16 bits table. If so, this is a limited-precision tone curve if (Curve ->nSegments == 0) { cmsUInt16Number In, Out; In = (cmsUInt16Number) _cmsQuickSaturateWord(v * 65535.0); Out = cmsEvalToneCurve16(Curve, In); return (cmsFloat32Number) (Out / 65535.0); } return (cmsFloat32Number) EvalSegmentedFn(Curve, v); } // We need xput over here cmsUInt16Number CMSEXPORT cmsEvalToneCurve16(const cmsToneCurve* Curve, cmsUInt16Number v) { cmsUInt16Number out; _cmsAssert(Curve != NULL); Curve ->InterpParams ->Interpolation.Lerp16(&v, &out, Curve ->InterpParams); return out; } // Least squares fitting. // A mathematical procedure for finding the best-fitting curve to a given set of points by // minimizing the sum of the squares of the offsets ("the residuals") of the points from the curve. // The sum of the squares of the offsets is used instead of the offset absolute values because // this allows the residuals to be treated as a continuous differentiable quantity. // // y = f(x) = x ^ g // // R = (yi - (xi^g)) // R2 = (yi - (xi^g))2 // SUM R2 = SUM (yi - (xi^g))2 // // dR2/dg = -2 SUM x^g log(x)(y - x^g) // solving for dR2/dg = 0 // // g = 1/n * SUM(log(y) / log(x)) cmsFloat64Number CMSEXPORT cmsEstimateGamma(const cmsToneCurve* t, cmsFloat64Number Precision) { cmsFloat64Number gamma, sum, sum2; cmsFloat64Number n, x, y, Std; cmsUInt32Number i; _cmsAssert(t != NULL); sum = sum2 = n = 0; // Excluding endpoints for (i=1; i < (MAX_NODES_IN_CURVE-1); i++) { x = (cmsFloat64Number) i / (MAX_NODES_IN_CURVE-1); y = (cmsFloat64Number) cmsEvalToneCurveFloat(t, (cmsFloat32Number) x); // Avoid 7% on lower part to prevent // artifacts due to linear ramps if (y > 0. && y < 1. && x > 0.07) { gamma = log(y) / log(x); sum += gamma; sum2 += gamma * gamma; n++; } } // We need enough valid samples if (n <= 1) return -1.0; // Take a look on SD to see if gamma isn't exponential at all Std = sqrt((n * sum2 - sum * sum) / (n*(n-1))); if (Std > Precision) return -1.0; return (sum / n); // The mean } // Retrieve segments on tone curves const cmsCurveSegment* CMSEXPORT cmsGetToneCurveSegment(cmsInt32Number n, const cmsToneCurve* t) { _cmsAssert(t != NULL); if (n < 0 || n >= (cmsInt32Number) t->nSegments) return NULL; return t->Segments + n; } lcms2-2.17/src/cmshalf.c0000644000175000017500000010504014752176133014056 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // // #include "lcms2_internal.h" #ifndef CMS_NO_HALF_SUPPORT // This code is inspired in the paper "Fast Half Float Conversions" // by Jeroen van der Zijp static const cmsUInt32Number Mantissa[2048] = { 0x00000000, 0x33800000, 0x34000000, 0x34400000, 0x34800000, 0x34a00000, 0x34c00000, 0x34e00000, 0x35000000, 0x35100000, 0x35200000, 0x35300000, 0x35400000, 0x35500000, 0x35600000, 0x35700000, 0x35800000, 0x35880000, 0x35900000, 0x35980000, 0x35a00000, 0x35a80000, 0x35b00000, 0x35b80000, 0x35c00000, 0x35c80000, 0x35d00000, 0x35d80000, 0x35e00000, 0x35e80000, 0x35f00000, 0x35f80000, 0x36000000, 0x36040000, 0x36080000, 0x360c0000, 0x36100000, 0x36140000, 0x36180000, 0x361c0000, 0x36200000, 0x36240000, 0x36280000, 0x362c0000, 0x36300000, 0x36340000, 0x36380000, 0x363c0000, 0x36400000, 0x36440000, 0x36480000, 0x364c0000, 0x36500000, 0x36540000, 0x36580000, 0x365c0000, 0x36600000, 0x36640000, 0x36680000, 0x366c0000, 0x36700000, 0x36740000, 0x36780000, 0x367c0000, 0x36800000, 0x36820000, 0x36840000, 0x36860000, 0x36880000, 0x368a0000, 0x368c0000, 0x368e0000, 0x36900000, 0x36920000, 0x36940000, 0x36960000, 0x36980000, 0x369a0000, 0x369c0000, 0x369e0000, 0x36a00000, 0x36a20000, 0x36a40000, 0x36a60000, 0x36a80000, 0x36aa0000, 0x36ac0000, 0x36ae0000, 0x36b00000, 0x36b20000, 0x36b40000, 0x36b60000, 0x36b80000, 0x36ba0000, 0x36bc0000, 0x36be0000, 0x36c00000, 0x36c20000, 0x36c40000, 0x36c60000, 0x36c80000, 0x36ca0000, 0x36cc0000, 0x36ce0000, 0x36d00000, 0x36d20000, 0x36d40000, 0x36d60000, 0x36d80000, 0x36da0000, 0x36dc0000, 0x36de0000, 0x36e00000, 0x36e20000, 0x36e40000, 0x36e60000, 0x36e80000, 0x36ea0000, 0x36ec0000, 0x36ee0000, 0x36f00000, 0x36f20000, 0x36f40000, 0x36f60000, 0x36f80000, 0x36fa0000, 0x36fc0000, 0x36fe0000, 0x37000000, 0x37010000, 0x37020000, 0x37030000, 0x37040000, 0x37050000, 0x37060000, 0x37070000, 0x37080000, 0x37090000, 0x370a0000, 0x370b0000, 0x370c0000, 0x370d0000, 0x370e0000, 0x370f0000, 0x37100000, 0x37110000, 0x37120000, 0x37130000, 0x37140000, 0x37150000, 0x37160000, 0x37170000, 0x37180000, 0x37190000, 0x371a0000, 0x371b0000, 0x371c0000, 0x371d0000, 0x371e0000, 0x371f0000, 0x37200000, 0x37210000, 0x37220000, 0x37230000, 0x37240000, 0x37250000, 0x37260000, 0x37270000, 0x37280000, 0x37290000, 0x372a0000, 0x372b0000, 0x372c0000, 0x372d0000, 0x372e0000, 0x372f0000, 0x37300000, 0x37310000, 0x37320000, 0x37330000, 0x37340000, 0x37350000, 0x37360000, 0x37370000, 0x37380000, 0x37390000, 0x373a0000, 0x373b0000, 0x373c0000, 0x373d0000, 0x373e0000, 0x373f0000, 0x37400000, 0x37410000, 0x37420000, 0x37430000, 0x37440000, 0x37450000, 0x37460000, 0x37470000, 0x37480000, 0x37490000, 0x374a0000, 0x374b0000, 0x374c0000, 0x374d0000, 0x374e0000, 0x374f0000, 0x37500000, 0x37510000, 0x37520000, 0x37530000, 0x37540000, 0x37550000, 0x37560000, 0x37570000, 0x37580000, 0x37590000, 0x375a0000, 0x375b0000, 0x375c0000, 0x375d0000, 0x375e0000, 0x375f0000, 0x37600000, 0x37610000, 0x37620000, 0x37630000, 0x37640000, 0x37650000, 0x37660000, 0x37670000, 0x37680000, 0x37690000, 0x376a0000, 0x376b0000, 0x376c0000, 0x376d0000, 0x376e0000, 0x376f0000, 0x37700000, 0x37710000, 0x37720000, 0x37730000, 0x37740000, 0x37750000, 0x37760000, 0x37770000, 0x37780000, 0x37790000, 0x377a0000, 0x377b0000, 0x377c0000, 0x377d0000, 0x377e0000, 0x377f0000, 0x37800000, 0x37808000, 0x37810000, 0x37818000, 0x37820000, 0x37828000, 0x37830000, 0x37838000, 0x37840000, 0x37848000, 0x37850000, 0x37858000, 0x37860000, 0x37868000, 0x37870000, 0x37878000, 0x37880000, 0x37888000, 0x37890000, 0x37898000, 0x378a0000, 0x378a8000, 0x378b0000, 0x378b8000, 0x378c0000, 0x378c8000, 0x378d0000, 0x378d8000, 0x378e0000, 0x378e8000, 0x378f0000, 0x378f8000, 0x37900000, 0x37908000, 0x37910000, 0x37918000, 0x37920000, 0x37928000, 0x37930000, 0x37938000, 0x37940000, 0x37948000, 0x37950000, 0x37958000, 0x37960000, 0x37968000, 0x37970000, 0x37978000, 0x37980000, 0x37988000, 0x37990000, 0x37998000, 0x379a0000, 0x379a8000, 0x379b0000, 0x379b8000, 0x379c0000, 0x379c8000, 0x379d0000, 0x379d8000, 0x379e0000, 0x379e8000, 0x379f0000, 0x379f8000, 0x37a00000, 0x37a08000, 0x37a10000, 0x37a18000, 0x37a20000, 0x37a28000, 0x37a30000, 0x37a38000, 0x37a40000, 0x37a48000, 0x37a50000, 0x37a58000, 0x37a60000, 0x37a68000, 0x37a70000, 0x37a78000, 0x37a80000, 0x37a88000, 0x37a90000, 0x37a98000, 0x37aa0000, 0x37aa8000, 0x37ab0000, 0x37ab8000, 0x37ac0000, 0x37ac8000, 0x37ad0000, 0x37ad8000, 0x37ae0000, 0x37ae8000, 0x37af0000, 0x37af8000, 0x37b00000, 0x37b08000, 0x37b10000, 0x37b18000, 0x37b20000, 0x37b28000, 0x37b30000, 0x37b38000, 0x37b40000, 0x37b48000, 0x37b50000, 0x37b58000, 0x37b60000, 0x37b68000, 0x37b70000, 0x37b78000, 0x37b80000, 0x37b88000, 0x37b90000, 0x37b98000, 0x37ba0000, 0x37ba8000, 0x37bb0000, 0x37bb8000, 0x37bc0000, 0x37bc8000, 0x37bd0000, 0x37bd8000, 0x37be0000, 0x37be8000, 0x37bf0000, 0x37bf8000, 0x37c00000, 0x37c08000, 0x37c10000, 0x37c18000, 0x37c20000, 0x37c28000, 0x37c30000, 0x37c38000, 0x37c40000, 0x37c48000, 0x37c50000, 0x37c58000, 0x37c60000, 0x37c68000, 0x37c70000, 0x37c78000, 0x37c80000, 0x37c88000, 0x37c90000, 0x37c98000, 0x37ca0000, 0x37ca8000, 0x37cb0000, 0x37cb8000, 0x37cc0000, 0x37cc8000, 0x37cd0000, 0x37cd8000, 0x37ce0000, 0x37ce8000, 0x37cf0000, 0x37cf8000, 0x37d00000, 0x37d08000, 0x37d10000, 0x37d18000, 0x37d20000, 0x37d28000, 0x37d30000, 0x37d38000, 0x37d40000, 0x37d48000, 0x37d50000, 0x37d58000, 0x37d60000, 0x37d68000, 0x37d70000, 0x37d78000, 0x37d80000, 0x37d88000, 0x37d90000, 0x37d98000, 0x37da0000, 0x37da8000, 0x37db0000, 0x37db8000, 0x37dc0000, 0x37dc8000, 0x37dd0000, 0x37dd8000, 0x37de0000, 0x37de8000, 0x37df0000, 0x37df8000, 0x37e00000, 0x37e08000, 0x37e10000, 0x37e18000, 0x37e20000, 0x37e28000, 0x37e30000, 0x37e38000, 0x37e40000, 0x37e48000, 0x37e50000, 0x37e58000, 0x37e60000, 0x37e68000, 0x37e70000, 0x37e78000, 0x37e80000, 0x37e88000, 0x37e90000, 0x37e98000, 0x37ea0000, 0x37ea8000, 0x37eb0000, 0x37eb8000, 0x37ec0000, 0x37ec8000, 0x37ed0000, 0x37ed8000, 0x37ee0000, 0x37ee8000, 0x37ef0000, 0x37ef8000, 0x37f00000, 0x37f08000, 0x37f10000, 0x37f18000, 0x37f20000, 0x37f28000, 0x37f30000, 0x37f38000, 0x37f40000, 0x37f48000, 0x37f50000, 0x37f58000, 0x37f60000, 0x37f68000, 0x37f70000, 0x37f78000, 0x37f80000, 0x37f88000, 0x37f90000, 0x37f98000, 0x37fa0000, 0x37fa8000, 0x37fb0000, 0x37fb8000, 0x37fc0000, 0x37fc8000, 0x37fd0000, 0x37fd8000, 0x37fe0000, 0x37fe8000, 0x37ff0000, 0x37ff8000, 0x38000000, 0x38004000, 0x38008000, 0x3800c000, 0x38010000, 0x38014000, 0x38018000, 0x3801c000, 0x38020000, 0x38024000, 0x38028000, 0x3802c000, 0x38030000, 0x38034000, 0x38038000, 0x3803c000, 0x38040000, 0x38044000, 0x38048000, 0x3804c000, 0x38050000, 0x38054000, 0x38058000, 0x3805c000, 0x38060000, 0x38064000, 0x38068000, 0x3806c000, 0x38070000, 0x38074000, 0x38078000, 0x3807c000, 0x38080000, 0x38084000, 0x38088000, 0x3808c000, 0x38090000, 0x38094000, 0x38098000, 0x3809c000, 0x380a0000, 0x380a4000, 0x380a8000, 0x380ac000, 0x380b0000, 0x380b4000, 0x380b8000, 0x380bc000, 0x380c0000, 0x380c4000, 0x380c8000, 0x380cc000, 0x380d0000, 0x380d4000, 0x380d8000, 0x380dc000, 0x380e0000, 0x380e4000, 0x380e8000, 0x380ec000, 0x380f0000, 0x380f4000, 0x380f8000, 0x380fc000, 0x38100000, 0x38104000, 0x38108000, 0x3810c000, 0x38110000, 0x38114000, 0x38118000, 0x3811c000, 0x38120000, 0x38124000, 0x38128000, 0x3812c000, 0x38130000, 0x38134000, 0x38138000, 0x3813c000, 0x38140000, 0x38144000, 0x38148000, 0x3814c000, 0x38150000, 0x38154000, 0x38158000, 0x3815c000, 0x38160000, 0x38164000, 0x38168000, 0x3816c000, 0x38170000, 0x38174000, 0x38178000, 0x3817c000, 0x38180000, 0x38184000, 0x38188000, 0x3818c000, 0x38190000, 0x38194000, 0x38198000, 0x3819c000, 0x381a0000, 0x381a4000, 0x381a8000, 0x381ac000, 0x381b0000, 0x381b4000, 0x381b8000, 0x381bc000, 0x381c0000, 0x381c4000, 0x381c8000, 0x381cc000, 0x381d0000, 0x381d4000, 0x381d8000, 0x381dc000, 0x381e0000, 0x381e4000, 0x381e8000, 0x381ec000, 0x381f0000, 0x381f4000, 0x381f8000, 0x381fc000, 0x38200000, 0x38204000, 0x38208000, 0x3820c000, 0x38210000, 0x38214000, 0x38218000, 0x3821c000, 0x38220000, 0x38224000, 0x38228000, 0x3822c000, 0x38230000, 0x38234000, 0x38238000, 0x3823c000, 0x38240000, 0x38244000, 0x38248000, 0x3824c000, 0x38250000, 0x38254000, 0x38258000, 0x3825c000, 0x38260000, 0x38264000, 0x38268000, 0x3826c000, 0x38270000, 0x38274000, 0x38278000, 0x3827c000, 0x38280000, 0x38284000, 0x38288000, 0x3828c000, 0x38290000, 0x38294000, 0x38298000, 0x3829c000, 0x382a0000, 0x382a4000, 0x382a8000, 0x382ac000, 0x382b0000, 0x382b4000, 0x382b8000, 0x382bc000, 0x382c0000, 0x382c4000, 0x382c8000, 0x382cc000, 0x382d0000, 0x382d4000, 0x382d8000, 0x382dc000, 0x382e0000, 0x382e4000, 0x382e8000, 0x382ec000, 0x382f0000, 0x382f4000, 0x382f8000, 0x382fc000, 0x38300000, 0x38304000, 0x38308000, 0x3830c000, 0x38310000, 0x38314000, 0x38318000, 0x3831c000, 0x38320000, 0x38324000, 0x38328000, 0x3832c000, 0x38330000, 0x38334000, 0x38338000, 0x3833c000, 0x38340000, 0x38344000, 0x38348000, 0x3834c000, 0x38350000, 0x38354000, 0x38358000, 0x3835c000, 0x38360000, 0x38364000, 0x38368000, 0x3836c000, 0x38370000, 0x38374000, 0x38378000, 0x3837c000, 0x38380000, 0x38384000, 0x38388000, 0x3838c000, 0x38390000, 0x38394000, 0x38398000, 0x3839c000, 0x383a0000, 0x383a4000, 0x383a8000, 0x383ac000, 0x383b0000, 0x383b4000, 0x383b8000, 0x383bc000, 0x383c0000, 0x383c4000, 0x383c8000, 0x383cc000, 0x383d0000, 0x383d4000, 0x383d8000, 0x383dc000, 0x383e0000, 0x383e4000, 0x383e8000, 0x383ec000, 0x383f0000, 0x383f4000, 0x383f8000, 0x383fc000, 0x38400000, 0x38404000, 0x38408000, 0x3840c000, 0x38410000, 0x38414000, 0x38418000, 0x3841c000, 0x38420000, 0x38424000, 0x38428000, 0x3842c000, 0x38430000, 0x38434000, 0x38438000, 0x3843c000, 0x38440000, 0x38444000, 0x38448000, 0x3844c000, 0x38450000, 0x38454000, 0x38458000, 0x3845c000, 0x38460000, 0x38464000, 0x38468000, 0x3846c000, 0x38470000, 0x38474000, 0x38478000, 0x3847c000, 0x38480000, 0x38484000, 0x38488000, 0x3848c000, 0x38490000, 0x38494000, 0x38498000, 0x3849c000, 0x384a0000, 0x384a4000, 0x384a8000, 0x384ac000, 0x384b0000, 0x384b4000, 0x384b8000, 0x384bc000, 0x384c0000, 0x384c4000, 0x384c8000, 0x384cc000, 0x384d0000, 0x384d4000, 0x384d8000, 0x384dc000, 0x384e0000, 0x384e4000, 0x384e8000, 0x384ec000, 0x384f0000, 0x384f4000, 0x384f8000, 0x384fc000, 0x38500000, 0x38504000, 0x38508000, 0x3850c000, 0x38510000, 0x38514000, 0x38518000, 0x3851c000, 0x38520000, 0x38524000, 0x38528000, 0x3852c000, 0x38530000, 0x38534000, 0x38538000, 0x3853c000, 0x38540000, 0x38544000, 0x38548000, 0x3854c000, 0x38550000, 0x38554000, 0x38558000, 0x3855c000, 0x38560000, 0x38564000, 0x38568000, 0x3856c000, 0x38570000, 0x38574000, 0x38578000, 0x3857c000, 0x38580000, 0x38584000, 0x38588000, 0x3858c000, 0x38590000, 0x38594000, 0x38598000, 0x3859c000, 0x385a0000, 0x385a4000, 0x385a8000, 0x385ac000, 0x385b0000, 0x385b4000, 0x385b8000, 0x385bc000, 0x385c0000, 0x385c4000, 0x385c8000, 0x385cc000, 0x385d0000, 0x385d4000, 0x385d8000, 0x385dc000, 0x385e0000, 0x385e4000, 0x385e8000, 0x385ec000, 0x385f0000, 0x385f4000, 0x385f8000, 0x385fc000, 0x38600000, 0x38604000, 0x38608000, 0x3860c000, 0x38610000, 0x38614000, 0x38618000, 0x3861c000, 0x38620000, 0x38624000, 0x38628000, 0x3862c000, 0x38630000, 0x38634000, 0x38638000, 0x3863c000, 0x38640000, 0x38644000, 0x38648000, 0x3864c000, 0x38650000, 0x38654000, 0x38658000, 0x3865c000, 0x38660000, 0x38664000, 0x38668000, 0x3866c000, 0x38670000, 0x38674000, 0x38678000, 0x3867c000, 0x38680000, 0x38684000, 0x38688000, 0x3868c000, 0x38690000, 0x38694000, 0x38698000, 0x3869c000, 0x386a0000, 0x386a4000, 0x386a8000, 0x386ac000, 0x386b0000, 0x386b4000, 0x386b8000, 0x386bc000, 0x386c0000, 0x386c4000, 0x386c8000, 0x386cc000, 0x386d0000, 0x386d4000, 0x386d8000, 0x386dc000, 0x386e0000, 0x386e4000, 0x386e8000, 0x386ec000, 0x386f0000, 0x386f4000, 0x386f8000, 0x386fc000, 0x38700000, 0x38704000, 0x38708000, 0x3870c000, 0x38710000, 0x38714000, 0x38718000, 0x3871c000, 0x38720000, 0x38724000, 0x38728000, 0x3872c000, 0x38730000, 0x38734000, 0x38738000, 0x3873c000, 0x38740000, 0x38744000, 0x38748000, 0x3874c000, 0x38750000, 0x38754000, 0x38758000, 0x3875c000, 0x38760000, 0x38764000, 0x38768000, 0x3876c000, 0x38770000, 0x38774000, 0x38778000, 0x3877c000, 0x38780000, 0x38784000, 0x38788000, 0x3878c000, 0x38790000, 0x38794000, 0x38798000, 0x3879c000, 0x387a0000, 0x387a4000, 0x387a8000, 0x387ac000, 0x387b0000, 0x387b4000, 0x387b8000, 0x387bc000, 0x387c0000, 0x387c4000, 0x387c8000, 0x387cc000, 0x387d0000, 0x387d4000, 0x387d8000, 0x387dc000, 0x387e0000, 0x387e4000, 0x387e8000, 0x387ec000, 0x387f0000, 0x387f4000, 0x387f8000, 0x387fc000, 0x38000000, 0x38002000, 0x38004000, 0x38006000, 0x38008000, 0x3800a000, 0x3800c000, 0x3800e000, 0x38010000, 0x38012000, 0x38014000, 0x38016000, 0x38018000, 0x3801a000, 0x3801c000, 0x3801e000, 0x38020000, 0x38022000, 0x38024000, 0x38026000, 0x38028000, 0x3802a000, 0x3802c000, 0x3802e000, 0x38030000, 0x38032000, 0x38034000, 0x38036000, 0x38038000, 0x3803a000, 0x3803c000, 0x3803e000, 0x38040000, 0x38042000, 0x38044000, 0x38046000, 0x38048000, 0x3804a000, 0x3804c000, 0x3804e000, 0x38050000, 0x38052000, 0x38054000, 0x38056000, 0x38058000, 0x3805a000, 0x3805c000, 0x3805e000, 0x38060000, 0x38062000, 0x38064000, 0x38066000, 0x38068000, 0x3806a000, 0x3806c000, 0x3806e000, 0x38070000, 0x38072000, 0x38074000, 0x38076000, 0x38078000, 0x3807a000, 0x3807c000, 0x3807e000, 0x38080000, 0x38082000, 0x38084000, 0x38086000, 0x38088000, 0x3808a000, 0x3808c000, 0x3808e000, 0x38090000, 0x38092000, 0x38094000, 0x38096000, 0x38098000, 0x3809a000, 0x3809c000, 0x3809e000, 0x380a0000, 0x380a2000, 0x380a4000, 0x380a6000, 0x380a8000, 0x380aa000, 0x380ac000, 0x380ae000, 0x380b0000, 0x380b2000, 0x380b4000, 0x380b6000, 0x380b8000, 0x380ba000, 0x380bc000, 0x380be000, 0x380c0000, 0x380c2000, 0x380c4000, 0x380c6000, 0x380c8000, 0x380ca000, 0x380cc000, 0x380ce000, 0x380d0000, 0x380d2000, 0x380d4000, 0x380d6000, 0x380d8000, 0x380da000, 0x380dc000, 0x380de000, 0x380e0000, 0x380e2000, 0x380e4000, 0x380e6000, 0x380e8000, 0x380ea000, 0x380ec000, 0x380ee000, 0x380f0000, 0x380f2000, 0x380f4000, 0x380f6000, 0x380f8000, 0x380fa000, 0x380fc000, 0x380fe000, 0x38100000, 0x38102000, 0x38104000, 0x38106000, 0x38108000, 0x3810a000, 0x3810c000, 0x3810e000, 0x38110000, 0x38112000, 0x38114000, 0x38116000, 0x38118000, 0x3811a000, 0x3811c000, 0x3811e000, 0x38120000, 0x38122000, 0x38124000, 0x38126000, 0x38128000, 0x3812a000, 0x3812c000, 0x3812e000, 0x38130000, 0x38132000, 0x38134000, 0x38136000, 0x38138000, 0x3813a000, 0x3813c000, 0x3813e000, 0x38140000, 0x38142000, 0x38144000, 0x38146000, 0x38148000, 0x3814a000, 0x3814c000, 0x3814e000, 0x38150000, 0x38152000, 0x38154000, 0x38156000, 0x38158000, 0x3815a000, 0x3815c000, 0x3815e000, 0x38160000, 0x38162000, 0x38164000, 0x38166000, 0x38168000, 0x3816a000, 0x3816c000, 0x3816e000, 0x38170000, 0x38172000, 0x38174000, 0x38176000, 0x38178000, 0x3817a000, 0x3817c000, 0x3817e000, 0x38180000, 0x38182000, 0x38184000, 0x38186000, 0x38188000, 0x3818a000, 0x3818c000, 0x3818e000, 0x38190000, 0x38192000, 0x38194000, 0x38196000, 0x38198000, 0x3819a000, 0x3819c000, 0x3819e000, 0x381a0000, 0x381a2000, 0x381a4000, 0x381a6000, 0x381a8000, 0x381aa000, 0x381ac000, 0x381ae000, 0x381b0000, 0x381b2000, 0x381b4000, 0x381b6000, 0x381b8000, 0x381ba000, 0x381bc000, 0x381be000, 0x381c0000, 0x381c2000, 0x381c4000, 0x381c6000, 0x381c8000, 0x381ca000, 0x381cc000, 0x381ce000, 0x381d0000, 0x381d2000, 0x381d4000, 0x381d6000, 0x381d8000, 0x381da000, 0x381dc000, 0x381de000, 0x381e0000, 0x381e2000, 0x381e4000, 0x381e6000, 0x381e8000, 0x381ea000, 0x381ec000, 0x381ee000, 0x381f0000, 0x381f2000, 0x381f4000, 0x381f6000, 0x381f8000, 0x381fa000, 0x381fc000, 0x381fe000, 0x38200000, 0x38202000, 0x38204000, 0x38206000, 0x38208000, 0x3820a000, 0x3820c000, 0x3820e000, 0x38210000, 0x38212000, 0x38214000, 0x38216000, 0x38218000, 0x3821a000, 0x3821c000, 0x3821e000, 0x38220000, 0x38222000, 0x38224000, 0x38226000, 0x38228000, 0x3822a000, 0x3822c000, 0x3822e000, 0x38230000, 0x38232000, 0x38234000, 0x38236000, 0x38238000, 0x3823a000, 0x3823c000, 0x3823e000, 0x38240000, 0x38242000, 0x38244000, 0x38246000, 0x38248000, 0x3824a000, 0x3824c000, 0x3824e000, 0x38250000, 0x38252000, 0x38254000, 0x38256000, 0x38258000, 0x3825a000, 0x3825c000, 0x3825e000, 0x38260000, 0x38262000, 0x38264000, 0x38266000, 0x38268000, 0x3826a000, 0x3826c000, 0x3826e000, 0x38270000, 0x38272000, 0x38274000, 0x38276000, 0x38278000, 0x3827a000, 0x3827c000, 0x3827e000, 0x38280000, 0x38282000, 0x38284000, 0x38286000, 0x38288000, 0x3828a000, 0x3828c000, 0x3828e000, 0x38290000, 0x38292000, 0x38294000, 0x38296000, 0x38298000, 0x3829a000, 0x3829c000, 0x3829e000, 0x382a0000, 0x382a2000, 0x382a4000, 0x382a6000, 0x382a8000, 0x382aa000, 0x382ac000, 0x382ae000, 0x382b0000, 0x382b2000, 0x382b4000, 0x382b6000, 0x382b8000, 0x382ba000, 0x382bc000, 0x382be000, 0x382c0000, 0x382c2000, 0x382c4000, 0x382c6000, 0x382c8000, 0x382ca000, 0x382cc000, 0x382ce000, 0x382d0000, 0x382d2000, 0x382d4000, 0x382d6000, 0x382d8000, 0x382da000, 0x382dc000, 0x382de000, 0x382e0000, 0x382e2000, 0x382e4000, 0x382e6000, 0x382e8000, 0x382ea000, 0x382ec000, 0x382ee000, 0x382f0000, 0x382f2000, 0x382f4000, 0x382f6000, 0x382f8000, 0x382fa000, 0x382fc000, 0x382fe000, 0x38300000, 0x38302000, 0x38304000, 0x38306000, 0x38308000, 0x3830a000, 0x3830c000, 0x3830e000, 0x38310000, 0x38312000, 0x38314000, 0x38316000, 0x38318000, 0x3831a000, 0x3831c000, 0x3831e000, 0x38320000, 0x38322000, 0x38324000, 0x38326000, 0x38328000, 0x3832a000, 0x3832c000, 0x3832e000, 0x38330000, 0x38332000, 0x38334000, 0x38336000, 0x38338000, 0x3833a000, 0x3833c000, 0x3833e000, 0x38340000, 0x38342000, 0x38344000, 0x38346000, 0x38348000, 0x3834a000, 0x3834c000, 0x3834e000, 0x38350000, 0x38352000, 0x38354000, 0x38356000, 0x38358000, 0x3835a000, 0x3835c000, 0x3835e000, 0x38360000, 0x38362000, 0x38364000, 0x38366000, 0x38368000, 0x3836a000, 0x3836c000, 0x3836e000, 0x38370000, 0x38372000, 0x38374000, 0x38376000, 0x38378000, 0x3837a000, 0x3837c000, 0x3837e000, 0x38380000, 0x38382000, 0x38384000, 0x38386000, 0x38388000, 0x3838a000, 0x3838c000, 0x3838e000, 0x38390000, 0x38392000, 0x38394000, 0x38396000, 0x38398000, 0x3839a000, 0x3839c000, 0x3839e000, 0x383a0000, 0x383a2000, 0x383a4000, 0x383a6000, 0x383a8000, 0x383aa000, 0x383ac000, 0x383ae000, 0x383b0000, 0x383b2000, 0x383b4000, 0x383b6000, 0x383b8000, 0x383ba000, 0x383bc000, 0x383be000, 0x383c0000, 0x383c2000, 0x383c4000, 0x383c6000, 0x383c8000, 0x383ca000, 0x383cc000, 0x383ce000, 0x383d0000, 0x383d2000, 0x383d4000, 0x383d6000, 0x383d8000, 0x383da000, 0x383dc000, 0x383de000, 0x383e0000, 0x383e2000, 0x383e4000, 0x383e6000, 0x383e8000, 0x383ea000, 0x383ec000, 0x383ee000, 0x383f0000, 0x383f2000, 0x383f4000, 0x383f6000, 0x383f8000, 0x383fa000, 0x383fc000, 0x383fe000, 0x38400000, 0x38402000, 0x38404000, 0x38406000, 0x38408000, 0x3840a000, 0x3840c000, 0x3840e000, 0x38410000, 0x38412000, 0x38414000, 0x38416000, 0x38418000, 0x3841a000, 0x3841c000, 0x3841e000, 0x38420000, 0x38422000, 0x38424000, 0x38426000, 0x38428000, 0x3842a000, 0x3842c000, 0x3842e000, 0x38430000, 0x38432000, 0x38434000, 0x38436000, 0x38438000, 0x3843a000, 0x3843c000, 0x3843e000, 0x38440000, 0x38442000, 0x38444000, 0x38446000, 0x38448000, 0x3844a000, 0x3844c000, 0x3844e000, 0x38450000, 0x38452000, 0x38454000, 0x38456000, 0x38458000, 0x3845a000, 0x3845c000, 0x3845e000, 0x38460000, 0x38462000, 0x38464000, 0x38466000, 0x38468000, 0x3846a000, 0x3846c000, 0x3846e000, 0x38470000, 0x38472000, 0x38474000, 0x38476000, 0x38478000, 0x3847a000, 0x3847c000, 0x3847e000, 0x38480000, 0x38482000, 0x38484000, 0x38486000, 0x38488000, 0x3848a000, 0x3848c000, 0x3848e000, 0x38490000, 0x38492000, 0x38494000, 0x38496000, 0x38498000, 0x3849a000, 0x3849c000, 0x3849e000, 0x384a0000, 0x384a2000, 0x384a4000, 0x384a6000, 0x384a8000, 0x384aa000, 0x384ac000, 0x384ae000, 0x384b0000, 0x384b2000, 0x384b4000, 0x384b6000, 0x384b8000, 0x384ba000, 0x384bc000, 0x384be000, 0x384c0000, 0x384c2000, 0x384c4000, 0x384c6000, 0x384c8000, 0x384ca000, 0x384cc000, 0x384ce000, 0x384d0000, 0x384d2000, 0x384d4000, 0x384d6000, 0x384d8000, 0x384da000, 0x384dc000, 0x384de000, 0x384e0000, 0x384e2000, 0x384e4000, 0x384e6000, 0x384e8000, 0x384ea000, 0x384ec000, 0x384ee000, 0x384f0000, 0x384f2000, 0x384f4000, 0x384f6000, 0x384f8000, 0x384fa000, 0x384fc000, 0x384fe000, 0x38500000, 0x38502000, 0x38504000, 0x38506000, 0x38508000, 0x3850a000, 0x3850c000, 0x3850e000, 0x38510000, 0x38512000, 0x38514000, 0x38516000, 0x38518000, 0x3851a000, 0x3851c000, 0x3851e000, 0x38520000, 0x38522000, 0x38524000, 0x38526000, 0x38528000, 0x3852a000, 0x3852c000, 0x3852e000, 0x38530000, 0x38532000, 0x38534000, 0x38536000, 0x38538000, 0x3853a000, 0x3853c000, 0x3853e000, 0x38540000, 0x38542000, 0x38544000, 0x38546000, 0x38548000, 0x3854a000, 0x3854c000, 0x3854e000, 0x38550000, 0x38552000, 0x38554000, 0x38556000, 0x38558000, 0x3855a000, 0x3855c000, 0x3855e000, 0x38560000, 0x38562000, 0x38564000, 0x38566000, 0x38568000, 0x3856a000, 0x3856c000, 0x3856e000, 0x38570000, 0x38572000, 0x38574000, 0x38576000, 0x38578000, 0x3857a000, 0x3857c000, 0x3857e000, 0x38580000, 0x38582000, 0x38584000, 0x38586000, 0x38588000, 0x3858a000, 0x3858c000, 0x3858e000, 0x38590000, 0x38592000, 0x38594000, 0x38596000, 0x38598000, 0x3859a000, 0x3859c000, 0x3859e000, 0x385a0000, 0x385a2000, 0x385a4000, 0x385a6000, 0x385a8000, 0x385aa000, 0x385ac000, 0x385ae000, 0x385b0000, 0x385b2000, 0x385b4000, 0x385b6000, 0x385b8000, 0x385ba000, 0x385bc000, 0x385be000, 0x385c0000, 0x385c2000, 0x385c4000, 0x385c6000, 0x385c8000, 0x385ca000, 0x385cc000, 0x385ce000, 0x385d0000, 0x385d2000, 0x385d4000, 0x385d6000, 0x385d8000, 0x385da000, 0x385dc000, 0x385de000, 0x385e0000, 0x385e2000, 0x385e4000, 0x385e6000, 0x385e8000, 0x385ea000, 0x385ec000, 0x385ee000, 0x385f0000, 0x385f2000, 0x385f4000, 0x385f6000, 0x385f8000, 0x385fa000, 0x385fc000, 0x385fe000, 0x38600000, 0x38602000, 0x38604000, 0x38606000, 0x38608000, 0x3860a000, 0x3860c000, 0x3860e000, 0x38610000, 0x38612000, 0x38614000, 0x38616000, 0x38618000, 0x3861a000, 0x3861c000, 0x3861e000, 0x38620000, 0x38622000, 0x38624000, 0x38626000, 0x38628000, 0x3862a000, 0x3862c000, 0x3862e000, 0x38630000, 0x38632000, 0x38634000, 0x38636000, 0x38638000, 0x3863a000, 0x3863c000, 0x3863e000, 0x38640000, 0x38642000, 0x38644000, 0x38646000, 0x38648000, 0x3864a000, 0x3864c000, 0x3864e000, 0x38650000, 0x38652000, 0x38654000, 0x38656000, 0x38658000, 0x3865a000, 0x3865c000, 0x3865e000, 0x38660000, 0x38662000, 0x38664000, 0x38666000, 0x38668000, 0x3866a000, 0x3866c000, 0x3866e000, 0x38670000, 0x38672000, 0x38674000, 0x38676000, 0x38678000, 0x3867a000, 0x3867c000, 0x3867e000, 0x38680000, 0x38682000, 0x38684000, 0x38686000, 0x38688000, 0x3868a000, 0x3868c000, 0x3868e000, 0x38690000, 0x38692000, 0x38694000, 0x38696000, 0x38698000, 0x3869a000, 0x3869c000, 0x3869e000, 0x386a0000, 0x386a2000, 0x386a4000, 0x386a6000, 0x386a8000, 0x386aa000, 0x386ac000, 0x386ae000, 0x386b0000, 0x386b2000, 0x386b4000, 0x386b6000, 0x386b8000, 0x386ba000, 0x386bc000, 0x386be000, 0x386c0000, 0x386c2000, 0x386c4000, 0x386c6000, 0x386c8000, 0x386ca000, 0x386cc000, 0x386ce000, 0x386d0000, 0x386d2000, 0x386d4000, 0x386d6000, 0x386d8000, 0x386da000, 0x386dc000, 0x386de000, 0x386e0000, 0x386e2000, 0x386e4000, 0x386e6000, 0x386e8000, 0x386ea000, 0x386ec000, 0x386ee000, 0x386f0000, 0x386f2000, 0x386f4000, 0x386f6000, 0x386f8000, 0x386fa000, 0x386fc000, 0x386fe000, 0x38700000, 0x38702000, 0x38704000, 0x38706000, 0x38708000, 0x3870a000, 0x3870c000, 0x3870e000, 0x38710000, 0x38712000, 0x38714000, 0x38716000, 0x38718000, 0x3871a000, 0x3871c000, 0x3871e000, 0x38720000, 0x38722000, 0x38724000, 0x38726000, 0x38728000, 0x3872a000, 0x3872c000, 0x3872e000, 0x38730000, 0x38732000, 0x38734000, 0x38736000, 0x38738000, 0x3873a000, 0x3873c000, 0x3873e000, 0x38740000, 0x38742000, 0x38744000, 0x38746000, 0x38748000, 0x3874a000, 0x3874c000, 0x3874e000, 0x38750000, 0x38752000, 0x38754000, 0x38756000, 0x38758000, 0x3875a000, 0x3875c000, 0x3875e000, 0x38760000, 0x38762000, 0x38764000, 0x38766000, 0x38768000, 0x3876a000, 0x3876c000, 0x3876e000, 0x38770000, 0x38772000, 0x38774000, 0x38776000, 0x38778000, 0x3877a000, 0x3877c000, 0x3877e000, 0x38780000, 0x38782000, 0x38784000, 0x38786000, 0x38788000, 0x3878a000, 0x3878c000, 0x3878e000, 0x38790000, 0x38792000, 0x38794000, 0x38796000, 0x38798000, 0x3879a000, 0x3879c000, 0x3879e000, 0x387a0000, 0x387a2000, 0x387a4000, 0x387a6000, 0x387a8000, 0x387aa000, 0x387ac000, 0x387ae000, 0x387b0000, 0x387b2000, 0x387b4000, 0x387b6000, 0x387b8000, 0x387ba000, 0x387bc000, 0x387be000, 0x387c0000, 0x387c2000, 0x387c4000, 0x387c6000, 0x387c8000, 0x387ca000, 0x387cc000, 0x387ce000, 0x387d0000, 0x387d2000, 0x387d4000, 0x387d6000, 0x387d8000, 0x387da000, 0x387dc000, 0x387de000, 0x387e0000, 0x387e2000, 0x387e4000, 0x387e6000, 0x387e8000, 0x387ea000, 0x387ec000, 0x387ee000, 0x387f0000, 0x387f2000, 0x387f4000, 0x387f6000, 0x387f8000, 0x387fa000, 0x387fc000, 0x387fe000 }; static const cmsUInt16Number Offset[64] = { 0x0000, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0000, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400, 0x0400 }; static const cmsUInt32Number Exponent[64] = { 0x00000000, 0x00800000, 0x01000000, 0x01800000, 0x02000000, 0x02800000, 0x03000000, 0x03800000, 0x04000000, 0x04800000, 0x05000000, 0x05800000, 0x06000000, 0x06800000, 0x07000000, 0x07800000, 0x08000000, 0x08800000, 0x09000000, 0x09800000, 0x0a000000, 0x0a800000, 0x0b000000, 0x0b800000, 0x0c000000, 0x0c800000, 0x0d000000, 0x0d800000, 0x0e000000, 0x0e800000, 0x0f000000, 0x47800000, 0x80000000, 0x80800000, 0x81000000, 0x81800000, 0x82000000, 0x82800000, 0x83000000, 0x83800000, 0x84000000, 0x84800000, 0x85000000, 0x85800000, 0x86000000, 0x86800000, 0x87000000, 0x87800000, 0x88000000, 0x88800000, 0x89000000, 0x89800000, 0x8a000000, 0x8a800000, 0x8b000000, 0x8b800000, 0x8c000000, 0x8c800000, 0x8d000000, 0x8d800000, 0x8e000000, 0x8e800000, 0x8f000000, 0xc7800000 }; static const cmsUInt16Number Base[512] = { 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0001, 0x0002, 0x0004, 0x0008, 0x0010, 0x0020, 0x0040, 0x0080, 0x0100, 0x0200, 0x0400, 0x0800, 0x0c00, 0x1000, 0x1400, 0x1800, 0x1c00, 0x2000, 0x2400, 0x2800, 0x2c00, 0x3000, 0x3400, 0x3800, 0x3c00, 0x4000, 0x4400, 0x4800, 0x4c00, 0x5000, 0x5400, 0x5800, 0x5c00, 0x6000, 0x6400, 0x6800, 0x6c00, 0x7000, 0x7400, 0x7800, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x7c00, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8001, 0x8002, 0x8004, 0x8008, 0x8010, 0x8020, 0x8040, 0x8080, 0x8100, 0x8200, 0x8400, 0x8800, 0x8c00, 0x9000, 0x9400, 0x9800, 0x9c00, 0xa000, 0xa400, 0xa800, 0xac00, 0xb000, 0xb400, 0xb800, 0xbc00, 0xc000, 0xc400, 0xc800, 0xcc00, 0xd000, 0xd400, 0xd800, 0xdc00, 0xe000, 0xe400, 0xe800, 0xec00, 0xf000, 0xf400, 0xf800, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00, 0xfc00 }; static const cmsUInt8Number Shift[512] = { 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x17, 0x16, 0x15, 0x14, 0x13, 0x12, 0x11, 0x10, 0x0f, 0x0e, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x0d, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x17, 0x16, 0x15, 0x14, 0x13, 0x12, 0x11, 0x10, 0x0f, 0x0e, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x0d }; cmsFloat32Number CMSEXPORT _cmsHalf2Float(cmsUInt16Number h) { union { cmsFloat32Number flt; cmsUInt32Number num; } out; int n = h >> 10; out.num = Mantissa[ (h & 0x3ff) + Offset[ n ] ] + Exponent[ n ]; return out.flt; } cmsUInt16Number CMSEXPORT _cmsFloat2Half(cmsFloat32Number flt) { union { cmsFloat32Number flt; cmsUInt32Number num; } in; cmsUInt32Number n, j; in.flt = flt; n = in.num; j = (n >> 23) & 0x1ff; return (cmsUInt16Number) ((cmsUInt32Number) Base[ j ] + (( n & 0x007fffff) >> Shift[ j ])); } #endif lcms2-2.17/src/cmsintrp.c0000644000175000017500000011714614752176133014312 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include "lcms2_internal.h" // This module incorporates several interpolation routines, for 1 to 8 channels on input and // up to 65535 channels on output. The user may change those by using the interpolation plug-in // Some people may want to compile as C++ with all warnings on, in this case make compiler silent #ifdef _MSC_VER # if (_MSC_VER >= 1400) # pragma warning( disable : 4365 ) # endif #endif // Interpolation routines by default static cmsInterpFunction DefaultInterpolatorsFactory(cmsUInt32Number nInputChannels, cmsUInt32Number nOutputChannels, cmsUInt32Number dwFlags); // This is the default factory _cmsInterpPluginChunkType _cmsInterpPluginChunk = { NULL }; // The interpolation plug-in memory chunk allocator/dup void _cmsAllocInterpPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src) { void* from; _cmsAssert(ctx != NULL); if (src != NULL) { from = src ->chunks[InterpPlugin]; } else { static _cmsInterpPluginChunkType InterpPluginChunk = { NULL }; from = &InterpPluginChunk; } _cmsAssert(from != NULL); ctx ->chunks[InterpPlugin] = _cmsSubAllocDup(ctx ->MemPool, from, sizeof(_cmsInterpPluginChunkType)); } // Main plug-in entry cmsBool _cmsRegisterInterpPlugin(cmsContext ContextID, cmsPluginBase* Data) { cmsPluginInterpolation* Plugin = (cmsPluginInterpolation*) Data; _cmsInterpPluginChunkType* ptr = (_cmsInterpPluginChunkType*) _cmsContextGetClientChunk(ContextID, InterpPlugin); if (Data == NULL) { ptr ->Interpolators = NULL; return TRUE; } // Set replacement functions ptr ->Interpolators = Plugin ->InterpolatorsFactory; return TRUE; } // Set the interpolation method cmsBool _cmsSetInterpolationRoutine(cmsContext ContextID, cmsInterpParams* p) { _cmsInterpPluginChunkType* ptr = (_cmsInterpPluginChunkType*) _cmsContextGetClientChunk(ContextID, InterpPlugin); p ->Interpolation.Lerp16 = NULL; // Invoke factory, possibly in the Plug-in if (ptr ->Interpolators != NULL) p ->Interpolation = ptr->Interpolators(p -> nInputs, p ->nOutputs, p ->dwFlags); // If unsupported by the plug-in, go for the LittleCMS default. // If happens only if an extern plug-in is being used if (p ->Interpolation.Lerp16 == NULL) p ->Interpolation = DefaultInterpolatorsFactory(p ->nInputs, p ->nOutputs, p ->dwFlags); // Check for valid interpolator (we just check one member of the union) if (p ->Interpolation.Lerp16 == NULL) { return FALSE; } return TRUE; } // This function precalculates as many parameters as possible to speed up the interpolation. cmsInterpParams* _cmsComputeInterpParamsEx(cmsContext ContextID, const cmsUInt32Number nSamples[], cmsUInt32Number InputChan, cmsUInt32Number OutputChan, const void *Table, cmsUInt32Number dwFlags) { cmsInterpParams* p; cmsUInt32Number i; // Check for maximum inputs if (InputChan > MAX_INPUT_DIMENSIONS) { cmsSignalError(ContextID, cmsERROR_RANGE, "Too many input channels (%d channels, max=%d)", InputChan, MAX_INPUT_DIMENSIONS); return NULL; } // Creates an empty object p = (cmsInterpParams*) _cmsMallocZero(ContextID, sizeof(cmsInterpParams)); if (p == NULL) return NULL; // Keep original parameters p -> dwFlags = dwFlags; p -> nInputs = InputChan; p -> nOutputs = OutputChan; p ->Table = Table; p ->ContextID = ContextID; // Fill samples per input direction and domain (which is number of nodes minus one) for (i=0; i < InputChan; i++) { p -> nSamples[i] = nSamples[i]; p -> Domain[i] = nSamples[i] - 1; } // Compute factors to apply to each component to index the grid array p -> opta[0] = p -> nOutputs; for (i=1; i < InputChan; i++) p ->opta[i] = p ->opta[i-1] * nSamples[InputChan-i]; if (!_cmsSetInterpolationRoutine(ContextID, p)) { cmsSignalError(ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unsupported interpolation (%d->%d channels)", InputChan, OutputChan); _cmsFree(ContextID, p); return NULL; } // All seems ok return p; } // This one is a wrapper on the anterior, but assuming all directions have same number of nodes cmsInterpParams* CMSEXPORT _cmsComputeInterpParams(cmsContext ContextID, cmsUInt32Number nSamples, cmsUInt32Number InputChan, cmsUInt32Number OutputChan, const void* Table, cmsUInt32Number dwFlags) { int i; cmsUInt32Number Samples[MAX_INPUT_DIMENSIONS]; // Fill the auxiliary array for (i=0; i < MAX_INPUT_DIMENSIONS; i++) Samples[i] = nSamples; // Call the extended function return _cmsComputeInterpParamsEx(ContextID, Samples, InputChan, OutputChan, Table, dwFlags); } // Free all associated memory void CMSEXPORT _cmsFreeInterpParams(cmsInterpParams* p) { if (p != NULL) _cmsFree(p ->ContextID, p); } // Inline fixed point interpolation cmsINLINE CMS_NO_SANITIZE cmsUInt16Number LinearInterp(cmsS15Fixed16Number a, cmsS15Fixed16Number l, cmsS15Fixed16Number h) { cmsUInt32Number dif = (cmsUInt32Number) (h - l) * a + 0x8000; dif = (dif >> 16) + l; return (cmsUInt16Number) (dif); } // Linear interpolation (Fixed-point optimized) static void LinLerp1D(CMSREGISTER const cmsUInt16Number Value[], CMSREGISTER cmsUInt16Number Output[], CMSREGISTER const cmsInterpParams* p) { cmsUInt16Number y1, y0; int cell0, rest; int val3; const cmsUInt16Number* LutTable = (cmsUInt16Number*) p ->Table; // if last value or just one point if (Value[0] == 0xffff || p->Domain[0] == 0) { Output[0] = LutTable[p -> Domain[0]]; } else { val3 = p->Domain[0] * Value[0]; val3 = _cmsToFixedDomain(val3); // To fixed 15.16 cell0 = FIXED_TO_INT(val3); // Cell is 16 MSB bits rest = FIXED_REST_TO_INT(val3); // Rest is 16 LSB bits y0 = LutTable[cell0]; y1 = LutTable[cell0 + 1]; Output[0] = LinearInterp(rest, y0, y1); } } // To prevent out of bounds indexing cmsINLINE cmsFloat32Number fclamp(cmsFloat32Number v) { return ((v < 1.0e-9f) || isnan(v)) ? 0.0f : (v > 1.0f ? 1.0f : v); } // Floating-point version of 1D interpolation static void LinLerp1Dfloat(const cmsFloat32Number Value[], cmsFloat32Number Output[], const cmsInterpParams* p) { cmsFloat32Number y1, y0; cmsFloat32Number val2, rest; int cell0, cell1; const cmsFloat32Number* LutTable = (cmsFloat32Number*) p ->Table; val2 = fclamp(Value[0]); // if last value... if (val2 == 1.0 || p->Domain[0] == 0) { Output[0] = LutTable[p -> Domain[0]]; } else { val2 *= p->Domain[0]; cell0 = (int)floor(val2); cell1 = (int)ceil(val2); // Rest is 16 LSB bits rest = val2 - cell0; y0 = LutTable[cell0]; y1 = LutTable[cell1]; Output[0] = y0 + (y1 - y0) * rest; } } // Eval gray LUT having only one input channel static CMS_NO_SANITIZE void Eval1Input(CMSREGISTER const cmsUInt16Number Input[], CMSREGISTER cmsUInt16Number Output[], CMSREGISTER const cmsInterpParams* p16) { cmsS15Fixed16Number fk; cmsS15Fixed16Number k0, k1, rk, K0, K1; int v; cmsUInt32Number OutChan; const cmsUInt16Number* LutTable = (cmsUInt16Number*) p16 -> Table; // if last value... if (Input[0] == 0xffff || p16->Domain[0] == 0) { cmsUInt32Number y0 = p16->Domain[0] * p16->opta[0]; for (OutChan = 0; OutChan < p16->nOutputs; OutChan++) { Output[OutChan] = LutTable[y0 + OutChan]; } } else { v = Input[0] * p16->Domain[0]; fk = _cmsToFixedDomain(v); k0 = FIXED_TO_INT(fk); rk = (cmsUInt16Number)FIXED_REST_TO_INT(fk); k1 = k0 + (Input[0] != 0xFFFFU ? 1 : 0); K0 = p16->opta[0] * k0; K1 = p16->opta[0] * k1; for (OutChan = 0; OutChan < p16->nOutputs; OutChan++) { Output[OutChan] = LinearInterp(rk, LutTable[K0 + OutChan], LutTable[K1 + OutChan]); } } } // Eval gray LUT having only one input channel static void Eval1InputFloat(const cmsFloat32Number Value[], cmsFloat32Number Output[], const cmsInterpParams* p) { cmsFloat32Number y1, y0; cmsFloat32Number val2, rest; int cell0, cell1; cmsUInt32Number OutChan; const cmsFloat32Number* LutTable = (cmsFloat32Number*) p ->Table; val2 = fclamp(Value[0]); // if last value... if (val2 == 1.0 || p->Domain[0] == 0) { cmsUInt32Number start = p->Domain[0] * p->opta[0]; for (OutChan = 0; OutChan < p->nOutputs; OutChan++) { Output[OutChan] = LutTable[start + OutChan]; } } else { val2 *= p->Domain[0]; cell0 = (int)floor(val2); cell1 = (int)ceil(val2); // Rest is 16 LSB bits rest = val2 - cell0; cell0 *= p->opta[0]; cell1 *= p->opta[0]; for (OutChan = 0; OutChan < p->nOutputs; OutChan++) { y0 = LutTable[cell0 + OutChan]; y1 = LutTable[cell1 + OutChan]; Output[OutChan] = y0 + (y1 - y0) * rest; } } } // Bilinear interpolation (16 bits) - cmsFloat32Number version static void BilinearInterpFloat(const cmsFloat32Number Input[], cmsFloat32Number Output[], const cmsInterpParams* p) { # define LERP(a,l,h) (cmsFloat32Number) ((l)+(((h)-(l))*(a))) # define DENS(i,j) (LutTable[(i)+(j)+OutChan]) const cmsFloat32Number* LutTable = (cmsFloat32Number*) p ->Table; cmsFloat32Number px, py; int x0, y0, X0, Y0, X1, Y1; int TotalOut, OutChan; cmsFloat32Number fx, fy, d00, d01, d10, d11, dx0, dx1, dxy; TotalOut = p -> nOutputs; px = fclamp(Input[0]) * p->Domain[0]; py = fclamp(Input[1]) * p->Domain[1]; x0 = (int) _cmsQuickFloor(px); fx = px - (cmsFloat32Number) x0; y0 = (int) _cmsQuickFloor(py); fy = py - (cmsFloat32Number) y0; X0 = p -> opta[1] * x0; X1 = X0 + (fclamp(Input[0]) >= 1.0 ? 0 : p->opta[1]); Y0 = p -> opta[0] * y0; Y1 = Y0 + (fclamp(Input[1]) >= 1.0 ? 0 : p->opta[0]); for (OutChan = 0; OutChan < TotalOut; OutChan++) { d00 = DENS(X0, Y0); d01 = DENS(X0, Y1); d10 = DENS(X1, Y0); d11 = DENS(X1, Y1); dx0 = LERP(fx, d00, d10); dx1 = LERP(fx, d01, d11); dxy = LERP(fy, dx0, dx1); Output[OutChan] = dxy; } # undef LERP # undef DENS } // Bilinear interpolation (16 bits) - optimized version static CMS_NO_SANITIZE void BilinearInterp16(CMSREGISTER const cmsUInt16Number Input[], CMSREGISTER cmsUInt16Number Output[], CMSREGISTER const cmsInterpParams* p) { #define DENS(i,j) (LutTable[(i)+(j)+OutChan]) #define LERP(a,l,h) (cmsUInt16Number) (l + ROUND_FIXED_TO_INT(((h-l)*a))) const cmsUInt16Number* LutTable = (cmsUInt16Number*) p ->Table; int OutChan, TotalOut; cmsS15Fixed16Number fx, fy; CMSREGISTER int rx, ry; int x0, y0; CMSREGISTER int X0, X1, Y0, Y1; int d00, d01, d10, d11, dx0, dx1, dxy; TotalOut = p -> nOutputs; fx = _cmsToFixedDomain((int) Input[0] * p -> Domain[0]); x0 = FIXED_TO_INT(fx); rx = FIXED_REST_TO_INT(fx); // Rest in 0..1.0 domain fy = _cmsToFixedDomain((int) Input[1] * p -> Domain[1]); y0 = FIXED_TO_INT(fy); ry = FIXED_REST_TO_INT(fy); X0 = p -> opta[1] * x0; X1 = X0 + (Input[0] == 0xFFFFU ? 0 : p->opta[1]); Y0 = p -> opta[0] * y0; Y1 = Y0 + (Input[1] == 0xFFFFU ? 0 : p->opta[0]); for (OutChan = 0; OutChan < TotalOut; OutChan++) { d00 = DENS(X0, Y0); d01 = DENS(X0, Y1); d10 = DENS(X1, Y0); d11 = DENS(X1, Y1); dx0 = LERP(rx, d00, d10); dx1 = LERP(rx, d01, d11); dxy = LERP(ry, dx0, dx1); Output[OutChan] = (cmsUInt16Number) dxy; } # undef LERP # undef DENS } // Trilinear interpolation (16 bits) - cmsFloat32Number version static void TrilinearInterpFloat(const cmsFloat32Number Input[], cmsFloat32Number Output[], const cmsInterpParams* p) { # define LERP(a,l,h) (cmsFloat32Number) ((l)+(((h)-(l))*(a))) # define DENS(i,j,k) (LutTable[(i)+(j)+(k)+OutChan]) const cmsFloat32Number* LutTable = (cmsFloat32Number*) p ->Table; cmsFloat32Number px, py, pz; int x0, y0, z0, X0, Y0, Z0, X1, Y1, Z1; int TotalOut, OutChan; cmsFloat32Number fx, fy, fz, d000, d001, d010, d011, d100, d101, d110, d111, dx00, dx01, dx10, dx11, dxy0, dxy1, dxyz; TotalOut = p -> nOutputs; // We need some clipping here px = fclamp(Input[0]) * p->Domain[0]; py = fclamp(Input[1]) * p->Domain[1]; pz = fclamp(Input[2]) * p->Domain[2]; x0 = (int) floor(px); fx = px - (cmsFloat32Number) x0; // We need full floor functionality here y0 = (int) floor(py); fy = py - (cmsFloat32Number) y0; z0 = (int) floor(pz); fz = pz - (cmsFloat32Number) z0; X0 = p -> opta[2] * x0; X1 = X0 + (fclamp(Input[0]) >= 1.0 ? 0 : p->opta[2]); Y0 = p -> opta[1] * y0; Y1 = Y0 + (fclamp(Input[1]) >= 1.0 ? 0 : p->opta[1]); Z0 = p -> opta[0] * z0; Z1 = Z0 + (fclamp(Input[2]) >= 1.0 ? 0 : p->opta[0]); for (OutChan = 0; OutChan < TotalOut; OutChan++) { d000 = DENS(X0, Y0, Z0); d001 = DENS(X0, Y0, Z1); d010 = DENS(X0, Y1, Z0); d011 = DENS(X0, Y1, Z1); d100 = DENS(X1, Y0, Z0); d101 = DENS(X1, Y0, Z1); d110 = DENS(X1, Y1, Z0); d111 = DENS(X1, Y1, Z1); dx00 = LERP(fx, d000, d100); dx01 = LERP(fx, d001, d101); dx10 = LERP(fx, d010, d110); dx11 = LERP(fx, d011, d111); dxy0 = LERP(fy, dx00, dx10); dxy1 = LERP(fy, dx01, dx11); dxyz = LERP(fz, dxy0, dxy1); Output[OutChan] = dxyz; } # undef LERP # undef DENS } // Trilinear interpolation (16 bits) - optimized version static CMS_NO_SANITIZE void TrilinearInterp16(CMSREGISTER const cmsUInt16Number Input[], CMSREGISTER cmsUInt16Number Output[], CMSREGISTER const cmsInterpParams* p) { #define DENS(i,j,k) (LutTable[(i)+(j)+(k)+OutChan]) #define LERP(a,l,h) (cmsUInt16Number) (l + ROUND_FIXED_TO_INT(((h-l)*a))) const cmsUInt16Number* LutTable = (cmsUInt16Number*) p ->Table; int OutChan, TotalOut; cmsS15Fixed16Number fx, fy, fz; CMSREGISTER int rx, ry, rz; int x0, y0, z0; CMSREGISTER int X0, X1, Y0, Y1, Z0, Z1; int d000, d001, d010, d011, d100, d101, d110, d111, dx00, dx01, dx10, dx11, dxy0, dxy1, dxyz; TotalOut = p -> nOutputs; fx = _cmsToFixedDomain((int) Input[0] * p -> Domain[0]); x0 = FIXED_TO_INT(fx); rx = FIXED_REST_TO_INT(fx); // Rest in 0..1.0 domain fy = _cmsToFixedDomain((int) Input[1] * p -> Domain[1]); y0 = FIXED_TO_INT(fy); ry = FIXED_REST_TO_INT(fy); fz = _cmsToFixedDomain((int) Input[2] * p -> Domain[2]); z0 = FIXED_TO_INT(fz); rz = FIXED_REST_TO_INT(fz); X0 = p -> opta[2] * x0; X1 = X0 + (Input[0] == 0xFFFFU ? 0 : p->opta[2]); Y0 = p -> opta[1] * y0; Y1 = Y0 + (Input[1] == 0xFFFFU ? 0 : p->opta[1]); Z0 = p -> opta[0] * z0; Z1 = Z0 + (Input[2] == 0xFFFFU ? 0 : p->opta[0]); for (OutChan = 0; OutChan < TotalOut; OutChan++) { d000 = DENS(X0, Y0, Z0); d001 = DENS(X0, Y0, Z1); d010 = DENS(X0, Y1, Z0); d011 = DENS(X0, Y1, Z1); d100 = DENS(X1, Y0, Z0); d101 = DENS(X1, Y0, Z1); d110 = DENS(X1, Y1, Z0); d111 = DENS(X1, Y1, Z1); dx00 = LERP(rx, d000, d100); dx01 = LERP(rx, d001, d101); dx10 = LERP(rx, d010, d110); dx11 = LERP(rx, d011, d111); dxy0 = LERP(ry, dx00, dx10); dxy1 = LERP(ry, dx01, dx11); dxyz = LERP(rz, dxy0, dxy1); Output[OutChan] = (cmsUInt16Number) dxyz; } # undef LERP # undef DENS } // Tetrahedral interpolation, using Sakamoto algorithm. #define DENS(i,j,k) (LutTable[(i)+(j)+(k)+OutChan]) static void TetrahedralInterpFloat(const cmsFloat32Number Input[], cmsFloat32Number Output[], const cmsInterpParams* p) { const cmsFloat32Number* LutTable = (cmsFloat32Number*) p -> Table; cmsFloat32Number px, py, pz; int x0, y0, z0, X0, Y0, Z0, X1, Y1, Z1; cmsFloat32Number rx, ry, rz; cmsFloat32Number c0, c1=0, c2=0, c3=0; int OutChan, TotalOut; TotalOut = p -> nOutputs; // We need some clipping here px = fclamp(Input[0]) * p->Domain[0]; py = fclamp(Input[1]) * p->Domain[1]; pz = fclamp(Input[2]) * p->Domain[2]; x0 = (int) floor(px); rx = (px - (cmsFloat32Number) x0); // We need full floor functionality here y0 = (int) floor(py); ry = (py - (cmsFloat32Number) y0); z0 = (int) floor(pz); rz = (pz - (cmsFloat32Number) z0); X0 = p -> opta[2] * x0; X1 = X0 + (fclamp(Input[0]) >= 1.0 ? 0 : p->opta[2]); Y0 = p -> opta[1] * y0; Y1 = Y0 + (fclamp(Input[1]) >= 1.0 ? 0 : p->opta[1]); Z0 = p -> opta[0] * z0; Z1 = Z0 + (fclamp(Input[2]) >= 1.0 ? 0 : p->opta[0]); for (OutChan=0; OutChan < TotalOut; OutChan++) { // These are the 6 Tetrahedral c0 = DENS(X0, Y0, Z0); if (rx >= ry && ry >= rz) { c1 = DENS(X1, Y0, Z0) - c0; c2 = DENS(X1, Y1, Z0) - DENS(X1, Y0, Z0); c3 = DENS(X1, Y1, Z1) - DENS(X1, Y1, Z0); } else if (rx >= rz && rz >= ry) { c1 = DENS(X1, Y0, Z0) - c0; c2 = DENS(X1, Y1, Z1) - DENS(X1, Y0, Z1); c3 = DENS(X1, Y0, Z1) - DENS(X1, Y0, Z0); } else if (rz >= rx && rx >= ry) { c1 = DENS(X1, Y0, Z1) - DENS(X0, Y0, Z1); c2 = DENS(X1, Y1, Z1) - DENS(X1, Y0, Z1); c3 = DENS(X0, Y0, Z1) - c0; } else if (ry >= rx && rx >= rz) { c1 = DENS(X1, Y1, Z0) - DENS(X0, Y1, Z0); c2 = DENS(X0, Y1, Z0) - c0; c3 = DENS(X1, Y1, Z1) - DENS(X1, Y1, Z0); } else if (ry >= rz && rz >= rx) { c1 = DENS(X1, Y1, Z1) - DENS(X0, Y1, Z1); c2 = DENS(X0, Y1, Z0) - c0; c3 = DENS(X0, Y1, Z1) - DENS(X0, Y1, Z0); } else if (rz >= ry && ry >= rx) { c1 = DENS(X1, Y1, Z1) - DENS(X0, Y1, Z1); c2 = DENS(X0, Y1, Z1) - DENS(X0, Y0, Z1); c3 = DENS(X0, Y0, Z1) - c0; } else { c1 = c2 = c3 = 0; } Output[OutChan] = c0 + c1 * rx + c2 * ry + c3 * rz; } } #undef DENS static CMS_NO_SANITIZE void TetrahedralInterp16(CMSREGISTER const cmsUInt16Number Input[], CMSREGISTER cmsUInt16Number Output[], CMSREGISTER const cmsInterpParams* p) { const cmsUInt16Number* LutTable = (cmsUInt16Number*) p -> Table; cmsS15Fixed16Number fx, fy, fz; cmsS15Fixed16Number rx, ry, rz; int x0, y0, z0; cmsS15Fixed16Number c0, c1, c2, c3, Rest; cmsUInt32Number X0, X1, Y0, Y1, Z0, Z1; cmsUInt32Number TotalOut = p -> nOutputs; fx = _cmsToFixedDomain((int) Input[0] * p -> Domain[0]); fy = _cmsToFixedDomain((int) Input[1] * p -> Domain[1]); fz = _cmsToFixedDomain((int) Input[2] * p -> Domain[2]); x0 = FIXED_TO_INT(fx); y0 = FIXED_TO_INT(fy); z0 = FIXED_TO_INT(fz); rx = FIXED_REST_TO_INT(fx); ry = FIXED_REST_TO_INT(fy); rz = FIXED_REST_TO_INT(fz); X0 = p -> opta[2] * x0; X1 = (Input[0] == 0xFFFFU ? 0 : p->opta[2]); Y0 = p -> opta[1] * y0; Y1 = (Input[1] == 0xFFFFU ? 0 : p->opta[1]); Z0 = p -> opta[0] * z0; Z1 = (Input[2] == 0xFFFFU ? 0 : p->opta[0]); LutTable += X0+Y0+Z0; // Output should be computed as x = ROUND_FIXED_TO_INT(_cmsToFixedDomain(Rest)) // which expands as: x = (Rest + ((Rest+0x7fff)/0xFFFF) + 0x8000)>>16 // This can be replaced by: t = Rest+0x8001, x = (t + (t>>16))>>16 // at the cost of being off by one at 7fff and 17ffe. if (rx >= ry) { if (ry >= rz) { Y1 += X1; Z1 += Y1; for (; TotalOut; TotalOut--) { c1 = LutTable[X1]; c2 = LutTable[Y1]; c3 = LutTable[Z1]; c0 = *LutTable++; c3 -= c2; c2 -= c1; c1 -= c0; Rest = c1 * rx + c2 * ry + c3 * rz + 0x8001; *Output++ = (cmsUInt16Number) c0 + ((Rest + (Rest>>16))>>16); } } else if (rz >= rx) { X1 += Z1; Y1 += X1; for (; TotalOut; TotalOut--) { c1 = LutTable[X1]; c2 = LutTable[Y1]; c3 = LutTable[Z1]; c0 = *LutTable++; c2 -= c1; c1 -= c3; c3 -= c0; Rest = c1 * rx + c2 * ry + c3 * rz + 0x8001; *Output++ = (cmsUInt16Number) c0 + ((Rest + (Rest>>16))>>16); } } else { Z1 += X1; Y1 += Z1; for (; TotalOut; TotalOut--) { c1 = LutTable[X1]; c2 = LutTable[Y1]; c3 = LutTable[Z1]; c0 = *LutTable++; c2 -= c3; c3 -= c1; c1 -= c0; Rest = c1 * rx + c2 * ry + c3 * rz + 0x8001; *Output++ = (cmsUInt16Number) c0 + ((Rest + (Rest>>16))>>16); } } } else { if (rx >= rz) { X1 += Y1; Z1 += X1; for (; TotalOut; TotalOut--) { c1 = LutTable[X1]; c2 = LutTable[Y1]; c3 = LutTable[Z1]; c0 = *LutTable++; c3 -= c1; c1 -= c2; c2 -= c0; Rest = c1 * rx + c2 * ry + c3 * rz + 0x8001; *Output++ = (cmsUInt16Number) c0 + ((Rest + (Rest>>16))>>16); } } else if (ry >= rz) { Z1 += Y1; X1 += Z1; for (; TotalOut; TotalOut--) { c1 = LutTable[X1]; c2 = LutTable[Y1]; c3 = LutTable[Z1]; c0 = *LutTable++; c1 -= c3; c3 -= c2; c2 -= c0; Rest = c1 * rx + c2 * ry + c3 * rz + 0x8001; *Output++ = (cmsUInt16Number) c0 + ((Rest + (Rest>>16))>>16); } } else { Y1 += Z1; X1 += Y1; for (; TotalOut; TotalOut--) { c1 = LutTable[X1]; c2 = LutTable[Y1]; c3 = LutTable[Z1]; c0 = *LutTable++; c1 -= c2; c2 -= c3; c3 -= c0; Rest = c1 * rx + c2 * ry + c3 * rz + 0x8001; *Output++ = (cmsUInt16Number) c0 + ((Rest + (Rest>>16))>>16); } } } } #define DENS(i,j,k) (LutTable[(i)+(j)+(k)+OutChan]) static CMS_NO_SANITIZE void Eval4Inputs(CMSREGISTER const cmsUInt16Number Input[], CMSREGISTER cmsUInt16Number Output[], CMSREGISTER const cmsInterpParams* p16) { const cmsUInt16Number* LutTable; cmsS15Fixed16Number fk; cmsS15Fixed16Number k0, rk; int K0, K1; cmsS15Fixed16Number fx, fy, fz; cmsS15Fixed16Number rx, ry, rz; int x0, y0, z0; cmsS15Fixed16Number X0, X1, Y0, Y1, Z0, Z1; cmsUInt32Number i; cmsS15Fixed16Number c0, c1, c2, c3, Rest; cmsUInt32Number OutChan; cmsUInt16Number Tmp1[MAX_STAGE_CHANNELS], Tmp2[MAX_STAGE_CHANNELS]; fk = _cmsToFixedDomain((int) Input[0] * p16 -> Domain[0]); fx = _cmsToFixedDomain((int) Input[1] * p16 -> Domain[1]); fy = _cmsToFixedDomain((int) Input[2] * p16 -> Domain[2]); fz = _cmsToFixedDomain((int) Input[3] * p16 -> Domain[3]); k0 = FIXED_TO_INT(fk); x0 = FIXED_TO_INT(fx); y0 = FIXED_TO_INT(fy); z0 = FIXED_TO_INT(fz); rk = FIXED_REST_TO_INT(fk); rx = FIXED_REST_TO_INT(fx); ry = FIXED_REST_TO_INT(fy); rz = FIXED_REST_TO_INT(fz); K0 = p16 -> opta[3] * k0; K1 = K0 + (Input[0] == 0xFFFFU ? 0 : p16->opta[3]); X0 = p16 -> opta[2] * x0; X1 = X0 + (Input[1] == 0xFFFFU ? 0 : p16->opta[2]); Y0 = p16 -> opta[1] * y0; Y1 = Y0 + (Input[2] == 0xFFFFU ? 0 : p16->opta[1]); Z0 = p16 -> opta[0] * z0; Z1 = Z0 + (Input[3] == 0xFFFFU ? 0 : p16->opta[0]); LutTable = (cmsUInt16Number*) p16 -> Table; LutTable += K0; for (OutChan=0; OutChan < p16 -> nOutputs; OutChan++) { c0 = DENS(X0, Y0, Z0); if (rx >= ry && ry >= rz) { c1 = DENS(X1, Y0, Z0) - c0; c2 = DENS(X1, Y1, Z0) - DENS(X1, Y0, Z0); c3 = DENS(X1, Y1, Z1) - DENS(X1, Y1, Z0); } else if (rx >= rz && rz >= ry) { c1 = DENS(X1, Y0, Z0) - c0; c2 = DENS(X1, Y1, Z1) - DENS(X1, Y0, Z1); c3 = DENS(X1, Y0, Z1) - DENS(X1, Y0, Z0); } else if (rz >= rx && rx >= ry) { c1 = DENS(X1, Y0, Z1) - DENS(X0, Y0, Z1); c2 = DENS(X1, Y1, Z1) - DENS(X1, Y0, Z1); c3 = DENS(X0, Y0, Z1) - c0; } else if (ry >= rx && rx >= rz) { c1 = DENS(X1, Y1, Z0) - DENS(X0, Y1, Z0); c2 = DENS(X0, Y1, Z0) - c0; c3 = DENS(X1, Y1, Z1) - DENS(X1, Y1, Z0); } else if (ry >= rz && rz >= rx) { c1 = DENS(X1, Y1, Z1) - DENS(X0, Y1, Z1); c2 = DENS(X0, Y1, Z0) - c0; c3 = DENS(X0, Y1, Z1) - DENS(X0, Y1, Z0); } else if (rz >= ry && ry >= rx) { c1 = DENS(X1, Y1, Z1) - DENS(X0, Y1, Z1); c2 = DENS(X0, Y1, Z1) - DENS(X0, Y0, Z1); c3 = DENS(X0, Y0, Z1) - c0; } else { c1 = c2 = c3 = 0; } Rest = c1 * rx + c2 * ry + c3 * rz; Tmp1[OutChan] = (cmsUInt16Number)(c0 + ROUND_FIXED_TO_INT(_cmsToFixedDomain(Rest))); } LutTable = (cmsUInt16Number*) p16 -> Table; LutTable += K1; for (OutChan=0; OutChan < p16 -> nOutputs; OutChan++) { c0 = DENS(X0, Y0, Z0); if (rx >= ry && ry >= rz) { c1 = DENS(X1, Y0, Z0) - c0; c2 = DENS(X1, Y1, Z0) - DENS(X1, Y0, Z0); c3 = DENS(X1, Y1, Z1) - DENS(X1, Y1, Z0); } else if (rx >= rz && rz >= ry) { c1 = DENS(X1, Y0, Z0) - c0; c2 = DENS(X1, Y1, Z1) - DENS(X1, Y0, Z1); c3 = DENS(X1, Y0, Z1) - DENS(X1, Y0, Z0); } else if (rz >= rx && rx >= ry) { c1 = DENS(X1, Y0, Z1) - DENS(X0, Y0, Z1); c2 = DENS(X1, Y1, Z1) - DENS(X1, Y0, Z1); c3 = DENS(X0, Y0, Z1) - c0; } else if (ry >= rx && rx >= rz) { c1 = DENS(X1, Y1, Z0) - DENS(X0, Y1, Z0); c2 = DENS(X0, Y1, Z0) - c0; c3 = DENS(X1, Y1, Z1) - DENS(X1, Y1, Z0); } else if (ry >= rz && rz >= rx) { c1 = DENS(X1, Y1, Z1) - DENS(X0, Y1, Z1); c2 = DENS(X0, Y1, Z0) - c0; c3 = DENS(X0, Y1, Z1) - DENS(X0, Y1, Z0); } else if (rz >= ry && ry >= rx) { c1 = DENS(X1, Y1, Z1) - DENS(X0, Y1, Z1); c2 = DENS(X0, Y1, Z1) - DENS(X0, Y0, Z1); c3 = DENS(X0, Y0, Z1) - c0; } else { c1 = c2 = c3 = 0; } Rest = c1 * rx + c2 * ry + c3 * rz; Tmp2[OutChan] = (cmsUInt16Number) (c0 + ROUND_FIXED_TO_INT(_cmsToFixedDomain(Rest))); } for (i=0; i < p16 -> nOutputs; i++) { Output[i] = LinearInterp(rk, Tmp1[i], Tmp2[i]); } } #undef DENS // For more that 3 inputs (i.e., CMYK) // evaluate two 3-dimensional interpolations and then linearly interpolate between them. static void Eval4InputsFloat(const cmsFloat32Number Input[], cmsFloat32Number Output[], const cmsInterpParams* p) { const cmsFloat32Number* LutTable = (cmsFloat32Number*) p -> Table; cmsFloat32Number rest; cmsFloat32Number pk; int k0, K0, K1; const cmsFloat32Number* T; cmsUInt32Number i; cmsFloat32Number Tmp1[MAX_STAGE_CHANNELS], Tmp2[MAX_STAGE_CHANNELS]; cmsInterpParams p1; pk = fclamp(Input[0]) * p->Domain[0]; k0 = _cmsQuickFloor(pk); rest = pk - (cmsFloat32Number) k0; K0 = p -> opta[3] * k0; K1 = K0 + (fclamp(Input[0]) >= 1.0 ? 0 : p->opta[3]); p1 = *p; memmove(&p1.Domain[0], &p ->Domain[1], 3*sizeof(cmsUInt32Number)); T = LutTable + K0; p1.Table = T; TetrahedralInterpFloat(Input + 1, Tmp1, &p1); T = LutTable + K1; p1.Table = T; TetrahedralInterpFloat(Input + 1, Tmp2, &p1); for (i=0; i < p -> nOutputs; i++) { cmsFloat32Number y0 = Tmp1[i]; cmsFloat32Number y1 = Tmp2[i]; Output[i] = y0 + (y1 - y0) * rest; } } #define EVAL_FNS(N,NM) static CMS_NO_SANITIZE \ void Eval##N##Inputs(CMSREGISTER const cmsUInt16Number Input[], CMSREGISTER cmsUInt16Number Output[], CMSREGISTER const cmsInterpParams* p16)\ {\ const cmsUInt16Number* LutTable = (cmsUInt16Number*) p16 -> Table;\ cmsS15Fixed16Number fk;\ cmsS15Fixed16Number k0, rk;\ int K0, K1;\ const cmsUInt16Number* T;\ cmsUInt32Number i;\ cmsUInt16Number Tmp1[MAX_STAGE_CHANNELS], Tmp2[MAX_STAGE_CHANNELS];\ cmsInterpParams p1;\ \ fk = _cmsToFixedDomain((cmsS15Fixed16Number) Input[0] * p16 -> Domain[0]);\ k0 = FIXED_TO_INT(fk);\ rk = FIXED_REST_TO_INT(fk);\ \ K0 = p16 -> opta[NM] * k0;\ K1 = p16 -> opta[NM] * (k0 + (Input[0] != 0xFFFFU ? 1 : 0));\ \ p1 = *p16;\ memmove(&p1.Domain[0], &p16 ->Domain[1], NM*sizeof(cmsUInt32Number));\ \ T = LutTable + K0;\ p1.Table = T;\ \ Eval##NM##Inputs(Input + 1, Tmp1, &p1);\ \ T = LutTable + K1;\ p1.Table = T;\ \ Eval##NM##Inputs(Input + 1, Tmp2, &p1);\ \ for (i=0; i < p16 -> nOutputs; i++) {\ \ Output[i] = LinearInterp(rk, Tmp1[i], Tmp2[i]);\ }\ }\ \ static void Eval##N##InputsFloat(const cmsFloat32Number Input[], \ cmsFloat32Number Output[],\ const cmsInterpParams * p)\ {\ const cmsFloat32Number* LutTable = (cmsFloat32Number*) p -> Table;\ cmsFloat32Number rest;\ cmsFloat32Number pk;\ int k0, K0, K1;\ const cmsFloat32Number* T;\ cmsUInt32Number i;\ cmsFloat32Number Tmp1[MAX_STAGE_CHANNELS], Tmp2[MAX_STAGE_CHANNELS];\ cmsInterpParams p1;\ \ pk = fclamp(Input[0]) * p->Domain[0];\ k0 = _cmsQuickFloor(pk);\ rest = pk - (cmsFloat32Number) k0;\ \ K0 = p -> opta[NM] * k0;\ K1 = K0 + (fclamp(Input[0]) >= 1.0 ? 0 : p->opta[NM]);\ \ p1 = *p;\ memmove(&p1.Domain[0], &p ->Domain[1], NM*sizeof(cmsUInt32Number));\ \ T = LutTable + K0;\ p1.Table = T;\ \ Eval##NM##InputsFloat(Input + 1, Tmp1, &p1);\ \ T = LutTable + K1;\ p1.Table = T;\ \ Eval##NM##InputsFloat(Input + 1, Tmp2, &p1);\ \ for (i=0; i < p -> nOutputs; i++) {\ \ cmsFloat32Number y0 = Tmp1[i];\ cmsFloat32Number y1 = Tmp2[i];\ \ Output[i] = y0 + (y1 - y0) * rest;\ }\ } /** * Thanks to Carles Llopis for the templating idea */ EVAL_FNS(5, 4) EVAL_FNS(6, 5) EVAL_FNS(7, 6) EVAL_FNS(8, 7) EVAL_FNS(9, 8) EVAL_FNS(10, 9) EVAL_FNS(11, 10) EVAL_FNS(12, 11) EVAL_FNS(13, 12) EVAL_FNS(14, 13) EVAL_FNS(15, 14) // The default factory static cmsInterpFunction DefaultInterpolatorsFactory(cmsUInt32Number nInputChannels, cmsUInt32Number nOutputChannels, cmsUInt32Number dwFlags) { cmsInterpFunction Interpolation; cmsBool IsFloat = (dwFlags & CMS_LERP_FLAGS_FLOAT); cmsBool IsTrilinear = (dwFlags & CMS_LERP_FLAGS_TRILINEAR); memset(&Interpolation, 0, sizeof(Interpolation)); // Safety check if (nInputChannels >= 4 && nOutputChannels >= MAX_STAGE_CHANNELS) return Interpolation; switch (nInputChannels) { case 1: // Gray LUT / linear if (nOutputChannels == 1) { if (IsFloat) Interpolation.LerpFloat = LinLerp1Dfloat; else Interpolation.Lerp16 = LinLerp1D; } else { if (IsFloat) Interpolation.LerpFloat = Eval1InputFloat; else Interpolation.Lerp16 = Eval1Input; } break; case 2: // Duotone if (IsFloat) Interpolation.LerpFloat = BilinearInterpFloat; else Interpolation.Lerp16 = BilinearInterp16; break; case 3: // RGB et al if (IsTrilinear) { if (IsFloat) Interpolation.LerpFloat = TrilinearInterpFloat; else Interpolation.Lerp16 = TrilinearInterp16; } else { if (IsFloat) Interpolation.LerpFloat = TetrahedralInterpFloat; else { Interpolation.Lerp16 = TetrahedralInterp16; } } break; case 4: // CMYK lut if (IsFloat) Interpolation.LerpFloat = Eval4InputsFloat; else Interpolation.Lerp16 = Eval4Inputs; break; case 5: // 5 Inks if (IsFloat) Interpolation.LerpFloat = Eval5InputsFloat; else Interpolation.Lerp16 = Eval5Inputs; break; case 6: // 6 Inks if (IsFloat) Interpolation.LerpFloat = Eval6InputsFloat; else Interpolation.Lerp16 = Eval6Inputs; break; case 7: // 7 inks if (IsFloat) Interpolation.LerpFloat = Eval7InputsFloat; else Interpolation.Lerp16 = Eval7Inputs; break; case 8: // 8 inks if (IsFloat) Interpolation.LerpFloat = Eval8InputsFloat; else Interpolation.Lerp16 = Eval8Inputs; break; case 9: if (IsFloat) Interpolation.LerpFloat = Eval9InputsFloat; else Interpolation.Lerp16 = Eval9Inputs; break; case 10: if (IsFloat) Interpolation.LerpFloat = Eval10InputsFloat; else Interpolation.Lerp16 = Eval10Inputs; break; case 11: if (IsFloat) Interpolation.LerpFloat = Eval11InputsFloat; else Interpolation.Lerp16 = Eval11Inputs; break; case 12: if (IsFloat) Interpolation.LerpFloat = Eval12InputsFloat; else Interpolation.Lerp16 = Eval12Inputs; break; case 13: if (IsFloat) Interpolation.LerpFloat = Eval13InputsFloat; else Interpolation.Lerp16 = Eval13Inputs; break; case 14: if (IsFloat) Interpolation.LerpFloat = Eval14InputsFloat; else Interpolation.Lerp16 = Eval14Inputs; break; case 15: if (IsFloat) Interpolation.LerpFloat = Eval15InputsFloat; else Interpolation.Lerp16 = Eval15Inputs; break; default: Interpolation.Lerp16 = NULL; } return Interpolation; } lcms2-2.17/src/cmsio1.c0000644000175000017500000010532414752176133013641 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include "lcms2_internal.h" // Read tags using low-level functions, provides necessary glue code to adapt versions, etc. // LUT tags static const cmsTagSignature Device2PCS16[] = {cmsSigAToB0Tag, // Perceptual cmsSigAToB1Tag, // Relative colorimetric cmsSigAToB2Tag, // Saturation cmsSigAToB1Tag }; // Absolute colorimetric static const cmsTagSignature Device2PCSFloat[] = {cmsSigDToB0Tag, // Perceptual cmsSigDToB1Tag, // Relative colorimetric cmsSigDToB2Tag, // Saturation cmsSigDToB3Tag }; // Absolute colorimetric static const cmsTagSignature PCS2Device16[] = {cmsSigBToA0Tag, // Perceptual cmsSigBToA1Tag, // Relative colorimetric cmsSigBToA2Tag, // Saturation cmsSigBToA1Tag }; // Absolute colorimetric static const cmsTagSignature PCS2DeviceFloat[] = {cmsSigBToD0Tag, // Perceptual cmsSigBToD1Tag, // Relative colorimetric cmsSigBToD2Tag, // Saturation cmsSigBToD3Tag }; // Absolute colorimetric // Factors to convert from 1.15 fixed point to 0..1.0 range and vice-versa #define InpAdj (1.0/MAX_ENCODEABLE_XYZ) // (65536.0/(65535.0*2.0)) #define OutpAdj (MAX_ENCODEABLE_XYZ) // ((2.0*65535.0)/65536.0) // Several resources for gray conversions. static const cmsFloat64Number GrayInputMatrix[] = { (InpAdj*cmsD50X), (InpAdj*cmsD50Y), (InpAdj*cmsD50Z) }; static const cmsFloat64Number OneToThreeInputMatrix[] = { 1, 1, 1 }; static const cmsFloat64Number PickYMatrix[] = { 0, (OutpAdj*cmsD50Y), 0 }; static const cmsFloat64Number PickLstarMatrix[] = { 1, 0, 0 }; // Get a media white point fixing some issues found in certain old profiles cmsBool _cmsReadMediaWhitePoint(cmsCIEXYZ* Dest, cmsHPROFILE hProfile) { cmsCIEXYZ* Tag; _cmsAssert(Dest != NULL); Tag = (cmsCIEXYZ*) cmsReadTag(hProfile, cmsSigMediaWhitePointTag); // If no wp, take D50 if (Tag == NULL) { *Dest = *cmsD50_XYZ(); return TRUE; } // V2 display profiles should give D50 if (cmsGetEncodedICCversion(hProfile) < 0x4000000) { if (cmsGetDeviceClass(hProfile) == cmsSigDisplayClass) { *Dest = *cmsD50_XYZ(); return TRUE; } } // All seems ok *Dest = *Tag; return TRUE; } // Chromatic adaptation matrix. Fix some issues as well cmsBool _cmsReadCHAD(cmsMAT3* Dest, cmsHPROFILE hProfile) { cmsMAT3* Tag; _cmsAssert(Dest != NULL); Tag = (cmsMAT3*) cmsReadTag(hProfile, cmsSigChromaticAdaptationTag); if (Tag != NULL) { *Dest = *Tag; return TRUE; } // No CHAD available, default it to identity _cmsMAT3identity(Dest); // V2 display profiles should give D50 if (cmsGetEncodedICCversion(hProfile) < 0x4000000) { if (cmsGetDeviceClass(hProfile) == cmsSigDisplayClass) { cmsCIEXYZ* White = (cmsCIEXYZ*) cmsReadTag(hProfile, cmsSigMediaWhitePointTag); if (White == NULL) { _cmsMAT3identity(Dest); return TRUE; } return _cmsAdaptationMatrix(Dest, NULL, White, cmsD50_XYZ()); } } return TRUE; } // Auxiliary, read colorants as a MAT3 structure. Used by any function that needs a matrix-shaper static cmsBool ReadICCMatrixRGB2XYZ(cmsMAT3* r, cmsHPROFILE hProfile) { cmsCIEXYZ *PtrRed, *PtrGreen, *PtrBlue; _cmsAssert(r != NULL); PtrRed = (cmsCIEXYZ *) cmsReadTag(hProfile, cmsSigRedColorantTag); PtrGreen = (cmsCIEXYZ *) cmsReadTag(hProfile, cmsSigGreenColorantTag); PtrBlue = (cmsCIEXYZ *) cmsReadTag(hProfile, cmsSigBlueColorantTag); if (PtrRed == NULL || PtrGreen == NULL || PtrBlue == NULL) return FALSE; _cmsVEC3init(&r -> v[0], PtrRed -> X, PtrGreen -> X, PtrBlue -> X); _cmsVEC3init(&r -> v[1], PtrRed -> Y, PtrGreen -> Y, PtrBlue -> Y); _cmsVEC3init(&r -> v[2], PtrRed -> Z, PtrGreen -> Z, PtrBlue -> Z); return TRUE; } // Gray input pipeline static cmsPipeline* BuildGrayInputMatrixPipeline(cmsHPROFILE hProfile) { cmsToneCurve *GrayTRC; cmsPipeline* Lut; cmsContext ContextID = cmsGetProfileContextID(hProfile); GrayTRC = (cmsToneCurve *) cmsReadTag(hProfile, cmsSigGrayTRCTag); if (GrayTRC == NULL) return NULL; Lut = cmsPipelineAlloc(ContextID, 1, 3); if (Lut == NULL) goto Error; if (cmsGetPCS(hProfile) == cmsSigLabData) { // In this case we implement the profile as an identity matrix plus 3 tone curves cmsUInt16Number Zero[2] = { 0x8080, 0x8080 }; cmsToneCurve* EmptyTab; cmsToneCurve* LabCurves[3]; EmptyTab = cmsBuildTabulatedToneCurve16(ContextID, 2, Zero); if (EmptyTab == NULL) goto Error; LabCurves[0] = GrayTRC; LabCurves[1] = EmptyTab; LabCurves[2] = EmptyTab; if (!cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocMatrix(ContextID, 3, 1, OneToThreeInputMatrix, NULL)) || !cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 3, LabCurves))) { cmsFreeToneCurve(EmptyTab); goto Error; } cmsFreeToneCurve(EmptyTab); } else { if (!cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 1, &GrayTRC)) || !cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocMatrix(ContextID, 3, 1, GrayInputMatrix, NULL))) goto Error; } return Lut; Error: cmsPipelineFree(Lut); return NULL; } // RGB Matrix shaper static cmsPipeline* BuildRGBInputMatrixShaper(cmsHPROFILE hProfile) { cmsPipeline* Lut; cmsMAT3 Mat; cmsToneCurve *Shapes[3]; cmsContext ContextID = cmsGetProfileContextID(hProfile); int i, j; if (!ReadICCMatrixRGB2XYZ(&Mat, hProfile)) return NULL; // XYZ PCS in encoded in 1.15 format, and the matrix output comes in 0..0xffff range, so // we need to adjust the output by a factor of (0x10000/0xffff) to put data in // a 1.16 range, and then a >> 1 to obtain 1.15. The total factor is (65536.0)/(65535.0*2) for (i=0; i < 3; i++) for (j=0; j < 3; j++) Mat.v[i].n[j] *= InpAdj; Shapes[0] = (cmsToneCurve *) cmsReadTag(hProfile, cmsSigRedTRCTag); Shapes[1] = (cmsToneCurve *) cmsReadTag(hProfile, cmsSigGreenTRCTag); Shapes[2] = (cmsToneCurve *) cmsReadTag(hProfile, cmsSigBlueTRCTag); if (!Shapes[0] || !Shapes[1] || !Shapes[2]) return NULL; Lut = cmsPipelineAlloc(ContextID, 3, 3); if (Lut != NULL) { if (!cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 3, Shapes)) || !cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocMatrix(ContextID, 3, 3, (cmsFloat64Number*) &Mat, NULL))) goto Error; // Note that it is certainly possible a single profile would have a LUT based // tag for output working in lab and a matrix-shaper for the fallback cases. // This is not allowed by the spec, but this code is tolerant to those cases if (cmsGetPCS(hProfile) == cmsSigLabData) { if (!cmsPipelineInsertStage(Lut, cmsAT_END, _cmsStageAllocXYZ2Lab(ContextID))) goto Error; } } return Lut; Error: cmsPipelineFree(Lut); return NULL; } // Read the DToAX tag, adjusting the encoding of Lab or XYZ if needed static cmsPipeline* _cmsReadFloatInputTag(cmsHPROFILE hProfile, cmsTagSignature tagFloat) { cmsContext ContextID = cmsGetProfileContextID(hProfile); cmsPipeline* Lut = cmsPipelineDup((cmsPipeline*) cmsReadTag(hProfile, tagFloat)); cmsColorSpaceSignature spc = cmsGetColorSpace(hProfile); cmsColorSpaceSignature PCS = cmsGetPCS(hProfile); if (Lut == NULL) return NULL; // input and output of transform are in lcms 0..1 encoding. If XYZ or Lab spaces are used, // these need to be normalized into the appropriate ranges (Lab = 100,0,0, XYZ=1.0,1.0,1.0) if ( spc == cmsSigLabData) { if (!cmsPipelineInsertStage(Lut, cmsAT_BEGIN, _cmsStageNormalizeToLabFloat(ContextID))) goto Error; } else if (spc == cmsSigXYZData) { if (!cmsPipelineInsertStage(Lut, cmsAT_BEGIN, _cmsStageNormalizeToXyzFloat(ContextID))) goto Error; } if ( PCS == cmsSigLabData) { if (!cmsPipelineInsertStage(Lut, cmsAT_END, _cmsStageNormalizeFromLabFloat(ContextID))) goto Error; } else if( PCS == cmsSigXYZData) { if (!cmsPipelineInsertStage(Lut, cmsAT_END, _cmsStageNormalizeFromXyzFloat(ContextID))) goto Error; } return Lut; Error: cmsPipelineFree(Lut); return NULL; } // Read and create a BRAND NEW MPE LUT from a given profile. All stuff dependent of version, etc // is adjusted here in order to create a LUT that takes care of all those details. // We add intent = 0xffffffff as a way to read matrix shaper always, no matter of other LUT cmsPipeline* CMSEXPORT _cmsReadInputLUT(cmsHPROFILE hProfile, cmsUInt32Number Intent) { cmsTagTypeSignature OriginalType; cmsTagSignature tag16; cmsTagSignature tagFloat; cmsContext ContextID = cmsGetProfileContextID(hProfile); // On named color, take the appropriate tag if (cmsGetDeviceClass(hProfile) == cmsSigNamedColorClass) { cmsPipeline* Lut; cmsNAMEDCOLORLIST* nc = (cmsNAMEDCOLORLIST*) cmsReadTag(hProfile, cmsSigNamedColor2Tag); if (nc == NULL) return NULL; Lut = cmsPipelineAlloc(ContextID, 0, 0); if (Lut == NULL) return NULL; if (!cmsPipelineInsertStage(Lut, cmsAT_BEGIN, _cmsStageAllocNamedColor(nc, TRUE)) || !cmsPipelineInsertStage(Lut, cmsAT_END, _cmsStageAllocLabV2ToV4(ContextID))) { cmsPipelineFree(Lut); return NULL; } return Lut; } // This is an attempt to reuse this function to retrieve the matrix-shaper as pipeline no // matter other LUT are present and have precedence. Intent = 0xffffffff can be used for that. if (Intent <= INTENT_ABSOLUTE_COLORIMETRIC) { tag16 = Device2PCS16[Intent]; tagFloat = Device2PCSFloat[Intent]; if (cmsIsTag(hProfile, tagFloat)) { // Float tag takes precedence // Floating point LUT are always V4, but the encoding range is no // longer 0..1.0, so we need to add an stage depending on the color space return _cmsReadFloatInputTag(hProfile, tagFloat); } // Revert to perceptual if no tag is found if (!cmsIsTag(hProfile, tag16)) { tag16 = Device2PCS16[0]; } if (cmsIsTag(hProfile, tag16)) { // Is there any LUT-Based table? // Check profile version and LUT type. Do the necessary adjustments if needed // First read the tag cmsPipeline* Lut = (cmsPipeline*) cmsReadTag(hProfile, tag16); if (Lut == NULL) return NULL; // After reading it, we have now info about the original type OriginalType = _cmsGetTagTrueType(hProfile, tag16); // The profile owns the Lut, so we need to copy it Lut = cmsPipelineDup(Lut); // We need to adjust data only for Lab16 on output if (OriginalType != cmsSigLut16Type || cmsGetPCS(hProfile) != cmsSigLabData) return Lut; // If the input is Lab, add also a conversion at the begin if (cmsGetColorSpace(hProfile) == cmsSigLabData && !cmsPipelineInsertStage(Lut, cmsAT_BEGIN, _cmsStageAllocLabV4ToV2(ContextID))) goto Error; // Add a matrix for conversion V2 to V4 Lab PCS if (!cmsPipelineInsertStage(Lut, cmsAT_END, _cmsStageAllocLabV2ToV4(ContextID))) goto Error; return Lut; Error: cmsPipelineFree(Lut); return NULL; } } // Lut was not found, try to create a matrix-shaper // Check if this is a grayscale profile. if (cmsGetColorSpace(hProfile) == cmsSigGrayData) { // if so, build appropriate conversion tables. // The tables are the PCS iluminant, scaled across GrayTRC return BuildGrayInputMatrixPipeline(hProfile); } // Not gray, create a normal matrix-shaper return BuildRGBInputMatrixShaper(hProfile); } // --------------------------------------------------------------------------------------------------------------- // Gray output pipeline. // XYZ -> Gray or Lab -> Gray. Since we only know the GrayTRC, we need to do some assumptions. Gray component will be // given by Y on XYZ PCS and by L* on Lab PCS, Both across inverse TRC curve. // The complete pipeline on XYZ is Matrix[3:1] -> Tone curve and in Lab Matrix[3:1] -> Tone Curve as well. static cmsPipeline* BuildGrayOutputPipeline(cmsHPROFILE hProfile) { cmsToneCurve *GrayTRC, *RevGrayTRC; cmsPipeline* Lut; cmsContext ContextID = cmsGetProfileContextID(hProfile); GrayTRC = (cmsToneCurve *) cmsReadTag(hProfile, cmsSigGrayTRCTag); if (GrayTRC == NULL) return NULL; RevGrayTRC = cmsReverseToneCurve(GrayTRC); if (RevGrayTRC == NULL) return NULL; Lut = cmsPipelineAlloc(ContextID, 3, 1); if (Lut == NULL) { cmsFreeToneCurve(RevGrayTRC); return NULL; } if (cmsGetPCS(hProfile) == cmsSigLabData) { if (!cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocMatrix(ContextID, 1, 3, PickLstarMatrix, NULL))) goto Error; } else { if (!cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocMatrix(ContextID, 1, 3, PickYMatrix, NULL))) goto Error; } if (!cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 1, &RevGrayTRC))) goto Error; cmsFreeToneCurve(RevGrayTRC); return Lut; Error: cmsFreeToneCurve(RevGrayTRC); cmsPipelineFree(Lut); return NULL; } static cmsPipeline* BuildRGBOutputMatrixShaper(cmsHPROFILE hProfile) { cmsPipeline* Lut; cmsToneCurve *Shapes[3], *InvShapes[3]; cmsMAT3 Mat, Inv; int i, j; cmsContext ContextID = cmsGetProfileContextID(hProfile); if (!ReadICCMatrixRGB2XYZ(&Mat, hProfile)) return NULL; if (!_cmsMAT3inverse(&Mat, &Inv)) return NULL; // XYZ PCS in encoded in 1.15 format, and the matrix input should come in 0..0xffff range, so // we need to adjust the input by a << 1 to obtain a 1.16 fixed and then by a factor of // (0xffff/0x10000) to put data in 0..0xffff range. Total factor is (2.0*65535.0)/65536.0; for (i=0; i < 3; i++) for (j=0; j < 3; j++) Inv.v[i].n[j] *= OutpAdj; Shapes[0] = (cmsToneCurve *) cmsReadTag(hProfile, cmsSigRedTRCTag); Shapes[1] = (cmsToneCurve *) cmsReadTag(hProfile, cmsSigGreenTRCTag); Shapes[2] = (cmsToneCurve *) cmsReadTag(hProfile, cmsSigBlueTRCTag); if (!Shapes[0] || !Shapes[1] || !Shapes[2]) return NULL; InvShapes[0] = cmsReverseToneCurve(Shapes[0]); InvShapes[1] = cmsReverseToneCurve(Shapes[1]); InvShapes[2] = cmsReverseToneCurve(Shapes[2]); if (!InvShapes[0] || !InvShapes[1] || !InvShapes[2]) { return NULL; } Lut = cmsPipelineAlloc(ContextID, 3, 3); if (Lut != NULL) { // Note that it is certainly possible a single profile would have a LUT based // tag for output working in lab and a matrix-shaper for the fallback cases. // This is not allowed by the spec, but this code is tolerant to those cases if (cmsGetPCS(hProfile) == cmsSigLabData) { if (!cmsPipelineInsertStage(Lut, cmsAT_END, _cmsStageAllocLab2XYZ(ContextID))) goto Error; } if (!cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocMatrix(ContextID, 3, 3, (cmsFloat64Number*) &Inv, NULL)) || !cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 3, InvShapes))) goto Error; } cmsFreeToneCurveTriple(InvShapes); return Lut; Error: cmsFreeToneCurveTriple(InvShapes); cmsPipelineFree(Lut); return NULL; } // Change CLUT interpolation to trilinear static void ChangeInterpolationToTrilinear(cmsPipeline* Lut) { cmsStage* Stage; for (Stage = cmsPipelineGetPtrToFirstStage(Lut); Stage != NULL; Stage = cmsStageNext(Stage)) { if (cmsStageType(Stage) == cmsSigCLutElemType) { _cmsStageCLutData* CLUT = (_cmsStageCLutData*) Stage ->Data; CLUT ->Params->dwFlags |= CMS_LERP_FLAGS_TRILINEAR; _cmsSetInterpolationRoutine(Lut->ContextID, CLUT ->Params); } } } // Read the DToAX tag, adjusting the encoding of Lab or XYZ if needed static cmsPipeline* _cmsReadFloatOutputTag(cmsHPROFILE hProfile, cmsTagSignature tagFloat) { cmsContext ContextID = cmsGetProfileContextID(hProfile); cmsPipeline* Lut = cmsPipelineDup((cmsPipeline*) cmsReadTag(hProfile, tagFloat)); cmsColorSpaceSignature PCS = cmsGetPCS(hProfile); cmsColorSpaceSignature dataSpace = cmsGetColorSpace(hProfile); if (Lut == NULL) return NULL; // If PCS is Lab or XYZ, the floating point tag is accepting data in the space encoding, // and since the formatter has already accommodated to 0..1.0, we should undo this change if ( PCS == cmsSigLabData) { if (!cmsPipelineInsertStage(Lut, cmsAT_BEGIN, _cmsStageNormalizeToLabFloat(ContextID))) goto Error; } else if (PCS == cmsSigXYZData) { if (!cmsPipelineInsertStage(Lut, cmsAT_BEGIN, _cmsStageNormalizeToXyzFloat(ContextID))) goto Error; } // the output can be Lab or XYZ, in which case normalisation is needed on the end of the pipeline if ( dataSpace == cmsSigLabData) { if (!cmsPipelineInsertStage(Lut, cmsAT_END, _cmsStageNormalizeFromLabFloat(ContextID))) goto Error; } else if (dataSpace == cmsSigXYZData) { if (!cmsPipelineInsertStage(Lut, cmsAT_END, _cmsStageNormalizeFromXyzFloat(ContextID))) goto Error; } return Lut; Error: cmsPipelineFree(Lut); return NULL; } // Create an output MPE LUT from a given profile. Version mismatches are handled here cmsPipeline* CMSEXPORT _cmsReadOutputLUT(cmsHPROFILE hProfile, cmsUInt32Number Intent) { cmsTagTypeSignature OriginalType; cmsTagSignature tag16; cmsTagSignature tagFloat; cmsContext ContextID = cmsGetProfileContextID(hProfile); if (Intent <= INTENT_ABSOLUTE_COLORIMETRIC) { tag16 = PCS2Device16[Intent]; tagFloat = PCS2DeviceFloat[Intent]; if (cmsIsTag(hProfile, tagFloat)) { // Float tag takes precedence // Floating point LUT are always V4 return _cmsReadFloatOutputTag(hProfile, tagFloat); } // Revert to perceptual if no tag is found if (!cmsIsTag(hProfile, tag16)) { tag16 = PCS2Device16[0]; } if (cmsIsTag(hProfile, tag16)) { // Is there any LUT-Based table? // Check profile version and LUT type. Do the necessary adjustments if needed // First read the tag cmsPipeline* Lut = (cmsPipeline*) cmsReadTag(hProfile, tag16); if (Lut == NULL) return NULL; // After reading it, we have info about the original type OriginalType = _cmsGetTagTrueType(hProfile, tag16); // The profile owns the Lut, so we need to copy it Lut = cmsPipelineDup(Lut); if (Lut == NULL) return NULL; // Now it is time for a controversial stuff. I found that for 3D LUTS using // Lab used as indexer space, trilinear interpolation should be used if (cmsGetPCS(hProfile) == cmsSigLabData) ChangeInterpolationToTrilinear(Lut); // We need to adjust data only for Lab and Lut16 type if (OriginalType != cmsSigLut16Type || cmsGetPCS(hProfile) != cmsSigLabData) return Lut; // Add a matrix for conversion V4 to V2 Lab PCS if (!cmsPipelineInsertStage(Lut, cmsAT_BEGIN, _cmsStageAllocLabV4ToV2(ContextID))) goto Error; // If the output is Lab, add also a conversion at the end if (cmsGetColorSpace(hProfile) == cmsSigLabData) if (!cmsPipelineInsertStage(Lut, cmsAT_END, _cmsStageAllocLabV2ToV4(ContextID))) goto Error; return Lut; Error: cmsPipelineFree(Lut); return NULL; } } // Lut not found, try to create a matrix-shaper // Check if this is a grayscale profile. if (cmsGetColorSpace(hProfile) == cmsSigGrayData) { // if so, build appropriate conversion tables. // The tables are the PCS iluminant, scaled across GrayTRC return BuildGrayOutputPipeline(hProfile); } // Not gray, create a normal matrix-shaper, which only operates in XYZ space return BuildRGBOutputMatrixShaper(hProfile); } // --------------------------------------------------------------------------------------------------------------- // Read the AToD0 tag, adjusting the encoding of Lab or XYZ if needed static cmsPipeline* _cmsReadFloatDevicelinkTag(cmsHPROFILE hProfile, cmsTagSignature tagFloat) { cmsContext ContextID = cmsGetProfileContextID(hProfile); cmsPipeline* Lut = cmsPipelineDup((cmsPipeline*)cmsReadTag(hProfile, tagFloat)); cmsColorSpaceSignature PCS = cmsGetPCS(hProfile); cmsColorSpaceSignature spc = cmsGetColorSpace(hProfile); if (Lut == NULL) return NULL; if (spc == cmsSigLabData) { if (!cmsPipelineInsertStage(Lut, cmsAT_BEGIN, _cmsStageNormalizeToLabFloat(ContextID))) goto Error; } else if (spc == cmsSigXYZData) { if (!cmsPipelineInsertStage(Lut, cmsAT_BEGIN, _cmsStageNormalizeToXyzFloat(ContextID))) goto Error; } if (PCS == cmsSigLabData) { if (!cmsPipelineInsertStage(Lut, cmsAT_END, _cmsStageNormalizeFromLabFloat(ContextID))) goto Error; } else if (PCS == cmsSigXYZData) { if (!cmsPipelineInsertStage(Lut, cmsAT_END, _cmsStageNormalizeFromXyzFloat(ContextID))) goto Error; } return Lut; Error: cmsPipelineFree(Lut); return NULL; } // This one includes abstract profiles as well. Matrix-shaper cannot be obtained on that device class. The // tag name here may default to AToB0 cmsPipeline* CMSEXPORT _cmsReadDevicelinkLUT(cmsHPROFILE hProfile, cmsUInt32Number Intent) { cmsPipeline* Lut; cmsTagTypeSignature OriginalType; cmsTagSignature tag16; cmsTagSignature tagFloat; cmsContext ContextID = cmsGetProfileContextID(hProfile); if (Intent > INTENT_ABSOLUTE_COLORIMETRIC) return NULL; tag16 = Device2PCS16[Intent]; tagFloat = Device2PCSFloat[Intent]; // On named color, take the appropriate tag if (cmsGetDeviceClass(hProfile) == cmsSigNamedColorClass) { cmsNAMEDCOLORLIST* nc = (cmsNAMEDCOLORLIST*)cmsReadTag(hProfile, cmsSigNamedColor2Tag); if (nc == NULL) return NULL; Lut = cmsPipelineAlloc(ContextID, 0, 0); if (Lut == NULL) goto Error; if (!cmsPipelineInsertStage(Lut, cmsAT_BEGIN, _cmsStageAllocNamedColor(nc, FALSE))) goto Error; if (cmsGetColorSpace(hProfile) == cmsSigLabData) if (!cmsPipelineInsertStage(Lut, cmsAT_END, _cmsStageAllocLabV2ToV4(ContextID))) goto Error; return Lut; Error: cmsPipelineFree(Lut); return NULL; } if (cmsIsTag(hProfile, tagFloat)) { // Float tag takes precedence // Floating point LUT are always V return _cmsReadFloatDevicelinkTag(hProfile, tagFloat); } tagFloat = Device2PCSFloat[0]; if (cmsIsTag(hProfile, tagFloat)) { return cmsPipelineDup((cmsPipeline*)cmsReadTag(hProfile, tagFloat)); } if (!cmsIsTag(hProfile, tag16)) { // Is there any LUT-Based table? tag16 = Device2PCS16[0]; if (!cmsIsTag(hProfile, tag16)) return NULL; } // Check profile version and LUT type. Do the necessary adjustments if needed // Read the tag Lut = (cmsPipeline*)cmsReadTag(hProfile, tag16); if (Lut == NULL) return NULL; // The profile owns the Lut, so we need to copy it Lut = cmsPipelineDup(Lut); if (Lut == NULL) return NULL; // Now it is time for a controversial stuff. I found that for 3D LUTS using // Lab used as indexer space, trilinear interpolation should be used if (cmsGetPCS(hProfile) == cmsSigLabData) ChangeInterpolationToTrilinear(Lut); // After reading it, we have info about the original type OriginalType = _cmsGetTagTrueType(hProfile, tag16); // We need to adjust data for Lab16 on output if (OriginalType != cmsSigLut16Type) return Lut; // Here it is possible to get Lab on both sides if (cmsGetColorSpace(hProfile) == cmsSigLabData) { if (!cmsPipelineInsertStage(Lut, cmsAT_BEGIN, _cmsStageAllocLabV4ToV2(ContextID))) goto Error2; } if (cmsGetPCS(hProfile) == cmsSigLabData) { if (!cmsPipelineInsertStage(Lut, cmsAT_END, _cmsStageAllocLabV2ToV4(ContextID))) goto Error2; } return Lut; Error2: cmsPipelineFree(Lut); return NULL; } // --------------------------------------------------------------------------------------------------------------- // Returns TRUE if the profile is implemented as matrix-shaper cmsBool CMSEXPORT cmsIsMatrixShaper(cmsHPROFILE hProfile) { switch (cmsGetColorSpace(hProfile)) { case cmsSigGrayData: return cmsIsTag(hProfile, cmsSigGrayTRCTag); case cmsSigRgbData: return (cmsIsTag(hProfile, cmsSigRedColorantTag) && cmsIsTag(hProfile, cmsSigGreenColorantTag) && cmsIsTag(hProfile, cmsSigBlueColorantTag) && cmsIsTag(hProfile, cmsSigRedTRCTag) && cmsIsTag(hProfile, cmsSigGreenTRCTag) && cmsIsTag(hProfile, cmsSigBlueTRCTag)); default: return FALSE; } } // Returns TRUE if the intent is implemented as CLUT cmsBool CMSEXPORT cmsIsCLUT(cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number UsedDirection) { const cmsTagSignature* TagTable; // For devicelinks, the supported intent is that one stated in the header if (cmsGetDeviceClass(hProfile) == cmsSigLinkClass) { return (cmsGetHeaderRenderingIntent(hProfile) == Intent); } switch (UsedDirection) { case LCMS_USED_AS_INPUT: TagTable = Device2PCS16; break; case LCMS_USED_AS_OUTPUT:TagTable = PCS2Device16; break; // For proofing, we need rel. colorimetric in output. Let's do some recursion case LCMS_USED_AS_PROOF: return cmsIsIntentSupported(hProfile, Intent, LCMS_USED_AS_INPUT) && cmsIsIntentSupported(hProfile, INTENT_RELATIVE_COLORIMETRIC, LCMS_USED_AS_OUTPUT); default: cmsSignalError(cmsGetProfileContextID(hProfile), cmsERROR_RANGE, "Unexpected direction (%d)", UsedDirection); return FALSE; } // Extended intents are not strictly CLUT-based if (Intent > INTENT_ABSOLUTE_COLORIMETRIC) return FALSE; return cmsIsTag(hProfile, TagTable[Intent]); } // Return info about supported intents cmsBool CMSEXPORT cmsIsIntentSupported(cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number UsedDirection) { if (cmsIsCLUT(hProfile, Intent, UsedDirection)) return TRUE; // Is there any matrix-shaper? If so, the intent is supported. This is a bit odd, since V2 matrix shaper // does not fully support relative colorimetric because they cannot deal with non-zero black points, but // many profiles claims that, and this is certainly not true for V4 profiles. Lets answer "yes" no matter // the accuracy would be less than optimal in rel.col and v2 case. return cmsIsMatrixShaper(hProfile); } // --------------------------------------------------------------------------------------------------------------- // Read both, profile sequence description and profile sequence id if present. Then combine both to // create qa unique structure holding both. Shame on ICC to store things in such complicated way. cmsSEQ* _cmsReadProfileSequence(cmsHPROFILE hProfile) { cmsSEQ* ProfileSeq; cmsSEQ* ProfileId; cmsSEQ* NewSeq; cmsUInt32Number i; // Take profile sequence description first ProfileSeq = (cmsSEQ*) cmsReadTag(hProfile, cmsSigProfileSequenceDescTag); // Take profile sequence ID ProfileId = (cmsSEQ*) cmsReadTag(hProfile, cmsSigProfileSequenceIdTag); if (ProfileSeq == NULL && ProfileId == NULL) return NULL; if (ProfileSeq == NULL) return cmsDupProfileSequenceDescription(ProfileId); if (ProfileId == NULL) return cmsDupProfileSequenceDescription(ProfileSeq); // We have to mix both together. For that they must agree if (ProfileSeq ->n != ProfileId ->n) return cmsDupProfileSequenceDescription(ProfileSeq); NewSeq = cmsDupProfileSequenceDescription(ProfileSeq); // Ok, proceed to the mixing if (NewSeq != NULL) { for (i=0; i < ProfileSeq ->n; i++) { memmove(&NewSeq ->seq[i].ProfileID, &ProfileId ->seq[i].ProfileID, sizeof(cmsProfileID)); NewSeq ->seq[i].Description = cmsMLUdup(ProfileId ->seq[i].Description); } } return NewSeq; } // Dump the contents of profile sequence in both tags (if v4 available) cmsBool _cmsWriteProfileSequence(cmsHPROFILE hProfile, const cmsSEQ* seq) { if (!cmsWriteTag(hProfile, cmsSigProfileSequenceDescTag, seq)) return FALSE; if (cmsGetEncodedICCversion(hProfile) >= 0x4000000) { if (!cmsWriteTag(hProfile, cmsSigProfileSequenceIdTag, seq)) return FALSE; } return TRUE; } // Auxiliary, read and duplicate a MLU if found. static cmsMLU* GetMLUFromProfile(cmsHPROFILE h, cmsTagSignature sig) { cmsMLU* mlu = (cmsMLU*) cmsReadTag(h, sig); if (mlu == NULL) return NULL; return cmsMLUdup(mlu); } // Create a sequence description out of an array of profiles cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[]) { cmsUInt32Number i; cmsSEQ* seq = cmsAllocProfileSequenceDescription(ContextID, nProfiles); if (seq == NULL) return NULL; for (i=0; i < nProfiles; i++) { cmsPSEQDESC* ps = &seq ->seq[i]; cmsHPROFILE h = hProfiles[i]; cmsTechnologySignature* techpt; cmsGetHeaderAttributes(h, &ps ->attributes); cmsGetHeaderProfileID(h, ps ->ProfileID.ID8); ps ->deviceMfg = cmsGetHeaderManufacturer(h); ps ->deviceModel = cmsGetHeaderModel(h); techpt = (cmsTechnologySignature*) cmsReadTag(h, cmsSigTechnologyTag); if (techpt == NULL) ps ->technology = (cmsTechnologySignature) 0; else ps ->technology = *techpt; ps ->Manufacturer = GetMLUFromProfile(h, cmsSigDeviceMfgDescTag); ps ->Model = GetMLUFromProfile(h, cmsSigDeviceModelDescTag); ps ->Description = GetMLUFromProfile(h, cmsSigProfileDescriptionTag); } return seq; } // ------------------------------------------------------------------------------------------------------------------- static const cmsMLU* GetInfo(cmsHPROFILE hProfile, cmsInfoType Info) { cmsTagSignature sig; switch (Info) { case cmsInfoDescription: sig = cmsSigProfileDescriptionTag; break; case cmsInfoManufacturer: sig = cmsSigDeviceMfgDescTag; break; case cmsInfoModel: sig = cmsSigDeviceModelDescTag; break; case cmsInfoCopyright: sig = cmsSigCopyrightTag; break; default: return NULL; } return (cmsMLU*) cmsReadTag(hProfile, sig); } cmsUInt32Number CMSEXPORT cmsGetProfileInfo(cmsHPROFILE hProfile, cmsInfoType Info, const char LanguageCode[3], const char CountryCode[3], wchar_t* Buffer, cmsUInt32Number BufferSize) { const cmsMLU* mlu = GetInfo(hProfile, Info); if (mlu == NULL) return 0; return cmsMLUgetWide(mlu, LanguageCode, CountryCode, Buffer, BufferSize); } cmsUInt32Number CMSEXPORT cmsGetProfileInfoASCII(cmsHPROFILE hProfile, cmsInfoType Info, const char LanguageCode[3], const char CountryCode[3], char* Buffer, cmsUInt32Number BufferSize) { const cmsMLU* mlu = GetInfo(hProfile, Info); if (mlu == NULL) return 0; return cmsMLUgetASCII(mlu, LanguageCode, CountryCode, Buffer, BufferSize); } cmsUInt32Number CMSEXPORT cmsGetProfileInfoUTF8(cmsHPROFILE hProfile, cmsInfoType Info, const char LanguageCode[3], const char CountryCode[3], char* Buffer, cmsUInt32Number BufferSize) { const cmsMLU* mlu = GetInfo(hProfile, Info); if (mlu == NULL) return 0; return cmsMLUgetUTF8(mlu, LanguageCode, CountryCode, Buffer, BufferSize); } lcms2-2.17/src/cmslut.c0000644000175000017500000014656414752176133013770 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include "lcms2_internal.h" // Allocates an empty multi profile element cmsStage* CMSEXPORT _cmsStageAllocPlaceholder(cmsContext ContextID, cmsStageSignature Type, cmsUInt32Number InputChannels, cmsUInt32Number OutputChannels, _cmsStageEvalFn EvalPtr, _cmsStageDupElemFn DupElemPtr, _cmsStageFreeElemFn FreePtr, void* Data) { cmsStage* ph = (cmsStage*) _cmsMallocZero(ContextID, sizeof(cmsStage)); if (ph == NULL) return NULL; ph ->ContextID = ContextID; ph ->Type = Type; ph ->Implements = Type; // By default, no clue on what is implementing ph ->InputChannels = InputChannels; ph ->OutputChannels = OutputChannels; ph ->EvalPtr = EvalPtr; ph ->DupElemPtr = DupElemPtr; ph ->FreePtr = FreePtr; ph ->Data = Data; return ph; } static void EvaluateIdentity(const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsStage *mpe) { memmove(Out, In, mpe ->InputChannels * sizeof(cmsFloat32Number)); } cmsStage* CMSEXPORT cmsStageAllocIdentity(cmsContext ContextID, cmsUInt32Number nChannels) { return _cmsStageAllocPlaceholder(ContextID, cmsSigIdentityElemType, nChannels, nChannels, EvaluateIdentity, NULL, NULL, NULL); } // Conversion functions. From floating point to 16 bits static void FromFloatTo16(const cmsFloat32Number In[], cmsUInt16Number Out[], cmsUInt32Number n) { cmsUInt32Number i; for (i=0; i < n; i++) { Out[i] = _cmsQuickSaturateWord(In[i] * 65535.0); } } // From 16 bits to floating point static void From16ToFloat(const cmsUInt16Number In[], cmsFloat32Number Out[], cmsUInt32Number n) { cmsUInt32Number i; for (i=0; i < n; i++) { Out[i] = (cmsFloat32Number) In[i] / 65535.0F; } } // This function is quite useful to analyze the structure of a LUT and retrieve the MPE elements // that conform the LUT. It should be called with the LUT, the number of expected elements and // then a list of expected types followed with a list of cmsFloat64Number pointers to MPE elements. If // the function founds a match with current pipeline, it fills the pointers and returns TRUE // if not, returns FALSE without touching anything. Setting pointers to NULL does bypass // the storage process. cmsBool CMSEXPORT cmsPipelineCheckAndRetreiveStages(const cmsPipeline* Lut, cmsUInt32Number n, ...) { va_list args; cmsUInt32Number i; cmsStage* mpe; cmsStageSignature Type; void** ElemPtr; // Make sure same number of elements if (cmsPipelineStageCount(Lut) != n) return FALSE; va_start(args, n); // Iterate across asked types mpe = Lut ->Elements; for (i=0; i < n; i++) { // Get asked type. cmsStageSignature is promoted to int by compiler Type = (cmsStageSignature)va_arg(args, int); if (mpe ->Type != Type) { va_end(args); // Mismatch. We are done. return FALSE; } mpe = mpe ->Next; } // Found a combination, fill pointers if not NULL mpe = Lut ->Elements; for (i=0; i < n; i++) { ElemPtr = va_arg(args, void**); if (ElemPtr != NULL) *ElemPtr = mpe; mpe = mpe ->Next; } va_end(args); return TRUE; } // Below there are implementations for several types of elements. Each type may be implemented by a // evaluation function, a duplication function, a function to free resources and a constructor. // ************************************************************************************************* // Type cmsSigCurveSetElemType (curves) // ************************************************************************************************* cmsToneCurve** _cmsStageGetPtrToCurveSet(const cmsStage* mpe) { _cmsStageToneCurvesData* Data = (_cmsStageToneCurvesData*) mpe ->Data; return Data ->TheCurves; } static void EvaluateCurves(const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsStage *mpe) { _cmsStageToneCurvesData* Data; cmsUInt32Number i; _cmsAssert(mpe != NULL); Data = (_cmsStageToneCurvesData*) mpe ->Data; if (Data == NULL) return; if (Data ->TheCurves == NULL) return; for (i=0; i < Data ->nCurves; i++) { Out[i] = cmsEvalToneCurveFloat(Data ->TheCurves[i], In[i]); } } static void CurveSetElemTypeFree(cmsStage* mpe) { _cmsStageToneCurvesData* Data; cmsUInt32Number i; _cmsAssert(mpe != NULL); Data = (_cmsStageToneCurvesData*) mpe ->Data; if (Data == NULL) return; if (Data ->TheCurves != NULL) { for (i=0; i < Data ->nCurves; i++) { if (Data ->TheCurves[i] != NULL) cmsFreeToneCurve(Data ->TheCurves[i]); } } _cmsFree(mpe ->ContextID, Data ->TheCurves); _cmsFree(mpe ->ContextID, Data); } static void* CurveSetDup(cmsStage* mpe) { _cmsStageToneCurvesData* Data = (_cmsStageToneCurvesData*) mpe ->Data; _cmsStageToneCurvesData* NewElem; cmsUInt32Number i; NewElem = (_cmsStageToneCurvesData*) _cmsMallocZero(mpe ->ContextID, sizeof(_cmsStageToneCurvesData)); if (NewElem == NULL) return NULL; NewElem ->nCurves = Data ->nCurves; NewElem ->TheCurves = (cmsToneCurve**) _cmsCalloc(mpe ->ContextID, NewElem ->nCurves, sizeof(cmsToneCurve*)); if (NewElem ->TheCurves == NULL) goto Error; for (i=0; i < NewElem ->nCurves; i++) { // Duplicate each curve. It may fail. NewElem ->TheCurves[i] = cmsDupToneCurve(Data ->TheCurves[i]); if (NewElem ->TheCurves[i] == NULL) goto Error; } return (void*) NewElem; Error: if (NewElem ->TheCurves != NULL) { for (i=0; i < NewElem ->nCurves; i++) { if (NewElem ->TheCurves[i]) cmsFreeToneCurve(NewElem ->TheCurves[i]); } } _cmsFree(mpe ->ContextID, NewElem ->TheCurves); _cmsFree(mpe ->ContextID, NewElem); return NULL; } // Curves == NULL forces identity curves cmsStage* CMSEXPORT cmsStageAllocToneCurves(cmsContext ContextID, cmsUInt32Number nChannels, cmsToneCurve* const Curves[]) { cmsUInt32Number i; _cmsStageToneCurvesData* NewElem; cmsStage* NewMPE; NewMPE = _cmsStageAllocPlaceholder(ContextID, cmsSigCurveSetElemType, nChannels, nChannels, EvaluateCurves, CurveSetDup, CurveSetElemTypeFree, NULL ); if (NewMPE == NULL) return NULL; NewElem = (_cmsStageToneCurvesData*) _cmsMallocZero(ContextID, sizeof(_cmsStageToneCurvesData)); if (NewElem == NULL) { cmsStageFree(NewMPE); return NULL; } NewMPE ->Data = (void*) NewElem; NewElem ->nCurves = nChannels; NewElem ->TheCurves = (cmsToneCurve**) _cmsCalloc(ContextID, nChannels, sizeof(cmsToneCurve*)); if (NewElem ->TheCurves == NULL) { cmsStageFree(NewMPE); return NULL; } for (i=0; i < nChannels; i++) { if (Curves == NULL) { NewElem ->TheCurves[i] = cmsBuildGamma(ContextID, 1.0); } else { NewElem ->TheCurves[i] = cmsDupToneCurve(Curves[i]); } if (NewElem ->TheCurves[i] == NULL) { cmsStageFree(NewMPE); return NULL; } } return NewMPE; } // Create a bunch of identity curves cmsStage* CMSEXPORT _cmsStageAllocIdentityCurves(cmsContext ContextID, cmsUInt32Number nChannels) { cmsStage* mpe = cmsStageAllocToneCurves(ContextID, nChannels, NULL); if (mpe == NULL) return NULL; mpe ->Implements = cmsSigIdentityElemType; return mpe; } // ************************************************************************************************* // Type cmsSigMatrixElemType (Matrices) // ************************************************************************************************* // Special care should be taken here because precision loss. A temporary cmsFloat64Number buffer is being used static void EvaluateMatrix(const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsStage *mpe) { cmsUInt32Number i, j; _cmsStageMatrixData* Data = (_cmsStageMatrixData*) mpe ->Data; cmsFloat64Number Tmp; // Input is already in 0..1.0 notation for (i=0; i < mpe ->OutputChannels; i++) { Tmp = 0; for (j=0; j < mpe->InputChannels; j++) { Tmp += In[j] * Data->Double[i*mpe->InputChannels + j]; } if (Data ->Offset != NULL) Tmp += Data->Offset[i]; Out[i] = (cmsFloat32Number) Tmp; } // Output in 0..1.0 domain } // Duplicate a yet-existing matrix element static void* MatrixElemDup(cmsStage* mpe) { _cmsStageMatrixData* Data = (_cmsStageMatrixData*) mpe ->Data; _cmsStageMatrixData* NewElem; cmsUInt32Number sz; NewElem = (_cmsStageMatrixData*) _cmsMallocZero(mpe ->ContextID, sizeof(_cmsStageMatrixData)); if (NewElem == NULL) return NULL; sz = mpe ->InputChannels * mpe ->OutputChannels; NewElem ->Double = (cmsFloat64Number*) _cmsDupMem(mpe ->ContextID, Data ->Double, sz * sizeof(cmsFloat64Number)) ; if (Data ->Offset) NewElem ->Offset = (cmsFloat64Number*) _cmsDupMem(mpe ->ContextID, Data ->Offset, mpe -> OutputChannels * sizeof(cmsFloat64Number)) ; return (void*) NewElem; } static void MatrixElemTypeFree(cmsStage* mpe) { _cmsStageMatrixData* Data = (_cmsStageMatrixData*) mpe ->Data; if (Data == NULL) return; if (Data ->Double) _cmsFree(mpe ->ContextID, Data ->Double); if (Data ->Offset) _cmsFree(mpe ->ContextID, Data ->Offset); _cmsFree(mpe ->ContextID, mpe ->Data); } cmsStage* CMSEXPORT cmsStageAllocMatrix(cmsContext ContextID, cmsUInt32Number Rows, cmsUInt32Number Cols, const cmsFloat64Number* Matrix, const cmsFloat64Number* Offset) { cmsUInt32Number i, n; _cmsStageMatrixData* NewElem; cmsStage* NewMPE; n = Rows * Cols; // Check for overflow if (n == 0) return NULL; if (n >= UINT_MAX / Cols) return NULL; if (n >= UINT_MAX / Rows) return NULL; if (n < Rows || n < Cols) return NULL; NewMPE = _cmsStageAllocPlaceholder(ContextID, cmsSigMatrixElemType, Cols, Rows, EvaluateMatrix, MatrixElemDup, MatrixElemTypeFree, NULL ); if (NewMPE == NULL) return NULL; NewElem = (_cmsStageMatrixData*) _cmsMallocZero(ContextID, sizeof(_cmsStageMatrixData)); if (NewElem == NULL) goto Error; NewMPE->Data = (void*)NewElem; NewElem ->Double = (cmsFloat64Number*) _cmsCalloc(ContextID, n, sizeof(cmsFloat64Number)); if (NewElem->Double == NULL) goto Error; for (i=0; i < n; i++) { NewElem ->Double[i] = Matrix[i]; } if (Offset != NULL) { NewElem ->Offset = (cmsFloat64Number*) _cmsCalloc(ContextID, Rows, sizeof(cmsFloat64Number)); if (NewElem->Offset == NULL) goto Error; for (i=0; i < Rows; i++) { NewElem ->Offset[i] = Offset[i]; } } return NewMPE; Error: cmsStageFree(NewMPE); return NULL; } // ************************************************************************************************* // Type cmsSigCLutElemType // ************************************************************************************************* // Evaluate in true floating point static void EvaluateCLUTfloat(const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsStage *mpe) { _cmsStageCLutData* Data = (_cmsStageCLutData*) mpe ->Data; Data -> Params ->Interpolation.LerpFloat(In, Out, Data->Params); } // Convert to 16 bits, evaluate, and back to floating point static void EvaluateCLUTfloatIn16(const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsStage *mpe) { _cmsStageCLutData* Data = (_cmsStageCLutData*) mpe ->Data; cmsUInt16Number In16[MAX_STAGE_CHANNELS], Out16[MAX_STAGE_CHANNELS]; _cmsAssert(mpe ->InputChannels <= MAX_STAGE_CHANNELS); _cmsAssert(mpe ->OutputChannels <= MAX_STAGE_CHANNELS); FromFloatTo16(In, In16, mpe ->InputChannels); Data -> Params ->Interpolation.Lerp16(In16, Out16, Data->Params); From16ToFloat(Out16, Out, mpe ->OutputChannels); } // Given an hypercube of b dimensions, with Dims[] number of nodes by dimension, calculate the total amount of nodes static cmsUInt32Number CubeSize(const cmsUInt32Number Dims[], cmsUInt32Number b) { cmsUInt32Number rv, dim; _cmsAssert(Dims != NULL); for (rv = 1; b > 0; b--) { dim = Dims[b-1]; if (dim <= 1) return 0; // Error rv *= dim; // Check for overflow if (rv > UINT_MAX / dim) return 0; } // Again, prevent overflow if (rv > UINT_MAX / 15) return 0; return rv; } static void* CLUTElemDup(cmsStage* mpe) { _cmsStageCLutData* Data = (_cmsStageCLutData*) mpe ->Data; _cmsStageCLutData* NewElem; NewElem = (_cmsStageCLutData*) _cmsMallocZero(mpe ->ContextID, sizeof(_cmsStageCLutData)); if (NewElem == NULL) return NULL; NewElem ->nEntries = Data ->nEntries; NewElem ->HasFloatValues = Data ->HasFloatValues; if (Data ->Tab.T) { if (Data ->HasFloatValues) { NewElem ->Tab.TFloat = (cmsFloat32Number*) _cmsDupMem(mpe ->ContextID, Data ->Tab.TFloat, Data ->nEntries * sizeof (cmsFloat32Number)); if (NewElem ->Tab.TFloat == NULL) goto Error; } else { NewElem ->Tab.T = (cmsUInt16Number*) _cmsDupMem(mpe ->ContextID, Data ->Tab.T, Data ->nEntries * sizeof (cmsUInt16Number)); if (NewElem ->Tab.T == NULL) goto Error; } } NewElem ->Params = _cmsComputeInterpParamsEx(mpe ->ContextID, Data ->Params ->nSamples, Data ->Params ->nInputs, Data ->Params ->nOutputs, NewElem ->Tab.T, Data ->Params ->dwFlags); if (NewElem->Params != NULL) return (void*) NewElem; Error: if (NewElem->Tab.T) // This works for both types _cmsFree(mpe ->ContextID, NewElem -> Tab.T); _cmsFree(mpe ->ContextID, NewElem); return NULL; } static void CLutElemTypeFree(cmsStage* mpe) { _cmsStageCLutData* Data = (_cmsStageCLutData*) mpe ->Data; // Already empty if (Data == NULL) return; // This works for both types if (Data -> Tab.T) _cmsFree(mpe ->ContextID, Data -> Tab.T); _cmsFreeInterpParams(Data ->Params); _cmsFree(mpe ->ContextID, mpe ->Data); } // Allocates a 16-bit multidimensional CLUT. This is evaluated at 16-bit precision. Table may have different // granularity on each dimension. cmsStage* CMSEXPORT cmsStageAllocCLut16bitGranular(cmsContext ContextID, const cmsUInt32Number clutPoints[], cmsUInt32Number inputChan, cmsUInt32Number outputChan, const cmsUInt16Number* Table) { cmsUInt32Number i, n; _cmsStageCLutData* NewElem; cmsStage* NewMPE; _cmsAssert(clutPoints != NULL); if (inputChan > MAX_INPUT_DIMENSIONS) { cmsSignalError(ContextID, cmsERROR_RANGE, "Too many input channels (%d channels, max=%d)", inputChan, MAX_INPUT_DIMENSIONS); return NULL; } NewMPE = _cmsStageAllocPlaceholder(ContextID, cmsSigCLutElemType, inputChan, outputChan, EvaluateCLUTfloatIn16, CLUTElemDup, CLutElemTypeFree, NULL ); if (NewMPE == NULL) return NULL; NewElem = (_cmsStageCLutData*) _cmsMallocZero(ContextID, sizeof(_cmsStageCLutData)); if (NewElem == NULL) { cmsStageFree(NewMPE); return NULL; } NewMPE ->Data = (void*) NewElem; NewElem -> nEntries = n = outputChan * CubeSize(clutPoints, inputChan); NewElem -> HasFloatValues = FALSE; if (n == 0) { cmsStageFree(NewMPE); return NULL; } NewElem ->Tab.T = (cmsUInt16Number*) _cmsCalloc(ContextID, n, sizeof(cmsUInt16Number)); if (NewElem ->Tab.T == NULL) { cmsStageFree(NewMPE); return NULL; } if (Table != NULL) { for (i=0; i < n; i++) { NewElem ->Tab.T[i] = Table[i]; } } NewElem ->Params = _cmsComputeInterpParamsEx(ContextID, clutPoints, inputChan, outputChan, NewElem ->Tab.T, CMS_LERP_FLAGS_16BITS); if (NewElem ->Params == NULL) { cmsStageFree(NewMPE); return NULL; } return NewMPE; } cmsStage* CMSEXPORT cmsStageAllocCLut16bit(cmsContext ContextID, cmsUInt32Number nGridPoints, cmsUInt32Number inputChan, cmsUInt32Number outputChan, const cmsUInt16Number* Table) { cmsUInt32Number Dimensions[MAX_INPUT_DIMENSIONS]; int i; // Our resulting LUT would be same gridpoints on all dimensions for (i=0; i < MAX_INPUT_DIMENSIONS; i++) Dimensions[i] = nGridPoints; return cmsStageAllocCLut16bitGranular(ContextID, Dimensions, inputChan, outputChan, Table); } cmsStage* CMSEXPORT cmsStageAllocCLutFloat(cmsContext ContextID, cmsUInt32Number nGridPoints, cmsUInt32Number inputChan, cmsUInt32Number outputChan, const cmsFloat32Number* Table) { cmsUInt32Number Dimensions[MAX_INPUT_DIMENSIONS]; int i; // Our resulting LUT would be same gridpoints on all dimensions for (i=0; i < MAX_INPUT_DIMENSIONS; i++) Dimensions[i] = nGridPoints; return cmsStageAllocCLutFloatGranular(ContextID, Dimensions, inputChan, outputChan, Table); } cmsStage* CMSEXPORT cmsStageAllocCLutFloatGranular(cmsContext ContextID, const cmsUInt32Number clutPoints[], cmsUInt32Number inputChan, cmsUInt32Number outputChan, const cmsFloat32Number* Table) { cmsUInt32Number i, n; _cmsStageCLutData* NewElem; cmsStage* NewMPE; _cmsAssert(clutPoints != NULL); if (inputChan > MAX_INPUT_DIMENSIONS) { cmsSignalError(ContextID, cmsERROR_RANGE, "Too many input channels (%d channels, max=%d)", inputChan, MAX_INPUT_DIMENSIONS); return NULL; } NewMPE = _cmsStageAllocPlaceholder(ContextID, cmsSigCLutElemType, inputChan, outputChan, EvaluateCLUTfloat, CLUTElemDup, CLutElemTypeFree, NULL); if (NewMPE == NULL) return NULL; NewElem = (_cmsStageCLutData*) _cmsMallocZero(ContextID, sizeof(_cmsStageCLutData)); if (NewElem == NULL) { cmsStageFree(NewMPE); return NULL; } NewMPE ->Data = (void*) NewElem; // There is a potential integer overflow on conputing n and nEntries. NewElem -> nEntries = n = outputChan * CubeSize(clutPoints, inputChan); NewElem -> HasFloatValues = TRUE; if (n == 0) { cmsStageFree(NewMPE); return NULL; } NewElem ->Tab.TFloat = (cmsFloat32Number*) _cmsCalloc(ContextID, n, sizeof(cmsFloat32Number)); if (NewElem ->Tab.TFloat == NULL) { cmsStageFree(NewMPE); return NULL; } if (Table != NULL) { for (i=0; i < n; i++) { NewElem ->Tab.TFloat[i] = Table[i]; } } NewElem ->Params = _cmsComputeInterpParamsEx(ContextID, clutPoints, inputChan, outputChan, NewElem ->Tab.TFloat, CMS_LERP_FLAGS_FLOAT); if (NewElem ->Params == NULL) { cmsStageFree(NewMPE); return NULL; } return NewMPE; } static int IdentitySampler(CMSREGISTER const cmsUInt16Number In[], CMSREGISTER cmsUInt16Number Out[], CMSREGISTER void * Cargo) { int nChan = *(int*) Cargo; int i; for (i=0; i < nChan; i++) Out[i] = In[i]; return 1; } // Creates an MPE that just copies input to output cmsStage* CMSEXPORT _cmsStageAllocIdentityCLut(cmsContext ContextID, cmsUInt32Number nChan) { cmsUInt32Number Dimensions[MAX_INPUT_DIMENSIONS]; cmsStage* mpe ; int i; for (i=0; i < MAX_INPUT_DIMENSIONS; i++) Dimensions[i] = 2; mpe = cmsStageAllocCLut16bitGranular(ContextID, Dimensions, nChan, nChan, NULL); if (mpe == NULL) return NULL; if (!cmsStageSampleCLut16bit(mpe, IdentitySampler, &nChan, 0)) { cmsStageFree(mpe); return NULL; } mpe ->Implements = cmsSigIdentityElemType; return mpe; } // Quantize a value 0 <= i < MaxSamples to 0..0xffff cmsUInt16Number CMSEXPORT _cmsQuantizeVal(cmsFloat64Number i, cmsUInt32Number MaxSamples) { cmsFloat64Number x; x = ((cmsFloat64Number) i * 65535.) / (cmsFloat64Number) (MaxSamples - 1); return _cmsQuickSaturateWord(x); } // This routine does a sweep on whole input space, and calls its callback // function on knots. returns TRUE if all ok, FALSE otherwise. cmsBool CMSEXPORT cmsStageSampleCLut16bit(cmsStage* mpe, cmsSAMPLER16 Sampler, void * Cargo, cmsUInt32Number dwFlags) { int i, t, index, rest; cmsUInt32Number nTotalPoints; cmsUInt32Number nInputs, nOutputs; cmsUInt32Number* nSamples; cmsUInt16Number In[MAX_INPUT_DIMENSIONS+1], Out[MAX_STAGE_CHANNELS]; _cmsStageCLutData* clut; if (mpe == NULL) return FALSE; clut = (_cmsStageCLutData*) mpe->Data; if (clut == NULL) return FALSE; nSamples = clut->Params ->nSamples; nInputs = clut->Params ->nInputs; nOutputs = clut->Params ->nOutputs; if (nInputs <= 0) return FALSE; if (nOutputs <= 0) return FALSE; if (nInputs > MAX_INPUT_DIMENSIONS) return FALSE; if (nOutputs >= MAX_STAGE_CHANNELS) return FALSE; memset(In, 0, sizeof(In)); memset(Out, 0, sizeof(Out)); nTotalPoints = CubeSize(nSamples, nInputs); if (nTotalPoints == 0) return FALSE; index = 0; for (i = 0; i < (int) nTotalPoints; i++) { rest = i; for (t = (int)nInputs - 1; t >= 0; --t) { cmsUInt32Number Colorant = rest % nSamples[t]; rest /= nSamples[t]; In[t] = _cmsQuantizeVal(Colorant, nSamples[t]); } if (clut ->Tab.T != NULL) { for (t = 0; t < (int)nOutputs; t++) Out[t] = clut->Tab.T[index + t]; } if (!Sampler(In, Out, Cargo)) return FALSE; if (!(dwFlags & SAMPLER_INSPECT)) { if (clut ->Tab.T != NULL) { for (t=0; t < (int) nOutputs; t++) clut->Tab.T[index + t] = Out[t]; } } index += nOutputs; } return TRUE; } // Same as anterior, but for floating point cmsBool CMSEXPORT cmsStageSampleCLutFloat(cmsStage* mpe, cmsSAMPLERFLOAT Sampler, void * Cargo, cmsUInt32Number dwFlags) { int i, t, index, rest; cmsUInt32Number nTotalPoints; cmsUInt32Number nInputs, nOutputs; cmsUInt32Number* nSamples; cmsFloat32Number In[MAX_INPUT_DIMENSIONS+1], Out[MAX_STAGE_CHANNELS]; _cmsStageCLutData* clut; if (mpe == NULL) return FALSE; clut = (_cmsStageCLutData*)mpe->Data; if (clut == NULL) return FALSE; nSamples = clut->Params ->nSamples; nInputs = clut->Params ->nInputs; nOutputs = clut->Params ->nOutputs; if (nInputs <= 0) return FALSE; if (nOutputs <= 0) return FALSE; if (nInputs > MAX_INPUT_DIMENSIONS) return FALSE; if (nOutputs >= MAX_STAGE_CHANNELS) return FALSE; nTotalPoints = CubeSize(nSamples, nInputs); if (nTotalPoints == 0) return FALSE; index = 0; for (i = 0; i < (int)nTotalPoints; i++) { rest = i; for (t = (int) nInputs-1; t >=0; --t) { cmsUInt32Number Colorant = rest % nSamples[t]; rest /= nSamples[t]; In[t] = (cmsFloat32Number) (_cmsQuantizeVal(Colorant, nSamples[t]) / 65535.0); } if (clut ->Tab.TFloat != NULL) { for (t=0; t < (int) nOutputs; t++) Out[t] = clut->Tab.TFloat[index + t]; } if (!Sampler(In, Out, Cargo)) return FALSE; if (!(dwFlags & SAMPLER_INSPECT)) { if (clut ->Tab.TFloat != NULL) { for (t=0; t < (int) nOutputs; t++) clut->Tab.TFloat[index + t] = Out[t]; } } index += nOutputs; } return TRUE; } // This routine does a sweep on whole input space, and calls its callback // function on knots. returns TRUE if all ok, FALSE otherwise. cmsBool CMSEXPORT cmsSliceSpace16(cmsUInt32Number nInputs, const cmsUInt32Number clutPoints[], cmsSAMPLER16 Sampler, void * Cargo) { int i, t, rest; cmsUInt32Number nTotalPoints; cmsUInt16Number In[cmsMAXCHANNELS]; if (nInputs >= cmsMAXCHANNELS) return FALSE; nTotalPoints = CubeSize(clutPoints, nInputs); if (nTotalPoints == 0) return FALSE; for (i = 0; i < (int) nTotalPoints; i++) { rest = i; for (t = (int) nInputs-1; t >=0; --t) { cmsUInt32Number Colorant = rest % clutPoints[t]; rest /= clutPoints[t]; In[t] = _cmsQuantizeVal(Colorant, clutPoints[t]); } if (!Sampler(In, NULL, Cargo)) return FALSE; } return TRUE; } cmsInt32Number CMSEXPORT cmsSliceSpaceFloat(cmsUInt32Number nInputs, const cmsUInt32Number clutPoints[], cmsSAMPLERFLOAT Sampler, void * Cargo) { int i, t, rest; cmsUInt32Number nTotalPoints; cmsFloat32Number In[cmsMAXCHANNELS]; if (nInputs >= cmsMAXCHANNELS) return FALSE; nTotalPoints = CubeSize(clutPoints, nInputs); if (nTotalPoints == 0) return FALSE; for (i = 0; i < (int) nTotalPoints; i++) { rest = i; for (t = (int) nInputs-1; t >=0; --t) { cmsUInt32Number Colorant = rest % clutPoints[t]; rest /= clutPoints[t]; In[t] = (cmsFloat32Number) (_cmsQuantizeVal(Colorant, clutPoints[t]) / 65535.0); } if (!Sampler(In, NULL, Cargo)) return FALSE; } return TRUE; } // ******************************************************************************** // Type cmsSigLab2XYZElemType // ******************************************************************************** static void EvaluateLab2XYZ(const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsStage *mpe) { cmsCIELab Lab; cmsCIEXYZ XYZ; const cmsFloat64Number XYZadj = MAX_ENCODEABLE_XYZ; // V4 rules Lab.L = In[0] * 100.0; Lab.a = In[1] * 255.0 - 128.0; Lab.b = In[2] * 255.0 - 128.0; cmsLab2XYZ(NULL, &XYZ, &Lab); // From XYZ, range 0..19997 to 0..1.0, note that 1.99997 comes from 0xffff // encoded as 1.15 fixed point, so 1 + (32767.0 / 32768.0) Out[0] = (cmsFloat32Number) ((cmsFloat64Number) XYZ.X / XYZadj); Out[1] = (cmsFloat32Number) ((cmsFloat64Number) XYZ.Y / XYZadj); Out[2] = (cmsFloat32Number) ((cmsFloat64Number) XYZ.Z / XYZadj); return; cmsUNUSED_PARAMETER(mpe); } // No dup or free routines needed, as the structure has no pointers in it. cmsStage* CMSEXPORT _cmsStageAllocLab2XYZ(cmsContext ContextID) { return _cmsStageAllocPlaceholder(ContextID, cmsSigLab2XYZElemType, 3, 3, EvaluateLab2XYZ, NULL, NULL, NULL); } // ******************************************************************************** // v2 L=100 is supposed to be placed on 0xFF00. There is no reasonable // number of gridpoints that would make exact match. However, a prelinearization // of 258 entries, would map 0xFF00 exactly on entry 257, and this is good to avoid scum dot. // Almost all what we need but unfortunately, the rest of entries should be scaled by // (255*257/256) and this is not exact. cmsStage* _cmsStageAllocLabV2ToV4curves(cmsContext ContextID) { cmsStage* mpe; cmsToneCurve* LabTable[3]; int i, j; LabTable[0] = cmsBuildTabulatedToneCurve16(ContextID, 258, NULL); LabTable[1] = cmsBuildTabulatedToneCurve16(ContextID, 258, NULL); LabTable[2] = cmsBuildTabulatedToneCurve16(ContextID, 258, NULL); for (j=0; j < 3; j++) { if (LabTable[j] == NULL) { cmsFreeToneCurveTriple(LabTable); return NULL; } // We need to map * (0xffff / 0xff00), that's same as (257 / 256) // So we can use 258-entry tables to do the trick (i / 257) * (255 * 257) * (257 / 256); for (i=0; i < 257; i++) { LabTable[j]->Table16[i] = (cmsUInt16Number) ((i * 0xffff + 0x80) >> 8); } LabTable[j] ->Table16[257] = 0xffff; } mpe = cmsStageAllocToneCurves(ContextID, 3, LabTable); cmsFreeToneCurveTriple(LabTable); if (mpe == NULL) return NULL; mpe ->Implements = cmsSigLabV2toV4; return mpe; } // ******************************************************************************** // Matrix-based conversion, which is more accurate, but slower and cannot properly be saved in devicelink profiles cmsStage* CMSEXPORT _cmsStageAllocLabV2ToV4(cmsContext ContextID) { static const cmsFloat64Number V2ToV4[] = { 65535.0/65280.0, 0, 0, 0, 65535.0/65280.0, 0, 0, 0, 65535.0/65280.0 }; cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, V2ToV4, NULL); if (mpe == NULL) return mpe; mpe ->Implements = cmsSigLabV2toV4; return mpe; } // Reverse direction cmsStage* CMSEXPORT _cmsStageAllocLabV4ToV2(cmsContext ContextID) { static const cmsFloat64Number V4ToV2[] = { 65280.0/65535.0, 0, 0, 0, 65280.0/65535.0, 0, 0, 0, 65280.0/65535.0 }; cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, V4ToV2, NULL); if (mpe == NULL) return mpe; mpe ->Implements = cmsSigLabV4toV2; return mpe; } // To Lab to float. Note that the MPE gives numbers in normal Lab range // and we need 0..1.0 range for the formatters // L* : 0...100 => 0...1.0 (L* / 100) // ab* : -128..+127 to 0..1 ((ab* + 128) / 255) cmsStage* _cmsStageNormalizeFromLabFloat(cmsContext ContextID) { static const cmsFloat64Number a1[] = { 1.0/100.0, 0, 0, 0, 1.0/255.0, 0, 0, 0, 1.0/255.0 }; static const cmsFloat64Number o1[] = { 0, 128.0/255.0, 128.0/255.0 }; cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, a1, o1); if (mpe == NULL) return mpe; mpe ->Implements = cmsSigLab2FloatPCS; return mpe; } // From XYZ to floating point PCS cmsStage* _cmsStageNormalizeFromXyzFloat(cmsContext ContextID) { #define n (32768.0/65535.0) static const cmsFloat64Number a1[] = { n, 0, 0, 0, n, 0, 0, 0, n }; #undef n cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, a1, NULL); if (mpe == NULL) return mpe; mpe ->Implements = cmsSigXYZ2FloatPCS; return mpe; } cmsStage* _cmsStageNormalizeToLabFloat(cmsContext ContextID) { static const cmsFloat64Number a1[] = { 100.0, 0, 0, 0, 255.0, 0, 0, 0, 255.0 }; static const cmsFloat64Number o1[] = { 0, -128.0, -128.0 }; cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, a1, o1); if (mpe == NULL) return mpe; mpe ->Implements = cmsSigFloatPCS2Lab; return mpe; } cmsStage* _cmsStageNormalizeToXyzFloat(cmsContext ContextID) { #define n (65535.0/32768.0) static const cmsFloat64Number a1[] = { n, 0, 0, 0, n, 0, 0, 0, n }; #undef n cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, a1, NULL); if (mpe == NULL) return mpe; mpe ->Implements = cmsSigFloatPCS2XYZ; return mpe; } // Clips values smaller than zero static void Clipper(const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsStage *mpe) { cmsUInt32Number i; for (i = 0; i < mpe->InputChannels; i++) { cmsFloat32Number n = In[i]; Out[i] = n < 0 ? 0 : n; } } cmsStage* _cmsStageClipNegatives(cmsContext ContextID, cmsUInt32Number nChannels) { return _cmsStageAllocPlaceholder(ContextID, cmsSigClipNegativesElemType, nChannels, nChannels, Clipper, NULL, NULL, NULL); } // ******************************************************************************** // Type cmsSigXYZ2LabElemType // ******************************************************************************** static void EvaluateXYZ2Lab(const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsStage *mpe) { cmsCIELab Lab; cmsCIEXYZ XYZ; const cmsFloat64Number XYZadj = MAX_ENCODEABLE_XYZ; // From 0..1.0 to XYZ XYZ.X = In[0] * XYZadj; XYZ.Y = In[1] * XYZadj; XYZ.Z = In[2] * XYZadj; cmsXYZ2Lab(NULL, &Lab, &XYZ); // From V4 Lab to 0..1.0 Out[0] = (cmsFloat32Number) (Lab.L / 100.0); Out[1] = (cmsFloat32Number) ((Lab.a + 128.0) / 255.0); Out[2] = (cmsFloat32Number) ((Lab.b + 128.0) / 255.0); return; cmsUNUSED_PARAMETER(mpe); } cmsStage* CMSEXPORT _cmsStageAllocXYZ2Lab(cmsContext ContextID) { return _cmsStageAllocPlaceholder(ContextID, cmsSigXYZ2LabElemType, 3, 3, EvaluateXYZ2Lab, NULL, NULL, NULL); } // ******************************************************************************** // For v4, S-Shaped curves are placed in a/b axis to increase resolution near gray cmsStage* _cmsStageAllocLabPrelin(cmsContext ContextID) { cmsToneCurve* LabTable[3]; cmsFloat64Number Params[1] = {2.4} ; LabTable[0] = cmsBuildGamma(ContextID, 1.0); LabTable[1] = cmsBuildParametricToneCurve(ContextID, 108, Params); LabTable[2] = cmsBuildParametricToneCurve(ContextID, 108, Params); return cmsStageAllocToneCurves(ContextID, 3, LabTable); } // Free a single MPE void CMSEXPORT cmsStageFree(cmsStage* mpe) { if (mpe ->FreePtr) mpe ->FreePtr(mpe); _cmsFree(mpe ->ContextID, mpe); } cmsUInt32Number CMSEXPORT cmsStageInputChannels(const cmsStage* mpe) { return mpe ->InputChannels; } cmsUInt32Number CMSEXPORT cmsStageOutputChannels(const cmsStage* mpe) { return mpe ->OutputChannels; } cmsStageSignature CMSEXPORT cmsStageType(const cmsStage* mpe) { return mpe -> Type; } void* CMSEXPORT cmsStageData(const cmsStage* mpe) { return mpe -> Data; } cmsContext CMSEXPORT cmsGetStageContextID(const cmsStage* mpe) { return mpe -> ContextID; } cmsStage* CMSEXPORT cmsStageNext(const cmsStage* mpe) { return mpe -> Next; } // Duplicates an MPE cmsStage* CMSEXPORT cmsStageDup(cmsStage* mpe) { cmsStage* NewMPE; if (mpe == NULL) return NULL; NewMPE = _cmsStageAllocPlaceholder(mpe ->ContextID, mpe ->Type, mpe ->InputChannels, mpe ->OutputChannels, mpe ->EvalPtr, mpe ->DupElemPtr, mpe ->FreePtr, NULL); if (NewMPE == NULL) return NULL; NewMPE ->Implements = mpe ->Implements; if (mpe ->DupElemPtr) { NewMPE ->Data = mpe ->DupElemPtr(mpe); if (NewMPE->Data == NULL) { cmsStageFree(NewMPE); return NULL; } } else { NewMPE ->Data = NULL; } return NewMPE; } // *********************************************************************************************************** // This function sets up the channel count static cmsBool BlessLUT(cmsPipeline* lut) { // We can set the input/output channels only if we have elements. if (lut ->Elements != NULL) { cmsStage* prev; cmsStage* next; cmsStage* First; cmsStage* Last; First = cmsPipelineGetPtrToFirstStage(lut); Last = cmsPipelineGetPtrToLastStage(lut); if (First == NULL || Last == NULL) return FALSE; lut->InputChannels = First->InputChannels; lut->OutputChannels = Last->OutputChannels; // Check chain consistency prev = First; next = prev->Next; while (next != NULL) { if (next->InputChannels != prev->OutputChannels) return FALSE; next = next->Next; prev = prev->Next; } } return TRUE; } // Default to evaluate the LUT on 16 bit-basis. Precision is retained. static void _LUTeval16(CMSREGISTER const cmsUInt16Number In[], CMSREGISTER cmsUInt16Number Out[], CMSREGISTER const void* D) { cmsPipeline* lut = (cmsPipeline*) D; cmsStage *mpe; cmsFloat32Number Storage[2][MAX_STAGE_CHANNELS]; int Phase = 0, NextPhase; From16ToFloat(In, &Storage[Phase][0], lut ->InputChannels); for (mpe = lut ->Elements; mpe != NULL; mpe = mpe ->Next) { NextPhase = Phase ^ 1; mpe ->EvalPtr(&Storage[Phase][0], &Storage[NextPhase][0], mpe); Phase = NextPhase; } FromFloatTo16(&Storage[Phase][0], Out, lut ->OutputChannels); } // Does evaluate the LUT on cmsFloat32Number-basis. static void _LUTevalFloat(const cmsFloat32Number In[], cmsFloat32Number Out[], const void* D) { cmsPipeline* lut = (cmsPipeline*) D; cmsStage *mpe; cmsFloat32Number Storage[2][MAX_STAGE_CHANNELS]; int Phase = 0, NextPhase; memmove(&Storage[Phase][0], In, lut ->InputChannels * sizeof(cmsFloat32Number)); for (mpe = lut ->Elements; mpe != NULL; mpe = mpe ->Next) { NextPhase = Phase ^ 1; mpe ->EvalPtr(&Storage[Phase][0], &Storage[NextPhase][0], mpe); Phase = NextPhase; } memmove(Out, &Storage[Phase][0], lut ->OutputChannels * sizeof(cmsFloat32Number)); } // LUT Creation & Destruction cmsPipeline* CMSEXPORT cmsPipelineAlloc(cmsContext ContextID, cmsUInt32Number InputChannels, cmsUInt32Number OutputChannels) { cmsPipeline* NewLUT; // A value of zero in channels is allowed as placeholder if (InputChannels >= cmsMAXCHANNELS || OutputChannels >= cmsMAXCHANNELS) return NULL; NewLUT = (cmsPipeline*) _cmsMallocZero(ContextID, sizeof(cmsPipeline)); if (NewLUT == NULL) return NULL; NewLUT -> InputChannels = InputChannels; NewLUT -> OutputChannels = OutputChannels; NewLUT ->Eval16Fn = _LUTeval16; NewLUT ->EvalFloatFn = _LUTevalFloat; NewLUT ->DupDataFn = NULL; NewLUT ->FreeDataFn = NULL; NewLUT ->Data = NewLUT; NewLUT ->ContextID = ContextID; if (!BlessLUT(NewLUT)) { _cmsFree(ContextID, NewLUT); return NULL; } return NewLUT; } cmsContext CMSEXPORT cmsGetPipelineContextID(const cmsPipeline* lut) { _cmsAssert(lut != NULL); return lut ->ContextID; } cmsUInt32Number CMSEXPORT cmsPipelineInputChannels(const cmsPipeline* lut) { _cmsAssert(lut != NULL); return lut ->InputChannels; } cmsUInt32Number CMSEXPORT cmsPipelineOutputChannels(const cmsPipeline* lut) { _cmsAssert(lut != NULL); return lut ->OutputChannels; } // Free a profile elements LUT void CMSEXPORT cmsPipelineFree(cmsPipeline* lut) { cmsStage *mpe, *Next; if (lut == NULL) return; for (mpe = lut ->Elements; mpe != NULL; mpe = Next) { Next = mpe ->Next; cmsStageFree(mpe); } if (lut ->FreeDataFn) lut ->FreeDataFn(lut ->ContextID, lut ->Data); _cmsFree(lut ->ContextID, lut); } // Default to evaluate the LUT on 16 bit-basis. void CMSEXPORT cmsPipelineEval16(const cmsUInt16Number In[], cmsUInt16Number Out[], const cmsPipeline* lut) { _cmsAssert(lut != NULL); lut ->Eval16Fn(In, Out, lut->Data); } // Does evaluate the LUT on cmsFloat32Number-basis. void CMSEXPORT cmsPipelineEvalFloat(const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsPipeline* lut) { _cmsAssert(lut != NULL); lut ->EvalFloatFn(In, Out, lut); } // Duplicates a LUT cmsPipeline* CMSEXPORT cmsPipelineDup(const cmsPipeline* lut) { cmsPipeline* NewLUT; cmsStage *NewMPE, *Anterior = NULL, *mpe; cmsBool First = TRUE; if (lut == NULL) return NULL; NewLUT = cmsPipelineAlloc(lut ->ContextID, lut ->InputChannels, lut ->OutputChannels); if (NewLUT == NULL) return NULL; for (mpe = lut ->Elements; mpe != NULL; mpe = mpe ->Next) { NewMPE = cmsStageDup(mpe); if (NewMPE == NULL) { cmsPipelineFree(NewLUT); return NULL; } if (First) { NewLUT ->Elements = NewMPE; First = FALSE; } else { if (Anterior != NULL) Anterior ->Next = NewMPE; } Anterior = NewMPE; } NewLUT ->Eval16Fn = lut ->Eval16Fn; NewLUT ->EvalFloatFn = lut ->EvalFloatFn; NewLUT ->DupDataFn = lut ->DupDataFn; NewLUT ->FreeDataFn = lut ->FreeDataFn; if (NewLUT ->DupDataFn != NULL) NewLUT ->Data = NewLUT ->DupDataFn(lut ->ContextID, lut->Data); NewLUT ->SaveAs8Bits = lut ->SaveAs8Bits; if (!BlessLUT(NewLUT)) { _cmsFree(lut->ContextID, NewLUT); return NULL; } return NewLUT; } int CMSEXPORT cmsPipelineInsertStage(cmsPipeline* lut, cmsStageLoc loc, cmsStage* mpe) { cmsStage* Anterior = NULL, *pt; if (lut == NULL || mpe == NULL) return FALSE; switch (loc) { case cmsAT_BEGIN: mpe ->Next = lut ->Elements; lut ->Elements = mpe; break; case cmsAT_END: if (lut ->Elements == NULL) lut ->Elements = mpe; else { for (pt = lut ->Elements; pt != NULL; pt = pt -> Next) Anterior = pt; Anterior ->Next = mpe; mpe ->Next = NULL; } break; default:; return FALSE; } return BlessLUT(lut); } // Unlink an element and return the pointer to it void CMSEXPORT cmsPipelineUnlinkStage(cmsPipeline* lut, cmsStageLoc loc, cmsStage** mpe) { cmsStage *Anterior, *pt, *Last; cmsStage *Unlinked = NULL; // If empty LUT, there is nothing to remove if (lut ->Elements == NULL) { if (mpe) *mpe = NULL; return; } // On depending on the strategy... switch (loc) { case cmsAT_BEGIN: { cmsStage* elem = lut ->Elements; lut ->Elements = elem -> Next; elem ->Next = NULL; Unlinked = elem; } break; case cmsAT_END: Anterior = Last = NULL; for (pt = lut ->Elements; pt != NULL; pt = pt -> Next) { Anterior = Last; Last = pt; } Unlinked = Last; // Next already points to NULL // Truncate the chain if (Anterior) Anterior ->Next = NULL; else lut ->Elements = NULL; break; default:; } if (mpe) *mpe = Unlinked; else cmsStageFree(Unlinked); // May fail, but we ignore it BlessLUT(lut); } // Concatenate two LUT into a new single one cmsBool CMSEXPORT cmsPipelineCat(cmsPipeline* l1, const cmsPipeline* l2) { cmsStage* mpe; // If both LUTS does not have elements, we need to inherit // the number of channels if (l1 ->Elements == NULL && l2 ->Elements == NULL) { l1 ->InputChannels = l2 ->InputChannels; l1 ->OutputChannels = l2 ->OutputChannels; } // Cat second for (mpe = l2 ->Elements; mpe != NULL; mpe = mpe ->Next) { // We have to dup each element if (!cmsPipelineInsertStage(l1, cmsAT_END, cmsStageDup(mpe))) return FALSE; } return BlessLUT(l1); } cmsBool CMSEXPORT cmsPipelineSetSaveAs8bitsFlag(cmsPipeline* lut, cmsBool On) { cmsBool Anterior = lut ->SaveAs8Bits; lut ->SaveAs8Bits = On; return Anterior; } cmsStage* CMSEXPORT cmsPipelineGetPtrToFirstStage(const cmsPipeline* lut) { return lut ->Elements; } cmsStage* CMSEXPORT cmsPipelineGetPtrToLastStage(const cmsPipeline* lut) { cmsStage *mpe, *Anterior = NULL; for (mpe = lut ->Elements; mpe != NULL; mpe = mpe ->Next) Anterior = mpe; return Anterior; } cmsUInt32Number CMSEXPORT cmsPipelineStageCount(const cmsPipeline* lut) { cmsStage *mpe; cmsUInt32Number n; for (n=0, mpe = lut ->Elements; mpe != NULL; mpe = mpe ->Next) n++; return n; } // This function may be used to set the optional evaluator and a block of private data. If private data is being used, an optional // duplicator and free functions should also be specified in order to duplicate the LUT construct. Use NULL to inhibit such functionality. void CMSEXPORT _cmsPipelineSetOptimizationParameters(cmsPipeline* Lut, _cmsPipelineEval16Fn Eval16, void* PrivateData, _cmsFreeUserDataFn FreePrivateDataFn, _cmsDupUserDataFn DupPrivateDataFn) { Lut ->Eval16Fn = Eval16; Lut ->DupDataFn = DupPrivateDataFn; Lut ->FreeDataFn = FreePrivateDataFn; Lut ->Data = PrivateData; } // ----------------------------------------------------------- Reverse interpolation // Here's how it goes. The derivative Df(x) of the function f is the linear // transformation that best approximates f near the point x. It can be represented // by a matrix A whose entries are the partial derivatives of the components of f // with respect to all the coordinates. This is know as the Jacobian // // The best linear approximation to f is given by the matrix equation: // // y-y0 = A (x-x0) // // So, if x0 is a good "guess" for the zero of f, then solving for the zero of this // linear approximation will give a "better guess" for the zero of f. Thus let y=0, // and since y0=f(x0) one can solve the above equation for x. This leads to the // Newton's method formula: // // xn+1 = xn - A-1 f(xn) // // where xn+1 denotes the (n+1)-st guess, obtained from the n-th guess xn in the // fashion described above. Iterating this will give better and better approximations // if you have a "good enough" initial guess. #define JACOBIAN_EPSILON 0.001f #define INVERSION_MAX_ITERATIONS 30 // Increment with reflexion on boundary static void IncDelta(cmsFloat32Number *Val) { if (*Val < (1.0 - JACOBIAN_EPSILON)) *Val += JACOBIAN_EPSILON; else *Val -= JACOBIAN_EPSILON; } // Euclidean distance between two vectors of n elements each one static cmsFloat32Number EuclideanDistance(cmsFloat32Number a[], cmsFloat32Number b[], int n) { cmsFloat32Number sum = 0; int i; for (i=0; i < n; i++) { cmsFloat32Number dif = b[i] - a[i]; sum += dif * dif; } return sqrtf(sum); } // Evaluate a LUT in reverse direction. It only searches on 3->3 LUT. Uses Newton method // // x1 <- x - [J(x)]^-1 * f(x) // // lut: The LUT on where to do the search // Target: LabK, 3 values of Lab plus destination K which is fixed // Result: The obtained CMYK // Hint: Location where begin the search cmsBool CMSEXPORT cmsPipelineEvalReverseFloat(cmsFloat32Number Target[], cmsFloat32Number Result[], cmsFloat32Number Hint[], const cmsPipeline* lut) { cmsUInt32Number i, j; cmsFloat64Number error, LastError = 1E20; cmsFloat32Number fx[4], x[4], xd[4], fxd[4]; cmsVEC3 tmp, tmp2; cmsMAT3 Jacobian; // Only 3->3 and 4->3 are supported if (lut ->InputChannels != 3 && lut ->InputChannels != 4) return FALSE; if (lut ->OutputChannels != 3) return FALSE; // Take the hint as starting point if specified if (Hint == NULL) { // Begin at any point, we choose 1/3 of CMY axis x[0] = x[1] = x[2] = 0.3f; } else { // Only copy 3 channels from hint... for (j=0; j < 3; j++) x[j] = Hint[j]; } // If Lut is 4-dimensions, then grab target[3], which is fixed if (lut ->InputChannels == 4) { x[3] = Target[3]; } else x[3] = 0; // To keep lint happy // Iterate for (i = 0; i < INVERSION_MAX_ITERATIONS; i++) { // Get beginning fx cmsPipelineEvalFloat(x, fx, lut); // Compute error error = EuclideanDistance(fx, Target, 3); // If not convergent, return last safe value if (error >= LastError) break; // Keep latest values LastError = error; for (j=0; j < lut ->InputChannels; j++) Result[j] = x[j]; // Found an exact match? if (error <= 0) break; // Obtain slope (the Jacobian) for (j = 0; j < 3; j++) { xd[0] = x[0]; xd[1] = x[1]; xd[2] = x[2]; xd[3] = x[3]; // Keep fixed channel IncDelta(&xd[j]); cmsPipelineEvalFloat(xd, fxd, lut); Jacobian.v[0].n[j] = ((fxd[0] - fx[0]) / JACOBIAN_EPSILON); Jacobian.v[1].n[j] = ((fxd[1] - fx[1]) / JACOBIAN_EPSILON); Jacobian.v[2].n[j] = ((fxd[2] - fx[2]) / JACOBIAN_EPSILON); } // Solve system tmp2.n[0] = fx[0] - Target[0]; tmp2.n[1] = fx[1] - Target[1]; tmp2.n[2] = fx[2] - Target[2]; if (!_cmsMAT3solve(&tmp, &Jacobian, &tmp2)) return FALSE; // Move our guess x[0] -= (cmsFloat32Number) tmp.n[0]; x[1] -= (cmsFloat32Number) tmp.n[1]; x[2] -= (cmsFloat32Number) tmp.n[2]; // Some clipping.... for (j=0; j < 3; j++) { if (x[j] < 0) x[j] = 0; else if (x[j] > 1.0) x[j] = 1.0; } } return TRUE; } lcms2-2.17/src/cmsmd5.c0000644000175000017500000002242514752176133013636 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- #include "lcms2_internal.h" #ifdef CMS_USE_BIG_ENDIAN static void byteReverse(cmsUInt8Number * buf, cmsUInt32Number longs) { do { cmsUInt32Number t = _cmsAdjustEndianess32(*(cmsUInt32Number *) buf); *(cmsUInt32Number *) buf = t; buf += sizeof(cmsUInt32Number); } while (--longs); } #else #define byteReverse(buf, len) #endif typedef struct { cmsUInt32Number buf[4]; cmsUInt32Number bits[2]; cmsUInt8Number in[64]; cmsContext ContextID; } _cmsMD5; #define F1(x, y, z) (z ^ (x & (y ^ z))) #define F2(x, y, z) F1(z, x, y) #define F3(x, y, z) (x ^ y ^ z) #define F4(x, y, z) (y ^ (x | ~z)) #define STEP(f, w, x, y, z, data, s) \ ( w += f(x, y, z) + data, w = w<>(32-s), w += x ) static void cmsMD5_Transform(cmsUInt32Number buf[4], cmsUInt32Number in[16]) { CMSREGISTER cmsUInt32Number a, b, c, d; a = buf[0]; b = buf[1]; c = buf[2]; d = buf[3]; STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12); STEP(F1, c, d, a, b, in[6] + 0xa8304613, 17); STEP(F1, b, c, d, a, in[7] + 0xfd469501, 22); STEP(F1, a, b, c, d, in[8] + 0x698098d8, 7); STEP(F1, d, a, b, c, in[9] + 0x8b44f7af, 12); STEP(F1, c, d, a, b, in[10] + 0xffff5bb1, 17); STEP(F1, b, c, d, a, in[11] + 0x895cd7be, 22); STEP(F1, a, b, c, d, in[12] + 0x6b901122, 7); STEP(F1, d, a, b, c, in[13] + 0xfd987193, 12); STEP(F1, c, d, a, b, in[14] + 0xa679438e, 17); STEP(F1, b, c, d, a, in[15] + 0x49b40821, 22); STEP(F2, a, b, c, d, in[1] + 0xf61e2562, 5); STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9); STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14); STEP(F2, b, c, d, a, in[0] + 0xe9b6c7aa, 20); STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5); STEP(F2, d, a, b, c, in[10] + 0x02441453, 9); STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14); STEP(F2, b, c, d, a, in[4] + 0xe7d3fbc8, 20); STEP(F2, a, b, c, d, in[9] + 0x21e1cde6, 5); STEP(F2, d, a, b, c, in[14] + 0xc33707d6, 9); STEP(F2, c, d, a, b, in[3] + 0xf4d50d87, 14); STEP(F2, b, c, d, a, in[8] + 0x455a14ed, 20); STEP(F2, a, b, c, d, in[13] + 0xa9e3e905, 5); STEP(F2, d, a, b, c, in[2] + 0xfcefa3f8, 9); STEP(F2, c, d, a, b, in[7] + 0x676f02d9, 14); STEP(F2, b, c, d, a, in[12] + 0x8d2a4c8a, 20); STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4); STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11); STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16); STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23); STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4); STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11); STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16); STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23); STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4); STEP(F3, d, a, b, c, in[0] + 0xeaa127fa, 11); STEP(F3, c, d, a, b, in[3] + 0xd4ef3085, 16); STEP(F3, b, c, d, a, in[6] + 0x04881d05, 23); STEP(F3, a, b, c, d, in[9] + 0xd9d4d039, 4); STEP(F3, d, a, b, c, in[12] + 0xe6db99e5, 11); STEP(F3, c, d, a, b, in[15] + 0x1fa27cf8, 16); STEP(F3, b, c, d, a, in[2] + 0xc4ac5665, 23); STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6); STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10); STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15); STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21); STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6); STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10); STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15); STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21); STEP(F4, a, b, c, d, in[8] + 0x6fa87e4f, 6); STEP(F4, d, a, b, c, in[15] + 0xfe2ce6e0, 10); STEP(F4, c, d, a, b, in[6] + 0xa3014314, 15); STEP(F4, b, c, d, a, in[13] + 0x4e0811a1, 21); STEP(F4, a, b, c, d, in[4] + 0xf7537e82, 6); STEP(F4, d, a, b, c, in[11] + 0xbd3af235, 10); STEP(F4, c, d, a, b, in[2] + 0x2ad7d2bb, 15); STEP(F4, b, c, d, a, in[9] + 0xeb86d391, 21); buf[0] += a; buf[1] += b; buf[2] += c; buf[3] += d; } // Create a MD5 object cmsHANDLE CMSEXPORT cmsMD5alloc(cmsContext ContextID) { _cmsMD5* ctx = (_cmsMD5*) _cmsMallocZero(ContextID, sizeof(_cmsMD5)); if (ctx == NULL) return NULL; ctx ->ContextID = ContextID; ctx->buf[0] = 0x67452301; ctx->buf[1] = 0xefcdab89; ctx->buf[2] = 0x98badcfe; ctx->buf[3] = 0x10325476; ctx->bits[0] = 0; ctx->bits[1] = 0; return (cmsHANDLE) ctx; } void CMSEXPORT cmsMD5add(cmsHANDLE Handle, const cmsUInt8Number* buf, cmsUInt32Number len) { _cmsMD5* ctx = (_cmsMD5*) Handle; cmsUInt32Number t; t = ctx->bits[0]; if ((ctx->bits[0] = t + (len << 3)) < t) ctx->bits[1]++; ctx->bits[1] += len >> 29; t = (t >> 3) & 0x3f; if (t) { cmsUInt8Number *p = (cmsUInt8Number *) ctx->in + t; t = 64 - t; if (len < t) { memmove(p, buf, len); return; } memmove(p, buf, t); byteReverse(ctx->in, 16); cmsMD5_Transform(ctx->buf, (cmsUInt32Number *) ctx->in); buf += t; len -= t; } while (len >= 64) { memmove(ctx->in, buf, 64); byteReverse(ctx->in, 16); cmsMD5_Transform(ctx->buf, (cmsUInt32Number *) ctx->in); buf += 64; len -= 64; } memmove(ctx->in, buf, len); } // Destroy the object and return the checksum void CMSEXPORT cmsMD5finish(cmsProfileID* ProfileID, cmsHANDLE Handle) { _cmsMD5* ctx = (_cmsMD5*) Handle; cmsUInt32Number count; cmsUInt8Number *p; count = (ctx->bits[0] >> 3) & 0x3F; p = ctx->in + count; *p++ = 0x80; count = 64 - 1 - count; if (count < 8) { memset(p, 0, count); byteReverse(ctx->in, 16); cmsMD5_Transform(ctx->buf, (cmsUInt32Number *) ctx->in); memset(ctx->in, 0, 56); } else { memset(p, 0, count - 8); } byteReverse(ctx->in, 14); ((cmsUInt32Number *) ctx->in)[14] = ctx->bits[0]; ((cmsUInt32Number *) ctx->in)[15] = ctx->bits[1]; cmsMD5_Transform(ctx->buf, (cmsUInt32Number *) ctx->in); byteReverse((cmsUInt8Number *) ctx->buf, 4); memmove(ProfileID ->ID8, ctx->buf, 16); _cmsFree(ctx ->ContextID, ctx); } // Assuming io points to an ICC profile, compute and store MD5 checksum // In the header, rendering intentent, flags and ID should be set to zero // before computing MD5 checksum (per 7.2.18 of ICC spec 4.4) cmsBool CMSEXPORT cmsMD5computeID(cmsHPROFILE hProfile) { cmsContext ContextID; cmsUInt32Number BytesNeeded; cmsUInt8Number* Mem = NULL; cmsHANDLE MD5 = NULL; _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; _cmsICCPROFILE Keep; _cmsAssert(hProfile != NULL); ContextID = cmsGetProfileContextID(hProfile); // Save a copy of the profile header memmove(&Keep, Icc, sizeof(_cmsICCPROFILE)); // Set RI, flags and ID Icc ->flags = 0; Icc ->RenderingIntent = 0; memset(&Icc ->ProfileID, 0, sizeof(Icc ->ProfileID)); // Compute needed storage if (!cmsSaveProfileToMem(hProfile, NULL, &BytesNeeded)) goto Error; // Allocate memory Mem = (cmsUInt8Number*) _cmsMalloc(ContextID, BytesNeeded); if (Mem == NULL) goto Error; // Save to temporary storage if (!cmsSaveProfileToMem(hProfile, Mem, &BytesNeeded)) goto Error; // Create MD5 object MD5 = cmsMD5alloc(ContextID); if (MD5 == NULL) goto Error; // Add all bytes cmsMD5add(MD5, Mem, BytesNeeded); // Temp storage is no longer needed _cmsFree(ContextID, Mem); // Restore header memmove(Icc, &Keep, sizeof(_cmsICCPROFILE)); // And store the ID cmsMD5finish(&Icc ->ProfileID, MD5); return TRUE; Error: // Free resources as something went wrong // "MD5" cannot be other than NULL here, so no need to free it if (Mem != NULL) _cmsFree(ContextID, Mem); memmove(Icc, &Keep, sizeof(_cmsICCPROFILE)); return FALSE; } lcms2-2.17/src/cmsmtrx.c0000644000175000017500000001306214752176133014140 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include "lcms2_internal.h" #define DSWAP(x, y) {cmsFloat64Number tmp = (x); (x)=(y); (y)=tmp;} // Initiate a vector void CMSEXPORT _cmsVEC3init(cmsVEC3* r, cmsFloat64Number x, cmsFloat64Number y, cmsFloat64Number z) { r -> n[VX] = x; r -> n[VY] = y; r -> n[VZ] = z; } // Vector subtraction void CMSEXPORT _cmsVEC3minus(cmsVEC3* r, const cmsVEC3* a, const cmsVEC3* b) { r -> n[VX] = a -> n[VX] - b -> n[VX]; r -> n[VY] = a -> n[VY] - b -> n[VY]; r -> n[VZ] = a -> n[VZ] - b -> n[VZ]; } // Vector cross product void CMSEXPORT _cmsVEC3cross(cmsVEC3* r, const cmsVEC3* u, const cmsVEC3* v) { r ->n[VX] = u->n[VY] * v->n[VZ] - v->n[VY] * u->n[VZ]; r ->n[VY] = u->n[VZ] * v->n[VX] - v->n[VZ] * u->n[VX]; r ->n[VZ] = u->n[VX] * v->n[VY] - v->n[VX] * u->n[VY]; } // Vector dot product cmsFloat64Number CMSEXPORT _cmsVEC3dot(const cmsVEC3* u, const cmsVEC3* v) { return u->n[VX] * v->n[VX] + u->n[VY] * v->n[VY] + u->n[VZ] * v->n[VZ]; } // Euclidean length cmsFloat64Number CMSEXPORT _cmsVEC3length(const cmsVEC3* a) { return sqrt(a ->n[VX] * a ->n[VX] + a ->n[VY] * a ->n[VY] + a ->n[VZ] * a ->n[VZ]); } // Euclidean distance cmsFloat64Number CMSEXPORT _cmsVEC3distance(const cmsVEC3* a, const cmsVEC3* b) { cmsFloat64Number d1 = a ->n[VX] - b ->n[VX]; cmsFloat64Number d2 = a ->n[VY] - b ->n[VY]; cmsFloat64Number d3 = a ->n[VZ] - b ->n[VZ]; return sqrt(d1*d1 + d2*d2 + d3*d3); } // 3x3 Identity void CMSEXPORT _cmsMAT3identity(cmsMAT3* a) { _cmsVEC3init(&a-> v[0], 1.0, 0.0, 0.0); _cmsVEC3init(&a-> v[1], 0.0, 1.0, 0.0); _cmsVEC3init(&a-> v[2], 0.0, 0.0, 1.0); } static cmsBool CloseEnough(cmsFloat64Number a, cmsFloat64Number b) { return fabs(b - a) < (1.0 / 65535.0); } cmsBool CMSEXPORT _cmsMAT3isIdentity(const cmsMAT3* a) { cmsMAT3 Identity; int i, j; _cmsMAT3identity(&Identity); for (i=0; i < 3; i++) for (j=0; j < 3; j++) if (!CloseEnough(a ->v[i].n[j], Identity.v[i].n[j])) return FALSE; return TRUE; } // Multiply two matrices void CMSEXPORT _cmsMAT3per(cmsMAT3* r, const cmsMAT3* a, const cmsMAT3* b) { #define ROWCOL(i, j) \ a->v[i].n[0]*b->v[0].n[j] + a->v[i].n[1]*b->v[1].n[j] + a->v[i].n[2]*b->v[2].n[j] _cmsVEC3init(&r-> v[0], ROWCOL(0,0), ROWCOL(0,1), ROWCOL(0,2)); _cmsVEC3init(&r-> v[1], ROWCOL(1,0), ROWCOL(1,1), ROWCOL(1,2)); _cmsVEC3init(&r-> v[2], ROWCOL(2,0), ROWCOL(2,1), ROWCOL(2,2)); #undef ROWCOL //(i, j) } // Inverse of a matrix b = a^(-1) cmsBool CMSEXPORT _cmsMAT3inverse(const cmsMAT3* a, cmsMAT3* b) { cmsFloat64Number det, c0, c1, c2; c0 = a -> v[1].n[1]*a -> v[2].n[2] - a -> v[1].n[2]*a -> v[2].n[1]; c1 = -a -> v[1].n[0]*a -> v[2].n[2] + a -> v[1].n[2]*a -> v[2].n[0]; c2 = a -> v[1].n[0]*a -> v[2].n[1] - a -> v[1].n[1]*a -> v[2].n[0]; det = a -> v[0].n[0]*c0 + a -> v[0].n[1]*c1 + a -> v[0].n[2]*c2; if (fabs(det) < MATRIX_DET_TOLERANCE) return FALSE; // singular matrix; can't invert b -> v[0].n[0] = c0/det; b -> v[0].n[1] = (a -> v[0].n[2]*a -> v[2].n[1] - a -> v[0].n[1]*a -> v[2].n[2])/det; b -> v[0].n[2] = (a -> v[0].n[1]*a -> v[1].n[2] - a -> v[0].n[2]*a -> v[1].n[1])/det; b -> v[1].n[0] = c1/det; b -> v[1].n[1] = (a -> v[0].n[0]*a -> v[2].n[2] - a -> v[0].n[2]*a -> v[2].n[0])/det; b -> v[1].n[2] = (a -> v[0].n[2]*a -> v[1].n[0] - a -> v[0].n[0]*a -> v[1].n[2])/det; b -> v[2].n[0] = c2/det; b -> v[2].n[1] = (a -> v[0].n[1]*a -> v[2].n[0] - a -> v[0].n[0]*a -> v[2].n[1])/det; b -> v[2].n[2] = (a -> v[0].n[0]*a -> v[1].n[1] - a -> v[0].n[1]*a -> v[1].n[0])/det; return TRUE; } // Solve a system in the form Ax = b cmsBool CMSEXPORT _cmsMAT3solve(cmsVEC3* x, cmsMAT3* a, cmsVEC3* b) { cmsMAT3 m, a_1; memmove(&m, a, sizeof(cmsMAT3)); if (!_cmsMAT3inverse(&m, &a_1)) return FALSE; // Singular matrix _cmsMAT3eval(x, &a_1, b); return TRUE; } // Evaluate a vector across a matrix void CMSEXPORT _cmsMAT3eval(cmsVEC3* r, const cmsMAT3* a, const cmsVEC3* v) { r->n[VX] = a->v[0].n[VX]*v->n[VX] + a->v[0].n[VY]*v->n[VY] + a->v[0].n[VZ]*v->n[VZ]; r->n[VY] = a->v[1].n[VX]*v->n[VX] + a->v[1].n[VY]*v->n[VY] + a->v[1].n[VZ]*v->n[VZ]; r->n[VZ] = a->v[2].n[VX]*v->n[VX] + a->v[2].n[VY]*v->n[VY] + a->v[2].n[VZ]*v->n[VZ]; } lcms2-2.17/src/cmsnamed.c0000644000175000017500000010516014752176133014233 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include "lcms2_internal.h" // Multilocalized unicode objects. That is an attempt to encapsulate i18n. // Allocates an empty multi localizad unicode object cmsMLU* CMSEXPORT cmsMLUalloc(cmsContext ContextID, cmsUInt32Number nItems) { cmsMLU* mlu; // nItems should be positive if given if (nItems <= 0) nItems = 2; // Create the container mlu = (cmsMLU*) _cmsMallocZero(ContextID, sizeof(cmsMLU)); if (mlu == NULL) return NULL; mlu ->ContextID = ContextID; // Create entry array mlu ->Entries = (_cmsMLUentry*) _cmsCalloc(ContextID, nItems, sizeof(_cmsMLUentry)); if (mlu ->Entries == NULL) { _cmsFree(ContextID, mlu); return NULL; } // Ok, keep indexes up to date mlu ->AllocatedEntries = nItems; mlu ->UsedEntries = 0; return mlu; } // Grows a mempool table for a MLU. Each time this function is called, mempool size is multiplied times two. static cmsBool GrowMLUpool(cmsMLU* mlu) { cmsUInt32Number size; void *NewPtr; // Sanity check if (mlu == NULL) return FALSE; if (mlu ->PoolSize == 0) size = 256; else size = mlu ->PoolSize * 2; // Check for overflow if (size < mlu ->PoolSize) return FALSE; // Reallocate the pool NewPtr = _cmsRealloc(mlu ->ContextID, mlu ->MemPool, size); if (NewPtr == NULL) return FALSE; mlu ->MemPool = NewPtr; mlu ->PoolSize = size; return TRUE; } // Grows a entry table for a MLU. Each time this function is called, table size is multiplied times two. static cmsBool GrowMLUtable(cmsMLU* mlu) { cmsUInt32Number AllocatedEntries; _cmsMLUentry *NewPtr; // Sanity check if (mlu == NULL) return FALSE; AllocatedEntries = mlu ->AllocatedEntries * 2; // Check for overflow if (AllocatedEntries / 2 != mlu ->AllocatedEntries) return FALSE; // Reallocate the memory NewPtr = (_cmsMLUentry*)_cmsRealloc(mlu ->ContextID, mlu ->Entries, AllocatedEntries*sizeof(_cmsMLUentry)); if (NewPtr == NULL) return FALSE; mlu ->Entries = NewPtr; mlu ->AllocatedEntries = AllocatedEntries; return TRUE; } // Search for a specific entry in the structure. Language and Country are used. static int SearchMLUEntry(cmsMLU* mlu, cmsUInt16Number LanguageCode, cmsUInt16Number CountryCode) { cmsUInt32Number i; // Sanity check if (mlu == NULL) return -1; // Iterate whole table for (i=0; i < mlu ->UsedEntries; i++) { if (mlu ->Entries[i].Country == CountryCode && mlu ->Entries[i].Language == LanguageCode) return (int) i; } // Not found return -1; } // Add a block of characters to the intended MLU. Language and country are specified. // Only one entry for Language/country pair is allowed. static cmsBool AddMLUBlock(cmsMLU* mlu, cmsUInt32Number size, const wchar_t *Block, cmsUInt16Number LanguageCode, cmsUInt16Number CountryCode) { cmsUInt32Number Offset; cmsUInt8Number* Ptr; // Sanity check if (mlu == NULL) return FALSE; // Is there any room available? if (mlu ->UsedEntries >= mlu ->AllocatedEntries) { if (!GrowMLUtable(mlu)) return FALSE; } // Only one ASCII string if (SearchMLUEntry(mlu, LanguageCode, CountryCode) >= 0) return FALSE; // Only one is allowed! // Check for size while ((mlu ->PoolSize - mlu ->PoolUsed) < size) { if (!GrowMLUpool(mlu)) return FALSE; } Offset = mlu ->PoolUsed; Ptr = (cmsUInt8Number*) mlu ->MemPool; if (Ptr == NULL) return FALSE; // Set the entry memmove(Ptr + Offset, Block, size); mlu ->PoolUsed += size; mlu ->Entries[mlu ->UsedEntries].StrW = Offset; mlu ->Entries[mlu ->UsedEntries].Len = size; mlu ->Entries[mlu ->UsedEntries].Country = CountryCode; mlu ->Entries[mlu ->UsedEntries].Language = LanguageCode; mlu ->UsedEntries++; return TRUE; } // Convert from a 3-char code to a cmsUInt16Number. It is done in this way because some // compilers don't properly align beginning of strings static cmsUInt16Number strTo16(const char str[3]) { const cmsUInt8Number* ptr8; cmsUInt16Number n; // For non-existent strings if (str == NULL) return 0; ptr8 = (const cmsUInt8Number*)str; n = (cmsUInt16Number)(((cmsUInt16Number)ptr8[0] << 8) | ptr8[1]); return n; } static void strFrom16(char str[3], cmsUInt16Number n) { str[0] = (char)(n >> 8); str[1] = (char)n; str[2] = (char)0; } // Convert from UTF8 to wchar, returns len. static cmsUInt32Number decodeUTF8(wchar_t* out, const char* in) { cmsUInt32Number codepoint = 0; cmsUInt32Number size = 0; while (*in) { cmsUInt8Number ch = (cmsUInt8Number) *in; if (ch <= 0x7f) { codepoint = ch; } else if (ch <= 0xbf) { codepoint = (codepoint << 6) | (ch & 0x3f); } else if (ch <= 0xdf) { codepoint = ch & 0x1f; } else if (ch <= 0xef) { codepoint = ch & 0x0f; } else { codepoint = ch & 0x07; } in++; if (((*in & 0xc0) != 0x80) && (codepoint <= 0x10ffff)) { if (sizeof(wchar_t) > 2) { if (out) *out++ = (wchar_t) codepoint; size++; } else if (codepoint > 0xffff) { if (out) { *out++ = (wchar_t)(0xd800 + (codepoint >> 10)); *out++ = (wchar_t)(0xdc00 + (codepoint & 0x03ff)); size += 2; } } else if (codepoint < 0xd800 || codepoint >= 0xe000) { if (out) *out++ = (wchar_t) codepoint; size++; } } } return size; } // Convert from wchar_t to UTF8 static cmsUInt32Number encodeUTF8(char* out, const wchar_t* in, cmsUInt32Number max_wchars, cmsUInt32Number max_chars) { cmsUInt32Number codepoint = 0; cmsUInt32Number size = 0; cmsUInt32Number len_w = 0; while (*in && len_w < max_wchars) { if (*in >= 0xd800 && *in <= 0xdbff) codepoint = ((*in - 0xd800) << 10) + 0x10000; else { if (*in >= 0xdc00 && *in <= 0xdfff) codepoint |= *in - 0xdc00; else codepoint = *in; if (codepoint <= 0x7f) { if (out && (size + 1 < max_chars)) *out++ = (char)codepoint; size++; } else if (codepoint <= 0x7ff) { if (out && (max_chars > 0) && (size + 2 < max_chars)) { *out++ = (char)(cmsUInt32Number)(0xc0 | ((codepoint >> 6) & 0x1f)); *out++ = (char)(cmsUInt32Number)(0x80 | (codepoint & 0x3f)); } size += 2; } else if (codepoint <= 0xffff) { if (out && (max_chars > 0) && (size + 3 < max_chars)) { *out++ = (char)(cmsUInt32Number)(0xe0 | ((codepoint >> 12) & 0x0f)); *out++ = (char)(cmsUInt32Number)(0x80 | ((codepoint >> 6) & 0x3f)); *out++ = (char)(cmsUInt32Number)(0x80 | (codepoint & 0x3f)); } size += 3; } else { if (out && (max_chars > 0) && (size + 4 < max_chars)) { *out++ = (char)(cmsUInt32Number)(0xf0 | ((codepoint >> 18) & 0x07)); *out++ = (char)(cmsUInt32Number)(0x80 | ((codepoint >> 12) & 0x3f)); *out++ = (char)(cmsUInt32Number)(0x80 | ((codepoint >> 6) & 0x3f)); *out++ = (char)(cmsUInt32Number)(0x80 | (codepoint & 0x3f)); } size += 4; } codepoint = 0; } in++; len_w++; } return size; } // Add an ASCII entry. Do not add any \0 termination (ICC1v43_2010-12.pdf page 61) // In the case the user explicitly sets an empty string, we force a \0 cmsBool CMSEXPORT cmsMLUsetASCII(cmsMLU* mlu, const char LanguageCode[3], const char CountryCode[3], const char* ASCIIString) { cmsUInt32Number i, len = (cmsUInt32Number)strlen(ASCIIString); wchar_t* WStr; cmsBool rc; cmsUInt16Number Lang = strTo16(LanguageCode); cmsUInt16Number Cntry = strTo16(CountryCode); if (mlu == NULL) return FALSE; // len == 0 would prevent operation, so we set a empty string pointing to zero if (len == 0) { wchar_t empty = 0; return AddMLUBlock(mlu, sizeof(wchar_t), &empty, Lang, Cntry); } WStr = (wchar_t*)_cmsCalloc(mlu->ContextID, len, sizeof(wchar_t)); if (WStr == NULL) return FALSE; for (i = 0; i < len; i++) WStr[i] = (wchar_t)ASCIIString[i]; rc = AddMLUBlock(mlu, len * sizeof(wchar_t), WStr, Lang, Cntry); _cmsFree(mlu->ContextID, WStr); return rc; } // Add an UTF8 entry. Do not add any \0 termination (ICC1v43_2010-12.pdf page 61) // In the case the user explicitly sets an empty string, we force a \0 cmsBool CMSEXPORT cmsMLUsetUTF8(cmsMLU* mlu, const char LanguageCode[3], const char CountryCode[3], const char* UTF8String) { cmsUInt32Number UTF8len; wchar_t* WStr; cmsBool rc; cmsUInt16Number Lang = strTo16(LanguageCode); cmsUInt16Number Cntry = strTo16(CountryCode); if (mlu == NULL) return FALSE; if (*UTF8String == '\0') { wchar_t empty = 0; return AddMLUBlock(mlu, sizeof(wchar_t), &empty, Lang, Cntry); } // Len excluding terminator 0 UTF8len = decodeUTF8(NULL, UTF8String); // Get space for dest WStr = (wchar_t*) _cmsCalloc(mlu ->ContextID, UTF8len, sizeof(wchar_t)); if (WStr == NULL) return FALSE; decodeUTF8(WStr, UTF8String); rc = AddMLUBlock(mlu, UTF8len * sizeof(wchar_t), WStr, Lang, Cntry); _cmsFree(mlu ->ContextID, WStr); return rc; } // We don't need any wcs support library static cmsUInt32Number mywcslen(const wchar_t *s) { const wchar_t *p; p = s; while (*p) p++; return (cmsUInt32Number)(p - s); } // Add a wide entry. Do not add any \0 terminator (ICC1v43_2010-12.pdf page 61) cmsBool CMSEXPORT cmsMLUsetWide(cmsMLU* mlu, const char Language[3], const char Country[3], const wchar_t* WideString) { cmsUInt16Number Lang = strTo16(Language); cmsUInt16Number Cntry = strTo16(Country); cmsUInt32Number len; if (mlu == NULL) return FALSE; if (WideString == NULL) return FALSE; len = (cmsUInt32Number) (mywcslen(WideString)) * sizeof(wchar_t); if (len == 0) len = sizeof(wchar_t); return AddMLUBlock(mlu, len, WideString, Lang, Cntry); } // Duplicating a MLU is as easy as copying all members cmsMLU* CMSEXPORT cmsMLUdup(const cmsMLU* mlu) { cmsMLU* NewMlu = NULL; // Duplicating a NULL obtains a NULL if (mlu == NULL) return NULL; NewMlu = cmsMLUalloc(mlu ->ContextID, mlu ->UsedEntries); if (NewMlu == NULL) return NULL; // Should never happen if (NewMlu ->AllocatedEntries < mlu ->UsedEntries) goto Error; // Sanitize... if (NewMlu ->Entries == NULL || mlu ->Entries == NULL) goto Error; memmove(NewMlu ->Entries, mlu ->Entries, mlu ->UsedEntries * sizeof(_cmsMLUentry)); NewMlu ->UsedEntries = mlu ->UsedEntries; // The MLU may be empty if (mlu ->PoolUsed == 0) { NewMlu ->MemPool = NULL; } else { // It is not empty NewMlu ->MemPool = _cmsMalloc(mlu ->ContextID, mlu ->PoolUsed); if (NewMlu ->MemPool == NULL) goto Error; } NewMlu ->PoolSize = mlu ->PoolUsed; if (NewMlu ->MemPool == NULL || mlu ->MemPool == NULL) goto Error; memmove(NewMlu ->MemPool, mlu->MemPool, mlu ->PoolUsed); NewMlu ->PoolUsed = mlu ->PoolUsed; return NewMlu; Error: if (NewMlu != NULL) cmsMLUfree(NewMlu); return NULL; } // Free any used memory void CMSEXPORT cmsMLUfree(cmsMLU* mlu) { if (mlu) { if (mlu -> Entries) _cmsFree(mlu ->ContextID, mlu->Entries); if (mlu -> MemPool) _cmsFree(mlu ->ContextID, mlu->MemPool); _cmsFree(mlu ->ContextID, mlu); } } // The algorithm first searches for an exact match of country and language, if not found it uses // the Language. If none is found, first entry is used instead. static const wchar_t* _cmsMLUgetWide(const cmsMLU* mlu, cmsUInt32Number *len, cmsUInt16Number LanguageCode, cmsUInt16Number CountryCode, cmsUInt16Number* UsedLanguageCode, cmsUInt16Number* UsedCountryCode) { cmsUInt32Number i; int Best = -1; _cmsMLUentry* v; if (mlu == NULL) return NULL; if (mlu -> AllocatedEntries <= 0) return NULL; for (i=0; i < mlu ->UsedEntries; i++) { v = mlu ->Entries + i; if (v -> Language == LanguageCode) { if (Best == -1) Best = (int) i; if (v -> Country == CountryCode) { if (UsedLanguageCode != NULL) *UsedLanguageCode = v ->Language; if (UsedCountryCode != NULL) *UsedCountryCode = v ->Country; if (len != NULL) *len = v ->Len; return (wchar_t*) ((cmsUInt8Number*) mlu ->MemPool + v -> StrW); // Found exact match } } } // No string found. Return First one if (Best == -1) Best = 0; v = mlu ->Entries + Best; if (UsedLanguageCode != NULL) *UsedLanguageCode = v ->Language; if (UsedCountryCode != NULL) *UsedCountryCode = v ->Country; if (len != NULL) *len = v ->Len; if (v->StrW + v->Len > mlu->PoolSize) return NULL; return (wchar_t*) ((cmsUInt8Number*) mlu ->MemPool + v ->StrW); } // Obtain an ASCII representation of the wide string. Setting buffer to NULL returns the len cmsUInt32Number CMSEXPORT cmsMLUgetASCII(const cmsMLU* mlu, const char LanguageCode[3], const char CountryCode[3], char* Buffer, cmsUInt32Number BufferSize) { const wchar_t *Wide; cmsUInt32Number StrLen = 0; cmsUInt32Number ASCIIlen, i; cmsUInt16Number Lang = strTo16(LanguageCode); cmsUInt16Number Cntry = strTo16(CountryCode); // Sanitize if (mlu == NULL) return 0; // Get WideChar Wide = _cmsMLUgetWide(mlu, &StrLen, Lang, Cntry, NULL, NULL); if (Wide == NULL) return 0; ASCIIlen = StrLen / sizeof(wchar_t); // Maybe we want only to know the len? if (Buffer == NULL) return ASCIIlen + 1; // Note the zero at the end // No buffer size means no data if (BufferSize <= 0) return 0; // Some clipping may be required if (BufferSize < ASCIIlen + 1) ASCIIlen = BufferSize - 1; // Process each character for (i=0; i < ASCIIlen; i++) { wchar_t wc = Wide[i]; if (wc < 0xff) Buffer[i] = (char)wc; else Buffer[i] = '?'; } // We put a termination "\0" Buffer[ASCIIlen] = 0; return ASCIIlen + 1; } // Obtain a UTF8 representation of the wide string. Setting buffer to NULL returns the len cmsUInt32Number CMSEXPORT cmsMLUgetUTF8(const cmsMLU* mlu, const char LanguageCode[3], const char CountryCode[3], char* Buffer, cmsUInt32Number BufferSize) { const wchar_t *Wide; cmsUInt32Number StrLen = 0; cmsUInt32Number UTF8len; cmsUInt16Number Lang = strTo16(LanguageCode); cmsUInt16Number Cntry = strTo16(CountryCode); // Sanitize if (mlu == NULL) return 0; // Get WideChar Wide = _cmsMLUgetWide(mlu, &StrLen, Lang, Cntry, NULL, NULL); if (Wide == NULL) return 0; UTF8len = encodeUTF8(NULL, Wide, StrLen / sizeof(wchar_t), BufferSize); // Maybe we want only to know the len? if (Buffer == NULL) return UTF8len + 1; // Note the zero at the end // No buffer size means no data if (BufferSize <= 0) return 0; // Some clipping may be required if (BufferSize < UTF8len + 1) UTF8len = BufferSize - 1; // Process it encodeUTF8(Buffer, Wide, StrLen / sizeof(wchar_t), BufferSize); // We put a termination "\0" Buffer[UTF8len] = 0; return UTF8len + 1; } // Obtain a wide representation of the MLU, on depending on current locale settings cmsUInt32Number CMSEXPORT cmsMLUgetWide(const cmsMLU* mlu, const char LanguageCode[3], const char CountryCode[3], wchar_t* Buffer, cmsUInt32Number BufferSize) { const wchar_t *Wide; cmsUInt32Number StrLen = 0; cmsUInt16Number Lang = strTo16(LanguageCode); cmsUInt16Number Cntry = strTo16(CountryCode); // Sanitize if (mlu == NULL) return 0; Wide = _cmsMLUgetWide(mlu, &StrLen, Lang, Cntry, NULL, NULL); if (Wide == NULL) return 0; // Maybe we want only to know the len? if (Buffer == NULL) return StrLen + sizeof(wchar_t); // Invalid buffer size means no data if (BufferSize < sizeof(wchar_t)) return 0; // Some clipping may be required if (BufferSize < StrLen + sizeof(wchar_t)) StrLen = BufferSize - sizeof(wchar_t); memmove(Buffer, Wide, StrLen); Buffer[StrLen / sizeof(wchar_t)] = 0; return StrLen + sizeof(wchar_t); } // Get also the language and country CMSAPI cmsBool CMSEXPORT cmsMLUgetTranslation(const cmsMLU* mlu, const char LanguageCode[3], const char CountryCode[3], char ObtainedLanguage[3], char ObtainedCountry[3]) { const wchar_t *Wide; cmsUInt16Number Lang = strTo16(LanguageCode); cmsUInt16Number Cntry = strTo16(CountryCode); cmsUInt16Number ObtLang, ObtCode; // Sanitize if (mlu == NULL) return FALSE; Wide = _cmsMLUgetWide(mlu, NULL, Lang, Cntry, &ObtLang, &ObtCode); if (Wide == NULL) return FALSE; // Get used language and code strFrom16(ObtainedLanguage, ObtLang); strFrom16(ObtainedCountry, ObtCode); return TRUE; } // Get the number of translations in the MLU object cmsUInt32Number CMSEXPORT cmsMLUtranslationsCount(const cmsMLU* mlu) { if (mlu == NULL) return 0; return mlu->UsedEntries; } // Get the language and country codes for a specific MLU index cmsBool CMSEXPORT cmsMLUtranslationsCodes(const cmsMLU* mlu, cmsUInt32Number idx, char LanguageCode[3], char CountryCode[3]) { _cmsMLUentry *entry; if (mlu == NULL) return FALSE; if (idx >= mlu->UsedEntries) return FALSE; entry = &mlu->Entries[idx]; strFrom16(LanguageCode, entry->Language); strFrom16(CountryCode, entry->Country); return TRUE; } // Named color lists -------------------------------------------------------------------------------------------- // Grow the list to keep at least NumElements static cmsBool GrowNamedColorList(cmsNAMEDCOLORLIST* v) { cmsUInt32Number size; _cmsNAMEDCOLOR * NewPtr; if (v == NULL) return FALSE; if (v ->Allocated == 0) size = 64; // Initial guess else size = v ->Allocated * 2; // Keep a maximum color lists can grow, 100K entries seems reasonable if (size > 1024 * 100) { _cmsFree(v->ContextID, (void*) v->List); v->List = NULL; return FALSE; } NewPtr = (_cmsNAMEDCOLOR*) _cmsRealloc(v ->ContextID, v ->List, size * sizeof(_cmsNAMEDCOLOR)); if (NewPtr == NULL) return FALSE; v ->List = NewPtr; v ->Allocated = size; return TRUE; } // Allocate a list for n elements cmsNAMEDCOLORLIST* CMSEXPORT cmsAllocNamedColorList(cmsContext ContextID, cmsUInt32Number n, cmsUInt32Number ColorantCount, const char* Prefix, const char* Suffix) { cmsNAMEDCOLORLIST* v; if (ColorantCount > cmsMAXCHANNELS) return NULL; v = (cmsNAMEDCOLORLIST*)_cmsMallocZero(ContextID, sizeof(cmsNAMEDCOLORLIST)); if (v == NULL) return NULL; v ->List = NULL; v ->nColors = 0; v ->ContextID = ContextID; while (v -> Allocated < n) { if (!GrowNamedColorList(v)) { cmsFreeNamedColorList(v); return NULL; } } strncpy(v ->Prefix, Prefix, sizeof(v ->Prefix)-1); strncpy(v ->Suffix, Suffix, sizeof(v ->Suffix)-1); v->Prefix[32] = v->Suffix[32] = 0; v -> ColorantCount = ColorantCount; return v; } // Free a list void CMSEXPORT cmsFreeNamedColorList(cmsNAMEDCOLORLIST* v) { if (v == NULL) return; if (v ->List) _cmsFree(v ->ContextID, v ->List); _cmsFree(v ->ContextID, v); } cmsNAMEDCOLORLIST* CMSEXPORT cmsDupNamedColorList(const cmsNAMEDCOLORLIST* v) { cmsNAMEDCOLORLIST* NewNC; if (v == NULL) return NULL; NewNC= cmsAllocNamedColorList(v ->ContextID, v -> nColors, v ->ColorantCount, v ->Prefix, v ->Suffix); if (NewNC == NULL) return NULL; // For really large tables we need this while (NewNC ->Allocated < v ->Allocated){ if (!GrowNamedColorList(NewNC)) { cmsFreeNamedColorList(NewNC); return NULL; } } memmove(NewNC ->Prefix, v ->Prefix, sizeof(v ->Prefix)); memmove(NewNC ->Suffix, v ->Suffix, sizeof(v ->Suffix)); NewNC ->ColorantCount = v ->ColorantCount; memmove(NewNC->List, v ->List, v->nColors * sizeof(_cmsNAMEDCOLOR)); NewNC ->nColors = v ->nColors; return NewNC; } // Append a color to a list. List pointer may change if reallocated cmsBool CMSEXPORT cmsAppendNamedColor(cmsNAMEDCOLORLIST* NamedColorList, const char* Name, cmsUInt16Number PCS[3], cmsUInt16Number Colorant[cmsMAXCHANNELS]) { cmsUInt32Number i; if (NamedColorList == NULL) return FALSE; if (NamedColorList ->nColors + 1 > NamedColorList ->Allocated) { if (!GrowNamedColorList(NamedColorList)) return FALSE; } for (i=0; i < NamedColorList ->ColorantCount; i++) NamedColorList ->List[NamedColorList ->nColors].DeviceColorant[i] = Colorant == NULL ? (cmsUInt16Number)0 : Colorant[i]; for (i=0; i < 3; i++) NamedColorList ->List[NamedColorList ->nColors].PCS[i] = PCS == NULL ? (cmsUInt16Number) 0 : PCS[i]; if (Name != NULL) { strncpy(NamedColorList ->List[NamedColorList ->nColors].Name, Name, cmsMAX_PATH-1); NamedColorList ->List[NamedColorList ->nColors].Name[cmsMAX_PATH-1] = 0; } else NamedColorList ->List[NamedColorList ->nColors].Name[0] = 0; NamedColorList ->nColors++; return TRUE; } // Returns number of elements cmsUInt32Number CMSEXPORT cmsNamedColorCount(const cmsNAMEDCOLORLIST* NamedColorList) { if (NamedColorList == NULL) return 0; return NamedColorList ->nColors; } // Info about a given color cmsBool CMSEXPORT cmsNamedColorInfo(const cmsNAMEDCOLORLIST* NamedColorList, cmsUInt32Number nColor, char* Name, char* Prefix, char* Suffix, cmsUInt16Number* PCS, cmsUInt16Number* Colorant) { if (NamedColorList == NULL) return FALSE; if (nColor >= cmsNamedColorCount(NamedColorList)) return FALSE; // strcpy instead of strncpy because many apps are using small buffers if (Name) strcpy(Name, NamedColorList->List[nColor].Name); if (Prefix) strcpy(Prefix, NamedColorList->Prefix); if (Suffix) strcpy(Suffix, NamedColorList->Suffix); if (PCS) memmove(PCS, NamedColorList ->List[nColor].PCS, 3*sizeof(cmsUInt16Number)); if (Colorant) memmove(Colorant, NamedColorList ->List[nColor].DeviceColorant, sizeof(cmsUInt16Number) * NamedColorList ->ColorantCount); return TRUE; } // Search for a given color name (no prefix or suffix) cmsInt32Number CMSEXPORT cmsNamedColorIndex(const cmsNAMEDCOLORLIST* NamedColorList, const char* Name) { cmsUInt32Number i; cmsUInt32Number n; if (NamedColorList == NULL) return -1; n = cmsNamedColorCount(NamedColorList); for (i=0; i < n; i++) { if (cmsstrcasecmp(Name, NamedColorList->List[i].Name) == 0) return (cmsInt32Number) i; } return -1; } // MPE support ----------------------------------------------------------------------------------------------------------------- static void FreeNamedColorList(cmsStage* mpe) { cmsNAMEDCOLORLIST* List = (cmsNAMEDCOLORLIST*) mpe ->Data; cmsFreeNamedColorList(List); } static void* DupNamedColorList(cmsStage* mpe) { cmsNAMEDCOLORLIST* List = (cmsNAMEDCOLORLIST*) mpe ->Data; return cmsDupNamedColorList(List); } static void EvalNamedColorPCS(const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsStage *mpe) { cmsNAMEDCOLORLIST* NamedColorList = (cmsNAMEDCOLORLIST*) mpe ->Data; cmsUInt16Number index = (cmsUInt16Number) _cmsQuickSaturateWord(In[0] * 65535.0); if (index >= NamedColorList-> nColors) { cmsSignalError(NamedColorList ->ContextID, cmsERROR_RANGE, "Color %d out of range", index); Out[0] = Out[1] = Out[2] = 0.0f; } else { // Named color always uses Lab Out[0] = (cmsFloat32Number) (NamedColorList->List[index].PCS[0] / 65535.0); Out[1] = (cmsFloat32Number) (NamedColorList->List[index].PCS[1] / 65535.0); Out[2] = (cmsFloat32Number) (NamedColorList->List[index].PCS[2] / 65535.0); } } static void EvalNamedColor(const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsStage *mpe) { cmsNAMEDCOLORLIST* NamedColorList = (cmsNAMEDCOLORLIST*) mpe ->Data; cmsUInt16Number index = (cmsUInt16Number) _cmsQuickSaturateWord(In[0] * 65535.0); cmsUInt32Number j; if (index >= NamedColorList-> nColors) { cmsSignalError(NamedColorList ->ContextID, cmsERROR_RANGE, "Color %d out of range", index); for (j = 0; j < NamedColorList->ColorantCount; j++) Out[j] = 0.0f; } else { for (j=0; j < NamedColorList ->ColorantCount; j++) Out[j] = (cmsFloat32Number) (NamedColorList->List[index].DeviceColorant[j] / 65535.0); } } // Named color lookup element cmsStage* CMSEXPORT _cmsStageAllocNamedColor(cmsNAMEDCOLORLIST* NamedColorList, cmsBool UsePCS) { return _cmsStageAllocPlaceholder(NamedColorList ->ContextID, cmsSigNamedColorElemType, 1, UsePCS ? 3 : NamedColorList ->ColorantCount, UsePCS ? EvalNamedColorPCS : EvalNamedColor, DupNamedColorList, FreeNamedColorList, cmsDupNamedColorList(NamedColorList)); } // Retrieve the named color list from a transform. Should be first element in the LUT cmsNAMEDCOLORLIST* CMSEXPORT cmsGetNamedColorList(cmsHTRANSFORM xform) { _cmsTRANSFORM* v = (_cmsTRANSFORM*) xform; cmsStage* mpe; if (v == NULL) return NULL; if (v->Lut == NULL) return NULL; mpe = v->Lut->Elements; if (mpe == NULL) return NULL; if (mpe ->Type != cmsSigNamedColorElemType) return NULL; return (cmsNAMEDCOLORLIST*) mpe ->Data; } // Profile sequence description routines ------------------------------------------------------------------------------------- cmsSEQ* CMSEXPORT cmsAllocProfileSequenceDescription(cmsContext ContextID, cmsUInt32Number n) { cmsSEQ* Seq; cmsUInt32Number i; if (n == 0) return NULL; // In a absolutely arbitrary way, I hereby decide to allow a maxim of 255 profiles linked // in a devicelink. It makes not sense anyway and may be used for exploits, so let's close the door! if (n > 255) return NULL; Seq = (cmsSEQ*) _cmsMallocZero(ContextID, sizeof(cmsSEQ)); if (Seq == NULL) return NULL; Seq -> ContextID = ContextID; Seq -> seq = (cmsPSEQDESC*) _cmsCalloc(ContextID, n, sizeof(cmsPSEQDESC)); Seq -> n = n; if (Seq -> seq == NULL) { _cmsFree(ContextID, Seq); return NULL; } for (i=0; i < n; i++) { Seq -> seq[i].Manufacturer = NULL; Seq -> seq[i].Model = NULL; Seq -> seq[i].Description = NULL; } return Seq; } void CMSEXPORT cmsFreeProfileSequenceDescription(cmsSEQ* pseq) { cmsUInt32Number i; if (pseq == NULL) return; if (pseq ->seq != NULL) { for (i=0; i < pseq ->n; i++) { if (pseq ->seq[i].Manufacturer != NULL) cmsMLUfree(pseq ->seq[i].Manufacturer); if (pseq ->seq[i].Model != NULL) cmsMLUfree(pseq ->seq[i].Model); if (pseq ->seq[i].Description != NULL) cmsMLUfree(pseq ->seq[i].Description); } _cmsFree(pseq ->ContextID, pseq ->seq); } _cmsFree(pseq -> ContextID, pseq); } cmsSEQ* CMSEXPORT cmsDupProfileSequenceDescription(const cmsSEQ* pseq) { cmsSEQ *NewSeq; cmsUInt32Number i; if (pseq == NULL) return NULL; NewSeq = (cmsSEQ*) _cmsMalloc(pseq -> ContextID, sizeof(cmsSEQ)); if (NewSeq == NULL) return NULL; NewSeq -> seq = (cmsPSEQDESC*) _cmsCalloc(pseq ->ContextID, pseq ->n, sizeof(cmsPSEQDESC)); if (NewSeq ->seq == NULL) goto Error; NewSeq -> ContextID = pseq ->ContextID; NewSeq -> n = pseq ->n; for (i=0; i < pseq->n; i++) { memmove(&NewSeq ->seq[i].attributes, &pseq ->seq[i].attributes, sizeof(cmsUInt64Number)); NewSeq ->seq[i].deviceMfg = pseq ->seq[i].deviceMfg; NewSeq ->seq[i].deviceModel = pseq ->seq[i].deviceModel; memmove(&NewSeq ->seq[i].ProfileID, &pseq ->seq[i].ProfileID, sizeof(cmsProfileID)); NewSeq ->seq[i].technology = pseq ->seq[i].technology; NewSeq ->seq[i].Manufacturer = cmsMLUdup(pseq ->seq[i].Manufacturer); NewSeq ->seq[i].Model = cmsMLUdup(pseq ->seq[i].Model); NewSeq ->seq[i].Description = cmsMLUdup(pseq ->seq[i].Description); } return NewSeq; Error: cmsFreeProfileSequenceDescription(NewSeq); return NULL; } // Dictionaries -------------------------------------------------------------------------------------------------------- // Dictionaries are just very simple linked lists typedef struct _cmsDICT_struct { cmsDICTentry* head; cmsContext ContextID; } _cmsDICT; // Allocate an empty dictionary cmsHANDLE CMSEXPORT cmsDictAlloc(cmsContext ContextID) { _cmsDICT* dict = (_cmsDICT*) _cmsMallocZero(ContextID, sizeof(_cmsDICT)); if (dict == NULL) return NULL; dict ->ContextID = ContextID; return (cmsHANDLE) dict; } // Dispose resources void CMSEXPORT cmsDictFree(cmsHANDLE hDict) { _cmsDICT* dict = (_cmsDICT*) hDict; cmsDICTentry *entry, *next; _cmsAssert(dict != NULL); // Walk the list freeing all nodes entry = dict ->head; while (entry != NULL) { if (entry ->DisplayName != NULL) cmsMLUfree(entry ->DisplayName); if (entry ->DisplayValue != NULL) cmsMLUfree(entry ->DisplayValue); if (entry ->Name != NULL) _cmsFree(dict ->ContextID, entry -> Name); if (entry ->Value != NULL) _cmsFree(dict ->ContextID, entry -> Value); // Don't fall in the habitual trap... next = entry ->Next; _cmsFree(dict ->ContextID, entry); entry = next; } _cmsFree(dict ->ContextID, dict); } // Duplicate a wide char string static wchar_t* DupWcs(cmsContext ContextID, const wchar_t* ptr) { if (ptr == NULL) return NULL; return (wchar_t*) _cmsDupMem(ContextID, ptr, (mywcslen(ptr) + 1) * sizeof(wchar_t)); } // Add a new entry to the linked list cmsBool CMSEXPORT cmsDictAddEntry(cmsHANDLE hDict, const wchar_t* Name, const wchar_t* Value, const cmsMLU *DisplayName, const cmsMLU *DisplayValue) { _cmsDICT* dict = (_cmsDICT*) hDict; cmsDICTentry *entry; _cmsAssert(dict != NULL); _cmsAssert(Name != NULL); entry = (cmsDICTentry*) _cmsMallocZero(dict ->ContextID, sizeof(cmsDICTentry)); if (entry == NULL) return FALSE; entry ->DisplayName = cmsMLUdup(DisplayName); entry ->DisplayValue = cmsMLUdup(DisplayValue); entry ->Name = DupWcs(dict ->ContextID, Name); entry ->Value = DupWcs(dict ->ContextID, Value); entry ->Next = dict ->head; dict ->head = entry; return TRUE; } // Duplicates an existing dictionary cmsHANDLE CMSEXPORT cmsDictDup(cmsHANDLE hDict) { _cmsDICT* old_dict = (_cmsDICT*) hDict; cmsHANDLE hNew; cmsDICTentry *entry; _cmsAssert(old_dict != NULL); hNew = cmsDictAlloc(old_dict ->ContextID); if (hNew == NULL) return NULL; // Walk the list freeing all nodes entry = old_dict ->head; while (entry != NULL) { if (!cmsDictAddEntry(hNew, entry ->Name, entry ->Value, entry ->DisplayName, entry ->DisplayValue)) { cmsDictFree(hNew); return NULL; } entry = entry -> Next; } return hNew; } // Get a pointer to the linked list const cmsDICTentry* CMSEXPORT cmsDictGetEntryList(cmsHANDLE hDict) { _cmsDICT* dict = (_cmsDICT*) hDict; if (dict == NULL) return NULL; return dict ->head; } // Helper For external languages const cmsDICTentry* CMSEXPORT cmsDictNextEntry(const cmsDICTentry* e) { if (e == NULL) return NULL; return e ->Next; } lcms2-2.17/src/cmsopt.c0000644000175000017500000020041614752176133013751 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include "lcms2_internal.h" //---------------------------------------------------------------------------------- // Optimization for 8 bits, Shaper-CLUT (3 inputs only) typedef struct { cmsContext ContextID; const cmsInterpParams* p; // Tetrahedrical interpolation parameters. This is a not-owned pointer. cmsUInt16Number rx[256], ry[256], rz[256]; cmsUInt32Number X0[256], Y0[256], Z0[256]; // Precomputed nodes and offsets for 8-bit input data } Prelin8Data; // Generic optimization for 16 bits Shaper-CLUT-Shaper (any inputs) typedef struct { cmsContext ContextID; // Number of channels cmsUInt32Number nInputs; cmsUInt32Number nOutputs; _cmsInterpFn16 EvalCurveIn16[MAX_INPUT_DIMENSIONS]; // The maximum number of input channels is known in advance cmsInterpParams* ParamsCurveIn16[MAX_INPUT_DIMENSIONS]; _cmsInterpFn16 EvalCLUT; // The evaluator for 3D grid const cmsInterpParams* CLUTparams; // (not-owned pointer) _cmsInterpFn16* EvalCurveOut16; // Points to an array of curve evaluators in 16 bits (not-owned pointer) cmsInterpParams** ParamsCurveOut16; // Points to an array of references to interpolation params (not-owned pointer) } Prelin16Data; // Optimization for matrix-shaper in 8 bits. Numbers are operated in n.14 signed, tables are stored in 1.14 fixed typedef cmsInt32Number cmsS1Fixed14Number; // Note that this may hold more than 16 bits! #define DOUBLE_TO_1FIXED14(x) ((cmsS1Fixed14Number) floor((x) * 16384.0 + 0.5)) typedef struct { cmsContext ContextID; cmsS1Fixed14Number Shaper1R[256]; // from 0..255 to 1.14 (0.0...1.0) cmsS1Fixed14Number Shaper1G[256]; cmsS1Fixed14Number Shaper1B[256]; cmsS1Fixed14Number Mat[3][3]; // n.14 to n.14 (needs a saturation after that) cmsS1Fixed14Number Off[3]; cmsUInt16Number Shaper2R[16385]; // 1.14 to 0..255 cmsUInt16Number Shaper2G[16385]; cmsUInt16Number Shaper2B[16385]; } MatShaper8Data; // Curves, optimization is shared between 8 and 16 bits typedef struct { cmsContext ContextID; cmsUInt32Number nCurves; // Number of curves cmsUInt32Number nElements; // Elements in curves cmsUInt16Number** Curves; // Points to a dynamically allocated array } Curves16Data; // Simple optimizations ---------------------------------------------------------------------------------------------------------- // Remove an element in linked chain static void _RemoveElement(cmsStage** head) { cmsStage* mpe = *head; cmsStage* next = mpe ->Next; *head = next; cmsStageFree(mpe); } // Remove all identities in chain. Note that pt actually is a double pointer to the element that holds the pointer. static cmsBool _Remove1Op(cmsPipeline* Lut, cmsStageSignature UnaryOp) { cmsStage** pt = &Lut ->Elements; cmsBool AnyOpt = FALSE; while (*pt != NULL) { if ((*pt) ->Implements == UnaryOp) { _RemoveElement(pt); AnyOpt = TRUE; } else pt = &((*pt) -> Next); } return AnyOpt; } // Same, but only if two adjacent elements are found static cmsBool _Remove2Op(cmsPipeline* Lut, cmsStageSignature Op1, cmsStageSignature Op2) { cmsStage** pt1; cmsStage** pt2; cmsBool AnyOpt = FALSE; pt1 = &Lut ->Elements; if (*pt1 == NULL) return AnyOpt; while (*pt1 != NULL) { pt2 = &((*pt1) -> Next); if (*pt2 == NULL) return AnyOpt; if ((*pt1) ->Implements == Op1 && (*pt2) ->Implements == Op2) { _RemoveElement(pt2); _RemoveElement(pt1); AnyOpt = TRUE; } else pt1 = &((*pt1) -> Next); } return AnyOpt; } static cmsBool CloseEnoughFloat(cmsFloat64Number a, cmsFloat64Number b) { return fabs(b - a) < 0.00001f; } static cmsBool isFloatMatrixIdentity(const cmsMAT3* a) { cmsMAT3 Identity; int i, j; _cmsMAT3identity(&Identity); for (i = 0; i < 3; i++) for (j = 0; j < 3; j++) if (!CloseEnoughFloat(a->v[i].n[j], Identity.v[i].n[j])) return FALSE; return TRUE; } // if two adjacent matrices are found, multiply them. static cmsBool _MultiplyMatrix(cmsPipeline* Lut) { cmsStage** pt1; cmsStage** pt2; cmsStage* chain; cmsBool AnyOpt = FALSE; pt1 = &Lut->Elements; if (*pt1 == NULL) return AnyOpt; while (*pt1 != NULL) { pt2 = &((*pt1)->Next); if (*pt2 == NULL) return AnyOpt; if ((*pt1)->Implements == cmsSigMatrixElemType && (*pt2)->Implements == cmsSigMatrixElemType) { // Get both matrices _cmsStageMatrixData* m1 = (_cmsStageMatrixData*) cmsStageData(*pt1); _cmsStageMatrixData* m2 = (_cmsStageMatrixData*) cmsStageData(*pt2); cmsMAT3 res; // Input offset and output offset should be zero to use this optimization if (m1->Offset != NULL || m2 ->Offset != NULL || cmsStageInputChannels(*pt1) != 3 || cmsStageOutputChannels(*pt1) != 3 || cmsStageInputChannels(*pt2) != 3 || cmsStageOutputChannels(*pt2) != 3) return FALSE; // Multiply both matrices to get the result _cmsMAT3per(&res, (cmsMAT3*)m2->Double, (cmsMAT3*)m1->Double); // Get the next in chain after the matrices chain = (*pt2)->Next; // Remove both matrices _RemoveElement(pt2); _RemoveElement(pt1); // Now what if the result is a plain identity? if (!isFloatMatrixIdentity(&res)) { // We can not get rid of full matrix cmsStage* Multmat = cmsStageAllocMatrix(Lut->ContextID, 3, 3, (const cmsFloat64Number*) &res, NULL); if (Multmat == NULL) return FALSE; // Should never happen // Recover the chain Multmat->Next = chain; *pt1 = Multmat; } AnyOpt = TRUE; } else pt1 = &((*pt1)->Next); } return AnyOpt; } // Preoptimize just gets rif of no-ops coming paired. Conversion from v2 to v4 followed // by a v4 to v2 and vice-versa. The elements are then discarded. static cmsBool PreOptimize(cmsPipeline* Lut) { cmsBool AnyOpt = FALSE, Opt; do { Opt = FALSE; // Remove all identities Opt |= _Remove1Op(Lut, cmsSigIdentityElemType); // Remove XYZ2Lab followed by Lab2XYZ Opt |= _Remove2Op(Lut, cmsSigXYZ2LabElemType, cmsSigLab2XYZElemType); // Remove Lab2XYZ followed by XYZ2Lab Opt |= _Remove2Op(Lut, cmsSigLab2XYZElemType, cmsSigXYZ2LabElemType); // Remove V4 to V2 followed by V2 to V4 Opt |= _Remove2Op(Lut, cmsSigLabV4toV2, cmsSigLabV2toV4); // Remove V2 to V4 followed by V4 to V2 Opt |= _Remove2Op(Lut, cmsSigLabV2toV4, cmsSigLabV4toV2); // Remove float pcs Lab conversions Opt |= _Remove2Op(Lut, cmsSigLab2FloatPCS, cmsSigFloatPCS2Lab); // Remove float pcs Lab conversions Opt |= _Remove2Op(Lut, cmsSigXYZ2FloatPCS, cmsSigFloatPCS2XYZ); // Simplify matrix. Opt |= _MultiplyMatrix(Lut); if (Opt) AnyOpt = TRUE; } while (Opt); return AnyOpt; } static void Eval16nop1D(CMSREGISTER const cmsUInt16Number Input[], CMSREGISTER cmsUInt16Number Output[], CMSREGISTER const struct _cms_interp_struc* p) { Output[0] = Input[0]; cmsUNUSED_PARAMETER(p); } static void PrelinEval16(CMSREGISTER const cmsUInt16Number Input[], CMSREGISTER cmsUInt16Number Output[], CMSREGISTER const void* D) { Prelin16Data* p16 = (Prelin16Data*) D; cmsUInt16Number StageABC[MAX_INPUT_DIMENSIONS]; cmsUInt16Number StageDEF[cmsMAXCHANNELS]; cmsUInt32Number i; for (i=0; i < p16 ->nInputs; i++) { p16 ->EvalCurveIn16[i](&Input[i], &StageABC[i], p16 ->ParamsCurveIn16[i]); } p16 ->EvalCLUT(StageABC, StageDEF, p16 ->CLUTparams); for (i=0; i < p16 ->nOutputs; i++) { p16 ->EvalCurveOut16[i](&StageDEF[i], &Output[i], p16 ->ParamsCurveOut16[i]); } } static void PrelinOpt16free(cmsContext ContextID, void* ptr) { Prelin16Data* p16 = (Prelin16Data*) ptr; _cmsFree(ContextID, p16 ->EvalCurveOut16); _cmsFree(ContextID, p16 ->ParamsCurveOut16); _cmsFree(ContextID, p16); } static void* Prelin16dup(cmsContext ContextID, const void* ptr) { Prelin16Data* p16 = (Prelin16Data*) ptr; Prelin16Data* Duped = (Prelin16Data*) _cmsDupMem(ContextID, p16, sizeof(Prelin16Data)); if (Duped == NULL) return NULL; Duped->EvalCurveOut16 = (_cmsInterpFn16*) _cmsDupMem(ContextID, p16->EvalCurveOut16, p16->nOutputs * sizeof(_cmsInterpFn16)); Duped->ParamsCurveOut16 = (cmsInterpParams**)_cmsDupMem(ContextID, p16->ParamsCurveOut16, p16->nOutputs * sizeof(cmsInterpParams*)); return Duped; } static Prelin16Data* PrelinOpt16alloc(cmsContext ContextID, const cmsInterpParams* ColorMap, cmsUInt32Number nInputs, cmsToneCurve** In, cmsUInt32Number nOutputs, cmsToneCurve** Out ) { cmsUInt32Number i; Prelin16Data* p16 = (Prelin16Data*)_cmsMallocZero(ContextID, sizeof(Prelin16Data)); if (p16 == NULL) return NULL; p16 ->nInputs = nInputs; p16 ->nOutputs = nOutputs; for (i=0; i < nInputs; i++) { if (In == NULL) { p16 -> ParamsCurveIn16[i] = NULL; p16 -> EvalCurveIn16[i] = Eval16nop1D; } else { p16 -> ParamsCurveIn16[i] = In[i] ->InterpParams; p16 -> EvalCurveIn16[i] = p16 ->ParamsCurveIn16[i]->Interpolation.Lerp16; } } p16 ->CLUTparams = ColorMap; p16 ->EvalCLUT = ColorMap ->Interpolation.Lerp16; p16 -> EvalCurveOut16 = (_cmsInterpFn16*) _cmsCalloc(ContextID, nOutputs, sizeof(_cmsInterpFn16)); if (p16->EvalCurveOut16 == NULL) { _cmsFree(ContextID, p16); return NULL; } p16 -> ParamsCurveOut16 = (cmsInterpParams**) _cmsCalloc(ContextID, nOutputs, sizeof(cmsInterpParams* )); if (p16->ParamsCurveOut16 == NULL) { _cmsFree(ContextID, p16->EvalCurveOut16); _cmsFree(ContextID, p16); return NULL; } for (i=0; i < nOutputs; i++) { if (Out == NULL) { p16 ->ParamsCurveOut16[i] = NULL; p16 -> EvalCurveOut16[i] = Eval16nop1D; } else { p16 ->ParamsCurveOut16[i] = Out[i] ->InterpParams; p16 -> EvalCurveOut16[i] = p16 ->ParamsCurveOut16[i]->Interpolation.Lerp16; } } return p16; } // Resampling --------------------------------------------------------------------------------- #define PRELINEARIZATION_POINTS 4096 // Sampler implemented by another LUT. This is a clean way to precalculate the devicelink 3D CLUT for // almost any transform. We use floating point precision and then convert from floating point to 16 bits. static cmsInt32Number XFormSampler16(CMSREGISTER const cmsUInt16Number In[], CMSREGISTER cmsUInt16Number Out[], CMSREGISTER void* Cargo) { cmsPipeline* Lut = (cmsPipeline*) Cargo; cmsFloat32Number InFloat[cmsMAXCHANNELS], OutFloat[cmsMAXCHANNELS]; cmsUInt32Number i; _cmsAssert(Lut -> InputChannels < cmsMAXCHANNELS); _cmsAssert(Lut -> OutputChannels < cmsMAXCHANNELS); // From 16 bit to floating point for (i=0; i < Lut ->InputChannels; i++) InFloat[i] = (cmsFloat32Number) (In[i] / 65535.0); // Evaluate in floating point cmsPipelineEvalFloat(InFloat, OutFloat, Lut); // Back to 16 bits representation for (i=0; i < Lut ->OutputChannels; i++) Out[i] = _cmsQuickSaturateWord(OutFloat[i] * 65535.0); // Always succeed return TRUE; } // Try to see if the curves of a given MPE are linear static cmsBool AllCurvesAreLinear(cmsStage* mpe) { cmsToneCurve** Curves; cmsUInt32Number i, n; Curves = _cmsStageGetPtrToCurveSet(mpe); if (Curves == NULL) return FALSE; n = cmsStageOutputChannels(mpe); for (i=0; i < n; i++) { if (!cmsIsToneCurveLinear(Curves[i])) return FALSE; } return TRUE; } // This function replaces a specific node placed in "At" by the "Value" numbers. Its purpose // is to fix scum dot on broken profiles/transforms. Works on 1, 3 and 4 channels static cmsBool PatchLUT(cmsStage* CLUT, cmsUInt16Number At[], cmsUInt16Number Value[], cmsUInt32Number nChannelsOut, cmsUInt32Number nChannelsIn) { _cmsStageCLutData* Grid = (_cmsStageCLutData*) CLUT ->Data; cmsInterpParams* p16 = Grid ->Params; cmsFloat64Number px, py, pz, pw; int x0, y0, z0, w0; int i, index; if (CLUT -> Type != cmsSigCLutElemType) { cmsSignalError(CLUT->ContextID, cmsERROR_INTERNAL, "(internal) Attempt to PatchLUT on non-lut stage"); return FALSE; } if (nChannelsIn == 4) { px = ((cmsFloat64Number) At[0] * (p16->Domain[0])) / 65535.0; py = ((cmsFloat64Number) At[1] * (p16->Domain[1])) / 65535.0; pz = ((cmsFloat64Number) At[2] * (p16->Domain[2])) / 65535.0; pw = ((cmsFloat64Number) At[3] * (p16->Domain[3])) / 65535.0; x0 = (int) floor(px); y0 = (int) floor(py); z0 = (int) floor(pz); w0 = (int) floor(pw); if (((px - x0) != 0) || ((py - y0) != 0) || ((pz - z0) != 0) || ((pw - w0) != 0)) return FALSE; // Not on exact node index = (int) p16 -> opta[3] * x0 + (int) p16 -> opta[2] * y0 + (int) p16 -> opta[1] * z0 + (int) p16 -> opta[0] * w0; } else if (nChannelsIn == 3) { px = ((cmsFloat64Number) At[0] * (p16->Domain[0])) / 65535.0; py = ((cmsFloat64Number) At[1] * (p16->Domain[1])) / 65535.0; pz = ((cmsFloat64Number) At[2] * (p16->Domain[2])) / 65535.0; x0 = (int) floor(px); y0 = (int) floor(py); z0 = (int) floor(pz); if (((px - x0) != 0) || ((py - y0) != 0) || ((pz - z0) != 0)) return FALSE; // Not on exact node index = (int) p16 -> opta[2] * x0 + (int) p16 -> opta[1] * y0 + (int) p16 -> opta[0] * z0; } else if (nChannelsIn == 1) { px = ((cmsFloat64Number) At[0] * (p16->Domain[0])) / 65535.0; x0 = (int) floor(px); if (((px - x0) != 0)) return FALSE; // Not on exact node index = (int) p16 -> opta[0] * x0; } else { cmsSignalError(CLUT->ContextID, cmsERROR_INTERNAL, "(internal) %d Channels are not supported on PatchLUT", nChannelsIn); return FALSE; } for (i = 0; i < (int) nChannelsOut; i++) Grid->Tab.T[index + i] = Value[i]; return TRUE; } // Auxiliary, to see if two values are equal or very different static cmsBool WhitesAreEqual(cmsUInt32Number n, cmsUInt16Number White1[], cmsUInt16Number White2[] ) { cmsUInt32Number i; for (i=0; i < n; i++) { if (abs(White1[i] - White2[i]) > 0xf000) return TRUE; // Values are so extremely different that the fixup should be avoided if (White1[i] != White2[i]) return FALSE; } return TRUE; } // Locate the node for the white point and fix it to pure white in order to avoid scum dot. static cmsBool FixWhiteMisalignment(cmsPipeline* Lut, cmsColorSpaceSignature EntryColorSpace, cmsColorSpaceSignature ExitColorSpace) { cmsUInt16Number *WhitePointIn, *WhitePointOut; cmsUInt16Number WhiteIn[cmsMAXCHANNELS], WhiteOut[cmsMAXCHANNELS], ObtainedOut[cmsMAXCHANNELS]; cmsUInt32Number i, nOuts, nIns; cmsStage *PreLin = NULL, *CLUT = NULL, *PostLin = NULL; if (!_cmsEndPointsBySpace(EntryColorSpace, &WhitePointIn, NULL, &nIns)) return FALSE; if (!_cmsEndPointsBySpace(ExitColorSpace, &WhitePointOut, NULL, &nOuts)) return FALSE; // It needs to be fixed? if (Lut ->InputChannels != nIns) return FALSE; if (Lut ->OutputChannels != nOuts) return FALSE; cmsPipelineEval16(WhitePointIn, ObtainedOut, Lut); if (WhitesAreEqual(nOuts, WhitePointOut, ObtainedOut)) return TRUE; // whites already match // Check if the LUT comes as Prelin, CLUT or Postlin. We allow all combinations if (!cmsPipelineCheckAndRetreiveStages(Lut, 3, cmsSigCurveSetElemType, cmsSigCLutElemType, cmsSigCurveSetElemType, &PreLin, &CLUT, &PostLin)) if (!cmsPipelineCheckAndRetreiveStages(Lut, 2, cmsSigCurveSetElemType, cmsSigCLutElemType, &PreLin, &CLUT)) if (!cmsPipelineCheckAndRetreiveStages(Lut, 2, cmsSigCLutElemType, cmsSigCurveSetElemType, &CLUT, &PostLin)) if (!cmsPipelineCheckAndRetreiveStages(Lut, 1, cmsSigCLutElemType, &CLUT)) return FALSE; // We need to interpolate white points of both, pre and post curves if (PreLin) { cmsToneCurve** Curves = _cmsStageGetPtrToCurveSet(PreLin); for (i=0; i < nIns; i++) { WhiteIn[i] = cmsEvalToneCurve16(Curves[i], WhitePointIn[i]); } } else { for (i=0; i < nIns; i++) WhiteIn[i] = WhitePointIn[i]; } // If any post-linearization, we need to find how is represented white before the curve, do // a reverse interpolation in this case. if (PostLin) { cmsToneCurve** Curves = _cmsStageGetPtrToCurveSet(PostLin); for (i=0; i < nOuts; i++) { cmsToneCurve* InversePostLin = cmsReverseToneCurve(Curves[i]); if (InversePostLin == NULL) { WhiteOut[i] = WhitePointOut[i]; } else { WhiteOut[i] = cmsEvalToneCurve16(InversePostLin, WhitePointOut[i]); cmsFreeToneCurve(InversePostLin); } } } else { for (i=0; i < nOuts; i++) WhiteOut[i] = WhitePointOut[i]; } // Ok, proceed with patching. May fail and we don't care if it fails PatchLUT(CLUT, WhiteIn, WhiteOut, nOuts, nIns); return TRUE; } // ----------------------------------------------------------------------------------------------------------------------------------------------- // This function creates simple LUT from complex ones. The generated LUT has an optional set of // prelinearization curves, a CLUT of nGridPoints and optional postlinearization tables. // These curves have to exist in the original LUT in order to be used in the simplified output. // Caller may also use the flags to allow this feature. // LUTS with all curves will be simplified to a single curve. Parametric curves are lost. // This function should be used on 16-bits LUTS only, as floating point losses precision when simplified // ----------------------------------------------------------------------------------------------------------------------------------------------- static cmsBool OptimizeByResampling(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) { cmsPipeline* Src = NULL; cmsPipeline* Dest = NULL; cmsStage* CLUT; cmsStage *KeepPreLin = NULL, *KeepPostLin = NULL; cmsUInt32Number nGridPoints; cmsColorSpaceSignature ColorSpace, OutputColorSpace; cmsStage *NewPreLin = NULL; cmsStage *NewPostLin = NULL; _cmsStageCLutData* DataCLUT; cmsToneCurve** DataSetIn; cmsToneCurve** DataSetOut; Prelin16Data* p16; // This is a lossy optimization! does not apply in floating-point cases if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE; ColorSpace = _cmsICCcolorSpace((int) T_COLORSPACE(*InputFormat)); OutputColorSpace = _cmsICCcolorSpace((int) T_COLORSPACE(*OutputFormat)); // Color space must be specified if (ColorSpace == (cmsColorSpaceSignature)0 || OutputColorSpace == (cmsColorSpaceSignature)0) return FALSE; nGridPoints = _cmsReasonableGridpointsByColorspace(ColorSpace, *dwFlags); // For empty LUTs, 2 points are enough if (cmsPipelineStageCount(*Lut) == 0) nGridPoints = 2; Src = *Lut; // Allocate an empty LUT Dest = cmsPipelineAlloc(Src ->ContextID, Src ->InputChannels, Src ->OutputChannels); if (!Dest) return FALSE; // Prelinearization tables are kept unless indicated by flags if (*dwFlags & cmsFLAGS_CLUT_PRE_LINEARIZATION) { // Get a pointer to the prelinearization element cmsStage* PreLin = cmsPipelineGetPtrToFirstStage(Src); // Check if suitable if (PreLin && PreLin ->Type == cmsSigCurveSetElemType) { // Maybe this is a linear tram, so we can avoid the whole stuff if (!AllCurvesAreLinear(PreLin)) { // All seems ok, proceed. NewPreLin = cmsStageDup(PreLin); if(!cmsPipelineInsertStage(Dest, cmsAT_BEGIN, NewPreLin)) goto Error; // Remove prelinearization. Since we have duplicated the curve // in destination LUT, the sampling should be applied after this stage. cmsPipelineUnlinkStage(Src, cmsAT_BEGIN, &KeepPreLin); } } } // Allocate the CLUT CLUT = cmsStageAllocCLut16bit(Src ->ContextID, nGridPoints, Src ->InputChannels, Src->OutputChannels, NULL); if (CLUT == NULL) goto Error; // Add the CLUT to the destination LUT if (!cmsPipelineInsertStage(Dest, cmsAT_END, CLUT)) { goto Error; } // Postlinearization tables are kept unless indicated by flags if (*dwFlags & cmsFLAGS_CLUT_POST_LINEARIZATION) { // Get a pointer to the postlinearization if present cmsStage* PostLin = cmsPipelineGetPtrToLastStage(Src); // Check if suitable if (PostLin && cmsStageType(PostLin) == cmsSigCurveSetElemType) { // Maybe this is a linear tram, so we can avoid the whole stuff if (!AllCurvesAreLinear(PostLin)) { // All seems ok, proceed. NewPostLin = cmsStageDup(PostLin); if (!cmsPipelineInsertStage(Dest, cmsAT_END, NewPostLin)) goto Error; // In destination LUT, the sampling should be applied after this stage. cmsPipelineUnlinkStage(Src, cmsAT_END, &KeepPostLin); } } } // Now its time to do the sampling. We have to ignore pre/post linearization // The source LUT without pre/post curves is passed as parameter. if (!cmsStageSampleCLut16bit(CLUT, XFormSampler16, (void*) Src, 0)) { Error: // Ops, something went wrong, Restore stages if (KeepPreLin != NULL) { if (!cmsPipelineInsertStage(Src, cmsAT_BEGIN, KeepPreLin)) { _cmsAssert(0); // This never happens } } if (KeepPostLin != NULL) { if (!cmsPipelineInsertStage(Src, cmsAT_END, KeepPostLin)) { _cmsAssert(0); // This never happens } } cmsPipelineFree(Dest); return FALSE; } // Done. if (KeepPreLin != NULL) cmsStageFree(KeepPreLin); if (KeepPostLin != NULL) cmsStageFree(KeepPostLin); cmsPipelineFree(Src); DataCLUT = (_cmsStageCLutData*) CLUT ->Data; if (NewPreLin == NULL) DataSetIn = NULL; else DataSetIn = ((_cmsStageToneCurvesData*) NewPreLin ->Data) ->TheCurves; if (NewPostLin == NULL) DataSetOut = NULL; else DataSetOut = ((_cmsStageToneCurvesData*) NewPostLin ->Data) ->TheCurves; if (DataSetIn == NULL && DataSetOut == NULL) { _cmsPipelineSetOptimizationParameters(Dest, (_cmsPipelineEval16Fn) DataCLUT->Params->Interpolation.Lerp16, DataCLUT->Params, NULL, NULL); } else { p16 = PrelinOpt16alloc(Dest ->ContextID, DataCLUT ->Params, Dest ->InputChannels, DataSetIn, Dest ->OutputChannels, DataSetOut); _cmsPipelineSetOptimizationParameters(Dest, PrelinEval16, (void*) p16, PrelinOpt16free, Prelin16dup); } // Don't fix white on absolute colorimetric if (Intent == INTENT_ABSOLUTE_COLORIMETRIC) *dwFlags |= cmsFLAGS_NOWHITEONWHITEFIXUP; if (!(*dwFlags & cmsFLAGS_NOWHITEONWHITEFIXUP)) { FixWhiteMisalignment(Dest, ColorSpace, OutputColorSpace); } *Lut = Dest; return TRUE; cmsUNUSED_PARAMETER(Intent); } // ----------------------------------------------------------------------------------------------------------------------------------------------- // Fixes the gamma balancing of transform. This is described in my paper "Prelinearization Stages on // Color-Management Application-Specific Integrated Circuits (ASICs)" presented at NIP24. It only works // for RGB transforms. See the paper for more details // ----------------------------------------------------------------------------------------------------------------------------------------------- // Normalize endpoints by slope limiting max and min. This assures endpoints as well. // Descending curves are handled as well. static void SlopeLimiting(cmsToneCurve* g) { int BeginVal, EndVal; int AtBegin = (int) floor((cmsFloat64Number) g ->nEntries * 0.02 + 0.5); // Cutoff at 2% int AtEnd = (int) g ->nEntries - AtBegin - 1; // And 98% cmsFloat64Number Val, Slope, beta; int i; if (cmsIsToneCurveDescending(g)) { BeginVal = 0xffff; EndVal = 0; } else { BeginVal = 0; EndVal = 0xffff; } // Compute slope and offset for begin of curve Val = g ->Table16[AtBegin]; Slope = (Val - BeginVal) / AtBegin; beta = Val - Slope * AtBegin; for (i=0; i < AtBegin; i++) g ->Table16[i] = _cmsQuickSaturateWord(i * Slope + beta); // Compute slope and offset for the end Val = g ->Table16[AtEnd]; Slope = (EndVal - Val) / AtBegin; // AtBegin holds the X interval, which is same in both cases beta = Val - Slope * AtEnd; for (i = AtEnd; i < (int) g ->nEntries; i++) g ->Table16[i] = _cmsQuickSaturateWord(i * Slope + beta); } // Precomputes tables for 8-bit on input devicelink. static Prelin8Data* PrelinOpt8alloc(cmsContext ContextID, const cmsInterpParams* p, cmsToneCurve* G[3]) { int i; cmsUInt16Number Input[3]; cmsS15Fixed16Number v1, v2, v3; Prelin8Data* p8; p8 = (Prelin8Data*)_cmsMallocZero(ContextID, sizeof(Prelin8Data)); if (p8 == NULL) return NULL; // Since this only works for 8 bit input, values comes always as x * 257, // we can safely take msb byte (x << 8 + x) for (i=0; i < 256; i++) { if (G != NULL) { // Get 16-bit representation Input[0] = cmsEvalToneCurve16(G[0], FROM_8_TO_16(i)); Input[1] = cmsEvalToneCurve16(G[1], FROM_8_TO_16(i)); Input[2] = cmsEvalToneCurve16(G[2], FROM_8_TO_16(i)); } else { Input[0] = FROM_8_TO_16(i); Input[1] = FROM_8_TO_16(i); Input[2] = FROM_8_TO_16(i); } // Move to 0..1.0 in fixed domain v1 = _cmsToFixedDomain((int) (Input[0] * p -> Domain[0])); v2 = _cmsToFixedDomain((int) (Input[1] * p -> Domain[1])); v3 = _cmsToFixedDomain((int) (Input[2] * p -> Domain[2])); // Store the precalculated table of nodes p8 ->X0[i] = (p->opta[2] * FIXED_TO_INT(v1)); p8 ->Y0[i] = (p->opta[1] * FIXED_TO_INT(v2)); p8 ->Z0[i] = (p->opta[0] * FIXED_TO_INT(v3)); // Store the precalculated table of offsets p8 ->rx[i] = (cmsUInt16Number) FIXED_REST_TO_INT(v1); p8 ->ry[i] = (cmsUInt16Number) FIXED_REST_TO_INT(v2); p8 ->rz[i] = (cmsUInt16Number) FIXED_REST_TO_INT(v3); } p8 ->ContextID = ContextID; p8 ->p = p; return p8; } static void Prelin8free(cmsContext ContextID, void* ptr) { _cmsFree(ContextID, ptr); } static void* Prelin8dup(cmsContext ContextID, const void* ptr) { return _cmsDupMem(ContextID, ptr, sizeof(Prelin8Data)); } // A optimized interpolation for 8-bit input. #define DENS(i,j,k) (LutTable[(i)+(j)+(k)+OutChan]) static CMS_NO_SANITIZE void PrelinEval8(CMSREGISTER const cmsUInt16Number Input[], CMSREGISTER cmsUInt16Number Output[], CMSREGISTER const void* D) { cmsUInt8Number r, g, b; cmsS15Fixed16Number rx, ry, rz; cmsS15Fixed16Number c0, c1, c2, c3, Rest; int OutChan; CMSREGISTER cmsS15Fixed16Number X0, X1, Y0, Y1, Z0, Z1; Prelin8Data* p8 = (Prelin8Data*) D; CMSREGISTER const cmsInterpParams* p = p8 ->p; int TotalOut = (int) p -> nOutputs; const cmsUInt16Number* LutTable = (const cmsUInt16Number*) p->Table; r = (cmsUInt8Number) (Input[0] >> 8); g = (cmsUInt8Number) (Input[1] >> 8); b = (cmsUInt8Number) (Input[2] >> 8); X0 = (cmsS15Fixed16Number) p8->X0[r]; Y0 = (cmsS15Fixed16Number) p8->Y0[g]; Z0 = (cmsS15Fixed16Number) p8->Z0[b]; rx = p8 ->rx[r]; ry = p8 ->ry[g]; rz = p8 ->rz[b]; X1 = X0 + (cmsS15Fixed16Number)((rx == 0) ? 0 : p ->opta[2]); Y1 = Y0 + (cmsS15Fixed16Number)((ry == 0) ? 0 : p ->opta[1]); Z1 = Z0 + (cmsS15Fixed16Number)((rz == 0) ? 0 : p ->opta[0]); // These are the 6 Tetrahedral for (OutChan=0; OutChan < TotalOut; OutChan++) { c0 = DENS(X0, Y0, Z0); if (rx >= ry && ry >= rz) { c1 = DENS(X1, Y0, Z0) - c0; c2 = DENS(X1, Y1, Z0) - DENS(X1, Y0, Z0); c3 = DENS(X1, Y1, Z1) - DENS(X1, Y1, Z0); } else if (rx >= rz && rz >= ry) { c1 = DENS(X1, Y0, Z0) - c0; c2 = DENS(X1, Y1, Z1) - DENS(X1, Y0, Z1); c3 = DENS(X1, Y0, Z1) - DENS(X1, Y0, Z0); } else if (rz >= rx && rx >= ry) { c1 = DENS(X1, Y0, Z1) - DENS(X0, Y0, Z1); c2 = DENS(X1, Y1, Z1) - DENS(X1, Y0, Z1); c3 = DENS(X0, Y0, Z1) - c0; } else if (ry >= rx && rx >= rz) { c1 = DENS(X1, Y1, Z0) - DENS(X0, Y1, Z0); c2 = DENS(X0, Y1, Z0) - c0; c3 = DENS(X1, Y1, Z1) - DENS(X1, Y1, Z0); } else if (ry >= rz && rz >= rx) { c1 = DENS(X1, Y1, Z1) - DENS(X0, Y1, Z1); c2 = DENS(X0, Y1, Z0) - c0; c3 = DENS(X0, Y1, Z1) - DENS(X0, Y1, Z0); } else if (rz >= ry && ry >= rx) { c1 = DENS(X1, Y1, Z1) - DENS(X0, Y1, Z1); c2 = DENS(X0, Y1, Z1) - DENS(X0, Y0, Z1); c3 = DENS(X0, Y0, Z1) - c0; } else { c1 = c2 = c3 = 0; } Rest = c1 * rx + c2 * ry + c3 * rz + 0x8001; Output[OutChan] = (cmsUInt16Number) (c0 + ((Rest + (Rest >> 16)) >> 16)); } } #undef DENS // Curves that contain wide empty areas are not optimizeable static cmsBool IsDegenerated(const cmsToneCurve* g) { cmsUInt32Number i, Zeros = 0, Poles = 0; cmsUInt32Number nEntries = g ->nEntries; for (i=0; i < nEntries; i++) { if (g ->Table16[i] == 0x0000) Zeros++; if (g ->Table16[i] == 0xffff) Poles++; } if (Zeros == 1 && Poles == 1) return FALSE; // For linear tables if (Zeros > (nEntries / 20)) return TRUE; // Degenerated, many zeros if (Poles > (nEntries / 20)) return TRUE; // Degenerated, many poles return FALSE; } // -------------------------------------------------------------------------------------------------------------- // We need xput over here static cmsBool OptimizeByComputingLinearization(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) { cmsPipeline* OriginalLut; cmsUInt32Number nGridPoints; cmsToneCurve *Trans[cmsMAXCHANNELS], *TransReverse[cmsMAXCHANNELS]; cmsUInt32Number t, i; cmsFloat32Number v, In[cmsMAXCHANNELS], Out[cmsMAXCHANNELS]; cmsBool lIsSuitable, lIsLinear; cmsPipeline* OptimizedLUT = NULL, *LutPlusCurves = NULL; cmsStage* OptimizedCLUTmpe; cmsColorSpaceSignature ColorSpace, OutputColorSpace; cmsStage* OptimizedPrelinMpe; cmsToneCurve** OptimizedPrelinCurves; _cmsStageCLutData* OptimizedPrelinCLUT; // This is a lossy optimization! does not apply in floating-point cases if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE; // Only on chunky RGB if (T_COLORSPACE(*InputFormat) != PT_RGB) return FALSE; if (T_PLANAR(*InputFormat)) return FALSE; if (T_COLORSPACE(*OutputFormat) != PT_RGB) return FALSE; if (T_PLANAR(*OutputFormat)) return FALSE; // On 16 bits, user has to specify the feature if (!_cmsFormatterIs8bit(*InputFormat)) { if (!(*dwFlags & cmsFLAGS_CLUT_PRE_LINEARIZATION)) return FALSE; } OriginalLut = *Lut; ColorSpace = _cmsICCcolorSpace((int) T_COLORSPACE(*InputFormat)); OutputColorSpace = _cmsICCcolorSpace((int) T_COLORSPACE(*OutputFormat)); // Color space must be specified if (ColorSpace == (cmsColorSpaceSignature)0 || OutputColorSpace == (cmsColorSpaceSignature)0) return FALSE; nGridPoints = _cmsReasonableGridpointsByColorspace(ColorSpace, *dwFlags); // Empty gamma containers memset(Trans, 0, sizeof(Trans)); memset(TransReverse, 0, sizeof(TransReverse)); // If the last stage of the original lut are curves, and those curves are // degenerated, it is likely the transform is squeezing and clipping // the output from previous CLUT. We cannot optimize this case { cmsStage* last = cmsPipelineGetPtrToLastStage(OriginalLut); if (last == NULL) goto Error; if (cmsStageType(last) == cmsSigCurveSetElemType) { _cmsStageToneCurvesData* Data = (_cmsStageToneCurvesData*)cmsStageData(last); for (i = 0; i < Data->nCurves; i++) { if (IsDegenerated(Data->TheCurves[i])) goto Error; } } } for (t = 0; t < OriginalLut ->InputChannels; t++) { Trans[t] = cmsBuildTabulatedToneCurve16(OriginalLut ->ContextID, PRELINEARIZATION_POINTS, NULL); if (Trans[t] == NULL) goto Error; } // Populate the curves for (i=0; i < PRELINEARIZATION_POINTS; i++) { v = (cmsFloat32Number) ((cmsFloat64Number) i / (PRELINEARIZATION_POINTS - 1)); // Feed input with a gray ramp for (t=0; t < OriginalLut ->InputChannels; t++) In[t] = v; // Evaluate the gray value cmsPipelineEvalFloat(In, Out, OriginalLut); // Store result in curve for (t=0; t < OriginalLut ->InputChannels; t++) { if (Trans[t]->Table16 != NULL) Trans[t] ->Table16[i] = _cmsQuickSaturateWord(Out[t] * 65535.0); } } // Slope-limit the obtained curves for (t = 0; t < OriginalLut ->InputChannels; t++) SlopeLimiting(Trans[t]); // Check for validity. lIsLinear is here for debug purposes lIsSuitable = TRUE; lIsLinear = TRUE; for (t=0; (lIsSuitable && (t < OriginalLut ->InputChannels)); t++) { // Exclude if already linear if (!cmsIsToneCurveLinear(Trans[t])) lIsLinear = FALSE; // Exclude if non-monotonic if (!cmsIsToneCurveMonotonic(Trans[t])) lIsSuitable = FALSE; if (IsDegenerated(Trans[t])) lIsSuitable = FALSE; } // If it is not suitable, just quit if (!lIsSuitable) goto Error; // Invert curves if possible for (t = 0; t < OriginalLut ->InputChannels; t++) { TransReverse[t] = cmsReverseToneCurveEx(PRELINEARIZATION_POINTS, Trans[t]); if (TransReverse[t] == NULL) goto Error; } // Now inset the reversed curves at the begin of transform LutPlusCurves = cmsPipelineDup(OriginalLut); if (LutPlusCurves == NULL) goto Error; if (!cmsPipelineInsertStage(LutPlusCurves, cmsAT_BEGIN, cmsStageAllocToneCurves(OriginalLut ->ContextID, OriginalLut ->InputChannels, TransReverse))) goto Error; // Create the result LUT OptimizedLUT = cmsPipelineAlloc(OriginalLut ->ContextID, OriginalLut ->InputChannels, OriginalLut ->OutputChannels); if (OptimizedLUT == NULL) goto Error; OptimizedPrelinMpe = cmsStageAllocToneCurves(OriginalLut ->ContextID, OriginalLut ->InputChannels, Trans); // Create and insert the curves at the beginning if (!cmsPipelineInsertStage(OptimizedLUT, cmsAT_BEGIN, OptimizedPrelinMpe)) goto Error; // Allocate the CLUT for result OptimizedCLUTmpe = cmsStageAllocCLut16bit(OriginalLut ->ContextID, nGridPoints, OriginalLut ->InputChannels, OriginalLut ->OutputChannels, NULL); // Add the CLUT to the destination LUT if (!cmsPipelineInsertStage(OptimizedLUT, cmsAT_END, OptimizedCLUTmpe)) goto Error; // Resample the LUT if (!cmsStageSampleCLut16bit(OptimizedCLUTmpe, XFormSampler16, (void*) LutPlusCurves, 0)) goto Error; // Free resources for (t = 0; t < OriginalLut ->InputChannels; t++) { if (Trans[t]) cmsFreeToneCurve(Trans[t]); if (TransReverse[t]) cmsFreeToneCurve(TransReverse[t]); } cmsPipelineFree(LutPlusCurves); OptimizedPrelinCurves = _cmsStageGetPtrToCurveSet(OptimizedPrelinMpe); OptimizedPrelinCLUT = (_cmsStageCLutData*) OptimizedCLUTmpe ->Data; // Set the evaluator if 8-bit if (_cmsFormatterIs8bit(*InputFormat)) { Prelin8Data* p8 = PrelinOpt8alloc(OptimizedLUT ->ContextID, OptimizedPrelinCLUT ->Params, OptimizedPrelinCurves); if (p8 == NULL) return FALSE; _cmsPipelineSetOptimizationParameters(OptimizedLUT, PrelinEval8, (void*) p8, Prelin8free, Prelin8dup); } else { Prelin16Data* p16 = PrelinOpt16alloc(OptimizedLUT ->ContextID, OptimizedPrelinCLUT ->Params, 3, OptimizedPrelinCurves, 3, NULL); if (p16 == NULL) return FALSE; _cmsPipelineSetOptimizationParameters(OptimizedLUT, PrelinEval16, (void*) p16, PrelinOpt16free, Prelin16dup); } // Don't fix white on absolute colorimetric if (Intent == INTENT_ABSOLUTE_COLORIMETRIC) *dwFlags |= cmsFLAGS_NOWHITEONWHITEFIXUP; if (!(*dwFlags & cmsFLAGS_NOWHITEONWHITEFIXUP)) { if (!FixWhiteMisalignment(OptimizedLUT, ColorSpace, OutputColorSpace)) { return FALSE; } } // And return the obtained LUT cmsPipelineFree(OriginalLut); *Lut = OptimizedLUT; return TRUE; Error: for (t = 0; t < OriginalLut ->InputChannels; t++) { if (Trans[t]) cmsFreeToneCurve(Trans[t]); if (TransReverse[t]) cmsFreeToneCurve(TransReverse[t]); } if (LutPlusCurves != NULL) cmsPipelineFree(LutPlusCurves); if (OptimizedLUT != NULL) cmsPipelineFree(OptimizedLUT); return FALSE; cmsUNUSED_PARAMETER(Intent); cmsUNUSED_PARAMETER(lIsLinear); } // Curves optimizer ------------------------------------------------------------------------------------------------------------------ static void CurvesFree(cmsContext ContextID, void* ptr) { Curves16Data* Data = (Curves16Data*) ptr; cmsUInt32Number i; for (i=0; i < Data -> nCurves; i++) { _cmsFree(ContextID, Data ->Curves[i]); } _cmsFree(ContextID, Data ->Curves); _cmsFree(ContextID, ptr); } static void* CurvesDup(cmsContext ContextID, const void* ptr) { Curves16Data* Data = (Curves16Data*)_cmsDupMem(ContextID, ptr, sizeof(Curves16Data)); cmsUInt32Number i; if (Data == NULL) return NULL; Data->Curves = (cmsUInt16Number**) _cmsDupMem(ContextID, Data->Curves, Data->nCurves * sizeof(cmsUInt16Number*)); for (i=0; i < Data -> nCurves; i++) { Data->Curves[i] = (cmsUInt16Number*) _cmsDupMem(ContextID, Data->Curves[i], Data->nElements * sizeof(cmsUInt16Number)); } return (void*) Data; } // Precomputes tables for 8-bit on input devicelink. static Curves16Data* CurvesAlloc(cmsContext ContextID, cmsUInt32Number nCurves, cmsUInt32Number nElements, cmsToneCurve** G) { cmsUInt32Number i, j; Curves16Data* c16; c16 = (Curves16Data*)_cmsMallocZero(ContextID, sizeof(Curves16Data)); if (c16 == NULL) return NULL; c16 ->nCurves = nCurves; c16 ->nElements = nElements; c16->Curves = (cmsUInt16Number**) _cmsCalloc(ContextID, nCurves, sizeof(cmsUInt16Number*)); if (c16->Curves == NULL) { _cmsFree(ContextID, c16); return NULL; } for (i=0; i < nCurves; i++) { c16->Curves[i] = (cmsUInt16Number*) _cmsCalloc(ContextID, nElements, sizeof(cmsUInt16Number)); if (c16->Curves[i] == NULL) { for (j=0; j < i; j++) { _cmsFree(ContextID, c16->Curves[j]); } _cmsFree(ContextID, c16->Curves); _cmsFree(ContextID, c16); return NULL; } if (nElements == 256U) { for (j=0; j < nElements; j++) { c16 ->Curves[i][j] = cmsEvalToneCurve16(G[i], FROM_8_TO_16(j)); } } else { for (j=0; j < nElements; j++) { c16 ->Curves[i][j] = cmsEvalToneCurve16(G[i], (cmsUInt16Number) j); } } } return c16; } static void FastEvaluateCurves8(CMSREGISTER const cmsUInt16Number In[], CMSREGISTER cmsUInt16Number Out[], CMSREGISTER const void* D) { Curves16Data* Data = (Curves16Data*) D; int x; cmsUInt32Number i; for (i=0; i < Data ->nCurves; i++) { x = (In[i] >> 8); Out[i] = Data -> Curves[i][x]; } } static void FastEvaluateCurves16(CMSREGISTER const cmsUInt16Number In[], CMSREGISTER cmsUInt16Number Out[], CMSREGISTER const void* D) { Curves16Data* Data = (Curves16Data*) D; cmsUInt32Number i; for (i=0; i < Data ->nCurves; i++) { Out[i] = Data -> Curves[i][In[i]]; } } static void FastIdentity16(CMSREGISTER const cmsUInt16Number In[], CMSREGISTER cmsUInt16Number Out[], CMSREGISTER const void* D) { cmsPipeline* Lut = (cmsPipeline*) D; cmsUInt32Number i; for (i=0; i < Lut ->InputChannels; i++) { Out[i] = In[i]; } } // If the target LUT holds only curves, the optimization procedure is to join all those // curves together. That only works on curves and does not work on matrices. static cmsBool OptimizeByJoiningCurves(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) { cmsToneCurve** GammaTables = NULL; cmsFloat32Number InFloat[cmsMAXCHANNELS], OutFloat[cmsMAXCHANNELS]; cmsUInt32Number i, j; cmsPipeline* Src = *Lut; cmsPipeline* Dest = NULL; cmsStage* mpe; cmsStage* ObtainedCurves = NULL; // This is a lossy optimization! does not apply in floating-point cases if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE; // Only curves in this LUT? for (mpe = cmsPipelineGetPtrToFirstStage(Src); mpe != NULL; mpe = cmsStageNext(mpe)) { if (cmsStageType(mpe) != cmsSigCurveSetElemType) return FALSE; } // Allocate an empty LUT Dest = cmsPipelineAlloc(Src ->ContextID, Src ->InputChannels, Src ->OutputChannels); if (Dest == NULL) return FALSE; // Create target curves GammaTables = (cmsToneCurve**) _cmsCalloc(Src ->ContextID, Src ->InputChannels, sizeof(cmsToneCurve*)); if (GammaTables == NULL) goto Error; for (i=0; i < Src ->InputChannels; i++) { GammaTables[i] = cmsBuildTabulatedToneCurve16(Src ->ContextID, PRELINEARIZATION_POINTS, NULL); if (GammaTables[i] == NULL) goto Error; } // Compute 16 bit result by using floating point for (i=0; i < PRELINEARIZATION_POINTS; i++) { for (j=0; j < Src ->InputChannels; j++) InFloat[j] = (cmsFloat32Number) ((cmsFloat64Number) i / (PRELINEARIZATION_POINTS - 1)); cmsPipelineEvalFloat(InFloat, OutFloat, Src); for (j=0; j < Src ->InputChannels; j++) GammaTables[j] -> Table16[i] = _cmsQuickSaturateWord(OutFloat[j] * 65535.0); } ObtainedCurves = cmsStageAllocToneCurves(Src ->ContextID, Src ->InputChannels, GammaTables); if (ObtainedCurves == NULL) goto Error; for (i=0; i < Src ->InputChannels; i++) { cmsFreeToneCurve(GammaTables[i]); GammaTables[i] = NULL; } if (GammaTables != NULL) { _cmsFree(Src->ContextID, GammaTables); GammaTables = NULL; } // Maybe the curves are linear at the end if (!AllCurvesAreLinear(ObtainedCurves)) { _cmsStageToneCurvesData* Data; if (!cmsPipelineInsertStage(Dest, cmsAT_BEGIN, ObtainedCurves)) goto Error; Data = (_cmsStageToneCurvesData*) cmsStageData(ObtainedCurves); ObtainedCurves = NULL; // If the curves are to be applied in 8 bits, we can save memory if (_cmsFormatterIs8bit(*InputFormat)) { Curves16Data* c16 = CurvesAlloc(Dest ->ContextID, Data ->nCurves, 256, Data ->TheCurves); if (c16 == NULL) goto Error; *dwFlags |= cmsFLAGS_NOCACHE; _cmsPipelineSetOptimizationParameters(Dest, FastEvaluateCurves8, c16, CurvesFree, CurvesDup); } else { Curves16Data* c16 = CurvesAlloc(Dest ->ContextID, Data ->nCurves, 65536, Data ->TheCurves); if (c16 == NULL) goto Error; *dwFlags |= cmsFLAGS_NOCACHE; _cmsPipelineSetOptimizationParameters(Dest, FastEvaluateCurves16, c16, CurvesFree, CurvesDup); } } else { // LUT optimizes to nothing. Set the identity LUT cmsStageFree(ObtainedCurves); ObtainedCurves = NULL; if (!cmsPipelineInsertStage(Dest, cmsAT_BEGIN, cmsStageAllocIdentity(Dest ->ContextID, Src ->InputChannels))) goto Error; *dwFlags |= cmsFLAGS_NOCACHE; _cmsPipelineSetOptimizationParameters(Dest, FastIdentity16, (void*) Dest, NULL, NULL); } // We are done. cmsPipelineFree(Src); *Lut = Dest; return TRUE; Error: if (ObtainedCurves != NULL) cmsStageFree(ObtainedCurves); if (GammaTables != NULL) { for (i=0; i < Src ->InputChannels; i++) { if (GammaTables[i] != NULL) cmsFreeToneCurve(GammaTables[i]); } _cmsFree(Src ->ContextID, GammaTables); } if (Dest != NULL) cmsPipelineFree(Dest); return FALSE; cmsUNUSED_PARAMETER(Intent); cmsUNUSED_PARAMETER(InputFormat); cmsUNUSED_PARAMETER(OutputFormat); cmsUNUSED_PARAMETER(dwFlags); } // ------------------------------------------------------------------------------------------------------------------------------------- // LUT is Shaper - Matrix - Matrix - Shaper, which is very frequent when combining two matrix-shaper profiles static void FreeMatShaper(cmsContext ContextID, void* Data) { if (Data != NULL) _cmsFree(ContextID, Data); } static void* DupMatShaper(cmsContext ContextID, const void* Data) { return _cmsDupMem(ContextID, Data, sizeof(MatShaper8Data)); } // A fast matrix-shaper evaluator for 8 bits. This is a bit tricky since I'm using 1.14 signed fixed point // to accomplish some performance. Actually it takes 256x3 16 bits tables and 16385 x 3 tables of 8 bits, // in total about 50K, and the performance boost is huge! static CMS_NO_SANITIZE void MatShaperEval16(CMSREGISTER const cmsUInt16Number In[], CMSREGISTER cmsUInt16Number Out[], CMSREGISTER const void* D) { MatShaper8Data* p = (MatShaper8Data*) D; cmsS1Fixed14Number l1, l2, l3, r, g, b; cmsUInt32Number ri, gi, bi; // In this case (and only in this case!) we can use this simplification since // In[] is assured to come from a 8 bit number. (a << 8 | a) ri = In[0] & 0xFFU; gi = In[1] & 0xFFU; bi = In[2] & 0xFFU; // Across first shaper, which also converts to 1.14 fixed point r = p->Shaper1R[ri]; g = p->Shaper1G[gi]; b = p->Shaper1B[bi]; // Evaluate the matrix in 1.14 fixed point l1 = (p->Mat[0][0] * r + p->Mat[0][1] * g + p->Mat[0][2] * b + p->Off[0] + 0x2000) >> 14; l2 = (p->Mat[1][0] * r + p->Mat[1][1] * g + p->Mat[1][2] * b + p->Off[1] + 0x2000) >> 14; l3 = (p->Mat[2][0] * r + p->Mat[2][1] * g + p->Mat[2][2] * b + p->Off[2] + 0x2000) >> 14; // Now we have to clip to 0..1.0 range ri = (l1 < 0) ? 0 : ((l1 > 16384) ? 16384U : (cmsUInt32Number) l1); gi = (l2 < 0) ? 0 : ((l2 > 16384) ? 16384U : (cmsUInt32Number) l2); bi = (l3 < 0) ? 0 : ((l3 > 16384) ? 16384U : (cmsUInt32Number) l3); // And across second shaper, Out[0] = p->Shaper2R[ri]; Out[1] = p->Shaper2G[gi]; Out[2] = p->Shaper2B[bi]; } // This table converts from 8 bits to 1.14 after applying the curve static void FillFirstShaper(cmsS1Fixed14Number* Table, cmsToneCurve* Curve) { int i; cmsFloat32Number R, y; for (i=0; i < 256; i++) { R = (cmsFloat32Number) (i / 255.0); y = cmsEvalToneCurveFloat(Curve, R); if (y < 131072.0) Table[i] = DOUBLE_TO_1FIXED14(y); else Table[i] = 0x7fffffff; } } // This table converts form 1.14 (being 0x4000 the last entry) to 8 bits after applying the curve static void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) { int i; cmsFloat32Number R, Val; for (i=0; i < 16385; i++) { R = (cmsFloat32Number) (i / 16384.0); Val = cmsEvalToneCurveFloat(Curve, R); // Val comes 0..1.0 if (Val < 0) Val = 0; if (Val > 1.0) Val = 1.0; if (Is8BitsOutput) { // If 8 bits output, we can optimize further by computing the / 257 part. // first we compute the resulting byte and then we store the byte times // 257. This quantization allows to round very quick by doing a >> 8, but // since the low byte is always equal to msb, we can do a & 0xff and this works! cmsUInt16Number w = _cmsQuickSaturateWord(Val * 65535.0); cmsUInt8Number b = FROM_16_TO_8(w); Table[i] = FROM_8_TO_16(b); } else Table[i] = _cmsQuickSaturateWord(Val * 65535.0); } } // Compute the matrix-shaper structure static cmsBool SetMatShaper(cmsPipeline* Dest, cmsToneCurve* Curve1[3], cmsMAT3* Mat, cmsVEC3* Off, cmsToneCurve* Curve2[3], cmsUInt32Number* OutputFormat) { MatShaper8Data* p; int i, j; cmsBool Is8Bits = _cmsFormatterIs8bit(*OutputFormat); // Allocate a big chuck of memory to store precomputed tables p = (MatShaper8Data*) _cmsMalloc(Dest ->ContextID, sizeof(MatShaper8Data)); if (p == NULL) return FALSE; p -> ContextID = Dest -> ContextID; // Precompute tables FillFirstShaper(p ->Shaper1R, Curve1[0]); FillFirstShaper(p ->Shaper1G, Curve1[1]); FillFirstShaper(p ->Shaper1B, Curve1[2]); FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits); FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits); FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits); // Convert matrix to nFixed14. Note that those values may take more than 16 bits for (i=0; i < 3; i++) { for (j=0; j < 3; j++) { p ->Mat[i][j] = DOUBLE_TO_1FIXED14(Mat->v[i].n[j]); } } for (i=0; i < 3; i++) { if (Off == NULL) { p ->Off[i] = 0; } else { p ->Off[i] = DOUBLE_TO_1FIXED14(Off->n[i]); } } // Mark as optimized for faster formatter if (Is8Bits) *OutputFormat |= OPTIMIZED_SH(1); // Fill function pointers _cmsPipelineSetOptimizationParameters(Dest, MatShaperEval16, (void*) p, FreeMatShaper, DupMatShaper); return TRUE; } // 8 bits on input allows matrix-shaper boot up to 25 Mpixels per second on RGB. That's fast! static cmsBool OptimizeMatrixShaper(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) { cmsStage* Curve1, *Curve2; cmsStage* Matrix1, *Matrix2; cmsMAT3 res; cmsBool IdentityMat; cmsPipeline* Dest, *Src; cmsFloat64Number* Offset; // Only works on RGB to RGB if (T_CHANNELS(*InputFormat) != 3 || T_CHANNELS(*OutputFormat) != 3) return FALSE; // Only works on 8 bit input if (!_cmsFormatterIs8bit(*InputFormat)) return FALSE; // Seems suitable, proceed Src = *Lut; // Check for: // // shaper-matrix-matrix-shaper // shaper-matrix-shaper // // Both of those constructs are possible (first because abs. colorimetric). // additionally, In the first case, the input matrix offset should be zero. IdentityMat = FALSE; if (cmsPipelineCheckAndRetreiveStages(Src, 4, cmsSigCurveSetElemType, cmsSigMatrixElemType, cmsSigMatrixElemType, cmsSigCurveSetElemType, &Curve1, &Matrix1, &Matrix2, &Curve2)) { // Get both matrices _cmsStageMatrixData* Data1 = (_cmsStageMatrixData*)cmsStageData(Matrix1); _cmsStageMatrixData* Data2 = (_cmsStageMatrixData*)cmsStageData(Matrix2); // Only RGB to RGB if (Matrix1->InputChannels != 3 || Matrix1->OutputChannels != 3 || Matrix2->InputChannels != 3 || Matrix2->OutputChannels != 3) return FALSE; // Input offset should be zero if (Data1->Offset != NULL) return FALSE; // Multiply both matrices to get the result _cmsMAT3per(&res, (cmsMAT3*)Data2->Double, (cmsMAT3*)Data1->Double); // Only 2nd matrix has offset, or it is zero Offset = Data2->Offset; // Now the result is in res + Data2 -> Offset. Maybe is a plain identity? if (_cmsMAT3isIdentity(&res) && Offset == NULL) { // We can get rid of full matrix IdentityMat = TRUE; } } else { if (cmsPipelineCheckAndRetreiveStages(Src, 3, cmsSigCurveSetElemType, cmsSigMatrixElemType, cmsSigCurveSetElemType, &Curve1, &Matrix1, &Curve2)) { _cmsStageMatrixData* Data = (_cmsStageMatrixData*)cmsStageData(Matrix1); if (Matrix1->InputChannels != 3 || Matrix1->OutputChannels != 3) return FALSE; // Copy the matrix to our result memcpy(&res, Data->Double, sizeof(res)); // Preserve the Odffset (may be NULL as a zero offset) Offset = Data->Offset; if (_cmsMAT3isIdentity(&res) && Offset == NULL) { // We can get rid of full matrix IdentityMat = TRUE; } } else return FALSE; // Not optimizeable this time } // Allocate an empty LUT Dest = cmsPipelineAlloc(Src ->ContextID, Src ->InputChannels, Src ->OutputChannels); if (!Dest) return FALSE; // Assamble the new LUT if (!cmsPipelineInsertStage(Dest, cmsAT_BEGIN, cmsStageDup(Curve1))) goto Error; if (!IdentityMat) { if (!cmsPipelineInsertStage(Dest, cmsAT_END, cmsStageAllocMatrix(Dest->ContextID, 3, 3, (const cmsFloat64Number*)&res, Offset))) goto Error; } if (!cmsPipelineInsertStage(Dest, cmsAT_END, cmsStageDup(Curve2))) goto Error; // If identity on matrix, we can further optimize the curves, so call the join curves routine if (IdentityMat) { OptimizeByJoiningCurves(&Dest, Intent, InputFormat, OutputFormat, dwFlags); } else { _cmsStageToneCurvesData* mpeC1 = (_cmsStageToneCurvesData*) cmsStageData(Curve1); _cmsStageToneCurvesData* mpeC2 = (_cmsStageToneCurvesData*) cmsStageData(Curve2); // In this particular optimization, cache does not help as it takes more time to deal with // the cache than with the pixel handling *dwFlags |= cmsFLAGS_NOCACHE; // Setup the optimizarion routines SetMatShaper(Dest, mpeC1 ->TheCurves, &res, (cmsVEC3*) Offset, mpeC2->TheCurves, OutputFormat); } cmsPipelineFree(Src); *Lut = Dest; return TRUE; Error: // Leave Src unchanged cmsPipelineFree(Dest); return FALSE; } // ------------------------------------------------------------------------------------------------------------------------------------- // Optimization plug-ins // List of optimizations typedef struct _cmsOptimizationCollection_st { _cmsOPToptimizeFn OptimizePtr; struct _cmsOptimizationCollection_st *Next; } _cmsOptimizationCollection; // The built-in list. We currently implement 4 types of optimizations. Joining of curves, matrix-shaper, linearization and resampling static _cmsOptimizationCollection DefaultOptimization[] = { { OptimizeByJoiningCurves, &DefaultOptimization[1] }, { OptimizeMatrixShaper, &DefaultOptimization[2] }, { OptimizeByComputingLinearization, &DefaultOptimization[3] }, { OptimizeByResampling, NULL } }; // The linked list head _cmsOptimizationPluginChunkType _cmsOptimizationPluginChunk = { NULL }; // Duplicates the zone of memory used by the plug-in in the new context static void DupPluginOptimizationList(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src) { _cmsOptimizationPluginChunkType newHead = { NULL }; _cmsOptimizationCollection* entry; _cmsOptimizationCollection* Anterior = NULL; _cmsOptimizationPluginChunkType* head = (_cmsOptimizationPluginChunkType*) src->chunks[OptimizationPlugin]; _cmsAssert(ctx != NULL); _cmsAssert(head != NULL); // Walk the list copying all nodes for (entry = head->OptimizationCollection; entry != NULL; entry = entry ->Next) { _cmsOptimizationCollection *newEntry = ( _cmsOptimizationCollection *) _cmsSubAllocDup(ctx ->MemPool, entry, sizeof(_cmsOptimizationCollection)); if (newEntry == NULL) return; // We want to keep the linked list order, so this is a little bit tricky newEntry -> Next = NULL; if (Anterior) Anterior -> Next = newEntry; Anterior = newEntry; if (newHead.OptimizationCollection == NULL) newHead.OptimizationCollection = newEntry; } ctx ->chunks[OptimizationPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsOptimizationPluginChunkType)); } void _cmsAllocOptimizationPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src) { if (src != NULL) { // Copy all linked list DupPluginOptimizationList(ctx, src); } else { static _cmsOptimizationPluginChunkType OptimizationPluginChunkType = { NULL }; ctx ->chunks[OptimizationPlugin] = _cmsSubAllocDup(ctx ->MemPool, &OptimizationPluginChunkType, sizeof(_cmsOptimizationPluginChunkType)); } } // Register new ways to optimize cmsBool _cmsRegisterOptimizationPlugin(cmsContext ContextID, cmsPluginBase* Data) { cmsPluginOptimization* Plugin = (cmsPluginOptimization*) Data; _cmsOptimizationPluginChunkType* ctx = ( _cmsOptimizationPluginChunkType*) _cmsContextGetClientChunk(ContextID, OptimizationPlugin); _cmsOptimizationCollection* fl; if (Data == NULL) { ctx->OptimizationCollection = NULL; return TRUE; } // Optimizer callback is required if (Plugin ->OptimizePtr == NULL) return FALSE; fl = (_cmsOptimizationCollection*) _cmsPluginMalloc(ContextID, sizeof(_cmsOptimizationCollection)); if (fl == NULL) return FALSE; // Copy the parameters fl ->OptimizePtr = Plugin ->OptimizePtr; // Keep linked list fl ->Next = ctx->OptimizationCollection; // Set the head ctx ->OptimizationCollection = fl; // All is ok return TRUE; } // The entry point for LUT optimization cmsBool CMSEXPORT _cmsOptimizePipeline(cmsContext ContextID, cmsPipeline** PtrLut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) { _cmsOptimizationPluginChunkType* ctx = ( _cmsOptimizationPluginChunkType*) _cmsContextGetClientChunk(ContextID, OptimizationPlugin); _cmsOptimizationCollection* Opts; cmsBool AnySuccess = FALSE; cmsStage* mpe; // A CLUT is being asked, so force this specific optimization if (*dwFlags & cmsFLAGS_FORCE_CLUT) { PreOptimize(*PtrLut); return OptimizeByResampling(PtrLut, Intent, InputFormat, OutputFormat, dwFlags); } // Anything to optimize? if ((*PtrLut) ->Elements == NULL) { _cmsPipelineSetOptimizationParameters(*PtrLut, FastIdentity16, (void*) *PtrLut, NULL, NULL); return TRUE; } // Named color pipelines cannot be optimized for (mpe = cmsPipelineGetPtrToFirstStage(*PtrLut); mpe != NULL; mpe = cmsStageNext(mpe)) { if (cmsStageType(mpe) == cmsSigNamedColorElemType) return FALSE; } // Try to get rid of identities and trivial conversions. AnySuccess = PreOptimize(*PtrLut); // After removal do we end with an identity? if ((*PtrLut) ->Elements == NULL) { _cmsPipelineSetOptimizationParameters(*PtrLut, FastIdentity16, (void*) *PtrLut, NULL, NULL); return TRUE; } // Do not optimize, keep all precision if (*dwFlags & cmsFLAGS_NOOPTIMIZE) return FALSE; // Try plug-in optimizations for (Opts = ctx->OptimizationCollection; Opts != NULL; Opts = Opts ->Next) { // If one schema succeeded, we are done if (Opts ->OptimizePtr(PtrLut, Intent, InputFormat, OutputFormat, dwFlags)) { return TRUE; // Optimized! } } // Try built-in optimizations for (Opts = DefaultOptimization; Opts != NULL; Opts = Opts ->Next) { if (Opts ->OptimizePtr(PtrLut, Intent, InputFormat, OutputFormat, dwFlags)) { return TRUE; } } // Only simple optimizations succeeded return AnySuccess; } lcms2-2.17/src/cmspcs.c0000644000175000017500000006221514752176133013737 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include "lcms2_internal.h" // inter PCS conversions XYZ <-> CIE L* a* b* /* CIE 15:2004 CIELab is defined as: L* = 116*f(Y/Yn) - 16 0 <= L* <= 100 a* = 500*[f(X/Xn) - f(Y/Yn)] b* = 200*[f(Y/Yn) - f(Z/Zn)] and f(t) = t^(1/3) 1 >= t > (24/116)^3 (841/108)*t + (16/116) 0 <= t <= (24/116)^3 Reverse transform is: X = Xn*[a* / 500 + (L* + 16) / 116] ^ 3 if (X/Xn) > (24/116) = Xn*(a* / 500 + L* / 116) / 7.787 if (X/Xn) <= (24/116) PCS in Lab2 is encoded as: 8 bit Lab PCS: L* 0..100 into a 0..ff byte. a* t + 128 range is -128.0 +127.0 b* 16 bit Lab PCS: L* 0..100 into a 0..ff00 word. a* t + 128 range is -128.0 +127.9961 b* Interchange Space Component Actual Range Encoded Range CIE XYZ X 0 -> 1.99997 0x0000 -> 0xffff CIE XYZ Y 0 -> 1.99997 0x0000 -> 0xffff CIE XYZ Z 0 -> 1.99997 0x0000 -> 0xffff Version 2,3 ----------- CIELAB (16 bit) L* 0 -> 100.0 0x0000 -> 0xff00 CIELAB (16 bit) a* -128.0 -> +127.996 0x0000 -> 0x8000 -> 0xffff CIELAB (16 bit) b* -128.0 -> +127.996 0x0000 -> 0x8000 -> 0xffff Version 4 --------- CIELAB (16 bit) L* 0 -> 100.0 0x0000 -> 0xffff CIELAB (16 bit) a* -128.0 -> +127 0x0000 -> 0x8080 -> 0xffff CIELAB (16 bit) b* -128.0 -> +127 0x0000 -> 0x8080 -> 0xffff */ // Conversions void CMSEXPORT cmsXYZ2xyY(cmsCIExyY* Dest, const cmsCIEXYZ* Source) { cmsFloat64Number ISum; ISum = 1./(Source -> X + Source -> Y + Source -> Z); Dest -> x = (Source -> X) * ISum; Dest -> y = (Source -> Y) * ISum; Dest -> Y = Source -> Y; } void CMSEXPORT cmsxyY2XYZ(cmsCIEXYZ* Dest, const cmsCIExyY* Source) { Dest -> X = (Source -> x / Source -> y) * Source -> Y; Dest -> Y = Source -> Y; Dest -> Z = ((1 - Source -> x - Source -> y) / Source -> y) * Source -> Y; } /* The break point (24/116)^3 = (6/29)^3 is a very small amount of tristimulus primary (0.008856). Generally, this only happens for nearly ideal blacks and for some orange / amber colors in transmission mode. For example, the Z value of the orange turn indicator lamp lens on an automobile will often be below this value. But the Z does not contribute to the perceived color directly. */ static cmsFloat64Number f(cmsFloat64Number t) { const cmsFloat64Number Limit = (24.0/116.0) * (24.0/116.0) * (24.0/116.0); if (t <= Limit) return (841.0/108.0) * t + (16.0/116.0); else return pow(t, 1.0/3.0); } static cmsFloat64Number f_1(cmsFloat64Number t) { const cmsFloat64Number Limit = (24.0/116.0); if (t <= Limit) { return (108.0/841.0) * (t - (16.0/116.0)); } return t * t * t; } // Standard XYZ to Lab. it can handle negative XZY numbers in some cases void CMSEXPORT cmsXYZ2Lab(const cmsCIEXYZ* WhitePoint, cmsCIELab* Lab, const cmsCIEXYZ* xyz) { cmsFloat64Number fx, fy, fz; if (WhitePoint == NULL) WhitePoint = cmsD50_XYZ(); fx = f(xyz->X / WhitePoint->X); fy = f(xyz->Y / WhitePoint->Y); fz = f(xyz->Z / WhitePoint->Z); Lab->L = 116.0*fy - 16.0; Lab->a = 500.0*(fx - fy); Lab->b = 200.0*(fy - fz); } // Standard XYZ to Lab. It can return negative XYZ in some cases void CMSEXPORT cmsLab2XYZ(const cmsCIEXYZ* WhitePoint, cmsCIEXYZ* xyz, const cmsCIELab* Lab) { cmsFloat64Number x, y, z; if (WhitePoint == NULL) WhitePoint = cmsD50_XYZ(); y = (Lab-> L + 16.0) / 116.0; x = y + 0.002 * Lab -> a; z = y - 0.005 * Lab -> b; xyz -> X = f_1(x) * WhitePoint -> X; xyz -> Y = f_1(y) * WhitePoint -> Y; xyz -> Z = f_1(z) * WhitePoint -> Z; } static cmsFloat64Number L2float2(cmsUInt16Number v) { return (cmsFloat64Number) v / 652.800; } // the a/b part static cmsFloat64Number ab2float2(cmsUInt16Number v) { return ((cmsFloat64Number) v / 256.0) - 128.0; } static cmsUInt16Number L2Fix2(cmsFloat64Number L) { return _cmsQuickSaturateWord(L * 652.8); } static cmsUInt16Number ab2Fix2(cmsFloat64Number ab) { return _cmsQuickSaturateWord((ab + 128.0) * 256.0); } static cmsFloat64Number L2float4(cmsUInt16Number v) { return (cmsFloat64Number) v / 655.35; } // the a/b part static cmsFloat64Number ab2float4(cmsUInt16Number v) { return ((cmsFloat64Number) v / 257.0) - 128.0; } void CMSEXPORT cmsLabEncoded2FloatV2(cmsCIELab* Lab, const cmsUInt16Number wLab[3]) { Lab->L = L2float2(wLab[0]); Lab->a = ab2float2(wLab[1]); Lab->b = ab2float2(wLab[2]); } void CMSEXPORT cmsLabEncoded2Float(cmsCIELab* Lab, const cmsUInt16Number wLab[3]) { Lab->L = L2float4(wLab[0]); Lab->a = ab2float4(wLab[1]); Lab->b = ab2float4(wLab[2]); } static cmsFloat64Number Clamp_L_doubleV2(cmsFloat64Number L) { const cmsFloat64Number L_max = (cmsFloat64Number) (0xFFFF * 100.0) / 0xFF00; if (L < 0) L = 0; if (L > L_max) L = L_max; return L; } static cmsFloat64Number Clamp_ab_doubleV2(cmsFloat64Number ab) { if (ab < MIN_ENCODEABLE_ab2) ab = MIN_ENCODEABLE_ab2; if (ab > MAX_ENCODEABLE_ab2) ab = MAX_ENCODEABLE_ab2; return ab; } void CMSEXPORT cmsFloat2LabEncodedV2(cmsUInt16Number wLab[3], const cmsCIELab* fLab) { cmsCIELab Lab; Lab.L = Clamp_L_doubleV2(fLab ->L); Lab.a = Clamp_ab_doubleV2(fLab ->a); Lab.b = Clamp_ab_doubleV2(fLab ->b); wLab[0] = L2Fix2(Lab.L); wLab[1] = ab2Fix2(Lab.a); wLab[2] = ab2Fix2(Lab.b); } static cmsFloat64Number Clamp_L_doubleV4(cmsFloat64Number L) { if (L < 0) L = 0; if (L > 100.0) L = 100.0; return L; } static cmsFloat64Number Clamp_ab_doubleV4(cmsFloat64Number ab) { if (ab < MIN_ENCODEABLE_ab4) ab = MIN_ENCODEABLE_ab4; if (ab > MAX_ENCODEABLE_ab4) ab = MAX_ENCODEABLE_ab4; return ab; } static cmsUInt16Number L2Fix4(cmsFloat64Number L) { return _cmsQuickSaturateWord(L * 655.35); } static cmsUInt16Number ab2Fix4(cmsFloat64Number ab) { return _cmsQuickSaturateWord((ab + 128.0) * 257.0); } void CMSEXPORT cmsFloat2LabEncoded(cmsUInt16Number wLab[3], const cmsCIELab* fLab) { cmsCIELab Lab; Lab.L = Clamp_L_doubleV4(fLab ->L); Lab.a = Clamp_ab_doubleV4(fLab ->a); Lab.b = Clamp_ab_doubleV4(fLab ->b); wLab[0] = L2Fix4(Lab.L); wLab[1] = ab2Fix4(Lab.a); wLab[2] = ab2Fix4(Lab.b); } // Auxiliary: convert to Radians static cmsFloat64Number RADIANS(cmsFloat64Number deg) { return (deg * M_PI) / 180.; } // Auxiliary: atan2 but operating in degrees and returning 0 if a==b==0 static cmsFloat64Number atan2deg(cmsFloat64Number a, cmsFloat64Number b) { cmsFloat64Number h; if (a == 0 && b == 0) h = 0; else h = atan2(a, b); h *= (180. / M_PI); while (h > 360.) h -= 360.; while ( h < 0) h += 360.; return h; } // Auxiliary: Square static cmsFloat64Number Sqr(cmsFloat64Number v) { return v * v; } // From cylindrical coordinates. No check is performed, then negative values are allowed void CMSEXPORT cmsLab2LCh(cmsCIELCh* LCh, const cmsCIELab* Lab) { LCh -> L = Lab -> L; LCh -> C = pow(Sqr(Lab ->a) + Sqr(Lab ->b), 0.5); LCh -> h = atan2deg(Lab ->b, Lab ->a); } // To cylindrical coordinates. No check is performed, then negative values are allowed void CMSEXPORT cmsLCh2Lab(cmsCIELab* Lab, const cmsCIELCh* LCh) { cmsFloat64Number h = (LCh -> h * M_PI) / 180.0; Lab -> L = LCh -> L; Lab -> a = LCh -> C * cos(h); Lab -> b = LCh -> C * sin(h); } // In XYZ All 3 components are encoded using 1.15 fixed point static cmsUInt16Number XYZ2Fix(cmsFloat64Number d) { return _cmsQuickSaturateWord(d * 32768.0); } void CMSEXPORT cmsFloat2XYZEncoded(cmsUInt16Number XYZ[3], const cmsCIEXYZ* fXYZ) { cmsCIEXYZ xyz; xyz.X = fXYZ -> X; xyz.Y = fXYZ -> Y; xyz.Z = fXYZ -> Z; // Clamp to encodeable values. if (xyz.Y <= 0) { xyz.X = 0; xyz.Y = 0; xyz.Z = 0; } if (xyz.X > MAX_ENCODEABLE_XYZ) xyz.X = MAX_ENCODEABLE_XYZ; if (xyz.X < 0) xyz.X = 0; if (xyz.Y > MAX_ENCODEABLE_XYZ) xyz.Y = MAX_ENCODEABLE_XYZ; if (xyz.Y < 0) xyz.Y = 0; if (xyz.Z > MAX_ENCODEABLE_XYZ) xyz.Z = MAX_ENCODEABLE_XYZ; if (xyz.Z < 0) xyz.Z = 0; XYZ[0] = XYZ2Fix(xyz.X); XYZ[1] = XYZ2Fix(xyz.Y); XYZ[2] = XYZ2Fix(xyz.Z); } // To convert from Fixed 1.15 point to cmsFloat64Number static cmsFloat64Number XYZ2float(cmsUInt16Number v) { cmsS15Fixed16Number fix32; // From 1.15 to 15.16 fix32 = v << 1; // From fixed 15.16 to cmsFloat64Number return _cms15Fixed16toDouble(fix32); } void CMSEXPORT cmsXYZEncoded2Float(cmsCIEXYZ* fXYZ, const cmsUInt16Number XYZ[3]) { fXYZ -> X = XYZ2float(XYZ[0]); fXYZ -> Y = XYZ2float(XYZ[1]); fXYZ -> Z = XYZ2float(XYZ[2]); } // Returns dE on two Lab values cmsFloat64Number CMSEXPORT cmsDeltaE(const cmsCIELab* Lab1, const cmsCIELab* Lab2) { cmsFloat64Number dL, da, db; dL = fabs(Lab1 -> L - Lab2 -> L); da = fabs(Lab1 -> a - Lab2 -> a); db = fabs(Lab1 -> b - Lab2 -> b); return pow(Sqr(dL) + Sqr(da) + Sqr(db), 0.5); } // Return the CIE94 Delta E cmsFloat64Number CMSEXPORT cmsCIE94DeltaE(const cmsCIELab* Lab1, const cmsCIELab* Lab2) { cmsCIELCh LCh1, LCh2; cmsFloat64Number dE, dL, dC, dh, dhsq; cmsFloat64Number c12, sc, sh; dL = fabs(Lab1 ->L - Lab2 ->L); cmsLab2LCh(&LCh1, Lab1); cmsLab2LCh(&LCh2, Lab2); dC = fabs(LCh1.C - LCh2.C); dE = cmsDeltaE(Lab1, Lab2); dhsq = Sqr(dE) - Sqr(dL) - Sqr(dC); if (dhsq < 0) dh = 0; else dh = pow(dhsq, 0.5); c12 = sqrt(LCh1.C * LCh2.C); sc = 1.0 + (0.048 * c12); sh = 1.0 + (0.014 * c12); return sqrt(Sqr(dL) + Sqr(dC) / Sqr(sc) + Sqr(dh) / Sqr(sh)); } // Auxiliary static cmsFloat64Number ComputeLBFD(const cmsCIELab* Lab) { cmsFloat64Number yt; if (Lab->L > 7.996969) yt = (Sqr((Lab->L+16)/116)*((Lab->L+16)/116))*100; else yt = 100 * (Lab->L / 903.3); return (54.6 * (M_LOG10E * (log(yt + 1.5))) - 9.6); } // bfd - gets BFD(1:1) difference between Lab1, Lab2 cmsFloat64Number CMSEXPORT cmsBFDdeltaE(const cmsCIELab* Lab1, const cmsCIELab* Lab2) { cmsFloat64Number lbfd1,lbfd2,AveC,Aveh,dE,deltaL, deltaC,deltah,dc,t,g,dh,rh,rc,rt,bfd; cmsCIELCh LCh1, LCh2; lbfd1 = ComputeLBFD(Lab1); lbfd2 = ComputeLBFD(Lab2); deltaL = lbfd2 - lbfd1; cmsLab2LCh(&LCh1, Lab1); cmsLab2LCh(&LCh2, Lab2); deltaC = LCh2.C - LCh1.C; AveC = (LCh1.C+LCh2.C)/2; Aveh = (LCh1.h+LCh2.h)/2; dE = cmsDeltaE(Lab1, Lab2); if (Sqr(dE)>(Sqr(Lab2->L-Lab1->L)+Sqr(deltaC))) deltah = sqrt(Sqr(dE)-Sqr(Lab2->L-Lab1->L)-Sqr(deltaC)); else deltah =0; dc = 0.035 * AveC / (1 + 0.00365 * AveC)+0.521; g = sqrt(Sqr(Sqr(AveC))/(Sqr(Sqr(AveC))+14000)); t = 0.627+(0.055*cos((Aveh-254)/(180/M_PI))- 0.040*cos((2*Aveh-136)/(180/M_PI))+ 0.070*cos((3*Aveh-31)/(180/M_PI))+ 0.049*cos((4*Aveh+114)/(180/M_PI))- 0.015*cos((5*Aveh-103)/(180/M_PI))); dh = dc*(g*t+1-g); rh = -0.260*cos((Aveh-308)/(180/M_PI))- 0.379*cos((2*Aveh-160)/(180/M_PI))- 0.636*cos((3*Aveh+254)/(180/M_PI))+ 0.226*cos((4*Aveh+140)/(180/M_PI))- 0.194*cos((5*Aveh+280)/(180/M_PI)); rc = sqrt((AveC*AveC*AveC*AveC*AveC*AveC)/((AveC*AveC*AveC*AveC*AveC*AveC)+70000000)); rt = rh*rc; bfd = sqrt(Sqr(deltaL)+Sqr(deltaC/dc)+Sqr(deltah/dh)+(rt*(deltaC/dc)*(deltah/dh))); return bfd; } // cmc - CMC(l:c) difference between Lab1, Lab2 cmsFloat64Number CMSEXPORT cmsCMCdeltaE(const cmsCIELab* Lab1, const cmsCIELab* Lab2, cmsFloat64Number l, cmsFloat64Number c) { cmsFloat64Number dE,dL,dC,dh,sl,sc,sh,t,f,cmc; cmsCIELCh LCh1, LCh2; if (Lab1 ->L == 0 && Lab2 ->L == 0) return 0; cmsLab2LCh(&LCh1, Lab1); cmsLab2LCh(&LCh2, Lab2); dL = Lab2->L-Lab1->L; dC = LCh2.C-LCh1.C; dE = cmsDeltaE(Lab1, Lab2); if (Sqr(dE)>(Sqr(dL)+Sqr(dC))) dh = sqrt(Sqr(dE)-Sqr(dL)-Sqr(dC)); else dh =0; if ((LCh1.h > 164) && (LCh1.h < 345)) t = 0.56 + fabs(0.2 * cos(((LCh1.h + 168)/(180/M_PI)))); else t = 0.36 + fabs(0.4 * cos(((LCh1.h + 35 )/(180/M_PI)))); sc = 0.0638 * LCh1.C / (1 + 0.0131 * LCh1.C) + 0.638; sl = 0.040975 * Lab1->L /(1 + 0.01765 * Lab1->L); if (Lab1->L<16) sl = 0.511; f = sqrt((LCh1.C * LCh1.C * LCh1.C * LCh1.C)/((LCh1.C * LCh1.C * LCh1.C * LCh1.C)+1900)); sh = sc*(t*f+1-f); cmc = sqrt(Sqr(dL/(l*sl))+Sqr(dC/(c*sc))+Sqr(dh/sh)); return cmc; } // dE2000 The weightings KL, KC and KH can be modified to reflect the relative // importance of lightness, chroma and hue in different industrial applications cmsFloat64Number CMSEXPORT cmsCIE2000DeltaE(const cmsCIELab* Lab1, const cmsCIELab* Lab2, cmsFloat64Number Kl, cmsFloat64Number Kc, cmsFloat64Number Kh) { cmsFloat64Number L1 = Lab1->L; cmsFloat64Number a1 = Lab1->a; cmsFloat64Number b1 = Lab1->b; cmsFloat64Number C = sqrt( Sqr(a1) + Sqr(b1) ); cmsFloat64Number Ls = Lab2 ->L; cmsFloat64Number as = Lab2 ->a; cmsFloat64Number bs = Lab2 ->b; cmsFloat64Number Cs = sqrt( Sqr(as) + Sqr(bs) ); cmsFloat64Number G = 0.5 * ( 1 - sqrt(pow((C + Cs) / 2 , 7.0) / (pow((C + Cs) / 2, 7.0) + pow(25.0, 7.0) ) )); cmsFloat64Number a_p = (1 + G ) * a1; cmsFloat64Number b_p = b1; cmsFloat64Number C_p = sqrt( Sqr(a_p) + Sqr(b_p)); cmsFloat64Number h_p = atan2deg(b_p, a_p); cmsFloat64Number a_ps = (1 + G) * as; cmsFloat64Number b_ps = bs; cmsFloat64Number C_ps = sqrt(Sqr(a_ps) + Sqr(b_ps)); cmsFloat64Number h_ps = atan2deg(b_ps, a_ps); cmsFloat64Number meanC_p =(C_p + C_ps) / 2; cmsFloat64Number hps_plus_hp = h_ps + h_p; cmsFloat64Number hps_minus_hp = h_ps - h_p; cmsFloat64Number meanh_p = fabs(hps_minus_hp) <= 180.000001 ? (hps_plus_hp)/2 : (hps_plus_hp) < 360 ? (hps_plus_hp + 360)/2 : (hps_plus_hp - 360)/2; cmsFloat64Number delta_h = (hps_minus_hp) <= -180.000001 ? (hps_minus_hp + 360) : (hps_minus_hp) > 180 ? (hps_minus_hp - 360) : (hps_minus_hp); cmsFloat64Number delta_L = (Ls - L1); cmsFloat64Number delta_C = (C_ps - C_p ); cmsFloat64Number delta_H =2 * sqrt(C_ps*C_p) * sin(RADIANS(delta_h) / 2); cmsFloat64Number T = 1 - 0.17 * cos(RADIANS(meanh_p-30)) + 0.24 * cos(RADIANS(2*meanh_p)) + 0.32 * cos(RADIANS(3*meanh_p + 6)) - 0.2 * cos(RADIANS(4*meanh_p - 63)); cmsFloat64Number Sl = 1 + (0.015 * Sqr((Ls + L1) /2- 50) )/ sqrt(20 + Sqr( (Ls+L1)/2 - 50) ); cmsFloat64Number Sc = 1 + 0.045 * (C_p + C_ps)/2; cmsFloat64Number Sh = 1 + 0.015 * ((C_ps + C_p)/2) * T; cmsFloat64Number delta_ro = 30 * exp( -Sqr(((meanh_p - 275 ) / 25))); cmsFloat64Number Rc = 2 * sqrt(( pow(meanC_p, 7.0) )/( pow(meanC_p, 7.0) + pow(25.0, 7.0))); cmsFloat64Number Rt = -sin(2 * RADIANS(delta_ro)) * Rc; cmsFloat64Number deltaE00 = sqrt( Sqr(delta_L /(Sl * Kl)) + Sqr(delta_C/(Sc * Kc)) + Sqr(delta_H/(Sh * Kh)) + Rt*(delta_C/(Sc * Kc)) * (delta_H / (Sh * Kh))); return deltaE00; } // This function returns a number of gridpoints to be used as LUT table. It assumes same number // of gripdpoints in all dimensions. Flags may override the choice. cmsUInt32Number CMSEXPORT _cmsReasonableGridpointsByColorspace(cmsColorSpaceSignature Colorspace, cmsUInt32Number dwFlags) { cmsUInt32Number nChannels; // Already specified? if (dwFlags & 0x00FF0000) { // Yes, grab'em return (dwFlags >> 16) & 0xFF; } nChannels = cmsChannelsOf(Colorspace); // HighResPrecalc is maximum resolution if (dwFlags & cmsFLAGS_HIGHRESPRECALC) { if (nChannels > 4) return 7; // 7 for Hifi if (nChannels == 4) // 23 for CMYK return 23; return 49; // 49 for RGB and others } // LowResPrecal is lower resolution if (dwFlags & cmsFLAGS_LOWRESPRECALC) { if (nChannels > 4) return 6; // 6 for more than 4 channels if (nChannels == 1) return 33; // For monochrome return 17; // 17 for remaining } // Default values if (nChannels > 4) return 7; // 7 for Hifi if (nChannels == 4) return 17; // 17 for CMYK return 33; // 33 for RGB } cmsBool _cmsEndPointsBySpace(cmsColorSpaceSignature Space, cmsUInt16Number **White, cmsUInt16Number **Black, cmsUInt32Number *nOutputs) { // Only most common spaces static cmsUInt16Number RGBblack[4] = { 0, 0, 0 }; static cmsUInt16Number RGBwhite[4] = { 0xffff, 0xffff, 0xffff }; static cmsUInt16Number CMYKblack[4] = { 0xffff, 0xffff, 0xffff, 0xffff }; // 400% of ink static cmsUInt16Number CMYKwhite[4] = { 0, 0, 0, 0 }; static cmsUInt16Number LABblack[4] = { 0, 0x8080, 0x8080 }; // V4 Lab encoding static cmsUInt16Number LABwhite[4] = { 0xFFFF, 0x8080, 0x8080 }; static cmsUInt16Number CMYblack[4] = { 0xffff, 0xffff, 0xffff }; static cmsUInt16Number CMYwhite[4] = { 0, 0, 0 }; static cmsUInt16Number Grayblack[4] = { 0 }; static cmsUInt16Number GrayWhite[4] = { 0xffff }; switch (Space) { case cmsSigGrayData: if (White) *White = GrayWhite; if (Black) *Black = Grayblack; if (nOutputs) *nOutputs = 1; return TRUE; case cmsSigRgbData: if (White) *White = RGBwhite; if (Black) *Black = RGBblack; if (nOutputs) *nOutputs = 3; return TRUE; case cmsSigLabData: if (White) *White = LABwhite; if (Black) *Black = LABblack; if (nOutputs) *nOutputs = 3; return TRUE; case cmsSigCmykData: if (White) *White = CMYKwhite; if (Black) *Black = CMYKblack; if (nOutputs) *nOutputs = 4; return TRUE; case cmsSigCmyData: if (White) *White = CMYwhite; if (Black) *Black = CMYblack; if (nOutputs) *nOutputs = 3; return TRUE; default:; } return FALSE; } // Several utilities ------------------------------------------------------- // Translate from our colorspace to ICC representation cmsColorSpaceSignature CMSEXPORT _cmsICCcolorSpace(int OurNotation) { switch (OurNotation) { case 1: case PT_GRAY: return cmsSigGrayData; case 2: case PT_RGB: return cmsSigRgbData; case PT_CMY: return cmsSigCmyData; case PT_CMYK: return cmsSigCmykData; case PT_YCbCr:return cmsSigYCbCrData; case PT_YUV: return cmsSigLuvData; case PT_XYZ: return cmsSigXYZData; case PT_LabV2: case PT_Lab: return cmsSigLabData; case PT_YUVK: return cmsSigLuvKData; case PT_HSV: return cmsSigHsvData; case PT_HLS: return cmsSigHlsData; case PT_Yxy: return cmsSigYxyData; case PT_MCH1: return cmsSigMCH1Data; case PT_MCH2: return cmsSigMCH2Data; case PT_MCH3: return cmsSigMCH3Data; case PT_MCH4: return cmsSigMCH4Data; case PT_MCH5: return cmsSigMCH5Data; case PT_MCH6: return cmsSigMCH6Data; case PT_MCH7: return cmsSigMCH7Data; case PT_MCH8: return cmsSigMCH8Data; case PT_MCH9: return cmsSigMCH9Data; case PT_MCH10: return cmsSigMCHAData; case PT_MCH11: return cmsSigMCHBData; case PT_MCH12: return cmsSigMCHCData; case PT_MCH13: return cmsSigMCHDData; case PT_MCH14: return cmsSigMCHEData; case PT_MCH15: return cmsSigMCHFData; default: return (cmsColorSpaceSignature) 0; } } int CMSEXPORT _cmsLCMScolorSpace(cmsColorSpaceSignature ProfileSpace) { switch (ProfileSpace) { case cmsSigGrayData: return PT_GRAY; case cmsSigRgbData: return PT_RGB; case cmsSigCmyData: return PT_CMY; case cmsSigCmykData: return PT_CMYK; case cmsSigYCbCrData:return PT_YCbCr; case cmsSigLuvData: return PT_YUV; case cmsSigXYZData: return PT_XYZ; case cmsSigLabData: return PT_Lab; case cmsSigLuvKData: return PT_YUVK; case cmsSigHsvData: return PT_HSV; case cmsSigHlsData: return PT_HLS; case cmsSigYxyData: return PT_Yxy; case cmsSig1colorData: case cmsSigMCH1Data: return PT_MCH1; case cmsSig2colorData: case cmsSigMCH2Data: return PT_MCH2; case cmsSig3colorData: case cmsSigMCH3Data: return PT_MCH3; case cmsSig4colorData: case cmsSigMCH4Data: return PT_MCH4; case cmsSig5colorData: case cmsSigMCH5Data: return PT_MCH5; case cmsSig6colorData: case cmsSigMCH6Data: return PT_MCH6; case cmsSigMCH7Data: case cmsSig7colorData:return PT_MCH7; case cmsSigMCH8Data: case cmsSig8colorData:return PT_MCH8; case cmsSigMCH9Data: case cmsSig9colorData:return PT_MCH9; case cmsSigMCHAData: case cmsSig10colorData:return PT_MCH10; case cmsSigMCHBData: case cmsSig11colorData:return PT_MCH11; case cmsSigMCHCData: case cmsSig12colorData:return PT_MCH12; case cmsSigMCHDData: case cmsSig13colorData:return PT_MCH13; case cmsSigMCHEData: case cmsSig14colorData:return PT_MCH14; case cmsSigMCHFData: case cmsSig15colorData:return PT_MCH15; default: return (cmsColorSpaceSignature) 0; } } cmsInt32Number CMSEXPORT cmsChannelsOfColorSpace(cmsColorSpaceSignature ColorSpace) { switch (ColorSpace) { case cmsSigMCH1Data: case cmsSig1colorData: case cmsSigGrayData: return 1; case cmsSigMCH2Data: case cmsSig2colorData: return 2; case cmsSigXYZData: case cmsSigLabData: case cmsSigLuvData: case cmsSigYCbCrData: case cmsSigYxyData: case cmsSigRgbData: case cmsSigHsvData: case cmsSigHlsData: case cmsSigCmyData: case cmsSigMCH3Data: case cmsSig3colorData: return 3; case cmsSigLuvKData: case cmsSigCmykData: case cmsSigMCH4Data: case cmsSig4colorData: return 4; case cmsSigMCH5Data: case cmsSig5colorData: return 5; case cmsSigMCH6Data: case cmsSig6colorData: return 6; case cmsSigMCH7Data: case cmsSig7colorData: return 7; case cmsSigMCH8Data: case cmsSig8colorData: return 8; case cmsSigMCH9Data: case cmsSig9colorData: return 9; case cmsSigMCHAData: case cmsSig10colorData: return 10; case cmsSigMCHBData: case cmsSig11colorData: return 11; case cmsSigMCHCData: case cmsSig12colorData: return 12; case cmsSigMCHDData: case cmsSig13colorData: return 13; case cmsSigMCHEData: case cmsSig14colorData: return 14; case cmsSigMCHFData: case cmsSig15colorData: return 15; default: return -1; } } /** * DEPRECATED: Provided for compatibility only */ cmsUInt32Number CMSEXPORT cmsChannelsOf(cmsColorSpaceSignature ColorSpace) { int n = cmsChannelsOfColorSpace(ColorSpace); if (n < 0) return 3; return (cmsUInt32Number)n; }lcms2-2.17/src/cmssamp.c0000644000175000017500000004310714752176133014111 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include "lcms2_internal.h" #define cmsmin(a, b) (((a) < (b)) ? (a) : (b)) #define cmsmax(a, b) (((a) > (b)) ? (a) : (b)) // This file contains routines for resampling and LUT optimization, black point detection // and black preservation. // Black point detection ------------------------------------------------------------------------- // PCS -> PCS round trip transform, always uses relative intent on the device -> pcs static cmsHTRANSFORM CreateRoundtripXForm(cmsHPROFILE hProfile, cmsUInt32Number nIntent) { cmsContext ContextID = cmsGetProfileContextID(hProfile); cmsHPROFILE hLab = cmsCreateLab4ProfileTHR(ContextID, NULL); cmsHTRANSFORM xform; cmsBool BPC[4] = { FALSE, FALSE, FALSE, FALSE }; cmsFloat64Number States[4] = { 1.0, 1.0, 1.0, 1.0 }; cmsHPROFILE hProfiles[4]; cmsUInt32Number Intents[4]; hProfiles[0] = hLab; hProfiles[1] = hProfile; hProfiles[2] = hProfile; hProfiles[3] = hLab; Intents[0] = INTENT_RELATIVE_COLORIMETRIC; Intents[1] = nIntent; Intents[2] = INTENT_RELATIVE_COLORIMETRIC; Intents[3] = INTENT_RELATIVE_COLORIMETRIC; xform = cmsCreateExtendedTransform(ContextID, 4, hProfiles, BPC, Intents, States, NULL, 0, TYPE_Lab_DBL, TYPE_Lab_DBL, cmsFLAGS_NOCACHE|cmsFLAGS_NOOPTIMIZE); cmsCloseProfile(hLab); return xform; } // Use darker colorants to obtain black point. This works in the relative colorimetric intent and // assumes more ink results in darker colors. No ink limit is assumed. static cmsBool BlackPointAsDarkerColorant(cmsHPROFILE hInput, cmsUInt32Number Intent, cmsCIEXYZ* BlackPoint, cmsUInt32Number dwFlags) { cmsUInt16Number *Black; cmsHTRANSFORM xform; cmsColorSpaceSignature Space; cmsUInt32Number nChannels; cmsUInt32Number dwFormat; cmsHPROFILE hLab; cmsCIELab Lab; cmsCIEXYZ BlackXYZ; cmsContext ContextID = cmsGetProfileContextID(hInput); // If the profile does not support input direction, assume Black point 0 if (!cmsIsIntentSupported(hInput, Intent, LCMS_USED_AS_INPUT)) { BlackPoint -> X = BlackPoint ->Y = BlackPoint -> Z = 0.0; return FALSE; } // Create a formatter which has n channels and no floating point dwFormat = cmsFormatterForColorspaceOfProfile(hInput, 2, FALSE); // Try to get black by using black colorant Space = cmsGetColorSpace(hInput); // This function returns darker colorant in 16 bits for several spaces if (!_cmsEndPointsBySpace(Space, NULL, &Black, &nChannels)) { BlackPoint -> X = BlackPoint ->Y = BlackPoint -> Z = 0.0; return FALSE; } if (nChannels != T_CHANNELS(dwFormat)) { BlackPoint -> X = BlackPoint ->Y = BlackPoint -> Z = 0.0; return FALSE; } // Lab will be used as the output space, but lab2 will avoid recursion hLab = cmsCreateLab2ProfileTHR(ContextID, NULL); if (hLab == NULL) { BlackPoint -> X = BlackPoint ->Y = BlackPoint -> Z = 0.0; return FALSE; } // Create the transform xform = cmsCreateTransformTHR(ContextID, hInput, dwFormat, hLab, TYPE_Lab_DBL, Intent, cmsFLAGS_NOOPTIMIZE|cmsFLAGS_NOCACHE); cmsCloseProfile(hLab); if (xform == NULL) { // Something went wrong. Get rid of open resources and return zero as black BlackPoint -> X = BlackPoint ->Y = BlackPoint -> Z = 0.0; return FALSE; } // Convert black to Lab cmsDoTransform(xform, Black, &Lab, 1); // Force it to be neutral, check for inconsistencies Lab.a = Lab.b = 0; if (Lab.L > 50 || Lab.L < 0) Lab.L = 0; // Free the resources cmsDeleteTransform(xform); // Convert from Lab (which is now clipped) to XYZ. cmsLab2XYZ(NULL, &BlackXYZ, &Lab); if (BlackPoint != NULL) *BlackPoint = BlackXYZ; return TRUE; cmsUNUSED_PARAMETER(dwFlags); } // Get a black point of output CMYK profile, discounting any ink-limiting embedded // in the profile. For doing that, we use perceptual intent in input direction: // Lab (0, 0, 0) -> [Perceptual] Profile -> CMYK -> [Rel. colorimetric] Profile -> Lab static cmsBool BlackPointUsingPerceptualBlack(cmsCIEXYZ* BlackPoint, cmsHPROFILE hProfile) { cmsHTRANSFORM hRoundTrip; cmsCIELab LabIn, LabOut; cmsCIEXYZ BlackXYZ; // Is the intent supported by the profile? if (!cmsIsIntentSupported(hProfile, INTENT_PERCEPTUAL, LCMS_USED_AS_INPUT)) { BlackPoint -> X = BlackPoint ->Y = BlackPoint -> Z = 0.0; return TRUE; } hRoundTrip = CreateRoundtripXForm(hProfile, INTENT_PERCEPTUAL); if (hRoundTrip == NULL) { BlackPoint -> X = BlackPoint ->Y = BlackPoint -> Z = 0.0; return FALSE; } LabIn.L = LabIn.a = LabIn.b = 0; cmsDoTransform(hRoundTrip, &LabIn, &LabOut, 1); // Clip Lab to reasonable limits if (LabOut.L > 50) LabOut.L = 50; LabOut.a = LabOut.b = 0; cmsDeleteTransform(hRoundTrip); // Convert it to XYZ cmsLab2XYZ(NULL, &BlackXYZ, &LabOut); if (BlackPoint != NULL) *BlackPoint = BlackXYZ; return TRUE; } // This function shouldn't exist at all -- there is such quantity of broken // profiles on black point tag, that we must somehow fix chromaticity to // avoid huge tint when doing Black point compensation. This function does // just that. There is a special flag for using black point tag, but turned // off by default because it is bogus on most profiles. The detection algorithm // involves to turn BP to neutral and to use only L component. cmsBool CMSEXPORT cmsDetectBlackPoint(cmsCIEXYZ* BlackPoint, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags) { cmsProfileClassSignature devClass; // Make sure the device class is adequate devClass = cmsGetDeviceClass(hProfile); if (devClass == cmsSigLinkClass || devClass == cmsSigAbstractClass || devClass == cmsSigNamedColorClass) { BlackPoint -> X = BlackPoint ->Y = BlackPoint -> Z = 0.0; return FALSE; } // Make sure intent is adequate if (Intent != INTENT_PERCEPTUAL && Intent != INTENT_RELATIVE_COLORIMETRIC && Intent != INTENT_SATURATION) { BlackPoint -> X = BlackPoint ->Y = BlackPoint -> Z = 0.0; return FALSE; } // v4 + perceptual & saturation intents does have its own black point, and it is // well specified enough to use it. Black point tag is deprecated in V4. if ((cmsGetEncodedICCversion(hProfile) >= 0x4000000) && (Intent == INTENT_PERCEPTUAL || Intent == INTENT_SATURATION)) { // Matrix shaper share MRC & perceptual intents if (cmsIsMatrixShaper(hProfile)) return BlackPointAsDarkerColorant(hProfile, INTENT_RELATIVE_COLORIMETRIC, BlackPoint, 0); // Get Perceptual black out of v4 profiles. That is fixed for perceptual & saturation intents BlackPoint -> X = cmsPERCEPTUAL_BLACK_X; BlackPoint -> Y = cmsPERCEPTUAL_BLACK_Y; BlackPoint -> Z = cmsPERCEPTUAL_BLACK_Z; return TRUE; } #ifdef CMS_USE_PROFILE_BLACK_POINT_TAG // v2, v4 rel/abs colorimetric if (cmsIsTag(hProfile, cmsSigMediaBlackPointTag) && Intent == INTENT_RELATIVE_COLORIMETRIC) { cmsCIEXYZ *BlackPtr, BlackXYZ, UntrustedBlackPoint, TrustedBlackPoint, MediaWhite; cmsCIELab Lab; // If black point is specified, then use it, BlackPtr = cmsReadTag(hProfile, cmsSigMediaBlackPointTag); if (BlackPtr != NULL) { BlackXYZ = *BlackPtr; _cmsReadMediaWhitePoint(&MediaWhite, hProfile); // Black point is absolute XYZ, so adapt to D50 to get PCS value cmsAdaptToIlluminant(&UntrustedBlackPoint, &MediaWhite, cmsD50_XYZ(), &BlackXYZ); // Force a=b=0 to get rid of any chroma cmsXYZ2Lab(NULL, &Lab, &UntrustedBlackPoint); Lab.a = Lab.b = 0; if (Lab.L > 50) Lab.L = 50; // Clip to L* <= 50 cmsLab2XYZ(NULL, &TrustedBlackPoint, &Lab); if (BlackPoint != NULL) *BlackPoint = TrustedBlackPoint; return TRUE; } } #endif // That is about v2 profiles. // If output profile, discount ink-limiting and that's all if (Intent == INTENT_RELATIVE_COLORIMETRIC && (cmsGetDeviceClass(hProfile) == cmsSigOutputClass) && (cmsGetColorSpace(hProfile) == cmsSigCmykData)) return BlackPointUsingPerceptualBlack(BlackPoint, hProfile); // Nope, compute BP using current intent. return BlackPointAsDarkerColorant(hProfile, Intent, BlackPoint, dwFlags); } // --------------------------------------------------------------------------------------------------------- // Least Squares Fit of a Quadratic Curve to Data // http://www.personal.psu.edu/jhm/f90/lectures/lsq2.html static cmsFloat64Number RootOfLeastSquaresFitQuadraticCurve(int n, cmsFloat64Number x[], cmsFloat64Number y[]) { double sum_x = 0, sum_x2 = 0, sum_x3 = 0, sum_x4 = 0; double sum_y = 0, sum_yx = 0, sum_yx2 = 0; double d, a, b, c; int i; cmsMAT3 m; cmsVEC3 v, res; if (n < 4) return 0; for (i=0; i < n; i++) { double xn = x[i]; double yn = y[i]; sum_x += xn; sum_x2 += xn*xn; sum_x3 += xn*xn*xn; sum_x4 += xn*xn*xn*xn; sum_y += yn; sum_yx += yn*xn; sum_yx2 += yn*xn*xn; } _cmsVEC3init(&m.v[0], n, sum_x, sum_x2); _cmsVEC3init(&m.v[1], sum_x, sum_x2, sum_x3); _cmsVEC3init(&m.v[2], sum_x2, sum_x3, sum_x4); _cmsVEC3init(&v, sum_y, sum_yx, sum_yx2); if (!_cmsMAT3solve(&res, &m, &v)) return 0; a = res.n[2]; b = res.n[1]; c = res.n[0]; if (fabs(a) < 1.0E-10) { if (fabs(b) < 1.0E-10) return 0; return cmsmin(0, cmsmax(50, -c/b )); } else { d = b*b - 4.0 * a * c; if (d <= 0) { return 0; } else { double rt; if (fabs(a) < 1.0E-10) return 0; rt = (-b + sqrt(d)) / (2.0 * a); return cmsmax(0, cmsmin(50, rt)); } } } // Calculates the black point of a destination profile. // This algorithm comes from the Adobe paper disclosing its black point compensation method. cmsBool CMSEXPORT cmsDetectDestinationBlackPoint(cmsCIEXYZ* BlackPoint, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags) { cmsColorSpaceSignature ColorSpace; cmsHTRANSFORM hRoundTrip = NULL; cmsCIELab InitialLab, destLab, Lab; cmsFloat64Number inRamp[256], outRamp[256]; cmsFloat64Number MinL, MaxL; cmsBool NearlyStraightMidrange = TRUE; cmsFloat64Number yRamp[256]; cmsFloat64Number x[256], y[256]; cmsFloat64Number lo, hi; int n, l; cmsProfileClassSignature devClass; // Make sure the device class is adequate devClass = cmsGetDeviceClass(hProfile); if (devClass == cmsSigLinkClass || devClass == cmsSigAbstractClass || devClass == cmsSigNamedColorClass) { BlackPoint -> X = BlackPoint ->Y = BlackPoint -> Z = 0.0; return FALSE; } // Make sure intent is adequate if (Intent != INTENT_PERCEPTUAL && Intent != INTENT_RELATIVE_COLORIMETRIC && Intent != INTENT_SATURATION) { BlackPoint -> X = BlackPoint ->Y = BlackPoint -> Z = 0.0; return FALSE; } // v4 + perceptual & saturation intents does have its own black point, and it is // well specified enough to use it. Black point tag is deprecated in V4. if ((cmsGetEncodedICCversion(hProfile) >= 0x4000000) && (Intent == INTENT_PERCEPTUAL || Intent == INTENT_SATURATION)) { // Matrix shaper share MRC & perceptual intents if (cmsIsMatrixShaper(hProfile)) return BlackPointAsDarkerColorant(hProfile, INTENT_RELATIVE_COLORIMETRIC, BlackPoint, 0); // Get Perceptual black out of v4 profiles. That is fixed for perceptual & saturation intents BlackPoint -> X = cmsPERCEPTUAL_BLACK_X; BlackPoint -> Y = cmsPERCEPTUAL_BLACK_Y; BlackPoint -> Z = cmsPERCEPTUAL_BLACK_Z; return TRUE; } // Check if the profile is lut based and gray, rgb or cmyk (7.2 in Adobe's document) ColorSpace = cmsGetColorSpace(hProfile); if (!cmsIsCLUT(hProfile, Intent, LCMS_USED_AS_OUTPUT ) || (ColorSpace != cmsSigGrayData && ColorSpace != cmsSigRgbData && ColorSpace != cmsSigCmykData)) { // In this case, handle as input case return cmsDetectBlackPoint(BlackPoint, hProfile, Intent, dwFlags); } // It is one of the valid cases!, use Adobe algorithm // Set a first guess, that should work on good profiles. if (Intent == INTENT_RELATIVE_COLORIMETRIC) { cmsCIEXYZ IniXYZ; // calculate initial Lab as source black point if (!cmsDetectBlackPoint(&IniXYZ, hProfile, Intent, dwFlags)) { return FALSE; } // convert the XYZ to lab cmsXYZ2Lab(NULL, &InitialLab, &IniXYZ); } else { // set the initial Lab to zero, that should be the black point for perceptual and saturation InitialLab.L = 0; InitialLab.a = 0; InitialLab.b = 0; } // Step 2 // ====== // Create a roundtrip. Define a Transform BT for all x in L*a*b* hRoundTrip = CreateRoundtripXForm(hProfile, Intent); if (hRoundTrip == NULL) return FALSE; // Compute ramps for (l=0; l < 256; l++) { Lab.L = (cmsFloat64Number) (l * 100.0) / 255.0; Lab.a = cmsmin(50, cmsmax(-50, InitialLab.a)); Lab.b = cmsmin(50, cmsmax(-50, InitialLab.b)); cmsDoTransform(hRoundTrip, &Lab, &destLab, 1); inRamp[l] = Lab.L; outRamp[l] = destLab.L; } // Make monotonic for (l = 254; l > 0; --l) { outRamp[l] = cmsmin(outRamp[l], outRamp[l+1]); } // Check if (! (outRamp[0] < outRamp[255])) { cmsDeleteTransform(hRoundTrip); BlackPoint -> X = BlackPoint ->Y = BlackPoint -> Z = 0.0; return FALSE; } // Test for mid range straight (only on relative colorimetric) NearlyStraightMidrange = TRUE; MinL = outRamp[0]; MaxL = outRamp[255]; if (Intent == INTENT_RELATIVE_COLORIMETRIC) { for (l=0; l < 256; l++) { if (! ((inRamp[l] <= MinL + 0.2 * (MaxL - MinL) ) || (fabs(inRamp[l] - outRamp[l]) < 4.0 ))) NearlyStraightMidrange = FALSE; } // If the mid range is straight (as determined above) then the // DestinationBlackPoint shall be the same as initialLab. // Otherwise, the DestinationBlackPoint shall be determined // using curve fitting. if (NearlyStraightMidrange) { cmsLab2XYZ(NULL, BlackPoint, &InitialLab); cmsDeleteTransform(hRoundTrip); return TRUE; } } // curve fitting: The round-trip curve normally looks like a nearly constant section at the black point, // with a corner and a nearly straight line to the white point. for (l=0; l < 256; l++) { yRamp[l] = (outRamp[l] - MinL) / (MaxL - MinL); } // find the black point using the least squares error quadratic curve fitting if (Intent == INTENT_RELATIVE_COLORIMETRIC) { lo = 0.1; hi = 0.5; } else { // Perceptual and saturation lo = 0.03; hi = 0.25; } // Capture shadow points for the fitting. n = 0; for (l=0; l < 256; l++) { cmsFloat64Number ff = yRamp[l]; if (ff >= lo && ff < hi) { x[n] = inRamp[l]; y[n] = yRamp[l]; n++; } } // No suitable points if (n < 3 ) { cmsDeleteTransform(hRoundTrip); BlackPoint -> X = BlackPoint ->Y = BlackPoint -> Z = 0.0; return FALSE; } // fit and get the vertex of quadratic curve Lab.L = RootOfLeastSquaresFitQuadraticCurve(n, x, y); if (Lab.L < 0.0) { // clip to zero L* if the vertex is negative Lab.L = 0; } Lab.a = InitialLab.a; Lab.b = InitialLab.b; cmsLab2XYZ(NULL, BlackPoint, &Lab); cmsDeleteTransform(hRoundTrip); return TRUE; } lcms2-2.17/src/cmssm.c0000644000175000017500000004521414752176133013571 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include "lcms2_internal.h" // ------------------------------------------------------------------------ // Gamut boundary description by using Jan Morovic's Segment maxima method // Many thanks to Jan for allowing me to use his algorithm. // r = C* // alpha = Hab // theta = L* #define SECTORS 16 // number of divisions in alpha and theta // Spherical coordinates typedef struct { cmsFloat64Number r; cmsFloat64Number alpha; cmsFloat64Number theta; } cmsSpherical; typedef enum { GP_EMPTY, GP_SPECIFIED, GP_MODELED } GDBPointType; typedef struct { GDBPointType Type; cmsSpherical p; // Keep also alpha & theta of maximum } cmsGDBPoint; typedef struct { cmsContext ContextID; cmsGDBPoint Gamut[SECTORS][SECTORS]; } cmsGDB; // A line using the parametric form // P = a + t*u typedef struct { cmsVEC3 a; cmsVEC3 u; } cmsLine; // A plane using the parametric form // Q = b + r*v + s*w typedef struct { cmsVEC3 b; cmsVEC3 v; cmsVEC3 w; } cmsPlane; // -------------------------------------------------------------------------------------------- // ATAN2() which always returns degree positive numbers static cmsFloat64Number _cmsAtan2(cmsFloat64Number y, cmsFloat64Number x) { cmsFloat64Number a; // Deal with undefined case if (x == 0.0 && y == 0.0) return 0; a = (atan2(y, x) * 180.0) / M_PI; while (a < 0) { a += 360; } return a; } // Convert to spherical coordinates static void ToSpherical(cmsSpherical* sp, const cmsVEC3* v) { cmsFloat64Number L, a, b; L = v ->n[VX]; a = v ->n[VY]; b = v ->n[VZ]; sp ->r = sqrt( L*L + a*a + b*b ); if (sp ->r == 0) { sp ->alpha = sp ->theta = 0; return; } sp ->alpha = _cmsAtan2(a, b); sp ->theta = _cmsAtan2(sqrt(a*a + b*b), L); } // Convert to cartesian from spherical static void ToCartesian(cmsVEC3* v, const cmsSpherical* sp) { cmsFloat64Number sin_alpha; cmsFloat64Number cos_alpha; cmsFloat64Number sin_theta; cmsFloat64Number cos_theta; cmsFloat64Number L, a, b; sin_alpha = sin((M_PI * sp ->alpha) / 180.0); cos_alpha = cos((M_PI * sp ->alpha) / 180.0); sin_theta = sin((M_PI * sp ->theta) / 180.0); cos_theta = cos((M_PI * sp ->theta) / 180.0); a = sp ->r * sin_theta * sin_alpha; b = sp ->r * sin_theta * cos_alpha; L = sp ->r * cos_theta; v ->n[VX] = L; v ->n[VY] = a; v ->n[VZ] = b; } // Quantize sector of a spherical coordinate. Saturate 360, 180 to last sector // The limits are the centers of each sector, so static void QuantizeToSector(const cmsSpherical* sp, int* alpha, int* theta) { *alpha = (int) floor(((sp->alpha * (SECTORS)) / 360.0) ); *theta = (int) floor(((sp->theta * (SECTORS)) / 180.0) ); if (*alpha >= SECTORS) *alpha = SECTORS-1; if (*theta >= SECTORS) *theta = SECTORS-1; } // Line determined by 2 points static void LineOf2Points(cmsLine* line, cmsVEC3* a, cmsVEC3* b) { _cmsVEC3init(&line ->a, a ->n[VX], a ->n[VY], a ->n[VZ]); _cmsVEC3init(&line ->u, b ->n[VX] - a ->n[VX], b ->n[VY] - a ->n[VY], b ->n[VZ] - a ->n[VZ]); } // Evaluate parametric line static void GetPointOfLine(cmsVEC3* p, const cmsLine* line, cmsFloat64Number t) { p ->n[VX] = line ->a.n[VX] + t * line->u.n[VX]; p ->n[VY] = line ->a.n[VY] + t * line->u.n[VY]; p ->n[VZ] = line ->a.n[VZ] + t * line->u.n[VZ]; } /* Closest point in sector line1 to sector line2 (both are defined as 0 <=t <= 1) http://softsurfer.com/Archive/algorithm_0106/algorithm_0106.htm Copyright 2001, softSurfer (www.softsurfer.com) This code may be freely used and modified for any purpose providing that this copyright notice is included with it. SoftSurfer makes no warranty for this code, and cannot be held liable for any real or imagined damage resulting from its use. Users of this code must verify correctness for their application. */ static cmsBool ClosestLineToLine(cmsVEC3* r, const cmsLine* line1, const cmsLine* line2) { cmsFloat64Number a, b, c, d, e, D; cmsFloat64Number sc, sN, sD; //cmsFloat64Number tc; // left for future use cmsFloat64Number tN, tD; cmsVEC3 w0; _cmsVEC3minus(&w0, &line1 ->a, &line2 ->a); a = _cmsVEC3dot(&line1 ->u, &line1 ->u); b = _cmsVEC3dot(&line1 ->u, &line2 ->u); c = _cmsVEC3dot(&line2 ->u, &line2 ->u); d = _cmsVEC3dot(&line1 ->u, &w0); e = _cmsVEC3dot(&line2 ->u, &w0); D = a*c - b * b; // Denominator sD = tD = D; // default sD = D >= 0 if (D < MATRIX_DET_TOLERANCE) { // the lines are almost parallel sN = 0.0; // force using point P0 on segment S1 sD = 1.0; // to prevent possible division by 0.0 later tN = e; tD = c; } else { // get the closest points on the infinite lines sN = (b*e - c*d); tN = (a*e - b*d); if (sN < 0.0) { // sc < 0 => the s=0 edge is visible sN = 0.0; tN = e; tD = c; } else if (sN > sD) { // sc > 1 => the s=1 edge is visible sN = sD; tN = e + b; tD = c; } } if (tN < 0.0) { // tc < 0 => the t=0 edge is visible tN = 0.0; // recompute sc for this edge if (-d < 0.0) sN = 0.0; else if (-d > a) sN = sD; else { sN = -d; sD = a; } } else if (tN > tD) { // tc > 1 => the t=1 edge is visible tN = tD; // recompute sc for this edge if ((-d + b) < 0.0) sN = 0; else if ((-d + b) > a) sN = sD; else { sN = (-d + b); sD = a; } } // finally do the division to get sc and tc sc = (fabs(sN) < MATRIX_DET_TOLERANCE ? 0.0 : sN / sD); //tc = (fabs(tN) < MATRIX_DET_TOLERANCE ? 0.0 : tN / tD); // left for future use. GetPointOfLine(r, line1, sc); return TRUE; } // ------------------------------------------------------------------ Wrapper // Allocate & free structure cmsHANDLE CMSEXPORT cmsGBDAlloc(cmsContext ContextID) { cmsGDB* gbd = (cmsGDB*) _cmsMallocZero(ContextID, sizeof(cmsGDB)); if (gbd == NULL) return NULL; gbd -> ContextID = ContextID; return (cmsHANDLE) gbd; } void CMSEXPORT cmsGBDFree(cmsHANDLE hGBD) { cmsGDB* gbd = (cmsGDB*) hGBD; if (hGBD != NULL) _cmsFree(gbd->ContextID, (void*) gbd); } // Auxiliary to retrieve a pointer to the segmentr containing the Lab value static cmsGDBPoint* GetPoint(cmsGDB* gbd, const cmsCIELab* Lab, cmsSpherical* sp) { cmsVEC3 v; int alpha, theta; // Housekeeping _cmsAssert(gbd != NULL); _cmsAssert(Lab != NULL); _cmsAssert(sp != NULL); // Center L* by subtracting half of its domain, that's 50 _cmsVEC3init(&v, Lab ->L - 50.0, Lab ->a, Lab ->b); // Convert to spherical coordinates ToSpherical(sp, &v); if (sp ->r < 0 || sp ->alpha < 0 || sp->theta < 0) { cmsSignalError(gbd ->ContextID, cmsERROR_RANGE, "spherical value out of range"); return NULL; } // On which sector it falls? QuantizeToSector(sp, &alpha, &theta); if (alpha < 0 || theta < 0 || alpha >= SECTORS || theta >= SECTORS) { cmsSignalError(gbd ->ContextID, cmsERROR_RANGE, " quadrant out of range"); return NULL; } // Get pointer to the sector return &gbd ->Gamut[theta][alpha]; } // Add a point to gamut descriptor. Point to add is in Lab color space. // GBD is centered on a=b=0 and L*=50 cmsBool CMSEXPORT cmsGDBAddPoint(cmsHANDLE hGBD, const cmsCIELab* Lab) { cmsGDB* gbd = (cmsGDB*) hGBD; cmsGDBPoint* ptr; cmsSpherical sp; // Get pointer to the sector ptr = GetPoint(gbd, Lab, &sp); if (ptr == NULL) return FALSE; // If no samples at this sector, add it if (ptr ->Type == GP_EMPTY) { ptr -> Type = GP_SPECIFIED; ptr -> p = sp; } else { // Substitute only if radius is greater if (sp.r > ptr -> p.r) { ptr -> Type = GP_SPECIFIED; ptr -> p = sp; } } return TRUE; } // Check if a given point falls inside gamut cmsBool CMSEXPORT cmsGDBCheckPoint(cmsHANDLE hGBD, const cmsCIELab* Lab) { cmsGDB* gbd = (cmsGDB*) hGBD; cmsGDBPoint* ptr; cmsSpherical sp; // Get pointer to the sector ptr = GetPoint(gbd, Lab, &sp); if (ptr == NULL) return FALSE; // If no samples at this sector, return no data if (ptr ->Type == GP_EMPTY) return FALSE; // In gamut only if radius is greater return (sp.r <= ptr -> p.r); } // ----------------------------------------------------------------------------------------------------------------------- // Find near sectors. The list of sectors found is returned on Close[]. // The function returns the number of sectors as well. // 24 9 10 11 12 // 23 8 1 2 13 // 22 7 * 3 14 // 21 6 5 4 15 // 20 19 18 17 16 // // Those are the relative movements // {-2,-2}, {-1, -2}, {0, -2}, {+1, -2}, {+2, -2}, // {-2,-1}, {-1, -1}, {0, -1}, {+1, -1}, {+2, -1}, // {-2, 0}, {-1, 0}, {0, 0}, {+1, 0}, {+2, 0}, // {-2,+1}, {-1, +1}, {0, +1}, {+1, +1}, {+2, +1}, // {-2,+2}, {-1, +2}, {0, +2}, {+1, +2}, {+2, +2}}; static const struct _spiral { int AdvX, AdvY; } Spiral[] = { {0, -1}, {+1, -1}, {+1, 0}, {+1, +1}, {0, +1}, {-1, +1}, {-1, 0}, {-1, -1}, {-1, -2}, {0, -2}, {+1, -2}, {+2, -2}, {+2, -1}, {+2, 0}, {+2, +1}, {+2, +2}, {+1, +2}, {0, +2}, {-1, +2}, {-2, +2}, {-2, +1}, {-2, 0}, {-2, -1}, {-2, -2} }; #define NSTEPS (sizeof(Spiral) / sizeof(struct _spiral)) static int FindNearSectors(cmsGDB* gbd, int alpha, int theta, cmsGDBPoint* Close[]) { int nSectors = 0; int a, t; cmsUInt32Number i; cmsGDBPoint* pt; for (i=0; i < NSTEPS; i++) { a = alpha + Spiral[i].AdvX; t = theta + Spiral[i].AdvY; // Cycle at the end a %= SECTORS; t %= SECTORS; // Cycle at the begin if (a < 0) a = SECTORS + a; if (t < 0) t = SECTORS + t; pt = &gbd ->Gamut[t][a]; if (pt -> Type != GP_EMPTY) { Close[nSectors++] = pt; } } return nSectors; } // Interpolate a missing sector. Method identifies whatever this is top, bottom or mid static cmsBool InterpolateMissingSector(cmsGDB* gbd, int alpha, int theta) { cmsSpherical sp; cmsVEC3 Lab; cmsVEC3 Centre; cmsLine ray; int nCloseSectors; cmsGDBPoint* Close[NSTEPS + 1]; cmsSpherical closel, templ; cmsLine edge; int k, m; // Is that point already specified? if (gbd ->Gamut[theta][alpha].Type != GP_EMPTY) return TRUE; // Fill close points nCloseSectors = FindNearSectors(gbd, alpha, theta, Close); // Find a central point on the sector sp.alpha = (cmsFloat64Number) ((alpha + 0.5) * 360.0) / (SECTORS); sp.theta = (cmsFloat64Number) ((theta + 0.5) * 180.0) / (SECTORS); sp.r = 50.0; // Convert to Cartesian ToCartesian(&Lab, &sp); // Create a ray line from centre to this point _cmsVEC3init(&Centre, 50.0, 0, 0); LineOf2Points(&ray, &Lab, &Centre); // For all close sectors closel.r = 0.0; closel.alpha = 0; closel.theta = 0; for (k=0; k < nCloseSectors; k++) { for(m = k+1; m < nCloseSectors; m++) { cmsVEC3 temp, a1, a2; // A line from sector to sector ToCartesian(&a1, &Close[k]->p); ToCartesian(&a2, &Close[m]->p); LineOf2Points(&edge, &a1, &a2); // Find a line ClosestLineToLine(&temp, &ray, &edge); // Convert to spherical ToSpherical(&templ, &temp); if ( templ.r > closel.r && templ.theta >= (theta*180.0/SECTORS) && templ.theta <= ((theta+1)*180.0/SECTORS) && templ.alpha >= (alpha*360.0/SECTORS) && templ.alpha <= ((alpha+1)*360.0/SECTORS)) { closel = templ; } } } gbd ->Gamut[theta][alpha].p = closel; gbd ->Gamut[theta][alpha].Type = GP_MODELED; return TRUE; } // Interpolate missing parts. The algorithm fist computes slices at // theta=0 and theta=Max. cmsBool CMSEXPORT cmsGDBCompute(cmsHANDLE hGBD, cmsUInt32Number dwFlags) { int alpha, theta; cmsGDB* gbd = (cmsGDB*) hGBD; _cmsAssert(hGBD != NULL); // Interpolate black for (alpha = 0; alpha < SECTORS; alpha++) { if (!InterpolateMissingSector(gbd, alpha, 0)) return FALSE; } // Interpolate white for (alpha = 0; alpha < SECTORS; alpha++) { if (!InterpolateMissingSector(gbd, alpha, SECTORS-1)) return FALSE; } // Interpolate Mid for (theta = 1; theta < SECTORS; theta++) { for (alpha = 0; alpha < SECTORS; alpha++) { if (!InterpolateMissingSector(gbd, alpha, theta)) return FALSE; } } // Done return TRUE; cmsUNUSED_PARAMETER(dwFlags); } // -------------------------------------------------------------------------------------------------------- // Great for debug, but not suitable for real use #if 0 cmsBool cmsGBDdumpVRML(cmsHANDLE hGBD, const char* fname) { FILE* fp; int i, j; cmsGDB* gbd = (cmsGDB*) hGBD; cmsGDBPoint* pt; fp = fopen (fname, "wt"); if (fp == NULL) return FALSE; fprintf (fp, "#VRML V2.0 utf8\n"); // set the viewing orientation and distance fprintf (fp, "DEF CamTest Group {\n"); fprintf (fp, "\tchildren [\n"); fprintf (fp, "\t\tDEF Cameras Group {\n"); fprintf (fp, "\t\t\tchildren [\n"); fprintf (fp, "\t\t\t\tDEF DefaultView Viewpoint {\n"); fprintf (fp, "\t\t\t\t\tposition 0 0 340\n"); fprintf (fp, "\t\t\t\t\torientation 0 0 1 0\n"); fprintf (fp, "\t\t\t\t\tdescription \"default view\"\n"); fprintf (fp, "\t\t\t\t}\n"); fprintf (fp, "\t\t\t]\n"); fprintf (fp, "\t\t},\n"); fprintf (fp, "\t]\n"); fprintf (fp, "}\n"); // Output the background stuff fprintf (fp, "Background {\n"); fprintf (fp, "\tskyColor [\n"); fprintf (fp, "\t\t.5 .5 .5\n"); fprintf (fp, "\t]\n"); fprintf (fp, "}\n"); // Output the shape stuff fprintf (fp, "Transform {\n"); fprintf (fp, "\tscale .3 .3 .3\n"); fprintf (fp, "\tchildren [\n"); // Draw the axes as a shape: fprintf (fp, "\t\tShape {\n"); fprintf (fp, "\t\t\tappearance Appearance {\n"); fprintf (fp, "\t\t\t\tmaterial Material {\n"); fprintf (fp, "\t\t\t\t\tdiffuseColor 0 0.8 0\n"); fprintf (fp, "\t\t\t\t\temissiveColor 1.0 1.0 1.0\n"); fprintf (fp, "\t\t\t\t\tshininess 0.8\n"); fprintf (fp, "\t\t\t\t}\n"); fprintf (fp, "\t\t\t}\n"); fprintf (fp, "\t\t\tgeometry IndexedLineSet {\n"); fprintf (fp, "\t\t\t\tcoord Coordinate {\n"); fprintf (fp, "\t\t\t\t\tpoint [\n"); fprintf (fp, "\t\t\t\t\t0.0 0.0 0.0,\n"); fprintf (fp, "\t\t\t\t\t%f 0.0 0.0,\n", 255.0); fprintf (fp, "\t\t\t\t\t0.0 %f 0.0,\n", 255.0); fprintf (fp, "\t\t\t\t\t0.0 0.0 %f]\n", 255.0); fprintf (fp, "\t\t\t\t}\n"); fprintf (fp, "\t\t\t\tcoordIndex [\n"); fprintf (fp, "\t\t\t\t\t0, 1, -1\n"); fprintf (fp, "\t\t\t\t\t0, 2, -1\n"); fprintf (fp, "\t\t\t\t\t0, 3, -1]\n"); fprintf (fp, "\t\t\t}\n"); fprintf (fp, "\t\t}\n"); fprintf (fp, "\t\tShape {\n"); fprintf (fp, "\t\t\tappearance Appearance {\n"); fprintf (fp, "\t\t\t\tmaterial Material {\n"); fprintf (fp, "\t\t\t\t\tdiffuseColor 0 0.8 0\n"); fprintf (fp, "\t\t\t\t\temissiveColor 1 1 1\n"); fprintf (fp, "\t\t\t\t\tshininess 0.8\n"); fprintf (fp, "\t\t\t\t}\n"); fprintf (fp, "\t\t\t}\n"); fprintf (fp, "\t\t\tgeometry PointSet {\n"); // fill in the points here fprintf (fp, "\t\t\t\tcoord Coordinate {\n"); fprintf (fp, "\t\t\t\t\tpoint [\n"); // We need to transverse all gamut hull. for (i=0; i < SECTORS; i++) for (j=0; j < SECTORS; j++) { cmsVEC3 v; pt = &gbd ->Gamut[i][j]; ToCartesian(&v, &pt ->p); fprintf (fp, "\t\t\t\t\t%g %g %g", v.n[0]+50, v.n[1], v.n[2]); if ((j == SECTORS - 1) && (i == SECTORS - 1)) fprintf (fp, "]\n"); else fprintf (fp, ",\n"); } fprintf (fp, "\t\t\t\t}\n"); // fill in the face colors fprintf (fp, "\t\t\t\tcolor Color {\n"); fprintf (fp, "\t\t\t\t\tcolor [\n"); for (i=0; i < SECTORS; i++) for (j=0; j < SECTORS; j++) { cmsVEC3 v; pt = &gbd ->Gamut[i][j]; ToCartesian(&v, &pt ->p); if (pt ->Type == GP_EMPTY) fprintf (fp, "\t\t\t\t\t%g %g %g", 0.0, 0.0, 0.0); else if (pt ->Type == GP_MODELED) fprintf (fp, "\t\t\t\t\t%g %g %g", 1.0, .5, .5); else { fprintf (fp, "\t\t\t\t\t%g %g %g", 1.0, 1.0, 1.0); } if ((j == SECTORS - 1) && (i == SECTORS - 1)) fprintf (fp, "]\n"); else fprintf (fp, ",\n"); } fprintf (fp, "\t\t\t}\n"); fprintf (fp, "\t\t\t}\n"); fprintf (fp, "\t\t}\n"); fprintf (fp, "\t]\n"); fprintf (fp, "}\n"); fclose (fp); return TRUE; } #endif lcms2-2.17/src/cmsvirt.c0000644000175000017500000012245614752176133014142 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include "lcms2_internal.h" // Virtual (built-in) profiles // ----------------------------------------------------------------------------------- static cmsBool SetTextTags(cmsHPROFILE hProfile, const wchar_t* Description) { cmsMLU *DescriptionMLU, *CopyrightMLU; cmsBool rc = FALSE; cmsContext ContextID = cmsGetProfileContextID(hProfile); DescriptionMLU = cmsMLUalloc(ContextID, 1); CopyrightMLU = cmsMLUalloc(ContextID, 1); if (DescriptionMLU == NULL || CopyrightMLU == NULL) goto Error; if (!cmsMLUsetWide(DescriptionMLU, "en", "US", Description)) goto Error; if (!cmsMLUsetWide(CopyrightMLU, "en", "US", L"No copyright, use freely")) goto Error; if (!cmsWriteTag(hProfile, cmsSigProfileDescriptionTag, DescriptionMLU)) goto Error; if (!cmsWriteTag(hProfile, cmsSigCopyrightTag, CopyrightMLU)) goto Error; rc = TRUE; Error: if (DescriptionMLU) cmsMLUfree(DescriptionMLU); if (CopyrightMLU) cmsMLUfree(CopyrightMLU); return rc; } static cmsBool SetSeqDescTag(cmsHPROFILE hProfile, const char* Model) { cmsBool rc = FALSE; cmsContext ContextID = cmsGetProfileContextID(hProfile); cmsSEQ* Seq = cmsAllocProfileSequenceDescription(ContextID, 1); if (Seq == NULL) return FALSE; Seq->seq[0].deviceMfg = (cmsSignature) 0; Seq->seq[0].deviceModel = (cmsSignature) 0; #ifdef CMS_DONT_USE_INT64 Seq->seq[0].attributes[0] = 0; Seq->seq[0].attributes[1] = 0; #else Seq->seq[0].attributes = 0; #endif Seq->seq[0].technology = (cmsTechnologySignature) 0; cmsMLUsetASCII( Seq->seq[0].Manufacturer, cmsNoLanguage, cmsNoCountry, "Little CMS"); cmsMLUsetASCII( Seq->seq[0].Model, cmsNoLanguage, cmsNoCountry, Model); if (!_cmsWriteProfileSequence(hProfile, Seq)) goto Error; rc = TRUE; Error: if (Seq) cmsFreeProfileSequenceDescription(Seq); return rc; } // This function creates a profile based on White point, primaries and // transfer functions. cmsHPROFILE CMSEXPORT cmsCreateRGBProfileTHR(cmsContext ContextID, const cmsCIExyY* WhitePoint, const cmsCIExyYTRIPLE* Primaries, cmsToneCurve* const TransferFunction[3]) { cmsHPROFILE hICC; cmsMAT3 MColorants; cmsCIEXYZTRIPLE Colorants; cmsCIExyY MaxWhite; cmsMAT3 CHAD; cmsCIEXYZ WhitePointXYZ; hICC = cmsCreateProfilePlaceholder(ContextID); if (!hICC) // can't allocate return NULL; cmsSetProfileVersion(hICC, 4.4); cmsSetDeviceClass(hICC, cmsSigDisplayClass); cmsSetColorSpace(hICC, cmsSigRgbData); cmsSetPCS(hICC, cmsSigXYZData); cmsSetHeaderRenderingIntent(hICC, INTENT_PERCEPTUAL); // Implement profile using following tags: // // 1 cmsSigProfileDescriptionTag // 2 cmsSigMediaWhitePointTag // 3 cmsSigRedColorantTag // 4 cmsSigGreenColorantTag // 5 cmsSigBlueColorantTag // 6 cmsSigRedTRCTag // 7 cmsSigGreenTRCTag // 8 cmsSigBlueTRCTag // 9 Chromatic adaptation Tag // This conforms a standard RGB DisplayProfile as says ICC, and then I add (As per addendum II) // 10 cmsSigChromaticityTag if (!SetTextTags(hICC, L"RGB built-in")) goto Error; if (WhitePoint) { if (!cmsWriteTag(hICC, cmsSigMediaWhitePointTag, cmsD50_XYZ())) goto Error; cmsxyY2XYZ(&WhitePointXYZ, WhitePoint); _cmsAdaptationMatrix(&CHAD, NULL, &WhitePointXYZ, cmsD50_XYZ()); // This is a V4 tag, but many CMM does read and understand it no matter which version if (!cmsWriteTag(hICC, cmsSigChromaticAdaptationTag, (void*) &CHAD)) goto Error; } if (WhitePoint && Primaries) { MaxWhite.x = WhitePoint -> x; MaxWhite.y = WhitePoint -> y; MaxWhite.Y = 1.0; if (!_cmsBuildRGB2XYZtransferMatrix(&MColorants, &MaxWhite, Primaries)) goto Error; Colorants.Red.X = MColorants.v[0].n[0]; Colorants.Red.Y = MColorants.v[1].n[0]; Colorants.Red.Z = MColorants.v[2].n[0]; Colorants.Green.X = MColorants.v[0].n[1]; Colorants.Green.Y = MColorants.v[1].n[1]; Colorants.Green.Z = MColorants.v[2].n[1]; Colorants.Blue.X = MColorants.v[0].n[2]; Colorants.Blue.Y = MColorants.v[1].n[2]; Colorants.Blue.Z = MColorants.v[2].n[2]; if (!cmsWriteTag(hICC, cmsSigRedColorantTag, (void*) &Colorants.Red)) goto Error; if (!cmsWriteTag(hICC, cmsSigBlueColorantTag, (void*) &Colorants.Blue)) goto Error; if (!cmsWriteTag(hICC, cmsSigGreenColorantTag, (void*) &Colorants.Green)) goto Error; } if (TransferFunction) { // Tries to minimize space. Thanks to Richard Hughes for this nice idea if (!cmsWriteTag(hICC, cmsSigRedTRCTag, (void*) TransferFunction[0])) goto Error; if (TransferFunction[1] == TransferFunction[0]) { if (!cmsLinkTag (hICC, cmsSigGreenTRCTag, cmsSigRedTRCTag)) goto Error; } else { if (!cmsWriteTag(hICC, cmsSigGreenTRCTag, (void*) TransferFunction[1])) goto Error; } if (TransferFunction[2] == TransferFunction[0]) { if (!cmsLinkTag (hICC, cmsSigBlueTRCTag, cmsSigRedTRCTag)) goto Error; } else { if (!cmsWriteTag(hICC, cmsSigBlueTRCTag, (void*) TransferFunction[2])) goto Error; } } if (Primaries) { if (!cmsWriteTag(hICC, cmsSigChromaticityTag, (void*) Primaries)) goto Error; } return hICC; Error: if (hICC) cmsCloseProfile(hICC); return NULL; } cmsHPROFILE CMSEXPORT cmsCreateRGBProfile(const cmsCIExyY* WhitePoint, const cmsCIExyYTRIPLE* Primaries, cmsToneCurve* const TransferFunction[3]) { return cmsCreateRGBProfileTHR(NULL, WhitePoint, Primaries, TransferFunction); } // This function creates a profile based on White point and transfer function. cmsHPROFILE CMSEXPORT cmsCreateGrayProfileTHR(cmsContext ContextID, const cmsCIExyY* WhitePoint, const cmsToneCurve* TransferFunction) { cmsHPROFILE hICC; cmsCIEXYZ tmp; hICC = cmsCreateProfilePlaceholder(ContextID); if (!hICC) // can't allocate return NULL; cmsSetProfileVersion(hICC, 4.4); cmsSetDeviceClass(hICC, cmsSigDisplayClass); cmsSetColorSpace(hICC, cmsSigGrayData); cmsSetPCS(hICC, cmsSigXYZData); cmsSetHeaderRenderingIntent(hICC, INTENT_PERCEPTUAL); // Implement profile using following tags: // // 1 cmsSigProfileDescriptionTag // 2 cmsSigMediaWhitePointTag // 3 cmsSigGrayTRCTag // This conforms a standard Gray DisplayProfile // Fill-in the tags if (!SetTextTags(hICC, L"gray built-in")) goto Error; if (WhitePoint) { cmsxyY2XYZ(&tmp, WhitePoint); if (!cmsWriteTag(hICC, cmsSigMediaWhitePointTag, (void*) &tmp)) goto Error; } if (TransferFunction) { if (!cmsWriteTag(hICC, cmsSigGrayTRCTag, (void*) TransferFunction)) goto Error; } return hICC; Error: if (hICC) cmsCloseProfile(hICC); return NULL; } cmsHPROFILE CMSEXPORT cmsCreateGrayProfile(const cmsCIExyY* WhitePoint, const cmsToneCurve* TransferFunction) { return cmsCreateGrayProfileTHR(NULL, WhitePoint, TransferFunction); } // This is a devicelink operating in the target colorspace with as many transfer functions as components cmsHPROFILE CMSEXPORT cmsCreateLinearizationDeviceLinkTHR(cmsContext ContextID, cmsColorSpaceSignature ColorSpace, cmsToneCurve* const TransferFunctions[]) { cmsHPROFILE hICC; cmsPipeline* Pipeline; cmsInt32Number nChannels; hICC = cmsCreateProfilePlaceholder(ContextID); if (!hICC) return NULL; cmsSetProfileVersion(hICC, 4.4); cmsSetDeviceClass(hICC, cmsSigLinkClass); cmsSetColorSpace(hICC, ColorSpace); cmsSetPCS(hICC, ColorSpace); cmsSetHeaderRenderingIntent(hICC, INTENT_PERCEPTUAL); // Set up channels nChannels = cmsChannelsOfColorSpace(ColorSpace); // Creates a Pipeline with prelinearization step only Pipeline = cmsPipelineAlloc(ContextID, nChannels, nChannels); if (Pipeline == NULL) goto Error; // Copy tables to Pipeline if (!cmsPipelineInsertStage(Pipeline, cmsAT_BEGIN, cmsStageAllocToneCurves(ContextID, nChannels, TransferFunctions))) goto Error; // Create tags if (!SetTextTags(hICC, L"Linearization built-in")) goto Error; if (!cmsWriteTag(hICC, cmsSigAToB0Tag, (void*) Pipeline)) goto Error; if (!SetSeqDescTag(hICC, "Linearization built-in")) goto Error; // Pipeline is already on virtual profile cmsPipelineFree(Pipeline); // Ok, done return hICC; Error: cmsPipelineFree(Pipeline); if (hICC) cmsCloseProfile(hICC); return NULL; } cmsHPROFILE CMSEXPORT cmsCreateLinearizationDeviceLink(cmsColorSpaceSignature ColorSpace, cmsToneCurve* const TransferFunctions[]) { return cmsCreateLinearizationDeviceLinkTHR(NULL, ColorSpace, TransferFunctions); } // Ink-limiting algorithm // // Sum = C + M + Y + K // If Sum > InkLimit // Ratio= 1 - (Sum - InkLimit) / (C + M + Y) // if Ratio <0 // Ratio=0 // endif // Else // Ratio=1 // endif // // C = Ratio * C // M = Ratio * M // Y = Ratio * Y // K: Does not change static int InkLimitingSampler(CMSREGISTER const cmsUInt16Number In[], CMSREGISTER cmsUInt16Number Out[], CMSREGISTER void* Cargo) { cmsFloat64Number InkLimit = *(cmsFloat64Number *) Cargo; cmsFloat64Number SumCMY, SumCMYK, Ratio; InkLimit = (InkLimit * 655.35); SumCMY = (cmsFloat64Number) In[0] + In[1] + In[2]; SumCMYK = SumCMY + In[3]; if (SumCMYK > InkLimit) { Ratio = 1 - ((SumCMYK - InkLimit) / SumCMY); if (Ratio < 0) Ratio = 0; } else Ratio = 1; Out[0] = _cmsQuickSaturateWord(In[0] * Ratio); // C Out[1] = _cmsQuickSaturateWord(In[1] * Ratio); // M Out[2] = _cmsQuickSaturateWord(In[2] * Ratio); // Y Out[3] = In[3]; // K (untouched) return TRUE; } // This is a devicelink operating in CMYK for ink-limiting cmsHPROFILE CMSEXPORT cmsCreateInkLimitingDeviceLinkTHR(cmsContext ContextID, cmsColorSpaceSignature ColorSpace, cmsFloat64Number Limit) { cmsHPROFILE hICC; cmsPipeline* LUT; cmsStage* CLUT; cmsInt32Number nChannels; if (ColorSpace != cmsSigCmykData) { cmsSignalError(ContextID, cmsERROR_COLORSPACE_CHECK, "InkLimiting: Only CMYK currently supported"); return NULL; } if (Limit < 1.0 || Limit > 400) { cmsSignalError(ContextID, cmsERROR_RANGE, "InkLimiting: Limit should be between 1..400"); if (Limit < 1) Limit = 1; if (Limit > 400) Limit = 400; } hICC = cmsCreateProfilePlaceholder(ContextID); if (!hICC) // can't allocate return NULL; cmsSetProfileVersion(hICC, 4.4); cmsSetDeviceClass(hICC, cmsSigLinkClass); cmsSetColorSpace(hICC, ColorSpace); cmsSetPCS(hICC, ColorSpace); cmsSetHeaderRenderingIntent(hICC, INTENT_PERCEPTUAL); // Creates a Pipeline with 3D grid only LUT = cmsPipelineAlloc(ContextID, 4, 4); if (LUT == NULL) goto Error; nChannels = cmsChannelsOf(ColorSpace); CLUT = cmsStageAllocCLut16bit(ContextID, 17, nChannels, nChannels, NULL); if (CLUT == NULL) goto Error; if (!cmsStageSampleCLut16bit(CLUT, InkLimitingSampler, (void*) &Limit, 0)) goto Error; if (!cmsPipelineInsertStage(LUT, cmsAT_BEGIN, _cmsStageAllocIdentityCurves(ContextID, nChannels)) || !cmsPipelineInsertStage(LUT, cmsAT_END, CLUT) || !cmsPipelineInsertStage(LUT, cmsAT_END, _cmsStageAllocIdentityCurves(ContextID, nChannels))) goto Error; // Create tags if (!SetTextTags(hICC, L"ink-limiting built-in")) goto Error; if (!cmsWriteTag(hICC, cmsSigAToB0Tag, (void*) LUT)) goto Error; if (!SetSeqDescTag(hICC, "ink-limiting built-in")) goto Error; // cmsPipeline is already on virtual profile cmsPipelineFree(LUT); // Ok, done return hICC; Error: if (LUT != NULL) cmsPipelineFree(LUT); if (hICC != NULL) cmsCloseProfile(hICC); return NULL; } cmsHPROFILE CMSEXPORT cmsCreateInkLimitingDeviceLink(cmsColorSpaceSignature ColorSpace, cmsFloat64Number Limit) { return cmsCreateInkLimitingDeviceLinkTHR(NULL, ColorSpace, Limit); } // Creates a fake Lab identity. cmsHPROFILE CMSEXPORT cmsCreateLab2ProfileTHR(cmsContext ContextID, const cmsCIExyY* WhitePoint) { cmsHPROFILE hProfile; cmsPipeline* LUT = NULL; hProfile = cmsCreateRGBProfileTHR(ContextID, WhitePoint == NULL ? cmsD50_xyY() : WhitePoint, NULL, NULL); if (hProfile == NULL) return NULL; cmsSetProfileVersion(hProfile, 2.1); cmsSetDeviceClass(hProfile, cmsSigAbstractClass); cmsSetColorSpace(hProfile, cmsSigLabData); cmsSetPCS(hProfile, cmsSigLabData); if (!SetTextTags(hProfile, L"Lab identity built-in")) return NULL; // An identity LUT is all we need LUT = cmsPipelineAlloc(ContextID, 3, 3); if (LUT == NULL) goto Error; if (!cmsPipelineInsertStage(LUT, cmsAT_BEGIN, _cmsStageAllocIdentityCLut(ContextID, 3))) goto Error; if (!cmsWriteTag(hProfile, cmsSigAToB0Tag, LUT)) goto Error; cmsPipelineFree(LUT); return hProfile; Error: if (LUT != NULL) cmsPipelineFree(LUT); if (hProfile != NULL) cmsCloseProfile(hProfile); return NULL; } cmsHPROFILE CMSEXPORT cmsCreateLab2Profile(const cmsCIExyY* WhitePoint) { return cmsCreateLab2ProfileTHR(NULL, WhitePoint); } // Creates a fake Lab V4 identity. cmsHPROFILE CMSEXPORT cmsCreateLab4ProfileTHR(cmsContext ContextID, const cmsCIExyY* WhitePoint) { cmsHPROFILE hProfile; cmsPipeline* LUT = NULL; hProfile = cmsCreateRGBProfileTHR(ContextID, WhitePoint == NULL ? cmsD50_xyY() : WhitePoint, NULL, NULL); if (hProfile == NULL) return NULL; cmsSetProfileVersion(hProfile, 4.4); cmsSetDeviceClass(hProfile, cmsSigAbstractClass); cmsSetColorSpace(hProfile, cmsSigLabData); cmsSetPCS(hProfile, cmsSigLabData); if (!SetTextTags(hProfile, L"Lab identity built-in")) goto Error; // An empty LUTs is all we need LUT = cmsPipelineAlloc(ContextID, 3, 3); if (LUT == NULL) goto Error; if (!cmsPipelineInsertStage(LUT, cmsAT_BEGIN, _cmsStageAllocIdentityCurves(ContextID, 3))) goto Error; if (!cmsWriteTag(hProfile, cmsSigAToB0Tag, LUT)) goto Error; cmsPipelineFree(LUT); return hProfile; Error: if (LUT != NULL) cmsPipelineFree(LUT); if (hProfile != NULL) cmsCloseProfile(hProfile); return NULL; } cmsHPROFILE CMSEXPORT cmsCreateLab4Profile(const cmsCIExyY* WhitePoint) { return cmsCreateLab4ProfileTHR(NULL, WhitePoint); } // Creates a fake XYZ identity cmsHPROFILE CMSEXPORT cmsCreateXYZProfileTHR(cmsContext ContextID) { cmsHPROFILE hProfile; cmsPipeline* LUT = NULL; hProfile = cmsCreateRGBProfileTHR(ContextID, cmsD50_xyY(), NULL, NULL); if (hProfile == NULL) return NULL; cmsSetProfileVersion(hProfile, 4.4); cmsSetDeviceClass(hProfile, cmsSigAbstractClass); cmsSetColorSpace(hProfile, cmsSigXYZData); cmsSetPCS(hProfile, cmsSigXYZData); if (!SetTextTags(hProfile, L"XYZ identity built-in")) goto Error; // An identity LUT is all we need LUT = cmsPipelineAlloc(ContextID, 3, 3); if (LUT == NULL) goto Error; if (!cmsPipelineInsertStage(LUT, cmsAT_BEGIN, _cmsStageAllocIdentityCurves(ContextID, 3))) goto Error; if (!cmsWriteTag(hProfile, cmsSigAToB0Tag, LUT)) goto Error; cmsPipelineFree(LUT); return hProfile; Error: if (LUT != NULL) cmsPipelineFree(LUT); if (hProfile != NULL) cmsCloseProfile(hProfile); return NULL; } cmsHPROFILE CMSEXPORT cmsCreateXYZProfile(void) { return cmsCreateXYZProfileTHR(NULL); } //sRGB Curves are defined by: // //If R'sRGB,G'sRGB, B'sRGB < 0.04045 // // R = R'sRGB / 12.92 // G = G'sRGB / 12.92 // B = B'sRGB / 12.92 // // //else if R'sRGB,G'sRGB, B'sRGB >= 0.04045 // // R = ((R'sRGB + 0.055) / 1.055)^2.4 // G = ((G'sRGB + 0.055) / 1.055)^2.4 // B = ((B'sRGB + 0.055) / 1.055)^2.4 static cmsToneCurve* Build_sRGBGamma(cmsContext ContextID) { cmsFloat64Number Parameters[5]; Parameters[0] = 2.4; Parameters[1] = 1. / 1.055; Parameters[2] = 0.055 / 1.055; Parameters[3] = 1. / 12.92; Parameters[4] = 0.04045; return cmsBuildParametricToneCurve(ContextID, 4, Parameters); } // Create the ICC virtual profile for sRGB space cmsHPROFILE CMSEXPORT cmsCreate_sRGBProfileTHR(cmsContext ContextID) { cmsCIExyY D65 = { 0.3127, 0.3290, 1.0 }; cmsCIExyYTRIPLE Rec709Primaries = { {0.6400, 0.3300, 1.0}, {0.3000, 0.6000, 1.0}, {0.1500, 0.0600, 1.0} }; cmsToneCurve* Gamma22[3]; cmsHPROFILE hsRGB; // cmsWhitePointFromTemp(&D65, 6504); Gamma22[0] = Gamma22[1] = Gamma22[2] = Build_sRGBGamma(ContextID); if (Gamma22[0] == NULL) return NULL; hsRGB = cmsCreateRGBProfileTHR(ContextID, &D65, &Rec709Primaries, Gamma22); cmsFreeToneCurve(Gamma22[0]); if (hsRGB == NULL) return NULL; if (!SetTextTags(hsRGB, L"sRGB built-in")) { cmsCloseProfile(hsRGB); return NULL; } return hsRGB; } cmsHPROFILE CMSEXPORT cmsCreate_sRGBProfile(void) { return cmsCreate_sRGBProfileTHR(NULL); } /** * Oklab colorspace profile (experimental) * * This virtual profile cannot be saved as an ICC file */ cmsHPROFILE CMSEXPORT cmsCreate_OkLabProfile(cmsContext ctx) { cmsStage* XYZPCS = _cmsStageNormalizeFromXyzFloat(ctx); cmsStage* PCSXYZ = _cmsStageNormalizeToXyzFloat(ctx); const double M_D65_D50[] = { 1.047886, 0.022919, -0.050216, 0.029582, 0.990484, -0.017079, -0.009252, 0.015073, 0.751678 }; const double M_D50_D65[] = { 0.955512609517083, -0.023073214184645, 0.063308961782107, -0.028324949364887, 1.009942432477107, 0.021054814890112, 0.012328875695483, -0.020535835374141, 1.330713916450354 }; cmsStage* D65toD50 = cmsStageAllocMatrix(ctx, 3, 3, M_D65_D50, NULL); cmsStage* D50toD65 = cmsStageAllocMatrix(ctx, 3, 3, M_D50_D65, NULL); const double M_D65_LMS[] = { 0.8189330101, 0.3618667424, -0.1288597137, 0.0329845436, 0.9293118715, 0.0361456387, 0.0482003018, 0.2643662691, 0.6338517070 }; const double M_LMS_D65[] = { 1.227013851103521, -0.557799980651822, 0.281256148966468, -0.040580178423281, 1.112256869616830, -0.071676678665601, -0.076381284505707, -0.421481978418013, 1.586163220440795 }; cmsStage* D65toLMS = cmsStageAllocMatrix(ctx, 3, 3, M_D65_LMS, NULL); cmsStage* LMStoD65 = cmsStageAllocMatrix(ctx, 3, 3, M_LMS_D65, NULL); cmsToneCurve* CubeRoot = cmsBuildGamma(ctx, 1.0 / 3.0); cmsToneCurve* Cube = cmsBuildGamma(ctx, 3.0); cmsToneCurve* Roots[3] = { CubeRoot, CubeRoot, CubeRoot }; cmsToneCurve* Cubes[3] = { Cube, Cube, Cube }; cmsStage* NonLinearityFw = cmsStageAllocToneCurves(ctx, 3, Roots); cmsStage* NonLinearityRv = cmsStageAllocToneCurves(ctx, 3, Cubes); const double M_LMSprime_OkLab[] = { 0.2104542553, 0.7936177850, -0.0040720468, 1.9779984951, -2.4285922050, 0.4505937099, 0.0259040371, 0.7827717662, -0.8086757660 }; const double M_OkLab_LMSprime[] = { 0.999999998450520, 0.396337792173768, 0.215803758060759, 1.000000008881761, -0.105561342323656, -0.063854174771706, 1.000000054672411, -0.089484182094966, -1.291485537864092 }; cmsStage* LMSprime_OkLab = cmsStageAllocMatrix(ctx, 3, 3, M_LMSprime_OkLab, NULL); cmsStage* OkLab_LMSprime = cmsStageAllocMatrix(ctx, 3, 3, M_OkLab_LMSprime, NULL); cmsPipeline* AToB = cmsPipelineAlloc(ctx, 3, 3); cmsPipeline* BToA = cmsPipelineAlloc(ctx, 3, 3); cmsHPROFILE hProfile = cmsCreateProfilePlaceholder(ctx); if (!hProfile) // can't allocate goto error; cmsSetProfileVersion(hProfile, 4.4); cmsSetDeviceClass(hProfile, cmsSigColorSpaceClass); cmsSetColorSpace(hProfile, cmsSig3colorData); cmsSetPCS(hProfile, cmsSigXYZData); cmsSetHeaderRenderingIntent(hProfile, INTENT_RELATIVE_COLORIMETRIC); /** * Conversion PCS (XYZ/D50) to OkLab */ if (!cmsPipelineInsertStage(BToA, cmsAT_END, PCSXYZ)) goto error; if (!cmsPipelineInsertStage(BToA, cmsAT_END, D50toD65)) goto error; if (!cmsPipelineInsertStage(BToA, cmsAT_END, D65toLMS)) goto error; if (!cmsPipelineInsertStage(BToA, cmsAT_END, NonLinearityFw)) goto error; if (!cmsPipelineInsertStage(BToA, cmsAT_END, LMSprime_OkLab)) goto error; if (!cmsWriteTag(hProfile, cmsSigBToA0Tag, BToA)) goto error; if (!cmsPipelineInsertStage(AToB, cmsAT_END, OkLab_LMSprime)) goto error; if (!cmsPipelineInsertStage(AToB, cmsAT_END, NonLinearityRv)) goto error; if (!cmsPipelineInsertStage(AToB, cmsAT_END, LMStoD65)) goto error; if (!cmsPipelineInsertStage(AToB, cmsAT_END, D65toD50)) goto error; if (!cmsPipelineInsertStage(AToB, cmsAT_END, XYZPCS)) goto error; if (!cmsWriteTag(hProfile, cmsSigAToB0Tag, AToB)) goto error; cmsPipelineFree(BToA); cmsPipelineFree(AToB); cmsFreeToneCurve(CubeRoot); cmsFreeToneCurve(Cube); return hProfile; error: cmsPipelineFree(BToA); cmsPipelineFree(AToB); cmsFreeToneCurve(CubeRoot); cmsFreeToneCurve(Cube); cmsCloseProfile(hProfile); return NULL; } typedef struct { cmsFloat64Number Brightness; cmsFloat64Number Contrast; cmsFloat64Number Hue; cmsFloat64Number Saturation; cmsBool lAdjustWP; cmsCIEXYZ WPsrc, WPdest; } BCHSWADJUSTS, *LPBCHSWADJUSTS; static int bchswSampler(CMSREGISTER const cmsUInt16Number In[], CMSREGISTER cmsUInt16Number Out[], CMSREGISTER void* Cargo) { cmsCIELab LabIn, LabOut; cmsCIELCh LChIn, LChOut; cmsCIEXYZ XYZ; LPBCHSWADJUSTS bchsw = (LPBCHSWADJUSTS) Cargo; cmsLabEncoded2Float(&LabIn, In); cmsLab2LCh(&LChIn, &LabIn); // Do some adjusts on LCh LChOut.L = LChIn.L * bchsw ->Contrast + bchsw ->Brightness; LChOut.C = LChIn.C + bchsw -> Saturation; LChOut.h = LChIn.h + bchsw -> Hue; cmsLCh2Lab(&LabOut, &LChOut); // Move white point in Lab if (bchsw->lAdjustWP) { cmsLab2XYZ(&bchsw->WPsrc, &XYZ, &LabOut); cmsXYZ2Lab(&bchsw->WPdest, &LabOut, &XYZ); } // Back to encoded cmsFloat2LabEncoded(Out, &LabOut); return TRUE; } // Creates an abstract profile operating in Lab space for Brightness, // contrast, Saturation and white point displacement cmsHPROFILE CMSEXPORT cmsCreateBCHSWabstractProfileTHR(cmsContext ContextID, cmsUInt32Number nLUTPoints, cmsFloat64Number Bright, cmsFloat64Number Contrast, cmsFloat64Number Hue, cmsFloat64Number Saturation, cmsUInt32Number TempSrc, cmsUInt32Number TempDest) { cmsHPROFILE hICC; cmsPipeline* Pipeline; BCHSWADJUSTS bchsw; cmsCIExyY WhitePnt; cmsStage* CLUT; cmsUInt32Number Dimensions[MAX_INPUT_DIMENSIONS]; cmsUInt32Number i; bchsw.Brightness = Bright; bchsw.Contrast = Contrast; bchsw.Hue = Hue; bchsw.Saturation = Saturation; if (TempSrc == TempDest) { bchsw.lAdjustWP = FALSE; } else { bchsw.lAdjustWP = TRUE; cmsWhitePointFromTemp(&WhitePnt, TempSrc); cmsxyY2XYZ(&bchsw.WPsrc, &WhitePnt); cmsWhitePointFromTemp(&WhitePnt, TempDest); cmsxyY2XYZ(&bchsw.WPdest, &WhitePnt); } hICC = cmsCreateProfilePlaceholder(ContextID); if (!hICC) // can't allocate return NULL; cmsSetDeviceClass(hICC, cmsSigAbstractClass); cmsSetColorSpace(hICC, cmsSigLabData); cmsSetPCS(hICC, cmsSigLabData); cmsSetHeaderRenderingIntent(hICC, INTENT_PERCEPTUAL); // Creates a Pipeline with 3D grid only Pipeline = cmsPipelineAlloc(ContextID, 3, 3); if (Pipeline == NULL) { cmsCloseProfile(hICC); return NULL; } for (i=0; i < MAX_INPUT_DIMENSIONS; i++) Dimensions[i] = nLUTPoints; CLUT = cmsStageAllocCLut16bitGranular(ContextID, Dimensions, 3, 3, NULL); if (CLUT == NULL) goto Error; if (!cmsStageSampleCLut16bit(CLUT, bchswSampler, (void*) &bchsw, 0)) { // Shouldn't reach here goto Error; } if (!cmsPipelineInsertStage(Pipeline, cmsAT_END, CLUT)) { goto Error; } // Create tags if (!SetTextTags(hICC, L"BCHS built-in")) return NULL; cmsWriteTag(hICC, cmsSigMediaWhitePointTag, (void*) cmsD50_XYZ()); cmsWriteTag(hICC, cmsSigAToB0Tag, (void*) Pipeline); // Pipeline is already on virtual profile cmsPipelineFree(Pipeline); // Ok, done return hICC; Error: cmsPipelineFree(Pipeline); cmsCloseProfile(hICC); return NULL; } CMSAPI cmsHPROFILE CMSEXPORT cmsCreateBCHSWabstractProfile(cmsUInt32Number nLUTPoints, cmsFloat64Number Bright, cmsFloat64Number Contrast, cmsFloat64Number Hue, cmsFloat64Number Saturation, cmsUInt32Number TempSrc, cmsUInt32Number TempDest) { return cmsCreateBCHSWabstractProfileTHR(NULL, nLUTPoints, Bright, Contrast, Hue, Saturation, TempSrc, TempDest); } // Creates a fake NULL profile. This profile return 1 channel as always 0. // Is useful only for gamut checking tricks cmsHPROFILE CMSEXPORT cmsCreateNULLProfileTHR(cmsContext ContextID) { cmsHPROFILE hProfile; cmsPipeline* LUT = NULL; cmsStage* PostLin; cmsStage* OutLin; cmsToneCurve* EmptyTab[3]; cmsUInt16Number Zero[2] = { 0, 0 }; const cmsFloat64Number PickLstarMatrix[] = { 1, 0, 0 }; hProfile = cmsCreateProfilePlaceholder(ContextID); if (!hProfile) // can't allocate return NULL; cmsSetProfileVersion(hProfile, 4.4); if (!SetTextTags(hProfile, L"NULL profile built-in")) goto Error; cmsSetDeviceClass(hProfile, cmsSigOutputClass); cmsSetColorSpace(hProfile, cmsSigGrayData); cmsSetPCS(hProfile, cmsSigLabData); // Create a valid ICC 4 structure LUT = cmsPipelineAlloc(ContextID, 3, 1); if (LUT == NULL) goto Error; EmptyTab[0] = EmptyTab[1] = EmptyTab[2] = cmsBuildTabulatedToneCurve16(ContextID, 2, Zero); PostLin = cmsStageAllocToneCurves(ContextID, 3, EmptyTab); OutLin = cmsStageAllocToneCurves(ContextID, 1, EmptyTab); cmsFreeToneCurve(EmptyTab[0]); if (!cmsPipelineInsertStage(LUT, cmsAT_END, PostLin)) goto Error; if (!cmsPipelineInsertStage(LUT, cmsAT_END, cmsStageAllocMatrix(ContextID, 1, 3, PickLstarMatrix, NULL))) goto Error; if (!cmsPipelineInsertStage(LUT, cmsAT_END, OutLin)) goto Error; if (!cmsWriteTag(hProfile, cmsSigBToA0Tag, (void*) LUT)) goto Error; if (!cmsWriteTag(hProfile, cmsSigMediaWhitePointTag, cmsD50_XYZ())) goto Error; cmsPipelineFree(LUT); return hProfile; Error: if (LUT != NULL) cmsPipelineFree(LUT); if (hProfile != NULL) cmsCloseProfile(hProfile); return NULL; } cmsHPROFILE CMSEXPORT cmsCreateNULLProfile(void) { return cmsCreateNULLProfileTHR(NULL); } static int IsPCS(cmsColorSpaceSignature ColorSpace) { return (ColorSpace == cmsSigXYZData || ColorSpace == cmsSigLabData); } static void FixColorSpaces(cmsHPROFILE hProfile, cmsColorSpaceSignature ColorSpace, cmsColorSpaceSignature PCS, cmsUInt32Number dwFlags) { if (dwFlags & cmsFLAGS_GUESSDEVICECLASS) { if (IsPCS(ColorSpace) && IsPCS(PCS)) { cmsSetDeviceClass(hProfile, cmsSigAbstractClass); cmsSetColorSpace(hProfile, ColorSpace); cmsSetPCS(hProfile, PCS); return; } if (IsPCS(ColorSpace) && !IsPCS(PCS)) { cmsSetDeviceClass(hProfile, cmsSigOutputClass); cmsSetPCS(hProfile, ColorSpace); cmsSetColorSpace(hProfile, PCS); return; } if (IsPCS(PCS) && !IsPCS(ColorSpace)) { cmsSetDeviceClass(hProfile, cmsSigInputClass); cmsSetColorSpace(hProfile, ColorSpace); cmsSetPCS(hProfile, PCS); return; } } cmsSetDeviceClass(hProfile, cmsSigLinkClass); cmsSetColorSpace(hProfile, ColorSpace); cmsSetPCS(hProfile, PCS); } // This function creates a named color profile dumping all the contents of transform to a single profile // In this way, LittleCMS may be used to "group" several named color databases into a single profile. // It has, however, several minor limitations. PCS is always Lab, which is not very critic since this // is the normal PCS for named color profiles. static cmsHPROFILE CreateNamedColorDevicelink(cmsHTRANSFORM xform) { _cmsTRANSFORM* v = (_cmsTRANSFORM*) xform; cmsHPROFILE hICC = NULL; cmsUInt32Number i, nColors; cmsNAMEDCOLORLIST *nc2 = NULL, *Original = NULL; // Create an empty placeholder hICC = cmsCreateProfilePlaceholder(v->ContextID); if (hICC == NULL) return NULL; // Critical information cmsSetDeviceClass(hICC, cmsSigNamedColorClass); cmsSetColorSpace(hICC, v ->ExitColorSpace); cmsSetPCS(hICC, cmsSigLabData); // Tag profile with information if (!SetTextTags(hICC, L"Named color devicelink")) goto Error; Original = cmsGetNamedColorList(xform); if (Original == NULL) goto Error; nColors = cmsNamedColorCount(Original); nc2 = cmsDupNamedColorList(Original); if (nc2 == NULL) goto Error; // Colorant count now depends on the output space nc2 ->ColorantCount = cmsPipelineOutputChannels(v ->Lut); // Make sure we have proper formatters cmsChangeBuffersFormat(xform, TYPE_NAMED_COLOR_INDEX, FLOAT_SH(0) | COLORSPACE_SH(_cmsLCMScolorSpace(v ->ExitColorSpace)) | BYTES_SH(2) | CHANNELS_SH(cmsChannelsOfColorSpace(v ->ExitColorSpace))); // Apply the transfor to colorants. for (i=0; i < nColors; i++) { cmsDoTransform(xform, &i, nc2 ->List[i].DeviceColorant, 1); } if (!cmsWriteTag(hICC, cmsSigNamedColor2Tag, (void*) nc2)) goto Error; cmsFreeNamedColorList(nc2); return hICC; Error: if (hICC != NULL) cmsCloseProfile(hICC); return NULL; } // This structure holds information about which MPU can be stored on a profile based on the version typedef struct { cmsBool IsV4; // Is a V4 tag? cmsTagSignature RequiredTag; // Set to 0 for both types cmsTagTypeSignature LutType; // The LUT type int nTypes; // Number of types (up to 5) cmsStageSignature MpeTypes[5]; // 5 is the maximum number } cmsAllowedLUT; #define cmsSig0 ((cmsTagSignature) 0) static const cmsAllowedLUT AllowedLUTTypes[] = { { FALSE, cmsSig0, cmsSigLut16Type, 4, { cmsSigMatrixElemType, cmsSigCurveSetElemType, cmsSigCLutElemType, cmsSigCurveSetElemType } }, { FALSE, cmsSig0, cmsSigLut16Type, 3, { cmsSigCurveSetElemType, cmsSigCLutElemType, cmsSigCurveSetElemType } }, { FALSE, cmsSig0, cmsSigLut16Type, 2, { cmsSigCurveSetElemType, cmsSigCLutElemType } }, { TRUE, cmsSig0, cmsSigLutAtoBType, 1, { cmsSigCurveSetElemType } }, { TRUE , cmsSigAToB0Tag, cmsSigLutAtoBType, 3, { cmsSigCurveSetElemType, cmsSigMatrixElemType, cmsSigCurveSetElemType } }, { TRUE , cmsSigAToB0Tag, cmsSigLutAtoBType, 3, { cmsSigCurveSetElemType, cmsSigCLutElemType, cmsSigCurveSetElemType } }, { TRUE , cmsSigAToB0Tag, cmsSigLutAtoBType, 5, { cmsSigCurveSetElemType, cmsSigCLutElemType, cmsSigCurveSetElemType, cmsSigMatrixElemType, cmsSigCurveSetElemType }}, { TRUE , cmsSigBToA0Tag, cmsSigLutBtoAType, 1, { cmsSigCurveSetElemType }}, { TRUE , cmsSigBToA0Tag, cmsSigLutBtoAType, 3, { cmsSigCurveSetElemType, cmsSigMatrixElemType, cmsSigCurveSetElemType }}, { TRUE , cmsSigBToA0Tag, cmsSigLutBtoAType, 3, { cmsSigCurveSetElemType, cmsSigCLutElemType, cmsSigCurveSetElemType }}, { TRUE , cmsSigBToA0Tag, cmsSigLutBtoAType, 5, { cmsSigCurveSetElemType, cmsSigMatrixElemType, cmsSigCurveSetElemType, cmsSigCLutElemType, cmsSigCurveSetElemType }} }; #define SIZE_OF_ALLOWED_LUT (sizeof(AllowedLUTTypes)/sizeof(cmsAllowedLUT)) // Check a single entry static cmsBool CheckOne(const cmsAllowedLUT* Tab, const cmsPipeline* Lut) { cmsStage* mpe; int n; for (n=0, mpe = Lut ->Elements; mpe != NULL; mpe = mpe ->Next, n++) { if (n >= Tab ->nTypes) return FALSE; if (cmsStageType(mpe) != Tab ->MpeTypes[n]) return FALSE; } return (n == Tab ->nTypes); } static const cmsAllowedLUT* FindCombination(const cmsPipeline* Lut, cmsBool IsV4, cmsTagSignature DestinationTag) { cmsUInt32Number n; for (n=0; n < SIZE_OF_ALLOWED_LUT; n++) { const cmsAllowedLUT* Tab = AllowedLUTTypes + n; if (IsV4 ^ Tab -> IsV4) continue; if ((Tab ->RequiredTag != 0) && (Tab ->RequiredTag != DestinationTag)) continue; if (CheckOne(Tab, Lut)) return Tab; } return NULL; } // Does convert a transform into a device link profile cmsHPROFILE CMSEXPORT cmsTransform2DeviceLink(cmsHTRANSFORM hTransform, cmsFloat64Number Version, cmsUInt32Number dwFlags) { cmsHPROFILE hProfile = NULL; cmsUInt32Number FrmIn, FrmOut; cmsInt32Number ChansIn, ChansOut; int ColorSpaceBitsIn, ColorSpaceBitsOut; _cmsTRANSFORM* xform = (_cmsTRANSFORM*) hTransform; cmsPipeline* LUT = NULL; cmsStage* mpe; cmsContext ContextID = cmsGetTransformContextID(hTransform); const cmsAllowedLUT* AllowedLUT; cmsTagSignature DestinationTag; cmsProfileClassSignature deviceClass; _cmsAssert(hTransform != NULL); // Check if the pipeline holding is valid if (xform -> Lut == NULL) return NULL; // Get the first mpe to check for named color mpe = cmsPipelineGetPtrToFirstStage(xform ->Lut); // Check if is a named color transform if (mpe != NULL) { if (cmsStageType(mpe) == cmsSigNamedColorElemType) { return CreateNamedColorDevicelink(hTransform); } } // First thing to do is to get a copy of the transformation LUT = cmsPipelineDup(xform ->Lut); if (LUT == NULL) return NULL; // Time to fix the Lab2/Lab4 issue. if ((xform ->EntryColorSpace == cmsSigLabData) && (Version < 4.0)) { if (!cmsPipelineInsertStage(LUT, cmsAT_BEGIN, _cmsStageAllocLabV2ToV4curves(ContextID))) goto Error; } // On the output side too. Note that due to V2/V4 PCS encoding on lab we cannot fix white misalignments if ((xform ->ExitColorSpace) == cmsSigLabData && (Version < 4.0)) { dwFlags |= cmsFLAGS_NOWHITEONWHITEFIXUP; if (!cmsPipelineInsertStage(LUT, cmsAT_END, _cmsStageAllocLabV4ToV2(ContextID))) goto Error; } hProfile = cmsCreateProfilePlaceholder(ContextID); if (!hProfile) goto Error; // can't allocate cmsSetProfileVersion(hProfile, Version); FixColorSpaces(hProfile, xform -> EntryColorSpace, xform -> ExitColorSpace, dwFlags); // Optimize the LUT and precalculate a devicelink ChansIn = cmsChannelsOfColorSpace(xform -> EntryColorSpace); ChansOut = cmsChannelsOfColorSpace(xform -> ExitColorSpace); ColorSpaceBitsIn = _cmsLCMScolorSpace(xform -> EntryColorSpace); ColorSpaceBitsOut = _cmsLCMScolorSpace(xform -> ExitColorSpace); FrmIn = COLORSPACE_SH(ColorSpaceBitsIn) | CHANNELS_SH(ChansIn)|BYTES_SH(2); FrmOut = COLORSPACE_SH(ColorSpaceBitsOut) | CHANNELS_SH(ChansOut)|BYTES_SH(2); deviceClass = cmsGetDeviceClass(hProfile); if (deviceClass == cmsSigOutputClass) DestinationTag = cmsSigBToA0Tag; else DestinationTag = cmsSigAToB0Tag; // Check if the profile/version can store the result if (dwFlags & cmsFLAGS_FORCE_CLUT) AllowedLUT = NULL; else AllowedLUT = FindCombination(LUT, Version >= 4.0, DestinationTag); if (AllowedLUT == NULL) { // Try to optimize _cmsOptimizePipeline(ContextID, &LUT, xform ->RenderingIntent, &FrmIn, &FrmOut, &dwFlags); AllowedLUT = FindCombination(LUT, Version >= 4.0, DestinationTag); } // If no way, then force CLUT that for sure can be written if (AllowedLUT == NULL) { cmsStage* FirstStage; cmsStage* LastStage; dwFlags |= cmsFLAGS_FORCE_CLUT; _cmsOptimizePipeline(ContextID, &LUT, xform ->RenderingIntent, &FrmIn, &FrmOut, &dwFlags); // Put identity curves if needed FirstStage = cmsPipelineGetPtrToFirstStage(LUT); if (FirstStage != NULL && FirstStage ->Type != cmsSigCurveSetElemType) if (!cmsPipelineInsertStage(LUT, cmsAT_BEGIN, _cmsStageAllocIdentityCurves(ContextID, ChansIn))) goto Error; LastStage = cmsPipelineGetPtrToLastStage(LUT); if (LastStage != NULL && LastStage ->Type != cmsSigCurveSetElemType) if (!cmsPipelineInsertStage(LUT, cmsAT_END, _cmsStageAllocIdentityCurves(ContextID, ChansOut))) goto Error; AllowedLUT = FindCombination(LUT, Version >= 4.0, DestinationTag); } // Somethings is wrong... if (AllowedLUT == NULL) { goto Error; } if (dwFlags & cmsFLAGS_8BITS_DEVICELINK) cmsPipelineSetSaveAs8bitsFlag(LUT, TRUE); // Tag profile with information if (!SetTextTags(hProfile, L"devicelink")) goto Error; // Store result if (!cmsWriteTag(hProfile, DestinationTag, LUT)) goto Error; if (xform -> InputColorant != NULL) { if (!cmsWriteTag(hProfile, cmsSigColorantTableTag, xform->InputColorant)) goto Error; } if (xform -> OutputColorant != NULL) { if (!cmsWriteTag(hProfile, cmsSigColorantTableOutTag, xform->OutputColorant)) goto Error; } if ((deviceClass == cmsSigLinkClass) && (xform ->Sequence != NULL)) { if (!_cmsWriteProfileSequence(hProfile, xform ->Sequence)) goto Error; } // Set the white point if (deviceClass == cmsSigInputClass) { if (!cmsWriteTag(hProfile, cmsSigMediaWhitePointTag, &xform ->EntryWhitePoint)) goto Error; } else { if (!cmsWriteTag(hProfile, cmsSigMediaWhitePointTag, &xform ->ExitWhitePoint)) goto Error; } // Per 7.2.15 in spec 4.3 cmsSetHeaderRenderingIntent(hProfile, xform ->RenderingIntent); cmsPipelineFree(LUT); return hProfile; Error: if (LUT != NULL) cmsPipelineFree(LUT); cmsCloseProfile(hProfile); return NULL; } lcms2-2.17/src/cmswtpnt.c0000644000175000017500000002561114752176133014325 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include "lcms2_internal.h" // D50 - Widely used const cmsCIEXYZ* CMSEXPORT cmsD50_XYZ(void) { static cmsCIEXYZ D50XYZ = {cmsD50X, cmsD50Y, cmsD50Z}; return &D50XYZ; } const cmsCIExyY* CMSEXPORT cmsD50_xyY(void) { static cmsCIExyY D50xyY; cmsXYZ2xyY(&D50xyY, cmsD50_XYZ()); return &D50xyY; } // Obtains WhitePoint from Temperature cmsBool CMSEXPORT cmsWhitePointFromTemp(cmsCIExyY* WhitePoint, cmsFloat64Number TempK) { cmsFloat64Number x, y; cmsFloat64Number T, T2, T3; // cmsFloat64Number M1, M2; _cmsAssert(WhitePoint != NULL); T = TempK; T2 = T*T; // Square T3 = T2*T; // Cube // For correlated color temperature (T) between 4000K and 7000K: if (T >= 4000. && T <= 7000.) { x = -4.6070*(1E9/T3) + 2.9678*(1E6/T2) + 0.09911*(1E3/T) + 0.244063; } else // or for correlated color temperature (T) between 7000K and 25000K: if (T > 7000.0 && T <= 25000.0) { x = -2.0064*(1E9/T3) + 1.9018*(1E6/T2) + 0.24748*(1E3/T) + 0.237040; } else { cmsSignalError(0, cmsERROR_RANGE, "cmsWhitePointFromTemp: invalid temp"); return FALSE; } // Obtain y(x) y = -3.000*(x*x) + 2.870*x - 0.275; // wave factors (not used, but here for futures extensions) // M1 = (-1.3515 - 1.7703*x + 5.9114 *y)/(0.0241 + 0.2562*x - 0.7341*y); // M2 = (0.0300 - 31.4424*x + 30.0717*y)/(0.0241 + 0.2562*x - 0.7341*y); WhitePoint -> x = x; WhitePoint -> y = y; WhitePoint -> Y = 1.0; return TRUE; } typedef struct { cmsFloat64Number mirek; // temp (in microreciprocal kelvin) cmsFloat64Number ut; // u coord of intersection w/ blackbody locus cmsFloat64Number vt; // v coord of intersection w/ blackbody locus cmsFloat64Number tt; // slope of ISOTEMPERATURE. line } ISOTEMPERATURE; static const ISOTEMPERATURE isotempdata[] = { // {Mirek, Ut, Vt, Tt } {0, 0.18006, 0.26352, -0.24341}, {10, 0.18066, 0.26589, -0.25479}, {20, 0.18133, 0.26846, -0.26876}, {30, 0.18208, 0.27119, -0.28539}, {40, 0.18293, 0.27407, -0.30470}, {50, 0.18388, 0.27709, -0.32675}, {60, 0.18494, 0.28021, -0.35156}, {70, 0.18611, 0.28342, -0.37915}, {80, 0.18740, 0.28668, -0.40955}, {90, 0.18880, 0.28997, -0.44278}, {100, 0.19032, 0.29326, -0.47888}, {125, 0.19462, 0.30141, -0.58204}, {150, 0.19962, 0.30921, -0.70471}, {175, 0.20525, 0.31647, -0.84901}, {200, 0.21142, 0.32312, -1.0182 }, {225, 0.21807, 0.32909, -1.2168 }, {250, 0.22511, 0.33439, -1.4512 }, {275, 0.23247, 0.33904, -1.7298 }, {300, 0.24010, 0.34308, -2.0637 }, {325, 0.24702, 0.34655, -2.4681 }, {350, 0.25591, 0.34951, -2.9641 }, {375, 0.26400, 0.35200, -3.5814 }, {400, 0.27218, 0.35407, -4.3633 }, {425, 0.28039, 0.35577, -5.3762 }, {450, 0.28863, 0.35714, -6.7262 }, {475, 0.29685, 0.35823, -8.5955 }, {500, 0.30505, 0.35907, -11.324 }, {525, 0.31320, 0.35968, -15.628 }, {550, 0.32129, 0.36011, -23.325 }, {575, 0.32931, 0.36038, -40.770 }, {600, 0.33724, 0.36051, -116.45 } }; #define NISO sizeof(isotempdata)/sizeof(ISOTEMPERATURE) // Robertson's method cmsBool CMSEXPORT cmsTempFromWhitePoint(cmsFloat64Number* TempK, const cmsCIExyY* WhitePoint) { cmsUInt32Number j; cmsFloat64Number us,vs; cmsFloat64Number uj,vj,tj,di,dj,mi,mj; cmsFloat64Number xs, ys; _cmsAssert(WhitePoint != NULL); _cmsAssert(TempK != NULL); di = mi = 0; xs = WhitePoint -> x; ys = WhitePoint -> y; // convert (x,y) to CIE 1960 (u,WhitePoint) us = (2*xs) / (-xs + 6*ys + 1.5); vs = (3*ys) / (-xs + 6*ys + 1.5); for (j=0; j < NISO; j++) { uj = isotempdata[j].ut; vj = isotempdata[j].vt; tj = isotempdata[j].tt; mj = isotempdata[j].mirek; dj = ((vs - vj) - tj * (us - uj)) / sqrt(1.0 + tj * tj); if ((j != 0) && (di/dj < 0.0)) { // Found a match *TempK = 1000000.0 / (mi + (di / (di - dj)) * (mj - mi)); return TRUE; } di = dj; mi = mj; } // Not found return FALSE; } // Compute chromatic adaptation matrix using Chad as cone matrix static cmsBool ComputeChromaticAdaptation(cmsMAT3* Conversion, const cmsCIEXYZ* SourceWhitePoint, const cmsCIEXYZ* DestWhitePoint, const cmsMAT3* Chad) { cmsMAT3 Chad_Inv; cmsVEC3 ConeSourceXYZ, ConeSourceRGB; cmsVEC3 ConeDestXYZ, ConeDestRGB; cmsMAT3 Cone, Tmp; Tmp = *Chad; if (!_cmsMAT3inverse(&Tmp, &Chad_Inv)) return FALSE; _cmsVEC3init(&ConeSourceXYZ, SourceWhitePoint -> X, SourceWhitePoint -> Y, SourceWhitePoint -> Z); _cmsVEC3init(&ConeDestXYZ, DestWhitePoint -> X, DestWhitePoint -> Y, DestWhitePoint -> Z); _cmsMAT3eval(&ConeSourceRGB, Chad, &ConeSourceXYZ); _cmsMAT3eval(&ConeDestRGB, Chad, &ConeDestXYZ); if ((fabs(ConeSourceRGB.n[0]) < MATRIX_DET_TOLERANCE) || (fabs(ConeSourceRGB.n[1]) < MATRIX_DET_TOLERANCE) || (fabs(ConeSourceRGB.n[2]) < MATRIX_DET_TOLERANCE)) return FALSE; // Build matrix _cmsVEC3init(&Cone.v[0], ConeDestRGB.n[0]/ConeSourceRGB.n[0], 0.0, 0.0); _cmsVEC3init(&Cone.v[1], 0.0, ConeDestRGB.n[1]/ConeSourceRGB.n[1], 0.0); _cmsVEC3init(&Cone.v[2], 0.0, 0.0, ConeDestRGB.n[2]/ConeSourceRGB.n[2]); // Normalize _cmsMAT3per(&Tmp, &Cone, Chad); _cmsMAT3per(Conversion, &Chad_Inv, &Tmp); return TRUE; } // Returns the final chrmatic adaptation from illuminant FromIll to Illuminant ToIll // The cone matrix can be specified in ConeMatrix. If NULL, Bradford is assumed cmsBool _cmsAdaptationMatrix(cmsMAT3* r, const cmsMAT3* ConeMatrix, const cmsCIEXYZ* FromIll, const cmsCIEXYZ* ToIll) { cmsMAT3 LamRigg = {{ // Bradford matrix {{ 0.8951, 0.2664, -0.1614 }}, {{ -0.7502, 1.7135, 0.0367 }}, {{ 0.0389, -0.0685, 1.0296 }} }}; if (ConeMatrix == NULL) ConeMatrix = &LamRigg; return ComputeChromaticAdaptation(r, FromIll, ToIll, ConeMatrix); } // Same as anterior, but assuming D50 destination. White point is given in xyY static cmsBool _cmsAdaptMatrixToD50(cmsMAT3* r, const cmsCIExyY* SourceWhitePt) { cmsCIEXYZ Dn; cmsMAT3 Bradford; cmsMAT3 Tmp; cmsxyY2XYZ(&Dn, SourceWhitePt); if (!_cmsAdaptationMatrix(&Bradford, NULL, &Dn, cmsD50_XYZ())) return FALSE; Tmp = *r; _cmsMAT3per(r, &Bradford, &Tmp); return TRUE; } // Build a White point, primary chromas transfer matrix from RGB to CIE XYZ // This is just an approximation, I am not handling all the non-linear // aspects of the RGB to XYZ process, and assuming that the gamma correction // has transitive property in the transformation chain. // // the algorithm: // // - First I build the absolute conversion matrix using // primaries in XYZ. This matrix is next inverted // - Then I eval the source white point across this matrix // obtaining the coefficients of the transformation // - Then, I apply these coefficients to the original matrix // cmsBool _cmsBuildRGB2XYZtransferMatrix(cmsMAT3* r, const cmsCIExyY* WhitePt, const cmsCIExyYTRIPLE* Primrs) { cmsVEC3 WhitePoint, Coef; cmsMAT3 Result, Primaries; cmsFloat64Number xn, yn; cmsFloat64Number xr, yr; cmsFloat64Number xg, yg; cmsFloat64Number xb, yb; xn = WhitePt -> x; yn = WhitePt -> y; xr = Primrs -> Red.x; yr = Primrs -> Red.y; xg = Primrs -> Green.x; yg = Primrs -> Green.y; xb = Primrs -> Blue.x; yb = Primrs -> Blue.y; // Build Primaries matrix _cmsVEC3init(&Primaries.v[0], xr, xg, xb); _cmsVEC3init(&Primaries.v[1], yr, yg, yb); _cmsVEC3init(&Primaries.v[2], (1-xr-yr), (1-xg-yg), (1-xb-yb)); // Result = Primaries ^ (-1) inverse matrix if (!_cmsMAT3inverse(&Primaries, &Result)) return FALSE; _cmsVEC3init(&WhitePoint, xn/yn, 1.0, (1.0-xn-yn)/yn); // Across inverse primaries ... _cmsMAT3eval(&Coef, &Result, &WhitePoint); // Give us the Coefs, then I build transformation matrix _cmsVEC3init(&r -> v[0], Coef.n[VX]*xr, Coef.n[VY]*xg, Coef.n[VZ]*xb); _cmsVEC3init(&r -> v[1], Coef.n[VX]*yr, Coef.n[VY]*yg, Coef.n[VZ]*yb); _cmsVEC3init(&r -> v[2], Coef.n[VX]*(1.0-xr-yr), Coef.n[VY]*(1.0-xg-yg), Coef.n[VZ]*(1.0-xb-yb)); return _cmsAdaptMatrixToD50(r, WhitePt); } // Adapts a color to a given illuminant. Original color is expected to have // a SourceWhitePt white point. cmsBool CMSEXPORT cmsAdaptToIlluminant(cmsCIEXYZ* Result, const cmsCIEXYZ* SourceWhitePt, const cmsCIEXYZ* Illuminant, const cmsCIEXYZ* Value) { cmsMAT3 Bradford; cmsVEC3 In, Out; _cmsAssert(Result != NULL); _cmsAssert(SourceWhitePt != NULL); _cmsAssert(Illuminant != NULL); _cmsAssert(Value != NULL); if (!_cmsAdaptationMatrix(&Bradford, NULL, SourceWhitePt, Illuminant)) return FALSE; _cmsVEC3init(&In, Value -> X, Value -> Y, Value -> Z); _cmsMAT3eval(&Out, &Bradford, &In); Result -> X = Out.n[0]; Result -> Y = Out.n[1]; Result -> Z = Out.n[2]; return TRUE; } lcms2-2.17/src/lcms2.def0000644000175000017500000006127614752176133014011 0ustar martimartiEXPORTS _cms15Fixed16toDouble = _cms15Fixed16toDouble _cms8Fixed8toDouble = _cms8Fixed8toDouble cmsAdaptToIlluminant = cmsAdaptToIlluminant _cmsAdjustEndianess16 = _cmsAdjustEndianess16 _cmsAdjustEndianess32 = _cmsAdjustEndianess32 _cmsAdjustEndianess64 = _cmsAdjustEndianess64 cmsAllocNamedColorList = cmsAllocNamedColorList cmsAllocProfileSequenceDescription = cmsAllocProfileSequenceDescription cmsAppendNamedColor = cmsAppendNamedColor cmsBFDdeltaE = cmsBFDdeltaE cmsBuildGamma = cmsBuildGamma cmsBuildParametricToneCurve = cmsBuildParametricToneCurve cmsBuildSegmentedToneCurve = cmsBuildSegmentedToneCurve cmsBuildTabulatedToneCurve16 = cmsBuildTabulatedToneCurve16 cmsBuildTabulatedToneCurveFloat = cmsBuildTabulatedToneCurveFloat _cmsCalloc = _cmsCalloc cmsChannelsOf = cmsChannelsOf cmsChannelsOfColorSpace = cmsChannelsOfColorSpace cmsCIE2000DeltaE = cmsCIE2000DeltaE cmsCIE94DeltaE = cmsCIE94DeltaE cmsCIECAM02Done = cmsCIECAM02Done cmsCIECAM02Forward = cmsCIECAM02Forward cmsCIECAM02Init = cmsCIECAM02Init cmsCIECAM02Reverse = cmsCIECAM02Reverse cmsCloseIOhandler = cmsCloseIOhandler cmsCloseProfile = cmsCloseProfile cmsCMCdeltaE = cmsCMCdeltaE cmsCreate_sRGBProfile = cmsCreate_sRGBProfile cmsCreate_sRGBProfileTHR = cmsCreate_sRGBProfileTHR cmsCreateBCHSWabstractProfile = cmsCreateBCHSWabstractProfile cmsCreateBCHSWabstractProfileTHR = cmsCreateBCHSWabstractProfileTHR cmsCreateExtendedTransform = cmsCreateExtendedTransform cmsCreateGrayProfile = cmsCreateGrayProfile cmsCreateGrayProfileTHR = cmsCreateGrayProfileTHR cmsCreateInkLimitingDeviceLink = cmsCreateInkLimitingDeviceLink cmsCreateInkLimitingDeviceLinkTHR = cmsCreateInkLimitingDeviceLinkTHR cmsCreateLab2Profile = cmsCreateLab2Profile cmsCreateLab2ProfileTHR = cmsCreateLab2ProfileTHR cmsCreateLab4Profile = cmsCreateLab4Profile cmsCreateLab4ProfileTHR = cmsCreateLab4ProfileTHR cmsCreateLinearizationDeviceLink = cmsCreateLinearizationDeviceLink cmsCreateLinearizationDeviceLinkTHR = cmsCreateLinearizationDeviceLinkTHR cmsCreateMultiprofileTransform = cmsCreateMultiprofileTransform cmsCreateMultiprofileTransformTHR = cmsCreateMultiprofileTransformTHR cmsCreateNULLProfile = cmsCreateNULLProfile cmsCreateNULLProfileTHR = cmsCreateNULLProfileTHR cmsCreateProfilePlaceholder = cmsCreateProfilePlaceholder cmsCreateProofingTransform = cmsCreateProofingTransform cmsCreateProofingTransformTHR = cmsCreateProofingTransformTHR cmsCreateRGBProfile = cmsCreateRGBProfile cmsCreateRGBProfileTHR = cmsCreateRGBProfileTHR cmsCreateTransform = cmsCreateTransform cmsCreateTransformTHR = cmsCreateTransformTHR cmsCreateXYZProfile = cmsCreateXYZProfile cmsCreateXYZProfileTHR = cmsCreateXYZProfileTHR cmsD50_xyY = cmsD50_xyY cmsD50_XYZ = cmsD50_XYZ _cmsDecodeDateTimeNumber = _cmsDecodeDateTimeNumber _cmsDefaultICCintents = _cmsDefaultICCintents cmsDeleteTransform = cmsDeleteTransform cmsDeltaE = cmsDeltaE cmsDetectBlackPoint = cmsDetectBlackPoint cmsDetectDestinationBlackPoint = cmsDetectDestinationBlackPoint cmsDetectTAC = cmsDetectTAC cmsDesaturateLab = cmsDesaturateLab cmsDoTransform = cmsDoTransform cmsDoTransformStride = cmsDoTransformStride cmsDoTransformLineStride = cmsDoTransformLineStride _cmsDoubleTo15Fixed16 = _cmsDoubleTo15Fixed16 _cmsDoubleTo8Fixed8 = _cmsDoubleTo8Fixed8 _cmsDupMem = _cmsDupMem cmsDupNamedColorList = cmsDupNamedColorList cmsDupProfileSequenceDescription = cmsDupProfileSequenceDescription cmsDupToneCurve = cmsDupToneCurve _cmsEncodeDateTimeNumber = _cmsEncodeDateTimeNumber cmsEstimateGamma = cmsEstimateGamma cmsGetToneCurveEstimatedTableEntries = cmsGetToneCurveEstimatedTableEntries cmsGetToneCurveEstimatedTable = cmsGetToneCurveEstimatedTable cmsEvalToneCurve16 = cmsEvalToneCurve16 cmsEvalToneCurveFloat = cmsEvalToneCurveFloat cmsfilelength = cmsfilelength cmsFloat2LabEncoded = cmsFloat2LabEncoded cmsFloat2LabEncodedV2 = cmsFloat2LabEncodedV2 cmsFloat2XYZEncoded = cmsFloat2XYZEncoded cmsFormatterForColorspaceOfProfile = cmsFormatterForColorspaceOfProfile cmsFormatterForPCSOfProfile = cmsFormatterForPCSOfProfile _cmsFree = _cmsFree cmsFreeNamedColorList = cmsFreeNamedColorList cmsFreeProfileSequenceDescription = cmsFreeProfileSequenceDescription cmsFreeToneCurve = cmsFreeToneCurve cmsFreeToneCurveTriple = cmsFreeToneCurveTriple cmsGBDAlloc = cmsGBDAlloc cmsGBDFree = cmsGBDFree cmsGDBAddPoint = cmsGDBAddPoint cmsGDBCheckPoint = cmsGDBCheckPoint cmsGDBCompute = cmsGDBCompute cmsGetAlarmCodes = cmsGetAlarmCodes cmsGetColorSpace = cmsGetColorSpace cmsGetDeviceClass = cmsGetDeviceClass cmsGetEncodedICCversion = cmsGetEncodedICCversion cmsGetHeaderAttributes = cmsGetHeaderAttributes cmsGetHeaderCreationDateTime = cmsGetHeaderCreationDateTime cmsGetHeaderFlags = cmsGetHeaderFlags cmsGetHeaderManufacturer = cmsGetHeaderManufacturer cmsGetHeaderModel = cmsGetHeaderModel cmsGetHeaderProfileID = cmsGetHeaderProfileID cmsGetHeaderRenderingIntent = cmsGetHeaderRenderingIntent cmsGetNamedColorList = cmsGetNamedColorList cmsGetPCS = cmsGetPCS cmsGetPostScriptColorResource = cmsGetPostScriptColorResource cmsGetPostScriptCRD = cmsGetPostScriptCRD cmsGetPostScriptCSA = cmsGetPostScriptCSA cmsGetProfileInfo = cmsGetProfileInfo cmsGetProfileInfoASCII = cmsGetProfileInfoASCII cmsGetProfileInfoUTF8 = cmsGetProfileInfoUTF8 cmsGetProfileContextID = cmsGetProfileContextID cmsGetProfileVersion = cmsGetProfileVersion cmsGetSupportedIntents = cmsGetSupportedIntents cmsGetTagCount = cmsGetTagCount cmsGetTagSignature = cmsGetTagSignature cmsGetTransformContextID = cmsGetTransformContextID _cmsICCcolorSpace = _cmsICCcolorSpace _cmsIOPrintf = _cmsIOPrintf cmsIsCLUT = cmsIsCLUT cmsIsIntentSupported = cmsIsIntentSupported cmsIsMatrixShaper = cmsIsMatrixShaper cmsIsTag = cmsIsTag cmsIsToneCurveDescending = cmsIsToneCurveDescending cmsIsToneCurveLinear = cmsIsToneCurveLinear cmsIsToneCurveMonotonic = cmsIsToneCurveMonotonic cmsIsToneCurveMultisegment = cmsIsToneCurveMultisegment cmsGetToneCurveParametricType = cmsGetToneCurveParametricType cmsIT8Alloc = cmsIT8Alloc cmsIT8DefineDblFormat = cmsIT8DefineDblFormat cmsIT8EnumDataFormat = cmsIT8EnumDataFormat cmsIT8EnumProperties = cmsIT8EnumProperties cmsIT8EnumPropertyMulti = cmsIT8EnumPropertyMulti cmsIT8Free = cmsIT8Free cmsIT8GetData = cmsIT8GetData cmsIT8GetDataDbl = cmsIT8GetDataDbl cmsIT8FindDataFormat = cmsIT8FindDataFormat cmsIT8GetDataRowCol = cmsIT8GetDataRowCol cmsIT8GetDataRowColDbl = cmsIT8GetDataRowColDbl cmsIT8GetPatchName = cmsIT8GetPatchName cmsIT8GetPatchByName = cmsIT8GetPatchByName cmsIT8GetProperty = cmsIT8GetProperty cmsIT8GetPropertyDbl = cmsIT8GetPropertyDbl cmsIT8GetPropertyMulti = cmsIT8GetPropertyMulti cmsIT8GetSheetType = cmsIT8GetSheetType cmsIT8LoadFromFile = cmsIT8LoadFromFile cmsIT8LoadFromMem = cmsIT8LoadFromMem cmsIT8SaveToFile = cmsIT8SaveToFile cmsIT8SaveToMem = cmsIT8SaveToMem cmsIT8SetComment = cmsIT8SetComment cmsIT8SetData = cmsIT8SetData cmsIT8SetDataDbl = cmsIT8SetDataDbl cmsIT8SetDataFormat = cmsIT8SetDataFormat cmsIT8SetDataRowCol = cmsIT8SetDataRowCol cmsIT8SetDataRowColDbl = cmsIT8SetDataRowColDbl cmsIT8SetPropertyDbl = cmsIT8SetPropertyDbl cmsIT8SetPropertyHex = cmsIT8SetPropertyHex cmsIT8SetPropertyStr = cmsIT8SetPropertyStr cmsIT8SetPropertyMulti = cmsIT8SetPropertyMulti cmsIT8SetPropertyUncooked = cmsIT8SetPropertyUncooked cmsIT8SetSheetType = cmsIT8SetSheetType cmsIT8SetTable = cmsIT8SetTable cmsIT8SetTableByLabel = cmsIT8SetTableByLabel cmsIT8SetIndexColumn = cmsIT8SetIndexColumn cmsIT8TableCount = cmsIT8TableCount cmsJoinToneCurve = cmsJoinToneCurve cmsLab2LCh = cmsLab2LCh cmsLab2XYZ = cmsLab2XYZ cmsLabEncoded2Float = cmsLabEncoded2Float cmsLabEncoded2FloatV2 = cmsLabEncoded2FloatV2 cmsLCh2Lab = cmsLCh2Lab _cmsLCMScolorSpace = _cmsLCMScolorSpace cmsLinkTag = cmsLinkTag cmsTagLinkedTo = cmsTagLinkedTo cmsPipelineAlloc = cmsPipelineAlloc cmsPipelineCat = cmsPipelineCat cmsPipelineCheckAndRetreiveStages = cmsPipelineCheckAndRetreiveStages cmsPipelineDup = cmsPipelineDup cmsPipelineStageCount = cmsPipelineStageCount cmsPipelineEval16 = cmsPipelineEval16 cmsPipelineEvalFloat = cmsPipelineEvalFloat cmsPipelineEvalReverseFloat = cmsPipelineEvalReverseFloat cmsPipelineFree = cmsPipelineFree cmsPipelineGetPtrToFirstStage = cmsPipelineGetPtrToFirstStage cmsPipelineGetPtrToLastStage = cmsPipelineGetPtrToLastStage cmsPipelineInputChannels = cmsPipelineInputChannels cmsPipelineInsertStage = cmsPipelineInsertStage cmsPipelineOutputChannels = cmsPipelineOutputChannels cmsPipelineSetSaveAs8bitsFlag = cmsPipelineSetSaveAs8bitsFlag _cmsPipelineSetOptimizationParameters = _cmsPipelineSetOptimizationParameters cmsPipelineUnlinkStage = cmsPipelineUnlinkStage _cmsMalloc = _cmsMalloc _cmsMallocZero = _cmsMallocZero _cmsMAT3eval = _cmsMAT3eval _cmsMAT3identity = _cmsMAT3identity _cmsMAT3inverse = _cmsMAT3inverse _cmsMAT3isIdentity = _cmsMAT3isIdentity _cmsMAT3per = _cmsMAT3per _cmsMAT3solve = _cmsMAT3solve cmsMD5computeID = cmsMD5computeID cmsMLUalloc = cmsMLUalloc cmsMLUdup = cmsMLUdup cmsMLUfree = cmsMLUfree cmsMLUgetASCII = cmsMLUgetASCII cmsMLUgetTranslation = cmsMLUgetTranslation cmsMLUgetWide = cmsMLUgetWide cmsMLUgetUTF8 = cmsMLUgetUTF8 cmsMLUsetASCII = cmsMLUsetASCII cmsMLUsetWide = cmsMLUsetWide cmsMLUsetUTF8 = cmsMLUsetUTF8 cmsStageAllocCLut16bit = cmsStageAllocCLut16bit cmsStageAllocCLut16bitGranular = cmsStageAllocCLut16bitGranular cmsStageAllocCLutFloat = cmsStageAllocCLutFloat cmsStageAllocCLutFloatGranular = cmsStageAllocCLutFloatGranular cmsStageAllocToneCurves = cmsStageAllocToneCurves cmsStageAllocIdentity = cmsStageAllocIdentity cmsStageAllocMatrix = cmsStageAllocMatrix _cmsStageAllocPlaceholder = _cmsStageAllocPlaceholder cmsStageDup = cmsStageDup cmsStageFree = cmsStageFree cmsStageNext = cmsStageNext cmsStageInputChannels = cmsStageInputChannels cmsStageOutputChannels = cmsStageOutputChannels cmsStageSampleCLut16bit = cmsStageSampleCLut16bit cmsStageSampleCLutFloat = cmsStageSampleCLutFloat cmsStageType = cmsStageType cmsStageData = cmsStageData cmsGetStageContextID = cmsGetStageContextID cmsNamedColorCount = cmsNamedColorCount cmsNamedColorIndex = cmsNamedColorIndex cmsNamedColorInfo = cmsNamedColorInfo cmsOpenIOhandlerFromFile = cmsOpenIOhandlerFromFile cmsOpenIOhandlerFromMem = cmsOpenIOhandlerFromMem cmsOpenIOhandlerFromNULL = cmsOpenIOhandlerFromNULL cmsOpenIOhandlerFromStream = cmsOpenIOhandlerFromStream cmsOpenProfileFromFile = cmsOpenProfileFromFile cmsOpenProfileFromFileTHR = cmsOpenProfileFromFileTHR cmsOpenProfileFromIOhandlerTHR = cmsOpenProfileFromIOhandlerTHR cmsOpenProfileFromIOhandler2THR = cmsOpenProfileFromIOhandler2THR cmsOpenProfileFromMem = cmsOpenProfileFromMem cmsOpenProfileFromMemTHR = cmsOpenProfileFromMemTHR cmsOpenProfileFromStream = cmsOpenProfileFromStream cmsOpenProfileFromStreamTHR = cmsOpenProfileFromStreamTHR cmsCreateDeviceLinkFromCubeFileTHR = cmsCreateDeviceLinkFromCubeFileTHR cmsCreateDeviceLinkFromCubeFile = cmsCreateDeviceLinkFromCubeFile cmsPlugin = cmsPlugin _cmsRead15Fixed16Number = _cmsRead15Fixed16Number _cmsReadAlignment = _cmsReadAlignment _cmsReadFloat32Number = _cmsReadFloat32Number cmsReadRawTag = cmsReadRawTag cmsReadTag = cmsReadTag _cmsReadTypeBase = _cmsReadTypeBase _cmsReadUInt16Array = _cmsReadUInt16Array _cmsReadUInt16Number = _cmsReadUInt16Number _cmsReadUInt32Number = _cmsReadUInt32Number _cmsReadUInt64Number = _cmsReadUInt64Number _cmsReadUInt8Number = _cmsReadUInt8Number _cmsReadXYZNumber = _cmsReadXYZNumber _cmsRealloc = _cmsRealloc cmsReverseToneCurve = cmsReverseToneCurve cmsReverseToneCurveEx = cmsReverseToneCurveEx cmsSaveProfileToFile = cmsSaveProfileToFile cmsSaveProfileToIOhandler = cmsSaveProfileToIOhandler cmsSaveProfileToMem = cmsSaveProfileToMem cmsSaveProfileToStream = cmsSaveProfileToStream cmsSetAdaptationState = cmsSetAdaptationState cmsSetAlarmCodes = cmsSetAlarmCodes cmsSetColorSpace = cmsSetColorSpace cmsSetDeviceClass = cmsSetDeviceClass cmsSetEncodedICCversion = cmsSetEncodedICCversion cmsSetHeaderAttributes = cmsSetHeaderAttributes cmsSetHeaderFlags = cmsSetHeaderFlags cmsSetHeaderManufacturer = cmsSetHeaderManufacturer cmsSetHeaderModel = cmsSetHeaderModel cmsSetHeaderProfileID = cmsSetHeaderProfileID cmsSetHeaderRenderingIntent = cmsSetHeaderRenderingIntent cmsSetLogErrorHandler = cmsSetLogErrorHandler cmsSetPCS = cmsSetPCS cmsSetProfileVersion = cmsSetProfileVersion cmsSignalError = cmsSignalError cmsSmoothToneCurve = cmsSmoothToneCurve cmsstrcasecmp = cmsstrcasecmp cmsTempFromWhitePoint = cmsTempFromWhitePoint cmsTransform2DeviceLink = cmsTransform2DeviceLink cmsUnregisterPlugins = cmsUnregisterPlugins _cmsVEC3cross = _cmsVEC3cross _cmsVEC3distance = _cmsVEC3distance _cmsVEC3dot = _cmsVEC3dot _cmsVEC3init = _cmsVEC3init _cmsVEC3length = _cmsVEC3length _cmsVEC3minus = _cmsVEC3minus cmsWhitePointFromTemp = cmsWhitePointFromTemp _cmsWrite15Fixed16Number = _cmsWrite15Fixed16Number _cmsWriteAlignment = _cmsWriteAlignment _cmsWriteFloat32Number = _cmsWriteFloat32Number cmsWriteRawTag = cmsWriteRawTag cmsWriteTag = cmsWriteTag _cmsWriteTypeBase = _cmsWriteTypeBase _cmsWriteUInt16Array = _cmsWriteUInt16Array _cmsWriteUInt16Number = _cmsWriteUInt16Number _cmsWriteUInt32Number = _cmsWriteUInt32Number _cmsWriteUInt64Number = _cmsWriteUInt64Number _cmsWriteUInt8Number = _cmsWriteUInt8Number _cmsWriteXYZNumber = _cmsWriteXYZNumber cmsxyY2XYZ = cmsxyY2XYZ cmsXYZ2Lab = cmsXYZ2Lab cmsXYZ2xyY = cmsXYZ2xyY cmsXYZEncoded2Float = cmsXYZEncoded2Float cmsSliceSpace16 = cmsSliceSpace16 cmsSliceSpaceFloat = cmsSliceSpaceFloat cmsChangeBuffersFormat = cmsChangeBuffersFormat cmsDictAlloc = cmsDictAlloc cmsDictFree = cmsDictFree cmsDictDup = cmsDictDup cmsDictAddEntry = cmsDictAddEntry cmsDictGetEntryList = cmsDictGetEntryList cmsDictNextEntry = cmsDictNextEntry _cmsGetTransformUserData = _cmsGetTransformUserData _cmsSetTransformUserData = _cmsSetTransformUserData cmsGetHeaderCreator = cmsGetHeaderCreator cmsPluginTHR = cmsPluginTHR cmsGetPipelineContextID = cmsGetPipelineContextID cmsGetTransformInputFormat = cmsGetTransformInputFormat cmsGetTransformOutputFormat = cmsGetTransformOutputFormat cmsCreateContext = cmsCreateContext cmsDupContext = cmsDupContext cmsDeleteContext = cmsDeleteContext cmsGetContextUserData = cmsGetContextUserData cmsUnregisterPluginsTHR = cmsUnregisterPluginsTHR cmsSetAlarmCodesTHR = cmsSetAlarmCodesTHR cmsGetAlarmCodesTHR = cmsGetAlarmCodesTHR cmsSetAdaptationStateTHR = cmsSetAdaptationStateTHR cmsSetLogErrorHandlerTHR = cmsSetLogErrorHandlerTHR cmsGetSupportedIntentsTHR = cmsGetSupportedIntentsTHR cmsMLUtranslationsCount = cmsMLUtranslationsCount cmsMLUtranslationsCodes = cmsMLUtranslationsCodes _cmsCreateMutex = _cmsCreateMutex _cmsDestroyMutex = _cmsDestroyMutex _cmsLockMutex = _cmsLockMutex _cmsUnlockMutex = _cmsUnlockMutex cmsGetProfileIOhandler = cmsGetProfileIOhandler cmsGetEncodedCMMversion = cmsGetEncodedCMMversion _cmsFloat2Half = _cmsFloat2Half _cmsHalf2Float = _cmsHalf2Float _cmsFreeInterpParams = _cmsFreeInterpParams _cmsGetFormatter = _cmsGetFormatter _cmsGetTransformFormatters16 = _cmsGetTransformFormatters16 _cmsGetTransformFormattersFloat = _cmsGetTransformFormattersFloat _cmsQuantizeVal = _cmsQuantizeVal _cmsReadDevicelinkLUT = _cmsReadDevicelinkLUT _cmsReadInputLUT = _cmsReadInputLUT _cmsReadOutputLUT = _cmsReadOutputLUT _cmsStageAllocIdentityCLut = _cmsStageAllocIdentityCLut _cmsStageAllocIdentityCurves = _cmsStageAllocIdentityCurves _cmsStageAllocLab2XYZ = _cmsStageAllocLab2XYZ _cmsStageAllocLabV2ToV4 = _cmsStageAllocLabV2ToV4 _cmsStageAllocLabV4ToV2 = _cmsStageAllocLabV4ToV2 _cmsStageAllocNamedColor = _cmsStageAllocNamedColor _cmsStageAllocXYZ2Lab = _cmsStageAllocXYZ2Lab cmsMD5add = cmsMD5add cmsMD5alloc = cmsMD5alloc cmsMD5finish = cmsMD5finish _cmsComputeInterpParams = _cmsComputeInterpParams cmsGetToneCurveSegment = cmsGetToneCurveSegment cmsDetectRGBProfileGamma = cmsDetectRGBProfileGamma _cmsOptimizePipeline = _cmsOptimizePipeline _cmsReasonableGridpointsByColorspace = _cmsReasonableGridpointsByColorspace _cmsGetTransformFlags = _cmsGetTransformFlags _cmsGetTransformWorker = _cmsGetTransformWorker _cmsGetTransformMaxWorkers = _cmsGetTransformMaxWorkers _cmsGetTransformWorkerFlags = _cmsGetTransformWorkerFlags lcms2-2.17/src/lcms2_internal.h0000644000175000017500000011766014752176133015375 0ustar martimarti // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #ifndef _lcms_internal_H // Include plug-in foundation #ifndef _lcms_plugin_H # include "lcms2_plugin.h" #endif // ctype is part of C99 as per 7.1.2 #include // assert macro is part of C99 as per 7.2 #include // Some needed constants #ifndef M_PI # define M_PI 3.14159265358979323846 #endif #ifndef M_LOG10E # define M_LOG10E 0.434294481903251827651 #endif // BorlandC 5.5, VC2003 are broken on that #if defined(__BORLANDC__) || (defined(_MSC_VER) && (_MSC_VER < 1400)) // 1400 == VC++ 8.0 #define sinf(x) (float)sin((float)x) #define sqrtf(x) (float)sqrt((float)x) #endif // Alignment of ICC file format uses 4 bytes (cmsUInt32Number) #define _cmsALIGNLONG(x) (((x)+(sizeof(cmsUInt32Number)-1)) & ~(sizeof(cmsUInt32Number)-1)) // Alignment to memory pointer // (Ultra)SPARC with gcc requires ptr alignment of 8 bytes // even though sizeof(void *) is only four: for greatest flexibility // allow the build to specify ptr alignment. #ifndef CMS_PTR_ALIGNMENT # define CMS_PTR_ALIGNMENT sizeof(void *) #endif #define _cmsALIGNMEM(x) (((x)+(CMS_PTR_ALIGNMENT - 1)) & ~(CMS_PTR_ALIGNMENT - 1)) // Maximum encodeable values in floating point #define MAX_ENCODEABLE_XYZ (1.0 + 32767.0/32768.0) #define MIN_ENCODEABLE_ab2 (-128.0) #define MAX_ENCODEABLE_ab2 ((65535.0/256.0) - 128.0) #define MIN_ENCODEABLE_ab4 (-128.0) #define MAX_ENCODEABLE_ab4 (127.0) // Maximum of channels for internal pipeline evaluation #define MAX_STAGE_CHANNELS 128 // Unused parameter warning suppression #define cmsUNUSED_PARAMETER(x) ((void)x) // The specification for "inline" is section 6.7.4 of the C99 standard (ISO/IEC 9899:1999). // unfortunately VisualC++ does not conform that #if defined(_MSC_VER) || defined(__BORLANDC__) # define cmsINLINE __inline #else # define cmsINLINE static inline #endif // Allow signed overflow, we know this is harmless in this particular context #if defined(__clang__) # define CMS_NO_SANITIZE __attribute__((no_sanitize("signed-integer-overflow"))) #else # define CMS_NO_SANITIZE #endif // Other replacement functions #ifdef _MSC_VER # ifndef snprintf # define snprintf _snprintf # endif # ifndef vsnprintf # define vsnprintf _vsnprintf # endif /// Properly define some macros to accommodate /// older MSVC versions. # if defined(_MSC_VER) && _MSC_VER <= 1700 #include #define isnan _isnan #define isinf(x) (!_finite((x))) # endif #if !defined(_MSC_VER) && (defined(__STDC_VERSION__) && __STDC_VERSION__ < 199901L) #if !defined(isinf) #define isinf(x) (!finite((x))) #endif #endif #endif // A fast way to convert from/to 16 <-> 8 bits #define FROM_8_TO_16(rgb) (cmsUInt16Number) ((((cmsUInt16Number) (rgb)) << 8)|(rgb)) #define FROM_16_TO_8(rgb) (cmsUInt8Number) ((((cmsUInt32Number)(rgb) * 65281U + 8388608U) >> 24) & 0xFFU) // Code analysis is broken on asserts #ifdef _MSC_VER # if (_MSC_VER >= 1500) # define _cmsAssert(a) { assert((a)); __analysis_assume((a)); } # else # define _cmsAssert(a) assert((a)) # endif #else # define _cmsAssert(a) assert((a)) #endif //--------------------------------------------------------------------------------- // Determinant lower than that are assumed zero (used on matrix invert) #define MATRIX_DET_TOLERANCE 0.0001 //--------------------------------------------------------------------------------- // Fixed point #define FIXED_TO_INT(x) ((x)>>16) #define FIXED_REST_TO_INT(x) ((x)&0xFFFFU) #define ROUND_FIXED_TO_INT(x) (((x)+0x8000)>>16) cmsINLINE cmsS15Fixed16Number _cmsToFixedDomain(int a) { return a + ((a + 0x7fff) / 0xffff); } cmsINLINE int _cmsFromFixedDomain(cmsS15Fixed16Number a) { return a - ((a + 0x7fff) >> 16); } // ----------------------------------------------------------------------------------------------------------- // Fast floor conversion logic. Thanks to Sree Kotay and Stuart Nixon // note than this only works in the range ..-32767...+32767 because // mantissa is interpreted as 15.16 fixed point. // The union is to avoid pointer aliasing overoptimization. cmsINLINE int _cmsQuickFloor(cmsFloat64Number val) { #ifdef CMS_DONT_USE_FAST_FLOOR return (int) floor(val); #else const cmsFloat64Number _lcms_double2fixmagic = 68719476736.0 * 1.5; // 2^36 * 1.5, (52-16=36) uses limited precision to floor union { cmsFloat64Number val; int halves[2]; } temp; temp.val = val + _lcms_double2fixmagic; #ifdef CMS_USE_BIG_ENDIAN return temp.halves[1] >> 16; #else return temp.halves[0] >> 16; #endif #endif } // Fast floor restricted to 0..65535.0 cmsINLINE cmsUInt16Number _cmsQuickFloorWord(cmsFloat64Number d) { return (cmsUInt16Number) _cmsQuickFloor(d - 32767.0) + 32767U; } // Floor to word, taking care of saturation cmsINLINE cmsUInt16Number _cmsQuickSaturateWord(cmsFloat64Number d) { d += 0.5; if (d <= 0) return 0; if (d >= 65535.0) return 0xffff; return _cmsQuickFloorWord(d); } // Test bed entry points--------------------------------------------------------------- #define CMSCHECKPOINT CMSAPI // Pthread support -------------------------------------------------------------------- #ifndef CMS_NO_PTHREADS // This is the threading support. Unfortunately, it has to be platform-dependent because // windows does not support pthreads. #ifdef CMS_IS_WINDOWS_ #define WIN32_LEAN_AND_MEAN 1 #include // The locking scheme in LCMS requires a single 'top level' mutex // to work. This is actually implemented on Windows as a // CriticalSection, because they are lighter weight. With // pthreads, this is statically inited. Unfortunately, windows // can't officially statically init critical sections. // // We can work around this in 2 ways. // // 1) We can use a proper mutex purely to protect the init // of the CriticalSection. This in turns requires us to protect // the Mutex creation, which we can do using the snappily // named InterlockedCompareExchangePointer API (present on // windows XP and above). // // 2) In cases where we want to work on pre-Windows XP, we // can use an even more horrible hack described below. // // So why wouldn't we always use 2)? Because not calling // the init function for a critical section means it fails // testing with ApplicationVerifier (and presumably similar // tools). // // We therefore default to 1, and people who want to be able // to run on pre-Windows XP boxes can build with: // CMS_RELY_ON_WINDOWS_STATIC_MUTEX_INIT // defined. This is automatically set for builds using // versions of MSVC that don't have this API available. // // From: http://locklessinc.com/articles/pthreads_on_windows/ // The pthreads API has an initialization macro that has no correspondence to anything in // the windows API. By investigating the internal definition of the critical section type, // one may work out how to initialize one without calling InitializeCriticalSection(). // The trick here is that InitializeCriticalSection() is not allowed to fail. It tries // to allocate a critical section debug object, but if no memory is available, it sets // the pointer to a specific value. (One would expect that value to be NULL, but it is // actually (void *)-1 for some reason.) Thus we can use this special value for that // pointer, and the critical section code will work. // The other important part of the critical section type to initialize is the number // of waiters. This controls whether or not the mutex is locked. Fortunately, this // part of the critical section is unlikely to change. Apparently, many programs // already test critical sections to see if they are locked using this value, so // Microsoft felt that it was necessary to keep it set at -1 for an unlocked critical // section, even when they changed the underlying algorithm to be more scalable. // The final parts of the critical section object are unimportant, and can be set // to zero for their defaults. This yields to an initialization macro: typedef CRITICAL_SECTION _cmsMutex; #ifdef _MSC_VER # if (_MSC_VER >= 1800) # pragma warning(disable : 26135) # pragma warning(disable : 4127) # endif #endif #ifndef CMS_RELY_ON_WINDOWS_STATIC_MUTEX_INIT // If we are building with a version of MSVC smaller // than 1400 (i.e. before VS2005) then we don't have // the InterlockedCompareExchangePointer API, so use // the old version. # ifdef _MSC_VER # if _MSC_VER < 1400 # define CMS_RELY_ON_WINDOWS_STATIC_MUTEX_INIT # endif # endif #endif #ifdef CMS_RELY_ON_WINDOWS_STATIC_MUTEX_INIT # define CMS_MUTEX_INITIALIZER {(PRTL_CRITICAL_SECTION_DEBUG) -1,-1,0,0,0,0} #else # define CMS_MUTEX_INITIALIZER {(PRTL_CRITICAL_SECTION_DEBUG)NULL,-1,0,0,0,0} #endif cmsINLINE int _cmsLockPrimitive(_cmsMutex *m) { EnterCriticalSection(m); return 0; } cmsINLINE int _cmsUnlockPrimitive(_cmsMutex *m) { LeaveCriticalSection(m); return 0; } cmsINLINE int _cmsInitMutexPrimitive(_cmsMutex *m) { InitializeCriticalSection(m); return 0; } cmsINLINE int _cmsDestroyMutexPrimitive(_cmsMutex *m) { DeleteCriticalSection(m); return 0; } cmsINLINE int _cmsEnterCriticalSectionPrimitive(_cmsMutex *m) { EnterCriticalSection(m); return 0; } cmsINLINE int _cmsLeaveCriticalSectionPrimitive(_cmsMutex *m) { LeaveCriticalSection(m); return 0; } #else // Rest of the wide world #include #define CMS_MUTEX_INITIALIZER PTHREAD_MUTEX_INITIALIZER typedef pthread_mutex_t _cmsMutex; cmsINLINE int _cmsLockPrimitive(_cmsMutex *m) { return pthread_mutex_lock(m); } cmsINLINE int _cmsUnlockPrimitive(_cmsMutex *m) { return pthread_mutex_unlock(m); } cmsINLINE int _cmsInitMutexPrimitive(_cmsMutex *m) { return pthread_mutex_init(m, NULL); } cmsINLINE int _cmsDestroyMutexPrimitive(_cmsMutex *m) { return pthread_mutex_destroy(m); } cmsINLINE int _cmsEnterCriticalSectionPrimitive(_cmsMutex *m) { return pthread_mutex_lock(m); } cmsINLINE int _cmsLeaveCriticalSectionPrimitive(_cmsMutex *m) { return pthread_mutex_unlock(m); } #endif #else #define CMS_MUTEX_INITIALIZER 0 typedef int _cmsMutex; cmsINLINE int _cmsLockPrimitive(_cmsMutex *m) { cmsUNUSED_PARAMETER(m); return 0; } cmsINLINE int _cmsUnlockPrimitive(_cmsMutex *m) { cmsUNUSED_PARAMETER(m); return 0; } cmsINLINE int _cmsInitMutexPrimitive(_cmsMutex *m) { cmsUNUSED_PARAMETER(m); return 0; } cmsINLINE int _cmsDestroyMutexPrimitive(_cmsMutex *m) { cmsUNUSED_PARAMETER(m); return 0; } cmsINLINE int _cmsEnterCriticalSectionPrimitive(_cmsMutex *m) { cmsUNUSED_PARAMETER(m); return 0; } cmsINLINE int _cmsLeaveCriticalSectionPrimitive(_cmsMutex *m) { cmsUNUSED_PARAMETER(m); return 0; } #endif // Plug-In registration --------------------------------------------------------------- // Specialized function for plug-in memory management. No pairing free() since whole pool is freed at once. void* _cmsPluginMalloc(cmsContext ContextID, cmsUInt32Number size); // Memory management cmsBool _cmsRegisterMemHandlerPlugin(cmsContext ContextID, cmsPluginBase* Plugin); // Interpolation cmsBool _cmsRegisterInterpPlugin(cmsContext ContextID, cmsPluginBase* Plugin); // Parametric curves cmsBool _cmsRegisterParametricCurvesPlugin(cmsContext ContextID, cmsPluginBase* Plugin); // Formatters management cmsBool _cmsRegisterFormattersPlugin(cmsContext ContextID, cmsPluginBase* Plugin); // Tag type management cmsBool _cmsRegisterTagTypePlugin(cmsContext ContextID, cmsPluginBase* Plugin); // Tag management cmsBool _cmsRegisterTagPlugin(cmsContext ContextID, cmsPluginBase* Plugin); // Intent management cmsBool _cmsRegisterRenderingIntentPlugin(cmsContext ContextID, cmsPluginBase* Plugin); // Multi Process elements cmsBool _cmsRegisterMultiProcessElementPlugin(cmsContext ContextID, cmsPluginBase* Plugin); // Optimization cmsBool _cmsRegisterOptimizationPlugin(cmsContext ContextID, cmsPluginBase* Plugin); // Transform cmsBool _cmsRegisterTransformPlugin(cmsContext ContextID, cmsPluginBase* Plugin); // Mutex cmsBool _cmsRegisterMutexPlugin(cmsContext ContextID, cmsPluginBase* Plugin); // Parallelization cmsBool _cmsRegisterParallelizationPlugin(cmsContext ContextID, cmsPluginBase* Plugin); // --------------------------------------------------------------------------------------------------------- // Suballocators. typedef struct _cmsSubAllocator_chunk_st { cmsUInt8Number* Block; cmsUInt32Number BlockSize; cmsUInt32Number Used; struct _cmsSubAllocator_chunk_st* next; } _cmsSubAllocator_chunk; typedef struct { cmsContext ContextID; _cmsSubAllocator_chunk* h; } _cmsSubAllocator; _cmsSubAllocator* _cmsCreateSubAlloc(cmsContext ContextID, cmsUInt32Number Initial); void _cmsSubAllocDestroy(_cmsSubAllocator* s); void* _cmsSubAlloc(_cmsSubAllocator* s, cmsUInt32Number size); void* _cmsSubAllocDup(_cmsSubAllocator* s, const void *ptr, cmsUInt32Number size); // ---------------------------------------------------------------------------------- // The context clients. typedef enum { UserPtr, // User-defined pointer Logger, AlarmCodesContext, AdaptationStateContext, MemPlugin, InterpPlugin, CurvesPlugin, FormattersPlugin, TagTypePlugin, TagPlugin, IntentPlugin, MPEPlugin, OptimizationPlugin, TransformPlugin, MutexPlugin, ParallelizationPlugin, // Last in list MemoryClientMax } _cmsMemoryClient; // Container for memory management plug-in. typedef struct { _cmsMallocFnPtrType MallocPtr; _cmsMalloZerocFnPtrType MallocZeroPtr; _cmsFreeFnPtrType FreePtr; _cmsReallocFnPtrType ReallocPtr; _cmsCallocFnPtrType CallocPtr; _cmsDupFnPtrType DupPtr; } _cmsMemPluginChunkType; // Copy memory management function pointers from plug-in to chunk, taking care of missing routines void _cmsInstallAllocFunctions(cmsPluginMemHandler* Plugin, _cmsMemPluginChunkType* ptr); // Internal structure for context struct _cmsContext_struct { struct _cmsContext_struct* Next; // Points to next context in the new style _cmsSubAllocator* MemPool; // The memory pool that stores context data void* chunks[MemoryClientMax]; // array of pointers to client chunks. Memory itself is held in the suballocator. // If NULL, then it reverts to global Context0 _cmsMemPluginChunkType DefaultMemoryManager; // The allocators used for creating the context itself. Cannot be overridden }; // Returns a pointer to a valid context structure, including the global one if id is zero. // Verifies the magic number. struct _cmsContext_struct* _cmsGetContext(cmsContext ContextID); // Returns the block assigned to the specific zone. void* _cmsContextGetClientChunk(cmsContext id, _cmsMemoryClient mc); // Chunks of context memory by plug-in client ------------------------------------------------------- // Those structures encapsulates all variables needed by the several context clients (mostly plug-ins) // Container for error logger -- not a plug-in typedef struct { cmsLogErrorHandlerFunction LogErrorHandler; // Set to NULL for Context0 fallback } _cmsLogErrorChunkType; // The global Context0 storage for error logger extern _cmsLogErrorChunkType _cmsLogErrorChunk; // Allocate and init error logger container. void _cmsAllocLogErrorChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src); // Container for alarm codes -- not a plug-in typedef struct { cmsUInt16Number AlarmCodes[cmsMAXCHANNELS]; } _cmsAlarmCodesChunkType; // The global Context0 storage for alarm codes extern _cmsAlarmCodesChunkType _cmsAlarmCodesChunk; // Allocate and init alarm codes container. void _cmsAllocAlarmCodesChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src); // Container for adaptation state -- not a plug-in typedef struct { cmsFloat64Number AdaptationState; } _cmsAdaptationStateChunkType; // The global Context0 storage for adaptation state extern _cmsAdaptationStateChunkType _cmsAdaptationStateChunk; // Allocate and init adaptation state container. void _cmsAllocAdaptationStateChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src); // The global Context0 storage for memory management extern _cmsMemPluginChunkType _cmsMemPluginChunk; // Allocate and init memory management container. void _cmsAllocMemPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src); // Container for interpolation plug-in typedef struct { cmsInterpFnFactory Interpolators; } _cmsInterpPluginChunkType; // The global Context0 storage for interpolation plug-in extern _cmsInterpPluginChunkType _cmsInterpPluginChunk; // Allocate and init interpolation container. void _cmsAllocInterpPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src); // Container for parametric curves plug-in typedef struct { struct _cmsParametricCurvesCollection_st* ParametricCurves; } _cmsCurvesPluginChunkType; // The global Context0 storage for tone curves plug-in extern _cmsCurvesPluginChunkType _cmsCurvesPluginChunk; // Allocate and init parametric curves container. void _cmsAllocCurvesPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src); // Container for formatters plug-in typedef struct { struct _cms_formatters_factory_list* FactoryList; } _cmsFormattersPluginChunkType; // The global Context0 storage for formatters plug-in extern _cmsFormattersPluginChunkType _cmsFormattersPluginChunk; // Allocate and init formatters container. void _cmsAllocFormattersPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src); // This chunk type is shared by TagType plug-in and MPE Plug-in typedef struct { struct _cmsTagTypeLinkedList_st* TagTypes; } _cmsTagTypePluginChunkType; // The global Context0 storage for tag types plug-in extern _cmsTagTypePluginChunkType _cmsTagTypePluginChunk; // The global Context0 storage for mult process elements plug-in extern _cmsTagTypePluginChunkType _cmsMPETypePluginChunk; // Allocate and init Tag types container. void _cmsAllocTagTypePluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src); // Allocate and init MPE container. void _cmsAllocMPETypePluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src); // Container for tag plug-in typedef struct { struct _cmsTagLinkedList_st* Tag; } _cmsTagPluginChunkType; // The global Context0 storage for tag plug-in extern _cmsTagPluginChunkType _cmsTagPluginChunk; // Allocate and init Tag container. void _cmsAllocTagPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src); // Container for intents plug-in typedef struct { struct _cms_intents_list* Intents; } _cmsIntentsPluginChunkType; // The global Context0 storage for intents plug-in extern _cmsIntentsPluginChunkType _cmsIntentsPluginChunk; // Allocate and init intents container. void _cmsAllocIntentsPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src); // Container for optimization plug-in typedef struct { struct _cmsOptimizationCollection_st* OptimizationCollection; } _cmsOptimizationPluginChunkType; // The global Context0 storage for optimizers plug-in extern _cmsOptimizationPluginChunkType _cmsOptimizationPluginChunk; // Allocate and init optimizers container. void _cmsAllocOptimizationPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src); // Container for transform plug-in typedef struct { struct _cmsTransformCollection_st* TransformCollection; } _cmsTransformPluginChunkType; // The global Context0 storage for full-transform replacement plug-in extern _cmsTransformPluginChunkType _cmsTransformPluginChunk; // Allocate and init transform container. void _cmsAllocTransformPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src); // Container for mutex plug-in typedef struct { _cmsCreateMutexFnPtrType CreateMutexPtr; _cmsDestroyMutexFnPtrType DestroyMutexPtr; _cmsLockMutexFnPtrType LockMutexPtr; _cmsUnlockMutexFnPtrType UnlockMutexPtr; } _cmsMutexPluginChunkType; // The global Context0 storage for mutex plug-in extern _cmsMutexPluginChunkType _cmsMutexPluginChunk; // Allocate and init mutex container. void _cmsAllocMutexPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src); // Container for parallelization plug-in typedef struct { cmsInt32Number MaxWorkers; // Number of workers to do as maximum cmsInt32Number WorkerFlags; // reserved _cmsTransform2Fn SchedulerFn; // callback to setup functions } _cmsParallelizationPluginChunkType; // The global Context0 storage for parallelization plug-in extern _cmsParallelizationPluginChunkType _cmsParallelizationPluginChunk; // Allocate parallelization container. void _cmsAllocParallelizationPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src); // ---------------------------------------------------------------------------------- // MLU internal representation typedef struct { cmsUInt16Number Language; cmsUInt16Number Country; cmsUInt32Number StrW; // Offset to current unicode string cmsUInt32Number Len; // Length in bytes } _cmsMLUentry; struct _cms_MLU_struct { cmsContext ContextID; // The directory cmsUInt32Number AllocatedEntries; cmsUInt32Number UsedEntries; _cmsMLUentry* Entries; // Array of pointers to strings allocated in MemPool // The Pool cmsUInt32Number PoolSize; // The maximum allocated size cmsUInt32Number PoolUsed; // The used size void* MemPool; // Pointer to begin of memory pool }; // Named color list internal representation typedef struct { char Name[cmsMAX_PATH]; cmsUInt16Number PCS[3]; cmsUInt16Number DeviceColorant[cmsMAXCHANNELS]; } _cmsNAMEDCOLOR; struct _cms_NAMEDCOLORLIST_struct { cmsUInt32Number nColors; cmsUInt32Number Allocated; cmsUInt32Number ColorantCount; char Prefix[33]; // Prefix and suffix are defined to be 32 characters at most char Suffix[33]; _cmsNAMEDCOLOR* List; cmsContext ContextID; }; // ---------------------------------------------------------------------------------- // This is the internal struct holding profile details. // Maximum supported tags in a profile #define MAX_TABLE_TAG 100 typedef struct _cms_iccprofile_struct { // I/O handler cmsIOHANDLER* IOhandler; // The thread ID cmsContext ContextID; // Creation time struct tm Created; // Color management module identification cmsUInt32Number CMM; // Only most important items found in ICC profiles cmsUInt32Number Version; cmsProfileClassSignature DeviceClass; cmsColorSpaceSignature ColorSpace; cmsColorSpaceSignature PCS; cmsUInt32Number RenderingIntent; cmsPlatformSignature platform; cmsUInt32Number flags; cmsUInt32Number manufacturer, model; cmsUInt64Number attributes; cmsUInt32Number creator; cmsProfileID ProfileID; // Dictionary cmsUInt32Number TagCount; cmsTagSignature TagNames[MAX_TABLE_TAG]; cmsTagSignature TagLinked[MAX_TABLE_TAG]; // The tag to which is linked (0=none) cmsUInt32Number TagSizes[MAX_TABLE_TAG]; // Size on disk cmsUInt32Number TagOffsets[MAX_TABLE_TAG]; cmsBool TagSaveAsRaw[MAX_TABLE_TAG]; // True to write uncooked void * TagPtrs[MAX_TABLE_TAG]; cmsTagTypeHandler* TagTypeHandlers[MAX_TABLE_TAG]; // Same structure may be serialized on different types // depending on profile version, so we keep track of the // type handler for each tag in the list. // Special cmsBool IsWrite; // Keep a mutex for cmsReadTag -- Note that this only works if the user includes a mutex plugin void * UsrMutex; } _cmsICCPROFILE; // IO helpers for profiles cmsBool _cmsReadHeader(_cmsICCPROFILE* Icc); cmsBool _cmsWriteHeader(_cmsICCPROFILE* Icc, cmsUInt32Number UsedSpace); int _cmsSearchTag(_cmsICCPROFILE* Icc, cmsTagSignature sig, cmsBool lFollowLinks); // Tag types cmsTagTypeHandler* _cmsGetTagTypeHandler(cmsContext ContextID, cmsTagTypeSignature sig); cmsTagTypeSignature _cmsGetTagTrueType(cmsHPROFILE hProfile, cmsTagSignature sig); cmsTagDescriptor* _cmsGetTagDescriptor(cmsContext ContextID, cmsTagSignature sig); // Error logging --------------------------------------------------------------------------------------------------------- void _cmsTagSignature2String(char String[5], cmsTagSignature sig); // Interpolation --------------------------------------------------------------------------------------------------------- CMSCHECKPOINT cmsInterpParams* CMSEXPORT _cmsComputeInterpParams(cmsContext ContextID, cmsUInt32Number nSamples, cmsUInt32Number InputChan, cmsUInt32Number OutputChan, const void* Table, cmsUInt32Number dwFlags); cmsInterpParams* _cmsComputeInterpParamsEx(cmsContext ContextID, const cmsUInt32Number nSamples[], cmsUInt32Number InputChan, cmsUInt32Number OutputChan, const void* Table, cmsUInt32Number dwFlags); CMSCHECKPOINT void CMSEXPORT _cmsFreeInterpParams(cmsInterpParams* p); cmsBool _cmsSetInterpolationRoutine(cmsContext ContextID, cmsInterpParams* p); // Curves ---------------------------------------------------------------------------------------------------------------- // This struct holds information about a segment, plus a pointer to the function that implements the evaluation. // In the case of table-based, Eval pointer is set to NULL // The gamma function main structure struct _cms_curve_struct { cmsInterpParams* InterpParams; // Private optimizations for interpolation cmsUInt32Number nSegments; // Number of segments in the curve. Zero for a 16-bit based tables cmsCurveSegment* Segments; // The segments cmsInterpParams** SegInterp; // Array of private optimizations for interpolation in table-based segments cmsParametricCurveEvaluator* Evals; // Evaluators (one per segment) // 16 bit Table-based representation follows cmsUInt32Number nEntries; // Number of table elements cmsUInt16Number* Table16; // The table itself. }; // Pipelines & Stages --------------------------------------------------------------------------------------------- // A single stage struct _cmsStage_struct { cmsContext ContextID; cmsStageSignature Type; // Identifies the stage cmsStageSignature Implements; // Identifies the *function* of the stage (for optimizations) cmsUInt32Number InputChannels; // Input channels -- for optimization purposes cmsUInt32Number OutputChannels; // Output channels -- for optimization purposes _cmsStageEvalFn EvalPtr; // Points to fn that evaluates the stage (always in floating point) _cmsStageDupElemFn DupElemPtr; // Points to a fn that duplicates the *data* of the stage _cmsStageFreeElemFn FreePtr; // Points to a fn that sets the *data* of the stage free // A generic pointer to whatever memory needed by the stage void* Data; // Maintains linked list (used internally) struct _cmsStage_struct* Next; }; // Special Stages (cannot be saved) CMSCHECKPOINT cmsStage* CMSEXPORT _cmsStageAllocLab2XYZ(cmsContext ContextID); CMSCHECKPOINT cmsStage* CMSEXPORT _cmsStageAllocXYZ2Lab(cmsContext ContextID); cmsStage* _cmsStageAllocLabPrelin(cmsContext ContextID); CMSCHECKPOINT cmsStage* CMSEXPORT _cmsStageAllocLabV2ToV4(cmsContext ContextID); cmsStage* _cmsStageAllocLabV2ToV4curves(cmsContext ContextID); CMSCHECKPOINT cmsStage* CMSEXPORT _cmsStageAllocLabV4ToV2(cmsContext ContextID); CMSCHECKPOINT cmsStage* CMSEXPORT _cmsStageAllocNamedColor(cmsNAMEDCOLORLIST* NamedColorList, cmsBool UsePCS); CMSCHECKPOINT cmsStage* CMSEXPORT _cmsStageAllocIdentityCurves(cmsContext ContextID, cmsUInt32Number nChannels); CMSCHECKPOINT cmsStage* CMSEXPORT _cmsStageAllocIdentityCLut(cmsContext ContextID, cmsUInt32Number nChan); cmsStage* _cmsStageNormalizeFromLabFloat(cmsContext ContextID); cmsStage* _cmsStageNormalizeFromXyzFloat(cmsContext ContextID); cmsStage* _cmsStageNormalizeToLabFloat(cmsContext ContextID); cmsStage* _cmsStageNormalizeToXyzFloat(cmsContext ContextID); cmsStage* _cmsStageClipNegatives(cmsContext ContextID, cmsUInt32Number nChannels); // For curve set only cmsToneCurve** _cmsStageGetPtrToCurveSet(const cmsStage* mpe); struct _cmsPipeline_struct { cmsStage* Elements; // Points to elements chain cmsUInt32Number InputChannels, OutputChannels; // Data & evaluators void *Data; _cmsPipelineEval16Fn Eval16Fn; _cmsPipelineEvalFloatFn EvalFloatFn; _cmsFreeUserDataFn FreeDataFn; _cmsDupUserDataFn DupDataFn; cmsContext ContextID; // Environment cmsBool SaveAs8Bits; // Implementation-specific: save as 8 bits if possible }; // LUT reading & creation ------------------------------------------------------------------------------------------- // Read tags using low-level function, provide necessary glue code to adapt versions, etc. All those return a brand new copy // of the LUTS, since ownership of original is up to the profile. The user should free allocated resources. CMSCHECKPOINT cmsPipeline* CMSEXPORT _cmsReadInputLUT(cmsHPROFILE hProfile, cmsUInt32Number Intent); CMSCHECKPOINT cmsPipeline* CMSEXPORT _cmsReadOutputLUT(cmsHPROFILE hProfile, cmsUInt32Number Intent); CMSCHECKPOINT cmsPipeline* CMSEXPORT _cmsReadDevicelinkLUT(cmsHPROFILE hProfile, cmsUInt32Number Intent); // Special values cmsBool _cmsReadMediaWhitePoint(cmsCIEXYZ* Dest, cmsHPROFILE hProfile); cmsBool _cmsReadCHAD(cmsMAT3* Dest, cmsHPROFILE hProfile); // Profile linker -------------------------------------------------------------------------------------------------- // Link several profiles to obtain a single LUT modelling the whole color transform. Intents, Black point // compensation and Adaptation parameters may vary across profiles. BPC and Adaptation refers to the PCS // after the profile. I.e, BPC[0] refers to connetion between profile(0) and profile(1) cmsPipeline* _cmsLinkProfiles(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number TheIntents[], cmsHPROFILE hProfiles[], cmsBool BPC[], cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags); // Sequence -------------------------------------------------------------------------------------------------------- cmsSEQ* _cmsReadProfileSequence(cmsHPROFILE hProfile); cmsBool _cmsWriteProfileSequence(cmsHPROFILE hProfile, const cmsSEQ* seq); cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[]); // LUT optimization ------------------------------------------------------------------------------------------------ CMSCHECKPOINT cmsUInt16Number CMSEXPORT _cmsQuantizeVal(cmsFloat64Number i, cmsUInt32Number MaxSamples); CMSAPI cmsUInt32Number CMSEXPORT _cmsReasonableGridpointsByColorspace(cmsColorSpaceSignature Colorspace, cmsUInt32Number dwFlags); cmsBool _cmsEndPointsBySpace(cmsColorSpaceSignature Space, cmsUInt16Number **White, cmsUInt16Number **Black, cmsUInt32Number *nOutputs); CMSAPI cmsBool CMSEXPORT _cmsOptimizePipeline(cmsContext ContextID, cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags ); // Hi level LUT building ---------------------------------------------------------------------------------------------- cmsPipeline* _cmsCreateGamutCheckPipeline(cmsContext ContextID, cmsHPROFILE hProfiles[], cmsBool BPC[], cmsUInt32Number Intents[], cmsFloat64Number AdaptationStates[], cmsUInt32Number nGamutPCSposition, cmsHPROFILE hGamut); // Formatters ------------------------------------------------------------------------------------------------------------ #define cmsFLAGS_CAN_CHANGE_FORMATTER 0x02000000 // Allow change buffer format cmsBool _cmsFormatterIsFloat(cmsUInt32Number Type); cmsBool _cmsFormatterIs8bit(cmsUInt32Number Type); CMSCHECKPOINT cmsFormatter CMSEXPORT _cmsGetFormatter(cmsContext ContextID, cmsUInt32Number Type, // Specific type, i.e. TYPE_RGB_8 cmsFormatterDirection Dir, cmsUInt32Number dwFlags); #ifndef CMS_NO_HALF_SUPPORT // Half float CMSCHECKPOINT cmsFloat32Number CMSEXPORT _cmsHalf2Float(cmsUInt16Number h); CMSCHECKPOINT cmsUInt16Number CMSEXPORT _cmsFloat2Half(cmsFloat32Number flt); #endif // Transform logic ------------------------------------------------------------------------------------------------------ struct _cmstransform_struct; typedef struct { // 1-pixel cache (16 bits only) cmsUInt16Number CacheIn[cmsMAXCHANNELS]; cmsUInt16Number CacheOut[cmsMAXCHANNELS]; } _cmsCACHE; // Transformation typedef struct _cmstransform_struct { cmsUInt32Number InputFormat, OutputFormat; // Keep formats for further reference // Points to transform code _cmsTransform2Fn xform; // Formatters, cannot be embedded into LUT because cache cmsFormatter16 FromInput; cmsFormatter16 ToOutput; cmsFormatterFloat FromInputFloat; cmsFormatterFloat ToOutputFloat; // 1-pixel cache seed for zero as input (16 bits, read only) _cmsCACHE Cache; // A Pipeline holding the full (optimized) transform cmsPipeline* Lut; // A Pipeline holding the gamut check. It goes from the input space to bilevel cmsPipeline* GamutCheck; // Colorant tables cmsNAMEDCOLORLIST* InputColorant; // Input Colorant table cmsNAMEDCOLORLIST* OutputColorant; // Colorant table (for n chans > CMYK) // Informational only cmsColorSpaceSignature EntryColorSpace; cmsColorSpaceSignature ExitColorSpace; // White points (informative only) cmsCIEXYZ EntryWhitePoint; cmsCIEXYZ ExitWhitePoint; // Profiles used to create the transform cmsSEQ* Sequence; cmsUInt32Number dwOriginalFlags; cmsFloat64Number AdaptationState; // The intent of this transform. That is usually the last intent in the profilechain, but may differ cmsUInt32Number RenderingIntent; // An id that uniquely identifies the running context. May be null. cmsContext ContextID; // A user-defined pointer that can be used to store data for transform plug-ins void* UserData; _cmsFreeUserDataFn FreeUserData; // A way to provide backwards compatibility with full xform plugins _cmsTransformFn OldXform; // A one-worker transform entry for parallelization _cmsTransform2Fn Worker; cmsInt32Number MaxWorkers; cmsUInt32Number WorkerFlags; } _cmsTRANSFORM; // Copies extra channels from input to output if the original flags in the transform structure // instructs to do so. This function is called on all standard transform functions. void _cmsHandleExtraChannels(_cmsTRANSFORM* p, const void* in, void* out, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride); // ----------------------------------------------------------------------------------------------------------------------- cmsHTRANSFORM _cmsChain2Lab(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat, const cmsUInt32Number Intents[], const cmsHPROFILE hProfiles[], const cmsBool BPC[], const cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags); cmsToneCurve* _cmsBuildKToneCurve(cmsContext ContextID, cmsUInt32Number nPoints, cmsUInt32Number nProfiles, const cmsUInt32Number Intents[], const cmsHPROFILE hProfiles[], const cmsBool BPC[], const cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags); cmsBool _cmsAdaptationMatrix(cmsMAT3* r, const cmsMAT3* ConeMatrix, const cmsCIEXYZ* FromIll, const cmsCIEXYZ* ToIll); cmsBool _cmsBuildRGB2XYZtransferMatrix(cmsMAT3* r, const cmsCIExyY* WhitePoint, const cmsCIExyYTRIPLE* Primaries); // thread-safe gettime cmsBool _cmsGetTime(struct tm* ptr_time); #define _lcms_internal_H #endif lcms2-2.17/src/meson.build0000644000175000017500000000212614752176133014440 0ustar martimartilcms2_srcs = files( 'cmsalpha.c', 'cmscam02.c', 'cmscgats.c', 'cmscnvrt.c', 'cmserr.c', 'cmsgamma.c', 'cmsgmt.c', 'cmshalf.c', 'cmsintrp.c', 'cmsio0.c', 'cmsio1.c', 'cmslut.c', 'cmsmd5.c', 'cmsmtrx.c', 'cmsnamed.c', 'cmsopt.c', 'cmspack.c', 'cmspcs.c', 'cmsplugin.c', 'cmsps2.c', 'cmssamp.c', 'cmssm.c', 'cmstypes.c', 'cmsvirt.c', 'cmswtpnt.c', 'cmsxform.c', ) if host_machine.system() == 'windows' if get_option('default_library') == 'shared' lcms2_rc = configure_file( input: 'lcms2.rc.in', configuration: version_cfg, output: 'lcms2.rc', ) lcms2_srcs += win.compile_resources(lcms2_rc) cargs += '-DCMS_DLL_BUILD=1' endif endif liblcms2_lib = library( 'lcms2', lcms2_srcs, include_directories: inc_dirs, gnu_symbol_visibility: 'hidden', dependencies: deps, c_args: cargs, version: library_version, # vs_module_defs: 'lcms2.def', install: true, ) liblcms2_dep = declare_dependency( link_with: liblcms2_lib, include_directories: [inc_dirs, include_directories('.')], ) lcms2-2.17/src/.deps/0000755000175000017500000000000014752176133013306 5ustar martimartilcms2-2.17/src/cmscgats.c0000644000175000017500000025147514752176133014263 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include "lcms2_internal.h" // IT8.7 / CGATS.17-200x handling ----------------------------------------------------------------------------- #define MAXID 128 // Max length of identifier #define MAXSTR 1024 // Max length of string #define MAXTABLES 255 // Max Number of tables in a single stream #define MAXINCLUDE 20 // Max number of nested includes #define DEFAULT_DBL_FORMAT "%.10g" // Double formatting #ifdef CMS_IS_WINDOWS_ # include # define DIR_CHAR '\\' #else # define DIR_CHAR '/' #endif // Symbols typedef enum { SUNDEFINED, SINUM, // Integer SDNUM, // Real SIDENT, // Identifier SSTRING, // string SCOMMENT, // comment SEOLN, // End of line SEOF, // End of stream SSYNERROR, // Syntax error found on stream // IT8 symbols SBEGIN_DATA, SBEGIN_DATA_FORMAT, SEND_DATA, SEND_DATA_FORMAT, SKEYWORD, SDATA_FORMAT_ID, SINCLUDE, // Cube symbols SDOMAIN_MAX, SDOMAIN_MIN, S_LUT1D_SIZE, S_LUT1D_INPUT_RANGE, S_LUT3D_SIZE, S_LUT3D_INPUT_RANGE, S_LUT_IN_VIDEO_RANGE, S_LUT_OUT_VIDEO_RANGE, STITLE } SYMBOL; // How to write the value typedef enum { WRITE_UNCOOKED, WRITE_STRINGIFY, WRITE_HEXADECIMAL, WRITE_BINARY, WRITE_PAIR } WRITEMODE; // Linked list of variable names typedef struct _KeyVal { struct _KeyVal* Next; char* Keyword; // Name of variable struct _KeyVal* NextSubkey; // If key is a dictionary, points to the next item char* Subkey; // If key is a dictionary, points to the subkey name char* Value; // Points to value WRITEMODE WriteAs; // How to write the value } KEYVALUE; // Linked list of memory chunks (Memory sink) typedef struct _OwnedMem { struct _OwnedMem* Next; void * Ptr; // Point to value } OWNEDMEM; // Suballocator typedef struct _SubAllocator { cmsUInt8Number* Block; cmsUInt32Number BlockSize; cmsUInt32Number Used; } SUBALLOCATOR; // Table. Each individual table can hold properties and rows & cols typedef struct _Table { char SheetType[MAXSTR]; // The first row of the IT8 (the type) int nSamples, nPatches; // Cols, Rows int SampleID; // Pos of ID KEYVALUE* HeaderList; // The properties char** DataFormat; // The binary stream descriptor char** Data; // The binary stream } TABLE; // File stream being parsed typedef struct _FileContext { char FileName[cmsMAX_PATH]; // File name if being read from file FILE* Stream; // File stream or NULL if holded in memory } FILECTX; //Very simple string typedef struct { struct struct_it8* it8; cmsInt32Number max; cmsInt32Number len; char* begin; } string; // This struct hold all information about an open IT8 handler. typedef struct struct_it8 { cmsUInt32Number TablesCount; // How many tables in this stream cmsUInt32Number nTable; // The actual table // Partser type cmsBool IsCUBE; // Tables TABLE Tab[MAXTABLES]; // Memory management OWNEDMEM* MemorySink; // The storage backend SUBALLOCATOR Allocator; // String suballocator -- just to keep it fast // Parser state machine SYMBOL sy; // Current symbol int ch; // Current character cmsInt32Number inum; // integer value cmsFloat64Number dnum; // real value string* id; // identifier string* str; // string // Allowed keywords & datasets. They have visibility on whole stream KEYVALUE* ValidKeywords; KEYVALUE* ValidSampleID; char* Source; // Points to loc. being parsed cmsInt32Number lineno; // line counter for error reporting FILECTX* FileStack[MAXINCLUDE]; // Stack of files being parsed cmsInt32Number IncludeSP; // Include Stack Pointer char* MemoryBlock; // The stream if holded in memory char DoubleFormatter[MAXID];// Printf-like 'cmsFloat64Number' formatter cmsContext ContextID; // The threading context } cmsIT8; // The stream for save operations typedef struct { FILE* stream; // For save-to-file behaviour cmsUInt8Number* Base; cmsUInt8Number* Ptr; // For save-to-mem behaviour cmsUInt32Number Used; cmsUInt32Number Max; } SAVESTREAM; // ------------------------------------------------------ cmsIT8 parsing routines // A keyword typedef struct { const char *id; SYMBOL sy; } KEYWORD; // The keyword->symbol translation tables. Sorting is required. static const KEYWORD TabKeysIT8[] = { {"$INCLUDE", SINCLUDE}, // This is an extension! {".INCLUDE", SINCLUDE}, // This is an extension! {"BEGIN_DATA", SBEGIN_DATA }, {"BEGIN_DATA_FORMAT", SBEGIN_DATA_FORMAT }, {"DATA_FORMAT_IDENTIFIER", SDATA_FORMAT_ID}, {"END_DATA", SEND_DATA}, {"END_DATA_FORMAT", SEND_DATA_FORMAT}, {"KEYWORD", SKEYWORD} }; #define NUMKEYS_IT8 (sizeof(TabKeysIT8)/sizeof(KEYWORD)) static const KEYWORD TabKeysCUBE[] = { {"DOMAIN_MAX", SDOMAIN_MAX }, {"DOMAIN_MIN", SDOMAIN_MIN }, {"LUT_1D_SIZE", S_LUT1D_SIZE }, {"LUT_1D_INPUT_RANGE", S_LUT1D_INPUT_RANGE }, {"LUT_3D_SIZE", S_LUT3D_SIZE }, {"LUT_3D_INPUT_RANGE", S_LUT3D_INPUT_RANGE }, {"LUT_IN_VIDEO_RANGE", S_LUT_IN_VIDEO_RANGE }, {"LUT_OUT_VIDEO_RANGE", S_LUT_OUT_VIDEO_RANGE }, {"TITLE", STITLE } }; #define NUMKEYS_CUBE (sizeof(TabKeysCUBE)/sizeof(KEYWORD)) // Predefined properties // A property typedef struct { const char *id; // The identifier WRITEMODE as; // How is supposed to be written } PROPERTY; static PROPERTY PredefinedProperties[] = { {"NUMBER_OF_FIELDS", WRITE_UNCOOKED}, // Required - NUMBER OF FIELDS {"NUMBER_OF_SETS", WRITE_UNCOOKED}, // Required - NUMBER OF SETS {"ORIGINATOR", WRITE_STRINGIFY}, // Required - Identifies the specific system, organization or individual that created the data file. {"FILE_DESCRIPTOR", WRITE_STRINGIFY}, // Required - Describes the purpose or contents of the data file. {"CREATED", WRITE_STRINGIFY}, // Required - Indicates date of creation of the data file. {"DESCRIPTOR", WRITE_STRINGIFY}, // Required - Describes the purpose or contents of the data file. {"DIFFUSE_GEOMETRY", WRITE_STRINGIFY}, // The diffuse geometry used. Allowed values are "sphere" or "opal". {"MANUFACTURER", WRITE_STRINGIFY}, {"MANUFACTURE", WRITE_STRINGIFY}, // Some broken Fuji targets does store this value {"PROD_DATE", WRITE_STRINGIFY}, // Identifies year and month of production of the target in the form yyyy:mm. {"SERIAL", WRITE_STRINGIFY}, // Uniquely identifies individual physical target. {"MATERIAL", WRITE_STRINGIFY}, // Identifies the material on which the target was produced using a code // uniquely identifying th e material. This is intend ed to be used for IT8.7 // physical targets only (i.e . IT8.7/1 and IT8.7/2). {"INSTRUMENTATION", WRITE_STRINGIFY}, // Used to report the specific instrumentation used (manufacturer and // model number) to generate the data reported. This data will often // provide more information about the particular data collected than an // extensive list of specific details. This is particularly important for // spectral data or data derived from spectrophotometry. {"MEASUREMENT_SOURCE", WRITE_STRINGIFY}, // Illumination used for spectral measurements. This data helps provide // a guide to the potential for issues of paper fluorescence, etc. {"PRINT_CONDITIONS", WRITE_STRINGIFY}, // Used to define the characteristics of the printed sheet being reported. // Where standard conditions have been defined (e.g., SWOP at nominal) // named conditions may suffice. Otherwise, detailed information is // needed. {"SAMPLE_BACKING", WRITE_STRINGIFY}, // Identifies the backing material used behind the sample during // measurement. Allowed values are "black", "white", or {"na". {"CHISQ_DOF", WRITE_STRINGIFY}, // Degrees of freedom associated with the Chi squared statistic // below properties are new in recent specs: {"MEASUREMENT_GEOMETRY", WRITE_STRINGIFY}, // The type of measurement, either reflection or transmission, should be indicated // along with details of the geometry and the aperture size and shape. For example, // for transmission measurements it is important to identify 0/diffuse, diffuse/0, // opal or integrating sphere, etc. For reflection it is important to identify 0/45, // 45/0, sphere (specular included or excluded), etc. {"FILTER", WRITE_STRINGIFY}, // Identifies the use of physical filter(s) during measurement. Typically used to // denote the use of filters such as none, D65, Red, Green or Blue. {"POLARIZATION", WRITE_STRINGIFY}, // Identifies the use of a physical polarization filter during measurement. Allowed // values are {"yes", "white", "none" or "na". {"WEIGHTING_FUNCTION", WRITE_PAIR}, // Indicates such functions as: the CIE standard observer functions used in the // calculation of various data parameters (2 degree and 10 degree), CIE standard // illuminant functions used in the calculation of various data parameters (e.g., D50, // D65, etc.), density status response, etc. If used there shall be at least one // name-value pair following the WEIGHTING_FUNCTION tag/keyword. The first attribute // in the set shall be {"name" and shall identify the particular parameter used. // The second shall be {"value" and shall provide the value associated with that name. // For ASCII data, a string containing the Name and Value attribute pairs shall follow // the weighting function keyword. A semi-colon separates attribute pairs from each // other and within the attribute the name and value are separated by a comma. {"COMPUTATIONAL_PARAMETER", WRITE_PAIR}, // Parameter that is used in computing a value from measured data. Name is the name // of the calculation, parameter is the name of the parameter used in the calculation // and value is the value of the parameter. {"TARGET_TYPE", WRITE_STRINGIFY}, // The type of target being measured, e.g. IT8.7/1, IT8.7/3, user defined, etc. {"COLORANT", WRITE_STRINGIFY}, // Identifies the colorant(s) used in creating the target. {"TABLE_DESCRIPTOR", WRITE_STRINGIFY}, // Describes the purpose or contents of a data table. {"TABLE_NAME", WRITE_STRINGIFY} // Provides a short name for a data table. }; #define NUMPREDEFINEDPROPS (sizeof(PredefinedProperties)/sizeof(PROPERTY)) // Predefined sample types on dataset static const char* PredefinedSampleID[] = { "SAMPLE_ID", // Identifies sample that data represents "STRING", // Identifies label, or other non-machine readable value. // Value must begin and end with a " symbol "CMYK_C", // Cyan component of CMYK data expressed as a percentage "CMYK_M", // Magenta component of CMYK data expressed as a percentage "CMYK_Y", // Yellow component of CMYK data expressed as a percentage "CMYK_K", // Black component of CMYK data expressed as a percentage "D_RED", // Red filter density "D_GREEN", // Green filter density "D_BLUE", // Blue filter density "D_VIS", // Visual filter density "D_MAJOR_FILTER", // Major filter d ensity "RGB_R", // Red component of RGB data "RGB_G", // Green component of RGB data "RGB_B", // Blue com ponent of RGB data "SPECTRAL_NM", // Wavelength of measurement expressed in nanometers "SPECTRAL_PCT", // Percentage reflectance/transmittance "SPECTRAL_DEC", // Reflectance/transmittance "XYZ_X", // X component of tristimulus data "XYZ_Y", // Y component of tristimulus data "XYZ_Z", // Z component of tristimulus data "XYY_X", // x component of chromaticity data "XYY_Y", // y component of chromaticity data "XYY_CAPY", // Y component of tristimulus data "LAB_L", // L* component of Lab data "LAB_A", // a* component of Lab data "LAB_B", // b* component of Lab data "LAB_C", // C*ab component of Lab data "LAB_H", // hab component of Lab data "LAB_DE", // CIE dE "LAB_DE_94", // CIE dE using CIE 94 "LAB_DE_CMC", // dE using CMC "LAB_DE_2000", // CIE dE using CIE DE 2000 "MEAN_DE", // Mean Delta E (LAB_DE) of samples compared to batch average // (Used for data files for ANSI IT8.7/1 and IT8.7/2 targets) "STDEV_X", // Standard deviation of X (tristimulus data) "STDEV_Y", // Standard deviation of Y (tristimulus data) "STDEV_Z", // Standard deviation of Z (tristimulus data) "STDEV_L", // Standard deviation of L* "STDEV_A", // Standard deviation of a* "STDEV_B", // Standard deviation of b* "STDEV_DE", // Standard deviation of CIE dE "CHI_SQD_PAR"}; // The average of the standard deviations of L*, a* and b*. It is // used to derive an estimate of the chi-squared parameter which is // recommended as the predictor of the variability of dE #define NUMPREDEFINEDSAMPLEID (sizeof(PredefinedSampleID)/sizeof(char *)) //Forward declaration of some internal functions static void* AllocChunk(cmsIT8* it8, cmsUInt32Number size); static string* StringAlloc(cmsIT8* it8, int max) { string* s = (string*) AllocChunk(it8, sizeof(string)); if (s == NULL) return NULL; s->it8 = it8; s->max = max; s->len = 0; s->begin = (char*) AllocChunk(it8, s->max); return s; } static void StringClear(string* s) { s->len = 0; s->begin[0] = 0; } static cmsBool StringAppend(string* s, char c) { if (s->len + 1 >= s->max) { char* new_ptr; s->max *= 10; new_ptr = (char*) AllocChunk(s->it8, s->max); if (new_ptr == NULL) return FALSE; if (new_ptr != NULL && s->begin != NULL) memcpy(new_ptr, s->begin, s->len); s->begin = new_ptr; } if (s->begin != NULL) { s->begin[s->len++] = c; s->begin[s->len] = 0; } return TRUE; } static char* StringPtr(string* s) { return s->begin; } static cmsBool StringCat(string* s, const char* c) { while (*c) { if (!StringAppend(s, *c)) return FALSE; c++; } return TRUE; } // Checks whatever c is a separator static cmsBool isseparator(int c) { return (c == ' ') || (c == '\t'); } // Checks whatever c is a valid identifier char static cmsBool ismiddle(int c) { return (!isseparator(c) && (c != '#') && (c !='\"') && (c != '\'') && (c > 32) && (c < 127)); } // Checks whatsever c is a valid identifier middle char. static cmsBool isidchar(int c) { return isalnum(c) || ismiddle(c); } // Checks whatsever c is a valid identifier first char. static cmsBool isfirstidchar(int c) { return c != '-' && !isdigit(c) && ismiddle(c); } // Guess whether the supplied path looks like an absolute path static cmsBool isabsolutepath(const char *path) { char ThreeChars[4]; if(path == NULL) return FALSE; if (path[0] == 0) return FALSE; strncpy(ThreeChars, path, 3); ThreeChars[3] = 0; if(ThreeChars[0] == DIR_CHAR) return TRUE; #ifdef CMS_IS_WINDOWS_ if (isalpha((int) ThreeChars[0]) && ThreeChars[1] == ':') return TRUE; #endif return FALSE; } // Makes a file path based on a given reference path // NOTE: this function doesn't check if the path exists or even if it's legal static cmsBool BuildAbsolutePath(const char *relPath, const char *basePath, char *buffer, cmsUInt32Number MaxLen) { char *tail; cmsUInt32Number len; // Already absolute? if (isabsolutepath(relPath)) { memcpy(buffer, relPath, MaxLen); buffer[MaxLen-1] = 0; return TRUE; } // No, search for last memcpy(buffer, basePath, MaxLen); buffer[MaxLen-1] = 0; tail = strrchr(buffer, DIR_CHAR); if (tail == NULL) return FALSE; // Is not absolute and has no separators?? len = (cmsUInt32Number) (tail - buffer); if (len >= MaxLen) return FALSE; // No need to assure zero terminator over here strncpy(tail + 1, relPath, MaxLen - len); return TRUE; } // Make sure no exploit is being even tried static const char* NoMeta(const char* str) { if (strchr(str, '%') != NULL) return "**** CORRUPTED FORMAT STRING ***"; return str; } // Syntax error static cmsBool SynError(cmsIT8* it8, const char *Txt, ...) { char Buffer[256], ErrMsg[1024]; va_list args; va_start(args, Txt); vsnprintf(Buffer, 255, Txt, args); Buffer[255] = 0; va_end(args); snprintf(ErrMsg, 1023, "%s: Line %d, %s", it8->FileStack[it8 ->IncludeSP]->FileName, it8->lineno, Buffer); ErrMsg[1023] = 0; it8->sy = SSYNERROR; cmsSignalError(it8 ->ContextID, cmsERROR_CORRUPTION_DETECTED, "%s", ErrMsg); return FALSE; } // Check if current symbol is same as specified. issue an error else. static cmsBool Check(cmsIT8* it8, SYMBOL sy, const char* Err) { if (it8 -> sy != sy) return SynError(it8, NoMeta(Err)); return TRUE; } // Read Next character from stream static void NextCh(cmsIT8* it8) { if (it8 -> FileStack[it8 ->IncludeSP]->Stream) { it8 ->ch = fgetc(it8 ->FileStack[it8 ->IncludeSP]->Stream); if (feof(it8 -> FileStack[it8 ->IncludeSP]->Stream)) { if (it8 ->IncludeSP > 0) { fclose(it8 ->FileStack[it8->IncludeSP--]->Stream); it8 -> ch = ' '; // Whitespace to be ignored } else it8 ->ch = 0; // EOF } } else { it8->ch = *it8->Source; if (it8->ch) it8->Source++; } } // Try to see if current identifier is a keyword, if so return the referred symbol static SYMBOL BinSrchKey(const char *id, int NumKeys, const KEYWORD* TabKeys) { int l = 1; int r = NumKeys; int x, res; while (r >= l) { x = (l+r)/2; res = cmsstrcasecmp(id, TabKeys[x-1].id); if (res == 0) return TabKeys[x-1].sy; if (res < 0) r = x - 1; else l = x + 1; } return SUNDEFINED; } // 10 ^n static cmsFloat64Number xpow10(int n) { return pow(10, (cmsFloat64Number) n); } // Reads a Real number, tries to follow from integer number static void ReadReal(cmsIT8* it8, cmsInt32Number inum) { it8->dnum = (cmsFloat64Number)inum; while (isdigit(it8->ch)) { it8->dnum = (cmsFloat64Number)it8->dnum * 10.0 + (cmsFloat64Number)(it8->ch - '0'); NextCh(it8); } if (it8->ch == '.') { // Decimal point cmsFloat64Number frac = 0.0; // fraction int prec = 0; // precision NextCh(it8); // Eats dec. point while (isdigit(it8->ch)) { frac = frac * 10.0 + (cmsFloat64Number)(it8->ch - '0'); prec++; NextCh(it8); } it8->dnum = it8->dnum + (frac / xpow10(prec)); } // Exponent, example 34.00E+20 if (toupper(it8->ch) == 'E') { cmsInt32Number e; cmsInt32Number sgn; NextCh(it8); sgn = 1; if (it8->ch == '-') { sgn = -1; NextCh(it8); } else if (it8->ch == '+') { sgn = +1; NextCh(it8); } e = 0; while (isdigit(it8->ch)) { cmsInt32Number digit = (it8->ch - '0'); if ((cmsFloat64Number)e * 10.0 + (cmsFloat64Number)digit < (cmsFloat64Number)+2147483647.0) e = e * 10 + digit; NextCh(it8); } e = sgn*e; it8->dnum = it8->dnum * xpow10(e); } } // Parses a float number // This can not call directly atof because it uses locale dependent // parsing, while CCMX files always use . as decimal separator static cmsFloat64Number ParseFloatNumber(const char *Buffer) { cmsFloat64Number dnum = 0.0; int sign = 1; // keep safe if (Buffer == NULL) return 0.0; if (*Buffer == '-' || *Buffer == '+') { sign = (*Buffer == '-') ? -1 : 1; Buffer++; } while (*Buffer && isdigit((int)*Buffer)) { dnum = dnum * 10.0 + (*Buffer - '0'); if (*Buffer) Buffer++; } if (*Buffer == '.') { cmsFloat64Number frac = 0.0; // fraction int prec = 0; // precision if (*Buffer) Buffer++; while (*Buffer && isdigit((int)*Buffer)) { frac = frac * 10.0 + (*Buffer - '0'); prec++; if (*Buffer) Buffer++; } dnum = dnum + (frac / xpow10(prec)); } // Exponent, example 34.00E+20 if (*Buffer && toupper(*Buffer) == 'E') { int e; int sgn; if (*Buffer) Buffer++; sgn = 1; if (*Buffer == '-') { sgn = -1; if (*Buffer) Buffer++; } else if (*Buffer == '+') { sgn = +1; if (*Buffer) Buffer++; } e = 0; while (*Buffer && isdigit((int)*Buffer)) { cmsInt32Number digit = (*Buffer - '0'); if ((cmsFloat64Number)e * 10.0 + digit < (cmsFloat64Number)+2147483647.0) e = e * 10 + digit; if (*Buffer) Buffer++; } e = sgn*e; dnum = dnum * xpow10(e); } return sign * dnum; } // Reads a string, special case to avoid infinite recursion on .include static void InStringSymbol(cmsIT8* it8) { while (isseparator(it8->ch)) NextCh(it8); if (it8->ch == '\'' || it8->ch == '\"') { int sng; sng = it8->ch; StringClear(it8->str); NextCh(it8); while (it8->ch != sng) { if (it8->ch == '\n' || it8->ch == '\r' || it8->ch == 0) break; else { if (!StringAppend(it8->str, (char)it8->ch)) { SynError(it8, "Out of memory"); return; } NextCh(it8); } } it8->sy = SSTRING; NextCh(it8); } else SynError(it8, "String expected"); } // Reads next symbol static void InSymbol(cmsIT8* it8) { SYMBOL key; do { while (isseparator(it8->ch)) NextCh(it8); if (isfirstidchar(it8->ch)) { // Identifier StringClear(it8->id); do { if (!StringAppend(it8->id, (char)it8->ch)) { SynError(it8, "Out of memory"); return; } NextCh(it8); } while (isidchar(it8->ch)); key = BinSrchKey(StringPtr(it8->id), it8->IsCUBE ? NUMKEYS_CUBE : NUMKEYS_IT8, it8->IsCUBE ? TabKeysCUBE : TabKeysIT8); if (key == SUNDEFINED) it8->sy = SIDENT; else it8->sy = key; } else // Is a number? if (isdigit(it8->ch) || it8->ch == '.' || it8->ch == '-' || it8->ch == '+') { int sign = 1; if (it8->ch == '-') { sign = -1; NextCh(it8); } it8->inum = 0; it8->sy = SINUM; if (it8->ch == '0') { // 0xnnnn (Hexa) or 0bnnnn (Binary) NextCh(it8); if (toupper(it8->ch) == 'X') { int j; NextCh(it8); while (isxdigit(it8->ch)) { it8->ch = toupper(it8->ch); if (it8->ch >= 'A' && it8->ch <= 'F') j = it8->ch -'A'+10; else j = it8->ch - '0'; if ((cmsFloat64Number) it8->inum * 16.0 + (cmsFloat64Number) j > (cmsFloat64Number)+2147483647.0) { SynError(it8, "Invalid hexadecimal number"); return; } it8->inum = it8->inum * 16 + j; NextCh(it8); } return; } if (toupper(it8->ch) == 'B') { // Binary int j; NextCh(it8); while (it8->ch == '0' || it8->ch == '1') { j = it8->ch - '0'; if ((cmsFloat64Number) it8->inum * 2.0 + j > (cmsFloat64Number)+2147483647.0) { SynError(it8, "Invalid binary number"); return; } it8->inum = it8->inum * 2 + j; NextCh(it8); } return; } } while (isdigit(it8->ch)) { cmsInt32Number digit = (it8->ch - '0'); if ((cmsFloat64Number) it8->inum * 10.0 + (cmsFloat64Number) digit > (cmsFloat64Number) +2147483647.0) { ReadReal(it8, it8->inum); it8->sy = SDNUM; it8->dnum *= sign; return; } it8->inum = it8->inum * 10 + digit; NextCh(it8); } if (it8->ch == '.') { ReadReal(it8, it8->inum); it8->sy = SDNUM; it8->dnum *= sign; return; } it8 -> inum *= sign; // Special case. Numbers followed by letters are taken as identifiers if (isidchar(it8 ->ch)) { char buffer[127]; if (it8 ->sy == SINUM) { snprintf(buffer, sizeof(buffer), "%d", it8->inum); } else { snprintf(buffer, sizeof(buffer), it8 ->DoubleFormatter, it8->dnum); } StringClear(it8->id); if (!StringCat(it8->id, buffer)) { SynError(it8, "Out of memory"); return; } do { if (!StringAppend(it8->id, (char)it8->ch)) { SynError(it8, "Out of memory"); return; } NextCh(it8); } while (isidchar(it8->ch)); it8->sy = SIDENT; } return; } else switch ((int) it8->ch) { // Eof stream markers case '\x1a': case 0: case -1: it8->sy = SEOF; break; // Next line case '\r': NextCh(it8); if (it8->ch == '\n') NextCh(it8); it8->sy = SEOLN; it8->lineno++; break; case '\n': NextCh(it8); it8->sy = SEOLN; it8->lineno++; break; // Comment case '#': NextCh(it8); while (it8->ch && it8->ch != '\n' && it8->ch != '\r') NextCh(it8); it8->sy = SCOMMENT; break; // String. case '\'': case '\"': InStringSymbol(it8); break; default: SynError(it8, "Unrecognized character: 0x%x", it8 ->ch); return; } } while (it8->sy == SCOMMENT); // Handle the include special token if (it8 -> sy == SINCLUDE) { FILECTX* FileNest; if(it8 -> IncludeSP >= (MAXINCLUDE-1)) { SynError(it8, "Too many recursion levels"); return; } InStringSymbol(it8); if (!Check(it8, SSTRING, "Filename expected")) return; FileNest = it8 -> FileStack[it8 -> IncludeSP + 1]; if(FileNest == NULL) { FileNest = it8 ->FileStack[it8 -> IncludeSP + 1] = (FILECTX*)AllocChunk(it8, sizeof(FILECTX)); if (FileNest == NULL) { SynError(it8, "Out of memory"); return; } } if (BuildAbsolutePath(StringPtr(it8->str), it8->FileStack[it8->IncludeSP]->FileName, FileNest->FileName, cmsMAX_PATH-1) == FALSE) { SynError(it8, "File path too long"); return; } FileNest->Stream = fopen(FileNest->FileName, "rt"); if (FileNest->Stream == NULL) { SynError(it8, "File %s not found", FileNest->FileName); return; } it8->IncludeSP++; it8 ->ch = ' '; InSymbol(it8); } } // Checks end of line separator static cmsBool CheckEOLN(cmsIT8* it8) { if (!Check(it8, SEOLN, "Expected separator")) return FALSE; while (it8->sy == SEOLN) InSymbol(it8); return TRUE; } // Skip a symbol static void Skip(cmsIT8* it8, SYMBOL sy) { if (it8->sy == sy && it8->sy != SEOF && it8->sy != SSYNERROR) InSymbol(it8); } // Skip multiple EOLN static void SkipEOLN(cmsIT8* it8) { while (it8->sy == SEOLN) { InSymbol(it8); } } // Returns a string holding current value static cmsBool GetVal(cmsIT8* it8, char* Buffer, cmsUInt32Number max, const char* ErrorTitle) { switch (it8->sy) { case SEOLN: // Empty value Buffer[0]=0; break; case SIDENT: strncpy(Buffer, StringPtr(it8->id), max); Buffer[max-1]=0; break; case SINUM: snprintf(Buffer, max, "%d", it8 -> inum); break; case SDNUM: snprintf(Buffer, max, it8->DoubleFormatter, it8 -> dnum); break; case SSTRING: strncpy(Buffer, StringPtr(it8->str), max); Buffer[max-1] = 0; break; default: return SynError(it8, "%s", ErrorTitle); } Buffer[max] = 0; return TRUE; } // ---------------------------------------------------------- Table static TABLE* GetTable(cmsIT8* it8) { if ((it8 -> nTable >= it8 ->TablesCount)) { SynError(it8, "Table %d out of sequence", it8 -> nTable); return it8 -> Tab; } return it8 ->Tab + it8 ->nTable; } // ---------------------------------------------------------- Memory management // Frees an allocator and owned memory void CMSEXPORT cmsIT8Free(cmsHANDLE hIT8) { cmsIT8* it8 = (cmsIT8*) hIT8; if (it8 == NULL) return; if (it8->MemorySink) { OWNEDMEM* p; OWNEDMEM* n; for (p = it8->MemorySink; p != NULL; p = n) { n = p->Next; if (p->Ptr) _cmsFree(it8 ->ContextID, p->Ptr); _cmsFree(it8 ->ContextID, p); } } if (it8->MemoryBlock) _cmsFree(it8 ->ContextID, it8->MemoryBlock); _cmsFree(it8 ->ContextID, it8); } // Allocates a chunk of data, keep linked list static void* AllocBigBlock(cmsIT8* it8, cmsUInt32Number size) { OWNEDMEM* ptr1; void* ptr = _cmsMallocZero(it8->ContextID, size); if (ptr != NULL) { ptr1 = (OWNEDMEM*) _cmsMallocZero(it8 ->ContextID, sizeof(OWNEDMEM)); if (ptr1 == NULL) { _cmsFree(it8 ->ContextID, ptr); return NULL; } ptr1-> Ptr = ptr; ptr1-> Next = it8 -> MemorySink; it8 -> MemorySink = ptr1; } return ptr; } // Suballocator. static void* AllocChunk(cmsIT8* it8, cmsUInt32Number size) { cmsUInt32Number Free = it8 ->Allocator.BlockSize - it8 ->Allocator.Used; cmsUInt8Number* ptr; size = _cmsALIGNMEM(size); if (size == 0) return NULL; if (size > Free) { cmsUInt8Number* new_block; if (it8 -> Allocator.BlockSize == 0) it8 -> Allocator.BlockSize = 20*1024; else it8 ->Allocator.BlockSize *= 2; if (it8 ->Allocator.BlockSize < size) it8 ->Allocator.BlockSize = size; it8 ->Allocator.Used = 0; new_block = (cmsUInt8Number*)AllocBigBlock(it8, it8->Allocator.BlockSize); if (new_block == NULL) return NULL; it8->Allocator.Block = new_block; } if (it8->Allocator.Block == NULL) return NULL; ptr = it8 ->Allocator.Block + it8 ->Allocator.Used; it8 ->Allocator.Used += size; return (void*) ptr; } // Allocates a string static char *AllocString(cmsIT8* it8, const char* str) { cmsUInt32Number Size; char *ptr; if (str == NULL) return NULL; Size = (cmsUInt32Number)strlen(str) + 1; ptr = (char *) AllocChunk(it8, Size); if (ptr) memcpy(ptr, str, Size-1); return ptr; } // Searches through linked list static cmsBool IsAvailableOnList(KEYVALUE* p, const char* Key, const char* Subkey, KEYVALUE** LastPtr) { if (LastPtr) *LastPtr = p; for (; p != NULL; p = p->Next) { if (LastPtr) *LastPtr = p; if (*Key != '#') { // Comments are ignored if (cmsstrcasecmp(Key, p->Keyword) == 0) break; } } if (p == NULL) return FALSE; if (Subkey == 0) return TRUE; for (; p != NULL; p = p->NextSubkey) { if (p ->Subkey == NULL) continue; if (LastPtr) *LastPtr = p; if (cmsstrcasecmp(Subkey, p->Subkey) == 0) return TRUE; } return FALSE; } // Add a property into a linked list static KEYVALUE* AddToList(cmsIT8* it8, KEYVALUE** Head, const char *Key, const char *Subkey, const char* xValue, WRITEMODE WriteAs) { KEYVALUE* p; KEYVALUE* last; // Check if property is already in list if (IsAvailableOnList(*Head, Key, Subkey, &p)) { // This may work for editing properties if (cmsstrcasecmp(Key, "NUMBER_OF_FIELDS") == 0 || cmsstrcasecmp(Key, "NUMBER_OF_SETS") == 0) { SynError(it8, "duplicate key <%s>", Key); return NULL; } } else { last = p; // Allocate the container p = (KEYVALUE*) AllocChunk(it8, sizeof(KEYVALUE)); if (p == NULL) { SynError(it8, "AddToList: out of memory"); return NULL; } // Store name and value p->Keyword = AllocString(it8, Key); p->Subkey = (Subkey == NULL) ? NULL : AllocString(it8, Subkey); // Keep the container in our list if (*Head == NULL) { *Head = p; } else { if (Subkey != NULL && last != NULL) { last->NextSubkey = p; // If Subkey is not null, then last is the last property with the same key, // but not necessarily is the last property in the list, so we need to move // to the actual list end while (last->Next != NULL) last = last->Next; } if (last != NULL) last->Next = p; } p->Next = NULL; p->NextSubkey = NULL; } p->WriteAs = WriteAs; if (xValue != NULL) { p->Value = AllocString(it8, xValue); } else { p->Value = NULL; } return p; } static KEYVALUE* AddAvailableProperty(cmsIT8* it8, const char* Key, WRITEMODE as) { return AddToList(it8, &it8->ValidKeywords, Key, NULL, NULL, as); } static KEYVALUE* AddAvailableSampleID(cmsIT8* it8, const char* Key) { return AddToList(it8, &it8->ValidSampleID, Key, NULL, NULL, WRITE_UNCOOKED); } static cmsBool AllocTable(cmsIT8* it8) { TABLE* t; if (it8->TablesCount >= (MAXTABLES-1)) return FALSE; t = it8 ->Tab + it8 ->TablesCount; t->HeaderList = NULL; t->DataFormat = NULL; t->Data = NULL; it8 ->TablesCount++; return TRUE; } cmsInt32Number CMSEXPORT cmsIT8SetTable(cmsHANDLE IT8, cmsUInt32Number nTable) { cmsIT8* it8 = (cmsIT8*) IT8; if (nTable >= it8 ->TablesCount) { if (nTable == it8 ->TablesCount) { if (!AllocTable(it8)) { SynError(it8, "Too many tables"); return -1; } } else { SynError(it8, "Table %d is out of sequence", nTable); return -1; } } it8 ->nTable = nTable; return (cmsInt32Number) nTable; } // Init an empty container cmsHANDLE CMSEXPORT cmsIT8Alloc(cmsContext ContextID) { cmsIT8* it8; cmsUInt32Number i; it8 = (cmsIT8*) _cmsMallocZero(ContextID, sizeof(cmsIT8)); if (it8 == NULL) return NULL; AllocTable(it8); it8->MemoryBlock = NULL; it8->MemorySink = NULL; it8->IsCUBE = FALSE; it8 ->nTable = 0; it8->ContextID = ContextID; it8->Allocator.Used = 0; it8->Allocator.Block = NULL; it8->Allocator.BlockSize = 0; it8->ValidKeywords = NULL; it8->ValidSampleID = NULL; it8 -> sy = SUNDEFINED; it8 -> ch = ' '; it8 -> Source = NULL; it8 -> inum = 0; it8 -> dnum = 0.0; it8->FileStack[0] = (FILECTX*)AllocChunk(it8, sizeof(FILECTX)); it8->IncludeSP = 0; it8 -> lineno = 1; it8->id = StringAlloc(it8, MAXSTR); it8->str = StringAlloc(it8, MAXSTR); strcpy(it8->DoubleFormatter, DEFAULT_DBL_FORMAT); cmsIT8SetSheetType((cmsHANDLE) it8, "CGATS.17"); // Initialize predefined properties & data for (i=0; i < NUMPREDEFINEDPROPS; i++) AddAvailableProperty(it8, PredefinedProperties[i].id, PredefinedProperties[i].as); for (i=0; i < NUMPREDEFINEDSAMPLEID; i++) AddAvailableSampleID(it8, PredefinedSampleID[i]); return (cmsHANDLE) it8; } const char* CMSEXPORT cmsIT8GetSheetType(cmsHANDLE hIT8) { return GetTable((cmsIT8*) hIT8)->SheetType; } cmsBool CMSEXPORT cmsIT8SetSheetType(cmsHANDLE hIT8, const char* Type) { TABLE* t = GetTable((cmsIT8*) hIT8); strncpy(t ->SheetType, Type, MAXSTR-1); t ->SheetType[MAXSTR-1] = 0; return TRUE; } cmsBool CMSEXPORT cmsIT8SetComment(cmsHANDLE hIT8, const char* Val) { cmsIT8* it8 = (cmsIT8*) hIT8; if (!Val) return FALSE; if (!*Val) return FALSE; return AddToList(it8, &GetTable(it8)->HeaderList, "# ", NULL, Val, WRITE_UNCOOKED) != NULL; } // Sets a property cmsBool CMSEXPORT cmsIT8SetPropertyStr(cmsHANDLE hIT8, const char* Key, const char *Val) { cmsIT8* it8 = (cmsIT8*) hIT8; if (!Val) return FALSE; if (!*Val) return FALSE; return AddToList(it8, &GetTable(it8)->HeaderList, Key, NULL, Val, WRITE_STRINGIFY) != NULL; } cmsBool CMSEXPORT cmsIT8SetPropertyDbl(cmsHANDLE hIT8, const char* cProp, cmsFloat64Number Val) { cmsIT8* it8 = (cmsIT8*) hIT8; char Buffer[1024]; snprintf(Buffer, 1023, it8->DoubleFormatter, Val); return AddToList(it8, &GetTable(it8)->HeaderList, cProp, NULL, Buffer, WRITE_UNCOOKED) != NULL; } cmsBool CMSEXPORT cmsIT8SetPropertyHex(cmsHANDLE hIT8, const char* cProp, cmsUInt32Number Val) { cmsIT8* it8 = (cmsIT8*) hIT8; char Buffer[1024]; snprintf(Buffer, 1023, "%u", Val); return AddToList(it8, &GetTable(it8)->HeaderList, cProp, NULL, Buffer, WRITE_HEXADECIMAL) != NULL; } cmsBool CMSEXPORT cmsIT8SetPropertyUncooked(cmsHANDLE hIT8, const char* Key, const char* Buffer) { cmsIT8* it8 = (cmsIT8*) hIT8; return AddToList(it8, &GetTable(it8)->HeaderList, Key, NULL, Buffer, WRITE_UNCOOKED) != NULL; } cmsBool CMSEXPORT cmsIT8SetPropertyMulti(cmsHANDLE hIT8, const char* Key, const char* SubKey, const char *Buffer) { cmsIT8* it8 = (cmsIT8*) hIT8; return AddToList(it8, &GetTable(it8)->HeaderList, Key, SubKey, Buffer, WRITE_PAIR) != NULL; } // Gets a property const char* CMSEXPORT cmsIT8GetProperty(cmsHANDLE hIT8, const char* Key) { cmsIT8* it8 = (cmsIT8*) hIT8; KEYVALUE* p; if (IsAvailableOnList(GetTable(it8) -> HeaderList, Key, NULL, &p)) { return p -> Value; } return NULL; } cmsFloat64Number CMSEXPORT cmsIT8GetPropertyDbl(cmsHANDLE hIT8, const char* cProp) { const char *v = cmsIT8GetProperty(hIT8, cProp); if (v == NULL) return 0.0; return ParseFloatNumber(v); } const char* CMSEXPORT cmsIT8GetPropertyMulti(cmsHANDLE hIT8, const char* Key, const char *SubKey) { cmsIT8* it8 = (cmsIT8*) hIT8; KEYVALUE* p; if (IsAvailableOnList(GetTable(it8) -> HeaderList, Key, SubKey, &p)) { return p -> Value; } return NULL; } // ----------------------------------------------------------------- Datasets // A safe atoi that returns 0 when NULL input is given static cmsInt32Number satoi(const char* b) { int n; if (b == NULL) return 0; n = atoi(b); if (n > 0x7ffffff0L) return 0x7ffffff0L; if (n < -0x7ffffff0L) return -0x7ffffff0L; return (cmsInt32Number)n; } static cmsBool AllocateDataFormat(cmsIT8* it8) { cmsUInt32Number size; TABLE* t = GetTable(it8); if (t->DataFormat) return TRUE; // Already allocated t->nSamples = satoi(cmsIT8GetProperty(it8, "NUMBER_OF_FIELDS")); if (t->nSamples <= 0 || t->nSamples > 0x7ffe) { SynError(it8, "Wrong NUMBER_OF_FIELDS"); return FALSE; } size = ((cmsUInt32Number)t->nSamples + 1) * sizeof(char*); t->DataFormat = (char**)AllocChunk(it8, size); if (t->DataFormat == NULL) { SynError(it8, "Unable to allocate dataFormat array"); return FALSE; } return TRUE; } static const char *GetDataFormat(cmsIT8* it8, int n) { TABLE* t = GetTable(it8); if (t->DataFormat) return t->DataFormat[n]; return NULL; } static cmsBool SetDataFormat(cmsIT8* it8, int n, const char *label) { TABLE* t = GetTable(it8); if (!t->DataFormat) { if (!AllocateDataFormat(it8)) return FALSE; } if (n >= t -> nSamples) { SynError(it8, "More than NUMBER_OF_FIELDS fields."); return FALSE; } if (t->DataFormat) { t->DataFormat[n] = AllocString(it8, label); if (t->DataFormat[n] == NULL) return FALSE; } return TRUE; } cmsBool CMSEXPORT cmsIT8SetDataFormat(cmsHANDLE h, int n, const char *Sample) { cmsIT8* it8 = (cmsIT8*)h; return SetDataFormat(it8, n, Sample); } // Convert to binary static const char* satob(const char* v) { cmsUInt32Number x; static char buf[33]; char *s = buf + 33; if (v == NULL) return "0"; x = atoi(v); *--s = 0; if (!x) *--s = '0'; for (; x; x /= 2) *--s = '0' + x%2; return s; } static cmsBool AllocateDataSet(cmsIT8* it8) { TABLE* t = GetTable(it8); if (t -> Data) return TRUE; // Already allocated t-> nSamples = satoi(cmsIT8GetProperty(it8, "NUMBER_OF_FIELDS")); t-> nPatches = satoi(cmsIT8GetProperty(it8, "NUMBER_OF_SETS")); if (t -> nSamples < 0 || t->nSamples > 0x7ffe || t->nPatches < 0 || t->nPatches > 0x7ffe || (t->nPatches * t->nSamples) > 200000) { SynError(it8, "AllocateDataSet: too much data"); return FALSE; } else { // Some dumb analyzers warns of possible overflow here, just take a look couple of lines above. t->Data = (char**)AllocChunk(it8, ((cmsUInt32Number)t->nSamples + 1) * ((cmsUInt32Number)t->nPatches + 1) * sizeof(char*)); if (t->Data == NULL) { SynError(it8, "AllocateDataSet: Unable to allocate data array"); return FALSE; } } return TRUE; } static char* GetData(cmsIT8* it8, int nSet, int nField) { TABLE* t = GetTable(it8); int nSamples = t -> nSamples; int nPatches = t -> nPatches; if (nSet < 0 || nSet >= nPatches || nField < 0 || nField >= nSamples) return NULL; if (!t->Data) return NULL; return t->Data [nSet * nSamples + nField]; } static cmsBool SetData(cmsIT8* it8, int nSet, int nField, const char *Val) { char* ptr; TABLE* t = GetTable(it8); if (!t->Data) { if (!AllocateDataSet(it8)) return FALSE; } if (!t->Data) return FALSE; if (nSet > t -> nPatches || nSet < 0) { return SynError(it8, "Patch %d out of range, there are %d patches", nSet, t -> nPatches); } if (nField > t ->nSamples || nField < 0) { return SynError(it8, "Sample %d out of range, there are %d samples", nField, t ->nSamples); } ptr = AllocString(it8, Val); if (ptr == NULL) return FALSE; t->Data [nSet * t -> nSamples + nField] = ptr; return TRUE; } // --------------------------------------------------------------- File I/O // Writes a string to file static void WriteStr(SAVESTREAM* f, const char *str) { cmsUInt32Number len; if (str == NULL) str = " "; // Length to write len = (cmsUInt32Number) strlen(str); f ->Used += len; if (f ->stream) { // Should I write it to a file? if (fwrite(str, 1, len, f->stream) != len) { cmsSignalError(0, cmsERROR_WRITE, "Write to file error in CGATS parser"); return; } } else { // Or to a memory block? if (f ->Base) { // Am I just counting the bytes? if (f ->Used > f ->Max) { cmsSignalError(0, cmsERROR_WRITE, "Write to memory overflows in CGATS parser"); return; } memmove(f ->Ptr, str, len); f->Ptr += len; } } } // Write formatted static void Writef(SAVESTREAM* f, const char* frm, ...) { char Buffer[4096]; va_list args; va_start(args, frm); vsnprintf(Buffer, 4095, frm, args); Buffer[4095] = 0; WriteStr(f, Buffer); va_end(args); } // Writes full header static void WriteHeader(cmsIT8* it8, SAVESTREAM* fp) { KEYVALUE* p; TABLE* t = GetTable(it8); // Writes the type WriteStr(fp, t->SheetType); WriteStr(fp, "\n"); for (p = t->HeaderList; (p != NULL); p = p->Next) { if (*p ->Keyword == '#') { char* Pt; WriteStr(fp, "#\n# "); for (Pt = p ->Value; *Pt; Pt++) { Writef(fp, "%c", *Pt); if (*Pt == '\n') { WriteStr(fp, "# "); } } WriteStr(fp, "\n#\n"); continue; } if (!IsAvailableOnList(it8-> ValidKeywords, p->Keyword, NULL, NULL)) { #ifdef CMS_STRICT_CGATS WriteStr(fp, "KEYWORD\t\""); WriteStr(fp, p->Keyword); WriteStr(fp, "\"\n"); #endif AddAvailableProperty(it8, p->Keyword, WRITE_UNCOOKED); } WriteStr(fp, p->Keyword); if (p->Value) { switch (p ->WriteAs) { case WRITE_UNCOOKED: Writef(fp, "\t%s", p ->Value); break; case WRITE_STRINGIFY: Writef(fp, "\t\"%s\"", p->Value ); break; case WRITE_HEXADECIMAL: Writef(fp, "\t0x%X", satoi(p ->Value)); break; case WRITE_BINARY: Writef(fp, "\t0b%s", satob(p ->Value)); break; case WRITE_PAIR: Writef(fp, "\t\"%s,%s\"", p->Subkey, p->Value); break; default: SynError(it8, "Unknown write mode %d", p ->WriteAs); return; } } WriteStr (fp, "\n"); } } // Writes the data format static void WriteDataFormat(SAVESTREAM* fp, cmsIT8* it8) { int i, nSamples; TABLE* t = GetTable(it8); if (!t -> DataFormat) return; WriteStr(fp, "BEGIN_DATA_FORMAT\n"); WriteStr(fp, " "); nSamples = satoi(cmsIT8GetProperty(it8, "NUMBER_OF_FIELDS")); if (nSamples <= t->nSamples) { for (i = 0; i < nSamples; i++) { WriteStr(fp, t->DataFormat[i]); WriteStr(fp, ((i == (nSamples - 1)) ? "\n" : "\t")); } } WriteStr (fp, "END_DATA_FORMAT\n"); } // Writes data array static void WriteData(SAVESTREAM* fp, cmsIT8* it8) { int i, j, nPatches; TABLE* t = GetTable(it8); if (!t->Data) return; WriteStr (fp, "BEGIN_DATA\n"); nPatches = satoi(cmsIT8GetProperty(it8, "NUMBER_OF_SETS")); if (nPatches <= t->nPatches) { for (i = 0; i < nPatches; i++) { WriteStr(fp, " "); for (j = 0; j < t->nSamples; j++) { char* ptr = t->Data[i * t->nSamples + j]; if (ptr == NULL) WriteStr(fp, "\"\""); else { // If value contains whitespace, enclose within quote if (strchr(ptr, ' ') != NULL) { WriteStr(fp, "\""); WriteStr(fp, ptr); WriteStr(fp, "\""); } else WriteStr(fp, ptr); } WriteStr(fp, ((j == (t->nSamples - 1)) ? "\n" : "\t")); } } } WriteStr (fp, "END_DATA\n"); } // Saves whole file cmsBool CMSEXPORT cmsIT8SaveToFile(cmsHANDLE hIT8, const char* cFileName) { SAVESTREAM sd; cmsUInt32Number i; cmsIT8* it8 = (cmsIT8*) hIT8; memset(&sd, 0, sizeof(sd)); sd.stream = fopen(cFileName, "wt"); if (!sd.stream) return FALSE; for (i=0; i < it8 ->TablesCount; i++) { TABLE* t; if (cmsIT8SetTable(hIT8, i) < 0) goto Error; /** * Check for wrong data */ t = GetTable(it8); if (t->Data == NULL) goto Error; if (t->DataFormat == NULL) goto Error; WriteHeader(it8, &sd); WriteDataFormat(&sd, it8); WriteData(&sd, it8); } if (fclose(sd.stream) != 0) return FALSE; return TRUE; Error: fclose(sd.stream); return FALSE; } // Saves to memory cmsBool CMSEXPORT cmsIT8SaveToMem(cmsHANDLE hIT8, void *MemPtr, cmsUInt32Number* BytesNeeded) { SAVESTREAM sd; cmsUInt32Number i; cmsIT8* it8 = (cmsIT8*) hIT8; memset(&sd, 0, sizeof(sd)); sd.stream = NULL; sd.Base = (cmsUInt8Number*) MemPtr; sd.Ptr = sd.Base; sd.Used = 0; if (sd.Base && (*BytesNeeded > 0)) { sd.Max = (*BytesNeeded) - 1; // Write to memory? } else sd.Max = 0; // Just counting the needed bytes for (i=0; i < it8 ->TablesCount; i++) { cmsIT8SetTable(hIT8, i); WriteHeader(it8, &sd); WriteDataFormat(&sd, it8); WriteData(&sd, it8); } sd.Used++; // The \0 at the very end if (sd.Base) *sd.Ptr = 0; *BytesNeeded = sd.Used; return TRUE; } // -------------------------------------------------------------- Higher level parsing static cmsBool DataFormatSection(cmsIT8* it8) { int iField = 0; TABLE* t = GetTable(it8); InSymbol(it8); // Eats "BEGIN_DATA_FORMAT" CheckEOLN(it8); while (it8->sy != SEND_DATA_FORMAT && it8->sy != SEOLN && it8->sy != SEOF && it8->sy != SSYNERROR) { if (it8->sy != SIDENT) { return SynError(it8, "Sample type expected"); } if (!SetDataFormat(it8, iField, StringPtr(it8->id))) return FALSE; iField++; InSymbol(it8); SkipEOLN(it8); } SkipEOLN(it8); Skip(it8, SEND_DATA_FORMAT); SkipEOLN(it8); if (iField != t ->nSamples) { SynError(it8, "Count mismatch. NUMBER_OF_FIELDS was %d, found %d\n", t ->nSamples, iField); } return TRUE; } static cmsBool DataSection (cmsIT8* it8) { int iField = 0; int iSet = 0; char Buffer[256]; TABLE* t = GetTable(it8); InSymbol(it8); // Eats "BEGIN_DATA" CheckEOLN(it8); if (!t->Data) { if (!AllocateDataSet(it8)) return FALSE; } while (it8->sy != SEND_DATA && it8->sy != SEOF && it8->sy != SSYNERROR) { if (iField >= t -> nSamples) { iField = 0; iSet++; } if (it8->sy != SEND_DATA && it8->sy != SEOF && it8->sy != SSYNERROR) { switch (it8->sy) { // To keep very long data case SIDENT: if (!SetData(it8, iSet, iField, StringPtr(it8->id))) return FALSE; break; case SSTRING: if (!SetData(it8, iSet, iField, StringPtr(it8->str))) return FALSE; break; default: if (!GetVal(it8, Buffer, 255, "Sample data expected")) return FALSE; if (!SetData(it8, iSet, iField, Buffer)) return FALSE; } iField++; InSymbol(it8); SkipEOLN(it8); } } SkipEOLN(it8); Skip(it8, SEND_DATA); SkipEOLN(it8); // Check for data completion. if ((iSet+1) != t -> nPatches) return SynError(it8, "Count mismatch. NUMBER_OF_SETS was %d, found %d\n", t ->nPatches, iSet+1); return TRUE; } static cmsBool HeaderSection(cmsIT8* it8) { char VarName[MAXID]; char Buffer[MAXSTR]; KEYVALUE* Key; while (it8->sy != SEOF && it8->sy != SSYNERROR && it8->sy != SBEGIN_DATA_FORMAT && it8->sy != SBEGIN_DATA) { switch (it8 -> sy) { case SKEYWORD: InSymbol(it8); if (!GetVal(it8, Buffer, MAXSTR-1, "Keyword expected")) return FALSE; if (!AddAvailableProperty(it8, Buffer, WRITE_UNCOOKED)) return FALSE; InSymbol(it8); break; case SDATA_FORMAT_ID: InSymbol(it8); if (!GetVal(it8, Buffer, MAXSTR-1, "Keyword expected")) return FALSE; if (!AddAvailableSampleID(it8, Buffer)) return FALSE; InSymbol(it8); break; case SIDENT: strncpy(VarName, StringPtr(it8->id), MAXID - 1); VarName[MAXID - 1] = 0; if (!IsAvailableOnList(it8->ValidKeywords, VarName, NULL, &Key)) { #ifdef CMS_STRICT_CGATS return SynError(it8, "Undefined keyword '%s'", VarName); #else Key = AddAvailableProperty(it8, VarName, WRITE_UNCOOKED); if (Key == NULL) return FALSE; #endif } InSymbol(it8); if (!GetVal(it8, Buffer, MAXSTR - 1, "Property data expected")) return FALSE; if (Key->WriteAs != WRITE_PAIR) { if (AddToList(it8, &GetTable(it8)->HeaderList, VarName, NULL, Buffer, (it8->sy == SSTRING) ? WRITE_STRINGIFY : WRITE_UNCOOKED) == NULL) return FALSE; } else { const char *Subkey; char *Nextkey; if (it8->sy != SSTRING) return SynError(it8, "Invalid value '%s' for property '%s'.", Buffer, VarName); // chop the string as a list of "subkey, value" pairs, using ';' as a separator for (Subkey = Buffer; Subkey != NULL; Subkey = Nextkey) { char *Value, *temp; // identify token pair boundary Nextkey = (char*)strchr(Subkey, ';'); if (Nextkey) *Nextkey++ = '\0'; // for each pair, split the subkey and the value Value = (char*)strrchr(Subkey, ','); if (Value == NULL) return SynError(it8, "Invalid value for property '%s'.", VarName); // gobble the spaces before the coma, and the coma itself temp = Value++; do *temp-- = '\0'; while (temp >= Subkey && *temp == ' '); // gobble any space at the right temp = Value + strlen(Value) - 1; while (*temp == ' ') *temp-- = '\0'; // trim the strings from the left Subkey += strspn(Subkey, " "); Value += strspn(Value, " "); if (Subkey[0] == 0 || Value[0] == 0) return SynError(it8, "Invalid value for property '%s'.", VarName); AddToList(it8, &GetTable(it8)->HeaderList, VarName, Subkey, Value, WRITE_PAIR); } } InSymbol(it8); break; case SEOLN: break; default: return SynError(it8, "expected keyword or identifier"); } SkipEOLN(it8); } return TRUE; } static void ReadType(cmsIT8* it8, char* SheetTypePtr) { cmsInt32Number cnt = 0; // First line is a very special case. while (isseparator(it8->ch)) NextCh(it8); while (it8->ch != '\r' && it8 ->ch != '\n' && it8->ch != '\t' && it8 -> ch != 0) { if (cnt++ < MAXSTR) *SheetTypePtr++= (char) it8 ->ch; NextCh(it8); } *SheetTypePtr = 0; } static cmsBool ParseIT8(cmsIT8* it8, cmsBool nosheet) { char* SheetTypePtr = it8 ->Tab[0].SheetType; if (nosheet == 0) { ReadType(it8, SheetTypePtr); } InSymbol(it8); SkipEOLN(it8); while (it8-> sy != SEOF && it8-> sy != SSYNERROR) { switch (it8 -> sy) { case SBEGIN_DATA_FORMAT: if (!DataFormatSection(it8)) return FALSE; break; case SBEGIN_DATA: if (!DataSection(it8)) return FALSE; if (it8 -> sy != SEOF && it8->sy != SSYNERROR) { if (!AllocTable(it8)) return FALSE; it8 ->nTable = it8 ->TablesCount - 1; // Read sheet type if present. We only support identifier and string. // is a type string // anything else, is not a type string if (nosheet == 0) { if (it8 ->sy == SIDENT) { // May be a type sheet or may be a prop value statement. We cannot use insymbol in // this special case... while (isseparator(it8->ch)) NextCh(it8); // If a newline is found, then this is a type string if (it8 ->ch == '\n' || it8->ch == '\r') { cmsIT8SetSheetType(it8, StringPtr(it8 ->id)); InSymbol(it8); } else { // It is not. Just continue cmsIT8SetSheetType(it8, ""); } } else // Validate quoted strings if (it8 ->sy == SSTRING) { cmsIT8SetSheetType(it8, StringPtr(it8 ->str)); InSymbol(it8); } } } break; case SEOLN: SkipEOLN(it8); break; default: if (!HeaderSection(it8)) return FALSE; } } return (it8 -> sy != SSYNERROR); } // Init useful pointers static void CookPointers(cmsIT8* it8) { int idField, i; char* Fld; cmsUInt32Number j; cmsUInt32Number nOldTable = it8->nTable; for (j = 0; j < it8->TablesCount; j++) { TABLE* t = it8->Tab + j; t->SampleID = 0; it8->nTable = j; for (idField = 0; idField < t->nSamples; idField++) { if (t->DataFormat == NULL) { SynError(it8, "Undefined DATA_FORMAT"); return; } Fld = t->DataFormat[idField]; if (!Fld) continue; if (cmsstrcasecmp(Fld, "SAMPLE_ID") == 0) { t->SampleID = idField; } // "LABEL" is an extension. It keeps references to forward tables if ((cmsstrcasecmp(Fld, "LABEL") == 0) || Fld[0] == '$') { // Search for table references... for (i = 0; i < t->nPatches; i++) { char* Label = GetData(it8, i, idField); if (Label) { cmsUInt32Number k; // This is the label, search for a table containing // this property for (k = 0; k < it8->TablesCount; k++) { TABLE* Table = it8->Tab + k; KEYVALUE* p; if (IsAvailableOnList(Table->HeaderList, Label, NULL, &p)) { // Available, keep type and table char Buffer[256]; char* Type = p->Value; int nTable = (int)k; snprintf(Buffer, 255, "%s %d %s", Label, nTable, Type); SetData(it8, i, idField, Buffer); } } } } } } } it8->nTable = nOldTable; } // Try to infere if the file is a CGATS/IT8 file at all. Read first line // that should be something like some printable characters plus a \n // returns 0 if this is not like a CGATS, or an integer otherwise. This integer is the number of words in first line? static int IsMyBlock(const cmsUInt8Number* Buffer, cmsUInt32Number n) { int words = 1, space = 0, quot = 0; cmsUInt32Number i; if (n < 10) return 0; // Too small if (n > 132) n = 132; for (i = 1; i < n; i++) { switch(Buffer[i]) { case '\n': case '\r': return ((quot == 1) || (words > 2)) ? 0 : words; case '\t': case ' ': if(!quot && !space) space = 1; break; case '\"': quot = !quot; break; default: if (Buffer[i] < 32) return 0; if (Buffer[i] > 127) return 0; words += space; space = 0; break; } } return 0; } static cmsBool IsMyFile(const char* FileName) { FILE *fp; cmsUInt32Number Size; cmsUInt8Number Ptr[133]; fp = fopen(FileName, "rt"); if (!fp) { cmsSignalError(0, cmsERROR_FILE, "File '%s' not found", FileName); return FALSE; } Size = (cmsUInt32Number) fread(Ptr, 1, 132, fp); if (fclose(fp) != 0) return FALSE; Ptr[Size] = '\0'; return IsMyBlock(Ptr, Size); } // ---------------------------------------------------------- Exported routines cmsHANDLE CMSEXPORT cmsIT8LoadFromMem(cmsContext ContextID, const void *Ptr, cmsUInt32Number len) { cmsHANDLE hIT8; cmsIT8* it8; int type; _cmsAssert(Ptr != NULL); _cmsAssert(len != 0); type = IsMyBlock((const cmsUInt8Number*)Ptr, len); if (type == 0) return NULL; hIT8 = cmsIT8Alloc(ContextID); if (!hIT8) return NULL; it8 = (cmsIT8*) hIT8; it8 ->MemoryBlock = (char*) _cmsMalloc(ContextID, len + 1); if (it8->MemoryBlock == NULL) { cmsIT8Free(hIT8); return NULL; } strncpy(it8 ->MemoryBlock, (const char*) Ptr, len); it8 ->MemoryBlock[len] = 0; strncpy(it8->FileStack[0]->FileName, "", cmsMAX_PATH-1); it8-> Source = it8 -> MemoryBlock; if (!ParseIT8(it8, type-1)) { cmsIT8Free(hIT8); return NULL; } CookPointers(it8); it8 ->nTable = 0; _cmsFree(ContextID, it8->MemoryBlock); it8 -> MemoryBlock = NULL; return hIT8; } cmsHANDLE CMSEXPORT cmsIT8LoadFromFile(cmsContext ContextID, const char* cFileName) { cmsHANDLE hIT8; cmsIT8* it8; int type; _cmsAssert(cFileName != NULL); type = IsMyFile(cFileName); if (type == 0) return NULL; hIT8 = cmsIT8Alloc(ContextID); it8 = (cmsIT8*) hIT8; if (!hIT8) return NULL; it8 ->FileStack[0]->Stream = fopen(cFileName, "rt"); if (!it8 ->FileStack[0]->Stream) { cmsIT8Free(hIT8); return NULL; } strncpy(it8->FileStack[0]->FileName, cFileName, cmsMAX_PATH-1); it8->FileStack[0]->FileName[cmsMAX_PATH-1] = 0; if (!ParseIT8(it8, type-1)) { fclose(it8 ->FileStack[0]->Stream); cmsIT8Free(hIT8); return NULL; } CookPointers(it8); it8 ->nTable = 0; if (fclose(it8 ->FileStack[0]->Stream)!= 0) { cmsIT8Free(hIT8); return NULL; } return hIT8; } int CMSEXPORT cmsIT8EnumDataFormat(cmsHANDLE hIT8, char ***SampleNames) { cmsIT8* it8 = (cmsIT8*) hIT8; TABLE* t; _cmsAssert(hIT8 != NULL); t = GetTable(it8); if (SampleNames) *SampleNames = t -> DataFormat; return t -> nSamples; } cmsUInt32Number CMSEXPORT cmsIT8EnumProperties(cmsHANDLE hIT8, char ***PropertyNames) { cmsIT8* it8 = (cmsIT8*) hIT8; KEYVALUE* p; cmsUInt32Number n; char **Props; TABLE* t; _cmsAssert(hIT8 != NULL); t = GetTable(it8); // Pass#1 - count properties n = 0; for (p = t -> HeaderList; p != NULL; p = p->Next) { n++; } Props = (char**)AllocChunk(it8, sizeof(char*) * n); if (Props != NULL) { // Pass#2 - Fill pointers n = 0; for (p = t->HeaderList; p != NULL; p = p->Next) { Props[n++] = p->Keyword; } } *PropertyNames = Props; return n; } cmsUInt32Number CMSEXPORT cmsIT8EnumPropertyMulti(cmsHANDLE hIT8, const char* cProp, const char ***SubpropertyNames) { cmsIT8* it8 = (cmsIT8*) hIT8; KEYVALUE *p, *tmp; cmsUInt32Number n; const char **Props; TABLE* t; _cmsAssert(hIT8 != NULL); t = GetTable(it8); if(!IsAvailableOnList(t->HeaderList, cProp, NULL, &p)) { *SubpropertyNames = 0; return 0; } // Pass#1 - count properties n = 0; for (tmp = p; tmp != NULL; tmp = tmp->NextSubkey) { if(tmp->Subkey != NULL) n++; } Props = (const char **) AllocChunk(it8, sizeof(char *) * n); if (Props != NULL) { // Pass#2 - Fill pointers n = 0; for (tmp = p; tmp != NULL; tmp = tmp->NextSubkey) { if (tmp->Subkey != NULL) Props[n++] = p->Subkey; } } *SubpropertyNames = Props; return n; } static int LocatePatch(cmsIT8* it8, const char* cPatch) { int i; const char *data; TABLE* t = GetTable(it8); for (i=0; i < t-> nPatches; i++) { data = GetData(it8, i, t->SampleID); if (data != NULL) { if (cmsstrcasecmp(data, cPatch) == 0) return i; } } // SynError(it8, "Couldn't find patch '%s'\n", cPatch); return -1; } static int LocateEmptyPatch(cmsIT8* it8) { int i; const char *data; TABLE* t = GetTable(it8); for (i=0; i < t-> nPatches; i++) { data = GetData(it8, i, t->SampleID); if (data == NULL) return i; } return -1; } static int LocateSample(cmsIT8* it8, const char* cSample) { int i; const char *fld; TABLE* t = GetTable(it8); for (i=0; i < t->nSamples; i++) { fld = GetDataFormat(it8, i); if (fld != NULL) { if (cmsstrcasecmp(fld, cSample) == 0) return i; } } return -1; } int CMSEXPORT cmsIT8FindDataFormat(cmsHANDLE hIT8, const char* cSample) { cmsIT8* it8 = (cmsIT8*) hIT8; _cmsAssert(hIT8 != NULL); return LocateSample(it8, cSample); } const char* CMSEXPORT cmsIT8GetDataRowCol(cmsHANDLE hIT8, int row, int col) { cmsIT8* it8 = (cmsIT8*) hIT8; _cmsAssert(hIT8 != NULL); return GetData(it8, row, col); } cmsFloat64Number CMSEXPORT cmsIT8GetDataRowColDbl(cmsHANDLE hIT8, int row, int col) { const char* Buffer; Buffer = cmsIT8GetDataRowCol(hIT8, row, col); if (Buffer == NULL) return 0.0; return ParseFloatNumber(Buffer); } cmsBool CMSEXPORT cmsIT8SetDataRowCol(cmsHANDLE hIT8, int row, int col, const char* Val) { cmsIT8* it8 = (cmsIT8*) hIT8; _cmsAssert(hIT8 != NULL); return SetData(it8, row, col, Val); } cmsBool CMSEXPORT cmsIT8SetDataRowColDbl(cmsHANDLE hIT8, int row, int col, cmsFloat64Number Val) { cmsIT8* it8 = (cmsIT8*) hIT8; char Buff[256]; _cmsAssert(hIT8 != NULL); snprintf(Buff, 255, it8->DoubleFormatter, Val); return SetData(it8, row, col, Buff); } const char* CMSEXPORT cmsIT8GetData(cmsHANDLE hIT8, const char* cPatch, const char* cSample) { cmsIT8* it8 = (cmsIT8*) hIT8; int iField, iSet; _cmsAssert(hIT8 != NULL); iField = LocateSample(it8, cSample); if (iField < 0) { return NULL; } iSet = LocatePatch(it8, cPatch); if (iSet < 0) { return NULL; } return GetData(it8, iSet, iField); } cmsFloat64Number CMSEXPORT cmsIT8GetDataDbl(cmsHANDLE it8, const char* cPatch, const char* cSample) { const char* Buffer; Buffer = cmsIT8GetData(it8, cPatch, cSample); return ParseFloatNumber(Buffer); } cmsBool CMSEXPORT cmsIT8SetData(cmsHANDLE hIT8, const char* cPatch, const char* cSample, const char *Val) { cmsIT8* it8 = (cmsIT8*) hIT8; int iField, iSet; TABLE* t; _cmsAssert(hIT8 != NULL); t = GetTable(it8); iField = LocateSample(it8, cSample); if (iField < 0) return FALSE; if (t-> nPatches == 0) { if (!AllocateDataFormat(it8)) return FALSE; if (!AllocateDataSet(it8)) return FALSE; CookPointers(it8); } if (cmsstrcasecmp(cSample, "SAMPLE_ID") == 0) { iSet = LocateEmptyPatch(it8); if (iSet < 0) { return SynError(it8, "Couldn't add more patches '%s'\n", cPatch); } iField = t -> SampleID; } else { iSet = LocatePatch(it8, cPatch); if (iSet < 0) { return FALSE; } } return SetData(it8, iSet, iField, Val); } cmsBool CMSEXPORT cmsIT8SetDataDbl(cmsHANDLE hIT8, const char* cPatch, const char* cSample, cmsFloat64Number Val) { cmsIT8* it8 = (cmsIT8*) hIT8; char Buff[256]; _cmsAssert(hIT8 != NULL); snprintf(Buff, 255, it8->DoubleFormatter, Val); return cmsIT8SetData(hIT8, cPatch, cSample, Buff); } // Buffer should get MAXSTR at least const char* CMSEXPORT cmsIT8GetPatchName(cmsHANDLE hIT8, int nPatch, char* buffer) { cmsIT8* it8 = (cmsIT8*) hIT8; TABLE* t; char* Data; _cmsAssert(hIT8 != NULL); t = GetTable(it8); Data = GetData(it8, nPatch, t->SampleID); if (!Data) return NULL; if (!buffer) return Data; strncpy(buffer, Data, MAXSTR-1); buffer[MAXSTR-1] = 0; return buffer; } int CMSEXPORT cmsIT8GetPatchByName(cmsHANDLE hIT8, const char *cPatch) { _cmsAssert(hIT8 != NULL); return LocatePatch((cmsIT8*)hIT8, cPatch); } cmsUInt32Number CMSEXPORT cmsIT8TableCount(cmsHANDLE hIT8) { cmsIT8* it8 = (cmsIT8*) hIT8; _cmsAssert(hIT8 != NULL); return it8 ->TablesCount; } // This handles the "LABEL" extension. // Label, nTable, Type int CMSEXPORT cmsIT8SetTableByLabel(cmsHANDLE hIT8, const char* cSet, const char* cField, const char* ExpectedType) { const char* cLabelFld; char Type[256], Label[256]; cmsUInt32Number nTable; _cmsAssert(hIT8 != NULL); if (cField != NULL && *cField == 0) cField = "LABEL"; if (cField == NULL) cField = "LABEL"; cLabelFld = cmsIT8GetData(hIT8, cSet, cField); if (!cLabelFld) return -1; if (sscanf(cLabelFld, "%255s %u %255s", Label, &nTable, Type) != 3) return -1; if (ExpectedType != NULL && *ExpectedType == 0) ExpectedType = NULL; if (ExpectedType) { if (cmsstrcasecmp(Type, ExpectedType) != 0) return -1; } return cmsIT8SetTable(hIT8, nTable); } cmsBool CMSEXPORT cmsIT8SetIndexColumn(cmsHANDLE hIT8, const char* cSample) { cmsIT8* it8 = (cmsIT8*) hIT8; int pos; _cmsAssert(hIT8 != NULL); pos = LocateSample(it8, cSample); if(pos == -1) return FALSE; it8->Tab[it8->nTable].SampleID = pos; return TRUE; } void CMSEXPORT cmsIT8DefineDblFormat(cmsHANDLE hIT8, const char* Formatter) { cmsIT8* it8 = (cmsIT8*) hIT8; _cmsAssert(hIT8 != NULL); if (Formatter == NULL) strcpy(it8->DoubleFormatter, DEFAULT_DBL_FORMAT); else strncpy(it8->DoubleFormatter, Formatter, sizeof(it8->DoubleFormatter)); it8 ->DoubleFormatter[sizeof(it8 ->DoubleFormatter)-1] = 0; } static cmsBool ReadNumbers(cmsIT8* cube, int n, cmsFloat64Number* arr) { int i; for (i = 0; i < n; i++) { if (cube->sy == SINUM) arr[i] = cube->inum; else if (cube->sy == SDNUM) arr[i] = cube->dnum; else return SynError(cube, "Number expected"); InSymbol(cube); } return CheckEOLN(cube); } static cmsBool ParseCube(cmsIT8* cube, cmsStage** Shaper, cmsStage** CLUT, char title[]) { cmsFloat64Number domain_min[3] = { 0, 0, 0 }; cmsFloat64Number domain_max[3] = { 1.0, 1.0, 1.0 }; cmsFloat64Number check_0_1[2] = { 0, 1.0 }; int shaper_size = 0; int lut_size = 0; int i; InSymbol(cube); while (cube->sy != SEOF && cube->sy != SSYNERROR) { switch (cube->sy) { // Set profile description case STITLE: InSymbol(cube); if (!Check(cube, SSTRING, "Title string expected")) return FALSE; memcpy(title, StringPtr(cube->str), MAXSTR); title[MAXSTR - 1] = 0; InSymbol(cube); break; // Define domain case SDOMAIN_MIN: InSymbol(cube); if (!ReadNumbers(cube, 3, domain_min)) return FALSE; break; case SDOMAIN_MAX: InSymbol(cube); if (!ReadNumbers(cube, 3, domain_max)) return FALSE; break; // Define shaper case S_LUT1D_SIZE: InSymbol(cube); if (!Check(cube, SINUM, "Shaper size expected")) return FALSE; shaper_size = cube->inum; InSymbol(cube); break; // Deefine CLUT case S_LUT3D_SIZE: InSymbol(cube); if (!Check(cube, SINUM, "LUT size expected")) return FALSE; lut_size = cube->inum; InSymbol(cube); break; // Range. If present, has to be 0..1.0 case S_LUT1D_INPUT_RANGE: case S_LUT3D_INPUT_RANGE: InSymbol(cube); if (!ReadNumbers(cube, 2, check_0_1)) return FALSE; if (check_0_1[0] != 0 || check_0_1[1] != 1.0) { return SynError(cube, "Unsupported format"); } break; case SEOLN: InSymbol(cube); break; default: case S_LUT_IN_VIDEO_RANGE: case S_LUT_OUT_VIDEO_RANGE: return SynError(cube, "Unsupported format"); // Read and create tables case SINUM: case SDNUM: if (shaper_size > 0) { cmsToneCurve* curves[3]; cmsFloat32Number* shapers = (cmsFloat32Number*)_cmsMalloc(cube->ContextID, 3 * shaper_size * sizeof(cmsFloat32Number)); if (shapers == NULL) return FALSE; for (i = 0; i < shaper_size; i++) { cmsFloat64Number nums[3]; if (!ReadNumbers(cube, 3, nums)) return FALSE; shapers[i + 0] = (cmsFloat32Number) ((nums[0] - domain_min[0]) / (domain_max[0] - domain_min[0])); shapers[i + 1 * shaper_size] = (cmsFloat32Number) ((nums[1] - domain_min[1]) / (domain_max[1] - domain_min[1])); shapers[i + 2 * shaper_size] = (cmsFloat32Number) ((nums[2] - domain_min[2]) / (domain_max[2] - domain_min[2])); } for (i = 0; i < 3; i++) { curves[i] = cmsBuildTabulatedToneCurveFloat(cube->ContextID, shaper_size, &shapers[i * shaper_size]); if (curves[i] == NULL) return FALSE; } *Shaper = cmsStageAllocToneCurves(cube->ContextID, 3, curves); cmsFreeToneCurveTriple(curves); } if (lut_size > 0) { int nodes = lut_size * lut_size * lut_size; cmsFloat32Number* lut_table = _cmsMalloc(cube->ContextID, nodes * 3 * sizeof(cmsFloat32Number)); if (lut_table == NULL) return FALSE; for (i = 0; i < nodes; i++) { cmsFloat64Number nums[3]; if (!ReadNumbers(cube, 3, nums)) return FALSE; lut_table[i * 3 + 2] = (cmsFloat32Number) ((nums[0] - domain_min[0]) / (domain_max[0] - domain_min[0])); lut_table[i * 3 + 1] = (cmsFloat32Number) ((nums[1] - domain_min[1]) / (domain_max[1] - domain_min[1])); lut_table[i * 3 + 0] = (cmsFloat32Number) ((nums[2] - domain_min[2]) / (domain_max[2] - domain_min[2])); } *CLUT = cmsStageAllocCLutFloat(cube->ContextID, lut_size, 3, 3, lut_table); _cmsFree(cube->ContextID, lut_table); } if (!Check(cube, SEOF, "Extra symbols found in file")) return FALSE; } } return TRUE; } // Share the parser to read .cube format and create RGB devicelink profiles cmsHPROFILE CMSEXPORT cmsCreateDeviceLinkFromCubeFileTHR(cmsContext ContextID, const char* cFileName) { cmsHPROFILE hProfile = NULL; cmsIT8* cube = NULL; cmsPipeline* Pipeline = NULL; cmsStage* CLUT = NULL; cmsStage* Shaper = NULL; cmsMLU* DescriptionMLU = NULL; char title[MAXSTR]; _cmsAssert(cFileName != NULL); cube = (cmsIT8*) cmsIT8Alloc(ContextID); if (!cube) return NULL; cube->IsCUBE = TRUE; cube->FileStack[0]->Stream = fopen(cFileName, "rt"); if (!cube->FileStack[0]->Stream) goto Done; strncpy(cube->FileStack[0]->FileName, cFileName, cmsMAX_PATH - 1); cube->FileStack[0]->FileName[cmsMAX_PATH - 1] = 0; if (!ParseCube(cube, &Shaper, &CLUT, title)) goto Done; // Success on parsing, let's create the profile hProfile = cmsCreateProfilePlaceholder(ContextID); if (!hProfile) goto Done; cmsSetProfileVersion(hProfile, 4.4); cmsSetDeviceClass(hProfile, cmsSigLinkClass); cmsSetColorSpace(hProfile, cmsSigRgbData); cmsSetPCS(hProfile, cmsSigRgbData); cmsSetHeaderRenderingIntent(hProfile, INTENT_PERCEPTUAL); // Creates a Pipeline to hold CLUT and shaper Pipeline = cmsPipelineAlloc(ContextID, 3, 3); if (Pipeline == NULL) goto Done; // Populates the pipeline if (Shaper != NULL) { if (!cmsPipelineInsertStage(Pipeline, cmsAT_BEGIN, Shaper)) goto Done; } if (CLUT != NULL) { if (!cmsPipelineInsertStage(Pipeline, cmsAT_END, CLUT)) goto Done; } // Propagate the description. We put no copyright because we know // nothing on the copyrighted state of the .cube DescriptionMLU = cmsMLUalloc(ContextID, 1); if (!cmsMLUsetUTF8(DescriptionMLU, cmsNoLanguage, cmsNoCountry, title)) goto Done; // Flush the tags if (!cmsWriteTag(hProfile, cmsSigProfileDescriptionTag, DescriptionMLU)) goto Done; if (!cmsWriteTag(hProfile, cmsSigAToB0Tag, (void*)Pipeline)) goto Done; Done: if (DescriptionMLU != NULL) cmsMLUfree(DescriptionMLU); if (Pipeline != NULL) cmsPipelineFree(Pipeline); cmsIT8Free((cmsHANDLE) cube); return hProfile; } cmsHPROFILE CMSEXPORT cmsCreateDeviceLinkFromCubeFile(const char* cFileName) { return cmsCreateDeviceLinkFromCubeFileTHR(NULL, cFileName); } lcms2-2.17/src/cmsgmt.c0000644000175000017500000005402614752176133013742 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include "lcms2_internal.h" // Auxiliary: append a Lab identity after the given sequence of profiles // and return the transform. Lab profile is closed, rest of profiles are kept open. cmsHTRANSFORM _cmsChain2Lab(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat, const cmsUInt32Number Intents[], const cmsHPROFILE hProfiles[], const cmsBool BPC[], const cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) { cmsHTRANSFORM xform; cmsHPROFILE hLab; cmsHPROFILE ProfileList[256]; cmsBool BPCList[256]; cmsFloat64Number AdaptationList[256]; cmsUInt32Number IntentList[256]; cmsUInt32Number i; // This is a rather big number and there is no need of dynamic memory // since we are adding a profile, 254 + 1 = 255 and this is the limit if (nProfiles > 254) return NULL; // The output space hLab = cmsCreateLab4ProfileTHR(ContextID, NULL); if (hLab == NULL) return NULL; // Create a copy of parameters for (i=0; i < nProfiles; i++) { ProfileList[i] = hProfiles[i]; BPCList[i] = BPC[i]; AdaptationList[i] = AdaptationStates[i]; IntentList[i] = Intents[i]; } // Place Lab identity at chain's end. ProfileList[nProfiles] = hLab; BPCList[nProfiles] = 0; AdaptationList[nProfiles] = 1.0; IntentList[nProfiles] = INTENT_RELATIVE_COLORIMETRIC; // Create the transform xform = cmsCreateExtendedTransform(ContextID, nProfiles + 1, ProfileList, BPCList, IntentList, AdaptationList, NULL, 0, InputFormat, OutputFormat, dwFlags); cmsCloseProfile(hLab); return xform; } // Compute K -> L* relationship. Flags may include black point compensation. In this case, // the relationship is assumed from the profile with BPC to a black point zero. static cmsToneCurve* ComputeKToLstar(cmsContext ContextID, cmsUInt32Number nPoints, cmsUInt32Number nProfiles, const cmsUInt32Number Intents[], const cmsHPROFILE hProfiles[], const cmsBool BPC[], const cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) { cmsToneCurve* out = NULL; cmsUInt32Number i; cmsHTRANSFORM xform; cmsCIELab Lab; cmsFloat32Number cmyk[4]; cmsFloat32Number* SampledPoints; xform = _cmsChain2Lab(ContextID, nProfiles, TYPE_CMYK_FLT, TYPE_Lab_DBL, Intents, hProfiles, BPC, AdaptationStates, dwFlags); if (xform == NULL) return NULL; SampledPoints = (cmsFloat32Number*) _cmsCalloc(ContextID, nPoints, sizeof(cmsFloat32Number)); if (SampledPoints == NULL) goto Error; for (i=0; i < nPoints; i++) { cmyk[0] = 0; cmyk[1] = 0; cmyk[2] = 0; cmyk[3] = (cmsFloat32Number) ((i * 100.0) / (nPoints-1)); cmsDoTransform(xform, cmyk, &Lab, 1); SampledPoints[i]= (cmsFloat32Number) (1.0 - Lab.L / 100.0); // Negate K for easier operation } out = cmsBuildTabulatedToneCurveFloat(ContextID, nPoints, SampledPoints); Error: cmsDeleteTransform(xform); if (SampledPoints) _cmsFree(ContextID, SampledPoints); return out; } // Compute Black tone curve on a CMYK -> CMYK transform. This is done by // using the proof direction on both profiles to find K->L* relationship // then joining both curves. dwFlags may include black point compensation. cmsToneCurve* _cmsBuildKToneCurve(cmsContext ContextID, cmsUInt32Number nPoints, cmsUInt32Number nProfiles, const cmsUInt32Number Intents[], const cmsHPROFILE hProfiles[], const cmsBool BPC[], const cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) { cmsToneCurve *in, *out, *KTone; // Make sure CMYK -> CMYK if (cmsGetColorSpace(hProfiles[0]) != cmsSigCmykData || cmsGetColorSpace(hProfiles[nProfiles-1])!= cmsSigCmykData) return NULL; // Make sure last is an output profile if (cmsGetDeviceClass(hProfiles[nProfiles - 1]) != cmsSigOutputClass) return NULL; // Create individual curves. BPC works also as each K to L* is // computed as a BPC to zero black point in case of L* in = ComputeKToLstar(ContextID, nPoints, nProfiles - 1, Intents, hProfiles, BPC, AdaptationStates, dwFlags); if (in == NULL) return NULL; out = ComputeKToLstar(ContextID, nPoints, 1, Intents + (nProfiles - 1), &hProfiles [nProfiles - 1], BPC + (nProfiles - 1), AdaptationStates + (nProfiles - 1), dwFlags); if (out == NULL) { cmsFreeToneCurve(in); return NULL; } // Build the relationship. This effectively limits the maximum accuracy to 16 bits, but // since this is used on black-preserving LUTs, we are not losing accuracy in any case KTone = cmsJoinToneCurve(ContextID, in, out, nPoints); // Get rid of components cmsFreeToneCurve(in); cmsFreeToneCurve(out); // Something went wrong... if (KTone == NULL) return NULL; // Make sure it is monotonic if (!cmsIsToneCurveMonotonic(KTone)) { cmsFreeToneCurve(KTone); return NULL; } return KTone; } // Gamut LUT Creation ----------------------------------------------------------------------------------------- // Used by gamut & softproofing typedef struct { cmsHTRANSFORM hInput; // From whatever input color space. 16 bits to DBL cmsHTRANSFORM hForward, hReverse; // Transforms going from Lab to colorant and back cmsFloat64Number Threshold; // The threshold after which is considered out of gamut } GAMUTCHAIN; // This sampler does compute gamut boundaries by comparing original // values with a transform going back and forth. Values above ERR_THRESHOLD // of maximum are considered out of gamut. #define ERR_THRESHOLD 5 static int GamutSampler(CMSREGISTER const cmsUInt16Number In[], CMSREGISTER cmsUInt16Number Out[], CMSREGISTER void* Cargo) { GAMUTCHAIN* t = (GAMUTCHAIN* ) Cargo; cmsCIELab LabIn1, LabOut1; cmsCIELab LabIn2, LabOut2; cmsUInt16Number Proof[cmsMAXCHANNELS], Proof2[cmsMAXCHANNELS]; cmsFloat64Number dE1, dE2, ErrorRatio; // Assume in-gamut by default. NEVER READ, USED FOR DEBUG PURPOSES. ErrorRatio = 1.0; // Convert input to Lab cmsDoTransform(t -> hInput, In, &LabIn1, 1); // converts from PCS to colorant. This always // does return in-gamut values, cmsDoTransform(t -> hForward, &LabIn1, Proof, 1); // Now, do the inverse, from colorant to PCS. cmsDoTransform(t -> hReverse, Proof, &LabOut1, 1); memmove(&LabIn2, &LabOut1, sizeof(cmsCIELab)); // Try again, but this time taking Check as input cmsDoTransform(t -> hForward, &LabOut1, Proof2, 1); cmsDoTransform(t -> hReverse, Proof2, &LabOut2, 1); // Take difference of direct value dE1 = cmsDeltaE(&LabIn1, &LabOut1); // Take difference of converted value dE2 = cmsDeltaE(&LabIn2, &LabOut2); // if dE1 is small and dE2 is small, value is likely to be in gamut if (dE1 < t->Threshold && dE2 < t->Threshold) Out[0] = 0; else { // if dE1 is small and dE2 is big, undefined. Assume in gamut if (dE1 < t->Threshold && dE2 > t->Threshold) Out[0] = 0; else // dE1 is big and dE2 is small, clearly out of gamut if (dE1 > t->Threshold && dE2 < t->Threshold) Out[0] = (cmsUInt16Number) _cmsQuickFloor((dE1 - t->Threshold) + .5); else { // dE1 is big and dE2 is also big, could be due to perceptual mapping // so take error ratio if (dE2 == 0.0) ErrorRatio = dE1; else ErrorRatio = dE1 / dE2; if (ErrorRatio > t->Threshold) Out[0] = (cmsUInt16Number) _cmsQuickFloor((ErrorRatio - t->Threshold) + .5); else Out[0] = 0; } } return TRUE; } // Does compute a gamut LUT going back and forth across pcs -> relativ. colorimetric intent -> pcs // the dE obtained is then annotated on the LUT. Values truly out of gamut are clipped to dE = 0xFFFE // and values changed are supposed to be handled by any gamut remapping, so, are out of gamut as well. // // **WARNING: This algorithm does assume that gamut remapping algorithms does NOT move in-gamut colors, // of course, many perceptual and saturation intents does not work in such way, but relativ. ones should. cmsPipeline* _cmsCreateGamutCheckPipeline(cmsContext ContextID, cmsHPROFILE hProfiles[], cmsBool BPC[], cmsUInt32Number Intents[], cmsFloat64Number AdaptationStates[], cmsUInt32Number nGamutPCSposition, cmsHPROFILE hGamut) { cmsHPROFILE hLab; cmsPipeline* Gamut; cmsStage* CLUT; cmsUInt32Number dwFormat; GAMUTCHAIN Chain; cmsUInt32Number nGridpoints; cmsInt32Number nChannels, nInputChannels; cmsColorSpaceSignature ColorSpace; cmsColorSpaceSignature InputColorSpace; cmsUInt32Number i; cmsHPROFILE ProfileList[256]; cmsBool BPCList[256]; cmsFloat64Number AdaptationList[256]; cmsUInt32Number IntentList[256]; memset(&Chain, 0, sizeof(GAMUTCHAIN)); if (nGamutPCSposition <= 0 || nGamutPCSposition > 255) { cmsSignalError(ContextID, cmsERROR_RANGE, "Wrong position of PCS. 1..255 expected, %d found.", nGamutPCSposition); return NULL; } hLab = cmsCreateLab4ProfileTHR(ContextID, NULL); if (hLab == NULL) return NULL; // The figure of merit. On matrix-shaper profiles, should be almost zero as // the conversion is pretty exact. On LUT based profiles, different resolutions // of input and output CLUT may result in differences. if (cmsIsMatrixShaper(hGamut)) { Chain.Threshold = 1.0; } else { Chain.Threshold = ERR_THRESHOLD; } // Create a copy of parameters for (i=0; i < nGamutPCSposition; i++) { ProfileList[i] = hProfiles[i]; BPCList[i] = BPC[i]; AdaptationList[i] = AdaptationStates[i]; IntentList[i] = Intents[i]; } // Fill Lab identity ProfileList[nGamutPCSposition] = hLab; BPCList[nGamutPCSposition] = 0; AdaptationList[nGamutPCSposition] = 1.0; IntentList[nGamutPCSposition] = INTENT_RELATIVE_COLORIMETRIC; ColorSpace = cmsGetColorSpace(hGamut); nChannels = cmsChannelsOfColorSpace(ColorSpace); nGridpoints = _cmsReasonableGridpointsByColorspace(ColorSpace, cmsFLAGS_HIGHRESPRECALC); InputColorSpace = cmsGetColorSpace(ProfileList[0]); nInputChannels = cmsChannelsOfColorSpace(InputColorSpace); dwFormat = (CHANNELS_SH(nInputChannels)|BYTES_SH(2)); // 16 bits to Lab double Chain.hInput = cmsCreateExtendedTransform(ContextID, nGamutPCSposition + 1, ProfileList, BPCList, IntentList, AdaptationList, NULL, 0, dwFormat, TYPE_Lab_DBL, cmsFLAGS_NOCACHE); // Does create the forward step. Lab double to device dwFormat = (CHANNELS_SH(nChannels)|BYTES_SH(2)); Chain.hForward = cmsCreateTransformTHR(ContextID, hLab, TYPE_Lab_DBL, hGamut, dwFormat, INTENT_RELATIVE_COLORIMETRIC, cmsFLAGS_NOCACHE); // Does create the backwards step Chain.hReverse = cmsCreateTransformTHR(ContextID, hGamut, dwFormat, hLab, TYPE_Lab_DBL, INTENT_RELATIVE_COLORIMETRIC, cmsFLAGS_NOCACHE); // All ok? if (Chain.hInput && Chain.hForward && Chain.hReverse) { // Go on, try to compute gamut LUT from PCS. This consist on a single channel containing // dE when doing a transform back and forth on the colorimetric intent. Gamut = cmsPipelineAlloc(ContextID, 3, 1); if (Gamut != NULL) { CLUT = cmsStageAllocCLut16bit(ContextID, nGridpoints, nChannels, 1, NULL); if (!cmsPipelineInsertStage(Gamut, cmsAT_BEGIN, CLUT)) { cmsPipelineFree(Gamut); Gamut = NULL; } else { cmsStageSampleCLut16bit(CLUT, GamutSampler, (void*) &Chain, 0); } } } else Gamut = NULL; // Didn't work... // Free all needed stuff. if (Chain.hInput) cmsDeleteTransform(Chain.hInput); if (Chain.hForward) cmsDeleteTransform(Chain.hForward); if (Chain.hReverse) cmsDeleteTransform(Chain.hReverse); if (hLab) cmsCloseProfile(hLab); // And return computed hull return Gamut; } // Total Area Coverage estimation ---------------------------------------------------------------- typedef struct { cmsUInt32Number nOutputChans; cmsHTRANSFORM hRoundTrip; cmsFloat32Number MaxTAC; cmsFloat32Number MaxInput[cmsMAXCHANNELS]; } cmsTACestimator; // This callback just accounts the maximum ink dropped in the given node. It does not populate any // memory, as the destination table is NULL. Its only purpose it to know the global maximum. static int EstimateTAC(CMSREGISTER const cmsUInt16Number In[], CMSREGISTER cmsUInt16Number Out[], CMSREGISTER void * Cargo) { cmsTACestimator* bp = (cmsTACestimator*) Cargo; cmsFloat32Number RoundTrip[cmsMAXCHANNELS]; cmsUInt32Number i; cmsFloat32Number Sum; // Evaluate the xform cmsDoTransform(bp->hRoundTrip, In, RoundTrip, 1); // All all amounts of ink for (Sum=0, i=0; i < bp ->nOutputChans; i++) Sum += RoundTrip[i]; // If above maximum, keep track of input values if (Sum > bp ->MaxTAC) { bp ->MaxTAC = Sum; for (i=0; i < bp ->nOutputChans; i++) { bp ->MaxInput[i] = In[i]; } } return TRUE; cmsUNUSED_PARAMETER(Out); } // Detect Total area coverage of the profile cmsFloat64Number CMSEXPORT cmsDetectTAC(cmsHPROFILE hProfile) { cmsTACestimator bp; cmsUInt32Number dwFormatter; cmsUInt32Number GridPoints[MAX_INPUT_DIMENSIONS]; cmsHPROFILE hLab; cmsContext ContextID = cmsGetProfileContextID(hProfile); // TAC only works on output profiles if (cmsGetDeviceClass(hProfile) != cmsSigOutputClass) { return 0; } // Create a fake formatter for result dwFormatter = cmsFormatterForColorspaceOfProfile(hProfile, 4, TRUE); // Unsupported color space? if (dwFormatter == 0) return 0; bp.nOutputChans = T_CHANNELS(dwFormatter); bp.MaxTAC = 0; // Initial TAC is 0 // for safety if (bp.nOutputChans >= cmsMAXCHANNELS) return 0; hLab = cmsCreateLab4ProfileTHR(ContextID, NULL); if (hLab == NULL) return 0; // Setup a roundtrip on perceptual intent in output profile for TAC estimation bp.hRoundTrip = cmsCreateTransformTHR(ContextID, hLab, TYPE_Lab_16, hProfile, dwFormatter, INTENT_PERCEPTUAL, cmsFLAGS_NOOPTIMIZE|cmsFLAGS_NOCACHE); cmsCloseProfile(hLab); if (bp.hRoundTrip == NULL) return 0; // For L* we only need black and white. For C* we need many points GridPoints[0] = 6; GridPoints[1] = 74; GridPoints[2] = 74; if (!cmsSliceSpace16(3, GridPoints, EstimateTAC, &bp)) { bp.MaxTAC = 0; } cmsDeleteTransform(bp.hRoundTrip); // Results in % return bp.MaxTAC; } // Carefully, clamp on CIELab space. cmsBool CMSEXPORT cmsDesaturateLab(cmsCIELab* Lab, double amax, double amin, double bmax, double bmin) { // Whole Luma surface to zero if (Lab -> L < 0) { Lab-> L = Lab->a = Lab-> b = 0.0; return FALSE; } // Clamp white, DISCARD HIGHLIGHTS. This is done // in such way because icc spec doesn't allow the // use of L>100 as a highlight means. if (Lab->L > 100) Lab -> L = 100; // Check out gamut prism, on a, b faces if (Lab -> a < amin || Lab->a > amax|| Lab -> b < bmin || Lab->b > bmax) { cmsCIELCh LCh; double h, slope; // Falls outside a, b limits. Transports to LCh space, // and then do the clipping if (Lab -> a == 0.0) { // Is hue exactly 90? // atan will not work, so clamp here Lab -> b = Lab->b < 0 ? bmin : bmax; return TRUE; } cmsLab2LCh(&LCh, Lab); slope = Lab -> b / Lab -> a; h = LCh.h; // There are 4 zones if ((h >= 0. && h < 45.) || (h >= 315 && h <= 360.)) { // clip by amax Lab -> a = amax; Lab -> b = amax * slope; } else if (h >= 45. && h < 135.) { // clip by bmax Lab -> b = bmax; Lab -> a = bmax / slope; } else if (h >= 135. && h < 225.) { // clip by amin Lab -> a = amin; Lab -> b = amin * slope; } else if (h >= 225. && h < 315.) { // clip by bmin Lab -> b = bmin; Lab -> a = bmin / slope; } else { cmsSignalError(0, cmsERROR_RANGE, "Invalid angle"); return FALSE; } } return TRUE; } // Detect whatever a given ICC profile works in linear (gamma 1.0) space // Actually, doing that "well" is quite hard, since every component may behave completely different. // Since the true point of this function is to detect suitable optimizations, I am imposing some requirements // that simplifies things: only RGB, and only profiles that can got in both directions. // The algorithm obtains Y from a synthetical gray R=G=B. Then least squares fitting is used to estimate gamma. // For gamma close to 1.0, RGB is linear. On profiles not supported, -1 is returned. cmsFloat64Number CMSEXPORT cmsDetectRGBProfileGamma(cmsHPROFILE hProfile, cmsFloat64Number threshold) { cmsContext ContextID; cmsHPROFILE hXYZ; cmsHTRANSFORM xform; cmsToneCurve* Y_curve; cmsUInt16Number rgb[256][3]; cmsCIEXYZ XYZ[256]; cmsFloat32Number Y_normalized[256]; cmsFloat64Number gamma; cmsProfileClassSignature cl; int i; if (cmsGetColorSpace(hProfile) != cmsSigRgbData) return -1; cl = cmsGetDeviceClass(hProfile); if (cl != cmsSigInputClass && cl != cmsSigDisplayClass && cl != cmsSigOutputClass && cl != cmsSigColorSpaceClass) return -1; ContextID = cmsGetProfileContextID(hProfile); hXYZ = cmsCreateXYZProfileTHR(ContextID); if (hXYZ == NULL) return -1; xform = cmsCreateTransformTHR(ContextID, hProfile, TYPE_RGB_16, hXYZ, TYPE_XYZ_DBL, INTENT_RELATIVE_COLORIMETRIC, cmsFLAGS_NOOPTIMIZE); if (xform == NULL) { // If not RGB or forward direction is not supported, regret with the previous error cmsCloseProfile(hXYZ); return -1; } for (i = 0; i < 256; i++) { rgb[i][0] = rgb[i][1] = rgb[i][2] = FROM_8_TO_16(i); } cmsDoTransform(xform, rgb, XYZ, 256); cmsDeleteTransform(xform); cmsCloseProfile(hXYZ); for (i = 0; i < 256; i++) { Y_normalized[i] = (cmsFloat32Number) XYZ[i].Y; } Y_curve = cmsBuildTabulatedToneCurveFloat(ContextID, 256, Y_normalized); if (Y_curve == NULL) return -1; gamma = cmsEstimateGamma(Y_curve, threshold); cmsFreeToneCurve(Y_curve); return gamma; } lcms2-2.17/src/cmspack.c0000644000175000017500000040654714752176133014102 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include "lcms2_internal.h" // This module handles all formats supported by lcms. There are two flavors, 16 bits and // floating point. Floating point is supported only in a subset, those formats holding // cmsFloat32Number (4 bytes per component) and double (marked as 0 bytes per component // as special case) // --------------------------------------------------------------------------- // This macro return words stored as big endian #define CHANGE_ENDIAN(w) (cmsUInt16Number) ((cmsUInt16Number) ((w)<<8)|((w)>>8)) // These macros handles reversing (negative) #define REVERSE_FLAVOR_8(x) ((cmsUInt8Number) (0xff-(x))) #define REVERSE_FLAVOR_16(x) ((cmsUInt16Number)(0xffff-(x))) // * 0xffff / 0xff00 = (255 * 257) / (255 * 256) = 257 / 256 cmsINLINE cmsUInt16Number FomLabV2ToLabV4(cmsUInt16Number x) { int a = (x << 8 | x) >> 8; // * 257 / 256 if ( a > 0xffff) return 0xffff; return (cmsUInt16Number) a; } // * 0xf00 / 0xffff = * 256 / 257 cmsINLINE cmsUInt16Number FomLabV4ToLabV2(cmsUInt16Number x) { return (cmsUInt16Number) (((x << 8) + 0x80) / 257); } typedef struct { cmsUInt32Number Type; cmsUInt32Number Mask; cmsFormatter16 Frm; } cmsFormatters16; typedef struct { cmsUInt32Number Type; cmsUInt32Number Mask; cmsFormatterFloat Frm; } cmsFormattersFloat; #define ANYSPACE COLORSPACE_SH(31) #define ANYCHANNELS CHANNELS_SH(15) #define ANYEXTRA EXTRA_SH(7) #define ANYPLANAR PLANAR_SH(1) #define ANYENDIAN ENDIAN16_SH(1) #define ANYSWAP DOSWAP_SH(1) #define ANYSWAPFIRST SWAPFIRST_SH(1) #define ANYFLAVOR FLAVOR_SH(1) #define ANYPREMUL PREMUL_SH(1) // Suppress waning about info never being used #ifdef _MSC_VER #pragma warning(disable : 4100) #endif // Unpacking routines (16 bits) ---------------------------------------------------------------------------------------- // Does almost everything but is slow static cmsUInt8Number* UnrollChunkyBytes(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { cmsUInt32Number nChan = T_CHANNELS(info -> InputFormat); cmsUInt32Number DoSwap = T_DOSWAP(info ->InputFormat); cmsUInt32Number Reverse = T_FLAVOR(info ->InputFormat); cmsUInt32Number SwapFirst = T_SWAPFIRST(info -> InputFormat); cmsUInt32Number Extra = T_EXTRA(info -> InputFormat); cmsUInt32Number Premul = T_PREMUL(info->InputFormat); cmsUInt32Number ExtraFirst = DoSwap ^ SwapFirst; cmsUInt32Number v; cmsUInt32Number i; cmsUInt32Number alpha_factor = 1; if (ExtraFirst) { if (Premul && Extra) alpha_factor = _cmsToFixedDomain(FROM_8_TO_16(accum[0])); accum += Extra; } else { if (Premul && Extra) alpha_factor = _cmsToFixedDomain(FROM_8_TO_16(accum[nChan])); } for (i=0; i < nChan; i++) { cmsUInt32Number index = DoSwap ? (nChan - i - 1) : i; v = FROM_8_TO_16(*accum); v = Reverse ? REVERSE_FLAVOR_16(v) : v; if (Premul && alpha_factor > 0) { v = ((cmsUInt32Number)((cmsUInt32Number)v << 16) / alpha_factor); if (v > 0xffff) v = 0xffff; } wIn[index] = (cmsUInt16Number) v; accum++; } if (!ExtraFirst) { accum += Extra; } if (Extra == 0 && SwapFirst) { cmsUInt16Number tmp = wIn[0]; memmove(&wIn[0], &wIn[1], (nChan-1) * sizeof(cmsUInt16Number)); wIn[nChan-1] = tmp; } return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } // Extra channels are just ignored because come in the next planes static cmsUInt8Number* UnrollPlanarBytes(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { cmsUInt32Number nChan = T_CHANNELS(info -> InputFormat); cmsUInt32Number DoSwap = T_DOSWAP(info ->InputFormat); cmsUInt32Number SwapFirst = T_SWAPFIRST(info ->InputFormat); cmsUInt32Number Reverse = T_FLAVOR(info ->InputFormat); cmsUInt32Number i; cmsUInt32Number ExtraFirst = DoSwap ^ SwapFirst; cmsUInt32Number Extra = T_EXTRA(info->InputFormat); cmsUInt32Number Premul = T_PREMUL(info->InputFormat); cmsUInt8Number* Init = accum; cmsUInt32Number alpha_factor = 1; if (ExtraFirst) { if (Premul && Extra) alpha_factor = _cmsToFixedDomain(FROM_8_TO_16(accum[0])); accum += Extra * Stride; } else { if (Premul && Extra) alpha_factor = _cmsToFixedDomain(FROM_8_TO_16(accum[nChan * Stride])); } for (i=0; i < nChan; i++) { cmsUInt32Number index = DoSwap ? (nChan - i - 1) : i; cmsUInt32Number v = FROM_8_TO_16(*accum); v = Reverse ? REVERSE_FLAVOR_16(v) : v; if (Premul && alpha_factor > 0) { v = ((cmsUInt32Number)((cmsUInt32Number)v << 16) / alpha_factor); if (v > 0xffff) v = 0xffff; } wIn[index] = (cmsUInt16Number) v; accum += Stride; } return (Init + 1); } // Special cases, provided for performance static cmsUInt8Number* Unroll4Bytes(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { wIn[0] = FROM_8_TO_16(*accum); accum++; // C wIn[1] = FROM_8_TO_16(*accum); accum++; // M wIn[2] = FROM_8_TO_16(*accum); accum++; // Y wIn[3] = FROM_8_TO_16(*accum); accum++; // K return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Unroll4BytesReverse(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { wIn[0] = FROM_8_TO_16(REVERSE_FLAVOR_8(*accum)); accum++; // C wIn[1] = FROM_8_TO_16(REVERSE_FLAVOR_8(*accum)); accum++; // M wIn[2] = FROM_8_TO_16(REVERSE_FLAVOR_8(*accum)); accum++; // Y wIn[3] = FROM_8_TO_16(REVERSE_FLAVOR_8(*accum)); accum++; // K return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Unroll4BytesSwapFirst(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { wIn[3] = FROM_8_TO_16(*accum); accum++; // K wIn[0] = FROM_8_TO_16(*accum); accum++; // C wIn[1] = FROM_8_TO_16(*accum); accum++; // M wIn[2] = FROM_8_TO_16(*accum); accum++; // Y return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } // KYMC static cmsUInt8Number* Unroll4BytesSwap(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { wIn[3] = FROM_8_TO_16(*accum); accum++; // K wIn[2] = FROM_8_TO_16(*accum); accum++; // Y wIn[1] = FROM_8_TO_16(*accum); accum++; // M wIn[0] = FROM_8_TO_16(*accum); accum++; // C return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Unroll4BytesSwapSwapFirst(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { wIn[2] = FROM_8_TO_16(*accum); accum++; // K wIn[1] = FROM_8_TO_16(*accum); accum++; // Y wIn[0] = FROM_8_TO_16(*accum); accum++; // M wIn[3] = FROM_8_TO_16(*accum); accum++; // C return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Unroll3Bytes(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { wIn[0] = FROM_8_TO_16(*accum); accum++; // R wIn[1] = FROM_8_TO_16(*accum); accum++; // G wIn[2] = FROM_8_TO_16(*accum); accum++; // B return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Unroll3BytesSkip1Swap(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { accum++; // A wIn[2] = FROM_8_TO_16(*accum); accum++; // B wIn[1] = FROM_8_TO_16(*accum); accum++; // G wIn[0] = FROM_8_TO_16(*accum); accum++; // R return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Unroll3BytesSkip1SwapSwapFirst(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { wIn[2] = FROM_8_TO_16(*accum); accum++; // B wIn[1] = FROM_8_TO_16(*accum); accum++; // G wIn[0] = FROM_8_TO_16(*accum); accum++; // R accum++; // A return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Unroll3BytesSkip1SwapFirst(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { accum++; // A wIn[0] = FROM_8_TO_16(*accum); accum++; // R wIn[1] = FROM_8_TO_16(*accum); accum++; // G wIn[2] = FROM_8_TO_16(*accum); accum++; // B return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } // BRG static cmsUInt8Number* Unroll3BytesSwap(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { wIn[2] = FROM_8_TO_16(*accum); accum++; // B wIn[1] = FROM_8_TO_16(*accum); accum++; // G wIn[0] = FROM_8_TO_16(*accum); accum++; // R return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* UnrollLabV2_8(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { wIn[0] = FomLabV2ToLabV4(FROM_8_TO_16(*accum)); accum++; // L wIn[1] = FomLabV2ToLabV4(FROM_8_TO_16(*accum)); accum++; // a wIn[2] = FomLabV2ToLabV4(FROM_8_TO_16(*accum)); accum++; // b return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* UnrollALabV2_8(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { accum++; // A wIn[0] = FomLabV2ToLabV4(FROM_8_TO_16(*accum)); accum++; // L wIn[1] = FomLabV2ToLabV4(FROM_8_TO_16(*accum)); accum++; // a wIn[2] = FomLabV2ToLabV4(FROM_8_TO_16(*accum)); accum++; // b return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* UnrollLabV2_16(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { wIn[0] = FomLabV2ToLabV4(*(cmsUInt16Number*) accum); accum += 2; // L wIn[1] = FomLabV2ToLabV4(*(cmsUInt16Number*) accum); accum += 2; // a wIn[2] = FomLabV2ToLabV4(*(cmsUInt16Number*) accum); accum += 2; // b return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } // for duplex static cmsUInt8Number* Unroll2Bytes(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { wIn[0] = FROM_8_TO_16(*accum); accum++; // ch1 wIn[1] = FROM_8_TO_16(*accum); accum++; // ch2 return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } // Monochrome duplicates L into RGB for null-transforms static cmsUInt8Number* Unroll1Byte(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { wIn[0] = wIn[1] = wIn[2] = FROM_8_TO_16(*accum); accum++; // L return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Unroll1ByteSkip1(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { wIn[0] = wIn[1] = wIn[2] = FROM_8_TO_16(*accum); accum++; // L accum += 1; return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Unroll1ByteSkip2(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { wIn[0] = wIn[1] = wIn[2] = FROM_8_TO_16(*accum); accum++; // L accum += 2; return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Unroll1ByteReversed(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { wIn[0] = wIn[1] = wIn[2] = REVERSE_FLAVOR_16(FROM_8_TO_16(*accum)); accum++; // L return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* UnrollAnyWords(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { cmsUInt32Number nChan = T_CHANNELS(info -> InputFormat); cmsUInt32Number SwapEndian = T_ENDIAN16(info -> InputFormat); cmsUInt32Number DoSwap = T_DOSWAP(info ->InputFormat); cmsUInt32Number Reverse = T_FLAVOR(info ->InputFormat); cmsUInt32Number SwapFirst = T_SWAPFIRST(info -> InputFormat); cmsUInt32Number Extra = T_EXTRA(info -> InputFormat); cmsUInt32Number ExtraFirst = DoSwap ^ SwapFirst; cmsUInt32Number i; if (ExtraFirst) { accum += Extra * sizeof(cmsUInt16Number); } for (i=0; i < nChan; i++) { cmsUInt32Number index = DoSwap ? (nChan - i - 1) : i; cmsUInt16Number v = *(cmsUInt16Number*) accum; if (SwapEndian) v = CHANGE_ENDIAN(v); wIn[index] = Reverse ? REVERSE_FLAVOR_16(v) : v; accum += sizeof(cmsUInt16Number); } if (!ExtraFirst) { accum += Extra * sizeof(cmsUInt16Number); } if (Extra == 0 && SwapFirst) { cmsUInt16Number tmp = wIn[0]; memmove(&wIn[0], &wIn[1], (nChan-1) * sizeof(cmsUInt16Number)); wIn[nChan-1] = tmp; } return accum; cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* UnrollAnyWordsPremul(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { cmsUInt32Number nChan = T_CHANNELS(info -> InputFormat); cmsUInt32Number SwapEndian = T_ENDIAN16(info -> InputFormat); cmsUInt32Number DoSwap = T_DOSWAP(info ->InputFormat); cmsUInt32Number Reverse = T_FLAVOR(info ->InputFormat); cmsUInt32Number SwapFirst = T_SWAPFIRST(info -> InputFormat); cmsUInt32Number ExtraFirst = DoSwap ^ SwapFirst; cmsUInt32Number i; cmsUInt16Number alpha = (ExtraFirst ? ((cmsUInt16Number*)accum)[0] : ((cmsUInt16Number*)accum)[nChan]); cmsUInt32Number alpha_factor = _cmsToFixedDomain(alpha); if (ExtraFirst) { accum += sizeof(cmsUInt16Number); } for (i=0; i < nChan; i++) { cmsUInt32Number index = DoSwap ? (nChan - i - 1) : i; cmsUInt32Number v = *(cmsUInt16Number*) accum; if (SwapEndian) v = CHANGE_ENDIAN(v); if (alpha_factor > 0) { v = (v << 16) / alpha_factor; if (v > 0xffff) v = 0xffff; } wIn[index] = (cmsUInt16Number) (Reverse ? REVERSE_FLAVOR_16(v) : v); accum += sizeof(cmsUInt16Number); } if (!ExtraFirst) { accum += sizeof(cmsUInt16Number); } return accum; cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* UnrollPlanarWords(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { cmsUInt32Number nChan = T_CHANNELS(info -> InputFormat); cmsUInt32Number DoSwap= T_DOSWAP(info ->InputFormat); cmsUInt32Number Reverse= T_FLAVOR(info ->InputFormat); cmsUInt32Number SwapEndian = T_ENDIAN16(info -> InputFormat); cmsUInt32Number i; cmsUInt8Number* Init = accum; if (DoSwap) { accum += T_EXTRA(info -> InputFormat) * Stride; } for (i=0; i < nChan; i++) { cmsUInt32Number index = DoSwap ? (nChan - i - 1) : i; cmsUInt16Number v = *(cmsUInt16Number*) accum; if (SwapEndian) v = CHANGE_ENDIAN(v); wIn[index] = Reverse ? REVERSE_FLAVOR_16(v) : v; accum += Stride; } return (Init + sizeof(cmsUInt16Number)); } static cmsUInt8Number* UnrollPlanarWordsPremul(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { cmsUInt32Number nChan = T_CHANNELS(info -> InputFormat); cmsUInt32Number DoSwap= T_DOSWAP(info ->InputFormat); cmsUInt32Number SwapFirst = T_SWAPFIRST(info->InputFormat); cmsUInt32Number Reverse= T_FLAVOR(info ->InputFormat); cmsUInt32Number SwapEndian = T_ENDIAN16(info -> InputFormat); cmsUInt32Number i; cmsUInt32Number ExtraFirst = DoSwap ^ SwapFirst; cmsUInt8Number* Init = accum; cmsUInt16Number alpha = (ExtraFirst ? ((cmsUInt16Number*)accum)[0] : ((cmsUInt16Number*)accum)[nChan * Stride / 2]); cmsUInt32Number alpha_factor = _cmsToFixedDomain(alpha); if (ExtraFirst) { accum += Stride; } for (i=0; i < nChan; i++) { cmsUInt32Number index = DoSwap ? (nChan - i - 1) : i; cmsUInt32Number v = (cmsUInt32Number) *(cmsUInt16Number*) accum; if (SwapEndian) v = CHANGE_ENDIAN(v); if (alpha_factor > 0) { v = (v << 16) / alpha_factor; if (v > 0xffff) v = 0xffff; } wIn[index] = (cmsUInt16Number) (Reverse ? REVERSE_FLAVOR_16(v) : v); accum += Stride; } return (Init + sizeof(cmsUInt16Number)); } static cmsUInt8Number* Unroll4Words(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { wIn[0] = *(cmsUInt16Number*) accum; accum+= 2; // C wIn[1] = *(cmsUInt16Number*) accum; accum+= 2; // M wIn[2] = *(cmsUInt16Number*) accum; accum+= 2; // Y wIn[3] = *(cmsUInt16Number*) accum; accum+= 2; // K return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Unroll4WordsReverse(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { wIn[0] = REVERSE_FLAVOR_16(*(cmsUInt16Number*) accum); accum+= 2; // C wIn[1] = REVERSE_FLAVOR_16(*(cmsUInt16Number*) accum); accum+= 2; // M wIn[2] = REVERSE_FLAVOR_16(*(cmsUInt16Number*) accum); accum+= 2; // Y wIn[3] = REVERSE_FLAVOR_16(*(cmsUInt16Number*) accum); accum+= 2; // K return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Unroll4WordsSwapFirst(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { wIn[3] = *(cmsUInt16Number*) accum; accum+= 2; // K wIn[0] = *(cmsUInt16Number*) accum; accum+= 2; // C wIn[1] = *(cmsUInt16Number*) accum; accum+= 2; // M wIn[2] = *(cmsUInt16Number*) accum; accum+= 2; // Y return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } // KYMC static cmsUInt8Number* Unroll4WordsSwap(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { wIn[3] = *(cmsUInt16Number*) accum; accum+= 2; // K wIn[2] = *(cmsUInt16Number*) accum; accum+= 2; // Y wIn[1] = *(cmsUInt16Number*) accum; accum+= 2; // M wIn[0] = *(cmsUInt16Number*) accum; accum+= 2; // C return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Unroll4WordsSwapSwapFirst(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { wIn[2] = *(cmsUInt16Number*) accum; accum+= 2; // K wIn[1] = *(cmsUInt16Number*) accum; accum+= 2; // Y wIn[0] = *(cmsUInt16Number*) accum; accum+= 2; // M wIn[3] = *(cmsUInt16Number*) accum; accum+= 2; // C return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Unroll3Words(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { wIn[0] = *(cmsUInt16Number*) accum; accum+= 2; // C R wIn[1] = *(cmsUInt16Number*) accum; accum+= 2; // M G wIn[2] = *(cmsUInt16Number*) accum; accum+= 2; // Y B return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Unroll3WordsSwap(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { wIn[2] = *(cmsUInt16Number*) accum; accum+= 2; // C R wIn[1] = *(cmsUInt16Number*) accum; accum+= 2; // M G wIn[0] = *(cmsUInt16Number*) accum; accum+= 2; // Y B return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Unroll3WordsSkip1Swap(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { accum += 2; // A wIn[2] = *(cmsUInt16Number*) accum; accum += 2; // R wIn[1] = *(cmsUInt16Number*) accum; accum += 2; // G wIn[0] = *(cmsUInt16Number*) accum; accum += 2; // B return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Unroll3WordsSkip1SwapFirst(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { accum += 2; // A wIn[0] = *(cmsUInt16Number*) accum; accum += 2; // R wIn[1] = *(cmsUInt16Number*) accum; accum += 2; // G wIn[2] = *(cmsUInt16Number*) accum; accum += 2; // B return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Unroll1Word(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { wIn[0] = wIn[1] = wIn[2] = *(cmsUInt16Number*) accum; accum+= 2; // L return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Unroll1WordReversed(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { wIn[0] = wIn[1] = wIn[2] = REVERSE_FLAVOR_16(*(cmsUInt16Number*) accum); accum+= 2; return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Unroll1WordSkip3(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { wIn[0] = wIn[1] = wIn[2] = *(cmsUInt16Number*) accum; accum += 8; return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Unroll2Words(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { wIn[0] = *(cmsUInt16Number*) accum; accum += 2; // ch1 wIn[1] = *(cmsUInt16Number*) accum; accum += 2; // ch2 return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } // This is a conversion of Lab double to 16 bits static cmsUInt8Number* UnrollLabDoubleTo16(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { if (T_PLANAR(info -> InputFormat)) { cmsCIELab Lab; cmsUInt8Number* pos_L; cmsUInt8Number* pos_a; cmsUInt8Number* pos_b; pos_L = accum; pos_a = accum + Stride; pos_b = accum + Stride * 2; Lab.L = *(cmsFloat64Number*) pos_L; Lab.a = *(cmsFloat64Number*) pos_a; Lab.b = *(cmsFloat64Number*) pos_b; cmsFloat2LabEncoded(wIn, &Lab); return accum + sizeof(cmsFloat64Number); } else { cmsFloat2LabEncoded(wIn, (cmsCIELab*) accum); accum += sizeof(cmsCIELab) + T_EXTRA(info ->InputFormat) * sizeof(cmsFloat64Number); return accum; } } // This is a conversion of Lab float to 16 bits static cmsUInt8Number* UnrollLabFloatTo16(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { cmsCIELab Lab; if (T_PLANAR(info -> InputFormat)) { cmsUInt8Number* pos_L; cmsUInt8Number* pos_a; cmsUInt8Number* pos_b; pos_L = accum; pos_a = accum + Stride; pos_b = accum + Stride * 2; Lab.L = *(cmsFloat32Number*)pos_L; Lab.a = *(cmsFloat32Number*)pos_a; Lab.b = *(cmsFloat32Number*)pos_b; cmsFloat2LabEncoded(wIn, &Lab); return accum + sizeof(cmsFloat32Number); } else { Lab.L = ((cmsFloat32Number*) accum)[0]; Lab.a = ((cmsFloat32Number*) accum)[1]; Lab.b = ((cmsFloat32Number*) accum)[2]; cmsFloat2LabEncoded(wIn, &Lab); accum += (3 + T_EXTRA(info ->InputFormat)) * sizeof(cmsFloat32Number); return accum; } } // This is a conversion of XYZ double to 16 bits static cmsUInt8Number* UnrollXYZDoubleTo16(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { if (T_PLANAR(info -> InputFormat)) { cmsCIEXYZ XYZ; cmsUInt8Number* pos_X; cmsUInt8Number* pos_Y; cmsUInt8Number* pos_Z; pos_X = accum; pos_Y = accum + Stride; pos_Z = accum + Stride * 2; XYZ.X = *(cmsFloat64Number*)pos_X; XYZ.Y = *(cmsFloat64Number*)pos_Y; XYZ.Z = *(cmsFloat64Number*)pos_Z; cmsFloat2XYZEncoded(wIn, &XYZ); return accum + sizeof(cmsFloat64Number); } else { cmsFloat2XYZEncoded(wIn, (cmsCIEXYZ*) accum); accum += sizeof(cmsCIEXYZ) + T_EXTRA(info ->InputFormat) * sizeof(cmsFloat64Number); return accum; } } // This is a conversion of XYZ float to 16 bits static cmsUInt8Number* UnrollXYZFloatTo16(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { if (T_PLANAR(info -> InputFormat)) { cmsCIEXYZ XYZ; cmsUInt8Number* pos_X; cmsUInt8Number* pos_Y; cmsUInt8Number* pos_Z; pos_X = accum; pos_Y = accum + Stride; pos_Z = accum + Stride * 2; XYZ.X = *(cmsFloat32Number*)pos_X; XYZ.Y = *(cmsFloat32Number*)pos_Y; XYZ.Z = *(cmsFloat32Number*)pos_Z; cmsFloat2XYZEncoded(wIn, &XYZ); return accum + sizeof(cmsFloat32Number); } else { cmsFloat32Number* Pt = (cmsFloat32Number*) accum; cmsCIEXYZ XYZ; XYZ.X = Pt[0]; XYZ.Y = Pt[1]; XYZ.Z = Pt[2]; cmsFloat2XYZEncoded(wIn, &XYZ); accum += 3 * sizeof(cmsFloat32Number) + T_EXTRA(info ->InputFormat) * sizeof(cmsFloat32Number); return accum; } } // Check if space is marked as ink cmsINLINE cmsBool IsInkSpace(cmsUInt32Number Type) { switch (T_COLORSPACE(Type)) { case PT_CMY: case PT_CMYK: case PT_MCH5: case PT_MCH6: case PT_MCH7: case PT_MCH8: case PT_MCH9: case PT_MCH10: case PT_MCH11: case PT_MCH12: case PT_MCH13: case PT_MCH14: case PT_MCH15: return TRUE; default: return FALSE; } } // Return the size in bytes of a given formatter cmsINLINE cmsUInt32Number PixelSize(cmsUInt32Number Format) { cmsUInt32Number fmt_bytes = T_BYTES(Format); // For double, the T_BYTES field is zero if (fmt_bytes == 0) return sizeof(cmsUInt64Number); // Otherwise, it is already correct for all formats return fmt_bytes; } // Inks does come in percentage, remaining cases are between 0..1.0, again to 16 bits static cmsUInt8Number* UnrollDoubleTo16(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { cmsUInt32Number nChan = T_CHANNELS(info -> InputFormat); cmsUInt32Number DoSwap = T_DOSWAP(info ->InputFormat); cmsUInt32Number Reverse = T_FLAVOR(info ->InputFormat); cmsUInt32Number SwapFirst = T_SWAPFIRST(info -> InputFormat); cmsUInt32Number Extra = T_EXTRA(info -> InputFormat); cmsUInt32Number ExtraFirst = DoSwap ^ SwapFirst; cmsUInt32Number Planar = T_PLANAR(info -> InputFormat); cmsFloat64Number v; cmsUInt16Number vi; cmsUInt32Number i, start = 0; cmsFloat64Number maximum = IsInkSpace(info ->InputFormat) ? 655.35 : 65535.0; Stride /= PixelSize(info->InputFormat); if (ExtraFirst) start = Extra; for (i=0; i < nChan; i++) { cmsUInt32Number index = DoSwap ? (nChan - i - 1) : i; if (Planar) v = (cmsFloat32Number) ((cmsFloat64Number*) accum)[(i + start) * Stride]; else v = (cmsFloat32Number) ((cmsFloat64Number*) accum)[i + start]; vi = _cmsQuickSaturateWord(v * maximum); if (Reverse) vi = REVERSE_FLAVOR_16(vi); wIn[index] = vi; } if (Extra == 0 && SwapFirst) { cmsUInt16Number tmp = wIn[0]; memmove(&wIn[0], &wIn[1], (nChan-1) * sizeof(cmsUInt16Number)); wIn[nChan-1] = tmp; } if (T_PLANAR(info -> InputFormat)) return accum + sizeof(cmsFloat64Number); else return accum + (nChan + Extra) * sizeof(cmsFloat64Number); } static cmsUInt8Number* UnrollFloatTo16(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { cmsUInt32Number nChan = T_CHANNELS(info -> InputFormat); cmsUInt32Number DoSwap = T_DOSWAP(info ->InputFormat); cmsUInt32Number Reverse = T_FLAVOR(info ->InputFormat); cmsUInt32Number SwapFirst = T_SWAPFIRST(info -> InputFormat); cmsUInt32Number Extra = T_EXTRA(info -> InputFormat); cmsUInt32Number ExtraFirst = DoSwap ^ SwapFirst; cmsUInt32Number Planar = T_PLANAR(info -> InputFormat); cmsFloat32Number v; cmsUInt16Number vi; cmsUInt32Number i, start = 0; cmsFloat64Number maximum = IsInkSpace(info ->InputFormat) ? 655.35 : 65535.0; Stride /= PixelSize(info->InputFormat); if (ExtraFirst) start = Extra; for (i=0; i < nChan; i++) { cmsUInt32Number index = DoSwap ? (nChan - i - 1) : i; if (Planar) v = (cmsFloat32Number) ((cmsFloat32Number*) accum)[(i + start) * Stride]; else v = (cmsFloat32Number) ((cmsFloat32Number*) accum)[i + start]; vi = _cmsQuickSaturateWord(v * maximum); if (Reverse) vi = REVERSE_FLAVOR_16(vi); wIn[index] = vi; } if (Extra == 0 && SwapFirst) { cmsUInt16Number tmp = wIn[0]; memmove(&wIn[0], &wIn[1], (nChan-1) * sizeof(cmsUInt16Number)); wIn[nChan-1] = tmp; } if (T_PLANAR(info -> InputFormat)) return accum + sizeof(cmsFloat32Number); else return accum + (nChan + Extra) * sizeof(cmsFloat32Number); } // For 1 channel, we need to duplicate data (it comes in 0..1.0 range) static cmsUInt8Number* UnrollDouble1Chan(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { cmsFloat64Number* Inks = (cmsFloat64Number*) accum; wIn[0] = wIn[1] = wIn[2] = _cmsQuickSaturateWord(Inks[0] * 65535.0); return accum + sizeof(cmsFloat64Number); cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } //------------------------------------------------------------------------------------------------------------------- // For anything going from cmsUInt8Number static cmsUInt8Number* Unroll8ToFloat(_cmsTRANSFORM* info, cmsFloat32Number wIn[], cmsUInt8Number* accum, cmsUInt32Number Stride) { cmsUInt32Number nChan = T_CHANNELS(info->InputFormat); cmsUInt32Number DoSwap = T_DOSWAP(info->InputFormat); cmsUInt32Number Reverse = T_FLAVOR(info->InputFormat); cmsUInt32Number SwapFirst = T_SWAPFIRST(info->InputFormat); cmsUInt32Number Extra = T_EXTRA(info->InputFormat); cmsUInt32Number ExtraFirst = DoSwap ^ SwapFirst; cmsUInt32Number Planar = T_PLANAR(info->InputFormat); cmsFloat32Number v; cmsUInt32Number i, start = 0; Stride /= PixelSize(info->InputFormat); if (ExtraFirst) start = Extra; for (i = 0; i < nChan; i++) { cmsUInt32Number index = DoSwap ? (nChan - i - 1) : i; if (Planar) v = (cmsFloat32Number) ((cmsUInt8Number *)accum)[(i + start) * Stride]; else v = (cmsFloat32Number) ((cmsUInt8Number *)accum)[i + start]; v /= 255.0F; wIn[index] = Reverse ? 1 - v : v; } if (Extra == 0 && SwapFirst) { cmsFloat32Number tmp = wIn[0]; memmove(&wIn[0], &wIn[1], (nChan - 1) * sizeof(cmsFloat32Number)); wIn[nChan - 1] = tmp; } if (T_PLANAR(info->InputFormat)) return accum + sizeof(cmsUInt8Number); else return accum + (nChan + Extra) * sizeof(cmsUInt8Number); } // For anything going from cmsUInt16Number static cmsUInt8Number* Unroll16ToFloat(_cmsTRANSFORM* info, cmsFloat32Number wIn[], cmsUInt8Number* accum, cmsUInt32Number Stride) { cmsUInt32Number nChan = T_CHANNELS(info->InputFormat); cmsUInt32Number DoSwap = T_DOSWAP(info->InputFormat); cmsUInt32Number Reverse = T_FLAVOR(info->InputFormat); cmsUInt32Number SwapFirst = T_SWAPFIRST(info->InputFormat); cmsUInt32Number Extra = T_EXTRA(info->InputFormat); cmsUInt32Number ExtraFirst = DoSwap ^ SwapFirst; cmsUInt32Number Planar = T_PLANAR(info->InputFormat); cmsFloat32Number v; cmsUInt32Number i, start = 0; Stride /= PixelSize(info->InputFormat); if (ExtraFirst) start = Extra; for (i = 0; i < nChan; i++) { cmsUInt32Number index = DoSwap ? (nChan - i - 1) : i; if (Planar) v = (cmsFloat32Number)((cmsUInt16Number*)accum)[(i + start) * Stride]; else v = (cmsFloat32Number)((cmsUInt16Number*)accum)[i + start]; v /= 65535.0F; wIn[index] = Reverse ? 1 - v : v; } if (Extra == 0 && SwapFirst) { cmsFloat32Number tmp = wIn[0]; memmove(&wIn[0], &wIn[1], (nChan - 1) * sizeof(cmsFloat32Number)); wIn[nChan - 1] = tmp; } if (T_PLANAR(info->InputFormat)) return accum + sizeof(cmsUInt16Number); else return accum + (nChan + Extra) * sizeof(cmsUInt16Number); } // For anything going from cmsFloat32Number static cmsUInt8Number* UnrollFloatsToFloat(_cmsTRANSFORM* info, cmsFloat32Number wIn[], cmsUInt8Number* accum, cmsUInt32Number Stride) { cmsUInt32Number nChan = T_CHANNELS(info->InputFormat); cmsUInt32Number DoSwap = T_DOSWAP(info->InputFormat); cmsUInt32Number Reverse = T_FLAVOR(info->InputFormat); cmsUInt32Number SwapFirst = T_SWAPFIRST(info->InputFormat); cmsUInt32Number Extra = T_EXTRA(info->InputFormat); cmsUInt32Number ExtraFirst = DoSwap ^ SwapFirst; cmsUInt32Number Planar = T_PLANAR(info->InputFormat); cmsUInt32Number Premul = T_PREMUL(info->InputFormat); cmsFloat32Number v; cmsUInt32Number i, start = 0; cmsFloat32Number maximum = IsInkSpace(info->InputFormat) ? 100.0F : 1.0F; cmsFloat32Number alpha_factor = 1.0f; cmsFloat32Number* ptr = (cmsFloat32Number*)accum; Stride /= PixelSize(info->InputFormat); if (Premul && Extra) { if (Planar) alpha_factor = (ExtraFirst ? ptr[0] : ptr[nChan * Stride]) / maximum; else alpha_factor = (ExtraFirst ? ptr[0] : ptr[nChan]) / maximum; } if (ExtraFirst) start = Extra; for (i=0; i < nChan; i++) { cmsUInt32Number index = DoSwap ? (nChan - i - 1) : i; if (Planar) v = ptr[(i + start) * Stride]; else v = ptr[i + start]; if (Premul && alpha_factor > 0) v /= alpha_factor; v /= maximum; wIn[index] = Reverse ? 1 - v : v; } if (Extra == 0 && SwapFirst) { cmsFloat32Number tmp = wIn[0]; memmove(&wIn[0], &wIn[1], (nChan-1) * sizeof(cmsFloat32Number)); wIn[nChan-1] = tmp; } if (T_PLANAR(info -> InputFormat)) return accum + sizeof(cmsFloat32Number); else return accum + (nChan + Extra) * sizeof(cmsFloat32Number); } // For anything going from double static cmsUInt8Number* UnrollDoublesToFloat(_cmsTRANSFORM* info, cmsFloat32Number wIn[], cmsUInt8Number* accum, cmsUInt32Number Stride) { cmsUInt32Number nChan = T_CHANNELS(info->InputFormat); cmsUInt32Number DoSwap = T_DOSWAP(info->InputFormat); cmsUInt32Number Reverse = T_FLAVOR(info->InputFormat); cmsUInt32Number SwapFirst = T_SWAPFIRST(info->InputFormat); cmsUInt32Number Extra = T_EXTRA(info->InputFormat); cmsUInt32Number ExtraFirst = DoSwap ^ SwapFirst; cmsUInt32Number Planar = T_PLANAR(info->InputFormat); cmsUInt32Number Premul = T_PREMUL(info->InputFormat); cmsFloat64Number v; cmsUInt32Number i, start = 0; cmsFloat64Number maximum = IsInkSpace(info ->InputFormat) ? 100.0 : 1.0; cmsFloat64Number alpha_factor = 1.0; cmsFloat64Number* ptr = (cmsFloat64Number*)accum; Stride /= PixelSize(info->InputFormat); if (Premul && Extra) { if (Planar) alpha_factor = (ExtraFirst ? ptr[0] : ptr[nChan * Stride]) / maximum; else alpha_factor = (ExtraFirst ? ptr[0] : ptr[nChan]) / maximum; } if (ExtraFirst) start = Extra; for (i=0; i < nChan; i++) { cmsUInt32Number index = DoSwap ? (nChan - i - 1) : i; if (Planar) v = (cmsFloat64Number) ((cmsFloat64Number*) accum)[(i + start) * Stride]; else v = (cmsFloat64Number) ((cmsFloat64Number*) accum)[i + start]; if (Premul && alpha_factor > 0) v /= alpha_factor; v /= maximum; wIn[index] = (cmsFloat32Number) (Reverse ? 1.0 - v : v); } if (Extra == 0 && SwapFirst) { cmsFloat32Number tmp = wIn[0]; memmove(&wIn[0], &wIn[1], (nChan-1) * sizeof(cmsFloat32Number)); wIn[nChan-1] = tmp; } if (T_PLANAR(info -> InputFormat)) return accum + sizeof(cmsFloat64Number); else return accum + (nChan + Extra) * sizeof(cmsFloat64Number); } // From Lab double to cmsFloat32Number static cmsUInt8Number* UnrollLabDoubleToFloat(_cmsTRANSFORM* info, cmsFloat32Number wIn[], cmsUInt8Number* accum, cmsUInt32Number Stride) { cmsFloat64Number* Pt = (cmsFloat64Number*) accum; if (T_PLANAR(info -> InputFormat)) { Stride /= PixelSize(info->InputFormat); wIn[0] = (cmsFloat32Number) (Pt[0] / 100.0); // from 0..100 to 0..1 wIn[1] = (cmsFloat32Number) ((Pt[Stride] + 128) / 255.0); // form -128..+127 to 0..1 wIn[2] = (cmsFloat32Number) ((Pt[Stride*2] + 128) / 255.0); return accum + sizeof(cmsFloat64Number); } else { wIn[0] = (cmsFloat32Number) (Pt[0] / 100.0); // from 0..100 to 0..1 wIn[1] = (cmsFloat32Number) ((Pt[1] + 128) / 255.0); // form -128..+127 to 0..1 wIn[2] = (cmsFloat32Number) ((Pt[2] + 128) / 255.0); accum += sizeof(cmsFloat64Number)*(3 + T_EXTRA(info ->InputFormat)); return accum; } } // From Lab double to cmsFloat32Number static cmsUInt8Number* UnrollLabFloatToFloat(_cmsTRANSFORM* info, cmsFloat32Number wIn[], cmsUInt8Number* accum, cmsUInt32Number Stride) { cmsFloat32Number* Pt = (cmsFloat32Number*) accum; if (T_PLANAR(info -> InputFormat)) { Stride /= PixelSize(info->InputFormat); wIn[0] = (cmsFloat32Number) (Pt[0] / 100.0); // from 0..100 to 0..1 wIn[1] = (cmsFloat32Number) ((Pt[Stride] + 128) / 255.0); // form -128..+127 to 0..1 wIn[2] = (cmsFloat32Number) ((Pt[Stride*2] + 128) / 255.0); return accum + sizeof(cmsFloat32Number); } else { wIn[0] = (cmsFloat32Number) (Pt[0] / 100.0); // from 0..100 to 0..1 wIn[1] = (cmsFloat32Number) ((Pt[1] + 128) / 255.0); // form -128..+127 to 0..1 wIn[2] = (cmsFloat32Number) ((Pt[2] + 128) / 255.0); accum += sizeof(cmsFloat32Number)*(3 + T_EXTRA(info ->InputFormat)); return accum; } } // 1.15 fixed point, that means maximum value is MAX_ENCODEABLE_XYZ (0xFFFF) static cmsUInt8Number* UnrollXYZDoubleToFloat(_cmsTRANSFORM* info, cmsFloat32Number wIn[], cmsUInt8Number* accum, cmsUInt32Number Stride) { cmsFloat64Number* Pt = (cmsFloat64Number*) accum; if (T_PLANAR(info -> InputFormat)) { Stride /= PixelSize(info->InputFormat); wIn[0] = (cmsFloat32Number) (Pt[0] / MAX_ENCODEABLE_XYZ); wIn[1] = (cmsFloat32Number) (Pt[Stride] / MAX_ENCODEABLE_XYZ); wIn[2] = (cmsFloat32Number) (Pt[Stride*2] / MAX_ENCODEABLE_XYZ); return accum + sizeof(cmsFloat64Number); } else { wIn[0] = (cmsFloat32Number) (Pt[0] / MAX_ENCODEABLE_XYZ); wIn[1] = (cmsFloat32Number) (Pt[1] / MAX_ENCODEABLE_XYZ); wIn[2] = (cmsFloat32Number) (Pt[2] / MAX_ENCODEABLE_XYZ); accum += sizeof(cmsFloat64Number)*(3 + T_EXTRA(info ->InputFormat)); return accum; } } static cmsUInt8Number* UnrollXYZFloatToFloat(_cmsTRANSFORM* info, cmsFloat32Number wIn[], cmsUInt8Number* accum, cmsUInt32Number Stride) { cmsFloat32Number* Pt = (cmsFloat32Number*) accum; if (T_PLANAR(info -> InputFormat)) { Stride /= PixelSize(info->InputFormat); wIn[0] = (cmsFloat32Number) (Pt[0] / MAX_ENCODEABLE_XYZ); wIn[1] = (cmsFloat32Number) (Pt[Stride] / MAX_ENCODEABLE_XYZ); wIn[2] = (cmsFloat32Number) (Pt[Stride*2] / MAX_ENCODEABLE_XYZ); return accum + sizeof(cmsFloat32Number); } else { wIn[0] = (cmsFloat32Number) (Pt[0] / MAX_ENCODEABLE_XYZ); wIn[1] = (cmsFloat32Number) (Pt[1] / MAX_ENCODEABLE_XYZ); wIn[2] = (cmsFloat32Number) (Pt[2] / MAX_ENCODEABLE_XYZ); accum += sizeof(cmsFloat32Number)*(3 + T_EXTRA(info ->InputFormat)); return accum; } } cmsINLINE void lab4toFloat(cmsFloat32Number wIn[], cmsUInt16Number lab4[3]) { cmsFloat32Number L = (cmsFloat32Number) lab4[0] / 655.35F; cmsFloat32Number a = ((cmsFloat32Number) lab4[1] / 257.0F) - 128.0F; cmsFloat32Number b = ((cmsFloat32Number) lab4[2] / 257.0F) - 128.0F; wIn[0] = (L / 100.0F); // from 0..100 to 0..1 wIn[1] = ((a + 128.0F) / 255.0F); // form -128..+127 to 0..1 wIn[2] = ((b + 128.0F) / 255.0F); } static cmsUInt8Number* UnrollLabV2_8ToFloat(_cmsTRANSFORM* info, cmsFloat32Number wIn[], cmsUInt8Number* accum, cmsUInt32Number Stride) { cmsUInt16Number lab4[3]; lab4[0] = FomLabV2ToLabV4(FROM_8_TO_16(*accum)); accum++; // L lab4[1] = FomLabV2ToLabV4(FROM_8_TO_16(*accum)); accum++; // a lab4[2] = FomLabV2ToLabV4(FROM_8_TO_16(*accum)); accum++; // b lab4toFloat(wIn, lab4); return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* UnrollALabV2_8ToFloat(_cmsTRANSFORM* info, cmsFloat32Number wIn[], cmsUInt8Number* accum, cmsUInt32Number Stride) { cmsUInt16Number lab4[3]; accum++; // A lab4[0] = FomLabV2ToLabV4(FROM_8_TO_16(*accum)); accum++; // L lab4[1] = FomLabV2ToLabV4(FROM_8_TO_16(*accum)); accum++; // a lab4[2] = FomLabV2ToLabV4(FROM_8_TO_16(*accum)); accum++; // b lab4toFloat(wIn, lab4); return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* UnrollLabV2_16ToFloat(_cmsTRANSFORM* info, cmsFloat32Number wIn[], cmsUInt8Number* accum, cmsUInt32Number Stride) { cmsUInt16Number lab4[3]; lab4[0] = FomLabV2ToLabV4(*(cmsUInt16Number*) accum); accum += 2; // L lab4[1] = FomLabV2ToLabV4(*(cmsUInt16Number*) accum); accum += 2; // a lab4[2] = FomLabV2ToLabV4(*(cmsUInt16Number*) accum); accum += 2; // b lab4toFloat(wIn, lab4); return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } // Packing routines ----------------------------------------------------------------------------------------------------------- // Generic chunky for byte static cmsUInt8Number* PackChunkyBytes(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { cmsUInt32Number nChan = T_CHANNELS(info->OutputFormat); cmsUInt32Number DoSwap = T_DOSWAP(info->OutputFormat); cmsUInt32Number Reverse = T_FLAVOR(info->OutputFormat); cmsUInt32Number Extra = T_EXTRA(info->OutputFormat); cmsUInt32Number SwapFirst = T_SWAPFIRST(info->OutputFormat); cmsUInt32Number Premul = T_PREMUL(info->OutputFormat); cmsUInt32Number ExtraFirst = DoSwap ^ SwapFirst; cmsUInt8Number* swap1; cmsUInt16Number v = 0; cmsUInt32Number i; cmsUInt32Number alpha_factor = 0; swap1 = output; if (ExtraFirst) { if (Premul && Extra) alpha_factor = _cmsToFixedDomain(FROM_8_TO_16(output[0])); output += Extra; } else { if (Premul && Extra) alpha_factor = _cmsToFixedDomain(FROM_8_TO_16(output[nChan])); } for (i=0; i < nChan; i++) { cmsUInt32Number index = DoSwap ? (nChan - i - 1) : i; v = wOut[index]; if (Reverse) v = REVERSE_FLAVOR_16(v); if (Premul) { v = (cmsUInt16Number)((cmsUInt32Number)((cmsUInt32Number)v * alpha_factor + 0x8000) >> 16); } *output++ = FROM_16_TO_8(v); } if (!ExtraFirst) { output += Extra; } if (Extra == 0 && SwapFirst) { memmove(swap1 + 1, swap1, nChan-1); *swap1 = FROM_16_TO_8(v); } return output; cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* PackChunkyWords(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { cmsUInt32Number nChan = T_CHANNELS(info->OutputFormat); cmsUInt32Number SwapEndian = T_ENDIAN16(info->OutputFormat); cmsUInt32Number DoSwap = T_DOSWAP(info->OutputFormat); cmsUInt32Number Reverse = T_FLAVOR(info->OutputFormat); cmsUInt32Number Extra = T_EXTRA(info->OutputFormat); cmsUInt32Number SwapFirst = T_SWAPFIRST(info->OutputFormat); cmsUInt32Number Premul = T_PREMUL(info->OutputFormat); cmsUInt32Number ExtraFirst = DoSwap ^ SwapFirst; cmsUInt16Number* swap1; cmsUInt16Number v = 0; cmsUInt32Number i; cmsUInt32Number alpha_factor = 0; swap1 = (cmsUInt16Number*) output; if (ExtraFirst) { if (Premul && Extra) alpha_factor = _cmsToFixedDomain(*(cmsUInt16Number*) output); output += Extra * sizeof(cmsUInt16Number); } else { if (Premul && Extra) alpha_factor = _cmsToFixedDomain(((cmsUInt16Number*) output)[nChan]); } for (i=0; i < nChan; i++) { cmsUInt32Number index = DoSwap ? (nChan - i - 1) : i; v = wOut[index]; if (SwapEndian) v = CHANGE_ENDIAN(v); if (Reverse) v = REVERSE_FLAVOR_16(v); if (Premul) { v = (cmsUInt16Number)((cmsUInt32Number)((cmsUInt32Number)v * alpha_factor + 0x8000) >> 16); } *(cmsUInt16Number*) output = v; output += sizeof(cmsUInt16Number); } if (!ExtraFirst) { output += Extra * sizeof(cmsUInt16Number); } if (Extra == 0 && SwapFirst) { memmove(swap1 + 1, swap1, (nChan-1)* sizeof(cmsUInt16Number)); *swap1 = v; } return output; cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* PackPlanarBytes(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { cmsUInt32Number nChan = T_CHANNELS(info->OutputFormat); cmsUInt32Number DoSwap = T_DOSWAP(info->OutputFormat); cmsUInt32Number SwapFirst = T_SWAPFIRST(info->OutputFormat); cmsUInt32Number Reverse = T_FLAVOR(info->OutputFormat); cmsUInt32Number Extra = T_EXTRA(info->OutputFormat); cmsUInt32Number ExtraFirst = DoSwap ^ SwapFirst; cmsUInt32Number Premul = T_PREMUL(info->OutputFormat); cmsUInt32Number i; cmsUInt8Number* Init = output; cmsUInt32Number alpha_factor = 0; if (ExtraFirst) { if (Premul && Extra) alpha_factor = _cmsToFixedDomain(FROM_8_TO_16(output[0])); output += Extra * Stride; } else { if (Premul && Extra) alpha_factor = _cmsToFixedDomain(FROM_8_TO_16(output[nChan * Stride])); } for (i=0; i < nChan; i++) { cmsUInt32Number index = DoSwap ? (nChan - i - 1) : i; cmsUInt16Number v = wOut[index]; if (Reverse) v = REVERSE_FLAVOR_16(v); if (Premul) { v = (cmsUInt16Number)((cmsUInt32Number)((cmsUInt32Number)v * alpha_factor + 0x8000) >> 16); } *(cmsUInt8Number*)output = FROM_16_TO_8(v); output += Stride; } return (Init + 1); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* PackPlanarWords(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { cmsUInt32Number nChan = T_CHANNELS(info->OutputFormat); cmsUInt32Number DoSwap = T_DOSWAP(info->OutputFormat); cmsUInt32Number SwapFirst = T_SWAPFIRST(info->OutputFormat); cmsUInt32Number Reverse = T_FLAVOR(info->OutputFormat); cmsUInt32Number Extra = T_EXTRA(info->OutputFormat); cmsUInt32Number ExtraFirst = DoSwap ^ SwapFirst; cmsUInt32Number Premul = T_PREMUL(info->OutputFormat); cmsUInt32Number SwapEndian = T_ENDIAN16(info->OutputFormat); cmsUInt32Number i; cmsUInt8Number* Init = output; cmsUInt16Number v; cmsUInt32Number alpha_factor = 0; if (ExtraFirst) { if (Premul && Extra) alpha_factor = _cmsToFixedDomain(((cmsUInt16Number*) output)[0]); output += Extra * Stride; } else { if (Premul && Extra) alpha_factor = _cmsToFixedDomain(((cmsUInt16Number*)output)[nChan * Stride]); } for (i=0; i < nChan; i++) { cmsUInt32Number index = DoSwap ? (nChan - i - 1) : i; v = wOut[index]; if (SwapEndian) v = CHANGE_ENDIAN(v); if (Reverse) v = REVERSE_FLAVOR_16(v); if (Premul) { v = (cmsUInt16Number)((cmsUInt32Number)((cmsUInt32Number)v * alpha_factor + 0x8000) >> 16); } *(cmsUInt16Number*) output = v; output += Stride; } return (Init + sizeof(cmsUInt16Number)); } // CMYKcm (unrolled for speed) static cmsUInt8Number* Pack6Bytes(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *output++ = FROM_16_TO_8(wOut[0]); *output++ = FROM_16_TO_8(wOut[1]); *output++ = FROM_16_TO_8(wOut[2]); *output++ = FROM_16_TO_8(wOut[3]); *output++ = FROM_16_TO_8(wOut[4]); *output++ = FROM_16_TO_8(wOut[5]); return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } // KCMYcm static cmsUInt8Number* Pack6BytesSwap(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *output++ = FROM_16_TO_8(wOut[5]); *output++ = FROM_16_TO_8(wOut[4]); *output++ = FROM_16_TO_8(wOut[3]); *output++ = FROM_16_TO_8(wOut[2]); *output++ = FROM_16_TO_8(wOut[1]); *output++ = FROM_16_TO_8(wOut[0]); return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } // CMYKcm static cmsUInt8Number* Pack6Words(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *(cmsUInt16Number*) output = wOut[0]; output+= 2; *(cmsUInt16Number*) output = wOut[1]; output+= 2; *(cmsUInt16Number*) output = wOut[2]; output+= 2; *(cmsUInt16Number*) output = wOut[3]; output+= 2; *(cmsUInt16Number*) output = wOut[4]; output+= 2; *(cmsUInt16Number*) output = wOut[5]; output+= 2; return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } // KCMYcm static cmsUInt8Number* Pack6WordsSwap(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *(cmsUInt16Number*) output = wOut[5]; output+= 2; *(cmsUInt16Number*) output = wOut[4]; output+= 2; *(cmsUInt16Number*) output = wOut[3]; output+= 2; *(cmsUInt16Number*) output = wOut[2]; output+= 2; *(cmsUInt16Number*) output = wOut[1]; output+= 2; *(cmsUInt16Number*) output = wOut[0]; output+= 2; return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack4Bytes(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *output++ = FROM_16_TO_8(wOut[0]); *output++ = FROM_16_TO_8(wOut[1]); *output++ = FROM_16_TO_8(wOut[2]); *output++ = FROM_16_TO_8(wOut[3]); return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack4BytesReverse(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *output++ = REVERSE_FLAVOR_8(FROM_16_TO_8(wOut[0])); *output++ = REVERSE_FLAVOR_8(FROM_16_TO_8(wOut[1])); *output++ = REVERSE_FLAVOR_8(FROM_16_TO_8(wOut[2])); *output++ = REVERSE_FLAVOR_8(FROM_16_TO_8(wOut[3])); return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack4BytesSwapFirst(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *output++ = FROM_16_TO_8(wOut[3]); *output++ = FROM_16_TO_8(wOut[0]); *output++ = FROM_16_TO_8(wOut[1]); *output++ = FROM_16_TO_8(wOut[2]); return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } // ABGR static cmsUInt8Number* Pack4BytesSwap(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *output++ = FROM_16_TO_8(wOut[3]); *output++ = FROM_16_TO_8(wOut[2]); *output++ = FROM_16_TO_8(wOut[1]); *output++ = FROM_16_TO_8(wOut[0]); return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack4BytesSwapSwapFirst(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *output++ = FROM_16_TO_8(wOut[2]); *output++ = FROM_16_TO_8(wOut[1]); *output++ = FROM_16_TO_8(wOut[0]); *output++ = FROM_16_TO_8(wOut[3]); return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack4Words(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *(cmsUInt16Number*) output = wOut[0]; output+= 2; *(cmsUInt16Number*) output = wOut[1]; output+= 2; *(cmsUInt16Number*) output = wOut[2]; output+= 2; *(cmsUInt16Number*) output = wOut[3]; output+= 2; return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack4WordsReverse(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *(cmsUInt16Number*) output = REVERSE_FLAVOR_16(wOut[0]); output+= 2; *(cmsUInt16Number*) output = REVERSE_FLAVOR_16(wOut[1]); output+= 2; *(cmsUInt16Number*) output = REVERSE_FLAVOR_16(wOut[2]); output+= 2; *(cmsUInt16Number*) output = REVERSE_FLAVOR_16(wOut[3]); output+= 2; return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } // ABGR static cmsUInt8Number* Pack4WordsSwap(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *(cmsUInt16Number*) output = wOut[3]; output+= 2; *(cmsUInt16Number*) output = wOut[2]; output+= 2; *(cmsUInt16Number*) output = wOut[1]; output+= 2; *(cmsUInt16Number*) output = wOut[0]; output+= 2; return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } // CMYK static cmsUInt8Number* Pack4WordsBigEndian(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *(cmsUInt16Number*) output = CHANGE_ENDIAN(wOut[0]); output+= 2; *(cmsUInt16Number*) output = CHANGE_ENDIAN(wOut[1]); output+= 2; *(cmsUInt16Number*) output = CHANGE_ENDIAN(wOut[2]); output+= 2; *(cmsUInt16Number*) output = CHANGE_ENDIAN(wOut[3]); output+= 2; return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* PackLabV2_8(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *output++ = FROM_16_TO_8(FomLabV4ToLabV2(wOut[0])); *output++ = FROM_16_TO_8(FomLabV4ToLabV2(wOut[1])); *output++ = FROM_16_TO_8(FomLabV4ToLabV2(wOut[2])); return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* PackALabV2_8(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { output++; *output++ = FROM_16_TO_8(FomLabV4ToLabV2(wOut[0])); *output++ = FROM_16_TO_8(FomLabV4ToLabV2(wOut[1])); *output++ = FROM_16_TO_8(FomLabV4ToLabV2(wOut[2])); return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* PackLabV2_16(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *(cmsUInt16Number*) output = FomLabV4ToLabV2(wOut[0]); output += 2; *(cmsUInt16Number*) output = FomLabV4ToLabV2(wOut[1]); output += 2; *(cmsUInt16Number*) output = FomLabV4ToLabV2(wOut[2]); output += 2; return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack3Bytes(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *output++ = FROM_16_TO_8(wOut[0]); *output++ = FROM_16_TO_8(wOut[1]); *output++ = FROM_16_TO_8(wOut[2]); return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack3BytesOptimized(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *output++ = (wOut[0] & 0xFFU); *output++ = (wOut[1] & 0xFFU); *output++ = (wOut[2] & 0xFFU); return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack3BytesSwap(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *output++ = FROM_16_TO_8(wOut[2]); *output++ = FROM_16_TO_8(wOut[1]); *output++ = FROM_16_TO_8(wOut[0]); return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack3BytesSwapOptimized(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *output++ = (wOut[2] & 0xFFU); *output++ = (wOut[1] & 0xFFU); *output++ = (wOut[0] & 0xFFU); return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack3Words(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *(cmsUInt16Number*) output = wOut[0]; output+= 2; *(cmsUInt16Number*) output = wOut[1]; output+= 2; *(cmsUInt16Number*) output = wOut[2]; output+= 2; return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack3WordsSwap(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *(cmsUInt16Number*) output = wOut[2]; output+= 2; *(cmsUInt16Number*) output = wOut[1]; output+= 2; *(cmsUInt16Number*) output = wOut[0]; output+= 2; return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack3WordsBigEndian(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *(cmsUInt16Number*) output = CHANGE_ENDIAN(wOut[0]); output+= 2; *(cmsUInt16Number*) output = CHANGE_ENDIAN(wOut[1]); output+= 2; *(cmsUInt16Number*) output = CHANGE_ENDIAN(wOut[2]); output+= 2; return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack3BytesAndSkip1(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *output++ = FROM_16_TO_8(wOut[0]); *output++ = FROM_16_TO_8(wOut[1]); *output++ = FROM_16_TO_8(wOut[2]); output++; return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack3BytesAndSkip1Optimized(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *output++ = (wOut[0] & 0xFFU); *output++ = (wOut[1] & 0xFFU); *output++ = (wOut[2] & 0xFFU); output++; return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack3BytesAndSkip1SwapFirst(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { output++; *output++ = FROM_16_TO_8(wOut[0]); *output++ = FROM_16_TO_8(wOut[1]); *output++ = FROM_16_TO_8(wOut[2]); return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack3BytesAndSkip1SwapFirstOptimized(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { output++; *output++ = (wOut[0] & 0xFFU); *output++ = (wOut[1] & 0xFFU); *output++ = (wOut[2] & 0xFFU); return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack3BytesAndSkip1Swap(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { output++; *output++ = FROM_16_TO_8(wOut[2]); *output++ = FROM_16_TO_8(wOut[1]); *output++ = FROM_16_TO_8(wOut[0]); return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack3BytesAndSkip1SwapOptimized(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { output++; *output++ = (wOut[2] & 0xFFU); *output++ = (wOut[1] & 0xFFU); *output++ = (wOut[0] & 0xFFU); return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack3BytesAndSkip1SwapSwapFirst(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *output++ = FROM_16_TO_8(wOut[2]); *output++ = FROM_16_TO_8(wOut[1]); *output++ = FROM_16_TO_8(wOut[0]); output++; return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack3BytesAndSkip1SwapSwapFirstOptimized(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *output++ = (wOut[2] & 0xFFU); *output++ = (wOut[1] & 0xFFU); *output++ = (wOut[0] & 0xFFU); output++; return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack3WordsAndSkip1(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *(cmsUInt16Number*) output = wOut[0]; output+= 2; *(cmsUInt16Number*) output = wOut[1]; output+= 2; *(cmsUInt16Number*) output = wOut[2]; output+= 2; output+= 2; return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack3WordsAndSkip1Swap(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { output+= 2; *(cmsUInt16Number*) output = wOut[2]; output+= 2; *(cmsUInt16Number*) output = wOut[1]; output+= 2; *(cmsUInt16Number*) output = wOut[0]; output+= 2; return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack3WordsAndSkip1SwapFirst(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { output+= 2; *(cmsUInt16Number*) output = wOut[0]; output+= 2; *(cmsUInt16Number*) output = wOut[1]; output+= 2; *(cmsUInt16Number*) output = wOut[2]; output+= 2; return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack3WordsAndSkip1SwapSwapFirst(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *(cmsUInt16Number*) output = wOut[2]; output+= 2; *(cmsUInt16Number*) output = wOut[1]; output+= 2; *(cmsUInt16Number*) output = wOut[0]; output+= 2; output+= 2; return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack1Byte(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *output++ = FROM_16_TO_8(wOut[0]); return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack1ByteReversed(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *output++ = FROM_16_TO_8(REVERSE_FLAVOR_16(wOut[0])); return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack1ByteSkip1(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *output++ = FROM_16_TO_8(wOut[0]); output++; return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack1ByteSkip1SwapFirst(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { output++; *output++ = FROM_16_TO_8(wOut[0]); return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack1Word(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *(cmsUInt16Number*) output = wOut[0]; output+= 2; return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack1WordReversed(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *(cmsUInt16Number*) output = REVERSE_FLAVOR_16(wOut[0]); output+= 2; return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack1WordBigEndian(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *(cmsUInt16Number*) output = CHANGE_ENDIAN(wOut[0]); output+= 2; return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack1WordSkip1(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { *(cmsUInt16Number*) output = wOut[0]; output+= 4; return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* Pack1WordSkip1SwapFirst(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { output += 2; *(cmsUInt16Number*) output = wOut[0]; output+= 2; return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(Stride); } // Unencoded Float values -- don't try optimize speed static cmsUInt8Number* PackLabDoubleFrom16(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { if (T_PLANAR(info -> OutputFormat)) { cmsCIELab Lab; cmsFloat64Number* Out = (cmsFloat64Number*) output; cmsLabEncoded2Float(&Lab, wOut); Out[0] = Lab.L; Out[Stride] = Lab.a; Out[Stride*2] = Lab.b; return output + sizeof(cmsFloat64Number); } else { cmsLabEncoded2Float((cmsCIELab*) output, wOut); return output + (sizeof(cmsCIELab) + T_EXTRA(info ->OutputFormat) * sizeof(cmsFloat64Number)); } } static cmsUInt8Number* PackLabFloatFrom16(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { cmsCIELab Lab; cmsLabEncoded2Float(&Lab, wOut); if (T_PLANAR(info -> OutputFormat)) { cmsFloat32Number* Out = (cmsFloat32Number*) output; Stride /= PixelSize(info->OutputFormat); Out[0] = (cmsFloat32Number)Lab.L; Out[Stride] = (cmsFloat32Number)Lab.a; Out[Stride*2] = (cmsFloat32Number)Lab.b; return output + sizeof(cmsFloat32Number); } else { ((cmsFloat32Number*) output)[0] = (cmsFloat32Number) Lab.L; ((cmsFloat32Number*) output)[1] = (cmsFloat32Number) Lab.a; ((cmsFloat32Number*) output)[2] = (cmsFloat32Number) Lab.b; return output + (3 + T_EXTRA(info ->OutputFormat)) * sizeof(cmsFloat32Number); } } static cmsUInt8Number* PackXYZDoubleFrom16(CMSREGISTER _cmsTRANSFORM* Info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { if (T_PLANAR(Info -> OutputFormat)) { cmsCIEXYZ XYZ; cmsFloat64Number* Out = (cmsFloat64Number*) output; cmsXYZEncoded2Float(&XYZ, wOut); Stride /= PixelSize(Info->OutputFormat); Out[0] = XYZ.X; Out[Stride] = XYZ.Y; Out[Stride*2] = XYZ.Z; return output + sizeof(cmsFloat64Number); } else { cmsXYZEncoded2Float((cmsCIEXYZ*) output, wOut); return output + (sizeof(cmsCIEXYZ) + T_EXTRA(Info ->OutputFormat) * sizeof(cmsFloat64Number)); } } static cmsUInt8Number* PackXYZFloatFrom16(CMSREGISTER _cmsTRANSFORM* Info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { if (T_PLANAR(Info -> OutputFormat)) { cmsCIEXYZ XYZ; cmsFloat32Number* Out = (cmsFloat32Number*) output; cmsXYZEncoded2Float(&XYZ, wOut); Stride /= PixelSize(Info->OutputFormat); Out[0] = (cmsFloat32Number) XYZ.X; Out[Stride] = (cmsFloat32Number) XYZ.Y; Out[Stride*2] = (cmsFloat32Number) XYZ.Z; return output + sizeof(cmsFloat32Number); } else { cmsCIEXYZ XYZ; cmsFloat32Number* Out = (cmsFloat32Number*) output; cmsXYZEncoded2Float(&XYZ, wOut); Out[0] = (cmsFloat32Number) XYZ.X; Out[1] = (cmsFloat32Number) XYZ.Y; Out[2] = (cmsFloat32Number) XYZ.Z; return output + (3 * sizeof(cmsFloat32Number) + T_EXTRA(Info ->OutputFormat) * sizeof(cmsFloat32Number)); } } static cmsUInt8Number* PackDoubleFrom16(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { cmsUInt32Number nChan = T_CHANNELS(info -> OutputFormat); cmsUInt32Number DoSwap = T_DOSWAP(info ->OutputFormat); cmsUInt32Number Reverse = T_FLAVOR(info ->OutputFormat); cmsUInt32Number Extra = T_EXTRA(info -> OutputFormat); cmsUInt32Number SwapFirst = T_SWAPFIRST(info -> OutputFormat); cmsUInt32Number Planar = T_PLANAR(info -> OutputFormat); cmsUInt32Number ExtraFirst = DoSwap ^ SwapFirst; cmsFloat64Number maximum = IsInkSpace(info ->OutputFormat) ? 655.35 : 65535.0; cmsFloat64Number v = 0; cmsFloat64Number* swap1 = (cmsFloat64Number*) output; cmsUInt32Number i, start = 0; Stride /= PixelSize(info->OutputFormat); if (ExtraFirst) start = Extra; for (i=0; i < nChan; i++) { cmsUInt32Number index = DoSwap ? (nChan - i - 1) : i; v = (cmsFloat64Number) wOut[index] / maximum; if (Reverse) v = maximum - v; if (Planar) ((cmsFloat64Number*) output)[(i + start) * Stride]= v; else ((cmsFloat64Number*) output)[i + start] = v; } if (Extra == 0 && SwapFirst) { memmove(swap1 + 1, swap1, (nChan-1)* sizeof(cmsFloat64Number)); *swap1 = v; } if (T_PLANAR(info -> OutputFormat)) return output + sizeof(cmsFloat64Number); else return output + (nChan + Extra) * sizeof(cmsFloat64Number); } static cmsUInt8Number* PackFloatFrom16(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { cmsUInt32Number nChan = T_CHANNELS(info->OutputFormat); cmsUInt32Number DoSwap = T_DOSWAP(info->OutputFormat); cmsUInt32Number Reverse = T_FLAVOR(info->OutputFormat); cmsUInt32Number Extra = T_EXTRA(info->OutputFormat); cmsUInt32Number SwapFirst = T_SWAPFIRST(info->OutputFormat); cmsUInt32Number Planar = T_PLANAR(info->OutputFormat); cmsUInt32Number ExtraFirst = DoSwap ^ SwapFirst; cmsFloat64Number maximum = IsInkSpace(info->OutputFormat) ? 655.35 : 65535.0; cmsFloat64Number v = 0; cmsFloat32Number* swap1 = (cmsFloat32Number*)output; cmsUInt32Number i, start = 0; Stride /= PixelSize(info->OutputFormat); if (ExtraFirst) start = Extra; for (i = 0; i < nChan; i++) { cmsUInt32Number index = DoSwap ? (nChan - i - 1) : i; v = (cmsFloat64Number)wOut[index] / maximum; if (Reverse) v = maximum - v; if (Planar) ((cmsFloat32Number*)output)[(i + start) * Stride] = (cmsFloat32Number)v; else ((cmsFloat32Number*)output)[i + start] = (cmsFloat32Number)v; } if (Extra == 0 && SwapFirst) { memmove(swap1 + 1, swap1, (nChan - 1)* sizeof(cmsFloat32Number)); *swap1 = (cmsFloat32Number)v; } if (T_PLANAR(info->OutputFormat)) return output + sizeof(cmsFloat32Number); else return output + (nChan + Extra) * sizeof(cmsFloat32Number); } // -------------------------------------------------------------------------------------------------------- static cmsUInt8Number* PackBytesFromFloat(_cmsTRANSFORM* info, cmsFloat32Number wOut[], cmsUInt8Number* output, cmsUInt32Number Stride) { cmsUInt32Number nChan = T_CHANNELS(info->OutputFormat); cmsUInt32Number DoSwap = T_DOSWAP(info->OutputFormat); cmsUInt32Number Reverse = T_FLAVOR(info->OutputFormat); cmsUInt32Number Extra = T_EXTRA(info->OutputFormat); cmsUInt32Number SwapFirst = T_SWAPFIRST(info->OutputFormat); cmsUInt32Number Planar = T_PLANAR(info->OutputFormat); cmsUInt32Number ExtraFirst = DoSwap ^ SwapFirst; cmsUInt8Number* swap1 = (cmsUInt8Number*)output; cmsFloat64Number v = 0; cmsUInt8Number vv = 0; cmsUInt32Number i, start = 0; if (ExtraFirst) start = Extra; for (i = 0; i < nChan; i++) { cmsUInt32Number index = DoSwap ? (nChan - i - 1) : i; v = wOut[index] * 65535.0; if (Reverse) v = 65535.0 - v; vv = FROM_16_TO_8(_cmsQuickSaturateWord(v)); if (Planar) ((cmsUInt8Number*)output)[(i + start) * Stride] = vv; else ((cmsUInt8Number*)output)[i + start] = vv; } if (Extra == 0 && SwapFirst) { memmove(swap1 + 1, swap1, (nChan - 1) * sizeof(cmsUInt8Number)); *swap1 = vv; } if (T_PLANAR(info->OutputFormat)) return output + sizeof(cmsUInt8Number); else return output + (nChan + Extra) * sizeof(cmsUInt8Number); } static cmsUInt8Number* PackWordsFromFloat(_cmsTRANSFORM* info, cmsFloat32Number wOut[], cmsUInt8Number* output, cmsUInt32Number Stride) { cmsUInt32Number nChan = T_CHANNELS(info->OutputFormat); cmsUInt32Number DoSwap = T_DOSWAP(info->OutputFormat); cmsUInt32Number Reverse = T_FLAVOR(info->OutputFormat); cmsUInt32Number Extra = T_EXTRA(info->OutputFormat); cmsUInt32Number SwapFirst = T_SWAPFIRST(info->OutputFormat); cmsUInt32Number Planar = T_PLANAR(info->OutputFormat); cmsUInt32Number ExtraFirst = DoSwap ^ SwapFirst; cmsUInt16Number* swap1 = (cmsUInt16Number*)output; cmsFloat64Number v = 0; cmsUInt16Number vv = 0; cmsUInt32Number i, start = 0; if (ExtraFirst) start = Extra; Stride /= 2; for (i = 0; i < nChan; i++) { cmsUInt32Number index = DoSwap ? (nChan - i - 1) : i; v = wOut[index] * 65535.0; if (Reverse) v = 65535.0 - v; vv = _cmsQuickSaturateWord(v); if (Planar) ((cmsUInt16Number*)output)[(i + start) * Stride] = vv; else ((cmsUInt16Number*)output)[i + start] = vv; } if (Extra == 0 && SwapFirst) { memmove(swap1 + 1, swap1, (nChan - 1) * sizeof(cmsUInt16Number)); *swap1 = vv; } if (T_PLANAR(info->OutputFormat)) return output + sizeof(cmsUInt16Number); else return output + (nChan + Extra) * sizeof(cmsUInt16Number); } static cmsUInt8Number* PackFloatsFromFloat(_cmsTRANSFORM* info, cmsFloat32Number wOut[], cmsUInt8Number* output, cmsUInt32Number Stride) { cmsUInt32Number nChan = T_CHANNELS(info->OutputFormat); cmsUInt32Number DoSwap = T_DOSWAP(info->OutputFormat); cmsUInt32Number Reverse = T_FLAVOR(info->OutputFormat); cmsUInt32Number Extra = T_EXTRA(info->OutputFormat); cmsUInt32Number SwapFirst = T_SWAPFIRST(info->OutputFormat); cmsUInt32Number Planar = T_PLANAR(info->OutputFormat); cmsUInt32Number ExtraFirst = DoSwap ^ SwapFirst; cmsFloat64Number maximum = IsInkSpace(info->OutputFormat) ? 100.0 : 1.0; cmsFloat32Number* swap1 = (cmsFloat32Number*)output; cmsFloat64Number v = 0; cmsUInt32Number i, start = 0; Stride /= PixelSize(info->OutputFormat); if (ExtraFirst) start = Extra; for (i = 0; i < nChan; i++) { cmsUInt32Number index = DoSwap ? (nChan - i - 1) : i; v = wOut[index] * maximum; if (Reverse) v = maximum - v; if (Planar) ((cmsFloat32Number*)output)[(i + start) * Stride] = (cmsFloat32Number)v; else ((cmsFloat32Number*)output)[i + start] = (cmsFloat32Number)v; } if (Extra == 0 && SwapFirst) { memmove(swap1 + 1, swap1, (nChan - 1)* sizeof(cmsFloat32Number)); *swap1 = (cmsFloat32Number)v; } if (T_PLANAR(info->OutputFormat)) return output + sizeof(cmsFloat32Number); else return output + (nChan + Extra) * sizeof(cmsFloat32Number); } static cmsUInt8Number* PackDoublesFromFloat(_cmsTRANSFORM* info, cmsFloat32Number wOut[], cmsUInt8Number* output, cmsUInt32Number Stride) { cmsUInt32Number nChan = T_CHANNELS(info->OutputFormat); cmsUInt32Number DoSwap = T_DOSWAP(info->OutputFormat); cmsUInt32Number Reverse = T_FLAVOR(info->OutputFormat); cmsUInt32Number Extra = T_EXTRA(info->OutputFormat); cmsUInt32Number SwapFirst = T_SWAPFIRST(info->OutputFormat); cmsUInt32Number Planar = T_PLANAR(info->OutputFormat); cmsUInt32Number ExtraFirst = DoSwap ^ SwapFirst; cmsFloat64Number maximum = IsInkSpace(info->OutputFormat) ? 100.0 : 1.0; cmsFloat64Number v = 0; cmsFloat64Number* swap1 = (cmsFloat64Number*)output; cmsUInt32Number i, start = 0; Stride /= PixelSize(info->OutputFormat); if (ExtraFirst) start = Extra; for (i = 0; i < nChan; i++) { cmsUInt32Number index = DoSwap ? (nChan - i - 1) : i; v = wOut[index] * maximum; if (Reverse) v = maximum - v; if (Planar) ((cmsFloat64Number*)output)[(i + start) * Stride] = v; else ((cmsFloat64Number*)output)[i + start] = v; } if (Extra == 0 && SwapFirst) { memmove(swap1 + 1, swap1, (nChan - 1)* sizeof(cmsFloat64Number)); *swap1 = v; } if (T_PLANAR(info->OutputFormat)) return output + sizeof(cmsFloat64Number); else return output + (nChan + Extra) * sizeof(cmsFloat64Number); } static cmsUInt8Number* PackLabFloatFromFloat(_cmsTRANSFORM* Info, cmsFloat32Number wOut[], cmsUInt8Number* output, cmsUInt32Number Stride) { cmsFloat32Number* Out = (cmsFloat32Number*) output; if (T_PLANAR(Info -> OutputFormat)) { Stride /= PixelSize(Info->OutputFormat); Out[0] = (cmsFloat32Number) (wOut[0] * 100.0); Out[Stride] = (cmsFloat32Number) (wOut[1] * 255.0 - 128.0); Out[Stride*2] = (cmsFloat32Number) (wOut[2] * 255.0 - 128.0); return output + sizeof(cmsFloat32Number); } else { Out[0] = (cmsFloat32Number) (wOut[0] * 100.0); Out[1] = (cmsFloat32Number) (wOut[1] * 255.0 - 128.0); Out[2] = (cmsFloat32Number) (wOut[2] * 255.0 - 128.0); return output + (sizeof(cmsFloat32Number)*3 + T_EXTRA(Info ->OutputFormat) * sizeof(cmsFloat32Number)); } } static cmsUInt8Number* PackLabDoubleFromFloat(_cmsTRANSFORM* Info, cmsFloat32Number wOut[], cmsUInt8Number* output, cmsUInt32Number Stride) { cmsFloat64Number* Out = (cmsFloat64Number*) output; if (T_PLANAR(Info -> OutputFormat)) { Stride /= PixelSize(Info->OutputFormat); Out[0] = (cmsFloat64Number) (wOut[0] * 100.0); Out[Stride] = (cmsFloat64Number) (wOut[1] * 255.0 - 128.0); Out[Stride*2] = (cmsFloat64Number) (wOut[2] * 255.0 - 128.0); return output + sizeof(cmsFloat64Number); } else { Out[0] = (cmsFloat64Number) (wOut[0] * 100.0); Out[1] = (cmsFloat64Number) (wOut[1] * 255.0 - 128.0); Out[2] = (cmsFloat64Number) (wOut[2] * 255.0 - 128.0); return output + (sizeof(cmsFloat64Number)*3 + T_EXTRA(Info ->OutputFormat) * sizeof(cmsFloat64Number)); } } static cmsUInt8Number* PackEncodedBytesLabV2FromFloat(_cmsTRANSFORM* Info, cmsFloat32Number wOut[], cmsUInt8Number* output, cmsUInt32Number Stride) { cmsCIELab Lab; cmsUInt16Number wlab[3]; Lab.L = (cmsFloat64Number)(wOut[0] * 100.0); Lab.a = (cmsFloat64Number)(wOut[1] * 255.0 - 128.0); Lab.b = (cmsFloat64Number)(wOut[2] * 255.0 - 128.0); cmsFloat2LabEncoded(wlab, &Lab); if (T_PLANAR(Info -> OutputFormat)) { Stride /= PixelSize(Info->OutputFormat); output[0] = wlab[0] >> 8; output[Stride] = wlab[1] >> 8; output[Stride*2] = wlab[2] >> 8; return output + 1; } else { output[0] = wlab[0] >> 8; output[1] = wlab[1] >> 8; output[2] = wlab[2] >> 8; return output + (3 + T_EXTRA(Info ->OutputFormat)); } } static cmsUInt8Number* PackEncodedWordsLabV2FromFloat(_cmsTRANSFORM* Info, cmsFloat32Number wOut[], cmsUInt8Number* output, cmsUInt32Number Stride) { cmsCIELab Lab; cmsUInt16Number wlab[3]; Lab.L = (cmsFloat64Number)(wOut[0] * 100.0); Lab.a = (cmsFloat64Number)(wOut[1] * 255.0 - 128.0); Lab.b = (cmsFloat64Number)(wOut[2] * 255.0 - 128.0); cmsFloat2LabEncodedV2(wlab, &Lab); if (T_PLANAR(Info -> OutputFormat)) { Stride /= PixelSize(Info->OutputFormat); ((cmsUInt16Number*) output)[0] = wlab[0]; ((cmsUInt16Number*) output)[Stride] = wlab[1]; ((cmsUInt16Number*) output)[Stride*2] = wlab[2]; return output + sizeof(cmsUInt16Number); } else { ((cmsUInt16Number*) output)[0] = wlab[0]; ((cmsUInt16Number*) output)[1] = wlab[1]; ((cmsUInt16Number*) output)[2] = wlab[2]; return output + (3 + T_EXTRA(Info ->OutputFormat)) * sizeof(cmsUInt16Number); } } // From 0..1 range to 0..MAX_ENCODEABLE_XYZ static cmsUInt8Number* PackXYZFloatFromFloat(_cmsTRANSFORM* Info, cmsFloat32Number wOut[], cmsUInt8Number* output, cmsUInt32Number Stride) { cmsFloat32Number* Out = (cmsFloat32Number*) output; if (T_PLANAR(Info -> OutputFormat)) { Stride /= PixelSize(Info->OutputFormat); Out[0] = (cmsFloat32Number) (wOut[0] * MAX_ENCODEABLE_XYZ); Out[Stride] = (cmsFloat32Number) (wOut[1] * MAX_ENCODEABLE_XYZ); Out[Stride*2] = (cmsFloat32Number) (wOut[2] * MAX_ENCODEABLE_XYZ); return output + sizeof(cmsFloat32Number); } else { Out[0] = (cmsFloat32Number) (wOut[0] * MAX_ENCODEABLE_XYZ); Out[1] = (cmsFloat32Number) (wOut[1] * MAX_ENCODEABLE_XYZ); Out[2] = (cmsFloat32Number) (wOut[2] * MAX_ENCODEABLE_XYZ); return output + (sizeof(cmsFloat32Number)*3 + T_EXTRA(Info ->OutputFormat) * sizeof(cmsFloat32Number)); } } // Same, but convert to double static cmsUInt8Number* PackXYZDoubleFromFloat(_cmsTRANSFORM* Info, cmsFloat32Number wOut[], cmsUInt8Number* output, cmsUInt32Number Stride) { cmsFloat64Number* Out = (cmsFloat64Number*) output; if (T_PLANAR(Info -> OutputFormat)) { Stride /= PixelSize(Info->OutputFormat); Out[0] = (cmsFloat64Number) (wOut[0] * MAX_ENCODEABLE_XYZ); Out[Stride] = (cmsFloat64Number) (wOut[1] * MAX_ENCODEABLE_XYZ); Out[Stride*2] = (cmsFloat64Number) (wOut[2] * MAX_ENCODEABLE_XYZ); return output + sizeof(cmsFloat64Number); } else { Out[0] = (cmsFloat64Number) (wOut[0] * MAX_ENCODEABLE_XYZ); Out[1] = (cmsFloat64Number) (wOut[1] * MAX_ENCODEABLE_XYZ); Out[2] = (cmsFloat64Number) (wOut[2] * MAX_ENCODEABLE_XYZ); return output + (sizeof(cmsFloat64Number)*3 + T_EXTRA(Info ->OutputFormat) * sizeof(cmsFloat64Number)); } } // ---------------------------------------------------------------------------------------------------------------- #ifndef CMS_NO_HALF_SUPPORT // Decodes an stream of half floats to wIn[] described by input format static cmsUInt8Number* UnrollHalfTo16(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { cmsUInt32Number nChan = T_CHANNELS(info -> InputFormat); cmsUInt32Number DoSwap = T_DOSWAP(info ->InputFormat); cmsUInt32Number Reverse = T_FLAVOR(info ->InputFormat); cmsUInt32Number SwapFirst = T_SWAPFIRST(info -> InputFormat); cmsUInt32Number Extra = T_EXTRA(info -> InputFormat); cmsUInt32Number ExtraFirst = DoSwap ^ SwapFirst; cmsUInt32Number Planar = T_PLANAR(info -> InputFormat); cmsFloat32Number v; cmsUInt32Number i, start = 0; cmsFloat32Number maximum = IsInkSpace(info ->InputFormat) ? 655.35F : 65535.0F; Stride /= PixelSize(info->OutputFormat); if (ExtraFirst) start = Extra; for (i=0; i < nChan; i++) { cmsUInt32Number index = DoSwap ? (nChan - i - 1) : i; if (Planar) v = _cmsHalf2Float ( ((cmsUInt16Number*) accum)[(i + start) * Stride] ); else v = _cmsHalf2Float ( ((cmsUInt16Number*) accum)[i + start] ) ; if (Reverse) v = maximum - v; wIn[index] = _cmsQuickSaturateWord((cmsFloat64Number) v * maximum); } if (Extra == 0 && SwapFirst) { cmsUInt16Number tmp = wIn[0]; memmove(&wIn[0], &wIn[1], (nChan-1) * sizeof(cmsUInt16Number)); wIn[nChan-1] = tmp; } if (T_PLANAR(info -> InputFormat)) return accum + sizeof(cmsUInt16Number); else return accum + (nChan + Extra) * sizeof(cmsUInt16Number); } // Decodes an stream of half floats to wIn[] described by input format static cmsUInt8Number* UnrollHalfToFloat(_cmsTRANSFORM* info, cmsFloat32Number wIn[], cmsUInt8Number* accum, cmsUInt32Number Stride) { cmsUInt32Number nChan = T_CHANNELS(info -> InputFormat); cmsUInt32Number DoSwap = T_DOSWAP(info ->InputFormat); cmsUInt32Number Reverse = T_FLAVOR(info ->InputFormat); cmsUInt32Number SwapFirst = T_SWAPFIRST(info -> InputFormat); cmsUInt32Number Extra = T_EXTRA(info -> InputFormat); cmsUInt32Number ExtraFirst = DoSwap ^ SwapFirst; cmsUInt32Number Planar = T_PLANAR(info -> InputFormat); cmsFloat32Number v; cmsUInt32Number i, start = 0; cmsFloat32Number maximum = IsInkSpace(info ->InputFormat) ? 100.0F : 1.0F; Stride /= PixelSize(info->InputFormat); if (ExtraFirst) start = Extra; for (i=0; i < nChan; i++) { cmsUInt32Number index = DoSwap ? (nChan - i - 1) : i; if (Planar) v = _cmsHalf2Float ( ((cmsUInt16Number*) accum)[(i + start) * Stride] ); else v = _cmsHalf2Float ( ((cmsUInt16Number*) accum)[i + start] ) ; v /= maximum; wIn[index] = Reverse ? 1 - v : v; } if (Extra == 0 && SwapFirst) { cmsFloat32Number tmp = wIn[0]; memmove(&wIn[0], &wIn[1], (nChan-1) * sizeof(cmsFloat32Number)); wIn[nChan-1] = tmp; } if (T_PLANAR(info -> InputFormat)) return accum + sizeof(cmsUInt16Number); else return accum + (nChan + Extra) * sizeof(cmsUInt16Number); } static cmsUInt8Number* PackHalfFrom16(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { cmsUInt32Number nChan = T_CHANNELS(info->OutputFormat); cmsUInt32Number DoSwap = T_DOSWAP(info->OutputFormat); cmsUInt32Number Reverse = T_FLAVOR(info->OutputFormat); cmsUInt32Number Extra = T_EXTRA(info->OutputFormat); cmsUInt32Number SwapFirst = T_SWAPFIRST(info->OutputFormat); cmsUInt32Number Planar = T_PLANAR(info->OutputFormat); cmsUInt32Number ExtraFirst = DoSwap ^ SwapFirst; cmsFloat32Number maximum = IsInkSpace(info->OutputFormat) ? 655.35F : 65535.0F; cmsFloat32Number v = 0; cmsUInt16Number* swap1 = (cmsUInt16Number*)output; cmsUInt32Number i, start = 0; Stride /= PixelSize(info->OutputFormat); if (ExtraFirst) start = Extra; for (i = 0; i < nChan; i++) { cmsUInt32Number index = DoSwap ? (nChan - i - 1) : i; v = (cmsFloat32Number)wOut[index] / maximum; if (Reverse) v = maximum - v; if (Planar) ((cmsUInt16Number*)output)[(i + start) * Stride] = _cmsFloat2Half(v); else ((cmsUInt16Number*)output)[i + start] = _cmsFloat2Half(v); } if (Extra == 0 && SwapFirst) { memmove(swap1 + 1, swap1, (nChan - 1)* sizeof(cmsUInt16Number)); *swap1 = _cmsFloat2Half(v); } if (T_PLANAR(info->OutputFormat)) return output + sizeof(cmsUInt16Number); else return output + (nChan + Extra) * sizeof(cmsUInt16Number); } static cmsUInt8Number* PackHalfFromFloat(_cmsTRANSFORM* info, cmsFloat32Number wOut[], cmsUInt8Number* output, cmsUInt32Number Stride) { cmsUInt32Number nChan = T_CHANNELS(info->OutputFormat); cmsUInt32Number DoSwap = T_DOSWAP(info->OutputFormat); cmsUInt32Number Reverse = T_FLAVOR(info->OutputFormat); cmsUInt32Number Extra = T_EXTRA(info->OutputFormat); cmsUInt32Number SwapFirst = T_SWAPFIRST(info->OutputFormat); cmsUInt32Number Planar = T_PLANAR(info->OutputFormat); cmsUInt32Number ExtraFirst = DoSwap ^ SwapFirst; cmsFloat32Number maximum = IsInkSpace(info->OutputFormat) ? 100.0F : 1.0F; cmsUInt16Number* swap1 = (cmsUInt16Number*)output; cmsFloat32Number v = 0; cmsUInt32Number i, start = 0; Stride /= PixelSize(info->OutputFormat); if (ExtraFirst) start = Extra; for (i = 0; i < nChan; i++) { cmsUInt32Number index = DoSwap ? (nChan - i - 1) : i; v = wOut[index] * maximum; if (Reverse) v = maximum - v; if (Planar) ((cmsUInt16Number*)output)[(i + start)* Stride] = _cmsFloat2Half(v); else ((cmsUInt16Number*)output)[i + start] = _cmsFloat2Half(v); } if (Extra == 0 && SwapFirst) { memmove(swap1 + 1, swap1, (nChan - 1)* sizeof(cmsUInt16Number)); *swap1 = (cmsUInt16Number)_cmsFloat2Half(v); } if (T_PLANAR(info->OutputFormat)) return output + sizeof(cmsUInt16Number); else return output + (nChan + Extra)* sizeof(cmsUInt16Number); } #endif // ---------------------------------------------------------------------------------------------------------------- static const cmsFormatters16 InputFormatters16[] = { // Type Mask Function // ---------------------------- ------------------------------------ ---------------------------- { TYPE_Lab_DBL, ANYPLANAR|ANYEXTRA, UnrollLabDoubleTo16}, { TYPE_XYZ_DBL, ANYPLANAR|ANYEXTRA, UnrollXYZDoubleTo16}, { TYPE_Lab_FLT, ANYPLANAR|ANYEXTRA, UnrollLabFloatTo16}, { TYPE_XYZ_FLT, ANYPLANAR|ANYEXTRA, UnrollXYZFloatTo16}, { TYPE_GRAY_DBL, 0, UnrollDouble1Chan}, { FLOAT_SH(1)|BYTES_SH(0), ANYCHANNELS|ANYPLANAR|ANYSWAPFIRST|ANYFLAVOR| ANYSWAP|ANYEXTRA|ANYSPACE, UnrollDoubleTo16}, { FLOAT_SH(1)|BYTES_SH(4), ANYCHANNELS|ANYPLANAR|ANYSWAPFIRST|ANYFLAVOR| ANYSWAP|ANYEXTRA|ANYSPACE, UnrollFloatTo16}, #ifndef CMS_NO_HALF_SUPPORT { FLOAT_SH(1)|BYTES_SH(2), ANYCHANNELS|ANYPLANAR|ANYSWAPFIRST|ANYFLAVOR| ANYEXTRA|ANYSWAP|ANYSPACE, UnrollHalfTo16}, #endif { CHANNELS_SH(1)|BYTES_SH(1), ANYSPACE, Unroll1Byte}, { CHANNELS_SH(1)|BYTES_SH(1)|EXTRA_SH(1), ANYSPACE, Unroll1ByteSkip1}, { CHANNELS_SH(1)|BYTES_SH(1)|EXTRA_SH(2), ANYSPACE, Unroll1ByteSkip2}, { CHANNELS_SH(1)|BYTES_SH(1)|FLAVOR_SH(1), ANYSPACE, Unroll1ByteReversed}, { COLORSPACE_SH(PT_MCH2)|CHANNELS_SH(2)|BYTES_SH(1), 0, Unroll2Bytes}, { TYPE_LabV2_8, 0, UnrollLabV2_8 }, { TYPE_ALabV2_8, 0, UnrollALabV2_8 }, { TYPE_LabV2_16, 0, UnrollLabV2_16 }, { CHANNELS_SH(3)|BYTES_SH(1), ANYSPACE, Unroll3Bytes}, { CHANNELS_SH(3)|BYTES_SH(1)|DOSWAP_SH(1), ANYSPACE, Unroll3BytesSwap}, { CHANNELS_SH(3)|EXTRA_SH(1)|BYTES_SH(1)|DOSWAP_SH(1), ANYSPACE, Unroll3BytesSkip1Swap}, { CHANNELS_SH(3)|EXTRA_SH(1)|BYTES_SH(1)|SWAPFIRST_SH(1), ANYSPACE, Unroll3BytesSkip1SwapFirst}, { CHANNELS_SH(3)|EXTRA_SH(1)|BYTES_SH(1)|DOSWAP_SH(1)|SWAPFIRST_SH(1), ANYSPACE, Unroll3BytesSkip1SwapSwapFirst}, { CHANNELS_SH(4)|BYTES_SH(1), ANYSPACE, Unroll4Bytes}, { CHANNELS_SH(4)|BYTES_SH(1)|FLAVOR_SH(1), ANYSPACE, Unroll4BytesReverse}, { CHANNELS_SH(4)|BYTES_SH(1)|SWAPFIRST_SH(1), ANYSPACE, Unroll4BytesSwapFirst}, { CHANNELS_SH(4)|BYTES_SH(1)|DOSWAP_SH(1), ANYSPACE, Unroll4BytesSwap}, { CHANNELS_SH(4)|BYTES_SH(1)|DOSWAP_SH(1)|SWAPFIRST_SH(1), ANYSPACE, Unroll4BytesSwapSwapFirst}, { BYTES_SH(1)|PLANAR_SH(1), ANYFLAVOR|ANYSWAPFIRST|ANYPREMUL| ANYSWAP|ANYEXTRA|ANYCHANNELS|ANYSPACE, UnrollPlanarBytes}, { BYTES_SH(1), ANYFLAVOR|ANYSWAPFIRST|ANYSWAP|ANYPREMUL| ANYEXTRA|ANYCHANNELS|ANYSPACE, UnrollChunkyBytes}, { CHANNELS_SH(1)|BYTES_SH(2), ANYSPACE, Unroll1Word}, { CHANNELS_SH(1)|BYTES_SH(2)|FLAVOR_SH(1), ANYSPACE, Unroll1WordReversed}, { CHANNELS_SH(1)|BYTES_SH(2)|EXTRA_SH(3), ANYSPACE, Unroll1WordSkip3}, { CHANNELS_SH(2)|BYTES_SH(2), ANYSPACE, Unroll2Words}, { CHANNELS_SH(3)|BYTES_SH(2), ANYSPACE, Unroll3Words}, { CHANNELS_SH(4)|BYTES_SH(2), ANYSPACE, Unroll4Words}, { CHANNELS_SH(3)|BYTES_SH(2)|DOSWAP_SH(1), ANYSPACE, Unroll3WordsSwap}, { CHANNELS_SH(3)|BYTES_SH(2)|EXTRA_SH(1)|SWAPFIRST_SH(1), ANYSPACE, Unroll3WordsSkip1SwapFirst}, { CHANNELS_SH(3)|BYTES_SH(2)|EXTRA_SH(1)|DOSWAP_SH(1), ANYSPACE, Unroll3WordsSkip1Swap}, { CHANNELS_SH(4)|BYTES_SH(2)|FLAVOR_SH(1), ANYSPACE, Unroll4WordsReverse}, { CHANNELS_SH(4)|BYTES_SH(2)|SWAPFIRST_SH(1), ANYSPACE, Unroll4WordsSwapFirst}, { CHANNELS_SH(4)|BYTES_SH(2)|DOSWAP_SH(1), ANYSPACE, Unroll4WordsSwap}, { CHANNELS_SH(4)|BYTES_SH(2)|DOSWAP_SH(1)|SWAPFIRST_SH(1), ANYSPACE, Unroll4WordsSwapSwapFirst}, { BYTES_SH(2)|PLANAR_SH(1), ANYFLAVOR|ANYSWAP|ANYENDIAN|ANYEXTRA|ANYCHANNELS|ANYSPACE, UnrollPlanarWords}, { BYTES_SH(2), ANYFLAVOR|ANYSWAPFIRST|ANYSWAP|ANYENDIAN|ANYEXTRA|ANYCHANNELS|ANYSPACE, UnrollAnyWords}, { BYTES_SH(2)|PLANAR_SH(1), ANYFLAVOR|ANYSWAP|ANYENDIAN|ANYEXTRA|ANYCHANNELS|ANYSPACE|PREMUL_SH(1), UnrollPlanarWordsPremul}, { BYTES_SH(2), ANYFLAVOR|ANYSWAPFIRST|ANYSWAP|ANYENDIAN|ANYEXTRA|ANYCHANNELS|ANYSPACE|PREMUL_SH(1), UnrollAnyWordsPremul} }; static const cmsFormattersFloat InputFormattersFloat[] = { // Type Mask Function // ---------------------------- ------------------------------------ ---------------------------- { TYPE_Lab_DBL, ANYPLANAR|ANYEXTRA, UnrollLabDoubleToFloat}, { TYPE_Lab_FLT, ANYPLANAR|ANYEXTRA, UnrollLabFloatToFloat}, { TYPE_XYZ_DBL, ANYPLANAR|ANYEXTRA, UnrollXYZDoubleToFloat}, { TYPE_XYZ_FLT, ANYPLANAR|ANYEXTRA, UnrollXYZFloatToFloat}, { FLOAT_SH(1)|BYTES_SH(4), ANYPLANAR|ANYSWAPFIRST|ANYSWAP|ANYEXTRA| ANYPREMUL|ANYCHANNELS|ANYSPACE, UnrollFloatsToFloat}, { FLOAT_SH(1)|BYTES_SH(0), ANYPLANAR|ANYSWAPFIRST|ANYSWAP|ANYEXTRA| ANYCHANNELS|ANYSPACE|ANYPREMUL, UnrollDoublesToFloat}, { TYPE_LabV2_8, 0, UnrollLabV2_8ToFloat }, { TYPE_ALabV2_8, 0, UnrollALabV2_8ToFloat }, { TYPE_LabV2_16, 0, UnrollLabV2_16ToFloat }, { BYTES_SH(1), ANYPLANAR|ANYSWAPFIRST|ANYSWAP|ANYEXTRA| ANYCHANNELS|ANYSPACE, Unroll8ToFloat}, { BYTES_SH(2), ANYPLANAR|ANYSWAPFIRST|ANYSWAP|ANYEXTRA| ANYCHANNELS|ANYSPACE, Unroll16ToFloat}, #ifndef CMS_NO_HALF_SUPPORT { FLOAT_SH(1)|BYTES_SH(2), ANYPLANAR|ANYSWAPFIRST|ANYSWAP|ANYEXTRA| ANYCHANNELS|ANYSPACE, UnrollHalfToFloat}, #endif }; // Bit fields set to one in the mask are not compared static cmsFormatter _cmsGetStockInputFormatter(cmsUInt32Number dwInput, cmsUInt32Number dwFlags) { cmsUInt32Number i; cmsFormatter fr; switch (dwFlags) { case CMS_PACK_FLAGS_16BITS: { for (i=0; i < sizeof(InputFormatters16) / sizeof(cmsFormatters16); i++) { const cmsFormatters16* f = InputFormatters16 + i; if ((dwInput & ~f ->Mask) == f ->Type) { fr.Fmt16 = f ->Frm; return fr; } } } break; case CMS_PACK_FLAGS_FLOAT: { for (i=0; i < sizeof(InputFormattersFloat) / sizeof(cmsFormattersFloat); i++) { const cmsFormattersFloat* f = InputFormattersFloat + i; if ((dwInput & ~f ->Mask) == f ->Type) { fr.FmtFloat = f ->Frm; return fr; } } } break; default:; } fr.Fmt16 = NULL; return fr; } static const cmsFormatters16 OutputFormatters16[] = { // Type Mask Function // ---------------------------- ------------------------------------ ---------------------------- { TYPE_Lab_DBL, ANYPLANAR|ANYEXTRA, PackLabDoubleFrom16}, { TYPE_XYZ_DBL, ANYPLANAR|ANYEXTRA, PackXYZDoubleFrom16}, { TYPE_Lab_FLT, ANYPLANAR|ANYEXTRA, PackLabFloatFrom16}, { TYPE_XYZ_FLT, ANYPLANAR|ANYEXTRA, PackXYZFloatFrom16}, { FLOAT_SH(1)|BYTES_SH(0), ANYFLAVOR|ANYSWAPFIRST|ANYSWAP| ANYCHANNELS|ANYPLANAR|ANYEXTRA|ANYSPACE, PackDoubleFrom16}, { FLOAT_SH(1)|BYTES_SH(4), ANYFLAVOR|ANYSWAPFIRST|ANYSWAP| ANYCHANNELS|ANYPLANAR|ANYEXTRA|ANYSPACE, PackFloatFrom16}, #ifndef CMS_NO_HALF_SUPPORT { FLOAT_SH(1)|BYTES_SH(2), ANYFLAVOR|ANYSWAPFIRST|ANYSWAP| ANYCHANNELS|ANYPLANAR|ANYEXTRA|ANYSPACE, PackHalfFrom16}, #endif { CHANNELS_SH(1)|BYTES_SH(1), ANYSPACE, Pack1Byte}, { CHANNELS_SH(1)|BYTES_SH(1)|EXTRA_SH(1), ANYSPACE, Pack1ByteSkip1}, { CHANNELS_SH(1)|BYTES_SH(1)|EXTRA_SH(1)|SWAPFIRST_SH(1), ANYSPACE, Pack1ByteSkip1SwapFirst}, { CHANNELS_SH(1)|BYTES_SH(1)|FLAVOR_SH(1), ANYSPACE, Pack1ByteReversed}, { TYPE_LabV2_8, 0, PackLabV2_8 }, { TYPE_ALabV2_8, 0, PackALabV2_8 }, { TYPE_LabV2_16, 0, PackLabV2_16 }, { CHANNELS_SH(3)|BYTES_SH(1)|OPTIMIZED_SH(1), ANYSPACE, Pack3BytesOptimized}, { CHANNELS_SH(3)|BYTES_SH(1)|EXTRA_SH(1)|OPTIMIZED_SH(1), ANYSPACE, Pack3BytesAndSkip1Optimized}, { CHANNELS_SH(3)|BYTES_SH(1)|EXTRA_SH(1)|SWAPFIRST_SH(1)|OPTIMIZED_SH(1), ANYSPACE, Pack3BytesAndSkip1SwapFirstOptimized}, { CHANNELS_SH(3)|BYTES_SH(1)|EXTRA_SH(1)|DOSWAP_SH(1)|SWAPFIRST_SH(1)|OPTIMIZED_SH(1), ANYSPACE, Pack3BytesAndSkip1SwapSwapFirstOptimized}, { CHANNELS_SH(3)|BYTES_SH(1)|DOSWAP_SH(1)|EXTRA_SH(1)|OPTIMIZED_SH(1), ANYSPACE, Pack3BytesAndSkip1SwapOptimized}, { CHANNELS_SH(3)|BYTES_SH(1)|DOSWAP_SH(1)|OPTIMIZED_SH(1), ANYSPACE, Pack3BytesSwapOptimized}, { CHANNELS_SH(3)|BYTES_SH(1), ANYSPACE, Pack3Bytes}, { CHANNELS_SH(3)|BYTES_SH(1)|EXTRA_SH(1), ANYSPACE, Pack3BytesAndSkip1}, { CHANNELS_SH(3)|BYTES_SH(1)|EXTRA_SH(1)|SWAPFIRST_SH(1), ANYSPACE, Pack3BytesAndSkip1SwapFirst}, { CHANNELS_SH(3)|BYTES_SH(1)|EXTRA_SH(1)|DOSWAP_SH(1)|SWAPFIRST_SH(1), ANYSPACE, Pack3BytesAndSkip1SwapSwapFirst}, { CHANNELS_SH(3)|BYTES_SH(1)|DOSWAP_SH(1)|EXTRA_SH(1), ANYSPACE, Pack3BytesAndSkip1Swap}, { CHANNELS_SH(3)|BYTES_SH(1)|DOSWAP_SH(1), ANYSPACE, Pack3BytesSwap}, { CHANNELS_SH(4)|BYTES_SH(1), ANYSPACE, Pack4Bytes}, { CHANNELS_SH(4)|BYTES_SH(1)|FLAVOR_SH(1), ANYSPACE, Pack4BytesReverse}, { CHANNELS_SH(4)|BYTES_SH(1)|SWAPFIRST_SH(1), ANYSPACE, Pack4BytesSwapFirst}, { CHANNELS_SH(4)|BYTES_SH(1)|DOSWAP_SH(1), ANYSPACE, Pack4BytesSwap}, { CHANNELS_SH(4)|BYTES_SH(1)|DOSWAP_SH(1)|SWAPFIRST_SH(1), ANYSPACE, Pack4BytesSwapSwapFirst}, { CHANNELS_SH(6)|BYTES_SH(1), ANYSPACE, Pack6Bytes}, { CHANNELS_SH(6)|BYTES_SH(1)|DOSWAP_SH(1), ANYSPACE, Pack6BytesSwap}, { BYTES_SH(1), ANYFLAVOR|ANYSWAPFIRST|ANYSWAP|ANYEXTRA|ANYCHANNELS| ANYSPACE|ANYPREMUL, PackChunkyBytes}, { BYTES_SH(1)|PLANAR_SH(1), ANYFLAVOR|ANYSWAPFIRST|ANYSWAP|ANYEXTRA| ANYCHANNELS|ANYSPACE|ANYPREMUL, PackPlanarBytes}, { CHANNELS_SH(1)|BYTES_SH(2), ANYSPACE, Pack1Word}, { CHANNELS_SH(1)|BYTES_SH(2)|EXTRA_SH(1), ANYSPACE, Pack1WordSkip1}, { CHANNELS_SH(1)|BYTES_SH(2)|EXTRA_SH(1)|SWAPFIRST_SH(1), ANYSPACE, Pack1WordSkip1SwapFirst}, { CHANNELS_SH(1)|BYTES_SH(2)|FLAVOR_SH(1), ANYSPACE, Pack1WordReversed}, { CHANNELS_SH(1)|BYTES_SH(2)|ENDIAN16_SH(1), ANYSPACE, Pack1WordBigEndian}, { CHANNELS_SH(3)|BYTES_SH(2), ANYSPACE, Pack3Words}, { CHANNELS_SH(3)|BYTES_SH(2)|DOSWAP_SH(1), ANYSPACE, Pack3WordsSwap}, { CHANNELS_SH(3)|BYTES_SH(2)|ENDIAN16_SH(1), ANYSPACE, Pack3WordsBigEndian}, { CHANNELS_SH(3)|BYTES_SH(2)|EXTRA_SH(1), ANYSPACE, Pack3WordsAndSkip1}, { CHANNELS_SH(3)|BYTES_SH(2)|EXTRA_SH(1)|DOSWAP_SH(1), ANYSPACE, Pack3WordsAndSkip1Swap}, { CHANNELS_SH(3)|BYTES_SH(2)|EXTRA_SH(1)|SWAPFIRST_SH(1), ANYSPACE, Pack3WordsAndSkip1SwapFirst}, { CHANNELS_SH(3)|BYTES_SH(2)|EXTRA_SH(1)|DOSWAP_SH(1)|SWAPFIRST_SH(1), ANYSPACE, Pack3WordsAndSkip1SwapSwapFirst}, { CHANNELS_SH(4)|BYTES_SH(2), ANYSPACE, Pack4Words}, { CHANNELS_SH(4)|BYTES_SH(2)|FLAVOR_SH(1), ANYSPACE, Pack4WordsReverse}, { CHANNELS_SH(4)|BYTES_SH(2)|DOSWAP_SH(1), ANYSPACE, Pack4WordsSwap}, { CHANNELS_SH(4)|BYTES_SH(2)|ENDIAN16_SH(1), ANYSPACE, Pack4WordsBigEndian}, { CHANNELS_SH(6)|BYTES_SH(2), ANYSPACE, Pack6Words}, { CHANNELS_SH(6)|BYTES_SH(2)|DOSWAP_SH(1), ANYSPACE, Pack6WordsSwap}, { BYTES_SH(2), ANYFLAVOR|ANYSWAPFIRST|ANYSWAP|ANYENDIAN| ANYEXTRA|ANYCHANNELS|ANYSPACE|ANYPREMUL, PackChunkyWords}, { BYTES_SH(2)|PLANAR_SH(1), ANYFLAVOR|ANYENDIAN|ANYSWAP|ANYEXTRA| ANYCHANNELS|ANYSPACE|ANYPREMUL, PackPlanarWords} }; static const cmsFormattersFloat OutputFormattersFloat[] = { // Type Mask Function // ---------------------------- --------------------------------------------------- ---------------------------- { TYPE_Lab_FLT, ANYPLANAR|ANYEXTRA, PackLabFloatFromFloat}, { TYPE_XYZ_FLT, ANYPLANAR|ANYEXTRA, PackXYZFloatFromFloat}, { TYPE_Lab_DBL, ANYPLANAR|ANYEXTRA, PackLabDoubleFromFloat}, { TYPE_XYZ_DBL, ANYPLANAR|ANYEXTRA, PackXYZDoubleFromFloat}, { TYPE_LabV2_8, ANYPLANAR|ANYEXTRA, PackEncodedBytesLabV2FromFloat}, { TYPE_LabV2_16, ANYPLANAR|ANYEXTRA, PackEncodedWordsLabV2FromFloat}, { FLOAT_SH(1)|BYTES_SH(4), ANYPLANAR| ANYFLAVOR|ANYSWAPFIRST|ANYSWAP|ANYEXTRA|ANYCHANNELS|ANYSPACE, PackFloatsFromFloat }, { FLOAT_SH(1)|BYTES_SH(0), ANYPLANAR| ANYFLAVOR|ANYSWAPFIRST|ANYSWAP|ANYEXTRA|ANYCHANNELS|ANYSPACE, PackDoublesFromFloat }, { BYTES_SH(2), ANYPLANAR| ANYFLAVOR|ANYSWAPFIRST|ANYSWAP|ANYEXTRA|ANYCHANNELS|ANYSPACE, PackWordsFromFloat }, { BYTES_SH(1), ANYPLANAR| ANYFLAVOR|ANYSWAPFIRST|ANYSWAP|ANYEXTRA|ANYCHANNELS|ANYSPACE, PackBytesFromFloat }, #ifndef CMS_NO_HALF_SUPPORT { FLOAT_SH(1)|BYTES_SH(2), ANYFLAVOR|ANYSWAPFIRST|ANYSWAP|ANYEXTRA|ANYCHANNELS|ANYSPACE, PackHalfFromFloat }, #endif }; // Bit fields set to one in the mask are not compared static cmsFormatter _cmsGetStockOutputFormatter(cmsUInt32Number dwInput, cmsUInt32Number dwFlags) { cmsUInt32Number i; cmsFormatter fr; // Optimization is only a hint dwInput &= ~OPTIMIZED_SH(1); switch (dwFlags) { case CMS_PACK_FLAGS_16BITS: { for (i=0; i < sizeof(OutputFormatters16) / sizeof(cmsFormatters16); i++) { const cmsFormatters16* f = OutputFormatters16 + i; if ((dwInput & ~f ->Mask) == f ->Type) { fr.Fmt16 = f ->Frm; return fr; } } } break; case CMS_PACK_FLAGS_FLOAT: { for (i=0; i < sizeof(OutputFormattersFloat) / sizeof(cmsFormattersFloat); i++) { const cmsFormattersFloat* f = OutputFormattersFloat + i; if ((dwInput & ~f ->Mask) == f ->Type) { fr.FmtFloat = f ->Frm; return fr; } } } break; default:; } fr.Fmt16 = NULL; return fr; } typedef struct _cms_formatters_factory_list { cmsFormatterFactory Factory; struct _cms_formatters_factory_list *Next; } cmsFormattersFactoryList; _cmsFormattersPluginChunkType _cmsFormattersPluginChunk = { NULL }; // Duplicates the zone of memory used by the plug-in in the new context static void DupFormatterFactoryList(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src) { _cmsFormattersPluginChunkType newHead = { NULL }; cmsFormattersFactoryList* entry; cmsFormattersFactoryList* Anterior = NULL; _cmsFormattersPluginChunkType* head = (_cmsFormattersPluginChunkType*) src->chunks[FormattersPlugin]; _cmsAssert(head != NULL); // Walk the list copying all nodes for (entry = head->FactoryList; entry != NULL; entry = entry ->Next) { cmsFormattersFactoryList *newEntry = ( cmsFormattersFactoryList *) _cmsSubAllocDup(ctx ->MemPool, entry, sizeof(cmsFormattersFactoryList)); if (newEntry == NULL) return; // We want to keep the linked list order, so this is a little bit tricky newEntry -> Next = NULL; if (Anterior) Anterior -> Next = newEntry; Anterior = newEntry; if (newHead.FactoryList == NULL) newHead.FactoryList = newEntry; } ctx ->chunks[FormattersPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsFormattersPluginChunkType)); } // The interpolation plug-in memory chunk allocator/dup void _cmsAllocFormattersPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src) { _cmsAssert(ctx != NULL); if (src != NULL) { // Duplicate the LIST DupFormatterFactoryList(ctx, src); } else { static _cmsFormattersPluginChunkType FormattersPluginChunk = { NULL }; ctx ->chunks[FormattersPlugin] = _cmsSubAllocDup(ctx ->MemPool, &FormattersPluginChunk, sizeof(_cmsFormattersPluginChunkType)); } } // Formatters management cmsBool _cmsRegisterFormattersPlugin(cmsContext ContextID, cmsPluginBase* Data) { _cmsFormattersPluginChunkType* ctx = ( _cmsFormattersPluginChunkType*) _cmsContextGetClientChunk(ContextID, FormattersPlugin); cmsPluginFormatters* Plugin = (cmsPluginFormatters*) Data; cmsFormattersFactoryList* fl ; // Reset to built-in defaults if (Data == NULL) { ctx ->FactoryList = NULL; return TRUE; } fl = (cmsFormattersFactoryList*) _cmsPluginMalloc(ContextID, sizeof(cmsFormattersFactoryList)); if (fl == NULL) return FALSE; fl ->Factory = Plugin ->FormattersFactory; fl ->Next = ctx -> FactoryList; ctx ->FactoryList = fl; return TRUE; } cmsFormatter CMSEXPORT _cmsGetFormatter(cmsContext ContextID, cmsUInt32Number Type, // Specific type, i.e. TYPE_RGB_8 cmsFormatterDirection Dir, cmsUInt32Number dwFlags) { _cmsFormattersPluginChunkType* ctx = ( _cmsFormattersPluginChunkType*) _cmsContextGetClientChunk(ContextID, FormattersPlugin); cmsFormattersFactoryList* f; if (T_CHANNELS(Type) == 0) { static const cmsFormatter nullFormatter = { 0 }; return nullFormatter; } for (f =ctx->FactoryList; f != NULL; f = f ->Next) { cmsFormatter fn = f ->Factory(Type, Dir, dwFlags); if (fn.Fmt16 != NULL) return fn; } // Revert to default if (Dir == cmsFormatterInput) return _cmsGetStockInputFormatter(Type, dwFlags); else return _cmsGetStockOutputFormatter(Type, dwFlags); } // Return whatever given formatter refers to float values cmsBool _cmsFormatterIsFloat(cmsUInt32Number Type) { return T_FLOAT(Type) ? TRUE : FALSE; } // Return whatever given formatter refers to 8 bits cmsBool _cmsFormatterIs8bit(cmsUInt32Number Type) { cmsUInt32Number Bytes = T_BYTES(Type); return (Bytes == 1); } // Build a suitable formatter for the colorspace of this profile cmsUInt32Number CMSEXPORT cmsFormatterForColorspaceOfProfile(cmsHPROFILE hProfile, cmsUInt32Number nBytes, cmsBool lIsFloat) { cmsColorSpaceSignature ColorSpace = cmsGetColorSpace(hProfile); cmsUInt32Number ColorSpaceBits = (cmsUInt32Number) _cmsLCMScolorSpace(ColorSpace); cmsInt32Number nOutputChans = cmsChannelsOfColorSpace(ColorSpace); cmsUInt32Number Float = lIsFloat ? 1U : 0; // Unsupported color space? if (nOutputChans < 0) return 0; // Fix float spaces nBytes &= 7; // Create a fake formatter for result return FLOAT_SH(Float) | COLORSPACE_SH(ColorSpaceBits) | BYTES_SH(nBytes) | CHANNELS_SH(nOutputChans); } // Build a suitable formatter for the colorspace of this profile cmsUInt32Number CMSEXPORT cmsFormatterForPCSOfProfile(cmsHPROFILE hProfile, cmsUInt32Number nBytes, cmsBool lIsFloat) { cmsColorSpaceSignature ColorSpace = cmsGetPCS(hProfile); cmsUInt32Number ColorSpaceBits = (cmsUInt32Number) _cmsLCMScolorSpace(ColorSpace); cmsInt32Number nOutputChans = cmsChannelsOfColorSpace(ColorSpace); cmsUInt32Number Float = lIsFloat ? 1U : 0; // Unsupported color space? if (nOutputChans < 0) return 0; // Fix float spaces nBytes &= 7; // Create a fake formatter for result return FLOAT_SH(Float) | COLORSPACE_SH(ColorSpaceBits) | BYTES_SH(nBytes) | CHANNELS_SH(nOutputChans); } lcms2-2.17/src/cmsplugin.c0000644000175000017500000007532614752176133014457 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include "lcms2_internal.h" // ---------------------------------------------------------------------------------- // Encoding & Decoding support functions // ---------------------------------------------------------------------------------- // Little-Endian to Big-Endian // Adjust a word value after being read/ before being written from/to an ICC profile cmsUInt16Number CMSEXPORT _cmsAdjustEndianess16(cmsUInt16Number Word) { #ifndef CMS_USE_BIG_ENDIAN cmsUInt8Number* pByte = (cmsUInt8Number*) &Word; cmsUInt8Number tmp; tmp = pByte[0]; pByte[0] = pByte[1]; pByte[1] = tmp; #endif return Word; } // Transports to properly encoded values - note that icc profiles does use big endian notation. // 1 2 3 4 // 4 3 2 1 cmsUInt32Number CMSEXPORT _cmsAdjustEndianess32(cmsUInt32Number DWord) { #ifndef CMS_USE_BIG_ENDIAN cmsUInt8Number* pByte = (cmsUInt8Number*) &DWord; cmsUInt8Number temp1; cmsUInt8Number temp2; temp1 = *pByte++; temp2 = *pByte++; *(pByte-1) = *pByte; *pByte++ = temp2; *(pByte-3) = *pByte; *pByte = temp1; #endif return DWord; } // 1 2 3 4 5 6 7 8 // 8 7 6 5 4 3 2 1 void CMSEXPORT _cmsAdjustEndianess64(cmsUInt64Number* Result, cmsUInt64Number* QWord) { #ifndef CMS_USE_BIG_ENDIAN cmsUInt8Number* pIn = (cmsUInt8Number*) QWord; cmsUInt8Number* pOut = (cmsUInt8Number*) Result; _cmsAssert(Result != NULL); pOut[7] = pIn[0]; pOut[6] = pIn[1]; pOut[5] = pIn[2]; pOut[4] = pIn[3]; pOut[3] = pIn[4]; pOut[2] = pIn[5]; pOut[1] = pIn[6]; pOut[0] = pIn[7]; #else _cmsAssert(Result != NULL); # ifdef CMS_DONT_USE_INT64 (*Result)[0] = (*QWord)[0]; (*Result)[1] = (*QWord)[1]; # else *Result = *QWord; # endif #endif } // Auxiliary -- read 8, 16 and 32-bit numbers cmsBool CMSEXPORT _cmsReadUInt8Number(cmsIOHANDLER* io, cmsUInt8Number* n) { cmsUInt8Number tmp; _cmsAssert(io != NULL); if (io -> Read(io, &tmp, sizeof(cmsUInt8Number), 1) != 1) return FALSE; if (n != NULL) *n = tmp; return TRUE; } cmsBool CMSEXPORT _cmsReadUInt16Number(cmsIOHANDLER* io, cmsUInt16Number* n) { cmsUInt16Number tmp; _cmsAssert(io != NULL); if (io -> Read(io, &tmp, sizeof(cmsUInt16Number), 1) != 1) return FALSE; if (n != NULL) *n = _cmsAdjustEndianess16(tmp); return TRUE; } cmsBool CMSEXPORT _cmsReadUInt16Array(cmsIOHANDLER* io, cmsUInt32Number n, cmsUInt16Number* Array) { cmsUInt32Number i; _cmsAssert(io != NULL); for (i=0; i < n; i++) { if (Array != NULL) { if (!_cmsReadUInt16Number(io, Array + i)) return FALSE; } else { if (!_cmsReadUInt16Number(io, NULL)) return FALSE; } } return TRUE; } cmsBool CMSEXPORT _cmsReadUInt32Number(cmsIOHANDLER* io, cmsUInt32Number* n) { cmsUInt32Number tmp; _cmsAssert(io != NULL); if (io -> Read(io, &tmp, sizeof(cmsUInt32Number), 1) != 1) return FALSE; if (n != NULL) *n = _cmsAdjustEndianess32(tmp); return TRUE; } cmsBool CMSEXPORT _cmsReadFloat32Number(cmsIOHANDLER* io, cmsFloat32Number* n) { union typeConverter { cmsUInt32Number integer; cmsFloat32Number floating_point; } tmp; _cmsAssert(io != NULL); if (io->Read(io, &tmp.integer, sizeof(cmsUInt32Number), 1) != 1) return FALSE; if (n != NULL) { tmp.integer = _cmsAdjustEndianess32(tmp.integer); *n = tmp.floating_point; // Safeguard which covers against absurd values if (*n > 1E+20 || *n < -1E+20) return FALSE; #if defined(_MSC_VER) && _MSC_VER < 1800 return TRUE; #elif defined (__BORLANDC__) return TRUE; #elif !defined(_MSC_VER) && (defined(__STDC_VERSION__) && __STDC_VERSION__ < 199901L) return TRUE; #else // fpclassify() required by C99 (only provided by MSVC >= 1800, VS2013 onwards) return ((fpclassify(*n) == FP_ZERO) || (fpclassify(*n) == FP_NORMAL)); #endif } return TRUE; } cmsBool CMSEXPORT _cmsReadUInt64Number(cmsIOHANDLER* io, cmsUInt64Number* n) { cmsUInt64Number tmp; _cmsAssert(io != NULL); if (io -> Read(io, &tmp, sizeof(cmsUInt64Number), 1) != 1) return FALSE; if (n != NULL) { _cmsAdjustEndianess64(n, &tmp); } return TRUE; } cmsBool CMSEXPORT _cmsRead15Fixed16Number(cmsIOHANDLER* io, cmsFloat64Number* n) { cmsUInt32Number tmp; _cmsAssert(io != NULL); if (io -> Read(io, &tmp, sizeof(cmsUInt32Number), 1) != 1) return FALSE; if (n != NULL) { *n = _cms15Fixed16toDouble((cmsS15Fixed16Number) _cmsAdjustEndianess32(tmp)); } return TRUE; } cmsBool CMSEXPORT _cmsReadXYZNumber(cmsIOHANDLER* io, cmsCIEXYZ* XYZ) { cmsEncodedXYZNumber xyz; _cmsAssert(io != NULL); if (io ->Read(io, &xyz, sizeof(cmsEncodedXYZNumber), 1) != 1) return FALSE; if (XYZ != NULL) { XYZ->X = _cms15Fixed16toDouble((cmsS15Fixed16Number) _cmsAdjustEndianess32((cmsUInt32Number) xyz.X)); XYZ->Y = _cms15Fixed16toDouble((cmsS15Fixed16Number) _cmsAdjustEndianess32((cmsUInt32Number) xyz.Y)); XYZ->Z = _cms15Fixed16toDouble((cmsS15Fixed16Number) _cmsAdjustEndianess32((cmsUInt32Number) xyz.Z)); } return TRUE; } cmsBool CMSEXPORT _cmsWriteUInt8Number(cmsIOHANDLER* io, cmsUInt8Number n) { _cmsAssert(io != NULL); if (io -> Write(io, sizeof(cmsUInt8Number), &n) != 1) return FALSE; return TRUE; } cmsBool CMSEXPORT _cmsWriteUInt16Number(cmsIOHANDLER* io, cmsUInt16Number n) { cmsUInt16Number tmp; _cmsAssert(io != NULL); tmp = _cmsAdjustEndianess16(n); if (io -> Write(io, sizeof(cmsUInt16Number), &tmp) != 1) return FALSE; return TRUE; } cmsBool CMSEXPORT _cmsWriteUInt16Array(cmsIOHANDLER* io, cmsUInt32Number n, const cmsUInt16Number* Array) { cmsUInt32Number i; _cmsAssert(io != NULL); _cmsAssert(Array != NULL); for (i=0; i < n; i++) { if (!_cmsWriteUInt16Number(io, Array[i])) return FALSE; } return TRUE; } cmsBool CMSEXPORT _cmsWriteUInt32Number(cmsIOHANDLER* io, cmsUInt32Number n) { cmsUInt32Number tmp; _cmsAssert(io != NULL); tmp = _cmsAdjustEndianess32(n); if (io -> Write(io, sizeof(cmsUInt32Number), &tmp) != 1) return FALSE; return TRUE; } cmsBool CMSEXPORT _cmsWriteFloat32Number(cmsIOHANDLER* io, cmsFloat32Number n) { union typeConverter { cmsUInt32Number integer; cmsFloat32Number floating_point; } tmp; tmp.floating_point = n; tmp.integer = _cmsAdjustEndianess32(tmp.integer); if (io -> Write(io, sizeof(cmsUInt32Number), &tmp.integer) != 1) return FALSE; return TRUE; } cmsBool CMSEXPORT _cmsWriteUInt64Number(cmsIOHANDLER* io, cmsUInt64Number* n) { cmsUInt64Number tmp; _cmsAssert(io != NULL); _cmsAdjustEndianess64(&tmp, n); if (io -> Write(io, sizeof(cmsUInt64Number), &tmp) != 1) return FALSE; return TRUE; } cmsBool CMSEXPORT _cmsWrite15Fixed16Number(cmsIOHANDLER* io, cmsFloat64Number n) { cmsUInt32Number tmp; _cmsAssert(io != NULL); tmp = _cmsAdjustEndianess32((cmsUInt32Number) _cmsDoubleTo15Fixed16(n)); if (io -> Write(io, sizeof(cmsUInt32Number), &tmp) != 1) return FALSE; return TRUE; } cmsBool CMSEXPORT _cmsWriteXYZNumber(cmsIOHANDLER* io, const cmsCIEXYZ* XYZ) { cmsEncodedXYZNumber xyz; _cmsAssert(io != NULL); _cmsAssert(XYZ != NULL); xyz.X = (cmsS15Fixed16Number) _cmsAdjustEndianess32((cmsUInt32Number) _cmsDoubleTo15Fixed16(XYZ->X)); xyz.Y = (cmsS15Fixed16Number) _cmsAdjustEndianess32((cmsUInt32Number) _cmsDoubleTo15Fixed16(XYZ->Y)); xyz.Z = (cmsS15Fixed16Number) _cmsAdjustEndianess32((cmsUInt32Number) _cmsDoubleTo15Fixed16(XYZ->Z)); return io -> Write(io, sizeof(cmsEncodedXYZNumber), &xyz); } // from Fixed point 8.8 to double cmsFloat64Number CMSEXPORT _cms8Fixed8toDouble(cmsUInt16Number fixed8) { return fixed8 / 256.0; } cmsUInt16Number CMSEXPORT _cmsDoubleTo8Fixed8(cmsFloat64Number val) { cmsS15Fixed16Number GammaFixed32 = _cmsDoubleTo15Fixed16(val); return (cmsUInt16Number) ((GammaFixed32 >> 8) & 0xFFFF); } // from Fixed point 15.16 to double cmsFloat64Number CMSEXPORT _cms15Fixed16toDouble(cmsS15Fixed16Number fix32) { return fix32 / 65536.0; } // from double to Fixed point 15.16 cmsS15Fixed16Number CMSEXPORT _cmsDoubleTo15Fixed16(cmsFloat64Number v) { return ((cmsS15Fixed16Number) floor((v)*65536.0 + 0.5)); } // Date/Time functions void CMSEXPORT _cmsDecodeDateTimeNumber(const cmsDateTimeNumber *Source, struct tm *Dest) { _cmsAssert(Dest != NULL); _cmsAssert(Source != NULL); Dest->tm_sec = _cmsAdjustEndianess16(Source->seconds); Dest->tm_min = _cmsAdjustEndianess16(Source->minutes); Dest->tm_hour = _cmsAdjustEndianess16(Source->hours); Dest->tm_mday = _cmsAdjustEndianess16(Source->day); Dest->tm_mon = _cmsAdjustEndianess16(Source->month) - 1; Dest->tm_year = _cmsAdjustEndianess16(Source->year) - 1900; Dest->tm_wday = -1; Dest->tm_yday = -1; Dest->tm_isdst = 0; } void CMSEXPORT _cmsEncodeDateTimeNumber(cmsDateTimeNumber *Dest, const struct tm *Source) { _cmsAssert(Dest != NULL); _cmsAssert(Source != NULL); Dest->seconds = _cmsAdjustEndianess16((cmsUInt16Number) Source->tm_sec); Dest->minutes = _cmsAdjustEndianess16((cmsUInt16Number) Source->tm_min); Dest->hours = _cmsAdjustEndianess16((cmsUInt16Number) Source->tm_hour); Dest->day = _cmsAdjustEndianess16((cmsUInt16Number) Source->tm_mday); Dest->month = _cmsAdjustEndianess16((cmsUInt16Number) (Source->tm_mon + 1)); Dest->year = _cmsAdjustEndianess16((cmsUInt16Number) (Source->tm_year + 1900)); } // Read base and return type base cmsTagTypeSignature CMSEXPORT _cmsReadTypeBase(cmsIOHANDLER* io) { _cmsTagBase Base; _cmsAssert(io != NULL); if (io -> Read(io, &Base, sizeof(_cmsTagBase), 1) != 1) return (cmsTagTypeSignature) 0; return (cmsTagTypeSignature) _cmsAdjustEndianess32(Base.sig); } // Setup base marker cmsBool CMSEXPORT _cmsWriteTypeBase(cmsIOHANDLER* io, cmsTagTypeSignature sig) { _cmsTagBase Base; _cmsAssert(io != NULL); Base.sig = (cmsTagTypeSignature) _cmsAdjustEndianess32(sig); memset(&Base.reserved, 0, sizeof(Base.reserved)); return io -> Write(io, sizeof(_cmsTagBase), &Base); } cmsBool CMSEXPORT _cmsReadAlignment(cmsIOHANDLER* io) { cmsUInt8Number Buffer[4]; cmsUInt32Number NextAligned, At; cmsUInt32Number BytesToNextAlignedPos; _cmsAssert(io != NULL); At = io -> Tell(io); NextAligned = _cmsALIGNLONG(At); BytesToNextAlignedPos = NextAligned - At; if (BytesToNextAlignedPos == 0) return TRUE; if (BytesToNextAlignedPos > 4) return FALSE; return (io ->Read(io, Buffer, BytesToNextAlignedPos, 1) == 1); } cmsBool CMSEXPORT _cmsWriteAlignment(cmsIOHANDLER* io) { cmsUInt8Number Buffer[4]; cmsUInt32Number NextAligned, At; cmsUInt32Number BytesToNextAlignedPos; _cmsAssert(io != NULL); At = io -> Tell(io); NextAligned = _cmsALIGNLONG(At); BytesToNextAlignedPos = NextAligned - At; if (BytesToNextAlignedPos == 0) return TRUE; if (BytesToNextAlignedPos > 4) return FALSE; memset(Buffer, 0, BytesToNextAlignedPos); return io -> Write(io, BytesToNextAlignedPos, Buffer); } // To deal with text streams. 2K at most cmsBool CMSEXPORT _cmsIOPrintf(cmsIOHANDLER* io, const char* frm, ...) { va_list args; int len; cmsUInt8Number Buffer[2048]; cmsBool rc; cmsUInt8Number* ptr; _cmsAssert(io != NULL); _cmsAssert(frm != NULL); va_start(args, frm); len = vsnprintf((char*) Buffer, 2047, frm, args); if (len < 0) { va_end(args); return FALSE; // Truncated, which is a fatal error for us } // setlocale may be active, no commas are needed in PS generator // and PS generator is our only client for (ptr = Buffer; *ptr; ptr++) { if (*ptr == ',') *ptr = '.'; } rc = io ->Write(io, (cmsUInt32Number) len, Buffer); va_end(args); return rc; } // Plugin memory management ------------------------------------------------------------------------------------------------- // Specialized malloc for plug-ins, that is freed upon exit. void* _cmsPluginMalloc(cmsContext ContextID, cmsUInt32Number size) { struct _cmsContext_struct* ctx = _cmsGetContext(ContextID); if (ctx ->MemPool == NULL) { if (ContextID == NULL) { ctx->MemPool = _cmsCreateSubAlloc(0, 2*1024); if (ctx->MemPool == NULL) return NULL; } else { cmsSignalError(ContextID, cmsERROR_CORRUPTION_DETECTED, "NULL memory pool on context"); return NULL; } } return _cmsSubAlloc(ctx->MemPool, size); } // Main plug-in dispatcher cmsBool CMSEXPORT cmsPlugin(void* Plug_in) { return cmsPluginTHR(NULL, Plug_in); } cmsBool CMSEXPORT cmsPluginTHR(cmsContext id, void* Plug_in) { cmsPluginBase* Plugin; for (Plugin = (cmsPluginBase*) Plug_in; Plugin != NULL; Plugin = Plugin -> Next) { if (Plugin -> Magic != cmsPluginMagicNumber) { cmsSignalError(id, cmsERROR_UNKNOWN_EXTENSION, "Unrecognized plugin"); return FALSE; } if (Plugin ->ExpectedVersion > LCMS_VERSION) { cmsSignalError(id, cmsERROR_UNKNOWN_EXTENSION, "plugin needs Little CMS %d, current version is %d", Plugin ->ExpectedVersion, LCMS_VERSION); return FALSE; } switch (Plugin -> Type) { case cmsPluginMemHandlerSig: if (!_cmsRegisterMemHandlerPlugin(id, Plugin)) return FALSE; break; case cmsPluginInterpolationSig: if (!_cmsRegisterInterpPlugin(id, Plugin)) return FALSE; break; case cmsPluginTagTypeSig: if (!_cmsRegisterTagTypePlugin(id, Plugin)) return FALSE; break; case cmsPluginTagSig: if (!_cmsRegisterTagPlugin(id, Plugin)) return FALSE; break; case cmsPluginFormattersSig: if (!_cmsRegisterFormattersPlugin(id, Plugin)) return FALSE; break; case cmsPluginRenderingIntentSig: if (!_cmsRegisterRenderingIntentPlugin(id, Plugin)) return FALSE; break; case cmsPluginParametricCurveSig: if (!_cmsRegisterParametricCurvesPlugin(id, Plugin)) return FALSE; break; case cmsPluginMultiProcessElementSig: if (!_cmsRegisterMultiProcessElementPlugin(id, Plugin)) return FALSE; break; case cmsPluginOptimizationSig: if (!_cmsRegisterOptimizationPlugin(id, Plugin)) return FALSE; break; case cmsPluginTransformSig: if (!_cmsRegisterTransformPlugin(id, Plugin)) return FALSE; break; case cmsPluginMutexSig: if (!_cmsRegisterMutexPlugin(id, Plugin)) return FALSE; break; case cmsPluginParalellizationSig: if (!_cmsRegisterParallelizationPlugin(id, Plugin)) return FALSE; break; default: cmsSignalError(id, cmsERROR_UNKNOWN_EXTENSION, "Unrecognized plugin type '%X'", Plugin -> Type); return FALSE; } } // Keep a reference to the plug-in return TRUE; } // Revert all plug-ins to default void CMSEXPORT cmsUnregisterPlugins(void) { cmsUnregisterPluginsTHR(NULL); } // The Global storage for system context. This is the one and only global variable // pointers structure. All global vars are referenced here. static struct _cmsContext_struct globalContext = { NULL, // Not in the linked list NULL, // No suballocator { NULL, // UserPtr, &_cmsLogErrorChunk, // Logger, &_cmsAlarmCodesChunk, // AlarmCodes, &_cmsAdaptationStateChunk, // AdaptationState, &_cmsMemPluginChunk, // MemPlugin, &_cmsInterpPluginChunk, // InterpPlugin, &_cmsCurvesPluginChunk, // CurvesPlugin, &_cmsFormattersPluginChunk, // FormattersPlugin, &_cmsTagTypePluginChunk, // TagTypePlugin, &_cmsTagPluginChunk, // TagPlugin, &_cmsIntentsPluginChunk, // IntentPlugin, &_cmsMPETypePluginChunk, // MPEPlugin, &_cmsOptimizationPluginChunk, // OptimizationPlugin, &_cmsTransformPluginChunk, // TransformPlugin, &_cmsMutexPluginChunk, // MutexPlugin, &_cmsParallelizationPluginChunk // ParallelizationPlugin }, { NULL, NULL, NULL, NULL, NULL, NULL } // The default memory allocator is not used for context 0 }; // The context pool (linked list head) static _cmsMutex _cmsContextPoolHeadMutex = CMS_MUTEX_INITIALIZER; static struct _cmsContext_struct* _cmsContextPoolHead = NULL; // Make sure context is initialized (needed on windows) static cmsBool InitContextMutex(void) { // See the comments regarding locking in lcms2_internal.h // for an explanation of why we need the following code. #ifndef CMS_NO_PTHREADS #ifdef CMS_IS_WINDOWS_ #ifndef CMS_RELY_ON_WINDOWS_STATIC_MUTEX_INIT static cmsBool already_initialized = FALSE; if (!already_initialized) { static HANDLE _cmsWindowsInitMutex = NULL; static volatile HANDLE* mutex = &_cmsWindowsInitMutex; if (*mutex == NULL) { HANDLE p = CreateMutex(NULL, FALSE, NULL); if (p && InterlockedCompareExchangePointer((void**)mutex, (void*)p, NULL) != NULL) CloseHandle(p); } if (*mutex == NULL || WaitForSingleObject(*mutex, INFINITE) == WAIT_FAILED) { cmsSignalError(0, cmsERROR_INTERNAL, "Mutex lock failed"); return FALSE; } if (((void**)&_cmsContextPoolHeadMutex)[0] == NULL) InitializeCriticalSection(&_cmsContextPoolHeadMutex); if (*mutex == NULL || !ReleaseMutex(*mutex)) { cmsSignalError(0, cmsERROR_INTERNAL, "Mutex unlock failed"); return FALSE; } already_initialized = TRUE; } #endif #endif #endif return TRUE; } // Internal, get associated pointer, with guessing. Never returns NULL. struct _cmsContext_struct* _cmsGetContext(cmsContext ContextID) { struct _cmsContext_struct* id = (struct _cmsContext_struct*) ContextID; struct _cmsContext_struct* ctx; // On 0, use global settings if (id == NULL) return &globalContext; InitContextMutex(); // Search _cmsEnterCriticalSectionPrimitive(&_cmsContextPoolHeadMutex); for (ctx = _cmsContextPoolHead; ctx != NULL; ctx = ctx ->Next) { // Found it? if (id == ctx) { _cmsLeaveCriticalSectionPrimitive(&_cmsContextPoolHeadMutex); return ctx; // New-style context } } _cmsLeaveCriticalSectionPrimitive(&_cmsContextPoolHeadMutex); return &globalContext; } // Internal: get the memory area associanted with each context client // Returns the block assigned to the specific zone. Never return NULL. void* _cmsContextGetClientChunk(cmsContext ContextID, _cmsMemoryClient mc) { struct _cmsContext_struct* ctx; void *ptr; if ((int) mc < 0 || mc >= MemoryClientMax) { cmsSignalError(ContextID, cmsERROR_INTERNAL, "Bad context client -- possible corruption"); // This is catastrophic. Should never reach here _cmsAssert(0); // Reverts to global context return globalContext.chunks[UserPtr]; } ctx = _cmsGetContext(ContextID); ptr = ctx ->chunks[mc]; if (ptr != NULL) return ptr; // A null ptr means no special settings for that context, and this // reverts to Context0 globals return globalContext.chunks[mc]; } // This function returns the given context its default pristine state, // as no plug-ins were declared. There is no way to unregister a single // plug-in, as a single call to cmsPluginTHR() function may register // many different plug-ins simultaneously, then there is no way to // identify which plug-in to unregister. void CMSEXPORT cmsUnregisterPluginsTHR(cmsContext ContextID) { _cmsRegisterMemHandlerPlugin(ContextID, NULL); _cmsRegisterInterpPlugin(ContextID, NULL); _cmsRegisterTagTypePlugin(ContextID, NULL); _cmsRegisterTagPlugin(ContextID, NULL); _cmsRegisterFormattersPlugin(ContextID, NULL); _cmsRegisterRenderingIntentPlugin(ContextID, NULL); _cmsRegisterParametricCurvesPlugin(ContextID, NULL); _cmsRegisterMultiProcessElementPlugin(ContextID, NULL); _cmsRegisterOptimizationPlugin(ContextID, NULL); _cmsRegisterTransformPlugin(ContextID, NULL); _cmsRegisterMutexPlugin(ContextID, NULL); _cmsRegisterParallelizationPlugin(ContextID, NULL); } // Returns the memory manager plug-in, if any, from the Plug-in bundle static cmsPluginMemHandler* _cmsFindMemoryPlugin(void* PluginBundle) { cmsPluginBase* Plugin; for (Plugin = (cmsPluginBase*) PluginBundle; Plugin != NULL; Plugin = Plugin -> Next) { if (Plugin -> Magic == cmsPluginMagicNumber && Plugin -> ExpectedVersion <= LCMS_VERSION && Plugin -> Type == cmsPluginMemHandlerSig) { // Found! return (cmsPluginMemHandler*) Plugin; } } // Nope, revert to defaults return NULL; } // Creates a new context with optional associated plug-ins. Caller may also specify an optional pointer to user-defined // data that will be forwarded to plug-ins and logger. cmsContext CMSEXPORT cmsCreateContext(void* Plugin, void* UserData) { struct _cmsContext_struct* ctx; struct _cmsContext_struct fakeContext; if (!InitContextMutex()) return NULL; _cmsInstallAllocFunctions(_cmsFindMemoryPlugin(Plugin), &fakeContext.DefaultMemoryManager); fakeContext.chunks[UserPtr] = UserData; fakeContext.chunks[MemPlugin] = &fakeContext.DefaultMemoryManager; // Create the context structure. ctx = (struct _cmsContext_struct*) _cmsMalloc(&fakeContext, sizeof(struct _cmsContext_struct)); if (ctx == NULL) return NULL; // Something very wrong happened! // Init the structure and the memory manager memset(ctx, 0, sizeof(struct _cmsContext_struct)); // Keep memory manager memcpy(&ctx->DefaultMemoryManager, &fakeContext.DefaultMemoryManager, sizeof(_cmsMemPluginChunk)); // Maintain the linked list (with proper locking) _cmsEnterCriticalSectionPrimitive(&_cmsContextPoolHeadMutex); ctx ->Next = _cmsContextPoolHead; _cmsContextPoolHead = ctx; _cmsLeaveCriticalSectionPrimitive(&_cmsContextPoolHeadMutex); ctx ->chunks[UserPtr] = UserData; ctx ->chunks[MemPlugin] = &ctx->DefaultMemoryManager; // Now we can allocate the pool by using default memory manager ctx ->MemPool = _cmsCreateSubAlloc(ctx, 22 * sizeof(void*)); // default size about 22 pointers if (ctx ->MemPool == NULL) { cmsDeleteContext(ctx); return NULL; } _cmsAllocLogErrorChunk(ctx, NULL); _cmsAllocAlarmCodesChunk(ctx, NULL); _cmsAllocAdaptationStateChunk(ctx, NULL); _cmsAllocMemPluginChunk(ctx, NULL); _cmsAllocInterpPluginChunk(ctx, NULL); _cmsAllocCurvesPluginChunk(ctx, NULL); _cmsAllocFormattersPluginChunk(ctx, NULL); _cmsAllocTagTypePluginChunk(ctx, NULL); _cmsAllocMPETypePluginChunk(ctx, NULL); _cmsAllocTagPluginChunk(ctx, NULL); _cmsAllocIntentsPluginChunk(ctx, NULL); _cmsAllocOptimizationPluginChunk(ctx, NULL); _cmsAllocTransformPluginChunk(ctx, NULL); _cmsAllocMutexPluginChunk(ctx, NULL); _cmsAllocParallelizationPluginChunk(ctx, NULL); // Setup the plug-ins if (!cmsPluginTHR(ctx, Plugin)) { cmsDeleteContext(ctx); return NULL; } return (cmsContext) ctx; } // Duplicates a context with all associated plug-ins. // Caller may specify an optional pointer to user-defined // data that will be forwarded to plug-ins and logger. cmsContext CMSEXPORT cmsDupContext(cmsContext ContextID, void* NewUserData) { int i; struct _cmsContext_struct* ctx; const struct _cmsContext_struct* src = _cmsGetContext(ContextID); void* userData = (NewUserData != NULL) ? NewUserData : src -> chunks[UserPtr]; ctx = (struct _cmsContext_struct*) _cmsMalloc(ContextID, sizeof(struct _cmsContext_struct)); if (ctx == NULL) return NULL; // Something very wrong happened if (!InitContextMutex()) return NULL; // Setup default memory allocators if (ContextID == NULL) _cmsInstallAllocFunctions(NULL, &ctx->DefaultMemoryManager); else memcpy(&ctx->DefaultMemoryManager, &src->DefaultMemoryManager, sizeof(ctx->DefaultMemoryManager)); // Maintain the linked list _cmsEnterCriticalSectionPrimitive(&_cmsContextPoolHeadMutex); ctx ->Next = _cmsContextPoolHead; _cmsContextPoolHead = ctx; _cmsLeaveCriticalSectionPrimitive(&_cmsContextPoolHeadMutex); ctx ->chunks[UserPtr] = userData; ctx ->chunks[MemPlugin] = &ctx->DefaultMemoryManager; ctx ->MemPool = _cmsCreateSubAlloc(ctx, 22 * sizeof(void*)); if (ctx ->MemPool == NULL) { cmsDeleteContext(ctx); return NULL; } // Allocate all required chunks. _cmsAllocLogErrorChunk(ctx, src); _cmsAllocAlarmCodesChunk(ctx, src); _cmsAllocAdaptationStateChunk(ctx, src); _cmsAllocMemPluginChunk(ctx, src); _cmsAllocInterpPluginChunk(ctx, src); _cmsAllocCurvesPluginChunk(ctx, src); _cmsAllocFormattersPluginChunk(ctx, src); _cmsAllocTagTypePluginChunk(ctx, src); _cmsAllocMPETypePluginChunk(ctx, src); _cmsAllocTagPluginChunk(ctx, src); _cmsAllocIntentsPluginChunk(ctx, src); _cmsAllocOptimizationPluginChunk(ctx, src); _cmsAllocTransformPluginChunk(ctx, src); _cmsAllocMutexPluginChunk(ctx, src); _cmsAllocParallelizationPluginChunk(ctx, src); // Make sure no one failed for (i=Logger; i < MemoryClientMax; i++) { if (src ->chunks[i] == NULL) { cmsDeleteContext((cmsContext) ctx); return NULL; } } return (cmsContext) ctx; } // Frees any resources associated with the given context, // and destroys the context placeholder. // The ContextID can no longer be used in any THR operation. void CMSEXPORT cmsDeleteContext(cmsContext ContextID) { if (ContextID == NULL) { cmsUnregisterPlugins(); if (globalContext.MemPool != NULL) _cmsSubAllocDestroy(globalContext.MemPool); globalContext.MemPool = NULL; } else { struct _cmsContext_struct* ctx = (struct _cmsContext_struct*) ContextID; struct _cmsContext_struct fakeContext; struct _cmsContext_struct* prev; InitContextMutex(); memcpy(&fakeContext.DefaultMemoryManager, &ctx->DefaultMemoryManager, sizeof(ctx->DefaultMemoryManager)); fakeContext.chunks[UserPtr] = ctx ->chunks[UserPtr]; fakeContext.chunks[MemPlugin] = &fakeContext.DefaultMemoryManager; // Get rid of plugins cmsUnregisterPluginsTHR(ContextID); // Since all memory is allocated in the private pool, all what we need to do is destroy the pool if (ctx -> MemPool != NULL) _cmsSubAllocDestroy(ctx ->MemPool); ctx -> MemPool = NULL; // Maintain list _cmsEnterCriticalSectionPrimitive(&_cmsContextPoolHeadMutex); if (_cmsContextPoolHead == ctx) { _cmsContextPoolHead = ctx->Next; } else { // Search for previous for (prev = _cmsContextPoolHead; prev != NULL; prev = prev ->Next) { if (prev -> Next == ctx) { prev -> Next = ctx ->Next; break; } } } _cmsLeaveCriticalSectionPrimitive(&_cmsContextPoolHeadMutex); // free the memory block itself _cmsFree(&fakeContext, ctx); } } // Returns the user data associated to the given ContextID, or NULL if no user data was attached on context creation void* CMSEXPORT cmsGetContextUserData(cmsContext ContextID) { return _cmsContextGetClientChunk(ContextID, UserPtr); } // Use context mutex to provide thread-safe time cmsBool _cmsGetTime(struct tm* ptr_time) { struct tm* t; #if defined(HAVE_GMTIME_R) || defined(HAVE_GMTIME_S) struct tm tm; #endif time_t now = time(NULL); #ifdef HAVE_GMTIME_R t = gmtime_r(&now, &tm); #elif defined(HAVE_GMTIME_S) t = gmtime_s(&tm, &now) == 0 ? &tm : NULL; #else if (!InitContextMutex()) return FALSE; _cmsEnterCriticalSectionPrimitive(&_cmsContextPoolHeadMutex); t = gmtime(&now); _cmsLeaveCriticalSectionPrimitive(&_cmsContextPoolHeadMutex); #endif if (t == NULL) return FALSE; else { *ptr_time = *t; return TRUE; } } lcms2-2.17/src/cmsxform.c0000644000175000017500000014541014752176133014304 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include "lcms2_internal.h" // Transformations stuff // ----------------------------------------------------------------------- #define DEFAULT_OBSERVER_ADAPTATION_STATE 1.0 // The Context0 observer adaptation state. _cmsAdaptationStateChunkType _cmsAdaptationStateChunk = { DEFAULT_OBSERVER_ADAPTATION_STATE }; // Init and duplicate observer adaptation state void _cmsAllocAdaptationStateChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src) { static _cmsAdaptationStateChunkType AdaptationStateChunk = { DEFAULT_OBSERVER_ADAPTATION_STATE }; void* from; if (src != NULL) { from = src ->chunks[AdaptationStateContext]; } else { from = &AdaptationStateChunk; } ctx ->chunks[AdaptationStateContext] = _cmsSubAllocDup(ctx ->MemPool, from, sizeof(_cmsAdaptationStateChunkType)); } // Sets adaptation state for absolute colorimetric intent in the given context. Adaptation state applies on all // but cmsCreateExtendedTransformTHR(). Little CMS can handle incomplete adaptation states. cmsFloat64Number CMSEXPORT cmsSetAdaptationStateTHR(cmsContext ContextID, cmsFloat64Number d) { cmsFloat64Number prev; _cmsAdaptationStateChunkType* ptr = (_cmsAdaptationStateChunkType*) _cmsContextGetClientChunk(ContextID, AdaptationStateContext); // Get previous value for return prev = ptr ->AdaptationState; // Set the value if d is positive or zero if (d >= 0.0) { ptr ->AdaptationState = d; } // Always return previous value return prev; } // The adaptation state may be defaulted by this function. If you don't like it, use the extended transform routine cmsFloat64Number CMSEXPORT cmsSetAdaptationState(cmsFloat64Number d) { return cmsSetAdaptationStateTHR(NULL, d); } // ----------------------------------------------------------------------- // Alarm codes for 16-bit transformations, because the fixed range of containers there are // no values left to mark out of gamut. #define DEFAULT_ALARM_CODES_VALUE {0x7F00, 0x7F00, 0x7F00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0} _cmsAlarmCodesChunkType _cmsAlarmCodesChunk = { DEFAULT_ALARM_CODES_VALUE }; // Sets the codes used to mark out-out-gamut on Proofing transforms for a given context. Values are meant to be // encoded in 16 bits. void CMSEXPORT cmsSetAlarmCodesTHR(cmsContext ContextID, const cmsUInt16Number AlarmCodesP[cmsMAXCHANNELS]) { _cmsAlarmCodesChunkType* ContextAlarmCodes = (_cmsAlarmCodesChunkType*) _cmsContextGetClientChunk(ContextID, AlarmCodesContext); _cmsAssert(ContextAlarmCodes != NULL); // Can't happen memcpy(ContextAlarmCodes->AlarmCodes, AlarmCodesP, sizeof(ContextAlarmCodes->AlarmCodes)); } // Gets the current codes used to mark out-out-gamut on Proofing transforms for the given context. // Values are meant to be encoded in 16 bits. void CMSEXPORT cmsGetAlarmCodesTHR(cmsContext ContextID, cmsUInt16Number AlarmCodesP[cmsMAXCHANNELS]) { _cmsAlarmCodesChunkType* ContextAlarmCodes = (_cmsAlarmCodesChunkType*) _cmsContextGetClientChunk(ContextID, AlarmCodesContext); _cmsAssert(ContextAlarmCodes != NULL); // Can't happen memcpy(AlarmCodesP, ContextAlarmCodes->AlarmCodes, sizeof(ContextAlarmCodes->AlarmCodes)); } void CMSEXPORT cmsSetAlarmCodes(const cmsUInt16Number NewAlarm[cmsMAXCHANNELS]) { _cmsAssert(NewAlarm != NULL); cmsSetAlarmCodesTHR(NULL, NewAlarm); } void CMSEXPORT cmsGetAlarmCodes(cmsUInt16Number OldAlarm[cmsMAXCHANNELS]) { _cmsAssert(OldAlarm != NULL); cmsGetAlarmCodesTHR(NULL, OldAlarm); } // Init and duplicate alarm codes void _cmsAllocAlarmCodesChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src) { static _cmsAlarmCodesChunkType AlarmCodesChunk = { DEFAULT_ALARM_CODES_VALUE }; void* from; if (src != NULL) { from = src ->chunks[AlarmCodesContext]; } else { from = &AlarmCodesChunk; } ctx ->chunks[AlarmCodesContext] = _cmsSubAllocDup(ctx ->MemPool, from, sizeof(_cmsAlarmCodesChunkType)); } // ----------------------------------------------------------------------- // Get rid of transform resources void CMSEXPORT cmsDeleteTransform(cmsHTRANSFORM hTransform) { _cmsTRANSFORM* p = (_cmsTRANSFORM*) hTransform; _cmsAssert(p != NULL); if (p -> GamutCheck) cmsPipelineFree(p -> GamutCheck); if (p -> Lut) cmsPipelineFree(p -> Lut); if (p ->InputColorant) cmsFreeNamedColorList(p ->InputColorant); if (p -> OutputColorant) cmsFreeNamedColorList(p ->OutputColorant); if (p ->Sequence) cmsFreeProfileSequenceDescription(p ->Sequence); if (p ->UserData) p ->FreeUserData(p ->ContextID, p ->UserData); _cmsFree(p ->ContextID, (void *) p); } static cmsUInt32Number PixelSize(cmsUInt32Number Format) { cmsUInt32Number fmt_bytes = T_BYTES(Format); // For double, the T_BYTES field is zero if (fmt_bytes == 0) return sizeof(cmsUInt64Number); // Otherwise, it is already correct for all formats return fmt_bytes; } // Apply transform. void CMSEXPORT cmsDoTransform(cmsHTRANSFORM Transform, const void* InputBuffer, void* OutputBuffer, cmsUInt32Number Size) { _cmsTRANSFORM* p = (_cmsTRANSFORM*) Transform; cmsStride stride; stride.BytesPerLineIn = 0; // Not used stride.BytesPerLineOut = 0; stride.BytesPerPlaneIn = Size * PixelSize(p->InputFormat); stride.BytesPerPlaneOut = Size * PixelSize(p->OutputFormat); p -> xform(p, InputBuffer, OutputBuffer, Size, 1, &stride); } // This is a legacy stride for planar void CMSEXPORT cmsDoTransformStride(cmsHTRANSFORM Transform, const void* InputBuffer, void* OutputBuffer, cmsUInt32Number Size, cmsUInt32Number Stride) { _cmsTRANSFORM* p = (_cmsTRANSFORM*) Transform; cmsStride stride; stride.BytesPerLineIn = 0; stride.BytesPerLineOut = 0; stride.BytesPerPlaneIn = Stride; stride.BytesPerPlaneOut = Stride; p -> xform(p, InputBuffer, OutputBuffer, Size, 1, &stride); } // This is the "fast" function for plugins void CMSEXPORT cmsDoTransformLineStride(cmsHTRANSFORM Transform, const void* InputBuffer, void* OutputBuffer, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, cmsUInt32Number BytesPerLineIn, cmsUInt32Number BytesPerLineOut, cmsUInt32Number BytesPerPlaneIn, cmsUInt32Number BytesPerPlaneOut) { _cmsTRANSFORM* p = (_cmsTRANSFORM*) Transform; cmsStride stride; stride.BytesPerLineIn = BytesPerLineIn; stride.BytesPerLineOut = BytesPerLineOut; stride.BytesPerPlaneIn = BytesPerPlaneIn; stride.BytesPerPlaneOut = BytesPerPlaneOut; p->xform(p, InputBuffer, OutputBuffer, PixelsPerLine, LineCount, &stride); } // Transform routines ---------------------------------------------------------------------------------------------------------- // Float xform converts floats. Since there are no performance issues, one routine does all job, including gamut check. // Note that because extended range, we can use a -1.0 value for out of gamut in this case. static void FloatXFORM(_cmsTRANSFORM* p, const void* in, void* out, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride) { cmsUInt8Number* accum; cmsUInt8Number* output; cmsFloat32Number fIn[cmsMAXCHANNELS], fOut[cmsMAXCHANNELS]; cmsFloat32Number OutOfGamut; size_t i, j, c, strideIn, strideOut; _cmsHandleExtraChannels(p, in, out, PixelsPerLine, LineCount, Stride); strideIn = 0; strideOut = 0; memset(fIn, 0, sizeof(fIn)); memset(fOut, 0, sizeof(fOut)); for (i = 0; i < LineCount; i++) { accum = (cmsUInt8Number*)in + strideIn; output = (cmsUInt8Number*)out + strideOut; for (j = 0; j < PixelsPerLine; j++) { accum = p->FromInputFloat(p, fIn, accum, Stride->BytesPerPlaneIn); // Any gamut check to do? if (p->GamutCheck != NULL) { // Evaluate gamut marker. cmsPipelineEvalFloat(fIn, &OutOfGamut, p->GamutCheck); // Is current color out of gamut? if (OutOfGamut > 0.0) { _cmsAlarmCodesChunkType* ContextAlarmCodes = (_cmsAlarmCodesChunkType*)_cmsContextGetClientChunk(p->ContextID, AlarmCodesContext); // Certainly, out of gamut for (c = 0; c < cmsMAXCHANNELS; c++) fOut[c] = ContextAlarmCodes->AlarmCodes[c] / 65535.0F; } else { // No, proceed normally cmsPipelineEvalFloat(fIn, fOut, p->Lut); } } else { // No gamut check at all cmsPipelineEvalFloat(fIn, fOut, p->Lut); } output = p->ToOutputFloat(p, fOut, output, Stride->BytesPerPlaneOut); } strideIn += Stride->BytesPerLineIn; strideOut += Stride->BytesPerLineOut; } } static void NullFloatXFORM(_cmsTRANSFORM* p, const void* in, void* out, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride) { cmsUInt8Number* accum; cmsUInt8Number* output; cmsFloat32Number fIn[cmsMAXCHANNELS]; size_t i, j, strideIn, strideOut; _cmsHandleExtraChannels(p, in, out, PixelsPerLine, LineCount, Stride); strideIn = 0; strideOut = 0; memset(fIn, 0, sizeof(fIn)); for (i = 0; i < LineCount; i++) { accum = (cmsUInt8Number*) in + strideIn; output = (cmsUInt8Number*) out + strideOut; for (j = 0; j < PixelsPerLine; j++) { accum = p->FromInputFloat(p, fIn, accum, Stride ->BytesPerPlaneIn); output = p->ToOutputFloat(p, fIn, output, Stride->BytesPerPlaneOut); } strideIn += Stride->BytesPerLineIn; strideOut += Stride->BytesPerLineOut; } } // 16 bit precision ----------------------------------------------------------------------------------------------------------- // Null transformation, only applies formatters. No cache static void NullXFORM(_cmsTRANSFORM* p, const void* in, void* out, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride) { cmsUInt8Number* accum; cmsUInt8Number* output; cmsUInt16Number wIn[cmsMAXCHANNELS]; size_t i, j, strideIn, strideOut; _cmsHandleExtraChannels(p, in, out, PixelsPerLine, LineCount, Stride); strideIn = 0; strideOut = 0; memset(wIn, 0, sizeof(wIn)); for (i = 0; i < LineCount; i++) { accum = (cmsUInt8Number*)in + strideIn; output = (cmsUInt8Number*)out + strideOut; for (j = 0; j < PixelsPerLine; j++) { accum = p->FromInput(p, wIn, accum, Stride->BytesPerPlaneIn); output = p->ToOutput(p, wIn, output, Stride->BytesPerPlaneOut); } strideIn += Stride->BytesPerLineIn; strideOut += Stride->BytesPerLineOut; } } // No gamut check, no cache, 16 bits static void PrecalculatedXFORM(_cmsTRANSFORM* p, const void* in, void* out, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride) { CMSREGISTER cmsUInt8Number* accum; CMSREGISTER cmsUInt8Number* output; cmsUInt16Number wIn[cmsMAXCHANNELS], wOut[cmsMAXCHANNELS]; size_t i, j, strideIn, strideOut; _cmsHandleExtraChannels(p, in, out, PixelsPerLine, LineCount, Stride); strideIn = 0; strideOut = 0; memset(wIn, 0, sizeof(wIn)); memset(wOut, 0, sizeof(wOut)); for (i = 0; i < LineCount; i++) { accum = (cmsUInt8Number*)in + strideIn; output = (cmsUInt8Number*)out + strideOut; for (j = 0; j < PixelsPerLine; j++) { accum = p->FromInput(p, wIn, accum, Stride->BytesPerPlaneIn); p->Lut->Eval16Fn(wIn, wOut, p->Lut->Data); output = p->ToOutput(p, wOut, output, Stride->BytesPerPlaneOut); } strideIn += Stride->BytesPerLineIn; strideOut += Stride->BytesPerLineOut; } } // Auxiliary: Handle precalculated gamut check. The retrieval of context may be alittle bit slow, but this function is not critical. static void TransformOnePixelWithGamutCheck(_cmsTRANSFORM* p, const cmsUInt16Number wIn[], cmsUInt16Number wOut[]) { cmsUInt16Number wOutOfGamut; p ->GamutCheck ->Eval16Fn(wIn, &wOutOfGamut, p ->GamutCheck ->Data); if (wOutOfGamut >= 1) { cmsUInt32Number i; _cmsAlarmCodesChunkType* ContextAlarmCodes = (_cmsAlarmCodesChunkType*) _cmsContextGetClientChunk(p->ContextID, AlarmCodesContext); for (i=0; i < p ->Lut->OutputChannels; i++) { wOut[i] = ContextAlarmCodes ->AlarmCodes[i]; } } else p ->Lut ->Eval16Fn(wIn, wOut, p -> Lut->Data); } // Gamut check, No cache, 16 bits. static void PrecalculatedXFORMGamutCheck(_cmsTRANSFORM* p, const void* in, void* out, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride) { cmsUInt8Number* accum; cmsUInt8Number* output; cmsUInt16Number wIn[cmsMAXCHANNELS], wOut[cmsMAXCHANNELS]; size_t i, j, strideIn, strideOut; _cmsHandleExtraChannels(p, in, out, PixelsPerLine, LineCount, Stride); strideIn = 0; strideOut = 0; memset(wIn, 0, sizeof(wIn)); memset(wOut, 0, sizeof(wOut)); for (i = 0; i < LineCount; i++) { accum = (cmsUInt8Number*)in + strideIn; output = (cmsUInt8Number*)out + strideOut; for (j = 0; j < PixelsPerLine; j++) { accum = p->FromInput(p, wIn, accum, Stride->BytesPerPlaneIn); TransformOnePixelWithGamutCheck(p, wIn, wOut); output = p->ToOutput(p, wOut, output, Stride->BytesPerPlaneOut); } strideIn += Stride->BytesPerLineIn; strideOut += Stride->BytesPerLineOut; } } // No gamut check, Cache, 16 bits, static void CachedXFORM(_cmsTRANSFORM* p, const void* in, void* out, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride) { cmsUInt8Number* accum; cmsUInt8Number* output; cmsUInt16Number wIn[cmsMAXCHANNELS], wOut[cmsMAXCHANNELS]; _cmsCACHE Cache; size_t i, j, strideIn, strideOut; _cmsHandleExtraChannels(p, in, out, PixelsPerLine, LineCount, Stride); // Empty buffers for quick memcmp memset(wIn, 0, sizeof(wIn)); memset(wOut, 0, sizeof(wOut)); // Get copy of zero cache memcpy(&Cache, &p->Cache, sizeof(Cache)); strideIn = 0; strideOut = 0; for (i = 0; i < LineCount; i++) { accum = (cmsUInt8Number*)in + strideIn; output = (cmsUInt8Number*)out + strideOut; for (j = 0; j < PixelsPerLine; j++) { accum = p->FromInput(p, wIn, accum, Stride->BytesPerPlaneIn); if (memcmp(wIn, Cache.CacheIn, sizeof(Cache.CacheIn)) == 0) { memcpy(wOut, Cache.CacheOut, sizeof(Cache.CacheOut)); } else { p->Lut->Eval16Fn(wIn, wOut, p->Lut->Data); memcpy(Cache.CacheIn, wIn, sizeof(Cache.CacheIn)); memcpy(Cache.CacheOut, wOut, sizeof(Cache.CacheOut)); } output = p->ToOutput(p, wOut, output, Stride->BytesPerPlaneOut); } strideIn += Stride->BytesPerLineIn; strideOut += Stride->BytesPerLineOut; } } // All those nice features together static void CachedXFORMGamutCheck(_cmsTRANSFORM* p, const void* in, void* out, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride) { cmsUInt8Number* accum; cmsUInt8Number* output; cmsUInt16Number wIn[cmsMAXCHANNELS], wOut[cmsMAXCHANNELS]; _cmsCACHE Cache; size_t i, j, strideIn, strideOut; _cmsHandleExtraChannels(p, in, out, PixelsPerLine, LineCount, Stride); // Empty buffers for quick memcmp memset(wIn, 0, sizeof(wIn)); memset(wOut, 0, sizeof(wOut)); // Get copy of zero cache memcpy(&Cache, &p->Cache, sizeof(Cache)); strideIn = 0; strideOut = 0; for (i = 0; i < LineCount; i++) { accum = (cmsUInt8Number*)in + strideIn; output = (cmsUInt8Number*)out + strideOut; for (j = 0; j < PixelsPerLine; j++) { accum = p->FromInput(p, wIn, accum, Stride->BytesPerPlaneIn); if (memcmp(wIn, Cache.CacheIn, sizeof(Cache.CacheIn)) == 0) { memcpy(wOut, Cache.CacheOut, sizeof(Cache.CacheOut)); } else { TransformOnePixelWithGamutCheck(p, wIn, wOut); memcpy(Cache.CacheIn, wIn, sizeof(Cache.CacheIn)); memcpy(Cache.CacheOut, wOut, sizeof(Cache.CacheOut)); } output = p->ToOutput(p, wOut, output, Stride->BytesPerPlaneOut); } strideIn += Stride->BytesPerLineIn; strideOut += Stride->BytesPerLineOut; } } // Transform plug-ins ---------------------------------------------------------------------------------------------------- // List of used-defined transform factories typedef struct _cmsTransformCollection_st { _cmsTransform2Factory Factory; cmsBool OldXform; // Factory returns xform function in the old style struct _cmsTransformCollection_st *Next; } _cmsTransformCollection; // The linked list head _cmsTransformPluginChunkType _cmsTransformPluginChunk = { NULL }; // Duplicates the zone of memory used by the plug-in in the new context static void DupPluginTransformList(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src) { _cmsTransformPluginChunkType newHead = { NULL }; _cmsTransformCollection* entry; _cmsTransformCollection* Anterior = NULL; _cmsTransformPluginChunkType* head = (_cmsTransformPluginChunkType*) src->chunks[TransformPlugin]; // Walk the list copying all nodes for (entry = head->TransformCollection; entry != NULL; entry = entry ->Next) { _cmsTransformCollection *newEntry = ( _cmsTransformCollection *) _cmsSubAllocDup(ctx ->MemPool, entry, sizeof(_cmsTransformCollection)); if (newEntry == NULL) return; // We want to keep the linked list order, so this is a little bit tricky newEntry -> Next = NULL; if (Anterior) Anterior -> Next = newEntry; Anterior = newEntry; if (newHead.TransformCollection == NULL) newHead.TransformCollection = newEntry; } ctx ->chunks[TransformPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsTransformPluginChunkType)); } // Allocates memory for transform plugin factory void _cmsAllocTransformPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src) { if (src != NULL) { // Copy all linked list DupPluginTransformList(ctx, src); } else { static _cmsTransformPluginChunkType TransformPluginChunkType = { NULL }; ctx ->chunks[TransformPlugin] = _cmsSubAllocDup(ctx ->MemPool, &TransformPluginChunkType, sizeof(_cmsTransformPluginChunkType)); } } // Adaptor for old versions of plug-in static void _cmsTransform2toTransformAdaptor(struct _cmstransform_struct *CMMcargo, const void* InputBuffer, void* OutputBuffer, cmsUInt32Number PixelsPerLine, cmsUInt32Number LineCount, const cmsStride* Stride) { size_t i, strideIn, strideOut; _cmsHandleExtraChannels(CMMcargo, InputBuffer, OutputBuffer, PixelsPerLine, LineCount, Stride); strideIn = 0; strideOut = 0; for (i = 0; i < LineCount; i++) { void *accum = (cmsUInt8Number*)InputBuffer + strideIn; void *output = (cmsUInt8Number*)OutputBuffer + strideOut; CMMcargo->OldXform(CMMcargo, accum, output, PixelsPerLine, Stride->BytesPerPlaneIn); strideIn += Stride->BytesPerLineIn; strideOut += Stride->BytesPerLineOut; } } // Register new ways to transform cmsBool _cmsRegisterTransformPlugin(cmsContext ContextID, cmsPluginBase* Data) { cmsPluginTransform* Plugin = (cmsPluginTransform*) Data; _cmsTransformCollection* fl; _cmsTransformPluginChunkType* ctx = ( _cmsTransformPluginChunkType*) _cmsContextGetClientChunk(ContextID,TransformPlugin); if (Data == NULL) { // Free the chain. Memory is safely freed at exit ctx->TransformCollection = NULL; return TRUE; } // Factory callback is required if (Plugin->factories.xform == NULL) return FALSE; fl = (_cmsTransformCollection*) _cmsPluginMalloc(ContextID, sizeof(_cmsTransformCollection)); if (fl == NULL) return FALSE; // Check for full xform plug-ins previous to 2.8, we would need an adapter in that case if (Plugin->base.ExpectedVersion < 2080) { fl->OldXform = TRUE; } else fl->OldXform = FALSE; // Copy the parameters fl->Factory = Plugin->factories.xform; // Keep linked list fl ->Next = ctx->TransformCollection; ctx->TransformCollection = fl; // All is ok return TRUE; } void CMSEXPORT _cmsSetTransformUserData(struct _cmstransform_struct *CMMcargo, void* ptr, _cmsFreeUserDataFn FreePrivateDataFn) { _cmsAssert(CMMcargo != NULL); CMMcargo ->UserData = ptr; CMMcargo ->FreeUserData = FreePrivateDataFn; } // returns the pointer defined by the plug-in to store private data void * CMSEXPORT _cmsGetTransformUserData(struct _cmstransform_struct *CMMcargo) { _cmsAssert(CMMcargo != NULL); return CMMcargo ->UserData; } // returns the current formatters void CMSEXPORT _cmsGetTransformFormatters16(struct _cmstransform_struct *CMMcargo, cmsFormatter16* FromInput, cmsFormatter16* ToOutput) { _cmsAssert(CMMcargo != NULL); if (FromInput) *FromInput = CMMcargo ->FromInput; if (ToOutput) *ToOutput = CMMcargo ->ToOutput; } void CMSEXPORT _cmsGetTransformFormattersFloat(struct _cmstransform_struct *CMMcargo, cmsFormatterFloat* FromInput, cmsFormatterFloat* ToOutput) { _cmsAssert(CMMcargo != NULL); if (FromInput) *FromInput = CMMcargo ->FromInputFloat; if (ToOutput) *ToOutput = CMMcargo ->ToOutputFloat; } // returns original flags cmsUInt32Number CMSEXPORT _cmsGetTransformFlags(struct _cmstransform_struct* CMMcargo) { _cmsAssert(CMMcargo != NULL); return CMMcargo->dwOriginalFlags; } // Returns the worker callback for parallelization plug-ins _cmsTransform2Fn CMSEXPORT _cmsGetTransformWorker(struct _cmstransform_struct* CMMcargo) { _cmsAssert(CMMcargo != NULL); return CMMcargo->Worker; } // This field holds maximum number of workers or -1 to auto cmsInt32Number CMSEXPORT _cmsGetTransformMaxWorkers(struct _cmstransform_struct* CMMcargo) { _cmsAssert(CMMcargo != NULL); return CMMcargo->MaxWorkers; } // This field is actually unused and reserved cmsUInt32Number CMSEXPORT _cmsGetTransformWorkerFlags(struct _cmstransform_struct* CMMcargo) { _cmsAssert(CMMcargo != NULL); return CMMcargo->WorkerFlags; } // In the case there is a parallelization plug-in, let it to do its job static void ParalellizeIfSuitable(_cmsTRANSFORM* p) { _cmsParallelizationPluginChunkType* ctx = (_cmsParallelizationPluginChunkType*)_cmsContextGetClientChunk(p->ContextID, ParallelizationPlugin); _cmsAssert(p != NULL); if (ctx != NULL && ctx->SchedulerFn != NULL) { p->Worker = p->xform; p->xform = ctx->SchedulerFn; p->MaxWorkers = ctx->MaxWorkers; p->WorkerFlags = ctx->WorkerFlags; } } /** * An empty unroll to avoid a check with NULL on cmsDoTransform() */ static cmsUInt8Number* UnrollNothing(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { return accum; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(wIn); cmsUNUSED_PARAMETER(Stride); } static cmsUInt8Number* PackNothing(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { return output; cmsUNUSED_PARAMETER(info); cmsUNUSED_PARAMETER(wOut); cmsUNUSED_PARAMETER(Stride); } // Allocate transform struct and set it to defaults. Ask the optimization plug-in about if those formats are proper // for separated transforms. If this is the case, static _cmsTRANSFORM* AllocEmptyTransform(cmsContext ContextID, cmsPipeline* lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) { _cmsTransformPluginChunkType* ctx = ( _cmsTransformPluginChunkType*) _cmsContextGetClientChunk(ContextID, TransformPlugin); _cmsTransformCollection* Plugin; // Allocate needed memory _cmsTRANSFORM* p = (_cmsTRANSFORM*)_cmsMallocZero(ContextID, sizeof(_cmsTRANSFORM)); if (!p) { cmsPipelineFree(lut); return NULL; } // Store the proposed pipeline p->Lut = lut; // Let's see if any plug-in want to do the transform by itself if (p->Lut != NULL) { if (!(*dwFlags & cmsFLAGS_NOOPTIMIZE)) { for (Plugin = ctx->TransformCollection; Plugin != NULL; Plugin = Plugin->Next) { if (Plugin->Factory(&p->xform, &p->UserData, &p->FreeUserData, &p->Lut, InputFormat, OutputFormat, dwFlags)) { // Last plugin in the declaration order takes control. We just keep // the original parameters as a logging. // Note that cmsFLAGS_CAN_CHANGE_FORMATTER is not set, so by default // an optimized transform is not reusable. The plug-in can, however, change // the flags and make it suitable. p->ContextID = ContextID; p->InputFormat = *InputFormat; p->OutputFormat = *OutputFormat; p->dwOriginalFlags = *dwFlags; // Fill the formatters just in case the optimized routine is interested. // No error is thrown if the formatter doesn't exist. It is up to the optimization // factory to decide what to do in those cases. p->FromInput = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BITS).Fmt16; p->ToOutput = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BITS).Fmt16; p->FromInputFloat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_FLOAT).FmtFloat; p->ToOutputFloat = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_FLOAT).FmtFloat; // Save the day? (Ignore the warning) if (Plugin->OldXform) { p->OldXform = (_cmsTransformFn)(void*)p->xform; p->xform = _cmsTransform2toTransformAdaptor; } ParalellizeIfSuitable(p); return p; } } } // Not suitable for the transform plug-in, let's check the pipeline plug-in _cmsOptimizePipeline(ContextID, &p->Lut, Intent, InputFormat, OutputFormat, dwFlags); } // Check whatever this is a true floating point transform if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) { // Get formatter function always return a valid union, but the contents of this union may be NULL. p ->FromInputFloat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_FLOAT).FmtFloat; p ->ToOutputFloat = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_FLOAT).FmtFloat; *dwFlags |= cmsFLAGS_CAN_CHANGE_FORMATTER; if (p ->FromInputFloat == NULL || p ->ToOutputFloat == NULL) { cmsSignalError(ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unsupported raster format"); cmsDeleteTransform(p); return NULL; } if (*dwFlags & cmsFLAGS_NULLTRANSFORM) { p ->xform = NullFloatXFORM; } else { // Float transforms don't use cache, always are non-NULL p ->xform = FloatXFORM; } } else { // Formats are intended to be changed before use if (*InputFormat == 0 && *OutputFormat == 0) { p->FromInput = UnrollNothing; p->ToOutput = PackNothing; *dwFlags |= cmsFLAGS_CAN_CHANGE_FORMATTER; } else { cmsUInt32Number BytesPerPixelInput; p ->FromInput = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BITS).Fmt16; p ->ToOutput = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BITS).Fmt16; if (p ->FromInput == NULL || p ->ToOutput == NULL) { cmsSignalError(ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unsupported raster format"); cmsDeleteTransform(p); return NULL; } BytesPerPixelInput = T_BYTES(*InputFormat); if (BytesPerPixelInput == 0 || BytesPerPixelInput >= 2) *dwFlags |= cmsFLAGS_CAN_CHANGE_FORMATTER; } if (*dwFlags & cmsFLAGS_NULLTRANSFORM) { p ->xform = NullXFORM; } else { if (*dwFlags & cmsFLAGS_NOCACHE) { if (*dwFlags & cmsFLAGS_GAMUTCHECK) p ->xform = PrecalculatedXFORMGamutCheck; // Gamut check, no cache else p ->xform = PrecalculatedXFORM; // No cache, no gamut check } else { if (*dwFlags & cmsFLAGS_GAMUTCHECK) p ->xform = CachedXFORMGamutCheck; // Gamut check, cache else p ->xform = CachedXFORM; // No gamut check, cache } } } /** * Check consistency for alpha channel copy */ if (*dwFlags & cmsFLAGS_COPY_ALPHA) { if (T_EXTRA(*InputFormat) != T_EXTRA(*OutputFormat)) { cmsSignalError(ContextID, cmsERROR_NOT_SUITABLE, "Mismatched alpha channels"); cmsDeleteTransform(p); return NULL; } } p ->InputFormat = *InputFormat; p ->OutputFormat = *OutputFormat; p ->dwOriginalFlags = *dwFlags; p ->ContextID = ContextID; p ->UserData = NULL; ParalellizeIfSuitable(p); return p; } static cmsBool GetXFormColorSpaces(cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[], cmsColorSpaceSignature* Input, cmsColorSpaceSignature* Output) { cmsColorSpaceSignature ColorSpaceIn, ColorSpaceOut; cmsColorSpaceSignature PostColorSpace; cmsUInt32Number i; if (nProfiles == 0) return FALSE; if (hProfiles[0] == NULL) return FALSE; *Input = PostColorSpace = cmsGetColorSpace(hProfiles[0]); for (i=0; i < nProfiles; i++) { cmsProfileClassSignature cls; cmsHPROFILE hProfile = hProfiles[i]; int lIsInput = (PostColorSpace != cmsSigXYZData) && (PostColorSpace != cmsSigLabData); if (hProfile == NULL) return FALSE; cls = cmsGetDeviceClass(hProfile); if (cls == cmsSigNamedColorClass) { ColorSpaceIn = cmsSig1colorData; ColorSpaceOut = (nProfiles > 1) ? cmsGetPCS(hProfile) : cmsGetColorSpace(hProfile); } else if (lIsInput || (cls == cmsSigLinkClass)) { ColorSpaceIn = cmsGetColorSpace(hProfile); ColorSpaceOut = cmsGetPCS(hProfile); } else { ColorSpaceIn = cmsGetPCS(hProfile); ColorSpaceOut = cmsGetColorSpace(hProfile); } if (i==0) *Input = ColorSpaceIn; PostColorSpace = ColorSpaceOut; } *Output = PostColorSpace; return TRUE; } // Check colorspace static cmsBool IsProperColorSpace(cmsColorSpaceSignature Check, cmsUInt32Number dwFormat) { int Space1 = (int) T_COLORSPACE(dwFormat); int Space2 = _cmsLCMScolorSpace(Check); if (Space1 == PT_ANY) return (T_CHANNELS(dwFormat) == cmsChannelsOf(Check)); if (Space1 == Space2) return TRUE; if (Space1 == PT_LabV2 && Space2 == PT_Lab) return TRUE; if (Space1 == PT_Lab && Space2 == PT_LabV2) return TRUE; return FALSE; } // ---------------------------------------------------------------------------------------------------------------- // Jun-21-2000: Some profiles (those that comes with W2K) comes // with the media white (media black?) x 100. Add a sanity check static void NormalizeXYZ(cmsCIEXYZ* Dest) { while (Dest -> X > 2. && Dest -> Y > 2. && Dest -> Z > 2.) { Dest -> X /= 10.; Dest -> Y /= 10.; Dest -> Z /= 10.; } } static void SetWhitePoint(cmsCIEXYZ* wtPt, const cmsCIEXYZ* src) { if (src == NULL) { wtPt ->X = cmsD50X; wtPt ->Y = cmsD50Y; wtPt ->Z = cmsD50Z; } else { wtPt ->X = src->X; wtPt ->Y = src->Y; wtPt ->Z = src->Z; NormalizeXYZ(wtPt); } } // New to lcms 2.0 -- have all parameters available. cmsHTRANSFORM CMSEXPORT cmsCreateExtendedTransform(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[], cmsBool BPC[], cmsUInt32Number Intents[], cmsFloat64Number AdaptationStates[], cmsHPROFILE hGamutProfile, cmsUInt32Number nGamutPCSposition, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat, cmsUInt32Number dwFlags) { _cmsTRANSFORM* xform; cmsColorSpaceSignature EntryColorSpace; cmsColorSpaceSignature ExitColorSpace; cmsPipeline* Lut; cmsUInt32Number LastIntent; // Safeguard if (nProfiles <= 0 || nProfiles > 255) { cmsSignalError(ContextID, cmsERROR_RANGE, "Wrong number of profiles. 1..255 expected, %d found.", nProfiles); return NULL; } LastIntent = Intents[nProfiles - 1]; // If it is a fake transform if (dwFlags & cmsFLAGS_NULLTRANSFORM) { return AllocEmptyTransform(ContextID, NULL, INTENT_PERCEPTUAL, &InputFormat, &OutputFormat, &dwFlags); } // If gamut check is requested, make sure we have a gamut profile if (dwFlags & cmsFLAGS_GAMUTCHECK) { if (hGamutProfile == NULL) dwFlags &= ~cmsFLAGS_GAMUTCHECK; } // On floating point transforms, inhibit cache if (_cmsFormatterIsFloat(InputFormat) || _cmsFormatterIsFloat(OutputFormat)) dwFlags |= cmsFLAGS_NOCACHE; // Mark entry/exit spaces if (!GetXFormColorSpaces(nProfiles, hProfiles, &EntryColorSpace, &ExitColorSpace)) { cmsSignalError(ContextID, cmsERROR_NULL, "NULL input profiles on transform"); return NULL; } // Check if proper colorspaces if (!IsProperColorSpace(EntryColorSpace, InputFormat)) { cmsSignalError(ContextID, cmsERROR_COLORSPACE_CHECK, "Wrong input color space on transform"); return NULL; } if (!IsProperColorSpace(ExitColorSpace, OutputFormat)) { cmsSignalError(ContextID, cmsERROR_COLORSPACE_CHECK, "Wrong output color space on transform"); return NULL; } // Check whatever the transform is 16 bits and involves linear RGB in first profile. If so, disable optimizations if (EntryColorSpace == cmsSigRgbData && T_BYTES(InputFormat) == 2 && !(dwFlags & cmsFLAGS_NOOPTIMIZE)) { cmsFloat64Number gamma = cmsDetectRGBProfileGamma(hProfiles[0], 0.1); if (gamma > 0 && gamma < 1.6) dwFlags |= cmsFLAGS_NOOPTIMIZE; } // Create a pipeline with all transformations Lut = _cmsLinkProfiles(ContextID, nProfiles, Intents, hProfiles, BPC, AdaptationStates, dwFlags); if (Lut == NULL) { cmsSignalError(ContextID, cmsERROR_NOT_SUITABLE, "Couldn't link the profiles"); return NULL; } // Check channel count if ((cmsChannelsOfColorSpace(EntryColorSpace) != (cmsInt32Number) cmsPipelineInputChannels(Lut)) || (cmsChannelsOfColorSpace(ExitColorSpace) != (cmsInt32Number) cmsPipelineOutputChannels(Lut))) { cmsPipelineFree(Lut); cmsSignalError(ContextID, cmsERROR_NOT_SUITABLE, "Channel count doesn't match. Profile is corrupted"); return NULL; } // All seems ok xform = AllocEmptyTransform(ContextID, Lut, LastIntent, &InputFormat, &OutputFormat, &dwFlags); if (xform == NULL) { return NULL; } // Keep values xform ->EntryColorSpace = EntryColorSpace; xform ->ExitColorSpace = ExitColorSpace; xform ->RenderingIntent = Intents[nProfiles-1]; // Take white points SetWhitePoint(&xform->EntryWhitePoint, (cmsCIEXYZ*) cmsReadTag(hProfiles[0], cmsSigMediaWhitePointTag)); SetWhitePoint(&xform->ExitWhitePoint, (cmsCIEXYZ*) cmsReadTag(hProfiles[nProfiles-1], cmsSigMediaWhitePointTag)); // Create a gamut check LUT if requested if (hGamutProfile != NULL && (dwFlags & cmsFLAGS_GAMUTCHECK)) xform ->GamutCheck = _cmsCreateGamutCheckPipeline(ContextID, hProfiles, BPC, Intents, AdaptationStates, nGamutPCSposition, hGamutProfile); // Try to read input and output colorant table if (cmsIsTag(hProfiles[0], cmsSigColorantTableTag)) { // Input table can only come in this way. xform ->InputColorant = cmsDupNamedColorList((cmsNAMEDCOLORLIST*) cmsReadTag(hProfiles[0], cmsSigColorantTableTag)); } // Output is a little bit more complex. if (cmsGetDeviceClass(hProfiles[nProfiles-1]) == cmsSigLinkClass) { // This tag may exist only on devicelink profiles. if (cmsIsTag(hProfiles[nProfiles-1], cmsSigColorantTableOutTag)) { // It may be NULL if error xform ->OutputColorant = cmsDupNamedColorList((cmsNAMEDCOLORLIST*) cmsReadTag(hProfiles[nProfiles-1], cmsSigColorantTableOutTag)); } } else { if (cmsIsTag(hProfiles[nProfiles-1], cmsSigColorantTableTag)) { xform -> OutputColorant = cmsDupNamedColorList((cmsNAMEDCOLORLIST*) cmsReadTag(hProfiles[nProfiles-1], cmsSigColorantTableTag)); } } // Store the sequence of profiles if (dwFlags & cmsFLAGS_KEEP_SEQUENCE) { xform ->Sequence = _cmsCompileProfileSequence(ContextID, nProfiles, hProfiles); } else xform ->Sequence = NULL; // If this is a cached transform, init first value, which is zero (16 bits only) if (!(dwFlags & cmsFLAGS_NOCACHE)) { memset(&xform ->Cache.CacheIn, 0, sizeof(xform ->Cache.CacheIn)); if (xform ->GamutCheck != NULL) { TransformOnePixelWithGamutCheck(xform, xform ->Cache.CacheIn, xform->Cache.CacheOut); } else { xform ->Lut ->Eval16Fn(xform ->Cache.CacheIn, xform->Cache.CacheOut, xform -> Lut->Data); } } return (cmsHTRANSFORM) xform; } // Multiprofile transforms: Gamut check is not available here, as it is unclear from which profile the gamut comes. cmsHTRANSFORM CMSEXPORT cmsCreateMultiprofileTransformTHR(cmsContext ContextID, cmsHPROFILE hProfiles[], cmsUInt32Number nProfiles, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat, cmsUInt32Number Intent, cmsUInt32Number dwFlags) { cmsUInt32Number i; cmsBool BPC[256]; cmsUInt32Number Intents[256]; cmsFloat64Number AdaptationStates[256]; if (nProfiles <= 0 || nProfiles > 255) { cmsSignalError(ContextID, cmsERROR_RANGE, "Wrong number of profiles. 1..255 expected, %d found.", nProfiles); return NULL; } for (i=0; i < nProfiles; i++) { BPC[i] = dwFlags & cmsFLAGS_BLACKPOINTCOMPENSATION ? TRUE : FALSE; Intents[i] = Intent; AdaptationStates[i] = cmsSetAdaptationStateTHR(ContextID, -1); } return cmsCreateExtendedTransform(ContextID, nProfiles, hProfiles, BPC, Intents, AdaptationStates, NULL, 0, InputFormat, OutputFormat, dwFlags); } cmsHTRANSFORM CMSEXPORT cmsCreateMultiprofileTransform(cmsHPROFILE hProfiles[], cmsUInt32Number nProfiles, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat, cmsUInt32Number Intent, cmsUInt32Number dwFlags) { if (nProfiles <= 0 || nProfiles > 255) { cmsSignalError(NULL, cmsERROR_RANGE, "Wrong number of profiles. 1..255 expected, %d found.", nProfiles); return NULL; } return cmsCreateMultiprofileTransformTHR(cmsGetProfileContextID(hProfiles[0]), hProfiles, nProfiles, InputFormat, OutputFormat, Intent, dwFlags); } cmsHTRANSFORM CMSEXPORT cmsCreateTransformTHR(cmsContext ContextID, cmsHPROFILE Input, cmsUInt32Number InputFormat, cmsHPROFILE Output, cmsUInt32Number OutputFormat, cmsUInt32Number Intent, cmsUInt32Number dwFlags) { cmsHPROFILE hArray[2]; hArray[0] = Input; hArray[1] = Output; return cmsCreateMultiprofileTransformTHR(ContextID, hArray, Output == NULL ? 1U : 2U, InputFormat, OutputFormat, Intent, dwFlags); } CMSAPI cmsHTRANSFORM CMSEXPORT cmsCreateTransform(cmsHPROFILE Input, cmsUInt32Number InputFormat, cmsHPROFILE Output, cmsUInt32Number OutputFormat, cmsUInt32Number Intent, cmsUInt32Number dwFlags) { return cmsCreateTransformTHR(cmsGetProfileContextID(Input), Input, InputFormat, Output, OutputFormat, Intent, dwFlags); } cmsHTRANSFORM CMSEXPORT cmsCreateProofingTransformTHR(cmsContext ContextID, cmsHPROFILE InputProfile, cmsUInt32Number InputFormat, cmsHPROFILE OutputProfile, cmsUInt32Number OutputFormat, cmsHPROFILE ProofingProfile, cmsUInt32Number nIntent, cmsUInt32Number ProofingIntent, cmsUInt32Number dwFlags) { cmsHPROFILE hArray[4]; cmsUInt32Number Intents[4]; cmsBool BPC[4]; cmsFloat64Number Adaptation[4]; cmsBool DoBPC = (dwFlags & cmsFLAGS_BLACKPOINTCOMPENSATION) ? TRUE : FALSE; hArray[0] = InputProfile; hArray[1] = ProofingProfile; hArray[2] = ProofingProfile; hArray[3] = OutputProfile; Intents[0] = nIntent; Intents[1] = nIntent; Intents[2] = INTENT_RELATIVE_COLORIMETRIC; Intents[3] = ProofingIntent; BPC[0] = DoBPC; BPC[1] = DoBPC; BPC[2] = 0; BPC[3] = 0; Adaptation[0] = Adaptation[1] = Adaptation[2] = Adaptation[3] = cmsSetAdaptationStateTHR(ContextID, -1); if (!(dwFlags & (cmsFLAGS_SOFTPROOFING|cmsFLAGS_GAMUTCHECK))) return cmsCreateTransformTHR(ContextID, InputProfile, InputFormat, OutputProfile, OutputFormat, nIntent, dwFlags); return cmsCreateExtendedTransform(ContextID, 4, hArray, BPC, Intents, Adaptation, ProofingProfile, 1, InputFormat, OutputFormat, dwFlags); } cmsHTRANSFORM CMSEXPORT cmsCreateProofingTransform(cmsHPROFILE InputProfile, cmsUInt32Number InputFormat, cmsHPROFILE OutputProfile, cmsUInt32Number OutputFormat, cmsHPROFILE ProofingProfile, cmsUInt32Number nIntent, cmsUInt32Number ProofingIntent, cmsUInt32Number dwFlags) { return cmsCreateProofingTransformTHR(cmsGetProfileContextID(InputProfile), InputProfile, InputFormat, OutputProfile, OutputFormat, ProofingProfile, nIntent, ProofingIntent, dwFlags); } // Grab the ContextID from an open transform. Returns NULL if a NULL transform is passed cmsContext CMSEXPORT cmsGetTransformContextID(cmsHTRANSFORM hTransform) { _cmsTRANSFORM* xform = (_cmsTRANSFORM*) hTransform; if (xform == NULL) return NULL; return xform -> ContextID; } // Grab the input/output formats cmsUInt32Number CMSEXPORT cmsGetTransformInputFormat(cmsHTRANSFORM hTransform) { _cmsTRANSFORM* xform = (_cmsTRANSFORM*) hTransform; if (xform == NULL) return 0; return xform->InputFormat; } cmsUInt32Number CMSEXPORT cmsGetTransformOutputFormat(cmsHTRANSFORM hTransform) { _cmsTRANSFORM* xform = (_cmsTRANSFORM*) hTransform; if (xform == NULL) return 0; return xform->OutputFormat; } // For backwards compatibility cmsBool CMSEXPORT cmsChangeBuffersFormat(cmsHTRANSFORM hTransform, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat) { _cmsTRANSFORM* xform = (_cmsTRANSFORM*) hTransform; cmsFormatter16 FromInput, ToOutput; // We only can afford to change formatters if previous transform is at least 16 bits if (!(xform ->dwOriginalFlags & cmsFLAGS_CAN_CHANGE_FORMATTER)) { cmsSignalError(xform ->ContextID, cmsERROR_NOT_SUITABLE, "cmsChangeBuffersFormat works only on transforms created originally with at least 16 bits of precision"); return FALSE; } FromInput = _cmsGetFormatter(xform->ContextID, InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BITS).Fmt16; ToOutput = _cmsGetFormatter(xform->ContextID, OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BITS).Fmt16; if (FromInput == NULL || ToOutput == NULL) { cmsSignalError(xform -> ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unsupported raster format"); return FALSE; } xform ->InputFormat = InputFormat; xform ->OutputFormat = OutputFormat; xform ->FromInput = FromInput; xform ->ToOutput = ToOutput; return TRUE; } lcms2-2.17/src/cmsio0.c0000644000175000017500000017255214752176133013647 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include "lcms2_internal.h" // Generic I/O, tag dictionary management, profile struct // IOhandlers are abstractions used by littleCMS to read from whatever file, stream, // memory block or any storage. Each IOhandler provides implementations for read, // write, seek and tell functions. LittleCMS code deals with IO across those objects. // In this way, is easier to add support for new storage media. // NULL stream, for taking care of used space ------------------------------------- // NULL IOhandler basically does nothing but keep track on how many bytes have been // written. This is handy when creating profiles, where the file size is needed in the // header. Then, whole profile is serialized across NULL IOhandler and a second pass // writes the bytes to the pertinent IOhandler. typedef struct { cmsUInt32Number Pointer; // Points to current location } FILENULL; static cmsUInt32Number NULLRead(cmsIOHANDLER* iohandler, void *Buffer, cmsUInt32Number size, cmsUInt32Number count) { FILENULL* ResData = (FILENULL*) iohandler ->stream; cmsUInt32Number len = size * count; ResData -> Pointer += len; return count; cmsUNUSED_PARAMETER(Buffer); } static cmsBool NULLSeek(cmsIOHANDLER* iohandler, cmsUInt32Number offset) { FILENULL* ResData = (FILENULL*) iohandler ->stream; ResData ->Pointer = offset; return TRUE; } static cmsUInt32Number NULLTell(cmsIOHANDLER* iohandler) { FILENULL* ResData = (FILENULL*) iohandler ->stream; return ResData -> Pointer; } static cmsBool NULLWrite(cmsIOHANDLER* iohandler, cmsUInt32Number size, const void *Ptr) { FILENULL* ResData = (FILENULL*) iohandler ->stream; ResData ->Pointer += size; if (ResData ->Pointer > iohandler->UsedSpace) iohandler->UsedSpace = ResData ->Pointer; return TRUE; cmsUNUSED_PARAMETER(Ptr); } static cmsBool NULLClose(cmsIOHANDLER* iohandler) { FILENULL* ResData = (FILENULL*) iohandler ->stream; _cmsFree(iohandler ->ContextID, ResData); _cmsFree(iohandler ->ContextID, iohandler); return TRUE; } // The NULL IOhandler creator cmsIOHANDLER* CMSEXPORT cmsOpenIOhandlerFromNULL(cmsContext ContextID) { struct _cms_io_handler* iohandler = NULL; FILENULL* fm = NULL; iohandler = (struct _cms_io_handler*) _cmsMallocZero(ContextID, sizeof(struct _cms_io_handler)); if (iohandler == NULL) return NULL; fm = (FILENULL*) _cmsMallocZero(ContextID, sizeof(FILENULL)); if (fm == NULL) goto Error; fm ->Pointer = 0; iohandler ->ContextID = ContextID; iohandler ->stream = (void*) fm; iohandler ->UsedSpace = 0; iohandler ->ReportedSize = 0; iohandler ->PhysicalFile[0] = 0; iohandler ->Read = NULLRead; iohandler ->Seek = NULLSeek; iohandler ->Close = NULLClose; iohandler ->Tell = NULLTell; iohandler ->Write = NULLWrite; return iohandler; Error: if (iohandler) _cmsFree(ContextID, iohandler); return NULL; } // Memory-based stream -------------------------------------------------------------- // Those functions implements an iohandler which takes a block of memory as storage medium. typedef struct { cmsUInt8Number* Block; // Points to allocated memory cmsUInt32Number Size; // Size of allocated memory cmsUInt32Number Pointer; // Points to current location int FreeBlockOnClose; // As title } FILEMEM; static cmsUInt32Number MemoryRead(struct _cms_io_handler* iohandler, void *Buffer, cmsUInt32Number size, cmsUInt32Number count) { FILEMEM* ResData = (FILEMEM*) iohandler ->stream; cmsUInt8Number* Ptr; cmsUInt32Number len = size * count; if (ResData -> Pointer + len > ResData -> Size){ len = (ResData -> Size - ResData -> Pointer); cmsSignalError(iohandler ->ContextID, cmsERROR_READ, "Read from memory error. Got %d bytes, block should be of %d bytes", len, count * size); return 0; } Ptr = ResData -> Block; Ptr += ResData -> Pointer; memmove(Buffer, Ptr, len); ResData -> Pointer += len; return count; } // SEEK_CUR is assumed static cmsBool MemorySeek(struct _cms_io_handler* iohandler, cmsUInt32Number offset) { FILEMEM* ResData = (FILEMEM*) iohandler ->stream; if (offset > ResData ->Size) { cmsSignalError(iohandler ->ContextID, cmsERROR_SEEK, "Too few data; probably corrupted profile"); return FALSE; } ResData ->Pointer = offset; return TRUE; } // Tell for memory static cmsUInt32Number MemoryTell(struct _cms_io_handler* iohandler) { FILEMEM* ResData = (FILEMEM*) iohandler ->stream; if (ResData == NULL) return 0; return ResData -> Pointer; } // Writes data to memory, also keeps used space for further reference. static cmsBool MemoryWrite(struct _cms_io_handler* iohandler, cmsUInt32Number size, const void *Ptr) { FILEMEM* ResData = (FILEMEM*) iohandler ->stream; if (ResData == NULL) return FALSE; // Housekeeping // Check for available space. Clip. if (ResData->Pointer + size > ResData->Size) { size = ResData ->Size - ResData->Pointer; } if (size == 0) return TRUE; // Write zero bytes is ok, but does nothing memmove(ResData ->Block + ResData ->Pointer, Ptr, size); ResData ->Pointer += size; if (ResData ->Pointer > iohandler->UsedSpace) iohandler->UsedSpace = ResData ->Pointer; return TRUE; } static cmsBool MemoryClose(struct _cms_io_handler* iohandler) { FILEMEM* ResData = (FILEMEM*) iohandler ->stream; if (ResData ->FreeBlockOnClose) { if (ResData ->Block) _cmsFree(iohandler ->ContextID, ResData ->Block); } _cmsFree(iohandler ->ContextID, ResData); _cmsFree(iohandler ->ContextID, iohandler); return TRUE; } // Create a iohandler for memory block. AccessMode=='r' assumes the iohandler is going to read, and makes // a copy of the memory block for letting user to free the memory after invoking open profile. In write // mode ("w"), Buffer points to the begin of memory block to be written. cmsIOHANDLER* CMSEXPORT cmsOpenIOhandlerFromMem(cmsContext ContextID, void *Buffer, cmsUInt32Number size, const char* AccessMode) { cmsIOHANDLER* iohandler = NULL; FILEMEM* fm = NULL; _cmsAssert(AccessMode != NULL); iohandler = (cmsIOHANDLER*) _cmsMallocZero(ContextID, sizeof(cmsIOHANDLER)); if (iohandler == NULL) return NULL; switch (*AccessMode) { case 'r': fm = (FILEMEM*) _cmsMallocZero(ContextID, sizeof(FILEMEM)); if (fm == NULL) goto Error; if (Buffer == NULL) { cmsSignalError(ContextID, cmsERROR_READ, "Couldn't read profile from NULL pointer"); goto Error; } fm ->Block = (cmsUInt8Number*) _cmsMalloc(ContextID, size); if (fm ->Block == NULL) { _cmsFree(ContextID, fm); _cmsFree(ContextID, iohandler); cmsSignalError(ContextID, cmsERROR_READ, "Couldn't allocate %ld bytes for profile", (long) size); return NULL; } memmove(fm->Block, Buffer, size); fm ->FreeBlockOnClose = TRUE; fm ->Size = size; fm ->Pointer = 0; iohandler -> ReportedSize = size; break; case 'w': fm = (FILEMEM*) _cmsMallocZero(ContextID, sizeof(FILEMEM)); if (fm == NULL) goto Error; if (Buffer == NULL) { cmsSignalError(ContextID, cmsERROR_WRITE, "Couldn't write profile to NULL pointer"); goto Error; } fm ->Block = (cmsUInt8Number*) Buffer; fm ->FreeBlockOnClose = FALSE; fm ->Size = size; fm ->Pointer = 0; iohandler -> ReportedSize = 0; break; default: cmsSignalError(ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unknown access mode '%c'", *AccessMode); return NULL; } iohandler ->ContextID = ContextID; iohandler ->stream = (void*) fm; iohandler ->UsedSpace = 0; iohandler ->PhysicalFile[0] = 0; iohandler ->Read = MemoryRead; iohandler ->Seek = MemorySeek; iohandler ->Close = MemoryClose; iohandler ->Tell = MemoryTell; iohandler ->Write = MemoryWrite; return iohandler; Error: if (fm) _cmsFree(ContextID, fm); if (iohandler) _cmsFree(ContextID, iohandler); return NULL; } // File-based stream ------------------------------------------------------- // Read count elements of size bytes each. Return number of elements read static cmsUInt32Number FileRead(cmsIOHANDLER* iohandler, void *Buffer, cmsUInt32Number size, cmsUInt32Number count) { cmsUInt32Number nReaded = (cmsUInt32Number) fread(Buffer, size, count, (FILE*) iohandler->stream); if (nReaded != count) { cmsSignalError(iohandler ->ContextID, cmsERROR_FILE, "Read error. Got %d bytes, block should be of %d bytes", nReaded * size, count * size); return 0; } return nReaded; } // Position file pointer in the file static cmsBool FileSeek(cmsIOHANDLER* iohandler, cmsUInt32Number offset) { if (fseek((FILE*) iohandler ->stream, (long) offset, SEEK_SET) != 0) { cmsSignalError(iohandler ->ContextID, cmsERROR_FILE, "Seek error; probably corrupted file"); return FALSE; } return TRUE; } // Returns file pointer position or 0 on error, which is also a valid position. static cmsUInt32Number FileTell(cmsIOHANDLER* iohandler) { long t = ftell((FILE*)iohandler ->stream); if (t == -1L) { cmsSignalError(iohandler->ContextID, cmsERROR_FILE, "Tell error; probably corrupted file"); return 0; } return (cmsUInt32Number)t; } // Writes data to stream, also keeps used space for further reference. Returns TRUE on success, FALSE on error static cmsBool FileWrite(cmsIOHANDLER* iohandler, cmsUInt32Number size, const void* Buffer) { if (size == 0) return TRUE; // We allow to write 0 bytes, but nothing is written iohandler->UsedSpace += size; return (fwrite(Buffer, size, 1, (FILE*)iohandler->stream) == 1); } // Closes the file static cmsBool FileClose(cmsIOHANDLER* iohandler) { if (fclose((FILE*) iohandler ->stream) != 0) return FALSE; _cmsFree(iohandler ->ContextID, iohandler); return TRUE; } // Create a iohandler for disk based files. cmsIOHANDLER* CMSEXPORT cmsOpenIOhandlerFromFile(cmsContext ContextID, const char* FileName, const char* AccessMode) { cmsIOHANDLER* iohandler = NULL; FILE* fm = NULL; cmsInt32Number fileLen; char mode[4] = { 0,0,0,0 }; _cmsAssert(FileName != NULL); _cmsAssert(AccessMode != NULL); iohandler = (cmsIOHANDLER*) _cmsMallocZero(ContextID, sizeof(cmsIOHANDLER)); if (iohandler == NULL) return NULL; // Validate access mode while (*AccessMode) { switch (*AccessMode) { case 'r': case 'w': if (mode[0] == 0) { mode[0] = *AccessMode; mode[1] = 'b'; } else { _cmsFree(ContextID, iohandler); cmsSignalError(ContextID, cmsERROR_FILE, "Access mode already specified '%c'", *AccessMode); return NULL; } break; // Close on exec. Not all runtime supports that. Up to the caller to decide. case 'e': mode[2] = 'e'; break; default: _cmsFree(ContextID, iohandler); cmsSignalError(ContextID, cmsERROR_FILE, "Wrong access mode '%c'", *AccessMode); return NULL; } AccessMode++; } switch (mode[0]) { case 'r': fm = fopen(FileName, mode); if (fm == NULL) { _cmsFree(ContextID, iohandler); cmsSignalError(ContextID, cmsERROR_FILE, "File '%s' not found", FileName); return NULL; } fileLen = (cmsInt32Number)cmsfilelength(fm); if (fileLen < 0) { fclose(fm); _cmsFree(ContextID, iohandler); cmsSignalError(ContextID, cmsERROR_FILE, "Cannot get size of file '%s'", FileName); return NULL; } iohandler -> ReportedSize = (cmsUInt32Number) fileLen; break; case 'w': fm = fopen(FileName, mode); if (fm == NULL) { _cmsFree(ContextID, iohandler); cmsSignalError(ContextID, cmsERROR_FILE, "Couldn't create '%s'", FileName); return NULL; } iohandler -> ReportedSize = 0; break; default: _cmsFree(ContextID, iohandler); // Would never reach return NULL; } iohandler ->ContextID = ContextID; iohandler ->stream = (void*) fm; iohandler ->UsedSpace = 0; // Keep track of the original file strncpy(iohandler -> PhysicalFile, FileName, sizeof(iohandler -> PhysicalFile)-1); iohandler -> PhysicalFile[sizeof(iohandler -> PhysicalFile)-1] = 0; iohandler ->Read = FileRead; iohandler ->Seek = FileSeek; iohandler ->Close = FileClose; iohandler ->Tell = FileTell; iohandler ->Write = FileWrite; return iohandler; } // Create a iohandler for stream based files cmsIOHANDLER* CMSEXPORT cmsOpenIOhandlerFromStream(cmsContext ContextID, FILE* Stream) { cmsIOHANDLER* iohandler = NULL; cmsInt32Number fileSize; fileSize = (cmsInt32Number)cmsfilelength(Stream); if (fileSize < 0) { cmsSignalError(ContextID, cmsERROR_FILE, "Cannot get size of stream"); return NULL; } iohandler = (cmsIOHANDLER*) _cmsMallocZero(ContextID, sizeof(cmsIOHANDLER)); if (iohandler == NULL) return NULL; iohandler -> ContextID = ContextID; iohandler -> stream = (void*) Stream; iohandler -> UsedSpace = 0; iohandler -> ReportedSize = (cmsUInt32Number) fileSize; iohandler -> PhysicalFile[0] = 0; iohandler ->Read = FileRead; iohandler ->Seek = FileSeek; iohandler ->Close = FileClose; iohandler ->Tell = FileTell; iohandler ->Write = FileWrite; return iohandler; } // Close an open IO handler cmsBool CMSEXPORT cmsCloseIOhandler(cmsIOHANDLER* io) { return io -> Close(io); } // ------------------------------------------------------------------------------------------------------- cmsIOHANDLER* CMSEXPORT cmsGetProfileIOhandler(cmsHPROFILE hProfile) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*)hProfile; if (Icc == NULL) return NULL; return Icc->IOhandler; } // Creates an empty structure holding all required parameters cmsHPROFILE CMSEXPORT cmsCreateProfilePlaceholder(cmsContext ContextID) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) _cmsMallocZero(ContextID, sizeof(_cmsICCPROFILE)); if (Icc == NULL) return NULL; Icc ->ContextID = ContextID; // Set it to empty Icc -> TagCount = 0; // Set default version Icc ->Version = 0x02100000; // Set default CMM (that's me!) Icc ->CMM = lcmsSignature; // Set default creator // Created by LittleCMS (that's me!) Icc ->creator = lcmsSignature; // Set default platform #ifdef CMS_IS_WINDOWS_ Icc ->platform = cmsSigMicrosoft; #else Icc ->platform = cmsSigMacintosh; #endif // Set default device class Icc->DeviceClass = cmsSigDisplayClass; // Set creation date/time if (!_cmsGetTime(&Icc->Created)) goto Error; // Create a mutex if the user provided proper plugin. NULL otherwise Icc ->UsrMutex = _cmsCreateMutex(ContextID); // Return the handle return (cmsHPROFILE) Icc; Error: _cmsFree(ContextID, Icc); return NULL; } cmsContext CMSEXPORT cmsGetProfileContextID(cmsHPROFILE hProfile) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; if (Icc == NULL) return NULL; return Icc -> ContextID; } // Return the number of tags cmsInt32Number CMSEXPORT cmsGetTagCount(cmsHPROFILE hProfile) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; if (Icc == NULL) return -1; return (cmsInt32Number) Icc->TagCount; } // Return the tag signature of a given tag number cmsTagSignature CMSEXPORT cmsGetTagSignature(cmsHPROFILE hProfile, cmsUInt32Number n) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; if (n > Icc->TagCount) return (cmsTagSignature) 0; // Mark as not available if (n >= MAX_TABLE_TAG) return (cmsTagSignature) 0; // As double check return Icc ->TagNames[n]; } static int SearchOneTag(_cmsICCPROFILE* Profile, cmsTagSignature sig) { int i; for (i=0; i < (int) Profile -> TagCount; i++) { if (sig == Profile -> TagNames[i]) return i; } return -1; } // Search for a specific tag in tag dictionary. Returns position or -1 if tag not found. // If followlinks is turned on, then the position of the linked tag is returned int _cmsSearchTag(_cmsICCPROFILE* Icc, cmsTagSignature sig, cmsBool lFollowLinks) { int n; cmsTagSignature LinkedSig; do { // Search for given tag in ICC profile directory n = SearchOneTag(Icc, sig); if (n < 0) return -1; // Not found if (!lFollowLinks) return n; // Found, don't follow links // Is this a linked tag? LinkedSig = Icc ->TagLinked[n]; // Yes, follow link if (LinkedSig != (cmsTagSignature) 0) { sig = LinkedSig; } } while (LinkedSig != (cmsTagSignature) 0); return n; } // Deletes a tag entry static void _cmsDeleteTagByPos(_cmsICCPROFILE* Icc, int i) { _cmsAssert(Icc != NULL); _cmsAssert(i >= 0); if (Icc -> TagPtrs[i] != NULL) { // Free previous version if (Icc ->TagSaveAsRaw[i]) { _cmsFree(Icc ->ContextID, Icc ->TagPtrs[i]); } else { cmsTagTypeHandler* TypeHandler = Icc ->TagTypeHandlers[i]; if (TypeHandler != NULL) { cmsTagTypeHandler LocalTypeHandler = *TypeHandler; LocalTypeHandler.ContextID = Icc ->ContextID; // As an additional parameter LocalTypeHandler.ICCVersion = Icc ->Version; LocalTypeHandler.FreePtr(&LocalTypeHandler, Icc -> TagPtrs[i]); Icc ->TagPtrs[i] = NULL; } } } } // Creates a new tag entry static cmsBool _cmsNewTag(_cmsICCPROFILE* Icc, cmsTagSignature sig, int* NewPos) { int i; // Search for the tag i = _cmsSearchTag(Icc, sig, FALSE); if (i >= 0) { // Already exists? delete it _cmsDeleteTagByPos(Icc, i); *NewPos = i; } else { // No, make a new one if (Icc -> TagCount >= MAX_TABLE_TAG) { cmsSignalError(Icc ->ContextID, cmsERROR_RANGE, "Too many tags (%d)", MAX_TABLE_TAG); return FALSE; } *NewPos = (int) Icc ->TagCount; Icc -> TagCount++; } return TRUE; } // Check existence cmsBool CMSEXPORT cmsIsTag(cmsHPROFILE hProfile, cmsTagSignature sig) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) (void*) hProfile; return _cmsSearchTag(Icc, sig, FALSE) >= 0; } // Checks for link compatibility static cmsBool CompatibleTypes(const cmsTagDescriptor* desc1, const cmsTagDescriptor* desc2) { cmsUInt32Number i; if (desc1 == NULL || desc2 == NULL) return FALSE; if (desc1->nSupportedTypes != desc2->nSupportedTypes) return FALSE; if (desc1->ElemCount != desc2->ElemCount) return FALSE; for (i = 0; i < desc1->nSupportedTypes; i++) { if (desc1->SupportedTypes[i] != desc2->SupportedTypes[i]) return FALSE; } return TRUE; } // Enforces that the profile version is per. spec. // Operates on the big endian bytes from the profile. // Called before converting to platform endianness. // Byte 0 is BCD major version, so max 9. // Byte 1 is 2 BCD digits, one per nibble. // Reserved bytes 2 & 3 must be 0. static cmsUInt32Number _validatedVersion(cmsUInt32Number DWord) { cmsUInt8Number* pByte = (cmsUInt8Number*) &DWord; cmsUInt8Number temp1; cmsUInt8Number temp2; if (*pByte > 0x09) *pByte = (cmsUInt8Number) 0x09; temp1 = (cmsUInt8Number) (*(pByte+1) & 0xf0); temp2 = (cmsUInt8Number) (*(pByte+1) & 0x0f); if (temp1 > 0x90U) temp1 = 0x90U; if (temp2 > 0x09U) temp2 = 0x09U; *(pByte+1) = (cmsUInt8Number)(temp1 | temp2); *(pByte+2) = (cmsUInt8Number)0; *(pByte+3) = (cmsUInt8Number)0; return DWord; } // Check device class static cmsBool validDeviceClass(cmsProfileClassSignature cl) { if ((int)cl == 0) return TRUE; // We allow zero because older lcms versions defaulted to that. switch (cl) { case cmsSigInputClass: case cmsSigDisplayClass: case cmsSigOutputClass: case cmsSigLinkClass: case cmsSigAbstractClass: case cmsSigColorSpaceClass: case cmsSigNamedColorClass: return TRUE; default: return FALSE; } } // Read profile header and validate it cmsBool _cmsReadHeader(_cmsICCPROFILE* Icc) { cmsTagEntry Tag; cmsICCHeader Header; cmsUInt32Number i, j; cmsUInt32Number HeaderSize; cmsIOHANDLER* io = Icc ->IOhandler; cmsUInt32Number TagCount; // Read the header if (io -> Read(io, &Header, sizeof(cmsICCHeader), 1) != 1) { return FALSE; } // Validate file as an ICC profile if (_cmsAdjustEndianess32(Header.magic) != cmsMagicNumber) { cmsSignalError(Icc ->ContextID, cmsERROR_BAD_SIGNATURE, "not an ICC profile, invalid signature"); return FALSE; } // Adjust endianness of the used parameters Icc -> CMM = _cmsAdjustEndianess32(Header.cmmId); Icc -> DeviceClass = (cmsProfileClassSignature) _cmsAdjustEndianess32(Header.deviceClass); Icc -> ColorSpace = (cmsColorSpaceSignature) _cmsAdjustEndianess32(Header.colorSpace); Icc -> PCS = (cmsColorSpaceSignature) _cmsAdjustEndianess32(Header.pcs); Icc -> RenderingIntent = _cmsAdjustEndianess32(Header.renderingIntent); Icc -> platform = (cmsPlatformSignature)_cmsAdjustEndianess32(Header.platform); Icc -> flags = _cmsAdjustEndianess32(Header.flags); Icc -> manufacturer = _cmsAdjustEndianess32(Header.manufacturer); Icc -> model = _cmsAdjustEndianess32(Header.model); Icc -> creator = _cmsAdjustEndianess32(Header.creator); _cmsAdjustEndianess64(&Icc -> attributes, &Header.attributes); Icc -> Version = _cmsAdjustEndianess32(_validatedVersion(Header.version)); if (Icc->Version > 0x5000000) { cmsSignalError(Icc->ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unsupported profile version '0x%x'", Icc->Version); return FALSE; } if (!validDeviceClass(Icc->DeviceClass)) { cmsSignalError(Icc->ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unsupported device class '0x%x'", Icc->DeviceClass); return FALSE; } // Get size as reported in header HeaderSize = _cmsAdjustEndianess32(Header.size); // Make sure HeaderSize is lower than profile size if (HeaderSize >= Icc ->IOhandler ->ReportedSize) HeaderSize = Icc ->IOhandler ->ReportedSize; // Get creation date/time _cmsDecodeDateTimeNumber(&Header.date, &Icc ->Created); // The profile ID are 32 raw bytes memmove(Icc ->ProfileID.ID32, Header.profileID.ID32, 16); // Read tag directory if (!_cmsReadUInt32Number(io, &TagCount)) return FALSE; if (TagCount > MAX_TABLE_TAG) { cmsSignalError(Icc ->ContextID, cmsERROR_RANGE, "Too many tags (%d)", TagCount); return FALSE; } // Read tag directory Icc -> TagCount = 0; for (i=0; i < TagCount; i++) { if (!_cmsReadUInt32Number(io, (cmsUInt32Number *) &Tag.sig)) return FALSE; if (!_cmsReadUInt32Number(io, &Tag.offset)) return FALSE; if (!_cmsReadUInt32Number(io, &Tag.size)) return FALSE; // Perform some sanity check. Offset + size should fall inside file. if (Tag.size == 0 || Tag.offset == 0) continue; if (Tag.offset + Tag.size > HeaderSize || Tag.offset + Tag.size < Tag.offset) continue; Icc -> TagNames[Icc ->TagCount] = Tag.sig; Icc -> TagOffsets[Icc ->TagCount] = Tag.offset; Icc -> TagSizes[Icc ->TagCount] = Tag.size; // Search for links for (j=0; j < Icc ->TagCount; j++) { if ((Icc ->TagOffsets[j] == Tag.offset) && (Icc ->TagSizes[j] == Tag.size)) { // Check types. if (CompatibleTypes(_cmsGetTagDescriptor(Icc->ContextID, Icc->TagNames[j]), _cmsGetTagDescriptor(Icc->ContextID, Tag.sig))) { Icc->TagLinked[Icc->TagCount] = Icc->TagNames[j]; } } } Icc ->TagCount++; } for (i = 0; i < Icc->TagCount; i++) { for (j = 0; j < Icc->TagCount; j++) { // Tags cannot be duplicate if ((i != j) && (Icc->TagNames[i] == Icc->TagNames[j])) { cmsSignalError(Icc->ContextID, cmsERROR_RANGE, "Duplicate tag found"); return FALSE; } } } return TRUE; } // Saves profile header cmsBool _cmsWriteHeader(_cmsICCPROFILE* Icc, cmsUInt32Number UsedSpace) { cmsICCHeader Header; cmsUInt32Number i; cmsTagEntry Tag; cmsUInt32Number Count; Header.size = _cmsAdjustEndianess32(UsedSpace); Header.cmmId = _cmsAdjustEndianess32(Icc ->CMM); Header.version = _cmsAdjustEndianess32(Icc ->Version); Header.deviceClass = (cmsProfileClassSignature) _cmsAdjustEndianess32(Icc -> DeviceClass); Header.colorSpace = (cmsColorSpaceSignature) _cmsAdjustEndianess32(Icc -> ColorSpace); Header.pcs = (cmsColorSpaceSignature) _cmsAdjustEndianess32(Icc -> PCS); // NOTE: in v4 Timestamp must be in UTC rather than in local time _cmsEncodeDateTimeNumber(&Header.date, &Icc ->Created); Header.magic = _cmsAdjustEndianess32(cmsMagicNumber); Header.platform = (cmsPlatformSignature) _cmsAdjustEndianess32(Icc -> platform); Header.flags = _cmsAdjustEndianess32(Icc -> flags); Header.manufacturer = _cmsAdjustEndianess32(Icc -> manufacturer); Header.model = _cmsAdjustEndianess32(Icc -> model); _cmsAdjustEndianess64(&Header.attributes, &Icc -> attributes); // Rendering intent in the header (for embedded profiles) Header.renderingIntent = _cmsAdjustEndianess32(Icc -> RenderingIntent); // Illuminant is always D50 Header.illuminant.X = (cmsS15Fixed16Number) _cmsAdjustEndianess32((cmsUInt32Number) _cmsDoubleTo15Fixed16(cmsD50_XYZ()->X)); Header.illuminant.Y = (cmsS15Fixed16Number) _cmsAdjustEndianess32((cmsUInt32Number) _cmsDoubleTo15Fixed16(cmsD50_XYZ()->Y)); Header.illuminant.Z = (cmsS15Fixed16Number) _cmsAdjustEndianess32((cmsUInt32Number) _cmsDoubleTo15Fixed16(cmsD50_XYZ()->Z)); Header.creator = _cmsAdjustEndianess32(Icc ->creator); memset(&Header.reserved, 0, sizeof(Header.reserved)); // Set profile ID. Endianness is always big endian memmove(&Header.profileID, &Icc ->ProfileID, 16); // Dump the header if (!Icc -> IOhandler->Write(Icc->IOhandler, sizeof(cmsICCHeader), &Header)) return FALSE; // Saves Tag directory // Get true count Count = 0; for (i=0; i < Icc -> TagCount; i++) { if (Icc ->TagNames[i] != (cmsTagSignature) 0) Count++; } // Store number of tags if (!_cmsWriteUInt32Number(Icc ->IOhandler, Count)) return FALSE; for (i=0; i < Icc -> TagCount; i++) { if (Icc ->TagNames[i] == (cmsTagSignature) 0) continue; // It is just a placeholder Tag.sig = (cmsTagSignature) _cmsAdjustEndianess32((cmsUInt32Number) Icc -> TagNames[i]); Tag.offset = _cmsAdjustEndianess32((cmsUInt32Number) Icc -> TagOffsets[i]); Tag.size = _cmsAdjustEndianess32((cmsUInt32Number) Icc -> TagSizes[i]); if (!Icc ->IOhandler -> Write(Icc-> IOhandler, sizeof(cmsTagEntry), &Tag)) return FALSE; } return TRUE; } // ----------------------------------------------------------------------- Set/Get several struct members cmsUInt32Number CMSEXPORT cmsGetHeaderRenderingIntent(cmsHPROFILE hProfile) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; return Icc -> RenderingIntent; } void CMSEXPORT cmsSetHeaderRenderingIntent(cmsHPROFILE hProfile, cmsUInt32Number RenderingIntent) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; Icc -> RenderingIntent = RenderingIntent; } cmsUInt32Number CMSEXPORT cmsGetHeaderFlags(cmsHPROFILE hProfile) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; return (cmsUInt32Number) Icc -> flags; } void CMSEXPORT cmsSetHeaderFlags(cmsHPROFILE hProfile, cmsUInt32Number Flags) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; Icc -> flags = (cmsUInt32Number) Flags; } cmsUInt32Number CMSEXPORT cmsGetHeaderManufacturer(cmsHPROFILE hProfile) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; return Icc ->manufacturer; } void CMSEXPORT cmsSetHeaderManufacturer(cmsHPROFILE hProfile, cmsUInt32Number manufacturer) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; Icc -> manufacturer = manufacturer; } cmsUInt32Number CMSEXPORT cmsGetHeaderCreator(cmsHPROFILE hProfile) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; return Icc ->creator; } cmsUInt32Number CMSEXPORT cmsGetHeaderModel(cmsHPROFILE hProfile) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; return Icc ->model; } void CMSEXPORT cmsSetHeaderModel(cmsHPROFILE hProfile, cmsUInt32Number model) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; Icc -> model = model; } void CMSEXPORT cmsGetHeaderAttributes(cmsHPROFILE hProfile, cmsUInt64Number* Flags) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; memmove(Flags, &Icc -> attributes, sizeof(cmsUInt64Number)); } void CMSEXPORT cmsSetHeaderAttributes(cmsHPROFILE hProfile, cmsUInt64Number Flags) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; memmove(&Icc -> attributes, &Flags, sizeof(cmsUInt64Number)); } void CMSEXPORT cmsGetHeaderProfileID(cmsHPROFILE hProfile, cmsUInt8Number* ProfileID) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; memmove(ProfileID, Icc ->ProfileID.ID8, 16); } void CMSEXPORT cmsSetHeaderProfileID(cmsHPROFILE hProfile, cmsUInt8Number* ProfileID) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; memmove(&Icc -> ProfileID, ProfileID, 16); } cmsBool CMSEXPORT cmsGetHeaderCreationDateTime(cmsHPROFILE hProfile, struct tm *Dest) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; memmove(Dest, &Icc ->Created, sizeof(struct tm)); return TRUE; } cmsColorSpaceSignature CMSEXPORT cmsGetPCS(cmsHPROFILE hProfile) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; return Icc -> PCS; } void CMSEXPORT cmsSetPCS(cmsHPROFILE hProfile, cmsColorSpaceSignature pcs) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; Icc -> PCS = pcs; } cmsColorSpaceSignature CMSEXPORT cmsGetColorSpace(cmsHPROFILE hProfile) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; return Icc -> ColorSpace; } void CMSEXPORT cmsSetColorSpace(cmsHPROFILE hProfile, cmsColorSpaceSignature sig) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; Icc -> ColorSpace = sig; } cmsProfileClassSignature CMSEXPORT cmsGetDeviceClass(cmsHPROFILE hProfile) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; return Icc -> DeviceClass; } void CMSEXPORT cmsSetDeviceClass(cmsHPROFILE hProfile, cmsProfileClassSignature sig) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; Icc -> DeviceClass = sig; } cmsUInt32Number CMSEXPORT cmsGetEncodedICCversion(cmsHPROFILE hProfile) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; return Icc -> Version; } void CMSEXPORT cmsSetEncodedICCversion(cmsHPROFILE hProfile, cmsUInt32Number Version) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; Icc -> Version = Version; } // Get an hexadecimal number with same digits as v static cmsUInt32Number BaseToBase(cmsUInt32Number in, int BaseIn, int BaseOut) { char Buff[100]; int i, len; cmsUInt32Number out; for (len=0; in > 0 && len < 100; len++) { Buff[len] = (char) (in % BaseIn); in /= BaseIn; } for (i=len-1, out=0; i >= 0; --i) { out = out * BaseOut + Buff[i]; } return out; } void CMSEXPORT cmsSetProfileVersion(cmsHPROFILE hProfile, cmsFloat64Number Version) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; // 4.2 -> 0x4200000 Icc -> Version = BaseToBase((cmsUInt32Number) floor(Version * 100.0 + 0.5), 10, 16) << 16; } cmsFloat64Number CMSEXPORT cmsGetProfileVersion(cmsHPROFILE hProfile) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; cmsUInt32Number n = Icc -> Version >> 16; return BaseToBase(n, 16, 10) / 100.0; } // -------------------------------------------------------------------------------------------------------------- // Create profile from IOhandler cmsHPROFILE CMSEXPORT cmsOpenProfileFromIOhandlerTHR(cmsContext ContextID, cmsIOHANDLER* io) { _cmsICCPROFILE* NewIcc; cmsHPROFILE hEmpty = cmsCreateProfilePlaceholder(ContextID); if (hEmpty == NULL) return NULL; NewIcc = (_cmsICCPROFILE*) hEmpty; NewIcc ->IOhandler = io; if (!_cmsReadHeader(NewIcc)) goto Error; return hEmpty; Error: cmsCloseProfile(hEmpty); return NULL; } // Create profile from IOhandler cmsHPROFILE CMSEXPORT cmsOpenProfileFromIOhandler2THR(cmsContext ContextID, cmsIOHANDLER* io, cmsBool write) { _cmsICCPROFILE* NewIcc; cmsHPROFILE hEmpty = cmsCreateProfilePlaceholder(ContextID); if (hEmpty == NULL) return NULL; NewIcc = (_cmsICCPROFILE*) hEmpty; NewIcc ->IOhandler = io; if (write) { NewIcc -> IsWrite = TRUE; return hEmpty; } if (!_cmsReadHeader(NewIcc)) goto Error; return hEmpty; Error: cmsCloseProfile(hEmpty); return NULL; } // Create profile from disk file cmsHPROFILE CMSEXPORT cmsOpenProfileFromFileTHR(cmsContext ContextID, const char *lpFileName, const char *sAccess) { _cmsICCPROFILE* NewIcc; cmsHPROFILE hEmpty = cmsCreateProfilePlaceholder(ContextID); if (hEmpty == NULL) return NULL; NewIcc = (_cmsICCPROFILE*) hEmpty; NewIcc ->IOhandler = cmsOpenIOhandlerFromFile(ContextID, lpFileName, sAccess); if (NewIcc ->IOhandler == NULL) goto Error; if (*sAccess == 'W' || *sAccess == 'w') { NewIcc -> IsWrite = TRUE; return hEmpty; } if (!_cmsReadHeader(NewIcc)) goto Error; return hEmpty; Error: cmsCloseProfile(hEmpty); return NULL; } cmsHPROFILE CMSEXPORT cmsOpenProfileFromFile(const char *ICCProfile, const char *sAccess) { return cmsOpenProfileFromFileTHR(NULL, ICCProfile, sAccess); } cmsHPROFILE CMSEXPORT cmsOpenProfileFromStreamTHR(cmsContext ContextID, FILE* ICCProfile, const char *sAccess) { _cmsICCPROFILE* NewIcc; cmsHPROFILE hEmpty = cmsCreateProfilePlaceholder(ContextID); if (hEmpty == NULL) return NULL; NewIcc = (_cmsICCPROFILE*) hEmpty; NewIcc ->IOhandler = cmsOpenIOhandlerFromStream(ContextID, ICCProfile); if (NewIcc ->IOhandler == NULL) goto Error; if (*sAccess == 'w') { NewIcc -> IsWrite = TRUE; return hEmpty; } if (!_cmsReadHeader(NewIcc)) goto Error; return hEmpty; Error: cmsCloseProfile(hEmpty); return NULL; } cmsHPROFILE CMSEXPORT cmsOpenProfileFromStream(FILE* ICCProfile, const char *sAccess) { return cmsOpenProfileFromStreamTHR(NULL, ICCProfile, sAccess); } // Open from memory block cmsHPROFILE CMSEXPORT cmsOpenProfileFromMemTHR(cmsContext ContextID, const void* MemPtr, cmsUInt32Number dwSize) { _cmsICCPROFILE* NewIcc; cmsHPROFILE hEmpty; hEmpty = cmsCreateProfilePlaceholder(ContextID); if (hEmpty == NULL) return NULL; NewIcc = (_cmsICCPROFILE*) hEmpty; // Ok, in this case const void* is casted to void* just because open IO handler // shares read and writing modes. Don't abuse this feature! NewIcc ->IOhandler = cmsOpenIOhandlerFromMem(ContextID, (void*) MemPtr, dwSize, "r"); if (NewIcc ->IOhandler == NULL) goto Error; if (!_cmsReadHeader(NewIcc)) goto Error; return hEmpty; Error: cmsCloseProfile(hEmpty); return NULL; } cmsHPROFILE CMSEXPORT cmsOpenProfileFromMem(const void* MemPtr, cmsUInt32Number dwSize) { return cmsOpenProfileFromMemTHR(NULL, MemPtr, dwSize); } // Dump tag contents. If the profile is being modified, untouched tags are copied from FileOrig static cmsBool SaveTags(_cmsICCPROFILE* Icc, _cmsICCPROFILE* FileOrig) { cmsUInt8Number* Data; cmsUInt32Number i; cmsUInt32Number Begin; cmsIOHANDLER* io = Icc ->IOhandler; cmsTagDescriptor* TagDescriptor; cmsTagTypeSignature TypeBase; cmsTagTypeSignature Type; cmsTagTypeHandler* TypeHandler; cmsFloat64Number Version = cmsGetProfileVersion((cmsHPROFILE) Icc); cmsTagTypeHandler LocalTypeHandler; for (i=0; i < Icc -> TagCount; i++) { if (Icc ->TagNames[i] == (cmsTagSignature) 0) continue; // Linked tags are not written if (Icc ->TagLinked[i] != (cmsTagSignature) 0) continue; Icc -> TagOffsets[i] = Begin = io ->UsedSpace; Data = (cmsUInt8Number*) Icc -> TagPtrs[i]; if (!Data) { // Reach here if we are copying a tag from a disk-based ICC profile which has not been modified by user. // In this case a blind copy of the block data is performed if (FileOrig != NULL && Icc -> TagOffsets[i]) { if (FileOrig->IOhandler != NULL) { cmsUInt32Number TagSize = FileOrig->TagSizes[i]; cmsUInt32Number TagOffset = FileOrig->TagOffsets[i]; void* Mem; if (!FileOrig->IOhandler->Seek(FileOrig->IOhandler, TagOffset)) return FALSE; Mem = _cmsMalloc(Icc->ContextID, TagSize); if (Mem == NULL) return FALSE; if (FileOrig->IOhandler->Read(FileOrig->IOhandler, Mem, TagSize, 1) != 1) return FALSE; if (!io->Write(io, TagSize, Mem)) return FALSE; _cmsFree(Icc->ContextID, Mem); Icc->TagSizes[i] = (io->UsedSpace - Begin); // Align to 32 bit boundary. if (!_cmsWriteAlignment(io)) return FALSE; } } continue; } // Should this tag be saved as RAW? If so, tagsizes should be specified in advance (no further cooking is done) if (Icc ->TagSaveAsRaw[i]) { if (io -> Write(io, Icc ->TagSizes[i], Data) != 1) return FALSE; } else { // Search for support on this tag TagDescriptor = _cmsGetTagDescriptor(Icc-> ContextID, Icc -> TagNames[i]); if (TagDescriptor == NULL) continue; // Unsupported, ignore it if (TagDescriptor ->DecideType != NULL) { Type = TagDescriptor ->DecideType(Version, Data); } else { Type = TagDescriptor ->SupportedTypes[0]; } TypeHandler = _cmsGetTagTypeHandler(Icc->ContextID, Type); if (TypeHandler == NULL) { cmsSignalError(Icc ->ContextID, cmsERROR_INTERNAL, "(Internal) no handler for tag %x", Icc -> TagNames[i]); continue; } TypeBase = TypeHandler ->Signature; if (!_cmsWriteTypeBase(io, TypeBase)) return FALSE; LocalTypeHandler = *TypeHandler; LocalTypeHandler.ContextID = Icc ->ContextID; LocalTypeHandler.ICCVersion = Icc ->Version; if (!LocalTypeHandler.WritePtr(&LocalTypeHandler, io, Data, TagDescriptor ->ElemCount)) { char String[5]; _cmsTagSignature2String(String, (cmsTagSignature) TypeBase); cmsSignalError(Icc ->ContextID, cmsERROR_WRITE, "Couldn't write type '%s'", String); return FALSE; } } Icc -> TagSizes[i] = (io ->UsedSpace - Begin); // Align to 32 bit boundary. if (! _cmsWriteAlignment(io)) return FALSE; } return TRUE; } // Fill the offset and size fields for all linked tags static cmsBool SetLinks( _cmsICCPROFILE* Icc) { cmsUInt32Number i; for (i=0; i < Icc -> TagCount; i++) { cmsTagSignature lnk = Icc ->TagLinked[i]; if (lnk != (cmsTagSignature) 0) { int j = _cmsSearchTag(Icc, lnk, FALSE); if (j >= 0) { Icc ->TagOffsets[i] = Icc ->TagOffsets[j]; Icc ->TagSizes[i] = Icc ->TagSizes[j]; } } } return TRUE; } // Low-level save to IOHANDLER. It returns the number of bytes used to // store the profile, or zero on error. io may be NULL and in this case // no data is written--only sizes are calculated cmsUInt32Number CMSEXPORT cmsSaveProfileToIOhandler(cmsHPROFILE hProfile, cmsIOHANDLER* io) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; _cmsICCPROFILE Keep; cmsIOHANDLER* PrevIO = NULL; cmsUInt32Number UsedSpace; cmsContext ContextID; _cmsAssert(hProfile != NULL); if (!_cmsLockMutex(Icc->ContextID, Icc->UsrMutex)) return 0; memmove(&Keep, Icc, sizeof(_cmsICCPROFILE)); ContextID = cmsGetProfileContextID(hProfile); PrevIO = Icc ->IOhandler = cmsOpenIOhandlerFromNULL(ContextID); if (PrevIO == NULL) { _cmsUnlockMutex(Icc->ContextID, Icc->UsrMutex); return 0; } // Pass #1 does compute offsets if (!_cmsWriteHeader(Icc, 0)) goto Error; if (!SaveTags(Icc, &Keep)) goto Error; UsedSpace = PrevIO ->UsedSpace; // Pass #2 does save to iohandler if (io != NULL) { Icc ->IOhandler = io; if (!SetLinks(Icc)) goto Error; if (!_cmsWriteHeader(Icc, UsedSpace)) goto Error; if (!SaveTags(Icc, &Keep)) goto Error; } memmove(Icc, &Keep, sizeof(_cmsICCPROFILE)); if (!cmsCloseIOhandler(PrevIO)) UsedSpace = 0; // As a error marker _cmsUnlockMutex(Icc->ContextID, Icc->UsrMutex); return UsedSpace; Error: cmsCloseIOhandler(PrevIO); memmove(Icc, &Keep, sizeof(_cmsICCPROFILE)); _cmsUnlockMutex(Icc->ContextID, Icc->UsrMutex); return 0; } // Low-level save to disk. cmsBool CMSEXPORT cmsSaveProfileToFile(cmsHPROFILE hProfile, const char* FileName) { cmsContext ContextID = cmsGetProfileContextID(hProfile); cmsIOHANDLER* io = cmsOpenIOhandlerFromFile(ContextID, FileName, "w"); cmsBool rc; if (io == NULL) return FALSE; rc = (cmsSaveProfileToIOhandler(hProfile, io) != 0); rc &= cmsCloseIOhandler(io); if (rc == FALSE) { // remove() is C99 per 7.19.4.1 remove(FileName); // We have to IGNORE return value in this case } return rc; } // Same as anterior, but for streams cmsBool CMSEXPORT cmsSaveProfileToStream(cmsHPROFILE hProfile, FILE* Stream) { cmsBool rc; cmsContext ContextID = cmsGetProfileContextID(hProfile); cmsIOHANDLER* io = cmsOpenIOhandlerFromStream(ContextID, Stream); if (io == NULL) return FALSE; rc = (cmsSaveProfileToIOhandler(hProfile, io) != 0); rc &= cmsCloseIOhandler(io); return rc; } // Same as anterior, but for memory blocks. In this case, a NULL as MemPtr means calculate needed space only cmsBool CMSEXPORT cmsSaveProfileToMem(cmsHPROFILE hProfile, void *MemPtr, cmsUInt32Number* BytesNeeded) { cmsBool rc; cmsIOHANDLER* io; cmsContext ContextID = cmsGetProfileContextID(hProfile); _cmsAssert(BytesNeeded != NULL); // Should we just calculate the needed space? if (MemPtr == NULL) { *BytesNeeded = cmsSaveProfileToIOhandler(hProfile, NULL); return (*BytesNeeded == 0) ? FALSE : TRUE; } // That is a real write operation io = cmsOpenIOhandlerFromMem(ContextID, MemPtr, *BytesNeeded, "w"); if (io == NULL) return FALSE; rc = (cmsSaveProfileToIOhandler(hProfile, io) != 0); rc &= cmsCloseIOhandler(io); return rc; } // Free one tag contents static void freeOneTag(_cmsICCPROFILE* Icc, cmsUInt32Number i) { if (Icc->TagPtrs[i]) { cmsTagTypeHandler* TypeHandler = Icc->TagTypeHandlers[i]; if (TypeHandler != NULL) { cmsTagTypeHandler LocalTypeHandler = *TypeHandler; LocalTypeHandler.ContextID = Icc->ContextID; LocalTypeHandler.ICCVersion = Icc->Version; LocalTypeHandler.FreePtr(&LocalTypeHandler, Icc->TagPtrs[i]); } else _cmsFree(Icc->ContextID, Icc->TagPtrs[i]); } } // Closes a profile freeing any involved resources cmsBool CMSEXPORT cmsCloseProfile(cmsHPROFILE hProfile) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; cmsBool rc = TRUE; cmsUInt32Number i; if (!Icc) return FALSE; // Was open in write mode? if (Icc ->IsWrite) { Icc ->IsWrite = FALSE; // Assure no further writing rc &= cmsSaveProfileToFile(hProfile, Icc ->IOhandler->PhysicalFile); } for (i=0; i < Icc -> TagCount; i++) { freeOneTag(Icc, i); } if (Icc ->IOhandler != NULL) { rc &= cmsCloseIOhandler(Icc->IOhandler); } _cmsDestroyMutex(Icc->ContextID, Icc->UsrMutex); _cmsFree(Icc ->ContextID, Icc); // Free placeholder memory return rc; } // ------------------------------------------------------------------------------------------------------------------- // Returns TRUE if a given tag is supported by a plug-in static cmsBool IsTypeSupported(cmsTagDescriptor* TagDescriptor, cmsTagTypeSignature Type) { cmsUInt32Number i, nMaxTypes; nMaxTypes = TagDescriptor->nSupportedTypes; if (nMaxTypes >= MAX_TYPES_IN_LCMS_PLUGIN) nMaxTypes = MAX_TYPES_IN_LCMS_PLUGIN; for (i=0; i < nMaxTypes; i++) { if (Type == TagDescriptor ->SupportedTypes[i]) return TRUE; } return FALSE; } // That's the main read function void* CMSEXPORT cmsReadTag(cmsHPROFILE hProfile, cmsTagSignature sig) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; cmsIOHANDLER* io; cmsTagTypeHandler* TypeHandler; cmsTagTypeHandler LocalTypeHandler; cmsTagDescriptor* TagDescriptor; cmsTagTypeSignature BaseType; cmsUInt32Number Offset, TagSize; cmsUInt32Number ElemCount; int n; if (!_cmsLockMutex(Icc->ContextID, Icc ->UsrMutex)) return NULL; n = _cmsSearchTag(Icc, sig, TRUE); if (n < 0) { // Not found, return NULL _cmsUnlockMutex(Icc->ContextID, Icc->UsrMutex); return NULL; } // If the element is already in memory, return the pointer if (Icc -> TagPtrs[n]) { if (Icc->TagTypeHandlers[n] == NULL) goto Error; // Sanity check BaseType = Icc->TagTypeHandlers[n]->Signature; if (BaseType == 0) goto Error; TagDescriptor = _cmsGetTagDescriptor(Icc->ContextID, sig); if (TagDescriptor == NULL) goto Error; if (!IsTypeSupported(TagDescriptor, BaseType)) goto Error; if (Icc ->TagSaveAsRaw[n]) goto Error; // We don't support read raw tags as cooked _cmsUnlockMutex(Icc->ContextID, Icc ->UsrMutex); return Icc -> TagPtrs[n]; } // We need to read it. Get the offset and size to the file Offset = Icc -> TagOffsets[n]; TagSize = Icc -> TagSizes[n]; if (TagSize < 8) goto Error; io = Icc ->IOhandler; if (io == NULL) { // This is a built-in profile that has been manipulated, abort early cmsSignalError(Icc->ContextID, cmsERROR_CORRUPTION_DETECTED, "Corrupted built-in profile."); goto Error; } // Seek to its location if (!io -> Seek(io, Offset)) goto Error; // Search for support on this tag TagDescriptor = _cmsGetTagDescriptor(Icc-> ContextID, sig); if (TagDescriptor == NULL) { char String[5]; _cmsTagSignature2String(String, sig); // An unknown element was found. cmsSignalError(Icc ->ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unknown tag type '%s' found.", String); goto Error; // Unsupported. } // if supported, get type and check if in list BaseType = _cmsReadTypeBase(io); if (BaseType == 0) goto Error; if (!IsTypeSupported(TagDescriptor, BaseType)) goto Error; TagSize -= 8; // Already read by the type base logic // Get type handler TypeHandler = _cmsGetTagTypeHandler(Icc ->ContextID, BaseType); if (TypeHandler == NULL) goto Error; LocalTypeHandler = *TypeHandler; // Read the tag Icc -> TagTypeHandlers[n] = TypeHandler; LocalTypeHandler.ContextID = Icc ->ContextID; LocalTypeHandler.ICCVersion = Icc ->Version; Icc -> TagPtrs[n] = LocalTypeHandler.ReadPtr(&LocalTypeHandler, io, &ElemCount, TagSize); // The tag type is supported, but something wrong happened and we cannot read the tag. // let know the user about this (although it is just a warning) if (Icc -> TagPtrs[n] == NULL) { char String[5]; _cmsTagSignature2String(String, sig); cmsSignalError(Icc ->ContextID, cmsERROR_CORRUPTION_DETECTED, "Corrupted tag '%s'", String); goto Error; } // This is a weird error that may be a symptom of something more serious, the number of // stored item is actually less than the number of required elements. if (ElemCount < TagDescriptor ->ElemCount) { char String[5]; _cmsTagSignature2String(String, sig); cmsSignalError(Icc ->ContextID, cmsERROR_CORRUPTION_DETECTED, "'%s' Inconsistent number of items: expected %d, got %d", String, TagDescriptor ->ElemCount, ElemCount); goto Error; } // Return the data _cmsUnlockMutex(Icc->ContextID, Icc ->UsrMutex); return Icc -> TagPtrs[n]; // Return error and unlock the data Error: freeOneTag(Icc, n); Icc->TagPtrs[n] = NULL; _cmsUnlockMutex(Icc->ContextID, Icc ->UsrMutex); return NULL; } // Get true type of data cmsTagTypeSignature _cmsGetTagTrueType(cmsHPROFILE hProfile, cmsTagSignature sig) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; cmsTagTypeHandler* TypeHandler; int n; // Search for given tag in ICC profile directory n = _cmsSearchTag(Icc, sig, TRUE); if (n < 0) return (cmsTagTypeSignature) 0; // Not found, return NULL // Get the handler. The true type is there TypeHandler = Icc -> TagTypeHandlers[n]; return TypeHandler ->Signature; } // Write a single tag. This just keeps track of the tak into a list of "to be written". If the tag is already // in that list, the previous version is deleted. cmsBool CMSEXPORT cmsWriteTag(cmsHPROFILE hProfile, cmsTagSignature sig, const void* data) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; cmsTagTypeHandler* TypeHandler = NULL; cmsTagTypeHandler LocalTypeHandler; cmsTagDescriptor* TagDescriptor = NULL; cmsTagTypeSignature Type; int i; cmsFloat64Number Version; char TypeString[5], SigString[5]; if (!_cmsLockMutex(Icc->ContextID, Icc ->UsrMutex)) return FALSE; // To delete tags. if (data == NULL) { // Delete the tag i = _cmsSearchTag(Icc, sig, FALSE); if (i >= 0) { // Use zero as a mark of deleted _cmsDeleteTagByPos(Icc, i); Icc ->TagNames[i] = (cmsTagSignature) 0; _cmsUnlockMutex(Icc->ContextID, Icc ->UsrMutex); return TRUE; } // Didn't find the tag goto Error; } if (!_cmsNewTag(Icc, sig, &i)) goto Error; // This is not raw Icc ->TagSaveAsRaw[i] = FALSE; // This is not a link Icc ->TagLinked[i] = (cmsTagSignature) 0; // Get information about the TAG. TagDescriptor = _cmsGetTagDescriptor(Icc-> ContextID, sig); if (TagDescriptor == NULL){ cmsSignalError(Icc ->ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unsupported tag '%x'", sig); goto Error; } // Now we need to know which type to use. It depends on the version. Version = cmsGetProfileVersion(hProfile); if (TagDescriptor ->DecideType != NULL) { // Let the tag descriptor to decide the type base on depending on // the data. This is useful for example on parametric curves, where // curves specified by a table cannot be saved as parametric and needs // to be casted to single v2-curves, even on v4 profiles. Type = TagDescriptor ->DecideType(Version, data); } else { Type = TagDescriptor ->SupportedTypes[0]; } // Does the tag support this type? if (!IsTypeSupported(TagDescriptor, Type)) { _cmsTagSignature2String(TypeString, (cmsTagSignature) Type); _cmsTagSignature2String(SigString, sig); cmsSignalError(Icc ->ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unsupported type '%s' for tag '%s'", TypeString, SigString); goto Error; } // Does we have a handler for this type? TypeHandler = _cmsGetTagTypeHandler(Icc->ContextID, Type); if (TypeHandler == NULL) { _cmsTagSignature2String(TypeString, (cmsTagSignature) Type); _cmsTagSignature2String(SigString, sig); cmsSignalError(Icc ->ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unsupported type '%s' for tag '%s'", TypeString, SigString); goto Error; // Should never happen } // Fill fields on icc structure Icc ->TagTypeHandlers[i] = TypeHandler; Icc ->TagNames[i] = sig; Icc ->TagSizes[i] = 0; Icc ->TagOffsets[i] = 0; LocalTypeHandler = *TypeHandler; LocalTypeHandler.ContextID = Icc ->ContextID; LocalTypeHandler.ICCVersion = Icc ->Version; Icc ->TagPtrs[i] = LocalTypeHandler.DupPtr(&LocalTypeHandler, data, TagDescriptor ->ElemCount); if (Icc ->TagPtrs[i] == NULL) { _cmsTagSignature2String(TypeString, (cmsTagSignature) Type); _cmsTagSignature2String(SigString, sig); cmsSignalError(Icc ->ContextID, cmsERROR_CORRUPTION_DETECTED, "Malformed struct in type '%s' for tag '%s'", TypeString, SigString); goto Error; } _cmsUnlockMutex(Icc->ContextID, Icc ->UsrMutex); return TRUE; Error: _cmsUnlockMutex(Icc->ContextID, Icc ->UsrMutex); return FALSE; } // Read and write raw data. Read/Write Raw/cooked pairs try to maintain consistency within the pair. Some sequences // raw/cooked would work, but at a cost. Data "cooked" may be converted to "raw" by using the "write" serialization logic. // In general it is better to avoid mixing pairs. cmsUInt32Number CMSEXPORT cmsReadRawTag(cmsHPROFILE hProfile, cmsTagSignature sig, void* data, cmsUInt32Number BufferSize) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; void *Object; int i; cmsIOHANDLER* MemIO; cmsTagTypeHandler* TypeHandler = NULL; cmsTagTypeHandler LocalTypeHandler; cmsTagDescriptor* TagDescriptor = NULL; cmsUInt32Number rc; cmsUInt32Number Offset, TagSize; // Sanity check if (data != NULL && BufferSize == 0) return 0; if (!_cmsLockMutex(Icc->ContextID, Icc ->UsrMutex)) return 0; // Search for given tag in ICC profile directory i = _cmsSearchTag(Icc, sig, TRUE); if (i < 0) goto Error; // Not found, // It is already read? if (Icc -> TagPtrs[i] == NULL) { // Not yet, get original position Offset = Icc ->TagOffsets[i]; TagSize = Icc ->TagSizes[i]; // read the data directly, don't keep copy if (data != NULL) { if (BufferSize < TagSize) TagSize = BufferSize; if (!Icc ->IOhandler ->Seek(Icc ->IOhandler, Offset)) goto Error; if (!Icc ->IOhandler ->Read(Icc ->IOhandler, data, 1, TagSize)) goto Error; _cmsUnlockMutex(Icc->ContextID, Icc ->UsrMutex); return TagSize; } _cmsUnlockMutex(Icc->ContextID, Icc ->UsrMutex); return Icc ->TagSizes[i]; } // The data has been already read, or written. But wait!, maybe the user choose to save as // raw data. In this case, return the raw data directly if (Icc ->TagSaveAsRaw[i]) { if (data != NULL) { TagSize = Icc ->TagSizes[i]; if (BufferSize < TagSize) TagSize = BufferSize; memmove(data, Icc ->TagPtrs[i], TagSize); _cmsUnlockMutex(Icc->ContextID, Icc ->UsrMutex); return TagSize; } _cmsUnlockMutex(Icc->ContextID, Icc ->UsrMutex); return Icc ->TagSizes[i]; } // Already read, or previously set by cmsWriteTag(). We need to serialize that // data to raw to get something that makes sense _cmsUnlockMutex(Icc->ContextID, Icc ->UsrMutex); Object = cmsReadTag(hProfile, sig); if (!_cmsLockMutex(Icc->ContextID, Icc ->UsrMutex)) return 0; if (Object == NULL) goto Error; // Now we need to serialize to a memory block: just use a memory iohandler if (data == NULL) { MemIO = cmsOpenIOhandlerFromNULL(cmsGetProfileContextID(hProfile)); } else{ MemIO = cmsOpenIOhandlerFromMem(cmsGetProfileContextID(hProfile), data, BufferSize, "w"); } if (MemIO == NULL) goto Error; // Obtain type handling for the tag TypeHandler = Icc ->TagTypeHandlers[i]; TagDescriptor = _cmsGetTagDescriptor(Icc-> ContextID, sig); if (TagDescriptor == NULL) { cmsCloseIOhandler(MemIO); goto Error; } if (TypeHandler == NULL) goto Error; // Serialize LocalTypeHandler = *TypeHandler; LocalTypeHandler.ContextID = Icc ->ContextID; LocalTypeHandler.ICCVersion = Icc ->Version; if (!_cmsWriteTypeBase(MemIO, TypeHandler ->Signature)) { cmsCloseIOhandler(MemIO); goto Error; } if (!LocalTypeHandler.WritePtr(&LocalTypeHandler, MemIO, Object, TagDescriptor ->ElemCount)) { cmsCloseIOhandler(MemIO); goto Error; } // Get Size and close rc = MemIO ->Tell(MemIO); cmsCloseIOhandler(MemIO); // Ignore return code this time _cmsUnlockMutex(Icc->ContextID, Icc ->UsrMutex); return rc; Error: _cmsUnlockMutex(Icc->ContextID, Icc ->UsrMutex); return 0; } // Similar to the anterior. This function allows to write directly to the ICC profile any data, without // checking anything. As a rule, mixing Raw with cooked doesn't work, so writing a tag as raw and then reading // it as cooked without serializing does result into an error. If that is what you want, you will need to dump // the profile to memry or disk and then reopen it. cmsBool CMSEXPORT cmsWriteRawTag(cmsHPROFILE hProfile, cmsTagSignature sig, const void* data, cmsUInt32Number Size) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; int i; if (!_cmsLockMutex(Icc->ContextID, Icc ->UsrMutex)) return 0; if (!_cmsNewTag(Icc, sig, &i)) { _cmsUnlockMutex(Icc->ContextID, Icc ->UsrMutex); return FALSE; } // Mark the tag as being written as RAW Icc ->TagSaveAsRaw[i] = TRUE; Icc ->TagNames[i] = sig; Icc ->TagLinked[i] = (cmsTagSignature) 0; // Keep a copy of the block Icc ->TagPtrs[i] = _cmsDupMem(Icc ->ContextID, data, Size); Icc ->TagSizes[i] = Size; _cmsUnlockMutex(Icc->ContextID, Icc ->UsrMutex); if (Icc->TagPtrs[i] == NULL) { Icc->TagNames[i] = (cmsTagSignature) 0; return FALSE; } return TRUE; } // Using this function you can collapse several tag entries to the same block in the profile cmsBool CMSEXPORT cmsLinkTag(cmsHPROFILE hProfile, cmsTagSignature sig, cmsTagSignature dest) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; int i; if (!_cmsLockMutex(Icc->ContextID, Icc ->UsrMutex)) return FALSE; if (!_cmsNewTag(Icc, sig, &i)) { _cmsUnlockMutex(Icc->ContextID, Icc ->UsrMutex); return FALSE; } // Keep necessary information Icc ->TagSaveAsRaw[i] = FALSE; Icc ->TagNames[i] = sig; Icc ->TagLinked[i] = dest; Icc ->TagPtrs[i] = NULL; Icc ->TagSizes[i] = 0; Icc ->TagOffsets[i] = 0; _cmsUnlockMutex(Icc->ContextID, Icc ->UsrMutex); return TRUE; } // Returns the tag linked to sig, in the case two tags are sharing same resource cmsTagSignature CMSEXPORT cmsTagLinkedTo(cmsHPROFILE hProfile, cmsTagSignature sig) { _cmsICCPROFILE* Icc = (_cmsICCPROFILE*) hProfile; int i; // Search for given tag in ICC profile directory i = _cmsSearchTag(Icc, sig, FALSE); if (i < 0) return (cmsTagSignature) 0; // Not found, return 0 return Icc -> TagLinked[i]; } lcms2-2.17/src/cmsps2.c0000644000175000017500000013545214752176133013662 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include "lcms2_internal.h" // PostScript ColorRenderingDictionary and ColorSpaceArray #define MAXPSCOLS 60 // Columns on tables /* Implementation -------------- PostScript does use XYZ as its internal PCS. But since PostScript interpolation tables are limited to 8 bits, I use Lab as a way to improve the accuracy, favoring perceptual results. So, for the creation of each CRD, CSA the profiles are converted to Lab via a device link between profile -> Lab or Lab -> profile. The PS code necessary to convert Lab <-> XYZ is also included. Color Space Arrays (CSA) ================================================================================== In order to obtain precision, code chooses between three ways to implement the device -> XYZ transform. These cases identifies monochrome profiles (often implemented as a set of curves), matrix-shaper and Pipeline-based. Monochrome ----------- This is implemented as /CIEBasedA CSA. The prelinearization curve is placed into /DecodeA section, and matrix equals to D50. Since here is no interpolation tables, I do the conversion directly to XYZ NOTE: CLUT-based monochrome profiles are NOT supported. So, cmsFLAGS_MATRIXINPUT flag is forced on such profiles. [ /CIEBasedA << /DecodeA { transfer function } bind /MatrixA [D50] /RangeLMN [ 0.0 cmsD50X 0.0 cmsD50Y 0.0 cmsD50Z ] /WhitePoint [D50] /BlackPoint [BP] /RenderingIntent (intent) >> ] On simpler profiles, the PCS is already XYZ, so no conversion is required. Matrix-shaper based ------------------- This is implemented both with /CIEBasedABC or /CIEBasedDEF depending on the profile implementation. Since here there are no interpolation tables, I do the conversion directly to XYZ [ /CIEBasedABC << /DecodeABC [ {transfer1} {transfer2} {transfer3} ] /MatrixABC [Matrix] /RangeLMN [ 0.0 cmsD50X 0.0 cmsD50Y 0.0 cmsD50Z ] /DecodeLMN [ { / 2} dup dup ] /WhitePoint [D50] /BlackPoint [BP] /RenderingIntent (intent) >> ] CLUT based ---------- Lab is used in such cases. [ /CIEBasedDEF << /DecodeDEF [ ] /Table [ p p p [<...>]] /RangeABC [ 0 1 0 1 0 1] /DecodeABC[ ] /RangeLMN [ -0.236 1.254 0 1 -0.635 1.640 ] % -128/500 1+127/500 0 1 -127/200 1+128/200 /MatrixABC [ 1 1 1 1 0 0 0 0 -1] /WhitePoint [D50] /BlackPoint [BP] /RenderingIntent (intent) ] Color Rendering Dictionaries (CRD) ================================== These are always implemented as CLUT, and always are using Lab. Since CRD are expected to be used as resources, the code adds the definition as well. << /ColorRenderingType 1 /WhitePoint [ D50 ] /BlackPoint [BP] /MatrixPQR [ Bradford ] /RangePQR [-0.125 1.375 -0.125 1.375 -0.125 1.375 ] /TransformPQR [ {4 index 3 get div 2 index 3 get mul exch pop exch pop exch pop exch pop } bind {4 index 4 get div 2 index 4 get mul exch pop exch pop exch pop exch pop } bind {4 index 5 get div 2 index 5 get mul exch pop exch pop exch pop exch pop } bind ] /MatrixABC <...> /EncodeABC <...> /RangeABC <.. used for XYZ -> Lab> /EncodeLMN /RenderTable [ p p p [<...>]] /RenderingIntent (Perceptual) >> /Current exch /ColorRendering defineresource pop The following stages are used to convert from XYZ to Lab -------------------------------------------------------- Input is given at LMN stage on X, Y, Z Encode LMN gives us f(X/Xn), f(Y/Yn), f(Z/Zn) /EncodeLMN [ { 0.964200 div dup 0.008856 le {7.787 mul 16 116 div add}{1 3 div exp} ifelse } bind { 1.000000 div dup 0.008856 le {7.787 mul 16 116 div add}{1 3 div exp} ifelse } bind { 0.824900 div dup 0.008856 le {7.787 mul 16 116 div add}{1 3 div exp} ifelse } bind ] MatrixABC is used to compute f(Y/Yn), f(X/Xn) - f(Y/Yn), f(Y/Yn) - f(Z/Zn) | 0 1 0| | 1 -1 0| | 0 1 -1| /MatrixABC [ 0 1 0 1 -1 1 0 0 -1 ] EncodeABC finally gives Lab values. /EncodeABC [ { 116 mul 16 sub 100 div } bind { 500 mul 128 add 255 div } bind { 200 mul 128 add 255 div } bind ] The following stages are used to convert Lab to XYZ ---------------------------------------------------- /RangeABC [ 0 1 0 1 0 1] /DecodeABC [ { 100 mul 16 add 116 div } bind { 255 mul 128 sub 500 div } bind { 255 mul 128 sub 200 div } bind ] /MatrixABC [ 1 1 1 1 0 0 0 0 -1] /DecodeLMN [ {dup 6 29 div ge {dup dup mul mul} {4 29 div sub 108 841 div mul} ifelse 0.964200 mul} bind {dup 6 29 div ge {dup dup mul mul} {4 29 div sub 108 841 div mul} ifelse } bind {dup 6 29 div ge {dup dup mul mul} {4 29 div sub 108 841 div mul} ifelse 0.824900 mul} bind ] */ /* PostScript algorithms discussion. ========================================================================================================= 1D interpolation algorithm 1D interpolation (float) ------------------------ val2 = Domain * Value; cell0 = (int) floor(val2); cell1 = (int) ceil(val2); rest = val2 - cell0; y0 = LutTable[cell0] ; y1 = LutTable[cell1] ; y = y0 + (y1 - y0) * rest; PostScript code Stack ================================================ { % v [array] % v tab dup % v tab tab length 1 sub % v tab dom 3 -1 roll % tab dom v mul % tab val2 dup % tab val2 val2 dup % tab val2 val2 val2 floor cvi % tab val2 val2 cell0 exch % tab val2 cell0 val2 ceiling cvi % tab val2 cell0 cell1 3 index % tab val2 cell0 cell1 tab exch % tab val2 cell0 tab cell1 get % tab val2 cell0 y1 4 -1 roll % val2 cell0 y1 tab 3 -1 roll % val2 y1 tab cell0 get % val2 y1 y0 dup % val2 y1 y0 y0 3 1 roll % val2 y0 y1 y0 sub % val2 y0 (y1-y0) 3 -1 roll % y0 (y1-y0) val2 dup % y0 (y1-y0) val2 val2 floor cvi % y0 (y1-y0) val2 floor(val2) sub % y0 (y1-y0) rest mul % y0 t1 add % y 65535 div % result } bind */ // This struct holds the memory block currently being write typedef struct { _cmsStageCLutData* Pipeline; cmsIOHANDLER* m; int FirstComponent; int SecondComponent; const char* PreMaj; const char* PostMaj; const char* PreMin; const char* PostMin; int FixWhite; // Force mapping of pure white cmsColorSpaceSignature ColorSpace; // ColorSpace of profile } cmsPsSamplerCargo; static int _cmsPSActualColumn = 0; // Convert to byte static cmsUInt8Number Word2Byte(cmsUInt16Number w) { return (cmsUInt8Number) floor((cmsFloat64Number) w / 257.0 + 0.5); } // Write a cooked byte static void WriteByte(cmsIOHANDLER* m, cmsUInt8Number b) { _cmsIOPrintf(m, "%02x", b); _cmsPSActualColumn += 2; if (_cmsPSActualColumn > MAXPSCOLS) { _cmsIOPrintf(m, "\n"); _cmsPSActualColumn = 0; } } // ----------------------------------------------------------------- PostScript generation // Removes offending carriage returns static char* RemoveCR(const char* txt) { static char Buffer[2048]; char* pt; strncpy(Buffer, txt, 2047); Buffer[2047] = 0; for (pt = Buffer; *pt; pt++) if (*pt == '\n' || *pt == '\r') *pt = ' '; return Buffer; } static void EmitHeader(cmsIOHANDLER* m, const char* Title, cmsHPROFILE hProfile) { time_t timer; cmsMLU *Description, *Copyright; char DescASCII[256], CopyrightASCII[256]; time(&timer); Description = (cmsMLU*) cmsReadTag(hProfile, cmsSigProfileDescriptionTag); Copyright = (cmsMLU*) cmsReadTag(hProfile, cmsSigCopyrightTag); DescASCII[0] = DescASCII[255] = 0; CopyrightASCII[0] = CopyrightASCII[255] = 0; if (Description != NULL) cmsMLUgetASCII(Description, cmsNoLanguage, cmsNoCountry, DescASCII, 255); if (Copyright != NULL) cmsMLUgetASCII(Copyright, cmsNoLanguage, cmsNoCountry, CopyrightASCII, 255); _cmsIOPrintf(m, "%%!PS-Adobe-3.0\n"); _cmsIOPrintf(m, "%%\n"); _cmsIOPrintf(m, "%% %s\n", Title); _cmsIOPrintf(m, "%% Source: %s\n", RemoveCR(DescASCII)); _cmsIOPrintf(m, "%% %s\n", RemoveCR(CopyrightASCII)); _cmsIOPrintf(m, "%% Created: %s", ctime(&timer)); // ctime appends a \n!!! _cmsIOPrintf(m, "%%\n"); _cmsIOPrintf(m, "%%%%BeginResource\n"); } // Emits White & Black point. White point is always D50, Black point is the device // Black point adapted to D50. static void EmitWhiteBlackD50(cmsIOHANDLER* m, cmsCIEXYZ* BlackPoint) { _cmsIOPrintf(m, "/BlackPoint [%f %f %f]\n", BlackPoint -> X, BlackPoint -> Y, BlackPoint -> Z); _cmsIOPrintf(m, "/WhitePoint [%f %f %f]\n", cmsD50_XYZ()->X, cmsD50_XYZ()->Y, cmsD50_XYZ()->Z); } static void EmitRangeCheck(cmsIOHANDLER* m) { _cmsIOPrintf(m, "dup 0.0 lt { pop 0.0 } if " "dup 1.0 gt { pop 1.0 } if "); } // Does write the intent static void EmitIntent(cmsIOHANDLER* m, cmsUInt32Number RenderingIntent) { const char *intent; switch (RenderingIntent) { case INTENT_PERCEPTUAL: intent = "Perceptual"; break; case INTENT_RELATIVE_COLORIMETRIC: intent = "RelativeColorimetric"; break; case INTENT_ABSOLUTE_COLORIMETRIC: intent = "AbsoluteColorimetric"; break; case INTENT_SATURATION: intent = "Saturation"; break; default: intent = "Undefined"; break; } _cmsIOPrintf(m, "/RenderingIntent (%s)\n", intent ); } // // Convert L* to Y // // Y = Yn*[ (L* + 16) / 116] ^ 3 if (L*) >= 6 / 29 // = Yn*( L* / 116) / 7.787 if (L*) < 6 / 29 // // Lab -> XYZ, see the discussion above static void EmitLab2XYZ(cmsIOHANDLER* m) { _cmsIOPrintf(m, "/RangeABC [ 0 1 0 1 0 1]\n"); _cmsIOPrintf(m, "/DecodeABC [\n"); _cmsIOPrintf(m, "{100 mul 16 add 116 div } bind\n"); _cmsIOPrintf(m, "{255 mul 128 sub 500 div } bind\n"); _cmsIOPrintf(m, "{255 mul 128 sub 200 div } bind\n"); _cmsIOPrintf(m, "]\n"); _cmsIOPrintf(m, "/MatrixABC [ 1 1 1 1 0 0 0 0 -1]\n"); _cmsIOPrintf(m, "/RangeLMN [ -0.236 1.254 0 1 -0.635 1.640 ]\n"); _cmsIOPrintf(m, "/DecodeLMN [\n"); _cmsIOPrintf(m, "{dup 6 29 div ge {dup dup mul mul} {4 29 div sub 108 841 div mul} ifelse 0.964200 mul} bind\n"); _cmsIOPrintf(m, "{dup 6 29 div ge {dup dup mul mul} {4 29 div sub 108 841 div mul} ifelse } bind\n"); _cmsIOPrintf(m, "{dup 6 29 div ge {dup dup mul mul} {4 29 div sub 108 841 div mul} ifelse 0.824900 mul} bind\n"); _cmsIOPrintf(m, "]\n"); } // Outputs a table of words. It does use 16 bits static void Emit1Gamma(cmsIOHANDLER* m, cmsToneCurve* Table) { cmsUInt32Number i; cmsFloat64Number gamma; /** * On error, empty tables or lienar assume gamma 1.0 */ if (Table == NULL || Table->nEntries <= 0 || cmsIsToneCurveLinear(Table)) { _cmsIOPrintf(m, "{ 1 } bind "); return; } // Check if is really an exponential. If so, emit "exp" gamma = cmsEstimateGamma(Table, 0.001); if (gamma > 0) { _cmsIOPrintf(m, "{ %g exp } bind ", gamma); return; } _cmsIOPrintf(m, "{ "); // Bounds check EmitRangeCheck(m); // Emit interpolation code // PostScript code Stack // =============== ======================== // v _cmsIOPrintf(m, " ["); for (i=0; i < Table->nEntries; i++) { if (i % 10 == 0) _cmsIOPrintf(m, "\n "); _cmsIOPrintf(m, "%d ", Table->Table16[i]); } _cmsIOPrintf(m, "] "); // v tab _cmsIOPrintf(m, "dup "); // v tab tab _cmsIOPrintf(m, "length 1 sub "); // v tab dom _cmsIOPrintf(m, "3 -1 roll "); // tab dom v _cmsIOPrintf(m, "mul "); // tab val2 _cmsIOPrintf(m, "dup "); // tab val2 val2 _cmsIOPrintf(m, "dup "); // tab val2 val2 val2 _cmsIOPrintf(m, "floor cvi "); // tab val2 val2 cell0 _cmsIOPrintf(m, "exch "); // tab val2 cell0 val2 _cmsIOPrintf(m, "ceiling cvi "); // tab val2 cell0 cell1 _cmsIOPrintf(m, "3 index "); // tab val2 cell0 cell1 tab _cmsIOPrintf(m, "exch "); // tab val2 cell0 tab cell1 _cmsIOPrintf(m, "get\n "); // tab val2 cell0 y1 _cmsIOPrintf(m, "4 -1 roll "); // val2 cell0 y1 tab _cmsIOPrintf(m, "3 -1 roll "); // val2 y1 tab cell0 _cmsIOPrintf(m, "get "); // val2 y1 y0 _cmsIOPrintf(m, "dup "); // val2 y1 y0 y0 _cmsIOPrintf(m, "3 1 roll "); // val2 y0 y1 y0 _cmsIOPrintf(m, "sub "); // val2 y0 (y1-y0) _cmsIOPrintf(m, "3 -1 roll "); // y0 (y1-y0) val2 _cmsIOPrintf(m, "dup "); // y0 (y1-y0) val2 val2 _cmsIOPrintf(m, "floor cvi "); // y0 (y1-y0) val2 floor(val2) _cmsIOPrintf(m, "sub "); // y0 (y1-y0) rest _cmsIOPrintf(m, "mul "); // y0 t1 _cmsIOPrintf(m, "add "); // y _cmsIOPrintf(m, "65535 div\n"); // result _cmsIOPrintf(m, " } bind "); } // Compare gamma table static cmsBool GammaTableEquals(cmsUInt16Number* g1, cmsUInt16Number* g2, cmsUInt32Number nG1, cmsUInt32Number nG2) { if (nG1 != nG2) return FALSE; return memcmp(g1, g2, nG1 * sizeof(cmsUInt16Number)) == 0; } // Does write a set of gamma curves static void EmitNGamma(cmsIOHANDLER* m, cmsUInt32Number n, cmsToneCurve* g[]) { cmsUInt32Number i; for( i=0; i < n; i++ ) { if (g[i] == NULL) return; // Error if (i > 0 && GammaTableEquals(g[i-1]->Table16, g[i]->Table16, g[i-1]->nEntries, g[i]->nEntries)) { _cmsIOPrintf(m, "dup "); } else { Emit1Gamma(m, g[i]); } } } // Following code dumps a LUT onto memory stream // This is the sampler. Intended to work in SAMPLER_INSPECT mode, // that is, the callback will be called for each knot with // // In[] The grid location coordinates, normalized to 0..ffff // Out[] The Pipeline values, normalized to 0..ffff // // Returning a value other than 0 does terminate the sampling process // // Each row contains Pipeline values for all but first component. So, I // detect row changing by keeping a copy of last value of first // component. -1 is used to mark beginning of whole block. static int OutputValueSampler(CMSREGISTER const cmsUInt16Number In[], CMSREGISTER cmsUInt16Number Out[], CMSREGISTER void* Cargo) { cmsPsSamplerCargo* sc = (cmsPsSamplerCargo*) Cargo; cmsUInt32Number i; if (sc -> FixWhite) { if (In[0] == 0xFFFF) { // Only in L* = 100, ab = [-8..8] if ((In[1] >= 0x7800 && In[1] <= 0x8800) && (In[2] >= 0x7800 && In[2] <= 0x8800)) { cmsUInt16Number* Black; cmsUInt16Number* White; cmsUInt32Number nOutputs; if (!_cmsEndPointsBySpace(sc ->ColorSpace, &White, &Black, &nOutputs)) return 0; for (i=0; i < nOutputs; i++) Out[i] = White[i]; } } } // Handle the parenthesis on rows if (In[0] != sc ->FirstComponent) { if (sc ->FirstComponent != -1) { _cmsIOPrintf(sc ->m, sc ->PostMin); sc ->SecondComponent = -1; _cmsIOPrintf(sc ->m, sc ->PostMaj); } // Begin block _cmsPSActualColumn = 0; _cmsIOPrintf(sc ->m, sc ->PreMaj); sc ->FirstComponent = In[0]; } if (In[1] != sc ->SecondComponent) { if (sc ->SecondComponent != -1) { _cmsIOPrintf(sc ->m, sc ->PostMin); } _cmsIOPrintf(sc ->m, sc ->PreMin); sc ->SecondComponent = In[1]; } // Dump table. for (i=0; i < sc -> Pipeline ->Params->nOutputs; i++) { cmsUInt16Number wWordOut = Out[i]; cmsUInt8Number wByteOut; // Value as byte // We always deal with Lab4 wByteOut = Word2Byte(wWordOut); WriteByte(sc -> m, wByteOut); } return 1; } // Writes a Pipeline on memstream. Could be 8 or 16 bits based static void WriteCLUT(cmsIOHANDLER* m, cmsStage* mpe, const char* PreMaj, const char* PostMaj, const char* PreMin, const char* PostMin, int FixWhite, cmsColorSpaceSignature ColorSpace) { cmsUInt32Number i; cmsPsSamplerCargo sc; sc.FirstComponent = -1; sc.SecondComponent = -1; sc.Pipeline = (_cmsStageCLutData *) mpe ->Data; sc.m = m; sc.PreMaj = PreMaj; sc.PostMaj= PostMaj; sc.PreMin = PreMin; sc.PostMin = PostMin; sc.FixWhite = FixWhite; sc.ColorSpace = ColorSpace; if (sc.Pipeline != NULL && sc.Pipeline->Params != NULL) { _cmsIOPrintf(m, "["); for (i = 0; i < sc.Pipeline->Params->nInputs; i++) { if (i < MAX_INPUT_DIMENSIONS) _cmsIOPrintf(m, " %d ", sc.Pipeline->Params->nSamples[i]); } _cmsIOPrintf(m, " [\n"); cmsStageSampleCLut16bit(mpe, OutputValueSampler, (void*)&sc, SAMPLER_INSPECT); _cmsIOPrintf(m, PostMin); _cmsIOPrintf(m, PostMaj); _cmsIOPrintf(m, "] "); } } // Dumps CIEBasedA Color Space Array static int EmitCIEBasedA(cmsIOHANDLER* m, cmsToneCurve* Curve, cmsCIEXYZ* BlackPoint) { _cmsIOPrintf(m, "[ /CIEBasedA\n"); _cmsIOPrintf(m, " <<\n"); _cmsIOPrintf(m, "/DecodeA "); Emit1Gamma(m, Curve); _cmsIOPrintf(m, " \n"); _cmsIOPrintf(m, "/MatrixA [ 0.9642 1.0000 0.8249 ]\n"); _cmsIOPrintf(m, "/RangeLMN [ 0.0 0.9642 0.0 1.0000 0.0 0.8249 ]\n"); EmitWhiteBlackD50(m, BlackPoint); EmitIntent(m, INTENT_PERCEPTUAL); _cmsIOPrintf(m, ">>\n"); _cmsIOPrintf(m, "]\n"); return 1; } // Dumps CIEBasedABC Color Space Array static int EmitCIEBasedABC(cmsIOHANDLER* m, cmsFloat64Number* Matrix, cmsToneCurve** CurveSet, cmsCIEXYZ* BlackPoint) { int i; _cmsIOPrintf(m, "[ /CIEBasedABC\n"); _cmsIOPrintf(m, "<<\n"); _cmsIOPrintf(m, "/DecodeABC [ "); EmitNGamma(m, 3, CurveSet); _cmsIOPrintf(m, "]\n"); _cmsIOPrintf(m, "/MatrixABC [ " ); for( i=0; i < 3; i++ ) { _cmsIOPrintf(m, "%.6f %.6f %.6f ", Matrix[i + 3*0], Matrix[i + 3*1], Matrix[i + 3*2]); } _cmsIOPrintf(m, "]\n"); _cmsIOPrintf(m, "/RangeLMN [ 0.0 0.9642 0.0 1.0000 0.0 0.8249 ]\n"); EmitWhiteBlackD50(m, BlackPoint); EmitIntent(m, INTENT_PERCEPTUAL); _cmsIOPrintf(m, ">>\n"); _cmsIOPrintf(m, "]\n"); return 1; } static int EmitCIEBasedDEF(cmsIOHANDLER* m, cmsPipeline* Pipeline, cmsUInt32Number Intent, cmsCIEXYZ* BlackPoint) { const char* PreMaj; const char* PostMaj; const char* PreMin, *PostMin; cmsStage* mpe; mpe = Pipeline->Elements; switch (cmsStageInputChannels(mpe)) { case 3: _cmsIOPrintf(m, "[ /CIEBasedDEF\n"); PreMaj = "<"; PostMaj = ">\n"; PreMin = PostMin = ""; break; case 4: _cmsIOPrintf(m, "[ /CIEBasedDEFG\n"); PreMaj = "["; PostMaj = "]\n"; PreMin = "<"; PostMin = ">\n"; break; default: return 0; } _cmsIOPrintf(m, "<<\n"); if (cmsStageType(mpe) == cmsSigCurveSetElemType) { _cmsIOPrintf(m, "/DecodeDEF [ "); EmitNGamma(m, cmsStageOutputChannels(mpe), _cmsStageGetPtrToCurveSet(mpe)); _cmsIOPrintf(m, "]\n"); mpe = mpe ->Next; } if (cmsStageType(mpe) == cmsSigCLutElemType) { _cmsIOPrintf(m, "/Table "); WriteCLUT(m, mpe, PreMaj, PostMaj, PreMin, PostMin, FALSE, (cmsColorSpaceSignature) 0); _cmsIOPrintf(m, "]\n"); } EmitLab2XYZ(m); EmitWhiteBlackD50(m, BlackPoint); EmitIntent(m, Intent); _cmsIOPrintf(m, " >>\n"); _cmsIOPrintf(m, "]\n"); return 1; } // Generates a curve from a gray profile static cmsToneCurve* ExtractGray2Y(cmsContext ContextID, cmsHPROFILE hProfile, cmsUInt32Number Intent) { cmsToneCurve* Out = cmsBuildTabulatedToneCurve16(ContextID, 256, NULL); cmsHPROFILE hXYZ = cmsCreateXYZProfile(); cmsHTRANSFORM xform = cmsCreateTransformTHR(ContextID, hProfile, TYPE_GRAY_8, hXYZ, TYPE_XYZ_DBL, Intent, cmsFLAGS_NOOPTIMIZE); int i; if (Out != NULL && xform != NULL) { for (i=0; i < 256; i++) { cmsUInt8Number Gray = (cmsUInt8Number) i; cmsCIEXYZ XYZ; cmsDoTransform(xform, &Gray, &XYZ, 1); Out ->Table16[i] =_cmsQuickSaturateWord(XYZ.Y * 65535.0); } } if (xform) cmsDeleteTransform(xform); if (hXYZ) cmsCloseProfile(hXYZ); return Out; } // Because PostScript has only 8 bits in /Table, we should use // a more perceptually uniform space... I do choose Lab. static cmsBool WriteInputLUT(cmsIOHANDLER* m, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags) { cmsHPROFILE hLab; cmsHTRANSFORM xform; cmsUInt32Number nChannels; cmsUInt32Number InputFormat; cmsHPROFILE Profiles[2]; cmsCIEXYZ BlackPointAdaptedToD50; // Does create a device-link based transform. // The DeviceLink is next dumped as working CSA. InputFormat = cmsFormatterForColorspaceOfProfile(hProfile, 2, FALSE); nChannels = T_CHANNELS(InputFormat); cmsDetectBlackPoint(&BlackPointAdaptedToD50, hProfile, Intent, 0); // Adjust output to Lab4 hLab = cmsCreateLab4ProfileTHR(m ->ContextID, NULL); Profiles[0] = hProfile; Profiles[1] = hLab; xform = cmsCreateMultiprofileTransform(Profiles, 2, InputFormat, TYPE_Lab_DBL, Intent, 0); cmsCloseProfile(hLab); if (xform == NULL) { cmsSignalError(m ->ContextID, cmsERROR_COLORSPACE_CHECK, "Cannot create transform Profile -> Lab"); return FALSE; } // Only 1, 3 and 4 channels are allowed switch (nChannels) { case 1: { cmsToneCurve* Gray2Y = ExtractGray2Y(m ->ContextID, hProfile, Intent); EmitCIEBasedA(m, Gray2Y, &BlackPointAdaptedToD50); cmsFreeToneCurve(Gray2Y); } break; case 3: case 4: { cmsUInt32Number OutFrm = TYPE_Lab_16; cmsPipeline* DeviceLink; _cmsTRANSFORM* v = (_cmsTRANSFORM*) xform; cmsBool rc; DeviceLink = cmsPipelineDup(v ->Lut); if (DeviceLink == NULL) { cmsDeleteTransform(xform); return FALSE; } dwFlags |= cmsFLAGS_FORCE_CLUT; _cmsOptimizePipeline(m->ContextID, &DeviceLink, Intent, &InputFormat, &OutFrm, &dwFlags); rc = EmitCIEBasedDEF(m, DeviceLink, Intent, &BlackPointAdaptedToD50); cmsPipelineFree(DeviceLink); if (!rc) { cmsDeleteTransform(xform); return FALSE; } } break; default: cmsDeleteTransform(xform); cmsSignalError(m ->ContextID, cmsERROR_COLORSPACE_CHECK, "Only 3, 4 channels are supported for CSA. This profile has %d channels.", nChannels); return FALSE; } cmsDeleteTransform(xform); return TRUE; } static cmsFloat64Number* GetPtrToMatrix(const cmsStage* mpe) { _cmsStageMatrixData* Data = (_cmsStageMatrixData*) mpe ->Data; return Data -> Double; } // Does create CSA based on matrix-shaper. Allowed types are gray and RGB based static int WriteInputMatrixShaper(cmsIOHANDLER* m, cmsHPROFILE hProfile, cmsStage* Matrix, cmsStage* Shaper) { cmsColorSpaceSignature ColorSpace; int rc; cmsCIEXYZ BlackPointAdaptedToD50; ColorSpace = cmsGetColorSpace(hProfile); cmsDetectBlackPoint(&BlackPointAdaptedToD50, hProfile, INTENT_RELATIVE_COLORIMETRIC, 0); if (ColorSpace == cmsSigGrayData) { cmsToneCurve** ShaperCurve = _cmsStageGetPtrToCurveSet(Shaper); rc = EmitCIEBasedA(m, ShaperCurve[0], &BlackPointAdaptedToD50); } else if (ColorSpace == cmsSigRgbData) { cmsMAT3 Mat; int i, j; memmove(&Mat, GetPtrToMatrix(Matrix), sizeof(Mat)); for (i = 0; i < 3; i++) for (j = 0; j < 3; j++) Mat.v[i].n[j] *= MAX_ENCODEABLE_XYZ; rc = EmitCIEBasedABC(m, (cmsFloat64Number *) &Mat, _cmsStageGetPtrToCurveSet(Shaper), &BlackPointAdaptedToD50); } else { cmsSignalError(m->ContextID, cmsERROR_COLORSPACE_CHECK, "Profile is not suitable for CSA. Unsupported colorspace."); return 0; } return rc; } // Creates a PostScript color list from a named profile data. // This is a HP extension, and it works in Lab instead of XYZ static int WriteNamedColorCSA(cmsIOHANDLER* m, cmsHPROFILE hNamedColor, cmsUInt32Number Intent) { cmsHTRANSFORM xform; cmsHPROFILE hLab; cmsUInt32Number i, nColors; char ColorName[cmsMAX_PATH]; cmsNAMEDCOLORLIST* NamedColorList; hLab = cmsCreateLab4ProfileTHR(m ->ContextID, NULL); xform = cmsCreateTransform(hNamedColor, TYPE_NAMED_COLOR_INDEX, hLab, TYPE_Lab_DBL, Intent, 0); cmsCloseProfile(hLab); if (xform == NULL) return 0; NamedColorList = cmsGetNamedColorList(xform); if (NamedColorList == NULL) { cmsDeleteTransform(xform); return 0; } _cmsIOPrintf(m, "<<\n"); _cmsIOPrintf(m, "(colorlistcomment) (%s)\n", "Named color CSA"); _cmsIOPrintf(m, "(Prefix) [ (Pantone ) (PANTONE ) ]\n"); _cmsIOPrintf(m, "(Suffix) [ ( CV) ( CVC) ( C) ]\n"); nColors = cmsNamedColorCount(NamedColorList); for (i=0; i < nColors; i++) { cmsUInt16Number In[1]; cmsCIELab Lab; In[0] = (cmsUInt16Number) i; if (!cmsNamedColorInfo(NamedColorList, i, ColorName, NULL, NULL, NULL, NULL)) continue; cmsDoTransform(xform, In, &Lab, 1); _cmsIOPrintf(m, " (%s) [ %.3f %.3f %.3f ]\n", ColorName, Lab.L, Lab.a, Lab.b); } _cmsIOPrintf(m, ">>\n"); cmsDeleteTransform(xform); return 1; } // Does create a Color Space Array on XYZ colorspace for PostScript usage static cmsUInt32Number GenerateCSA(cmsContext ContextID, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags, cmsIOHANDLER* mem) { cmsUInt32Number dwBytesUsed; cmsPipeline* lut = NULL; cmsStage* Matrix, *Shaper; // Is a named color profile? if (cmsGetDeviceClass(hProfile) == cmsSigNamedColorClass) { if (!WriteNamedColorCSA(mem, hProfile, Intent)) goto Error; } else { // Any profile class are allowed (including devicelink), but // output (PCS) colorspace must be XYZ or Lab cmsColorSpaceSignature ColorSpace = cmsGetPCS(hProfile); if (ColorSpace != cmsSigXYZData && ColorSpace != cmsSigLabData) { cmsSignalError(ContextID, cmsERROR_COLORSPACE_CHECK, "Invalid output color space"); goto Error; } // Read the lut with all necessary conversion stages lut = _cmsReadInputLUT(hProfile, Intent); if (lut == NULL) goto Error; // Tone curves + matrix can be implemented without any LUT if (cmsPipelineCheckAndRetreiveStages(lut, 2, cmsSigCurveSetElemType, cmsSigMatrixElemType, &Shaper, &Matrix)) { if (!WriteInputMatrixShaper(mem, hProfile, Matrix, Shaper)) goto Error; } else { // We need a LUT for the rest if (!WriteInputLUT(mem, hProfile, Intent, dwFlags)) goto Error; } } // Done, keep memory usage dwBytesUsed = mem ->UsedSpace; // Get rid of LUT if (lut != NULL) cmsPipelineFree(lut); // Finally, return used byte count return dwBytesUsed; Error: if (lut != NULL) cmsPipelineFree(lut); return 0; } // ------------------------------------------------------ Color Rendering Dictionary (CRD) /* Black point compensation plus chromatic adaptation: Step 1 - Chromatic adaptation ============================= WPout X = ------- PQR Wpin Step 2 - Black point compensation ================================= (WPout - BPout)*X - WPout*(BPin - BPout) out = --------------------------------------- WPout - BPin Algorithm discussion ==================== TransformPQR(WPin, BPin, WPout, BPout, PQR) Wpin,etc= { Xws Yws Zws Pws Qws Rws } Algorithm Stack 0...n =========================================================== PQR BPout WPout BPin WPin 4 index 3 get WPin PQR BPout WPout BPin WPin div (PQR/WPin) BPout WPout BPin WPin 2 index 3 get WPout (PQR/WPin) BPout WPout BPin WPin mult WPout*(PQR/WPin) BPout WPout BPin WPin 2 index 3 get WPout WPout*(PQR/WPin) BPout WPout BPin WPin 2 index 3 get BPout WPout WPout*(PQR/WPin) BPout WPout BPin WPin sub (WPout-BPout) WPout*(PQR/WPin) BPout WPout BPin WPin mult (WPout-BPout)* WPout*(PQR/WPin) BPout WPout BPin WPin 2 index 3 get WPout (BPout-WPout)* WPout*(PQR/WPin) BPout WPout BPin WPin 4 index 3 get BPin WPout (BPout-WPout)* WPout*(PQR/WPin) BPout WPout BPin WPin 3 index 3 get BPout BPin WPout (BPout-WPout)* WPout*(PQR/WPin) BPout WPout BPin WPin sub (BPin-BPout) WPout (BPout-WPout)* WPout*(PQR/WPin) BPout WPout BPin WPin mult (BPin-BPout)*WPout (BPout-WPout)* WPout*(PQR/WPin) BPout WPout BPin WPin sub (BPout-WPout)* WPout*(PQR/WPin)-(BPin-BPout)*WPout BPout WPout BPin WPin 3 index 3 get BPin (BPout-WPout)* WPout*(PQR/WPin)-(BPin-BPout)*WPout BPout WPout BPin WPin 3 index 3 get WPout BPin (BPout-WPout)* WPout*(PQR/WPin)-(BPin-BPout)*WPout BPout WPout BPin WPin exch sub (WPout-BPin) (BPout-WPout)* WPout*(PQR/WPin)-(BPin-BPout)*WPout BPout WPout BPin WPin div exch pop exch pop exch pop exch pop */ static void EmitPQRStage(cmsIOHANDLER* m, cmsHPROFILE hProfile, int DoBPC, int lIsAbsolute) { if (lIsAbsolute) { // For absolute colorimetric intent, encode back to relative // and generate a relative Pipeline // Relative encoding is obtained across XYZpcs*(D50/WhitePoint) cmsCIEXYZ White; _cmsReadMediaWhitePoint(&White, hProfile); _cmsIOPrintf(m,"/MatrixPQR [1 0 0 0 1 0 0 0 1 ]\n"); _cmsIOPrintf(m,"/RangePQR [ -0.5 2 -0.5 2 -0.5 2 ]\n"); _cmsIOPrintf(m, "%% Absolute colorimetric -- encode to relative to maximize LUT usage\n" "/TransformPQR [\n" "{0.9642 mul %g div exch pop exch pop exch pop exch pop} bind\n" "{1.0000 mul %g div exch pop exch pop exch pop exch pop} bind\n" "{0.8249 mul %g div exch pop exch pop exch pop exch pop} bind\n]\n", White.X, White.Y, White.Z); return; } _cmsIOPrintf(m,"%% Bradford Cone Space\n" "/MatrixPQR [0.8951 -0.7502 0.0389 0.2664 1.7135 -0.0685 -0.1614 0.0367 1.0296 ] \n"); _cmsIOPrintf(m, "/RangePQR [ -0.5 2 -0.5 2 -0.5 2 ]\n"); // No BPC if (!DoBPC) { _cmsIOPrintf(m, "%% VonKries-like transform in Bradford Cone Space\n" "/TransformPQR [\n" "{exch pop exch 3 get mul exch pop exch 3 get div} bind\n" "{exch pop exch 4 get mul exch pop exch 4 get div} bind\n" "{exch pop exch 5 get mul exch pop exch 5 get div} bind\n]\n"); } else { // BPC _cmsIOPrintf(m, "%% VonKries-like transform in Bradford Cone Space plus BPC\n" "/TransformPQR [\n"); _cmsIOPrintf(m, "{4 index 3 get div 2 index 3 get mul " "2 index 3 get 2 index 3 get sub mul " "2 index 3 get 4 index 3 get 3 index 3 get sub mul sub " "3 index 3 get 3 index 3 get exch sub div " "exch pop exch pop exch pop exch pop } bind\n"); _cmsIOPrintf(m, "{4 index 4 get div 2 index 4 get mul " "2 index 4 get 2 index 4 get sub mul " "2 index 4 get 4 index 4 get 3 index 4 get sub mul sub " "3 index 4 get 3 index 4 get exch sub div " "exch pop exch pop exch pop exch pop } bind\n"); _cmsIOPrintf(m, "{4 index 5 get div 2 index 5 get mul " "2 index 5 get 2 index 5 get sub mul " "2 index 5 get 4 index 5 get 3 index 5 get sub mul sub " "3 index 5 get 3 index 5 get exch sub div " "exch pop exch pop exch pop exch pop } bind\n]\n"); } } static void EmitXYZ2Lab(cmsIOHANDLER* m) { _cmsIOPrintf(m, "/RangeLMN [ -0.635 2.0 0 2 -0.635 2.0 ]\n"); _cmsIOPrintf(m, "/EncodeLMN [\n"); _cmsIOPrintf(m, "{ 0.964200 div dup 0.008856 le {7.787 mul 16 116 div add}{1 3 div exp} ifelse } bind\n"); _cmsIOPrintf(m, "{ 1.000000 div dup 0.008856 le {7.787 mul 16 116 div add}{1 3 div exp} ifelse } bind\n"); _cmsIOPrintf(m, "{ 0.824900 div dup 0.008856 le {7.787 mul 16 116 div add}{1 3 div exp} ifelse } bind\n"); _cmsIOPrintf(m, "]\n"); _cmsIOPrintf(m, "/MatrixABC [ 0 1 0 1 -1 1 0 0 -1 ]\n"); _cmsIOPrintf(m, "/EncodeABC [\n"); _cmsIOPrintf(m, "{ 116 mul 16 sub 100 div } bind\n"); _cmsIOPrintf(m, "{ 500 mul 128 add 256 div } bind\n"); _cmsIOPrintf(m, "{ 200 mul 128 add 256 div } bind\n"); _cmsIOPrintf(m, "]\n"); } // Due to impedance mismatch between XYZ and almost all RGB and CMYK spaces // I choose to dump LUTS in Lab instead of XYZ. There is still a lot of wasted // space on 3D CLUT, but since space seems not to be a problem here, 33 points // would give a reasonable accuracy. Note also that CRD tables must operate in // 8 bits. static cmsBool WriteOutputLUT(cmsIOHANDLER* m, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags) { cmsHPROFILE hLab; cmsHTRANSFORM xform; cmsUInt32Number i, nChannels; cmsUInt32Number OutputFormat; _cmsTRANSFORM* v; cmsPipeline* DeviceLink; cmsHPROFILE Profiles[3]; cmsCIEXYZ BlackPointAdaptedToD50; cmsBool lDoBPC = (cmsBool) (dwFlags & cmsFLAGS_BLACKPOINTCOMPENSATION); cmsBool lFixWhite = (cmsBool) !(dwFlags & cmsFLAGS_NOWHITEONWHITEFIXUP); cmsUInt32Number InFrm = TYPE_Lab_16; cmsUInt32Number RelativeEncodingIntent; cmsColorSpaceSignature ColorSpace; cmsStage* first; hLab = cmsCreateLab4ProfileTHR(m ->ContextID, NULL); if (hLab == NULL) return FALSE; OutputFormat = cmsFormatterForColorspaceOfProfile(hProfile, 2, FALSE); nChannels = T_CHANNELS(OutputFormat); ColorSpace = cmsGetColorSpace(hProfile); // For absolute colorimetric, the LUT is encoded as relative in order to preserve precision. RelativeEncodingIntent = Intent; if (RelativeEncodingIntent == INTENT_ABSOLUTE_COLORIMETRIC) RelativeEncodingIntent = INTENT_RELATIVE_COLORIMETRIC; // Use V4 Lab always Profiles[0] = hLab; Profiles[1] = hProfile; xform = cmsCreateMultiprofileTransformTHR(m ->ContextID, Profiles, 2, TYPE_Lab_DBL, OutputFormat, RelativeEncodingIntent, 0); cmsCloseProfile(hLab); if (xform == NULL) { cmsSignalError(m ->ContextID, cmsERROR_COLORSPACE_CHECK, "Cannot create transform Lab -> Profile in CRD creation"); return FALSE; } // Get a copy of the internal devicelink v = (_cmsTRANSFORM*) xform; DeviceLink = cmsPipelineDup(v ->Lut); if (DeviceLink == NULL) { cmsDeleteTransform(xform); cmsSignalError(m->ContextID, cmsERROR_CORRUPTION_DETECTED, "Cannot access link for CRD"); return FALSE; } // We need a CLUT dwFlags |= cmsFLAGS_FORCE_CLUT; if (!_cmsOptimizePipeline(m->ContextID, &DeviceLink, RelativeEncodingIntent, &InFrm, &OutputFormat, &dwFlags)) { cmsPipelineFree(DeviceLink); cmsDeleteTransform(xform); cmsSignalError(m->ContextID, cmsERROR_CORRUPTION_DETECTED, "Cannot create CLUT table for CRD"); return FALSE; } _cmsIOPrintf(m, "<<\n"); _cmsIOPrintf(m, "/ColorRenderingType 1\n"); cmsDetectBlackPoint(&BlackPointAdaptedToD50, hProfile, Intent, 0); // Emit headers, etc. EmitWhiteBlackD50(m, &BlackPointAdaptedToD50); EmitPQRStage(m, hProfile, lDoBPC, Intent == INTENT_ABSOLUTE_COLORIMETRIC); EmitXYZ2Lab(m); // FIXUP: map Lab (100, 0, 0) to perfect white, because the particular encoding for Lab // does map a=b=0 not falling into any specific node. Since range a,b goes -128..127, // zero is slightly moved towards right, so assure next node (in L=100 slice) is mapped to // zero. This would sacrifice a bit of highlights, but failure to do so would cause // scum dot. Ouch. if (Intent == INTENT_ABSOLUTE_COLORIMETRIC) lFixWhite = FALSE; _cmsIOPrintf(m, "/RenderTable "); first = cmsPipelineGetPtrToFirstStage(DeviceLink); if (first != NULL) { if (first->Type != cmsSigCLutElemType) { cmsPipelineFree(DeviceLink); cmsDeleteTransform(xform); cmsSignalError(m->ContextID, cmsERROR_CORRUPTION_DETECTED, "Cannot create CLUT, revise your flags!"); return FALSE; } WriteCLUT(m, first, "<", ">\n", "", "", lFixWhite, ColorSpace); } _cmsIOPrintf(m, " %d {} bind ", nChannels); for (i=1; i < nChannels; i++) _cmsIOPrintf(m, "dup "); _cmsIOPrintf(m, "]\n"); EmitIntent(m, Intent); _cmsIOPrintf(m, ">>\n"); if (!(dwFlags & cmsFLAGS_NODEFAULTRESOURCEDEF)) { _cmsIOPrintf(m, "/Current exch /ColorRendering defineresource pop\n"); } cmsPipelineFree(DeviceLink); cmsDeleteTransform(xform); return TRUE; } // Builds a ASCII string containing colorant list in 0..1.0 range static void BuildColorantList(char *Colorant, cmsUInt32Number nColorant, cmsUInt16Number Out[]) { char Buff[32]; cmsUInt32Number j; Colorant[0] = 0; if (nColorant > cmsMAXCHANNELS) nColorant = cmsMAXCHANNELS; for (j = 0; j < nColorant; j++) { snprintf(Buff, 31, "%.3f", Out[j] / 65535.0); Buff[31] = 0; strcat(Colorant, Buff); if (j < nColorant - 1) strcat(Colorant, " "); } } // Creates a PostScript color list from a named profile data. // This is a HP extension. static int WriteNamedColorCRD(cmsIOHANDLER* m, cmsHPROFILE hNamedColor, cmsUInt32Number Intent, cmsUInt32Number dwFlags) { cmsHTRANSFORM xform; cmsUInt32Number i, nColors, nColorant; cmsUInt32Number OutputFormat; char ColorName[cmsMAX_PATH]; char Colorant[512]; cmsNAMEDCOLORLIST* NamedColorList; OutputFormat = cmsFormatterForColorspaceOfProfile(hNamedColor, 2, FALSE); nColorant = T_CHANNELS(OutputFormat); xform = cmsCreateTransform(hNamedColor, TYPE_NAMED_COLOR_INDEX, NULL, OutputFormat, Intent, dwFlags); if (xform == NULL) return 0; NamedColorList = cmsGetNamedColorList(xform); if (NamedColorList == NULL) { cmsDeleteTransform(xform); return 0; } _cmsIOPrintf(m, "<<\n"); _cmsIOPrintf(m, "(colorlistcomment) (%s) \n", "Named profile"); _cmsIOPrintf(m, "(Prefix) [ (Pantone ) (PANTONE ) ]\n"); _cmsIOPrintf(m, "(Suffix) [ ( CV) ( CVC) ( C) ]\n"); nColors = cmsNamedColorCount(NamedColorList); for (i=0; i < nColors; i++) { cmsUInt16Number In[1]; cmsUInt16Number Out[cmsMAXCHANNELS]; In[0] = (cmsUInt16Number) i; if (!cmsNamedColorInfo(NamedColorList, i, ColorName, NULL, NULL, NULL, NULL)) continue; cmsDoTransform(xform, In, Out, 1); BuildColorantList(Colorant, nColorant, Out); _cmsIOPrintf(m, " (%s) [ %s ]\n", ColorName, Colorant); } _cmsIOPrintf(m, " >>"); if (!(dwFlags & cmsFLAGS_NODEFAULTRESOURCEDEF)) { _cmsIOPrintf(m, " /Current exch /HPSpotTable defineresource pop\n"); } cmsDeleteTransform(xform); return 1; } // This one does create a Color Rendering Dictionary. // CRD are always LUT-Based, no matter if profile is // implemented as matrix-shaper. static cmsUInt32Number GenerateCRD(cmsContext ContextID, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags, cmsIOHANDLER* mem) { cmsUInt32Number dwBytesUsed; if (!(dwFlags & cmsFLAGS_NODEFAULTRESOURCEDEF)) { EmitHeader(mem, "Color Rendering Dictionary (CRD)", hProfile); } // Is a named color profile? if (cmsGetDeviceClass(hProfile) == cmsSigNamedColorClass) { if (!WriteNamedColorCRD(mem, hProfile, Intent, dwFlags)) { return 0; } } else { // CRD are always implemented as LUT if (!WriteOutputLUT(mem, hProfile, Intent, dwFlags)) { return 0; } } if (!(dwFlags & cmsFLAGS_NODEFAULTRESOURCEDEF)) { _cmsIOPrintf(mem, "%%%%EndResource\n"); _cmsIOPrintf(mem, "\n%% CRD End\n"); } // Done, keep memory usage dwBytesUsed = mem ->UsedSpace; // Finally, return used byte count return dwBytesUsed; cmsUNUSED_PARAMETER(ContextID); } cmsUInt32Number CMSEXPORT cmsGetPostScriptColorResource(cmsContext ContextID, cmsPSResourceType Type, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags, cmsIOHANDLER* io) { cmsUInt32Number rc; switch (Type) { case cmsPS_RESOURCE_CSA: rc = GenerateCSA(ContextID, hProfile, Intent, dwFlags, io); break; default: case cmsPS_RESOURCE_CRD: rc = GenerateCRD(ContextID, hProfile, Intent, dwFlags, io); break; } return rc; } cmsUInt32Number CMSEXPORT cmsGetPostScriptCRD(cmsContext ContextID, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags, void* Buffer, cmsUInt32Number dwBufferLen) { cmsIOHANDLER* mem; cmsUInt32Number dwBytesUsed; // Set up the serialization engine if (Buffer == NULL) mem = cmsOpenIOhandlerFromNULL(ContextID); else mem = cmsOpenIOhandlerFromMem(ContextID, Buffer, dwBufferLen, "w"); if (!mem) return 0; dwBytesUsed = cmsGetPostScriptColorResource(ContextID, cmsPS_RESOURCE_CRD, hProfile, Intent, dwFlags, mem); // Get rid of memory stream cmsCloseIOhandler(mem); return dwBytesUsed; } // Does create a Color Space Array on XYZ colorspace for PostScript usage cmsUInt32Number CMSEXPORT cmsGetPostScriptCSA(cmsContext ContextID, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags, void* Buffer, cmsUInt32Number dwBufferLen) { cmsIOHANDLER* mem; cmsUInt32Number dwBytesUsed; if (Buffer == NULL) mem = cmsOpenIOhandlerFromNULL(ContextID); else mem = cmsOpenIOhandlerFromMem(ContextID, Buffer, dwBufferLen, "w"); if (!mem) return 0; dwBytesUsed = cmsGetPostScriptColorResource(ContextID, cmsPS_RESOURCE_CSA, hProfile, Intent, dwFlags, mem); // Get rid of memory stream cmsCloseIOhandler(mem); return dwBytesUsed; } lcms2-2.17/src/cmstypes.c0000644000175000017500000061434314752176133014323 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include "lcms2_internal.h" // Tag Serialization ----------------------------------------------------------------------------- // This file implements every single tag and tag type as described in the ICC spec. Some types // have been deprecated, like ncl and Data. There is no implementation for those types as there // are no profiles holding them. The programmer can also extend this list by defining his own types // by using the appropriate plug-in. There are three types of plug ins regarding that. First type // allows to define new tags using any existing type. Next plug-in type allows to define new types // and the third one is very specific: allows to extend the number of elements in the multiprocessing // elements special type. //-------------------------------------------------------------------------------------------------- // Some broken types #define cmsCorbisBrokenXYZtype ((cmsTagTypeSignature) 0x17A505B8) #define cmsMonacoBrokenCurveType ((cmsTagTypeSignature) 0x9478ee00) // This is the linked list that keeps track of the defined types typedef struct _cmsTagTypeLinkedList_st { cmsTagTypeHandler Handler; struct _cmsTagTypeLinkedList_st* Next; } _cmsTagTypeLinkedList; // Some macros to define callbacks. #define READ_FN(x) Type_##x##_Read #define WRITE_FN(x) Type_##x##_Write #define FREE_FN(x) Type_##x##_Free #define DUP_FN(x) Type_##x##_Dup // Helper macro to define a handler. Callbacks do have a fixed naming convention. #define TYPE_HANDLER(t, x) { (t), READ_FN(x), WRITE_FN(x), DUP_FN(x), FREE_FN(x), NULL, 0 } // Helper macro to define a MPE handler. Callbacks do have a fixed naming convention #define TYPE_MPE_HANDLER(t, x) { (t), READ_FN(x), WRITE_FN(x), GenericMPEdup, GenericMPEfree, NULL, 0 } // Infinites #define MINUS_INF (-1E22F) #define PLUS_INF (+1E22F) // Register a new type handler. This routine is shared between normal types and MPE. LinkedList points to the optional list head static cmsBool RegisterTypesPlugin(cmsContext id, cmsPluginBase* Data, _cmsMemoryClient pos) { cmsPluginTagType* Plugin = (cmsPluginTagType*) Data; _cmsTagTypePluginChunkType* ctx = ( _cmsTagTypePluginChunkType*) _cmsContextGetClientChunk(id, pos); _cmsTagTypeLinkedList *pt; // Calling the function with NULL as plug-in would unregister the plug in. if (Data == NULL) { // There is no need to set free the memory, as pool is destroyed as a whole. ctx ->TagTypes = NULL; return TRUE; } // Registering happens in plug-in memory pool. pt = (_cmsTagTypeLinkedList*) _cmsPluginMalloc(id, sizeof(_cmsTagTypeLinkedList)); if (pt == NULL) return FALSE; pt ->Handler = Plugin ->Handler; pt ->Next = ctx ->TagTypes; ctx ->TagTypes = pt; return TRUE; } // Return handler for a given type or NULL if not found. Shared between normal types and MPE. It first tries the additions // made by plug-ins and then the built-in defaults. static cmsTagTypeHandler* GetHandler(cmsTagTypeSignature sig, _cmsTagTypeLinkedList* PluginLinkedList, _cmsTagTypeLinkedList* DefaultLinkedList) { _cmsTagTypeLinkedList* pt; for (pt = PluginLinkedList; pt != NULL; pt = pt ->Next) { if (sig == pt -> Handler.Signature) return &pt ->Handler; } for (pt = DefaultLinkedList; pt != NULL; pt = pt ->Next) { if (sig == pt -> Handler.Signature) return &pt ->Handler; } return NULL; } // Auxiliary to convert UTF-32 to UTF-16 in some cases static cmsBool _cmsWriteWCharArray(cmsIOHANDLER* io, cmsUInt32Number n, const wchar_t* Array) { cmsUInt32Number i; _cmsAssert(io != NULL); _cmsAssert(!(Array == NULL && n > 0)); for (i=0; i < n; i++) { if (!_cmsWriteUInt16Number(io, (cmsUInt16Number) Array[i])) return FALSE; } return TRUE; } // Try to promote correctly to wchar_t when 32 bits cmsINLINE cmsBool is_surrogate(cmsUInt32Number uc) { return (uc - 0xd800u) < 2048u; } cmsINLINE cmsBool is_high_surrogate(cmsUInt32Number uc) { return (uc & 0xfffffc00) == 0xd800; } cmsINLINE cmsBool is_low_surrogate(cmsUInt32Number uc) { return (uc & 0xfffffc00) == 0xdc00; } cmsINLINE cmsUInt32Number surrogate_to_utf32(cmsUInt32Number high, cmsUInt32Number low) { return (high << 10) + low - 0x35fdc00; } cmsINLINE cmsBool convert_utf16_to_utf32(cmsIOHANDLER* io, cmsInt32Number n, wchar_t* output) { cmsUInt16Number uc; while (n > 0) { if (!_cmsReadUInt16Number(io, &uc)) return FALSE; n--; if (!is_surrogate(uc)) { *output++ = (wchar_t)uc; } else { cmsUInt16Number low; if (!_cmsReadUInt16Number(io, &low)) return FALSE; n--; if (is_high_surrogate(uc) && is_low_surrogate(low)) *output++ = (wchar_t)surrogate_to_utf32(uc, low); else return FALSE; // Corrupted string, just ignore } } return TRUE; } // Auxiliary to read an array of wchar_t static cmsBool _cmsReadWCharArray(cmsIOHANDLER* io, cmsUInt32Number n, wchar_t* Array) { cmsUInt32Number i; cmsUInt16Number tmp; cmsBool is32 = sizeof(wchar_t) > sizeof(cmsUInt16Number); _cmsAssert(io != NULL); if (is32 && Array != NULL) { return convert_utf16_to_utf32(io, n, Array); } for (i=0; i < n; i++) { if (Array != NULL) { if (!_cmsReadUInt16Number(io, &tmp)) return FALSE; Array[i] = (wchar_t) tmp; } else { if (!_cmsReadUInt16Number(io, NULL)) return FALSE; } } return TRUE; } // To deal with position tables typedef cmsBool (* PositionTableEntryFn)(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Cargo, cmsUInt32Number n, cmsUInt32Number SizeOfTag); // Helper function to deal with position tables as described in ICC spec 4.3 // A table of n elements is read, where first comes n records containing offsets and sizes and // then a block containing the data itself. This allows to reuse same data in more than one entry static cmsBool ReadPositionTable(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number Count, cmsUInt32Number BaseOffset, void *Cargo, PositionTableEntryFn ElementFn) { cmsUInt32Number i; cmsUInt32Number *ElementOffsets = NULL, *ElementSizes = NULL; cmsUInt32Number currentPosition; currentPosition = io->Tell(io); // Verify there is enough space left to read at least two cmsUInt32Number items for Count items. if (((io->ReportedSize - currentPosition) / (2 * sizeof(cmsUInt32Number))) < Count) return FALSE; // Let's take the offsets to each element ElementOffsets = (cmsUInt32Number *) _cmsCalloc(io ->ContextID, Count, sizeof(cmsUInt32Number)); if (ElementOffsets == NULL) goto Error; ElementSizes = (cmsUInt32Number *) _cmsCalloc(io ->ContextID, Count, sizeof(cmsUInt32Number)); if (ElementSizes == NULL) goto Error; for (i=0; i < Count; i++) { if (!_cmsReadUInt32Number(io, &ElementOffsets[i])) goto Error; if (!_cmsReadUInt32Number(io, &ElementSizes[i])) goto Error; ElementOffsets[i] += BaseOffset; } // Seek to each element and read it for (i=0; i < Count; i++) { if (!io -> Seek(io, ElementOffsets[i])) goto Error; // This is the reader callback if (!ElementFn(self, io, Cargo, i, ElementSizes[i])) goto Error; } // Success if (ElementOffsets != NULL) _cmsFree(io ->ContextID, ElementOffsets); if (ElementSizes != NULL) _cmsFree(io ->ContextID, ElementSizes); return TRUE; Error: if (ElementOffsets != NULL) _cmsFree(io ->ContextID, ElementOffsets); if (ElementSizes != NULL) _cmsFree(io ->ContextID, ElementSizes); return FALSE; } // Same as anterior, but for write position tables static cmsBool WritePositionTable(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number SizeOfTag, cmsUInt32Number Count, cmsUInt32Number BaseOffset, void *Cargo, PositionTableEntryFn ElementFn) { cmsUInt32Number i; cmsUInt32Number DirectoryPos, CurrentPos, Before; cmsUInt32Number *ElementOffsets = NULL, *ElementSizes = NULL; // Create table ElementOffsets = (cmsUInt32Number *) _cmsCalloc(io ->ContextID, Count, sizeof(cmsUInt32Number)); if (ElementOffsets == NULL) goto Error; ElementSizes = (cmsUInt32Number *) _cmsCalloc(io ->ContextID, Count, sizeof(cmsUInt32Number)); if (ElementSizes == NULL) goto Error; // Keep starting position of curve offsets DirectoryPos = io ->Tell(io); // Write a fake directory to be filled latter on for (i=0; i < Count; i++) { if (!_cmsWriteUInt32Number(io, 0)) goto Error; // Offset if (!_cmsWriteUInt32Number(io, 0)) goto Error; // size } // Write each element. Keep track of the size as well. for (i=0; i < Count; i++) { Before = io ->Tell(io); ElementOffsets[i] = Before - BaseOffset; // Callback to write... if (!ElementFn(self, io, Cargo, i, SizeOfTag)) goto Error; // Now the size ElementSizes[i] = io ->Tell(io) - Before; } // Write the directory CurrentPos = io ->Tell(io); if (!io ->Seek(io, DirectoryPos)) goto Error; for (i=0; i < Count; i++) { if (!_cmsWriteUInt32Number(io, ElementOffsets[i])) goto Error; if (!_cmsWriteUInt32Number(io, ElementSizes[i])) goto Error; } if (!io ->Seek(io, CurrentPos)) goto Error; if (ElementOffsets != NULL) _cmsFree(io ->ContextID, ElementOffsets); if (ElementSizes != NULL) _cmsFree(io ->ContextID, ElementSizes); return TRUE; Error: if (ElementOffsets != NULL) _cmsFree(io ->ContextID, ElementOffsets); if (ElementSizes != NULL) _cmsFree(io ->ContextID, ElementSizes); return FALSE; } // ******************************************************************************** // Type XYZ. Only one value is allowed // ******************************************************************************** //The XYZType contains an array of three encoded values for the XYZ tristimulus //values. Tristimulus values must be non-negative. The signed encoding allows for //implementation optimizations by minimizing the number of fixed formats. static void *Type_XYZ_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsCIEXYZ* xyz; *nItems = 0; xyz = (cmsCIEXYZ*) _cmsMallocZero(self ->ContextID, sizeof(cmsCIEXYZ)); if (xyz == NULL) return NULL; if (!_cmsReadXYZNumber(io, xyz)) { _cmsFree(self ->ContextID, xyz); return NULL; } *nItems = 1; return (void*) xyz; cmsUNUSED_PARAMETER(SizeOfTag); } static cmsBool Type_XYZ_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { return _cmsWriteXYZNumber(io, (cmsCIEXYZ*) Ptr); cmsUNUSED_PARAMETER(nItems); cmsUNUSED_PARAMETER(self); } static void* Type_XYZ_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) { return _cmsDupMem(self ->ContextID, Ptr, sizeof(cmsCIEXYZ)); cmsUNUSED_PARAMETER(n); } static void Type_XYZ_Free(struct _cms_typehandler_struct* self, void *Ptr) { _cmsFree(self ->ContextID, Ptr); } static cmsTagTypeSignature DecideXYZtype(cmsFloat64Number ICCVersion, const void *Data) { return cmsSigXYZType; cmsUNUSED_PARAMETER(ICCVersion); cmsUNUSED_PARAMETER(Data); } // ******************************************************************************** // Type chromaticity. Only one value is allowed // ******************************************************************************** // The chromaticity tag type provides basic chromaticity data and type of // phosphors or colorants of a monitor to applications and utilities. static void *Type_Chromaticity_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsCIExyYTRIPLE* chrm; cmsUInt16Number nChans, Table; *nItems = 0; chrm = (cmsCIExyYTRIPLE*) _cmsMallocZero(self ->ContextID, sizeof(cmsCIExyYTRIPLE)); if (chrm == NULL) return NULL; if (!_cmsReadUInt16Number(io, &nChans)) goto Error; // Let's recover from a bug introduced in early versions of lcms1 if (nChans == 0 && SizeOfTag == 32) { if (!_cmsReadUInt16Number(io, NULL)) goto Error; if (!_cmsReadUInt16Number(io, &nChans)) goto Error; } if (nChans != 3) goto Error; if (!_cmsReadUInt16Number(io, &Table)) goto Error; if (!_cmsRead15Fixed16Number(io, &chrm ->Red.x)) goto Error; if (!_cmsRead15Fixed16Number(io, &chrm ->Red.y)) goto Error; chrm ->Red.Y = 1.0; if (!_cmsRead15Fixed16Number(io, &chrm ->Green.x)) goto Error; if (!_cmsRead15Fixed16Number(io, &chrm ->Green.y)) goto Error; chrm ->Green.Y = 1.0; if (!_cmsRead15Fixed16Number(io, &chrm ->Blue.x)) goto Error; if (!_cmsRead15Fixed16Number(io, &chrm ->Blue.y)) goto Error; chrm ->Blue.Y = 1.0; *nItems = 1; return (void*) chrm; Error: _cmsFree(self ->ContextID, (void*) chrm); return NULL; cmsUNUSED_PARAMETER(SizeOfTag); } static cmsBool SaveOneChromaticity(cmsFloat64Number x, cmsFloat64Number y, cmsIOHANDLER* io) { if (!_cmsWriteUInt32Number(io, (cmsUInt32Number) _cmsDoubleTo15Fixed16(x))) return FALSE; if (!_cmsWriteUInt32Number(io, (cmsUInt32Number) _cmsDoubleTo15Fixed16(y))) return FALSE; return TRUE; } static cmsBool Type_Chromaticity_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsCIExyYTRIPLE* chrm = (cmsCIExyYTRIPLE*) Ptr; if (!_cmsWriteUInt16Number(io, 3)) return FALSE; // nChannels if (!_cmsWriteUInt16Number(io, 0)) return FALSE; // Table if (!SaveOneChromaticity(chrm -> Red.x, chrm -> Red.y, io)) return FALSE; if (!SaveOneChromaticity(chrm -> Green.x, chrm -> Green.y, io)) return FALSE; if (!SaveOneChromaticity(chrm -> Blue.x, chrm -> Blue.y, io)) return FALSE; return TRUE; cmsUNUSED_PARAMETER(nItems); cmsUNUSED_PARAMETER(self); } static void* Type_Chromaticity_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) { return _cmsDupMem(self ->ContextID, Ptr, sizeof(cmsCIExyYTRIPLE)); cmsUNUSED_PARAMETER(n); } static void Type_Chromaticity_Free(struct _cms_typehandler_struct* self, void* Ptr) { _cmsFree(self ->ContextID, Ptr); } // ******************************************************************************** // Type cmsSigColorantOrderType // ******************************************************************************** // This is an optional tag which specifies the laydown order in which colorants will // be printed on an n-colorant device. The laydown order may be the same as the // channel generation order listed in the colorantTableTag or the channel order of a // colour space such as CMYK, in which case this tag is not needed. When this is not // the case (for example, ink-towers sometimes use the order KCMY), this tag may be // used to specify the laydown order of the colorants. static void *Type_ColorantOrderType_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsUInt8Number* ColorantOrder; cmsUInt32Number Count; *nItems = 0; if (!_cmsReadUInt32Number(io, &Count)) return NULL; if (Count > cmsMAXCHANNELS) return NULL; ColorantOrder = (cmsUInt8Number*) _cmsCalloc(self ->ContextID, cmsMAXCHANNELS, sizeof(cmsUInt8Number)); if (ColorantOrder == NULL) return NULL; // We use FF as end marker memset(ColorantOrder, 0xFF, cmsMAXCHANNELS * sizeof(cmsUInt8Number)); if (io ->Read(io, ColorantOrder, sizeof(cmsUInt8Number), Count) != Count) { _cmsFree(self ->ContextID, (void*) ColorantOrder); return NULL; } *nItems = 1; return (void*) ColorantOrder; cmsUNUSED_PARAMETER(SizeOfTag); } static cmsBool Type_ColorantOrderType_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsUInt8Number* ColorantOrder = (cmsUInt8Number*) Ptr; cmsUInt32Number i, sz, Count; // Get the length for (Count=i=0; i < cmsMAXCHANNELS; i++) { if (ColorantOrder[i] != 0xFF) Count++; } if (!_cmsWriteUInt32Number(io, Count)) return FALSE; sz = Count * sizeof(cmsUInt8Number); if (!io -> Write(io, sz, ColorantOrder)) return FALSE; return TRUE; cmsUNUSED_PARAMETER(nItems); cmsUNUSED_PARAMETER(self); } static void* Type_ColorantOrderType_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) { return _cmsDupMem(self ->ContextID, Ptr, cmsMAXCHANNELS * sizeof(cmsUInt8Number)); cmsUNUSED_PARAMETER(n); } static void Type_ColorantOrderType_Free(struct _cms_typehandler_struct* self, void* Ptr) { _cmsFree(self ->ContextID, Ptr); } // ******************************************************************************** // Type cmsSigUInt8ArrayType // ******************************************************************************** // This type represents an array of generic 1-byte/8-bit quantity. static void* Type_UInt8_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsUInt8Number* array; cmsUInt32Number i, n; *nItems = 0; n = SizeOfTag / sizeof(cmsUInt8Number); array = (cmsUInt8Number*)_cmsCalloc(self->ContextID, n, sizeof(cmsUInt8Number)); if (array == NULL) return NULL; for (i = 0; i < n; i++) { if (!_cmsReadUInt8Number(io, &array[i])) { _cmsFree(self->ContextID, array); return NULL; } } *nItems = n; return (void*)array; } static cmsBool Type_UInt8_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsUInt8Number* Value = (cmsUInt8Number*)Ptr; cmsUInt32Number i; for (i = 0; i < nItems; i++) { if (!_cmsWriteUInt8Number(io, Value[i])) return FALSE; } return TRUE; cmsUNUSED_PARAMETER(self); } static void* Type_UInt8_Dup(struct _cms_typehandler_struct* self, const void* Ptr, cmsUInt32Number n) { return _cmsDupMem(self->ContextID, Ptr, n * sizeof(cmsUInt8Number)); } static void Type_UInt8_Free(struct _cms_typehandler_struct* self, void* Ptr) { _cmsFree(self->ContextID, Ptr); } // ******************************************************************************** // Type cmsSigUInt32ArrayType // ******************************************************************************** // This type represents an array of generic 4-byte/32-bit quantity. static void* Type_UInt32_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsUInt32Number* array; cmsUInt32Number i, n; *nItems = 0; n = SizeOfTag / sizeof(cmsUInt32Number); array = (cmsUInt32Number*)_cmsCalloc(self->ContextID, n, sizeof(cmsUInt32Number)); if (array == NULL) return NULL; for (i = 0; i < n; i++) { if (!_cmsReadUInt32Number(io, &array[i])) { _cmsFree(self->ContextID, array); return NULL; } } *nItems = n; return (void*)array; } static cmsBool Type_UInt32_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsUInt32Number* Value = (cmsUInt32Number*)Ptr; cmsUInt32Number i; for (i = 0; i < nItems; i++) { if (!_cmsWriteUInt32Number(io, Value[i])) return FALSE; } return TRUE; cmsUNUSED_PARAMETER(self); } static void* Type_UInt32_Dup(struct _cms_typehandler_struct* self, const void* Ptr, cmsUInt32Number n) { return _cmsDupMem(self->ContextID, Ptr, n * sizeof(cmsUInt32Number)); } static void Type_UInt32_Free(struct _cms_typehandler_struct* self, void* Ptr) { _cmsFree(self->ContextID, Ptr); } // ******************************************************************************** // Type cmsSigUInt64ArrayType // ******************************************************************************** // This type represents an array of generic 8-byte/64-bit quantity. static void* Type_UInt64_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsUInt64Number* array; cmsUInt32Number i, n; *nItems = 0; n = SizeOfTag / sizeof(cmsUInt64Number); array = (cmsUInt64Number*)_cmsCalloc(self->ContextID, n, sizeof(cmsUInt64Number)); if (array == NULL) return NULL; for (i = 0; i < n; i++) { if (!_cmsReadUInt64Number(io, &array[i])) { _cmsFree(self->ContextID, array); return NULL; } } *nItems = n; return (void*)array; } static cmsBool Type_UInt64_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsUInt64Number* Value = (cmsUInt64Number*)Ptr; cmsUInt32Number i; for (i = 0; i < nItems; i++) { if (!_cmsWriteUInt64Number(io, &Value[i])) return FALSE; } return TRUE; cmsUNUSED_PARAMETER(self); } static void* Type_UInt64_Dup(struct _cms_typehandler_struct* self, const void* Ptr, cmsUInt32Number n) { return _cmsDupMem(self->ContextID, Ptr, n * sizeof(cmsUInt64Number)); } static void Type_UInt64_Free(struct _cms_typehandler_struct* self, void* Ptr) { _cmsFree(self->ContextID, Ptr); } // ******************************************************************************** // Type cmsSigS15Fixed16ArrayType // ******************************************************************************** // This type represents an array of generic 4-byte/32-bit fixed point quantity. // The number of values is determined from the size of the tag. static void *Type_S15Fixed16_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsFloat64Number* array_double; cmsUInt32Number i, n; *nItems = 0; n = SizeOfTag / sizeof(cmsUInt32Number); array_double = (cmsFloat64Number*) _cmsCalloc(self ->ContextID, n, sizeof(cmsFloat64Number)); if (array_double == NULL) return NULL; for (i=0; i < n; i++) { if (!_cmsRead15Fixed16Number(io, &array_double[i])) { _cmsFree(self ->ContextID, array_double); return NULL; } } *nItems = n; return (void*) array_double; } static cmsBool Type_S15Fixed16_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsFloat64Number* Value = (cmsFloat64Number*) Ptr; cmsUInt32Number i; for (i=0; i < nItems; i++) { if (!_cmsWrite15Fixed16Number(io, Value[i])) return FALSE; } return TRUE; cmsUNUSED_PARAMETER(self); } static void* Type_S15Fixed16_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) { return _cmsDupMem(self ->ContextID, Ptr, n * sizeof(cmsFloat64Number)); } static void Type_S15Fixed16_Free(struct _cms_typehandler_struct* self, void* Ptr) { _cmsFree(self ->ContextID, Ptr); } // ******************************************************************************** // Type cmsSigU16Fixed16ArrayType // ******************************************************************************** // This type represents an array of generic 4-byte/32-bit quantity. // The number of values is determined from the size of the tag. static void *Type_U16Fixed16_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsFloat64Number* array_double; cmsUInt32Number v; cmsUInt32Number i, n; *nItems = 0; n = SizeOfTag / sizeof(cmsUInt32Number); array_double = (cmsFloat64Number*) _cmsCalloc(self ->ContextID, n, sizeof(cmsFloat64Number)); if (array_double == NULL) return NULL; for (i=0; i < n; i++) { if (!_cmsReadUInt32Number(io, &v)) { _cmsFree(self ->ContextID, (void*) array_double); return NULL; } // Convert to cmsFloat64Number array_double[i] = (cmsFloat64Number) (v / 65536.0); } *nItems = n; return (void*) array_double; } static cmsBool Type_U16Fixed16_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsFloat64Number* Value = (cmsFloat64Number*) Ptr; cmsUInt32Number i; for (i=0; i < nItems; i++) { cmsUInt32Number v = (cmsUInt32Number) floor(Value[i]*65536.0 + 0.5); if (!_cmsWriteUInt32Number(io, v)) return FALSE; } return TRUE; cmsUNUSED_PARAMETER(self); } static void* Type_U16Fixed16_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) { return _cmsDupMem(self ->ContextID, Ptr, n * sizeof(cmsFloat64Number)); } static void Type_U16Fixed16_Free(struct _cms_typehandler_struct* self, void* Ptr) { _cmsFree(self ->ContextID, Ptr); } // ******************************************************************************** // Type cmsSigSignatureType // ******************************************************************************** // // The signatureType contains a four-byte sequence, Sequences of less than four // characters are padded at the end with spaces, 20h. // Typically this type is used for registered tags that can be displayed on many // development systems as a sequence of four characters. static void *Type_Signature_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsSignature* SigPtr = (cmsSignature*) _cmsMalloc(self ->ContextID, sizeof(cmsSignature)); if (SigPtr == NULL) return NULL; if (!_cmsReadUInt32Number(io, SigPtr)) return NULL; *nItems = 1; return SigPtr; cmsUNUSED_PARAMETER(SizeOfTag); } static cmsBool Type_Signature_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsSignature* SigPtr = (cmsSignature*) Ptr; return _cmsWriteUInt32Number(io, *SigPtr); cmsUNUSED_PARAMETER(nItems); cmsUNUSED_PARAMETER(self); } static void* Type_Signature_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) { return _cmsDupMem(self ->ContextID, Ptr, n * sizeof(cmsSignature)); } static void Type_Signature_Free(struct _cms_typehandler_struct* self, void* Ptr) { _cmsFree(self ->ContextID, Ptr); } // ******************************************************************************** // Type cmsSigTextType // ******************************************************************************** // // The textType is a simple text structure that contains a 7-bit ASCII text string. // The length of the string is obtained by subtracting 8 from the element size portion // of the tag itself. This string must be terminated with a 00h byte. static void *Type_Text_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { char* Text = NULL; cmsMLU* mlu = NULL; // Create a container mlu = cmsMLUalloc(self ->ContextID, 1); if (mlu == NULL) return NULL; *nItems = 0; // We need to store the "\0" at the end, so +1 if (SizeOfTag == UINT_MAX) goto Error; Text = (char*) _cmsMalloc(self ->ContextID, SizeOfTag + 1); if (Text == NULL) goto Error; if (io -> Read(io, Text, sizeof(char), SizeOfTag) != SizeOfTag) goto Error; // Make sure text is properly ended Text[SizeOfTag] = 0; *nItems = 1; // Keep the result if (!cmsMLUsetASCII(mlu, cmsNoLanguage, cmsNoCountry, Text)) goto Error; _cmsFree(self ->ContextID, Text); return (void*) mlu; Error: if (mlu != NULL) cmsMLUfree(mlu); if (Text != NULL) _cmsFree(self ->ContextID, Text); return NULL; } // The conversion implies to choose a language. So, we choose the actual language. static cmsBool Type_Text_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsMLU* mlu = (cmsMLU*) Ptr; cmsUInt32Number size; cmsBool rc; char* Text; // Get the size of the string. Note there is an extra "\0" at the end size = cmsMLUgetASCII(mlu, cmsNoLanguage, cmsNoCountry, NULL, 0); if (size == 0) return FALSE; // Cannot be zero! // Create memory Text = (char*) _cmsMalloc(self ->ContextID, size); if (Text == NULL) return FALSE; cmsMLUgetASCII(mlu, cmsNoLanguage, cmsNoCountry, Text, size); // Write it, including separator rc = io ->Write(io, size, Text); _cmsFree(self ->ContextID, Text); return rc; cmsUNUSED_PARAMETER(nItems); } static void* Type_Text_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) { return (void*) cmsMLUdup((cmsMLU*) Ptr); cmsUNUSED_PARAMETER(n); cmsUNUSED_PARAMETER(self); } static void Type_Text_Free(struct _cms_typehandler_struct* self, void* Ptr) { cmsMLU* mlu = (cmsMLU*) Ptr; cmsMLUfree(mlu); return; cmsUNUSED_PARAMETER(self); } static cmsTagTypeSignature DecideTextType(cmsFloat64Number ICCVersion, const void *Data) { if (ICCVersion >= 4.0) return cmsSigMultiLocalizedUnicodeType; return cmsSigTextType; cmsUNUSED_PARAMETER(Data); } // ******************************************************************************** // Type cmsSigDataType // ******************************************************************************** // General purpose data type static void *Type_Data_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsICCData* BinData; cmsUInt32Number LenOfData; *nItems = 0; if (SizeOfTag < sizeof(cmsUInt32Number)) return NULL; LenOfData = SizeOfTag - sizeof(cmsUInt32Number); if (LenOfData > INT_MAX) return NULL; BinData = (cmsICCData*) _cmsMalloc(self ->ContextID, sizeof(cmsICCData) + LenOfData - 1); if (BinData == NULL) return NULL; BinData ->len = LenOfData; if (!_cmsReadUInt32Number(io, &BinData->flag)) { _cmsFree(self ->ContextID, BinData); return NULL; } if (io -> Read(io, BinData ->data, sizeof(cmsUInt8Number), LenOfData) != LenOfData) { _cmsFree(self ->ContextID, BinData); return NULL; } *nItems = 1; return (void*) BinData; } static cmsBool Type_Data_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsICCData* BinData = (cmsICCData*) Ptr; if (!_cmsWriteUInt32Number(io, BinData ->flag)) return FALSE; return io ->Write(io, BinData ->len, BinData ->data); cmsUNUSED_PARAMETER(nItems); cmsUNUSED_PARAMETER(self); } static void* Type_Data_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) { cmsICCData* BinData = (cmsICCData*) Ptr; return _cmsDupMem(self ->ContextID, Ptr, sizeof(cmsICCData) + BinData ->len - 1); cmsUNUSED_PARAMETER(n); } static void Type_Data_Free(struct _cms_typehandler_struct* self, void* Ptr) { _cmsFree(self ->ContextID, Ptr); } // ******************************************************************************** // Type cmsSigTextDescriptionType // ******************************************************************************** static void *Type_Text_Description_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { char* Text = NULL; wchar_t* UnicodeString = NULL; cmsMLU* mlu = NULL; cmsUInt32Number AsciiCount; cmsUInt32Number i, UnicodeCode, UnicodeCount; cmsUInt16Number ScriptCodeCode, Dummy; cmsUInt8Number ScriptCodeCount; *nItems = 0; // One dword should be there if (SizeOfTag < sizeof(cmsUInt32Number)) return NULL; // Read len of ASCII if (!_cmsReadUInt32Number(io, &AsciiCount)) return NULL; if (AsciiCount > 0x7ffff) return NULL; SizeOfTag -= sizeof(cmsUInt32Number); // Check for size if (SizeOfTag < AsciiCount) return NULL; // All seems Ok, allocate the container mlu = cmsMLUalloc(self ->ContextID, 2); if (mlu == NULL) return NULL; // As many memory as size of tag Text = (char*) _cmsMalloc(self ->ContextID, AsciiCount + 1); if (Text == NULL) goto Error; // Read it if (io ->Read(io, Text, sizeof(char), AsciiCount) != AsciiCount) goto Error; SizeOfTag -= AsciiCount; // Make sure there is a terminator Text[AsciiCount] = 0; // Set the MLU entry. From here we can be tolerant to wrong types if (!cmsMLUsetASCII(mlu, cmsNoLanguage, cmsNoCountry, Text)) goto Error; _cmsFree(self ->ContextID, (void*) Text); Text = NULL; // Skip Unicode code if (SizeOfTag < 2* sizeof(cmsUInt32Number)) goto Done; if (!_cmsReadUInt32Number(io, &UnicodeCode)) goto Done; if (!_cmsReadUInt32Number(io, &UnicodeCount)) goto Done; SizeOfTag -= 2* sizeof(cmsUInt32Number); if (UnicodeCount == 0 || UnicodeCount > 0x7ffff || SizeOfTag < UnicodeCount*sizeof(cmsUInt16Number)) goto Done; UnicodeString = (wchar_t*)_cmsMallocZero(self->ContextID, (UnicodeCount + 1) * sizeof(wchar_t)); if (UnicodeString == NULL) goto Done; if (!_cmsReadWCharArray(io, UnicodeCount, UnicodeString)) { _cmsFree(self->ContextID, (void*)UnicodeString); goto Done; } UnicodeString[UnicodeCount] = 0; if (!cmsMLUsetWide(mlu, cmsV2Unicode, cmsV2Unicode, UnicodeString)) { _cmsFree(self->ContextID, (void*)UnicodeString); goto Done; } _cmsFree(self->ContextID, (void*)UnicodeString); UnicodeString = NULL; SizeOfTag -= UnicodeCount*sizeof(cmsUInt16Number); // Skip ScriptCode code if present. Some buggy profiles does have less // data that strictly required. We need to skip it as this type may come // embedded in other types. if (SizeOfTag >= sizeof(cmsUInt16Number) + sizeof(cmsUInt8Number) + 67) { if (!_cmsReadUInt16Number(io, &ScriptCodeCode)) goto Done; if (!_cmsReadUInt8Number(io, &ScriptCodeCount)) goto Done; // Skip rest of tag for (i=0; i < 67; i++) { if (!io ->Read(io, &Dummy, sizeof(cmsUInt8Number), 1)) goto Error; } } Done: *nItems = 1; return mlu; Error: if (UnicodeString) _cmsFree(self->ContextID, (void*)UnicodeString); if (Text) _cmsFree(self ->ContextID, (void*) Text); if (mlu) cmsMLUfree(mlu); return NULL; } // This tag can come IN UNALIGNED SIZE. In order to prevent issues, we force zeros on description to align it static cmsBool Type_Text_Description_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsMLU* mlu = (cmsMLU*) Ptr; char *Text = NULL; wchar_t *Wide = NULL; cmsUInt32Number len, len_text, len_tag_requirement, len_aligned; cmsBool rc = FALSE; char Filler[68]; // Used below for writing zeroes memset(Filler, 0, sizeof(Filler)); // Get the len of string len = cmsMLUgetASCII(mlu, cmsNoLanguage, cmsNoCountry, NULL, 0); // Specification ICC.1:2001-04 (v2.4.0): It has been found that textDescriptionType can contain misaligned data //(see clause 4.1 for the definition of 'aligned'). Because the Unicode language // code and Unicode count immediately follow the ASCII description, their // alignment is not correct if the ASCII count is not a multiple of four. The // ScriptCode code is misaligned when the ASCII count is odd. Profile reading and // writing software must be written carefully in order to handle these alignment // problems. // // The above last sentence suggest to handle alignment issues in the // parser. The provided example (Table 69 on Page 60) makes this clear. // The padding only in the ASCII count is not sufficient for a aligned tag // size, with the same text size in ASCII and Unicode. // Null strings if (len <= 0) { Text = (char*) _cmsDupMem(self ->ContextID, "", sizeof(char)); Wide = (wchar_t*) _cmsDupMem(self ->ContextID, L"", sizeof(wchar_t)); } else { // Create independent buffers Text = (char*) _cmsCalloc(self ->ContextID, len, sizeof(char)); if (Text == NULL) goto Error; Wide = (wchar_t*) _cmsCalloc(self ->ContextID, len, sizeof(wchar_t)); if (Wide == NULL) goto Error; // Get both representations. cmsMLUgetASCII(mlu, cmsNoLanguage, cmsNoCountry, Text, len * sizeof(char)); cmsMLUgetWide(mlu, cmsV2Unicode, cmsV2Unicode, Wide, len * sizeof(wchar_t)); } // Tell the real text len including the null terminator and padding len_text = (cmsUInt32Number) strlen(Text) + 1; // Compute an total tag size requirement len_tag_requirement = (8+4+len_text+4+4+2*len_text+2+1+67); len_aligned = _cmsALIGNLONG(len_tag_requirement); // * cmsUInt32Number count; * Description length // * cmsInt8Number desc[count] * NULL terminated ascii string // * cmsUInt32Number ucLangCode; * UniCode language code // * cmsUInt32Number ucCount; * UniCode description length // * cmsInt16Number ucDesc[ucCount];* The UniCode description // * cmsUInt16Number scCode; * ScriptCode code // * cmsUInt8Number scCount; * ScriptCode count // * cmsInt8Number scDesc[67]; * ScriptCode Description if (!_cmsWriteUInt32Number(io, len_text)) goto Error; if (!io ->Write(io, len_text, Text)) goto Error; if (!_cmsWriteUInt32Number(io, 0)) goto Error; // ucLanguageCode if (!_cmsWriteUInt32Number(io, len_text)) goto Error; // Note that in some compilers sizeof(cmsUInt16Number) != sizeof(wchar_t) if (!_cmsWriteWCharArray(io, len_text, Wide)) goto Error; // ScriptCode Code & count (unused) if (!_cmsWriteUInt16Number(io, 0)) goto Error; if (!_cmsWriteUInt8Number(io, 0)) goto Error; if (!io ->Write(io, 67, Filler)) goto Error; // possibly add pad at the end of tag if (len_aligned > len_tag_requirement) if (!io ->Write(io, len_aligned - len_tag_requirement, Filler)) goto Error; rc = TRUE; Error: if (Text) _cmsFree(self ->ContextID, Text); if (Wide) _cmsFree(self ->ContextID, Wide); return rc; cmsUNUSED_PARAMETER(nItems); } static void* Type_Text_Description_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) { return (void*) cmsMLUdup((cmsMLU*) Ptr); cmsUNUSED_PARAMETER(n); cmsUNUSED_PARAMETER(self); } static void Type_Text_Description_Free(struct _cms_typehandler_struct* self, void* Ptr) { cmsMLU* mlu = (cmsMLU*) Ptr; cmsMLUfree(mlu); return; cmsUNUSED_PARAMETER(self); } static cmsTagTypeSignature DecideTextDescType(cmsFloat64Number ICCVersion, const void *Data) { if (ICCVersion >= 4.0) return cmsSigMultiLocalizedUnicodeType; return cmsSigTextDescriptionType; cmsUNUSED_PARAMETER(Data); } // ******************************************************************************** // Type cmsSigCurveType // ******************************************************************************** static void *Type_Curve_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsUInt32Number Count; cmsToneCurve* NewGamma; *nItems = 0; if (!_cmsReadUInt32Number(io, &Count)) return NULL; switch (Count) { case 0: // Linear. { cmsFloat64Number SingleGamma = 1.0; NewGamma = cmsBuildParametricToneCurve(self ->ContextID, 1, &SingleGamma); if (!NewGamma) return NULL; *nItems = 1; return NewGamma; } case 1: // Specified as the exponent of gamma function { cmsUInt16Number SingleGammaFixed; cmsFloat64Number SingleGamma; if (!_cmsReadUInt16Number(io, &SingleGammaFixed)) return NULL; SingleGamma = _cms8Fixed8toDouble(SingleGammaFixed); *nItems = 1; return cmsBuildParametricToneCurve(self ->ContextID, 1, &SingleGamma); } default: // Curve if (Count > 0x7FFF) return NULL; // This is to prevent bad guys for doing bad things NewGamma = cmsBuildTabulatedToneCurve16(self ->ContextID, Count, NULL); if (!NewGamma) return NULL; if (!_cmsReadUInt16Array(io, Count, NewGamma -> Table16)) { cmsFreeToneCurve(NewGamma); return NULL; } *nItems = 1; return NewGamma; } cmsUNUSED_PARAMETER(SizeOfTag); } static cmsBool Type_Curve_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsToneCurve* Curve = (cmsToneCurve*) Ptr; if (Curve ->nSegments == 1 && Curve ->Segments[0].Type == 1) { // Single gamma, preserve number cmsUInt16Number SingleGammaFixed = _cmsDoubleTo8Fixed8(Curve ->Segments[0].Params[0]); if (!_cmsWriteUInt32Number(io, 1)) return FALSE; if (!_cmsWriteUInt16Number(io, SingleGammaFixed)) return FALSE; return TRUE; } if (!_cmsWriteUInt32Number(io, Curve ->nEntries)) return FALSE; return _cmsWriteUInt16Array(io, Curve ->nEntries, Curve ->Table16); cmsUNUSED_PARAMETER(nItems); cmsUNUSED_PARAMETER(self); } static void* Type_Curve_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) { return (void*) cmsDupToneCurve((cmsToneCurve*) Ptr); cmsUNUSED_PARAMETER(n); cmsUNUSED_PARAMETER(self); } static void Type_Curve_Free(struct _cms_typehandler_struct* self, void* Ptr) { cmsToneCurve* gamma = (cmsToneCurve*) Ptr; cmsFreeToneCurve(gamma); return; cmsUNUSED_PARAMETER(self); } // ******************************************************************************** // Type cmsSigParametricCurveType // ******************************************************************************** // Decide which curve type to use on writing static cmsTagTypeSignature DecideCurveType(cmsFloat64Number ICCVersion, const void *Data) { cmsToneCurve* Curve = (cmsToneCurve*) Data; if (ICCVersion < 4.0) return cmsSigCurveType; if (Curve ->nSegments != 1) return cmsSigCurveType; // Only 1-segment curves can be saved as parametric if (Curve ->Segments[0].Type < 0) return cmsSigCurveType; // Only non-inverted curves if (Curve ->Segments[0].Type > 5) return cmsSigCurveType; // Only ICC parametric curves return cmsSigParametricCurveType; } static void *Type_ParametricCurve_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { static const int ParamsByType[] = { 1, 3, 4, 5, 7 }; cmsFloat64Number Params[10]; cmsUInt16Number Type; int i, n; cmsToneCurve* NewGamma; if (!_cmsReadUInt16Number(io, &Type)) return NULL; if (!_cmsReadUInt16Number(io, NULL)) return NULL; // Reserved if (Type > 4) { cmsSignalError(self->ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unknown parametric curve type '%d'", Type); return NULL; } memset(Params, 0, sizeof(Params)); n = ParamsByType[Type]; for (i=0; i < n; i++) { if (!_cmsRead15Fixed16Number(io, &Params[i])) return NULL; } NewGamma = cmsBuildParametricToneCurve(self ->ContextID, Type+1, Params); *nItems = 1; return NewGamma; cmsUNUSED_PARAMETER(SizeOfTag); } static cmsBool Type_ParametricCurve_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsToneCurve* Curve = (cmsToneCurve*) Ptr; int i, nParams, typen; static const int ParamsByType[] = { 0, 1, 3, 4, 5, 7 }; typen = Curve -> Segments[0].Type; if (Curve ->nSegments > 1 || typen < 1) { cmsSignalError(self->ContextID, cmsERROR_UNKNOWN_EXTENSION, "Multisegment or Inverted parametric curves cannot be written"); return FALSE; } if (typen > 5) { cmsSignalError(self->ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unsupported parametric curve"); return FALSE; } nParams = ParamsByType[typen]; if (!_cmsWriteUInt16Number(io, (cmsUInt16Number) (Curve ->Segments[0].Type - 1))) return FALSE; if (!_cmsWriteUInt16Number(io, 0)) return FALSE; // Reserved for (i=0; i < nParams; i++) { if (!_cmsWrite15Fixed16Number(io, Curve -> Segments[0].Params[i])) return FALSE; } return TRUE; cmsUNUSED_PARAMETER(nItems); } static void* Type_ParametricCurve_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) { return (void*) cmsDupToneCurve((cmsToneCurve*) Ptr); cmsUNUSED_PARAMETER(n); cmsUNUSED_PARAMETER(self); } static void Type_ParametricCurve_Free(struct _cms_typehandler_struct* self, void* Ptr) { cmsToneCurve* gamma = (cmsToneCurve*) Ptr; cmsFreeToneCurve(gamma); return; cmsUNUSED_PARAMETER(self); } // ******************************************************************************** // Type cmsSigDateTimeType // ******************************************************************************** // A 12-byte value representation of the time and date, where the byte usage is assigned // as specified in table 1. The actual values are encoded as 16-bit unsigned integers // (uInt16Number - see 5.1.6). // // All the dateTimeNumber values in a profile shall be in Coordinated Universal Time // (UTC, also known as GMT or ZULU Time). Profile writers are required to convert local // time to UTC when setting these values. Programs that display these values may show // the dateTimeNumber as UTC, show the equivalent local time (at current locale), or // display both UTC and local versions of the dateTimeNumber. static void *Type_DateTime_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsDateTimeNumber timestamp; struct tm * NewDateTime; *nItems = 0; NewDateTime = (struct tm*) _cmsMalloc(self ->ContextID, sizeof(struct tm)); if (NewDateTime == NULL) return NULL; if (io->Read(io, ×tamp, sizeof(cmsDateTimeNumber), 1) != 1) return NULL; _cmsDecodeDateTimeNumber(×tamp, NewDateTime); *nItems = 1; return NewDateTime; cmsUNUSED_PARAMETER(SizeOfTag); } static cmsBool Type_DateTime_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { struct tm * DateTime = (struct tm*) Ptr; cmsDateTimeNumber timestamp; _cmsEncodeDateTimeNumber(×tamp, DateTime); if (!io ->Write(io, sizeof(cmsDateTimeNumber), ×tamp)) return FALSE; return TRUE; cmsUNUSED_PARAMETER(nItems); cmsUNUSED_PARAMETER(self); } static void* Type_DateTime_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) { return _cmsDupMem(self ->ContextID, Ptr, sizeof(struct tm)); cmsUNUSED_PARAMETER(n); } static void Type_DateTime_Free(struct _cms_typehandler_struct* self, void* Ptr) { _cmsFree(self ->ContextID, Ptr); } // ******************************************************************************** // Type icMeasurementType // ******************************************************************************** /* The measurementType information refers only to the internal profile data and is meant to provide profile makers an alternative to the default measurement specifications. */ static void *Type_Measurement_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsICCMeasurementConditions mc; memset(&mc, 0, sizeof(mc)); if (!_cmsReadUInt32Number(io, &mc.Observer)) return NULL; if (!_cmsReadXYZNumber(io, &mc.Backing)) return NULL; if (!_cmsReadUInt32Number(io, &mc.Geometry)) return NULL; if (!_cmsRead15Fixed16Number(io, &mc.Flare)) return NULL; if (!_cmsReadUInt32Number(io, &mc.IlluminantType)) return NULL; *nItems = 1; return _cmsDupMem(self ->ContextID, &mc, sizeof(cmsICCMeasurementConditions)); cmsUNUSED_PARAMETER(SizeOfTag); } static cmsBool Type_Measurement_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsICCMeasurementConditions* mc =(cmsICCMeasurementConditions*) Ptr; if (!_cmsWriteUInt32Number(io, mc->Observer)) return FALSE; if (!_cmsWriteXYZNumber(io, &mc->Backing)) return FALSE; if (!_cmsWriteUInt32Number(io, mc->Geometry)) return FALSE; if (!_cmsWrite15Fixed16Number(io, mc->Flare)) return FALSE; if (!_cmsWriteUInt32Number(io, mc->IlluminantType)) return FALSE; return TRUE; cmsUNUSED_PARAMETER(nItems); cmsUNUSED_PARAMETER(self); } static void* Type_Measurement_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) { return _cmsDupMem(self ->ContextID, Ptr, sizeof(cmsICCMeasurementConditions)); cmsUNUSED_PARAMETER(n); } static void Type_Measurement_Free(struct _cms_typehandler_struct* self, void* Ptr) { _cmsFree(self ->ContextID, Ptr); } // ******************************************************************************** // Type cmsSigMultiLocalizedUnicodeType // ******************************************************************************** // // Do NOT trust SizeOfTag as there is an issue on the definition of profileSequenceDescTag. See the TechNote from // Max Derhak and Rohit Patil about this: basically the size of the string table should be guessed and cannot be // taken from the size of tag if this tag is embedded as part of bigger structures (profileSequenceDescTag, for instance) // static void *Type_MLU_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsMLU* mlu; cmsUInt32Number Count, RecLen, NumOfWchar; cmsUInt32Number SizeOfHeader; cmsUInt32Number Len, Offset; cmsUInt32Number i; wchar_t* Block; cmsUInt32Number BeginOfThisString, EndOfThisString, LargestPosition; *nItems = 0; if (!_cmsReadUInt32Number(io, &Count)) return NULL; if (!_cmsReadUInt32Number(io, &RecLen)) return NULL; if (RecLen != 12) { cmsSignalError(self->ContextID, cmsERROR_UNKNOWN_EXTENSION, "multiLocalizedUnicodeType of len != 12 is not supported."); return NULL; } mlu = cmsMLUalloc(self ->ContextID, Count); if (mlu == NULL) return NULL; mlu ->UsedEntries = Count; SizeOfHeader = 12 * Count + sizeof(_cmsTagBase); LargestPosition = 0; for (i=0; i < Count; i++) { if (!_cmsReadUInt16Number(io, &mlu ->Entries[i].Language)) goto Error; if (!_cmsReadUInt16Number(io, &mlu ->Entries[i].Country)) goto Error; // Now deal with Len and offset. if (!_cmsReadUInt32Number(io, &Len)) goto Error; if (!_cmsReadUInt32Number(io, &Offset)) goto Error; // Offset MUST be even because it indexes a block of utf16 chars. // Tricky profiles that uses odd positions will not work anyway // because the whole utf16 block is previously converted to wchar_t // and sizeof this type may be of 4 bytes. On Linux systems, for example. if (Offset & 1) goto Error; // Check for overflow if (Offset < (SizeOfHeader + 8)) goto Error; if (((Offset + Len) < Len) || ((Offset + Len) > SizeOfTag + 8)) goto Error; // True begin of the string BeginOfThisString = Offset - SizeOfHeader - 8; // Adjust to wchar_t elements mlu ->Entries[i].Len = (Len * sizeof(wchar_t)) / sizeof(cmsUInt16Number); mlu ->Entries[i].StrW = (BeginOfThisString * sizeof(wchar_t)) / sizeof(cmsUInt16Number); // To guess maximum size, add offset + len EndOfThisString = BeginOfThisString + Len; if (EndOfThisString > LargestPosition) LargestPosition = EndOfThisString; } // Now read the remaining of tag and fill all strings. Subtract the directory SizeOfTag = (LargestPosition * sizeof(wchar_t)) / sizeof(cmsUInt16Number); if (SizeOfTag == 0) { Block = NULL; } else { // Make sure this is an even utf16 size. if (SizeOfTag & 1) goto Error; Block = (wchar_t*) _cmsCalloc(self ->ContextID, 1, SizeOfTag); if (Block == NULL) goto Error; NumOfWchar = SizeOfTag / sizeof(wchar_t); if (!_cmsReadWCharArray(io, NumOfWchar, Block)) { _cmsFree(self->ContextID, Block); goto Error; } } mlu ->MemPool = Block; mlu ->PoolSize = SizeOfTag; mlu ->PoolUsed = SizeOfTag; *nItems = 1; return (void*) mlu; Error: if (mlu) cmsMLUfree(mlu); return NULL; } static cmsBool Type_MLU_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsMLU* mlu =(cmsMLU*) Ptr; cmsUInt32Number HeaderSize; cmsUInt32Number Len, Offset; cmsUInt32Number i; if (Ptr == NULL) { // Empty placeholder if (!_cmsWriteUInt32Number(io, 0)) return FALSE; if (!_cmsWriteUInt32Number(io, 12)) return FALSE; return TRUE; } if (!_cmsWriteUInt32Number(io, mlu ->UsedEntries)) return FALSE; if (!_cmsWriteUInt32Number(io, 12)) return FALSE; HeaderSize = 12 * mlu ->UsedEntries + sizeof(_cmsTagBase); for (i=0; i < mlu ->UsedEntries; i++) { Len = mlu ->Entries[i].Len; Offset = mlu ->Entries[i].StrW; Len = (Len * sizeof(cmsUInt16Number)) / sizeof(wchar_t); Offset = (Offset * sizeof(cmsUInt16Number)) / sizeof(wchar_t) + HeaderSize + 8; if (!_cmsWriteUInt16Number(io, mlu ->Entries[i].Language)) return FALSE; if (!_cmsWriteUInt16Number(io, mlu ->Entries[i].Country)) return FALSE; if (!_cmsWriteUInt32Number(io, Len)) return FALSE; if (!_cmsWriteUInt32Number(io, Offset)) return FALSE; } if (!_cmsWriteWCharArray(io, mlu ->PoolUsed / sizeof(wchar_t), (wchar_t*) mlu ->MemPool)) return FALSE; return TRUE; cmsUNUSED_PARAMETER(nItems); cmsUNUSED_PARAMETER(self); } static void* Type_MLU_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) { return (void*) cmsMLUdup((cmsMLU*) Ptr); cmsUNUSED_PARAMETER(n); cmsUNUSED_PARAMETER(self); } static void Type_MLU_Free(struct _cms_typehandler_struct* self, void* Ptr) { cmsMLUfree((cmsMLU*) Ptr); return; cmsUNUSED_PARAMETER(self); } // ******************************************************************************** // Type cmsSigLut8Type // ******************************************************************************** // Decide which LUT type to use on writing static cmsTagTypeSignature DecideLUTtypeA2B(cmsFloat64Number ICCVersion, const void *Data) { cmsPipeline* Lut = (cmsPipeline*) Data; if (ICCVersion < 4.0) { if (Lut ->SaveAs8Bits) return cmsSigLut8Type; return cmsSigLut16Type; } else { return cmsSigLutAtoBType; } } static cmsTagTypeSignature DecideLUTtypeB2A(cmsFloat64Number ICCVersion, const void *Data) { cmsPipeline* Lut = (cmsPipeline*) Data; if (ICCVersion < 4.0) { if (Lut ->SaveAs8Bits) return cmsSigLut8Type; return cmsSigLut16Type; } else { return cmsSigLutBtoAType; } } /* This structure represents a colour transform using tables of 8-bit precision. This type contains four processing elements: a 3 by 3 matrix (which shall be the identity matrix unless the input colour space is XYZ), a set of one dimensional input tables, a multidimensional lookup table, and a set of one dimensional output tables. Data is processed using these elements via the following sequence: (matrix) -> (1d input tables) -> (multidimensional lookup table - CLUT) -> (1d output tables) Byte Position Field Length (bytes) Content Encoded as... 8 1 Number of Input Channels (i) uInt8Number 9 1 Number of Output Channels (o) uInt8Number 10 1 Number of CLUT grid points (identical for each side) (g) uInt8Number 11 1 Reserved for padding (fill with 00h) 12..15 4 Encoded e00 parameter s15Fixed16Number */ // Read 8 bit tables as gamma functions static cmsBool Read8bitTables(cmsContext ContextID, cmsIOHANDLER* io, cmsPipeline* lut, cmsUInt32Number nChannels) { cmsUInt8Number* Temp = NULL; cmsUInt32Number i, j; cmsToneCurve* Tables[cmsMAXCHANNELS]; if (nChannels > cmsMAXCHANNELS) return FALSE; if (nChannels <= 0) return FALSE; memset(Tables, 0, sizeof(Tables)); Temp = (cmsUInt8Number*) _cmsMalloc(ContextID, 256); if (Temp == NULL) return FALSE; for (i=0; i < nChannels; i++) { Tables[i] = cmsBuildTabulatedToneCurve16(ContextID, 256, NULL); if (Tables[i] == NULL) goto Error; } for (i=0; i < nChannels; i++) { if (io ->Read(io, Temp, 256, 1) != 1) goto Error; for (j=0; j < 256; j++) Tables[i]->Table16[j] = (cmsUInt16Number) FROM_8_TO_16(Temp[j]); } _cmsFree(ContextID, Temp); Temp = NULL; if (!cmsPipelineInsertStage(lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, nChannels, Tables))) goto Error; for (i=0; i < nChannels; i++) cmsFreeToneCurve(Tables[i]); return TRUE; Error: for (i=0; i < nChannels; i++) { if (Tables[i]) cmsFreeToneCurve(Tables[i]); } if (Temp) _cmsFree(ContextID, Temp); return FALSE; } static cmsBool Write8bitTables(cmsContext ContextID, cmsIOHANDLER* io, cmsUInt32Number n, _cmsStageToneCurvesData* Tables) { int j; cmsUInt32Number i; cmsUInt8Number val; for (i=0; i < n; i++) { if (Tables) { // Usual case of identity curves if ((Tables ->TheCurves[i]->nEntries == 2) && (Tables->TheCurves[i]->Table16[0] == 0) && (Tables->TheCurves[i]->Table16[1] == 65535)) { for (j=0; j < 256; j++) { if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) j)) return FALSE; } } else if (Tables ->TheCurves[i]->nEntries != 256) { cmsSignalError(ContextID, cmsERROR_RANGE, "LUT8 needs 256 entries on prelinearization"); return FALSE; } else for (j=0; j < 256; j++) { val = (cmsUInt8Number) FROM_16_TO_8(Tables->TheCurves[i]->Table16[j]); if (!_cmsWriteUInt8Number(io, val)) return FALSE; } } } return TRUE; } // Check overflow static cmsUInt32Number uipow(cmsUInt32Number n, cmsUInt32Number a, cmsUInt32Number b) { cmsUInt32Number rv = 1, rc; if (a == 0) return 0; if (n == 0) return 0; for (; b > 0; b--) { rv *= a; // Check for overflow if (rv > UINT_MAX / a) return (cmsUInt32Number) -1; } rc = rv * n; if (rv != rc / n) return (cmsUInt32Number) -1; return rc; } // That will create a MPE LUT with Matrix, pre tables, CLUT and post tables. // 8 bit lut may be scaled easily to v4 PCS, but we need also to properly adjust // PCS on BToAxx tags and AtoB if abstract. We need to fix input direction. static void *Type_LUT8_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsUInt8Number InputChannels, OutputChannels, CLUTpoints; cmsUInt8Number* Temp = NULL; cmsPipeline* NewLUT = NULL; cmsUInt32Number nTabSize, i; cmsFloat64Number Matrix[3*3]; *nItems = 0; if (!_cmsReadUInt8Number(io, &InputChannels)) goto Error; if (!_cmsReadUInt8Number(io, &OutputChannels)) goto Error; if (!_cmsReadUInt8Number(io, &CLUTpoints)) goto Error; if (CLUTpoints == 1) goto Error; // Impossible value, 0 for no CLUT and then 2 at least // Padding if (!_cmsReadUInt8Number(io, NULL)) goto Error; // Do some checking if (InputChannels == 0 || InputChannels > cmsMAXCHANNELS) goto Error; if (OutputChannels == 0 || OutputChannels > cmsMAXCHANNELS) goto Error; // Allocates an empty Pipeline NewLUT = cmsPipelineAlloc(self ->ContextID, InputChannels, OutputChannels); if (NewLUT == NULL) goto Error; // Read the Matrix if (!_cmsRead15Fixed16Number(io, &Matrix[0])) goto Error; if (!_cmsRead15Fixed16Number(io, &Matrix[1])) goto Error; if (!_cmsRead15Fixed16Number(io, &Matrix[2])) goto Error; if (!_cmsRead15Fixed16Number(io, &Matrix[3])) goto Error; if (!_cmsRead15Fixed16Number(io, &Matrix[4])) goto Error; if (!_cmsRead15Fixed16Number(io, &Matrix[5])) goto Error; if (!_cmsRead15Fixed16Number(io, &Matrix[6])) goto Error; if (!_cmsRead15Fixed16Number(io, &Matrix[7])) goto Error; if (!_cmsRead15Fixed16Number(io, &Matrix[8])) goto Error; // Only operates if not identity... if ((InputChannels == 3) && !_cmsMAT3isIdentity((cmsMAT3*) Matrix)) { if (!cmsPipelineInsertStage(NewLUT, cmsAT_BEGIN, cmsStageAllocMatrix(self ->ContextID, 3, 3, Matrix, NULL))) goto Error; } // Get input tables if (!Read8bitTables(self ->ContextID, io, NewLUT, InputChannels)) goto Error; // Get 3D CLUT. Check the overflow.... nTabSize = uipow(OutputChannels, CLUTpoints, InputChannels); if (nTabSize == (cmsUInt32Number) -1) goto Error; if (nTabSize > 0) { cmsUInt16Number *PtrW, *T; PtrW = T = (cmsUInt16Number*) _cmsCalloc(self ->ContextID, nTabSize, sizeof(cmsUInt16Number)); if (T == NULL) goto Error; Temp = (cmsUInt8Number*) _cmsMalloc(self ->ContextID, nTabSize); if (Temp == NULL) { _cmsFree(self ->ContextID, T); goto Error; } if (io ->Read(io, Temp, nTabSize, 1) != 1) { _cmsFree(self ->ContextID, T); _cmsFree(self ->ContextID, Temp); goto Error; } for (i = 0; i < nTabSize; i++) { *PtrW++ = FROM_8_TO_16(Temp[i]); } _cmsFree(self ->ContextID, Temp); Temp = NULL; if (!cmsPipelineInsertStage(NewLUT, cmsAT_END, cmsStageAllocCLut16bit(self ->ContextID, CLUTpoints, InputChannels, OutputChannels, T))) { _cmsFree(self ->ContextID, T); goto Error; } _cmsFree(self ->ContextID, T); } // Get output tables if (!Read8bitTables(self ->ContextID, io, NewLUT, OutputChannels)) goto Error; *nItems = 1; return NewLUT; Error: if (NewLUT != NULL) cmsPipelineFree(NewLUT); return NULL; cmsUNUSED_PARAMETER(SizeOfTag); } // We only allow a specific MPE structure: Matrix plus prelin, plus clut, plus post-lin. static cmsBool Type_LUT8_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsUInt32Number j, nTabSize, i; cmsUInt8Number val; cmsPipeline* NewLUT = (cmsPipeline*) Ptr; cmsStage* mpe; _cmsStageToneCurvesData* PreMPE = NULL, *PostMPE = NULL; _cmsStageMatrixData* MatMPE = NULL; _cmsStageCLutData* clut = NULL; cmsUInt32Number clutPoints; // Disassemble the LUT into components. mpe = NewLUT -> Elements; if (mpe == NULL) { // Should never be empty. Corrupted? cmsSignalError(self->ContextID, cmsERROR_UNKNOWN_EXTENSION, "empty LUT8 is not supported"); return FALSE; } if (mpe ->Type == cmsSigMatrixElemType) { if (mpe->InputChannels != 3 || mpe->OutputChannels != 3) return FALSE; MatMPE = (_cmsStageMatrixData*) mpe ->Data; mpe = mpe -> Next; } if (mpe != NULL && mpe ->Type == cmsSigCurveSetElemType) { PreMPE = (_cmsStageToneCurvesData*) mpe ->Data; mpe = mpe -> Next; } if (mpe != NULL && mpe ->Type == cmsSigCLutElemType) { clut = (_cmsStageCLutData*) mpe -> Data; mpe = mpe ->Next; } if (mpe != NULL && mpe ->Type == cmsSigCurveSetElemType) { PostMPE = (_cmsStageToneCurvesData*) mpe ->Data; mpe = mpe -> Next; } // That should be all if (mpe != NULL) { cmsSignalError(self->ContextID, cmsERROR_UNKNOWN_EXTENSION, "LUT is not suitable to be saved as LUT8"); return FALSE; } if (clut == NULL) clutPoints = 0; else { // Lut8 only allows same CLUT points in all dimensions clutPoints = clut->Params->nSamples[0]; for (i = 1; i < cmsPipelineInputChannels(NewLUT); i++) { if (clut->Params->nSamples[i] != clutPoints) { cmsSignalError(self->ContextID, cmsERROR_UNKNOWN_EXTENSION, "LUT with different samples per dimension not suitable to be saved as LUT16"); return FALSE; } } } if (!_cmsWriteUInt8Number(io, (cmsUInt8Number)cmsPipelineInputChannels(NewLUT))) return FALSE; if (!_cmsWriteUInt8Number(io, (cmsUInt8Number)cmsPipelineOutputChannels(NewLUT))) return FALSE; if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) clutPoints)) return FALSE; if (!_cmsWriteUInt8Number(io, 0)) return FALSE; // Padding if (MatMPE != NULL) { for (i = 0; i < 9; i++) { if (!_cmsWrite15Fixed16Number(io, MatMPE->Double[i])) return FALSE; } } else { if (!_cmsWrite15Fixed16Number(io, 1)) return FALSE; if (!_cmsWrite15Fixed16Number(io, 0)) return FALSE; if (!_cmsWrite15Fixed16Number(io, 0)) return FALSE; if (!_cmsWrite15Fixed16Number(io, 0)) return FALSE; if (!_cmsWrite15Fixed16Number(io, 1)) return FALSE; if (!_cmsWrite15Fixed16Number(io, 0)) return FALSE; if (!_cmsWrite15Fixed16Number(io, 0)) return FALSE; if (!_cmsWrite15Fixed16Number(io, 0)) return FALSE; if (!_cmsWrite15Fixed16Number(io, 1)) return FALSE; } // The prelinearization table if (!Write8bitTables(self ->ContextID, io, NewLUT ->InputChannels, PreMPE)) return FALSE; nTabSize = uipow(NewLUT->OutputChannels, clutPoints, NewLUT ->InputChannels); if (nTabSize == (cmsUInt32Number) -1) return FALSE; if (nTabSize > 0) { // The 3D CLUT. if (clut != NULL) { for (j=0; j < nTabSize; j++) { val = (cmsUInt8Number) FROM_16_TO_8(clut ->Tab.T[j]); if (!_cmsWriteUInt8Number(io, val)) return FALSE; } } } // The postlinearization table if (!Write8bitTables(self ->ContextID, io, NewLUT ->OutputChannels, PostMPE)) return FALSE; return TRUE; cmsUNUSED_PARAMETER(nItems); } static void* Type_LUT8_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) { return (void*) cmsPipelineDup((cmsPipeline*) Ptr); cmsUNUSED_PARAMETER(n); cmsUNUSED_PARAMETER(self); } static void Type_LUT8_Free(struct _cms_typehandler_struct* self, void* Ptr) { cmsPipelineFree((cmsPipeline*) Ptr); return; cmsUNUSED_PARAMETER(self); } // ******************************************************************************** // Type cmsSigLut16Type // ******************************************************************************** // Read 16 bit tables as gamma functions static cmsBool Read16bitTables(cmsContext ContextID, cmsIOHANDLER* io, cmsPipeline* lut, cmsUInt32Number nChannels, cmsUInt32Number nEntries) { cmsUInt32Number i; cmsToneCurve* Tables[cmsMAXCHANNELS]; // Maybe an empty table? (this is a lcms extension) if (nEntries <= 0) return TRUE; // Check for malicious profiles if (nEntries < 2) return FALSE; if (nChannels > cmsMAXCHANNELS) return FALSE; // Init table to zero memset(Tables, 0, sizeof(Tables)); for (i=0; i < nChannels; i++) { Tables[i] = cmsBuildTabulatedToneCurve16(ContextID, nEntries, NULL); if (Tables[i] == NULL) goto Error; if (!_cmsReadUInt16Array(io, nEntries, Tables[i]->Table16)) goto Error; } // Add the table (which may certainly be an identity, but this is up to the optimizer, not the reading code) if (!cmsPipelineInsertStage(lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, nChannels, Tables))) goto Error; for (i=0; i < nChannels; i++) cmsFreeToneCurve(Tables[i]); return TRUE; Error: for (i=0; i < nChannels; i++) { if (Tables[i]) cmsFreeToneCurve(Tables[i]); } return FALSE; } static cmsBool Write16bitTables(cmsContext ContextID, cmsIOHANDLER* io, _cmsStageToneCurvesData* Tables) { cmsUInt32Number j; cmsUInt32Number i; cmsUInt16Number val; cmsUInt32Number nEntries; _cmsAssert(Tables != NULL); for (i=0; i < Tables ->nCurves; i++) { nEntries = Tables->TheCurves[i]->nEntries; for (j=0; j < nEntries; j++) { val = Tables->TheCurves[i]->Table16[j]; if (!_cmsWriteUInt16Number(io, val)) return FALSE; } } return TRUE; cmsUNUSED_PARAMETER(ContextID); } static void *Type_LUT16_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsUInt8Number InputChannels, OutputChannels, CLUTpoints; cmsPipeline* NewLUT = NULL; cmsUInt32Number nTabSize; cmsFloat64Number Matrix[3*3]; cmsUInt16Number InputEntries, OutputEntries; *nItems = 0; if (!_cmsReadUInt8Number(io, &InputChannels)) return NULL; if (!_cmsReadUInt8Number(io, &OutputChannels)) return NULL; if (!_cmsReadUInt8Number(io, &CLUTpoints)) return NULL; // 255 maximum // Padding if (!_cmsReadUInt8Number(io, NULL)) return NULL; // Do some checking if (InputChannels == 0 || InputChannels > cmsMAXCHANNELS) goto Error; if (OutputChannels == 0 || OutputChannels > cmsMAXCHANNELS) goto Error; // Allocates an empty LUT NewLUT = cmsPipelineAlloc(self ->ContextID, InputChannels, OutputChannels); if (NewLUT == NULL) goto Error; // Read the Matrix if (!_cmsRead15Fixed16Number(io, &Matrix[0])) goto Error; if (!_cmsRead15Fixed16Number(io, &Matrix[1])) goto Error; if (!_cmsRead15Fixed16Number(io, &Matrix[2])) goto Error; if (!_cmsRead15Fixed16Number(io, &Matrix[3])) goto Error; if (!_cmsRead15Fixed16Number(io, &Matrix[4])) goto Error; if (!_cmsRead15Fixed16Number(io, &Matrix[5])) goto Error; if (!_cmsRead15Fixed16Number(io, &Matrix[6])) goto Error; if (!_cmsRead15Fixed16Number(io, &Matrix[7])) goto Error; if (!_cmsRead15Fixed16Number(io, &Matrix[8])) goto Error; // Only operates on 3 channels if ((InputChannels == 3) && !_cmsMAT3isIdentity((cmsMAT3*) Matrix)) { if (!cmsPipelineInsertStage(NewLUT, cmsAT_END, cmsStageAllocMatrix(self ->ContextID, 3, 3, Matrix, NULL))) goto Error; } if (!_cmsReadUInt16Number(io, &InputEntries)) goto Error; if (!_cmsReadUInt16Number(io, &OutputEntries)) goto Error; if (InputEntries > 0x7FFF || OutputEntries > 0x7FFF) goto Error; if (CLUTpoints == 1) goto Error; // Impossible value, 0 for no CLUT and then 2 at least // Get input tables if (!Read16bitTables(self ->ContextID, io, NewLUT, InputChannels, InputEntries)) goto Error; // Get 3D CLUT nTabSize = uipow(OutputChannels, CLUTpoints, InputChannels); if (nTabSize == (cmsUInt32Number) -1) goto Error; if (nTabSize > 0) { cmsUInt16Number *T; T = (cmsUInt16Number*) _cmsCalloc(self ->ContextID, nTabSize, sizeof(cmsUInt16Number)); if (T == NULL) goto Error; if (!_cmsReadUInt16Array(io, nTabSize, T)) { _cmsFree(self ->ContextID, T); goto Error; } if (!cmsPipelineInsertStage(NewLUT, cmsAT_END, cmsStageAllocCLut16bit(self ->ContextID, CLUTpoints, InputChannels, OutputChannels, T))) { _cmsFree(self ->ContextID, T); goto Error; } _cmsFree(self ->ContextID, T); } // Get output tables if (!Read16bitTables(self ->ContextID, io, NewLUT, OutputChannels, OutputEntries)) goto Error; *nItems = 1; return NewLUT; Error: if (NewLUT != NULL) cmsPipelineFree(NewLUT); return NULL; cmsUNUSED_PARAMETER(SizeOfTag); } // We only allow some specific MPE structures: Matrix plus prelin, plus clut, plus post-lin. // Some empty defaults are created for missing parts static cmsBool Type_LUT16_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsUInt32Number nTabSize; cmsPipeline* NewLUT = (cmsPipeline*) Ptr; cmsStage* mpe; _cmsStageToneCurvesData* PreMPE = NULL, *PostMPE = NULL; _cmsStageMatrixData* MatMPE = NULL; _cmsStageCLutData* clut = NULL; cmsUInt32Number i, InputChannels, OutputChannels, clutPoints; // Disassemble the LUT into components. mpe = NewLUT -> Elements; if (mpe != NULL && mpe ->Type == cmsSigMatrixElemType) { MatMPE = (_cmsStageMatrixData*) mpe ->Data; if (mpe->InputChannels != 3 || mpe->OutputChannels != 3) return FALSE; mpe = mpe -> Next; } if (mpe != NULL && mpe ->Type == cmsSigCurveSetElemType) { PreMPE = (_cmsStageToneCurvesData*) mpe ->Data; mpe = mpe -> Next; } if (mpe != NULL && mpe ->Type == cmsSigCLutElemType) { clut = (_cmsStageCLutData*) mpe -> Data; mpe = mpe ->Next; } if (mpe != NULL && mpe ->Type == cmsSigCurveSetElemType) { PostMPE = (_cmsStageToneCurvesData*) mpe ->Data; mpe = mpe -> Next; } // That should be all if (mpe != NULL) { cmsSignalError(self->ContextID, cmsERROR_UNKNOWN_EXTENSION, "LUT is not suitable to be saved as LUT16"); return FALSE; } InputChannels = cmsPipelineInputChannels(NewLUT); OutputChannels = cmsPipelineOutputChannels(NewLUT); if (clut == NULL) clutPoints = 0; else { // Lut16 only allows same CLUT points in all dimensions clutPoints = clut->Params->nSamples[0]; for (i = 1; i < InputChannels; i++) { if (clut->Params->nSamples[i] != clutPoints) { cmsSignalError(self->ContextID, cmsERROR_UNKNOWN_EXTENSION, "LUT with different samples per dimension not suitable to be saved as LUT16"); return FALSE; } } } if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) InputChannels)) return FALSE; if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) OutputChannels)) return FALSE; if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) clutPoints)) return FALSE; if (!_cmsWriteUInt8Number(io, 0)) return FALSE; // Padding if (MatMPE != NULL) { for (i = 0; i < 9; i++) { if (!_cmsWrite15Fixed16Number(io, MatMPE->Double[i])) return FALSE; } } else { if (!_cmsWrite15Fixed16Number(io, 1)) return FALSE; if (!_cmsWrite15Fixed16Number(io, 0)) return FALSE; if (!_cmsWrite15Fixed16Number(io, 0)) return FALSE; if (!_cmsWrite15Fixed16Number(io, 0)) return FALSE; if (!_cmsWrite15Fixed16Number(io, 1)) return FALSE; if (!_cmsWrite15Fixed16Number(io, 0)) return FALSE; if (!_cmsWrite15Fixed16Number(io, 0)) return FALSE; if (!_cmsWrite15Fixed16Number(io, 0)) return FALSE; if (!_cmsWrite15Fixed16Number(io, 1)) return FALSE; } if (PreMPE != NULL) { if (!_cmsWriteUInt16Number(io, (cmsUInt16Number) PreMPE ->TheCurves[0]->nEntries)) return FALSE; } else { if (!_cmsWriteUInt16Number(io, 2)) return FALSE; } if (PostMPE != NULL) { if (!_cmsWriteUInt16Number(io, (cmsUInt16Number) PostMPE ->TheCurves[0]->nEntries)) return FALSE; } else { if (!_cmsWriteUInt16Number(io, 2)) return FALSE; } // The prelinearization table if (PreMPE != NULL) { if (!Write16bitTables(self ->ContextID, io, PreMPE)) return FALSE; } else { for (i=0; i < InputChannels; i++) { if (!_cmsWriteUInt16Number(io, 0)) return FALSE; if (!_cmsWriteUInt16Number(io, 0xffff)) return FALSE; } } nTabSize = uipow(OutputChannels, clutPoints, InputChannels); if (nTabSize == (cmsUInt32Number) -1) return FALSE; if (nTabSize > 0) { // The 3D CLUT. if (clut != NULL) { if (!_cmsWriteUInt16Array(io, nTabSize, clut->Tab.T)) return FALSE; } } // The postlinearization table if (PostMPE != NULL) { if (!Write16bitTables(self ->ContextID, io, PostMPE)) return FALSE; } else { for (i=0; i < OutputChannels; i++) { if (!_cmsWriteUInt16Number(io, 0)) return FALSE; if (!_cmsWriteUInt16Number(io, 0xffff)) return FALSE; } } return TRUE; cmsUNUSED_PARAMETER(nItems); } static void* Type_LUT16_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) { return (void*) cmsPipelineDup((cmsPipeline*) Ptr); cmsUNUSED_PARAMETER(n); cmsUNUSED_PARAMETER(self); } static void Type_LUT16_Free(struct _cms_typehandler_struct* self, void* Ptr) { cmsPipelineFree((cmsPipeline*) Ptr); return; cmsUNUSED_PARAMETER(self); } // ******************************************************************************** // Type cmsSigLutAToBType // ******************************************************************************** // V4 stuff. Read matrix for LutAtoB and LutBtoA static cmsStage* ReadMatrix(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number Offset) { cmsFloat64Number dMat[3*3]; cmsFloat64Number dOff[3]; cmsStage* Mat; // Go to address if (!io -> Seek(io, Offset)) return NULL; // Read the Matrix if (!_cmsRead15Fixed16Number(io, &dMat[0])) return NULL; if (!_cmsRead15Fixed16Number(io, &dMat[1])) return NULL; if (!_cmsRead15Fixed16Number(io, &dMat[2])) return NULL; if (!_cmsRead15Fixed16Number(io, &dMat[3])) return NULL; if (!_cmsRead15Fixed16Number(io, &dMat[4])) return NULL; if (!_cmsRead15Fixed16Number(io, &dMat[5])) return NULL; if (!_cmsRead15Fixed16Number(io, &dMat[6])) return NULL; if (!_cmsRead15Fixed16Number(io, &dMat[7])) return NULL; if (!_cmsRead15Fixed16Number(io, &dMat[8])) return NULL; if (!_cmsRead15Fixed16Number(io, &dOff[0])) return NULL; if (!_cmsRead15Fixed16Number(io, &dOff[1])) return NULL; if (!_cmsRead15Fixed16Number(io, &dOff[2])) return NULL; Mat = cmsStageAllocMatrix(self ->ContextID, 3, 3, dMat, dOff); return Mat; } // V4 stuff. Read CLUT part for LutAtoB and LutBtoA static cmsStage* ReadCLUT(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number Offset, cmsUInt32Number InputChannels, cmsUInt32Number OutputChannels) { cmsUInt8Number gridPoints8[cmsMAXCHANNELS]; // Number of grid points in each dimension. cmsUInt32Number GridPoints[cmsMAXCHANNELS], i; cmsUInt8Number Precision; cmsStage* CLUT; _cmsStageCLutData* Data; if (!io -> Seek(io, Offset)) return NULL; if (io -> Read(io, gridPoints8, cmsMAXCHANNELS, 1) != 1) return NULL; for (i=0; i < cmsMAXCHANNELS; i++) { if (gridPoints8[i] == 1) return NULL; // Impossible value, 0 for no CLUT and then 2 at least GridPoints[i] = gridPoints8[i]; } if (!_cmsReadUInt8Number(io, &Precision)) return NULL; if (!_cmsReadUInt8Number(io, NULL)) return NULL; if (!_cmsReadUInt8Number(io, NULL)) return NULL; if (!_cmsReadUInt8Number(io, NULL)) return NULL; CLUT = cmsStageAllocCLut16bitGranular(self ->ContextID, GridPoints, InputChannels, OutputChannels, NULL); if (CLUT == NULL) return NULL; Data = (_cmsStageCLutData*) CLUT ->Data; // Precision can be 1 or 2 bytes if (Precision == 1) { cmsUInt8Number v; for (i=0; i < Data ->nEntries; i++) { if (io ->Read(io, &v, sizeof(cmsUInt8Number), 1) != 1) { cmsStageFree(CLUT); return NULL; } Data ->Tab.T[i] = FROM_8_TO_16(v); } } else if (Precision == 2) { if (!_cmsReadUInt16Array(io, Data->nEntries, Data ->Tab.T)) { cmsStageFree(CLUT); return NULL; } } else { cmsStageFree(CLUT); cmsSignalError(self ->ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unknown precision of '%d'", Precision); return NULL; } return CLUT; } static cmsToneCurve* ReadEmbeddedCurve(struct _cms_typehandler_struct* self, cmsIOHANDLER* io) { cmsTagTypeSignature BaseType; cmsUInt32Number nItems; BaseType = _cmsReadTypeBase(io); switch (BaseType) { case cmsSigCurveType: return (cmsToneCurve*) Type_Curve_Read(self, io, &nItems, 0); case cmsSigParametricCurveType: return (cmsToneCurve*) Type_ParametricCurve_Read(self, io, &nItems, 0); default: { char String[5]; _cmsTagSignature2String(String, (cmsTagSignature) BaseType); cmsSignalError(self ->ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unknown curve type '%s'", String); } return NULL; } } // Read a set of curves from specific offset static cmsStage* ReadSetOfCurves(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number Offset, cmsUInt32Number nCurves) { cmsToneCurve* Curves[cmsMAXCHANNELS]; cmsUInt32Number i; cmsStage* Lin = NULL; if (nCurves > cmsMAXCHANNELS) return FALSE; if (!io -> Seek(io, Offset)) return FALSE; for (i=0; i < nCurves; i++) Curves[i] = NULL; for (i=0; i < nCurves; i++) { Curves[i] = ReadEmbeddedCurve(self, io); if (Curves[i] == NULL) goto Error; if (!_cmsReadAlignment(io)) goto Error; } Lin = cmsStageAllocToneCurves(self ->ContextID, nCurves, Curves); Error: for (i=0; i < nCurves; i++) cmsFreeToneCurve(Curves[i]); return Lin; } // LutAtoB type // This structure represents a colour transform. The type contains up to five processing // elements which are stored in the AtoBTag tag in the following order: a set of one // dimensional curves, a 3 by 3 matrix with offset terms, a set of one dimensional curves, // a multidimensional lookup table, and a set of one dimensional output curves. // Data are processed using these elements via the following sequence: // //("A" curves) -> (multidimensional lookup table - CLUT) -> ("M" curves) -> (matrix) -> ("B" curves). // /* It is possible to use any or all of these processing elements. At least one processing element must be included.Only the following combinations are allowed: B M - Matrix - B A - CLUT - B A - CLUT - M - Matrix - B */ static void* Type_LUTA2B_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsUInt32Number BaseOffset; cmsUInt8Number inputChan; // Number of input channels cmsUInt8Number outputChan; // Number of output channels cmsUInt32Number offsetB; // Offset to first "B" curve cmsUInt32Number offsetMat; // Offset to matrix cmsUInt32Number offsetM; // Offset to first "M" curve cmsUInt32Number offsetC; // Offset to CLUT cmsUInt32Number offsetA; // Offset to first "A" curve cmsPipeline* NewLUT = NULL; BaseOffset = io ->Tell(io) - sizeof(_cmsTagBase); if (!_cmsReadUInt8Number(io, &inputChan)) return NULL; if (!_cmsReadUInt8Number(io, &outputChan)) return NULL; if (!_cmsReadUInt16Number(io, NULL)) return NULL; if (!_cmsReadUInt32Number(io, &offsetB)) return NULL; if (!_cmsReadUInt32Number(io, &offsetMat)) return NULL; if (!_cmsReadUInt32Number(io, &offsetM)) return NULL; if (!_cmsReadUInt32Number(io, &offsetC)) return NULL; if (!_cmsReadUInt32Number(io, &offsetA)) return NULL; if (inputChan == 0 || inputChan >= cmsMAXCHANNELS) return NULL; if (outputChan == 0 || outputChan >= cmsMAXCHANNELS) return NULL; // Allocates an empty LUT NewLUT = cmsPipelineAlloc(self ->ContextID, inputChan, outputChan); if (NewLUT == NULL) return NULL; if (offsetA!= 0) { if (!cmsPipelineInsertStage(NewLUT, cmsAT_END, ReadSetOfCurves(self, io, BaseOffset + offsetA, inputChan))) goto Error; } if (offsetC != 0) { if (!cmsPipelineInsertStage(NewLUT, cmsAT_END, ReadCLUT(self, io, BaseOffset + offsetC, inputChan, outputChan))) goto Error; } if (offsetM != 0) { if (!cmsPipelineInsertStage(NewLUT, cmsAT_END, ReadSetOfCurves(self, io, BaseOffset + offsetM, outputChan))) goto Error; } if (offsetMat != 0) { if (!cmsPipelineInsertStage(NewLUT, cmsAT_END, ReadMatrix(self, io, BaseOffset + offsetMat))) goto Error; } if (offsetB != 0) { if (!cmsPipelineInsertStage(NewLUT, cmsAT_END, ReadSetOfCurves(self, io, BaseOffset + offsetB, outputChan))) goto Error; } *nItems = 1; return NewLUT; Error: cmsPipelineFree(NewLUT); return NULL; cmsUNUSED_PARAMETER(SizeOfTag); } // Write a set of curves static cmsBool WriteMatrix(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsStage* mpe) { cmsUInt32Number i, n; _cmsStageMatrixData* m = (_cmsStageMatrixData*) mpe -> Data; n = mpe->InputChannels * mpe->OutputChannels; // Write the Matrix for (i = 0; i < n; i++) { if (!_cmsWrite15Fixed16Number(io, m->Double[i])) return FALSE; } if (m->Offset != NULL) { for (i = 0; i < mpe->OutputChannels; i++) { if (!_cmsWrite15Fixed16Number(io, m->Offset[i])) return FALSE; } } else { for (i = 0; i < mpe->OutputChannels; i++) { if (!_cmsWrite15Fixed16Number(io, 0)) return FALSE; } } return TRUE; cmsUNUSED_PARAMETER(self); } // Write a set of curves static cmsBool WriteSetOfCurves(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsTagTypeSignature Type, cmsStage* mpe) { cmsUInt32Number i, n; cmsTagTypeSignature CurrentType; cmsToneCurve** Curves; n = cmsStageOutputChannels(mpe); Curves = _cmsStageGetPtrToCurveSet(mpe); for (i=0; i < n; i++) { // If this is a table-based curve, use curve type even on V4 CurrentType = Type; if ((Curves[i] ->nSegments == 0) || // 16 bits tabulated ((Curves[i]->nSegments == 3) && (Curves[i] ->Segments[1].Type == 0)) ) // Floating-point tabulated CurrentType = cmsSigCurveType; else if (Curves[i] ->Segments[0].Type < 0) CurrentType = cmsSigCurveType; if (!_cmsWriteTypeBase(io, CurrentType)) return FALSE; switch (CurrentType) { case cmsSigCurveType: if (!Type_Curve_Write(self, io, Curves[i], 1)) return FALSE; break; case cmsSigParametricCurveType: if (!Type_ParametricCurve_Write(self, io, Curves[i], 1)) return FALSE; break; default: { char String[5]; _cmsTagSignature2String(String, (cmsTagSignature) Type); cmsSignalError(self ->ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unknown curve type '%s'", String); } return FALSE; } if (!_cmsWriteAlignment(io)) return FALSE; } return TRUE; } static cmsBool WriteCLUT(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt8Number Precision, cmsStage* mpe) { cmsUInt8Number gridPoints[cmsMAXCHANNELS]; // Number of grid points in each dimension. cmsUInt32Number i; _cmsStageCLutData* CLUT = ( _cmsStageCLutData*) mpe -> Data; if (CLUT ->HasFloatValues) { cmsSignalError(self ->ContextID, cmsERROR_NOT_SUITABLE, "Cannot save floating point data, CLUT are 8 or 16 bit only"); return FALSE; } memset(gridPoints, 0, sizeof(gridPoints)); for (i=0; i < (cmsUInt32Number) CLUT ->Params ->nInputs; i++) gridPoints[i] = (cmsUInt8Number) CLUT ->Params ->nSamples[i]; if (!io -> Write(io, cmsMAXCHANNELS*sizeof(cmsUInt8Number), gridPoints)) return FALSE; if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) Precision)) return FALSE; if (!_cmsWriteUInt8Number(io, 0)) return FALSE; if (!_cmsWriteUInt8Number(io, 0)) return FALSE; if (!_cmsWriteUInt8Number(io, 0)) return FALSE; // Precision can be 1 or 2 bytes if (Precision == 1) { for (i=0; i < CLUT->nEntries; i++) { if (!_cmsWriteUInt8Number(io, FROM_16_TO_8(CLUT->Tab.T[i]))) return FALSE; } } else if (Precision == 2) { if (!_cmsWriteUInt16Array(io, CLUT->nEntries, CLUT ->Tab.T)) return FALSE; } else { cmsSignalError(self ->ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unknown precision of '%d'", Precision); return FALSE; } if (!_cmsWriteAlignment(io)) return FALSE; return TRUE; } static cmsBool Type_LUTA2B_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsPipeline* Lut = (cmsPipeline*) Ptr; cmsUInt32Number inputChan, outputChan; cmsStage *A = NULL, *B = NULL, *M = NULL; cmsStage * Matrix = NULL; cmsStage * CLUT = NULL; cmsUInt32Number offsetB = 0, offsetMat = 0, offsetM = 0, offsetC = 0, offsetA = 0; cmsUInt32Number BaseOffset, DirectoryPos, CurrentPos; // Get the base for all offsets BaseOffset = io ->Tell(io) - sizeof(_cmsTagBase); if (Lut ->Elements != NULL) if (!cmsPipelineCheckAndRetreiveStages(Lut, 1, cmsSigCurveSetElemType, &B)) if (!cmsPipelineCheckAndRetreiveStages(Lut, 3, cmsSigCurveSetElemType, cmsSigMatrixElemType, cmsSigCurveSetElemType, &M, &Matrix, &B)) if (!cmsPipelineCheckAndRetreiveStages(Lut, 3, cmsSigCurveSetElemType, cmsSigCLutElemType, cmsSigCurveSetElemType, &A, &CLUT, &B)) if (!cmsPipelineCheckAndRetreiveStages(Lut, 5, cmsSigCurveSetElemType, cmsSigCLutElemType, cmsSigCurveSetElemType, cmsSigMatrixElemType, cmsSigCurveSetElemType, &A, &CLUT, &M, &Matrix, &B)) { cmsSignalError(self->ContextID, cmsERROR_NOT_SUITABLE, "LUT is not suitable to be saved as LutAToB"); return FALSE; } // Get input, output channels inputChan = cmsPipelineInputChannels(Lut); outputChan = cmsPipelineOutputChannels(Lut); // Write channel count if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) inputChan)) return FALSE; if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) outputChan)) return FALSE; if (!_cmsWriteUInt16Number(io, 0)) return FALSE; // Keep directory to be filled latter DirectoryPos = io ->Tell(io); // Write the directory if (!_cmsWriteUInt32Number(io, 0)) return FALSE; if (!_cmsWriteUInt32Number(io, 0)) return FALSE; if (!_cmsWriteUInt32Number(io, 0)) return FALSE; if (!_cmsWriteUInt32Number(io, 0)) return FALSE; if (!_cmsWriteUInt32Number(io, 0)) return FALSE; if (A != NULL) { offsetA = io ->Tell(io) - BaseOffset; if (!WriteSetOfCurves(self, io, cmsSigParametricCurveType, A)) return FALSE; } if (CLUT != NULL) { offsetC = io ->Tell(io) - BaseOffset; if (!WriteCLUT(self, io, (Lut ->SaveAs8Bits ? 1U : 2U), CLUT)) return FALSE; } if (M != NULL) { offsetM = io ->Tell(io) - BaseOffset; if (!WriteSetOfCurves(self, io, cmsSigParametricCurveType, M)) return FALSE; } if (Matrix != NULL) { offsetMat = io ->Tell(io) - BaseOffset; if (!WriteMatrix(self, io, Matrix)) return FALSE; } if (B != NULL) { offsetB = io ->Tell(io) - BaseOffset; if (!WriteSetOfCurves(self, io, cmsSigParametricCurveType, B)) return FALSE; } CurrentPos = io ->Tell(io); if (!io ->Seek(io, DirectoryPos)) return FALSE; if (!_cmsWriteUInt32Number(io, offsetB)) return FALSE; if (!_cmsWriteUInt32Number(io, offsetMat)) return FALSE; if (!_cmsWriteUInt32Number(io, offsetM)) return FALSE; if (!_cmsWriteUInt32Number(io, offsetC)) return FALSE; if (!_cmsWriteUInt32Number(io, offsetA)) return FALSE; if (!io ->Seek(io, CurrentPos)) return FALSE; return TRUE; cmsUNUSED_PARAMETER(nItems); } static void* Type_LUTA2B_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) { return (void*) cmsPipelineDup((cmsPipeline*) Ptr); cmsUNUSED_PARAMETER(n); cmsUNUSED_PARAMETER(self); } static void Type_LUTA2B_Free(struct _cms_typehandler_struct* self, void* Ptr) { cmsPipelineFree((cmsPipeline*) Ptr); return; cmsUNUSED_PARAMETER(self); } // LutBToA type static void* Type_LUTB2A_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsUInt8Number inputChan; // Number of input channels cmsUInt8Number outputChan; // Number of output channels cmsUInt32Number BaseOffset; // Actual position in file cmsUInt32Number offsetB; // Offset to first "B" curve cmsUInt32Number offsetMat; // Offset to matrix cmsUInt32Number offsetM; // Offset to first "M" curve cmsUInt32Number offsetC; // Offset to CLUT cmsUInt32Number offsetA; // Offset to first "A" curve cmsPipeline* NewLUT = NULL; BaseOffset = io ->Tell(io) - sizeof(_cmsTagBase); if (!_cmsReadUInt8Number(io, &inputChan)) return NULL; if (!_cmsReadUInt8Number(io, &outputChan)) return NULL; if (inputChan == 0 || inputChan >= cmsMAXCHANNELS) return NULL; if (outputChan == 0 || outputChan >= cmsMAXCHANNELS) return NULL; // Padding if (!_cmsReadUInt16Number(io, NULL)) return NULL; if (!_cmsReadUInt32Number(io, &offsetB)) return NULL; if (!_cmsReadUInt32Number(io, &offsetMat)) return NULL; if (!_cmsReadUInt32Number(io, &offsetM)) return NULL; if (!_cmsReadUInt32Number(io, &offsetC)) return NULL; if (!_cmsReadUInt32Number(io, &offsetA)) return NULL; // Allocates an empty LUT NewLUT = cmsPipelineAlloc(self ->ContextID, inputChan, outputChan); if (NewLUT == NULL) return NULL; if (offsetB != 0) { if (!cmsPipelineInsertStage(NewLUT, cmsAT_END, ReadSetOfCurves(self, io, BaseOffset + offsetB, inputChan))) goto Error; } if (offsetMat != 0) { if (!cmsPipelineInsertStage(NewLUT, cmsAT_END, ReadMatrix(self, io, BaseOffset + offsetMat))) goto Error; } if (offsetM != 0) { if (!cmsPipelineInsertStage(NewLUT, cmsAT_END, ReadSetOfCurves(self, io, BaseOffset + offsetM, inputChan))) goto Error; } if (offsetC != 0) { if (!cmsPipelineInsertStage(NewLUT, cmsAT_END, ReadCLUT(self, io, BaseOffset + offsetC, inputChan, outputChan))) goto Error; } if (offsetA!= 0) { if (!cmsPipelineInsertStage(NewLUT, cmsAT_END, ReadSetOfCurves(self, io, BaseOffset + offsetA, outputChan))) goto Error; } *nItems = 1; return NewLUT; Error: cmsPipelineFree(NewLUT); return NULL; cmsUNUSED_PARAMETER(SizeOfTag); } /* B B - Matrix - M B - CLUT - A B - Matrix - M - CLUT - A */ static cmsBool Type_LUTB2A_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsPipeline* Lut = (cmsPipeline*) Ptr; cmsUInt32Number inputChan, outputChan; cmsStage *A = NULL, *B = NULL, *M = NULL; cmsStage *Matrix = NULL; cmsStage *CLUT = NULL; cmsUInt32Number offsetB = 0, offsetMat = 0, offsetM = 0, offsetC = 0, offsetA = 0; cmsUInt32Number BaseOffset, DirectoryPos, CurrentPos; BaseOffset = io ->Tell(io) - sizeof(_cmsTagBase); if (!cmsPipelineCheckAndRetreiveStages(Lut, 1, cmsSigCurveSetElemType, &B)) if (!cmsPipelineCheckAndRetreiveStages(Lut, 3, cmsSigCurveSetElemType, cmsSigMatrixElemType, cmsSigCurveSetElemType, &B, &Matrix, &M)) if (!cmsPipelineCheckAndRetreiveStages(Lut, 3, cmsSigCurveSetElemType, cmsSigCLutElemType, cmsSigCurveSetElemType, &B, &CLUT, &A)) if (!cmsPipelineCheckAndRetreiveStages(Lut, 5, cmsSigCurveSetElemType, cmsSigMatrixElemType, cmsSigCurveSetElemType, cmsSigCLutElemType, cmsSigCurveSetElemType, &B, &Matrix, &M, &CLUT, &A)) { cmsSignalError(self->ContextID, cmsERROR_NOT_SUITABLE, "LUT is not suitable to be saved as LutBToA"); return FALSE; } inputChan = cmsPipelineInputChannels(Lut); outputChan = cmsPipelineOutputChannels(Lut); if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) inputChan)) return FALSE; if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) outputChan)) return FALSE; if (!_cmsWriteUInt16Number(io, 0)) return FALSE; DirectoryPos = io ->Tell(io); if (!_cmsWriteUInt32Number(io, 0)) return FALSE; if (!_cmsWriteUInt32Number(io, 0)) return FALSE; if (!_cmsWriteUInt32Number(io, 0)) return FALSE; if (!_cmsWriteUInt32Number(io, 0)) return FALSE; if (!_cmsWriteUInt32Number(io, 0)) return FALSE; if (A != NULL) { offsetA = io ->Tell(io) - BaseOffset; if (!WriteSetOfCurves(self, io, cmsSigParametricCurveType, A)) return FALSE; } if (CLUT != NULL) { offsetC = io ->Tell(io) - BaseOffset; if (!WriteCLUT(self, io, (Lut ->SaveAs8Bits ? 1U : 2U), CLUT)) return FALSE; } if (M != NULL) { offsetM = io ->Tell(io) - BaseOffset; if (!WriteSetOfCurves(self, io, cmsSigParametricCurveType, M)) return FALSE; } if (Matrix != NULL) { offsetMat = io ->Tell(io) - BaseOffset; if (!WriteMatrix(self, io, Matrix)) return FALSE; } if (B != NULL) { offsetB = io ->Tell(io) - BaseOffset; if (!WriteSetOfCurves(self, io, cmsSigParametricCurveType, B)) return FALSE; } CurrentPos = io ->Tell(io); if (!io ->Seek(io, DirectoryPos)) return FALSE; if (!_cmsWriteUInt32Number(io, offsetB)) return FALSE; if (!_cmsWriteUInt32Number(io, offsetMat)) return FALSE; if (!_cmsWriteUInt32Number(io, offsetM)) return FALSE; if (!_cmsWriteUInt32Number(io, offsetC)) return FALSE; if (!_cmsWriteUInt32Number(io, offsetA)) return FALSE; if (!io ->Seek(io, CurrentPos)) return FALSE; return TRUE; cmsUNUSED_PARAMETER(nItems); } static void* Type_LUTB2A_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) { return (void*) cmsPipelineDup((cmsPipeline*) Ptr); cmsUNUSED_PARAMETER(n); cmsUNUSED_PARAMETER(self); } static void Type_LUTB2A_Free(struct _cms_typehandler_struct* self, void* Ptr) { cmsPipelineFree((cmsPipeline*) Ptr); return; cmsUNUSED_PARAMETER(self); } // ******************************************************************************** // Type cmsSigColorantTableType // ******************************************************************************** /* The purpose of this tag is to identify the colorants used in the profile by a unique name and set of XYZ or L*a*b* values to give the colorant an unambiguous value. The first colorant listed is the colorant of the first device channel of a lut tag. The second colorant listed is the colorant of the second device channel of a lut tag, and so on. */ static void *Type_ColorantTable_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsUInt32Number i, Count; cmsNAMEDCOLORLIST* List; char Name[34]; cmsUInt16Number PCS[3]; if (!_cmsReadUInt32Number(io, &Count)) return NULL; if (Count > cmsMAXCHANNELS) { cmsSignalError(self->ContextID, cmsERROR_RANGE, "Too many colorants '%d'", Count); return NULL; } List = cmsAllocNamedColorList(self ->ContextID, Count, 0, "", ""); if (List == NULL) return NULL; for (i=0; i < Count; i++) { if (io ->Read(io, Name, 32, 1) != 1) goto Error; Name[32] = 0; if (!_cmsReadUInt16Array(io, 3, PCS)) goto Error; if (!cmsAppendNamedColor(List, Name, PCS, NULL)) goto Error; } *nItems = 1; return List; Error: *nItems = 0; cmsFreeNamedColorList(List); return NULL; cmsUNUSED_PARAMETER(SizeOfTag); } // Saves a colorant table. It is using the named color structure for simplicity sake static cmsBool Type_ColorantTable_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsNAMEDCOLORLIST* NamedColorList = (cmsNAMEDCOLORLIST*) Ptr; cmsUInt32Number i, nColors; nColors = cmsNamedColorCount(NamedColorList); if (!_cmsWriteUInt32Number(io, nColors)) return FALSE; for (i=0; i < nColors; i++) { char root[cmsMAX_PATH]; cmsUInt16Number PCS[3]; memset(root, 0, sizeof(root)); if (!cmsNamedColorInfo(NamedColorList, i, root, NULL, NULL, PCS, NULL)) return 0; root[32] = 0; if (!io ->Write(io, 32, root)) return FALSE; if (!_cmsWriteUInt16Array(io, 3, PCS)) return FALSE; } return TRUE; cmsUNUSED_PARAMETER(nItems); cmsUNUSED_PARAMETER(self); } static void* Type_ColorantTable_Dup(struct _cms_typehandler_struct* self, const void* Ptr, cmsUInt32Number n) { cmsNAMEDCOLORLIST* nc = (cmsNAMEDCOLORLIST*) Ptr; return (void*) cmsDupNamedColorList(nc); cmsUNUSED_PARAMETER(n); cmsUNUSED_PARAMETER(self); } static void Type_ColorantTable_Free(struct _cms_typehandler_struct* self, void* Ptr) { cmsFreeNamedColorList((cmsNAMEDCOLORLIST*) Ptr); return; cmsUNUSED_PARAMETER(self); } // ******************************************************************************** // Type cmsSigNamedColor2Type // ******************************************************************************** // //The namedColor2Type is a count value and array of structures that provide color //coordinates for 7-bit ASCII color names. For each named color, a PCS and optional //device representation of the color are given. Both representations are 16-bit values. //The device representation corresponds to the header's 'color space of data' field. //This representation should be consistent with the 'number of device components' //field in the namedColor2Type. If this field is 0, device coordinates are not provided. //The PCS representation corresponds to the header's PCS field. The PCS representation //is always provided. Color names are fixed-length, 32-byte fields including null //termination. In order to maintain maximum portability, it is strongly recommended //that special characters of the 7-bit ASCII set not be used. static void *Type_NamedColor_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsUInt32Number vendorFlag; // Bottom 16 bits for ICC use cmsUInt32Number count; // Count of named colors cmsUInt32Number nDeviceCoords; // Num of device coordinates char prefix[32]; // Prefix for each color name char suffix[32]; // Suffix for each color name cmsNAMEDCOLORLIST* v; cmsUInt32Number i; *nItems = 0; if (!_cmsReadUInt32Number(io, &vendorFlag)) return NULL; if (!_cmsReadUInt32Number(io, &count)) return NULL; if (!_cmsReadUInt32Number(io, &nDeviceCoords)) return NULL; if (io -> Read(io, prefix, 32, 1) != 1) return NULL; if (io -> Read(io, suffix, 32, 1) != 1) return NULL; prefix[31] = suffix[31] = 0; v = cmsAllocNamedColorList(self ->ContextID, count, nDeviceCoords, prefix, suffix); if (v == NULL) { cmsSignalError(self->ContextID, cmsERROR_RANGE, "Too many named colors '%d'", count); return NULL; } if (nDeviceCoords > cmsMAXCHANNELS) { cmsSignalError(self->ContextID, cmsERROR_RANGE, "Too many device coordinates '%d'", nDeviceCoords); goto Error; } for (i=0; i < count; i++) { cmsUInt16Number PCS[3]; cmsUInt16Number Colorant[cmsMAXCHANNELS]; char Root[33]; memset(Colorant, 0, sizeof(Colorant)); if (io -> Read(io, Root, 32, 1) != 1) goto Error; Root[32] = 0; // To prevent exploits if (!_cmsReadUInt16Array(io, 3, PCS)) goto Error; if (!_cmsReadUInt16Array(io, nDeviceCoords, Colorant)) goto Error; if (!cmsAppendNamedColor(v, Root, PCS, Colorant)) goto Error; } *nItems = 1; return (void*) v ; Error: cmsFreeNamedColorList(v); return NULL; cmsUNUSED_PARAMETER(SizeOfTag); } // Saves a named color list into a named color profile static cmsBool Type_NamedColor_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsNAMEDCOLORLIST* NamedColorList = (cmsNAMEDCOLORLIST*) Ptr; char prefix[33]; // Prefix for each color name char suffix[33]; // Suffix for each color name cmsUInt32Number i, nColors; nColors = cmsNamedColorCount(NamedColorList); if (!_cmsWriteUInt32Number(io, 0)) return FALSE; if (!_cmsWriteUInt32Number(io, nColors)) return FALSE; if (!_cmsWriteUInt32Number(io, NamedColorList ->ColorantCount)) return FALSE; memcpy(prefix, (const char*) NamedColorList->Prefix, sizeof(prefix)); memcpy(suffix, (const char*) NamedColorList->Suffix, sizeof(suffix)); suffix[32] = prefix[32] = 0; if (!io ->Write(io, 32, prefix)) return FALSE; if (!io ->Write(io, 32, suffix)) return FALSE; for (i=0; i < nColors; i++) { cmsUInt16Number PCS[3]; cmsUInt16Number Colorant[cmsMAXCHANNELS]; char Root[cmsMAX_PATH]; memset(Root, 0, sizeof(Root)); memset(PCS, 0, sizeof(PCS)); memset(Colorant, 0, sizeof(Colorant)); if (!cmsNamedColorInfo(NamedColorList, i, Root, NULL, NULL, PCS, Colorant)) return 0; Root[32] = 0; if (!io ->Write(io, 32 , Root)) return FALSE; if (!_cmsWriteUInt16Array(io, 3, PCS)) return FALSE; if (!_cmsWriteUInt16Array(io, NamedColorList ->ColorantCount, Colorant)) return FALSE; } return TRUE; cmsUNUSED_PARAMETER(nItems); cmsUNUSED_PARAMETER(self); } static void* Type_NamedColor_Dup(struct _cms_typehandler_struct* self, const void* Ptr, cmsUInt32Number n) { cmsNAMEDCOLORLIST* nc = (cmsNAMEDCOLORLIST*) Ptr; return (void*) cmsDupNamedColorList(nc); cmsUNUSED_PARAMETER(n); cmsUNUSED_PARAMETER(self); } static void Type_NamedColor_Free(struct _cms_typehandler_struct* self, void* Ptr) { cmsFreeNamedColorList((cmsNAMEDCOLORLIST*) Ptr); return; cmsUNUSED_PARAMETER(self); } // ******************************************************************************** // Type cmsSigProfileSequenceDescType // ******************************************************************************** // This type is an array of structures, each of which contains information from the // header fields and tags from the original profiles which were combined to create // the final profile. The order of the structures is the order in which the profiles // were combined and includes a structure for the final profile. This provides a // description of the profile sequence from source to destination, // typically used with the DeviceLink profile. static cmsBool ReadEmbeddedText(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsMLU** mlu, cmsUInt32Number SizeOfTag) { cmsTagTypeSignature BaseType; cmsUInt32Number nItems; BaseType = _cmsReadTypeBase(io); switch (BaseType) { case cmsSigTextType: if (*mlu) cmsMLUfree(*mlu); *mlu = (cmsMLU*)Type_Text_Read(self, io, &nItems, SizeOfTag); return (*mlu != NULL); case cmsSigTextDescriptionType: if (*mlu) cmsMLUfree(*mlu); *mlu = (cmsMLU*) Type_Text_Description_Read(self, io, &nItems, SizeOfTag); return (*mlu != NULL); /* TBD: Size is needed for MLU, and we have no idea on which is the available size */ case cmsSigMultiLocalizedUnicodeType: if (*mlu) cmsMLUfree(*mlu); *mlu = (cmsMLU*) Type_MLU_Read(self, io, &nItems, SizeOfTag); return (*mlu != NULL); default: return FALSE; } } static void *Type_ProfileSequenceDesc_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsSEQ* OutSeq; cmsUInt32Number i, Count; *nItems = 0; if (!_cmsReadUInt32Number(io, &Count)) return NULL; if (SizeOfTag < sizeof(cmsUInt32Number)) return NULL; SizeOfTag -= sizeof(cmsUInt32Number); OutSeq = cmsAllocProfileSequenceDescription(self ->ContextID, Count); if (OutSeq == NULL) return NULL; OutSeq ->n = Count; // Get structures as well for (i=0; i < Count; i++) { cmsPSEQDESC* sec = &OutSeq -> seq[i]; if (!_cmsReadUInt32Number(io, &sec ->deviceMfg)) goto Error; if (SizeOfTag < sizeof(cmsUInt32Number)) goto Error; SizeOfTag -= sizeof(cmsUInt32Number); if (!_cmsReadUInt32Number(io, &sec ->deviceModel)) goto Error; if (SizeOfTag < sizeof(cmsUInt32Number)) goto Error; SizeOfTag -= sizeof(cmsUInt32Number); if (!_cmsReadUInt64Number(io, &sec ->attributes)) goto Error; if (SizeOfTag < sizeof(cmsUInt64Number)) goto Error; SizeOfTag -= sizeof(cmsUInt64Number); if (!_cmsReadUInt32Number(io, (cmsUInt32Number *)&sec ->technology)) goto Error; if (SizeOfTag < sizeof(cmsUInt32Number)) goto Error; SizeOfTag -= sizeof(cmsUInt32Number); if (!ReadEmbeddedText(self, io, &sec ->Manufacturer, SizeOfTag)) goto Error; if (!ReadEmbeddedText(self, io, &sec ->Model, SizeOfTag)) goto Error; } *nItems = 1; return OutSeq; Error: cmsFreeProfileSequenceDescription(OutSeq); return NULL; } // Aux--Embed a text description type. It can be of type text description or multilocalized unicode // and it depends of the version number passed on cmsTagDescriptor structure instead of stack static cmsBool SaveDescription(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsMLU* Text) { if (self ->ICCVersion < 0x4000000) { if (!_cmsWriteTypeBase(io, cmsSigTextDescriptionType)) return FALSE; return Type_Text_Description_Write(self, io, Text, 1); } else { if (!_cmsWriteTypeBase(io, cmsSigMultiLocalizedUnicodeType)) return FALSE; return Type_MLU_Write(self, io, Text, 1); } } static cmsBool Type_ProfileSequenceDesc_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsSEQ* Seq = (cmsSEQ*) Ptr; cmsUInt32Number i; if (!_cmsWriteUInt32Number(io, Seq->n)) return FALSE; for (i=0; i < Seq ->n; i++) { cmsPSEQDESC* sec = &Seq -> seq[i]; if (!_cmsWriteUInt32Number(io, sec ->deviceMfg)) return FALSE; if (!_cmsWriteUInt32Number(io, sec ->deviceModel)) return FALSE; if (!_cmsWriteUInt64Number(io, &sec ->attributes)) return FALSE; if (!_cmsWriteUInt32Number(io, sec ->technology)) return FALSE; if (!SaveDescription(self, io, sec ->Manufacturer)) return FALSE; if (!SaveDescription(self, io, sec ->Model)) return FALSE; } return TRUE; cmsUNUSED_PARAMETER(nItems); } static void* Type_ProfileSequenceDesc_Dup(struct _cms_typehandler_struct* self, const void* Ptr, cmsUInt32Number n) { return (void*) cmsDupProfileSequenceDescription((cmsSEQ*) Ptr); cmsUNUSED_PARAMETER(n); cmsUNUSED_PARAMETER(self); } static void Type_ProfileSequenceDesc_Free(struct _cms_typehandler_struct* self, void* Ptr) { cmsFreeProfileSequenceDescription((cmsSEQ*) Ptr); return; cmsUNUSED_PARAMETER(self); } // ******************************************************************************** // Type cmsSigProfileSequenceIdType // ******************************************************************************** /* In certain workflows using ICC Device Link Profiles, it is necessary to identify the original profiles that were combined to create the Device Link Profile. This type is an array of structures, each of which contains information for identification of a profile used in a sequence */ static cmsBool ReadSeqID(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Cargo, cmsUInt32Number n, cmsUInt32Number SizeOfTag) { cmsSEQ* OutSeq = (cmsSEQ*) Cargo; cmsPSEQDESC* seq = &OutSeq ->seq[n]; if (io -> Read(io, seq ->ProfileID.ID8, 16, 1) != 1) return FALSE; if (!ReadEmbeddedText(self, io, &seq ->Description, SizeOfTag)) return FALSE; return TRUE; } static void *Type_ProfileSequenceId_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsSEQ* OutSeq; cmsUInt32Number Count; cmsUInt32Number BaseOffset; *nItems = 0; // Get actual position as a basis for element offsets BaseOffset = io ->Tell(io) - sizeof(_cmsTagBase); // Get table count if (!_cmsReadUInt32Number(io, &Count)) return NULL; // Allocate an empty structure OutSeq = cmsAllocProfileSequenceDescription(self ->ContextID, Count); if (OutSeq == NULL) return NULL; // Read the position table if (!ReadPositionTable(self, io, Count, BaseOffset, OutSeq, ReadSeqID)) { cmsFreeProfileSequenceDescription(OutSeq); return NULL; } // Success *nItems = 1; return OutSeq; cmsUNUSED_PARAMETER(SizeOfTag); } static cmsBool WriteSeqID(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Cargo, cmsUInt32Number n, cmsUInt32Number SizeOfTag) { cmsSEQ* Seq = (cmsSEQ*) Cargo; if (!io ->Write(io, 16, Seq ->seq[n].ProfileID.ID8)) return FALSE; // Store here the MLU if (!SaveDescription(self, io, Seq ->seq[n].Description)) return FALSE; return TRUE; cmsUNUSED_PARAMETER(SizeOfTag); } static cmsBool Type_ProfileSequenceId_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsSEQ* Seq = (cmsSEQ*) Ptr; cmsUInt32Number BaseOffset; // Keep the base offset BaseOffset = io ->Tell(io) - sizeof(_cmsTagBase); // This is the table count if (!_cmsWriteUInt32Number(io, Seq ->n)) return FALSE; // This is the position table and content if (!WritePositionTable(self, io, 0, Seq ->n, BaseOffset, Seq, WriteSeqID)) return FALSE; return TRUE; cmsUNUSED_PARAMETER(nItems); } static void* Type_ProfileSequenceId_Dup(struct _cms_typehandler_struct* self, const void* Ptr, cmsUInt32Number n) { return (void*) cmsDupProfileSequenceDescription((cmsSEQ*) Ptr); cmsUNUSED_PARAMETER(n); cmsUNUSED_PARAMETER(self); } static void Type_ProfileSequenceId_Free(struct _cms_typehandler_struct* self, void* Ptr) { cmsFreeProfileSequenceDescription((cmsSEQ*) Ptr); return; cmsUNUSED_PARAMETER(self); } // ******************************************************************************** // Type cmsSigUcrBgType // ******************************************************************************** /* This type contains curves representing the under color removal and black generation and a text string which is a general description of the method used for the ucr/bg. */ static void *Type_UcrBg_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsUcrBg* n = (cmsUcrBg*) _cmsMallocZero(self ->ContextID, sizeof(cmsUcrBg)); cmsUInt32Number CountUcr, CountBg; cmsInt32Number SignedSizeOfTag = (cmsInt32Number)SizeOfTag; char* ASCIIString; *nItems = 0; if (n == NULL) return NULL; // First curve is Under color removal if (SignedSizeOfTag < (cmsInt32Number) sizeof(cmsUInt32Number)) return NULL; if (!_cmsReadUInt32Number(io, &CountUcr)) return NULL; SignedSizeOfTag -= sizeof(cmsUInt32Number); n ->Ucr = cmsBuildTabulatedToneCurve16(self ->ContextID, CountUcr, NULL); if (n ->Ucr == NULL) goto error; if (SignedSizeOfTag < (cmsInt32Number)(CountUcr * sizeof(cmsUInt16Number))) goto error; if (!_cmsReadUInt16Array(io, CountUcr, n ->Ucr->Table16)) goto error; SignedSizeOfTag -= CountUcr * sizeof(cmsUInt16Number); // Second curve is Black generation if (SignedSizeOfTag < (cmsInt32Number)sizeof(cmsUInt32Number)) goto error; if (!_cmsReadUInt32Number(io, &CountBg)) goto error; SignedSizeOfTag -= sizeof(cmsUInt32Number); n ->Bg = cmsBuildTabulatedToneCurve16(self ->ContextID, CountBg, NULL); if (n ->Bg == NULL) goto error; if (SignedSizeOfTag < (cmsInt32Number) (CountBg * sizeof(cmsUInt16Number))) goto error; if (!_cmsReadUInt16Array(io, CountBg, n ->Bg->Table16)) goto error; SignedSizeOfTag -= CountBg * sizeof(cmsUInt16Number); if (SignedSizeOfTag < 0 || SignedSizeOfTag > 32000) goto error; // Now comes the text. The length is specified by the tag size n ->Desc = cmsMLUalloc(self ->ContextID, 1); if (n ->Desc == NULL) goto error; ASCIIString = (char*) _cmsMalloc(self ->ContextID, SignedSizeOfTag + 1); if (io->Read(io, ASCIIString, sizeof(char), SignedSizeOfTag) != (cmsUInt32Number)SignedSizeOfTag) { _cmsFree(self->ContextID, ASCIIString); goto error; } ASCIIString[SignedSizeOfTag] = 0; cmsMLUsetASCII(n ->Desc, cmsNoLanguage, cmsNoCountry, ASCIIString); _cmsFree(self ->ContextID, ASCIIString); *nItems = 1; return (void*) n; error: if (n->Ucr) cmsFreeToneCurve(n->Ucr); if (n->Bg) cmsFreeToneCurve(n->Bg); if (n->Desc) cmsMLUfree(n->Desc); _cmsFree(self->ContextID, n); *nItems = 0; return NULL; } static cmsBool Type_UcrBg_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsUcrBg* Value = (cmsUcrBg*) Ptr; cmsUInt32Number TextSize; char* Text; // First curve is Under color removal if (!_cmsWriteUInt32Number(io, Value ->Ucr ->nEntries)) return FALSE; if (!_cmsWriteUInt16Array(io, Value ->Ucr ->nEntries, Value ->Ucr ->Table16)) return FALSE; // Then black generation if (!_cmsWriteUInt32Number(io, Value ->Bg ->nEntries)) return FALSE; if (!_cmsWriteUInt16Array(io, Value ->Bg ->nEntries, Value ->Bg ->Table16)) return FALSE; // Now comes the text. The length is specified by the tag size TextSize = cmsMLUgetASCII(Value ->Desc, cmsNoLanguage, cmsNoCountry, NULL, 0); Text = (char*) _cmsMalloc(self ->ContextID, TextSize); if (cmsMLUgetASCII(Value ->Desc, cmsNoLanguage, cmsNoCountry, Text, TextSize) != TextSize) return FALSE; if (!io ->Write(io, TextSize, Text)) return FALSE; _cmsFree(self ->ContextID, Text); return TRUE; cmsUNUSED_PARAMETER(nItems); } static void* Type_UcrBg_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) { cmsUcrBg* Src = (cmsUcrBg*) Ptr; cmsUcrBg* NewUcrBg = (cmsUcrBg*) _cmsMallocZero(self ->ContextID, sizeof(cmsUcrBg)); if (NewUcrBg == NULL) return NULL; NewUcrBg ->Bg = cmsDupToneCurve(Src ->Bg); NewUcrBg ->Ucr = cmsDupToneCurve(Src ->Ucr); NewUcrBg ->Desc = cmsMLUdup(Src ->Desc); return (void*) NewUcrBg; cmsUNUSED_PARAMETER(n); } static void Type_UcrBg_Free(struct _cms_typehandler_struct* self, void *Ptr) { cmsUcrBg* Src = (cmsUcrBg*) Ptr; if (Src ->Ucr) cmsFreeToneCurve(Src ->Ucr); if (Src ->Bg) cmsFreeToneCurve(Src ->Bg); if (Src ->Desc) cmsMLUfree(Src ->Desc); _cmsFree(self ->ContextID, Ptr); } // ******************************************************************************** // Type cmsSigCrdInfoType // ******************************************************************************** /* This type contains the PostScript product name to which this profile corresponds and the names of the companion CRDs. Recall that a single profile can generate multiple CRDs. It is implemented as a MLU being the language code "PS" and then country varies for each element: nm: PostScript product name #0: Rendering intent 0 CRD name #1: Rendering intent 1 CRD name #2: Rendering intent 2 CRD name #3: Rendering intent 3 CRD name */ // Auxiliary, read an string specified as count + string static cmsBool ReadCountAndString(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsMLU* mlu, cmsUInt32Number* SizeOfTag, const char* Section) { cmsUInt32Number Count; char* Text; if (*SizeOfTag < sizeof(cmsUInt32Number)) return FALSE; if (!_cmsReadUInt32Number(io, &Count)) return FALSE; if (Count > UINT_MAX - sizeof(cmsUInt32Number)) return FALSE; if (*SizeOfTag < Count + sizeof(cmsUInt32Number)) return FALSE; Text = (char*) _cmsMalloc(self ->ContextID, Count+1); if (Text == NULL) return FALSE; if (io ->Read(io, Text, sizeof(cmsUInt8Number), Count) != Count) { _cmsFree(self ->ContextID, Text); return FALSE; } Text[Count] = 0; cmsMLUsetASCII(mlu, "PS", Section, Text); _cmsFree(self ->ContextID, Text); *SizeOfTag -= (Count + sizeof(cmsUInt32Number)); return TRUE; } static cmsBool WriteCountAndString(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsMLU* mlu, const char* Section) { cmsUInt32Number TextSize; char* Text; TextSize = cmsMLUgetASCII(mlu, "PS", Section, NULL, 0); Text = (char*) _cmsMalloc(self ->ContextID, TextSize); if (!_cmsWriteUInt32Number(io, TextSize)) return FALSE; if (cmsMLUgetASCII(mlu, "PS", Section, Text, TextSize) == 0) return FALSE; if (!io ->Write(io, TextSize, Text)) return FALSE; _cmsFree(self ->ContextID, Text); return TRUE; } static void *Type_CrdInfo_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsMLU* mlu = cmsMLUalloc(self ->ContextID, 5); *nItems = 0; if (!ReadCountAndString(self, io, mlu, &SizeOfTag, "nm")) goto Error; if (!ReadCountAndString(self, io, mlu, &SizeOfTag, "#0")) goto Error; if (!ReadCountAndString(self, io, mlu, &SizeOfTag, "#1")) goto Error; if (!ReadCountAndString(self, io, mlu, &SizeOfTag, "#2")) goto Error; if (!ReadCountAndString(self, io, mlu, &SizeOfTag, "#3")) goto Error; *nItems = 1; return (void*) mlu; Error: cmsMLUfree(mlu); return NULL; } static cmsBool Type_CrdInfo_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsMLU* mlu = (cmsMLU*) Ptr; if (!WriteCountAndString(self, io, mlu, "nm")) goto Error; if (!WriteCountAndString(self, io, mlu, "#0")) goto Error; if (!WriteCountAndString(self, io, mlu, "#1")) goto Error; if (!WriteCountAndString(self, io, mlu, "#2")) goto Error; if (!WriteCountAndString(self, io, mlu, "#3")) goto Error; return TRUE; Error: return FALSE; cmsUNUSED_PARAMETER(nItems); } static void* Type_CrdInfo_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) { return (void*) cmsMLUdup((cmsMLU*) Ptr); cmsUNUSED_PARAMETER(n); cmsUNUSED_PARAMETER(self); } static void Type_CrdInfo_Free(struct _cms_typehandler_struct* self, void *Ptr) { cmsMLUfree((cmsMLU*) Ptr); return; cmsUNUSED_PARAMETER(self); } // ******************************************************************************** // Type cmsSigScreeningType // ******************************************************************************** // //The screeningType describes various screening parameters including screen //frequency, screening angle, and spot shape. static void *Type_Screening_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsScreening* sc = NULL; cmsUInt32Number i; sc = (cmsScreening*) _cmsMallocZero(self ->ContextID, sizeof(cmsScreening)); if (sc == NULL) return NULL; *nItems = 0; if (!_cmsReadUInt32Number(io, &sc ->Flag)) goto Error; if (!_cmsReadUInt32Number(io, &sc ->nChannels)) goto Error; if (sc ->nChannels > cmsMAXCHANNELS - 1) sc ->nChannels = cmsMAXCHANNELS - 1; for (i=0; i < sc ->nChannels; i++) { if (!_cmsRead15Fixed16Number(io, &sc ->Channels[i].Frequency)) goto Error; if (!_cmsRead15Fixed16Number(io, &sc ->Channels[i].ScreenAngle)) goto Error; if (!_cmsReadUInt32Number(io, &sc ->Channels[i].SpotShape)) goto Error; } *nItems = 1; return (void*) sc; Error: if (sc != NULL) _cmsFree(self ->ContextID, sc); return NULL; cmsUNUSED_PARAMETER(SizeOfTag); } static cmsBool Type_Screening_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsScreening* sc = (cmsScreening* ) Ptr; cmsUInt32Number i; if (!_cmsWriteUInt32Number(io, sc ->Flag)) return FALSE; if (!_cmsWriteUInt32Number(io, sc ->nChannels)) return FALSE; for (i=0; i < sc ->nChannels; i++) { if (!_cmsWrite15Fixed16Number(io, sc ->Channels[i].Frequency)) return FALSE; if (!_cmsWrite15Fixed16Number(io, sc ->Channels[i].ScreenAngle)) return FALSE; if (!_cmsWriteUInt32Number(io, sc ->Channels[i].SpotShape)) return FALSE; } return TRUE; cmsUNUSED_PARAMETER(nItems); cmsUNUSED_PARAMETER(self); } static void* Type_Screening_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) { return _cmsDupMem(self ->ContextID, Ptr, sizeof(cmsScreening)); cmsUNUSED_PARAMETER(n); } static void Type_Screening_Free(struct _cms_typehandler_struct* self, void* Ptr) { _cmsFree(self ->ContextID, Ptr); } // ******************************************************************************** // Type cmsSigViewingConditionsType // ******************************************************************************** // //This type represents a set of viewing condition parameters including: //CIE 'absolute' illuminant white point tristimulus values and CIE 'absolute' //surround tristimulus values. static void *Type_ViewingConditions_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsICCViewingConditions* vc = NULL; vc = (cmsICCViewingConditions*) _cmsMallocZero(self ->ContextID, sizeof(cmsICCViewingConditions)); if (vc == NULL) return NULL; *nItems = 0; if (!_cmsReadXYZNumber(io, &vc ->IlluminantXYZ)) goto Error; if (!_cmsReadXYZNumber(io, &vc ->SurroundXYZ)) goto Error; if (!_cmsReadUInt32Number(io, &vc ->IlluminantType)) goto Error; *nItems = 1; return (void*) vc; Error: if (vc != NULL) _cmsFree(self ->ContextID, vc); return NULL; cmsUNUSED_PARAMETER(SizeOfTag); } static cmsBool Type_ViewingConditions_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsICCViewingConditions* sc = (cmsICCViewingConditions* ) Ptr; if (!_cmsWriteXYZNumber(io, &sc ->IlluminantXYZ)) return FALSE; if (!_cmsWriteXYZNumber(io, &sc ->SurroundXYZ)) return FALSE; if (!_cmsWriteUInt32Number(io, sc ->IlluminantType)) return FALSE; return TRUE; cmsUNUSED_PARAMETER(nItems); cmsUNUSED_PARAMETER(self); } static void* Type_ViewingConditions_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) { return _cmsDupMem(self->ContextID, Ptr, sizeof(cmsICCViewingConditions)); cmsUNUSED_PARAMETER(n); } static void Type_ViewingConditions_Free(struct _cms_typehandler_struct* self, void* Ptr) { _cmsFree(self ->ContextID, Ptr); } // ******************************************************************************** // Type cmsSigMultiProcessElementType // ******************************************************************************** static void* GenericMPEdup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) { return (void*) cmsStageDup((cmsStage*) Ptr); cmsUNUSED_PARAMETER(n); cmsUNUSED_PARAMETER(self); } static void GenericMPEfree(struct _cms_typehandler_struct* self, void *Ptr) { cmsStageFree((cmsStage*) Ptr); return; cmsUNUSED_PARAMETER(self); } // Each curve is stored in one or more curve segments, with break-points specified between curve segments. // The first curve segment always starts at -Infinity, and the last curve segment always ends at +Infinity. The // first and last curve segments shall be specified in terms of a formula, whereas the other segments shall be // specified either in terms of a formula, or by a sampled curve. // Read an embedded segmented curve static cmsToneCurve* ReadSegmentedCurve(struct _cms_typehandler_struct* self, cmsIOHANDLER* io) { cmsCurveSegSignature ElementSig; cmsUInt32Number i, j; cmsUInt16Number nSegments; cmsCurveSegment* Segments; cmsToneCurve* Curve; cmsFloat32Number PrevBreak = MINUS_INF; // - infinite // Take signature and channels for each element. if (!_cmsReadUInt32Number(io, (cmsUInt32Number*) &ElementSig)) return NULL; // That should be a segmented curve if (ElementSig != cmsSigSegmentedCurve) return NULL; if (!_cmsReadUInt32Number(io, NULL)) return NULL; if (!_cmsReadUInt16Number(io, &nSegments)) return NULL; if (!_cmsReadUInt16Number(io, NULL)) return NULL; if (nSegments < 1) return NULL; Segments = (cmsCurveSegment*) _cmsCalloc(self ->ContextID, nSegments, sizeof(cmsCurveSegment)); if (Segments == NULL) return NULL; // Read breakpoints for (i=0; i < (cmsUInt32Number) nSegments - 1; i++) { Segments[i].x0 = PrevBreak; if (!_cmsReadFloat32Number(io, &Segments[i].x1)) goto Error; PrevBreak = Segments[i].x1; } Segments[nSegments-1].x0 = PrevBreak; Segments[nSegments-1].x1 = PLUS_INF; // A big cmsFloat32Number number // Read segments for (i=0; i < nSegments; i++) { if (!_cmsReadUInt32Number(io, (cmsUInt32Number*) &ElementSig)) goto Error; if (!_cmsReadUInt32Number(io, NULL)) goto Error; switch (ElementSig) { case cmsSigFormulaCurveSeg: { cmsUInt16Number Type; cmsUInt32Number ParamsByType[] = { 4, 5, 5 }; if (!_cmsReadUInt16Number(io, &Type)) goto Error; if (!_cmsReadUInt16Number(io, NULL)) goto Error; Segments[i].Type = Type + 6; if (Type > 2) goto Error; for (j = 0; j < ParamsByType[Type]; j++) { cmsFloat32Number f; if (!_cmsReadFloat32Number(io, &f)) goto Error; Segments[i].Params[j] = f; } } break; case cmsSigSampledCurveSeg: { cmsUInt32Number Count; if (!_cmsReadUInt32Number(io, &Count)) goto Error; // The first point is implicit in the last stage, we allocate an extra note to be populated latter on Count++; Segments[i].nGridPoints = Count; Segments[i].SampledPoints = (cmsFloat32Number*)_cmsCalloc(self->ContextID, Count, sizeof(cmsFloat32Number)); if (Segments[i].SampledPoints == NULL) goto Error; Segments[i].SampledPoints[0] = 0; for (j = 1; j < Count; j++) { if (!_cmsReadFloat32Number(io, &Segments[i].SampledPoints[j])) goto Error; } } break; default: { char String[5]; _cmsTagSignature2String(String, (cmsTagSignature) ElementSig); cmsSignalError(self->ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unknown curve element type '%s' found.", String); } goto Error; } } Curve = cmsBuildSegmentedToneCurve(self ->ContextID, nSegments, Segments); for (i=0; i < nSegments; i++) { if (Segments[i].SampledPoints) _cmsFree(self ->ContextID, Segments[i].SampledPoints); } _cmsFree(self ->ContextID, Segments); // Explore for missing implicit points for (i = 0; i < nSegments; i++) { // If sampled curve, fix it if (Curve->Segments[i].Type == 0) { Curve->Segments[i].SampledPoints[0] = cmsEvalToneCurveFloat(Curve, Curve->Segments[i].x0); } } return Curve; Error: if (Segments) { for (i=0; i < nSegments; i++) { if (Segments[i].SampledPoints) _cmsFree(self ->ContextID, Segments[i].SampledPoints); } _cmsFree(self ->ContextID, Segments); } return NULL; } static cmsBool ReadMPECurve(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Cargo, cmsUInt32Number n, cmsUInt32Number SizeOfTag) { cmsToneCurve** GammaTables = ( cmsToneCurve**) Cargo; GammaTables[n] = ReadSegmentedCurve(self, io); return (GammaTables[n] != NULL); cmsUNUSED_PARAMETER(SizeOfTag); } static void *Type_MPEcurve_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsStage* mpe = NULL; cmsUInt16Number InputChans, OutputChans; cmsUInt32Number i, BaseOffset; cmsToneCurve** GammaTables; *nItems = 0; // Get actual position as a basis for element offsets BaseOffset = io ->Tell(io) - sizeof(_cmsTagBase); if (!_cmsReadUInt16Number(io, &InputChans)) return NULL; if (!_cmsReadUInt16Number(io, &OutputChans)) return NULL; if (InputChans != OutputChans) return NULL; GammaTables = (cmsToneCurve**) _cmsCalloc(self ->ContextID, InputChans, sizeof(cmsToneCurve*)); if (GammaTables == NULL) return NULL; if (ReadPositionTable(self, io, InputChans, BaseOffset, GammaTables, ReadMPECurve)) { mpe = cmsStageAllocToneCurves(self ->ContextID, InputChans, GammaTables); } else { mpe = NULL; } for (i=0; i < InputChans; i++) { if (GammaTables[i]) cmsFreeToneCurve(GammaTables[i]); } _cmsFree(self ->ContextID, GammaTables); *nItems = (mpe != NULL) ? 1U : 0; return mpe; cmsUNUSED_PARAMETER(SizeOfTag); } // Write a single segmented curve. NO CHECK IS PERFORMED ON VALIDITY static cmsBool WriteSegmentedCurve(cmsIOHANDLER* io, cmsToneCurve* g) { cmsUInt32Number i, j; cmsCurveSegment* Segments = g ->Segments; cmsUInt32Number nSegments = g ->nSegments; if (!_cmsWriteUInt32Number(io, cmsSigSegmentedCurve)) goto Error; if (!_cmsWriteUInt32Number(io, 0)) goto Error; if (!_cmsWriteUInt16Number(io, (cmsUInt16Number) nSegments)) goto Error; if (!_cmsWriteUInt16Number(io, 0)) goto Error; // Write the break-points for (i=0; i < nSegments - 1; i++) { if (!_cmsWriteFloat32Number(io, Segments[i].x1)) goto Error; } // Write the segments for (i=0; i < g ->nSegments; i++) { cmsCurveSegment* ActualSeg = Segments + i; if (ActualSeg -> Type == 0) { // This is a sampled curve. First point is implicit in the ICC format, but not in our representation if (!_cmsWriteUInt32Number(io, (cmsUInt32Number) cmsSigSampledCurveSeg)) goto Error; if (!_cmsWriteUInt32Number(io, 0)) goto Error; if (!_cmsWriteUInt32Number(io, ActualSeg -> nGridPoints - 1)) goto Error; for (j=1; j < g ->Segments[i].nGridPoints; j++) { if (!_cmsWriteFloat32Number(io, ActualSeg -> SampledPoints[j])) goto Error; } } else { int Type; cmsUInt32Number ParamsByType[] = { 4, 5, 5 }; // This is a formula-based if (!_cmsWriteUInt32Number(io, (cmsUInt32Number) cmsSigFormulaCurveSeg)) goto Error; if (!_cmsWriteUInt32Number(io, 0)) goto Error; // We only allow 1, 2 and 3 as types Type = ActualSeg ->Type - 6; if (Type > 2 || Type < 0) goto Error; if (!_cmsWriteUInt16Number(io, (cmsUInt16Number) Type)) goto Error; if (!_cmsWriteUInt16Number(io, 0)) goto Error; for (j=0; j < ParamsByType[Type]; j++) { if (!_cmsWriteFloat32Number(io, (cmsFloat32Number) ActualSeg ->Params[j])) goto Error; } } // It seems there is no need to align. Code is here, and for safety commented out // if (!_cmsWriteAlignment(io)) goto Error; } return TRUE; Error: return FALSE; } static cmsBool WriteMPECurve(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Cargo, cmsUInt32Number n, cmsUInt32Number SizeOfTag) { _cmsStageToneCurvesData* Curves = (_cmsStageToneCurvesData*) Cargo; return WriteSegmentedCurve(io, Curves ->TheCurves[n]); cmsUNUSED_PARAMETER(SizeOfTag); cmsUNUSED_PARAMETER(self); } // Write a curve, checking first for validity static cmsBool Type_MPEcurve_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsUInt32Number BaseOffset; cmsStage* mpe = (cmsStage*) Ptr; _cmsStageToneCurvesData* Curves = (_cmsStageToneCurvesData*) mpe ->Data; BaseOffset = io ->Tell(io) - sizeof(_cmsTagBase); // Write the header. Since those are curves, input and output channels are same if (!_cmsWriteUInt16Number(io, (cmsUInt16Number) mpe ->InputChannels)) return FALSE; if (!_cmsWriteUInt16Number(io, (cmsUInt16Number) mpe ->InputChannels)) return FALSE; if (!WritePositionTable(self, io, 0, mpe ->InputChannels, BaseOffset, Curves, WriteMPECurve)) return FALSE; return TRUE; cmsUNUSED_PARAMETER(nItems); } // The matrix is organized as an array of PxQ+Q elements, where P is the number of input channels to the // matrix, and Q is the number of output channels. The matrix elements are each float32Numbers. The array // is organized as follows: // array = [e11, e12, ..., e1P, e21, e22, ..., e2P, ..., eQ1, eQ2, ..., eQP, e1, e2, ..., eQ] static void *Type_MPEmatrix_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsStage* mpe; cmsUInt16Number InputChans, OutputChans; cmsUInt32Number nElems, i; cmsFloat64Number* Matrix; cmsFloat64Number* Offsets; if (!_cmsReadUInt16Number(io, &InputChans)) return NULL; if (!_cmsReadUInt16Number(io, &OutputChans)) return NULL; // Input and output chans may be ANY (up to 0xffff), // but we choose to limit to 16 channels for now if (InputChans >= cmsMAXCHANNELS) return NULL; if (OutputChans >= cmsMAXCHANNELS) return NULL; nElems = (cmsUInt32Number) InputChans * OutputChans; Matrix = (cmsFloat64Number*) _cmsCalloc(self ->ContextID, nElems, sizeof(cmsFloat64Number)); if (Matrix == NULL) return NULL; Offsets = (cmsFloat64Number*) _cmsCalloc(self ->ContextID, OutputChans, sizeof(cmsFloat64Number)); if (Offsets == NULL) { _cmsFree(self ->ContextID, Matrix); return NULL; } for (i=0; i < nElems; i++) { cmsFloat32Number v; if (!_cmsReadFloat32Number(io, &v)) { _cmsFree(self ->ContextID, Matrix); _cmsFree(self ->ContextID, Offsets); return NULL; } Matrix[i] = v; } for (i=0; i < OutputChans; i++) { cmsFloat32Number v; if (!_cmsReadFloat32Number(io, &v)) { _cmsFree(self ->ContextID, Matrix); _cmsFree(self ->ContextID, Offsets); return NULL; } Offsets[i] = v; } mpe = cmsStageAllocMatrix(self ->ContextID, OutputChans, InputChans, Matrix, Offsets); _cmsFree(self ->ContextID, Matrix); _cmsFree(self ->ContextID, Offsets); *nItems = 1; return mpe; cmsUNUSED_PARAMETER(SizeOfTag); } static cmsBool Type_MPEmatrix_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsUInt32Number i, nElems; cmsStage* mpe = (cmsStage*) Ptr; _cmsStageMatrixData* Matrix = (_cmsStageMatrixData*) mpe ->Data; if (!_cmsWriteUInt16Number(io, (cmsUInt16Number) mpe ->InputChannels)) return FALSE; if (!_cmsWriteUInt16Number(io, (cmsUInt16Number) mpe ->OutputChannels)) return FALSE; nElems = mpe ->InputChannels * mpe ->OutputChannels; for (i=0; i < nElems; i++) { if (!_cmsWriteFloat32Number(io, (cmsFloat32Number) Matrix->Double[i])) return FALSE; } for (i=0; i < mpe ->OutputChannels; i++) { if (Matrix ->Offset == NULL) { if (!_cmsWriteFloat32Number(io, 0)) return FALSE; } else { if (!_cmsWriteFloat32Number(io, (cmsFloat32Number) Matrix->Offset[i])) return FALSE; } } return TRUE; cmsUNUSED_PARAMETER(nItems); cmsUNUSED_PARAMETER(self); } static void *Type_MPEclut_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsStage* mpe = NULL; cmsUInt16Number InputChans, OutputChans; cmsUInt8Number Dimensions8[16]; cmsUInt32Number i, nMaxGrids, GridPoints[MAX_INPUT_DIMENSIONS]; _cmsStageCLutData* clut; if (!_cmsReadUInt16Number(io, &InputChans)) return NULL; if (!_cmsReadUInt16Number(io, &OutputChans)) return NULL; if (InputChans == 0 || InputChans >= cmsMAXCHANNELS) goto Error; if (OutputChans == 0 || OutputChans >= cmsMAXCHANNELS) goto Error; if (io ->Read(io, Dimensions8, sizeof(cmsUInt8Number), 16) != 16) goto Error; // Copy MAX_INPUT_DIMENSIONS at most. Expand to cmsUInt32Number nMaxGrids = InputChans > MAX_INPUT_DIMENSIONS ? (cmsUInt32Number) MAX_INPUT_DIMENSIONS : InputChans; for (i = 0; i < nMaxGrids; i++) { if (Dimensions8[i] == 1) goto Error; // Impossible value, 0 for no CLUT and then 2 at least GridPoints[i] = (cmsUInt32Number)Dimensions8[i]; } // Allocate the true CLUT mpe = cmsStageAllocCLutFloatGranular(self ->ContextID, GridPoints, InputChans, OutputChans, NULL); if (mpe == NULL) goto Error; // Read and sanitize the data clut = (_cmsStageCLutData*) mpe ->Data; for (i=0; i < clut ->nEntries; i++) { if (!_cmsReadFloat32Number(io, &clut->Tab.TFloat[i])) goto Error; } *nItems = 1; return mpe; Error: *nItems = 0; if (mpe != NULL) cmsStageFree(mpe); return NULL; cmsUNUSED_PARAMETER(SizeOfTag); } // Write a CLUT in floating point static cmsBool Type_MPEclut_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsUInt8Number Dimensions8[16]; // 16 because the spec says 16 and not max number of channels cmsUInt32Number i; cmsStage* mpe = (cmsStage*) Ptr; _cmsStageCLutData* clut = (_cmsStageCLutData*) mpe ->Data; // Check for maximum number of channels supported by lcms if (mpe -> InputChannels > MAX_INPUT_DIMENSIONS) return FALSE; // Only floats are supported in MPE if (clut ->HasFloatValues == FALSE) return FALSE; if (!_cmsWriteUInt16Number(io, (cmsUInt16Number) mpe ->InputChannels)) return FALSE; if (!_cmsWriteUInt16Number(io, (cmsUInt16Number) mpe ->OutputChannels)) return FALSE; memset(Dimensions8, 0, sizeof(Dimensions8)); for (i=0; i < mpe ->InputChannels; i++) Dimensions8[i] = (cmsUInt8Number) clut ->Params ->nSamples[i]; if (!io ->Write(io, 16, Dimensions8)) return FALSE; for (i=0; i < clut ->nEntries; i++) { if (!_cmsWriteFloat32Number(io, clut ->Tab.TFloat[i])) return FALSE; } return TRUE; cmsUNUSED_PARAMETER(nItems); cmsUNUSED_PARAMETER(self); } // This is the list of built-in MPE types static _cmsTagTypeLinkedList SupportedMPEtypes[] = { {{ (cmsTagTypeSignature) cmsSigBAcsElemType, NULL, NULL, NULL, NULL, NULL, 0 }, &SupportedMPEtypes[1] }, // Ignore those elements for now {{ (cmsTagTypeSignature) cmsSigEAcsElemType, NULL, NULL, NULL, NULL, NULL, 0 }, &SupportedMPEtypes[2] }, // (That's what the spec says) {TYPE_MPE_HANDLER((cmsTagTypeSignature) cmsSigCurveSetElemType, MPEcurve), &SupportedMPEtypes[3] }, {TYPE_MPE_HANDLER((cmsTagTypeSignature) cmsSigMatrixElemType, MPEmatrix), &SupportedMPEtypes[4] }, {TYPE_MPE_HANDLER((cmsTagTypeSignature) cmsSigCLutElemType, MPEclut), NULL }, }; _cmsTagTypePluginChunkType _cmsMPETypePluginChunk = { NULL }; static cmsBool ReadMPEElem(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Cargo, cmsUInt32Number n, cmsUInt32Number SizeOfTag) { cmsStageSignature ElementSig; cmsTagTypeHandler* TypeHandler; cmsUInt32Number nItems; cmsPipeline *NewLUT = (cmsPipeline *) Cargo; _cmsTagTypePluginChunkType* MPETypePluginChunk = ( _cmsTagTypePluginChunkType*) _cmsContextGetClientChunk(self->ContextID, MPEPlugin); // Take signature and channels for each element. if (!_cmsReadUInt32Number(io, (cmsUInt32Number*) &ElementSig)) return FALSE; // The reserved placeholder if (!_cmsReadUInt32Number(io, NULL)) return FALSE; // Read diverse MPE types TypeHandler = GetHandler((cmsTagTypeSignature) ElementSig, MPETypePluginChunk ->TagTypes, SupportedMPEtypes); if (TypeHandler == NULL) { char String[5]; _cmsTagSignature2String(String, (cmsTagSignature) ElementSig); // An unknown element was found. cmsSignalError(self ->ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unknown MPE type '%s' found.", String); return FALSE; } // If no read method, just ignore the element (valid for cmsSigBAcsElemType and cmsSigEAcsElemType) // Read the MPE. No size is given if (TypeHandler ->ReadPtr != NULL) { // This is a real element which should be read and processed if (!cmsPipelineInsertStage(NewLUT, cmsAT_END, (cmsStage*) TypeHandler ->ReadPtr(self, io, &nItems, SizeOfTag))) return FALSE; } return TRUE; cmsUNUSED_PARAMETER(SizeOfTag); cmsUNUSED_PARAMETER(n); } // This is the main dispatcher for MPE static void *Type_MPE_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsUInt16Number InputChans, OutputChans; cmsUInt32Number ElementCount; cmsPipeline *NewLUT = NULL; cmsUInt32Number BaseOffset; // Get actual position as a basis for element offsets BaseOffset = io ->Tell(io) - sizeof(_cmsTagBase); // Read channels and element count if (!_cmsReadUInt16Number(io, &InputChans)) return NULL; if (!_cmsReadUInt16Number(io, &OutputChans)) return NULL; if (InputChans == 0 || InputChans >= cmsMAXCHANNELS) return NULL; if (OutputChans == 0 || OutputChans >= cmsMAXCHANNELS) return NULL; // Allocates an empty LUT NewLUT = cmsPipelineAlloc(self ->ContextID, InputChans, OutputChans); if (NewLUT == NULL) return NULL; if (!_cmsReadUInt32Number(io, &ElementCount)) goto Error; if (!ReadPositionTable(self, io, ElementCount, BaseOffset, NewLUT, ReadMPEElem)) goto Error; // Check channel count if (InputChans != NewLUT->InputChannels || OutputChans != NewLUT->OutputChannels) goto Error; // Success *nItems = 1; return NewLUT; // Error Error: if (NewLUT != NULL) cmsPipelineFree(NewLUT); *nItems = 0; return NULL; cmsUNUSED_PARAMETER(SizeOfTag); } // This one is a little bit more complex, so we don't use position tables this time. static cmsBool Type_MPE_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsUInt32Number i, BaseOffset, DirectoryPos, CurrentPos; cmsUInt32Number inputChan, outputChan; cmsUInt32Number ElemCount; cmsUInt32Number *ElementOffsets = NULL, *ElementSizes = NULL, Before; cmsStageSignature ElementSig; cmsPipeline* Lut = (cmsPipeline*) Ptr; cmsStage* Elem = Lut ->Elements; cmsTagTypeHandler* TypeHandler; _cmsTagTypePluginChunkType* MPETypePluginChunk = ( _cmsTagTypePluginChunkType*) _cmsContextGetClientChunk(self->ContextID, MPEPlugin); BaseOffset = io ->Tell(io) - sizeof(_cmsTagBase); inputChan = cmsPipelineInputChannels(Lut); outputChan = cmsPipelineOutputChannels(Lut); ElemCount = cmsPipelineStageCount(Lut); ElementOffsets = (cmsUInt32Number *) _cmsCalloc(self ->ContextID, ElemCount, sizeof(cmsUInt32Number)); if (ElementOffsets == NULL) goto Error; ElementSizes = (cmsUInt32Number *) _cmsCalloc(self ->ContextID, ElemCount, sizeof(cmsUInt32Number)); if (ElementSizes == NULL) goto Error; // Write the head if (!_cmsWriteUInt16Number(io, (cmsUInt16Number) inputChan)) goto Error; if (!_cmsWriteUInt16Number(io, (cmsUInt16Number) outputChan)) goto Error; if (!_cmsWriteUInt32Number(io, (cmsUInt16Number) ElemCount)) goto Error; DirectoryPos = io ->Tell(io); // Write a fake directory to be filled latter on for (i=0; i < ElemCount; i++) { if (!_cmsWriteUInt32Number(io, 0)) goto Error; // Offset if (!_cmsWriteUInt32Number(io, 0)) goto Error; // size } // Write each single tag. Keep track of the size as well. for (i=0; i < ElemCount; i++) { ElementOffsets[i] = io ->Tell(io) - BaseOffset; ElementSig = Elem ->Type; TypeHandler = GetHandler((cmsTagTypeSignature) ElementSig, MPETypePluginChunk->TagTypes, SupportedMPEtypes); if (TypeHandler == NULL) { char String[5]; _cmsTagSignature2String(String, (cmsTagSignature) ElementSig); // An unknown element was found. cmsSignalError(self->ContextID, cmsERROR_UNKNOWN_EXTENSION, "Found unknown MPE type '%s'", String); goto Error; } if (!_cmsWriteUInt32Number(io, ElementSig)) goto Error; if (!_cmsWriteUInt32Number(io, 0)) goto Error; Before = io ->Tell(io); if (!TypeHandler ->WritePtr(self, io, Elem, 1)) goto Error; if (!_cmsWriteAlignment(io)) goto Error; ElementSizes[i] = io ->Tell(io) - Before; Elem = Elem ->Next; } // Write the directory CurrentPos = io ->Tell(io); if (!io ->Seek(io, DirectoryPos)) goto Error; for (i=0; i < ElemCount; i++) { if (!_cmsWriteUInt32Number(io, ElementOffsets[i])) goto Error; if (!_cmsWriteUInt32Number(io, ElementSizes[i])) goto Error; } if (!io ->Seek(io, CurrentPos)) goto Error; if (ElementOffsets != NULL) _cmsFree(self ->ContextID, ElementOffsets); if (ElementSizes != NULL) _cmsFree(self ->ContextID, ElementSizes); return TRUE; Error: if (ElementOffsets != NULL) _cmsFree(self ->ContextID, ElementOffsets); if (ElementSizes != NULL) _cmsFree(self ->ContextID, ElementSizes); return FALSE; cmsUNUSED_PARAMETER(nItems); } static void* Type_MPE_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) { return (void*) cmsPipelineDup((cmsPipeline*) Ptr); cmsUNUSED_PARAMETER(n); cmsUNUSED_PARAMETER(self); } static void Type_MPE_Free(struct _cms_typehandler_struct* self, void *Ptr) { cmsPipelineFree((cmsPipeline*) Ptr); return; cmsUNUSED_PARAMETER(self); } // ******************************************************************************** // Type cmsSigVcgtType // ******************************************************************************** #define cmsVideoCardGammaTableType 0 #define cmsVideoCardGammaFormulaType 1 // Used internally typedef struct { double Gamma; double Min; double Max; } _cmsVCGTGAMMA; static void *Type_vcgt_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsUInt32Number TagType, n, i; cmsToneCurve** Curves; *nItems = 0; // Read tag type if (!_cmsReadUInt32Number(io, &TagType)) return NULL; // Allocate space for the array Curves = ( cmsToneCurve**) _cmsCalloc(self ->ContextID, 3, sizeof(cmsToneCurve*)); if (Curves == NULL) return NULL; // There are two possible flavors switch (TagType) { // Gamma is stored as a table case cmsVideoCardGammaTableType: { cmsUInt16Number nChannels, nElems, nBytes; // Check channel count, which should be 3 (we don't support monochrome this time) if (!_cmsReadUInt16Number(io, &nChannels)) goto Error; if (nChannels != 3) { cmsSignalError(self->ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unsupported number of channels for VCGT '%d'", nChannels); goto Error; } // Get Table element count and bytes per element if (!_cmsReadUInt16Number(io, &nElems)) goto Error; if (!_cmsReadUInt16Number(io, &nBytes)) goto Error; // Adobe's quirk fixup. Fixing broken profiles... if (nElems == 256 && nBytes == 1 && SizeOfTag == 1576) nBytes = 2; // Populate tone curves for (n=0; n < 3; n++) { Curves[n] = cmsBuildTabulatedToneCurve16(self ->ContextID, nElems, NULL); if (Curves[n] == NULL) goto Error; // On depending on byte depth switch (nBytes) { // One byte, 0..255 case 1: for (i=0; i < nElems; i++) { cmsUInt8Number v; if (!_cmsReadUInt8Number(io, &v)) goto Error; Curves[n] ->Table16[i] = FROM_8_TO_16(v); } break; // One word 0..65535 case 2: if (!_cmsReadUInt16Array(io, nElems, Curves[n]->Table16)) goto Error; break; // Unsupported default: cmsSignalError(self->ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unsupported bit depth for VCGT '%d'", nBytes * 8); goto Error; } } // For all 3 channels } break; // In this case, gamma is stored as a formula case cmsVideoCardGammaFormulaType: { _cmsVCGTGAMMA Colorant[3]; // Populate tone curves for (n=0; n < 3; n++) { double Params[10]; if (!_cmsRead15Fixed16Number(io, &Colorant[n].Gamma)) goto Error; if (!_cmsRead15Fixed16Number(io, &Colorant[n].Min)) goto Error; if (!_cmsRead15Fixed16Number(io, &Colorant[n].Max)) goto Error; // Parametric curve type 5 is: // Y = (aX + b)^Gamma + e | X >= d // Y = cX + f | X < d // vcgt formula is: // Y = (Max - Min) * (X ^ Gamma) + Min // So, the translation is // a = (Max - Min) ^ ( 1 / Gamma) // e = Min // b=c=d=f=0 Params[0] = Colorant[n].Gamma; Params[1] = pow((Colorant[n].Max - Colorant[n].Min), (1.0 / Colorant[n].Gamma)); Params[2] = 0; Params[3] = 0; Params[4] = 0; Params[5] = Colorant[n].Min; Params[6] = 0; Curves[n] = cmsBuildParametricToneCurve(self ->ContextID, 5, Params); if (Curves[n] == NULL) goto Error; } } break; // Unsupported default: cmsSignalError(self->ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unsupported tag type for VCGT '%d'", TagType); goto Error; } *nItems = 1; return (void*) Curves; // Regret, free all resources Error: cmsFreeToneCurveTriple(Curves); _cmsFree(self ->ContextID, Curves); return NULL; cmsUNUSED_PARAMETER(SizeOfTag); } // We don't support all flavors, only 16bits tables and formula static cmsBool Type_vcgt_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsToneCurve** Curves = (cmsToneCurve**) Ptr; cmsUInt32Number i, j; if (cmsGetToneCurveParametricType(Curves[0]) == 5 && cmsGetToneCurveParametricType(Curves[1]) == 5 && cmsGetToneCurveParametricType(Curves[2]) == 5) { if (!_cmsWriteUInt32Number(io, cmsVideoCardGammaFormulaType)) return FALSE; // Save parameters for (i=0; i < 3; i++) { _cmsVCGTGAMMA v; v.Gamma = Curves[i] ->Segments[0].Params[0]; v.Min = Curves[i] ->Segments[0].Params[5]; v.Max = pow(Curves[i] ->Segments[0].Params[1], v.Gamma) + v.Min; if (!_cmsWrite15Fixed16Number(io, v.Gamma)) return FALSE; if (!_cmsWrite15Fixed16Number(io, v.Min)) return FALSE; if (!_cmsWrite15Fixed16Number(io, v.Max)) return FALSE; } } else { // Always store as a table of 256 words if (!_cmsWriteUInt32Number(io, cmsVideoCardGammaTableType)) return FALSE; if (!_cmsWriteUInt16Number(io, 3)) return FALSE; if (!_cmsWriteUInt16Number(io, 256)) return FALSE; if (!_cmsWriteUInt16Number(io, 2)) return FALSE; for (i=0; i < 3; i++) { for (j=0; j < 256; j++) { cmsFloat32Number v = cmsEvalToneCurveFloat(Curves[i], (cmsFloat32Number) (j / 255.0)); cmsUInt16Number n = _cmsQuickSaturateWord(v * 65535.0); if (!_cmsWriteUInt16Number(io, n)) return FALSE; } } } return TRUE; cmsUNUSED_PARAMETER(self); cmsUNUSED_PARAMETER(nItems); } static void* Type_vcgt_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) { cmsToneCurve** OldCurves = (cmsToneCurve**) Ptr; cmsToneCurve** NewCurves; NewCurves = ( cmsToneCurve**) _cmsCalloc(self ->ContextID, 3, sizeof(cmsToneCurve*)); if (NewCurves == NULL) return NULL; NewCurves[0] = cmsDupToneCurve(OldCurves[0]); NewCurves[1] = cmsDupToneCurve(OldCurves[1]); NewCurves[2] = cmsDupToneCurve(OldCurves[2]); return (void*) NewCurves; cmsUNUSED_PARAMETER(n); } static void Type_vcgt_Free(struct _cms_typehandler_struct* self, void* Ptr) { cmsFreeToneCurveTriple((cmsToneCurve**) Ptr); _cmsFree(self ->ContextID, Ptr); } // ******************************************************************************** // Type cmsSigDictType // ******************************************************************************** // Single column of the table can point to wchar or MLUC elements. Holds arrays of data typedef struct { cmsContext ContextID; cmsUInt32Number *Offsets; cmsUInt32Number *Sizes; } _cmsDICelem; typedef struct { _cmsDICelem Name, Value, DisplayName, DisplayValue; } _cmsDICarray; // Allocate an empty array element static cmsBool AllocElem(cmsContext ContextID, _cmsDICelem* e, cmsUInt32Number Count) { e->Offsets = (cmsUInt32Number *) _cmsCalloc(ContextID, Count, sizeof(cmsUInt32Number)); if (e->Offsets == NULL) return FALSE; e->Sizes = (cmsUInt32Number *) _cmsCalloc(ContextID, Count, sizeof(cmsUInt32Number)); if (e->Sizes == NULL) { _cmsFree(ContextID, e -> Offsets); return FALSE; } e ->ContextID = ContextID; return TRUE; } // Free an array element static void FreeElem(_cmsDICelem* e) { if (e ->Offsets != NULL) _cmsFree(e -> ContextID, e -> Offsets); if (e ->Sizes != NULL) _cmsFree(e -> ContextID, e -> Sizes); e->Offsets = e ->Sizes = NULL; } // Get rid of whole array static void FreeArray( _cmsDICarray* a) { if (a ->Name.Offsets != NULL) FreeElem(&a->Name); if (a ->Value.Offsets != NULL) FreeElem(&a ->Value); if (a ->DisplayName.Offsets != NULL) FreeElem(&a->DisplayName); if (a ->DisplayValue.Offsets != NULL) FreeElem(&a ->DisplayValue); } // Allocate whole array static cmsBool AllocArray(cmsContext ContextID, _cmsDICarray* a, cmsUInt32Number Count, cmsUInt32Number Length) { // Empty values memset(a, 0, sizeof(_cmsDICarray)); // On depending on record size, create column arrays if (!AllocElem(ContextID, &a ->Name, Count)) goto Error; if (!AllocElem(ContextID, &a ->Value, Count)) goto Error; if (Length > 16) { if (!AllocElem(ContextID, &a -> DisplayName, Count)) goto Error; } if (Length > 24) { if (!AllocElem(ContextID, &a ->DisplayValue, Count)) goto Error; } return TRUE; Error: FreeArray(a); return FALSE; } // Read one element static cmsBool ReadOneElem(cmsIOHANDLER* io, _cmsDICelem* e, cmsUInt32Number i, cmsUInt32Number BaseOffset) { if (!_cmsReadUInt32Number(io, &e->Offsets[i])) return FALSE; if (!_cmsReadUInt32Number(io, &e ->Sizes[i])) return FALSE; // An offset of zero has special meaning and shall be preserved if (e ->Offsets[i] > 0) e ->Offsets[i] += BaseOffset; return TRUE; } static cmsBool ReadOffsetArray(cmsIOHANDLER* io, _cmsDICarray* a, cmsUInt32Number Count, cmsUInt32Number Length, cmsUInt32Number BaseOffset, cmsInt32Number* SignedSizeOfTagPtr) { cmsUInt32Number i; cmsInt32Number SignedSizeOfTag = *SignedSizeOfTagPtr; // Read column arrays for (i=0; i < Count; i++) { if (SignedSizeOfTag < 4 * (cmsInt32Number) sizeof(cmsUInt32Number)) return FALSE; SignedSizeOfTag -= 4 * sizeof(cmsUInt32Number); if (!ReadOneElem(io, &a -> Name, i, BaseOffset)) return FALSE; if (!ReadOneElem(io, &a -> Value, i, BaseOffset)) return FALSE; if (Length > 16) { if (SignedSizeOfTag < 2 * (cmsInt32Number) sizeof(cmsUInt32Number)) return FALSE; SignedSizeOfTag -= 2 * sizeof(cmsUInt32Number); if (!ReadOneElem(io, &a ->DisplayName, i, BaseOffset)) return FALSE; } if (Length > 24) { if (SignedSizeOfTag < 2 * (cmsInt32Number) sizeof(cmsUInt32Number)) return FALSE; SignedSizeOfTag -= 2 * (cmsInt32Number) sizeof(cmsUInt32Number); if (!ReadOneElem(io, & a -> DisplayValue, i, BaseOffset)) return FALSE; } } *SignedSizeOfTagPtr = SignedSizeOfTag; return TRUE; } // Write one element static cmsBool WriteOneElem(cmsIOHANDLER* io, _cmsDICelem* e, cmsUInt32Number i) { if (!_cmsWriteUInt32Number(io, e->Offsets[i])) return FALSE; if (!_cmsWriteUInt32Number(io, e ->Sizes[i])) return FALSE; return TRUE; } static cmsBool WriteOffsetArray(cmsIOHANDLER* io, _cmsDICarray* a, cmsUInt32Number Count, cmsUInt32Number Length) { cmsUInt32Number i; for (i=0; i < Count; i++) { if (!WriteOneElem(io, &a -> Name, i)) return FALSE; if (!WriteOneElem(io, &a -> Value, i)) return FALSE; if (Length > 16) { if (!WriteOneElem(io, &a -> DisplayName, i)) return FALSE; } if (Length > 24) { if (!WriteOneElem(io, &a -> DisplayValue, i)) return FALSE; } } return TRUE; } static cmsBool ReadOneWChar(cmsIOHANDLER* io, _cmsDICelem* e, cmsUInt32Number i, wchar_t ** wcstr) { cmsUInt32Number nChars; // Special case for undefined strings (see ICC Votable // Proposal Submission, Dictionary Type and Metadata TAG Definition) if (e -> Offsets[i] == 0) { *wcstr = NULL; return TRUE; } if (!io -> Seek(io, e -> Offsets[i])) return FALSE; nChars = e ->Sizes[i] / sizeof(cmsUInt16Number); if (nChars > 0x7ffff) return FALSE; *wcstr = (wchar_t*) _cmsMallocZero(e ->ContextID, (nChars + 1) * sizeof(wchar_t)); if (*wcstr == NULL) return FALSE; if (!_cmsReadWCharArray(io, nChars, *wcstr)) { _cmsFree(e ->ContextID, *wcstr); return FALSE; } // End of string marker (*wcstr)[nChars] = 0; return TRUE; } static cmsUInt32Number mywcslen(const wchar_t *s) { const wchar_t *p; p = s; while (*p) p++; return (cmsUInt32Number)(p - s); } static cmsBool WriteOneWChar(cmsIOHANDLER* io, _cmsDICelem* e, cmsUInt32Number i, const wchar_t * wcstr, cmsUInt32Number BaseOffset) { cmsUInt32Number Before = io ->Tell(io); cmsUInt32Number n; e ->Offsets[i] = Before - BaseOffset; if (wcstr == NULL) { e ->Sizes[i] = 0; e ->Offsets[i] = 0; return TRUE; } n = mywcslen(wcstr); if (!_cmsWriteWCharArray(io, n, wcstr)) return FALSE; e ->Sizes[i] = io ->Tell(io) - Before; return TRUE; } static cmsBool ReadOneMLUC(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, _cmsDICelem* e, cmsUInt32Number i, cmsMLU** mlu) { cmsUInt32Number nItems = 0; // A way to get null MLUCs if (e -> Offsets[i] == 0 || e ->Sizes[i] == 0) { *mlu = NULL; return TRUE; } if (!io -> Seek(io, e -> Offsets[i])) return FALSE; *mlu = (cmsMLU*) Type_MLU_Read(self, io, &nItems, e ->Sizes[i]); return *mlu != NULL; } static cmsBool WriteOneMLUC(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, _cmsDICelem* e, cmsUInt32Number i, const cmsMLU* mlu, cmsUInt32Number BaseOffset) { cmsUInt32Number Before; // Special case for undefined strings (see ICC Votable // Proposal Submission, Dictionary Type and Metadata TAG Definition) if (mlu == NULL) { e ->Sizes[i] = 0; e ->Offsets[i] = 0; return TRUE; } Before = io ->Tell(io); if (e->Offsets != NULL) e ->Offsets[i] = Before - BaseOffset; if (!Type_MLU_Write(self, io, (void*) mlu, 1)) return FALSE; if (e->Sizes != NULL) e ->Sizes[i] = io ->Tell(io) - Before; return TRUE; } static void *Type_Dictionary_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsHANDLE hDict = NULL; cmsUInt32Number i, Count, Length; cmsUInt32Number BaseOffset; _cmsDICarray a; wchar_t *NameWCS = NULL, *ValueWCS = NULL; cmsMLU *DisplayNameMLU = NULL, *DisplayValueMLU=NULL; cmsBool rc; cmsInt32Number SignedSizeOfTag = (cmsInt32Number)SizeOfTag; *nItems = 0; memset(&a, 0, sizeof(a)); // Get actual position as a basis for element offsets BaseOffset = io ->Tell(io) - sizeof(_cmsTagBase); // Get name-value record count SignedSizeOfTag -= sizeof(cmsUInt32Number); if (SignedSizeOfTag < 0) goto Error; if (!_cmsReadUInt32Number(io, &Count)) return NULL; // Get rec length SignedSizeOfTag -= sizeof(cmsUInt32Number); if (SignedSizeOfTag < 0) goto Error; if (!_cmsReadUInt32Number(io, &Length)) return NULL; // Check for valid lengths if (Length != 16 && Length != 24 && Length != 32) { cmsSignalError(self->ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unknown record length in dictionary '%d'", Length); return NULL; } // Creates an empty dictionary hDict = cmsDictAlloc(self -> ContextID); if (hDict == NULL) return NULL; // On depending on record size, create column arrays if (!AllocArray(self -> ContextID, &a, Count, Length)) goto Error; // Read column arrays if (!ReadOffsetArray(io, &a, Count, Length, BaseOffset, &SignedSizeOfTag)) goto Error; // Seek to each element and read it for (i=0; i < Count; i++) { if (!ReadOneWChar(io, &a.Name, i, &NameWCS)) goto Error; if (!ReadOneWChar(io, &a.Value, i, &ValueWCS)) goto Error; if (Length > 16) { if (!ReadOneMLUC(self, io, &a.DisplayName, i, &DisplayNameMLU)) goto Error; } if (Length > 24) { if (!ReadOneMLUC(self, io, &a.DisplayValue, i, &DisplayValueMLU)) goto Error; } if (NameWCS == NULL || ValueWCS == NULL) { cmsSignalError(self->ContextID, cmsERROR_CORRUPTION_DETECTED, "Bad dictionary Name/Value"); rc = FALSE; } else { rc = cmsDictAddEntry(hDict, NameWCS, ValueWCS, DisplayNameMLU, DisplayValueMLU); } if (NameWCS != NULL) _cmsFree(self ->ContextID, NameWCS); if (ValueWCS != NULL) _cmsFree(self ->ContextID, ValueWCS); if (DisplayNameMLU != NULL) cmsMLUfree(DisplayNameMLU); if (DisplayValueMLU != NULL) cmsMLUfree(DisplayValueMLU); if (!rc) goto Error; } FreeArray(&a); *nItems = 1; return (void*) hDict; Error: FreeArray(&a); if (hDict != NULL) cmsDictFree(hDict); return NULL; } static cmsBool Type_Dictionary_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsHANDLE hDict = (cmsHANDLE) Ptr; const cmsDICTentry* p; cmsBool AnyName, AnyValue; cmsUInt32Number i, Count, Length; cmsUInt32Number DirectoryPos, CurrentPos, BaseOffset; _cmsDICarray a; if (hDict == NULL) return FALSE; BaseOffset = io ->Tell(io) - sizeof(_cmsTagBase); // Let's inspect the dictionary Count = 0; AnyName = FALSE; AnyValue = FALSE; for (p = cmsDictGetEntryList(hDict); p != NULL; p = cmsDictNextEntry(p)) { if (p ->DisplayName != NULL) AnyName = TRUE; if (p ->DisplayValue != NULL) AnyValue = TRUE; Count++; } Length = 16; if (AnyName) Length += 8; if (AnyValue) Length += 8; if (!_cmsWriteUInt32Number(io, Count)) return FALSE; if (!_cmsWriteUInt32Number(io, Length)) return FALSE; // Keep starting position of offsets table DirectoryPos = io ->Tell(io); // Allocate offsets array if (!AllocArray(self ->ContextID, &a, Count, Length)) goto Error; // Write a fake directory to be filled latter on if (!WriteOffsetArray(io, &a, Count, Length)) goto Error; // Write each element. Keep track of the size as well. p = cmsDictGetEntryList(hDict); for (i=0; i < Count; i++) { if (!WriteOneWChar(io, &a.Name, i, p ->Name, BaseOffset)) goto Error; if (!WriteOneWChar(io, &a.Value, i, p ->Value, BaseOffset)) goto Error; if (p ->DisplayName != NULL) { if (!WriteOneMLUC(self, io, &a.DisplayName, i, p ->DisplayName, BaseOffset)) goto Error; } if (p ->DisplayValue != NULL) { if (!WriteOneMLUC(self, io, &a.DisplayValue, i, p ->DisplayValue, BaseOffset)) goto Error; } p = cmsDictNextEntry(p); } // Write the directory CurrentPos = io ->Tell(io); if (!io ->Seek(io, DirectoryPos)) goto Error; if (!WriteOffsetArray(io, &a, Count, Length)) goto Error; if (!io ->Seek(io, CurrentPos)) goto Error; FreeArray(&a); return TRUE; Error: FreeArray(&a); return FALSE; cmsUNUSED_PARAMETER(nItems); } static void* Type_Dictionary_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) { return (void*) cmsDictDup((cmsHANDLE) Ptr); cmsUNUSED_PARAMETER(n); cmsUNUSED_PARAMETER(self); } static void Type_Dictionary_Free(struct _cms_typehandler_struct* self, void* Ptr) { cmsDictFree((cmsHANDLE) Ptr); cmsUNUSED_PARAMETER(self); } // cicp VideoSignalType static void* Type_VideoSignal_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsVideoSignalType* cicp = NULL; if (SizeOfTag != 8) return NULL; if (!_cmsReadUInt32Number(io, NULL)) return NULL; cicp = (cmsVideoSignalType*)_cmsCalloc(self->ContextID, 1, sizeof(cmsVideoSignalType)); if (cicp == NULL) return NULL; if (!_cmsReadUInt8Number(io, &cicp->ColourPrimaries)) goto Error; if (!_cmsReadUInt8Number(io, &cicp->TransferCharacteristics)) goto Error; if (!_cmsReadUInt8Number(io, &cicp->MatrixCoefficients)) goto Error; if (!_cmsReadUInt8Number(io, &cicp->VideoFullRangeFlag)) goto Error; // Success *nItems = 1; return cicp; Error: if (cicp != NULL) _cmsFree(self->ContextID, cicp); return NULL; } static cmsBool Type_VideoSignal_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsVideoSignalType* cicp = (cmsVideoSignalType*)Ptr; if (!_cmsWriteUInt32Number(io, 0)) return FALSE; if (!_cmsWriteUInt8Number(io, cicp->ColourPrimaries)) return FALSE; if (!_cmsWriteUInt8Number(io, cicp->TransferCharacteristics)) return FALSE; if (!_cmsWriteUInt8Number(io, cicp->MatrixCoefficients)) return FALSE; if (!_cmsWriteUInt8Number(io, cicp->VideoFullRangeFlag)) return FALSE; return TRUE; cmsUNUSED_PARAMETER(self); cmsUNUSED_PARAMETER(nItems); } void* Type_VideoSignal_Dup(struct _cms_typehandler_struct* self, const void* Ptr, cmsUInt32Number n) { return _cmsDupMem(self->ContextID, Ptr, sizeof(cmsVideoSignalType)); cmsUNUSED_PARAMETER(n); } static void Type_VideoSignal_Free(struct _cms_typehandler_struct* self, void* Ptr) { _cmsFree(self->ContextID, Ptr); } // ******************************************************************************** // Microsoft's MHC2 Type support // ******************************************************************************** static void SetIdentity(cmsFloat64Number XYZ2XYZmatrix[3][4]) { XYZ2XYZmatrix[0][0] = 1.0; XYZ2XYZmatrix[0][1] = 0.0; XYZ2XYZmatrix[0][2] = 0.0; XYZ2XYZmatrix[0][3] = 0.0; XYZ2XYZmatrix[1][0] = 0.0; XYZ2XYZmatrix[1][1] = 1.0; XYZ2XYZmatrix[1][2] = 0.0; XYZ2XYZmatrix[1][3] = 0.0; XYZ2XYZmatrix[2][0] = 0.0; XYZ2XYZmatrix[2][1] = 0.0; XYZ2XYZmatrix[2][2] = 1.0; XYZ2XYZmatrix[2][3] = 0.0; } static cmsBool CloseEnough(cmsFloat64Number a, cmsFloat64Number b) { return fabs(b - a) < (1.0 / 65535.0); } cmsBool IsIdentity(cmsFloat64Number XYZ2XYZmatrix[3][4]) { cmsFloat64Number Identity[3][4]; int i, j; SetIdentity(Identity); for (i = 0; i < 3; i++) for (j = 0; j < 4; j++) if (!CloseEnough(XYZ2XYZmatrix[i][j], Identity[i][j])) return FALSE; return TRUE; } static void Type_MHC2_Free(struct _cms_typehandler_struct* self, void* Ptr) { cmsMHC2Type* mhc2 = (cmsMHC2Type*)Ptr; if (mhc2->RedCurve != NULL) _cmsFree(self->ContextID, mhc2->RedCurve); if (mhc2->GreenCurve != NULL) _cmsFree(self->ContextID, mhc2->GreenCurve); if (mhc2->BlueCurve != NULL) _cmsFree(self->ContextID, mhc2->BlueCurve); _cmsFree(self->ContextID, Ptr); } void* Type_MHC2_Dup(struct _cms_typehandler_struct* self, const void* Ptr, cmsUInt32Number n) { cmsMHC2Type* mhc2 = _cmsDupMem(self->ContextID, Ptr, sizeof(cmsMHC2Type)); mhc2->RedCurve = _cmsDupMem(self->ContextID, mhc2->RedCurve, mhc2->CurveEntries*sizeof(cmsFloat64Number)); mhc2->GreenCurve = _cmsDupMem(self->ContextID, mhc2->GreenCurve, mhc2->CurveEntries * sizeof(cmsFloat64Number)); mhc2->BlueCurve = _cmsDupMem(self->ContextID, mhc2->BlueCurve, mhc2->CurveEntries * sizeof(cmsFloat64Number)); if (mhc2->RedCurve == NULL || mhc2->GreenCurve == NULL || mhc2->BlueCurve == NULL) { Type_MHC2_Free(self, mhc2); return NULL; } return mhc2; cmsUNUSED_PARAMETER(n); } static cmsBool WriteDoubles(cmsIOHANDLER* io, cmsUInt32Number n, cmsFloat64Number* Values) { cmsUInt32Number i; for (i = 0; i < n; i++) { if (!_cmsWrite15Fixed16Number(io, *Values++)) return FALSE; } return TRUE; } static cmsBool Type_MHC2_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { cmsMHC2Type* mhc2 = (cmsMHC2Type*)Ptr; cmsUInt32Number BaseOffset = io->Tell(io) - sizeof(_cmsTagBase); cmsUInt32Number TablesOffsetPos; cmsUInt32Number MatrixOffset; cmsUInt32Number OffsetRedTable, OffsetGreenTable, OffsetBlueTable; if (!_cmsWriteUInt32Number(io, 0)) return FALSE; if (!_cmsWriteUInt32Number(io, mhc2->CurveEntries)) return FALSE; if (!_cmsWrite15Fixed16Number(io, mhc2->MinLuminance)) return FALSE; if (!_cmsWrite15Fixed16Number(io, mhc2->PeakLuminance)) return FALSE; TablesOffsetPos = io->Tell(io); if (!_cmsWriteUInt32Number(io, 0)) return FALSE; // Matrix if (!_cmsWriteUInt32Number(io, 0)) return FALSE; // Curve R if (!_cmsWriteUInt32Number(io, 0)) return FALSE; // Curve G if (!_cmsWriteUInt32Number(io, 0)) return FALSE; // Curve B if (IsIdentity(mhc2->XYZ2XYZmatrix)) { MatrixOffset = 0; } else { MatrixOffset = io->Tell(io) - BaseOffset; if (!WriteDoubles(io, 3 * 4, &mhc2->XYZ2XYZmatrix[0][0])) return FALSE; } OffsetRedTable = io->Tell(io) - BaseOffset; if (!WriteDoubles(io, mhc2->CurveEntries, mhc2->RedCurve)) return FALSE; OffsetGreenTable = io->Tell(io) - BaseOffset; if (!WriteDoubles(io, mhc2->CurveEntries, mhc2->GreenCurve)) return FALSE; OffsetBlueTable = io->Tell(io) - BaseOffset; if (!WriteDoubles(io, mhc2->CurveEntries, mhc2->BlueCurve)) return FALSE; if (!io->Seek(io, TablesOffsetPos)) return FALSE; if (!_cmsWriteUInt32Number(io, MatrixOffset)) return FALSE; if (!_cmsWriteUInt32Number(io, OffsetRedTable)) return FALSE; if (!_cmsWriteUInt32Number(io, OffsetGreenTable)) return FALSE; if (!_cmsWriteUInt32Number(io, OffsetBlueTable)) return FALSE; return TRUE; cmsUNUSED_PARAMETER(self); cmsUNUSED_PARAMETER(nItems); } static cmsBool ReadDoublesAt(cmsIOHANDLER* io, cmsUInt32Number At, cmsUInt32Number n, cmsFloat64Number* Values) { cmsUInt32Number CurrentPos = io->Tell(io); cmsUInt32Number i; if (!io->Seek(io, At)) return FALSE; for (i = 0; i < n; i++) { if (!_cmsRead15Fixed16Number(io, Values++)) return FALSE; } if (!io->Seek(io, CurrentPos)) return FALSE; return TRUE; } static void* Type_MHC2_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsMHC2Type* mhc2 = NULL; cmsUInt32Number BaseOffset = io->Tell(io) - sizeof(_cmsTagBase); cmsUInt32Number MatrixOffset; cmsUInt32Number OffsetRedTable, OffsetGreenTable, OffsetBlueTable; if (!_cmsReadUInt32Number(io, NULL)) return NULL; mhc2 = (cmsMHC2Type*)_cmsCalloc(self->ContextID, 1, sizeof(cmsMHC2Type)); if (mhc2 == NULL) return NULL; if (!_cmsReadUInt32Number(io, &mhc2->CurveEntries)) goto Error; if (mhc2->CurveEntries > 4096) goto Error; mhc2->RedCurve = (cmsFloat64Number*)_cmsCalloc(self->ContextID, mhc2->CurveEntries, sizeof(cmsFloat64Number)); mhc2->GreenCurve = (cmsFloat64Number*)_cmsCalloc(self->ContextID, mhc2->CurveEntries, sizeof(cmsFloat64Number)); mhc2->BlueCurve = (cmsFloat64Number*)_cmsCalloc(self->ContextID, mhc2->CurveEntries, sizeof(cmsFloat64Number)); if (mhc2->RedCurve == NULL || mhc2->GreenCurve == NULL || mhc2->BlueCurve == NULL) goto Error; if (!_cmsRead15Fixed16Number(io, &mhc2->MinLuminance)) goto Error; if (!_cmsRead15Fixed16Number(io, &mhc2->PeakLuminance)) goto Error; if (!_cmsReadUInt32Number(io, &MatrixOffset)) goto Error; if (!_cmsReadUInt32Number(io, &OffsetRedTable)) goto Error; if (!_cmsReadUInt32Number(io, &OffsetGreenTable)) goto Error; if (!_cmsReadUInt32Number(io, &OffsetBlueTable)) goto Error; if (MatrixOffset == 0) SetIdentity(mhc2->XYZ2XYZmatrix); else { if (!ReadDoublesAt(io, BaseOffset + MatrixOffset, 3*4, &mhc2->XYZ2XYZmatrix[0][0])) goto Error; } if (!ReadDoublesAt(io, BaseOffset + OffsetRedTable, mhc2->CurveEntries, mhc2->RedCurve)) goto Error; if (!ReadDoublesAt(io, BaseOffset + OffsetGreenTable, mhc2->CurveEntries, mhc2->GreenCurve)) goto Error; if (!ReadDoublesAt(io, BaseOffset + OffsetBlueTable, mhc2->CurveEntries, mhc2->BlueCurve)) goto Error; // Success *nItems = 1; return mhc2; Error: Type_MHC2_Free(self, mhc2); return NULL; cmsUNUSED_PARAMETER(SizeOfTag); } // ******************************************************************************** // Type support main routines // ******************************************************************************** // This is the list of built-in types static const _cmsTagTypeLinkedList SupportedTagTypes[] = { {TYPE_HANDLER(cmsSigChromaticityType, Chromaticity), (_cmsTagTypeLinkedList*) &SupportedTagTypes[1] }, {TYPE_HANDLER(cmsSigColorantOrderType, ColorantOrderType), (_cmsTagTypeLinkedList*) &SupportedTagTypes[2] }, {TYPE_HANDLER(cmsSigS15Fixed16ArrayType, S15Fixed16), (_cmsTagTypeLinkedList*) &SupportedTagTypes[3] }, {TYPE_HANDLER(cmsSigU16Fixed16ArrayType, U16Fixed16), (_cmsTagTypeLinkedList*) &SupportedTagTypes[4] }, {TYPE_HANDLER(cmsSigTextType, Text), (_cmsTagTypeLinkedList*) &SupportedTagTypes[5] }, {TYPE_HANDLER(cmsSigTextDescriptionType, Text_Description), (_cmsTagTypeLinkedList*) &SupportedTagTypes[6] }, {TYPE_HANDLER(cmsSigCurveType, Curve), (_cmsTagTypeLinkedList*) &SupportedTagTypes[7] }, {TYPE_HANDLER(cmsSigParametricCurveType, ParametricCurve), (_cmsTagTypeLinkedList*) &SupportedTagTypes[8] }, {TYPE_HANDLER(cmsSigDateTimeType, DateTime), (_cmsTagTypeLinkedList*) &SupportedTagTypes[9] }, {TYPE_HANDLER(cmsSigLut8Type, LUT8), (_cmsTagTypeLinkedList*) &SupportedTagTypes[10] }, {TYPE_HANDLER(cmsSigLut16Type, LUT16), (_cmsTagTypeLinkedList*) &SupportedTagTypes[11] }, {TYPE_HANDLER(cmsSigColorantTableType, ColorantTable), (_cmsTagTypeLinkedList*) &SupportedTagTypes[12] }, {TYPE_HANDLER(cmsSigNamedColor2Type, NamedColor), (_cmsTagTypeLinkedList*) &SupportedTagTypes[13] }, {TYPE_HANDLER(cmsSigMultiLocalizedUnicodeType, MLU), (_cmsTagTypeLinkedList*) &SupportedTagTypes[14] }, {TYPE_HANDLER(cmsSigProfileSequenceDescType, ProfileSequenceDesc),(_cmsTagTypeLinkedList*) &SupportedTagTypes[15] }, {TYPE_HANDLER(cmsSigSignatureType, Signature), (_cmsTagTypeLinkedList*) &SupportedTagTypes[16] }, {TYPE_HANDLER(cmsSigMeasurementType, Measurement), (_cmsTagTypeLinkedList*) &SupportedTagTypes[17] }, {TYPE_HANDLER(cmsSigDataType, Data), (_cmsTagTypeLinkedList*) &SupportedTagTypes[18] }, {TYPE_HANDLER(cmsSigLutAtoBType, LUTA2B), (_cmsTagTypeLinkedList*) &SupportedTagTypes[19] }, {TYPE_HANDLER(cmsSigLutBtoAType, LUTB2A), (_cmsTagTypeLinkedList*) &SupportedTagTypes[20] }, {TYPE_HANDLER(cmsSigUcrBgType, UcrBg), (_cmsTagTypeLinkedList*) &SupportedTagTypes[21] }, {TYPE_HANDLER(cmsSigCrdInfoType, CrdInfo), (_cmsTagTypeLinkedList*) &SupportedTagTypes[22] }, {TYPE_HANDLER(cmsSigMultiProcessElementType, MPE), (_cmsTagTypeLinkedList*) &SupportedTagTypes[23] }, {TYPE_HANDLER(cmsSigScreeningType, Screening), (_cmsTagTypeLinkedList*) &SupportedTagTypes[24] }, {TYPE_HANDLER(cmsSigViewingConditionsType, ViewingConditions), (_cmsTagTypeLinkedList*) &SupportedTagTypes[25] }, {TYPE_HANDLER(cmsSigXYZType, XYZ), (_cmsTagTypeLinkedList*) &SupportedTagTypes[26] }, {TYPE_HANDLER(cmsCorbisBrokenXYZtype, XYZ), (_cmsTagTypeLinkedList*) &SupportedTagTypes[27] }, {TYPE_HANDLER(cmsMonacoBrokenCurveType, Curve), (_cmsTagTypeLinkedList*) &SupportedTagTypes[28] }, {TYPE_HANDLER(cmsSigProfileSequenceIdType, ProfileSequenceId), (_cmsTagTypeLinkedList*) &SupportedTagTypes[29] }, {TYPE_HANDLER(cmsSigDictType, Dictionary), (_cmsTagTypeLinkedList*) &SupportedTagTypes[30] }, {TYPE_HANDLER(cmsSigcicpType, VideoSignal), (_cmsTagTypeLinkedList*) &SupportedTagTypes[31] }, {TYPE_HANDLER(cmsSigVcgtType, vcgt), (_cmsTagTypeLinkedList*) &SupportedTagTypes[32] }, {TYPE_HANDLER(cmsSigMHC2Type, MHC2), (_cmsTagTypeLinkedList*) &SupportedTagTypes[33] }, {TYPE_HANDLER(cmsSigUInt8ArrayType, UInt8), (_cmsTagTypeLinkedList*) &SupportedTagTypes[34] }, {TYPE_HANDLER(cmsSigUInt32ArrayType, UInt32), (_cmsTagTypeLinkedList*) &SupportedTagTypes[35] }, {TYPE_HANDLER(cmsSigUInt64ArrayType, UInt64), NULL } }; _cmsTagTypePluginChunkType _cmsTagTypePluginChunk = { NULL }; // Duplicates the zone of memory used by the plug-in in the new context static void DupTagTypeList(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src, int loc) { _cmsTagTypePluginChunkType newHead = { NULL }; _cmsTagTypeLinkedList* entry; _cmsTagTypeLinkedList* Anterior = NULL; _cmsTagTypePluginChunkType* head = (_cmsTagTypePluginChunkType*) src->chunks[loc]; // Walk the list copying all nodes for (entry = head->TagTypes; entry != NULL; entry = entry ->Next) { _cmsTagTypeLinkedList *newEntry = ( _cmsTagTypeLinkedList *) _cmsSubAllocDup(ctx ->MemPool, entry, sizeof(_cmsTagTypeLinkedList)); if (newEntry == NULL) return; // We want to keep the linked list order, so this is a little bit tricky newEntry -> Next = NULL; if (Anterior) Anterior -> Next = newEntry; Anterior = newEntry; if (newHead.TagTypes == NULL) newHead.TagTypes = newEntry; } ctx ->chunks[loc] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsTagTypePluginChunkType)); } void _cmsAllocTagTypePluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src) { if (src != NULL) { // Duplicate the LIST DupTagTypeList(ctx, src, TagTypePlugin); } else { static _cmsTagTypePluginChunkType TagTypePluginChunk = { NULL }; ctx ->chunks[TagTypePlugin] = _cmsSubAllocDup(ctx ->MemPool, &TagTypePluginChunk, sizeof(_cmsTagTypePluginChunkType)); } } void _cmsAllocMPETypePluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src) { if (src != NULL) { // Duplicate the LIST DupTagTypeList(ctx, src, MPEPlugin); } else { static _cmsTagTypePluginChunkType TagTypePluginChunk = { NULL }; ctx ->chunks[MPEPlugin] = _cmsSubAllocDup(ctx ->MemPool, &TagTypePluginChunk, sizeof(_cmsTagTypePluginChunkType)); } } // Both kind of plug-ins share same structure cmsBool _cmsRegisterTagTypePlugin(cmsContext id, cmsPluginBase* Data) { return RegisterTypesPlugin(id, Data, TagTypePlugin); } cmsBool _cmsRegisterMultiProcessElementPlugin(cmsContext id, cmsPluginBase* Data) { return RegisterTypesPlugin(id, Data,MPEPlugin); } // Wrapper for tag types cmsTagTypeHandler* _cmsGetTagTypeHandler(cmsContext ContextID, cmsTagTypeSignature sig) { _cmsTagTypePluginChunkType* ctx = ( _cmsTagTypePluginChunkType*) _cmsContextGetClientChunk(ContextID, TagTypePlugin); return GetHandler(sig, ctx->TagTypes, (_cmsTagTypeLinkedList*) SupportedTagTypes); } // ******************************************************************************** // Tag support main routines // ******************************************************************************** typedef struct _cmsTagLinkedList_st { cmsTagSignature Signature; cmsTagDescriptor Descriptor; struct _cmsTagLinkedList_st* Next; } _cmsTagLinkedList; // This is the list of built-in tags. The data of this list can be modified by plug-ins static _cmsTagLinkedList SupportedTags[] = { { cmsSigAToB0Tag, { 1, 3, { cmsSigLut16Type, cmsSigLutAtoBType, cmsSigLut8Type}, DecideLUTtypeA2B}, &SupportedTags[1]}, { cmsSigAToB1Tag, { 1, 3, { cmsSigLut16Type, cmsSigLutAtoBType, cmsSigLut8Type}, DecideLUTtypeA2B}, &SupportedTags[2]}, { cmsSigAToB2Tag, { 1, 3, { cmsSigLut16Type, cmsSigLutAtoBType, cmsSigLut8Type}, DecideLUTtypeA2B}, &SupportedTags[3]}, { cmsSigBToA0Tag, { 1, 3, { cmsSigLut16Type, cmsSigLutBtoAType, cmsSigLut8Type}, DecideLUTtypeB2A}, &SupportedTags[4]}, { cmsSigBToA1Tag, { 1, 3, { cmsSigLut16Type, cmsSigLutBtoAType, cmsSigLut8Type}, DecideLUTtypeB2A}, &SupportedTags[5]}, { cmsSigBToA2Tag, { 1, 3, { cmsSigLut16Type, cmsSigLutBtoAType, cmsSigLut8Type}, DecideLUTtypeB2A}, &SupportedTags[6]}, // Allow corbis and its broken XYZ type { cmsSigRedColorantTag, { 1, 2, { cmsSigXYZType, cmsCorbisBrokenXYZtype }, DecideXYZtype}, &SupportedTags[7]}, { cmsSigGreenColorantTag, { 1, 2, { cmsSigXYZType, cmsCorbisBrokenXYZtype }, DecideXYZtype}, &SupportedTags[8]}, { cmsSigBlueColorantTag, { 1, 2, { cmsSigXYZType, cmsCorbisBrokenXYZtype }, DecideXYZtype}, &SupportedTags[9]}, { cmsSigRedTRCTag, { 1, 3, { cmsSigCurveType, cmsSigParametricCurveType, cmsMonacoBrokenCurveType }, DecideCurveType}, &SupportedTags[10]}, { cmsSigGreenTRCTag, { 1, 3, { cmsSigCurveType, cmsSigParametricCurveType, cmsMonacoBrokenCurveType }, DecideCurveType}, &SupportedTags[11]}, { cmsSigBlueTRCTag, { 1, 3, { cmsSigCurveType, cmsSigParametricCurveType, cmsMonacoBrokenCurveType }, DecideCurveType}, &SupportedTags[12]}, { cmsSigCalibrationDateTimeTag, { 1, 1, { cmsSigDateTimeType }, NULL}, &SupportedTags[13]}, { cmsSigCharTargetTag, { 1, 1, { cmsSigTextType }, NULL}, &SupportedTags[14]}, { cmsSigChromaticAdaptationTag, { 9, 1, { cmsSigS15Fixed16ArrayType }, NULL}, &SupportedTags[15]}, { cmsSigChromaticityTag, { 1, 1, { cmsSigChromaticityType }, NULL}, &SupportedTags[16]}, { cmsSigColorantOrderTag, { 1, 1, { cmsSigColorantOrderType }, NULL}, &SupportedTags[17]}, { cmsSigColorantTableTag, { 1, 1, { cmsSigColorantTableType }, NULL}, &SupportedTags[18]}, { cmsSigColorantTableOutTag, { 1, 1, { cmsSigColorantTableType }, NULL}, &SupportedTags[19]}, { cmsSigCopyrightTag, { 1, 3, { cmsSigTextType, cmsSigMultiLocalizedUnicodeType, cmsSigTextDescriptionType}, DecideTextType}, &SupportedTags[20]}, { cmsSigDateTimeTag, { 1, 1, { cmsSigDateTimeType }, NULL}, &SupportedTags[21]}, { cmsSigDeviceMfgDescTag, { 1, 3, { cmsSigTextDescriptionType, cmsSigMultiLocalizedUnicodeType, cmsSigTextType}, DecideTextDescType}, &SupportedTags[22]}, { cmsSigDeviceModelDescTag, { 1, 3, { cmsSigTextDescriptionType, cmsSigMultiLocalizedUnicodeType, cmsSigTextType}, DecideTextDescType}, &SupportedTags[23]}, { cmsSigGamutTag, { 1, 3, { cmsSigLut16Type, cmsSigLutBtoAType, cmsSigLut8Type }, DecideLUTtypeB2A}, &SupportedTags[24]}, { cmsSigGrayTRCTag, { 1, 2, { cmsSigCurveType, cmsSigParametricCurveType }, DecideCurveType}, &SupportedTags[25]}, { cmsSigLuminanceTag, { 1, 1, { cmsSigXYZType }, NULL}, &SupportedTags[26]}, { cmsSigMediaBlackPointTag, { 1, 2, { cmsSigXYZType, cmsCorbisBrokenXYZtype }, NULL}, &SupportedTags[27]}, { cmsSigMediaWhitePointTag, { 1, 2, { cmsSigXYZType, cmsCorbisBrokenXYZtype }, NULL}, &SupportedTags[28]}, { cmsSigNamedColor2Tag, { 1, 1, { cmsSigNamedColor2Type }, NULL}, &SupportedTags[29]}, { cmsSigPreview0Tag, { 1, 3, { cmsSigLut16Type, cmsSigLutBtoAType, cmsSigLut8Type }, DecideLUTtypeB2A}, &SupportedTags[30]}, { cmsSigPreview1Tag, { 1, 3, { cmsSigLut16Type, cmsSigLutBtoAType, cmsSigLut8Type }, DecideLUTtypeB2A}, &SupportedTags[31]}, { cmsSigPreview2Tag, { 1, 3, { cmsSigLut16Type, cmsSigLutBtoAType, cmsSigLut8Type }, DecideLUTtypeB2A}, &SupportedTags[32]}, { cmsSigProfileDescriptionTag, { 1, 3, { cmsSigTextDescriptionType, cmsSigMultiLocalizedUnicodeType, cmsSigTextType}, DecideTextDescType}, &SupportedTags[33]}, { cmsSigProfileSequenceDescTag, { 1, 1, { cmsSigProfileSequenceDescType }, NULL}, &SupportedTags[34]}, { cmsSigTechnologyTag, { 1, 1, { cmsSigSignatureType }, NULL}, &SupportedTags[35]}, { cmsSigColorimetricIntentImageStateTag, { 1, 1, { cmsSigSignatureType }, NULL}, &SupportedTags[36]}, { cmsSigPerceptualRenderingIntentGamutTag, { 1, 1, { cmsSigSignatureType }, NULL}, &SupportedTags[37]}, { cmsSigSaturationRenderingIntentGamutTag, { 1, 1, { cmsSigSignatureType }, NULL}, &SupportedTags[38]}, { cmsSigMeasurementTag, { 1, 1, { cmsSigMeasurementType }, NULL}, &SupportedTags[39]}, { cmsSigPs2CRD0Tag, { 1, 1, { cmsSigDataType }, NULL}, &SupportedTags[40]}, { cmsSigPs2CRD1Tag, { 1, 1, { cmsSigDataType }, NULL}, &SupportedTags[41]}, { cmsSigPs2CRD2Tag, { 1, 1, { cmsSigDataType }, NULL}, &SupportedTags[42]}, { cmsSigPs2CRD3Tag, { 1, 1, { cmsSigDataType }, NULL}, &SupportedTags[43]}, { cmsSigPs2CSATag, { 1, 1, { cmsSigDataType }, NULL}, &SupportedTags[44]}, { cmsSigPs2RenderingIntentTag, { 1, 1, { cmsSigDataType }, NULL}, &SupportedTags[45]}, { cmsSigViewingCondDescTag, { 1, 3, { cmsSigTextDescriptionType, cmsSigMultiLocalizedUnicodeType, cmsSigTextType}, DecideTextDescType}, &SupportedTags[46]}, { cmsSigUcrBgTag, { 1, 1, { cmsSigUcrBgType}, NULL}, &SupportedTags[47]}, { cmsSigCrdInfoTag, { 1, 1, { cmsSigCrdInfoType}, NULL}, &SupportedTags[48]}, { cmsSigDToB0Tag, { 1, 1, { cmsSigMultiProcessElementType}, NULL}, &SupportedTags[49]}, { cmsSigDToB1Tag, { 1, 1, { cmsSigMultiProcessElementType}, NULL}, &SupportedTags[50]}, { cmsSigDToB2Tag, { 1, 1, { cmsSigMultiProcessElementType}, NULL}, &SupportedTags[51]}, { cmsSigDToB3Tag, { 1, 1, { cmsSigMultiProcessElementType}, NULL}, &SupportedTags[52]}, { cmsSigBToD0Tag, { 1, 1, { cmsSigMultiProcessElementType}, NULL}, &SupportedTags[53]}, { cmsSigBToD1Tag, { 1, 1, { cmsSigMultiProcessElementType}, NULL}, &SupportedTags[54]}, { cmsSigBToD2Tag, { 1, 1, { cmsSigMultiProcessElementType}, NULL}, &SupportedTags[55]}, { cmsSigBToD3Tag, { 1, 1, { cmsSigMultiProcessElementType}, NULL}, &SupportedTags[56]}, { cmsSigScreeningDescTag, { 1, 1, { cmsSigTextDescriptionType }, NULL}, &SupportedTags[57]}, { cmsSigViewingConditionsTag, { 1, 1, { cmsSigViewingConditionsType }, NULL}, &SupportedTags[58]}, { cmsSigScreeningTag, { 1, 1, { cmsSigScreeningType}, NULL }, &SupportedTags[59]}, { cmsSigVcgtTag, { 1, 1, { cmsSigVcgtType}, NULL }, &SupportedTags[60]}, { cmsSigMetaTag, { 1, 1, { cmsSigDictType}, NULL }, &SupportedTags[61]}, { cmsSigProfileSequenceIdTag, { 1, 1, { cmsSigProfileSequenceIdType}, NULL }, &SupportedTags[62]}, { cmsSigProfileDescriptionMLTag,{ 1, 1, { cmsSigMultiLocalizedUnicodeType}, NULL}, &SupportedTags[63]}, { cmsSigcicpTag, { 1, 1, { cmsSigcicpType}, NULL }, &SupportedTags[64]}, { cmsSigArgyllArtsTag, { 9, 1, { cmsSigS15Fixed16ArrayType}, NULL}, &SupportedTags[65]}, { cmsSigMHC2Tag, { 1, 1, { cmsSigMHC2Type }, NULL}, NULL} }; /* Not supported Why ======================= ========================================= cmsSigOutputResponseTag ==> WARNING, POSSIBLE PATENT ON THIS SUBJECT! cmsSigNamedColorTag ==> Deprecated cmsSigDataTag ==> Ancient, unused cmsSigDeviceSettingsTag ==> Deprecated, useless */ _cmsTagPluginChunkType _cmsTagPluginChunk = { NULL }; // Duplicates the zone of memory used by the plug-in in the new context static void DupTagList(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src) { _cmsTagPluginChunkType newHead = { NULL }; _cmsTagLinkedList* entry; _cmsTagLinkedList* Anterior = NULL; _cmsTagPluginChunkType* head = (_cmsTagPluginChunkType*) src->chunks[TagPlugin]; // Walk the list copying all nodes for (entry = head->Tag; entry != NULL; entry = entry ->Next) { _cmsTagLinkedList *newEntry = ( _cmsTagLinkedList *) _cmsSubAllocDup(ctx ->MemPool, entry, sizeof(_cmsTagLinkedList)); if (newEntry == NULL) return; // We want to keep the linked list order, so this is a little bit tricky newEntry -> Next = NULL; if (Anterior) Anterior -> Next = newEntry; Anterior = newEntry; if (newHead.Tag == NULL) newHead.Tag = newEntry; } ctx ->chunks[TagPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsTagPluginChunkType)); } void _cmsAllocTagPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src) { if (src != NULL) { DupTagList(ctx, src); } else { static _cmsTagPluginChunkType TagPluginChunk = { NULL }; ctx ->chunks[TagPlugin] = _cmsSubAllocDup(ctx ->MemPool, &TagPluginChunk, sizeof(_cmsTagPluginChunkType)); } } cmsBool _cmsRegisterTagPlugin(cmsContext id, cmsPluginBase* Data) { cmsPluginTag* Plugin = (cmsPluginTag*) Data; _cmsTagLinkedList *pt; _cmsTagPluginChunkType* TagPluginChunk = ( _cmsTagPluginChunkType*) _cmsContextGetClientChunk(id, TagPlugin); if (Data == NULL) { TagPluginChunk->Tag = NULL; return TRUE; } pt = (_cmsTagLinkedList*) _cmsPluginMalloc(id, sizeof(_cmsTagLinkedList)); if (pt == NULL) return FALSE; pt ->Signature = Plugin ->Signature; pt ->Descriptor = Plugin ->Descriptor; pt ->Next = TagPluginChunk ->Tag; TagPluginChunk ->Tag = pt; return TRUE; } // Return a descriptor for a given tag or NULL cmsTagDescriptor* _cmsGetTagDescriptor(cmsContext ContextID, cmsTagSignature sig) { _cmsTagLinkedList* pt; _cmsTagPluginChunkType* TagPluginChunk = ( _cmsTagPluginChunkType*) _cmsContextGetClientChunk(ContextID, TagPlugin); for (pt = TagPluginChunk->Tag; pt != NULL; pt = pt ->Next) { if (sig == pt -> Signature) return &pt ->Descriptor; } for (pt = SupportedTags; pt != NULL; pt = pt ->Next) { if (sig == pt -> Signature) return &pt ->Descriptor; } return NULL; } lcms2-2.17/src/lcms2.rc.in0000644000175000017500000000426714752176133014261 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2025 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include 1 VERSIONINFO FILEVERSION @LCMS2_VERSION_MAJOR@, @LCMS2_VERSION_MINOR@, @LCMS2_VERSION_MICRO@, 0 PRODUCTVERSION @LCMS2_VERSION_MAJOR@, @LCMS2_VERSION_MINOR@, @LCMS2_VERSION_MICRO@, 0 FILEFLAGSMASK 0x0L #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG #endif FILEOS VOS_NT_WINDOWS32 FILETYPE VFT_DLL { BLOCK "StringFileInfo" { BLOCK "040904e4" { VALUE "CompanyName", "Marti Maria" VALUE "FileDescription", "lcms color engine" VALUE "FileVersion", @LCMS2_VERSION@ VALUE "InternalName", "lcms2" VALUE "LegalCopyright", "Copyright (C) Marti Maria 2025" VALUE "OriginalFilename", "lcms2.dll" VALUE "ProductName", "LittleCMS color engine" VALUE "ProductVersion", @LCMS2_VERSION@ } } BLOCK "VarFileInfo" { VALUE "Translation", 0x409, 1252 } } lcms2-2.17/src/Makefile.in0000644000175000017500000006475514752176133014363 0ustar martimarti# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # # Makefile for building lcms 2 library # VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = src ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \ $(top_srcdir)/m4/ax_append_flag.m4 \ $(top_srcdir)/m4/ax_check_compile_flag.m4 \ $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \ $(top_srcdir)/m4/ax_pthread.m4 \ $(top_srcdir)/m4/ax_require_defined.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(libdir)" LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = liblcms2_la_DEPENDENCIES = $(am__DEPENDENCIES_1) am_liblcms2_la_OBJECTS = cmscnvrt.lo cmserr.lo cmsgamma.lo cmsgmt.lo \ cmsintrp.lo cmsio0.lo cmsio1.lo cmslut.lo cmsplugin.lo \ cmssm.lo cmsmd5.lo cmsmtrx.lo cmspack.lo cmspcs.lo cmswtpnt.lo \ cmsxform.lo cmssamp.lo cmsnamed.lo cmscam02.lo cmsvirt.lo \ cmstypes.lo cmscgats.lo cmsps2.lo cmsopt.lo cmshalf.lo \ cmsalpha.lo liblcms2_la_OBJECTS = $(am_liblcms2_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = liblcms2_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(liblcms2_la_LDFLAGS) $(LDFLAGS) -o $@ AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/cmsalpha.Plo \ ./$(DEPDIR)/cmscam02.Plo ./$(DEPDIR)/cmscgats.Plo \ ./$(DEPDIR)/cmscnvrt.Plo ./$(DEPDIR)/cmserr.Plo \ ./$(DEPDIR)/cmsgamma.Plo ./$(DEPDIR)/cmsgmt.Plo \ ./$(DEPDIR)/cmshalf.Plo ./$(DEPDIR)/cmsintrp.Plo \ ./$(DEPDIR)/cmsio0.Plo ./$(DEPDIR)/cmsio1.Plo \ ./$(DEPDIR)/cmslut.Plo ./$(DEPDIR)/cmsmd5.Plo \ ./$(DEPDIR)/cmsmtrx.Plo ./$(DEPDIR)/cmsnamed.Plo \ ./$(DEPDIR)/cmsopt.Plo ./$(DEPDIR)/cmspack.Plo \ ./$(DEPDIR)/cmspcs.Plo ./$(DEPDIR)/cmsplugin.Plo \ ./$(DEPDIR)/cmsps2.Plo ./$(DEPDIR)/cmssamp.Plo \ ./$(DEPDIR)/cmssm.Plo ./$(DEPDIR)/cmstypes.Plo \ ./$(DEPDIR)/cmsvirt.Plo ./$(DEPDIR)/cmswtpnt.Plo \ ./$(DEPDIR)/cmsxform.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(liblcms2_la_SOURCES) DIST_SOURCES = $(liblcms2_la_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSCOPE = @CSCOPE@ CTAGS = @CTAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FILECMD = @FILECMD@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@ LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBRARY_AGE = @LIBRARY_AGE@ LIBRARY_CURRENT = @LIBRARY_CURRENT@ LIBRARY_REVISION = @LIBRARY_REVISION@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIB_JPEG = @LIB_JPEG@ LIB_MATH = @LIB_MATH@ LIB_PLUGINS = @LIB_PLUGINS@ LIB_THREAD = @LIB_THREAD@ LIB_TIFF = @LIB_TIFF@ LIB_ZLIB = @LIB_ZLIB@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PTHREAD_CC = @PTHREAD_CC@ PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ PTHREAD_CXX = @PTHREAD_CXX@ PTHREAD_LIBS = @PTHREAD_LIBS@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ ax_pthread_config = @ax_pthread_config@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ # CFLAGS = -pedantic -Wall -std=c99 -O3 includedir = ${prefix}/include infodir = @infodir@ inline = @inline@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ # Don't require all the GNU mandated files AUTOMAKE_OPTIONS = 1.7 foreign # Shared libraries built in this directory lib_LTLIBRARIES = liblcms2.la AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include liblcms2_la_LDFLAGS = -no-undefined \ -version-info $(LIBRARY_CURRENT):$(LIBRARY_REVISION):$(LIBRARY_AGE) liblcms2_la_LIBADD = $(LCMS_LIB_DEPLIBS) liblcms2_la_SOURCES = \ cmscnvrt.c cmserr.c cmsgamma.c cmsgmt.c cmsintrp.c cmsio0.c cmsio1.c cmslut.c \ cmsplugin.c cmssm.c cmsmd5.c cmsmtrx.c cmspack.c cmspcs.c cmswtpnt.c cmsxform.c \ cmssamp.c cmsnamed.c cmscam02.c cmsvirt.c cmstypes.c cmscgats.c cmsps2.c cmsopt.c \ cmshalf.c cmsalpha.c lcms2_internal.h all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ } uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ done clean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) @list='$(lib_LTLIBRARIES)'; \ locs=`for p in $$list; do echo $$p; done | \ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ sort -u`; \ test -z "$$locs" || { \ echo rm -f $${locs}; \ rm -f $${locs}; \ } liblcms2.la: $(liblcms2_la_OBJECTS) $(liblcms2_la_DEPENDENCIES) $(EXTRA_liblcms2_la_DEPENDENCIES) $(AM_V_CCLD)$(liblcms2_la_LINK) -rpath $(libdir) $(liblcms2_la_OBJECTS) $(liblcms2_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmsalpha.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmscam02.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmscgats.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmscnvrt.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmserr.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmsgamma.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmsgmt.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmshalf.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmsintrp.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmsio0.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmsio1.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmslut.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmsmd5.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmsmtrx.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmsnamed.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmsopt.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmspack.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmspcs.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmsplugin.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmsps2.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmssamp.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmssm.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmstypes.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmsvirt.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmswtpnt.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmsxform.Plo@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) installdirs: for dir in "$(DESTDIR)$(libdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ mostlyclean-am distclean: distclean-am -rm -f ./$(DEPDIR)/cmsalpha.Plo -rm -f ./$(DEPDIR)/cmscam02.Plo -rm -f ./$(DEPDIR)/cmscgats.Plo -rm -f ./$(DEPDIR)/cmscnvrt.Plo -rm -f ./$(DEPDIR)/cmserr.Plo -rm -f ./$(DEPDIR)/cmsgamma.Plo -rm -f ./$(DEPDIR)/cmsgmt.Plo -rm -f ./$(DEPDIR)/cmshalf.Plo -rm -f ./$(DEPDIR)/cmsintrp.Plo -rm -f ./$(DEPDIR)/cmsio0.Plo -rm -f ./$(DEPDIR)/cmsio1.Plo -rm -f ./$(DEPDIR)/cmslut.Plo -rm -f ./$(DEPDIR)/cmsmd5.Plo -rm -f ./$(DEPDIR)/cmsmtrx.Plo -rm -f ./$(DEPDIR)/cmsnamed.Plo -rm -f ./$(DEPDIR)/cmsopt.Plo -rm -f ./$(DEPDIR)/cmspack.Plo -rm -f ./$(DEPDIR)/cmspcs.Plo -rm -f ./$(DEPDIR)/cmsplugin.Plo -rm -f ./$(DEPDIR)/cmsps2.Plo -rm -f ./$(DEPDIR)/cmssamp.Plo -rm -f ./$(DEPDIR)/cmssm.Plo -rm -f ./$(DEPDIR)/cmstypes.Plo -rm -f ./$(DEPDIR)/cmsvirt.Plo -rm -f ./$(DEPDIR)/cmswtpnt.Plo -rm -f ./$(DEPDIR)/cmsxform.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-libLTLIBRARIES install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/cmsalpha.Plo -rm -f ./$(DEPDIR)/cmscam02.Plo -rm -f ./$(DEPDIR)/cmscgats.Plo -rm -f ./$(DEPDIR)/cmscnvrt.Plo -rm -f ./$(DEPDIR)/cmserr.Plo -rm -f ./$(DEPDIR)/cmsgamma.Plo -rm -f ./$(DEPDIR)/cmsgmt.Plo -rm -f ./$(DEPDIR)/cmshalf.Plo -rm -f ./$(DEPDIR)/cmsintrp.Plo -rm -f ./$(DEPDIR)/cmsio0.Plo -rm -f ./$(DEPDIR)/cmsio1.Plo -rm -f ./$(DEPDIR)/cmslut.Plo -rm -f ./$(DEPDIR)/cmsmd5.Plo -rm -f ./$(DEPDIR)/cmsmtrx.Plo -rm -f ./$(DEPDIR)/cmsnamed.Plo -rm -f ./$(DEPDIR)/cmsopt.Plo -rm -f ./$(DEPDIR)/cmspack.Plo -rm -f ./$(DEPDIR)/cmspcs.Plo -rm -f ./$(DEPDIR)/cmsplugin.Plo -rm -f ./$(DEPDIR)/cmsps2.Plo -rm -f ./$(DEPDIR)/cmssamp.Plo -rm -f ./$(DEPDIR)/cmssm.Plo -rm -f ./$(DEPDIR)/cmstypes.Plo -rm -f ./$(DEPDIR)/cmsvirt.Plo -rm -f ./$(DEPDIR)/cmswtpnt.Plo -rm -f ./$(DEPDIR)/cmsxform.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-libLTLIBRARIES .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \ ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-libLTLIBRARIES install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: lcms2-2.17/testbed/0000755000175000017500000000000014752176133013140 5ustar martimartilcms2-2.17/testbed/Makefile.am0000644000175000017500000000175514752176133015204 0ustar martimarti# # Makefile for building testcms # # Don't require all the GNU mandated files AUTOMAKE_OPTIONS = 1.7 foreign AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir)/src check_PROGRAMS = testcms # CFLAGS = --pedantic -Wall -std=c99 -O2 # The testsuite binary is statically linked. This is necessary as it uses some # of the internal functions that are not necessarily exported by the shared # library. testcms_LDADD = $(top_builddir)/src/liblcms2.la testcms_LDFLAGS = -static @LDFLAGS@ testcms_SOURCES = testcms2.c testplugin.c zoo_icc.c testcms2.h EXTRA_DIST = test1.icc bad.icc toosmall.icc test2.icc \ test3.icc test4.icc \ test5.icc ibm-t61.icc crayons.icc bad_mpe.icc check: if [ $(top_srcdir) != $(top_builddir) ]; then \ cp $(top_srcdir)/testbed/*.ic? $(top_builddir)/testbed; \ fi LD_LIBRARY_PATH=$(top_builddir)/src/.libs ./testcms if [ $(top_srcdir) != $(top_builddir) ]; then \ rm -f $(top_builddir)/testbed/*.ic?; \ fi lcms2-2.17/testbed/alpha_test.c0000644000175000017500000001460014752176133015431 0ustar martimarti #include #include #include #include "lcms2_internal.h" /** * Premultiplied alpha. This conversion generates irreversible information loss. * * 8 bits: * prgb = rgb * (alpha/255) * rgb = prgb * (255 / alpha) * * 16 bits: * prgb = rgb * (alpha/65535) * rgb = prgb * (65535/alpha) * */ uint8_t to_premul8_float(uint8_t rgb8, uint8_t a8) { double alpha_factor, rgb; if (a8 == 0) return rgb8; alpha_factor = (double) a8 / 255.0; rgb = ((double) rgb8 * alpha_factor); return (uint8_t)round(rgb); } uint8_t from_premul8_float(uint8_t rgb8, uint8_t a8) { double alpha_factor, rgb; if (a8 == 0) return rgb8; alpha_factor = 255.0 / (double)a8; rgb = ((double)rgb8 * alpha_factor); if (rgb > 255.0) rgb = 255.0; return (uint8_t)round(rgb); } uint16_t to_premul16_float(uint16_t rgb16, uint16_t a16) { double alpha_factor, rgb; if (a16 == 0) return rgb16; alpha_factor = (double)a16 / 65535.0; rgb = ((double)rgb16 * alpha_factor); return (uint16_t)round(rgb); } uint16_t from_premul16_float(uint16_t rgb16, uint16_t a16) { double alpha_factor, rgb; if (a16 == 0) return rgb16; alpha_factor = 65535.0 / (double)a16; rgb = ((double)rgb16 * alpha_factor); if (rgb > 65535.0) rgb = 65535.0; return (uint16_t)round(rgb); } /** ** Optimized versions * * alpha_factor goes 0..1.0 in 1.15 fixed point format * (a16 / 0xffff) which equals to _cmsToFixedDomain() inline (15.16) * * rgb 16.0 fixed point x alpha factor 1.15 = (a*b + 0x8000) >> 15 * */ uint16_t to_premul16(uint16_t rgb16, uint16_t a16) { uint32_t alpha_factor, rgb; if (a16 == 0) return rgb16; alpha_factor = _cmsToFixedDomain(a16); rgb = ((uint32_t) rgb16 * alpha_factor + 0x8000) >> 16; return (uint16_t)rgb; } uint16_t from_premul16(uint16_t rgb16, uint16_t a16) { uint32_t alpha_factor, rgb; if (a16 == 0) return rgb16; alpha_factor = _cmsToFixedDomain(a16); rgb = (((uint32_t) rgb16) << 16) / alpha_factor; if (rgb > 0xffff) rgb = 0xffff; return (uint16_t)rgb; } uint8_t to_premul8(uint8_t rgb8, uint8_t a8) { uint32_t alpha_factor, rgb; if (a8 == 0) return rgb8; alpha_factor = _cmsToFixedDomain(FROM_8_TO_16(a8)); rgb = ((uint32_t)rgb8 * alpha_factor + 0x8000) >> 16; return (uint8_t)rgb; } uint8_t from_premul8(uint8_t rgb8, uint8_t a8) { uint32_t alpha_factor, rgb; if (a8 == 0) return rgb8; alpha_factor = _cmsToFixedDomain(FROM_8_TO_16(a8)); rgb = (((uint32_t)rgb8) << 16) / alpha_factor; if (rgb > 0xff) rgb = 0xff; return (uint8_t)rgb; } static void dif16to(void) { int32_t gpremul, gpremul1; int32_t max, max1, max2, a, g; printf("Premul TO diff\n"); max = max1 = max2 = 0; for (a = 0; a < 65536; a += 255) for (g = 0; g < 65536; g++) { gpremul = to_premul16_float(g, a); gpremul1 = to_premul16(g, a); if (gpremul != gpremul1) { int32_t dif = abs(gpremul - gpremul1); if (dif > max) { max = dif; max1 = gpremul; max2 = gpremul1; } } } printf("Error max=%d on pre:%d pre1:%d\n", max, max1, max2); } static void dif16from(void) { int32_t gpremul, gpremul1; int32_t max, max1, max2, maxa, maxg, a, g; printf("Premul FROM diff\n"); max = max1 = max2 = maxa = maxg = 0; for (a = 0; a < 65536; a += 255) for (g = 0; g < 65536; g++) { gpremul = from_premul16_float(g, a); gpremul1 = from_premul16(g, a); if (gpremul != gpremul1) { int32_t dif = abs(gpremul - gpremul1); if (dif > max) { max = dif; max1 = gpremul; max2 = gpremul1; maxa = a; maxg = g; } } } printf("Error max=%d on pre:%d pre1:%d (a:%d g:%d)\n", max, max1, max2, maxa, maxg); from_premul16_float(maxg, maxa); from_premul16(maxg, maxa); } static void dif8to(void) { int32_t gpremul, gpremul1; int32_t max, max1, max2, a, g; printf("Premul TO8 diff\n"); max = max1 = max2 = 0; for (a = 0; a < 256; a++) for (g = 0; g < 256; g++) { gpremul = to_premul8_float(g, a); gpremul1 = to_premul8(g, a); if (gpremul != gpremul1) { int32_t dif = abs(gpremul - gpremul1); if (dif > max) { max = dif; max1 = gpremul; max2 = gpremul1; } } } printf("Error max=%d on pre:%d pre1:%d\n", max, max1, max2); } static void dif8from(void) { int32_t gpremul, gpremul1; int32_t max, max1, max2, maxa, maxg, a, g; printf("Premul FROM8 diff\n"); max = max1 = max2 = maxa = maxg = 0; for (a = 0; a < 256; a++) for (g = 0; g < 256; g++) { gpremul = from_premul8_float(g, a); gpremul1 = from_premul8(g, a); if (gpremul != gpremul1) { int32_t dif = abs(gpremul - gpremul1); if (dif > max) { max = dif; max1 = gpremul; max2 = gpremul1; maxa = a; maxg = g; } } } printf("Error max=%d on pre:%d pre1:%d (a:%d g:%d)\n", max, max1, max2, maxa, maxg); from_premul8_float(maxg, maxa); from_premul8(maxg, maxa); } static void toFixedDomain(void) { int32_t g; for (g = 0; g < 65536; g++) { uint32_t a = _cmsToFixedDomain(g); uint32_t b = (uint32_t)round(((double)g / 65535.0) * 65536.0); if (a != b) printf("%d != %d\n", a, b); } } static void fromFixedDomain(void) { int32_t g; for (g = 0; g <= 65536; g++) { uint32_t a = _cmsFromFixedDomain(g); uint32_t b = (uint32_t)round(((double)g / 65536.0) * 65535.0); if (a != b) printf("%d != %d\n", a, b); } } // Check alpha int main() { toFixedDomain(); fromFixedDomain(); dif8from(); dif8to(); dif16from(); dif16to(); return 0; }lcms2-2.17/testbed/bad.icc0000644000175000017500000000046614752176133014354 0ustar martimartiSHELL = /bin/sh CFLAGS = -g -O4 -fomit-frame-pointer -Wall -I../include testcms.o: testcms.c testcms: testcms.o ../src/liblcms.a $(CC) $(CFLAGS) testcms.o ../src/liblcms.a -o $@ -lm all: testcms test test: testcms ./testcms install: # Nothing to install clean: -rm testcms.o testcms testcms.exe lcms2-2.17/testbed/bad_mpe.icc0000644000175000017500000000045414752176133015212 0ustar martimartisyoekTRCscnrMCHLab ps2sacspmpetgamtQgaQggXXXXXXHSV m)CHE D2B0(clutDt@textvcurzlurvfCHE D2B0(clutr^para@I@palcms2-2.17/testbed/crayons.icc0000644000175000017500000002107014752176133015276 0ustar martimarti"8lcmsmntrRGB XYZ  acspAPPL-lcms#|i/dE descbcprtl wtptchad,rXYZbXYZgXYZrTRC gTRC bTRC chrm"$mluc enGB(enUSFCrayon ColoursCrayon Colorsmluc enUS XYZ -sf32 J*XYZ o8XYZ $XYZ bcurv  !#$%&()*+-./02345789:;=>?@BCDEGHIJLMNOQRSTUWXYZ\]^_abcdfghiklmnoqrstvwxy{|}~    "#%&()+-.0134689;<>@ACEFHJKMOPRTUWYZ\^`aceghjlnoqsuvxz|~   !#%(*,.1358:<>ACEHJLOQSVXZ]_adfikmpruwy|~   #&),.147:=?BEHKNQTVY\_behknqtwz} "%),/369=@CGJMQTW[^behlosvy} "%)-148<@CGKORVZ^bfimquy} !%)-159>BFJNSW[_chlpty}  $(-16:?CHMQVZ_chmqv{  !&+/49>CHMRW\afkpuz      " ' , 1 7 < A F L Q V [ a f k q v {      $ ) / 4 : ? E J P V [ a f l r w }      $ * / 5 ; A G M S Y _ d j p v |     & , 2 8 > E K Q W ] d j p v }      ! ( . 5 ; B H O U \ b i o v | ")/6=DJQX_flsz  '.5<CJQX_fmt{  '/6=DLSZbipx #*29AHPW_gnv}'.6>FNU]emu} #+3;DLT\dlt| (08AIQZbjs{ #,4=ENW_hpy &/7@IRZclu~ &/8AJS\enw $.7@IR\enw )2;ENXakt~  *3=FPZcmw '0:DNXblu )3=GQ[epz'1;EPZdoy *4>IS^hs}'2<GR\gr|    ) 4 ? J T _ j u !!!!%!0!;!F!Q!\!g!r!~!!!!!!!!!!!""""%"0"<"G"R"^"i"t""""""""""""####*#5#A#L#X#c#o#z###########$$$$($3$?$K$V$b$n$y$$$$$$$$$$$%%%%)%5%A%M%Y%e%p%|%%%%%%%%%%%& &&#&/&;&G&S&_&k&w&&&&&&&&&&&' ''!'-'9'F'R'^'j'v'''''''''''( ((#(/(;(H(T(`(m(y(((((((((())))()4)A)M)Z)g)s)))))))))))* **$*1*>*J*W*d*q*}**********+ ++$+1+>+K+X+e+r++++++++++,,,,(,5,B,O,\,i,v,,,,,,,,,,---!-/-<-I-V-d-q-~---------....,.9.G.T.a.o.|.........////,/:/G/U/b/p/~/////////000"0/0=0K0Y0g0t00000000001 11(161D1R1`1n1|111111111222$222@2N2\2j2y222222222333#313?3M3\3j3x333333333444$434A4O4^4l4{4444444445 55)575F5T5c5r555555555666!606?6N6\6k6z666666666777,7;7I7X7g7v7777777778 88*898H8W8f8u8888888889 99+9:9I9X9g9w99999999::::.:=:M:\:k:{::::::::;;;%;4;D;S;c;r;;;;;;;;;<<<-<=>>'>7>G>W>g>w>>>>>>>>???'?7?G?W?g?x????????@ @@*@:@J@Z@k@{@@@@@@@@AAA/A?AOA`ApAAAAAAAABBB&B6BGBWBhBxBBBBBBBBCCC/C@CQCaCrCCCCCCCCD DD+D;DLD]DnDDDDDDDDEEE(E9EJE[ElE}EEEEEEEFFF(F9FJF[FlF}FFFFFFFGGG)G;GLG]GnGGGGGGGGH HH-H?HPHaHsHHHHHHHHII"I3IEIVIhIzIIIIIIIJJJ*J;JMJ_JqJJJJJJJJKK"K4KFKXKiK{KKKKKKKL LL.L@LRLdLvLLLLLLLMMM+M=MOMaMsMMMMMMMNNN)N;NMN_NrNNNNNNNOOO)O;ONO`OrOOOOOOOPPP+P=PPPbPuPPPPPPPQ QQ/QAQTQgQyQQQQQQQRR"R4RGRZRmRRRRRRRSSS)SUQUeUxUUUUUUUVV%V8VKV_VrVVVVVVVW W W4WGW[WnWWWWWWWX XX1XEXXXlXXXXXXXY YY0YDYXYkYYYYYYYZ ZZ1ZEZYZlZZZZZZZ[ [[3[G[[[o[[[[[[[\\#\7\K\`\t\\\\\\]]])]=]Q]e]z]]]]]]^^^0^D^Y^m^^^^^^^__%_9_N_b_w______```/`D`X`m```````aa'a;aPaeazaaaaaab b b5bIb^bsbbbbbbccc/cDcYcnccccccddd+d@dUdjdddddddee)e>eSehe}eeeeeeff'f=fRfgf}ffffffgg(g=gSghg~gggggghh*h?hUhjhhhhhhiii-iCiXiniiiiiijjj2jHj]jsjjjjjjk k"k8kNkdkzkkkkkkll*l@lVllllllllmmm3mIm_mummmmmmnn'n=nSnjnnnnnnooo3oIo`ovoooooopp*p@pWpmppppppq q"q8qOqfq|qqqqqrrr2rHr_rvrrrrrrss,sCsZsqsssssstt(t?tVtmttttttuu&u=uTukuuuuuuv v$v;vRvjvvvvvvw w$w;wRwjwwwwwwx x%xyVynyyyyyyzz*zBzZzqzzzzz{{{/{G{_{v{{{{{|||5|M|e|}|||||} }$}<}T}l}}}}}}~~-~E~]~u~~~~~7Og)AZrԀ5Nfȁ*C[tւ 9Qj̓0HazĄ݄(AZrօ!:SlІ4Mgˇ0Ib{Lj,F_xĉމ*C]vŠ܊(B[u‹ۋ(B[uŒ܌)B\vÍݍ+D^xƎ-Ga{ɏ1Keΐ6Pkӑ"\{4Sr ,Kj‰¨$CbÁà<[{ĚĹ6UuŔų0PoƏƮ ,KkNJǪ(GgȆȦ$DdɃɣ"Aaʁʡ @_˟˿?^~̞̾>^~͞;?_Οο @`πϠ!BbЂТ$Deхѥ'Gh҈ҩ +LlӍӭ0PqԒԲ5Vw՗ո;\}ֿ֞!Bcׄץ)Jk،ح1Rsٔٵ:[|ڞڿ"Deۆۨ -Noܑܲ8Y{ݜݾ"Deއި /Prߔߵ<^(Jl7Yz$Fh4Vx#Eg4Vy$Fi7Y{(Jm<^ .Qs!Df7Z}+Nq Cf8[~ .Qt$Hk?b6Z} /Rv'Ko!Dh>b9]4X| 0Tx,Pu)Mr'Ko%ImchrmT{L&f\lcms2-2.17/testbed/ibm-t61.icc0000755000175000017500000006123414752176133015010 0ustar martimartiblcms@mntrRGB XYZ  .acspAPPL????????-lcmsΌ΋Ԓ:*#-wdeschcprt*dmndedmddglumiwtptbkptclrt$~vcgtrXYZ gXYZ bXYZ rTRC  gTRC  bTRC  targRDevDRCIEDRmetab,pdesc*Huey, LENOVO - 6464Y1H - 15" (2009-12-23)textCopyright (c) 2009 Richard Hughesdesc IBM Francedesc ThinkPad T61XYZ XYZ @ڲXYZ WUclrtRed4QGreen3QBlueT vcgt~C r [ L D E LXk&/42-" !"#b$:%%&'([).**+,-i.H/+00123456i7Q899 ::;<=>~?c@HA-BBCDEFGoHRI6JJKLMNxOWP5QQRSTUrVSW5XYYZ[\]^_p``aQbCc6d+e"fghhijklmnopqrstuvwxyz{}~*9I[m͊ "8Nezח6Oh͢ .Sy߫>dߴ*Lnӻ>_9Uqʎ˩,?Paq׃ؔ٦ڶ"&'(&# |m\K9&c.fL 7 '   &09AFHE=1  rO,  !"#|$X%4&&'()w*N+&+,-.}/R0'0123~4U5.66789n:I;%<<=>?o@JA%BBCDEpFMG)HHIJKvLQM-NNOPQsRPS-T TUVWXpYTZ;[#\ \]^_`abc}dqehf^gUhMiEj@k;l6m1n,o'p#qrstuvwxy z#{(|.}3~9@HNV_hr|̍ݎ0Ha}֙7Y{š;gƨ#NyӰ1^ҶAeҾ>cÆīFp˜GqҚ3X~ڤ4Ts#'+.0233430-)$o>J q N +uL \&v8w4c  !"<"#$T%%&f''(w)()*+@+,-\../~06012_3345D567t8089:e;";<=Z>>?@NA ABCACDEvF3FGHdIIJKHLLMrN,NOP[QQRSRTTUVTWWXYgZ/Z[\]S^^_`aXb+ccdef_g:hhijklqmRn4oopqrstvu^vFw0xyyz{|}~{vspopsw}ʒߓ/MlԜ Iu٤JȩGѮ tʲ wζ%}׺2P~VG`ΣXի~V0 .ZXYZ g:XYZ ge #/XYZ '! curv566789<?CHMT\dny2Mi6_DxYY.xd `  m * R b @%yqopw,C^}5a !.!"k# #$X%%&Z' '(w)1)*+s,:--./0[1:233456789:;= >?7@TAsBCDEG!HHIoJKLN O2PYQRSTV+WYXYZ\(]a^_abbcef[gijzkmDnpqstuwyxz||}/ą^A던JƔZ*՝q_Y_qϱ2]׿'BȨ͏}aI޻(FEcurv>>>?@CEIMSY`ir}0Je+R{/`8r-n? of  m % G  w K %w`OD>=BKYk -V%g !]" "#j$$%&I''()Q**+,-].7//0123456789|:z;y}?@ABCDEFGHIJKMN'OEPhQRSUаq_ާ+cd*#Rcurv   )2=IVdt 'DcCn/c J O&r`  ^  m * Q  ^9vdVLFCDGMU`p+ M !v""#F#$%+%&~','()M* *+,W-$-./01e2M3:4-5$6 78#9+:7;G?@ABD E'FCG`H|IJKLMOP(Q?RUSlTUVWXZ[<\i]^` aKbce?fh iyjl\moLprWsuvw xz8{}q^ v1񌶎R0Bp԰ @dϾq7ǡ̞.ѺCLH!HtFtextCTI3 DESCRIPTOR "Argyll Calibration Target chart information 3" ORIGINATOR "Argyll dispread" CREATED "Wed Dec 23 22:15:31 2009" KEYWORD "DEVICE_CLASS" DEVICE_CLASS "DISPLAY" KEYWORD "COLOR_REP" COLOR_REP "RGB_XYZ" KEYWORD "LUMINANCE_XYZ_CDM2" LUMINANCE_XYZ_CDM2 "127.028906 131.252608 110.265656" NUMBER_OF_FIELDS 7 BEGIN_DATA_FORMAT SAMPLE_ID RGB_R RGB_G RGB_B XYZ_X XYZ_Y XYZ_Z END_DATA_FORMAT NUMBER_OF_SETS 250 BEGIN_DATA 1 100.00 100.00 100.00 96.782 100.00 84.010 2 100.00 100.00 100.00 96.777 100.01 84.020 3 100.00 100.00 100.00 96.788 100.01 84.020 4 100.00 100.00 100.00 96.772 100.01 84.031 5 31.885 32.743 34.098 7.1032 7.3802 6.8529 6 100.00 0.0000 100.00 55.780 36.372 72.216 7 100.00 100.00 0.0000 80.854 85.328 14.457 8 0.0000 100.00 100.00 56.563 77.910 81.478 9 0.0000 100.00 0.0000 40.875 63.371 11.930 10 0.0000 0.0000 100.00 15.810 14.641 69.711 11 100.00 0.0000 0.0000 39.878 21.756 2.7475 12 0.0000 0.0000 0.0000 0.17553 0.17594 0.25002 13 0.0000 51.304 100.00 22.522 25.400 72.122 14 100.00 0.0000 52.136 42.427 23.732 13.824 15 100.00 53.349 100.00 66.148 52.993 75.881 16 100.00 50.680 0.0000 49.155 36.601 5.9995 17 0.0000 0.0000 51.028 2.4104 1.9441 10.620 18 0.0000 47.489 0.0000 5.7397 9.0981 2.2239 19 0.0000 100.00 51.303 44.137 65.955 27.134 20 100.00 100.00 51.850 84.316 88.033 29.972 21 49.802 0.0000 0.0000 6.4137 3.5753 0.86717 22 51.124 100.00 0.0000 47.587 67.171 12.592 23 48.380 100.00 100.00 65.011 82.675 82.298 24 51.210 0.0000 100.00 25.331 19.848 70.617 25 100.00 50.901 49.331 52.066 39.002 18.084 26 51.774 100.00 50.462 52.565 70.678 27.391 27 49.649 52.597 100.00 33.463 33.521 73.671 28 51.542 52.524 0.0000 15.593 17.815 3.9856 29 0.0000 49.855 52.382 9.3552 12.535 16.059 30 50.495 0.0000 52.232 10.396 6.3389 12.078 31 100.00 0.0000 26.371 40.575 22.270 5.3257 32 0.0000 76.339 100.00 33.117 42.238 75.617 33 100.00 26.813 100.00 58.154 40.221 73.093 34 100.00 100.00 26.811 81.805 86.044 18.357 35 0.0000 100.00 26.561 41.683 64.002 15.669 36 0.0000 74.410 0.0000 16.553 26.310 5.8403 37 73.129 100.00 100.00 77.078 89.284 83.240 38 24.348 0.0000 0.0000 1.5806 0.94588 0.39630 39 24.581 100.00 0.0000 42.402 64.305 12.083 40 0.0000 0.0000 23.698 0.60600 0.52986 2.3141 41 100.00 24.746 0.0000 41.937 25.103 3.4946 42 0.0000 0.0000 74.250 5.8374 4.7142 26.433 43 0.0000 22.539 0.0000 1.3574 2.0990 0.67487 44 100.00 74.753 75.649 68.886 62.128 43.069 45 100.00 76.339 0.0000 62.462 57.635 10.241 46 24.206 31.137 100.00 20.445 20.011 70.880 47 25.917 100.00 72.959 50.277 70.535 45.749 48 76.337 0.0000 100.00 38.220 26.844 71.585 49 0.0000 24.325 100.00 17.209 16.902 70.232 50 26.062 0.0000 27.693 2.6404 1.6716 3.2251 51 76.301 0.0000 0.0000 17.471 9.5861 1.8037 52 55.636 60.634 54.991 25.396 27.543 20.720 53 100.00 26.133 71.401 48.116 30.123 30.439 54 100.00 77.105 100.00 78.967 73.238 79.928 55 23.671 0.0000 100.00 17.792 15.732 69.897 56 72.829 0.0000 29.441 18.321 10.226 5.0650 57 0.0000 100.00 76.177 48.934 69.941 49.240 58 100.00 100.00 76.418 89.056 91.989 51.716 59 0.0000 29.974 25.001 2.8197 3.9290 3.7811 60 0.0000 57.015 27.590 9.3374 14.253 6.6740 61 0.0000 28.308 73.540 8.3865 8.2748 30.381 62 76.657 100.00 0.0000 58.486 73.085 13.506 63 64.153 30.592 100.00 34.100 27.580 72.132 64 71.382 21.927 0.0000 16.352 10.568 2.1399 65 100.00 0.0000 76.747 46.215 26.809 31.233 66 27.952 76.398 100.00 38.158 47.484 76.623 67 25.044 23.803 0.0000 3.1989 3.4516 0.94842 68 72.705 100.00 67.176 65.219 78.350 41.182 69 24.328 100.00 100.00 58.674 79.222 81.658 70 64.851 75.219 27.792 34.393 40.055 11.987 71 29.088 75.418 0.0000 21.568 32.158 6.9815 72 34.835 0.0000 75.524 9.7135 6.9067 27.814 73 26.706 100.00 26.286 43.777 65.280 15.882 74 100.00 26.507 23.928 42.870 25.991 6.1375 75 72.058 68.299 100.00 51.802 51.213 76.973 76 100.00 77.005 25.017 63.975 59.343 13.512 77 0.0000 76.928 72.429 24.440 33.728 36.299 78 78.340 69.846 0.0000 35.875 37.663 7.7361 79 66.707 33.434 33.732 18.891 14.189 7.8290 80 34.882 32.846 73.035 13.171 12.155 30.726 81 75.109 100.00 24.682 60.342 74.358 16.877 82 31.212 66.797 38.917 18.813 25.858 12.802 83 68.904 0.0000 75.143 22.341 13.755 28.600 84 76.754 53.206 80.475 38.684 33.327 43.582 85 29.586 54.279 73.897 18.407 21.380 34.674 86 75.371 75.671 53.308 43.274 45.919 23.595 87 56.532 76.867 0.0000 29.508 38.086 8.0739 88 54.003 77.595 77.133 38.695 45.551 43.420 89 24.398 54.999 100.00 26.998 30.453 73.147 90 100.00 76.564 50.245 65.863 60.652 23.156 91 66.860 18.485 62.967 20.587 13.490 21.742 92 24.183 49.695 0.0000 8.8779 12.706 2.9761 93 78.333 0.0000 52.106 23.870 13.663 13.120 94 0.0000 23.637 48.179 3.7379 4.0541 11.297 95 22.616 0.0000 51.502 3.9387 2.7979 10.933 96 0.0000 54.844 76.717 15.263 18.585 36.843 97 100.00 53.854 25.700 51.217 39.263 9.5218 98 100.00 24.647 46.990 44.331 26.934 13.674 99 0.0000 75.599 49.685 19.861 29.364 18.736 100 52.521 50.873 28.108 17.420 18.438 7.5397 101 78.092 100.00 46.699 64.577 77.105 25.944 102 50.291 100.00 24.042 49.033 68.153 15.815 103 50.424 22.665 16.009 9.2454 6.8360 2.6549 104 49.722 100.00 78.883 57.544 74.988 52.621 105 79.368 49.717 100.00 48.282 40.940 74.559 106 100.00 51.006 76.266 56.735 42.868 39.442 107 26.966 48.404 51.309 12.011 14.642 15.944 108 12.885 47.590 21.789 7.5012 11.020 4.7464 109 46.216 23.744 47.696 10.450 8.0488 12.057 110 26.537 79.034 57.906 27.559 38.504 25.533 111 20.035 78.679 16.337 22.591 34.435 8.7121 112 16.510 13.523 16.825 1.7900 1.7041 1.7702 113 80.772 52.239 39.693 33.078 27.980 12.670 114 52.025 78.476 100.00 47.545 54.688 77.922 115 53.644 19.450 81.363 18.926 13.807 39.159 116 76.390 76.738 79.766 50.525 52.251 47.617 117 16.719 20.668 80.444 10.058 8.9001 36.936 118 49.975 75.940 54.965 31.330 39.094 23.463 119 69.366 54.269 19.639 25.409 24.153 6.8096 120 78.357 44.403 54.054 30.871 24.243 18.910 121 86.769 22.037 79.950 37.403 24.170 38.874 122 23.991 100.00 48.167 45.424 66.697 25.173 123 52.705 49.623 76.910 24.219 23.477 37.566 124 83.235 21.483 18.262 25.590 15.580 4.1464 125 21.860 81.987 82.201 34.008 45.513 49.781 126 26.586 30.174 50.611 7.3390 7.3835 13.410 127 46.176 21.625 100.00 24.801 21.044 70.937 128 46.137 76.930 18.751 27.310 36.755 9.5612 129 91.475 88.357 12.710 61.517 65.249 13.071 130 47.690 27.399 0.0000 8.0330 6.7579 1.5938 131 18.097 39.910 80.111 13.722 14.465 39.178 132 50.349 0.0000 22.838 7.8953 4.4977 2.9459 133 17.466 14.543 39.302 3.1271 2.8099 7.1455 134 88.169 58.584 62.262 44.929 37.898 26.976 135 79.316 19.798 100.00 41.429 29.927 72.136 136 35.363 60.522 16.345 15.432 20.828 5.9239 137 12.495 34.970 8.4353 3.9039 5.6312 1.7456 138 11.590 84.378 36.985 27.019 41.132 15.132 139 85.444 85.726 34.888 55.147 59.454 17.245 140 85.787 17.402 36.424 28.453 16.913 8.3840 141 58.643 35.988 52.638 18.012 14.705 15.942 142 81.323 85.139 100.00 68.844 71.876 80.538 143 75.581 44.352 0.0000 23.219 19.240 3.9417 144 15.160 63.749 47.500 15.748 22.422 15.763 145 15.120 11.073 59.779 4.9766 4.1407 17.560 146 86.028 63.414 16.582 40.018 36.610 8.5068 147 18.812 62.643 85.866 23.314 28.403 49.950 148 18.635 62.340 7.9476 13.120 19.901 4.7801 149 36.339 46.262 87.864 21.038 21.293 50.395 150 65.242 88.476 43.595 46.005 56.607 20.611 151 80.989 100.00 84.297 74.943 85.016 60.461 152 64.260 64.440 85.027 37.886 38.184 50.670 153 35.612 10.187 17.227 4.2728 2.8720 2.0278 154 45.235 41.275 11.575 10.744 11.202 3.1960 155 85.017 19.190 57.638 30.797 18.973 18.858 156 89.001 65.879 87.121 55.655 49.365 55.199 157 88.405 92.832 62.808 68.473 73.860 35.158 158 17.469 44.939 63.608 11.395 13.546 23.474 159 80.504 39.649 23.740 27.475 20.347 6.3547 160 43.343 42.624 45.299 13.137 13.443 12.245 161 62.199 90.166 13.536 43.288 55.885 12.147 162 70.382 64.985 39.990 32.692 33.527 14.444 163 63.092 9.8060 47.998 15.628 9.5134 11.663 164 66.260 33.082 79.344 26.255 19.929 38.922 165 12.275 38.293 42.578 6.3997 8.1986 9.9833 166 44.729 63.293 89.315 30.599 33.805 55.854 167 86.795 39.767 90.083 44.341 32.719 54.910 168 33.191 13.557 63.471 8.2257 6.2326 20.467 169 0.0000 80.502 22.254 20.757 32.527 9.3004 170 35.165 87.442 45.762 34.459 48.798 20.511 171 53.417 63.795 12.922 21.988 26.302 6.5595 172 89.333 37.028 40.649 35.328 24.164 11.600 173 61.924 10.479 11.308 12.127 7.1155 2.0297 174 12.932 63.448 65.784 18.065 24.136 28.144 175 35.002 91.990 14.251 36.328 53.552 11.796 176 64.449 90.256 86.679 56.213 66.205 59.305 177 10.665 88.325 62.489 33.596 48.909 30.886 178 63.940 84.034 63.097 44.778 53.082 32.060 179 32.000 18.251 87.257 14.031 11.523 46.040 180 35.653 63.179 55.913 20.158 25.389 21.282 181 65.306 14.719 95.163 29.039 20.848 61.885 182 12.598 97.956 15.904 39.378 60.643 12.953 183 43.443 13.667 2.3608 5.4401 3.6576 0.92719 184 98.776 12.908 14.035 39.533 22.251 3.7953 185 42.232 44.658 62.606 15.929 16.220 23.280 186 5.7304 86.513 87.282 36.670 49.953 57.088 187 71.195 63.035 64.720 35.902 35.055 29.083 188 14.721 0.0000 24.188 1.2792 0.89876 2.4744 189 45.845 91.742 61.379 43.699 58.499 32.373 190 20.168 99.403 86.193 52.928 73.203 61.291 191 15.692 16.462 98.892 17.172 15.886 69.143 192 49.711 33.832 30.462 11.632 10.157 6.1786 193 92.778 86.752 83.442 72.329 72.554 55.382 194 36.175 85.461 71.738 37.083 49.576 38.944 195 56.241 41.455 91.468 27.602 24.111 56.814 196 63.698 49.811 44.158 23.262 21.617 13.662 197 13.503 85.866 0.84329 26.655 41.607 8.7405 198 50.699 14.090 33.318 9.4038 6.1358 5.8677 199 92.677 38.376 11.214 36.660 25.036 4.8570 200 88.086 68.014 37.675 46.350 43.023 14.745 201 86.614 18.702 0.67590 25.468 15.095 2.6278 202 16.608 0.33745 82.586 8.6870 6.8624 35.442 203 32.618 49.231 35.380 11.728 14.545 8.8331 204 39.446 87.298 89.309 44.627 57.160 61.307 205 89.388 7.1485 88.115 40.442 25.084 47.530 206 65.767 34.460 14.625 17.275 13.256 3.7698 207 84.147 1.8202 16.654 24.638 13.568 3.3843 208 16.889 65.227 27.821 14.968 22.334 8.5395 209 44.534 84.792 4.0875 31.689 44.876 9.3930 210 66.804 16.467 27.933 16.085 9.9479 5.2045 211 58.514 1.6609 86.699 20.583 13.786 42.312 212 4.6391 51.042 39.609 8.8369 12.694 10.054 213 36.900 7.6973 46.164 6.3700 4.2844 9.9811 214 0.87002 15.107 86.749 10.426 9.1195 44.882 215 30.735 26.754 16.517 4.9434 4.9146 2.4919 216 48.174 63.612 69.758 26.386 29.858 32.524 217 13.565 42.325 96.225 19.720 20.671 65.570 218 50.679 66.092 39.202 23.997 28.917 13.327 219 19.235 27.685 65.367 8.1114 7.8623 23.101 220 49.578 25.709 65.082 14.319 11.100 23.330 221 14.832 83.246 100.00 40.590 53.196 77.677 222 82.546 2.4242 67.048 29.152 17.129 23.053 223 33.942 16.843 32.549 5.2516 4.1097 5.4367 224 81.040 38.112 70.346 33.904 24.732 30.546 225 15.556 11.826 1.2429 1.2368 1.2292 0.48138 226 16.070 28.919 29.585 3.9659 4.7704 4.9137 227 49.118 89.394 35.809 38.873 52.843 16.831 228 99.042 12.511 70.128 45.566 26.901 27.920 229 62.910 46.590 2.6010 17.842 16.999 3.6820 230 2.6256 14.517 68.056 5.8511 5.1761 23.910 231 1.1839 16.197 20.949 1.2511 1.5596 2.3249 232 89.271 1.0849 39.328 30.650 17.054 8.2370 233 100.00 31.073 85.483 52.649 34.793 46.962 234 95.707 39.925 60.884 45.356 31.307 23.501 235 72.034 26.792 47.480 21.993 14.839 12.971 236 74.942 79.821 13.360 41.681 47.180 10.494 237 2.1562 64.147 13.993 11.998 18.939 5.1968 238 29.116 42.872 16.700 7.8853 9.9731 3.6404 239 71.555 16.349 81.097 26.938 17.794 38.944 240 0.49326 39.374 86.691 13.684 14.195 47.050 241 2.2551 37.126 61.253 7.6245 8.7861 20.592 242 32.266 80.382 29.691 26.509 38.248 12.348 243 87.493 76.037 64.364 54.202 52.866 32.110 244 3.9929 62.442 91.329 23.002 27.808 57.715 245 43.125 31.672 87.678 19.105 16.428 48.611 246 51.638 6.7350 70.225 14.187 9.3494 25.409 247 66.079 45.918 66.274 26.496 22.757 27.299 248 0.74401 10.382 39.234 1.8689 1.7543 6.7768 249 32.358 69.996 77.444 27.183 34.110 41.254 250 38.655 2.4066 90.080 14.980 11.200 47.523 END_DATA CAL DESCRIPTOR "Argyll Device Calibration State" ORIGINATOR "Argyll dispread" CREATED "Wed Dec 23 22:15:31 2009" KEYWORD "DEVICE_CLASS" DEVICE_CLASS "DISPLAY" KEYWORD "COLOR_REP" COLOR_REP "RGB" KEYWORD "RGB_I" NUMBER_OF_FIELDS 4 BEGIN_DATA_FORMAT RGB_I RGB_R RGB_G RGB_B END_DATA_FORMAT NUMBER_OF_SETS 256 BEGIN_DATA 0.0000 0.010727 9.3233e-03 0.0000 3.9216e-03 0.013642 0.012421 4.1199e-04 7.8431e-03 0.016648 0.015579 2.9755e-03 0.011765 0.019730 0.018814 5.6001e-03 0.015686 0.022904 0.022095 8.2551e-03 0.019608 0.026169 0.025467 0.010986 0.023529 0.029526 0.028901 0.013748 0.027451 0.032990 0.032410 0.016571 0.031373 0.036545 0.035996 0.019455 0.035294 0.040223 0.039658 0.022400 0.039216 0.044007 0.043412 0.025406 0.043137 0.047929 0.047242 0.028473 0.047059 0.051942 0.051164 0.031601 0.050980 0.056031 0.055146 0.034806 0.054902 0.060227 0.059174 0.038056 0.058824 0.064485 0.063233 0.041352 0.062745 0.068788 0.067277 0.044694 0.066667 0.073136 0.071305 0.048066 0.070588 0.077470 0.075288 0.051438 0.074510 0.081773 0.079225 0.054810 0.078431 0.086015 0.083085 0.058183 0.082353 0.090196 0.086870 0.061555 0.086275 0.094331 0.090593 0.064897 0.090196 0.098375 0.094240 0.068193 0.094118 0.10236 0.097810 0.071473 0.098039 0.10623 0.10134 0.074708 0.10196 0.11006 0.10481 0.077928 0.10588 0.11380 0.10825 0.081102 0.10980 0.11746 0.11164 0.084245 0.11373 0.12108 0.11502 0.087343 0.11765 0.12462 0.11839 0.090425 0.12157 0.12810 0.12177 0.093462 0.12549 0.13153 0.12512 0.096468 0.12941 0.13491 0.12850 0.099458 0.13333 0.13822 0.13187 0.10242 0.13725 0.14151 0.13524 0.10536 0.14118 0.14476 0.13861 0.10829 0.14510 0.14800 0.14197 0.11119 0.14902 0.15122 0.14533 0.11408 0.15294 0.15442 0.14868 0.11695 0.15686 0.15764 0.15203 0.11978 0.16078 0.16086 0.15535 0.12261 0.16471 0.16410 0.15866 0.12541 0.16863 0.16738 0.16197 0.12821 0.17255 0.17067 0.16526 0.13098 0.17647 0.17401 0.16855 0.13373 0.18039 0.17739 0.17182 0.13648 0.18431 0.18079 0.17508 0.13919 0.18824 0.18425 0.17835 0.14191 0.19216 0.18773 0.18160 0.14461 0.19608 0.19124 0.18485 0.14731 0.20000 0.19477 0.18810 0.15000 0.20392 0.19832 0.19133 0.15268 0.20784 0.20188 0.19460 0.15537 0.21176 0.20545 0.19786 0.15807 0.21569 0.20899 0.20114 0.16077 0.21961 0.21254 0.20443 0.16349 0.22353 0.21608 0.20774 0.16622 0.22745 0.21962 0.21103 0.16895 0.23137 0.22315 0.21434 0.17169 0.23529 0.22666 0.21767 0.17443 0.23922 0.23017 0.22100 0.17719 0.24314 0.23365 0.22434 0.17996 0.24706 0.23714 0.22768 0.18273 0.25098 0.24063 0.23104 0.18552 0.25490 0.24411 0.23438 0.18833 0.25882 0.24761 0.23774 0.19113 0.26275 0.25110 0.24109 0.19394 0.26667 0.25460 0.24443 0.19677 0.27059 0.25809 0.24779 0.19957 0.27451 0.26160 0.25113 0.20241 0.27843 0.26509 0.25447 0.20523 0.28235 0.26860 0.25783 0.20807 0.28627 0.27208 0.26117 0.21091 0.29020 0.27556 0.26453 0.21376 0.29412 0.27904 0.26789 0.21662 0.29804 0.28251 0.27124 0.21949 0.30196 0.28598 0.27462 0.22234 0.30588 0.28943 0.27797 0.22522 0.30980 0.29287 0.28133 0.22811 0.31373 0.29628 0.28470 0.23099 0.31765 0.29970 0.28806 0.23388 0.32157 0.30312 0.29142 0.23677 0.32549 0.30652 0.29477 0.23966 0.32941 0.30993 0.29812 0.24256 0.33333 0.31331 0.30147 0.24543 0.33725 0.31669 0.30481 0.24831 0.34118 0.32009 0.30816 0.25119 0.34510 0.32351 0.31148 0.25406 0.34902 0.32691 0.31482 0.25695 0.35294 0.33033 0.31817 0.25983 0.35686 0.33378 0.32154 0.26271 0.36078 0.33721 0.32491 0.26558 0.36471 0.34066 0.32830 0.26847 0.36863 0.34415 0.33170 0.27134 0.37255 0.34766 0.33510 0.27422 0.37647 0.35119 0.33854 0.27709 0.38039 0.35476 0.34199 0.27994 0.38431 0.35833 0.34546 0.28278 0.38824 0.36191 0.34894 0.28560 0.39216 0.36553 0.35247 0.28843 0.39608 0.36918 0.35601 0.29123 0.40000 0.37281 0.35956 0.29407 0.40392 0.37647 0.36313 0.29689 0.40784 0.38015 0.36672 0.29970 0.41176 0.38384 0.37031 0.30253 0.41569 0.38755 0.37394 0.30536 0.41961 0.39129 0.37758 0.30819 0.42353 0.39506 0.38125 0.31104 0.42745 0.39883 0.38492 0.31389 0.43137 0.40259 0.38863 0.31678 0.43529 0.40635 0.39236 0.31966 0.43922 0.41012 0.39612 0.32256 0.44314 0.41392 0.39988 0.32547 0.44706 0.41775 0.40365 0.32839 0.45098 0.42161 0.40743 0.33132 0.45490 0.42547 0.41122 0.33426 0.45882 0.42931 0.41505 0.33722 0.46275 0.43316 0.41888 0.34022 0.46667 0.43700 0.42271 0.34321 0.47059 0.44088 0.42654 0.34623 0.47451 0.44477 0.43037 0.34923 0.47843 0.44866 0.43420 0.35229 0.48235 0.45257 0.43804 0.35534 0.48627 0.45647 0.44189 0.35839 0.49020 0.46040 0.44575 0.36147 0.49412 0.46435 0.44962 0.36455 0.49804 0.46828 0.45351 0.36765 0.50196 0.47225 0.45742 0.37076 0.50588 0.47625 0.46133 0.37391 0.50980 0.48026 0.46525 0.37707 0.51373 0.48429 0.46918 0.38025 0.51765 0.48835 0.47315 0.38347 0.52157 0.49242 0.47710 0.38672 0.52549 0.49653 0.48109 0.39001 0.52941 0.50065 0.48508 0.39330 0.53333 0.50478 0.48907 0.39660 0.53725 0.50893 0.49306 0.39989 0.54118 0.51312 0.49708 0.40323 0.54510 0.51730 0.50111 0.40658 0.54902 0.52148 0.50510 0.40996 0.55294 0.52567 0.50913 0.41337 0.55686 0.52987 0.51318 0.41677 0.56078 0.53408 0.51722 0.42019 0.56471 0.53829 0.52128 0.42361 0.56863 0.54250 0.52534 0.42704 0.57255 0.54675 0.52943 0.43049 0.57647 0.55099 0.53352 0.43394 0.58039 0.55521 0.53761 0.43740 0.58431 0.55946 0.54173 0.44089 0.58824 0.56370 0.54586 0.44437 0.59216 0.56796 0.55000 0.44788 0.59608 0.57218 0.55416 0.45139 0.60000 0.57642 0.55834 0.45493 0.60392 0.58067 0.56255 0.45847 0.60784 0.58494 0.56680 0.46201 0.61176 0.58923 0.57105 0.46558 0.61569 0.59348 0.57533 0.46918 0.61961 0.59774 0.57961 0.47279 0.62353 0.60201 0.58395 0.47642 0.62745 0.60630 0.58830 0.48006 0.63137 0.61059 0.59265 0.48371 0.63529 0.61488 0.59702 0.48739 0.63922 0.61917 0.60142 0.49107 0.64314 0.62342 0.60581 0.49477 0.64706 0.62773 0.61022 0.49850 0.65098 0.63204 0.61465 0.50224 0.65490 0.63639 0.61907 0.50600 0.65882 0.64080 0.62354 0.50980 0.66275 0.64524 0.62802 0.51360 0.66667 0.64971 0.63252 0.51743 0.67059 0.65420 0.63700 0.52129 0.67451 0.65867 0.64154 0.52515 0.67843 0.66310 0.64611 0.52905 0.68235 0.66748 0.65074 0.53297 0.68627 0.67182 0.65537 0.53692 0.69020 0.67620 0.66001 0.54089 0.69412 0.68064 0.66461 0.54488 0.69804 0.68513 0.66917 0.54890 0.70196 0.68966 0.67373 0.55294 0.70588 0.69419 0.67831 0.55702 0.70980 0.69873 0.68292 0.56115 0.71373 0.70323 0.68756 0.56532 0.71765 0.70768 0.69216 0.56950 0.72157 0.71211 0.69676 0.57372 0.72549 0.71653 0.70127 0.57800 0.72941 0.72093 0.70578 0.58231 0.73333 0.72535 0.71025 0.58666 0.73725 0.72979 0.71473 0.59103 0.74118 0.73425 0.71920 0.59541 0.74510 0.73870 0.72366 0.59982 0.74902 0.74314 0.72811 0.60426 0.75294 0.74755 0.73257 0.60871 0.75686 0.75198 0.73704 0.61318 0.76078 0.75639 0.74150 0.61769 0.76471 0.76080 0.74595 0.62222 0.76863 0.76518 0.75042 0.62679 0.77255 0.76954 0.75486 0.63143 0.77647 0.77388 0.75933 0.63613 0.78039 0.77823 0.76378 0.64086 0.78431 0.78256 0.76825 0.64567 0.78824 0.78689 0.77272 0.65052 0.79216 0.79124 0.77720 0.65541 0.79608 0.79556 0.78170 0.66029 0.80000 0.79983 0.78624 0.66516 0.80392 0.80406 0.79078 0.67007 0.80784 0.80830 0.79536 0.67507 0.81176 0.81254 0.79992 0.68019 0.81569 0.81678 0.80446 0.68537 0.81961 0.82100 0.80902 0.69059 0.82353 0.82519 0.81360 0.69581 0.82745 0.82936 0.81814 0.70105 0.83137 0.83352 0.82267 0.70628 0.83529 0.83767 0.82718 0.71151 0.83922 0.84186 0.83166 0.71676 0.84314 0.84602 0.83616 0.72204 0.84706 0.85020 0.84063 0.72734 0.85098 0.85435 0.84511 0.73268 0.85490 0.85849 0.84959 0.73803 0.85882 0.86261 0.85408 0.74342 0.86275 0.86674 0.85853 0.74882 0.86667 0.87086 0.86300 0.75427 0.87059 0.87497 0.86746 0.75975 0.87451 0.87903 0.87190 0.76527 0.87843 0.88307 0.87630 0.77086 0.88235 0.88710 0.88067 0.77655 0.88627 0.89110 0.88501 0.78235 0.89020 0.89506 0.88931 0.78833 0.89412 0.89903 0.89355 0.79445 0.89804 0.90295 0.89776 0.80072 0.90196 0.90687 0.90193 0.80719 0.90588 0.91075 0.90605 0.81386 0.90980 0.91461 0.91014 0.82068 0.91373 0.91846 0.91420 0.82760 0.91765 0.92227 0.91824 0.83465 0.92157 0.92607 0.92226 0.84178 0.92549 0.92985 0.92625 0.84898 0.92941 0.93362 0.93024 0.85621 0.93333 0.93738 0.93420 0.86349 0.93725 0.94113 0.93817 0.87086 0.94118 0.94487 0.94212 0.87826 0.94510 0.94861 0.94606 0.88579 0.94902 0.95235 0.95000 0.89339 0.95294 0.95607 0.95392 0.90111 0.95686 0.95979 0.95782 0.90887 0.96078 0.96352 0.96175 0.91670 0.96471 0.96721 0.96564 0.92459 0.96863 0.97090 0.96950 0.93259 0.97255 0.97456 0.97336 0.94067 0.97647 0.97824 0.97720 0.94890 0.98039 0.98189 0.98103 0.95718 0.98431 0.98553 0.98486 0.96556 0.98824 0.98917 0.98866 0.97404 0.99216 0.99278 0.99245 0.98260 0.99608 0.99640 0.99623 0.99126 1.0000 1.0000 1.0000 1.0000 END_DATA dict 0@EDID_md5f09e42aa86585d1bb6687d3c322ed0c1lcms2-2.17/testbed/new.icc0000644000175000017500000020330414752176133014413 0ustar martimartilcms@mntrRGB XYZ  .acspAPPL????????-lcmsΌ΋Ԓ:*#-wdeschcprt*dmndedmddglumiwtptbkptclrt$~vcgtrXYZ gXYZ bXYZ rTRC  gTRC  bTRC  targRDevDb,RCIED@RmetaTpdesc*Huey, LENOVO - 6464Y1H - 15" (2009-12-23)textCopyright (c) 2009 Richard Hughesdesc IBM Francedesc ThinkPad T61XYZ XYZ @ڲXYZ WUclrtRed4QGreen3QBlueT vcgt~C r [ L D E LXk&/42-" !"#b$:%%&'([).**+,-i.H/+00123456i7Q899 ::;<=>~?c@HA-BBCDEFGoHRI6JJKLMNxOWP5QQRSTUrVSW5XYYZ[\]^_p``aQbCc6d+e"fghhijklmnopqrstuvwxyz{}~*9I[m͊ "8Nezח6Oh͢ .Sy߫>dߴ*Lnӻ>_9Uqʎ˩,?Paq׃ؔ٦ڶ"&'(&# |m\K9&c.fL 7 '   &09AFHE=1  rO,  !"#|$X%4&&'()w*N+&+,-.}/R0'0123~4U5.66789n:I;%<<=>?o@JA%BBCDEpFMG)HHIJKvLQM-NNOPQsRPS-T TUVWXpYTZ;[#\ \]^_`abc}dqehf^gUhMiEj@k;l6m1n,o'p#qrstuvwxy z#{(|.}3~9@HNV_hr|̍ݎ0Ha}֙7Y{š;gƨ#NyӰ1^ҶAeҾ>cÆīFp˜GqҚ3X~ڤ4Ts#'+.0233430-)$o>J q N +uL \&v8w4c  !"<"#$T%%&f''(w)()*+@+,-\../~06012_3345D567t8089:e;";<=Z>>?@NA ABCACDEvF3FGHdIIJKHLLMrN,NOP[QQRSRTTUVTWWXYgZ/Z[\]S^^_`aXb+ccdef_g:hhijklqmRn4oopqrstvu^vFw0xyyz{|}~{vspopsw}ʒߓ/MlԜ Iu٤JȩGѮ tʲ wζ%}׺2P~VG`ΣXի~V0 .ZXYZ g:XYZ ge #/XYZ '! curv566789<?CHMT\dny2Mi6_DxYY.xd `  m * R b @%yqopw,C^}5a !.!"k# #$X%%&Z' '(w)1)*+s,:--./0[1:233456789:;= >?7@TAsBCDEG!HHIoJKLN O2PYQRSTV+WYXYZ\(]a^_abbcef[gijzkmDnpqstuwyxz||}/ą^A던JƔZ*՝q_Y_qϱ2]׿'BȨ͏}aI޻(FEcurv>>>?@CEIMSY`ir}0Je+R{/`8r-n? of  m % G  w K %w`OD>=BKYk -V%g !]" "#j$$%&I''()Q**+,-].7//0123456789|:z;y}?@ABCDEFGHIJKMN'OEPhQRSUаq_ާ+cd*#Rcurv   )2=IVdt 'DcCn/c J O&r`  ^  m * Q  ^9vdVLFCDGMU`p+ M !v""#F#$%+%&~','()M* *+,W-$-./01e2M3:4-5$6 78#9+:7;G?@ABD E'FCG`H|IJKLMOP(Q?RUSlTUVWXZ[<\i]^` aKbce?fh iyjl\moLprWsuvw xz8{}q^ v1񌶎R0Bp԰ @dϾq7ǡ̞.ѺCLH!HtFtextCTI3 DESCRIPTOR "Argyll Calibration Target chart information 3" ORIGINATOR "Argyll dispread" CREATED "Wed Dec 23 22:15:31 2009" KEYWORD "DEVICE_CLASS" DEVICE_CLASS "DISPLAY" KEYWORD "COLOR_REP" COLOR_REP "RGB_XYZ" KEYWORD "LUMINANCE_XYZ_CDM2" LUMINANCE_XYZ_CDM2 "127.028906 131.252608 110.265656" NUMBER_OF_FIELDS 7 BEGIN_DATA_FORMAT SAMPLE_ID RGB_R RGB_G RGB_B XYZ_X XYZ_Y XYZ_Z END_DATA_FORMAT NUMBER_OF_SETS 250 BEGIN_DATA 1 100.00 100.00 100.00 96.782 100.00 84.010 2 100.00 100.00 100.00 96.777 100.01 84.020 3 100.00 100.00 100.00 96.788 100.01 84.020 4 100.00 100.00 100.00 96.772 100.01 84.031 5 31.885 32.743 34.098 7.1032 7.3802 6.8529 6 100.00 0.0000 100.00 55.780 36.372 72.216 7 100.00 100.00 0.0000 80.854 85.328 14.457 8 0.0000 100.00 100.00 56.563 77.910 81.478 9 0.0000 100.00 0.0000 40.875 63.371 11.930 10 0.0000 0.0000 100.00 15.810 14.641 69.711 11 100.00 0.0000 0.0000 39.878 21.756 2.7475 12 0.0000 0.0000 0.0000 0.17553 0.17594 0.25002 13 0.0000 51.304 100.00 22.522 25.400 72.122 14 100.00 0.0000 52.136 42.427 23.732 13.824 15 100.00 53.349 100.00 66.148 52.993 75.881 16 100.00 50.680 0.0000 49.155 36.601 5.9995 17 0.0000 0.0000 51.028 2.4104 1.9441 10.620 18 0.0000 47.489 0.0000 5.7397 9.0981 2.2239 19 0.0000 100.00 51.303 44.137 65.955 27.134 20 100.00 100.00 51.850 84.316 88.033 29.972 21 49.802 0.0000 0.0000 6.4137 3.5753 0.86717 22 51.124 100.00 0.0000 47.587 67.171 12.592 23 48.380 100.00 100.00 65.011 82.675 82.298 24 51.210 0.0000 100.00 25.331 19.848 70.617 25 100.00 50.901 49.331 52.066 39.002 18.084 26 51.774 100.00 50.462 52.565 70.678 27.391 27 49.649 52.597 100.00 33.463 33.521 73.671 28 51.542 52.524 0.0000 15.593 17.815 3.9856 29 0.0000 49.855 52.382 9.3552 12.535 16.059 30 50.495 0.0000 52.232 10.396 6.3389 12.078 31 100.00 0.0000 26.371 40.575 22.270 5.3257 32 0.0000 76.339 100.00 33.117 42.238 75.617 33 100.00 26.813 100.00 58.154 40.221 73.093 34 100.00 100.00 26.811 81.805 86.044 18.357 35 0.0000 100.00 26.561 41.683 64.002 15.669 36 0.0000 74.410 0.0000 16.553 26.310 5.8403 37 73.129 100.00 100.00 77.078 89.284 83.240 38 24.348 0.0000 0.0000 1.5806 0.94588 0.39630 39 24.581 100.00 0.0000 42.402 64.305 12.083 40 0.0000 0.0000 23.698 0.60600 0.52986 2.3141 41 100.00 24.746 0.0000 41.937 25.103 3.4946 42 0.0000 0.0000 74.250 5.8374 4.7142 26.433 43 0.0000 22.539 0.0000 1.3574 2.0990 0.67487 44 100.00 74.753 75.649 68.886 62.128 43.069 45 100.00 76.339 0.0000 62.462 57.635 10.241 46 24.206 31.137 100.00 20.445 20.011 70.880 47 25.917 100.00 72.959 50.277 70.535 45.749 48 76.337 0.0000 100.00 38.220 26.844 71.585 49 0.0000 24.325 100.00 17.209 16.902 70.232 50 26.062 0.0000 27.693 2.6404 1.6716 3.2251 51 76.301 0.0000 0.0000 17.471 9.5861 1.8037 52 55.636 60.634 54.991 25.396 27.543 20.720 53 100.00 26.133 71.401 48.116 30.123 30.439 54 100.00 77.105 100.00 78.967 73.238 79.928 55 23.671 0.0000 100.00 17.792 15.732 69.897 56 72.829 0.0000 29.441 18.321 10.226 5.0650 57 0.0000 100.00 76.177 48.934 69.941 49.240 58 100.00 100.00 76.418 89.056 91.989 51.716 59 0.0000 29.974 25.001 2.8197 3.9290 3.7811 60 0.0000 57.015 27.590 9.3374 14.253 6.6740 61 0.0000 28.308 73.540 8.3865 8.2748 30.381 62 76.657 100.00 0.0000 58.486 73.085 13.506 63 64.153 30.592 100.00 34.100 27.580 72.132 64 71.382 21.927 0.0000 16.352 10.568 2.1399 65 100.00 0.0000 76.747 46.215 26.809 31.233 66 27.952 76.398 100.00 38.158 47.484 76.623 67 25.044 23.803 0.0000 3.1989 3.4516 0.94842 68 72.705 100.00 67.176 65.219 78.350 41.182 69 24.328 100.00 100.00 58.674 79.222 81.658 70 64.851 75.219 27.792 34.393 40.055 11.987 71 29.088 75.418 0.0000 21.568 32.158 6.9815 72 34.835 0.0000 75.524 9.7135 6.9067 27.814 73 26.706 100.00 26.286 43.777 65.280 15.882 74 100.00 26.507 23.928 42.870 25.991 6.1375 75 72.058 68.299 100.00 51.802 51.213 76.973 76 100.00 77.005 25.017 63.975 59.343 13.512 77 0.0000 76.928 72.429 24.440 33.728 36.299 78 78.340 69.846 0.0000 35.875 37.663 7.7361 79 66.707 33.434 33.732 18.891 14.189 7.8290 80 34.882 32.846 73.035 13.171 12.155 30.726 81 75.109 100.00 24.682 60.342 74.358 16.877 82 31.212 66.797 38.917 18.813 25.858 12.802 83 68.904 0.0000 75.143 22.341 13.755 28.600 84 76.754 53.206 80.475 38.684 33.327 43.582 85 29.586 54.279 73.897 18.407 21.380 34.674 86 75.371 75.671 53.308 43.274 45.919 23.595 87 56.532 76.867 0.0000 29.508 38.086 8.0739 88 54.003 77.595 77.133 38.695 45.551 43.420 89 24.398 54.999 100.00 26.998 30.453 73.147 90 100.00 76.564 50.245 65.863 60.652 23.156 91 66.860 18.485 62.967 20.587 13.490 21.742 92 24.183 49.695 0.0000 8.8779 12.706 2.9761 93 78.333 0.0000 52.106 23.870 13.663 13.120 94 0.0000 23.637 48.179 3.7379 4.0541 11.297 95 22.616 0.0000 51.502 3.9387 2.7979 10.933 96 0.0000 54.844 76.717 15.263 18.585 36.843 97 100.00 53.854 25.700 51.217 39.263 9.5218 98 100.00 24.647 46.990 44.331 26.934 13.674 99 0.0000 75.599 49.685 19.861 29.364 18.736 100 52.521 50.873 28.108 17.420 18.438 7.5397 101 78.092 100.00 46.699 64.577 77.105 25.944 102 50.291 100.00 24.042 49.033 68.153 15.815 103 50.424 22.665 16.009 9.2454 6.8360 2.6549 104 49.722 100.00 78.883 57.544 74.988 52.621 105 79.368 49.717 100.00 48.282 40.940 74.559 106 100.00 51.006 76.266 56.735 42.868 39.442 107 26.966 48.404 51.309 12.011 14.642 15.944 108 12.885 47.590 21.789 7.5012 11.020 4.7464 109 46.216 23.744 47.696 10.450 8.0488 12.057 110 26.537 79.034 57.906 27.559 38.504 25.533 111 20.035 78.679 16.337 22.591 34.435 8.7121 112 16.510 13.523 16.825 1.7900 1.7041 1.7702 113 80.772 52.239 39.693 33.078 27.980 12.670 114 52.025 78.476 100.00 47.545 54.688 77.922 115 53.644 19.450 81.363 18.926 13.807 39.159 116 76.390 76.738 79.766 50.525 52.251 47.617 117 16.719 20.668 80.444 10.058 8.9001 36.936 118 49.975 75.940 54.965 31.330 39.094 23.463 119 69.366 54.269 19.639 25.409 24.153 6.8096 120 78.357 44.403 54.054 30.871 24.243 18.910 121 86.769 22.037 79.950 37.403 24.170 38.874 122 23.991 100.00 48.167 45.424 66.697 25.173 123 52.705 49.623 76.910 24.219 23.477 37.566 124 83.235 21.483 18.262 25.590 15.580 4.1464 125 21.860 81.987 82.201 34.008 45.513 49.781 126 26.586 30.174 50.611 7.3390 7.3835 13.410 127 46.176 21.625 100.00 24.801 21.044 70.937 128 46.137 76.930 18.751 27.310 36.755 9.5612 129 91.475 88.357 12.710 61.517 65.249 13.071 130 47.690 27.399 0.0000 8.0330 6.7579 1.5938 131 18.097 39.910 80.111 13.722 14.465 39.178 132 50.349 0.0000 22.838 7.8953 4.4977 2.9459 133 17.466 14.543 39.302 3.1271 2.8099 7.1455 134 88.169 58.584 62.262 44.929 37.898 26.976 135 79.316 19.798 100.00 41.429 29.927 72.136 136 35.363 60.522 16.345 15.432 20.828 5.9239 137 12.495 34.970 8.4353 3.9039 5.6312 1.7456 138 11.590 84.378 36.985 27.019 41.132 15.132 139 85.444 85.726 34.888 55.147 59.454 17.245 140 85.787 17.402 36.424 28.453 16.913 8.3840 141 58.643 35.988 52.638 18.012 14.705 15.942 142 81.323 85.139 100.00 68.844 71.876 80.538 143 75.581 44.352 0.0000 23.219 19.240 3.9417 144 15.160 63.749 47.500 15.748 22.422 15.763 145 15.120 11.073 59.779 4.9766 4.1407 17.560 146 86.028 63.414 16.582 40.018 36.610 8.5068 147 18.812 62.643 85.866 23.314 28.403 49.950 148 18.635 62.340 7.9476 13.120 19.901 4.7801 149 36.339 46.262 87.864 21.038 21.293 50.395 150 65.242 88.476 43.595 46.005 56.607 20.611 151 80.989 100.00 84.297 74.943 85.016 60.461 152 64.260 64.440 85.027 37.886 38.184 50.670 153 35.612 10.187 17.227 4.2728 2.8720 2.0278 154 45.235 41.275 11.575 10.744 11.202 3.1960 155 85.017 19.190 57.638 30.797 18.973 18.858 156 89.001 65.879 87.121 55.655 49.365 55.199 157 88.405 92.832 62.808 68.473 73.860 35.158 158 17.469 44.939 63.608 11.395 13.546 23.474 159 80.504 39.649 23.740 27.475 20.347 6.3547 160 43.343 42.624 45.299 13.137 13.443 12.245 161 62.199 90.166 13.536 43.288 55.885 12.147 162 70.382 64.985 39.990 32.692 33.527 14.444 163 63.092 9.8060 47.998 15.628 9.5134 11.663 164 66.260 33.082 79.344 26.255 19.929 38.922 165 12.275 38.293 42.578 6.3997 8.1986 9.9833 166 44.729 63.293 89.315 30.599 33.805 55.854 167 86.795 39.767 90.083 44.341 32.719 54.910 168 33.191 13.557 63.471 8.2257 6.2326 20.467 169 0.0000 80.502 22.254 20.757 32.527 9.3004 170 35.165 87.442 45.762 34.459 48.798 20.511 171 53.417 63.795 12.922 21.988 26.302 6.5595 172 89.333 37.028 40.649 35.328 24.164 11.600 173 61.924 10.479 11.308 12.127 7.1155 2.0297 174 12.932 63.448 65.784 18.065 24.136 28.144 175 35.002 91.990 14.251 36.328 53.552 11.796 176 64.449 90.256 86.679 56.213 66.205 59.305 177 10.665 88.325 62.489 33.596 48.909 30.886 178 63.940 84.034 63.097 44.778 53.082 32.060 179 32.000 18.251 87.257 14.031 11.523 46.040 180 35.653 63.179 55.913 20.158 25.389 21.282 181 65.306 14.719 95.163 29.039 20.848 61.885 182 12.598 97.956 15.904 39.378 60.643 12.953 183 43.443 13.667 2.3608 5.4401 3.6576 0.92719 184 98.776 12.908 14.035 39.533 22.251 3.7953 185 42.232 44.658 62.606 15.929 16.220 23.280 186 5.7304 86.513 87.282 36.670 49.953 57.088 187 71.195 63.035 64.720 35.902 35.055 29.083 188 14.721 0.0000 24.188 1.2792 0.89876 2.4744 189 45.845 91.742 61.379 43.699 58.499 32.373 190 20.168 99.403 86.193 52.928 73.203 61.291 191 15.692 16.462 98.892 17.172 15.886 69.143 192 49.711 33.832 30.462 11.632 10.157 6.1786 193 92.778 86.752 83.442 72.329 72.554 55.382 194 36.175 85.461 71.738 37.083 49.576 38.944 195 56.241 41.455 91.468 27.602 24.111 56.814 196 63.698 49.811 44.158 23.262 21.617 13.662 197 13.503 85.866 0.84329 26.655 41.607 8.7405 198 50.699 14.090 33.318 9.4038 6.1358 5.8677 199 92.677 38.376 11.214 36.660 25.036 4.8570 200 88.086 68.014 37.675 46.350 43.023 14.745 201 86.614 18.702 0.67590 25.468 15.095 2.6278 202 16.608 0.33745 82.586 8.6870 6.8624 35.442 203 32.618 49.231 35.380 11.728 14.545 8.8331 204 39.446 87.298 89.309 44.627 57.160 61.307 205 89.388 7.1485 88.115 40.442 25.084 47.530 206 65.767 34.460 14.625 17.275 13.256 3.7698 207 84.147 1.8202 16.654 24.638 13.568 3.3843 208 16.889 65.227 27.821 14.968 22.334 8.5395 209 44.534 84.792 4.0875 31.689 44.876 9.3930 210 66.804 16.467 27.933 16.085 9.9479 5.2045 211 58.514 1.6609 86.699 20.583 13.786 42.312 212 4.6391 51.042 39.609 8.8369 12.694 10.054 213 36.900 7.6973 46.164 6.3700 4.2844 9.9811 214 0.87002 15.107 86.749 10.426 9.1195 44.882 215 30.735 26.754 16.517 4.9434 4.9146 2.4919 216 48.174 63.612 69.758 26.386 29.858 32.524 217 13.565 42.325 96.225 19.720 20.671 65.570 218 50.679 66.092 39.202 23.997 28.917 13.327 219 19.235 27.685 65.367 8.1114 7.8623 23.101 220 49.578 25.709 65.082 14.319 11.100 23.330 221 14.832 83.246 100.00 40.590 53.196 77.677 222 82.546 2.4242 67.048 29.152 17.129 23.053 223 33.942 16.843 32.549 5.2516 4.1097 5.4367 224 81.040 38.112 70.346 33.904 24.732 30.546 225 15.556 11.826 1.2429 1.2368 1.2292 0.48138 226 16.070 28.919 29.585 3.9659 4.7704 4.9137 227 49.118 89.394 35.809 38.873 52.843 16.831 228 99.042 12.511 70.128 45.566 26.901 27.920 229 62.910 46.590 2.6010 17.842 16.999 3.6820 230 2.6256 14.517 68.056 5.8511 5.1761 23.910 231 1.1839 16.197 20.949 1.2511 1.5596 2.3249 232 89.271 1.0849 39.328 30.650 17.054 8.2370 233 100.00 31.073 85.483 52.649 34.793 46.962 234 95.707 39.925 60.884 45.356 31.307 23.501 235 72.034 26.792 47.480 21.993 14.839 12.971 236 74.942 79.821 13.360 41.681 47.180 10.494 237 2.1562 64.147 13.993 11.998 18.939 5.1968 238 29.116 42.872 16.700 7.8853 9.9731 3.6404 239 71.555 16.349 81.097 26.938 17.794 38.944 240 0.49326 39.374 86.691 13.684 14.195 47.050 241 2.2551 37.126 61.253 7.6245 8.7861 20.592 242 32.266 80.382 29.691 26.509 38.248 12.348 243 87.493 76.037 64.364 54.202 52.866 32.110 244 3.9929 62.442 91.329 23.002 27.808 57.715 245 43.125 31.672 87.678 19.105 16.428 48.611 246 51.638 6.7350 70.225 14.187 9.3494 25.409 247 66.079 45.918 66.274 26.496 22.757 27.299 248 0.74401 10.382 39.234 1.8689 1.7543 6.7768 249 32.358 69.996 77.444 27.183 34.110 41.254 250 38.655 2.4066 90.080 14.980 11.200 47.523 END_DATA CAL DESCRIPTOR "Argyll Device Calibration State" ORIGINATOR "Argyll dispread" CREATED "Wed Dec 23 22:15:31 2009" KEYWORD "DEVICE_CLASS" DEVICE_CLASS "DISPLAY" KEYWORD "COLOR_REP" COLOR_REP "RGB" KEYWORD "RGB_I" NUMBER_OF_FIELDS 4 BEGIN_DATA_FORMAT RGB_I RGB_R RGB_G RGB_B END_DATA_FORMAT NUMBER_OF_SETS 256 BEGIN_DATA 0.0000 0.010727 9.3233e-03 0.0000 3.9216e-03 0.013642 0.012421 4.1199e-04 7.8431e-03 0.016648 0.015579 2.9755e-03 0.011765 0.019730 0.018814 5.6001e-03 0.015686 0.022904 0.022095 8.2551e-03 0.019608 0.026169 0.025467 0.010986 0.023529 0.029526 0.028901 0.013748 0.027451 0.032990 0.032410 0.016571 0.031373 0.036545 0.035996 0.019455 0.035294 0.040223 0.039658 0.022400 0.039216 0.044007 0.043412 0.025406 0.043137 0.047929 0.047242 0.028473 0.047059 0.051942 0.051164 0.031601 0.050980 0.056031 0.055146 0.034806 0.054902 0.060227 0.059174 0.038056 0.058824 0.064485 0.063233 0.041352 0.062745 0.068788 0.067277 0.044694 0.066667 0.073136 0.071305 0.048066 0.070588 0.077470 0.075288 0.051438 0.074510 0.081773 0.079225 0.054810 0.078431 0.086015 0.083085 0.058183 0.082353 0.090196 0.086870 0.061555 0.086275 0.094331 0.090593 0.064897 0.090196 0.098375 0.094240 0.068193 0.094118 0.10236 0.097810 0.071473 0.098039 0.10623 0.10134 0.074708 0.10196 0.11006 0.10481 0.077928 0.10588 0.11380 0.10825 0.081102 0.10980 0.11746 0.11164 0.084245 0.11373 0.12108 0.11502 0.087343 0.11765 0.12462 0.11839 0.090425 0.12157 0.12810 0.12177 0.093462 0.12549 0.13153 0.12512 0.096468 0.12941 0.13491 0.12850 0.099458 0.13333 0.13822 0.13187 0.10242 0.13725 0.14151 0.13524 0.10536 0.14118 0.14476 0.13861 0.10829 0.14510 0.14800 0.14197 0.11119 0.14902 0.15122 0.14533 0.11408 0.15294 0.15442 0.14868 0.11695 0.15686 0.15764 0.15203 0.11978 0.16078 0.16086 0.15535 0.12261 0.16471 0.16410 0.15866 0.12541 0.16863 0.16738 0.16197 0.12821 0.17255 0.17067 0.16526 0.13098 0.17647 0.17401 0.16855 0.13373 0.18039 0.17739 0.17182 0.13648 0.18431 0.18079 0.17508 0.13919 0.18824 0.18425 0.17835 0.14191 0.19216 0.18773 0.18160 0.14461 0.19608 0.19124 0.18485 0.14731 0.20000 0.19477 0.18810 0.15000 0.20392 0.19832 0.19133 0.15268 0.20784 0.20188 0.19460 0.15537 0.21176 0.20545 0.19786 0.15807 0.21569 0.20899 0.20114 0.16077 0.21961 0.21254 0.20443 0.16349 0.22353 0.21608 0.20774 0.16622 0.22745 0.21962 0.21103 0.16895 0.23137 0.22315 0.21434 0.17169 0.23529 0.22666 0.21767 0.17443 0.23922 0.23017 0.22100 0.17719 0.24314 0.23365 0.22434 0.17996 0.24706 0.23714 0.22768 0.18273 0.25098 0.24063 0.23104 0.18552 0.25490 0.24411 0.23438 0.18833 0.25882 0.24761 0.23774 0.19113 0.26275 0.25110 0.24109 0.19394 0.26667 0.25460 0.24443 0.19677 0.27059 0.25809 0.24779 0.19957 0.27451 0.26160 0.25113 0.20241 0.27843 0.26509 0.25447 0.20523 0.28235 0.26860 0.25783 0.20807 0.28627 0.27208 0.26117 0.21091 0.29020 0.27556 0.26453 0.21376 0.29412 0.27904 0.26789 0.21662 0.29804 0.28251 0.27124 0.21949 0.30196 0.28598 0.27462 0.22234 0.30588 0.28943 0.27797 0.22522 0.30980 0.29287 0.28133 0.22811 0.31373 0.29628 0.28470 0.23099 0.31765 0.29970 0.28806 0.23388 0.32157 0.30312 0.29142 0.23677 0.32549 0.30652 0.29477 0.23966 0.32941 0.30993 0.29812 0.24256 0.33333 0.31331 0.30147 0.24543 0.33725 0.31669 0.30481 0.24831 0.34118 0.32009 0.30816 0.25119 0.34510 0.32351 0.31148 0.25406 0.34902 0.32691 0.31482 0.25695 0.35294 0.33033 0.31817 0.25983 0.35686 0.33378 0.32154 0.26271 0.36078 0.33721 0.32491 0.26558 0.36471 0.34066 0.32830 0.26847 0.36863 0.34415 0.33170 0.27134 0.37255 0.34766 0.33510 0.27422 0.37647 0.35119 0.33854 0.27709 0.38039 0.35476 0.34199 0.27994 0.38431 0.35833 0.34546 0.28278 0.38824 0.36191 0.34894 0.28560 0.39216 0.36553 0.35247 0.28843 0.39608 0.36918 0.35601 0.29123 0.40000 0.37281 0.35956 0.29407 0.40392 0.37647 0.36313 0.29689 0.40784 0.38015 0.36672 0.29970 0.41176 0.38384 0.37031 0.30253 0.41569 0.38755 0.37394 0.30536 0.41961 0.39129 0.37758 0.30819 0.42353 0.39506 0.38125 0.31104 0.42745 0.39883 0.38492 0.31389 0.43137 0.40259 0.38863 0.31678 0.43529 0.40635 0.39236 0.31966 0.43922 0.41012 0.39612 0.32256 0.44314 0.41392 0.39988 0.32547 0.44706 0.41775 0.40365 0.32839 0.45098 0.42161 0.40743 0.33132 0.45490 0.42547 0.41122 0.33426 0.45882 0.42931 0.41505 0.33722 0.46275 0.43316 0.41888 0.34022 0.46667 0.43700 0.42271 0.34321 0.47059 0.44088 0.42654 0.34623 0.47451 0.44477 0.43037 0.34923 0.47843 0.44866 0.43420 0.35229 0.48235 0.45257 0.43804 0.35534 0.48627 0.45647 0.44189 0.35839 0.49020 0.46040 0.44575 0.36147 0.49412 0.46435 0.44962 0.36455 0.49804 0.46828 0.45351 0.36765 0.50196 0.47225 0.45742 0.37076 0.50588 0.47625 0.46133 0.37391 0.50980 0.48026 0.46525 0.37707 0.51373 0.48429 0.46918 0.38025 0.51765 0.48835 0.47315 0.38347 0.52157 0.49242 0.47710 0.38672 0.52549 0.49653 0.48109 0.39001 0.52941 0.50065 0.48508 0.39330 0.53333 0.50478 0.48907 0.39660 0.53725 0.50893 0.49306 0.39989 0.54118 0.51312 0.49708 0.40323 0.54510 0.51730 0.50111 0.40658 0.54902 0.52148 0.50510 0.40996 0.55294 0.52567 0.50913 0.41337 0.55686 0.52987 0.51318 0.41677 0.56078 0.53408 0.51722 0.42019 0.56471 0.53829 0.52128 0.42361 0.56863 0.54250 0.52534 0.42704 0.57255 0.54675 0.52943 0.43049 0.57647 0.55099 0.53352 0.43394 0.58039 0.55521 0.53761 0.43740 0.58431 0.55946 0.54173 0.44089 0.58824 0.56370 0.54586 0.44437 0.59216 0.56796 0.55000 0.44788 0.59608 0.57218 0.55416 0.45139 0.60000 0.57642 0.55834 0.45493 0.60392 0.58067 0.56255 0.45847 0.60784 0.58494 0.56680 0.46201 0.61176 0.58923 0.57105 0.46558 0.61569 0.59348 0.57533 0.46918 0.61961 0.59774 0.57961 0.47279 0.62353 0.60201 0.58395 0.47642 0.62745 0.60630 0.58830 0.48006 0.63137 0.61059 0.59265 0.48371 0.63529 0.61488 0.59702 0.48739 0.63922 0.61917 0.60142 0.49107 0.64314 0.62342 0.60581 0.49477 0.64706 0.62773 0.61022 0.49850 0.65098 0.63204 0.61465 0.50224 0.65490 0.63639 0.61907 0.50600 0.65882 0.64080 0.62354 0.50980 0.66275 0.64524 0.62802 0.51360 0.66667 0.64971 0.63252 0.51743 0.67059 0.65420 0.63700 0.52129 0.67451 0.65867 0.64154 0.52515 0.67843 0.66310 0.64611 0.52905 0.68235 0.66748 0.65074 0.53297 0.68627 0.67182 0.65537 0.53692 0.69020 0.67620 0.66001 0.54089 0.69412 0.68064 0.66461 0.54488 0.69804 0.68513 0.66917 0.54890 0.70196 0.68966 0.67373 0.55294 0.70588 0.69419 0.67831 0.55702 0.70980 0.69873 0.68292 0.56115 0.71373 0.70323 0.68756 0.56532 0.71765 0.70768 0.69216 0.56950 0.72157 0.71211 0.69676 0.57372 0.72549 0.71653 0.70127 0.57800 0.72941 0.72093 0.70578 0.58231 0.73333 0.72535 0.71025 0.58666 0.73725 0.72979 0.71473 0.59103 0.74118 0.73425 0.71920 0.59541 0.74510 0.73870 0.72366 0.59982 0.74902 0.74314 0.72811 0.60426 0.75294 0.74755 0.73257 0.60871 0.75686 0.75198 0.73704 0.61318 0.76078 0.75639 0.74150 0.61769 0.76471 0.76080 0.74595 0.62222 0.76863 0.76518 0.75042 0.62679 0.77255 0.76954 0.75486 0.63143 0.77647 0.77388 0.75933 0.63613 0.78039 0.77823 0.76378 0.64086 0.78431 0.78256 0.76825 0.64567 0.78824 0.78689 0.77272 0.65052 0.79216 0.79124 0.77720 0.65541 0.79608 0.79556 0.78170 0.66029 0.80000 0.79983 0.78624 0.66516 0.80392 0.80406 0.79078 0.67007 0.80784 0.80830 0.79536 0.67507 0.81176 0.81254 0.79992 0.68019 0.81569 0.81678 0.80446 0.68537 0.81961 0.82100 0.80902 0.69059 0.82353 0.82519 0.81360 0.69581 0.82745 0.82936 0.81814 0.70105 0.83137 0.83352 0.82267 0.70628 0.83529 0.83767 0.82718 0.71151 0.83922 0.84186 0.83166 0.71676 0.84314 0.84602 0.83616 0.72204 0.84706 0.85020 0.84063 0.72734 0.85098 0.85435 0.84511 0.73268 0.85490 0.85849 0.84959 0.73803 0.85882 0.86261 0.85408 0.74342 0.86275 0.86674 0.85853 0.74882 0.86667 0.87086 0.86300 0.75427 0.87059 0.87497 0.86746 0.75975 0.87451 0.87903 0.87190 0.76527 0.87843 0.88307 0.87630 0.77086 0.88235 0.88710 0.88067 0.77655 0.88627 0.89110 0.88501 0.78235 0.89020 0.89506 0.88931 0.78833 0.89412 0.89903 0.89355 0.79445 0.89804 0.90295 0.89776 0.80072 0.90196 0.90687 0.90193 0.80719 0.90588 0.91075 0.90605 0.81386 0.90980 0.91461 0.91014 0.82068 0.91373 0.91846 0.91420 0.82760 0.91765 0.92227 0.91824 0.83465 0.92157 0.92607 0.92226 0.84178 0.92549 0.92985 0.92625 0.84898 0.92941 0.93362 0.93024 0.85621 0.93333 0.93738 0.93420 0.86349 0.93725 0.94113 0.93817 0.87086 0.94118 0.94487 0.94212 0.87826 0.94510 0.94861 0.94606 0.88579 0.94902 0.95235 0.95000 0.89339 0.95294 0.95607 0.95392 0.90111 0.95686 0.95979 0.95782 0.90887 0.96078 0.96352 0.96175 0.91670 0.96471 0.96721 0.96564 0.92459 0.96863 0.97090 0.96950 0.93259 0.97255 0.97456 0.97336 0.94067 0.97647 0.97824 0.97720 0.94890 0.98039 0.98189 0.98103 0.95718 0.98431 0.98553 0.98486 0.96556 0.98824 0.98917 0.98866 0.97404 0.99216 0.99278 0.99245 0.98260 0.99608 0.99640 0.99623 0.99126 1.0000 1.0000 1.0000 1.0000 END_DATA textCTI3 DESCRIPTOR "Argyll Calibration Target chart information 3" ORIGINATOR "Argyll dispread" CREATED "Wed Dec 23 22:15:31 2009" KEYWORD "DEVICE_CLASS" DEVICE_CLASS "DISPLAY" KEYWORD "COLOR_REP" COLOR_REP "RGB_XYZ" KEYWORD "LUMINANCE_XYZ_CDM2" LUMINANCE_XYZ_CDM2 "127.028906 131.252608 110.265656" NUMBER_OF_FIELDS 7 BEGIN_DATA_FORMAT SAMPLE_ID RGB_R RGB_G RGB_B XYZ_X XYZ_Y XYZ_Z END_DATA_FORMAT NUMBER_OF_SETS 250 BEGIN_DATA 1 100.00 100.00 100.00 96.782 100.00 84.010 2 100.00 100.00 100.00 96.777 100.01 84.020 3 100.00 100.00 100.00 96.788 100.01 84.020 4 100.00 100.00 100.00 96.772 100.01 84.031 5 31.885 32.743 34.098 7.1032 7.3802 6.8529 6 100.00 0.0000 100.00 55.780 36.372 72.216 7 100.00 100.00 0.0000 80.854 85.328 14.457 8 0.0000 100.00 100.00 56.563 77.910 81.478 9 0.0000 100.00 0.0000 40.875 63.371 11.930 10 0.0000 0.0000 100.00 15.810 14.641 69.711 11 100.00 0.0000 0.0000 39.878 21.756 2.7475 12 0.0000 0.0000 0.0000 0.17553 0.17594 0.25002 13 0.0000 51.304 100.00 22.522 25.400 72.122 14 100.00 0.0000 52.136 42.427 23.732 13.824 15 100.00 53.349 100.00 66.148 52.993 75.881 16 100.00 50.680 0.0000 49.155 36.601 5.9995 17 0.0000 0.0000 51.028 2.4104 1.9441 10.620 18 0.0000 47.489 0.0000 5.7397 9.0981 2.2239 19 0.0000 100.00 51.303 44.137 65.955 27.134 20 100.00 100.00 51.850 84.316 88.033 29.972 21 49.802 0.0000 0.0000 6.4137 3.5753 0.86717 22 51.124 100.00 0.0000 47.587 67.171 12.592 23 48.380 100.00 100.00 65.011 82.675 82.298 24 51.210 0.0000 100.00 25.331 19.848 70.617 25 100.00 50.901 49.331 52.066 39.002 18.084 26 51.774 100.00 50.462 52.565 70.678 27.391 27 49.649 52.597 100.00 33.463 33.521 73.671 28 51.542 52.524 0.0000 15.593 17.815 3.9856 29 0.0000 49.855 52.382 9.3552 12.535 16.059 30 50.495 0.0000 52.232 10.396 6.3389 12.078 31 100.00 0.0000 26.371 40.575 22.270 5.3257 32 0.0000 76.339 100.00 33.117 42.238 75.617 33 100.00 26.813 100.00 58.154 40.221 73.093 34 100.00 100.00 26.811 81.805 86.044 18.357 35 0.0000 100.00 26.561 41.683 64.002 15.669 36 0.0000 74.410 0.0000 16.553 26.310 5.8403 37 73.129 100.00 100.00 77.078 89.284 83.240 38 24.348 0.0000 0.0000 1.5806 0.94588 0.39630 39 24.581 100.00 0.0000 42.402 64.305 12.083 40 0.0000 0.0000 23.698 0.60600 0.52986 2.3141 41 100.00 24.746 0.0000 41.937 25.103 3.4946 42 0.0000 0.0000 74.250 5.8374 4.7142 26.433 43 0.0000 22.539 0.0000 1.3574 2.0990 0.67487 44 100.00 74.753 75.649 68.886 62.128 43.069 45 100.00 76.339 0.0000 62.462 57.635 10.241 46 24.206 31.137 100.00 20.445 20.011 70.880 47 25.917 100.00 72.959 50.277 70.535 45.749 48 76.337 0.0000 100.00 38.220 26.844 71.585 49 0.0000 24.325 100.00 17.209 16.902 70.232 50 26.062 0.0000 27.693 2.6404 1.6716 3.2251 51 76.301 0.0000 0.0000 17.471 9.5861 1.8037 52 55.636 60.634 54.991 25.396 27.543 20.720 53 100.00 26.133 71.401 48.116 30.123 30.439 54 100.00 77.105 100.00 78.967 73.238 79.928 55 23.671 0.0000 100.00 17.792 15.732 69.897 56 72.829 0.0000 29.441 18.321 10.226 5.0650 57 0.0000 100.00 76.177 48.934 69.941 49.240 58 100.00 100.00 76.418 89.056 91.989 51.716 59 0.0000 29.974 25.001 2.8197 3.9290 3.7811 60 0.0000 57.015 27.590 9.3374 14.253 6.6740 61 0.0000 28.308 73.540 8.3865 8.2748 30.381 62 76.657 100.00 0.0000 58.486 73.085 13.506 63 64.153 30.592 100.00 34.100 27.580 72.132 64 71.382 21.927 0.0000 16.352 10.568 2.1399 65 100.00 0.0000 76.747 46.215 26.809 31.233 66 27.952 76.398 100.00 38.158 47.484 76.623 67 25.044 23.803 0.0000 3.1989 3.4516 0.94842 68 72.705 100.00 67.176 65.219 78.350 41.182 69 24.328 100.00 100.00 58.674 79.222 81.658 70 64.851 75.219 27.792 34.393 40.055 11.987 71 29.088 75.418 0.0000 21.568 32.158 6.9815 72 34.835 0.0000 75.524 9.7135 6.9067 27.814 73 26.706 100.00 26.286 43.777 65.280 15.882 74 100.00 26.507 23.928 42.870 25.991 6.1375 75 72.058 68.299 100.00 51.802 51.213 76.973 76 100.00 77.005 25.017 63.975 59.343 13.512 77 0.0000 76.928 72.429 24.440 33.728 36.299 78 78.340 69.846 0.0000 35.875 37.663 7.7361 79 66.707 33.434 33.732 18.891 14.189 7.8290 80 34.882 32.846 73.035 13.171 12.155 30.726 81 75.109 100.00 24.682 60.342 74.358 16.877 82 31.212 66.797 38.917 18.813 25.858 12.802 83 68.904 0.0000 75.143 22.341 13.755 28.600 84 76.754 53.206 80.475 38.684 33.327 43.582 85 29.586 54.279 73.897 18.407 21.380 34.674 86 75.371 75.671 53.308 43.274 45.919 23.595 87 56.532 76.867 0.0000 29.508 38.086 8.0739 88 54.003 77.595 77.133 38.695 45.551 43.420 89 24.398 54.999 100.00 26.998 30.453 73.147 90 100.00 76.564 50.245 65.863 60.652 23.156 91 66.860 18.485 62.967 20.587 13.490 21.742 92 24.183 49.695 0.0000 8.8779 12.706 2.9761 93 78.333 0.0000 52.106 23.870 13.663 13.120 94 0.0000 23.637 48.179 3.7379 4.0541 11.297 95 22.616 0.0000 51.502 3.9387 2.7979 10.933 96 0.0000 54.844 76.717 15.263 18.585 36.843 97 100.00 53.854 25.700 51.217 39.263 9.5218 98 100.00 24.647 46.990 44.331 26.934 13.674 99 0.0000 75.599 49.685 19.861 29.364 18.736 100 52.521 50.873 28.108 17.420 18.438 7.5397 101 78.092 100.00 46.699 64.577 77.105 25.944 102 50.291 100.00 24.042 49.033 68.153 15.815 103 50.424 22.665 16.009 9.2454 6.8360 2.6549 104 49.722 100.00 78.883 57.544 74.988 52.621 105 79.368 49.717 100.00 48.282 40.940 74.559 106 100.00 51.006 76.266 56.735 42.868 39.442 107 26.966 48.404 51.309 12.011 14.642 15.944 108 12.885 47.590 21.789 7.5012 11.020 4.7464 109 46.216 23.744 47.696 10.450 8.0488 12.057 110 26.537 79.034 57.906 27.559 38.504 25.533 111 20.035 78.679 16.337 22.591 34.435 8.7121 112 16.510 13.523 16.825 1.7900 1.7041 1.7702 113 80.772 52.239 39.693 33.078 27.980 12.670 114 52.025 78.476 100.00 47.545 54.688 77.922 115 53.644 19.450 81.363 18.926 13.807 39.159 116 76.390 76.738 79.766 50.525 52.251 47.617 117 16.719 20.668 80.444 10.058 8.9001 36.936 118 49.975 75.940 54.965 31.330 39.094 23.463 119 69.366 54.269 19.639 25.409 24.153 6.8096 120 78.357 44.403 54.054 30.871 24.243 18.910 121 86.769 22.037 79.950 37.403 24.170 38.874 122 23.991 100.00 48.167 45.424 66.697 25.173 123 52.705 49.623 76.910 24.219 23.477 37.566 124 83.235 21.483 18.262 25.590 15.580 4.1464 125 21.860 81.987 82.201 34.008 45.513 49.781 126 26.586 30.174 50.611 7.3390 7.3835 13.410 127 46.176 21.625 100.00 24.801 21.044 70.937 128 46.137 76.930 18.751 27.310 36.755 9.5612 129 91.475 88.357 12.710 61.517 65.249 13.071 130 47.690 27.399 0.0000 8.0330 6.7579 1.5938 131 18.097 39.910 80.111 13.722 14.465 39.178 132 50.349 0.0000 22.838 7.8953 4.4977 2.9459 133 17.466 14.543 39.302 3.1271 2.8099 7.1455 134 88.169 58.584 62.262 44.929 37.898 26.976 135 79.316 19.798 100.00 41.429 29.927 72.136 136 35.363 60.522 16.345 15.432 20.828 5.9239 137 12.495 34.970 8.4353 3.9039 5.6312 1.7456 138 11.590 84.378 36.985 27.019 41.132 15.132 139 85.444 85.726 34.888 55.147 59.454 17.245 140 85.787 17.402 36.424 28.453 16.913 8.3840 141 58.643 35.988 52.638 18.012 14.705 15.942 142 81.323 85.139 100.00 68.844 71.876 80.538 143 75.581 44.352 0.0000 23.219 19.240 3.9417 144 15.160 63.749 47.500 15.748 22.422 15.763 145 15.120 11.073 59.779 4.9766 4.1407 17.560 146 86.028 63.414 16.582 40.018 36.610 8.5068 147 18.812 62.643 85.866 23.314 28.403 49.950 148 18.635 62.340 7.9476 13.120 19.901 4.7801 149 36.339 46.262 87.864 21.038 21.293 50.395 150 65.242 88.476 43.595 46.005 56.607 20.611 151 80.989 100.00 84.297 74.943 85.016 60.461 152 64.260 64.440 85.027 37.886 38.184 50.670 153 35.612 10.187 17.227 4.2728 2.8720 2.0278 154 45.235 41.275 11.575 10.744 11.202 3.1960 155 85.017 19.190 57.638 30.797 18.973 18.858 156 89.001 65.879 87.121 55.655 49.365 55.199 157 88.405 92.832 62.808 68.473 73.860 35.158 158 17.469 44.939 63.608 11.395 13.546 23.474 159 80.504 39.649 23.740 27.475 20.347 6.3547 160 43.343 42.624 45.299 13.137 13.443 12.245 161 62.199 90.166 13.536 43.288 55.885 12.147 162 70.382 64.985 39.990 32.692 33.527 14.444 163 63.092 9.8060 47.998 15.628 9.5134 11.663 164 66.260 33.082 79.344 26.255 19.929 38.922 165 12.275 38.293 42.578 6.3997 8.1986 9.9833 166 44.729 63.293 89.315 30.599 33.805 55.854 167 86.795 39.767 90.083 44.341 32.719 54.910 168 33.191 13.557 63.471 8.2257 6.2326 20.467 169 0.0000 80.502 22.254 20.757 32.527 9.3004 170 35.165 87.442 45.762 34.459 48.798 20.511 171 53.417 63.795 12.922 21.988 26.302 6.5595 172 89.333 37.028 40.649 35.328 24.164 11.600 173 61.924 10.479 11.308 12.127 7.1155 2.0297 174 12.932 63.448 65.784 18.065 24.136 28.144 175 35.002 91.990 14.251 36.328 53.552 11.796 176 64.449 90.256 86.679 56.213 66.205 59.305 177 10.665 88.325 62.489 33.596 48.909 30.886 178 63.940 84.034 63.097 44.778 53.082 32.060 179 32.000 18.251 87.257 14.031 11.523 46.040 180 35.653 63.179 55.913 20.158 25.389 21.282 181 65.306 14.719 95.163 29.039 20.848 61.885 182 12.598 97.956 15.904 39.378 60.643 12.953 183 43.443 13.667 2.3608 5.4401 3.6576 0.92719 184 98.776 12.908 14.035 39.533 22.251 3.7953 185 42.232 44.658 62.606 15.929 16.220 23.280 186 5.7304 86.513 87.282 36.670 49.953 57.088 187 71.195 63.035 64.720 35.902 35.055 29.083 188 14.721 0.0000 24.188 1.2792 0.89876 2.4744 189 45.845 91.742 61.379 43.699 58.499 32.373 190 20.168 99.403 86.193 52.928 73.203 61.291 191 15.692 16.462 98.892 17.172 15.886 69.143 192 49.711 33.832 30.462 11.632 10.157 6.1786 193 92.778 86.752 83.442 72.329 72.554 55.382 194 36.175 85.461 71.738 37.083 49.576 38.944 195 56.241 41.455 91.468 27.602 24.111 56.814 196 63.698 49.811 44.158 23.262 21.617 13.662 197 13.503 85.866 0.84329 26.655 41.607 8.7405 198 50.699 14.090 33.318 9.4038 6.1358 5.8677 199 92.677 38.376 11.214 36.660 25.036 4.8570 200 88.086 68.014 37.675 46.350 43.023 14.745 201 86.614 18.702 0.67590 25.468 15.095 2.6278 202 16.608 0.33745 82.586 8.6870 6.8624 35.442 203 32.618 49.231 35.380 11.728 14.545 8.8331 204 39.446 87.298 89.309 44.627 57.160 61.307 205 89.388 7.1485 88.115 40.442 25.084 47.530 206 65.767 34.460 14.625 17.275 13.256 3.7698 207 84.147 1.8202 16.654 24.638 13.568 3.3843 208 16.889 65.227 27.821 14.968 22.334 8.5395 209 44.534 84.792 4.0875 31.689 44.876 9.3930 210 66.804 16.467 27.933 16.085 9.9479 5.2045 211 58.514 1.6609 86.699 20.583 13.786 42.312 212 4.6391 51.042 39.609 8.8369 12.694 10.054 213 36.900 7.6973 46.164 6.3700 4.2844 9.9811 214 0.87002 15.107 86.749 10.426 9.1195 44.882 215 30.735 26.754 16.517 4.9434 4.9146 2.4919 216 48.174 63.612 69.758 26.386 29.858 32.524 217 13.565 42.325 96.225 19.720 20.671 65.570 218 50.679 66.092 39.202 23.997 28.917 13.327 219 19.235 27.685 65.367 8.1114 7.8623 23.101 220 49.578 25.709 65.082 14.319 11.100 23.330 221 14.832 83.246 100.00 40.590 53.196 77.677 222 82.546 2.4242 67.048 29.152 17.129 23.053 223 33.942 16.843 32.549 5.2516 4.1097 5.4367 224 81.040 38.112 70.346 33.904 24.732 30.546 225 15.556 11.826 1.2429 1.2368 1.2292 0.48138 226 16.070 28.919 29.585 3.9659 4.7704 4.9137 227 49.118 89.394 35.809 38.873 52.843 16.831 228 99.042 12.511 70.128 45.566 26.901 27.920 229 62.910 46.590 2.6010 17.842 16.999 3.6820 230 2.6256 14.517 68.056 5.8511 5.1761 23.910 231 1.1839 16.197 20.949 1.2511 1.5596 2.3249 232 89.271 1.0849 39.328 30.650 17.054 8.2370 233 100.00 31.073 85.483 52.649 34.793 46.962 234 95.707 39.925 60.884 45.356 31.307 23.501 235 72.034 26.792 47.480 21.993 14.839 12.971 236 74.942 79.821 13.360 41.681 47.180 10.494 237 2.1562 64.147 13.993 11.998 18.939 5.1968 238 29.116 42.872 16.700 7.8853 9.9731 3.6404 239 71.555 16.349 81.097 26.938 17.794 38.944 240 0.49326 39.374 86.691 13.684 14.195 47.050 241 2.2551 37.126 61.253 7.6245 8.7861 20.592 242 32.266 80.382 29.691 26.509 38.248 12.348 243 87.493 76.037 64.364 54.202 52.866 32.110 244 3.9929 62.442 91.329 23.002 27.808 57.715 245 43.125 31.672 87.678 19.105 16.428 48.611 246 51.638 6.7350 70.225 14.187 9.3494 25.409 247 66.079 45.918 66.274 26.496 22.757 27.299 248 0.74401 10.382 39.234 1.8689 1.7543 6.7768 249 32.358 69.996 77.444 27.183 34.110 41.254 250 38.655 2.4066 90.080 14.980 11.200 47.523 END_DATA CAL DESCRIPTOR "Argyll Device Calibration State" ORIGINATOR "Argyll dispread" CREATED "Wed Dec 23 22:15:31 2009" KEYWORD "DEVICE_CLASS" DEVICE_CLASS "DISPLAY" KEYWORD "COLOR_REP" COLOR_REP "RGB" KEYWORD "RGB_I" NUMBER_OF_FIELDS 4 BEGIN_DATA_FORMAT RGB_I RGB_R RGB_G RGB_B END_DATA_FORMAT NUMBER_OF_SETS 256 BEGIN_DATA 0.0000 0.010727 9.3233e-03 0.0000 3.9216e-03 0.013642 0.012421 4.1199e-04 7.8431e-03 0.016648 0.015579 2.9755e-03 0.011765 0.019730 0.018814 5.6001e-03 0.015686 0.022904 0.022095 8.2551e-03 0.019608 0.026169 0.025467 0.010986 0.023529 0.029526 0.028901 0.013748 0.027451 0.032990 0.032410 0.016571 0.031373 0.036545 0.035996 0.019455 0.035294 0.040223 0.039658 0.022400 0.039216 0.044007 0.043412 0.025406 0.043137 0.047929 0.047242 0.028473 0.047059 0.051942 0.051164 0.031601 0.050980 0.056031 0.055146 0.034806 0.054902 0.060227 0.059174 0.038056 0.058824 0.064485 0.063233 0.041352 0.062745 0.068788 0.067277 0.044694 0.066667 0.073136 0.071305 0.048066 0.070588 0.077470 0.075288 0.051438 0.074510 0.081773 0.079225 0.054810 0.078431 0.086015 0.083085 0.058183 0.082353 0.090196 0.086870 0.061555 0.086275 0.094331 0.090593 0.064897 0.090196 0.098375 0.094240 0.068193 0.094118 0.10236 0.097810 0.071473 0.098039 0.10623 0.10134 0.074708 0.10196 0.11006 0.10481 0.077928 0.10588 0.11380 0.10825 0.081102 0.10980 0.11746 0.11164 0.084245 0.11373 0.12108 0.11502 0.087343 0.11765 0.12462 0.11839 0.090425 0.12157 0.12810 0.12177 0.093462 0.12549 0.13153 0.12512 0.096468 0.12941 0.13491 0.12850 0.099458 0.13333 0.13822 0.13187 0.10242 0.13725 0.14151 0.13524 0.10536 0.14118 0.14476 0.13861 0.10829 0.14510 0.14800 0.14197 0.11119 0.14902 0.15122 0.14533 0.11408 0.15294 0.15442 0.14868 0.11695 0.15686 0.15764 0.15203 0.11978 0.16078 0.16086 0.15535 0.12261 0.16471 0.16410 0.15866 0.12541 0.16863 0.16738 0.16197 0.12821 0.17255 0.17067 0.16526 0.13098 0.17647 0.17401 0.16855 0.13373 0.18039 0.17739 0.17182 0.13648 0.18431 0.18079 0.17508 0.13919 0.18824 0.18425 0.17835 0.14191 0.19216 0.18773 0.18160 0.14461 0.19608 0.19124 0.18485 0.14731 0.20000 0.19477 0.18810 0.15000 0.20392 0.19832 0.19133 0.15268 0.20784 0.20188 0.19460 0.15537 0.21176 0.20545 0.19786 0.15807 0.21569 0.20899 0.20114 0.16077 0.21961 0.21254 0.20443 0.16349 0.22353 0.21608 0.20774 0.16622 0.22745 0.21962 0.21103 0.16895 0.23137 0.22315 0.21434 0.17169 0.23529 0.22666 0.21767 0.17443 0.23922 0.23017 0.22100 0.17719 0.24314 0.23365 0.22434 0.17996 0.24706 0.23714 0.22768 0.18273 0.25098 0.24063 0.23104 0.18552 0.25490 0.24411 0.23438 0.18833 0.25882 0.24761 0.23774 0.19113 0.26275 0.25110 0.24109 0.19394 0.26667 0.25460 0.24443 0.19677 0.27059 0.25809 0.24779 0.19957 0.27451 0.26160 0.25113 0.20241 0.27843 0.26509 0.25447 0.20523 0.28235 0.26860 0.25783 0.20807 0.28627 0.27208 0.26117 0.21091 0.29020 0.27556 0.26453 0.21376 0.29412 0.27904 0.26789 0.21662 0.29804 0.28251 0.27124 0.21949 0.30196 0.28598 0.27462 0.22234 0.30588 0.28943 0.27797 0.22522 0.30980 0.29287 0.28133 0.22811 0.31373 0.29628 0.28470 0.23099 0.31765 0.29970 0.28806 0.23388 0.32157 0.30312 0.29142 0.23677 0.32549 0.30652 0.29477 0.23966 0.32941 0.30993 0.29812 0.24256 0.33333 0.31331 0.30147 0.24543 0.33725 0.31669 0.30481 0.24831 0.34118 0.32009 0.30816 0.25119 0.34510 0.32351 0.31148 0.25406 0.34902 0.32691 0.31482 0.25695 0.35294 0.33033 0.31817 0.25983 0.35686 0.33378 0.32154 0.26271 0.36078 0.33721 0.32491 0.26558 0.36471 0.34066 0.32830 0.26847 0.36863 0.34415 0.33170 0.27134 0.37255 0.34766 0.33510 0.27422 0.37647 0.35119 0.33854 0.27709 0.38039 0.35476 0.34199 0.27994 0.38431 0.35833 0.34546 0.28278 0.38824 0.36191 0.34894 0.28560 0.39216 0.36553 0.35247 0.28843 0.39608 0.36918 0.35601 0.29123 0.40000 0.37281 0.35956 0.29407 0.40392 0.37647 0.36313 0.29689 0.40784 0.38015 0.36672 0.29970 0.41176 0.38384 0.37031 0.30253 0.41569 0.38755 0.37394 0.30536 0.41961 0.39129 0.37758 0.30819 0.42353 0.39506 0.38125 0.31104 0.42745 0.39883 0.38492 0.31389 0.43137 0.40259 0.38863 0.31678 0.43529 0.40635 0.39236 0.31966 0.43922 0.41012 0.39612 0.32256 0.44314 0.41392 0.39988 0.32547 0.44706 0.41775 0.40365 0.32839 0.45098 0.42161 0.40743 0.33132 0.45490 0.42547 0.41122 0.33426 0.45882 0.42931 0.41505 0.33722 0.46275 0.43316 0.41888 0.34022 0.46667 0.43700 0.42271 0.34321 0.47059 0.44088 0.42654 0.34623 0.47451 0.44477 0.43037 0.34923 0.47843 0.44866 0.43420 0.35229 0.48235 0.45257 0.43804 0.35534 0.48627 0.45647 0.44189 0.35839 0.49020 0.46040 0.44575 0.36147 0.49412 0.46435 0.44962 0.36455 0.49804 0.46828 0.45351 0.36765 0.50196 0.47225 0.45742 0.37076 0.50588 0.47625 0.46133 0.37391 0.50980 0.48026 0.46525 0.37707 0.51373 0.48429 0.46918 0.38025 0.51765 0.48835 0.47315 0.38347 0.52157 0.49242 0.47710 0.38672 0.52549 0.49653 0.48109 0.39001 0.52941 0.50065 0.48508 0.39330 0.53333 0.50478 0.48907 0.39660 0.53725 0.50893 0.49306 0.39989 0.54118 0.51312 0.49708 0.40323 0.54510 0.51730 0.50111 0.40658 0.54902 0.52148 0.50510 0.40996 0.55294 0.52567 0.50913 0.41337 0.55686 0.52987 0.51318 0.41677 0.56078 0.53408 0.51722 0.42019 0.56471 0.53829 0.52128 0.42361 0.56863 0.54250 0.52534 0.42704 0.57255 0.54675 0.52943 0.43049 0.57647 0.55099 0.53352 0.43394 0.58039 0.55521 0.53761 0.43740 0.58431 0.55946 0.54173 0.44089 0.58824 0.56370 0.54586 0.44437 0.59216 0.56796 0.55000 0.44788 0.59608 0.57218 0.55416 0.45139 0.60000 0.57642 0.55834 0.45493 0.60392 0.58067 0.56255 0.45847 0.60784 0.58494 0.56680 0.46201 0.61176 0.58923 0.57105 0.46558 0.61569 0.59348 0.57533 0.46918 0.61961 0.59774 0.57961 0.47279 0.62353 0.60201 0.58395 0.47642 0.62745 0.60630 0.58830 0.48006 0.63137 0.61059 0.59265 0.48371 0.63529 0.61488 0.59702 0.48739 0.63922 0.61917 0.60142 0.49107 0.64314 0.62342 0.60581 0.49477 0.64706 0.62773 0.61022 0.49850 0.65098 0.63204 0.61465 0.50224 0.65490 0.63639 0.61907 0.50600 0.65882 0.64080 0.62354 0.50980 0.66275 0.64524 0.62802 0.51360 0.66667 0.64971 0.63252 0.51743 0.67059 0.65420 0.63700 0.52129 0.67451 0.65867 0.64154 0.52515 0.67843 0.66310 0.64611 0.52905 0.68235 0.66748 0.65074 0.53297 0.68627 0.67182 0.65537 0.53692 0.69020 0.67620 0.66001 0.54089 0.69412 0.68064 0.66461 0.54488 0.69804 0.68513 0.66917 0.54890 0.70196 0.68966 0.67373 0.55294 0.70588 0.69419 0.67831 0.55702 0.70980 0.69873 0.68292 0.56115 0.71373 0.70323 0.68756 0.56532 0.71765 0.70768 0.69216 0.56950 0.72157 0.71211 0.69676 0.57372 0.72549 0.71653 0.70127 0.57800 0.72941 0.72093 0.70578 0.58231 0.73333 0.72535 0.71025 0.58666 0.73725 0.72979 0.71473 0.59103 0.74118 0.73425 0.71920 0.59541 0.74510 0.73870 0.72366 0.59982 0.74902 0.74314 0.72811 0.60426 0.75294 0.74755 0.73257 0.60871 0.75686 0.75198 0.73704 0.61318 0.76078 0.75639 0.74150 0.61769 0.76471 0.76080 0.74595 0.62222 0.76863 0.76518 0.75042 0.62679 0.77255 0.76954 0.75486 0.63143 0.77647 0.77388 0.75933 0.63613 0.78039 0.77823 0.76378 0.64086 0.78431 0.78256 0.76825 0.64567 0.78824 0.78689 0.77272 0.65052 0.79216 0.79124 0.77720 0.65541 0.79608 0.79556 0.78170 0.66029 0.80000 0.79983 0.78624 0.66516 0.80392 0.80406 0.79078 0.67007 0.80784 0.80830 0.79536 0.67507 0.81176 0.81254 0.79992 0.68019 0.81569 0.81678 0.80446 0.68537 0.81961 0.82100 0.80902 0.69059 0.82353 0.82519 0.81360 0.69581 0.82745 0.82936 0.81814 0.70105 0.83137 0.83352 0.82267 0.70628 0.83529 0.83767 0.82718 0.71151 0.83922 0.84186 0.83166 0.71676 0.84314 0.84602 0.83616 0.72204 0.84706 0.85020 0.84063 0.72734 0.85098 0.85435 0.84511 0.73268 0.85490 0.85849 0.84959 0.73803 0.85882 0.86261 0.85408 0.74342 0.86275 0.86674 0.85853 0.74882 0.86667 0.87086 0.86300 0.75427 0.87059 0.87497 0.86746 0.75975 0.87451 0.87903 0.87190 0.76527 0.87843 0.88307 0.87630 0.77086 0.88235 0.88710 0.88067 0.77655 0.88627 0.89110 0.88501 0.78235 0.89020 0.89506 0.88931 0.78833 0.89412 0.89903 0.89355 0.79445 0.89804 0.90295 0.89776 0.80072 0.90196 0.90687 0.90193 0.80719 0.90588 0.91075 0.90605 0.81386 0.90980 0.91461 0.91014 0.82068 0.91373 0.91846 0.91420 0.82760 0.91765 0.92227 0.91824 0.83465 0.92157 0.92607 0.92226 0.84178 0.92549 0.92985 0.92625 0.84898 0.92941 0.93362 0.93024 0.85621 0.93333 0.93738 0.93420 0.86349 0.93725 0.94113 0.93817 0.87086 0.94118 0.94487 0.94212 0.87826 0.94510 0.94861 0.94606 0.88579 0.94902 0.95235 0.95000 0.89339 0.95294 0.95607 0.95392 0.90111 0.95686 0.95979 0.95782 0.90887 0.96078 0.96352 0.96175 0.91670 0.96471 0.96721 0.96564 0.92459 0.96863 0.97090 0.96950 0.93259 0.97255 0.97456 0.97336 0.94067 0.97647 0.97824 0.97720 0.94890 0.98039 0.98189 0.98103 0.95718 0.98431 0.98553 0.98486 0.96556 0.98824 0.98917 0.98866 0.97404 0.99216 0.99278 0.99245 0.98260 0.99608 0.99640 0.99623 0.99126 1.0000 1.0000 1.0000 1.0000 END_DATA textCTI3 DESCRIPTOR "Argyll Calibration Target chart information 3" ORIGINATOR "Argyll dispread" CREATED "Wed Dec 23 22:15:31 2009" KEYWORD "DEVICE_CLASS" DEVICE_CLASS "DISPLAY" KEYWORD "COLOR_REP" COLOR_REP "RGB_XYZ" KEYWORD "LUMINANCE_XYZ_CDM2" LUMINANCE_XYZ_CDM2 "127.028906 131.252608 110.265656" NUMBER_OF_FIELDS 7 BEGIN_DATA_FORMAT SAMPLE_ID RGB_R RGB_G RGB_B XYZ_X XYZ_Y XYZ_Z END_DATA_FORMAT NUMBER_OF_SETS 250 BEGIN_DATA 1 100.00 100.00 100.00 96.782 100.00 84.010 2 100.00 100.00 100.00 96.777 100.01 84.020 3 100.00 100.00 100.00 96.788 100.01 84.020 4 100.00 100.00 100.00 96.772 100.01 84.031 5 31.885 32.743 34.098 7.1032 7.3802 6.8529 6 100.00 0.0000 100.00 55.780 36.372 72.216 7 100.00 100.00 0.0000 80.854 85.328 14.457 8 0.0000 100.00 100.00 56.563 77.910 81.478 9 0.0000 100.00 0.0000 40.875 63.371 11.930 10 0.0000 0.0000 100.00 15.810 14.641 69.711 11 100.00 0.0000 0.0000 39.878 21.756 2.7475 12 0.0000 0.0000 0.0000 0.17553 0.17594 0.25002 13 0.0000 51.304 100.00 22.522 25.400 72.122 14 100.00 0.0000 52.136 42.427 23.732 13.824 15 100.00 53.349 100.00 66.148 52.993 75.881 16 100.00 50.680 0.0000 49.155 36.601 5.9995 17 0.0000 0.0000 51.028 2.4104 1.9441 10.620 18 0.0000 47.489 0.0000 5.7397 9.0981 2.2239 19 0.0000 100.00 51.303 44.137 65.955 27.134 20 100.00 100.00 51.850 84.316 88.033 29.972 21 49.802 0.0000 0.0000 6.4137 3.5753 0.86717 22 51.124 100.00 0.0000 47.587 67.171 12.592 23 48.380 100.00 100.00 65.011 82.675 82.298 24 51.210 0.0000 100.00 25.331 19.848 70.617 25 100.00 50.901 49.331 52.066 39.002 18.084 26 51.774 100.00 50.462 52.565 70.678 27.391 27 49.649 52.597 100.00 33.463 33.521 73.671 28 51.542 52.524 0.0000 15.593 17.815 3.9856 29 0.0000 49.855 52.382 9.3552 12.535 16.059 30 50.495 0.0000 52.232 10.396 6.3389 12.078 31 100.00 0.0000 26.371 40.575 22.270 5.3257 32 0.0000 76.339 100.00 33.117 42.238 75.617 33 100.00 26.813 100.00 58.154 40.221 73.093 34 100.00 100.00 26.811 81.805 86.044 18.357 35 0.0000 100.00 26.561 41.683 64.002 15.669 36 0.0000 74.410 0.0000 16.553 26.310 5.8403 37 73.129 100.00 100.00 77.078 89.284 83.240 38 24.348 0.0000 0.0000 1.5806 0.94588 0.39630 39 24.581 100.00 0.0000 42.402 64.305 12.083 40 0.0000 0.0000 23.698 0.60600 0.52986 2.3141 41 100.00 24.746 0.0000 41.937 25.103 3.4946 42 0.0000 0.0000 74.250 5.8374 4.7142 26.433 43 0.0000 22.539 0.0000 1.3574 2.0990 0.67487 44 100.00 74.753 75.649 68.886 62.128 43.069 45 100.00 76.339 0.0000 62.462 57.635 10.241 46 24.206 31.137 100.00 20.445 20.011 70.880 47 25.917 100.00 72.959 50.277 70.535 45.749 48 76.337 0.0000 100.00 38.220 26.844 71.585 49 0.0000 24.325 100.00 17.209 16.902 70.232 50 26.062 0.0000 27.693 2.6404 1.6716 3.2251 51 76.301 0.0000 0.0000 17.471 9.5861 1.8037 52 55.636 60.634 54.991 25.396 27.543 20.720 53 100.00 26.133 71.401 48.116 30.123 30.439 54 100.00 77.105 100.00 78.967 73.238 79.928 55 23.671 0.0000 100.00 17.792 15.732 69.897 56 72.829 0.0000 29.441 18.321 10.226 5.0650 57 0.0000 100.00 76.177 48.934 69.941 49.240 58 100.00 100.00 76.418 89.056 91.989 51.716 59 0.0000 29.974 25.001 2.8197 3.9290 3.7811 60 0.0000 57.015 27.590 9.3374 14.253 6.6740 61 0.0000 28.308 73.540 8.3865 8.2748 30.381 62 76.657 100.00 0.0000 58.486 73.085 13.506 63 64.153 30.592 100.00 34.100 27.580 72.132 64 71.382 21.927 0.0000 16.352 10.568 2.1399 65 100.00 0.0000 76.747 46.215 26.809 31.233 66 27.952 76.398 100.00 38.158 47.484 76.623 67 25.044 23.803 0.0000 3.1989 3.4516 0.94842 68 72.705 100.00 67.176 65.219 78.350 41.182 69 24.328 100.00 100.00 58.674 79.222 81.658 70 64.851 75.219 27.792 34.393 40.055 11.987 71 29.088 75.418 0.0000 21.568 32.158 6.9815 72 34.835 0.0000 75.524 9.7135 6.9067 27.814 73 26.706 100.00 26.286 43.777 65.280 15.882 74 100.00 26.507 23.928 42.870 25.991 6.1375 75 72.058 68.299 100.00 51.802 51.213 76.973 76 100.00 77.005 25.017 63.975 59.343 13.512 77 0.0000 76.928 72.429 24.440 33.728 36.299 78 78.340 69.846 0.0000 35.875 37.663 7.7361 79 66.707 33.434 33.732 18.891 14.189 7.8290 80 34.882 32.846 73.035 13.171 12.155 30.726 81 75.109 100.00 24.682 60.342 74.358 16.877 82 31.212 66.797 38.917 18.813 25.858 12.802 83 68.904 0.0000 75.143 22.341 13.755 28.600 84 76.754 53.206 80.475 38.684 33.327 43.582 85 29.586 54.279 73.897 18.407 21.380 34.674 86 75.371 75.671 53.308 43.274 45.919 23.595 87 56.532 76.867 0.0000 29.508 38.086 8.0739 88 54.003 77.595 77.133 38.695 45.551 43.420 89 24.398 54.999 100.00 26.998 30.453 73.147 90 100.00 76.564 50.245 65.863 60.652 23.156 91 66.860 18.485 62.967 20.587 13.490 21.742 92 24.183 49.695 0.0000 8.8779 12.706 2.9761 93 78.333 0.0000 52.106 23.870 13.663 13.120 94 0.0000 23.637 48.179 3.7379 4.0541 11.297 95 22.616 0.0000 51.502 3.9387 2.7979 10.933 96 0.0000 54.844 76.717 15.263 18.585 36.843 97 100.00 53.854 25.700 51.217 39.263 9.5218 98 100.00 24.647 46.990 44.331 26.934 13.674 99 0.0000 75.599 49.685 19.861 29.364 18.736 100 52.521 50.873 28.108 17.420 18.438 7.5397 101 78.092 100.00 46.699 64.577 77.105 25.944 102 50.291 100.00 24.042 49.033 68.153 15.815 103 50.424 22.665 16.009 9.2454 6.8360 2.6549 104 49.722 100.00 78.883 57.544 74.988 52.621 105 79.368 49.717 100.00 48.282 40.940 74.559 106 100.00 51.006 76.266 56.735 42.868 39.442 107 26.966 48.404 51.309 12.011 14.642 15.944 108 12.885 47.590 21.789 7.5012 11.020 4.7464 109 46.216 23.744 47.696 10.450 8.0488 12.057 110 26.537 79.034 57.906 27.559 38.504 25.533 111 20.035 78.679 16.337 22.591 34.435 8.7121 112 16.510 13.523 16.825 1.7900 1.7041 1.7702 113 80.772 52.239 39.693 33.078 27.980 12.670 114 52.025 78.476 100.00 47.545 54.688 77.922 115 53.644 19.450 81.363 18.926 13.807 39.159 116 76.390 76.738 79.766 50.525 52.251 47.617 117 16.719 20.668 80.444 10.058 8.9001 36.936 118 49.975 75.940 54.965 31.330 39.094 23.463 119 69.366 54.269 19.639 25.409 24.153 6.8096 120 78.357 44.403 54.054 30.871 24.243 18.910 121 86.769 22.037 79.950 37.403 24.170 38.874 122 23.991 100.00 48.167 45.424 66.697 25.173 123 52.705 49.623 76.910 24.219 23.477 37.566 124 83.235 21.483 18.262 25.590 15.580 4.1464 125 21.860 81.987 82.201 34.008 45.513 49.781 126 26.586 30.174 50.611 7.3390 7.3835 13.410 127 46.176 21.625 100.00 24.801 21.044 70.937 128 46.137 76.930 18.751 27.310 36.755 9.5612 129 91.475 88.357 12.710 61.517 65.249 13.071 130 47.690 27.399 0.0000 8.0330 6.7579 1.5938 131 18.097 39.910 80.111 13.722 14.465 39.178 132 50.349 0.0000 22.838 7.8953 4.4977 2.9459 133 17.466 14.543 39.302 3.1271 2.8099 7.1455 134 88.169 58.584 62.262 44.929 37.898 26.976 135 79.316 19.798 100.00 41.429 29.927 72.136 136 35.363 60.522 16.345 15.432 20.828 5.9239 137 12.495 34.970 8.4353 3.9039 5.6312 1.7456 138 11.590 84.378 36.985 27.019 41.132 15.132 139 85.444 85.726 34.888 55.147 59.454 17.245 140 85.787 17.402 36.424 28.453 16.913 8.3840 141 58.643 35.988 52.638 18.012 14.705 15.942 142 81.323 85.139 100.00 68.844 71.876 80.538 143 75.581 44.352 0.0000 23.219 19.240 3.9417 144 15.160 63.749 47.500 15.748 22.422 15.763 145 15.120 11.073 59.779 4.9766 4.1407 17.560 146 86.028 63.414 16.582 40.018 36.610 8.5068 147 18.812 62.643 85.866 23.314 28.403 49.950 148 18.635 62.340 7.9476 13.120 19.901 4.7801 149 36.339 46.262 87.864 21.038 21.293 50.395 150 65.242 88.476 43.595 46.005 56.607 20.611 151 80.989 100.00 84.297 74.943 85.016 60.461 152 64.260 64.440 85.027 37.886 38.184 50.670 153 35.612 10.187 17.227 4.2728 2.8720 2.0278 154 45.235 41.275 11.575 10.744 11.202 3.1960 155 85.017 19.190 57.638 30.797 18.973 18.858 156 89.001 65.879 87.121 55.655 49.365 55.199 157 88.405 92.832 62.808 68.473 73.860 35.158 158 17.469 44.939 63.608 11.395 13.546 23.474 159 80.504 39.649 23.740 27.475 20.347 6.3547 160 43.343 42.624 45.299 13.137 13.443 12.245 161 62.199 90.166 13.536 43.288 55.885 12.147 162 70.382 64.985 39.990 32.692 33.527 14.444 163 63.092 9.8060 47.998 15.628 9.5134 11.663 164 66.260 33.082 79.344 26.255 19.929 38.922 165 12.275 38.293 42.578 6.3997 8.1986 9.9833 166 44.729 63.293 89.315 30.599 33.805 55.854 167 86.795 39.767 90.083 44.341 32.719 54.910 168 33.191 13.557 63.471 8.2257 6.2326 20.467 169 0.0000 80.502 22.254 20.757 32.527 9.3004 170 35.165 87.442 45.762 34.459 48.798 20.511 171 53.417 63.795 12.922 21.988 26.302 6.5595 172 89.333 37.028 40.649 35.328 24.164 11.600 173 61.924 10.479 11.308 12.127 7.1155 2.0297 174 12.932 63.448 65.784 18.065 24.136 28.144 175 35.002 91.990 14.251 36.328 53.552 11.796 176 64.449 90.256 86.679 56.213 66.205 59.305 177 10.665 88.325 62.489 33.596 48.909 30.886 178 63.940 84.034 63.097 44.778 53.082 32.060 179 32.000 18.251 87.257 14.031 11.523 46.040 180 35.653 63.179 55.913 20.158 25.389 21.282 181 65.306 14.719 95.163 29.039 20.848 61.885 182 12.598 97.956 15.904 39.378 60.643 12.953 183 43.443 13.667 2.3608 5.4401 3.6576 0.92719 184 98.776 12.908 14.035 39.533 22.251 3.7953 185 42.232 44.658 62.606 15.929 16.220 23.280 186 5.7304 86.513 87.282 36.670 49.953 57.088 187 71.195 63.035 64.720 35.902 35.055 29.083 188 14.721 0.0000 24.188 1.2792 0.89876 2.4744 189 45.845 91.742 61.379 43.699 58.499 32.373 190 20.168 99.403 86.193 52.928 73.203 61.291 191 15.692 16.462 98.892 17.172 15.886 69.143 192 49.711 33.832 30.462 11.632 10.157 6.1786 193 92.778 86.752 83.442 72.329 72.554 55.382 194 36.175 85.461 71.738 37.083 49.576 38.944 195 56.241 41.455 91.468 27.602 24.111 56.814 196 63.698 49.811 44.158 23.262 21.617 13.662 197 13.503 85.866 0.84329 26.655 41.607 8.7405 198 50.699 14.090 33.318 9.4038 6.1358 5.8677 199 92.677 38.376 11.214 36.660 25.036 4.8570 200 88.086 68.014 37.675 46.350 43.023 14.745 201 86.614 18.702 0.67590 25.468 15.095 2.6278 202 16.608 0.33745 82.586 8.6870 6.8624 35.442 203 32.618 49.231 35.380 11.728 14.545 8.8331 204 39.446 87.298 89.309 44.627 57.160 61.307 205 89.388 7.1485 88.115 40.442 25.084 47.530 206 65.767 34.460 14.625 17.275 13.256 3.7698 207 84.147 1.8202 16.654 24.638 13.568 3.3843 208 16.889 65.227 27.821 14.968 22.334 8.5395 209 44.534 84.792 4.0875 31.689 44.876 9.3930 210 66.804 16.467 27.933 16.085 9.9479 5.2045 211 58.514 1.6609 86.699 20.583 13.786 42.312 212 4.6391 51.042 39.609 8.8369 12.694 10.054 213 36.900 7.6973 46.164 6.3700 4.2844 9.9811 214 0.87002 15.107 86.749 10.426 9.1195 44.882 215 30.735 26.754 16.517 4.9434 4.9146 2.4919 216 48.174 63.612 69.758 26.386 29.858 32.524 217 13.565 42.325 96.225 19.720 20.671 65.570 218 50.679 66.092 39.202 23.997 28.917 13.327 219 19.235 27.685 65.367 8.1114 7.8623 23.101 220 49.578 25.709 65.082 14.319 11.100 23.330 221 14.832 83.246 100.00 40.590 53.196 77.677 222 82.546 2.4242 67.048 29.152 17.129 23.053 223 33.942 16.843 32.549 5.2516 4.1097 5.4367 224 81.040 38.112 70.346 33.904 24.732 30.546 225 15.556 11.826 1.2429 1.2368 1.2292 0.48138 226 16.070 28.919 29.585 3.9659 4.7704 4.9137 227 49.118 89.394 35.809 38.873 52.843 16.831 228 99.042 12.511 70.128 45.566 26.901 27.920 229 62.910 46.590 2.6010 17.842 16.999 3.6820 230 2.6256 14.517 68.056 5.8511 5.1761 23.910 231 1.1839 16.197 20.949 1.2511 1.5596 2.3249 232 89.271 1.0849 39.328 30.650 17.054 8.2370 233 100.00 31.073 85.483 52.649 34.793 46.962 234 95.707 39.925 60.884 45.356 31.307 23.501 235 72.034 26.792 47.480 21.993 14.839 12.971 236 74.942 79.821 13.360 41.681 47.180 10.494 237 2.1562 64.147 13.993 11.998 18.939 5.1968 238 29.116 42.872 16.700 7.8853 9.9731 3.6404 239 71.555 16.349 81.097 26.938 17.794 38.944 240 0.49326 39.374 86.691 13.684 14.195 47.050 241 2.2551 37.126 61.253 7.6245 8.7861 20.592 242 32.266 80.382 29.691 26.509 38.248 12.348 243 87.493 76.037 64.364 54.202 52.866 32.110 244 3.9929 62.442 91.329 23.002 27.808 57.715 245 43.125 31.672 87.678 19.105 16.428 48.611 246 51.638 6.7350 70.225 14.187 9.3494 25.409 247 66.079 45.918 66.274 26.496 22.757 27.299 248 0.74401 10.382 39.234 1.8689 1.7543 6.7768 249 32.358 69.996 77.444 27.183 34.110 41.254 250 38.655 2.4066 90.080 14.980 11.200 47.523 END_DATA CAL DESCRIPTOR "Argyll Device Calibration State" ORIGINATOR "Argyll dispread" CREATED "Wed Dec 23 22:15:31 2009" KEYWORD "DEVICE_CLASS" DEVICE_CLASS "DISPLAY" KEYWORD "COLOR_REP" COLOR_REP "RGB" KEYWORD "RGB_I" NUMBER_OF_FIELDS 4 BEGIN_DATA_FORMAT RGB_I RGB_R RGB_G RGB_B END_DATA_FORMAT NUMBER_OF_SETS 256 BEGIN_DATA 0.0000 0.010727 9.3233e-03 0.0000 3.9216e-03 0.013642 0.012421 4.1199e-04 7.8431e-03 0.016648 0.015579 2.9755e-03 0.011765 0.019730 0.018814 5.6001e-03 0.015686 0.022904 0.022095 8.2551e-03 0.019608 0.026169 0.025467 0.010986 0.023529 0.029526 0.028901 0.013748 0.027451 0.032990 0.032410 0.016571 0.031373 0.036545 0.035996 0.019455 0.035294 0.040223 0.039658 0.022400 0.039216 0.044007 0.043412 0.025406 0.043137 0.047929 0.047242 0.028473 0.047059 0.051942 0.051164 0.031601 0.050980 0.056031 0.055146 0.034806 0.054902 0.060227 0.059174 0.038056 0.058824 0.064485 0.063233 0.041352 0.062745 0.068788 0.067277 0.044694 0.066667 0.073136 0.071305 0.048066 0.070588 0.077470 0.075288 0.051438 0.074510 0.081773 0.079225 0.054810 0.078431 0.086015 0.083085 0.058183 0.082353 0.090196 0.086870 0.061555 0.086275 0.094331 0.090593 0.064897 0.090196 0.098375 0.094240 0.068193 0.094118 0.10236 0.097810 0.071473 0.098039 0.10623 0.10134 0.074708 0.10196 0.11006 0.10481 0.077928 0.10588 0.11380 0.10825 0.081102 0.10980 0.11746 0.11164 0.084245 0.11373 0.12108 0.11502 0.087343 0.11765 0.12462 0.11839 0.090425 0.12157 0.12810 0.12177 0.093462 0.12549 0.13153 0.12512 0.096468 0.12941 0.13491 0.12850 0.099458 0.13333 0.13822 0.13187 0.10242 0.13725 0.14151 0.13524 0.10536 0.14118 0.14476 0.13861 0.10829 0.14510 0.14800 0.14197 0.11119 0.14902 0.15122 0.14533 0.11408 0.15294 0.15442 0.14868 0.11695 0.15686 0.15764 0.15203 0.11978 0.16078 0.16086 0.15535 0.12261 0.16471 0.16410 0.15866 0.12541 0.16863 0.16738 0.16197 0.12821 0.17255 0.17067 0.16526 0.13098 0.17647 0.17401 0.16855 0.13373 0.18039 0.17739 0.17182 0.13648 0.18431 0.18079 0.17508 0.13919 0.18824 0.18425 0.17835 0.14191 0.19216 0.18773 0.18160 0.14461 0.19608 0.19124 0.18485 0.14731 0.20000 0.19477 0.18810 0.15000 0.20392 0.19832 0.19133 0.15268 0.20784 0.20188 0.19460 0.15537 0.21176 0.20545 0.19786 0.15807 0.21569 0.20899 0.20114 0.16077 0.21961 0.21254 0.20443 0.16349 0.22353 0.21608 0.20774 0.16622 0.22745 0.21962 0.21103 0.16895 0.23137 0.22315 0.21434 0.17169 0.23529 0.22666 0.21767 0.17443 0.23922 0.23017 0.22100 0.17719 0.24314 0.23365 0.22434 0.17996 0.24706 0.23714 0.22768 0.18273 0.25098 0.24063 0.23104 0.18552 0.25490 0.24411 0.23438 0.18833 0.25882 0.24761 0.23774 0.19113 0.26275 0.25110 0.24109 0.19394 0.26667 0.25460 0.24443 0.19677 0.27059 0.25809 0.24779 0.19957 0.27451 0.26160 0.25113 0.20241 0.27843 0.26509 0.25447 0.20523 0.28235 0.26860 0.25783 0.20807 0.28627 0.27208 0.26117 0.21091 0.29020 0.27556 0.26453 0.21376 0.29412 0.27904 0.26789 0.21662 0.29804 0.28251 0.27124 0.21949 0.30196 0.28598 0.27462 0.22234 0.30588 0.28943 0.27797 0.22522 0.30980 0.29287 0.28133 0.22811 0.31373 0.29628 0.28470 0.23099 0.31765 0.29970 0.28806 0.23388 0.32157 0.30312 0.29142 0.23677 0.32549 0.30652 0.29477 0.23966 0.32941 0.30993 0.29812 0.24256 0.33333 0.31331 0.30147 0.24543 0.33725 0.31669 0.30481 0.24831 0.34118 0.32009 0.30816 0.25119 0.34510 0.32351 0.31148 0.25406 0.34902 0.32691 0.31482 0.25695 0.35294 0.33033 0.31817 0.25983 0.35686 0.33378 0.32154 0.26271 0.36078 0.33721 0.32491 0.26558 0.36471 0.34066 0.32830 0.26847 0.36863 0.34415 0.33170 0.27134 0.37255 0.34766 0.33510 0.27422 0.37647 0.35119 0.33854 0.27709 0.38039 0.35476 0.34199 0.27994 0.38431 0.35833 0.34546 0.28278 0.38824 0.36191 0.34894 0.28560 0.39216 0.36553 0.35247 0.28843 0.39608 0.36918 0.35601 0.29123 0.40000 0.37281 0.35956 0.29407 0.40392 0.37647 0.36313 0.29689 0.40784 0.38015 0.36672 0.29970 0.41176 0.38384 0.37031 0.30253 0.41569 0.38755 0.37394 0.30536 0.41961 0.39129 0.37758 0.30819 0.42353 0.39506 0.38125 0.31104 0.42745 0.39883 0.38492 0.31389 0.43137 0.40259 0.38863 0.31678 0.43529 0.40635 0.39236 0.31966 0.43922 0.41012 0.39612 0.32256 0.44314 0.41392 0.39988 0.32547 0.44706 0.41775 0.40365 0.32839 0.45098 0.42161 0.40743 0.33132 0.45490 0.42547 0.41122 0.33426 0.45882 0.42931 0.41505 0.33722 0.46275 0.43316 0.41888 0.34022 0.46667 0.43700 0.42271 0.34321 0.47059 0.44088 0.42654 0.34623 0.47451 0.44477 0.43037 0.34923 0.47843 0.44866 0.43420 0.35229 0.48235 0.45257 0.43804 0.35534 0.48627 0.45647 0.44189 0.35839 0.49020 0.46040 0.44575 0.36147 0.49412 0.46435 0.44962 0.36455 0.49804 0.46828 0.45351 0.36765 0.50196 0.47225 0.45742 0.37076 0.50588 0.47625 0.46133 0.37391 0.50980 0.48026 0.46525 0.37707 0.51373 0.48429 0.46918 0.38025 0.51765 0.48835 0.47315 0.38347 0.52157 0.49242 0.47710 0.38672 0.52549 0.49653 0.48109 0.39001 0.52941 0.50065 0.48508 0.39330 0.53333 0.50478 0.48907 0.39660 0.53725 0.50893 0.49306 0.39989 0.54118 0.51312 0.49708 0.40323 0.54510 0.51730 0.50111 0.40658 0.54902 0.52148 0.50510 0.40996 0.55294 0.52567 0.50913 0.41337 0.55686 0.52987 0.51318 0.41677 0.56078 0.53408 0.51722 0.42019 0.56471 0.53829 0.52128 0.42361 0.56863 0.54250 0.52534 0.42704 0.57255 0.54675 0.52943 0.43049 0.57647 0.55099 0.53352 0.43394 0.58039 0.55521 0.53761 0.43740 0.58431 0.55946 0.54173 0.44089 0.58824 0.56370 0.54586 0.44437 0.59216 0.56796 0.55000 0.44788 0.59608 0.57218 0.55416 0.45139 0.60000 0.57642 0.55834 0.45493 0.60392 0.58067 0.56255 0.45847 0.60784 0.58494 0.56680 0.46201 0.61176 0.58923 0.57105 0.46558 0.61569 0.59348 0.57533 0.46918 0.61961 0.59774 0.57961 0.47279 0.62353 0.60201 0.58395 0.47642 0.62745 0.60630 0.58830 0.48006 0.63137 0.61059 0.59265 0.48371 0.63529 0.61488 0.59702 0.48739 0.63922 0.61917 0.60142 0.49107 0.64314 0.62342 0.60581 0.49477 0.64706 0.62773 0.61022 0.49850 0.65098 0.63204 0.61465 0.50224 0.65490 0.63639 0.61907 0.50600 0.65882 0.64080 0.62354 0.50980 0.66275 0.64524 0.62802 0.51360 0.66667 0.64971 0.63252 0.51743 0.67059 0.65420 0.63700 0.52129 0.67451 0.65867 0.64154 0.52515 0.67843 0.66310 0.64611 0.52905 0.68235 0.66748 0.65074 0.53297 0.68627 0.67182 0.65537 0.53692 0.69020 0.67620 0.66001 0.54089 0.69412 0.68064 0.66461 0.54488 0.69804 0.68513 0.66917 0.54890 0.70196 0.68966 0.67373 0.55294 0.70588 0.69419 0.67831 0.55702 0.70980 0.69873 0.68292 0.56115 0.71373 0.70323 0.68756 0.56532 0.71765 0.70768 0.69216 0.56950 0.72157 0.71211 0.69676 0.57372 0.72549 0.71653 0.70127 0.57800 0.72941 0.72093 0.70578 0.58231 0.73333 0.72535 0.71025 0.58666 0.73725 0.72979 0.71473 0.59103 0.74118 0.73425 0.71920 0.59541 0.74510 0.73870 0.72366 0.59982 0.74902 0.74314 0.72811 0.60426 0.75294 0.74755 0.73257 0.60871 0.75686 0.75198 0.73704 0.61318 0.76078 0.75639 0.74150 0.61769 0.76471 0.76080 0.74595 0.62222 0.76863 0.76518 0.75042 0.62679 0.77255 0.76954 0.75486 0.63143 0.77647 0.77388 0.75933 0.63613 0.78039 0.77823 0.76378 0.64086 0.78431 0.78256 0.76825 0.64567 0.78824 0.78689 0.77272 0.65052 0.79216 0.79124 0.77720 0.65541 0.79608 0.79556 0.78170 0.66029 0.80000 0.79983 0.78624 0.66516 0.80392 0.80406 0.79078 0.67007 0.80784 0.80830 0.79536 0.67507 0.81176 0.81254 0.79992 0.68019 0.81569 0.81678 0.80446 0.68537 0.81961 0.82100 0.80902 0.69059 0.82353 0.82519 0.81360 0.69581 0.82745 0.82936 0.81814 0.70105 0.83137 0.83352 0.82267 0.70628 0.83529 0.83767 0.82718 0.71151 0.83922 0.84186 0.83166 0.71676 0.84314 0.84602 0.83616 0.72204 0.84706 0.85020 0.84063 0.72734 0.85098 0.85435 0.84511 0.73268 0.85490 0.85849 0.84959 0.73803 0.85882 0.86261 0.85408 0.74342 0.86275 0.86674 0.85853 0.74882 0.86667 0.87086 0.86300 0.75427 0.87059 0.87497 0.86746 0.75975 0.87451 0.87903 0.87190 0.76527 0.87843 0.88307 0.87630 0.77086 0.88235 0.88710 0.88067 0.77655 0.88627 0.89110 0.88501 0.78235 0.89020 0.89506 0.88931 0.78833 0.89412 0.89903 0.89355 0.79445 0.89804 0.90295 0.89776 0.80072 0.90196 0.90687 0.90193 0.80719 0.90588 0.91075 0.90605 0.81386 0.90980 0.91461 0.91014 0.82068 0.91373 0.91846 0.91420 0.82760 0.91765 0.92227 0.91824 0.83465 0.92157 0.92607 0.92226 0.84178 0.92549 0.92985 0.92625 0.84898 0.92941 0.93362 0.93024 0.85621 0.93333 0.93738 0.93420 0.86349 0.93725 0.94113 0.93817 0.87086 0.94118 0.94487 0.94212 0.87826 0.94510 0.94861 0.94606 0.88579 0.94902 0.95235 0.95000 0.89339 0.95294 0.95607 0.95392 0.90111 0.95686 0.95979 0.95782 0.90887 0.96078 0.96352 0.96175 0.91670 0.96471 0.96721 0.96564 0.92459 0.96863 0.97090 0.96950 0.93259 0.97255 0.97456 0.97336 0.94067 0.97647 0.97824 0.97720 0.94890 0.98039 0.98189 0.98103 0.95718 0.98431 0.98553 0.98486 0.96556 0.98824 0.98917 0.98866 0.97404 0.99216 0.99278 0.99245 0.98260 0.99608 0.99640 0.99623 0.99126 1.0000 1.0000 1.0000 1.0000 END_DATA dict 0@EDID_md5f09e42aa86585d1bb6687d3c322ed0c1lcms2-2.17/testbed/test1.icc0000755000175000017500000210074014752176133014667 0ustar martimartilcmsprtrCMYKLab )5acspMSFT-lcms desccprt#wtptA2B0,A2B2,A2B14B2A0F<8B2A1~8B2A28gamtXdmnddmddltdesc,Test profile, not suitable for real use-Test profile, not suitable for real usetextNot suitable for real useXYZ Zg0mft2 $i 6 1^ 2Wy%Y !"#%#&D'f()*+-.(/H0i123457859Q:m;<=>?AB)CBD\EuFGHIJLM,NCOYPoQRSTUVX Y#Z:[Q\f]x^_`abcdfgh#i3jBkRl^mgnqozpqrstuvwxyz{|}~ˀɁǂф{pdXL@3& ֜ȝ|jWE3 תū}kYG6$ڷȸ~kYG5"ŵƣǑ~lYD.оѧҐyaI1ڲۘ}bG,{W3qHvU3sIa)\ Z,      !"#$%&'()*+,-./0123456789:;~<|=|>|?}@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`acdeefghijklmnopqrstuvwxyz{|z}o~dXMA5)ۈʉq`N=, ٖɗmZH6%ؤʥwog`ZTOLIFEDEFHJNRW]cjr{ĄŊƐǖȝɥʭ˶̿*7DQ^kyކߔ ,8CNYcjnoldVD/h 2 R e r xzzzyuph^RE7)4=@?:4 ,!#"#$$%&'()*+,-./|0p1d2Y3M4A566+7!89 ::;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{||}v~oiaZQH>5+! ؎͏Ðxpjc^YURPOOPRUY_fnx̰߱ 8Ql»!Ceª9^ɂʦ2TtҔӲ6Lat݇ޘߧoX\[VL=*b/fMq T p_L7! }tfUA, !"#$%z&d'N(9)%**+,-./01y2g3U4D526"7889:;<=>?@}AoBbCUDIE~% ہ‚rW; ϊ}bG-ޒēx`G/Ԝq_O?0"۬խЮ˯ǰı²µŶȷ͸ӹۺ 0@RfzƏǦȾ *GcЀџҿ'LsٛFsM6+1MZ:{T?~ò~i~L}~cbA~Dad~ty~W~O>~\/~|~`Cx}%H}1X}%z}K} {N}׋<_~7A~-ψ||Dz|+E|[s|z} ^}wO@}-~ċ {Gu{Dz{]Ĭ{f{Zx|[]|ϕM?}R<}Ǝz]YzHħz|z={LNw{\|=>|v|ېI8z/r z;bz'sMzd6zɬqv{D[{0> |;|yyaIy?yazYvzݮ[{^=c{ФI{R*y߄yfUy`VyyuKzZi{ <{z%zȎ~+~}͇}W0}3}HtЄ}Zk}=~zɇ}!~Єd*s}Y<9wpSwuuVrUW؈|;,뇔{RsѲ;:8q)PCV:4.8Ȅ2񡂡?Up Vu9S c bփR.ՁNn U388A/ͬδz6߆өn1T\e7݀tXT)$̯̕6;eCʷˆ imw3SƀV7M \lGNػځNāa5tNzlߴS<H6*-N}o2ن N%է>w֣A}⇤\fXMݘ2, KԐ3g°[} 0e6M _1 ? 1ӣǾI^I|B̯dܪwLe1$: rW] 1S{z|diL g0\ U{[G{!{ ޔ`{&yE{xbie{Jr|/c5}~ ~:f#MKx+Ca|uI~.yW ώәߎ%¡唘[w!^T`^H*- 5GȨ瘎=Π4rv_ҍRGf,ދ̋|,ƕ{ Ҙtٕ^1Fő,;'\A*ىJ nyg؜(VN#q6\DՊB*|i˽?zzhzMџzEzrn8zY,{dBS| '|⃔*Z Ђ`>mۘ:Xc€A'4 uh¨h$nk)l]'Wf@&8[/Թ|zY9_N3kV41@49%wUh 3?Vkؔ.Uٓ|??R~%nVӎȩ5U.k~j9V"U"똬>Ð?%' Ȃ}ˡWml}ʗiRT>OlT$iƝaʚ=\},?iT- =$e0yYq,<-A_|?h@SG=ҩ$leLy)yywydGzPOsz:{ )|qʬί(h䁙~ڀvcc&OS#9tL߮=.v10b䞼 N8ՙ,K.Fpj癪7̥0uPhbQM88Ajʗ׋xAʜڨ†󤔗tuϔaMKMB=(7kua ,̘/1Hsʠ5`\Lk7M (_XĀ⫹}£rs@C`)6OLA;6}Ȕ@(Bat{C rȟH_֧Kť6#̕O&3"^ļ֢qrb_cKu6{ݤ < (ytյy:}Ѱy2ldygZ8dyF冷zj1{r{(B€}b kYdrFl1l;nˉՍވI|ϯkUYz4EƄ0ˀh|RjΌcX}-EYW0,\>շFiba{{4j$W]D?50>R*>6Ā;ٱџziWyZD}p/'g^ȶ6pDzi/W%ԞD9I/Ĝ' J״"ԯzWhy1VߣKC/1ŀٵ˰tzhVﭠCߟ8//)cyxr|xaixPqyS> sy)zjfY{ C7ċ恶q¹JaJm~P ~=_~)]f2ÀDÒG'q^`۳uOY=RZ)#JNO©k#_p鷼`k&O:%=j(Hڧ,O[pt` N֐&<èi(ץc^PbB7pM@s_ϱ ,N&q<Е(¤+8fը*p_oN<}:(nN&Q̺o_Nw }gu~_jx&thxQy7Qẙzi%u7{Z{=v|k|v՟wӾ xѦx Ryosz'kYuzیM1<} #}oha}?'O|}g3}f }É\}Y}|ȸזP|D|mg|˨N|3,}X S}(d}5<|0|nƕ|4~|8f|eNT|2|L |Qvww~~x }1xfyzM(zI28%{1 ։$|y<Ǽ|>ډcΒhU~|nWdQL\15 쇋Z⊩!_+7/0 zXcⅩFK&0D!D $~uI&%ڏ͆.yl bDŽ̋vJQ/nFY k솷&ڸWlΆN]xa„I.~ ҃ᆤh/jhwo`ӃX^H.Е QLr71Nu vf`ҟGHUXu-{8IF,mźg߄ދuނ_gfGǁ-pȑ=ͅtؠ/IzKhu5^ՂGJ,^&J5uYv vw6rw]xEry+Nz|},SP~˛S~~~Sr ~O\~mD΋o~*'C~,lWح46uxp[(/C񊁃)cM &oA(7ȍpofZ0C(e_׃GgϐNanً(AY@RBS( Ѓj<ŏJmQXm@A<'|;Ȇ<[9%_5,~4m,WƈA' U<ϻ6ʱ^ly0W(W@@&֚$`|źm[xR`k7NV@-&H;/ݲàztáHuNvz t9t|uOqEu^sJvJw5Wxk@kx0| |$p|spv4|p]ڜ9|J"|4}-И5}ls?䄅lfo1]Μ=*ڙʜ]1zlʫrզЮb*|Pܟ s>Ԧ*d0vsQysjٶCt+['tJu8vF$R+v Xw {.yzj `xbiAY3I?N7#ףV> J߻bSxPgi5YuߓHU7]ӑ#âk t€ޢ_x ڟdhY9>kH§79,# MbwյZhưkYeH^7 # { >w9hX#H97# `- a{n1rmŶs7_XsPst'@t/E!udukoMw${h@zmz_^kyPpIy@z /RzVG1z_ /|F"{rmÞ_G=PN @}:m/PGw}Iu!{pm}s_gP%ԅ@^/Jn{[emep^P‹@Oߊ/P܊߫Ћ0${9%mT^PՑ@O/aґ {ńumGꜳ^`GP f@[%]/yyK!;΄7z0m?[^,Pa@guY/Vx@jzĝ>m>᫓_ 8[P*̦3@פ/E1gȥFvpswKsxt̢*xu$yvqczwW{Ox;/|1y}!yt~hku~v|}we}ʈxK}p.y3}V[z}:z~ {T}1r̚td_u Fv ~wnxBU>xy8yĂyՂ iq8rsltюLuvmvT*w!7xxpu2q/r+sŖՄtl|viS#w 7wwq?lo pqˣrzwtkXu53R.vA6BvvKNn뷌p[q1r0z̓0!{ ){ͮwӹx*NxelxTyZy,4byqJz!K/z\r zˇ6wswwܳ5x'xx ay'Iyk.yN Bz-Uw>JwQ#_wwwwx$/a x{ITy'.}yAo y~p3qrrڌsvGu `\v5HwU-ńxR܆Oy`Fzꅻzs {u{Wu{_[| Gh|i,؃|/}u\1_rك,tT^QkFǂD+n9 ­Ǐ*1ɂ|q|sB6]5kEՁJ+,x~(Ta؂ uz)Qr-\5TEh*x }0@Wd8EqZ[QDD)D=DI7ˀNdK [p=DZC~")Q~B?θڬ&2`Nos~NY~C ~wp(~^~ܾxӾc$~5n~@IYE~ sB~0(y}^~&\Wo5p!rs.lˋtTWu@v&;w*$yXySCGyyz?k֊_zVf{$@ {%{ۈ}iI ]~׊Sij̉7UJ?6$΀,Mԋˋ>j}*iT·>>k $PYفKIŠ˔8o-|:7h1kS߆a=#ċ%ʁs Y{ygʆq[S1<#,!V5q zٟg՜{Rj"0Ճ'=r'@ zVfQPQƄ;Ο_"a?) Œn;y]eQD;d1!"ospA(~|݈C|BxGgtXUѕB{5.l ʓ@lןzwߕWfɗ/SU/B{@. 'F΀F(wD f9tTAA-ma8KΞNvҤeTQA-X9ub;k)v"xFeAS*A/:-}v 4n~W{oo]p/_yqKNrhSU7Ct214+}pO@bqSb&C%1#!}ip aƫɗRB1Ҡޔz~.Nx}joدPa=RB\p1Jf|yv}6GoЯ+Va]RdB1vɔŅ(rHlemX9nIӷo:up)S4q-p)t{rwtpeÿtX:tIu@:vu)v!uxr:{er{EX&zIֵ$z:{){8n{}.re&WjBIҀ:f)0!rvҊ e_WEIu:QsQ)GIUrQheJWNTIg":Al^)!'XPr0Pe?bW Icϓ:?)8`-!GrӠ`e=̞W՛Id:::ҙ)}yM:qv6eCPWC(Ikwk:E)Q)ЧʜERٵqlrn7touIq-vkrjwtRxu6zyvzyv׷oWwppxGIrAxKsy4ttyivzQPw4z5hx!{>xzmogp–rIs^htOuJ4lvwA"kJmo:pu~r1gWsvNt3uru0zjo;l@̩Tm֔?o^}Rp⏔f%r^Ms2tGtԆ&ik8#lϝan\Q|o*e qh?Lr1s? eshԻjgk+Im{od&p3Lq1:rZ sGhi˶ kSÐ^l֫z/njcWomKpqC0q grybιg`ia}ajںclM`ymmڮbohJpP0p q%Zyk}zdmKzn{hptyU{qb||sJ}t/}v 9dv7wv{>${* I|}9z Xz Əy|zhz1Tzy>z$zjR{݂\y yVy|yh9ySyA=z|$ y͘_{^؋iڜk~mpyofipQbr$; s!tNw$setU u2x?veqvQw;xx jx{j|ۚՇ{|ن} w}!dq4}FP)}u:Qr} U}~цZ>vScyO\yI98ƃoÏۘ"ubgbo֊dNkuJ82n2f{.י~~0\to3a0Mx8EERX 2ȃEvsš`ā7&M͕7ǀvQlWJ#&r&`VLS977ߛD-`3^|r<_|Kz6Xy iNԓ&k#yln̐nj\oIqt3֍rrz쓔rZsM't3mu[čXuHUEv3(ww~{Nb{}~!{mX{Z |G|_2~c|~||lZ+ |~5l YւXFΉӂ 10&,{^kY-F1YPƇXRQ?{7~j5X^ՏFEmԍ0ˇ)MIZ0zy͚iz^=W! DՇ[0^Wh̉إy܊Dh܈ɟWD@I/慽)aV{yVܫ9hNRVCՆ/8kH(؞ĥלLjsߚl4cėmR oI?씆p+Jqlq/}А@qcHrQsˑ{@*Y{q/{%Ϛ̂=nq-ya&P{7>*)ޏ
ґƗYp`O֑ =z)w>{UƓGxp<@` O33`=%j)"]Ƙ~ϙo_z`Nu<(όؒikU~"RCo^͜Nܚ<&O(k8KW=}Ôn^VM[Q;όƠ(!7h7vm\-=nknlpvZoRiʯ(p\WpMTq>p^r-:Isj㣧sF7uav |vi`w\Gw`Mw>(x--xxT^zXu~]h}~[w}M4}=Ǣ},Рj}Z}~uDhX.[τLm=rd,2kٞ;th(urZXL_yX=h,_hҝ#te=gZn#CL<ԟ,0;ڜYVjBt]םg-;Z2VKآ<억+뜓vƐSdt.~gZ.K]<{)+뛾њ|j2f]λ@hP㷖ipC#j4*k#>l!Hksi=n2]Ϻ9nPBoCEwpn4[.q1#sJqpx)iͼud]uPմuC&v4Qv|#vv&|"ir|k]af|P]{Bw{4-{#{g{hiz1]5#PVKB+4#0liN<]PDB 3#:槫i)]GP?Bl3񨛍#2E"Y߀i Y]PDYUBM3ǔ#^?YHh]#IPQ|B%3 n#"V PlmfDn0huojqcl{rndUtOp}LlurP1vs x1s\iqTXkrgmmswogtyquc>rvKasw0txU vtwɈg|`i|\k|_&m|}xoV|bp|JYro}/s+} !t|ǻePh Pj `kw*m̓`o/ITq.q vsdF4)f|Th~juln_nCH`oˆA.p+ rxRc!e?p8gUiS tkG^m!3Gn)-in hq öad@*fUhTksjR]l3FmT,m˒ pa< cĜSeLgri\kmF$l,Ol٘\ pj`b盲d%fNrhکs\]j¥>El7>+l mp_te`uglvqiwZkrxBm\Zy,oESzq+zs}s}Fr=osfq;Zturpuvsqvst[jwquDvx]v*8yw{[xp.zk>qrzrz?s{Bot{ZDu{Csv|2)XwN|?zy|l)n]ʨo31p샖rnxsOY'txBun(u.x1lя)'n2Ôo|PlpmFqXs4RAt-;'tDywdlxklmnM#Col0pِW)r@s'>rVgvރjl$mTInkGoV`q.V@>r8&qޒ#'wJ|i߮>kLl~vmϣjwo"aUpn7?q]&IpwYVib$jɴ#k}m/>inzUoţg?p %pw=p|dM}g}TiW|}kgh}meTD~VoS>~q$r&gtSzn3{'p{zqh{u{rg|:sSS|u=8},v#C}vxqxxyMyyyzKz&zfzzvRf{z*:FEeWqcbEa?b!PX>V e*5qE|czieYlDgx\dirLIkM:6 l%ّ8n ZduΤ[fˌWg/GR6Ґě.'K͒F؋RFn9ab]cU:eGi;gW8Mh'6j*inbmi?ajTFkG@m*87`nS'?1oq-n-simpa9qsTr7Fޢs7ퟹs'rt.sx0lx`xSS,xFjzx73yA&ݜyl2x0|cl(l`8PS+E&71~&p~~k_٣wS%DžE P6؛&o(ƀkd}_ҍRߟ猲E:6&;%Jۀk$_T&R3D_Y6@%a'j𤡝_VRD؛V63%j a|`U|bRIde`"m$gsinji]plFrEo,s&p v*q d%jѭKflhn,jorFlq`\nrEpItS+pu] mthukIaud vNf}vshwpjx\[lyDnpy+nz rz-w_K]aCdlȃfoiiZRkMCl)*Bl~vq~]U `ܕbie nRgbY5iBk9)krY?q[^pa-1cm-fX\Zyc]Vj_1bpl=dޕ1WjgAqh(`h|sYY\b|^_avknc眙Vf,@gɗ''f"Ds XԵ~[?^D~`!jcVe`~@Mf'neș_t̳7n_GpOb1qd~hrgwjt?iUulM?vnw&wZo2{ ql,i{mkoPmP}kpnir pUsxr2>ts%Wutxyruɰ1isk~tߎ{m u{nvhzp0w`Sqx.=rx$ry&yzFg~&if~-k!~.zl~)g8ni~0Ro~;=q~<#p~[zS~+eGgliiy.k flхQnlgonp,\qEUIrL64rcqˈKmkUܐHH;ʂ9V)07vdh'mO'aՊUTEG9vv(ϋQu߀mB a5UyGiӏ8t(pnjрla_}TԘ_G 8r(9ŕ'Ɏ0'ebW[Z^M#`e@[b1dh e emdc'YdMmf@l{hV1Ҝi j Oird+juY kMl?n1o Кo }lo{wcqXkrzLhs?y0z' M-z1 z*b,VWqaKuH>|0UN % b&-WyK$>(܆f/2mD t ΀a՜^+V̚JJӘ=ؕ/Dv~ %z!a˖V$Jŗl=(/Jg[ 숟Y#ZdNR\Bd^5`',b#abhEcZqXpga}McB#jd5.f:':g`gpҦhQvXhhMJ iAЩj588k'l sl|9mxgzWo:Lߪ&oAWp4Uqm&ߣq Nq\rA~WRvLvAv4w3&wm ]w)Ÿx>V}#LP*}J@դ}N4^7}?&t}3}~^V-L)@u4Al&t4G->!zVҋCL2@g42&]!6MVb4~L z"@U4.#&g/&jp&aSYc]6f/`7hqcLkjfFW(li%A*nbk'nmtnų*]daq`fc6h~Kekjh m(Vj@o.@5kq'lr^cu5sANZo]pJM`q|c&rinet TguC?>ivV&Qiew ux"tWy[y܍^ z9{Y`zhc{Se{k>Ng{%f{v$|UxFX΃u[y^łyfaRd=veʁX$dvmRSvfVZx] je_(Qbp pE [pqL.~sǤbmdo7fpxshqa8js&Mlti8mu|m.u~-xe4_wbPx0dxr_fyQ_hyLjzc7kzjz~T|f]}``]-b|&pd^fဤKhԀw6jKkht~uԠc[{+^B `oc ]e@Jg56ChXf~_Yt2\̀_>oa$]coJe܌5fe3~Xas[Y^ [nJ`l\ZbaIhdi57e7:d6~Wة6Z ~]#m_{N[aĜXHcš4dc x~ɀ|6pXq\`}gr_ltbZuDedGvgh2whj`^wkZrmbne|1pAgikqiYrkFtm28to`tovȘjl ?l@m{moUjo&pXpr(Fqst1rt|cr&tzhuiv~ykgwFi:lwWnlxEoyA0pyoy~qeggyl*zGn@{mzsj~t lyp{tn`uoP2vq>w]r]* wsE=yr}ps}kqto)ru_svOOtzwK=guOw)uxivwnk||Po}n p}W^q}zN]r}h-jKO0j,lksjgg>i[ kfM#l=xnd-o}oNq6rp?ofqYr8LJs>=4pt#,mt6t] vq}BwexYy"K]yh[img"ndgQf7\@gPPiCk=4l#mn^l^sf~qm[^nObp*Beq<3슀r #or7rxe}uLZvNvA.wP3fw#w SwN|d|Y0}KNg}{A }2އ}"ن} }dZYRwMh /@vT2Z"X3!GcއEY M/$@?,;2/g"6僠c|X!|L˅MS?O1sn"*ۂ] \URBYXF[E9]+}_I`JamI\]QY_UF7ay9cr+Qe Peߘer1[_dCPeEg9i&*jV&jjwZ@kZP8lDѕm8jan*joݔ3o.p#{eZ LrOs[D0t7ƒ|t*u-u!1*u.YsyO}zCC.z7Qz)zq-z;{XkN>;CL#6폗). PX\`N/:;B66(܍~sG+X7N rBÏ6o(WrT PaTMFbV;M Y=.[i \]`|q.Oƨ[*EĦ]7:_2.` [mb+ǥbleuO=SaE-c:Ae.~fy gVѢg iz<NǤ hDYi9k-IllƠ?l(wo+}NK oqD+kpN93q-+Lqqq5u Mנjv`Cʞv8(wU,뛞wXw؛w^qzTMs}UC}8},7}&]}љ} ~M$YCJsq82, w{{L)C(8dЋ,ٗDݏgZS]W|`[5wPc,^debCPhe;ih#%ipjygl˧V^ Y`\cv _fxcbiOe"k:fm"eeolyqgRhGVUjsYlLt\nb2_oNb^q9ds!btyvbOSrݔzS sڄ| X_|VEb(|1c|cD|dQGg{Q*gh{4jz{oY|\jn^_eaFO'cgd=e ;*Me$,h;WO{Z}m]^_Ndax"W`ixGkZyT6lxy#ml9z qze~bYr7d9dfVpgFiT6j_"i p}`(&q^bZddL4Uf F=g5ph"g nτC} ^p`ԏcdbЎU dkEfP4g ".e؋ m<|]Wp2_ baJTcdaE)d4xe!dbQ knd xyRmzbV` {YQ{])BG|h`0}Ab~ld#dy wv`[Hkw(^/_w`PxcAy}e0tzGg{h~)i|v}s cjte]u gOui@vk/w}m5wm{nuDpkisq:m}\rOnOsEp`?t.q/!trtryt(tmWt7hKnu:[ovNpv?jo}.pR}o}x<~r:i3fjZl Lxm%"=n-nnumx8qgFfiCYxjKk=(l,l߉+kx:qfqehXip"KejŒ\]2D^$g`Oؔ`ԑ biqRˑ ^?Hܐy`g> bm1؏d9#䏯eeggvRBe@Hf=(Kh1/i#TjJjl{<Q9lUGDimߡ;Md|Qg"lUAi{[ XkH[m4\o]Jq$}KtEERހC2SXW)} :qJ@wEhIW;ME\P{2.Q5!gUʆ}08?e=vvBgnG5VKDNԌ1O1T|436;vqABgF KVlJ?cDMY1M^PSϏ|8ZMC]aR v[_V9f}bZ/Ud]C=ga/Oh@diufTmґyUWXZu-[^Je^avTa1dxBcjgJ.d]iNf`jrPaITmcsWfPdZhSV]jAc_m-`ncowbLjGPslqTnVbWRoR)ZYqx@j\r-] t8ats{vHt~Lu{pPvca`T,wW~+V ^dXB[|~G nKDm_OOR~C>XTԄ+TLU]?{DʏmI0J_M&OP=R܊+-RG*]뉛>{C mVG^KNO E=QE*P^i@aN zdRlf&V]h9YMVj.];k`'lcpdhq'\WyH_Zwkca]\{dQ`LYfrc:h)fu'BhhCnhvhnXb`Fw[[bj-^ec[\`gKibj: dl &dmkmzT0iivWykBhZtm Z]0nJ?_pJ9aUq%`r ixr~#2PkrtSsgAW)tXZuI\\v8L^Kwq%g]x ~i1x:M!{sP|f6TG|oWWV|H{Y|7[}C$Z} Ri|~ ~JMrNYa.Yy@[tӄypqsMerQXxsUUJuX;v-\ *wC^x0`~bZxolUcnjYW_o\.Iq6_!; rja*RsZdCt d~g!|mh]bRjx`V6l#cHmei:&ng)oi7p}i~l*l5df`fhThiGj6k9FkmM(ln]mnn~eqja#nF_cfoSedpFgr8hns"(mhsjs~.wi^v^`vwPRbwEd\x7ey'eyxhyg~0{h[K~]]~R` E6a 7c+'Gb/qff$~h%Y]D[Qy^ D_ㅉ6a)&`a&eTD0}gW-\Z3P\^6D"^2"6 _?j&g^ad8~5dz MZYzPN{TA|dW2t}LZ!~] ̀]xe{cEuTXvXLw[@*x]1y`S!zgb |b=jH~aq\W]r_Kta?/uc0ue vxg |yAgoV`md2VoQf4Jph>7qi0r~kYrl? 0vXl t_j\kUlm_Imin=,no/xoOpKoq sqny^vgFsTitHjutX\L`NOCS>7 Va(YVZ\q[i5~WxNS|MVBy`Yq6,\(^I3_C`nmVH{ZZLT|]@A{|_5>}_a'S~ck~d/eVs$U+waK1xc@VyUe4Xyg&zhzi/s}jox Tt9iGJ)uRj?Uv/l63bvml%w7nXGwn^Z{io|rS&q,pICroq>sdr2tsg%7t=stsbyCuRQnwx Hsox=py1qyk$qyr&yxJ{sQl'tGm=Xn1o$eoRBp:\x'Q%j?GolM|np3}6oh(q}}p"}pl ~pvUFy1t]=z-u3\zu'{vrzv |6vl{GFOv{lAUx5:W+>Z:[\Ґ^.i#yt=o}[4P]*_gd`a*c:nV}X<b3tid&)Det"fKfght;ˇi]2j(kkBk?kn0y;;)p)1p'wqyq熮qtS}:|w 1]w|'vew.wIwnz+: ~'0~O' ~1~\~.~mft2 $i 6 1^ 2Wy%Y !"#%#&D'f()*+-.(/H0i123457859Q:m;<=>?AB)CBD\EuFGHIJLM,NCOYPoQRSTUVX Y#Z:[Q\f]x^_`abcdfgh#i3jBkRl^mgnqozpqrstuvwxyz{|}~ˀɁǂф{pdXL@3& ֜ȝ|jWE3 תū}kYG6$ڷȸ~kYG5"ŵƣǑ~lYD.оѧҐyaI1ڲۘ}bG,{W3qHvU3sIa)\ Z,      !"#$%&'()*+,-./0123456789:;~<|=|>|?}@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`acdeefghijklmnopqrstuvwxyz{|z}o~dXMA5)ۈʉq`N=, ٖɗmZH6%ؤʥwog`ZTOLIFEDEFHJNRW]cjr{ĄŊƐǖȝɥʭ˶̿*7DQ^kyކߔ ,8CNYcjnoldVD/h 2 R e r xzzzyuph^RE7)4=@?:4 ,!#"#$$%&'()*+,-./|0p1d2Y3M4A566+7!89 ::;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{||}v~oiaZQH>5+! ؎͏Ðxpjc^YURPOOPRUY_fnx̰߱ 8Ql»!Ceª9^ɂʦ2TtҔӲ6Lat݇ޘߧoX\[VL=*b/fMq T p_L7! }tfUA, !"#$%z&d'N(9)%**+,-./01y2g3U4D526"7889:;<=>?@}AoBbCUDIE~% ہ‚rW; ϊ}bG-ޒēx`G/Ԝq_O?0"۬խЮ˯ǰı²µŶȷ͸ӹۺ 0@RfzƏǦȾ *GcЀџҿ'LsٛFsM6+1MZ:{OX͙~ʹ~y~eL~j~Qc=9~|4~cl@~]̳~nf~C~لOiZ/gP8v}6q}0}>ϲ:}i^},~"hN~uO 7A胬|.A|33|M|WE|ߓ}OgV}ьN~|M6g\7{cߥ{fǪ{ `{ɞi|+~|fn}CAN.}{5~zʸU/zDzCz{,a{}|$Ye|ȕM}5[~_wzRêzF2 z] z;{|{d|`L}5P4~=cyy@yz:z$| {[@dH|Lo|4}uyZy2yƔyj;zdj{w{ @c{̡L |34=}S~6׆}}p}UR*}u{}că~5Lx~5(=}p@kcyԃ-bKÂ4؂zGetMڽos ČX9wxʂʈaiJ͂&L43oۅO_tz莴r wA`ցNjdJh3\lԟ[7—vx`9Iue3${K͂:X2-{6 uȀ_JH䀯:2ՃsV/&ĤuU^THiS2`rփȥ$ƁWSJЀatk.\^)H;20T7Yn#s]ƞGЕV1||c|:;h|G|rʼni} ]}G{~2Q9*ǔR<6W[䂶q҈=\+3F遢1˄ڣ9Wr݌>WpxpЇh[HwFF1T4B،lkȉR9oهZ؊&Eo0샠ᤔÇ [ޘ:OnkY΅J4D=[05 ֵK\wʤĘRL~nY+ΒDsЌ0EڇDէи\Qڗݧ*mwzXbDsl0VŒj¦ψԖч{Ά=[l)X6NC'/тNA̩ՊMĠ'-7lgWԃٜmCx/O{Y{Q{F '{s~{ju|wV"}9B~P/BB̝ҹ<Ւ4 $~ӁiڍcUƋY1A7.zB!DE.Z.7} }iцJUAtp .!c˒ɒW|-Qh )TX@ۆ.e^fDi{ 3gQSm@]a..4ت`"סp 91zL fS6t@0-؆d VבAȣyf cRƈ?熏 -؄.eNĠ!|iDxFeDRk6?A -LŅq͒rƋwx{(e R?p-@ zɠz|zzur{Vb| P*[|=~ ,j;ӽp|Μsn%tŕb ǀO=n5,IY6ܟn웅φAusPaRPNل[= ,,ĻݔОD[ٚ̏~sd`TNf4<,è靎e!4ڔ&rٹޔVj)0Jp ^*L ;+Ņ􈉰(z&z ~z}HzjlJ!z[{J |9j})Ћį\RfԨف|PZk2"Z}Iʀ69!K)k9wkR{|GsGk]HYEsI 8䎛)ςϝ.4js2{{5j\pYTH`8n)GɬjԋIz,iX͕HTŊV8q*фDb7ɥR zi#fXVQH0k8Z* nԫ^D-yhTWGŐM8>*håڊʨly1hTW|Gj8*5%*؇TLdWɴ艴ux՜MAhF WxKGn/38*yǓyqb -RƇC`q:5ل(!ރ,ǘiq[LOa3R#C'Ή@4C(HaB%7y֙paDQ՚~UB84폿(in.֮z@ILp5`%QB֔4Ff(/\ ̀Ҥp^`žQqBT4(YϞM g<4˨s0p(Wd`PQ[HB 4ꎶ( Qy2yPxybiy[gzhL죡{O>|b1}%to<&؆ѻxE\i[~L,>1%܍2k3w+;iM"AZLb>-1@K&68P.TwOh~_t1S&HNBHƸyw3hzZ%XeK'T>k<1˒3&Nj„B]{vᖛhfғYK֟}>_ 1ݒU&RN:hvıQh?AKYإ/KĞ>X-1܉e',ƓM v͡Fh,YɤRK>UD1q'QZtvQh'9Y̤,KǞW>n20'onщ$yp{6y(nfhy/`췎ySxzND~}46~}y-z4*z{;24{Ё||vBd}.MU~6:hxYjxyxҪ^zzɈ}{d{c|_L}}[5L~?w31֮wȗxhبyyTzAzb{K|G4~ ivGUvޢrwާwxAMyy(zrb {K|,o4$}uoӿv'vͦצ7wϏ/xnxyia9z|J_{m3}u{ҝuv7$v=w䣍wQxs`z I{K33M|ˆhtqѰu'u¸{7v+`wqvx_yI^z2|t'tUAtɛLujnv$wux+_jy[Hz2|6♄x͍xxx8yd \z uz_{IU|3|~uႎ\?(e+kt 9^sHu2ZIQAAًnŀM>.s)]5GdX2Vݿ(%ǔ|B\PtKnr\1\Gņt1݀4DBAdz~{~ҝ~JA~q~[~ F{9m1t0~t~1c}X}Ӟņ=}ߚHp~ [9~V6E~Œ;1Q~2l}~\}^ǚ}C!^}Zo}Z}E~\0~ }Ė}:||ͭM|禛o9}-Z}E!~+0~f}J|'|5D|o;|Xn|դ`Y};D}ȓ=0c~tvٿ|wW-wݗ_x|yCmцz4Y{FD{|0Z~kud5<іZelgX@{C̄,/n*&T5ɇʕ4ЅkWm,C+w/ԁΉB7Ώˍvj3V|Bۅ/9K]́ih"4Ɇ~d1jUދBPy.ӄ[iLz6W b}yiGU]TA؋.l f3D^'DŽΧɃڢ|hsTفݓ=AWr~.'ʠǼcՐj{wh 2TiA .VΈ uͷ6,ׁEخ|lKe}v̊ c)bP‡>P,ńK'&t1uegFU7}EqЄ6L(z򂅤j?tqdȖJJTȊ;E%6(d(pcc`OޗCtN<9d<7TJ8DԎ'6ه(ϣ奖ԜVsϘcƕ"S푟 D5g(Nz]s]F+c_gSAD`5ۊ n([B?Hjr>c eSWD3_5ĉό(ٙltiNw@2Ǐ&z)"{ɪ{.ZblYLJ]b?N@GԄ2҃&GΓ\rys᥎qup[wF\x됔1zf۳n#o²apݻr;su~p`u [vwEx1Qza rÚs9(tN@uhdvpbw[3yNF>z1~|գ}f|r}|h}|}|~|oi~m}OZQ~}Ef]~71!~#{|(|`R|(e}kn\}pYq}D~p0uҞztDzi`{5n{.|mU|%X}%fD}焋0/~܂g.yƽyͩz9ݕz{-l[{tW|sC}L/~Ux٦y0ymByؚZzd}kw{W-{َC|ȊI/}ax5Lxz}xǦy4'y˜jzV{VmB|W/W}9whxxGx~ayKjzmVzBR{)/&}0ͯwj^\w_w趔xEZ}x$iyUz^- dƵ*% -6 v2~ٟxcG~̙P~Ҕ>p,Qtո1~_u~ob~iP[~}>2~,չwpFqLrІtsъiunaZvOx=Pz+|~Dy,yzC7zrJ{6`{Nl|[OLR;a^+ s6Z IMȈ 9-ەo`]L$;و4+ mvUjF|n)j] )FK2:؂fh*|HwT̡n\gK]Ғ :^*Rb!8†­)lmNj\a0K :kĎ *ځZo#+q NrQ{ҒsjCuYߎvIxf8dzs)|쪓xqx狏yX{eyj:/zYA{KH|,8H}B)5~×C,؀^z:Oir)X H7)'Ֆ+ňzey[HOh6YW*kG}7) ߁+KА]qxtfgOW`YG5X7]) Uܧ*rߗ1 וpwg) t%lǎۢv}Tf UF/Ґ 7) /ʥ#ޖ<׮ֆIjuNeD'UbsE놁6ۄ) wͣ o[pqq™ssJb4StR#vpCJx>4hqz_&|6w'xp}xq<`y'aByRzB{4A}&ˈ~Ďjiǚ`"pLa:~Q$BF4&H⟲ƍ~~[oՖI`sHQ CXB>&3'T"Ϗᛞ~,Hos_ߒkPxxAi3L9'*BD}ƒn~T_WPHhA3ɈH'@y̚Vn}2)m^ݑO.)A|,39#'S3~DZi|şPm^sO’AAŎG3ԉ'b@8Įڊ<|9n@m$H^FOJaAq3!'nߐo~pBvqhrYڜtKWv9=ʓx0ezN$|ېvڃlwCuʣwgɟxxYqyPKWDzR={r0j|$Љ~hy~yr~)uUk}gMl}Y`~KA~Z=m~03%ӏ`P^t_fĝadXeJTM=;0q%Q6vX¤yt?f1X7qJY%=Y0%=ÔGɒsːKe͎WЗ͋J‰<쏦0rl%!:-$0s>1+e[22W|5:Iݓ-<<׏30%҆צǟseW7.I_<0|%cōrjrrY?dΚ=V7IqD7<:01&WFnxaokƬq&^rQt1Eu8 w,8z="'|҄nvxJvxkw^ͦwQСxDky8{-%'|#0~SLM};w}|kh|^|Q}/DЛU}8~&-N3~#xX(.w\Mj~^-QJDVM8-o[#͉热0wChjF]̣QDvt8 -$YuvjSʍ]ԋP˝ˊDS@8do-$Rz嘞vj+P]N/P*D6 h8-i/$ ްivi릧|] PnDF8zB-ό$Yv;i5i]PX D 8ό-⌛$͇my0nem}oaεJpV r=JG\s>u3ʜw)z1 |yiuomua3vQV"GwJ_x'>ۡyg4z*|q!~>y>|m{aֲ{V {JU|R>j|4(}*U~" ym\aɁU׀JRX4EY*π~"y߀xm?saaUɅQJ-k>Y4`ɂ*ґH"֊8xƻ&Dm-gat؋UJ"ňG>y4zK+R##xlm$apU%2J >ʉ4Nq+2Q#b:]x am"]jasPU6Jn4>;?4ɉY+VB#݃x{&m'ꝑa|UJ$/?4Y+m臉#yڥqm*ƦsQnIJ+tpW uq釴w0sr&xuB\ywGm{y#2}{ضoxqkxrytOyuz4q"w=z[x{Fz|2%|}n[oQDqT{rށ5WtopvZwр=Ey1{4lnE ocqք sCunu Zv鄶EZx81D{QzӢkG}mŬ nprr;mt!Y?vDxJX0z2XjIlvmɛȖTo#q_lsVXuoGD?wJ0z;PikI mXMnşpl-r2WtڑCCw60[yφ"Јhjwlhqn'p kxr+-WUtdCovΎ{0'yuSh|jSHkēm8ojqVsgCvv/y,Szl$zm{(o,{qT"|Ls j|tV}vB~y/{`x/v}xw0Rx?z>-| 'qro(ksKLt?xufFdvRx11?y؍*-{®q*r ٝrܰsƪ'wotd]vL!QwΖS?=y$-{n`{kR݂m?o ^pvrcȁxtQrv>x,{Iuɀvc_vڈKFwu;xbDyP[]z>|,y}&~٪~ƙX~~6~~t~~b ~OZ~=,FII}t6}}}s}ᄯa0~%N~{=~,||9|`|{r|䊜`^}ENb}<~O+v{{ꕦ{'{ГOq|s_|M} <]}c+~жzؤzz͂{q{n_{1Me|x<}@+~- zK8fzZzdDCzfpSzᛂ^p{kL| `;|ۋ+}׆yWy*zy}zozk]zL{F;|+}ׯf;jNlYn~pGn)r#\)t#KWQvI:@x){sjt]u~vmOw[y JAzJ9ك{)}m |H}#[%}>}V}blo}[,}J-D~;9~)ւR (`)ᄡ|kqDZۂIX 95i)Ɓc,/͌ {qjzYUI#8J)v9?^zCi聱XY">H=8o)_ǚv͊{Hyi9X"HYT8o8)0w%dۂԁáyH hX .(G鏆8AҊ)ۅeăd<}E`UxhbWG48C))jNl?--nuvoeqUm sELv6 x'v{5s>teu t:vdꋍw?TډxE=y5dž{~'}Yl){I`{Ń{t|Ed(d|T<}DD}5~<'@~zۃHrtns$҂jcdPS؁DC_45Y'rX\#_r@ψbP6SC䅑5,CC'ȝ͍ڔ.Ӏڊqb\R0*C4'z)/[-rpވYbapLR+C͉1(%ۄyHgАvY4hPZckLA'>Ԇ1%3c0 v?th:YَK⊋=>g8o1&ƃ'惆uʑ4|gYRJK>)ċ1y"&$lO]Ψ?/^ugѠKgFEY*IKD=c-1c@&4%􈀦li|Qkom]bvIoGUqPG)s:fu.;x#!{Wql{rsoGsb#tTvG_w:Cy>.Oo{#y}1 x{kyEn̝Dyaz2TWfzG{:`8|.\z}#Ƈ~ĀJz͟ln a SMFƑ:7G.e$zf P[AE;Z1ٓ0U)Fj"0΂op~7f ![BPY_EE;T\1撠C)k"djpmfr=[M,1P\ǑES;`Ћ1')}"Ρmfni=pkqr^mtolVurX wtDyw'0|Yz>̾jqźjlr`ntpu0rnvgkbtgwWIv~yCtxz0b{x|bh|~j|l|^n|~pp|j\s}AVtu[}Bw}0z~l;fׇ i 9kDmh5})oviNqꂿUtXBEv=/yVǧeP{qgi卞|l{nohLp(TsuSAv@Z/ryX_dִ2f}}hƖMk/zmtLgdojT3rxAKuI/8xσ[c&5e[}gܞrQj.xylfoDSr d@u/x\ębp vdܫg%iwy3kyenbSq@to.wUad`RfWh-xkkemn)Rq\@?t@.wZtf4uhvjxxm0xyosekz.qR|{itP?|w-~zK'rp{sqԜu#svFtgwwtudxw*Qz%x?E{zb-}|Xpzr'zssj{@(t{vxv|cwy|Qy }>z}-R|~H(oYpq݃^s=uPt;bvSPPx <>Ay-|0m{opzrt?s^auQOw+T=y>,{¹luSmoou{psGrlatqOvk?=txj,{ @k mܖnlprxqؔM`WsNuȌ=&x,zj׫4lgmomqq0_s*9N uI_|2so|u]}@vLO}xT;"~z-*|Ly(x*yyr z$yzz~n{D{]{{K||r:}}?* ~%FwzKxx~yDQmz\'z݀K{Ҁw:^|0*~Tۮvvfw`\}xlx[^yᅜJzV:|<*}ktufvV|wkwZyRJz79{*}1Ь&tt̛ku}l{vDEjw7ZxUIy|9{*u|sh$ t$tӟ{2ujYvVYwɓI7y9Kz*h|ersMtTzuuiv>YwKHx9 zL*^|쥋|e;gȈDj,xl{hQnW3qWGrs7rv(jz\nSoqtwƂ\rg~tW v4Fw7#y(k|>wEhpx #xvyofz/VZ{Fh{6ۀ|(k~#H߀ SuezUF6(k^~ˆK~/Y~sIt~]Jd~dMU ~XE}~σY6_5G(k}\}1q}uvs}jd9}~Tv}E~6(~(k8e|ٚR|˜ |vs>|c|S} D}k 5~ (k~ǃJ|4ȑ|$|Cr{c|$Ss|Dj|5}(k~k{{ {4{r{yb{_S|D|5}By(k~!E1d鋩gl}݋hio:Al(`nPއq As3rv%zajmy!o}pnrE_zsPYuAw3Fy&!|0u߉v|1twmkx_^ÆkyFO˅zzDA6{U3|&>}ݖ"#~~G{& ~_lن~q^.~OJ[~@惑~2%&XIf5ˆWȅzG҅+ln]| NۃV@P2&nȔkɎcэZyދkIV\σ)NZ|)@Gꅎ2y&Dž xzj3 \7qMЋ@C2& G_2yxhj~[Ԓ!MnF?ƋJ2x&K:Ʉw i[SOdM#ǒ?Y2m-&(dg sYieߐkXnWJpc{"r}~zsIzgh{L[p{O|4B+|7;S}o,Ox~0"Յ~~vrf=BZܒNـB*7ij,\P#;}}~r4fxO"ZhNMBe@(78,iA#FaN}qǖ*lf Zۋ M2HB-7߅,yY#p9|qeےNYƐ*M}"A튘6؈U,ۅ#||(qW,esY!MANJje6Ç,}#5tPcjOf=_`rhTkHm=op2s(Hv "zbtu5k#jl_-$nnSjpDHrB=tytn2ݑOv)yL |triIs ^ٟtSuSHt#v=_.x02y)B{! }~st(o.w]^`cCcHlVf+;t)i0aldOȯ>tsw[-wnw\-_AMb0ke#SsShA!a7kO|o>#r -v0[Dn^aaShdL%rg{`j哟On-=rfv-vm3Zp]­ `܄cr f؝C` jRNnb=q-vBw~o`^q&ccrfBti quk_wInN1yq<{u8,-}pymjynlpptnRrp/qsr_;utMwv2u6x)Gz_юzb〾eqhbmk~Rր$nCq4u7&y7}Gh}kj}lp}oa~8qR7~sTC#*u4xA' {*{&q{{r~{t&o|2ug`|vQ}AxB}y4N~{.'|y6z?wyz}z!{Loz{`{?|9Q{|BZ|}R4%}}',~w݊|x%|xnnyH _JzP]zLA{3}'9~u)vNovꊍ{wqm9x+2^xOyA{^3|f'C}䁀uA؈u5zvElw>&]xOXy,ABz\3{Ѕ+'L}lltq5u#zUuŖkv{]cwhNx@yҊv3{U'S} sڤtyu01kvu:\vҕ8Nx*@y\3Wz'Y|u_wbviehͅhoZRkXLEni>[Wq0u<$yB˅h.j@ul^h,n{YpKуXr>ul0Ђx $ւ{!pQVqtՂs!g"yK펭gXwOiknjk_EmRekp'E$r9u&-Jw"ք{1ov勋pkTr ^!sQuE"v8腦x-Pz#|`vvwj/xV]y'QTzDąz8{-S}#U~Aq~0uQh~ri\~]BR~PM~Dzk~8"-Z\# ވ9tCLh?\8 PyBXDKh8-]r#LFt5^ hwZ\?O@OgC邡N8Z-ZqW#Ӂ ~؆'sh[ԃ4OC8 ^^-Y#~se"g[uOOCWq8-Sf$QUx3f_)m2bb!dW:gKoj?ln4}q})鉪u= hyPwfmFhbNjVmm͉/}4/U4+d *u"5wtjCԉ _w TYI=6>gg4+* "cjt<ѐlj)(_?JtTO}I o>-4* "(5sIi^SىHӇ؍"> %3*R"ӂmBo^cxaYZdcNgbDLj9ѓAm/qi&όKuByTlec4gYPj#NDlD6 o 9ؑq0[t'w{l1:lbnXoN^qCsp9ŐOu01 w'az|k|s0bt9XuLM"vwCw9y#09z'|A W}k8yalzJWzM{PCv{9~|09}j'~E "jʚրKa=LRWX:M@C69h0<'އ p0jm醤`f,WtMɄB9F0G!n'k!%j'*`V֓iLƑ Bǎ-^9]07(݃+!R|i`"IV˓Y;L`Bōu9*s0Pg(6oZ!v%pb^Y}s`P7cFѠf=ij48m+wqM#uETyUbdY/"fPgi0F\k=q nb4_qK+tZ$hhw-zak$XԥtlOšnxFpj=]wr4mt,1w@$Ō,y|sapqVX}rsOisFS#u =;v4mx=,W_z%{ }a#wxX8Ax!O)xFy=%z~4l}{,vG|%Q#}K~`ݤ]}X }Oq}E~= ~J4ui~,Q%Rυ`fzWANuEO<4u,~E% `v*W؟ON囨xE֗ĆJ<̅/4hׄ*,ۃ>%W D`YWӞNEӗp?|sk2}v%z0xtkumwvoiVw(qh[3xVsCLyu7?){#wI1|y%~|Eqtrruutvh{uUwZyvxLrxy{1{|U& }}Ǝo|q}Strh}gts}YuH~Kw~M>ox~1z~&%}=T"n!Hot pyfruXt4KSu> w1z:^&9|Zl΍|)nTrsVo͋!eqZXis(Ju=w-$1ky&J|$k•vmWrnڑempr/WrFJntYl=v1Wy{&X{Tj&lrAndogWq"J$s=[v1/x&c{imZ{8]o\2a\b~DdU/^h G΁k:o~.2s#lxA~bz~einh aAjTmcGfp=:Js@.|v#z.|`jy|lm}n`}\pS}rF~Qt:^~v.pyU#〽{z.rxztl{uM`.{v~SK|4wFt|y :}zn.g~{$}xDzwx{Ykyu{_Uz|ERz|F{};9|}.c}~f$<*vvwqkxS^xɁR&yEzF9{À.P}$_~XauzNv&vAjWv^wjQx@3P5i+U"Mv~h"la~sa~[VP~<"K~AG?~oy5L~+Z3"ǁ v)}rk}a}zU}bJ}tW?}5~,+_~"Zu|k|ד/`|ʑU|J`|ˌ?[}5}U+W~;#pu^Zf]p\ms`Qd6Fzg;ϊk1zMox'هsqxZo4a`fd [䍉fQL$iFtl};9o1r(pve >z#nheUj[LlPĊQnFq;|s1gv(B;x j1{n;odqZrP7t Eou;:Jwd1o-y9(b+{5 H}@m,vpc=w^Y6xAOy EI z:{1\|0(}=}_!~l䈺}McY}Yh}O-~D~U:~1\~(nZ!@lZbԆƒX׃YNڂDX:1nF(!qQkubXNUDu:I1K(Á*!kᐿbI9XmSNMHDA[:m1F(р!-eޛ1Y\\S`AI픟c@"gh6fkL-Wo_%Wsxbe"G`}\k?c)S.eIh?Xk6jo+-Wr%[vJzd'g,[ԕ?iLR3kI=m?pJ6VDr-u%x{dm[8KoPRYpH͏=r?d t62v-x%܆zc}csWt3ZuIQv`HXwz?$x6z-{d&|~[bzZ=K{:Q7u{Hw|+>p|5r}T-~&(~8rbY5PgGm>v~5؇n-n&Hi 7_b*φYSPG}>n5Ճ=- &h} f6$aYoP㊄Gf݈>r85Ɔ-̄lq& ځ[\XSP\1J垦_BHic&9f1',k )_koL"^s^xhZڢ_pRԟbJ}dBh9 kG1=|n)r`"ϋGv:>zZkeR^gJ!j8Al9^dom1ArM)׍ZuK#-xw†{Z kQmI1o[ApqR91sq1&ـX/zP[Hޔ8@ő=e8Ў1108*_K_$J[cXoP͖)aHɓ~S@8֍z1E*t$c,4i\U+2_Y&c]}Lf0`litd[lhK;pm(;tq,xv媋X_a\ob`3_eW|'cWhLkfkIZjnaJnq:s4u4+wy>UgiY>k\m~z`ojxdqYhsIm7v :@qx+w{vR=ssKVct&Zduy^lviSbwYgy I:kz]9p{+v7}BOw}BS}nX"}x4\d}h[`}XIe~>Hj~9o~+unM Q†=V8w=Zg}_]WdQEH8i9To +t"K)sOׅT*vzY@uf^WcCGhV9"nt+tiIN$!SMuXfD]7VbeGg8m+t+Hp7M{RK\upW!e\;8VXaGDgb8mr+scU5fiY:Ih]'ukxaeqn,dUqhF/t(m77+wq)[{Xw +`0^呣caEeetc0QgCnll05q)|v#bQ1MU"|YnM]Џ_b,,Qf֊Ckp5p)vMUPjT|Xsm\*_OaZPf!Bk)O5zp)uR[k5UVmYV{'n]=mpa^gsdOuLiASwmI3vzq&}w+g^jbiazl dlnLg]pjOsIn@vqk3Fy/u'&|yQdagx fixialkknB\npNuqpr@tut3#wx<'{{Satpad@qwfsWiit[lv5Mow@ s4yb2v{1'*z}.^y.[ayvfdzhg{%[j{Mng|l?r }&2u}'>z~ގ\ƁR_uwc h f1gZYi"Lm+?Rq2u)'Oyk]Zi{^MtagWdԇmYh]IL!l()?p* 2t}']x聫Y\t`L/fc'Y3g`!KkU>o}2ts'ix}ƌX|Y[7s_YvfJbҒXfKdj>n2Ks'rx'rU~LsYqqu)]Odva#WFx eIyiOr7)t.̂wY&y߂=|eǀq,\rS€t JWuz@߀w7sx.zN&Ł | *l}e~w\M5xS3OyIXzf@{j{77R|.}&E~ i dv}d~}[}~R~~Im~!@$~P07(~_.~' +c|([j|Rq|*I>}{@}U7}[.~='~k c{*[{ʊOR|#H|Q?|U6}.}'$~x W^㓈TVXN \fE%`a<~d3h*ˊm#Mr&w^[U^MwvbDep;ȋyi 3 l*dp#u yU]XgbUEddL=gD:jb;}md2.p+s#wl&z\hT jLClCȈo6;+q2̆t.+zv$0{y|e\ oT&pKErECKAs:5u28w+$Fy$aw{}[u uaS{~v|KGwBx:y2z+17|@$}+~Z{S |'Js|B|:n}w2~+GM~$<gZFpRJhTB\:4݀2P7+?$ہ2 Z3HHR'Jy B_τ:b2ZM+|߂$/TܜT#MZWE [>_6&d.`5h'Emm| r҈~wToRaX1R^DteA6lC*sJ>9Dz|JoP`V+R]LD,d}b6k^*rރK(f9k'y7oԃ-}t$ysyTJnXc]EXa@`MUeBj]7`o7-ct@>$ywlsQltWU+buYdVwU]KBxb?zf4|k*W~p!dvuoXkp\La.r_VtscJvbgC?Vx~k04zoO*l}Ds!xtkq`jmcj`4ofVUAqiKJtlX>vo4Oy!r*u{v" ~z{sLhh9igjju_llT|odnIlqqS>{ts4!wve*zy8"M}|/re)ohRgqs^ jsSmBtHpv)>*s2w4vfy*y{"} }q!bwvgexa]phy7RkpzH^nz=q{3uK|*x}"|`pS`k~fc\f5Rei@Gm1W=yp3tW*x("{р8o^f4a\AeAQh3Gxl=!oɂ3sY*w"{]2o9]$e`[deQgG.k%`[nb 5f,Mk$bCq5ՄvaCjWY[OPGJ^G6b=f4Ձ{j,[o8$sRqx`C|^X |aO}dF~.g=~kC4n,Z\rv$OvaIz[_Tye^W"zgN{j_E{l=|o4T}r,N~u% xI{^pvOlVNwnMxoEFyq<{t4|Nv6,B}x%0zkn}G]srUult!MGvunDx!vb.8XfH0j(fo "5sxV]IO;`uGc?vg7(j/nX(Ճr6"vFgzLUҁcNvfSF܂7i?#4k7P(n/,q(?u%"rxЂ{U)j Ml&F9nL>1p7 ar/u_(w"`z)}T_|p[M}qE~sz>-~|u6~v/Mx(z#t|ts~;SzvyL{wEB|{xt=} yn6{}z/k~2{)~|#D~!{3SAx|YLz/|D{&}-={}6@|}/:}R~x)~#o~RwqKxDz=qzX6U{/h||)'}c#~~NؓOHJSAqX:=\2av+#f%AzkqovM̐UGRY}@]_9}?aq2le+jO%lo RsGxM[F,_?Ռ)b8f2i+y1m%q [v/; z>LxaE|d?1g8{j1ɇm+eoqF%jt xM{Kڈ^gESj!>{l8o1q+\t%τwb }zA|KAmDƅo>@qn7Ąs^1s9up+cw%y!&| aN~JsDL t=v"7w{1Lx+Zmz&|![}~JLy/C炗y=z7V^{X1-|2+E} &2~!~ځ,I|~CR~=U~71l~1$0+T|&(!ĀTmft1!  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92FJM`LrLڨPϦYǥdħoxƶ˳Я֫ݥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗92EJL`KqJڪMϩVȨaŪk¬u}ŶʲЫ֤ܚᚚᚚᚚᚚᚚᚚᚚᚚᚚᚚᚚᚚᚚᚚᚚᚚ82EJK`IqHۭJЬRɬ]ƯgñqyIJˬХ՝ړޓޓޓޓޓޓޓޓޓޓޓޓޓޓޓޓ82EJJ_HpFܯGҰNʱWȶbźlxŭ˧ϠӘ׏ڏڏڏڏڏڏڏڏڏڏڏڏڏڏڏڏ82DKI_FoDݳCӶH̷Q\lxƩʢΛєԌ׌׌׌׌׌׌׌׌׌׌׌׌׌׌׌׌72DKG^DnA߸>ֽBJ¾\lxƥɞ̘ϑҊԊԊԊԊԊԊԊԊԊԊԊԊԊԊԊԊ72DKF^Bm>};yN_kzpwtuwsyr{q}poˀoˀoˀoˀoˀoˀoˀoˀoˀoˀoˀoˀoˀoˀoˀoˀoˀ )A$U5eFpTy{avhrnoqmtkwjyizh|g~g~g~g~g~g~g~g~g~g~g~g~g~g~g~g~g~9*F@PUPeQuSڢ[РeȝpŜ{œºŸɶ̳ϲҭӭӭӭӭӭӭӭӭӭӭӭӭӭӭ9*F@PUPeQuSڢ[РeȝpŜ{œºŸɶ̳ϲҭӭӭӭӭӭӭӭӭӭӭӭӭӭӭ9*F@PUPeQuSڢ[РeȝpŜ{œºŸɶ̳ϲҭӭӭӭӭӭӭӭӭӭӭӭӭӭӭ9*F@PUPeQuSڢ[РeȝpŜ{œºŸɶ̳ϲҭӭӭӭӭӭӭӭӭӭӭӭӭӭӭ9*F@PUPeQuSڢ[РeȝpŜ{œºŸɶ̳ϲҭӭӭӭӭӭӭӭӭӭӭӭӭӭӭ9*F@PUPeQuSڢ[РeȝpŜ{œºŸɶ̳ϲҭӭӭӭӭӭӭӭӭӭӭӭӭӭӭ9*F@PUPeQuSڢ[РeȝpŜ{œºŸɶ̳ϲҭӭӭӭӭӭӭӭӭӭӭӭӭӭӭ9*F@PUPeQuSڢ[РeȝpŜ{œºŸɶ̳ϲҭӭӭӭӭӭӭӭӭӭӭӭӭӭӭ9*F@PUPeQuSڢ[РeȝpŜ{œºŸɶ̳ϲҭӭӭӭӭӭӭӭӭӭӭӭӭӭӭ9*F@PUPeQuSڢ[РeȝpŜ{œºŸɶ̳ϲҭӭӭӭӭӭӭӭӭӭӭӭӭӭӭ9*F@PUPeQuSڢ[РeȝpŜ{œºŸɶ̳ϲҭӭӭӭӭӭӭӭӭӭӭӭӭӭӭ9*F@PUPeQuSڢ[РeȝpŜ{œºŸɶ̳ϲҭӭӭӭӭӭӭӭӭӭӭӭӭӭӭ9*F@PUPeQuSڢ[РeȝpŜ{œºŸɶ̳ϲҭӭӭӭӭӭӭӭӭӭӭӭӭӭӭ9*F@OTNdOuQڥXѢbɟmşwžùǶ˳ϱԮקէէէէէէէէէէէէէէ9*F@NTMdNtOۧUҥ_ʣiŢt¡}øȵͱӮاڡ֡֡֡֡֡֡֡֡֡֡֡֡֡֡9*F@MTLdLtNܪSҩ[˦fƥpåzøɳϰիڠܛ؛؛؛؛؛؛؛؛؛؛؛؛؛؛8*E@LTKcKsLݭPԬX̪bǪlĪv~¸ɳϬգښܖؖؖؖؖؖؖؖؖؖؖؖؖؖؖ8*E@KSJcIrJްMհUΰ^ɰhƲsò|ɮϥ՜ڕّّّّّّّّّّّّّّܑ8*E@JSHbHqH߳JֵQжZ̸eʽq{ȦΝԔ؎یٌٌٌٌٌٌٌٌٌٌٌٌٌٌ8*E@ISGaFpFGٻNӿWcpyǠ͗Ҏׇه؇؇؇؇؇؇؇؇؇؇؇؇؇؇7*D@HREaDoC}DJTbnxǛ̓Њԃւււււււււււււււ7*DAFRD`BnA{BFRamxƘʐΈтӀӀӀӀӀӀӀӀӀӀӀӀӀӀӀ7*DAEQB_?l>x@FQ`mxŕȎˇ΂6*CACP?]Rcpzċņǂ5*BA?7J0R/U,h0BWgs|2*8=/E)H%R)l1EZit|~~~~~~~~~~~~~~~0*/8&<;#W*o5J]ku{~}{zyyyyyyyyyyyyyyy.*%0-A#Z.o<O_lt~x{{y}xvāuÃtÄs†s†s†s†s†s†s†s†s†s†s†s†s†s†s†$%#,F&[5lDzSb|lxquusxqzp|o~ǹm̂l˄l˄l˄l˄l˄l˄l˄l˄l˄l˄l˄l˄l˄l˄l˄ 1G,Y]?fCmMoNYfqyĆǀ|zyyyyyyyyyyyyy5"B7AE=P;Y69A4H3M6P6g;{HXgr{|zzzzzzzzzzzzzz2":43=.B/A.U3k;~J[is{}{ywwwwwwwwwwwwww1"31+6&6&A,Z3n=M^ktz}|zywussssssssssssss.!*+",-#G+]6oB}R`l~s{wx{v~tǀsƂqńpćnĊnËnËnËnËnËnËnËnËnËnËnËnËnË* "3#J.^FJFVHbKmOwU^lȷqw}Ɣɐˌ̊ɊƊƊƊƊƊƊƊƊƊƊƊ6C.F>EJEUFaIkNtU{ajĺpu{ŎȊʆˆɆƆƆƆƆƆƆƆƆƆƆƆ5B.E=DICTD_GhMpVudzinty~ĈDŽɀʁȂƂƂƂƂƂƂƂƂƂƂƂ5B.D=BHASB]FeMkXmazgmrw}Â}z{}}}}}}}}}}}}5B.B<@G>Q@YD`NcYg`yfkpv{}xvuwwwwwwwwwwww4A.@;=E;N>UDYOZQlZ}biqw~|yvtrrrrrrrrrrrr3A/=::C8J;OENF_KqR[fpx|ywvtttttttttttt3>.975?5D9EBHDRHZNaVgbmgmrx~‚ƒ3A&B3@=@GBOGWM]X``lf~kqv|}{}3A&A2?<>EAMESNVZW^kd}jotzzwtwzzzzzzzzzzz3A&?1<:IDMOMWV]jc{hmsx~ytqnqttttttttttt3@&<0989?%9.656::WEgKuS^h|qxwt}pȂnLJkŋiĐhĖfÞeåeåeåeåeåeåeåeåeåeåeå//*"$!# -55I4N?\JfUoy^urd{nk~jphueyc}bځ`ڄ_ه]؋\א[֔[֔[֔[֔[֔[֔[֔[֔[֔[֔[֔  !.,?7MDXOaxYhq_mjdqgjtdowbty`xz_{{]~|\}[~ZYXXXXXXXXXXX   $//==IIRxTZpZ_i_ddegaji^nk\rm[vnZyoX|pW~pVqUrTsStStStStStStStStStStSt'-49~BCwMJnSPgYUb^X^d[[h]Yl^Wp`VsaUvbTxbS{cR}dQdPeOfOfOfOfOfOfOfOfOfOfOf*(~82vD:mKAeQF_WI[]LXbNUfPSjQRmRPpSOrTNuTMwUMyUL{VK~WJWJWJWJWJWJWJWJWJWJWJW->L.S;WH\Tb`jkrv|䅄|yvsqonmlklţnƢnƢnƢnƢnƢnƢnƢnƢnƢnƢ->L.S;WH\Tb`jkrv|䅄|yvsqonmlklţnƢnƢnƢnƢnƢnƢnƢnƢnƢnƢ->L.S;WH\Tb`jkrv|䅄|yvsqonmlklţnƢnƢnƢnƢnƢnƢnƢnƢnƢnƢ->L.S;WH\Tb`jkrv|䅄|yvsqonmlklţnƢnƢnƢnƢnƢnƢnƢnƢnƢnƢ->L.S;WH\Tb`jkrv|䅄|yvsqonmlklţnƢnƢnƢnƢnƢnƢnƢnƢnƢnƢ->L.S;VG[Ta`hkpuz䇃߂~zwtrpnmll¤nĤoĤoĤoĤoĤoĤoĤoĤoĤoĤoĤ->K.Q:TGXS^_djluv~䊀߅ۀ|yvsqonmn§p§q§q§q§q§q§q§q§q§q§q§->J-O:QFVR[^aihtq~|߉ۃ{wtrpooqrssssssssss->J-M9OESQX\^herm|wߌۇց}yurporstuuuuuuuuuu->I-L9NDQPV[\fbqi{s}ۊքzvsqqtuvwwwwwwwwww->I,J8LCOOTZYe_ofyoyێևҁ|xussuwxyyyyyyyyyy->H,H7JBMMRXWc]mcwkuܒ~ӌ̆ƀ|yvvwyz{{{{{{{{{{->G,G7HAKLPVUa[kati~ޟsԘ}ˑĊ|zyz{}}}}}}}}}}}->F+F6GAIKNUS^Yh`qhz٥s͜zŕ~}}~->E+D5E@HILSR\Xe_mްivҩqȠx~-=D*C5D>FHKQPYWa^iڴisͬo¤v|-=C*B4B=EFJOOVV]`dԸgrȯmtz-=A*@3A2?;BBGINOWS^_˾dqjpv|~,=?(=1>9A@FEMIXK\^cphntz{xwz||||||||||,==';0<7?)F:MKUZ\hbwgm~svypŁjĉfÒbÜ`æ_ô_¨aaaaaaaaaa,51 .#-"3:.B@IPN_Ul\wc~jvqoyk΀g̈dʐbɘ`ɡ_ɫ_ɹ\â\â\â\â\â\â\â\â\â\â,0,'&- 73>EETLbRnXx}`vipqkxheцbύ`Δ^Λ]ͣ\ͭ[ͷ[ͷ[ͷ[ͷ[ͷ[ͷ[ͷ[ͷ[ͷ[ͷ,+$+&48>KGV}Q^vYen_jhendkraqt_vv]{x[yYzX|W}V~TSSSSSSSSSS   +06=@H}KQuTXmZ]g`bcfe_kg\piZtkXxlW|nUoTpSqRqQrPsPsPsPsPsPsPsPsPsPs־ "!..9:|DCtNJlTPeZT`_X]eZZj\Wn^Ur_Tv`RyaQ}bPcOdNdMeLfLfLfLfLfLfLfLfLfLf %1*|<4sF;jLAcSF^YIZ^LVcNThPRlQPoROrSNvTLyUK|UJVIWHXGXGXGXGXGXGXGXGXGXGX'{3$q<,hC2aJ7[P;VV=S\@P`ANdCLhDJkEInFHqFGtGFvHEyHD|ICIBJBJBJBJBJBJBJBJBJBJ( 9H%O1V=\IcTj^qhzp|wx}tqomkihgfeŒe͒fђhҒhҒhҒhҒhҒhҒhҒhҒhҒ( 9H%O1V=\IcTj^qhzp|wx}tqomkihgfeŒe͒fђhҒhҒhҒhҒhҒhҒhҒhҒhҒ( 9H%O1V=\IcTj^qhzp|wx}tqomkihgfeŒe͒fђhҒhҒhҒhҒhҒhҒhҒhҒhҒ( 9H%O1V=\IcTj^qhzp|wx}tqomkihgfeŒe͒fђhҒhҒhҒhҒhҒhҒhҒhҒhҒ( 9G%N1U=[HaSh^ohxp~xz~vspnkjhgffǔfДhГiДiДiДiДiДiДiДiДiД( 9F$M0T >(@0C8H?NEUK޻^TдdeŬksqx~' 7=='?/B6G0C4L6R?YQ¾`bfpl}rx~}xustwx¨x¨x¨x¨x¨x¨x¨x¨x¨' 588#9(<,B.L-O=WP^`doj|pv||vrommp§r§r§r§r§r§r§r§r§r§& 466!6%9'@&I(NNLVY]eco~jxvpnwhc·_ΐ[͚YͥWβV“VДWϕWϕWϕWϕWϕWϕWϕWϕWϕ& ,& '4#=3EBKPR\Xf|_ntfulmzfua}]܆ZۏX٘VءTجTطSɋS֋S֋S֋S֋S֋S֋S֋S֋S֋$ &  &2(;8CFKRR\|Yds^kjdpeluatx^|{[}YVߒUޚSޢRݪQݶQݿQݿQݿQݿQݿQݿQݿQݿQݿ!   &1,;:DGLQ|SZsY`k_fefjamm]tpZzsXtVvTxSyQzP{O|N|N|N|N|N|N|N|N|N|  ' 2.=;EE{MNrTUkZZd`_`gb\meYrgWxiU~jSlQmPnNoMpLqKrKrKrKrKrKrKrKrKr )!4.?9{GAqNHjTNcZR^`VZfXWlZUq\Sv^Qz_O`NaLbKcJdIeHfHfHfHfHfHfHfHfHfͻ, 7+zA4pG;hMAaTE\ZIX_KUeMRjOPnQNrRLwSK{TIUHVGWFWDXDYDYDYDYDYDYDYDYDY".y8%n>-fE2_L7YR;UX>Q]@ObBLfCJjDInEGrFFvGEzHC~HBIAJ@K?K?K?K?K?K?K?K?K?K $w-l3c:$\B(VI,QO/NU1KZ3H^5Fb6Df7Ci8Al8@p9?s:>w:={;<~<:<:=:=:=:=:=:=:=:=:=u$v5wCJ'R3Y>`HhR|oZwybshonlrjugxezd|b}a~`_À_ˁ^Ձ`ہbށc߁c߁c߁c߁c߁c߁c߁c߁u$v5wCJ'R3Y>`HhR|oZwybshonlrjugxezd|b}a~`_À_ˁ^Ձ`ہbށc߁c߁c߁c߁c߁c߁c߁c߁u$v5wCJ'R3Y>`HhR|oZwybshonlrjugxezd|b}a~`_À_ˁ^Ձ`ہbށc߁c߁c߁c߁c߁c߁c߁c߁v$w5yBI'Q2X=_HfQ~nZywbuiqnmskvhyf{d}cba`Ă_΂_׃aۃc݃d݃d݃d݃d݃d݃d݃d݃d݃w$x5|AH'O2V=]GdQlZ|tbxitoptlxj{g~fdba`Dž`Ӆbمd܅eۆeۆeۆeۆeۆeۆeۆeۆeۆx$x5~@G&N1U<[FbPiYqb{{ivprunyk}ifecbaˇbՇdڇeوgىg؉g؉g؉g؉g؉g؉g؉g؉y#y4?F&M0S;ZE`OgYna~xiyptvp{mjgedbÉbЊd؊f؊g׋h֌i֌i֌i֌i֌i֌i֌i֌i֌y#z4>E%L/Q:WD]NeXkati|pwvs|okhfdcnjcԌf֌hՍiԎjԎkԎkԎkԎkԎkԎkԎkԎkԎz#{4=D$J.N8TBZLaVi_phzp{wv|qmjgfeǎfԏhӏjӐkґlґmґmґmґmґmґmґmґmґ{#|4<C$H-L7RAXJ_Tf]nfwo态v{}uqnkihhϓkѓlГmДoГoѓoѓoѓoѓoѓoѓoѓoѓ|#}4;A#F,K5P?VH]Qc[kdumކ~u؀|zvromlkȖmϖoΖpϖqϕrϕrϕrϕrϕrϕrϕrϕrϕ|#}4:@"E+I4NEK2TC[Saahmnwtz{upmjiÜk˛n̚o̙o̙o̙o̙o̙o̙o̙o̙!+ 3214;?I0RBYQ`_fklur~xztojgdcd͘g͘h͗h͗h͗h͗h͗h͗h͗h͗!) 0.,/8 =H.P@XO^]dhjrpz{vt}nhda^]]Д`ДaДaДaДaДaДaДaДaД!( , (& (2 >G,O=VL\Ybehn{ovtu|m|hc_[YXWԎYӏZӐZӐZӐZӐZӐZӐZӐZӐ!'' !  0=F,N:UH[Ua`|gitnpmuvg|{b˄~^ʍZʗWʣUʯT˾SՆTوUىUىUىUىUىUىUىUى% /:"C1J>PJWT|^]tedlljftoa|s\لvYَyU٘{Sڣ|Qڰ}P۾}P|P~QQQQQQQQ  .9'B5IAPK{WSr]Zjc`dje_ri[zlWnSqPrNtLuKvJvJvKuKuKuKuKuKuKuKu !.9*B6JA{RIrWPi\VccZ]i^YpaUwcRfOgMiKkJlImHmGnFnFnFnFnFnFnFnFnӺ "/:+C5zL>qQEhVKa[O\bSWhVToXQuZN|\L]J_H`GaFbEcDdCdCdCdCdCdCdCdCdֲľ %2<)yE2oJ9gO?_UCZ[GUaJRgLOlNMrOKxQI~RGSETCUBVAW@X@X@X@X@X@X@X@X@XƸ  (4w<%mB,eG2]M6WS:SY=O_?LdAJiCHnDFsEDyFB~GAH?I>J=K$[D)TJ,PQ/LW2I\3F`5De6Bi7An8?s9=w:<|;;<9=8=7>6>6>6>6>6>6>6>6>|q$ h+_2W9Q?LF!HM#ER%BW'@[(>_)vF{M)|U3z]=vfFqnMmyTjZf_cbae_h^j\k[lZnYnXoXpXpYpZp]p]p]p]p]p]p]p]pj$i2 l>vF{M)|U3z]=vfFqnMmyTjZf_cbae_h^j\k[lZnYnXoXpXpYpZp]p]p]p]p]p]p]p]pj#i1 n>wE|M(~T3|\E%L.S8ZAaKiS|q[v|bqhmmiqfucxaz`{_|_}b}c~df߀g߀g߀g߀g߀g߀g߀g߀g߀o!o0 ~6<D$L-R6Y@`IfRnZ|yawhrnmsjwgze|c~bÀbӁd߁eނg݂h݃i݃i݃i݃i݃i݃i݃i݃i݃p!r/ 4;C"K+Q4W=]FdOkXu`|hwnrtnyk}hfee˄f܄hۅiۅkۅlۅlۅlۅlۅlۅlۅlۅlۅq!t. 3:C!I)N2T;[DbMiUs^ۂ|f|owurzoljiiĈi؈kوlوmوoڇoڇoڇoڇoڇoڇoڇoڇq v, 2:B G'L/R8X@_IgRڏp\чxfʁo|vw|tqomllϋn׋o؊p؊qىqىqىqىqىqىqىqىr x+ 09AE%J-P4V<\EܛeOғm\ʌufÆ}ov|}xusqppɍqՍs֌t֋t؊t؊t؊t؊t؊t؊t؊t؊s z* /9?C#H*N1T8\@՟bN˘k[Ñrfzow}}ywuttŏuԎvՍwՍw֋w֋w֋w֋w֋w֋w֋w֋s |) /8=A!F'L-R3ܪY?УaMƜiZpewov}~{yxxyӐzԏzՍ{֌{֌{֌{֌{֌{֌{֌{֌t~( .8<?D$J)Q.֮W>˧_MgZneun|v}~}}~Б~ӏ~Ԏ~Ս~Ս~Ս~Ս~Ս~Ս~Ս~Սt'.7:=B H$߷N,ѱU=Ǫ^LeYldsnzv|̑ӐԏՍՍՍՍՍՍՍՍu&- 68;?FڻK+ʹT<®\KcXjcqmwu~|}{ɑ|Ӑ|ԏ}Ս}Ս}Ս}Ս}Ս}Ս}Ս}Սu%- 568=EվI*ȸS;[JbWhbolut|{|yvtƑuӐvԏxՍxՍxՍxՍxՍxՍxՍxՍv$, 235:?H)ĻQ9YH`Ugamktszz{vronÐnӏpԎrՍrՍrՍrՍrՍrՍrՍrՍw", 0 /17 ;F'P8XG_Te_kirqxx~ztoliggՎiՍl֌l֌l֌l֌l֌l֌l֌l֌x!+, * + 29E%N6VE]Rc]igpovvy}|snieca`ҋc׋e؊e؊e؊e؊e؊e؊e؊e؊z )'$$'7C#L4TB[ObZhdnlytrs{xm}hc_][ZЇ\ڇ_ڇ_ڇ_ڇ_ڇ_ڇ_ڇ_ڇ_ڇ~& %5A!K1R?YL`Wf`zlgssmlzsgwb{^~ZXVUρVނX݂X݂X݂X݂X݂X݂X݂X݂ &6@I-Q;XH^R{eZskalrgfylaǁp]ƊtYƔvVşxSƬyRƻzQyQzS|S|S|S|S|S|S|S| &4? G-O9VD{]LsdTlkZfr_ayd\ԂgXԋjUԕmRԠnPԭoNռpMoMpNrNrNrNrNrNrNrNrع  ' 4>$G0N:zTCqZJiaPdhU_pYZx\V_SbPdMeKgJgIgHgJgJgJgJgJgJgJgJg ۱ʽ (5?&G1yN9pT@hZFa`K]gOXnRTuUQ}WNYK[H\F^D_C_B`A`A`A`A`A`A`A`A`ާ˶ +6@&xH/oM6gS<`X@[_DVeGRlIOrKKyMHOEQCRAS?T=U=VLh@InAFuCC|D@F=G4>3?3?3?3?3?3?3?3? y o( g0_7X>RDLJ"HP$DU&AZ'>_);d*:i+8n,6t-4z.3/1000.1-2-2-2-2-2-2-2-2 ujb!Z) S1M8H>CD?JwFxN(wV1t_:nhAjsHf~NbS_V\ZZ\X^W`UaTbScSdRdTdVdXdYeZfZfZfZfZfZfZfb$^/j5 t<zD|L'{T0w\9reAloHh{NdS`X][[^Y`XbVcUdTeSfTfVfYfZg[h\h\h\h\h\h\h\hc$_.m3 w:}BJ&R0|[8wcAplHlwOgTcY`\]_[bYdXfWgVhUhViYh[i\j]k^k^k^k^k^k^k^kd#a-p2 {8@I%Q.Y7|a@viHpsOlUhZd^aa_d]f[hZjYkYkYk[l]m^n_n`o`o`o`o`o`o`oe#d+s0 ~6?H$O-W6^>|fFvpNq{UmZi_ecbf`i^k]l\m\n]n^o_qaqbrcrcrcrcrcrcrcrf#g)w. 5>G"N+U3\_JeUl^sfzlrw|{wtrƒrڃsށt߀uuuuuuuo#+,,16ɻCM.V<]IdTj]qexkqvyzu~qnlkՂmށo߀pppppppq!)'&*5ĿAL-T;[GbRi[ocvj~|oxtsyo|khfeрfh~j~j~j~j~j~j~j~u % "3 @J+S9ZEaPgYm`~tgxzmrrmvhyd|a~_~_~_}b}c|c|c|c|c|c|c|x0 >H(Q6XB_MeVk]xrdryilngrbu_x\zZzYzXz[z]y]y]y]y]y]y]y} . ;F%O3V?]IcRxjYqp_kwdfiam]pYrVtTtStStTuVuVuVuVuVuVuVuٸ +9D"M/T;[DxbMqiSkoYev^`~b\‡fXhUkRlPmOmOlOnPoPoPoPoPoPoPoگͻ +9CK*S5yZ?qaFjhLeoR`vV[~ZWχ]Sϑ_PϜaNϩcLϸcKcLbJeKfKfKfKfKfKfKf ަδ¿ - 9B J*wP3oX;i_AcfF^nJZuNV}QR߆SOߐVMߛWKXIYHYHYGYF[F[F[F[F[F[F[ѭ¸ .:C!vJ*nP1fV7`\<[d@WkCSrFPzIMKJMHNEPCQBQARAR@Q@Q@Q@Q@Q@Q@QԥIJ$1~;tB lH'eO-^U1Y[5Ub8Qh;Mo=Jv?G~ADCBE@F>G4>3?3?3?3?3?3?3? v$n- f5_<XCSINO!JU$F[&C`'@f)>k*;r+9y-6.4/1001.2-3,3,3,3,3,3,3,3}rha'Z/ T7N>IDEJAO>U;Y9_6d4i2p /w!-"+#($'%&&%&%&%&%&%&%&%&xo d\T N'H/C6 ?< sHrQ&oZ.jc6enxqFs{MnSjXg]e`ccae`g_h_i`iajbjcjdieieieieieiei^#i"v#, 6>EL"S*Z2߅e;~mExvMtTpZl^ibgeehdjckclcldmflglhkhkhkhkhkhkhk_#k y"+4 <CJP&X.׊a:΄jE~sMy{Uu[q`ndlgjjhlgngogohoiojnkmkmkmkmkmkmkm_#n{!*2 :AGM!ږU-Ϗ^9ȉgDoM~wUy[v`sephnllnkpkqkrlqmpmpnonnnnnnnnnnnna!p~ )1 8 >DߠJӚR+ʓ\8dCmMtT~|[zawetirmpporosospsprqqqpqpqpqpqpqpqpc r'/6 ;@ڤFΞQ*ŗZ7bBjLrTy[`|eyjwmupssstsutttsuruqupupupupupupet&-4 7 =ԧDɡO)X6`BhKoSvZ~`e}j{nyqxswuwvxuxtxsxqxqxqxqxqxqxqgw$+03ܮ7 ϪCťN(W5_AfJmStZ{`ejn~q}t|u}|v|}v|}t}|s}|r}|q}|q}|q}|q}|q}|qiy#),/ײ4 ˭AL'U4]@dIkRrYy_dimq|tyvwvvvvtwsxrxqxqxqxqxqxqk{!&'ߴ)ҵ2 ǰ@K&S3[>cHiQpXw^~di~mzqvssuqvovptqsrrsqsqsqsqsqsqm~" ں!͸1 ´>I$R1Z=aGhOnWu]|c}hxltpprmtjuiuitksmqmqmqmqmqmqmqpӽȻ/<G#P0X;_EfNlUs[}zawfrjnnjqfsdscscreqgpgpgpgpgpgpgpsپ -:F!O-V9^CdLjS|qYvx_qclhhkdn`p^q]q]p^p`oaoaoaoaoaoaow׵ *8DM+U6\@bI|iPvoVpv[k}`fdbg^j[lXmWmWlWlZlZlZlZlZlZlZl| ح ͸ '6AK(S3Z<}aEvgKpmQjtVe|[`_\bXeUfSgRgRgQhShThThThThThTh ۥαŻ#3 ?H$Q.}X8v_?ofFilKdsP_{T[XW[T]Q_O`M`M_LaMbMbMbMbMbMbMb Ъŵ / <F~O)vV2o^9hd?ckD^sIZzLVʃORʍROʘTMʥVKʳWJWIVIXGYHZHZHZHZHZHZԢǯ !0 ;}DuM$nU+g\2bd7]k;Yr?UzCRڃENڍHLژJIڥKH۳LGLFLFLDOCOCOCOCOCOCOۚʩ %3 {<sDkK"dR(^Y-Y`2Uh5Ro8Ow;L=I?GADBBCAD@D@D@D@C@C@C@C@C@Cͣ (x2 p;iCbJ\P#VW'R^+Oe-Ll0Is2F{4C6A7>9=:;;:<9<8<8<8<8<8<8<8<|t&l0 e8^@XGSMOT KZ"Ha%Eg&Bm(@u*=}+:-8.6/40312212121212121212yog"`,Z4 T<OCJIGOCU@[>a;f9m6t 4}!1#/$-%,&+&*')')')')')')'~ukb[T&N.I5E< AC >H;N8S5X3^1d.j,r*z'%$#"!!!!!!~pg^ VOI C'?.:47:3?0D.I ,N )S 'X %^ #d !l t }L*H3O4T7ZA\JZTW`$Tk*Px/M3J6G9F;EC?B?B@AAAAABABABBADAFBGBGBGBGBGBGBM)J2Q2W6\?^I]SZ^$Wi*Su/P4M7J:HFNW&~a1xj:ssBo|HlMiQfUdXcZa\`^`_`_a_a_c_d_d^d^d^d^d^d^[ ht~#+4 ;CJڊT%Ѓ]0~g:xoBtxHqNnRkViZg\e_dadbdbdbebfag`h`h`h`h`h`h`]jw!)18 ?ݔGҎQ$ʈ[/ƒd9~lAytHu|NrSoWm[k^j`hchdhehdidjckbkakakakakaka_mz'.5; ֘C̓O"čX.a8iA~qHzyNwStXq[o_nbmdlflflfmendncnbnbnbnbnbnbao|$+1ݠ6 ќAǗM!V-_7g@nH~vN{}SxXv\t_rbqepgphpgqfrerdrcrcrcrcrcrccq!',ؤ2̟@ÚK U,]7e?lGsM{S}Wz\x`vcuftgththugvfueududududududet#ߦ&ҧ0ȣ>IS+[6c?jFqMxRW\}`{czf~yh{yizyiyzhzzfzyezydzydzydzydzydzydgv۫Ϊ/Ħ=HQ*Y4a>hEoLvR}W[_~czfw~hu}is~is~ht~ft}eu|du|du|du|du|du|dixծʭ-;FP)X3_bpC^wGZKVNSPPRMTLTKTKTJUJVJVJVJVJVJV֘ɥ(6 AyJrR&lZ-fa2ah7\oqHjPdX%__*[g/Wn3Sv6P9Lӈ;JӔ>GӠ?EԮ@DԿAC@D@BBADADADADADADјå }&u2n<gEaM\U W]$Td'Pk*Ms-J|0H2E4C5A6@7?7?7?6=8=8=8=8=8=8ơyq'j2d; ^CXKSRPYL` Ig#Go%Dw'A)?*=,;-9.8/7/7/6/6/6/6/6/6/{tmf&_/Z8 T@PGLNHUE[Bb@h=p:x8 6"4#2$1%0&/&.&.&.&.&.&.&yphaZ#T+O3J;FB CI @O=U:[8a5h3o0x.,*)('&&&&&&xlc\UOI&D.@4<;9A6F3L1Q .W ,] *d (l %u #! yk^VO IC> 9'5-23.8+=(B&G$L"Q W^enx        B-B2H2L6N<PGPRN_KkHw$E'B*A,?.?/>0=1=2<2<3;3;4;4;4<3<3=4?5?5?5?5?5?5C,D0J0N4Q:SFRQQ]Ni Kt$H(E+C-B/A0@1?2?3>4>4>5=5=5>5>5?4?6A7A7A7A7A7A7D,G.M.Q2T9WDVOTZQf Nr%K})H,F.E0D2C3B4B5A6A6@7@7@7@7A6A7A8C9D9D9D9D9D9E+I,P,U/Y7\B[MXWVc Ro%Oz*L-J0H2G4F5E6E7D8D8D9C9D9D9D9D:E;FH?J@J@J@J@J@J@G*P'X&^*c3f= fGdQ`[ \g&Yr+V}/S3Q5P7N9M;LK>L=K?KAJBLCMCNCNCNCNCNCJ(T$\#c(h0l; lDjNfXab%^m+[x0X4V7T9S;Q=Q>P?O@O@OAOAOCNENFPFQGQGQGQGQGQGM%W!` h&n.r8 rApKmTh^$di*at0^~4[8Y;W>U@TBSCRDRERFRFRHRIRJTJUJUJUJUJUJUJP#[dm$s+w5x>wGtPoZ"ke)go/cy5`:]>[AYCXEWGVIVJUKUKVLVMVMXMYMYMYMYMYMYMS ^hq"x(|1~: }CzLvWra(mk/it6e};b@`C^F]H[KZLYNYOYOZPZPZP[P\P]O]O]O]O]OValu |%.7 ?H}Sw]'rg0np7jxHQ%X._5f<}mAxtFs{KoOkRgUdXaY_Z_Y_Y_XaWaWaWaWaWaWo  ߍҘʢ© /<FO#V,]3}d9wk?rqDnyHiLePaS^U[WZXYWYWYV[U[U[U[U[U[Us ̜ؑå ,9DM T)}\0wb6qi|HuP!oX'j_-ee2`l6\t:X|>UAQDNFLHJHIHIHHIHJHJHJHJHJHJΔ¡ /{; tEnNhV!c]'^d+Zk/Vr3S{6O9LG?F@E@E?DACBCCCCCCCCCC֍ƛ y*r7lBfKaS\[Xb#Ti'Qq*Mz-J΃0HΎ2EΚ4CΨ5Bθ6A5A5@7?9>9>9>9>9>9ʖx sn&h3b> ]HYPUXQ`NgKo Hx#Fށ%Cތ'Aޘ)?ަ*>ߵ*=*=*<+;-:.:.:.:.:.vnic'^2X;TD OLLSI[FbDjAr?{<: 8!7"6#5#4#4#4#4#4#4#4#uid^Y&T0O8K@GG DN AU?\A;G8N5T 3Z 1a /i ,r *} (&%$#""""""sgYSMHC?&:-73390?.D+J)P'V$]"e ny         tgXMGB <840%,+)0%5#: ?DIOV^hr~      9/<0A1D4D:DEEQ C]Ai>v<:9 8!7#7#6$6%6%5&5&5&5&5&6&6&6&6'6(6(6(6(6(9/>/D/F2H8HCHO G[DgBs?=$=%=&<'<(;);););*;*;)<)<*;+;,;-;-;-;-;-<-D)J)N,Q4R>RJ PUMaJmHxE"C$B&A'@(@)?*?+?+?+?,?,?+?,?->/>0?0?0?0?0?0@*H&N&R)V2W<WG UQR]PiMt J#H&G(F)E*D+D,C-C-C.C.C.D-C0B1B2B3C4C4C4C4C4C'K#R"X'\/]9^C [NXXUdRo Pz$M'L)J+I-I.H/G/G0G0G0H0G2G4F5F6F7H7H7H7H7H7F$O V]$a,c5d@ bJ^T[_Xk Uu%S(Q+O-N/M0L1L2K3K4J5K5K6J8J:J:K;L;L;L;L;L;J!S[b"g)i2j< hFePa[^f [q%X{)V,T/R2Q4P5O7N8N9N:N:O;N=N=N>O>P>P>P>P>P>MV_g l&o.p8oB lKiWebal%]v*[~/Y2W5V7T9S;SR?R?R?RARASASATATATATATAPZdlq#u*v3v= sGoSk^fg&cq+`y0^4\7Z:YW@VBVCUCVDVDWDWDXDXDXDXDXDXDS]hpv z&|.|8zD uOpZlc&hl,fu1c}5a9_<]?\A[CZEZFYGZGZG[G[G\F\F\F\F\F\FU`ktz")ނ3@ zLvVq`%nh,kq2hy6f:d=b@`C_E^G^I]J]J^J_I_I`H`G`G`G`G`GXcnw~#և.̃= I{Sv]%se,om2mu7j|;h>fAeDcGbIbKaLaLbLcKcJdIdIdIdIdIdIZfqz݋Ћ,Lj; GQ{Z$wb+tj1qr6oy;m?kBiEhHfJfLeMeNfNgLgKhKhJhJhJhJhJ\ht}֏ˎ*Œ8 DOX#|`+xh1uo6sv;q}?oBmElHkKjMiNiOjOkNkLkKkKkKkKkKkK^kv ۏ Вǒ'6BMV"^*}e0zl5ws:u{>sBrFpIoLnN}nO{mPznPyoNyoMyoLyoKyoKyoKyoKyoK`m y ۋ ԑ ̕•%4AKT!\)c/~j5|q9zx=xBvEuI|sLyrNvrPurPsrPtsOtsMtsLtsLtsLtsLtsLtsLbo { ކՎϔ ǘ#2?IR Z(a.h4o9v=}~A}{EzyIvxLswNqwPovPnwPnwOnwNnwMowLowLowLowLowLd r ~ڈАʗ›!0=GPX'_-f3m8t={{AxEtHq}Km|Nk|Oi{Ph|Ph|Oi|Ni|Mj{Lj{Lj{Lj{Lj{Lf uԋ˓Ě.; ENV%],d2k7zrmBiFeIbK_M^N\N]M]L]K^K^K^K^K^Km|Ոʒ )6 AJR!~Z(y`.tg3on8kuQ@OBMCLCLCKCKDKDKDKDKDKD}ϋ–-}9 wCqLkSfZ"ba&^h+Zo.Vw2S5O8L:JE?E?E?E?E?ڃǑ {(u5o@ iIdQ_X[_ Wf$Tn'Qv*M-J0H2E4C4B5C4B5A7@7@7@7@7@7΋{tp"k0f<aE \NXVT]QdNlKt"H~$EȈ'Cȕ(AȢ*?ȱ+>+>*>+=-<.<.<.<.<.ē{pg d`*\6XATJ PR MZJbGiErB|@؇=ؓ<ء:ٰ 9 9 9 8"7#7#7#7#7#{pe]ZV'R2N<JDGMEU B\ @d>l;v9754221111111{ocXTQM&I/E8A?>G94 0,)&""',16<AHOW a l y 116.:/;2;9;C9O8\ 6h 4t2100//.........//......3/9,=->0?6?A=M<<;::9999999:9!9#9$9$9%9%9%9%<'C#H"L&O/P9NCLO J[HfEqC|BA@?? > >!>!>!>!>!?!>#=%='=(=(=(=(=(=(?#G LQ$U,V5U?SJ PVNbKmIwGFE D!C"C#C#B$B$C$C$C%B(B*B+A+A,A,A,A,A,C JPW![(\2[;YF VQT]QhOrM|K J!I#H$G&G'F(F(F)F*G*F,F.F/F/F/F/F/F/F/FNV\`%b-b7`A]L ZXXcUnRwP"O$M'L(L*K+J,J-J.J/K/J1J2J2K3K3K3K3K3K3JRZaf!h)h2g<dH aT^^[iXr V{$T'R*Q,P.O/O1N2N3N4N4N5O6O6O6O6O6O6O6O6MU_fkm$n,m6kCgOdZ`d]m"[v&Y~)W,V/U1T3S4R6R7R8R8R9S9S9S9T8T8T8T8T8OYcjort&t1q?mKiVf`ci"`q'^y+\.[1Y3X5W7W9V:V;VZ?Z?[>[>\=\<\<\<\<\`>`=`=`=`=Wb l t z ~ ҁȁ'6|B xMuVr_"of'ln,ju0h|3g6e9db@bBbBbCcBcAd@d?d?d?d?d?Yd n w}Ԃ ̄Å$4@ |KyTv\!sd&qk+or/my3k6j9h I}RzZ wa&uh+so/qw3o~6n:m=k?|kByjCxjDvjEvkCvkBvkAvl@vl@vl@vl@vl@] it|ЃɈÊ /< GP~X|_%yf*wm.ut2t|6r9|q=yp@voBtnDrnEpnEpoDpoCqoAqo@qp@qp@qp@qp@_kvˆŋ -: ENV]$~d)|k-zr2}xy5zw9wvf~Ac~Ca}D`}D_}C`}B`}Aa}@a}@a}@a}@a}@gtLj&3? HPX z_%ve*rl.ns2j{6f9c<`?]A[BZCZBZA[@[@[?[?[?[?jx̓Œ#1< FNzVu]#pc(lj,hq0ey4a7^:Z=X?V@T@T@T?U?U>U>U>U>U>o|ȇ .9 CyLtSoZ ja%fh)co-_w0[4X7U9R;P=O=O,=-=-=-=-=-ljsj gc(_5[?WH TP PXM_JfHnExBÂ@Î>Ü<ë ;ü!:!;!9"8$8$8$8$8$uj^YW!U.Q9NCKLISF[ Cc Ak>u<р:ь8њ6ѩ5ѻ45433333uj^TL JH&F2D<BE?M=U;]9f7o 5z 3 1 0..--,,,,,vj^SIEB@$=.:68>6F3M1U/]-e+p){(&%$#""""""wj]QF?<96 3(10.6+=)D'J%R#Z cn{xj]PD:52 .+(!&'#- 39?EMU_jx       yk^PC8/+'$!#(-28? F OYer,/0,2,30160A/M-Z+f)s(~ ' ' ' & &&&&&&&&&&''&&&&&&.,3)5*6-645?3K2W0d.p ,{ , + +****)))))**+***))))1)6&9&:);2;=9H7T5`3l 2w 0 0//.........//.......4&9#=#>&A/A9?E=P;\9h 7s 6~5443333333334332322228#= AE#G,G6F@DLAX?d >o>=========< qInRl[ibgj"fq%dx(c+a.`0_3_5^6^8^8_7~_6~`5~`4~`4~`4~`4~`4U`ipuxz{z/x<uF sPpXn`kg!jn%hu(g|+f.d1c4c6|b7zb9yb9xc8xc7xd6xd5xd5xd5xd5xd5Wblsx{} ~~,|9yD wNtVr]pd nk$lr(kz+j.~i1{h4xg6vf8tf9sf:rf9rg8rg7rh6rh5rh5rh5rh5Yenv{ *7}B {KxTv[tb ri$qp'~ow+{n.xm1vl4sk6pj8nj:mj:lj:mk8mk7mk6mk6mk6mk6mk6[gqy~ (5@ I}R{Yy`wg#|un'ytu*vs}.sr1pq4mp6ko8io:ho:go:go8ho7ho6ho6ho6ho6ho6^jt|%3> GPW~^{|e"xzl&tys*qx{-nw0kv3hu6ft8ds9bs:bs:bs8cs7cs6cs6cs6cs6cs6amw#0<ENU{\wc!sj%oq)l}y,i|/f{2cz5`y7^y8]y9\y9]y8]x7^x6^x5^x5^x5^x5dpz .9C LzSuZqa nh#jo'gw+c.`1]3[6Y7W8W7W7X~6X~5X~5X~5X~5X~5ht~+7A yItQpXl_hf!em%at(^},[/X1U3S5R5Q5Q5R4R4R3R3R3R3ly '~4y>sG oOjVf]cc_j"\r%Y{(U+R.P0N1L2L2L2L2L1L1L1L1L1q~|#w0r;mD hLdT`Z]aYhVp!Sy$P'M)J,H-G-F-F-F.F.F.F.F.F.w}wso,j7eAaI ]QZXW_SfPnMvJ!H$E&C'B(A'A'@(@)@)@)@)@)~ul ie'a3^=ZFVN SU P\McJkGtE~B@> < < < ;!:":#:#:#:#yma]Z X-T8QBNJLRIY F` DhAq?|<:8767554444{ocXP ML%J1G;EDCLAT>\=<&;19;8E6M5V3^1h0s.,ۍ*ܝ)ܭ(('&& & & & ~qeYMC:5 31 0*.3-<+D*L(T']%g#s" reYLA8/- +(&$$+"2!9AIQZersfYK@5,&$ !"(.5<CL V b ougZK?3)!  # (.5=FQ]k{',**+**.&4%?#K!X dp{     )*,'.'-*,2+=)I'U%a#m"x"!!!!!!!!!!!!!"" " ! ! ! ! ! ,&0$1#1&2/1:/F-R+^)i(u''&&&& & & & & & & & ' ' & & & &&&&/#3 57#8,876B4N2Z0e.p-{-, , , + + + + + + , , , , ,,,,,,,37:= ?(?2=>;I9U7a5l4v3 2 2 2 1 1 1 1 1 1 2 2 2111111117;?CF$F.D9BD?P=\FJDVCbAl @u ?~ >==<<<;;;<<<<<<<<<<>DJOQR#Q-O8MEKQI\Gf FpExDCBBAA@@@@AAAAAAAAABG OSVWV%U1S?RLPW Na LjJrIzHGGFFEEEEE F!F!F"F!F!F!F!F!EK S W Z[ZZ+Z;XHVS T\ RePmOuN|MLKJJ!I"I#I$J$J$J%K$K$K$K$K$K$H OV[ ^ ^ _`'_6^C[N YXWaUiTpSxRQP O"N#N%N&N'N'N'O'O'P&P&P&P&P&J SZ_bc ce#e2c@aK ^T\][eYlXsVzU T"T$S&R'R)R*R*S*S)T)T(T(T(T(T(LV]cghhj i/h<eG cQ aZ_a^i\p[wZ~!Y#X%W'W)V+V,V,W,W+X*X*X)X)X)X)OY`gjllmn,l9jDhN fWd^be`l_s^{!]$\&[([*Z,}Z-|Z.zZ.z[-z\,y\+z\*z\*z\*z\*Q[djnpp qq)p7nBlK jTh\fceicpbx!a$`&}_){_+x^-v^.u^/t^/t_.t_,t`+t`+t`+t`+t`+S^gmqss uu't4r?pI nRlYj`ighnfu!}e}$zd&wd)uc+rb-pb/ob/nb/nc.nc-nc,nc+nc+nc+nc+U`iptwwxy$x2v=tG rOpWo^md}lkzks wjz#ti&rh)og,mg.kf/if0if0ig/ig-ig,jg+jg+jg+jg+Xclsxzz{|"|/z;xE wMuUs\{rbxpiuop rnx#om&ml)jl+hk.fk/dj0ck0ck/dk-dk-ek,ek,ek,ek,[fov{~~-9}C {K ~zSzxZvwasugptnmsv"jr&hq(ep+bp-`o/_o/^o/^o/_o-_o,`o,`o,`o,`o,^iry+6@~I yQu}Xr|_n{ekzlhyt"ex}%bw'`v*]u,[u.Zt/Yu/Yt.Yt-Zt,Zt+Zt+Zt+Zt+amv} (4~>yG tOpVm]icfjcr `~z#]}&Z|)X{+V{,T{-S{-Tz-Tz,Ty+Uy*Uy*Uy*Uy*eqz $}1x;sD oL kTgZdaah^p[x!X$U&R)P*O+N+N+N*O*O)O)O)O)ju{!w-r8mBiJ eQbX^_[fXmUvR!O#M%K'I(H(H'I(I'I'I'I'I'o{~wso)k5f?bG_O \VX\UcSkPsM}JG!E#D#C#C#C$C$C$C$C$C$utn jf%c1_;[DXKUS RZ OaMhJqG{DB@>====<< < < |{oc_\Z+W6T@QHNOKW I^ Ff DnAx?<:988776666sgZS QO$M0J:HCFKDRAZ?b=k :u 8 64321100000ui^SGCB@'?2><5-% $#"%!. 7@JS^jx{naTH=3*" &-5=FP[i x }obUG;1'  # ) 08ALXfwqcVH:/% #*2<GTcs")#'#( +1=IVbnx$'&$&$$'"/ :FS_ju'#) ) (#)-'7%C#O![fq{+--. /)/4,?*K(W&b%m$w############$$$$$ $ $ $ $ .1256%6/4:1F/R-],h+r*{***)))))***** + * * * * * * 258;= <*;59A6M4X3c2m2v11000//// 0 0 1 1 111111169>ACB#A.>:=Ft ={ = < <<;;;;;;<<<<<<<<= BH K LLJJ,K;JHHSG]Ff Dn Cv C}BAA@@@@@@AAAAABBB@ FLOP O OQ'Q6PCONMXLa Ji IpHxGGFFEEEEEEFFFFGGGBJPTVU UV"W2V?TJSTQ] PdNlMsLzLKJJIIIIJJKKKKKKEMTY[[Z[\.[;ZFXPVY U`ShRoQvP}PONNNN N!N!O O OPPPPGQX]``^ `a*`7^C]M[U Y]XdWkVrUyTSSRR!R"R#}R#|S"|S!{T!{T {T {T {T JT\addc de'd4c@aJ_R ^Z]a[hZoYvX}XW}V {V"yV#wV$vV$uW$uW#uX"uX!uX!uX!uX!MW_dghghi$h2g=eGdO bW a^_e^l]s}]z{\y[v[!tZ#rZ$qZ%pZ%o[%o[#o["o["o[!o[!o[!OZbgkljkl!l/k:iDhM fU e\db}bizbpxaxu`s_p_!n^#l^%k^&j^&i^%j_$j_#j_"j_"j_"j_"R]eknonopp,o8mBlK jR ~iY{h`wffufnreupd~mckc"ib$gb%eb&db&db&eb$ec#ec"ec"ec"ec"U`hnqsqrst*s6r@pH}oP ymWvl^skdpjlmiski|hhfg!dg#bf%`f&_f&_f&`f$`f#`f#af"af"af"Xckquwuv wx'w3v=|uFxsN urUqq\npckojinqfnzcmal!_k#]k%[k&Zk&Zk%[k$[j#\j"\j"\j"\j"[fnty{yz {|$|1|{;wzDsyL pxS lwZivaguhdtoasx^r\q Zq"Xp$Vp%Up%Up%Up$Vo#Vo"Wo"Wo"Wo"_irx}~!{.w9rBnJk~Q h}Xd|_b{f_zm\yuYxWxTw!Rv"Qv#Pv$Pv#Pu#Qu"Qt!Qt!Qt!Qt!cmv}}yu+q6m?iGeO bV _\\cZkWsT}QO~M~ K}!J}"J}!K|!K{ K{ K{ K{ K{ gr{|vrn'j2f<cD`L\S ZZ WaThQqOzLJHFEEEEEEEEmxtn if"c.`8\AYIVPTW Q^ NfLnIxFDB@????????s~{le`][)X4U=REPMMTK[ Hc Fk CuA><:99998888zuh[V SQ#O/L8JAHIFPCXA_?h=r :} 8 6433322222ymaUKGED'B2A;?C=K;S9[7d5n3y1/.- ,, + + * * * }qdYMB; 875)423;2D1L/U.^,h*t)'&$###""""sg[OD:0* ('&'%0$9#B"K!U _lz͊͜ήuh\PD90(  "+4=HS_m~ߑ wj]PD8.%   ! ) 1 ;EQ^nyk^QC7-#  %.7BN]n{m`RD7+!  !)3>K[l&$%'.:G S _ k u           #!!$,7DP\gr{""! )4@LXcnw%&$%&%$0!;HT_is|)*),,!,+)7'C%O#Z"d!n!w!!!    !!!!""#######,.0332%00.<,I*U*_)i)r(z(((((((((()****** * * 02 6 8975(352B2O1Z1d0m0u0|/////////00 0 0 0 0 0 0 0 3 6< > =<99-:<:I9T9^8g7o7v6}6655 5 5 5 5 5 6 6 6777777;@BB ?>@'A6ADAO@Y?a>i=q=x< < ; ; ; ; :;;;<<<<<<<:@EHHF EG"H1H?GJFTE]DdClBs Bz A A @@@@@@@AAABBBB<DJNOMKMN-N:MFLOKXJ`Ig Hn Gu F|FEEEEEEEFFFGGGG?HOSUSQ RS)S6RBQKPTO\Nc Mj LqKxKJJIIIIJJ~K~K}K}K}K}KCLSXYXV WX%X2W>VHUQTXR_ Rf QmPtO{ONN}N{MzNxNwNwOvOvOvOvOvOFPW\^]Z[\"\/[;ZEYMXUW\ Vc UjTq~Tx|SzRxRvRtRrRqRpRpSpSpSpSpSpSISZ_ba^_``,`8^B]K\R[Y Z` }Yg{XnxXuvW}tWrVoVnVlVkVjVjWjWjWkWkWkWLV^beebbcd)c5b?aH`P}_W z^] w]d u\ks\rp[{n[lZjZhZfZeZeZeZeZeZeZeZeZOYafhief gh'g2f=eF{dMxcT ub[ raa paim`pk_yi_g^e^c^a^`^`^`^`^`^a^a^a^R\dillij jk$k0~j:ziCvhKsgRpgY mf` kefhdnfdvdcbc`b^b\b[b[b[b[b\b\b\b\bU_glpolmno!}o-yo8unArmInlPkkW ik^ fjedilait_h~]g[gYfWfVfVfVfWfWfWfWfWfYbjpsspqr|sxs*ts5ps?mrGjqNgqU dp\ boc_oj]nrZm|XmVlTlRkQkQkQkRkRjRjRjRj\fntwvuvzwvxry'oy2kx<hxDewLbwS_vZ ]ua ZuhXtpUsySsQrOrMqLqKqLqLpMpMoMoMo`jrx{zzz{t| o~l~$i/f9bB_~I]}PZ}W W|^ U|e R{nPzwNzKyIyHxFxFxFwGvGvGuGuGueow}~sl he b,_6\?YFWNTUR\ Oc Mk KtHFDBA@AA~A}A}A}A}ju}yjd`]['X2U;SCPJNRLYI`Gh Er B}@><;:;;;;;;q{se\W TR"P-M6K?IGGNEUC]Ae>o <:9)827;5C4K2S1\/f-q+*('&&%%%%%xk_SH=4/-, +)*2):(C'L&U$_#k"x {nbVJ?5,$ &/8AJUaoƑǤǹ~qdXK@5+#   ! * 4 > I U brԄԘԫsfYL?4*!    (1<GTctuhZM@3(  %.9ESdvwj\O@3'  *5CRcv#!! $ +7DQ]hr{ ) 4 AMYdnw%0=I U ` j s |   ",8DP[fow""!"" '2>KV`jrz&% ( )(& $+!8 DP[emu}   !"""#####) *./ -+("&/&='J'U(_(h(o'w'~''''''((())******-0342 .,.(/70D0O0Y0b0j/q/x///...///00011111058:95 46"818?8J8T7]7d6l6s6y55555555 5 6 6 7 7 7 7 7 3:?BB>;>?,?:?E?O>X=_=g^qF\pMYpTWp[UobSoj Pns Nn~LmJmIlHlGlGlHkHkHjHjHj^gnrrqzqqrktfucv`w(^w3[x<YwCVwKTwRRvYPv`NuhKuq It| GtEsCsBsAsBrBrBqCpCpCpclsvuvuvixcz^|\}Y~$W/U8S@PHN~OL~VJ~]H}eF}nC|y A| ?{ >{<{<{v;9 8 6 6 6 6 6 6 6 6 ox~wk^UNJHG%E/D8B@@G?O=V;_9h7s5310////// / v}peZOFA >=;(:19:7B6J5R3Z1d/o-{,*)(''''''~vj^TI@7210!.*-2,:+C*K)T(^&i%v#" }ocWMC80($#!! )1:BLVao~uh[PE;1' &.7ALW e t zl`SG<1' $,6@LYhy̌˟˳|obUH;0&  "*4?KZj}ݑݤ޶qdVI</$  '1=KZltfXK=/$  #.;J[m  (5ANZenw %1>JVaks{  "-9FQ\fow~( 4 ALWajrz   ".:F R \ e m u |   &3?KV_how}""%$! *8EPZbjqx~   !!""#####%(*+(! !$$%2&?'J'T']'d'l'r'y'''''(((()******(.353-*-.,/:/E0O/X/_/f/m/s.z.....///0011111-5:=<73 46'747@7J7S6Z6a6h5o5u5|555555566777772;ADC?; ;<"=0=;=E=Nk >k `inmmxmlnap[rVt RuPvNw'Lw1Kx9IxAHxIFxPDwWBw_@wh>ws<83245*555@5I5P5W5^5d4k4r4y4~4}4{5y5x5w6v6t7t7t7t7t75=BDB>98::&;1;;;D;L;S:Z~:`}:g{:ny:uw:~v:t:r:q:o;n;m;m<l<l<l<l<9BGHFC?> ??!@-@7@@}@H{@Oy@Vw?]u?cs?jq?rp?zn?l?k?i?h?g@f@f@e@e@e@e@>FKLJGCCCD~D){E4yE=vEEtDLrDSpDYnD`lCgkCoiCwgCfCdCbCaD`D`D_E_E`E`D`DAINOMKGGG|HxH&uI0sI:pIBnIIlHPjHVhH]fHdeHlcHuaG`G^H]H[H[H ZHZIZIZHZHZHELRQPNJJzKvLrL#oL-mM6jL?hLFfLMdLSbLZaLa_Li^Lr\L|ZLYLWLVLUL UL ULULULVLVLHPUTSQMzNuO pOmP jP*gP3eP<cPCaPJ_PQ]PX\P_ZPgYPpWPzUPTPRPQP PP PP PPQPQOQOQOKSWVUT|PuQpR kShTeT'bT1`T9^TA\THZTOYTVWT]VTeTTnRTxQTOTNTLTLT KT LTLSLSMSMSNVZYXWwTpUjVfWbW`X$]X.[Y7YY?WYFVYMTYTSY[QYcOXlNXvLXJXIXHXGXGXGXGWHWHWHWQY\[[}ZrXkYeZ`[]\Z\!X]+V]4T^<S^DQ^KP^RN^YL^aK]jI]tG]E]D]C]B]B]B\B\C[C[C[U]_^^x]m\e]__Z` WaUbRb(Qc1Oc9NcALcHKcOIcVGc^EcgDcqBc}@b?b>b=b`>`>`Yaaaataia_bYdTf QgNgLh$Ki-Ii6Hi>FjEEjLCjTBj\@ie>io=:731 12 3+353>}3F{3My3Tw3Zv3at3gr4oq4wo4n4l4j5i5h5g6f6f6f6f6f67>BA?<8677|8'z81w9:u9Bs9Iq9Pp9Wn9]l9dk9ki9th9~f9d9c:b:a:`;_;_;_;_;_;;BEDC@=;};y<u=#s=-p=6n=?l=Fk=Mi=Sg=Zf=ad=hc=qa>{_>^>\>[?Z?Z?Y?Y?Y?Y?Y??FHGFD@|?w@ s@oA lA*jA3hA;fBCdBJcAPaAW`B^^Be]Bn[BxZBXBWBVCUCTCTCTCTCTCTCBIKJIG}CvCqD mDjEgE'dE0bE8`E?_EG]EM[ETZF[YFcWFlVFvTFSFRGPGPGOGOGOGOGOGPGEMMLKJxFqGlGhHdHaI$_I-]I5[I=YIDWIJVIQUJYTJaRJiQJtOJNJMJLKKKJKJKKKKJKJKJHPOON{MsIlJgKbL_L\M!ZM*XM2VM:TMASNHRNOPNWON_NNgLNrKN}INHNGOFOFOFOFNFNGNGNLRQQQwPnLgNbO]P ZPWQUQ'SQ0QR8PR?NRFMRMLSUJS]ISeHSoFS{ESCSBSASASASARBRBRBQOTTT}SsSiQbR\SXT TURUOV$NV-LW5KW<JWDHWKGXRFXZDXcCXmAXy@X>X=Xc>=cEg4*!  "+5@N]nvgZNB7,"   )4BQbuɊɟʱn`SF:/$  (4CTg|fYL?2$ '5FXk,9EPZckrx~ (4ALV_fmtz "/;GQZbiouz )6AKT\cjpu{ "/;ENW^djpu{'3>HQX_ejpv|   ,7BJRY_ekqw~   $0;DLSZ`flry!%"*5>GNU[agmt|~}|zyxxx"),*'#$/9AIPV\bi} p| xz y!w!u"t"s#r#p$o$o$n$n$)020.*'# #$%*%4&=}&D|&Kz&Rx&Xw&^u&et'lr'tq'}o(n(l(k)j)i*g*g+f+f*f*/66540-*)*|+%y+/w,8u,@s,Gq,Mp,Tn,Zm,ak-hj-ph-zg.e.d.b/a/a0`0_0_0_0_04;::8520{/w0t0!q1+o14m1<k1Cj1Jh2Pg2We2]d2eb2ma3w_3^3]4[4Z5Z5Y5Y5X5X5Y58>>=<:}7x4t4 p5m5j5'h60f68d6?c6Fa6M`6S^7Z]7b\7jZ8tY8W8V9U9T9S:S:S:S:S9S9<A@@?~=x:s8n9j9g9d:$b:,`:4^:<];C[;JZ;PX;WW;_VN>N>M>N>N=N=?CCCBz@s=m<h=d=a>^>!\>)Z>1X>9W>@U?FT?MS?UR@\P@eO@oNAzMAKAJAIBIBIBIBIAIAIACEEEEvCo@h@cA_A \AYBWB&UB.SB6QB=OBCOCKNCRMDZLDcJDmIExHEGEEEEFDFDFDEDEEEEEFHHH{GrFjBcC^DZE VETFQF#OF+NF3LG:KGAJGIIHPHHXGHaFIkDIvCIBIAI@I?J?J?I@I@H@HIJJJwJnIeE^GYHUIQJOJLJ!JK)IK1GK8FL?ELFDLNCMVBM_AMh@Mt>M=MQS=R\U+=V24\F3]N1]W0]a/]l.]z,]+]*]*])]*\*[+[+ZUUUrUgV^VTWLYE[?]:_6` 4a2b1b#0b+/c2.c:-cB,cJ*dS)d](di'dv&d%d$d#d"d#c#b$a$aXXzYnYcYZZP\H^A`:c4f/h ,i*i)j(j&'j.&k5%k=$kF#kO"lY lelrlllkkjihh\\u\i]_]V^LaCdk7n0q)u"x{}}}~"~*~1~:~DNZh x  ~ ~ } } | { zewejeafVhLkBo9s1w*z#~    # + 3=HTaq~jqjgk[lPpFtQez)5AMV_fmty $1=HRZbiouz +7BLU]djpuz%1<GPW^ejpuz +6@JRY_ejouz$/:CLSY_djou{  (3=EMSY_djpv~   ,6? G N T Z _ e k r y  }|{{{ %/9AHOU[agnu}~|zxwutsqqqp%%#! )3<C~J|PzVy\wbvitqszqonlkjihhgg&***(%"|$z.w6v>tErKqQoXn^lek mi vh!f!e"c"b#a#`$`$_$_$_$,///-*(}$z" v#s# q$)o$2m$:k%Aj%Gh%Mf%Te%Zd&ab&ia&r_'}^']([)Z)Z*Y*X*X*X*X*13332/y-u*r( o(k)i)%g*-e*5c*=b*C`*J_+P^+W\+^[,fY,oX-zW-V.T.S/S/R/R/R/R/R/66665y3s1o/k.h-d.b.!`/*^/1\/9[/@Y/FX/MW0SV0[T1cS1lR2wQ2O3N3M3M4L4L4L4L4L39999|9t7n4i3e2a2 ^2\3Z3&X3.V35U4<S4CR4JQ4PP5XN5`M6jL6uK7J7I8H8G8G8G8G8G8G8;<<<x<p:j7d6`6\6 Y7V7T7#R7+P72O89M8@L8GK8NJ9UI9^H:hG:sF;E;D<C<B<B=B<B<B<B;=>>>u>l=f:`9[:W:S;Q;N; L;(K;/I<6G<=G\C>fB?qA?~@??@>@=@=@=@=@>?>?@@A|AqAh@a<[=V>R>N?L?I?G@%F@,D@3C@:BABAAI@AQ?BZ>Bc=CoE8=E?*VF)VO(WY'Wd&Wr%W$W#W"W"W"W#V#U$UMNuNiN_OVOMPER?S9V3X/Z+[*[(\'\$&\+%\3$]:#]C"]L!]V ^a^n^~^^^]]\[[Q~QpQdR[RRSJTAW;Y5[.^(`$b "c!cd d'd.d6e>eGeQe]ejezeeeedcbbTxUkU`VWVOWFY=\6_0b)d#gjllmm!m)m0m9nBnLnXnenu n n m m l k k jYrYfY\ZTZJ\A_9c1f*i$loru www w# w* w3 w< wGwRw_wowwvvuttt{]m]b^Y^N`EcM]pduWyK~?4)  &3ARdy\PD8,!  &5EWkӂӗөҸUI=0%  '8J]r &2=HRZbiouz !,8CMU]djpuz '2=GPX_ejpuz!-7AJRY_ejotz &1;DLSY_diotz  +5>FMTY_dinu{$.7@GNTY^diov~   '19AHNTY_dkrz~}{yxvuu t s s    * 3 ; B I~ O} T{ Zz `x gw nu vt r p omlkjiii~${-y6w=vDtJsPqVp\nbmjksi}hfecbba```"#$#" ~|z wtq(o0n8l?kEiKhQfXe^cfbo`y_]\[ZYXXXX'((('{%v#s q nki#g,e3c:bA`G_M^T\[[bY kX vV!U!T"S"R#Q#Q$Q$Q$Q#+,,-|,t*o(k%i"f!c"a"_#']#/\#6Z#=Y$CW$JV$PU$WS%_R%hQ&sO&N'M(L(K)K)J)J)K)K)./00w/o.j+e*c'_' \'Z'X($V(+U(2S(9R)@P)FO)MN)TM*\L*eJ+pI+|H,G-F-E.E.E.E.E.E-123|3r3k1e/`-],Y, V,T,R, P,(N-/M-6L-<J-CI-JH.QG.YF/cE0mC0zB1A1A2@2?2?2@2@2@2355y6n5f5a2\0W0T0Q0N0L1J1%H1,G12F19D1@C2GB2OA3W@3`?4k>5x=5<6;6;6:6:6;6;6;6678u8k8c7]6W3S4O4K4 I4F5E5"C5)A5/@56?6=>6D=7L<7U;8^:8i99v897:7:6:5:6:6:697989~:r;h;_:Y9S6N7J8F8 D9A9?9>9&<9-;:4::;9;B8;J7;S6<\52>1>1>1>1>2=2=;<{<n=d=\=U<N:I;E<A=>=<=:>9>#7>*6?15?84?@3@H2@P1@Z0Ae/Ar.B-B-B,B+B,B,B-A-A=>w?k?a@Y?R?I>D?@@K9L3N.P(S$T "U UVV$V,V3W;WDWNWYXfXuXXWWWVUUItJfK\KSKKLDM[6_.b&fjmps vx xyyyz&z/z9zDzPz_zpzzzyxxwj[_[V[L\B`9c0h(l ptw{ ~  (1<IWh{e`\`QaFdPdz͑ͤʹMA5) !1CVk !-8CMU]ciotz (3>HPX^djotz#.8BKRY_ejotz (2<EMSY_dintz",6?GMTY^chntz &08@GNSX]chnt| )2:AHMSX]ciow~}{zyxwxx  #,4;BHNS}X|^{dyjxrv{tsqpnmmlll  ~%|.z6x<wCuHtNsTqYp_nfmnkxjhg e d c c b b b }|| x u r (p 0o 7m >l Dk Ji Oh Ug \e cckbu`_]\[ZYYYY~xtqq oli"g*f2d9c?bE`K_Q]X\_ZhYrW}VTSRQQQQQ ""#w"p!ligfca_&]-\4Z;YAXGVMUTS\RdQnOzNMKJJIIIJ$%&{'q&j%f#b!`^ [YW"U)T0S7Q=PCOJMQLXKaIkH wG F!D"D"C"C#C#C#C"')*v*m*e)`'\%Y#W!U!R!P!N!%M",L"3J"9I"@H"FG#ME#UD$^C$iB%u@&?&>'>'='=(=(='>'*+-r-h-a,\+X(T&Q&N% L%J&H&"G&)E&/D&6C'<A'C@'K?(S>)\=)f<*r;*:+9+8,7,7,8,8,8,,.{/o0e0]/X.S+P*L*I* F*D*B*A*%?*,>+3=+9<+@;,H:,P9-Y8.d7.p6/5/4030202030304//1w2k2b2Z2T1O/K-G.D.A.?.=.;."9/)8//7/660>50F51N41W32b22n13}03/4.4-4-4.4/3/313t4h5^5W4Q4K2F1B2?2<2 938363 43&33-24414;05C05L/6U.6`-7l,7{+7*8)8(8(8)8*7*745q6e7[7T7M6G6B5=6:677 472718/8$.8+-92,99+9A*:I*:S);^(;j';y&<%<$<#<#<$<%;%;6|8m9b9X:Q9J9D9=99:5;2;/<-=,=*=!)=((>/'>6&>>%?G$?P#@["@h!@v @AAAA@@ ?9x:i;^<U<M<G<@<8=4>0@-A*B 'B&C$C#C%"C,!D3 D;DDENEYEeEtEFFFEEDD<s=f>[?R?J?D?=@6A1C,D'F$G !H III"I)J0J8JAJKKUKbKqKKKKKJJI?o@aAWBNBGBAB:C2E-G(I#KMO PPPP%P,Q4Q=QGQRQ_RmR~ Q Q Q Q P POyCjD]DSEKEDE>F6H/J)L$OQSV WXXX X( X0 X9 XC XN XZXhXyXXXWWWVsFdGYHPHHHAI:J2M+P%R UXZ] ` ` ```#`+`4`=`I`U`c`s`___^^^lJ_KUKLLEL=N5P.S'V Y\_b eg ghhhi&i.i8iCiOi]imiihhgfffOZOQOJOAQ8T0W([!^beh knp p qqrs!s(s1s<tHsVsfsyssrqqpaSVSOSEU;X2\*`"dhlo rvyzz {|}~"*5AO_q~~}\XTXIZ?]5a,e#josw { ",8FVh~Y]N_Cb8f.l$qw| #.<L^tSdGhHPW^dioty$.9BKRY_dinty )3=EMSY_dinsy #-7?GNSY^chmsz '09AHMSX]bgms{ !*3;AHMRW\agnu~~}}}} $-4;BGMRW\~b}h{pzyxvutrqpppp'}.|6z<yBwGvLuRsWr]qcokntl~kihgfeeee  ~| ywu!s)q0o6n<lBkGjMiRhXf_egcpbz`_^\\[[[[|vsr q nli#g*f1d7c=bCaI_N^U]\[ cZ mX xW V T S R R Q Q Q }tmjggf c a _ %] ,\ 3[ 9Z ?X EW KVQUYSaRkPvNMLKJIIIIvmfb_^^ [YW U'T.S4Q;PAOGNNLUK^IgHsFEDCBBBBB }!q"h"a!\YWUTQON#L*K0J7I=GCFJERCZBdAp?}>=<;;;;<!#x$l%c%\$W#S QOM KHG E&D-C3B9@@?G>O=X<b:m9{8 7!6!5!5!5!6!6!#&t'h(_(X'S&O$L"I G DB@ ? #> )< /;!6:!=9!D8"L7"U6#_4#k3$y2%1%0%0&/&0&0&1%&(q*e*\*U*O)K(H%D$A$?$ =$;$9$7$&6$,5%34%:3&A2&J1'S0']/(i.)w-),)+*****+*+*,)(|*m,b-Y-Q-L,G+C(?(<(9( 7(5(3(2(#0()/)0/*7.*?-+G,+Q+,[*,g)-u(-'-&.%.%.&.&.'-+x-j._/V/N/H.C-?,;,7,4, 2,0-.--- +-'*.-*.5)/=(/E'0N&0Y%1e$1s#1"2!2!2 2!2"1"1-u/g0\1S1K1E1@0;0603001-1 +1)2(2'2$%3+%32$3:#4C"4L!5W 5c5q666666650q2c3Y4P4I4B3=37314.5+5(6 %7$7"7!8" 8(80879@9I:T:`:n:;;;;::9}2m4`5U6M6F6@6:646.8*9&:#; <===>%>->4>=?G?Q?^?l@|@@@@??>y5i7\8R9J9C9=9791:+<'="?AB CCDD"D)D1D:ECENE[EiEy E E E E E D Dt9e:X;O;G<@<:<4<.>(@#BDFHJ JJKK% K- K6 K@ KJ KV KdKtKKKJJJIn<`=T>K>D>=>7?1@*B$EGILNQ Q Q QQ"Q)Q2R;RFRRR_RoRQQQPPPh@[APAHAAA;B4C-E&H KMPSU X XXYYY%Y-Y6YAYMZZZiY|YYXXWWcDVEMEEE?E7G/I(L"ORUX Z ]_ ` `aab b'b1b;bGbUcdbvbbaa``]HRIJHCH:J2M*P#SWZ] `cfgh ijklm"m*m4m@mNm]momllkkjXMNMHL>N5Q,T$X\`d gknprrs uvwxy#z-z9zGzVyhz|yxxwwTQLQBR8U/Y&^bgk oswz|~ %0>M_sRVGWr2x'  #5I^uیܟܫ $/9CKRY_dinsy*4=EMSY^chmsy $.7@GNSY^chmsy(1:AHNSX\aglsz "+3;BHMRW[afmt}%-5<BGLQV[`gn~w}{zxwvvvuu  '/5}<|A{FyKxPwUv[tasiqqp{nmkjjiiii{ ywv"t)s0q6p<oAmFlKkPjVh\gdeldvca`_^^^]] | wtq omki#h*g1e6d<cAbF`L_R^X]_[hZrX~WVUTTSTT zrli g f db`^%]+\1Z7Y<XBWGVNUTS\ReQoO{NMLKJJJJ~sjd`^] ] ZXV U'S-R3Q8P>O DN JL QK YJ bH mG zF D C B B B B B xlc]YVTTS Q O M "L (K .J 4I :GAFGEODWBaAl?y>=;;:::;sg^XSPNLL JHFE$D*B0A7@=?D=L<T;^9i8v76443344|nc Z S NJHFECA?> =';-:39:8A7I5Q4[3f2s0/.---..x j"_#V#O"J!F CA?= ;976#5)40361>0F/O.Y-d,q+*)( ' ' ( ) t#g$\%S%L%G$B#?!=:7 5310 /&.--3, ;+ C*!L)!V("b&"o%#$###"$"$"$#$$##q%c&Y'P(I'C'?&;$8"5"2"0" .","*")"#(#*'#1&$8%%A$%J#&T"&`!'m '}'((((('~%n'`)V)M*F*A)<(7'4&0&-&+' ('''%'$'!#('"(.!)6 )>*H*R+^+k+{,,,,,++z'j*]+S,J,C,>+9+4*0*+*)+&+#,", ,,-%-,-3.<.E/P/\/i0y000000/v*g,Z-P.H.A.;.6-1-,-'/$/!01 1222"2)31393C4M4Y4g5w5555444r,c.W0M0E0>08030/0)1$2!356 77888&8.969@9K9W:d :t : : 9 9 9 9 8n/_1S2J3B3;36312,3'4!689;= >>>># >* >3 >< ?G ?R?`?o???>>>>i3[4P5G5?59545.5)7#8;<?AC D D DD D'D/D8EBENE[EjE|EDDDDCd6W7L8C8<87818+9%; =@BDG I J KKKK#K+K4K>LILWLfLwKKKJJJ_:R;H;@;:;4;.<'>"ACFIK NPQ QRSSS&S/S9SESRSaSrSRRQQQY>N>E>>>8>0@)B#DGJMP SUWX YZZ[\!\*\4\?\M\[\l\[[ZZYTBJBBB^2c'jpx  &8Kaz7j+p x ,@WnԆԛӫ *4=FMSY^chnsy %.8@GNTY^cgmsz )2:BHNSX]bgls{ #,4<BHMRW[`flt}&.5<BGLQUZ`fmv}|||||  (/6<AFK}O|T{Zy`xgvpuzsqponnnnn~|{y"x)w0u6t;r@qEpJoOmTl[kbijhtfecbaaaaa~yuq omlk$k*i0h6f;e@dEcJaO`V_]]e\oZzYXWVVVVVzrligd ca`_%^+]0[6Z;Y@XEWKVQUXSaRjPvONMLLLLL | p h b _ ]\ ZXWV U&S+R1Q6P;OANGMMKUJ]IgGsFEDCCCCC ti`ZVT S S QONL!K'J,I2H7G=ECDJCQBZ@d?p>~=<;::::|nbZTPMKK J IGED#B(A .@ 3? 9> @= G< O: X9 c8 o6 ~5 4 3 2 2 2 2 wi^UOJGECCB @ ? = < $; *9 0877=6E5M3W2b1n/}.-,+++,rdYQKFB?><; :875!4'3-230:/B.K-T+_*l){('&%%%&~n`VMGB>:8754 20/-#,*+0*7)?(H'R&]$j#y"!   zj]S J D >:7420. ,*)' &&%-$5#="F!P [hwwg Z!P"H"A";"7!3 0-+(&%#!!$ *2:C M!Y!f!u"""""!!s d"W#M$E%>$9$4#0",")!&!$!"! !!""!"(#/#8$A$K%W%d&s&&&&&%%p"a$T&J&B'<&6&1%-%)$&$"%%& &''''%(-(5)>)I)U*b*q*** * * *)l$]&Q(H(@)9(4(/(+'''"()*++ ,,,-#-*-2.<.F .R ._ /n / / / .. . .h'Z)N*E+=+7+1*-*)*$* +-./1 222 2 2' 2/ 38 3B 3N3[4j4{333332d*V,K-B-:-4-/,+,&,"-/1246 8 8 888$8,848>9J9W9e9w988887_-R.H/?08/2/-/)/$013579 ;= >>>>!>(>1?;?F?S?a?s?>>===Z0N2D2<25201+1&2 468;= ?AC CDEEE$E-F6FBFNF]FnEEDDCCU4J5A59534.4(5"7:<?A DFHI J KLMN N(N2M=NJNXMiM}LLKKJP8F8=87817*9$;=@CF IKNPQR STUVW#W,W8WDWRVcVwVUTSSK<B<;;5;-<&?BEHK OQTWXZ[\ ]_`bb&b1b>aLa]ap``_^]G@??:?1@)C!FJNQ UX[^acdegh jlno o*o6nEnUnhmmlkjDD>C5D+G#KOTX\`dgkmoprtuw y|~".=~M}a}w|{zyCG9I/L%PU[`ejnrvy|~ %3DWm=N2Q(V\bhnty~ ):Mb{6W,\!bipw~ 0CXp0b%ipx  %8Ne~͖̩ %/8@HNTY^chmsz )3;BHNSX]bgmt{ $,5<CHNRW\agmt}'/6<BGLQUZ`fnv !(06<AFKOTZ`g~o|zzxwutsttt#*}0{6z;x@wEuItNsTqZpanimskihgfeffg|vt rqpp$n*m0k5j:i?hDgIeNdTc[ac`m^y][ZYYYZZ{snjgedccb%a*_0^5]:\>[DYIXOWVV^ThSsQPONNNNO{phb_][ YXWW V%U*S0R4Q9P?ODNKMRKZJcIoG|FEEDDDEq f ^ Y UTRP ONML K&J+I0H5G:F@EFCNBVA_@k>x=<<<;;; x j_WQM K JI H FEDC!B&A+?1>6=<<C;J:R9\8h6u5443333 qdYQKGDB A A ?><;:"9(8-72695?4G3P1Z0f/s.-,++++}l_TLFB><:: : 8 654 2 $1 )0 // 6. =- E, N+ Y) e( s' & % $ # # # xh[QHB=975332 0 / - , !+ '* -)4(;'D%N$Y#e!s sdWME?:520.-, +)(&%$$*#1"9!B KVcqp`TJB<62/,*(&% #" !'.6?ITapl]QG?94/+(&$"  $,4=GR_niZNE= 61-)%#  ")1:EP ] l | eWL!B!:!4!/!* &#    !!"""&#/#7 #A $M $Y $g $x$$$$##bT!I#@#8#2#,#("$!!!!!#$%& ' ' ' '# '+ (4(>(I(U)d)t))((('^"Q$F%=%5%/%*$&$"##$%&() , ,,,,!,(-0-:-E-R.`.q---,,,Z$M&C':'3'-'(&$&!&&')+, . 0 11222%2-263B3N3]3m322111V'J)?*7*0*+)'(#()*,.0 1 45 67888"8*939>9J9Y9i9}88776Q+F,<,4,.,*+%+ ,-/13 5 7:; < =>?@@%@/@:@F@T@e?x?>>==M.B/9/2/-.(."/0257 : <>ABC D FGHH!H*H5HAHOH`GsGFEEDH2>26201+1%2469< ?BDFHJKL NOQRR%R0R<QJQZQmPONMMC6;645/4'5!8;>A DGJMOQSTUW Y[]]]*]6\D\T[g[~ZYXW?98938+9#<?CG JNQTWZ\]_`bd fhkk#j.j<jMi_hugfed==7<.=%@DIM QUZ]`cfhjkmoqt vy{{'z5yExYxmwvut_C^H]N[UZ]XgWrUTSRQQRR|qid`^\ [[ZZY%W*V/U4T8S=RCPIOPNXMbKmJzIHGGFGG~pf^YVSRP OONN M%L*J.I3H8G>FDEKDSC]Ah@u?>====>uh]UPLJIG FEEDC B%A*@/?4>:=@;G:O9Y8d7q6544445~m ` V N H D B@?> =<;;:!9%7*60554<3C2L1U0`/m.}-,,,,,w g ZPIC> ; 9 8 76 54321"0'/,.2-8,@+I*R)](k'z&%%%%%r bVLD>9631 0 0 / .,+*)#()'/&5%=$F#P"\!i ym^RH@:51.,** ) ( ' %$# " &! , 3 ; D O [ i y      iZNE=71-*(&$## "     # * 2:DP\j{eWKB:4/*'$"   !(09CNZiy    bTI?71,($! &-6ALW e u    _QF=5/*%"  # * 3 < G S aq\NC:3,'#      '/9CP^nXKA80*%!   !!!$","5"@#M#Z#k#~#""!!UH> 5 . ( #   " $ % %&&&!')'2'='I(W(g'{''&&%Q E!;"2","&!"!   "# % &( ) +,,,,&-/-9-F-T-d-w,,++*M"A$8$0$)$$#!"""#$& ( *,. / 02333"3+363B3P3`3s22100I%>&4'-'(&#%$%&(* , .0245 7 8::::':2:>:L:\:o98876D):)1)+)&("'()+. 0 2579;<> ? ACCC#C.C9CGBWBjA@?>>?,6,/,*+%*+-/2 58:<?ACEFH JLMMM(M4LBLQKdK{JIHG;03/-/(-"/147 :=@CFHJLNOQS UXYX"X.W<WKV^VsUTRR8312,1%258< @DGJMPSUWYZ\^a dfgf'f4eDdWdkba`^5705(7 :=B FJOSVY\_adegilnq tww v-v=uOtcs{rpo5:+;"?CH MRW\`dhknqsuwz| $3E[r/@%DIN TZafkoty} );Pg)INT[bipw} 0E\t"T[bjs{ &:Qhˁʖ %.6>DJOTY^cipx  (07>DINSW]biqz "*18=CHLQV\bir}zx $+17<AFKPU[bk~u|zxwvurnl %~+|1z6y;w@vDuIsOrUp\odmnlzjhgfeda`}wspoooom%k*i0h4g9f>eCcHbNaU_^^g\s[YXWWWVTulhda` ____]%\*[/Y3X8W=VCUISPRXQaPmN{MLKJJJJrg_ZWUSR RRRQO$N)M.L3K8J=ICHJFRE\DgCuBA@@?@@tg]UOLJHG G FFFED$C)B-A3?8>>=E<N;W:b9o8766666|k^TMGCA?>= =<<<:9$8)7.635:4A3I2S1^0k/{.----.sdWMF@;87654 44321 0$/)./-6,=+E*O)Z(g'w&&%%%&m^ R H @ : 6 2 0..- , ,+*)( '%&+%2$9#B"K"W!d sh Y M C<61 - * ( ' && %$$"!!" (.6?ITapc UI@82-)&# "    %+3<FR_n_QF<5/*&"          " ) 1 : E Q _ n  \NC:2,'#        ( 0; F Q ^ m   XK@70)%!      % - 6 A MZj|UI>5-'"       "*3>JXgzRF;2+%!   '0;GUdwOC90)#    $-8DRbuL@6-&!      !!"!*!5"A"O"_"r!! H=3+$   !" $ &&&''''2'>'K'\'n&&%$#D90(#  !"$&(* + ----$...:.H-X-j-,+*)@ 6!-!&!! ! " $&(+-/0 2 4555 5*565C5S4f4|3210<#2$*$$# "!!#% ' )+.02468: < >>>>&>1>?=N=a@BD F IIH!H,G:GIF[EqDCBA4*,*'("'(*- 0 369<>ACFHJLNP STTS'S4SCRUQjPOML0-+,&+,.2 59=@CFILNQSUWY\_ bccb,a<`N_b^{\[Y/0*/"037;?DHLORUX[]`bdfimp tts%r4rEpYoqmkj.3%58<AGLQUY]aehkmortwz~ +=Rg~): =BHNTZ`dinrvz} !3G^w#CHN U\cjqv{ (<RjNT \dlt|1H_vȎ  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~mft1!  !"#$%&'()*+,-./01123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~ :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗 :`˺2ƷPh{ĵ˳Ѱխ٫ܪި᧙㥗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗  9` ˻0ƸOg{ĵ˲ѯխ٫ܩާख़㡘䡘䡘䡘䡘䡘䡘䡘䡘䡘䡘䡘䡘䡘䡘䡘䡘  9` ˼.ŹMfzŵ˱Ѯլ٪ܧޥ࢚➙㞙㞙㞙㞙㞙㞙㞙㞙㞙㞙㞙㞙㞙㞙㞙㞙  9` ˾,ŹLg{Ŵ̰ѭի٨ۥݣߟᛙ⛙⛙⛙⛙⛙⛙⛙⛙⛙⛙⛙⛙⛙⛙⛙⛙  9 ` ˿+ĺLg{Ŵ̰Ѭթئۣݠޝᘚᘚᘚᘚᘚᘚᘚᘚᘚᘚᘚᘚᘚᘚᘚᘚ  8 _ )¹Mh{Ƴ̯Ѫէؤڡܞݚޕ  8 _ )Ni|Ʋ̭ѩԥעٟڛܗݓޓޓޓޓޓޓޓޓޓޓޓޓޓޓޓޓ  7 ^ ǿ+Pj|ư̫Чԣ֟؜٘ڔܐݐݐݐݐݐݐݐݐݐݐݐݐݐݐݐݐ  7 ^ ľ-Qj|Ʈ̩ХӠ՝ّ֙ؕڎێێێێێێێێێێێێێێێێ  6 _ 0Sl}Ǭ˧ϢўӚՖ֓׏؋ًًًًًًًًًًًًًًًً  5 b 3Um}ƪˤΟЛҗӓԐՌ։׉׉׉׉׉׉׉׉׉׉׉׉׉׉׉׉  7 e 8Xn}Ƨɡ̜ΗϓѐҍӊӇԇԇԇԇԇԇԇԇԇԇԇԇԇԇԇԇ  : h>[o}ģǝʘ˓͐΍ϊχЅхххххххххххххххх  > mD^p}ßřǔɐʍˊˈ̅̓̓̓̓̓̓̓̓̓̓̓̓̓̓̓̓̓  B rI`p}ÕđƍNJLjȆȄɂɂɂɂɂɂɂɂɂɂɂɂɂɂɂɂɂ H xGbq|ÊĈĆńŃŁŁŁŁŁŁŁŁŁŁŁŁŁŁŁŁŁſ% N p9Xlz€€€€€€€€€€€€€€€€€1 S(|̨Dƥ]£pùƷʵͳбҰԯ֮ح٬ڬڬڬڬڬڬڬڬڬڬڬڬڬڬ1 S(|̨Dƥ]£pùƷʵͳбҰԯ֮ح٬ڬڬڬڬڬڬڬڬڬڬڬڬڬڬ1 S(|̨Dƥ]£pùƷʵͳбҰԯ֮ح٬ڬڬڬڬڬڬڬڬڬڬڬڬڬڬ1 S(|̨Dƥ]£pùƷʵͳбҰԯ֮ح٬ڬڬڬڬڬڬڬڬڬڬڬڬڬڬ1 S(|̨Dƥ]£pùƷʵͳбҰԯ֮ح٬ڬڬڬڬڬڬڬڬڬڬڬڬڬڬ1 S(|̨Dƥ]£pùƷʵͳбҰԯ֮ح٬ڬڬڬڬڬڬڬڬڬڬڬڬڬڬ1 S(|̨Dƥ]£pùƷʵͳбҰԯ֮ح٬ڬڬڬڬڬڬڬڬڬڬڬڬڬڬ1 S(|̨Dƥ]£pùƷʵͳбҰԯ֮ح٬ڬڬڬڬڬڬڬڬڬڬڬڬڬڬ1 S(|̨Dƥ]£pùƷʵͳбҰԯ֮ح٬ڬڬڬڬڬڬڬڬڬڬڬڬڬڬ1 S(|̨Dƥ]£pùƷʵͳбҰԯ֮ح٬ڬڬڬڬڬڬڬڬڬڬڬڬڬڬ1 S(|̨Dƥ]£pùƷʵͳбҰԯ֮ح٬ڬڬڬڬڬڬڬڬڬڬڬڬڬڬ1 S(|̨Dƥ]£pùƷʵͳбҰԯ֮ح٬ڬڬڬڬڬڬڬڬڬڬڬڬڬڬ0 S'|̨Dƥ]¤pùǷʵγбӰկ׭٭ګګګګګګګګګګګګګګګ0S&|˩CƦ\¤o~ùȶ̳ϱҰծ׭٬ܫݧۧۧۧۧۧۧۧۧۧۧۧۧۧۧ0S%|˩BƧ[¥n~ĸɵͲѰԮ׭ګܩߨߣܣܣܣܣܣܣܣܣܣܣܣܣܣܣ0S$|˩AƧZ¥m}ķɴαӯ֭ګܩߧ⤑ࠎܠܠܠܠܠܠܠܠܠܠܠܠܠܠ0S#|˪AƨY¦m}ŷʳϰԮثܩߧ⥗栖ݜݜݜݜݜݜݜݜݜݜݜݜݜݜ 0S"|ʪ@ƨX¦l|Ŷ˳аխڪݧच⟘㝚ᙗݙݙݙݙݙݙݙݙݙݙݙݙݙݙ 0S!|ʫ?ƩW§k{Ŷ˲ѯ֫ڧݤߠ◚ᗜޗޗޗޗޗޗޗޗޗޗޗޗޗޗ /R |ʫ>ƪV¨kyŶ̲Ѭ֨٤ܡݜޗޒޒޒޒޒޒޒޒޒޒޒޒޒޒ /R|ʬ<ƫU¨jwŵ̯Ҫ֥ءڝۙݔސގݎݎݎݎݎݎݎݎݎݎݎݎݎݎ /R|˭:ƬT©is~Ų̬ѧբמؚږۑ܍܋܋܋܋܋܋܋܋܋܋܋܋܋܋܋ /R|˯8ƭR«fo~ưͪѤӟ՛ًُ֗ؓڈڈڈڈڈڈڈڈڈڈڈڈڈڈڈ .Q|˰5ǯOð`l~ǭ̧ϡҜӘԔՐ֍׉؇؇؇؇؇؇؇؇؇؇؇؇؇؇؇ .Q|̳0DZLĸVnǩˣΞϙѕґӎԋԈՅՅՅՅՅՅՅՅՅՅՅՅՅՅՅ  -P|̶*ȷDYpªǦʠ͖̚ΒϏЌщч҅҅҅҅҅҅҅҅҅҅҅҅҅҅҅  ,O{ͼ"¼<^r¦Ţǜɗʓː͈̍͋Ά΄ττττττττττττττ  + N zFbtÞřǔȐɎʋˉˇ̅̃̃̃̃̃̃̃̃̃̃̃̃̃̃̃  ) L ~%OfuÖőƎNjljȇɆɄɂʂʂʂʂʂʂʂʂʂʂʂʂʂʂ ( R -WhuÌĊňņƄƃƁǁǁǁǁǁǁǁǁǁǁǁǁǁǁ - Y +Pgu~ˆ†…ÃÂÁÁÁÁÁÁÁÁÁÁÁÁÁÁÁ 4 [v%E]ny~~~~~~~~~~~~~~~:Uh-x@Vgs~x{|ywÂu„t…srrqqqqqqqqqqqqqqq'*F6iާBǛběr›úƸȷʶ̵ʹϳгѲѰ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~'*F6iާBǛběr›úƸȷʶ̵ʹϳгѲѰ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~'*F6iާBǛběr›úƸȷʶ̵ʹϳгѲѰ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~'*F6iާBǛběr›úƸȷʶ̵ʹϳгѲѰ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~'*F6iާBǛběr›úƸȷʶ̵ʹϳгѲѰ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~'*F6iާBǛběr›úƸȷʶ̵ʹϳгѲѰ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~'*F6iާBǛběr›úƸȷʶ̵ʹϳгѲѰ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~'*F6iާBǛběr›úƸȷʶ̵ʹϳгѲѰ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~'*F6iާBǛběr›úƸȷʶ̵ʹϳгѲѰ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~'*F6iާBǛběr›úƸȷʶ̵ʹϳгѲѰ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~Ѱ~')F5iިAǜaĜq›~ĹǷʵ̴γвұӱԮԬҬҬҬҬҬҬҬҬҬҬҬҬ'(F4jݨ@ǝ`Ĝqœ|ºŸɶ̴ϲѱӰկ֯תէӧӧӧӧӧӧӧӧӧӧӧӧ'(F3jݩ?ǝ`ĝpž{¹Ƿʵγѱӯ֮ح٪٥դԤԤԤԤԤԤԤԤԤԤԤԤ''F2jݩ>Ǟ_ĝoyøȶ̳бӯ֮ج۫ܦڢ֠ԠԠԠԠԠԠԠԠԠԠԠԠ&&F1jݪ=Ǟ^ĝoxĸɵͲѰծج۪ިߢڞ֜ԜԜԜԜԜԜԜԜԜԜԜԜ&&F0jݪ<Ǟ]ĞnvķʴϱӮ׬۪ި⤐ۚיՙՙՙՙՙՙՙՙՙՙՙՙ&%F0jܫ;ǟ]ğlt~ŷʳаխ٪ި⥗柕ۗזՖՖՖՖՖՖՖՖՖՖՖՖ&%F/jܫ:ǟ\Ġjs|Ŷ˳ѯ֬ۨߤ៙㜚ᗖܔؓ֓֓֓֓֓֓֓֓֓֓֓֓ &$F.jܫ:Ǡ\ġhqzŶ̲Ѯשۤޠᖛᕛݒؑבבבבבבבבבבבב &#F-jܬ9Ǡ[ģfnxŶ̰Ҫצڡܛޖߑߑݏُ׏׏׏׏׏׏׏׏׏׏׏׏ &"E,jܭ7ǡZťc©kuų̭ҧ֢؝ژےݎ݌܍ٌ׌׌׌׌׌׌׌׌׌׌׌׌ %"E+jۭ6ǢYŧ_­fp~ưͪѤԞُ֙ؔڋۈۈ؈׈׈׈׈׈׈׈׈׈׈׈׈ % E*jۯ4ȤUƫXó_n~Ǭ̦РқԖՑ֍׉؆؄ׄքքքքքքքքքքքք %E'j۰1ȨMDzNXpǩˢΝЗђҎӋԈՄՂՁՁՁՁՁՁՁՁՁՁՁՁՁ $D%jڲ.ʯ@Ƚ=]r©ƥɟ˙͔ΐόЉц҄ҁҀҀҀҀҀҀҀҀҀҀҀҀҀ $D!jڴ)ͼ(CasšǛɖʑˎ͈̋Ά΃΁πππππππππππππ #Ci#LeuÝŗƓǏȌɉʇʅʃˁˀˀˀˀˀˀˀˀˀˀˀˀˀ "Bh /Thv”ÐčŊƈƇƅǃǁǀǀǀǀǀǀǀǀǀǀǀǀǀ @ _ 4Zkw‰ˆÆÅÃĂāāāāāāāāāāāāā  = c3Sgt}€€€€€€€€€€€€€  Aax2L_nx|}|{zyxxxxxxxxxxxxxx " BZ(j9wI[i|qyvvzt}rqȁpǃoDžnƆmƈlŊlŋlŋlŋlŋlŋlŋlŋlŋlŋlŋlŋlŋlŋ &=N/[?gNq{[yveqlnrkwizg~fՀeԂdԄcӆbӉaҋaҌaҌaҌaҌaҌaҌaҌaҌaҌaҌaҌaҌaҌ #1:>YKyٚ\ȕrŕ}×»ĺŹƹǸȸ~ɷ}ʷ|ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ #1:>YKyٚ\ȕrŕ}×»ĺŹƹǸȸ~ɷ}ʷ|ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ #1:>YKyٚ\ȕrŕ}×»ĺŹƹǸȸ~ɷ}ʷ|ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ #1:>YKyٚ\ȕrŕ}×»ĺŹƹǸȸ~ɷ}ʷ|ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ #1:>YKyٚ\ȕrŕ}×»ĺŹƹǸȸ~ɷ}ʷ|ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ #1:>YKyٚ\ȕrŕ}×»ĺŹƹǸȸ~ɷ}ʷ|ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ #1:>YKyٚ\ȕrŕ}×»ĺŹƹǸȸ~ɷ}ʷ|ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ #1:>YKyٚ\ȕrŕ}×»ĺŹƹǸȸ~ɷ}ʷ|ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ʴ{ "0:=YJy؛[Ǖrŗ{ØúŹǸɷʶ˶~̵}̳|ͯ|˯|˯|˯|˯|˯|˯|˯|˯|˯|˯|˯| !/:}֨DɨOǰSŸYm}Ƭ˥ϟјӒՌ׈ׅ׃քԄффффффффффф%91Z<~׬;ʭDɹEYo~ƨʡ͛ϕЏҊӆԃԁԀӀррррррррррр$9/Z9~ٴ/̸2½@]q~Ťȝʗ̒΍ωЅЂр~}}}}}}}}}}}}"9-Z0z!Hbs~àƙȔɏʋˈ̅͂̀~||||||||||||8)Z$t*Oet›ÖőƍNJȇɅɂʀ~|||||||||||| 7%Zh 2VhuÌĉņńƃƁ}}}}}}}}}}}}6P f6Vjv~†„ƒÁÀ~~~~~~~~~~~~ 4 Eh7Ser{~}||||||||||||  ' Ie%x9O`mux}{z}yĀwÁvƒu„tsrqqqqqqqqqqqq  ,H\1kBvP~~_{iwntsqwpzn}mĺk̓j̅i̇hˉgʌgʌgʌgʌgʌgʌgʌgʌgʌgʌgʌgʌ -A(P9\Hf|Tnw^uqezmk~jphufxe{c~bځaك`م`؇^؊^֍^֍^֍^֍^֍^֍^֍^֍^֍^֍^֍^֍ (7.C=N|KWwV_o]ehbjdinaoq_ss]wu\{v[~wZxYyXzXzW{V|V|V|V|V|V|V|V|V|V|V|V|'6/DJRe_~ܓnϒxƒĒÑ~}¼{¼züyøy¸y¸y¸y¸y¸y¸y¸y¸y¸y¸y'6/DJRe_~ܓnϒxƒĒÑ~}¼{¼züyøy¸y¸y¸y¸y¸y¸y¸y¸y¸y¸y'6/DJRe_~ܓnϒxƒĒÑ~}¼{¼züyøy¸y¸y¸y¸y¸y¸y¸y¸y¸y¸y'6/DJRe_~ܓnϒxƒĒÑ~}¼{¼züyøy¸y¸y¸y¸y¸y¸y¸y¸y¸y¸y'6/DJRe_~ܓnϒxƒĒÑ~}¼{¼züyøy¸y¸y¸y¸y¸y¸y¸y¸y¸y¸y'6/DJRe_~ܓnϒxƒĒÑ~}¼{¼züyøy¸y¸y¸y¸y¸y¸y¸y¸y¸y¸y'5/DJQe^~۔mϒwŒēÒ¼~¼}û{Ļzĺyĵyõyõyõyõyõyõyõyõyõyõy&4/CJPe]ڕi͔tŔ~ĕ•ûĺ~ź}ƺ{ƹzƵzƱzızızızızızızızızızız%4/BJOf\ږf̕qŕ|Ė—úŹƹǸ}ȸ|ɵzɰ{Ǭ{Ŭ{Ŭ{Ŭ{Ŭ{Ŭ{Ŭ{Ŭ{Ŭ{Ŭ{Ŭ{$3/AJOf[٘c̖oŖy׺ŹǸɷʶ}˶|˰{ʬ|Ȩ}Ũ}Ũ}Ũ}Ũ}Ũ}Ũ}Ũ}Ũ}Ũ}Ũ}$2/AKNgYٙa˗mŗwÙĹǸɶ˵ʹ~α|ά}˨}ɥ~ƥ~ƥ~ƥ~ƥ~ƥ~ƥ~ƥ~ƥ~ƥ~ƥ~#2/@KMgWٚ^˘jřtÚ}ºŸȶ˴γвѬ~Ϩ~̤ɡơơơơơơơơơơ#1/?KMgUٜ\ʙhŚrÜzùǷ˴βѱӬӧФ͠ʞƞƞƞƞƞƞƞƞƞƞ"1/?KLgSٝYʛeŜoÝxĸɵͲѰծקԣџ͜ʚǚǚǚǚǚǚǚǚǚǚ"0/>KKhQٟVʜbŝlßu~Ʒ˳ϰԭ٨ڢ՞ћΙʗǗǗǗǗǗǗǗǗǗǗ"0/>KKhO٠Sʞ_Ɵiár|ǵͲҮتߢܜ֙җΕʔǔǔǔǔǔǔǔǔǔǔ!//=KJhM٢Pˠ\ơeänx¸ȴΰիݥ曑ݖהӒϑːȐȐȐȐȐȐȐȐȐȐ!//PUQhS{WԞ_ʛkśuÛ~ŷʴϲҨϣˠǝś™%4%C>NUNhPzRա[˞fƝqÞz¹ǵΰԩ֡Н˚șŗ–%4%B>LULgMyNդV̡aơlâv÷ʲҬؚ۠ї̕ȔœÒ$3%B>JTJfJxK֨Qͦ[ǥeħpzö˯֥族ړґ͐ɐƏÏ$3%A>HTGfGwG٭KϬTȬ^Ưh±s}˥Քޏڍӌ΋ʋNjČ$2%A>FSDdCuB۴DҵJ˷Sʾ_n|©˜ҍ؆هӇχˇȈňˆˆˆˆˆˆˆˆˆ#2%@>CRAc?s=޾;?J]o}ãɖΊӁՁ҂ς̃ɄƅÅÅÅÅÅÅÅÅÅ#1%?>@Q>;O7]3j1u)8Ocsďȇʀ|zyz|}}}}}}}}}}!.%<>6L0Y,b'm&jNCdTH^YL[_OXdRUiTSmURqWPtXOxYN{ZM[L\K]I^H_H_H_H_H_H_H_H_H_H_$y3"p;*hB1aJ6\Q;WW?S]BPbDNgFLlHJpIItJHwKF{LEMDNCNBOAPAPAPAPAPAPAPAPAPAP' ;K/YCdTkcrq|}ㆄނ}zxwutrqppopqqqqqqqqq' ;K/YCdTkcrq|}ㆄނ}zxwutrqppopqqqqqqqqq' ;K/YCdTkcrq|}ㆄނ}zxwutrqppopqqqqqqqqq' ;K/YCdTkcrq|}ㆄނ}zxwutrqppopqqqqqqqqq' ;K0YCcTidprz~≂܅؂}{ywvtsrqqsttttttttt' ;K0YD`UfdmswጀۈՅ҂}{ywvutsuuvvvvvvvvv' ;K0YD^Udejts}ًԈЅ͂}{yxvuvwwxxxxxxxxx' ;J0XD\Uaegtpߏz؍ҋ·˄ȁ}{ywvxxxyyyyyyyyy' ;J1UDYU^edtlޑv؏э͊ɇƄā~{ywxxyyzzzzzzzzz& ;I1SDWU[eathޓr֑{ЏˍNJĆÃ{ywxyyz{{{{{{{{{& :I1QDTTXd]tcޖm֓wБʏƍɄ{yxyz{{|||||||||& 9H1ODRTUcZs_ޙi֖rϓ|ʑŐË{yz{{|}}}}}}}}}}& 9G1MCOSRcVr[ߝdךmЗwʔŒŽ{ijzī{¦|}~& 8G1KBMRPbSqW^؞gЛqʘ{ŕ’ŷ|ɫ|Ǥ}à~& 8F2IBJQM`PoT}Xڤbҡk˝uƚ˜¶ˬ}΢ɝĚ& 7F2GAHPJ_LmP{Tܫ\ԩeΦoȣzßİΠљʖŔ& 7E2E@FOG]IkLxOߴUٵ_ӵiεv|ġΔҐˏƎŽ& 6D1C?CND[EhHtL~Q[kƽqxÔ͉҇̈ljÉ& 6B1@>@L@YAdDoIwR|bhnvπ̂ǃĄ& 5?0==hOCbUG]ZKY`MVePSjQQnSOrTNvUL{VKWIXHYGZF[E\E\E\E\E\E\E\E\E\ ~)u5#l<*dC/^J4XP7TV:Q[Kd@JhAHlBFpCEtDDxEB}FAG@H?I=J=J=J=J=J=J=J=J=J| q$g,_5Y=!TE&OK)LR,HW/F]0Da2Bf3@j5?n6=s7KKPXUdZpa{iޚsו~Ўʅ}xy{}~ 4B$C0E=HILUQaWl]wcm֞y˕~|~ 4A#A/B;EGISN^ShZra{ۯn̦v~ 4?"?.@:BEFPKZRcYk߽drѶlĬsz4=!<-=8@BDLIUQ\Zaboɼipw4; 9+:5=?BGHNQR[Y`mgmt}x|386)82:;?AGETEWX^kd~krzvorwz}~353'4/65=8H8MEVV\ib{howxnhiosvxz{{{{{{{{300#/)2-;,@:HLN\Vl]zem}vsălgefknqstttttttt1-*)"-!3,XFeOpXzzdsmmvhdЈ`ϒ^Ν\ͩ[ιYȚZʜ\ɝ^ɞ^ɞ^ɞ^ɞ^ɞ^ɞ^ɞ^ɞ  "'-96J?XHcRmz\urd{mmhud~`؆]֏Z՘XԢWԮVԼV͐VђWѓWѓWѓWѓWѓWѓWѓWѓ   #*.;8IBUL_zVgs^mkdrflwbtz_|}\ZߋWޓUݜTܥRܯRܻQ̅RڅRڅRڅRڅRڅRڅRڅRڅ  $*09:EFOzQXrX^k^ceeh`lk]rnZypWrUtSvQwPxNyMzMzLzLzLzLzLzLzLzLzظ '(35??yJGpQNiWSb]W^d[Zj^Wp`TvbR|dPeNgLhKiJjIkHlGlGlGlGlGlGlGlGlݯż *#~6-vA6mHk2CE@K=P;U9Y7^!5b"4g#2l$1r%/w&.}'-(+)+)+)+)+)+)+)+)+)vs r1 qCqP&uY3ub?sjIptSn~[kaiggkencqbsau`v^w^x]y\z[z]z^y`y`y`y`y`y`y`y`yvs r1 qCqP&uY3ub?sjIptSn~[kaiggkencqbsau`v^w^x]y\z[z]z^y`y`y`y`y`y`y`y`yvst1 rBtO'xX3y`?wiJsqTq|\nckiimgqetdvbxay`{_|^}]}]}_}`|b}b}b}b}b}b}b}b}wtu1 sBwM'{V4|_@zgKwoUsz^qenkkpisgweyd{b}a~`_ŀ^Ё_ڀaހb߀c߁d߁d߁d߁d߁d߁d߁d߁xuv1 tBzL'U4]@~eLznVvw_tfpmmrkviyg|e~cba`DŽ_ӄaڄc݃d܄e܄e܄e܄e܄e܄e܄e܄e܄yvw0 vB~K'S4\@dLlVzt`whsoptmyk|hfecbaɇaՇdڇeڈfوgوgوgوgوgوgوgوgوzxy0 xAI'R3Z@bLiW~qa{{iwqswp|mjhfdcb΋d֋f֋g֌h֌i֌i֌i֌i֌i֌i֌i֌i֌{yz0 |?H&P3X@_LgWnaxj{rwys~oljgedďdҏgӏhӐjӐkӐlӐlӏlӏlӏlӏlӏlӏlӏ|z{0 >F&N2V?]KdVkask~s{zvrnkhfeʓhѓjДkДlДmДnѓnѓnѓnѓnѓnѓnѓnѓ}{|/ <E%M1S>YJ`Uh`pjyt|zuqmiggΗk͘l͘n͘o͘pΗqΖqϖqϖqϖqϖqϖqϖqϖ~|~/ ;C$K0P(B2G;MDTM[UܰeaΨlqßt|§åţƢȟȟȟȟȟȟȟȟ- 49<&@/E8K?SF\MӶb`ƭipqy¨æŤƢȠȟȟȟȟȟȟȟ+ 279$=,B3I9R>XL̺`_gon~v~~¨æŤƢȠȟȟȟȟȟȟȟ* 146!:(@-H1Q7VK^]enl}s{ytwz§|å}ţ~ơȟȟȟȟȟȟȟȟ( 1236"=&G&L5TI\[cljzqywpln§ræuĤwƢxǡzȟzɞzɞzɞzɞzɞzɞzɞ& /./2:DJ3RGZYaigxnvyohdeŤjţmƢpǡrȟtɝuʝuʝuʝuʝuʝuʝuʝ$ + )),7AI0QDXV_fetl|tqib^]ɞbȟfȟiɞkʝn˛n˛n˛n˛n˛n˛n˛n˛#' " $ 0=$F4NDVR]acokztsk~bȌ\ȜYȱWΖ[͘^̙a̙d͙g͘g͗g͗g͗g͗g͗g͗g͗!  .:)C9JHPVWb_lvhulr}c~\،W؝TװT͌UӏWґZѓ\ѓ_ѓ`ѓ`ѓ`ѓ`ѓ`ѓ`ѓ`ѓ  ,7.@=HJOVV`v^ilepdpw^||YVޗSݦQܸQԄSڇT؉V׊X֋Y֋Y֋Y֋Y֋Y֋Y֋Y֋ ٿ ,!70@>HJPTwW]m]defj_pnZzrVvSyQ{O|M|M|P|QRށSށSށSށSށSށSށSށ ۷ ,#71A=IGxQPnWWe^\`fa[oeVxhSkPmNoLqJrIrHrKrNsNtNtNtNtNtNtNt ެ˺!.#9/B9wJBmPIeVN_^SZeVUmZRu\O~_LaJbHdFeEfDgCgEgFgFgFgFgFgFgFgʹ $0 ~;*tB2kH9cN?]UCX]GSdJPkMMrOJyQGSETCVAW@X?Y>Z>Z=Z=Z=Z=Z=Z=Z=Zҭ &|1q8"h>)`E/ZL3TS7PZ:L`Fm@DtBA{C?E=F;G:I9J8J7K7K7K7K7K7K7K7K w# m*d1\8U@"PH&LO)HU+D[-Ba/?g1=m2;s39z5765738291:0;0;0;0;0;0;0;0;| of^! V)P2K:FABH?N5D2I0N.S,X*])c'i%o$w"~!hd#_/^@cKgT%h]/fg9drAb}H`N]R[VZYX[W]V_U`TaTbScRcRcScTcVbWcWcWcWcWcWcWcie#`._@fIjS%k\0ie:gpBd{IbO_T]X[[Z]X_WaVbUdUeTeSfSfUfVeXeYfYfYfYfYfYfYfjf"a.`?iHmQ&n[0ld:inCgyKdQaV_Z]][`ZbYdXeWgVhUhTiUiWhYhZi[i[i[i[i[i[i[ijg"b.c>lFqP&rY1pb;lkDivLgRdXa\_`]b[eZgYhXiWjVkUlWlYk[k\l]l]l]l]l]l]l]lkh!c-g<pEtN&vW1t`;piEmsMj~TfZc^ab_e]h\jZlYmXnWoWoYo\n]o^p_p_p_p_p_p_p_pli!e-k:tCyL&zU1y]\IdSk]vfoxwr~mjhhЌkՍmՍo֌p֋q؊qىrڇrڇrڇrڇrڇrڇrڇspu&, 6@F'L1R;YE`OhYߎscՆ}nxxsomlȑnґpӐrԏsՍt֌t؊uىuىuىuىuىuىuىtqx$+ 5>C$I.P7VA]JߝgTԕobˍxnÅyyurqsДtђvґwӏwՍw֌x؊x؊x؊x؊x؊x؊x؊ur{#) 4<A"F*M3T<[DףcS̚lb“un~y{xvwϖyДzђzӐzԏzՍz׋z׋z׋z׋z׋z׋z׋us}!) 49>D&J.R5ܯYAϨaRŠiarnzy~|}͗~ϕ~Г~ґ~ӏ}Ս}֋}֋}֋}֋}֋}֋}֋vt ( 37;A"H(P.ԴV@ɭ_Qg`omwx˘ΖДҒӐԎ֌֌֌֌֌֌֌wt'2 48=F!ܿL,ιT?ñ]Pe_lltw|}zǘ|Ζ}Д~ҒӐԎ֌֌֌֌֌֌֌xu&/ 04:DH+ȽS=[Nc]jjqvzytqØsϖvДxґyӐzՎ{֌{֌{֌{֌{֌{֌{֌xv%+ , /6<G)Q;YLa[hhotw~yqlikДnђqґsԏuՍv֋v֋v֋v֋v֋v֋v֋yx#&%(07E'O9WJ_Xfemqu{z~qjebcґgӐjԏmՍn֌p؊p؊p؊p؊p؊p؊p؊{|! $5C$M6UG]Udbkm{svr|~jc^[[Ս_Սc֌f׋h؊jوjوjوjوjوjوjو|%6A!K3SCZQb]~igtqpk{xd~]XVUۆXڇ\ڇ_ڇaۆcۅcۅcۅcۅcۅcۅcۅ~ھ %5@!I/R>YK`Wvhampiezp^̆uX̕yȚ{Qͼ|P|SU߀XށZށ\߁\߁\߁\߁\߁\߁\߁ ۵ % 3>%G2N?UIv]Smf[eoa^zgX܆kSܕoPݦqM޻rMqNtPwRxSyUzUzUzUzUzUzUz ݫ͸ % 3='F3N>vUGl[NdcU]mZXw^SbNeJgGiFiHiKjLmNoOpOpOpOpOpOpOp б '4>'G2vN;lTBdZH]bMWkQRuUMXHZE\B^A_@`C`G_HaIcIcIcIcIcIcIcԩµ )5~@%tF-kL5cR:\Y?V`CPhGLqJG{LCN@P>R=T;U;UA;C9E8F6G5H5I4I7I7I7I7I7I7I7Iɫ~u' l/d7\>VE"PK%KR(FX+A_->g/;o18x364361708/:.;.;-<-<-<-<-<-<-<yne^' W0Q7K>FEAL=R9X6_!4f"1n$/w%-&+())(*'+&,&-&-&-&-&-&-&-}ui _WPI&D. ?6 ;= 7C3I0O.U,[*b'i%r#{!|peZQ IC=8&4-03-9*>'C%I #N !T Z a i r |  \W&Q2N<WE[N\X"[c+Yo2Wz8T=RAPEOGNIMKLLKMJNIOIPHPHPIPKPMOOPOPOPOPOPOPOP\X&R2Q:ZC_M_W#^a+\m3Yy:W?TCRGPIOKNMMOLPKQKRJRISJSKSMRORPSQSQSQSQSQSQS]Y&S1T9]BbKbU#`_,_k4\w;Y@VETHRKQNPOOQNRMSLTKUKULUMUPTQURVSVSVSVSVSVSV^Z%T1X7a@eIfS#d]-bh5_t<\BYGVKTNSPQRPTOUNVMWMXLXNXPXSXTYUYUYUYUYUYUYUY_[%U0\4e=jGkQ$iZ-fd6cp=_|C\IYMWPUSSURWQYPZO[N[O\Q[T[U\V]X]X]X]X]X]X]X]`\$V/`2j;oDpN#oW-ka6gl>cxE`K\OZSWVVYT[S\Q^P_P_R_U_W`XaYb[b[b[b[b[b[b[ba]#Z-e/o8tAvK#uT-q]6lg?hsFdL`R]VZYX\V_T`SbRcScUcXdZe\f]f^f^f^f^f^f^f^fb^#^*i-t5z>|H"{Q,xZ6sc?mmGizNdT`X]\Z`XbVeUfTgVgZg\i]j_j`jajajajajajajajc`"b'n*y2<F!O+X5{`>uiGotNjUf[b__c\fZiYjXkZk]m_naobocndndmdmdmdmdmdmda"f%r'~0 ;EM)U3^=}fFvpNr|Um\hbdfaj_m]o]p^p`rbsdsesfrgqgpgpgpgpgpgpeb!i#w%/ 9CL&S0[:cDlMywUt]nciifncqatauavdwfwhwivjujsksksksksksksfc!m {#. 8AJ#Q-Y7`AiJ߁tSz~]teolkqhufxeze{h{j{kzlxmwmvnunununununugd p~", 7@H N)U3]<ݏfGӈoSˁy^{funqtnxk|j~jl~m}o|pzpypwqwqwqwqwqwqwhd s +5>DK%R-ߝZ7ӕcFʎlSÇu^~g{owuszp~ooʂpށq߀r~s|szsysxsxsxsxsxsxifv*4 ;AH O'آV6̚`EÓiRr^zgo}vy|vttńu݃vށvw}w{vzvyvyvyvyvyvyiix(2 7=DݭK$ЦT5Ɵ^DfRo]wgow~}{zyz܄z݂z߀z~z|yzyyyyyyyyyyyyjk{&03 9AֱG#ʫR4\CdQl\tf}ov}ۅ݃ށ~}}}{|z|z|z|z|z|zkm~$,/4 ݺ:еF!ůQ2ZBbOj[reznv||ywׅx݃zށz{}|{|z|z|z|z|z|zkp"&)/ֿ6ʺD O1X@`NgZodwmu{ztqoхq݃s߁u~v}w{wzwzwzwzwzwzls !&4 ľBM/V>^LeWmbuk~ryyr~mig̓iނl߀o~p|rzryryryryryrymv2 @K,T<\IcUk_rhy{orvk{fb`ʀbe~h|j{lymxmxmxmxmxmxn{ڻ / =I)R8ZFaQh[zpdrykkqdv_z[|Y|Z{^{azcyfwfwfwfwfwfwfwp ٳ Ͼ ,;F&P5XA_M|gVso^kwedk^pYsUuTuSvWvZv\u_t`t`t`t`t`t`tr ٩ε )7D!M0U<}]GtePlmWev^^ācYÎhTÝkQîlOmNmPoSpUpXpYpYpYpYpYpYpwޠϮĹ )7BL)T5u\?mdHelO_vTYҁYTю]Pѝ`MҰbKbJbKfMhOiQiRiRiRiRiRiRi ҦIJ * 7B}J)tQ3kY:daA^kGXuKSOOSKUIWGWFWFYG\I^J`K`K`K`K`K`K`ٞǬ , 9|AsI'jP/bW5\_:Vh?RqBM|FIIFKCM@N?O>NBOCQDSETETETETETET˦ . y7p?hF"`M(ZT-T\1Oe5Km8Gw;C=??D>F>F>F>F>F>FП{t* l3d;]CWJ QQ$LX'H`*Dh,@q.<{192543617/8.9-919393939393939}vme$^- X6R=LEHLCS?Z>>>=>=?>>@>C=D>F?F?F?F?F?F?P K*E5J8M=QHRRQ^Oj%Mw+J/H3F6D8C:B@?@@?@?@>A@@B@E@FAHAHAHAHAHAHAQL)G4M6Q;UFVPU\Rh&Pt,M1J5H8F;EC?CABAABAC@C@CCCFBHCIDJEJEJEJEJEJERM)J2P3U9YCZMYX Vd'Sq-P}3M7K:I=G?FAEBDDDECEBFBFCFFFIFKGLHMHMHMHMHMHMHSN(N/T0Z6^@`J^U [`(Xm/Ty4Q9N=L@JBIDHFGGFHEIDJEJGJJIMKNLOLQLQLQLQLQLQLTP'R,Y-_2d<fGdR a\(]h0Zu6V;R?OCMELHJIIKHLHMHMHNKMNOPPRPSQTQTQTQTQTQTQUQ'V)^*d/j:lElO hY(dc0`p7\|=XBUFSIQKOMNOMPMQLQMQPRRTTUVUWUXUXUXUXUXUXUWR&Z&b&j,q7sBsLpV(k`0fk8cw>_D[HXLVOUQSSRTQUQURVTXVYXZZZ[Y\Y\Y\Y\Y\Y\YXS%^#g#p*w5 z@zJxS&s\/nf7ir?e~EaJ^N\RYUXWWXVYVYV[X]Z^\^]^^]_\_\_\_\_\_\YV#b l u(}3 =GP${Y-vb6qm>lyEhKdQaU^Y\[[^Z_Z`Za\b^b`baabac_c_c_c_c_c_ZY!fpz&1 ;DM!V+~^4yi=ttEoLjSfXc]a`_c^d^e_f`fbfdeedecfbfbfbfbfbfb[\iu~$.8BJR'[0݁f:zpEuzNpUl[i`fddgcibjcjdjfighhgifidididididid[_ly!,6 ?GO"܎X-҇b:ʁlE{uNvVr]nbkfijglgngnimjlkjlilglflflflflflf\bp|)3 <DߚKӔU,ʍ_9‡iEqO|{Wx^tcqhnllolplqmonnolojoiogogogogogog]dr&08 ?؟G͙R+Ē]9fDnNwW}^ydvismqqqrqsrqsosmsksjrhrhrhrhrhrh^gu#,3ݨ9 ѣEǝP*Z8cDlNtW|^d|jynwrvtvtwrwpwnvlvjvivivivivivi^ix',֬4 ˧CN)X6aCiMqVy^djo}r|t}|u|}s||q|{o}zm}yk}yi}yi}yi}yi}yi}yi_k{ ݰ$а2 ƬAL'V5_AgLoUw]din|rwtuutsuqvow~mx}kx|ix|ix|ix|ix|ix|i`n~ֶ˴0?K%T3]@eJlSt[}bhymtqptmtmsoqpormsktitititititiaq ٵ ϹŸ.=I#R1[>cHjQrYz`xfrlmoirfserhpjnllmkninininininicu ܢԭ ϸ ɽ+;G!P/Y;aFhOpWxx^rdkifmbo_p^o`ncmfkgjihihihihihihgy ߚӦ̱ǻ(8DN,W8^BfKxmSqvZk`ed`h[kYlXkYk\j_iahcfcfcfcfcfcfk~ ̪֞Ĵ$5 BL(T3\>ydFqkNktTd~Z__ZbVeSfReRfUfXfZe\d\d\d\d\d\dp ݖΣĮ 1 >I#R.zZ8rb@kjGdsM^|SYWT[P]N^M]K_N`Q`S`U`U`U`U`U`U`wӛƨ ,:FzO'rX1j`8dh?^rEX|ITɈMOɕQLɥSJɹTISGUHXJYLZNZNZNZNZNZNZܓʢ ,9yCqM jV(c_/]g5Xq:S{>OوBKٖEH٦GFںHEGDIBMDOEPGRGRGRGRGRGRϛ~-v8nAfJ_R#Y[)Ud-Pm1Lx5I8F:C<@>?>>>=?=B?D@F@F@F@F@F@F֓ģyq+j6 c?]GWORW!M`$Ii(Fs*B~-?/<1:38465655476989898989898Ȟyskd'^1X; SCMKISEZAc>l;v!7#4%2'0(.)-*,*,*/*/*/*/*/*/*um e^W#R,L4H< CD ?L94%0,,2(8%>"DJQYcn|  rdTKD=7 1,($" ',16<BI Q Z fsD$?.<6@8A=AEAQ @]?j4B6D;DCEO D[Ah?u4@4A4A4A4A4A4G"A,E/I0L5M=NHMTKaHn E{%B(?+>.=/<1<2;3:4:5:5:5:5:5>5A7B8D8E8E8E8E8E8H"C,H,N-Q1S9UESQQ]Nj!Kw&H+E.D0B3A4A6@7?8?8?9?9?9@8C:EH@JAKAMAMAMAMAMAMAJ H'Q%X%]*`3c?bJ`U\a#Ym)Uy.R3P6N9L;K=J?J@I@IAJAJBJDLEOFPFQFQFQFQFQFQFL L$U!]!c'g1j< jGgRc\#_h*\t0Y5V9TeDbI`M^P]S[U[V[V\W]W^V`U`TaSaSaSaSaSaSPZepx$.8 BKW#yb/tl8ov@lFhKfPcSaV`Y_Z_[`[aZcYdXdWeUeUeUeUeUeUP]it}!*4= ܋HхT#^.zh8uq@qzGnMkRhVfYe\d^d^d^f]g\hZhYhWhVhVhVhVhVR_lx%/ޕ8 ӐEʋQ"…[.e8{nAwwHtNpSnWk[j^i`hai`j_k]k\lZlXkXkXkXkXkXTbo{(ؙ3̕BĐN!Y-b7k@|sHy|NvTsXq\o`nbmcnboao_o]o[oYoXoXoXoXoXVdr~ݞ ў1ǚ@L V,`7h@pH~yN{TxYv]tascrdsdtbt`s^~s\~rZ~rY~rY~rY~rY~rYXgu֣ˡ/ž>JT+]6f?nGvNT~Y{]ya}xdzxeyxexybyx`yw^yv\yuZyuZyuZyuZyuZyuZZix ݚ ٢ Цƥ,<HR)[4c>kFsM|SX]zav~ds}eq~eq~cr}`s{^tz\ty[uyZuyZuyZuyZuyZ]l { ܓ՝ ѥ ʪ*:FP(Y3a]xCXGTKPNMPKPKPJQLRNRPRQQQQQQQQQQv݉ʗ%4 |@uJmS#g\*ad0\m6Wv:S?OBKEHFGFGFDIEJGKILJLJLJLJLJLѐž y.r< lGeP_Y!Zb'Uk,Qu0Mρ4Iώ7Fϝ9DЮ;B;C:@>>@@BACBDBDBDBDBD݈ǘx tn+h7aB\MWVS_Oi"Ks%G~(D+B-?/>/>/<19496:8;9;9;9;9;9͒~tnhb*]5W? RHMQJZFcCm@x=!:#8$6&5&4&4&2(2+3,3,3,3,3,}qgb\W'R1M:HB DK AT>\;e8o5{20.,+********{oc[UPK#F,B4><:C7K4S1[ .d +o (| &$"! {n`TNIC?:%6,23/:+A(H%O"W `ly         |m_QGA< 72.*#&)"/5;BIQZf t   }m_PB:5/* &"#(-3 9 AIS^l|9'3254868;6C3N1[ /h -v+))((('''''''''(+-/////:'4181;4;9:A7K5X 3e1s/--,,++++* * * * + +,/!1"3"3"3"3"3";&50;/>1?6>=k;x977 6!5"5#4$4%4%4&4&4&5%5&6(8):)<*<*<*<*<*=%=*C(G)I-J6JAIM GZEgBt@> ="<$;&;':(:(:):):):);):+;-=.?.A.A.A.A.A.>%A&H$L%O)R3Q>QI OVLbJoG{ E#C%B'A)A*@+@,?-?-@-@-@/?1A2C3D3F3F3F3F3F3@$E#L R!V&Y/Y:YF VQT]QjNu!L%J(I+G,G.F/E0E1E1F1F2E5D6G7H8J8K7K7K7K7K7A#IQW\#`,`6`A ^M[XXdUp#S|'P+O.M0L2L3K4K5K5K6J8J:JO@OAQAR@S@T?T?T?T?T?FPYbhl$o.o8nDkNh[dg#`q*]{/[4X8W;U=T?SASBSCSDSETEVDWDXCXBXBXBXBXBHS]fmr!u)v3v> sJoWkb#gl+dv1a7^;\>[AYDXFWGWHXHXIYHZH[G\F\E\E\E\E\EKWakrx{$}-~9{FvSq^$mh,jq3g{8d=bA`E^G]J\K\L\M]L^L_J`I`H`G`G`G`G`GNZdov}'ۄ4ЁC|OxZ#sd,pm3lv:j?gCeGcJbMaO`P`PaObNcLdKdJdHdHdHdHdHP\h rzފ Ҋ0Ɇ@M}W#ya,uj4rr:o{@lDjHhLgOfQeReSfQgPgNhLhKgIgIgIgIgIR_k u ~ ֏̎.Ë= JU"~^+{g3wo:tx@rEoImMlPjSjTjTkSlQlOkMkLkJkJkJkJkJTa n x ܉ ؏ ГƓ+; HR!\+d3|m:yu@w}EuJrNqQoToU}oV|oT|pR{pP{oN{oM{nK{nK{nK{nK{nKWc p|܅ԌГ ʖ)9 FP Z*b2j9r?|zEzJxNvQ{uTxtVvtVutUuuSutQusOvrMvqLvqLvqLvqLvqLYfsֈϐʖĚ&7 DNW(`1h8p?xDI}}Mx{QtzTqyVoyVnzUnzSoyQpwOqvMquLquLquLquLquL[iw݂Ћɓę$4ALU'^/e7m=uC{~HvLrPnSkUhVgUhSi~Qj|Ok{MlyLlyLlyLlyLlyL^ lzֆˏė!2?JS%\-c5k;zsAu|FpKkOgRdTbUaTaRcPeOfMg~Lg~Lg~Lg~Lg~La o~ЉƓ /=HQ"Y+a2yi9tq?oyDjHeLaO^R[RZR[P\O^N`LaKaKaKaKaKdtڂˎ,: EOW(y_/sf5mn;hw@cE_I[LWNUOTNTNUMXLYK[J[J[J[J[JhyчŒ(6 BLxT#r\*ld1gl6bu;]@YCUGQIOJNININIPIRHTGTGTGTGTGnʍ#2~>wIqRkZ%eb+`j0[s5W}9S=O@LBJCIBHCGDIDKDMDMDMDMDMDu҆Ó {-u: oEiOcW^_#Yh(Uq-Q{0M4J7G9E:D9C;B=B>D>E>E>E>E>E>}ɍytp&k5e@ `K[TW]ReNo#Kz&GȆ)DȔ,BȤ.@ȸ/?/?0=3;5<6=7=7=7=7=7цxne c`-[:WF SP OYKbGlDwAׄ>ؓ <أ!;ٷ":":#7'6)4+6-6-6-6-6-ŐwlbZXT)P5L?HIES B\ ?fC;K8T6]3h 0t . ,*(''&&%%%%%vi]QIFB>!;*734:0B-J+S(\%f"s         vi[NC>: 62/#+*(1$7!?FNXcpwhZL@72.*&# &+28@H R ]k}xi[K>2+&!  $ *07@JVdu/++2/104/9+A'L#X!f t    !""""/+.02/3126/>+I)V'c%q$~ # #"""""""""""###$&''''0*1-5+7-624:2E/R-`,m *z )(((''''''''(((')+,,,,1)4)9(;*<.:69B7O5\3i 1v0/..--------..--/122223)8&=$@%A)B3A>?J=W ;d 9p7}655443333345433 6!7!8!8!8!8!5'="B F H%J/I:GFER C_ Ak?w=<<;;:::::;:!:#:%:%<&=&>&>&>&>&9$AGKO"Q+Q6OALM KZIfGrE}CBBA A!@"@"@#A#A$@'@)?*@*B*C*C*C*C*C*< EKQVX'X1W<UH RTPaNmLxJI H"G$G%F&E'E(E)F*E-E.E/F/H/I.I.I.I.I.@IPV\_#`,_7]BZO X\VhSrQ} O$N'M)L+K-J.J/J0K0K2J3K3L3M3N2N2N2N2N2CLT\aef'f1e=cJ `W]bZmWw#U'T+R.Q0P2O4O5O6O6O7P8P8Q7R6S5S5S5S5S5FPX `fjl!m+l7jE gRc^`h ^r&\{*Z.X1W4U6T8T:S;S;TX?X@Y?Y?Z>[<[;[:[:[:[:[:LV ` h o swyy.w> tKpVm`!ji(gr-ez2c6a9`<^?]A]B]C]C^A_@_>_=_<_;_;_;_;NX clsx{ ~~+|;yHvSr]!of(mn.jw3h7f;e>cAbCaEaEbEbCcBc@c>c=c|g=|g=|g=|g=R]irzʃņ&6CN|X y`'wi-tp3ry7pwj>wj>wj>T _lv}Ƀć#4ALU^&|f-yn2wv7u;t?|rCxqFupHsoIqpIqpGqqDrpBroArn?rn>rn>rn>rn>V boýŇ 1? JS\%d,k1}s6~{|;zy?vwBrvEouHluIkuIkuGkuEluCmsAmr?mr?mr?mr?mr?Yer|DŽ /< HQZ$b*i0|q5xz:t>p}Bl|Ei{GfzHd{Hd{Ge{DfzCgxAhv?hv?hv?hv?hv?[iv̀È ,: EOW"_({g.vo3rw8m_A\DZEXEXDXCYA[@]>]>]>]>]>bq~È%4@ JyStZ#ob(jj.fr2a|7]:Y>V@SARBRAR@R?U>V=W=W=W=W=gvɃ!0< xGsPmXh`$dg)_p.[y2W6S9P;N=L=L2@2A2A2A2A2|Š|phfc-^9ZDVN RWO_KiHsE~B ?"=#<#<#:&8(7)8*8+8+8+8+Ʌ|qf[WV#S2P>MHIRF[ Ce@o>{;ω9ϙ7ϫ664210!/!/!/!/!}qf[PG FE'D5A@?K=U:_8i5v 3 1 / .--+*)((((~qeYND? =;#9.684B1K/U-_*k(x&%#""!!     qdXLA85 30.'+0(8&@#I!R]iyrdVI>4.+ (%"&-4<DNYg w   sdVH;0'#  !' . 6>HTbsteVG9-#   &.7AM\m$/%/(/'1$6 >IVdr    %.)-+,+.)3$;FSan{       &-,).(/*-/)7'C$P"] jw             !!!!**/&2$3%2*14/?-L*Y(f&r%~%% % % % $ $ % % % % & & &%%&''''.&4"7 9!8%9/8;5G3T1a/m.y - - , , ,,,,,,---,,,-....2#8<>@"A+@6>B xJuSs\qd"ol'mt+l|/j2i5|h8yg:vf;tf#="=#<%;&;&;&;&;&;&zui^[Y$V1S=PGMPJY Gb DlAw><98775433 3 3 3 vk_TL KI(H5E@CJ@S>];g9s 7ǀ 4ǐ 2ǡ1ȵ00.-,++++xk`TJ@:98(756@4K3U1`/l-z+؋*؝(ٱ''& % $ # # # # yl`TH>5- ,+)*(5'?&J$U#a!n ~zl_SG<2*% #!"+4>HR_n      |m_RE9/&!(0 9 C N\l}n`RC7+"  "*3=IWi~paRC5)  #+6CSez/ ,!,.3<F T a o {                      -#)$)"+08CP^kw#*&&(%''#+3@MZgs~&&*", +"(&'0$<"IUbnz     *".000"0,.7+D(Q&]$i#u#########$$%%$ % % $ $ $ $ $ .35588'734?2K/X.d-o,z,,,,,,,, , -- , -,,,,---27:<?@">-<9:E8R7^6j5t5~44 4 4 3 3 3 3 4 44444344446;> CFFF&D2B?@L?Y>d=o}H |Q{zYwy`swhovp!lux%it(fs+cr.`q/^q0]q0]q.^q,^p+_p)`o(`n(`n(`n(Ubmu{.;~E zNuVq^n}fj|m g{v#cz'`y*]x,Zw.Xw/Ww/Ww.Xv,Xv*Yu)Zt(Zt'Zt'Zt'Yfqz +}8xBtL oTl[hcdkat!]}$Z(W*U~,R~-Q~-Q},R}+R|)S{(Tz'Tz'Tz'Tz'^kv~~{'v4r?mI iQeYb`^hW{!T$Q'O)M*K*K)L)L(L'M&N&N&N&cp{zur"o0j;fEbN _V[]XeUnQxN K#I$G&E&E%E%E%F$F$F$F$F$iv~pkhf*b7_A[JXR TZQbNkKuHEB@ ? ?? >!>!?!?!?!?!p}wi`][$Y1V<SEPNMW J_ GhDsA><:998777777xznbUPNM(K5I?FIDRA[?d+<6;A9K7T5_3j1w/-+**) ( ' ''''rfZOD:0.-,)+5+@*J(V'a&o$#ϑ!ϥ н tg[NC9/' &1<HUbrvh[NB7-$&0: F S b txi[M@4*!  $,7BPauyj\N?2'  '1>M_u|l]N?1%  !+9J]s,)(+0 8DQ^lx)&%',4 @N[ht&!" !#'0<J W c o z                ""$$"",8ER^ju&((&&&(#4 @MYepz*---.-",.):&G$T#`"k"u"~""""""###$$%%%%$$$$.12 4553'14/A-N,Z,e,p+y++++++++,-- - - - - , , , , 15 6: <;97+695G5T5`5j4s4|4433 3 3 3 3 4 4 4444444458<@A A?<"=1>A>O>Z=d=nCKQTTRQS"U3TATLSVQ_ PgOoNwNMLLKKKKLLLMLLLL@GPVYZXWYZ/Z=YIXS W[ VdUkTsS{RQQPP P!P!~Q }Q}Q}Q}Q}Q}Q}QBJTZ^_^\ ^`+`:_E^P \X [`ZhYpXwWVV~U!{U"yT#xU#wU"vV vVvVvVvVvVvVENX^bdcacd(e7dCcMaU `]_e^l]t~\}|[yZ wZ"tY$rY%qY%pZ#oZ"oZ pZpZpZpZpZHR[bfhhfgi%i4h@gJfS e[db~cj{brxazv`s_!p^#n^%l]%j^&i^$i^"j^ j^j^j^j^j^JU_ejlljkm"n1m=lGkP jX|h`xggvgosfxpemd!jc#hb%fb&db&db%db#db!ebebebebebLXbinppnprr.r;qE}pN znVvm^slepkmmjujigi!eh#bg%`g&_g&^g%^g#_g!_f`f`f`f`fO\emrutst vw+w8|vCxuL ttT qs[nrckqkhpseo|bn _m"]l$Zl%Yl%Xl%Yl#Yk!Zk[k[j[j[jS`iqvyywy {|({|5w{@szIoyQ lxYhwaevhbup_tz\tZs!Wr#Ur$Sr$Sr$Sq"Tq TpUpUoUoUoWdmu{~}}|x$u2q=mFiO fV c~^`}f]|nZ{wWzTzQy!Oy"Ny"Mx"Mw!NwNvOuOuOuOu\hrzytq n.j9gCcL`S ][ZcWkTuQNKIH GGH~H}I|I|I|I|anx{pk hf)b5_?\HYPVX S`PhMrJ}HECBAAAABBBBgt~uga^\#Z/W:TDRLOTL\ Ie GoDzA?=;;:::::::n{{nbWRQO(M4K>IGGPDXBa?k =w : 86544333333wsg[OGDCA+@7?A=J;S9\7g5s20.- ,, + * * * * * xk_SH=6 43!2,170A/K.U,`*m){'%$##"!!!!!{naUJ?4+$ ""!* 4?JVcsDžǙȮ}pbVJ>4*" %0<H V e x ֍ ؤ ؾ   rdWI=2(  $.:GVg{teWI<0%  !+7EVh~vfXJ;.#  '4CUixhYK;-! "0@Si(%% '-5AO\it~%"!# (0=KXdpz"" ,9FS`kv(4 A N[fqz     !! $/<IUaku~%%$ ##")5CO[fpy() (+ +)&"#.!; I U `!j!t!|!""""###$%%%%%%%%%, -.11 /+)%(3(B*O+Z+e+n,v,~,,,,,,,--....----/15763/.1,3<4I5U5_5h5p4x444444 4 4 5 5 5 5 5 5 5 5 5 35:>@=7 8:&=6>D>P=Z=c=kGPVXYVSTV%W4W@WJVSU[ Tc TjSrRz}R{QxPvPtPsPqPpQpQpQpQqPqPqP@KTZ]^[XY["\1\=\G[PZX Y` ~Yg{XoyWwvVtVrUoUmTlTjUjUjUjUjUkUkUkUCOX]ab`\^`a.a:`E`N~_V {^] x]ev\ls\tp[}nZkZiYgYeYdYdYdYdYeYeYeYeYFR[aefcabde+e7eB|dKxcSuc[ sbbpajm`rk`{h_f^c^a]`]_]_]_]_]`]`]`]`]JV^eiigef hi(~j5zi?viIshQpgY mg` kfghepedycd`c^b\bZbYbYbZbZa[a[a[a[aMYbhmmkik m|n%xn2un=qnFnmOklV hl^ ekecjm`iv]i[hXgVgUgTgTgTfUfUeVeVeVeQ]flqpon}pxrus!rs/os:lsDirLfrTcq[ `pc ]pk[otXnUnSmQmOmNmNlOkOkPjPjPjPjUajqutt|svuqwoxly+iy7fy@cyI`xQ]wX [w` XvhUuqRu|PtMtKsIsHsIrIqJqJpKpKpKpZfovyxxwyo|j} g~d&b2_=\FZNWUT~] R}e O}oL|yJ|G{E{D{C{CzCyCxDwDvDvDv_kt|~}~rfa^\!Z.X8UBSJPRNZKb Il Fw CA?=<<<===~=~=~fq{ym_XTRP'O3M=KEINFVD_Bh?s = : 8 766555666myrfZPI GE D+C6A@@H>QKZj~̫̔|n`RE9.#  '1>K[nބߛߴpaSE8,!  $/<K]qrcTF7*  +9J^tteVG8*  (7J^v$" !$)2>LYepz! #-:HUalv )6CP\gqz $0>KWblu~ + 8EQ\fpx   $0> J V a j s { " ! ! (6COZdmu}&%&'%! -<I U!_"h"p#x###$$$$%%&&&&&&&&)(-0/+" #&'(6*D+O,Y,b,j-r-z--------..//....,.5996/-0!214>5J5T5]5e5m5t5|554445556666555/4<AB@:69;,<:=F=P=Y=a=h @B'C5DBDLDUC]CdCkBsB{B A A A A~A|AzB yB xB xB xB xA xA 6@HMNMIEFH#I2J>JHJQIYI`IhHoHw G }G zGxFvFuFsFrGqGqG qG qG qF qF 9DLQSRNJKM O.O:OEONOVN]~Nd|Ml yMt wL} uLsLqKoKmKlKkLjLjLjK jK jK jK =HPUXVSOPRT+T7TBTK|TSzSZxSbuRi sRq qQz nQlPjPhPfPePdPdPdPdPeO eO eO ALTY\ZWTU WX'Y4}Y?zYHwXPtXXrW_oWf mVn kVw hUfUdTbT`T_T^T^T_T_T_S _S _S DPX]_][XZ [}\$z]1w]<t]Fq]No\Ul\]j\d h[l eZu cZaY^Y\X[XYYYXYXZXZXZW ZW ZW HS[aba_\^{_xa!ub.rb9obClaKjaSgaZe`b c`j `_s ^^}[^Y]W]U]T]T]T]U\U\U[V[ V[ LV_dedcaybudreof+lg7jg@gfIefQbeX`e`]dg [dp Yc{VcTbRbPbObObOaOaP`P`P` P` OZcihggyesgoiljik(gl4dl=blF_kN]kVZj]Xje Vin Six QhNhLgKgIgIgIfJfJeKe Kd Kd T^gmlkkskmmhn epbq$`q0^q:\qCYqKWqSUpZRpbPpk Nou Ko InGnEnDnCmDlDkEk Ej Ej Ej Xclqpozonpes`u]v[wYx+Wx6Ux?SxHQxOOwWLw_JwhHvs Ev Cu Au?u>u=u>s >r >q ?q ?p ?p ^iquttutiv^yX|T}R~Q&O1M;LCJKHTF\CeAp?~|<~ :~ 9~ 7~ 7} 7{ 7z 7y 8x 8x 8x doxyy{ypzd|XPK HG E+D5C>AG@O>X4*!! + 6 A N \ l teWK@5*!  "+6BP_qćĝĵxj\OA5)  !*5CRcxՏէ{l^PB4(  '3BTg~}n_QB4'  $1AUjqaRD4&!/AVm  %.;IVbmv  *7EQ^hrz%2@LYcmu}  ,:GS^gpx  &3@MXajrz  +9FQ[dlt{   " 0 > J U ^ gov~ (7DOYaiqx"!'*)$"1 >!I"S#\$d$l$s$z%%%%&&&''((''''&)1440)#&(+*8+D,N-W-_-g-n.u.}......////////)18<<92- /1&344@5J5S5[5b5i5q5y5555556}6{6{6z6z6z5z5-7?CD@:679":/<;h >g >f?e?e?d?dWaihg{gqgeh\jXlTnRoPo$Np.Mp8KqAJqIHqQFqYDpbBpl@px>p0$  !,:J]rzk\M?0# +:Maym^O@1"  );Of"+8FS^irz&4BNZdmu} ".<IT_hpx   (6CNYbkry "/<HS\elsz  (5ALV_fnt{  -:EPYahov}   $ 2 >IS[cjqx#%$+8CMV]els{       &-0.(" &!3">#H$Q$Y%`%g&n&v&&''''((~)})|(|(|(|($.5861,&&(!*.+9,D-L-T.\.c.j.r.z//}/{/z/x/v0u0s0s0s/s/s/*5;?<83/.02)354?5I5Q5X~5_}5f{6ny5vx5v5t5r6p6o6m6l6k6k6j6j5j50:ACA>:65 78%:1;<|;Ez"z?.x@8uABsAJrAQpAYnA`lAgjAphAygAeAcAaA`A^A^A]A]@]@]@]@9CJKIGDA~AzBvCtE*qE5oF?mFGkFOjFVhF]fFedFmbFv`F^F\E[EYFXFXFWEWEWDXDXD=GNNLKI}ExFtGpHnI'kJ2jK<hKDfKLdKSbKZ`Kb_Kj]Kt[JYJWJUJTJSJRJRJRIRIRHSHAKQPON~LxHrJnK kMhN$fN/dO9bOBaPI_PQ]PX[O`YOhWOrUO}SORNPNNNMNMNMNMMMMNLNLDNTSRQzPrMlOhP eQcR!aS,_S6]T?[TGZTNXTVVT]TTfRSoPS{NSLSKSISHSHRHRHQIQIPIPHRWVUTvSlQgSbT_V]W[W)YX3XX<VYDUYLSYSQY[OXdMXmKXxIXGWEWDWCXCWCVCUDUDTDTLVZYX{XqWfVaX]YYZW[U\&S]0R]9Q^AO^IM^QL^XJ^aH]kF]vD]B]@]?]>]=\>[>Z>Z>Y?YPZ]\[v[m[a[[]V^R` PaNb"Mb,Lc5Jc>IcFGcNFcVDc^Bch@cs>co=o"JV`hpx~ +8EPZckry  %2?JT]elsz  ,8CNW_gmtz  $1<GQY`gnt{  )5@JS[bhou}  !.:DMU \ c j q x  ! &3>GPW^els|#)*&"!-8BKRY`gow~ } { y!w"v"u"t!t!t!!+11.*&! !(#3$=$F%N&U&\~&c|'k{'sy'|x(v(t(r(q)o)m)l)k)k)k(k((28752-)' (*#+/~,9|,Bz-Jx.Qw.Xu.`s/gr/op/yo/m/k/i/h0g0e0d0c0c/c/c/.8=<:730. /{0x2+v35t3>r4Fp4No5Um5\l5dj5lh5ug5e5c5a6`6_6]6]6\6\5\5\43<A@><96{4w5t7q8'o92m9;k:Cj:Kh;Rg;Ye;ac;ib;r`;}^;\;[;Y;X;W;V;V;V:V:V97ADCB@~>y;t:q:m<k=$i>/g?8e?@d@Hb@Oa@W_@^]@f\@oZ@zX@V@T@S@R@Q@P@P?P?Q>Q>;EGFEDyBt>o?k@ gAeB!cC+aC5_D>^DE]EM[ETYE\XEdVEmTExREQDODMELEKEKDKDKCLBLB?HJIH}GuEnBiCeD bE_F]G(\H2ZH;YICWIJVIRTIYSIaQIkOIvMIKIJIHIGIFIFHFHGGGFGFCLLLKyJpIiFdG_I\JZKXL%VL/UM8SM@RMHQNOONWNN_LNiJNsHMFMEMCMBMAMALALBKBJBJGOONNuMlLcJ^LZMVNTORP"QQ,OQ5NR=MRELRMJRTIR]GRfERqCR~AR?R>R=RW{?\F>]O=]W;]a:]l8]y6]4]3]1]1\1[1Z1Y2Y2XTYXXsWiW`XTYN[H]C_@`>a=a ;b):b29b:8cB7cK6cT4c]3ch1cv/c.c,c+c*c*b*`+_+_+^Y\\{[o[e[\\Q^I`CbKYi{w}uptbuUxI|?4+" "+5BP_q}x|i|[NA6,#  "+7ETf{qaSF9.#  !+8HZnyhYK=1%  +:L`wؒجp`QC5(  *<QggXI:* ,?Un%2?KV`hpx -:FQ[cksy  (5@KU^fmtz ".:EOX`gmtz'3>IRYagmsz !,8BKSZagmtz%1;EMU[bhnu|   )4>GOV\cipx   " . 8 A J Q X ^ e lt}~}zxwwww!$# '2<DLSZ`~h}o{xyxvtsronmmmm )+*($  "-~7|@zHyOwUv\tcskq tp n!l!k!i"h"f"e#d#d"d"d!&/10.+($ ~ {"x#)u$3s%<q%Cp&Kn&Rm'Yk'`j'hi(qg({e(d)b)`)_)^*\*\)\)\)\(,55431-|+y(v'r)p*%m+/k,8j,@h-Gg-Ne.Ud.]c.ea/n_/x^/\/Z/Y/X0V0U0U/U/U.U.1:9876z2u0r.n. k/i0!f1+d24c2=a3D`3K_4R]4Z\4bZ4kY5uW5U5T5R5Q5P5O5O5O4O4O36=<<;{:t7o5l3h4 e5b6`7(^71]8:[8AZ9HY9PW9WV:_T:hS:sQ:O:N:L:K:J:I:I9I9I8J8:@??>w=p;j8f8b9_:\;Z;%Y<.W=7V=>T>FS>MR>UQ>]O?fM?pL?}J?H?G?E?D?D>D>D=D=E<>CBB}As@k?e<`<\>Y>W?U@"SA+RA4PB<OBCNBKMCRKCZJCdHCnGC{ECCCBC@C?C?C?B?A@A@@AEEEyDoDgB`?[AWBTC QDOENE(LF1KF9JGAIGHHGPFGXEGaCHlBHx@H>HCKFBLMALV@L_>LjPC%cG#cQ"d\!didyddddca``_YX{XmXbXYXPYG[>^7`1c*f$i !j jj k(k0k9kBlLlXleltllllkihhg]]u\h\^\U\K^Ba9d2g+j$mps ttt!u)u2u;uFuRu_ un u u ut t s q q pbapadaZaObEe2' $1@Re}o_QC6*  $3DXnшФgWI;.! $6I_x_PB4& %9Og"/;GR[dlsz *6ALV_fmtz $0;FPY`gntz *5@JRZagmsz#.9CLT[agmsz (3=FMU[agmsz!,6?GOU[agnu}   %09AIPV\bipx~}|{{{{  )3<CKQW^dl}t|~z x w u s r p p o o o    # - 6~>|F{MySxZvauhsqq{pnlkihfeeee$$#!|y(v1t:rAqHoOnVl]kdimhwfdca`^]\\\\%*))(%}"yxvro#m-k5i=hDfKeRc Yb aa i_!s]!\!Z"Y"W"V#U#T#T"T"T"+...-|+v(r&o#m! j"g#e$)c$1b%9`&A_&H]&O\'V[']Y'fX(pV(|T(S)Q)P)O)N)M)M)M(N(02221v0p-k+h)f( c(`)^*%\+.[+6Y,=X,DW-LU-ST-[S-cQ.nP.zN.L/K/I/H/H/G/G.G-H-4555{5r4k2f/b._-\.Z/X0"V0+U13S1:R2BQ2IP2PN3XM3aK3kJ3wH4G4E4C4B4B4B4B3B2B28888w8m7f6a3]2Y2W3 T4R5Q5(O60N68L7?K7FJ7NI8VG8_F8iD8uC8A9@9>9=9<9<8=7=7=6;;;;s;j:b9]7X6T7Q8 O9M9K:%J:-H;5G;<F=<=:=9=8=7=7<8;8;8:=>>|>o>f=^=X;S:O;L<I=G>F?"D?*C?2B@:A@A@@I>AQ=AZ@@@xAlAb@[@T?N?J@FADBBC@C?D'>D/:EF9EN8FX6Fb5Fn3F|1F0F.F-F-F-E.D.C.CCCCtChC_CWCPCHCDEAF>G nJnWnenvnmmllkjjZtZfZ\YSYHZ?]6`.c&gjmqt w wwww$x-x7xCxPx^xoxxwvuutt~_n_b^Y^M_Bb9e0h'lptw {~ &0;HWh|weid_cRdGgGNU[agmsz#.7@HOU[`fls{ '1:BIOU[`gmu~ !*3<CIPU[ahp~y|{yxvusssss   $.6>}D|KzQyWw]vdtlsuqonlkihhggg  |y(w0u8s @r Fp Lo Sm Yl aj ii rg ~f d b a ` ^]]]]{xxw sp"n+l3j;iBgIfOdVc]af`o^{\[YWVUTTTT""##"y!sonm jge'c/a7`>^E]K\RZZYbWlVwTRQONMLLMM&''({'r&l$h!fdb_]#[+Z3X:WAV HT OS WQ!_P!iN!tM!K"I"H"G"F#E#E"F"F!*++,v+m*f)b&_$]"[!X"V#T$(S$0R%7P%>O&EN&LL&TK'\I'fH'qF'E(C(A(@(?(?(?(@'@'-./}/q/h.a-]+Z(W'T' R(P)N)%M*,K*4J+;I+BH,IF,QE,ZD,dB-o@-}?-=-<-:-:-:-:-:,:,012y2m2d2]1X/U,Q,O- L-J.I/"G/*F01E08C0?B1GA1O@1W>1a=2m;2{928262524242515150345u5i5`5Y4T3P0L1I1G2E3C3B4'@4.?56>5==5D<6L:6U96_76k66x472717/7/7/6050504667r8f8]7V7P6K4G5D6A7 ?8>8<9$;9,:939::8:B6:J5:S4;]2;h0;v/;-;,;*;);*:*:+9,889|:n:c:Z:S:M:F8B:?;<< :<8=7=!6>)4>03>72??1?G0?P.?Z-@f+@t)@(@&@%@$@$?%>&=&=;<x=j=_=V=O=I=B=<>9?6A4A2B1B/C%.C--C4,D<+DD*DM(DX'Ec%Eq#E"E EEDDC B!A>?t@g@\@S@L@F@>A8C4E0F-G +H*H)H"(I)'I1%I9$IA#JJ"JU JaJoJJJJJIHGGBBpCcCXCPCICBD;E5G0I+K&M $N"N!O O%O,O5O=PGPQP]PkP|PPPPONMME{FkF_GUGMGFG?G7J1L+N&P SU VVV V'V0V9WBWMWYWhWyW W W V V U TSIvJgJ[JQJJJCJ;L3N,Q&T!VY\^ ^^^"^* ^3 ^= ^H ^T^b^s^^^]]\[[NpNbNWNNNGN>O6Q.T'W!Z]`c f gggg$g-g7gBgNg\gmgffeeddczRjS]RTRKRBS9U0X([!_beh kn ooopp'q0q;qHqVqfqyqpoonmmsXeWZWQVFWHRZbiou{ !,8CLT\ciou{ '2<FNV\chnt{!+6?HOV\agmsz %/8AHOU[afls{)2:BIOUZ`flt} #,4<CIOTZ`fnw~|{zxxxxx &.6=C~I}O|Uz[yawiuqt|rqonmlkkkk  | z(x0v8t>sDqJpPnVm]ldjmhwgedca`````| y x usp#n+l3j9i@gFfLeRcYba`j_t]\ZYWV V U U V vqnm m j g e &c .b 5` <_ B^ H\ O[ VY ^XhVsUSQPNMMMMMwoifddb_]![)Z1X8W>VETLSSQ[PeNpL}KIGFEEEEE!"|"q"h!b_\[Z WUT%R-Q4O;NBMHKPJXHbGmEzCB@?>=>>>#$%w&l&c%]$Y"VTS QNM"K)J1I7G>F EE MC UB _@!j?!w=!;!9!8"7"7"7"8!8!&')s)g)_)X(T&Q#O"L"J"H"G#E$&D$.B$4A%;@%C?%J=&S<&\:&g9&u7'5'4'2'1'1'2&2&3%)*},o,d-[,U+P*L(J&G'D' B(A(?)#>)+=)2<*9;*@9*H8+P6+Z5+e3+r1+0,.,,,+,,,,+-*-*,-y.k/`/X/Q.L.H,E+A+?, =,;-:.!9.(7./6/65/>4/E3/N10X00c.0p,0*0)0'0&0&0'/(/(..0v1h2]2U2N1H1D0@/<0:1 71625233%23,13304;/4C-4L,4V*5a)5n'5~%5#5"5!5!4"4#3#213r4e4Z5Q5K4E4@4:374452607/7.7"-8)+81*88)9@(9I&9S%9_#9l!:| :::9988746n7a7W7N7H7B7<75829/:,; *<)<(=&=&%=.$=5#>=">F >P>\?i?y???>>=<<7z8j9^:S:K:E:?:9:2<.>)@&A$B"B!B C#C*C2C:DCDMDYDgDwDDDDCBBA;v<f=Z=P=H=B=<=6>/@*B%D!FH IIII&I.J6J@JJJVJdJtJ J J J I H G G>q?b@V@M@E@?@9A2B+E&G!IKNPPPP!P)P1 P; QF QQ Q_ QoPPPPOONM}BkC]DRDJDCCGOW]ciou|"-7@IPW]chnu| &0:BJPV\agmt| *3;CIOUZ`fmt} $,5<CIOTZ_fmv~&.6=CINTY~`|gzoyzwutrrqpppq !})|0y7x=vCtIsNrTpZobmjktjhgeeddccd~{wurq#o+m2l8j>iDgIfOeVc]be`o_{]\[YYXXXY }v q om kige&c-a3`9_?]E\K[RZYXbWlUxSRQPONNNNtlgec c a^\![(Y/X5V;UBTHSOQVP _N iM vK I H G F E E E E xme_\ZZZ W U S $R +P 1O8N>MEKMJUH^GhEuCA@>====>rg_YUSRR PNL J'I.H4G;EBDICRA[?e>r<:8755667{ m!b!Z!TPMLKIGED$B*A1@8??=F<O:X9c7o5~320///00"w#i$^$V$P#K"H FEC A?>!<';.:59<7D6L4 V3 `1 m/ |-!,!*!)!)!)!* + "%s&e'['S'L&G%D$B!?!=! ;!9"8"6#%5#+4$23$92$A0$J/%S-%^+%k*%z(%&%$%#%#%$%%$%$%'o)b*W*O*I)D(@'=&:%7&5&4'2'1("0()/(0-)7,)?+)G))Q(*\&*i$*x#*!****) )!((|*l+_,T,L,F,A+<+8*5*2+0+ .,-,,,*-&)--(-4'.<&.E$.O#.Z!/g/v////..--+x-h.[/Q/I/C/>.9.4.0.-/+0 )1'1&1%2#$2*#21!39 3B3L3W3d4t44333321.t/e1X1N2F2@1;16111+3(4%5#6 !6 77 7'8.868?8I9U9b9q999888761p2a4U4K4D4=48434-5(7$9 :; <===#=+>3><>F>R>_>o> > > > = = < ;}4k6]7Q7H7A7;75707*9%; =?AC CCCD'D/D9 DC DN D[ DjD|DCCCCBAx8g9Y:N:E:>:8:3:-;'=!@BDFI J J J J#J+J4J>JIJVJeJwJJIIIHHr<b=U>J>B=<=6=/>)@#BEGJL O P QQQQ&Q/Q9QDRQR`QrQQQPPOOl@]AQAGA@@9@2A*C$FHKNQ SVW XXYZ!Z)Z3Z?ZLZZZlZYYXXWWeEXEMEED>D5E-G%JMPSV Y\^_ ` abcd#d-d8dEdTdfd{ccbaa`_JSJJICH9I/L'ORUY ]`cfhij k mnpq&q1p>pNp_psoonmllZOPNHM=N3Q)T X\` dhkortuwx z |}(5EVk~}|{zVTNSBT7V,Z"_ch mrvz} ,;MbzUYHZ;]/a$flr w} !1CWpNa@d3i'nu| %7LdFk9p+w +@XtӒҰ>y1# 3Kd )4?HPX^ekqw~ #.9BJRX^djpv} (2;DKQX]chov~"+4=DKQV\agnv %.6=DJOUZ`fnw'/7=CINTY`goz~|zyxwxxwu !)07}=|CzHyMwSvYtariqsomljihiiii|ywvt#s+q1o7n=lCkHjNhTg[eccmbx`_]]\\\\\xtpm kihf%e,c2b8`=_C^I\O[VZ^XhWsUTRQQQQQR ~ s l heca _]\!['Y-X3V9U?TESKQRPZOdMoL}JIHGGFGG ukc^[ Z Y WUSR#Q)O/N5M;LAJHIOHWFaEmCzB@?>===>|nd\VSQP P OMKI%H +G 1F 8D >C EB M@ U? _= k< y: 8 7 5 5 5 5 6 vi^VPMJIIH F D C!B(@.?5><=C;K:T8^6k4y21/---./qdYQLGDCBA @><;%:+82796@4H3Q1\0h.w,*('&'()}m`VNHC@>=;9865"3(2/160=.F-O+Y*f(t&$"! !"#yi!\"R"J"D!?!< 9854 20/.%-,+3*;)C'M&W$d"r  u"e#Y$O%G%A$<#8#5"3 0 .! ,!+!*"("#'")�%#8##A"$J!$U$a$p$$$$$$##"q$b&V'L'D'>'9&5&1%.$+%)%'&%&$'#' "''!(. (6(>(H)S)_)n))))((('%n'_(S)I*B);)6)2(.(*(&)$*"+ +,,,$-+-3-<-E.P.].l.~.. - - -,,|(j*[+P,F,?,9,4+/+++&,"./0 1112!2(20293C3N3[3i 3z 3 3222 1 1w+f-X.M/C/<.6.1.-.).#02356 7778$8,85 8? 8J 8W 8e8v8877766s.b0T1I1A19141/0+0%2 368:< = = = =! =)=1>;>F>R>a>r>===<<<m2]3P4F4>47423-3'4"68:=? A C DDDD$D-D6DADND\DmDDCCBBBh6X7L8C8;75606)7#9;=@B EGI IJKK K(K2K=LILWKhK}KJJIIIb:T;I;@;9:39,:%<?ADG ILOP P QRTT#T,T7TDTRTcTwTSRRQQ\?O?E?>>7=/>'@ CFIL ORTWXY Z[]^_&_1^=^L^]^q]]\[ZZVDKCCBFLRX]cipx &/7?EKQV\ahpy  (08>DJOUZahq{|{y "*18>CHNT~Z|azixsvusqpoooml ~}|$z+w1u7t=rBqHoMnSlZkbilgxfdba`aaa`|wrp nllk%i,g1f7d=cBbH`N_U]]\fZrYWVUTTTUUunifc a`_^ ]&[,Z2X7W=VCUISPRXQaOlNzLKJIIIIJtjc^[YW VTSR"Q(P-N3M8L>KEJLHTG]FhDuCA@@??@@ y l a Z U R PON LKJI#G)F/E4D:BAAH@P>Z=d<r:9876667 re[SNJH G G EDBA @%>+=1<7;>:E9N7W6b4p210/..-.}l_UNHDA@@ @ > < ; 9 "8 (7 .6 55 ;3 C2 L0 V/ a- o+ * ( ' % % & ' wg[QIC?<:998 7542%1,02/:-B,K*U(a&o$#! scWME@;85432 1/-,"+)*0(7'?&H$S"_ m~o_SJB<741/.,+)(' %&$-#4"= FQ]k|}k\P G ? 941-+)'% $"! #*2:DN[izzgY!M"D"<"6"2!.!* ' $"  !!!"!"'"/"8#A#L#X#g#x# # # # " " !vd"V#K$A$:$4$/#+#(#$# #$%& &&''%','5(?(J(V (d (t ( ('''&&q"`$S&H'?'7&1&-&)%%%"%'(*+ ,,,,",)-2 -; -F -R-`-p--,,,++m%]'O(E)<)5)/(+(''#'(*,.01 1 1 1 1&2.272B2N2\2l2211000h)X*L+A,9,2+-+)*%* +,.024 7 7777"7*838>8J8X8h8|776665c,T.H/>/6.0.+-'-"-/1357 :; <=>>>&>/>:>F>T>d>w>==<<;^0P1D2;241.0)/$02469 ; =@A B CDEF"F+F5FAFOF_FsEEDCCBX4K5A59524-3&4 58:= @ BEGHJ KLNOO%O/O<OJOZNmNMLKKJS9G9>97817)7!9<?B EHJMOQRT UWYZY)Y6YDYTXgXWVUTTN=C=<<5;,<$>ADH KNQTWY[]^` bdgg"f.f<fMe`ewdca`_IBAA:?0@&CFJN RVZ]`cegikmo ruwv&v5uFtYtosrponFF@E5F*H LQV Z_chkoruwy{} +<OfFK:L.O#SX^ diotx| !1D[v?R2U&Z`g mt{ &9Pj7\+ahp x.E_~ɞȾ/i#py #:Tr !+5>GNU[afms{ $.8@HNTZ_ekr{(19@GMSX^dks| !*2:@FLQV\cjs~}| #+29?DJOU[ckv~|zywrpo %,28}={CyHxNvTu[scqnozmljihgedc{xv utsr%p,n2l7j<iBhHfNeUc]bf`r^][ZYYYXXyqmif edcc a&`,^1\7[<ZBXHWOVWT`SlQyPONMMMMMukd`]ZX WVVU!S'R,Q1O7N=MCLJJRI[HfFsEDCBBBCCxjaZURPN M LKJI"H'G-E2D8C>BEAM?V>a=n;~:988899o b X Q LIGFD CBAA?#>)=.;4::9A8I7R6]4j3z210///0 x h \RKE A ? >=< ;:98 6%5+40372>1F/P.Z-g+w*)('''' rcVME@<97 6 6 54210"/(..-4+<*D)N'Y&e$u#"  m^RHA;74200 0 / - , * ) %( +' 2& :$ C# M! X e u       {iZNE=830-+**) (&%$##)!1 9BLXfvweWKB:40,)'&%# "!  '.6@JVdt  saSH?72-)&$"  $+4=HTbr       o^PE<5/*&#! ")1;E Q ^ m k[MB:2-($! !!!!"& ". "7 "A "M"Z"i"|""!! gWJ!@!7"0!*!& "  !#$& & & & &"&*'3'='I'V'f'y'&&%%$c T"G#=$4$.#(#$"!"!"#$&( * ++++,',0,:,E,S,c,v,++**)_#P%D&:&2&+&&%#$$$%')+ -/ 00111#2,262B2O2_2r1100//Z'L(@)7)/))(%'!&'(*,. 024 5 6788 8(829=9K9[8n877655U*H,=,4,-+(*$)*+-/ 1 468:; = >@@@$@.@9@G@V@i@?>=<<P/C/9/2/,-', -/13 6 8;=@ACE FHJJJ(J4IBIQIdH{HGFEDJ3?36301*0#1358 ;>ACFHJLNO QTUU"T.T<TKS^StRQPONE7<756/4&57:= ADHJMPSUWX[] _bbb'b4aE`W`m_]\ZYA<:;49*:!<@C GKOSVY\_acegjm psr r-q=pOoenmkih?@9>.?$BFJ OTX]aehknqsux{~ $4F]v~|z?D3E(HLR W]chmqvz~ )<Rl8K,N SY `gntz 0F`~1U$[aiqy %;TqȒų)biq{ /Ie&0:BIPV\bhov  *3;CIOU[`gnv #,4;BHNSY_fnw~%-4;AFLQW^eny|vsr &-4:?EJPV^f~q|}ywusrnige  }&z-w3u8t>rCpIoOmVl^jhhugedba`\[Z~xsom lkkj h&f,e2c7b<`B_H]O\WZaYmW{VUSRRPOOxngc`]\ [[[Z!X&V,T1S6R<QBOINQM[KfJtIHGFFEEExlb[VSQOO NNML!J&I,H1G7E=DDCLBU@`?n>~=<;;;;<~naXQLIGED CCCB@"?'>,=2;8:?9G8P7[5h4x3211123vfYPIC@><;: :9976#5(4.342;0C/L.W-d,s+*))))*n_ S J B = 9 6543 2110/.$,*+0*7)?(I'T&`$o#"!!!!"{ h Z NE=8 3 0 . - -, +*)('!&'%-$4#="F!Q]lu dUJ@93/,)' ' ' & %$"! $+2:DO\k}q_QF=60+(%#"! !     " ) 1 9 C O \ k ~  m\NC:2-(%"  !(09DP] k |  iXK@70*&" %.7 @ K X gxeUH=4-(#   " ) 2 <GTcuaRE;2+%!   &/8DQ`r^OB8/)#     !#!+!5!@!N!]!o! ZK?5-'" ! " # $%%& &(&2&=&J&Z&l&%%$##UG ;N;`:w98765G);*2*+)%'!&'(*, /1468;=?A CEEE!E,D9DHD[CqBA@?>B-8./-)+$**,. 1 47:<?ADFHJL NPPP'O4OCOUNjMLJIH>251./). .137 :=@DGILOQSUXZ ]_^ ^,]<\N[cZ~XWUT:634-2$369=AEILPSVY[]`behk oon%m4mFk[juhfdb8927(9;?DIMRVZ^behkmpsvy} ,>~T~k{zwu8=,>"AFKQW\bfkotx{~ !3Ib1D%HMSZahnty (>Vs*OT[ bjs{2KfƇ©"[b kt}'?[z ",5=ELRX^djrz %.7>EKPV\bjr|'/7=DIOU[ais{vt  (/6<BGMSYaju|smjh !(/5:@E~K|RzYxbvltyrqomle`^\|zx wxwt!r'p-n3l8k>iDhJfQdZcdap_^]\[WTRQtnjfec ccca!_'],\2Z7Y=WCVKUSS\RhPwONMLKIGG|ne^YWUTS STRQ!O&N+L1K7J=IDGLFVDaCpBA@??>=>ocYQMJHGG FFGED!B&A+@1>7=><G:P9[8i7z6554445teXOHC?=<<; ;;:97!6&5,42391A0K/V.c-s,,++++,l]QH@;74322 2 110/-",(+.*5)=(F'Q&^%n$##""#$weVKB:50-,+*) ))('&%$$*#1"9!C NZi|p_Q F = 5 0 + ( %$## " "!  &.6?JWfxk[ M B 9 1 , ' # !     #+3<GTcug W I>5.($           ! ( 0 : E R a s      c SF;2+%!        ' / 9 E Q ` q      _PC8/(#      $ , 6AN]o\M@6-&!      !)3>KZlXI=3+$     '0;HXjUF:0("     $-8FUg}QC7.&         !!*!5!B!R d zM?4+$  !# %&&&'''2'?&N&`&w%$#"!H<1("  !#%') , ....#...;.J-\-r,+*)(D 8!.!&!  !#%'),.03 5 6666)666E5W5m4210/?$4$+$$#!  !# %(*-/2479;> @AA@%@1@@?R>g=<:98:(0()'#%#$%( *-0368;>@BEGJ MMLL+K:JLIaH|GECB6,-+')#'(*- 037:=@CFHKMPSVY [[Z%Y4XFWZUtTRPO30,.',-/2 6:?BFILORUXZ]`cgk lkk,i=gRfjda_]13,1"259 =BGLPTX[_behknquy} $~5|I{axvsp16&8;@ EKQV[`einrvy|~+@Ys+> AG MT[ahnsy~!5Mi#HNT\dmu| )A\|U\enw6Qn߱  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~mft1!  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C#K2UE^Zepl׺p̲tëvy·}˱ӫܥ楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗楗%0:C"K2TE]Zdqjo˸r±twĴ{ͫԢۙᙚᙚᙚᙚᙚᙚᙚᙚᙚᙚᙚᙚᙚᙚᙚᙚ%0:C"K1TE\[cqimɿpruëxʢ|љؐݐݐݐݐݐݐݐݐݐݐݐݐݐݐݐݐ%0:C"K1SE[[argknqsvȚyΒ~ԉ؉؉؉؉؉؉؉؉؉؉؉؉؉؉؉؉%0:C!K1RDZZ`rejmprtĔwʋ{τԄԄԄԄԄԄԄԄԄԄԄԄԄԄԄԄ%0:B!J0RDXZ^rdiloprvƆz%09B J/QCWZ\qdiknoqtx{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}$0 9BJ/PBUY[pchkmoqt}ww|w|w|w|w|w|w|w|w|w|w|w|w|w|w|w|w|$0 9BJ-O@SY[ocgjmoqszwt{t{t{t{t{t{t{t{t{t{t{t{t{t{t{t{t{$/ 8AI+M@RXZmbgjmoq{tvwq{q{q{q{q{q{q{q{q{q{q{q{q{q{q{q{q{$/ 8AI(L@QWYkazgknp}sxusxn|n|n|n|n|n|n|n|n|n|n|n|n|n|n|n|n|$/ 8AF(LAPUXfatg~korzuuxq{l~l~l~l~l~l~l~l~l~l~l~l~l~l~l~l~l~#- 6 =F*K@OQX`akhtm{qytuxr{n~kւkւkւkւkւkւkւkւkւkւkւkւkւkւkւkւkւ#,/;E+I=NLWXaaiionytruwuqzwn}yk{i|i|i|i|i|i|i|i|i|i|i|i|i|i|i|i|i|""':B*F9MEVObV~j\wp`sucoxem|gjhhjfkfkfkfkfkfkfkfkfkfkfkfkfkfkfkfkfk& :>'D3K=UE|aKujOppRluTjyVh|WfXdZc[c[c[c[c[c[c[c[c[c[c[c[c[c[c[c[c[ & 6;#A,J4xS:q_?liChoEetGcwHb{Ia~J_J^K^K^K^K^K^K^K^K^K^K^K^K^K^K^K^K^K"- 8AI+S<]Ofcowuؤ{Λȓŷ˴}ϮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮy"- 8AI+S<]Ofcowuؤ{Λȓŷ˴}ϮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮy"- 8AI+S<]Ofcowuؤ{Λȓŷ˴}ϮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮy"- 8AI+S<]Ofcowuؤ{Λȓŷ˴}ϮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮy"- 8AI+S<]Ofcowuؤ{Λȓŷ˴}ϮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮy"- 8AI+S<]Ofcowuؤ{Λȓŷ˴}ϮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮy"- 8AI+S<]Ofcowuؤ{Λȓŷ˴}ϮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮy"- 8AI+S<]Ofcowuؤ{Λȓŷ˴}ϮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮy"- 8AI+S<]Ofcowuؤ{Λȓŷ˴}ϮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮy"- 8AI+S<]Ofcowuؤ{Λȓŷ˴}ϮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮy"- 8AI+S<]Ofcowuؤ{Λȓŷ˴}ϮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮy"- 8AI+S<]Ofcowuؤ{Λȓŷ˴}ϮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮy"- 8AI+S<]Ofcowuؤ{Λȓŷ˴}ϮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮyѮy"- 8@I+R<\Oedmxsըy̟}ŗŶ̲ү֧~ӧ~ӧ~ӧ~ӧ~ӧ~ӧ~ӧ~ӧ~ӧ~ӧ~ӧ~ӧ~ӧ~ӧ~"- 7@I+R<[Pddlyrӭwʤzœ~÷ʲҮئڡաաաաաաաաաաաաաա"- 7@H+QG(N9TNYe`{fjmoruxz}tqqqqqqqqqqqqqqq!, 5>G'M8RLWd_zfjloqt|wv|qnnnnnnnnnnnnnnn!, 5>F%M6OLUc_xeiloq~txws{nkkkkkkkkkkkkkkk!, 5>F"K4OLTb^tdimorzttxp{khhhhhhhhhhhhhhh!+ 4 =EI5NLS_]pd}inq{tvwqym}iŁfąfąfąfąfąfąfąfąfąfąfąfąfąfąfą *3 <BI5MJR[]ietj}o|swwszo}lрhЄeχeχeχeχeχeχeχeχeχeχeχeχeχeχeχ )13 B!H5LFQU]`ejlq}qvwvzsy}o|l߀iރg݇e܉e܉e܉e܉e܉e܉e܉e܉e܉e܉e܉e܉e܉e܉e܉%"2A"E3JAQM]Vf^}ndvshrxkn|mlojpgresctctctctctctctctctctctctctctct1>"B/H:PD\K{gQtnVosYlx[i|]g^f_d`baababababababababababababababab 2:?*F3O:x[@qfElmHhsJfwLd{MbNaO`P^Q^Q^Q^Q^Q^Q^Q^Q^Q^Q^Q^Q^Q^Q^Q^Q  05<$|D+sM1lX5gc9ck;aq=_u>]y?\|@[AZAYBXBXBXBXBXBXBXBXBXBXBXBXBXBXBXB+ 6>G&Q4[EeWohxyےԋυˀ|yvtqooooooooooooo+ 6>G&Q4[EeWohxyےԋυˀ|yvtqooooooooooooo+ 6>G&Q4[EeWohxyےԋυˀ|yvtqooooooooooooo+ 6>G&Q4[EeWohxyےԋυˀ|yvtqooooooooooooo+ 6>G&Q4[EeWohxyےԋυˀ|yvtqooooooooooooo+ 6>G&Q4[EeWohxyےԋυˀ|yvtqooooooooooooo+ 6>G&Q4[EeWohxyےԋυˀ|yvtqooooooooooooo+ 6>G&Q4[EeWohxyےԋυˀ|yvtqooooooooooooo+ 6>G&Q4[EeWohxyےԋυˀ|yvtqooooooooooooo+ 6>G&Q4[EeWohxyےԋυˀ|yvtqooooooooooooo+ 6>F%P4ZEdWmiw{}ٖюˈǂ~zwuµqórrrrrrrrrrrrr* 5=F%O4YFcXlku}ߣ{՛͒Nj…|ùyǵvʭuƫvīvīvīvīvīvīvīvīvīvīvīvīv* 4=F%N4XFaYjlsݨxӟ~ʖĎŷ˴|ϫxϥyȤyƤyƤyƤyƤyƤyƤyƤyƤyƤyƤyƤyƤy* 4=E%N4WF`YimqܬvФ{Țŷ˴βѤ|џ}ʞ}Ȟ}Ȟ}Ȟ}Ȟ}Ȟ}Ȟ}Ȟ}Ȟ}Ȟ}Ȟ}Ȟ}Ȟ}* 4<E$M4WF_YgnoڱtϨyş}Ƶ˯ϪҞә̘ʘʘʘʘʘʘʘʘʘʘʘʘ* 4<E$M3VF^Zfomٶsͭwĥ{Ʈ̨ϢҙӔ͓˓˓˓˓˓˓˓˓˓˓˓˓* 3<E$L3UF]Zeolػq̲uí|ƨˡЛӔԏΏˏˏˏˏˏˏˏˏˏˏˏˏ* 3<D#L3UE\ZdojoʹtzƢ˛ϕҏԊΊ̊̊̊̊̊̊̊̊̊̊̊̊* 3<D#L2TE\Zbphmżsx}ŝ˕ϏҋӆΆ̆̆̆̆̆̆̆̆̆̆̆̆) 3;D#L2SEZZ`pflqw|ŗʐΊхҁ΁́́́́́́́́́́́́) 3;D"K1RDYY_pdjoty}Ðȉ̃~}|||||||||||||) 2;D!K1QCWY]ocimptx†}ƀzvvwwwwwwwwwwwww) 2;C K/PBVW[nchlnqt~xw|rmmnnnnnnnnnnnnn) 2:CJ.O@RWZmbgknqtywt{njgfffffffffffff) 1 :BJ+L?QVYka|gknq{tuxp{lhdccccccccccccc(0 9BG(L@QUXhawglo~sxvryn|ifbaaaaaaaaaaaaa'/ 8 AF*L@PSWcapg{mqzutyp|lh̃dˈaʍ`ɏ`ɏ`ɏ`ɏ`ɏ`ɏ`ɏ`ɏ`ɏ`ɏ`ɏ`ɏ`ɏ&-4<F+J>OOW\ahhqnx{s}uxq{mjڃgنd׋a֐`Ց`Ց`Ց`Ց`Ց`Ց`Ց`Ց`Ց`Ց`Ց`Ց`Ց#&)<D+H;MIWTa]je|pjvvnqzqm~tkvhwfycza|`|`|`|`|`|`|`|`|`|`|`|`|`|( ;A)F6LAVKaR{kWtq\ov_l{aicgdefcgah_i_j_j_j_j_j_j_j_j_j_j_j_j_j ) 9>&D0K9T@xaFrjJlpMivPf{QdScTaU`V^W]X\X\X\X\X\X\X\X\X\X\X\X\X\X )4:!A)zI0rR6l^:hh=do@atA_yC^}D]E\E[FZGXGXHXHXHXHXHXHXHXHXHXHXHXHXH* 06w>"nG(fP,aZ/]d1[l3Yq5Xu6Vy6V|7U7T8S9R9R9R9R9R9R9R9R9R9R9R9R9R9R9) 5;D!N-YFI3NIT]\nc}imq{usxn|ieb_^^^^^^^^^^^^$,4 =BI3NHRZ[icvio~swwq{lhʃdɈaǎ^ƕ\ƛ\ƛ\ƛ\ƛ\ƛ\ƛ\ƛ\ƛ\ƛ\ƛ\ƛ\ƛ#*25 BH4LFQU[bdmkvp}yuszn~kׂgՆdԋaӐ^і\ћ\ћ\ћ\ћ\ћ\ћ\ћ\ћ\ћ\ћ\ћ\ћ!&%3B!G3KBPO[Zecljzrptxto|wlzh|f}c`^ߖ\ޚ\ޚ\ޚ\ޚ\ޚ\ޚ\ޚ\ޚ\ޚ\ޚ\ޚ\ޚ3@"D0I=PH[PeWzm]tsaoydk~ghifjdlbm`n]p\q\q\q\q\q\q\q\q\q\q\q\q 3< B,H6O?ZFxeKqmOlsRiyUf~WdXbYaZ_[^\\][^[^[^[^[^[^[^[^[^[^[^[^  39?&F.zN5sX:mc?ilBerDbwF`|G_H]I\J[KZLXMWMWMWMWMWMWMWMWMWMWMWMWM! .4; vC'mL,fT0b`3^i5\o7Zt8Yy9X}:W;V;UR>R>R>R>R>R>R>R>R>R>R>" )~0s8i@bI#[Q&WZ(Ub*Ri+Qo,Ps-Ow.Nz.N}/M/L0K0K0K0K0K0K0K0K0K0K0K0K0K0(4:BK'W4bBmOx\gq삓y|xtqomlk˜i̚e˛e˛e˛e˛e˛e˛e˛e˛e˛e˛e˛(4:BK'W4bBmOx\gq삓y|xtqomlk˜i̚e˛e˛e˛e˛e˛e˛e˛e˛e˛e˛e˛(4:BK'W4bBmOx\gq삓y|xtqomlk˜i̚e˛e˛e˛e˛e˛e˛e˛e˛e˛e˛e˛(4:BK'W4bBmOx\gq삓y|xtqomlk˜i̚e˛e˛e˛e˛e˛e˛e˛e˛e˛e˛e˛(4:BK'W4bBmOx\gq삓y|xtqomlk˜i̚e˛e˛e˛e˛e˛e˛e˛e˛e˛e˛e˛(4:BK'W4bBmOx\gq삓y|xtqomlk˜i̚e˛e˛e˛e˛e˛e˛e˛e˛e˛e˛e˛(39BK'V4aBmPw]hr냒{}xtronlk›iʜfʜfʜfʜfʜfʜfʜfʜfʜfʜfʜfʜ'28AJ'T4_CjQt_~l펈x燏―{wtqomlægæiǡiǡiǡiǡiǡiǡiǡiǡiǡiǡiǡ'1 7@I'S4]ChSrb|pꔅ}㋋݄~zuromikmĥmĥmĥmĥmĥmĥmĥmĥmĥmĥmĥ'0 7@H&R4\DfTpdys瘂ߏوҁ{vspmknppppppppppp&0 6?H&Q4[DdUnewvܔԌ΄}xutpoqsssssssssss&/ 6?G&P4YDcUlgux|٘ѐʇł|ztrtvvvvvvvvvvv&. 6>G%O4XDaVjhszz͔֝ƍ}yvxyyyyyyyyyyy&. 5>F%N3WD`Vhip{ުwП|Ǘ~y{}}}}}}}}}}}&- 5>F$M3VD_Vgin}֬sʣz~&- 5=F$M3UD]Vej߸k~ЯqŦx~%, 5=E#L2TC\Vcjڻi~̲pv|‹Š%, 4=E#L2SC[VajԿh~Ƕntz†„%, 4<D"K1RBYU`jf}¹lrx~€%, 4<D!K0QAXT^ie|kpv|}{yzzzzzzzzzzz%+ 3<D J.P?VS]hc{iotzzwtsttttttttttt$+ 3 ;CJ,O=UQ[gbzgmrx~ytpnmnnnnnnnnnnn$*2 :BI)L;SQZe`xfkpv|xrmjgghhhhhhhhhhh#)1 :BG%K;QPYc_tejosuxn}iea__bbbbbbbbbbb!(08 @E&K;OOW`_of|lqzuszlgDŽcƊ_đ\ęZäZİZİZİZİZİZİZİZİZİZİZİ &.3<E(J;NLV[_hgsm|~rvxp}kԂf҇cь_ϒ\ΙY΢XͫXͫXͫXͫXͫXͫXͫXͫXͫXͫXͫ#&);D)I:MHUU_`hhopxuurzym}ie߉bݎ_ܓ]ۙZڡX٨X٨X٨X٨X٨X٨X٨X٨X٨X٨X٨) ;C(G6LCUM_Vi]ypbsvgn|jjmgodqar_t]uZwXxXxXxXxXxXxXxXxXxXxXx ) ;@&E2KG"R-]:iGtS~_ir}yxtpmkjiȓfϕdѓeԎeԎeԎeԎeԎeԎeԎeԎeԎeԎ&0 5=F!P-[;fHqV|bmw耕zuromkiɞeɞg͘iѓiѓiѓiѓiѓiѓiѓiѓiѓiѓ&/ 4=F!O-Z;dIoXyeqꋌ|䃒}xtpmkf§hƢj˛lΖlΖlΖlΖlΖlΖlΖlΖlΖlΖ&. 4<E M-X;bJlYvhu珉ڀzupmkhkæmȟo̙o̙o̙o̙o̙o̙o̙o̙o̙o̙%- 3<D L-W;`KjZtj~y䓆܋Ճ|wtspknpƢrʜrʜrʜrʜrʜrʜrʜrʜrʜrʜ%, 3;DK,U;_Kh\qlz|ߗՎͅǀ{xvupqtĤuɞuɞuɞuɞuɞuɞuɞuɞuɞuɞ%+ 2;CK,T;]Kf\onvՙ}̑Ŋ|zytuwæyǠyǠyǠyǠyǠyǠyǠyǠyǠyǠ%* 2:BJ+S;\Kd]loۥsΝzŕ~}zy{|Ƣ|Ƣ|Ƣ|Ƣ|Ƣ|Ƣ|Ƣ|Ƣ|Ƣ|Ƣ%* 1 :BJ+R:ZKb^jpөpȠw~}ţţţţţţţţţţ$) 1 9BI*P:YKa^ܵgqάoäu|ĥĥĥĥĥĥĥĥĥĥ$) 1 9AI)O9WJ_]ֹfpɰmszææææææææææ$) 0 9AH(N8VJ^]Ѽeoijkqw~ææææææææææ$(0 8@H'N7UH\\̿coipu{~{}}§}§}§}§}§}§}§}§}§}§$(/ 8@G&M5TF[[bnh~nsz~zxuwx§x§x§x§x§x§x§x§x§x§#'/ 7?F#L2REYZ`lf|lrx~}xtqopr§r§r§r§r§r§r§r§r§r§"'. 6>F K.PDXX^kezjpu|}vqmjijkækækækækækækækækækæ &-5 =DH-OBVV]hcxhnt}zvpkgecdeŤeŤeŤeŤeŤeŤeŤeŤeŤeŤ%,3 <@H.MBUT[eatfl~rvyoƁjʼneŒbĝ_ħ]Ĵ^Ĥ_Ƞ_Ƞ_Ƞ_Ƞ_Ƞ_Ƞ_Ƞ_Ƞ_Ƞ_Ƞ#)14 AG.LASRZaanhynzur|k҂eψ`͏\̗ZˠX˫W˺Y̙Y̙Y̙Y̙Y̙Y̙Y̙Y̙Y̙Y̙ %$2 @G/K?QNZZbejn}ruux{o~i݄dۊ`ّ]ؘZ֠X֨VմTTTTTTTTTT1@E.JC+H7OAYI}cPwmVptZkz^hadcae_g]hZiXkVlTmTmTmTmTmTmTmTmTmTm 2;A'G1N9zX?sbEnlIisLfzOcQ`S^T\UZWYXWYUZT[T[T[T[T[T[T[T[T[T[Ϳ!17>"}E)uM0nU5i`9ej_w@\~BZCYDWEVFUGSHRIQJQJQJQJQJQJQJQJQJQJϸ#-3y;pC"iJ'bR*]\-Ze0Xm1Vs3Ty4S~5R6P7O8N8M9L:K:K:K:K:K:K:K:K:K:K:"( v/m7e?^GXN!TW#Q_%Ne&Ml'Kq(Jv)I{*H*G+F+E,D,C-C-C-C-C-C-C-C-C-C-t# i*`2Y:SBNIKQHXF]DcCgAl@p?t >x =| qJ}U^g{nvsrxo}ligƆeψb׊aوb݂ccccccccc}y&|. 2:CL'X3c?nLzWbk~syztpljhƏfђbђdՌeۆf݂f݂f݂f݂f݂f݂f݂f݂f݂}z&, 1 :BK&V3a@lMvZfp삔y{uqmkișd˛eΗgґh؊iۆiۆiۆiۆiۆiۆiۆiۆiۆ~{&+ 1 9BJ&T3_AiOs]~j쌈u煑~xrmlkŠgǠh˛jДlՍlىlىlىlىlىlىlىlىlى~{%* 0 8AI&R3]AgPq_{m參zއ~xtqonkţkȟm͘oґp֌p֌p֌p֌p֌p֌p֌p֌p֌|%)/ 8@H%Q2[AdQnavpܑ~҉˂}xusrpæoƢq˛sГtԎtԎtԎtԎtԎtԎtԎtԎtԎ|%(/ 7?G$O2YAbRkbޞrsҕzʍÇ}ywvvsåuɞwϖwґwґwґwґwґwґwґwґwґ}%'. 6?G#N1WA`Rhd֢pt̙wÒ~{zywyǠz͘{ѓ{ѓ{ѓ{ѓ{ѓ{ѓ{ѓ{ѓ{ѓ~$&. 6>F#M0V@^RݮfdХnsƝu|~}{}Ƣ~̙ДДДДДДДДД~$&- 5=E"L0T@]Qײdc˩lsszŤ˛ϕϕϕϕϕϕϕϕϕ$%- 5=E!K.R?[Qѵccƭjrqw~ĥʜΗΗΗΗΗΗΗΗΗ#%, 4 <DK-Q=ZP͸abhqo~u|æɝ͘͘͘͘͘͘͘͘͘"$,3 <CJ+Q;XOȼ`agpm}sy|zzæ{ɞ|͘|͘|͘|͘|͘|͘|͘|͘|͘!$+3 ;BI(O9WN^`eok|qx~}xussæuɞv͙v͙v͙v͙v͙v͙v͙v͙v͙ #*2 :AH%M8UL]^cnj{ov|{vqnlmæoɞp͘p͘p͘p͘p͘p͘p͘p͘p͘")08@F K6TK[\blhxnsz{uokhffŤhʜi͗i͗i͗i͗i͗i͗i͗i͗i͗!'/6 >CJ4RHZZ`ifvlr{xtnieb`_Ša̚bϕbϕbϕbϕbϕbϕbϕbϕbϕ %+18C I3QFXW^edrj||ptwn~hÇc_\[³ZŚ[ϕ\ґ\ґ\ґ\ґ\ґ\ґ\ґ\ґ\ґ!"%7C"H3ODVS]`ck~juup}nwgbЇ^БZМXЧVеUǑVԎV֋V֋V֋V֋V֋V֋V֋V֋V֋&7B#G2L@UM]Xeaylirtol|tgxb{^~[XߧUޱS޾R҃Q܂Q܂Q܂Q܂Q܂Q܂Q܂Q܂Q܂ &8@"F0K!D,J5S>y]ErfJmoNhvRd~UaW_Z\[Z]W^U`SaRaPbPbPbPbPbPbPbPbPb ָ ) 5;B&}I.uQ4o[:ie>enAbuD_|F\HZIXKVLUMSNQOPPOQOQOQOQOQOQOQOQOQگƼ+ 18y@ pG&iO+cX/_b2\k4Zr6Xx8V9T;RN>M?K@JAJAJAJAJAJAJAJAJAȵ & -u5l=eD^L"XT%U]'Re)Pl*Ns+My,L-J.I/H0G0E1D2C2C2C2C2C2C2C2C2C2 }!r( h0`8Z@THOOLWI]Gc Ei Do!Bt"Az"@#?$>$=%<%;&;&;&;&;&;&;&;&;&znd# \+ U3O;IBFIBO@U>Z<_;d9h8m7r6w5|43222222222pl)i3 r7 y>}GQ!~_)|m2y{9v@sEpJnNkQiShUfWcYa[_\^]\^[_Y`Y_Y_Y_Y_Y_Y_Y_Y_pl)i3 r7 y>}GQ!~_)|m2y{9v@sEpJnNkQiShUfWcYa[_\^]\^[_Y`Y_Y_Y_Y_Y_Y_Y_Y_pl)i3 r7 y>}GQ!~_)|m2y{9v@sEpJnNkQiShUfWcYa[_\^]\^[_Y`Y_Y_Y_Y_Y_Y_Y_Y_pl(k1 u6 {<FP!^*~k3{x;xBuHrMpQmTkWiZg\e^b_`a^b\c[dZdZbZbZbZbZbZbZbZbqm(n0 x4 ;DN![+h4u=|EyLvRrVoZm^jahcfecgai_k]l[m\h\g\g\g\g\g\g\g\grn(q. {2 :CL!Y+e5r?~H|PyVu\r`ndlhikgmdpar_s\t\q^l^k^k^k^k^k^k^k^kso't-~1 9BK!V+c6oA{KS|[xatgpkmojshvexbz_|]{_v`p`n`n`n`n`n`n`n`ntp'v+/ 8@I!T,`7lCwMW`zgvnrsnxk|hf͂b؄_܅`azctcrcrcrcrcrcrcrcrtp&y*. 7?H R,^8iDtP[e}nwur|njgeʍbԎb؊c܄e~fxfvfvfvfvfvfvfvfvuq&|(- 6>G P+[8fEpR{_ꅅj~tx}rmjhhÑgђeԏgىh݂i|jyjyjyjyjyjyjyjyvr&', 5=FN+Y8cFmTwboڀ{zuqnlkk˕iДkՍlۆmm|m|m|m|m|m|m|m|vs%&, 4<DL*W8aGjVre،{sυ|zvspooĘm͘oӐp؉qނqqqqqqqqwt%%+ 3 ;CK)T8^GgWڙogϑxsNJ}zwtsrr˚sГt֌u܄uށuށuށuށuށuށuށuށxv$#*2 :BJ(R7\GޥdXѝmfȕus|}{ywvwʜwϖxԎxۆx݃x݃x݃x݃x݃x݃x݃x݃xx##*1 :BI'P6ZFةcW̡kfšrrz|}{{{ƞ{͘|Ӑ|و|܅|܅|܅|܅|܅|܅|܅|܅yz"")1 9AH&O4ߴYEҭaVǥieprw|~ž̚Ғ؉ۆۆۆۆۆۆۆۆy{!"(0 8@G$N3۸WDͰ`V©gdnqu{|˛ѓ؊ڇڇڇڇڇڇڇڇz} !(/ 7?F"N0ռVCȴ^Ufclps{z~~ʜД֋ووووووووz!'.6 >EL/пTBķ]Sdbjoqzw~}zxwʝyϕy֌y؉y؉y؉y؉y؉y؉y؉y؉{ &-5 =DI.SA[Rbainoxu|{wsqpȝrϕsՌt؉t؉t؉t؉t؉t؉t؉t؉|%,3 ;BH,R@ZQa_glmwtzzupljiślДm֌m؉m؉m؉m؉m؉m؉m؉m؉}#)18 :F*P>XO_]ejktq}xztnifcbØeѓf֋gىgىgىgىgىgىgىgى~!&,19D(N;VL]Zcgiqoyzvs}mhc`^\”^Ӑ_ى`چ`چ`چ`چ`چ`چ`چ`چ  ,;D%L8TI[Wachl{nusu{l|gb^ZXWX׋Y܅Y݃Y݃Y݃Y݃Y݃Y݃Y݃Y݃,;D%K5RDYR`]|fftmnlttf|yaͅ}\̎Y̙V̥T̳SąS݃S~T}T}T}T}T}T}T}T} , <C%H3P@YK~`Tvh\oobhwhcl^ވpZޑsWޛuTާwRߴxPxOxOuOtOtOtOtOtOtOtOt۸ - ;A$G/N:~XCwaJpiPjqUeyYa\]_ZaWcUeRfQgOhNhMhMhMhMhMhMhMhMh ݮ̼ / 9?!F*|M2uW9n`?iiCdqGayJ]LZOXQVRSTQUPVNWMWLWLWLWLWLWLWLWLWδ / 6=xD$pL*jT/e^3ag7]o9ZvV?SAQBPCNEMEKFJGIGIGIGIGIGIGIGIGѮ"+ ~2u:lBeI"_Q%ZZ(Wc+Tk-Rr/Py0O1M2K4J5H5G6F7D8D8D8D8D8D8D8D8D8{' q.h6a>ZFUMQUN] Kd"Ik#Gq$Fx%D&C'A(@(?)=)<*<*<*<*<*<*<*<*<*wm"d* \2U9PAKHHOEVB\@a>guEqKoPlTjXh[f]d`ab^c\e[fZc[`][][][][][][][][ie(n+x. 6?HS%`/l8|yAxItPqVnZk_hbfedhbk_m]n[m\h^d________________jf(q){, 5 >GP%]/i:uD|MxUs\oblgikfocrau`w\x^r_m`hbcbcbcbcbcbcbcbckg't'+3 <EN%Z0f;qF|Q|Zvbqilphudzb~aa_~awbrcmdgdgdgdgdgdgdgdglj&w&*2 ;CL$W0bF M-X<٠aL͘jYőreznv}}ywuttƏu֋v݃v|vtvtvtvtvtvtvtvtou%-5 =EL+߫W;Ҥ_KȜhYodwnv}~{yxxzՍzۅz~zvzvzvzvzvzvzvzvpv%,4 <CK)گU:ͨ^J fXmdun|v}~}}ӏ~ڇ~~w~w~w~w~w~w~w~wpx$+2 :BJ'ԳS9ȫ\IdWkcrmyu|Αو߁yxxxxxxxqz#)1 9@ݼH%϶R8ï[HbVjbplwu~||{ˑ|؉}ނ}z}y}y}y}y}y}y}yq|"(/7 ?F$ʺP7YGaUhankut|{|xvtȑv؊w݂wzwzwzwzwzwzwzwzr &-5 <D#ŽO5XF_Tf`mjsszzzuromŐp؊p݃q{q{q{q{q{q{q{q{s$*15B!M4VD^Rd^khqqxx~ytokhgŽi؊j݂k{k{k{k{k{k{k{k{t %*2 AL1TB\Pb\ifonvuy}{smheb`bوcށezezezezezezezezv0 ?J/R?ZMaXgbmkytqr{wl|gb^\Z[ڄ]^x^x^x^x^x^x^x^xz / =H,P;XI_Te^ylfrrlkzrfvaz\}YWUUVzXuXtXtXtXtXtXtXt 1 =F'N7VD]OzdXrj_kreeyj`ɂo[ɋrWȖuTȢwRȯxQxPwQsRoRoRoRoRoRoRoRo ߮м 1 =D&L3T>{\GscOkjVer\`z`[كdWٌgSٗjP٣lNٱmMmLlMjNgNgNgNgNgNgNgNg Ѵſ"3;B$I.{S6s\>ldDglIbtM^|QZTVVSYQZN\M\L]K]J\J\J\J\J\J\J\J\Ԭŷ$2:A xH'pP.jZ4ec8`k<]t?Y|BWDTFQHOJMKKLJMIMHMHMHMHMHMHMHMHMڣDZ'/ }7t?lG fN%`W)\`-Yi0Vq2Sx4Q6O7M9K:I;HD>D>D>D>D>D>D>ˬ$z, p4h<aD[KVS S["Pc$Mk&Ks'Iz)H*F+D,B-A.@.?/>0>0>0>0>0>0>0>0 v l( d0 ]8W@QGMNJVG\DcBi@p?x=; :!8"7"6#5#5#5#5#5#5#5#5#} rh_#X+ Q3 L: GACH@N=T;Z9_7e5k3r1z/.,+********xn cZRK$F,A3 <: 9@ 5E 2J 0P .T,Y*^(d&j%q#x" \"W-X3_6 c= eFfPe^dn"a|'_+^.\1[3Z5Y6X7X9W9V:U;TU>T?S?R@R@R>R>R>R>R>R>R>]!X,\0d3 h: kClNlZjj$gx)d.b2a6_8^:]<\>[?ZAYBWCVDUDTETETDTBTBTBTBTBTBTB^!Y,_.f2 l8 oAoLqWng%ku+h0e5d9b<`>_A^B]D\FZGYHWIVJUJUJVGVEVEVEVEVEVEVE^!Y+b-j0o6 r@tJuUrd&or-l3i8fxHyRw`'tn.p{5m;jAgEeIcLaN`Q^S]U[VZXXYYVZS[O[M[M[M[M[M[M[M` ])h)q+x3 |<}F~P}](yj0uv8q?mEjKgOeSbV`Y_\]^\`ZaZ`[[\W]S^Q^Q^Q^Q^Q^Q^Qa`'k&u)|1 :DMY(f2zr;u~CqKmQiVf[c_`c^f\i[kZk\f^a_\`XaUaUaUaUaUaUaUbc%o$y(0 9BKV(b3n=zyGuPpXk^fdci`m_o^p^q]q_kafbac\cXcXcXcXcXcXcXcf#r"}'. 7@IS(_4j?tKx~Ur^mejjgmepcsbtauavcqdjeef`g\g\g\g\g\g\g\ch!u %-5 >GO([4fAoN}yXw`sgollpisgvfxeyeyfvhoiiicj_j_j_j_j_j_j_dk x$,4 <EM'Y4bB׉lN΃uX}~axhtmprnulxj{i|i}jzlrllmfnbnbnbnbnbnbnbem{#*2 ;CK%V3ږ`AώiNLjrXza}hynusrwpzn}m~mn~pupoqhqdqdqdqdqdqdqdeo~")1 9AI#ޡT1Қ^@ȓgMoXwah}nzswxt{s~qqr؁txtqukufufufufufufuffq!(/7 ?H ئR0̞\@×eMmWta|hn~t{xy|wvuvтxzxsxlxhxhxhxhxhxhxhgs &.5 =߯FҩQ/ǢZ?cLjWr`yhntx}||zzz̓|||u|n|i|i|i|i|i|i|igu%,4 ;۳DͭO.æY>aKhVp_wg~nsx|ʄ}vojjjjjjjhx#*19 շBɰN-W=_JgUn_uf|msx|}{yDŽz{w{p{k{k{k{k{k{k{kiz!'.޽5 к@ĴL,V;^IeTl]sfylrw|{wtrăttxuqvlvlvlvlvlvlvlk}#)0 ˽?J*T:\GcRj\qdwkq~vy{t~pmkmnxoqplplplplplplpln!-=I(R8ZEaQhZobui~|oxtsyn|jgeehxiqjljljljljljljlq+;G&Q6XC`NfXm`~sgwzlrrlvhyd|`}_~^}avbpclclclclclclclt (9E#O3W@^KdT~k\wqcqxikmfrau]x[yYyXyZs\n]j]j]j]j]j]j]jy ܮһ %6B L/T<\GbPwiWpp^jwceh`l\oXqUsSsRsToVjWgWgWgWgWgWgWg ҳɾ#3 @J*R7ZAxaJphQjoWdv\_`ZňdVĒgSĞiPĬjOļkNjOhPdQaQaQaQaQaQaQa Ԫȶ %5 >H%P0xX:p_BigIcnO^vSYWUӉZRӓ]OӠ_Mӭ`KԾ`J`K^L\LZLZLZLZLZLZLZڢʯ (4=D"wN*oW2i_8cg=_oBZwEVISKPNMPKQIRHRHRHQHOHOHOHOHOHOHOͩ *3|;tClK#fT)a]-]f1Yn5Vv7S:PK@IAGBFCECDCDBDBDBDBDBDBDBѢ (y1 p9iAbI\P WY#Tb&Qj(Os*L{,J.H/F1D2C3A4@4?4?5?5?5?5?5?5?5Ī~u%l- d6]>XERMOUL\IdGkDs B|"A#?$=%;&:&9'8'8(8(8(8(8(8(8(zpg!_)X1 R9 MAIHEOBU@\=b;i9p7y5320//.......vlbZS$M+G3 C: ?A ;G 8M 5S3X1^/d-k+s)|'%$#"""""""~pg] TMGA$<+72480=-C*H (M &R $W "] c k s |          R%M/Q2W5Z< [EZOY]XmV{U"S%R'Q)P*P+O,O-N.N.N/N/M0M0L0L0L/L/L/L/L/L/L/S$M/T0Y4]: _C^N]Z[jZy!X$V'U)T+S-R.R/Q0Q1P2P2O3O3N4N4M4N2N2N2N2N2N2N2S$N.V/\2`8 bAbL`X_h]v"[&Y)X,V.U0U1T3S4S5R6R7Q7Q8P8O8O7P5P4P4P4P4P4P4T#P-Y-_0c6 f@fJeUceas#^(\,[/Y1X4W5V7U8U9T:T;SkHjShafp%c}*`/^3\6[8Z:XW?VAUBUCTDSDTAU?U\A[CYEXGWHVJVKULVJWFXCY@Y?Y?Y?Y?Y?Y?W"Y'c&k(q0t9 uCuMuY!qg)mt0j6fHR!~_+yk5su>nFiMeTaY_\]_\a[b[cZc\`_Z`UaQbMbKbKbKbKbKbKY!b nx#+3 <EN![+~f6xpArzKmRiXf\d_bb`d_f^g^h_fc_dYeUePeOeOeOeOeOeOZ eq|")1 :CL X+b7~lCxvLsSoYk^ibfeehcjbkblbkfdg]hXiSiRiRiRiRiRiR[ gt '/7 @IU*ۊ_7фiC}rLx{TtZq_ndkgijglfnfofojhkal[lVlUlUlUlUlUlU\jw%-5 >FޖR)Ґ\7ʉfBÃoL~wTy[u`rephmllnkpjqjqnkodo^pXpWpWpWpWpWpW^lz#+3 ;EכP(̔Z6čcBlLtT~|[z`wetirmppornsosrnsfs`sZsYsYsYsYsYsY_n}")09 ޥCџN'ǘX5aAiKqTy[`|eyjvmuqssstsuvpwhwbw\wZwZwZwZwZwZaq &.6 ة@̣L&œV4_@gJoSvZ~`e}j{nyqxtwuwvzr{j{d{]{\{\{\{\{\{\cs#*2Ҭ>ǦK$U3^?eJmRtY{`ejn~q}t|v}|v}~ske~^~]~]~]~]~]~]eu &۴.ί=êI#S1\>dIkQrYy_dinq|tyvwvvtylyfz_z^z^z^z^z^z^gw!շ*ɳ;H"R0Z=bGiPpXw^~di~myqvsrupvousmsft`t_t_t_t_t_t_izݹϺ(ķ9F P/X;`FgOnVu]|c}hxlsporltjuiulmmgn`n_n_n_n_n_n_l} տʾ&7DN-W9^DeMlUs[|zawfrjmniqfscsbsflgfh`h_h_h_h_h_h_o ڭ Ӹ #5BL*U7\AcJjR|qYvx^pckggkcn_p]p\p_kaeb`b^b^b^b^b^b^s ۥѱ˻ 2 @J'S4Z>aG|hOuoUovZj}_ecag]jYkWlVlXhZc[^\]\]\]\]\]\]x ߜҩɴ¾/ =H#Q/X:|_CufJomPitUd|Z_^[aWdTeRfQfRcT_U[VZVZVZVZVZVZ~ ֡ʭ +:EN*}V4u]=neDhlIcsN^{SYVUYR\O]M^L^L\NYOUPUPUPUPUPUPUݘͦ (7B}K$uT-m\5gc*=+;+;+:+:+:+:+:+:+:+~wog&`/Y7 T?OGKNGVD]Bd@l=u;~9765332 2 2 2 2 2 2 {r jaZ"T*N2I: EA AH >N;U8[6b4i2r/{-+*)('''''''zmd\TMH$B,>3:96@3E0K .Q +W )] 'd $l "v yk_VN GA<7$2*/0+6';%@"E JPV\dmw         I'D1K1P4R:RC QNO\MkLyKIHH G!G"F#F#F$F$F%F%F%F%F%F%F$F#F#F#F#F#F#I'F/M/R2U9UB TMRYPhOwNLK!J"J#I$I%H&H&H'H'H(H(H(H(H(H'H&H&H&H&H&H&J'H-P-U0X6Y@ XKUVTfRtQO!N#M%M&L'K(K)K*J*J+J+J,J,J,J+J)J(J(J(J(J(J(K&K+R+X.[4]> ]IZTYbWqU~ S#R&Q(P*O+N,N-M.M/L0L0L1L1L1M/M-M+M+M+M+M+M+K&N)V)\+`1b; bF`Q^_\mZz#X&V)U,S.R0Q1Q3P4O5O6N7N8N8O5P3Q1Q/Q/Q/Q/Q/Q/L%Q'Z&`(e/h9 hCgNeZbh _v%]*Z.X1W4U6T8S:R;Q=Q>P?P@Q>S;T8U5U3U3U3U3U3U3M$T$]#e%j-m6 n@mKkVhd!eq(b}-_2\6Z:X=W@UBTDSFRHQIRHTDV@X=Y:Y8Y8Y8Y8Y8Y8N$X!a j#p+s4 t>tHrRo_#kl*gw1c7`=]AZEXIVLTNTPTPSQTNWJZE\B\>\<\<\<\<\<\HT"~_.xi8ss@n|GkLhQeTcWbZ`\`^_^__bYeSgNgJgFgFgFgFgFgFWdp{"*2; DފQ!Ԅ\-~f8xoAtwHpMmRjVhYf\e_d`cacbe]iWjQkLkIkIkIkIkIkIYgs~ '/8 B֏N ̉Y-Ńc7}k@ytHu|NrSoWm[k^i`hcgdgdiamZnTnOnKnKnKnKnKnK[iv$,4ܚ?ϔLƎW,`7i@~qHzyNwStXq\o_mbldlfkfmdq\rVrQrMrMrMrMrMrM]ky!(0՞=ʘJT+^6f?nG~vN{}SxXv\t_rcqepgpgpft^vXvRvNvNvNvNvNvN_n{#ݥ+ϡ;ŜHS*\5d?lGsMzS}Wz\x`vcufthththx`zYyTyOyOyOyOyOyOap~ר(˥9FQ)Z4b>jFqLxRW\}`{czf}yh{yizyi||a~~Z~}U~}Q~}Q~}Q~}Q~}Q~}QcrߪѬ&Ǩ7 DO'X3`=hEoLvR}W[_~czfw~hu~is~ivbx[xVyQyQyQyQyQyQeuٯ̯$«5 CN&V1^;fDmKtQ{V[|_xbteqhnimiocr\sVsRsRsRsRsRsRhx ޠ ֩ Ҳ Dz"3 AL$U0]:dBkIrPyU{Zv^rbnekghhghicl\mWmRmRmRmRmRmRk{ ֣Ь ˵ 1 ?J"S.[8b@iHpNzwSu~Xp\l`hcdebf`fbbe\gWgRgRgRgRgRgRn ٛϦɯĹ/=H Q+Y5`>gEznKtuQo|UjYf]b`^b\cZc[`_[`VaRaRaRaRaRaRr ߓџɪ,:EO(W2^:yeBslHnsMizQdV_Y\\X^V_U_U]XXZT[P[P[P[P[P[Pw֘ˤ(7CL$U.y\6rc=mjCgqHbyL^PZTVVSXPYOYOXQTSPTMTMTMTMTMTM}ߏΝè#3 ?IyR(rZ0ka7fh.=.=.=.=-=-=-=-=-=-şztm f*_4Z= TEOLLUI]FeDnAw?=; 9!8"7"6"6"6"6"6"6"6"6"wo g`Z'T0O8J@ FH CO@V=^;e8n6w420/.-,,,,,,,uia [TN"I+D2@:+C(I%O#V!]eoz           ugXNHA ;61-")(%-"28=BHNU]g r }        ?*?0D0H3I9HBFM E[CiAw@?>>====<<<<<==========@*A.G.J1L7K@JK HYFgDuCBAA@@??????????@@@@@@@@*C,I,M/O5P>NI LVJdHrGFEDDCCBB B B!B!B!B!B!C CCCCCCCA)F*L)Q,S2T<TG QRO`MoL|JIHG!G"F#F#F$E%E%E&E&E&E&F$F#G!G!G!G!G!G!B(I'P&U(X/Z9ZD WOU\SjQwON!M#L%K&J'J)I*I*H+H,H,H,I*J(J'K%L%L%L%L%L%C(M$T#Z%^,`6`A ^L[WYfWrU~"S%Q(P*O,N.M/L0L2K3K4J4K3M0N-O+P)P)P)P)P)P)F%P!X _!d*f3f= eHbS`a]m Zy%X)V-T0R3Q5P7N9N;MR@QAPBPCPDPCR?U;W7X4Y2Y1Y1Y1Y1Y1M W`io%r-t7sAqKnXjd$en+ay3^8\IS'[0b8i>pDxI~MzQvUrXoZl\k\kYnRqMrHrGrGrGrGrGf u܏Ҙ̡Ȩ-<GQ%Y/`6g=nC}vHy}LtPpTlWiYf[e[eYhRkMlHlGlGlGlGlGi x֒͜Ƥ+:EO#W-_5f;}lAxsFs{KnOjRfUcX`Y_Z^XbRdMfHfGfGfGfGfGl|ފЖȟ(7 CM!U*\2|c9wj>rqDmyHhLdP`S]UZWYWXV[P]L_G`F`F`F`F`Fp֏ʚ$4 @JS'|Z.va5ph;ko@gwDbH^LZOWQTSSSRRUNWJYFYEYEYEYEYEuϓğ 1=H|P"uX*o_0jf6em;`u?\~CXGUJQLOMMMMMNIPFRCRBRBRBRBRB|׌ș ,: {DtNnV$h]*cd0_l4Zt9V|K=K=K=K=K=͒&z5sAlJfSa[#\b(Xj,Tr0P|3Mņ6JĒ9Gğ;EĮ#<$;$:$9$9#9$9$9$9$9$9$~si d_ Y+T5O>KF GN DWB_?g=p:{8653211111111~qe^ YSN'J0E9A@>H;O 8W 6^ 3g 1p .|,+)(''&&&&&&~pdXR MGC">*:2793?0F-M+T([&c#m!y            ~pcUKF@;73#/)+0(5%;"AGNU^htpbTF?94 /+'#!%*/4:@FN V `lx6-9.>.@2@8>A@J>W *C*F-G2F<EHCU Ab ?p=}<;;::::99999::::::::::9+A'F'J)K/L9KEHQ F^DlByA@@??>>>>==>>>>???????=(E$J#N%Q,R6QAOM LZJgHtGFEDCCBB B B!A!B"B"B CCDDDDDD@%H!O S!W)Y3X>VI RUQcOoM{KJI!H"G$G%F&F'E(E)E)F(G&H$I"I IIIIIC"LSY]&_0_:]E ZPX^UjSvQ!O$M&L)K+J,I.H/H1H1H1I.K+L)M&N%N#N#N#N#N#GPW^c#f,f6dA bL_Y\eYp V{%T)Q-P0O2N3M5M6L7L8L8M5O1Q.R+S)S'S'S'S'S'JT\ci l)m2l= iGfTc`_k"\u(Y-W0U3T6S8R:Q;PU?UATBTBUAW[AZCYDYEXFXF[@^;_7`3a1a1a1a1a1S]hpw|$-;zIuTq_$mh+jp1gy6e:c=a@`C^E^G]H]I\I_Db>c9e6e3e3e3e3e3U`kt{އ'ф7F{Qv[#re+om1lu6j|:h>fAdDcGbIaKaLaLcGeAgm:n7n7n7n7n7Ye q z ݎϏ ƍ2AMV"|_*xg0uo6sv:q}?oBmFlIjKjMiOiOjLmEo?p;q8q8q8q8q8[gs}ކٌ Ց ʒ0?JT!])}e0zl5ws:u{>sBrFpIoLnN|mO{mPznM|qF~sAt=u:u:u:u:u:]jvىҏϔ Ŗ.= HR [(c/~j5|q9zx=xBvEuI|sLyrNvrPtrPtrOvuGxwBzx>{y:{y:{y:{y:{y:_ lyރӋ͒ɗ,; GPY'a.h4o9v=}~A}{EyzIvxLswNpwPnwPmwOpyHr{Ct|>u};u};u};u};u};a o|نώȕÚ*9 ENW&_-f3m8t={{AwEtHp}Km|Nj|Oh|Pg|Pj~ImCn?olBhFeIaK^M]N\M^H`Cb?cHQ ~Y'x`-sg2on7ju];];];];];n~΋ĕ .; F~NxV#r]*md/ik4ds8`{<\?YBUESGQGPGQDS@UΨ&<κ&<&<%;%;%;%;%;%;%;%Óyod ^[ W-S:PDLN IW F_ChAq>|<߉:87665444444ymbXUQ M+I5E>BG?O=X :` 8j 6t 320.--,,,,,,,yl`UN JFC'?0;88@5G3O0W._+i)t' % $ # " ! ! yl_RHC?;7!4)00-7*>'D%K"S \frzl^PD<73 /+(!%'!-28?FMV`l {    {l^OB61,'# !&,1 7 >FOYft./3,7-80764?1K/X,f*t ) ( ( ( ( ' ' ' ' ' ( ( ( ( ( ) ) ) ( ( ( ( ( 0-6*9*;.:48<6I3V1c /q -~ - , , , , , , + , , , , , , - - - , , , , , 2+9(=(?*>0=:}==<<;;;;;;;;;<<======="DIMP&Q0P;NFKS H`FlExDCBAA@@????@@ABBBBBBB@HNRV#X,W7UBRM PZMgLrJ}HGFE D"D#C$C%C&C&D$E"F GGHHHHHDLRX]_(^2]=ZI WUUbRmPwNL"K$J&I(I)H*H+H,H,H+J(K%L"M MMMMMGOV^be$e-d8aC _Q\]XhVrT{"R&P(O*N,N.M/L0L1L2L1N-P*Q'R$R"R"R"R"R"JS[bhjk(k2i>fL bX_c\m Zv$X~(V+U.S0R2R3Q5Q6P7P7R3T.V+W(W%W%W%W%W%MV_ glpq"q,p:lH hTe_bh!_q&]y*[-Z0X3W5V7V8U:U;U;V7X2Z.[+\(\(\(\(\(PY c k ptvw%v6rD nPk[gd!em'bu+`|/_2]4\7[9Z;Y=Y>Y>Z;]5^1_-`*`*`*`*`*R\ f n t x{| {3wA tMpXla!ji'gq+ex/d3b6a8_;^=^?]@]A^?a8b3d0d,e,e,e,e,U_irx|  ́0|? xKuUq^!nf&ln+ju/h}3g6e9db@aBaBbAd;f5g1h.i-i-i-i-W alu{ӀЃ Dž-< }HyRv[ sc&pk+nr/my3k6i:hyn8zo4{p0|p0|p0|p0|p0[fr{ςɇĊ(8DNW|_$yf*wm.ut2t|6r9|q=yp@voBsnDqnEpnErp?sr9us5vt1vt1vt1vt1vt1]it}˅Ċ&5BLU]$~d)|k-zr2}xy5zw9vv HQY!`'{g+wn0su4o}7k;h>eAb~C`~D_~D`@b:d6e3f2f2f2f2dr~LJ .; FOWz^%ue*ql.ms2i{6f9b=_?\AZBYBZ?\:^6_2_2_2_2_2hv͂Œ +8CLyTt\"pc'kj,gq0dy3`7\:Y=W?T@S@T=V9W5Y2Y1Y1Y1Y1m{ȇ'5@ yJsRnYi`$eg(ao,^w0Z3V6S9Q;O&=&=&=%=$=#=#=#=#=#Ljsh`^[,W8TCPLMU J]GfDoAy?ȅ<ȓ:Ȣ9ɳ887766666th]S OM"K0I<FFDOAX?a5;>9G7P4Y2b0m.y,+ ) ( ' ' ' & & & & & th[OE> <96%4.17.?,G)O'W%a#l!zugZMB851.+)&%-#4 ;CKS]jxvgZL?5-*& # #)/5=E N XetwhZK>2'#   "(.5=GR^m~*-.+0+0..5)=%I#W!dr,+0(3(3+11-:+G(T&a$o"|""!!!!!!!!!""""""""""".(3%6%7'5-482D/Q,^*k)w('' ' ' ' ' ' ' ' ' ' '(((((((((2%7":!;#;);49@6M4Z1f0s. . . - - - - - - - - - . . . . . . . . . . 5";?@B&B1@<>H;U9b7n 6y 5 4 4 43333333444455 5 5 5 5 9?CFI#I-H8EDCP@] >i =t <;;::9999999::;;;;;;;=CHLOP(O3M?JJGW Fd DoCyBA@??>>>>>>?@@AAAAAAAGLRVW$V.T9QEOR M^ KiItH}FEEDDCC C!C!C!DEFGGGGGGDKQW[]]([3Y?WMTY RdPnNwLKJ J!I#H$H%H&H'G'I%J"KLLMMMMGO V \`bc!b,`:^H[T X_ViTrRzQ!P#O%N'M(M*L+L,L,M*O&P#Q RRRRRJR Z ` eghg$f5dDaP ^[\dZmXu W}#U%T(S*R,R-Q/Q0Q0Q/S*U&V#V!WWWWM U]di k lml1j@gL dWa`_i]q!\x$Z'Y*X,W.V0U2U3U3U3W-Y)Z%[#[![![![!O Wahmpp rq.o=lI iTg]debm!at%_|(^+]-[0[2Z4Y5Y6Y6\0]+^(_%_#_#_#_#Q Zdlqtu vv*t:qF nQkZibgi!eq%dx(b+a.`1_3^5^7^7^8_3a-b)c&d%d%d%d%S]gotxyzz(x7vD sNpWm_kg!jn%hu(g}+e.d1c4b6|b8zb9yb9yc4ze/{f+|g(|g&|g&|g&|g&U`jrx{}~~%}5zA wLtUr]pd nk$lr(kz+j.~i1{g4xg6vf8tf9sf:sg6ti0uj,vk)wk'wk'wk'wk'Wcmu{#2~? {JySv[tb ri$qp'~ow+{n.xm1ul4sk7pj9nj:mj:mk7om1pn-qn*qo(qo(qo(qo(Yepx~ 0=H}Q{Yy`wg#|un'ytu*vs}.sr1pq4mp7jo9ho:go:gp7iq2kr-ls*ls(ls(ls(ls(\hs{ .;EOW~^{|e"x{l&tys*qx{-nw0kv3hu6et8ct9at:at8cv2ev.fw+gw)gw)gw)gw)_lv +8C LUz\vc!sj%oq)l~y,h}/e|2b{5_z7]z8\z9\z7^{2_{.`|+a|)a|)a|)a|)boz(6A JzRuZqamh#jo'fw+c.`1]4Z6X7V7V6X1Y-[*[)[)[)[)fs~$2> yHtPoWk^he!dm%`u(]~+Z.W1T3R4Q5P4R0S,T)U(U(U(U(kxƒ ~/x;sE nMiUe\ac^j![r%W|(T+Q.N0L1K1J1L-M*N(N&N&N&N&p}~ zu*p7lA gJ cR_Y[aXhTp Qz#N&K)H*F,E,E+E)F'G%G$G$G$G$w„tol$h2d=_F [O XVT^QfNnKxH E"C$A%@%?%?#@"@!@ @ @ @ ~wjca^,Z8WBSKPS M[JcGkDuB?=;:99999999ymbVSR#P0M;JEGNEWB_ @h =r ;~8Ì6Û5ë333221111{ncXMD CB%@2?==G;P9Y6c4n2z0҈.Ҙ -ө ,Ӿ , + * ) ) ) ) ) |ocWLB9 542'120=.G-P+Z*e(q&%#"!  }pcVK@6/-+)"'+%4#<!ENXdqqcVI=3*&$ !")19AJUa o   rcVH;0&  $ + 2;DO\k}sdVG:.# $+3=IVfx%+()))(,#2;GUbp|()+&,&+)(/"8 DR_ly*&.#/"/%,+*5'A$N"[ ht."243 2&22/>,J*W'd&p%{$$$$$$$$$$$$%%%%%%%%%2688:#9-8:5F2R0_.k-v,,+++++++++,,, , ,,,,,,5:=?AA)@4=A:M8Z6e5q4{3 3 2 2 2 2 2 2 2 2 2 3 3 3 3 4 4 4 4 4 9>AEHH$G/D;BG?T>`>>>>>>?@@AAAAA@F K Q STT"R-P;OIMUK` IjHsG{FEEDCCCCCCEEFFGGGGDJPU X YXW$W5UDTPR[ PeNmMvL}KJIIH H!H"H"H"IKKLLLLLG MTZ]] \]]0\?ZLXW V`TiSqQxPOO N!M#M$M%L&L&N"OPQQQQQIPX^bca bc,b;`H]S [\ZdXlWtU{T T"S$R%Q'Q(Q)Q*R&T"UVVVVVLS\bfhggh(g8eEcP aY_a]h\pZwY!X#W%W'V)V*U+V,W)X$Y ZZZZZNW_fjlklm%l5jBgM eVc^be`l_t^{!]$\&[(Z*Z,}Z-|Z.{[+|\&|]"}^}^}^}^}^PYcjnpppq"p2n?lJ jSh[fbeicpbx!a$`&}_){^+x^-v^.u^/t^-u`'va#wb wbwbwbwbR\fmrtttut/r=pG nQlYj`ighnfu!}e}$zd'wc)uc,rb.pb/ob/nb.od(pe$qf!qfqfqfqfT_ipuxxx yx-w:uE rNpVo^md}lkzks wj{#ti&rh)og,lf.jf/if0hf/jh)ki%li"lj lj lj lj Wblsx{|| }|*{8yC wLuTs[{rbxpiuop rnx#om&ll)jl,gk.ek/dk0bk/dl*fm&fm#gn gn gn gn Yeov|(5~A|J ~zRzxYvw`svgptnmsv#jr&gq)dq+bp-`p/^p/]p/_q*`q&ar#br br br br \irz%3>~H yPu~Wq}^n{ekzlhyt"ex}%bw(_v*\v,Zu.Yu.Xu.Yv*[v&\w#\w \w \w \w `lv~!0~;yE tNpUl\icfjbr _{#\~&Y})W|+U|,S|-R|-S|)U|%V|"W| W| W| W| dpz},x8sBnK jSgZca`h]pZy!V$T&Q(O*M*M*M'O$P"PPPPiu~ yu(q5l?hH dP aW]^ZfWnTwQ N#K%I&H'G'G$H"I JJJJn{upm#i0e;aE]M ZT W\TcQkNtKHE C!B"A"A BBCCCCuyjec`+]6Y@VISQ PY M`JiGrD}B?=<;;;;<<<<|}qdZWU#S0P;MDKMHUE] Ce @o >z;97655444444th\PI HF'E3C=AG?P=X:a8k6w4 2 0 / . . - , ,,,,vj^RG=876'534=3G1Q0[.e,q*)̐'̡&ʹ%%$#####xk_RG=4+ &%%%$0#;#E"P![ hvއߙ߬yl_RF;1)!'09CNZgw {m_RE9/% % - 5 ?JWfw}n`RD7,"  '0:ESbupaSC6*  !)4@N^r )"'"'*09E S ` m y             #&%$%$#',5BP]jv         &#( ( &""( 2?LYeq|*,,+)$(/%;"HTamw-0101 0*.6+C(O&\$g#r#|""""""""""###$$$$$$$146798%613=1J.V-b,m+w+*********++,,,,,,,,59: >@? =*;78D6Q5\4g3r3{222111 1 1 1 2 2 3 3 3 3 3 3 3 3 9= @ D FED#A/?<>J=W>>>>>>?@@@@AAA? DJNPO LLM0M?LLKWIa Hi GqFyFEDDCCCCCDEFFFFFFBGOSUUR ST+T;RHQRP\ Nd MlLtK{JJIIHHHHIJKKLLLLEKSX[[XXZ'Z7XDWOUX T` ShQoPvP~ONNMMM M MOPPPQQQGOW]``^]_#_3^@\KZT Y\XdVkUrTzTSRRQ!Q"Q"~R!~S~T~U~U~U~U~UJR[adecbc c0b=aH_Q ^Y \a[hZoYvX~WW}V!{V"yV#wV$vV$vWwXwYwYwYwYwYLV_ehihg hh-g:eEcN bW a^_e^l]s~\{{\y[vZ!tZ#rZ$qZ%oZ%p[ q\q]q]q]q]q]OYbhlmlk ll*k7iChL fT e[cb}bizapxaxu`s_p^"n^$l^%k^&i^&j_!k`kalalalalaQ\ekoqqoop'o5n@lIjR ~iY{h`wffufnrevpd~mckc"ib$fb%eb&db&dc"edfdgdgegegeS_hosuusst$s2r>pG}oO ymWvl^skdpjlmjski|hhfg"cg$af%`f&_g&_g"`hahbhbhbhbhWbkrwyywxx!x/w;|uExtM trUqq\npckojhnqfnzcm`l!^l#\k%Zk&Yl&Zl#[l\m]m]m]m]mZfov{~~||}}-||9wzCsyK pxS lwZivafuhctoasx^r[r Yq"Wq$Uq%Tq%Tq"VqWqWqXqXqXq^isz {)v6r@nIj~P g}Wd|^a{f^zm[zvYyVxSx!Qw"Pw#Ow#Ow!PwQwRwRwRwRwbnw} xt&p2l=hFeN aU ^\[cYkVtS~PNL J!I!I~J~K~K~L~L~L~gs||uom!i.e9bB^K[R XY VaShPqM{JHFDCCDDEEEEmxylfca)^5Z>WGUORV O^ LfJoGyDB@>===>>>>>ssd\ YW"U/R9PCMKJSHZEc Cl @v>;9877666777{wk_RMKJ'H3F=DFBN@V>_;h9s7 4 2 1 0 0 / / / / / / {ocWKA>=;):49>7G6P4Z2d0o.|,*)(('&&&&&~qeYMB8/ -,+)*3)=(G'Q&\%h#v"Ɔ ƘƫsgZNB8/& %/:DP]k|׏ؤٻuh[NB7-$ # - 7 B O ]mwi[NA5*!  "*4?L\myj\N@3(  &0<IZm{l]O@2&  !+7FXk&$$'- 6CP^kv#!!#)2 @ MZgs}""!$/<IV b n y         %&%! !+7EQ^it})*)'(''#3 ?LXdnx-.. //.!,-)9&F$S"^"i!s!|!!!!!!!!""##$$$$$$$02 36 652%02-?,L+X+c*m*v**********++,,,,,,,4 69<< ;85)473F4R3]3g3p2x222211122 2 3 3 3333337:>AA? <:;1<@DGHF@ BD+D;DHCSB\BeAl@t @{ ? ? >>>>>>??@@ A A A A =CINONIIJ&K6KCJNIWH`Gg Fo Fv E}EDDCCCCDEFFF F F F @GOSUTPOP"Q2Q?PJOSN\Mc Lj Kq JyJIIHHHHHJJKKKKKCKSXZZWTVV.V;UFTPSXR_ Qf PmOtO|NNM~M|MzMyMxNxOxOxPxPxPxPFOW\__\Y Z[*[8ZCYLXUW\ Vc UjTqSy}SzRxRvQtQsQqQqRqSqTrTrTrTrTHS[`cca^ __'_5^@]J\R[Y Z` }Yg{XnxXuvW~tVrVoVnUlUkVkVkWkXlXlXlXlXKV^dghfbcd$c2b=aG`O}_V z^] w]d u\ks\sp[{n[lZjZhYfZeZeZe[f[f\g\g\g\NYagjljggg!g/f;eD{dMxcT ub[ raa paim`pk_yi_f^d^b^a^_^_^`_a_a_b_b_b_Q\djnpnkjkk,~k8zjBviJshRpgY mf` keghdnfdwdcac_b]b[bZbZb[c\c\c]c]c]cU_hnrtsoo o}p)yo5un?rmHnlPklW ik^ fjedilaiu_h\hZgXgVgUgUgVgWgWhXgXgXgXckrvxwss |txt&tt2ps=msFjrNgqU dp\ apc_oj\nsZn|WmUlSlQlPlOlQlQlRlRlRlRl\gov{||xzyuyrz#nz/ky:hyCdxKawR_wY \v` YuhWtpTtzRsOsMrLrJrJrKrLrLrMrMrMr`kt{z~snkh,e7b@_H\~PY~WW}^ T|f Q|nO{xL{JzHzFzEzDzEyFyFxGxGxGxepywkf c`'^3[<XEVMSTP[Nc Kl IvFDB@?>??@@@@kvse] ZX!V-S8QANILPJXG`Ei Bs @ ><:98889999r}zm_TONL'J2H<FDDLBT@\>f;p9|7 5 3 2 2 1 1 1 1 1 1 zrfZNE B@?*>4<>;G9O7X5a3l1y/-,+**)))))vj^RF<5 32!1+/5.>-H,Q+[)g't&$#"!!  zm`UI>3*$ "! !* 3=GR^l|}obVJ>3*! %/:F R ` p ΃ Η ά qdWJ>2(  $.9ERbsވߝ߳seXJ=1&  "+6CRbvugYK</$  '3@QcwwhZL<."  #/>Obw#!!$*3AN\ht~  %0=KXdpz! , 9FS_ku~ (4 A N Zfpy ##!#/;IU`jt|'' % & %# (5BOZenw+ ++- ,)& #-!:HT _ h q!y!!!!!"""##$$$$$$$$//232/+'"'2)A*N*Y*b*k*s*z******+++,,,--,,,238995. /1,3;3H4S3\3e3m3t2{222222223344444458>BB?88:&;6EIJGA?A!B1C>CIBSA[Ab@j@q?x?? > > > > >?? @ @ @ AAA<CJOPNIFHI,I:IEHNGWG^FeFlEs E{ D D DCC~C|D{DzE zF zF zF zF zF >HOTUTPL MN(N6NAMKMSLZKaKhJo Jw ~I |IzHxHwHuHtIsIrJrJ rJ rJ rJ rJ BLSXZYVRRS$S2S>RGQPQWP^~Oe{Ol yNs wN{ uMsMqMoMnMlMlMlNlOlO lO lO lO EPW\^^[VVW!X/W;VDVM|UTzT[wTbuSh sSp qRx oRmQkQiQgQfQeReRfSfS fS fS fS ISZ_bb_ZZ[[,[8}[AzZJwYQtXXqX_oWf mWm kVv iVgUeUcUaU`U_U`V`VaWaW aW aW LV^cffd^^__)|_5x_?t^Gq]Oo\Vl\\j[c h[k fZs dZ}bZ_Y^Y\Y[YZY[Z[Z\Z\Z \Z \Z OYafijhbb ~czc&vc2sc<obElaLjaTg`Ze`ac_i a_q _^{]^Z^X]W]V^U^V^V^W^W^ W^ W^ S]djmnmg~g xgtg#qh/ng9kgBhfJefRceX`e_^dg \do ZcyXcUbSbRbQbPbQbQbRbRb Rb Rb V`hnqsqkxkrknlkl,hl7fl@ckH`kO^jV\j]Yie Wim Uiw ShPhNgMgKhKhKgLgLgMg Mg Mg Zdlrvwvyqqqkqhqfr(cr4`r=^rE[qMYqTWp[TpcRok Pot MnKnInGmFnEnFmFmGmGl Gl Gl _iqw{|{uxkwew ax_x$]y0Zy:XyBVxJSxQQwXOw`LvhJvr Hu} EuCuBu@u@u@t@tAs As As As dnv|re]YW U+S6Q>OFMNKUI]FfD~pB~{ ?~ =} <} :}:~ :| :{ :{ :z :z :z it|{n`UPNM&K0I:HBFJDRBZ@c=m;x97 5 4 3 3 3 3 3 3 3 pzuhZOG DCA*@4?==E;M:V8_6i4u20.-,,+++++xzmaUI?976"4,352>1G0P.Z-d+q)'&$###""""reYNB7.)('"&,%5$?#H"S!^ jyuh\PD9/&!*4>ITbq yk^RF:/%   (2=IWfwƋƠŶ{m`SF:.$ '1<IXi|ֿ֧֒~oaTF9-"  $.:IYkqcUG9,  !+8HZmteVH9+  (6GZn  !'0>LYepz!-:HUalv (6CP\gqz  $0>KWblu}  * 8EQ\fow !  #0>J V ` i q y %##$! '5COYcks{('**'" -< I S!]!e"m"t"|"""####$$%%%%%%%,-243.% %'')6*C+N+W+`+g+o+v+}++++++,,---.---03:=<91.0!203=3I3R3Z3b3i3p3w2222223344444443:ADDA;789+:8;D;M:V:]:d:k9r9z9999999:}:|;|;|;|;|;7@GJKIC> ?@&A4A?AIAQ@Y@`@g?m?u?}>}>{> z> x> w? u? t@t@t@s@s@s@;ELOPOJDEF"F0G<FEFNFUE\~Ec|DjzDqyDywDuC sC qC pC nD mD mE lElElElElE?IPTUTPJIJK,L8KBKJ|JRyJXwJ_uIfsImqIvoHmH lH jH hH gH fI fI fI fJfIfIfICMSXYXUNNOO)P5{P?xOGvOOsNUqN\oMcmMjkMriM|gL eL cL bLaM`M`M `N `N `N`N`NGPW[]]ZSR S|S%yT1uT<sSDpSLmRSkRYiR`gQheQpcQyaQ `P ^P \P[QZQZQ ZR [R [Q[Q[QJSZ_aa^WV zWvW"sX.pW9mWAjWIhVPfVWdV^bUe`Um^Uw\U ZU YU WUVUUUUU UU VU VU VUVUMW^beec\{[u[q[n\+k\6h[?e[Gc[NaZU_Z\]Zc[ZkYYuWY UY TY RYQYPYPY QY QY QY QYQYQZafhig}`u_o_k_h`(f`3c`<a`D__L\_S[_ZY_aW^iU^sS^~ Q] O] M] L^K^K^ L^ L] L] L]L]T^ejmmlxeodidedbd%`e0^e:\eBZeJXdQVdXTd_RdgPcqNc{ Lc Jc Hc Gc Fc Fc Fb Gb Gb GbGbXbinqrqtkiici _i\j!Zj-Xk6Vk?UkGSjNQjUOj]MjeJinHiyFi Di Ch Ai @i @h Ah Ag AgBgBg]fmsvwvpreq\pXpVpTq(Rq3Pq<OrDMqKKqSIqZGqbEplCpwAp?p=o ;p ;p :o ;n;n;m;m;mbksy{|{|mz`xVwPwNxLx$Ky.Iy7Hy@FyHDyOByWAy`?xiC=K;S9\7f5q310.----~-}-}-}nx}pcUKA;98"7,654=3F2O1X/b-n+{*(&%%%%%%%vvi\PD:1-,+$*-)6(?'H&R%\#h"w zmaUI=3*! $-6?JUapqdXL@5*" "+ 5 @ K X gxugZNA5+!  "+6AN\mxj\OB5*   "+5AP`rχϝϳzl^PB5) (4AQcw|n`QC5(  $1ASf|paSE6'  !.@Sh  $.<JVcmw *7ER^ir{ %3@MYdmv}  -:GS^hpx  &4AMXbjry  ,9FQ[dlsz   " 1 > J U^fmt{" #$! )7DNW`gnu|&'-/-'"1 =!H"R"Z#b#i#o#w#~#$$$$%%&'''''')06872+%')+*8*C+L+U+\+c+j+q,x,,,,,,-.....~.~..7=??<5/ /1&232>3H3P3X3^3e3l3s3|333}3|3z3y4w5v5u5u5u5u53=CEFC=668!9.999C9L9S9Z9a~9h|9oz9wy9w9u9t9r9q9o:n:n;m;m;m:m:9BHKKID><=>*?5??~?H|?Oz?Vx?]v>dt>kr>sp>|o>m>k>j>i?g?g?f@f@f@f?f?=FLOPOJDA BC&}D2zD<wDDuDLrDSpCYoC`mCgkCoiCyhCfCdCcCaC`D`D`D_D_D`D`DAJPSUSOIG }GyG"vH.sH8qHAnHIlHPjHVhH]fGdeGlcGvaG`G^G\G[HZHZHZIZIZHZHZHDMSWYXTN}KwKsLpL+mL5kL>hLFfLMdLSbLZaLb_Lj^Ls\K~ZKXKWLVL UL TLTMULULULULHQW[\\YSwOqOnPjP(hP2eP;cPCaPJ_PQ]PX\P_ZPgXPqWP{UPSPRPPP PP OPPPPPPPPPPPKTZ^``]|WrTlShTeT$bT/`T8^T@\THZTOYTVWT]UTeTTnRTyPTNTMTKTKT JTKTKTKTKTKTNW^bddbw[mXfX bX_X"]Y,[Y6YY>WYFVYMTYTRY[QYcOYlMYwKXIXHXGYFYEYFYFXFXGXGXR[afhigr`h^a] \]Z]W])V^3T^;R^CQ^JO^RN^YL^aJ^jH^uF^D]C^A^@^@^@]A]A]A\A\V_fjmmlogdd[bVbTbRc%Pc/Nd8Md@KdHJdOHdWFd_EdhCdsAc?c=cr@=rH;rP:rY8rc6rm4rz3r1r/r.r.r.q.p.o.o.ofovz|~}r}d|W{LzBy)G(P'Z&f$s#! t}~qeXL@6,% #"!% .6@IT`n~}wi]PE9.% $-7ALXg w {m`TH<0& $.8DP^nqcVJ=1&  %/9FTdvtfXK>1&  $.:GWi}ɔȪwhZM?1%  "-9IZn߅ߜ߲yk\N@1$   +:K^sm^PA2$ ):Mbx!+9GT_js{ '4BO[env~  "/=JU`iqy  )7DPZcksz "0=IT]emsz  (6BMW_fmtz -:FPX`gnu{   %2?IRZahov}#(*'!,8CLT\bipw     $,131-%  &!2"="G#O#V#]$d$k$r$z$%%%&~&}'{'y(x(x(x(x(+39;:6/('( )-*8+B+J+R+X,_,f,m},u{,~z,x,v-u-t-r.q.p/o/o/n/n/1:?AA>81./0(132=2F}2M{2Ty2[w2au2it2pr2yp3o3m3l3j4i4h5g5g5f5f5f46?DGGD?94 56$|7/y79w8Bt8Ir8Pq8Wo8^m8el8mj8uh8g8e8d9b9a:`:`:_:_:_:_:;CIKLJE?: {:w; t<+r<5o=>m=Fk=Mi=Sh=Zf=ad=ic=ra=}`=^=]>[>Z>Z?Y?Y?Y?Y?Y>?GLPPOKEz@u?q@m@(kA2iA;gABeAIcAPaAW`A^^Af]Bo[BzZBXBWBUCTCTCSCSCTCTCTCBJPSTSPJuEnCkDgE$eE.bE7aE?_EF]EM[ETZF[YFcWFlVFwTFSFQFPGOGNGNGNGNGOGOGFNTWXWT{NpJiH eHbI!_I+]I4[I<YICWIJVIRUJYTJaRJjQJuOJNJLKKKJKIKIKIKJKJKJKIQW[\\YvSkNdM _L\MZM(XM1VM:TMASNHRNOPNWON_MNhLNsJOIOGOFOEODPDOEOEOENENLU[^``^rWgS^QYQWQTQ%RR/QR7OR?NRFMSMLSUJS]ISfGSpES}DSBSAT@T?T?T@S@S@S@RPX^bee}bn\cYYVTVQVOV"MW,LW4JW<IXDHXKGXSEX[DXdBXn@X{?X=X^a<^l;^x9^7^6^5^4_4^5]5]5\5\Yaglnnvlgi\fQdHb DbBbAc$?c->c5=d=s4r 1s0s/s#.s+-t4,t<+tD)tM(uW'uc%uo$u"u!u uutsr q qksy|~tgZM~C~8}/}(} &}$}#~%"~-!~6!~?HR^kz~|{{{rz{m`TH<2( &.7ALXeu {seYLA4*!   & / 9 DP^nwj]PD8,"  '1<HVew{m`SF9-#   (2>L[lqcUG:-"  '2@O`tËáøseWI;-! &2ASf|ٔ٫vgYK<.!  $2CVkj[L>/   #3FZq(7DQ\fow~$2?LWajry ,:FR\eltz  &4@LV_gnt{  -:EOX`hnt{  %2>IRZahnt{  *7BKT[bhnu{  !.: D M U \ b i o v ~  $%" '3>GOV\cipx}||{{!)-/,' !-8AIPW^dks|}|zxwv t!r!q"q!q!q!(05751+# !'"2#<#D~#K|$R{$Yy$_w$fv%nt%ws%q&o&n&m'l'j(i)h)h)h(h(.6;==93-' '("|)-y*7w*?u*Gs+Nq+Tp+[n+bl+jk,ri,}h,f-e-d.c.a/`/`/`/`/`.4<ACC@:4.z-w.s/)q03o0;m0Ck1Ji1Qg1Wf1^d1fc2oa2y`2_2]3\3[4Z4Y5Y5Y4Y4Y48@EHHF@;y5s3o4l4%i5/g57e6?c6Fb6M`6T_6[]7c\7k[7vY7X8V8U8T9S9S:S9R9S9S9<DILLKF}@s;l8 h9e9"c:+`:4^:<]:C[:JZ;PX;XW;`V;hUM>M>M>M>M=M=@HMPQOKyEn@f= b=_=\>(Z>1X>8W>@U?FT?MS?UR@]P@fO@pN@|LAKAJAIBHBHBHBHBHAHADKPTTSPuJjFaB\AYBWB%UB.SB5QB=OBCOCKNCRMDZKDcJDnIEzGEFEEFDFCFCFCFCFCECEGOTWXX~UqOfJ\FWFTFQF"OF+NF3LG:KGAJGIIHPHHXGHaEIlDIxBIAI@J?J>K>J>J>I?I?IJRX[]\{YmSbOWLQJ NJLKJK(IK0GK8FL?ELFDLNCMVBM_@Mj?Mv=NRT2]F1^N0^W/^b-^n,_}*_)_(_'_'_'^'](](\\djnoyonn`kTiIg?e5c 2c0c/d!.d)-d1,d9+eB*eJ(eT'e_&fk$fz#f"f fff e d c!cbjpsuuuit\rOqDo:n0m)l 'l&l%m$$m,#m4"m=!nF nPn[ngnvnooonmlkkiqvy|{q{d{WzJy?x5x+w"vvwww&w.w7x@xJxVxcxrxxxxwvuutqx|wj]PD8.$ '0 9 D P ] l~y~}obUI=1&  )2=IVevtfYL@4(  "+5@N\nxj\OB6) "+6DScw{m_QD6*  !+8GXk~pbSF8*   +:K^sҋҤӻsdVG9* *<Od|fXI;+  +>Sj&4AMXbksz !.<HS]fmu{  )6BNW`hov| #0<GQZbiov|)5AKT\ciou{ ".:DMU\ciou{ '2=FOV\chou|  *5?HPV\ciov  !  # . 8 A I P W ] c jqz~|{zxvuttt&**(#'2;CKQ~W|^{eylwtv~trqonmkjjjj&-131,& "~,{6y>wEuLsSqYp`ngmpkzjhge d!c!b"a"a"a"a",48985/(!{ w!t"'q"1o#9m#Ak#Hi#Nh$Uf$[e$cc%kb%ua%_&^&]'[([(Z)Y)Y)Y)Y(29=??<60y*r&n'k(#i(,f)5e)<c)Ca*J`*Q^*W]*_\+hZ+rY,}X,V-U-T.S.R/R/R.R.R.6=BDDA<{7r1k, g-d-a.(_.1].9\/@Z/FX/MW/TV0\U0dS1nR1zQ1P2N2M3M4L4L4L4L3L3:BFIIGBw=m7d2 `2]2Z2%X3-V35U3<S4CR4JQ4QP4YO5aM5lL6wK6J7H7G8G8F8F8F8F8F7>EJMMK~GsBi=_7Z6W7T7"R7*P72O89M8@L8GK8NJ9VI9_H:iG:uE;D;C<B<A=A=A=A<A<A<BINPQP{LoFeBZ=T;Q;O;M;'K;/I<6G<=G\C>gB?s@???>@=@Ce=Cq;C:D9D8E7E7E7E7D8D8CIPUXYXvVhP]LSHJE FDDDBD"AE)?E1>E8=E?I=I;J&:J.9J58K=7KD6KM4LV3L`2Ll1Mz0M.M-N,N,N,M-M-L-LPX]ab{ap_b[XXNUCQ;O 8O6O5O#4P+3P22P:1PB0QJ.QS-R],Ri+Rx)R(S'S&S&S&S'R'Q'QU\bfgxfme`aU^J[?X5V1U0V.V-V',V/+W6*W>)WG(WP&XZ%Xg$Xu#Y!Y YYYX X W!WZbgkluljk]hQeFc;`1^*] (]&]%^#$^*#^2"^:!^C _L_W_c`q`````_^^]`hnp|rrrfqXnLlAk6i-g#fffff%f-g5g>gHgSh_hnhhhhhgfeegosvxxmx`wSvFt;s1r'qqp pppq'q/q8qBqN q[ qi qz qqqppo n nouy~|t~f~Y~M~@}5}*|!||| | | ||!|)|2|=|H|U|c|t|{{zyyyxw|yl^QE9-#  #,6BN]m~~qcVI<0$  $.9FUexugYL?2&  %/<K[nxj\NA3&  $0?Pbx{m_PB4&  $2CUj̜̃˵paRD6' $5H\scUF8(%8Mc|#0=IT^fnv|  +8DOYaipw}%2>IS\cjqw}  ,8CMV]dkqv|%1<FOW^djpv| *5?HPW^diou|#.8AJQW]ciov} &1:CJQW]cipw~}{zzyxx  )3<DKQW]c}j{rz|x v t s q p o nmmm#&&$   " ,~ 5|=zExKwQuXs^qepnnwlkihfedccbb$*./-("}yv's0q8o?mFlLjShYgaeidrb~a_^\\ZZYYY*15641+%ysol"i+g3e;dAbH`N_U]\\d[nYyXV U T!S!R"R#R#R"R"/6:<;82z-r&j f c!a!&_"/]"6["=Z#DX#JW#QU#XT$aS$jQ%vP%O&N'L'L(K(K)K(K(K(4;?A@>9u3l-c'^&\&Y'"W'+U(2T(9R(@Q(FP)MN)UM)]L*gK*sI+H+G,F-E-E.D.D.E-E-8?CEEC{>q9g4^.X+U+R,P,'O,/M-6L-<J-CI-JH.RG.ZF/dE/pC0~B0A1@2?2?3?3?2?2?2<CGIIHxDm>c9Z4R0 O0L0J0$I1+G12F19D1@C2GB2OA3X@3b?4m>4{=5<6;6:79797:7:6:6@FKMNLuHjC`>V9M5 I4G5E5!C5(A5/@56?6=>6E=7M<7U;8`:8k99y897:5:5;4;4;5;5:5:CJNQR~PsMgH\DR?H:D9A9?9>9&<9-;:4::;9;B8;J71>0?/?/?/?0?0>0>GMRUV|UqRdLYIOEE@?> <>:>9>#7>*6?15?84?@3@H2@Q1A[0Ag.Bu-B,C+C*C)D*C*C+B+BJQVYZyZnWaRWNMKCG:C 6C4C3C 2D'1D/0D6/E=-EF,EO+FY*Fd)Gr(G&G%H$H#H$H%G%G&GOUZ^_w^k\_XUUKQ@M5J0I.I-I,I$+J+*J3(J;'KC&KL%KV$Lb#Lp!L MMMNMLL KSZ_c~dtcia\^R[GXf3e)c a` ````&`.a7a@aKaX af bv b a aaa ` _ _fmq~suujt\sOrCp8o-n$lkkj j j j! j) j2j<kGkSkakqjjjiiihhmsw{zp{c{VzIz=y1x'wvvv v vvvv$u,u6uAuNu\ulu~ttssrrquz~vi[NA5)  &/;GUex~}}|{n`RE9,!  (2?M]prdVH;." )5CTf{ugYK=0# )8HZoxj\M?1# +<NbzƔƭl^OA2$  -@Tk`RC4%  1F\t ,9EPYbjqw~'3?JT]dkrx~ ".9ENW^elrw~ (3>HQX_ekqw} "-7AJRY_ejpv} &1:CKRX^dipv~  *4<DKRX]cipw  #,5>EKQW]cjqz}{ywutrrrqq  %/7>~E}K{QyWx]vdtkrtpnlkihgff e e  ##  |y(v0t8r ?p Eo Lm Rl Xj _h gg pe zc b ` _ ^ \\[[[!(++)${u q n!k*i2g9e@dFcMaS_Z^b\k[vYXVUTSRRRR(.221-'z!rk gda%_-]4\;[BYHXOVVU^SgRrPONLKKJJJJ-47874}/t)l#d^[Y!W)U0T7R=QDOKNRMZKcJnI|GF E!D!C"C"C"C"C"28<>=:y5o0f*^$W T Q O!%N!,L!3K":I"@H"GG"NF#WD#`C$kB$yA%?&>&='='=(=(='='6=@BB?v;l6b0Y*Q% M%K%I%!G&(E&/D&6C&=B'DA'K?(T>(]=)i<)v;*9+8+7,7,7,7,7,8,:@DFF}Ds@h;_6U1L+G)E*C*A*%?*,>+3=+9<+A;,H:,Q9-[8.f6.s5/4/30201111212030>DHJJ{IpEe@[;R6H1B. ?.=.;."9/)8//7/660>50F41O31Y22d12q03/4.4,5,5,5-5-4.4AHLNNyMnJbEX@N<E7=3 93736343&33-24414<05D/5L.6V-6b,7o+7*8(8'9&9'9(9(8)8EKORSwRlO_IVFLBB=88482818/8$.8+-92,99+:A*:J);T(;_'!>"=#=#<IOSVWuVjS]OSLJH@D6@/= -=+=*>!)>((>/'>7&??$?H#@R"@]!Aj AzABBBBBAAMSX[}\r[gX[TQRHN=J3G*C &C%C$C#D%"D,!D4 E<EEEOFZFhFxGGGHGGFFRX]`zap`e^YZOXDT9Q/N&K JJJJ!K(K0K8KBLLLWLeMuMMMNMMLLW]bewfmfcdVaJ^?[5X+V"TR RRRR$R,R4R>SHSTSb Tr T T TT T S R R]dh~ktlkl_jRgEd:b0`&^][Z ZZ [ [' [0 [: [E[Q[^[m[[[[ZZZYdkn{prrgqYpLn@l5k*i!gff e eedd#d,d5d@dLdZdid{dccbbbalquxwmx`wRvFu9t.t#rqq qqp ppoo&o0o;oGoTodounmmlkkksx}{s}e~X~K~>~2~&}|| |}}| ||||!|)|4{@{N{^{ozzyxwvvzxk]OB5)  ",8FVh|}oaSE8+  ".=M^srdVH:,  #1ASgugYJ<-   $5G[rj[M>/! '9Md~ܙܰ]O@2" *?Um  (4ALU]elrx~#/;FPX_flrx~ *5@JRY`flrx~$/9CLSZ`fkqw~ )3=EMTZ_ejpw",6>FMSY^djpw &/7?FLRX]cjqy~|zxxwww (19@FLRW}]{czkxsv}tqpnlkjjjj !~*{2y9w@uFsLrQpWn^mekniwgecb`__^^^  ~ yur#o+m3k:i@gFfLdRcYa`_i^s\ZYWVU T T T T %((%!{tn if d %b -` 4^ :] @[ GZ MX TW \U dT oR {PONLLKKKK&+//-)}$tle_\ZX'V.T5S;RBPHOPNWL`KkIxHFEDCCCCC+14541x+o&f ^W TQO#N*L1K7I>HDGLETD]CgAt@?=<;;<<<069;:~7s2j-a'Y!Q LJHF&E-C3B:AA@H>P=Y<d;q987 6 5!5!5"5!6!4:>??{<p8g2]-T(L"FCA?"> )= 0; 6:!=9!E8"M7"W6#b4#n3$~2$1%/%/&/&/&0&0&8>BCCxAn=c8Z3Q.H(@$ =#;$9$8$&6$,5%34%:3&B2&J1'T0'_/(l.({,)+***)*)+*+**+*<BFGGvElBa=W8N3D.<) 7(5(3(2(#0()/)0/*7.*?-+H,+R+,]*,j(-y'-&.%.$/$/%/%/&.?EIK~LtJjG^BT=K9A48/2- 0-.--- +-'*..).5)/=(/F'0O%0[$1h#1w"2!23333 3!2CIMO|PsOhL\FRCI??;66.2 +2)2(2&2$%3+$32#4:"4C!5M 5X6e6u77788877GMQS{TqSfPZLPIGE=A3=*9 %7#7"8!8" 8(80989A:K:V;c;r;<<==<<;KQUXyYnXdVXQNOEK:G0C'@ > >>>>%>-?5?>?H@S@`ApAAABBAA@PVZ]v^l]b[VWLUAQ6N,K#HE DDEE"E)E1E;FEFPG^ Gm G G GGG G F FU[`}bscjb`aS^GZUJVWVeUwUUUTTSSbhlwnoocnVlIj=h2f'ecba `` ____&_/_:_E_S_a^r^]]\\[[jo}rutju]tOsBr6p+o nml lkk jjjj!i*i4i@iNi\imhhgfeedqvzyp{b{U{Hz;z/z#yxw wwwwv vvvv#v.u:uGuVuht|tsrqppy}vhZL?2%  &2?O`u~~zl^PB5'  (6EWk~paSE7)  *:L`xsdVG9* .@TjgXJ;,  2F]vԒի[L=/ $8Ng $0<GQY`gmsy  +7BKS[agmsy&1;EMU[aglrx  *5>GNU[aflrx $.8@HNTZ_ekqx (19AHNSY^djqz~ "*2:AGMRX]dks}}{xvusqpppp  $,3:}A{GyLwRvWt]rdpmovljigedccbc ~zv%t-q4o:n@lFjLiRgXf_dgbq`|^\[YXXXWW~ w rnjh'e.d4b;`@_F]L\SZZXbWlUwSRPONMMMM"%%"}un g c_]![(Y/W5V;TASGQNPUN^MgKsI H G E D D C C D $),,*&w!nf_Y U S Q "O )M /L 6K <I BH IF QEZDdBp@?><;;;;<)/221|-r(i#aYQLJHF$E+C1B7A>@E>M=V<a:m9|76543444.4786x4n.e*\$TLF B@? ='<-;49:8B7J6S5^3j2y0/.---..28;<<v9k4b/Y*P%G@ <:86#5)40372>1G/P.[-g,v*)(' & ' ( ( 6<?A}@t>i:_5V0M+D%; 6320 /&.--4, ;+ D*!N)!X'"e&"t%###"$!$!%"%"$#$:?CE{DrCg?]:S6J1A,8&1# .","*")"#(#*'#1&$9%%A$%K#&V"&c!'r'(())))(>CGIzIpGfDZ?Q;G7>25-,( ('''%'$'!#('"(.!)6 )?*I*T+`+o,,------AGKMxMnLdIXDO@F==834*/$, !, ,--%-,.4.</F/Q0^0m11122211EKOQvRmPbNVIMFDC;?1:'62 2222"3)314:4D4O5\5k6}66 7 7 666IOS~VuVjU`SUOLLBI8E.A$=:88899&9.97:A:L ;Y ;h ;z ; <<<< ; ;NTX|[r[hZ^XSUIR>N4K*G!DB@ ??? @# @+ @4 @> AJAVAeAvAAAAAA@TY^y`p`f`]^Q[EW:T/Q%OLJH GGGG H(H1H;HGHSHbHsHHHGGGGZ`cwenfefYdL`@]5[*Y WUS RQ PPPP%P.P8PCPPP^PoPOONNMMaf}itllmakSiFg:d/c$a_^ \\[ ZZZY!Y)Y3Y?YLYZYkX~XWWVUUhmzprrgrZqLp?n3m(kjh ggff e eddd$d.d:cGcUcfczba`__^otxwnx`xRwEw8v+v tssrrrqq qpppp'p3o@oPo`ntnmlkjiw|{s}e~WI</"~~~~~~ ~ ~~~ ~+}9}H}Y|m|{zyxwwi[M?2$ "/?Pd{{m^PB4& $4FYppaSD6' '9Md~dUG8),@Vǫ͋XI:,2H`{ !,8CLT[bhntz '2=FOV\bhnsy",7@IPV\bgmsy &0:BJPV[aflrz *3;CIOUZ_ekr{ #,4<CINSY^dks}}{yxwwu&-5<BGMR}X{^yexmvvsqomljihhi  |'z.w5u;tArGpLoRmXk_ifgpe{cb`^]\\[[  { wso!l(j/h5g;eAcFbL`R_Y]a[jYuWUTSQPPPP wqkgda"^)]/[5Y;XAVFUMSTR\PeNpL}KIHGFFFE ""woh a ]YVT#R*P0O5N;LAKHIOGWFaDlCyA@>=<<<<"'))'{#qiaZ S OLJH$G*E0D6C=AC@K> S= ]; h: v8 7 5 4 3 3 3 4 ',//.w*m%d \TLF C A ? > %< +; 2: 88 ?7G6P4Z3f1t0.-,+,,-,145}4t1j+`'X!OG@ ;976!4'3-241;0C.M-W,c*q)'&%$%&&169:{9q6g1]-T(L"C;5 21/.$,*+1*8)@(J'T&`$o#!   4:=>y=o;e7[2R-I(@#80 ,*)' &'%-$5#>"G!R ^l~8=ABwBm@c<Y7O3F.=)5$- ' %#!!$ +2;E O!\!j"{""#####<ADFuFlDbAW<M8D4<03+*&#" !!""!"(#0#8$B%M%Y&h&y&'''(''@EH}JtJjI`FUAL>C::612(- ) ''''(%(-(6)@)K*W*f+w+ , , , , , +DIL|NsOiN^KSGJDB@9=/8%40- ,---#-*.3.= /H /U 0c 0t 0111100HMQzSqTgR]PRLIJ@F5B+>":74 33 3 3 4( 41 5;5F5R6`6q6666665MRVxXoYeX[UQRGOHPW]ciot{#.8BJQX]chnt{ (2<DKQW]bgmt{"+5=EKQV[afmt| %.6>DJPUZ_flu~~| '/7=CINSY_em~w|zxusrqppn !)07}={ByHxMvRtXr_qgopl{jhfecbaaa|xu#r)p0n6m<kAiGhLfRdYc`ai_t][YWVUUTU  {u plhf#c*a0`6^;]A[FZLXSV[TdRnQ{OMLKJIIIy qke a]ZX$V*T0S6Q;PANGMNKVI_GiFvDCA@??>?zrjb\WSPNL%J+H0G6F<DBCIAQ?Z>e<r:9866555 $&&$u ld\T N JGDB @%?+>1<7;>9E8M6V5a3n1~0/-,,,,%*,-{+r'h"_WOHA >;98!6&5,322 91 A/ I. S, ^+ l) |( & % $ # $ % */22y1o.e)\$SKC<5 3 1 / . "- (+ .* 5) ='F&P$\#j"{ /367v6m3c/Y*P%H ?80,*('%$$*#2":!C NZhx37:~;t;k8a4W/N+E&=!4-& #" !'/7AKWev6;>|?s?i=_9U5L0C,:'2"*" $,4>IUct  :?B{DqChB^>S:J6A29-1)(%  ")2<F S a !q ! " " " " " !>CFyHpHgF\DR?I;@884/0','# !!"" "'#/ $9 $D %P %^ &o&&&&&&&BGJxLoLeK[HPDGA?>7;-6$1-*( ' ( ( (% )- )7*B*N+\+l++++++*FKOvQmQcPZMOJGG>D3@)< 841 / ..//#/+050?0L1Y1i1|11000/KP}TuVkVbUXSNPEM:I/E%B>;9 7 6666 6)627=7I7W7g7y766655PV|Zr[i[`[WYLV@R5N*K HFC A@ ?>>>>&>/>:>F>T>d>v==<<;;W\y_paha_aT^G[:W/U%RPM KJI H GGFF"F,F7FCFQF`EsEDDCBB]bwenggh[fNcAa4^)\ZWVTSRQ QPOOO'O2O?OMN]NoNMLKJJe|itlmnbmTkGi:g-e"db` _^^]\[ ZZYY"Y-Y:YHXXXkWWVUTSlypsshsZrLq?p2o%nlk jjiihgff feee'd4dCdSdec{ba`_^}twwny_yQyCy6x)xwv uuuvuttsss rrr r,r;qLq_qtponlk{{r~d~UG9+  #2CVl~}|vhYK<.   '8Lb|j\M?0! -@Vo_PA3# 3Ib~SD5& %;Snߌݩ$/:CKRY^diou| )4=ELSX^cinu} #.7?FMRX]bhnu~'08@FLQV[agnv !)29?EJPUZ`gox}|{zwu #+28>DINS}Y{`yhwqu|spomkjiig }$z+x2v8t=rBqHoMmSlYjahjftda_^\[[ZZz uqnk%i+g1f7d<cAaG_M^S\[ZdXnV{TRQPONNM |unieb_]%[+Y1X6V;UASGQNPUN^LhJuHGEDCBBB{ sle_ [WTQO%N+L0K6I<HBFHEPCYAc?o>~<;:9888uld ]VQ MJGE D&B+A1?6>=<D;K9T7_6k4z210//.."$$z!qg_WP IE A><:!9&7,62483?1G0P.[-g+v*('&%%%#(**w(m%d [RKC = 96310"/'--,4*;)C(M&X%e#t"  (-/~/t.j+a&X!OG?81 .+)('#%)$ 0# 7! @ J U b r       -14|4r3h1_,U'L#D<4-& $ " !   % , 4=GSaq158z9p8g6]2S-J(B$91*# !)1:EQ_o     59<x=o=e:[7R2I.@*7%/!(  &.8BO \ l   8=@wAmAd?Z<P8G3>06+.''# # , 5 @ L Zi|<ADuElEcDYAO=F9>652..%*%!    "*3 > J!W!g!y!!!!! @E}HtJkJbIXFNBE?=<59+4"/+( $ ###$ $(%1%<%H&U&e&w&&&&%%EI{MsOjO`NWKMHDEO2L(HEB@=<; :999 9)949@9N9]9o887765UZv]m_e_]_R\DX8U-R"OLJ HFED C BAAA&A1A=AJAZAl@??>=<\|`scledfYdKa>^2[&YVT RQONML KKJJ"J,J9JGJVIhI~HGFEDcygrjkl`kRiDf7d*b`^ ][ZYXWVV UTTT'T4TBSRSdRyRQPON~jwnpqfqXpJoK=S;]9i7x6432211zph_ XQL HDA?=!<&:,91776>4F3O1Y/e.s,+*)((( !!ulcZR KD@ <8643!1'0,.3-:+B*K(U&a%p$"! "&(|'r%i"_WNF? 84 1.,*)"'(&.$6#>"G R^m~'+-y-p+f(]$TKC;4 - ) &$"! $*2:DO\j| +/1w2n1d.[*Q%I @81)#    ' . 7 A M Z i { /36v6l5c3Y/P+G&>!6.'       # + 4? J X g y37~:t;k:a8X5N0E,='5#-&    ( 2 <HUev6;|>s?j?`=W9M6D1<.4*,&%"   &/:FSbt:?{BrChC_BV?L;C7;430,,$)$   $-8DQ`r>CyFpHhH^FUDK@C=;:37*2 -)% "   " +!6!A!O!^"p"!!! CHxKoLfM]KTIJFBC:@/;%73/ ,)' &%&&!&)&3'?'M'\'m''&%%$HLvPnQeR\QSOJLAI5D+@!<96 20/ .----'-1-=-J-Y-k-,,+**M}RuUlWcW[VSUGQ;M0I%FC? =:87 6 5444$4.4:4G4W4h4}32110S{Xs[j]b][]OZBV6R*O LIGDBA?> ==<s0r#qo nmmmmlkjiiih hhg!g/g?fRffedcbawxmz_zPzBz3{%{zyyyyzzzxxwwwwwwww&v6vIu_uwtsrqq~cTE6(,?UmfWH9*!3IbZK<- '=UpM?/  /HbЀНи  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~mft1!  !"#$%&'()*+,-./01123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~ݯŌh̜λŽzې[=eu4TӔ~I,Nʳ~emŮ滑tcĚsE&4}U0 `t5 R4Oi  R;5L[ML^`6`ʼϚmZF|>&T<.Sm1 aZ]5\} T}EDd/"7IXkA(?cղ廗wb۞g6 ?^ف9/Z$^w%j}[+L<0 -a''U'%ʝv]J<2-,09GԻ縏jK/og4<ւ;1oBPi7/"y4Ftjc)"aW7hӮ|uqprwۺiiȓe=ێLn|,E*"D}6jXFG5% ' p pUB3& &ӼҩeH,q<O5u#gCH.8thB`z]a$fɬ}vqligfgkpzŪyawݦwP, 1Np`o7@r_M;*3^+ ƣhM2|Fq|/;d tjK0/Ryt6m|i hpaPliZI9X)V/)G .>RhҰw]B( J}EP h6HuiR>3+X"\Jzwz LWhtңzX:)#RiC4yO]:*Ot3grD\A_KW $1?N`t¾~S?0# vuFNDkyf!SJ?w+ EM.*-E`ct˷|xtplhejH- 1B)kZN4 =eNCzt _t,8ESbrٲymd]VQKFA<82-(#K% f=3l 5[/^w^C@^N,>Rj|þm[L@7/(" 4v$Q|yfQ#:62/.1%B} 9b"Hri(N\3.2Rwr/BXpon~dVKC<60+'" RmQ:B#h >m7/Ptr*AZuXDTdu{xvtrsuxO:0(! #i 9c4[I9]{ !8RoX)9IZl~wqlhda^[YXWWY^eq1 V/W|7+a ,Pv0 #;Wvc*;L_tſld^YUQOLJHGFHKPYf&VP:y !2X1Z'KqI/Jhu&8J^urZSOKHFDCBABCGNYi}.VA{ 4`?%Jqf*Db5+>QhvPJGEDDDEFGKQZhA6ce 'Ls/*DbP6Ja{҇|SGIMQV`sV5Pmo>_{desc Little CMS Little CMSdesc2.x 2.xlcms2-2.17/testbed/test2.icc0000755000175000017500000237624014752176133014702 0ustar martimarti lcmsprtrCMYKLab 5acspMSFT-lcms desccprt#wtptA2B0,_fA2B2,_fA2B1a_fB2A08B2A18B2A22d8gamt kdmnd dmdd ,tdesc,Test profile, not suitable for real use-Test profile, not suitable for real usetextNot suitable for real useXYZ IÂmft2 -Ge % M u EtHHt !"$,%Z&'(*+E,s-.0132e345728]9:;=>;?i@ABD"EPFzGHIKLCMjNOPRS&TKUjVWXYZ\]*^F_b`abcdf g&hAi]jyklmnp q-rMsntuvwxy{ |"}9~Phʄ*AXoĐؑ.<=<:852/+'# ׮ϯǰo]K9'ǼȪɗʄp\H3ҵӒnI#تـT'ݘg5e0[%k&V7Yy.Pw/P^X"7Ni * Jl.[8^!"+#V$%&())*S+~,-/011a23467;8e9:;=>J?z@ABD!EGFlGHIKL$MGNjOPQRSUV5WRXoYZ[\^ _%`>aXbrcdefgij;k[l|mnoprst5uPvkwxyz|}"~Ca{˄8Rmӏ,9FR]hr{|wroljiijkmosvspmkihfeeeeeeeefeedb`]O?.ժ֏rS3ܟuJZ&Br,T t(=KT\ fnf>j#6Ld~  5RpAa / S!x"#$&'#(E)g*+,-/0>1`23457889]:;<=?@A:BUCqDEFGHJ K#L:MPNgO}PQRSTVWX3YDZU[f\x]^_`abdef5gKhcizjklmnpq0rLsituvwxz{2|O}l~Á6Rm֌2G\oəٚ $'+/38=BGMSZ`gnu|“ÚĢŪƬǧȢɜʖˏ̆}sgZL=+بٍqS4ߩS!K_!_Mt*Jf8T[:i&8Ng *@Vl $<T m!"#$%&().*E+\,s-./0124 5"687M8c9x:;<=>?A BC4DHE\FpGHIJKLMOPQ-R@SRTeUwVWXYZ[\^ _`.a@bRcdduefghijkmno"p3qCrTsdttuvwxyz{|},:IWftȍ֎ $0|7{̑|֩ڽ|}|u|YԢ|1|,.||/iG|=TN|A;|z3}ط}7u`|є|ɲ|OC|.za|f{Q{ר9&{pjx$N~~"dVfqth}^E2#TCG.c0ϽaĨ܄s>ӄ]LDq#߅f{s]jY dǂcA4QVBւ3mr!.\NDO$D텃_/ {͂S_ꏙTmpځG[~C$H4끃 \ ف~O0ׂ΀oZ1C$[$u:{s6Eƾǡ㵏Xo2ߚ풪vmlmY"|8A "(爂.jJ*֐=?~^vk[WC䓒?5pS%;|=FrG7碽|)\itU{S3='?~t >X ٝ$yRgG^SS~ӛe;~wV}rƂུ˜@47w%%n yې_3I-U kꞝ` JxCfbSP"<9كXܸ{Ĩ(٩J'vZڜd.Q:ƀNGؑא$W ΰ^|NڃxtblȞ>Od8D~ZՒt3YmلÂGaqhP~_v2L57 |ٍӟ%p|~?u"ҐQMo ]L+I;3-~Y{'|c|䏆}s}Ԍg~*~|щjV(L@*Մ!ڈfS؃Rʂˋ劁{SL ikPUՇ?b!፳5)*,5f61Fy戻h-Tdž߇>[!ЎbIc!sΌ\Ysx[%vfۇ$S@=񅨊!͏ӊmF8זɐvڇme.RK=J!}ېaџbj̜̋>͔bÈTtԇcQ.>;ÄGlʑY͐=m ⌢@ WrrayOR{90ɐn=fЌ{lҦ{݉iGpn;p_M 7ǂϕm+ܐ¼.h?Gĭu娼~]n+堓]u1KipU5#gyS˺N0?uغxD+{=SkZ„PH)2X~3g}aRyދ %PyG!1i@m\X_F=0(⠐|γ{!{|*E|}_x~'vQe׀TS =!?#ق۔trdӓL͎̄~uAĂkdcD#Q_< É7Ay3*7pՇˇ,c3sՌ;c! PމF;9 ɉ``,LёCZ[/)dErJa͊,O͈H;" JǗ7Ɖ󈲐(ӛs )]xwjt[.J~7ǑQ`O2o󟉘avh@UYh$.Hv5HX6d*O9~$Wt8_fsՔ_WfG3q AԞlH`=LTdrFdqpU9E\V1u6<j2$' ;~@9pcbKS^֛QC?/2@N4ƥjf_ѕW{2m_ƌ٣PK@m(,U}̱NSry-kݏ`]MNe5=̥)8 -czJJzH{L{[|~w}Wi~hZ\Iߐ5X\Ў06#4ϣBSdZ€xv hU8qYLuHΏb 51DOWݛsg~Sə-ta}fX(.GɎq4tщ@v"Ǣrћˉƀrψ\eVҐ"FŎ3ŒPMc51ў{/P~ygqfCjd|U>E΍wm3gp'{3P|oԐb6aSݏpDNQ1%8|f-աԝؔ qaę/zlm}`4RQ#Ba/ mϫsᤓ[졞x+k-^Q?P$@ыF-gT߯ I .vi\IpN7>x+KϚ tTF_fz-tQgZڥ@Y搼K;(fEQ ЇǦWȼ?dʚ³re\ĬWː ILg9jͥ=%Ǚ QkLZ7z!0z{ JM{||&p8}c~TȕE#1Ƒ ^ƪfǢznSaMSP-Dn1;UbuƄnUyTm$`qRoC _0drL) C>Tġwkbt_KQ0B/lE5/ǎf==v\6jҋQ]OsA&qR/*Bb=ì(ԕq`ztѐhSc][֖hNV?8-N3_lƢ\ϝZDL~v%r*fuY@L}=e+q0稲 *}EpJdĘ'X0MpJ˒dѕ,,GGτܑ:Pr|.hqكe7Y Lv=-q,rM'W0dDNzo=dTXF}KEW=y+vՐ&G\Ve yDn'bgVJRM<+΋g*㏁ȘIůҫwlD>aLLUCfH΍:ȓ?Y):`nyvcșIٗ"vvejء_MdScFۖd9Ǒ'{6 ߉Leﯿժt?~iHk]Q普E=7W% 뉣bwӥS~Nzs+g\xP"m7Cb5~#;u հn|ةDq6He¡Z kN KPA H2Ÿ| 8<PE{U݆JV`{ocdXSa L3/>`00r} .{lҺ{D{u {jI|7`|T~ G枰9P'wZ~. sOi^æ(S܀Fݝ8Κ&'j  ؽˆ츽9}[rͮ>huɂ]mR]%eEޝ38 [&U0E^,{q2g"\:†VQuoDŜ|K7DF&>cggڷz6KpGhOeƨZZ#OɟΉC͊:6݋&.j3Z|ylԐndRkYkNJJ.BFBz5@G$͓` ǏQXQxm?bݧWGL@ӑ3͒"ѓ3 S^I5=vڱUl9lal=VKF ?BUIG=(09 H |x~sX iBX^kSrqDgf\VpZK마?!-2"N څuT8|Ƅlr޻i<ƒ_kU_Jߦ;?S1 R!D 񕫈{Y(qXh%^`T'υI+>O1S/!~G ?NH*B3zp鹻go].R#UHxJU=ˊ=0a!AZ xeѓ y*oعAe[QG";Ѡ3/ /djxȖHnǸ㔋dóZP[#EƤD:jG.B,HL>ywsmbc1YO(D۔9P,ϗW,PvmldbX\pMxC7 *͚me݊XO4uVpfkP_a0V]LbdAw5w(|l4f~7Wt#qj'\`穖UNKT3@u.3%^t|' ]|{\|||};|e}}db~~!~~ډun_F}E;" {d {˃+|7|}A^X}ɃXn~\ntC~^>Ƅ!E>"ڃYz;zC{?{ω|lƙ}'}Rs$~J]BDj K#vy6ޗyɓ'zdϻ{{O!|Fх|jq}N\@~hxCd`#RYxdyxy&zA2z`{΄|=p|[H}ČwHӲx.4xа]y (ya y8{ zj%h>zޞS{K;{4zk5x=lx ]xy=ygyUx^z9ezQzŠ;8zx3xTy38y-Byg+yyڷvz Ccz9NzFw6yy$Mwڌ`z0͂~zɃ5{ׂ ||}Xk~,Epς/[YBmH!v;x́sdǁBR,S+]с%Co|"ZtBAC!"wř^ VFxSHhnjΆIYp1iA݇J!ҌH)GÍг&Y摌ފm Xi@ [!ł_~~i~ٖձ4~ߔ~m~x2kxWoߋ@Onp!ہ]~nϷ~k[@~d~e m~d~}||f~i~U9>ဂ~|͑~s~6~~<~z~*sg~VT~6<~Ӑ~,c~}K}ͨ}1}7w}Oe}ӘR?}:~?4}y ~a^F~(~}" } f}|ㆯ}h;u}^c}cP }g8}=r{׶~ʜ~k ~ }ָ8}l}N2r}#`}MP|5|upz]կt ~ ~^ܣz}{}}7Wj݄V?pqL QVڄKH^|М˄wH {ՃiuUg>M F0ؔ!SWӍ֪LŋkՃ\mzIhOʈT>Z <֚x]ז )$xĂWg$USa=^;m 3Ԏ %>jOЃVh.ǖ܂4/vɑe/Qpb;ہs%ҝĩ'#sGޟzAτŘtrQ%cP#̑9؀v|Ѳi(d;肖ϒBۂtbSrMaN_/Z7ΔdT~؏v(>3xR1*p ^LB5}*gwaȄҬpR}mu?o\@Iw`2~C4{ʋj ;Ȅ ცÜ<ڋ[ {tԲk/YUF~0l}zұDxrx7qy~Gzј!{ȉ'|x>}gF4S=xjJыUێL|–Q楢ˉi`WzwcTeRņdE6ۂ}J=Ɗ!o'ņ<{ԅ4l/\=UJr4聭uBO3 eOy3j\ОZ⛠HX$2+~IG PeƈǶMd)w'gуWt}Eu/(H}!UQʶ6Ɉxc 5te?WU"!C-Ym {∬wNx1ky 2zĎ{ |$r}`b[s~Pt:ʈ}E F~:~~~Ȝޏrsxcq{a ЁNĂ9.dÅ -'=Ҩ͐Wv5F*~pc_lj1M׈h9l\ߍ[>SH菰I:|u}.(n^nLo8IfE׎ٿ͓qQm鍟{l]K̊7{ޏ rϰ~Vpyw k[QUYJ%(59 s;3S`ߎnΓ)ƚU\wBhوYI˒ HN3g.2K6CBQގ:"Hru2/fχ/W^IFp1탙EGseَ-](zs CdC3U=՚Drc/ؘkKڻqV͌i~͊kppb%cRnA,ڂa ~^5`W_~{ӌt|Wlnw_񆩪PV=?2qJ*Kh <}?bvٙwwxFyzz{lÏ2|]~{KЌ 7pˌӹ}<9+}ږ}~Hd~ybvPkO[Ɍ3JZ6R¸ уv}@H]w׏փ!igZHI/5'b/Q՗ՉQ^~@ v-5'hbTY4H4ӉΈpKƛʎtÒS㐅6t\fጴW?Gz`E40|-S@+fPĒ>ސ rd*V$oE툿32]j5x^/f&O,} pv7bዴT+GD#0=%z󠹈Ñ{Ï^gn|P`DRMjBB],.ʕqM_Rc䧅ʑ^y%6llq^ӊP8@H ,B {}s۞ wu jҤ\dM=)h] d䇳KA(uzh fZ@P{Kg?; $&Ѓ> #~.BvuEwa)xYyyFz>sZ{`f?|Wh~PF3Db'|{|i}V}~~1r~dْVV(8E;2rچ 3͂ Ղny\rO}XrFpzcT􏔃Dߍ1S R#4o:ɛØv {φojSbDS놝CՌۇ0M7󏙩֝& ߋz 3mwˊY`jRgEBٌ3#0;o։pahYN%rAt x"kM^⍛PAW.֏DҍN%^l$Q*Jv%fmi\ŏrNҍ5?e,@|x0 9tJgZ M=܊s'*X Ʌ%RUȝҙ~ġr_(eˑHX뎱KV1;͉(U Mr۠ݝOIϙ|̨p8ϥcVmHe9 %pPϟև ܴzǖհnVAa~T1QFX6""ˆeSj㪄v}4wG[x{!xxByl8{ _|kQn~ B5~/cPT| ڦE|`5|j}(v/}ję?~Z^c[MPA+E.U7IvkmuFyi^]KOaH@--e騈Lʊ+QF~s݅gٗr[ N"g'?/ۇy,@{ "{9K}kr$?f[LIZCbLꑾ0>=. ,H/Ik*ۆW{Vp\Ɏ+d΍PXیKJ/x<Ǝ*vZy~yRXߗ4yɔTnrbnVpIz;^( FϧzƝكܛx5lș#`T GÐE9^@&o ɆՇK.ɤhݟšvybfj _&֛SwEԏ嘚7T *$bq?uή:ިti hg] FP̒Ck 4!mߖW~IrΜqg,ڪ[1NْO=AHU*2RU&Θ3&v܎Nwvxz1.xo̢dydzX||>Kg~<*5k{b|&B4|]x٥t|ne}8c72}W~Jy<)ߒTƁ 䬸𨂀wm a蝁9VkI~;)9ʼn.İ+Mɀ݅AvkI`zфUfHNG:.A(ۊM$Et|Hj_*aSSG$9M( %-PLܫ.}ڎs hy,]lBR2E 7&o` Iݯo}|qlfȞӑH[JUPWȏC䔓66k$~ɔ$ FZDěVzQ`ore4ZNhBD'4픾"([uՃqx4.nPK"cQ(XfL|@kϘP2 )zT) ˪רtw/֐4E(Ղl&77uWGjU`>uTIŦY< \9-ZOpX)wcxzQxpy1fjy\q}zQ|KD~!6Ҁ%;oK //=t|8]|]y6|oz|e}.[5}PU~CR6$u JOĀY%x[nPd~܀ZO4B5A+b$+ c `B|@vޮm kuc)$0X8LMYAܚͅ4r`# zo÷.u "kǩňa٥wWiL@ʚ3#; `}$}wtSj`J`bUK0g?^}2_!˓0 ӎZQؕ#|'r=hd^㤕;TdI =ʙ0Ǖxzozx,{iYqg3]~>R>H E7c~;00 |wf|nܷ|eг|\O}R}H̥~=/ܝǃsAӊ? (A1l*.v'mcdز?L[vEQ GŤp<4/1߅Ì ]T~uɻtl:JczZP?F߄_;7ۅ.k *u}tω4kSbŇYZBO9Er:=-ܛ+/:ɐ Ć}\sGj״az7XaN:D8t,ٗ,|F듹rْwi2`Gʐ%Vͪ(L{B7+,Ζ 0{(.q幍h1_)gU{KAa6%)~BϖgMzpǹ_g1]'TYFLJP͗?[4<#'ҙ/^̏rx߾OoSMf*P\R):H¥>@=2y$r%$ˌwwnUIIdܨ[_mQGh<á&S0"%\/qybvۢyw6zyg{5z,Z{{X||ph}u}q~R~\ cCف lwwfٛx3ykzz/@z{΀|apo}Z~BQ vזww3xVy1kzpz{Do7|ׅ"Y}ez*U{"Zm|X}*@~k 䀽ktQuxtv{!woxn ybGoz`l{^W|x@V}6 TsϢ tџuߜp.v֙wӖ֎xŔ]}VyjzVP{Í>|׌ ~[@sLt[.uwܭvjWw^njAxGzy6hzTt{B<{|Ls5<̏t'u"ҫsvv/wџJxxxfyRzb;{ mzېMsG]t#u%uٯovwbvyxNdSyPy(8z+'GycإsXtkL0u8uQv w^_sx MaxMy 6)yAcRwڌcֆt,Թt ujvv v'w>cqw̮_PxBK_x 3x\v֊Lu[Yvgx9"ygzb{ڀL}m%~[XTy@E6ՈY޲}}X~$~Z~P~Ȱ7~2K~&~kڀ jW8W?}Ã1ܲ|†+^}ǽ}MbX}}Ύ~J}"~ȄjOV)>-Vڤ{|O| N|eX|}\}A{~}iH~U@> )(-،zіA{/{e{D|I| z}Ag}֋eT~_=fj7$(ez/l z·z{X}{$u|"w|f!}/R}؍n;~ƎeZy"z$>zz{@{u|[d|P}$9}~ y ©yzBzz֡{4s{,b| .N|ww8|2Q|6yyy쵭z"Cz]1zzࣆq@{6x_{L{֘5{ݗzzgBz-mzLBzm-z  z`nz]9{J{7p3!zO5yWzV+z:Tzu䜲z{2zwq|zDlizEZzGz0zO x?MՓHt(v"„Nwoۃxʃyg{7zM|h]}T=zj>+ӟ|7}уG}~)~HVyg:St<kѧ_B$܂U×1郤ԃw҃eR`,;߂ÆˋϨ:@Fҁ{J!LPvd-BQMq@;!n͢*/C𒏰ـߢ:n{^:PtOcQrPI:q:=LˋF_%{D͓bra~͎EN8`+=ɐWŞb^C{pC0!_j9LUW6s_"ȩ{1v9L~}~қn&~]t~@K!~4~o-}J ±ƨ USYP~~?{g~|k~L[N~-I ~ G2}|"|,mu  ~vx~GPii}NX}FR}l"0 |3z‰xJĚԅ~v~g0}Vn}P1C|٥O-{ݞ ygbt!`ufvRvqwHyQY zt܆{|c}PɅm:Hȋ={c Q{Y|}<|}݂F~s]vbobtO19ԅtLoƦ6'[uƆq a*pNwL9C*ļR6_م LtZćp_J_ЃMs87ۈ&"-ʇIFȅ9} n׃^;Li 7|Jx‡ @4;N^KՄ{u'lۂ\~JقV5A=҆&۞{jϕOn yZjoZAI3T; Wȓͅ0wBhXtYGD1j7=@f¦du6fuVE1X/}&Ѫօ׶#ǩrVc.TBz,~ O|RN׆ƻ!~󂪲pŭaрݪBQЀl@ 0*n}Ŝ zنſ;sx!tvHwTx}z o{^}1MJ97,,`xzHُ$zM{1j|N.}| }m~]@Kڇ7[؋! @0wсCj_Dizt`l4f=\YJԃ6/z׎̈,s چq/xjZ؆I5ZLj6'QQ񑷊" wKiY&CHm04 ]o`P?Гfu \g&\W܅F)2/YF)-8V㛈yy>y>5e-rie֑UބmE)}0CDH$Nx0wO~Zpކskc X?S[wCk[..Y.0QHt m|FKnȆ`@QٙAY,z .~ڈs@7ز~B1y#lqפd^nOed>,)ـN }R#ѿEV-P?Xwgjd\g6M+<7'LĚT|s @tHuQ9vڃmx0vŽyiR{.YȌ|HΊ4Xa\Yyi"z!zَd{A|Ru(}J'+ݎTVzחʓؘWL}+rVq'eYAKH<#) 91Þ+džٕm{]oʐƖcŎdWkI֊“:ψ', 0dƥ4F'ym吀aێ]Ux>G݊K8ƈO%;_/m֎F4MNwuܥkɐ]_$S6Et6ɝ"T6䗦.t[t;WIuҭWi>}]ɍ5Q:CQ3LՕiCmrٓHsIu(~vXswhVyy\MzN|?S ,T-qIxSy֞y}&zrh@{Lf䖼|NZF}Ml>A E+҅>l-}ΐm'~T~e{F~peYLA_=;I*o,1yorNL/z%o^ȃ$cI\XBփK<6)!AǗ߉.fЈ0#x܇mԗUb.Vݒ8Iɏ臡;>ӈ)GV?iX6u#LvǙZ}l `”0U#H+J9č('c < /ɒtoj2"D^擓aSG F\Ď8"% *ܡ웾lɚ~}MsHhv•'](,QDEv6X#MօM0䢗z|ORXqoef|[VܘO>B֗*4Rj!9;vrЃm çzdV3ocd`YBM}@`w1i>s\;F7_.䯘x]mݘZ_bFWogK>H"/-|~ےAs*t!l uuv:kjwh`֜_xUczyH|q:)L'ʒ ̐ͬnx2dx~;yet3zj=z_|{TT}6G~9)O' }9%}t|äv}rס.~h~{^/)SFr@n83&RP KjoJ{Q,qbr4gl"J\ƚQŗ)3EC}>7?%1 cfˇEyoejC[ccJPshD<6V5%\t wBPvxUn[<dWߊrYӊ&NӕҊB ~4鐋#u@ 57pv0lڏbvXe2M^@ؒ36f!Xے؉7MZ ~楳u4ߖ k%a|VcKl?5&1dJ%(O"C}[siJ(_Z՘TxI=]/Y猁JR{rq֡Yg<]uRG];p,܎ыu2σ{uz pCf2[͚PeEĔ&9**h$o+s}رtuUul "v~b`wXȡxN=}z}Bm|4Q"w q_x\|ɰExt2ysjLzazW{M}@~3:!Օއ0 ~|{~}4s>}qi}}`n~*VbJ~K?Ё^2a!: rほzqƪ|hw_U}0J>"1o ? n\9ygKpɅg5]Ԣ1S՞IN=Ϙ80J )x#o)Beƥu\XRV$fH|6{߰ܣeril=_֤`V&uKbAWSo5P a'Ϛ8zuq*C3E&Frb􉩀ssTjϴVb5Y=CP1蕐F6<1wJq$'•Kr@Ƞi0`دfWϫvNvDG:Ȝ/]&!𗬖qh\_DYV(MXVC9a`-} k> v#rxwswumxvyx zy{{{m||X~:~p@^o~tzqu{lv|Dw|x}Wy~fz:lO|W}j?}w^s 2`t9&uu*v9wx}zk {KJV||>~6qJۗq6st^u7Hvʈmw| y@/iz{Ug{ֆn>}^k_p|qԺs\tau+wzwxhhhUyDT`{A=m|e~Ao;q%θNrFsu/vmxawfxxRzN\;{}b}vo &~prUsbtuޖvwHdZxQPy9z| {ҟnɯP3p/eqOr棟Qt%݄OuW{sv)bZw3O5x̓p8yylnp 0ZqodrsѦt{qv`.w!M$x5xx1np7}qKrvsvtXo u]vJuwYU3Tw*v䊩oYͰp|ɬq!r ?sT}yu5\uɹvvuvwzyx{jxxYNyFyi0AyF x^*us:ui}vv߆w[wwͯ9gx>W x-DlxO-x8 EwḘprY`^t3Iu9wSÁOxvzd|1QWw~:bʰ5xR 4y=r4z9T:{C| l|t~ cV'P.9ۂȬ~)|"ju;OUv@s߁bG9O܃9˄΄_1ƞ}͇}.o~&}~LPm~q~q `x}M8:&TĎ|ҏx}Wt}<.}k*})}ފMo~7_Y~LP7}$L^n|e|R:|Ù_|Ē h|}|}5 m}]}~K[~54}dh{yx{ȝ|s|H3|nz|k|[}SQI}Ď3~+{~پ){?װ{xƢ{{֞{x|+6i|kY|xG}2}$s |{,a{Rܠ{s{{vX{Şg{Wz|&'E|N/| {&{T#{iS{w.k{|3X{t0s{e{ T{C{-{ uyƇ{٪ {G{;]{m@{M:q{D1b{8cR{'c@z*z >x?zp>qŨ9s&u8v_xapz_{M}7oۈyj()wD\xEyWRzIH{F}|No}y^~LjR6j56~qp~Ϥ6)a|)fm]`KJ#6>vt)0քOzdQl2\3J,[m5HنËͺ@=͂HZx!judZk6I 4 =¸.Qh$ZEc vٍhX߀GӋ&25ŜAV~.s1 Z*/txQyf_#VE 0߀:"S :8/a̞KscrmЗd`nToCK9.~7s%SL4)}pSh)bGR~ߘFA~,~ |΁Q f{m_~Px~Z=?L}䜾)| z{iڿ > y]k~ޫ>]~Z NH}ॼ<}<\'s{暬Uy݄nvorgq?Pr [tlfv3xwjy[Ib{Iއ}5)Y`EvUHw]ÊCxtD`yt~zwM{is|Y~KHD40{ʈĊ-.}ȊA}L~~u~w~uhRFXց1G}3C;6ۊ1Pʙe)ătftWI JFf2ăd*Yۣx0ʆd_rZOd愺UJEP145C򈲑א#h}WPQp]gb T,C2/ǍX,+\k{4ВjnD`vR:뎷Aj-؂Q$𠿝|,@y6XlM_2PdI@2+ր0 بݏ kw.jG1k\k1N`j>)W) }نԥև̆ލ٪f٧tǤhZ[K3t;J&~"|S,Ɉ*cЇ ̅ԳyrHfVXÌ.9$$8}}{ìoO~$pqr)t!~ꍾur;wse ZyJV:d{ 7*ڎui}ڊ5r4ʖfvYqg KW<D(Z8 |(d򒯌颕|V0{p@od+W{IȖ:R&;_Kw@_J~yʉˤn7VaކܠU9G1F7n#2;}Ѓ뎟鎸ƃBwl4_򆗧S=&EϤ5R <|}dښ)o&np&re.sw'?uk:w4^ЏyP{A}-,_Պa>"tԗvwF5xSucyhiz]l7| O}?ዳ,HgkM2z֔34{}$|.~Y|t}khC~4\r)NHh>ʊ9+Պg~?זӡ o34~pr-ysoVu6d1vXxKLz6N$O ·Ϛ%z yHo!veZڐOC 4"k])ܜJs)xZn/cLY'M AU$37E T  }g"#(X~vؚlnoKb(WMǖL?p13?ɂU"r~|tšjvO`%ǞU>IC=.E. 4ҁ,2|Jrh4^cHSoHH ;ģ","z*OYovҥKpz#+rpKsgAfu\ۙvQ'|O~(C3k54c #YV _ʥ~~Ѣ~u lecXܗRqN=ρHB48"j g}ktуk#aWL@ȅ3GȇN!⎈C Epq4{erD7ҏ( )W} ns٠GjamW^!M&B;_5̢̎'R.gpox>q-p7rggss^FuTՙz1=]}R?TNc9t|w&ueovSfDwK]jbxOS]yIk{)=ʘ}#0NwH2n~D_yuymާzHez\7{R|H}<ʗ/iV2BW}$}t˩~lC~icŢ~Z럫A8"}6#)[]щJwރrB}=j}zb୾}Z~Rx&~I~a@":}5*.>(nF,op:qHi|aϬY QYGHbƂ? [44P-'ј$djpD*8:Ď/֙}#_Blֳ*dɯ-\ͫ T\BIKףhB㒾9#lf.#|?iVl@nC%:pqs(CtuUvI&cw݈_Py:{a~̰k̾NmKo( 6pOhr\ssCuzbwOFx9z_:|rHʀj{lܭxn"pqLsHptܑ`v]Mpw97yBAKzDy#j=al 5m좺oq%z~rnt<^ u@Kw50x%xj{kŮmGo)׋np|=r7ls[u IvE+3ww0åj.%kҷmopDyqBjsGWYetqGui0~uÙ \ufj_ƶk[mSolp`uwqgr㩢W+sDt.(t 'tͪxblyn(yq'zRszu"V{vv|xe}zQ |:܀F˓vt߽w{v+0xSwyxēyzz{8t{|}c|}P~-69ف*Utu|һv}a1w }!w~xysz;bi|Og}Q9~G =Jsڹt„uބ} vԄ\ w̄E|F)|J ,{3|!Ț|'|'|"v'|i"|[|tL|v<{ݛ&{Zz+|;0|*|{t*{٫eg"{ŨkY{J{}9{$myĘx@eKkmoȌLqstAufwWyF|72U{qFxrS>Rsu261v=wrlLyTezV*|Ex~1Oox_#yʕ;zo${{}|Rpڄ]}7c~;TބjDM0S؇ot KE%{o(oKb:Sy&C#:/d2!| Ch2y˅m~`ZRNBkJ.֋}v|GVً탲v9wkʉ^zP_5@uQ,݁Պ3ߊǃ|@?H󁜁uvi*\덛N{Č>*U ׀o4+Eǘa\sg}Z؀HL <Ґ(p- ~XjbEo}qzeXJh:&r~@2|ޝvMҒBө0N{}ʤoǀ5cuAVH6Hh~ԛ8W~r0t&{$upaveB'xhYizK{<ȊV~W)ӊp݉{`Iv񍒑w,xyyopzcҌA{X%},J9~;~(݉9 x1D|Ӌِ}a*7}w؍~~mw bFWV?Ii[:B'󈕆 􉙈“\Ԋ'݂{Pv5;k_`ŠrU5]H#9|օ' {$p"P$~ptXB%j^SvF} 7%iP f c?~|rl6hQ]!QD6+(q#<v j愛z⌕p4fMʑ[FO҇fB\4wXs! pсރALՂΛXy =nʊԘjds_YmMAl2wR1QÍwl bb]WV›Kӆl>ƅ+/܃ϛ ʂ'Z.~㍚|u4njmz`٤UqMI S(7HVѓ< D._G0&wRnڑe<[FQ+[F:_9ˆ+cxJMv.m!åAcȣYÍmOOܡD^70s)D0D_k|m\tž(o kɛpbƙFrX—txNAvB7x4D{" υ`Tp{qsosAjrtaiUuWs.wM yW@W{o31~:!4$Quz9v}r&wwixv`lyV1KzKޓ>|/?ۑ{}2* QH&.^zxɝ{5p<{g|^}DTؔ_~.JRJ>1$ xTwZ oa]f8]J-SxIUj=0*F~5ͅuĜKmvdS([GQŅG<.x]|1t/Ck-bЖ͉YؔaP;E&:=X,팵ɐ'vʁ{ ǐrIj#1a/RX-%NlD=8+>1{א4р#yoyph{Y_Vs4LOBs)64);J"wNvo&ǜEf$%]%T;KJ@`4rf&v3me9[%R͒VH됱=>`2l:^$%pzMl$rmko9bpZP rPutcGv};x.Q|Ɂ ry+pqoqiߣs#atlYuOƛwRE y!:{R-U ~W攴&ۑ5Iwup8vhw`MxW*yNz[D${9},d4j"v ynzpgQ{&^ {V=|Ml}CǗ7~8v+sKPNOluw9~m(~f]].UcWUL6ɁBQ 7i6*j:6ttlBvdU\6Sٚ;JAr5{) iݐ6rեۈjۢ߈qbˈjZWR1"RI?c4=f'j⍄䎍S 8qWjiaiaOPYPGm=Ȕ!2O%Đ/;og8`W!ODEÖ<&0Бӓ#|Snb՚GfRיu^UUϛM0Cؖb:̘.o!-V ӌYlndᡰh\۞TGKȞB( /8;},˔ W凫nڳZlgįn`۬PoRY3pQrdHӢt6?vI4x( |)Sn=pf⮿q_5rX9t%PzumGΡv>x3ќ{''-~v85[bm?teu^:vW1wOtxFԠy=Ɲ{{2!}&U{j8kXydɬy]MzZV {NR{E|<~b10[%zƗI߁jjy}gc}\n~>T~M4^DC;Ёu1ID$$}3SVibwD-[OcSkK͡C::</#LXnJvT]ha>Y(R JHAy8]-B!8Flg__*XNPƣ`-H۠'@07],or 01f(+>^ÐWJAJO]G[>35k5* C dݗG]R}Uɦ.MEm<Ŝh_3mt(`͘$qZ \Tc\FQTvϜLY{D4;&-199&W` 'ohbpk4r[mڣksp&u rvrtvwvdyxQf{{:T~}^v mqZo-rptrKv7sw'uay twzcTx|P5z}9o|vmkyJ6mz4oO{1p{kr|ԂtT}s v~obwDOyˀG8{Ƃj k򁹫m㝑oqz'sxT)OxxZyxtpqrçsvUtCiPuX[v&#Lv؛<w[&v7x pkqrysh1tRt6gNtYuGJv2c9vk$?ukyQg1jIlʍoqVtCsguW:xFz1}aۮ}nףH~p~Qrr ~t~us/weey%VgEzEc*}0Oֆ!|Nu̡V|v|x,>}Ty<~E}zUqt~{ld!~|UT}D8:/FSz|؟T{P}c"{}U|*~|s|o}b}HS~`CN2.̀-oyTz3z{{z{n|`|RT}r`A~h-lOsix$2yycz,}xzl{6_{Ո!P|@d}s,Q~u<qjĤ`wtxNUx4>yw'vyj z}/]{RN{>|vm*@} I~V#w wkxLʀ=x͕7tyHhy͒4[:zXLz<{8(C{q|wvwBȉwҝ~5xMrx™fywBmzu.օ} }!n8|Poq̄sqyVu%mv`QxQ zA~|-DŽWu3tu#w6xWwykz^{P}o@J,ăՇơG{a|5|}[u怜~ i݀~]YO9(?b+΂6MΟK9VdJt+h:[BM݀:>D„*火s承8~撳~G~3}G~r3~fU~ՇUY-L*V8<̇):|| ?H@}Ԑ}ӎ4}{9}Sp,~d\~X~AIJS~}:~̋'( 0Ɔ6}! }9>}OlyO}V'nF}Wb}kVE}H} 97}ӎ% }n}фY||ǜȂA|֛wY|ؙQlV|ϗ`|ؖTa|┰F|퓷7>|哗"|O9 |||q|b|Cu/|5j/|s1^v|hbR:|YDl|@4{zɕ|S|lGk|j~$|bEsK|IhN| \|PU{ܢBk{2q{ay8/ =g?$ikgl8~ˈnbtphkr\7&u%New>zZ+h}]׆3ndm}osqC}rrrtf݆v[Zʆ-x;Mz;=|*V N sЏyuv^{ldwpօxe^z Yj8{qK҅}<#)O1 pVĆz܆DzȄ{yJ|Qo"}cÄ|}W:~Jx ;Y9(U鄂 _]䅠W)Kw=@myɁb/{VnAyI%1/:=U['j ͅ|ꄱƊDSӆzudXk@`[7TeIG{N8`j%Ȋ P!~U""ti?^s늟ŔMEwJ6b#nρNP/()|t&r+)ǵ4\<]Q 鎨CY54k!n 2R֍Q6xz zpGeZπO6FB39~}N悤:2xjǟzn-Ecր1X7M?>R0~+}& Ђ\$Ev:lWLb[}VТ KC<=~.e}|{;Ygi΀̎lv؍un=l׌fpjaՋrVOtI("wa:RzK'B~C ύmHUlo 2IpuFJrkHPt9`\|uTwG2y9$|&7_ <ɆDr5tH} us/viÊBx)^{y~SzFF|8~%7 $xĄy{ʋzr{kh(6|I]mv}9R:~LEfR6$B 17c~.&zpaf1[vPӆ΁D#a5φ1;#]芉R%x;+nFdƇ^Z,1O{B4E@O!vӅOzkvQHlbކXMrME>c@2Jo,I&ΆÉc}ՐtjՆHaVJ K?0̓ZHّ--݉P+{crj i_ATI{=+5.тs܁)yyp f,~]6)?RFEGa:,A׀ ꧃wԇnцIe.[lѡlPݠÊT8\)񀨜\~8 _gixknӒnep![8rNPd}tC荌w+5z6# ~.l~nvphm\mr dsYՎuOwBy4|z" Tυr9}iVsutkݐZv%bwvXxMzvA|V3~!)Ww{˒@xshyjLPzla${cW|rL}@S42g%j KA} z4<}q֏~IhȎQ~_yU/K5 ?Â:1]=?ւxudp =gv]SIÄ=酈/׈P<d1Svkn6@Ve)߈9\s(R <5Go;'$.e;/yj*}tt7lycnEMZS،PfFo:k-,]~5{#s Oj/aɒXVND2֑c83 *]'|4yΏҜq:` hݚ _pV=LBH5 'ÄSQwom&{gB]!,TʼnLJˈ5@IƟ3gt%hݙK5~IgvƜ/io kfm]oTDUr Jth>Cbv0zz(h% }HluinZmpe+q\ sNRVuHꑹw%=#nyr/|jl ZH{՛qsrlKt.c˕uy[>vQ\xNGĐy< |.~zzavrwj̖xbWyYؓzPiY{F}:䎅~-]冼Pzx{q |SiY|`}X}~mOZLEFǀZ9,ۉVdςKwPokKg_C# Vё:}MxC83+ˇN̋χ݁9uɘ=Vm˖Uce`{]~UKAݍW6p)@&Pt(lċdGˋ[֑eSUCIXO@,4ËS'Dre>;jpQbTZ!tQDH:Ԑ&>b*c2芬%@Qph`_X:O&LF:c:3|&ߐJcmrEf^PWDO/eFe'=#)2.J%j ylфDdh]UUmM}VoDF;fK0ta#4B勫Ѐj>c Չ[КZSKĉC9.Ώ!g"h;i ɏsa`#ZARIJzP{H|~@}7י--V9$ ̄hc8}\x~8Uۢ~N%qGD['? ؁6]oh+rizL\!?b U[/-ThDME=iB4܅*0ψ&,( RqT݀`k]Y̤uSKD-2&;ޙ3R(6 s su_e錬XtQ3J&|B:7A{1S܎&pw^!W gPPHu,]@ʛe8J擨/?}$]d \}Wsvntw^vyKy${{5{}x4ځgtA,j uvl7w 7nx:p yo{qzms{\u|Jkx"~.4?z(1e|jhF}Wj}7l~)n~yp5kkr[HtۀNIJw3sy}kd6fOi.jIkSE&mv!xCoiqYs̓H8v2xyQ|" %bȪeN g/j5flhv2ngp5X'rχFu 18w1 z|iax Yd.giJk'smeo͌V1qߋwDsz/Lu8 x͈`l cYVf!4hk+jqlϓ2cnSTXpCCr6-vt= wIUJ`b£_Teugƞ}njZolan1wR[pTAUq֒+grYiu_xbǔe8gjc{i9m~kQ_gmPo9>p1(pIu`@_θJbVd.gyi%ktk ]_lpMnifxihtxkHynt0zqf{sW|vE~dx02{XtQku_mvyoNweq8xPs0ryTue zuw U{xD}[{#/=z}["ermrPsstuAuv}wwpx&y=cyazTxz| C_|U}.S~[Dpyrznsv{Dt|| u|oOv}bxE~gSyLB;{Os-u}?!J*Ϩ%op:rs sXzDtmuՂ`w-ZQxA&zPD,|- †mqoSprIRx4sktن^v2oPwK?y=a+z؇W }lnK^pqiv r3isf\uRN$v=x )yM |*kΗ_m|0Ho:p>t qgs+zZty8L\u6<3w'(wzegVk:=l❧0n}oqq8erwXs:Jpt:Eu %vAxjln={ioopecnq=Vs :H't7tƘ5"Zt3cI|#jɱ-lUDmYyso%mpIa~q_eTrg9F#s85srC~i{c|fc|i2r|kz}VnJnz}pa{~sIRmuBx-G{ yyjz;l znȄ{{py:| rl|t`}uvQi~cx@z,F} أwqaxrގ-yltnzuwzw6k\{x^|azP#}\{?~}}+Q` U ~v"xPwy59xz( x{uy{iz^|]{F}N|N~>}**hD: 'φRotJuTv >w_tx\hy</Mr{E=|)~0 ākjHs_Sty(8u}1vrw\f-xAYy5KzD;{ '|ׇ 7rFxszÆt{udpvd)wg,WxSIyMd:8z`{%{E/}qݎ{rs钁yt֑Unu*bEvUwx)H*x]|8yDQ#y{Ӄp𜀌frۂsJ6wt1lu `UuwTvFFw}!6x,!wY|p4qrztsĞxit{^/uLQvDv4&w7v s=N~peh(qz}rzss`h t\LtġPue-B u؟1ust <yc?f>)h_%kit6mhfpe\ZrNR/u>~x]*c{ Љ-:~jfAlbn=}p)rr"g%:tZv*M%xH=Iz)V} ;t}Tp{}q~s{~iuq>~vxewYyK{-<}=(Ty օ{w|Aw|yz"}#yo}|zd }{X~n} Jh~E:'^^W -U̖zX}z~{~~xa{m|Obw|ʀ!V}YI~ 9~&wJ y&HyȄIzrRvgzTk{R_`{τvT|]Go}8S}ޅ$~ˁExxӊ~yt^ziz{F^zR{wE| 6|*"}Vslw^ x4|xȐKryyBehy\z#Q*zC{4{ {/}%ЎVvǙmwvzx+pxnf'y"ZynOQyՑBz8l2zQy\e4v_/gwzxwȝnix0(d xXxؙ*M7y&?ya0wya |x v$fvɧvwrlwˣb4x WxNCK^x.=x.=xGrv .ccf+.hx k2mׅ=mbpVrI!uG:xx@& { QYi؄~k}^mve/ol=qa'sUuHNw9Dz%Ӆ}@zo q7~rttJju_wRT>xGz8} $̄߀:7euʆ4v|큶wsyiz^({0Rˁ|hE‚}6#у8C|d]|{+{}GqRy}glp~\6Q\Dy5߁_"悩0DUnHy7woj|evZfOB`4Vtv!0Oms~ }~]|w;~Cmt~ c~X~M~·A2Q 逃}dw~}uZ}؎)k}a}ڌW3}kL}?c~0~3~8~l|ɖn|}asr};[i}?V_}1]U`}0JF}-=}/.}|_|\zz|qZ|՛/g|̙]|ST|H7||;^|X,p{zr|x|JUo|{e|d.\|1Q| Ff{ٞM9m{*0z霆xԎ.cË|f*yhppkfpm\SoQ>yrxDyOu5x," |oiQkVx]empnoXe^Fw4Ç}z}!~JĈAnhpvr.mSscu5YvN\xBAzt3u| )}vt}Futw k_x(bRyMX zMFE{@˅4}e2l,ȇv;nzx{ {=sS|j7|`˄}Vn~_K0Q?)1ui<pn ԅRizqt9h?A^́TڃziJ9:=+/V\=ʄ+_px7soچfYs~]SHi^<29./:atN~vO_vm!d[X;`QE%F:O,!(} {tnĒk|b‚UYOz.'Dɏ8rT*HW{rpUi`W Mu8Bހ6(~{}y#Llp#h^*UKTAp4~ѝ%}~S|= ecyFf.q%hhŏ j_m*wl0w9oϊ:jgƉv_.VMjB*7K)ZTʌTv?Hm~f ]uىT҆KNAL`5Ɗ(Jw It@l4dE[98S EIr?3˃&CAr]9djJtbQ YkQG֔=x1#x3ԉpޞh`@XJXOU\Gw dpe|f@hh`͔djXlOCo^EnUq9яt,ZAw]|@\+vhn#jgl_v-nzW;pdMsrnDAIt8}w"+A0z<_ uTmmo+f5jp^rKUsLƏ`uC@w7wy*3!|isrlsdAu \vJTxwKsDyAލ*z6vf|)%A~aqwjxc8(yz[7zpS+_{uJ%-|@}5SX(# .)pR|hڑ}ka<~Y~Qw{HFQ?+X3NJe&RΊĀnđg6q_ʏuWŎ;OF>=?e 2n$E~nm?e^#VfN'E ̈~;0]#-afkMcяi\r#NTjˍ%LMaCN%I9ˈ.鏡!' !i;0q3{tx&eww}.߀lShegj^lbW n4OfEpFr= tX2sv%]z.рkmdn]^p>UїqN7)s`Eu<w1uyl$^|Di|qbr[t@TyuLvD`zx_;Tz0^|1#]yH؅h:cv@aYwKZxcS(ynKzC'k{:)}>/K&"hm'-kFxfb{_Ԙ{Y |Q}J~[A^8-Ǐl mƉ~eT|^PWl6O/HYe[?ېՃ'6ڏ\=, 5'x yc`\U=NYFF>;&E52B*bpTo 5b-![-iTKL4El<3n (\O`!YR9Js C0F:1^g&< wVI_DW񕒗P՗IQ A*8׎|/֚$-mvJZzbϨ:d\yfVQehoOV jvHQl@-n7zqV,ҙbt% w ~78ah[hjIUEkNImG>o?&q6s+Kvz K`lZFXnT'oM3qF1qr>(mt~5v*:y$| XY }_UpY 8qRsIKtE[u=Yw4|yn)*{1P Vπ^ ntWơ#uQwJƜxpؚhrjt7 lutowUfq]xW5sz[Ev5{/x} ~m_aw%d8xfy%iz4kz{ rm{e>p |Ur}Du~.w |V!_&rb[veΊg~lj iqVlocn T~qUWCrs.2v\ {u˫]"4`džɔcrf@ |XhхoZkCamKRp1Arń,u( yۅP\r1_k&[bMe!+z)gGm@j7s_lPo@?qZ*sSr x<R[kU^\7ag$:dx fkHi5]kUO$n>p?(qIvƄp Z]`bc8Pveޗ:iEhTI[jÓeM=l Ń~Bk?fϡNli4nkpm~qpJq7serucu-tTwvCTydy-|{h hnY:jplqEnxs|fpEu6orvbUtxgSAvyB1xE{,z} /HfuhwjxXly'znz`r|KQt}VAw"~+y l~d}g~ i[~{kc~xmnilVoq_HqWPs@vo+*xer R}Acc1/eg]jvl8jcnG]opdNry>t̄)vޅM {ˡaߖd@f֋E/itk*hSm>U[so[MqjLzp{)|} ܂Q$kt̕muoHw px4trZy^hszz\Fu{MwK|=yK~H({ WYj|k|0m}.~8oV}s.p~Yg@r~ZtOLvDgQnIxwn_dxbQxea~yh-szMkh{*m[|'pM}asV=rvI(|yiZ5u+fvhrwj}wm rGxohfyqZSzsLE|rpiedka^ulݣ_kn~aoMVtpk3Jqy=Rr?-rxpr|z_t|bIF}=e's9ށiv"%yzш,zWeÉzh{zjyva| ll,|na}Qq-Ua~sG~u8Cx$i{_zqxflym~yotzq{j{CsA_|uT|vF}x7{#"}僶vr,wks|xJuryvbhyw^ zyR{zgEp|{6b}}"ۀEkčtxIuy{vzq>w{pgYx|L\ys}(Q3zl~D*{#5K|ـ}!~6su?t}yu=oKvwevwaZxOpOzyIBzZ3{ }Dir,-;sN wtxmGunc}v]XwIMx9@y5M2 zE{;~JՇbq9~-rUusxketpraudWvLKw2S?xZ0`x y 0Qpo/|+q7srDi{sZ_tzU/ujJv@)=Gw.vwvڐ32oڛz plpr#gbr]sՖS#tH u^;u,v7tՏKotxpOoqerj+[s.QXs朻F }K/~2]Rzi€Gwxxoy`2fyQ]pzp}SLzH{bbre)iԆVg`jnVmLo?Cr1ZucyqUfe;y3g|qLihOk_En4UCprJr>luT02x= {#ŀH |7=|4;1|!#{ϕ@4{`q{6Di {cLa{kX{O{FM{y<#{^/{!b!8zrv zzz-_rubpjebgZj1PlF~o:rv,ˊ̓O2„%- nifӃG_^WE8OZsFQnt30wC%zN׎+Vրl`nqeLo^b(qjVNrO wtFRv*=:w1يz$N|")jōshct\uULw M;xXEy;Љ{?0}#|3ibxbyl[.z^S{PK+|TC_}n:6~/(f!#?gO}`f~^YmQ׉ J6?vAR8qg-j 62 eaX^WÈ P.&mH]?톴6Ɔv+1m ŇCc/\މ0ފG534)넨Wu=ǃb-[ tj,v!z( /rb'm}\`oUqpNؒ1r&Gs?ou{6wf+ˎy| ԐaurZs]T7tM}vF[wb>.x5tz*t| 6_铳vY^nwR&xKz D{-<|p3ߌ})&gY Ӌ^l{W̑r|QL:}gJ.~;C :׌02'csGt Džq\V*{O]H6Ab ^91E0m)%TLkӄW[oTʆN#Fv?I7xF.VS#Ӊ=^H*YrSwRЏ+LHE΍I=̋5,!{C,lWʏ˓Q0%JoWCw8<3ƉҖX*mٕ@y\*`VGbPӞgdJ'gClis;^k3n(]jq6 u6{}[ldrUvfcOhZILj^BNls:w%n2 q&'e@s2w_, ~ӀZ<]hlTJj$NkG mA8_o9pq1s&uv_6yۀX lzRHnM3oFq)?-r8?t/v%cy4t|ƒ6WpQ qKTs\EXt>v;7 w.˓dy$Q|:KׄV7uP;v3JbMw]CЖx=-y5}{E-8u}"ő]?xTyNЙ zHЗl{B.|;}=}3Ò~+n  G茍ST~MB20GO@9u2 !)84.HyQԙ KxE•䄱?UZ8=00fll'=_BqրPRgAJ ܉DMC=?6Z.k%ŏ юC TFNԏHOBzƐk;.A4,#܎ѕ peZREgY]•i(a`-kd}?lhpbnkbqnBSsoqBjvKt ,yvK!z^bb"*ddޓfgQijO{xk4lnmiogasoqR_r4tDABuv+Kx5xka| _ib7ldn$ogpyirm&ks`nmuQpw@&syl*v{+}~u]-qΙ_s#bte5uwgw1k}jhxr^{myOoz?r|J)u\}|8%Zy]zU`{cj{v7f7|ih}+\k}NsnV~>q=>) szӁAXk}[с^aށt7dŁgg[4jKLm>iIhhS}uV+Yĥ_u>\j/_^Jb"bQdpCf!3,gњf=iZ kw]hlamndwpgklqj^snOup?xjs)1{v{硦g)ahd~jgtNljvnllipVo]r^qN~tt=w$v(Rz0x}vd}i[fkhhmjot_lqhNnsd[quRM=sTw1~;Xb~e~d~gb~si{4ik^umRoE5qŁ5t!;uH/|'Ia(0c{eqh)gjP\l^PnnCtpr4 r{U;s~[_⌂pbCyd:of䊥eiZk(Om83Ao$2vp5Lq ^ܔZa9wcmeҐchXj MNl@mڍ0oSn^+-`]ubke{ag Vi KGj=l\.Imfl]U}&_psb3id=_f<#UhI~i嚛< kx|s0z:~6|Zq=)mUzyyn{TppG|gq|^{s}nTHtX~,Iu=w&.x,zY2k0w|mT_nnep\\qĂ*RjsGto;Luă,w"Ywo~juwllm}co SZp7Pq.Fs.F9tf+2u9u| is~k ;klbnXozNpČ=DKq 7sH)Qsۍt hyh2qhjA>hkӔT_m0}VnLo,BKp֑5qU&rrwh4otigk^'lbUmKn@o3pc$p%|q|[W{.}@^Mr}a]i~dA`Y~~g:V#jKcm$>p0r6s]U5v za,yo{#cq{fDh|Jh^|k-T}mJ!~up==wr/JuCxxtgwy(iolyk4ftzm4]m{hoBSo|8qMH}su<~*u..xC;"{^~7vlluwEnmx%p;dxq[ys}Rzu#G{v;X|x-~4z>}|Strtut&kvzudchoXjO]mUDo8r*̓uyw}f}o~Ihh4~j_ lW@xnMpCs7āVuT)xz{v|ln=|{mf|or^+}qqU}rL`~tBn&vV6xM(-z~NtHz=qlzrd{YtW\{uTV|svK}xXA*}y5k~{p'})MrdxwjjyEx\cyyZZzzKR{{IIZ{|P?|l}v3}<~&~Mipw1}?hw}a)x~tXyG PyGzi={(H2-{܂u$c|}~ _nucfv_^wpW8xOxhEyV<#yn0z"{ |-Ylte u]veUnw }M>wDx7:ex$.y)R yc zjtctΐ)[uStvKGvnB$w"8hw!,wǑBw ay/Xhsma9tUYtQuFRIu@iv b6vj*vpkuYxr[k1g^cac[ӆdSfJi@̆l5#Vo'Xrvq `icDbmjeZlShR]DjzIDRl?o4r8&<8uPyÀodehg`惼jXlQ n'H pA>}1r2t%)w{mk(fj l_InWw2p@ONrFs=;u1ƃ]w$kzs߇~kLpldŀkq]s-UtN4vE`w{;jy0z#}I,j,~ub~v[)wT?VyLz#C{P:c|/~9! hs}f{Ha8}|Z}|Rm~"}J~V~bA~I8~݀`-bF~ Wf|4_e|yXb|P|iH}1@E}k6}x+}(~H /d{'*]{oDV{mN{G?| >|OZ5=|x,)|)| }pbzJ[zTzԍMzEP{<{663={EJ'{=zב@|)`yYyҔ|Rz9KUz (Cz*Z:z1#1xz#%yjyzi\bȍ^\saXTcMhfDeit;!l_/֋/oY"=tr Lvh)`a`ZcZebSK_gKƉjC,l:o.q!&u Ǝ(yfel_≨gjYO8irQkwJmARo8Bq-tr w} |e jj@^SkWŇmPyXogI q6@s7u,7wJ;z, Xcjo(\ĆwpVE'rO szGąu?fv6sxU+nzR} 0aPt2[uUTvM[wFXx=DŽ=zK4݄:{)愂}Sz ]`yPY_z3R̃{#Kh|DR3} <~$3 t()6JDŽ.^?~WiQ y IIBj:XN1p}&v3 \z̈́U⁢OhvCH6C@ 78/5$瀟kzZTŠM+FNR|? 6̌-"lJ~퍔qX׀;RGKÑDv=Q4~ɓ+~h f}}p~`]O\BZR^SӒYa[L֑~cEʐf=i24l)oTrTpUx#^`XbReKg`DBi`d8 Ċ80='Dq 'PxhOJDΎD&0=R6Z.EE%h. ڂVe\nPV^K$a,Dc>1f!6th. k#5FnrOOqyU`KOmbsI旀dCXf= Ai 5\ek-n"4pCt T|SSۘ}d=N3Cf.Hh%BYj&;l64Mn`,p!;sPCvp~RhJLjG[kA m:oy3qq*ؑ,s `vEy~oQ$ltK\mF;o?.q-9]*r1אht)vy W|6O'pIr#Dps>#t7Ðvk0=Hx ( yj|U9NHu 0J?( bڌG~UAdj<r05yI.{'$]jْˉXxaU\cYe\ng`zt+i{dgkge[+mjLpcm;sip%wsgtxmr^]``ccB}eMfr|ghfjikYl\nnKQnq:qs%uSu~zv4[Cd]g`i{ckpemdh;pXpjr?J mtJ9p|vk$Xsx?}|]X lc[n^!oy`qro cscWfxtViCv:Hl w8nyU#qz{~#U>t X|u"[vFx(^wMmqaxYadyVUgzZGj}{P7mz|V#p%}]Fz?”jR{yVD|&Y|v#\}$k`}_c~Sf ~Fh6Yk!mҀZz9PTPTU.~X! t[^i^^"aRdDpgX4i j~O &R]||Vr*Yщ+g]\e`PxcBeʇ%3LhhT M QizzU3p=Xe[nZ^ÍlNa}A7d91f"jf}LPo@xTT6n*Wu@cZX]fL`N-?AbM/[cӑF;dUQL[OfvpSPslZVb"YV\hK=^=`-aa}cutfUĎZgY[]iJ]yj`nld c/nsgLVpyjHrm8sup"y8syHb\Pd_xfc whemHjhalkhUnn+Gqap7`t!s{"wqu^{"_dDNbfddiv2fkIkhm`CkoT?mqF[os6Yrv7!$~}g\k?_]mP~botcdpj fr{^i^tRkuE!nhw[5Rqy sz?}L Yr2\t|_uLrbtvjhmew]?gxQ{j9yClz4Yo|r}dX| Wz- Zzz]{sp`| fc\|[}e}EOh}Bkk<~2mLYot~.rU}X́x\*n_da΁YdyNg!"@ia1gkflބ(*SW/svZl]qb`JDWbLqe?7h/jjCRm}U؏tY6j\`^V(a8Jd5=fk.)hD`hQ@{TܖrX;h[q^]˓m}/p~qZl{]Pr`Fi)bĀS_e5UgIiׁM=l-no?u[X͆y|[p^SgNa1]cSYfHWhQ;zjc,mlxm;9BWtwxZ[ln]Oen_֌[bN{QdFfڊ9hu*i$k~VvuYYZl\Jcc^ZaOcJDeaC7f3(_gSj+|Us`Xij[[a]XE_uMb xCc5eGE&ReiϊnVcoYwp]Cmr`csJcY9tfMv9j5@xmN1tzmp~ s{|k\~m_unbl-pe_b}qwh!WsjLtm?vp90`xs|2u~rhca|jet l[hjmjPaolVqanKvs5q>{u#sA/VwYuzMx$ f'izh$kr>j-mhloY_mq%U orJ.qt=Ssv}.Nuxx_zcpyeqphsAgKj t^luSmw)Hox<3qy-Tt-{gvv}katw/wcx nf1xekhEy\f1g"f" QlT?sVytYpt]Mgu`t^YvcT xfI.yViEtt9w9vd|njf|fVh}]j}Ulx~>KXn~Ao5qO~&ruEftclre'd{gX[i,S@j2Ilu?}n*3oo%psramjc̉"beZg̈QuixGk#k=l1mЉ(#CnY r=p`h|b`dڏ`XfOzh>oEi6;kJ/k2 k Cp㇝nt_Mfa—Y^cҖsVNezMg D8h_:i-jXi6 8pj<zwVrOxxZ j2y*]_ajy`oXzcN{~fDO|i8}l)p1s1xu\pv _rhwb;_wdW.xgMryj!C){l7|to(~Lr"uwvrbnsdgtg^vviQUwkL9xHmByp5zrw'|u"wup&h`m&qj5e[rl\tmTkuPoJvq@ws4yUu&{ w4~zs.mnCkdo^ocpq6[jr7rS st#Itu?v8w.3wx%yfzZ|`}q;kt'tz2Xu|9$Ew}}zmobizNgkz_m}{Wn|OO|pT}F>q}H}i>(~rl2WoK$>urFR9u}oFwbgxd\`DyyfX+zBhP{kF{mV=|o1Q~!r#5t}-x5mungfvqiz^w}kgVxcm?NyHo$EzjWc_Z\Q@]Ti`bLcSCǂf=:6iE.lK o hs;h\a_4ZEaS6dTKmfBgiv9 l)-nq 0ugX}Ma`R}cYo~Tf$Q~hSJ(AjAjl8o(,qCtg ?xe{"f^{hW|gjP^|lxH}nf@(~"pW6~rc+tw -|cyl]ymV\zo-N{"pG{{rc>|lt5}1u*o~8wz g~b%w/qP[QwrTxsMAyzu%Ezvz=Szw42{yT(|{}}^̀u`du|vYv]wRwExKswyD xz;yL{2vy}'Az~\{b=~8^{s|fWt} Qu}Iv}~fBZw(!9w0xl%yyp|Ã@\rSUswOQtnHu }@u80vT/vօ#w1wr'C{A4ZqYSrHM_s9 Fs؉N>t^6Btъr-u#!u):ul}XpeR,qBKrDgr=s04sc;+Ws~)st8b&W[lZUR]Mч3`IF|c!=7t`^\Z%a_SjaLldE~+e| _}2G}suTxNykmH{y AzC:zf2wz̃^){{6qP{8 RwLx;TFx?x[8y%0yH*'yP ;y'` zXYQvJw*Dw'=wȍ6wَ.wא'%w0*w xYX5SeGZM[]F`9?9b7 e.Ih#zMkv)naǏuX\iR`^L aKEKc>uf%6kh-kC"umvpcxV`PbJReD g==Fip5Ok,Kn!w:psQ{wU*eO)gIKhBfj;Jl4an+wq _sTv'~SiMkMGmATn:p~2مrI*Kt7IvZyE\rQ7nBL 2oF<1q7?$r9t51?_8b0ܑe?([h j[m'xNNؒ\.IY^Cv`=c.7c[e/h'G1jbm# pE{*My`H Yb7BdZi4"k-fm% ,pHrm jv!ӀJahPEVj@gk9m3oQ,(fq.#֋s0ƌul I)yI)lCQn>qo8O{q52 r*t"12vk2x }yGEpBr>H{9N |3 },Ćs~%$JeI8„˃Bn<'7L1*4s#qO(ׄ> Ă@`/:ą5Έ/NoL("!@ тN]fJ]PIs_|T,a6X7uAc#[je__ gOcURifDl^j:4oms8owYWЇl\[}^7^ls`a~ibd]e^gQgjCjml3mp;,prZxV*_LlXa|[Cdq]gg`i\ScjlP|f@nnBip2ksntzRfƃQUhhz XYjp [Ple^VnZaLpOdKriAg3t41jv lw||^iOnA2R8oxUwqn>Xr{dF[sYP_#u1MbCv@geEw0h,y_jz3(}KuOuvvSwflKVnxcN{/e|ih}HI=}.|M }gsP}jSTo}`W~UU[A~J^|=vaU~.2cf\G8zKkqN7h~R{ ^VTKYhI\<_Y,a(dE/xIOpM(fPŊG]-T_RWGZۈ:]JS+$^WncOdD.vGnKǑdO[[XRPVEX<8Z) Zgkb`}IC(,tFԚlIJ=cN YQzObTYD`W:y7&XS'(Xy1daP1c:TydXoofh\eh!_Zj"cHNlQfA1nj1aqm]uoygc^WՁ#_[xa^KncaWd edrY'h2gcMjj`@m&m30eop sHr@{9CZd^*\av0^dqt|%Vf.})Yvh)tM\&j2j^l&aa{n(Vdd)p Kfq=is.l:uo w_~SmZ{$VqnrtYhpNi \Kq__5s3Tb tIdvH>km;Dmp+prst[Fe}w]g~n`iefb_k\&dmQg,oGiq~:.lsl+nur rw5}XlSuZml]Zogc_pZbrtPesEguo9j$v*lxq\pdy{]UAs#sXt*jZu8a]vCX`pwWNcxaDWeyv7hz(j2{n}IyTRzqUzhX{`[{W,^n|w6PoSgV^PY@Ux\smK_A4a4cr%d`kdu1N‡m"QЇe1Tb\WćSZI];?_3,as $-aň)j)?sML[kP[c)Sl ZV6tQXH'[e=]]1@^!^5 lqLJi*O =a\R9XTSP9WVFY<3[/\o\h of~iQvNjU"mkXdmJ\7[:n_Pp?cF rfm9Jt:i*Qvl{1o}|fQWtxg[liF^!cja YldOnWfDpSi8Br{l)Qtoy"qizc^_rd`jjfcazh{eXsjghlNqlljCnmI7Epo([s r;(w6tTx_dpafhch_fjW h6lM+j^nBlp6ScvkJYfxfw|2Jhi}#i~_p6SpUQiX La]ZX][Py_-Fb5Hopo22qr{#stxwpYapjOhc~ka!emXgoa_4bĊb(c;!dЍvdUp7]?WVZN[E]ܐ><_aV30`u ''`@c\)1xprRpirUaHsYXt\JP]u_FvbnbVp:eMqgDsBi:tld.vn xqp }trkii1ccje\lVgTmiLokClq0m9ro-tqvt7 D{woif]iTbBhk[ilS9kngKFm[pBIoq8ps,ruItPw% zzgco5`lepYLgqQips%Ik@t@lu76nwF+pLxOqzs ^x2~9eaWu'^cjv WmevOgcwGi9x>jy5l{)m|cn~7vOc_A{T\aY{Ucv|`Me[|F%g5}=Wh~V3j_2(dkkk&lZgu.Ta]fZ_}SaL+csJDee@;f΃23h&hŅAjSw̓G_[Ј\X]؈AQ_ވ1J6a6BqcLV9d0;ey$eehьBz^Z_W\S9P ^BH~_鎰@am7b.{c,V"bTgύk}ivRb&wTUZwYERx\dJy_Azb7{e,2}hk *o}gsX*`tZYxu]Qv`IwcN@xf6zh+={k~nhr3f:p]|_ r_Ws'bfP;tSdHfug)?vi5xKk*Pynn{p递u-dsn#b]`omdVlpgNr iGsek0>Ytm>4v@o^)Uwq~ysX~xvbkuh][ljTnVkMnomEq6o\=6rq3t#r(autwdv}{`hmYjoRS+lpKmr%D?os;pu2mrv&sex tz{:~_fsX+hRtQUjuIkvBvmw9nx0ozD%Op{ri}Zy_ ]#dyrVOfBz$OhzH:i{@k|d8Glq}F/m~S#nqUpczʂ[>bTyddMf OFzg? iH6j[-bk^!k[n· }%$YJa RbKdbMDeΆ= g4h$+ihʈhmFWl_~Pa!JbBd ;me6?2e)f7f lub{S1[)|V@Tm|tY\L|\aEY}_q<~cbr3%e'&h|kc-xp#`xX3YylZSz]Kz`RD!{c;{|e2&}hp&Bk#mZs^v],X5v_QwaJUxdLByf:fzi 10{kx%}Xmp[4_v_]6smb=VtgdJP$uff`HvkhmAw{j9p}Lsāy[pg^U qi!Ns jGt(l@juLn8vtpL/wr+#yt { v]|kYnvlSLonLpoErq>s5r6t]t-uu"j<7k0n/k_&wl/lEc ^q]PodKJ+f;iCg=hs 6 i<-i$i~j1 kp ZQSSVMDYoF\X?_M7.b6.e-"n7hgjV#q`X~5X6R~ZLw~]yEyp`>\b6eM-g!yJjrYm tWO{\Q|2_&K|aD,}[c=,~ f)4~h, j UmGowUyaOycIzneB{&g;{i3|k*}n6p2r~W(zTvfQNwbhH1x!iA}xk:ym2zos){q^}sJ]ut}MRUt]k8L[u,lFunV?vo9wqz1xs(Qytzv},yJPr=p8JsqDtr> tt7Guuo/Ovv&wsx_=xFz@ {}Np'uHqvBr w<]rx5sy-tz$uE|Qu~o y=Ln@{Go7{A:p,|:q}e3q~P+rvo#rsO wJlEms?>n^88o1o)p$#!p#%>q3JvfIjwC?k=}lf6mH'08mÊ;(2mی1mPo6u3RTSLkVFY@\W9C_+11`a(G7d'gm [MjxuPX-K7ZEVZ]L>„_8 b]0 d'6ig|>i lxBOu\rI^D:a=cZ6߃e.g&.jEKl 4ol{8MW`H1bBd<'rg5i-k/%mKz/o_ *rx}LJ}e2F}dgA4}h:~Ej4X~l,n#{p~irl uJziE{Bkn?{m91|Cn2|p`*}r "J~rsu byHxntCOyBo=yqT7bzer0zt&)!{u s|nwJ}dyV r~GvslAw\t<wu5xv//y&x2'hyyzT{-{E}}E4tx?uy:1vz3v{-cwB|%w~ w#yHY{惞C,r~7=s8t51t+Yu3A#u^u#nwOszOUANq ;qE6Hri"0r݇;)s1!s r u|>I"T DgV?;Ys9 f\!2k^*a"8d4 f~֑+jycHVWCZo=a\7Ŋc_[1za)ŠdI!f3h@l|.G[AÈu^+<^`m6ob0Ld(g* iaKkfo~ES_@pFb;E@d56]f/h1'[j:lDՊ-n3(sDTd!? e9g3Ai-{k&mn|oVqAvBhY=ii8? k29YmO, o$o7pʄ)r2vtuz@l; n6jOo0`q*,r"~t-ւNum$x{h~c>~q$9~Drn4~s.~u(cBvt wZy ΁}'`<|Lu7|w2|xI,}y}&~}}z}|b~~ ~ Հ:zq{:5z|Z0z}*{+~$I{~Y{e~{ |8xSF3xS.y(yM"My|y8iyD{mft2 -Ge % M u EtHHt !"$,%Z&'(*+E,s-.0132e345728]9:;=>;?i@ABD"EPFzGHIKLCMjNOPRS&TKUjVWXYZ\]*^F_b`abcdf g&hAi]jyklmnp q-rMsntuvwxy{ |"}9~Phʄ*AXoĐؑ.<=<:852/+'# ׮ϯǰo]K9'ǼȪɗʄp\H3ҵӒnI#تـT'ݘg5e0[%k&V7Yy.Pw/P^X"7Ni * Jl.[8^!"+#V$%&())*S+~,-/011a23467;8e9:;=>J?z@ABD!EGFlGHIKL$MGNjOPQRSUV5WRXoYZ[\^ _%`>aXbrcdefgij;k[l|mnoprst5uPvkwxyz|}"~Ca{˄8Rmӏ,9FR]hr{|wroljiijkmosvspmkihfeeeeeeeefeedb`]O?.ժ֏rS3ܟuJZ&Br,T t(=KT\ fnf>j#6Ld~  5RpAa / S!x"#$&'#(E)g*+,-/0>1`23457889]:;<=?@A:BUCqDEFGHJ K#L:MPNgO}PQRSTVWX3YDZU[f\x]^_`abdef5gKhcizjklmnpq0rLsituvwxz{2|O}l~Á6Rm֌2G\oəٚ $'+/38=BGMSZ`gnu|“ÚĢŪƬǧȢɜʖˏ̆}sgZL=+بٍqS4ߩS!K_!_Mt*Jf8T[:i&8Ng *@Vl $<T m!"#$%&().*E+\,s-./0124 5"687M8c9x:;<=>?A BC4DHE\FpGHIJKLMOPQ-R@SRTeUwVWXYZ[\^ _`.a@bRcdduefghijkmno"p3qCrTsdttuvwxyz{|},:IWftȍ֎ $0=_u{|;n`S7Tҽb5%bŪ=җ#-x{+Sam@\_:RZ⁨5bI /M]ׇVy1 k~^m~VQ~ᯃp T%=}vC9Ywx~j~đ/]5~P~賋}s슒}AK~3z6~̇5N\Abrtc]wUVƒS΄^o2K""Ճo$q?cOeU\V'.aDZ쉪CTGq b{KUagsԛ{zZjb` bٚ҄K˃҈~0p^Ib(Ufᡉو"ؕ<ޒyސ/j싘V}o1bBUj9JʈϢ.󇷞%|ry뎒|EPnljqt>7h\Q{섺̺(֍ϋP]_"aG}~L5rhfō[GP*_ 24t]W|pςyey Z}bP!DC{őJ||i})f}œHh~~ŊvPzh]҄Sςʄ5v➌̍5VF}rÇ{hM]pHSw`Yy_R<ݒqR |qMLg'\S|k7Qn5M1-UCwz-`p*ދf[񃋆R%[Jǘ5ޜߙbS⃄Sy!ʏnwe:[?QF .&NPӡyڑΝ\=rwqmUcڋZPo h!ϡ^ӎϘ{{)|}"m}|~rBg]"`RfŻ6.]:ݛG1S:a;'{" qm?g_W\R؄ᢡ I~gzDpVf{Ⴭ\g6R̃$"ˆq&ޑ 7yoɋ8ef\ʄRGP7\\ԡJB&njؓIxڍneX[˅e!RxΡĪԓ,S&@wmފ>d~[R"w[pڔJK͐ev#.lΊ#c1Z9}_Q?t靜l& G|~WPtԌ=@kebDYePq[c@{_ 㚪Ē@|spBj>0azDEXzvOu陓[ߞZ{9ɖqӋJh`>W\AOͮ6]ԣ?&՘pǍܡ胜 yɎpmI0g\U^ą!Vd`NYرzԧ{N~{̔ŝ|YJ|}x*T~nudb [2hQτۃ簢wȦΥGĝ@Ҋ逇Z>w6mF`dUׂ4Z⇜Q̄vㄫ.O[`IizvN+l󍻂c̊SUZ&QɄAhhw+ǟΆ̇х~V*]uNl*.cCӄsZQeQƃi:~ABۛGOzC}:tSkf4bÉZZPQÃkgg!受wߍ΅ό{{s" jd*a㆘Yp܅Q<§9-ᖷ~ 8qzqݏiHCarXd!PjmYHB_biiH_yQWPph?L`6WׄOƧ@ȔOD\۔xonSg_-V"OӦ}5_H7u].КWyvʔmet]·8qUNpߥ <wlz~%=u36l_dq1\ڋAUMÄXm{Px{䦷{,|`|{ڙL}s\ ~jb Y@vPυImyϦx|zܘr}gyi]6a]YPՄ37"cƥfՂt;WyGqɂXi@ǂa ҃)XÈPڄ[yڇΆנ8܁T!xUp*Jh1+`L1XPP߄*Fo^E;;wۖoג;g֎`%΅/XW?PلmIT܍ڇ4?v7WnŒ f_rR,WdžDžfPianØ$gDڏ^}ƚYuNjme񍦈w^݇!WLOքʠ2T񨒗Hs|tial&e7]։oVNنdNU؞ҕ!qQz{ntsA kō`cϋ \UiN[䝰ѣYeS:zE,qȒ j5nbjN[T:MӁ}aɓ" kX'{xpǔ i"asZ.mSM^$<|!4j|Mz|w|}֡},v}ng~f?^܎W*!O兯% pی|u#m1me򒕁,^wV(OINٵjh؃As|tP@l薃ea^rVԉPtүxΩĆƤV{ esf.lՃd‘P]VCP U􊟉/Tԣ6zrQkI/d'5]__V;P>s$Aܨˣyy 4qWpj]ac`'\ŋۅV AOĄΘΓʐ0ЇըWxpڊ{ijb\ ]U^>N6ܗ׏mۨ~ˢw Rrohvha/[_釁TƆ'NQy׎ɘԧɖ}Ǣhkv n ag='`׎Š ZvCTPM‚?dU|?3t m|Rf~卮_Z?YZSԆMDׄ@ϭ ]{s꜎Ple^BXWRKh7L؁}PF}g\}CR}~}Cw1}zpCD~i~b[ؐN2U2%O B}ʋYwu}Mvoonhab!ρ$[U5O"huՄ1փs˯|=unמhKHaT[G UO7GA_4 {̩,tߣWn gza!nZtT퉞7OJiƂORn{~Zt SmF+fՅ`DŽZ焥Tى-O[̐ʺBŋYz.s3lsf3_,ZwȦ[p͠jcՕ]א/|݇w}u~~&t_ydUvك>y*zG$z{,|4P|؊} ~/sj~#d8UwxOyoz4jSz{|EX|3 }r~cIUxtqyyƜ}%́px)k^OR߀!4g߃zܢЪ^=NV]ovÀ[jj)^ 臻QX ضӨiy!l%me7♵cu= i nj\uQ)Tx+3 .k9Be4Ý/sjɒgvz[:&Pt~\KDi.8N J^ti~mqf6Z~O~xy1z8{tf|e_}Yo}~_{*lm℟`ЃÁT9:FX識-ۈQFz8}m*! `cNT)8҉KAŘӉ1_eJe+jyQl|_ރvTwՋRƷYgІ͈NIӇZކrx^kЃ2_uIT .׵iiߨSO=XGЄW3wsk.ÆS_ESkNuX`޳/ΐN@ԎJv-j8S^S[˗g"ұšdIx(owE~pti]2Rb2ɷnټ دƇ,[΅) | shHh s\ȇ[QQ튖ʭ}]9nݗ}kѓ|qf΁'[iPm"],dDߟ{ p4qe5ԌZ_PNUlŷCC˯ZNnQͣkyXunc7cҀYOĉ>On~>xFxy짏 zۛȌ>{׏Ċ|ރވ}w$kxi_sSFɴ~e ~~W:Nptvj…_.S͂߃O0"SE\aᤂH+v u׆}j1^XS}ƅ캃箴È٢_mшSdtil^7TS"0&3ޡd^ފ[\݈@t~ h̄(]܂S΃1r)Ǖ-Oϒן 1n匧}erȅg݃5]R]epyʊєa5,|O0qkfȃD\' QQ݄1k泭nTRCم%zԅp%1eĂ܉[CQeKvަ<_a|lڕyF?nՎ`d~ZI;PLbCE"f Tl|]`wIm"c &Y߈6OxHov{l;ڊ[ߋyCqvu􄰖k4a؍)XO Gwx锆y1zy {x|2}s|~hۇwQ]΅S63E}=Y}٩t~/{~7~ԍv~sh-]cSJlјOŕ ɝboi}qwrBugy\CR郡WCDjjHVj{q]f:\bKۊ4X݂CO[gL|ݑĎqTߚo}7usYi]`׃|EWOz W(ZL:ewˋ{]rh b_(?VŁ`HNUw=cxsm,ynUMz^yl{U^|jzl }p,~~fK[݆R+[|}Ms}~#0~3 ykyoZegl[~Ră3Ɂ&˂xvnjRdч[%:Qcòh};a7YX߅qP%9žu ,y<ֈp鍰h`t߅XC8 PmVۢenƒAщ8*whbo$B`{'>~NՃevT 8nN$fȍ>_%AwWpP,%Έ`S(C}=0)uYemŐf+^„wW:XPSk^&׋Q| t7هl!e;,^CvVOnިkUAwւY0zϗ7s dkdD)]9ʆnU񅝅lN삌Aђ ǔ"X?yю-qLj7c_\xZXUB(NC c)4ԣʀZ=x~pӒjiӌ5b^L$[2T]M,q(̙K~Hw)DSoRhIwa$iZZwSDM,7èFT^@ND鄕:_khp{k tDVmIf}`5ZȆS Mh2Mdʕܣyzh=sClQe@_V5@YITSMٜ>BwNy@r!Tk6\nkޛd]e͖l_ڂYʍK*S߃N^hLDž[dž~wޤޅLqvk#Ge$΄_,1YSm2NHH2}ũw>pjS-db+^#Y/S{넨NḮ@⮴6|v1boŞmiuc]א GXnRcM@8F Ng|*uj.Zg (7a9F:[fV$/P/L(Ї|C]yrҢOlqJfB؎`sxZDNUGNP=~yKȁ=ywXzqxx{y{zİ|q{衞}*|k}~~sFc΀xTvTxq?yDBz 5zҀ9?{y6|vđ=}Q~+jrcfTrlwUxdx.ry>y􅭭z{Ȅ|1}q~jcTtvHvqw:Ɂx7ry+z)`{|T}4q$~ b&T=lucm{vc Ǜwoxpay{bz~g{v |p{}bS~ĄTX]tßWeuМ2zvw_x z:{}|"ot}AWa~ZT$rtO<^uj4Ovw?;xtyz|{;n?|ى`}S'[t>Ou@GFvMBwK?xO 'yQ\zZz{d}m|y_}R?~`tTPuBC>v:gw*?x">yszqy {k|% ^}7Qt~Z4]t:u%voszwJDx)!y /ypw)zj{ގ]2|kP~ _ju.YNu %vwe-x/pKx҂yלSuzh{\|(P%}ƄZvԯhwƵvxz {]L|<}z~pǀbJgT2>~"~~N~~{~~J~? ~ p yaT1v} }J>$}е9}su~1~΋ }~Po[!a{T/3| 7-|gF|Ɗv}!}~}~o|~naT.$F{?O{v| |oͤ:|֌}Q;U}ډ{~onC`T-XfLz3N{ij{{K|ZN|؎}cxzV}'m~`FSmz?WzS{3D{>{|zl}Ox}Uk~9^_~نR~cz- Xz]z+{K V{+|#I|$wk}:yj}֊^~siQuz@bhzBhzӧ{&j{y%U{療|du|퐑iz}G]~2P~-zazȳŵLz{9S{teN{͝ |6t|g}4[}ƈP?~dSϔ{{Cs{$h{I{o{y~| |r|xfh| Z}~O~u؋uh[wuxMHuy@z͖|}J|v~nTa`тSS˂La|ɦT}e}篡~dV~蕕%u{!ꀪm߁P`e܁SႬ􂲃dw؃B1Bukz9blc_kS|"΋-PJ #C׀܆z@҅yBׅl=]_S6JHؐhouOyvA=xTQ6kv_FSǃtc"[Uw -4ՏǍ{ŋcw ܉[jQ^/qR[͖vv̙=yiׁcuvmi]GR ˙ Σ1*Vuk%+7: t=thr4/\TQ0uɸɩ`k,1~훺i~ϗ~~er~ŏng7~ۋ[~Pn&̀c׺2攓~ڟx~|~q ~qe~Zq~O~IλހAg@7~ʣ~{~Qo~@TdD~CYf~T#O/~lgZ^u$*Uvk5Awĩ^yzS{Q|xa~Bk_g8Si̪O{\|g_} a}b~55~܄,mwՀRk2D^SRG\jχ{VᆐB΅т2#r)ق=vσN`jǂ^PS< 7 F$ԇ|(˙cjхAuނÄyiقM^.惟S(Huُ]9x'£wmʊ47ހt>i8ۅh]ԁhS1šY5N%C3VsƈhGg]5Rw0񫬄[׃rBʈ΂YQ}͌rV[g23\$QDAمѩJW,~|#miq sf.[D/PЃ(쩷 fP'iɂ[dzoNd2ZM͇jOh I+"$"\!}b!؎<-x΀ؔjmQ1c|݌ Y$sOM ?|dZn/9!قWwDl b,0X#$N~YAt_uwBaxyތ7{6w|uDK~i$^S ¬zٷnu{p|31|ږ&D}~J׆!tZhᄡ]R킦֌ ً((S$oŃyK%o)ue" d[IdQTr0l4ܐs>ȎfC_Ŋ·|܉+x6nMMdZAQ8\Д_1MdvYm/cZ?˄QJ˱ }giFVGG~و;juukbY^P{PmKy+nЍKɐɋj5 }kՏ1t"2jфaÃ:IX݆!OvPW576.;{rӎiL&`ՉcWtN#𑗧Lev~Ή8zP;q.~2h_PuwVENV:BӬԟlVۛexGoх3Df̓O^sUM_O^'tRݘuv"]x7ڐyIzw[|Zn+}d\{Z'QTOyzeS{6֒{􉗐7|%}v拾~mGctZAtQ:,~٤* Ej_TKu(l Mc(YQ#%cC؄ÖAܙ,7f݃+}ጯtk| br(YVQ ȃט=P]'ݎؐ%ώ9k|sEjb QYC+PsũYŎڕ&QoXۄ[{brjxiއnva=}XPnc^ȑ6ϏzڍHyqeh`RW̃7IOwO@Ӕ_bSvxp.g_uW ÅN!ė1PnIs wKW3n)f#$^s0V3XnN@9-@:nz{T:~x_uNJmsяe%Œ](ȉU4M'OfP2|k nϜ}.twЕ$l0cl\ lTWeM3Єbtuvx'}yj{zss|Gj}aɉd}Xف;P\aU)y^zfz؋˖{q|^z}Kr0~PiՋoa9؀XZPLT o~A~g+~ UTyOqXi `QX@アP<䞽=I^Vq$dVxϏ\pth`Z`+΂WrJP.5"r*VwÎoЌPgɄB_RW P!߃Hsod:S̔%O~/NvqknņfC^ԅWOh@'F і!g}K.u\;τz=Cerԑ kdc]HVOZCxЈƀb@yqanj'cA\/UmdN˄!YiN›`A$̊w֔7p刦ib[ևTN4C9ٓK/}bvnjZosh7Ya-[?T9vqMńOӢ[_|Ηulndg΋ `É=Z>·SMUc⊟9{xؓt=&wm!f^n_TYX\RULt3_њezOsl ueR[^X!Q݃+LRu֌XvÅw~xxyq{jU |c;8~ \?lU?|N,i yzJϣLz}؟/{w%|DpE.}/iR~6bd[؋ЀU 7N_}}ȃ뢀~|f~\vLS~oqBhb 耸[v;TׇNXɐժdj`dӏZ^;X׈1RʅR?LdTƄԒ}3w pyڍ/j{c1]׋`X,R!݅L|uȨ(V| u⚽oXhlbގ͋p\͋/WQRg LI |y{t䚀Nn_AgM5au[ϊV#HgPdK򄓉v!w}ͩ5xUwy:qʟz,kD{`eЖ|_[~4YS{MꅇV-zYHz}V{ v{q|[km}>e8~?_ oY/RSV"2MU}nn}|iw}v?~3p^~jbd9^X㌵S2M#{u|oDiρdt]^4N1zAns䠆nЅ9h2ab]MW֋,R)3MzRVyIy4=sJm+E^g_Նa咆\njpW@vQMeP~ThxcSq Mrt!Uu|vܐ8Qx5 yzzm1|kG`}Ӆ3SXF+prs4uנvuZwё?y5yzl|_ }g$Ri~ڃjpRq̥ksX;t!vwsNxؑwz8j{o^!} Q~upIq+s1AtNuߝvw4xqvy(i{H]|P~pýq̵sTteuۡЍwxi_tSy`h zs[|XP#}ʄ pr+jswæAttuצw 7xC-ryzxfzZ|rO}4%|4r~|t|uֲb}\wg:}y~Bzb~| ||}rn1~`܀ES@zy{Yzн{{|h||}Sc}~2~6~{~m`mnGSv=Xyb)z:s&z灈{%|! |ӁÈ}z~\m.+`ASjׂkhxyDy8JzRPz{_ |!o|y}̄Fl}~_2S`xvw(exW}y-)yɞzg5{w|Xx}@k~9A_J*SV wvԗrdw7wx詨y[Νzvz􌳄{ڊwk|Ɉj}Ɔ^~R9ΔvEmw3gx+x󕳛yݎz/V{uu|ai}YX]~KQBśvܿlv vwОEx6yZz1{Nt| h|\}ㆹP~׃ʉvyvШ~wxaXyAy!z͓ s&{gv|<[}PA~xȆv4nvŮnwqxfnPydyΚ};zqn{o6e|KZ}1HO~"Ɛvw*wѮxj5yoly{znzo{50d|Y|O }؄*kzq Xs5uZ|v?xz$=+{yKU}=lC~_k̀NSΜ0xK/y2.zހ2{8|WW}~~xXfk X^UCR<"%w<]AV<qŐ Ewp2j؀^1RD~侱~1^~aզ~^~莢~Evyj* e^/vRҀ}!μ}[}X}̊4$~E~N~ui]ԀR "|v|}ǣ }@U}{"}ˋj~)tK~ h!Y]R(!FP{v|EЭ||ۓm}}e~s}Ìar~3g~\*,QC{K{<#|%|EJ|R|'} |}cq}Ќf{~I4[L~kPr7a{A{I|ӝx|G|uw|M{[}p7}{eO}튋ZZ~_)O~҃׿m{կH{קH|~|>|Z|y|ٔCn}3 c}Y7~O~x|q|%|'B|6B|BÂ|mx |m%|b}OX;}N~)!ΆqTs5stv6Xx9yт{xu4}i~^ WRxxywxz({|=2} ~ui8e1]6@R[Wy~~΃Qs-NP΂Ct/)h䁦]- Rf5$ɫv҂f)ɂ݉Ӄ~ks?>gg\ɁWRKOʂ}Xi?P_ʈK-}}rVLg@|\mR3ekt"5׋.|q$xRfVz[QS/ZԁNÚ̀oc>QzEoӀ EeLGZ̀^PA]ѣ瀮ۘ_!*uېsyn-dRYOiI,r!zؗ*"]rǖ܁w`:mFHc2'הg1:znmrPi`s\XZP=<՛בpNM+eς-ryÄ(qXhʆ`fX pP$4o'Tފ%ȎS"ֈyĊxU4p*g̅c_{WkOq֐i>Ode Oxvmn2f^VNف5-&KRˍ{<} uNm>e]ꃍU^N'ܞ-ȏߗ֍T|ы|tgxl{#Q{€|ny1}r}k$~c^\U NT\~ˍu.+@ x+q"3KjUic=^\K UJNT; o}`w-Sp<|ib![އU>TN]O˛!ǃڗՆ?|ʔŅvLo(h%aʉL[8 TN-א֋}W{Ftϑ6nb ga`Zw Sل?vM󏖝xψZ8sizgҋs}lGf0`YÆ$S8DŽL~ S2;2ry8ur\kፃaeĉ_-LXRTtLb%8Ǚ~ؖSw0qA j(d\]]W7QKꀭ9W}!v’p%ǑiُcZ(][V͈xQzKKWKir‡#t ȠEuX{Jvuxn{yh5 {Wa}ZN~TTNvCwbxzoyt6'zmŔ{gM}`~yZTN |EGzd2m{{y|Psd[|m}f搘~`wTZ+S2Nxɥw~5E~~x $r{l=,f4ހ_ꌬ0YˉSMפU~!w]qʁkvme)F_b YpSLMR҉Ԥ݃M>~}W!vp&ij̄+d^vX{S MكޣH{ш;u5oiE+c]݊X7RlVLR 7AgzXMt1n"hɈb捋,]uSWzQۄL^Մ$N)yRsSm^gZb\M{VۇUQ;&=Kg8{?xŚir~l[f`G[LUㆋPzKqKyN}ewšgSqk e`QZo+U "OԃNK[Rstz.*ut~w4ox{iaycᔦ{^ }OXX&R"M`F5w4~wy|Ʀ4wC+q:lDWNfԕia\JWyt뉀o idk_g?ZZBUą!PcK߂&8?Iy`~sʟw2n/Fhߗc2^iYɆTKP KjK~V7xprӟm8eg閱bÊe] XSTцOTzfKU[}uw7qlcgTaܒc\􎔊QW툱SAg'NJiځsn)u#pvUsw|uoxvyx̊{6z|||Bn~}`}S]+ؘr`vTsw=uy;vnzWw{xy$|Vz}{|~n }`}SO֜p~kmrg~ؼksOJumRv2xeV.yz{qmU}P`~SB/ԏo rq6rPt{꠭vw$yByzۃcl|_~"S6ς0҅n`ŀp q\s6uC MvxxzIk|_P}S+w{nmuFloNPqsϖuۀwOtyyhzʼn\\|yVP~9KFl?TRn{p qɞYsbuDdwms1xgzk[|.P/}݃;lar=n5zZpaqˣLs}u%}x}vz yBzz{|k|}Fx}~ak~_ 퀒RÁ}v'}/w"}x%~:y~ztYuɗW vMzx4`}'y}sqzċf|[Z}UPM~Sqŧs tZѝu>vZw딽{y/#pgzpe|{5Zl|O~:qծIxsȧt\/u|ːHvawĘyxnz,d{cYP|N}ヹrs0ʥt` urjvMGwZxGxʖtm]yb{X[|PVNy}0~n)~Op7H~r`~tV-~v[bIx=z(v{/{j:}^IR[ہ\|u}vh}_wҤ }y~z` ~{|u~ i3c]πR=qĄ{`{{||R}Z~.O~[w:ڭwvxyI'yO}zx{bm|,cq|Y}ʆO~wC7w/xy3 Iy͚$zuEvk{'ol{䎧b |X }pDNv~8wkw֟$xJy|y*zLWtzj{|`|]#W} M}߿#*mfor$]tz'v x~ysT{g}\&QAhtbuɨRwAdxIy7E{5}N|rie}gHH\EQ؁󻤀zȱ{|X y} t}~r|y0qf[؁9}Qu;,GHio#́{Qp9e򀂂/[r˂WQy ~~O~~υ~zWz.Yo eR [f%Q[Â.}ˍʫ}{~!~3h~TH~3x~ч n)dpZaPǀPi}.}b9}mV}M}4~NwX~^mN~cp^YsO΃/w|ؚ,}ϝ}*h}P}t}fu} l%~Ib~XO2Ub|?F|ŝG)|E}N}&Q~2}\lt}j}싽ao~EW~;N~郏|{e؃\}[qQs̴sЪ[u<v+!xtyptzy|Bo[3}e'/ZQF8ԅyƩ Oz{z=|B}CR}x~ndMZ uQׂX(dXڀ:+fu񀴀wyICmcف́Z*DP{q셤zPRL2Zvalxc=TAYˁ:Pс&ӭ5͊aՇ~KSuAkkbdׄYP> JJCҘځTZ!q|̀ۊ sj{yEan[XCAOo(;#@ޕ 8xˁ{jkrv0id`)WzʅGNi_Ş؁--6ǔ\\yq(ҍKh8_ZV_N :b?ǁ{t(xmҒofR^=&U~My~փW73|ˀwrnhEe5]"~ՊT~!L~~׭&^m֤+oЛDqܒsɉuʇwvym{c}YPǃ ;sitؙԉvTw͇y~zu| l2}b%"Y\P=+x yԘ\zďT{|}~}htA~^kfn^bBqY!wPq?}z.~q,~ϖӈ$202:|JbQsjׁ7aXz:PJ₺UWǕXT~g|zW{7riEaXeP&7aS ʇbnyƄqY`rh`C%=WO$ $5]_N.cxap䇲g@_ZzVcNҀQ凨'pŐ܎Cw)npf̈C^1V.N {9fr|r5uo~vuÂʎ?m e}e]LJU`0M}~PņURO4̈́Vq|XtJlLFd1 \TeToʆBL3ćO֔*EՅ0Pc+{5"sBkpWc[GSqLy~ۃޤ6moۏ"rusMuzʊ_wrlyiw{a}XKO݃.ɑs&t(v'5wxyzhq4{h}`u#WBOoYx9y94@zA{,C|x}p~h3@2_]ẂO揘}N}ӏ̌f~]~zIw%oۀUgn_TvW0[;OvNsĂ^L3krz[(y~wvn~n1f^̓V߂OXiʌ쉉},uFׅ(meP^ yVCxNց~Kw{\Mxnwt {ćsYlj#d]3U@NsӍ^ŋ%zv(rBkOc\h-T΁|MsxC˖FDAf;y"Ɏqj)Ib)[7T rL߀#̆zv. wp 0Ch݃aĊZ]=S,L\ؕ ,O@}ۇ˗ZveEznꑠg`qlY`J)RjCwKM8n]p:}r!Vs}1uu+wng0yfF{^c}VO`st^uՐqwZ|^xthz@m~{eЈ}q^,#V_N~wCx&yz{}{t|lÉ}e& ]HJV N˃ٗd|]|}~zb~s @kdti]$nU2ri~x;t2wvqwjWycF{\Q~U"~EN;S<s0t:u}{VwLvxp3@z3i{bx}r[Ԉ*/TՅN%ʐ"wg|x_'yZ|y~zZv {]o`|zh"}b~[^BT|Nu{\|6:|{k}ru~n~h iat4kZQTGAM8ڙχ?& oFzgဈt Xm gb|`܈Z~TTM살i#xƃy6;r|l]hfp[`WY݆[SoM};v!͕䇞~r:wqʎ+k{؅ei%_-Y#ZRރLہ#]kl}A}vӐ3pjq]dv$^Z Xu KRCLG:ψޗN #| SuɌsoB"i`cy]vZW.QKƀ̃里pz%tYugnG药h-bXHW\f&VP؂4|KTk?;uy”Ts8,-m0g#6a_[|U҃P/υJoq]}^rw.trvflx?fz+_ԍ|/Y2~IStfxMst}gv,wDwqK+xkH.zUet@{_Pd}YMNS4܁Mv<􇸡"wLȝxJ|(yIv4hzGpY{Fji|hd܎}^ҋ~XJRYMg΃*Ƞ:{֜{{2|muM}o}iՐ~d4^^LIXpCRނLMYg\ɟl~ߜ%0zDtmnْ7iހc]ʊtX/0RlMM~ћqy3)sdmےh.8bz]߂W]!RbL炏Ğ S}Ț҆xrN`l̑g0aҋn\NW7VՄ QdLO ̂-|Nxw qM kӐOfF*`s[مlVdWPdKŁ灉{ߌvpFjѐeR`ZƈbU߅P`tKL#gÑzz5tזAo .Wi"d>I{_YχTDžhO?J„WQyq@{sԕn"ۏhɎ cOF^0(XS4OJn%p{r-vsq\Qu.l_vgxa{zn\|jW;~}QDL݅t zuIuvpp^wkxf~+zwas|\L}VlQ?LԄewsz)xWu;$y9pzz2k{-e]|U`}[~V[SQ,L˄N~zy`{ctpB|oH|ja}ieM~A`m1([I(VJā6QUWLÃ~}Ϥ~x5~nsl~n3i1dƀ&_xZ݌J_V7 Q-5LU|=twwrǜmhڕ|c_,ӂDZBUPƅUL]܃|+vݟՄqڜYl˜r#gc ^_BYTP?'KςW{<*u?pz kᆂgTb?]!XTrO„AKNރz\}upkbf;Ԉaiy<\ٍ?X9SчCO95J݁ryyt&Wo|j Ie>a`t[ƇWYRNDžJy$x/sDn@8i.dd _[%\RG@NgZJ%4q-jdrm %soucrbvtkxKvFyxyR{zlL}K|_8~RfπoarF‘pskruê t?wJuxؑgw|zKy-{xVz}k|~z^~RUbmyozʴqk{as(|Tt}Uv~x~wfzV{j|9,^\~RE]lCpn:pCr!tɎuӂwҁvhyj${]}R7j꼿mBo/q(+s'?@u|w!ury#6i{{7w]};R)DƻiӐ>lծn_bpmRr~t<vt/xhz\|˃Q~ۂRhwkSDmÓo_qʉt~Nv(rx9gwzQ\|[P~l hj՛m:o^ꓐq sK|uqwՊfvy3[+{P ~hCjlTvjkvl8wo|xqҚyt9Gzvk|xvV}Czj~|]~Q=YtQqutsbvu3wv̘xxmz y`{S{}ub||i\~~i]`lQȀҁ+irxҸtyЭumzۢYv{× w|yB}Dz~aty|1h}\~QlqqXr΀2tQuuw @xxyNs{twg}\~Q zp;q8sHtv4-w}yG8rz߃gX|+\6~Qxo@pnjŨCr*tvKuSEw2|mxq]z^fo|[}PIinHƱNpߦEq;s"ouVvzxKp yeg{}i{m oCprzyt utwPjx`z0W {ćM}azjW{SlǪa{oU~|[q|t}v;~~>xyse zg|\v~Q_y5q!-yrߨzt{CvTX{ww|y}}{3ry~g|g8]~W\KQ@=U wwڱjxx yqz bz:{{|7{|||}q}~f~[րQ#ف+vo~we~JxaSyDnz({d{v|!p}1e~Qg[6gQ{FuG/vR飙we+x^]yWz`zP{xo|1e@}ւZ~P$9StVuyʡvۗ`wFx yɇ"xz8n|Ld`}[ZZ,~lPdys(tɐvw%fx5݁ayPZwtzvmW{Scb|YT~IO8òvstOTuvwxߍvz jl-{;Mbv|v1X}N~Ńr̞˦Is>u5vPL=wix~Uxtyjzߋ8aj|W}[qqs,4v{yx]pfzé7|[(~P +~p~Wrn~tI~u w`yEyzo-|e~HZ$P||v}xI}vyN_}z]~'{p~|{x }n~ds!ZMP@ɱ{}9${}|p~J|~ċ=}MAm}w~[3m~c1Y@Pz%zoomz[{}JK{.|~,}v}l~cc2#YڂtP[TFyz$2z7{N={ۆ~|yu`}#kk}݄bZ~XbIOҀx͏y|Rez.zƋ{Ys}.{.s|j}dah~*`X~O ԪxXy—yAzHz{{:r|8]i|`}WN~oNZxzS3xz0o{2f|D2^F|6U}HM3~Tpwxwny ՉVy8\z$w^zn{Xze{]1|[T}VL~˄zjYlo*Fpqo# suw?xEmxzcy|Ym PskU)pDr !sقgu˂5wJnxv7zl|rc~:Y|PG|v!dwWxmny~Rz~HI|u}v#>}~}vj}ύn3~e~A]~jUY~ɅVMAI<} Ȗ}**}I}Z}J}h;t}l}d}D\~,Tn~hL~tr}%}}#Ԅ},{}2ss}MCk}pct}[~}ډS~LF~JY`j݈lוo:qvCs{usdxDjmUza|XF-O͂ԁ̈pc^qϔJsĆuWx[wzބxrm6zi|^`6~9XʀOkϣ:uuCv؅xny6@}zkyʃ{q|h܃~.`RWUOxz\9{Y|d*}}x6~p@hz_*WU恗OQTƀJ؄HɀćPׁ.wxbo%gF_,VQO.Tl9^R/~Q/v?ل7nbfNW^h+XV_N܂ɜփF㔣W|ၧtTm0 'eEօ]]U~MSŐ(b>CJ{)s؉lWdO^ \2TzMKԃ/udOsԁ1z1ĎrpsKj,|cH[ƆT(Lc[0eÁ˘$d?x~Jq %i֌bVZdSH1L7~e-5~ွwg@MohaGY R~؆?K~Zj͖*mouڊq@^swH>vos&x^gGz_7}V*XNG%o͋qksuD~{vv@qxnnzfx|^^~EV"N˂ۂ tjv>wix|zuD{`m|eل~^V23NtHyzɊ{"|x{Ά}Ct8~l҅~e;]xU܂N$~琝Pezjs4#kVdg}]UXPNm4ڏ7·5ŀDy]TrejރFc+\RvTۃMC%4q xʆpÃi<[b[>TDWMH$" }ą3vJoshÇcaZZŁ{YS݄SL@Pd񃢅|lˍuzpnlgXa`Y dRmL#уwb[!h<o[z_tdmffdo_GkX܀mRyKnˇ3ć7e4 y@rڃJ.kreWT^WA\QdKCtkDxms͏o=qy錉srv1k\xvdGz]d}!UrN#,XoAqsxFu*x݋vqȊ xjވz|c4|^\x~QUANC:ݑBtuׅsw1~]xzwڊypZ{j|b}[CzTɄMڂy?yz4z}_}{vˉ|o}iJ5~bQ[yT|M҂v?Q}x~,(~|B)uƉ)o ̀haT'[9T5&NM܎7Pqkzytm+g炣`؄ĂZ[SMKֆZ\FۆyfsJQl†fqd_B;Y0S$LGN3ZҊq~Qxhrpk%Beut_ɅX肶Rg/Lo⏟dm}?w'qpjdp{N^,XXBQ8K7(h|:uň*oiQTcJ8]舊WΆPʅ?K)փ\L0Ӗ@zE>t͒'nsVh?bL\.VCgPUiJ͍k̖tm+pzrtt5n vcg׋xa:zZ}KSMg+既p cq$syu/svmLxg#z`|mZB~hSVeMQktGbu~ؒ/vxx8r ylzfx)|``S}YІ}S_ׁM<7xtoye}GzYw8{Lqˍ0|@kF}Bel~L_gYaS_M)тr|h}/|l}vc~\p_~jߊe 3^ XzR߃PMs7.ʀ{t3u|goȋi܉ہd#^,zSX^RcqLA .#z2tC]n 0hƉPc&]TWlQƂ탂Lxh~hys"ImgňΆ#b=\zW Q6rKn*}ywюq&lk$1fY:aJG[ZVNzwPKБ |*vlpk2e_`80 ZUbZO灏J5ȀՑzt?u]]o_j#ed[_K̊Yׄ&T&OK,tJYl&5nylpt\rotiZzvcҍx]}{3XG}R^LtZp|~C/r$yfssuqn?+whxc<2z]|Ww~R0L›t>}T1ux4tvrx5m}Rygzby|c]&}WQ䅬1LҁȚw|]?yw@zq֒{lx{gF} b~&\}RW#PQ0L$Ú{{d_|ivS}p%}k䏧~nfL%as\ ܀VʆɁyQzVLă:@tzTuA7omje6`e[`EVDug7pΌ7kSfό aԊ]dX[ŋWkS?jNكJuBpݙloqGgݓscF_*Z ]VrRNZ>J@8t,okpfߒ/b`^79ZUQ}]MăI܃sojfjaN]fɉ1YTU- Q;MCIncfN{pi7qlHssonuqMvt@xvuzry"il|{}]~}P lkm๠n]p]p_r@r2t*t vuw~wyty{}h{}6\~ ~P4aju^lvnx'6qyW s zu{bw%|sy?}h{n~\O}P̀ h|ȵkL}Zm}o~rr~Ht:a~2vlrx5g[z逕[}&Pl gpilɝnރq(Tsi} uqxfzk3[|Pvf8?h[ks nDpoZrĆ{u"pweyZ|MPa~лe4Eh jmmSoo݋r@%zto`wdy|gZ{ڃO~>*d&gmڣ-jTVlג4oV߃qōxt9Zn-v#cyYZ{qN}؂}d;gOi薌lsn|qhw3sߎlvH5bxbX{NX}}Ǵd"nfПKiџ"lO(nǗq0NusknuMax\WznM}, d+f訦iLl.n~9p~t.scXj'u?`gx3Vzt0M]|Drfm:tAiDul?vnwq yBt.~!zvr|*y gU}{[i}P06qmqrot'qޝ'usҒvu·xew}yyq{{`f}@}1[`~~PqEo]tqu;rwqtfx1uzw{:{y;|rpz}e|~Z~vPbtLauvNdkxNnbzSzX|GNf~9riPȥHk(\m~Wo܇q4}s폗tujrwiayWM{XM}ڂԭsi'Rkqƙlm˜}{oș@q|srui wi_yCVZ{$MM}{i,1|keOmfo@qzsxq?un gw]E^yNU{BL}:I.wf xmiQ0yRl<znߏzq{tz|vo}yeK{ZD}P vf\um7SvoSwqxsyuzwky|y_o}A{Ad~}-Z~O ót%sҩuhuEvvȖwxXxy{_zzx{Y|nB|}cc}~YQO݀rzgt{-@u{uv|x}vyL~)wpz~m_|cZ}y?YZ~OȀHnqTr tv6uЁSw%qxv\yl{lb|Y~zO񁺭p?D0q˚sQ9u ӇvrS~dwuyZOkpza|~3Xe~O: oVZqhrEvto,z_z}q{h|B` }W/~ׂN$t^Duivꉌ)w򈮁xxypp{g|-_*}CGVo~Y[Ngmsˑu TvSIwbՀ+xi^wywo=zzf{ ^W|υU}%M`~򂱠s^Ә'tݏuv~xv;ynz&e{D]j|iT}~L~ s#oWteuj`v}wLtxǏly֍8dXz\C| T}!LW~,#:s tB]u}уv{wssxknysc?zW[D{>S]|φ7K}ۃRhf瞴iNlVnq|4t s|'vjbYy'aY{X~>O.7̥"l'`nהq1su{*wrhyi{`})Wg#O ρ}r~t ]~xu~wxyVzq{hҀ}`~~WUNlkm|hxD|y@}dzDj}{3C~|$x~}p~~hs~_VNȁ{:}f{~iX|b~ |I}Aw}o~E}g>~ۀ^|CVNz@z烀{m|O~|0vm}nz}fG~M^;~V mN1E>Syh z({zڄ{x5}{u|mE}$Be>}ʄ]c~xUQ8M~x֎\ytzTO~z{{ss| l&|dH}P\\~-T~LFxby"Ny吤zzz[{5r{~j|=cC|[}^S~=L`~قx>xޗFylz6xz~q({NFi{b|Z}9S}݅SK~x+Awnaxyo yUwzwo{h{1a |>hY|戡R]}K~$V}ig9~iԏτlDŽVo qw܃to߃Ovgy?_J{V̂~hNl nspㆁAr~΂tv͂vnyfȂi{^J}5Vi9BNn4Rar|sfu8;=v}x}]az&}ksS}nlb}Ge}^}ڊ{X ~ QV~LK ~e%gGYj5ElفoRzqsw)tPl3ovdyk]&|UM~MD-lnňdpȆryʅtrSvk`yc{$\}OTlMyqsBPtvyxxqyj{0cB||\~T3M<ՓGRv1wkNx~cz w2{'p|Ci@}fb~[{TS'Mq܂؅>{wׄ|3$[|}6}vZ~Eo~h邌a=C[T MZUUOU_{߃$uMXnDgaZet'S?\L ܃7FztPmQf؁d`)%YRRွLXˍApERy9ŕ?l7/eۀ_QXvnRHDK̀j!~ٌowwEqkd׀q^j8X.{QքRKT/* 0wȑ}1vp?iڀYec ]\Ј)W5PqJGY͗ {9uJϑo]hȀb\suV^BuPFjJ~~h6j׌}m+|A5ouro:t}hwăqy[d|4Sh~Lz^lӇ㌉n܁ap{31rttnXvgy a-{2Z}gSL ȍqYirStz"9v3swmyfg9{`%|Z=~SNgQLՂ `uc[wXVxWyJyr=zlF{ftY}!_~hYS LÂ=KnUzd&_{6~-i| wh|qe}k}~ce._]Y+-RɂLႆm~߂ΈL|݇vp҅xjҀdĄ1^LXROYLQl?z̓G{Rum Go;i@,căw]ŃW߂ QKĀB.KzF\t>tmn{hwb؂\GW:Q( KCu#ڇ|~dž3yۊcs mWgAaむ\ӅV2P.JӀ NhQ}]IwxqlPfVՊ`Ђ[c`UÆ O3JptƔ|vi ;p7kIeTv"_ばuZAT̀bOI؅1J_h9kC|k{mvoprQjPte"wB^!yX熤|kR8 LJ܁mۑo{ngqusptj.{w dxy%^jv{PXv }R;L=isq9ďrze`tqtv o40wipyMc׈7{]|X w~Q1sL0?G~uZ~vyOgwsynLOzWh{c'x|]W)~MWQL$|{yt}zZxB}{Br|%mkx}g݈}b{~\΅WBcQHL9܎}|P#~w~q9*l\ff/a\=VفQɂYKĂ耰ʁ{guڋpik=$:e߆҂[`|[OiVRPFK=E`y…ptg>oSj4dHw_ׅ6ZU}ՃP ̓JŀуC~x8ssn8yi'.cʆ^􄔅ỸrHTЂ`O^ J]jj|ό&wfˌrHqmgb܅U]X߂S셔NހJ{‘vv:hq-k􇥍af:a]FXS>bNRIizl u甄nGpNpk͐rfu0ahw[z$V|Q OK7~ޗmyЕozurqloNsWk 3uAeލ'wH`ً'y^[7{V?V}P΅K/}閵qEx唐rt.rto!]vjQQwe{%d:|*_i}@[#~ZWSP߀ÓK Ӄs{Zod| k|g]u}cg~Z_= [@|WZRPNK_JÂ^2r~nj6fsĀ b^w^iZ~aV`ˁReĂdN>ǂJQYq]miIe!ga‚]Yˉ^UɇFQC3MփN\Iq}p0lʔS hۑd`ڍ3\ۊZYل0U%DŽQe˃MdރI p3vkؓψgߑscď _茬[p X9QT`F*PSLނu5I@ojXg"bT_6[0WۆSՆ(P]LkHiнkbTmeToghq>kʒsnuq} w tqyUw}f{z8[ ~ |OtTii|kk&mnop"rsCut+u|{vcwpxye{&{Z}}OĹgzpܮiralFthnvpw3sHy/zuzp x|.e?z}ZM}~O.exh:yjzKme{ 9o{re|yt}o#ww~dzRY|O=c@fiՖlEnTqxt.nEvڀdyY|?O~ b6e˟h`k^'n"!pׄwFsm,vO c3yY {́O/~}Q)al dgNJ%jpm~pE~usikuԅKbGx%XJ{YN~`cՑSg #vicl匡~otr&juaiakx1WzM}`1..cTʙf]i}>lr|oQ-s6r/iut`qwχVzMX}Sg_u3cqfSeiBd~l0azo jqquh^t_:wyUz=L}_覣]bf$TOi kyn˔pqqg2thi^-w-U ybLv|pbmqyerhtkkunwqyy0to/{wd|zTY~|O,mi`ok֠3qgnfCsptsvuZxxqwnOz`yc|k{Yk~k}O$rlpGmr osqu3swEXuxwwz{myy|cT{}Y}O ajAw#:lnx4nyP.pzYr{it|dvv}^ly ~Jb{Z5X}Oh}pk~N,mk~o#hq~tuv;m_Ão͋Gzr5qtJhw_ypEVk{ƒMa~*=elgTjm8l oYyqȌpWt:glv^y U{aL}yIdНjgz6j1 2l_qowq| nscf"vP]x T{ `Le}]ddO\gVili|nі=v;q8msev\xgMTzL}QtZbupeΛvizwkSxoyqvr{Htl|wb~>zpX}NFҬrYiFAskKun=v_pwr~yu4unzwk|yb}|X8C~Nڀ5po¡rqssju)u!vv}x3xtwyz:j{m{au}"}W~Nunv8pw\rext yZuz|PwU{sny|j z~ `|W~\ Nmi|oK}q5}r~3t~{&v;rmxMiUz,)`P|W;}N>"l,ʜLn2p@rsyu҂yq6wchTy=_{V}}NQVk"䚅mI4oyRqlހsWy!;^{U}Mx~ځajk䘶lSnƌfpƋ)wrvtnvmf=x)]zUJ|L~lAilnD"3pIP}rK}utImvHe,xF]zF4T|.^Lc~ ix"k͘npb|jqt-sl)uQcw[y쇆S{օ#K}̛i~pk(TmŚ=oQ{ qirsjubwZyS {K}hxc Gygfz%i7zl${o{|qs}iti~iw`~zWq}INU Hvi0wkZxn#ypvXzrz{ur|wti"}y`1~|W~>N?>kuoE v;qwas^x{tł!yvyzxEq4{zhb}{_~`}V,N*ـásuVgtvNv'wوwcy xzFxsy{up:{%|g|y}_ }~Vc-N{r${Os{u|v[}Vw}wXy ~oFzl@f{^}YeV~ŀN%cBp* rI"tlu~&vv x]n ýe{M]|ׁU~LMoYqtssPitӅ|vOtwɄlyD6dz˃\|X1T}ςL8 o@p틚rt.{Cuskw?kxņczR\5{ℂT5}[nLn~łVn phHrqsyu@r$v͊rjxYbyU[Z{zS|.K~_ng2pqѓ}samx^t_pvuNi\x@ay#ZL{R|K~ؕXn8ፓoMq~qs&wtov&hBwp`y?Ycz̈(R|IK&}}cl}gf`}ij~+lJ~o7wrotgTw^zV[X}sME{Bi+ {kz|dn ~|p]~}rv~!un~wgfky^g!|U~]Mׁpynڔzdp{r4{tm}|v=u}Bxm~ye~{]}Ud>M7x2t yuՋyw.zxw|d{yt|h{ m}A|Te#~#}]M ~UOMځ?*vzwz*x{y|{8z}Hs{~ l,|~dl}\~:UMruv刖w/xsyy怸rbzk{4c|f\~ TwM"ՕtŅ?u†w-xv}tgw֍mgxfz6_{#aX|DQ}RK~Rr𙼇t'|u`Byvvs*wlCxeyK^zЉW{Q"}KJ~bpcofljہoilrl{@voisr~QU~O~YJ1!o|e|t|v|鐄p}kX}=Je}s`!} Zg}PT~AO1~I~҃Dze&g}܈jwƇmQq/pkÆireu_\xjYb{KRf~$KB k ipRl|ŇnYvÆpq6rjuyTey`szyn4x{h}|b}]d~W^QhK$(H{}t|Fx}rr}m~hg]b \`̀mVρPdKa7d݃e|*3vĂɀq7nk$fria#z[@V.5PrnJ怺m8zׂa&upɃj߁wey1`FZۀeUAOkJvH wyɇtVnY*؆=T:N4I8|N,v{q؀8l]g bsЊE]X`wSc\NGJIv<^N'e|hw쌑k+rPmmYplgֈs!bwu\xW{Q~gK7I4j{팙lYvnnqEpl sguiaنw\$K#V|}4zewqP{?rn|m|h}c~_)ZZc+UOۂ!Jف{UV~WvF~q_lgFc:^J$YVցT6O_kJgz_uǂ}phk/fbb]}XSSN*JxˆHs(oJejz{eՅ.a0!\wWلJOu&ycqyz_mJX{Yh|Hd}1`\e~\#1 WSCNJ]݂tF|pn}l<~WgF~cȇ_yŀ[WVDRqNAekIes{o[-k?Jf򈝁b^^1Z=V^~REMځIr΄5nN0j>H,ea̓]҅YلUQ~MjtIBHq?m2ni$d~`DE\X eTQ oLH@mpl‹:l*h.Gd`̈_\XBTDPm-LvńWHshowj]kWlgݒ0odq_ҍt"[vWXy|S|CNnJLrڗlkUnKmmk68og2$qcds_Iv[P(x]V>zRe};NIJԁr ?nn$0ptj/rDf*t"b͎1u^njDwZiyV|Ru~)N' =JchЎheQ4at^1Z"W, S*P-LLw;\HckqgڎVWdW?`]J.YVd R愓JO-LӃHjfˈ$c|_bD\YRURJKOÄKx,HjGi]k ax\me-ohq)ls^o[xurmx,ucszxX}{NQH~fe/$hhkDjmmwop^rirwtulwxbzHzXz}|NY.dglcFfn}ippl3rnt{qzvvt(xlvzlb:y|LX*|}N`qbPs|me-tܚHhvHjwmx~@pzGtsa{kCvB|ay6}W|! Ng `uzqc{(f{bi|]l}D}o}sr~jvuaxW{ Nm~k^9b6DeQh[kӁg{njrqiiwuW`Zx6;W{GN ~Pا]ߝa4 dg=k]z>nFqmqm)het_wV^zӂMp}G\ŽI`A Uc͋ˊlg"juWxmp?pght^wJSUzhL}%\"@_c4ڈfJi)wm;Qo p~yf[s]vU z Lf}* 0[К[_Ub敱fEH~ivlwmp*e%s`\v6T8yK|܂]H[j_ j2bjej}IiXltlrloގds[vHSyvK|m!^onapfe~rh؇slD~3uotwrkKyua|yW~`{M瀲~$je> lh ;njpm9rpV}trsvuj}y,xa{zWT}}MDnBhlMjn&m%pYo[rcqtv{svosv+xlixzZ`qz|PW}k~M٦]fri4t1ku,nwpxzryrud{Khw|_zv}V|M}=ydyXgz+ej[{l{тSo~|yr }cqt~$h*wD~_]yzVu|M$cÙf^iB-k`nxJqOosg6v^yt U| M~bD 4eKh\!{k*Qm]vpnspf0v2]xUD{L~Kiaq(hdz&Ig"jm$}mJ&up"mrekr'ct[6wˆS7zK}6oK`G~0cQΉ^fb"\iDsyl!qniq؍rbtZNw~RzAPK0|@q5^蜟rbJLseʋu5i@vlozx#oqyrh{{v_}Yy/V5|5MCuoeVphr7jDsmuzpMykw0rpxuhzx&_A|zV8~}v}ex~]{1[UZ}gMhǜDh~UAj~l o;d|qtsm"vaexS\zT|M !'fHiylănr{lp΃Yss" kuudwЂ\7z0KT4|wLz~fhPJkBmzp'r]r'jtZcwW[yS|K~Aerď%h pjm(xooq ritb&v_ZyVR{K}8eDggkjT~~lϏw;oCoqht$(a v=YxPR={PcK }SdߚgsDj }lun(nq`gzsҌf`vBXxQ{J}DuF_gzvCbwBf"xQi\~yelvzon{s ff}'v,^~y\U{|lM!xs4ertsh.Muj_vm}xIpPuyrm{ue|{x7]~zU'}fM )qRkm^rmtBoτuq|w7ttxvmzBx*e{z=\}s|\T~XMHtoqbq>rgrttv!{av/wswy=l3y{zdN{.|K\}|}T~@LInw>5oxGqyWysqz\z;u5{crv|akXx}_cz~P\|i=TK~5Ll|n}yep}r~xxtb~qv;mjLxbyI[Z{倩S}LM]kmołv~qlw|sdpwlexQhMy7kz&myu{pWr|rj}ucT~xJ[0zT'J}Lh"uk6rvmawoWxqxezsq+{-uj|Nxb}uz7[]~|dS~tL{spȋuFrk'vt~wuwIy wWp3zIxiJ{zb||+Z~}SaQLΑtrvFzswhuZx|vyv6xzoCym{h~z}af|.~Zl}!SK~!L}Qq>{r|MOtW|{~u}tw@~5n"x~gzi`{Y}|R~~L!߁p8p Yqρs~/zu Qsvvlxfuy_{ Y|R:}KbȌoQ*q[rmxtU rdu넯kwwLe}x^z~Xp|Q}K$~nY|yR~LgxupGyTqz3syf{ u\s/{w l|xf_}zh_~i|Y2E}Rw'mL $wuex v~y wxEyyr/zzRk{{e||_#}}X~R72KNuzq>v{7}6x |vy|pz}j{!~Bd|$~^`}/X.~;ZQBK@tcu{w8uxUJoykiz}c{%]|cW}Q6~K"{sLNu5"znvut`wnxǃhypbz>\|V}:P~KJMwvwӎvqxAlyfgz b]z≏]m{UX@|oS8}=N}RI?~ b~exhs kmƄenhqbt\w.VTzSPЃ,}rJу i]f|i2wkr.nSlbpgX,szav \4xV{P~>J͂)k{m>vonq8qlisfPuaX;x$[,zjV-"|P^%Jɂ1;぀oz|qMuxsp6ttk-qveځrxl`wz7[2| Ú}P*JŁ΁~9sy]MuRtkavo=sxjOyez` |CZ}Ur  O=kJs}GxCxDyKs5nzTn{TiG|Sd.}M_? ~DZ D;T1O"J} |~|v~]}*q~}l~~nh0c2;^bs/YRTdPO%AJSz}Fu} p}ہKk~}g.~^bJ~]~X/4S|_N͂}IyN|tU|o}7j}wf+}˄Da_~ \~bW~SH `NAeIaw{s|Znc| i|ve}F`\}L[}酴W~F R~_M Ifv{q{&mG|>:h|Ed|҉W_}}'][}~gVi}VQ~PBM?~/H+|ߊGcwuesShn[ki"n~deqt_tyZZ wU,yzO}J1j{ψg+virfrl&mnhՆ#q)cޅs_v_Y\yTЃ{Ojd~J4-zhk9um]qnDolqh-sc9v^+x?YtzTzD|O<7J6xyoLtօqpi#rktgC8vbxX]gz/X |T$~OgJ9&xfsTsĄwtolv=jӃwfxOy,aӂz]V|Xe}SԂ)NJ;Ɂw1wSrsxtnP#yi˂ze{`<|\}WSa#Ny5IZ?v {7qz|m/R|h}d~O` [ʁdWE:yR߁1N)I䂀tȁ0pPl g\gc)_: [ ՁyVRf.MŀyIFxs< o,k 'f+b-^_o+ZIP)V:$Qڀ(MY HrTm}iYMe/a]oEYoτU<Ä{Q+ LHŃq(lڀhۉCd`\q3X^T\PcLlo H~}Fv@dqlfm׌=iiyl`eVo(`߈r \tW܆wSB{NZ~IuGCgq$jEm lho*dq`Ft)\ vWvyjR|"N4"~IKhtLkpml+ogqct _vA[,xzWJzRp}*NvI݁sOo.o&qkDrg$tc?v_6xe[ hzCV|5Rc~-M%IvrKrn4tejbufXwvb(x^tezZ|VF}RW$MЂI/q8svm*wibxehz1a]{a]|Yׄ}Ub~Q̀!M7LImp/}z l#{h\{doY|`}\؄~YjcU Ԁ?QCEM%I25o }k~HgfM~cl_\muXk݀TP{PցɂLˁGvĤm3j ?xflb_ l&[L܂UWVS҂PYVLjނHol҅?h􄣄eY ap^ڄlZoNGV̄!SCSO僸K}yH`:kgdi\`]JZY҆ VCSR O1{K(H+փ^oeLkڑwghtjtdNm"a1o]V.rYu|U-xtQu{yM/a~pIVnhkXQ\ `mc׋z+grQk1fjnЇbrj[u[S.yK}fW[_=c{8xg0Wqj֋xinsarZ%uRvy;K#|Wh^[f_d~c(0w~fߐoj[hn `qYRucQxJ|u]CjGZwl ^:mb oeĀqizx7hn>yBkHqnJjqij{sJmsuJpl/wYsd"yvp\*{yoT~%|OLZ~-igkj&mlpozr&qyrtXskivv4cxx[{E{S}}RLZgom]ioÈ)lbqns}yrq uVqsfw"juxbx;z[=z|S}=~KL[!eshCuNjvkm~wxXoy.pr}zjit{b=w|Zz:~S`|5L[_W_cy"fz2i{s}lw|+wo|oq}htQ~Farw~Z7yR|`)L ~be僢hр|k=unUmnq gs`vxYy8Rb{K~,aedυ +g{0jτPtxmmpkfs/1_uXxĂgQ{zK~E`߇VdgD$yj0>s;m Xlloqer^uX:x`QR{J}ꌏ`|(c"fߍvxaiˌqlk5o~LdrT]u2zWYx Pz˃J^}i:`7R.cbv}fwipplDj)o"cq]t)Vw†:PzQJ}"q[Ȏs3_]^tc ufxw$jq`xmjz*qb{t[}xSbp{LJRoaqAdrg~tmjwumpvwpi]y_sa{,vZ}yS~|KpmgoojqMl}sovtqjovshxv3aWzxZ#|z{R~z}{Kyӑkmw mo`QoqR|Zqs2usunuvgwx`yzY{|R~ ~gK1gis6l.tn~v{.pw`trxmtzg%w{f`)y6|YL{n~Rh}FKÀh`xԆjym[zyo{lsgq|Clt}f9vU}_jx~XzpQ}).KU*g~Qqi~lg~xonJrq"ksre:uD^xXzgQu|K"~߁Q~fhփ}kXw%n'ppnjr҂dOu,]w]Wy(P|=J~re`ih!:|:j݇umdooچ0isrJ~c^t]w VykPs{܂JV~?dgzjotslnuohbhHq݈8bQtI\vVy3O{yJ}OdbgUCygjs>lmYoegFq{ahs'[Evm{UGxON{A%I}su\}v_Twc{uxftyjtmzmgK|*qV`V}stY~xMRy1{KLYsbte v/hzXwqjsxmm#zpf{_s_|vY~3yR4|K8qg/s/jtly>v-nrwq`lUysezv7_;|xX}{2Q;}KԀ Jomqo~sSqxtrqvtk}x.ve=yx^{szX>}|Q~~Kvdn(rz]ps}NrunwsvpuxOjwHydy{(^%z|W|}Q~aVK %lwƁnx{pyurzot{iv|cxR}]pz0~oWR|SQ}4K2kw|mm}jz}o}tgq~]ns~huRbw\y:V{P}iJ5sj ~lقy(o#s-q6mys8gu2aw"[yV({P!|JX~Ł̃iʆ}l#~wnvqplUrft`v[*xUz O|I~biD| kvdmppkr*elt4*_v4@ZCxCJTzMSO |UڀzCP@}AJvAyg{zzjCv.{lp|>o&kn|qe}s`~pvqZ0xU{OՀ~Jrx:lzBy:nuz7po{rj{te4|v`}xZ~zU'b|OO~Jn<~kvqGywrsxtnyvizwd{yF_m|zZ}|mT~~OyJj0}uvuwvwrwxWmy yhzzc{#{^|,|Ys}@~T^~S=O!haJ*u{tWzgvtu{5qw|lqx<|gyY}bzw~B]{~X|S}̀qN~'IzDse~u'tKpUv<k\wzfxPayր] zX!|)BS^}RNO~wIq$xrNstAo(u5jEvփex`yH\@zwWt{R|悩M~I$0iwrrs(muivPmr`lhncq^tYiKwTPzN}I؂g{7~ hv8~xjrq~ll;oFgqbt^BvXy"S{Ń}~PIہy|lqu}nypz}pk~rg~tb;v]xxXzSv|NIށ)x{ps{rvo||utj}ufN}wma~#y]~zX$O|cSd~NI@owyurzvcnZ{owi|xe[|z9`}^{{\I~|W~}Rd9N1|IӁvExyAqyz2m/z{#h{J|dY{|_|}[}d~V~!R~ހ]M7IP_ tw}zpax~ly~gz ck{L_|Z|ҀwVX}R~dpMr/ISsw o2xjy fyb{z^*{*Z|KBU}!\Q}vM~˂Hr]vkmwvaixy-eyUavz#]>zaY5{̄T|P}yL~r!H~DqulvhwKdx؇`y\sziX{\TX|KPV}<_L1~%HI~wd`2rcBnfTj|ine&lao\rWÃovKSNyN<}I=4{vzdOqgm˃iiKSl|e"o7`yr \tW_wRÂzMꂳ}IH€uhGhZqFjlFmh~8o~dU(q_tS[vWy[R|{MȂ2~IQVtIlconokpxgrc(t_E9v[LxVgzR6}MCIZfs0penrksf؀ub2w=^]xZzV8|gQ~&MIIbr ~Nt\m~ui~w!e%xb[y]{3Y|U&}Qv=MFπI2)p}HZmGzՃid{de{탳a|[^e|Z}.W}uSM~XO~9K$H#lzKQhSz܆d{ga{׆:]|?Y|rVh}' R}O(~EKr~փG_qbahmd]iʈ gOeŇpjOamN]ކpkYysUvQ`iz*L}xHpelcgijoeMmaTo]Q6rYqu\U?:xGQ!{@Lփj~.Hă ohkφk(h4mdY;o`r?\̄[tYwT냑yP5|ML~HԂXn(lpjng\pc)r` t\;{vX/xT{P}TLnHAmpjqfhsb܃"uq_ew.[xXpzT8D|Pu~NLHlshu>elva;x,^ yZ{Wy|oS}PPLWHƁw$kwFgx|dyasz]T{Z2=|V΁*~S51OLL `H~gjzf{c|`3}`\~#Y}~V/RqO\8KHRQ*MWJzG3kbh'xee xhHafk-^ZZnZˈMqWWIt*SWw^OͅvzK償}H5ـjfgd%hdS>k`Hm]ȈXpXZNisVuS=xO{KՄ~HLbGi݊iSfkcm`X=pG]=brY؆uVwoRyOjB|Kǃ%Haiyle܈nbp_1r\ktYTvV"yRV{RO:}KHuh7?oeqb.s_/uW\ ~wXӄxUFzRW|O+~vKMH*gHs;d/taRvO^9Kw[QyTX- zU(|VQ}N‚bKy-HdQf`vacHw`ly]az@Z{sWz{|T}QlNgIK0uH"ReU"ybWz_H{\|YσT}VԂ~hSxJP 6N!JEGdSK|ah}^~A[̃"~YV+N#Sg쀺P}WM1J|GcB`c:w]Z}LX?UoRWBOM/JGGK&b4!_pF\JjZ 상WT́1R3ԃOmLX}I-dG_ LcUf Yˍh.^ jb}mf)udojmKrnduq\xuT|eyK}a\c` \f$cNhf|~kj_thnml}qqd=ttP\x\wS{zL~C^VcoaDfVd2i1gKk{bjmnswmqIkpsctXv[wyfS{p|L~g[jR_lpZb[nepz.i+rrqltjpvbsy[?wH{S{}L2~Ykp]rx`tLdHu{ygvqokxmjoGyb\s{QZv|SWz~"LD~`|W{wiD[`xM7_Ay5~czwfzpQj{in|aro}ZIvI~fRz+2K}U}Z}^1~,}db5~}vlf*~o/j%hnu`qYuRhy?K}}T̃Yo ]<*| aZu:ejn$iwag;my`qwYuhQyX;K}3HS~SXD\z`t dՆJmhyfWm_NqXku Qdy(J|߁dSW͍)\qyZ`Jrdtkh{e_l+^mpWthPxJ[|ċS=j8W}~[x(_qdk h;JdlD|]p`VtzP>xJ|SSgV}iiZ:kH^mbbzofr@qjyjtzndbwBr?[z.v/S#}>zK\}~d]g`qidc5kgcedf\Xgi1~jDkwm nproqVi6rt auvZ0yyR|I|:K~ߓ_jbl4en`}hpvkronthorva uGyYx{0R{}EK$N>]pe5`qzd s|rghuujvnmx0gqAy`xt{EVQuOyI|߇WaC[Pz_0tbtnfhbjz>bTn+[qUuWOtyGI|.kWNl[5nf_7}[p;cvbrgo&t7jhvqn`xrY{jv{R:~zVKC~> h]j`؃la{|\e0|Jvhl|pk}zin~cq~]8u3Vx;P{YLJ~Yԇ#]h`Ԁ{d4tgnjՀhnbqO \tVowǁ'P3z4JJ}A\x`ycu!sf݄mj5>gmapу^[t!Uwf{Oz I}["}_9x7cSrFfkilifm`pjZsƄUwO,zII}Gn["|_!vbYq fkiXel3`)pZ;sviTlvӄNzIg}C;nX%op [qx_y3scrtglv~kBezxjo^z{rX|vQ[~zJ~l9^maJ~odxqgqsyk k6un\dwq^3ytW| xVQ%~]{J~ic̃kf}un iVwp/l prTnjutqzd>vt8]y'wWW{{yP}|JLegi4jk|0lvmunp2oq1rkistcvv];xyyVz{ZP}t}JȆeo/hipzjrtmtVopv hrwbu6yk\w{Vzm|P} ~wJ#^d)tWfuyiwslwxSmo'ygqzb4t~{\ w4}V/y~

|fJ)bz}ezx=h{irak|lnV|fq}aVs~B[lv~UyeO|RJK~LaI|yd|vgq4jkmfptS`sDZvU(xOe{0I~Kd`ńQ{cufpijlCeo_r‚Zu~Tx?N{PI}큿I`-9ycZtFfwniiyluadom^rTY?uMq%ptkruf#tw`w)yLZy_{ U\{|O}~JUfhKszju.um+v}oowjqye>t*za_vn{Z\x|T{ ~0Op}RuJQfxytiyt0l$znn{ciq |;dDsr}_u}Yx+~TizO|ՀXI #}e}xh~Ark4~mm~hpKTc\r^Su1YwnSz N|c,I~|dvgqjrlmggoPbpr3:]t%Xbw-SfyN9|IK~>zd[`u_g(phiSkIlflo$Eajq\t5BWvȃRyP:M{I}'y:ctfo@ikj8lern `qH[sΆ1Vvo?RyNMK{oWH}iHuZ|pv]vwaKq#xdkyhezl4`p|=oZ}sUH~wrO^{EJ.)s_-{?tbTuvep9wUhjxkeIzn_{ur9ZX|uT~SxOg|1J)kqd>zsfttioNvl]jwody#q_lztY|@wXT}z9O8d}J$~1oiIxqlkssmn\tpiLv{rUdx/t^yvY{y8TQ}6{O ~}JA|mnBwoprqqmtsshulucawAwh^hy y;Y'z{ T||N~~JP{slos%vJntqlpul]rwUgtxbvoz]xS{yXz@|S|'~/N~Iz*kwumZxp/oyk6qzfs{au|\w}Wy~S&{yN3}iIkTxj |sl`}on}j%p~er~`u!\'wW[y$(R{%M}3I4~w^i0+rwk9mmHip&\drSr_ty[bvVxR4zMu|H~uhq%jAlmQgocwqɄA^sZvUxAMQzfL|lH~HGth ojv!klΈ_fobqP^ s&YuuUNw䄻PzL|&AHz}|yG[wy^r|zb'mC{pehK|3i9c}l^~ pkXtSʀ wN#{IB{wB_vpx7bqy)flkz&i3g{ lIbx|/on]}ArXt~YuS}py3N_|IzhubduUvgIpwjkxlfzoWa{Lr]|tX}wS5~zN9$}^Im8y"siGt/ukovYmjwp(fyrmaFz\t\{wW}yaR~O{N~+I wqmssonuqivseawuz`yqwZ\'zy9WY|W{R}|ME~Ivprqr>tmlsuhuvdwwxo_xy[|z'{XV{|RL}A~s{ gruV{cyv|_x}e[yg~+X z~T|PN}ML=~SHX΂nq~Ajs~fjtbv^wj[ xπQWaz(S{$O|⁓K~5Ht[lp.hruEeKs[auqj]vׂxZ6xCVyR{OQ|K}G$kp?gqޅdRsni`t]$vVY~wȄVy.2R[zN|-K1})G~r]im`jce܀gCaj]>nY~q}UPHd[lxqpi/ysezstb{EvW^|wZ|yWT}{%S~|OQ~^L)HskwuGh#xvdywazly.]{LzmZ |/{V} |S}~3O|~vKH3jvy(gwzcx{ `?y{\z|Ym{}V|x~R}kO&~V|K|EeG)Ciu|fv}bw~_]x~\"y7XzUt{PR |N}vK1~G҂hQudv(awA'^fxSg[CyXWzbT{b Qq|t?N=}pJ~Gg=tO$cu`v]wȃZx҃WHyT1z郟P| wM}+MJ~BGsBl6^i9aeуeb&hG^xk~ZVnWP:r2Sd/uO.yJK>|GփVbkbyhgeZe~h5a}vk^qmZrppVrtS~w+O_zeK}G့kf'g+hdT@kN`ԁ[m]upzYs!VuRӁxO2{wK{4~JHtj"iflcnh`#:p\qrYxuNV!wR+z Ol|Kp~HPi%~5mne~owb~qx_z#sy\ZtupXwpU+ykR>{vN܀}KfLH-h!|qd}^ra}t^~1v3[~wXV yU0}{*Q|N_~K7Հ9HHg-{tc|Yv `|wu]}`xZ}z'W~b{T~|Q]b~-NAJ_GՀ݂)fzx&b{ryC`|zX\|{cZ}1|cV}}gT ~S~eP~oMfxJzG|mey{az|c_&{B}*\${}YS|~VT}0ISx}Px~bM~_Jt Gt'cy`y^"z[8{GwX{U|@R}6O}M~HJ:GL܂bxN__y&]AyZmzW{kT| RN|Os}sL~1I~G* g`dqc+af+^]iG[l^XV_oU*rQvQN4,yJ}HG_f͆vcc͆fQa i ]5k[nWzqTʄ tQdwNzJX}G}-f fcii`akk]`"nrZpWpsTndv7Q#,yM{J~GAeKj;baol_9n\ qYsGVuT wP߂zYMɂi|J\M|Mj]~JvuhGbt_u]Q%wZCxxX _yUF{PR|Oр~)MJ;G'Ta~w=^&xw\}RyYzWZ{T}R~)Ol@PLՀetJGRȂ`~z]]~X{S[~|@Y~}"V}TV~QNvL~IIŀ4G)u_}E}\}~:Z}~X.~(U~zSd~Q~1N~?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~O3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBRRScUuWY[\]_ޟa۞bٝdלe՛fћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjO3PBQQSbUtWYZ[\]ߣ_ݣ`ڢaءbԟdҝgҝgҝgҝgҝgҝgҝgҝgҝgҝgҝgҝgҝgҝgҝgҝgҝgO3PAQQSbUsVXYZ[\ߨ[ۧ\إ^ԢbҠdўfўfўfўfўfўfўfўfўfўfўfўfўfўfўfўfўfO3OAPPRaTrVXYZZY۪Yب[ԥ_ңbѡdРfРfРfРfРfРfРfРfРfРfРfРfРfРfРfРfРfN2OAPPR`SqUWXYXܬVجWԩ\Ҧ_ѤbУdСfСfСfСfСfСfСfСfСfСfСfСfСfСfСfСfСfN2O@POQ_SpTWXWޭUذRԭXҪ\Ѩ`ЦbϥdϣeϣeϣeϣeϣeϣeϣeϣeϣeϣeϣeϣeϣeϣeϣeϣeϣeN2N@OOP^RnU}WWUٴOԱSѮYЫ]ϩ`ΨbΧcΦeΦeΦeΦeΦeΦeΦeΦeΦeΦeΦeΦeΦeΦeΦeΦeΦeM2M?NNO]RlUyVUܳPշMѲTϯYέ]ͫ_ͪaͩc̨d̨d̨d̨d̨d̨d̨d̨d̨d̨d̨d̨d̨d̨d̨d̨d̨dM1M>MLN[RhTxT߱Q׿FѸOϴUͱZ̯]̮_ˬa˫c˪d˪d˪d˪d˪d˪d˪d˪d˪d˪d˪d˪d˪d˪d˪d˪d˪dL1L=LKNXRdSzRھGHκP̶V˴Zʲ]ʱ_ɯ`ɮbɮcɮcɮcɮcɮcɮcɮcɮcɮcɮcɮcɮcɮcɮcɮcɮcɮcK0J+"?,Q6_>iDqJvPzS}UVWXYYZZZZZZZZZZZZZZZZZJ*P9QGSWUhWxZ\]^behjmoޖsۗtٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvJ*P9QGSWUhWxZ\]^behjmoޖsۗtٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvJ*P9QGSWUhWxZ\]^behjmoޖsۗtٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvJ*P9QGSWUhWxZ\]^behjmoޖsۗtٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvJ*P9QGSWUhWxZ\]^behjmoޖsۗtٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvJ*P9QGSWUhWxZ\]^behjmoޖsۗtٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvJ*P9QGSWUhWxZ\]^behjmoޖsۗtٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvJ*P9QGSWUhWxZ\]^behjmoޖsۗtٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvJ*P9QGSWUhWxZ\]^behjmoޖsۗtٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvJ*P9QGSWUhWxZ\]^behjmoޖsۗtٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvJ*P9QGSWUhWxZ\]^behjmoޖsۗtٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvJ*P9QGSWUhWxZ\]^behjmoޖsۗtٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvJ*P9QGSWUhWxZ\]^behjmoޖsۗtٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvٗvJ*P8QGSWUgWwY[]^`dgilߙoۘrؘu֙w֙w֙w֙w֙w֙w֙w֙w֙w֙w֙w֙w֙w֙w֙wK*O8PGRVTfVvYZ\]_behkܜn؛rԛuқvқvқvқvқvқvқvқvқvқvқvқvқvқvқvK*O8PFRVTfVvXZ[]^adgݢj١mӞrϝuΞvΞvΞvΞvΞvΞvΞvΞvΞvΞvΞvΞvΞvΞvΞvK*O8PFQUSeVuXY[\^adݪh٩iԧlͤqɢuɢuɢuɢuɢuɢuɢuɢuɢuɢuɢuɢuɢuɢuɢuɢuK*N7OFQUSdUtWYZ\_bޱfڰfհgЫiʧkťoŦsŦsŦsŦsŦsŦsŦsŦsŦsŦsŦsŦsŦsŦsŦsL*N7OEQTScUsVXZ]`a۷cֶeѱfͬgʧhťkĦnĦnĦnĦnĦnĦnĦnĦnĦnĦnĦnĦnĦnĦnĦnL*N7OEPSRbTqVY[]]ܹ]ֹ_ѴbαḓfʩgƧiħkħkħkħkħkħkħkħkħkħkħkħkħkħkħkL*N7NDPSQaSpV|YZZݸYּYҸ]δ`̰cʭeɪfȩhƨjƨjƨjƨjƨjƨjƨjƨjƨjƨjƨjƨjƨjƨjƨjM)M6NDORQ`SnVyYYߵXٿTҼXη\̴`ʱbɮdȬfȪgƪiƪiƪiƪiƪiƪiƪiƪiƪiƪiƪiƪiƪiƪiƪiM)M6MCNPP^TkWuWW۾RSϻX̷\ʴ_ɲaȰcǮeǬgĬhĬhĬhĬhĬhĬhĬhĬhĬhĬhĬhĬhĬhĬhĬhL)L5LBMOP\TgVuU޹SLS̼Xɸ\ȶ_dzaƲcưdůfîgîgîgîgîgîgîgîgîgîgîgîgîgîgîgK(K4K@KMPXTbTxREMSɽXǺ\Ʒ^Ŷ`ŴbijdòefffffffffffffffK(J3I>LIQRSeQzDENTƿYļ\ú^ù`÷b¶cdeeeeeeeeeeeeeeeI'H1G;MDPQPhF|IPUY\^_`bbcccccccccccccccE"B*H.K@GW/k6{AJQVY[]_``abbbbbbbbbbbbbbbAB"H,FC*X2j:wCKQVY[]^^_`aaaaaaaaaaaaaaa>DD/$E-W6f>rEzLRVXZ[[\]^_______________>A/2'E1T:aAjGqMvRzT|V~WXYZ[[\\\\\\\\\\\\\\\>5 !2+B5O=YDaIgLkOnQpSrUsVtVuWuXvYvZwZwZwZwZwZwZwZwZwZwZwZwZwZwZwC#P0Q>RMU\WkZz\^`eimprtuwyߔ|ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}C#P0Q>RMU\WkZz\^`eimprtuwyߔ|ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}C#P0Q>RMU\WkZz\^`eimprtuwyߔ|ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}C#P0Q>RMU\WkZz\^`eimprtuwyߔ|ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}C#P0Q>RMU\WkZz\^`eimprtuwyߔ|ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}C#P0Q>RMU\WkZz\^`eimprtuwyߔ|ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}C#P0Q>RMU\WkZz\^`eimprtuwyߔ|ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}C#P0Q>RMU\WkZz\^`eimprtuwyߔ|ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}C#P0Q>RMU\WkZz\^`eimprtuwyߔ|ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}C#P0Q>RMU\WkZz\^`eimprtuwyߔ|ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}ޔ}C#O0P>RLT[WkYy[]_dhlprtvxߔ{ܔ۔۔۔۔۔۔۔۔۔۔۔۔۔C#O0P=RLT[VjXx[]^bgkpruwޕz۔ؕוווווווווווווC#O0P=QKSZViXwZ\^`ejpsuݖyڕ֗ӗҗҗҗҗҗҗҗҗҗҗҗҗҗD#N/O=QKSYUhWvY[]_diosݛwٙ~ԘљΚΚΚΚΚΚΚΚΚΚΚΚΚΚD#N/OH/[7j>vFNSWZ]^_`abcddddddddddddd=BE!?6)I2Z:gAqHxO~TWY[\]^_`aaaaaaaaaaaaaa=A?$#7-I6W>bDjIpOuSyU{W}X~YZ[\]^_____________==&'70F9Q@ZFbKgMkPnRpTqVrWsXtYuZu[v\v\w\w\w\w\w\w\w\w\w\w\w\w\w; '+54AOKQWTcVnYx]bf߶iֽn̴sĭy=J'L2M>OJQVSbWlZu^|ceglƻpv|=K&L2M=NIPUT`WiZq_wc}޾dfimrx=K&K1LK&K1K;LFPQTZXa[g]t]`cegjlotz>J%J0J:LDPNTVW[XjXwV\bdfhjlot{>I%I/I8LBQJTPV^TmK{SY^bdfhjlpuyyyyyyyyyyyy>H$H-H6L>QDSQRbGpI}QW\`ceghjmrtttttttttttt?G#F+H3M9PAPTGe@sHPV[_adeghjnpppppppppppp@E!E(I.M1NDGW:g?uHPVZ^`cdefhkmmmmmmmmmmmm@CE$I'K4GH3Y:h@uH~PUZ]`acdegijjjjjjjjjjjjBAEH#F7-J5[fDoKvQ{UXZ\]_`abdeeeeeeeeeeee< A A0*)<1K:WAaFiKoQsTwVyX{Z|[~\]^`abbbbbbbbbbbb<> 5",,;5HOHSRV[Yc^icp߽dgmrx7CJ)J2L=OFSPVXY^_cao`ekpu|7CI(J1L;ODSMVTZX_]_n^~chmrx7CI'I0L9OBSIVNZT\aYl]|bfimqw}7DH&H/L7O>SDUJVXSdUp]{adgjmpu{7DF%H-L4O:S=SMO[JhQtY~^cfhjmptzƒ7EE#H*L0O3P@MPA_GkOvV[`dfhkmqv|ŁŁŁŁŁŁŁŁŁŁŁ7ED!H&L*M3LD9S@aFmMxTZ^befhkmqv{{{{{{{{{{{8BDH!K$J68G9V@cFnMxSY]`bdfhkmquuuuuuuuuuu8@DHG'<92I:X@dFnMvS|X\^`bdfhjmppppppppppp9 @DE>*,<4K;XBbGkMrSwW{Z~\^`bcegilllllllllll: @ B >$-.=6K=VD_IfMlRpUtXvZx\z]{_|a}b~dfhhhhhhhhhhh;?='.0<8H?REYJ`MdPhSjUmWnYp[q\r^r_satcudvdvdvdvdvdvdvdvdvdvdv:; *.3:;DALFRHWK[N^Q`SbUcWdXeZf[g\g^h_iajajajajajajajajajajaj7'# .+65==@DCJENHQKSNUPWRXSYUYVZW[Y[Z\~[\|]]|]]|]]|]]|]]|]]|]]|]]|]]|]]|]].'1'7/96=@3"!,/4;;FBOHVL\OaRdUgXjZk]m_naocpeqgr~js|lt|lt|lt|lt|lt|lt|lt|lt|lt|lt5<6$"..79>CDJGPIULYP\S^V`XaZc\d]e_faf~cg|ehzgizgizgizgizgizgizgizgizgizgi56 (!1,95>=ACDHFLJOMRPTRUTVVWXX~ZY|[Z{][z_[xa\wb]wb]wb]wb]wb]wb]wb]wb]wb]wb]1  !+4(70;6>;A@CCGEJGLI}OJ|QKzRLyTMxUMvWNuXNtZOs\Pr]Pr]Pr]Pr]Pr]Pr]Pr]Pr]Pr]Pr]P  $*."2)6.:2=6@8|C:zFuL?sN@rO@qQApRAoTBnUBmWClXDlXDlXDlXDlXDlXDlXDlXDlXDlXDc. t5=F(M3S>XI[R^[ebkgpkuoyq}s}t{uzvzvywywywyvzvzuzuzuzuzuzuzuzuzuc. t5=F(M3S>XI[R^[ebkgpkuoyq}s}t{uzvzvywywywyvzvzuzuzuzuzuzuzuzuzuc. t5=F(M3S>XI[R^[ebkgpkuoyq}s}t{uzvzvywywywyvzvzuzuzuzuzuzuzuzuzuc. t5=F(M3S>XI[R^[ebkgpkuoyq}s}t{uzvzvywywywyvzvzuzuzuzuzuzuzuzuzue- v5=F(N3T>XH[R^[ebjhplupxr}t~v|w{w{xzxzxzxzx{w|w|w|w|w|w|w|w|w|wg- x4=F(N2T=WHZR][bbiiontrxt}wx}y}z|{|{{{|{|z}yzzzzzzzzzzzzzzzzzzi- z4=F'N2SVHYQ\Z_cgkorޘv{ؒэ̉džÄs+ 3=H"L+O4S=VEYN\W`_ggߤmrמw{ϗɓďt* 3=H!L*O2S;VCYK[Sa[eg٪lrФt|ȝ|™v* 3=H!K(O0R8V@YH\OaWݵcfҲjrɩq|yw* 3=H K'O/R6U=XC\I_W`e͸grðn|v~x* 3>GK&O-R3U9X?\D[U^deql{szy) 3>GK$O+R0U5X8ZCTT\ccpj{pw{) 3>GK"O(R,U0X1VASSZbaogznt|}) 3>GK N$R'T(U0L?QQY`_mexkry~yx}) 3@GKN Q!R(J3L?POW^]kcviov|ˉvɔqǠmƬsx{{{{{{{{{( 3 AGKNOI+A7ICPNV\\hasf{lryzՂtӌoҗjҤhаmǰp°p°p°p°p°p°p°p°p°(2 CGJLH!8.?;FGMRR]Zf`newi}ms~yx؁t֊p֔m֟g֬eԵeԵeԵeԵeԵeԵeԵeԵeԵ'3 C GIG/%72>>DJKUP^Wf]mbsfxj|ns}yy݀v݈sݑoܛkۡkۡkۡkۡkۡkۡkۡkۡkۡ'5B F F7.(65=ADLJUO^VeZj^obsfvjyn{~r}zx~w}usq~q~q~q~q~q~q~q~q~&8BD<%.+77=BDLJTO\TaXf\j_mcpfrit}muzqwwuxuzxrxqxqxqxqxqxqxqxqxqx%<A=& 0,88>BEJJRMWR\V`Yc\f_hbiek}hlzknwoourprwpq{qq{qq{qq{qq{qq{qq{qq{qq{q&<< )!2-97@?EGHMKROUSXV[Y]\__`}aa{dcyfdvietlfrofprgprgprgprgprgprgprgprgprg$9# !+!4+<4?;BAEFIJLMPPSRUS}XU{ZVy]Ww_XuaYtdZrf[pi[nk\nk\nk\nk\nk\nk\nk\nk\nk\,  %.4(8/;5?:B>FAID~LF{OGyRIwTJvVKtXLrZMq\Mo^Nn`OlcPkePkePkePkePkePkePkePkePkeP %*/#4)8.;2?5|B8yF:wI;uKpQ?nS@mUAlWAjYBi[Ch]Cg_Dg_Dg_Dg_Dg_Dg_Dg_Dg_Dg_D  $).!3%|7)w:+t>-qA/oD0mF1lH2jJ3iL3hN4gP5fQ5eS6cU6bW7aY7aY7aY7aY7aY7aY7aY7aY7aY7X+h0u7? G*M4R=WF^MeS|lXyr\vx_t}arbpcodnenenenememendndndndndndndndndndX+h0u7? G*M4R=WF^MeS|lXyr\vx_t}arbpcodnenenenememendndndndndndndndndndX+h0u7? G*M4R=WF^MeS|lXyr\vx_t}arbpcodnenenenememendndndndndndndndndndZ+i0w7? F*M4R=WF]NdT~kY{q]xw`u}bscqeoeofogogngngnfofoeoeoeoeoeoeoeoeoe\*l/z7? F)M3R=WF[NcTjZ}p^zwaw}dufsgqhqipipipioiphphpgnhnhnhnhnhnhnhnh])n/|6>F)M2RF(M2R;WEZM`Uh[n`ud}{gzixkulsmrmqnqmqmrlpmlnkokokokokokokokoa(r. 6>F'M1S:WD[L^Tf[mateyi}kzmwnuorprpqoropomplrlrlrlrlrlrlrlrlrc't- 6>F&N/T9WBZK^Td[lasfxjm}oyqvrsrqrrqpqnsntoupvpvpvpvpvpvpvpve'v- 5>G%O.S7WAZJ]RbZkarfwkoqzsvtruovnvqurwsxsytytytytytytytytyf&x- 5>H$P-S6V?YH\P`Yj`qfvlptyvuxtyszszuzv{w{x|x|x|x|x|x|x|x|x|h%z, 5>I#O+S4VJ"O)R2V:YB\K^Sg[oeْxmҌs̈xDŽ|~~}~k$}, 5?K O(R/U7X?[G^OeZٟmeИvnʓ~tĎz~l$+ 5@KO&R-U4X<[C^LܫcZҥkeʞsn˜{u{m$+ 4AKN$R+U1X8Z>߳\Kճ`Y̫heäpnxu{n#+ 4AKN"R(U.W3Y:ڿWJϹ^XƱfdmnuv}|p#+ 4BKN Q%T*W-W9SI\Wdckmruz|q"* 5CKNQ"T%V'P7QHZVbcimouw|s"* 5EJNQSS#G6OFXU`aflmtt{|~z|u!* 6 FJMPRK!G4NEVS]`djksqzyzuqrvz||||||||w!)7 FJMOKA#H2MBTQ[]bhhpowv}~xÈrmihlqrrrrrrrrz )9 F JL J5?&H1M?SNZZ`efmmt}tzv|~o҆jБeΞa̫^ʺbļghhhhhhhh~):F I I ;4=*E5L@RKYV_`dhjozqtsxyl|gb]ߦX޵X\^^^^^^^^*=EG? *4"<.C9ICOMWU]]bcgi~lmxrqryulwhydyay]yW{V{V{V{V{V{V{V{V{+@DA*3%;1B;HEMMTTYZ^`cdghzlkurmpxolpiqfqcp`q^r^r^r^r^r^r^r^r,@@%!+4(;2BGCLGPJ~TL{WOxZPu^RraTpdUmhVkkWioXfsYcyZb{Zb{Zb{Zb{Zb{Zb{Zb{Zb{Z  '04&8-<3@8D<H?{LAxPCvSEsVGqYHo\Im_JkbKieLghMekNboOaqOaqOaqOaqOaqOaqOaqOaqO  %+0"5(9,=0|A4xE6uI8rL:pO;nQhY?g\@e_AcaBbdC`hC_iD_iD_iD_iD_iD_iD_iD_iDӾ %+0!}4%w8(s<*p@,nD.kG/iJ1hL2fN2eQ3cS4bV5`X5_[6]]7[`7[a8[a8[a8[a8[a8[a8[a8[a8 %y*s/n3j7!g;"e>$cA%bC&`E&_H']J(\L([O)YQ*XS*WV+UX+UY,UY,UY,UY,UY,UY,UY,UY,R,Z, h2r:xA!{H*zN3wV:u^@rfFomJktMi|OfQdRbS`S_T_T_T_T_T_T`S`S`R`R`R`R`R`R`R`RR,Z, h2r:xA!{H*zN3wV:u^@rfFomJktMi|OfQdRbS`S_T_T_T_T_T_T`S`S`R`R`R`R`R`R`R`RS+[+ j2t:zA!}H*|N2yT:v]AseFplJmtNj{PgReScTaT`U`U`U`U`U`UaTaTaSaSaSaSaSaSaSaSU+^+ l1v9}@!G*M2|S:y[AvdGskKosOlzQjShUfVdVbWaWaWaWbWbWbVbVbUbVbVbVbVbVbVbVW*`* o1y8@ F)M2R:|ZAybGvjLrqPoySmUjWiXfXdYcYcYcYcYcYdXdWbYbYbYbYbYbYbYbYX)c)q0|8? F)L1R:XA}`HyhMvpQrwToWmXkZi[f[d[d\d[d[eZfYd[a\a\a\a\a\a\a\a\Z(e(t07>F(M0R9WA_H}gMynRvvVs}XpZn\k]i]f^e^e^f]g\d]c_b`b`b`b`b`b`b`b`]'h(w/7>F'M/R8W@\GeN}mSytWv|Zs\q^n_k`i`f`g`g_f_eadcedededededededed_'j'y.6?G%N.S6W?[FcMkS}sXz{[w^s`pbmbjcibgbgbfdgehfigigigigigigigiga&m&|.6?H$O,T5X=[EaLjSrX~z\z`ubqdnfkgighhigkhkiljmkmkmkmkmkmkmkmkb%o&- 6@I"P*U2Y;\C_KiRrXz]|bweshqjoknlmlnlolpmqnqnqnqnqnqnqnqnqnd$q%- 7AJ!R(U0X8[@^HgPpXۆy_Հd|hykwmuotpsprptpuquqvqvqvqvqvqvqvqvqf$s$, 7BKR&U-X5[=^EeOْnXҌw`̇fǃjn}p{rysxtxtytytztzszszszszszszszsg#u$, 7CMQ#U*W1Z9]BڟcNјkXʒt`č|gloruv~w}w~w~v~v~u~u~u~u~u~u~u~ui#w#, 8DNQ!T'W-Y4ݪZAӥ`N˞iXØqaygmqtwyzzyyxwwwwwwwwj"x#, 8ENQT#V)X1زT@ͪ]MŤfXnavh~mrvx{||{{zxxxxxxxxk!z", 9FNQSU$ݴS0ҸR?Ȱ[LdWl`sh{nrwz|}~}|{zzzzzzzzm!|"- : GMPRTG.̿P>¶YKbVi`qgxnsw{}~|{{{{{{{{o ~!-: IMPQ޹OD-NIKJ5 ;A'I6QDYP`Zgbniuo{~ttxo{j}f~c~d}h}l|l{l{l{l{l{l{l{x/@HH>/;C$H3PAWM^We_lfysls{pmɅtgǐwbŜz^é{[{Zz^zbybybybybybybyby|/BFB" /9B%J0O=VI\RcZ{jasqglykf܃o`ڎr[כtWԨuSҸuQuTuXvXvXvXvXvXvXvXv0CB"$ /8A)H3N}PBxUEtZHp^KmcMigOflQbrR^yTZTWUSUPUPUPUPUPUPUPUPU! */4#9)>/B4}G8xL;tQ>pU@mYBj]DhaFeeGbjI^oJ[tKX{LTLQMQMQMQMQMQMQMQM պ %+0 5%:*z?.vD1rH4oL6lP8iT9gX;d[]g?Zk@WoATtBQ{CQ{CQ{CQ{CQ{CQ{CQ{CQ{Cش &,~1 w6#r;'n?)kD+hG-fK.dN/bR1`U2^X3\\4Z_5Wc5Ug6Sk7Po8Oo8Oo8Oo8Oo8Oo8Oo8Oo8ϼ !z't,n1i5f: d>"aA#_D$]H%\K&ZM'XQ(VT)TW)RZ*Q^+Oa,Me,Le,Le,Le,Le,Le,Le,Le, |u o i&e+`/]3[7Y:W=U@TCREQHOKMNLQJTIW G[!G[!G[!G[!G[!G[!G[!G[!K,R,Y. d6j=lD!kL(jV/h^4eg8ao;^x>\@YAVBTCQCPCNCNDODPCPCQCQBRBSASASASASASASAL,S,[. e5k=mD!lK(kU/i^4ff9co<`w?]@ZBXCUCSDQDODOEPDQDQDRDRCSBTBTBTBTBTBTBTBN+V+]- h4n<pC!oJ(nS/l\5ie9fm=cu@`}B]CZDXEUFSFRFQFRFRFSFSETEVDVDVDVDVDVDVDVDO*X*`, k4q;sB!sI(qQ/o[5lc:ik>etAc|C`E]FZGXGVHTHSHSHTHTGVGWFXFTGTGTGTGTGTGTGQ)Z)c+ m3t:wA wH(tO/rY5ob;lj?hrBezEcF`H]I[IYJWJUJUJUIWIXHYGVIUJUJUJUJUJUJUJT(\(f* q2x9{A |H'zO/vW5s`;oh@lpCixFfHcJ`K^K[LYLXLVLXKZKYJWKVMVNVNVNVNVNVNVNV'_'i) t1|9@G&N.zT5w^;sf@pnElwHiJfLcMaN^N]N[NZNZMZLYNXPXQXRXRXRXRXRXRXRX'b&l( x09@G%M-S4{[;xdAtmEpuIl~LiNfOdPbQ`Q_Q]P]O[PZR[T\U]V]V]V]V]V]V]V[&d%p'|09@G$M+S3X:}b@xkFttJp}MmPjQgReScTaT_T^T^U_W`XaYbZbZbZbZbZbZbZ]%g$s&/9AG"M)R1W9_?}iExsJt|NpQlTjVgXeYdYcZcZdZe[f\f]g]g]g]g]g]g]g]_$i#v%/ 9AH N'S/W6]>gD~qJx{PtTqWnZm\k]j^i_h_i^j_k`k`l`l`l`l`l`l`l`a#l"x$/ 9BIO$S,W3\;eCڄnK~xRzVwZu]s_qaobncncncococpcpcpcpcpcpcpcpcb"n!{$0 :BJP!U(X/Z8ّbCъkL˅tSƁ}X}\{`ybwduftgsgsftftftftftftftftftftfd"p }$0 :CLSV$X+۞X8җ`CʑiLČqSyY^b~e}g{iyjxjxjxixixhxhxhxhxhxhxhxhf!r$0 : DNSU ߥU)դT7̝]BėfLnTvZ_cfikl~m}m}l}k}j}j}j}j}j}j}j}jg s$0; EPRSڭL(ϩQ6Ƣ[AdKlTtZ|`dhkmnoonmlkkkkkkki u$0; G OQPԶD'ʮO4YAbKiSqZy`eilnpqqponmmmmmmmjw$0< I N O۵GϻC%ŴM3W?_JgSoZv`~eimpqrrqponnnnnnnly$0=K M L 4A$K2U>]IeRlZt`|ejmpr{sxsxrzq}p~o~o~o~o~o~o~on|#0>KK޸D2?"I0R=[HcQjYq_yeim|pwrstptosrrupwowowowowowowop~#0>IG$0< G.P;YF`OgWo^vchyltporkshsfsjqmpoooooooooooooos#0?Gߺ;%/:E+N8VC^MeUl\~taw|frjlnhpcq`r^qapdofofofofofofofov"/?A&3 :C(L5T@\JcQ}jXvr^pzcjgej`l\nXnVnWm[m]m]m]m]m]m]m]mz -;޿+'4>D%K1SHG?C?@@=@=@=@=@=@=@=@ѷ"(.w3p8!k>$gC'dH)aM+^Q,\V.YZ/V_1Sd2Pj3Kp4Hw5D~6A6>7>7>7>7>7>7>7Ӳɾ  {"t(n.h3d9a=^B![F"YJ#WN%TR&RV'O[(M`)Je*Fk*Cp+@v,>{,>{,>{,>{,>{,>{,>{,˺~ wp j"d(`-\2Y7W;T?RBPFNJLMJQHVEZC_ @d =i!;m!;m!;m!;m!;m!;m!;m!ÿzpj d_Z V& R* P/N2L6J9H<F@ECCGAK?O>S;W9\7_7_7_7_7_7_7_E-L,P-U2 [:]B^K]U$[_(Yh,Vq/Rz0O2L3I4G4E4D5B5@5?5?4@4A4C3D3F2F2F2F2F2F2F2G,N+R,W1 ^8`@`J`T$^])\f-Yo0Ux2R3O4L5J5H6F6D6C6A6A6B5D5E4G4G3G3G3G3G3G3G3H+O*U+Z0 a7c?cHcR%a\)^e-[n0Xv3U4Q5O6L7J7I7G8E8D7C7D7F6H6I5F5F6F6F6F6F6F6J*R)W*]/ d6g>fGfP%dZ*ac.^l1[u4X~6T7R8O8M9K9J9H9G9F9G8I8J7H7G8G9G9G9G9G9G9M)T(Z)a- h5k=kEiN%hX*ea/bj2_s5[|7X9U:S:Q;O;M;L;J;J:K:J9J9I:HJ@J@J@J@J@J@J@R'Z&a&i* q4u<vCtJ$pS*n\0jf4gn8cw:`<]>Z?X?V@U@T?T?R>Q=N?MANCODODODODODODODT%]$e%n* v3z;{BzI#vP)rZ/oc4kl9gua@^A\B[BZBXBWAVATBRDSFTGUHUHUHUHUHUHUHW$`#h#r)z2:AH!}N(wV/ta4pj9lt=h~@eBbC`D_E\FZGYGYGYGXIYJZK[L[L[L[L[L[L[LY#c"l"v)2 :AGM&~T-y^3th9pr=l|AiDfGdIbJaK`L_L^L^L]N_O_P`P`P`P`P`P`P`P["e!o!z(2 :@GL$R+[1|f8vo>qyCnGlJjMhNgPeQdQdRdQcRdSeSeTeTeTeTeTeTeT]!h r }(1 9@FL Q'Y/ڂc8|l?xuEt~JrMpPnRlTkUjViViViViVjWjWjVjVjVjVjVjV_ ju '1 9 @FKO#ڏV/щ`8˃i@qF{zKxOvRtUrWqXoYoZnZnZnZnZoYoYoYoYoYoYoYa lw '19 @FKܛJ"ҕS.ː]8Êf@nGvL~Q|TzWxZv[u]t]s]s]s\s\s[s[s[s[s[s[s[cnz&09 A GK֡E!͛Q-ĕZ7c@kGsM{RVY}\|^z_y`x`w_w_w^w]w]w]w]w]w]w]ep|&09A H ܦEѦC ǠN,X7a@iGqMxRWZ]`a~b}b|b{a{`z_z_z_z_z_z_z_fr~%09AI ױ5̫A¥L+V6_?gGnMvS~W[^acdddcb~`~`~`~`~`~`~`ht%/9AߪFҶ3ǰ?J)T5]>dFlMsS{X\_bde|fze|d}cbaaaaaajv$.8Aڵ5ͼ1=H(R3Z=bFjMqSyX\`c|exfugrftevdxcybybybybybybly#-6=. ;F&P2X<`DgLoRvW\~`yctepgmgkglfodqcrcrcrcrcrcrcn|!*1ܷ+, 9D$M0V:^CeJlPtV||[v_qbmeifegcfcegdjcjcjcjcjcjcjcq%% ) 6A"K-T7[@cHjNzqTtyYo]j`ecae^e[e[d^cacbbbbbbbbbbbbt &3?H*Q4Y=aEyhKsoPmwUhYc]^_ZaVbSbRaUaXaY`Y`Y`Y`Y`Y`xٴ*4=F&O0W9x_@qfFlmLfuPa~T\ʼnWWÕZR\O]L]K\L\O]P]P]P]P]P]P]} ѹ ,7 >E"M+yU3r]:kd@ekE`sIZ|MUևPPԔSLҡTIϱUFUEUDVGWHWHWHWHWHWHWձ˿ , 5<C~L&wT-pZ3ja8dh=^oAXxDSGNIJKGLDLBK?L@N@O@O@O@O@O@O ٪θ * 29?xG%rO*lV/g\3bc6]i9WqM@HAEBCABA@AfD!bJ$^P&ZU(V[*Sa,Nh.Ip/Dy1?2;3734323232323232323اʹ¿ ~ v&o-h2c8_>\DXIUN!QS"NX#K^%Fe&Am'=v(9)5*1*.+-+-+-+-+-+-+ϰżyrk f'`-[2W7T<QANEKJHOETCZ>a:i7q 3x 0!-!,!,!,!,!,!,!Ǹulf`[V% R* N/ K4I8F<D@BE@J>O;T7[4a1h.n+v+x+x+x+x+x+xvkb[UOJG D$B)@->1=5 ;9 9= 7B 5G 2L /R ,W *] 'c'd'd'd'd'd'dA-F,I-K0L7 P@QJQTO^Lh!Hq#E{$B%?&='<':'8'7'5'4'4'3'3&3&5%4$3$3$3$3$3$3$B,G+K,M/O5 S?TISSQ]Of!Kp$Hz%E&B'@(>(<(;(9(8(7(7(6(6'6'5&5%5&5&5&5&5&5&D+I*N+P.R4 V=WGVRU[Re"On%Kx&H(E(C)A)?*>*<*;*:*:)9)9(8(6'7'7(7(7(7(7(7(E*L)Q)S,V2 Z<[EZPXY Vc#Sl&Ov(L)I*G+E+C+A+@+?+>+>+=*<*:)9)9*8,8,8,8,8,8,H(O'T(W*\1 _:_C_M]W Za$Wj'Ts)P}+M,K,I-G-E-D-D-C-C-A,@+?+<-;.;/;/;/;/;/;/K'R&X&\(a0 e9eAcJbT _^%\g(Yq*Uz,R-P.N/L/J/I/I/H/G.E.E-A/?1>2@3@3@3@3@3@3N&U$\$a'g/ k7k?iGfQ d[%ae)^n,Zx.W/T0R1Q1P2O2N1L1L0K/H1E4D6E7G8G8G8G8G8G8P$Y#_#f&l- p6q=oElN iX%fb)bl-_u/\1Y2W3V4U4T4R4Q4O4O4M7L9K:L;M[?Z@Z@Y@YAXBXCYCZDZDZDZDZDZDX!bjs$z*2 9@F}N yY&tc.om3lv8i;g>e@dBcCaD`E_E_E_E^F^G_G`G`G`G`G`G`GZdnw#~)18 >DLـV&z`.vi4rr:oz=mAkCjEhGgHfIeJdJdJcJdJdJdJdJdJdJdJdJ\gqz"(06 <AڌHцR&ʁ\.}f5yn;vv?sCqFoHnJmLkMjNiNiMhNiMiMiMiMiMiMiMiM^it}"&.5: ޖ=ӒDʍP%ÈZ.c5k;|s@y{DwHuJsMrOpPoQnQnQmQmPmPmOmOmOmOmOmO`kv!%-37؜6͗BŒM$W-`5hI"S,\4d;kArFzJNQTV}X|X~{X}zW~yVyUxTxTxTxTxTxTeq}!$%Ԯ ɫ/ <G!Q+Z3b;iApFxKORUW|YyZvYuXw~Wx}Vz|Uz|Uz|Uz|Uz|Uz|Ugsݫϳİ- :EO)X2_:g@nFuK~OS}VyXuZr[o[nZpXrWsVsVsVsVsVsVivճ ʹ+8CL(U1]9e?lEsJ{OzRvVqXnZj[h[gZhYkXlWlWlWlWlWlWlyتϷÿ(5@J&S/[7c>jD}qIxyNsRoUjXfZc[`[_ZaYcXeWeWeWeWeWeWo| ҮȻ$2>H#Q-Y5`<|gBwoGqvKlPhScV_X[YYYWXXX[W]V]V]V]V]V]Vr֧ͳ / ;E N)V1{^8ue>plDjtHe}LaP\SXUTVQVOUOURUUUUUUUUUUUUUvѬǸ+ 8BK&zT-t\4nc:ij?drC_{GZKUNQPMQJQHPHPJQLQLQLQLQLQLQ{  զ˱ *5?zI!sQ(mZ.ga4bi9]p=XyAS˃DOʏGKȝHGūJDþJCIBJBKDKDKDKDKDKDK ڠϬŸ +5 |>tFmO"gW(b_-]f1Xn5Sv8N߁;Jݍ>Fܛ?Bڪ@@ؽA>@=@;B6<588696969696969סͮù'x/ p6j>eF`M\T!XZ#Sa&Ni(Jr*E|,A-=.;.9.8.7-5-5-5-5-5-5-ܜЩƵ ~w#p+ i2c9_@[FWLSSOYK` Gh"Bp$>{%9&5'3'1(0(/'/'/'/'/'/'Ҧɲ{ smg% a, \3X9T?QEMJJPGVC]?e:n6x2.+ ) ( ( ( ( ( ( ˯{qib]X%S+ O1 L7 J<GADFAL>R:Y6`2i.s*}'$""""""Ķ}pg_YSMI"F'C,A1>6<; :@ 7E 4K 0R ,Y )a %j "s{sf]VOJ FB>;!9&6*4.22/7-<)A&H"OV^ekkkkkk<,@,C-C0B6A> CICTA^=h:r7|531/.,++**)((&$$#####>+B+D,E/E4E= FHFRD]Af=p:z86421/..-,,,*((&%%%%%?*D*G*H-H3I< JFJQH[EeAn>x<9864322110/-,+('''''A)F(J(L+L1M: ODNNMXJbFlCv@><:8776655220-+ * * * * * D'J&N'P)R/S7 TATKRVO`LiHsE}C A ?!=!=!YHWSU]RgNpKz!H"F"D#C#C#B#A"A"?">!= :#7%7&6'6(6(6(6(6(J$P#V"[%^,`3 `;_E]OZZWdTm!Qw"N#L$J%I%I%H%G$F$E#D"A%@'>)>+=,=,=,=,=,=,M#T!Z `$d*f1g9 eAbL`V]aYj"Vt$T~%R&Q'P'O'M(K(J(I)I)H*G,F.E/E0E0E0E0E0E0O!W^e#j)l.m7 l?hGeRb]_h"\r%Z{'W)U*T,S-R-Q.P.O/O/O/M1L3L4L4M4M4M4M4M4R [bj"o'r-t4 s<pDlNiZfd#bn'_w*]-\/[0Y1X2W3V4U4U4U4T6S7R8S8S8S8S8S8S8U^fn!t&w+z2z9 x@tKpVl`$ij)fs-d{0b2a4`6_7]8\9[9Z:Z:Z:Y;Y`>_>_>^?^?_?_?_?_?_?_?Ycmv|#',2܇9 уD~OzY%vb+sk0ps4n{7m:ki@gAfBeBdBdBcBcBcBcAcAcAcAcA[epy"$(-ԍ5 ˉAÅLV%}_+yh1vo5tw9r

oAnBlDkEiFiFhEgEgDgDgDgDgDgDgD]gr| "#ە%ϓ2 ŏ?JT$]+e1|m6zt:w|=u@tBrEqFoHnHmHlHkGkGkFkFkFkFkFkF_iu~՚!ʘ0 <GQ$Z+b1j6q:}y>{AyDwFuHtJrKqKpJpIoHoGnGnGnGnGnGalwݚОŜ.:EO#X*`1h6o:v>B~E|HzJxL|wLzvMxuLxtKysJzrIzrIzrIzrIzrIzrIcny֟ ˢ+8CM"V)^0f6m:t?|BFI|Kx~Mu|Ns{NqzNqyLrxKtwJtvJtvJtvJtvJtvJep|ٚУŧ)6AK T(\/d5k:r?zC}FyIuLrNnOlOjOj~Ml}Lm|Kn{Kn{Kn{Kn{Kn{Kgsԝ˦&4 ?IR'Z.b4i9p>{xBwFsIoLkNhOeOcOcNeMgLgKgKgKgKgKiv٘ϡŪ#1 =GP%X,`3g8zn=uuAp~ElHhKdM`O^O\O[N]M_L`K`K`K`K`Kly Ԝʥ . :DM#V*~]0xe6sl;ns?j|CeGaI]LYMVNTMTLULXKXKXKXKXKXKp } ڗϡŪ+7AK }S'w[-qb3li8hq|HvQ#pY)k`.fg3ao7\w;X>SAODKEHFFEFEEEGFHFHFHFHFHFyږϡū !/ {;tEnNiV$d^)_e-Zm1Vu5Q8M;I=E>C?A?@>??>@?@?@?@?@?@Ԝʧ {+t7 mAgJbS]["Xc&Tk*Os-K}0G҉2CЗ4@Υ6>̷6<6<5:7888989898989ڗΣĮ|u*n4 h>cG^PYWT_Pg!Lo$Hy&D)A*=+;,9,8+6-4/3/3/3/3/3/ҟȪ}un'h0b9 ]AYIUPQXM`IhDq@| =":#8#6#5"4!1$0$0$0$0$0$֛˧²~t mg"a+[3 W; SBPILPHWD^@g6H3S 1^ .h ,r)|'%$""   9+<*>+>.<3<<:G7Q 5\ 2f0p-z+)'&%$$##"!!;*?)A)A,@2@;>D =O :Z 7d5n2x0.,+*)((''&$#" =(A'C'D*E0E8CB BL @W=a:k7u5~310/..--,+))&#!     @&D%G%I'J.K6I? HI FTC^@h=r;{97655443210.+(('''''B$H#L#N%Q,Q3O< NF LQJ[GeDoAx?><<;;:98762100/////F#K!P T#X*X1U8TB SMPXMbJlHuF~DCCBA@?>=<:98 8!7"7"7"7"7"I!OTZ"^(_.]5Z> YIVTS_PiNrL{KJIGFEDDCCB!A#@$?%?&?&?&?&?&LSY`!d&e,d2b: _D\PZ[WfUoRxQP O!N"M#L#K$K$J$J$I&H(G)F)F*F*F*F*F*OV]ei$k*k/i6f@ dLaW^b\kZs X|#W$V&U'T(S(R)Q*P*P*O+N,N-M-M.M.M.M.M.QYbin"q'r,q2o< lHhSf]cf ao#_w&^(\)[+Z,Y-X.W/V/V/U/T0T1S1S1S1S1S1S1T\ems v$x(x.v8 sDpOmYjb!gk%es(d{*b-a.`0_1^2]3\3[4[4Z4Y4Y4Y4Y4Y4Y4Y4V_iqw{!}$(}4z@vLsVp_"ng&ko*jw-h/g1e3d4c6b7a7`8_7^7^7]7]7]7]7]7]7Xaktzօ#̄1À>}IySv\"td'ql+os.m{1l3k5i7h9f:e;d;c;b:b:b9a9a9a9a9a9Zcnv}݇Њ Ɖ/;FP|Y"ya'wi+tp/sx2q5o7n9l;kg=g=fzj=zi=zi=zi=zi=zi=^hs|ڊѐƓ*7 BKT!\'d+k/|r3zz6y9w<u>|t@yrAvqBtpAso@sn?tn?tm>tm>tm>tm>tm>`ju~ Վ̔'5 @IR Z&b+i/p3x7~:||=xz?uyArwCovCmuCmtBmsAmr@nq?nq?nq?nq?nq?bmxڊВǘ%2 =GPX%`+g/n3}v7y~:v>r@oBk}Ci{DgzDfyCfxBgwAhv@hv@hv@hv@hv@dp { ֎̕œ"0;ENV$^*e/|l3wt7s|:o=l@hBeDbD`D_C_~B`}Ab{@b{@b{@b{@b{@f s ~ Ғș -9CLT#\(zc-vj2qr6mz9i=e?aB^C[DYDXCXBYA[A[A[A[A[Ai v ٍΖÞ*6 @J~R yZ&ta+oh0kp4gx7c;^>Z@WBTBRBQBQAQ@S@S@S@S@S@mzӒɛ&3 >}GwPrX#m_(if,en1`v4\8X;T=P?M?K?J?J?I>K>K>K>K>K>rڌϗĠ!/}: vDqMlUg]$bd(^k,Zs0U}3Q6M8J:F;D;D:C:B;C;C;C;C;C;wԒʝ|*u6 o@jJeR`Z\b#Wi&Sq*O{-K0G2D3A4?4>4=4<5;6;6;6;6;6~ۍϙţxr$m1g< bF]OYWU_QgMo"Iy%EDŽ(AƑ*>Ġ+<°,:,9+8,7.6/6/6/6/6/ԕɠ|pje,`7[A VJRSN[KcGlCv@ہ<ڎ!9؞"7֮"5"4"3#2$1&1&1&1&1&ڐ͝ħtke_(Y2U;QD NM JUF]Ce@n[ :d7n3z0.,*)((((((ʣ~pd\ VQL$H,D3A:>@;G8O4W1` -k *w & $ " !      ītg[TN JEA#>);/855;2A.H+Q&Z"eswj^RKFA =:64#1(/.,3)9%@ HQ\hu {m`TJC>962 /,*(!%%"*06>G Q[envvvvv3,5+6,4/15.=+G&R"]hr|    5*7)8*7-433<0E+P'[#f!py            7)9(:(:+818:5C1N,Y)c'm%w # !              9'<%=&=(=.=7;A8K3V0` .j +t )} ( ' & % % $ $ # # !          <%?#A#A%C,C4A>>H:R7] 5g 2p 1y / . - , , + + * ) ( ' % " !      >#B!E G#J*J2H:EDAO >Y |=<<;;98766543222222EJNTX%X,V3R<OF MQ J\ HgFpEyDCBAA@??>>=<;::9999HNSZ^#_)]/Y7VATM RY OcNlLtK|KJIIHGFEEDCBA A A A A A KQX_c!e&d+a3^=\I YTX^VgToSwRQPOONM L K K!J"I#H$H$G$G$G$G$NU]dhj"j'h-f8dD aO_Z]c\kZsYzX W!V"U#T$S%R%Q%Q%P&O'N'N'N'N'N'N'PXahloo!n'm4k@ iKfVd_bg`o_v!^~#]$\&['Z(Y)W*V*V*U*T*T+S*S*S*S*S*SZdkprsu"t1r= oHmRj[hcfk er#cz%b'a)`*_,^-\-[.Z.Y.Y.X-X-W-W-W-W-U]gnsvw zz.x: uErOpXn`lh!jo$iv'g~)f+e-c.b0a0_1^1^1]0\0\/\/\/\/\/W` iqvy} ǀ+~7 {BxLuUs]qe"ol%ms(l{*j-i/h1f2e3d4~b4}b3|a2{a2{`1{`1{`1{`1{`1Yb lsy ~͂…(5@}J{Sx[vb"tj&rq)px+o.m0l2~k4{i5yh6wg6vf5ue4ue3td3td3td3td3td3Zd n v |Ђdž&3> HQ}Y{`"yg&wn)uv,s~/~r1{q4xo6un7rl7pk7oj7oi6oi5nh4oh4oh4oh4oh4\ g q yր̆‹#1< ENW^"~e&|l)zt,{y|/xw2uv5qt7ns8lq9jp9io8in7hm6il5il5il5il5il5^ i s |҄Ɋ .: CLT\!c%}j)yq-u~z0r}3n{5kz7hx9ev:cu:bt9bs8br7bq6cq6cq6cq6cq6a lvψŎ ,7 AJRZ {a%wh)so,pw/l2h5e7b~9_}:]{:\z9[y8\x7\w7\v6\v6\v6\v6cozքˌ)5?HPzXu_#qf'mn+ju.f~2b4^7[8X9V:U9U~8U}7U|7U|6U|6U|6U|6fs~҈Ǒ%2< ~FyNtVo]!ke%gl)ct-`}0\3X5T7Q8O8N8N7N6N6N6N6N6N6jwڃ΍Ö!.~9 xCrLnTi[ec"aj&]r*Y{-U0Q2N4K5H5G5G4G4F4F4F4F4F4o|ԉɓ}*v6q@ lIgQcY_`[h"Wp%Sy(O+K.G/D0B1A0@0@1?1?1?1?1?1u܃Ϗřyt%o2j< eF`N\VX^TePm Lv#I%E(B)?*<+;*;*:+9,9,9,9,9,|Պʖ~p kf,a7]A YJ URQ[McJkFtC? <"9#7#6"6"5$3%3%3%3%3%݅ϒŝwh_\$X0T;PEMN IV F_Cg@q=|:Έ7͗4˧2ɻ110.....ԎɚpbXTP)L4I>FGCP@Y=b :k 8v520.ߵ,+*)))))͘ãvh[S OJ#F,C5@==E:N7W4`1k.w , ) ( & % $ # " " " " ơzm`TMHD@$=,:37:4A1I-R*\'h#t ~pdWMFA =96!4(1..4+:'B#KUao     tgZOE>95 2/,*!'&$,!29BL X fuxj]QG>62.+' %" #)0 8ANZfq}.+0*/+,.'4$<FQ\f p y0*2)1)/,*1):%D OZdnw        2(4&4'2*//.8,B'L!Wakt}   5%7$7$5&5-562?.I)T%^!hqz       8#:!;!:#<*<39<6F1P-[*e'n%w%~$$#""!!     :!=>@!B'B0@9=B9L5W2a/k.s-{-,,++*)('&%% $ # # # # # # =ACGI%I,G5D>@Hu =| = < < < ; : : 98876554444DINTW W%T,P4M>KJIUH_ Gh Fp FwEEDDCBAA@?>==<<<<<GLSY\\!Z&W.U9TERP QZ PcOkNsMzLKKJIHGFFEDCCBBBBJOW]aa_]']4\A[L YVW_VgUnTvS}RQPPONLLKJIIHHHHLR [aeecd"e0d=bH `R^[]c[kZrYyXWVUT S!R!Q!P!O"N"N"M"M"M"M"OV _ehh h kk-j9hD fNdWc_ag`n^u]}\ [!Z"Y#X$V%U%U%T%S%S$R$R$R$R$QY b h k mn pq*p6nA lKjTh\gdekdrby a"`#_%^&\'[(Z(Y(~X'}W'|W&|W&|W&|W&|W&S [ d j nrsvw'u4s> qHoQmYlajhhogv!e~#d%c'b(~a*{_*y^*x]*w\*v\)v[(u[(u[(u[(u[(U ^g mrvxz{${1y< vFtOrWp^nemlkt"j|$i'}g)zf*we,uc,rb-qa,p`+p`+p_*o_)o_)o_)o_)W `iov{}!/~:{D yLwUu\scqj pq"|ny%ym(vl*tk,qi-nh.lg.ke.je-jd,jc+jc+jc+jc+jc+Yclsz ,8A ~J|RzZxa}wh zuo#vtw&sr(pq+no-kn.hm/fk/ej/di.dh-dg,dg,dg,dg,dg,[fnw~ *5? HPX{~_x|f t{m#qyu&nx~)kv+hu-es/br0`p0^o0^n/^m.^l-^l-^l-^l-^l-]hq{Ȃ'3= F~NzVv]rdok#ks&h~|(e|+b{-^z/\x0Yv0Xt0Xs/Xr.Xq.Xq-Xq-Xq-Xq-`kuŇ$0; ~DyLtTp[mbii!fq%bz'_*[,X.U~/S|0Q{0Qy/Qw.Qv-Rv-Rv-Rv-Rv-coz̄ -~8xA sJoRkYg`ch `o#\x&Y(U+R-O.L.K.K-J~-K}-K|,K|,K|,K|,hsȉ })w5r? mGiOeWa^]fZm Vv#R&O(K*H+F,D+D+D+D+D+D+D+D+myυďzu%p1k;gD bM^U[\WdSkPtL~!H$E&B'@'>'>&='='='='='='sրʌ|qlh,c7_A[I XQTYPaMiIrF|B? @;"9,754>2G0Q-[+f(r&$"!àwi\PE=963"1*.2+9(B%K"V bp{m`TI?830-*'%%,!2:DO\ k {qdWLB91-)& # $*2 ;FTbsugZND;2+&"  ")2<IWfs)*))'*#-3;D OZdnv~+(,'*(&+ 09BM X bkt|.&.%-%)(&.%7 @JU_ h qy0$1"0"-$-++4)=#GR\env} 3!443!4(310:+D&N"Xbksz6879;&:-764@/J+T(^&g$p$w#~"""!  9;<@A"A*>2;;6E3P0Z/d.l-t-|,,,,++**)))('' & & & & <?BFHG%D-@6=@9K8V7`7h7p7w7~6666554322 1 0 0 / / / / ?CGLNM I'E0B:BFBQA[Ad@k@s@y ? ? > > = = < ; : : 9877777BFMRSRNJ(K5LAKLJVJ_ Ig Hn Gu G| FFEEDCBA@??>====EI Q VXVPR#T1T=THRRQ[ Pc OjNqNxMLKKJIHGFEDDCCCCHMU Z [ YW Z\-\9[DZN XW W_VfUmTtS{RQPPNMLKJJIHHHHJ QY ]^`_ ac)c5a@`J ^S ][\c[jYpXwWVUTSRQPO~N~N}M}M}M}ML T\`dfegi&h2g=eG dP bXa_`f^m]t\|[ZYX~W{U yT xSwSwRvRvQvQvQNW_chkjln#n/l:kD iM gUf]ddcjbqay`~^{] y\!w["tZ"sX"rX"qW!qV pV pV pV pV PZagmppqr r-q8pB nK lSjZiaghfo}ewzdxc ub!sa#p_$n^$l]$l\#k[#kZ"kY!kY!kY!kY!R\dkqtuv ww*v6t?rH qPoXm_}lezkmwjtth}rg!of#me$jd%hb&fa&f`%e_$e^#e]"e]"e]"e]"T^fntxz{||({3y=wF uNtV{r]xqcupkrnrom{ll"ik$gj%dh&bg'`e'`d&`c%`b$`b#`b#`b#`b#Vajry}%1~;|D ~{LzyTvx[svbouimtpjry gq"dp$ao&^m'\k'Zj'Zi'Zh&Zg%Zf$Zf$Zf$Zf$Ydmv}".9}B yJ tRq~Ym|`j{ggzndxvaw"^v$[t&Xr'Vq'To'Tm'Tl&Tk%Tj$Tj$Tj$Tj$]gr{+}6x?sH oPlWh^eebl^u[~~!X|#Uz%Ry&Pw'Nu'Ms&Nr&Nq%Np$Np$Np$Np$`kwƀ |(w3r=nE jMfUc\_c\jYsU|R!O#L%I~%H|%Gz%Gy$Gw$Gv$Gv$Gv$Gv$eq|Åzu$p0l:hCdK `S]ZYaViSqO{LI!F"C#A#A"A"@"@~"@~"@~"@~"jwʂzrmi,e7a@]H ZP VWS_PgLoIyFB@=;;::::::p~ʼnvjd`&]2Y<VDSMOU L\ IdFmCw@=:865544444yˆtcZVS,P6M@KHHPEYBa ?j &H$S#_!lzߞݲtfYMB7-* '% #( 09CO\jz xj]QF<2)%" "*2< HUev}naTI?5-% "*3?N^pseXKA7/'   !+6DUfv$)#(),19CMXaks{&'%&"&).7 AJU_hqx)%(#%# %,5> GR\enu|,"+ ( #!#)!2;EO Xbjry..,*+&)/%8AKU^go v | 11/12#0+-3(=#FQZcksy454887&3//8*B'L%V$`#h#o$v$}$$$$$##"!!!!!    78;>> = < < ; : 9 8 8 8 8 @ DK N M GEIK-L9LDLMKVJ^IeIl Hr Hy G F F E DCBA@??>>>>C HORQQN QS(T5T@SIRRQZPa Oh No Nu M}LKKJIHFFEDCCCCELRUXYVXZ%[1Z<YFXOWW V^ Ue TkSrRyQQPON~L|KzJyJxIxHwHwHwHGOUZ^_]^`!a.`9_C^L\T [[ ZbYhXoWvVU}T{SxRvQtPsOrNrMqMqLqLqLIRX^ceccef+e6d@cIaQ `X __^f]m~\t{[|yZvYtXrWpUnTmSlRkQkQkPkPkPJT[cgjii jj(j4i=gFfN eU c\}bczajx`qu_zs^p]n\l[jYhXgWfVfUfUfTfTfTMW_flnnmno&n1m;lDjL ~iS zhZwgaufhreopdwmckbh`f_d^b\a[aZ`Y`Y`X`X`XPZbjprsrss#s/r9qA|oI ynQ umXrk_pjfmimjhuhgefce`d^b\a[_[^[][][\[\[\S]fntwwwxx x,w6|v?wtG tsO qrVmq]kpdhokemsbl}`k]j[hXgWeVdVbVaV`V`V`V`V`jrx|||}}}){|4w{=szEoyM lxTiw[fubcti`sq]r{ZpWoUnSlQjPiPgPfPePePePeYdow} z&v1q;mCjK f~R c}Y`|`]{hZypWxyTwQuOtLrKpJnJmJkJjJjJjJj]is|yt#p.l8hAdIaP ^W [^XfUnRwN~K|I{FyDwCuCsCrCqCpCpCpbnyzrmi+e5a>^F[N XU U\RdOlLuHEC@>=}={=y=x=w=w=whutk ea&^1Z:WCTKQRNZ Kb HjEsB~?=:97777777o|pc\X U,R6P?MGJOGWE_ Bg ?q <|97532210000wDŽ}n_S NK%I0F9DBBK@S=[;d8n6y 3 1 / - , , + * ***̀Œzk[LB@='<2:;8D6M4V2_0i.u,)(&%%$####NJsdVH;31/&-0,9+C)M(W&b$n"} zk]PC7,# !"+5?KWdrӃҖЪ pcVI>3)  '0: F TcsuhZNB8.%  !)4@O_qzl^QF;2)!  ",8GYlpbUH>4+#  $0?Qdv'''*/6@JU_hpx~!%$%',4>GR\fmu{##!!!#* 2;EOYbjqx~% #'/ 8AKU_gnuz)'"! $,4= GQ[cjqw},*&(( %( 09CMV _ g n t z /--/.+#&+!3=HR[cjpv|21 4 540+$$,"7$B%M&V'^(f(l(s(y(((((''&%%$$####5 49 ; 94,+%.20=2H2R3Z3b3h3o3u3{222210/..--,+++8 9?@=526 9-;9CDCA= @B(D4D?DIDQDYC`CgBmBtB{AA@? > = < ; ; : 9 9 9 9 =BGILKGHK$L0L;LEKNKUJ]IcIjHpHw G F F E D C B }A {@ z? y> y> y> y> >FKPSSNPR S-S8RARJQRPYO`Nf Nm Mt L| L K }J{IxHvGuFtEsDrCrCrCrCAINUYZUVXY*Y5X>WGVOUVT]Sc Sj Rq |Qy zPxPvOsNqLoKnJmIlHlHlGlGlGCLSZ^_\\ ]^&^2];\D[LZSYZ }Xa {Wg xVn vVvtUqToSmRkQiOhNgMfLfLfKfKfKFOW^cdaabc$b/b9aA`I}_Qz^X w]^ u\e r[lpZtnY}lXiWgVeUcTbRaQaPaPaOaOaOIR[bghfefg!g,f6e?{dGxcNubU ra\ o`c m_jk_ri^{f]d\a[_Y]X\V\U[T[T[S[S[SLU_fklkjkkk*~k4zj=viEshLpgS mfZ jea hdhfcpcbyaa^`\_Z^X\WZVYVXVWVWVWVWOYcjopono o}p'yo1uo:qnBnmJklQ hkX fj_ cifahn^gw[fYeWdTbS`Q_Q]Q\Q[Q[Q[Q[R]gotssst }txu$tt/pt8ls@irHfrOcqV ap] ^oe[nlYmuVkSjQiOgMeKdKbLaL`L_L_L_Ublsxwwx~ywzrz!nz,kz6gy>dyFaxM^wT [v[ Yuc VtkSssPq~NpKnImGkFiFhFfFeFdFdFdZgpx|{|~xplh)e3a<^D[KY~RV}Y S|a P{iMzrKx|HwEuCtAr@p@n@l@k@j@j@j`lv~}rj ea%^/[9XAUHRPPWM_ Jg GpEzB?}=|;z:x:v:t:r:q:q:qfr|{nc]Y V+S5Q=NELMIUG\De An >x <975444|3{3z3z3zmyyj^T PM%K0H9FADIBQ?Y=b;k8v5 3 1 / . . - - - - - vugZMFC@)?3=<;D9L7U5^3h1s/,*)'''&&&&reVI<75!3*240</E-N,X*b(n&{$"!ˆ|oaRD8, )' %)$2";!EOZftvhZL?4)$-7BN [ i yŊÝ|n`RF:/% '2>KZiz׍ԡҶseWK?4+!  +8FVhzxi\OC8.% $1@Rdw}n`RF;1( )9K_q&% %(+4=HS]fnu{#""$)2;EPZckqw}! '/8BLW`gnty~  %,4>HS\cjpv{"!)0:DNW_flrw|%"$, 5?IS[bhnty(% % &#&/ 9 C MV^dkqv|+ (+ , )"'3>HQY`g m s y  .-21, $ ""&.(9)C*L*U+\+c+i+o+u,|++++*)(('&&%%%13762/* .1)243>4H4P5X5_5e5k4r4x44433210/.----38;<>;68:$<0<:=D=L=T=[=by=w<v;t:t9s9s9s98@EKNMHHIK(K3K<KEJMITI[HaHhGn~Gv|F~yFwE uD sC qB pA n@ m? m> m> l= l= ;CJQTSNN PQ%Q0Q9PBPJOQNX}N^{MeyLlwLsuK| sK pJ nI lH jG iE hD gC gC fB fB fB >FPVZXTTUV"V-V7U?UG|TNySUwR\uRbsQiqPq nPy lO jN hM fLdKcJbIaH aG aF aF aF AJT[^]ZYZZ[*[4}Z=zYDwXKtXRqWYoV`mUg kUo iTw gT eSbR`Q^O]N\M\L\K[J[J[JDNX_a`^]^__'{_1x^:t^Bq]Io\Pl[Wj[^hZe fYm dYu aX _W]V[UYSXRWPWOWNWNWMWMGR\cedbbb czc$vc/sc8ob?laGjaNg`Ue`\c_c a^k ^]s \]~Z[XZVYTWRVRTRSRRRQRQRQJV`ghgffgzhuh!qh,ng5kg=hgEefLceS`eZ^da \ci Ybr Wa|U`R_P]N\MZLYLWMVMUMUMUN[dkkkjk|lulpmlm)im3fl;clC`lJ^kQ[jXYi_ Vhg Tgp RfzOeMdKbIaG_G]G\G[GZGZGZS_ionnn~ovqorjrfr&cr0`r9^rA[qHXqOVpVTo^Qne Omn Llx IkGjEhCfBeAcAaB`B_B_B_Xdmrrrryupvix dx`y#]y-Zy6Xy>UxFSwMPwTNv\KudItl Fsv Dr Ap?o=my ;x 9v 8t 6r 6q 6n 6m 6l 6k 6k epy{zz|rh\U QN%L/I7G?EGCOAW?_ ;8#7,553=2E0N/W-a+l)x'%$"!"!!!!}wj^QE8/-+$*-(5'>%G$P"[!fssg[NA5) "+4=GR^k{ }pdWI<1&   '1;FR`oyk]OC7,"",7CQ`qʄȗƫpbTH<1'  &1>N_qߛݬ۾ugYL@5+" +9J]ozk]PC8.%  $4EXk}$ ##$)1;FR\dkqw|!  !&/9CNX`gmsx}$,5@KT]djouz~!)2<FPX_fkqv{  %.7AKS[bgmrw|   (2<ENV]cinsx~!   !+6@IQY_e k p v { $ #!  $/:CLT[agmrx&&)% * 5!>"G"O#V#]#c#i$o$u$|$$$##"! ),.--*$ &)%+0,:,C-K-R-Y-_.e.k.r.y.---,+*)(~(}'}'}'+12896103 4+565?6G6N6U6\6b6h5o5v5~554}3{2z1x0v/u.u.u-u-/5:@B?:9;<'=2=;=C=K=R=Y<_l=j<i;h:g9g8g8g86=GMNLHGHI I+I4I=~ID|HKyHRwGYuG_sGfqFmoFumEkEiDgCeBdAb@b?a>a=a=a=9CLRRQLLMNN(N1{N:xNBuMIsMOqLVoL]mKdkKkiJsgJ}eIcIaH _G ^E \D \C \B[A[A[A<GQVVURQR R}S%yS.vS7sR?pRFnQMkQSiPZgPaeOicOqaO{_N ]M [L ZK XI WH WF WE VE VD VD ?KUYYXVUV |WwW"tW,pW5mW<kVChVJfUQdUXbU_`Tg^To\SyZR XQ VP TO SM RL RJ RI RH RH RH BPY\\\ZZ~[w[r\o\)k[2h[:f[Ac[HaZO_ZV]Y^[YeYXnWWw UW SU QT OS NQ MP MN MM ML ML ML GT]___^^y_r`m`i`&f`0d`8a`?_`F\_MZ_TX^\V^dT]lR\v P[ NZ LY JW HV HT HR HQ HP HP HP LXabccb{csdme hede$ae-^f5\e=ZeDXeKUdSSdZQcbObjMatJ` H_ F^ E\ CZ BY BW CV CU CT CT Q]effffvhnigj bk^k [k*Yk3Wk;TkBRkIPjQNiXLi`JhhGgrEf~ Ce Ac ?b >` =^ =\ =[ =Z =Y =Y Vbiiiijrminap\qXqUq'Sq0Pq8Nq@LqGJpNHpVFo^DngAmp?l|=k ;j 9h 8f 7d 7b 8a 8` 8_ 8_ \gmmmm}noqet[wUx QxNx#Kx-Ix5Hx=FxDDxLBwS@v\>vd;un9tz7r5q3o2m1l1i1h1f1f1fcnqqqqyskwbyW}MHFC)B1@9>A=H;P9Y7~b5}l3|x1{/y-w,v+t+q+o+n+m+mjuvuuvvxi|^SH?=:#9,745<4D2L1U/_-i+u*(&%$}$z$x$w$v$vr{zzz~{rfZOD820/&-.+6*>)F'P&Z$d"q!{zncVK@4) %#"& /7?IS^kywk_SG<1& %-6? J V cqsh\PD9.# !*4>JXfv}qfZL?4)  '1<IXiz|m_QE9.$!,9HYj}ԒӧжrdVI=2( &4DWkwi[MA5+! /?Sh|"!!"%/:EPYagmsx} #,7BMU]djoty~ !)3>HQY`fkpuz~&/9CLT[bglqvz  !*4>GOW]chmrv|  $/8AJQX^dinsx~ (2<DLTZ`ejou{  !, 6 ? G OV\aglry  &1:BJQW]ciou}$$))&"!#,$5%>%F&M&S&Z&_&e&k&r'z'&&&~%|$z#x"w"w!v v $(/330,)+-'.1.:.B.I.P/V/\/b/h/o/w}/{/y.w.u-s,r*p*o)o(n'n')-7;;852 35#5-666>6E6L6S~6Y|6_{6ey6lw6tu6}s5q5o4m3l2j1i0h/h.g-g-,5>AA?<9:;<)<2<:~`=^<];\:\9[8[7[73@IJJIFEE FzF#wG,tG4qG<oFCmFJjFPiEWgE^eEecEmaEv_D]D\CZBX@W?W>V=V<V;V;8DMNNMJIJyKuK qK)nK2kK9iK@gKGeJNcJTaJ\_Jc^Jk\IuZIXHVGUFSDRCQAQ@Q@Q?Q?<IPQQQONzOtOpPlP&iP/fO7dO>aOD_OK^OR\OZZNaYNjWNsUM~SLQKOJNHMGLELDLCLCLCAMSTTTS}RuSoTkTgT$dT,aT4_T;\TB[TIYTPWSXUS_SShRRqPR|NQLOJNIMHKGIGHGGGFGFEQVWXWWxWqXjX fYbY!_Y*\Y2ZY9XY@VYHTYORXVPX^NWfMWpKV{IUGTESDQCOCNCLCKCJCJJUYZ[ZZs[l\e]`^\^Y^'W^0U^7S^>Q^FO^MM^TK]\I]eG\nE[yCZAY@X?V>T=R>Q>P>O>OOZ]]^^|^n`fa`cZcVdSd$Qd-Od5Md<KdCJdKHdRFcZDbcBbl@aw>`<^;]9[8Y8W8V9U9T9TT_`aaaxbkebfZhTi PjMj!Kj*Hj2Gj9EjACjHBjP@iX>iaq>=qE;qM:pU8p^6oh4ns2m0l/j-h-f-d-b-a-`-`ahhhh{ipken[qRsGw@y=y;y"9y+8y26y:5yA4xI2xR1w[/we-vq+u~)s(r'p&n&l&j&h&g&ghlllmxmnoatWwNzC}9 421&/..6,=+E)N(W&b%m#~{!| {yvtrqoopqqqqurju_zT~I?4+ (& %(#0"7!?HR]iw}{zxxwvvv|vryg}[PE;0% (08AKWc q }|{{z}ncXLA7,"  '09CN[hxvk`TI>3)  %.8CP^nsh]QF;0& "+6BQas~rf[NB6+!  (3AQcvʋɢǸ}paSF:/%  #0?QdxufXJ>2( ,=Pdx #-9DMV]djoty}!*5@IRY`fkpuy~'1;EMU\bglquz #-6@HPW]chlqv{  '1:CKRX^chmqv|  ",5=EMTY_dimrx~&/8@HOUZ`ejou{  )2;CJPV\afl r y   #-6>ELRX]ciov~}{zyxx $#!(19AHNTZ_e l s {} { ywusrqppp"+--+'" $%#&,'5'='D'J(P(V~(\|(bz(ix(pv(yt(r(p(o'm&k$j$i#h"h"h!!+24420,,-.(/1/9~/@{/Fy/Mw/Su/Yt/_r/fp/nn/vm/k/i/g.f-d+c*b)a)a(a(%29::863344$|5-y55v5<t5Cr5Ip5Pn5Vm5]k5di5kg5tf5~d5b4`4_3]1\0\/[.[-[-+8=??>;99 }9y:!u:*r:2p;9n:@l:Fj:Mh:Sf:Ze:ac:ia:r_:|]:\9Z9Y7W6V5V3V2U2U21=ACCB?>|>w?s?o?'l?/j?6h?=f?Dd?Jb?Q`?X_?_]?g[?pY?zX>V>T=S<R:Q9P8P7P6P66BEFGFC~BwCrCmDjD$gD,dD3bD:`DA^DG\DN[DUYD]XDeVDnTCyRCQBOAN@L>L=L;K:K:K9;FHJJIGyGrGmH hHdH!aI)_I1\H8ZH>XHEWHLUHSTH[RHcQHmOHwMGKFJEHDGBGAG?G>G=G=?IKMMM~KtKnLhL cM_M\M'YM.WM5UM<SMCRMJPMROMYMMbLMkJLvHLFKEIDHCFBDBCBBBABACLNOPPzOpOiPcQ^RZRWR$TR,RR3PR:NRAMRHKRPJRXHR`GQiEQtCPAO@N?L>J=I=G>F>E>EHPQSSSvSkTdU^VXWUWQW"OW*MW1KX8IX?HXFFXNEWVCW^AVh@Vr>U]\<\f:[q9[}7Y5X4V3U3S3Q3O4N4NSWXYYzZoZc]\_SaMbHcEcCc$Ac,?c3=d:j;j!:j)8j06j75j>4jF2jN1iW/ia.hl,gy+f)e(c'a'_']'[(Z(Z^_``}`rahc^fUhLkBn9q 5r3r2r%0r,/r3-r;,qB+qK)qT(p^&pi%ov#n"l!j hf d c a accddydoeegZkQnHq>t4x,z*z(z 'z(&z/$z6#z>"zF yPyZxfwsvtrpnljiihhhhviljbmWqMuDx:{0% ")19AKVbo~ ~ | y w u s r qmmm}msnip_tTxI|@6,"" * 2 : DO[hw~}|{srrzrqtfx[}PE;2( !*2<GSaoyxxyxm}bWMB7.$  )2<IWfvvj_TI?4*! &1<JZk~sh]RG<2'  ".:K]q~rg\PC7,! +9J^s܉ڞگٽ~sdUG;/$(8J_s",7AJRZ`fkpty~(3=FNV\bglpuz%.8AIQW]chlquz  *3<DLSY^chlqv{  $.6?FMTY_chlqw} (19AHOUZ_chmrx#,4<CJPUZ_diou|%/7>EKQV[`fkry}||| ) 2 9 @ G M R X ]cipx~|zx v u s s r r  #,5<BINTZ~_|fzmxuv~trpomlkjii%''&#( 0 8!>}!Ez!Ky!Pw!Vu!\s"cq"jp"rn"{l"j!h!f eccbba',..-+'%&'$|(,y(4w(;t(Ar(Gp(Mo(Sm(Yk)`j)gh)pf)yd)b)`(_']&\%\$[#["["#.24421., {-w. t.(r.0o.7m.>k.Di.Jh/Pf/Vd/]b/ea/m_/w]/[/Z.X-W,V*U)U(U(U'*3689754z3u3q3n4%k4-i44g4:e4Ac4Ga4M_4T^4[\4cZ4kY5uW5U4T3R2Q1P/P.O-O,O,/7:<=<9z8t8o8k8h8"e9*b91`97^9>\9D[9JY9QX9YV9aU9jS9tQ9P9N8M7L5K4J2J1J1J04;>?@?}=u<o<j< f=b=_=']=.Z=5X=;W=AU=HS=OR=WQ>_O>hN>rL>~K=I<H;G9F8F6E5E5E49>ACCCy@q@jAeA`A]BZB$WB+UA2SA8QA?OAFNBMMBULB]JBfIBqGB}EAD@C?B=A<A:A9A8A8=ADEF~FuDlDfE`F[FXFUF"RF)PF0NF6LF=JFDIGKHGSFG[EGeDFoBF{AE?D>C=A<@<>===<=;ADGHI{IqHhHaI[JVK RKOKMK'JK.HK4GL;ELBDLICLQALZ@Lc?Kn=KzQOW09WE8WM7VV5V_4Vj2Uv1T0S/Q.O-M.L.J.I.HLOQQ{RqRfS\VUWMYE[@\ =\;]9]&7]-6]44];3]B2]J1\S/\].\h,[t+Z*Y)W(U'S(Q(O(N)NPSTUwUmVcWYZR[J]B`:c6c4d2d#0d*/d1-d8,c?+cG)cP(cZ'be%ar$a#_"^!\ Y!W!V"U"TUWXXsYjY`[W^O`Fc>e5i.k+k*k(k&'k-%k4$k<#kD!jM jWibioh}fec`^\[[Z[\{\p]g^]`ScKfBi:l0o&r"s ss"s)s0s7s?rIrSq_qkpznlj hfdcb_``v`madbZePiGl>o5s,v"y| |||#|*|2|: {C {N zZzfxuwuspnmlkde~dsejebhWlLpCs:w1z(~ $,4=GS`o}{xvutjiziqjik^oSsIx?|6,#$,5?KXgwooxopoesZyP}E;1( #,6AO^ouuwumyb~WLA7-$ !+6CRcv||uj_TI?4*! )6DVi}si^RG=3( &4EZn҄ИЪϹ~sh^SE8-!  #3DZq*4=FNU\bglquz&/9AIQX^chlquz !+4<ELSY_chlqu{  &/8@GNTZ_chlqv| !*3;BIOUZ^cglqw~ %-5=DJPUZ^chmsz (08?EKPUZ_diov~"*3:@FLQV[`els{~{yxwvuu  %-5<BHMRW]c}i{py yw usqpnmlll  (07>C}I{NyTwZv`tgrnpwnljhgedcc c  ""!#|+z3x9v?tErKpPnVm]kdilgueca`^]\[[["&))(&# {w t!'r!/p"6n"<l"Bj"Gh"Mf"Se"Zc#aa#i_#r]#}\#Z#X"W VUUTT!(,..-,|)x&t&p'm'$j(+h(2f(8d(>b(Da(J_)P])W\)_Z)gX)pV){U)S)R(P&O%O$N#N"N!&-0231|0v.r,m, j-f- d-(a-/_.5^.;\.AZ.GX.MW.UU.\T/eR/oP/zO.M.L-J,I*I)I(I'I&+14665x4r2l1h2 d2`2]2%[2,Y22W28U2>T2DR3KQ3RO3ZN3cL3mK4xI3H3F2E0D/D-D,D+D+/479:|9t7m6g6b6^7[7X7"U7)S7/Q75O7;N7BL7IK7PJ8XH8aG8kE8wD8C7A6@4?3?1?0?/@.38:<<x<p9i9c:];Y;U;R;P;&M;-K;3I;9H;@G;GF;=:<8;7;5;4;3;26;=??u?l=d=^>Y?T? P@M@J@$H@*F@1D@7C@>B@EA@L?AU>A^=Ah;@t:@9?8>7<6;69787776:=@A|BrBiA`AYCTCODKDGEEE!CE(AE/?E5>E<=ECADFGuHkHaHWJQKKMDN?O y4}+" '0:GVfxlulnldpYuOzD:0' &0<K\n}surlua{VKA7,# $0>Nav}yu|j_TI?4*!  "0@Rg}ȒƦŸsi^SH>4* /BWl'/8AIQX^chmqv{ "+4=EMSZ_dhmqv{  '08@HOUZ_dhlqv|#+3;CJPUZ_chlqw~ &/6>EKPUZ^cglrx!*19?FKPUY^chmt| $,4:@FKPUY^cipx~|{zzz '.5<AGLPUZ`fl}t{~ywusrqppo !)07=BH}L{RzWx\vctjsrq{omkihgfff  $~,{ 2y 8w >v Dt Ir Nq To Zm `k hi qg {e c b ` _ ^]]\  {xu's.q4o:m@kEjKhQfWd^bf`n^y][YXVVUUU!#$#~!yvspm#j*h0g6e<cBaG`M^T\[ZcYlWwUSRPONNNN"'()(x's%o"l i f!c!&a"-_"3]"9\"?Z"DX#JW#QU#XS#aQ$jP$uN$L#K#J!H HHHH!'+--z,s+n)i'f& b&_'\'#Z'*X'0W'6U(;S(AQ(HP(NN(VM)_K)hI)sH)F)E(D'C%B#B"B!B!%+.01v0o.i-d,`,\,Y,V, T,&R,-P,3N,9L,?K-EI-LH-TG.]E.fD.qB.~A-@,>+>)=(='>&>%).13{4r3k2e0_0[0W0 S0P1N1$L1*J10H16F1<E1CD1JB2RA2[@2e>2p=2}<2;1:/9.9,9+9*9),146x6o6h5a3[4V5Q5 N5K5H5!F5'D5-B53A5:@6A>6H=6P<6Y;7c97o86|76655342404/5.5-0478u9l9d8\7V8Q9L9H9E9C:A:%?:+=:1<:8;:?9:F8;N7;X6;b5;m3;z2:1907060402011137:};r;i<a<X;R<L=G=C> @>=>;?#:?)8?/7?65?=4?D3?L2?V1?`0?l.?y->,=+;+:+8+6,5,46:<z>o>f>^?T?M@GABB>C :C8D6D!4D'3D-1D40D;/DB.DJ-DT+D^*Dj)Cw(C'A&@&>&<&:'9'8:=?w@lAcAZBPCJDDE>G9H4I2J0J/J%-J+,J2+J8)J@(JH'JR&J\$Ih#Iu"H!F E C A!?!>"=>@BsChD_DWEMGGHAI;K4M.O ,P*P(P"'P)%P/$P6#P="PF POPZOfNsMLJHFDCBBD|FoFeG\HTHKKEK>M8P0R(V$W"W!WW%W,W3W:WCVLVWUcUqTRPNLJIHFHwIkJaJYKQLINBP;R4U,X$[^ ^^^"^(^/^7^?^I]T ]` \n [} Y WUS Q P OKLsMhM^NVONPFS?U8X0[(^ adff f f$ f+f2e;eDeOd[cibxa_][XWVO{PnQdQ[RTSLUCY;[4_,b$ehkn nnnn&n-n6m?mJlVkcjrigeca`_TvUjUaUYVRXH[?`7c/f'ilo ruuvww w(w0w9vCvPu]tms~qomkih~ZqZgZ_ZX[N_Dc;h3k+n"ruwz}~ ~")2<HVf~x|{xvutx_m_e___UcKg@l7q.u&x{~  "*5@N^ptdkded\gQlGr=w3|)   *5CTf{rjljdmYrNxC~9/% *8I[osplraxVK@6," *9Lawtyj_TI?4*  +<Pf{ߐݠ۬ #,4=EMSY_dhmqv|  (09AHOUZ_dhmrw}#,4<CJPUZ_dhmrw~ '/7>EKPUZ^chlry#+29@FKPUY^cgms{ &-4:AFKPTY^chnv!(/6;AFKOTY^djrz}{ywvutts #*17<AFK~P}U{Zz`xfvntwrpnmlkjji %~,|2z8y=wBvGtLsQqWo]nclkjthfecba```  ~{x u's.q4p9n>mCkHjNhTfZeacias_~][ZYXWWW{wv s p m "k )i /h 5f ;e@cEaK`Q^X\`ZhXrV~TSQP O O O O ztpmk hfc%a+_1^7\<[BYHWNVUT]RfPpN|MKIHGGGG!#}$u$o"j gda^\!Z(X.V4U9S?QEPKNRL[KdInGzFDCBAAAA"%'y(p(j&e%a#^![ X!U!S!%Q!+O!1N"6L"<J"BI"IG#PF#XD#bC$lA$y@#>#=!< ;<<< &)+u+m+f*a(\'X&U& Q&O&L&!J&(I&.G&3E'9D'?B'FA(N@(V>(`=(k;(w:(9'8&7%6#7!7 7 #),|.r.i.b.],X*S+O+L*I+F+D+%B++A+0?+6>+==,D<,L:-U9-^8-i6-v5,4,3*2)2'2&3%3$'+.y0o1f1_1Y/S.N/J/F/ C/A/?/"4;494 74&64,44235925@15H05Q/5[.5g-5s+5*4*2)1)/)-*,*+-13s5i6`6Y6R6J6D7@7<888694929$19*/90.97-:>,:F+:O*:Z):e'9r&9%8%6$5$3%1%0&/14}6p7f8]9V9N9E:@;;<7<3= 1>/>->",>(*>.)>5(?<'?D%?M$?X#>c">p!= <;975 4!347y9m:c;Z;R;K<C>>>9?3A.C +C)D'D&D&$D,#D3"D:!DB DKDVCaCnB}A@>;:987:v<j=_=W>O>H?@A;B6C/F)H$J"J JJ#J)J0J7J?JHJSI_IlH{GECA?=<;>r?f@\@TALAEC>D9F3H,J%MP QQQ Q&Q-Q4Q<PFPPP\ Oi Nx M K I G E C B?{AmBbCYCQDJEBF[5_-c%fil ortvw wxyz${,{5{AzNz]xnwutqonnWdW\WVWM[C_:d0i(l psvy{~ %.9FVg{||j\b\\\T_Id?i5o,s#w{~ %0=M^ribcb[dPiFo;u1{'  %1@Sg~jhcjXpMvC|8.$&5G[qkpavV}K@6+!  &7JaxҏѡϬ  (09AHOUZ_chmrw} $-5<DJPVZ_cgmrx (07?EKQUZ^bgmry $+3:@FKPUY]bgms{'.5;AFKPTX]bhnv ")06<AFKOSX]ciqz~}{zyyy $+17<AFJOSX~^|ezlxuvtsqponnm&,~2}7{<zAxFwJvOtTsZqaohmqk{jhfeddcc |zx!v(t.s3q8p=nAmFlKjQiWg^eecnay_^\[ZZZZ ~ y wt rpm#k)j/h4g9e>dCbHaM_T^[\cZlXwVUSRRQQQ ~wqnl khfc%b+`0^5]:\?ZEY KW QU YS aR kP vN L K JIIIH xpkgdca ^\ Z'X,W2U7T=RBQHOOMWK`IjHuFDCBA A A A }s kfa^\Y WUS#Q)O.N4L9K?IEGMFUD^BhAt?><;;;;; y#o#g#a#\!YVS PNL J&H+F1E6C<BC@J?R=\<f:r98665556 $v&k'c']&X$T"P!M!J G E C #A!(@!.>!4=!:<"@:"H9#P8#Z6#e5#q3#~2"1!0 0001$'r(h)`*Y)T(P%K%G%D% A%?%=% ;%%:%+8%17&76&>5'F3'N2(X1(c0(o.(}-',&,$+"+ ,-"&|)o+e,],V,P+K)F)B)?)<)9)7)5)#3)(2*/1*50+</+D.,M-,W,,b+,n),|(+(*'('&'$(#("%)y,l-b.Z.S.M.G-B->-:.7. 4.2.0.!/.'-/-,/3+/:*0B)0K(0U'0`&0l%0{$/#.","*"(#'$&',v.j/`0W1P0J0D0=1925222 /3-3+3*3%(4+'41&48%4@$4I#5S!4^ 4k4y320.,+**.s1g2]3T3M3G3@3955507-7)8'8&9$9"#9)"9/ 969>9G9Q9]9i8x76420/..~1o3d4Z5Q5J5D6=77839.:(<$= !> >> >&>->4><>E>O>Z=g=v<:975321z4l6`7W7N8G8A8::5;0<+>%@C DDDD$D*D1D9DBDLDX Ce Bs A @ > < : 8 75u7h9]:S:K:E;>;8=3>-@(B!EHK KKK! K' K. K6 J?JIJTIaHoGEDB@>=9q;d<Y=P=I=B>M^q~{zyw`UYUTTLWB\8a.f%kor vy|~  *6EVi_ZZZS\Ha>g4m*r w|!,;L`va`ZaPgEm:t0z&  .?SjbgXmMsB{8-#!2F]sɉɝǫ $-5<DKPV[_chlqx!)18?FLQVZ^cglry $,3:@GLQUY^bgls| (/5;AGKPTX]bgmv #*17<AFKOSX]bhpy%,27<AEJNSX]cj}t{~yxvutssr  '-27<}@|E{IyNxSwYu_sfqooynljihggg~ |zx"w(v.u3t7r<q@oEnJlOkTi[hbfkduba`^]]\\|yusqom#l)j.i3h8f<e@dFcKaQ`W^_\h[rY~WVUTSSS { t omk hgec%b*`/_4^8\=[BZGXMWTU\SeRpP|NMLKJJK ~tmhd ca `^\ Z&X+W0U5T:S?QDPKNRMZKdInG{FECCBBB xnga^[Z YVTR"Q (O -N 2L 7K <J BH IF QE YC cA n? {> = < ;;;;sib\XUSQPMKJ$H*F/E4D:B@AG?O=X<b:m8z76544 4 4 |oe^XSPMKH FDB!A&?,>1=7;=:D8L7V5`4l2y10/..//xl!b"Z"T"O KHEB @><:#9)7.645;3B2J1T/^.j-w,**))**u"i$_%W%Q$K#G"C @ = :864 3 &1 ,0 2/!9.!@-"H+"R*#])#i("v&"%!%$$%%!r$f&\'T'M'H&C%?$;$8$5$ 2$0$.$,$#+$)*%0)%6(&>'&F&'P%'[$'g"'u!&!% # ! ! }$o&c(Y)Q)K)E)@(;(6(3(0(-)+)))')!&)'%*.$*5#*<"+E!+N +Y+f*s*)'%#"!#z&l)`+V+N+H+B+=+7+1,.,+-(- %.$.".!.% .,/3/:/C/M/X/d/r.-+)'&%%w)i+]-T-L-E-?-:-4.//+0&1#2 3333#3*40484A4K4V3b3p21/-+*)(s,f.Z/Q/I0B0<07012-2(3$578999!9'9.969>9H9T 8` 8n 7} 6 4 2 0 . -,o/b0W1N2F2@2:253/4+5&7!9;> ??? ?% ?+ >3 >;>E>P=\=j @CE HK KKKK%K,K4K=JHJTIcHrGFCB@>p7b9V9M:E:?:::5;.>(@"CFILOP QRRS!S(S0R9RDRPQ^PnOMLIGFj;]<R=I=C===9=1@*D$GJMP RUW X XYZ[$[,[5[?ZKZYXiW{UTRPOe@Y@O@G@A@=@5C.G&K NQT WZ]__ `abcd&e/e9dFdTccav`^\[X_DTDLDFDAC:G1K)O"SVZ ]`beghi jklm!o)p4o?oNn^lpkigfeZIQIKHFH?J6O-T$Y\` cgiloqrst vwy{"}+~7}E|V{hy}wusrWNPMLLDO;T1Y(^cg knrtwy|} #/=M`uVSRRKTAZ7_,e#jpsw{~ &4DWlXXRYG_=e2l(rx}  *:MbzY_OdDk:r/z%,?Um!)18?FLQV[_chmsz %-4;AGLQVZ^chnt|!(/6<BGLPUY^bhnv $+17=BFJOTX]bipy&,28=AEINSX]cjs}~|zyyxx !'-27<@DI~M|SzXy^weunsxqonllkkk~|{"y(x.w3v7u<t@rDqHpMoSmZlajihsfdcaa``_}xu rpon$m)l.k3j7i;h?gDeIdOcUa]_e^o\|ZYWVVUUysoki gfec%b*b.`3_7^;]@\EZKYRWYVaTlRxPONMLLLzqjeca_]\[ Z%Y*W/V3U8T<RAQGONNVL^KiIuGFEDDCC t j c^ [ YX VUSR"P&O+M0L4K9J>HDGKESD\BgAs?>=<<<< znd]XTR P O NLJI#G(F,E1C6B<AB?I>R<[;f9r8665555 ui`YSOLJH G E C B @ %? )> /< 4; :: A8 H7 Q5[3g2s0/ . . ...qe\UOJFDBA?=;:!8'7,62483?1G0P.Z-e+r*)('' ( ( |nbYQKFB?=;9 7532$0)//.5-<+D*N)X'd&p%$#"""#yk_V N H C>;853 1/-,!*')-(3':&B$L#V"b!o~vh\!S"K"E"?!;!7 30.+ )'%$$# *" 1!!8 !A!J"U"a!n!} se"Z#P$H$B$=$8#4#/#,#)#&# ##"$ $$"$(%/%6%?&H&S&_%m%|$" o!b$W%M&F&?&:&5&1%,&''$'!(())) )&)-*4*=*F*Q*^*k)z(&% "! | l$_&T'K(C(=(7(3(.())%*!+,- ....$.+/2/;/D /O .[ .h -w ,+)'% $y#i&\)Q*H*@*:*5*0*,+&,#,.02 34 4 3" 3( 30383A3K3X3e2t1/.,*(t&e)X+N,E,>,8,3,.,*-%.!0246 9 9999&9-949=8H8T8b7p6531/.p*a-U.J.B/;/6/1/-/(0#2468 ;> >???#?*>1>:>E>Q=^ @C DDEE E&E.E7EADMDZCjB{@?<;:f1X3M4D4=47434/4(6"9<>A DGIJ KKLM#M*M3M=LHLVKeJwHFEBA`6T7I7A7;76626,9%<?BE HKMPQ RSTUV&V.V8UCTQTaRsQOMLJ[:O:F:?::969/<(?!CFJ MORUWXZ [\]^!`)`3_>_L^[]m[YWVUU>K>C>>=:<3?+C$GKO RUX[^`abd efhi$k-k8jEiUhgf|eca`QBHBBA?@8C/G'LQUY\_begiklno qsuw&y1x>wNv`utrpomNGHFDE=G4L+R!W\`dgjmpsuwxz|~(5EWk~MKIJCL9Q/W&]ch lotwy|  -<NczOPJQ@W5]+d!jp uy} $3EZpQVG\==<<vi ` Y U QONL KJIH"G&F+E/C4B9A>@E>M=V;`:l8y766555p d[TNK H GF DCBA?#>'=,<1;69<8B7K5T4^2j1w0//...y k`WOIEB@ ? > =<:9 7$6)5.443:1A0I/S- ^, j*w)((((( ug\SKEA=;98 7 5 4 2 1 "0 '/ ,- 2, 9+ @)I(T&_%k#z" " ! """ rdYOHB=964310.,+*$(*'0&7$?#H"R ]jx   naVLE?:620-+) (&$#""(!. 5=FP\iw|k^SIB<73/,)&$" %,3;DOZgvxh[PG?940,)%! # * 1 9!B!M!Y!f t      ueXM D!=!7!2!. * & " ""# #$$$!$(%/ %7 %@ %J %V %b$q$" qbV!K"B#:#5#0#+"'"$"#$%'( ) ) ) )%),)4)<)G)R)_)n(~'%#!n_"R#H%?%8%2%-%)$%$"%&'(* - ....#.).1.:.D.O.\-k,{+)'&$j"[$O&E'<'6'0'+''&$' ')+,/1 2333 3'3.373@3L3Y2h1y0/,*)e%W'K(A):)3).)*)&)#)+-/1 36 7 8999$9+949=9H8V8e7v5430/a)S*H+>,7,1+-+)+&+ -024 69;< =>?@!@(@0@:@E?R>a=s<:985\,O-D.;.5.0.,-)-#/257 9<?AB DEFGH$H,H6GAGNF]EnCA?>>V0J1@19131/0,/&2 58;=@CEHIK LMOP Q(Q2P<PIOXNiL~KIGFQ4F4=47423/2)5"8<?B EHKNPQST VWY[#[-[7ZDZSXdWxUSQOL8B8;86736-8&<@DG KNQTVYZ\]_ aceg'g1g>fLe^cra_]\G<@<:;7:1<)@!DIN RUX[^acdfhik mor!u+t7sFrXqkoljiE@??<>6@-E$JOT Y]`cfilnprtvxz |#/>Ocy}{yDEACCHMQUY^djs~ '-39>BGKOTY^dkv~| "(.49=AEJNSX^en{~|{yvsq#).38<@D~H|M{SyYx`vhtsrpomkjhg|y xwvu$u)u.t3s7r;q?oCnHmMkTj[hcgme{cba_^]\ysomkjih h%g)g.g2f6d:c>bCaH_O^V\^[gYuWVUSRRRvnhdb` ^^]] \%\)\-Z1Y5X:W?UDTJSQQZPcNpM~KJHHGGyme_[XVU TSRR Q%Q)P-O1N5M:K@JFIMGVF_DlCyA@?>>>pf]VRONL KJIIH!H%G)E-D2C6B<@B?J>R=\;h:v977666zj_WPKHFDC BA@??!>&=*<.;3:98?7G6O5Y3e2r10//..sfZ Q J E A ?=<; :9877"5'4+30261=0D/M-X,c+p*)((((n a VMF@<9 7 654 3210/$-(,.+3*:)B(K'V%b$o#~""!""{j ^RIB<8420 / . . ,+)(!'&&+%2$9#A! K U b o~w gZOF?941.+)( ( & % # " ! $ * 1 8ALWdq  t dWLC<61-*'%#"  #)07@JVbp  qaTI@93/*'$!  '.5>IT ` m }     m^RG>71,($!  $ + 3 ; EP]jzj[OD;4/*&"   "( 0 8 B M Z hwgXLA92,($  ! ####$&$-$5$?$J$W$e#u"!cUI? 6 0 * &" ! # %' (())#)*)3)<)G)T(c(s&%$! `RF!<"4"-"("$!!!  "#% ')+ ,-..!.(.0.9.D.Q-`-p+*('$[ N"B#9$1$+$&### ""$&' ),.0 12444%4-464A4N3]2m1/-,,W#J%?&6&/&)&%%"% $&(* ,/145 7 8:;;";*;3;>:J:Y9j8}6421R'E(;)3)-(((%'#&)+-0 257:;= >@BCC&C/B:BFAU@f?z=;:8L+A+8,0+++(*&) +.14 69;>ABDE GIKM"M+L5LAKPIaHuGDBAG.=/5//.+-),#.158 ;=@CFHJLNP RTVW&W1V=UKT[RpQNMKB29232/1,/'1 59= @CFILORTVWY[ ^`c!d+c7cEbU`i^\YX>6763503+5#9=B FJMQTWZ\^`bdfh knq%r1q?oOnblxjhf<:794809'=BH MRVY\`cfhjlnprux {)7G[}pzyu<>9<5=,B"HNTZ^cfiloruwy|~  .?Rg~>A;A1G'NU[agkpswz} $4G]sAF7L-T#[b iouy~+>Si %,39?DIMRV[`flt~!'.4:?DHLQUZ`fnw~ #)/49>BGKOTZ`hp{}xt$*/48=AEJOTZa}j|uzxvutqmj ~||{%{*{/{3{7y;x?wDuItNrTq[odmnlzjhgfeb`}wsponmm m%m)l.l2k6j:h>gCfIdOcVa^`h^t][ZYXVUxojfcb a``` `%`)`-_1^5\9[>ZCYJWQVYTcRoQ}ONMMKJwld^[XVV UUTT T$S(R-Q1P5O9N?LEKLJUH^GjFwDCBBA@|nd[UQNML JJIII I$H(G,F1E5D;BAAH@Q>Z=f<s::9877tg\SMIFDBA A@@@? ?$>(=-<1:79=8D7M6W5b4o210///naVMFA><;:9 88776!5%4)3.231:0A/J.T-_,l+}*)(((yi\QHA<854321 00/.-",&+++0*7)>(G'Q&\%k$z#"!""teW L C < 7 3 0 .,+* ) )('&&#%($-#4"<!E OZhwpaS H @93/, ) ' % $$ #"!  %+2:CMZgvl^ PE=60,(%"    #)09 B M Y gui [ MB:3-)%!       " ) 1:D N Z g v  f XK@70+&"    ' . 6?JVds  cUH=5.($    $+3<GTbq`RE;3,&"   !(1:EQ`o]OB80*$   &. 7 B O^mYK?6.'"   ! "#$$$$,$5$@$L$Z#k"}!VH<3+%  !# % ')))")))3)=)J)X(i'{%$"!QD90)# "$&(* ,.///'0/0:/F/U.e-y,*(&M@ 6!-!'!"  ! #%'),.0 2 4677#7,666C5Q5a3u20.-H"<#2$+$%#!"! !$& (+-02468 : <>? ?)>3>>=M<];q9864C%8&/&(&$%!$#$'* ,/2479;=?A CFII$H/H:GHFYDkB@>=>)4*-)'($'"&'*- 1469<?ACEGJL NQT S*R6QDPTOfM}KJG9-1-+,'+%) *.2 59<?BEHKMOQSVY \_a$`0_=^M\`ZuXVT61/0+/)-$.27 ;?BFJMPSUXZ\^acfimo*n7mGlYkmhfd44/3-1)2 7<AFKNRVY]`bdgiknqtw{#0@~R{fx~vt4826.6%;AGMSX\`cfimortvy|(7J^u7;4:*@!FM U[afimqtwz}.@Uk:?0E&LT[bintx| $6J`u  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~mft1!  !"#$%&'()*+,-./012456789:;<=>?@ABCDEFGHIJKLMNOPRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~Q՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԛfԛfԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԛfԜfԛfԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԜfԜfԜfԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԜfԜfԜfԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԜfԜfԜfԜgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՛eԜfԜfԜfԜgԜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՜eԜfԜfԜfԜgԜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՜eԜfԜfԜfԜgԜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՛e՜eԜfԜfԜfԜgԜgӜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՜e՜eԜfԜfԜfԜfӜgӜgӜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՜eԜeԜfԜfԜfԜfӜgӜgӜgӜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgQ՛d՛d՜eԜeԜeԜfԜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgQ՛d՜d՜dԜeԝeԝfӜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgR՛d՜d՜dԝdԝeԝfӜfӜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgR՜c՜d՝dԝdԝeӝfӜfӜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgR՜c՝c՝cԝdӝeӝfӝfӜfӜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMgY՛e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMhY՛e՛e՛fԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMhY՛e՛e՛fԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMhY՛e՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMhY՛e՛e՛eԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMiY՛e՛e՛eԛfԛfԛfԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMiZ՛e՛e՛eԛfԛfԛfԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMjZ՛e՛e՛eԛfԛfԛfԛgԛgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMjZ՛e՛e՛eԛfԛfԛfԜgԜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMkZ՛d՛e՛eԛfԛfԜfԜfԜgӜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgMkߜZ՛d՛e՛eԛfԛfԜfԜfԜgӜgӜgӜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgLlޜ[՛d՛e՛eԛfԜfԜfԜfԜfӜgӜgӜgӜgӜgӜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgLnۛ]՛d՛e՛eԜfԜfԜfԜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgLo؛a՛d՛e՛eԜeԜeԝfӜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgLr՛d՛d՛e՜eԜeԝeӝfӜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgKu՛d՛d՜d՜dԝdԝeӝfӜfӜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgK}՛c՜d՜dԝdԝeӝeӝfӜfӜfӜfӜgӜgӜgӜgӜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgL՛c՜c՝cԝdӝeӝeӝfӜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgM՜c՝bԞcӝdӝeӝeҝfҝfҜfҜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgJNT՚e՛e՛fԛfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJNT՚e՛e՛fԛfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJNT՚e՛e՛fԛfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJNT՚e՛e՛fԛfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJNT՚e՛e՛fԛfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJNT՚e՛e՛fԛfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJNT՚e՛e՛fԛfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJNT՚e՛e՛fԛfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJNT՚e՛e՛fԛfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJNT՚e՛e՛fԛfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJNT՚e՛e՛fԛfԛfԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJNT՚e՛e՛fԛfԛfԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJOT՚e՛e՛fԛfԛfԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJOT՚e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJOT՚e՛e՛fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJOT՚e՛e՛fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJPT՚e՛e՛fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJPT՛e՛e՛fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJPT՛e՛e՛fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJPT՛e՛e՛fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJQT՛e՛e՛fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgJQT՛e՛e՛eԛfԛfԛfԛfԛgԜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgIQT՛e՛e՛eԛfԛfԛfԜfԜgԜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgIRT՛e՛e՛eԛfԛfԜfԜfԜfԜgӜgӜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgIRT՛e՛e՛e՛fԛfԜfԜfԜfԜgӜgӜgӜgӜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgISU՛e՛e՛e՛eԜfԜfԜfԜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgITU՛d՛e՛e՜eԜeԜfԜfӜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgHVU՛d՛e՛eԜeԝeԝeӜfӜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgHWU՛d՛d՜dԝdԝeӝfӝfӜfӜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgGZU՛d՜d՝dԝdӝeӝfӝfӜfӜfӜfӜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgI]V՛d՜cԝcӝdӝeӝfӝfҜfҜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgJfߞX՜cԞbӝdӝeӝeҝfҝfҝfҜfҜfҜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgKqP՞`ԞcӝdӝeҝeҝfҝfҝfҜfҜfҜfҜfҜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgH:QiZ՚e՚fԛfԛfԛgԛgԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgH:QiZ՚e՚fԛfԛfԛgԛgԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgH:QiZ՚e՚fԛfԛfԛgԛgԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgH:QiZ՚e՚fԛfԛfԛgԛgԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgH:QiZ՚e՚fԛfԛfԛgԛgԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgH:QiZ՚e՚fԛfԛfԛgԛgԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgH:QiZ՚e՚fԛfԛfԛgԛgԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgH:QiZ՚e՚fԛfԛfԛgԛgԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgH;QjZ՚e՚fԛfԛfԛgԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgH;QjZ՚e՚fԛfԛfԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgH;QkZ՚e՚fԛfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgH;QlZ՚e՚fԛfԛfԛfԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgHQr[՛e՛f՛fԛfԛfԜfԜfԜgԜgӜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgG>Qs[՛e՛e՛fԛfԜfԜfԜfԜfӜgӜgӜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgF?Qtߛ\՛e՛e՛eԜfԜfԜfԜfԜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgF?Qvܛ^՛e՛e՛eԜeԜeԜfԜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgF@Py؛b՛e՛e՜eԜeԝeԝfӜfӜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgEAP|՛d՛e՜d՜dԝdԝeӝfӜfӜfӜfӜfӜgӜgӜgӜgӜgӜgӜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgDCP՛d՛d՜d՝dԝdӝeӝfӝfӜfӜfӜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgDDP՛d՜c՝cԝdӝeӝeӝfҝfҜfҜfҜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgEFP՜c՝bԞcӝdӝeҝeҝfҝfҝfҜfҜfҜfҜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgGMMߥOԞbӝdӝeҝeҝeҝfҝfҝfҝfҜfҜfҜfҜfҜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgHWH#6BʻLʷRʴWʲZʱ\ʰ^ʯ_ʯ`ʯ`ʮaʮaʮbʮbʮbʮcʮcʮcʮcʮcʮcʮcʮcʮcʮcʮcʮcʮcʮcG+OPW]՚fԚfԚfԚgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛhԛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhG+OPW]՚fԚfԚfԚgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛhԛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhG+OPW]՚fԚfԚfԚgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛhԛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhG+OPW]՚fԚfԚfԚgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛhԛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhG+OPW]՚fԚfԚfԚgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛhԛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhG+OPW]՚fԚfԚfԚgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛhԛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhG+OPW]՚fԚfԚfԚgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛhԛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhG+OQW^՚fԚfԚfԚgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgԛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhG+OQWߙ_՚fԚfԚfԛfԛgԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgG+ORWޙ`՚fԚfԚfԛfԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgG+OSWݙa՚fԚfԚfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgF,OSWܙa՚fԚfԛfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgF,OSWۙb՚fԚfԛfԛfԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgF,OTWښb՚fԚfԛfԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgF,OTWٚc՚fԚfԛfԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgF,OTWؚd՚fԚfԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgF,NUW֚d՚f՚fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgF,NUW՚e՚f՚fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgF-NUW՚e՚f՛fԛfԛfԛfԛfԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgF-NVW՚e՚f՛fԛfԛfԛfԛfԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgE-NVW՚e՚f՛fԛfԛfԛfԛfԜgԜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgE-NWW՚e՚f՛f՛fԛfԛfԜfԜfԜgӜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgE.NXW՚e՚e՛e՛fԛfԜfԜfԜfԜfӜgӜgӜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgE.NYW՚e՛e՛e՛eԜfԜfԜfԜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӛgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgD.NZW՚e՛e՛e՜eԜeԜfԝfԜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgD/M\W՚e՛e՛e՜eԜeԝeԝfӜfӜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgC0M^W՛e՛d՜d՜dԝdԝeӝfӜfӜfӜfӜgӜgӜgӜgӜgӜgӜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgC1M`X՛d՜d՜dԝdԝeӝeӝfӜfӜfӜfӜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgB2LdX՛d՜c՝cԝdӝeӝeӝfҝfҜfҜfҜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜg@3LhT՜c՝bԝcӝdӝeҝfҝfҝfҝfҜfҜfҜfҜfҜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgA4JiNۧKԞcӝdӝeҝeҝfҝfҝfҝfҝfҜfҜfҜfҜfҜfҜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgC6Jhߴ@+;DKǽQǻUǹXǸZǷ\Ƕ]Ƕ^ǵ^ǵ_Ƶ`Ƶ`ƴ`ƴaƴaŴbŴbŴbŴbŴbŴbŴbŴbŴbŴbŴbŴbE==]o)w3}TeZۙcԚfԚfԚfԛgԛgԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhFM>TfZٙd՚fԚfԚfԛfԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhFM>TgZؙd՚fԚfԛfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhFM?ThZ֚e՚fԚfԛfԛfԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhFM?ThZ՚f՚fԚfԛfԛfԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgEM?TiZ՚f՚fԚfԛfԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgEM@TjZ՚f՚fԛfԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgEM@TjZ՚f՚f՛fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgEM@Tk[՚f՚f՛fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgE LATl[՚f՚f՛fԛfԛfԛfԛfԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛgE LATl[՚f՚f՛fԛfԛfԛfԛfԜgԜgӜgӛgӛgӛgӛgӛgӛgӛgӛgӛgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgE LATm[՚f՛e՛f՛fԛfԜfԜfԜfԜgӜgӜgӛgӛgӛgӛgӛgӛgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgD LBTo[՚e՛e՛e՛eԛfԜfԜfԜfԜgӜgӜgӜgӛgӛgӛgӛgӛgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgD LCTp[՚e՛e՛e՛eԜfԜfԜfԜfӜfӜgӜgӜgӜgӜgӜgӛgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgD!LCTr[՚e՛e՛e՜eԜeԜfԜfӜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgC!KETt[՛e՛e՜e՜eԝeԝeӝfӜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgC!KFTw[՛d՛d՜dԝdԝeӝeӝfӜfӜfӜfӜgӜgӜgӜgӜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgB"KHT{Z՛d՜d՝dԝdӝeӝeӝfӜfӜfӜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgA#JJSX՜c՝cԝcӝdӝeӝfӝfҝfҜfҜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜg@#ILO{S՜bԞbӝdӝeӝeҝfҝfҝfҝfҜfҜfҜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜg?$HPLvLحBԢ\ӝdҝeҝeҝfҝeҞeџeџeџeѠeѠeРeСeСeСeСeТeϢeϢeϢeϢeϢeϢeϢeϢeϢeϢe<%FFGp(0>FLQTVÿXÿZþ[¾\¾]¾]¾^^___```````````?#CF`#o.x6|>EJNRTVWXYYZ[[\]^^^^^^^^^^^?$ = K+S4X;^@dDiHmIpLsNuPwQxRzTzU{V|W}W}X~Y[[[[[[[[[[[;M+SHXi\_ؙfԚgԚgԚgԚgԚgԚgԚgԚgԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚh;M+SHXi\_ؙfԚgԚgԚgԚgԚgԚgԚgԚgԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚh;M+SHXi\_ؙfԚgԚgԚgԚgԚgԚgԚgԚgԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚh;M+SHXi\_ؙfԚgԚgԚgԚgԚgԚgԚgԚgԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚh;M+SHXi\_՚fԚgԚgԚgԚgԚgԚgԚgԚgԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚh;M+SIXk\_ԚfԚgԚgԚgԚgԚgԚgԚgԚgԚgԚhԚhԚhԚhԚhԚhԛhԛhԛhԛhԛhԛhԛhԛhԛhԛhԛh<M,SJXl\`ԚfԚfԚgԚgԚgԚgԚgԚgԚgԛgԛhԛhԛhԛhԛhԛhԛhԛhӛhӛhӛhӛhӛhӛhӛhӛhӛh=M,SKXn\aԚfԚfԚgԚgԚgԚgԚgԛgԛgԛgԛgԛhԛhԛhԛhԛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh=L-SLXo\aԚfԚfԚgԚgԚgԛgԛgԛgԛgԛgԛgԛhԛhԛhԛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh>L-SLXp\ޘbԚfԚfԚfԚgԛgԛgԛgԛgԛgԛgԛgԛgԛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh>L-SMXq\ۙc՚fԚfԚfԛgԛgԛgԛgԛgԛgԛgԛgԛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh?L.SNXr\ٙd՚fԚfԚfԛgԛgԛgԛgԛgԛgԛgԛgӛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh?L.SNXt\֚e՚fԚfԛfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh?L.SOXu\՚f՚fԚfԛfԛfԛgԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh@L.ROXv\՚f՚fԚfԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh@L/RPXv\՚f՚f՛fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhAL/RPXw\՚f՚f՛fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhAL/RQXx\՚f՚f՛fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛgӛgӛgӛgӛhӜhӜhӜhӜhӜhӜhӜhӜhӜhAK/RRXz\՚e՚f՛fԛfԛfԛfԛfԛgԜgӛgӛgӛgӛgӛgӛgӛgӛgӜgӜhӜhӜhӜhӜhӜhӜhӜhӜhӜhBK0RRX{\՚e՛e՛e՛fԛfԜfԜfԜgԜgӜgӛgӛgӛgӛgӛgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgBK0RSX|\՚e՛e՛e՛eԜfԜfԜfԜfԜgӜgӜgӛgӛgӛgӛgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgCK1RTX~[՚e՛e՛e՜eԜfԜfԜfԜfӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgӜgDK1RUW[՛e՛e՛e՜eԜeԜeԜfӜfӜfӜgӜgӜgӜgӜgӜgӜgӜgӜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgCJ2RWW[՛e՛d՜eԜeԝeԝeӜfӜfӜfӜgӜgӜgӜgӜgӜgӜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgCJ3RYVZ՛d՜d՜dԝdԝeӝeӝfӜfӜfӜfӜgӜgӜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgBJ4Q[TY՛d՜c՝cԝdӝeӝeӝfӜfӜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgBI5O[QV՜c՝cԝcӝdӝeӝfҝfҝfҜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgAH7KXL|P՝aԞbӝdӝeӝeҝfҝfҝfҝfҜfҜfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜg?G9GNL{߭Gֶ<ҫOѦZѤ^ѤaУbФbФcϤcϤcϤcϥdΥdΥdΥdΦdΦeͦeͧeͧeͧeͧeͧeͧeͧeͧeͧeͧe>@/HNAr2>GMQTWYZ¿[¿\¿]^^__``aaaaaaaaaa;B*>Ja(n1w9|@GKORTUVWXXYZ[\\^^^^^^^^^^;;*>$L/T7Z=^BbFeGgHiIkKmMoOpPqQrSsTtUuVuWvYwZx[x[x[x[x[x[x[x[x[x9".*63;9@;D=I?MAQCTEVGXIZK[M\N]P^Q_S`TaUaWbYcZcZcZcZcZcZcZcZcZc. ?O4WM[f]_cݗfԚgԚgԚgԚgԚgԚhԚhԚhԚhԚhԚhԚhԚhԚhԚiԚiԚiԚiԚiԚiԚiԚiԚiԚi. ?O4WM[f]_cݗfԚgԚgԚgԚgԚgԚhԚhԚhԚhԚhԚhԚhԚhԚhԚiԚiԚiԚiԚiԚiԚiԚiԚiԚi. ?O4WM[f]_cݗfԚgԚgԚgԚgԚgԚhԚhԚhԚhԚhԚhԚhԚhԚhԚiԚiԚiԚiԚiԚiԚiԚiԚiԚi. ?O4WM[f]_cۗfԚgԚgԚgԚgԚgԚhԚhԚhԚhԚhԚhԚhԚhԚhԚiԚiԚiԚiԚiԚiԚiԚiԚiԚi. @P5WN[h]_c՚gԚgԚgԚgԚgԚgԚgԚhԚhԚhԚhԚhԚhԚhԚhԚiԚiԚiԚiԚiԚiԚiԚiԚiԚi. AQ6WP[j]_ߗdԚgԚgԚgԚgԚgԚgԚgԚhԚhԚhԚhԚhԚhԚhԚhԚhԚiԚiԚiԚiԚiԚiԚiԚiԚi/ AR6WQ[l]_ۘeԚgԚgԚgԚgԚgԚgԚgԚhԚhԚhԚhԚhԚhԚhԚhԚhԚhԚiԚiԚiԚiԚiԚiԚiԚi/ BR7WR[n]_יfԚfԚgԚgԚgԚgԚgԚgԚgԚhԚhԚhԚhԚhԚhԚhԚhӛhӛhӛhӛhӛhӛhӛhӛhӛh0 BR7WSZp\_ԚfԚfԚgԚgԚgԚgԚgԚgԚgԚhԚhԚhԛhԛhԛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh0 CR8WTZr\`ԚfԚfԚgԚgԚgԚgԚgԛgԛgԛgԛhԛhԛhԛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh0 D R9WUZt\`՚fԚfԚfԚgԚgԛgԛgԛgԛgԛgԛhԛhԛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh1 D R9WVZv\ߘa՚fԚfԚfԚgԛgԛgԛgԛgԛgԛgԛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh1 E Q:WVYw\ݙb՚fԚfԚfԛfԛgԛgԛgԛgԛgԛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh1 E Q:WWYy\ۙc՚fԚfԛfԛfԛgԛgԛgԛgԛgӛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh2 F!Q;WXYz\ٙd՚f՚fԛfԛfԛgԛgԛgԛgӛgӛgӛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh2 F!Q;VYY{[֚e՚f՛fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛgӛgӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛhӛh2 F!Q;VZX}[՚e՚f՛fԛfԛfԛfԛgԛgӛgӛgӛgӛgӛgӛgӛgӛhӛhӛhӜhӜhӜhӜhӜhӜhӜhӜhӜh3 G!QT]WZ՚e՛e՛e՜eԜeԜfԜfԜfӜgӜgӜgӜgӜgӜgӜgӜgҜgҜhҜhҜhҜhҜhҜhҜhҜhҜhҜh4 J"Q?T]VZ՛e՛d՛e՜eԜeԝeԜfӜfӜgӜgӜgӜgӜgӜgӜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜg5 J#Q@S^UY՛d՛d՜d՜dԝeԝeӝfӜfӜfӜgӜgӜgӜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜg6 J#PAR^TW՛d՜d՜dԝdԝeӝeӝfӜfӜfӜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜg7I$OAP]QU՜c՜c՝cԝdӝeӝeӝfӜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜg9I%L@L[MzQ՜b՞aԝcӝdӝeӝfҝfҝfҜfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜg;H&I=HSMzMڪHԞaӝdӝeҝeҝfҝfҝfҝfҜfҜfҜfҜgҜgҜgҜgҜgҜgҝgҝgҝgҝgҝgҝgҝgҝgҝg>G&C6IOIwܹ<5ϸEγOͰU̯Y̮[̭]˭^˭`˭`˭aʭbʭcʭcʭdɭdǭdƮeĮfĮfĮfĮfĮfĮfĮfĮfĮf?@ C+EP3n!1>FLPTWYZ\]^^_`abcddddddddd=;A.,J!^,k4t;zB~HMPSTVWXYZ[\]_`bbbbbbbbb3<+,>(K2S9Z?_DcFfHiIkKmMnOoPpRqSrTsVtWtYuZv\v^w_w_w_w_w_w_w_w_w8.#$.-65=:BWWZr\^ޘcԚfԚgԚgԚgԚgԚgԚgԚhԚhԚhԚhԛhӛhӛiӛiӛiӛiӛiӛiӛiӛiӛiӛiӛi~%7G)U?WXYt[]ۙcԚfԚfԚgԚgԚgԚgԚgԛhԛhԛhԛhӛhӛhӛhӛiӛiӛiӛiӛiӛiӛiӛiӛiӛi%7G)U@WYYu[]ؙd՚fԚfԚgԚgԛgԛgԛgԛgԛhӛhӛhӛhӛhӛhӛhӛiӛiӛiӛiӛiӛiӛiӛiӛi&7H)T@VZXv[]՚f՚fԚfԚfԛgԛgԛgԛgԛgӛhӛhӛhӛhӛhӛhӛhӛhӛiӛiӛiӛiӛiӛiӛiӛi&8H*TAVZXwZ]՚f՚fԚfԛfԛgԛgԛgԛgӛgӛgӛhӛhӛhӛhӛhӛhӛhқiқiқiқiқiқiқiқi&8H*SAU[XxZ]՚e՚fԛfԛfԛfԛgԛgԛgӛgӛgӛgӛhӛhӛhӛhӛhқhқhқhқhқhқhқhқhқh&8I+SAU[WyZ\՚e՛e՛fԛfԛfԛgԛgӛgӛgӛgӛgӛhӛhӜhӜhҜhҜhҜhҜhҜhҜhҜhҜhҜhҜh&9I+RBT\WzY\՚e՛e՛eԛfԛfԛfԜgӛgӛgӛgӛgӜgӜhӜhҜhҜhҜhҜhҜhҜhҜhҜhҜhҜhҜh'9J+RBT\VzY\՛e՛e՛e՛eԜfԜfԜfӜgӛgӛgӜgӜgӜhҜhҜhҜhҜhҜhҜhҜhҜhҜhҜhҜhҜh':K,QBS\UzX[՛d՛d՜eԜeԜeԜfӜfӜgӜgӜgӜgӜgҜgҜhҜhҜhҜhҜhҜhҜhҜhҜhҜhҜhҜh':L,PBR\TzWZ՛d՛d՜dԜeԝeԝfӜfӜgӜgӜgӜgҜgҜgҜgҜhҜhҜhҜhҜhҜhҜhҜhҜhҜhҜh(;M,OBQ[SyUY՛d՜d՝dԝdԝeӝfӜfӜfӜgҜgҜgҜgҜgҜgҜgҜgҜhҜhҜhҜhҜhҜhҜhҜhҜh(<N,NAOZPvSW՜c՝cԝcԝdӝeӝfӜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜhҜhҜhҜhҜhҜhҜhҜh)=L+L@LWMqPR՝bԞbԝdӝeӝeҝfҝfҜfҜfҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜgҜg*>J*H=HQMnOߩLبKӞcӝdӝeҝeҝfҝfҜfҜfҜfҜgҜgҜgҜgѝgўgϠhΡhΡhΡhΡhΡhΡhΡhΡh+@F(D7IILoH0ҸAаNϬWϩ[Ϩ^Χ`ΧaΧbͧcͧdͧd̨ęf˩fʪgȫhūi¬j¬j¬j¬j¬j¬j¬j¬j-CA#C-ILDl0>GǿNǼSƻWƺZŹ\Ÿ^Ÿ_ķa·abcdfgikkkkkkkk/@;D-@Le'v0=.F%X/e7n=tByH}MQSUVXY[\^`bdgiiiiiiii47:+";,H4Q;X@]EbGeHhJjLlNnQoRpTqVrXsZt\u_vavdwfwfwfwfwfwfwfwfw07"'.067=;B=G?KANCPESFTIVKWMXOYQZS[U\X]~Z^|\^z__yb`yb`yb`yb`yb`yb`yb`yb`4 !*,%/*2.427598<:><@=~B?|D@zFAxHBwJBuLCtODrQEqSFoVGnXGl[Hl[Hl[Hl[Hl[Hl[Hl[Hl[H  "%)-"z0$w3%s5'q7(o9)m<*l>+j@,iB-hD.gG/fI0dL1cN1bQ2`T3`T3`T3`T3`T3`T3`T3`T3h#g+ m9qD$yM4UE[U`cdogyjlnoqqrsstuvwyyzzzzzzzzh#g+ m9rD%zM4UE[U`ddpgzjlnoqqrsstuvwyyzzzzzzzzi#h+ n9sD%}N5VG\X_gctf~ikmopqrrstuvwxyzzzzzzzzi#j+ p9tE&N7VI\Z^jbwehkmnpqqrstuvwxyzzzzzzzzj"k+ q9vE'O8WK\]^m`{dgjlnopqrrstuwxyyzzzzzzzk"l, s9xE(O:XM\_^p_cfikmnpqqrstuwwxyzzzzzzzl"n, t:|E)P;YO[b]s_behjlmnpqrstuvwxzzzzzzzzm"o, v:F*QXSZh\}]_begݗhڗiؘiטi֘j֘jטlؗnؗpؗrؗtؗvؗyؗ{ؗ{ؗ{ؗ{ؗ{ؗ{ؗ{o!s- z;H,U?WTYj[]^beܗfؘgԚgԚhԚhԚhԚhԚiԚiӚjԙmՙpՙsՙvՙxՙxՙxՙxՙxՙxՙxp!t- {;H,T@VUYk[\^aݘe֙fԚgԚgԚgԚhԚhԚiԚiӚiӚiӚiӚkӚoӚsӚuӚuӚuӚuӚuӚuӚuq!u- |;I,S@VUXlZ\^aٙeԚgԚgԚgԚgԚhԚhԚhӚiӚiӛiӛiӛiқlқpқrқrқrқrқrқrқrr!v- ~<J-S@UVWlY[]ߙa՚fԚfԚgԚgԚgԚhԚhӛhӛiӛiӛiӛiқiқiҜnќqќqќqќqќqќqќqr!w- <K-R@TVWmY[]ݙa՚fԚfԚfԚgԛgԛgӛhӛhӛhӛiӛiқiқiқiќmќoќoќoќoќoќoќos x. <L-Q@TVVmXZ\ܚa՚f՚fԛfԛgԛgӛgӛhӛhӛhӛhқiқiқiқiќmНoНoНoНoНoНoНos y. <L-Q@SVUmWY[ښa՛e՛fԛfԛfԛgӛgӛgӜhӜhҜhҜiҜiҜiҜiНmОoОoОoОoОoОoОot z.=N-P@RUTlVXZٛa՛e՛e՛eԜfԜfӛgӜgӜhҜhҜhҜhҜiҜiҜiОmϟoϟoϟoϟoϟoϟoϟou {.=N,O?QTSkUWYٜ`՛d՜dԜeԝeӜfӜgӜgҜgҜhҜhҜhҜhќiѝjϟnΠpΠpΠpΠpΠpΠpΠpu |.>M,N?OSQiSUWڝ\՜c՝cԝdӝeӜfҜgҜgҜgҜgҜhҜhҜhѝiϠl͢p̢q̢q̢q̢q̢q̢q̢qv ~/>L+L=MQOfP{RTܡV՝bԞcӝeӝeҜfҜgҜgҜgҜgҜgҜhѝhϠḳn˥rʦsʦsʦsʦsʦsʦsʦsw /?J*J;KNMaPwQQۧNա\ӝdӝeҝfҝfҜfҜgҜgҜgОgΠi̢jʥmȧpŪu«x«x«x«x«x«x«xy0AH)G8HINZOyNܰGմBҬQѧ[Ѥ`ѢcТdТeϢeϣfΤg˥hȦiƨlêo˿rɻwƹzĹzĹzĹzĹzĹzĹzz0BE&C3I@M]KyݸB5нBͷM̳T̰Y˯]˭`ʭbʬcɬeƭfĮhƿjźlķp´sy{{{{{{{|1DA!C+IAI^ݿA*2C#X,g4s:|CJOSWZ[]_bdgkotxzzzzzzz!46=0*?)O2[9d?kDpIuNxP{S~UWZ\_behlpvxxxxxxx /9/'%7.B6L<@=~C?{F@yHBwKCuNDsPEqSFoWGmZHk]IjaJheKggKggKggKggKggKggKggK  $(,"~0$y3&u6(r8*p;+n>,l@-jC.iF/gI0eK1dO2bR3`U4^Y5\]6\^6\^6\^6\^6\^6\^6\^6  { up l$i(f+c.a0_3^6\8[;Y>WAVDTG SK QN!OR"NT"NT"NT"NT"NT"NT"NT"]%W*T3 Y?eG"oN0vV=z\H|aR~fYj`md~ph}rk}tm|wn{yo{{pz}qzryrxrxqxpxoxnylylylylylylyl]%X*V3 Z?hF$sN1yU?}[JaTe]iclholqotqvs~xt~zu}|v|v|v{vzv{u{s|rzqzqzqzqzqzqzq^$Y*W3 ]>lF%vN3|T@[M`We`igllopqssvuwwyyz{z~{~{~{}z~y~w~v{v{v{v{v{v{v{v_$Z*Y3 a>oF&zN4TBZO`Zecijlpntqxszu|v}xz}}|{|{|{|{|{|{|{|{`$[)Z3 e=tF'~N6UDZQ`]dghnkunyp}rtuwy|~󁍁}}}}}}}a$\)\3i=xF(N7UF[T^`ckgsjzmoqstvxz}󉃉񆈈b#])^3m=}F)O9VH\W^daofxilnqrstvxz{}툈녎肕肕肕肕肕肕肕c#^(`3r<F*P:WJ[Y]g_sd}hknpqstvxy{|鎁苇戎䅗䅗䅗䅗䅗䅗䅗d#_(b3v<G+Q;XKZ[]i^vafjmoqrtvxy{}厄㋋ቓ߆߆߆߆߆߆߆d#`(f3z<G+RL*N9PIRZTkV{XY[\^۞cћjОmΟr͡vˡ{Ȣšßj!g&}1>K)L8NHPXRhTwUWYYުXԨ]Сf̢jʥqɥvŦ}¥k!g&1?J(K6LENTPcSpU|VUܲQӳRϬ]ͧeɦiŨnvʼƻk!i&1@H&H4IBLOQ\SkSRڼHҾJͶU˱]ʬcƫgʿlɺsƵ}òl!l%1AF$F1G=MHPXQnN>BMɻVǶ]Ƴbf»kqym q%1BC!B,I6MEN\Jp/:ENVü\¹aeinvo v$1 B?C%I1KHE^+p1=GPV\`cgms{p |#2 >=DG4AJ(^/n6{@HPV[_bfkqxŁƌǙƣr"29 >C >6$J,[4i:sA|IPVZ]adiov}͇ΑΝyϫyϫyϫyϫyϫyϫyϫt!28>;#7(H0V8a>jDqJwP|TWZ^bflrz؂׋y֕t֡t֡t֡t֡t֡t֡t֡|199##4,B4N;WA_FeKjMnQqTtXw[y_{c|h}n~u~~}}{|v~ppppppp27!(/0:8D>KCQEWG[J^MaQdTfXh\j`kdl{inxonuvns}nqmnmnmnmnmnmnmnm3 "+'4097;==B@GCJEMIPLRPTSU}WWz[Yw_Ztd[qi\no]ku]h{]f]f]f]f]f]f]f]   $)-#0)4.73:6=9@;}D=zG?wJAuNBrQDpUEmYFj]HhbIehJbmK_rK\zK\zK\zK\zK\zK\zK\zK  !&*/#{2%v6(r9*p<+m@-kC.iF/gJ1eM2bQ3`V4^[5[`6Ye7Vj8Rp9Rp9Rp9Rp9Rp9Rp9Rp9Կ  zto$k(h,d/b2_6^9\<Z@XC VG!TK"QP#OU$MZ$K_%Ge&Ge&Ge&Ge&Ge&Ge&Ge&}slg b^[ X U# S& P) O-M0K3J7H:F?DCBH@M>RmF%sM0vU;x[EyaMyfSxkXxo\ws_vwbu{ct~esfrfpfpfqfqercockchcgcgcgcgcgcgcV%Q+K1 Y6h>rF&yM2{S=}ZH~`P~eW}j]}na{rezvgxziw}kvlultmtlulujuipjljiihihihihihihiW%R+O0 _5n=xE'M4S?XJ_Td[ibmgqj~um}xp||qzrysxsysyrzpuqqqmpkpjojojojojojoX%S*S. d4s<~E(M5SAYM]Wc_hfllpptswv{x~y}z|z}y~wzxuxqxowlvkukukukukukuY$T*W, i3x<E(M5TBYN]Yabgjkqousyv|z~~zvs~p}o{nznznznznznzZ$U*Z+m2}<E(N6UCZO\[_edniun{ruy~􆆆逗zwttt€tttttt[$V)^*r2;F(O6VCYP[\^gapgxlqtx}򊁍팄膐‡{yyyyyyyyyy\$W)a(v1;F(Q5TBWPZ\\h_rd{kpsw{捇ڀ~~~~~~~]#X)e'y1<G'P4SAVOX\[h]s`}hpsy}䑂ފׄх̆ȅĄ„]#Z(h'}0<H&O3Q@TMWZYg\r^}eotz㐁܎Ӊ͊ȋŋŠ^#\'k&0<I%M1O>RKUXWdZp]{`lt~؍ΏȐĐ_#^&n%0<J$K/MDG'K1N9R@UFVUTcTr^el}a"h#{#0 >CG#K*N0P;PKFZFiOwYaitˆb"k!"0 ?BGK"L/K?9O>^DlLxV_fo~ǐãc!o "/> BGH!F2/C7R>`DlLwU]dkw̘ͅzȩe!t /> B DB$)50E7S>_EjLtU|\ahqӍwҠrͰw{~g!z0=A>!'*72E9R@]FfLnTuY{_elw܅wړm٦hԸmȹpsuuuuuum3<; #(,74D;OBXH`MgRlWq\vbyi|q~{|}x|ofੁ`ݾbf€hhhhhhu38 &(/57?=ICQHWK]ObTfYj_meo{lqwursrpphs`uYvYvZvZvZvZvZvZv~0& )%2099?ABHDMHRLVQYV\[_|aawgcsnenwfjefdae[gTiQiQiQiQiQiQi   #, 4)70:7=<@ADEHHMK|RNxVPu[RqaTmgUioWdxW`W\WYVTWQXQXQXQXQXQX ֿ  !'+ 0&4+80<3~?7zD9vHpQ@lVAi[CfaEbgF^oGYxHUHQHMHKGKGKGKGKGKGغ  "',{0"v5%q8(n=*kA,hE-fJ/cN0`S2]Y3Z_5Vf6Qn7Mw8I8E8C9C9C9C9C9C9ڴ} vq"l'h,d0a4^8\<Z@WD UI!RO"OU#L[%Hc&Dk'@s'<}(:(:(:(:(:(:(Ͻyojea] Y V$ S( P,N0L4J9H=FBCHAO>V:]6d3l1r1r1r1r1r1rznf_YT PLIFC@">&<):.83684>2D .K +R (Y '] '] '] '] '] '] G)B0<7>9A> KFROVW"W^(Xe-Xl1Wr4Vx6T~8R9Q:O;M;KP>M?K?K?L>L>M=M5B7H< RDXL\T%^\,_c1^j6]p9\vY?W@UASBQBNBOBOBPAQ@Q?Q>N>M?L?L?L?L?L?J(D/A4E5M: WB]J`S'bZ.cb4bh9an=`t@^zB]C[EYEWFTGSGSGTFTEUDVBRCQDPDPDPDPDPDPDK(E.D2I3 R8\@bH eQ)gX1g`7gf=fmAdsDbyFaH_J]K[KYLXLXLYKZJZHXHUITJQJPJPJPJPJPJL'F.H0M0 X6b>gF"kN+lV3m^:le@jkEiqIgwKe}MdObP`Q]Q]Q^Q^P_O^NZOYPUPSPSPSPSPSPSPM'G-K.R. ^5h=nE#qL-rT5r[=qbDpiInoMluPj|ShUfVdWcWcWcWdVdT_V]WYWXVWVWVWVWVWVWVN'H-P,W,d3n<uC$xK.xQ7xY@w`GugMsmRqtUozXlZk\h]i]h]i\i[e\b]^]]]\\[[[[[[[[[[[[O&J,T*\*j2t:{B$J.P8~VB}^J{ePykVvrZty^q`obmcmcmcnbkbgccdadacabbabababababaP&M*X(a(p1{:B$J.P9UC[KcSjY|p^xxbuerhqiqiqhpgjjfjejfighgggegegegegegeQ&P)\'e'u09A#I.P8UCZL`Uh\ob}wgykumtotoumnojpjqkplnlmlklilililililiR%T'_&j&z/8A"J,P7VBZL]Ue^nevk~oyrwtvsstnvowpvqtrrrpqnqlqlqlqlqlqlS%V&b$n%~.8A J+R6U@YK\Ua^kftm}s}wwywxr{t|u|vzwxwvwsvquouououououoS%Y%e#r$. 8BL)Q3U>XH[R_\ifro|v~|txz{|€}~|{|x{vzszqzqzqzqzqzqT%[$h"u#- 7DM&Q0T:WDZN^Xfcrnٍz̈́~zxu}r}r}r}r}r}rU$^#k!y", 8FL#P,T5W>ZG^Pd^եnoȚ|||yvssssssU$`"n |!, :HLP'S.V6Y=\J^]dzinu}}zwttttttV$b!q ,<HLO!S&U+W3OHY[dmo|~{xuuuuuuW$e t-> HKOQR!G0MDVX`jkzyt{yvvvvvvX#hw.A G KML<&F2MATT]fgvus͌gɫox~{yvvvvvv["k{/BGIF0:*B7JDRQ\`dpp}r܂eڠaϺkrx}~{xvvvvvv^!o0BEC $/!8.@:GGNSX_ajktwy|mb઀^elqv|yz{w~u~u~u~u~u~uct0@@% %/$80?xNBsTEn[HibKdkM^uOWOQOLNGPESFTGVGVGVGVGVGV ݳ #)/!4&9+y=/uC2pI5lO8hU;d\=_c?ZlASxBMCGCBB?AAD?F?F?F?F?F?FѼ !'z-t2 n7#j=&fB(cH*`N,\T.X[0Tc2Nm3Hy4B5<67545747474747474ӷ~x ql$g*b/_4[:X?UDRJ OQ!KX"Ga$Al%;y&6'1(-()()()()()()(ճɾulg b]Y U% R* O/L4J9G?DEAL>T9]4h/u*'""""""˻ujb[V QLHEA!?&=+;0866<3C /L *V &` "k w       wkaZTNJG C@=;9 6$4)1..4+:&A!JS[ffffff>,9267999=8C %<&:'8(6(4)1)/).)/(0(2'3&4%4%3%2&2&2&2&2&?+:2:4=6>9?? EIHRI[Ic Hk#Ft&C}(A)>*<+:+7,5,2,3,4,6+7*8):(8)5*3*3*3*3*3*@+;1=2A4B7D= JFMONXNa"Nj&Kr)I{+F-C.A/>/<0908090;/-;.8/8/8/8/8/8/A*<1A0D1F5J; PDSMTV T_%Tg)Rp-Ox/L1I2F3C4@5=5?5@4A4B3C2D2A3=4<4<5<5<5<5<5B*>/D.I/K1P8 VAYJ[S"[\(Ze-Xm1Uv3R6N7K8H9D:D:E:G9H9I7J7G9C:B:A;A:A:A:A:A:C)A-H,N,Q.X5]=`FaP$aY+`b0^j4[s8X}:TI?J?L?M?N>PI@GAGAFAG@G@G@G@G@D)D+M*S*W,_3e;gChL&gU-f_3dh8`q<]z?YAUCPDODPEQDRDTBRDNFMGLGMGNFOFOFOFOFOFE)H)Q(X(^)f1l9oAoH'nQ.l[5jd;fn?cwC`F\HXITJUJWJWHWISLRMSMTMULVKVKVKVKVKVKF(L(U&]&c'm/ s7w?xG'vN/tX6qa=njBjtGfJcM^NZOZO[N\NXQWSYSZS[R\Q\P\O\O\O\O\OG(O&Y$b$i%s- {6>F&M.|T7y^>ugEqqJm|NiQdS`T]T_R\U\X_Y`YaXbWbUbTbSbSbSbSbSH(R%]#f"n#z+ 6>F$M-S6Z>}dExnLszQnUiXeYbX`Yb]d^f_g^g\h[hYgWgVgVgVgVgVI'U#`!j s!+ 6?G!N*S4XהfL͌rXņah|myoxoynymyjxhwevbu`t^s]s]s]s]s]O$] iu+8 DOSU#W-֧V=˟bLmXzckqttrpm~j|g{dybx_w^w^w^w^w^Q#_lx+9G OQSغG+̲R;]KiXudmtxxurolhe}c|`{_{_{_{_{_S"bo|+:KM N ۽EB(½O9ZIeWpc~muy|zwtpmjfda~`~`~`~`~`V!dr+;IJߺE2?%K6VFaUlayltvzo{sxzu~qnjgebaaaaaX gv*<FA'4="H3SC]Qi^uiurkwcygwnttqxn|khecaaaaa[kz&:?(6?G.P>ZMfYwrdkǃmaÚrXtZscripomsjvgye{c|a|a|a|a|a_o 1) 5?H)P9XG|cSop]c݁eX٘kPӶmOlWm^mdkiimfpdrbtatatatatact ) 4=!F+M6V@{`JnkTb{\V`NbIcMfSgYg_ecdgbi`k_k_k_k_k_iz  պ*4<"B+I5Q=w[ElfLasRVVLWHVG[J^O`T`Y_\^_]a\a\a\a\a\o ֳ!+28!>)D1{M8rV>j_DbkIXzLNOFODNCSEVJXNXQXTXVWVWVWVWVWvڬϺ&-39&{@,tH1mP6gY;`c?XoBODFF?FAD?I@LDNGOIOKPKPKPKPKP Ҵ !(.z4 r;%lB)gK-bS1\\4Vf6Nr9F;=<7<:::=;@AF>N9X3d-t& бŻ|oe^WQ LHC?$<*:0774?0G +R %_ n        ǹrf\UOJF B>;85$2*/0+6'>!HTcr ui]SMHD@= :742/,#*)&/#6?IT _krrrrr6.0526382<0B+I&S&] %h#r!|  6.1545565:3@/H+Q +[ *f(p%{#  7.246384886>3E2O 2Y0c.n+x(%"  8-5291<2<5;;8B 9L 9V7`4k1v.+(%"!$'#"!9-80=.@/A2@8=? ?I@T?^/.?-=/<2<3?4@4B4B3B3B3B3B3=*F'N%T$X&Z)^1 a:aD`O_Y$]c)Zn,Vy/R1N3K4H4F4F3C2C3A7C9F:H:I:J9K8K8K8K8K8@)J%R#Y"^#b'g/ j8jAhJgU%e`+bj/^u3Z5V7S8P9O8L8K7G;J>M?O@Q?Q?R>R=R=R=R=R=C'M#V!^ d i%o- s7t?rGoQ%l\+ig1er5a9];Z|EyM$tX+pd2lo7g};c?`B]D[EZFYGZI\J]J^I_H_G^E^D^D^D^D^DH$S ^gov#}+4 <DK!T)z`1tl9ny?kEhIeLcMbNaNbOcPdOdMdKdJcHcFcFcFcFcFJ#Vakt|")3 ;CIQ%څ\1~g:xsCtIpNnRkTjUiTjUjTjRjPiNhLhJgHgHgHgHgHM"Ydnx!(2; BGؕK$ΏX0ʼnc;nD~zLzRwVtYrZqZqYpWpUoSnPmNlLjJjJjJjJjJO![gr| &09@ ڣ<ΞG"ĘT0_;jEuNTZ}]z_x_w]vZuXsUrRpPoNnLnLnLnLnLQ ^ju#.7ݩ:Ь7ƦD Q.\:fEqN~V\`bb~`|]zZxWvTtQrOqMqMqMqMqMS`my(.Ժ"ȵ3AM,X9cDmNyV]b{dudxb|^~[}XzUxRvPtNtNtNtNtNVcp}ؾ 0 >J*U7`BjMvU]wboejembr_v\yY{V}|S~zQxOxOxOxOxOXfsֳ, :F&R4\?gJ~rSu[l`ed_dbbh_m\qYtVvTwRy}Oy}Oy}Oy}Oy}O\jw֫θ'6C#N0Y;~dFtoOk}Wc][`UaV_^^c[hYlVnTpRrPrPrPrPrP_n| ٥бȾ'3?K*V6ua@lmIc{QZVRZM[LZSZYY_WcUfShQjOjOjOjOjOdr ҫʷ)6 >H$wS/n_9djA[yHRӋNKϢQFRCRITOUUTYS]Q_PbNbNbNbNbNix զͲþ(3<}FtQ'k\0ag8Xt>OCHFCG=G@KEMJNONSMVLXKXKXKXKXKoڠϭƸ%/8v@nK#fU*_a/Vm4M~8E;A;=:8@>A?C?C?C?C?C?֣̰º}u% m-f5`>ZGTQN["Fi%>y'6)/*,*,)/,1042649595959595۟Ϭŷw pjc& ]-W6R>MGGQA]9k2}* #! !& (!)$+&.(.(.(.(.(ѩǵuld \WQ$L, H4 D< ?E;O4[,j%~!"""""Ԧɲui`XR LGA ='9.561?,J%W g }         ˰xk_UNID ?;74"0),0(8#AN^ rö|nbWLGB>:6 30-)#&)"19DRdxrfZPGA=962/ ,*'$!#*1; GUcq-1*5-5-7+;'A!HR]iu.1,4/305.9*?%FP[ gs  /1/2213327.<*D"MXdp }    00205/606439/A)J!Ua m y          105-9,;-:0865=0F(Q'] %h #t    3.9+=)?*?->1;87B5M 4X 1d/o,{)'%#!  6,<(A'D'E)D-B4@> @H ?T=_:j7u420.,+**(%#')+,,,,9)@&F$J$L%K)K0J: JE JPH[EfBq?|<:766531,'!,#0$3$5$6$7$7$7$7$<'D$J"O!R"T&U-S5 S@ SKRWObLmHxF C!A!@!?!>!< 9!4%5'9)<*>*?)@)@)@)@)@)?%G"OUX\$^+]2]< \GZRX^UiQt!O#L$K%J%H%G$E$A)?,A.D/F/G/H.H-H-H-H-H-B$K SZ_d"g(g/g8 eBcM`Z]e Zq$W~&U(S*P,O-M-M-K0I3K4M4O4O3O2O1O1O1O1O1D"NW^ek n&p,q5 p>lHiUfb!bm'_y+]/[1Y3W5V6U6T7S9U9V9V8V7V6U4U4U4U4U4G!Q[bkqu$x*z1z: wDtPo]#lh*hs/f4c7b:`<^=]=\=[>\>\=\<\:[8[7Z6Z6Z6Z6JT^fov{!&-5 ڂ?~LyX$uc,qn2ny8lf=ei=i=i=i=S_iu  ՚Σæ 1 >J!U+`4j{l>{l>{l>Ual x ֗ϟƩ-;GR)]3g;qB{~HtMnQiSeRfPkMn|JqxGsuDtsBuq@vp?vp?vp?vp?Xdp} ړќɥ)8DO&Z0d9zn@rzGlLeP`R[R\ObMfJi~Gl{EnxBovApu@pu@pu@pu@[h tԘ̡ê%4 AL#W,ya5ql=jxCcI\MVORORNXL]JaGeEg~Ci{Aiz@iz@iz@iz@_l yڔϞǧ0 =HyS(q^0ii8bu>[DTHNJJJHJOITHYF\D_BaAb@b@b@b@cpԚʤ*8xDpP"i[*af1Zs7SF>J>M=O=Pg8x1.+)$(!+$.%0'1'1'1'1'ԝɩ{ne^WQ%L/G8CC >N 8Z1i+{%""%&&&&ڙ̧±}pd[T NHC$>-:56?0J*W$h |       ϤŰqeYOJD ?:6 2(.0*9#CQc z    ǮtgZNE@:61 -)& "(1; HZqxk_SH>940-)%"!*3?Oc~}ocWLC:40-)&# # ,6DUh{%4&4'4&5#:?G P\gs&3(2*2)4&7!=ENYeq~'2+0-0-1*5%:BK Vcp{*0/.1-1./2*7%>GS _kw..2+5*5+3.03+:#CNZfr ~  1+6(9':'9*6.15.?*J%V bmx          4)9%=#>#>%<);19;6F1Q-]+h )s '~ % $ # " ! !        7&=#A!D D!D%D.B7@A<:9!;!=!>!> > > > > @ HOTY^`$_+]3Y=WI UVSbQnOyNMLK J H!H!F#D%D&E&F&F%F$F#F#F#F#CLSY`dg!h'f.c7bD _Q]][hYsX}!V#U%T'R(Q(P(O*M+M+M*N)M(M'L&L&L&L&FOV]ejmo"o(n1l? jLgXecbn"`x&_)]+\-Z.Y/W/V/U0U/T.T-S+R*Q)Q)Q)Q)HRZa iosuww,v; sHpTm_ ki%is)g~-e0c2a4`5^5]4[4[3Z1Y/X-W,V+V+V+V+KT] e msx{~ˀ(7 |DyPv[!se&po+nz0l3j6h8f9d9b9a7`6_4^1\/[.Z-Z-Z-Z-MW_ i q x }Ղ͆É$4AM~X!{b'xk-uv2r6p9n;l=j=|h<{g:|e8|d6}b3}`1}_0}^.}^.}^.}^.OYblu |փΈō 0>JT _'h-|r3y}7w;~u>yr?up@sn?rmlp;nm9pk6qi4rg2se1se1se1se1T^ ht}Ն̎”*8 DOY%c,}l2ww7r_AZBWAW?\~=`y:bu8er5fp4gn2gn2gn2gn2Yeq}ֈ̑™ !1=IzS t]'ng-gr3a8\S5A6F5J4M3O2Q1Q1Q1Q1fs߃ґǛztn.h; bG\SV_Pj Kw%E(@+<,:,8-7/<0@0D0F/H/H/H/H/l|ٌ̘âshc%^4YA SNNZHgCu>φ:Κ!6˳"4!2$/'2)7*:+<+>+>+>+>+tѕǠ{la[U,P:LGGT Ba>o962/,((,"0#2$4$4$4$4$~א˝rdZ TO%I1E<@I;V7d 2t .+('""%(****ދϛŦvi\RLGB'>19<4G/U*d%w!    ӘȤyk_RID?:6%2..8(C"Qbw   ʣ{maTJ@;61-) %(!1<J \tìqcVJ@72-)$ ! ) 3AUmuh[OD:0)%   *8Kczm`TI?6.&" %1AUl 4"2!248>EOYeq|"2$0$0"26; BLWbo{$0'.'-&/"38?IT_lw(.++++*,&/ 4< DP\gs~++.)0'/(++&07@K Wbny/)2%4$3$1&,+(3%=GR^i t~2&6"8 8 6!3&3/08,C&N!Ydoy          5#9<=<<"<+:47>2I.T*`(k&u&&%%$#"      ! ! ! ! 8 =ABCFE'C/@9=D9P6[4g3q3{2210/.-- , *((*+,,,,;AEHKNN#L*I4F?CK@W?c>m >w > = = <;:997544555555>EILRVVT%Q-N8LEKRK] Jh IrI{HGGEDCB@?==>>====AHMR Y\][Y%W1W?WL VX UcSmRvQPONMKJIGEEEDDCCCDKQ W ^ aba_b,b;aH _T^^\h[qZ{XW V"T#S#Q#P#N#L"L!K JIIIIFNT\b f gghk(k7jD hOfZddbmaw _#^%]&[(Y(W(V(T'S%R$P"O!N NNNHP W`fjmopt$s3r@ pLmVl`jjhs#f}&d(b*a,_,],}[+{Z*zX(zW&zU$zT#zS!zR!zR!zR!KS Zdjotvx { {0y= wHuSs]pf np$lz(j+h-}g/zd0vc0ta.s_,s^*s\(tZ&tX$tW#tW"tW"tW"MU]gnuz}-: ~E|PyZwc!um%rw)}p,yn/um1qj2nh2lg1ke.lc,ma)n^'o\&o[$oZ$oZ$oZ$OXakszƀ)7CMW~a ~{j%zyt)uw-qu0ms2iq4eo4dm2ck0eh-ge+hc(ia'j_%j^%j^%j^%Q Zdnx̀†%4@ JT|^wg$rq)n|-i|0ez3`x4]v4[t3[r1]n.`k,bh)ce(dc&ec&ec&ec&T ]hs}ȅ !0= HzRu[pe#kn'fz,a/]2X4U}4S{3Sx1Vu.Yq,[m*]j(^h'_g&_g&_g&Wamy΃ċ,9 yDsOnYib dl%_w)Z-U0P2M2K1K0N{.Qv,Ts*Vp(Xn'Xm'Xm'Xm'[erʉ}'w5rA lLgVb`\j!Wu%R)M,I.E.D-C-E,I~+Ly)Ov(Qs'Qr&Qr&Qr&_jyІŐy t!o0j<dH _RZ]UgPs K#F&B(>(=';)<)@(D'F~&Iz&Iy%Iy%Iy%dq؁ˍpie)a7\CWN RYMdHpC~?; 8!7 4"3$7$;$=$@#@#@#@#izщƕ|k] YV.R<MHIT E` @m<{8521.,-146777rل˒ufVKH"E1B??M;Z8h4w 1Љ .Ϡ+̼* '$#'*,---~юƛ{l^QC?;%936A3O/],m)&$"  !"""׊ʙqdVJ>941'.3*?&M"]o    ΗâugZNC82-*&$"/:IZ o ơxj]PE;1*&" (4BUl|m_RF<3*"  +:NgreXK@5+" "1E_xj]QF<2*!  *<Tr20026<CLWbnz0..049@IT_kw!.",!+-0 5=FP\gr}$+&)%("),28BLXbmx((*&*$'%!',4=HS^is|,%.".!,!'" &09D NZdnw/#120,*#(,%5?IU_ i s { 2 565342'/0*:%E!P[eox59;:;<:"7+45/@,K*W)a)k)u)~))))(('&%$" ! ! " # # # 8<?? CDB>$;.795E5R6]7g7p7y77766432 1 / - , - - - - - ;@C EJ KID?%?2A@CLCXCbCkCt B} B A A @ > =<:97555555>CFKP Q N HGL,N;OGNSN] Mf Lo LxKJIHGEDB@>=<<;;;AF JQUVURSW'X6XCXNWY VbUkTtS}RQONLJIGEDCB~A~A~ACIMUZ\^]\`#a2a?`J _U ]^\g[pZzXWVTRP}O{MyKxJxHxGwFwFwFEKQY^cfee hi/h;gG fQd[cdam`v^][ |Z!yX!vV!tT sSrQrOrMrLrKrKrKG NU]dilmlop+o8nD lNkXiagjfs~d}{c!wa#t_$q]$n[$mZ"kX kVkTlRlPlOlOlOJ PXaiortsuv(v5tA sKqUo^~ng{lpwjz sh"pg$le&ic&fa&e_$d]"d[ eXfVgUgTgTgTLS\entxzz|}$|2{>yI wR|v[xtdtrmppw lo#hm&ek'ai(^g'^e%]c#^`!_]a[aYbXbXbXNU`jsy~!/;F z~Pu}Yq{bmykiwu eu#at&]r(Zo(Wm(Vk&Vh$Wf"Yc [`\]\\\\\\QXdox,~8xC sMoVk_fhbr^}~"Z{%Vy'Rv(Ot'Oq&On$Pk"Sg UdVbWaWaWaT\iu~|'v5q@mJ hSd]_f[pW| R#N%K~&H|&Gy%Gu#Hr"Km NjOgPfPfPfWbo{Äxs"o0j<fF aP]ZXdTnOzK G"C#A"@"?~!@z CuFqHnIlIlIl[hvʂ{ojf+b7^BYM UWQaLlHxD@<:987;~>y@uAsAsAs`o~ʼnzh_[#X1T=QHMS I^ EiAv=96331/2589|9|9|gxˆvdTOL(I5FBCM@Y<)977D5Q2_/m,~*'%$" !$%%%}ˍvgYK=0 ,*((6&D%T#d!uӊѣ    Љŗ|m_QD8,# !'4BSf{     ɕqcVI>3( $0 >Qf~ tfYLA6,# *9Ldxi[NC8.%  "2F`~oaTG;0&  *>Z}ugZNB8.% "7Su0.. 049@IT`lx.,,-16=FP]it}+))* -28BLXdox!(!&%&).4=GS_js{$%$""!!$ (09CNZdnv~("(&!#,5?IU_iqy+,+& (0 :DPZdmt|.0.+)(%# ,5?J U _ h q y       133 /21-(%"/9EP[dm u!}!!"!!47779 83-'&%2)?+K-V/`0i0q0y000//-,+*(&$#$$$7: :>@>8 //4,7::F;Q;[DFCA;=A'D5EBFMFWF`EiEqEz D D C A @ > = ; 9 7 5 4 ~4 ~4 ~4 = @BIKNMIHL"N1O>OIOSO\Ne Mm Mv L KJHGEC|Bz@y=x<w; v: v: v: ? BGNSVWTR UW-X:XEWOVY Ua Tj SrR|QP~O{MxKvItHrFqCpBp@p?p?p?AEKRY]_]Z]_*_6_B^L]U \^ [fZoYx|WyVvUsSpQnOlMkKjIjGjEjDjDjDCGOW_cedbde&f3e?dIcR b[~ad{`lx^vu]q\nZkXhVfTeRdPdNdLdJeIeHeHEJS]diljhjl#l0k<jFiP {hXxgatejqdsnc~jag`d^a\_Z^X^U]S^Q_O_M_M_MGKWbioqpop rr-r9}pCyoM unVqm^nkgjjpgh{dg`e]cZaX_X]WZWXXUYSZQZQZQJO\gntvuuw xx*{x6wwAsvJ otS ks\hredpn`oy]mYkViSgQdQbQ_Q]SZTWUUUUUULTaltz{{|}~~y&u3p~>l|Gh{Q ezYayb]wlZuwVtRrOpLmJkJhJeJcL_N\OZOZOZOYfqz~vr"n/j:fDbN ^W Z`WjS}tO{KyHwEuCrCoClCiEeGbI_I_I_R_mwwn if*b6^A[KWT S] OgLrHDA>~<{l@iBfBfBfVfs~sf`\$Y1V<SGOQL[ He DpA~=:7654}4y6t8p:m:m:m]n{paU QO*L6IAFLCW@b:;537":0<<=G>P>Y>b>j>r>z==<;97~6|4z2x/w-w,v,v,88<@FHGA> BD+F8GCGMGVG^FfFnEwED C }B z@ x> u< s: r8 p6p4o3o2o2:;@GNQPKHKM(O4O?OIORN[NcMkLt }K~ zJ wI tH rF oD mB k@ j> i< i9i8h8h8<=DNUXWTQSU$V1V<VFUOUX~T`{Sh xRq uQ{ rPpOmMjLgJfHdF cC cA b? b> c= c= >?IT[^]ZXZ[!\.]9\C}\Lz[UwZ] tYf qXn nWxkViTfScQ`O_M^K]I \F \D ]B ]B ]B @COY`cb`_` bc+~c6zbAwbJtaRq`[ n_c k^lh]ve[bZ_Y\VYTXRXPWMWK WH XG XF XF BGT^ehgfef g|h'xi4th>qgGnfPkfX hea ecjbbt^a[_X^U\SYRWQUQRQORM RK SJ SJ DKYcjlkkklzmvn$rn0on;kmDhlMelV bk^ ^jg [hqXg}UeRcOaL_K\KZKWKTLR MP MO MO FP^hppppqzrstot lu-ht8etBbsK^rS[q\ Xpe UnoQm{NkKjHgFeEbD`D]EZFW GU HT HT IWdnuutuwsyl{ h{d{)a{4^{>[zHXyQUxZ Qwc Nvm KtyGrDqAo?l>i>f>c>`?] AZ AY AY M]jt{zyz||ne_\$Y0V;TDQNMWJaG~k D|w @{=y:w8t8q7m7j7g8c :a ;_ ;_ Tdq{yj^VSP*M6K@HJESB^?hD!K Xgx{wj]O@3& %2?M ] n   ƇteVH;." "0>N`tyj\MA4),<Nbzԗи}n`RE9-"  '8LdqcUG;0&!4JexiZL>2'  /Gf~pbTG;/$)De +)**-2:DQ]hqy( &&'*.6@MYdlt{%#"$%)0;HT_gou}"  #,7CNYaipw}'2=IS[cjqw}#-8CMV^ekrx~  '1<FPX`fmsz#   +6@JS[biov~& $ #/:D M V ^ elt| ) '"$  (4>HQZaip x ,*)*,+' ""%/':)D*M+V,^,e-m-u-~-,+*('}%{#y!xwww/,/3884/*.1*364@5J6R7Z7b7j7r7{665|3z2w0t.r,q)p'o%o$o$1.4<BB?:68;&=2><?F?O?W?_?g?o}>x{>x=v<s;q9n7l5j2i0h.h,g+g+32:DJIGB@AC"E.F9GCGLGT}F\zFdxFluEusDpCnBkAi?f=e;c8b6a4a2a1a156AJPONKHIKL+M6~N@{NIxMQvMYsLaqLjnKslJ}iI fH dF aD _B ]@\>\;[9[7[6[67:FPUTSQOP R~S({T3xT=uTFrSOoSWmR_jRghQpeP{ bO `M ]L ZJ XG WE VCV@V>U<V:V:8>LVZYXWUW}XxY%uZ1rZ;oZDlYLjYTgX]dWebVn _Uy \T YS WQ TO RL QJ QG PEPBP@P?P?:CQ[^^]\[}]w^r_"o_.l`8i_Af_Jd^Ra^Z^]c\\l Y[w VY SX PV NT LQ KO KL KIKGKEKCKC<IV`bbaa~awcpdleie*fe5ce>`eG^dO[dXXcaVbj S`u P_ M] J\ GY FW ET EQ EN ELEJFHFH?O\effffxgqijj fkbk'`k2]k;ZkDXjMUjURi^OhhLfs Ie Fd Cb A_ ?] ?Z ?W ?T ?Q?O@M@MDUbkjjjjtmkocq^r[r#Xr.Vr8SqAQqJNpSKo\HnfFmqCl~ @j =h ;f 9d 9` 9] 9Z9W9U:S:SK\hponnoqrgu\xVySyPy)Ny4Ky=IxFGxPDwYAvc>uoL<V9a7~l4|z2{/y-v+t+p+l*h+e+c,`,`\kvzyxxxyl}^SF>;9(725<4F2Q0].i,w)'%#}#y#u"q#n"l$i$ies~}~thZNB5/-+*)5(?&J$V"d!r{xusso}}pdWJ>1$ +6AN\l~  ~~zyl`SF:.!  *6CRbtui]PC6*)6DUg}sgXJ=0$ '5DXmdžĥzk\NA5) "2DZto`QD8,"  -B\zteVH:/$(>]{m^QC7+$<[('&')08CP\dmt{ %$##%+3>KV_hov| "  %-9FQZbipv} )4@KT\djpw} $/:DNV^dkqw} )3>GPW_ekqw~  #-7AIRY`flsy   '1;DLT[bhnu}  +5>GOW^dkr{"  $ /9BKSZahpx}{y y x x $ $'&"*4 >"G#O#V$^$e%m%u%%$}#z"x usqppoo'!&031.*# &)%*0,:-C.K.S/Z/b/j~/r{/|y/v.t-q+o)m(j%i#h ggg)'09;:74002!4,566?7H~7P|8Xy8_w8gu8ps7zq7n6l5i3g1e/c-a*a(`&`$`$*+8ABA?<99;<)~=3{><y>Ev?Mt?Ur?]p?en>ml>wi=g<d;b:_7]5\3[0Z.Z,Z*Z*,1>GGGEB@A B{C%xD0uE9rEBpEJnERlEZiEbgDkeDubC`B]A[?X=W;V8U5T3T1T/T/.7DLLLKIFHyIuJ"qK-oK7lK@jLHhKPfKXcK`aJi^Js\IYHWFTDRBQ@P=O:O8N6N4N4/=JPPPPNLyNsOoPlQ*iQ4gQ=dQEbQM`QV]P^[PgYOqVN}SMQKNILGKDJBI?I<I:I8I82BOTTTTSzRsTmUiVfW'cW1aW:^WC\WKZVSXV\UUeSToPS{MRKPHOFLEIDGDDDAD?D=D<6HTXXXXXtXmZg[ c\`\$]].[]8Y]@V]IT\QR[ZO[cMZmJYyGXDVBT@Q?O?L?I?F?C?B?A=MY\\\\}\o^g`aa\bYb!Vc+Tc5Rc=PbFNbNKaWIaaF`kD_wA]>\)H(S&~_$}m"|} {xvrnjgdbbdrutsrvsku_yR}H<0& #"# -7AMZhx|wtpnlkn{{yx}xryf}ZNC8,  $.9 E Raq~zxwvy~{nbVJ>3($/;HWh{wk_RG;0$ $/<K]pth\OD8,!  !-<NczsfYJ=1%+;Pg҄Ϩ|l]NA4) );RnqbRD7+  %;Utyj[M@2&  9X|&###'-6BMW`hpv}#!"'0=HR[cjqw}!+7BLU]dkqw}&1<ENW^dkpv}  !+5?GPW^ejpv}  %/8AJQX_ekpw~  )2;DKSY_ekry #-6>FMT[agnu} &09AIPW]cjrz~|{{{    *4 < D L SZahpy|y w u srqqp "  %/8@HOV]e~m|vywtromkihhg g %*,+(% "+$4%<&D}&L{'Sy'Zw'bu'js'sp'~n'l&i%g#e!ca``__ .3431.*(*,'|-0z.9w/Au/Is0Pq0Xo0_m0hk0qi0|f/d.a-_+])['Z$Y"YYX )69:98531 }3x4#u5-r66p6>n7Fl7Mj7Uh7]f7ed7ob7z_6]5Z4X2V0T-S+S(R%R$R#!0<>??>;9{9v:r; o<*l=3j=;g=Ce>Kd>Sb>[_>c]=m[=xY<V;T9R7P5N3M0M-M+M)M(%6ACDDC@{>u?p@lAiB'fC0dC9aDA_DI^DP\DYZCaWCkUBvSAP@N?K<I:H8H5H2G0G.H-*;EGHHG~FvDoEjF fGcH$`I.^I6\I>ZIFXINVIVTI_QHiOHtMGJEHDEAD?C<C9B7B4B2B11AIKLLKzKpJjKdM `N]N"ZN+XO4VO<TODROLPOTNN]LNgIMrGLDKBI@G>D>A=>=;>9>7>66FMOOOOvOkOdQ^SZSWTTT(RT1PT9NTALTJJTRHT[FSeCRqAQ~>P`D<`M;`V9_a6^m4]z2\0Z.X-U-Q,N-K-H-F-EJXZ[[[u[k\__WaNdEg@g=g;g&9g/8g76g@4gI3fS1f^/ej-dx+c)a'_&\&X&U&Q&O&M'LR__`_|_q_ha\dSfJi@l7o 4o2o!0o*.o3-n<+nE)nO(mZ&mg$lu"j ifc`\XVTRZddddxdndeeYiOlFo;r0v)x'w%w$#w-"w6 w@vJvVuctrsqnkgda^\[djjihuhliakVoKrAv7y,} &09DP~^ }m |zwtp l i g e dmpon}mrmio]rRvFz<~2''2<IWfx~zwspnmxwutzspsewY{NB7-" (3@N^o|zy~|zzzm}aUI>3( )5BSf{vi]QF:/$ (5EXntg[OC8-!  %5H_yĘsfZK>1%"3Ie~n^O@4( 3LjvgXI;.! 4Pq"  #*4>IS\ckqx~#.9CLU]dkqw}(3=FNW^ekqw} #-6?HPX_ekpv} '09BJQX_djpv}  !+3<DKRY^djpw%.6>FMSY_ekqy  (19@GNTZ`fmu~~~ "+4;CIPV\biq{|ywvttss   &/7>ELRY`g}o{ yx vsqomkjiii   *2:A}H{OyVw]uesmqwnljgeca ` ``` $&%# %|.y6v>tErLp Sn Zl bj kh uf ca^\[YXXXX )+--*(%" {#w$!s%+q&3n';l(Bj(Ih(Pf)Xe)`b)i`)s^)\(Y'W%U"S!RQQQQ(/2331/|-x+s+o,l-'j.0g/8e/?c0Fa0M_0U^0]\0fY0qW0}U/R.P,N)M'L%K"K KK/47887}4w3q2m2i3f4$c5-a65_6<]6D[6KY6SW6[U6eS6oQ6{O5L4J2H/F-F*E(E%E#E!$59;<<;x9q7l8g9 c:`;"];*[<2Y<:Wl<f>a?]@Z@WA(UA0SA8QA?OBGMBOLAWJAaGAlE@xC?A>?<=9<7;4;1<.<,<+1=ACCDxCpBgBaC[EWETFQF%OG-MG5KG=IGDHGMFGUDG_BFj@Ew=D;C9A7>7;786673717/6BEFGGuGlGaG[IVJQK NLKL"IL+GL3EM:CLBBLJ@LS>L]R7=R?;RH9RQ8R[6Qf4Ps2O/N-L,I+F,B,?,<-:-9BJMNNxNnOdOZRSSKUDX?X=Y;Y$9Y,7Y46X<4XE2XN1XX/Wd-Vq+U)T'R%O%L%H&E&B&@'>IOQRRtRjSaTWVPXGZ?]7_ 4_2` 1_(/_0._9,_A*_K)^U'^a%]o#\~!ZXUROK H F DQTVV|VqVgW^XTZL]C_:b1f+g)g'g#&g,$g4"f=!fGfRe^dkc|a_\YUROMKYZ[[x[mZd[[\Q`Hb?e6h,k!o ooo&o/o8nBnMmZlhkx i g d a ] Z WUS_``_t_j_b_XbMfDh;k1o'rux y x x( x2w<wGvTubtrrpmifc_]\ffe}dqdhd_eThIl?p6s,v"z} !+5@M\~l}zwspljgfmlkyjoigi[mPqEu:y1|' ",8ETey{xtsqtrqwooocrWwL{@6,!  #.:J\p}{ywxvly_~SG<1'".=Od}vi\PD9.# !/@Umtg[NB8-" /C\y؜th\L>1%  -EdsdTE7).Hj '1:CLU]elrx~!)3=FOW_flrx~$-7@IQX_fkqw~  (1:CKRY_ejpw~ #,4=DLRX^djpw &/7?FLRX^dipx!)19@GMSX^djrz$,4;BHNSY_fmv}{yyxwv '/6=CIOU[b~i|rz}xvsqpnmlll !*28?~E|KzQxXv_tgrppzmkigecbbaa %|-y 4v ;t Bs Hq Oo Vm]kfiofzda _ ] [ZYXXX ~ zv s)p1n8l>jEhLfSd[bc`m]x[YVTRQQP P P "%''%}#x urnk%h-f 5d ;b!B`!I^"P\"XZ"aX"jV"vT!Q OMKJJIII#(+,,~+w)r'n%j$ g%d&"a'*_(2](9[(?Y)FW)NU)VS)_Q)hO)tM(J'H&F#D!DCCCC)-011y0r.m-h+d, `,]-[.'X./V/6T/=S/DQ/KO/TM/]K/gI/rF.D-B,@)>'>$>">>>$-145~5u5n3h1b1^2Z2W3T4%R4,P54N5;M5BK5II5RG5[E5eC4q@4>3<1:/9,9)9'9$9"9 +1589z9q8j8c5]7X8T8Q9O9"L:*J:1H:8G:?E:GC:PA:Y?:c=9o;9}987654414.4+4)4&5%059;<w<n<f<]:X<S=N> K>H?F?'D?/C?6A@=?@E=?Mn5>|3<1;08.6/3/0/-0+0)59=>?t@j?b@X@RAMBHCEDBD@E$>E,=E3;E;9EC8EK6EU4D`2Dl0Cz.A,@*=):)8*5*2+/+.9>@B|CpCgC_CTENFHHBI>JBDFxFmFdG[GQJKKDL=O7P 4Q2Q0Q&/Q.-Q5,Q=*QF(PP&P[%Oh#Nw!MKHEB?< 9 8CFIItJiJ`JXKNNHOAQ9S0W,X*X(X"&X*%X2#X:"WC WMVYVeUtSQOLHEB@>IKM~NqNfN]NUOLQES=V5Y,\#_ ___%_-_6_?^I^U]c\rZ X V S OLIGENQRyRmRcRZRRSIVAY9[0^'behhg g(g1 g: fE fPe^dmb`^[WTPNMUVWuWiV`VXVPXE\=_4b+e"hk oppp"o+o4o?nJmXlhkyifc`\YWU\\\q[g[^[V[K_Ac8f/i&mpsvx xyy$y.y8xDwRvbussqnjfca_bbzan`e`]`RcGg}3)  (5FZqw~uvtkv^{QF:/%(8Le}uh\OC8-"  );Sn̒ȿth[OB8-" *@[{wl`PA1$ )De%,4=GPX_fmsy%.8AJRY`flry   )2;DLSZ`ekrx $-5>FMSY_djqw '08?FMSX^cipx"*29@GMRX]cjqy %-4:AGMRX]dks~~|{z (/6<BHMSX_fn}x{ywusrqppo "*17=C}I{NyTx[vbtjqtomkihffeee ~%{,y3v9t?sEqKoQmXk_iggqe}ca_]\[ZZZ  ~{yu r(p/m5l;jAhHfNdUb]`f^p\}YWUTRRQQQyus q m j $h+f2d8b?`E^L\SZ\XeVpS|QNLJ I IIII  !!x rnki eb `(^/\5Z<XBVITQRYPcNmKzIGDCBBB B B !%&{'s&m$h"d a^[Y %V!,T!3S"9Q"@O"GM"NK#WI#aG"lD"yB!@ ><<<<<<!')+w+n+h)c'^&[%X%U&R'"P')N(0L(6J(=H)DG)LE)UC)_@(j>(w<':&8$6!66677 &+-~/s/j/d.^,Y+U+Q, N,L-J-&H.-F.4D.;B.BA.J?.S=.];.h9-u6,4+2)1&1$1!122%*/1{2o2g2`2Z1T0O1L1 H2F2D3$B3+@32>39=4@;4H94Q73[53g32t11/0-.++,),&-#-!.).24w5l5d6\5V5O5J6F7B7@8>8!<8):9099679>59F49O28Y08e.7s+6)5(3&0&-'*(((%)#-257t8i9`9Y9R9I:D;@<<= :=8>6>&4>-3>41></>D.>M,=X*=c(m?c?Z?R@JACC=D7F0H,J*J(J &J'%J.#J6"J? IHISH_GmF~DB?<9642;?AvBjB_BWCOCGEAF:H3J,M$P !Q QQ#P+P3P;PEOPO]NkM|K I F B?<:8@CErFfF\FTFLGEH>J7L/O(RVXXXX'X/X8 WA WL VYUgTwRPMIFC@?FH|InJbJYJQJJJBM:O3R+U#X[_ ```"_*_3_<^H]T\c[sZWUQNKHFLMwNjN_NVNONHO>R6U.Y&\_b eg hhh$g-g7gBfOe]dnb`]ZWSQORSrSfS\RURNRDV:Y1])`!cfiln oppq'q1q<pHoWnil|kge`]ZYY|YnXcX[WTVJZ?^5b,e$iloruwx yz{ |)}4|A|Pzbyvvtpmhfd_w_k^b][\P_Ec:h0l'psv y| !,9HZo~{xtpfseiccbXeLiAn6t+x!|  #/>Qg}mrkkialTqHv<|1& "1CZu|ttrkt^yQE9.# #4Kg|v}i]QD7,! $8Rrvk_TG;-"&>] (09BKS[agmsz !*3<EMU[aglry  %.7?GNU[`fkqx  )19@HNTZ_djpx#+3:AGMSX^djqz &-4;AGMRW]cjr~ (/5<AGLRW]dlw~{yxvvuts #*06<AGL}R{Xy_wguqr}pnlkjiihh~%|,z2x8v=tBsHqNoTm[kcimfxdba_^]]^^| xvt!q'o.n4l9j>hDfJdPcWa`_i]u[YWUTTTTT { v sp nki#g*d0b6a;_A^G\NZUX^VgTsQOMLKJJJJ {snjh gda_&],[ 2Y 8W >V ET LR TP ]N gK sI F D CBBABBumhc`_]ZX"U)S/R6P<NBLJJRH[FfCrA?<;: : :;; {!p!h!b ^ZXUSPN&L-J3H9G@EGCPAY?d<p:8643445 5 !$v%l&d%]%Y#U!RO L J G!#E!*D"0B"7@">?"E="M;"W9"b6"n4!}2 0...//0 %'s)h)`)Y)T'P%L%I%F&C&A'!?''>'.<(5:(;9(C7(K5(U3(`1'm.'|,%*$)!()**+$(}+o,e,],V,P+K*G*C+@+=,;,:-%8-,6-25-93-A1-J/-S--_+,k),{'*%(#&##$!%&&"(+y.l/b/Y/R/M/F/A/=0:1 715242#22)120/27-2?,2H*2R(2]&1j#0y!/ -+(% "! "&+/v1i2_2V2O2I2B3<4854617/7.7 ,7'*7.)75'7=&7E$7P"7[ 6h5x42/-*'$"*/2r4f5\5S5L5F6>7984:/;+< )='=%=$$=+"=2!=:=C4?.A'D GJ JJJ%I,I4I> IH HT GaFpEC@=:74 29<u=g>[?R?J?D?>?7A1D*F#ILP Q Q Q!P(P0P9ODOPN]MlLIGD@=;8>@pBcBXBOBHBBB;C3F-I&LOR UX XXX$X,W5W?VKVYUhS{ROLHEB@D|ElF_FUFMFFE@F8I0L(O!RVY\^ __``'`0`:_F_T^d\vZYUQNJIJuKgK[KRJKIFI^C\J[QYYWbUmSzQOMLKKKM w pkhe ca_]%[*Z0X5W:U@SGRNPVN_LjIwGEDCBBCC zphc_ ]\ ZXV!T'R-P2O8M=KDILHTE^CiAv?=<:::;; tjb]YVU T Q O M $K *I 0G 6F <DCBK@T>^<j9w7 5 4 33334 }oe]XSPNL JHF!D'B-@3?9=A;I9R7\5h2v0.,+ , ,-.xk a!Y S NKHFCA?=$<*:1877>5F3P1Z/g,u*(&%&'( ( u"h#^$V$O#J#F!C@= ; 9 7!"6!(4!.2"51"</"D-"N+"Y)!e'!s% #!  "#$#q%d&Z'R'L&G&B%>$;%8%5&3&1&0&&.',-'3+':)'B''L%'W#'d!&r%#!"}&n(a)W*O*I)C)>)9)5*2*/+-+,,*,#(,*',1%,8#,@",J ,U+b+p)(&#  %z)k+^,T,L,F,@,;,4.0/-/*0 '1%1$1!"1'!1.161>1H1T0`/o.-*'%"$)v,g.[/Q/I/C/=/8011-2)4$5 6677%7,746<6F6R5_5m 3~ 2 0- * '$"(,r/d1X2N2G2@2;253/4+5&7 :< <<<"<)<1<: 48536-7(9";>A C C C B&B-B6B?AKAX@f>w=;952/-2z5j6\8Q8H8A7;76819*;$>@CFI JII"I*I2H;HGGTFbEsDB?;8637u9e;X;N;F;?:::5;->'@ CFI LO PPQQ%Q.P7PBOON^MpKJFD@<;<o>`?U?K?C>>=9=1@)D#FJM PSUV WXY!Y)Y2Y=XJXZVlURQMJEB{BjC\DQCIBBA>@5C-G%KNQ UW[]^ `abc#d-c8cEbUaf_}]ZVSPMtHdHXHOGHFCE:H1K(P SWZ^`dfgi jkmn&o1o>nNmakwifd_\YmN`NUMNLIJ?L5Q,U"Z^aehjnqrtv wy{~)6~F|YzoxtqliehT]TUROPFR;W0\&afimqtwz}!-=Qgxte[\YWWNYA^6d+i ot w{ $3G^zda__W`Jf=l1s&x~ (;SphgagTmHs2& 1Nq  (09AIQX^djpv~  "+3<CJQW]ciov~ &.6=DJPU[agnv (07=DIOTY_fnw ")07=CHMRX^foy|zz $*17<AGLQW^gq}}zwtsponn%+17<}A{FzKxQvXt`rjpumkigedcbc{ xwu t&s,r1q7o;m@lFjLiRgZedcoa}_\[YXXXYxsomkih"g'f-e2c7b<`A^G]N[UY_WjUwSQONMMNO~tmiec a_^]#[)Z.X3W8U=TCRJPRO[MfKrIGEDCCDEvkd`]ZX WUS R%Q*O/N4L:K@IFGOFXDbBp@><;;;;<| o e ] X U SQ ONLJ"I'G,F1D7C=AD?L>V<`9m7|6433334 vi_XRNL J I HEDB$@*?/=5<;:C8K6U4`2m0|.-,+,,- qd[SMIFDBA ? = < !:'9-745:3B1K/U-a+n)~' & %%%&& }m`WOIDA>=; 9754%2+01/8-@+I)S'_%m"}   !yi]SLE@=:7531/.",(*/)6'>%G#Q!]k{  uf Z!P!H!B!=!9 5 2/- + ) ( &!&%!-#!4!!< !E!P!\ jzq c#W#M$E$?$:$6#2#-$*$(%%%#&"& &$&+&2&:&C&N&Z%h$y# !   n#`%T&J&C&<&7&3&/')(%)"*+ +++"+(+0+8+A+L+Y *f )v '&#   |#k&\(Q)G)@):)5)0),*&+#,.0 0111&1-15 0> 0I0U/c.r-+(%""x'g)Y+N+D,=+7+2+.,),%. /146 6 6 6#6*626;5E5R4`3p21.*'%"&s*c-U.J.B.;.5.0.,.'/"1368< <<< <'AK@Y?j>}<;751.{0i3Z4N5D4<47323.3'5!8;=@CFG HIJJ'J0J:IFIUHeFzDB>;86u5d7V8J8A8:76625+8#;>AD GJMN OQRS"S+S6SARPQaOvMJIDB>n;^<Q<G<?;::69.;'>BEI LORUWX Y[\^&^0]<]K\\ZpXVRPKIh@YANAE@>>;=3?*C"GKO RUX[^`ac dfh j*j6iEhWfkda^\VTbFUFKEDD@B8D.H%MQU Y]_cfiklnp rtw#y/x=wOuds~plig`\LRKKJFG>I3N)SY] aeiloruwy{~ &5G\v~yvpYRRPMNEP9U.[#`f joswz}+=SmYXUUMVA\4c)iou{~!2Hc]]V^Jc?j3p'w~ '=XyaeUkJq@x4),Hi  $-5=ELSY^djqy'/7?FLRX]bhox!)18?EKQV\bhoy #+28>DJOUZ`gpz~}| %+28>CHMSY`hrytqoo&,17<AFLRY}a{jyuvtqolhfed }|{ z&y,x1w7u<sAqFpLnSlZjdhnf~dba_\ZZZxtqomkj!j'i,i1g6e;d@bFaM_U]^[hYwWUTRQPPP|rlheb `_^^"](\-[1Y6W<VATHSOQYOcMqKJHFEEFFqhb^[XV UTSR#Q(P-N2M7K=JDHKGTE^ClA|?=<<;<>wi`ZURON LKJI H%G*E/D4B:A@?H>Q<[:h8w6543346oc Z S MJHFE CBA@">'=,<1:79=7E6N4Y2e0t.-,+,,.zj ^UMHD A ??=<:97$6)5.342;0C/L-W+c)r'&%%%%%u fZPIC>;98 8 6531!0'/ ,- 3, :* B( L& W$ c" r   qbVLE?:74321 /-,*%)+'2%9#B!LXet   m^SIA;730.,* )'&$##)!07@JVds {i[OF>840-*'%# !  '.5>IUbr       wfXLC<61-)&"      % , 4!< G R _ntcU I!@!9!3!.!* ' #!"#$%%%%"&) %1 %9%C%O$\$k"}!p_!R"F#=#6#1#,#(#%#!#%&(* * ** *&*.*6*@*L)Y)h(z&$!l!\$O%C&;&4&/%*%&%#%&()+ . 0000#0+03/=/H/V.e-x+)&$ z!h%X'K(@(8(2(-(('%'"'*+- 034556 6(505:5E4S4c2v1/-)&$u%c)T*G+=+6+0*+*')$)+.02 589 :;<<$<-<6? @BCE D)D2D>CKB\Ao?=:942i/Y1K2@28120./+.$0369 ;>ADFH IKMN$N.M9LGKWJkHFCA<:c4S5G6=56413.1(3 7:= @CFIMOPR TVXY)Y4XBWRVfT~QNKIC\:N:C:;96735,7#;?C FIMPSVXZ\^ `ce#f/e<dLba`x]ZVTQV?J?A>;<7:0<'?DI MQTX[^adfhjl oru't5sEqYoqmiea]REHDAB=?6A+F!KP UY^adgjnpruwz|  -=QjzvqlOJHHDF=G1L&RX^cgkoruy|~ $5Ia}OPKMDM8S,Z `g mrv{ *>WuSTMTAZ6a*gnu|3Lj‘W\LaAg6n+u|(A`ڻ  (08?GNU[`fls{ "+2:AHNSY^eks} $,3:@GLRW]ckt}| &-39?EJPU\ckv{urq  '-38>CHNT[cmy~{ytnigf !'-27<}A{FyMwTu\seqqomkhea^]\|ytsrqp!o'o,o1m6l;j@iFgMeUc_ai_w][YXURRR|snife cbba"a'a,_1]6\;Z@XGWOUXScRpPNLKIHHH|pga]ZXW VUTS"S'R,P1O6M<LBJIHSG^EjDzBA?>>>?rf]WSPNL JIIHH#G(F,D2C7A>@E>N=Y;e:t8764467zk_VOJGECA A@?? >$<);.:48:7A6J4U3a1o/.,,,-/sdYOHC?=;:9 8776!5&3+2017/>.G-Q+^)m(&%$%%'n`S J C = 9 6543 210/.#,(+.*4);'E&O$["j!{!|i [ OE>94 1 / . -, +*)'!&&%,$2":!CMZhzwe WKB:50-*)( ' & $# "  $ * 1 9 B N Z hys bTH?72-*'$#"  #*1:DO\ j z   o^QE<5/*'#!!(/8 A LXfw  k[MB92,($!  % , 4=HUdt |hXJ?60*%" " ) 1 : ERas wdUG<4-(#  !#$$$ $'$/$8$B$O#_#p!s`QD : 1 + & "! #%' ()**$*,*5*@)M)\(n&%"n\M!A"7#/#)"$" !  !#% '*, -/00!0)020=/J/Y-l,*'&!i X#I$=%4%,%'$#$ #"#%( *,/13 4677&7/696F5V4i31/,*&c%S'E(:(1(+'&'"% $&(+ -/2579 ;=??"?+?6>C=R@B DGII'H2H?GNE`CxB?<97W.H/=/4/-.),'*!,/2 58;>ADFIKM PRU"T-T9SIQ[OsMIFB@Q3D4:322-0+.$037 ;>ADHKNQSUXZ ]`b'a4`C^V\lYWSPJK8@88725/3)4 8<AEILPSWZ]_bdgjmq r-q<oOmeifb^XG>>=8;58.9$=CHMRUZ]adgjloqtx{&5G]|zxsohDC>A;>5>)DJPV[`dhkorux{~-?Vr{EHAECHNU]g}t{xusleb`_}{zzy"x'w,w2v7t<rApGoNmVk_ikfzedb_YVUTxqnkj hgff"f'f,e1d5b:a@_G]P[YYdXqUTRRMKKJ}qhc_]ZY XXWW"W'V,U0S5R;PAOIMSK]JjH|GEDBA@@qe]VSOMLK KKJJ"J'H,G1F6D<CCAL@X>d<u;:98778vg\SMGECA@ @@?>=#<(;,92887?6G5S4_3o10/...0n`TKD?<:876 55543$2)1.04/;-C,O+[*k)}(&&%'(yhYNE=8521/. . ---+ *%)+(1'8&@%K$W"g!y "tcTI?83/,*((' '&&%$"#(".!5 =HTcto_PD ; 4 / * ' $#"! !   %+3;ERask[L A 8 1 + & #    #)1:DP_ p  {gW I>5.(#          ! ( 0 9 D Q _ o wd TF;2+%!     '.7AN\m r ` PC8/(#   $+4?KZk o ]M@5-&!   ")2<IXj~ kYJ=3*$  '/:FUf}gUF:0("  ! #$$$$%-$7$D$S#e!{ bQB7-&  !#% (***"***4*A)P)b'x&#!]M?3 * # !$&)+- /111(111>1L0^/t,+'$#XH!;"0#(""!  "%'),/13 68::$:.::9H8[6p42/,)R#C%7&-&&%!$" !# &(+.1479<> ADE D*C6BDAW@l>;852L(>)3*+)%(!&#$' *-0369<?ADGJ MPP%P1O?MRKgIFC?;F-:.0-),%*#'(,/369=@CFILORUX\_ ^,]:[MYaW{SPKFA262.1*/',",159=ADHKORUX[^ae imp&n4lFj[gtb_[S<746/4-1'16;@EINRVY]`cehkorw {->S{lvrod:<5:27-7"<B HNTX\aeiloruy| %6Kdx;@8=4<(BIPX^dilquy}-B\|?D@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~mft1!  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06='D8LLTaZu`d޾fڹgִhԭiѦjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћjћj' * 06<'D8KLSaYv]`aѻa̴bƭccѻdۻdۻdۻdۻdۻdۻdۻdۻdۻdۻdۻdۻdۻdۻdۻdۻd' * 06<&C7KLRaWv[]^Ǽ_`aıa̩cԩcԩcԩcԩcԩcԩcԩcԩcԩcԩcԩcԩcԩcԩcԩcԩc' * 06<&C7JKQaUwY\]^__`ǟbΟbΟbΟbΟbΟbΟbΟbΟbΟbΟbΟbΟbΟbΟbΟbΟb' * 06<%C6IKOaTvX\]]^_`—bȗbȗbȗbȗbȗbȗbȗbȗbȗbȗbȗbȗbȗbȗbȗbȗb& ) 06<$B5HJN`SuX[\]^_`bbbbbbbbbbbbbbbbb& ) 07<#B4GIL_SsWZ\]^_accccccccccccccccc&* 17EFTOaTlYt\z_~a{cwfrhrhrhrhrhrhrhrhrhrhrhrhrhrhrhrhrh$,550 71=ADONZTcYj\o_r{buwdxsfzpi|pi|pi|pi|pi|pi|pi|pi|pi|pi|pi|pi|pi|pi|pi|pi|pi|%.4*. 5/;7G={OAvUErZGp\Im^JkaKicMheNheNheNheNheNheNheNheNheNheNheNheNheNheNheNheNheN# &-!4(;.xC3sK6oQ9lV:jYe_?da?da?da?da?da?da?da?da?da?da?da?da?da?da?da?da?da?}' ) .4:#C2LCUV^hfynu{⟀ߚۖՑwwwwwwwwwwwwwww}' ) .4:#C2LCUV^hfynu{⟀ߚۖՑwwwwwwwwwwwwwww}' ) .4:#C2LCUV^hfynu{⟀ߚۖՑwwwwwwwwwwwwwww}' ) .4:#C2LCUV^hfynu{⟀ߚۖՑwwwwwwwwwwwwwww}' ) .4:#C2LCUV^hfynu{⟀ߚۖՑwwwwwwwwwwwwwww}' ) .4:#C2LCUV^hfynu{⟀ߚۖՑwwwwwwwwwwwwwww}' ) .4:#C2LCUV^hfynu{⟀ߚۖՑwwwwwwwwwwwwwww}' ) .4:#C2LCUV^hfynu{⟀ߚۖՑwwwwwwwwwwwwwww}' ) .4:#C2LCUV^hfynu{⟀ߚۖՑwwwwwwwwwwwwwww}' ) .4:#C2LCUV^hfynu{⟀ߚۖՑwwwwwwwwwwwwwww}' ) .4:#C2LCUV^hfynu{⟀ߚۖՑwwwwwwwwwwwwwww}' ) .4:#C2LCUV^hfynu{⟀ߚۖՑwwwwwwwwwwwwwww}' ) .4:#C2LCUV^hfynu{⟀ߚۖՑwwwwwwwwwwwwwww~' ) .4:"C1KCTV\id{krvzܞ~ؙϑ~īwīwīwīwīwīwīwīwīwīwīwīwīwīwīw& ) .4:"B1JCSV[jb|hmqݨtڢw֝{˒}ɯ|yͧ}ǧ}ǧ}ǧ}ǧ}ǧ}ǧ}ǧ}ǧ}ǧ}ǧ}ǧ}ǧ}ǧ}ǧ}& ) .4:!B0ICRVYj`}ei޴kۭnاpԡr̛xήvФ|ʤ|ʤ|ʤ|ʤ|ʤ|ʤ|ʤ|ʤ|ʤ|ʤ|ʤ|ʤ|ʤ|ʤ|& ( .4:!A0IBQVXk^beۺfشgԮjϪnɦsЮuҡz̡z̡z̡z̡z̡z̡z̡z̡z̡z̡z̡z̡z̡z̡z& ( .4: A/HBPVVk[_aӽ`ͶcǰehʺlаtӠyΠyΠyΠyΠyΠyΠyΠyΠyΠyΠyΠyΠyΠyΠy&( .4: @/HAOVUlY\^Ⱦ__a³cɬfϤmҟxΟxΟxΟxΟxΟxΟxΟxΟxΟxΟxΟxΟxΟxΟx&( .4:@.GANVSkX\]^^^_Ǡb͙hЕrΕrΕrΕrΕrΕrΕrΕrΕrΕrΕrΕrΕrΕrΕr%( . 4:@-G@MURkW[\]]^_`ȏe̋l̋l̋l̋l̋l̋l̋l̋l̋l̋l̋l̋l̋l̋l̋l%( . 4:@,F?LTQjV}Z\]]^_aeŃjǃjǃjǃjǃjǃjǃjǃjǃjǃjǃjǃjǃjǃjǃj%' . 4:?+F=JTPiU{Y\\]^`be}i}i}i}i}i}i}i}i}i}i}i}i}i}i}i$' . 5:?)C=HSOgUyX[]^_ac|fxixixixixixixixixixixixixixixi$'/ 5;>(@=GRNeTuX[]_`b}dwgsjsjsjsjsjsjsjsjsjsjsjsjsjsjsj#(/ 6<;(>=DQMbSpW|[^`b}dwfsiokokokokokokokokokokokokokokok#(07 96)==GFPNVT|[Xw_[tb^qe_ngalicikdgmegmegmegmegmegmegmegmegmegmegmegmegmegmegme"*%!(.#5-<5D=MCzTGuZJr]Mo`OlbPjdQhfSfiTekUekUekUekUekUekUekUekUekUekUekUekUekUekUekU!#%+2&9-~@3wJ8rQ;nW=lZ?j]Ah_BfaCecCceDbfEbfEbfEbfEbfEbfEbfEbfEbfEbfEbfEbfEbfEbfEbfE  !'. 6%u<*nD-jL0gQ2dU3cX4bZ5a\5`^6_`7^a7^a7^a7^a7^a7^a7^a7^a7^a7^a7^a7^a7^a7^a7^a7v' ( ,29A,K;UK_[ijsv|𖄉쓌萓匘≝ކ}trrrrrrrrrrrrrv' ( ,29A,K;UK_[ijsv|𖄉쓌萓匘≝ކ}trrrrrrrrrrrrrv' ( ,29A,K;UK_[ijsv|𖄉쓌萓匘≝ކ}trrrrrrrrrrrrrv' ( ,29A,K;UK_[ijsv|𖄉쓌萓匘≝ކ}trrrrrrrrrrrrrv' ( ,29A,K;UK_[ijsv|𖄉쓌萓匘≝ކ}trrrrrrrrrrrrrv' ( ,29A,K;UK_[ijsv|𖄉쓌萓匘≝ކ}trrrrrrrrrrrrrv' ( ,29A,K;UK_[ijsv|𖄉쓌萓匘≝ކ}trrrrrrrrrrrrrv' ( ,29A,K;UK_[ijsv|𖄉쓌萓匘≝ކ}trrrrrrrrrrrrrv' ( ,29A,K;UK_[ijsv|𖄉쓌萓匘≝ކ}trrrrrrrrrrrrrv' ( ,29A,K;UK_[ijsv|𖄉쓌萓匘≝ކ}trrrrrrrrrrrrrw& ( ,28@+J;TK^\gkpyy闉哐⎕ߋօzqpppppppppppppx& ( +28@+I:SL\]enm|u}朄▊ߒێ̃wsttttttttttttty&( +28?*H:QLZ^cojry~ܕؑ€twxxxxxxxxxxxxxz&' + 28?*H:PLX_`qgntyޞ}ژӒy{|||||||||||||{%' + 28?)G9OLW_^rekoߩrۣv՟}ϛèà|%' + 28>)F9NLV_]schjܰn֫sЧyʣ¸ĥŜ}%' + 28>(E9MLU`[s`dݾgֹkѳpʮué{÷ƢƘ~%' + 28>(E8LKT`Yt^aeϽhȸl³qwõ~ơǕ~%& + 28='E8LKR_Xt[_bľehlpéwƟ~Ȓ$& + 28=&D7KJQ_VtZ]_bdgkžqƘzǎŒ$&+ 28=%D6JIP^UsY\]^`cfkčsƊˆ$&, 28=$C4IHN^TrX[\\]^bfn{$%, 28="C2GHM]SpWZ\]^_aeyjutuyuyuyuyuyuyuyuyuyuyuyuyuy#%, 3 8= @2DGK[RmW}Z\^_aczftjoqntntntntntntntntntntntntnt#%,3 9<<2CFJYQiVwY\_aczetholjqisisisisisisisisisisisisis"%-4 :8;2@EHVPeVqY{]`bzeugpjkmgrfsfsfsfsfsfsfsfsfsfsfsfsfs!&.672 92?BGQO^UiZq]xa}zcvfqhmkindsctctctctctctctctctctctctct &/5.1!80=?EKNVU_Zf^l{bpvdsrgvoixklzho|dr~cscscscscscscscscscscscscs'0.'/ 6-<9CDLMTTZZ{^^vbaredohfljhiligokcrmcsmcsmcsmcsmcsmcsmcsmcsmcsmcsmcsmcsmcsm',&,3)93@;JCRHyXMt]Pq`RncTkeVihWgjYemZbp[bq\bq\bq\bq\bq\bq\bq\bq\bq\bq\bq\bq\bq\$ #)0$7,=2}G8wO&I3TA_Oj\ugpw}󇚁쁦|ysoooooooooooop' {( + 07>&I3TA_Oj\ugpw}󇚁쁦|ysoooooooooooop' {( + 07>&I3TA_Oj\ugpw}󇚁쁦|ysoooooooooooop' {( + 07>&I3TA_Oj\ugpw}󇚁쁦|ysoooooooooooop' {( + 07>&I3TA_Oj\ugpw}󇚁쁦|ysoooooooooooop' {( + 07>&I3TA_Oj\ugpw}󇚁쁦|ysoooooooooooop' {( + 07>&I3TA_Oj\ugpw}󇚁쁦|ysoooooooooooop' {( + 07>&I3TA_Oj\ugpw}󇚁쁦|ysooooooooooooq&}( * 06>&H3SB]Ph^rj|t|􎏂쇝鄣恨yqmmmmmmmmmmmmr&~' * 06=%G3QB[Qe`omxy𒊊돒狙䇟~unqqqqqqqqqqqqs&' * /6<%F2OBYRcblqt}}옆甎䏔مzqrttttttttttttu%& ) /6<$E2NBWSadisqy鞁嘈܍͂wrvxxxxxxxxxxxxu%& ) /5<#D2MBVS^efunu|✂ޕؒȈ~wz||||||||||||v%& ) /5;#D1LBTT\fdwkrwߡ}؝љĐ|~w%& ) /5;"C1KAST[fbxhms٨zТʞx$&) /5;"C0JARTYg`yejܶpҮvʧ}ãy$%) /5;!B0IAQTXg^zbhֽn̴sĭyy$%) /5; B/I@PSVg[{aglƻpv|z$%) /5; A.H?OSUgY{_dhmrx{#%) / 5;A-G>NRSgXz]aehmrw}#$) 0 6;@+G=LQReWxZ^adglqx~~~~~~~~~~~~~#$)0 6;@)F;JPQdVvY\]`cfkq{zyyyyyyyyyyyyy"$)0 6;@'B;HOPbUsX[]^`b{fvkqsnpppppppppppp"#*1 7<<'@;FNO`ToX}[^`b{dugpkkqgyffffffffffff!#*18 :7(>:DLM\SjXv[^a|dvgpilmgqcxa~a~a~a~a~a~a~a~a~a~a~a~ #+28 46(=9BILWScXn\v_}~bwerhnkinds`x^}^}^}^}^}^}^}^}^}^}^}^}#,43 -5(;7AEJQR[Xd\k`pycusfxoi{kl}hods_w]{]{]{]{]{]{]{]{]{]{]{]{$,1& ,3'93??HIQRWY\_yactdfpgimjkjlmgoocrq`ws]zt]zt]zt]zt]zt]zt]zt]zt]zt]zt]zt]zt$+'#*1$7/=8FAOGVMx\Qt`UpcWlfZji[gk]en^bq`_ua]xb]xb]xb]xb]xb]xb]xb]xb]xb]xb]xb]xb"$!'- 4);1B7|L.rG2nO5jU7gY9e];d__f>]i?\l@ZoAZoAZoAZoAZoAZoAZoAZoAZoAZoAZoAZoA  &-y4!q:%jB(fH*cN,aS-_V.]Z/\\0\^0Z`1Yb2Xe2Wg3Wg3Wg3Wg3Wg3Wg3Wg3Wg3Wg3Wg3Wg3Wg3  "y)q0j6d<aB!^F"\J#ZN$YP$XS%WU%VW&TY&S\'R^'R^'R^'R^'R^'R^'R^'R^'R^'R^'R^'R^'i't( ~* .5'F6MHU[[nbiѼpDzu|v#$&- 39>&E5LGSZYn`~gmrxw##&- 39>%E4KFRZWm^~ekpu|x"#'- 39>$D3JDPXVl\|bglrx~~~~~~~~~~~y"#'- 39="C0HCNWUjZ{^chlrxxwwwwwwwwwww{!"'.4 9>B/FCMVShXy[_cglq~xyurqqqqqqqqqqq}!"'.4 9==/DBKTReWuZ\_cgxksqnxk‚iÒkġkġkġkġkġkġkġkġkġkġkġ !'.5 :9cInTy]djos{vxyu{r}n~ih}iyiyiyiyiyiyiyiyiyiyh%t%~' + 28@&K2V?`KkWvaiqv{~{wrmjlm}m}m}m}m}m}m}m}m}m}i%u%' + 18?%J2T?^LiYsd}nv}쁥}yrlmoppppppppppk$w%& + 17>%H1R?\Nf[phzs|쌍臖䂟~{upqsttttttttttl$x$& + 17>$G1P?ZNd]mkvw叇ۈօςzuuwxxxxxxxxxxm$y$%+ 17=#F0O?XOb_jnr|zޕؒю̋ljzy{||||||||||n#{#%+ 17<"E0N?VO_`gpnޢw֝ϘɔÑ}o#|#%+ 16TO]adrlשtΣ}Ǟp#}#$+ 16SO[abr۸jЯrȨyq""$+ 16<B-J=QNYa`qhʶov~r""$+ 1 6;B+I;PMW`_qf~Ľls{s""$+1 6;A*H:NLU_]pd}jqw~u!!$+1 6;@'G7LJS^[na|hnt{{zzzzzzzzzzzv!!$+1 7;@%D6KIR\Ym_zekrxƀÉ}usssssssssssx  $+27<=#B5HHPZWk\xaflry}ɁwnjsǗn¡lllllllllll{%,28 :8$@5FGOXUgYu]bg~lwrqylʂhʍeʙeɩeeeeeeeeee~%,3848$?5DEMTTbYn\y`|ctgmmgsc{_΄]Ϗ\Р]ӯ]ӯ]ӯ]ӯ]ӯ]ӯ]ӯ]ӯ]ӯ]ӯ%,33 .7$=3BBKOS[Yf]oavwe|pijmdr_x[׀W։T֖T٢T٢T٢T٢T٢T٢T٢T٢T٢T٢%,1% .5$;1A>IIRSX\^czbisfnmjrhnvcsy_x{[~}W~SPPPPPPPPPP$*&# ,3#9.?9GBPJXQ{]Wub\og`jkcfofbsh_xj[}lWnToQpQpQpQpQpQpQpQpQpQp"## *0 6*=2E:NAzVFt\JoaNkeQgiTdmVaqX^uZ[z[X]U^R_R_R_R_R_R_R_R_R_R_  &,3$:+~A1wK6qS:mY>i^@fbCcfEajF^nH\qIYuJWzLTMRNRNRNRNRNRNRNRNRNRN  "(/~6$t=(mE,iN/eT1cY3a]5_a7]d8[h9Yl:Wp;TtP~>P~>P~>P~>P~>P~>P~>P~>P~>  $}+t2l9 g@#cF%`L']Q([U)YY*W]+Ua,Td-Sg-Qk.Op/Mt0Mt0Mt0Mt0Mt0Mt0Mt0Mt0Mt0Mt0ۼ   } t'l.f4a9]?ZDXHVLTP SS QV!PY"N\"M`#Kd#Ig$Ig$Ig$Ig$Ig$Ig$Ig$Ig$Ig$Ig$} s k"e)_.[3W8U<S@QCPFNIMLLNKQITHWFZFZFZFZFZFZFZFZFZFZ[(e(m* s-x2z:~C!|Q)y^1vk8rw>pBnFmIlKjMiNgOePcQaR`S_S]T\T\T\T\T\T\T\T\T\T[(e(m* s-x2z:~C!|Q)y^1vk8rw>pBnFmIlKjMiNgOePcQaR`S_S]T\T\T\T\T\T\T\T\T\T[(e(m* s-x2z:~C!|Q)y^1vk8rw>pBnFmIlKjMiNgOePcQaR`S_S]T\T\T\T\T\T\T\T\T\T[(e(m* s-x2z:~C!|Q)y^1vk8rw>pBnFmIlKjMiNgOePcQaR`S_S]T\T\T\T\T\T\T\T\T\T](g'o) v, z2}9B!O*}\2zi:uu@sEqIpMnOmQlSjTgUeVcWbX`Y^Y]Y]Y]Y]Y]Y]Y]Y]Y]Y_'i'r( y+ ~18@!M*Y4f<{rDx~JvOtSsVqXpZm\j^h_f`daba_b```````````````````&k&t' |* 07?!K+W5c>oG}{NzTxYw\u`sbpdmfkghiejcjcgcececececececececeb%m%v' * 07>!I+U6`@lJwRY|^zcxgujrlpnmpiqfreqflgigigigigigigigigid%o%y& ) 06= H+S6^BiLtV^d}jznwrturwnyj{gzhvipjmjmjmjmjmjmjmjmjme$p${%) /6< F+Q7\CfOqY|ckq}wy{urokj€lzmumqmqmqmqmqmqmqmqmqf$r#}%) /5<E*O7ZDdQn]xh튂q鄌y~{yxvpnpqyquququququququququh#t#$( /5;C)M7WEaSk`tl}wሆ܅ւр~|vstu}uyuyuyuyuyuyuyuyuyi#u"$( / 4:B)L6UE_ThcpqߖyzّҌ̉ȆÄ|wyy€y|y|y|y|y|y|y|y|y|j"w"#( . 4:A(J5SE]Ueenr؝w{Зɓď|}}~~~~~~~~~~~~~~~~~~l"x"#(. 4:@&I5QDZUceګkrФt{ɝ|™m"z!"(. 49?%G3ODXU޻aeӲiqʪq{£yn!{!"(. 49>$F2NBVT_d͹gqİn{v~o!| "(. 49>"E0L@TS]cepl{szp ~ "(. 4 9> D-J?RR[bcoizpw~~}}}}}}}}}r "(/4 9=C*H=PPYa`ngymt|{vvvvvvvvvvvt"(/4 9=>)G;ONW_^lewkqy~ysooooooooooov")/59 9=)E:MLU\\jbuh~ov{̉uʕpȡlŬgghhhhhhhhhx")/56 4<)C9KJSYYg_rezj~qwypՃkӎgҚcҧ`̱``````````|")/4, 3;)A8IGQTXa\l`u{f|sklrfza؄]؏ZלWةXջX̾X̾X̾X̾X̾X̾X̾X̾X̾").,)29(?6FBONWY]b}ajufpmjvgozav~[}V߆SޑPޝP஀Q~Q~Q~Q~Q~Q~Q~Q~Q~!&)(07'=2D=NGVP\Wwb]qgbklgeqj`vn[}pWrStPtMuKtKtKtKtKtKtKtKtKt"'.4$;.A7K?TFx[KqaPlfTgjXco[_u][{_WaTcQdMeKeKeKeKeKeKeKeKeKe$+1 8(>/|H6vQ;pY?l^CgcFdhI`mK]rMZwOV~PTRQSNTLULULULULULULULULU !'-4"{;(qC,lM0hU3e[6b_8_d:]hWr?Tx@R}BOCMDKDKDKDKDKDKDKDKDKD  "){0r7 j>#fF&bM(_S*\Y,Y^-Xb/Vf0Sk1Qp2Ou3Mz4J5I5I5I5I5I5I5I5I5I5   z%q,j2d9`?\EYK WO!UT"SX#Q\$Oa%Me&Ki&In'Gt(Ex(Ex(Ex(Ex(Ex(Ex(Ex(Ex(Ex(ջ y p i'c-]3Z8W=TBRFPJNMMQKUIXG\F`CeBhBhBhBhBhBhBhBhBhyph b" \' W,T1Q5O9M=K@JCHFGIFLDOCRAV?Y?Y?Y?Y?Y?Y?Y?Y?YU)^(e* j- m2n:oCoQ#l`)ik.ex2c5b8`:_;^=]>\>\?Z@W@VAVAUATASASASASASASASASAU)^(e* j- m2n:oCoQ#l`)ik.ex2c5b8`:_;^=]>\>\?Z@W@VAVAUATASASASASASASASASAU)^(e* j- m2n:oCoQ#l`)ik.ex2c5b8`:_;^=]>\>\?Z@W@VAVAUATASASASASASASASASAV(_(g) l, p1q9rBsO#p^*lj/iv4f8d;c=b?a@`A_B^C\DZDYEXEWEUFUFUFUFUFUFUFUFUFX'a'i( o+ t0v8w@xL$v[+rg2ns7k!H.R;\JfXodڑymҌs͇xȄ{Á~}}wv|vvwpvmvmvmvmvmvmvmvmg!s !&, 27= G-P;ZJcYڟmdјumʒ~tĎy}}{€{y{s{p{p{p{p{p{p{p{ph!u !&, 27=E+N:WJݬaXӥjdʞrnØ{u{|ussssssssj v &,1 7<C)L8UIִ_XͫhdĤpnxu{xuuuuuuuuk x&,1 6;B'J6SHк]WDzecmmuu}|zwwwwwwwwly&,1 6;A%H5QG[Vcckmruz||yyyyyyyyn{&,1 6;?!E3OEYUabhlouw|{zz}z{z{z{z{z{z{z{z{o}&,16 :>D1MDVS_`fkmtt{|}yssss|s|s|s|s|s|s|s|q&,16 9:C/LBTQ\^dijrqzyytplkkk}k}k}k}k}k}k}k}t&,1529B-J?ROZ\aghpowv}}wĉqlhdccd}d}d}d}d}d}d}d}v%+1//8@,H+E9NGUT\^cgzinrpslxxf|`~[ WੀU຀S~TyTwTwTwTwTwTwTwTw~#%"-5<*B6KBTL[Vza^rgeklkdro^zsXuTwPwNwMvMrMqMqMqMqMqMqMqMq# ,39'@1I;RD{ZKtaQmfWgl[br_]ycWfShOiLjIjHhHhHhHhHhHhHhHhHh ! )06#=,F4zP:sY@n_EidIdjM_pP[wRWUSWOXLYJZGZFZFZFZFZFZFZFZFZ &,3:&wA+pK1kU5g\8ca<`g>\mAXsCUzEQFNHKIIJFKEKEKEKEKEKEKEKEK ־ !(/x6n=#iF'dN*`U-]\/Za1Xg3Um4Rs6Oz7L8I9G:D;C;C;C;C;C;C;C;C; ٷ #w*o1g8b?^F [M"XS$UX%R^&Pd(Mi)Ko*Hv+F|+D,A-@-@-@-@-@-@-@-@-߱п  v n%g,`2\9X?UDRIPNNSLXI]GbEgBm @s!>{!=}!=}!=}!=}!=}!=}!=}!=}!Һ um f _& Z,V1R7P;M@KDIHHLFPDTBX?]=b;g:j:j:j:j:j:j:j:jul e^Y! T& P* M/ K3 I6 G:E=D@BD@G?K=N;R9V8X8X8X8X8X8X8X8XN)V)\*a- b2b:`C]R]`![l%Xx(V*T+S-R.Q.Q/P/O0O0M0J0J0I0I0H0H0H0H0H0H0H0H0N)V)\*a- b2b:`C]R]`![l%Xx(V*T+S-R.Q.Q/P/O0O0M0J0J0I0I0H0H0H0H0H0H0H0H0O)W(^*b- e2e9cBaP`_"^j&[w)Y,W.V/U0T1S2R2Q3Q3O3M3L4L4K4K3K3K3K3K3K3K3K3Q(Z'a(f+ h0i7h@gMe]#ch(`t,^/\1Z3Y4X5W6V7V8T8R9Q9P9P9O9O9O9O9O9O9O9O9O9S'\'c'i* l/ m6m?mJkZ$hf*eq.b~2`5^7]9\:[;ZU>T?T?S?R?S=S=S=S=S=S=S=S=U&^&f&l) p. r5r=sGqW%mc,jo1g{5d9c`?^A]B\CYDXEXEVFUFVDVAVAVAVAVAVAVAVAW&`%i%o( t- v4w<yEwS&ta-ol4lw9i=gAeDdFbHaI^K]L\M[MYNYLZIZFZFZFZFZFZFZFZFY%c$k$s' x, {3}:C}P'z]/vi7qt=nBlGiJgMePdRaS`U_V]W\U]R^N^K^K^K^K^K^K^K^K[$e#n#v%|+ 29AM(Z1}f9xqAt|HqMnRkViYf[d^b`aa``a[aWbTbPbPbPbPbPbPbPbP]#h"q"z%+ 18?K(W2b<mE{xMvTrZn_kciehfhfgfefebf]fYfTfTfTfTfTfTfTfT_"j!t!}$* 17>H(T3_>jHtR{}[watergpinkmkmkkkjgjbj^jYjXjXjXjXjXjXjXa"l v $* 0 6=F'Q3\?gKpW݃z^c{hykvmtosprpqpologobn\n\n\n\n\n\n\n\b!n y $*0 5;D&O2Y@cMۑmWӋw_͆eǂjm}pzrysxtwttqtksfr`r`r`r`r`r`r`r`d p{$*/ 5;B$M1W?ܞaMӘjW˒s`ō|fkoruv}w}wxuxoxiwcwcwcwcwcwcwcwce q}#)/ 4:A"J/߬T>ե_L̞hWĘp`ygmqtwyzz}y}r|lzezezezezezezezegs#)/49? H-ڳR=ϫ\KŤfWn`vg~mrvy{||{un~h~h~h~h~h~h~h~hhu#)/3 8>F,ӺP<ɱZKcVk`sh{nrwz|}~}wqjjjjjjjjjv#).3 7<C*N;÷XIaVi_qgxnsw{}y~s}l}l}l}l}l}l}l}lkx#).37 :A)L:VH_Tg_ngun~sx{~~z€w{wtvmvmvmvmvmvmvmvmmz#(.25 4?'J8TG\Sd]kfsm{sw{~~yur€o|ovooooooooooooooooo}"(-123>%H6RDZQb\idpkxqv|zv}qmjg|hvhphohohohohohohor"'+-'4<"F3OBXN_Ygbniuoz~tsxn{i}d~a~_{`v`o`o`o`o`o`o`o`ou!%''4=E/M>UK]Ud^lexskq|pk˅tfɑwaǞy\ĬzY½zWxWsXnXnXnXnXnXnXnXnx!( 2:B,K:SFZPbYwi`ppeiyjc߃n^ݏqY۝sUثtQսtOsPoQjQjQjQjQjQjQjQj} ' 08?*H5P@~XIv_RofXhm^bvb\fWhRjNkKkIjIgJdJdJdJdJdJdJdJd & .5<&D/N8wV?p^FieKdlP^sTX}XS[O]K^H_E_E]E[E[E[E[E[E[E[E[ؼ # +29"}@)uJ/oT5i\:db>`iB[pEVyHRJNLJNGOEPCPAOAOAOAOAOAOAOAO   '.~5t<"lE'gN+bW/_^2[e4Wl7St9O|;L=H>E?C@AA>A>A>A>A>A>A>A>Aһ  #~*u1l8f?aH"]O$YV&U](Rd*Ok+Lt-H|.E/B1@1=2;3;3;3;3;3;3;3;3Ե} t%l,e2_9Z@VGSMPSMYJ` Gg!Dn"Aw#>~$<%:%7&7&7&7&7&7&7&7&װ̽ |rj c% ],X2T8P>NCKHINFSDXA_>e;l9s6{33333333ι{q ib\ V% Q* N0 K5 I9F>DBBF@K>P;U9Z6`4e1m1m1m1m1m1m1m1mƾ|qha ZUPL#I(F, D0 B3 @7 >: <> ;B 9F 7J 4O 2S /Y /Y /Y /Y /Y /Y /Y /Y H*O*T+W. X3 V:TERRO_LlJxG F!D!C"B"B"A#@#@#@#>#<";";":":":":":":":":"I*P)U*Y- Z2 X9VDTQQ^OkLwJ!H"G#F#E$D$D$C$B$B$@$>$>$=$<$<$<$<$<$<$<$<$J)R(X)\, ]1 \8ZAXNU\SiQu!O#M%K&J&I'I'H(G(G(F(C(C(B(A(A(A(A(A(A(A(A(A(L(T'Z(^+ `/ `6^?[LY[Xg Ur#S&Q'P)N*N*M+L+K,K,H,G,G,F,E,E,F+F+F+F+F+F+F+N'V&]'b)d. e5c>`H^X]d"[p&X|)V+U,S.R/Q/P0P1N1L1K2K2J2J2J0K/K/K/K/K/K/K/P&Y%`&e(h, j4i<gEeUcb$`m(^y,[/Z1X2W4V5U6T7Q7P8P8O8N8O7O5P4P4P4P4P4P4P4S%\$c$i&m+ o2o:nClQ j_&gj+cv0a3_6]8\:ZU?T@S@SAT?TI'ޝT5ԗ^ȂhKŋqSyY^b~e|gziyjxjwiudt_sYrVrVrVrVrVrVrVcny!',1 6<G%إR4͝\AŗeKnSvZ_cfik~l}m}lzhxbw\vYvYvYvYvYvYvYdp| &,05;ݰD$ѪO3ǣZ@cKkSsZ|`dhkmnook}d{_z[z[z[z[z[z[z[fr~ &+04 9ظA"̰M2X?aJiSqZy`eilnpqqmga~]~]~]~]~]~]~]gt %*/2 5Ѿ?!ƶK0U>^IgRnZv`~eimpqrr|o{izcy_y_y_y_y_y_y_iv %*-0/=I/S<\HdQlYt`|ejmprzswstqtkses`s`s`s`s`s`s`kx$(++, ;G-Q;ZFbPiXq_yeim{pvsrtotlrlllflblblblblblblbm{"%%* 8D+O8WD_NgWn^vc~hylspnrjsgsdrdlefebebebebebebebp~ + 7B(L6UB]LeTl[}taw|fqjkmfpbq^q\p\k]f^b^b^b^b^b^b^bs - 6@$J2S>[HbP|jWuq]ozbiÃfcj^lZmVnTmTiUdVaVaVaVaVaVaVaw , 6> G.P9XC{`KsgRmoXgx\aԂ`\ҎdWϛfRͩgO˻hLgMdN`N]N]N]N]N]N]N]{ع * 3;D)M3zU7<7:797979797979797٫θ z$ q+i3b:]BYIUQRX N_"Jg#Gp%Cy&@'=(:)8*6*5*5*5*5*5*5*5*ܦѴǿyp h& a-[3W:SAOGLNITF[Bb?k;u8~530///////Ӱɻx ng_ Y% T+ O2 L7I=FBDHAN>T:[7c3k0t.}+)))))))˸vld ]WQM#I)F. C3 A7 ?< <@ :E 8K 4Q 1W .^+e)l'r'r'r'r'r'r'rýylc\U PKGD!A%?)=-;194785=2A0F-L *Q 'V &Z &Z &Z &Z &Z &Z &Z C+H*M+O.N3 M; JEGQD^@k=w;98765543330/..,,,,,,,D*J)O*Q-Q1 P9 MCKOH\DiAu?=<;:99887643311111111E)L(Q)T+U0 S7 QBONLZHgFsCA@?>==<<;987665555555G(N'T(W*X/ W5 U?SKPXMeJqH}FED C B!A!A!@!?!=!\AZCXDXDWEVEWCX?YeCcEbGaI_J^K]K]K\J^F^B^?_<_;_;_;_;_;_;X bks z&,2 9AM#}Z,xd5so=pyBmFjIhLgNeOdPcPbQbPcLcGdDc@c?c?c?c?c?c?[enw~%+1 7?J"V,݁a6|k>wuDt~IqMoOmRlSjTiUhUgUhQhLhHgDhChChChChChC]gqz%*0 5<G ݎS,ԉ^7̓h?~qFzzKwOuRsUrWpXoYnZmYmVmPlLlHkGkGkGkGkGkG^is}$).4 :EՖQ+͐\6Ŋe?nFvL~Q{TyWxYv[t\s]r]rZqTpPoKoJoJoJoJoJoJ`kv#(-2 8ڡBϜN*ƖY6c?kGsM{RVY}\{^z_y`x`v^uWtSrNrMrMrMrMrMrMbmx#(,05ԧ@ɡL)W5`?hGpMxRWZ]`a~b|b{ayZwUvPvOvOvOvOvOvOcoz"&*.۲0 έ>ĦJ(U4^>fFnMvS~W[^acddc~]~|W|zR|yQ|yQ|yQ|yQ|yQ|yQeq}!%()պ- ɳ;H'R3\=dFlMsS{X\_bdf|fyex_wYv~Tv~Sv~Sv~Sv~Sv~Sv~Sgs #$޺!* Ĺ9F%P2YI+R6Z?bGiNyqSsyXn]i`dc`d\eYdYaZ\[W[V[V[V[V[V[VqԶ /;F'O2X;`CxgJroPlwUfYa\\_XaTaQaQ^RZSVSUSUSUSUSUSUu خϻ "/ 9C#M-~U6w]>peEjmJduO_SYȊVUƗYPæ[M[J[IYJVKRLQLQLQLQLQLQz ҳ"- 7@~I'vR0o[7ic>cjC]sGX}KRۉNNٗQJ֦RFԷSDSCQDOELEKEKEKEKEKEK լ̹ * 3~;uE!nO(hW/b_5\g:Wo>RyAMDHFEGBH@H>G>E?D?C?C?C?C?C?C٧ϳſ' /u7l@fI!aS%\\)Wd-Sl0Nt3J6F8B9?:=;;::999999999999999ѮȺ# v+ n3f:`C[LWTS\"Ne$Jn&Gw(C*?+<-:-8-6-5-5-5-5-5-5-5-ԩ˶ vm& f- _4Z<UDQLNSJ[FcBl>v;7 5!3"1"0"/"/"/"/"/"/"إͲü~tld ^' W- S4 O;KBHHEOAV=^:g6q2|/,*(((((((ϯŹ~rj b[UP%K+H1 E7 B= ?B ,;0956:4@1F-M )T %\ "e l v y y y y y y vi^VOJ FB?<9"7&5*3.02.7+<(B$H!NT[]]]]]]>+C*F+G.G3D; AD >P:]6i2u0.,+*))((''%#"" @*E)H*J,I2G9 DC AN=[:g6t420/.--,,++(''%$$$$$$$A)G(K(L+L0J7 HA EMBY>e;q8~654322100/-,+*)))))))C(I'M'P)P.N5 L? JJGVCc@o={<:987766632100///////E&L%Q%T'U,T3 R< PHMTI`FlDxB@?>>=<<:987666666666H%O$U$X%Z)Z1 X9 VDSQP]MiKuIGFE D C!C!B!@!?!>!>!> >>>>>>>>K$R"X"]#`(a/ `7 \@YMVZTfRqP|!N#M$L%K&J'I'G(F(E(D(E'E&E$E#F"F"F"F"F"F"N"V \ a!f&g- g5 d=`H^V\cZn"Wx%U(T*R,Q-P.N/M0L1K1K0L.L,M*M(M'M'M'M'M'M'P!Y`fk%n,n3 l;iDgRd_!aj&^u*\.Z1X3V5U6T7S7R8Q8Q8R5S2S/T-T,T,T,T,T,T,S \djp$t*u1 t8rApNm[#if)fp/bz3`6_9]:\<[=Z>Y>X>W>X;Y8Z5[2Z0Z0Z0Z0Z0Z0U_gou#y){/ |6 {>yJuW$qb+ml2jv6h:e=d?cAaB`C_D^D]D]A_=`:_7_5_5_5_5_5_5Xajsz"~(.4 ;G~S$z^,uh3qr9nz=l@jCiEgFfHeIdIcIcGdBd>e;d8d8d8d8d8d8Zdmv~!',2 9ߋDՆP#́[-|e4xn:uv?rBpEoHmJlKjMiMhMhLiGiBh?hǓK"V,_4h;pAxE|IzLxOwQuRsSrTqSrNpIoEnAnAnAnAnAnA_ju"%(أ-˞<H!S+]4e;mAuF}JM~P|SzUxVwVvVvQtKsGrDrDrDrDrDrDalw !ߥ!Ѩ+ƣ:FQ*[3c;kArFzJNQTV}X|X}{X|zS{xNzwIyvFyvFyvFyvFyvFyvFcnyڮ̭(8DO)Y2a:iApFxKORUX|YxZvYuUt}Ps{KszGszGszGszGszGszGep|Ӵdz&5BM(V1_9f@nFuK~OS|VxXtZq[nZnWmQmMmImImImImImIgrլ̺ #3@J&T0]8d?lEsJ{OzSuVqYmZi[g[fXfRfNfJfJfJfJfJfJiu٥а0 =H$R.Z6b=iD}qIxyNsRnUiXeZb[_Z^X_S_N_K_K_K_K_K_Klx  өʵ- :E!O+X3`;{gAvnFpvKkOfSbV]XZYWYUWWRWNXJXJXJXJXJXJo} ףήĺ)7BL'U0z]7te=nlCitHd}L_OZRVTRUOUMTOOPLPIPIPIPIPIPIs  Ҩɴ$3>I"yR+sZ2mb8gj=brB\{FWJSLNNKOHOFNGKHHIFIFIFIFIFIFx֣ͮù$0 ;yEqO%kX+e`1`h6Zp;Uz?PЅBLΒDH̡FDʲGBGAFADABB@B@B@B@B@B@~۝ЩǴ"- x7qAjKdT$^\)Ye.Tm2Ow5J8F:BWGSPOXJaFjBt >!;#8$6$4$3$2#1#1#1#1#1#1#ݛѨdzy pia'[/ U7 Q?MFINEVA^=h:s620.,+++++++ԥʰxog`Y S'N.J5 G< CC @J *@+@.?3<:7D 3O .\ *h &t # !            ;*?)B*B,A1>9:B 7N 2Z .f +r '~ % # # " !               =(A(D(E+D0A7?@ AI >U 9a6m3y1//.-,,++)('%$## # # # # # A&G$K$M&M*K2J< HF DR@^=j:u8765443310/.-,,,,,,,,D$J#O"R$R'S/Q8 NC KOH[EgBr@}>><<;;:8765555555555G#N!S W!Y&Z-X5 U? RKOWLcIoHyFEDCBB@?>====>>>>>>>J!RW[_$a+`3 ]< YGVTS`QkPuNL K!J#I#H$G%F%E%D%E$E"F!FFFFFFFMU[`e#h*h1e9 aB_O\\ZgWq!U{$S&R(Q)P*O+N,M,L,L,L*M(M&M$N#N"N"N"N"N"PX_ek"n(o.m6 j>hKeXbc _m%]w([+Z-X/W0V1U2T2S3R3R1S.T+T)T'T'T'T'T'T'S[cjp t&u,u3 s;qGnTj_"gi'es+b|/a1_3^5]6\7[8Z8Y8X8Y4Z0Z.[+[+[+[+[+[+U^fnuy$|*}0|8 zDvPr[#oe)ln.iw1g4f7d9c:bh?fAeAdBcBd=d9e6d3d2d2d2d2d2Yclu| $(ۍ/ω=ƅIU#|^*yg0vo5tw8r

n@mBlDjEiEhEhAh=h9g6g5g5g5g5g5[enx "Ԕ,ɏ;GR#\*d0|l5yt:w|=u@tBrEpFoHmHlHlEl@l{AyDwFuHsJrKqKpHpB~p>}o:}n9}n9}n9}n9}n9_is}Ԟɞ&6 BM!W)`0g6o:v>B~E|HzJxL|wLyuMwtJxuEwt@wrpv=pv=pv=pv=pv=bm y ߖҟɧ !1 >IS'[/c5k:r?zC}FyIuLqNnOkOiNjHj}Cj{?j{>j{>j{>j{>j{>ep {  ֚͢¬/ <GQ&Y-a4h9p>{xBvFrInLjNfOdOaOcIcDcAc?c?c?c?c?gr  ەўȧ,9DN$W+_2~f8yn=tuAo~EkIgKcN_O\OZN[I\E\A\@\@\@\@\@j v ֙͢ë(6AK!T)}]/wd5rk:ms?h|CdF_I[LWMTMRLSHTDUAU@U@U@U@U@m zܔўȧ #2 >H|Q%vZ,pb2ki7fq;az?\CXFTHPIMJKIKFLBM?N>N>N>N>N>q֙ͣí.:{EtN oW'i_-dg2_o6Zx:U=Q@LBIDFDDCDAE>F;>:>8?6?6?6?6?6?6}̥֚¯z%r1k<eF_PZYUa"Qj&Lt*H-Dڍ/@؜1=խ2;29190808/8.8.8.8.8.ܕТƬ{s!k,c6 ^@XJTSO\KeGoCy"?$<%9&7&5%4%3%2%2%2%2%2%2%Ԟʩ{skd']0W9 SB NKJSF\Bf>p:}7420/.,,,,,,ٚͦırj c\ V)P1L9HA EI AQ =;D7L3T /^ +j &x "         ɭwj^VP KFA=$:*70461=-D)L$V bo~´zl_TLFA= 9520#-(*.'4#:BLVb nzqdWKC=951. +)&$ !%+17@ IR[dggggg6+9*:+:.733:-D'O![gs     7*;(<)<,:1681B,M'Y"eq|   9(='?'?*=/966@2K-W(c $n !y          <&?%A%B(@,=3<=9H4T /` ,k )v & $ $ # " " ! >%B#E#F%E)D1B:@E

KI GU D`Ak@v>=<<;;99776666666666G MRUY"Z)Y1U: RE OQL]JhHrG|FEDCBA@????????????JQV[` b'a.^6Z@ WLTYRdPnOxMLKKJ I!H!G!G!F!GGGGGGGGGMTZ`fh%h+f3c< `H^U[`YjWtV|!T"S$R%R&Q'P'O(N(M(N%N#N!NNNNNNPW^ekn"o(n/k7iD fPc\af_o"]w$\'[(Z*Y+X,V-U-T.T.T+T(U%U$U"U"U"U"U"RZaios u%u+t3q@ nLkXib fk$ds'c{*a,`._/^1]2[2Z3Y3Z0Z-Z*Z'Z&Z&Z&Z&Z&U]dmsx{!|%|.y< vIrTo^!mg%ko)iw,g/f1e3d4b5a6`7_7^5^1_-_+_)_)_)_)_)W_gpw|ރ҃*ǀ9 }FyQv[!sd&ql*os.m{1k3j5i7g9f:d:c:b9c4c1c.c,c,c,c,c,Yaj sz؉ˉ'7 CN|X!ya'vi+tp/rx2q5o7m9l;jmt9mt6mr3mr3mr3mr3mr3`ju  ӏʖ-:EOX%`*g/n3}v7y~;u>q@nBk}Dh{DezDfy?fy;gx7gw5gw5gw5gw5gw5b lxٌϓŚ*8 CMV$^)e.{l3wt7s|:o>k@gCdDaD^D^@_<`~8`}6`}6`}6`}6`}6e o{Ԑ˘'5 @JS"[(zc-uj1qr6lz9h=d@`B\CYDWCW@XY@UARBPBO?Q;Q8R6R6R6R6R6kx֐̚¡.:}DwNqV"l^'hf,cn0^v4Z7V:Q=N>K?H>H1<1;0;/;-;,;,;,;,;,|ތјȢxoj)e6_A ZKVTQ]MfIpE{"A·$>͖&;˦'8ɻ(7'6'6&5&5%5%5%5%5%ה̟©qic$]/W:SE OO KXGaCk?v<964210/.....ݏМƧwic\V)Q3M<IEEO AX =b:m6y31.-+*((((((ԙɥ|naZ UO!J*F2B;?C;L7U3_ /k +y ( & $ # " ! ̣íqdXRLGC ?(;/865>1F-O(Z$f uŬtgZOIC?;74#1)./+6&>!FQ^l} xi\PG?;62 /,)&!#' -4<G S`n~}oaTH>72-*&#! #* 1;EQ]gppppp2+4*4+3-/3):"CNZf r|3)6(6)5,21-8&A LXdo z 6(8&9'8)5.05,?'I!Ualw     8&;$<$<&9+523</G*R%^!it~  ;$>"@"?#='==<;::99988888888GMQUZ[$Z+V3R>OJ LV KaIkHuG}GFEEDCBBAAAAA@@@@@JPU[`b!a(^/Z8XE VR T]RgQpPxONNMLKJIHHHHHHHHHHMTY`egh$f*b3a@_M ]X[bYkXsW{VU T!S"R#Q#P$O$N#O OONNNNNOV\ dilml$k.i<gIeTc^ag_o^w ]~"\$Z%Z&X'W(V)U)T(T%T"T TTTTTRY` hmprqr*q8nElPiZgcfk ds#cz%a'`(_*^+],[-Z-Y-Y)Y&Y#Y!X!X!X!X!T[ c kqtv wy&x5uBrMpWm`kh!jo$hw'g)f+d-c.a/`0_1]0],])]&]$]$]$]$]$V^ f n t x {}#~3{? xJuTs]qe"ol%mt(l{*j-i/g1f2d3c3}b3|a0|a,{a){a&{a&{a&{a&{a&X` iq w|Ѐǃ 0= ~H{RxZvb"ti%rq(px+o.m0l2~j4{i5yg6vf6uf2uf.ue+te(te(te(te(te(Yblt{ԁ˅.; FO~X{`"yg&wn)uv,s~/~r2{q4wo6tm7rl7pk7nj4oj0oj-oi*oi)oi)oi)oi)[ dnw~ЅNJ+8 CMV^"~e&|l)~zt,{y|0xw2tv5qt7nr8kq9ip9ho6hn1in.im+im+im+im+im+] fqzւ͉Ž(6 AKT\!c%|j)yr-uz0q}3n{5kz7gx9dw:bu:at7bt3bs/br,br,br,br,br,` it~ӇɎ%3?IRZ {a$wh(sp,ox0k3h5d8a9^}:[{:Zz8[y3\x0\x-\x-\x-\x-\x-bmxڂϋŒ "0< F~OyWu_#qf'mn+iv.e2a5]7Z8W9T9S8T3U0U~.U~-U~-U~-U~-eq|Շː-9 ~CxMsUo]!jd%fl)bt,^}0Z3V5S7O7M7L6M2M0N-N-N-N-N-iu݂эǕ(}5w@qJmRhZdb"`j%[r)W|,S/O2K3H4F4E3E0F.G,G+G+G+G+m{؈͓Û{#u1p< jFfOaW]_Yg!Tp$Pz'L*H,E.B/?/>.?,?*?(?(?(?(?(sҏșxqm+g7cB ^KYTU]QeMnIx!E#B%>';(9'9'8&8%8$8$8$8$8$zڊ͖ğsfb!^0Y;UF QO MYIbFkBu?ł;Ð86433222222Ғȝ|l^WS&P3L>IIES B] >g;r85؎2֟0Գ..,,+++++؎̛¥seXRMI*E5B?>I;S8]4h1u / , * ) ' % $ # # # # # Иƣxj]QK FB!>+;38<4E0O-Z)g%t#!ɢ|naUJD?:7 4'1/.7)?%I!Taq     ªqdWLB;73 /,)!&(#/7@KY i|ugYMC:3/+'# !&- 6AO^n{l_RF;2+&"  #+6BP]jwyyyy.*/).*+-&2 9B MYeo{0)1(1(.+)0#7@J Wbmx2'3%3&1(--&4"=HT_ jt4%6#7#5%1),1*;$EP\gq {    7"9 : 9!6%4.27.B(M#Xcmw          : =>=<"<*:47>2I-T)_&i$s#|""!! =ACCDD'B0?:;E6P3[0f.o.x--,,+**)'''('''&&&&@EGHLL$J,F5C@?K>=<;;;::9 9 9 9 GLPUYZY#U+P4OAMNMY Lc KkJsJ{IIHGFEDCCCBBBBBBBIOS Z^`^[$X/X<WIVT U^TgSoRvQ~POONMKJIIIIHHHHHLR X_ cdc_a)a8`E ^P ]Z[cZkYrXyWVUTSR P O ONNNNNNNNU [c g h g fi%i5gA eLcVb_`g_n^v]}\[!Y"X#W$U$T$T"SSSSSSSQW_fjlmmp"o1m> kIiSh\fdekcrbz a"_#^%]&['Z'Y'~X%}X"}X|W|W|W|W|WS Zbinqss uu.s;qF oPmYkajhhogw!e#d%c'b(~`*{_*y]*w\(v\%v\"u\ u[u[u[u[U \elqvxy{{,y9vD tNrVp^nemlkt"j|$h'|g)zf*we,tc,rb,p`+p`'p`$o`"o_ o_ o_ o_ V ^gouz~)~6|A yKwTu\scqj pq"|ny%ym(vl*sk,pi-nh.lf.je-je)jd%jd#jc"jc"jc"jc"X`jry&4? I|RzZxa}wh yuo#vtw&sr(pq+mo-jn.gl/ek/cj/di*di'dh$dh#dh#dh#dh#[cmv~ƃ#1= GPW{~_w|f t{m#qyu&mx~)jv+gu-dt/ar0^q0]o0]n+^m(^m%^l$^l$^l$^l$]fpz͂È /: D~MzUv]rdnk#ks&g~|)d}+a{-]z/Zx0Xv0Vt0Ws,Wr(Xr&Xq%Xq%Xq%Xq%_itʇ,8~B yKtSp[lbii!eq%az(^*Z-W.T/Q}0O{/Py,Px(Qw&Qw%Qw%Qw%Qw%bnyЄƌ(}4x? sHnQjYf`bh_o#[x&W(S+P-M.J.H-I*I(J&J~$J~$J~$J~$fr̉‘|#v1q<lE hNdV`^\eXnTw"P%L'I)F*C*B*B(B&C$C#C#C#C#jxӅȏysn+i7eA aK \SY[UcQlMuI F#B$?%=%<%;#<"N^m|))))()$,18ALWcnx+(,'*'&* /6 >IU`kt~.&/$.%*'$+2< FR]hq{1#1"1".$('#/ 9CN Ydnw3!542-#+,)6#@JU`j s { 68865 4(12-<'F"Q\fow 9<=;<<%:.681B,M(X&b$l$t$|##""!!  =@ABDC!A)=39=5H2T0^0h/q/y/////..-,,+++*****@CEHKKH$D-?7== < < ; ; ; ; FJ NT WVSLN*O8PEOPNZ Nb Mj LqLyKJIIHGFEDCCBBBBBHMRY[ [ V TW%Y4XAWLVV U^ TfSmRtR|QPONMLJIIHHGGGGK PV]`_^\_!`0`=_H]R \[[cZjYqXxWVUTRQONNN~M}M}M}M}MM RZ`cffd fg-f:eE cO bWa__f^m]u\}[YXW~V{TySxSwRwRvQvQvQvQOU]chkljlm*l7jBiL gUf\ddcjbr`y_~^{] y\!vZ"tY"rW"qWqWpVpVpVpVpVQW`flprpqr'q4p?nI lRjZiaghfo}ewzdxc ua"r`#p_$n]$k\$k[ k[jZjZjZjZjZSZcjquwvww$v2u=sG qPoWm_}lezkmwjtth}rg!of#le$jc%gb&e`%e`"e_e^e^e^e^e^U]fnuy||||!|/z;xE vMtU{r\xqcupkrnrom{ll"ik$fj%ch&ag'_e&_d#_c _c_b_b_b_bW_iry~ -8}B ~{KyzSvxZrwbouiltpisy fq"cp$`o&]m'[k'Yj'Yh$Yh!YgYfYfYfYfYcmv~*6}@ xI tQq~Xm}`j{ggzncyw`w"]v$Zt&Ws'Tq'So'Rn%Sm!SlSkSkSkSk\fq{Ń&}3w=sF oOkVh^deam]uZ~!W}#S{%Py&Nw'Lv&Lt$Ls!MrMqMqMqMq_kv̀{"v/q:mD iL eTb\^c[kWtT~P!M#J$G%E}$E{#Ez FxFwFwFwFwcp|Ȇy so+k7f@bI _Q[YXaTiQrM|IF C!A"?!> ??????iw΃Črjg%c2_<[FWN TV Q_MgJpF{C?=:98888888o~ʊma ]Y+V7SAOJLS I\ Fd Bn?y<96432211111xІő{jYQN"K/I:FDCN@W=a;k 8v 5 20.,,+*****ׂʏteUF@>"3+ (% #* 4?LYiz  vh[NC8.&" %.9 ETfyzk^QF;2)  &1=M`upaTG=3+" (4DWlvhZM@5+#  *:L_s%($(!)+07@IV`kv''&%$&)- 4<GS]hr{*$)#'#"%*0:DOZenw,", * %"%-7 AKVajs{/0.*#!"*3=G R]fow~232.,+&'/!9CNX b k s z 676343"0++5%> IT^gow~9;: ;<:7&2/-9(D&O%Z%c&l&s'z''''''&%%$$##""""<> > B CA<7(22/>1J2U3_3g4o4v4}44332210/..--,,,?B CH I GA:8+;9=E>P>Z>b>j>q>x===<;; 9 8 8 7 655555B EHMNK D @D&G4HAHLHUG^GeFmFt E{ E D D C B A @ ? > = < < ; ; ; E HMRSQNJN!P0Q<PGPQOZNa Ni Mo Lw L~KJIHGFDDCBB A A A GJQVXZXT VX,X9XDWNVV U^ Te SlRsQzQPONL~K|IzIyHxHxGwGwGwGIMUZ^`_\]_)_6^A]J\S [[ Zb YiXpWwVU}T{SyQvPtNsNrMqLqLqLqLqLKPX^cffbce%e3d>bGaP `X __]f\m~[t{Z}yYvXtWrVoTmSlRkQkQkPkPkPkPMS[bhklhij"j0i;gEfM dU c\}bczajx`ru_zs^p]n\kZiYgWfVeVeUeTeTeTeTOV^flpqnn oo-n9lBkK ~iS zhZwgaufhreopdxmbjah`e_c]a\`[`Z_Y_Y_X_X_XQYbjqtvts tt+s6q@}oI ynQ umXrl_pjfmimjhvggefbe_d]b[`Z_Z^Z]Z]Z\Z\Z\S\fouy{zyyy(x4|v>wuF tsN prVmq]jpdhokentbl~_k\jYhWgUeTcTbTbUaU`U`U`V_jsz~~~${~1v|;r{DoyL kxT hw[evbbuj_sr\r|YqVoSnQlOjNiNgOfOfOeOeOeXcoxz!u.q9mBiJ fR c~Y`}`\{hYzpVyzSwPvMtKrHqHoHmHlHkIkIkIk\ht}y so*k5g?cG`O ]W Z^VfSoPxMI}G|DzBxAvAtBsBrBqBqBqanzÃrkg%d1`;]DYLVT S\ PdMmIwFC@><;;|;{;y;y;y;yguʀnb^[,X7U@RIOQLZ Ib FkBu?<:765544444n|ƈ}jZTQ$O0L;IDFMDVA_>h ;s 8 531//.-----w̅wfVI EC'A3?==G:Q8Z6e3p0}., * ( (' & & % % % ҁƎpaRC8 53'220=.H-S+^)k'y%#!ˋxi[M?2' $"#!/:FSaṕ˔ɪŕ~oaSF:/$*6C Q asޜܴseXK?4*! %0=M_rxi[NB8.%  )6FZp}m_QE:0'  .>SitfXJ>2(   %5I_t ''(*/5=GS^js|"%!$%' ,29EO[fpx%##""$(.6BLWblt|( &## +4>HS^hpw~+*' '1:DOYcksz..+%# #-5 ?JU_gou|11.++)$(1:E P Z c k r x  55 3 3 30+"%+4?KU^fmt{88 7:: 60)""-$9'E)P+Y,b,i,p-w-~--,,+*))(''&%%%; <=@@; 2*/'245@6K7U7]7e7l7r7y7766543210//...>?BFEA;7;!>0?<@G@P@Y@a@h@n@u?}?>>=<;99876555@BGJKLGB EG+I8ICILHUH]HdGjGqFxF E D C B A ? }? |> z= z< y< y< y< CDKOSTRLMO'P4P?PIOQOYN`MgMn Lu K} K J ~I{HyFwEuDtC sB rA rA rA rA DHOUZ[ZTUV$W1W<VFUNUVT]Sd Rj Qr }Qz zPxOvNtMqKoJnImHlGlF kF kF kF FKSZ_a`Z[\ ].\9\C[KZSYZ }Xa {Wh xVo vUwtUqToSmQkPiNgMfLfLeKeJeJeJINW_dffaa bb+b6a@`I}_Pz^W w]^ u\e r[lpZunY~kXiWgVdUbSaR`Q`P`O_O_O_OJR[chkkhf gg(f4e>{dFxcNubU ra\ o`c m_jk_rh^|f]c\a[^Y\W[V[U[TZSZSZSZSLU_gmppnlkl%~k1zj;viDshLpgS mfZ jea hdhecpcbz`a^`[_Y]W\UZUYUXUWUWUWUWNXckquvtqp~p"yp.uo9qnAnmIklQ hkX ej_ cig`io]hx[fXeUdSbQ`O_P]P\P[P[P[P[P\gpvy{zv}vxvsv+pu6lt?isGfrOcqV `p] ]oe[nmXmvUlRjOiMgKfJdJbJaJ`J`J`J`Talu{}w| q|n|(j{3g{=czE`yM]xT [w[ Xvc UtkRsuOrLqIoGmElDjDhDgDfDeDeDeYfqzqkg$d0`:]BZJWRU~Y R}a O|jL{sIy~FxCvAu?s=q=o>m>l>k>k>k_lw~nc_\+Y6V?SGQONWK_ Hh Eq B}?=:}8{7y7w7u7t7s7s7sfs~|j[VS%Q1N:LCILFTD]Af>p ;{ 9 64211 0~ 0} 0{ 0{ 0{ n{yfVKHF*D4B>@G>P;Y9c7m4y1/ - + * * ) ) ) ) ) vȃtcRC<: 8,665@3I2T0^-i+v)'%##"!!!!!΀Œ}m^N@2-+ )+'5&@$K#V!c pNJufWI;/#'2>JXgw  {l^PC7+! !-:HXh{ѐΦqcUH<1' '5DVh}ufYK?4*!  .>Rf|zk\NB7-#  &7LbyrcUG;/% 0DZp&%&)-2:EQ]hqy$## %*/7BNYdmu} !  !%*4>JU`iqx#  (1;FQ\eltz&$ %-6ALW`hou{)'" )2<GR[cjpv|-+& # "$-7BLV^elrx0. *+)%& 0 ; FPYahnu{3 2020* !(5@ K"T#\#c$j$q%w%~%%%$#""!! 65685-&!&#*0,;-F.O/X0_0f0m0s1z000/.-,+*)((((98<==;5/ 25+778B9K9T:[:b:i9o9w9~98875432}1|0|0{/{/;;ACGFB;<?'@3A>BGBPBWA^AeAl@s@{@?>~=|<z;x:v8u7t6s6s6s6=?EKOOLEEG#H/I:IDILHTH[GbGhFoFw|EzExD vC tB r@ p? n> m=m<l;l;l;@CIQUVTNLNO,O7OAOINQNX~M^|LeyLlwKtuK} sJ qI nH lG jE iD hC gB fA f@f@f@BGOW[][US TU)U4U>TF}SNzSUwR\uQbsQjqPq oOz lO jN hM fKdJbHaG `F `F `E `E `E CJT[`ba[YZZ&Z1~Z;zYDwXKtWRqWYoV`mUg kUo iTx gS dRbQ`P^O\M[L[K [J ZI ZI ZI EMX`egfb___#|_/x^8u^Aq]Io\Pl[Wj[^hZe fYm cYv aX ^W\VZTXSVQVPVO UN UM UM UM FQ\dikkhdc{d wd,sc6ob?lbFjaNg`Ue`\c_c `^k ^^t \]Y[WZTYRWQUPTPSPR PQ PQ PQ IVahmppni{huiqh)nh3jg<hgDefLbfS`eZ^da [ci Ybr Va}T`Q_O^M\KZKYKWKV KU KU KU MZemruutpvn pnln&hm1em:cmB`lJ]kQ[kXXj` Vih Shq Qg{NfKdIcGaE_E^E\E[EZ EZ EZ R_jqwz{zwptitft"bt-`s7]s?ZrGXrOUqVSp^Pof Mno Kmz HlEjCiAg@e?c?b?` @_ @_ @_ Weow|~~m|b{_{\{*Yz4Wz=TyERyLOxTMw\JvdGum Dtx Bs ?q=p;n:l9j9h 9g 9f 9e 9e ^ku}{j\ WT%R0O9MAJJHRFZCbA~l>|w ;{ 9z 7x 5v 3t 3r 3p 3n 3m 3l 3l eq{xgWNKH*F4D=BE@N>W<`9j7u420. -~-{,x,v ,u ,u ,u lyucSD @>#<-:78@7I5R3\1g/r,*('%%%$$$$uÁp_O@4 20%./-8+B*L(W&b%n#}!zjZK=/$ " $.8CNZhwÉrcTF8,   + 7 BO^mxi[M@3('3@O`qņÛ}n`RE9.# ".<M_s܊ڣսsdVH=1' (7I^twhZL@4)  !2D[q~oaRE7,! +?Ul%$$'*08DP\gow~"! !$&,5@LXckry "(1<HT^gnt{%.8DOYbiou{! "*4?JT\djpv|$   %/9DNW^ekqw}'$  )3>HQY`gmrx* '!" !,7BKT [ b i o u | .*))$  %1<FOW^dkqx0-//+(!!,$7%A&J'R(Y(`)g)m)t)|)))('&%$#"!~!~!3056861( *-'/20=1F2N2V3\3c3j3p3x32210}/{.y,w+v*v)u)u)55:@BB=657"9.:9:B:J;R;Y;_;f:m:t:}}9z9x8v7t6r4q3o2n1n0n0n07:@GKKG@=?@*A5A>BGBNAUA\}Ac{Ajx@qv@zt?r?p>n=l;k:i9h8g7g6f5f59>FMQROIE FG'H2H;HD|HKzGRwGYuG`sFgqFnoEwmEkDiCgBeAc?b>a=a<`;`:`:;ALSWXVPLLM$M/|N8yMAvMHsLOqLVoK]mKdkKliJtgJeIcHaG _E ]D \B[A[@Z?Z?Z?=FQX\]\VRRR!zR,vR6sR>pRFnQMkQTiPZgPbeOicOraN|_N ]M [K YJ WH VG VE UDUCUCUC?JU\aba]W~WyWtW)qW3nW<kVChVJfUQdUXbU``Tg^Tp\SzZR WQ UP SN RL QK PJ PH PHPGPGCOY`egfc]y\ s\o\&k\0i[9f[Ac[HaZO_ZV]Y^[YfYXnWWy TW RU PT NS LQ KO KN KM KL KKKKFS^eikkidtanaja#fa.ca7a`?^`F\`MZ_UX^\V^dT]mQ\w O[ LZ JY HW GV FT FR FQ FP FP FP JXbinpqo~joghfdf af+^f4\f<YfDWeKUeSSdZPcbNckLbuIa G` E^ C] A[ @Y @W @V @U @T @T P]gnsvvu|qmnal^l[l'Xl1Vl:TlBQkIOkQMjXKiaHijFhtCg Ae ?d =b ;a ;_ ;] ;[ ;Z ;Z ;Z Vclty|}{zyjv[t WsTs$Qs.Os6Ms?KrFIrNGqVDp_Bph@or=n;l9k 7i 5g 5e 5c5a5`5`5`\irzxh~W|N{L{I{)G{3Ez;DzCBzK@yT>x\;xf9wq7v}4t2s0q/o/m.j.i.g.g.gcoyudTF B@$>.<6;?9G7P6Z4d1o/|-}+|)z(x(u's'q'o'o'okwq`QA864'2009/B-K,U*`(k&y%#! |zxxxt}m\L>/)(&($1#;!D OZgu~wgWH:-(1;FS` n  o`QB5)%0;GUduufXJ=0%#.:GWh{{k]OB6*   *7FXlсϙ̱paSF:.$ #2CXnteWI=1& ,>Un|m^PB4) ':Pi#"#$(.7CO[elsz!  !$)3?KW`hou|$/;GR[cjpw|"+6BMV^ekqw| '1=GPX`flqw|  ",6AJSZaglrw}!  %0;DMT[bgmsy$ *4>GOV]ciou|'! " - 8AJQX_ekry*$'&'$ (3<E M T![!a!g"n"u"}""! ~|zyxxx,*,242-$#&#(.)8*A*H+P+W+],c,j,q,z,}+{+y*w)u's&q%p$p#o#o#./5<>=82-01*243=3E3L4S4Y~4`|4gz4nx4vv4t3r3p2n0m/k.i,i+h*h*h*/3=CFFB<6 79&:0:9:A};Iz;Px;Vv;]t;dr:kp:sn:}m9k9i8g7e5c4b3a1a0a0a019CJMMJD>>?"@-{@6xA>uAEsALq@So@Zm@ak@hj@qh?{f?d>b=`<^:]9\8[6[6Z5Z54>IOSSQKED}ExF*uF3rF;oFCmFJkEPiEWgE^eEfcEnaDx_D]C[BYAX?W>V<U;U:U9U97CMTXYWQL|JvKrK'oK0lK8iK@gJGeJNcJUaJ\_Jd^Il\IvZHXHVGTERCQBP@P?P>P=P=;HRY]^\XRwP qOmP$iP-fO6dO=aOD_OK^OR\OZZNbXNjVNtTMRLPKNJLHKFKEKCKBKAKA?MV]acb^XrUkTgU!dT+aT3_T;\TB[TIYTPWSXUS`SSiQRsOR~MQKOINGLFJFIFGFFFFFFDQ[bfggd}_mZfZbZ^Z(\Z1ZY9XY@VYGTYORYVPX^NXgLWqJV}GUETCSBQAOAMALAKAJAJIV_fjllj{elb`_\_Y_%V_.T_6R_>P_EO_MM^TK^]H]eF\oD\{B[@Y>XbzjY0 -+!**(2';&D$N"X!dq~{yvtrqqs}zjYJ;-! "+4=GS_m} ~ |{{|tdTE7*  ! + 5?KXfv|l]N?2&   *5@N]lsdUG9-!  (3@OasxiZL?2'%1?PcyŒî}m_PC7+   !.>Qf~rcTF:.# *<Qhyj[L>1&$8Oh!!!"%,5BOYbipw}  &1>JT]elrx~"-9EOX`gmsx~ )4?IRZagmsx~ $/:CLT\bhmrx~  )3=FNV\bhmsx#-7@HPW]chnsz '1:CJRX^diov} *4=E L S Y _ e l sz  } | |{!"#  $.8@GNU[ahow~|zxvtsrrq#")/0.(! *"3#<#C$J$Q$W%]~%d|%kz%sx%|v%t$r$p#n!m kjjii$(28:94.& (*%+/,8,?~,F{-My-Sw-Zu-as-hr-pp-yn-l-j,h+f)e(c'b&b%a$a$&0:@CA=8002!2+{34x4<u4Cs4Jq4Po4Wm4]l4ej4mh4vf4d3c3a2_0]/\-[,[+[*[*+7@FIIE@97|8w9(t91q:9o:@l:Fj:Mh:Tg:[e:bc:ja:t_:^9\8Z7X6W4V3U1U0U/U/.<FLOOLGAz= u>q>$m?.k?6h?=f?Dd?Jb?Q`?X_?`]?h[?rY?}X>V=T<R:Q9P7P6O5O4O44AKQTURMHuC oCkC!gD+eD3bD:`DA^DG\DN[DVYD^WDfVCpTC{RBPBN@L?K=K;J:J9J8J89FOVYZXS~NpIiHeHbI(_H0\H7ZH>XHEWHLUHTTH\RHdPHnNHyLGKFIEGCFAE@E>E=E<E<=JTZ^_]Y{TlOdM`M\M%YM.WM5UM<SMCRMJPMROMZMMcKMlILxGLEKCIBHAF@D@B@A@@@@BOX^bdc_yZjV^S ZSWS"TR+RR3PR:NRAMRHKRPIRXHRaFRkDQvBP@O>N=LVu^T<]^;]h9\s7[5Z3Y2W1U1S1Q1P1O1NS_gnrttrtoflUhGe CeAe"?e*=e21lF0lO.kY-kc+jo)i~'h&f$e#c$`$^$\$[$[altzo~_{Oy?v2u 0u.u!,u*+u2)t:(tB'tK%sU$sa"rm q{pnljhedcbis{}l[K<-%#"~$ ~,~4~=}F}Q|]|j{xywuspnlkkq{wgVG9*%-6@ K X et|ywutt{qaQB4' %.8CP^myiZK<0# $/:FUdvpaRD6*#.:IYkvfWI</#   +9J^r{k\M@4((7J_xדկpaRC7+   %6JbzvgXI:." #5Jc| #*4ALV_fmsy$0=GQZahotz +7BLT\ciotz  '2<FOW]dintz  !,6@IPW^dinty &0:BJRX^cintz  *4<DLSY^cinu|$.7?FMSY_djpw  '09AHNTZ`flt|~|zxwvuu   *3;BIOV\bi~p|yzwusqpnml l k &+,*% %.7>E~K|QyXw^vetmrvpnljhfedccc&/5750*"!# $*|%3y%:w&At&Gr&Np&To'[m'bk'ii'rg'}e'c&a%`$^"]!\ [[[ .7=?>94-){+w,&t,/q-7o-=l-Dj-Jh-Qg.We._c.ga.p`.{^.\-Z,Y+W)V(U'U%U$T$&4>CFEA<6y1 t1p2#m2+j33h3:e3Ac3Ga3M`4T^4\\4d[4mY4xW3V3T2R0Q/P-O,O+O*N)-:CIKKHC=s7m7i8f8(c80a87_9>]8D[8KY9RX9YV9bU9kS9vQ9P8N7L5K4J2J1I/I/I.2?HNPQNI}Do=g<c=`=%]=-[=4Y=;W=AU=HT=OR=WQ>`O>iM=tL=J<H;G:E8E7D5D4D3D27DMRUVTOzJkDbA^BZB#WB+UA2SA8QA?OAFNBMMBUKB^JBhHBsFBEAC@A>@<@;@9?8?7?6<HQWZ[YUwPiK]G XFUF RF(PF/MF6LF=JFDIGKHGSFG\EGfCGqAF~?E>DKpQG=QP;QY:Qc8Qn7P{5O3N2L1J1H1G1E1D1CKW_eijjgsde`U\FX CW@W >W(=W/;W6:W>8WE7WN5WW4Wa2Vl1Vz/U-T,R+P+N+L+J+I+HQ]ekoppnrkdhSdB`;^9^7^%6^,4^33^;1^C0^K/^U-]_+]k*\x(['Z%X$V$T%R%P%O%NXckquwwupraoPk@h3f 1f/f .f(,f0+e7)e?(eH'eR%e\#dh"cv ba_]ZXWUU_jrw{~~~|my]wMs=q.o'n&n$n##n+!n3 n;mDmNmYlfktjhgdb`^]\gqyziY~I|:z,yx www&w.w6w?vJvUub tp s qomj h f e dpyudSE6(  '0:DP]~k}|{yvtqonmy~n^N@2%  (2=HVev|zxxvgWH:-  )4?M]n}m^OA3' (4AQcwsdUF9,   '4CUjyiZK=1% #2EZq΋ͦ~n^OA4( 1D]xsdTE7+ 0E]x '3?IS[cjpv{".:DNV^ekqv{)4?HQY_ekpv{ $/9BKSY`ekpu{  )3<ELTZ`ejou{ #-6?FNTZ_diou|'09AHNTZ_djpw~ !*3;BIOTZ_ekrz~|{{z #,5<CIOUZ`fnv|zwutrqpoo &/7 > D J P~ V| \y cw ju ss}q o m k i h gfee #()&! !*2|9y@wFuLsRqXo_mgkoiygeca`^]]\\$-231-'|x%u.r5p<n Bl Hj Nh Uf!\d!cb!l`!v^!] [ YWVVUUU,5:;:60)y# t$p%!m%*j&1h'8f'>d'Db'K`'Q^(X\(`[(iY(tW(U'T'R%P$O"O!N NN%2;@BA=82s+l*i+e,&c,.`-5^-;\-AZ-GY-NW-VV.^T.gR.qP.~O-M-K+J)I(I'H%H$H$,8AFHGD?|9n3f0b1_2#\2+Z22X28V2>T2ER2KQ3SO3[N3eL3oJ3|I2G2F0D/C-C,C*C)C)1=EKMMKEy@k:`6 \6Y6 V7(S7/Q75O7;N7BL7IK7QI8YH8cF8nE8zC7B6@5?3>2>0>/>.>-6BJORRPKvFh@[< V;S;P;%M;,K;3I;9H;@G;GE<=;;9:8969493:2:1;FOTWWVQsLfGXBP@M@J@#H@*F@1D@7C@>B@E@AM?AV>A_5<5:58575655?KSX\\[WrSeNVIKEGEEE CE(AE.?E5>E<0=0;0:09EPX]aa`]qYdUUPFK AK?K=K%;K,:K38K:7KA6KI4KR3K\1Kg0Jt.J-I+G*E*C*A+@+>+>JU]bfgf~dp`c]TXCS;Q9Q7Q"5Q*4Q02Q71Q?0QG.QP-QZ+Pf*Ps(O'N%M$K$I$F%E%C%CP[bhkml}jogbdR`A[4X 1X0X.X&-X.+X5*X<)XD'WN&WX$Wd#Vq!V TSQNLJIHWainrss|qnn_kOg?d/`)_'_&_"$_*#_1"_9 _A_K^U^a]o\[YWUSQPO^houxzz{yku[rKo0$  #.;J\oqbRD6)".<NbzwgWH;."  .>Riǃß|l\M>2%-AXqqaQB5( +@[x%0;FOX`fmrx} +6@JSZagmrx} &1;DMT[bgmrw}  !+5>GNV\bglqw}&/8AHPV\afkqw~ !*2;BIPV[`ekpw$-5<CJPUZ`ekry '/7>DJPUZ`flt}~{ywvuuu  !)18?EJPU[a}h{pxyvtqonlkjii #+39~@|EzKwQuWs]qdolmvkigecb``__ %%#  { &w -u4r;pAnFlLkSiYgaeicsa_][YX W W V V "*/0-)#z uq!n)k0i7g=eBcHaO_V^]\fZpX|VTRQPOOON*27862-&slif%c ,a 3_!9]!?[!EY!KW"RV"ZT"cR"mP"yO"M!K JIHHHH$19=?>:5{/n(e$a%^&![&)Y&0W'6U'<T'BR'HP'OO(XM(aK(kJ(wH(F'E&C$B#B!B BB*6>CEDA<w6k0_+ Z+W+U+&R,,P,3O,9M,?K,EJ-MH-UG-^E-iD-uB-@,?+=)=(=&=%=$=#0;CHJJGBt=g7Z1T0Q0N0#L0*J00H16F1<E1CD1JB2SA2\@2g>2s<2;1:08.8,8+8)8(8'5@GLOOLGrBe=W8N5K5H5 F5'D5-B53A5:@6A>6H=6Q<6[:7e97r76654433313/3.3,3+:DLQTTR}MpHcDV>I: E:C:@:%?:+=:1<:8::?9;F8;O7;Y5;d4;p2;1:/9.7.5.3.2/0/0>IQVXYW|SoObKTEE@ @?=?;?"9?)8?/6?65?=4@E3@M1@W0@b.@o-?~+>*=);(9)8*6*5*4CNU[]^]{YnVaRSMDH:D7D5E 4E'2E-1E40E;.EC-EK,EU*Ea)Em'D|&C$B#@#>$<$:%9%8ISZ`cdc{`m\aYSUBO4K 1K/K.K$,K++K2)K9(K@'KI%KS$K_"Jl!JzIGECA?>=OY`ehjizglc`aP\@W1S*R(R&R!%R($R/"R6!Q> QGQQQ]PjPyOMKIGEDCU_flopoynlk]hMc=_.\"Y YYY$Y+Y3Y;YDXNXZWgWwVT R P MKJI]fmruwwxuiqYnJk:g,ecbaa a'a/a7 a@ `K `W_d^s][YWUSQPemty}~~u|dxTvEr6p(nl k kkj"j*j3j<iGiSh`gofdb_][YXmv|p_O}@z2y$wv uuuut%t-t7sAsNr\qko|nkifdbav~yiYI;-  '0;~G}V|ezwyvtromlrbRC5( (3@N_q~|{zyiYI;." )5CTg}o_PA4' )7H[qtdUF8+(8Kc}zjZJ</" );Qj߅ۤo_O@3& (>Wq"-8BKT[bintz (3=FNV]cinty  $.7@HPW^cinsy(2:BJQX]chmsy#,5=DKQW]bglry '/7>EKQW\afls{!*18?EKQV[afmt}~}{{z$,3:@FKPV[agox}zxusqpooo &-4:@FK~Q|Vy\wcujssp~nlihfeddc  '|/z5w;uAsFrLpQnXl_ifgoezca_]\[ZYY""  }xt"q)n0l6j <h Ag Ge Mc T` [^ c\ mZ xX V U S RQQPP (,-*& tmjg$d+b1`7^=]C[IYPWWU`SjQuONLJIIHH H (0453/*z#nea^ \'Z.X4V:T?RFQLOTM]KgJsHFDCBBBAA#/7:<:72v,j%_ ZW T $R *P!1N!6M!<K!CI"JH"QF"[D#eC#pA#~?">!=;;<<<)5<@BA=8s3g-Z'S%P%M%!K&'I&-G&3F&9D'@C'GA'O@(X>(c=(o;(}:'8&7%6#6!6 66/:AEGFC}>p:d4W.M* J*G*E+$C++A+1?+7>+==,D<,M:,V9-a7-m6-{4,3+2)1'1&1$2#2"4>EJLLI{Dn?b:U5H0 D/A/?/"=/(;/.:/480;70B61K51T31_21k01y/0./-.,,,*-(-'-&8BINPQNzJlEaAS;E6>4;49474&64,44235925@15I06R.6]-6j+5x*5)4'2'0'.(-(+)*=GNSUVTyPlK`GRBD=99 694929$19*/90.:7-:>,:G*:Q):\':h&:v%9#8"7!4"3#1#/$.BLSXZ[YxVkR_NRJCE4? 0>.?,?!+?(*?.(?5'?<&?E$?O#?Z"?g ?u>=;97543GQX]`a_w\jY_VRRAL2G)E(E&E%E%#E,"E3!E:ECEMEXDeDsCB@><:98MW^cegfwcj`_]OY?T0O#L LLL"L)K0K8K@KJKVKcJqIHF DB@>=T]dilmlvjjh\dL`<[-X USSSS&S-S5S= RG RS R`QnPOMKHFD C[dkpstsvrgnXkHg9c*`^\ \ \["[)[1[:[DZPZ]YkX|VTROMLKclrwz{zsxbuSrCn5k'ig feeee%d-d6d@cLbYah`x_\ZWVSRltz~m~]{Mx>v0t#rqpp ooo n(n1n;mGlTkcjthfdb^]\u}wgWG9~+}|{zzz zyy"y+y5xAwOv^uosrnljifo_O@2%  $.9GWi}~}ywutwgWG9, $/=Nau}m]M?1$ $1ATirbSC6( #3F\uxhXH:, #5JdҁѠο}m]M=0# %9Qk*5>GOW^djpu{ %09BJRY_ejou{  !*4<DLSY_djou{%.7?FMSY^cint{  )19@GMSX]bhnt}$,3:AGLRW\bgnv &.5;AGLQV\bhox}zxwvut!(/5;AFKQV\c|jzrw}trpnljiii #*06}<{AyFwKuQsWr^oemnkxhfdb`_^^^ ~y$v+s1q6o<mAlGjLhRfYdaaj_t][YWVUTTSw rnk%h,f2d7b=aB_H]N[UY]WfUqR~QOMLKKJJ&)*'#zogc ` ^ '\ -Z 3X 8V >TDRJQROZMdKoI|GED C B BBB&.120,'u!j_ ZWU#S)Q/O4M:L@JGHNFWEaClAz?><;;;;; "-48973~/r)f#ZROMK%I+G1F7D=BDAL?T>_<j:x97655556(3:=?>:{5o0c*W$M HF D "B (@ .?!4=!:BDC@y;m6a1T+H&B$@%=%;%%:%+8%17&86&?5'G3'P2'[1'f/'t.',&+%*#*!+++3<CGIIEwAk<_7R2E-<):)7)5)#3)(2*/1*50+=/+E.,N-,Y+,e*,s(+'*&)%'%%&$'"'!7AGLMNKvFjB^>Q9D48/ 4.2.0. /.&-/-,/3+/;*0C)0L'0W&0c$0q#0"/!- + *!("&"%<ELPRSPuLiH]DQ@C;55.3,3+3)4$(4+'41&49$5A#5J"5U 5b5o4320.,+*@JQUWXVtShO]KPGCB4=)9 '9%9$9""9)!9/ 97:?:H:S:`9n9~86420/.FOVZ]]\tYhV]SPOAI2D$@ ??? ?&?-?4?=?F?Q?^?l>}=; 9 7543LU\`ccbt`h]]ZNV>P0L"HFFFF#F*F2F:FD EO E\ EjDzCA?=; 9 8R[bfijisghdZaK\;X-TQN M M M M'M/M7MAMLLYLgKwIHECA?>ZbimpqpsnekVhFc8_)\YWVVVV$V,U4U>UITVSdRtQOMJHFEbjptwx~wqu`qQnBj3g%ec a` `__ _(_0^:^E]R\a[pZXUSPNMjrx||~l{[xKt=r/p!nlkjjjii#h+h5hAgNf\emcb^\ZXVs{ueTE|7z)ywvuut ttts&s/s;rHqWphn{lkgecb}~m]M>0#  (3A~P|b{uywuqonteTE7) +8GYm~}{j[K<."  ,;Nd|p`PA3& .@UmvfVF8*0F_zșŷ{k[K;.! 3Kg '1;CKSZ`flqw}  ",5>FNU[afkpv}'08@HOU[`ejpv}"*3;BIOUZ_djov~ &-5<CINTY^cipw (/6=CHMRX]cipy~|{ #*17=BGLRW]cjs}|zwusqpoo %,17=BG~L|QzWx]vetmqwoljhfedcb&|,y2w7u<sBqGoLnRlXj`gherc~`^\ZYXXX   }xs!p'm-k2i7g=fBdGbM`T^[[dYnWzUSQPONNN zr mie"b(`-^3\8Z=YCWIUPSXQaOkMwKIGFEEED$''$ uj b ]ZX#V)T.R4P9N?MEK LI TG ^E iC uA @ >==<<<%+//-)|$qf[S P N L$J*H/F5E;CABI@Q>[<f;s9765 5 5 5 5!+25640y,n&b WL HFD!B&@,>2=8<>:F9O7Y5d4q21/..///'17;<;7w2k-`(T"HA?=;#9)8/655<4C2L1V/b.o,+)(()**-6<@A@=u8j3].Q)E#< 864 3 &1 ,0 2/!9.!A-"J+"T*"`("m'"}%!$ ##$%%1:ADFEBs>h9\5P0D+8% 2$0$.$,$#+$)*%0)%7(&?'&H&'R$'^#'l!'| &$"   6?EIKJHrCg?[;O6C26,-)+)))')!&)'%*.$*5#*=!+F +Q+]+j+z*)'%#" ;CINPO~MrIfE[BO=B964(/ %.#.".!.% /,/3/;/D0O0[/i/x.-+)'&%?HNSUU}SqPfLZIODB@4:&64444#4*41494B5M4Y4g4w3 2 0 .,*)DMTXZZ}YqVeSZPOLAG2A$=: :::!:':/:7:@ :K :W :e9t87531/ .JSY]``|_q]eZ[WMS>M/I"EA @ @ @ @% @,@4@>@H@U@b?r><;8643QY`dfg|fqdfaY^IY:T,PMJH HHH"H*H2H;GFGRF`EoECA><:9X`fkmn|mqkdhUdE`6\(XUSR QQQP'P/P8OCOON]MlL~KHFCB?`hnruu|tor_nPj@g2d$a^ ]\ [ZZY#Y+Y4X?XLWZViT{SPNLIHipvz||z{jxYtJq;n-lihffe eddc&c0b;bGaV`f^x\[WUTRry~sc~R{Cx5v'tr qppoo onn!n*m5mBlPkaitgeb`^]{|k[K<.!}|{{{zzz zzz#z.y;xJw[vntqpljirbRC4'  %2ARg~}zwyhYH:,'6I]tn^N>1# ):OhtdTC5'  ,@XsyiYI9, .Gc  $.7?HOV\bgmrx )2:BJPW\bglrx#,5=DJQV\afkqx '/7>EJPUZ`ekqy#*18>DJOTY_dkr{ %,29>DINSX^dkt~}{yxvu '-39>CHMRX^~e{nywvtqomkjih "(.3}8{=zBxGvLtRrYp`nhkri~fdb`^]\\ }y#v)s.p3n8m=kBjGhMfSd[ac_m\xZXVTSRQQ  }wrnk#h)e.c3b8`=^B\HZOXVV_ThQtOMKJIHGG um hc`]$Z)X/V4U9S>QDOJMRK[IeGqECA@??>>!$$"{pf ] XURP%N*L/J4I:G@EGCNAX?b=n;|:877666#),,*&x!mbWN JHF D&B +@ 0? 6= << C: K8 U6 `4 l3 {1 0 ///// */331-u)j#_SHA?<;"9'8-62593@2I0S/^-k+z*('' ( ( )&/58984s/h*\%QE; 8542$1*/0.6->+F*P(\'i%x$"!!"## ,4:=>=}:q5f1Z,O&C!81/-,!*')-(4';&D$N#Z!g v09>BCB|?p;e6Y2N-B)7$, )'%$$# +" 1!!9 !B!L"X"e!t! 5=CFHG{EoAd<X9M4A/6+*& #$!$ $$"$)%/%7&@&J&V&d&s%$" 9AGKMLzJnFcBX?M;A662)-) ))) )'*-*5*>+H+U+b*q * ( ' % # !>FLPRQzPnMcIXFMBA>59'4/ ..//$/+/3/< 0F 0R 0`/o/-,)'&$CKRUXWyVnScPXMMIAE2?$:75 5 5 5" 5)515:5D5P5^4m4~21/,*)IQW[^]y\nZcWYUMP=K/F!B> < <<< <'FLRX]chms{  )19@FLRW\agmt| $,3:@FLQV[`fmt~ &.4:@FKPUZ`fmv~| "(/5:@EINTY_goy|ywtrqpo $*/4:?CH~M|SzYx`uisrp~nkigedcb%|*y/w4u9s>qCpHnMlTj[hcelcx`^\YXWVV |xsp%m*j/i4g9f>dCbH`O^V[^YgVsTRPNMLKK xr mie b%_*]/\4Z9X>VCTJRQPYNcKnI|GEDBBAA{phc^ZW T%R*Q/O4M9K?IEHMEUC_Ak?x=;:9988!!wlaY TPMJ!H&F+E0C5A;?A>I<R:\8h6u4321100!'*)'#si^S J FC@>"=';,91876>4F3O1Z/f-s,+*))))(-00.|*q&f![PE< 97 5 4 #2 (0 ./ 4- ;, C* M( X' d% s$ # " """"%-3664z1o-d(Y#NB81 .-+*%(*'1&8%@#J"V bq   *28;<:y7n3c.W)L$A 6, (&$#""(!. 6>HTao /7<?A?x=l8b4V0K+@'5"+" %,4<FR_n3;ADEDxBl>a9V6K2@-5)*$ # * 2!:!D!P!] !l !}    8?EHJIwGkD`@V=K8@450*,'$$$$!%(%0 &8 &B &N&[&j%{$#!<DJMOOwMkJ`FVCK?@;57'2-* * * * *&+.+7+@+L+Y+h*x)'%#! AIOSUTvSkPaMVJLGAC2=%84 1 0000%1,151>1J0W0f/v/-+(&%GOUY[[vYkWaTWRLN=H/C!?;8 8777"7*737<7H6U6d5t420.,)NV[_aav`l^b\WYHT9O+JFCA@ ??> >(>0>:=E=S`/]"YWTSR QPPO!O*N4N?MML\KmIHECA?fmquwwwvfrVnFj8g*db_^]\[ [ZYY%X0X;WIVYUjS~QOLJHouz}~~o{_xNu@q1o$mj iggffe edd c*c6bDaT`f^{\ZXTSx~xhW~G{8x*wusrqqqqpp ooo#o/n=mNlajvhfdb^o^N>0#}}||||||| |||'|5{FzYyowtrpoueTD6'  +<Pf|kZJ;, 1E\vq`O?1#"5MivfUD5' '=WtΕʽ'08@GNTZ_djov}"+3;BHNTY^ciov~ &.5<BHNSX]bhow!(06<BHMRW\bhpy #*16<AFKPU[ahq{~|zxw%+16;@EJOU[b~j|tyvsqnlkjj  &+0~6}:{?yDwIvNtUq\odmmjyheca_]]] }y!v's+q0o5m:k>jCiIgOdVb^`h]sZXUTRQPP|wrnj"g'e+c0a4`9^>\DZJXQUYSbQnO{LJHGFEE {sl hc`\"Z&W+V0T4R9P?NEMLJTH^FiDvA?>=<;;  vld^ YUQO"M&K+I0G5F:DABH@P>Z;e9r8654332}rh ]TP KHEC"A'?,=1;6:=8D6M4W2b0o/-,++++%''$z!oeZP FB><97#6(4-2319/A-I+T*`(m&}%$$###&+..+x(m$cWMB 9 530.-$+)*/(6'>%G#Q!^ k{$+1342w.k*a%U!K@6- ) ' & $ # &! , 3 ; DP\j {  )16897v4j0`,T'I"?5+" #)19BN[iz    .5:=><u:i6_1S.I)>%4 *  '.7@L Y g w 29?BCAt?h;^7S4I/>+4'*#  % , 5 >JWeu6>CFH~GtDhA^=S:I6?25.+*%    #!+!3"="H"U"c!s!;BHKM~LsJhG^CTAJ=?966(0,'%&&&"&)'1';'F'S'a&q%#"@HMPR}RsPhM^JTHJDAA3;%62 .- ,,, ,',0,9,D,Q,_+p*(&$" FMSVX}XsWiT_RUOLL=F/A!=964 3333%3-372B2O2^1n0/,*'&LTY]^}_s^i[`YVWGQ8L*GC@=< ;::9#9+959@8M8[7l6520.+T[`de}ftejcaaQ\BW4R&NK HFED CBA A(A2@=@J?Y>j=};9753\cgkm}mtlkj[fKb<^.Y VSQONM LKJJ%J/I:HGHVFgEzCB><:dkost}tuteoTlEh6d(a^\ZYXWV UUT S*S6RCQRPdNxLKIEDmsx{|~{nx^uMr>n0k"igeccbba` __^%^1]>\N[`YtWUSQNw|vf}U{Ew6u)sqonmmmllkkjjj*i8hHgZfoda_^[~m]L=.}!|{yyxxxxwwwwww"w0v@uSthromkjtcRB3%  &6J`y}{zziYH9*+?Uoo^M=/!1IctdSB3%"8QpÓ#,5<DJPV[`ekqx '07>DJPUZ_djqy"*18>DIOTY^djr{ %,28>CHMRW]cks~ &-38=BGLQV]dlv}zxvtrq "'-27<AEJP}Vz]xeuos{pnkhfedd#}(z,x1v6u;s@qEpJnPlWj_ghetb_]ZXWVW |wtp#m(k,i1g5f:e?cDaJ_Q\YZcWnT{RPNLKJK~wq lheb#_'],\0Z5X:V?TERLOTM^KiIvGDBA@??vmhc^ZWT#Q'O,N0L5K:I@GGEOBY@d>q<:86655 | qg_Y TPLJG"E'C,B1@6><<C:K8U6`4m2|0/.--- xnd YPK GC@=;#9(7-62483?1H/Q-]+j)y(&&%%%#$$!vkaVLC> :7420$.)-.+5)<(D&N$Z#g!v $)++)t%i!_TI? 62 .+)' &%$+#1!9 ALXet"*/11~/s+h(^#RH=4+ & # "(.6?J V ds'/467}5r1g.\)Q%G =3)      % , 4= H T b r    ,38;;|:q7f3\/Q+F'<#3)     " ) 2;FR`p   18<?@|?q<e8[5Q2G-<)3%)!    (09DP_n 5<ADE{DpBe>[;Q8G4=04-+)% &.7BO]m:AEIJzIpGfD[AQ>H;>754)/*%" """"$",#6#@#M#["k!} ?FKNOzOpMfJ\HREIB@?3:%50 ,) ((((#(+(4(>(K(Y'i&|%"!DLQTUzUpTfQ]OSMJJ=D/?!:631 0/..!.).2.=.I-X-h+z*(&$!KRW[\z\q[gY^WUTGO8J*EA=:87 6555&505:4G4U3f2x0/,*(RY^bczcqbh`__PZAU3P%LH EBA@ ?>==#<-<8@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"$%&()*+-./02346789;<=>@ABDEFGIJKMNOPRSTUWXY[\]^`abcefgijklnopqstuwxyz|}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~mft1!  !"#$%&'()*+,-./012456789:;<=>?@ABCDEFGHIJKLMNOPRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~  !""#$$%&&'())*+,--./01223456789:;<=>?@BCDEFHIJLMOPRSUWXZ\^`bdfhjmoqtvy|~񪌫ۊa۶iUֆAaߖg\;~cibvBAj+0}" d[dgܿδӟr<@\12d&(WuD{ܳX7pѣxWH;_¸ܼаaDXhC9sB6 ix qjbT$WЧwF$Gۯ[?)7ܽkZS̾ҳǢhM3ڪ~V3c҆S%FB -bznTcYQ^G HÝdG3 AƲp[M;Aô˪x_GGϟuR3%j;|UbjI4c"8dy5qmUA1!n׼zk\PD3nȻë~eLqѢzY=# Xܓ]0 79/Ps`N(>R0{#O/  {ri_TE4Ӽy]絎oU=% a4uu+Vy: ! I|qnb Y;QpM JQHE?Ȩ|viYIݴz`I3ByI#%+_|kT@.En1`1|=#)wƼxT7!)w=Ia/TtDxoi\ Q0FZ=5.[*%rVh%;Oe~ܱ{tomlls~6Pj[R;&Ft6^KB p(Cb󒡶aF2# REypbUAJg@6.I%|,y M?8Z#7I\q˭uja[UPKJLQ`xW/8#?}'Pv%P}'a) x 0Ga}ŻuYC1"&/u2g_[QF6=]4+*"[ hG5PnFASdv鼟}qg^XRMIGDGRd3 ;n%Kp6aW-8T$5H]tǽy_L=0' &O>}s;gc]T$KIBq8%-V!%2Lv-C\wlhzƥ|tmhc^YVTV\l0@O{>c9c* &?k$=XwK9J[lŽxcUIB<72.*'%&+4Kpf4\ -wRmyb;-Iq /JjH+;MavԪ~|{}E6,$  BwP+{(Mq,R"Bc/LmS ,>Qhu}tmhda_^]^chv) %[J q*N7q@e8 <[h );Pgdx˽aZUQONMMORZez)JPjt*Qt6?gY5Sv(1EZsltPLIGHIJLSYh|<.\`Ak߂) 9VwK/CXp҄xUIJMRY^pV0Jhp>^y򣅦desc Little CMS Little CMSdesc2.x 2.xlcms2-2.17/testbed/test3.icc0000755000175000017500000006750414752176133014701 0ustar martimartioDlcmsspacRGB Lab  1 acspMSFT-lcmsdescA2B060B2A0760wtptncprtn,#dmndnPdmddntdesc,Test profile, not suitable for real use-Test profile, not suitable for real usemft1  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ymb XPIC$<+6209+?%FLR z {~ ~sh^VN$G*@0963<-B'I!OUopt|yq!~g%^)U-M2E7>=7B1H*M$SY,i-j-m/q{1uq3zg6^:U>MBEF=K6O/T)Y"_=d>e>g?jAm{CrpEvgG{^JUNMQEU=Y6]/b(f!N`NaObPdQgRjzTnpVsgXx^[}U^MaEd=h5l.p'^[^\_]__`aadcgydkofpfht]kyUm~LpDs=w5z.nWnXnYoZo\p^qasexthovlfxq]zuU}zLD=5}S}S}T~U~WY\_bwfnien]rTvL{D=OOPQRTVY\_vcngek\oTsLwDKKLMNOQTVY~]v`mddh\lTpLG©GHIJKMOQTW}Zu]lade\iTCƷDķDEFGHJLOQT}Wt[l^cb[@@@ABCDFHJLOR|UsXk\c<<<=>?@ACEGJLO{RsVj8899:;<=?ACEGJMzPr{od ZRKD&>-731:+@%G MS ~ uj`W O%H+A1:74=.C'I"OUtvy~ }s#h&_*V/N4F9?>8C1I+N%TY.m.n/q0t|2xr5}h7_;V?MCFG>K7P0U)Z#_>g?h?j@lBp{DtqFxgH}^KUNMREV=Z6^/b(g"ObOcPdPfQiSlzTppVtgYy^[~U^MaEe=h6l/p(_]_^__``acbeciyempgqgiu^kzUn~MqEt=w6{.nYnYoZo[p]q`rbsfxuiovmfxr]{vU}{ME=5}T}U~U~VXZ]_cwfnjfn]sUwL{E=PPQRSUWZ]`wcngek]oTtLxDLLMNOPRTWZ]vamdeh\lTpLH©HIIJLMORTW~Zu^lade\iTDƷDŷEEFGIKMORU}Xt[l_db[@@AABCEFHJMOR|UsYk\c<===>?@BDFHJMP{SsVk999::;<>?ACEHJMzPr ~ r g]UM#F)?/963<-B'H!NTxmcZ#R(J.C4<95?/E)K"QV }!~"$u&j)a-X1P6H;@@9E2J,O&UZ0t0u1v3y~4|s7i9`=W@ODGH?M8Q1V*[$`@lAmAnBqCt|EwrG{hJ_MVPNSFW>[7_0c)h"PfPgQhRjSlTo{VsqXwhZ{_\V_NbFf>i6m/q(```a`bacbechdkzfophsgjw^l{VoMrEu>x6{/o[o\p\p^q_qbsethyukpwogys^{wU~|ME=6~V~W~WXZ\^adxholfp]tUxM}E=RRSTUWY[^awenhel]pUuMyENNNOPRTVX[^vbmeei]mTqLI©JJKLMOQSVX~\u_mbdf\jTEǷEŸFFGIJLNPSV}Yt\l`dc\AABBCDFGIKNPS|VtYk]c=>>>?@ACDFIKNP{SsWk:::;;<=>@BDFHKNzQrxlcZ#Q(J-B3<95?/E(K"PV}q!g$^(U-M2E7><7B1G*M$SX%&')x+n.d1[5R9J>BB;G4L-Q'W!\4|4}5~68u:k=b@YCPGHKAO9T2X+]%bCsCtDuEwFy~H|tJjLaOXROUGY?]8a1e*i#RlRlSmToUqVt|XwrY{i\~`^WaOdGg?k7n0r)aebebfchcjdlfo{grqivhkz_m~WpNsFv>y7|/p_q`q`qarcsethukzwnpxrgzv_}zV~NF>6ZZ[\]_adgxjongr^vVzM~F>UUVVXY[^`dwgojfn^rUvMzEPPQRSTVXZ]`wdngek]oUsMLêLLMNOQSUWZ~]v`mdeh]kTGǸGŸH¸HIJLNPRTW}Zu^lade\CCDDEFGIKMORT|Wt[l^d???@ABCDFHJLOR{UsXk;;;<==>@ACEGJLOzRr~ s"h&_*V.N3F8?=8C1H+N%SY"#$&w(l+b/Y3Q7IMBEF>K6P0T)Y"_99:;nAeD[GSJKNCR;V4[-_&d G{G|H}H~JKvMlOcRZUQXI\A_:c2g+k%UsUsVtVuWwYy~Z|t\k^aaYcPfHi@m9p1t*dkdkdlemfogqht|iwskzim~`oXrOuGx@{8~1rdresesfthujvlwo{xrqzuh|y`~}WOG?7^__`acehkynpqhu_yW|NF?YYYZ[]_adgxjomgq^uVxN|FSTTUVWY[]`cwfojfm^qUuMOëOOPQRTUXZ]`vcnfej]mUJǹJŹJ¹KLMNPRTWY~\u`mcef]EFFFGHJKMOQTV}Yt\l`dAABBCDEFHJLNQS|VtYk===>??@BCEGIKNQ{Ts''(*y,o/e2[6S:K>CCZ6^/c(g"KLLMNOyQoSeV\YT\K_CbXAOEGI@N8R1W+\$a56689w;m>cAZDQHILAP:T3Y,^%c<<=>@{ApDgF]IUMLPDT=X5].a(f!FFFGHJvLlNbQYTQWI[A^9b2f+k$QQRRSU|VrXhZ_]W`NcFf>j7n0q)]^^^_`bycoefh]jUmLpDs=v5z.jzkzkzk{l|m~npwqmsdu\wSzK}C;4xqxrxrysytzv{x|z~~|ulcZRJB:jjkkmnprt|wszj}bYQIAccdefghjmo{rruixa{XPH]]^^_`bdfhkymqpht`wWzOWĮW®XXYZ[]_adfxiolgo_sWRɼRǼRüSSTVWY[]`bwenhfl^LMMMNOPRSUWY\~_vbneeHHHHIJKLNOQTVY}[u^mCCCDDEFGIJLNPSU|Xt<<=>?{ApCgF]IULLPDT=X5\.a'f!??@AB}DrFhI_LVONRFV>Z7^/c)g"EEEFHIuKkNbPYSQVHZ@^9b2f+j$MMNNOQzSpUfW]ZU]L`Dc=g5k.o'WWXXYZ\v^l`cbZeQhIkAn:r2u+bcccdeg|hrjil`nWqOtGw?z7}0oooppqrtyupwgy^{U~ME=6{y|y|y|z}{~|~~wne\TLDxxyyz{|~wne]ULEppqqrsuvxz~|uld\SKiæijjklmoprt|wsyk|cZRbdzbijccdefgikmo{rrujwazY\\\]]^_abdfhkymqpis`VVVWWXYZ\^_bdfxiplgPPQQRRSTVWY[]`bweoKKKLLMNOPRSUWY\~^vPPPQRT|UrWhZ_\V_NbFe>i7m/q(RRSSTV}WsYj\a^XaOdGg?k8n0r)VVWWXZ[v]l_caZdQgIjAn9q2u+\]]^^`aycoefg]iTlLoDrw6{/eeeffgi~jtlknbpYsPuHx@{91lllmmnoqxrotfv]yT{L~D<5uuuuvwxy}zt|j~aYQHA9~~ypg^VNF>vmd\SKC|sjbYQI yqh`WOwƬwìwwxyz{}~wof^VoɸoǹpĹpqqrsuvxz~|umeĄ]hhhiijklmoqsu|wtyl|caabbccdeghjknp{rruj[[[\\]^_`acegikymqUUUVVWWXZ[\^`bdgxccddefg}itjjmaoXqPtHw@z8~1eeefghi~julknbpYsQuIxA|91hhhijklmvomqds[uRxJ{B~:3mmmnnopryspufw]zU|ME=5ssttuvwx}ys{j}aXPH@8{{||}}~wne]TLD<|sjbYQIAypg_VNFvmd\TLĤ¥|skbZR~ǰ~Ű~°~zqi`Xv˼vɼvżwwxyz{}~ÂwĄoņglj_ooooppqrtuwxz~|vmҁehhhhiijklnoqsu|wtylaaaabccdeghjlnp{rs[[[[\\]^_`bcegikylĹmijmīmġnėoōpŃqyspufw^yU|M~E=5n¹n³n¬o¢pØpÎrĄsztpvgx^{V}ME=6qqqrrstu{wryi{`}WOG?7uuuvwwxz~{t}kbZQIA9{{{||}~xne]TLD<|riaXPH@wne]TLD|sjbYQIĞypg_WOƩĩvme]TɴǴĴ|skcZ}Ϳ}}~~€‚ÃĄņƈzNJqɌiʎauuvvvwxyz{}~р҂xԄoՆgnnnooppqrtuwxz~|vnggghhiijkmnoqsu|wt`aaaabcdefgijlnp{vȼvȷvȰvȦwȜxɒyɈz|u}lcZRIA:wƽwƷwǰxǧxǝyǓzȉ{}v~lc[RJB:yĽzĸzızĨ{Ğ|Ŕ}Ŋ~Ɓwne\TKC<}~~~ƒypg^VME>|sjaYPH@wne\TLD‘{ri`XPHĚwne]ULƤä|skbZRɮƮ®yph_W˸ɹƹvm™eě]ÄÄĄĄąąņŇƈljȋɌʎ|ːt͑kΔc|||}}~~рҁӃԄՆֈz׊q،iuuuuvvwxyz{}~ကxpmnnnnoppqstuwyz~|vggggghiijkmnpqsu|̴̻̫͎͘͡΄zqh_WNF>˻˴ˬˢ̘̎̅{ri`WOG?ȼɵɭɣəʏʆ|sjaXPH@ŽŶŮťƛƑLj~ulcZRJB‹Šxnf]ULDÑ{ri`XPHĘvmd\TLƠàzqi`XPȩƩªvne]U˳ɳų|skbZͽ˽Ƚþ™ÚĜyŝpǟhȡ`ȋȋȋȋȌɌɍʎʏː̑͒Δ~ϕvїnҙeӃӃӃӄӄӄԅԆՇֈ։׊،َ|ۏtܑk{{|||}}~ဤၛ⃓ㄊ䆂zrttttuuvwxyz{}~xmmmmnnoppqstuwyz~ÈпиаѦѝѓ҉Ҁvmd\SKCÉϿϹϰϧНГЊрwne\TLDċ͹ͱͨΞΔ΋ρxof]UMEĎʺʲʩʠ˖ˍ̃zqh_WNFœżŴūƢƘǏDž|sjbYQIƘ؈vme\TLǟğzqh`XOɧƧ§~umd\T˯ɯİzqi`X͸˸ǹ¹vn­eĮ]ššššÛÛÜĜŝƞƟǠɢ|ʣs˥kͧc͓͓̒̒̒͒ΔΔϕϖЗљҚӛy՝p֟h׊׊׊׊׋؋،،ٍڎڏۑܒݔ~ߕvnㄽㅶ䆮䇦初払犍茄|t{{{{{||}~zsstttuuvwxyz{}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~mft1  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !!"#$%&'()*+,-../0123456789:;<<=>?@ABCDEFGHIIJKLMNOPQRSTUVVWXYZ[\]^_`abccdefghijklmnoppqrstuvwxyz{|}~~  !!"#$%&'()*+,-../0123456789:;<<=>?@ABCDEFGHIIJKLMNOPQRSTUVVWXYZ[\]^_`abccdefghijklmnoppqrstuvwxyz{|}~~kP7kP7kP7kP7kP7kP7kP7kP7kP 7 !!!!!!!!!k Q$7- 111111111k*Q68< ?????????-l>QF8K!MMMMMMMMM.ElPQW8Z"\\\\\\\\\-JYlbRg9j#kkkkkkkkk(NallsRw9y${ { { { { { { { { Qgu~mR:%|` F ,  |` F ,  |` F ,  |` F ,  |` F ,  |` F ,  |`F-|aF-|aF$-+--------}a/F8-=>>>>>>>>}8aDGJ.NOOOOOOOO?}NaWG\/^________DW}bbiHm/oppppppppG^l}ub{H~0Heu~bI1 j~~cI2/0011q2V2;2!22222222/0011q2V2;2!22222222/0011q2V2;2!22222222/0011q2V2;2!22222222./001q1V1;1!11111111*+,,-q-V-;-!--------%&'((q(V);)") ) ) ) ) ) ) ) !!q"V"<"""(")")")")")")")"r$V3<:#=>>>>>>>.r@VI';`tsX?(e|ˌsY@) ˢtZA+BCCDDDfDJE/EEEEEEEEBCCDDDfDJE/EEEEEEEEBCCDDDfDJE/EEEEEEEE@AABBBfCJC/CCCCCCCC=>>??@f@J@/@@@@@@@@9:;;<S SSSSSSSNOOPPPwPZP>Q!QQQQQQQJJKLLLwLZL>M!MMMMMMMDEEFFFwGZG?#G"*G,G,G,G,G,G,G<==>>?w2?[???F?#I?J?J?J?J?J?J?/122)3E3wR3[Z4@_4$a4b4b4b4b4b4b46Rb xk \q!@u!%v!w!w!w!w!w!w!?^o{x\A' Dg{y]B( Goҕy]C*uӬz^D,z_F. {`G0ijjjkkkjkLk.kkkkkkkghhiiiijjLj.jjjjjjjffgggghjhMh.hhhhhhhccddeeejeMe/eeeeeee_``aaaajbMb/bbbbbbbZ[\\\]]j]M]0] ]]]]]]TUUVVVVk%WN3W0:W =W=W=W=W=W=WKLMMN(NBNkNNNUN1YO[O[O[O[O[O[O?@AB=BUCcClkCOpC2sCtCtCtCtCtCtC-./L0e1s1}2l2P232222222WqƂ m P 5  _|ƜmQ6eƴnR8oS:!pU;$ qV=(}}}~~~~z~\~=~~{{{||||z}\}=}}}}}}}xyyyzzz{z\z=zzzzzzzuuvvvww{w]w>wwwwwwwqqrrrss{s]s>ssssssslllmmmm{n]n? nnnnnnneefffgg|5g^Cg@JgMgOgOgOgOgOg\\]]^;^R^|^^^f^@j^l^n^n^n^n^n^PPQ!RPRfRsS||S_SAS!SSSSSS??5@`AwABB}B`CBC#CCCCCC @!m#$ٕ%&'}'`'D(&((((((Xwٰ~aE(bF+ cH-dJ0fL3lL(lL(mM)mM*mN+}}~~~~n N&,046666vvvwww-wFxnSxOZx-^xaxaxaxaxaxmmmn nMnbnooowoP{o/~ooooooaaa>bcbwcccocQc1ccccccPQPQtRR̗SSSpSRT2TTTTTTW7^89::̳;;#vZ@'}\8}\9}]:}]:~^;~(^;p stttt~~~~<_s`?rrrVrvs߉ssttat@ttttttPbPbhbccߪddddbeBeeeeeeLLLMNNOOOcODOOOOOO""#%&(())d*F*#*****eH'gJ+hL/ jN3lImImJnKnL>oNMW"\^___)Shtp}N$SqфpO'>>>lѨqP*…ÅÅÅÅttttuuuvvrvRv-vvvvv___``aaabsbSb0bbbbb???@ABBCCuCUC3DDDDDvW6wY:y[=z]@"Ο}Z-˟~Z/Ơ~[0\2\3(15667R`]i5orsttDfy^7/h䖢â`9xxx亖Ė˖ЖaԖ<֖זؖؖؖχڇ⇤臃b>rrrrssttttdtAt tuuuWWWWXXYYYYeYCZZZZZ!"$$%&g&F&&'''iI$kL*mO/kA߱ߏkBڲڏlCղՐmDβΑm6FDLOQQNdzeǑsn|G[xՋoIeeee|մĴpɴK̴δϴддͨרިrMʘʘʘʘ՘sOtQ%lllllmmnnnvnTn*nnnnDDDDEEFGGGwGVH/HHHHyX4{[9}^=|S|T}U~W;PX\!cgij>>>>pƩѤс[)Ƥǂ\-Һ^1`5b9d=______``aaafaAabbb iD kHlJf1f3g5i7"2Ufjr:y}Vw؊푡k=xxxxxػm?ٶٓnBͷ͔pEqHsKuOwwwwwwwxxxxwyRyyyyMMMMMMNOOPPyPUP&PPPMMMMMMNOOPPyPUP&PPPMMMMMMNOOPPyPUP&PPPxHyIzK{M4BIMQk||OKKKKKKnǫ}Q~SV ߦXѧу[ ](`/a1a1a1a1\^_EaWahk?jفc ھe&g,i1k6m;׻ؖo?׻ؖo?׻ؖo?׻ؖo?׻ؖo?׻ؖo?  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~XYZ MtextNot suitable for real usedesc Little CMS Little CMSdesc2.x 2.xlcms2-2.17/testbed/test4.icc0000755000175000017500000016713414752176133014702 0ustar martimarti\lcms spacRGB Lab %acspMSFT-lcms4V*Lm,W!֌] desclA2B0ttA2B1uB2A0w8t4B2A1lrig0h wtpttcprtPchad,dmnd2dmdd8$mluc enUSPTest profile, not suitable for real usemAB  PsparaparaparaparaparaparawyBRn aJe zT]oVvPO8RHBɢ=D: 6N#2&?.(*,P%/а xX0z|g~s#8jeWa*YLQJaD]"&>& :(B7P*A3-0N0z,@3|(S6F$o~rQ8uxAyoX[~Df(]. QT"Mi%F(ה@+<|.81-4441m7<-:*`<9&gui!k~ 5pt!tk"$fya'LY)P,GI.錶C1ʐ>4:-6B5:!2b=/@5+C`(q)_R*(`'\aV(e0{v(i4p+ng~.s^,0z-Uc3>MZ5̈́F7@Q9m;<7D@n4Ce0wFT-IH)6QVk51W3X1Z탑0^*x2rcm57hd8Gn[ :TtR)v~DsA? D:JGp46YI2PLu.O+AN.AO?O=rP9R`:Wv/<]j?-c4`Ai^WCoO$F6u_H2IzBK!=;Nd8P׈v4jS&0MU3,sMFLF]2LFȞIGMEGEK0DPNstFVgH]\KYdST MjLPKpES+v?V{;^Xrw6Z82\ׇ.V[>\??ǮY?TV>Re=vP?]NCB}O"HpPRQcS*XYU_JQ7XSeJKZl"C]r9>R`OwE9bd{5dOP0oi)9Rh9/g8̮He 7B(an5]568[t6Z$:|{ZBn\L~`^*SWKaZO`baHNegBJhsm YgEPʕKI',E|<,J,QT!+*)b(իk'&9:&Ϙ&.v'v*{-w/]o 6c>SXݝODhP$S)Ȼ*>)(?Zi' i%ϭ?$.#ѭ "]" "#bh%$4*>x0/OnQ+6b̥5={Wk1 {S wrɑRjIΔa Z?xRl)'KTE @P"1B/6>512G4੏.7˫ *:^'uYw xᅤ{6|  s_"SNj$`&KRX(Pf+0J."hC10>A4 :c6693Y;Ƥ/>H,AA)I%mo&p'r[(ux*-yjo,H~Tf .2\/ׇTr2]8M65;yG7h@:<8=38F?4B61E/-G *m/f:1g1tiވ2@l3sp uY4et k6xbr8X~XY:43Q2yD!:dFw6zHf2Kq/N'+<^` =_>t`Ӑ=Mb.SR^RqT̃AR2XwSH^lScbUPiYWsooQY(tJ[zC]U >6_! 9`5"b$0`FaGdaGawH`HJ_~KB_EO;]USt]GYoi^_^`dVajROcpRHehucAgIz@eM;nksFpp@qu:szV5z{ sB$}ErHos{OgcsUZ5tZR"va/Kx8fEyl^>{q8ۆ+9!¤v98ps8涾\8u F7ݪ7#[677r9,~=g{'}cC4mF}Jh`~zPW~VWO܀]"IÂxcCyh<6T7O6*p5޴5 4U3'3FA3z l5߅9x@jj҇G!^NVKOSNYH\_AR5Ū5l4ט4 3S3E2z1ez1 1,4W'a8pu_{>h瑢En]}LUE{QMWRF֠s3c3)3=13312ӳ2q=1tv16 0›01Oi4Bj8s>|g/D\JT@P L1Ǩ2)1L1rϨq0\F0o0/b6..2/013|7aq2$=eģxC[pDIRد/ȵ<0vj0e65/Ĺ˰.ֵ-ױ9-nX,dk#+_+ZQ+m,D/N12zc6o<dBZ5dw:e"w2n Uf$]mUN I!#BC %><(W:R+Ѯ6.C31̱/r4+X7G'-Ɍ?{?*rrC '$il!`#{X%/Pe)NI+ܣC.E>0Ƨ;3~C76\4,9S0<9W_65a'0X8TZV-U\.WmR\Xȗ\-Z9[]4[`ze[dp\MiOf]m^^s1U`nxN"b'}'Gxc܁@eh<gO7ch2dM0g[NJhP~iQGhRkgTBfVσMf8Zwfe_lfdpcgi/[fB>󼨋?bJ@e@Њ@2@kCA# PCE}=K!pQ[dV[҇*[TPbaMNftF‹k?E;S7<5<5B<>˔<6< ;Ρ_<&<2?(yBz;GnuMaPSyYʑGXRd]KcDtr9˜:69)9!B9ű#9U9J89ߙ9f:X V Q![IL7v77Ӥ77÷7&7Z7#JC6x67X=8H+;Q?;t衧DtiJ^O&VSO"56365͹P5y5 w4磌45H4}4֘]53 6ڇ9%~%=KsBhG]qLTƳ"3h+G4Ă4_=43&q3!2άȲ2[2X2fns2U3Y5O]7p{;q@fıAE\HDy%X{ߛ sQZja< wY"RZ$vL"'AF)5?,</$a8u2}45Z=183I-; a*jpI I"5S~#ٓvw%Zn& d(h\'+S-MlL/ĦxF21@x4㪾<7ìF9^:6=ʮ2@/pC,%ׅU(r9*у,bz-{q/!h1Ob_3.W5KOs8_H:rmB[<ɤ=?Y:sB^7D3G30aIK-.k~ 0~3Ј6q7cw8m:Jd<[=S?ZLhB#ED,?G<Ik8K5ND1Ph."8ur;Wv=wn?xA{}"B~ysCӂwjDE,Ta8FXH`PJfJ>L|SCNy>vPQ:S?6Uo3 W/lD)mJ;FmHnJpKr2LuiyMxpJN|gJP_^QeV?SNTH:VAXՔ=Z͗9\Ӛ[5^1OdRe=TfěUgVjWxlcXovXswmrYwdZ{\\mS]L_;Fnm19nI4h4T3kUZlVݧnoWnY}m[,m]mkavzqme3pkn0iXgoFm^_-p~rOWaqvOs{lItB_uɃQntVcu҂[8k_aلVd=Z-bhRΆmKrE7wo>0C{ҎD`E(EtF):F!GaH qJOd L~9Qs\\\U˙a5Nj)fFP[=]>U>z>nG>:>\>ɥIX>۟ ?PA?Џ1CnYG0ySKn7GPaUZZSѣ^K;Rɳ;%< {<}_<z<R< q<GF@DwYIl)NX`iSXݪX0P9<ʦj9Ė9S9غ9Q9o99{9ݮt:1:< =^B\uFjmOL_wPVQ6G7vH8'7J79h7xO7P7HI7>d7d07Ŗ 8E9v<}n?s=YDzhI]Ě?c9+E w"o#?f$e?^5&RcV(XN+H-/B04> 1wf:u4)68!3;0>߸,#r0[&(*I)Θ}{'+r,Oi-_/X 1f9O3I6PHC]9>< S;? r7A4D<~15F-+%<.0/,2~3&v51m^6d*8\>[a:WRåEA ?CM.3l6W9(;m郦=pz>GSqw?ސhmAl_CWDOmG;XHI9BK> N:PHC7R3T۪//<}S,Wu\LkX`_byd[5hTBlLrDDy˳7E FhFݜ}GGH{Id֜XJuߜHL[O3}Ss SXhОJ\_C`XdQj/HoAjBBݤCPbCDߤDWD EhF{zI(L?{0]OpUAf1Y]]V bM4}>~?}IJ?ؾg?\@,>S@d!@AޫA9B_C E?sIjx M>naRscV[\P10"S>iGB>h9?~H@:BFvߴJlwOaaTXb:#Ź/:2;;ýu;k;;»;ũ,m;䣗I< <<*<@p~ Cu`H=jMU_6" $&mۄ'|({at)\l*>c#+Z,Rs.rL0-$F*3@r4<9D8<)5r?2 BX_.*$',ܚE.E 0N1MwY2:,n3te4ڨ\6WgT?8IL:F-JȮG:MTx7iO4Qޱ08[Hi;n>@ֆBu~-D6uEmFטd HO[_JS L)L3NJFPf?RW IY/C][T>o\Y:^ۦ!7`3I}kM}HP}S~hyUXY;weZY nt[Ge\ߍ]`^-U`1N?aژ9Gc4AceFn:M?oǙ;Jq6`krdl6|gZlNim˜ko#^lpދmr݃5nuzQoxqap|hrVz`sjGXtQ#uJeww_Dx>Gz_8mbpcsOdΪuevg wh1xjVyfmzplw?zsno{wfC}z^@~e~@V́OpH܉B,a:<yKZi|:[ظ#]3^q{_$`ИRb~"eSg}Äk(tCnkr6cu\?yyT}RMOF1?RJTV2WBX^%Yv[ b\_Pbzefqqih䑩mjaq!Y”[tRr=yK<}CMē Na]OyLMqӡNN<硚OP:PLR7U~YOuy<]^kRa$cRre[ͧ"hT\mL EͨFŌ{GEHШHI2IȦ(GJozwKrLeNJQ|U%rYik ]`ƮqaXްf9PiC CDF[D寋DwTEjkEFrrG& HZI?豞K7}MzQ1pVgZ^>_JT@q @Z}AT|tAŽB BV&B%>C_CD'GDޓ[FC_)HEPKJxKNnz3SdXZ=X}>+>Đ_?\h?|[n?G?ǰ1%@h\@>o@AAECA%E6n-GwKlPa*ew,|-.t/^yg/ٰ=q'0h0dr_10W2+O4 KI7C8ɽ[>=(:@V]7PC3EǾ0R1.L3:$5j7"w8<,|:9t93k;:ӭa; Y<ƱPS>J9ADC4?FE;H8TK\~4M1U75΢:o=h ?߇@ ASvBznuCdD\$FESH!LjJ]F"Lv?NSYbl:[7K]Ͱ3AEfIHL/OEQَS~l, :m6qX?}\}P_}b}ϙey~{PaØ~bƁd*qe4^f'NDg!Xhk/mapwfsnڌpvfz _,:}WɁPLI,BYȻ[S\%0]˯w^ܧ_|ac ɓe~h0}/kwtInl,ordluZ\ܚ9xU||N#FS̑T~lUH:WX*Y>5ZpB[䕩]jk`?cJzɟpfqwj i~mMa䣬pZrDtUV"ZXu^^5lacҴ{e[鶏iSXG*GɃFH鲉I!߳{I sJNMJqKLM˶_M=NM*PJR|cVsZiɻ6^{`CbWDPDEZF@,FG2GHPTHI9d IhdK2M6ɿOzZ RpEWg\[]@YASBkƐ BC(zïCS6ZCCЬ/|DYŗD0E9m Q?܁@FBx@ϰpAQgA´^BZVCe NDE HGGAJ!=L!:kO*6Qq$3@>ѦcA8 D}F* G}ŃHt{dI(]sGIjsJڭaU0;WT8Y4cD}m9HgK-җN&YnO[P~JQvhz:j6S7ϲ WD3[e^gauᏃbӎdq~ e9ufRmgdhܚA\juCTl MmaGo7ZAp̦@='r.8t\ `dYݥgjAl0m͇nzp brtqIjrx|asYuR$vKx2Ez`šbc:4fih}ktnlTr eu6]ZexU|MsQ$TBEUV᧚XY#wZ%[Q{z\Ƭ5^o`ÃoczSgqjziCmbHNqZjtQN%;mO&OêoQůRK#%SznT{~Uy|dV$X Y1\/F"_twʷ)bnfdg?i_&OmVnwK6̲L)LňXMrkN'N޹jOv"PhݺQZ*nRSXUXB~[u_ lQbcg?ZGӺH_I'JsRKKKL4MMXNO1&QĻT|Ws..[i__nDtE 6FFwXFF`GPɌGH:ʫH͡(IˊJx K׌#zMԃPzT+pXfC;;=+=Z>">6v>A{J>5s)> j>b=FZ=dP?ýJAsDTD9$?=G#G;Ic8 Lc48ACdEKF4FG!}\GduVGmHdHz\+HSJSLLV FRNG@@QP|o}QEfQɵ^bRdVSNUyQHWBZY>[2Y:r]6IK ^NKQɡkTߓVg."WxXL*z~X評r~Y«iZa [X\RP^dJ`Da]?VcI;e+7QDU|YT\%S^C_M`}aVub{mcddا\f Tg^Mi nGjAlr=nL?8Y8 E]9`ѓZ3d%NghȔijykךqlם'i>mΟ9`&odXp¤jQr>tKs¨1ETuF?w:aĺe=timOdorȏMs/~tG[~uw^uvmwex™t][z4QU{Nm}EH~ˢC rC.{/}K}u9m+eiSc]ډnV1~PN۝Gҍ j2͒tjĤSkSl'lmuwno̓Tq*]s7vzWxre{jA~ob郎[VބŞ:OLa֛6b*bcdf _g ЦJht2iߐlnGq wso3vgy`PT}+XPm"Ynպ%['\']\]+^Z{_ۥaUbSdInfLi}yl/to.lyr^gJfk[ƼL5ֶLMMrN]ônNԽxOZŃO!fP8QhRvȖSa-TɤW BYi~v\u`Gl"ΕdbĔH׃IȇJ.ˇ'JoVJ=̴J߻͎KL]Kð(LlM&oN O>LYPōRӅҞU_|ӧXsEՀ\hC]ID۹ءEr:E֐ElNEE[wE6pD h*EƇ`^D^WDsO#DHH)CNJ>mMpDz:Odz6HBKL}MMOMѷrmN-NXyN`qNiOaOmYO6QQRiRj:Xɶ\:G_]bG(d衮fXYgFƁhyh0r iaMijCPaVk8+Yal QlmKinEpH[?r0;;` cӚ\g$jX;lњ9nڛOop}qur]ms?e"tF]#u|'UvNx+tHyC%{]r=HgkēM5o¬\rbu/wGy;z(J{'Dy{aq|Üi}f}`~ơYj+nR0cL6+F@)pgtދx$|z)ׁkČvj~vwn/Zf^&ڛMVϋ-OAIώ CRz{v~ǃ@ zuVԊU]݋>Ru6x{26rWj󒑐Kb[qiTDpMٛF{|9#|me{Ϻ{kR{ԩԔ|BO}&g~ ftxW2pDhs``Y QϢ3Js1zs[#sws|sʮcgts)uF8vxۢ1wʍyl{E}}u|:m^e^3$AVnNܛiԵjzk ä8kqel,lݪmnǚp άqɭEsĂٮBv1zoxr{j޲~bc1[l9SCa0؜bЫcgcԿ&daze}fgy7hgxjZ7lkF ne,`q?wsovh$y`Z}gWخ[pز,\І}]9]{Z^#^ֳ_iV`Mac{!xe] gR i}lu@Yomrdfvm[뷂VºsW"WXsELYY$ZN[/\ű]HcU^`gǒbsȝedzhvr?˺kip_1QŸQRƩSS\SɃT[ʑToˈU`V`6WX.mZN\Cϱ^S3aux idoCheSɡLMԶͯN$NDЬNOO4ӳP=9ԄQ?ReRyTRE UתW^Y:ٍ]]uuK`kLK߾2LѿMY˞lMzL?LRLƨ|LgtL;&mLL*qeKˀ^FK VlJeNJ,HYMy=BNQ>=SdO9PܸR{S1oTT,U-UQ0~U5vMU.znUkg-UH_UƞXDVDPWoJ|XƉDXZ!r>\<Ɲ:UNW㳺Yx[P\p:]]$]jx2]spC]ῠh^M4a{^Y_aQ`pKaEb@ d;ZKd]R_a[Mc2dְe ezf"Zrf`k8gOcg\h5bT%iMSj'Gk#Al<`p@$cfQQ*h)lkl֎emnmZ}nuonofCp^qGWr Os@Its~D v!>fס龯j.)m`pM7rEt?vw#LawUyxqxiyLaz@VZe{6R|w L}ڲ G _@m>ˆq3uřSxȘ6{}؞}c~ :v }a~9uLm.eQ1]섍=VхOŇI0CvƯz풑;~wqWz뚈˒7)=ၪ˗yŋcr$jaŽ2ZmTqSM?FMN뇺u8 ސOH+Œ%su0~= vUדnf^VWњPIRϘő=/9zصgCi-ќI)ṫ*r‰;{m֋swk*cG\@JUMF|K{v{w´{0F{&{़|}&~-SVtbGfxepxha+AYQrs7sZ̨sq{ssѭCtxzuQEvtx ny{Y}}u/möÃHUTlAV*]S_a$brcRc(dL|zd`W|Ld@:tdMmkdZfd_eX2e[Pf?rJg'DhQŕ>b +dó"f޳é^hٳj\٘8k֏l6\l~lCwlo}lwh]m2amZnR2nKoEpU?fjA}l+ogzq| sAǒVt5+tܱu yu6rmuku湷cvL\vTw)Nx;HDzZAmvÌp짷DtBƯv٦y1Z{O|Xx}YJ}꫰}S~u~"n~f_hX/PށﶒJabDst#xʼ{~ß8P׃ q1Ѣ0ŀydNqꇱj&bt魐[7ܮTHMqG6}Ḿ6Єʘ3,Q8덺ۚFU%(}-y un f'Ts^hWP͖J-ԓ_DŁ](_LѢfՑfҘד≴yry0jWb=p[BT]M-?%ҊL퉦ԉIΉH~󖟢Sk⍁o~9~sYSvpogd_`XuʜP=Z^ ž?CWnPi‚ݣӃjBPϋJ*qʼn2{sɍkdx;SXy>{e}n}u`mZMf]]{l.ျ]l]إlpy$laȀ;lLêllޱImnVǧo}=Rp̒trt:vz,y r͐{jPbaeMģe]4e[ҰefVʣene'f/#fή?gЦhɟsj4k4m\,o 0\qwtodxif˼^2w^z^^ԛѸ^5^<ԇ^s}_yc_+ab5z؏c{./dfڀhvj}qEmt>qFkEWQ WܻWXXʐYO!zZq[RK[|@WZZYEY}Yҍv;Y$nYhjY>ԱaXkZXԼT"XAMXZdGK[@`aÀbĮKb,)c'mcMȜcVZcI1 c̨wbp bNib\c3zƗ蝕Õ,jdc}UkvnΠt%fD_@XlP畇ܙǑX[$#`5UƧE%PCz&nSrƪ?k1cd[᭏RT@`գŊ:ɩp 3׮3Ka\ݰ^xNm5ۍeJ)~(3v.oa:g˶'`!WdBgb?ҵqUgEϸk֣WR3„R,߇n{)sQl/dg#\J}#||IIl{ʾ{+R~{" {({Ã|.}\5~2żՃ"x݅tqU9i@>`jttܻ?tvnŇt5;Ǒs)sݼRs4KtXiu̽u6w0#xL}yᅉ`{}}е}uOmӥe'MmCmކJm^l"!ltѹl̿ҚmTtmNCnL nհo!>q;rΊרtYvzzyar"|bieӒe߹՚eטee%eÖf#hf>܄gF *hFi?cdjkXߟm=To"SrYww[uRn]VG]R]Fm]}Խ]u0^oNjQ_4_ҹ`{abc{eDHfE1hBj}znt(bc_B/b} biVbj#@b7asaՅYazatּsa.\l`f_`P_uاY_R`)עLa`FDgHki)_j6ҭ|j:cjˣ*kɔlk jcjС{jѩtiҠn icӏgigahz[hBShMFiEG!lz3nI_pÃypo.qlrcrOrǗrUr^}orevQqmoEqiqAlcp\gpХUpaMqHqAs}̺ uRw55xiyDVzzFчrzo$;zLx?zWq?yjyydy7˩^y.AVy4Oy-IZvιy{丗X}¸N u 2D&zb 7sulÁ]fR`XQwňJD}"q‚ͷbΦ3$8Z#9ty}Unv?8o=hqݿaӊiZpShELj.[Cn$6Q,v9[А]}ۀcyCϴr:۶k=5d`]|4VZwOL&XAڥE"> Ǧ]L̩GW|SuhnKg(N`/@jYnnR$ci:Nr\ܟG?%k$y3 g'6ylWrTF j𥽪c\iɭUFr>ǣۗVK˪K>җɝ(cљt#&}h3v,P o:g^B_ZjX0z ё԰*AÞP5ȲF>)qcjXM͉zBҷzOHrktc%[e⊴?F@w V,7ۿ1[q5/(qh,~!wo)hg;`橽!LiªBPĻ]lxǧT9w%%^؛ɞ2ʋK{BtJj)ldb}iƏ}|gY|$Q{ǩ{Ud*{Gk{Jzѕ{㧮 |wb}ү~kD.[$xm~qˈ}h*uu?ttզtw t@00t8jtRٸtYulvP`wxPxܹyꅫ{}h~ u&mDkmmmܳm\ջfm3i߀mmG3mimnw:/o8p]@Nq s%tmwz2yrfce;eeH?eњf ʚfkÉQfμgF|ghԧQiƟ jXl3npo#~rw jskкk|vj Sj_jtl^jdi:imٓhQxh]qg]kBf&efF^eXUfۡQf9K)oUq#˾rL̘nrҩs(@yNYn󘏳mU}'*v?o]PhZb[),S_$n#8½H޺g-٩)?n󘡡яޯD 䲢y:rf#kdġܸ^Vٳ]ȥT%@mߩC=MǜQ̌*2:ͪ|umn\g`Yܠ`݂cӂiI°< vg(q v{ZqޠA=գ0ޥyϦr(kg"d`\yz& x=җ:.#+.ݽ9?׽,+#<}vio>&Wg_F.둝ܖ(˃ݐp01?=%ϐl-*ڡ_xƔƔJz@sSk5dHɊ劕7-˪LJA5+u(W{pojOϋ]Fōoߐwцp DhDhw}9ӛ8a t˃x!92n![݆)PP{@t-l=~&c}{}bߖz|\|Pܻ|Ƹ{޼{u{֯|djV|}ؘ'1~ ကF|x呆p۶vvKuuuZ u(Wt³t1uާonimncmD߇]lCWہXRt.Q}iŲ\v%\3/B w^)ז-f2Ӎ~}ԙxiՓq#~k~Re}`}^װYs|FR>sȶ.O$ŸIQ>|CYʀ_˹hۉfvys]"m(gB a^Zԅ/ӐS[nҋ'=$T0.šJ8%ː V4@Z?V|;u-̢nhЍcb\TϻU+뽒pνyD\˶~5c^i€3ä~,xSƥqikLdӖ!y^}=Wc&Ù`"u1!@nJ&q<!-W;;¿zC4s m%CfמĄ`PY֊ |-Ѳ( ĩ?\w;>>0G}ڬѡ%ۮc\谩ᲒyqslT·,ee^ĦߨS֯yƊץvrJuȦO󦧜ʺwl¨axڄ-U}:!vPomҰKhAa%{q۪zG ݞÖhGܞ̩[!̠%âZÈmXՁG2kz( s&EkҪ)dXĈNǘYzژ3ϨuGٿD՗߶DuEf ="ѕq׍gœ1̃~!TJvóh̟λu۵^ӖA!hh*Ֆ̑bR,}Q{:ߕ‚5p{ֈ4s=3l>/dFRwم@c:ݚQxtPݦގQ)参߻}wlnoEɅ3f)Ғl%h샱u噃ti؅N=ؓȆ͋fm{ s,M?~~qހ} ,}L}VZ}%i*}$}--W}|}!~h9}]pԃw^wuwN}wKlvdvvGvgv=¹vDwnvd&vȬwr!2x,{xiykz^!{|Q{זł|J}Z\}ٲ3}?w|sIU{޲hzy<-x(w{ wtzvL2n2uhdubtE\vs LyXҹ3JDqId,|+us‹neKâgNaҴO۵ {سֳؾi`ϴGɴ4Aܺ+zor~ݺ}w: qUjOоcgپcԭ°SÜÉL;Uǡf.l \.泘zasdm)fǒAޮʂTWTo̫}ȧ&̹/a& ˗ݕf͍Wʊ V~%ɡw#(Xp.Shiyѝ_YңA}}0ӳ;Ÿá]6nӠ٢!ԓQNwڂ18Vzs,l\ % %dG4lܮ!G4"dK݋`如5Z_MMGܖ~ܞ4w}ܾ pn`-YUJo䡒[c叓嶓Vԓ+݊D''ߘ{篚s=m]'ctg~i鉌_VꄌJPT f샌:MczF؏^mrZ-v{P2짇!ƆɆO$Ѯ)(+ƲT!nl{#JQz򞀭􎀽y'ݙR$3p$!~~}tgР7GcurvcurvcurvmAB  PHyS6{j,paraffc G 33paraffc G 33paraffc G 33mBA  Psparaparaparaparaparapara?ĪtZ k"z%e۔$8LN&&(sqtz(茪f(]d(by J! '! $"n"3 aʡFy Z!Q#k%$)Ɖ)du)r'ϋd6(ӊb(1\!e("&""L"߇# zų1쥻 ed!%#Nxt'LjEx )ck)c0)U^#}I #xf'#~$D$!}$d%!u8"ŵ`:aʔFL}#~uy'Y|m)+yrc )bs{Qo(vyM1%5m*f&t\&%w@"&A|' &o 3tN/[f:{88sud"sn 'ncx)KhR)%mN&f6%\f%'Nj"(rF!u(v0M){WɋE 8z] u|tMoEgq dc'aY~(^K(X8(NX((e] #'b)OhhErXNiA[}ˡU}¢ n"iv`z{Yj/T[3%QO(M>+I,*N',USa9ZbIgZY>r4d)|p,lV8jjd ]: W.Qyt?4H.` CS${@yDn)=,5,>+Q4HE3#T>MKXx VactnCqayH~ ][FΓYiM:H @os>9+]0Jl#.:(((7d51)B>#N*IIUXT(bs]nixzuS7+g0!3Ip>=udM60sA ,+^L('L1#%=8W$.qD,Y)Oj5$Z?6!ndK4-mVc+ycbfOr~!x+~0 +C/)5u'#%w.-#a6O\>4F?E1RQ&^([*%d4!o@$vJjWweזp`]+/+p/$<"04~LB rlLT5] RN!W<^E-eU#$o%!w/u1CHTKa+/+/' ƢBP؋[x 7{`[if"ZkhHn9s({ ~"! J*S?gDLRU*`+/+/MQ]Ʈ_uRnBRrgԆu qxy*g|4V^b>Fn7%ݑt "!ԡ"q@OJt,w.x,.iwTYgLqՙ pvcؕb|TeuDЛ5@%*z!8[$!÷'j#-6@ #0, oXykT[/J;-%м'!%"#%5$'*%._֟TͯZ鲯z#@PصM dS=S]+A/"Čh&/#&c%c&b&&SO ("A,>%F7$${&כ͋&(.YuO(ݍEg^(e (gb KA (!$7xWsŞ= Ҝ#Л!%tl$ۊ'-)0#sN'Ōed(ċFc&'[ G!%" "j"i#pߟT i U!×x$K.#y'x(o(ecl(_"vH"{'#~$@#? $dyJ%30+6`ʭ9@ۘîzh?%~xw'U}on)%{d)wV(wL$op-3&u'%z"$&f}H&~('?' y"+t_o'pUd|(lV)mN&g6z$g%v'l")s (y;)|X5= =_  lV|nyr΅UmkuS .gCgm&cZ'a:M(\6;'Y((5^"T(d92DlJGu5ZM:mϓ6 Φ w:xp eaQ]BnUeW^%TNP'uP@)L/B*yP-%2 UY?M^yKi[ u0gSso6nXLkѲ ^kWz=vJe!^GJPoT^7Lq?\|')#h#G$&%aƮ'%!@=!ӑ৥̪zzm}/+p@WTBS'6 '#'ǘ&' ''7䮝ܢm! %!Ɨ$ &&v!(Xw*g`(e"ύ/_#.c\U ("yN?JJYjc ڠ#䘴%Pm$'(t*(Jf(c'Zy 2F!I&0" " tx7k.١}gOӫQ !Y$ؖ'x'z(Nq((Ie (߉R`!H",~(#Rt$#`$f[%HnmgPb(i즖"#6u"G{'ls)~7g)zYg(*ymLq$/r-$u%%h} !f&&Ä'.r!cG3 ,}g]!wt' u i(q])nO&Xjk8%1i%(oV"{(s)b{n.-聚Z<PÐ M" levPpOzXjj&e] 'cbO'^=(0\*'_R,'f|a6oMz+]ˀn4 zѣ7 [mt{jmarIU[b%*XNS(%SD)P2<+O5W| AaM k^xSiiVyTisBs$5o] jeΛsM\ KT)ng&OPv_,MP2aJ A5H029oIiDStPV]]ij@uKdv+eի0eΗ`T8N0 $Im0Ey^7B N>??C;AO0"GCx RhN]YheDOuqr|?Ќv+0%aQ]`L#BA#A,2(>n7<:^3D8OK7@&Pn8i0T:"k^F&ghQs ]Ii3v]`~1.q+u0 @5P413ȂA2pL16aRY/SWV.bC8\R-2w`/#i9VsE~RzbKQm Nt+0%+/!%m"3<&De(P)x/YV(8g_-&X'c#Gg^!b5j C#sM){|5xES_, Vlu+/-+/'9)4|I`ZՑb ~ikml]-p?Lu-lpQc8BFS&)?FPV-S"`?`Mlmy${n1h yjcf@-]K!W./wSDwV9=Ng%A?K5X1GHHL\K19OPhM;*TQZQ_P\:lhxBt@M+0/%xW7RnNN.IKV=LG{wG>DsgZO BXTAIYqB"9]JD,"aIkTwa/oyPg+0++0.%?2*? >>1M<`y W,:j/\9o\a(7OLIe75;h8,l<.cu7HW'meYp3]7w\+02+02/N/Nɮ?:/rS 2.^2~d1oh/`l-OpQ+t>+sj*D-v,k~8:G.U+b:իoL+08,/ЖEzuوX"e' n)DMr'wv%\gy#4T{B}/ނ b#@&qK64HT2T>],/Ж,.ФlWsX? ! ЂL^o \Kύ<=JB,' ="#,0"MF6SI,/М{!:&*d?[iE|(6o~ni!XG6$4 a%_#Oz(r${Ɵ*%)#~;y"ו!ԣuϥų4 XޒfyB c/NQ#@-&g!q&\%&ǿ'&A)\&Д5$ٸ#z"QeϽČٵŤaP'q4^0N(2l["(%(gɗ*)?)(= ӧy}禚)!S;n$á`#΢qI&8&M(z)Xu*9jV$b@$w^s'W!Az #Ϩwe!S;u"f$o#ʞc&y+(N~w(oZ(od"\ +Dlu%1bQ u,PӦI&|h m$h_M$!b'ꂤ)]sl(g(-` 셬I 4)!ֈM#g# l R"Z%PHE蹮HyUՠ"˔# %it(كm#*`<'}ZN y8/#w|g%%xJp&U'ˇ<E<8Ҹ qyˆɋ!}ya&y}nA(vb}(psMRO%|p8=$nz*))Is -z 1TQ`~DOԔh؋m>⃋zԅ'Dvw,Fqj/m[/jJ/%g6(0g.";8lPFcu5Ú)k5Loam҈ 3t S [w\%=q-lt3qg^d7cvVF8`D;`w1?]a gHmgWt*dqm~ {|_%*ɺ s9#dl-if6a4r={]1bBvZiRG+YBKG[2 O.^"jVce7p`q|^}%Amۍps*os^iE*a'I8[kGBW pJTaTQRR-USBYV3^[&%a_omlG|myTGmH}qa[k],`+%Y9TGPveQ~Mq XKb^*KGRbKmC#fN4jIRO'@mXn z%d(O;r䓊|ky)+0(6*1 JT4K"lKH,aXF`DsyeSCYeiAkTn@@Dr%CT5uEF( xLZ:דfhgt#){+0<+0#I9R7L8#_;iR;m:wq8iNu6X y74F|345L6'u:H-+KJ[9 Xe*r+0rͫ,/#ЮSB%Zf)t0|y2|1+.?n̂+\)MJӇ&9.%'ˋ(?q;2MFvxU4c,/Т,/мvW"߁_$(A%^#w bUPd >z/M!ҫ&"6~tD ÏUj ,/ Щ0$Oݍ]#6i bŢ٤V%#=YmN[|Jj9㯖%,M "*'$ƻ)%WC!%-%0ڱ$O!B\ΟuLھ`'6_!kF<&X1CeZ)21#'0&'tȷ('d0-)%˞%/ر#zdu əɾ!I7$rf`"Pnɒ4M)$)P')f)'(t*H(sƪ 2_t Oīg!.ǨW$ #&ģAN&ԏ(0q)#},(o% cn$_!s#G & #q!%n,oӧ "n$)#Q&yK(z(ϕq$ey#Û^y0=ڒ$#ic ըg͸&yT 0$ $ 'SO)Wu(mi#^e 鈸J /B!: L!z$Ֆ"f`"a?&u'ͅx)m(*b'Y~P< }^:"V&u$Ӆ*B&ɇ3&` Fw|ձRҘPQgP%#+;v.~_i.{ Y-x>F*_v1,Zt"R2|~D~@V_k<#z`tӭ(mc ^#h,F~72yq5u+c]6*qR6'o>09*p,E@oh.JzBZsmڑuqHn7  3ڸ!:5,y{4t|9ko0l>;kj^@hM-Ch:%IXk$*uN4m[wgKwFLG{o ڣ D~ (%u砽4o=i{Eek'K c&[vPbK"TGd6;Xtgy,]jgqti@t0s䁾Q}%rEFvި xܢ!r#d4 jCBcL)_lzS]jZ+["[N^\Kb|_TkdgTB[kTKomW=fs>[/v>`@"t~?iNuC~+03B+62-V.-B^T0VQ"bOHjN }nLns>B 0E !ДR_ 2Xl_t|,/1Ч,/7c/9u3i8cQ:}:R-r8v5wdo3S\1CB1000138!.<>|zPxiY3fq,/#Юo(L~'&S+~-- ]+~~F*jE(X3!%5F=!3ȤtI O )-Z:L%VZ,/еM&߾&ڤ%ѯ+˭X.@kq¬$_kS^Mp~S:%`#$(%*&4,I"&ř9'`L&bلR#[՘ŽH#GК1Hmr!Z{G,u')((T*( 9+'ޝ<'1ݣ&%؜!VB Rʔ#*˵Qct&bʦ.R 6`X&*9(a)$))<*(R? Fk !u" ŧ#qC'ʔh'1a(x9')Ф~~)ht%d$p_w&,G$$$&)$$j^C|K P9 | !ʪvz$U#d•4&ᢆ'u%)vz(imr$x`z>]+!7"P%aQ6٫ ~5z#u<$o.$v")zV+n(` v6L=0R 씋#%'hO I6ިjg&!ݜ%O))Ґ4-Yw-hb,ևW&B#!1($/%4BgUmr=ض^Aאܠx\=)B H1ʆ6kly9:|j;yZ = wFAx&3Fy"Nc~{A^(o2fw۝PW$1{Ó%2NN9|@wuEt]f I^rULqaCRs3Wv$L^{9lzj{|]O';CY*v07~LM`̑_ 2+0=M.T6:@_O]@aZ);lXVtVW )xVYx;}[TfSUV?F.Y7z]h*d7p_y5O+0&u,.{W KgMӵvN2}O49NTWM*zJha8IIWwJGbL8 P+Uc?oEwO,.i_-0.tҊqc:=BM|DÏ&DȓYB~?Wl=[5<8J;:9=)iBSU^༚m5,/-кv,`꾈,ܟ0P4#f748 5sP3xqƦ1_/N*;pa'7'w--$7@2ŜR6ƶa`8)])C+K))o2$q&À&%TM$%z4[#fS@u>|(n&q&ȵ*S&J?{#ɾR"荈(Ez+((0'ۮ,!mЃʖ8rʞ4P=-pSX] ɈKt/6':*))++c(,S(e1(r(8'>ڸö#pH]!nѻ v w&! dk!JSΦZ8q̈'1+i")?*d*)˴+z)W۹& ,b!"HE"cK#,!';^'v(y)~)Gu-%.eEU (#\(2&ƿ'(&.' &- Ϭ:! "{+#%/#O'"K|ů(sb ߫Sp"fL##)фi-Uqv+\f–xO(6g,+"*w&h)ұf+?\R?w@.%J o(-v13~2pp1`@+rH %;-%׌'LQAΝw@bЪ2E | WQhi (ؤS.ߕ\3’7+$x8i7V6@9*<jJ5z]%];kS"ɣjhj-!8/r6<8@υIs}BbODRKNVHB:N^+>UUcpn4j|eŗt86W1+T8vB lHـ~N}nRB{U^GUzoKZb|v:_,fς<"o=B|ӗōin9`B' t=7ܶ^DOXz?Vw}\umat\fuLjj/x{jw0W~{{!L-S`#\ (&k*)kpcj3rt?ItxY!nej"oMhu]gz0z(fn4~+fp]ˁh?N3k?_)p 1t$ m}I? !+0GY3!ZdqGheq9]elc7vaR~`tr_A^*oO]d^^NbH?;f2tPk<%(t)}+00р-.ҒcbSuW"X&XX1X VHmTCqS`9SPjV@Z3w_f&4Cgԯrq|,.sj-J.Ң}@s"I [sLȽ,NHO# L%IXtXGcOFRFA~JY1^M""TKcÄp,/7~./ي4Oꃫ;r$>xBCO>K;yov8gix6Vx_3C1<.ܽ3G ǺW!cf7 :+爏+͡b,.t/>0?Υ_04J.,D,)6P)n.:&Zů EIZ0Z*(,('ʯE$oWK#Ē)ᝢA*í*ަ4*&I̩&Y!U~*ї!St#!az΂ :N;2(+CB+*,@)V˱- ()ދ)l)Bݚƨ&|ٶ#!։#^#tM!Siӹ"$#,yr#cf,#kUY, :Ͷ(P,@ *+ ̝+E*JS,)XK!OX!L"޳x"ڮ-#.'p'ڪW*TP*ѧ8)u&KCg驩G !ǁ+~$)u'C(;(v'j8",$c!3#"Fkj$:\'+1*@ *֨):r%ꦚdCû(?% &(tƮ&*3%ۜZؽaܯ!s#!%D)癰*+4(o Wd7*"V& g) Iw+]^=SK^Sv!{+ի -1F4u4Ay64^g07O)2x+9u-X:EަRf fT5Տƙ)֩ձ 4h8v͏;=~r?=p^<ҐGG?ΐ0DCё:N'e_p* ?ޅۑ&fĄ5J0VxMZg^*UcFCiD4QnnQ&CtYmv"Q #st&^1K٦@ȏTM؈߬lWԄ,f_*`e~wj~eo ~UseENvڄ6,{w'֋c$}Z (|.BŊلQ׃W^P}f+gz?oxň v~w~wyw4f}xUs{Fp86j)ŊOE )p-x.spZpa !+0Jц: `S$k2lm+wktkʼnjph摘gGyfggWWjwGѝm8ٟr,"y? Ɓ跚 +09ь-1.ҩnZbaʔGbo b4{`ǟ7]{r\h]JX_Hb88e+kGu? - .|w-c.Ҹ Jw'1R uWYE,8Ys8SVTS}wrQ\k˱PZôPIx,S77˸U_(Ĺ]-Xj` v0,/@ҁv5휙 6.pBu|J᮸LmȧpM`YHiEɽB5oV?^$‹-C.҆PŸ_(,,5fM[x} g4pqyIP/o8u^ O@C͋1M#GQl#! -DrN2tI}aI6FnFzO|"{,l3z@ yxoy^8{OZ>@у2ޟ=$# *"Y3 _CFg\owvX uދt;sק~s>WqRҟpLp⢭p_rOu@ݩIzP3(k&W%{ m,.|`-Wv`琉qk}l lGljSgf]r^XfgawhQjg@Ln2s$oz MÏm-.҃xJ]N-dZ oR/8zi5-0.tҋT6}?-ZK~TWZWySi]OhLx4IfL˾FR>ΌDX:/ 4B7fGӈGƳ9Cଐմ@ *-+,U,+X͏-D*O^F" ٶh#s$5'?d(R*j+,ω.4-iv(U\#6N,&4˱*(*K))(%WCwA ΂D[b5#s%5'R*nT +?}..u%+˹m &IwU$+'ʟ))_'+'7&u&c۹@=8 krҔ4"c{^'ʘ)u'a!M¹bm>&$(*}ȳ&w@m Md ߺlTWߚ\ܾ/p ַ&/(5FyF8o '8mx4Q](1bE:S2ܸHV4ōtvǚBd 'ca\.*i6Ƚ@|G>xL"M>pMcTVN:YT^'_zkֲc$ Rz#د c$%-.ᅭ@<7J)ݮR>Y^]f(~Q`cjMd!Ti*@3pw0va}k&W&眩(T*٨38zB{ֻO~7Z9rb{hm'z`qߘfuԙnTzݛbC64J$} ( K,'1%C.T'ӏ`1UGiqf xv}ґxl̒fDž?UɈqF;6EC 'Bq1^+00*@ rVʕGeҔpeQz ̋? @=x2'g<4VG8$j)C 9٪!0=t _8z#TǀiGx|Å+ޅA@K՘^oÜ ygg/cW{~HN\8Dz*L!'.a 6|cSSmSis{oع~F^}ҳ%}ɦ{*,zz!Jyhd{HX}HL؀84D)JǾk- .҇k^~Oe)q둢vLߝv+Avku.21ϼ.g,Ε.+G5X'-Zͳ. .A`ײ/S1\1~XU0&]ٱ.`-vZh,S~+j*Y(x@6+.Ͼ,,-c+,-+|O+5 #$ 'Ym(xq,ͅ.ˑU.G.˦vC* !]%.&͋+()*L(Sm˛ݩ I%?"AΓ'ݫ[,hλ.} .EX,m<)~Q&%,()*}9(4+˹'Fè1 9hHݏD"'Ua-Sіe.̶.QI+LJe'&`B[!H+'jB Ń!;v!i Bf&;ܛє3(8:<=Η>,;'a7$>::J!M!_T^x6" ey"_$$_^~(a.֭=F?Pbƣ@T VzSWP`Y̻Be]+hj{&?&|&۱(j<+55^8FL,5R2\|\XHcWg,(jҭtnS^sHy*5~N$#Ժ  f]a)qtY+X/Ī8FI\M?XcXøl orx]6|5p>^FKN9d9)F.띂+ߔP.ᙳ4kK^ShȮs ̸{ɞåA[Iڜ7pBZ^vrNDm=q|-ٙ {.e.3~eI~]oZyڈzꙒ/:;Ô'\g=p]_?>yOd?0 !yׯ0 2u%H~[ep䮂ߌ^T2t̍ۖY'ƒ@Cq ]`+,O֭ĒL?7f0"!CFAj)Z:r \pwr5Ø2[㵡vb騬!H7Մqq׷ a+WOڹt>ъ`/c㌋Y/-.ҒraZk찗tt:K֑+Cb+|[Tz\8QyTsPHyaCzO+|<}~+v<-1.қVᘗ_4BfiyNpģx߿ƤwdȪu3qםoR̯m`uQilra΢lMn9q&jy"̃ <^H?E-OMo[G`b5nm CiDeرbK؉_wS]}bEL]K܌]o6 b*Y m&v$2b56vM;z4JRSZWz[۷Y^ TbhQ.KψFGt4RA6[F:A4إA1O+Ѫ](ϸj& e0梧4V58eP7B{D6ܮ:ͰV6tw4Q2k0WRٓ/)@;r/10/-]ѰK*WbZ(x/X/6!2,v2Dׇ3و3أ2}Q1 L)/-.J-ls-Z;*B9_,/Т--ϊ.,d.z+#ҘTW $-GI #ŗ@+. -/˷.T.$ζC8ӣsۃd|cSjV(WbD څ1u̲ vV].b뵭=k鰼w=>(7VӬ}z^+xO~ vjgvpUՎw&@nyL,Л~%Ƈ=",Ddş JT&SaFh#֨pFrGpl]i*f}ڶdfޱ`BOKc9}i,Ѻr( |E%[4b9ҼE"N_oZ^׫]^ݺ[ޙVcKSRޤOwJ_jEhFp4H4+iY<-Fәc)om&2Q469+>~D;}HުJޢD!5t!!3!230%&ǚ,1:.~/1Lt.^+.9l.ϲR+KД/+?,K+)C,ν($!ȏ]#mG$a,!@" ^&*ߝD-Ol0u~0U.ŀ[.e.ӑBD.{/.I*N"Wy "#&!˻)Td' cu-c1b/;\MDE-JI܈FH}jESEK&{.Yi<#um"d}/ѿ&K&(,ŏ+8I3pY@p TMZܹZwdĹhڥkWΎnԴuJq9/ZhtA7y!%B>Z*Cy+յa-̼OZ2KU]ؠg?0o\y+v?˨{liˊ҃Sts膵[|LACˉ+Ȓ̾7-_k024ˮ Lw]Vn5wxōKžUʿь*r W]yI"4̟Â!6Lj/R3#{|E5[A.l~,s%y.bϝ8 "mqn}^Lĸ:)3G3JDߑ\VkP~{")q܄j뢋IHXH0ueөNq_EKOڰP>ݳ2-#~G6nnM5Z>o4Cp֛2v2h֋E.&[t+Ӏc)3⍴+4Ѫ6 ֹ6ݯ7!ۚ 9:گ56;4O3._2٤1'm0PZ/Eԩ/1If/Y./-vmX*"9~/H C$f&ݩ(Gڍ -X.u/lȓ4.`."t,^^+ Б0+;V.+i"++)# $ӻ 0!C $Iy'ߨj( g-pb/ i/cS .c.Zpl/67SS_ڮUrBSHӛ(41H^e{Ү:h$Uy”Br0aȓ9 S*Q^=s!b᤭{֊ѵ\յҴϢӴp,s{i4WVGM6S濁$7R_;Cq 1嫄vܗ1Y\pڮ %Ȟ`2,Yۏ7{Ři|PWl(EB3?S"U_%tqYzg‡c~ʖju'1k̶T0Γ>f|Ͼ^iW̡D/`uJi(qv꿥陸V' 3 dٓù#٥3ILo|QafuQTӵQ;Ɣ. R&;`}c\j(tJѴ3j׼ۑµ KiI"sԁ^֮HL4,&'LAYZKbVhvzriw>ضzصU{18wNtMۤro^ko+VSn?Yu01>|,rV( E9KP4w\a;d2i}Led0ޞ`!ޕ^L~[{yXe&XvP_Z9ڝc0Cn+`wm)U45*7H ALq٨Q%WH]8YFR~PKF75L6$ 7t؞:۷Gw!G\o۔6<5t44/iڟ2n1[ڔ0FN092"E0;/Ѯ0D-ԛ\%+6" v7q "X&߰(5I$)m^-ӷ.ΒR/’.c. q-Λ_,1,B.,dШ,,v*$_$Z"u8#?&Mܮ)N).co/tИ/O..͞lP0!St-12. ю.~.)F, L$b%&gC'j2&% T'\G*K.{ͽ0W1t/#w.~1Wef1B<0#1D+T}){$}%î(A˫)Z+}#,JD293إGevQ|W޹yW5U>ހp>S2NW2gw,Hܐ'Fl$(%v*iw,ə/Ϙ;ډOR\o3hЄr uQExux}|1b:F&=2Eځ%E#0-T/df1xRʺRXsd~u@iwŒ: nEۇqoY4Wz'f>'ڧ֊02SN"\~.dwVёו2~Ӡk)'aq[<[JDDZWձ/ >%4.@WkZk5f_DuR뾛ؗIĮĥLl7!\*NCrùZ^̒JQ8*&AZ bwªgi yѶ4\ Gtԙq Y`fscYR`IOǵ=?+ZDd눗iwt~D奚␪܏հUNĴ=Ƀ3öpT@zȶsft`QNRκ;*lxu}ʉ( 湘^Zt梺7Ȫ ۫Zס(֚Ȇ C*r.a]2HJ4GV+}'lu+ufzsuK馼3̛zџCڧԷ޵Rݟ٩bc~*'i'ԛSSӀ>Ӫ1Ph+zbjj#nD-z%l?ӏ؏$V́; inj^y.u{_J͆5Ӟ/;ݑ,+RȦtaOcjmNӀx^ݔ=J)8A5]ځY1'la-@n*&5{X :OSi84י;tHw ,K=Ko.B!6Lܪ5ہ3o^ڸ3b\.2UGm1b2#1 0;KOu.Ղ]-+$S!`"eMt%m'7$)so*d \.m/΢/( .ej.&q-t_K-с1j-I/h-5--R+%DS-&$W%2A(+,+߆/"Ͷ/٤T/>(.E;-͢k0+S.H1./>.Ѻ-Q$&˨'`(X())`(,+e/1R&2ӖR1s.~"1ibd2ՒA1&2}I(ل,WYڣ(;%'ō)f+o+Ps.4Sr=S;5N[@ӽ]>9&_x߂Zp r\WS[8 r?.iދ*s&*j^+qp-yˊ4uЮKݓX5[c oٲqwoy߁޹Ȃg!e&M8*ͣ"%.07-c3".Y\\ӄ+lTQszXۂ:CnngIϚݟ\orG۳Z@!Aũ/w%!1"V5SX^qY'k#ߴ}x xBKͶ3%DTԓ c}Ǵhbص'նJg50+3NW\km y]W;Ԍ&Ӯݹ_Φ4Tk\{`}?՜h$S@y?Ď/L={u]\k}`7}P1dT-Sػ˻Mɮɮ=lʜaˢPY}|δjWxX ϱ5EФz3[$j_.؜m;4%G.d^rի1 DׂB}6N h ԁS׿?j0mzuAs";椝浱1乼yndomvsDڵ赓.!݉etx_J߫6 ]0qYiw넘~LQ/m%ՠ6d9Ч 1@?QZkQ˚kPVZh]BWӑ3PZ/.ace{m?\q^5~˕Aߟׂ,ܰB;J\xG׉&buՌL>(8JG0ӷ-͞_*sc!0ejrgӮ{~y`҄A݊}zڣx`p*FxZ׾zGֱ}6480Ӟ,IfLM\BasMcjg߉mۮqc׽ܲpŶiWg!iVf2GڲfkiCcT6ݾgZ>|n3Xvw/ v+ʲ9KutPrUޓ]ݡ/^xٽar^W,0SPyJdTeIP5RJ7ܙ` 2bgQ.cr+6>XRr;I-ݣL.۷QZګVEߎJ<{D6M53oz4]5KZ2320[r.)a,dparaparaparamBA  @paraparaparas`para  {para*,{paraGI {fU"YNX|3-$ ˙oݦparaj !49gRȪ=parajuELV>8parajELRY`gnu| &/8AKT]gqz !-8COZfr~ -;HUcq~ +:IXgw'7HYj{+=Oat 2FZn  % : O d y  ' = T j " 9 Q i  * C \ u & @ Z t .Id %A^z &Ca~1Om&Ed#Cc'Ij4Vx&IlAe@e Ek*Qw;c*R{Gp@j>i  A l !!H!u!!!"'"U"""# #8#f###$$M$|$$% %8%h%%%&'&W&&&''I'z''( (?(q(())8)k))**5*h**++6+i++,,9,n,,- -A-v--..L.../$/Z///050l0011J1112*2c223 3F3334+4e4455M555676r667$7`7788P8899B999:6:t::;-;k;;<' >`>>?!?a??@#@d@@A)AjAAB0BrBBC:C}CDDGDDEEUEEF"FgFFG5G{GHHKHHIIcIIJ7J}JK KSKKL*LrLMMJMMN%NnNOOIOOP'PqPQQPQQR1R|RSS_SSTBTTU(UuUVV\VVWDWWX/X}XYYiYZZVZZ[E[[\5\\]']x]^^l^__a_``W``aOaabIbbcCccd@dde=eef=ffg=ggh?hhiCiijHjjkOkklWlmm`mnnknooxop+ppq:qqrKrss]sttptu(uuv>vvwVwxxnxy*yyzFz{{c{|!||}A}~~b~#G k͂0WGrׇ;iΉ3dʋ0cʍ1fΏ6n֑?zM _ɖ4 uL$h՛BdҞ@iءG&vVǥ8nRĩ7u\ЭD-u`ֲK³8%yhYѹJº;.! zpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\dlvۀ܊ݖޢ)߯6DScs 2F[p(@Xr4Pm8Ww)Kmlcms2-2.17/testbed/testcms2.h0000755000175000017500000000626114752176133015065 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2022 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #ifndef TESTCMS2_H #define TESTCMS2_H #include "lcms2_internal.h" // On Visual Studio, use debug CRT #ifdef _MSC_VER # include "crtdbg.h" #endif #ifdef CMS_IS_WINDOWS_ # include # include # define CHDIR(a) (void)_chdir(a) #else # include # define CHDIR(a) (void)chdir(a) #endif #define cmsmin(a, b) (((a) < (b)) ? (a) : (b)) // Used to mark special pointers void DebugMemDontCheckThis(void *Ptr); cmsBool IsGoodVal(const char *title, cmsFloat64Number in, cmsFloat64Number out, cmsFloat64Number max); cmsBool IsGoodFixed15_16(const char *title, cmsFloat64Number in, cmsFloat64Number out); cmsBool IsGoodFixed8_8(const char *title, cmsFloat64Number in, cmsFloat64Number out); cmsBool IsGoodWord(const char *title, cmsUInt16Number in, cmsUInt16Number out); cmsBool IsGoodWordPrec(const char *title, cmsUInt16Number in, cmsUInt16Number out, cmsUInt16Number maxErr); void* PluginMemHandler(void); cmsContext WatchDogContext(void* usr); void ResetFatalError(void); void Die(const char* Reason, ...); void Dot(void); void Fail(const char* frm, ...); void SubTest(const char* frm, ...); void TestMemoryLeaks(cmsBool ok); void Say(const char* str); // Plug-in tests cmsInt32Number CheckSimpleContext(void); cmsInt32Number CheckAllocContext(void); cmsInt32Number CheckAlarmColorsContext(void); cmsInt32Number CheckAdaptationStateContext(void); cmsInt32Number CheckInterp1DPlugin(void); cmsInt32Number CheckInterp3DPlugin(void); cmsInt32Number CheckParametricCurvePlugin(void); cmsInt32Number CheckFormattersPlugin(void); cmsInt32Number CheckTagTypePlugin(void); cmsInt32Number CheckMPEPlugin(void); cmsInt32Number CheckOptimizationPlugin(void); cmsInt32Number CheckIntentPlugin(void); cmsInt32Number CheckTransformPlugin(void); cmsInt32Number CheckMutexPlugin(void); cmsInt32Number CheckMethodPackDoublesFromFloat(void); // Zoo void CheckProfileZOO(void); #endif lcms2-2.17/testbed/testthread.cpp0000644000175000017500000000466614752176133016027 0ustar martimarti #include #include "lcms2_plugin.h" static cmsContext ctx; static cmsHPROFILE prof_cmyk, prof_rgb; static volatile int rc = 0; static void* MyMtxCreate(cmsContext id) { return (void*) CreateMutex( NULL, FALSE, NULL); } static void MyMtxDestroy(cmsContext id, void* mtx) { CloseHandle((HANDLE) mtx); } static cmsBool MyMtxLock(cmsContext id, void* mtx) { WaitForSingleObject((HANDLE) mtx, INFINITE); return TRUE; } static void MyMtxUnlock(cmsContext id, void* mtx) { ReleaseMutex((HANDLE) mtx); } static cmsPluginMutex MutexPluginSample = { { cmsPluginMagicNumber, 2060, cmsPluginMutexSig, NULL}, MyMtxCreate, MyMtxDestroy, MyMtxLock, MyMtxUnlock }; static DWORD WINAPI one_thread(LPVOID lpParameter) { int i, j; cmsUInt8Number rgb[3*1000]; cmsUInt8Number cmyk[4*1000]; Sleep(rand() % 500 ); cmsHTRANSFORM xform = cmsCreateTransformTHR(ctx, prof_rgb, TYPE_RGB_8, prof_cmyk, TYPE_CMYK_8, 0, 0); for (i=0; i < 100000; i++) { for (j=0; j < 1000; j++) { rgb[j * 3 ] = 189; rgb[j * 3 + 1] = 100; rgb[j * 3 + 2] = 75; } cmsDoTransform(xform, rgb, cmyk, 1000); for (j=0; j < 1000; j++) { if (cmyk[j * 4 ] != 37 || cmyk[j * 4 + 1 ] != 188 || cmyk[j * 4 + 2 ] != 195 || cmyk[j * 4 + 3 ] != 7) { OutputDebugString(L"ERROR\n"); rc = 1; } } } cmsDeleteTransform(xform); return 0; } int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpCmdLine,int nCmdShow) { int i; cmsContext ctx; OutputDebugString(L"Test in progress...\n"); ctx = cmsCreateContext(NULL, 0); prof_cmyk = cmsOpenProfileFromFileTHR(ctx, "USWebCoatedSWOP.icc", "r"); prof_rgb = cmsOpenProfileFromFileTHR(ctx, "AdobeRGB1998.icc","r"); #define NWORKERS 10 HANDLE workers[NWORKERS]; for (int i=0; i MaxAllocated) MaxAllocated = TotalMemory; if (size > SingleHit) SingleHit = size; blk = (_cmsMemoryBlock*) chknull(malloc(size + SIZE_OF_MEM_HEADER)); if (blk == NULL) return NULL; blk ->KeepSize = size; blk ->WhoAllocated = ContextID; blk ->DontCheck = 0; return (void*) ((cmsUInt8Number*) blk + SIZE_OF_MEM_HEADER); } // The free routine static void DebugFree(cmsContext ContextID, void *Ptr) { _cmsMemoryBlock* blk; if (Ptr == NULL) { Die("NULL free (which is a no-op in C, but may be an clue of something going wrong)"); } blk = (_cmsMemoryBlock*) (((cmsUInt8Number*) Ptr) - SIZE_OF_MEM_HEADER); TotalMemory -= blk ->KeepSize; if (blk ->WhoAllocated != ContextID && !blk->DontCheck) { Die("Trying to free memory allocated by a different thread"); } free(blk); } // Reallocate, just a malloc, a copy and a free in this case. static void * DebugRealloc(cmsContext ContextID, void* Ptr, cmsUInt32Number NewSize) { _cmsMemoryBlock* blk; void* NewPtr; cmsUInt32Number max_sz; NewPtr = DebugMalloc(ContextID, NewSize); if (Ptr == NULL) return NewPtr; blk = (_cmsMemoryBlock*) (((cmsUInt8Number*) Ptr) - SIZE_OF_MEM_HEADER); max_sz = blk -> KeepSize > NewSize ? NewSize : blk ->KeepSize; memmove(NewPtr, Ptr, max_sz); DebugFree(ContextID, Ptr); return NewPtr; } // Let's know the totals static void DebugMemPrintTotals(void) { printf("[Memory statistics]\n"); printf("Allocated = %u MaxAlloc = %u Single block hit = %u\n", TotalMemory, MaxAllocated, SingleHit); } void DebugMemDontCheckThis(void *Ptr) { _cmsMemoryBlock* blk = (_cmsMemoryBlock*) (((cmsUInt8Number*) Ptr) - SIZE_OF_MEM_HEADER); blk ->DontCheck = 1; } // Memory string static const char* MemStr(cmsUInt32Number size) { static char Buffer[1024]; if (size > 1024*1024) { sprintf(Buffer, "%g Mb", (cmsFloat64Number) size / (1024.0*1024.0)); } else if (size > 1024) { sprintf(Buffer, "%g Kb", (cmsFloat64Number) size / 1024.0); } else sprintf(Buffer, "%g bytes", (cmsFloat64Number) size); return Buffer; } void TestMemoryLeaks(cmsBool ok) { if (TotalMemory > 0) printf("Ok, but %s are left!\n", MemStr(TotalMemory)); else { if (ok) printf("Ok.\n"); } } // Here we go with the plug-in declaration static cmsPluginMemHandler DebugMemHandler = {{ cmsPluginMagicNumber, 2060, cmsPluginMemHandlerSig, NULL }, DebugMalloc, DebugFree, DebugRealloc, NULL, NULL, NULL }; // Returns a pointer to the memhandler plugin void* PluginMemHandler(void) { return (void*) &DebugMemHandler; } cmsContext WatchDogContext(void* usr) { cmsContext ctx; ctx = cmsCreateContext(&DebugMemHandler, usr); if (ctx == NULL) Die("Unable to create memory managed context"); DebugMemDontCheckThis(ctx); return ctx; } static void FatalErrorQuit(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *Text) { Die(Text); cmsUNUSED_PARAMETER(ContextID); cmsUNUSED_PARAMETER(ErrorCode); } void ResetFatalError(void) { cmsSetLogErrorHandler(FatalErrorQuit); } // Print a dot for gauging void Dot(void) { fprintf(stdout, "."); fflush(stdout); } void Say(const char* str) { fprintf(stdout, "%s", str); fflush(stdout); } // Keep track of the reason to fail void Fail(const char* frm, ...) { va_list args; va_start(args, frm); vsprintf(ReasonToFailBuffer, frm, args); va_end(args); } // Keep track of subtest void SubTest(const char* frm, ...) { va_list args; Dot(); va_start(args, frm); vsprintf(SubTestBuffer, frm, args); va_end(args); } // The check framework static void Check(const char* Title, TestFn Fn) { printf("Checking %s ...", Title); fflush(stdout); ReasonToFailBuffer[0] = 0; SubTestBuffer[0] = 0; TrappedError = FALSE; SimultaneousErrors = 0; TotalTests++; if (Fn() && !TrappedError) { // It is a good place to check memory TestMemoryLeaks(TRUE); } else { printf("FAIL!\n"); if (SubTestBuffer[0]) printf("%s: [%s]\n\t%s\n", Title, SubTestBuffer, ReasonToFailBuffer); else printf("%s:\n\t%s\n", Title, ReasonToFailBuffer); if (SimultaneousErrors > 1) printf("\tMore than one (%d) errors were reported\n", SimultaneousErrors); TotalFail++; } fflush(stdout); } // Dump a tone curve, for easy diagnostic void DumpToneCurve(cmsToneCurve* gamma, const char* FileName) { cmsHANDLE hIT8; cmsUInt32Number i; hIT8 = cmsIT8Alloc(gamma ->InterpParams->ContextID); cmsIT8SetPropertyDbl(hIT8, "NUMBER_OF_FIELDS", 2); cmsIT8SetPropertyDbl(hIT8, "NUMBER_OF_SETS", gamma ->nEntries); cmsIT8SetDataFormat(hIT8, 0, "SAMPLE_ID"); cmsIT8SetDataFormat(hIT8, 1, "VALUE"); for (i=0; i < gamma ->nEntries; i++) { char Val[30]; sprintf(Val, "%u", i); cmsIT8SetDataRowCol(hIT8, i, 0, Val); sprintf(Val, "0x%x", gamma ->Table16[i]); cmsIT8SetDataRowCol(hIT8, i, 1, Val); } cmsIT8SaveToFile(hIT8, FileName); cmsIT8Free(hIT8); } // ------------------------------------------------------------------------------------------------- // Used to perform several checks. // The space used is a clone of a well-known commercial // color space which I will name "Above RGB" static cmsHPROFILE Create_AboveRGB(void) { cmsToneCurve* Curve[3]; cmsHPROFILE hProfile; cmsCIExyY D65; cmsCIExyYTRIPLE Primaries = {{0.64, 0.33, 1 }, {0.21, 0.71, 1 }, {0.15, 0.06, 1 }}; Curve[0] = Curve[1] = Curve[2] = cmsBuildGamma(DbgThread(), 2.19921875); cmsWhitePointFromTemp(&D65, 6504); hProfile = cmsCreateRGBProfileTHR(DbgThread(), &D65, &Primaries, Curve); cmsFreeToneCurve(Curve[0]); return hProfile; } // A gamma-2.2 gray space static cmsHPROFILE Create_Gray22(void) { cmsHPROFILE hProfile; cmsToneCurve* Curve = cmsBuildGamma(DbgThread(), 2.2); if (Curve == NULL) return NULL; hProfile = cmsCreateGrayProfileTHR(DbgThread(), cmsD50_xyY(), Curve); cmsFreeToneCurve(Curve); return hProfile; } // A gamma-3.0 gray space static cmsHPROFILE Create_Gray30(void) { cmsHPROFILE hProfile; cmsToneCurve* Curve = cmsBuildGamma(DbgThread(), 3.0); if (Curve == NULL) return NULL; hProfile = cmsCreateGrayProfileTHR(DbgThread(), cmsD50_xyY(), Curve); cmsFreeToneCurve(Curve); return hProfile; } static cmsHPROFILE Create_GrayLab(void) { cmsHPROFILE hProfile; cmsToneCurve* Curve = cmsBuildGamma(DbgThread(), 1.0); if (Curve == NULL) return NULL; hProfile = cmsCreateGrayProfileTHR(DbgThread(), cmsD50_xyY(), Curve); cmsFreeToneCurve(Curve); cmsSetPCS(hProfile, cmsSigLabData); return hProfile; } // A CMYK devicelink that adds gamma 3.0 to each channel static cmsHPROFILE Create_CMYK_DeviceLink(void) { cmsHPROFILE hProfile; cmsToneCurve* Tab[4]; cmsToneCurve* Curve = cmsBuildGamma(DbgThread(), 3.0); if (Curve == NULL) return NULL; Tab[0] = Curve; Tab[1] = Curve; Tab[2] = Curve; Tab[3] = Curve; hProfile = cmsCreateLinearizationDeviceLinkTHR(DbgThread(), cmsSigCmykData, Tab); if (hProfile == NULL) return NULL; cmsFreeToneCurve(Curve); return hProfile; } // Create a fake CMYK profile, without any other requirement that being coarse CMYK. // DON'T USE THIS PROFILE FOR ANYTHING, IT IS USELESS BUT FOR TESTING PURPOSES. typedef struct { cmsHTRANSFORM hLab2sRGB; cmsHTRANSFORM sRGB2Lab; cmsHTRANSFORM hIlimit; } FakeCMYKParams; static cmsFloat64Number Clip(cmsFloat64Number v) { if (v < 0) return 0; if (v > 1) return 1; return v; } static cmsInt32Number ForwardSampler(CMSREGISTER const cmsUInt16Number In[], cmsUInt16Number Out[], void* Cargo) { FakeCMYKParams* p = (FakeCMYKParams*) Cargo; cmsFloat64Number rgb[3], cmyk[4]; cmsFloat64Number c, m, y, k; cmsDoTransform(p ->hLab2sRGB, In, rgb, 1); c = 1 - rgb[0]; m = 1 - rgb[1]; y = 1 - rgb[2]; k = (c < m ? cmsmin(c, y) : cmsmin(m, y)); // NONSENSE WARNING!: I'm doing this just because this is a test // profile that may have ink limit up to 400%. There is no UCR here // so the profile is basically useless for anything but testing. cmyk[0] = c; cmyk[1] = m; cmyk[2] = y; cmyk[3] = k; cmsDoTransform(p ->hIlimit, cmyk, Out, 1); return 1; } static cmsInt32Number ReverseSampler(CMSREGISTER const cmsUInt16Number In[], CMSREGISTER cmsUInt16Number Out[], CMSREGISTER void* Cargo) { FakeCMYKParams* p = (FakeCMYKParams*) Cargo; cmsFloat64Number c, m, y, k, rgb[3]; c = In[0] / 65535.0; m = In[1] / 65535.0; y = In[2] / 65535.0; k = In[3] / 65535.0; if (k == 0) { rgb[0] = Clip(1 - c); rgb[1] = Clip(1 - m); rgb[2] = Clip(1 - y); } else if (k == 1) { rgb[0] = rgb[1] = rgb[2] = 0; } else { rgb[0] = Clip((1 - c) * (1 - k)); rgb[1] = Clip((1 - m) * (1 - k)); rgb[2] = Clip((1 - y) * (1 - k)); } cmsDoTransform(p ->sRGB2Lab, rgb, Out, 1); return 1; } static cmsHPROFILE CreateFakeCMYK(cmsFloat64Number InkLimit, cmsBool lUseAboveRGB) { cmsHPROFILE hICC; cmsPipeline* AToB0, *BToA0; cmsStage* CLUT; cmsContext ContextID; FakeCMYKParams p; cmsHPROFILE hLab, hsRGB, hLimit; cmsUInt32Number cmykfrm; if (lUseAboveRGB) hsRGB = Create_AboveRGB(); else hsRGB = cmsCreate_sRGBProfile(); hLab = cmsCreateLab4Profile(NULL); hLimit = cmsCreateInkLimitingDeviceLink(cmsSigCmykData, InkLimit); cmykfrm = FLOAT_SH(1) | BYTES_SH(0)|CHANNELS_SH(4); p.hLab2sRGB = cmsCreateTransform(hLab, TYPE_Lab_16, hsRGB, TYPE_RGB_DBL, INTENT_PERCEPTUAL, cmsFLAGS_NOOPTIMIZE|cmsFLAGS_NOCACHE); p.sRGB2Lab = cmsCreateTransform(hsRGB, TYPE_RGB_DBL, hLab, TYPE_Lab_16, INTENT_PERCEPTUAL, cmsFLAGS_NOOPTIMIZE|cmsFLAGS_NOCACHE); p.hIlimit = cmsCreateTransform(hLimit, cmykfrm, NULL, TYPE_CMYK_16, INTENT_PERCEPTUAL, cmsFLAGS_NOOPTIMIZE|cmsFLAGS_NOCACHE); cmsCloseProfile(hLab); cmsCloseProfile(hsRGB); cmsCloseProfile(hLimit); ContextID = DbgThread(); hICC = cmsCreateProfilePlaceholder(ContextID); if (!hICC) return NULL; cmsSetProfileVersion(hICC, 4.3); cmsSetDeviceClass(hICC, cmsSigOutputClass); cmsSetColorSpace(hICC, cmsSigCmykData); cmsSetPCS(hICC, cmsSigLabData); BToA0 = cmsPipelineAlloc(ContextID, 3, 4); if (BToA0 == NULL) return 0; CLUT = cmsStageAllocCLut16bit(ContextID, 17, 3, 4, NULL); if (CLUT == NULL) return 0; if (!cmsStageSampleCLut16bit(CLUT, ForwardSampler, &p, 0)) return 0; cmsPipelineInsertStage(BToA0, cmsAT_BEGIN, _cmsStageAllocIdentityCurves(ContextID, 3)); cmsPipelineInsertStage(BToA0, cmsAT_END, CLUT); cmsPipelineInsertStage(BToA0, cmsAT_END, _cmsStageAllocIdentityCurves(ContextID, 4)); if (!cmsWriteTag(hICC, cmsSigBToA0Tag, (void*) BToA0)) return 0; cmsPipelineFree(BToA0); AToB0 = cmsPipelineAlloc(ContextID, 4, 3); if (AToB0 == NULL) return 0; CLUT = cmsStageAllocCLut16bit(ContextID, 17, 4, 3, NULL); if (CLUT == NULL) return 0; if (!cmsStageSampleCLut16bit(CLUT, ReverseSampler, &p, 0)) return 0; cmsPipelineInsertStage(AToB0, cmsAT_BEGIN, _cmsStageAllocIdentityCurves(ContextID, 4)); cmsPipelineInsertStage(AToB0, cmsAT_END, CLUT); cmsPipelineInsertStage(AToB0, cmsAT_END, _cmsStageAllocIdentityCurves(ContextID, 3)); if (!cmsWriteTag(hICC, cmsSigAToB0Tag, (void*) AToB0)) return 0; cmsPipelineFree(AToB0); cmsDeleteTransform(p.hLab2sRGB); cmsDeleteTransform(p.sRGB2Lab); cmsDeleteTransform(p.hIlimit); cmsLinkTag(hICC, cmsSigAToB1Tag, cmsSigAToB0Tag); cmsLinkTag(hICC, cmsSigAToB2Tag, cmsSigAToB0Tag); cmsLinkTag(hICC, cmsSigBToA1Tag, cmsSigBToA0Tag); cmsLinkTag(hICC, cmsSigBToA2Tag, cmsSigBToA0Tag); return hICC; } // Does create several profiles for latter use------------------------------------------------------------------------------------------------ static cmsInt32Number OneVirtual(cmsHPROFILE h, const char* SubTestTxt, const char* FileName) { SubTest(SubTestTxt); if (h == NULL) return 0; if (!cmsSaveProfileToFile(h, FileName)) return 0; cmsCloseProfile(h); h = cmsOpenProfileFromFile(FileName, "r"); if (h == NULL) return 0; cmsCloseProfile(h); return 1; } // This test checks the ability of lcms2 to save its built-ins as valid profiles. // It does not check the functionality of such profiles static cmsInt32Number CreateTestProfiles(void) { cmsHPROFILE h; h = cmsCreate_sRGBProfileTHR(DbgThread()); if (!OneVirtual(h, "sRGB profile", "sRGBlcms2.icc")) return 0; // ---- h = Create_AboveRGB(); if (!OneVirtual(h, "aRGB profile", "aRGBlcms2.icc")) return 0; // ---- h = Create_Gray22(); if (!OneVirtual(h, "Gray profile", "graylcms2.icc")) return 0; // ---- h = Create_Gray30(); if (!OneVirtual(h, "Gray 3.0 profile", "gray3lcms2.icc")) return 0; // ---- h = Create_GrayLab(); if (!OneVirtual(h, "Gray Lab profile", "glablcms2.icc")) return 0; // ---- h = Create_CMYK_DeviceLink(); if (!OneVirtual(h, "Linearization profile", "linlcms2.icc")) return 0; // ------- h = cmsCreateInkLimitingDeviceLinkTHR(DbgThread(), cmsSigCmykData, 150); if (h == NULL) return 0; if (!OneVirtual(h, "Ink-limiting profile", "limitlcms2.icc")) return 0; // ------ h = cmsCreateLab2ProfileTHR(DbgThread(), NULL); if (!OneVirtual(h, "Lab 2 identity profile", "labv2lcms2.icc")) return 0; // ---- h = cmsCreateLab4ProfileTHR(DbgThread(), NULL); if (!OneVirtual(h, "Lab 4 identity profile", "labv4lcms2.icc")) return 0; // ---- h = cmsCreateXYZProfileTHR(DbgThread()); if (!OneVirtual(h, "XYZ identity profile", "xyzlcms2.icc")) return 0; // ---- h = cmsCreateNULLProfileTHR(DbgThread()); if (!OneVirtual(h, "NULL profile", "nullcms2.icc")) return 0; // --- h = cmsCreateBCHSWabstractProfileTHR(DbgThread(), 17, 0, 0, 0, 0, 5000, 6000); if (!OneVirtual(h, "BCHS profile", "bchslcms2.icc")) return 0; // --- h = CreateFakeCMYK(300, FALSE); if (!OneVirtual(h, "Fake CMYK profile", "lcms2cmyk.icc")) return 0; // --- h = cmsCreateBCHSWabstractProfileTHR(DbgThread(), 17, 0, 1.2, 0, 3, 5000, 5000); if (!OneVirtual(h, "Brightness", "brightness.icc")) return 0; return 1; } static void RemoveTestProfiles(void) { remove("sRGBlcms2.icc"); remove("aRGBlcms2.icc"); remove("graylcms2.icc"); remove("gray3lcms2.icc"); remove("linlcms2.icc"); remove("limitlcms2.icc"); remove("labv2lcms2.icc"); remove("labv4lcms2.icc"); remove("xyzlcms2.icc"); remove("nullcms2.icc"); remove("bchslcms2.icc"); remove("lcms2cmyk.icc"); remove("glablcms2.icc"); remove("lcms2link.icc"); remove("lcms2link2.icc"); remove("brightness.icc"); } // ------------------------------------------------------------------------------------------------- // Check the size of basic types. If this test fails, nothing is going to work anyway static cmsInt32Number CheckBaseTypes(void) { // Ignore warnings about conditional expression #ifdef _MSC_VER #pragma warning(disable: 4127) #endif if (sizeof(cmsUInt8Number) != 1) return 0; if (sizeof(cmsInt8Number) != 1) return 0; if (sizeof(cmsUInt16Number) != 2) return 0; if (sizeof(cmsInt16Number) != 2) return 0; if (sizeof(cmsUInt32Number) != 4) return 0; if (sizeof(cmsInt32Number) != 4) return 0; if (sizeof(cmsUInt64Number) != 8) return 0; if (sizeof(cmsInt64Number) != 8) return 0; if (sizeof(cmsFloat32Number) != 4) return 0; if (sizeof(cmsFloat64Number) != 8) return 0; if (sizeof(cmsSignature) != 4) return 0; if (sizeof(cmsU8Fixed8Number) != 2) return 0; if (sizeof(cmsS15Fixed16Number) != 4) return 0; if (sizeof(cmsU16Fixed16Number) != 4) return 0; return 1; } // ------------------------------------------------------------------------------------------------- // Are we little or big endian? From Harbison&Steele. static cmsInt32Number CheckEndianness(void) { cmsInt32Number BigEndian, IsOk; union { long l; char c[sizeof (long)]; } u; u.l = 1; BigEndian = (u.c[sizeof (long) - 1] == 1); #ifdef CMS_USE_BIG_ENDIAN IsOk = BigEndian; #else IsOk = !BigEndian; #endif if (!IsOk) { Die("\nOOOPPSS! You have CMS_USE_BIG_ENDIAN toggle misconfigured!\n\n" "Please, edit lcms2.h and %s the CMS_USE_BIG_ENDIAN toggle.\n", BigEndian? "uncomment" : "comment"); return 0; } return 1; } // Check quick floor static cmsInt32Number CheckQuickFloor(void) { if ((_cmsQuickFloor(1.234) != 1) || (_cmsQuickFloor(32767.234) != 32767) || (_cmsQuickFloor(-1.234) != -2) || (_cmsQuickFloor(-32767.1) != -32768)) { Die("\nOOOPPSS! _cmsQuickFloor() does not work as expected in your machine!\n\n" "Please, edit lcms2.h and uncomment the CMS_DONT_USE_FAST_FLOOR toggle.\n"); return 0; } return 1; } // Quick floor restricted to word static cmsInt32Number CheckQuickFloorWord(void) { cmsUInt32Number i; for (i=0; i < 65535; i++) { if (_cmsQuickFloorWord((cmsFloat64Number) i + 0.1234) != i) { Die("\nOOOPPSS! _cmsQuickFloorWord() does not work as expected in your machine!\n\n" "Please, edit lcms2.h and uncomment the CMS_DONT_USE_FAST_FLOOR toggle.\n"); return 0; } } return 1; } // ------------------------------------------------------------------------------------------------- // Precision stuff. // On 15.16 fixed point, this is the maximum we can obtain. Remember ICC profiles have storage limits on this number #define FIXED_PRECISION_15_16 (1.0 / 65535.0) // On 8.8 fixed point, that is the max we can obtain. #define FIXED_PRECISION_8_8 (1.0 / 255.0) // On cmsFloat32Number type, this is the precision we expect #define FLOAT_PRECISSION (0.00001) static cmsFloat64Number MaxErr; cmsBool IsGoodVal(const char *title, cmsFloat64Number in, cmsFloat64Number out, cmsFloat64Number max) { cmsFloat64Number Err = fabs(in - out); if (Err > MaxErr) MaxErr = Err; if ((Err > max )) { Fail("(%s): Must be %f, But is %f ", title, in, out); return FALSE; } return TRUE; } cmsBool IsGoodFixed15_16(const char *title, cmsFloat64Number in, cmsFloat64Number out) { return IsGoodVal(title, in, out, FIXED_PRECISION_15_16); } cmsBool IsGoodFixed8_8(const char *title, cmsFloat64Number in, cmsFloat64Number out) { return IsGoodVal(title, in, out, FIXED_PRECISION_8_8); } cmsBool IsGoodWord(const char *title, cmsUInt16Number in, cmsUInt16Number out) { if ((abs(in - out) > 0 )) { Fail("(%s): Must be %x, But is %x ", title, in, out); return FALSE; } return TRUE; } cmsBool IsGoodWordPrec(const char *title, cmsUInt16Number in, cmsUInt16Number out, cmsUInt16Number maxErr) { if ((abs(in - out) > maxErr )) { Fail("(%s): Must be %x, But is %x ", title, in, out); return FALSE; } return TRUE; } // Fixed point ---------------------------------------------------------------------------------------------- static cmsInt32Number TestSingleFixed15_16(cmsFloat64Number d) { cmsS15Fixed16Number f = _cmsDoubleTo15Fixed16(d); cmsFloat64Number RoundTrip = _cms15Fixed16toDouble(f); cmsFloat64Number Error = fabs(d - RoundTrip); return ( Error <= FIXED_PRECISION_15_16); } static cmsInt32Number CheckFixedPoint15_16(void) { if (!TestSingleFixed15_16(1.0)) return 0; if (!TestSingleFixed15_16(2.0)) return 0; if (!TestSingleFixed15_16(1.23456)) return 0; if (!TestSingleFixed15_16(0.99999)) return 0; if (!TestSingleFixed15_16(0.1234567890123456789099999)) return 0; if (!TestSingleFixed15_16(-1.0)) return 0; if (!TestSingleFixed15_16(-2.0)) return 0; if (!TestSingleFixed15_16(-1.23456)) return 0; if (!TestSingleFixed15_16(-1.1234567890123456789099999)) return 0; if (!TestSingleFixed15_16(+32767.1234567890123456789099999)) return 0; if (!TestSingleFixed15_16(-32767.1234567890123456789099999)) return 0; return 1; } static cmsInt32Number TestSingleFixed8_8(cmsFloat64Number d) { cmsS15Fixed16Number f = _cmsDoubleTo8Fixed8(d); cmsFloat64Number RoundTrip = _cms8Fixed8toDouble((cmsUInt16Number) f); cmsFloat64Number Error = fabs(d - RoundTrip); return ( Error <= FIXED_PRECISION_8_8); } static cmsInt32Number CheckFixedPoint8_8(void) { if (!TestSingleFixed8_8(1.0)) return 0; if (!TestSingleFixed8_8(2.0)) return 0; if (!TestSingleFixed8_8(1.23456)) return 0; if (!TestSingleFixed8_8(0.99999)) return 0; if (!TestSingleFixed8_8(0.1234567890123456789099999)) return 0; if (!TestSingleFixed8_8(+255.1234567890123456789099999)) return 0; return 1; } // D50 constant -------------------------------------------------------------------------------------------- static cmsInt32Number CheckD50Roundtrip(void) { cmsFloat64Number cmsD50X_2 = 0.96420288; cmsFloat64Number cmsD50Y_2 = 1.0; cmsFloat64Number cmsD50Z_2 = 0.82490540; cmsS15Fixed16Number xe = _cmsDoubleTo15Fixed16(cmsD50X); cmsS15Fixed16Number ye = _cmsDoubleTo15Fixed16(cmsD50Y); cmsS15Fixed16Number ze = _cmsDoubleTo15Fixed16(cmsD50Z); cmsFloat64Number x = _cms15Fixed16toDouble(xe); cmsFloat64Number y = _cms15Fixed16toDouble(ye); cmsFloat64Number z = _cms15Fixed16toDouble(ze); double dx = fabs(cmsD50X - x); double dy = fabs(cmsD50Y - y); double dz = fabs(cmsD50Z - z); double euc = sqrt(dx*dx + dy*dy + dz* dz); if (euc > 1E-5) { Fail("D50 roundtrip |err| > (%f) ", euc); return 0; } xe = _cmsDoubleTo15Fixed16(cmsD50X_2); ye = _cmsDoubleTo15Fixed16(cmsD50Y_2); ze = _cmsDoubleTo15Fixed16(cmsD50Z_2); x = _cms15Fixed16toDouble(xe); y = _cms15Fixed16toDouble(ye); z = _cms15Fixed16toDouble(ze); dx = fabs(cmsD50X_2 - x); dy = fabs(cmsD50Y_2 - y); dz = fabs(cmsD50Z_2 - z); euc = sqrt(dx*dx + dy*dy + dz* dz); if (euc > 1E-5) { Fail("D50 roundtrip |err| > (%f) ", euc); return 0; } return 1; } // Linear interpolation ----------------------------------------------------------------------------------------------- // Since prime factors of 65535 (FFFF) are, // // 0xFFFF = 3 * 5 * 17 * 257 // // I test tables of 2, 4, 6, and 18 points, that will be exact. static void BuildTable(cmsInt32Number n, cmsUInt16Number Tab[], cmsBool Descending) { cmsInt32Number i; for (i=0; i < n; i++) { cmsFloat64Number v = (cmsFloat64Number) ((cmsFloat64Number) 65535.0 * i ) / (n-1); Tab[Descending ? (n - i - 1) : i ] = (cmsUInt16Number) floor(v + 0.5); } } // A single function that does check 1D interpolation // nNodesToCheck = number on nodes to check // Down = Create decreasing tables // Reverse = Check reverse interpolation // max_err = max allowed error static cmsInt32Number Check1D(cmsInt32Number nNodesToCheck, cmsBool Down, cmsInt32Number max_err) { cmsUInt32Number i; cmsUInt16Number in, out; cmsInterpParams* p; cmsUInt16Number* Tab; Tab = (cmsUInt16Number*) chknull(malloc(sizeof(cmsUInt16Number)* nNodesToCheck)); if (Tab == NULL) return 0; p = _cmsComputeInterpParams(DbgThread(), nNodesToCheck, 1, 1, Tab, CMS_LERP_FLAGS_16BITS); if (p == NULL) return 0; BuildTable(nNodesToCheck, Tab, Down); for (i=0; i <= 0xffff; i++) { in = (cmsUInt16Number) i; out = 0; p ->Interpolation.Lerp16(&in, &out, p); if (Down) out = 0xffff - out; if (abs(out - in) > max_err) { Fail("(%dp): Must be %x, But is %x : ", nNodesToCheck, in, out); _cmsFreeInterpParams(p); free(Tab); return 0; } } _cmsFreeInterpParams(p); free(Tab); return 1; } static cmsInt32Number Check1DLERP2(void) { return Check1D(2, FALSE, 0); } static cmsInt32Number Check1DLERP3(void) { return Check1D(3, FALSE, 1); } static cmsInt32Number Check1DLERP4(void) { return Check1D(4, FALSE, 0); } static cmsInt32Number Check1DLERP6(void) { return Check1D(6, FALSE, 0); } static cmsInt32Number Check1DLERP18(void) { return Check1D(18, FALSE, 0); } static cmsInt32Number Check1DLERP2Down(void) { return Check1D(2, TRUE, 0); } static cmsInt32Number Check1DLERP3Down(void) { return Check1D(3, TRUE, 1); } static cmsInt32Number Check1DLERP6Down(void) { return Check1D(6, TRUE, 0); } static cmsInt32Number Check1DLERP18Down(void) { return Check1D(18, TRUE, 0); } static cmsInt32Number ExhaustiveCheck1DLERP(void) { cmsUInt32Number j; printf("\n"); for (j=10; j <= 4096; j++) { if ((j % 10) == 0) printf("%u \r", j); if (!Check1D(j, FALSE, 1)) return 0; } printf("\rResult is "); return 1; } static cmsInt32Number ExhaustiveCheck1DLERPDown(void) { cmsUInt32Number j; printf("\n"); for (j=10; j <= 4096; j++) { if ((j % 10) == 0) printf("%u \r", j); if (!Check1D(j, TRUE, 1)) return 0; } printf("\rResult is "); return 1; } // 3D interpolation ------------------------------------------------------------------------------------------------- static cmsInt32Number Check3DinterpolationFloatTetrahedral(void) { cmsInterpParams* p; cmsInt32Number i; cmsFloat32Number In[3], Out[3]; cmsFloat32Number FloatTable[] = { //R G B 0, 0, 0, // B=0,G=0,R=0 0, 0, .25, // B=1,G=0,R=0 0, .5, 0, // B=0,G=1,R=0 0, .5, .25, // B=1,G=1,R=0 1, 0, 0, // B=0,G=0,R=1 1, 0, .25, // B=1,G=0,R=1 1, .5, 0, // B=0,G=1,R=1 1, .5, .25 // B=1,G=1,R=1 }; p = _cmsComputeInterpParams(DbgThread(), 2, 3, 3, FloatTable, CMS_LERP_FLAGS_FLOAT); MaxErr = 0.0; for (i=0; i < 0xffff; i++) { In[0] = In[1] = In[2] = (cmsFloat32Number) ( (cmsFloat32Number) i / 65535.0F); p ->Interpolation.LerpFloat(In, Out, p); if (!IsGoodFixed15_16("Channel 1", Out[0], In[0])) goto Error; if (!IsGoodFixed15_16("Channel 2", Out[1], (cmsFloat32Number) In[1] / 2.F)) goto Error; if (!IsGoodFixed15_16("Channel 3", Out[2], (cmsFloat32Number) In[2] / 4.F)) goto Error; } if (MaxErr > 0) printf("|Err|<%lf ", MaxErr); _cmsFreeInterpParams(p); return 1; Error: _cmsFreeInterpParams(p); return 0; } static cmsInt32Number Check3DinterpolationFloatTrilinear(void) { cmsInterpParams* p; cmsInt32Number i; cmsFloat32Number In[3], Out[3]; cmsFloat32Number FloatTable[] = { //R G B 0, 0, 0, // B=0,G=0,R=0 0, 0, .25, // B=1,G=0,R=0 0, .5, 0, // B=0,G=1,R=0 0, .5, .25, // B=1,G=1,R=0 1, 0, 0, // B=0,G=0,R=1 1, 0, .25, // B=1,G=0,R=1 1, .5, 0, // B=0,G=1,R=1 1, .5, .25 // B=1,G=1,R=1 }; p = _cmsComputeInterpParams(DbgThread(), 2, 3, 3, FloatTable, CMS_LERP_FLAGS_FLOAT|CMS_LERP_FLAGS_TRILINEAR); MaxErr = 0.0; for (i=0; i < 0xffff; i++) { In[0] = In[1] = In[2] = (cmsFloat32Number) ( (cmsFloat32Number) i / 65535.0F); p ->Interpolation.LerpFloat(In, Out, p); if (!IsGoodFixed15_16("Channel 1", Out[0], In[0])) goto Error; if (!IsGoodFixed15_16("Channel 2", Out[1], (cmsFloat32Number) In[1] / 2.F)) goto Error; if (!IsGoodFixed15_16("Channel 3", Out[2], (cmsFloat32Number) In[2] / 4.F)) goto Error; } if (MaxErr > 0) printf("|Err|<%lf ", MaxErr); _cmsFreeInterpParams(p); return 1; Error: _cmsFreeInterpParams(p); return 0; } static cmsInt32Number Check3DinterpolationTetrahedral16(void) { cmsInterpParams* p; cmsInt32Number i; cmsUInt16Number In[3], Out[3]; cmsUInt16Number Table[] = { 0, 0, 0, 0, 0, 0xffff, 0, 0xffff, 0, 0, 0xffff, 0xffff, 0xffff, 0, 0, 0xffff, 0, 0xffff, 0xffff, 0xffff, 0, 0xffff, 0xffff, 0xffff }; p = _cmsComputeInterpParams(DbgThread(), 2, 3, 3, Table, CMS_LERP_FLAGS_16BITS); MaxErr = 0.0; for (i=0; i < 0xffff; i++) { In[0] = In[1] = In[2] = (cmsUInt16Number) i; p ->Interpolation.Lerp16(In, Out, p); if (!IsGoodWord("Channel 1", Out[0], In[0])) goto Error; if (!IsGoodWord("Channel 2", Out[1], In[1])) goto Error; if (!IsGoodWord("Channel 3", Out[2], In[2])) goto Error; } if (MaxErr > 0) printf("|Err|<%lf ", MaxErr); _cmsFreeInterpParams(p); return 1; Error: _cmsFreeInterpParams(p); return 0; } static cmsInt32Number Check3DinterpolationTrilinear16(void) { cmsInterpParams* p; cmsInt32Number i; cmsUInt16Number In[3], Out[3]; cmsUInt16Number Table[] = { 0, 0, 0, 0, 0, 0xffff, 0, 0xffff, 0, 0, 0xffff, 0xffff, 0xffff, 0, 0, 0xffff, 0, 0xffff, 0xffff, 0xffff, 0, 0xffff, 0xffff, 0xffff }; p = _cmsComputeInterpParams(DbgThread(), 2, 3, 3, Table, CMS_LERP_FLAGS_TRILINEAR); MaxErr = 0.0; for (i=0; i < 0xffff; i++) { In[0] = In[1] = In[2] = (cmsUInt16Number) i; p ->Interpolation.Lerp16(In, Out, p); if (!IsGoodWord("Channel 1", Out[0], In[0])) goto Error; if (!IsGoodWord("Channel 2", Out[1], In[1])) goto Error; if (!IsGoodWord("Channel 3", Out[2], In[2])) goto Error; } if (MaxErr > 0) printf("|Err|<%lf ", MaxErr); _cmsFreeInterpParams(p); return 1; Error: _cmsFreeInterpParams(p); return 0; } static cmsInt32Number ExaustiveCheck3DinterpolationFloatTetrahedral(void) { cmsInterpParams* p; cmsInt32Number r, g, b; cmsFloat32Number In[3], Out[3]; cmsFloat32Number FloatTable[] = { //R G B 0, 0, 0, // B=0,G=0,R=0 0, 0, .25, // B=1,G=0,R=0 0, .5, 0, // B=0,G=1,R=0 0, .5, .25, // B=1,G=1,R=0 1, 0, 0, // B=0,G=0,R=1 1, 0, .25, // B=1,G=0,R=1 1, .5, 0, // B=0,G=1,R=1 1, .5, .25 // B=1,G=1,R=1 }; p = _cmsComputeInterpParams(DbgThread(), 2, 3, 3, FloatTable, CMS_LERP_FLAGS_FLOAT); MaxErr = 0.0; for (r=0; r < 0xff; r++) for (g=0; g < 0xff; g++) for (b=0; b < 0xff; b++) { In[0] = (cmsFloat32Number) r / 255.0F; In[1] = (cmsFloat32Number) g / 255.0F; In[2] = (cmsFloat32Number) b / 255.0F; p ->Interpolation.LerpFloat(In, Out, p); if (!IsGoodFixed15_16("Channel 1", Out[0], In[0])) goto Error; if (!IsGoodFixed15_16("Channel 2", Out[1], (cmsFloat32Number) In[1] / 2.F)) goto Error; if (!IsGoodFixed15_16("Channel 3", Out[2], (cmsFloat32Number) In[2] / 4.F)) goto Error; } if (MaxErr > 0) printf("|Err|<%lf ", MaxErr); _cmsFreeInterpParams(p); return 1; Error: _cmsFreeInterpParams(p); return 0; } static cmsInt32Number ExaustiveCheck3DinterpolationFloatTrilinear(void) { cmsInterpParams* p; cmsInt32Number r, g, b; cmsFloat32Number In[3], Out[3]; cmsFloat32Number FloatTable[] = { //R G B 0, 0, 0, // B=0,G=0,R=0 0, 0, .25, // B=1,G=0,R=0 0, .5, 0, // B=0,G=1,R=0 0, .5, .25, // B=1,G=1,R=0 1, 0, 0, // B=0,G=0,R=1 1, 0, .25, // B=1,G=0,R=1 1, .5, 0, // B=0,G=1,R=1 1, .5, .25 // B=1,G=1,R=1 }; p = _cmsComputeInterpParams(DbgThread(), 2, 3, 3, FloatTable, CMS_LERP_FLAGS_FLOAT|CMS_LERP_FLAGS_TRILINEAR); MaxErr = 0.0; for (r=0; r < 0xff; r++) for (g=0; g < 0xff; g++) for (b=0; b < 0xff; b++) { In[0] = (cmsFloat32Number) r / 255.0F; In[1] = (cmsFloat32Number) g / 255.0F; In[2] = (cmsFloat32Number) b / 255.0F; p ->Interpolation.LerpFloat(In, Out, p); if (!IsGoodFixed15_16("Channel 1", Out[0], In[0])) goto Error; if (!IsGoodFixed15_16("Channel 2", Out[1], (cmsFloat32Number) In[1] / 2.F)) goto Error; if (!IsGoodFixed15_16("Channel 3", Out[2], (cmsFloat32Number) In[2] / 4.F)) goto Error; } if (MaxErr > 0) printf("|Err|<%lf ", MaxErr); _cmsFreeInterpParams(p); return 1; Error: _cmsFreeInterpParams(p); return 0; } static cmsInt32Number ExhaustiveCheck3DinterpolationTetrahedral16(void) { cmsInterpParams* p; cmsInt32Number r, g, b; cmsUInt16Number In[3], Out[3]; cmsUInt16Number Table[] = { 0, 0, 0, 0, 0, 0xffff, 0, 0xffff, 0, 0, 0xffff, 0xffff, 0xffff, 0, 0, 0xffff, 0, 0xffff, 0xffff, 0xffff, 0, 0xffff, 0xffff, 0xffff }; p = _cmsComputeInterpParams(DbgThread(), 2, 3, 3, Table, CMS_LERP_FLAGS_16BITS); for (r=0; r < 0xff; r++) for (g=0; g < 0xff; g++) for (b=0; b < 0xff; b++) { In[0] = (cmsUInt16Number) r ; In[1] = (cmsUInt16Number) g ; In[2] = (cmsUInt16Number) b ; p ->Interpolation.Lerp16(In, Out, p); if (!IsGoodWord("Channel 1", Out[0], In[0])) goto Error; if (!IsGoodWord("Channel 2", Out[1], In[1])) goto Error; if (!IsGoodWord("Channel 3", Out[2], In[2])) goto Error; } _cmsFreeInterpParams(p); return 1; Error: _cmsFreeInterpParams(p); return 0; } static cmsInt32Number ExhaustiveCheck3DinterpolationTrilinear16(void) { cmsInterpParams* p; cmsInt32Number r, g, b; cmsUInt16Number In[3], Out[3]; cmsUInt16Number Table[] = { 0, 0, 0, 0, 0, 0xffff, 0, 0xffff, 0, 0, 0xffff, 0xffff, 0xffff, 0, 0, 0xffff, 0, 0xffff, 0xffff, 0xffff, 0, 0xffff, 0xffff, 0xffff }; p = _cmsComputeInterpParams(DbgThread(), 2, 3, 3, Table, CMS_LERP_FLAGS_TRILINEAR); for (r=0; r < 0xff; r++) for (g=0; g < 0xff; g++) for (b=0; b < 0xff; b++) { In[0] = (cmsUInt16Number) r ; In[1] = (cmsUInt16Number)g ; In[2] = (cmsUInt16Number)b ; p ->Interpolation.Lerp16(In, Out, p); if (!IsGoodWord("Channel 1", Out[0], In[0])) goto Error; if (!IsGoodWord("Channel 2", Out[1], In[1])) goto Error; if (!IsGoodWord("Channel 3", Out[2], In[2])) goto Error; } _cmsFreeInterpParams(p); return 1; Error: _cmsFreeInterpParams(p); return 0; } // Check reverse interpolation on LUTS. This is right now exclusively used by K preservation algorithm static cmsInt32Number CheckReverseInterpolation3x3(void) { cmsPipeline* Lut; cmsStage* clut; cmsFloat32Number Target[4], Result[4], Hint[4]; cmsFloat32Number err, max; cmsInt32Number i; cmsUInt16Number Table[] = { 0, 0, 0, // 0 0 0 0, 0, 0xffff, // 0 0 1 0, 0xffff, 0, // 0 1 0 0, 0xffff, 0xffff, // 0 1 1 0xffff, 0, 0, // 1 0 0 0xffff, 0, 0xffff, // 1 0 1 0xffff, 0xffff, 0, // 1 1 0 0xffff, 0xffff, 0xffff, // 1 1 1 }; Lut = cmsPipelineAlloc(DbgThread(), 3, 3); clut = cmsStageAllocCLut16bit(DbgThread(), 2, 3, 3, Table); cmsPipelineInsertStage(Lut, cmsAT_BEGIN, clut); Target[0] = 0; Target[1] = 0; Target[2] = 0; Hint[0] = 0; Hint[1] = 0; Hint[2] = 0; cmsPipelineEvalReverseFloat(Target, Result, NULL, Lut); if (Result[0] != 0 || Result[1] != 0 || Result[2] != 0){ Fail("Reverse interpolation didn't find zero"); goto Error; } // Transverse identity max = 0; for (i=0; i <= 100; i++) { cmsFloat32Number in = i / 100.0F; Target[0] = in; Target[1] = 0; Target[2] = 0; cmsPipelineEvalReverseFloat(Target, Result, Hint, Lut); err = fabsf(in - Result[0]); if (err > max) max = err; memcpy(Hint, Result, sizeof(Hint)); } cmsPipelineFree(Lut); return (max <= FLOAT_PRECISSION); Error: cmsPipelineFree(Lut); return 0; } static cmsInt32Number CheckReverseInterpolation4x3(void) { cmsPipeline* Lut; cmsStage* clut; cmsFloat32Number Target[4], Result[4], Hint[4]; cmsFloat32Number err, max; cmsInt32Number i; // 4 -> 3, output gets 3 first channels copied cmsUInt16Number Table[] = { 0, 0, 0, // 0 0 0 0 = ( 0, 0, 0) 0, 0, 0, // 0 0 0 1 = ( 0, 0, 0) 0, 0, 0xffff, // 0 0 1 0 = ( 0, 0, 1) 0, 0, 0xffff, // 0 0 1 1 = ( 0, 0, 1) 0, 0xffff, 0, // 0 1 0 0 = ( 0, 1, 0) 0, 0xffff, 0, // 0 1 0 1 = ( 0, 1, 0) 0, 0xffff, 0xffff, // 0 1 1 0 = ( 0, 1, 1) 0, 0xffff, 0xffff, // 0 1 1 1 = ( 0, 1, 1) 0xffff, 0, 0, // 1 0 0 0 = ( 1, 0, 0) 0xffff, 0, 0, // 1 0 0 1 = ( 1, 0, 0) 0xffff, 0, 0xffff, // 1 0 1 0 = ( 1, 0, 1) 0xffff, 0, 0xffff, // 1 0 1 1 = ( 1, 0, 1) 0xffff, 0xffff, 0, // 1 1 0 0 = ( 1, 1, 0) 0xffff, 0xffff, 0, // 1 1 0 1 = ( 1, 1, 0) 0xffff, 0xffff, 0xffff, // 1 1 1 0 = ( 1, 1, 1) 0xffff, 0xffff, 0xffff, // 1 1 1 1 = ( 1, 1, 1) }; Lut = cmsPipelineAlloc(DbgThread(), 4, 3); clut = cmsStageAllocCLut16bit(DbgThread(), 2, 4, 3, Table); cmsPipelineInsertStage(Lut, cmsAT_BEGIN, clut); // Check if the LUT is behaving as expected SubTest("4->3 feasibility"); for (i=0; i <= 100; i++) { Target[0] = i / 100.0F; Target[1] = Target[0]; Target[2] = 0; Target[3] = 12; cmsPipelineEvalFloat(Target, Result, Lut); if (!IsGoodFixed15_16("0", Target[0], Result[0])) goto Error; if (!IsGoodFixed15_16("1", Target[1], Result[1])) goto Error; if (!IsGoodFixed15_16("2", Target[2], Result[2])) goto Error; } SubTest("4->3 zero"); Target[0] = 0; Target[1] = 0; Target[2] = 0; // This one holds the fixed K Target[3] = 0; // This is our hint (which is a big lie in this case) Hint[0] = 0.1F; Hint[1] = 0.1F; Hint[2] = 0.1F; cmsPipelineEvalReverseFloat(Target, Result, Hint, Lut); if (Result[0] != 0 || Result[1] != 0 || Result[2] != 0 || Result[3] != 0){ Fail("Reverse interpolation didn't find zero"); goto Error; } SubTest("4->3 find CMY"); max = 0; for (i=0; i <= 100; i++) { cmsFloat32Number in = i / 100.0F; Target[0] = in; Target[1] = 0; Target[2] = 0; cmsPipelineEvalReverseFloat(Target, Result, Hint, Lut); err = fabsf(in - Result[0]); if (err > max) max = err; memcpy(Hint, Result, sizeof(Hint)); } cmsPipelineFree(Lut); return (max <= FLOAT_PRECISSION); Error: cmsPipelineFree(Lut); return 0; } // Check all interpolation. static cmsUInt16Number Fn8D1(cmsUInt16Number a1, cmsUInt16Number a2, cmsUInt16Number a3, cmsUInt16Number a4, cmsUInt16Number a5, cmsUInt16Number a6, cmsUInt16Number a7, cmsUInt16Number a8, cmsUInt32Number m) { return (cmsUInt16Number) ((a1 + a2 + a3 + a4 + a5 + a6 + a7 + a8) / m); } static cmsUInt16Number Fn8D2(cmsUInt16Number a1, cmsUInt16Number a2, cmsUInt16Number a3, cmsUInt16Number a4, cmsUInt16Number a5, cmsUInt16Number a6, cmsUInt16Number a7, cmsUInt16Number a8, cmsUInt32Number m) { return (cmsUInt16Number) ((a1 + 3* a2 + 3* a3 + a4 + a5 + a6 + a7 + a8 ) / (m + 4)); } static cmsUInt16Number Fn8D3(cmsUInt16Number a1, cmsUInt16Number a2, cmsUInt16Number a3, cmsUInt16Number a4, cmsUInt16Number a5, cmsUInt16Number a6, cmsUInt16Number a7, cmsUInt16Number a8, cmsUInt32Number m) { return (cmsUInt16Number) ((3*a1 + 2*a2 + 3*a3 + a4 + a5 + a6 + a7 + a8) / (m + 5)); } static cmsInt32Number Sampler3D(CMSREGISTER const cmsUInt16Number In[], CMSREGISTER cmsUInt16Number Out[], CMSREGISTER void * Cargo) { Out[0] = Fn8D1(In[0], In[1], In[2], 0, 0, 0, 0, 0, 3); Out[1] = Fn8D2(In[0], In[1], In[2], 0, 0, 0, 0, 0, 3); Out[2] = Fn8D3(In[0], In[1], In[2], 0, 0, 0, 0, 0, 3); return 1; cmsUNUSED_PARAMETER(Cargo); } static cmsInt32Number Sampler4D(CMSREGISTER const cmsUInt16Number In[], CMSREGISTER cmsUInt16Number Out[], CMSREGISTER void * Cargo) { Out[0] = Fn8D1(In[0], In[1], In[2], In[3], 0, 0, 0, 0, 4); Out[1] = Fn8D2(In[0], In[1], In[2], In[3], 0, 0, 0, 0, 4); Out[2] = Fn8D3(In[0], In[1], In[2], In[3], 0, 0, 0, 0, 4); return 1; cmsUNUSED_PARAMETER(Cargo); } static cmsInt32Number Sampler5D(CMSREGISTER const cmsUInt16Number In[], CMSREGISTER cmsUInt16Number Out[], CMSREGISTER void * Cargo) { Out[0] = Fn8D1(In[0], In[1], In[2], In[3], In[4], 0, 0, 0, 5); Out[1] = Fn8D2(In[0], In[1], In[2], In[3], In[4], 0, 0, 0, 5); Out[2] = Fn8D3(In[0], In[1], In[2], In[3], In[4], 0, 0, 0, 5); return 1; cmsUNUSED_PARAMETER(Cargo); } static cmsInt32Number Sampler6D(CMSREGISTER const cmsUInt16Number In[], CMSREGISTER cmsUInt16Number Out[], CMSREGISTER void * Cargo) { Out[0] = Fn8D1(In[0], In[1], In[2], In[3], In[4], In[5], 0, 0, 6); Out[1] = Fn8D2(In[0], In[1], In[2], In[3], In[4], In[5], 0, 0, 6); Out[2] = Fn8D3(In[0], In[1], In[2], In[3], In[4], In[5], 0, 0, 6); return 1; cmsUNUSED_PARAMETER(Cargo); } static cmsInt32Number Sampler7D(CMSREGISTER const cmsUInt16Number In[], CMSREGISTER cmsUInt16Number Out[], CMSREGISTER void * Cargo) { Out[0] = Fn8D1(In[0], In[1], In[2], In[3], In[4], In[5], In[6], 0, 7); Out[1] = Fn8D2(In[0], In[1], In[2], In[3], In[4], In[5], In[6], 0, 7); Out[2] = Fn8D3(In[0], In[1], In[2], In[3], In[4], In[5], In[6], 0, 7); return 1; cmsUNUSED_PARAMETER(Cargo); } static cmsInt32Number Sampler8D(CMSREGISTER const cmsUInt16Number In[], CMSREGISTER cmsUInt16Number Out[], CMSREGISTER void * Cargo) { Out[0] = Fn8D1(In[0], In[1], In[2], In[3], In[4], In[5], In[6], In[7], 8); Out[1] = Fn8D2(In[0], In[1], In[2], In[3], In[4], In[5], In[6], In[7], 8); Out[2] = Fn8D3(In[0], In[1], In[2], In[3], In[4], In[5], In[6], In[7], 8); return 1; cmsUNUSED_PARAMETER(Cargo); } static cmsBool CheckOne3D(cmsPipeline* lut, cmsUInt16Number a1, cmsUInt16Number a2, cmsUInt16Number a3) { cmsUInt16Number In[3], Out1[3], Out2[3]; In[0] = a1; In[1] = a2; In[2] = a3; // This is the interpolated value cmsPipelineEval16(In, Out1, lut); // This is the real value Sampler3D(In, Out2, NULL); // Let's see the difference if (!IsGoodWordPrec("Channel 1", Out1[0], Out2[0], 2)) return FALSE; if (!IsGoodWordPrec("Channel 2", Out1[1], Out2[1], 2)) return FALSE; if (!IsGoodWordPrec("Channel 3", Out1[2], Out2[2], 2)) return FALSE; return TRUE; } static cmsBool CheckOne4D(cmsPipeline* lut, cmsUInt16Number a1, cmsUInt16Number a2, cmsUInt16Number a3, cmsUInt16Number a4) { cmsUInt16Number In[4], Out1[3], Out2[3]; In[0] = a1; In[1] = a2; In[2] = a3; In[3] = a4; // This is the interpolated value cmsPipelineEval16(In, Out1, lut); // This is the real value Sampler4D(In, Out2, NULL); // Let's see the difference if (!IsGoodWordPrec("Channel 1", Out1[0], Out2[0], 2)) return FALSE; if (!IsGoodWordPrec("Channel 2", Out1[1], Out2[1], 2)) return FALSE; if (!IsGoodWordPrec("Channel 3", Out1[2], Out2[2], 2)) return FALSE; return TRUE; } static cmsBool CheckOne5D(cmsPipeline* lut, cmsUInt16Number a1, cmsUInt16Number a2, cmsUInt16Number a3, cmsUInt16Number a4, cmsUInt16Number a5) { cmsUInt16Number In[5], Out1[3], Out2[3]; In[0] = a1; In[1] = a2; In[2] = a3; In[3] = a4; In[4] = a5; // This is the interpolated value cmsPipelineEval16(In, Out1, lut); // This is the real value Sampler5D(In, Out2, NULL); // Let's see the difference if (!IsGoodWordPrec("Channel 1", Out1[0], Out2[0], 2)) return FALSE; if (!IsGoodWordPrec("Channel 2", Out1[1], Out2[1], 2)) return FALSE; if (!IsGoodWordPrec("Channel 3", Out1[2], Out2[2], 2)) return FALSE; return TRUE; } static cmsBool CheckOne6D(cmsPipeline* lut, cmsUInt16Number a1, cmsUInt16Number a2, cmsUInt16Number a3, cmsUInt16Number a4, cmsUInt16Number a5, cmsUInt16Number a6) { cmsUInt16Number In[6], Out1[3], Out2[3]; In[0] = a1; In[1] = a2; In[2] = a3; In[3] = a4; In[4] = a5; In[5] = a6; // This is the interpolated value cmsPipelineEval16(In, Out1, lut); // This is the real value Sampler6D(In, Out2, NULL); // Let's see the difference if (!IsGoodWordPrec("Channel 1", Out1[0], Out2[0], 2)) return FALSE; if (!IsGoodWordPrec("Channel 2", Out1[1], Out2[1], 2)) return FALSE; if (!IsGoodWordPrec("Channel 3", Out1[2], Out2[2], 2)) return FALSE; return TRUE; } static cmsBool CheckOne7D(cmsPipeline* lut, cmsUInt16Number a1, cmsUInt16Number a2, cmsUInt16Number a3, cmsUInt16Number a4, cmsUInt16Number a5, cmsUInt16Number a6, cmsUInt16Number a7) { cmsUInt16Number In[7], Out1[3], Out2[3]; In[0] = a1; In[1] = a2; In[2] = a3; In[3] = a4; In[4] = a5; In[5] = a6; In[6] = a7; // This is the interpolated value cmsPipelineEval16(In, Out1, lut); // This is the real value Sampler7D(In, Out2, NULL); // Let's see the difference if (!IsGoodWordPrec("Channel 1", Out1[0], Out2[0], 2)) return FALSE; if (!IsGoodWordPrec("Channel 2", Out1[1], Out2[1], 2)) return FALSE; if (!IsGoodWordPrec("Channel 3", Out1[2], Out2[2], 2)) return FALSE; return TRUE; } static cmsBool CheckOne8D(cmsPipeline* lut, cmsUInt16Number a1, cmsUInt16Number a2, cmsUInt16Number a3, cmsUInt16Number a4, cmsUInt16Number a5, cmsUInt16Number a6, cmsUInt16Number a7, cmsUInt16Number a8) { cmsUInt16Number In[8], Out1[3], Out2[3]; In[0] = a1; In[1] = a2; In[2] = a3; In[3] = a4; In[4] = a5; In[5] = a6; In[6] = a7; In[7] = a8; // This is the interpolated value cmsPipelineEval16(In, Out1, lut); // This is the real value Sampler8D(In, Out2, NULL); // Let's see the difference if (!IsGoodWordPrec("Channel 1", Out1[0], Out2[0], 2)) return FALSE; if (!IsGoodWordPrec("Channel 2", Out1[1], Out2[1], 2)) return FALSE; if (!IsGoodWordPrec("Channel 3", Out1[2], Out2[2], 2)) return FALSE; return TRUE; } static cmsInt32Number Check3Dinterp(void) { cmsPipeline* lut; cmsStage* mpe; lut = cmsPipelineAlloc(DbgThread(), 3, 3); mpe = cmsStageAllocCLut16bit(DbgThread(), 9, 3, 3, NULL); cmsStageSampleCLut16bit(mpe, Sampler3D, NULL, 0); cmsPipelineInsertStage(lut, cmsAT_BEGIN, mpe); // Check accuracy if (!CheckOne3D(lut, 0, 0, 0)) return 0; if (!CheckOne3D(lut, 0xffff, 0xffff, 0xffff)) return 0; if (!CheckOne3D(lut, 0x8080, 0x8080, 0x8080)) return 0; if (!CheckOne3D(lut, 0x0000, 0xFE00, 0x80FF)) return 0; if (!CheckOne3D(lut, 0x1111, 0x2222, 0x3333)) return 0; if (!CheckOne3D(lut, 0x0000, 0x0012, 0x0013)) return 0; if (!CheckOne3D(lut, 0x3141, 0x1415, 0x1592)) return 0; if (!CheckOne3D(lut, 0xFF00, 0xFF01, 0xFF12)) return 0; cmsPipelineFree(lut); return 1; } static cmsInt32Number Check3DinterpGranular(void) { cmsPipeline* lut; cmsStage* mpe; cmsUInt32Number Dimensions[] = { 7, 8, 9 }; lut = cmsPipelineAlloc(DbgThread(), 3, 3); mpe = cmsStageAllocCLut16bitGranular(DbgThread(), Dimensions, 3, 3, NULL); cmsStageSampleCLut16bit(mpe, Sampler3D, NULL, 0); cmsPipelineInsertStage(lut, cmsAT_BEGIN, mpe); // Check accuracy if (!CheckOne3D(lut, 0, 0, 0)) return 0; if (!CheckOne3D(lut, 0xffff, 0xffff, 0xffff)) return 0; if (!CheckOne3D(lut, 0x8080, 0x8080, 0x8080)) return 0; if (!CheckOne3D(lut, 0x0000, 0xFE00, 0x80FF)) return 0; if (!CheckOne3D(lut, 0x1111, 0x2222, 0x3333)) return 0; if (!CheckOne3D(lut, 0x0000, 0x0012, 0x0013)) return 0; if (!CheckOne3D(lut, 0x3141, 0x1415, 0x1592)) return 0; if (!CheckOne3D(lut, 0xFF00, 0xFF01, 0xFF12)) return 0; cmsPipelineFree(lut); return 1; } static cmsInt32Number Check4Dinterp(void) { cmsPipeline* lut; cmsStage* mpe; lut = cmsPipelineAlloc(DbgThread(), 4, 3); mpe = cmsStageAllocCLut16bit(DbgThread(), 9, 4, 3, NULL); cmsStageSampleCLut16bit(mpe, Sampler4D, NULL, 0); cmsPipelineInsertStage(lut, cmsAT_BEGIN, mpe); // Check accuracy if (!CheckOne4D(lut, 0, 0, 0, 0)) return 0; if (!CheckOne4D(lut, 0xffff, 0xffff, 0xffff, 0xffff)) return 0; if (!CheckOne4D(lut, 0x8080, 0x8080, 0x8080, 0x8080)) return 0; if (!CheckOne4D(lut, 0x0000, 0xFE00, 0x80FF, 0x8888)) return 0; if (!CheckOne4D(lut, 0x1111, 0x2222, 0x3333, 0x4444)) return 0; if (!CheckOne4D(lut, 0x0000, 0x0012, 0x0013, 0x0014)) return 0; if (!CheckOne4D(lut, 0x3141, 0x1415, 0x1592, 0x9261)) return 0; if (!CheckOne4D(lut, 0xFF00, 0xFF01, 0xFF12, 0xFF13)) return 0; cmsPipelineFree(lut); return 1; } static cmsInt32Number Check4DinterpGranular(void) { cmsPipeline* lut; cmsStage* mpe; cmsUInt32Number Dimensions[] = { 9, 8, 7, 6 }; lut = cmsPipelineAlloc(DbgThread(), 4, 3); mpe = cmsStageAllocCLut16bitGranular(DbgThread(), Dimensions, 4, 3, NULL); cmsStageSampleCLut16bit(mpe, Sampler4D, NULL, 0); cmsPipelineInsertStage(lut, cmsAT_BEGIN, mpe); // Check accuracy if (!CheckOne4D(lut, 0, 0, 0, 0)) return 0; if (!CheckOne4D(lut, 0xffff, 0xffff, 0xffff, 0xffff)) return 0; if (!CheckOne4D(lut, 0x8080, 0x8080, 0x8080, 0x8080)) return 0; if (!CheckOne4D(lut, 0x0000, 0xFE00, 0x80FF, 0x8888)) return 0; if (!CheckOne4D(lut, 0x1111, 0x2222, 0x3333, 0x4444)) return 0; if (!CheckOne4D(lut, 0x0000, 0x0012, 0x0013, 0x0014)) return 0; if (!CheckOne4D(lut, 0x3141, 0x1415, 0x1592, 0x9261)) return 0; if (!CheckOne4D(lut, 0xFF00, 0xFF01, 0xFF12, 0xFF13)) return 0; cmsPipelineFree(lut); return 1; } static cmsInt32Number Check5DinterpGranular(void) { cmsPipeline* lut; cmsStage* mpe; cmsUInt32Number Dimensions[] = { 3, 2, 2, 2, 2 }; lut = cmsPipelineAlloc(DbgThread(), 5, 3); mpe = cmsStageAllocCLut16bitGranular(DbgThread(), Dimensions, 5, 3, NULL); cmsStageSampleCLut16bit(mpe, Sampler5D, NULL, 0); cmsPipelineInsertStage(lut, cmsAT_BEGIN, mpe); // Check accuracy if (!CheckOne5D(lut, 0, 0, 0, 0, 0)) return 0; if (!CheckOne5D(lut, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff)) return 0; if (!CheckOne5D(lut, 0x8080, 0x8080, 0x8080, 0x8080, 0x1234)) return 0; if (!CheckOne5D(lut, 0x0000, 0xFE00, 0x80FF, 0x8888, 0x8078)) return 0; if (!CheckOne5D(lut, 0x1111, 0x2222, 0x3333, 0x4444, 0x1455)) return 0; if (!CheckOne5D(lut, 0x0000, 0x0012, 0x0013, 0x0014, 0x2333)) return 0; if (!CheckOne5D(lut, 0x3141, 0x1415, 0x1592, 0x9261, 0x4567)) return 0; if (!CheckOne5D(lut, 0xFF00, 0xFF01, 0xFF12, 0xFF13, 0xF344)) return 0; cmsPipelineFree(lut); return 1; } static cmsInt32Number Check6DinterpGranular(void) { cmsPipeline* lut; cmsStage* mpe; cmsUInt32Number Dimensions[] = { 4, 3, 3, 2, 2, 2 }; lut = cmsPipelineAlloc(DbgThread(), 6, 3); mpe = cmsStageAllocCLut16bitGranular(DbgThread(), Dimensions, 6, 3, NULL); cmsStageSampleCLut16bit(mpe, Sampler6D, NULL, 0); cmsPipelineInsertStage(lut, cmsAT_BEGIN, mpe); // Check accuracy if (!CheckOne6D(lut, 0, 0, 0, 0, 0, 0)) return 0; if (!CheckOne6D(lut, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff)) return 0; if (!CheckOne6D(lut, 0x8080, 0x8080, 0x8080, 0x8080, 0x1234, 0x1122)) return 0; if (!CheckOne6D(lut, 0x0000, 0xFE00, 0x80FF, 0x8888, 0x8078, 0x2233)) return 0; if (!CheckOne6D(lut, 0x1111, 0x2222, 0x3333, 0x4444, 0x1455, 0x3344)) return 0; if (!CheckOne6D(lut, 0x0000, 0x0012, 0x0013, 0x0014, 0x2333, 0x4455)) return 0; if (!CheckOne6D(lut, 0x3141, 0x1415, 0x1592, 0x9261, 0x4567, 0x5566)) return 0; if (!CheckOne6D(lut, 0xFF00, 0xFF01, 0xFF12, 0xFF13, 0xF344, 0x6677)) return 0; cmsPipelineFree(lut); return 1; } static cmsInt32Number Check7DinterpGranular(void) { cmsPipeline* lut; cmsStage* mpe; cmsUInt32Number Dimensions[] = { 4, 3, 3, 2, 2, 2, 2 }; lut = cmsPipelineAlloc(DbgThread(), 7, 3); mpe = cmsStageAllocCLut16bitGranular(DbgThread(), Dimensions, 7, 3, NULL); cmsStageSampleCLut16bit(mpe, Sampler7D, NULL, 0); cmsPipelineInsertStage(lut, cmsAT_BEGIN, mpe); // Check accuracy if (!CheckOne7D(lut, 0, 0, 0, 0, 0, 0, 0)) return 0; if (!CheckOne7D(lut, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff)) return 0; if (!CheckOne7D(lut, 0x8080, 0x8080, 0x8080, 0x8080, 0x1234, 0x1122, 0x0056)) return 0; if (!CheckOne7D(lut, 0x0000, 0xFE00, 0x80FF, 0x8888, 0x8078, 0x2233, 0x0088)) return 0; if (!CheckOne7D(lut, 0x1111, 0x2222, 0x3333, 0x4444, 0x1455, 0x3344, 0x1987)) return 0; if (!CheckOne7D(lut, 0x0000, 0x0012, 0x0013, 0x0014, 0x2333, 0x4455, 0x9988)) return 0; if (!CheckOne7D(lut, 0x3141, 0x1415, 0x1592, 0x9261, 0x4567, 0x5566, 0xfe56)) return 0; if (!CheckOne7D(lut, 0xFF00, 0xFF01, 0xFF12, 0xFF13, 0xF344, 0x6677, 0xbabe)) return 0; cmsPipelineFree(lut); return 1; } static cmsInt32Number Check8DinterpGranular(void) { cmsPipeline* lut; cmsStage* mpe; cmsUInt32Number Dimensions[] = { 4, 3, 3, 2, 2, 2, 2, 2 }; lut = cmsPipelineAlloc(DbgThread(), 8, 3); mpe = cmsStageAllocCLut16bitGranular(DbgThread(), Dimensions, 8, 3, NULL); cmsStageSampleCLut16bit(mpe, Sampler8D, NULL, 0); cmsPipelineInsertStage(lut, cmsAT_BEGIN, mpe); // Check accuracy if (!CheckOne8D(lut, 0, 0, 0, 0, 0, 0, 0, 0)) return 0; if (!CheckOne8D(lut, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff)) return 0; if (!CheckOne8D(lut, 0x8080, 0x8080, 0x8080, 0x8080, 0x1234, 0x1122, 0x0056, 0x0011)) return 0; if (!CheckOne8D(lut, 0x0000, 0xFE00, 0x80FF, 0x8888, 0x8078, 0x2233, 0x0088, 0x2020)) return 0; if (!CheckOne8D(lut, 0x1111, 0x2222, 0x3333, 0x4444, 0x1455, 0x3344, 0x1987, 0x4532)) return 0; if (!CheckOne8D(lut, 0x0000, 0x0012, 0x0013, 0x0014, 0x2333, 0x4455, 0x9988, 0x1200)) return 0; if (!CheckOne8D(lut, 0x3141, 0x1415, 0x1592, 0x9261, 0x4567, 0x5566, 0xfe56, 0x6666)) return 0; if (!CheckOne8D(lut, 0xFF00, 0xFF01, 0xFF12, 0xFF13, 0xF344, 0x6677, 0xbabe, 0xface)) return 0; cmsPipelineFree(lut); return 1; } // Colorimetric conversions ------------------------------------------------------------------------------------------------- // Lab to LCh and back should be performed at 1E-12 accuracy at least static cmsInt32Number CheckLab2LCh(void) { cmsInt32Number l, a, b; cmsFloat64Number dist, Max = 0; cmsCIELab Lab, Lab2; cmsCIELCh LCh; for (l=0; l <= 100; l += 10) { for (a=-128; a <= +128; a += 8) { for (b=-128; b <= 128; b += 8) { Lab.L = l; Lab.a = a; Lab.b = b; cmsLab2LCh(&LCh, &Lab); cmsLCh2Lab(&Lab2, &LCh); dist = cmsDeltaE(&Lab, &Lab2); if (dist > Max) Max = dist; } } } return Max < 1E-12; } // Lab to LCh and back should be performed at 1E-12 accuracy at least static cmsInt32Number CheckLab2XYZ(void) { cmsInt32Number l, a, b; cmsFloat64Number dist, Max = 0; cmsCIELab Lab, Lab2; cmsCIEXYZ XYZ; for (l=0; l <= 100; l += 10) { for (a=-128; a <= +128; a += 8) { for (b=-128; b <= 128; b += 8) { Lab.L = l; Lab.a = a; Lab.b = b; cmsLab2XYZ(NULL, &XYZ, &Lab); cmsXYZ2Lab(NULL, &Lab2, &XYZ); dist = cmsDeltaE(&Lab, &Lab2); if (dist > Max) Max = dist; } } } return Max < 1E-12; } // Lab to xyY and back should be performed at 1E-12 accuracy at least static cmsInt32Number CheckLab2xyY(void) { cmsInt32Number l, a, b; cmsFloat64Number dist, Max = 0; cmsCIELab Lab, Lab2; cmsCIEXYZ XYZ; cmsCIExyY xyY; for (l=0; l <= 100; l += 10) { for (a=-128; a <= +128; a += 8) { for (b=-128; b <= 128; b += 8) { Lab.L = l; Lab.a = a; Lab.b = b; cmsLab2XYZ(NULL, &XYZ, &Lab); cmsXYZ2xyY(&xyY, &XYZ); cmsxyY2XYZ(&XYZ, &xyY); cmsXYZ2Lab(NULL, &Lab2, &XYZ); dist = cmsDeltaE(&Lab, &Lab2); if (dist > Max) Max = dist; } } } return Max < 1E-12; } static cmsInt32Number CheckLabV2encoding(void) { cmsInt32Number n2, i, j; cmsUInt16Number Inw[3], aw[3]; cmsCIELab Lab; n2=0; for (j=0; j < 65535; j++) { Inw[0] = Inw[1] = Inw[2] = (cmsUInt16Number) j; cmsLabEncoded2FloatV2(&Lab, Inw); cmsFloat2LabEncodedV2(aw, &Lab); for (i=0; i < 3; i++) { if (aw[i] != j) { n2++; } } } return (n2 == 0); } static cmsInt32Number CheckLabV4encoding(void) { cmsInt32Number n2, i, j; cmsUInt16Number Inw[3], aw[3]; cmsCIELab Lab; n2=0; for (j=0; j < 65535; j++) { Inw[0] = Inw[1] = Inw[2] = (cmsUInt16Number) j; cmsLabEncoded2Float(&Lab, Inw); cmsFloat2LabEncoded(aw, &Lab); for (i=0; i < 3; i++) { if (aw[i] != j) { n2++; } } } return (n2 == 0); } // BlackBody ----------------------------------------------------------------------------------------------------- static cmsInt32Number CheckTemp2CHRM(void) { cmsInt32Number j; cmsFloat64Number d, v, Max = 0; cmsCIExyY White; for (j=4000; j < 25000; j++) { cmsWhitePointFromTemp(&White, j); if (!cmsTempFromWhitePoint(&v, &White)) return 0; d = fabs(v - j); if (d > Max) Max = d; } // 100 degree is the actual resolution return (Max < 100); } // Tone curves ----------------------------------------------------------------------------------------------------- static cmsInt32Number CheckGammaEstimation(cmsToneCurve* c, cmsFloat64Number g) { cmsFloat64Number est = cmsEstimateGamma(c, 0.001); SubTest("Gamma estimation"); if (fabs(est - g) > 0.001) return 0; return 1; } static cmsInt32Number CheckGammaCreation16(void) { cmsToneCurve* LinGamma = cmsBuildGamma(DbgThread(), 1.0); cmsInt32Number i; cmsUInt16Number in, out; for (i=0; i < 0xffff; i++) { in = (cmsUInt16Number) i; out = cmsEvalToneCurve16(LinGamma, in); if (in != out) { Fail("(lin gamma): Must be %x, But is %x : ", in, out); cmsFreeToneCurve(LinGamma); return 0; } } if (!CheckGammaEstimation(LinGamma, 1.0)) return 0; cmsFreeToneCurve(LinGamma); return 1; } static cmsInt32Number CheckGammaCreationFlt(void) { cmsToneCurve* LinGamma = cmsBuildGamma(DbgThread(), 1.0); cmsInt32Number i; cmsFloat32Number in, out; for (i=0; i < 0xffff; i++) { in = (cmsFloat32Number) (i / 65535.0); out = cmsEvalToneCurveFloat(LinGamma, in); if (fabs(in - out) > (1/65535.0)) { Fail("(lin gamma): Must be %f, But is %f : ", in, out); cmsFreeToneCurve(LinGamma); return 0; } } if (!CheckGammaEstimation(LinGamma, 1.0)) return 0; cmsFreeToneCurve(LinGamma); return 1; } // Curve curves using a single power function // Error is given in 0..ffff counts static cmsInt32Number CheckGammaFloat(cmsFloat64Number g) { cmsToneCurve* Curve = cmsBuildGamma(DbgThread(), g); cmsInt32Number i; cmsFloat32Number in, out; cmsFloat64Number val, Err; MaxErr = 0.0; for (i=0; i < 0xffff; i++) { in = (cmsFloat32Number) (i / 65535.0); out = cmsEvalToneCurveFloat(Curve, in); val = pow((cmsFloat64Number) in, g); Err = fabs( val - out); if (Err > MaxErr) MaxErr = Err; } if (MaxErr > 0) printf("|Err|<%lf ", MaxErr * 65535.0); if (!CheckGammaEstimation(Curve, g)) return 0; cmsFreeToneCurve(Curve); return 1; } static cmsInt32Number CheckGamma18(void) { return CheckGammaFloat(1.8); } static cmsInt32Number CheckGamma22(void) { return CheckGammaFloat(2.2); } static cmsInt32Number CheckGamma30(void) { return CheckGammaFloat(3.0); } // Check table-based gamma functions static cmsInt32Number CheckGammaFloatTable(cmsFloat64Number g) { cmsFloat32Number Values[1025]; cmsToneCurve* Curve; cmsInt32Number i; cmsFloat32Number in, out; cmsFloat64Number val, Err; for (i=0; i <= 1024; i++) { in = (cmsFloat32Number) (i / 1024.0); Values[i] = powf(in, (float) g); } Curve = cmsBuildTabulatedToneCurveFloat(DbgThread(), 1025, Values); MaxErr = 0.0; for (i=0; i <= 0xffff; i++) { in = (cmsFloat32Number) (i / 65535.0); out = cmsEvalToneCurveFloat(Curve, in); val = pow(in, g); Err = fabs(val - out); if (Err > MaxErr) MaxErr = Err; } if (MaxErr > 0) printf("|Err|<%lf ", MaxErr * 65535.0); if (!CheckGammaEstimation(Curve, g)) return 0; cmsFreeToneCurve(Curve); return 1; } static cmsInt32Number CheckGamma18Table(void) { return CheckGammaFloatTable(1.8); } static cmsInt32Number CheckGamma22Table(void) { return CheckGammaFloatTable(2.2); } static cmsInt32Number CheckGamma30Table(void) { return CheckGammaFloatTable(3.0); } // Create a curve from a table (which is a pure gamma function) and check it against the pow function. static cmsInt32Number CheckGammaWordTable(cmsFloat64Number g) { cmsUInt16Number Values[1025]; cmsToneCurve* Curve; cmsInt32Number i; cmsFloat32Number in, out; cmsFloat64Number val, Err; for (i=0; i <= 1024; i++) { in = (cmsFloat32Number) (i / 1024.0); Values[i] = (cmsUInt16Number) floor(pow(in, g) * 65535.0 + 0.5); } Curve = cmsBuildTabulatedToneCurve16(DbgThread(), 1025, Values); MaxErr = 0.0; for (i=0; i <= 0xffff; i++) { in = (cmsFloat32Number) (i / 65535.0); out = cmsEvalToneCurveFloat(Curve, in); val = pow(in, g); Err = fabs(val - out); if (Err > MaxErr) MaxErr = Err; } if (MaxErr > 0) printf("|Err|<%lf ", MaxErr * 65535.0); if (!CheckGammaEstimation(Curve, g)) return 0; cmsFreeToneCurve(Curve); return 1; } static cmsInt32Number CheckGamma18TableWord(void) { return CheckGammaWordTable(1.8); } static cmsInt32Number CheckGamma22TableWord(void) { return CheckGammaWordTable(2.2); } static cmsInt32Number CheckGamma30TableWord(void) { return CheckGammaWordTable(3.0); } // Curve joining test. Joining two high-gamma of 3.0 curves should // give something like linear static cmsInt32Number CheckJointCurves(void) { cmsToneCurve *Forward, *Reverse, *Result; cmsBool rc; Forward = cmsBuildGamma(DbgThread(), 3.0); Reverse = cmsBuildGamma(DbgThread(), 3.0); Result = cmsJoinToneCurve(DbgThread(), Forward, Reverse, 256); cmsFreeToneCurve(Forward); cmsFreeToneCurve(Reverse); rc = cmsIsToneCurveLinear(Result); cmsFreeToneCurve(Result); if (!rc) Fail("Joining same curve twice does not result in a linear ramp"); return rc; } #if 0 // Create a gamma curve by cheating the table static cmsToneCurve* GammaTableLinear(cmsInt32Number nEntries, cmsBool Dir) { cmsInt32Number i; cmsToneCurve* g = cmsBuildTabulatedToneCurve16(DbgThread(), nEntries, NULL); for (i=0; i < nEntries; i++) { cmsInt32Number v = _cmsQuantizeVal(i, nEntries); if (Dir) g->Table16[i] = (cmsUInt16Number) v; else g->Table16[i] = (cmsUInt16Number) (0xFFFF - v); } return g; } #endif static cmsInt32Number CheckJointCurvesDescending(void) { cmsToneCurve *Forward, *Reverse, *Result; cmsInt32Number i, rc; Forward = cmsBuildGamma(DbgThread(), 2.2); // Fake the curve to be table-based for (i=0; i < 4096; i++) Forward ->Table16[i] = 0xffff - Forward->Table16[i]; Forward ->Segments[0].Type = 0; Reverse = cmsReverseToneCurve(Forward); Result = cmsJoinToneCurve(DbgThread(), Reverse, Reverse, 256); cmsFreeToneCurve(Forward); cmsFreeToneCurve(Reverse); rc = cmsIsToneCurveLinear(Result); cmsFreeToneCurve(Result); return rc; } static cmsInt32Number CheckFToneCurvePoint(cmsToneCurve* c, cmsUInt16Number Point, cmsInt32Number Value) { cmsInt32Number Result; Result = cmsEvalToneCurve16(c, Point); return (abs(Value - Result) < 2); } static cmsInt32Number CheckReverseDegenerated(void) { cmsToneCurve* p, *g; cmsUInt16Number Tab[16]; Tab[0] = 0; Tab[1] = 0; Tab[2] = 0; Tab[3] = 0; Tab[4] = 0; Tab[5] = 0x5555; Tab[6] = 0x6666; Tab[7] = 0x7777; Tab[8] = 0x8888; Tab[9] = 0x9999; Tab[10]= 0xffff; Tab[11]= 0xffff; Tab[12]= 0xffff; Tab[13]= 0xffff; Tab[14]= 0xffff; Tab[15]= 0xffff; p = cmsBuildTabulatedToneCurve16(DbgThread(), 16, Tab); g = cmsReverseToneCurve(p); // Now let's check some points if (!CheckFToneCurvePoint(g, 0x5555, 0x5555)) return 0; if (!CheckFToneCurvePoint(g, 0x7777, 0x7777)) return 0; // First point for zero if (!CheckFToneCurvePoint(g, 0x0000, 0x4444)) return 0; // Last point if (!CheckFToneCurvePoint(g, 0xFFFF, 0xFFFF)) return 0; cmsFreeToneCurve(p); cmsFreeToneCurve(g); return 1; } // Build a parametric sRGB-like curve static cmsToneCurve* Build_sRGBGamma(void) { cmsFloat64Number Parameters[5]; Parameters[0] = 2.4; Parameters[1] = 1. / 1.055; Parameters[2] = 0.055 / 1.055; Parameters[3] = 1. / 12.92; Parameters[4] = 0.04045; // d return cmsBuildParametricToneCurve(DbgThread(), 4, Parameters); } // Join two gamma tables in floating point format. Result should be a straight line static cmsToneCurve* CombineGammaFloat(cmsToneCurve* g1, cmsToneCurve* g2) { cmsUInt16Number Tab[256]; cmsFloat32Number f; cmsInt32Number i; for (i=0; i < 256; i++) { f = (cmsFloat32Number) i / 255.0F; f = cmsEvalToneCurveFloat(g2, cmsEvalToneCurveFloat(g1, f)); Tab[i] = (cmsUInt16Number) floor(f * 65535.0 + 0.5); } return cmsBuildTabulatedToneCurve16(DbgThread(), 256, Tab); } // Same of anterior, but using quantized tables static cmsToneCurve* CombineGamma16(cmsToneCurve* g1, cmsToneCurve* g2) { cmsUInt16Number Tab[256]; cmsInt32Number i; for (i=0; i < 256; i++) { cmsUInt16Number wValIn; wValIn = _cmsQuantizeVal(i, 256); Tab[i] = cmsEvalToneCurve16(g2, cmsEvalToneCurve16(g1, wValIn)); } return cmsBuildTabulatedToneCurve16(DbgThread(), 256, Tab); } static cmsInt32Number CheckJointFloatCurves_sRGB(void) { cmsToneCurve *Forward, *Reverse, *Result; cmsBool rc; Forward = Build_sRGBGamma(); Reverse = cmsReverseToneCurve(Forward); Result = CombineGammaFloat(Forward, Reverse); cmsFreeToneCurve(Forward); cmsFreeToneCurve(Reverse); rc = cmsIsToneCurveLinear(Result); cmsFreeToneCurve(Result); return rc; } static cmsInt32Number CheckJoint16Curves_sRGB(void) { cmsToneCurve *Forward, *Reverse, *Result; cmsBool rc; Forward = Build_sRGBGamma(); Reverse = cmsReverseToneCurve(Forward); Result = CombineGamma16(Forward, Reverse); cmsFreeToneCurve(Forward); cmsFreeToneCurve(Reverse); rc = cmsIsToneCurveLinear(Result); cmsFreeToneCurve(Result); return rc; } // sigmoidal curve f(x) = (1-x^g) ^(1/g) static cmsInt32Number CheckJointCurvesSShaped(void) { cmsFloat64Number p = 3.2; cmsToneCurve *Forward, *Reverse, *Result; cmsInt32Number rc; Forward = cmsBuildParametricToneCurve(DbgThread(), 108, &p); Reverse = cmsReverseToneCurve(Forward); Result = cmsJoinToneCurve(DbgThread(), Forward, Forward, 4096); cmsFreeToneCurve(Forward); cmsFreeToneCurve(Reverse); rc = cmsIsToneCurveLinear(Result); cmsFreeToneCurve(Result); return rc; } // -------------------------------------------------------------------------------------------------------- // Implementation of some tone curve functions static cmsFloat32Number Gamma(cmsFloat32Number x, const cmsFloat64Number Params[]) { return (cmsFloat32Number) pow(x, Params[0]); } static cmsFloat32Number CIE122(cmsFloat32Number x, const cmsFloat64Number Params[]) { cmsFloat64Number e, Val; if (x >= -Params[2] / Params[1]) { e = Params[1]*x + Params[2]; if (e > 0) Val = pow(e, Params[0]); else Val = 0; } else Val = 0; return (cmsFloat32Number) Val; } static cmsFloat32Number IEC61966_3(cmsFloat32Number x, const cmsFloat64Number Params[]) { cmsFloat64Number e, Val; if (x >= -Params[2] / Params[1]) { e = Params[1]*x + Params[2]; if (e > 0) Val = pow(e, Params[0]) + Params[3]; else Val = 0; } else Val = Params[3]; return (cmsFloat32Number) Val; } static cmsFloat32Number IEC61966_21(cmsFloat32Number x, const cmsFloat64Number Params[]) { cmsFloat64Number e, Val; if (x >= Params[4]) { e = Params[1]*x + Params[2]; if (e > 0) Val = pow(e, Params[0]); else Val = 0; } else Val = x * Params[3]; return (cmsFloat32Number) Val; } static cmsFloat32Number param_5(cmsFloat32Number x, const cmsFloat64Number Params[]) { cmsFloat64Number e, Val; // Y = (aX + b)^Gamma + e | X >= d // Y = cX + f | else if (x >= Params[4]) { e = Params[1]*x + Params[2]; if (e > 0) Val = pow(e, Params[0]) + Params[5]; else Val = 0; } else Val = x*Params[3] + Params[6]; return (cmsFloat32Number) Val; } static cmsFloat32Number param_6(cmsFloat32Number x, const cmsFloat64Number Params[]) { cmsFloat64Number e, Val; e = Params[1]*x + Params[2]; if (e > 0) Val = pow(e, Params[0]) + Params[3]; else Val = 0; return (cmsFloat32Number) Val; } static cmsFloat32Number param_7(cmsFloat32Number x, const cmsFloat64Number Params[]) { cmsFloat64Number Val; Val = Params[1]*log10(Params[2] * pow(x, Params[0]) + Params[3]) + Params[4]; return (cmsFloat32Number) Val; } static cmsFloat32Number param_8(cmsFloat32Number x, const cmsFloat64Number Params[]) { cmsFloat64Number Val; Val = (Params[0] * pow(Params[1], Params[2] * x + Params[3]) + Params[4]); return (cmsFloat32Number) Val; } static cmsFloat32Number sigmoidal(cmsFloat32Number x, const cmsFloat64Number Params[]) { cmsFloat64Number Val; Val = pow(1.0 - pow(1 - x, 1/Params[0]), 1/Params[0]); return (cmsFloat32Number) Val; } static cmsBool CheckSingleParametric(const char* Name, dblfnptr fn, cmsInt32Number Type, const cmsFloat64Number Params[]) { cmsInt32Number i; cmsToneCurve* tc; cmsToneCurve* tc_1; char InverseText[256]; tc = cmsBuildParametricToneCurve(DbgThread(), Type, Params); tc_1 = cmsBuildParametricToneCurve(DbgThread(), -Type, Params); for (i=0; i <= 1000; i++) { cmsFloat32Number x = (cmsFloat32Number) i / 1000; cmsFloat32Number y_fn, y_param, x_param, y_param2; y_fn = fn(x, Params); y_param = cmsEvalToneCurveFloat(tc, x); x_param = cmsEvalToneCurveFloat(tc_1, y_param); y_param2 = fn(x_param, Params); if (!IsGoodVal(Name, y_fn, y_param, FIXED_PRECISION_15_16)) goto Error; sprintf(InverseText, "Inverse %s", Name); if (!IsGoodVal(InverseText, y_fn, y_param2, FIXED_PRECISION_15_16)) goto Error; } cmsFreeToneCurve(tc); cmsFreeToneCurve(tc_1); return TRUE; Error: cmsFreeToneCurve(tc); cmsFreeToneCurve(tc_1); return FALSE; } // Check against some known values static cmsInt32Number CheckParametricToneCurves(void) { cmsFloat64Number Params[10]; // 1) X = Y ^ Gamma Params[0] = 2.2; if (!CheckSingleParametric("Gamma", Gamma, 1, Params)) return 0; // 2) CIE 122-1966 // Y = (aX + b)^Gamma | X >= -b/a // Y = 0 | else Params[0] = 2.2; Params[1] = 1.5; Params[2] = -0.5; if (!CheckSingleParametric("CIE122-1966", CIE122, 2, Params)) return 0; // 3) IEC 61966-3 // Y = (aX + b)^Gamma | X <= -b/a // Y = c | else Params[0] = 2.2; Params[1] = 1.5; Params[2] = -0.5; Params[3] = 0.3; if (!CheckSingleParametric("IEC 61966-3", IEC61966_3, 3, Params)) return 0; // 4) IEC 61966-2.1 (sRGB) // Y = (aX + b)^Gamma | X >= d // Y = cX | X < d Params[0] = 2.4; Params[1] = 1. / 1.055; Params[2] = 0.055 / 1.055; Params[3] = 1. / 12.92; Params[4] = 0.04045; if (!CheckSingleParametric("IEC 61966-2.1", IEC61966_21, 4, Params)) return 0; // 5) Y = (aX + b)^Gamma + e | X >= d // Y = cX + f | else Params[0] = 2.2; Params[1] = 0.7; Params[2] = 0.2; Params[3] = 0.3; Params[4] = 0.1; Params[5] = 0.5; Params[6] = 0.2; if (!CheckSingleParametric("param_5", param_5, 5, Params)) return 0; // 6) Y = (aX + b) ^ Gamma + c Params[0] = 2.2; Params[1] = 0.7; Params[2] = 0.2; Params[3] = 0.3; if (!CheckSingleParametric("param_6", param_6, 6, Params)) return 0; // 7) Y = a * log (b * X^Gamma + c) + d Params[0] = 2.2; Params[1] = 0.9; Params[2] = 0.9; Params[3] = 0.02; Params[4] = 0.1; if (!CheckSingleParametric("param_7", param_7, 7, Params)) return 0; // 8) Y = a * b ^ (c*X+d) + e Params[0] = 0.9; Params[1] = 0.9; Params[2] = 1.02; Params[3] = 0.1; Params[4] = 0.2; if (!CheckSingleParametric("param_8", param_8, 8, Params)) return 0; // 108: S-Shaped: (1 - (1-x)^1/g)^1/g Params[0] = 1.9; if (!CheckSingleParametric("sigmoidal", sigmoidal, 108, Params)) return 0; // All OK return 1; } // LUT checks ------------------------------------------------------------------------------ static cmsInt32Number CheckLUTcreation(void) { cmsPipeline* lut; cmsPipeline* lut2; cmsInt32Number n1, n2; lut = cmsPipelineAlloc(DbgThread(), 1, 1); n1 = cmsPipelineStageCount(lut); lut2 = cmsPipelineDup(lut); n2 = cmsPipelineStageCount(lut2); cmsPipelineFree(lut); cmsPipelineFree(lut2); return (n1 == 0) && (n2 == 0); } // Create a MPE for a identity matrix static void AddIdentityMatrix(cmsPipeline* lut) { const cmsFloat64Number Identity[] = { 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 }; cmsPipelineInsertStage(lut, cmsAT_END, cmsStageAllocMatrix(DbgThread(), 3, 3, Identity, NULL)); } // Create a MPE for identity cmsFloat32Number CLUT static void AddIdentityCLUTfloat(cmsPipeline* lut) { const cmsFloat32Number Table[] = { 0, 0, 0, 0, 0, 1.0, 0, 1.0, 0, 0, 1.0, 1.0, 1.0, 0, 0, 1.0, 0, 1.0, 1.0, 1.0, 0, 1.0, 1.0, 1.0 }; cmsPipelineInsertStage(lut, cmsAT_END, cmsStageAllocCLutFloat(DbgThread(), 2, 3, 3, Table)); } // Create a MPE for identity cmsFloat32Number CLUT static void AddIdentityCLUT16(cmsPipeline* lut) { const cmsUInt16Number Table[] = { 0, 0, 0, 0, 0, 0xffff, 0, 0xffff, 0, 0, 0xffff, 0xffff, 0xffff, 0, 0, 0xffff, 0, 0xffff, 0xffff, 0xffff, 0, 0xffff, 0xffff, 0xffff }; cmsPipelineInsertStage(lut, cmsAT_END, cmsStageAllocCLut16bit(DbgThread(), 2, 3, 3, Table)); } // Create a 3 fn identity curves static void Add3GammaCurves(cmsPipeline* lut, cmsFloat64Number Curve) { cmsToneCurve* id = cmsBuildGamma(DbgThread(), Curve); cmsToneCurve* id3[3]; id3[0] = id; id3[1] = id; id3[2] = id; cmsPipelineInsertStage(lut, cmsAT_END, cmsStageAllocToneCurves(DbgThread(), 3, id3)); cmsFreeToneCurve(id); } static cmsInt32Number CheckFloatLUT(cmsPipeline* lut) { cmsInt32Number n1, i, j; cmsFloat32Number Inf[3], Outf[3]; n1=0; for (j=0; j < 65535; j++) { cmsInt32Number af[3]; Inf[0] = Inf[1] = Inf[2] = (cmsFloat32Number) j / 65535.0F; cmsPipelineEvalFloat(Inf, Outf, lut); af[0] = (cmsInt32Number) floor(Outf[0]*65535.0 + 0.5); af[1] = (cmsInt32Number) floor(Outf[1]*65535.0 + 0.5); af[2] = (cmsInt32Number) floor(Outf[2]*65535.0 + 0.5); for (i=0; i < 3; i++) { if (af[i] != j) { n1++; } } } return (n1 == 0); } static cmsInt32Number Check16LUT(cmsPipeline* lut) { cmsInt32Number n2, i, j; cmsUInt16Number Inw[3], Outw[3]; n2=0; for (j=0; j < 65535; j++) { cmsInt32Number aw[3]; Inw[0] = Inw[1] = Inw[2] = (cmsUInt16Number) j; cmsPipelineEval16(Inw, Outw, lut); aw[0] = Outw[0]; aw[1] = Outw[1]; aw[2] = Outw[2]; for (i=0; i < 3; i++) { if (aw[i] != j) { n2++; } } } return (n2 == 0); } // Check any LUT that is linear static cmsInt32Number CheckStagesLUT(cmsPipeline* lut, cmsInt32Number ExpectedStages) { cmsInt32Number nInpChans, nOutpChans, nStages; nInpChans = cmsPipelineInputChannels(lut); nOutpChans = cmsPipelineOutputChannels(lut); nStages = cmsPipelineStageCount(lut); return (nInpChans == 3) && (nOutpChans == 3) && (nStages == ExpectedStages); } static cmsInt32Number CheckFullLUT(cmsPipeline* lut, cmsInt32Number ExpectedStages) { cmsInt32Number rc = CheckStagesLUT(lut, ExpectedStages) && Check16LUT(lut) && CheckFloatLUT(lut); cmsPipelineFree(lut); return rc; } static cmsInt32Number Check1StageLUT(void) { cmsPipeline* lut = cmsPipelineAlloc(DbgThread(), 3, 3); AddIdentityMatrix(lut); return CheckFullLUT(lut, 1); } static cmsInt32Number Check2StageLUT(void) { cmsPipeline* lut = cmsPipelineAlloc(DbgThread(), 3, 3); AddIdentityMatrix(lut); AddIdentityCLUTfloat(lut); return CheckFullLUT(lut, 2); } static cmsInt32Number Check2Stage16LUT(void) { cmsPipeline* lut = cmsPipelineAlloc(DbgThread(), 3, 3); AddIdentityMatrix(lut); AddIdentityCLUT16(lut); return CheckFullLUT(lut, 2); } static cmsInt32Number Check3StageLUT(void) { cmsPipeline* lut = cmsPipelineAlloc(DbgThread(), 3, 3); AddIdentityMatrix(lut); AddIdentityCLUTfloat(lut); Add3GammaCurves(lut, 1.0); return CheckFullLUT(lut, 3); } static cmsInt32Number Check3Stage16LUT(void) { cmsPipeline* lut = cmsPipelineAlloc(DbgThread(), 3, 3); AddIdentityMatrix(lut); AddIdentityCLUT16(lut); Add3GammaCurves(lut, 1.0); return CheckFullLUT(lut, 3); } static cmsInt32Number Check4StageLUT(void) { cmsPipeline* lut = cmsPipelineAlloc(DbgThread(), 3, 3); AddIdentityMatrix(lut); AddIdentityCLUTfloat(lut); Add3GammaCurves(lut, 1.0); AddIdentityMatrix(lut); return CheckFullLUT(lut, 4); } static cmsInt32Number Check4Stage16LUT(void) { cmsPipeline* lut = cmsPipelineAlloc(DbgThread(), 3, 3); AddIdentityMatrix(lut); AddIdentityCLUT16(lut); Add3GammaCurves(lut, 1.0); AddIdentityMatrix(lut); return CheckFullLUT(lut, 4); } static cmsInt32Number Check5StageLUT(void) { cmsPipeline* lut = cmsPipelineAlloc(DbgThread(), 3, 3); AddIdentityMatrix(lut); AddIdentityCLUTfloat(lut); Add3GammaCurves(lut, 1.0); AddIdentityMatrix(lut); Add3GammaCurves(lut, 1.0); return CheckFullLUT(lut, 5); } static cmsInt32Number Check5Stage16LUT(void) { cmsPipeline* lut = cmsPipelineAlloc(DbgThread(), 3, 3); AddIdentityMatrix(lut); AddIdentityCLUT16(lut); Add3GammaCurves(lut, 1.0); AddIdentityMatrix(lut); Add3GammaCurves(lut, 1.0); return CheckFullLUT(lut, 5); } static cmsInt32Number Check6StageLUT(void) { cmsPipeline* lut = cmsPipelineAlloc(DbgThread(), 3, 3); AddIdentityMatrix(lut); Add3GammaCurves(lut, 1.0); AddIdentityCLUTfloat(lut); Add3GammaCurves(lut, 1.0); AddIdentityMatrix(lut); Add3GammaCurves(lut, 1.0); return CheckFullLUT(lut, 6); } static cmsInt32Number Check6Stage16LUT(void) { cmsPipeline* lut = cmsPipelineAlloc(DbgThread(), 3, 3); AddIdentityMatrix(lut); Add3GammaCurves(lut, 1.0); AddIdentityCLUT16(lut); Add3GammaCurves(lut, 1.0); AddIdentityMatrix(lut); Add3GammaCurves(lut, 1.0); return CheckFullLUT(lut, 6); } static cmsInt32Number CheckLab2LabLUT(void) { cmsPipeline* lut = cmsPipelineAlloc(DbgThread(), 3, 3); cmsInt32Number rc; cmsPipelineInsertStage(lut, cmsAT_END, _cmsStageAllocLab2XYZ(DbgThread())); cmsPipelineInsertStage(lut, cmsAT_END, _cmsStageAllocXYZ2Lab(DbgThread())); rc = CheckFloatLUT(lut) && CheckStagesLUT(lut, 2); cmsPipelineFree(lut); return rc; } static cmsInt32Number CheckXYZ2XYZLUT(void) { cmsPipeline* lut = cmsPipelineAlloc(DbgThread(), 3, 3); cmsInt32Number rc; cmsPipelineInsertStage(lut, cmsAT_END, _cmsStageAllocXYZ2Lab(DbgThread())); cmsPipelineInsertStage(lut, cmsAT_END, _cmsStageAllocLab2XYZ(DbgThread())); rc = CheckFloatLUT(lut) && CheckStagesLUT(lut, 2); cmsPipelineFree(lut); return rc; } static cmsInt32Number CheckLab2LabMatLUT(void) { cmsPipeline* lut = cmsPipelineAlloc(DbgThread(), 3, 3); cmsInt32Number rc; cmsPipelineInsertStage(lut, cmsAT_END, _cmsStageAllocLab2XYZ(DbgThread())); AddIdentityMatrix(lut); cmsPipelineInsertStage(lut, cmsAT_END, _cmsStageAllocXYZ2Lab(DbgThread())); rc = CheckFloatLUT(lut) && CheckStagesLUT(lut, 3); cmsPipelineFree(lut); return rc; } static cmsInt32Number CheckNamedColorLUT(void) { cmsPipeline* lut = cmsPipelineAlloc(DbgThread(), 3, 3); cmsNAMEDCOLORLIST* nc; cmsInt32Number i,j, rc = 1, n2; cmsUInt16Number PCS[3]; cmsUInt16Number Colorant[cmsMAXCHANNELS]; char Name[255]; cmsUInt16Number Inw[3], Outw[3]; nc = cmsAllocNamedColorList(DbgThread(), 256, 3, "pre", "post"); if (nc == NULL) return 0; for (i=0; i < 256; i++) { PCS[0] = PCS[1] = PCS[2] = (cmsUInt16Number) i; Colorant[0] = Colorant[1] = Colorant[2] = Colorant[3] = (cmsUInt16Number) i; sprintf(Name, "#%d", i); if (!cmsAppendNamedColor(nc, Name, PCS, Colorant)) { rc = 0; break; } } cmsPipelineInsertStage(lut, cmsAT_END, _cmsStageAllocNamedColor(nc, FALSE)); cmsFreeNamedColorList(nc); if (rc == 0) return 0; n2=0; for (j=0; j < 256; j++) { Inw[0] = (cmsUInt16Number) j; cmsPipelineEval16(Inw, Outw, lut); for (i=0; i < 3; i++) { if (Outw[i] != j) { n2++; } } } cmsPipelineFree(lut); return (n2 == 0); } // -------------------------------------------------------------------------------------------- // A lightweight test of multilocalized unicode structures. static cmsInt32Number CheckMLU(void) { cmsMLU* mlu, *mlu2, *mlu3; char Buffer[256], Buffer2[256]; cmsInt32Number rc = 1; cmsInt32Number i; cmsHPROFILE h= NULL; // Allocate a MLU structure, no preferred size mlu = cmsMLUalloc(DbgThread(), 0); // Add some localizations cmsMLUsetWide(mlu, "en", "US", L"Hello, world"); cmsMLUsetWide(mlu, "es", "ES", L"Hola, mundo"); cmsMLUsetWide(mlu, "fr", "FR", L"Bonjour, le monde"); cmsMLUsetWide(mlu, "ca", "CA", L"Hola, mon"); // Check the returned string for each language cmsMLUgetASCII(mlu, "en", "US", Buffer, 256); if (strcmp(Buffer, "Hello, world") != 0) rc = 0; cmsMLUgetASCII(mlu, "es", "ES", Buffer, 256); if (strcmp(Buffer, "Hola, mundo") != 0) rc = 0; cmsMLUgetASCII(mlu, "fr", "FR", Buffer, 256); if (strcmp(Buffer, "Bonjour, le monde") != 0) rc = 0; cmsMLUgetASCII(mlu, "ca", "CA", Buffer, 256); if (strcmp(Buffer, "Hola, mon") != 0) rc = 0; if (rc == 0) Fail("Unexpected string '%s'", Buffer); // So far, so good. cmsMLUfree(mlu); // Now for performance, allocate an empty struct mlu = cmsMLUalloc(DbgThread(), 0); // Fill it with several thousands of different languages for (i=0; i < 4096; i++) { char Lang[3]; Lang[0] = (char) (i % 255); Lang[1] = (char) (i / 255); Lang[2] = 0; sprintf(Buffer, "String #%i", i); cmsMLUsetASCII(mlu, Lang, Lang, Buffer); } // Duplicate it mlu2 = cmsMLUdup(mlu); // Get rid of original cmsMLUfree(mlu); // Check all is still in place for (i=0; i < 4096; i++) { char Lang[3]; Lang[0] = (char)(i % 255); Lang[1] = (char)(i / 255); Lang[2] = 0; cmsMLUgetASCII(mlu2, Lang, Lang, Buffer2, 256); sprintf(Buffer, "String #%i", i); if (strcmp(Buffer, Buffer2) != 0) { rc = 0; break; } } if (rc == 0) Fail("Unexpected string '%s'", Buffer2); // Check profile IO h = cmsOpenProfileFromFileTHR(DbgThread(), "mlucheck.icc", "w"); cmsSetProfileVersion(h, 4.3); cmsWriteTag(h, cmsSigProfileDescriptionTag, mlu2); cmsCloseProfile(h); cmsMLUfree(mlu2); h = cmsOpenProfileFromFileTHR(DbgThread(), "mlucheck.icc", "r"); mlu3 = (cmsMLU *) cmsReadTag(h, cmsSigProfileDescriptionTag); if (mlu3 == NULL) { Fail("Profile didn't get the MLU\n"); rc = 0; goto Error; } // Check all is still in place for (i=0; i < 4096; i++) { char Lang[3]; Lang[0] = (char) (i % 255); Lang[1] = (char) (i / 255); Lang[2] = 0; cmsMLUgetASCII(mlu3, Lang, Lang, Buffer2, 256); sprintf(Buffer, "String #%i", i); if (strcmp(Buffer, Buffer2) != 0) { rc = 0; break; } } if (rc == 0) Fail("Unexpected string '%s'", Buffer2); Error: if (h != NULL) cmsCloseProfile(h); remove("mlucheck.icc"); return rc; } // Check UTF8 encoding static cmsInt32Number CheckMLU_UTF8(void) { cmsMLU* mlu; char Buffer[256]; cmsInt32Number rc = 1; mlu = cmsMLUalloc(DbgThread(), 0); cmsMLUsetWide(mlu, "en", "US", L"\x3b2\x14b"); cmsMLUgetUTF8(mlu, "en", "US", Buffer, 256); if (strcmp(Buffer, "\xce\xb2\xc5\x8b") != 0) rc = 0; if (rc == 0) Fail("Unexpected string '%s'", Buffer); cmsMLUfree(mlu); return rc; } // A lightweight test of named color structures. static cmsInt32Number CheckNamedColorList(void) { cmsNAMEDCOLORLIST* nc = NULL, *nc2; cmsInt32Number i, j, rc=1; char Name[cmsMAX_PATH]; cmsUInt16Number PCS[3]; cmsUInt16Number Colorant[cmsMAXCHANNELS]; char CheckName[cmsMAX_PATH]; cmsUInt16Number CheckPCS[3]; cmsUInt16Number CheckColorant[cmsMAXCHANNELS]; cmsHPROFILE h; nc = cmsAllocNamedColorList(DbgThread(), 0, 4, "prefix", "suffix"); if (nc == NULL) return 0; for (i=0; i < 4096; i++) { PCS[0] = PCS[1] = PCS[2] = (cmsUInt16Number) i; Colorant[0] = Colorant[1] = Colorant[2] = Colorant[3] = (cmsUInt16Number) (4096 - i); sprintf(Name, "#%d", i); if (!cmsAppendNamedColor(nc, Name, PCS, Colorant)) { rc = 0; break; } } for (i=0; i < 4096; i++) { CheckPCS[0] = CheckPCS[1] = CheckPCS[2] = (cmsUInt16Number) i; CheckColorant[0] = CheckColorant[1] = CheckColorant[2] = CheckColorant[3] = (cmsUInt16Number) (4096 - i); sprintf(CheckName, "#%d", i); if (!cmsNamedColorInfo(nc, i, Name, NULL, NULL, PCS, Colorant)) { rc = 0; goto Error; } for (j=0; j < 3; j++) { if (CheckPCS[j] != PCS[j]) { rc = 0; Fail("Invalid PCS"); goto Error; } } for (j=0; j < 4; j++) { if (CheckColorant[j] != Colorant[j]) { rc = 0; Fail("Invalid Colorant"); goto Error; }; } if (strcmp(Name, CheckName) != 0) {rc = 0; Fail("Invalid Name"); goto Error; }; } h = cmsOpenProfileFromFileTHR(DbgThread(), "namedcol.icc", "w"); if (h == NULL) return 0; if (!cmsWriteTag(h, cmsSigNamedColor2Tag, nc)) return 0; cmsCloseProfile(h); cmsFreeNamedColorList(nc); nc = NULL; h = cmsOpenProfileFromFileTHR(DbgThread(), "namedcol.icc", "r"); nc2 = (cmsNAMEDCOLORLIST *) cmsReadTag(h, cmsSigNamedColor2Tag); if (cmsNamedColorCount(nc2) != 4096) { rc = 0; Fail("Invalid count"); goto Error; } i = cmsNamedColorIndex(nc2, "#123"); if (i != 123) { rc = 0; Fail("Invalid index"); goto Error; } for (i=0; i < 4096; i++) { CheckPCS[0] = CheckPCS[1] = CheckPCS[2] = (cmsUInt16Number) i; CheckColorant[0] = CheckColorant[1] = CheckColorant[2] = CheckColorant[3] = (cmsUInt16Number) (4096 - i); sprintf(CheckName, "#%d", i); if (!cmsNamedColorInfo(nc2, i, Name, NULL, NULL, PCS, Colorant)) { rc = 0; goto Error; } for (j=0; j < 3; j++) { if (CheckPCS[j] != PCS[j]) { rc = 0; Fail("Invalid PCS"); goto Error; } } for (j=0; j < 4; j++) { if (CheckColorant[j] != Colorant[j]) { rc = 0; Fail("Invalid Colorant"); goto Error; }; } if (strcmp(Name, CheckName) != 0) {rc = 0; Fail("Invalid Name"); goto Error; }; } cmsCloseProfile(h); remove("namedcol.icc"); Error: if (nc != NULL) cmsFreeNamedColorList(nc); return rc; } // For educational purposes ONLY. No error checking is performed! static cmsInt32Number CreateNamedColorProfile(void) { // Color list database cmsNAMEDCOLORLIST* colors = cmsAllocNamedColorList(0, 10, 4, "PANTONE", "TCX"); // Containers for names cmsMLU* DescriptionMLU, *CopyrightMLU; // Create n empty profile cmsHPROFILE hProfile = cmsOpenProfileFromFile("named.icc", "w"); // Values cmsCIELab Lab; cmsUInt16Number PCS[3], Colorant[cmsMAXCHANNELS]; // Set profile class cmsSetProfileVersion(hProfile, 4.3); cmsSetDeviceClass(hProfile, cmsSigNamedColorClass); cmsSetColorSpace(hProfile, cmsSigCmykData); cmsSetPCS(hProfile, cmsSigLabData); cmsSetHeaderRenderingIntent(hProfile, INTENT_PERCEPTUAL); // Add description and copyright only in english/US DescriptionMLU = cmsMLUalloc(0, 1); CopyrightMLU = cmsMLUalloc(0, 1); cmsMLUsetWide(DescriptionMLU, "en", "US", L"Profile description"); cmsMLUsetWide(CopyrightMLU, "en", "US", L"Profile copyright"); cmsWriteTag(hProfile, cmsSigProfileDescriptionTag, DescriptionMLU); cmsWriteTag(hProfile, cmsSigCopyrightTag, CopyrightMLU); // Set the media white point cmsWriteTag(hProfile, cmsSigMediaWhitePointTag, cmsD50_XYZ()); // Populate one value, Colorant = CMYK values in 16 bits, PCS[] = Encoded Lab values (in V2 format!!) Lab.L = 50; Lab.a = 10; Lab.b = -10; cmsFloat2LabEncodedV2(PCS, &Lab); Colorant[0] = 10 * 257; Colorant[1] = 20 * 257; Colorant[2] = 30 * 257; Colorant[3] = 40 * 257; cmsAppendNamedColor(colors, "Hazelnut 14-1315", PCS, Colorant); // Another one. Consider to write a routine for that Lab.L = 40; Lab.a = -5; Lab.b = 8; cmsFloat2LabEncodedV2(PCS, &Lab); Colorant[0] = 10 * 257; Colorant[1] = 20 * 257; Colorant[2] = 30 * 257; Colorant[3] = 40 * 257; cmsAppendNamedColor(colors, "Kale 18-0107", PCS, Colorant); // Write the colors database cmsWriteTag(hProfile, cmsSigNamedColor2Tag, colors); // That will create the file cmsCloseProfile(hProfile); // Free resources cmsFreeNamedColorList(colors); cmsMLUfree(DescriptionMLU); cmsMLUfree(CopyrightMLU); remove("named.icc"); return 1; } // ---------------------------------------------------------------------------------------------------------- // Formatters static cmsBool FormatterFailed; static void CheckSingleFormatter16(cmsContext id, cmsUInt32Number Type, const char* Text) { cmsUInt16Number Values[cmsMAXCHANNELS]; cmsUInt8Number Buffer[1024]; cmsFormatter f, b; cmsInt32Number i, j, nChannels, bytes; _cmsTRANSFORM info; // Already failed? if (FormatterFailed) return; memset(&info, 0, sizeof(info)); info.OutputFormat = info.InputFormat = Type; // Go forth and back f = _cmsGetFormatter(id, Type, cmsFormatterInput, CMS_PACK_FLAGS_16BITS); b = _cmsGetFormatter(id, Type, cmsFormatterOutput, CMS_PACK_FLAGS_16BITS); if (f.Fmt16 == NULL || b.Fmt16 == NULL) { Fail("no formatter for %s", Text); FormatterFailed = TRUE; // Useful for debug f = _cmsGetFormatter(id, Type, cmsFormatterInput, CMS_PACK_FLAGS_16BITS); b = _cmsGetFormatter(id, Type, cmsFormatterOutput, CMS_PACK_FLAGS_16BITS); return; } nChannels = T_CHANNELS(Type); bytes = T_BYTES(Type); for (j=0; j < 5; j++) { for (i=0; i < nChannels; i++) { Values[i] = (cmsUInt16Number) (i+j); // For 8-bit if (bytes == 1) Values[i] <<= 8; } b.Fmt16(&info, Values, Buffer, 2); memset(Values, 0, sizeof(Values)); f.Fmt16(&info, Values, Buffer, 2); for (i=0; i < nChannels; i++) { if (bytes == 1) Values[i] >>= 8; if (Values[i] != i+j) { Fail("%s failed", Text); FormatterFailed = TRUE; // Useful for debug for (i=0; i < nChannels; i++) { Values[i] = (cmsUInt16Number) (i+j); // For 8-bit if (bytes == 1) Values[i] <<= 8; } b.Fmt16(&info, Values, Buffer, 1); f.Fmt16(&info, Values, Buffer, 1); return; } } } } #define C(a) CheckSingleFormatter16(0, a, #a) // Check all formatters static cmsInt32Number CheckFormatters16(void) { FormatterFailed = FALSE; C( TYPE_GRAY_8 ); C( TYPE_GRAY_8_REV ); C( TYPE_GRAY_16 ); C( TYPE_GRAY_16_REV ); C( TYPE_GRAY_16_SE ); C( TYPE_GRAYA_8 ); C( TYPE_GRAYA_16 ); C( TYPE_GRAYA_16_SE ); C( TYPE_GRAYA_8_PLANAR ); C( TYPE_GRAYA_16_PLANAR ); C( TYPE_RGB_8 ); C( TYPE_RGB_8_PLANAR ); C( TYPE_BGR_8 ); C( TYPE_BGR_8_PLANAR ); C( TYPE_RGB_16 ); C( TYPE_RGB_16_PLANAR ); C( TYPE_RGB_16_SE ); C( TYPE_BGR_16 ); C( TYPE_BGR_16_PLANAR ); C( TYPE_BGR_16_SE ); C( TYPE_RGBA_8 ); C( TYPE_RGBA_8_PLANAR ); C( TYPE_RGBA_16 ); C( TYPE_RGBA_16_PLANAR ); C( TYPE_RGBA_16_SE ); C( TYPE_ARGB_8 ); C( TYPE_ARGB_8_PLANAR ); C( TYPE_ARGB_16 ); C( TYPE_ABGR_8 ); C( TYPE_ABGR_8_PLANAR ); C( TYPE_ABGR_16 ); C( TYPE_ABGR_16_PLANAR ); C( TYPE_ABGR_16_SE ); C( TYPE_BGRA_8 ); C( TYPE_BGRA_8_PLANAR ); C( TYPE_BGRA_16 ); C( TYPE_BGRA_16_SE ); C( TYPE_CMY_8 ); C( TYPE_CMY_8_PLANAR ); C( TYPE_CMY_16 ); C( TYPE_CMY_16_PLANAR ); C( TYPE_CMY_16_SE ); C( TYPE_CMYK_8 ); C( TYPE_CMYKA_8 ); C( TYPE_CMYK_8_REV ); C( TYPE_YUVK_8 ); C( TYPE_CMYK_8_PLANAR ); C( TYPE_CMYK_16 ); C( TYPE_CMYK_16_REV ); C( TYPE_YUVK_16 ); C( TYPE_CMYK_16_PLANAR ); C( TYPE_CMYK_16_SE ); C( TYPE_KYMC_8 ); C( TYPE_KYMC_16 ); C( TYPE_KYMC_16_SE ); C( TYPE_KCMY_8 ); C( TYPE_KCMY_8_REV ); C( TYPE_KCMY_16 ); C( TYPE_KCMY_16_REV ); C( TYPE_KCMY_16_SE ); C( TYPE_CMYK5_8 ); C( TYPE_CMYK5_16 ); C( TYPE_CMYK5_16_SE ); C( TYPE_KYMC5_8 ); C( TYPE_KYMC5_16 ); C( TYPE_KYMC5_16_SE ); C( TYPE_CMYK6_8 ); C( TYPE_CMYK6_8_PLANAR ); C( TYPE_CMYK6_16 ); C( TYPE_CMYK6_16_PLANAR ); C( TYPE_CMYK6_16_SE ); C( TYPE_CMYK7_8 ); C( TYPE_CMYK7_16 ); C( TYPE_CMYK7_16_SE ); C( TYPE_KYMC7_8 ); C( TYPE_KYMC7_16 ); C( TYPE_KYMC7_16_SE ); C( TYPE_CMYK8_8 ); C( TYPE_CMYK8_16 ); C( TYPE_CMYK8_16_SE ); C( TYPE_KYMC8_8 ); C( TYPE_KYMC8_16 ); C( TYPE_KYMC8_16_SE ); C( TYPE_CMYK9_8 ); C( TYPE_CMYK9_16 ); C( TYPE_CMYK9_16_SE ); C( TYPE_KYMC9_8 ); C( TYPE_KYMC9_16 ); C( TYPE_KYMC9_16_SE ); C( TYPE_CMYK10_8 ); C( TYPE_CMYK10_16 ); C( TYPE_CMYK10_16_SE ); C( TYPE_KYMC10_8 ); C( TYPE_KYMC10_16 ); C( TYPE_KYMC10_16_SE ); C( TYPE_CMYK11_8 ); C( TYPE_CMYK11_16 ); C( TYPE_CMYK11_16_SE ); C( TYPE_KYMC11_8 ); C( TYPE_KYMC11_16 ); C( TYPE_KYMC11_16_SE ); C( TYPE_CMYK12_8 ); C( TYPE_CMYK12_16 ); C( TYPE_CMYK12_16_SE ); C( TYPE_KYMC12_8 ); C( TYPE_KYMC12_16 ); C( TYPE_KYMC12_16_SE ); C( TYPE_XYZ_16 ); C( TYPE_Lab_8 ); C( TYPE_ALab_8 ); C( TYPE_Lab_16 ); C( TYPE_Yxy_16 ); C( TYPE_YCbCr_8 ); C( TYPE_YCbCr_8_PLANAR ); C( TYPE_YCbCr_16 ); C( TYPE_YCbCr_16_PLANAR ); C( TYPE_YCbCr_16_SE ); C( TYPE_YUV_8 ); C( TYPE_YUV_8_PLANAR ); C( TYPE_YUV_16 ); C( TYPE_YUV_16_PLANAR ); C( TYPE_YUV_16_SE ); C( TYPE_HLS_8 ); C( TYPE_HLS_8_PLANAR ); C( TYPE_HLS_16 ); C( TYPE_HLS_16_PLANAR ); C( TYPE_HLS_16_SE ); C( TYPE_HSV_8 ); C( TYPE_HSV_8_PLANAR ); C( TYPE_HSV_16 ); C( TYPE_HSV_16_PLANAR ); C( TYPE_HSV_16_SE ); C( TYPE_XYZ_FLT ); C( TYPE_Lab_FLT ); C( TYPE_GRAY_FLT ); C( TYPE_RGB_FLT ); C( TYPE_BGR_FLT ); C( TYPE_CMYK_FLT ); C( TYPE_LabA_FLT ); C( TYPE_RGBA_FLT ); C( TYPE_ARGB_FLT ); C( TYPE_BGRA_FLT ); C( TYPE_ABGR_FLT ); C( TYPE_XYZ_DBL ); C( TYPE_Lab_DBL ); C( TYPE_GRAY_DBL ); C( TYPE_RGB_DBL ); C( TYPE_BGR_DBL ); C( TYPE_CMYK_DBL ); C( TYPE_LabV2_8 ); C( TYPE_ALabV2_8 ); C( TYPE_LabV2_16 ); #ifndef CMS_NO_HALF_SUPPORT C( TYPE_GRAY_HALF_FLT ); C( TYPE_RGB_HALF_FLT ); C( TYPE_CMYK_HALF_FLT ); C( TYPE_RGBA_HALF_FLT ); C( TYPE_RGBA_HALF_FLT ); C( TYPE_ARGB_HALF_FLT ); C( TYPE_BGR_HALF_FLT ); C( TYPE_BGRA_HALF_FLT ); C( TYPE_ABGR_HALF_FLT ); #endif return FormatterFailed == 0 ? 1 : 0; } #undef C static void CheckSingleFormatterFloat(cmsUInt32Number Type, const char* Text) { cmsFloat32Number Values[cmsMAXCHANNELS]; cmsUInt8Number Buffer[1024]; cmsFormatter f, b; cmsInt32Number i, j, nChannels; _cmsTRANSFORM info; // Already failed? if (FormatterFailed) return; memset(&info, 0, sizeof(info)); info.OutputFormat = info.InputFormat = Type; // Go forth and back f = _cmsGetFormatter(0, Type, cmsFormatterInput, CMS_PACK_FLAGS_FLOAT); b = _cmsGetFormatter(0, Type, cmsFormatterOutput, CMS_PACK_FLAGS_FLOAT); if (f.FmtFloat == NULL || b.FmtFloat == NULL) { Fail("no formatter for %s", Text); FormatterFailed = TRUE; // Useful for debug f = _cmsGetFormatter(0, Type, cmsFormatterInput, CMS_PACK_FLAGS_FLOAT); b = _cmsGetFormatter(0, Type, cmsFormatterOutput, CMS_PACK_FLAGS_FLOAT); return; } nChannels = T_CHANNELS(Type); for (j=0; j < 5; j++) { for (i=0; i < nChannels; i++) { Values[i] = (cmsFloat32Number) (i+j); } b.FmtFloat(&info, Values, Buffer, 1); memset(Values, 0, sizeof(Values)); f.FmtFloat(&info, Values, Buffer, 1); for (i=0; i < nChannels; i++) { cmsFloat64Number delta = fabs(Values[i] - ( i+j)); if (delta > 0.000000001) { Fail("%s failed", Text); FormatterFailed = TRUE; // Useful for debug for (i=0; i < nChannels; i++) { Values[i] = (cmsFloat32Number) (i+j); } b.FmtFloat(&info, Values, Buffer, 1); f.FmtFloat(&info, Values, Buffer, 1); return; } } } } #define C(a) CheckSingleFormatterFloat(a, #a) static cmsInt32Number CheckFormattersFloat(void) { FormatterFailed = FALSE; C( TYPE_XYZ_FLT ); C( TYPE_Lab_FLT ); C( TYPE_GRAY_FLT ); C( TYPE_RGB_FLT ); C( TYPE_BGR_FLT ); C( TYPE_CMYK_FLT ); C( TYPE_LabA_FLT ); C( TYPE_RGBA_FLT ); C( TYPE_ARGB_FLT ); C( TYPE_BGRA_FLT ); C( TYPE_ABGR_FLT ); C( TYPE_XYZ_DBL ); C( TYPE_Lab_DBL ); C( TYPE_GRAY_DBL ); C( TYPE_RGB_DBL ); C( TYPE_BGR_DBL ); C( TYPE_CMYK_DBL ); C( TYPE_XYZ_FLT ); #ifndef CMS_NO_HALF_SUPPORT C( TYPE_GRAY_HALF_FLT ); C( TYPE_RGB_HALF_FLT ); C( TYPE_CMYK_HALF_FLT ); C( TYPE_RGBA_HALF_FLT ); C( TYPE_RGBA_HALF_FLT ); C( TYPE_ARGB_HALF_FLT ); C( TYPE_BGR_HALF_FLT ); C( TYPE_BGRA_HALF_FLT ); C( TYPE_ABGR_HALF_FLT ); #endif return FormatterFailed == 0 ? 1 : 0; } #undef C #ifndef CMS_NO_HALF_SUPPORT // Check half float #define my_isfinite(x) ((x) != (x)) static cmsInt32Number CheckFormattersHalf(void) { int i, j; for (i=0; i < 0xffff; i++) { cmsFloat32Number f = _cmsHalf2Float((cmsUInt16Number) i); if (!my_isfinite(f)) { j = _cmsFloat2Half(f); if (i != j) { Fail("%d != %d in Half float support!\n", i, j); return 0; } } } return 1; } #endif static cmsInt32Number CheckOneRGB(cmsHTRANSFORM xform, cmsUInt16Number R, cmsUInt16Number G, cmsUInt16Number B, cmsUInt16Number Ro, cmsUInt16Number Go, cmsUInt16Number Bo) { cmsUInt16Number RGB[3]; cmsUInt16Number Out[3]; RGB[0] = R; RGB[1] = G; RGB[2] = B; cmsDoTransform(xform, RGB, Out, 1); return IsGoodWord("R", Ro , Out[0]) && IsGoodWord("G", Go , Out[1]) && IsGoodWord("B", Bo , Out[2]); } // Check known values going from sRGB to XYZ static cmsInt32Number CheckOneRGB_double(cmsHTRANSFORM xform, cmsFloat64Number R, cmsFloat64Number G, cmsFloat64Number B, cmsFloat64Number Ro, cmsFloat64Number Go, cmsFloat64Number Bo) { cmsFloat64Number RGB[3]; cmsFloat64Number Out[3]; RGB[0] = R; RGB[1] = G; RGB[2] = B; cmsDoTransform(xform, RGB, Out, 1); return IsGoodVal("R", Ro , Out[0], 0.01) && IsGoodVal("G", Go , Out[1], 0.01) && IsGoodVal("B", Bo , Out[2], 0.01); } static cmsInt32Number CheckChangeBufferFormat(void) { cmsHPROFILE hsRGB = cmsCreate_sRGBProfile(); cmsHTRANSFORM xform; xform = cmsCreateTransform(hsRGB, TYPE_RGB_16, hsRGB, TYPE_RGB_16, INTENT_PERCEPTUAL, 0); cmsCloseProfile(hsRGB); if (xform == NULL) return 0; if (!CheckOneRGB(xform, 0, 0, 0, 0, 0, 0)) return 0; if (!CheckOneRGB(xform, 120, 0, 0, 120, 0, 0)) return 0; if (!CheckOneRGB(xform, 0, 222, 255, 0, 222, 255)) return 0; if (!cmsChangeBuffersFormat(xform, TYPE_BGR_16, TYPE_RGB_16)) return 0; if (!CheckOneRGB(xform, 0, 0, 123, 123, 0, 0)) return 0; if (!CheckOneRGB(xform, 154, 234, 0, 0, 234, 154)) return 0; if (!cmsChangeBuffersFormat(xform, TYPE_RGB_DBL, TYPE_RGB_DBL)) return 0; if (!CheckOneRGB_double(xform, 0.20, 0, 0, 0.20, 0, 0)) return 0; if (!CheckOneRGB_double(xform, 0, 0.9, 1, 0, 0.9, 1)) return 0; cmsDeleteTransform(xform); return 1; } // Write tag testbed ---------------------------------------------------------------------------------------- static cmsInt32Number CheckXYZ(cmsInt32Number Pass, cmsHPROFILE hProfile, cmsTagSignature tag) { cmsCIEXYZ XYZ, *Pt; switch (Pass) { case 1: XYZ.X = 1.0; XYZ.Y = 1.1; XYZ.Z = 1.2; return cmsWriteTag(hProfile, tag, &XYZ); case 2: Pt = (cmsCIEXYZ *) cmsReadTag(hProfile, tag); if (Pt == NULL) return 0; return IsGoodFixed15_16("X", 1.0, Pt ->X) && IsGoodFixed15_16("Y", 1.1, Pt->Y) && IsGoodFixed15_16("Z", 1.2, Pt -> Z); default: return 0; } } static cmsInt32Number CheckGamma(cmsInt32Number Pass, cmsHPROFILE hProfile, cmsTagSignature tag) { cmsToneCurve *g, *Pt; cmsInt32Number rc; switch (Pass) { case 1: g = cmsBuildGamma(DbgThread(), 1.0); rc = cmsWriteTag(hProfile, tag, g); cmsFreeToneCurve(g); return rc; case 2: Pt = (cmsToneCurve *) cmsReadTag(hProfile, tag); if (Pt == NULL) return 0; return cmsIsToneCurveLinear(Pt); default: return 0; } } static cmsInt32Number CheckTextSingle(cmsInt32Number Pass, cmsHPROFILE hProfile, cmsTagSignature tag) { cmsMLU *m, *Pt; cmsInt32Number rc; char Buffer[256]; switch (Pass) { case 1: m = cmsMLUalloc(DbgThread(), 0); cmsMLUsetASCII(m, cmsNoLanguage, cmsNoCountry, "Test test"); rc = cmsWriteTag(hProfile, tag, m); cmsMLUfree(m); return rc; case 2: Pt = (cmsMLU *) cmsReadTag(hProfile, tag); if (Pt == NULL) return 0; cmsMLUgetASCII(Pt, cmsNoLanguage, cmsNoCountry, Buffer, 256); if (strcmp(Buffer, "Test test") != 0) return FALSE; return TRUE; default: return 0; } } static cmsInt32Number CheckText(cmsInt32Number Pass, cmsHPROFILE hProfile, cmsTagSignature tag) { cmsMLU *m, *Pt; cmsInt32Number rc; char Buffer[256]; switch (Pass) { case 1: m = cmsMLUalloc(DbgThread(), 0); cmsMLUsetASCII(m, cmsNoLanguage, cmsNoCountry, "Test test"); cmsMLUsetASCII(m, "en", "US", "1 1 1 1"); cmsMLUsetASCII(m, "es", "ES", "2 2 2 2"); cmsMLUsetASCII(m, "ct", "ES", "3 3 3 3"); cmsMLUsetASCII(m, "en", "GB", "444444444"); rc = cmsWriteTag(hProfile, tag, m); cmsMLUfree(m); return rc; case 2: Pt = (cmsMLU *) cmsReadTag(hProfile, tag); if (Pt == NULL) return 0; cmsMLUgetASCII(Pt, cmsNoLanguage, cmsNoCountry, Buffer, 256); if (strcmp(Buffer, "Test test") != 0) return FALSE; cmsMLUgetASCII(Pt, "en", "US", Buffer, 256); if (strcmp(Buffer, "1 1 1 1") != 0) return FALSE; cmsMLUgetASCII(Pt, "es", "ES", Buffer, 256); if (strcmp(Buffer, "2 2 2 2") != 0) return FALSE; cmsMLUgetASCII(Pt, "ct", "ES", Buffer, 256); if (strcmp(Buffer, "3 3 3 3") != 0) return FALSE; cmsMLUgetASCII(Pt, "en", "GB", Buffer, 256); if (strcmp(Buffer, "444444444") != 0) return FALSE; return TRUE; default: return 0; } } static cmsInt32Number CheckData(cmsInt32Number Pass, cmsHPROFILE hProfile, cmsTagSignature tag) { cmsICCData *Pt; cmsICCData d = { 1, 0, { '?' }}; cmsInt32Number rc; switch (Pass) { case 1: rc = cmsWriteTag(hProfile, tag, &d); return rc; case 2: Pt = (cmsICCData *) cmsReadTag(hProfile, tag); if (Pt == NULL) return 0; return (Pt ->data[0] == '?') && (Pt ->flag == 0) && (Pt ->len == 1); default: return 0; } } static cmsInt32Number CheckSignature(cmsInt32Number Pass, cmsHPROFILE hProfile, cmsTagSignature tag) { cmsTagSignature *Pt, Holder; switch (Pass) { case 1: Holder = (cmsTagSignature) cmsSigPerceptualReferenceMediumGamut; return cmsWriteTag(hProfile, tag, &Holder); case 2: Pt = (cmsTagSignature *) cmsReadTag(hProfile, tag); if (Pt == NULL) return 0; return *Pt == cmsSigPerceptualReferenceMediumGamut; default: return 0; } } static cmsInt32Number CheckDateTime(cmsInt32Number Pass, cmsHPROFILE hProfile, cmsTagSignature tag) { struct tm *Pt, Holder; switch (Pass) { case 1: Holder.tm_hour = 1; Holder.tm_min = 2; Holder.tm_sec = 3; Holder.tm_mday = 4; Holder.tm_mon = 5; Holder.tm_year = 2009 - 1900; return cmsWriteTag(hProfile, tag, &Holder); case 2: Pt = (struct tm *) cmsReadTag(hProfile, tag); if (Pt == NULL) return 0; return (Pt ->tm_hour == 1 && Pt ->tm_min == 2 && Pt ->tm_sec == 3 && Pt ->tm_mday == 4 && Pt ->tm_mon == 5 && Pt ->tm_year == 2009 - 1900); default: return 0; } } static cmsInt32Number CheckNamedColor(cmsInt32Number Pass, cmsHPROFILE hProfile, cmsTagSignature tag, cmsInt32Number max_check, cmsBool colorant_check) { cmsNAMEDCOLORLIST* nc; cmsInt32Number i, j, rc; char Name[255]; cmsUInt16Number PCS[3]; cmsUInt16Number Colorant[cmsMAXCHANNELS]; char CheckName[255]; cmsUInt16Number CheckPCS[3]; cmsUInt16Number CheckColorant[cmsMAXCHANNELS]; switch (Pass) { case 1: nc = cmsAllocNamedColorList(DbgThread(), 0, 4, "prefix", "suffix"); if (nc == NULL) return 0; for (i=0; i < max_check; i++) { PCS[0] = PCS[1] = PCS[2] = (cmsUInt16Number) i; Colorant[0] = Colorant[1] = Colorant[2] = Colorant[3] = (cmsUInt16Number) (max_check - i); sprintf(Name, "#%d", i); if (!cmsAppendNamedColor(nc, Name, PCS, Colorant)) { Fail("Couldn't append named color"); return 0; } } rc = cmsWriteTag(hProfile, tag, nc); cmsFreeNamedColorList(nc); return rc; case 2: nc = (cmsNAMEDCOLORLIST *) cmsReadTag(hProfile, tag); if (nc == NULL) return 0; for (i=0; i < max_check; i++) { CheckPCS[0] = CheckPCS[1] = CheckPCS[2] = (cmsUInt16Number) i; CheckColorant[0] = CheckColorant[1] = CheckColorant[2] = CheckColorant[3] = (cmsUInt16Number) (max_check - i); sprintf(CheckName, "#%d", i); if (!cmsNamedColorInfo(nc, i, Name, NULL, NULL, PCS, Colorant)) { Fail("Invalid string"); return 0; } for (j=0; j < 3; j++) { if (CheckPCS[j] != PCS[j]) { Fail("Invalid PCS"); return 0; } } // This is only used on named color list if (colorant_check) { for (j=0; j < 4; j++) { if (CheckColorant[j] != Colorant[j]) { Fail("Invalid Colorant"); return 0; }; } } if (strcmp(Name, CheckName) != 0) { Fail("Invalid Name"); return 0; }; } return 1; default: return 0; } } static cmsInt32Number CheckLUT(cmsInt32Number Pass, cmsHPROFILE hProfile, cmsTagSignature tag) { cmsPipeline* Lut, *Pt; cmsInt32Number rc; switch (Pass) { case 1: Lut = cmsPipelineAlloc(DbgThread(), 3, 3); if (Lut == NULL) return 0; // Create an identity LUT cmsPipelineInsertStage(Lut, cmsAT_BEGIN, _cmsStageAllocIdentityCurves(DbgThread(), 3)); cmsPipelineInsertStage(Lut, cmsAT_END, _cmsStageAllocIdentityCLut(DbgThread(), 3)); cmsPipelineInsertStage(Lut, cmsAT_END, _cmsStageAllocIdentityCurves(DbgThread(), 3)); rc = cmsWriteTag(hProfile, tag, Lut); cmsPipelineFree(Lut); return rc; case 2: Pt = (cmsPipeline *) cmsReadTag(hProfile, tag); if (Pt == NULL) return 0; // Transform values, check for identity return Check16LUT(Pt); default: return 0; } } static cmsInt32Number CheckCHAD(cmsInt32Number Pass, cmsHPROFILE hProfile, cmsTagSignature tag) { cmsFloat64Number *Pt; cmsFloat64Number CHAD[] = { 0, .1, .2, .3, .4, .5, .6, .7, .8 }; cmsInt32Number i; switch (Pass) { case 1: return cmsWriteTag(hProfile, tag, CHAD); case 2: Pt = (cmsFloat64Number *) cmsReadTag(hProfile, tag); if (Pt == NULL) return 0; for (i=0; i < 9; i++) { if (!IsGoodFixed15_16("CHAD", Pt[i], CHAD[i])) return 0; } return 1; default: return 0; } } static cmsInt32Number CheckChromaticity(cmsInt32Number Pass, cmsHPROFILE hProfile, cmsTagSignature tag) { cmsCIExyYTRIPLE *Pt, c = { {0, .1, 1 }, { .3, .4, 1 }, { .6, .7, 1 }}; switch (Pass) { case 1: return cmsWriteTag(hProfile, tag, &c); case 2: Pt = (cmsCIExyYTRIPLE *) cmsReadTag(hProfile, tag); if (Pt == NULL) return 0; if (!IsGoodFixed15_16("xyY", Pt ->Red.x, c.Red.x)) return 0; if (!IsGoodFixed15_16("xyY", Pt ->Red.y, c.Red.y)) return 0; if (!IsGoodFixed15_16("xyY", Pt ->Green.x, c.Green.x)) return 0; if (!IsGoodFixed15_16("xyY", Pt ->Green.y, c.Green.y)) return 0; if (!IsGoodFixed15_16("xyY", Pt ->Blue.x, c.Blue.x)) return 0; if (!IsGoodFixed15_16("xyY", Pt ->Blue.y, c.Blue.y)) return 0; return 1; default: return 0; } } static cmsInt32Number CheckColorantOrder(cmsInt32Number Pass, cmsHPROFILE hProfile, cmsTagSignature tag) { cmsUInt8Number *Pt, c[cmsMAXCHANNELS]; cmsInt32Number i; switch (Pass) { case 1: for (i=0; i < cmsMAXCHANNELS; i++) c[i] = (cmsUInt8Number) (cmsMAXCHANNELS - i - 1); return cmsWriteTag(hProfile, tag, c); case 2: Pt = (cmsUInt8Number *) cmsReadTag(hProfile, tag); if (Pt == NULL) return 0; for (i=0; i < cmsMAXCHANNELS; i++) { if (Pt[i] != ( cmsMAXCHANNELS - i - 1 )) return 0; } return 1; default: return 0; } } static cmsInt32Number CheckMeasurement(cmsInt32Number Pass, cmsHPROFILE hProfile, cmsTagSignature tag) { cmsICCMeasurementConditions *Pt, m; switch (Pass) { case 1: m.Backing.X = 0.1; m.Backing.Y = 0.2; m.Backing.Z = 0.3; m.Flare = 1.0; m.Geometry = 1; m.IlluminantType = cmsILLUMINANT_TYPE_D50; m.Observer = 1; return cmsWriteTag(hProfile, tag, &m); case 2: Pt = (cmsICCMeasurementConditions *) cmsReadTag(hProfile, tag); if (Pt == NULL) return 0; if (!IsGoodFixed15_16("Backing", Pt ->Backing.X, 0.1)) return 0; if (!IsGoodFixed15_16("Backing", Pt ->Backing.Y, 0.2)) return 0; if (!IsGoodFixed15_16("Backing", Pt ->Backing.Z, 0.3)) return 0; if (!IsGoodFixed15_16("Flare", Pt ->Flare, 1.0)) return 0; if (Pt ->Geometry != 1) return 0; if (Pt ->IlluminantType != cmsILLUMINANT_TYPE_D50) return 0; if (Pt ->Observer != 1) return 0; return 1; default: return 0; } } static cmsInt32Number CheckUcrBg(cmsInt32Number Pass, cmsHPROFILE hProfile, cmsTagSignature tag) { cmsUcrBg *Pt, m; cmsInt32Number rc; char Buffer[256]; switch (Pass) { case 1: m.Ucr = cmsBuildGamma(DbgThread(), 2.4); m.Bg = cmsBuildGamma(DbgThread(), -2.2); m.Desc = cmsMLUalloc(DbgThread(), 1); cmsMLUsetASCII(m.Desc, cmsNoLanguage, cmsNoCountry, "test UCR/BG"); rc = cmsWriteTag(hProfile, tag, &m); cmsMLUfree(m.Desc); cmsFreeToneCurve(m.Bg); cmsFreeToneCurve(m.Ucr); return rc; case 2: Pt = (cmsUcrBg *) cmsReadTag(hProfile, tag); if (Pt == NULL) return 0; cmsMLUgetASCII(Pt ->Desc, cmsNoLanguage, cmsNoCountry, Buffer, 256); if (strcmp(Buffer, "test UCR/BG") != 0) return 0; return 1; default: return 0; } } static cmsInt32Number CheckCRDinfo(cmsInt32Number Pass, cmsHPROFILE hProfile, cmsTagSignature tag) { cmsMLU *mlu; char Buffer[256]; cmsInt32Number rc; switch (Pass) { case 1: mlu = cmsMLUalloc(DbgThread(), 5); cmsMLUsetWide(mlu, "PS", "nm", L"test postscript"); cmsMLUsetWide(mlu, "PS", "#0", L"perceptual"); cmsMLUsetWide(mlu, "PS", "#1", L"relative_colorimetric"); cmsMLUsetWide(mlu, "PS", "#2", L"saturation"); cmsMLUsetWide(mlu, "PS", "#3", L"absolute_colorimetric"); rc = cmsWriteTag(hProfile, tag, mlu); cmsMLUfree(mlu); return rc; case 2: mlu = (cmsMLU*) cmsReadTag(hProfile, tag); if (mlu == NULL) return 0; cmsMLUgetASCII(mlu, "PS", "nm", Buffer, 256); if (strcmp(Buffer, "test postscript") != 0) return 0; cmsMLUgetASCII(mlu, "PS", "#0", Buffer, 256); if (strcmp(Buffer, "perceptual") != 0) return 0; cmsMLUgetASCII(mlu, "PS", "#1", Buffer, 256); if (strcmp(Buffer, "relative_colorimetric") != 0) return 0; cmsMLUgetASCII(mlu, "PS", "#2", Buffer, 256); if (strcmp(Buffer, "saturation") != 0) return 0; cmsMLUgetASCII(mlu, "PS", "#3", Buffer, 256); if (strcmp(Buffer, "absolute_colorimetric") != 0) return 0; return 1; default: return 0; } } static cmsToneCurve *CreateSegmentedCurve(void) { cmsCurveSegment Seg[3]; cmsFloat32Number Sampled[2] = { 0, 1}; Seg[0].Type = 6; Seg[0].Params[0] = 1; Seg[0].Params[1] = 0; Seg[0].Params[2] = 0; Seg[0].Params[3] = 0; Seg[0].x0 = -1E22F; Seg[0].x1 = 0; Seg[1].Type = 0; Seg[1].nGridPoints = 2; Seg[1].SampledPoints = Sampled; Seg[1].x0 = 0; Seg[1].x1 = 1; Seg[2].Type = 6; Seg[2].Params[0] = 1; Seg[2].Params[1] = 0; Seg[2].Params[2] = 0; Seg[2].Params[3] = 0; Seg[2].x0 = 1; Seg[2].x1 = 1E22F; return cmsBuildSegmentedToneCurve(DbgThread(), 3, Seg); } static cmsInt32Number CheckMPE(cmsInt32Number Pass, cmsHPROFILE hProfile, cmsTagSignature tag) { cmsPipeline* Lut, *Pt; cmsToneCurve* G[3]; cmsInt32Number rc; switch (Pass) { case 1: Lut = cmsPipelineAlloc(DbgThread(), 3, 3); cmsPipelineInsertStage(Lut, cmsAT_BEGIN, _cmsStageAllocLabV2ToV4(DbgThread())); cmsPipelineInsertStage(Lut, cmsAT_END, _cmsStageAllocLabV4ToV2(DbgThread())); AddIdentityCLUTfloat(Lut); G[0] = G[1] = G[2] = CreateSegmentedCurve(); cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(DbgThread(), 3, G)); cmsFreeToneCurve(G[0]); rc = cmsWriteTag(hProfile, tag, Lut); cmsPipelineFree(Lut); return rc; case 2: Pt = (cmsPipeline *) cmsReadTag(hProfile, tag); if (Pt == NULL) return 0; return CheckFloatLUT(Pt); default: return 0; } } static cmsInt32Number CheckScreening(cmsInt32Number Pass, cmsHPROFILE hProfile, cmsTagSignature tag) { cmsScreening *Pt, sc; cmsInt32Number rc; switch (Pass) { case 1: sc.Flag = 0; sc.nChannels = 1; sc.Channels[0].Frequency = 2.0; sc.Channels[0].ScreenAngle = 3.0; sc.Channels[0].SpotShape = cmsSPOT_ELLIPSE; rc = cmsWriteTag(hProfile, tag, &sc); return rc; case 2: Pt = (cmsScreening *) cmsReadTag(hProfile, tag); if (Pt == NULL) return 0; if (Pt ->nChannels != 1) return 0; if (Pt ->Flag != 0) return 0; if (!IsGoodFixed15_16("Freq", Pt ->Channels[0].Frequency, 2.0)) return 0; if (!IsGoodFixed15_16("Angle", Pt ->Channels[0].ScreenAngle, 3.0)) return 0; if (Pt ->Channels[0].SpotShape != cmsSPOT_ELLIPSE) return 0; return 1; default: return 0; } } static cmsBool CheckOneStr(cmsMLU* mlu, cmsInt32Number n) { char Buffer[256], Buffer2[256]; cmsMLUgetASCII(mlu, "en", "US", Buffer, 255); sprintf(Buffer2, "Hello, world %d", n); if (strcmp(Buffer, Buffer2) != 0) return FALSE; cmsMLUgetASCII(mlu, "es", "ES", Buffer, 255); sprintf(Buffer2, "Hola, mundo %d", n); if (strcmp(Buffer, Buffer2) != 0) return FALSE; return TRUE; } static void SetOneStr(cmsMLU** mlu, const wchar_t* s1, const wchar_t* s2) { *mlu = cmsMLUalloc(DbgThread(), 0); cmsMLUsetWide(*mlu, "en", "US", s1); cmsMLUsetWide(*mlu, "es", "ES", s2); } static cmsInt32Number CheckProfileSequenceTag(cmsInt32Number Pass, cmsHPROFILE hProfile) { cmsSEQ* s; cmsInt32Number i; switch (Pass) { case 1: s = cmsAllocProfileSequenceDescription(DbgThread(), 3); if (s == NULL) return 0; SetOneStr(&s -> seq[0].Manufacturer, L"Hello, world 0", L"Hola, mundo 0"); SetOneStr(&s -> seq[0].Model, L"Hello, world 0", L"Hola, mundo 0"); SetOneStr(&s -> seq[1].Manufacturer, L"Hello, world 1", L"Hola, mundo 1"); SetOneStr(&s -> seq[1].Model, L"Hello, world 1", L"Hola, mundo 1"); SetOneStr(&s -> seq[2].Manufacturer, L"Hello, world 2", L"Hola, mundo 2"); SetOneStr(&s -> seq[2].Model, L"Hello, world 2", L"Hola, mundo 2"); #ifdef CMS_DONT_USE_INT64 s ->seq[0].attributes[0] = cmsTransparency|cmsMatte; s ->seq[0].attributes[1] = 0; #else s ->seq[0].attributes = cmsTransparency|cmsMatte; #endif #ifdef CMS_DONT_USE_INT64 s ->seq[1].attributes[0] = cmsReflective|cmsMatte; s ->seq[1].attributes[1] = 0; #else s ->seq[1].attributes = cmsReflective|cmsMatte; #endif #ifdef CMS_DONT_USE_INT64 s ->seq[2].attributes[0] = cmsTransparency|cmsGlossy; s ->seq[2].attributes[1] = 0; #else s ->seq[2].attributes = cmsTransparency|cmsGlossy; #endif if (!cmsWriteTag(hProfile, cmsSigProfileSequenceDescTag, s)) return 0; cmsFreeProfileSequenceDescription(s); return 1; case 2: s = (cmsSEQ *) cmsReadTag(hProfile, cmsSigProfileSequenceDescTag); if (s == NULL) return 0; if (s ->n != 3) return 0; #ifdef CMS_DONT_USE_INT64 if (s ->seq[0].attributes[0] != (cmsTransparency|cmsMatte)) return 0; if (s ->seq[0].attributes[1] != 0) return 0; #else if (s ->seq[0].attributes != (cmsTransparency|cmsMatte)) return 0; #endif #ifdef CMS_DONT_USE_INT64 if (s ->seq[1].attributes[0] != (cmsReflective|cmsMatte)) return 0; if (s ->seq[1].attributes[1] != 0) return 0; #else if (s ->seq[1].attributes != (cmsReflective|cmsMatte)) return 0; #endif #ifdef CMS_DONT_USE_INT64 if (s ->seq[2].attributes[0] != (cmsTransparency|cmsGlossy)) return 0; if (s ->seq[2].attributes[1] != 0) return 0; #else if (s ->seq[2].attributes != (cmsTransparency|cmsGlossy)) return 0; #endif // Check MLU for (i=0; i < 3; i++) { if (!CheckOneStr(s -> seq[i].Manufacturer, i)) return 0; if (!CheckOneStr(s -> seq[i].Model, i)) return 0; } return 1; default: return 0; } } static cmsInt32Number CheckProfileSequenceIDTag(cmsInt32Number Pass, cmsHPROFILE hProfile) { cmsSEQ* s; cmsInt32Number i; switch (Pass) { case 1: s = cmsAllocProfileSequenceDescription(DbgThread(), 3); if (s == NULL) return 0; memcpy(s ->seq[0].ProfileID.ID8, "0123456789ABCDEF", 16); memcpy(s ->seq[1].ProfileID.ID8, "1111111111111111", 16); memcpy(s ->seq[2].ProfileID.ID8, "2222222222222222", 16); SetOneStr(&s -> seq[0].Description, L"Hello, world 0", L"Hola, mundo 0"); SetOneStr(&s -> seq[1].Description, L"Hello, world 1", L"Hola, mundo 1"); SetOneStr(&s -> seq[2].Description, L"Hello, world 2", L"Hola, mundo 2"); if (!cmsWriteTag(hProfile, cmsSigProfileSequenceIdTag, s)) return 0; cmsFreeProfileSequenceDescription(s); return 1; case 2: s = (cmsSEQ *) cmsReadTag(hProfile, cmsSigProfileSequenceIdTag); if (s == NULL) return 0; if (s ->n != 3) return 0; if (memcmp(s ->seq[0].ProfileID.ID8, "0123456789ABCDEF", 16) != 0) return 0; if (memcmp(s ->seq[1].ProfileID.ID8, "1111111111111111", 16) != 0) return 0; if (memcmp(s ->seq[2].ProfileID.ID8, "2222222222222222", 16) != 0) return 0; for (i=0; i < 3; i++) { if (!CheckOneStr(s -> seq[i].Description, i)) return 0; } return 1; default: return 0; } } static cmsInt32Number CheckICCViewingConditions(cmsInt32Number Pass, cmsHPROFILE hProfile) { cmsICCViewingConditions* v; cmsICCViewingConditions s; switch (Pass) { case 1: s.IlluminantType = 1; s.IlluminantXYZ.X = 0.1; s.IlluminantXYZ.Y = 0.2; s.IlluminantXYZ.Z = 0.3; s.SurroundXYZ.X = 0.4; s.SurroundXYZ.Y = 0.5; s.SurroundXYZ.Z = 0.6; if (!cmsWriteTag(hProfile, cmsSigViewingConditionsTag, &s)) return 0; return 1; case 2: v = (cmsICCViewingConditions *) cmsReadTag(hProfile, cmsSigViewingConditionsTag); if (v == NULL) return 0; if (v ->IlluminantType != 1) return 0; if (!IsGoodVal("IlluminantXYZ.X", v ->IlluminantXYZ.X, 0.1, 0.001)) return 0; if (!IsGoodVal("IlluminantXYZ.Y", v ->IlluminantXYZ.Y, 0.2, 0.001)) return 0; if (!IsGoodVal("IlluminantXYZ.Z", v ->IlluminantXYZ.Z, 0.3, 0.001)) return 0; if (!IsGoodVal("SurroundXYZ.X", v ->SurroundXYZ.X, 0.4, 0.001)) return 0; if (!IsGoodVal("SurroundXYZ.Y", v ->SurroundXYZ.Y, 0.5, 0.001)) return 0; if (!IsGoodVal("SurroundXYZ.Z", v ->SurroundXYZ.Z, 0.6, 0.001)) return 0; return 1; default: return 0; } } static cmsInt32Number CheckVCGT(cmsInt32Number Pass, cmsHPROFILE hProfile) { cmsToneCurve* Curves[3]; cmsToneCurve** PtrCurve; switch (Pass) { case 1: Curves[0] = cmsBuildGamma(DbgThread(), 1.1); Curves[1] = cmsBuildGamma(DbgThread(), 2.2); Curves[2] = cmsBuildGamma(DbgThread(), 3.4); if (!cmsWriteTag(hProfile, cmsSigVcgtTag, Curves)) return 0; cmsFreeToneCurveTriple(Curves); return 1; case 2: PtrCurve = (cmsToneCurve **) cmsReadTag(hProfile, cmsSigVcgtTag); if (PtrCurve == NULL) return 0; if (!IsGoodVal("VCGT R", cmsEstimateGamma(PtrCurve[0], 0.01), 1.1, 0.001)) return 0; if (!IsGoodVal("VCGT G", cmsEstimateGamma(PtrCurve[1], 0.01), 2.2, 0.001)) return 0; if (!IsGoodVal("VCGT B", cmsEstimateGamma(PtrCurve[2], 0.01), 3.4, 0.001)) return 0; return 1; default:; } return 0; } // Only one of the two following may be used, as they share the same tag cmsInt32Number CheckDictionary16(cmsInt32Number Pass, cmsHPROFILE hProfile) { cmsHANDLE hDict; const cmsDICTentry* e; switch (Pass) { case 1: hDict = cmsDictAlloc(DbgThread()); cmsDictAddEntry(hDict, L"Name0", NULL, NULL, NULL); cmsDictAddEntry(hDict, L"Name1", L"", NULL, NULL); cmsDictAddEntry(hDict, L"Name", L"String", NULL, NULL); cmsDictAddEntry(hDict, L"Name2", L"12", NULL, NULL); if (!cmsWriteTag(hProfile, cmsSigMetaTag, hDict)) return 0; cmsDictFree(hDict); return 1; case 2: hDict = cmsReadTag(hProfile, cmsSigMetaTag); if (hDict == NULL) return 0; e = cmsDictGetEntryList(hDict); if (memcmp(e ->Name, L"Name2", sizeof(wchar_t) * 5) != 0) return 0; if (memcmp(e ->Value, L"12", sizeof(wchar_t) * 2) != 0) return 0; e = cmsDictNextEntry(e); if (memcmp(e ->Name, L"Name", sizeof(wchar_t) * 4) != 0) return 0; if (memcmp(e ->Value, L"String", sizeof(wchar_t) * 5) != 0) return 0; e = cmsDictNextEntry(e); if (memcmp(e ->Name, L"Name1", sizeof(wchar_t) *5) != 0) return 0; if (e ->Value == NULL) return 0; if (*e->Value != 0) return 0; e = cmsDictNextEntry(e); if (memcmp(e ->Name, L"Name0", sizeof(wchar_t) * 5) != 0) return 0; if (e ->Value != NULL) return 0; return 1; default:; } return 0; } cmsInt32Number CheckDictionary24(cmsInt32Number Pass, cmsHPROFILE hProfile) { cmsHANDLE hDict; const cmsDICTentry* e; cmsMLU* DisplayName; char Buffer[256]; cmsInt32Number rc = 1; switch (Pass) { case 1: hDict = cmsDictAlloc(DbgThread()); DisplayName = cmsMLUalloc(DbgThread(), 0); cmsMLUsetWide(DisplayName, "en", "US", L"Hello, world"); cmsMLUsetWide(DisplayName, "es", "ES", L"Hola, mundo"); cmsMLUsetWide(DisplayName, "fr", "FR", L"Bonjour, le monde"); cmsMLUsetWide(DisplayName, "ca", "CA", L"Hola, mon"); cmsDictAddEntry(hDict, L"Name", L"String", DisplayName, NULL); cmsMLUfree(DisplayName); cmsDictAddEntry(hDict, L"Name2", L"12", NULL, NULL); if (!cmsWriteTag(hProfile, cmsSigMetaTag, hDict)) return 0; cmsDictFree(hDict); return 1; case 2: hDict = cmsReadTag(hProfile, cmsSigMetaTag); if (hDict == NULL) return 0; e = cmsDictGetEntryList(hDict); if (memcmp(e ->Name, L"Name2", sizeof(wchar_t) * 5) != 0) return 0; if (memcmp(e ->Value, L"12", sizeof(wchar_t) * 2) != 0) return 0; e = cmsDictNextEntry(e); if (memcmp(e ->Name, L"Name", sizeof(wchar_t) * 4) != 0) return 0; if (memcmp(e ->Value, L"String", sizeof(wchar_t) * 5) != 0) return 0; cmsMLUgetASCII(e->DisplayName, "en", "US", Buffer, 256); if (strcmp(Buffer, "Hello, world") != 0) rc = 0; cmsMLUgetASCII(e->DisplayName, "es", "ES", Buffer, 256); if (strcmp(Buffer, "Hola, mundo") != 0) rc = 0; cmsMLUgetASCII(e->DisplayName, "fr", "FR", Buffer, 256); if (strcmp(Buffer, "Bonjour, le monde") != 0) rc = 0; cmsMLUgetASCII(e->DisplayName, "ca", "CA", Buffer, 256); if (strcmp(Buffer, "Hola, mon") != 0) rc = 0; if (rc == 0) Fail("Unexpected string '%s'", Buffer); return 1; default:; } return 0; } static cmsInt32Number CheckRAWtags(cmsInt32Number Pass, cmsHPROFILE hProfile) { char Buffer[7]; switch (Pass) { case 1: return cmsWriteRawTag(hProfile, (cmsTagSignature) 0x31323334, "data123", 7); case 2: if (!cmsReadRawTag(hProfile, (cmsTagSignature) 0x31323334, Buffer, 7)) return 0; if (memcmp(Buffer, "data123", 7) != 0) return 0; return 1; default: return 0; } } static cmsInt32Number Check_cicp(cmsInt32Number Pass, cmsHPROFILE hProfile) { cmsVideoSignalType* v; cmsVideoSignalType s; switch (Pass) { case 1: s.ColourPrimaries = 1; s.TransferCharacteristics = 13; s.MatrixCoefficients = 0; s.VideoFullRangeFlag = 1; if (!cmsWriteTag(hProfile, cmsSigcicpTag, &s)) return 0; return 1; case 2: v = (cmsVideoSignalType*)cmsReadTag(hProfile, cmsSigcicpTag); if (v == NULL) return 0; if (v->ColourPrimaries != 1) return 0; if (v->TransferCharacteristics != 13) return 0; if (v->MatrixCoefficients != 0) return 0; if (v->VideoFullRangeFlag != 1) return 0; return 1; default: return 0; } } static void SetMHC2Matrix(cmsFloat64Number XYZ2XYZmatrix[3][4]) { XYZ2XYZmatrix[0][0] = 0.5; XYZ2XYZmatrix[0][1] = 0.1; XYZ2XYZmatrix[0][2] = 0.1; XYZ2XYZmatrix[0][3] = 0.0; XYZ2XYZmatrix[1][0] = 0.0; XYZ2XYZmatrix[1][1] = 1.0; XYZ2XYZmatrix[1][2] = 0.0; XYZ2XYZmatrix[1][3] = 0.0; XYZ2XYZmatrix[2][0] = 0.3; XYZ2XYZmatrix[2][1] = 0.2; XYZ2XYZmatrix[2][2] = 0.4; XYZ2XYZmatrix[2][3] = 0.0; } static cmsBool CloseEnough(cmsFloat64Number a, cmsFloat64Number b) { return fabs(b - a) < (1.0 / 65535.0); } cmsBool IsOriginalMHC2Matrix(cmsFloat64Number XYZ2XYZmatrix[3][4]) { cmsFloat64Number m[3][4]; int i, j; SetMHC2Matrix(m); for (i = 0; i < 3; i++) for (j = 0; j < 4; j++) if (!CloseEnough(XYZ2XYZmatrix[i][j], m[i][j])) return FALSE; return TRUE; } static cmsInt32Number Check_MHC2(cmsInt32Number Pass, cmsHPROFILE hProfile) { cmsMHC2Type* v; cmsMHC2Type s; double curve[] = { 0, 0.5, 1.0 }; switch (Pass) { case 1: SetMHC2Matrix(s.XYZ2XYZmatrix); s.CurveEntries = 3; s.GreenCurve = curve; s.RedCurve = curve; s.BlueCurve = curve; s.MinLuminance = 0.1; s.PeakLuminance = 100.0; if (!cmsWriteTag(hProfile, cmsSigMHC2Tag, &s)) return 0; return 1; case 2: v = (cmsMHC2Type*)cmsReadTag(hProfile, cmsSigMHC2Tag); if (v == NULL) return 0; if (!IsOriginalMHC2Matrix(v->XYZ2XYZmatrix)) return 0; if (v->CurveEntries != 3) return 0; return 1; default: return 0; } } // This is a very big test that checks every single tag static cmsInt32Number CheckProfileCreation(void) { cmsHPROFILE h; cmsInt32Number Pass; h = cmsCreateProfilePlaceholder(DbgThread()); if (h == NULL) return 0; cmsSetProfileVersion(h, 4.3); if (cmsGetTagCount(h) != 0) { Fail("Empty profile with nonzero number of tags"); goto Error; } if (cmsIsTag(h, cmsSigAToB0Tag)) { Fail("Found a tag in an empty profile"); goto Error; } cmsSetColorSpace(h, cmsSigRgbData); if (cmsGetColorSpace(h) != cmsSigRgbData) { Fail("Unable to set colorspace"); goto Error; } cmsSetPCS(h, cmsSigLabData); if (cmsGetPCS(h) != cmsSigLabData) { Fail("Unable to set colorspace"); goto Error; } cmsSetDeviceClass(h, cmsSigDisplayClass); if (cmsGetDeviceClass(h) != cmsSigDisplayClass) { Fail("Unable to set deviceclass"); goto Error; } cmsSetHeaderRenderingIntent(h, INTENT_SATURATION); if (cmsGetHeaderRenderingIntent(h) != INTENT_SATURATION) { Fail("Unable to set rendering intent"); goto Error; } for (Pass = 1; Pass <= 2; Pass++) { SubTest("Tags holding XYZ"); if (!CheckXYZ(Pass, h, cmsSigBlueColorantTag)) goto Error; if (!CheckXYZ(Pass, h, cmsSigGreenColorantTag)) goto Error; if (!CheckXYZ(Pass, h, cmsSigRedColorantTag)) goto Error; if (!CheckXYZ(Pass, h, cmsSigMediaBlackPointTag)) goto Error; if (!CheckXYZ(Pass, h, cmsSigMediaWhitePointTag)) goto Error; if (!CheckXYZ(Pass, h, cmsSigLuminanceTag)) goto Error; SubTest("Tags holding curves"); if (!CheckGamma(Pass, h, cmsSigBlueTRCTag)) goto Error; if (!CheckGamma(Pass, h, cmsSigGrayTRCTag)) goto Error; if (!CheckGamma(Pass, h, cmsSigGreenTRCTag)) goto Error; if (!CheckGamma(Pass, h, cmsSigRedTRCTag)) goto Error; SubTest("Tags holding text"); if (!CheckTextSingle(Pass, h, cmsSigCharTargetTag)) goto Error; if (!CheckTextSingle(Pass, h, cmsSigScreeningDescTag)) goto Error; if (!CheckText(Pass, h, cmsSigCopyrightTag)) goto Error; if (!CheckText(Pass, h, cmsSigProfileDescriptionTag)) goto Error; if (!CheckText(Pass, h, cmsSigDeviceMfgDescTag)) goto Error; if (!CheckText(Pass, h, cmsSigDeviceModelDescTag)) goto Error; if (!CheckText(Pass, h, cmsSigViewingCondDescTag)) goto Error; SubTest("Tags holding cmsICCData"); if (!CheckData(Pass, h, cmsSigPs2CRD0Tag)) goto Error; if (!CheckData(Pass, h, cmsSigPs2CRD1Tag)) goto Error; if (!CheckData(Pass, h, cmsSigPs2CRD2Tag)) goto Error; if (!CheckData(Pass, h, cmsSigPs2CRD3Tag)) goto Error; if (!CheckData(Pass, h, cmsSigPs2CSATag)) goto Error; if (!CheckData(Pass, h, cmsSigPs2RenderingIntentTag)) goto Error; SubTest("Tags holding signatures"); if (!CheckSignature(Pass, h, cmsSigColorimetricIntentImageStateTag)) goto Error; if (!CheckSignature(Pass, h, cmsSigPerceptualRenderingIntentGamutTag)) goto Error; if (!CheckSignature(Pass, h, cmsSigSaturationRenderingIntentGamutTag)) goto Error; if (!CheckSignature(Pass, h, cmsSigTechnologyTag)) goto Error; SubTest("Tags holding date_time"); if (!CheckDateTime(Pass, h, cmsSigCalibrationDateTimeTag)) goto Error; if (!CheckDateTime(Pass, h, cmsSigDateTimeTag)) goto Error; SubTest("Tags holding named color lists"); if (!CheckNamedColor(Pass, h, cmsSigColorantTableTag, 15, FALSE)) goto Error; if (!CheckNamedColor(Pass, h, cmsSigColorantTableOutTag, 15, FALSE)) goto Error; if (!CheckNamedColor(Pass, h, cmsSigNamedColor2Tag, 4096, TRUE)) goto Error; SubTest("Tags holding LUTs"); if (!CheckLUT(Pass, h, cmsSigAToB0Tag)) goto Error; if (!CheckLUT(Pass, h, cmsSigAToB1Tag)) goto Error; if (!CheckLUT(Pass, h, cmsSigAToB2Tag)) goto Error; if (!CheckLUT(Pass, h, cmsSigBToA0Tag)) goto Error; if (!CheckLUT(Pass, h, cmsSigBToA1Tag)) goto Error; if (!CheckLUT(Pass, h, cmsSigBToA2Tag)) goto Error; if (!CheckLUT(Pass, h, cmsSigPreview0Tag)) goto Error; if (!CheckLUT(Pass, h, cmsSigPreview1Tag)) goto Error; if (!CheckLUT(Pass, h, cmsSigPreview2Tag)) goto Error; if (!CheckLUT(Pass, h, cmsSigGamutTag)) goto Error; SubTest("Tags holding CHAD"); if (!CheckCHAD(Pass, h, cmsSigChromaticAdaptationTag)) goto Error; SubTest("Tags holding Chromaticity"); if (!CheckChromaticity(Pass, h, cmsSigChromaticityTag)) goto Error; SubTest("Tags holding colorant order"); if (!CheckColorantOrder(Pass, h, cmsSigColorantOrderTag)) goto Error; SubTest("Tags holding measurement"); if (!CheckMeasurement(Pass, h, cmsSigMeasurementTag)) goto Error; SubTest("Tags holding CRD info"); if (!CheckCRDinfo(Pass, h, cmsSigCrdInfoTag)) goto Error; SubTest("Tags holding UCR/BG"); if (!CheckUcrBg(Pass, h, cmsSigUcrBgTag)) goto Error; SubTest("Tags holding MPE"); if (!CheckMPE(Pass, h, cmsSigDToB0Tag)) goto Error; if (!CheckMPE(Pass, h, cmsSigDToB1Tag)) goto Error; if (!CheckMPE(Pass, h, cmsSigDToB2Tag)) goto Error; if (!CheckMPE(Pass, h, cmsSigDToB3Tag)) goto Error; if (!CheckMPE(Pass, h, cmsSigBToD0Tag)) goto Error; if (!CheckMPE(Pass, h, cmsSigBToD1Tag)) goto Error; if (!CheckMPE(Pass, h, cmsSigBToD2Tag)) goto Error; if (!CheckMPE(Pass, h, cmsSigBToD3Tag)) goto Error; SubTest("Tags using screening"); if (!CheckScreening(Pass, h, cmsSigScreeningTag)) goto Error; SubTest("Tags holding profile sequence description"); if (!CheckProfileSequenceTag(Pass, h)) goto Error; if (!CheckProfileSequenceIDTag(Pass, h)) goto Error; SubTest("Tags holding ICC viewing conditions"); if (!CheckICCViewingConditions(Pass, h)) goto Error; SubTest("VCGT tags"); if (!CheckVCGT(Pass, h)) goto Error; SubTest("RAW tags"); if (!CheckRAWtags(Pass, h)) goto Error; SubTest("Dictionary meta tags"); // if (!CheckDictionary16(Pass, h)) goto Error; if (!CheckDictionary24(Pass, h)) goto Error; SubTest("cicp Video Signal Type"); if (!Check_cicp(Pass, h)) goto Error; SubTest("Microsoft MHC2 tag"); if (!Check_MHC2(Pass, h)) goto Error; if (Pass == 1) { cmsSaveProfileToFile(h, "alltags.icc"); cmsCloseProfile(h); h = cmsOpenProfileFromFileTHR(DbgThread(), "alltags.icc", "r"); } } /* Not implemented (by design): cmsSigDataTag = 0x64617461, // 'data' -- Unused cmsSigDeviceSettingsTag = 0x64657673, // 'devs' -- Unused cmsSigNamedColorTag = 0x6E636f6C, // 'ncol' -- Don't use this one, deprecated by ICC cmsSigOutputResponseTag = 0x72657370, // 'resp' -- Possible patent on this */ cmsCloseProfile(h); remove("alltags.icc"); return 1; Error: cmsCloseProfile(h); remove("alltags.icc"); return 0; } // Thanks to Christopher James Halse Rogers for the bugfixing and providing this test static cmsInt32Number CheckVersionHeaderWriting(void) { cmsHPROFILE h; int index; float test_versions[] = { 2.3f, 4.08f, 4.09f, 4.3f }; for (index = 0; index < sizeof(test_versions)/sizeof(test_versions[0]); index++) { h = cmsCreateProfilePlaceholder(DbgThread()); if (h == NULL) return 0; cmsSetProfileVersion(h, test_versions[index]); cmsSaveProfileToFile(h, "versions.icc"); cmsCloseProfile(h); h = cmsOpenProfileFromFileTHR(DbgThread(), "versions.icc", "r"); // Only the first 3 digits are significant if (fabs(cmsGetProfileVersion(h) - test_versions[index]) > 0.005) { Fail("Version failed to round-trip: wrote %.2f, read %.2f", test_versions[index], cmsGetProfileVersion(h)); return 0; } cmsCloseProfile(h); remove("versions.icc"); } return 1; } // Test on Richard Hughes "crayons.icc" static cmsInt32Number CheckMultilocalizedProfile(void) { cmsHPROFILE hProfile; cmsMLU *Pt; char Buffer[256]; hProfile = cmsOpenProfileFromFile("crayons.icc", "r"); Pt = (cmsMLU *) cmsReadTag(hProfile, cmsSigProfileDescriptionTag); cmsMLUgetASCII(Pt, "en", "GB", Buffer, 256); if (strcmp(Buffer, "Crayon Colours") != 0) return FALSE; cmsMLUgetASCII(Pt, "en", "US", Buffer, 256); if (strcmp(Buffer, "Crayon Colors") != 0) return FALSE; cmsCloseProfile(hProfile); return TRUE; } // Error reporting ------------------------------------------------------------------------------------------------------- static void ErrorReportingFunction(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *Text) { TrappedError = TRUE; SimultaneousErrors++; strncpy(ReasonToFailBuffer, Text, TEXT_ERROR_BUFFER_SIZE-1); cmsUNUSED_PARAMETER(ContextID); cmsUNUSED_PARAMETER(ErrorCode); } static cmsInt32Number CheckBadProfiles(void) { cmsHPROFILE h; h = cmsOpenProfileFromFileTHR(DbgThread(), "IDoNotExist.icc", "r"); if (h != NULL) { cmsCloseProfile(h); return 0; } h = cmsOpenProfileFromFileTHR(DbgThread(), "IAmIllFormed*.icc", "r"); if (h != NULL) { cmsCloseProfile(h); return 0; } // No profile name given h = cmsOpenProfileFromFileTHR(DbgThread(), "", "r"); if (h != NULL) { cmsCloseProfile(h); return 0; } h = cmsOpenProfileFromFileTHR(DbgThread(), "..", "r"); if (h != NULL) { cmsCloseProfile(h); return 0; } h = cmsOpenProfileFromFileTHR(DbgThread(), "IHaveBadAccessMode.icc", "@"); if (h != NULL) { cmsCloseProfile(h); return 0; } h = cmsOpenProfileFromFileTHR(DbgThread(), "bad.icc", "r"); if (h != NULL) { cmsCloseProfile(h); return 0; } h = cmsOpenProfileFromFileTHR(DbgThread(), "toosmall.icc", "r"); if (h != NULL) { cmsCloseProfile(h); return 0; } h = cmsOpenProfileFromMemTHR(DbgThread(), NULL, 3); if (h != NULL) { cmsCloseProfile(h); return 0; } h = cmsOpenProfileFromMemTHR(DbgThread(), "123", 3); if (h != NULL) { cmsCloseProfile(h); return 0; } if (SimultaneousErrors != 9) return 0; return 1; } static cmsInt32Number CheckErrReportingOnBadProfiles(void) { cmsInt32Number rc; cmsSetLogErrorHandler(ErrorReportingFunction); rc = CheckBadProfiles(); cmsSetLogErrorHandler(FatalErrorQuit); // Reset the error state TrappedError = FALSE; return rc; } static cmsInt32Number CheckBadTransforms(void) { cmsHPROFILE h1 = cmsCreate_sRGBProfile(); cmsHTRANSFORM x1; x1 = cmsCreateTransform(NULL, 0, NULL, 0, 0, 0); if (x1 != NULL) { cmsDeleteTransform(x1); return 0; } x1 = cmsCreateTransform(h1, TYPE_RGB_8, h1, TYPE_RGB_8, 12345, 0); if (x1 != NULL) { cmsDeleteTransform(x1); return 0; } x1 = cmsCreateTransform(h1, TYPE_CMYK_8, h1, TYPE_RGB_8, 0, 0); if (x1 != NULL) { cmsDeleteTransform(x1); return 0; } x1 = cmsCreateTransform(h1, TYPE_RGB_8, h1, TYPE_CMYK_8, 1, 0); if (x1 != NULL) { cmsDeleteTransform(x1); return 0; } // sRGB does its output as XYZ! x1 = cmsCreateTransform(h1, TYPE_RGB_8, NULL, TYPE_Lab_8, 1, 0); if (x1 != NULL) { cmsDeleteTransform(x1); return 0; } cmsCloseProfile(h1); { cmsHPROFILE hp1 = cmsOpenProfileFromFile("test1.icc", "r"); cmsHPROFILE hp2 = cmsCreate_sRGBProfile(); x1 = cmsCreateTransform(hp1, TYPE_BGR_8, hp2, TYPE_BGR_8, INTENT_PERCEPTUAL, 0); cmsCloseProfile(hp1); cmsCloseProfile(hp2); if (x1 != NULL) { cmsDeleteTransform(x1); return 0; } } return 1; } static cmsInt32Number CheckErrReportingOnBadTransforms(void) { cmsInt32Number rc; cmsSetLogErrorHandler(ErrorReportingFunction); rc = CheckBadTransforms(); cmsSetLogErrorHandler(FatalErrorQuit); // Reset the error state TrappedError = FALSE; return rc; } // --------------------------------------------------------------------------------------------------------- // Check a linear xform static cmsInt32Number Check8linearXFORM(cmsHTRANSFORM xform, cmsInt32Number nChan) { cmsInt32Number n2, i, j; cmsUInt8Number Inw[cmsMAXCHANNELS], Outw[cmsMAXCHANNELS]; n2=0; for (j=0; j < 0xFF; j++) { memset(Inw, j, sizeof(Inw)); cmsDoTransform(xform, Inw, Outw, 1); for (i=0; i < nChan; i++) { cmsInt32Number dif = abs(Outw[i] - j); if (dif > n2) n2 = dif; } } // We allow 2 contone of difference on 8 bits if (n2 > 2) { Fail("Differences too big (%x)", n2); return 0; } return 1; } static cmsInt32Number Compare8bitXFORM(cmsHTRANSFORM xform1, cmsHTRANSFORM xform2, cmsInt32Number nChan) { cmsInt32Number n2, i, j; cmsUInt8Number Inw[cmsMAXCHANNELS], Outw1[cmsMAXCHANNELS], Outw2[cmsMAXCHANNELS];; n2=0; for (j=0; j < 0xFF; j++) { memset(Inw, j, sizeof(Inw)); cmsDoTransform(xform1, Inw, Outw1, 1); cmsDoTransform(xform2, Inw, Outw2, 1); for (i=0; i < nChan; i++) { cmsInt32Number dif = abs(Outw2[i] - Outw1[i]); if (dif > n2) n2 = dif; } } // We allow 2 contone of difference on 8 bits if (n2 > 2) { Fail("Differences too big (%x)", n2); return 0; } return 1; } // Check a linear xform static cmsInt32Number Check16linearXFORM(cmsHTRANSFORM xform, cmsInt32Number nChan) { cmsInt32Number n2, i, j; cmsUInt16Number Inw[cmsMAXCHANNELS], Outw[cmsMAXCHANNELS]; n2=0; for (j=0; j < 0xFFFF; j++) { for (i=0; i < nChan; i++) Inw[i] = (cmsUInt16Number) j; cmsDoTransform(xform, Inw, Outw, 1); for (i=0; i < nChan; i++) { cmsInt32Number dif = abs(Outw[i] - j); if (dif > n2) n2 = dif; } // We allow 2 contone of difference on 16 bits if (n2 > 0x200) { Fail("Differences too big (%x)", n2); return 0; } } return 1; } static cmsInt32Number Compare16bitXFORM(cmsHTRANSFORM xform1, cmsHTRANSFORM xform2, cmsInt32Number nChan) { cmsInt32Number n2, i, j; cmsUInt16Number Inw[cmsMAXCHANNELS], Outw1[cmsMAXCHANNELS], Outw2[cmsMAXCHANNELS];; n2=0; for (j=0; j < 0xFFFF; j++) { for (i=0; i < nChan; i++) Inw[i] = (cmsUInt16Number) j; cmsDoTransform(xform1, Inw, Outw1, 1); cmsDoTransform(xform2, Inw, Outw2, 1); for (i=0; i < nChan; i++) { cmsInt32Number dif = abs(Outw2[i] - Outw1[i]); if (dif > n2) n2 = dif; } } // We allow 2 contone of difference on 16 bits if (n2 > 0x200) { Fail("Differences too big (%x)", n2); return 0; } return 1; } // Check a linear xform static cmsInt32Number CheckFloatlinearXFORM(cmsHTRANSFORM xform, cmsInt32Number nChan) { cmsInt32Number i, j; cmsFloat32Number In[cmsMAXCHANNELS], Out[cmsMAXCHANNELS]; for (j=0; j < 0xFFFF; j++) { for (i=0; i < nChan; i++) In[i] = (cmsFloat32Number) (j / 65535.0);; cmsDoTransform(xform, In, Out, 1); for (i=0; i < nChan; i++) { // We allow no difference in floating point if (!IsGoodFixed15_16("linear xform cmsFloat32Number", Out[i], (cmsFloat32Number) (j / 65535.0))) return 0; } } return 1; } // Check a linear xform static cmsInt32Number CompareFloatXFORM(cmsHTRANSFORM xform1, cmsHTRANSFORM xform2, cmsInt32Number nChan) { cmsInt32Number i, j; cmsFloat32Number In[cmsMAXCHANNELS], Out1[cmsMAXCHANNELS], Out2[cmsMAXCHANNELS]; for (j=0; j < 0xFFFF; j++) { for (i=0; i < nChan; i++) In[i] = (cmsFloat32Number) (j / 65535.0);; cmsDoTransform(xform1, In, Out1, 1); cmsDoTransform(xform2, In, Out2, 1); for (i=0; i < nChan; i++) { // We allow no difference in floating point if (!IsGoodFixed15_16("linear xform cmsFloat32Number", Out1[i], Out2[i])) return 0; } } return 1; } // Curves only transforms ---------------------------------------------------------------------------------------- static cmsInt32Number CheckCurvesOnlyTransforms(void) { cmsHTRANSFORM xform1, xform2; cmsHPROFILE h1, h2, h3; cmsToneCurve* c1, *c2, *c3; cmsInt32Number rc = 1; c1 = cmsBuildGamma(DbgThread(), 2.2); c2 = cmsBuildGamma(DbgThread(), 1/2.2); c3 = cmsBuildGamma(DbgThread(), 4.84); h1 = cmsCreateLinearizationDeviceLinkTHR(DbgThread(), cmsSigGrayData, &c1); h2 = cmsCreateLinearizationDeviceLinkTHR(DbgThread(), cmsSigGrayData, &c2); h3 = cmsCreateLinearizationDeviceLinkTHR(DbgThread(), cmsSigGrayData, &c3); SubTest("Gray float optimizeable transform"); xform1 = cmsCreateTransform(h1, TYPE_GRAY_FLT, h2, TYPE_GRAY_FLT, INTENT_PERCEPTUAL, 0); rc &= CheckFloatlinearXFORM(xform1, 1); cmsDeleteTransform(xform1); if (rc == 0) goto Error; SubTest("Gray 8 optimizeable transform"); xform1 = cmsCreateTransform(h1, TYPE_GRAY_8, h2, TYPE_GRAY_8, INTENT_PERCEPTUAL, 0); rc &= Check8linearXFORM(xform1, 1); cmsDeleteTransform(xform1); if (rc == 0) goto Error; SubTest("Gray 16 optimizeable transform"); xform1 = cmsCreateTransform(h1, TYPE_GRAY_16, h2, TYPE_GRAY_16, INTENT_PERCEPTUAL, 0); rc &= Check16linearXFORM(xform1, 1); cmsDeleteTransform(xform1); if (rc == 0) goto Error; SubTest("Gray float non-optimizeable transform"); xform1 = cmsCreateTransform(h1, TYPE_GRAY_FLT, h1, TYPE_GRAY_FLT, INTENT_PERCEPTUAL, 0); xform2 = cmsCreateTransform(h3, TYPE_GRAY_FLT, NULL, TYPE_GRAY_FLT, INTENT_PERCEPTUAL, 0); rc &= CompareFloatXFORM(xform1, xform2, 1); cmsDeleteTransform(xform1); cmsDeleteTransform(xform2); if (rc == 0) goto Error; SubTest("Gray 8 non-optimizeable transform"); xform1 = cmsCreateTransform(h1, TYPE_GRAY_8, h1, TYPE_GRAY_8, INTENT_PERCEPTUAL, 0); xform2 = cmsCreateTransform(h3, TYPE_GRAY_8, NULL, TYPE_GRAY_8, INTENT_PERCEPTUAL, 0); rc &= Compare8bitXFORM(xform1, xform2, 1); cmsDeleteTransform(xform1); cmsDeleteTransform(xform2); if (rc == 0) goto Error; SubTest("Gray 16 non-optimizeable transform"); xform1 = cmsCreateTransform(h1, TYPE_GRAY_16, h1, TYPE_GRAY_16, INTENT_PERCEPTUAL, 0); xform2 = cmsCreateTransform(h3, TYPE_GRAY_16, NULL, TYPE_GRAY_16, INTENT_PERCEPTUAL, 0); rc &= Compare16bitXFORM(xform1, xform2, 1); cmsDeleteTransform(xform1); cmsDeleteTransform(xform2); if (rc == 0) goto Error; Error: cmsCloseProfile(h1); cmsCloseProfile(h2); cmsCloseProfile(h3); cmsFreeToneCurve(c1); cmsFreeToneCurve(c2); cmsFreeToneCurve(c3); return rc; } // Lab to Lab trivial transforms ---------------------------------------------------------------------------------------- static cmsFloat64Number MaxDE; static cmsInt32Number CheckOneLab(cmsHTRANSFORM xform, cmsFloat64Number L, cmsFloat64Number a, cmsFloat64Number b) { cmsCIELab In, Out; cmsFloat64Number dE; In.L = L; In.a = a; In.b = b; cmsDoTransform(xform, &In, &Out, 1); dE = cmsDeltaE(&In, &Out); if (dE > MaxDE) MaxDE = dE; if (MaxDE > 0.003) { Fail("dE=%f Lab1=(%f, %f, %f)\n\tLab2=(%f %f %f)", MaxDE, In.L, In.a, In.b, Out.L, Out.a, Out.b); cmsDoTransform(xform, &In, &Out, 1); return 0; } return 1; } // Check several Lab, slicing at non-exact values. Precision should be 16 bits. 50x50x50 checks aprox. static cmsInt32Number CheckSeveralLab(cmsHTRANSFORM xform) { cmsInt32Number L, a, b; MaxDE = 0; for (L=0; L < 65536; L += 1311) { for (a = 0; a < 65536; a += 1232) { for (b = 0; b < 65536; b += 1111) { if (!CheckOneLab(xform, (L * 100.0) / 65535.0, (a / 257.0) - 128, (b / 257.0) - 128)) return 0; } } } return 1; } static cmsInt32Number OneTrivialLab(cmsHPROFILE hLab1, cmsHPROFILE hLab2, const char* txt) { cmsHTRANSFORM xform; cmsInt32Number rc; SubTest(txt); xform = cmsCreateTransformTHR(DbgThread(), hLab1, TYPE_Lab_DBL, hLab2, TYPE_Lab_DBL, INTENT_RELATIVE_COLORIMETRIC, 0); cmsCloseProfile(hLab1); cmsCloseProfile(hLab2); rc = CheckSeveralLab(xform); cmsDeleteTransform(xform); return rc; } static cmsInt32Number CheckFloatLabTransforms(void) { return OneTrivialLab(cmsCreateLab4ProfileTHR(DbgThread(), NULL), cmsCreateLab4ProfileTHR(DbgThread(), NULL), "Lab4/Lab4") && OneTrivialLab(cmsCreateLab2ProfileTHR(DbgThread(), NULL), cmsCreateLab2ProfileTHR(DbgThread(), NULL), "Lab2/Lab2") && OneTrivialLab(cmsCreateLab4ProfileTHR(DbgThread(), NULL), cmsCreateLab2ProfileTHR(DbgThread(), NULL), "Lab4/Lab2") && OneTrivialLab(cmsCreateLab2ProfileTHR(DbgThread(), NULL), cmsCreateLab4ProfileTHR(DbgThread(), NULL), "Lab2/Lab4"); } static cmsInt32Number CheckEncodedLabTransforms(void) { cmsHTRANSFORM xform; cmsUInt16Number In[3]; cmsUInt16Number wLab[3]; cmsCIELab Lab; cmsCIELab White = { 100, 0, 0 }; cmsCIELab Color = { 7.11070, -76, 26 }; cmsHPROFILE hLab1 = cmsCreateLab4ProfileTHR(DbgThread(), NULL); cmsHPROFILE hLab2 = cmsCreateLab4ProfileTHR(DbgThread(), NULL); xform = cmsCreateTransformTHR(DbgThread(), hLab1, TYPE_Lab_16, hLab2, TYPE_Lab_DBL, INTENT_RELATIVE_COLORIMETRIC, 0); cmsCloseProfile(hLab1); cmsCloseProfile(hLab2); In[0] = 0xFFFF; In[1] = 0x8080; In[2] = 0x8080; cmsDoTransform(xform, In, &Lab, 1); if (cmsDeltaE(&Lab, &White) > 0.0001) return 0; In[0] = 0x1234; In[1] = 0x3434; In[2] = 0x9A9A; cmsDoTransform(xform, In, &Lab, 1); cmsFloat2LabEncoded(wLab, &Lab); if (memcmp(In, wLab, sizeof(wLab)) != 0) return 0; if (cmsDeltaE(&Lab, &Color) > 0.0001) return 0; cmsDeleteTransform(xform); hLab1 = cmsCreateLab2ProfileTHR(DbgThread(), NULL); hLab2 = cmsCreateLab4ProfileTHR(DbgThread(), NULL); xform = cmsCreateTransformTHR(DbgThread(), hLab1, TYPE_LabV2_16, hLab2, TYPE_Lab_DBL, INTENT_RELATIVE_COLORIMETRIC, 0); cmsCloseProfile(hLab1); cmsCloseProfile(hLab2); In[0] = 0xFF00; In[1] = 0x8000; In[2] = 0x8000; cmsDoTransform(xform, In, &Lab, 1); if (cmsDeltaE(&Lab, &White) > 0.0001) return 0; cmsDeleteTransform(xform); hLab2 = cmsCreateLab2ProfileTHR(DbgThread(), NULL); hLab1 = cmsCreateLab4ProfileTHR(DbgThread(), NULL); xform = cmsCreateTransformTHR(DbgThread(), hLab1, TYPE_Lab_DBL, hLab2, TYPE_LabV2_16, INTENT_RELATIVE_COLORIMETRIC, 0); cmsCloseProfile(hLab1); cmsCloseProfile(hLab2); Lab.L = 100; Lab.a = 0; Lab.b = 0; cmsDoTransform(xform, &Lab, In, 1); if (In[0] != 0xFF00 || In[1] != 0x8000 || In[2] != 0x8000) return 0; cmsDeleteTransform(xform); hLab1 = cmsCreateLab4ProfileTHR(DbgThread(), NULL); hLab2 = cmsCreateLab4ProfileTHR(DbgThread(), NULL); xform = cmsCreateTransformTHR(DbgThread(), hLab1, TYPE_Lab_DBL, hLab2, TYPE_Lab_16, INTENT_RELATIVE_COLORIMETRIC, 0); cmsCloseProfile(hLab1); cmsCloseProfile(hLab2); Lab.L = 100; Lab.a = 0; Lab.b = 0; cmsDoTransform(xform, &Lab, In, 1); if (In[0] != 0xFFFF || In[1] != 0x8080 || In[2] != 0x8080) return 0; cmsDeleteTransform(xform); return 1; } static cmsInt32Number CheckStoredIdentities(void) { cmsHPROFILE hLab, hLink, h4, h2; cmsHTRANSFORM xform; cmsInt32Number rc = 1; hLab = cmsCreateLab4ProfileTHR(DbgThread(), NULL); xform = cmsCreateTransformTHR(DbgThread(), hLab, TYPE_Lab_8, hLab, TYPE_Lab_8, 0, 0); hLink = cmsTransform2DeviceLink(xform, 3.4, 0); cmsSaveProfileToFile(hLink, "abstractv2.icc"); cmsCloseProfile(hLink); hLink = cmsTransform2DeviceLink(xform, 4.3, 0); cmsSaveProfileToFile(hLink, "abstractv4.icc"); cmsCloseProfile(hLink); cmsDeleteTransform(xform); cmsCloseProfile(hLab); h4 = cmsOpenProfileFromFileTHR(DbgThread(), "abstractv4.icc", "r"); xform = cmsCreateTransformTHR(DbgThread(), h4, TYPE_Lab_DBL, h4, TYPE_Lab_DBL, INTENT_RELATIVE_COLORIMETRIC, 0); SubTest("V4"); rc &= CheckSeveralLab(xform); cmsDeleteTransform(xform); cmsCloseProfile(h4); if (!rc) goto Error; SubTest("V2"); h2 = cmsOpenProfileFromFileTHR(DbgThread(), "abstractv2.icc", "r"); xform = cmsCreateTransformTHR(DbgThread(), h2, TYPE_Lab_DBL, h2, TYPE_Lab_DBL, INTENT_RELATIVE_COLORIMETRIC, 0); rc &= CheckSeveralLab(xform); cmsDeleteTransform(xform); cmsCloseProfile(h2); if (!rc) goto Error; SubTest("V2 -> V4"); h2 = cmsOpenProfileFromFileTHR(DbgThread(), "abstractv2.icc", "r"); h4 = cmsOpenProfileFromFileTHR(DbgThread(), "abstractv4.icc", "r"); xform = cmsCreateTransformTHR(DbgThread(), h4, TYPE_Lab_DBL, h2, TYPE_Lab_DBL, INTENT_RELATIVE_COLORIMETRIC, 0); rc &= CheckSeveralLab(xform); cmsDeleteTransform(xform); cmsCloseProfile(h2); cmsCloseProfile(h4); SubTest("V4 -> V2"); h2 = cmsOpenProfileFromFileTHR(DbgThread(), "abstractv2.icc", "r"); h4 = cmsOpenProfileFromFileTHR(DbgThread(), "abstractv4.icc", "r"); xform = cmsCreateTransformTHR(DbgThread(), h2, TYPE_Lab_DBL, h4, TYPE_Lab_DBL, INTENT_RELATIVE_COLORIMETRIC, 0); rc &= CheckSeveralLab(xform); cmsDeleteTransform(xform); cmsCloseProfile(h2); cmsCloseProfile(h4); Error: remove("abstractv2.icc"); remove("abstractv4.icc"); return rc; } // Check a simple xform from a matrix profile to itself. Test floating point accuracy. static cmsInt32Number CheckMatrixShaperXFORMFloat(void) { cmsHPROFILE hAbove, hSRGB; cmsHTRANSFORM xform; cmsInt32Number rc1, rc2; hAbove = Create_AboveRGB(); xform = cmsCreateTransformTHR(DbgThread(), hAbove, TYPE_RGB_FLT, hAbove, TYPE_RGB_FLT, INTENT_RELATIVE_COLORIMETRIC, 0); cmsCloseProfile(hAbove); rc1 = CheckFloatlinearXFORM(xform, 3); cmsDeleteTransform(xform); hSRGB = cmsCreate_sRGBProfileTHR(DbgThread()); xform = cmsCreateTransformTHR(DbgThread(), hSRGB, TYPE_RGB_FLT, hSRGB, TYPE_RGB_FLT, INTENT_RELATIVE_COLORIMETRIC, 0); cmsCloseProfile(hSRGB); rc2 = CheckFloatlinearXFORM(xform, 3); cmsDeleteTransform(xform); return rc1 && rc2; } // Check a simple xform from a matrix profile to itself. Test 16 bits accuracy. static cmsInt32Number CheckMatrixShaperXFORM16(void) { cmsHPROFILE hAbove, hSRGB; cmsHTRANSFORM xform; cmsInt32Number rc1, rc2; hAbove = Create_AboveRGB(); xform = cmsCreateTransformTHR(DbgThread(), hAbove, TYPE_RGB_16, hAbove, TYPE_RGB_16, INTENT_RELATIVE_COLORIMETRIC, 0); cmsCloseProfile(hAbove); rc1 = Check16linearXFORM(xform, 3); cmsDeleteTransform(xform); hSRGB = cmsCreate_sRGBProfileTHR(DbgThread()); xform = cmsCreateTransformTHR(DbgThread(), hSRGB, TYPE_RGB_16, hSRGB, TYPE_RGB_16, INTENT_RELATIVE_COLORIMETRIC, 0); cmsCloseProfile(hSRGB); rc2 = Check16linearXFORM(xform, 3); cmsDeleteTransform(xform); return rc1 && rc2; } // Check a simple xform from a matrix profile to itself. Test 8 bits accuracy. static cmsInt32Number CheckMatrixShaperXFORM8(void) { cmsHPROFILE hAbove, hSRGB; cmsHTRANSFORM xform; cmsInt32Number rc1, rc2; hAbove = Create_AboveRGB(); xform = cmsCreateTransformTHR(DbgThread(), hAbove, TYPE_RGB_8, hAbove, TYPE_RGB_8, INTENT_RELATIVE_COLORIMETRIC, 0); cmsCloseProfile(hAbove); rc1 = Check8linearXFORM(xform, 3); cmsDeleteTransform(xform); hSRGB = cmsCreate_sRGBProfileTHR(DbgThread()); xform = cmsCreateTransformTHR(DbgThread(), hSRGB, TYPE_RGB_8, hSRGB, TYPE_RGB_8, INTENT_RELATIVE_COLORIMETRIC, 0); cmsCloseProfile(hSRGB); rc2 = Check8linearXFORM(xform, 3); cmsDeleteTransform(xform); return rc1 && rc2; } // TODO: Check LUT based to LUT based transforms for CMYK // ----------------------------------------------------------------------------------------------------------------- // Check known values going from sRGB to XYZ static cmsInt32Number CheckOneRGB_f(cmsHTRANSFORM xform, cmsInt32Number R, cmsInt32Number G, cmsInt32Number B, cmsFloat64Number X, cmsFloat64Number Y, cmsFloat64Number Z, cmsFloat64Number err) { cmsFloat32Number RGB[3]; cmsFloat64Number Out[3]; RGB[0] = (cmsFloat32Number) (R / 255.0); RGB[1] = (cmsFloat32Number) (G / 255.0); RGB[2] = (cmsFloat32Number) (B / 255.0); cmsDoTransform(xform, RGB, Out, 1); return IsGoodVal("X", X , Out[0], err) && IsGoodVal("Y", Y , Out[1], err) && IsGoodVal("Z", Z , Out[2], err); } static cmsInt32Number Chack_sRGB_Float(void) { cmsHPROFILE hsRGB, hXYZ, hLab; cmsHTRANSFORM xform1, xform2; cmsInt32Number rc; hsRGB = cmsCreate_sRGBProfileTHR(DbgThread()); hXYZ = cmsCreateXYZProfileTHR(DbgThread()); hLab = cmsCreateLab4ProfileTHR(DbgThread(), NULL); xform1 = cmsCreateTransformTHR(DbgThread(), hsRGB, TYPE_RGB_FLT, hXYZ, TYPE_XYZ_DBL, INTENT_RELATIVE_COLORIMETRIC, 0); xform2 = cmsCreateTransformTHR(DbgThread(), hsRGB, TYPE_RGB_FLT, hLab, TYPE_Lab_DBL, INTENT_RELATIVE_COLORIMETRIC, 0); cmsCloseProfile(hsRGB); cmsCloseProfile(hXYZ); cmsCloseProfile(hLab); MaxErr = 0; // Xform 1 goes from 8 bits to XYZ, rc = CheckOneRGB_f(xform1, 1, 1, 1, 0.0002927, 0.0003035, 0.000250, 0.0001); rc &= CheckOneRGB_f(xform1, 127, 127, 127, 0.2046329, 0.212230, 0.175069, 0.0001); rc &= CheckOneRGB_f(xform1, 12, 13, 15, 0.0038364, 0.0039928, 0.003853, 0.0001); rc &= CheckOneRGB_f(xform1, 128, 0, 0, 0.0941240, 0.0480256, 0.003005, 0.0001); rc &= CheckOneRGB_f(xform1, 190, 25, 210, 0.3204592, 0.1605926, 0.468213, 0.0001); // Xform 2 goes from 8 bits to Lab, we allow 0.01 error max rc &= CheckOneRGB_f(xform2, 1, 1, 1, 0.2741748, 0, 0, 0.01); rc &= CheckOneRGB_f(xform2, 127, 127, 127, 53.192776, 0, 0, 0.01); rc &= CheckOneRGB_f(xform2, 190, 25, 210, 47.052136, 74.565610, -56.883274, 0.01); rc &= CheckOneRGB_f(xform2, 128, 0, 0, 26.164701, 48.478171, 39.4384713, 0.01); cmsDeleteTransform(xform1); cmsDeleteTransform(xform2); return rc; } // --------------------------------------------------- static cmsBool GetProfileRGBPrimaries(cmsHPROFILE hProfile, cmsCIEXYZTRIPLE *result, cmsUInt32Number intent) { cmsHPROFILE hXYZ; cmsHTRANSFORM hTransform; cmsFloat64Number rgb[3][3] = {{1., 0., 0.}, {0., 1., 0.}, {0., 0., 1.}}; hXYZ = cmsCreateXYZProfile(); if (hXYZ == NULL) return FALSE; hTransform = cmsCreateTransform(hProfile, TYPE_RGB_DBL, hXYZ, TYPE_XYZ_DBL, intent, cmsFLAGS_NOCACHE | cmsFLAGS_NOOPTIMIZE); cmsCloseProfile(hXYZ); if (hTransform == NULL) return FALSE; cmsDoTransform(hTransform, rgb, result, 3); cmsDeleteTransform(hTransform); return TRUE; } static int CheckRGBPrimaries(void) { cmsHPROFILE hsRGB; cmsCIEXYZTRIPLE tripXYZ; cmsCIExyYTRIPLE tripxyY; cmsBool result; cmsSetAdaptationState(0); hsRGB = cmsCreate_sRGBProfileTHR(DbgThread()); if (!hsRGB) return 0; result = GetProfileRGBPrimaries(hsRGB, &tripXYZ, INTENT_ABSOLUTE_COLORIMETRIC); cmsCloseProfile(hsRGB); if (!result) return 0; cmsXYZ2xyY(&tripxyY.Red, &tripXYZ.Red); cmsXYZ2xyY(&tripxyY.Green, &tripXYZ.Green); cmsXYZ2xyY(&tripxyY.Blue, &tripXYZ.Blue); /* values were taken from http://en.wikipedia.org/wiki/RGB_color_spaces#Specifications */ if (!IsGoodFixed15_16("xRed", tripxyY.Red.x, 0.64) || !IsGoodFixed15_16("yRed", tripxyY.Red.y, 0.33) || !IsGoodFixed15_16("xGreen", tripxyY.Green.x, 0.30) || !IsGoodFixed15_16("yGreen", tripxyY.Green.y, 0.60) || !IsGoodFixed15_16("xBlue", tripxyY.Blue.x, 0.15) || !IsGoodFixed15_16("yBlue", tripxyY.Blue.y, 0.06)) { Fail("One or more primaries are wrong."); return FALSE; } return TRUE; } // ----------------------------------------------------------------------------------------------------------------- // This function will check CMYK -> CMYK transforms. It uses FOGRA29 and SWOP ICC profiles static cmsInt32Number CheckCMYK(cmsInt32Number Intent, const char *Profile1, const char* Profile2) { cmsHPROFILE hSWOP = cmsOpenProfileFromFileTHR(DbgThread(), Profile1, "r"); cmsHPROFILE hFOGRA = cmsOpenProfileFromFileTHR(DbgThread(), Profile2, "r"); cmsHTRANSFORM xform, swop_lab, fogra_lab; cmsFloat32Number CMYK1[4], CMYK2[4]; cmsCIELab Lab1, Lab2; cmsHPROFILE hLab; cmsFloat64Number DeltaL, Max; cmsInt32Number i; hLab = cmsCreateLab4ProfileTHR(DbgThread(), NULL); xform = cmsCreateTransformTHR(DbgThread(), hSWOP, TYPE_CMYK_FLT, hFOGRA, TYPE_CMYK_FLT, Intent, 0); swop_lab = cmsCreateTransformTHR(DbgThread(), hSWOP, TYPE_CMYK_FLT, hLab, TYPE_Lab_DBL, Intent, 0); fogra_lab = cmsCreateTransformTHR(DbgThread(), hFOGRA, TYPE_CMYK_FLT, hLab, TYPE_Lab_DBL, Intent, 0); Max = 0; for (i=0; i <= 100; i++) { CMYK1[0] = 10; CMYK1[1] = 20; CMYK1[2] = 30; CMYK1[3] = (cmsFloat32Number) i; cmsDoTransform(swop_lab, CMYK1, &Lab1, 1); cmsDoTransform(xform, CMYK1, CMYK2, 1); cmsDoTransform(fogra_lab, CMYK2, &Lab2, 1); DeltaL = fabs(Lab1.L - Lab2.L); if (DeltaL > Max) Max = DeltaL; } cmsDeleteTransform(xform); xform = cmsCreateTransformTHR(DbgThread(), hFOGRA, TYPE_CMYK_FLT, hSWOP, TYPE_CMYK_FLT, Intent, 0); for (i=0; i <= 100; i++) { CMYK1[0] = 10; CMYK1[1] = 20; CMYK1[2] = 30; CMYK1[3] = (cmsFloat32Number) i; cmsDoTransform(fogra_lab, CMYK1, &Lab1, 1); cmsDoTransform(xform, CMYK1, CMYK2, 1); cmsDoTransform(swop_lab, CMYK2, &Lab2, 1); DeltaL = fabs(Lab1.L - Lab2.L); if (DeltaL > Max) Max = DeltaL; } cmsCloseProfile(hSWOP); cmsCloseProfile(hFOGRA); cmsCloseProfile(hLab); cmsDeleteTransform(xform); cmsDeleteTransform(swop_lab); cmsDeleteTransform(fogra_lab); return Max < 3.0; } static cmsInt32Number CheckCMYKRoundtrip(void) { return CheckCMYK(INTENT_RELATIVE_COLORIMETRIC, "test1.icc", "test1.icc"); } static cmsInt32Number CheckCMYKPerceptual(void) { return CheckCMYK(INTENT_PERCEPTUAL, "test1.icc", "test2.icc"); } #if 0 static cmsInt32Number CheckCMYKRelCol(void) { return CheckCMYK(INTENT_RELATIVE_COLORIMETRIC, "test1.icc", "test2.icc"); } #endif static cmsInt32Number CheckKOnlyBlackPreserving(void) { cmsHPROFILE hSWOP = cmsOpenProfileFromFileTHR(DbgThread(), "test1.icc", "r"); cmsHPROFILE hFOGRA = cmsOpenProfileFromFileTHR(DbgThread(), "test2.icc", "r"); cmsHTRANSFORM xform, swop_lab, fogra_lab; cmsFloat32Number CMYK1[4], CMYK2[4]; cmsCIELab Lab1, Lab2; cmsHPROFILE hLab; cmsFloat64Number DeltaL, Max; cmsInt32Number i; hLab = cmsCreateLab4ProfileTHR(DbgThread(), NULL); xform = cmsCreateTransformTHR(DbgThread(), hSWOP, TYPE_CMYK_FLT, hFOGRA, TYPE_CMYK_FLT, INTENT_PRESERVE_K_ONLY_PERCEPTUAL, 0); swop_lab = cmsCreateTransformTHR(DbgThread(), hSWOP, TYPE_CMYK_FLT, hLab, TYPE_Lab_DBL, INTENT_PERCEPTUAL, 0); fogra_lab = cmsCreateTransformTHR(DbgThread(), hFOGRA, TYPE_CMYK_FLT, hLab, TYPE_Lab_DBL, INTENT_PERCEPTUAL, 0); Max = 0; for (i=0; i <= 100; i++) { CMYK1[0] = 0; CMYK1[1] = 0; CMYK1[2] = 0; CMYK1[3] = (cmsFloat32Number) i; // SWOP CMYK to Lab1 cmsDoTransform(swop_lab, CMYK1, &Lab1, 1); // SWOP To FOGRA using black preservation cmsDoTransform(xform, CMYK1, CMYK2, 1); // Obtained FOGRA CMYK to Lab2 cmsDoTransform(fogra_lab, CMYK2, &Lab2, 1); // We care only on L* DeltaL = fabs(Lab1.L - Lab2.L); if (DeltaL > Max) Max = DeltaL; } cmsDeleteTransform(xform); // dL should be below 3.0 // Same, but FOGRA to SWOP xform = cmsCreateTransformTHR(DbgThread(), hFOGRA, TYPE_CMYK_FLT, hSWOP, TYPE_CMYK_FLT, INTENT_PRESERVE_K_ONLY_PERCEPTUAL, 0); for (i=0; i <= 100; i++) { CMYK1[0] = 0; CMYK1[1] = 0; CMYK1[2] = 0; CMYK1[3] = (cmsFloat32Number) i; cmsDoTransform(fogra_lab, CMYK1, &Lab1, 1); cmsDoTransform(xform, CMYK1, CMYK2, 1); cmsDoTransform(swop_lab, CMYK2, &Lab2, 1); DeltaL = fabs(Lab1.L - Lab2.L); if (DeltaL > Max) Max = DeltaL; } cmsCloseProfile(hSWOP); cmsCloseProfile(hFOGRA); cmsCloseProfile(hLab); cmsDeleteTransform(xform); cmsDeleteTransform(swop_lab); cmsDeleteTransform(fogra_lab); return Max < 3.0; } static cmsInt32Number CheckKPlaneBlackPreserving(void) { cmsHPROFILE hSWOP = cmsOpenProfileFromFileTHR(DbgThread(), "test1.icc", "r"); cmsHPROFILE hFOGRA = cmsOpenProfileFromFileTHR(DbgThread(), "test2.icc", "r"); cmsHTRANSFORM xform, swop_lab, fogra_lab; cmsFloat32Number CMYK1[4], CMYK2[4]; cmsCIELab Lab1, Lab2; cmsHPROFILE hLab; cmsFloat64Number DeltaE, Max; cmsInt32Number i; hLab = cmsCreateLab4ProfileTHR(DbgThread(), NULL); xform = cmsCreateTransformTHR(DbgThread(), hSWOP, TYPE_CMYK_FLT, hFOGRA, TYPE_CMYK_FLT, INTENT_PERCEPTUAL, 0); swop_lab = cmsCreateTransformTHR(DbgThread(), hSWOP, TYPE_CMYK_FLT, hLab, TYPE_Lab_DBL, INTENT_PERCEPTUAL, 0); fogra_lab = cmsCreateTransformTHR(DbgThread(), hFOGRA, TYPE_CMYK_FLT, hLab, TYPE_Lab_DBL, INTENT_PERCEPTUAL, 0); Max = 0; for (i=0; i <= 100; i++) { CMYK1[0] = 0; CMYK1[1] = 0; CMYK1[2] = 0; CMYK1[3] = (cmsFloat32Number) i; cmsDoTransform(swop_lab, CMYK1, &Lab1, 1); cmsDoTransform(xform, CMYK1, CMYK2, 1); cmsDoTransform(fogra_lab, CMYK2, &Lab2, 1); DeltaE = cmsDeltaE(&Lab1, &Lab2); if (DeltaE > Max) Max = DeltaE; } cmsDeleteTransform(xform); xform = cmsCreateTransformTHR(DbgThread(), hFOGRA, TYPE_CMYK_FLT, hSWOP, TYPE_CMYK_FLT, INTENT_PRESERVE_K_PLANE_PERCEPTUAL, 0); for (i=0; i <= 100; i++) { CMYK1[0] = 30; CMYK1[1] = 20; CMYK1[2] = 10; CMYK1[3] = (cmsFloat32Number) i; cmsDoTransform(fogra_lab, CMYK1, &Lab1, 1); cmsDoTransform(xform, CMYK1, CMYK2, 1); cmsDoTransform(swop_lab, CMYK2, &Lab2, 1); DeltaE = cmsDeltaE(&Lab1, &Lab2); if (DeltaE > Max) Max = DeltaE; } cmsDeleteTransform(xform); cmsCloseProfile(hSWOP); cmsCloseProfile(hFOGRA); cmsCloseProfile(hLab); cmsDeleteTransform(swop_lab); cmsDeleteTransform(fogra_lab); return Max < 30.0; } // ------------------------------------------------------------------------------------------------------ static cmsInt32Number CheckProofingXFORMFloat(void) { cmsHPROFILE hAbove; cmsHTRANSFORM xform; cmsInt32Number rc; hAbove = Create_AboveRGB(); xform = cmsCreateProofingTransformTHR(DbgThread(), hAbove, TYPE_RGB_FLT, hAbove, TYPE_RGB_FLT, hAbove, INTENT_RELATIVE_COLORIMETRIC, INTENT_RELATIVE_COLORIMETRIC, cmsFLAGS_SOFTPROOFING); cmsCloseProfile(hAbove); rc = CheckFloatlinearXFORM(xform, 3); cmsDeleteTransform(xform); return rc; } static cmsInt32Number CheckProofingXFORM16(void) { cmsHPROFILE hAbove; cmsHTRANSFORM xform; cmsInt32Number rc; hAbove = Create_AboveRGB(); xform = cmsCreateProofingTransformTHR(DbgThread(), hAbove, TYPE_RGB_16, hAbove, TYPE_RGB_16, hAbove, INTENT_RELATIVE_COLORIMETRIC, INTENT_RELATIVE_COLORIMETRIC, cmsFLAGS_SOFTPROOFING|cmsFLAGS_NOCACHE); cmsCloseProfile(hAbove); rc = Check16linearXFORM(xform, 3); cmsDeleteTransform(xform); return rc; } static cmsInt32Number CheckGamutCheck(void) { cmsHPROFILE hSRGB, hAbove; cmsHTRANSFORM xform; cmsInt32Number rc; cmsUInt16Number Alarm[16] = { 0xDEAD, 0xBABE, 0xFACE }; // Set alarm codes to fancy values so we could check the out of gamut condition cmsSetAlarmCodes(Alarm); // Create the profiles hSRGB = cmsCreate_sRGBProfileTHR(DbgThread()); hAbove = Create_AboveRGB(); if (hSRGB == NULL || hAbove == NULL) return 0; // Failed SubTest("Gamut check on floating point"); // Create a gamut checker in the same space. No value should be out of gamut xform = cmsCreateProofingTransformTHR(DbgThread(), hAbove, TYPE_RGB_FLT, hAbove, TYPE_RGB_FLT, hAbove, INTENT_RELATIVE_COLORIMETRIC, INTENT_RELATIVE_COLORIMETRIC, cmsFLAGS_GAMUTCHECK); if (!CheckFloatlinearXFORM(xform, 3)) { cmsCloseProfile(hSRGB); cmsCloseProfile(hAbove); cmsDeleteTransform(xform); Fail("Gamut check on same profile failed"); return 0; } cmsDeleteTransform(xform); SubTest("Gamut check on 16 bits"); xform = cmsCreateProofingTransformTHR(DbgThread(), hAbove, TYPE_RGB_16, hAbove, TYPE_RGB_16, hSRGB, INTENT_RELATIVE_COLORIMETRIC, INTENT_RELATIVE_COLORIMETRIC, cmsFLAGS_GAMUTCHECK); cmsCloseProfile(hSRGB); cmsCloseProfile(hAbove); rc = Check16linearXFORM(xform, 3); cmsDeleteTransform(xform); return rc; } // ------------------------------------------------------------------------------------------------------------------- static cmsInt32Number CheckBlackPoint(void) { cmsHPROFILE hProfile; cmsCIEXYZ Black; cmsCIELab Lab; hProfile = cmsOpenProfileFromFileTHR(DbgThread(), "test5.icc", "r"); cmsDetectDestinationBlackPoint(&Black, hProfile, INTENT_RELATIVE_COLORIMETRIC, 0); cmsCloseProfile(hProfile); hProfile = cmsOpenProfileFromFileTHR(DbgThread(), "test1.icc", "r"); cmsDetectDestinationBlackPoint(&Black, hProfile, INTENT_RELATIVE_COLORIMETRIC, 0); cmsXYZ2Lab(NULL, &Lab, &Black); cmsCloseProfile(hProfile); hProfile = cmsOpenProfileFromFileTHR(DbgThread(), "lcms2cmyk.icc", "r"); cmsDetectDestinationBlackPoint(&Black, hProfile, INTENT_RELATIVE_COLORIMETRIC, 0); cmsXYZ2Lab(NULL, &Lab, &Black); cmsCloseProfile(hProfile); hProfile = cmsOpenProfileFromFileTHR(DbgThread(), "test2.icc", "r"); cmsDetectDestinationBlackPoint(&Black, hProfile, INTENT_RELATIVE_COLORIMETRIC, 0); cmsXYZ2Lab(NULL, &Lab, &Black); cmsCloseProfile(hProfile); hProfile = cmsOpenProfileFromFileTHR(DbgThread(), "test1.icc", "r"); cmsDetectDestinationBlackPoint(&Black, hProfile, INTENT_PERCEPTUAL, 0); cmsXYZ2Lab(NULL, &Lab, &Black); cmsCloseProfile(hProfile); return 1; } static cmsInt32Number CheckOneTAC(cmsFloat64Number InkLimit) { cmsHPROFILE h; cmsFloat64Number d; h =CreateFakeCMYK(InkLimit, TRUE); cmsSaveProfileToFile(h, "lcmstac.icc"); cmsCloseProfile(h); h = cmsOpenProfileFromFile("lcmstac.icc", "r"); d = cmsDetectTAC(h); cmsCloseProfile(h); remove("lcmstac.icc"); if (fabs(d - InkLimit) > 5) return 0; return 1; } static cmsInt32Number CheckTAC(void) { if (!CheckOneTAC(180)) return 0; if (!CheckOneTAC(220)) return 0; if (!CheckOneTAC(286)) return 0; if (!CheckOneTAC(310)) return 0; if (!CheckOneTAC(330)) return 0; return 1; } // ------------------------------------------------------------------------------------------------------- #define NPOINTS_IT8 10 // (17*17*17*17) static cmsInt32Number CheckCGATS(void) { cmsHANDLE it8; cmsInt32Number i; SubTest("IT8 creation"); it8 = cmsIT8Alloc(DbgThread()); if (it8 == NULL) return 0; cmsIT8SetSheetType(it8, "LCMS/TESTING"); cmsIT8SetPropertyStr(it8, "ORIGINATOR", "1 2 3 4"); cmsIT8SetPropertyUncooked(it8, "DESCRIPTOR", "1234"); cmsIT8SetPropertyStr(it8, "MANUFACTURER", "3"); cmsIT8SetPropertyDbl(it8, "CREATED", 4); cmsIT8SetPropertyDbl(it8, "SERIAL", 5); cmsIT8SetPropertyHex(it8, "MATERIAL", 0x123); cmsIT8SetPropertyDbl(it8, "NUMBER_OF_SETS", NPOINTS_IT8); cmsIT8SetPropertyDbl(it8, "NUMBER_OF_FIELDS", 4); cmsIT8SetDataFormat(it8, 0, "SAMPLE_ID"); cmsIT8SetDataFormat(it8, 1, "RGB_R"); cmsIT8SetDataFormat(it8, 2, "RGB_G"); cmsIT8SetDataFormat(it8, 3, "RGB_B"); SubTest("Table creation"); for (i=0; i < NPOINTS_IT8; i++) { char Patch[20]; sprintf(Patch, "P%d", i); cmsIT8SetDataRowCol(it8, i, 0, Patch); cmsIT8SetDataRowColDbl(it8, i, 1, i); cmsIT8SetDataRowColDbl(it8, i, 2, i); cmsIT8SetDataRowColDbl(it8, i, 3, i); } SubTest("Save to file"); cmsIT8SaveToFile(it8, "TEST.IT8"); cmsIT8Free(it8); SubTest("Load from file"); it8 = cmsIT8LoadFromFile(DbgThread(), "TEST.IT8"); if (it8 == NULL) return 0; SubTest("Save again file"); cmsIT8SaveToFile(it8, "TEST.IT8"); cmsIT8Free(it8); SubTest("Load from file (II)"); it8 = cmsIT8LoadFromFile(DbgThread(), "TEST.IT8"); if (it8 == NULL) return 0; SubTest("Change prop value"); if (cmsIT8GetPropertyDbl(it8, "DESCRIPTOR") != 1234) { return 0; } cmsIT8SetPropertyDbl(it8, "DESCRIPTOR", 5678); if (cmsIT8GetPropertyDbl(it8, "DESCRIPTOR") != 5678) { return 0; } SubTest("Positive numbers"); if (cmsIT8GetDataDbl(it8, "P3", "RGB_G") != 3) { return 0; } SubTest("Positive exponent numbers"); cmsIT8SetPropertyDbl(it8, "DBL_PROP", 123E+12); if ((cmsIT8GetPropertyDbl(it8, "DBL_PROP") - 123E+12) > 1 ) { return 0; } SubTest("Negative exponent numbers"); cmsIT8SetPropertyDbl(it8, "DBL_PROP_NEG", 123E-45); if ((cmsIT8GetPropertyDbl(it8, "DBL_PROP_NEG") - 123E-45) > 1E-45 ) { return 0; } SubTest("Negative numbers"); cmsIT8SetPropertyDbl(it8, "DBL_NEG_VAL", -123); if ((cmsIT8GetPropertyDbl(it8, "DBL_NEG_VAL")) != -123 ) { return 0; } cmsIT8Free(it8); remove("TEST.IT8"); return 1; } static cmsInt32Number CheckCGATS2(void) { cmsHANDLE handle; const cmsUInt8Number junk[] = { 0x0, 0xd, 0xd, 0xa, 0x20, 0xd, 0x20, 0x20, 0x20, 0x3a, 0x31, 0x3d, 0x3d, 0x3d, 0x3d }; handle = cmsIT8LoadFromMem(0, (const void*)junk, sizeof(junk)); if (handle) cmsIT8Free(handle); return 1; } static cmsInt32Number CheckCGATS_Overflow(void) { cmsHANDLE handle; const cmsUInt8Number junk[] = { "@\nA 1.e2147483648\n" }; handle = cmsIT8LoadFromMem(0, (const void*)junk, sizeof(junk)); if (handle) cmsIT8Free(handle); return 1; } // Create CSA/CRD static void GenerateCSA(const char* cInProf, const char* FileName) { cmsHPROFILE hProfile; cmsUInt32Number n; char* Buffer; cmsContext BuffThread = DbgThread(); FILE* o; if (cInProf == NULL) hProfile = cmsCreateLab4Profile(NULL); else hProfile = cmsOpenProfileFromFile(cInProf, "r"); n = cmsGetPostScriptCSA(DbgThread(), hProfile, 0, 0, NULL, 0); if (n == 0) return; Buffer = (char*) _cmsMalloc(BuffThread, n + 1); cmsGetPostScriptCSA(DbgThread(), hProfile, 0, 0, Buffer, n); Buffer[n] = 0; if (FileName != NULL) { o = fopen(FileName, "wb"); fwrite(Buffer, n, 1, o); fclose(o); } _cmsFree(BuffThread, Buffer); cmsCloseProfile(hProfile); if (FileName != NULL) remove(FileName); } static void GenerateCRD(const char* cOutProf, const char* FileName) { cmsHPROFILE hProfile; cmsUInt32Number n; char* Buffer; cmsUInt32Number dwFlags = 0; cmsContext BuffThread = DbgThread(); if (cOutProf == NULL) hProfile = cmsCreateLab4Profile(NULL); else hProfile = cmsOpenProfileFromFile(cOutProf, "r"); n = cmsGetPostScriptCRD(DbgThread(), hProfile, 0, dwFlags, NULL, 0); if (n == 0) return; Buffer = (char*) _cmsMalloc(BuffThread, n + 1); cmsGetPostScriptCRD(DbgThread(), hProfile, 0, dwFlags, Buffer, n); Buffer[n] = 0; if (FileName != NULL) { FILE* o = fopen(FileName, "wb"); fwrite(Buffer, n, 1, o); fclose(o); } _cmsFree(BuffThread, Buffer); cmsCloseProfile(hProfile); if (FileName != NULL) remove(FileName); } static cmsInt32Number CheckPostScript(void) { GenerateCSA("test5.icc", "sRGB_CSA.ps"); GenerateCSA("aRGBlcms2.icc", "aRGB_CSA.ps"); GenerateCSA("test4.icc", "sRGBV4_CSA.ps"); GenerateCSA("test1.icc", "SWOP_CSA.ps"); GenerateCSA(NULL, "Lab_CSA.ps"); GenerateCSA("graylcms2.icc", "gray_CSA.ps"); GenerateCRD("test5.icc", "sRGB_CRD.ps"); GenerateCRD("aRGBlcms2.icc", "aRGB_CRD.ps"); GenerateCRD(NULL, "Lab_CRD.ps"); GenerateCRD("test1.icc", "SWOP_CRD.ps"); GenerateCRD("test4.icc", "sRGBV4_CRD.ps"); GenerateCRD("graylcms2.icc", "gray_CRD.ps"); return 1; } static cmsInt32Number CheckGray(cmsHTRANSFORM xform, cmsUInt8Number g, double L) { cmsCIELab Lab; cmsDoTransform(xform, &g, &Lab, 1); if (!IsGoodVal("a axis on gray", 0, Lab.a, 0.001)) return 0; if (!IsGoodVal("b axis on gray", 0, Lab.b, 0.001)) return 0; return IsGoodVal("Gray value", L, Lab.L, 0.01); } static cmsInt32Number CheckInputGray(void) { cmsHPROFILE hGray = Create_Gray22(); cmsHPROFILE hLab = cmsCreateLab4Profile(NULL); cmsHTRANSFORM xform; if (hGray == NULL || hLab == NULL) return 0; xform = cmsCreateTransform(hGray, TYPE_GRAY_8, hLab, TYPE_Lab_DBL, INTENT_RELATIVE_COLORIMETRIC, 0); cmsCloseProfile(hGray); cmsCloseProfile(hLab); if (!CheckGray(xform, 0, 0)) return 0; if (!CheckGray(xform, 125, 52.768)) return 0; if (!CheckGray(xform, 200, 81.069)) return 0; if (!CheckGray(xform, 255, 100.0)) return 0; cmsDeleteTransform(xform); return 1; } static cmsInt32Number CheckLabInputGray(void) { cmsHPROFILE hGray = Create_GrayLab(); cmsHPROFILE hLab = cmsCreateLab4Profile(NULL); cmsHTRANSFORM xform; if (hGray == NULL || hLab == NULL) return 0; xform = cmsCreateTransform(hGray, TYPE_GRAY_8, hLab, TYPE_Lab_DBL, INTENT_RELATIVE_COLORIMETRIC, 0); cmsCloseProfile(hGray); cmsCloseProfile(hLab); if (!CheckGray(xform, 0, 0)) return 0; if (!CheckGray(xform, 125, 49.019)) return 0; if (!CheckGray(xform, 200, 78.431)) return 0; if (!CheckGray(xform, 255, 100.0)) return 0; cmsDeleteTransform(xform); return 1; } static cmsInt32Number CheckOutGray(cmsHTRANSFORM xform, double L, cmsUInt8Number g) { cmsCIELab Lab; cmsUInt8Number g_out; Lab.L = L; Lab.a = 0; Lab.b = 0; cmsDoTransform(xform, &Lab, &g_out, 1); return IsGoodVal("Gray value", g, (double) g_out, 1); } static cmsInt32Number CheckOutputGray(void) { cmsHPROFILE hGray = Create_Gray22(); cmsHPROFILE hLab = cmsCreateLab4Profile(NULL); cmsHTRANSFORM xform; if (hGray == NULL || hLab == NULL) return 0; xform = cmsCreateTransform( hLab, TYPE_Lab_DBL, hGray, TYPE_GRAY_8, INTENT_RELATIVE_COLORIMETRIC, 0); cmsCloseProfile(hGray); cmsCloseProfile(hLab); if (!CheckOutGray(xform, 0, 0)) return 0; if (!CheckOutGray(xform, 100, 255)) return 0; if (!CheckOutGray(xform, 20, 52)) return 0; if (!CheckOutGray(xform, 50, 118)) return 0; cmsDeleteTransform(xform); return 1; } static cmsInt32Number CheckLabOutputGray(void) { cmsHPROFILE hGray = Create_GrayLab(); cmsHPROFILE hLab = cmsCreateLab4Profile(NULL); cmsHTRANSFORM xform; cmsInt32Number i; if (hGray == NULL || hLab == NULL) return 0; xform = cmsCreateTransform( hLab, TYPE_Lab_DBL, hGray, TYPE_GRAY_8, INTENT_RELATIVE_COLORIMETRIC, 0); cmsCloseProfile(hGray); cmsCloseProfile(hLab); if (!CheckOutGray(xform, 0, 0)) return 0; if (!CheckOutGray(xform, 100, 255)) return 0; for (i=0; i < 100; i++) { cmsUInt8Number g; g = (cmsUInt8Number) floor(i * 255.0 / 100.0 + 0.5); if (!CheckOutGray(xform, i, g)) return 0; } cmsDeleteTransform(xform); return 1; } static cmsInt32Number CheckV4gamma(void) { cmsHPROFILE h; cmsUInt16Number Lin[] = {0, 0xffff}; cmsToneCurve*g = cmsBuildTabulatedToneCurve16(DbgThread(), 2, Lin); h = cmsOpenProfileFromFileTHR(DbgThread(), "v4gamma.icc", "w"); if (h == NULL) return 0; cmsSetProfileVersion(h, 4.3); if (!cmsWriteTag(h, cmsSigGrayTRCTag, g)) return 0; cmsCloseProfile(h); cmsFreeToneCurve(g); remove("v4gamma.icc"); return 1; } // cmsBool cmsGBDdumpVRML(cmsHANDLE hGBD, const char* fname); // Gamut descriptor routines static cmsInt32Number CheckGBD(void) { cmsCIELab Lab; cmsHANDLE h; cmsInt32Number L, a, b; cmsUInt32Number r1, g1, b1; cmsHPROFILE hLab, hsRGB; cmsHTRANSFORM xform; h = cmsGBDAlloc(DbgThread()); if (h == NULL) return 0; // Fill all Lab gamut as valid SubTest("Filling RAW gamut"); for (L=0; L <= 100; L += 10) for (a = -128; a <= 128; a += 5) for (b = -128; b <= 128; b += 5) { Lab.L = L; Lab.a = a; Lab.b = b; if (!cmsGDBAddPoint(h, &Lab)) return 0; } // Complete boundaries SubTest("computing Lab gamut"); if (!cmsGDBCompute(h, 0)) return 0; // All points should be inside gamut SubTest("checking Lab gamut"); for (L=10; L <= 90; L += 25) for (a = -120; a <= 120; a += 25) for (b = -120; b <= 120; b += 25) { Lab.L = L; Lab.a = a; Lab.b = b; if (!cmsGDBCheckPoint(h, &Lab)) { return 0; } } cmsGBDFree(h); // Now for sRGB SubTest("checking sRGB gamut"); h = cmsGBDAlloc(DbgThread()); hsRGB = cmsCreate_sRGBProfile(); hLab = cmsCreateLab4Profile(NULL); xform = cmsCreateTransform(hsRGB, TYPE_RGB_8, hLab, TYPE_Lab_DBL, INTENT_RELATIVE_COLORIMETRIC, cmsFLAGS_NOCACHE); cmsCloseProfile(hsRGB); cmsCloseProfile(hLab); for (r1=0; r1 < 256; r1 += 5) { for (g1=0; g1 < 256; g1 += 5) for (b1=0; b1 < 256; b1 += 5) { cmsUInt8Number rgb[3]; rgb[0] = (cmsUInt8Number) r1; rgb[1] = (cmsUInt8Number) g1; rgb[2] = (cmsUInt8Number) b1; cmsDoTransform(xform, rgb, &Lab, 1); // if (fabs(Lab.b) < 20 && Lab.a > 0) continue; if (!cmsGDBAddPoint(h, &Lab)) { cmsGBDFree(h); return 0; } } } if (!cmsGDBCompute(h, 0)) return 0; // cmsGBDdumpVRML(h, "c:\\colormaps\\lab.wrl"); for (r1=10; r1 < 200; r1 += 10) { for (g1=10; g1 < 200; g1 += 10) for (b1=10; b1 < 200; b1 += 10) { cmsUInt8Number rgb[3]; rgb[0] = (cmsUInt8Number) r1; rgb[1] = (cmsUInt8Number) g1; rgb[2] = (cmsUInt8Number) b1; cmsDoTransform(xform, rgb, &Lab, 1); if (!cmsGDBCheckPoint(h, &Lab)) { cmsDeleteTransform(xform); cmsGBDFree(h); return 0; } } } cmsDeleteTransform(xform); cmsGBDFree(h); SubTest("checking LCh chroma ring"); h = cmsGBDAlloc(DbgThread()); for (r1=0; r1 < 360; r1++) { cmsCIELCh LCh; LCh.L = 70; LCh.C = 60; LCh.h = r1; cmsLCh2Lab(&Lab, &LCh); if (!cmsGDBAddPoint(h, &Lab)) { cmsGBDFree(h); return 0; } } if (!cmsGDBCompute(h, 0)) return 0; cmsGBDFree(h); return 1; } static int CheckMD5(void) { cmsHPROFILE pProfile = cmsOpenProfileFromFile("sRGBlcms2.icc", "r"); cmsProfileID ProfileID1, ProfileID2, ProfileID3, ProfileID4; if (cmsMD5computeID(pProfile)) cmsGetHeaderProfileID(pProfile, ProfileID1.ID8); if (cmsMD5computeID(pProfile)) cmsGetHeaderProfileID(pProfile, ProfileID2.ID8); cmsCloseProfile(pProfile); pProfile = cmsOpenProfileFromFile("sRGBlcms2.icc", "r"); if (cmsMD5computeID(pProfile)) cmsGetHeaderProfileID(pProfile,ProfileID3.ID8); if (cmsMD5computeID(pProfile)) cmsGetHeaderProfileID(pProfile,ProfileID4.ID8); cmsCloseProfile(pProfile); return ((memcmp(ProfileID1.ID8, ProfileID3.ID8, sizeof(ProfileID1)) == 0) && (memcmp(ProfileID2.ID8, ProfileID4.ID8, sizeof(ProfileID2)) == 0)); } static int CheckLinking(void) { cmsHPROFILE h; cmsPipeline * pipeline; cmsStage *stageBegin, *stageEnd; // Create a CLUT based profile h = cmsCreateInkLimitingDeviceLinkTHR(DbgThread(), cmsSigCmykData, 150); // link a second tag cmsLinkTag(h, cmsSigAToB1Tag, cmsSigAToB0Tag); // Save the linked devicelink if (!cmsSaveProfileToFile(h, "lcms2link.icc")) return 0; cmsCloseProfile(h); // Now open the profile and read the pipeline h = cmsOpenProfileFromFile("lcms2link.icc", "r"); if (h == NULL) return 0; pipeline = (cmsPipeline*) cmsReadTag(h, cmsSigAToB1Tag); if (pipeline == NULL) { return 0; } pipeline = cmsPipelineDup(pipeline); // extract stage from pipe line cmsPipelineUnlinkStage(pipeline, cmsAT_BEGIN, &stageBegin); cmsPipelineUnlinkStage(pipeline, cmsAT_END, &stageEnd); cmsPipelineInsertStage(pipeline, cmsAT_END, stageEnd); cmsPipelineInsertStage(pipeline, cmsAT_BEGIN, stageBegin); if (cmsTagLinkedTo(h, cmsSigAToB1Tag) != cmsSigAToB0Tag) return 0; cmsWriteTag(h, cmsSigAToB0Tag, pipeline); cmsPipelineFree(pipeline); if (!cmsSaveProfileToFile(h, "lcms2link2.icc")) return 0; cmsCloseProfile(h); return 1; } // TestMPE // // Created by Paul Miller on 30/08/2016. // static cmsHPROFILE IdentityMatrixProfile( cmsColorSpaceSignature dataSpace) { cmsContext ctx = 0; cmsVEC3 zero = {{0,0,0}}; cmsMAT3 identity; cmsPipeline* forward; cmsPipeline* reverse; cmsHPROFILE identityProfile = cmsCreateProfilePlaceholder( ctx); cmsSetProfileVersion(identityProfile, 4.3); cmsSetDeviceClass( identityProfile, cmsSigColorSpaceClass); cmsSetColorSpace(identityProfile, dataSpace); cmsSetPCS(identityProfile, cmsSigXYZData); cmsSetHeaderRenderingIntent(identityProfile, INTENT_RELATIVE_COLORIMETRIC); cmsWriteTag(identityProfile, cmsSigMediaWhitePointTag, cmsD50_XYZ()); _cmsMAT3identity( &identity); // build forward transform.... (RGB to PCS) forward = cmsPipelineAlloc( 0, 3, 3); cmsPipelineInsertStage( forward, cmsAT_END, cmsStageAllocMatrix( ctx, 3, 3, (cmsFloat64Number*)&identity, (cmsFloat64Number*)&zero)); cmsWriteTag( identityProfile, cmsSigDToB1Tag, forward); cmsPipelineFree( forward); reverse = cmsPipelineAlloc( 0, 3, 3); cmsPipelineInsertStage( reverse, cmsAT_END, cmsStageAllocMatrix( ctx, 3, 3, (cmsFloat64Number*)&identity, (cmsFloat64Number*)&zero)); cmsWriteTag( identityProfile, cmsSigBToD1Tag, reverse); cmsPipelineFree( reverse); return identityProfile; } static cmsInt32Number CheckFloatXYZ(void) { cmsHPROFILE input; cmsHPROFILE xyzProfile = cmsCreateXYZProfile(); cmsHTRANSFORM xform; cmsFloat32Number in[4]; cmsFloat32Number out[4]; in[0] = 1.0; in[1] = 1.0; in[2] = 1.0; in[3] = 0.5; // RGB to XYZ input = IdentityMatrixProfile( cmsSigRgbData); xform = cmsCreateTransform( input, TYPE_RGB_FLT, xyzProfile, TYPE_XYZ_FLT, INTENT_RELATIVE_COLORIMETRIC, 0); cmsCloseProfile(input); cmsDoTransform( xform, in, out, 1); cmsDeleteTransform( xform); if (!IsGoodVal("Float RGB->XYZ", in[0], out[0], FLOAT_PRECISSION) || !IsGoodVal("Float RGB->XYZ", in[1], out[1], FLOAT_PRECISSION) || !IsGoodVal("Float RGB->XYZ", in[2], out[2], FLOAT_PRECISSION)) return 0; // XYZ to XYZ input = IdentityMatrixProfile( cmsSigXYZData); xform = cmsCreateTransform( input, TYPE_XYZ_FLT, xyzProfile, TYPE_XYZ_FLT, INTENT_RELATIVE_COLORIMETRIC, 0); cmsCloseProfile(input); cmsDoTransform( xform, in, out, 1); cmsDeleteTransform( xform); if (!IsGoodVal("Float XYZ->XYZ", in[0], out[0], FLOAT_PRECISSION) || !IsGoodVal("Float XYZ->XYZ", in[1], out[1], FLOAT_PRECISSION) || !IsGoodVal("Float XYZ->XYZ", in[2], out[2], FLOAT_PRECISSION)) return 0; input = IdentityMatrixProfile( cmsSigXYZData); # define TYPE_XYZA_FLT (FLOAT_SH(1)|COLORSPACE_SH(PT_XYZ)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(4)) xform = cmsCreateTransform( input, TYPE_XYZA_FLT, xyzProfile, TYPE_XYZA_FLT, INTENT_RELATIVE_COLORIMETRIC, cmsFLAGS_COPY_ALPHA); cmsCloseProfile(input); cmsDoTransform( xform, in, out, 1); cmsDeleteTransform( xform); if (!IsGoodVal("Float XYZA->XYZA", in[0], out[0], FLOAT_PRECISSION) || !IsGoodVal("Float XYZA->XYZA", in[1], out[1], FLOAT_PRECISSION) || !IsGoodVal("Float XYZA->XYZA", in[2], out[2], FLOAT_PRECISSION) || !IsGoodVal("Float XYZA->XYZA", in[3], out[3], FLOAT_PRECISSION)) return 0; // XYZ to RGB input = IdentityMatrixProfile( cmsSigRgbData); xform = cmsCreateTransform( xyzProfile, TYPE_XYZ_FLT, input, TYPE_RGB_FLT, INTENT_RELATIVE_COLORIMETRIC, 0); cmsCloseProfile(input); cmsDoTransform( xform, in, out, 1); cmsDeleteTransform( xform); if (!IsGoodVal("Float XYZ->RGB", in[0], out[0], FLOAT_PRECISSION) || !IsGoodVal("Float XYZ->RGB", in[1], out[1], FLOAT_PRECISSION) || !IsGoodVal("Float XYZ->RGB", in[2], out[2], FLOAT_PRECISSION)) return 0; // Now the optimizer should remove a stage // XYZ to RGB input = IdentityMatrixProfile( cmsSigRgbData); xform = cmsCreateTransform( input, TYPE_RGB_FLT, input, TYPE_RGB_FLT, INTENT_RELATIVE_COLORIMETRIC, 0); cmsCloseProfile(input); cmsDoTransform( xform, in, out, 1); cmsDeleteTransform( xform); if (!IsGoodVal("Float RGB->RGB", in[0], out[0], FLOAT_PRECISSION) || !IsGoodVal("Float RGB->RGB", in[1], out[1], FLOAT_PRECISSION) || !IsGoodVal("Float RGB->RGB", in[2], out[2], FLOAT_PRECISSION)) return 0; cmsCloseProfile(xyzProfile); return 1; } /* Bug reported 1) sRGB built-in V4.3 -> Lab identity built-in V4.3 Flags: "cmsFLAGS_NOCACHE", "cmsFLAGS_NOOPTIMIZE" Input format: TYPE_RGBA_FLT Output format: TYPE_LabA_FLT 2) and back Lab identity built-in V4.3 -> sRGB built-in V4.3 Flags: "cmsFLAGS_NOCACHE", "cmsFLAGS_NOOPTIMIZE" Input format: TYPE_LabA_FLT Output format: TYPE_RGBA_FLT */ static cmsInt32Number ChecksRGB2LabFLT(void) { cmsHPROFILE hSRGB = cmsCreate_sRGBProfile(); cmsHPROFILE hLab = cmsCreateLab4Profile(NULL); cmsHTRANSFORM xform1 = cmsCreateTransform(hSRGB, TYPE_RGBA_FLT, hLab, TYPE_LabA_FLT, 0, cmsFLAGS_NOCACHE|cmsFLAGS_NOOPTIMIZE); cmsHTRANSFORM xform2 = cmsCreateTransform(hLab, TYPE_LabA_FLT, hSRGB, TYPE_RGBA_FLT, 0, cmsFLAGS_NOCACHE|cmsFLAGS_NOOPTIMIZE); cmsFloat32Number RGBA1[4], RGBA2[4], LabA[4]; int i; for (i = 0; i <= 100; i++) { RGBA1[0] = i / 100.0F; RGBA1[1] = i / 100.0F; RGBA1[2] = i / 100.0F; RGBA1[3] = 0; cmsDoTransform(xform1, RGBA1, LabA, 1); cmsDoTransform(xform2, LabA, RGBA2, 1); if (!IsGoodVal("Float RGB->RGB", RGBA1[0], RGBA2[0], FLOAT_PRECISSION) || !IsGoodVal("Float RGB->RGB", RGBA1[1], RGBA2[1], FLOAT_PRECISSION) || !IsGoodVal("Float RGB->RGB", RGBA1[2], RGBA2[2], FLOAT_PRECISSION)) return 0; } cmsDeleteTransform(xform1); cmsDeleteTransform(xform2); cmsCloseProfile(hSRGB); cmsCloseProfile(hLab); return 1; } /* * parametric curve for Rec709 */ static double Rec709(double L) { if (L <0.018) return 4.5*L; else { double a = 1.099* pow(L, 0.45); a = a - 0.099; return a; } } static cmsInt32Number CheckParametricRec709(void) { cmsFloat64Number params[7]; cmsToneCurve* t; int i; params[0] = 0.45; /* y */ params[1] = pow(1.099, 1.0 / 0.45); /* a */ params[2] = 0.0; /* b */ params[3] = 4.5; /* c */ params[4] = 0.018; /* d */ params[5] = -0.099; /* e */ params[6] = 0.0; /* f */ t = cmsBuildParametricToneCurve (NULL, 5, params); for (i=0; i < 256; i++) { cmsFloat32Number n = (cmsFloat32Number) i / 255.0F; cmsUInt16Number f1 = (cmsUInt16Number) floor(255.0 * cmsEvalToneCurveFloat(t, n) + 0.5); cmsUInt16Number f2 = (cmsUInt16Number) floor(255.0*Rec709((double) i / 255.0) + 0.5); if (f1 != f2) { cmsFreeToneCurve(t); return 0; } } cmsFreeToneCurve(t); return 1; } #define kNumPoints 10 typedef cmsFloat32Number(*Function)(cmsFloat32Number x); static cmsFloat32Number StraightLine( cmsFloat32Number x) { return (cmsFloat32Number) (0.1 + 0.9 * x); } static cmsInt32Number TestCurve( const char* label, cmsToneCurve* curve, Function fn) { cmsInt32Number ok = 1; int i; for (i = 0; i < kNumPoints*3; i++) { cmsFloat32Number x = (cmsFloat32Number)i / (kNumPoints*3 - 1); cmsFloat32Number expectedY = fn(x); cmsFloat32Number out = cmsEvalToneCurveFloat( curve, x); if (!IsGoodVal(label, expectedY, out, FLOAT_PRECISSION)) { ok = 0; } } return ok; } static cmsInt32Number CheckFloatSamples(void) { cmsFloat32Number y[kNumPoints]; int i; cmsToneCurve *curve; cmsInt32Number ok; for (i = 0; i < kNumPoints; i++) { cmsFloat32Number x = (cmsFloat32Number)i / (kNumPoints-1); y[i] = StraightLine(x); } curve = cmsBuildTabulatedToneCurveFloat(NULL, kNumPoints, y); ok = TestCurve( "Float Samples", curve, StraightLine); cmsFreeToneCurve(curve); return ok; } static cmsInt32Number CheckFloatSegments(void) { cmsInt32Number ok = 1; int i; cmsToneCurve *curve; cmsFloat32Number y[ kNumPoints]; // build a segmented curve with a sampled section... cmsCurveSegment Seg[3]; // Initialize segmented curve part up to 0.1 Seg[0].x0 = -1e22f; // -infinity Seg[0].x1 = 0.1f; Seg[0].Type = 6; // Y = (a * X + b) ^ Gamma + c Seg[0].Params[0] = 1.0f; // gamma Seg[0].Params[1] = 0.9f; // a Seg[0].Params[2] = 0.0f; // b Seg[0].Params[3] = 0.1f; // c Seg[0].Params[4] = 0.0f; // From zero to 1 Seg[1].x0 = 0.1f; Seg[1].x1 = 0.9f; Seg[1].Type = 0; Seg[1].nGridPoints = kNumPoints; Seg[1].SampledPoints = y; for (i = 0; i < kNumPoints; i++) { cmsFloat32Number x = (cmsFloat32Number) (0.1 + ((cmsFloat32Number)i / (kNumPoints-1)) * (0.9 - 0.1)); y[i] = StraightLine(x); } // from 1 to +infinity Seg[2].x0 = 0.9f; Seg[2].x1 = 1e22f; // +infinity Seg[2].Type = 6; Seg[2].Params[0] = 1.0f; Seg[2].Params[1] = 0.9f; Seg[2].Params[2] = 0.0f; Seg[2].Params[3] = 0.1f; Seg[2].Params[4] = 0.0f; curve = cmsBuildSegmentedToneCurve(0, 3, Seg); ok = TestCurve( "Float Segmented Curve", curve, StraightLine); cmsFreeToneCurve( curve); return ok; } static cmsInt32Number CheckReadRAW(void) { cmsInt32Number tag_size, tag_size1; char buffer[37009]; cmsHPROFILE hProfile; SubTest("RAW read on on-disk"); hProfile = cmsOpenProfileFromFile("test1.icc", "r"); if (hProfile == NULL) return 0; tag_size1 = cmsReadRawTag(hProfile, cmsSigGamutTag, NULL, 0); tag_size = cmsReadRawTag(hProfile, cmsSigGamutTag, buffer, 37009); cmsCloseProfile(hProfile); if (tag_size != 37009) return 0; if (tag_size1 != 37009) return 0; SubTest("RAW read on in-memory created profiles"); hProfile = cmsCreate_sRGBProfile(); tag_size1 = cmsReadRawTag(hProfile, cmsSigGreenColorantTag, NULL, 0); tag_size = cmsReadRawTag(hProfile, cmsSigGreenColorantTag, buffer, 20); cmsCloseProfile(hProfile); if (tag_size != 20) return 0; if (tag_size1 != 20) return 0; return 1; } static cmsInt32Number CheckMeta(void) { char *data; cmsHANDLE dict; cmsHPROFILE p; cmsUInt32Number clen; FILE *fp; int rc; /* open file */ p = cmsOpenProfileFromFile("ibm-t61.icc", "r"); if (p == NULL) return 0; /* read dictionary, but don't do anything with the value */ //COMMENT OUT THE NEXT TWO LINES AND IT WORKS FINE!!! dict = cmsReadTag(p, cmsSigMetaTag); if (dict == NULL) return 0; /* serialize profile to memory */ rc = cmsSaveProfileToMem(p, NULL, &clen); if (!rc) return 0; data = (char*) chknull(malloc(clen)); rc = cmsSaveProfileToMem(p, data, &clen); if (!rc) return 0; /* write the memory blob to a file */ //NOTE: The crash does not happen if cmsSaveProfileToFile() is used */ fp = fopen("new.icc", "wb"); fwrite(data, 1, clen, fp); fclose(fp); free(data); cmsCloseProfile(p); /* open newly created file and read metadata */ p = cmsOpenProfileFromFile("new.icc", "r"); //ERROR: Bad dictionary Name/Value //ERROR: Corrupted tag 'meta' //test: test.c:59: main: Assertion `dict' failed. dict = cmsReadTag(p, cmsSigMetaTag); if (dict == NULL) return 0; cmsCloseProfile(p); return 1; } // Bug on applying null transforms on floating point buffers static cmsInt32Number CheckFloatNULLxform(void) { int i; cmsFloat32Number in[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; cmsFloat32Number out[10]; cmsHTRANSFORM xform = cmsCreateTransform(NULL, TYPE_GRAY_FLT, NULL, TYPE_GRAY_FLT, INTENT_PERCEPTUAL, cmsFLAGS_NULLTRANSFORM); if (xform == NULL) { Fail("Unable to create float null transform"); return 0; } cmsDoTransform(xform, in, out, 10); cmsDeleteTransform(xform); for (i=0; i < 10; i++) { if (!IsGoodVal("float nullxform", in[i], out[i], 0.001)) { return 0; } } return 1; } static cmsInt32Number CheckRemoveTag(void) { cmsHPROFILE p; cmsMLU *mlu; int ret; p = cmsCreate_sRGBProfileTHR(NULL); /* set value */ mlu = cmsMLUalloc (NULL, 1); ret = cmsMLUsetASCII (mlu, "en", "US", "bar"); if (!ret) return 0; ret = cmsWriteTag (p, cmsSigDeviceMfgDescTag, mlu); if (!ret) return 0; cmsMLUfree (mlu); /* remove the tag */ ret = cmsWriteTag (p, cmsSigDeviceMfgDescTag, NULL); if (!ret) return 0; /* THIS EXPLODES */ cmsCloseProfile(p); return 1; } static cmsInt32Number CheckMatrixSimplify(void) { cmsHPROFILE pIn; cmsHPROFILE pOut; cmsHTRANSFORM t; unsigned char buf[3] = { 127, 32, 64 }; pIn = cmsCreate_sRGBProfile(); pOut = cmsOpenProfileFromFile("ibm-t61.icc", "r"); if (pIn == NULL || pOut == NULL) return 0; t = cmsCreateTransform(pIn, TYPE_RGB_8, pOut, TYPE_RGB_8, INTENT_PERCEPTUAL, 0); cmsDoTransformStride(t, buf, buf, 1, 1); cmsDeleteTransform(t); cmsCloseProfile(pIn); cmsCloseProfile(pOut); return buf[0] == 144 && buf[1] == 0 && buf[2] == 69; } static cmsInt32Number CheckTransformLineStride(void) { cmsHPROFILE pIn; cmsHPROFILE pOut; cmsHTRANSFORM t; // Our buffer is formed by 4 RGB8 lines, each line is 2 pixels wide plus a padding of one byte cmsUInt8Number buf1[]= { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0, }; // Our buffer2 is formed by 4 RGBA lines, each line is 2 pixels wide plus a padding of one byte cmsUInt8Number buf2[] = { 0xff, 0xff, 0xff, 1, 0xff, 0xff, 0xff, 1, 0, 0xff, 0xff, 0xff, 1, 0xff, 0xff, 0xff, 1, 0, 0xff, 0xff, 0xff, 1, 0xff, 0xff, 0xff, 1, 0, 0xff, 0xff, 0xff, 1, 0xff, 0xff, 0xff, 1, 0}; // Our buffer3 is formed by 4 RGBA16 lines, each line is 2 pixels wide plus a padding of two bytes cmsUInt16Number buf3[] = { 0xffff, 0xffff, 0xffff, 0x0101, 0xffff, 0xffff, 0xffff, 0x0101, 0, 0xffff, 0xffff, 0xffff, 0x0101, 0xffff, 0xffff, 0xffff, 0x0101, 0, 0xffff, 0xffff, 0xffff, 0x0101, 0xffff, 0xffff, 0xffff, 0x0101, 0, 0xffff, 0xffff, 0xffff, 0x0101, 0xffff, 0xffff, 0xffff, 0x0101, 0 }; cmsUInt8Number out[1024]; memset(out, 0, sizeof(out)); pIn = cmsCreate_sRGBProfile(); pOut = cmsOpenProfileFromFile("ibm-t61.icc", "r"); if (pIn == NULL || pOut == NULL) return 0; t = cmsCreateTransform(pIn, TYPE_RGB_8, pOut, TYPE_RGB_8, INTENT_PERCEPTUAL, cmsFLAGS_COPY_ALPHA); cmsDoTransformLineStride(t, buf1, out, 2, 4, 7, 7, 0, 0); cmsDeleteTransform(t); if (memcmp(out, buf1, sizeof(buf1)) != 0) { Fail("Failed transform line stride on RGB8"); cmsCloseProfile(pIn); cmsCloseProfile(pOut); return 0; } memset(out, 0, sizeof(out)); t = cmsCreateTransform(pIn, TYPE_RGBA_8, pOut, TYPE_RGBA_8, INTENT_PERCEPTUAL, cmsFLAGS_COPY_ALPHA); cmsDoTransformLineStride(t, buf2, out, 2, 4, 9, 9, 0, 0); cmsDeleteTransform(t); if (memcmp(out, buf2, sizeof(buf2)) != 0) { cmsCloseProfile(pIn); cmsCloseProfile(pOut); Fail("Failed transform line stride on RGBA8"); return 0; } memset(out, 0, sizeof(out)); t = cmsCreateTransform(pIn, TYPE_RGBA_16, pOut, TYPE_RGBA_16, INTENT_PERCEPTUAL, cmsFLAGS_COPY_ALPHA); cmsDoTransformLineStride(t, buf3, out, 2, 4, 18, 18, 0, 0); cmsDeleteTransform(t); if (memcmp(out, buf3, sizeof(buf3)) != 0) { cmsCloseProfile(pIn); cmsCloseProfile(pOut); Fail("Failed transform line stride on RGBA16"); return 0; } memset(out, 0, sizeof(out)); // From 8 to 16 t = cmsCreateTransform(pIn, TYPE_RGBA_8, pOut, TYPE_RGBA_16, INTENT_PERCEPTUAL, cmsFLAGS_COPY_ALPHA); cmsDoTransformLineStride(t, buf2, out, 2, 4, 9, 18, 0, 0); cmsDeleteTransform(t); if (memcmp(out, buf3, sizeof(buf3)) != 0) { cmsCloseProfile(pIn); cmsCloseProfile(pOut); Fail("Failed transform line stride on RGBA16"); return 0; } cmsCloseProfile(pIn); cmsCloseProfile(pOut); return 1; } static int CheckPlanar8opt(void) { cmsHPROFILE aboveRGB = Create_AboveRGB(); cmsHPROFILE sRGB = cmsCreate_sRGBProfile(); cmsHTRANSFORM transform = cmsCreateTransform(sRGB, TYPE_RGB_8_PLANAR, aboveRGB, TYPE_RGB_8_PLANAR, INTENT_PERCEPTUAL, 0); cmsDeleteTransform(transform); cmsCloseProfile(aboveRGB); cmsCloseProfile(sRGB); return 1; } /** * Bug reported from float32 to uint16 planar */ #define TYPE_RGB_FLT_PLANAR (FLOAT_SH(1)|COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(4)|PLANAR_SH(1)) static int CheckPlanarFloat2int(void) { cmsHPROFILE sRGB = cmsCreate_sRGBProfile(); cmsHTRANSFORM transform = cmsCreateTransform(sRGB, TYPE_RGB_FLT_PLANAR, sRGB, TYPE_RGB_16_PLANAR,INTENT_PERCEPTUAL, 0); const cmsFloat32Number input[] = { 0.0f, 0.4f, 0.8f, 0.1f, 0.5f, 0.9f, 0.2f, 0.6f, 1.0f, 0.3f, 0.7f, 1.0f }; cmsUInt16Number output[3*4] = { 0 }; cmsDoTransform(transform, input, output, 4); cmsDeleteTransform(transform); cmsCloseProfile(sRGB); return 1; } /** * Bug reported & fixed. Thanks to Kornel Lesinski for spotting this. */ static int CheckSE(void) { cmsHPROFILE input_profile = Create_AboveRGB(); cmsHPROFILE output_profile = cmsCreate_sRGBProfile(); cmsHTRANSFORM tr = cmsCreateTransform(input_profile, TYPE_RGBA_8, output_profile, TYPE_RGBA_16_SE, INTENT_RELATIVE_COLORIMETRIC, cmsFLAGS_COPY_ALPHA); cmsUInt8Number rgba[4] = { 40, 41, 41, 0xfa }; cmsUInt16Number out[4]; cmsDoTransform(tr, rgba, out, 1); cmsCloseProfile(input_profile); cmsCloseProfile(output_profile); cmsDeleteTransform(tr); if (out[0] != 0xf622 || out[1] != 0x7f24 || out[2] != 0x7f24) return 0; return 1; } /** * Bug reported. */ static int CheckForgedMPE(void) { cmsUInt32Number i; cmsHPROFILE srcProfile; cmsHPROFILE dstProfile; cmsColorSpaceSignature srcCS; cmsUInt32Number nSrcComponents; cmsUInt32Number srcFormat; cmsUInt32Number intent = 0; cmsUInt32Number flags = 0; cmsHTRANSFORM hTransform; cmsUInt8Number output[4]; srcProfile = cmsOpenProfileFromFile("bad_mpe.icc", "r"); if (!srcProfile) return 0; dstProfile = cmsCreate_sRGBProfile(); if (!dstProfile) { cmsCloseProfile(srcProfile); return 0; } srcCS = cmsGetColorSpace(srcProfile); nSrcComponents = cmsChannelsOfColorSpace(srcCS); if (srcCS == cmsSigLabData) { srcFormat = COLORSPACE_SH(PT_Lab) | CHANNELS_SH(nSrcComponents) | BYTES_SH(0); } else { srcFormat = COLORSPACE_SH(PT_ANY) | CHANNELS_SH(nSrcComponents) | BYTES_SH(1); } cmsSetLogErrorHandler(ErrorReportingFunction); hTransform = cmsCreateTransform(srcProfile, srcFormat, dstProfile, TYPE_BGR_8, intent, flags); cmsCloseProfile(srcProfile); cmsCloseProfile(dstProfile); cmsSetLogErrorHandler(FatalErrorQuit); // Should report error if (!TrappedError) return 0; TrappedError = FALSE; // Transform should NOT be created if (!hTransform) return 1; // Never should reach here if (T_BYTES(srcFormat) == 0) { // 0 means double double input[128]; for (i = 0; i < nSrcComponents; i++) input[i] = 0.5f; cmsDoTransform(hTransform, input, output, 1); } else { cmsUInt8Number input[128]; for (i = 0; i < nSrcComponents; i++) input[i] = 128; cmsDoTransform(hTransform, input, output, 1); } cmsDeleteTransform(hTransform); return 0; } /** * What the self test is trying to do is creating a proofing transform * with gamut check, so we can getting the coverage of one profile of * another, i.e. to approximate the gamut intersection. e.g. * Thanks to Richard Hughes for providing the test */ static int CheckProofingIntersection(void) { cmsHPROFILE profile_null, hnd1, hnd2; cmsHTRANSFORM transform; hnd1 = cmsCreate_sRGBProfile(); hnd2 = Create_AboveRGB(); profile_null = cmsCreateNULLProfileTHR(DbgThread()); transform = cmsCreateProofingTransformTHR(DbgThread(), hnd1, TYPE_RGB_FLT, profile_null, TYPE_GRAY_FLT, hnd2, INTENT_ABSOLUTE_COLORIMETRIC, INTENT_ABSOLUTE_COLORIMETRIC, cmsFLAGS_GAMUTCHECK | cmsFLAGS_SOFTPROOFING); cmsCloseProfile(hnd1); cmsCloseProfile(hnd2); cmsCloseProfile(profile_null); // Failed? if (transform == NULL) return 0; cmsDeleteTransform(transform); return 1; } /** * In 2.11: When I create a RGB profile, set the copyright data with an empty string, * then call cmsMD5computeID on said profile, the program crashes. */ static int CheckEmptyMLUC(void) { cmsContext context = cmsCreateContext(NULL, NULL); cmsCIExyY white = { 0.31271, 0.32902, 1.0 }; cmsCIExyYTRIPLE primaries = { .Red = { 0.640, 0.330, 1.0 }, .Green = { 0.300, 0.600, 1.0 }, .Blue = { 0.150, 0.060, 1.0 } }; cmsFloat64Number parameters[10] = { 2.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 }; cmsToneCurve* toneCurve = cmsBuildParametricToneCurve(context, 1, parameters); cmsToneCurve* toneCurves[3] = { toneCurve, toneCurve, toneCurve }; cmsHPROFILE profile = cmsCreateRGBProfileTHR(context, &white, &primaries, toneCurves); cmsSetLogErrorHandlerTHR(context, FatalErrorQuit); cmsFreeToneCurve(toneCurve); // Set an empty copyright tag. This should log an error. cmsMLU* mlu = cmsMLUalloc(context, 1); cmsMLUsetASCII(mlu, "en", "AU", ""); cmsMLUsetWide(mlu, "en", "EN", L""); cmsWriteTag(profile, cmsSigCopyrightTag, mlu); cmsMLUfree(mlu); // This will cause a crash after setting an empty copyright tag. cmsMD5computeID(profile); // Cleanup cmsCloseProfile(profile); DebugMemDontCheckThis(context); cmsDeleteContext(context); return 1; } static double distance(const cmsUInt16Number* a, const cmsUInt16Number* b) { double d1 = a[0] - b[0]; double d2 = a[1] - b[1]; double d3 = a[2] - b[2]; return sqrt(d1 * d1 + d2 * d2 + d3 * d3); } /** * In 2.12, a report suggest that the built-in sRGB has roundtrip errors that makes color to move * when roundtripping again and again */ static int Check_sRGB_Rountrips(void) { cmsUInt16Number rgb[3], seed[3]; cmsCIELab Lab; int i, r, g, b; double err, maxErr; cmsHPROFILE hsRGB = cmsCreate_sRGBProfile(); cmsHPROFILE hLab = cmsCreateLab4Profile(NULL); cmsHTRANSFORM hBack = cmsCreateTransform(hLab, TYPE_Lab_DBL, hsRGB, TYPE_RGB_16, INTENT_RELATIVE_COLORIMETRIC, 0); cmsHTRANSFORM hForth = cmsCreateTransform(hsRGB, TYPE_RGB_16, hLab, TYPE_Lab_DBL, INTENT_RELATIVE_COLORIMETRIC, 0); cmsCloseProfile(hLab); cmsCloseProfile(hsRGB); maxErr = 0.0; for (r = 0; r <= 255; r += 16) for (g = 0; g <= 255; g += 16) for (b = 0; b <= 255; b += 16) { seed[0] = rgb[0] = (cmsUInt16Number) ((r << 8) | r); seed[1] = rgb[1] = (cmsUInt16Number) ((g << 8) | g); seed[2] = rgb[2] = (cmsUInt16Number) ((b << 8) | b); for (i = 0; i < 50; i++) { cmsDoTransform(hForth, rgb, &Lab, 1); cmsDoTransform(hBack, &Lab, rgb, 1); } err = distance(seed, rgb); if (err > maxErr) maxErr = err; } cmsDeleteTransform(hBack); cmsDeleteTransform(hForth); if (maxErr > 20.0) { printf("Maximum sRGB roundtrip error %f!\n", maxErr); return 0; } return 1; } /** * Check OKLab colorspace */ static int Check_OkLab(void) { cmsHPROFILE hOkLab = cmsCreate_OkLabProfile(NULL); cmsHPROFILE hXYZ = cmsCreateXYZProfile(); cmsCIEXYZ xyz, xyz2; cmsCIELab okLab; #define TYPE_OKLAB_DBL (FLOAT_SH(1)|COLORSPACE_SH(PT_MCH3)|CHANNELS_SH(3)|BYTES_SH(0)) cmsHTRANSFORM xform = cmsCreateTransform(hXYZ, TYPE_XYZ_DBL, hOkLab, TYPE_OKLAB_DBL, INTENT_RELATIVE_COLORIMETRIC, 0); cmsHTRANSFORM xform2 = cmsCreateTransform(hOkLab, TYPE_OKLAB_DBL, hXYZ, TYPE_XYZ_DBL, INTENT_RELATIVE_COLORIMETRIC, 0); /** * D50 should be converted to white by PCS definition */ xyz.X = 0.9642; xyz.Y = 1.0000; xyz.Z = 0.8249; cmsDoTransform(xform, &xyz, &okLab, 1); cmsDoTransform(xform2, &okLab, &xyz2, 1); xyz.X = 1.0; xyz.Y = 0.0; xyz.Z = 0.0; cmsDoTransform(xform, &xyz, &okLab, 1); cmsDoTransform(xform2, &okLab, &xyz2, 1); xyz.X = 0.0; xyz.Y = 1.0; xyz.Z = 0.0; cmsDoTransform(xform, &xyz, &okLab, 1); cmsDoTransform(xform2, &okLab, &xyz2, 1); xyz.X = 0.0; xyz.Y = 0.0; xyz.Z = 1.0; cmsDoTransform(xform, &xyz, &okLab, 1); cmsDoTransform(xform2, &okLab, &xyz2, 1); xyz.X = 0.143046; xyz.Y = 0.060610; xyz.Z = 0.713913; cmsDoTransform(xform, &xyz, &okLab, 1); cmsDoTransform(xform2, &okLab, &xyz2, 1); cmsDeleteTransform(xform); cmsDeleteTransform(xform2); cmsCloseProfile(hOkLab); cmsCloseProfile(hXYZ); return 1; } static int Check_OkLab2(void) { #define TYPE_LABA_F32 (FLOAT_SH(1)|COLORSPACE_SH(PT_MCH3)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(4)) cmsUInt16Number rgb[3]; cmsFloat32Number lab[4]; cmsHPROFILE labProfile = cmsCreate_OkLabProfile(NULL); cmsHPROFILE rgbProfile = cmsCreate_sRGBProfile(); cmsHTRANSFORM hBack = cmsCreateTransform(labProfile, TYPE_LABA_F32, rgbProfile, TYPE_RGB_16, INTENT_RELATIVE_COLORIMETRIC, 0); cmsHTRANSFORM hForth = cmsCreateTransform(rgbProfile, TYPE_RGB_16, labProfile, TYPE_LABA_F32, INTENT_RELATIVE_COLORIMETRIC, 0); cmsCloseProfile(labProfile); cmsCloseProfile(rgbProfile); rgb[0] = 0; rgb[1] = 0; rgb[2] = 65535; cmsDoTransform(hForth, rgb, &lab, 1); cmsDoTransform(hBack, lab, &rgb, 1); cmsDeleteTransform(hBack); cmsDeleteTransform(hForth); if (rgb[0] != 0 || rgb[1] != 0 || rgb[2] != 65535) return 0; return 1; } static cmsHPROFILE createRgbGamma(cmsFloat64Number g) { cmsCIExyY D65 = { 0.3127, 0.3290, 1.0 }; cmsCIExyYTRIPLE Rec709Primaries = { {0.6400, 0.3300, 1.0}, {0.3000, 0.6000, 1.0}, {0.1500, 0.0600, 1.0} }; cmsToneCurve* Gamma[3]; cmsHPROFILE hRGB; Gamma[0] = Gamma[1] = Gamma[2] = cmsBuildGamma(0, g); if (Gamma[0] == NULL) return NULL; hRGB = cmsCreateRGBProfile(&D65, &Rec709Primaries, Gamma); cmsFreeToneCurve(Gamma[0]); return hRGB; } static int CheckGammaSpaceDetection(void) { cmsFloat64Number i; for (i = 0.5; i < 3; i += 0.1) { cmsHPROFILE hProfile = createRgbGamma(i); cmsFloat64Number gamma = cmsDetectRGBProfileGamma(hProfile, 0.01); cmsCloseProfile(hProfile); if (fabs(gamma - i) > 0.1) { Fail("Failed profile gamma detection of %f (got %f)", i, gamma); return 0; } } return 1; } // Per issue #308. A built-in is corrupted by using write raw tag was causing a segfault static int CheckInducedCorruption(void) { cmsHTRANSFORM xform0; char garbage[] = "\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0a\x0b"; cmsHPROFILE hsrgb = cmsCreate_sRGBProfile(); cmsHPROFILE hLab = cmsCreateLab4Profile(NULL); cmsSetLogErrorHandler(NULL); cmsWriteRawTag(hsrgb, cmsSigBlueColorantTag, &garbage, sizeof(garbage)); xform0 = cmsCreateTransform(hsrgb, TYPE_RGB_16, hLab, TYPE_Lab_16, INTENT_RELATIVE_COLORIMETRIC, 0); if (xform0) cmsDeleteTransform(xform0); cmsCloseProfile(hsrgb); cmsCloseProfile(hLab); ResetFatalError(); return 1; } #if 0 // You need to download following profiles to execute this test: sRGB-elle-V4-srgbtrc.icc, sRGB-elle-V4-g10.icc // The include this line in the checks list: Check("KInear spaces detection", CheckLinearSpacesOptimization); static void uint16toFloat(cmsUInt16Number* src, cmsFloat32Number* dst) { for (int i = 0; i < 3; i++) { dst[i] = src[i] / 65535.f; } } static int CheckLinearSpacesOptimization(void) { cmsHPROFILE lcms_sRGB = cmsCreate_sRGBProfile(); cmsHPROFILE elle_sRGB = cmsOpenProfileFromFile("sRGB-elle-V4-srgbtrc.icc", "r"); cmsHPROFILE elle_linear = cmsOpenProfileFromFile("sRGB-elle-V4-g10.icc", "r"); cmsHTRANSFORM transform1 = cmsCreateTransform(elle_sRGB, TYPE_RGB_16, elle_linear, TYPE_RGB_16, INTENT_RELATIVE_COLORIMETRIC, 0); cmsHTRANSFORM transform2 = cmsCreateTransform(elle_linear, TYPE_RGB_16, lcms_sRGB, TYPE_RGB_16, INTENT_RELATIVE_COLORIMETRIC, 0); cmsHTRANSFORM transform2a = cmsCreateTransform(elle_linear, TYPE_RGB_FLT, lcms_sRGB, TYPE_RGB_16, INTENT_RELATIVE_COLORIMETRIC, 0); cmsUInt16Number sourceCol[3] = { 43 * 257, 27 * 257, 6 * 257 }; cmsUInt16Number linearCol[3] = { 0 }; float linearColF[3] = { 0 }; cmsUInt16Number finalCol[3] = { 0 }; int difR, difG, difB; int difR2, difG2, difB2; cmsDoTransform(transform1, sourceCol, linearCol, 1); cmsDoTransform(transform2, linearCol, finalCol, 1); cmsCloseProfile(lcms_sRGB); cmsCloseProfile(elle_sRGB); cmsCloseProfile(elle_linear); difR = (int)sourceCol[0] - finalCol[0]; difG = (int)sourceCol[1] - finalCol[1]; difB = (int)sourceCol[2] - finalCol[2]; uint16toFloat(linearCol, linearColF); cmsDoTransform(transform2a, linearColF, finalCol, 1); difR2 = (int)sourceCol[0] - finalCol[0]; difG2 = (int)sourceCol[1] - finalCol[1]; difB2 = (int)sourceCol[2] - finalCol[2]; cmsDeleteTransform(transform1); cmsDeleteTransform(transform2); cmsDeleteTransform(transform2a); if (abs(difR2 - difR) > 5 || abs(difG2 - difG) > 5 || abs(difB2 - difB) > 5) { Fail("Linear detection failed"); return 0; } return 1; } #endif static int CheckBadCGATS(void) { const char* bad_it8 = " \"\"\n" "NUMBER_OF_FIELDS 4\n" "BEGIN_DATA_FORMAT\n" "I R G G\n" "END_DATA_FORMAT\n" "NUMBER_OF_FIELDS 9\n" "NUMBER_OF_SETS 2\n" "BEGIN_DATA\n" "d\n" "0 0Bd\n" "0Ba $ $ t ."; cmsHANDLE hIT8; cmsSetLogErrorHandler(NULL); hIT8 = cmsIT8LoadFromMem(0, bad_it8, (cmsUInt32Number) strlen(bad_it8)); ResetFatalError(); if (hIT8 != NULL) { Fail("Wrong IT8 accepted as ok"); cmsIT8Free(hIT8); } return 1; } static int CheckIntToFloatTransform(void) { cmsHPROFILE hAbove = Create_AboveRGB(); cmsHPROFILE hsRGB = cmsCreate_sRGBProfile(); cmsHTRANSFORM xform = cmsCreateTransform(hAbove, TYPE_RGB_8, hsRGB, TYPE_RGB_DBL, INTENT_PERCEPTUAL, 0); cmsUInt8Number rgb8[3] = { 12, 253, 21 }; cmsFloat64Number rgbDBL[3] = { 0 }; cmsCloseProfile(hAbove); cmsCloseProfile(hsRGB); cmsDoTransform(xform, rgb8, rgbDBL, 1); cmsDeleteTransform(xform); if (rgbDBL[0] < 0 && rgbDBL[2] < 0) return 1; Fail("Unbounded transforms with integer input failed"); return 0; } static int CheckSaveLinearizationDevicelink(void) { const cmsFloat32Number table[] = { 0, 0.5f, 1.0f }; cmsToneCurve* tone = cmsBuildTabulatedToneCurveFloat(NULL, 3, table); cmsToneCurve* rgb_curves[3] = { tone, tone, tone }; cmsHPROFILE hDeviceLink = cmsCreateLinearizationDeviceLink(cmsSigRgbData, rgb_curves); cmsBool result; cmsHTRANSFORM xform; int i; cmsFreeToneCurve(tone); result = cmsSaveProfileToFile(hDeviceLink, "lin_rgb.icc"); cmsCloseProfile(hDeviceLink); if (!result) { remove("lin_rgb.icc"); Fail("Couldn't save linearization devicelink"); } hDeviceLink = cmsOpenProfileFromFile("lin_rgb.icc", "r"); if (hDeviceLink == NULL) { remove("lin_rgb.icc"); Fail("Couldn't open devicelink"); } xform = cmsCreateTransform(hDeviceLink, TYPE_RGB_8, NULL, TYPE_RGB_8, INTENT_PERCEPTUAL, 0); cmsCloseProfile(hDeviceLink); for (i = 0; i < 256; i++) { cmsUInt8Number rgb_in[3] = { i, i, i }; cmsUInt8Number rgb_out[3]; cmsDoTransform(xform, rgb_in, rgb_out, 1); if (rgb_in[0] != rgb_out[0] || rgb_in[1] != rgb_out[1] || rgb_in[2] != rgb_out[2]) { remove("lin_rgb.icc"); Fail("Saved devicelink was not working"); } } cmsDeleteTransform(xform); remove("lin_rgb.icc"); return 1; } static int CheckGamutCheckFloats(void) { cmsUInt16Number alarms[16] = { 0x0f0f,3,4,5,6,7,8,9,10 }; cmsHPROFILE hLab = cmsCreateLab4Profile(NULL); cmsHPROFILE hNull = cmsCreateNULLProfile(); cmsHPROFILE hsRGB = cmsCreate_sRGBProfile(); cmsHTRANSFORM xfrm = cmsCreateProofingTransform(hLab, TYPE_Lab_DBL, hNull, TYPE_GRAY_8, hsRGB, INTENT_RELATIVE_COLORIMETRIC, INTENT_ABSOLUTE_COLORIMETRIC, cmsFLAGS_GAMUTCHECK); cmsCloseProfile(hLab); cmsCloseProfile(hNull); cmsCloseProfile(hsRGB); cmsCIELab Lab = { 50, -125, 125 }; cmsCIELab Lab2 = { 50, -10, 12 }; cmsUInt8Number gamut; cmsSetAlarmCodes(alarms); cmsDoTransform(xfrm, &Lab, &gamut, 1); // Gives the alarm != 0 if (gamut != 0x0f) Fail("Gamut check not good"); cmsDoTransform(xfrm, &Lab2, &gamut, 1); if (gamut != 0) Fail("Gamut check zero"); cmsDeleteTransform(xfrm); return 1; } // -------------------------------------------------------------------------------------------------- // P E R F O R M A N C E C H E C K S // -------------------------------------------------------------------------------------------------- typedef struct {cmsUInt8Number r, g, b, a;} Scanline_rgba8; typedef struct {cmsUInt16Number r, g, b, a;} Scanline_rgba16; typedef struct {cmsFloat32Number r, g, b, a;} Scanline_rgba32; typedef struct {cmsUInt8Number r, g, b;} Scanline_rgb8; typedef struct {cmsUInt16Number r, g, b;} Scanline_rgb16; typedef struct {cmsFloat32Number r, g, b;} Scanline_rgb32; static void TitlePerformance(const char* Txt) { printf("%-45s: ", Txt); fflush(stdout); } static void PrintPerformance(cmsUInt32Number Bytes, cmsUInt32Number SizeOfPixel, cmsFloat64Number diff) { cmsFloat64Number seconds = (cmsFloat64Number) diff / CLOCKS_PER_SEC; cmsFloat64Number mpix_sec = Bytes / (1024.0*1024.0*seconds*SizeOfPixel); printf("%#4.3g MPixel/sec.\n", mpix_sec); fflush(stdout); } static void SpeedTest32bits(const char * Title, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut, cmsInt32Number Intent) { cmsInt32Number r, g, b, j; clock_t atime; cmsFloat64Number diff; cmsHTRANSFORM hlcmsxform; Scanline_rgba32 *In; cmsUInt32Number Mb; cmsUInt32Number Interval = 4; // Power of 2 number to increment r,g,b values by in the loops to keep the test duration practically short cmsUInt32Number NumPixels; if (hlcmsProfileIn == NULL || hlcmsProfileOut == NULL) Die("Unable to open profiles"); hlcmsxform = cmsCreateTransformTHR(DbgThread(), hlcmsProfileIn, TYPE_RGBA_FLT, hlcmsProfileOut, TYPE_RGBA_FLT, Intent, cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); NumPixels = 256 / Interval * 256 / Interval * 256 / Interval; Mb = NumPixels * sizeof(Scanline_rgba32); In = (Scanline_rgba32 *) chknull(malloc(Mb)); j = 0; for (r=0; r < 256; r += Interval) for (g=0; g < 256; g += Interval) for (b=0; b < 256; b += Interval) { In[j].r = r / 256.0f; In[j].g = g / 256.0f; In[j].b = b / 256.0f; In[j].a = (In[j].r + In[j].g + In[j].b) / 3; j++; } TitlePerformance(Title); atime = clock(); cmsDoTransform(hlcmsxform, In, In, NumPixels); diff = clock() - atime; free(In); PrintPerformance(Mb, sizeof(Scanline_rgba32), diff); cmsDeleteTransform(hlcmsxform); } static void SpeedTest16bits(const char * Title, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut, cmsInt32Number Intent) { cmsInt32Number r, g, b, j; clock_t atime; cmsFloat64Number diff; cmsHTRANSFORM hlcmsxform; Scanline_rgb16 *In; cmsUInt32Number Mb; if (hlcmsProfileIn == NULL || hlcmsProfileOut == NULL) Die("Unable to open profiles"); hlcmsxform = cmsCreateTransformTHR(DbgThread(), hlcmsProfileIn, TYPE_RGB_16, hlcmsProfileOut, TYPE_RGB_16, Intent, cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); Mb = 256*256*256 * sizeof(Scanline_rgb16); In = (Scanline_rgb16*) chknull(malloc(Mb)); j = 0; for (r=0; r < 256; r++) for (g=0; g < 256; g++) for (b=0; b < 256; b++) { In[j].r = (cmsUInt16Number) ((r << 8) | r); In[j].g = (cmsUInt16Number) ((g << 8) | g); In[j].b = (cmsUInt16Number) ((b << 8) | b); j++; } TitlePerformance(Title); atime = clock(); cmsDoTransform(hlcmsxform, In, In, 256*256*256); diff = clock() - atime; free(In); PrintPerformance(Mb, sizeof(Scanline_rgb16), diff); cmsDeleteTransform(hlcmsxform); } static void SpeedTest32bitsCMYK(const char * Title, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut) { cmsInt32Number r, g, b, j; clock_t atime; cmsFloat64Number diff; cmsHTRANSFORM hlcmsxform; Scanline_rgba32 *In; cmsUInt32Number Mb; cmsUInt32Number Interval = 4; // Power of 2 number to increment r,g,b values by in the loops to keep the test duration practically short cmsUInt32Number NumPixels; if (hlcmsProfileIn == NULL || hlcmsProfileOut == NULL) Die("Unable to open profiles"); hlcmsxform = cmsCreateTransformTHR(DbgThread(), hlcmsProfileIn, TYPE_CMYK_FLT, hlcmsProfileOut, TYPE_CMYK_FLT, INTENT_PERCEPTUAL, cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); NumPixels = 256 / Interval * 256 / Interval * 256 / Interval; Mb = NumPixels * sizeof(Scanline_rgba32); In = (Scanline_rgba32 *) chknull(malloc(Mb)); j = 0; for (r=0; r < 256; r += Interval) for (g=0; g < 256; g += Interval) for (b=0; b < 256; b += Interval) { In[j].r = r / 256.0f; In[j].g = g / 256.0f; In[j].b = b / 256.0f; In[j].a = (In[j].r + In[j].g + In[j].b) / 3; j++; } TitlePerformance(Title); atime = clock(); cmsDoTransform(hlcmsxform, In, In, NumPixels); diff = clock() - atime; free(In); PrintPerformance(Mb, sizeof(Scanline_rgba32), diff); cmsDeleteTransform(hlcmsxform); } static void SpeedTest16bitsCMYK(const char * Title, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut) { cmsInt32Number r, g, b, j; clock_t atime; cmsFloat64Number diff; cmsHTRANSFORM hlcmsxform; Scanline_rgba16 *In; cmsUInt32Number Mb; if (hlcmsProfileIn == NULL || hlcmsProfileOut == NULL) Die("Unable to open profiles"); hlcmsxform = cmsCreateTransformTHR(DbgThread(), hlcmsProfileIn, TYPE_CMYK_16, hlcmsProfileOut, TYPE_CMYK_16, INTENT_PERCEPTUAL, cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); Mb = 256*256*256*sizeof(Scanline_rgba16); In = (Scanline_rgba16*) chknull(malloc(Mb)); j = 0; for (r=0; r < 256; r++) for (g=0; g < 256; g++) for (b=0; b < 256; b++) { In[j].r = (cmsUInt16Number) ((r << 8) | r); In[j].g = (cmsUInt16Number) ((g << 8) | g); In[j].b = (cmsUInt16Number) ((b << 8) | b); In[j].a = 0; j++; } TitlePerformance(Title); atime = clock(); cmsDoTransform(hlcmsxform, In, In, 256*256*256); diff = clock() - atime; free(In); PrintPerformance(Mb, sizeof(Scanline_rgba16), diff); cmsDeleteTransform(hlcmsxform); } static void SpeedTest8bits(const char * Title, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut, cmsInt32Number Intent) { cmsInt32Number r, g, b, j; clock_t atime; cmsFloat64Number diff; cmsHTRANSFORM hlcmsxform; Scanline_rgb8 *In; cmsUInt32Number Mb; if (hlcmsProfileIn == NULL || hlcmsProfileOut == NULL) Die("Unable to open profiles"); hlcmsxform = cmsCreateTransformTHR(DbgThread(), hlcmsProfileIn, TYPE_RGB_8, hlcmsProfileOut, TYPE_RGB_8, Intent, cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); Mb = 256*256*256*sizeof(Scanline_rgb8); In = (Scanline_rgb8*) chknull(malloc(Mb)); j = 0; for (r=0; r < 256; r++) for (g=0; g < 256; g++) for (b=0; b < 256; b++) { In[j].r = (cmsUInt8Number) r; In[j].g = (cmsUInt8Number) g; In[j].b = (cmsUInt8Number) b; j++; } TitlePerformance(Title); atime = clock(); cmsDoTransform(hlcmsxform, In, In, 256*256*256); diff = clock() - atime; free(In); PrintPerformance(Mb, sizeof(Scanline_rgb8), diff); cmsDeleteTransform(hlcmsxform); } static void SpeedTest8bitsCMYK(const char * Title, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut) { cmsInt32Number r, g, b, j; clock_t atime; cmsFloat64Number diff; cmsHTRANSFORM hlcmsxform; Scanline_rgba8 *In; cmsUInt32Number Mb; if (hlcmsProfileIn == NULL || hlcmsProfileOut == NULL) Die("Unable to open profiles"); hlcmsxform = cmsCreateTransformTHR(DbgThread(), hlcmsProfileIn, TYPE_CMYK_8, hlcmsProfileOut, TYPE_CMYK_8, INTENT_PERCEPTUAL, cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); Mb = 256*256*256*sizeof(Scanline_rgba8); In = (Scanline_rgba8*) chknull(malloc(Mb)); j = 0; for (r=0; r < 256; r++) for (g=0; g < 256; g++) for (b=0; b < 256; b++) { In[j].r = (cmsUInt8Number) r; In[j].g = (cmsUInt8Number) g; In[j].b = (cmsUInt8Number) b; In[j].a = (cmsUInt8Number) 0; j++; } TitlePerformance(Title); atime = clock(); cmsDoTransform(hlcmsxform, In, In, 256*256*256); diff = clock() - atime; free(In); PrintPerformance(Mb, sizeof(Scanline_rgba8), diff); cmsDeleteTransform(hlcmsxform); } static void SpeedTest32bitsGray(const char * Title, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut, cmsInt32Number Intent) { cmsInt32Number r, g, b, j; clock_t atime; cmsFloat64Number diff; cmsHTRANSFORM hlcmsxform; cmsFloat32Number *In; cmsUInt32Number Mb; cmsUInt32Number Interval = 4; // Power of 2 number to increment r,g,b values by in the loops to keep the test duration practically short cmsUInt32Number NumPixels; if (hlcmsProfileIn == NULL || hlcmsProfileOut == NULL) Die("Unable to open profiles"); hlcmsxform = cmsCreateTransformTHR(DbgThread(), hlcmsProfileIn, TYPE_GRAY_FLT, hlcmsProfileOut, TYPE_GRAY_FLT, Intent, cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); NumPixels = 256 / Interval * 256 / Interval * 256 / Interval; Mb = NumPixels * sizeof(cmsFloat32Number); In = (cmsFloat32Number*) chknull(malloc(Mb)); j = 0; for (r = 0; r < 256; r += Interval) for (g = 0; g < 256; g += Interval) for (b = 0; b < 256; b += Interval) { In[j] = ((r + g + b) / 768.0f); j++; } TitlePerformance(Title); atime = clock(); cmsDoTransform(hlcmsxform, In, In, NumPixels); diff = clock() - atime; free(In); PrintPerformance(Mb, sizeof(cmsFloat32Number), diff); cmsDeleteTransform(hlcmsxform); } static void SpeedTest16bitsGray(const char * Title, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut, cmsInt32Number Intent) { cmsInt32Number r, g, b, j; clock_t atime; cmsFloat64Number diff; cmsHTRANSFORM hlcmsxform; cmsUInt16Number *In; cmsUInt32Number Mb; if (hlcmsProfileIn == NULL || hlcmsProfileOut == NULL) Die("Unable to open profiles"); hlcmsxform = cmsCreateTransformTHR(DbgThread(), hlcmsProfileIn, TYPE_GRAY_16, hlcmsProfileOut, TYPE_GRAY_16, Intent, cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); Mb = 256*256*256 * sizeof(cmsUInt16Number); In = (cmsUInt16Number *) chknull(malloc(Mb)); j = 0; for (r=0; r < 256; r++) for (g=0; g < 256; g++) for (b=0; b < 256; b++) { In[j] = (cmsUInt16Number) ((r + g + b) / 3); j++; } TitlePerformance(Title); atime = clock(); cmsDoTransform(hlcmsxform, In, In, 256*256*256); diff = clock() - atime; free(In); PrintPerformance(Mb, sizeof(cmsUInt16Number), diff); cmsDeleteTransform(hlcmsxform); } static void SpeedTest8bitsGray(const char * Title, cmsHPROFILE hlcmsProfileIn, cmsHPROFILE hlcmsProfileOut, cmsInt32Number Intent) { cmsInt32Number r, g, b, j; clock_t atime; cmsFloat64Number diff; cmsHTRANSFORM hlcmsxform; cmsUInt8Number *In; cmsUInt32Number Mb; if (hlcmsProfileIn == NULL || hlcmsProfileOut == NULL) Die("Unable to open profiles"); hlcmsxform = cmsCreateTransformTHR(DbgThread(), hlcmsProfileIn, TYPE_GRAY_8, hlcmsProfileOut, TYPE_GRAY_8, Intent, cmsFLAGS_NOCACHE); cmsCloseProfile(hlcmsProfileIn); cmsCloseProfile(hlcmsProfileOut); Mb = 256*256*256; In = (cmsUInt8Number*) chknull(malloc(Mb)); j = 0; for (r=0; r < 256; r++) for (g=0; g < 256; g++) for (b=0; b < 256; b++) { In[j] = (cmsUInt8Number) r; j++; } TitlePerformance(Title); atime = clock(); cmsDoTransform(hlcmsxform, In, In, 256*256*256); diff = clock() - atime; free(In); PrintPerformance(Mb, sizeof(cmsUInt8Number), diff); cmsDeleteTransform(hlcmsxform); } static cmsHPROFILE CreateCurves(void) { cmsToneCurve* Gamma = cmsBuildGamma(DbgThread(), 1.1); cmsToneCurve* Transfer[3]; cmsHPROFILE h; Transfer[0] = Transfer[1] = Transfer[2] = Gamma; h = cmsCreateLinearizationDeviceLink(cmsSigRgbData, Transfer); cmsFreeToneCurve(Gamma); return h; } static void SpeedTest(void) { printf("\n\nP E R F O R M A N C E T E S T S\n"); printf( "=================================\n\n"); fflush(stdout); SpeedTest8bits("8 bits on CLUT profiles", cmsOpenProfileFromFile("test5.icc", "r"), cmsOpenProfileFromFile("test3.icc", "r"), INTENT_PERCEPTUAL); SpeedTest16bits("16 bits on CLUT profiles", cmsOpenProfileFromFile("test5.icc", "r"), cmsOpenProfileFromFile("test3.icc", "r"), INTENT_PERCEPTUAL); SpeedTest32bits("32 bits on CLUT profiles", cmsOpenProfileFromFile("test5.icc", "r"), cmsOpenProfileFromFile("test3.icc", "r"), INTENT_PERCEPTUAL); printf("\n"); // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SpeedTest8bits("8 bits on Matrix-Shaper profiles", cmsOpenProfileFromFile("test5.icc", "r"), cmsOpenProfileFromFile("aRGBlcms2.icc", "r"), INTENT_PERCEPTUAL); SpeedTest16bits("16 bits on Matrix-Shaper profiles", cmsOpenProfileFromFile("test5.icc", "r"), cmsOpenProfileFromFile("aRGBlcms2.icc", "r"), INTENT_PERCEPTUAL); SpeedTest32bits("32 bits on Matrix-Shaper profiles", cmsOpenProfileFromFile("test5.icc", "r"), cmsOpenProfileFromFile("aRGBlcms2.icc", "r"), INTENT_PERCEPTUAL); printf("\n"); // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SpeedTest8bits("8 bits on SAME Matrix-Shaper profiles", cmsOpenProfileFromFile("test5.icc", "r"), cmsOpenProfileFromFile("test5.icc", "r"), INTENT_PERCEPTUAL); SpeedTest16bits("16 bits on SAME Matrix-Shaper profiles", cmsOpenProfileFromFile("aRGBlcms2.icc", "r"), cmsOpenProfileFromFile("aRGBlcms2.icc", "r"), INTENT_PERCEPTUAL); SpeedTest32bits("32 bits on SAME Matrix-Shaper profiles", cmsOpenProfileFromFile("aRGBlcms2.icc", "r"), cmsOpenProfileFromFile("aRGBlcms2.icc", "r"), INTENT_PERCEPTUAL); printf("\n"); // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SpeedTest8bits("8 bits on Matrix-Shaper profiles (AbsCol)", cmsOpenProfileFromFile("test5.icc", "r"), cmsOpenProfileFromFile("aRGBlcms2.icc", "r"), INTENT_ABSOLUTE_COLORIMETRIC); SpeedTest16bits("16 bits on Matrix-Shaper profiles (AbsCol)", cmsOpenProfileFromFile("test5.icc", "r"), cmsOpenProfileFromFile("aRGBlcms2.icc", "r"), INTENT_ABSOLUTE_COLORIMETRIC); SpeedTest32bits("32 bits on Matrix-Shaper profiles (AbsCol)", cmsOpenProfileFromFile("test5.icc", "r"), cmsOpenProfileFromFile("aRGBlcms2.icc", "r"), INTENT_ABSOLUTE_COLORIMETRIC); printf("\n"); // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SpeedTest8bits("8 bits on curves", CreateCurves(), CreateCurves(), INTENT_PERCEPTUAL); SpeedTest16bits("16 bits on curves", CreateCurves(), CreateCurves(), INTENT_PERCEPTUAL); SpeedTest32bits("32 bits on curves", CreateCurves(), CreateCurves(), INTENT_PERCEPTUAL); printf("\n"); // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SpeedTest8bitsCMYK("8 bits on CMYK profiles", cmsOpenProfileFromFile("test1.icc", "r"), cmsOpenProfileFromFile("test2.icc", "r")); SpeedTest16bitsCMYK("16 bits on CMYK profiles", cmsOpenProfileFromFile("test1.icc", "r"), cmsOpenProfileFromFile("test2.icc", "r")); SpeedTest32bitsCMYK("32 bits on CMYK profiles", cmsOpenProfileFromFile("test1.icc", "r"), cmsOpenProfileFromFile("test2.icc", "r")); printf("\n"); // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SpeedTest8bitsGray("8 bits on gray-to gray", cmsOpenProfileFromFile("gray3lcms2.icc", "r"), cmsOpenProfileFromFile("graylcms2.icc", "r"), INTENT_RELATIVE_COLORIMETRIC); SpeedTest16bitsGray("16 bits on gray-to gray", cmsOpenProfileFromFile("gray3lcms2.icc", "r"), cmsOpenProfileFromFile("graylcms2.icc", "r"), INTENT_RELATIVE_COLORIMETRIC); SpeedTest32bitsGray("32 bits on gray-to gray", cmsOpenProfileFromFile("gray3lcms2.icc", "r"), cmsOpenProfileFromFile("graylcms2.icc", "r"), INTENT_RELATIVE_COLORIMETRIC); printf("\n"); // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SpeedTest8bitsGray("8 bits on gray-to-lab gray", cmsOpenProfileFromFile("graylcms2.icc", "r"), cmsOpenProfileFromFile("glablcms2.icc", "r"), INTENT_RELATIVE_COLORIMETRIC); SpeedTest16bitsGray("16 bits on gray-to-lab gray", cmsOpenProfileFromFile("graylcms2.icc", "r"), cmsOpenProfileFromFile("glablcms2.icc", "r"), INTENT_RELATIVE_COLORIMETRIC); SpeedTest32bitsGray("32 bits on gray-to-lab gray", cmsOpenProfileFromFile("graylcms2.icc", "r"), cmsOpenProfileFromFile("glablcms2.icc", "r"), INTENT_RELATIVE_COLORIMETRIC); printf("\n"); // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SpeedTest8bitsGray("8 bits on SAME gray-to-gray", cmsOpenProfileFromFile("graylcms2.icc", "r"), cmsOpenProfileFromFile("graylcms2.icc", "r"), INTENT_PERCEPTUAL); SpeedTest16bitsGray("16 bits on SAME gray-to-gray", cmsOpenProfileFromFile("graylcms2.icc", "r"), cmsOpenProfileFromFile("graylcms2.icc", "r"), INTENT_PERCEPTUAL); SpeedTest32bitsGray("32 bits on SAME gray-to-gray", cmsOpenProfileFromFile("graylcms2.icc", "r"), cmsOpenProfileFromFile("graylcms2.icc", "r"), INTENT_PERCEPTUAL); printf("\n"); } // ----------------------------------------------------------------------------------------------------- // Print the supported intents static void PrintSupportedIntents(void) { cmsUInt32Number n, i; cmsUInt32Number Codes[200]; char* Descriptions[200]; n = cmsGetSupportedIntents(200, Codes, Descriptions); printf("Supported intents:\n"); for (i=0; i < n; i++) { printf("\t%u - %s\n", Codes[i], Descriptions[i]); } printf("\n"); } // --------------------------------------------------------------------------------------- int main(int argc, char* argv[]) { cmsInt32Number Exhaustive = 0; cmsInt32Number DoSpeedTests = 1; cmsInt32Number DoCheckTests = 1; cmsInt32Number DoPluginTests = 1; #ifdef CMS_IS_WINDOWS_ cmsInt32Number DoZooTests = 0; #endif #ifdef _MSC_VER _CrtSetDbgFlag ( _CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF ); #endif // First of all, check for the right header if (cmsGetEncodedCMMversion() != LCMS_VERSION) { Die("Oops, you are mixing header and shared lib!\nHeader version reports to be '%d' and shared lib '%d'\n", LCMS_VERSION, cmsGetEncodedCMMversion()); } printf("LittleCMS %2.2f test bed %s %s\n\n", cmsGetEncodedCMMversion() / 1000.0, __DATE__, __TIME__); if ((argc == 2) && strcmp(argv[1], "--exhaustive") == 0) { Exhaustive = 1; printf("Running exhaustive tests (will take a while...)\n\n"); } else if ((argc == 3) && strcmp(argv[1], "--chdir") == 0) { CHDIR(argv[2]); } printf("Installing debug memory plug-in ... "); cmsPlugin(&DebugMemHandler); printf("done.\n"); printf("Installing error logger ... "); cmsSetLogErrorHandler(FatalErrorQuit); printf("done.\n"); PrintSupportedIntents(); Check("Base types", CheckBaseTypes); Check("endianness", CheckEndianness); Check("quick floor", CheckQuickFloor); Check("quick floor word", CheckQuickFloorWord); Check("Fixed point 15.16 representation", CheckFixedPoint15_16); Check("Fixed point 8.8 representation", CheckFixedPoint8_8); Check("D50 roundtrip", CheckD50Roundtrip); // Create utility profiles if (DoCheckTests || DoSpeedTests) Check("Creation of test profiles", CreateTestProfiles); if (DoCheckTests) { // Forward 1D interpolation Check("1D interpolation in 2pt tables", Check1DLERP2); Check("1D interpolation in 3pt tables", Check1DLERP3); Check("1D interpolation in 4pt tables", Check1DLERP4); Check("1D interpolation in 6pt tables", Check1DLERP6); Check("1D interpolation in 18pt tables", Check1DLERP18); Check("1D interpolation in descending 2pt tables", Check1DLERP2Down); Check("1D interpolation in descending 3pt tables", Check1DLERP3Down); Check("1D interpolation in descending 6pt tables", Check1DLERP6Down); Check("1D interpolation in descending 18pt tables", Check1DLERP18Down); if (Exhaustive) { Check("1D interpolation in n tables", ExhaustiveCheck1DLERP); Check("1D interpolation in descending tables", ExhaustiveCheck1DLERPDown); } // Forward 3D interpolation Check("3D interpolation Tetrahedral (float) ", Check3DinterpolationFloatTetrahedral); Check("3D interpolation Trilinear (float) ", Check3DinterpolationFloatTrilinear); Check("3D interpolation Tetrahedral (16) ", Check3DinterpolationTetrahedral16); Check("3D interpolation Trilinear (16) ", Check3DinterpolationTrilinear16); if (Exhaustive) { Check("Exhaustive 3D interpolation Tetrahedral (float) ", ExaustiveCheck3DinterpolationFloatTetrahedral); Check("Exhaustive 3D interpolation Trilinear (float) ", ExaustiveCheck3DinterpolationFloatTrilinear); Check("Exhaustive 3D interpolation Tetrahedral (16) ", ExhaustiveCheck3DinterpolationTetrahedral16); Check("Exhaustive 3D interpolation Trilinear (16) ", ExhaustiveCheck3DinterpolationTrilinear16); } Check("Reverse interpolation 3 -> 3", CheckReverseInterpolation3x3); Check("Reverse interpolation 4 -> 3", CheckReverseInterpolation4x3); // High dimensionality interpolation Check("3D interpolation", Check3Dinterp); Check("3D interpolation with granularity", Check3DinterpGranular); Check("4D interpolation", Check4Dinterp); Check("4D interpolation with granularity", Check4DinterpGranular); Check("5D interpolation with granularity", Check5DinterpGranular); Check("6D interpolation with granularity", Check6DinterpGranular); Check("7D interpolation with granularity", Check7DinterpGranular); Check("8D interpolation with granularity", Check8DinterpGranular); // Encoding of colorspaces Check("Lab to LCh and back (float only) ", CheckLab2LCh); Check("Lab to XYZ and back (float only) ", CheckLab2XYZ); Check("Lab to xyY and back (float only) ", CheckLab2xyY); Check("Lab V2 encoding", CheckLabV2encoding); Check("Lab V4 encoding", CheckLabV4encoding); // BlackBody Check("Blackbody radiator", CheckTemp2CHRM); // Tone curves Check("Linear gamma curves (16 bits)", CheckGammaCreation16); Check("Linear gamma curves (float)", CheckGammaCreationFlt); Check("Curve 1.8 (float)", CheckGamma18); Check("Curve 2.2 (float)", CheckGamma22); Check("Curve 3.0 (float)", CheckGamma30); Check("Curve 1.8 (table)", CheckGamma18Table); Check("Curve 2.2 (table)", CheckGamma22Table); Check("Curve 3.0 (table)", CheckGamma30Table); Check("Curve 1.8 (word table)", CheckGamma18TableWord); Check("Curve 2.2 (word table)", CheckGamma22TableWord); Check("Curve 3.0 (word table)", CheckGamma30TableWord); Check("Parametric curves", CheckParametricToneCurves); Check("Join curves", CheckJointCurves); Check("Join curves descending", CheckJointCurvesDescending); Check("Join curves degenerated", CheckReverseDegenerated); Check("Join curves sRGB (Float)", CheckJointFloatCurves_sRGB); Check("Join curves sRGB (16 bits)", CheckJoint16Curves_sRGB); Check("Join curves sigmoidal", CheckJointCurvesSShaped); // LUT basics Check("LUT creation & dup", CheckLUTcreation); Check("1 Stage LUT ", Check1StageLUT); Check("2 Stage LUT ", Check2StageLUT); Check("2 Stage LUT (16 bits)", Check2Stage16LUT); Check("3 Stage LUT ", Check3StageLUT); Check("3 Stage LUT (16 bits)", Check3Stage16LUT); Check("4 Stage LUT ", Check4StageLUT); Check("4 Stage LUT (16 bits)", Check4Stage16LUT); Check("5 Stage LUT ", Check5StageLUT); Check("5 Stage LUT (16 bits) ", Check5Stage16LUT); Check("6 Stage LUT ", Check6StageLUT); Check("6 Stage LUT (16 bits) ", Check6Stage16LUT); // LUT operation Check("Lab to Lab LUT (float only) ", CheckLab2LabLUT); Check("XYZ to XYZ LUT (float only) ", CheckXYZ2XYZLUT); Check("Lab to Lab MAT LUT (float only) ", CheckLab2LabMatLUT); Check("Named Color LUT", CheckNamedColorLUT); Check("Usual formatters", CheckFormatters16); Check("Floating point formatters", CheckFormattersFloat); #ifndef CMS_NO_HALF_SUPPORT Check("HALF formatters", CheckFormattersHalf); #endif // ChangeBuffersFormat Check("ChangeBuffersFormat", CheckChangeBufferFormat); // MLU Check("Multilocalized Unicode", CheckMLU); Check("Multilocalized Unicode (II)", CheckMLU_UTF8); // Named color Check("Named color lists", CheckNamedColorList); Check("Create named color profile", CreateNamedColorProfile); // Profile I/O (this one is huge!) Check("Profile creation", CheckProfileCreation); Check("Header version", CheckVersionHeaderWriting); Check("Multilocalized profile", CheckMultilocalizedProfile); // Error reporting Check("Error reporting on bad profiles", CheckErrReportingOnBadProfiles); Check("Error reporting on bad transforms", CheckErrReportingOnBadTransforms); // Transforms Check("Curves only transforms", CheckCurvesOnlyTransforms); Check("Float Lab->Lab transforms", CheckFloatLabTransforms); Check("Encoded Lab->Lab transforms", CheckEncodedLabTransforms); Check("Stored identities", CheckStoredIdentities); Check("Matrix-shaper transform (float)", CheckMatrixShaperXFORMFloat); Check("Matrix-shaper transform (16 bits)", CheckMatrixShaperXFORM16); Check("Matrix-shaper transform (8 bits)", CheckMatrixShaperXFORM8); Check("Primaries of sRGB", CheckRGBPrimaries); // Known values Check("Known values across matrix-shaper", Chack_sRGB_Float); Check("Gray input profile", CheckInputGray); Check("Gray Lab input profile", CheckLabInputGray); Check("Gray output profile", CheckOutputGray); Check("Gray Lab output profile", CheckLabOutputGray); Check("Matrix-shaper proofing transform (float)", CheckProofingXFORMFloat); Check("Matrix-shaper proofing transform (16 bits)", CheckProofingXFORM16); Check("Gamut check", CheckGamutCheck); Check("CMYK roundtrip on perceptual transform", CheckCMYKRoundtrip); Check("CMYK perceptual transform", CheckCMYKPerceptual); // Check("CMYK rel.col. transform", CheckCMYKRelCol); Check("Black ink only preservation", CheckKOnlyBlackPreserving); Check("Black plane preservation", CheckKPlaneBlackPreserving); Check("Deciding curve types", CheckV4gamma); Check("Black point detection", CheckBlackPoint); Check("TAC detection", CheckTAC); Check("CGATS parser", CheckCGATS); Check("CGATS parser on junk", CheckCGATS2); Check("CGATS parser on overflow", CheckCGATS_Overflow); Check("PostScript generator", CheckPostScript); Check("Segment maxima GBD", CheckGBD); Check("MD5 digest", CheckMD5); Check("Linking", CheckLinking); Check("floating point tags on XYZ", CheckFloatXYZ); Check("RGB->Lab->RGB with alpha on FLT", ChecksRGB2LabFLT); Check("Parametric curve on Rec709", CheckParametricRec709); Check("Floating Point sampled curve with non-zero start", CheckFloatSamples); Check("Floating Point segmented curve with short sampled segment", CheckFloatSegments); Check("Read RAW tags", CheckReadRAW); Check("Check MetaTag", CheckMeta); Check("Null transform on floats", CheckFloatNULLxform); Check("Set free a tag", CheckRemoveTag); Check("Matrix simplification", CheckMatrixSimplify); Check("Planar 8 optimization", CheckPlanar8opt); Check("Planar float to int16", CheckPlanarFloat2int); Check("Swap endian feature", CheckSE); Check("Transform line stride RGB", CheckTransformLineStride); Check("Forged MPE profile", CheckForgedMPE); Check("Proofing intersection", CheckProofingIntersection); Check("Empty MLUC", CheckEmptyMLUC); Check("sRGB round-trips", Check_sRGB_Rountrips); Check("OkLab color space", Check_OkLab); Check("OkLab color space (2)", Check_OkLab2); Check("Gamma space detection", CheckGammaSpaceDetection); Check("Unbounded mode w/ integer output", CheckIntToFloatTransform); Check("Corrupted built-in by using cmsWriteRawTag", CheckInducedCorruption); Check("Bad CGATS file", CheckBadCGATS); Check("Saving linearization devicelink", CheckSaveLinearizationDevicelink); Check("Gamut check on floats", CheckGamutCheckFloats); } if (DoPluginTests) { Check("Context memory handling", CheckAllocContext); Check("Simple context functionality", CheckSimpleContext); Check("Alarm codes context", CheckAlarmColorsContext); Check("Adaptation state context", CheckAdaptationStateContext); Check("1D interpolation plugin", CheckInterp1DPlugin); Check("3D interpolation plugin", CheckInterp3DPlugin); Check("Parametric curve plugin", CheckParametricCurvePlugin); Check("Formatters plugin", CheckFormattersPlugin); Check("Tag type plugin", CheckTagTypePlugin); Check("MPE type plugin", CheckMPEPlugin); Check("Optimization plugin", CheckOptimizationPlugin); Check("Rendering intent plugin", CheckIntentPlugin); Check("Full transform plugin", CheckTransformPlugin); Check("Mutex plugin", CheckMutexPlugin); Check("Double from float", CheckMethodPackDoublesFromFloat); } if (DoSpeedTests) SpeedTest(); #ifdef CMS_IS_WINDOWS_ if (DoZooTests) CheckProfileZOO(); #endif DebugMemPrintTotals(); cmsUnregisterPlugins(); // Cleanup if (DoCheckTests || DoSpeedTests) RemoveTestProfiles(); return TotalFail; } lcms2-2.17/testbed/testplugin.c0000755000175000017500000012655514752176133015523 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include "testcms2.h" // -------------------------------------------------------------------------------------------------- // Auxiliary, duplicate a context and mark the block as non-debug because in this case the allocator // and deallocator have different context owners // -------------------------------------------------------------------------------------------------- static cmsContext DupContext(cmsContext src, void* Data) { cmsContext cpy = cmsDupContext(src, Data); DebugMemDontCheckThis(cpy); return cpy; } // -------------------------------------------------------------------------------------------------- // Simple context functions // -------------------------------------------------------------------------------------------------- // Allocation order cmsInt32Number CheckAllocContext(void) { cmsContext c1, c2, c3, c4; c1 = cmsCreateContext(NULL, NULL); // This creates a context by using the normal malloc DebugMemDontCheckThis(c1); cmsDeleteContext(c1); c2 = cmsCreateContext(PluginMemHandler(), NULL); // This creates a context by using the debug malloc DebugMemDontCheckThis(c2); cmsDeleteContext(c2); c1 = cmsCreateContext(NULL, NULL); DebugMemDontCheckThis(c1); c2 = cmsCreateContext(PluginMemHandler(), NULL); DebugMemDontCheckThis(c2); cmsPluginTHR(c1, PluginMemHandler()); // Now the context have custom allocators c3 = DupContext(c1, NULL); c4 = DupContext(c2, NULL); cmsDeleteContext(c1); // Should be deleted by using normal malloc cmsDeleteContext(c2); // Should be deleted by using debug malloc cmsDeleteContext(c3); // Should be deleted by using normal malloc cmsDeleteContext(c4); // Should be deleted by using debug malloc return 1; } // Test the very basic context capabilities cmsInt32Number CheckSimpleContext(void) { int a = 1; int b = 32; cmsInt32Number rc = 0; cmsContext c1, c2, c3; // This function creates a context with a special // memory manager that check allocation c1 = WatchDogContext(&a); cmsDeleteContext(c1); c1 = WatchDogContext(&a); // Let's check duplication c2 = DupContext(c1, NULL); c3 = DupContext(c2, NULL); // User data should have been propagated rc = (*(int*) cmsGetContextUserData(c3)) == 1 ; // Free resources cmsDeleteContext(c1); cmsDeleteContext(c2); cmsDeleteContext(c3); if (!rc) { Fail("Creation of user data failed"); return 0; } // Back to create 3 levels of inherance c1 = cmsCreateContext(NULL, &a); DebugMemDontCheckThis(c1); c2 = DupContext(c1, NULL); c3 = DupContext(c2, &b); rc = (*(int*) cmsGetContextUserData(c3)) == 32 ; cmsDeleteContext(c1); cmsDeleteContext(c2); cmsDeleteContext(c3); if (!rc) { Fail("Modification of user data failed"); return 0; } // All seems ok return rc; } // -------------------------------------------------------------------------------------------------- //Alarm color functions // -------------------------------------------------------------------------------------------------- // This function tests the alarm codes across contexts cmsInt32Number CheckAlarmColorsContext(void) { cmsInt32Number rc = 0; const cmsUInt16Number codes[] = {0x0000, 0x1111, 0x2222, 0x3333, 0x4444, 0x5555, 0x6666, 0x7777, 0x8888, 0x9999, 0xaaaa, 0xbbbb, 0xcccc, 0xdddd, 0xeeee, 0xffff}; cmsUInt16Number out[16]; cmsContext c1, c2, c3; int i; c1 = WatchDogContext(NULL); cmsSetAlarmCodesTHR(c1, codes); c2 = DupContext(c1, NULL); c3 = DupContext(c2, NULL); cmsGetAlarmCodesTHR(c3, out); rc = 1; for (i=0; i < 16; i++) { if (out[i] != codes[i]) { Fail("Bad alarm code %x != %x", out[i], codes[i]); rc = 0; break; } } cmsDeleteContext(c1); cmsDeleteContext(c2); cmsDeleteContext(c3); return rc; } // -------------------------------------------------------------------------------------------------- //Adaptation state functions // -------------------------------------------------------------------------------------------------- // Similar to the previous, but for adaptation state cmsInt32Number CheckAdaptationStateContext(void) { cmsInt32Number rc = 0; cmsContext c1, c2, c3; cmsFloat64Number old1, old2; old1 = cmsSetAdaptationStateTHR(NULL, -1); c1 = WatchDogContext(NULL); cmsSetAdaptationStateTHR(c1, 0.7); c2 = DupContext(c1, NULL); c3 = DupContext(c2, NULL); rc = IsGoodVal("Adaptation state", cmsSetAdaptationStateTHR(c3, -1), 0.7, 0.001); cmsDeleteContext(c1); cmsDeleteContext(c2); cmsDeleteContext(c3); old2 = cmsSetAdaptationStateTHR(NULL, -1); if (old1 != old2) { Fail("Adaptation state has changed"); return 0; } return rc; } // -------------------------------------------------------------------------------------------------- // Interpolation plugin check: A fake 1D and 3D interpolation will be used to test the functionality. // -------------------------------------------------------------------------------------------------- // This fake interpolation takes always the closest lower node in the interpolation table for 1D static void Fake1Dfloat(const cmsFloat32Number Value[], cmsFloat32Number Output[], const cmsInterpParams* p) { cmsFloat32Number val2; int cell; const cmsFloat32Number* LutTable = (const cmsFloat32Number*) p ->Table; // Clip upper values if (Value[0] >= 1.0) { Output[0] = LutTable[p -> Domain[0]]; return; } val2 = p -> Domain[0] * Value[0]; cell = (int) floor(val2); Output[0] = LutTable[cell] ; } // This fake interpolation just uses scrambled negated indexes for output static void Fake3D16(CMSREGISTER const cmsUInt16Number Input[], CMSREGISTER cmsUInt16Number Output[], CMSREGISTER const struct _cms_interp_struc* p) { Output[0] = 0xFFFF - Input[2]; Output[1] = 0xFFFF - Input[1]; Output[2] = 0xFFFF - Input[0]; } // The factory chooses interpolation routines on depending on certain conditions. cmsInterpFunction my_Interpolators_Factory(cmsUInt32Number nInputChannels, cmsUInt32Number nOutputChannels, cmsUInt32Number dwFlags) { cmsInterpFunction Interpolation; cmsBool IsFloat = (dwFlags & CMS_LERP_FLAGS_FLOAT); // Initialize the return to zero as a non-supported mark memset(&Interpolation, 0, sizeof(Interpolation)); // For 1D to 1D and floating point if (nInputChannels == 1 && nOutputChannels == 1 && IsFloat) { Interpolation.LerpFloat = Fake1Dfloat; } else if (nInputChannels == 3 && nOutputChannels == 3 && !IsFloat) { // For 3D to 3D and 16 bits Interpolation.Lerp16 = Fake3D16; } // Here is the interpolation return Interpolation; } // Interpolation plug-in static cmsPluginInterpolation InterpPluginSample = { { cmsPluginMagicNumber, 2060, cmsPluginInterpolationSig, NULL }, my_Interpolators_Factory }; // This is the check code for 1D interpolation plug-in cmsInt32Number CheckInterp1DPlugin(void) { cmsToneCurve* Sampled1D = NULL; cmsContext ctx = NULL; cmsContext cpy = NULL; const cmsFloat32Number tab[] = { 0.0f, 0.10f, 0.20f, 0.30f, 0.40f, 0.50f, 0.60f, 0.70f, 0.80f, 0.90f, 1.00f }; // A straight line // 1st level context ctx = WatchDogContext(NULL); if (ctx == NULL) { Fail("Cannot create context"); goto Error; } cmsPluginTHR(ctx, &InterpPluginSample); cpy = DupContext(ctx, NULL); if (cpy == NULL) { Fail("Cannot create context (2)"); goto Error; } Sampled1D = cmsBuildTabulatedToneCurveFloat(cpy, 11, tab); if (Sampled1D == NULL) { Fail("Cannot create tone curve (1)"); goto Error; } // Do some interpolations with the plugin if (!IsGoodVal("0.10", cmsEvalToneCurveFloat(Sampled1D, 0.10f), 0.10, 0.01)) goto Error; if (!IsGoodVal("0.13", cmsEvalToneCurveFloat(Sampled1D, 0.13f), 0.10, 0.01)) goto Error; if (!IsGoodVal("0.55", cmsEvalToneCurveFloat(Sampled1D, 0.55f), 0.50, 0.01)) goto Error; if (!IsGoodVal("0.9999", cmsEvalToneCurveFloat(Sampled1D, 0.9999f), 0.90, 0.01)) goto Error; cmsFreeToneCurve(Sampled1D); cmsDeleteContext(ctx); cmsDeleteContext(cpy); // Now in global context Sampled1D = cmsBuildTabulatedToneCurveFloat(NULL, 11, tab); if (Sampled1D == NULL) { Fail("Cannot create tone curve (2)"); goto Error; } // Now without the plug-in if (!IsGoodVal("0.10", cmsEvalToneCurveFloat(Sampled1D, 0.10f), 0.10, 0.001)) goto Error; if (!IsGoodVal("0.13", cmsEvalToneCurveFloat(Sampled1D, 0.13f), 0.13, 0.001)) goto Error; if (!IsGoodVal("0.55", cmsEvalToneCurveFloat(Sampled1D, 0.55f), 0.55, 0.001)) goto Error; if (!IsGoodVal("0.9999", cmsEvalToneCurveFloat(Sampled1D, 0.9999f), 0.9999, 0.001)) goto Error; cmsFreeToneCurve(Sampled1D); return 1; Error: if (ctx != NULL) cmsDeleteContext(ctx); if (cpy != NULL) cmsDeleteContext(ctx); if (Sampled1D != NULL) cmsFreeToneCurve(Sampled1D); return 0; } // Checks the 3D interpolation cmsInt32Number CheckInterp3DPlugin(void) { cmsPipeline* p; cmsStage* clut; cmsContext ctx; cmsUInt16Number In[3], Out[3]; cmsUInt16Number identity[] = { 0, 0, 0, 0, 0, 0xffff, 0, 0xffff, 0, 0, 0xffff, 0xffff, 0xffff, 0, 0, 0xffff, 0, 0xffff, 0xffff, 0xffff, 0, 0xffff, 0xffff, 0xffff }; ctx = WatchDogContext(NULL); if (ctx == NULL) { Fail("Cannot create context"); return 0; } cmsPluginTHR(ctx, &InterpPluginSample); p = cmsPipelineAlloc(ctx, 3, 3); clut = cmsStageAllocCLut16bit(ctx, 2, 3, 3, identity); cmsPipelineInsertStage(p, cmsAT_BEGIN, clut); // Do some interpolations with the plugin In[0] = 0; In[1] = 0; In[2] = 0; cmsPipelineEval16(In, Out, p); if (!IsGoodWord("0", Out[0], 0xFFFF - 0)) goto Error; if (!IsGoodWord("1", Out[1], 0xFFFF - 0)) goto Error; if (!IsGoodWord("2", Out[2], 0xFFFF - 0)) goto Error; In[0] = 0x1234; In[1] = 0x5678; In[2] = 0x9ABC; cmsPipelineEval16(In, Out, p); if (!IsGoodWord("0", 0xFFFF - 0x9ABC, Out[0])) goto Error; if (!IsGoodWord("1", 0xFFFF - 0x5678, Out[1])) goto Error; if (!IsGoodWord("2", 0xFFFF - 0x1234, Out[2])) goto Error; cmsPipelineFree(p); cmsDeleteContext(ctx); // Now without the plug-in p = cmsPipelineAlloc(NULL, 3, 3); clut = cmsStageAllocCLut16bit(NULL, 2, 3, 3, identity); cmsPipelineInsertStage(p, cmsAT_BEGIN, clut); In[0] = 0; In[1] = 0; In[2] = 0; cmsPipelineEval16(In, Out, p); if (!IsGoodWord("0", 0, Out[0])) goto Error; if (!IsGoodWord("1", 0, Out[1])) goto Error; if (!IsGoodWord("2", 0, Out[2])) goto Error; In[0] = 0x1234; In[1] = 0x5678; In[2] = 0x9ABC; cmsPipelineEval16(In, Out, p); if (!IsGoodWord("0", 0x1234, Out[0])) goto Error; if (!IsGoodWord("1", 0x5678, Out[1])) goto Error; if (!IsGoodWord("2", 0x9ABC, Out[2])) goto Error; cmsPipelineFree(p); return 1; Error: cmsPipelineFree(p); return 0; } // -------------------------------------------------------------------------------------------------- // Parametric curve plugin check: sin(x)/cos(x) function will be used to test the functionality. // -------------------------------------------------------------------------------------------------- #define TYPE_SIN 1000 #define TYPE_COS 1010 #define TYPE_TAN 1020 #define TYPE_709 709 static cmsFloat64Number my_fns(cmsInt32Number Type, const cmsFloat64Number Params[], cmsFloat64Number R) { cmsFloat64Number Val; switch (Type) { case TYPE_SIN: Val = Params[0]* sin(R * M_PI); break; case -TYPE_SIN: Val = asin(R) / (M_PI * Params[0]); break; case TYPE_COS: Val = Params[0]* cos(R * M_PI); break; case -TYPE_COS: Val = acos(R) / (M_PI * Params[0]); break; default: return -1.0; } return Val; } static cmsFloat64Number my_fns2(cmsInt32Number Type, const cmsFloat64Number Params[], cmsFloat64Number R) { cmsFloat64Number Val; switch (Type) { case TYPE_TAN: Val = Params[0]* tan(R * M_PI); break; case -TYPE_TAN: Val = atan(R) / (M_PI * Params[0]); break; default: return -1.0; } return Val; } static double Rec709Math(int Type, const double Params[], double R) { double Fun = 0; switch (Type) { case 709: if (R <= (Params[3]*Params[4])) Fun = R / Params[3]; else Fun = pow(((R - Params[2])/Params[1]), Params[0]); break; case -709: if (R <= Params[4]) Fun = R * Params[3]; else Fun = Params[1] * pow(R, (1/Params[0])) + Params[2]; break; } return Fun; } // Add nonstandard TRC curves -> Rec709 cmsPluginParametricCurves Rec709Plugin = { { cmsPluginMagicNumber, 2060, cmsPluginParametricCurveSig, NULL }, 1, {TYPE_709}, {5}, Rec709Math }; static cmsPluginParametricCurves CurvePluginSample = { { cmsPluginMagicNumber, 2060, cmsPluginParametricCurveSig, NULL }, 2, // nFunctions { TYPE_SIN, TYPE_COS }, // Function Types { 1, 1 }, // ParameterCount my_fns // Evaluator }; static cmsPluginParametricCurves CurvePluginSample2 = { { cmsPluginMagicNumber, 2060, cmsPluginParametricCurveSig, NULL }, 1, // nFunctions { TYPE_TAN}, // Function Types { 1 }, // ParameterCount my_fns2 // Evaluator }; // -------------------------------------------------------------------------------------------------- // In this test, the DupContext function will be checked as well // -------------------------------------------------------------------------------------------------- cmsInt32Number CheckParametricCurvePlugin(void) { cmsContext ctx = NULL; cmsContext cpy = NULL; cmsContext cpy2 = NULL; cmsToneCurve* sinus; cmsToneCurve* cosinus; cmsToneCurve* tangent; cmsToneCurve* reverse_sinus; cmsToneCurve* reverse_cosinus; cmsFloat64Number scale = 1.0; ctx = WatchDogContext(NULL); cmsPluginTHR(ctx, &CurvePluginSample); cpy = DupContext(ctx, NULL); cmsPluginTHR(cpy, &CurvePluginSample2); cpy2 = DupContext(cpy, NULL); cmsPluginTHR(cpy2, &Rec709Plugin); sinus = cmsBuildParametricToneCurve(cpy, TYPE_SIN, &scale); cosinus = cmsBuildParametricToneCurve(cpy, TYPE_COS, &scale); tangent = cmsBuildParametricToneCurve(cpy, TYPE_TAN, &scale); reverse_sinus = cmsReverseToneCurve(sinus); reverse_cosinus = cmsReverseToneCurve(cosinus); if (!IsGoodVal("0.10", cmsEvalToneCurveFloat(sinus, 0.10f), sin(0.10 * M_PI) , 0.001)) goto Error; if (!IsGoodVal("0.60", cmsEvalToneCurveFloat(sinus, 0.60f), sin(0.60* M_PI), 0.001)) goto Error; if (!IsGoodVal("0.90", cmsEvalToneCurveFloat(sinus, 0.90f), sin(0.90* M_PI), 0.001)) goto Error; if (!IsGoodVal("0.10", cmsEvalToneCurveFloat(cosinus, 0.10f), cos(0.10* M_PI), 0.001)) goto Error; if (!IsGoodVal("0.60", cmsEvalToneCurveFloat(cosinus, 0.60f), cos(0.60* M_PI), 0.001)) goto Error; if (!IsGoodVal("0.90", cmsEvalToneCurveFloat(cosinus, 0.90f), cos(0.90* M_PI), 0.001)) goto Error; if (!IsGoodVal("0.10", cmsEvalToneCurveFloat(tangent, 0.10f), tan(0.10* M_PI), 0.001)) goto Error; if (!IsGoodVal("0.60", cmsEvalToneCurveFloat(tangent, 0.60f), tan(0.60* M_PI), 0.001)) goto Error; if (!IsGoodVal("0.90", cmsEvalToneCurveFloat(tangent, 0.90f), tan(0.90* M_PI), 0.001)) goto Error; if (!IsGoodVal("0.10", cmsEvalToneCurveFloat(reverse_sinus, 0.10f), asin(0.10)/M_PI, 0.001)) goto Error; if (!IsGoodVal("0.60", cmsEvalToneCurveFloat(reverse_sinus, 0.60f), asin(0.60)/M_PI, 0.001)) goto Error; if (!IsGoodVal("0.90", cmsEvalToneCurveFloat(reverse_sinus, 0.90f), asin(0.90)/M_PI, 0.001)) goto Error; if (!IsGoodVal("0.10", cmsEvalToneCurveFloat(reverse_cosinus, 0.10f), acos(0.10)/M_PI, 0.001)) goto Error; if (!IsGoodVal("0.60", cmsEvalToneCurveFloat(reverse_cosinus, 0.60f), acos(0.60)/M_PI, 0.001)) goto Error; if (!IsGoodVal("0.90", cmsEvalToneCurveFloat(reverse_cosinus, 0.90f), acos(0.90)/M_PI, 0.001)) goto Error; cmsFreeToneCurve(sinus); cmsFreeToneCurve(cosinus); cmsFreeToneCurve(tangent); cmsFreeToneCurve(reverse_sinus); cmsFreeToneCurve(reverse_cosinus); cmsDeleteContext(ctx); cmsDeleteContext(cpy); cmsDeleteContext(cpy2); return 1; Error: cmsFreeToneCurve(sinus); cmsFreeToneCurve(reverse_sinus); cmsFreeToneCurve(cosinus); cmsFreeToneCurve(reverse_cosinus); if (ctx != NULL) cmsDeleteContext(ctx); if (cpy != NULL) cmsDeleteContext(cpy); if (cpy2 != NULL) cmsDeleteContext(cpy2); return 0; } // -------------------------------------------------------------------------------------------------- // formatters plugin check: 5-6-5 RGB format // -------------------------------------------------------------------------------------------------- // We define this special type as 0 bytes not float, and set the upper bit #define TYPE_RGB_565 (COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(0) | (1 << 23)) cmsUInt8Number* my_Unroll565(CMSREGISTER struct _cmstransform_struct* nfo, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { cmsUInt16Number pixel = *(cmsUInt16Number*) accum; // Take whole pixel double r = floor(((double) (pixel & 31) * 65535.0) / 31.0 + 0.5); double g = floor((((pixel >> 5) & 63) * 65535.0) / 63.0 + 0.5); double b = floor((((pixel >> 11) & 31) * 65535.0) / 31.0 + 0.5); wIn[2] = (cmsUInt16Number) r; wIn[1] = (cmsUInt16Number) g; wIn[0] = (cmsUInt16Number) b; return accum + 2; } cmsUInt8Number* my_Pack565(CMSREGISTER _cmsTRANSFORM* info, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { CMSREGISTER cmsUInt16Number pixel; int r, g, b; r = (int) floor(( wOut[2] * 31) / 65535.0 + 0.5); g = (int) floor(( wOut[1] * 63) / 65535.0 + 0.5); b = (int) floor(( wOut[0] * 31) / 65535.0 + 0.5); pixel = (r & 31) | (( g & 63) << 5) | ((b & 31) << 11); *(cmsUInt16Number*) output = pixel; return output + 2; } cmsFormatter my_FormatterFactory(cmsUInt32Number Type, cmsFormatterDirection Dir, cmsUInt32Number dwFlags) { cmsFormatter Result = { NULL }; if ((Type == TYPE_RGB_565) && !(dwFlags & CMS_PACK_FLAGS_FLOAT) && (Dir == cmsFormatterInput)) { Result.Fmt16 = my_Unroll565; } return Result; } cmsFormatter my_FormatterFactory2(cmsUInt32Number Type, cmsFormatterDirection Dir, cmsUInt32Number dwFlags) { cmsFormatter Result = { NULL }; if ((Type == TYPE_RGB_565) && !(dwFlags & CMS_PACK_FLAGS_FLOAT) && (Dir == cmsFormatterOutput)) { Result.Fmt16 = my_Pack565; } return Result; } static cmsPluginFormatters FormattersPluginSample = { {cmsPluginMagicNumber, 2060, cmsPluginFormattersSig, NULL}, my_FormatterFactory }; static cmsPluginFormatters FormattersPluginSample2 = { {cmsPluginMagicNumber, 2060, cmsPluginFormattersSig, NULL}, my_FormatterFactory2 }; cmsInt32Number CheckFormattersPlugin(void) { cmsContext ctx = WatchDogContext(NULL); cmsContext cpy; cmsContext cpy2; cmsHTRANSFORM xform; cmsUInt16Number stream[]= { 0xffffU, 0x1234U, 0x0000U, 0x33ddU }; cmsUInt16Number result[4]; int i; cmsPluginTHR(ctx, &FormattersPluginSample); cpy = DupContext(ctx, NULL); cmsPluginTHR(cpy, &FormattersPluginSample2); cpy2 = DupContext(cpy, NULL); xform = cmsCreateTransformTHR(cpy2, NULL, TYPE_RGB_565, NULL, TYPE_RGB_565, INTENT_PERCEPTUAL, cmsFLAGS_NULLTRANSFORM); cmsDoTransform(xform, stream, result, 4); cmsDeleteTransform(xform); cmsDeleteContext(ctx); cmsDeleteContext(cpy); cmsDeleteContext(cpy2); for (i=0; i < 4; i++) if (stream[i] != result[i]) return 0; return 1; } // -------------------------------------------------------------------------------------------------- // TagTypePlugin plugin check // -------------------------------------------------------------------------------------------------- #define SigIntType ((cmsTagTypeSignature) 0x74747448) // 'tttH' #define SigInt ((cmsTagSignature) 0x74747448) // 'tttH' #define SigInt32 ((cmsTagSignature) 0x74747449) // 'tttI' static void *Type_int_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsUInt32Number* Ptr = (cmsUInt32Number*) _cmsMalloc(self ->ContextID, sizeof(cmsUInt32Number)); if (Ptr == NULL) return NULL; if (!_cmsReadUInt32Number(io, Ptr)) return NULL; *nItems = 1; return Ptr; } static cmsBool Type_int_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { return _cmsWriteUInt32Number(io, *(cmsUInt32Number*) Ptr); } static void* Type_int_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) { return _cmsDupMem(self ->ContextID, Ptr, n * sizeof(cmsUInt32Number)); } void Type_int_Free(struct _cms_typehandler_struct* self, void* Ptr) { _cmsFree(self ->ContextID, Ptr); } static cmsPluginTag HiddenTagPluginSample = { { cmsPluginMagicNumber, 2060, cmsPluginTagSig, NULL}, SigInt, { 1, 1, { SigIntType }, NULL } }; static cmsPluginTag HiddenTagPluginSample2 = { { cmsPluginMagicNumber, 2060, cmsPluginTagSig, (cmsPluginBase*) &HiddenTagPluginSample}, SigInt32, { 1, 1, { cmsSigUInt32ArrayType }, NULL } }; static cmsPluginTagType TagTypePluginSample = { { cmsPluginMagicNumber, 2060, cmsPluginTagTypeSig, (cmsPluginBase*) &HiddenTagPluginSample2}, { SigIntType, Type_int_Read, Type_int_Write, Type_int_Dup, Type_int_Free, NULL } }; cmsInt32Number CheckTagTypePlugin(void) { cmsContext ctx = NULL; cmsContext cpy = NULL; cmsContext cpy2 = NULL; cmsHPROFILE h = NULL; cmsUInt32Number myTag = 1234; cmsUInt32Number myTag32 = 5678; cmsUInt32Number rc = 0; char* data = NULL; cmsUInt32Number *ptr = NULL; cmsUInt32Number clen = 0; ctx = WatchDogContext(NULL); cmsPluginTHR(ctx, &TagTypePluginSample); cpy = DupContext(ctx, NULL); cpy2 = DupContext(cpy, NULL); cmsDeleteContext(ctx); cmsDeleteContext(cpy); h = cmsCreateProfilePlaceholder(cpy2); if (h == NULL) { Fail("Create placeholder failed"); goto Error; } if (!cmsWriteTag(h, SigInt, &myTag)) { Fail("Plug-in failed"); goto Error; } if (!cmsWriteTag(h, SigInt32, &myTag32)) { Fail("Plug-in failed"); goto Error; } rc = cmsSaveProfileToMem(h, NULL, &clen); if (!rc) { Fail("Fetch mem size failed"); goto Error; } data = (char*) malloc(clen); if (data == NULL) { Fail("malloc failed ?!?"); goto Error; } rc = cmsSaveProfileToMem(h, data, &clen); if (!rc) { Fail("Save to mem failed"); goto Error; } cmsCloseProfile(h); cmsSetLogErrorHandler(NULL); h = cmsOpenProfileFromMem(data, clen); if (h == NULL) { Fail("Open profile failed"); goto Error; } ptr = (cmsUInt32Number*) cmsReadTag(h, SigInt); if (ptr != NULL) { Fail("read tag/context switching failed"); goto Error; } ptr = (cmsUInt32Number*)cmsReadTag(h, SigInt32); if (ptr != NULL) { Fail("read tag/context switching failed"); goto Error; } cmsCloseProfile(h); ResetFatalError(); h = cmsOpenProfileFromMemTHR(cpy2, data, clen); if (h == NULL) { Fail("Open profile from mem failed"); goto Error; } // Get rid of data free(data); data = NULL; ptr = (cmsUInt32Number*) cmsReadTag(h, SigInt); if (ptr == NULL) { Fail("Read tag/context switching failed (2)"); return 0; } rc = (*ptr == 1234); ptr = (cmsUInt32Number*)cmsReadTag(h, SigInt32); if (ptr == NULL) { Fail("read tag/context switching failed (2)"); goto Error; } rc &= (*ptr == 5678); cmsCloseProfile(h); cmsDeleteContext(cpy2); return rc; Error: if (h != NULL) cmsCloseProfile(h); if (ctx != NULL) cmsDeleteContext(ctx); if (cpy != NULL) cmsDeleteContext(cpy); if (cpy2 != NULL) cmsDeleteContext(cpy2); if (data) free(data); return 0; } // -------------------------------------------------------------------------------------------------- // MPE plugin check: // -------------------------------------------------------------------------------------------------- #define SigNegateType ((cmsStageSignature)0x6E202020) static void EvaluateNegate(const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsStage *mpe) { Out[0] = 1.0f - In[0]; Out[1] = 1.0f - In[1]; Out[2] = 1.0f - In[2]; } static cmsStage* StageAllocNegate(cmsContext ContextID) { return _cmsStageAllocPlaceholder(ContextID, SigNegateType, 3, 3, EvaluateNegate, NULL, NULL, NULL); } static void *Type_negate_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag) { cmsUInt16Number Chans; if (!_cmsReadUInt16Number(io, &Chans)) return NULL; if (Chans != 3) return NULL; *nItems = 1; return StageAllocNegate(self -> ContextID); } static cmsBool Type_negate_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) { if (!_cmsWriteUInt16Number(io, 3)) return FALSE; return TRUE; } static cmsPluginMultiProcessElement MPEPluginSample = { {cmsPluginMagicNumber, 2060, cmsPluginMultiProcessElementSig, NULL}, { (cmsTagTypeSignature) SigNegateType, Type_negate_Read, Type_negate_Write, NULL, NULL, NULL } }; cmsInt32Number CheckMPEPlugin(void) { cmsContext ctx = NULL; cmsContext cpy = NULL; cmsContext cpy2 = NULL; cmsHPROFILE h = NULL; cmsUInt32Number rc = 0; char* data = NULL; cmsUInt32Number clen = 0; cmsFloat32Number In[3], Out[3]; cmsPipeline* pipe; ctx = WatchDogContext(NULL); cmsPluginTHR(ctx, &MPEPluginSample); cpy = DupContext(ctx, NULL); cpy2 = DupContext(cpy, NULL); cmsDeleteContext(ctx); cmsDeleteContext(cpy); h = cmsCreateProfilePlaceholder(cpy2); if (h == NULL) { Fail("Create placeholder failed"); goto Error; } pipe = cmsPipelineAlloc(cpy2, 3, 3); cmsPipelineInsertStage(pipe, cmsAT_BEGIN, StageAllocNegate(cpy2)); In[0] = 0.3f; In[1] = 0.2f; In[2] = 0.9f; cmsPipelineEvalFloat(In, Out, pipe); rc = (IsGoodVal("0", Out[0], 1.0-In[0], 0.001) && IsGoodVal("1", Out[1], 1.0-In[1], 0.001) && IsGoodVal("2", Out[2], 1.0-In[2], 0.001)); if (!rc) { Fail("Pipeline failed"); goto Error; } if (!cmsWriteTag(h, cmsSigDToB3Tag, pipe)) { Fail("Plug-in failed"); goto Error; } // This cleans the stage as well cmsPipelineFree(pipe); rc = cmsSaveProfileToMem(h, NULL, &clen); if (!rc) { Fail("Fetch mem size failed"); goto Error; } data = (char*) malloc(clen); if (data == NULL) { Fail("malloc failed ?!?"); goto Error; } rc = cmsSaveProfileToMem(h, data, &clen); if (!rc) { Fail("Save to mem failed"); goto Error; } cmsCloseProfile(h); cmsSetLogErrorHandler(NULL); h = cmsOpenProfileFromMem(data, clen); if (h == NULL) { Fail("Open profile failed"); goto Error; } pipe = (cmsPipeline*) cmsReadTag(h, cmsSigDToB3Tag); if (pipe != NULL) { // Unsupported stage, should fail Fail("read tag/context switching failed"); goto Error; } cmsCloseProfile(h); ResetFatalError(); h = cmsOpenProfileFromMemTHR(cpy2, data, clen); if (h == NULL) { Fail("Open profile from mem failed"); goto Error; } // Get rid of data free(data); data = NULL; pipe = (cmsPipeline*) cmsReadTag(h, cmsSigDToB3Tag); if (pipe == NULL) { Fail("Read tag/context switching failed (2)"); return 0; } // Evaluate for negation In[0] = 0.3f; In[1] = 0.2f; In[2] = 0.9f; cmsPipelineEvalFloat(In, Out, pipe); rc = (IsGoodVal("0", Out[0], 1.0-In[0], 0.001) && IsGoodVal("1", Out[1], 1.0-In[1], 0.001) && IsGoodVal("2", Out[2], 1.0-In[2], 0.001)); cmsCloseProfile(h); cmsDeleteContext(cpy2); return rc; Error: if (h != NULL) cmsCloseProfile(h); if (ctx != NULL) cmsDeleteContext(ctx); if (cpy != NULL) cmsDeleteContext(cpy); if (cpy2 != NULL) cmsDeleteContext(cpy2); if (data) free(data); return 0; } // -------------------------------------------------------------------------------------------------- // Optimization plugin check: // -------------------------------------------------------------------------------------------------- static void FastEvaluateCurves(CMSREGISTER const cmsUInt16Number In[], CMSREGISTER cmsUInt16Number Out[], CMSREGISTER const void* Data) { Out[0] = In[0]; } static cmsBool MyOptimize(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) { cmsStage* mpe; _cmsStageToneCurvesData* Data; // Only curves in this LUT? All are identities? for (mpe = cmsPipelineGetPtrToFirstStage(*Lut); mpe != NULL; mpe = cmsStageNext(mpe)) { if (cmsStageType(mpe) != cmsSigCurveSetElemType) return FALSE; // Check for identity Data = (_cmsStageToneCurvesData*) cmsStageData(mpe); if (Data ->nCurves != 1) return FALSE; if (cmsEstimateGamma(Data->TheCurves[0], 0.1) > 1.0) return FALSE; } *dwFlags |= cmsFLAGS_NOCACHE; _cmsPipelineSetOptimizationParameters(*Lut, FastEvaluateCurves, NULL, NULL, NULL); return TRUE; } cmsPluginOptimization OptimizationPluginSample = { {cmsPluginMagicNumber, 2060, cmsPluginOptimizationSig, NULL}, MyOptimize }; cmsInt32Number CheckOptimizationPlugin(void) { cmsContext ctx = WatchDogContext(NULL); cmsContext cpy; cmsContext cpy2; cmsHTRANSFORM xform; cmsUInt8Number In[]= { 10, 20, 30, 40 }; cmsUInt8Number Out[4]; cmsToneCurve* Linear[1]; cmsHPROFILE h; int i; cmsPluginTHR(ctx, &OptimizationPluginSample); cpy = DupContext(ctx, NULL); cpy2 = DupContext(cpy, NULL); Linear[0] = cmsBuildGamma(cpy2, 1.0); h = cmsCreateLinearizationDeviceLinkTHR(cpy2, cmsSigGrayData, Linear); cmsFreeToneCurve(Linear[0]); xform = cmsCreateTransformTHR(cpy2, h, TYPE_GRAY_8, h, TYPE_GRAY_8, INTENT_PERCEPTUAL, 0); cmsCloseProfile(h); cmsDoTransform(xform, In, Out, 4); cmsDeleteTransform(xform); cmsDeleteContext(ctx); cmsDeleteContext(cpy); cmsDeleteContext(cpy2); for (i=0; i < 4; i++) if (In[i] != Out[i]) return 0; return 1; } // -------------------------------------------------------------------------------------------------- // Check the intent plug-in // -------------------------------------------------------------------------------------------------- /* This example creates a new rendering intent, at intent number 300, that is identical to perceptual intent for all color spaces but gray to gray transforms, in this case it bypasses the data. Note that it has to clear all occurrences of intent 300 in the intents array to avoid infinite recursion. */ #define INTENT_DECEPTIVE 300 static cmsPipeline* MyNewIntent(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number TheIntents[], cmsHPROFILE hProfiles[], cmsBool BPC[], cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) { cmsPipeline* Result; cmsUInt32Number ICCIntents[256]; cmsUInt32Number i; for (i=0; i < nProfiles; i++) ICCIntents[i] = (TheIntents[i] == INTENT_DECEPTIVE) ? INTENT_PERCEPTUAL : TheIntents[i]; if (cmsGetColorSpace(hProfiles[0]) != cmsSigGrayData || cmsGetColorSpace(hProfiles[nProfiles-1]) != cmsSigGrayData) return _cmsDefaultICCintents(ContextID, nProfiles, ICCIntents, hProfiles, BPC, AdaptationStates, dwFlags); Result = cmsPipelineAlloc(ContextID, 1, 1); if (Result == NULL) return NULL; cmsPipelineInsertStage(Result, cmsAT_BEGIN, cmsStageAllocIdentity(ContextID, 1)); return Result; } static cmsPluginRenderingIntent IntentPluginSample = { {cmsPluginMagicNumber, 2060, cmsPluginRenderingIntentSig, NULL}, INTENT_DECEPTIVE, MyNewIntent, "bypass gray to gray rendering intent" }; cmsInt32Number CheckIntentPlugin(void) { cmsContext ctx = WatchDogContext(NULL); cmsContext cpy; cmsContext cpy2; cmsHTRANSFORM xform; cmsHPROFILE h1, h2; cmsToneCurve* Linear1; cmsToneCurve* Linear2; cmsUInt8Number In[]= { 10, 20, 30, 40 }; cmsUInt8Number Out[4]; int i; cmsPluginTHR(ctx, &IntentPluginSample); cpy = DupContext(ctx, NULL); cpy2 = DupContext(cpy, NULL); Linear1 = cmsBuildGamma(cpy2, 3.0); Linear2 = cmsBuildGamma(cpy2, 0.1); h1 = cmsCreateLinearizationDeviceLinkTHR(cpy2, cmsSigGrayData, &Linear1); h2 = cmsCreateLinearizationDeviceLinkTHR(cpy2, cmsSigGrayData, &Linear2); cmsFreeToneCurve(Linear1); cmsFreeToneCurve(Linear2); xform = cmsCreateTransformTHR(cpy2, h1, TYPE_GRAY_8, h2, TYPE_GRAY_8, INTENT_DECEPTIVE, 0); cmsCloseProfile(h1); cmsCloseProfile(h2); cmsDoTransform(xform, In, Out, 4); cmsDeleteTransform(xform); cmsDeleteContext(ctx); cmsDeleteContext(cpy); cmsDeleteContext(cpy2); for (i=0; i < 4; i++) if (Out[i] != In[i]) return 0; return 1; } // -------------------------------------------------------------------------------------------------- // Check the full transform plug-in // -------------------------------------------------------------------------------------------------- // This is a sample intent that only works for gray8 as output, and always returns '42' static void TrancendentalTransform(struct _cmstransform_struct * CMM, const void* InputBuffer, void* OutputBuffer, cmsUInt32Number Size, cmsUInt32Number Stride) { cmsUInt32Number i; for (i=0; i < Size; i++) { ((cmsUInt8Number*) OutputBuffer)[i] = 0x42; } } cmsBool TransformFactory(_cmsTransformFn* xformPtr, void** UserData, _cmsFreeUserDataFn* FreePrivateDataFn, cmsPipeline** Lut, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) { if (*OutputFormat == TYPE_GRAY_8) { // *Lut holds the pipeline to be applied *xformPtr = TrancendentalTransform; return TRUE; } return FALSE; } // The Plug-in entry point static cmsPluginTransform FullTransformPluginSample = { { cmsPluginMagicNumber, 2060, cmsPluginTransformSig, NULL}, { TransformFactory } }; cmsInt32Number CheckTransformPlugin(void) { cmsContext ctx = WatchDogContext(NULL); cmsContext cpy; cmsContext cpy2; cmsHTRANSFORM xform; cmsUInt8Number In[]= { 10, 20, 30, 40 }; cmsUInt8Number Out[4]; cmsToneCurve* Linear; cmsHPROFILE h; int i; cmsPluginTHR(ctx, &FullTransformPluginSample); cpy = DupContext(ctx, NULL); cpy2 = DupContext(cpy, NULL); Linear = cmsBuildGamma(cpy2, 1.0); h = cmsCreateLinearizationDeviceLinkTHR(cpy2, cmsSigGrayData, &Linear); cmsFreeToneCurve(Linear); xform = cmsCreateTransformTHR(cpy2, h, TYPE_GRAY_8, h, TYPE_GRAY_8, INTENT_PERCEPTUAL, 0); cmsCloseProfile(h); cmsDoTransform(xform, In, Out, 4); cmsDeleteTransform(xform); cmsDeleteContext(ctx); cmsDeleteContext(cpy); cmsDeleteContext(cpy2); for (i=0; i < 4; i++) if (Out[i] != 0x42) return 0; return 1; } // -------------------------------------------------------------------------------------------------- // Check the mutex plug-in // -------------------------------------------------------------------------------------------------- typedef struct { int nlocks; } MyMtx; static void* MyMtxCreate(cmsContext id) { MyMtx* mtx = (MyMtx*) _cmsMalloc(id, sizeof(MyMtx)); mtx ->nlocks = 0; return mtx; } static void MyMtxDestroy(cmsContext id, void* mtx) { MyMtx* mtx_ = (MyMtx*) mtx; if (mtx_->nlocks != 0) Die("Locks != 0 when setting free a mutex"); _cmsFree(id, mtx); } static cmsBool MyMtxLock(cmsContext id, void* mtx) { MyMtx* mtx_ = (MyMtx*) mtx; mtx_->nlocks++; return TRUE; } static void MyMtxUnlock(cmsContext id, void* mtx) { MyMtx* mtx_ = (MyMtx*) mtx; mtx_->nlocks--; } static cmsPluginMutex MutexPluginSample = { { cmsPluginMagicNumber, 2060, cmsPluginMutexSig, NULL}, MyMtxCreate, MyMtxDestroy, MyMtxLock, MyMtxUnlock }; cmsInt32Number CheckMutexPlugin(void) { cmsContext ctx = WatchDogContext(NULL); cmsContext cpy; cmsContext cpy2; cmsHTRANSFORM xform; cmsUInt8Number In[]= { 10, 20, 30, 40 }; cmsUInt8Number Out[4]; cmsToneCurve* Linear; cmsHPROFILE h; int i; cmsPluginTHR(ctx, &MutexPluginSample); cpy = DupContext(ctx, NULL); cpy2 = DupContext(cpy, NULL); Linear = cmsBuildGamma(cpy2, 1.0); h = cmsCreateLinearizationDeviceLinkTHR(cpy2, cmsSigGrayData, &Linear); cmsFreeToneCurve(Linear); xform = cmsCreateTransformTHR(cpy2, h, TYPE_GRAY_8, h, TYPE_GRAY_8, INTENT_PERCEPTUAL, 0); cmsCloseProfile(h); cmsDoTransform(xform, In, Out, 4); cmsDeleteTransform(xform); cmsDeleteContext(ctx); cmsDeleteContext(cpy); cmsDeleteContext(cpy2); for (i=0; i < 4; i++) if (Out[i] != In[i]) return 0; return 1; } cmsInt32Number CheckMethodPackDoublesFromFloat(void) { cmsContext ctx = WatchDogContext(NULL); cmsHTRANSFORM xform; cmsHTRANSFORM l_pFakeProfileLAB; cmsFloat64Number l_D_OutputColorArrayBlack[8]; cmsFloat64Number l_D_OutputColorArrayBlue[8]; cmsCIELab LabInBlack; cmsCIELab LabInBlue; cmsUInt16Number Lab_UI16_Black[3]; cmsUInt16Number Lab_UI16_Blue[3]; cmsHPROFILE OutputCMYKProfile; cmsUInt32Number l_UI32_OutputFormat; cmsPluginTHR(ctx, &FullTransformPluginSample); l_pFakeProfileLAB = cmsCreateLab2ProfileTHR(ctx, NULL); if (l_pFakeProfileLAB == NULL) return 0; OutputCMYKProfile = cmsOpenProfileFromFileTHR(ctx, "test2.icc", "r"); if (OutputCMYKProfile == NULL) return 0; l_UI32_OutputFormat = 0; l_UI32_OutputFormat |= COLORSPACE_SH(PT_CMYK); l_UI32_OutputFormat |= PLANAR_SH(1); l_UI32_OutputFormat |= CHANNELS_SH(4); l_UI32_OutputFormat |= BYTES_SH(0); l_UI32_OutputFormat |= FLOAT_SH(1); xform = cmsCreateTransformTHR(ctx, l_pFakeProfileLAB, TYPE_Lab_DBL, OutputCMYKProfile, l_UI32_OutputFormat, INTENT_PERCEPTUAL, 0); cmsCloseProfile(OutputCMYKProfile); cmsCloseProfile(l_pFakeProfileLAB); Lab_UI16_Black[0] = 0; Lab_UI16_Black[1] = 32768; Lab_UI16_Black[2] = 32768; Lab_UI16_Blue[0] = 0; Lab_UI16_Blue[1] = 8192; Lab_UI16_Blue[2] = 8192; cmsLabEncoded2Float(&LabInBlack, Lab_UI16_Black); cmsLabEncoded2Float(&LabInBlue, Lab_UI16_Blue); memset(l_D_OutputColorArrayBlack, 0, sizeof(l_D_OutputColorArrayBlack)); memset(l_D_OutputColorArrayBlue, 0, sizeof(l_D_OutputColorArrayBlue)); cmsDoTransform(xform, &LabInBlack, l_D_OutputColorArrayBlack, 1); cmsDoTransform(xform, &LabInBlue, l_D_OutputColorArrayBlue, 1); cmsDeleteTransform(xform); cmsDeleteContext(ctx); if (l_D_OutputColorArrayBlack[0] < 85 || l_D_OutputColorArrayBlue[0] < 90) Fail("Ink amount is not right"); return 1; } lcms2-2.17/testbed/Makefile.in0000644000175000017500000004767214752176133015225 0ustar martimarti# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # # Makefile for building testcms # VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ check_PROGRAMS = testcms$(EXEEXT) subdir = testbed ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \ $(top_srcdir)/m4/ax_append_flag.m4 \ $(top_srcdir)/m4/ax_check_compile_flag.m4 \ $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \ $(top_srcdir)/m4/ax_pthread.m4 \ $(top_srcdir)/m4/ax_require_defined.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am_testcms_OBJECTS = testcms2.$(OBJEXT) testplugin.$(OBJEXT) \ zoo_icc.$(OBJEXT) testcms_OBJECTS = $(am_testcms_OBJECTS) testcms_DEPENDENCIES = $(top_builddir)/src/liblcms2.la AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = testcms_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(testcms_LDFLAGS) $(LDFLAGS) -o $@ AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/testcms2.Po \ ./$(DEPDIR)/testplugin.Po ./$(DEPDIR)/zoo_icc.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(testcms_SOURCES) DIST_SOURCES = $(testcms_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSCOPE = @CSCOPE@ CTAGS = @CTAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FILECMD = @FILECMD@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@ LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBRARY_AGE = @LIBRARY_AGE@ LIBRARY_CURRENT = @LIBRARY_CURRENT@ LIBRARY_REVISION = @LIBRARY_REVISION@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIB_JPEG = @LIB_JPEG@ LIB_MATH = @LIB_MATH@ LIB_PLUGINS = @LIB_PLUGINS@ LIB_THREAD = @LIB_THREAD@ LIB_TIFF = @LIB_TIFF@ LIB_ZLIB = @LIB_ZLIB@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PTHREAD_CC = @PTHREAD_CC@ PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ PTHREAD_CXX = @PTHREAD_CXX@ PTHREAD_LIBS = @PTHREAD_LIBS@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ ax_pthread_config = @ax_pthread_config@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ inline = @inline@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ # Don't require all the GNU mandated files AUTOMAKE_OPTIONS = 1.7 foreign AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir)/src # CFLAGS = --pedantic -Wall -std=c99 -O2 # The testsuite binary is statically linked. This is necessary as it uses some # of the internal functions that are not necessarily exported by the shared # library. testcms_LDADD = $(top_builddir)/src/liblcms2.la testcms_LDFLAGS = -static @LDFLAGS@ testcms_SOURCES = testcms2.c testplugin.c zoo_icc.c testcms2.h EXTRA_DIST = test1.icc bad.icc toosmall.icc test2.icc \ test3.icc test4.icc \ test5.icc ibm-t61.icc crayons.icc bad_mpe.icc all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testbed/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign testbed/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-checkPROGRAMS: @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list testcms$(EXEEXT): $(testcms_OBJECTS) $(testcms_DEPENDENCIES) $(EXTRA_testcms_DEPENDENCIES) @rm -f testcms$(EXEEXT) $(AM_V_CCLD)$(testcms_LINK) $(testcms_OBJECTS) $(testcms_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testcms2.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testplugin.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zoo_icc.Po@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) check: check-am all-am: Makefile installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ mostlyclean-am distclean: distclean-am -rm -f ./$(DEPDIR)/testcms2.Po -rm -f ./$(DEPDIR)/testplugin.Po -rm -f ./$(DEPDIR)/zoo_icc.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/testcms2.Po -rm -f ./$(DEPDIR)/testplugin.Po -rm -f ./$(DEPDIR)/zoo_icc.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: check-am install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \ ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile check: if [ $(top_srcdir) != $(top_builddir) ]; then \ cp $(top_srcdir)/testbed/*.ic? $(top_builddir)/testbed; \ fi LD_LIBRARY_PATH=$(top_builddir)/src/.libs ./testcms if [ $(top_srcdir) != $(top_builddir) ]; then \ rm -f $(top_builddir)/testbed/*.ic?; \ fi # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: lcms2-2.17/utils/0000755000175000017500000000000014752176133012646 5ustar martimartilcms2-2.17/utils/common/0000755000175000017500000000000014752176133014136 5ustar martimartilcms2-2.17/utils/common/meson.build0000644000175000017500000000023714752176133016302 0ustar martimarticommon_srcs = files( 'vprf.c', 'xgetopt.c', ) common_dep = declare_dependency( sources: common_srcs, include_directories: include_directories('.'), ) lcms2-2.17/utils/common/utils.h0000644000175000017500000000642114752176133015452 0ustar martimarti //--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- #ifndef _lcms_utils_h // Deal with Microsoft's attempt at deprecating C standard runtime functions #ifdef _MSC_VER # if (_MSC_VER >= 1400) # ifndef _CRT_SECURE_NO_DEPRECATE # define _CRT_SECURE_NO_DEPRECATE # endif # ifndef _CRT_SECURE_NO_WARNINGS # define _CRT_SECURE_NO_WARNINGS # endif # endif #endif #include "lcms2.h" #include #include #include #include #include #include #include #include // Avoid warnings #define UTILS_UNUSED_PARAMETER(x) ((void)x) // Init the utility functions void InitUtils(const char* PName); // Fatal Error (print the message and exit(1))--------------------------------------------- extern int Verbose; void FatalError(const char *frm, ...); // xgetopt() interface ------------------------------------------------------------- extern int xoptind; extern char *xoptarg; int xgetopt(int argc, char *argv[], char *optionS); // The stock profile utility ------------------------------------------------------- cmsHPROFILE OpenStockProfile(cmsContext ContextID, const char* File); // The print info utility ---------------------------------------------------------- void PrintProfileInformation(cmsHPROFILE h); // --------------------------------------------------------------------------------- void PrintRenderingIntents(void); void PrintBuiltins(void); // --------------------------------------------------------------------------------- cmsBool SaveMemoryBlock(const cmsUInt8Number* Buffer, cmsUInt32Number dwLen, const char* Filename); // --------------------------------------------------------------------------------- // Return a pixel type on depending on the number of channels int PixelTypeFromChanCount(int ColorChannels); // ------------------------------------------------------------------------------ // Return number of channels of pixel type int ChanCountFromPixelType(int ColorChannels); #define _lcms_utils_h #endif lcms2-2.17/utils/common/vprf.c0000644000175000017500000002230214752176133015256 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include "utils.h" int Verbose = 0; static char ProgramName[256] = ""; void FatalError(const char *frm, ...) { va_list args; va_start(args, frm); fprintf(stderr, "[%s fatal error]: ", ProgramName); vfprintf(stderr, frm, args); fprintf(stderr, "\n"); va_end(args); exit(1); } // Show errors to the end user (unless quiet option) static void MyErrorLogHandler(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *Text) { if (Verbose >= 0) fprintf(stderr, "[%s]: %s\n", ProgramName, Text); UTILS_UNUSED_PARAMETER(ErrorCode); UTILS_UNUSED_PARAMETER(ContextID); } void InitUtils(const char* PName) { strncpy(ProgramName, PName, sizeof(ProgramName)); ProgramName[sizeof(ProgramName)-1] = 0; cmsSetLogErrorHandler(MyErrorLogHandler); } // Virtual profiles are handled here. cmsHPROFILE OpenStockProfile(cmsContext ContextID, const char* File) { if (!File) return cmsCreate_sRGBProfileTHR(ContextID); if (cmsstrcasecmp(File, "*Lab2") == 0) return cmsCreateLab2ProfileTHR(ContextID, NULL); if (cmsstrcasecmp(File, "*Lab4") == 0) return cmsCreateLab4ProfileTHR(ContextID, NULL); if (cmsstrcasecmp(File, "*Lab") == 0) return cmsCreateLab4ProfileTHR(ContextID, NULL); if (cmsstrcasecmp(File, "*LabD65") == 0) { cmsCIExyY D65xyY; cmsWhitePointFromTemp( &D65xyY, 6504); return cmsCreateLab4ProfileTHR(ContextID, &D65xyY); } if (cmsstrcasecmp(File, "*XYZ") == 0) return cmsCreateXYZProfileTHR(ContextID); if (cmsstrcasecmp(File, "*Gray22") == 0) { cmsToneCurve* Curve = cmsBuildGamma(ContextID, 2.2); cmsHPROFILE hProfile = cmsCreateGrayProfileTHR(ContextID, cmsD50_xyY(), Curve); cmsFreeToneCurve(Curve); return hProfile; } if (cmsstrcasecmp(File, "*Gray30") == 0) { cmsToneCurve* Curve = cmsBuildGamma(ContextID, 3.0); cmsHPROFILE hProfile = cmsCreateGrayProfileTHR(ContextID, cmsD50_xyY(), Curve); cmsFreeToneCurve(Curve); return hProfile; } if (cmsstrcasecmp(File, "*srgb") == 0) return cmsCreate_sRGBProfileTHR(ContextID); if (cmsstrcasecmp(File, "*null") == 0) return cmsCreateNULLProfileTHR(ContextID); if (cmsstrcasecmp(File, "*Lin2222") == 0) { cmsToneCurve* Gamma = cmsBuildGamma(0, 2.2); cmsToneCurve* Gamma4[4]; cmsHPROFILE hProfile; Gamma4[0] = Gamma4[1] = Gamma4[2] = Gamma4[3] = Gamma; hProfile = cmsCreateLinearizationDeviceLink(cmsSigCmykData, Gamma4); cmsFreeToneCurve(Gamma); return hProfile; } return cmsOpenProfileFromFileTHR(ContextID, File, "r"); } // Help on available built-ins void PrintBuiltins(void) { fprintf(stderr, "\nBuilt-in profiles:\n\n"); fprintf(stderr, "\t*Lab2 -- D50-based v2 CIEL*a*b\n" "\t*Lab4 -- D50-based v4 CIEL*a*b\n" "\t*Lab -- D50-based v4 CIEL*a*b\n" "\t*XYZ -- CIE XYZ (PCS)\n" "\t*sRGB -- sRGB color space\n" "\t*Gray22 - Monochrome of Gamma 2.2\n" "\t*Gray30 - Monochrome of Gamma 3.0\n" "\t*null - Monochrome black for all input\n" "\t*Lin2222- CMYK linearization of gamma 2.2 on each channel\n\n"); } // Auxiliary for printing information on profile static void PrintInfo(cmsHPROFILE h, cmsInfoType Info) { char* text; int len; len = cmsGetProfileInfoASCII(h, Info, "en", "US", NULL, 0); if (len == 0) return; text = (char*) malloc(len * sizeof(char)); if (text == NULL) return; cmsGetProfileInfoASCII(h, Info, "en", "US", text, len); if (strlen(text) > 0) printf("%s\n", text); free(text); } // Displays the colorant table static void PrintColorantTable(cmsHPROFILE hInput, cmsTagSignature Sig, const char* Title) { cmsNAMEDCOLORLIST* list; int i, n; if (cmsIsTag(hInput, Sig)) { printf("%s:\n", Title); list = (cmsNAMEDCOLORLIST*) cmsReadTag(hInput, Sig); if (list == NULL) { printf("(Unavailable)\n"); return; } n = cmsNamedColorCount(list); for (i=0; i < n; i++) { char Name[cmsMAX_PATH]; cmsNamedColorInfo(list, i, Name, NULL, NULL, NULL, NULL); printf("\t%s\n", Name); } printf("\n"); } } void PrintProfileInformation(cmsHPROFILE hInput) { if (hInput == NULL) { fprintf(stderr, "*Wrong or corrupted profile*\n"); return; } PrintInfo(hInput, cmsInfoDescription); PrintInfo(hInput, cmsInfoManufacturer); PrintInfo(hInput, cmsInfoModel); PrintInfo(hInput, cmsInfoCopyright); if (Verbose > 2) { PrintColorantTable(hInput, cmsSigColorantTableTag, "Input colorant table"); PrintColorantTable(hInput, cmsSigColorantTableOutTag, "Input colorant out table"); } printf("\n"); } // ----------------------------------------------------------------------------- void PrintRenderingIntents(void) { cmsUInt32Number Codes[200]; char* Descriptions[200]; cmsUInt32Number n, i; fprintf(stderr, "-t rendering intent:\n\n"); n = cmsGetSupportedIntents(200, Codes, Descriptions); for (i=0; i < n; i++) { fprintf(stderr, "\t%u - %s\n", Codes[i], Descriptions[i]); } fprintf(stderr, "\n"); } // ------------------------------------------------------------------------------ cmsBool SaveMemoryBlock(const cmsUInt8Number* Buffer, cmsUInt32Number dwLen, const char* Filename) { FILE* out = fopen(Filename, "wb"); if (out == NULL) { FatalError("Cannot create '%s'", Filename); return FALSE; } if (fwrite(Buffer, 1, dwLen, out) != dwLen) { FatalError("Cannot write %ld bytes to %s", (long) dwLen, Filename); return FALSE; } if (fclose(out) != 0) { FatalError("Error flushing file '%s'", Filename); return FALSE; } return TRUE; } // ------------------------------------------------------------------------------ // Return a pixel type on depending on the number of channels int PixelTypeFromChanCount(int ColorChannels) { switch (ColorChannels) { case 1: return PT_GRAY; case 2: return PT_MCH2; case 3: return PT_MCH3; case 4: return PT_CMYK; case 5: return PT_MCH5; case 6: return PT_MCH6; case 7: return PT_MCH7; case 8: return PT_MCH8; case 9: return PT_MCH9; case 10: return PT_MCH10; case 11: return PT_MCH11; case 12: return PT_MCH12; case 13: return PT_MCH13; case 14: return PT_MCH14; case 15: return PT_MCH15; default: FatalError("What a weird separation of %d channels?!?!", ColorChannels); return -1; } } // ------------------------------------------------------------------------------ // Return number of channels of pixel type int ChanCountFromPixelType(int ColorChannels) { switch (ColorChannels) { case PT_GRAY: return 1; case PT_RGB: case PT_CMY: case PT_Lab: case PT_YUV: case PT_YCbCr: return 3; case PT_CMYK: return 4 ; case PT_MCH2: return 2 ; case PT_MCH3: return 3 ; case PT_MCH4: return 4 ; case PT_MCH5: return 5 ; case PT_MCH6: return 6 ; case PT_MCH7: return 7 ; case PT_MCH8: return 8 ; case PT_MCH9: return 9 ; case PT_MCH10: return 10; case PT_MCH11: return 11; case PT_MCH12: return 12; case PT_MCH13: return 12; case PT_MCH14: return 14; case PT_MCH15: return 15; default: FatalError("Unsupported color space of %d channels", ColorChannels); return -1; } } lcms2-2.17/utils/common/xgetopt.c0000644000175000017500000000515514752176133016002 0ustar martimarti //--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // // xgetopt.c -- loosely based on System V getopt() // // option ::= SW [optLetter]* [argLetter space* argument] // #include #include int xoptind = 1; char *xoptarg; static char *nextArg = NULL; #define SW '-' int xgetopt(int argc, char* argv[], char* optionS) { unsigned char ch; char* optP; if (argc > xoptind) { if (nextArg == NULL) { if ((nextArg = argv[xoptind]) == NULL || *(nextArg++) != SW) goto end_eof; } if ((ch = *(nextArg++)) == 0) { xoptind++; goto end_eof; } if (ch == ':' || (optP = strchr(optionS, ch)) == NULL) goto end_error; if (*(++optP) == ':') { xoptind++; if (*nextArg == 0) { if (argc <= xoptind) goto end_error; nextArg = argv[xoptind++]; } xoptarg = nextArg; nextArg = NULL; } else { if (*nextArg == 0) { xoptind++; nextArg = NULL; } xoptarg = NULL; } return ch; } end_eof: xoptarg = nextArg = NULL; return EOF; end_error: xoptarg = NULL; return '?'; } lcms2-2.17/utils/delphi/0000755000175000017500000000000014752176133014113 5ustar martimartilcms2-2.17/utils/delphi/delphidemo.dpr0000644000175000017500000000026114752176133016733 0ustar martimartiprogram delphidemo; uses Forms, demo1 in 'demo1.pas' {Form1}; {$R *.RES} begin Application.Initialize; Application.CreateForm(TForm1, Form1); Application.Run; end. lcms2-2.17/utils/delphi/delphidemo.dproj0000644000175000017500000001234714752176133017274 0ustar martimarti {E3F889E8-CB8A-49AE-8173-4DDA022466BE} delphidemo.dpr Debug DCC32 12.0 true true Base true true Base true vcl;rtl;vclx;vclimg;vclactnband;dbrtl;vcldb;vcldbx;bdertl;vcltouch;xmlrtl;dsnap;dsnapcon;TeeUI;TeeDB;Tee;vclib;ibxpress;adortl;IndyCore;IndySystem;IndyProtocols;inet;intrawebdb_100_140;Intraweb_100_140;VclSmp;vclie;websnap;webdsnap;inetdb;inetdbbde;inetdbxpress;soaprtl;vclribbon;dbexpress;DbxCommonDriver;DataSnapIndy10ServerTransport;DataSnapProviderClient;DbxClientDriver;DataSnapServer;DBXInterBaseDriver;DBXMySQLDriver;dbxcds;DBXFirebirdDriver;DBXSybaseASEDriver;DBXSybaseASADriver;DBXOracleDriver;DBXMSSQLDriver;DBXInformixDriver;DBXDb2Driver;Rave77VCL 00400000 1 delphidemo.exe WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;WinTypes=Windows;WinProcs=Windows;$(DCC_UnitAlias) x86 true false false false false false RELEASE;$(DCC_Define) 0 false DEBUG;$(DCC_Define) MainSource

Form1 Base Cfg_2 Base Cfg_1 Base Delphi.Personality.12 VCLApplication delphidemo.dpr False d:\lcms-1.13\delphi True False False False 1 0 0 0 False False False False False 3082 1252 1.0.0.0 1.0.0.0 Microsoft Office 2000 Sample Automation Server Wrapper Components Microsoft Office XP Sample Automation Server Wrapper Components False 12 lcms2-2.17/utils/delphi/delphidemo.res0000755000175000017500000000155414752176133016750 0ustar martimarti   ( @wxx LLLx LLLLLLLx LLLLLLLLx LLLLLL@ LLw LLLLLLxwp LLLHLLxpx LLLLxwyHLćp LLLLGw{LćxxDDDDHw{ĄxDDDHxyĄDDDHHDDDDDDHHDDDDD@O?H?0MAINICON  lcms2-2.17/utils/delphi/demo1.dfm0000755000175000017500000001046014752176133015614 0ustar martimarti TFORM10 TPF0TForm1Form1LeftTopCaptionLittle cms 2 Delphi demo ClientHeight ClientWidthColor clBtnFaceConstraints.MinHeight Font.CharsetDEFAULT_CHARSET Font.Color clWindowText Font.Height Font.Name MS Sans Serif Font.Style OldCreateOrder PixelsPerInch` TextHeightTImageImage1LeftTopWidth\Height Margins.Left Margins.Top Margins.RightMargins.BottomAlignalLeftStretch ExplicitLeftTImageImage2LeftfTopWidthjHeight Margins.Left Margins.Top Margins.RightMargins.BottomAlignalClientStretch ExplicitLeftn ExplicitWidthExplicitHeightP TSplitter Splitter1Left\TopWidth Height Margins.Left Margins.Top Margins.RightMargins.BottomBeveled ExplicitLeft ExplicitTopExplicitHeightTPanelPanel1LeftTopWidthHeight Margins.Left Margins.Top Margins.RightMargins.BottomAlignalBottomConstraints.MinWidthhCtl3D ParentCtl3DTabOrder ExplicitTop DesignSizeTLabelLabel1Left(TopWidthGHeight Margins.Left Margins.Top Margins.RightMargins.Bottom AlignmenttaRightJustifyAnchors akLeftakBottomCaptionInput profile: ExplicitTopSTLabelLabel2Left%TopWidthWHeight Margins.Left Margins.Top Margins.RightMargins.Bottom AlignmenttaRightJustifyAnchors akLeftakBottomCaptionMonitor profile: ExplicitToppTLabelLabel3Left(Top6WidthdHeight Margins.Left Margins.Top Margins.RightMargins.BottomAnchors akLeftakRightakBottomCaptionRendering intent:LayouttlCenterTLabelLabel4Left%Top`WidthHeightAnchors akLeftakBottomCaption Adaptation state (abs col. only)TButtonButton3LeftTopWidthHeight Margins.Left Margins.Top Margins.RightMargins.BottomAnchors akRightakBottomCaption...TabOrder OnClick Button3Click TComboBox ComboBoxInputLeftTopWidth(Height Margins.Left Margins.Top Margins.RightMargins.BottomAnchors akLeftakRightakBottomCtl3D ParentCtl3DTabOrderTButtonButton2Left Top6WidthHeight Margins.Left Margins.Top Margins.RightMargins.BottomAnchors akLeftakBottomCaption Load &pictureTabOrderOnClick Button2Click TComboBoxComboBoxOutputLeftTopWidth(Height Margins.Left Margins.Top Margins.RightMargins.BottomAnchors akLeftakRightakBottomTabOrder TCheckBoxWBCompensationLeft'TopWidthHeight Margins.Left Margins.Top Margins.RightMargins.BottomAnchors akLeftakBottomCaptionBlack point compensationTabOrder TCheckBox NoTransformLeftTopWidthHeight Margins.Left Margins.Top Margins.RightMargins.BottomAnchors akRightakBottomCaptionDon't transform at allTabOrder TRadioGroup RadioGroup1Left TophWidthHeight Margins.Left Margins.Top Margins.RightMargins.BottomAnchors akLeftakBottomCaptionTroughput optimization ItemIndex Items.Strings &No optimize (top quality, slow)&More memory (quality)&Standard (Balanced)&Less memory (for previews)TabOrderTButtonButton1LeftTopWidthHeight) Margins.Left Margins.Top Margins.RightMargins.BottomAnchors akLeftakRightakBottomCaptionApply profilesTabOrderOnClick Button1Click TProgressBar ProgressBar1Left TopWidthHeight Margins.Left Margins.Top Margins.RightMargins.BottomAnchors akLeftakRightakBottomTabOrder TComboBoxComboBoxIntentLeftTop6Width2Height Margins.Left Margins.Top Margins.RightMargins.BottomStylecsDropDownListAnchors akLeftakRightakBottomTabOrderOnChangeComboBoxIntentChange Items.Strings PerceptualRelative colorimetric SaturationAbsolute colorimetricTButtonButton4LeftTopWidthHeight Margins.Left Margins.Top Margins.RightMargins.BottomAnchors akRightakBottomCaption...TabOrder OnClick Button4Click TScrollBar ScrollBar1LeftTop`WidthHeightAnchors akLeftakRightakBottomEnabledPageSizeTabOrder OnChangeScrollBar1ChangeTOpenPictureDialogOpenPictureDialog1FilterBMP files|*.bmpLeftTop TOpenDialog OpenDialog1 DefaultExticmFilter 0) AND (Signature = cmsSigDisplayClass)) then InSignatures := TRUE else if (((dwFlags AND IS_OUTPUT) <> 0) AND (Signature = cmsSigOutputClass)) then InSignatures := TRUE else if (((dwFlags AND IS_INPUT) <> 0) AND (Signature = cmsSigInputClass)) then InSignatures := TRUE else if (((dwFlags AND IS_COLORSPACE) <> 0) AND (Signature = cmsSigColorSpaceClass)) then InSignatures := TRUE else if (((dwFlags AND IS_ABSTRACT) <> 0) AND (Signature = cmsSigAbstractClass)) then InSignatures := TRUE else InSignatures := FALSE END; PROCEDURE FillCombo(var Combo: TComboBox; Signatures: DWORD); var Files, Descriptions: TStringList; Found: Integer; SearchRec: TSearchRec; Path, Profile: String; Dir: ARRAY [0 .. 1024] OF Char; hProfile: cmsHPROFILE; Descrip: array [0 .. 256] of Char; begin Files := TStringList.Create; Descriptions := TStringList.Create; GetSystemDirectory(Dir, 1023); Path := String(Dir) + '\SPOOL\DRIVERS\COLOR\'; Found := FindFirst(Path + '*.ic?', faAnyFile, SearchRec); while Found = 0 do begin Profile := Path + SearchRec.Name; hProfile := cmsOpenProfileFromFile(PAnsiChar(AnsiString(Profile)), 'r'); if (hProfile <> NIL) THEN begin if ((cmsGetColorSpace(hProfile) = cmsSigRgbData) AND InSignatures (cmsGetDeviceClass(hProfile), Signatures)) then begin cmsGetProfileInfo(hProfile, cmsInfoDescription, 'EN', 'us', Descrip, 256); Descriptions.Add(Descrip); Files.Add(Profile); end; cmsCloseProfile(hProfile); end; Found := FindNext(SearchRec); end; FindClose(SearchRec); Combo.Items := Descriptions; Combo.Tag := Integer(Files); end; // A rather simple Logger... note the "cdecl" convention PROCEDURE ErrorLogger(ContextID: cmsContext; ErrorCode: cmsUInt32Number; Text: PAnsiChar); Cdecl; begin MessageBox(0, PWideChar(WideString(Text)), 'Something is going wrong...', MB_OK OR MB_ICONWARNING or MB_TASKMODAL); end; constructor TForm1.Create(Owner: TComponent); var IntentNames: array [0 .. 20] of PAnsiChar; i, n: Integer; begin inherited Create(Owner); // Set the logger cmsSetLogErrorHandler(ErrorLogger); ScrollBar1.Min := 0; ScrollBar1.Max := 100; FillCombo(ComboBoxInput, IS_INPUT OR IS_COLORSPACE OR IS_DISPLAY); FillCombo(ComboBoxOutput, $FFFF ); // Get the supported intents n := cmsGetSupportedIntents(20, @IntentCodes, @IntentNames); ComboBoxIntent.Items.BeginUpdate; ComboBoxIntent.Items.Clear; for i:= 0 TO n - 1 DO ComboBoxIntent.Items.Add(String(IntentNames[i])); ComboBoxIntent.ItemIndex := 0; ComboBoxIntent.Items.EndUpdate; end; procedure TForm1.ScrollBar1Change(Sender: TObject); var d: Integer; s: String; begin d := ScrollBar1.Position; Str(d, s); Label4.Caption := 'Adaptation state '+s + '% (Abs. col only)'; end; procedure TForm1.Button2Click(Sender: TObject); begin if OpenPictureDialog1.Execute then begin Image1.Picture.LoadFromFile(OpenPictureDialog1.FileName); Image1.Picture.Bitmap.PixelFormat := pf24bit; Image2.Picture.LoadFromFile(OpenPictureDialog1.FileName); Image2.Picture.Bitmap.PixelFormat := pf24bit; end end; function SelectedFile(var Combo: TComboBox): string; var List: TStringList; n: Integer; begin List := TStringList(Combo.Tag); n := Combo.ItemIndex; if (n >= 0) then SelectedFile := List.Strings[n] else SelectedFile := Combo.Text; end; procedure TForm1.ComboBoxIntentChange(Sender: TObject); begin ScrollBar1.Enabled := (ComboBoxIntent.itemIndex = 3); end; function TForm1.ComputeFlags: DWORD; var dwFlags: DWORD; begin dwFlags := 0; if (WBCompensation.Checked) then begin dwFlags := dwFlags OR cmsFLAGS_BLACKPOINTCOMPENSATION end; if (NoTransform.Checked) then begin dwFlags := dwFlags OR cmsFLAGS_NULLTRANSFORM end; case RadioGroup1.ItemIndex of 0: dwFlags := dwFlags OR cmsFLAGS_NOOPTIMIZE; 1: dwFlags := dwFlags OR cmsFLAGS_HIGHRESPRECALC; 3: dwFlags := dwFlags OR cmsFLAGS_LOWRESPRECALC; end; ComputeFlags := dwFlags end; procedure TForm1.Button1Click(Sender: TObject); var Source, Dest: String; hSrc, hDest: cmsHPROFILE; xform: cmsHTRANSFORM; i, PicW, PicH: Integer; Intent: Integer; dwFlags: DWORD; begin Source := SelectedFile(ComboBoxInput); Dest := SelectedFile(ComboBoxOutput); dwFlags := ComputeFlags; Intent := IntentCodes[ComboBoxIntent.ItemIndex]; cmsSetAdaptationState( ScrollBar1.Position / 100.0 ); if (Source <> '') AND (Dest <> '') then begin hSrc := cmsOpenProfileFromFile(PAnsiChar(AnsiString(Source)), 'r'); hDest := cmsOpenProfileFromFile(PAnsiChar(AnsiString(Dest)), 'r'); if (hSrc <> Nil) and (hDest <> Nil) then begin xform := cmsCreateTransform(hSrc, TYPE_BGR_8, hDest, TYPE_BGR_8, Intent, dwFlags); end else begin xform := nil; end; if hSrc <> nil then begin cmsCloseProfile(hSrc); end; if hDest <> Nil then begin cmsCloseProfile(hDest); end; if (xform <> nil) then begin PicW := Image2.Picture.width; PicH := Image2.Picture.height; ProgressBar1.Min := 0; ProgressBar1.Max := PicH; ProgressBar1.Step := 1; for i := 0 TO (PicH - 1) do begin if ((i MOD 100) = 0) then ProgressBar1.Position := i; cmsDoTransform(xform, Image1.Picture.Bitmap.Scanline[i], Image2.Picture.Bitmap.Scanline[i], PicW); end; ProgressBar1.Position := PicH; cmsDeleteTransform(xform); end; Image2.Repaint; ProgressBar1.Position := 0; end end; procedure TForm1.Button3Click(Sender: TObject); begin if OpenDialog1.Execute then ComboBoxInput.Text := OpenDialog1.FileName; end; procedure TForm1.Button4Click(Sender: TObject); begin if OpenDialog1.Execute then ComboBoxOutput.Text := OpenDialog1.FileName; end; end. lcms2-2.17/utils/delphi/lcms2dll.pas0000644000175000017500000034307514752176133016350 0ustar martimarti// // Little cms DELPHI wrapper //--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2021 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // // Version 2.13 - unmantained // UNIT lcms2dll; {$IFDEF FPC} {$MODE Delphi} {$ENDIF} INTERFACE {$IFNDEF MSWINDOWS} USES LCLType, types; Type PWChar = PWideChar; {$ELSE} USES Windows; {$ENDIF} CONST LCMS2_SO = {$IFDEF DARWIN} 'liblcms2.13.dylib'; {$ELSE} 'lcms2.dll'; {$ENDIF} TYPE Uint8 = Byte; Int8 = Shortint; UInt16 = Word; Int16 = Smallint; UInt32 = LongWord; Int32 = Longint; TYPE cmsUInt8Number = Uint8; cmsInt8Number = Int8; cmsUInt16Number = UInt16; cmsInt16Number = Int16; cmsUInt32Number = UInt32; cmsInt32Number = Int32; cmsInt64Number = Int64; cmsUInt64Number = UInt64; cmsFloat32Number = Single; cmsFloat64Number = Double; LPcmsUInt8Number = ^cmsUInt8Number; LPcmsInt8Number = ^cmsInt8Number; LPcmsUInt16Number = ^cmsUInt16Number; LPcmsInt16Number = ^cmsInt16Number; LPcmsUInt32Number = ^cmsUInt32Number; LPcmsInt32Number = ^cmsInt32Number; LPcmsInt64Number = ^cmsInt64Number; LPcmsUInt64Number = ^cmsUInt64Number; LPcmsFloat32Number = ^cmsFloat32Number; LPcmsFloat64Number = ^cmsFloat64Number; // Derivative types cmsSignature = cmsUInt32Number; cmsU8Fixed8Number = cmsUInt16Number; cmsS15Fixed16Number = cmsInt32Number; cmsU16Fixed16Number = cmsUInt32Number; // Boolean type, which will be using the native integer cmsBool = Boolean; CONST // Some common definitions cmsMAX_PATH = 256; // D50 XYZ normalized to Y=1.0 cmsD50X = 0.9642; cmsD50Y = 1.0; cmsD50Z = 0.8249; // V4 perceptual black cmsPERCEPTUAL_BLACK_X = 0.00336; cmsPERCEPTUAL_BLACK_Y = 0.0034731; cmsPERCEPTUAL_BLACK_Z = 0.00287; // Definitions in ICC spec cmsMagicNumber = $61637370; // 'acsp' lcmsSignature = $6c636d73; // 'lcms' TYPE // Base ICC type definitions cmsTagTypeSignature = ( cmsSigChromaticityType = $6368726D, // 'chrm' cmsSigColorantOrderType = $636C726F, // 'clro' cmsSigColorantTableType = $636C7274, // 'clrt' cmsSigCrdInfoType = $63726469, // 'crdi' cmsSigCurveType = $63757276, // 'curv' cmsSigDataType = $64617461, // 'data' cmsSigDictType = $64696374, // 'dict' cmsSigDateTimeType = $6474696D, // 'dtim' cmsSigDeviceSettingsType = $64657673, // 'devs' cmsSigLut16Type = $6d667432, // 'mft2' cmsSigLut8Type = $6d667431, // 'mft1' cmsSigLutAtoBType = $6d414220, // 'mAB ' cmsSigLutBtoAType = $6d424120, // 'mBA ' cmsSigMeasurementType = $6D656173, // 'meas' cmsSigMultiLocalizedUnicodeType = $6D6C7563, // 'mluc' cmsSigMultiProcessElementType = $6D706574, // 'mpet' cmsSigNamedColorType = $6E636f6C, // 'ncol' -- DEPRECATED! cmsSigNamedColor2Type = $6E636C32, // 'ncl2' cmsSigParametricCurveType = $70617261, // 'para' cmsSigProfileSequenceDescType = $70736571, // 'pseq' cmsSigProfileSequenceIdType = $70736964, // 'psid' cmsSigResponseCurveSet16Type = $72637332, // 'rcs2' cmsSigS15Fixed16ArrayType = $73663332, // 'sf32' cmsSigScreeningType = $7363726E, // 'scrn' cmsSigSignatureType = $73696720, // 'sig ' cmsSigTextType = $74657874, // 'text' cmsSigTextDescriptionType = $64657363, // 'desc' cmsSigU16Fixed16ArrayType = $75663332, // 'uf32' cmsSigUcrBgType = $62666420, // 'bfd ' cmsSigUInt16ArrayType = $75693136, // 'ui16' cmsSigUInt32ArrayType = $75693332, // 'ui32' cmsSigUInt64ArrayType = $75693634, // 'ui64' cmsSigUInt8ArrayType = $75693038, // 'ui08' cmsSigViewingConditionsType = $76696577, // 'view' cmsSigXYZType = $58595A20, // 'XYZ ' cmsSigVcgtType = $76636774 // 'vcgt' ); // Base ICC tag definitions cmsTagSignature = ( cmsSigAToB0Tag = $41324230, // 'A2B0' cmsSigAToB1Tag = $41324231, // 'A2B1' cmsSigAToB2Tag = $41324232, // 'A2B2' cmsSigBlueColorantTag = $6258595A, // 'bXYZ' cmsSigBlueMatrixColumnTag = $6258595A, // 'bXYZ' cmsSigBlueTRCTag = $62545243, // 'bTRC' cmsSigBToA0Tag = $42324130, // 'B2A0' cmsSigBToA1Tag = $42324131, // 'B2A1' cmsSigBToA2Tag = $42324132, // 'B2A2' cmsSigCalibrationDateTimeTag = $63616C74, // 'calt' cmsSigCharTargetTag = $74617267, // 'targ' cmsSigChromaticAdaptationTag = $63686164, // 'chad' cmsSigChromaticityTag = $6368726D, // 'chrm' cmsSigColorantOrderTag = $636C726F, // 'clro' cmsSigColorantTableTag = $636C7274, // 'clrt' cmsSigColorantTableOutTag = $636C6F74, // 'clot' cmsSigColorimetricIntentImageStateTag = $63696973, // 'ciis' cmsSigCopyrightTag = $63707274, // 'cprt' cmsSigCrdInfoTag = $63726469, // 'crdi' cmsSigDataTag = $64617461, // 'data' cmsSigDateTimeTag = $6474696D, // 'dtim' cmsSigDeviceMfgDescTag = $646D6E64, // 'dmnd' cmsSigDeviceModelDescTag = $646D6464, // 'dmdd' cmsSigDeviceSettingsTag = $64657673, // 'devs' cmsSigDToB0Tag = $44324230, // 'D2B0' cmsSigDToB1Tag = $44324231, // 'D2B1' cmsSigDToB2Tag = $44324232, // 'D2B2' cmsSigDToB3Tag = $44324233, // 'D2B3' cmsSigBToD0Tag = $42324430, // 'B2D0' cmsSigBToD1Tag = $42324431, // 'B2D1' cmsSigBToD2Tag = $42324432, // 'B2D2' cmsSigBToD3Tag = $42324433, // 'B2D3' cmsSigGamutTag = $67616D74, // 'gamt' cmsSigGrayTRCTag = $6b545243, // 'kTRC' cmsSigGreenColorantTag = $6758595A, // 'gXYZ' cmsSigGreenMatrixColumnTag = $6758595A, // 'gXYZ' cmsSigGreenTRCTag = $67545243, // 'gTRC' cmsSigLuminanceTag = $6C756d69, // 'lumi' cmsSigMeasurementTag = $6D656173, // 'meas' cmsSigMediaBlackPointTag = $626B7074, // 'bkpt' cmsSigMediaWhitePointTag = $77747074, // 'wtpt' cmsSigNamedColorTag = $6E636f6C, // 'ncol' // Deprecated by the ICC cmsSigNamedColor2Tag = $6E636C32, // 'ncl2' cmsSigOutputResponseTag = $72657370, // 'resp' cmsSigPerceptualRenderingIntentGamutTag = $72696730, // 'rig0' cmsSigPreview0Tag = $70726530, // 'pre0' cmsSigPreview1Tag = $70726531, // 'pre1' cmsSigPreview2Tag = $70726532, // 'pre2' cmsSigProfileDescriptionTag = $64657363, // 'desc' cmsSigProfileSequenceDescTag = $70736571, // 'pseq' cmsSigProfileSequenceIdTag = $70736964, // 'psid' cmsSigPs2CRD0Tag = $70736430, // 'psd0' cmsSigPs2CRD1Tag = $70736431, // 'psd1' cmsSigPs2CRD2Tag = $70736432, // 'psd2' cmsSigPs2CRD3Tag = $70736433, // 'psd3' cmsSigPs2CSATag = $70733273, // 'ps2s' cmsSigPs2RenderingIntentTag = $70733269, // 'ps2i' cmsSigRedColorantTag = $7258595A, // 'rXYZ' cmsSigRedMatrixColumnTag = $7258595A, // 'rXYZ' cmsSigRedTRCTag = $72545243, // 'rTRC' cmsSigSaturationRenderingIntentGamutTag = $72696732, // 'rig2' cmsSigScreeningDescTag = $73637264, // 'scrd' cmsSigScreeningTag = $7363726E, // 'scrn' cmsSigTechnologyTag = $74656368, // 'tech' cmsSigUcrBgTag = $62666420, // 'bfd ' cmsSigViewingCondDescTag = $76756564, // 'vued' cmsSigViewingConditionsTag = $76696577, // 'view' cmsSigVcgtTag = $76636774, // 'vcgt' cmsSigMetaTag = $6D657461 // 'meta' ); // ICC Technology tag cmsTechnologySignature = ( cmsSigDigitalCamera = $6463616D, // 'dcam' cmsSigFilmScanner = $6673636E, // 'fscn' cmsSigReflectiveScanner = $7273636E, // 'rscn' cmsSigInkJetPrinter = $696A6574, // 'ijet' cmsSigThermalWaxPrinter = $74776178, // 'twax' cmsSigElectrophotographicPrinter = $6570686F, // 'epho' cmsSigElectrostaticPrinter = $65737461, // 'esta' cmsSigDyeSublimationPrinter = $64737562, // 'dsub' cmsSigPhotographicPaperPrinter = $7270686F, // 'rpho' cmsSigFilmWriter = $6670726E, // 'fprn' cmsSigVideoMonitor = $7669646D, // 'vidm' cmsSigVideoCamera = $76696463, // 'vidc' cmsSigProjectionTelevision = $706A7476, // 'pjtv' cmsSigCRTDisplay = $43525420, // 'CRT ' cmsSigPMDisplay = $504D4420, // 'PMD ' cmsSigAMDisplay = $414D4420, // 'AMD ' cmsSigPhotoCD = $4B504344, // 'KPCD' cmsSigPhotoImageSetter = $696D6773, // 'imgs' cmsSigGravure = $67726176, // 'grav' cmsSigOffsetLithography = $6F666673, // 'offs' cmsSigSilkscreen = $73696C6B, // 'silk' cmsSigFlexography = $666C6578, // 'flex' cmsSigMotionPictureFilmScanner = $6D706673, // 'mpfs' cmsSigMotionPictureFilmRecorder = $6D706672, // 'mpfr' cmsSigDigitalMotionPictureCamera = $646D7063, // 'dmpc' cmsSigDigitalCinemaProjector = $64636A70 // 'dcpj' ); // ICC Color spaces cmsColorSpaceSignature = ( cmsSigXYZData = $58595A20, // 'XYZ ' cmsSigLabData = $4C616220, // 'Lab ' cmsSigLuvData = $4C757620, // 'Luv ' cmsSigYCbCrData = $59436272, // 'YCbr' cmsSigYxyData = $59787920, // 'Yxy ' cmsSigRgbData = $52474220, // 'RGB ' cmsSigGrayData = $47524159, // 'GRAY' cmsSigHsvData = $48535620, // 'HSV ' cmsSigHlsData = $484C5320, // 'HLS ' cmsSigCmykData = $434D594B, // 'CMYK' cmsSigCmyData = $434D5920, // 'CMY ' cmsSigMCH1Data = $4D434831, // 'MCH1' cmsSigMCH2Data = $4D434832, // 'MCH2' cmsSigMCH3Data = $4D434833, // 'MCH3' cmsSigMCH4Data = $4D434834, // 'MCH4' cmsSigMCH5Data = $4D434835, // 'MCH5' cmsSigMCH6Data = $4D434836, // 'MCH6' cmsSigMCH7Data = $4D434837, // 'MCH7' cmsSigMCH8Data = $4D434838, // 'MCH8' cmsSigMCH9Data = $4D434839, // 'MCH9' cmsSigMCHAData = $4D43483A, // 'MCHA' cmsSigMCHBData = $4D43483B, // 'MCHB' cmsSigMCHCData = $4D43483C, // 'MCHC' cmsSigMCHDData = $4D43483D, // 'MCHD' cmsSigMCHEData = $4D43483E, // 'MCHE' cmsSigMCHFData = $4D43483F, // 'MCHF' cmsSigNamedData = $6e6d636c, // 'nmcl' cmsSig1colorData = $31434C52, // '1CLR' cmsSig2colorData = $32434C52, // '2CLR' cmsSig3colorData = $33434C52, // '3CLR' cmsSig4colorData = $34434C52, // '4CLR' cmsSig5colorData = $35434C52, // '5CLR' cmsSig6colorData = $36434C52, // '6CLR' cmsSig7colorData = $37434C52, // '7CLR' cmsSig8colorData = $38434C52, // '8CLR' cmsSig9colorData = $39434C52, // '9CLR' cmsSig10colorData = $41434C52, // 'ACLR' cmsSig11colorData = $42434C52, // 'BCLR' cmsSig12colorData = $43434C52, // 'CCLR' cmsSig13colorData = $44434C52, // 'DCLR' cmsSig14colorData = $45434C52, // 'ECLR' cmsSig15colorData = $46434C52, // 'FCLR' cmsSigLuvKData = $4C75764B // 'LuvK' ); // ICC Profile Class cmsProfileClassSignature = ( cmsSigInputClass = $73636E72, // 'scnr' cmsSigDisplayClass = $6D6E7472, // 'mntr' cmsSigOutputClass = $70727472, // 'prtr' cmsSigLinkClass = $6C696E6B, // 'link' cmsSigAbstractClass = $61627374, // 'abst' cmsSigColorSpaceClass = $73706163, // 'spac' cmsSigNamedColorClass = $6e6d636c // 'nmcl' ); // ICC Platforms cmsPlatformSignature = ( cmsSigMacintosh = $4150504C, // 'APPL' cmsSigMicrosoft = $4D534654, // 'MSFT' cmsSigSolaris = $53554E57, // 'SUNW' cmsSigSGI = $53474920, // 'SGI ' cmsSigTaligent = $54474E54, // 'TGNT' cmsSigUnices = $2A6E6978 // '*nix' // From argyll -- Not official ); CONST // Reference gamut cmsSigPerceptualReferenceMediumGamut = $70726d67; //'prmg' // For cmsSigColorimetricIntentImageStateTag cmsSigSceneColorimetryEstimates = $73636F65; //'scoe' cmsSigSceneAppearanceEstimates = $73617065; //'sape' cmsSigFocalPlaneColorimetryEstimates = $66706365; //'fpce' cmsSigReflectionHardcopyOriginalColorimetry = $72686F63; //'rhoc' cmsSigReflectionPrintOutputColorimetry = $72706F63; //'rpoc' TYPE // Multi process elements types cmsStageSignature = ( cmsSigCurveSetElemType = $63767374, //'cvst' cmsSigMatrixElemType = $6D617466, //'matf' cmsSigCLutElemType = $636C7574, //'clut' cmsSigBAcsElemType = $62414353, // 'bACS' cmsSigEAcsElemType = $65414353, // 'eACS' // Custom from here, not in the ICC Spec cmsSigXYZ2LabElemType = $6C327820, // 'l2x ' cmsSigLab2XYZElemType = $78326C20, // 'x2l ' cmsSigNamedColorElemType = $6E636C20, // 'ncl ' cmsSigLabV2toV4 = $32203420, // '2 4 ' cmsSigLabV4toV2 = $34203220, // '4 2 ' // Identities cmsSigIdentityElemType = $69646E20 // 'idn ' ); // Types of CurveElements cmsCurveSegSignature = ( cmsSigFormulaCurveSeg = $70617266, // 'parf' cmsSigSampledCurveSeg = $73616D66, // 'samf' cmsSigSegmentedCurve = $63757266 // 'curf' ); CONST // Used in ResponseCurveType cmsSigStatusA = $53746141; //'StaA' cmsSigStatusE = $53746145; //'StaE' cmsSigStatusI = $53746149; //'StaI' cmsSigStatusT = $53746154; //'StaT' cmsSigStatusM = $5374614D; //'StaM' cmsSigDN = $444E2020; //'DN ' cmsSigDNP = $444E2050; //'DN P' cmsSigDNN = $444E4E20; //'DNN ' cmsSigDNNP = $444E4E50; //'DNNP' // Device attributes, currently defined values correspond to the low 4 bytes // of the 8 byte attribute quantity cmsReflective = 0; cmsTransparency = 1; cmsGlossy = 0; cmsMatte = 2; TYPE // Common structures in ICC tags cmsICCData = PACKED RECORD len : cmsUInt32Number; flag : cmsUInt32Number; data : Array [0..1] of cmsUInt8Number; END; // ICC date time cmsDateTimeNumber = PACKED RECORD year: cmsUInt16Number; month: cmsUInt16Number; day: cmsUInt16Number; hours: cmsUInt16Number; minutes: cmsUInt16Number; seconds: cmsUInt16Number; END; // ICC XYZ cmsEncodedXYZNumber = PACKED RECORD X: cmsS15Fixed16Number; Y: cmsS15Fixed16Number; Z: cmsS15Fixed16Number; END; // Profile ID as computed by MD5 algorithm cmsProfileID = PACKED RECORD CASE Integer OF 1: (ID8: Array[0..15] OF cmsUInt8Number); 2: (ID16: Array[0..7] OF cmsUInt16Number); 3: (ID32: Array[0..3] OF cmsUInt32Number); END; // ---------------------------------------------------------------------------------------------- // ICC profile internal base types. Strictly, shouldn't be declared in this unit, but maybe // somebody want to use this info for accessing profile header directly, so here it is. // Profile header -- it is 32-bit aligned, so no issues are expected on alignment cmsICCHeader = PACKED RECORD size: cmsUInt32Number; // Profile size in bytes cmmId: cmsSignature; // CMM for this profile version: cmsUInt32Number; // Format version number deviceClass: cmsProfileClassSignature; // Type of profile colorSpace: cmsColorSpaceSignature; // Color space of data pcs: cmsColorSpaceSignature; // PCS, XYZ or Lab only date: cmsDateTimeNumber; // Date profile was created magic: cmsSignature; // Magic Number to identify an ICC profile platform: cmsPlatformSignature; // Primary Platform flags: cmsUInt32Number; // Various bit settings manufacturer: cmsSignature; // Device manufacturer model: cmsUInt32Number; // Device model number attributes: cmsUInt64Number; // Device attributes renderingIntent:cmsUInt32Number; // Rendering intent illuminant: cmsEncodedXYZNumber; // Profile illuminant creator: cmsSignature; // Profile creator profileID: cmsProfileID; // Profile ID using MD5 reserved: array [0..27] of cmsInt8Number; // Reserved for future use END; // ICC base tag cmsTagBase = PACKED RECORD sig: cmsTagTypeSignature; reserved: array[0..3] of cmsInt8Number; END; // A tag entry in directory cmsTagEntry = PACKED RECORD sig: cmsTagSignature; // The tag signature offset: cmsUInt32Number; // Start of tag size: cmsUInt32Number; // Size in bytes END; cmsContext = Pointer; // Context identifier for multithreaded environments cmsHANDLE = Pointer; // Generic handle cmsHPROFILE = Pointer; // Opaque typedefs to hide internals cmsHTRANSFORM = Pointer; CONST cmsMAXCHANNELS = 16; // Maximum number of channels in ICC profiles // Format of pixel is defined by one cmsUInt32Number, using bit fields as follows // // A O TTTTT U Y F P X S EEE CCCC BBB // // A: Floating point -- With this flag we can differentiate 16 bits as float and as int // O: Optimized -- previous optimization already returns the final 8-bit value // T: Pixeltype // F: Flavor 0=MinIsBlack(Chocolate) 1=MinIsWhite(Vanilla) // P: Planar? 0=Chunky, 1=Planar // X: swap 16 bps endianness? // S: Do swap? ie, BGR, KYMC // E: Extra samples // C: Channels (Samples per pixel) // B: bytes per sample // Y: Swap first - changes ABGR to BGRA and KCMY to CMYK FUNCTION FLOAT_SH(a: cmsUInt32Number): cmsUInt32Number; FUNCTION OPTIMIZED_SH(s: cmsUInt32Number): cmsUInt32Number; FUNCTION COLORSPACE_SH(s: cmsUInt32Number):cmsUInt32Number; FUNCTION SWAPFIRST_SH(s: cmsUInt32Number):cmsUInt32Number; FUNCTION FLAVOR_SH(s: cmsUInt32Number):cmsUInt32Number; FUNCTION PLANAR_SH(p: cmsUInt32Number):cmsUInt32Number; FUNCTION ENDIAN16_SH(e: cmsUInt32Number):cmsUInt32Number; FUNCTION DOSWAP_SH(e: cmsUInt32Number):cmsUInt32Number; FUNCTION EXTRA_SH(e: cmsUInt32Number):cmsUInt32Number; FUNCTION CHANNELS_SH(c: cmsUInt32Number):cmsUInt32Number; FUNCTION BYTES_SH(b: cmsUInt32Number):cmsUInt32Number; FUNCTION T_FLOAT(a: cmsUInt32Number): cmsUInt32Number; FUNCTION T_OPTIMIZED(o: cmsUInt32Number): cmsUInt32Number; FUNCTION T_COLORSPACE(s: cmsUInt32Number): cmsUInt32Number; FUNCTION T_SWAPFIRST(s: cmsUInt32Number): cmsUInt32Number; FUNCTION T_FLAVOR(s: cmsUInt32Number): cmsUInt32Number; FUNCTION T_PLANAR(p: cmsUInt32Number): cmsUInt32Number; FUNCTION T_ENDIAN16(e: cmsUInt32Number): cmsUInt32Number; FUNCTION T_DOSWAP(e: cmsUInt32Number): cmsUInt32Number; FUNCTION T_EXTRA(e: cmsUInt32Number): cmsUInt32Number; FUNCTION T_CHANNELS(c: cmsUInt32Number): cmsUInt32Number; FUNCTION T_BYTES(b: cmsUInt32Number): cmsUInt32Number; CONST // Pixel types PT_ANY = 0; // Don't check colorspace // 1 & 2 are reserved PT_GRAY = 3; PT_RGB = 4; PT_CMY = 5; PT_CMYK = 6; PT_YCbCr = 7; PT_YUV = 8; // Lu'v' PT_XYZ = 9; PT_Lab = 10; PT_YUVK = 11; // Lu'v'K PT_HSV = 12; PT_HLS = 13; PT_Yxy = 14; PT_MCH1 = 15; PT_MCH2 = 16; PT_MCH3 = 17; PT_MCH4 = 18; PT_MCH5 = 19; PT_MCH6 = 20; PT_MCH7 = 21; PT_MCH8 = 22; PT_MCH9 = 23; PT_MCH10 = 24; PT_MCH11 = 25; PT_MCH12 = 26; PT_MCH13 = 27; PT_MCH14 = 28; PT_MCH15 = 29; PT_LabV2 = 30; // Identical to PT_Lab, but using the V2 old encoding // Format descriptors TYPE_GRAY_8 = $030009; TYPE_GRAY_8_REV = $032009; TYPE_GRAY_16 = $03000a; TYPE_GRAY_16_REV = $03200a; TYPE_GRAY_16_SE = $03080a; TYPE_GRAYA_8 = $030089; TYPE_GRAYA_16 = $03008a; TYPE_GRAYA_16_SE = $03088a; TYPE_GRAYA_8_PLANAR = $031089; TYPE_GRAYA_16_PLANAR = $03108a; TYPE_RGB_8 = $040019; TYPE_RGB_8_PLANAR = $041019; TYPE_BGR_8 = $040419; TYPE_BGR_8_PLANAR = $041419; TYPE_RGB_16 = $04001a; TYPE_RGB_16_PLANAR = $04101a; TYPE_RGB_16_SE = $04081a; TYPE_BGR_16 = $04041a; TYPE_BGR_16_PLANAR = $04141a; TYPE_BGR_16_SE = $040c1a; TYPE_RGBA_8 = $040099; TYPE_RGBA_8_PLANAR = $041099; TYPE_ARGB_8_PLANAR = $045099; TYPE_ABGR_8_PLANAR = $041499; TYPE_BGRA_8_PLANAR = $045499; TYPE_RGBA_16 = $04009a; TYPE_RGBA_16_PLANAR = $04109a; TYPE_RGBA_16_SE = $04089a; TYPE_ARGB_8 = $044099; TYPE_ARGB_16 = $04409a; TYPE_ABGR_8 = $040499; TYPE_ABGR_16 = $04049a; TYPE_ABGR_16_PLANAR = $04149a; TYPE_ABGR_16_SE = $040c9a; TYPE_BGRA_8 = $044499; TYPE_BGRA_16 = $04449a; TYPE_BGRA_16_SE = $04489a; TYPE_CMY_8 = $050019; TYPE_CMY_8_PLANAR = $051019; TYPE_CMY_16 = $05001a; TYPE_CMY_16_PLANAR = $05101a; TYPE_CMY_16_SE = $05081a; TYPE_CMYK_8 = $060021; TYPE_CMYKA_8 = $0600a1; TYPE_CMYK_8_REV = $062021; TYPE_YUVK_8 = $062021; TYPE_CMYK_8_PLANAR = $061021; TYPE_CMYK_16 = $060022; TYPE_CMYK_16_REV = $062022; TYPE_YUVK_16 = $062022; TYPE_CMYK_16_PLANAR = $061022; TYPE_CMYK_16_SE = $060822; TYPE_KYMC_8 = $060421; TYPE_KYMC_16 = $060422; TYPE_KYMC_16_SE = $060c22; TYPE_KCMY_8 = $064021; TYPE_KCMY_8_REV = $066021; TYPE_KCMY_16 = $064022; TYPE_KCMY_16_REV = $066022; TYPE_KCMY_16_SE = $064822; TYPE_CMYK5_8 = $130029; TYPE_CMYK5_16 = $13002a; TYPE_CMYK5_16_SE = $13082a; TYPE_KYMC5_8 = $130429; TYPE_KYMC5_16 = $13042a; TYPE_KYMC5_16_SE = $130c2a; TYPE_CMYK6_8 = $140031; TYPE_CMYK6_8_PLANAR = $141031; TYPE_CMYK6_16 = $140032; TYPE_CMYK6_16_PLANAR = $141032; TYPE_CMYK6_16_SE = $140832; TYPE_CMYK7_8 = $150039; TYPE_CMYK7_16 = $15003a; TYPE_CMYK7_16_SE = $15083a; TYPE_KYMC7_8 = $150439; TYPE_KYMC7_16 = $15043a; TYPE_KYMC7_16_SE = $150c3a; TYPE_CMYK8_8 = $160041; TYPE_CMYK8_16 = $160042; TYPE_CMYK8_16_SE = $160842; TYPE_KYMC8_8 = $160441; TYPE_KYMC8_16 = $160442; TYPE_KYMC8_16_SE = $160c42; TYPE_CMYK9_8 = $170049; TYPE_CMYK9_16 = $17004a; TYPE_CMYK9_16_SE = $17084a; TYPE_KYMC9_8 = $170449; TYPE_KYMC9_16 = $17044a; TYPE_KYMC9_16_SE = $170c4a; TYPE_CMYK10_8 = $180051; TYPE_CMYK10_16 = $180052; TYPE_CMYK10_16_SE = $180852; TYPE_KYMC10_8 = $180451; TYPE_KYMC10_16 = $180452; TYPE_KYMC10_16_SE = $180c52; TYPE_CMYK11_8 = $190059; TYPE_CMYK11_16 = $19005a; TYPE_CMYK11_16_SE = $19085a; TYPE_KYMC11_8 = $190459; TYPE_KYMC11_16 = $19045a; TYPE_KYMC11_16_SE = $190c5a; TYPE_CMYK12_8 = $1a0061; TYPE_CMYK12_16 = $1a0062; TYPE_CMYK12_16_SE = $1a0862; TYPE_KYMC12_8 = $1a0461; TYPE_KYMC12_16 = $1a0462; TYPE_KYMC12_16_SE = $1a0c62; TYPE_XYZ_16 = $09001a; TYPE_Lab_8 = $0a0019; TYPE_ALab_8 = $0a0499; TYPE_Lab_16 = $0a001a; TYPE_Yxy_16 = $0e001a; TYPE_YCbCr_8 = $070019; TYPE_YCbCr_8_PLANAR = $071019; TYPE_YCbCr_16 = $07001a; TYPE_YCbCr_16_PLANAR = $07101a; TYPE_YCbCr_16_SE = $07081a; TYPE_YUV_8 = $080019; TYPE_YUV_8_PLANAR = $081019; TYPE_YUV_16 = $08001a; TYPE_YUV_16_PLANAR = $08101a; TYPE_YUV_16_SE = $08081a; TYPE_HLS_8 = $0d0019; TYPE_HLS_8_PLANAR = $0d1019; TYPE_HLS_16 = $0d001a; TYPE_HLS_16_PLANAR = $0d101a; TYPE_HLS_16_SE = $0d081a; TYPE_HSV_8 = $0c0019; TYPE_HSV_8_PLANAR = $0c1019; TYPE_HSV_16 = $0c001a; TYPE_HSV_16_PLANAR = $0c101a; TYPE_HSV_16_SE = $0c081a; TYPE_NAMED_COLOR_INDEX = $000A; TYPE_XYZ_FLT = $49001c; TYPE_Lab_FLT = $4a001c; TYPE_GRAY_FLT = $43000c; TYPE_RGB_FLT = $44001c; TYPE_CMYK_FLT = $460024; TYPE_XYZA_FLT = $49009c; TYPE_LabA_FLT = $4a009c; TYPE_RGBA_FLT = $44009c; TYPE_XYZ_DBL = $490018; TYPE_Lab_DBL = $4a0018; TYPE_GRAY_DBL = $430008; TYPE_RGB_DBL = $440018; TYPE_CMYK_DBL = $460020; TYPE_LabV2_8 = $1e0019; TYPE_ALabV2_8 = $1e0499; TYPE_LabV2_16 = $1e001a; TYPE_GRAY_HALF_FLT = $43000a; TYPE_RGB_HALF_FLT = $44001a; TYPE_RGBA_HALF_FLT = $44009a; TYPE_CMYK_HALF_FLT = $460022; TYPE_ARGB_HALF_FLT = $44409a; TYPE_BGR_HALF_FLT = $44041a; TYPE_BGRA_HALF_FLT = $44449a; TYPE_ABGR_HALF_FLT = $44041a; TYPE // Colorimetric spaces cmsCIEXYZ = PACKED RECORD X, Y, Z : cmsFloat64Number; END; LPcmsCIEXYZ = ^cmsCIEXYZ; cmsCIExyY = PACKED RECORD x, y, YY : cmsFloat64Number END; LPcmsCIExyY = ^cmsCIEXYY; cmsCIELab = PACKED RECORD L, a, b: cmsFloat64Number END; LPcmsCIELab = ^cmsCIELab; cmsCIELCh = PACKED RECORD L, C, h : cmsFloat64Number END; LPcmsCIELCh = ^cmsCIELCh; cmsJCh = PACKED RECORD J, C, h : cmsFloat64Number END; LPcmsJCh = ^cmsJCH; cmsCIEXYZTRIPLE = PACKED RECORD Red, Green, Blue : cmsCIEXYZ END; LPcmsCIEXYZTRIPLE = ^cmsCIEXYZTRIPLE; cmsCIExyYTRIPLE = PACKED RECORD Red, Green, Blue : cmsCIExyY END; LPcmsCIExyYTRIPLE = ^cmsCIExyYTRIPLE; CONST // Illuminant types for structs below cmsILLUMINANT_TYPE_UNKNOWN = $0000000; cmsILLUMINANT_TYPE_D50 = $0000001; cmsILLUMINANT_TYPE_D65 = $0000002; cmsILLUMINANT_TYPE_D93 = $0000003; cmsILLUMINANT_TYPE_F2 = $0000004; cmsILLUMINANT_TYPE_D55 = $0000005; cmsILLUMINANT_TYPE_A = $0000006; cmsILLUMINANT_TYPE_E = $0000007; cmsILLUMINANT_TYPE_F8 = $0000008; TYPE cmsICCMeasurementConditions = PACKED RECORD Observer: cmsUInt32Number; // 0 = unknown, 1=CIE 1931, 2=CIE 1964 Backing: cmsCIEXYZ; // Value of backing Geometry: cmsUInt32Number; // 0=unknown, 1=45/0, 0/45 2=0d, d/0 Flare: cmsFloat64Number; // 0..1.0 IlluminantType: cmsUInt32Number; END; cmsICCViewingConditions = PACKED RECORD IlluminantXYZ: cmsCIEXYZ; // Not the same struct as CAM02, SurroundXYZ: cmsCIEXYZ; // This is for storing the tag IlluminantType: cmsUInt32Number; // viewing condition END; // Context -------------------------------------------------------------------------------------------------------------- FUNCTION cmsCreateContext(Plugin : Pointer; UserData : Pointer) : cmsContext; StdCall; PROCEDURE cmsDeleteContext(ContextID: cmsContext); StdCall; FUNCTION cmsDupContext(ContextID: cmsContext; NewUserData: Pointer): cmsContext; StdCall; FUNCTION cmsGetContextUserData(ContextID: cmsContext): Pointer; StdCall; // Plug-In registering --------------------------------------------------------------------------------------------------- FUNCTION cmsPlugin(Plugin: Pointer): cmsBool; StdCall; PROCEDURE cmsUnregisterPlugins; StdCall; // Error logging ---------------------------------------------------------------------------------------------------------- // There is no error handling at all. When a function fails, it returns proper value. // For example, all create functions does return NULL on failure. Other may return FALSE. // It may be interesting, for the developer, to know why the function is failing. // for that reason, lcms2 does offer a logging function. This function will get // an ENGLISH string with some clues on what is going wrong. You can show this // info to the end user if you wish, or just create some sort of log on disk. // The logging function should NOT terminate the program, as this obviously can leave // unfreed resources. It is the programmer's responsibility to check each function // return code to make sure it didn't fail. CONST cmsERROR_UNDEFINED = 0; cmsERROR_FILE = 1; cmsERROR_RANGE = 2; cmsERROR_INTERNAL = 3; cmsERROR_NULL = 4; cmsERROR_READ = 5; cmsERROR_SEEK = 6; cmsERROR_WRITE = 7; cmsERROR_UNKNOWN_EXTENSION = 8; cmsERROR_COLORSPACE_CHECK = 9; cmsERROR_ALREADY_DEFINED = 10; cmsERROR_BAD_SIGNATURE = 11; cmsERROR_CORRUPTION_DETECTED = 12; cmsERROR_NOT_SUITABLE = 13; // Error logger is called with the ContextID when a message is raised. This gives the // chance to know which thread is responsible of the warning and any environment associated // with it. Non-multithreading applications may safely ignore this parameter. // Note that under certain special circumstances, ContextID may be NULL. TYPE cmsLogErrorHandlerFunction = PROCEDURE( ContextID: cmsContext; ErrorCode: cmsUInt32Number; Text: PAnsiChar); CDecl; // Allows user to set any specific logger PROCEDURE cmsSetLogErrorHandler(Fn: cmsLogErrorHandlerFunction); StdCall; // Conversions -------------------------------------------------------------------------------------------------------------- // Returns pointers to constant structs FUNCTION cmsD50_XYZ: LPcmsCIEXYZ; StdCall; FUNCTION cmsD50_xyY: LPcmsCIExyY; StdCall; // Colorimetric space conversions PROCEDURE cmsXYZ2xyY(Dest: LPcmsCIExyY; Source: LPcmsCIEXYZ); StdCall; PROCEDURE cmsxyY2XYZ(Dest: LPcmsCIEXYZ; Source: LPcmsCIExyY); StdCall; PROCEDURE cmsLab2XYZ(WhitePoint: LPcmsCIEXYZ; xyz: LPcmsCIEXYZ; Lab: LPcmsCIELab); StdCall; PROCEDURE cmsXYZ2Lab(WhitePoint: LPcmsCIEXYZ; Lab: LPcmsCIELab; xyz: LPcmsCIEXYZ); StdCall; PROCEDURE cmsLab2LCh(LCh: LPcmsCIELCh; Lab: LPcmsCIELab); StdCall; PROCEDURE cmsLCh2Lab(Lab: LPcmsCIELab; LCh: LPcmsCIELCh); StdCall; // Encoding /Decoding on PCS PROCEDURE cmsLabEncoded2Float(Lab: LPcmsCIELab; wLab: Pointer); StdCall; PROCEDURE cmsLabEncoded2FloatV2(Lab: LPcmsCIELab; wLab: Pointer); StdCall; PROCEDURE cmsFloat2LabEncoded(wLab: Pointer; Lab: LPcmsCIELab); StdCall; PROCEDURE cmsFloat2LabEncodedV2(wLab: Pointer; Lab: LPcmsCIELab); StdCall; PROCEDURE cmsXYZEncoded2Float(fxyz : LPcmsCIEXYZ; XYZ: Pointer); StdCall; PROCEDURE cmsFloat2XYZEncoded(XYZ: Pointer; fXYZ: LPcmsCIEXYZ); StdCall; // DeltaE metrics FUNCTION cmsDeltaE(Lab1, Lab2: LPcmsCIELab): Double; StdCall; FUNCTION cmsCIE94DeltaE(Lab1, Lab2: LPcmsCIELab): Double; StdCall; FUNCTION cmsBFDdeltaE(Lab1, Lab2: LPcmsCIELab): Double; StdCall; FUNCTION cmsCMCdeltaE(Lab1, Lab2: LPcmsCIELab): Double; StdCall; FUNCTION cmsCIE2000DeltaE(Lab1, Lab2: LPcmsCIELab; Kl, Kc, Kh: Double): Double; StdCall; // Temperature <-> Chromaticity (Black body) FUNCTION cmsWhitePointFromTemp(var WhitePoint: cmsCIExyY; TempK: cmsFloat64Number) : cmsBool; StdCall; FUNCTION cmsTempFromWhitePoint(var TeampK: cmsFloat64Number; var WhitePoint: cmsCIExyY) : cmsBool; StdCall; // Chromatic adaptation FUNCTION cmsAdaptToIlluminant(Result: LPcmsCIEXYZ; SourceWhitePt: LPcmsCIEXYZ; Illuminant: LPcmsCIEXYZ; Value: LPcmsCIEXYZ): cmsBool; StdCall; // CIECAM02 --------------------------------------------------------------------------------------------------- // Viewing conditions. Please note those are CAM model viewing conditions, and not the ICC tag viewing // conditions, which I'm naming cmsICCViewingConditions to make differences evident. Unfortunately, the tag // cannot deal with surround La, Yb and D value so is basically useless to store CAM02 viewing conditions. CONST AVG_SURROUND = 1; DIM_SURROUND = 2; DARK_SURROUND = 3; CUTSHEET_SURROUND = 4; D_CALCULATE = -1; TYPE cmsViewingConditions = PACKED RECORD WhitePoint: cmsCIEXYZ; Yb : cmsFloat64Number; La : cmsFloat64Number; surround : Integer; D_value : cmsFloat64Number END; LPcmsViewingConditions = ^cmsViewingConditions; FUNCTION cmsCIECAM02Init(pVC : LPcmsViewingConditions ) : Pointer; StdCall; PROCEDURE cmsCIECAM02Done(hModel : Pointer); StdCall; PROCEDURE cmsCIECAM02Forward(hModel: Pointer; pIn: LPcmsCIEXYZ; pOut: LPcmsJCh ); StdCall; PROCEDURE cmsCIECAM02Reverse(hModel: Pointer; pIn: LPcmsJCh; pOut: LPcmsCIEXYZ ); StdCall; // Tone curves ----------------------------------------------------------------------------------------- // This describes a curve segment. For a table of supported types, see the manual. User can increase the number of // available types by using a proper plug-in. Parametric segments allow 10 parameters at most TYPE cmsCurveSegment = PACKED RECORD x0, x1: cmsFloat32Number; // Domain; for x0 < x <= x1 PType: cmsInt32Number; // Parametric type, Type == 0 means sampled segment. Negative values are reserved Params: array [0..9] of cmsFloat64Number; // Parameters if Type != 0 nGridPoints: cmsUInt32Number; // Number of grid points if Type == 0 SampledPoints: LPcmsFloat32Number; // Points to an array of floats if Type == 0 END; LPcmsToneCurve = Pointer; LPcmsCurveSegmentArray = ^cmsCurveSegmentArray; cmsCurveSegmentArray = array[0..0] of cmsCurveSegment; LPcmsFloat64NumberArray = ^cmsFloat64NumberArray; cmsFloat64NumberArray = array[0..0] of cmsFloat64Number; LPcmsUInt16NumberArray = ^cmsUInt16NumberArray; cmsUInt16NumberArray = array[0..0] of cmsUInt16Number; LPcmsFloat32NumberArray = ^cmsFloat32NumberArray; cmsFloat32NumberArray = array[0..0] of cmsFloat32Number; LPLPcmsToneCurveArray = ^LPcmsToneCurveArray; LPcmsToneCurveArray = array[0..0] of LPcmsToneCurve; LPcmsUInt32NumberArray = ^cmsUInt32NumberArray; cmsUInt32NumberArray = array[0..0] of cmsUInt32Number; FUNCTION cmsBuildSegmentedToneCurve(ContextID: cmsContext; nSegments: cmsInt32Number; Segments: LPcmsCurveSegmentArray): LPcmsToneCurve; StdCall; FUNCTION cmsBuildParametricToneCurve(ContextID: cmsContext; CType: cmsInt32Number; Params: LPcmsFloat64NumberArray): LPcmsToneCurve; StdCall; FUNCTION cmsBuildGamma(ContextID: cmsContext; Gamma: cmsFloat64Number): LPcmsToneCurve; StdCall; FUNCTION cmsBuildTabulatedToneCurve16(ContextID: cmsContext; nEntries: cmsInt32Number; values: LPcmsUInt16NumberArray): LPcmsToneCurve; StdCall; FUNCTION cmsBuildTabulatedToneCurveFloat(ContextID: cmsContext; nEntries: cmsUInt32Number; values: LPcmsFloat32NumberArray): LPcmsToneCurve; StdCall; PROCEDURE cmsFreeToneCurve(Curve: LPcmsToneCurve); StdCall; PROCEDURE cmsFreeToneCurveTriple(Curve: LPLPcmsToneCurveArray); StdCall; FUNCTION cmsDupToneCurve(Src: LPcmsToneCurve): LPcmsToneCurve; StdCall; FUNCTION cmsReverseToneCurve(InGamma: LPcmsToneCurve): LPcmsToneCurve; StdCall; FUNCTION cmsReverseToneCurveEx(nResultSamples: cmsInt32Number; InGamma: LPcmsToneCurve): LPcmsToneCurve; StdCall; FUNCTION cmsJoinToneCurve(ContextID: cmsContext; X, Y: LPcmsToneCurve; nPoints: cmsUInt32Number ): LPcmsToneCurve; StdCall; FUNCTION cmsSmoothToneCurve(Tab: LPcmsToneCurve; lambda: cmsFloat64Number): cmsBool; StdCall; FUNCTION cmsEvalToneCurveFloat(Curve: LPcmsToneCurve; v: cmsFloat32Number):cmsFloat32Number; StdCall; FUNCTION cmsEvalToneCurve16(Curve: LPcmsToneCurve; v:cmsUInt16Number):cmsUInt16Number; StdCall; FUNCTION cmsIsToneCurveMultisegment(InGamma: LPcmsToneCurve):cmsBool; StdCall; FUNCTION cmsIsToneCurveLinear(Curve: LPcmsToneCurve):cmsBool; StdCall; FUNCTION cmsIsToneCurveMonotonic(t: LPcmsToneCurve):cmsBool; StdCall; FUNCTION cmsIsToneCurveDescending(t: LPcmsToneCurve):cmsBool; StdCall; FUNCTION cmsGetToneCurveParametricType(t: LPcmsToneCurve):cmsInt32Number; StdCall; FUNCTION cmsEstimateGamma(t: LPcmsToneCurve; Precision:cmsFloat64Number):cmsFloat64Number; StdCall; FUNCTION cmsGetToneCurveEstimatedTableEntries(t: LPcmsToneCurve): cmsUInt32Number; StdCall; FUNCTION cmsGetToneCurveEstimatedTable(t: LPcmsToneCurve): LPcmsUInt16Number; StdCall; // Implements pipelines of multi-processing elements ------------------------------------------------------------- TYPE LPcmsPipeline = Pointer; LPcmsStage = Pointer; LPLPcmsStage = ^LPcmsStage; // Those are hi-level pipelines FUNCTION cmsPipelineAlloc(ContextID: cmsContext; InputChannels, OutputChannels: cmsUInt32Number): LPcmsPipeline; StdCall; PROCEDURE cmsPipelineFree(lut: LPcmsPipeline); StdCall; FUNCTION cmsPipelineDup(Orig: LPcmsPipeline): LPcmsPipeline; StdCall; FUNCTION cmsGetPipelineContextID(lut: LPcmsPipeline) : cmsContext; StdCall; FUNCTION cmsPipelineInputChannels(lut: LPcmsPipeline): cmsUInt32Number; StdCall; FUNCTION cmsPipelineOutputChannels(lut: LPcmsPipeline): cmsUInt32Number; StdCall; FUNCTION cmsPipelineStageCount(lut: LPcmsPipeline): cmsUInt32Number; StdCall; FUNCTION cmsPipelineGetPtrToFirstStage(lut: LPcmsPipeline): LPcmsStage; StdCall; FUNCTION cmsPipelineGetPtrToLastStage(lut: LPcmsPipeline): LPcmsStage; StdCall; PROCEDURE cmsPipelineEval16(Inv, Outv: LPcmsUInt16NumberArray; lut: LPcmsPipeline); StdCall; PROCEDURE cmsPipelineEvalFloat(Inv, Outv: LPcmsFloat32NumberArray; lut: LPcmsPipeline); StdCall; FUNCTION cmsPipelineEvalReverseFloat(Target, Result, Hint: LPcmsFloat32NumberArray; lut: LPcmsPipeline): cmsBool; StdCall; FUNCTION cmsPipelineCat(l1, l2: LPcmsPipeline): cmsBool; StdCall; FUNCTION cmsPipelineSetSaveAs8bitsFlag(lut: LPcmsPipeline; On: cmsBool): cmsBool; StdCall; // Where to place/locate the stages in the pipeline chain TYPE cmsStageLoc = (cmsAT_BEGIN = 0, cmsAT_END = 1 ); PROCEDURE cmsPipelineInsertStage(lut: LPcmsPipeline; loc: cmsStageLoc; mpe: LPcmsStage); StdCall; PROCEDURE cmsPipelineUnlinkStage(lut: LPcmsPipeline; loc: cmsStageLoc; mpe: LPLPcmsStage); StdCall; // This function is quite useful to analyze the structure of a Pipeline and retrieve the Stage elements // that conform the Pipeline. It should be called with the Pipeline, the number of expected elements and // then a list of expected types followed with a list of double pointers to Stage elements. If // the function founds a match with current pipeline, it fills the pointers and returns TRUE // if not, returns FALSE without touching anything. // FUNCTION cmsPipelineCheckAndRetreiveStages(const cmsPipeline* Lut, n: cmsUInt32Number, ...): cmsBool; StdCall; // Matrix has double precision and CLUT has only float precision. That is because an ICC profile can encode // matrices with far more precision that CLUTS FUNCTION cmsStageAllocIdentity(ContextID: cmsContext; nChannels: cmsUInt32Number): LPcmsStage; StdCall; FUNCTION cmsStageAllocToneCurves(ContextID: cmsContext; nChannels: cmsUInt32Number; Curves: LPLPcmsToneCurveArray): LPcmsStage; StdCall; FUNCTION cmsStageAllocMatrix(ContextID: cmsContext; Rows, Cols: cmsUInt32Number; Matrix, Offset: LPcmsFloat64NumberArray): LPcmsStage; StdCall; FUNCTION cmsStageAllocCLut16bit(ContextID: cmsContext; nGridPoints: cmsUInt32Number; inputChan, outputChan: cmsUInt32Number; Table: LPcmsUInt16NumberArray): LPcmsStage; StdCall; FUNCTION cmsStageAllocCLutFloat(ContextID: cmsContext; nGridPoints: cmsUInt32Number; inputChan, outputChan: cmsUInt32Number; Table: LPcmsFloat32NumberArray): LPcmsStage; StdCall; FUNCTION cmsStageAllocCLut16bitGranular(ContextID: cmsContext; nGridPoints: LPcmsUInt32NumberArray; inputChan, outputChan: cmsUInt32Number; Table: LPcmsUInt16NumberArray): LPcmsStage; StdCall; FUNCTION cmsStageAllocCLutFloatGranular(ContextID: cmsContext; nGridPoints: LPcmsUInt32NumberArray; inputChan, outputChan: cmsUInt32Number; Table: LPcmsFloat32NumberArray): LPcmsStage; StdCall; FUNCTION cmsStageDup(mpe: LPcmsStage): LPcmsStage; StdCall; PROCEDURE cmsStageFree(mpe: LPcmsStage); StdCall; FUNCTION cmsStageNext(mpe: LPcmsStage): LPcmsStage; StdCall; FUNCTION cmsStageInputChannels(mpe: LPcmsStage): cmsUInt32Number; StdCall; FUNCTION cmsStageOutputChannels(mpe: LPcmsStage): cmsUInt32Number; StdCall; FUNCTION cmsStageType(mpe: LPcmsStage): cmsStageSignature; StdCall; FUNCTION cmsStageData(mpe: LPcmsStage): Pointer; StdCall; // Sampling Type cmsSAMPLER16 = FUNCTION (Inp, Outp: LPcmsUInt16NumberArray; Cargo: Pointer): cmsInt32Number; CDecl; cmsSAMPLERFLOAT = FUNCTION (Inp, Outp: LPcmsFloat32NumberArray; Cargo: Pointer): cmsInt32Number; CDecl; // Use this flag to prevent changes being written to destination Const SAMPLER_INSPECT = $01000000; // For CLUT only FUNCTION cmsStageSampleCLut16bit(mpe: LPcmsStage; Sampler: cmsSAMPLER16; Cargo: Pointer; dwFlags: cmsUInt32Number): cmsBool; StdCall; FUNCTION cmsStageSampleCLutFloat(mpe: LPcmsStage; Sampler: cmsSAMPLERFLOAT; Cargo: Pointer; dwFlags: cmsUInt32Number): cmsBool; StdCall; // Slicers FUNCTION cmsSliceSpace16(nInputs: cmsUInt32Number; clutPoints: LPcmsUInt32NumberArray; Sampler: cmsSAMPLER16; Cargo: Pointer): cmsBool; StdCall; FUNCTION cmsSliceSpaceFloat(nInputs: cmsUInt32Number; clutPoints: LPcmsUInt32NumberArray; Sampler: cmsSAMPLERFLOAT; Cargo: Pointer): cmsBool; StdCall; // Multilocalized Unicode management --------------------------------------------------------------------------------------- Type LPcmsMLU = Pointer; Const cmsNoLanguage = #0#0#0; cmsNoCountry = #0#0#0; FUNCTION cmsMLUalloc(ContextID: cmsContext; nItems: cmsUInt32Number): LPcmsMLU; StdCall; PROCEDURE cmsMLUfree(mlu: LPcmsMLU); StdCall; FUNCTION cmsMLUdup(mlu: LPcmsMLU): LPcmsMLU; StdCall; FUNCTION cmsMLUsetASCII(mlu: LPcmsMLU; LanguageCode, CountryCode, ASCIIString: PAnsiChar): cmsBool; StdCall; FUNCTION cmsMLUsetWide(mlu: LPcmsMLU; LanguageCode, CountryCode: PAnsiChar; WideString: PWChar): cmsBool; StdCall; FUNCTION cmsMLUgetASCII(mlu: LPcmsMLU; LanguageCode, CountryCode: PAnsiChar; Buffer: PAnsiChar; BufferSize: cmsUInt32Number): cmsUInt32Number; StdCall; FUNCTION cmsMLUgetWide(mlu: LPcmsMLU; LanguageCode, CountryCode: PAnsiChar; Buffer: PWChar; BufferSize: cmsUInt32Number): cmsUInt32Number; StdCall; FUNCTION cmsMLUgetTranslation(mlu: LPcmsMLU; LanguageCode, CountryCode, ObtainedLanguage, ObtainedCountry: PAnsiChar): cmsBool; StdCall; // Undercolorremoval & black generation ------------------------------------------------------------------------------------- Type cmsUcrBg = PACKED RECORD Ucr, Bg: LPcmsToneCurve; Desc: LPcmsMLU; END; // Screening ---------------------------------------------------------------------------------------------------------------- Const cmsPRINTER_DEFAULT_SCREENS = $0001; cmsFREQUENCE_UNITS_LINES_CM = $0000; cmsFREQUENCE_UNITS_LINES_INCH = $0002; cmsSPOT_UNKNOWN = 0; cmsSPOT_PRINTER_DEFAULT = 1; cmsSPOT_ROUND = 2; cmsSPOT_DIAMOND = 3; cmsSPOT_ELLIPSE = 4; cmsSPOT_LINE = 5; cmsSPOT_SQUARE = 6; cmsSPOT_CROSS = 7; Type cmsScreeningChannel = PACKED RECORD Frequency, ScreenAngle: cmsFloat64Number; SpotShape: cmsUInt32Number; END; cmsScreening = PACKED RECORD Flag, nChannels : cmsUInt32Number; Channels: Array [0..cmsMAXCHANNELS-1] OF cmsScreeningChannel; END; // Named color ----------------------------------------------------------------------------------------------------------------- LPcmsNAMEDCOLORLIST = Pointer; FUNCTION cmsAllocNamedColorList(ContextID: cmsContext; n, ColorantCount :cmsUInt32Number; Prefix, Suffix: PAnsiChar): LPcmsNAMEDCOLORLIST; StdCall; PROCEDURE cmsFreeNamedColorList(v: LPcmsNAMEDCOLORLIST); StdCall; FUNCTION cmsDupNamedColorList(v: LPcmsNAMEDCOLORLIST): LPcmsNAMEDCOLORLIST; StdCall; FUNCTION cmsAppendNamedColor(v: LPcmsNAMEDCOLORLIST; Name: PAnsiChar; PCS, Colorant : LPcmsUInt16NumberArray): cmsBool; StdCall; FUNCTION cmsNamedColorCount(v: LPcmsNAMEDCOLORLIST): cmsUInt32Number; StdCall; FUNCTION cmsNamedColorIndex(v: LPcmsNAMEDCOLORLIST; Name: PAnsiChar): cmsInt32Number; StdCall; FUNCTION cmsNamedColorInfo(v: LPcmsNAMEDCOLORLIST; nColor : cmsUInt32Number; Name,Prefix, Suffix : PAnsiChar; PCS, Colorant : LPcmsUInt16NumberArray): cmsBool; StdCall; // Retrieve named color list from transform FUNCTION cmsGetNamedColorList(xform: cmsHTRANSFORM ): LPcmsNAMEDCOLORLIST; StdCall; // Profile sequence ----------------------------------------------------------------------------------------------------- Type // Profile sequence descriptor. Some fields come from profile sequence descriptor tag, others // come from Profile Sequence Identifier Tag cmsPSEQDESC = PACKED RECORD deviceMfg, deviceModel: cmsSignature; attributes: cmsUInt64Number; technology: cmsTechnologySignature; ProfileID: cmsProfileID; Manufacturer, Model, Description : LPcmsMLU; END; LPcmsSEQDESC = ^cmsPSEQDESC; cmsSEQ = PACKED RECORD n: cmsUInt32Number; ContextID: cmsContext; seq: LPcmsSEQDESC; END; LPcmsSEQ = ^cmsSEQ; FUNCTION cmsAllocProfileSequenceDescription(ContextID: cmsContext; n: cmsUInt32Number):LPcmsSEQ; StdCall; FUNCTION cmsDupProfileSequenceDescription(pseq: LPcmsSEQ):LPcmsSEQ; StdCall; PROCEDURE cmsFreeProfileSequenceDescription(pseq: LPcmsSEQ); StdCall; // Dictionaries -------------------------------------------------------------------------------------------------------- TYPE LPcmsDICTentry = ^cmsDICTentry; cmsDICTentry = PACKED RECORD Next: LPcmsDICTentry; DisplayName, DisplayValue: LPcmsMLU; Name, Value : PWChar; END; FUNCTION cmsDictAlloc(ContextID: cmsContext): cmsHANDLE; StdCall; PROCEDURE cmsDictFree(hDict: cmsHANDLE); StdCall; FUNCTION cmsDictDup(hDict: cmsHANDLE): cmsHANDLE; StdCall; FUNCTION cmsDictAddEntry(hDict: cmsHANDLE; Name, Value: PWChar; DisplayName, DisplayValue : LPcmsMLU): cmsBool; StdCall; FUNCTION cmsDictGetEntryList(hDict: cmsHANDLE): LPcmsDICTentry; StdCall; FUNCTION cmsDictNextEntry(e : LPcmsDICTentry): LPcmsDICTentry; StdCall; // Access to Profile data ---------------------------------------------------------------------------------------------- FUNCTION cmsCreateProfilePlaceholder(ContextID: cmsContext): cmsHPROFILE; StdCall; FUNCTION cmsGetProfileContextID(hProfile: cmsHPROFILE):cmsContext; StdCall; FUNCTION cmsGetTagCount(hProfile: cmsHPROFILE): cmsInt32Number; StdCall; FUNCTION cmsGetTagSignature(hProfile: cmsHPROFILE; n: cmsUInt32Number): cmsTagSignature; StdCall; FUNCTION cmsIsTag(hProfile: cmsHPROFILE; sig: cmsTagSignature ): cmsBool; StdCall; // Read and write pre-formatted data FUNCTION cmsReadTag(hProfile: cmsHPROFILE; sig: cmsTagSignature ): Pointer; StdCall; FUNCTION cmsWriteTag(hProfile: cmsHPROFILE; sig: cmsTagSignature; data: Pointer): cmsBool; StdCall; FUNCTION cmsLinkTag(hProfile: cmsHPROFILE; sig: cmsTagSignature; dest: cmsTagSignature): cmsBool; StdCall; FUNCTION cmsTagLinkedTo(hProfile: cmsHPROFILE; sig: cmsTagSignature):cmsTagSignature; StdCall; // Read and write raw data FUNCTION cmsReadRawTag(hProfile: cmsHPROFILE; sig: cmsTagSignature; Buffer: Pointer; BufferSize: cmsUInt32Number): cmsInt32Number; StdCall; FUNCTION cmsWriteRawTag(hProfile: cmsHPROFILE; sig: cmsTagSignature; data: Pointer; Size: cmsUInt32Number): cmsBool; StdCall; // Access header data Const cmsEmbeddedProfileFalse = $00000000; cmsEmbeddedProfileTrue = $00000001; cmsUseAnywhere = $00000000; cmsUseWithEmbeddedDataOnly = $00000002; FUNCTION cmsGetHeaderFlags(hProfile: cmsHPROFILE): cmsUInt32Number; StdCall; PROCEDURE cmsGetHeaderAttributes(hProfile: cmsHPROFILE; Flags: LPcmsUInt64Number); StdCall; PROCEDURE cmsGetHeaderProfileID(hProfile: cmsHPROFILE; ProfileID: LPcmsUInt8Number); StdCall; // TODO: // FUNCTION cmsGetHeaderCreationDateTime(hProfile: cmsHPROFILE; struct tm *Dest): cmsBool; StdCall; FUNCTION cmsGetHeaderRenderingIntent(hProfile: cmsHPROFILE): cmsUInt32Number; StdCall; PROCEDURE cmsSetHeaderFlags(hProfile: cmsHPROFILE; Flags: cmsUInt32Number); StdCall; FUNCTION cmsGetHeaderManufacturer(hProfile: cmsHPROFILE): cmsUInt32Number; StdCall; PROCEDURE cmsSetHeaderManufacturer(hProfile: cmsHPROFILE; manufacturer: cmsUInt32Number ); StdCall; FUNCTION cmsGetHeaderModel(hProfile: cmsHPROFILE): cmsUInt32Number; StdCall; PROCEDURE cmsSetHeaderModel(hProfile: cmsHPROFILE; model: cmsUInt32Number ); StdCall; PROCEDURE cmsSetHeaderAttributes(hProfile: cmsHPROFILE; Flags: cmsUInt64Number); StdCall; PROCEDURE cmsSetHeaderProfileID(hProfile: cmsHPROFILE; ProfileID: LPcmsUInt8Number); StdCall; PROCEDURE cmsSetHeaderRenderingIntent(hProfile: cmsHPROFILE; RenderingIntent: cmsUInt32Number ); StdCall; FUNCTION cmsGetPCS(hProfile: cmsHPROFILE):cmsColorSpaceSignature; StdCall; PROCEDURE cmsSetPCS(hProfile: cmsHPROFILE; pcs: cmsColorSpaceSignature); StdCall; FUNCTION cmsGetColorSpace(hProfile: cmsHPROFILE): cmsColorSpaceSignature; StdCall; PROCEDURE cmsSetColorSpace(hProfile: cmsHPROFILE; sig: cmsColorSpaceSignature); StdCall; FUNCTION cmsGetDeviceClass(hProfile: cmsHPROFILE): cmsProfileClassSignature; StdCall; PROCEDURE cmsSetDeviceClass(hProfile: cmsHPROFILE; sig: cmsProfileClassSignature); StdCall; PROCEDURE cmsSetProfileVersion(hProfile: cmsHPROFILE; Version: cmsFloat64Number); StdCall; FUNCTION cmsGetProfileVersion(hProfile: cmsHPROFILE): cmsFloat64Number; StdCall; FUNCTION cmsGetEncodedICCversion(hProfile: cmsHPROFILE): cmsUInt32Number; StdCall; PROCEDURE cmsSetEncodedICCversion(hProfile: cmsHPROFILE; Version: cmsUInt32Number); StdCall; Const // How profiles may be used LCMS_USED_AS_INPUT = 0; LCMS_USED_AS_OUTPUT = 1; LCMS_USED_AS_PROOF = 2; FUNCTION cmsIsIntentSupported(hProfile: cmsHPROFILE; Intent: cmsUInt32Number; UsedDirection: cmsUInt32Number): cmsBool; StdCall; FUNCTION cmsIsMatrixShaper(hProfile: cmsHPROFILE): cmsBool; StdCall; FUNCTION cmsIsCLUT(hProfile: cmsHPROFILE; Intent: cmsUInt32Number; UsedDirection: cmsUInt32Number): cmsBool; StdCall; // Translate form/to our notation to ICC FUNCTION _cmsICCcolorSpace(OurNotation: Integer): cmsColorSpaceSignature; StdCall; FUNCTION _cmsLCMScolorSpace(ProfileSpace: cmsColorSpaceSignature): Integer; StdCall; FUNCTION cmsChannelsOf( ColorSpace: cmsColorSpaceSignature): cmsUInt32Number; StdCall; // Build a suitable formatter for the colorspace of this profile FUNCTION cmsFormatterForColorspaceOfProfile(hProfile: cmsHPROFILE; nBytes: cmsUInt32Number; lIsFloat: cmsBool): cmsUInt32Number; StdCall; FUNCTION cmsFormatterForPCSOfProfile(hProfile: cmsHPROFILE; nBytes: cmsUInt32Number; lIsFloat: cmsBool): cmsUInt32Number; StdCall; Type // Localized info cmsInfoType = ( cmsInfoDescription = 0, cmsInfoManufacturer = 1, cmsInfoModel = 2, cmsInfoCopyright = 3 ); FUNCTION cmsGetProfileInfo(hProfile: cmsHPROFILE; Info: cmsInfoType; LanguageCode, CountryCode: PAnsiChar; Buffer: PWChar; BufferSize: cmsUInt32Number): cmsUInt32Number; StdCall; FUNCTION cmsGetProfileInfoASCII(hProfile: cmsHPROFILE; Info: cmsInfoType; LanguageCode, CountryCode: PAnsiChar; Buffer: PAnsiChar; BufferSize: cmsUInt32Number): cmsUInt32Number; StdCall; // IO handlers ---------------------------------------------------------------------------------------------------------- Type LPcmsIOHANDLER = Pointer; FUNCTION cmsOpenIOhandlerFromFile(ContextID: cmsContext; FileName, AccessMode: PAnsiChar): LPcmsIOHANDLER; StdCall; // FUNCTION cmsOpenIOhandlerFromStream(ContextID: cmsContext; FILE* Stream): LPcmsIOHANDLER; StdCall; FUNCTION cmsOpenIOhandlerFromMem(ContextID: cmsContext; Buffer: Pointer; size: cmsUInt32Number; AccessMode: PAnsiChar): LPcmsIOHANDLER; StdCall; FUNCTION cmsOpenIOhandlerFromNULL(ContextID: cmsContext): LPcmsIOHANDLER; StdCall; FUNCTION cmsCloseIOhandler(io: LPcmsIOHANDLER): cmsBool; StdCall; // MD5 message digest -------------------------------------------------------------------------------------------------- FUNCTION cmsMD5computeID(hProfile: cmsHPROFILE): cmsBool; StdCall; // Profile high level functions ------------------------------------------------------------------------------------------ FUNCTION cmsOpenProfileFromFile(ICCProfile : PAnsiChar; sAccess: PAnsiChar): cmsHPROFILE; StdCall; FUNCTION cmsOpenProfileFromFileTHR(ContextID: cmsContext; ICCProfile, sAccess: PAnsiChar): cmsHPROFILE; StdCall; // FUNCTION CMSEXPORT cmsOpenProfileFromStream(FILE* ICCProfile, const char* sAccess): cmsHPROFILE; StdCall; // FUNCTION CMSEXPORT cmsOpenProfileFromStreamTHR(ContextID: cmsContext; FILE* ICCProfile, const char* sAccess): cmsHPROFILE; StdCall; FUNCTION cmsOpenProfileFromMem(MemPtr: Pointer; dwSize: cmsUInt32Number): cmsHPROFILE; StdCall; FUNCTION cmsOpenProfileFromMemTHR(ContextID: cmsContext; MemPtr: Pointer; dwSize: cmsUInt32Number): cmsHPROFILE; StdCall; FUNCTION cmsOpenProfileFromIOhandlerTHR(ContextID: cmsContext; io: LPcmsIOHANDLER): cmsHPROFILE; StdCall; FUNCTION cmsCloseProfile(hProfile: cmsHPROFILE): cmsBool; StdCall; FUNCTION cmsSaveProfileToFile(hProfile: cmsHPROFILE; FileName: PAnsiChar): cmsBool; StdCall; // FUNCTION CMSEXPORT cmsSaveProfileToStream(hProfile: cmsHPROFILE, FILE* Stream): cmsBool; StdCall; FUNCTION cmsSaveProfileToMem(hProfile: cmsHPROFILE; MemPtr: Pointer; BytesNeeded: LPcmsUInt32Number): cmsBool; StdCall; FUNCTION cmsSaveProfileToIOhandler(hProfile: cmsHPROFILE; io: LPcmsIOHANDLER):cmsUInt32Number; StdCall; // Predefined virtual profiles ------------------------------------------------------------------------------------------ FUNCTION cmsCreateRGBProfileTHR(ContextID: cmsContext; WhitePoint: LPcmsCIExyY; Primaries: LPcmsCIExyYTRIPLE; TransferFunction: LPLPcmsToneCurveArray): cmsHPROFILE; StdCall; FUNCTION cmsCreateRGBProfile(WhitePoint: LPcmsCIExyY; Primaries: LPcmsCIExyYTRIPLE; TransferFunction: LPLPcmsToneCurveArray): cmsHPROFILE; StdCall; FUNCTION cmsCreateGrayProfileTHR(ContextID: cmsContext; WhitePoint: LPcmsCIExyY; TransferFunction: LPcmsToneCurve): cmsHPROFILE; StdCall; FUNCTION cmsCreateGrayProfile(WhitePoint: LPcmsCIExyY; TransferFunction: LPcmsToneCurve): cmsHPROFILE; StdCall; FUNCTION cmsCreateLinearizationDeviceLinkTHR(ContextID: cmsContext; ColorSpace: cmsColorSpaceSignature; TransferFunctions: LPLPcmsToneCurveArray): cmsHPROFILE; StdCall; FUNCTION cmsCreateLinearizationDeviceLink(ColorSpace: cmsColorSpaceSignature; TransferFunctions: LPLPcmsToneCurveArray): cmsHPROFILE; StdCall; FUNCTION cmsCreateInkLimitingDeviceLinkTHR(ContextID: cmsContext; ColorSpace: cmsColorSpaceSignature; Limit: cmsFloat64Number): cmsHPROFILE; StdCall; FUNCTION cmsCreateInkLimitingDeviceLink(ColorSpace: cmsColorSpaceSignature; Limit: cmsFloat64Number): cmsHPROFILE; StdCall; FUNCTION cmsCreateLab2ProfileTHR(ContextID: cmsContext; WhitePoint: LPcmsCIExyY): cmsHPROFILE; StdCall; FUNCTION cmsCreateLab2Profile(WhitePoint: LPcmsCIExyY): cmsHPROFILE; StdCall; FUNCTION cmsCreateLab4ProfileTHR(ContextID: cmsContext; WhitePoint: LPcmsCIExyY): cmsHPROFILE; StdCall; FUNCTION cmsCreateLab4Profile(WhitePoint: LPcmsCIExyY): cmsHPROFILE; StdCall; FUNCTION cmsCreateXYZProfileTHR(ContextID: cmsContext): cmsHPROFILE; StdCall; FUNCTION cmsCreateXYZProfile: cmsHPROFILE; StdCall; FUNCTION cmsCreate_sRGBProfileTHR(ContextID: cmsContext): cmsHPROFILE; StdCall; FUNCTION cmsCreate_sRGBProfile: cmsHPROFILE; StdCall; FUNCTION cmsCreateBCHSWabstractProfileTHR(ContextID: cmsContext; nLUTPoints: Integer; Bright, Contrast, Hue, Saturation: cmsFloat64Number; TempSrc, TempDest: Integer): cmsHPROFILE; StdCall; FUNCTION cmsCreateBCHSWabstractProfile( nLUTPoints: Integer; Bright, Contrast, Hue, Saturation: cmsFloat64Number; TempSrc, TempDest: Integer): cmsHPROFILE; StdCall; FUNCTION cmsCreateNULLProfileTHR(ContextID: cmsContext): cmsHPROFILE; StdCall; FUNCTION cmsCreateNULLProfile: cmsHPROFILE; StdCall; // Converts a transform to a devicelink profile FUNCTION cmsTransform2DeviceLink(hTransform: cmsHTRANSFORM; Version: cmsFloat64Number; dwFlags: cmsUInt32Number): cmsHPROFILE; StdCall; // Intents ---------------------------------------------------------------------------------------------- Const // ICC Intents INTENT_PERCEPTUAL = 0; INTENT_RELATIVE_COLORIMETRIC = 1; INTENT_SATURATION = 2; INTENT_ABSOLUTE_COLORIMETRIC = 3; // Non-ICC intents INTENT_PRESERVE_K_ONLY_PERCEPTUAL = 10; INTENT_PRESERVE_K_ONLY_RELATIVE_COLORIMETRIC = 11; INTENT_PRESERVE_K_ONLY_SATURATION = 12; INTENT_PRESERVE_K_PLANE_PERCEPTUAL = 13; INTENT_PRESERVE_K_PLANE_RELATIVE_COLORIMETRIC = 14; INTENT_PRESERVE_K_PLANE_SATURATION = 15; Type LPPAnsiChar = ^PAnsiChar; // Call with NULL as parameters to get the intent count FUNCTION cmsGetSupportedIntents(nMax: cmsUInt32Number; Codes: LPcmsUInt32Number; Descriptions: LPPAnsiChar): cmsUInt32Number; StdCall; Const // Flags cmsFLAGS_NOCACHE = $0040; // Inhibit 1-pixel cache cmsFLAGS_NOOPTIMIZE = $0100; // Inhibit optimizations cmsFLAGS_NULLTRANSFORM = $0200; // Don't transform anyway // Proofing flags cmsFLAGS_GAMUTCHECK = $1000; // Out of Gamut alarm cmsFLAGS_SOFTPROOFING = $4000; // Do softproofing // Misc cmsFLAGS_BLACKPOINTCOMPENSATION = $2000; cmsFLAGS_NOWHITEONWHITEFIXUP = $0004; // Don't fix scum dot cmsFLAGS_HIGHRESPRECALC = $0400; // Use more memory to give better accuracy cmsFLAGS_LOWRESPRECALC = $0800; // Use less memory to minimize resources // For devicelink creation cmsFLAGS_8BITS_DEVICELINK = $0008; // Create 8 bits devicelinks cmsFLAGS_GUESSDEVICECLASS = $0020; // Guess device class (for transform2devicelink) cmsFLAGS_KEEP_SEQUENCE = $0080; // Keep profile sequence for devicelink creation // Specific to a particular optimizations cmsFLAGS_FORCE_CLUT = $0002; // Force CLUT optimization cmsFLAGS_CLUT_POST_LINEARIZATION = $0001; // create postlinearization tables if possible cmsFLAGS_CLUT_PRE_LINEARIZATION = $0010; // create prelinearization tables if possible // CRD special cmsFLAGS_NODEFAULTRESOURCEDEF = $01000000; // Fine-tune control over number of gridpoints FUNCTION cmsFLAGS_GRIDPOINTS(n: Integer): Integer; // Transforms --------------------------------------------------------------------------------------------------- type LPcmsHPROFILEArray = ^cmsHPROFILEArray; cmsHPROFILEArray = array[0..0] of cmsHPROFILE; LPcmsBoolArray = ^cmsBoolArray; cmsBoolArray = array[0..0] of cmsBool; FUNCTION cmsCreateTransformTHR(ContextID: cmsContext; Input: cmsHPROFILE; InputFormat: cmsUInt32Number; Output: cmsHPROFILE; OutputFormat: cmsUInt32Number; Intent: cmsUInt32Number; dwFlags: cmsUInt32Number): cmsHTRANSFORM; StdCall; FUNCTION cmsCreateTransform(Input: cmsHPROFILE; InputFormat: cmsUInt32Number; Output: cmsHPROFILE; OutputFormat: cmsUInt32Number; Intent: cmsUInt32Number; dwFlags: cmsUInt32Number): cmsHTRANSFORM; StdCall; FUNCTION cmsCreateProofingTransformTHR(ContextID: cmsContext; Input: cmsHPROFILE; InputFormat: cmsUInt32Number; Output: cmsHPROFILE; OutputFormat: cmsUInt32Number; Proofing: cmsHPROFILE; Intent: cmsUInt32Number; ProofingIntent: cmsUInt32Number; dwFlags: cmsUInt32Number): cmsHTRANSFORM; StdCall; FUNCTION cmsCreateProofingTransform(Input: cmsHPROFILE; InputFormat: cmsUInt32Number; Output: cmsHPROFILE; OutputFormat: cmsUInt32Number; Proofing: cmsHPROFILE; Intent: cmsUInt32Number; ProofingIntent: cmsUInt32Number; dwFlags: cmsUInt32Number): cmsHTRANSFORM; StdCall; FUNCTION cmsCreateMultiprofileTransformTHR(ContextID: cmsContext; hProfiles: LPcmsHPROFILEArray; nProfiles: cmsUInt32Number; InputFormat: cmsUInt32Number; OutputFormat: cmsUInt32Number; Intent: cmsUInt32Number; dwFlags: cmsUInt32Number): cmsHTRANSFORM; StdCall; FUNCTION cmsCreateMultiprofileTransform( hProfiles: LPcmsHPROFILEArray; nProfiles: cmsUInt32Number; InputFormat: cmsUInt32Number; OutputFormat: cmsUInt32Number; Intent: cmsUInt32Number; dwFlags: cmsUInt32Number): cmsHTRANSFORM; StdCall; FUNCTION cmsCreateExtendedTransform(ContextID: cmsContext; nProfiles: cmsUInt32Number; hProfiles: LPcmsHPROFILEArray; BPC: LPcmsBoolArray; Intents: LPcmsUInt32NumberArray; AdaptationStates: LPcmsFloat64NumberArray; hGamutProfile: cmsHPROFILE; nGamutPCSposition: cmsUInt32Number; InputFormat, OutputFormat: cmsUInt32Number; dwFlags: cmsUInt32Number): cmsHTRANSFORM; StdCall; PROCEDURE cmsDeleteTransform(hTransform: cmsHTRANSFORM); StdCall; PROCEDURE cmsDoTransform(Transform: cmsHTRANSFORM; InputBuffer, OutputBuffer: Pointer; size: cmsUInt32Number); StdCall; PROCEDURE cmsDoTransformStride(Transform: cmsHTRANSFORM; InputBuffer, OutputBuffer: Pointer; size: cmsUInt32Number; stride: cmsUInt32Number); StdCall; PROCEDURE cmsSetAlarmCodes( NewAlarm: LPcmsUInt16NumberArray); StdCall; PROCEDURE cmsGetAlarmCodes(NewAlarm: LPcmsUInt16NumberArray); StdCall; // Adaptation state for absolute colorimetric intent FUNCTION cmsSetAdaptationState(d: cmsFloat64Number):cmsFloat64Number; StdCall; // Grab the ContextID from an open transform. Returns NULL if a NULL transform is passed FUNCTION cmsGetTransformContextID(hTransform: cmsHTRANSFORM):cmsContext; StdCall; // For backwards compatibility FUNCTION cmsChangeBuffersFormat(hTransform: cmsHTRANSFORM; InputFormat, OutputFormat: cmsUInt32Number): cmsBool; StdCall; // PostScript ColorRenderingDictionary and ColorSpaceArray ---------------------------------------------------- Type cmsPSResourceType = (cmsPS_RESOURCE_CSA, cmsPS_RESOURCE_CRD ) ; // lcms2 unified method to access postscript color resources FUNCTION cmsGetPostScriptColorResource(ContextID: cmsContext; RType: cmsPSResourceType; hProfile: cmsHPROFILE; Intent: cmsUInt32Number; dwFlags: cmsUInt32Number; io: LPcmsIOHANDLER): cmsUInt32Number; StdCall; FUNCTION cmsGetPostScriptCSA(ContextID: cmsContext; hProfile: cmsHPROFILE; Intent: cmsUInt32Number; dwFlags: cmsUInt32Number; Buffer: Pointer; dwBufferLen: cmsUInt32Number ): cmsUInt32Number; StdCall; FUNCTION cmsGetPostScriptCRD(ContextID: cmsContext; hProfile: cmsHPROFILE; Intent: cmsUInt32Number; dwFlags: cmsUInt32Number; Buffer: Pointer; dwBufferLen: cmsUInt32Number): cmsUInt32Number; StdCall; // IT8.7 / CGATS.17-20$ handling ----------------------------------------------------------------------------- // CGATS.13 parser FUNCTION cmsIT8Alloc: cmsHANDLE; StdCall; PROCEDURE cmsIT8Free(hIT8: cmsHANDLE); StdCall; // Tables FUNCTION cmsIT8TableCount(hIT8: cmsHANDLE): Integer; StdCall; FUNCTION cmsIT8SetTable(hIT8: cmsHANDLE; nTable: Integer): Integer; StdCall; // Persistence FUNCTION cmsIT8LoadFromFile(cFileName: PAnsiChar): cmsHANDLE; StdCall; FUNCTION cmsIT8LoadFromMem(Ptr: Pointer; size :DWord): cmsHANDLE; StdCall; FUNCTION cmsIT8SaveToFile(hIT8: cmsHANDLE; cFileName: PAnsiChar): cmsBool; StdCall; FUNCTION cmsIT8SaveToMem(hIT8: cmsHANDLE; MemPtr: Pointer; BytesNeeded: LPcmsUInt32Number): cmsBool; StdCall; // Properties FUNCTION cmsIT8GetSheetType(hIT8: cmsHANDLE): PAnsiChar; StdCall; FUNCTION cmsIT8SetSheetType(hIT8: cmsHANDLE; TheType: PAnsiChar): cmsBool; StdCall; FUNCTION cmsIT8SetComment(hIT8: cmsHANDLE; cComment: PAnsiChar): cmsBool; StdCall; FUNCTION cmsIT8SetPropertyStr(hIT8: cmsHANDLE; cProp, Str: PAnsiChar): cmsBool; StdCall; FUNCTION cmsIT8SetPropertyDbl(hIT8: cmsHANDLE; cProp: PAnsiChar; Val: Double): cmsBool; StdCall; FUNCTION cmsIT8SetPropertyHex(hIT8: cmsHANDLE; cProp: PAnsiChar; Val: Integer): cmsBool; StdCall; FUNCTION cmsIT8SetPropertyUncooked(hIT8: cmsHANDLE; Key, Buffer: PAnsiChar): cmsBool; StdCall; FUNCTION cmsIT8GetProperty(hIT8: cmsHANDLE; cProp: PAnsiChar): PAnsiChar; StdCall; FUNCTION cmsIT8GetPropertyDbl(hIT8: cmsHANDLE; cProp: PAnsiChar): Double; StdCall; FUNCTION cmsIT8EnumProperties(hIT8: cmsHANDLE; var PropertyNames: LPPAnsiChar): Integer; StdCall; // Datasets FUNCTION cmsIT8GetDataRowCol(hIT8: cmsHANDLE; row, col: Integer): PAnsiChar; StdCall; FUNCTION cmsIT8GetDataRowColDbl(hIT8: cmsHANDLE; row, col: Integer): Double; StdCall; FUNCTION cmsIT8SetDataRowCol(hIT8: cmsHANDLE; row, col: Integer; Val: PAnsiChar): cmsBool; StdCall; FUNCTION cmsIT8SetDataRowColDbl(hIT8: cmsHANDLE; row, col: Integer; Val: Double): cmsBool; StdCall; FUNCTION cmsIT8GetData(hIT8: cmsHANDLE; cPatch, cSample: PAnsiChar): PAnsiChar; StdCall; FUNCTION cmsIT8GetDataDbl(hIT8: cmsHANDLE;cPatch, cSample: PAnsiChar): Double; StdCall; FUNCTION cmsIT8SetData(hIT8: cmsHANDLE; cPatch, cSample, Val: PAnsiChar): cmsBool; StdCall; FUNCTION cmsIT8SetDataDbl(hIT8: cmsHANDLE; cPatch, cSample: PAnsiChar; Val: Double): cmsBool; StdCall; FUNCTION cmsIT8SetDataFormat(hIT8: cmsHANDLE; n: Integer; Sample: PAnsiChar): cmsBool; StdCall; FUNCTION cmsIT8EnumDataFormat(hIT8: cmsHANDLE; var SampleNames: LPPAnsiChar): Integer; StdCall; FUNCTION cmsIT8GetPatchName(hIT8: cmsHANDLE; nPatch: Integer; Buffer: PAnsiChar): PAnsiChar; StdCall; // The LABEL extension FUNCTION cmsIT8SetTableByLabel(hIT8: cmsHANDLE; cSet, cField, ExpectedType: PAnsiChar): Integer; StdCall; FUNCTION cmsIT8FindDataFormat(hIT8: cmsHANDLE; cSample: PAnsiChar): Integer; StdCall; // Formatter for double PROCEDURE cmsIT8DefineDblFormat(hIT8: cmsHANDLE; Formatter: PAnsiChar); StdCall; // Gamut boundary description routines ------------------------------------------------------------------------------ FUNCTION cmsGBDAlloc(ContextID: cmsContext):cmsHANDLE; StdCall; PROCEDURE cmsGBDFree(hGBD: cmsHANDLE); StdCall; FUNCTION cmsGDBAddPoint(hGBD: cmsHANDLE; Lab: LPcmsCIELab): cmsBool; StdCall; FUNCTION cmsGDBCompute(hGDB: cmsHANDLE; dwFlags: cmsUInt32Number): cmsBool; StdCall; FUNCTION cmsGDBCheckPoint(hGBD: cmsHANDLE; Lab: LPcmsCIELab): cmsBool; StdCall; // Feature detection ---------------------------------------------------------------------------------------------- // Estimate the black point FUNCTION cmsDetectBlackPoint( BlackPoint: LPcmsCIEXYZ; hProfile: cmsHPROFILE; Intent: cmsUInt32Number; dwFlags: cmsUInt32Number): cmsBool; StdCall; FUNCTION cmsDetectDestinationBlackPoint( BlackPoint: LPcmsCIEXYZ; hProfile: cmsHPROFILE; Intent: cmsUInt32Number; dwFlags: cmsUInt32Number): cmsBool; StdCall; // Estimate total area coverage FUNCTION cmsDetectTAC(hProfile: cmsHPROFILE): cmsFloat64Number; StdCall; // Estimate profile gamma FUNCTION cmsDetectRGBProfileGamma(hProfile: cmsHPROFILE): cmsFloat64Number; StdCall; // Poor man's gamut mapping FUNCTION cmsDesaturateLab(Lab: LPcmsCIELab; amax, amin, bmax, bmin: cmsFloat64Number): cmsBool; StdCall; IMPLEMENTATION FUNCTION FLOAT_SH(a: cmsUInt32Number): cmsUInt32Number; begin FLOAT_SH := ((a) shl 22) end; FUNCTION OPTIMIZED_SH(s: cmsUInt32Number): cmsUInt32Number; begin OPTIMIZED_SH := ((s) shl 21) end; FUNCTION COLORSPACE_SH(s: cmsUInt32Number):cmsUInt32Number; begin COLORSPACE_SH := ((s) shl 16) end; FUNCTION SWAPFIRST_SH(s: cmsUInt32Number):cmsUInt32Number; begin SWAPFIRST_SH := ((s) shl 14) end; FUNCTION FLAVOR_SH(s: cmsUInt32Number):cmsUInt32Number; begin FLAVOR_SH := ((s) shl 13) end; FUNCTION PLANAR_SH(p: cmsUInt32Number):cmsUInt32Number; begin PLANAR_SH := ((p) shl 12) end; FUNCTION ENDIAN16_SH(e: cmsUInt32Number):cmsUInt32Number; begin ENDIAN16_SH := ((e) shl 11) end; FUNCTION DOSWAP_SH(e: cmsUInt32Number):cmsUInt32Number; begin DOSWAP_SH := ((e) shl 10) end; FUNCTION EXTRA_SH(e: cmsUInt32Number):cmsUInt32Number; begin EXTRA_SH := ((e) shl 7) end; FUNCTION CHANNELS_SH(c: cmsUInt32Number):cmsUInt32Number; begin CHANNELS_SH := ((c) shl 3) end; FUNCTION BYTES_SH(b: cmsUInt32Number):cmsUInt32Number; begin BYTES_SH := (b) end; FUNCTION T_FLOAT(a: cmsUInt32Number): cmsUInt32Number; begin T_FLOAT := (((a) shr 22) and 1) end; FUNCTION T_OPTIMIZED(o: cmsUInt32Number): cmsUInt32Number; begin T_OPTIMIZED := (((o) shr 21) and 1) end; FUNCTION T_COLORSPACE(s: cmsUInt32Number): cmsUInt32Number; begin T_COLORSPACE := (((s) shr 16) and 31) end; FUNCTION T_SWAPFIRST(s: cmsUInt32Number): cmsUInt32Number; begin T_SWAPFIRST := (((s) shr 14) and 1) end; FUNCTION T_FLAVOR(s: cmsUInt32Number): cmsUInt32Number; begin T_FLAVOR := (((s) shr 13) and 1) end; FUNCTION T_PLANAR(p: cmsUInt32Number): cmsUInt32Number; begin T_PLANAR := (((p) shr 12) and 1) end; FUNCTION T_ENDIAN16(e: cmsUInt32Number): cmsUInt32Number; begin T_ENDIAN16 := (((e) shr 11) and 1) end; FUNCTION T_DOSWAP(e: cmsUInt32Number): cmsUInt32Number; begin T_DOSWAP := (((e) shr 10) and 1) end; FUNCTION T_EXTRA(e: cmsUInt32Number): cmsUInt32Number; begin T_EXTRA := (((e) shr 7) and 7) end; FUNCTION T_CHANNELS(c: cmsUInt32Number): cmsUInt32Number; begin T_CHANNELS := (((c) shr 3) and 15) end; FUNCTION T_BYTES(b: cmsUInt32Number): cmsUInt32Number; begin T_BYTES := ((b) and 7) end; // FUNCTION cmsCreateContext(Plugin : Pointer; UserData : Pointer) : cmsContext; StdCall; external LCMS2_SO; PROCEDURE cmsDeleteContext(ContextID: cmsContext); StdCall; external LCMS2_SO; FUNCTION cmsDupContext(ContextID: cmsContext; NewUserData: Pointer): cmsContext; StdCall; external LCMS2_SO; FUNCTION cmsGetContextUserData(ContextID: cmsContext): Pointer; StdCall; external LCMS2_SO; FUNCTION cmsPlugin(Plugin: Pointer): cmsBool; StdCall; external LCMS2_SO; PROCEDURE cmsUnregisterPlugins; StdCall; external LCMS2_SO; PROCEDURE cmsSetLogErrorHandler(Fn: cmsLogErrorHandlerFunction); StdCall; external LCMS2_SO; FUNCTION cmsD50_XYZ: LPcmsCIEXYZ; StdCall; external LCMS2_SO; FUNCTION cmsD50_xyY: LPcmsCIExyY; StdCall; external LCMS2_SO; PROCEDURE cmsXYZ2xyY(Dest: LPcmsCIExyY; Source: LPcmsCIEXYZ); StdCall; external LCMS2_SO; PROCEDURE cmsxyY2XYZ(Dest: LPcmsCIEXYZ; Source: LPcmsCIExyY); StdCall; external LCMS2_SO; PROCEDURE cmsLab2XYZ(WhitePoint: LPcmsCIEXYZ; xyz: LPcmsCIEXYZ; Lab: LPcmsCIELab); StdCall; external LCMS2_SO; PROCEDURE cmsXYZ2Lab(WhitePoint: LPcmsCIEXYZ; Lab: LPcmsCIELab; xyz: LPcmsCIEXYZ); StdCall; external LCMS2_SO; PROCEDURE cmsLab2LCh(LCh: LPcmsCIELCh; Lab: LPcmsCIELab); StdCall; external LCMS2_SO; PROCEDURE cmsLCh2Lab(Lab: LPcmsCIELab; LCh: LPcmsCIELCh); StdCall; external LCMS2_SO; PROCEDURE cmsLabEncoded2Float(Lab: LPcmsCIELab; wLab: Pointer); StdCall; external LCMS2_SO; PROCEDURE cmsLabEncoded2FloatV2(Lab: LPcmsCIELab; wLab: Pointer); StdCall; external LCMS2_SO; PROCEDURE cmsFloat2LabEncoded(wLab: Pointer; Lab: LPcmsCIELab); StdCall; external LCMS2_SO; PROCEDURE cmsFloat2LabEncodedV2(wLab: Pointer; Lab: LPcmsCIELab); StdCall; external LCMS2_SO; PROCEDURE cmsXYZEncoded2Float(fxyz : LPcmsCIEXYZ; XYZ: Pointer); StdCall; external LCMS2_SO; PROCEDURE cmsFloat2XYZEncoded(XYZ: Pointer; fXYZ: LPcmsCIEXYZ); StdCall; external LCMS2_SO; FUNCTION cmsDeltaE(Lab1, Lab2: LPcmsCIELab): Double; StdCall; external LCMS2_SO; FUNCTION cmsCIE94DeltaE(Lab1, Lab2: LPcmsCIELab): Double; StdCall; external LCMS2_SO; FUNCTION cmsBFDdeltaE(Lab1, Lab2: LPcmsCIELab): Double; StdCall; external LCMS2_SO; FUNCTION cmsCMCdeltaE(Lab1, Lab2: LPcmsCIELab): Double; StdCall; external LCMS2_SO; FUNCTION cmsCIE2000DeltaE(Lab1, Lab2: LPcmsCIELab; Kl, Kc, Kh: Double): Double; StdCall; external LCMS2_SO; FUNCTION cmsWhitePointFromTemp(var WhitePoint: cmsCIExyY; TempK: cmsFloat64Number) : cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsTempFromWhitePoint(var TeampK: cmsFloat64Number; var WhitePoint: cmsCIExyY) : cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsAdaptToIlluminant(Result: LPcmsCIEXYZ; SourceWhitePt: LPcmsCIEXYZ; Illuminant: LPcmsCIEXYZ; Value: LPcmsCIEXYZ): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsCIECAM02Init(pVC : LPcmsViewingConditions ) : Pointer; StdCall; external LCMS2_SO; PROCEDURE cmsCIECAM02Done(hModel : Pointer); StdCall; external LCMS2_SO; PROCEDURE cmsCIECAM02Forward(hModel: Pointer; pIn: LPcmsCIEXYZ; pOut: LPcmsJCh ); StdCall; external LCMS2_SO; PROCEDURE cmsCIECAM02Reverse(hModel: Pointer; pIn: LPcmsJCh; pOut: LPcmsCIEXYZ ); StdCall; external LCMS2_SO; FUNCTION cmsBuildSegmentedToneCurve(ContextID: cmsContext; nSegments: cmsInt32Number; Segments: LPcmsCurveSegmentArray): LPcmsToneCurve; StdCall; external LCMS2_SO; FUNCTION cmsBuildParametricToneCurve(ContextID: cmsContext; CType: cmsInt32Number; Params: LPcmsFloat64NumberArray): LPcmsToneCurve; StdCall; external LCMS2_SO; FUNCTION cmsBuildGamma(ContextID: cmsContext; Gamma: cmsFloat64Number): LPcmsToneCurve; StdCall; external LCMS2_SO; FUNCTION cmsBuildTabulatedToneCurve16(ContextID: cmsContext; nEntries: cmsInt32Number; values: LPcmsUInt16NumberArray): LPcmsToneCurve; StdCall; external LCMS2_SO; FUNCTION cmsBuildTabulatedToneCurveFloat(ContextID: cmsContext; nEntries: cmsUInt32Number; values: LPcmsFloat32NumberArray): LPcmsToneCurve; StdCall; external LCMS2_SO; PROCEDURE cmsFreeToneCurve(Curve: LPcmsToneCurve); StdCall; external LCMS2_SO; PROCEDURE cmsFreeToneCurveTriple(Curve: LPLPcmsToneCurveArray); StdCall; external LCMS2_SO; FUNCTION cmsDupToneCurve(Src: LPcmsToneCurve): LPcmsToneCurve; StdCall; external LCMS2_SO; FUNCTION cmsReverseToneCurve(InGamma: LPcmsToneCurve): LPcmsToneCurve; StdCall; external LCMS2_SO; FUNCTION cmsReverseToneCurveEx(nResultSamples: cmsInt32Number; InGamma: LPcmsToneCurve): LPcmsToneCurve; StdCall; external LCMS2_SO; FUNCTION cmsJoinToneCurve(ContextID: cmsContext; X, Y: LPcmsToneCurve; nPoints: cmsUInt32Number ): LPcmsToneCurve; StdCall; external LCMS2_SO; FUNCTION cmsSmoothToneCurve(Tab: LPcmsToneCurve; lambda: cmsFloat64Number): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsEvalToneCurveFloat(Curve: LPcmsToneCurve; v: cmsFloat32Number):cmsFloat32Number; StdCall; external LCMS2_SO; FUNCTION cmsEvalToneCurve16(Curve: LPcmsToneCurve; v:cmsUInt16Number):cmsUInt16Number; StdCall; external LCMS2_SO; FUNCTION cmsIsToneCurveMultisegment(InGamma: LPcmsToneCurve):cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsIsToneCurveLinear(Curve: LPcmsToneCurve):cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsIsToneCurveMonotonic(t: LPcmsToneCurve):cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsIsToneCurveDescending(t: LPcmsToneCurve):cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsGetToneCurveParametricType(t: LPcmsToneCurve):cmsInt32Number; StdCall; external LCMS2_SO; FUNCTION cmsEstimateGamma(t: LPcmsToneCurve; Precision:cmsFloat64Number):cmsFloat64Number; StdCall; external LCMS2_SO; FUNCTION cmsGetToneCurveEstimatedTableEntries(t: LPcmsToneCurve): cmsUInt32Number; StdCall; external LCMS2_SO; FUNCTION cmsGetToneCurveEstimatedTable(t: LPcmsToneCurve): LPcmsUInt16Number; StdCall; external LCMS2_SO; FUNCTION cmsPipelineAlloc(ContextID: cmsContext; InputChannels, OutputChannels: cmsUInt32Number): LPcmsPipeline; StdCall; external LCMS2_SO; PROCEDURE cmsPipelineFree(lut: LPcmsPipeline); StdCall; external LCMS2_SO; FUNCTION cmsPipelineDup(Orig: LPcmsPipeline): LPcmsPipeline; StdCall; external LCMS2_SO; FUNCTION cmsGetPipelineContextID(lut: LPcmsPipeline) : cmsContext; StdCall; external LCMS2_SO; FUNCTION cmsPipelineInputChannels(lut: LPcmsPipeline): cmsUInt32Number; StdCall; external LCMS2_SO; FUNCTION cmsPipelineOutputChannels(lut: LPcmsPipeline): cmsUInt32Number; StdCall; external LCMS2_SO; FUNCTION cmsPipelineStageCount(lut: LPcmsPipeline): cmsUInt32Number; StdCall; external LCMS2_SO; FUNCTION cmsPipelineGetPtrToFirstStage(lut: LPcmsPipeline): LPcmsStage; StdCall; external LCMS2_SO; FUNCTION cmsPipelineGetPtrToLastStage(lut: LPcmsPipeline): LPcmsStage; StdCall; external LCMS2_SO; PROCEDURE cmsPipelineEval16(Inv, Outv: LPcmsUInt16NumberArray; lut: LPcmsPipeline); StdCall; external LCMS2_SO; PROCEDURE cmsPipelineEvalFloat(Inv, Outv: LPcmsFloat32NumberArray; lut: LPcmsPipeline); StdCall; external LCMS2_SO; FUNCTION cmsPipelineEvalReverseFloat(Target, Result, Hint: LPcmsFloat32NumberArray; lut: LPcmsPipeline): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsPipelineCat(l1, l2: LPcmsPipeline): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsPipelineSetSaveAs8bitsFlag(lut: LPcmsPipeline; On: cmsBool): cmsBool; StdCall; external LCMS2_SO; PROCEDURE cmsPipelineInsertStage(lut: LPcmsPipeline; loc: cmsStageLoc; mpe: LPcmsStage); StdCall; external LCMS2_SO; PROCEDURE cmsPipelineUnlinkStage(lut: LPcmsPipeline; loc: cmsStageLoc; mpe: LPLPcmsStage); StdCall; external LCMS2_SO; FUNCTION cmsStageAllocIdentity(ContextID: cmsContext; nChannels: cmsUInt32Number): LPcmsStage; StdCall; external LCMS2_SO; FUNCTION cmsStageAllocToneCurves(ContextID: cmsContext; nChannels: cmsUInt32Number; Curves: LPLPcmsToneCurveArray): LPcmsStage; StdCall; external LCMS2_SO; FUNCTION cmsStageAllocMatrix(ContextID: cmsContext; Rows, Cols: cmsUInt32Number; Matrix, Offset: LPcmsFloat64NumberArray): LPcmsStage; StdCall; external LCMS2_SO; FUNCTION cmsStageAllocCLut16bit(ContextID: cmsContext; nGridPoints: cmsUInt32Number; inputChan, outputChan: cmsUInt32Number; Table: LPcmsUInt16NumberArray): LPcmsStage; StdCall; external LCMS2_SO; FUNCTION cmsStageAllocCLutFloat(ContextID: cmsContext; nGridPoints: cmsUInt32Number; inputChan, outputChan: cmsUInt32Number; Table: LPcmsFloat32NumberArray): LPcmsStage; StdCall; external LCMS2_SO; FUNCTION cmsStageAllocCLut16bitGranular(ContextID: cmsContext; nGridPoints: LPcmsUInt32NumberArray; inputChan, outputChan: cmsUInt32Number; Table: LPcmsUInt16NumberArray): LPcmsStage; StdCall; external LCMS2_SO; FUNCTION cmsStageAllocCLutFloatGranular(ContextID: cmsContext; nGridPoints: LPcmsUInt32NumberArray; inputChan, outputChan: cmsUInt32Number; Table: LPcmsFloat32NumberArray): LPcmsStage; StdCall; external LCMS2_SO; FUNCTION cmsStageDup(mpe: LPcmsStage): LPcmsStage; StdCall; external LCMS2_SO; PROCEDURE cmsStageFree(mpe: LPcmsStage); StdCall; external LCMS2_SO; FUNCTION cmsStageNext(mpe: LPcmsStage): LPcmsStage; StdCall; external LCMS2_SO; FUNCTION cmsStageInputChannels(mpe: LPcmsStage): cmsUInt32Number; StdCall; external LCMS2_SO; FUNCTION cmsStageOutputChannels(mpe: LPcmsStage): cmsUInt32Number; StdCall; external LCMS2_SO; FUNCTION cmsStageType(mpe: LPcmsStage): cmsStageSignature; StdCall; external LCMS2_SO; FUNCTION cmsStageData(mpe: LPcmsStage): Pointer; StdCall; external LCMS2_SO; FUNCTION cmsStageSampleCLut16bit(mpe: LPcmsStage; Sampler: cmsSAMPLER16; Cargo: Pointer; dwFlags: cmsUInt32Number): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsStageSampleCLutFloat(mpe: LPcmsStage; Sampler: cmsSAMPLERFLOAT; Cargo: Pointer; dwFlags: cmsUInt32Number): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsSliceSpace16(nInputs: cmsUInt32Number; clutPoints: LPcmsUInt32NumberArray; Sampler: cmsSAMPLER16; Cargo: Pointer): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsSliceSpaceFloat(nInputs: cmsUInt32Number; clutPoints: LPcmsUInt32NumberArray; Sampler: cmsSAMPLERFLOAT; Cargo: Pointer): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsMLUalloc(ContextID: cmsContext; nItems: cmsUInt32Number): LPcmsMLU; StdCall; external LCMS2_SO; PROCEDURE cmsMLUfree(mlu: LPcmsMLU); StdCall; external LCMS2_SO; FUNCTION cmsMLUdup(mlu: LPcmsMLU): LPcmsMLU; StdCall; external LCMS2_SO; FUNCTION cmsMLUsetASCII(mlu: LPcmsMLU; LanguageCode, CountryCode, ASCIIString: PAnsiChar): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsMLUsetWide(mlu: LPcmsMLU; LanguageCode, CountryCode: PAnsiChar; WideString: PWChar): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsMLUgetASCII(mlu: LPcmsMLU; LanguageCode, CountryCode: PAnsiChar; Buffer: PAnsiChar; BufferSize: cmsUInt32Number): cmsUInt32Number; StdCall; external LCMS2_SO; FUNCTION cmsMLUgetWide(mlu: LPcmsMLU; LanguageCode, CountryCode: PAnsiChar; Buffer: PWChar; BufferSize: cmsUInt32Number): cmsUInt32Number; StdCall; external LCMS2_SO; FUNCTION cmsMLUgetTranslation(mlu: LPcmsMLU; LanguageCode, CountryCode, ObtainedLanguage, ObtainedCountry: PAnsiChar): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsAllocNamedColorList(ContextID: cmsContext; n, ColorantCount :cmsUInt32Number; Prefix, Suffix: PAnsiChar): LPcmsNAMEDCOLORLIST; StdCall; external LCMS2_SO; PROCEDURE cmsFreeNamedColorList(v: LPcmsNAMEDCOLORLIST); StdCall; external LCMS2_SO; FUNCTION cmsDupNamedColorList(v: LPcmsNAMEDCOLORLIST): LPcmsNAMEDCOLORLIST; StdCall; external LCMS2_SO; FUNCTION cmsAppendNamedColor(v: LPcmsNAMEDCOLORLIST; Name: PAnsiChar; PCS, Colorant : LPcmsUInt16NumberArray): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsNamedColorCount(v: LPcmsNAMEDCOLORLIST): cmsUInt32Number; StdCall; external LCMS2_SO; FUNCTION cmsNamedColorIndex(v: LPcmsNAMEDCOLORLIST; Name: PAnsiChar): cmsInt32Number; StdCall; external LCMS2_SO; FUNCTION cmsNamedColorInfo(v: LPcmsNAMEDCOLORLIST; nColor : cmsUInt32Number; Name,Prefix, Suffix : PAnsiChar; PCS, Colorant : LPcmsUInt16NumberArray): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsGetNamedColorList(xform: cmsHTRANSFORM ): LPcmsNAMEDCOLORLIST; StdCall; external LCMS2_SO; FUNCTION cmsAllocProfileSequenceDescription(ContextID: cmsContext; n: cmsUInt32Number):LPcmsSEQ; StdCall; external LCMS2_SO; FUNCTION cmsDupProfileSequenceDescription(pseq: LPcmsSEQ):LPcmsSEQ; StdCall; external LCMS2_SO; PROCEDURE cmsFreeProfileSequenceDescription(pseq: LPcmsSEQ); StdCall; external LCMS2_SO; FUNCTION cmsDictAlloc(ContextID: cmsContext): cmsHANDLE; StdCall; external LCMS2_SO; PROCEDURE cmsDictFree(hDict: cmsHANDLE); StdCall; external LCMS2_SO; FUNCTION cmsDictDup(hDict: cmsHANDLE): cmsHANDLE; StdCall; external LCMS2_SO; FUNCTION cmsDictAddEntry(hDict: cmsHANDLE; Name, Value: PWChar; DisplayName, DisplayValue : LPcmsMLU): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsDictGetEntryList(hDict: cmsHANDLE): LPcmsDICTentry; StdCall; external LCMS2_SO; FUNCTION cmsDictNextEntry(e : LPcmsDICTentry): LPcmsDICTentry; StdCall; external LCMS2_SO; FUNCTION cmsCreateProfilePlaceholder(ContextID: cmsContext): cmsHPROFILE; StdCall; external LCMS2_SO; FUNCTION cmsGetProfileContextID(hProfile: cmsHPROFILE):cmsContext; StdCall; external LCMS2_SO; FUNCTION cmsGetTagCount(hProfile: cmsHPROFILE): cmsInt32Number; StdCall; external LCMS2_SO; FUNCTION cmsGetTagSignature(hProfile: cmsHPROFILE; n: cmsUInt32Number): cmsTagSignature; StdCall; external LCMS2_SO; FUNCTION cmsIsTag(hProfile: cmsHPROFILE; sig: cmsTagSignature ): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsReadTag(hProfile: cmsHPROFILE; sig: cmsTagSignature ): Pointer; StdCall; external LCMS2_SO; FUNCTION cmsWriteTag(hProfile: cmsHPROFILE; sig: cmsTagSignature; data: Pointer): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsLinkTag(hProfile: cmsHPROFILE; sig: cmsTagSignature; dest: cmsTagSignature): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsTagLinkedTo(hProfile: cmsHPROFILE; sig: cmsTagSignature):cmsTagSignature; StdCall; external LCMS2_SO; FUNCTION cmsReadRawTag(hProfile: cmsHPROFILE; sig: cmsTagSignature; Buffer: Pointer; BufferSize: cmsUInt32Number): cmsInt32Number; StdCall; external LCMS2_SO; FUNCTION cmsWriteRawTag(hProfile: cmsHPROFILE; sig: cmsTagSignature; data: Pointer; Size: cmsUInt32Number): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsGetHeaderFlags(hProfile: cmsHPROFILE): cmsUInt32Number; StdCall; external LCMS2_SO; PROCEDURE cmsGetHeaderAttributes(hProfile: cmsHPROFILE; Flags: LPcmsUInt64Number); StdCall; external LCMS2_SO; PROCEDURE cmsGetHeaderProfileID(hProfile: cmsHPROFILE; ProfileID: LPcmsUInt8Number); StdCall; external LCMS2_SO; FUNCTION cmsGetHeaderRenderingIntent(hProfile: cmsHPROFILE): cmsUInt32Number; StdCall; external LCMS2_SO; PROCEDURE cmsSetHeaderFlags(hProfile: cmsHPROFILE; Flags: cmsUInt32Number); StdCall; external LCMS2_SO; FUNCTION cmsGetHeaderManufacturer(hProfile: cmsHPROFILE): cmsUInt32Number; StdCall; external LCMS2_SO; PROCEDURE cmsSetHeaderManufacturer(hProfile: cmsHPROFILE; manufacturer: cmsUInt32Number ); StdCall; external LCMS2_SO; FUNCTION cmsGetHeaderModel(hProfile: cmsHPROFILE): cmsUInt32Number; StdCall; external LCMS2_SO; PROCEDURE cmsSetHeaderModel(hProfile: cmsHPROFILE; model: cmsUInt32Number ); StdCall; external LCMS2_SO; PROCEDURE cmsSetHeaderAttributes(hProfile: cmsHPROFILE; Flags: cmsUInt64Number); StdCall; external LCMS2_SO; PROCEDURE cmsSetHeaderProfileID(hProfile: cmsHPROFILE; ProfileID: LPcmsUInt8Number); StdCall; external LCMS2_SO; PROCEDURE cmsSetHeaderRenderingIntent(hProfile: cmsHPROFILE; RenderingIntent: cmsUInt32Number ); StdCall; external LCMS2_SO; FUNCTION cmsGetPCS(hProfile: cmsHPROFILE):cmsColorSpaceSignature; StdCall; external LCMS2_SO; PROCEDURE cmsSetPCS(hProfile: cmsHPROFILE; pcs: cmsColorSpaceSignature); StdCall; external LCMS2_SO; FUNCTION cmsGetColorSpace(hProfile: cmsHPROFILE): cmsColorSpaceSignature; StdCall; external LCMS2_SO; PROCEDURE cmsSetColorSpace(hProfile: cmsHPROFILE; sig: cmsColorSpaceSignature); StdCall; external LCMS2_SO; FUNCTION cmsGetDeviceClass(hProfile: cmsHPROFILE): cmsProfileClassSignature; StdCall; external LCMS2_SO; PROCEDURE cmsSetDeviceClass(hProfile: cmsHPROFILE; sig: cmsProfileClassSignature); StdCall; external LCMS2_SO; PROCEDURE cmsSetProfileVersion(hProfile: cmsHPROFILE; Version: cmsFloat64Number); StdCall; external LCMS2_SO; FUNCTION cmsGetProfileVersion(hProfile: cmsHPROFILE): cmsFloat64Number; StdCall; external LCMS2_SO; FUNCTION cmsGetEncodedICCversion(hProfile: cmsHPROFILE): cmsUInt32Number; StdCall; external LCMS2_SO; PROCEDURE cmsSetEncodedICCversion(hProfile: cmsHPROFILE; Version: cmsUInt32Number); StdCall; external LCMS2_SO; FUNCTION cmsIsIntentSupported(hProfile: cmsHPROFILE; Intent: cmsUInt32Number; UsedDirection: cmsUInt32Number): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsIsMatrixShaper(hProfile: cmsHPROFILE): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsIsCLUT(hProfile: cmsHPROFILE; Intent: cmsUInt32Number; UsedDirection: cmsUInt32Number): cmsBool; StdCall; external LCMS2_SO; FUNCTION _cmsICCcolorSpace(OurNotation: Integer): cmsColorSpaceSignature; StdCall; external LCMS2_SO; FUNCTION _cmsLCMScolorSpace(ProfileSpace: cmsColorSpaceSignature): Integer; StdCall; external LCMS2_SO; FUNCTION cmsChannelsOf( ColorSpace: cmsColorSpaceSignature): cmsUInt32Number; StdCall; external LCMS2_SO; FUNCTION cmsFormatterForColorspaceOfProfile(hProfile: cmsHPROFILE; nBytes: cmsUInt32Number; lIsFloat: cmsBool): cmsUInt32Number; StdCall; external LCMS2_SO; FUNCTION cmsFormatterForPCSOfProfile(hProfile: cmsHPROFILE; nBytes: cmsUInt32Number; lIsFloat: cmsBool): cmsUInt32Number; StdCall; external LCMS2_SO; FUNCTION cmsGetProfileInfo(hProfile: cmsHPROFILE; Info: cmsInfoType; LanguageCode, CountryCode: PAnsiChar; Buffer: PWChar; BufferSize: cmsUInt32Number): cmsUInt32Number; StdCall; external LCMS2_SO; FUNCTION cmsGetProfileInfoASCII(hProfile: cmsHPROFILE; Info: cmsInfoType; LanguageCode, CountryCode: PAnsiChar; Buffer: PAnsiChar; BufferSize: cmsUInt32Number): cmsUInt32Number; StdCall; external LCMS2_SO; FUNCTION cmsOpenIOhandlerFromFile(ContextID: cmsContext; FileName, AccessMode: PAnsiChar): LPcmsIOHANDLER; StdCall; external LCMS2_SO; // FUNCTION cmsOpenIOhandlerFromStream(ContextID: cmsContext; FILE* Stream): LPcmsIOHANDLER; StdCall; external LCMS2_SO; FUNCTION cmsOpenIOhandlerFromMem(ContextID: cmsContext; Buffer: Pointer; size: cmsUInt32Number; AccessMode: PAnsiChar): LPcmsIOHANDLER; StdCall; external LCMS2_SO; FUNCTION cmsOpenIOhandlerFromNULL(ContextID: cmsContext): LPcmsIOHANDLER; StdCall; external LCMS2_SO; FUNCTION cmsCloseIOhandler(io: LPcmsIOHANDLER): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsMD5computeID(hProfile: cmsHPROFILE): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsOpenProfileFromFile(ICCProfile : PAnsiChar; sAccess: PAnsiChar): cmsHPROFILE; StdCall; external LCMS2_SO; FUNCTION cmsOpenProfileFromFileTHR(ContextID: cmsContext; ICCProfile, sAccess: PAnsiChar): cmsHPROFILE; StdCall; external LCMS2_SO; // FUNCTION CMSEXPORT cmsOpenProfileFromStream(FILE* ICCProfile, const char* sAccess): cmsHPROFILE; StdCall; external LCMS2_SO; // FUNCTION CMSEXPORT cmsOpenProfileFromStreamTHR(ContextID: cmsContext; FILE* ICCProfile, const char* sAccess): cmsHPROFILE; StdCall; external LCMS2_SO; FUNCTION cmsOpenProfileFromMem(MemPtr: Pointer; dwSize: cmsUInt32Number): cmsHPROFILE; StdCall; external LCMS2_SO; FUNCTION cmsOpenProfileFromMemTHR(ContextID: cmsContext; MemPtr: Pointer; dwSize: cmsUInt32Number): cmsHPROFILE; StdCall; external LCMS2_SO; FUNCTION cmsOpenProfileFromIOhandlerTHR(ContextID: cmsContext; io: LPcmsIOHANDLER): cmsHPROFILE; StdCall; external LCMS2_SO; FUNCTION cmsCloseProfile(hProfile: cmsHPROFILE): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsSaveProfileToFile(hProfile: cmsHPROFILE; FileName: PAnsiChar): cmsBool; StdCall; external LCMS2_SO; // FUNCTION CMSEXPORT cmsSaveProfileToStream(hProfile: cmsHPROFILE, FILE* Stream): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsSaveProfileToMem(hProfile: cmsHPROFILE; MemPtr: Pointer; BytesNeeded: LPcmsUInt32Number): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsSaveProfileToIOhandler(hProfile: cmsHPROFILE; io: LPcmsIOHANDLER):cmsUInt32Number; StdCall; external LCMS2_SO; FUNCTION cmsCreateRGBProfileTHR(ContextID: cmsContext; WhitePoint: LPcmsCIExyY; Primaries: LPcmsCIExyYTRIPLE; TransferFunction: LPLPcmsToneCurveArray): cmsHPROFILE; StdCall; external LCMS2_SO; FUNCTION cmsCreateRGBProfile(WhitePoint: LPcmsCIExyY; Primaries: LPcmsCIExyYTRIPLE; TransferFunction: LPLPcmsToneCurveArray): cmsHPROFILE; StdCall; external LCMS2_SO; FUNCTION cmsCreateGrayProfileTHR(ContextID: cmsContext; WhitePoint: LPcmsCIExyY; TransferFunction: LPcmsToneCurve): cmsHPROFILE; StdCall; external LCMS2_SO; FUNCTION cmsCreateGrayProfile(WhitePoint: LPcmsCIExyY; TransferFunction: LPcmsToneCurve): cmsHPROFILE; StdCall; external LCMS2_SO; FUNCTION cmsCreateLinearizationDeviceLinkTHR(ContextID: cmsContext; ColorSpace: cmsColorSpaceSignature; TransferFunctions: LPLPcmsToneCurveArray): cmsHPROFILE; StdCall; external LCMS2_SO; FUNCTION cmsCreateLinearizationDeviceLink(ColorSpace: cmsColorSpaceSignature; TransferFunctions: LPLPcmsToneCurveArray): cmsHPROFILE; StdCall; external LCMS2_SO; FUNCTION cmsCreateInkLimitingDeviceLinkTHR(ContextID: cmsContext; ColorSpace: cmsColorSpaceSignature; Limit: cmsFloat64Number): cmsHPROFILE; StdCall; external LCMS2_SO; FUNCTION cmsCreateInkLimitingDeviceLink(ColorSpace: cmsColorSpaceSignature; Limit: cmsFloat64Number): cmsHPROFILE; StdCall; external LCMS2_SO; FUNCTION cmsCreateLab2ProfileTHR(ContextID: cmsContext; WhitePoint: LPcmsCIExyY): cmsHPROFILE; StdCall; external LCMS2_SO; FUNCTION cmsCreateLab2Profile(WhitePoint: LPcmsCIExyY): cmsHPROFILE; StdCall; external LCMS2_SO; FUNCTION cmsCreateLab4ProfileTHR(ContextID: cmsContext; WhitePoint: LPcmsCIExyY): cmsHPROFILE; StdCall; external LCMS2_SO; FUNCTION cmsCreateLab4Profile(WhitePoint: LPcmsCIExyY): cmsHPROFILE; StdCall; external LCMS2_SO; FUNCTION cmsCreateXYZProfileTHR(ContextID: cmsContext): cmsHPROFILE; StdCall; external LCMS2_SO; FUNCTION cmsCreateXYZProfile: cmsHPROFILE; StdCall; external LCMS2_SO; FUNCTION cmsCreate_sRGBProfileTHR(ContextID: cmsContext): cmsHPROFILE; StdCall; external LCMS2_SO; FUNCTION cmsCreate_sRGBProfile: cmsHPROFILE; StdCall; external LCMS2_SO; FUNCTION cmsCreateBCHSWabstractProfileTHR(ContextID: cmsContext; nLUTPoints: Integer; Bright, Contrast, Hue, Saturation: cmsFloat64Number; TempSrc, TempDest: Integer): cmsHPROFILE; StdCall; external LCMS2_SO; FUNCTION cmsCreateBCHSWabstractProfile( nLUTPoints: Integer; Bright, Contrast, Hue, Saturation: cmsFloat64Number; TempSrc, TempDest: Integer): cmsHPROFILE; StdCall; external LCMS2_SO; FUNCTION cmsCreateNULLProfileTHR(ContextID: cmsContext): cmsHPROFILE; StdCall; external LCMS2_SO; FUNCTION cmsCreateNULLProfile: cmsHPROFILE; StdCall; external LCMS2_SO; // Converts a transform to a devicelink profile FUNCTION cmsTransform2DeviceLink(hTransform: cmsHTRANSFORM; Version: cmsFloat64Number; dwFlags: cmsUInt32Number): cmsHPROFILE; StdCall; external LCMS2_SO; // Call with NULL as parameters to get the intent count FUNCTION cmsGetSupportedIntents(nMax: cmsUInt32Number; Codes: LPcmsUInt32Number; Descriptions: LPPAnsiChar): cmsUInt32Number; StdCall; external LCMS2_SO; FUNCTION cmsFLAGS_GRIDPOINTS(n: Integer): Integer; begin cmsFLAGS_GRIDPOINTS := (((n) and $FF) shl 16) end; FUNCTION cmsCreateTransformTHR(ContextID: cmsContext; Input: cmsHPROFILE; InputFormat: cmsUInt32Number; Output: cmsHPROFILE; OutputFormat: cmsUInt32Number; Intent: cmsUInt32Number; dwFlags: cmsUInt32Number): cmsHTRANSFORM; StdCall; external LCMS2_SO; FUNCTION cmsCreateTransform(Input: cmsHPROFILE; InputFormat: cmsUInt32Number; Output: cmsHPROFILE; OutputFormat: cmsUInt32Number; Intent: cmsUInt32Number; dwFlags: cmsUInt32Number): cmsHTRANSFORM; StdCall; external LCMS2_SO; FUNCTION cmsCreateProofingTransformTHR(ContextID: cmsContext; Input: cmsHPROFILE; InputFormat: cmsUInt32Number; Output: cmsHPROFILE; OutputFormat: cmsUInt32Number; Proofing: cmsHPROFILE; Intent: cmsUInt32Number; ProofingIntent: cmsUInt32Number; dwFlags: cmsUInt32Number): cmsHTRANSFORM; StdCall; external LCMS2_SO; FUNCTION cmsCreateProofingTransform(Input: cmsHPROFILE; InputFormat: cmsUInt32Number; Output: cmsHPROFILE; OutputFormat: cmsUInt32Number; Proofing: cmsHPROFILE; Intent: cmsUInt32Number; ProofingIntent: cmsUInt32Number; dwFlags: cmsUInt32Number): cmsHTRANSFORM; StdCall; external LCMS2_SO; FUNCTION cmsCreateMultiprofileTransformTHR(ContextID: cmsContext; hProfiles: LPcmsHPROFILEArray; nProfiles: cmsUInt32Number; InputFormat: cmsUInt32Number; OutputFormat: cmsUInt32Number; Intent: cmsUInt32Number; dwFlags: cmsUInt32Number): cmsHTRANSFORM; StdCall; external LCMS2_SO; FUNCTION cmsCreateMultiprofileTransform( hProfiles: LPcmsHPROFILEArray; nProfiles: cmsUInt32Number; InputFormat: cmsUInt32Number; OutputFormat: cmsUInt32Number; Intent: cmsUInt32Number; dwFlags: cmsUInt32Number): cmsHTRANSFORM; StdCall; external LCMS2_SO; FUNCTION cmsCreateExtendedTransform(ContextID: cmsContext; nProfiles: cmsUInt32Number; hProfiles: LPcmsHPROFILEArray; BPC: LPcmsBoolArray; Intents: LPcmsUInt32NumberArray; AdaptationStates: LPcmsFloat64NumberArray; hGamutProfile: cmsHPROFILE; nGamutPCSposition: cmsUInt32Number; InputFormat, OutputFormat: cmsUInt32Number; dwFlags: cmsUInt32Number): cmsHTRANSFORM; StdCall; external LCMS2_SO; PROCEDURE cmsDeleteTransform(hTransform: cmsHTRANSFORM); StdCall; external LCMS2_SO; PROCEDURE cmsDoTransform(Transform: cmsHTRANSFORM; InputBuffer, OutputBuffer: Pointer; size: cmsUInt32Number); StdCall; external LCMS2_SO; PROCEDURE cmsDoTransformStride(Transform: cmsHTRANSFORM; InputBuffer, OutputBuffer: Pointer; size: cmsUInt32Number; stride: cmsUInt32Number); StdCall; external LCMS2_SO; PROCEDURE cmsSetAlarmCodes( NewAlarm: LPcmsUInt16NumberArray); StdCall; external LCMS2_SO; PROCEDURE cmsGetAlarmCodes(NewAlarm: LPcmsUInt16NumberArray); StdCall; external LCMS2_SO; // Adaptation state for absolute colorimetric intent FUNCTION cmsSetAdaptationState(d: cmsFloat64Number):cmsFloat64Number; StdCall; external LCMS2_SO; // Grab the ContextID from an open transform. Returns NULL if a NULL transform is passed FUNCTION cmsGetTransformContextID(hTransform: cmsHTRANSFORM):cmsContext; StdCall; external LCMS2_SO; // For backwards compatibility FUNCTION cmsChangeBuffersFormat(hTransform: cmsHTRANSFORM; InputFormat, OutputFormat: cmsUInt32Number): cmsBool; StdCall; external LCMS2_SO; // lcms2 unified method to access postscript color resources FUNCTION cmsGetPostScriptColorResource(ContextID: cmsContext; RType: cmsPSResourceType; hProfile: cmsHPROFILE; Intent: cmsUInt32Number; dwFlags: cmsUInt32Number; io: LPcmsIOHANDLER): cmsUInt32Number; StdCall; external LCMS2_SO; FUNCTION cmsGetPostScriptCSA(ContextID: cmsContext; hProfile: cmsHPROFILE; Intent: cmsUInt32Number; dwFlags: cmsUInt32Number; Buffer: Pointer; dwBufferLen: cmsUInt32Number ): cmsUInt32Number; StdCall; external LCMS2_SO; FUNCTION cmsGetPostScriptCRD(ContextID: cmsContext; hProfile: cmsHPROFILE; Intent: cmsUInt32Number; dwFlags: cmsUInt32Number; Buffer: Pointer; dwBufferLen: cmsUInt32Number): cmsUInt32Number; StdCall; external LCMS2_SO; // CGATS.13 parser FUNCTION cmsIT8Alloc: cmsHANDLE; StdCall; external LCMS2_SO; PROCEDURE cmsIT8Free(hIT8: cmsHANDLE); StdCall; external LCMS2_SO; // Tables FUNCTION cmsIT8TableCount(hIT8: cmsHANDLE): Integer; StdCall; external LCMS2_SO; FUNCTION cmsIT8SetTable(hIT8: cmsHANDLE; nTable: Integer): Integer; StdCall; external LCMS2_SO; // Persistence FUNCTION cmsIT8LoadFromFile(cFileName: PAnsiChar): cmsHANDLE; StdCall; external LCMS2_SO; FUNCTION cmsIT8LoadFromMem(Ptr: Pointer; size :DWord): cmsHANDLE; StdCall; external LCMS2_SO; FUNCTION cmsIT8SaveToFile(hIT8: cmsHANDLE; cFileName: PAnsiChar): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsIT8SaveToMem(hIT8: cmsHANDLE; MemPtr: Pointer; BytesNeeded: LPcmsUInt32Number): cmsBool; StdCall; external LCMS2_SO; // Properties FUNCTION cmsIT8GetSheetType(hIT8: cmsHANDLE): PAnsiChar; StdCall; external LCMS2_SO; FUNCTION cmsIT8SetSheetType(hIT8: cmsHANDLE; TheType: PAnsiChar): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsIT8SetComment(hIT8: cmsHANDLE; cComment: PAnsiChar): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsIT8SetPropertyStr(hIT8: cmsHANDLE; cProp, Str: PAnsiChar): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsIT8SetPropertyDbl(hIT8: cmsHANDLE; cProp: PAnsiChar; Val: Double): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsIT8SetPropertyHex(hIT8: cmsHANDLE; cProp: PAnsiChar; Val: Integer): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsIT8SetPropertyUncooked(hIT8: cmsHANDLE; Key, Buffer: PAnsiChar): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsIT8GetProperty(hIT8: cmsHANDLE; cProp: PAnsiChar): PAnsiChar; StdCall; external LCMS2_SO; FUNCTION cmsIT8GetPropertyDbl(hIT8: cmsHANDLE; cProp: PAnsiChar): Double; StdCall; external LCMS2_SO; FUNCTION cmsIT8EnumProperties(hIT8: cmsHANDLE; var PropertyNames: LPPAnsiChar): Integer; StdCall; external LCMS2_SO; // Datasets FUNCTION cmsIT8GetDataRowCol(hIT8: cmsHANDLE; row, col: Integer): PAnsiChar; StdCall; external LCMS2_SO; FUNCTION cmsIT8GetDataRowColDbl(hIT8: cmsHANDLE; row, col: Integer): Double; StdCall; external LCMS2_SO; FUNCTION cmsIT8SetDataRowCol(hIT8: cmsHANDLE; row, col: Integer; Val: PAnsiChar): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsIT8SetDataRowColDbl(hIT8: cmsHANDLE; row, col: Integer; Val: Double): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsIT8GetData(hIT8: cmsHANDLE; cPatch, cSample: PAnsiChar): PAnsiChar; StdCall; external LCMS2_SO; FUNCTION cmsIT8GetDataDbl(hIT8: cmsHANDLE;cPatch, cSample: PAnsiChar): Double; StdCall; external LCMS2_SO; FUNCTION cmsIT8SetData(hIT8: cmsHANDLE; cPatch, cSample, Val: PAnsiChar): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsIT8SetDataDbl(hIT8: cmsHANDLE; cPatch, cSample: PAnsiChar; Val: Double): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsIT8SetDataFormat(hIT8: cmsHANDLE; n: Integer; Sample: PAnsiChar): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsIT8EnumDataFormat(hIT8: cmsHANDLE; var SampleNames: LPPAnsiChar): Integer; StdCall; external LCMS2_SO; FUNCTION cmsIT8GetPatchName(hIT8: cmsHANDLE; nPatch: Integer; Buffer: PAnsiChar): PAnsiChar; StdCall; external LCMS2_SO; // The LABEL extension FUNCTION cmsIT8SetTableByLabel(hIT8: cmsHANDLE; cSet, cField, ExpectedType: PAnsiChar): Integer; StdCall; external LCMS2_SO; FUNCTION cmsIT8FindDataFormat(hIT8: cmsHANDLE; cSample: PAnsiChar): Integer; StdCall; external LCMS2_SO; // Formatter for double PROCEDURE cmsIT8DefineDblFormat(hIT8: cmsHANDLE; Formatter: PAnsiChar); StdCall; external LCMS2_SO; FUNCTION cmsGBDAlloc(ContextID: cmsContext):cmsHANDLE; StdCall; external LCMS2_SO; PROCEDURE cmsGBDFree(hGBD: cmsHANDLE); StdCall; external LCMS2_SO; FUNCTION cmsGDBAddPoint(hGBD: cmsHANDLE; Lab: LPcmsCIELab): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsGDBCompute(hGDB: cmsHANDLE; dwFlags: cmsUInt32Number): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsGDBCheckPoint(hGBD: cmsHANDLE; Lab: LPcmsCIELab): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsDetectBlackPoint( BlackPoint: LPcmsCIEXYZ; hProfile: cmsHPROFILE; Intent: cmsUInt32Number; dwFlags: cmsUInt32Number): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsDetectDestinationBlackPoint( BlackPoint: LPcmsCIEXYZ; hProfile: cmsHPROFILE; Intent: cmsUInt32Number; dwFlags: cmsUInt32Number): cmsBool; StdCall; external LCMS2_SO; FUNCTION cmsDetectTAC(hProfile: cmsHPROFILE): cmsFloat64Number; StdCall; external LCMS2_SO; FUNCTION cmsDesaturateLab(Lab: LPcmsCIELab; amax, amin, bmax, bmin: cmsFloat64Number): cmsBool; StdCall; external LCMS2_SO; END. lcms2-2.17/utils/jpgicc/0000755000175000017500000000000014752176133014105 5ustar martimartilcms2-2.17/utils/jpgicc/LICENSE_iccjpeg0000755000175000017500000000624214752176133016605 0ustar martimarti THIS LICENSE APPLIES ONLY TO iccjpeg.c file ----- In plain English: 1. We don't promise that this software works. (But if you find any bugs, please let us know!) 2. You can use this software for whatever you want. You don't have to pay us. 3. You may not pretend that you wrote this software. If you use it in a program, you must acknowledge somewhere in your documentation that you've used the IJG code. In legalese: The authors make NO WARRANTY or representation, either express or implied, with respect to this software, its quality, accuracy, merchantability, or fitness for a particular purpose. This software is provided "AS IS", and you, its user, assume the entire risk as to its quality and accuracy. This software is copyright (C) 1991-2013, Thomas G. Lane, Guido Vollbeding. All Rights Reserved except as specified below. Permission is hereby granted to use, copy, modify, and distribute this software (or portions thereof) for any purpose, without fee, subject to these conditions: (1) If any part of the source code for this software is distributed, then this README file must be included, with this copyright and no-warranty notice unaltered; and any additions, deletions, or changes to the original files must be clearly indicated in accompanying documentation. (2) If only executable code is distributed, then the accompanying documentation must state that "this software is based in part on the work of the Independent JPEG Group". (3) Permission for use of this software is granted only if the user accepts full responsibility for any undesirable consequences; the authors accept NO LIABILITY for damages of any kind. These conditions apply to any software derived from or based on the IJG code, not just to the unmodified library. If you use our work, you ought to acknowledge us. Permission is NOT granted for the use of any IJG author's name or company name in advertising or publicity relating to this software or products derived from it. This software may be referred to only as "the Independent JPEG Group's software". We specifically permit and encourage the use of this software as the basis of commercial products, provided that all warranty or liability claims are assumed by the product vendor. The Unix configuration script "configure" was produced with GNU Autoconf. It is copyright by the Free Software Foundation but is freely distributable. The same holds for its supporting scripts (config.guess, config.sub, ltmain.sh). Another support script, install-sh, is copyright by X Consortium but is also freely distributable. The IJG distribution formerly included code to read and write GIF files. To avoid entanglement with the Unisys LZW patent, GIF reading support has been removed altogether, and the GIF writer has been simplified to produce "uncompressed GIFs". This technique does not use the LZW algorithm; the resulting GIF files are larger than usual, but are readable by all standard GIF decoders. We are required to state that "The Graphics Interchange Format(c) is the Copyright property of CompuServe Incorporated. GIF(sm) is a Service Mark property of CompuServe Incorporated." lcms2-2.17/utils/jpgicc/Makefile.am0000644000175000017500000000121714752176133016142 0ustar martimarti# # Makefile for building jpegicc # Written by Bob Friesenhahn, June 2003 # Bugs introduced by Marti Maria on October 2004 # Don't require all the GNU mandated files AUTOMAKE_OPTIONS = 1.7 foreign no-dependencies AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ -I$(top_srcdir)/utils/common -I$(top_builddir)/utils/common if HasJPEG bin_PROGRAMS = jpgicc else bin_PROGRAMS = endif jpgicc_LDADD = $(top_builddir)/src/liblcms2.la @JPEGICC_DEPLIBS@ jpgicc_LDFLAGS = @LDFLAGS@ jpgicc_SOURCES = jpgicc.c iccjpeg.c ../common/xgetopt.c ../common/vprf.c ../common/utils.h man_MANS = jpgicc.1 EXTRA_DIST = iccjpeg.h $(man_MANS) lcms2-2.17/utils/jpgicc/iccjpeg.c0000644000175000017500000002063614752176133015664 0ustar martimarti/* * iccprofile.c * * This file provides code to read and write International Color Consortium * (ICC) device profiles embedded in JFIF JPEG image files. The ICC has * defined a standard format for including such data in JPEG "APP2" markers. * The code given here does not know anything about the internal structure * of the ICC profile data; it just knows how to put the profile data into * a JPEG file being written, or get it back out when reading. * * This code depends on new features added to the IJG JPEG library as of * IJG release 6b; it will not compile or work with older IJG versions. * * NOTE: this code would need surgery to work on 16-bit-int machines * with ICC profiles exceeding 64K bytes in size. If you need to do that, * change all the "unsigned int" variables to "INT32". You'll also need * to find a malloc() replacement that can allocate more than 64K. */ #include "iccjpeg.h" #include /* define malloc() */ /* * Since an ICC profile can be larger than the maximum size of a JPEG marker * (64K), we need provisions to split it into multiple markers. The format * defined by the ICC specifies one or more APP2 markers containing the * following data: * Identifying string ASCII "ICC_PROFILE\0" (12 bytes) * Marker sequence number 1 for first APP2, 2 for next, etc (1 byte) * Number of markers Total number of APP2's used (1 byte) * Profile data (remainder of APP2 data) * Decoders should use the marker sequence numbers to reassemble the profile, * rather than assuming that the APP2 markers appear in the correct sequence. */ #define ICC_MARKER (JPEG_APP0 + 2) /* JPEG marker code for ICC */ #define ICC_OVERHEAD_LEN 14 /* size of non-profile data in APP2 */ #define MAX_BYTES_IN_MARKER 65533 /* maximum data len of a JPEG marker */ #define MAX_DATA_BYTES_IN_MARKER (MAX_BYTES_IN_MARKER - ICC_OVERHEAD_LEN) /* * This routine writes the given ICC profile data into a JPEG file. * It *must* be called AFTER calling jpeg_start_compress() and BEFORE * the first call to jpeg_write_scanlines(). * (This ordering ensures that the APP2 marker(s) will appear after the * SOI and JFIF or Adobe markers, but before all else.) */ void write_icc_profile (j_compress_ptr cinfo, const JOCTET *icc_data_ptr, unsigned int icc_data_len) { unsigned int num_markers; /* total number of markers we'll write */ int cur_marker = 1; /* per spec, counting starts at 1 */ unsigned int length; /* number of bytes to write in this marker */ /* Calculate the number of markers we'll need, rounding up of course */ num_markers = icc_data_len / MAX_DATA_BYTES_IN_MARKER; if (num_markers * MAX_DATA_BYTES_IN_MARKER != icc_data_len) num_markers++; while (icc_data_len > 0) { /* length of profile to put in this marker */ length = icc_data_len; if (length > MAX_DATA_BYTES_IN_MARKER) length = MAX_DATA_BYTES_IN_MARKER; icc_data_len -= length; /* Write the JPEG marker header (APP2 code and marker length) */ jpeg_write_m_header(cinfo, ICC_MARKER, (unsigned int) (length + ICC_OVERHEAD_LEN)); /* Write the marker identifying string "ICC_PROFILE" (null-terminated). * We code it in this less-than-transparent way so that the code works * even if the local character set is not ASCII. */ jpeg_write_m_byte(cinfo, 0x49); jpeg_write_m_byte(cinfo, 0x43); jpeg_write_m_byte(cinfo, 0x43); jpeg_write_m_byte(cinfo, 0x5F); jpeg_write_m_byte(cinfo, 0x50); jpeg_write_m_byte(cinfo, 0x52); jpeg_write_m_byte(cinfo, 0x4F); jpeg_write_m_byte(cinfo, 0x46); jpeg_write_m_byte(cinfo, 0x49); jpeg_write_m_byte(cinfo, 0x4C); jpeg_write_m_byte(cinfo, 0x45); jpeg_write_m_byte(cinfo, 0x0); /* Add the sequencing info */ jpeg_write_m_byte(cinfo, cur_marker); jpeg_write_m_byte(cinfo, (int) num_markers); /* Add the profile data */ while (length--) { jpeg_write_m_byte(cinfo, *icc_data_ptr); icc_data_ptr++; } cur_marker++; } } /* * Prepare for reading an ICC profile */ void setup_read_icc_profile (j_decompress_ptr cinfo) { /* Tell the library to keep any APP2 data it may find */ jpeg_save_markers(cinfo, ICC_MARKER, 0xFFFF); } /* * Handy subroutine to test whether a saved marker is an ICC profile marker. */ static boolean marker_is_icc (jpeg_saved_marker_ptr marker) { return marker->marker == ICC_MARKER && marker->data_length >= ICC_OVERHEAD_LEN && /* verify the identifying string */ GETJOCTET(marker->data[0]) == 0x49 && GETJOCTET(marker->data[1]) == 0x43 && GETJOCTET(marker->data[2]) == 0x43 && GETJOCTET(marker->data[3]) == 0x5F && GETJOCTET(marker->data[4]) == 0x50 && GETJOCTET(marker->data[5]) == 0x52 && GETJOCTET(marker->data[6]) == 0x4F && GETJOCTET(marker->data[7]) == 0x46 && GETJOCTET(marker->data[8]) == 0x49 && GETJOCTET(marker->data[9]) == 0x4C && GETJOCTET(marker->data[10]) == 0x45 && GETJOCTET(marker->data[11]) == 0x0; } /* * See if there was an ICC profile in the JPEG file being read; * if so, reassemble and return the profile data. * * TRUE is returned if an ICC profile was found, FALSE if not. * If TRUE is returned, *icc_data_ptr is set to point to the * returned data, and *icc_data_len is set to its length. * * IMPORTANT: the data at **icc_data_ptr has been allocated with malloc() * and must be freed by the caller with free() when the caller no longer * needs it. (Alternatively, we could write this routine to use the * IJG library's memory allocator, so that the data would be freed implicitly * at jpeg_finish_decompress() time. But it seems likely that many apps * will prefer to have the data stick around after decompression finishes.) * * NOTE: if the file contains invalid ICC APP2 markers, we just silently * return FALSE. You might want to issue an error message instead. */ boolean read_icc_profile (j_decompress_ptr cinfo, JOCTET **icc_data_ptr, unsigned int *icc_data_len) { jpeg_saved_marker_ptr marker; int num_markers = 0; int seq_no; JOCTET *icc_data; unsigned int total_length; #define MAX_SEQ_NO 255 /* sufficient since marker numbers are bytes */ char marker_present[MAX_SEQ_NO+1]; /* 1 if marker found */ unsigned int data_length[MAX_SEQ_NO+1]; /* size of profile data in marker */ unsigned int data_offset[MAX_SEQ_NO+1]; /* offset for data in marker */ *icc_data_ptr = NULL; /* avoid confusion if FALSE return */ *icc_data_len = 0; /* This first pass over the saved markers discovers whether there are * any ICC markers and verifies the consistency of the marker numbering. */ for (seq_no = 1; seq_no <= MAX_SEQ_NO; seq_no++) marker_present[seq_no] = 0; for (marker = cinfo->marker_list; marker != NULL; marker = marker->next) { if (marker_is_icc(marker)) { if (num_markers == 0) num_markers = GETJOCTET(marker->data[13]); else if (num_markers != GETJOCTET(marker->data[13])) return FALSE; /* inconsistent num_markers fields */ seq_no = GETJOCTET(marker->data[12]); if (seq_no <= 0 || seq_no > num_markers) return FALSE; /* bogus sequence number */ if (marker_present[seq_no]) return FALSE; /* duplicate sequence numbers */ marker_present[seq_no] = 1; data_length[seq_no] = marker->data_length - ICC_OVERHEAD_LEN; } } if (num_markers == 0) return FALSE; /* Check for missing markers, count total space needed, * compute offset of each marker's part of the data. */ total_length = 0; for (seq_no = 1; seq_no <= num_markers; seq_no++) { if (marker_present[seq_no] == 0) return FALSE; /* missing sequence number */ data_offset[seq_no] = total_length; total_length += data_length[seq_no]; } if (total_length == 0) return FALSE; /* found only empty markers? */ /* Allocate space for assembled data */ icc_data = (JOCTET *) malloc(total_length * sizeof(JOCTET)); if (icc_data == NULL) return FALSE; /* oops, out of memory */ /* and fill it in */ for (marker = cinfo->marker_list; marker != NULL; marker = marker->next) { if (marker_is_icc(marker)) { JOCTET FAR *src_ptr; JOCTET *dst_ptr; unsigned int length; seq_no = GETJOCTET(marker->data[12]); dst_ptr = icc_data + data_offset[seq_no]; src_ptr = marker->data + ICC_OVERHEAD_LEN; length = data_length[seq_no]; while (length--) { *dst_ptr++ = *src_ptr++; } } } *icc_data_ptr = icc_data; *icc_data_len = total_length; return TRUE; } lcms2-2.17/utils/jpgicc/iccjpeg.h0000644000175000017500000000523714752176133015671 0ustar martimarti/* * iccprofile.h * * This file provides code to read and write International Color Consortium * (ICC) device profiles embedded in JFIF JPEG image files. The ICC has * defined a standard format for including such data in JPEG "APP2" markers. * The code given here does not know anything about the internal structure * of the ICC profile data; it just knows how to put the profile data into * a JPEG file being written, or get it back out when reading. * * This code depends on new features added to the IJG JPEG library as of * IJG release 6b; it will not compile or work with older IJG versions. * * NOTE: this code would need surgery to work on 16-bit-int machines * with ICC profiles exceeding 64K bytes in size. See iccprofile.c * for details. */ #include /* needed to define "FILE", "NULL" */ #include "jpeglib.h" /* * This routine writes the given ICC profile data into a JPEG file. * It *must* be called AFTER calling jpeg_start_compress() and BEFORE * the first call to jpeg_write_scanlines(). * (This ordering ensures that the APP2 marker(s) will appear after the * SOI and JFIF or Adobe markers, but before all else.) */ extern void write_icc_profile JPP((j_compress_ptr cinfo, const JOCTET *icc_data_ptr, unsigned int icc_data_len)); /* * Reading a JPEG file that may contain an ICC profile requires two steps: * * 1. After jpeg_create_decompress() but before jpeg_read_header(), * call setup_read_icc_profile(). This routine tells the IJG library * to save in memory any APP2 markers it may find in the file. * * 2. After jpeg_read_header(), call read_icc_profile() to find out * whether there was a profile and obtain it if so. */ /* * Prepare for reading an ICC profile */ extern void setup_read_icc_profile JPP((j_decompress_ptr cinfo)); /* * See if there was an ICC profile in the JPEG file being read; * if so, reassemble and return the profile data. * * TRUE is returned if an ICC profile was found, FALSE if not. * If TRUE is returned, *icc_data_ptr is set to point to the * returned data, and *icc_data_len is set to its length. * * IMPORTANT: the data at **icc_data_ptr has been allocated with malloc() * and must be freed by the caller with free() when the caller no longer * needs it. (Alternatively, we could write this routine to use the * IJG library's memory allocator, so that the data would be freed implicitly * at jpeg_finish_decompress() time. But it seems likely that many apps * will prefer to have the data stick around after decompression finishes.) */ extern boolean read_icc_profile JPP((j_decompress_ptr cinfo, JOCTET **icc_data_ptr, unsigned int *icc_data_len)); lcms2-2.17/utils/jpgicc/jpgicc.10000644000175000017500000000555714752176133015442 0ustar martimarti.\"Shiju P. Nair September 30, 2004 .\"Thomas Weber April 23, 2014 .TH JPGICC 1 "September 30, 2004" .SH NAME jpgicc - little cms ICC profile applier for JPEG. .SH SYNOPSIS .B jpgicc .RI [ options ] " input.jpg output.jpg" .SH DESCRIPTION lcms is a standalone CMM engine, which deals with the color management. It implements a fast transformation between ICC profiles. .B jpgicc is a little cms ICC profile applier for JPEG. .SH OPTIONS .TP .B \-b Black point compensation. .TP .BI \-c\ NUM Precalculates transform (0=Off, 1=Normal, 2=Hi-res, 3=LoRes) [defaults to 1]. .TP .BI \-d\ NUM Observer adaptation state (abs.col. only), (0..1.0, float value) [defaults to 0.0]. .TP .B \-e Embed destination profile. .TP .B \-g Marks out-of-gamut colors on softproof. .TP .BI \-h\ NUM Show summary of options and examples (0=help, 1=Examples, 2=Built-in profiles, 3=Contact information) .TP .BI \-i\ profile Input profile (defaults to sRGB). .TP .BI \-l\ link TODO: explain this option. .TP .BI \-m\ NUM SoftProof intent (0,1,2,3) [defaults to 0]. .TP .B \-n Ignore embedded profile. .TP .BI \-o\ profile Output profile (defaults to sRGB). .TP .BI \-p\ profile Soft proof profile. .TP .BI \-q\ NUM Output JPEG quality, (0..100) [defaults to 75]. .TP .BI \-s\ newprofile Save embedded profile as \fInewprofile\fR. .TP .BI \-t\ NUM Rendering intent .nf .RS 0=Perceptual [default] 1=Relative colorimetric 2=Saturation 3=Absolute colorimetric 10=Perceptual preserving black ink 11=Relative colorimetric preserving black ink 12=Saturation preserving black ink 13=Perceptual preserving black plane 14=Relative colorimetric preserving black plane 15=Saturation preserving black plane .RE .fi .TP .B \-v Verbose. .TP .BI \-!\ NUM,NUM,NUM Out-of-gamut marker channel values (r,g,b) [defaults: 128,128,128]. .SH BUILT-IN PROFILES .nf *Lab2 -- D50-based v2 CIEL*a*b *Lab4 -- D50-based v4 CIEL*a*b *Lab -- D50-based v4 CIEL*a*b *XYZ -- CIE XYZ (PCS) *sRGB -- sRGB color space *Gray22 - Monochrome of Gamma 2.2 *Gray30 - Monochrome of Gamma 3.0 *null - Monochrome black for all input *Lin2222- CMYK linearization of gamma 2.2 on each channel .fi .SH EXAMPLES .nf To color correct from scanner to sRGB: jpgicc -iscanner.icm in.jpg out.jpg To convert from monitor1 to monitor2: jpgicc -imon1.icm -omon2.icm in.jpg out.jpg To make a CMYK separation: jpgicc -oprinter.icm inrgb.jpg outcmyk.jpg To recover sRGB from a CMYK separation: jpgicc -iprinter.icm incmyk.jpg outrgb.jpg To convert from CIELab ITU/Fax JPEG to sRGB jpgicc -iitufax.icm in.jpg out.jpg To convert from CIELab ITU/Fax JPEG to sRGB jpgicc in.jpg out.jpg .fi .SH NOTES For suggestions, comments, bug reports etc. send mail to info@littlecms.com. .SH SEE ALSO .BR linkicc (1), .BR psicc (1), .BR tificc (1), .BR transicc (1) .SH AUTHOR This manual page was written by Shiju p. Nair , for the Debian project. lcms2-2.17/utils/jpgicc/jpgicc.c0000644000175000017500000010520314752176133015511 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // // This program does apply profiles to (some) JPEG files #include "utils.h" #include "jpeglib.h" #include "iccjpeg.h" // Flags static cmsBool BlackPointCompensation = FALSE; static cmsBool IgnoreEmbedded = FALSE; static cmsBool GamutCheck = FALSE; static cmsBool lIsITUFax = FALSE; static cmsBool lIsPhotoshopApp13 = FALSE; static cmsBool lIsEXIF; static cmsBool lIsDeviceLink = FALSE; static cmsBool EmbedProfile = FALSE; static const char* SaveEmbedded = NULL; static int Intent = INTENT_PERCEPTUAL; static int ProofingIntent = INTENT_PERCEPTUAL; static int PrecalcMode = 1; static int jpegQuality = 75; static cmsFloat64Number ObserverAdaptationState = 0; static char *cInpProf = NULL; static char *cOutProf = NULL; static char *cProofing = NULL; static FILE * InFile; static FILE * OutFile; static struct jpeg_decompress_struct Decompressor; static struct jpeg_compress_struct Compressor; static struct my_error_mgr { struct jpeg_error_mgr pub; // "public" fields void* Cargo; // "private" fields } ErrorHandler; cmsUInt16Number Alarm[cmsMAXCHANNELS] = {128,128,128,0}; static void my_error_exit (j_common_ptr cinfo) { char buffer[JMSG_LENGTH_MAX]; (*cinfo->err->format_message) (cinfo, buffer); FatalError(buffer); } /* Definition of the APPn Markers Defined for continuous-tone G3FAX The application code APP1 initiates identification of the image as a G3FAX application and defines the spatial resolution and subsampling. This marker directly follows the SOI marker. The data format will be as follows: X'FFE1' (APP1), length, FAX identifier, version, spatial resolution. The above terms are defined as follows: Length: (Two octets) Total APP1 field octet count including the octet count itself, but excluding the APP1 marker. FAX identifier: (Six octets) X'47', X'33', X'46', X'41', X'58', X'00'. This X'00'-terminated string "G3FAX" uniquely identifies this APP1 marker. Version: (Two octets) X'07CA'. This string specifies the year of approval of the standard, for identification in the case of future revision (for example, 1994). Spatial Resolution: (Two octets) Lightness pixel density in pels/25.4 mm. The basic value is 200. Allowed values are 100, 200, 300, 400, 600 and 1200 pels/25.4 mm, with square (or equivalent) pels. NOTE - The functional equivalence of inch-based and mm-based resolutions is maintained. For example, the 200 x 200 */ static cmsBool IsITUFax(jpeg_saved_marker_ptr ptr) { while (ptr) { if (ptr -> marker == (JPEG_APP0 + 1) && ptr -> data_length > 5) { const char* data = (const char*) ptr -> data; if (strcmp(data, "G3FAX") == 0) return TRUE; } ptr = ptr -> next; } return FALSE; } // Save a ITU T.42/Fax marker with defaults on boundaries. This is the only mode we support right now. static void SetITUFax(j_compress_ptr cinfo) { unsigned char Marker[] = "G3FAX\x00\0x07\xCA\x00\xC8"; jpeg_write_marker(cinfo, (JPEG_APP0 + 1), Marker, 10); } // Build a profile for decoding ITU T.42/Fax JPEG streams. // The profile has an additional ability in the input direction of // gamut compress values between 85 < a < -85 and -75 < b < 125. This conforms // the default range for ITU/T.42 -- See RFC 2301, section 6.2.3 for details // L* = [0, 100] // a* = [-85, 85] // b* = [-75, 125] // These functions does convert the encoding of ITUFAX to floating point // and vice-versa. No gamut mapping is performed yet. static void ITU2Lab(const cmsUInt16Number In[3], cmsCIELab* Lab) { Lab -> L = (double) In[0] / 655.35; Lab -> a = (double) 170.* (In[1] - 32768.) / 65535.; Lab -> b = (double) 200.* (In[2] - 24576.) / 65535.; } static void Lab2ITU(const cmsCIELab* Lab, cmsUInt16Number Out[3]) { Out[0] = (cmsUInt16Number) floor((double) (Lab -> L / 100.)* 65535. ); Out[1] = (cmsUInt16Number) floor((double) (Lab -> a / 170.)* 65535. + 32768. ); Out[2] = (cmsUInt16Number) floor((double) (Lab -> b / 200.)* 65535. + 24576. ); } // These are the samplers-- They are passed as callbacks to cmsStageSampleCLut16bit() // then, cmsSample3DGrid() will sweel whole Lab gamut calling these functions // once for each node. In[] will contain the Lab PCS value to convert to ITUFAX // on PCS2ITU, or the ITUFAX value to convert to Lab in ITU2PCS // You can change the number of sample points if desired, the algorithm will // remain same. 33 points gives good accuracy, but you can reduce to 22 or less // is space is critical #define GRID_POINTS 33 static int PCS2ITU(register const cmsUInt16Number In[], register cmsUInt16Number Out[], register void* Cargo) { cmsCIELab Lab; cmsLabEncoded2Float(&Lab, In); cmsDesaturateLab(&Lab, 85, -85, 125, -75); // This function does the necessary gamut remapping Lab2ITU(&Lab, Out); return TRUE; UTILS_UNUSED_PARAMETER(Cargo); } static int ITU2PCS( register const cmsUInt16Number In[], register cmsUInt16Number Out[], register void* Cargo) { cmsCIELab Lab; ITU2Lab(In, &Lab); cmsFloat2LabEncoded(Out, &Lab); return TRUE; UTILS_UNUSED_PARAMETER(Cargo); } // This function does create the virtual input profile, which decodes ITU to the profile connection space static cmsHPROFILE CreateITU2PCS_ICC(void) { cmsHPROFILE hProfile; cmsPipeline* AToB0; cmsStage* ColorMap; AToB0 = cmsPipelineAlloc(0, 3, 3); if (AToB0 == NULL) return NULL; ColorMap = cmsStageAllocCLut16bit(0, GRID_POINTS, 3, 3, NULL); if (ColorMap == NULL) return NULL; cmsPipelineInsertStage(AToB0, cmsAT_BEGIN, ColorMap); cmsStageSampleCLut16bit(ColorMap, ITU2PCS, NULL, 0); hProfile = cmsCreateProfilePlaceholder(0); if (hProfile == NULL) { cmsPipelineFree(AToB0); return NULL; } cmsWriteTag(hProfile, cmsSigAToB0Tag, AToB0); cmsSetColorSpace(hProfile, cmsSigLabData); cmsSetPCS(hProfile, cmsSigLabData); cmsSetDeviceClass(hProfile, cmsSigColorSpaceClass); cmsPipelineFree(AToB0); return hProfile; } // This function does create the virtual output profile, with the necessary gamut mapping static cmsHPROFILE CreatePCS2ITU_ICC(void) { cmsHPROFILE hProfile; cmsPipeline* BToA0; cmsStage* ColorMap; BToA0 = cmsPipelineAlloc(0, 3, 3); if (BToA0 == NULL) return NULL; ColorMap = cmsStageAllocCLut16bit(0, GRID_POINTS, 3, 3, NULL); if (ColorMap == NULL) return NULL; cmsPipelineInsertStage(BToA0, cmsAT_BEGIN, ColorMap); cmsStageSampleCLut16bit(ColorMap, PCS2ITU, NULL, 0); hProfile = cmsCreateProfilePlaceholder(0); if (hProfile == NULL) { cmsPipelineFree(BToA0); return NULL; } cmsWriteTag(hProfile, cmsSigBToA0Tag, BToA0); cmsSetColorSpace(hProfile, cmsSigLabData); cmsSetPCS(hProfile, cmsSigLabData); cmsSetDeviceClass(hProfile, cmsSigColorSpaceClass); cmsPipelineFree(BToA0); return hProfile; } #define PS_FIXED_TO_FLOAT(h, l) ((float) (h) + ((float) (l)/(1<<16))) static cmsBool ProcessPhotoshopAPP13(JOCTET *data, int datalen) { int i; for (i = 14; i < datalen; ) { long len; unsigned int type; if (!(GETJOCTET(data[i] ) == 0x38 && GETJOCTET(data[i+1]) == 0x42 && GETJOCTET(data[i+2]) == 0x49 && GETJOCTET(data[i+3]) == 0x4D)) break; // Not recognized i += 4; // identifying string type = (unsigned int) (GETJOCTET(data[i]<<8) + GETJOCTET(data[i+1])); i += 2; // resource type i += GETJOCTET(data[i]) + ((GETJOCTET(data[i]) & 1) ? 1 : 2); // resource name len = ((((GETJOCTET(data[i]<<8) + GETJOCTET(data[i+1]))<<8) + GETJOCTET(data[i+2]))<<8) + GETJOCTET(data[i+3]); if (len < 0) return FALSE; // Keep bug hunters away i += 4; // Size if (type == 0x03ED && len >= 16) { Decompressor.X_density = (UINT16) PS_FIXED_TO_FLOAT(GETJOCTET(data[i]<<8) + GETJOCTET(data[i+1]), GETJOCTET(data[i+2]<<8) + GETJOCTET(data[i+3])); Decompressor.Y_density = (UINT16) PS_FIXED_TO_FLOAT(GETJOCTET(data[i+8]<<8) + GETJOCTET(data[i+9]), GETJOCTET(data[i+10]<<8) + GETJOCTET(data[i+11])); // Set the density unit to 1 since the // Vertical and Horizontal resolutions // are specified in Pixels per inch Decompressor.density_unit = 0x01; return TRUE; } i += len + ((len & 1) ? 1 : 0); // Alignment } return FALSE; } static cmsBool HandlePhotoshopAPP13(jpeg_saved_marker_ptr ptr) { while (ptr) { if (ptr -> marker == (JPEG_APP0 + 13) && ptr -> data_length > 9) { JOCTET* data = ptr -> data; if(GETJOCTET(data[0]) == 0x50 && GETJOCTET(data[1]) == 0x68 && GETJOCTET(data[2]) == 0x6F && GETJOCTET(data[3]) == 0x74 && GETJOCTET(data[4]) == 0x6F && GETJOCTET(data[5]) == 0x73 && GETJOCTET(data[6]) == 0x68 && GETJOCTET(data[7]) == 0x6F && GETJOCTET(data[8]) == 0x70) { ProcessPhotoshopAPP13(data, ptr -> data_length); return TRUE; } } ptr = ptr -> next; } return FALSE; } typedef unsigned short uint16_t; typedef unsigned char uint8_t; typedef unsigned int uint32_t; #define INTEL_BYTE_ORDER 0x4949 #define XRESOLUTION 0x011a #define YRESOLUTION 0x011b #define RESOLUTION_UNIT 0x128 // Abort if crafted file static void craftedFile(void) { FatalError("Corrupted EXIF data"); } // Read a 16-bit word static uint16_t read16(uint8_t* arr, size_t pos, int swapBytes, size_t max) { if (pos + 2 >= max) { craftedFile(); return 0; } else { uint8_t b1 = arr[pos]; uint8_t b2 = arr[pos + 1]; return (swapBytes) ? ((b2 << 8) | b1) : ((b1 << 8) | b2); } } // Read a 32-bit word static uint32_t read32(uint8_t* arr, size_t pos, int swapBytes, size_t max) { if (pos + 4 >= max) { craftedFile(); return 0; } else { if (!swapBytes) { return (arr[pos] << 24) | (arr[pos + 1] << 16) | (arr[pos + 2] << 8) | arr[pos + 3]; } return arr[pos] | (arr[pos + 1] << 8) | (arr[pos + 2] << 16) | (arr[pos + 3] << 24); } } static int read_tag(uint8_t* arr, int pos, int swapBytes, void* dest, size_t max) { // Format should be 5 over here (rational) uint32_t format = read16(arr, pos + 2, swapBytes, max); // Components should be 1 uint32_t components = read32(arr, pos + 4, swapBytes, max); // Points to the value uint32_t offset; // sanity if (components != 1) return 0; if (format == 3) offset = pos + 8; else offset = read32(arr, pos + 8, swapBytes, max); switch (format) { case 5: // Rational { double num = read32(arr, offset, swapBytes, max); double den = read32(arr, offset + 4, swapBytes, max); *(double *) dest = num / den; } break; case 3: // uint 16 *(int*) dest = read16(arr, offset, swapBytes, max); break; default: return 0; } return 1; } // Handler for EXIF data static cmsBool HandleEXIF(struct jpeg_decompress_struct* cinfo) { jpeg_saved_marker_ptr ptr; uint32_t ifd_ofs; int pos = 0, swapBytes = 0; uint32_t i, numEntries; double XRes = -1, YRes = -1; int Unit = 2; // Inches for (ptr = cinfo ->marker_list; ptr; ptr = ptr ->next) { if ((ptr ->marker == JPEG_APP0+1) && ptr ->data_length > 6) { JOCTET* data = ptr -> data; size_t max = ptr->data_length; if (memcmp(data, "Exif\0\0", 6) == 0) { data += 6; // Skip EXIF marker // 8 byte TIFF header // first two determine byte order pos = 0; if (read16(data, pos, 0, max) == INTEL_BYTE_ORDER) { swapBytes = 1; } pos += 2; // next two bytes are always 0x002A (TIFF version) pos += 2; // offset to Image File Directory (includes the previous 8 bytes) ifd_ofs = read32(data, pos, swapBytes, max); // Search the directory for resolution tags numEntries = read16(data, ifd_ofs, swapBytes, max); for (i=0; i < numEntries; i++) { uint32_t entryOffset = ifd_ofs + 2 + (12 * i); uint32_t tag = read16(data, entryOffset, swapBytes, max); switch (tag) { case RESOLUTION_UNIT: if (!read_tag(data, entryOffset, swapBytes, &Unit, max)) return FALSE; break; case XRESOLUTION: if (!read_tag(data, entryOffset, swapBytes, &XRes, max)) return FALSE; break; case YRESOLUTION: if (!read_tag(data, entryOffset, swapBytes, &YRes, max)) return FALSE; break; default:; } } // Proceed if all found if (XRes != -1 && YRes != -1) { // 1 = None // 2 = inches // 3 = cm switch (Unit) { case 2: cinfo ->X_density = (UINT16) floor(XRes + 0.5); cinfo ->Y_density = (UINT16) floor(YRes + 0.5); break; case 1: cinfo ->X_density = (UINT16) floor(XRes * 2.54 + 0.5); cinfo ->Y_density = (UINT16) floor(YRes * 2.54 + 0.5); break; default: return FALSE; } cinfo ->density_unit = 1; /* 1 for dots/inch, or 2 for dots/cm.*/ } } } } return FALSE; } static cmsBool OpenInput(const char* FileName) { int m; lIsITUFax = FALSE; InFile = fopen(FileName, "rb"); if (InFile == NULL) { FatalError("Cannot open '%s'", FileName); } // Now we can initialize the JPEG decompression object. Decompressor.err = jpeg_std_error(&ErrorHandler.pub); ErrorHandler.pub.error_exit = my_error_exit; ErrorHandler.pub.output_message = my_error_exit; jpeg_create_decompress(&Decompressor); jpeg_stdio_src(&Decompressor, InFile); for (m = 0; m < 16; m++) jpeg_save_markers(&Decompressor, JPEG_APP0 + m, 0xFFFF); // setup_read_icc_profile(&Decompressor); fseek(InFile, 0, SEEK_SET); jpeg_read_header(&Decompressor, TRUE); return TRUE; } static cmsBool OpenOutput(const char* FileName) { OutFile = fopen(FileName, "wb"); if (OutFile == NULL) { FatalError("Cannot create '%s'", FileName); } Compressor.err = jpeg_std_error(&ErrorHandler.pub); ErrorHandler.pub.error_exit = my_error_exit; ErrorHandler.pub.output_message = my_error_exit; Compressor.input_components = Compressor.num_components = 4; jpeg_create_compress(&Compressor); jpeg_stdio_dest(&Compressor, OutFile); return TRUE; } static cmsBool Done(void) { jpeg_destroy_decompress(&Decompressor); jpeg_destroy_compress(&Compressor); return fclose(InFile) + fclose(OutFile); } // Build up the pixeltype descriptor static cmsUInt32Number GetInputPixelType(void) { int space, bps, extra, ColorChannels, Flavor; lIsITUFax = IsITUFax(Decompressor.marker_list); lIsPhotoshopApp13 = HandlePhotoshopAPP13(Decompressor.marker_list); lIsEXIF = HandleEXIF(&Decompressor); ColorChannels = Decompressor.num_components; extra = 0; // Alpha = None bps = 1; // 8 bits Flavor = 0; // Vanilla if (lIsITUFax) { space = PT_Lab; Decompressor.out_color_space = JCS_YCbCr; // Fake to don't touch } else switch (Decompressor.jpeg_color_space) { case JCS_GRAYSCALE: // monochrome space = PT_GRAY; Decompressor.out_color_space = JCS_GRAYSCALE; break; case JCS_RGB: // red/green/blue space = PT_RGB; Decompressor.out_color_space = JCS_RGB; break; case JCS_YCbCr: // Y/Cb/Cr (also known as YUV) space = PT_RGB; // Let IJG code to do the conversion Decompressor.out_color_space = JCS_RGB; break; case JCS_CMYK: // C/M/Y/K space = PT_CMYK; Decompressor.out_color_space = JCS_CMYK; if (Decompressor.saw_Adobe_marker) // Adobe keeps CMYK inverted, so change flavor Flavor = 1; // from vanilla to chocolate break; case JCS_YCCK: // Y/Cb/Cr/K space = PT_CMYK; Decompressor.out_color_space = JCS_CMYK; if (Decompressor.saw_Adobe_marker) // ditto Flavor = 1; break; default: FatalError("Unsupported color space (0x%x)", Decompressor.jpeg_color_space); return 0; } return (EXTRA_SH(extra)|CHANNELS_SH(ColorChannels)|BYTES_SH(bps)|COLORSPACE_SH(space)|FLAVOR_SH(Flavor)); } // Rearrange pixel type to build output descriptor static cmsUInt32Number ComputeOutputFormatDescriptor(cmsUInt32Number dwInput, int OutColorSpace) { int IsPlanar = T_PLANAR(dwInput); int Channels = 0; int Flavor = 0; switch (OutColorSpace) { case PT_GRAY: Channels = 1; break; case PT_RGB: case PT_CMY: case PT_Lab: case PT_YUV: case PT_YCbCr: Channels = 3; break; case PT_CMYK: if (Compressor.write_Adobe_marker) // Adobe keeps CMYK inverted, so change flavor to chocolate Flavor = 1; Channels = 4; break; default: FatalError("Unsupported output color space"); } return (COLORSPACE_SH(OutColorSpace)|PLANAR_SH(IsPlanar)|CHANNELS_SH(Channels)|BYTES_SH(1)|FLAVOR_SH(Flavor)); } // Equivalence between ICC color spaces and lcms color spaces static int GetProfileColorSpace(cmsHPROFILE hProfile) { cmsColorSpaceSignature ProfileSpace = cmsGetColorSpace(hProfile); return _cmsLCMScolorSpace(ProfileSpace); } static int GetDevicelinkColorSpace(cmsHPROFILE hProfile) { cmsColorSpaceSignature ProfileSpace = cmsGetPCS(hProfile); return _cmsLCMScolorSpace(ProfileSpace); } // From TRANSUPP static void jcopy_markers_execute(j_decompress_ptr srcinfo, j_compress_ptr dstinfo) { jpeg_saved_marker_ptr marker; /* In the current implementation, we don't actually need to examine the * option flag here; we just copy everything that got saved. * But to avoid confusion, we do not output JFIF and Adobe APP14 markers * if the encoder library already wrote one. */ for (marker = srcinfo->marker_list; marker != NULL; marker = marker->next) { if (dstinfo->write_JFIF_header && marker->marker == JPEG_APP0 && marker->data_length >= 5 && GETJOCTET(marker->data[0]) == 0x4A && GETJOCTET(marker->data[1]) == 0x46 && GETJOCTET(marker->data[2]) == 0x49 && GETJOCTET(marker->data[3]) == 0x46 && GETJOCTET(marker->data[4]) == 0) continue; /* reject duplicate JFIF */ if (dstinfo->write_Adobe_marker && marker->marker == JPEG_APP0+14 && marker->data_length >= 5 && GETJOCTET(marker->data[0]) == 0x41 && GETJOCTET(marker->data[1]) == 0x64 && GETJOCTET(marker->data[2]) == 0x6F && GETJOCTET(marker->data[3]) == 0x62 && GETJOCTET(marker->data[4]) == 0x65) continue; /* reject duplicate Adobe */ jpeg_write_marker(dstinfo, marker->marker, marker->data, marker->data_length); } } static void WriteOutputFields(int OutputColorSpace) { J_COLOR_SPACE in_space, jpeg_space; int components; switch (OutputColorSpace) { case PT_GRAY: in_space = jpeg_space = JCS_GRAYSCALE; components = 1; break; case PT_RGB: in_space = JCS_RGB; jpeg_space = JCS_YCbCr; components = 3; break; // red/green/blue case PT_YCbCr: in_space = jpeg_space = JCS_YCbCr; components = 3; break; // Y/Cb/Cr (also known as YUV) case PT_CMYK: in_space = JCS_CMYK; jpeg_space = JCS_YCCK; components = 4; break; // C/M/Y/components case PT_Lab: in_space = jpeg_space = JCS_YCbCr; components = 3; break; // Fake to don't touch default: FatalError("Unsupported output color space"); return; } if (jpegQuality >= 100) { // avoid destructive conversion when asking for lossless compression jpeg_space = in_space; } Compressor.in_color_space = in_space; Compressor.jpeg_color_space = jpeg_space; Compressor.input_components = Compressor.num_components = components; jpeg_set_defaults(&Compressor); jpeg_set_colorspace(&Compressor, jpeg_space); // Make sure to pass resolution through if (OutputColorSpace == PT_CMYK) Compressor.write_JFIF_header = 1; // Avoid subsampling on high quality factor jpeg_set_quality(&Compressor, jpegQuality, 1); if (jpegQuality >= 70) { int i; for(i=0; i < Compressor.num_components; i++) { Compressor.comp_info[i].h_samp_factor = 1; Compressor.comp_info[i].v_samp_factor = 1; } } } static void DoEmbedProfile(const char* ProfileFile) { FILE* f; size_t size, EmbedLen; cmsUInt8Number* EmbedBuffer; f = fopen(ProfileFile, "rb"); if (f == NULL) return; size = cmsfilelength(f); EmbedBuffer = (cmsUInt8Number*) malloc(size + 1); EmbedLen = fread(EmbedBuffer, 1, size, f); fclose(f); EmbedBuffer[EmbedLen] = 0; write_icc_profile (&Compressor, EmbedBuffer, (unsigned int) EmbedLen); free(EmbedBuffer); } static int DoTransform(cmsHTRANSFORM hXForm, int OutputColorSpace) { JSAMPROW ScanLineIn; JSAMPROW ScanLineOut; //Preserve resolution values from the original // (Thanks to Robert Bergs for finding out this bug) Compressor.density_unit = Decompressor.density_unit; Compressor.X_density = Decompressor.X_density; Compressor.Y_density = Decompressor.Y_density; // Compressor.write_JFIF_header = 1; jpeg_start_decompress(&Decompressor); jpeg_start_compress(&Compressor, TRUE); if (OutputColorSpace == PT_Lab) SetITUFax(&Compressor); // Embed the profile if needed if (EmbedProfile && cOutProf) DoEmbedProfile(cOutProf); ScanLineIn = (JSAMPROW) malloc((size_t) Decompressor.output_width * Decompressor.num_components); ScanLineOut = (JSAMPROW) malloc((size_t) Compressor.image_width * Compressor.num_components); while (Decompressor.output_scanline < Decompressor.output_height) { jpeg_read_scanlines(&Decompressor, &ScanLineIn, 1); cmsDoTransform(hXForm, ScanLineIn, ScanLineOut, Decompressor.output_width); jpeg_write_scanlines(&Compressor, &ScanLineOut, 1); } free(ScanLineIn); free(ScanLineOut); jpeg_finish_decompress(&Decompressor); jpeg_finish_compress(&Compressor); return TRUE; } // Transform one image static int TransformImage(char *cDefInpProf, char *cOutputProf) { cmsHPROFILE hIn, hOut, hProof; cmsHTRANSFORM xform; cmsUInt32Number wInput, wOutput; int OutputColorSpace; cmsUInt32Number dwFlags = 0; cmsUInt32Number EmbedLen; cmsUInt8Number* EmbedBuffer; cmsSetAdaptationState(ObserverAdaptationState); if (BlackPointCompensation) { dwFlags |= cmsFLAGS_BLACKPOINTCOMPENSATION; } switch (PrecalcMode) { case 0: dwFlags |= cmsFLAGS_NOOPTIMIZE; break; case 2: dwFlags |= cmsFLAGS_HIGHRESPRECALC; break; case 3: dwFlags |= cmsFLAGS_LOWRESPRECALC; break; default:; } if (GamutCheck) { dwFlags |= cmsFLAGS_GAMUTCHECK; cmsSetAlarmCodes(Alarm); } // Take input color space wInput = GetInputPixelType(); if (lIsDeviceLink) { hIn = cmsOpenProfileFromFile(cDefInpProf, "r"); hOut = NULL; hProof = NULL; } else { if (!IgnoreEmbedded && read_icc_profile(&Decompressor, &EmbedBuffer, &EmbedLen)) { hIn = cmsOpenProfileFromMem(EmbedBuffer, EmbedLen); if (Verbose) { fprintf(stdout, " (Embedded profile found)\n"); PrintProfileInformation(hIn); fflush(stdout); } if (hIn != NULL && SaveEmbedded != NULL) SaveMemoryBlock(EmbedBuffer, EmbedLen, SaveEmbedded); free(EmbedBuffer); } else { // Default for ITU/Fax if (cDefInpProf == NULL && T_COLORSPACE(wInput) == PT_Lab) cDefInpProf = "*Lab"; if (cDefInpProf != NULL && cmsstrcasecmp(cDefInpProf, "*lab") == 0) hIn = CreateITU2PCS_ICC(); else hIn = OpenStockProfile(0, cDefInpProf); } if (cOutputProf != NULL && cmsstrcasecmp(cOutputProf, "*lab") == 0) hOut = CreatePCS2ITU_ICC(); else hOut = OpenStockProfile(0, cOutputProf); hProof = NULL; if (cProofing != NULL) { hProof = OpenStockProfile(0, cProofing); if (hProof == NULL) { FatalError("Proofing profile couldn't be read."); } dwFlags |= cmsFLAGS_SOFTPROOFING; } } if (!hIn) FatalError("Input profile couldn't be read."); if (!lIsDeviceLink && !hOut) FatalError("Output profile couldn't be read."); // Assure both, input profile and input JPEG are on same colorspace if (cmsGetColorSpace(hIn) != _cmsICCcolorSpace(T_COLORSPACE(wInput))) FatalError("Input profile is not operating in proper color space"); // Output colorspace is given by output profile if (lIsDeviceLink) { OutputColorSpace = GetDevicelinkColorSpace(hIn); } else { OutputColorSpace = GetProfileColorSpace(hOut); } jpeg_copy_critical_parameters(&Decompressor, &Compressor); WriteOutputFields(OutputColorSpace); wOutput = ComputeOutputFormatDescriptor(wInput, OutputColorSpace); xform = cmsCreateProofingTransform(hIn, wInput, hOut, wOutput, hProof, Intent, ProofingIntent, dwFlags); if (xform == NULL) FatalError("Cannot transform by using the profiles"); DoTransform(xform, OutputColorSpace); jcopy_markers_execute(&Decompressor, &Compressor); cmsDeleteTransform(xform); cmsCloseProfile(hIn); cmsCloseProfile(hOut); if (hProof) cmsCloseProfile(hProof); return 1; } static void Help(int level) { UTILS_UNUSED_PARAMETER(level); fprintf(stderr, "usage: jpgicc [flags] input.jpg output.jpg\n"); fprintf(stderr, "\nflags:\n\n"); fprintf(stderr, "-v - Verbose\n"); fprintf(stderr, "-i - Input profile (defaults to sRGB)\n"); fprintf(stderr, "-o - Output profile (defaults to sRGB)\n"); PrintBuiltins(); PrintRenderingIntents(); fprintf(stderr, "-b - Black point compensation\n"); fprintf(stderr, "-d<0..1> - Observer adaptation state (abs.col. only)\n"); fprintf(stderr, "-n - Ignore embedded profile\n"); fprintf(stderr, "-e - Embed destination profile\n"); fprintf(stderr, "-s - Save embedded profile as \n"); fprintf(stderr, "\n"); fprintf(stderr, "-c<0,1,2,3> - Precalculates transform (0=Off, 1=Normal, 2=Hi-res, 3=LoRes) [defaults to 1]\n"); fprintf(stderr, "\n"); fprintf(stderr, "-p - Soft proof profile\n"); fprintf(stderr, "-m<0,1,2,3> - SoftProof intent\n"); fprintf(stderr, "-g - Marks out-of-gamut colors on softproof\n"); fprintf(stderr, "-!,, - Out-of-gamut marker channel values\n"); fprintf(stderr, "\n"); fprintf(stderr, "-q<0..100> - Output JPEG quality\n"); fprintf(stderr, "Examples:\n\n" "To color correct from scanner to sRGB:\n" "\tjpgicc -iscanner.icm in.jpg out.jpg\n" "To convert from monitor1 to monitor2:\n" "\tjpgicc -imon1.icm -omon2.icm in.jpg out.jpg\n" "To make a CMYK separation:\n" "\tjpgicc -oprinter.icm inrgb.jpg outcmyk.jpg\n" "To recover sRGB from a CMYK separation:\n" "\tjpgicc -iprinter.icm incmyk.jpg outrgb.jpg\n" "To convert from CIELab ITU/Fax JPEG to sRGB\n" "\tjpgicc in.jpg out.jpg\n\n"); fprintf(stderr, "This program is intended to be a demo of the Little CMS\n" "color engine. Both lcms and this program are open source.\n" "You can obtain both in source code at https://www.littlecms.com\n" "For suggestions, comments, bug reports etc. send mail to\n" "info@littlecms.com\n\n"); exit(0); } // The toggles stuff static void HandleSwitches(int argc, char *argv[]) { int s; while ((s=xgetopt(argc,argv,"bBnNvVGgh:H:i:I:o:O:P:p:t:T:c:C:Q:q:M:m:L:l:eEs:S:!:D:d:-:")) != EOF) { switch (s) { case '-': if (strcmp(xoptarg, "help") == 0) { Help(0); } else { FatalError("Unknown option - run without args to see valid ones.\n"); } break; case 'b': case 'B': BlackPointCompensation = TRUE; break; case 'd': case 'D': ObserverAdaptationState = atof(xoptarg); if (ObserverAdaptationState < 0 || ObserverAdaptationState > 1.0) FatalError("Adaptation state should be 0..1"); break; case 'v': case 'V': Verbose = TRUE; break; case 'i': case 'I': if (lIsDeviceLink) FatalError("Device-link already specified"); cInpProf = xoptarg; break; case 'o': case 'O': if (lIsDeviceLink) FatalError("Device-link already specified"); cOutProf = xoptarg; break; case 'l': case 'L': if (cInpProf != NULL || cOutProf != NULL) FatalError("input/output profiles already specified"); cInpProf = xoptarg; lIsDeviceLink = TRUE; break; case 'p': case 'P': cProofing = xoptarg; break; case 't': case 'T': Intent = atoi(xoptarg); break; case 'N': case 'n': IgnoreEmbedded = TRUE; break; case 'e': case 'E': EmbedProfile = TRUE; break; case 'g': case 'G': GamutCheck = TRUE; break; case 'c': case 'C': PrecalcMode = atoi(xoptarg); if (PrecalcMode < 0 || PrecalcMode > 2) FatalError("Unknown precalc mode '%d'", PrecalcMode); break; case 'H': case 'h': { int a = atoi(xoptarg); Help(a); } break; case 'q': case 'Q': jpegQuality = atoi(xoptarg); if (jpegQuality > 100) jpegQuality = 100; if (jpegQuality < 0) jpegQuality = 0; break; case 'm': case 'M': ProofingIntent = atoi(xoptarg); break; case 's': case 'S': SaveEmbedded = xoptarg; break; case '!': if (sscanf(xoptarg, "%hu,%hu,%hu", &Alarm[0], &Alarm[1], &Alarm[2]) == 3) { int i; for (i=0; i < 3; i++) { Alarm[i] = (Alarm[i] << 8) | Alarm[i]; } } break; default: FatalError("Unknown option - run without args to see valid ones"); } } } int main(int argc, char* argv[]) { fprintf(stderr, "Little CMS ICC profile applier for JPEG - v3.4 [LittleCMS %2.2f]\n\n", cmsGetEncodedCMMversion() / 1000.0); fprintf(stderr, "Copyright (c) 1998-2024 Marti Maria Saguer. See COPYING file for details.\n"); fflush(stderr); InitUtils("jpgicc"); HandleSwitches(argc, argv); if ((argc - xoptind) != 2) { Help(0); } OpenInput(argv[xoptind]); OpenOutput(argv[xoptind+1]); TransformImage(cInpProf, cOutProf); if (Verbose) { fprintf(stdout, "\n"); fflush(stdout); } Done(); return 0; } lcms2-2.17/utils/jpgicc/meson.build0000644000175000017500000000037514752176133016254 0ustar martimartijpgicc_sources = files( 'iccjpeg.c', 'jpgicc.c', ) jpgicc_exe = executable( 'jpgicc', jpgicc_sources, dependencies: [liblcms2_dep, jpeg_dep, common_dep, m_dep], install: true, ) jpgicc_man = files( 'jpgicc.1', ) install_man(jpgicc_man) lcms2-2.17/utils/jpgicc/Makefile.in0000644000175000017500000005506514752176133016165 0ustar martimarti# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # # Makefile for building jpegicc # Written by Bob Friesenhahn, June 2003 # Bugs introduced by Marti Maria on October 2004 VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @HasJPEG_TRUE@bin_PROGRAMS = jpgicc$(EXEEXT) subdir = utils/jpgicc ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \ $(top_srcdir)/m4/ax_append_flag.m4 \ $(top_srcdir)/m4/ax_check_compile_flag.m4 \ $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \ $(top_srcdir)/m4/ax_pthread.m4 \ $(top_srcdir)/m4/ax_require_defined.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" PROGRAMS = $(bin_PROGRAMS) am__dirstamp = $(am__leading_dot)dirstamp am_jpgicc_OBJECTS = jpgicc.$(OBJEXT) iccjpeg.$(OBJEXT) \ ../common/xgetopt.$(OBJEXT) ../common/vprf.$(OBJEXT) jpgicc_OBJECTS = $(am_jpgicc_OBJECTS) jpgicc_DEPENDENCIES = $(top_builddir)/src/liblcms2.la AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = jpgicc_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(jpgicc_LDFLAGS) $(LDFLAGS) -o $@ AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = am__maybe_remake_depfiles = COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(jpgicc_SOURCES) DIST_SOURCES = $(jpgicc_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } man1dir = $(mandir)/man1 NROFF = nroff MANS = $(man_MANS) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSCOPE = @CSCOPE@ CTAGS = @CTAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FILECMD = @FILECMD@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@ LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBRARY_AGE = @LIBRARY_AGE@ LIBRARY_CURRENT = @LIBRARY_CURRENT@ LIBRARY_REVISION = @LIBRARY_REVISION@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIB_JPEG = @LIB_JPEG@ LIB_MATH = @LIB_MATH@ LIB_PLUGINS = @LIB_PLUGINS@ LIB_THREAD = @LIB_THREAD@ LIB_TIFF = @LIB_TIFF@ LIB_ZLIB = @LIB_ZLIB@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PTHREAD_CC = @PTHREAD_CC@ PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ PTHREAD_CXX = @PTHREAD_CXX@ PTHREAD_LIBS = @PTHREAD_LIBS@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ ax_pthread_config = @ax_pthread_config@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ inline = @inline@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ # Don't require all the GNU mandated files AUTOMAKE_OPTIONS = 1.7 foreign no-dependencies AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ -I$(top_srcdir)/utils/common -I$(top_builddir)/utils/common jpgicc_LDADD = $(top_builddir)/src/liblcms2.la @JPEGICC_DEPLIBS@ jpgicc_LDFLAGS = @LDFLAGS@ jpgicc_SOURCES = jpgicc.c iccjpeg.c ../common/xgetopt.c ../common/vprf.c ../common/utils.h man_MANS = jpgicc.1 EXTRA_DIST = iccjpeg.h $(man_MANS) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign utils/jpgicc/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign utils/jpgicc/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ fi; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p \ || test -f $$p1 \ ; then echo "$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n;h' \ -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) files[d] = files[d] " " $$1; \ else { print "f", $$3 "/" $$4, $$1; } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -e 's/$$/$(EXEEXT)/' \ `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && rm -f $$files clean-binPROGRAMS: @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list ../common/$(am__dirstamp): @$(MKDIR_P) ../common @: > ../common/$(am__dirstamp) ../common/xgetopt.$(OBJEXT): ../common/$(am__dirstamp) ../common/vprf.$(OBJEXT): ../common/$(am__dirstamp) jpgicc$(EXEEXT): $(jpgicc_OBJECTS) $(jpgicc_DEPENDENCIES) $(EXTRA_jpgicc_DEPENDENCIES) @rm -f jpgicc$(EXEEXT) $(AM_V_CCLD)$(jpgicc_LINK) $(jpgicc_OBJECTS) $(jpgicc_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) -rm -f ../common/*.$(OBJEXT) distclean-compile: -rm -f *.tab.c .c.o: $(AM_V_CC)$(COMPILE) -c -o $@ $< .c.obj: $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: $(AM_V_CC)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-man1: $(man_MANS) @$(NORMAL_INSTALL) @list1=''; \ list2='$(man_MANS)'; \ test -n "$(man1dir)" \ && test -n "`echo $$list1$$list2`" \ || exit 0; \ echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ { for i in $$list1; do echo "$$i"; done; \ if test -n "$$list2"; then \ for i in $$list2; do echo "$$i"; done \ | sed -n '/\.1[a-z]*$$/p'; \ fi; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ done | \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ fi; \ done; \ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ while read files; do \ test -z "$$files" || { \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ done; } uninstall-man1: @$(NORMAL_UNINSTALL) @list=''; test -n "$(man1dir)" || exit 0; \ files=`{ for i in $$list; do echo "$$i"; done; \ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.1[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(PROGRAMS) $(MANS) installdirs: for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -rm -f ../common/$(am__dirstamp) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-man install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-binPROGRAMS install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-man1 install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-binPROGRAMS uninstall-man uninstall-man: uninstall-man1 .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-binPROGRAMS \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-man1 \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ uninstall-binPROGRAMS uninstall-man uninstall-man1 .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: lcms2-2.17/utils/linkicc/0000755000175000017500000000000014752176133014262 5ustar martimartilcms2-2.17/utils/linkicc/Makefile.am0000644000175000017500000000113114752176133016312 0ustar martimarti# # Makefile for building lcms sample programs # Originally Written by Bob Friesenhahn, June 2003 # Additions and bugs by Marti Maria # Don't require all the GNU mandated files AUTOMAKE_OPTIONS = 1.7 foreign no-dependencies AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ -I$(top_srcdir)/utils/common -I$(top_builddir)/utils/common bin_PROGRAMS = linkicc linkicc_LDADD = $(top_builddir)/src/liblcms2.la linkicc_LDFLAGS = @LDFLAGS@ linkicc_SOURCES = linkicc.c ../common/xgetopt.c ../common/vprf.c ../common/utils.h man_MANS = linkicc.1 EXTRA_DIST = $(man_MANS) lcms2-2.17/utils/linkicc/linkicc.10000644000175000017500000000644514752176133015771 0ustar martimarti.\"Shiju P. Nair September 30, 2004 .\"Thomas Weber April 23, 2014 .TH LINKICC 1 "September 30, 2004" .SH NAME linkicc - little cms device link generator. .SH SYNOPSIS .B linkicc .RI [ options ] " profiles" .SH DESCRIPTION lcms is a standalone CMM engine, which deals with the color management. It implements a fast transformation between ICC profiles. .B linkicc is a little cms device link generator. .P Links two or more profiles into a single devicelink profile. Colorspaces must be paired except Lab/XYZ, that can be interchanged. .SH OPTIONS .TP .BR \-a\ NUM Observer adaptation state (abs.col. only), (0..1.0, float value) [defaults to 1.0]. .TP .B \-b Black point compensation. .TP .BI \-c\ precision Precision (0=LowRes, 1=Normal, 2=Hi-res) [defaults to 1]. .TP .BI \-d\ description Description text (quotes can be used). .TP .BI \-h\ NUM Show summary of options and examples (0=help, 1=Built-in profiles, 2=Examples, 3=Contact information) .TP .BI \-k\ inklimit Ink-limiting in % (CMYK only), (0..400.0, float value) [default 400.0]. .TP .B \-l Use linearization curves (may affect accuracy). .TP .BI \-n\ gridpoints Alternate way to set precision, number of CLUT points. .TP .BI \-o\ profile Output devicelink profile [defaults to 'devicelink.icm']. .TP .BI \-r\ profileversion Profile version. (CAUTION: may change the profile implementation), (2.0..4.3, float value) [defaults to 4.3]. .TP .BI \-t\ NUM Rendering intent .nf .RS 0=Perceptual [default] 1=Relative colorimetric 2=Saturation 3=Absolute colorimetric 10=Perceptual preserving black ink 11=Relative colorimetric preserving black ink 12=Saturation preserving black ink 13=Perceptual preserving black plane 14=Relative colorimetric preserving black plane 15=Saturation preserving black plane .RE .fi .TP .BI \-v\ verbosity Verbosity level, (0=None, 1=Normal, 2=High, 3=Very High) [defaults to 0]. .TP .B \-x Creatively, guess deviceclass of resulting profile. .TP .BI \-y\ copyright Copyright notice (quotes can be used) ["No copyright, use freely"]. .TP .B \-8 Creates 8-bit devicelink. .SH BUILT-IN PROFILES .nf *Lab2 -- D50-based v2 CIEL*a*b *Lab4 -- D50-based v4 CIEL*a*b *Lab -- D50-based v4 CIEL*a*b *XYZ -- CIE XYZ (PCS) *sRGB -- sRGB color space *Gray22 - Monochrome of Gamma 2.2 *Gray30 - Monochrome of Gamma 3.0 *null - Monochrome black for all input *Lin2222- CMYK linearization of gamma 2.2 on each channel .fi .SH EXAMPLES .nf To create 'devicelink.icm' from a.icc to b.icc: linkicc a.icc b.icc To create 'out.icc' from sRGB to cmyk.icc: linkicc -o out.icc *sRGB cmyk.icc To create a sRGB input profile working in Lab: linkicc -x -o sRGBLab.icc *sRGB *Lab To create a XYZ -> sRGB output profile: linkicc -x -o sRGBLab.icc *XYZ *sRGB To create a abstract profile doing softproof for cmyk.icc: linkicc -t1 -x -o softproof.icc *Lab cmyk.icc cmyk.icc *Lab To create a 'grayer' sRGB input profile: linkicc -x -o grayer.icc *sRGB gray.icc gray.icc *Lab To embed ink limiting into a cmyk output profile: linkicc -x -o cmyklimited.icc -k 250 cmyk.icc *Lab .fi .SH NOTES For suggestions, comments, bug reports etc. send mail to info@littlecms.com. .SH SEE ALSO .BR jpgicc (1), .BR psicc (1), .BR tificc (1), .BR transicc (1) .SH AUTHOR This manual page was written by Shiju p. Nair , for the Debian project. lcms2-2.17/utils/linkicc/linkicc.c0000644000175000017500000002643014752176133016047 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- #include "utils.h" // --------------------------------------------------------------------------------- static char* Description = "Devicelink profile"; static char* Copyright = "No copyright, use freely"; static int Intent = INTENT_PERCEPTUAL; static char* cOutProf = "devicelink.icc"; static int PrecalcMode = 1; static int NumOfGridPoints = 0; static cmsFloat64Number ObserverAdaptationState = 1.0; // According ICC 4.2 this is the default static cmsBool BlackPointCompensation = FALSE; static cmsFloat64Number InkLimit = 400; static cmsBool lUse8bits = FALSE; static cmsBool TagResult = FALSE; static cmsBool KeepLinearization = FALSE; static cmsFloat64Number Version = 4.3; // The manual static int Help(int level) { UTILS_UNUSED_PARAMETER(level); fprintf(stderr, "\nlinkicc: Links profiles into a single devicelink.\n"); fprintf(stderr, "\n"); fprintf(stderr, "usage: linkicc [flags] \n\n"); fprintf(stderr, "flags:\n\n"); fprintf(stderr, "-o - Output devicelink profile. [defaults to 'devicelink.icc']\n"); PrintRenderingIntents(); fprintf(stderr, "-c<0,1,2> - Precision (0=LowRes, 1=Normal, 2=Hi-res) [defaults to 1]\n"); fprintf(stderr, "-n - Alternate way to set precision, number of CLUT points\n"); fprintf(stderr, "-d - description text (quotes can be used)\n"); fprintf(stderr, "-y - copyright notice (quotes can be used)\n"); fprintf(stderr, "\n-k<0..400> - Ink-limiting in %% (CMYK only)\n"); fprintf(stderr, "-8 - Creates 8-bit devicelink\n"); fprintf(stderr, "-x - Creatively, guess deviceclass of resulting profile.\n"); fprintf(stderr, "-b - Black point compensation\n"); fprintf(stderr, "-a<0..1> - Observer adaptation state (abs.col. only)\n\n"); fprintf(stderr, "-l - Use linearization curves (may affect accuracy)\n"); fprintf(stderr, "-r - Profile version. (CAUTION: may change the profile implementation)\n"); fprintf(stderr, "\n"); fprintf(stderr, "Colorspaces must be paired except Lab/XYZ, that can be interchanged.\n\n"); PrintBuiltins(); fprintf(stderr, "\nExamples:\n\n" "To create 'devicelink.icm' from a.icc to b.icc:\n" "\tlinkicc a.icc b.icc\n\n" "To create 'out.icc' from sRGB to cmyk.icc:\n" "\tlinkicc -o out.icc *sRGB cmyk.icc\n\n" "To create a sRGB input profile working in Lab:\n" "\tlinkicc -x -o sRGBLab.icc *sRGB *Lab\n\n" "To create a XYZ -> sRGB output profile:\n" "\tlinkicc -x -o sRGBLab.icc *XYZ *sRGB\n\n" "To create a abstract profile doing softproof for cmyk.icc:\n" "\tlinkicc -t1 -x -o softproof.icc *Lab cmyk.icc cmyk.icc *Lab\n\n" "To create a 'grayer' sRGB input profile:\n" "\tlinkicc -x -o grayer.icc *sRGB gray.icc gray.icc *Lab\n\n" "To embed ink limiting into a cmyk output profile:\n" "\tlinkicc -x -o cmyklimited.icc -k 250 cmyk.icc *Lab\n\n"); fprintf(stderr, "This program is intended to be a demo of the Little CMS\n" "color engine. Both lcms and this program are open source.\n" "You can obtain both in source code at https://www.littlecms.com\n" "For suggestions, comments, bug reports etc. send mail to\n" "info@littlecms.com\n\n"); exit(0); } // The toggles stuff static void HandleSwitches(int argc, char *argv[]) { int s; while ((s = xgetopt(argc,argv,"a:A:BbC:c:D:d:h:H:k:K:lLn:N:O:o:r:R:T:t:V:v:xX8y:Y:-:")) != EOF) { switch (s) { case '-': if (strcmp(xoptarg, "help") == 0) { Help(0); } else { FatalError("Unknown option - run without args to see valid ones.\n"); } break; case 'a': case 'A': ObserverAdaptationState = atof(xoptarg); if (ObserverAdaptationState < 0 || ObserverAdaptationState > 1.0) FatalError("Adaptation state should be 0..1"); break; case 'b': case 'B': BlackPointCompensation = TRUE; break; case 'c': case 'C': PrecalcMode = atoi(xoptarg); if (PrecalcMode < 0 || PrecalcMode > 2) { FatalError("Unknown precalc mode '%d'", PrecalcMode); } break; case 'd': case 'D': // Doing that is correct and safe: Description points to memory allocated in the command line. // same for Copyright and output devicelink. Description = xoptarg; break; case 'h': case 'H': Help(atoi(xoptarg)); return; case 'k': case 'K': InkLimit = atof(xoptarg); if (InkLimit < 0.0 || InkLimit > 400.0) { FatalError("Ink limit must be 0%%..400%%"); } break; case 'l': case 'L': KeepLinearization = TRUE; break; case 'n': case 'N': if (PrecalcMode != 1) { FatalError("Precalc mode already specified"); } NumOfGridPoints = atoi(xoptarg); break; case 'o': case 'O': cOutProf = xoptarg; break; case 'r': case 'R': Version = atof(xoptarg); if (Version < 2.0 || Version > 4.3) { fprintf(stderr, "WARNING: lcms was not aware of this version, tag types may be wrong!\n"); } break; case 't': case 'T': Intent = atoi(xoptarg); // Will be validated latter on break; case 'V': case 'v': Verbose = atoi(xoptarg); if (Verbose < 0 || Verbose > 3) { FatalError("Unknown verbosity level '%d'", Verbose); } break; case '8': lUse8bits = TRUE; break; case 'y': case 'Y': Copyright = xoptarg; break; case 'x': case 'X': TagResult = TRUE; break; default: FatalError("Unknown option - run without args to see valid ones.\n"); } } } // Set the copyright and description static cmsBool SetTextTags(cmsHPROFILE hProfile) { cmsMLU *DescriptionMLU, *CopyrightMLU; cmsBool rc = FALSE; cmsContext ContextID = cmsGetProfileContextID(hProfile); DescriptionMLU = cmsMLUalloc(ContextID, 1); CopyrightMLU = cmsMLUalloc(ContextID, 1); if (DescriptionMLU == NULL || CopyrightMLU == NULL) goto Error; if (!cmsMLUsetASCII(DescriptionMLU, "en", "US", Description)) goto Error; if (!cmsMLUsetASCII(CopyrightMLU, "en", "US", Copyright)) goto Error; if (!cmsWriteTag(hProfile, cmsSigProfileDescriptionTag, DescriptionMLU)) goto Error; if (!cmsWriteTag(hProfile, cmsSigCopyrightTag, CopyrightMLU)) goto Error; rc = TRUE; Error: if (DescriptionMLU) cmsMLUfree(DescriptionMLU); if (CopyrightMLU) cmsMLUfree(CopyrightMLU); return rc; } int main(int argc, char *argv[]) { int i, nargs, rc; cmsHPROFILE Profiles[257]; cmsHPROFILE hProfile; cmsUInt32Number dwFlags; cmsHTRANSFORM hTransform = NULL; // Here we are fprintf(stderr, "Little CMS ICC device link generator - v3.2 [LittleCMS %2.2f]\n", cmsGetEncodedCMMversion() / 1000.0); fprintf(stderr, "Copyright (c) 1998-2024 Marti Maria Saguer. See COPYING file for details.\n"); fflush(stderr); // Initialize InitUtils("linkicc"); rc = 0; // Get the options HandleSwitches(argc, argv); // How many profiles to link? nargs = (argc - xoptind); if (nargs < 1) return Help(0); if (nargs > 255) { FatalError("Holy profile! what are you trying to do with so many profiles!?"); goto Cleanup; } // Open all profiles memset(Profiles, 0, sizeof(Profiles)); for (i=0; i < nargs; i++) { Profiles[i] = OpenStockProfile(0, argv[i + xoptind]); if (Profiles[i] == NULL) goto Cleanup; if (Verbose >= 1) { PrintProfileInformation(Profiles[i]); } } // Ink limiting if (InkLimit != 400.0) { cmsColorSpaceSignature EndingColorSpace = cmsGetColorSpace(Profiles[nargs-1]); Profiles[nargs++] = cmsCreateInkLimitingDeviceLink(EndingColorSpace, InkLimit); } // Set the flags dwFlags = cmsFLAGS_KEEP_SEQUENCE; switch (PrecalcMode) { case 0: dwFlags |= cmsFLAGS_LOWRESPRECALC; break; case 2: dwFlags |= cmsFLAGS_HIGHRESPRECALC; break; case 1: if (NumOfGridPoints > 0) dwFlags |= cmsFLAGS_GRIDPOINTS(NumOfGridPoints); break; default: { FatalError("Unknown precalculation mode '%d'", PrecalcMode); goto Cleanup; } } if (BlackPointCompensation) dwFlags |= cmsFLAGS_BLACKPOINTCOMPENSATION; if (TagResult) dwFlags |= cmsFLAGS_GUESSDEVICECLASS; if (KeepLinearization) dwFlags |= cmsFLAGS_CLUT_PRE_LINEARIZATION|cmsFLAGS_CLUT_POST_LINEARIZATION; if (lUse8bits) dwFlags |= cmsFLAGS_8BITS_DEVICELINK; cmsSetAdaptationState(ObserverAdaptationState); // Create the color transform. Specify 0 for the format is safe as the transform // is intended to be used only for the devicelink. hTransform = cmsCreateMultiprofileTransform(Profiles, nargs, 0, 0, Intent, dwFlags|cmsFLAGS_NOOPTIMIZE); if (hTransform == NULL) { FatalError("Transform creation failed"); goto Cleanup; } hProfile = cmsTransform2DeviceLink(hTransform, Version, dwFlags); if (hProfile == NULL) { FatalError("Devicelink creation failed"); goto Cleanup; } SetTextTags(hProfile); cmsSetHeaderRenderingIntent(hProfile, Intent); if (cmsSaveProfileToFile(hProfile, cOutProf)) { if (Verbose > 0) fprintf(stderr, "Ok"); } else FatalError("Error saving file!"); cmsCloseProfile(hProfile); Cleanup: if (hTransform != NULL) cmsDeleteTransform(hTransform); for (i=0; i < nargs; i++) { if (Profiles[i] != NULL) cmsCloseProfile(Profiles[i]); } return rc; } lcms2-2.17/utils/linkicc/meson.build0000644000175000017500000000034514752176133016426 0ustar martimartilinkicc_sources = files( 'linkicc.c', ) linkicc_exe = executable( 'linkicc', linkicc_sources, dependencies: [liblcms2_dep, common_dep], install: true, ) linkicc_man = files( 'linkicc.1', ) install_man(linkicc_man) lcms2-2.17/utils/linkicc/Makefile.in0000644000175000017500000005502614752176133016337 0ustar martimarti# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # # Makefile for building lcms sample programs # Originally Written by Bob Friesenhahn, June 2003 # Additions and bugs by Marti Maria VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ bin_PROGRAMS = linkicc$(EXEEXT) subdir = utils/linkicc ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \ $(top_srcdir)/m4/ax_append_flag.m4 \ $(top_srcdir)/m4/ax_check_compile_flag.m4 \ $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \ $(top_srcdir)/m4/ax_pthread.m4 \ $(top_srcdir)/m4/ax_require_defined.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" PROGRAMS = $(bin_PROGRAMS) am__dirstamp = $(am__leading_dot)dirstamp am_linkicc_OBJECTS = linkicc.$(OBJEXT) ../common/xgetopt.$(OBJEXT) \ ../common/vprf.$(OBJEXT) linkicc_OBJECTS = $(am_linkicc_OBJECTS) linkicc_DEPENDENCIES = $(top_builddir)/src/liblcms2.la AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = linkicc_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(linkicc_LDFLAGS) $(LDFLAGS) -o $@ AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = am__maybe_remake_depfiles = COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(linkicc_SOURCES) DIST_SOURCES = $(linkicc_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } man1dir = $(mandir)/man1 NROFF = nroff MANS = $(man_MANS) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSCOPE = @CSCOPE@ CTAGS = @CTAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FILECMD = @FILECMD@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@ LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBRARY_AGE = @LIBRARY_AGE@ LIBRARY_CURRENT = @LIBRARY_CURRENT@ LIBRARY_REVISION = @LIBRARY_REVISION@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIB_JPEG = @LIB_JPEG@ LIB_MATH = @LIB_MATH@ LIB_PLUGINS = @LIB_PLUGINS@ LIB_THREAD = @LIB_THREAD@ LIB_TIFF = @LIB_TIFF@ LIB_ZLIB = @LIB_ZLIB@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PTHREAD_CC = @PTHREAD_CC@ PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ PTHREAD_CXX = @PTHREAD_CXX@ PTHREAD_LIBS = @PTHREAD_LIBS@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ ax_pthread_config = @ax_pthread_config@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ inline = @inline@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ # Don't require all the GNU mandated files AUTOMAKE_OPTIONS = 1.7 foreign no-dependencies AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ -I$(top_srcdir)/utils/common -I$(top_builddir)/utils/common linkicc_LDADD = $(top_builddir)/src/liblcms2.la linkicc_LDFLAGS = @LDFLAGS@ linkicc_SOURCES = linkicc.c ../common/xgetopt.c ../common/vprf.c ../common/utils.h man_MANS = linkicc.1 EXTRA_DIST = $(man_MANS) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign utils/linkicc/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign utils/linkicc/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ fi; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p \ || test -f $$p1 \ ; then echo "$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n;h' \ -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) files[d] = files[d] " " $$1; \ else { print "f", $$3 "/" $$4, $$1; } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -e 's/$$/$(EXEEXT)/' \ `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && rm -f $$files clean-binPROGRAMS: @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list ../common/$(am__dirstamp): @$(MKDIR_P) ../common @: > ../common/$(am__dirstamp) ../common/xgetopt.$(OBJEXT): ../common/$(am__dirstamp) ../common/vprf.$(OBJEXT): ../common/$(am__dirstamp) linkicc$(EXEEXT): $(linkicc_OBJECTS) $(linkicc_DEPENDENCIES) $(EXTRA_linkicc_DEPENDENCIES) @rm -f linkicc$(EXEEXT) $(AM_V_CCLD)$(linkicc_LINK) $(linkicc_OBJECTS) $(linkicc_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) -rm -f ../common/*.$(OBJEXT) distclean-compile: -rm -f *.tab.c .c.o: $(AM_V_CC)$(COMPILE) -c -o $@ $< .c.obj: $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: $(AM_V_CC)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-man1: $(man_MANS) @$(NORMAL_INSTALL) @list1=''; \ list2='$(man_MANS)'; \ test -n "$(man1dir)" \ && test -n "`echo $$list1$$list2`" \ || exit 0; \ echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ { for i in $$list1; do echo "$$i"; done; \ if test -n "$$list2"; then \ for i in $$list2; do echo "$$i"; done \ | sed -n '/\.1[a-z]*$$/p'; \ fi; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ done | \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ fi; \ done; \ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ while read files; do \ test -z "$$files" || { \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ done; } uninstall-man1: @$(NORMAL_UNINSTALL) @list=''; test -n "$(man1dir)" || exit 0; \ files=`{ for i in $$list; do echo "$$i"; done; \ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.1[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(PROGRAMS) $(MANS) installdirs: for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -rm -f ../common/$(am__dirstamp) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-man install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-binPROGRAMS install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-man1 install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-binPROGRAMS uninstall-man uninstall-man: uninstall-man1 .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-binPROGRAMS \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-man1 \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ uninstall-binPROGRAMS uninstall-man uninstall-man1 .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: lcms2-2.17/utils/matlab/0000755000175000017500000000000014752176133014106 5ustar martimartilcms2-2.17/utils/matlab/howto.txt0000644000175000017500000000005314752176133016005 0ustar martimarti To compile for matlab use: mex @lcms_rsp lcms2-2.17/utils/matlab/icctrans.c0000644000175000017500000004016114752176133016062 0ustar martimarti// // Little cms // Copyright (C) 1998-2010 Marti Maria, Ignacio Ruiz de Conejo // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "mex.h" #include "lcms2.h" #include "string.h" #include "stdarg.h" // xgetopt() interface ----------------------------------------------------- static int xoptind; static char *xoptarg; static int xopterr; static char *letP; static char SW = '-'; // ------------------------------------------------------------------------ static int Verbose ; // Print some statistics static char *cInProf; // Input profile static char *cOutProf; // Output profile static char *cProofing; // Softproofing profile static int Intent; // Rendering Intent static int ProofingIntent; // RI for proof static int PrecalcMode; // 0 = Not, 1=Normal, 2=Accurate, 3=Fast static cmsBool BlackPointCompensation; static cmsBool lIsDeviceLink; static cmsBool lMultiProfileChain; // Multiple profile chain static cmsHPROFILE hInput, hOutput, hProof; static cmsHTRANSFORM hColorTransform; static cmsHPROFILE hProfiles[255]; static int nProfiles; static cmsColorSpaceSignature InputColorSpace, OutputColorSpace; static int OutputChannels, InputChannels, nBytesDepth; // Error. Print error message and abort static cmsBool FatalError(const char *frm, ...) { va_list args; char Buffer[1024]; va_start(args, frm); vsprintf(Buffer, frm, args); mexErrMsgTxt(Buffer); va_end(args); return FALSE; } // This is the handler passed to lcms static void MatLabErrorHandler(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *Text) { mexErrMsgTxt(Text); } // // Parse the command line options, System V style. // static void xoptinit() { xoptind = 1; xopterr = 0; letP = NULL; } static int xgetopt(int argc, char *argv[], char *optionS) { unsigned char ch; char *optP; if (SW == 0) { SW = '/'; } if (argc > xoptind) { if (letP == NULL) { if ((letP = argv[xoptind]) == NULL || *(letP++) != SW) goto gopEOF; if (*letP == SW) { xoptind++; goto gopEOF; } } if (0 == (ch = *(letP++))) { xoptind++; goto gopEOF; } if (':' == ch || (optP = strchr(optionS, ch)) == NULL) goto gopError; if (':' == *(++optP)) { xoptind++; if (0 == *letP) { if (argc <= xoptind) goto gopError; letP = argv[xoptind++]; } xoptarg = letP; letP = NULL; } else { if (0 == *letP) { xoptind++; letP = NULL; } xoptarg = NULL; } return ch; } gopEOF: xoptarg = letP = NULL; return EOF; gopError: xoptarg = NULL; if (xopterr) FatalError ("get command line option"); return ('?'); } // Return Mathlab type by depth static size_t SizeOfArrayType(const mxArray *Array) { switch (mxGetClassID(Array)) { case mxINT8_CLASS: return 1; case mxUINT8_CLASS: return 1; case mxINT16_CLASS: return 2; case mxUINT16_CLASS: return 2; case mxSINGLE_CLASS: return 4; case mxDOUBLE_CLASS: return 0; // Special case -- lcms handles double as size=0 default: FatalError("Unsupported data type"); return 0; } } // Get number of pixels of input array. Supported arrays are // organized as NxMxD, being N and M the size of image and D the // number of components. static size_t GetNumberOfPixels(const mxArray* In) { int nDimensions = mxGetNumberOfDimensions(In); const int *Dimensions = mxGetDimensions(In); switch (nDimensions) { case 1: return 1; // It is just a spot color case 2: return Dimensions[0]; // A scanline case 3: return Dimensions[0]*Dimensions[1]; // A image default: FatalError("Unsupported array of %d dimensions", nDimensions); return 0; } } // Allocates the output array. Copies the input array modifying the pixel // definition to match "OutputChannels". static mxArray* AllocateOutputArray(const mxArray* In, int OutputChannels) { mxArray* Out = mxDuplicateArray(In); // Make a "deep copy" of Input array int nDimensions = mxGetNumberOfDimensions(In); const int* Dimensions = mxGetDimensions(In); int InputChannels = Dimensions[nDimensions-1]; // Modify pixel size only if needed if (InputChannels != OutputChannels) { int i, NewSize; int *ModifiedDimensions = (int*) mxMalloc(nDimensions * sizeof(int)); memmove(ModifiedDimensions, Dimensions, nDimensions * sizeof(int)); ModifiedDimensions[nDimensions - 1] = OutputChannels; switch (mxGetClassID(In)) { case mxINT8_CLASS: NewSize = sizeof(char); break; case mxUINT8_CLASS: NewSize = sizeof(unsigned char); break; case mxINT16_CLASS: NewSize = sizeof(short); break; case mxUINT16_CLASS: NewSize = sizeof(unsigned short); break; default: case mxDOUBLE_CLASS: NewSize = sizeof(double); break; } // NewSize = 1; for (i=0; i < nDimensions; i++) NewSize *= ModifiedDimensions[i]; mxSetDimensions(Out, ModifiedDimensions, nDimensions); mxFree(ModifiedDimensions); mxSetPr(Out, mxRealloc(mxGetPr(Out), NewSize)); } return Out; } // Does create a format descriptor. "Bytes" is the sizeof type in bytes // // Bytes Meaning // ------ -------- // 0 Floating point (double) // 1 8-bit samples // 2 16-bit samples static cmsUInt32Number MakeFormatDescriptor(cmsColorSpaceSignature ColorSpace, int Bytes) { int IsFloat = (Bytes == 0 || Bytes == 4) ? 1 : 0; int Channels = cmsChannelsOf(ColorSpace); return FLOAT_SH(IsFloat)|COLORSPACE_SH(_cmsLCMScolorSpace(ColorSpace))|BYTES_SH(Bytes)|CHANNELS_SH(Channels)|PLANAR_SH(1); } // Opens a profile or proper built-in static cmsHPROFILE OpenProfile(const char* File) { cmsContext ContextID = 0; if (!File) return cmsCreate_sRGBProfileTHR(ContextID); if (cmsstrcasecmp(File, "*Lab2") == 0) return cmsCreateLab2ProfileTHR(ContextID, NULL); if (cmsstrcasecmp(File, "*Lab4") == 0) return cmsCreateLab4ProfileTHR(ContextID, NULL); if (cmsstrcasecmp(File, "*Lab") == 0) return cmsCreateLab4ProfileTHR(ContextID, NULL); if (cmsstrcasecmp(File, "*LabD65") == 0) { cmsCIExyY D65xyY; cmsWhitePointFromTemp( &D65xyY, 6504); return cmsCreateLab4ProfileTHR(ContextID, &D65xyY); } if (cmsstrcasecmp(File, "*XYZ") == 0) return cmsCreateXYZProfileTHR(ContextID); if (cmsstrcasecmp(File, "*Gray22") == 0) { cmsToneCurve* Curve = cmsBuildGamma(ContextID, 2.2); cmsHPROFILE hProfile = cmsCreateGrayProfileTHR(ContextID, cmsD50_xyY(), Curve); cmsFreeToneCurve(Curve); return hProfile; } if (cmsstrcasecmp(File, "*Gray30") == 0) { cmsToneCurve* Curve = cmsBuildGamma(ContextID, 3.0); cmsHPROFILE hProfile = cmsCreateGrayProfileTHR(ContextID, cmsD50_xyY(), Curve); cmsFreeToneCurve(Curve); return hProfile; } if (cmsstrcasecmp(File, "*srgb") == 0) return cmsCreate_sRGBProfileTHR(ContextID); if (cmsstrcasecmp(File, "*null") == 0) return cmsCreateNULLProfileTHR(ContextID); if (cmsstrcasecmp(File, "*Lin2222") == 0) { cmsToneCurve* Gamma = cmsBuildGamma(0, 2.2); cmsToneCurve* Gamma4[4]; cmsHPROFILE hProfile; Gamma4[0] = Gamma4[1] = Gamma4[2] = Gamma4[3] = Gamma; hProfile = cmsCreateLinearizationDeviceLink(cmsSigCmykData, Gamma4); cmsFreeToneCurve(Gamma); return hProfile; } return cmsOpenProfileFromFileTHR(ContextID, File, "r"); } static cmsUInt32Number GetFlags() { cmsUInt32Number dwFlags = 0; switch (PrecalcMode) { case 0: dwFlags = cmsFLAGS_NOOPTIMIZE; break; case 2: dwFlags = cmsFLAGS_HIGHRESPRECALC; break; case 3: dwFlags = cmsFLAGS_LOWRESPRECALC; break; case 1: break; default: FatalError("Unknown precalculation mode '%d'", PrecalcMode); } if (BlackPointCompensation) dwFlags |= cmsFLAGS_BLACKPOINTCOMPENSATION; return dwFlags; } // Create transforms static void OpenTransforms(int argc, char *argv[]) { cmsUInt32Number dwIn, dwOut, dwFlags; if (lMultiProfileChain) { int i; cmsHTRANSFORM hTmp; nProfiles = argc - xoptind; for (i=0; i < nProfiles; i++) { hProfiles[i] = OpenProfile(argv[i+xoptind]); } // Create a temporary devicelink hTmp = cmsCreateMultiprofileTransform(hProfiles, nProfiles, 0, 0, Intent, GetFlags()); hInput = cmsTransform2DeviceLink(hTmp, 4.2, 0); hOutput = NULL; cmsDeleteTransform(hTmp); InputColorSpace = cmsGetColorSpace(hInput); OutputColorSpace = cmsGetPCS(hInput); lIsDeviceLink = TRUE; } else if (lIsDeviceLink) { hInput = cmsOpenProfileFromFile(cInProf, "r"); hOutput = NULL; InputColorSpace = cmsGetColorSpace(hInput); OutputColorSpace = cmsGetPCS(hInput); } else { hInput = OpenProfile(cInProf); hOutput = OpenProfile(cOutProf); InputColorSpace = cmsGetColorSpace(hInput); OutputColorSpace = cmsGetColorSpace(hOutput); if (cmsGetDeviceClass(hInput) == cmsSigLinkClass || cmsGetDeviceClass(hOutput) == cmsSigLinkClass) FatalError("Use %cl flag for devicelink profiles!\n", SW); } /* if (Verbose) { mexPrintf("From: %s\n", cmsTakeProductName(hInput)); if (hOutput) mexPrintf("To : %s\n\n", cmsTakeProductName(hOutput)); } */ OutputChannels = cmsChannelsOf(OutputColorSpace); InputChannels = cmsChannelsOf(InputColorSpace); dwIn = MakeFormatDescriptor(InputColorSpace, nBytesDepth); dwOut = MakeFormatDescriptor(OutputColorSpace, nBytesDepth); dwFlags = GetFlags(); if (cProofing != NULL) { hProof = OpenProfile(cProofing); dwFlags |= cmsFLAGS_SOFTPROOFING; } hColorTransform = cmsCreateProofingTransform(hInput, dwIn, hOutput, dwOut, hProof, Intent, ProofingIntent, dwFlags); } static void ApplyTransforms(const mxArray *In, mxArray *Out) { double *Input = mxGetPr(In); double *Output = mxGetPr(Out); size_t nPixels = GetNumberOfPixels(In);; cmsDoTransform(hColorTransform, Input, Output, nPixels ); } static void CloseTransforms(void) { int i; if (hColorTransform) cmsDeleteTransform(hColorTransform); if (hInput) cmsCloseProfile(hInput); if (hOutput) cmsCloseProfile(hOutput); if (hProof) cmsCloseProfile(hProof); for (i=0; i < nProfiles; i++) cmsCloseProfile(hProfiles[i]); hColorTransform = NULL; hInput = NULL; hOutput = NULL; hProof = NULL; } static void HandleSwitches(int argc, char *argv[]) { int s; xoptinit(); while ((s = xgetopt(argc, argv,"C:c:VvbBI:i:O:o:T:t:L:l:r:r:P:p:Mm")) != EOF) { switch (s){ case 'b': case 'B': BlackPointCompensation = TRUE; break; case 'c': case 'C': PrecalcMode = atoi(xoptarg); if (PrecalcMode < 0 || PrecalcMode > 3) FatalError("Unknown precalc mode '%d'", PrecalcMode); break; case 'v': case 'V': Verbose = TRUE; break; case 'i': case 'I': if (lIsDeviceLink) FatalError("Device-link already specified"); cInProf = xoptarg; break; case 'o': case 'O': if (lIsDeviceLink) FatalError("Device-link already specified"); cOutProf = xoptarg; break; case 't': case 'T': Intent = atoi(xoptarg); // if (Intent > 3) Intent = 3; if (Intent < 0) Intent = 0; break; case 'l': case 'L': cInProf = xoptarg; lIsDeviceLink = TRUE; break; case 'p': case 'P': cProofing = xoptarg; break; case 'r': case 'R': ProofingIntent = atoi(xoptarg); // if (ProofingIntent > 3) ProofingIntent = 3; if (ProofingIntent < 0) ProofingIntent = 0; break; case 'm': case 'M': lMultiProfileChain = TRUE; break; default: FatalError("Unknown option."); } } // For multiprofile, need to specify -m if (xoptind < argc) { if (!lMultiProfileChain) FatalError("Use %cm for multiprofile transforms", SW); } } // -------------------------------------------------- Print some fancy help static void PrintHelp(void) { mexPrintf("(MX) little cms ColorSpace conversion tool - v2.0\n\n"); mexPrintf("usage: icctrans (mVar, flags)\n\n"); mexPrintf("mVar : Matlab array.\n"); mexPrintf("flags: a string containing one or more of following options.\n\n"); mexPrintf("\t%cv - Verbose\n", SW); mexPrintf("\t%ci - Input profile (defaults to sRGB)\n", SW); mexPrintf("\t%co - Output profile (defaults to sRGB)\n", SW); mexPrintf("\t%cl - Transform by device-link profile\n", SW); mexPrintf("\t%cm - Apply multiprofile chain\n", SW); mexPrintf("\t%ct - Rendering intent\n", SW); mexPrintf("\t%cb - Black point compensation\n", SW); mexPrintf("\t%cc<0,1,2,3> - Optimize transform (0=Off, 1=Normal, 2=Hi-res, 3=Lo-Res) [defaults to 1]\n", SW); mexPrintf("\t%cp - Soft proof profile\n", SW); mexPrintf("\t%cr<0,1,2,3> - Soft proof intent\n", SW); mexPrintf("\nYou can use following built-ins as profiles:\n\n"); mexPrintf("\t*Lab2 -- D50-based v2 CIEL*a*b\n" "\t*Lab4 -- D50-based v4 CIEL*a*b\n" "\t*Lab -- D50-based v4 CIEL*a*b\n" "\t*XYZ -- CIE XYZ (PCS)\n" "\t*sRGB -- IEC6 1996-2.1 sRGB color space\n" "\t*Gray22 - Monochrome of Gamma 2.2\n" "\t*Gray30 - Monochrome of Gamma 3.0\n" "\t*null - Monochrome black for all input\n" "\t*Lin2222- CMYK linearization of gamma 2.2 on each channel\n\n"); mexPrintf("For suggestions, comments, bug reports etc. send mail to info@littlecms.com\n\n"); } // Main entry point void mexFunction( int nlhs, // Number of left hand side (output) arguments mxArray *plhs[], // Array of left hand side arguments int nrhs, // Number of right hand side (input) arguments const mxArray *prhs[] // Array of right hand side arguments ) { char CommandLine[4096+1]; char *pt, *argv[128]; int argc = 1; if (nrhs != 2) { PrintHelp(); return; } if(nlhs > 1) { FatalError("Too many output arguments."); } // Setup error handler cmsSetLogErrorHandler(MatLabErrorHandler); // Defaults Verbose = 0; cInProf = NULL; cOutProf = NULL; cProofing = NULL; lMultiProfileChain = FALSE; nProfiles = 0; Intent = INTENT_PERCEPTUAL; ProofingIntent = INTENT_ABSOLUTE_COLORIMETRIC; PrecalcMode = 1; BlackPointCompensation = FALSE; lIsDeviceLink = FALSE; // Check types. Fist parameter is array of values, second parameter is command line if (!mxIsNumeric(prhs[0])) FatalError("Type mismatch on argument 1 -- Must be numeric"); if (!mxIsChar(prhs[1])) FatalError("Type mismatch on argument 2 -- Must be string"); // Unpack string to command line buffer if (mxGetString(prhs[1], CommandLine, 4096)) FatalError("Cannot unpack command string"); // Separate to argv[] convention argv[0] = NULL; for (pt = strtok(CommandLine, " "); pt; pt = strtok(NULL, " ")) { argv[argc++] = pt; } // Parse arguments HandleSwitches(argc, argv); nBytesDepth = SizeOfArrayType(prhs[0]); OpenTransforms(argc, argv); plhs[0] = AllocateOutputArray(prhs[0], OutputChannels); ApplyTransforms(prhs[0], plhs[0]); CloseTransforms(); // Done! } lcms2-2.17/utils/matlab/lcms_rsp0000644000175000017500000000107714752176133015660 0ustar martimarti-v -compatibleArrayDims -O -I../../include icctrans.c ../../src/cmscam02.c ../../src/cmscgats.c ../../src/cmscnvrt.c ../../src/cmserr.c ../../src/cmsgamma.c ../../src/cmsgmt.c ../../src/cmsintrp.c ../../src/cmsio0.c ../../src/cmsio1.c ../../src/cmslut.c ../../src/cmsmd5.c ../../src/cmsmtrx.c ../../src/cmsnamed.c ../../src/cmsopt.c ../../src/cmspack.c ../../src/cmspcs.c ../../src/cmsplugin.c ../../src/cmsps2.c ../../src/cmssamp.c ../../src/cmssm.c ../../src/cmstypes.c ../../src/cmsvirt.c ../../src/cmswtpnt.c ../../src/cmsxform.c ../../src/cmshalf.c ../../src/cmsalpha.c lcms2-2.17/utils/meson.build0000644000175000017500000000024014752176133015004 0ustar martimartisubdir('common') if jpeg_dep.found() subdir('jpgicc') endif subdir('linkicc') subdir('psicc') if tiff_dep.found() subdir('tificc') endif subdir('transicc') lcms2-2.17/utils/psicc/0000755000175000017500000000000014752176133013747 5ustar martimartilcms2-2.17/utils/psicc/Makefile.am0000644000175000017500000000112114752176133015776 0ustar martimarti# # Makefile for building psicc # Originally Written by Bob Friesenhahn, June 2003 # Additions and bugs by Marti Maria # Don't require all the GNU mandated files AUTOMAKE_OPTIONS = 1.7 foreign no-dependencies AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ -I$(top_srcdir)/utils/common -I$(top_builddir)/utils/common bin_PROGRAMS = psicc psicc_LDADD = $(top_builddir)/src/liblcms2.la @LCMS_LIB_DEPLIBS@ psicc_LDFLAGS = @LDFLAGS@ psicc_SOURCES = psicc.c ../common/xgetopt.c ../common/vprf.c ../common/utils.h man_MANS = psicc.1 EXTRA_DIST = $(man_MANS) lcms2-2.17/utils/psicc/meson.build0000644000175000017500000000032514752176133016111 0ustar martimartipsicc_sources = files( 'psicc.c', ) psicc_exe = executable( 'psicc', psicc_sources, dependencies: [liblcms2_dep, common_dep], install: true, ) psicc_man = files( 'psicc.1', ) install_man(psicc_man) lcms2-2.17/utils/psicc/psicc.10000644000175000017500000000230114752176133015126 0ustar martimarti.\"Shiju P. Nair September 30, 2004 .\"Thomas Weber April 23, 2014 .TH PSICC 1 "September 30, 2004" .SH NAME psicc - little cms PostScript converter. .SH SYNOPSIS .B psicc .RI [ options ] .SH DESCRIPTION lcms is a standalone CMM engine, which deals with the color management. It implements a fast transformation between ICC profiles. .B psicc is a little cms PostScript converter. .SH OPTIONS .TP .B \-b Black point compensation (CRD only). .TP .BI \-c\ precision Precision (0=LowRes, 1=Normal, 2=Hi-res) (CRD only) [defaults to 1]. .TP .BI \-i\ profile Input profile: Generates Color Space Array (CSA). .TP .BI \-n\ gridpoints Alternate way to set precision, number of CLUT points (CRD only). .TP .BI \-o\ profile Output profile: Generates Color Rendering Dictionary(CRD). .TP .BI \-t\ intent Intent (0=Perceptual, 1=Colorimetric, 2=Saturation, 3=Absolute) [defaults to 0]. .TP .B \-u Do NOT generate resource name on CRD. .SH NOTES For suggestions, comments, bug reports etc. send mail to info@littlecms.com. .SH SEE ALSO .BR jpgicc (1), .BR linkicc (1), .BR tificc (1), .BR transicc (1) .SH AUTHOR This manual page was written by Shiju p. Nair , for the Debian project. lcms2-2.17/utils/psicc/psicc.c0000644000175000017500000001513714752176133015223 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- #include "utils.h" // ------------------------------------------------------------------------ static char *cInProf = NULL; static char *cOutProf = NULL; static int Intent = INTENT_PERCEPTUAL; static FILE* OutFile; static int BlackPointCompensation = FALSE; static int Undecorated = FALSE; static int PrecalcMode = 1; static int NumOfGridPoints = 0; static void Help(void) { fprintf(stderr, "usage: psicc [flags] []\n\n"); fprintf(stderr, "flags:\n\n"); fprintf(stderr, "-i - Input profile: Generates Color Space Array (CSA)\n"); fprintf(stderr, "-o - Output profile: Generates Color Rendering Dictionary(CRD)\n"); fprintf(stderr, "-t<0,1,2,3> - Intent (0=Perceptual, 1=Colorimetric, 2=Saturation, 3=Absolute)\n"); fprintf(stderr, "-b - Black point compensation (CRD only)\n"); fprintf(stderr, "-u - Do NOT generate resource name on CRD\n"); fprintf(stderr, "-c<0,1,2> - Precision (0=LowRes, 1=Normal (default), 2=Hi-res) (CRD only)\n"); fprintf(stderr, "-n - Alternate way to set precision, number of CLUT points (CRD only)\n"); fprintf(stderr, "\n"); fprintf(stderr, "If no output file is specified, output goes to stdout.\n\n"); fprintf(stderr, "This program is intended to be a demo of the little cms\n" "engine. Both lcms and this program are freeware. You can\n" "obtain both in source code at https://www.littlecms.com\n" "For suggestions, comments, bug reports etc. send mail to\n" "info@littlecms.com\n\n"); exit(0); } // The toggles stuff static void HandleSwitches(int argc, char *argv[]) { int s; while ((s = xgetopt(argc,argv,"uUbBI:i:O:o:T:t:c:C:n:N:-:")) != EOF) { switch (s) { case '-': if (strcmp(xoptarg, "help") == 0) { Help(); } else { FatalError("Unknown option - run without args to see valid ones.\n"); } break; case 'i': case 'I': cInProf = xoptarg; break; case 'o': case 'O': cOutProf = xoptarg; break; case 'b': case 'B': BlackPointCompensation =TRUE; break; case 't': case 'T': Intent = atoi(xoptarg); if (Intent > 3) Intent = 3; if (Intent < 0) Intent = 0; break; case 'U': case 'u': Undecorated = TRUE; break; case 'c': case 'C': PrecalcMode = atoi(xoptarg); if (PrecalcMode < 0 || PrecalcMode > 2) FatalError("ERROR: Unknown precalc mode '%d'", PrecalcMode); break; case 'n': case 'N': if (PrecalcMode != 1) FatalError("Precalc mode already specified"); NumOfGridPoints = atoi(xoptarg); break; default: FatalError("Unknown option - run without args to see valid ones.\n"); } } } static void GenerateCSA(void) { cmsHPROFILE hProfile = OpenStockProfile(0, cInProf); size_t n; char* Buffer; if (hProfile == NULL) return; n = cmsGetPostScriptCSA(0, hProfile, Intent, 0, NULL, 0); if (n == 0) return; Buffer = (char*) malloc(n + 1); if (Buffer != NULL) { cmsGetPostScriptCSA(0, hProfile, Intent, 0, Buffer, (cmsUInt32Number) n); Buffer[n] = 0; fprintf(OutFile, "%s", Buffer); free(Buffer); } cmsCloseProfile(hProfile); } static void GenerateCRD(void) { cmsHPROFILE hProfile = OpenStockProfile(0, cOutProf); size_t n; char* Buffer; cmsUInt32Number dwFlags = 0; if (hProfile == NULL) return; if (BlackPointCompensation) dwFlags |= cmsFLAGS_BLACKPOINTCOMPENSATION; if (Undecorated) dwFlags |= cmsFLAGS_NODEFAULTRESOURCEDEF; switch (PrecalcMode) { case 0: dwFlags |= cmsFLAGS_LOWRESPRECALC; break; case 2: dwFlags |= cmsFLAGS_HIGHRESPRECALC; break; case 1: if (NumOfGridPoints > 0) dwFlags |= cmsFLAGS_GRIDPOINTS(NumOfGridPoints); break; default: FatalError("ERROR: Unknown precalculation mode '%d'", PrecalcMode); } n = cmsGetPostScriptCRD(0, hProfile, Intent, dwFlags, NULL, 0); if (n == 0) return; Buffer = (char*) malloc(n + 1); if (Buffer == NULL) return; cmsGetPostScriptCRD(0, hProfile, Intent, dwFlags, Buffer, (cmsUInt32Number) n); Buffer[n] = 0; fprintf(OutFile, "%s", Buffer); free(Buffer); cmsCloseProfile(hProfile); } int main(int argc, char *argv[]) { int nargs; fprintf(stderr, "Little CMS ICC PostScript generator - v2.1 [LittleCMS %2.2f]\n", cmsGetEncodedCMMversion() / 1000.0); fprintf(stderr, "Copyright (c) 1998-2024 Marti Maria Saguer. See COPYING file for details.\n"); fflush(stderr); // Initialize InitUtils("psicc"); HandleSwitches(argc, argv); nargs = (argc - xoptind); if (nargs != 0 && nargs != 1) Help(); if (cInProf == NULL && cOutProf == NULL) Help(); if (nargs == 0) OutFile = stdout; else OutFile = fopen(argv[xoptind], "wt"); if (cInProf != NULL) GenerateCSA(); if (cOutProf != NULL) GenerateCRD(); if (nargs == 1) { fclose(OutFile); } return 0; } lcms2-2.17/utils/psicc/Makefile.in0000644000175000017500000005474614752176133016034 0ustar martimarti# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # # Makefile for building psicc # Originally Written by Bob Friesenhahn, June 2003 # Additions and bugs by Marti Maria VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ bin_PROGRAMS = psicc$(EXEEXT) subdir = utils/psicc ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \ $(top_srcdir)/m4/ax_append_flag.m4 \ $(top_srcdir)/m4/ax_check_compile_flag.m4 \ $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \ $(top_srcdir)/m4/ax_pthread.m4 \ $(top_srcdir)/m4/ax_require_defined.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" PROGRAMS = $(bin_PROGRAMS) am__dirstamp = $(am__leading_dot)dirstamp am_psicc_OBJECTS = psicc.$(OBJEXT) ../common/xgetopt.$(OBJEXT) \ ../common/vprf.$(OBJEXT) psicc_OBJECTS = $(am_psicc_OBJECTS) psicc_DEPENDENCIES = $(top_builddir)/src/liblcms2.la AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = psicc_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(psicc_LDFLAGS) $(LDFLAGS) -o $@ AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = am__maybe_remake_depfiles = COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(psicc_SOURCES) DIST_SOURCES = $(psicc_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } man1dir = $(mandir)/man1 NROFF = nroff MANS = $(man_MANS) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSCOPE = @CSCOPE@ CTAGS = @CTAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FILECMD = @FILECMD@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@ LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBRARY_AGE = @LIBRARY_AGE@ LIBRARY_CURRENT = @LIBRARY_CURRENT@ LIBRARY_REVISION = @LIBRARY_REVISION@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIB_JPEG = @LIB_JPEG@ LIB_MATH = @LIB_MATH@ LIB_PLUGINS = @LIB_PLUGINS@ LIB_THREAD = @LIB_THREAD@ LIB_TIFF = @LIB_TIFF@ LIB_ZLIB = @LIB_ZLIB@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PTHREAD_CC = @PTHREAD_CC@ PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ PTHREAD_CXX = @PTHREAD_CXX@ PTHREAD_LIBS = @PTHREAD_LIBS@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ ax_pthread_config = @ax_pthread_config@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ inline = @inline@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ # Don't require all the GNU mandated files AUTOMAKE_OPTIONS = 1.7 foreign no-dependencies AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ -I$(top_srcdir)/utils/common -I$(top_builddir)/utils/common psicc_LDADD = $(top_builddir)/src/liblcms2.la @LCMS_LIB_DEPLIBS@ psicc_LDFLAGS = @LDFLAGS@ psicc_SOURCES = psicc.c ../common/xgetopt.c ../common/vprf.c ../common/utils.h man_MANS = psicc.1 EXTRA_DIST = $(man_MANS) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign utils/psicc/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign utils/psicc/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ fi; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p \ || test -f $$p1 \ ; then echo "$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n;h' \ -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) files[d] = files[d] " " $$1; \ else { print "f", $$3 "/" $$4, $$1; } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -e 's/$$/$(EXEEXT)/' \ `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && rm -f $$files clean-binPROGRAMS: @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list ../common/$(am__dirstamp): @$(MKDIR_P) ../common @: > ../common/$(am__dirstamp) ../common/xgetopt.$(OBJEXT): ../common/$(am__dirstamp) ../common/vprf.$(OBJEXT): ../common/$(am__dirstamp) psicc$(EXEEXT): $(psicc_OBJECTS) $(psicc_DEPENDENCIES) $(EXTRA_psicc_DEPENDENCIES) @rm -f psicc$(EXEEXT) $(AM_V_CCLD)$(psicc_LINK) $(psicc_OBJECTS) $(psicc_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) -rm -f ../common/*.$(OBJEXT) distclean-compile: -rm -f *.tab.c .c.o: $(AM_V_CC)$(COMPILE) -c -o $@ $< .c.obj: $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: $(AM_V_CC)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-man1: $(man_MANS) @$(NORMAL_INSTALL) @list1=''; \ list2='$(man_MANS)'; \ test -n "$(man1dir)" \ && test -n "`echo $$list1$$list2`" \ || exit 0; \ echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ { for i in $$list1; do echo "$$i"; done; \ if test -n "$$list2"; then \ for i in $$list2; do echo "$$i"; done \ | sed -n '/\.1[a-z]*$$/p'; \ fi; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ done | \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ fi; \ done; \ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ while read files; do \ test -z "$$files" || { \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ done; } uninstall-man1: @$(NORMAL_UNINSTALL) @list=''; test -n "$(man1dir)" || exit 0; \ files=`{ for i in $$list; do echo "$$i"; done; \ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.1[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(PROGRAMS) $(MANS) installdirs: for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -rm -f ../common/$(am__dirstamp) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-man install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-binPROGRAMS install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-man1 install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-binPROGRAMS uninstall-man uninstall-man: uninstall-man1 .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-binPROGRAMS \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-man1 \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ uninstall-binPROGRAMS uninstall-man uninstall-man1 .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: lcms2-2.17/utils/samples/0000755000175000017500000000000014752176133014312 5ustar martimartilcms2-2.17/utils/samples/Makefile.am0000644000175000017500000000117214752176133016347 0ustar martimarti# # Makefile for building lcms sample programs # Originally Written by Bob Friesenhahn, June 2003 # Additions and bugs by Marti Maria # Don't require all the GNU mandated files AUTOMAKE_OPTIONS = 1.7 foreign no-dependencies AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ -I$(top_srcdir)/utils/common -I$(top_builddir)/utils/common bin_PROGRAMS = wtpt wtpt_LDADD = $(top_builddir)/src/liblcms2.la wtpt_LDFLAGS = @LDFLAGS@ wtpt_SOURCES = wtpt.c ../common/xgetopt.c ../common/vprf.c ../common/utils.h man_MANS = wtpt.1 EXTRA_DIST = $(man_MANS) roundtrip.c mktiff8.c mkgrayer.c mkcmy.c itufax.c lcms2-2.17/utils/samples/Makefile.in0000644000175000017500000004613714752176133016372 0ustar martimarti# Makefile.in generated by automake 1.10 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # # Makefile for building lcms sample programs # Originally Written by Bob Friesenhahn, June 2003 # Additions and bugs by Marti Maria Oct 2004 VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ target_triplet = @target@ bin_PROGRAMS = icctrans$(EXEEXT) wtpt$(EXEEXT) icc2ps$(EXEEXT) \ icclink$(EXEEXT) subdir = samples DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) PROGRAMS = $(bin_PROGRAMS) am_icc2ps_OBJECTS = icc2ps.$(OBJEXT) xgetopt.$(OBJEXT) icc2ps_OBJECTS = $(am_icc2ps_OBJECTS) icc2ps_DEPENDENCIES = $(top_builddir)/src/liblcms.la icc2ps_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(icc2ps_LDFLAGS) \ $(LDFLAGS) -o $@ am_icclink_OBJECTS = icclink.$(OBJEXT) xgetopt.$(OBJEXT) \ vprf.$(OBJEXT) icclink_OBJECTS = $(am_icclink_OBJECTS) icclink_DEPENDENCIES = $(top_builddir)/src/liblcms.la icclink_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(icclink_LDFLAGS) \ $(LDFLAGS) -o $@ am_icctrans_OBJECTS = icctrans.$(OBJEXT) xgetopt.$(OBJEXT) \ vprf.$(OBJEXT) icctrans_OBJECTS = $(am_icctrans_OBJECTS) icctrans_DEPENDENCIES = $(top_builddir)/src/liblcms.la icctrans_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(icctrans_LDFLAGS) \ $(LDFLAGS) -o $@ am_wtpt_OBJECTS = wtpt.$(OBJEXT) xgetopt.$(OBJEXT) wtpt_OBJECTS = $(am_wtpt_OBJECTS) wtpt_DEPENDENCIES = $(top_builddir)/src/liblcms.la wtpt_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(wtpt_LDFLAGS) \ $(LDFLAGS) -o $@ DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ SOURCES = $(icc2ps_SOURCES) $(icclink_SOURCES) $(icctrans_SOURCES) \ $(wtpt_SOURCES) DIST_SOURCES = $(icc2ps_SOURCES) $(icclink_SOURCES) \ $(icctrans_SOURCES) $(wtpt_SOURCES) man1dir = $(mandir)/man1 NROFF = nroff MANS = $(man_MANS) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ ECHO = @ECHO@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT16_T = @INT16_T@ INT32_T = @INT32_T@ INT64_T = @INT64_T@ INT8_T = @INT8_T@ JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@ LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@ LCMS_PYEXECDIR = @LCMS_PYEXECDIR@ LCMS_PYINCLUDE = @LCMS_PYINCLUDE@ LCMS_PYLIB = @LCMS_PYLIB@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBRARY_AGE = @LIBRARY_AGE@ LIBRARY_CURRENT = @LIBRARY_CURRENT@ LIBRARY_REVISION = @LIBRARY_REVISION@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIB_JPEG = @LIB_JPEG@ LIB_MATH = @LIB_MATH@ LIB_TIFF = @LIB_TIFF@ LIB_ZLIB = @LIB_ZLIB@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PYTHON = @PYTHON@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ PYTHON_PLATFORM = @PYTHON_PLATFORM@ PYTHON_PREFIX = @PYTHON_PREFIX@ PYTHON_VERSION = @PYTHON_VERSION@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@ UINT16_T = @UINT16_T@ UINT32_T = @UINT32_T@ UINT64_T = @UINT64_T@ UINT8_T = @UINT8_T@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ inline = @inline@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ pkgpyexecdir = @pkgpyexecdir@ pkgpythondir = @pkgpythondir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ pythondir = @pythondir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target = @target@ target_alias = @target_alias@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ # Don't require all the GNU mandated files AUTOMAKE_OPTIONS = 1.7 foreign AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include icctrans_LDADD = $(top_builddir)/src/liblcms.la icctrans_LDFLAGS = @LDFLAGS@ icctrans_SOURCES = icctrans.c xgetopt.c vprf.c icctrans_MANS = icctrans.1 wtpt_LDADD = $(top_builddir)/src/liblcms.la wtpt_LDFLAGS = @LDFLAGS@ wtpt_SOURCES = wtpt.c xgetopt.c icc2ps_LDADD = $(top_builddir)/src/liblcms.la icc2ps_LDFLAGS = @LDFLAGS@ icc2ps_SOURCES = icc2ps.c xgetopt.c icclink_LDADD = $(top_builddir)/src/liblcms.la icclink_LDFLAGS = @LDFLAGS@ icclink_SOURCES = icclink.c xgetopt.c vprf.c man_MANS = wtpt.1 icc2ps.1 icclink.1 EXTRA_DIST = $(man_MANS) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign samples/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --foreign samples/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" @list='$(bin_PROGRAMS)'; for p in $$list; do \ p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ if test -f $$p \ || test -f $$p1 \ ; then \ f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ else :; fi; \ done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; for p in $$list; do \ f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ rm -f "$(DESTDIR)$(bindir)/$$f"; \ done clean-binPROGRAMS: @list='$(bin_PROGRAMS)'; for p in $$list; do \ f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ echo " rm -f $$p $$f"; \ rm -f $$p $$f ; \ done icc2ps$(EXEEXT): $(icc2ps_OBJECTS) $(icc2ps_DEPENDENCIES) @rm -f icc2ps$(EXEEXT) $(icc2ps_LINK) $(icc2ps_OBJECTS) $(icc2ps_LDADD) $(LIBS) icclink$(EXEEXT): $(icclink_OBJECTS) $(icclink_DEPENDENCIES) @rm -f icclink$(EXEEXT) $(icclink_LINK) $(icclink_OBJECTS) $(icclink_LDADD) $(LIBS) icctrans$(EXEEXT): $(icctrans_OBJECTS) $(icctrans_DEPENDENCIES) @rm -f icctrans$(EXEEXT) $(icctrans_LINK) $(icctrans_OBJECTS) $(icctrans_LDADD) $(LIBS) wtpt$(EXEEXT): $(wtpt_OBJECTS) $(wtpt_DEPENDENCIES) @rm -f wtpt$(EXEEXT) $(wtpt_LINK) $(wtpt_OBJECTS) $(wtpt_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icc2ps.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icclink.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icctrans.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vprf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wtpt.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xgetopt.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-man1: $(man1_MANS) $(man_MANS) @$(NORMAL_INSTALL) test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \ l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ for i in $$l2; do \ case "$$i" in \ *.1*) list="$$list $$i" ;; \ esac; \ done; \ for i in $$list; do \ if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ else file=$$i; fi; \ ext=`echo $$i | sed -e 's/^.*\\.//'`; \ case "$$ext" in \ 1*) ;; \ *) ext='1' ;; \ esac; \ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed -e 's/^.*\///'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \ done uninstall-man1: @$(NORMAL_UNINSTALL) @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \ l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ for i in $$l2; do \ case "$$i" in \ *.1*) list="$$list $$i" ;; \ esac; \ done; \ for i in $$list; do \ ext=`echo $$i | sed -e 's/^.*\\.//'`; \ case "$$ext" in \ 1*) ;; \ *) ext='1' ;; \ esac; \ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed -e 's/^.*\///'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \ rm -f "$(DESTDIR)$(man1dir)/$$inst"; \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$tags $$unique; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(CTAGS_ARGS)$$tags$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$tags $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && cd $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) $$here distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(PROGRAMS) $(MANS) installdirs: for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am info: info-am info-am: install-data-am: install-man install-dvi: install-dvi-am install-exec-am: install-binPROGRAMS install-html: install-html-am install-info: install-info-am install-man: install-man1 install-pdf: install-pdf-am install-ps: install-ps-am installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-binPROGRAMS uninstall-man uninstall-man: uninstall-man1 .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ clean-generic clean-libtool ctags distclean distclean-compile \ distclean-generic distclean-libtool distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ install-binPROGRAMS install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-man1 install-pdf install-pdf-am install-ps \ install-ps-am install-strip installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ uninstall-am uninstall-binPROGRAMS uninstall-man \ uninstall-man1 # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: lcms2-2.17/utils/samples/itufax.c0000644000175000017500000001060214752176133015755 0ustar martimarti// // Little cms // Copyright (C) 1998-2003 Marti Maria // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "lcms.h" // This is a sample on how to build a profile for decoding ITU T.42/Fax JPEG // streams. The profile has an additional ability in the input direction of // gamut compress values between 85 < a < -85 and -75 < b < 125. This conforms // the default range for ITU/T.42 -- See RFC 2301, section 6.2.3 for details // L* = [0, 100] // a* = [-85, 85] // b* = [-75, 125] // These functions does convert the encoding of ITUFAX to floating point static void ITU2Lab(WORD In[3], LPcmsCIELab Lab) { Lab -> L = (double) In[0] / 655.35; Lab -> a = (double) 170.* (In[1] - 32768.) / 65535.; Lab -> b = (double) 200.* (In[2] - 24576.) / 65535.; } static void Lab2ITU(LPcmsCIELab Lab, WORD Out[3]) { Out[0] = (WORD) floor((double) (Lab -> L / 100.)* 65535. + 0.5); Out[1] = (WORD) floor((double) (Lab -> a / 170.)* 65535. + 32768. + 0.5); Out[2] = (WORD) floor((double) (Lab -> b / 200.)* 65535. + 24576. + 0.5); } // These are the samplers-- They are passed as callbacks to cmsSample3DGrid() // then, cmsSample3DGrid() will sweel whole Lab gamut calling these functions // once for each node. In[] will contain the Lab PCS value to convert to ITUFAX // on InputDirection, or the ITUFAX value to convert to Lab in OutputDirection // You can change the number of sample points if desired, the algorithm will // remain same. 33 points gives good accuracy, but you can reduce to 22 or less // is space is critical #define GRID_POINTS 33 static int InputDirection(register WORD In[], register WORD Out[], register LPVOID Cargo) { cmsCIELab Lab; cmsLabEncoded2Float(&Lab, In); cmsClampLab(&Lab, 85, -85, 125, -75); // This function does the necessary gamut remapping Lab2ITU(&Lab, Out); return TRUE; } static int OutputDirection(register WORD In[], register WORD Out[], register LPVOID Cargo) { cmsCIELab Lab; ITU2Lab(In, &Lab); cmsFloat2LabEncoded(Out, &Lab); return TRUE; } // The main entry point. Just create a profile an populate it with required tags. // note that cmsOpenProfileFromFile("itufax.icm", "w") will NOT delete the file // if already exists. This is for obvious safety reasons. int main(int argc, char *argv[]) { LPLUT AToB0, BToA0; cmsHPROFILE hProfile; fprintf(stderr, "Creating itufax.icm..."); unlink("itufax.icm"); hProfile = cmsOpenProfileFromFile("itufax.icm", "w"); AToB0 = cmsAllocLUT(); BToA0 = cmsAllocLUT(); cmsAlloc3DGrid(AToB0, GRID_POINTS, 3, 3); cmsAlloc3DGrid(BToA0, GRID_POINTS, 3, 3); cmsSample3DGrid(AToB0, InputDirection, NULL, 0); cmsSample3DGrid(BToA0, OutputDirection, NULL, 0); cmsAddTag(hProfile, icSigAToB0Tag, AToB0); cmsAddTag(hProfile, icSigBToA0Tag, BToA0); cmsSetColorSpace(hProfile, icSigLabData); cmsSetPCS(hProfile, icSigLabData); cmsSetDeviceClass(hProfile, icSigColorSpaceClass); cmsAddTag(hProfile, icSigProfileDescriptionTag, "ITU T.42/Fax JPEG CIEL*a*b*"); cmsAddTag(hProfile, icSigCopyrightTag, "No Copyright, use freely."); cmsAddTag(hProfile, icSigDeviceMfgDescTag, "Little cms"); cmsAddTag(hProfile, icSigDeviceModelDescTag, "ITU T.42/Fax JPEG CIEL*a*b*"); cmsCloseProfile(hProfile); cmsFreeLUT(AToB0); cmsFreeLUT(BToA0); fprintf(stderr, "Done.\n"); return 0; } lcms2-2.17/utils/samples/mkcmy.c0000644000175000017500000000753114752176133015604 0ustar martimarti// // Little cms // Copyright (C) 1998-2003 Marti Maria // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THIS SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, // EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY // WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. // // IN NO EVENT SHALL MARTI MARIA BE LIABLE FOR ANY SPECIAL, INCIDENTAL, // INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, // OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, // WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF // LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // // Version 1.12 #include "lcms.h" typedef struct { cmsHPROFILE hLab; cmsHPROFILE hRGB; cmsHTRANSFORM Lab2RGB; cmsHTRANSFORM RGB2Lab; } CARGO, FAR* LPCARGO; // Our space will be CIE primaries plus a gamma of 4.5 static int Forward(register WORD In[], register WORD Out[], register LPVOID Cargo) { LPCARGO C = (LPCARGO) Cargo; WORD RGB[3]; cmsCIELab Lab; cmsLabEncoded2Float(&Lab, In); printf("%g %g %g\n", Lab.L, Lab.a, Lab.b); cmsDoTransform(C ->Lab2RGB, In, &RGB, 1); Out[0] = 0xFFFF - RGB[0]; // Our CMY is negative of RGB Out[1] = 0xFFFF - RGB[1]; Out[2] = 0xFFFF - RGB[2]; return TRUE; } static int Reverse(register WORD In[], register WORD Out[], register LPVOID Cargo) { LPCARGO C = (LPCARGO) Cargo; WORD RGB[3]; RGB[0] = 0xFFFF - In[0]; RGB[1] = 0xFFFF - In[1]; RGB[2] = 0xFFFF - In[2]; cmsDoTransform(C ->RGB2Lab, &RGB, Out, 1); return TRUE; } static void InitCargo(LPCARGO Cargo) { Cargo -> hLab = cmsCreateLabProfile(NULL); Cargo -> hRGB = cmsCreate_sRGBProfile(); Cargo->Lab2RGB = cmsCreateTransform(Cargo->hLab, TYPE_Lab_16, Cargo ->hRGB, TYPE_RGB_16, INTENT_RELATIVE_COLORIMETRIC, cmsFLAGS_NOTPRECALC); Cargo->RGB2Lab = cmsCreateTransform(Cargo ->hRGB, TYPE_RGB_16, Cargo ->hLab, TYPE_Lab_16, INTENT_RELATIVE_COLORIMETRIC, cmsFLAGS_NOTPRECALC); } static void FreeCargo(LPCARGO Cargo) { cmsDeleteTransform(Cargo ->Lab2RGB); cmsDeleteTransform(Cargo ->RGB2Lab); cmsCloseProfile(Cargo ->hLab); cmsCloseProfile(Cargo ->hRGB); } int main(void) { LPLUT AToB0, BToA0; CARGO Cargo; cmsHPROFILE hProfile; fprintf(stderr, "Creating lcmscmy.icm..."); InitCargo(&Cargo); hProfile = cmsCreateLabProfile(NULL); AToB0 = cmsAllocLUT(); BToA0 = cmsAllocLUT(); cmsAlloc3DGrid(AToB0, 25, 3, 3); cmsAlloc3DGrid(BToA0, 25, 3, 3); cmsSample3DGrid(AToB0, Reverse, &Cargo, 0); cmsSample3DGrid(BToA0, Forward, &Cargo, 0); cmsAddTag(hProfile, icSigAToB0Tag, AToB0); cmsAddTag(hProfile, icSigBToA0Tag, BToA0); cmsSetColorSpace(hProfile, icSigCmyData); cmsSetDeviceClass(hProfile, icSigOutputClass); cmsAddTag(hProfile, icSigProfileDescriptionTag, "CMY "); cmsAddTag(hProfile, icSigCopyrightTag, "Copyright (c) HP, 2007. All rights reserved."); cmsAddTag(hProfile, icSigDeviceMfgDescTag, "Little cms"); cmsAddTag(hProfile, icSigDeviceModelDescTag, "CMY space"); _cmsSaveProfile(hProfile, "lcmscmy.icm"); cmsFreeLUT(AToB0); cmsFreeLUT(BToA0); cmsCloseProfile(hProfile); FreeCargo(&Cargo); fprintf(stderr, "Done.\n"); return 0; } lcms2-2.17/utils/samples/mkgrayer.c0000644000175000017500000000476514752176133016313 0ustar martimarti// // Little cms // Copyright (C) 1998-2003 Marti Maria // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "lcms.h" static int Forward(register WORD In[], register WORD Out[], register LPVOID Cargo) { cmsCIELab Lab; cmsLabEncoded2Float(&Lab, In); if (fabs(Lab.a) < 3 && fabs(Lab.b) < 3) { double L_01 = Lab.L / 100.0; WORD K; if (L_01 > 1) L_01 = 1; K = (WORD) floor(L_01* 65535.0 + 0.5); Out[0] = Out[1] = Out[2] = K; } else { Out[0] = 0xFFFF; Out[1] = 0; Out[2] = 0; } return TRUE; } int main(int argc, char *argv[]) { LPLUT BToA0; cmsHPROFILE hProfile; fprintf(stderr, "Creating interpol2.icc..."); unlink("interpol2.icc"); hProfile = cmsOpenProfileFromFile("interpol2.icc", "w8"); BToA0 = cmsAllocLUT(); cmsAlloc3DGrid(BToA0, 17, 3, 3); cmsSample3DGrid(BToA0, Forward, NULL, 0); cmsAddTag(hProfile, icSigBToA0Tag, BToA0); cmsSetColorSpace(hProfile, icSigRgbData); cmsSetPCS(hProfile, icSigLabData); cmsSetDeviceClass(hProfile, icSigOutputClass); cmsAddTag(hProfile, icSigProfileDescriptionTag, "Interpolation test"); cmsAddTag(hProfile, icSigCopyrightTag, "Copyright (c) HP 2007. All rights reserved."); cmsAddTag(hProfile, icSigDeviceMfgDescTag, "Little cms"); cmsAddTag(hProfile, icSigDeviceModelDescTag, "Interpolation test profile"); cmsCloseProfile(hProfile); cmsFreeLUT(BToA0); fprintf(stderr, "Done.\n"); return 0; } lcms2-2.17/utils/samples/mktiff8.c0000644000175000017500000000725314752176133016035 0ustar martimarti// // Little cms // Copyright (C) 1998-2010 Marti Maria // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // Creates a devicelink that decodes TIFF8 Lab files #include "lcms2.h" #include #include static double DecodeAbTIFF(double ab) { if (ab <= 128.) ab += 127.; else ab -= 127.; return ab; } static cmsToneCurve* CreateStep(void) { cmsToneCurve* Gamma; cmsUInt16Number* Table; int i; double a; Table = calloc(4096, sizeof(cmsUInt16Number)); if (Table == NULL) return NULL; for (i=0; i < 4096; i++) { a = (double) i * 255. / 4095.; a = DecodeAbTIFF(a); Table[i] = (cmsUInt16Number) floor(a * 257. + 0.5); } Gamma = cmsBuildTabulatedToneCurve16(0, 4096, Table); free(Table); return Gamma; } static cmsToneCurve* CreateLinear(void) { cmsUInt16Number Linear[2] = { 0, 0xffff }; return cmsBuildTabulatedToneCurve16(0, 2, Linear); } // Set the copyright and description static cmsBool SetTextTags(cmsHPROFILE hProfile) { cmsMLU *DescriptionMLU, *CopyrightMLU; cmsBool rc = FALSE; DescriptionMLU = cmsMLUalloc(0, 1); CopyrightMLU = cmsMLUalloc(0, 1); if (DescriptionMLU == NULL || CopyrightMLU == NULL) goto Error; if (!cmsMLUsetASCII(DescriptionMLU, "en", "US", "Little cms Tiff8 CIELab")) goto Error; if (!cmsMLUsetASCII(CopyrightMLU, "en", "US", "Copyright (c) Marti Maria, 2010. All rights reserved.")) goto Error; if (!cmsWriteTag(hProfile, cmsSigProfileDescriptionTag, DescriptionMLU)) goto Error; if (!cmsWriteTag(hProfile, cmsSigCopyrightTag, CopyrightMLU)) goto Error; rc = TRUE; Error: if (DescriptionMLU) cmsMLUfree(DescriptionMLU); if (CopyrightMLU) cmsMLUfree(CopyrightMLU); return rc; } int main(int argc, char *argv[]) { cmsHPROFILE hProfile; cmsPipeline *AToB0; cmsToneCurve* PreLinear[3]; cmsToneCurve *Lin, *Step; fprintf(stderr, "Creating lcmstiff8.icm..."); remove("lcmstiff8.icm"); hProfile = cmsOpenProfileFromFile("lcmstiff8.icm", "w"); // Create linearization Lin = CreateLinear(); Step = CreateStep(); PreLinear[0] = Lin; PreLinear[1] = Step; PreLinear[2] = Step; AToB0 = cmsPipelineAlloc(0, 3, 3); cmsPipelineInsertStage(AToB0, cmsAT_BEGIN, cmsStageAllocToneCurves(0, 3, PreLinear)); cmsSetColorSpace(hProfile, cmsSigLabData); cmsSetPCS(hProfile, cmsSigLabData); cmsSetDeviceClass(hProfile, cmsSigLinkClass); cmsSetProfileVersion(hProfile, 4.2); cmsWriteTag(hProfile, cmsSigAToB0Tag, AToB0); SetTextTags(hProfile); cmsCloseProfile(hProfile); cmsFreeToneCurve(Lin); cmsFreeToneCurve(Step); cmsPipelineFree(AToB0); fprintf(stderr, "Done.\n"); return 0; } lcms2-2.17/utils/samples/roundtrip.c0000644000175000017500000000541014752176133016504 0ustar martimarti// // Little cms // Copyright (C) 1998-2011 Marti Maria // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION #include "lcms2.h" #include static double VecDist(cmsUInt8Number bin[3], cmsUInt8Number bout[3]) { double rdist, gdist, bdist; rdist = fabs((double) bout[0] - bin[0]); gdist = fabs((double) bout[1] - bin[1]); bdist = fabs((double) bout[2] - bin[2]); return (sqrt((rdist*rdist + gdist*gdist + bdist*bdist))); } int main(int argc, char* argv[]) { int r, g, b; cmsUInt8Number RGB[3], RGB_OUT[3]; cmsHTRANSFORM xform; cmsHPROFILE hProfile; double err, SumX=0, SumX2=0, Peak = 0, n = 0; if (argc != 2) { printf("roundtrip \n"); return 1; } hProfile = cmsOpenProfileFromFile(argv[1], "r"); if (hProfile == NULL) { printf("invalid profile\n"); return 1; } xform = cmsCreateTransform(hProfile,TYPE_RGB_8, hProfile, TYPE_RGB_8, INTENT_RELATIVE_COLORIMETRIC, cmsFLAGS_NOOPTIMIZE); if (xform == NULL) { printf("Not a valid RGB profile\n"); return 1; } for (r=0; r< 256; r++) { printf("%d \r", r); for (g=0; g < 256; g++) { for (b=0; b < 256; b++) { RGB[0] = r; RGB[1] = g; RGB[2] = b; cmsDoTransform(xform, RGB, RGB_OUT, 1); err = VecDist(RGB, RGB_OUT); SumX += err; SumX2 += err * err; n += 1.0; if (err > Peak) Peak = err; } } } printf("Average %g\n", SumX / n); printf("Max %g\n", Peak); printf("Std %g\n", sqrt((n*SumX2 - SumX * SumX) / (n*(n-1)))); cmsCloseProfile(hProfile); cmsDeleteTransform(xform); return 0; }lcms2-2.17/utils/samples/vericc.c0000644000175000017500000000426114752176133015734 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2010 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include "lcms2.h" #include #include static int PrintUsage(void) { fprintf(stderr, "Sets profile version\n\nUsage: vericc --r iccprofile.icc\n"); return 0; } int main(int argc, char *argv[]) { cmsHPROFILE hProfile; char* ptr; cmsFloat64Number Version; if (argc != 3) return PrintUsage(); ptr = argv[1]; if (strncmp(ptr, "--r", 3) != 0) return PrintUsage(); ptr += 3; if (!*ptr) { fprintf(stderr, "Wrong version number\n"); return 1; } Version = atof(ptr); hProfile = cmsOpenProfileFromFile(argv[2], "r"); if (hProfile == NULL) { fprintf(stderr, "'%s': cannot open\n", argv[2]); return 1; } cmsSetProfileVersion(hProfile, Version); cmsSaveProfileToFile(hProfile, "$$tmp.icc"); cmsCloseProfile(hProfile); remove(argv[2]); rename("$$tmp.icc", argv[2]); return 0; } lcms2-2.17/utils/samples/wtpt.10000644000175000017500000000147214752176133015376 0ustar martimarti.\"Shiju P. Nair September 30, 2004 .TH WTPT 1 "September 30, 2004" .SH NAME wtpt - Show media white of profiles, identifying black body locus. .SH SYNOPSIS .B wtpt .RI [ profile ] .SH DESCRIPTION lcms is a standalone CMM engine, which deals with the color management. It implements a fast transformation between ICC profiles. .B wtpt shows media white of profiles, identifying black body locus. .P If no parameters are given, then this program will ask for XYZ value of media white. If parameter given, it must be the profile to inspect. .SH NOTES For suggestions, comments, bug reports etc. send mail to info@littlecms.com .SH SEE ALSO .BR jpegicc (1), .BR tifficc (1), .BR icc2ps (1), .BR icclink (1), .BR icctrans (1) .SH AUTHOR This manual page was written by Shiju p. Nair , for the Debian project. lcms2-2.17/utils/samples/wtpt.c0000644000175000017500000001031114752176133015450 0ustar martimarti// // Little cms // Copyright (C) 1998-2015 Marti Maria // //--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2014 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- #include "utils.h" // The toggles stuff static cmsBool lShowXYZ = TRUE; static cmsBool lShowLab = FALSE; static cmsBool lShowLCh = FALSE; #define SW '-' static void HandleSwitches(int argc, char *argv[]) { int s; while ((s = xgetopt(argc, argv, "lcx")) != EOF) { switch (s){ case 'l': lShowLab = TRUE; break; case 'c': lShowLCh = TRUE; break; case 'x': lShowXYZ = FALSE; break; default: FatalError("Unknown option - run without args to see valid ones.\n"); } } } static void Help(void) { fprintf(stderr, "little CMS ICC white point utility - v3 [LittleCMS %2.2f]\n", LCMS_VERSION / 1000.0); fprintf(stderr, "usage: wtpt [flags] []\n\n"); fprintf(stderr, "flags:\n\n"); fprintf(stderr, "%cl - CIE Lab\n", SW); fprintf(stderr, "%cc - CIE LCh\n", SW); fprintf(stderr, "%cx - Don't show XYZ\n", SW); fprintf(stderr, "\nIf no parameters are given, then this program will\n"); fprintf(stderr, "ask for XYZ value of media white. If parameter given, it must be\n"); fprintf(stderr, "the profile to inspect.\n\n"); fprintf(stderr, "This program is intended to be a demo of the little cms\n" "engine. Both lcms and this program are freeware. You can\n" "obtain both in source code at http://www.littlecms.com\n" "For suggestions, comments, bug reports etc. send mail to\n" "info@littlecms.com\n\n"); exit(0); } static void ShowWhitePoint(cmsCIEXYZ* WtPt) { cmsCIELab Lab; cmsCIELCh LCh; cmsCIExyY xyY; cmsXYZ2Lab(NULL, &Lab, WtPt); cmsLab2LCh(&LCh, &Lab); cmsXYZ2xyY(&xyY, WtPt); if (lShowXYZ) printf("XYZ=(%3.1f, %3.1f, %3.1f)\n", WtPt->X, WtPt->Y, WtPt->Z); if (lShowLab) printf("Lab=(%3.3f, %3.3f, %3.3f)\n", Lab.L, Lab.a, Lab.b); if (lShowLCh) printf("LCh=(%3.3f, %3.3f, %3.3f)\n", LCh.L, LCh.C, LCh.h); { double Ssens = (LCh.C * 100.0 )/ sqrt(LCh.C*LCh.C + LCh.L * LCh.L) ; printf("Sens = %f\n", Ssens); } } int main(int argc, char *argv[]) { int nargs; InitUtils("wtpt"); HandleSwitches(argc, argv); nargs = (argc - xoptind); if (nargs != 1) Help(); else { cmsCIEXYZ* WtPt; cmsHPROFILE hProfile = cmsOpenProfileFromFile(argv[xoptind], "r"); if (hProfile == NULL) return 1; WtPt = cmsReadTag(hProfile, cmsSigMediaWhitePointTag); ShowWhitePoint(WtPt); cmsCloseProfile(hProfile); } return 0; } lcms2-2.17/utils/tificc/0000755000175000017500000000000014752176133014107 5ustar martimartilcms2-2.17/utils/tificc/Makefile.am0000644000175000017500000000121014752176133016135 0ustar martimarti# # Makefile for building tificc # Originally written by Bob Friesenhahn, June 2003 # bugs introduced by Marti Maria # Don't require all the GNU mandated files AUTOMAKE_OPTIONS = 1.7 foreign no-dependencies AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ -I$(top_srcdir)/utils/common -I$(top_builddir)/utils/common if HasTIFF bin_PROGRAMS = tificc else bin_PROGRAMS = endif tificc_LDADD = $(top_builddir)/src/liblcms2.la @TIFFICC_DEPLIBS@ tificc_LDFLAGS = @LDFLAGS@ tificc_SOURCES = tificc.c ../common/xgetopt.c ../common/vprf.c ../common/utils.h man_MANS = tificc.1 EXTRA_DIST = $(man_MANS) lcms2-2.17/utils/tificc/meson.build0000644000175000017500000000034714752176133016255 0ustar martimartitificc_sources = files( 'tificc.c', ) tificc_exe = executable( 'tificc', tificc_sources, dependencies: [liblcms2_dep, common_dep, tiff_dep], install: true, ) tificc_man = files( 'tificc.1', ) install_man(tificc_man) lcms2-2.17/utils/tificc/tifdiff.c0000644000175000017500000004645014752176133015677 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include "utils.h" #include "tiffio.h" // ------------------------------------------------------------------------ static TIFF *Tiff1, *Tiff2, *TiffDiff; static const char* TiffDiffFilename; static const char* CGATSout; typedef struct { double n, x, x2; double Min, Peak; } STAT, *LPSTAT; static STAT ColorantStat[4]; static STAT EuclideanStat; static STAT ColorimetricStat; static uint16 Channels; static cmsHPROFILE hLab; static void ConsoleWarningHandler(const char* module, const char* fmt, va_list ap) { char e[512] = { '\0' }; if (module != NULL) strcat(strcpy(e, module), ": "); vsprintf(e+strlen(e), fmt, ap); strcat(e, "."); if (Verbose) { fprintf(stderr, "\nWarning"); fprintf(stderr, " %s\n", e); fflush(stderr); } } static void ConsoleErrorHandler(const char* module, const char* fmt, va_list ap) { char e[512] = { '\0' }; if (module != NULL) strcat(strcpy(e, module), ": "); vsprintf(e+strlen(e), fmt, ap); strcat(e, "."); fprintf(stderr, "\nError"); fprintf(stderr, " %s\n", e); fflush(stderr); } static void Help() { fprintf(stderr, "Little CMS TIFF compare utility. v1.1\n\n"); fprintf(stderr, "usage: tiffdiff [flags] input.tif output.tif\n"); fprintf(stderr, "\nflags:\n\n"); fprintf(stderr, "-o - Output TIFF file\n"); fprintf(stderr, "-g - Output results in CGATS file\n"); fprintf(stderr, "\n"); fprintf(stderr, "-v - Verbose (show warnings)\n"); fprintf(stderr, "-h - This help\n"); fflush(stderr); exit(0); } // The toggles stuff static void HandleSwitches(int argc, char *argv[]) { int s; while ((s=xgetopt(argc,argv,"o:O:hHvVg:G:")) != EOF) { switch (s) { case 'v': case 'V': Verbose = TRUE; break; case 'o': case 'O': TiffDiffFilename = xoptarg; break; case 'H': case 'h': Help(); break; case 'g': case 'G': CGATSout = xoptarg; break; default: FatalError("Unknown option - run without args to see valid ones"); } } } static void ClearStatistics(LPSTAT st) { st ->n = st ->x = st->x2 = st->Peak = 0; st ->Min = 1E10; } static void AddOnePixel(LPSTAT st, double dE) { st-> x += dE; st ->x2 += (dE * dE); st->n += 1.0; if (dE > st ->Peak) st ->Peak = dE; if (dE < st ->Min) st ->Min= dE; } static double Std(LPSTAT st) { return sqrt((st->n * st->x2 - st->x * st->x) / (st->n*(st->n-1))); } static double Mean(LPSTAT st) { return st ->x/st ->n; } // Build up the pixeltype descriptor static cmsUInt32Number GetInputPixelType(TIFF *Bank) { uint16 Photometric, bps, spp, extra, PlanarConfig, *info; uint16 Compression, reverse = 0; int ColorChannels, IsPlanar = 0, pt = 0; TIFFGetField(Bank, TIFFTAG_PHOTOMETRIC, &Photometric); TIFFGetFieldDefaulted(Bank, TIFFTAG_BITSPERSAMPLE, &bps); if (bps == 1) FatalError("Sorry, bilevel TIFFs has nothig to do with ICC profiles"); if (bps != 8 && bps != 16) FatalError("Sorry, 8 or 16 bits per sample only"); TIFFGetFieldDefaulted(Bank, TIFFTAG_SAMPLESPERPIXEL, &spp); TIFFGetFieldDefaulted(Bank, TIFFTAG_PLANARCONFIG, &PlanarConfig); switch (PlanarConfig) { case PLANARCONFIG_CONTIG: IsPlanar = 0; break; case PLANARCONFIG_SEPARATE: FatalError("Planar TIFF are not supported"); default: FatalError("Unsupported planar configuration (=%d) ", (int) PlanarConfig); } // If Samples per pixel == 1, PlanarConfiguration is irrelevant and need // not to be included. if (spp == 1) IsPlanar = 0; // Any alpha? TIFFGetFieldDefaulted(Bank, TIFFTAG_EXTRASAMPLES, &extra, &info); ColorChannels = spp - extra; switch (Photometric) { case PHOTOMETRIC_MINISWHITE: reverse = 1; case PHOTOMETRIC_MINISBLACK: pt = PT_GRAY; break; case PHOTOMETRIC_RGB: pt = PT_RGB; break; case PHOTOMETRIC_PALETTE: FatalError("Sorry, palette images not supported (at least on this version)"); case PHOTOMETRIC_SEPARATED: pt = PixelTypeFromChanCount(ColorChannels); break; case PHOTOMETRIC_YCBCR: TIFFGetField(Bank, TIFFTAG_COMPRESSION, &Compression); { uint16 subx, suby; pt = PT_YCbCr; TIFFGetFieldDefaulted(Bank, TIFFTAG_YCBCRSUBSAMPLING, &subx, &suby); if (subx != 1 || suby != 1) FatalError("Sorry, subsampled images not supported"); } break; case 9: case PHOTOMETRIC_CIELAB: pt = PT_Lab; break; case PHOTOMETRIC_LOGLUV: /* CIE Log2(L) (u',v') */ TIFFSetField(Bank, TIFFTAG_SGILOGDATAFMT, SGILOGDATAFMT_16BIT); pt = PT_YUV; // *ICCSpace = icSigLuvData; bps = 16; // 16 bits forced by LibTiff break; default: FatalError("Unsupported TIFF color space (Photometric %d)", Photometric); } // Convert bits per sample to bytes per sample bps >>= 3; return (COLORSPACE_SH(pt)|PLANAR_SH(IsPlanar)|EXTRA_SH(extra)|CHANNELS_SH(ColorChannels)|BYTES_SH(bps)|FLAVOR_SH(reverse)); } static cmsUInt32Number OpenEmbedded(TIFF* tiff, cmsHPROFILE* PtrProfile, cmsHTRANSFORM* PtrXform) { cmsUInt32Number EmbedLen, dwFormat = 0; cmsUInt8Number* EmbedBuffer; *PtrProfile = NULL; *PtrXform = NULL; if (TIFFGetField(tiff, TIFFTAG_ICCPROFILE, &EmbedLen, &EmbedBuffer)) { *PtrProfile = cmsOpenProfileFromMem(EmbedBuffer, EmbedLen); if (Verbose) { fprintf(stdout, "Embedded profile found:\n"); PrintProfileInformation(*PtrProfile); } dwFormat = GetInputPixelType(tiff); *PtrXform = cmsCreateTransform(*PtrProfile, dwFormat, hLab, TYPE_Lab_DBL, INTENT_RELATIVE_COLORIMETRIC, 0); } return dwFormat; } static size_t PixelSize(cmsUInt32Number dwFormat) { return T_BYTES(dwFormat) * (T_CHANNELS(dwFormat) + T_EXTRA(dwFormat)); } static int CmpImages(TIFF* tiff1, TIFF* tiff2, TIFF* diff) { cmsUInt8Number* buf1, *buf2, *buf3=NULL; int row, cols, imagewidth = 0, imagelength = 0; uint16 Photometric; double dE = 0; double dR, dG, dB, dC, dM, dY, dK; int rc = 0; cmsHPROFILE hProfile1 = 0, hProfile2 = 0; cmsHTRANSFORM xform1 = 0, xform2 = 0; cmsUInt32Number dwFormat1, dwFormat2; TIFFGetField(tiff1, TIFFTAG_PHOTOMETRIC, &Photometric); TIFFGetField(tiff1, TIFFTAG_IMAGEWIDTH, &imagewidth); TIFFGetField(tiff1, TIFFTAG_IMAGELENGTH, &imagelength); TIFFGetField(tiff1, TIFFTAG_SAMPLESPERPIXEL, &Channels); dwFormat1 = OpenEmbedded(tiff1, &hProfile1, &xform1); dwFormat2 = OpenEmbedded(tiff2, &hProfile2, &xform2); buf1 = (cmsUInt8Number*)_TIFFmalloc(TIFFScanlineSize(tiff1)); buf2 = (cmsUInt8Number*)_TIFFmalloc(TIFFScanlineSize(tiff2)); if (diff) { TIFFSetField(diff, TIFFTAG_PHOTOMETRIC, PHOTOMETRIC_MINISBLACK); TIFFSetField(diff, TIFFTAG_COMPRESSION, COMPRESSION_NONE); TIFFSetField(diff, TIFFTAG_PLANARCONFIG, PLANARCONFIG_CONTIG); TIFFSetField(diff, TIFFTAG_IMAGEWIDTH, imagewidth); TIFFSetField(diff, TIFFTAG_IMAGELENGTH, imagelength); TIFFSetField(diff, TIFFTAG_SAMPLESPERPIXEL, 1); TIFFSetField(diff, TIFFTAG_BITSPERSAMPLE, 8); buf3 = (cmsUInt8Number*)_TIFFmalloc(TIFFScanlineSize(diff)); } for (row = 0; row < imagelength; row++) { if (TIFFReadScanline(tiff1, buf1, row, 0) < 0) goto Error; if (TIFFReadScanline(tiff2, buf2, row, 0) < 0) goto Error; for (cols = 0; cols < imagewidth; cols++) { switch (Photometric) { case PHOTOMETRIC_MINISWHITE: case PHOTOMETRIC_MINISBLACK: dE = fabs(buf2[cols] - buf1[cols]); AddOnePixel(&ColorantStat[0], dE); AddOnePixel(&EuclideanStat, dE); break; case PHOTOMETRIC_RGB: { int index = 3 * cols; dR = fabs(buf2[index+0] - buf1[index+0]); dG = fabs(buf2[index+1] - buf1[index+1]); dB = fabs(buf2[index+2] - buf1[index+2]); dE = sqrt(dR * dR + dG * dG + dB * dB) / sqrt(3.); } AddOnePixel(&ColorantStat[0], dR); AddOnePixel(&ColorantStat[1], dG); AddOnePixel(&ColorantStat[2], dB); AddOnePixel(&EuclideanStat, dE); break; case PHOTOMETRIC_SEPARATED: { int index = 4 * cols; dC = fabs(buf2[index+0] - buf1[index+0]); dM = fabs(buf2[index+1] - buf1[index+1]); dY = fabs(buf2[index+2] - buf1[index+2]); dK = fabs(buf2[index+3] - buf1[index+3]); dE = sqrt(dC * dC + dM * dM + dY * dY + dK * dK) / 2.; } AddOnePixel(&ColorantStat[0], dC); AddOnePixel(&ColorantStat[1], dM); AddOnePixel(&ColorantStat[2], dY); AddOnePixel(&ColorantStat[3], dK); AddOnePixel(&EuclideanStat, dE); break; default: FatalError("Unsupported channels: %d", Channels); } if (xform1 && xform2) { cmsCIELab Lab1, Lab2; size_t index1 = cols * PixelSize(dwFormat1); size_t index2 = cols * PixelSize(dwFormat2); cmsDoTransform(xform1, &buf1[index1], &Lab1, 1); cmsDoTransform(xform2, &buf2[index2], &Lab2, 1); dE = cmsDeltaE(&Lab1, &Lab2); AddOnePixel(&ColorimetricStat, dE); } if (diff) { buf3[cols] = (cmsUInt8Number) floor(dE + 0.5); } } if (diff) { if (TIFFWriteScanline(diff, buf3, row, 0) < 0) goto Error; } } rc = 1; Error: if (hProfile1) cmsCloseProfile(hProfile1); if (hProfile2) cmsCloseProfile(hProfile2); if (xform1) cmsDeleteTransform(xform1); if (xform2) cmsDeleteTransform(xform2); _TIFFfree(buf1); _TIFFfree(buf2); if (diff) { TIFFWriteDirectory(diff); if (buf3 != NULL) _TIFFfree(buf3); } return rc; } static void AssureShortTagIs(TIFF* tif1, TIFF* tiff2, int tag, int Val, const char* Error) { uint16 v1; if (!TIFFGetField(tif1, tag, &v1)) goto Err; if (v1 != Val) goto Err; if (!TIFFGetField(tiff2, tag, &v1)) goto Err; if (v1 != Val) goto Err; return; Err: FatalError("%s is not proper", Error); } static int CmpShortTag(TIFF* tif1, TIFF* tif2, int tag) { uint16 v1, v2; if (!TIFFGetField(tif1, tag, &v1)) return 0; if (!TIFFGetField(tif2, tag, &v2)) return 0; return v1 == v2; } static int CmpLongTag(TIFF* tif1, TIFF* tif2, int tag) { uint32 v1, v2; if (!TIFFGetField(tif1, tag, &v1)) return 0; if (!TIFFGetField(tif2, tag, &v2)) return 0; return v1 == v2; } static void EqualShortTag(TIFF* tif1, TIFF* tif2, int tag, const char* Error) { if (!CmpShortTag(tif1, tif2, tag)) FatalError("%s is different", Error); } static void EqualLongTag(TIFF* tif1, TIFF* tif2, int tag, const char* Error) { if (!CmpLongTag(tif1, tif2, tag)) FatalError("%s is different", Error); } static void AddOneCGATSRow(cmsHANDLE hIT8, char *Name, LPSTAT st) { double Per100 = 100.0 * ((255.0 - Mean(st)) / 255.0); cmsIT8SetData(hIT8, Name, "SAMPLE_ID", Name); cmsIT8SetDataDbl(hIT8, Name, "PER100_EQUAL", Per100); cmsIT8SetDataDbl(hIT8, Name, "MEAN_DE", Mean(st)); cmsIT8SetDataDbl(hIT8, Name, "STDEV_DE", Std(st)); cmsIT8SetDataDbl(hIT8, Name, "MIN_DE", st ->Min); cmsIT8SetDataDbl(hIT8, Name, "MAX_DE", st ->Peak); } static void CreateCGATS(const char* TiffName1, const char* TiffName2) { cmsHANDLE hIT8 = cmsIT8Alloc(0); time_t ltime; char Buffer[256]; cmsIT8SetSheetType(hIT8, "TIFFDIFF"); sprintf(Buffer, "Differences between %s and %s", TiffName1, TiffName2); cmsIT8SetComment(hIT8, Buffer); cmsIT8SetPropertyStr(hIT8, "ORIGINATOR", "TIFFDIFF"); time( <ime ); strcpy(Buffer, ctime(<ime)); Buffer[strlen(Buffer)-1] = 0; // Remove the nasty "\n" cmsIT8SetPropertyStr(hIT8, "CREATED", Buffer); cmsIT8SetComment(hIT8, " "); cmsIT8SetPropertyDbl(hIT8, "NUMBER_OF_FIELDS", 6); cmsIT8SetDataFormat(hIT8, 0, "SAMPLE_ID"); cmsIT8SetDataFormat(hIT8, 1, "PER100_EQUAL"); cmsIT8SetDataFormat(hIT8, 2, "MEAN_DE"); cmsIT8SetDataFormat(hIT8, 3, "STDEV_DE"); cmsIT8SetDataFormat(hIT8, 4, "MIN_DE"); cmsIT8SetDataFormat(hIT8, 5, "MAX_DE"); switch (Channels) { case 1: cmsIT8SetPropertyDbl(hIT8, "NUMBER_OF_SETS", 3); AddOneCGATSRow(hIT8, "GRAY_PLANE", &ColorantStat[0]); break; case 3: cmsIT8SetPropertyDbl(hIT8, "NUMBER_OF_SETS", 5); AddOneCGATSRow(hIT8, "R_PLANE", &ColorantStat[0]); AddOneCGATSRow(hIT8, "G_PLANE", &ColorantStat[1]); AddOneCGATSRow(hIT8, "B_PLANE", &ColorantStat[2]); break; case 4: cmsIT8SetPropertyDbl(hIT8, "NUMBER_OF_SETS", 6); AddOneCGATSRow(hIT8, "C_PLANE", &ColorantStat[0]); AddOneCGATSRow(hIT8, "M_PLANE", &ColorantStat[1]); AddOneCGATSRow(hIT8, "Y_PLANE", &ColorantStat[2]); AddOneCGATSRow(hIT8, "K_PLANE", &ColorantStat[3]); break; default: FatalError("Internal error: Bad ColorSpace"); } AddOneCGATSRow(hIT8, "EUCLIDEAN", &EuclideanStat); AddOneCGATSRow(hIT8, "COLORIMETRIC", &ColorimetricStat); cmsIT8SaveToFile(hIT8, CGATSout); cmsIT8Free(hIT8); } int main(int argc, char* argv[]) { int i; Tiff1 = Tiff2 = TiffDiff = NULL; InitUtils("tiffdiff"); HandleSwitches(argc, argv); if ((argc - xoptind) != 2) { Help(); } TIFFSetErrorHandler(ConsoleErrorHandler); TIFFSetWarningHandler(ConsoleWarningHandler); Tiff1 = TIFFOpen(argv[xoptind], "r"); if (Tiff1 == NULL) FatalError("Unable to open '%s'", argv[xoptind]); Tiff2 = TIFFOpen(argv[xoptind+1], "r"); if (Tiff2 == NULL) FatalError("Unable to open '%s'", argv[xoptind+1]); if (TiffDiffFilename) { TiffDiff = TIFFOpen(TiffDiffFilename, "w"); if (TiffDiff == NULL) FatalError("Unable to create '%s'", TiffDiffFilename); } AssureShortTagIs(Tiff1, Tiff2, TIFFTAG_PLANARCONFIG, PLANARCONFIG_CONTIG, "Planar Config"); AssureShortTagIs(Tiff1, Tiff2, TIFFTAG_BITSPERSAMPLE, 8, "8 bit per sample"); EqualLongTag(Tiff1, Tiff2, TIFFTAG_IMAGEWIDTH, "Image width"); EqualLongTag(Tiff1, Tiff2, TIFFTAG_IMAGELENGTH, "Image length"); EqualShortTag(Tiff1, Tiff2, TIFFTAG_SAMPLESPERPIXEL, "Samples per pixel"); hLab = cmsCreateLab4Profile(NULL); ClearStatistics(&EuclideanStat); for (i=0; i < 4; i++) ClearStatistics(&ColorantStat[i]); if (!CmpImages(Tiff1, Tiff2, TiffDiff)) FatalError("Error comparing images"); if (CGATSout) { CreateCGATS(argv[xoptind], argv[xoptind+1]); } else { double Per100 = 100.0 * ((255.0 - Mean(&EuclideanStat)) / 255.0); printf("Digital counts %g%% equal. mean %g, min %g, max %g, Std %g\n", Per100, Mean(&EuclideanStat), EuclideanStat.Min, EuclideanStat.Peak, Std(&EuclideanStat)); if (ColorimetricStat.n > 0) { Per100 = 100.0 * ((255.0 - Mean(&ColorimetricStat)) / 255.0); printf("dE Colorimetric %g%% equal. mean %g, min %g, max %g, Std %g\n", Per100, Mean(&ColorimetricStat), ColorimetricStat.Min, ColorimetricStat.Peak, Std(&ColorimetricStat)); } } if (hLab) cmsCloseProfile(hLab); if (Tiff1) TIFFClose(Tiff1); if (Tiff2) TIFFClose(Tiff2); if (TiffDiff) TIFFClose(TiffDiff); return 0; } lcms2-2.17/utils/tificc/tificc.10000644000175000017500000000566714752176133015450 0ustar martimarti.\"Shiju P. Nair September 30, 2004 .\"Thomas Weber April 23, 2014 .TH TIFICC 1 "October 23, 2004" .SH NAME tificc - little cms ICC profile applier for TIFF. .SH SYNOPSIS .B tificc .RI [ options ] " input.tif output.tif" .SH DESCRIPTION lcms is a standalone CMM engine, which deals with the color management. It implements a fast transformation between ICC profiles. .B tificc is a little cms ICC profile applier for TIFF. .SH OPTIONS .TP .B \-a Handle channels > 4 as alpha. .TP .B \-b Black point compensation. .TP .BI \-c\ NUM Precalculates transform (0=Off, 1=Normal, 2=Hi-res, 3=LoRes) [defaults to 1]. .TP .BI \-d\ NUM Observer adaptation state (abs.col. only), (0..1.0, float value) [defaults to 0.0]. .TP .B \-e Embed destination profile. .TP .B \-g Marks out-of-gamut colors on softproof. .TP .BI \-h\ NUM Show summary of options and examples (0=help, 1=Examples, 2=Built-in profiles, 3=Contact information) .TP .BI \-i\ profile Input profile (defaults to sRGB). .TP .BI \-k\ inklimit Ink-limiting in % (CMYK only), (0..400.0, float value) [default 400.0]. .TP .BI \-l\ profile Transform by device-link profile. .TP .B \-m TODO: check if values outside 0..3 are possible SoftProof intent [defaults to 0]. .TP .B \-n Ignore embedded profile on input. .TP .BI \-o\ profile Output profile (defaults to sRGB). .TP .BI \-p\ profile Soft proof profile. .TP .BI \-s\ newprofile Save embedded profile as \fInewprofile\fR. .TP .BI \-t\ NUM Rendering intent .nf .RS 0=Perceptual [default] 1=Relative colorimetric 2=Saturation 3=Absolute colorimetric 10=Perceptual preserving black ink 11=Relative colorimetric preserving black ink 12=Saturation preserving black ink 13=Perceptual preserving black plane 14=Relative colorimetric preserving black plane 15=Saturation preserving black plane .RE .fi .TP .B \-v Verbose. .TP .BI \-w\ NUM Output depth (8, 16 or 32). Use 32 for floating-point. .SH BUILT-IN PROFILES .nf *Lab2 -- D50-based v2 CIEL*a*b *Lab4 -- D50-based v4 CIEL*a*b *Lab -- D50-based v4 CIEL*a*b *XYZ -- CIE XYZ (PCS) *sRGB -- sRGB color space *Gray22 - Monochrome of Gamma 2.2 *Gray30 - Monochrome of Gamma 3.0 *null - Monochrome black for all input *Lin2222- CMYK linearization of gamma 2.2 on each channel .fi .SH EXAMPLES .nf To color correct from scanner to sRGB: tificc -iscanner.icm in.tif out.tif To convert from monitor1 to monitor2: tificc -imon1.icm -omon2.icm in.tif out.tif To make a CMYK separation: tificc -oprinter.icm inrgb.tif outcmyk.tif To recover sRGB from a CMYK separation: tificc -iprinter.icm incmyk.tif outrgb.tif To convert from CIELab TIFF to sRGB tificc -i*Lab in.tif out.tif .fi .SH NOTES For suggestions, comments, bug reports etc. send mail to info@littlecms.com. .SH SEE ALSO .BR jpgicc (1), .BR linkicc (1), .BR psicc (1), .BR transicc (1) .SH AUTHOR This manual page was originally written by Shiju p. Nair , for the Debian project. Modified by Marti Maria to reflect further changes. lcms2-2.17/utils/tificc/tificc.c0000644000175000017500000011056714752176133015526 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // This program does apply profiles to (some) TIFF files #include "lcms2_plugin.h" #include "tiffio.h" #include "utils.h" // Fix broken libtiff 4.3.0, thanks to Bob Friesenhahn for uncovering this #if defined(HAVE_STDINT_H) && (TIFFLIB_VERSION >= 20201219) #include # undef cmsUInt16Number # define cmsUInt16Number uint16_t # undef cmsUInt32Number # define cmsUInt32Number uint32_t #endif /* TIFFLIB_VERSION */ // Flags static cmsBool BlackWhiteCompensation = FALSE; static cmsBool IgnoreEmbedded = FALSE; static cmsBool EmbedProfile = FALSE; static int PixelDepth = 8; static cmsBool GamutCheck = FALSE; static cmsBool lIsDeviceLink = FALSE; static cmsBool lIsCUBE = FALSE; static cmsBool StoreAsAlpha = FALSE; static int Intent = INTENT_PERCEPTUAL; static int ProofingIntent = INTENT_PERCEPTUAL; static int PrecalcMode = 1; static cmsFloat64Number InkLimit = 400; static cmsFloat64Number ObserverAdaptationState = 1.0; // According ICC 4.3 this is the default static const char *cInpProf = NULL; static const char *cOutProf = NULL; static const char *cProofing = NULL; static const char* SaveEmbedded = NULL; // Console error & warning static void ConsoleWarningHandler(const char* module, const char* fmt, va_list ap) { if (Verbose) { fprintf(stderr, "Warning: "); if (module != NULL) fprintf(stderr, "[%s] ", module); vfprintf(stderr, fmt, ap); fprintf(stderr, "\n"); fflush(stderr); } } static void ConsoleErrorHandler(const char* module, const char* fmt, va_list ap) { if (Verbose) { fprintf(stderr, "Error: "); if (module != NULL) fprintf(stderr, "[%s] ", module); vfprintf(stderr, fmt, ap); fprintf(stderr, "\n"); fflush(stderr); } } // Issue a warning static void Warning(const char *frm, ...) { va_list args; va_start(args, frm); ConsoleWarningHandler("tificc", frm, args); va_end(args); } // Out of memory is a fatal error static void OutOfMem(cmsUInt32Number size) { FatalError("Out of memory on allocating %d bytes.", size); } // ----------------------------------------------------------------------------------------------- // Lab plug-in // In TIFF, Lab is encoded in a different way, so let's use the plug-in // capabilities of lcms2 to change the meaning of TYPE_Lab_8. #define LABTIFF_SH(m) ((m) << 30) #define T_LABTIFF(m) (((m)>>30)&1) // * 0xffff / 0xff00 = (255 * 257) / (255 * 256) = 257 / 256 static int FromLabV2ToLabV4(int x) { int a; a = ((x << 8) | x) >> 8; // * 257 / 256 if ( a > 0xffff) return 0xffff; return a; } // * 0xf00 / 0xffff = * 256 / 257 static int FromLabV4ToLabV2(int x) { return ((x << 8) + 0x80) / 257; } // Formatter for 8bit Lab TIFF (photometric 8) static unsigned char* UnrollTIFFLab8(struct _cmstransform_struct* CMMcargo, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride) { wIn[0] = (cmsUInt16Number) FromLabV2ToLabV4((accum[0]) << 8); wIn[1] = (cmsUInt16Number) FromLabV2ToLabV4(((accum[1] > 127) ? (accum[1] - 128) : (accum[1] + 128)) << 8); wIn[2] = (cmsUInt16Number) FromLabV2ToLabV4(((accum[2] > 127) ? (accum[2] - 128) : (accum[2] + 128)) << 8); return accum + 3; UTILS_UNUSED_PARAMETER(Stride); UTILS_UNUSED_PARAMETER(CMMcargo); } // Formatter for 16bit Lab TIFF (photometric 8) static unsigned char* UnrollTIFFLab16(struct _cmstransform_struct* CMMcargo, CMSREGISTER cmsUInt16Number wIn[], CMSREGISTER cmsUInt8Number* accum, CMSREGISTER cmsUInt32Number Stride ) { cmsUInt16Number* accum16 = (cmsUInt16Number*) accum; wIn[0] = (cmsUInt16Number) FromLabV2ToLabV4(accum16[0]); wIn[1] = (cmsUInt16Number) FromLabV2ToLabV4(((accum16[1] > 0x7f00) ? (accum16[1] - 0x8000) : (accum16[1] + 0x8000)) ); wIn[2] = (cmsUInt16Number) FromLabV2ToLabV4(((accum16[2] > 0x7f00) ? (accum16[2] - 0x8000) : (accum16[2] + 0x8000)) ); return accum + 3 * sizeof(cmsUInt16Number); UTILS_UNUSED_PARAMETER(Stride); UTILS_UNUSED_PARAMETER(CMMcargo); } static unsigned char* PackTIFFLab8(struct _cmstransform_struct* CMMcargo, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { int a, b; *output++ = (cmsUInt8Number) (FromLabV4ToLabV2(wOut[0] + 0x0080) >> 8); a = (FromLabV4ToLabV2(wOut[1]) + 0x0080) >> 8; b = (FromLabV4ToLabV2(wOut[2]) + 0x0080) >> 8; *output++ = (cmsUInt8Number) ((a < 128) ? (a + 128) : (a - 128)); *output++ = (cmsUInt8Number) ((b < 128) ? (b + 128) : (b - 128)); return output; UTILS_UNUSED_PARAMETER(Stride); UTILS_UNUSED_PARAMETER(CMMcargo); } static unsigned char* PackTIFFLabA8(struct _cmstransform_struct* CMMcargo, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { int a, b; *output++ = (cmsUInt8Number) (FromLabV4ToLabV2(wOut[0] + 0x0080) >> 8); a = (FromLabV4ToLabV2(wOut[1]) + 0x0080) >> 8; b = (FromLabV4ToLabV2(wOut[2]) + 0x0080) >> 8; *output++ = (cmsUInt8Number) ((a < 128) ? (a + 128) : (a - 128)); *output++ = (cmsUInt8Number) ((b < 128) ? (b + 128) : (b - 128)); output++; // Alpha return output; UTILS_UNUSED_PARAMETER(Stride); UTILS_UNUSED_PARAMETER(CMMcargo); } static unsigned char* PackTIFFLab16(struct _cmstransform_struct* CMMcargo, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { int a, b; cmsUInt16Number* output16 = (cmsUInt16Number*) output; *output16++ = (cmsUInt16Number) FromLabV4ToLabV2(wOut[0]); a = FromLabV4ToLabV2(wOut[1]); b = FromLabV4ToLabV2(wOut[2]); *output16++ = (cmsUInt16Number) ((a < 0x7f00) ? (a + 0x8000) : (a - 0x8000)); *output16++ = (cmsUInt16Number) ((b < 0x7f00) ? (b + 0x8000) : (b - 0x8000)); return (cmsUInt8Number*) output16; UTILS_UNUSED_PARAMETER(Stride); UTILS_UNUSED_PARAMETER(CMMcargo); } static unsigned char* PackTIFFLabA16(struct _cmstransform_struct* CMMcargo, CMSREGISTER cmsUInt16Number wOut[], CMSREGISTER cmsUInt8Number* output, CMSREGISTER cmsUInt32Number Stride) { int a, b; cmsUInt16Number* output16 = (cmsUInt16Number*) output; *output16++ = (cmsUInt16Number) FromLabV4ToLabV2(wOut[0]); a = FromLabV4ToLabV2(wOut[1]); b = FromLabV4ToLabV2(wOut[2]); *output16++ = (cmsUInt16Number) ((a < 0x7f00) ? (a + 0x8000) : (a - 0x8000)); *output16++ = (cmsUInt16Number) ((b < 0x7f00) ? (b + 0x8000) : (b - 0x8000)); output16++; // Alpha return (cmsUInt8Number*) output16; UTILS_UNUSED_PARAMETER(Stride); UTILS_UNUSED_PARAMETER(CMMcargo); } static cmsFormatter TiffFormatterFactory(cmsUInt32Number Type, cmsFormatterDirection Dir, cmsUInt32Number dwFlags) { cmsFormatter Result = { NULL }; int bps = T_BYTES(Type); int IsTiffSpecial = T_LABTIFF(Type); if (IsTiffSpecial && !(dwFlags & CMS_PACK_FLAGS_FLOAT)) { if (Dir == cmsFormatterInput) { Result.Fmt16 = (bps == 1) ? UnrollTIFFLab8 : UnrollTIFFLab16; } else { if (T_EXTRA(Type) == 1) Result.Fmt16 = (bps == 1) ? PackTIFFLabA8 : PackTIFFLabA16; else if (T_EXTRA(Type) == 0) Result.Fmt16 = (bps == 1) ? PackTIFFLab8 : PackTIFFLab16; } } return Result; } static cmsPluginFormatters TiffLabPlugin = { {cmsPluginMagicNumber, 2000, cmsPluginFormattersSig, NULL}, TiffFormatterFactory }; // ----------------------------------------------------------------------------------------------- // Build up the pixeltype descriptor static cmsUInt32Number GetInputPixelType(TIFF *Bank) { cmsUInt16Number Photometric, bps, spp, extra, PlanarConfig, *info; cmsUInt16Number Compression; int ColorChannels; int IsPremul = FALSE, IsPlanar = FALSE, IsFlt = FALSE, IsReverse = FALSE; int labTiffSpecial = FALSE; int pt = PT_ANY; TIFFGetFieldDefaulted(Bank, TIFFTAG_BITSPERSAMPLE, &bps); if (bps == 1) FatalError("Sorry, bilevel TIFFs has nothing to do with ICC profiles"); if (bps != 8 && bps != 16 && bps != 32) FatalError("Sorry, 8, 16 or 32 bits per sample only"); TIFFGetFieldDefaulted(Bank, TIFFTAG_PLANARCONFIG, &PlanarConfig); switch (PlanarConfig) { case PLANARCONFIG_CONTIG: IsPlanar = 0; break; case PLANARCONFIG_SEPARATE: IsPlanar = 1; break; default: FatalError("Unsupported planar configuration (=%d) ", (int) PlanarConfig); } TIFFGetFieldDefaulted(Bank, TIFFTAG_SAMPLESPERPIXEL, &spp); // If Samples per pixel == 1, PlanarConfiguration is irrelevant and need not to be included. if (spp == 1) IsPlanar = 0; // Any alpha? TIFFGetFieldDefaulted(Bank, TIFFTAG_EXTRASAMPLES, &extra, &info); // Read alpha channels as colorant? if (StoreAsAlpha) { ColorChannels = spp; extra = 0; } else ColorChannels = spp - extra; // Is alpha premultiplied ? IsPremul = ((extra == 1) && (info[0] == EXTRASAMPLE_ASSOCALPHA)); // Get photometric interpretation and proceed accordly TIFFGetField(Bank, TIFFTAG_PHOTOMETRIC, &Photometric); switch (Photometric) { case PHOTOMETRIC_MINISWHITE: IsReverse = 1; // ... fall through ... case PHOTOMETRIC_MINISBLACK: pt = PT_GRAY; break; case PHOTOMETRIC_RGB: pt = PT_RGB; if (ColorChannels < 3) FatalError("Sorry, RGB needs at least 3 samples per pixel"); break; case PHOTOMETRIC_PALETTE: FatalError("Sorry, palette images not supported"); break; case PHOTOMETRIC_SEPARATED: pt = PixelTypeFromChanCount(ColorChannels); break; case PHOTOMETRIC_YCBCR: TIFFGetField(Bank, TIFFTAG_COMPRESSION, &Compression); { cmsUInt16Number subx, suby; pt = PT_YCbCr; TIFFGetFieldDefaulted(Bank, TIFFTAG_YCBCRSUBSAMPLING, &subx, &suby); if (subx != 1 || suby != 1) FatalError("Sorry, subsampled images are not supported"); } break; // Two Lab flavours case PHOTOMETRIC_ITULAB: case PHOTOMETRIC_ICCLAB: pt = PT_Lab; break; case PHOTOMETRIC_CIELAB: pt = PT_Lab; labTiffSpecial = TRUE; break; // CIE Log2(L) (u',v') case PHOTOMETRIC_LOGLUV: TIFFSetField(Bank, TIFFTAG_SGILOGDATAFMT, SGILOGDATAFMT_16BIT); pt = PT_YUV; // *ICCSpace = icSigLuvData; bps = 16; // 16 bits forced by LibTiff break; default: FatalError("Unsupported TIFF color space (Photometric %d)", Photometric); } // Convert bits per sample to bytes per sample bps >>= 3; IsFlt = (bps == 0) || (bps == 4); return (FLOAT_SH(IsFlt) | COLORSPACE_SH(pt) | PLANAR_SH(IsPlanar) | EXTRA_SH(extra) | PREMUL_SH(IsPremul) | CHANNELS_SH(ColorChannels) | BYTES_SH(bps) | FLAVOR_SH(IsReverse) | LABTIFF_SH(labTiffSpecial)); } // Rearrange pixel type to build output descriptor static cmsUInt32Number ComputeOutputFormatDescriptor(cmsUInt32Number dwInput, int OutColorSpace, int bps) { int IsPlanar = T_PLANAR(dwInput); int Channels = ChanCountFromPixelType(OutColorSpace); int IsFlt = (bps == 0) || (bps == 4); int labTiffSpecial = FALSE; int Extra = T_EXTRA(dwInput); int IsPremul = T_PREMUL(dwInput); if (OutColorSpace == PT_Lab) labTiffSpecial = TRUE; return (FLOAT_SH(IsFlt) | COLORSPACE_SH(OutColorSpace) | PLANAR_SH(IsPlanar) | CHANNELS_SH(Channels) | BYTES_SH(bps) | EXTRA_SH(Extra) | PREMUL_SH(IsPremul) | LABTIFF_SH(labTiffSpecial)); } // Tile based transforms static int TileBasedXform(cmsHTRANSFORM hXForm, TIFF* in, TIFF* out, int nPlanes) { tsize_t BufSizeIn = TIFFTileSize(in); tsize_t BufSizeOut = TIFFTileSize(out); unsigned char *BufferIn, *BufferOut; ttile_t i, TileCount = TIFFNumberOfTiles(in) / nPlanes; cmsUInt32Number tw, tl; int PixelCount, j; // Check for bad tiffs if (BufSizeIn > INT_MAX || BufSizeOut > INT_MAX) FatalError("Probably corrupted TIFF, tile too big."); TIFFGetFieldDefaulted(in, TIFFTAG_TILEWIDTH, &tw); TIFFGetFieldDefaulted(in, TIFFTAG_TILELENGTH, &tl); PixelCount = (int) tw * tl; BufferIn = (unsigned char *) _TIFFmalloc(BufSizeIn * nPlanes); if (!BufferIn) OutOfMem((cmsUInt32Number) BufSizeIn * nPlanes); BufferOut = (unsigned char *) _TIFFmalloc(BufSizeOut * nPlanes); if (!BufferOut) OutOfMem((cmsUInt32Number) BufSizeOut * nPlanes); for (i = 0; i < TileCount; i++) { for (j=0; j < nPlanes; j++) { if (TIFFReadEncodedTile(in, i + (j* TileCount), BufferIn + (j*BufSizeIn), BufSizeIn) < 0) goto cleanup; } if (PixelCount < 0) FatalError("TIFF is corrupted"); cmsDoTransform(hXForm, BufferIn, BufferOut, PixelCount); for (j=0; j < nPlanes; j++) { if (TIFFWriteEncodedTile(out, i + (j*TileCount), BufferOut + (j*BufSizeOut), BufSizeOut) < 0) goto cleanup; } } _TIFFfree(BufferIn); _TIFFfree(BufferOut); return 1; cleanup: _TIFFfree(BufferIn); _TIFFfree(BufferOut); return 0; } // Strip based transforms static int StripBasedXform(cmsHTRANSFORM hXForm, TIFF* in, TIFF* out, int nPlanes) { tsize_t BufSizeIn = TIFFStripSize(in); tsize_t BufSizeOut = TIFFStripSize(out); unsigned char *BufferIn, *BufferOut; ttile_t i, StripCount = TIFFNumberOfStrips(in) / nPlanes; cmsUInt32Number sw; cmsUInt32Number sl; cmsUInt32Number iml; int j; int PixelCount; // Check for bad tiffs if (BufSizeIn > INT_MAX || BufSizeOut > INT_MAX) FatalError("Probably corrupted TIFF, strip too big."); TIFFGetFieldDefaulted(in, TIFFTAG_IMAGEWIDTH, &sw); TIFFGetFieldDefaulted(in, TIFFTAG_ROWSPERSTRIP, &sl); TIFFGetFieldDefaulted(in, TIFFTAG_IMAGELENGTH, &iml); // It is possible to get infinite rows per strip if (sl == 0 || sl > iml) sl = iml; // One strip for whole image BufferIn = (unsigned char *) _TIFFmalloc(BufSizeIn * nPlanes); if (!BufferIn) OutOfMem((cmsUInt32Number) BufSizeIn * nPlanes); BufferOut = (unsigned char *) _TIFFmalloc(BufSizeOut * nPlanes); if (!BufferOut) OutOfMem((cmsUInt32Number) BufSizeOut * nPlanes); for (i = 0; i < StripCount; i++) { for (j=0; j < nPlanes; j++) { if (TIFFReadEncodedStrip(in, i + (j * StripCount), BufferIn + (j * BufSizeIn), BufSizeIn) < 0) goto cleanup; } PixelCount = (int) sw * (iml < sl ? iml : sl); iml -= sl; if (PixelCount < 0) FatalError("TIFF is corrupted"); cmsDoTransform(hXForm, BufferIn, BufferOut, PixelCount); for (j=0; j < nPlanes; j++) { if (TIFFWriteEncodedStrip(out, i + (j * StripCount), BufferOut + j * BufSizeOut, BufSizeOut) < 0) goto cleanup; } } _TIFFfree(BufferIn); _TIFFfree(BufferOut); return 1; cleanup: _TIFFfree(BufferIn); _TIFFfree(BufferOut); return 0; } // Fill the array with a short value static void fillArray(cmsInt16Number array[], cmsInt16Number val, cmsUInt32Number size) { cmsUInt32Number i; size /= sizeof(cmsInt16Number); for (i = 0; i < size; i++) array[i] = val; } // Creates minimum required tags static void WriteOutputTags(TIFF* out, int Colorspace, int BytesPerSample, int AlphaChannels, int IsPremul) { int BitsPerSample = (8 * BytesPerSample); int nChannels = ChanCountFromPixelType(Colorspace); TIFFSetField(out, TIFFTAG_BITSPERSAMPLE, BitsPerSample); TIFFSetField(out, TIFFTAG_SAMPLESPERPIXEL, nChannels + AlphaChannels); if (AlphaChannels > 0) { cmsInt16Number Extra[20]; if (IsPremul) fillArray(Extra, EXTRASAMPLE_ASSOCALPHA, sizeof(Extra)); else fillArray(Extra, EXTRASAMPLE_UNASSALPHA, sizeof(Extra)); TIFFSetField(out, TIFFTAG_EXTRASAMPLES, AlphaChannels, Extra); } switch (Colorspace) { case PT_GRAY: TIFFSetField(out, TIFFTAG_PHOTOMETRIC, PHOTOMETRIC_MINISBLACK); break; case PT_RGB: TIFFSetField(out, TIFFTAG_PHOTOMETRIC, PHOTOMETRIC_RGB); break; case PT_CMY: TIFFSetField(out, TIFFTAG_PHOTOMETRIC, PHOTOMETRIC_SEPARATED); TIFFSetField(out, TIFFTAG_INKSET, INKSET_MULTIINK); break; case PT_CMYK: TIFFSetField(out, TIFFTAG_PHOTOMETRIC, PHOTOMETRIC_SEPARATED); TIFFSetField(out, TIFFTAG_INKSET, INKSET_CMYK); break; case PT_Lab: if (BitsPerSample == 16) TIFFSetField(out, TIFFTAG_PHOTOMETRIC, PHOTOMETRIC_CIELAB); else TIFFSetField(out, TIFFTAG_PHOTOMETRIC, PHOTOMETRIC_CIELAB); break; // Multi-ink separations case PT_MCH2: case PT_MCH3: case PT_MCH4: case PT_MCH5: case PT_MCH6: case PT_MCH7: case PT_MCH8: case PT_MCH9: case PT_MCH10: case PT_MCH11: case PT_MCH12: case PT_MCH13: case PT_MCH14: case PT_MCH15: TIFFSetField(out, TIFFTAG_PHOTOMETRIC, PHOTOMETRIC_SEPARATED); if (StoreAsAlpha && nChannels >= 4) { cmsInt16Number Extra[20]; fillArray(Extra, EXTRASAMPLE_UNASSALPHA, sizeof(Extra)); // CMYK plus extra alpha TIFFSetField(out, TIFFTAG_EXTRASAMPLES, nChannels - 4, Extra); TIFFSetField(out, TIFFTAG_INKSET, INKSET_CMYK); TIFFSetField(out, TIFFTAG_NUMBEROFINKS, 4); } else { TIFFSetField(out, TIFFTAG_INKSET, INKSET_MULTIINK); TIFFSetField(out, TIFFTAG_NUMBEROFINKS, nChannels); } break; default: FatalError("Unsupported output colorspace"); } if (PixelDepth == 32) TIFFSetField(out, TIFFTAG_SAMPLEFORMAT, SAMPLEFORMAT_IEEEFP, SAMPLEFORMAT_IEEEFP, SAMPLEFORMAT_IEEEFP, SAMPLEFORMAT_IEEEFP); } // Copies a bunch of tags static void CopyOtherTags(TIFF* in, TIFF* out) { #define CopyField(tag, v) \ if (TIFFGetField(in, tag, &v)) TIFFSetField(out, tag, v) short shortv; unsigned short compression; cmsUInt32Number ow, ol; cmsFloat32Number floatv; char *stringv; cmsUInt32Number longv; CopyField(TIFFTAG_SUBFILETYPE, longv); TIFFGetField(in, TIFFTAG_IMAGEWIDTH, &ow); TIFFGetField(in, TIFFTAG_IMAGELENGTH, &ol); TIFFSetField(out, TIFFTAG_IMAGEWIDTH, ow); TIFFSetField(out, TIFFTAG_IMAGELENGTH, ol); CopyField(TIFFTAG_PLANARCONFIG, shortv); CopyField(TIFFTAG_COMPRESSION, compression); // This is tricky, libtiff would access predictor in a wrong way // if the codec is none of those if (compression == COMPRESSION_LZW || compression == 34925 /*COMPRESSION_LZMA*/ || compression == COMPRESSION_PIXARLOG || compression == COMPRESSION_DEFLATE || compression == COMPRESSION_ADOBE_DEFLATE || compression == 50000 /*COMPRESSION_ZSTD*/) { if (PixelDepth != 32) CopyField(TIFFTAG_PREDICTOR, shortv); } CopyField(TIFFTAG_THRESHHOLDING, shortv); CopyField(TIFFTAG_FILLORDER, shortv); CopyField(TIFFTAG_ORIENTATION, shortv); CopyField(TIFFTAG_MINSAMPLEVALUE, shortv); CopyField(TIFFTAG_MAXSAMPLEVALUE, shortv); CopyField(TIFFTAG_XRESOLUTION, floatv); CopyField(TIFFTAG_YRESOLUTION, floatv); CopyField(TIFFTAG_RESOLUTIONUNIT, shortv); CopyField(TIFFTAG_ROWSPERSTRIP, longv); CopyField(TIFFTAG_XPOSITION, floatv); CopyField(TIFFTAG_YPOSITION, floatv); CopyField(TIFFTAG_IMAGEDEPTH, longv); CopyField(TIFFTAG_TILEDEPTH, longv); CopyField(TIFFTAG_TILEWIDTH, longv); CopyField(TIFFTAG_TILELENGTH, longv); CopyField(TIFFTAG_ARTIST, stringv); CopyField(TIFFTAG_IMAGEDESCRIPTION, stringv); CopyField(TIFFTAG_MAKE, stringv); CopyField(TIFFTAG_MODEL, stringv); CopyField(TIFFTAG_DATETIME, stringv); CopyField(TIFFTAG_HOSTCOMPUTER, stringv); CopyField(TIFFTAG_PAGENAME, stringv); CopyField(TIFFTAG_DOCUMENTNAME, stringv); } static void DoEmbedProfile(TIFF* Out, const char* ProfileFile) { FILE* f; cmsInt32Number size; cmsUInt32Number EmbedLen; cmsUInt8Number* EmbedBuffer; f = fopen(ProfileFile, "rb"); if (f == NULL) return; size = cmsfilelength(f); if (size < 0) return; EmbedBuffer = (cmsUInt8Number*) malloc((size_t) size + 1); if (EmbedBuffer == NULL) { OutOfMem(size+1); return; } EmbedLen = (cmsUInt32Number) fread(EmbedBuffer, 1, (size_t) size, f); if (EmbedLen != (cmsUInt32Number) size) FatalError("Cannot read %ld bytes to %s", (long) size, ProfileFile); fclose(f); EmbedBuffer[EmbedLen] = 0; TIFFSetField(Out, TIFFTAG_ICCPROFILE, EmbedLen, EmbedBuffer); free(EmbedBuffer); } // Read or create a ICC profile from the TIFF data static cmsHPROFILE GetTIFFProfile(TIFF* in) { cmsCIExyYTRIPLE Primaries; cmsFloat32Number* chr; cmsCIExyY WhitePoint; cmsFloat32Number* wp; int i; cmsToneCurve* Curve[3]; cmsUInt16Number *gmr, *gmg, *gmb; cmsHPROFILE hProfile; cmsUInt32Number EmbedLen; cmsUInt8Number* EmbedBuffer; if (IgnoreEmbedded) return NULL; if (TIFFGetField(in, TIFFTAG_ICCPROFILE, &EmbedLen, &EmbedBuffer)) { hProfile = cmsOpenProfileFromMem(EmbedBuffer, EmbedLen); // Print description found in the profile if (Verbose && (hProfile != NULL)) { fprintf(stdout, "\n[Embedded profile]\n"); PrintProfileInformation(hProfile); fflush(stdout); } if (hProfile != NULL && SaveEmbedded != NULL) SaveMemoryBlock(EmbedBuffer, EmbedLen, SaveEmbedded); if (hProfile) return hProfile; } // Try to see if "colorimetric" tiff if (TIFFGetField(in, TIFFTAG_PRIMARYCHROMATICITIES, &chr)) { Primaries.Red.x = chr[0]; Primaries.Red.y = chr[1]; Primaries.Green.x = chr[2]; Primaries.Green.y = chr[3]; Primaries.Blue.x = chr[4]; Primaries.Blue.y = chr[5]; Primaries.Red.Y = Primaries.Green.Y = Primaries.Blue.Y = 1.0; if (TIFFGetField(in, TIFFTAG_WHITEPOINT, &wp)) { WhitePoint.x = wp[0]; WhitePoint.y = wp[1]; WhitePoint.Y = 1.0; // Transfer function is a bit harder.... TIFFGetFieldDefaulted(in, TIFFTAG_TRANSFERFUNCTION, &gmr, &gmg, &gmb); Curve[0] = cmsBuildTabulatedToneCurve16(NULL, 256, gmr); Curve[1] = cmsBuildTabulatedToneCurve16(NULL, 256, gmg); Curve[2] = cmsBuildTabulatedToneCurve16(NULL, 256, gmb); hProfile = cmsCreateRGBProfileTHR(NULL, &WhitePoint, &Primaries, Curve); for (i=0; i < 3; i++) cmsFreeToneCurve(Curve[i]); if (Verbose) { fprintf(stdout, "\n[Colorimetric TIFF]\n"); } return hProfile; } } return NULL; } // Transform one image static int TransformImage(TIFF* in, TIFF* out, const char *cDefInpProf) { cmsHPROFILE hIn, hOut, hProof, hInkLimit = NULL; cmsHTRANSFORM xform; cmsUInt32Number wInput, wOutput; int OutputColorSpace; int BytesPerSample = PixelDepth / 8; cmsUInt32Number dwFlags; int nPlanes; // Default options dwFlags = cmsFLAGS_COPY_ALPHA; // Observer adaptation state (only meaningful on absolute colorimetric intent) cmsSetAdaptationState(ObserverAdaptationState); if (EmbedProfile && cOutProf) DoEmbedProfile(out, cOutProf); if (BlackWhiteCompensation) dwFlags |= cmsFLAGS_BLACKPOINTCOMPENSATION; switch (PrecalcMode) { case 0: dwFlags |= cmsFLAGS_NOOPTIMIZE; break; case 2: dwFlags |= cmsFLAGS_HIGHRESPRECALC; break; case 3: dwFlags |= cmsFLAGS_LOWRESPRECALC; break; case 1: break; default: FatalError("Unknown precalculation mode '%d'", PrecalcMode); } if (GamutCheck) dwFlags |= cmsFLAGS_GAMUTCHECK; hProof = NULL; hOut = NULL; if (lIsDeviceLink) { if (lIsCUBE) hIn = cmsCreateDeviceLinkFromCubeFile(cDefInpProf); else hIn = cmsOpenProfileFromFile(cDefInpProf, "r"); } else { hIn = GetTIFFProfile(in); if (hIn == NULL) hIn = OpenStockProfile(NULL, cDefInpProf); hOut = OpenStockProfile(NULL, cOutProf); if (cProofing != NULL) { hProof = OpenStockProfile(NULL, cProofing); dwFlags |= cmsFLAGS_SOFTPROOFING; } } // Take input color space wInput = GetInputPixelType(in); // Assure both, input profile and input TIFF are on same colorspace if (_cmsLCMScolorSpace(cmsGetColorSpace(hIn)) != (int) T_COLORSPACE(wInput)) FatalError("Input profile is not operating in proper color space (%d)", T_COLORSPACE(wInput)); if (!lIsDeviceLink) OutputColorSpace = _cmsLCMScolorSpace(cmsGetColorSpace(hOut)); else OutputColorSpace = _cmsLCMScolorSpace(cmsGetPCS(hIn)); wOutput = ComputeOutputFormatDescriptor(wInput, OutputColorSpace, BytesPerSample); WriteOutputTags(out, OutputColorSpace, BytesPerSample, T_EXTRA(wOutput), T_PREMUL(wOutput)); CopyOtherTags(in, out); // Ink limit if (InkLimit != 400.0 && (OutputColorSpace == PT_CMYK || OutputColorSpace == PT_CMY)) { cmsHPROFILE hProfiles[10]; int nProfiles = 0; hInkLimit = cmsCreateInkLimitingDeviceLink(cmsGetColorSpace(hOut), InkLimit); hProfiles[nProfiles++] = hIn; if (hProof) { hProfiles[nProfiles++] = hProof; hProfiles[nProfiles++] = hProof; } hProfiles[nProfiles++] = hOut; hProfiles[nProfiles++] = hInkLimit; xform = cmsCreateMultiprofileTransform(hProfiles, nProfiles, wInput, wOutput, Intent, dwFlags); } else { xform = cmsCreateProofingTransform(hIn, wInput, hOut, wOutput, hProof, Intent, ProofingIntent, dwFlags); } cmsCloseProfile(hIn); cmsCloseProfile(hOut); if (hInkLimit) cmsCloseProfile(hInkLimit); if (hProof) cmsCloseProfile(hProof); if (xform == NULL) return 0; // Planar stuff if (T_PLANAR(wInput)) nPlanes = T_CHANNELS(wInput) + T_EXTRA(wInput); else nPlanes = 1; // Handle tile by tile or strip by strip if (TIFFIsTiled(in)) { TileBasedXform(xform, in, out, nPlanes); } else { StripBasedXform(xform, in, out, nPlanes); } cmsDeleteTransform(xform); TIFFWriteDirectory(out); return 1; } // Print help static void Help(int level) { UTILS_UNUSED_PARAMETER(level); fprintf(stderr, "Little CMS ICC profile applier for TIFF - v8.0 [LittleCMS %2.2f]\n", cmsGetEncodedCMMversion() / 1000.0); fprintf(stderr, "Copyright (c) 1998-2024 Marti Maria Saguer. See COPYING file for details.\n"); fflush(stderr); fprintf(stderr, "usage: tificc [flags] input.tif output.tif\n"); fprintf(stderr, "\nflags:\n\n"); fprintf(stderr, "-v - Verbose\n"); fprintf(stderr, "-i - Input profile (defaults to sRGB)\n"); fprintf(stderr, "-o - Output profile (defaults to sRGB)\n"); fprintf(stderr, "-l - Transform by device-link profile\n"); fprintf(stderr, "-u - Transform by CUBE colormap\n"); PrintBuiltins(); PrintRenderingIntents(); fprintf(stderr, "-b - Black point compensation\n"); fprintf(stderr, "-d<0..1> - Observer adaptation state (abs.col. only)\n"); fprintf(stderr, "-c<0,1,2,3> - Precalculates transform (0=Off, 1=Normal, 2=Hi-res, 3=LoRes)\n"); fprintf(stderr, "\n"); fprintf(stderr, "-w<8,16,32> - Output depth. Use 32 for floating-point\n\n"); fprintf(stderr, "-a - Handle channels > 4 as alpha\n"); fprintf(stderr, "-n - Ignore embedded profile on input\n"); fprintf(stderr, "-e - Embed destination profile\n"); fprintf(stderr, "-s - Save embedded profile as \n"); fprintf(stderr, "\n"); fprintf(stderr, "-p - Soft proof profile\n"); fprintf(stderr, "-m - Soft proof intent\n"); fprintf(stderr, "\tThat is the intent used to translate the simulation to the output device.\n\tNote that the simulated intent is set by using -t not by -m\n"); fprintf(stderr, "-g - Marks out-of-gamut colors on softproof\n"); fprintf(stderr, "\n"); fprintf(stderr, "-k<0..400> - Ink-limiting in %% (CMYK only)\n"); fprintf(stderr, "\n"); fprintf(stderr, "Examples:\n\n" "To color correct from scanner to sRGB:\n" "\ttificc -iscanner.icm in.tif out.tif\n" "To convert from monitor1 to monitor2:\n" "\ttificc -imon1.icm -omon2.icm in.tif out.tif\n" "To make a CMYK separation:\n" "\ttificc -oprinter.icm inrgb.tif outcmyk.tif\n" "To recover sRGB from a CMYK separation:\n" "\ttificc -iprinter.icm incmyk.tif outrgb.tif\n" "To soft-proof how behaves Probev1_ICCv4.icc on perceptual:\n" "\ttifficc -t0 -p Probev1_ICCv4.icc -m1 infile.tif out.tif\n" "To convert from CIELab TIFF to sRGB\n" "\ttificc -i*Lab in.tif out.tif\n\n"); fprintf(stderr, "This program is intended to be a demo of the Little CMS\n" "color engine. Both lcms and this program are open source.\n" "You can obtain both in source code at https://www.littlecms.com\n" "For suggestions, comments, bug reports etc. send mail to\n" "info@littlecms.com\n\n"); exit(0); } // The toggles stuff static void HandleSwitches(int argc, char *argv[]) { int s; while ((s=xgetopt(argc,argv,"aAeEbBw:W:nNvVGgh:H:i:I:o:O:P:p:t:T:c:C:l:L:u:U:M:m:K:k:S:s:D:d:-:")) != EOF) { switch (s) { case '-': if (strcmp(xoptarg, "help") == 0) { Help(0); } else { FatalError("Unknown option - run without args to see valid ones.\n"); } break; case 'a': case 'A': StoreAsAlpha = TRUE; break; case 'b': case 'B': BlackWhiteCompensation = TRUE; break; case 'c': case 'C': PrecalcMode = atoi(xoptarg); if (PrecalcMode < 0 || PrecalcMode > 3) FatalError("Unknown precalc mode '%d'", PrecalcMode); break; case 'd': case 'D': ObserverAdaptationState = atof(xoptarg); if (ObserverAdaptationState < 0 || ObserverAdaptationState > 1.0) Warning("Adaptation state should be 0..1"); break; case 'e': case 'E': EmbedProfile = TRUE; break; case 'g': case 'G': GamutCheck = TRUE; break; case 'v': case 'V': Verbose = TRUE; break; case 'i': case 'I': if (lIsDeviceLink) FatalError("Device-link already specified"); cInpProf = xoptarg; break; case 'o': case 'O': if (lIsDeviceLink) FatalError("Device-link already specified"); cOutProf = xoptarg; break; case 'l': case 'L': if (cInpProf != NULL || cOutProf != NULL) FatalError("input/output profiles already specified"); cInpProf = xoptarg; lIsDeviceLink = TRUE; lIsCUBE = FALSE; break; case 'u': case 'U': if (cInpProf != NULL || cOutProf != NULL) FatalError("input/output profiles already specified"); cInpProf = xoptarg; lIsDeviceLink = TRUE; lIsCUBE = TRUE; break; case 'p': case 'P': cProofing = xoptarg; break; case 't': case 'T': Intent = atoi(xoptarg); break; case 'm': case 'M': ProofingIntent = atoi(xoptarg); break; case 'N': case 'n': IgnoreEmbedded = TRUE; break; case 'W': case 'w': PixelDepth = atoi(xoptarg); if (PixelDepth != 8 && PixelDepth != 16 && PixelDepth != 32) FatalError("Only 8, 16 and 32 bps are supported"); break; case 'k': case 'K': InkLimit = atof(xoptarg); if (InkLimit < 0.0 || InkLimit > 400.0) FatalError("Ink limit must be 0%%..400%%"); break; case 's': case 'S': SaveEmbedded = xoptarg; break; case 'H': case 'h': { int a = atoi(xoptarg); Help(a); } break; default: FatalError("Unknown option - run without args to see valid ones"); } } } // The main sink int main(int argc, char* argv[]) { TIFF *in, *out; cmsPlugin(&TiffLabPlugin); InitUtils("tificc"); HandleSwitches(argc, argv); if ((argc - xoptind) != 2) { Help(0); } TIFFSetErrorHandler(ConsoleErrorHandler); TIFFSetWarningHandler(ConsoleWarningHandler); in = TIFFOpen(argv[xoptind], "r"); if (in == NULL) FatalError("Unable to open '%s'", argv[xoptind]); out = TIFFOpen(argv[xoptind+1], "w"); if (out == NULL) { TIFFClose(in); FatalError("Unable to write '%s'", argv[xoptind+1]); } do { TransformImage(in, out, cInpProf); } while (TIFFReadDirectory(in)); if (Verbose) { fprintf(stdout, "\n"); fflush(stdout); } TIFFClose(in); TIFFClose(out); return 0; } lcms2-2.17/utils/tificc/Makefile.in0000644000175000017500000005501214752176133016157 0ustar martimarti# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # # Makefile for building tificc # Originally written by Bob Friesenhahn, June 2003 # bugs introduced by Marti Maria VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @HasTIFF_TRUE@bin_PROGRAMS = tificc$(EXEEXT) subdir = utils/tificc ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \ $(top_srcdir)/m4/ax_append_flag.m4 \ $(top_srcdir)/m4/ax_check_compile_flag.m4 \ $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \ $(top_srcdir)/m4/ax_pthread.m4 \ $(top_srcdir)/m4/ax_require_defined.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" PROGRAMS = $(bin_PROGRAMS) am__dirstamp = $(am__leading_dot)dirstamp am_tificc_OBJECTS = tificc.$(OBJEXT) ../common/xgetopt.$(OBJEXT) \ ../common/vprf.$(OBJEXT) tificc_OBJECTS = $(am_tificc_OBJECTS) tificc_DEPENDENCIES = $(top_builddir)/src/liblcms2.la AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = tificc_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(tificc_LDFLAGS) $(LDFLAGS) -o $@ AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = am__maybe_remake_depfiles = COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(tificc_SOURCES) DIST_SOURCES = $(tificc_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } man1dir = $(mandir)/man1 NROFF = nroff MANS = $(man_MANS) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSCOPE = @CSCOPE@ CTAGS = @CTAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FILECMD = @FILECMD@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@ LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBRARY_AGE = @LIBRARY_AGE@ LIBRARY_CURRENT = @LIBRARY_CURRENT@ LIBRARY_REVISION = @LIBRARY_REVISION@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIB_JPEG = @LIB_JPEG@ LIB_MATH = @LIB_MATH@ LIB_PLUGINS = @LIB_PLUGINS@ LIB_THREAD = @LIB_THREAD@ LIB_TIFF = @LIB_TIFF@ LIB_ZLIB = @LIB_ZLIB@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PTHREAD_CC = @PTHREAD_CC@ PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ PTHREAD_CXX = @PTHREAD_CXX@ PTHREAD_LIBS = @PTHREAD_LIBS@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ ax_pthread_config = @ax_pthread_config@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ inline = @inline@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ # Don't require all the GNU mandated files AUTOMAKE_OPTIONS = 1.7 foreign no-dependencies AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ -I$(top_srcdir)/utils/common -I$(top_builddir)/utils/common tificc_LDADD = $(top_builddir)/src/liblcms2.la @TIFFICC_DEPLIBS@ tificc_LDFLAGS = @LDFLAGS@ tificc_SOURCES = tificc.c ../common/xgetopt.c ../common/vprf.c ../common/utils.h man_MANS = tificc.1 EXTRA_DIST = $(man_MANS) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign utils/tificc/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign utils/tificc/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ fi; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p \ || test -f $$p1 \ ; then echo "$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n;h' \ -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) files[d] = files[d] " " $$1; \ else { print "f", $$3 "/" $$4, $$1; } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -e 's/$$/$(EXEEXT)/' \ `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && rm -f $$files clean-binPROGRAMS: @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list ../common/$(am__dirstamp): @$(MKDIR_P) ../common @: > ../common/$(am__dirstamp) ../common/xgetopt.$(OBJEXT): ../common/$(am__dirstamp) ../common/vprf.$(OBJEXT): ../common/$(am__dirstamp) tificc$(EXEEXT): $(tificc_OBJECTS) $(tificc_DEPENDENCIES) $(EXTRA_tificc_DEPENDENCIES) @rm -f tificc$(EXEEXT) $(AM_V_CCLD)$(tificc_LINK) $(tificc_OBJECTS) $(tificc_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) -rm -f ../common/*.$(OBJEXT) distclean-compile: -rm -f *.tab.c .c.o: $(AM_V_CC)$(COMPILE) -c -o $@ $< .c.obj: $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: $(AM_V_CC)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-man1: $(man_MANS) @$(NORMAL_INSTALL) @list1=''; \ list2='$(man_MANS)'; \ test -n "$(man1dir)" \ && test -n "`echo $$list1$$list2`" \ || exit 0; \ echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ { for i in $$list1; do echo "$$i"; done; \ if test -n "$$list2"; then \ for i in $$list2; do echo "$$i"; done \ | sed -n '/\.1[a-z]*$$/p'; \ fi; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ done | \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ fi; \ done; \ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ while read files; do \ test -z "$$files" || { \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ done; } uninstall-man1: @$(NORMAL_UNINSTALL) @list=''; test -n "$(man1dir)" || exit 0; \ files=`{ for i in $$list; do echo "$$i"; done; \ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.1[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(PROGRAMS) $(MANS) installdirs: for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -rm -f ../common/$(am__dirstamp) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-man install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-binPROGRAMS install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-man1 install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-binPROGRAMS uninstall-man uninstall-man: uninstall-man1 .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-binPROGRAMS \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-man1 \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ uninstall-binPROGRAMS uninstall-man uninstall-man1 .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: lcms2-2.17/utils/transicc/0000755000175000017500000000000014752176133014454 5ustar martimartilcms2-2.17/utils/transicc/Makefile.am0000644000175000017500000000116314752176133016511 0ustar martimarti# # Makefile for building lcms sample programs # Originally Written by Bob Friesenhahn, June 2003 # Additions and bugs by Marti Maria # Don't require all the GNU mandated files AUTOMAKE_OPTIONS = 1.7 foreign no-dependencies AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ -I$(top_srcdir)/utils/common -I$(top_builddir)/utils/common bin_PROGRAMS = transicc transicc_LDADD = $(top_builddir)/src/liblcms2.la @LCMS_LIB_DEPLIBS@ transicc_LDFLAGS = @LDFLAGS@ transicc_SOURCES = transicc.c ../common/xgetopt.c ../common/vprf.c ../common/utils.h man_MANS = transicc.1 EXTRA_DIST = $(man_MANS) lcms2-2.17/utils/transicc/meson.build0000644000175000017500000000036414752176133016621 0ustar martimartitransicc_sources = files( 'transicc.c', ) transicc_exe = executable( 'transicc', transicc_sources, dependencies: [liblcms2_dep, common_dep, m_dep], install: true, ) transicc_man = files( 'transicc.1', ) install_man(transicc_man) lcms2-2.17/utils/transicc/transicc.10000644000175000017500000000400014752176133016336 0ustar martimarti.\"Shiju P. Nair September 30, 2004 .\"Thomas Weber April 23, 2014 .TH TRANSICC 1 "MAY 30, 2011" .SH NAME transicc - little cms ColorSpace conversion calculator. .SH SYNOPSIS .B transicc .RI [ options ]\ [ CGATSINPUT ]\ [ CGATSOUTPUT ] .SH DESCRIPTION lcms is a standalone CMM engine, which deals with the color management. It implements a fast transformation between ICC profiles. .B transicc is a lcms ColorSpace conversion calculator. .SH OPTIONS .TP .B \-b Black point compensation. .TP .BI \-c\ NUM Precalculates transform (0=Off, 1=Normal, 2=Hi-res, 3=LoRes) [defaults to 1]. .TP .BI \-d\ NUM Observer adaptation state (abs.col. only), (0..1.0, float value) [defaults to 0.0]. .TP .B \-e Encoded representation of numbers is not float (Option \fB\-w\fR=use 16 bits, Option \fB\-x\fR=hexadecimal). .TP .B \-g Marks out-of-gamut colors on softproof. .TP .BI \-i\ profile Input profile (defaults to sRGB). .TP .B \-l Transform by device-link profile. .TP .BI \-m\ NUM SoftProof intent (0,1,2,3) [defaults to 0]. .TP .B \-n Terse output, intended for pipe usage. .TP .BI \-o\ profile Output profile (defaults to sRGB). .TP .B \-q Quantize CGATS to 8 bits. .TP .BI \-s Bounded mode. .TP .BI \-t\ NUM Rendering intent .nf .RS 0=Perceptual [default] 1=Relative colorimetric 2=Saturation 3=Absolute colorimetric 10=Perceptual preserving black ink 11=Relative colorimetric preserving black ink 12=Saturation preserving black ink 13=Perceptual preserving black plane 14=Relative colorimetric preserving black plane 15=Saturation preserving black plane .RE .fi .TP .BI \-v\ verbosity Verbosity level, (0=None, 1=Normal, 2=High, 3=Very High) [defaults to 1]. .TP .B \-w Use 16 bits. .TP .B \-x Hexadecimal. .TP You can use '*Lab' and '*xyz' as built-in profiles. .SH NOTES For suggestions, comments, bug reports etc. send mail to info@littlecms.com. .SH SEE ALSO .BR jpgicc (1), .BR linkicc (1), .BR psicc (1), .BR tificc (1) .SH AUTHOR This manual page was written by Shiju p. Nair , for the Debian project. lcms2-2.17/utils/transicc/transicc.c0000644000175000017500000010557414752176133016442 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2024 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include "utils.h" #ifndef _MSC_VER # include #endif #ifdef CMS_IS_WINDOWS_ # include #endif #define MAX_INPUT_BUFFER 4096 // Global options static cmsBool InHexa = FALSE; static cmsBool GamutCheck = FALSE; static cmsBool Width16 = FALSE; static cmsBool BlackPointCompensation = FALSE; static cmsBool lIsDeviceLink = FALSE; static cmsBool lQuantize = FALSE; static cmsBool lUnbounded = TRUE; static cmsBool lIsFloat = TRUE; static cmsUInt32Number Intent = INTENT_PERCEPTUAL; static cmsUInt32Number ProofingIntent = INTENT_PERCEPTUAL; static int PrecalcMode = 0; // -------------------------------------------------------------- static char *cInProf = NULL; static char *cOutProf = NULL; static char *cProofing = NULL; static char *IncludePart = NULL; static cmsHANDLE hIT8in = NULL; // CGATS input static cmsHANDLE hIT8out = NULL; // CGATS output static char CGATSPatch[1024]; // Actual Patch Name static char CGATSoutFilename[cmsMAX_PATH]; static int nMaxPatches; static cmsHTRANSFORM hTrans, hTransXYZ, hTransLab; static cmsBool InputNamedColor = FALSE; static cmsColorSpaceSignature InputColorSpace, OutputColorSpace; static cmsNAMEDCOLORLIST* InputColorant = NULL; static cmsNAMEDCOLORLIST* OutputColorant = NULL; static cmsFloat64Number InputRange, OutputRange; // isatty replacement #ifdef _MSC_VER #define xisatty(x) _isatty( _fileno( (x) ) ) #else #define xisatty(x) isatty( fileno( (x) ) ) #endif //--------------------------------------------------------------------------------------------------- // Print usage to stderr static void Help(void) { fprintf(stderr, "usage: transicc [flags] [CGATS input] [CGATS output]\n\n"); fprintf(stderr, "flags:\n\n"); fprintf(stderr, "-v<0..3> - Verbosity level\n"); fprintf(stderr, "-e[op] - Encoded representation of numbers\n"); fprintf(stderr, "\t-w - use 16 bits\n"); fprintf(stderr, "\t-x - Hexadecimal\n\n"); fprintf(stderr, "-s - bounded mode (clip negatives and highlights)\n"); fprintf(stderr, "-q - Quantize (round decimals)\n\n"); fprintf(stderr, "-i - Input profile (defaults to sRGB)\n"); fprintf(stderr, "-o - Output profile (defaults to sRGB)\n"); fprintf(stderr, "-l - Transform by device-link profile\n"); PrintBuiltins(); PrintRenderingIntents(); fprintf(stderr, "\n"); fprintf(stderr, "-d<0..1> - Observer adaptation state (abs.col. only)\n\n"); fprintf(stderr, "-b - Black point compensation\n"); fprintf(stderr, "-c<0,1,2,3> Precalculates transform (0=Off, 1=Normal, 2=Hi-res, 3=LoRes)\n\n"); fprintf(stderr, "-n - Terse output, intended for pipe usage\n"); fprintf(stderr, "-p - Soft proof profile\n"); fprintf(stderr, "-m<0,1,2,3> - Soft proof intent\n"); fprintf(stderr, "-g - Marks out-of-gamut colors on softproof\n\n"); fprintf(stderr, "This program is intended to be a demo of the Little CMS\n" "color engine. Both lcms and this program are open source.\n" "You can obtain both in source code at https://www.littlecms.com\n" "For suggestions, comments, bug reports etc. send mail to\n" "info@littlecms.com\n\n"); } // The toggles stuff static void HandleSwitches(int argc, char *argv[]) { int s; while ((s = xgetopt(argc, argv, "bBC:c:d:D:eEgGI:i:L:l:m:M:nNO:o:p:P:QqSsT:t:V:v:WwxX!:-:")) != EOF) { switch (s){ case '-': if (strcmp(xoptarg, "help") == 0) { Help(); exit(0); } else { FatalError("Unknown option - run without args to see valid ones.\n"); } break; case '!': IncludePart = xoptarg; break; case 'b': case 'B': BlackPointCompensation = TRUE; break; case 'c': case 'C': PrecalcMode = atoi(xoptarg); if (PrecalcMode < 0 || PrecalcMode > 3) FatalError("Unknown precalc mode '%d'", PrecalcMode); break; case 'd': case 'D': { cmsFloat64Number ObserverAdaptationState = atof(xoptarg); if (ObserverAdaptationState < 0 || ObserverAdaptationState > 1.0) FatalError("Adaptation states should be between 0 and 1"); cmsSetAdaptationState(ObserverAdaptationState); } break; case 'e': case 'E': lIsFloat = FALSE; break; case 'g': case 'G': GamutCheck = TRUE; break; case 'i': case 'I': if (lIsDeviceLink) FatalError("icctrans: Device-link already specified"); cInProf = xoptarg; break; case 'l': case 'L': cInProf = xoptarg; lIsDeviceLink = TRUE; break; // No extra intents for proofing case 'm': case 'M': ProofingIntent = atoi(xoptarg); if (ProofingIntent > 3) FatalError("Unknown Proofing Intent '%d'", ProofingIntent); break; // For compatibility case 'n': case 'N': Verbose = 0; break; // Output profile case 'o': case 'O': if (lIsDeviceLink) FatalError("icctrans: Device-link already specified"); cOutProf = xoptarg; break; // Proofing profile case 'p': case 'P': cProofing = xoptarg; break; // Quantize (get rid of decimals) case 'q': case 'Q': lQuantize = TRUE; break; // Inhibit unbounded mode case 's': case 'S': lUnbounded = FALSE; break; // The intent case 't': case 'T': Intent = atoi(xoptarg); break; // Verbosity level case 'V': case 'v': Verbose = atoi(xoptarg); if (Verbose < 0 || Verbose > 3) { FatalError("Unknown verbosity level '%d'", Verbose); } break; // Wide (16 bits) case 'W': case 'w': Width16 = TRUE; break; // Hexadecimal case 'x': case 'X': InHexa = TRUE; break; default: FatalError("Unknown option - run without args to see valid ones.\n"); } } // If output CGATS involved, switch to float if ((argc - xoptind) > 2) { lIsFloat = TRUE; } } static void SetRange(cmsFloat64Number range, cmsBool IsInput) { if (IsInput) InputRange = range; else OutputRange = range; } // Populate a named color list with usual component names. // I am using the first Colorant channel to store the range, but it works since // this space is not used anyway. static cmsNAMEDCOLORLIST* ComponentNames(cmsColorSpaceSignature space, cmsBool IsInput) { cmsNAMEDCOLORLIST* out; int i, n; char Buffer[cmsMAX_PATH]; out = cmsAllocNamedColorList(0, 12, cmsMAXCHANNELS, "", ""); if (out == NULL) return NULL; switch (space) { case cmsSigXYZData: SetRange(100, IsInput); cmsAppendNamedColor(out, "X", NULL, NULL); cmsAppendNamedColor(out, "Y", NULL, NULL); cmsAppendNamedColor(out, "Z", NULL, NULL); break; case cmsSigLabData: SetRange(1, IsInput); cmsAppendNamedColor(out, "L*", NULL, NULL); cmsAppendNamedColor(out, "a*", NULL, NULL); cmsAppendNamedColor(out, "b*", NULL, NULL); break; case cmsSigLuvData: SetRange(1, IsInput); cmsAppendNamedColor(out, "L", NULL, NULL); cmsAppendNamedColor(out, "u", NULL, NULL); cmsAppendNamedColor(out, "v", NULL, NULL); break; case cmsSigYCbCrData: SetRange(255, IsInput); cmsAppendNamedColor(out, "Y", NULL, NULL ); cmsAppendNamedColor(out, "Cb", NULL, NULL); cmsAppendNamedColor(out, "Cr", NULL, NULL); break; case cmsSigYxyData: SetRange(1, IsInput); cmsAppendNamedColor(out, "Y", NULL, NULL); cmsAppendNamedColor(out, "x", NULL, NULL); cmsAppendNamedColor(out, "y", NULL, NULL); break; case cmsSigRgbData: SetRange(255, IsInput); cmsAppendNamedColor(out, "R", NULL, NULL); cmsAppendNamedColor(out, "G", NULL, NULL); cmsAppendNamedColor(out, "B", NULL, NULL); break; case cmsSigGrayData: SetRange(255, IsInput); cmsAppendNamedColor(out, "G", NULL, NULL); break; case cmsSigHsvData: SetRange(255, IsInput); cmsAppendNamedColor(out, "H", NULL, NULL); cmsAppendNamedColor(out, "s", NULL, NULL); cmsAppendNamedColor(out, "v", NULL, NULL); break; case cmsSigHlsData: SetRange(255, IsInput); cmsAppendNamedColor(out, "H", NULL, NULL); cmsAppendNamedColor(out, "l", NULL, NULL); cmsAppendNamedColor(out, "s", NULL, NULL); break; case cmsSigCmykData: SetRange(1, IsInput); cmsAppendNamedColor(out, "C", NULL, NULL); cmsAppendNamedColor(out, "M", NULL, NULL); cmsAppendNamedColor(out, "Y", NULL, NULL); cmsAppendNamedColor(out, "K", NULL, NULL); break; case cmsSigCmyData: SetRange(1, IsInput); cmsAppendNamedColor(out, "C", NULL, NULL); cmsAppendNamedColor(out, "M", NULL, NULL); cmsAppendNamedColor(out, "Y", NULL, NULL); break; default: SetRange(1, IsInput); n = cmsChannelsOfColorSpace(space); for (i=0; i < n; i++) { sprintf(Buffer, "Channel #%d", i + 1); cmsAppendNamedColor(out, Buffer, NULL, NULL); } } return out; } // Creates all needed color transforms static cmsBool OpenTransforms(void) { cmsHPROFILE hInput, hOutput, hProof; cmsUInt32Number dwIn, dwOut, dwFlags; cmsNAMEDCOLORLIST* List; int i; // We don't need cache dwFlags = cmsFLAGS_NOCACHE; if (lIsDeviceLink) { hInput = OpenStockProfile(0, cInProf); if (hInput == NULL) return FALSE; hOutput = NULL; hProof = NULL; if (cmsGetDeviceClass(hInput) == cmsSigNamedColorClass) { OutputColorSpace = cmsGetColorSpace(hInput); InputColorSpace = cmsGetPCS(hInput); } else { InputColorSpace = cmsGetColorSpace(hInput); OutputColorSpace = cmsGetPCS(hInput); } // Read colorant tables if present if (cmsIsTag(hInput, cmsSigColorantTableTag)) { List = cmsReadTag(hInput, cmsSigColorantTableTag); InputColorant = cmsDupNamedColorList(List); InputRange = 1; } else InputColorant = ComponentNames(InputColorSpace, TRUE); if (cmsIsTag(hInput, cmsSigColorantTableOutTag)){ List = cmsReadTag(hInput, cmsSigColorantTableOutTag); OutputColorant = cmsDupNamedColorList(List); OutputRange = 1; } else OutputColorant = ComponentNames(OutputColorSpace, FALSE); } else { hInput = OpenStockProfile(0, cInProf); if (hInput == NULL) return FALSE; hOutput = OpenStockProfile(0, cOutProf); if (hOutput == NULL) return FALSE; hProof = NULL; if (cmsGetDeviceClass(hInput) == cmsSigLinkClass || cmsGetDeviceClass(hOutput) == cmsSigLinkClass) FatalError("Use -l flag for devicelink profiles!\n"); InputColorSpace = cmsGetColorSpace(hInput); OutputColorSpace = cmsGetColorSpace(hOutput); // Read colorant tables if present if (cmsIsTag(hInput, cmsSigColorantTableTag)) { List = cmsReadTag(hInput, cmsSigColorantTableTag); InputColorant = cmsDupNamedColorList(List); if (cmsNamedColorCount(InputColorant) <= 3) SetRange(255, TRUE); else SetRange(1, TRUE); // Inks are already divided by 100 in the formatter } else InputColorant = ComponentNames(InputColorSpace, TRUE); if (cmsIsTag(hOutput, cmsSigColorantTableTag)){ List = cmsReadTag(hOutput, cmsSigColorantTableTag); OutputColorant = cmsDupNamedColorList(List); if (cmsNamedColorCount(OutputColorant) <= 3) SetRange(255, FALSE); else SetRange(1, FALSE); // Inks are already divided by 100 in the formatter } else OutputColorant = ComponentNames(OutputColorSpace, FALSE); if (cProofing != NULL) { hProof = OpenStockProfile(0, cProofing); if (hProof == NULL) return FALSE; dwFlags |= cmsFLAGS_SOFTPROOFING; } } // Print information on profiles if (Verbose > 2) { printf("Profile:\n"); PrintProfileInformation(hInput); if (hOutput) { printf("Output profile:\n"); PrintProfileInformation(hOutput); } if (hProof != NULL) { printf("Proofing profile:\n"); PrintProfileInformation(hProof); } } // Input is always in floating point dwIn = cmsFormatterForColorspaceOfProfile(hInput, 0, TRUE); if (lIsDeviceLink) { dwOut = cmsFormatterForPCSOfProfile(hInput, lIsFloat ? 0 : 2, lIsFloat); } else { // 16 bits or floating point (only on output) dwOut = cmsFormatterForColorspaceOfProfile(hOutput, lIsFloat ? 0 : 2, lIsFloat); } // For named color, there is a specialized formatter if (cmsGetDeviceClass(hInput) == cmsSigNamedColorClass) { dwIn = TYPE_NAMED_COLOR_INDEX; InputNamedColor = TRUE; } // Precision mode switch (PrecalcMode) { case 0: dwFlags |= cmsFLAGS_NOOPTIMIZE; break; case 2: dwFlags |= cmsFLAGS_HIGHRESPRECALC; break; case 3: dwFlags |= cmsFLAGS_LOWRESPRECALC; break; case 1: break; default: FatalError("Unknown precalculation mode '%d'", PrecalcMode); } if (BlackPointCompensation) dwFlags |= cmsFLAGS_BLACKPOINTCOMPENSATION; if (GamutCheck) { cmsUInt16Number Alarm[cmsMAXCHANNELS]; if (hProof == NULL) FatalError("I need proofing profile -p for gamut checking!"); for (i=0; i < cmsMAXCHANNELS; i++) Alarm[i] = 0xFFFF; cmsSetAlarmCodes(Alarm); dwFlags |= cmsFLAGS_GAMUTCHECK; } // The main transform hTrans = cmsCreateProofingTransform(hInput, dwIn, hOutput, dwOut, hProof, Intent, ProofingIntent, dwFlags); if (hProof) cmsCloseProfile(hProof); if (hTrans == NULL) return FALSE; // PCS Dump if requested hTransXYZ = NULL; hTransLab = NULL; if (hOutput && Verbose > 1) { cmsHPROFILE hXYZ = cmsCreateXYZProfile(); cmsHPROFILE hLab = cmsCreateLab4Profile(NULL); hTransXYZ = cmsCreateTransform(hInput, dwIn, hXYZ, lIsFloat ? TYPE_XYZ_DBL : TYPE_XYZ_16, Intent, cmsFLAGS_NOCACHE); if (hTransXYZ == NULL) return FALSE; hTransLab = cmsCreateTransform(hInput, dwIn, hLab, lIsFloat? TYPE_Lab_DBL : TYPE_Lab_16, Intent, cmsFLAGS_NOCACHE); if (hTransLab == NULL) return FALSE; cmsCloseProfile(hXYZ); cmsCloseProfile(hLab); } if (hInput) cmsCloseProfile(hInput); if (hOutput) cmsCloseProfile(hOutput); return TRUE; } // Free open resources static void CloseTransforms(void) { if (InputColorant) cmsFreeNamedColorList(InputColorant); if (OutputColorant) cmsFreeNamedColorList(OutputColorant); if (hTrans) cmsDeleteTransform(hTrans); if (hTransLab) cmsDeleteTransform(hTransLab); if (hTransXYZ) cmsDeleteTransform(hTransXYZ); } // --------------------------------------------------------------------------------------------------- // Get input from user static void GetLine(char* Buffer, const char* frm, ...) { int res; va_list args; va_start(args, frm); do { if (xisatty(stdin)) vfprintf(stderr, frm, args); res = scanf("%4095s", Buffer); // Reported codeQL bug: 'The result of scanf is only checked against 0, but it can also return EOF.' // It is not obviously "only checked against 0", but it happens that C99 requires EOF to be negative if (res < 0 || toupper(Buffer[0]) == 'Q') { // Quit? CloseTransforms(); if (xisatty(stdin)) fprintf(stderr, "Done.\n"); exit(0); } } while (res == 0); va_end(args); } // Print a value which is given in double floating point static void PrintFloatResults(cmsFloat64Number Value[]) { cmsUInt32Number i, n; char ChannelName[cmsMAX_PATH]; cmsFloat64Number v; n = cmsChannelsOfColorSpace(OutputColorSpace); for (i=0; i < n; i++) { if (OutputColorant != NULL) { cmsNamedColorInfo(OutputColorant, i, ChannelName, NULL, NULL, NULL, NULL); } else { OutputRange = 1; sprintf(ChannelName, "Channel #%u", i + 1); } v = (cmsFloat64Number) Value[i]* OutputRange; if (lQuantize) v = floor(v + 0.5); if (!lUnbounded) { if (v < 0) v = 0; if (v > OutputRange) v = OutputRange; } if (Verbose <= 0) printf("%.4f ", v); else printf("%s=%.4f ", ChannelName, v); } printf("\n"); } // Get a named-color index static cmsUInt16Number GetIndex(void) { char Buffer[4096], Name[cmsMAX_PATH], Prefix[40], Suffix[40]; int index, max; const cmsNAMEDCOLORLIST* NamedColorList; NamedColorList = cmsGetNamedColorList(hTrans); if (NamedColorList == NULL) return 0; max = cmsNamedColorCount(NamedColorList)-1; GetLine(Buffer, "Color index (0..%d)? ", max); index = atoi(Buffer); if (index > max) FatalError("Named color %d out of range!", index); cmsNamedColorInfo(NamedColorList, index, Name, Prefix, Suffix, NULL, NULL); printf("\n%s %s %s\n", Prefix, Name, Suffix); return (cmsUInt16Number) index; } // Read values from a text file or terminal static void TakeFloatValues(cmsFloat64Number Float[]) { cmsUInt32Number i, n; char ChannelName[cmsMAX_PATH]; char Buffer[4096]; if (xisatty(stdin)) fprintf(stderr, "\nEnter values, 'q' to quit\n"); if (InputNamedColor) { // This is named color index, which is always cmsUInt16Number cmsUInt16Number index = GetIndex(); memcpy(Float, &index, sizeof(cmsUInt16Number)); return; } n = cmsChannelsOfColorSpace(InputColorSpace); for (i=0; i < n; i++) { if (InputColorant) { cmsNamedColorInfo(InputColorant, i, ChannelName, NULL, NULL, NULL, NULL); } else { InputRange = 1; sprintf(ChannelName, "Channel #%u", i+1); } GetLine(Buffer, "%s? ", ChannelName); Float[i] = (cmsFloat64Number) atof(Buffer) / InputRange; } if (xisatty(stdin)) fprintf(stderr, "\n"); } static void PrintPCSFloat(cmsFloat64Number Input[]) { if (Verbose > 1 && hTransXYZ && hTransLab) { cmsCIEXYZ XYZ = { 0, 0, 0 }; cmsCIELab Lab = { 0, 0, 0 }; if (hTransXYZ) cmsDoTransform(hTransXYZ, Input, &XYZ, 1); if (hTransLab) cmsDoTransform(hTransLab, Input, &Lab, 1); printf("[PCS] Lab=(%.4f,%.4f,%.4f) XYZ=(%.4f,%.4f,%.4f)\n", Lab.L, Lab.a, Lab.b, XYZ.X * 100.0, XYZ.Y * 100.0, XYZ.Z * 100.0); } } // ----------------------------------------------------------------------------------------------- static void PrintEncodedResults(cmsUInt16Number Encoded[]) { cmsUInt32Number i, n; char ChannelName[cmsMAX_PATH]; cmsUInt32Number v; n = cmsChannelsOfColorSpace(OutputColorSpace); for (i=0; i < n; i++) { if (OutputColorant != NULL) { cmsNamedColorInfo(OutputColorant, i, ChannelName, NULL, NULL, NULL, NULL); } else { sprintf(ChannelName, "Channel #%u", i + 1); } if (Verbose > 0) printf("%s=", ChannelName); v = Encoded[i]; if (InHexa) { if (Width16) printf("0x%04X ", (int) floor(v + .5)); else printf("0x%02X ", (int) floor(v / 257. + .5)); } else { if (Width16) printf("%d ", (int) floor(v + .5)); else printf("%d ", (int) floor(v / 257. + .5)); } } printf("\n"); } // Print XYZ/Lab values on verbose mode static void PrintPCSEncoded(cmsFloat64Number Input[]) { if (Verbose > 1 && hTransXYZ && hTransLab) { cmsUInt16Number XYZ[3], Lab[3]; if (hTransXYZ) cmsDoTransform(hTransXYZ, Input, XYZ, 1); if (hTransLab) cmsDoTransform(hTransLab, Input, Lab, 1); printf("[PCS] Lab=(0x%04X,0x%04X,0x%04X) XYZ=(0x%04X,0x%04X,0x%04X)\n", Lab[0], Lab[1], Lab[2], XYZ[0], XYZ[1], XYZ[2]); } } // -------------------------------------------------------------------------------------- // Take a value from IT8 and scale it accordly to fill a cmsUInt16Number (0..FFFF) static cmsFloat64Number GetIT8Val(const char* Name, cmsFloat64Number Max) { const char* Val = cmsIT8GetData(hIT8in, CGATSPatch, Name); if (Val == NULL) FatalError("Field '%s' not found", Name); return atof(Val) / Max; } // Read input values from CGATS file. static void TakeCGATSValues(int nPatch, cmsFloat64Number Float[]) { // At first take the name if SAMPLE_ID is present if (cmsIT8GetPatchName(hIT8in, nPatch, CGATSPatch) == NULL) { FatalError("Sorry, I need 'SAMPLE_ID' on input CGATS to operate."); } // Special handling for named color profiles. // Lookup the name in the names database (the transform) if (InputNamedColor) { const cmsNAMEDCOLORLIST* NamedColorList; int index; NamedColorList = cmsGetNamedColorList(hTrans); if (NamedColorList == NULL) FatalError("Malformed named color profile"); index = cmsNamedColorIndex(NamedColorList, CGATSPatch); if (index < 0) FatalError("Named color '%s' not found in the profile", CGATSPatch); Float[0] = index; return; } // Color is not a spot color, proceed. switch (InputColorSpace) { // Encoding should follow CGATS specification. case cmsSigXYZData: Float[0] = cmsIT8GetDataDbl(hIT8in, CGATSPatch, "XYZ_X") / 100.0; Float[1] = cmsIT8GetDataDbl(hIT8in, CGATSPatch, "XYZ_Y") / 100.0; Float[2] = cmsIT8GetDataDbl(hIT8in, CGATSPatch, "XYZ_Z") / 100.0; break; case cmsSigLabData: Float[0] = cmsIT8GetDataDbl(hIT8in, CGATSPatch, "LAB_L"); Float[1] = cmsIT8GetDataDbl(hIT8in, CGATSPatch, "LAB_A"); Float[2] = cmsIT8GetDataDbl(hIT8in, CGATSPatch, "LAB_B"); break; case cmsSigRgbData: Float[0] = GetIT8Val("RGB_R", 255.0); Float[1] = GetIT8Val("RGB_G", 255.0); Float[2] = GetIT8Val("RGB_B", 255.0); break; case cmsSigGrayData: Float[0] = GetIT8Val("GRAY", 255.0); break; case cmsSigCmykData: Float[0] = GetIT8Val("CMYK_C", 1.0); Float[1] = GetIT8Val("CMYK_M", 1.0); Float[2] = GetIT8Val("CMYK_Y", 1.0); Float[3] = GetIT8Val("CMYK_K", 1.0); break; case cmsSigCmyData: Float[0] = GetIT8Val("CMY_C", 1.0); Float[1] = GetIT8Val("CMY_M", 1.0); Float[2] = GetIT8Val("CMY_Y", 1.0); break; case cmsSig1colorData: case cmsSig2colorData: case cmsSig3colorData: case cmsSig4colorData: case cmsSig5colorData: case cmsSig6colorData: case cmsSig7colorData: case cmsSig8colorData: case cmsSig9colorData: case cmsSig10colorData: case cmsSig11colorData: case cmsSig12colorData: case cmsSig13colorData: case cmsSig14colorData: case cmsSig15colorData: { cmsUInt32Number i, n; n = cmsChannelsOfColorSpace(InputColorSpace); for (i=0; i < n; i++) { char Buffer[255]; sprintf(Buffer, "%uCLR_%u", n, i+1); Float[i] = GetIT8Val(Buffer, 100.0); } } break; default: { cmsUInt32Number i, n; n = cmsChannelsOfColorSpace(InputColorSpace); for (i=0; i < n; i++) { char Buffer[255]; sprintf(Buffer, "CHAN_%u", i+1); Float[i] = GetIT8Val(Buffer, 1.0); } } } } static void SetCGATSfld(const char* Col, cmsFloat64Number Val) { if (lQuantize) Val = floor(Val + 0.5); if (!cmsIT8SetDataDbl(hIT8out, CGATSPatch, Col, Val)) { FatalError("couldn't set '%s' on output cgats '%s'", Col, CGATSoutFilename); } } static void PutCGATSValues(cmsFloat64Number Float[]) { cmsIT8SetData(hIT8out, CGATSPatch, "SAMPLE_ID", CGATSPatch); switch (OutputColorSpace) { // Encoding should follow CGATS specification. case cmsSigXYZData: SetCGATSfld("XYZ_X", Float[0] * 100.0); SetCGATSfld("XYZ_Y", Float[1] * 100.0); SetCGATSfld("XYZ_Z", Float[2] * 100.0); break; case cmsSigLabData: SetCGATSfld("LAB_L", Float[0]); SetCGATSfld("LAB_A", Float[1]); SetCGATSfld("LAB_B", Float[2]); break; case cmsSigRgbData: SetCGATSfld("RGB_R", Float[0] * 255.0); SetCGATSfld("RGB_G", Float[1] * 255.0); SetCGATSfld("RGB_B", Float[2] * 255.0); break; case cmsSigGrayData: SetCGATSfld("GRAY", Float[0] * 255.0); break; case cmsSigCmykData: SetCGATSfld("CMYK_C", Float[0]); SetCGATSfld("CMYK_M", Float[1]); SetCGATSfld("CMYK_Y", Float[2]); SetCGATSfld("CMYK_K", Float[3]); break; case cmsSigCmyData: SetCGATSfld("CMY_C", Float[0]); SetCGATSfld("CMY_M", Float[1]); SetCGATSfld("CMY_Y", Float[2]); break; case cmsSig1colorData: case cmsSig2colorData: case cmsSig3colorData: case cmsSig4colorData: case cmsSig5colorData: case cmsSig6colorData: case cmsSig7colorData: case cmsSig8colorData: case cmsSig9colorData: case cmsSig10colorData: case cmsSig11colorData: case cmsSig12colorData: case cmsSig13colorData: case cmsSig14colorData: case cmsSig15colorData: { cmsInt32Number i, n; n = cmsChannelsOfColorSpace(InputColorSpace); for (i=0; i < n; i++) { char Buffer[255]; sprintf(Buffer, "%uCLR_%u", n, i+1); SetCGATSfld(Buffer, Float[i] * 100.0); } } break; default: { cmsInt32Number i, n; n = cmsChannelsOfColorSpace(InputColorSpace); for (i=0; i < n; i++) { char Buffer[255]; sprintf(Buffer, "CHAN_%u", i+1); SetCGATSfld(Buffer, Float[i]); } } } } // Create data format static void SetOutputDataFormat(void) { cmsIT8DefineDblFormat(hIT8out, "%.4g"); cmsIT8SetPropertyStr(hIT8out, "ORIGINATOR", "icctrans"); if (IncludePart != NULL) cmsIT8SetPropertyStr(hIT8out, ".INCLUDE", IncludePart); cmsIT8SetComment(hIT8out, "Data follows"); cmsIT8SetPropertyDbl(hIT8out, "NUMBER_OF_SETS", nMaxPatches); switch (OutputColorSpace) { // Encoding should follow CGATS specification. case cmsSigXYZData: cmsIT8SetPropertyDbl(hIT8out, "NUMBER_OF_FIELDS", 4); cmsIT8SetDataFormat(hIT8out, 0, "SAMPLE_ID"); cmsIT8SetDataFormat(hIT8out, 1, "XYZ_X"); cmsIT8SetDataFormat(hIT8out, 2, "XYZ_Y"); cmsIT8SetDataFormat(hIT8out, 3, "XYZ_Z"); break; case cmsSigLabData: cmsIT8SetPropertyDbl(hIT8out, "NUMBER_OF_FIELDS", 4); cmsIT8SetDataFormat(hIT8out, 0, "SAMPLE_ID"); cmsIT8SetDataFormat(hIT8out, 1, "LAB_L"); cmsIT8SetDataFormat(hIT8out, 2, "LAB_A"); cmsIT8SetDataFormat(hIT8out, 3, "LAB_B"); break; case cmsSigRgbData: cmsIT8SetPropertyDbl(hIT8out, "NUMBER_OF_FIELDS", 4); cmsIT8SetDataFormat(hIT8out, 0, "SAMPLE_ID"); cmsIT8SetDataFormat(hIT8out, 1, "RGB_R"); cmsIT8SetDataFormat(hIT8out, 2, "RGB_G"); cmsIT8SetDataFormat(hIT8out, 3, "RGB_B"); break; case cmsSigGrayData: cmsIT8SetPropertyDbl(hIT8out, "NUMBER_OF_FIELDS", 2); cmsIT8SetDataFormat(hIT8out, 0, "SAMPLE_ID"); cmsIT8SetDataFormat(hIT8out, 1, "GRAY"); break; case cmsSigCmykData: cmsIT8SetPropertyDbl(hIT8out, "NUMBER_OF_FIELDS", 5); cmsIT8SetDataFormat(hIT8out, 0, "SAMPLE_ID"); cmsIT8SetDataFormat(hIT8out, 1, "CMYK_C"); cmsIT8SetDataFormat(hIT8out, 2, "CMYK_M"); cmsIT8SetDataFormat(hIT8out, 3, "CMYK_Y"); cmsIT8SetDataFormat(hIT8out, 4, "CMYK_K"); break; case cmsSigCmyData: cmsIT8SetPropertyDbl(hIT8out, "NUMBER_OF_FIELDS", 4); cmsIT8SetDataFormat(hIT8out, 0, "SAMPLE_ID"); cmsIT8SetDataFormat(hIT8out, 1, "CMY_C"); cmsIT8SetDataFormat(hIT8out, 2, "CMY_M"); cmsIT8SetDataFormat(hIT8out, 3, "CMY_Y"); break; case cmsSig1colorData: case cmsSig2colorData: case cmsSig3colorData: case cmsSig4colorData: case cmsSig5colorData: case cmsSig6colorData: case cmsSig7colorData: case cmsSig8colorData: case cmsSig9colorData: case cmsSig10colorData: case cmsSig11colorData: case cmsSig12colorData: case cmsSig13colorData: case cmsSig14colorData: case cmsSig15colorData: { int i, n; char Buffer[255]; n = cmsChannelsOfColorSpace(OutputColorSpace); cmsIT8SetPropertyDbl(hIT8out, "NUMBER_OF_FIELDS", n+1); cmsIT8SetDataFormat(hIT8out, 0, "SAMPLE_ID"); for (i=1; i <= n; i++) { sprintf(Buffer, "%dCLR_%d", n, i); cmsIT8SetDataFormat(hIT8out, i, Buffer); } } break; default: { int i, n; char Buffer[255]; n = cmsChannelsOfColorSpace(OutputColorSpace); cmsIT8SetPropertyDbl(hIT8out, "NUMBER_OF_FIELDS", n+1); cmsIT8SetDataFormat(hIT8out, 0, "SAMPLE_ID"); for (i=1; i <= n; i++) { sprintf(Buffer, "CHAN_%d", i); cmsIT8SetDataFormat(hIT8out, i, Buffer); } } } } // Open CGATS if specified static void OpenCGATSFiles(int argc, char *argv[]) { int nParams = argc - xoptind; if (nParams >= 1) { hIT8in = cmsIT8LoadFromFile(0, argv[xoptind]); if (hIT8in == NULL) FatalError("'%s' is not recognized as a CGATS file", argv[xoptind]); nMaxPatches = (int) cmsIT8GetPropertyDbl(hIT8in, "NUMBER_OF_SETS"); } if (nParams == 2) { hIT8out = cmsIT8Alloc(NULL); SetOutputDataFormat(); strncpy(CGATSoutFilename, argv[xoptind+1], cmsMAX_PATH-1); } if (nParams > 2) FatalError("Too many CGATS files"); } // The main sink int main(int argc, char *argv[]) { cmsUInt16Number Output[cmsMAXCHANNELS]; cmsFloat64Number OutputFloat[cmsMAXCHANNELS]; cmsFloat64Number InputFloat[cmsMAXCHANNELS]; int nPatch = 0; fprintf(stderr, "LittleCMS ColorSpace conversion calculator - 5.1 [LittleCMS %2.2f]\n", cmsGetEncodedCMMversion() / 1000.0); fprintf(stderr, "Copyright (c) 1998-2024 Marti Maria Saguer. See COPYING file for details.\n"); fflush(stderr); InitUtils("transicc"); Verbose = 1; if (argc == 1) { Help(); return 0; } HandleSwitches(argc, argv); // Open profiles, create transforms if (!OpenTransforms()) return 1; // Open CGATS input if specified OpenCGATSFiles(argc, argv); // Main loop: read all values and convert them for(;;) { if (hIT8in != NULL) { if (nPatch >= nMaxPatches) break; TakeCGATSValues(nPatch++, InputFloat); } else { if (feof(stdin)) break; TakeFloatValues(InputFloat); } if (lIsFloat) cmsDoTransform(hTrans, InputFloat, OutputFloat, 1); else cmsDoTransform(hTrans, InputFloat, Output, 1); if (hIT8out != NULL) { PutCGATSValues(OutputFloat); } else { if (lIsFloat) { PrintFloatResults(OutputFloat); PrintPCSFloat(InputFloat); } else { PrintEncodedResults(Output); PrintPCSEncoded(InputFloat); } } } // Cleanup CloseTransforms(); if (hIT8in) cmsIT8Free(hIT8in); if (hIT8out) { cmsIT8SaveToFile(hIT8out, CGATSoutFilename); cmsIT8Free(hIT8out); } // All is ok return 0; } lcms2-2.17/utils/transicc/Makefile.in0000644000175000017500000005510414752176133016526 0ustar martimarti# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # # Makefile for building lcms sample programs # Originally Written by Bob Friesenhahn, June 2003 # Additions and bugs by Marti Maria VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ bin_PROGRAMS = transicc$(EXEEXT) subdir = utils/transicc ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \ $(top_srcdir)/m4/ax_append_flag.m4 \ $(top_srcdir)/m4/ax_check_compile_flag.m4 \ $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \ $(top_srcdir)/m4/ax_pthread.m4 \ $(top_srcdir)/m4/ax_require_defined.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" PROGRAMS = $(bin_PROGRAMS) am__dirstamp = $(am__leading_dot)dirstamp am_transicc_OBJECTS = transicc.$(OBJEXT) ../common/xgetopt.$(OBJEXT) \ ../common/vprf.$(OBJEXT) transicc_OBJECTS = $(am_transicc_OBJECTS) transicc_DEPENDENCIES = $(top_builddir)/src/liblcms2.la AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = transicc_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(transicc_LDFLAGS) $(LDFLAGS) -o $@ AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = am__maybe_remake_depfiles = COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(transicc_SOURCES) DIST_SOURCES = $(transicc_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } man1dir = $(mandir)/man1 NROFF = nroff MANS = $(man_MANS) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSCOPE = @CSCOPE@ CTAGS = @CTAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FILECMD = @FILECMD@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@ LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBRARY_AGE = @LIBRARY_AGE@ LIBRARY_CURRENT = @LIBRARY_CURRENT@ LIBRARY_REVISION = @LIBRARY_REVISION@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIB_JPEG = @LIB_JPEG@ LIB_MATH = @LIB_MATH@ LIB_PLUGINS = @LIB_PLUGINS@ LIB_THREAD = @LIB_THREAD@ LIB_TIFF = @LIB_TIFF@ LIB_ZLIB = @LIB_ZLIB@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PTHREAD_CC = @PTHREAD_CC@ PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ PTHREAD_CXX = @PTHREAD_CXX@ PTHREAD_LIBS = @PTHREAD_LIBS@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ ax_pthread_config = @ax_pthread_config@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ inline = @inline@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ # Don't require all the GNU mandated files AUTOMAKE_OPTIONS = 1.7 foreign no-dependencies AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \ -I$(top_srcdir)/utils/common -I$(top_builddir)/utils/common transicc_LDADD = $(top_builddir)/src/liblcms2.la @LCMS_LIB_DEPLIBS@ transicc_LDFLAGS = @LDFLAGS@ transicc_SOURCES = transicc.c ../common/xgetopt.c ../common/vprf.c ../common/utils.h man_MANS = transicc.1 EXTRA_DIST = $(man_MANS) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign utils/transicc/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign utils/transicc/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ fi; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p \ || test -f $$p1 \ ; then echo "$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n;h' \ -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) files[d] = files[d] " " $$1; \ else { print "f", $$3 "/" $$4, $$1; } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -e 's/$$/$(EXEEXT)/' \ `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && rm -f $$files clean-binPROGRAMS: @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list ../common/$(am__dirstamp): @$(MKDIR_P) ../common @: > ../common/$(am__dirstamp) ../common/xgetopt.$(OBJEXT): ../common/$(am__dirstamp) ../common/vprf.$(OBJEXT): ../common/$(am__dirstamp) transicc$(EXEEXT): $(transicc_OBJECTS) $(transicc_DEPENDENCIES) $(EXTRA_transicc_DEPENDENCIES) @rm -f transicc$(EXEEXT) $(AM_V_CCLD)$(transicc_LINK) $(transicc_OBJECTS) $(transicc_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) -rm -f ../common/*.$(OBJEXT) distclean-compile: -rm -f *.tab.c .c.o: $(AM_V_CC)$(COMPILE) -c -o $@ $< .c.obj: $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: $(AM_V_CC)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-man1: $(man_MANS) @$(NORMAL_INSTALL) @list1=''; \ list2='$(man_MANS)'; \ test -n "$(man1dir)" \ && test -n "`echo $$list1$$list2`" \ || exit 0; \ echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ { for i in $$list1; do echo "$$i"; done; \ if test -n "$$list2"; then \ for i in $$list2; do echo "$$i"; done \ | sed -n '/\.1[a-z]*$$/p'; \ fi; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ done | \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ fi; \ done; \ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ while read files; do \ test -z "$$files" || { \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ done; } uninstall-man1: @$(NORMAL_UNINSTALL) @list=''; test -n "$(man1dir)" || exit 0; \ files=`{ for i in $$list; do echo "$$i"; done; \ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.1[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(PROGRAMS) $(MANS) installdirs: for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -rm -f ../common/$(am__dirstamp) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-man install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-binPROGRAMS install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-man1 install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-binPROGRAMS uninstall-man uninstall-man: uninstall-man1 .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-binPROGRAMS \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-man1 \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ uninstall-binPROGRAMS uninstall-man uninstall-man1 .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: lcms2-2.17/setup/0000755000175000017500000000000014752176133012646 5ustar martimartilcms2-2.17/configure.ac0000644000175000017500000003021614752176133013776 0ustar martimarti# # LittleCMS 2 configure script # AC_PREREQ(2.60) # # Set the package name and version # AC_INIT(lcms2,2.17) # Specify directory where m4 macros may be found. AC_CONFIG_MACRO_DIR([m4]) # # Libtool library revision control info # LIBRARY_CURRENT=2 LIBRARY_REVISION=17 LIBRARY_AGE=0 AC_SUBST(LIBRARY_CURRENT)dnl AC_SUBST(LIBRARY_REVISION)dnl AC_SUBST(LIBRARY_AGE)dnl # Obtain system type by running config.guess AC_CANONICAL_HOST AM_INIT_AUTOMAKE([foreign 1.9 tar-ustar no-define dist-zip subdir-objects]) # Check for programs AC_PROG_CC AC_PROG_CPP AC_PROG_CXX LT_INIT #AM_PROG_LD #AC_SUBST(LD) #AC_PROG_INSTALL #AC_PROG_MAKE_SET #AC_PROG_LN_S # # Tests for Windows # AC_EXEEXT AC_OBJEXT # Configure libtool AC_ENABLE_SHARED AC_ENABLE_STATIC AC_LIBTOOL_WIN32_DLL AC_LIBTOOL_SETUP AC_PROG_LIBTOOL AC_SUBST(LIBTOOL_DEPS) LIB_PLUGINS='' # Add configure option --enable-maintainer-mode which enables dependency # checking and generation useful to package maintainers. This is made an # option to avoid confusing end users. AM_MAINTAINER_MODE # If the C compiler supports the keyword inline, do nothing. Otherwise # define inline to __inline__ or __inline if it accepts one of those, # otherwise define inline to be empty. AC_C_INLINE AC_SUBST(inline) # Check if the C compiler supports the "visibility" function attribute # If supported, defines HAVE_FUNC_ATTRIBUTE_VISIBILITY AX_GCC_FUNC_ATTRIBUTE(visibility) # Check if the compiler supports "-fvisibility=hidden" and if yes, add it to CFLAGS # This means that symbols that are not marked explicitly for export (CMSAPI) # will not be reachable in the shared library. AX_APPEND_COMPILE_FLAGS(["-fvisibility=hidden"]) # If words are stored with the most significant byte first (like # Motorola and SPARC CPUs), define `WORDS_BIGENDIAN'. AC_C_BIGENDIAN # Check for threadsafe variants of gmtime # Note: check for gmtime_s is a bit more complex as it is implemented as a macro AC_CHECK_FUNCS(gmtime_r, [], [ AC_MSG_CHECKING([for gmtime_s]) AC_LINK_IFELSE([ AC_LANG_PROGRAM([[#include ]], [[ time_t t; struct tm m; gmtime_s(&m, &t); return 0; ]])], [AC_MSG_RESULT([yes]) AC_DEFINE([HAVE_GMTIME_S], [1], [gmtime_s can be used])], [AC_MSG_RESULT([no])] )]) # Point to JPEG installed in DIR or disable JPEG with --without-jpeg. AC_ARG_WITH(jpeg, AS_HELP_STRING([--with-jpeg=DIR],[use jpeg installed in DIR]), [ if [ test "x$withval" = "xno" ]; then [with_jpeg='no'] else if [ test "x$withval" != "xyes" ]; then with_jpeg=$withval JPEG_DIR=$withval CPPFLAGS="$CPPFLAGS -I$JPEG_DIR/include" LDFLAGS="$LDFLAGS -L$JPEG_DIR/lib" fi [with_jpeg='yes'] fi ], [with_jpeg='yes']) # Point to TIFF installed in DIR or disable TIFF with --without-tiff. AC_ARG_WITH(tiff, AS_HELP_STRING([--with-tiff=DIR], [use tiff installed in DIR]), [ if [ test "x$withval" = "xno" ]; then [with_tiff='no'] else if [ test "x$withval" != "xyes" ]; then with_tiff=$withval TIFF_DIR=$withval CPPFLAGS="$CPPFLAGS -I$TIFF_DIR/include" LDFLAGS="$LDFLAGS -L$TIFF_DIR/lib" fi [with_tiff='yes'] fi ], [with_tiff='yes']) # Disable ZLIB AC_ARG_WITH(zlib, [ --without-zlib disable ZLIB support], [with_zlib=$withval], [with_zlib='yes']) #fast_float plugin: AC_ARG_WITH(fastfloat, AS_HELP_STRING([--with-fastfloat], [build and install fast_float plugin, use only if GPL 3.0 is acceptable]), [ with_fastfloat=$withval ], [ with_fastfloat='no' ]) if test "x$with_fastfloat" = "xyes" then LIB_PLUGINS="$LIB_PLUGINS -llcms2_fast_float" fi #multi threaded plugin: AC_ARG_WITH(threaded, AS_HELP_STRING([--with-threaded], [build and install multi threaded plugin, use only if GPL 3.0 is acceptable]), [ with_threaded=$withval ], [ with_threaded='no' ]) if test "x$with_threaded" = "xyes" then LIB_PLUGINS="$LIB_PLUGINS -llcms2_threaded" fi # # Determine POSIX threads settings # # Enable support for POSIX thread APIs AC_ARG_WITH(threads, AS_HELP_STRING([--without-pthreads], [disable POSIX pthreads API support]), [with_threads=$withval], [with_threads='yes']) have_threads=no if test "$with_threads" != 'no' then AX_PTHREAD() if test "$ax_pthread_ok" = yes then have_threads=yes DEF_THREAD="$PTHREAD_CFLAGS" CFLAGS="$CFLAGS $DEF_THREAD" CXXFLAGS="$CXXFLAGS $DEF_THREAD" if test "$CC" != "$PTHREAD_CC" then AC_MSG_WARN([Replacing compiler $CC with compiler $PTHREAD_CC to support pthreads.]) CC="$PTHREAD_CC" fi if test "$CXX" != "$PTHREAD_CXX" then AC_MSG_WARN([Replacing compiler $CXX with compiler $PTHREAD_CXX to support pthreads.]) CXX="$PTHREAD_CXX" fi fi fi # check if compiler supports SSE2 intrinsics AC_LANG_PUSH([C]) AC_MSG_CHECKING([whether compiler supports SSE2]) AC_COMPILE_IFELSE([AC_LANG_SOURCE([[ #include int main() { __m128i n = _mm_set1_epi8(42); }]])], [ac_compiler_supports_sse2=yes], [ac_compiler_supports_sse2=no]) AC_MSG_RESULT([$ac_compiler_supports_sse2]) AS_IF([test "x$ac_compiler_supports_sse2" != "xyes"], [AC_DEFINE([CMS_DONT_USE_SSE2], [1], [Define if compiler does not support SSE2 intrinsics])]) AC_LANG_POP([C]) # # Find math library # LIB_MATH='' AC_CHECK_LIB(m,sqrt,LIB_MATH="-lm",,) LIBS="$LIB_MATH $LIBS" AC_SUBST(LIB_MATH) # # Find Posix threads library # LIB_THREAD='' if test "$with_threads" != 'no' && test "$have_threads" = 'yes' then for lib in pthread pthreads do if test "x$PTHREAD_LIBS" = "x" ; then AC_CHECK_LIB([$lib],pthread_mutex_lock,[PTHREAD_LIBS=-l$lib],,) fi done LIB_THREAD="$PTHREAD_LIBS" LIBS="$LIBS $LIB_THREAD" AC_DEFINE(HasTHREADS,1,[Define if you have pthreads library]) else AC_DEFINE(HasTHREADS,0,[Define if you don't have pthreads library]) fi AC_SUBST(LIB_THREAD) # # Check for JPEG # have_jpeg='no' LIB_JPEG='' if test ! "$with_jpeg" = 'no' then AC_MSG_CHECKING([for JPEG support]) AC_MSG_RESULT() failed=0; passed=0; AC_CHECK_HEADER(jconfig.h,passed=`expr $passed + 1`,failed=`expr $failed + 1`) AC_CHECK_HEADER(jerror.h,passed=`expr $passed + 1`,failed=`expr $failed + 1`) AC_CHECK_HEADER(jmorecfg.h,passed=`expr $passed + 1`,failed=`expr $failed + 1`,[#include ]) AC_CHECK_HEADER(jpeglib.h,passed=`expr $passed + 1`,failed=`expr $failed + 1`) AC_CHECK_LIB(jpeg,jpeg_read_header,passed=`expr $passed + 1`,failed=`expr $failed + 1`,) # Test for compatible JPEG library if test ! "$ac_cv_jpeg_version_ok" = 'yes' ; then AC_CACHE_CHECK(for JPEG library is version 6b or later, ac_cv_jpeg_version_ok, [AC_TRY_COMPILE( #include #include #include , changequote(<<, >>)dnl << #if JPEG_LIB_VERSION < 62 #error IJG JPEG library must be version 6b or newer! #endif return 0; >>, changequote([, ])dnl ac_cv_jpeg_version_ok='yes', ac_cv_jpeg_version_ok='no')]) if test "$ac_cv_jpeg_version_ok" = 'yes' ; then AC_MSG_RESULT(yes) passed=`expr $passed + 1` else AC_MSG_RESULT(no) failed=`expr $failed + 1` fi fi AC_MSG_CHECKING(if JPEG package is complete) if test $passed -gt 0 then if test $failed -gt 0 then AC_MSG_RESULT(no -- some components failed test) have_jpeg='no (failed tests)' else LIB_JPEG='-ljpeg' LIBS="$LIB_JPEG $LIBS" AC_DEFINE(HasJPEG,1,Define if you have JPEG library) AC_MSG_RESULT(yes) have_jpeg='yes' fi else AC_MSG_RESULT(no) fi fi AM_CONDITIONAL(HasJPEG, test "$have_jpeg" = 'yes') AC_SUBST(LIB_JPEG) # # Check for ZLIB # have_zlib='no' dnl TIFF may require zlib so enable zlib check if TIFF is requested if test ! "$with_zlib" = 'no' || test ! "$with_tiff" = 'no' then LIB_ZLIB='' AC_MSG_CHECKING(for ZLIB support ) AC_MSG_RESULT() failed=0; passed=0; AC_CHECK_HEADER(zconf.h,passed=`expr $passed + 1`,failed=`expr $failed + 1`) AC_CHECK_HEADER(zlib.h,passed=`expr $passed + 1`,failed=`expr $failed + 1`) AC_CHECK_LIB(z,compress,passed=`expr $passed + 1`,failed=`expr $failed + 1`,) AC_CHECK_LIB(z,uncompress,passed=`expr $passed + 1`,failed=`expr $failed + 1`,) AC_CHECK_LIB(z,deflate,passed=`expr $passed + 1`,failed=`expr $failed + 1`,) AC_CHECK_LIB(z,inflate,passed=`expr $passed + 1`,failed=`expr $failed + 1`,) AC_CHECK_LIB(z,gzseek,passed=`expr $passed + 1`,failed=`expr $failed + 1`,) AC_CHECK_LIB(z,gztell,passed=`expr $passed + 1`,failed=`expr $failed + 1`,) AC_MSG_CHECKING(if ZLIB package is complete) if test $passed -gt 0 then if test $failed -gt 0 then AC_MSG_RESULT(no -- some components failed test) have_zlib='no (failed tests)' else LIB_ZLIB='-lz' LIBS="$LIB_ZLIB $LIBS" AC_DEFINE(HasZLIB,1,Define if you have zlib compression library) AC_MSG_RESULT(yes) have_zlib='yes' fi else AC_MSG_RESULT(no) fi fi AM_CONDITIONAL(HasZLIB, test "$have_zlib" = 'yes') AC_SUBST(LIB_ZLIB) # # Check for TIFF # have_tiff='no' LIB_TIFF='' if test ! "$with_tiff" = 'no' then AC_MSG_CHECKING([for TIFF support]) AC_MSG_RESULT() failed=0; passed=0; AC_CHECK_HEADER(tiff.h,passed=`expr $passed + 1`,failed=`expr $failed + 1`) AC_CHECK_HEADER(tiffio.h,passed=`expr $passed + 1`,failed=`expr $failed + 1`) AC_CHECK_LIB(tiff,TIFFOpen,passed=`expr $passed + 1`,failed=`expr $failed + 1`,) AC_CHECK_LIB(tiff,TIFFClientOpen,passed=`expr $passed + 1`,failed=`expr $failed + 1`,) AC_CHECK_LIB(tiff,TIFFIsByteSwapped,passed=`expr $passed + 1`,failed=`expr $failed + 1`,) AC_MSG_CHECKING(if TIFF package is complete) if test $passed -gt 0 then if test $failed -gt 0 then AC_MSG_RESULT(no -- some components failed test) have_tiff='no (failed tests)' else LIB_TIFF='-ltiff' LIBS="$LIB_TIFF $LIBS" AC_DEFINE(HasTIFF,1,Define if you have TIFF library) AC_MSG_RESULT(yes) have_tiff='yes' AC_CHECK_HEADERS(tiffconf.h) fi else AC_MSG_RESULT(no) fi fi AM_CONDITIONAL(HasTIFF, test "$have_tiff" = 'yes') AC_SUBST(LIB_TIFF) # Libraries that the LCMS library depends on LCMS_LIB_DEPLIBS="$LIB_MATH $LIB_THREAD" LCMS_LIB_DEPLIBS=`echo $LCMS_LIB_DEPLIBS | sed -e 's/ */ /g'` AC_SUBST(LCMS_LIB_DEPLIBS) AC_SUBST(LIB_PLUGINS) # Libraries that the jpegicc program depends on JPEGICC_DEPLIBS="$LIB_JPEG $LIB_MATH $LIB_THREAD" JPEGICC_DEPLIBS=`echo $JPEGICC_DEPLIBS | sed -e 's/ */ /g'` AC_SUBST(JPEGICC_DEPLIBS) # Libraries that the tifficc program depends on TIFFICC_DEPLIBS="$LIB_TIFF $LIB_JPEG $LIB_ZLIB $LIB_MATH $LIB_THREAD" TIFFICC_DEPLIBS=`echo $TIFFICC_DEPLIBS | sed -e 's/ */ /g'` AC_SUBST(TIFFICC_DEPLIBS) LIBS='' # # Perform substitutions # AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([lcms2.pc]) AC_CONFIG_FILES([include/Makefile]) AC_CONFIG_FILES([src/Makefile]) AC_CONFIG_FILES([utils/tificc/Makefile]) AC_CONFIG_FILES([utils/transicc/Makefile]) AC_CONFIG_FILES([utils/linkicc/Makefile]) AC_CONFIG_FILES([utils/jpgicc/Makefile]) AC_CONFIG_FILES([utils/psicc/Makefile]) AC_CONFIG_FILES([testbed/Makefile]) AM_CONDITIONAL([COND_FASTFLOAT], [test "x$with_fastfloat" = "xyes" ]) AM_CONDITIONAL([COND_THREADED], [test "x$with_threaded" = "xyes" ]) AC_CONFIG_FILES([plugins/Makefile]) AC_CONFIG_FILES([plugins/fast_float/Makefile]) AC_CONFIG_FILES([plugins/fast_float/src/Makefile]) AC_CONFIG_FILES([plugins/fast_float/include/Makefile]) AC_CONFIG_FILES([plugins/fast_float/testbed/Makefile]) AC_CONFIG_FILES([plugins/threaded/Makefile]) AC_CONFIG_FILES([plugins/threaded/src/Makefile]) AC_CONFIG_FILES([plugins/threaded/include/Makefile]) AC_CONFIG_FILES([plugins/threaded/testbed/Makefile]) AC_OUTPUT lcms2-2.17/fuzzers/0000755000175000017500000000000014752176133013216 5ustar martimartilcms2-2.17/fuzzers/corpus/0000755000175000017500000000000014752176133014531 5ustar martimartilcms2-2.17/fuzzers/corpus/alltags.icc0000644000175000017500000065236014752176133016654 0ustar martimartiTlcms0mntrRGB Lab %#acspMSFT-lcmsAbXYZgXYZrXYZbkptwtptlumibTRCkTRCgTRC(rTRC8targHscrd\xcprtdescpdmnd dmddvuedDpsd0 psd1 psd2 psd3 ps2s ps2i0 ciis@ rig0L rig2X techd caltpdtimclrtFclot Fncl2 (TA2B0|A2B1@A2B2B2A0B2A1B2A2Ppre0pre1pre2gamt`chad$,chrmP$clrotmeas$crdinbfd $@D2B06@\D2B18\D2B2:\D2B3=T\B2D0?\B2D1B \B2D2Dh\B2D3F\scrnI pseqI<|psidKnviewM($vcgtML1234S`metaShcicpTdMHC2Tt|XYZ 33XYZ 33XYZ 33XYZ 33XYZ 33XYZ 33paraparaparaparatextTest testdesc Test test Test testmluc LenUS^esESlctESzenGBTest test1 1 1 12 2 2 23 3 3 3444444444mluc LenUS^esESlctESzenGBTest test1 1 1 12 2 2 23 3 3 3444444444mluc LenUS^esESlctESzenGBTest test1 1 1 12 2 2 23 3 3 3444444444mluc LenUS^esESlctESzenGBTest test1 1 1 12 2 2 23 3 3 3444444444mluc LenUS^esESlctESzenGBTest test1 1 1 12 2 2 23 3 3 3444444444data?data?data?data?data?data?sig prmgsig prmgsig prmgsig prmgdtimdtimclrt#0#1#2#3#4#5#6#7#8#9 #10 #11 #12 #13 #14clrt#0#1#2#3#4#5#6#7#8#9 #10 #11 #12 #13 #14ncl2prefixsuffix#0#1#2#3#4#5#6#7#8#9 #10 #11 #12 #13 #14#15#16#17#18#19#20#21#22#23#24#25#26#27#28#29#30#31#32 #33!!!#34"""#35####36$$$#37%%%#38&&&#39'''#40(((#41)))#42***#43+++#44,,,#45---#46...#47///#48000#49111#50222#51333#52444#53555#54666#55777#56888#57999#58:::#59;;;#60<<<#61===#62>>>#63???#64@@@#65AAA#66BBB#67CCC#68DDD#69EEE#70FFF#71GGG#72HHH#73III#74JJJ#75KKK#76LLL#77MMM#78NNN#79OOO#80PPP#81QQQ#82RRR#83SSS#84TTT#85UUU#86VVV#87WWW#88XXX#89YYY#90ZZZ#91[[[#92\\\#93]]]#94^^^#95___#96```#97aaa#98bbb#99ccc#100ddd#101eee#102fff#103ggg#104hhh#105iii#106jjj#107kkk#108lll#109mmm#110nnn#111ooo#112ppp#113qqq#114rrr#115sss#116ttt#117uuu#118vvv#119www#120xxx#121yyy#122zzz#123{{{#124|||#125}}}#126~~~#127#128#129#130~~~~#131}}}}#132||||#133{{{{#134zzzz#135yyyy#136xxxx#137wwww#138vvvv#139uuuu#140tttt#141ssss#142rrrr#143qqqq#144pppp#145oooo#146nnnn#147mmmm#148llll#149kkkk#150jjjj#151iiii#152hhhh#153gggg#154ffff#155eeee#156dddd#157cccc#158bbbb#159aaaa#160````#161____#162^^^^#163]]]]#164\\\\#165[[[[#166ZZZZ#167YYYY#168XXXX#169WWWW#170VVVV#171UUUU#172TTTT#173SSSS#174RRRR#175QQQQ#176PPPP#177OOOO#178NNNN#179MMMM#180LLLL#181KKKK#182JJJJ#183IIII#184HHHH#185GGGG#186FFFF#187EEEE#188DDDD#189CCCC#190BBBB#191AAAA#192@@@@#193????#194>>>>#195====#196<<<<#197;;;;#198::::#1999999#2008888#2017777#2026666#2035555#2044444#2053333#2062222#2071111#2080000#209////#210....#211----#212,,,,#213++++#214****#215))))#216((((#217''''#218&&&Û%%%%#220$$$$#221#####222""""#223!!!!#224    #225#226#227#228#229#230#231#232#233#234#235#236#237#238#239#240#241#242#243    #244    #245    #246    #247    #248#249#250#251#252#253#254#255#256#257#258#259#260#261#262#263#264#265   #266   #267   #268   #269   #270#271#272#273#274#275#276#277#278#279#280#281#282#283#284#285#286#287#288   #289!!!#290"""#291####292$$$#293%%%#294&&&#295'''#296(((#297)))#298***#299+++#300,,,#301---#302...#303///#304000#305111#306222#307333#308444#309555#310666#311777#312888#313999#314:::#315;;;#316<<<#317===#318>>>#319???#320@@@#321AAA#322BBB#323CCC#324DDD#325EEE#326FFF#327GGG#328HHH#329III#330JJJ#331KKK#332LLL#333MMM#334NNN#335OOO#336PPP#337QQQ#338RRR#339SSS#340TTT#341UUU#342VVV#343WWW#344XXX#345YYY#346ZZZ#347[[[#348\\\#349]]]#350^^^#351___#352```#353aaa#354bbb#355ccc#356ddd#357eee#358fff#359ggg#360hhh#361iii#362jjj#363kkk#364lll#365mmm#366nnn#367ooo#368ppp#369qqq#370rrr#371sss#372ttt#373uuu#374vvv#375www#376xxx#377yyy#378zzz#379{{{#380|||#381}}}#382~~~#383#384#385#386~~~~#387}}}}#388||||#389{{{{#390zzzz#391yyyy#392xxxx#393wwww#394vvvv#395uuuu#396tttt#397ssss#398rrrr#399qqqq#400pppp#401oooo#402nnnn#403mmmm#404llll#405kkkk#406jjjj#407iiii#408hhhh#409gggg#410ffff#411eeee#412dddd#413cccc#414bbbb#415aaaa#416````#417____#418^^^^#419]]]]#420\\\\#421[[[[#422ZZZZ#423YYYY#424XXXX#425WWWW#426VVVV#427UUUU#428TTTT#429SSSS#430RRRR#431QQQQ#432PPPP#433OOOO#434NNNN#435MMMM#436LLLL#437KKKK#438JJJJ#439IIII#440HHHH#441GGGG#442FFFF#443EEEE#444DDDD#445CCCC#446BBBB#447AAAA#448@@@@#449????#450>>>>#451====#452<<<<#453;;;;#454::::#4559999#4568888#4577777#4586666#4595555#4604444#4613333#4622222#4631111#4640000#465////#466....#467----#468,,,,#469++++#470****#471))))#472((((#473''''#474&&&Ǜ%%%%#476$$$$#477#####478""""#479!!!!#480    #481#482#483#484#485#486#487#488#489#490#491#492#493#494#495#496#497#498#499    #500    #501    #502    #503    #504#505#506#507#508#509#510#511#512#513 #514 #515 #516 #517 #518 #519 #520 #521   #522   #523   #524   #525   #526 #527 #528 #529 #530 #531 #532 #533 #534 #535 #536 #537 #538 #539 #540 #541 #542 #543 #544   #545!!! #546""" #547### #548$$$ #549%%% #550&&& #551''' #552((( #553))) #554*** #555+++ #556,,, #557--- #558... #559/// #560000 #561111 #562222 #563333 #564444 #565555 #566666 #567777 #568888 #569999 #570::: #571;;; #572<<< #573=== #574>>> #575??? #576@@@ #577AAA #578BBB #579CCC #580DDD #581EEE #582FFF #583GGG #584HHH #585III #586JJJ #587KKK #588LLL #589MMM #590NNN #591OOO #592PPP #593QQQ #594RRR #595SSS #596TTT #597UUU #598VVV #599WWW #600XXX #601YYY #602ZZZ #603[[[ #604\\\ #605]]] #606^^^ #607___ #608``` #609aaa #610bbb #611ccc #612ddd #613eee #614fff #615ggg #616hhh #617iii #618jjj #619kkk #620lll #621mmm #622nnn #623ooo #624ppp #625qqq #626rrr #627sss #628ttt #629uuu #630vvv #631www #632xxx #633yyy #634zzz #635{{{ #636||| #637}}} #638~~~ #639 #640 #641    #642 ~ ~ ~ ~#643 } } } }#644 | | | |#645 { { { {#646 z z z z#647 y y y y#648 x x x x#649 w w w w#650 v v v v#651 u u u u#652 t t t t#653 s s s s#654 r r r r#655 q q q q#656 p p p p#657 o o o o#658 n n n n#659 m m m m#660 l l l l#661 k k k k#662 j j j j#663 i i i i#664 h h h h#665 g g g g#666 f f f f#667 e e e e#668 d d d d#669 c c c c#670 b b b b#671 a a a a#672 ` ` ` `#673 _ _ _ _#674 ^ ^ ^ ^#675 ] ] ] ]#676 \ \ \ \#677 [ [ [ [#678 Z Z Z Z#679 Y Y Y Y#680 X X X X#681 W W W W#682 V V V V#683 U U U U#684 T T T T#685 S S S S#686 R R R R#687 Q Q Q Q#688 P P P P#689 O O O O#690 N N N N#691 M M M M#692 L L L L#693 K K K K#694 J J J J#695 I I I I#696 H H H H#697 G G G G#698 F F F F#699 E E E E#700 D D D D#701 C C C C#702 B B B B#703 A A A A#704 @ @ @ @#705 ? ? ? ?#706 > > > >#707 = = = =#708 < < < <#709 ; ; ; ;#710 : : : :#711 9 9 9 9#712 8 8 8 8#713 7 7 7 7#714 6 6 6 6#715 5 5 5 5#716 4 4 4 4#717 3 3 3 3#718 2 2 2 2#719 1 1 1 1#720 0 0 0 0#721 / / / /#722 . . . .#723 - - - -#724 , , , ,#725 + + + +#726 * * * *#727 ) ) ) )#728 ( ( ( (#729 ' ' ' '#730 & & & ˛ % % % %#732 $ $ $ $#733 # # # ##734 " " " "#735 ! ! ! !#736 #737    #738    #739    #740    #741    #742    #743    #744    #745    #746    #747    #748    #749    #750    #751    #752    #753    #754    #755 #756 #757 #758 #759 #760    #761    #762    #763    #764    #765    #766    #767    #768 #769 #770 #771 #772 #773 #774 #775 #776 #777   #778   #779   #780   #781   #782 #783 #784 #785 #786 #787 #788 #789 #790 #791 #792 #793 #794 #795 #796 #797 #798 #799 #800   #801!!! #802""" #803### #804$$$ #805%%% #806&&& #807''' #808((( #809))) #810*** #811+++ #812,,, #813--- #814... #815/// #816000 #817111 #818222 #819333 #820444 #821555 #822666 #823777 #824888 #825999 #826::: #827;;; #828<<< #829=== #830>>> #831??? #832@@@ #833AAA #834BBB #835CCC #836DDD #837EEE #838FFF #839GGG #840HHH #841III #842JJJ #843KKK #844LLL #845MMM #846NNN #847OOO #848PPP #849QQQ #850RRR #851SSS #852TTT #853UUU #854VVV #855WWW #856XXX #857YYY #858ZZZ #859[[[ #860\\\ #861]]] #862^^^ #863___ #864``` #865aaa #866bbb #867ccc #868ddd #869eee #870fff #871ggg #872hhh #873iii #874jjj #875kkk #876lll #877mmm #878nnn #879ooo #880ppp #881qqq #882rrr #883sss #884ttt #885uuu #886vvv #887www #888xxx #889yyy #890zzz #891{{{ #892||| #893}}} #894~~~ #895 #896 #897    #898 ~ ~ ~ ~#899 } } } }#900 | | | |#901 { { { {#902 z z z z#903 y y y y#904 x x x x#905 w w w w#906 v v v v#907 u u u u#908 t t t t#909 s s s s#910 r r r r#911 q q q q#912 p p p p#913 o o o o#914 n n n n#915 m m m m#916 l l l l#917 k k k k#918 j j j j#919 i i i i#920 h h h h#921 g g g g#922 f f f f#923 e e e e#924 d d d d#925 c c c c#926 b b b b#927 a a a a#928 ` ` ` `#929 _ _ _ _#930 ^ ^ ^ ^#931 ] ] ] ]#932 \ \ \ \#933 [ [ [ [#934 Z Z Z Z#935 Y Y Y Y#936 X X X X#937 W W W W#938 V V V V#939 U U U U#940 T T T T#941 S S S S#942 R R R R#943 Q Q Q Q#944 P P P P#945 O O O O#946 N N N N#947 M M M M#948 L L L L#949 K K K K#950 J J J J#951 I I I I#952 H H H H#953 G G G G#954 F F F F#955 E E E E#956 D D D D#957 C C C C#958 B B B B#959 A A A A#960 @ @ @ @#961 ? ? ? ?#962 > > > >#963 = = = =#964 < < < <#965 ; ; ; ;#966 : : : :#967 9 9 9 9#968 8 8 8 8#969 7 7 7 7#970 6 6 6 6#971 5 5 5 5#972 4 4 4 4#973 3 3 3 3#974 2 2 2 2#975 1 1 1 1#976 0 0 0 0#977 / / / /#978 . . . .#979 - - - -#980 , , , ,#981 + + + +#982 * * * *#983 ) ) ) )#984 ( ( ( (#985 ' ' ' '#986 & & & ϛ % % % %#988 $ $ $ $#989 # # # ##990 " " " "#991 ! ! ! !#992 #993    #994    #995    #996    #997    #998    #999    #1000    #1001    #1002    #1003    #1004    #1005    #1006    #1007    #1008    #1009    #1010    #1011 #1012 #1013 #1014 #1015 #1016    #1017    #1018    #1019    #1020    #1021    #1022    #1023    #1024 #1025 #1026 #1027 #1028 #1029 #1030 #1031 #1032 #1033   #1034   #1035   #1036   #1037   #1038 #1039 #1040 #1041 #1042 #1043 #1044 #1045 #1046 #1047 #1048 #1049 #1050 #1051 #1052 #1053 #1054 #1055 #1056   #1057!!! #1058""" #1059### #1060$$$ #1061%%% #1062&&& #1063''' #1064((( #1065))) #1066*** #1067+++ #1068,,, #1069--- #1070... #1071/// #1072000 #1073111 #1074222 #1075333 #1076444 #1077555 #1078666 #1079777 #1080888 #1081999 #1082::: #1083;;; #1084<<< #1085=== #1086>>> #1087??? #1088@@@ #1089AAA #1090BBB #1091CCC #1092DDD #1093EEE #1094FFF #1095GGG #1096HHH #1097III #1098JJJ #1099KKK #1100LLL #1101MMM #1102NNN #1103OOO #1104PPP #1105QQQ #1106RRR #1107SSS #1108TTT #1109UUU #1110VVV #1111WWW #1112XXX #1113YYY #1114ZZZ #1115[[[ #1116\\\ #1117]]] #1118^^^ #1119___ #1120``` #1121aaa #1122bbb #1123ccc #1124ddd #1125eee #1126fff #1127ggg #1128hhh #1129iii #1130jjj #1131kkk #1132lll #1133mmm #1134nnn #1135ooo #1136ppp #1137qqq #1138rrr #1139sss #1140ttt #1141uuu #1142vvv #1143www #1144xxx #1145yyy #1146zzz #1147{{{ #1148||| #1149}}} #1150~~~ #1151 #1152 #1153    #1154 ~ ~ ~ ~#1155 } } } }#1156 | | | |#1157 { { { {#1158 z z z z#1159 y y y y#1160 x x x x#1161 w w w w#1162 v v v v#1163 u u u u#1164 t t t t#1165 s s s s#1166 r r r r#1167 q q q q#1168 p p p p#1169 o o o o#1170 n n n n#1171 m m m m#1172 l l l l#1173 k k k k#1174 j j j j#1175 i i i i#1176 h h h h#1177 g g g g#1178 f f f f#1179 e e e e#1180 d d d d#1181 c c c c#1182 b b b b#1183 a a a a#1184 ` ` ` `#1185 _ _ _ _#1186 ^ ^ ^ ^#1187 ] ] ] ]#1188 \ \ \ \#1189 [ [ [ [#1190 Z Z Z Z#1191 Y Y Y Y#1192 X X X X#1193 W W W W#1194 V V V V#1195 U U U U#1196 T T T T#1197 S S S S#1198 R R R R#1199 Q Q Q Q#1200 P P P P#1201 O O O O#1202 N N N N#1203 M M M M#1204 L L L L#1205 K K K K#1206 J J J J#1207 I I I I#1208 H H H H#1209 G G G G#1210 F F F F#1211 E E E E#1212 D D D D#1213 C C C C#1214 B B B B#1215 A A A A#1216 @ @ @ @#1217 ? ? ? ?#1218 > > > >#1219 = = = =#1220 < < < <#1221 ; ; ; ;#1222 : : : :#1223 9 9 9 9#1224 8 8 8 8#1225 7 7 7 7#1226 6 6 6 6#1227 5 5 5 5#1228 4 4 4 4#1229 3 3 3 3#1230 2 2 2 2#1231 1 1 1 1#1232 0 0 0 0#1233 / / / /#1234 . . . .#1235 - - - -#1236 , , , ,#1237 + + + +#1238 * * * *#1239 ) ) ) )#1240 ( ( ( (#1241 ' ' ' '#1242 & & & ӛ % % % %#1244 $ $ $ $#1245 # # # ##1246 " " " "#1247 ! ! ! !#1248 #1249    #1250    #1251    #1252    #1253    #1254    #1255    #1256    #1257    #1258    #1259    #1260    #1261    #1262    #1263    #1264    #1265    #1266    #1267 #1268 #1269 #1270 #1271 #1272    #1273    #1274    #1275    #1276    #1277    #1278    #1279    #1280 #1281 #1282 #1283 #1284 #1285 #1286 #1287 #1288 #1289   #1290   #1291   #1292   #1293   #1294 #1295 #1296 #1297 #1298 #1299 #1300 #1301 #1302 #1303 #1304 #1305 #1306 #1307 #1308 #1309 #1310 #1311 #1312   #1313!!! #1314""" #1315### #1316$$$ #1317%%% #1318&&& #1319''' #1320((( #1321))) #1322*** #1323+++ #1324,,, #1325--- #1326... #1327/// #1328000 #1329111 #1330222 #1331333 #1332444 #1333555 #1334666 #1335777 #1336888 #1337999 #1338::: #1339;;; #1340<<< #1341=== #1342>>> #1343??? #1344@@@ #1345AAA #1346BBB #1347CCC #1348DDD #1349EEE #1350FFF #1351GGG #1352HHH #1353III #1354JJJ #1355KKK #1356LLL #1357MMM #1358NNN #1359OOO #1360PPP #1361QQQ #1362RRR #1363SSS #1364TTT #1365UUU #1366VVV #1367WWW #1368XXX #1369YYY #1370ZZZ #1371[[[ #1372\\\ #1373]]] #1374^^^ #1375___ #1376``` #1377aaa #1378bbb #1379ccc #1380ddd #1381eee #1382fff #1383ggg #1384hhh #1385iii #1386jjj #1387kkk #1388lll #1389mmm #1390nnn #1391ooo #1392ppp #1393qqq #1394rrr #1395sss #1396ttt #1397uuu #1398vvv #1399www #1400xxx #1401yyy #1402zzz #1403{{{ #1404||| #1405}}} #1406~~~ #1407 #1408 #1409    #1410 ~ ~ ~ ~#1411 } } } }#1412 | | | |#1413 { { { {#1414 z z z z#1415 y y y y#1416 x x x x#1417 w w w w#1418 v v v v#1419 u u u u#1420 t t t t#1421 s s s s#1422 r r r r#1423 q q q q#1424 p p p p#1425 o o o o#1426 n n n n#1427 m m m m#1428 l l l l#1429 k k k k#1430 j j j j#1431 i i i i#1432 h h h h#1433 g g g g#1434 f f f f#1435 e e e e#1436 d d d d#1437 c c c c#1438 b b b b#1439 a a a a#1440 ` ` ` `#1441 _ _ _ _#1442 ^ ^ ^ ^#1443 ] ] ] ]#1444 \ \ \ \#1445 [ [ [ [#1446 Z Z Z Z#1447 Y Y Y Y#1448 X X X X#1449 W W W W#1450 V V V V#1451 U U U U#1452 T T T T#1453 S S S S#1454 R R R R#1455 Q Q Q Q#1456 P P P P#1457 O O O O#1458 N N N N#1459 M M M M#1460 L L L L#1461 K K K K#1462 J J J J#1463 I I I I#1464 H H H H#1465 G G G G#1466 F F F F#1467 E E E E#1468 D D D D#1469 C C C C#1470 B B B B#1471 A A A A#1472 @ @ @ @#1473 ? ? ? ?#1474 > > > >#1475 = = = =#1476 < < < <#1477 ; ; ; ;#1478 : : : :#1479 9 9 9 9#1480 8 8 8 8#1481 7 7 7 7#1482 6 6 6 6#1483 5 5 5 5#1484 4 4 4 4#1485 3 3 3 3#1486 2 2 2 2#1487 1 1 1 1#1488 0 0 0 0#1489 / / / /#1490 . . . .#1491 - - - -#1492 , , , ,#1493 + + + +#1494 * * * *#1495 ) ) ) )#1496 ( ( ( (#1497 ' ' ' '#1498 & & & כ % % % %#1500 $ $ $ $#1501 # # # ##1502 " " " "#1503 ! ! ! !#1504 #1505    #1506    #1507    #1508    #1509    #1510    #1511    #1512    #1513    #1514    #1515    #1516    #1517    #1518    #1519    #1520    #1521    #1522    #1523 #1524 #1525 #1526 #1527 #1528    #1529    #1530    #1531    #1532    #1533    #1534    #1535    #1536 #1537 #1538 #1539 #1540 #1541 #1542 #1543 #1544 #1545   #1546   #1547   #1548   #1549   #1550 #1551 #1552 #1553 #1554 #1555 #1556 #1557 #1558 #1559 #1560 #1561 #1562 #1563 #1564 #1565 #1566 #1567 #1568   #1569!!! #1570""" #1571### #1572$$$ #1573%%% #1574&&& #1575''' #1576((( #1577))) #1578*** #1579+++ #1580,,, #1581--- #1582... #1583/// #1584000 #1585111 #1586222 #1587333 #1588444 #1589555 #1590666 #1591777 #1592888 #1593999 #1594::: #1595;;; #1596<<< #1597=== #1598>>> #1599??? #1600@@@ #1601AAA #1602BBB #1603CCC #1604DDD #1605EEE #1606FFF #1607GGG #1608HHH #1609III #1610JJJ #1611KKK #1612LLL #1613MMM #1614NNN #1615OOO #1616PPP #1617QQQ #1618RRR #1619SSS #1620TTT #1621UUU #1622VVV #1623WWW #1624XXX #1625YYY #1626ZZZ #1627[[[ #1628\\\ #1629]]] #1630^^^ #1631___ #1632``` #1633aaa #1634bbb #1635ccc #1636ddd #1637eee #1638fff #1639ggg #1640hhh #1641iii #1642jjj #1643kkk #1644lll #1645mmm #1646nnn #1647ooo #1648ppp #1649qqq #1650rrr #1651sss #1652ttt #1653uuu #1654vvv #1655www #1656xxx #1657yyy #1658zzz #1659{{{ #1660||| #1661}}} #1662~~~ #1663 #1664 #1665    #1666 ~ ~ ~ ~#1667 } } } }#1668 | | | |#1669 { { { {#1670 z z z z#1671 y y y y#1672 x x x x#1673 w w w w#1674 v v v v#1675 u u u u#1676 t t t t#1677 s s s s#1678 r r r r#1679 q q q q#1680 p p p p#1681 o o o o#1682 n n n n#1683 m m m m#1684 l l l l#1685 k k k k#1686 j j j j#1687 i i i i#1688 h h h h#1689 g g g g#1690 f f f f#1691 e e e e#1692 d d d d#1693 c c c c#1694 b b b b#1695 a a a a#1696 ` ` ` `#1697 _ _ _ _#1698 ^ ^ ^ ^#1699 ] ] ] ]#1700 \ \ \ \#1701 [ [ [ [#1702 Z Z Z Z#1703 Y Y Y Y#1704 X X X X#1705 W W W W#1706 V V V V#1707 U U U U#1708 T T T T#1709 S S S S#1710 R R R R#1711 Q Q Q Q#1712 P P P P#1713 O O O O#1714 N N N N#1715 M M M M#1716 L L L L#1717 K K K K#1718 J J J J#1719 I I I I#1720 H H H H#1721 G G G G#1722 F F F F#1723 E E E E#1724 D D D D#1725 C C C C#1726 B B B B#1727 A A A A#1728 @ @ @ @#1729 ? ? ? ?#1730 > > > >#1731 = = = =#1732 < < < <#1733 ; ; ; ;#1734 : : : :#1735 9 9 9 9#1736 8 8 8 8#1737 7 7 7 7#1738 6 6 6 6#1739 5 5 5 5#1740 4 4 4 4#1741 3 3 3 3#1742 2 2 2 2#1743 1 1 1 1#1744 0 0 0 0#1745 / / / /#1746 . . . .#1747 - - - -#1748 , , , ,#1749 + + + +#1750 * * * *#1751 ) ) ) )#1752 ( ( ( (#1753 ' ' ' '#1754 & & & ۛ % % % %#1756 $ $ $ $#1757 # # # ##1758 " " " "#1759 ! ! ! !#1760 #1761    #1762    #1763    #1764    #1765    #1766    #1767    #1768    #1769    #1770    #1771    #1772    #1773    #1774    #1775    #1776    #1777    #1778    #1779 #1780 #1781 #1782 #1783 #1784    #1785    #1786    #1787    #1788    #1789    #1790    #1791    #1792 #1793#1794#1795#1796#1797#1798#1799#1800#1801   #1802   #1803   #1804   #1805   #1806#1807#1808#1809#1810#1811#1812#1813#1814#1815#1816#1817#1818#1819#1820#1821#1822#1823#1824   #1825!!!#1826"""#1827####1828$$$#1829%%%#1830&&&#1831'''#1832(((#1833)))#1834***#1835+++#1836,,,#1837---#1838...#1839///#1840000#1841111#1842222#1843333#1844444#1845555#1846666#1847777#1848888#1849999#1850:::#1851;;;#1852<<<#1853===#1854>>>#1855???#1856@@@#1857AAA#1858BBB#1859CCC#1860DDD#1861EEE#1862FFF#1863GGG#1864HHH#1865III#1866JJJ#1867KKK#1868LLL#1869MMM#1870NNN#1871OOO#1872PPP#1873QQQ#1874RRR#1875SSS#1876TTT#1877UUU#1878VVV#1879WWW#1880XXX#1881YYY#1882ZZZ#1883[[[#1884\\\#1885]]]#1886^^^#1887___#1888```#1889aaa#1890bbb#1891ccc#1892ddd#1893eee#1894fff#1895ggg#1896hhh#1897iii#1898jjj#1899kkk#1900lll#1901mmm#1902nnn#1903ooo#1904ppp#1905qqq#1906rrr#1907sss#1908ttt#1909uuu#1910vvv#1911www#1912xxx#1913yyy#1914zzz#1915{{{#1916|||#1917}}}#1918~~~#1919#1920#1921#1922~~~~#1923}}}}#1924||||#1925{{{{#1926zzzz#1927yyyy#1928xxxx#1929wwww#1930vvvv#1931uuuu#1932tttt#1933ssss#1934rrrr#1935qqqq#1936pppp#1937oooo#1938nnnn#1939mmmm#1940llll#1941kkkk#1942jjjj#1943iiii#1944hhhh#1945gggg#1946ffff#1947eeee#1948dddd#1949cccc#1950bbbb#1951aaaa#1952````#1953____#1954^^^^#1955]]]]#1956\\\\#1957[[[[#1958ZZZZ#1959YYYY#1960XXXX#1961WWWW#1962VVVV#1963UUUU#1964TTTT#1965SSSS#1966RRRR#1967QQQQ#1968PPPP#1969OOOO#1970NNNN#1971MMMM#1972LLLL#1973KKKK#1974JJJJ#1975IIII#1976HHHH#1977GGGG#1978FFFF#1979EEEE#1980DDDD#1981CCCC#1982BBBB#1983AAAA#1984@@@@#1985????#1986>>>>#1987====#1988<<<<#1989;;;;#1990::::#19919999#19928888#19937777#19946666#19955555#19964444#19973333#19982222#19991111#20000000#2001////#2002....#2003----#2004,,,,#2005++++#2006****#2007))))#2008((((#2009''''#2010&&&ߛ%%%%#2012$$$$#2013#####2014""""#2015!!!!#2016    #2017#2018#2019#2020#2021#2022#2023#2024#2025#2026#2027#2028#2029#2030#2031#2032#2033#2034#2035    #2036    #2037    #2038    #2039    #2040#2041#2042#2043#2044#2045#2046#2047#2048#2049#2050#2051#2052#2053#2054#2055#2056#2057   #2058   #2059   #2060   #2061   #2062#2063#2064#2065#2066#2067#2068#2069#2070#2071#2072#2073#2074#2075#2076#2077#2078#2079#2080   #2081!!!#2082"""#2083####2084$$$#2085%%%#2086&&&#2087'''#2088(((#2089)))#2090***#2091+++#2092,,,#2093---#2094...#2095///#2096000#2097111#2098222#2099333#2100444#2101555#2102666#2103777#2104888#2105999#2106:::#2107;;;#2108<<<#2109===#2110>>>#2111???#2112@@@#2113AAA#2114BBB#2115CCC#2116DDD#2117EEE#2118FFF#2119GGG#2120HHH#2121III#2122JJJ#2123KKK#2124LLL#2125MMM#2126NNN#2127OOO#2128PPP#2129QQQ#2130RRR#2131SSS#2132TTT#2133UUU#2134VVV#2135WWW#2136XXX#2137YYY#2138ZZZ#2139[[[#2140\\\#2141]]]#2142^^^#2143___#2144```#2145aaa#2146bbb#2147ccc#2148ddd#2149eee#2150fff#2151ggg#2152hhh#2153iii#2154jjj#2155kkk#2156lll#2157mmm#2158nnn#2159ooo#2160ppp#2161qqq#2162rrr#2163sss#2164ttt#2165uuu#2166vvv#2167www#2168xxx#2169yyy#2170zzz#2171{{{#2172|||#2173}}}#2174~~~#2175#2176#2177#2178~~~~#2179}}}}#2180||||#2181{{{{#2182zzzz#2183yyyy#2184xxxx#2185wwww#2186vvvv#2187uuuu#2188tttt#2189ssss#2190rrrr#2191qqqq#2192pppp#2193oooo#2194nnnn#2195mmmm#2196llll#2197kkkk#2198jjjj#2199iiii#2200hhhh#2201gggg#2202ffff#2203eeee#2204dddd#2205cccc#2206bbbb#2207aaaa#2208````#2209____#2210^^^^#2211]]]]#2212\\\\#2213[[[[#2214ZZZZ#2215YYYY#2216XXXX#2217WWWW#2218VVVV#2219UUUU#2220TTTT#2221SSSS#2222RRRR#2223QQQQ#2224PPPP#2225OOOO#2226NNNN#2227MMMM#2228LLLL#2229KKKK#2230JJJJ#2231IIII#2232HHHH#2233GGGG#2234FFFF#2235EEEE#2236DDDD#2237CCCC#2238BBBB#2239AAAA#2240@@@@#2241????#2242>>>>#2243====#2244<<<<#2245;;;;#2246::::#22479999#22488888#22497777#22506666#22515555#22524444#22533333#22542222#22551111#22560000#2257////#2258....#2259----#2260,,,,#2261++++#2262****#2263))))#2264((((#2265''''#2266&&&ࣛ%%%%#2268$$$$#2269#####2270""""#2271!!!!#2272    #2273#2274#2275#2276#2277#2278#2279#2280#2281#2282#2283#2284#2285#2286#2287#2288#2289#2290#2291    #2292    #2293    #2294    #2295    #2296#2297#2298#2299#2300#2301#2302#2303#2304 #2305   #2306   #2307   #2308   #2309   #2310   #2311   #2312   #2313 #2314 #2315 #2316 #2317 #2318   #2319   #2320   #2321   #2322   #2323   #2324   #2325   #2326   #2327   #2328   #2329   #2330   #2331   #2332   #2333   #2334   #2335   #2336 #2337 ! ! !#2338 " " "#2339 # # ##2340 $ $ $#2341 % % %#2342 & & &#2343 ' ' '#2344 ( ( (#2345 ) ) )#2346 * * *#2347 + + +#2348 , , ,#2349 - - -#2350 . . .#2351 / / /#2352 0 0 0#2353 1 1 1#2354 2 2 2#2355 3 3 3#2356 4 4 4#2357 5 5 5#2358 6 6 6#2359 7 7 7#2360 8 8 8#2361 9 9 9#2362 : : :#2363 ; ; ;#2364 < < <#2365 = = =#2366 > > >#2367 ? ? ?#2368 @ @ @#2369 A A A#2370 B B B#2371 C C C#2372 D D D#2373 E E E#2374 F F F#2375 G G G#2376 H H H#2377 I I I#2378 J J J#2379 K K K#2380 L L L#2381 M M M#2382 N N N#2383 O O O#2384 P P P#2385 Q Q Q#2386 R R R#2387 S S S#2388 T T T#2389 U U U#2390 V V V#2391 W W W#2392 X X X#2393 Y Y Y#2394 Z Z Z#2395 [ [ [#2396 \ \ \#2397 ] ] ]#2398 ^ ^ ^#2399 _ _ _#2400 ` ` `#2401 a a a#2402 b b b#2403 c c c#2404 d d d#2405 e e e#2406 f f f#2407 g g g#2408 h h h#2409 i i i#2410 j j j#2411 k k k#2412 l l l#2413 m m m#2414 n n n#2415 o o o#2416 p p p#2417 q q q#2418 r r r#2419 s s s#2420 t t t#2421 u u u#2422 v v v#2423 w w w#2424 x x x#2425 y y y#2426 z z z#2427 { { {#2428 | | |#2429 } } }#2430 ~ ~ ~#2431   #2432 #2433 #2434 ~~~~#2435 }}}}#2436 ||||#2437 {{{{#2438 zzzz#2439 yyyy#2440 xxxx#2441 wwww#2442 vvvv#2443 uuuu#2444 tttt#2445 ssss#2446 rrrr#2447 qqqq#2448 pppp#2449 oooo#2450 nnnn#2451 mmmm#2452 llll#2453 kkkk#2454 jjjj#2455 iiii#2456 hhhh#2457 gggg#2458 ffff#2459 eeee#2460 dddd#2461 cccc#2462 bbbb#2463 aaaa#2464 ````#2465 ____#2466 ^^^^#2467 ]]]]#2468 \\\\#2469 [[[[#2470 ZZZZ#2471 YYYY#2472 XXXX#2473 WWWW#2474 VVVV#2475 UUUU#2476 TTTT#2477 SSSS#2478 RRRR#2479 QQQQ#2480 PPPP#2481 OOOO#2482 NNNN#2483 MMMM#2484 LLLL#2485 KKKK#2486 JJJJ#2487 IIII#2488 HHHH#2489 GGGG#2490 FFFF#2491 EEEE#2492 DDDD#2493 CCCC#2494 BBBB#2495 AAAA#2496 @@@@#2497 ????#2498 >>>>#2499 ====#2500 <<<<#2501 ;;;;#2502 ::::#2503 9999#2504 8888#2505 7777#2506 6666#2507 5555#2508 4444#2509 3333#2510 2222#2511 1111#2512 0000#2513 ////#2514 ....#2515 ----#2516 ,,,,#2517 ++++#2518 ****#2519 ))))#2520 ((((#2521 ''''#2522 &&&৛ %%%%#2524 $$$$#2525 #####2526 """"#2527 !!!!#2528     #2529 #2530 #2531 #2532 #2533 #2534 #2535 #2536 #2537 #2538 #2539 #2540 #2541 #2542 #2543 #2544 #2545 #2546 #2547     #2548     #2549     #2550     #2551     #2552 #2553 #2554 #2555 #2556 #2557 #2558 #2559 #2560 #2561   #2562   #2563   #2564   #2565   #2566   #2567   #2568   #2569 #2570 #2571 #2572 #2573 #2574   #2575   #2576   #2577   #2578   #2579   #2580   #2581   #2582   #2583   #2584   #2585   #2586   #2587   #2588   #2589   #2590   #2591   #2592 #2593 ! ! !#2594 " " "#2595 # # ##2596 $ $ $#2597 % % %#2598 & & &#2599 ' ' '#2600 ( ( (#2601 ) ) )#2602 * * *#2603 + + +#2604 , , ,#2605 - - -#2606 . . .#2607 / / /#2608 0 0 0#2609 1 1 1#2610 2 2 2#2611 3 3 3#2612 4 4 4#2613 5 5 5#2614 6 6 6#2615 7 7 7#2616 8 8 8#2617 9 9 9#2618 : : :#2619 ; ; ;#2620 < < <#2621 = = =#2622 > > >#2623 ? ? ?#2624 @ @ @#2625 A A A#2626 B B B#2627 C C C#2628 D D D#2629 E E E#2630 F F F#2631 G G G#2632 H H H#2633 I I I#2634 J J J#2635 K K K#2636 L L L#2637 M M M#2638 N N N#2639 O O O#2640 P P P#2641 Q Q Q#2642 R R R#2643 S S S#2644 T T T#2645 U U U#2646 V V V#2647 W W W#2648 X X X#2649 Y Y Y#2650 Z Z Z#2651 [ [ [#2652 \ \ \#2653 ] ] ]#2654 ^ ^ ^#2655 _ _ _#2656 ` ` `#2657 a a a#2658 b b b#2659 c c c#2660 d d d#2661 e e e#2662 f f f#2663 g g g#2664 h h h#2665 i i i#2666 j j j#2667 k k k#2668 l l l#2669 m m m#2670 n n n#2671 o o o#2672 p p p#2673 q q q#2674 r r r#2675 s s s#2676 t t t#2677 u u u#2678 v v v#2679 w w w#2680 x x x#2681 y y y#2682 z z z#2683 { { {#2684 | | |#2685 } } }#2686 ~ ~ ~#2687   #2688 #2689 #2690 ~~~~#2691 }}}}#2692 ||||#2693 {{{{#2694 zzzz#2695 yyyy#2696 xxxx#2697 wwww#2698 vvvv#2699 uuuu#2700 tttt#2701 ssss#2702 rrrr#2703 qqqq#2704 pppp#2705 oooo#2706 nnnn#2707 mmmm#2708 llll#2709 kkkk#2710 jjjj#2711 iiii#2712 hhhh#2713 gggg#2714 ffff#2715 eeee#2716 dddd#2717 cccc#2718 bbbb#2719 aaaa#2720 ````#2721 ____#2722 ^^^^#2723 ]]]]#2724 \\\\#2725 [[[[#2726 ZZZZ#2727 YYYY#2728 XXXX#2729 WWWW#2730 VVVV#2731 UUUU#2732 TTTT#2733 SSSS#2734 RRRR#2735 QQQQ#2736 PPPP#2737 OOOO#2738 NNNN#2739 MMMM#2740 LLLL#2741 KKKK#2742 JJJJ#2743 IIII#2744 HHHH#2745 GGGG#2746 FFFF#2747 EEEE#2748 DDDD#2749 CCCC#2750 BBBB#2751 AAAA#2752 @@@@#2753 ????#2754 >>>>#2755 ====#2756 <<<<#2757 ;;;;#2758 ::::#2759 9999#2760 8888#2761 7777#2762 6666#2763 5555#2764 4444#2765 3333#2766 2222#2767 1111#2768 0000#2769 ////#2770 ....#2771 ----#2772 ,,,,#2773 ++++#2774 ****#2775 ))))#2776 ((((#2777 ''''#2778 &&&૛ %%%%#2780 $$$$#2781 #####2782 """"#2783 !!!!#2784     #2785 #2786 #2787 #2788 #2789 #2790 #2791 #2792 #2793 #2794 #2795 #2796 #2797 #2798 #2799 #2800 #2801 #2802 #2803     #2804     #2805     #2806     #2807     #2808 #2809 #2810 #2811 #2812 #2813 #2814 #2815 #2816 #2817   #2818   #2819   #2820   #2821   #2822   #2823   #2824   #2825 #2826 #2827 #2828 #2829 #2830   #2831   #2832   #2833   #2834   #2835   #2836   #2837   #2838   #2839   #2840   #2841   #2842   #2843   #2844   #2845   #2846   #2847   #2848 #2849 ! ! !#2850 " " "#2851 # # ##2852 $ $ $#2853 % % %#2854 & & &#2855 ' ' '#2856 ( ( (#2857 ) ) )#2858 * * *#2859 + + +#2860 , , ,#2861 - - -#2862 . . .#2863 / / /#2864 0 0 0#2865 1 1 1#2866 2 2 2#2867 3 3 3#2868 4 4 4#2869 5 5 5#2870 6 6 6#2871 7 7 7#2872 8 8 8#2873 9 9 9#2874 : : :#2875 ; ; ;#2876 < < <#2877 = = =#2878 > > >#2879 ? ? ?#2880 @ @ @#2881 A A A#2882 B B B#2883 C C C#2884 D D D#2885 E E E#2886 F F F#2887 G G G#2888 H H H#2889 I I I#2890 J J J#2891 K K K#2892 L L L#2893 M M M#2894 N N N#2895 O O O#2896 P P P#2897 Q Q Q#2898 R R R#2899 S S S#2900 T T T#2901 U U U#2902 V V V#2903 W W W#2904 X X X#2905 Y Y Y#2906 Z Z Z#2907 [ [ [#2908 \ \ \#2909 ] ] ]#2910 ^ ^ ^#2911 _ _ _#2912 ` ` `#2913 a a a#2914 b b b#2915 c c c#2916 d d d#2917 e e e#2918 f f f#2919 g g g#2920 h h h#2921 i i i#2922 j j j#2923 k k k#2924 l l l#2925 m m m#2926 n n n#2927 o o o#2928 p p p#2929 q q q#2930 r r r#2931 s s s#2932 t t t#2933 u u u#2934 v v v#2935 w w w#2936 x x x#2937 y y y#2938 z z z#2939 { { {#2940 | | |#2941 } } }#2942 ~ ~ ~#2943   #2944 #2945 #2946 ~~~~#2947 }}}}#2948 ||||#2949 {{{{#2950 zzzz#2951 yyyy#2952 xxxx#2953 wwww#2954 vvvv#2955 uuuu#2956 tttt#2957 ssss#2958 rrrr#2959 qqqq#2960 pppp#2961 oooo#2962 nnnn#2963 mmmm#2964 llll#2965 kkkk#2966 jjjj#2967 iiii#2968 hhhh#2969 gggg#2970 ffff#2971 eeee#2972 dddd#2973 cccc#2974 bbbb#2975 aaaa#2976 ````#2977 ____#2978 ^^^^#2979 ]]]]#2980 \\\\#2981 [[[[#2982 ZZZZ#2983 YYYY#2984 XXXX#2985 WWWW#2986 VVVV#2987 UUUU#2988 TTTT#2989 SSSS#2990 RRRR#2991 QQQQ#2992 PPPP#2993 OOOO#2994 NNNN#2995 MMMM#2996 LLLL#2997 KKKK#2998 JJJJ#2999 IIII#3000 HHHH#3001 GGGG#3002 FFFF#3003 EEEE#3004 DDDD#3005 CCCC#3006 BBBB#3007 AAAA#3008 @@@@#3009 ????#3010 >>>>#3011 ====#3012 <<<<#3013 ;;;;#3014 ::::#3015 9999#3016 8888#3017 7777#3018 6666#3019 5555#3020 4444#3021 3333#3022 2222#3023 1111#3024 0000#3025 ////#3026 ....#3027 ----#3028 ,,,,#3029 ++++#3030 ****#3031 ))))#3032 ((((#3033 ''''#3034 &&&௛ %%%%#3036 $$$$#3037 #####3038 """"#3039 !!!!#3040     #3041 #3042 #3043 #3044 #3045 #3046 #3047 #3048 #3049 #3050 #3051 #3052 #3053 #3054 #3055 #3056 #3057 #3058 #3059     #3060     #3061     #3062     #3063     #3064 #3065 #3066 #3067 #3068 #3069 #3070 #3071 #3072 #3073   #3074   #3075   #3076   #3077   #3078   #3079   #3080   #3081 #3082 #3083 #3084 #3085 #3086   #3087   #3088   #3089   #3090   #3091   #3092   #3093   #3094   #3095   #3096   #3097   #3098   #3099   #3100   #3101   #3102   #3103   #3104 #3105 ! ! !#3106 " " "#3107 # # ##3108 $ $ $#3109 % % %#3110 & & &#3111 ' ' '#3112 ( ( (#3113 ) ) )#3114 * * *#3115 + + +#3116 , , ,#3117 - - -#3118 . . .#3119 / / /#3120 0 0 0#3121 1 1 1#3122 2 2 2#3123 3 3 3#3124 4 4 4#3125 5 5 5#3126 6 6 6#3127 7 7 7#3128 8 8 8#3129 9 9 9#3130 : : :#3131 ; ; ;#3132 < < <#3133 = = =#3134 > > >#3135 ? ? ?#3136 @ @ @#3137 A A A#3138 B B B#3139 C C C#3140 D D D#3141 E E E#3142 F F F#3143 G G G#3144 H H H#3145 I I I#3146 J J J#3147 K K K#3148 L L L#3149 M M M#3150 N N N#3151 O O O#3152 P P P#3153 Q Q Q#3154 R R R#3155 S S S#3156 T T T#3157 U U U#3158 V V V#3159 W W W#3160 X X X#3161 Y Y Y#3162 Z Z Z#3163 [ [ [#3164 \ \ \#3165 ] ] ]#3166 ^ ^ ^#3167 _ _ _#3168 ` ` `#3169 a a a#3170 b b b#3171 c c c#3172 d d d#3173 e e e#3174 f f f#3175 g g g#3176 h h h#3177 i i i#3178 j j j#3179 k k k#3180 l l l#3181 m m m#3182 n n n#3183 o o o#3184 p p p#3185 q q q#3186 r r r#3187 s s s#3188 t t t#3189 u u u#3190 v v v#3191 w w w#3192 x x x#3193 y y y#3194 z z z#3195 { { {#3196 | | |#3197 } } }#3198 ~ ~ ~#3199   #3200 #3201 #3202 ~~~~#3203 }}}}#3204 ||||#3205 {{{{#3206 zzzz#3207 yyyy#3208 xxxx#3209 wwww#3210 vvvv#3211 uuuu#3212 tttt#3213 ssss#3214 rrrr#3215 qqqq#3216 pppp#3217 oooo#3218 nnnn#3219 mmmm#3220 llll#3221 kkkk#3222 jjjj#3223 iiii#3224 hhhh#3225 gggg#3226 ffff#3227 eeee#3228 dddd#3229 cccc#3230 bbbb#3231 aaaa#3232 ````#3233 ____#3234 ^^^^#3235 ]]]]#3236 \\\\#3237 [[[[#3238 ZZZZ#3239 YYYY#3240 XXXX#3241 WWWW#3242 VVVV#3243 UUUU#3244 TTTT#3245 SSSS#3246 RRRR#3247 QQQQ#3248 PPPP#3249 OOOO#3250 NNNN#3251 MMMM#3252 LLLL#3253 KKKK#3254 JJJJ#3255 IIII#3256 HHHH#3257 GGGG#3258 FFFF#3259 EEEE#3260 DDDD#3261 CCCC#3262 BBBB#3263 AAAA#3264 @@@@#3265 ????#3266 >>>>#3267 ====#3268 <<<<#3269 ;;;;#3270 ::::#3271 9999#3272 8888#3273 7777#3274 6666#3275 5555#3276 4444#3277 3333#3278 2222#3279 1111#3280 0000#3281 ////#3282 ....#3283 ----#3284 ,,,,#3285 ++++#3286 ****#3287 ))))#3288 ((((#3289 ''''#3290 &&&೛ %%%%#3292 $$$$#3293 #####3294 """"#3295 !!!!#3296     #3297 #3298 #3299 #3300 #3301 #3302 #3303 #3304 #3305 #3306 #3307 #3308 #3309 #3310 #3311 #3312 #3313 #3314 #3315     #3316     #3317     #3318     #3319     #3320 #3321 #3322 #3323 #3324 #3325 #3326 #3327 #3328 #3329   #3330   #3331   #3332   #3333   #3334   #3335   #3336   #3337 #3338 #3339 #3340 #3341 #3342   #3343   #3344   #3345   #3346   #3347   #3348   #3349   #3350   #3351   #3352   #3353   #3354   #3355   #3356   #3357   #3358   #3359   #3360 #3361 ! ! !#3362 " " "#3363 # # ##3364 $ $ $#3365 % % %#3366 & & &#3367 ' ' '#3368 ( ( (#3369 ) ) )#3370 * * *#3371 + + +#3372 , , ,#3373 - - -#3374 . . .#3375 / / /#3376 0 0 0#3377 1 1 1#3378 2 2 2#3379 3 3 3#3380 4 4 4#3381 5 5 5#3382 6 6 6#3383 7 7 7#3384 8 8 8#3385 9 9 9#3386 : : :#3387 ; ; ;#3388 < < <#3389 = = =#3390 > > >#3391 ? ? ?#3392 @ @ @#3393 A A A#3394 B B B#3395 C C C#3396 D D D#3397 E E E#3398 F F F#3399 G G G#3400 H H H#3401 I I I#3402 J J J#3403 K K K#3404 L L L#3405 M M M#3406 N N N#3407 O O O#3408 P P P#3409 Q Q Q#3410 R R R#3411 S S S#3412 T T T#3413 U U U#3414 V V V#3415 W W W#3416 X X X#3417 Y Y Y#3418 Z Z Z#3419 [ [ [#3420 \ \ \#3421 ] ] ]#3422 ^ ^ ^#3423 _ _ _#3424 ` ` `#3425 a a a#3426 b b b#3427 c c c#3428 d d d#3429 e e e#3430 f f f#3431 g g g#3432 h h h#3433 i i i#3434 j j j#3435 k k k#3436 l l l#3437 m m m#3438 n n n#3439 o o o#3440 p p p#3441 q q q#3442 r r r#3443 s s s#3444 t t t#3445 u u u#3446 v v v#3447 w w w#3448 x x x#3449 y y y#3450 z z z#3451 { { {#3452 | | |#3453 } } }#3454 ~ ~ ~#3455   #3456 #3457 #3458 ~~~~#3459 }}}}#3460 ||||#3461 {{{{#3462 zzzz#3463 yyyy#3464 xxxx#3465 wwww#3466 vvvv#3467 uuuu#3468 tttt#3469 ssss#3470 rrrr#3471 qqqq#3472 pppp#3473 oooo#3474 nnnn#3475 mmmm#3476 llll#3477 kkkk#3478 jjjj#3479 iiii#3480 hhhh#3481 gggg#3482 ffff#3483 eeee#3484 dddd#3485 cccc#3486 bbbb#3487 aaaa#3488 ````#3489 ____#3490 ^^^^#3491 ]]]]#3492 \\\\#3493 [[[[#3494 ZZZZ#3495 YYYY#3496 XXXX#3497 WWWW#3498 VVVV#3499 UUUU#3500 TTTT#3501 SSSS#3502 RRRR#3503 QQQQ#3504 PPPP#3505 OOOO#3506 NNNN#3507 MMMM#3508 LLLL#3509 KKKK#3510 JJJJ#3511 IIII#3512 HHHH#3513 GGGG#3514 FFFF#3515 EEEE#3516 DDDD#3517 CCCC#3518 BBBB#3519 AAAA#3520 @@@@#3521 ????#3522 >>>>#3523 ====#3524 <<<<#3525 ;;;;#3526 ::::#3527 9999#3528 8888#3529 7777#3530 6666#3531 5555#3532 4444#3533 3333#3534 2222#3535 1111#3536 0000#3537 ////#3538 ....#3539 ----#3540 ,,,,#3541 ++++#3542 ****#3543 ))))#3544 ((((#3545 ''''#3546 &&&ෛ %%%%#3548 $$$$#3549 #####3550 """"#3551 !!!!#3552     #3553 #3554 #3555 #3556 #3557 #3558 #3559 #3560 #3561 #3562 #3563 #3564 #3565 #3566 #3567 #3568 #3569 #3570 #3571     #3572     #3573     #3574     #3575     #3576 #3577 #3578 #3579 #3580 #3581 #3582 #3583 #3584#3585#3586#3587#3588#3589#3590#3591#3592#3593   #3594   #3595   #3596   #3597   #3598#3599#3600#3601#3602#3603#3604#3605#3606#3607#3608#3609#3610#3611#3612#3613#3614#3615#3616   #3617!!!#3618"""#3619####3620$$$#3621%%%#3622&&&#3623'''#3624(((#3625)))#3626***#3627+++#3628,,,#3629---#3630...#3631///#3632000#3633111#3634222#3635333#3636444#3637555#3638666#3639777#3640888#3641999#3642:::#3643;;;#3644<<<#3645===#3646>>>#3647???#3648@@@#3649AAA#3650BBB#3651CCC#3652DDD#3653EEE#3654FFF#3655GGG#3656HHH#3657III#3658JJJ#3659KKK#3660LLL#3661MMM#3662NNN#3663OOO#3664PPP#3665QQQ#3666RRR#3667SSS#3668TTT#3669UUU#3670VVV#3671WWW#3672XXX#3673YYY#3674ZZZ#3675[[[#3676\\\#3677]]]#3678^^^#3679___#3680```#3681aaa#3682bbb#3683ccc#3684ddd#3685eee#3686fff#3687ggg#3688hhh#3689iii#3690jjj#3691kkk#3692lll#3693mmm#3694nnn#3695ooo#3696ppp#3697qqq#3698rrr#3699sss#3700ttt#3701uuu#3702vvv#3703www#3704xxx#3705yyy#3706zzz#3707{{{#3708|||#3709}}}#3710~~~#3711#3712#3713#3714~~~~#3715}}}}#3716||||#3717{{{{#3718zzzz#3719yyyy#3720xxxx#3721wwww#3722vvvv#3723uuuu#3724tttt#3725ssss#3726rrrr#3727qqqq#3728pppp#3729oooo#3730nnnn#3731mmmm#3732llll#3733kkkk#3734jjjj#3735iiii#3736hhhh#3737gggg#3738ffff#3739eeee#3740dddd#3741cccc#3742bbbb#3743aaaa#3744````#3745____#3746^^^^#3747]]]]#3748\\\\#3749[[[[#3750ZZZZ#3751YYYY#3752XXXX#3753WWWW#3754VVVV#3755UUUU#3756TTTT#3757SSSS#3758RRRR#3759QQQQ#3760PPPP#3761OOOO#3762NNNN#3763MMMM#3764LLLL#3765KKKK#3766JJJJ#3767IIII#3768HHHH#3769GGGG#3770FFFF#3771EEEE#3772DDDD#3773CCCC#3774BBBB#3775AAAA#3776@@@@#3777????#3778>>>>#3779====#3780<<<<#3781;;;;#3782::::#37839999#37848888#37857777#37866666#37875555#37884444#37893333#37902222#37911111#37920000#3793////#3794....#3795----#3796,,,,#3797++++#3798****#3799))))#3800((((#3801''''#3802&&&໛%%%%#3804$$$$#3805#####3806""""#3807!!!!#3808    #3809#3810#3811#3812#3813#3814#3815#3816#3817#3818#3819#3820#3821#3822#3823#3824#3825#3826#3827    #3828    #3829    #3830    #3831    #3832#3833#3834#3835#3836#3837#3838#3839#3840#3841#3842#3843#3844#3845#3846#3847#3848#3849   #3850   #3851   #3852   #3853   #3854#3855#3856#3857#3858#3859#3860#3861#3862#3863#3864#3865#3866#3867#3868#3869#3870#3871#3872   #3873!!!#3874"""#3875####3876$$$#3877%%%#3878&&&#3879'''#3880(((#3881)))#3882***#3883+++#3884,,,#3885---#3886...#3887///#3888000#3889111#3890222#3891333#3892444#3893555#3894666#3895777#3896888#3897999#3898:::#3899;;;#3900<<<#3901===#3902>>>#3903???#3904@@@#3905AAA#3906BBB#3907CCC#3908DDD#3909EEE#3910FFF#3911GGG#3912HHH#3913III#3914JJJ#3915KKK#3916LLL#3917MMM#3918NNN#3919OOO#3920PPP#3921QQQ#3922RRR#3923SSS#3924TTT#3925UUU#3926VVV#3927WWW#3928XXX#3929YYY#3930ZZZ#3931[[[#3932\\\#3933]]]#3934^^^#3935___#3936```#3937aaa#3938bbb#3939ccc#3940ddd#3941eee#3942fff#3943ggg#3944hhh#3945iii#3946jjj#3947kkk#3948lll#3949mmm#3950nnn#3951ooo#3952ppp#3953qqq#3954rrr#3955sss#3956ttt#3957uuu#3958vvv#3959www#3960xxx#3961yyy#3962zzz#3963{{{#3964|||#3965}}}#3966~~~#3967#3968#3969#3970~~~~#3971}}}}#3972||||#3973{{{{#3974zzzz#3975yyyy#3976xxxx#3977wwww#3978vvvv#3979uuuu#3980tttt#3981ssss#3982rrrr#3983qqqq#3984pppp#3985oooo#3986nnnn#3987mmmm#3988llll#3989kkkk#3990jjjj#3991iiii#3992hhhh#3993gggg#3994ffff#3995eeee#3996dddd#3997cccc#3998bbbb#3999aaaa#4000````#4001____#4002^^^^#4003]]]]#4004\\\\#4005[[[[#4006ZZZZ#4007YYYY#4008XXXX#4009WWWW#4010VVVV#4011UUUU#4012TTTT#4013SSSS#4014RRRR#4015QQQQ#4016PPPP#4017OOOO#4018NNNN#4019MMMM#4020LLLL#4021KKKK#4022JJJJ#4023IIII#4024HHHH#4025GGGG#4026FFFF#4027EEEE#4028DDDD#4029CCCC#4030BBBB#4031AAAA#4032@@@@#4033????#4034>>>>#4035====#4036<<<<#4037;;;;#4038::::#40399999#40408888#40417777#40426666#40435555#40444444#40453333#40462222#40471111#40480000#4049////#4050....#4051----#4052,,,,#4053++++#4054****#4055))))#4056((((#4057''''#4058&&&࿛%%%%#4060$$$$#4061#####4062""""#4063!!!!#4064 #4065#4066#4067#4068#4069#4070#4071#4072#4073#4074#4075#4076#4077#4078#4079#4080#4081#4082#4083 #4084 #4085 #4086 #4087 #4088#4089#4090#4091#4092#4093#4094#4095mAB P paraparaparaparaparaparamAB P paraparaparaparaparaparamAB P paraparaparaparaparaparamBA P paraparaparaparaparaparamBA P paraparaparaparaparaparamBA P paraparaparaparaparaparamBA P paraparaparaparaparaparamBA P paraparaparaparaparaparamBA P paraparaparaparaparaparamBA P paraparaparaparaparaparasf3233Lff3chrmLff3clro meas33Lcrditest postscript perceptualrelative_colorimetric saturationabsolute_colorimetricbfd   !!!""##$$%%&&''(())**++,--..//00122334556678899:;;<==>??@AABCCDEFFGHHIJKKLMNNOPQQRSTTUVWXYYZ[\]]^_`abccdefghijkklmnopqrstuvwxyz{|}~     "$%')*,./134689;=?@BDEGIKLNPRTUWY[]^`bdfgikmoqsuvxz|~   "$')+.0357:<?ACFHKMPRUWZ\_adfiknpsuxz}  #%(+.147:=@CFILORUY\_behknqtw{~ #&*-147;?BFIMPTW[^bfimptx{ !%)-159=AEIMQUY]aeimquy} "&+/38<AEJNRW[`dimrv{ !&+/49>CGLQV[`dinsx} "'-27<AFLQV[`fkpu{      ! ' , 2 7 = B H N S Y ^ d i o u z     & , 2 8 > C I O U [ a g m s y      " ) / 5 ; A H N T Z ` g m s y     & , 3 9 @ F M S Z a g n t {     " ) 0 7 = D K R Y ` g m t { #*18?GNU\cjry  (/6>EMT[cjry  '/7>FNU]emt| !)19AIQYaiqy #+3<DLT]emu~ %.6?GPXairz '08AJS[dmv '09BKT]fox &/8BKT]gpy"+5>HQ[dnw$.8AKU_hr|#-7AKU_is} (2<GQ[eoz )3=HR]gr|$/:DOYdoy%0;FQ[fq|  +6AMXcny  ,7BMYdo{    % 1 < H S _ j v !! !!#!/!;!F!R!^!i!u!!!!!!!!!!!""""&"2">"J"V"a"m"y"""""""""""# ##!#-#9#E#Q#^#j#v###########$$$ $-$9$E$R$^$j$v$$$$$$$$$$$% %%$%0%=%I%V%b%o%{%%%%%%%%%%&&&&,&8&E&R&^&k&x&&&&&&&&&&''''+'7'D'Q'^'k'x''''''''''((( (-(;(H(U(b(o(|(((((((((() ))')4)A)O)\)i)w))))))))))* **$*1*?*L*Z*g*u**********+ ++%+2+@+M+[+i+v++++++++++, ,,),6,D,R,`,n,{,,,,,,,,,---"-0->-L-Z-h-v---------....-.;.I.X.f.t.........////-/>!>2>B>S>d>u>>>>>>>>? ??/?@?Q?b?s????????@ @@/@@@Q@b@t@@@@@@@@AA A1ACATAeAvAAAAAAABBB$B6BGBYBjB|BBBBBBBCCC+C=CNC`CrCCCCCCCCDD#D4DFDXDjD{DDDDDDDE EE.E@EREdEvEEEEEEEFFF*FZRZgZ|ZZZZZZ[[$[9[N[c[x[[[[[[\ \!\6\L\a\v\\\\\\] ] ]5]K]`]u]]]]]]^ ^ ^6^K^a^v^^^^^^_ _"_8_M_c_y______``&`;`Q`g`}``````aa+aAaWalaaaaaabbb2bHb^btbbbbbbcc$c:cPcfc|cccccddd.dDdZdpdddddde e#e9ePefe|eeeeefff0fFf]fsffffffgg(g>gUglggggggh h!h8hOheh|hhhhhiii3iIi`iwiiiiijjj/jFj]jtjjjjjjkk,kCk[krkkkkkkll+lBlZlqllllllmm,mCmZmrmmmmmmnn-nEn\ntnnnnnooo0oHo`owoooooppp5pLpdp|pppppq q#q;qRqjqqqqqqrr*rBrZrrrrrrrsss2sJsbs{ssssst t$t?@ABCDEFGHI~JzKwLtMrNoOmPlQjRiShThUhVgWhXhYiZj[k\m]o^q_s`vayb|cdefghijklmnopqrstuvwxz{ |}~$-7@JT^hs~ŽΏڐ '4BO]kzâӣ!1BRctʳ۴$6I[n 3G\p˅ͯ̚0F\s؉ٟڶ)@Xo1Ib{-Ga{  *5AO^o+Jj%O{ >sY]3lk  { :  h ;  n^VV_p?nD-~*: !_""#$Y%%&'v(C))*+,f-A../0123{4h5W6H7<829+:%;"<"=$>(?.@7ABBOC_DqEFGHIKL3MXNOPRS5TiUVXYOZ[]^\_`b?cdf8ghjGkmnloq C [ " ] ;$.LvK<It4 !T"%"#$%&q'X(C)2*$+,-./0'162I3`4{5679:E;{<=?7@ACDrEG-HIKiLNTOQTRThUWY.Z\v^#_acIe fhjulOn.pqsuwy{}*KsՍP:`ϢEEЬa@^!ľǗx`PGFM[qT<data123dict@H T NameString enUS@esESXfrFR"ncaCAHello, worldHola, mundoBonjour, le mondeHola, monName212cicp MHC2d(XdpL33fflcms2-2.17/fuzzers/fuzzers.c0000644000175000017500000001255114752176133015076 0ustar martimarti//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2025 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // //--------------------------------------------------------------------------------- // #include #include "lcms2_plugin.h" CMSAPI cmsPipeline* CMSEXPORT _cmsReadInputLUT(cmsHPROFILE hProfile, cmsUInt32Number Intent); CMSAPI cmsPipeline* CMSEXPORT _cmsReadOutputLUT(cmsHPROFILE hProfile, cmsUInt32Number Intent); CMSAPI cmsPipeline* CMSEXPORT _cmsReadDevicelinkLUT(cmsHPROFILE hProfile, cmsUInt32Number Intent); // Read and decode all tags on a profile static void ReadAllTags(cmsHPROFILE h) { cmsInt32Number i, n; cmsTagSignature sig; n = cmsGetTagCount(h); for (i = 0; i < n; i++) { sig = cmsGetTagSignature(h, i); if (cmsReadTag(h, sig) == NULL) return; } } // Read all raw tags on a profile static void ReadAllRAWTags(cmsHPROFILE h) { cmsInt32Number i, n; cmsTagSignature sig; cmsInt32Number len; n = cmsGetTagCount(h); for (i = 0; i < n; i++) { sig = cmsGetTagSignature(h, i); len = cmsReadRawTag(h, sig, NULL, 0); } } // Read and decode information static void FetchInfo(cmsHPROFILE h, cmsInfoType Info) { wchar_t* text; cmsInt32Number len; cmsContext id = 0; len = cmsGetProfileInfo(h, Info, "en", "US", NULL, 0); if (len == 0) return; text = (wchar_t*)_cmsMalloc(id, len); if (text != NULL) { cmsGetProfileInfo(h, Info, "en", "US", text, len); _cmsFree(id, text); } } // Get all information static void FetchAllInfos(cmsHPROFILE h) { FetchInfo(h, cmsInfoDescription); FetchInfo(h, cmsInfoManufacturer); FetchInfo(h, cmsInfoModel); FetchInfo(h, cmsInfoCopyright); } // Read all LUTs, which some may be missing static void ReadAllLUTS(cmsHPROFILE h) { cmsPipeline* a; cmsCIEXYZ Black; a = _cmsReadInputLUT(h, INTENT_PERCEPTUAL); if (a) cmsPipelineFree(a); a = _cmsReadInputLUT(h, INTENT_RELATIVE_COLORIMETRIC); if (a) cmsPipelineFree(a); a = _cmsReadInputLUT(h, INTENT_SATURATION); if (a) cmsPipelineFree(a); a = _cmsReadInputLUT(h, INTENT_ABSOLUTE_COLORIMETRIC); if (a) cmsPipelineFree(a); a = _cmsReadOutputLUT(h, INTENT_PERCEPTUAL); if (a) cmsPipelineFree(a); a = _cmsReadOutputLUT(h, INTENT_RELATIVE_COLORIMETRIC); if (a) cmsPipelineFree(a); a = _cmsReadOutputLUT(h, INTENT_SATURATION); if (a) cmsPipelineFree(a); a = _cmsReadOutputLUT(h, INTENT_ABSOLUTE_COLORIMETRIC); if (a) cmsPipelineFree(a); a = _cmsReadDevicelinkLUT(h, INTENT_PERCEPTUAL); if (a) cmsPipelineFree(a); a = _cmsReadDevicelinkLUT(h, INTENT_RELATIVE_COLORIMETRIC); if (a) cmsPipelineFree(a); a = _cmsReadDevicelinkLUT(h, INTENT_SATURATION); if (a) cmsPipelineFree(a); a = _cmsReadDevicelinkLUT(h, INTENT_ABSOLUTE_COLORIMETRIC); if (a) cmsPipelineFree(a); cmsDetectDestinationBlackPoint(&Black, h, INTENT_PERCEPTUAL, 0); cmsDetectDestinationBlackPoint(&Black, h, INTENT_RELATIVE_COLORIMETRIC, 0); cmsDetectDestinationBlackPoint(&Black, h, INTENT_SATURATION, 0); cmsDetectDestinationBlackPoint(&Black, h, INTENT_ABSOLUTE_COLORIMETRIC, 0); cmsDetectTAC(h); } // Create PostScript resources static void GenerateCSA(cmsHPROFILE hProfile) { cmsUInt32Number n; char* Buffer; n = cmsGetPostScriptCSA(0, hProfile, 0, 0, NULL, 0); if (n == 0) return; Buffer = (char*)_cmsMalloc(0, n); cmsGetPostScriptCSA(0, hProfile, 0, 0, Buffer, n); _cmsFree(0, Buffer); } static void GenerateCRD(cmsHPROFILE hProfile) { cmsUInt32Number n; char* Buffer; cmsUInt32Number dwFlags = 0; n = cmsGetPostScriptCRD(0, hProfile, 0, dwFlags, NULL, 0); if (n == 0) return; Buffer = (char*)_cmsMalloc(0, n); cmsGetPostScriptCRD(0, hProfile, 0, dwFlags, Buffer, n); _cmsFree(0, Buffer); } // The fuzzer entry int LLVMFuzzerTestOneInput(const uint8_t* Data, size_t size) { cmsHPROFILE hProfile = cmsOpenProfileFromMem(Data, (cmsUInt32Number)size); if (hProfile == NULL) return 0; ReadAllTags(hProfile); ReadAllRAWTags(hProfile); FetchAllInfos(hProfile); ReadAllLUTS(hProfile); GenerateCSA(hProfile); GenerateCRD(hProfile); cmsCloseProfile(hProfile); return 0; } lcms2-2.17/fuzzers/fuzzers.exp0000644000175000017500000001202414752176133015443 0ustar martimartida @.edata{d<@@.debug$S)8@B fuzzers.exeLLVMFuzzerMutateLLVMFuzzerRunDriver__sanitizer_cov_8bit_counters_init__sanitizer_cov_pcs_init__sanitizer_cov_trace_cmp1__sanitizer_cov_trace_cmp2__sanitizer_cov_trace_cmp4__sanitizer_cov_trace_cmp8__sanitizer_cov_trace_const_cmp1__sanitizer_cov_trace_const_cmp2__sanitizer_cov_trace_const_cmp4__sanitizer_cov_trace_const_cmp8__sanitizer_cov_trace_div4__sanitizer_cov_trace_div8__sanitizer_cov_trace_gep__sanitizer_cov_trace_pc__sanitizer_cov_trace_pc_guard__sanitizer_cov_trace_pc_guard_init__sanitizer_cov_trace_pc_indir__sanitizer_cov_trace_switch__sanitizer_weak_hook_memcmp__sanitizer_weak_hook_memmem__sanitizer_weak_hook_strcasecmp__sanitizer_weak_hook_strcasestr__sanitizer_weak_hook_strcmp__sanitizer_weak_hook_strncasecmp__sanitizer_weak_hook_strncmp__sanitizer_weak_hook_strstr  $($,% 0& 4' 8( <) @*D+H,L-P.T/X0\1`2d3h4l5p6t7x8|9:;< =!>"?##..\..\..\fuzzers\fuzzers.exp+<*Microsoft (R) LINK=cwdC:\Users\marti\Documents\GitHub\Little-CMS\Projects\VC2022\fuzzersexeC:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.42.34433\bin\HostX64\x64\link.exe8LLVMFuzzerMutate8LLVMFuzzerRunDriver)8__sanitizer_cov_8bit_counters_init8__sanitizer_cov_pcs_init!8__sanitizer_cov_trace_cmp1!8__sanitizer_cov_trace_cmp2!8__sanitizer_cov_trace_cmp4!8__sanitizer_cov_trace_cmp8'8 __sanitizer_cov_trace_const_cmp1'8 __sanitizer_cov_trace_const_cmp2'8 __sanitizer_cov_trace_const_cmp4'8 __sanitizer_cov_trace_const_cmp8!8 __sanitizer_cov_trace_div4!8__sanitizer_cov_trace_div8 8__sanitizer_cov_trace_gep8__sanitizer_cov_trace_pc%8__sanitizer_cov_trace_pc_guard*8__sanitizer_cov_trace_pc_guard_init%8__sanitizer_cov_trace_pc_indir#8__sanitizer_cov_trace_switch#8__sanitizer_weak_hook_memcmp#8__sanitizer_weak_hook_memmem'8__sanitizer_weak_hook_strcasecmp'8__sanitizer_weak_hook_strcasestr#8__sanitizer_weak_hook_strcmp(8__sanitizer_weak_hook_strncasecmp$8__sanitizer_weak_hook_strncmp#8__sanitizer_weak_hook_strstr@comp.id@feat.00.edata.debug$SszName@rgpv(rgszNamergwOrd$N00001L$N00002]$N00003q$N00004$N00005$N00006$N00007$N00008$N00009$N00010:$N00011[$N00012|$N00013$N00014$N00015$N00016$N00017$N00018%$N00019I$N00020h$N00021$N00022$N00023$N00024$N00025$N00026$N00027@$N00028^)Le4Up =Zw3LLVMFuzzerMutateLLVMFuzzerRunDriver__sanitizer_cov_8bit_counters_init__sanitizer_cov_pcs_init__sanitizer_cov_trace_cmp1__sanitizer_cov_trace_cmp2__sanitizer_cov_trace_cmp4__sanitizer_cov_trace_cmp8__sanitizer_cov_trace_const_cmp1__sanitizer_cov_trace_const_cmp2__sanitizer_cov_trace_const_cmp4__sanitizer_cov_trace_const_cmp8__sanitizer_cov_trace_div4__sanitizer_cov_trace_div8__sanitizer_cov_trace_gep__sanitizer_cov_trace_pc__sanitizer_cov_trace_pc_guard__sanitizer_cov_trace_pc_guard_init__sanitizer_cov_trace_pc_indir__sanitizer_cov_trace_switch__sanitizer_weak_hook_memcmp__sanitizer_weak_hook_memmem__sanitizer_weak_hook_strcasecmp__sanitizer_weak_hook_strcasestr__sanitizer_weak_hook_strcmp__sanitizer_weak_hook_strncasecmp__sanitizer_weak_hook_strncmp__sanitizer_weak_hook_strstrlcms2-2.17/meson.build0000644000175000017500000000517114752176133013654 0ustar martimartiproject( 'Little-CMS', 'c', version: '2.17', meson_version: '>=0.49.0', # default_options: ['c_std=c99'] ) version_components = meson.project_version().split('.') library_version = '@0@.0.@1@'.format( version_components.get(0, 0), version_components.get(1, 0), ) version_cfg = configuration_data() version_cfg.set('LCMS2_VERSION_MAJOR', version_components.get(0, 0)) version_cfg.set('LCMS2_VERSION_MINOR', version_components.get(1, 0)) version_cfg.set('LCMS2_VERSION_MICRO', version_components.get(2, 0)) version_cfg.set_quoted('LCMS2_VERSION', meson.project_version()) cc = meson.get_compiler('c') is_visual_studio = cc.get_argument_syntax() == 'msvc' cargs = [] if not is_visual_studio and cc.has_function_attribute('visibility:hidden') cargs += '-DHAVE_FUNC_ATTRIBUTE_VISIBILITY=1' endif if host_machine.endian() == 'big' cargs += '-DWORDS_BIGENDIAN=1' endif # Check for threadsafe variants of gmtime # MinGW needs _POSIX_C_SOURCE or _POSIX_THREAD_SAFE_FUNCTIONS defined # to make gmtime_r and pthread_time.h available if host_machine.system() == 'windows' and not is_visual_studio cargs += ['-D_POSIX_C_SOURCE=199503L'] endif if cc.has_header_symbol( 'time.h', 'gmtime_r', args: cargs, ) cargs += '-DHAVE_GMTIME_R=1' elif cc.has_header_symbol('time.h', 'gmtime_s') if cc.links( ''' #include int main() { time_t t; struct tm m; gmtime_s(&m, &t); return 0; } ''', name: 'gmtime_s can be used', ) cargs += '-DHAVE_GMTIME_S=1' endif endif jpeg_dep = dependency('libjpeg', required: get_option('jpeg')) tiff_dep = dependency('libtiff-4', required: get_option('tiff')) if ( not cc.compiles( ''' #include int main() { __m128i n = _mm_set1_epi8(42); } ''', name: 'supports SSE2 intrinsics', ) ) cargs += '-DCMS_DONT_USE_SSE2=1' endif if is_visual_studio m_dep = [] threads_dep = [] deps = [] else m_dep = cc.find_library('m', required: false) threads_dep = dependency('threads') if cc.has_function('pthread_mutex_lock', dependencies: threads_dep) cargs += '-DHasTHREADS=1' else cargs += '-DHasTHREADS=0' endif deps = [m_dep, threads_dep] endif if cc.has_header_symbol('time.h', 'timespec_get') cargs += '-DHAVE_TIMESPEC_GET=1' endif win = import('windows') subdir('include') subdir('src') if get_option('tests').enabled() subdir('testbed') endif if get_option('utils') subdir('utils') endif extra_libraries = [] subdir('plugins') pkg = import('pkgconfig') pkg.generate(liblcms2_lib, description: 'LCMS Color Management Library', libraries: extra_libraries ) lcms2-2.17/meson_options.txt0000644000175000017500000000115314752176133015143 0ustar martimartioption('tests', type: 'feature', value: 'enabled', yield: true, description: 'Enable or disable tests') option('jpeg', type: 'feature', value: 'auto', description: 'Use JPEG') option('tiff', type: 'feature', value: 'auto', description: 'Use LibTiff') option('utils', type: 'boolean', value: false, description: 'Build the utils') option('fastfloat', type: 'boolean', value: false, description: 'Build and install the fast float plugin, use only if GPL 3.0 is acceptable') option('threaded', type: 'boolean', value: false, description: 'Build and install the multi threaded plugin, use only if GPL 3.0 is acceptable') lcms2-2.17/AUTHORS0000644000175000017500000000174714752176133012567 0ustar martimarti Main Author ------------ Marti Maria Contributors ------------ Bob Friesenhahn Kai-Uwe Behrmann Stuart Nixon Jordi Vilar Richard Hughes Auke Nauta Chris Evans (Google) Lorenzo Ridolfi Robin Watts (Artifex) Shawn Pedersen Andrew Brygin Samuli Suominen Florian Hch Aurelien Jarno Claudiu Cebuc Michael Vhrel (Artifex) Michal Cihar Daniel Kaneider Mateusz Jurczyk (Google) Paul Miller Sbastien Lon Christian Schmitz XhmikosR Stanislav Brabec (SuSe) Leonhard Gruenschloss (Google) Patrick Noffke Christopher James Halse Rogers John Hein Thomas Weber (Debian) Mark Allen Noel Carboni Sergei Trofimovic Philipp Knechtges Amyspark Lovell Fuller Eli Schwartz Diogo Teles Sant'Anna Special Thanks -------------- Artifex software AlienSkin software libVIPS Jan Morovic Jos Vernon (WebSupergoo) Harald Schneider (Maxon) Christian Albrecht Dimitrios Anastassakis Lemke Software Tim Zaman Amir Montazery and Open Source Technology Improvement Fund (ostif.org), Google, for fuzzer fundings. lcms2-2.17/ChangeLog0000644000175000017500000003052714752176133013267 0ustar martimarti----------------------- 2.17 Maintenance release ----------------------- Add fuzzers foundation. Many thanks to Amir Montazery and Open Source Technology Improvement Fund (ostif.org), Google, for funding that. Add ability to disable building tests in meson Fixed gamut warning not working on certain conditions Mac sequoia added to test beds Add the possibility of duplicating a NULL context for cloning defaults. Small cleanup of CGATS parser Change computation of profile ID to follow actual ICC spec (yes, they changed the spec!) Allow to apply color management on memory blocks > 4Gb Get rid of samples on meson compilation Increase coverage of premultiplied alpha. Bug fixing and cosmetical work on sources. ----------------------- 2.16 Featured release ----------------------- New import .CUBE files as RGB devicelinks New Read/Write MHC2 tags for Windows GPU access New Support for UTF8 on multilocalized unicode functions New Support for OkLab color space, built-in and formatter. Improved floating point transforms float -> integer are now honored as float Improved MSYS2, mingw is now supported Improved proferred CMM, platform and creator now survives profile edition. Fixed tificc now can deal with Lab TIFF Fixed code can now be compiled by a C++17 compiler, "register" keyword use detected at compile time. Fixed Reverted postcript creation that corrupted some interpreters. ----------------------- 2.15 Maintenance release ----------------------- New MESON build system, many thanks to amispark and Lovell Fuller for bringing this. Fixed a bug that caused memory corruption on colord cmsReadRawTag can read portions of tags again. Removing this caused colord to segfault when dumping profiles Added more checks based of fuzzer discoveries. MSYS2 can now compile lcms2 Checked on Apple Silicon M1 and M2 Fixed a bug of fastfloat plug-in that affected Krita CMYK color selector ----------------------- 2.14 Featured release ----------------------- lcms2 now implements ICC specification 4.4 New multi-threaded plug-in several fixes to keep fuzzers happy Remove check on DLL when CMS_NO_REGISTER_KEYWORD is used Added more validation against broken profiles Add more help to several tools ----------------------- 2.13.1 Hot fix ----------------------- Fix for pure white going gray in grayscale transforms. ----------------------- 2.13 Featured release ----------------------- Added support for premultiplied alpha tifficc can now handle alpha channels, both unassociated and premultiplied Better documentation CGATS parser can now deal with very long strings Added Projects for Visual Studio 2020 Travis CI discontinued, GitHub actions used instead Added a very preliminar meson build script (thanks to xclaesse) Added ARM64 target to visual studio 2019 (thanks to gaborkertesz-linaro) Added thread safe code to get time Added automatic linear space detection Added cmsGetStageContextID function Added cmsDetectRGBProfileGamma function configure now accepts --without-fastfloat to turn plugin off autogen.sh has now a --distclean toggle to get rid of all autotools generated files Checked to work on STM32 Cortex-A, Cortex-M families Bug & typos fixing (thanks to many reporters and contributors) ----------------------- 2.12 Maintenance release ----------------------- Added new built-in sigmoidal tone curve Added XCode 12 project Added support for multichannel input up to 15 channels Fix LUT8 write matrix Fix version mess on 10/11 Fix tools & samples xgetopt Fix warnings on different function pointers Fix matlab MEX compilation plugin: cleanup and better SSE detection plugin: add lab to any on float plugin: it can now be compiled as C++ recover PDF documentation, but try to keep it under a reasonable size. Prevent a rare but possible out-of-bounds read in postscript generator Remove unused variables ----------------------- 2.11 Maintenance release ----------------------- Fixed __cpuid() on fast float plugin to allow gnu gcc Fixed copy alpha bounds check Fixed data race condition on contexts pool Fixed LUT16 write matrix on multichannel V2 profiles ----------------------- 2.10 Featured release ----------------------- Added a compilation toggle to remove "register" keyword in API. Previously commercial, fast_float plug-in is now released as open source under GPL3 license. MD5 functions are now accessible through plug-in API. Added support for Visual Studio 2019 Bug fixing. ----------------------- 2.9 Maintenance release ----------------------- Several fixes related with security, and therefore not detailed here. C++ compiles now without warnings Added OSX and clang in travis Added a travis-ci test matrix for many compilers and OS. Thanks to Thomas Weber (debian) for this great improvement. testbed can now work with dynamic versions of library Fixed wrong planar formatters regarding linestride interpretation ----------------------- 2.8 Featured release ----------------------- Changed ChangeLog direction Fixed many typos in comments, thanks to Stefan Weil for doing that. Fixed localization bug, added a new test case crayons.icc thanks to Richard Hughes for providing the profile. Fixed a bug in optimizer that made some formats (i.e, bits planar) unavailable Fixed misalignment problems on Alpha. The compiler does not align strings, and accessing begin of string as a uint16 makes code to fail. Added some extra checks to the tools and examples. Fixed a bug that prevented to read luminance tag BIG amount of functionality contributed/Sponsored by Alien Skin Software: TransformStride, copyAlpha, performance plug-ins. Fixes some warnings as well. Added an extra _ to _stdcall to make it more portable Fixed a bug in transicc for named color profiles Fixed several compiler warnings Added support for Visual Studio 2015 Fixed for XCODE project ----------------------- 2.7 Maintenance release ----------------------- Added a version retrieval function Added an option in transicc for working in bounded mode Fixed wrong handling of extra channels in some formatters. Added a project for VS2013 Added license for iccjpeg.c New project for mac Added a global optimization that merges consecutive matrices in pipelines. Fixes loss of precision in some transforms Added a flag to clip negative values in unbounded transforms (only gray, rgb, cmyk) Move unused var suppresor before the `return` statements. Remove dead code. Add missing comma in CGATS parser utils/jpgicc/iccjpeg.c: Fix check if unsigned variable 'total_length'… … Some maintenance fixes Remove unused vcproj files Added a function to retrieve the iohandler of a given profile object Added a safety check on named color lists Fixed a macro clash on SNONE. Fixed a possible segmentation fault in a non-happy path ----------------------- 2.6 Featured release ----------------------- Added pthread dependency. From now lcms supports multithreading Fix for delete tag memory corruption Added directories for tiff, jpeg in configure script New locking plug-in, from Artifex Big revamp on Contexts, from Artifex Fixed memory leaks on error handling Changed endianness detection for PowerPC Added a way to retrieve matrix shaper always, no matter LUT is present Fixed a bug in PCS/Colorspace order when reading V2 Lab devicelinks Fixed some indexing out of bounds in floating point interpolation Fixed a double free in recovering from a previous error in default intent handler. ----------------------- 2.5 Maintenance release ----------------------- Added some checks for non-happy path, mostly failing mallocs Transform2Devicelink now keeps white point when guessing deviceclass is enabled Rendering intent used when creating the transform is now propagated to profile header in cmsTransform2Devicelink. This is because 7.2.15 in spec 4.3 Added a simple project for cppcheck Added support for VS2012 Remove spurious tabs added by git merge of pull request Fixed a bug in parametric curves Added some fixes from XhmikosR Added TIFF Lab16 handling on tifficc More changes from Artifex Added identity curves support for write V2 LUT Added a way to read the profile creator from header Added a reference for Mac MLU tag Fixed devicelink generation for 8 bits Several minor issues found by cppcheck Several improvements in cgats parser. Fixed some bugs on floating point curves. Fixed a bug on big endian platforms not supporting uint64 or long long. Added error descriptions on cmsSmoothToneCurve Added new cmsPlugInTHR() and fixed some race conditions (thanks to Artifex) update black point detection algorithm to reflect ICC changes Fixed some 64 bit warnings on size_t to uint32 conversions Fixed a multithead bug on optimization (StageDEF) RGB profiles using same tone curves for several channels are storing now only one copy of the curve (saves space) User defined parametric curves can now be saved in ICC profiles. -------------------- 2.4 Featured release -------------------- Added a check for maximum input channels Fixed an uninitialized read on PatchLUT Fixed a bug in XYZ floating point PCS added half float variants (ABGR and so) Added formatter resolution after xform optimization plugin Fixed a bug in transicc when clot tables are present Added a conditional compilatio flag for "half" support Fixed a bug on named color profiles. Fixed a typo on tificc and jpgicc names, thanks to Elle Stone for reporting. Added half float support Increased security checks, thanks to Mateusz Jurczyk, from Google. Fixed a bug on IT8 reading of negative numbers. Fixed a bug on ending zero when saving a IT8 to memory Internal stage structs are now accessible through plug-in API Added a new plug-in type Added getPipelineContextID Fixed a bug in pipeline duplication gamma 1.0 can now operate in unbounded mode Exposed internal overview table for tone curves Added a new plug in entry for full transform Added support for transforms on planar data with different stride Added black point detection algorithm from Adobe paper Fixed a bug in black preservation checking Added performance improvements from several contributors, mostly Artifex Fixed uint64 to work in systems without long long native type Fixed a bug in the named color devicelink generation ----------------------- 2.3 Maintenance release ----------------------- Added compatibility with Argyll's CGATS parser Updated to ICC spec 4.3 Adding a memory alignment macro for CGATS parser Fixed a bug on the range of data in transicc, when colorant tag is specified Fixed Absolute colorimetric intent issues Fixed encoding for floating point tags in Lab/XYZ Fixed a 0 byte allocation issue in _cmsCreateSubAllocChunk ----------------------- 2.2 Maintenance release ----------------------- Pascal unit now is supported by Free Pascal Compiler Fixed a bug on ReadRAWtag Added dictionary metatag support Fixed a bug in black preservation and slightly non-monotonic curves Added named color functionality Fixed a bug that made crash black preservation on CMYK2CMYK devicelinks Added functions to retrieve formatters from transforms Profiles with weird curves are not prone to p`relinearization optimization. changed memmove to memcpy in cache for xput improvement Fixed GBD bug (out of bounds memory overwrite) Fixed some potential issues as NULL dereferencing Updated linkicc to 2.1, cleanup Removed pthreads need Fixed severa bugs in absolute colorimetric intent ----------------------- 2.1 Maintenance release ----------------------- Added bound check in floating point interpolation Fixed a bug on curve reversing when source curves have few points Added Duotone support (Bilinear interpolation) Fixed delphi interface linkicc now stores the rendering intent in the profile header Fixed several integer overflow and other integrity checks, thanks to Chris Evans Fixed an issue on curve inversion Fixed memory leaks on when recovering from errors Fixed a bug in psid and profile sequence tags Fixed a bug in device link creation on v4 profiles Fixed a bug in tificc in floating point formats Peliminary Delphi wrapper Fixed some typos in error messages Added cmsTagLinkedTo Fixed VC2010, VC2008 projects Added a check on jpgicc for NULL transforms Added UTILS_UNUSED_PARAMETER for samples Added cmsChangeBufferFormat for backwards compatibility Fixed a bug on Lab + Alpha float formatters, added such predefined formatters as well Fixed a bug on transicc that made profiles with output colorants info to malfunction Fixed a bug that prevented linkicc to work Fixed a bug on V2 CHAD construction, affects absolute colorimetric intent ----------------------- 2.0 Major version bump ----------------------- lcms2-2.17/ltmain.sh0000644000175000017500000121201014752176133013323 0ustar martimarti#! /usr/bin/env sh ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in ## by inline-source v2019-02-19.15 # libtool (GNU libtool) 2.4.7 # Provide generalized library-building support services. # Written by Gordon Matzigkeit , 1996 # Copyright (C) 1996-2019, 2021-2022 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # GNU Libtool is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # As a special exception to the GNU General Public License, # if you distribute this file as part of a program or library that # is built using GNU Libtool, you may include this file under the # same distribution terms that you use for the rest of that program. # # GNU Libtool is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . PROGRAM=libtool PACKAGE=libtool VERSION=2.4.7 package_revision=2.4.7 ## ------ ## ## Usage. ## ## ------ ## # Run './libtool --help' for help with using this script from the # command line. ## ------------------------------- ## ## User overridable command paths. ## ## ------------------------------- ## # After configure completes, it has a better idea of some of the # shell tools we need than the defaults used by the functions shared # with bootstrap, so set those here where they can still be over- # ridden by the user, but otherwise take precedence. : ${AUTOCONF="autoconf"} : ${AUTOMAKE="automake"} ## -------------------------- ## ## Source external libraries. ## ## -------------------------- ## # Much of our low-level functionality needs to be sourced from external # libraries, which are installed to $pkgauxdir. # Set a version string for this script. scriptversion=2019-02-19.15; # UTC # General shell script boiler plate, and helper functions. # Written by Gary V. Vaughan, 2004 # This is free software. There is NO warranty; not even for # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # # Copyright (C) 2004-2019, 2021 Bootstrap Authors # # This file is dual licensed under the terms of the MIT license # , and GPL version 2 or later # . You must apply one of # these licenses when using or redistributing this software or any of # the files within it. See the URLs above, or the file `LICENSE` # included in the Bootstrap distribution for the full license texts. # Please report bugs or propose patches to: # ## ------ ## ## Usage. ## ## ------ ## # Evaluate this file near the top of your script to gain access to # the functions and variables defined here: # # . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh # # If you need to override any of the default environment variable # settings, do that before evaluating this file. ## -------------------- ## ## Shell normalisation. ## ## -------------------- ## # Some shells need a little help to be as Bourne compatible as possible. # Before doing anything else, make sure all that help has been provided! DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac fi # NLS nuisances: We save the old values in case they are required later. _G_user_locale= _G_safe_locale= for _G_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES do eval "if test set = \"\${$_G_var+set}\"; then save_$_G_var=\$$_G_var $_G_var=C export $_G_var _G_user_locale=\"$_G_var=\\\$save_\$_G_var; \$_G_user_locale\" _G_safe_locale=\"$_G_var=C; \$_G_safe_locale\" fi" done # These NLS vars are set unconditionally (bootstrap issue #24). Unset those # in case the environment reset is needed later and the $save_* variant is not # defined (see the code above). LC_ALL=C LANGUAGE=C export LANGUAGE LC_ALL # Make sure IFS has a sensible default sp=' ' nl=' ' IFS="$sp $nl" # There are apparently some retarded systems that use ';' as a PATH separator! if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # func_unset VAR # -------------- # Portably unset VAR. # In some shells, an 'unset VAR' statement leaves a non-zero return # status if VAR is already unset, which might be problematic if the # statement is used at the end of a function (thus poisoning its return # value) or when 'set -e' is active (causing even a spurious abort of # the script in this case). func_unset () { { eval $1=; (eval unset $1) >/dev/null 2>&1 && eval unset $1 || : ; } } # Make sure CDPATH doesn't cause `cd` commands to output the target dir. func_unset CDPATH # Make sure ${,E,F}GREP behave sanely. func_unset GREP_OPTIONS ## ------------------------- ## ## Locate command utilities. ## ## ------------------------- ## # func_executable_p FILE # ---------------------- # Check that FILE is an executable regular file. func_executable_p () { test -f "$1" && test -x "$1" } # func_path_progs PROGS_LIST CHECK_FUNC [PATH] # -------------------------------------------- # Search for either a program that responds to --version with output # containing "GNU", or else returned by CHECK_FUNC otherwise, by # trying all the directories in PATH with each of the elements of # PROGS_LIST. # # CHECK_FUNC should accept the path to a candidate program, and # set $func_check_prog_result if it truncates its output less than # $_G_path_prog_max characters. func_path_progs () { _G_progs_list=$1 _G_check_func=$2 _G_PATH=${3-"$PATH"} _G_path_prog_max=0 _G_path_prog_found=false _G_save_IFS=$IFS; IFS=${PATH_SEPARATOR-:} for _G_dir in $_G_PATH; do IFS=$_G_save_IFS test -z "$_G_dir" && _G_dir=. for _G_prog_name in $_G_progs_list; do for _exeext in '' .EXE; do _G_path_prog=$_G_dir/$_G_prog_name$_exeext func_executable_p "$_G_path_prog" || continue case `"$_G_path_prog" --version 2>&1` in *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;; *) $_G_check_func $_G_path_prog func_path_progs_result=$func_check_prog_result ;; esac $_G_path_prog_found && break 3 done done done IFS=$_G_save_IFS test -z "$func_path_progs_result" && { echo "no acceptable sed could be found in \$PATH" >&2 exit 1 } } # We want to be able to use the functions in this file before configure # has figured out where the best binaries are kept, which means we have # to search for them ourselves - except when the results are already set # where we skip the searches. # Unless the user overrides by setting SED, search the path for either GNU # sed, or the sed that truncates its output the least. test -z "$SED" && { _G_sed_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ for _G_i in 1 2 3 4 5 6 7; do _G_sed_script=$_G_sed_script$nl$_G_sed_script done echo "$_G_sed_script" 2>/dev/null | sed 99q >conftest.sed _G_sed_script= func_check_prog_sed () { _G_path_prog=$1 _G_count=0 printf 0123456789 >conftest.in while : do cat conftest.in conftest.in >conftest.tmp mv conftest.tmp conftest.in cp conftest.in conftest.nl echo '' >> conftest.nl "$_G_path_prog" -f conftest.sed conftest.out 2>/dev/null || break diff conftest.out conftest.nl >/dev/null 2>&1 || break _G_count=`expr $_G_count + 1` if test "$_G_count" -gt "$_G_path_prog_max"; then # Best one so far, save it but keep looking for a better one func_check_prog_result=$_G_path_prog _G_path_prog_max=$_G_count fi # 10*(2^10) chars as input seems more than enough test 10 -lt "$_G_count" && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out } func_path_progs "sed gsed" func_check_prog_sed "$PATH:/usr/xpg4/bin" rm -f conftest.sed SED=$func_path_progs_result } # Unless the user overrides by setting GREP, search the path for either GNU # grep, or the grep that truncates its output the least. test -z "$GREP" && { func_check_prog_grep () { _G_path_prog=$1 _G_count=0 _G_path_prog_max=0 printf 0123456789 >conftest.in while : do cat conftest.in conftest.in >conftest.tmp mv conftest.tmp conftest.in cp conftest.in conftest.nl echo 'GREP' >> conftest.nl "$_G_path_prog" -e 'GREP$' -e '-(cannot match)-' conftest.out 2>/dev/null || break diff conftest.out conftest.nl >/dev/null 2>&1 || break _G_count=`expr $_G_count + 1` if test "$_G_count" -gt "$_G_path_prog_max"; then # Best one so far, save it but keep looking for a better one func_check_prog_result=$_G_path_prog _G_path_prog_max=$_G_count fi # 10*(2^10) chars as input seems more than enough test 10 -lt "$_G_count" && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out } func_path_progs "grep ggrep" func_check_prog_grep "$PATH:/usr/xpg4/bin" GREP=$func_path_progs_result } ## ------------------------------- ## ## User overridable command paths. ## ## ------------------------------- ## # All uppercase variable names are used for environment variables. These # variables can be overridden by the user before calling a script that # uses them if a suitable command of that name is not already available # in the command search PATH. : ${CP="cp -f"} : ${ECHO="printf %s\n"} : ${EGREP="$GREP -E"} : ${FGREP="$GREP -F"} : ${LN_S="ln -s"} : ${MAKE="make"} : ${MKDIR="mkdir"} : ${MV="mv -f"} : ${RM="rm -f"} : ${SHELL="${CONFIG_SHELL-/bin/sh}"} ## -------------------- ## ## Useful sed snippets. ## ## -------------------- ## sed_dirname='s|/[^/]*$||' sed_basename='s|^.*/||' # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. sed_quote_subst='s|\([`"$\\]\)|\\\1|g' # Same as above, but do not quote variable references. sed_double_quote_subst='s/\(["`\\]\)/\\\1/g' # Sed substitution that turns a string into a regex matching for the # string literally. sed_make_literal_regex='s|[].[^$\\*\/]|\\&|g' # Sed substitution that converts a w32 file name or path # that contains forward slashes, into one that contains # (escaped) backslashes. A very naive implementation. sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' # Re-'\' parameter expansions in output of sed_double_quote_subst that # were '\'-ed in input to the same. If an odd number of '\' preceded a # '$' in input to sed_double_quote_subst, that '$' was protected from # expansion. Since each input '\' is now two '\'s, look for any number # of runs of four '\'s followed by two '\'s and then a '$'. '\' that '$'. _G_bs='\\' _G_bs2='\\\\' _G_bs4='\\\\\\\\' _G_dollar='\$' sed_double_backslash="\ s/$_G_bs4/&\\ /g s/^$_G_bs2$_G_dollar/$_G_bs&/ s/\\([^$_G_bs]\\)$_G_bs2$_G_dollar/\\1$_G_bs2$_G_bs$_G_dollar/g s/\n//g" # require_check_ifs_backslash # --------------------------- # Check if we can use backslash as IFS='\' separator, and set # $check_ifs_backshlash_broken to ':' or 'false'. require_check_ifs_backslash=func_require_check_ifs_backslash func_require_check_ifs_backslash () { _G_save_IFS=$IFS IFS='\' _G_check_ifs_backshlash='a\\b' for _G_i in $_G_check_ifs_backshlash do case $_G_i in a) check_ifs_backshlash_broken=false ;; '') break ;; *) check_ifs_backshlash_broken=: break ;; esac done IFS=$_G_save_IFS require_check_ifs_backslash=: } ## ----------------- ## ## Global variables. ## ## ----------------- ## # Except for the global variables explicitly listed below, the following # functions in the '^func_' namespace, and the '^require_' namespace # variables initialised in the 'Resource management' section, sourcing # this file will not pollute your global namespace with anything # else. There's no portable way to scope variables in Bourne shell # though, so actually running these functions will sometimes place # results into a variable named after the function, and often use # temporary variables in the '^_G_' namespace. If you are careful to # avoid using those namespaces casually in your sourcing script, things # should continue to work as you expect. And, of course, you can freely # overwrite any of the functions or variables defined here before # calling anything to customize them. EXIT_SUCCESS=0 EXIT_FAILURE=1 EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing. EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake. # Allow overriding, eg assuming that you follow the convention of # putting '$debug_cmd' at the start of all your functions, you can get # bash to show function call trace with: # # debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name debug_cmd=${debug_cmd-":"} exit_cmd=: # By convention, finish your script with: # # exit $exit_status # # so that you can set exit_status to non-zero if you want to indicate # something went wrong during execution without actually bailing out at # the point of failure. exit_status=$EXIT_SUCCESS # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh # is ksh but when the shell is invoked as "sh" and the current value of # the _XPG environment variable is not equal to 1 (one), the special # positional parameter $0, within a function call, is the name of the # function. progpath=$0 # The name of this program. progname=`$ECHO "$progpath" |$SED "$sed_basename"` # Make sure we have an absolute progpath for reexecution: case $progpath in [\\/]*|[A-Za-z]:\\*) ;; *[\\/]*) progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` progdir=`cd "$progdir" && pwd` progpath=$progdir/$progname ;; *) _G_IFS=$IFS IFS=${PATH_SEPARATOR-:} for progdir in $PATH; do IFS=$_G_IFS test -x "$progdir/$progname" && break done IFS=$_G_IFS test -n "$progdir" || progdir=`pwd` progpath=$progdir/$progname ;; esac ## ----------------- ## ## Standard options. ## ## ----------------- ## # The following options affect the operation of the functions defined # below, and should be set appropriately depending on run-time para- # meters passed on the command line. opt_dry_run=false opt_quiet=false opt_verbose=false # Categories 'all' and 'none' are always available. Append any others # you will pass as the first argument to func_warning from your own # code. warning_categories= # By default, display warnings according to 'opt_warning_types'. Set # 'warning_func' to ':' to elide all warnings, or func_fatal_error to # treat the next displayed warning as a fatal error. warning_func=func_warn_and_continue # Set to 'all' to display all warnings, 'none' to suppress all # warnings, or a space delimited list of some subset of # 'warning_categories' to display only the listed warnings. opt_warning_types=all ## -------------------- ## ## Resource management. ## ## -------------------- ## # This section contains definitions for functions that each ensure a # particular resource (a file, or a non-empty configuration variable for # example) is available, and if appropriate to extract default values # from pertinent package files. Call them using their associated # 'require_*' variable to ensure that they are executed, at most, once. # # It's entirely deliberate that calling these functions can set # variables that don't obey the namespace limitations obeyed by the rest # of this file, in order that that they be as useful as possible to # callers. # require_term_colors # ------------------- # Allow display of bold text on terminals that support it. require_term_colors=func_require_term_colors func_require_term_colors () { $debug_cmd test -t 1 && { # COLORTERM and USE_ANSI_COLORS environment variables take # precedence, because most terminfo databases neglect to describe # whether color sequences are supported. test -n "${COLORTERM+set}" && : ${USE_ANSI_COLORS="1"} if test 1 = "$USE_ANSI_COLORS"; then # Standard ANSI escape sequences tc_reset='' tc_bold=''; tc_standout='' tc_red=''; tc_green='' tc_blue=''; tc_cyan='' else # Otherwise trust the terminfo database after all. test -n "`tput sgr0 2>/dev/null`" && { tc_reset=`tput sgr0` test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold` tc_standout=$tc_bold test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso` test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1` test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2` test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4` test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5` } fi } require_term_colors=: } ## ----------------- ## ## Function library. ## ## ----------------- ## # This section contains a variety of useful functions to call in your # scripts. Take note of the portable wrappers for features provided by # some modern shells, which will fall back to slower equivalents on # less featureful shells. # func_append VAR VALUE # --------------------- # Append VALUE onto the existing contents of VAR. # We should try to minimise forks, especially on Windows where they are # unreasonably slow, so skip the feature probes when bash or zsh are # being used: if test set = "${BASH_VERSION+set}${ZSH_VERSION+set}"; then : ${_G_HAVE_ARITH_OP="yes"} : ${_G_HAVE_XSI_OPS="yes"} # The += operator was introduced in bash 3.1 case $BASH_VERSION in [12].* | 3.0 | 3.0*) ;; *) : ${_G_HAVE_PLUSEQ_OP="yes"} ;; esac fi # _G_HAVE_PLUSEQ_OP # Can be empty, in which case the shell is probed, "yes" if += is # useable or anything else if it does not work. test -z "$_G_HAVE_PLUSEQ_OP" \ && (eval 'x=a; x+=" b"; test "a b" = "$x"') 2>/dev/null \ && _G_HAVE_PLUSEQ_OP=yes if test yes = "$_G_HAVE_PLUSEQ_OP" then # This is an XSI compatible shell, allowing a faster implementation... eval 'func_append () { $debug_cmd eval "$1+=\$2" }' else # ...otherwise fall back to using expr, which is often a shell builtin. func_append () { $debug_cmd eval "$1=\$$1\$2" } fi # func_append_quoted VAR VALUE # ---------------------------- # Quote VALUE and append to the end of shell variable VAR, separated # by a space. if test yes = "$_G_HAVE_PLUSEQ_OP"; then eval 'func_append_quoted () { $debug_cmd func_quote_arg pretty "$2" eval "$1+=\\ \$func_quote_arg_result" }' else func_append_quoted () { $debug_cmd func_quote_arg pretty "$2" eval "$1=\$$1\\ \$func_quote_arg_result" } fi # func_append_uniq VAR VALUE # -------------------------- # Append unique VALUE onto the existing contents of VAR, assuming # entries are delimited by the first character of VALUE. For example: # # func_append_uniq options " --another-option option-argument" # # will only append to $options if " --another-option option-argument " # is not already present somewhere in $options already (note spaces at # each end implied by leading space in second argument). func_append_uniq () { $debug_cmd eval _G_current_value='`$ECHO $'$1'`' _G_delim=`expr "$2" : '\(.\)'` case $_G_delim$_G_current_value$_G_delim in *"$2$_G_delim"*) ;; *) func_append "$@" ;; esac } # func_arith TERM... # ------------------ # Set func_arith_result to the result of evaluating TERMs. test -z "$_G_HAVE_ARITH_OP" \ && (eval 'test 2 = $(( 1 + 1 ))') 2>/dev/null \ && _G_HAVE_ARITH_OP=yes if test yes = "$_G_HAVE_ARITH_OP"; then eval 'func_arith () { $debug_cmd func_arith_result=$(( $* )) }' else func_arith () { $debug_cmd func_arith_result=`expr "$@"` } fi # func_basename FILE # ------------------ # Set func_basename_result to FILE with everything up to and including # the last / stripped. if test yes = "$_G_HAVE_XSI_OPS"; then # If this shell supports suffix pattern removal, then use it to avoid # forking. Hide the definitions single quotes in case the shell chokes # on unsupported syntax... _b='func_basename_result=${1##*/}' _d='case $1 in */*) func_dirname_result=${1%/*}$2 ;; * ) func_dirname_result=$3 ;; esac' else # ...otherwise fall back to using sed. _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`' _d='func_dirname_result=`$ECHO "$1" |$SED "$sed_dirname"` if test "X$func_dirname_result" = "X$1"; then func_dirname_result=$3 else func_append func_dirname_result "$2" fi' fi eval 'func_basename () { $debug_cmd '"$_b"' }' # func_dirname FILE APPEND NONDIR_REPLACEMENT # ------------------------------------------- # Compute the dirname of FILE. If nonempty, add APPEND to the result, # otherwise set result to NONDIR_REPLACEMENT. eval 'func_dirname () { $debug_cmd '"$_d"' }' # func_dirname_and_basename FILE APPEND NONDIR_REPLACEMENT # -------------------------------------------------------- # Perform func_basename and func_dirname in a single function # call: # dirname: Compute the dirname of FILE. If nonempty, # add APPEND to the result, otherwise set result # to NONDIR_REPLACEMENT. # value returned in "$func_dirname_result" # basename: Compute filename of FILE. # value retuned in "$func_basename_result" # For efficiency, we do not delegate to the functions above but instead # duplicate the functionality here. eval 'func_dirname_and_basename () { $debug_cmd '"$_b"' '"$_d"' }' # func_echo ARG... # ---------------- # Echo program name prefixed message. func_echo () { $debug_cmd _G_message=$* func_echo_IFS=$IFS IFS=$nl for _G_line in $_G_message; do IFS=$func_echo_IFS $ECHO "$progname: $_G_line" done IFS=$func_echo_IFS } # func_echo_all ARG... # -------------------- # Invoke $ECHO with all args, space-separated. func_echo_all () { $ECHO "$*" } # func_echo_infix_1 INFIX ARG... # ------------------------------ # Echo program name, followed by INFIX on the first line, with any # additional lines not showing INFIX. func_echo_infix_1 () { $debug_cmd $require_term_colors _G_infix=$1; shift _G_indent=$_G_infix _G_prefix="$progname: $_G_infix: " _G_message=$* # Strip color escape sequences before counting printable length for _G_tc in "$tc_reset" "$tc_bold" "$tc_standout" "$tc_red" "$tc_green" "$tc_blue" "$tc_cyan" do test -n "$_G_tc" && { _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` } done _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`" " ## exclude from sc_prohibit_nested_quotes func_echo_infix_1_IFS=$IFS IFS=$nl for _G_line in $_G_message; do IFS=$func_echo_infix_1_IFS $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2 _G_prefix=$_G_indent done IFS=$func_echo_infix_1_IFS } # func_error ARG... # ----------------- # Echo program name prefixed message to standard error. func_error () { $debug_cmd $require_term_colors func_echo_infix_1 " $tc_standout${tc_red}error$tc_reset" "$*" >&2 } # func_fatal_error ARG... # ----------------------- # Echo program name prefixed message to standard error, and exit. func_fatal_error () { $debug_cmd func_error "$*" exit $EXIT_FAILURE } # func_grep EXPRESSION FILENAME # ----------------------------- # Check whether EXPRESSION matches any line of FILENAME, without output. func_grep () { $debug_cmd $GREP "$1" "$2" >/dev/null 2>&1 } # func_len STRING # --------------- # Set func_len_result to the length of STRING. STRING may not # start with a hyphen. test -z "$_G_HAVE_XSI_OPS" \ && (eval 'x=a/b/c; test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \ && _G_HAVE_XSI_OPS=yes if test yes = "$_G_HAVE_XSI_OPS"; then eval 'func_len () { $debug_cmd func_len_result=${#1} }' else func_len () { $debug_cmd func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` } fi # func_mkdir_p DIRECTORY-PATH # --------------------------- # Make sure the entire path to DIRECTORY-PATH is available. func_mkdir_p () { $debug_cmd _G_directory_path=$1 _G_dir_list= if test -n "$_G_directory_path" && test : != "$opt_dry_run"; then # Protect directory names starting with '-' case $_G_directory_path in -*) _G_directory_path=./$_G_directory_path ;; esac # While some portion of DIR does not yet exist... while test ! -d "$_G_directory_path"; do # ...make a list in topmost first order. Use a colon delimited # list incase some portion of path contains whitespace. _G_dir_list=$_G_directory_path:$_G_dir_list # If the last portion added has no slash in it, the list is done case $_G_directory_path in */*) ;; *) break ;; esac # ...otherwise throw away the child directory and loop _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` done _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` func_mkdir_p_IFS=$IFS; IFS=: for _G_dir in $_G_dir_list; do IFS=$func_mkdir_p_IFS # mkdir can fail with a 'File exist' error if two processes # try to create one of the directories concurrently. Don't # stop in that case! $MKDIR "$_G_dir" 2>/dev/null || : done IFS=$func_mkdir_p_IFS # Bail out if we (or some other process) failed to create a directory. test -d "$_G_directory_path" || \ func_fatal_error "Failed to create '$1'" fi } # func_mktempdir [BASENAME] # ------------------------- # Make a temporary directory that won't clash with other running # libtool processes, and avoids race conditions if possible. If # given, BASENAME is the basename for that directory. func_mktempdir () { $debug_cmd _G_template=${TMPDIR-/tmp}/${1-$progname} if test : = "$opt_dry_run"; then # Return a directory name, but don't create it in dry-run mode _G_tmpdir=$_G_template-$$ else # If mktemp works, use that first and foremost _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null` if test ! -d "$_G_tmpdir"; then # Failing that, at least try and use $RANDOM to avoid a race _G_tmpdir=$_G_template-${RANDOM-0}$$ func_mktempdir_umask=`umask` umask 0077 $MKDIR "$_G_tmpdir" umask $func_mktempdir_umask fi # If we're not in dry-run mode, bomb out on failure test -d "$_G_tmpdir" || \ func_fatal_error "cannot create temporary directory '$_G_tmpdir'" fi $ECHO "$_G_tmpdir" } # func_normal_abspath PATH # ------------------------ # Remove doubled-up and trailing slashes, "." path components, # and cancel out any ".." path components in PATH after making # it an absolute path. func_normal_abspath () { $debug_cmd # These SED scripts presuppose an absolute path with a trailing slash. _G_pathcar='s|^/\([^/]*\).*$|\1|' _G_pathcdr='s|^/[^/]*||' _G_removedotparts=':dotsl s|/\./|/|g t dotsl s|/\.$|/|' _G_collapseslashes='s|/\{1,\}|/|g' _G_finalslash='s|/*$|/|' # Start from root dir and reassemble the path. func_normal_abspath_result= func_normal_abspath_tpath=$1 func_normal_abspath_altnamespace= case $func_normal_abspath_tpath in "") # Empty path, that just means $cwd. func_stripname '' '/' "`pwd`" func_normal_abspath_result=$func_stripname_result return ;; # The next three entries are used to spot a run of precisely # two leading slashes without using negated character classes; # we take advantage of case's first-match behaviour. ///*) # Unusual form of absolute path, do nothing. ;; //*) # Not necessarily an ordinary path; POSIX reserves leading '//' # and for example Cygwin uses it to access remote file shares # over CIFS/SMB, so we conserve a leading double slash if found. func_normal_abspath_altnamespace=/ ;; /*) # Absolute path, do nothing. ;; *) # Relative path, prepend $cwd. func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath ;; esac # Cancel out all the simple stuff to save iterations. We also want # the path to end with a slash for ease of parsing, so make sure # there is one (and only one) here. func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ -e "$_G_removedotparts" -e "$_G_collapseslashes" -e "$_G_finalslash"` while :; do # Processed it all yet? if test / = "$func_normal_abspath_tpath"; then # If we ascended to the root using ".." the result may be empty now. if test -z "$func_normal_abspath_result"; then func_normal_abspath_result=/ fi break fi func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \ -e "$_G_pathcar"` func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ -e "$_G_pathcdr"` # Figure out what to do with it case $func_normal_abspath_tcomponent in "") # Trailing empty path component, ignore it. ;; ..) # Parent dir; strip last assembled component from result. func_dirname "$func_normal_abspath_result" func_normal_abspath_result=$func_dirname_result ;; *) # Actual path component, append it. func_append func_normal_abspath_result "/$func_normal_abspath_tcomponent" ;; esac done # Restore leading double-slash if one was found on entry. func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result } # func_notquiet ARG... # -------------------- # Echo program name prefixed message only when not in quiet mode. func_notquiet () { $debug_cmd $opt_quiet || func_echo ${1+"$@"} # A bug in bash halts the script if the last line of a function # fails when set -e is in force, so we need another command to # work around that: : } # func_relative_path SRCDIR DSTDIR # -------------------------------- # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR. func_relative_path () { $debug_cmd func_relative_path_result= func_normal_abspath "$1" func_relative_path_tlibdir=$func_normal_abspath_result func_normal_abspath "$2" func_relative_path_tbindir=$func_normal_abspath_result # Ascend the tree starting from libdir while :; do # check if we have found a prefix of bindir case $func_relative_path_tbindir in $func_relative_path_tlibdir) # found an exact match func_relative_path_tcancelled= break ;; $func_relative_path_tlibdir*) # found a matching prefix func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir" func_relative_path_tcancelled=$func_stripname_result if test -z "$func_relative_path_result"; then func_relative_path_result=. fi break ;; *) func_dirname $func_relative_path_tlibdir func_relative_path_tlibdir=$func_dirname_result if test -z "$func_relative_path_tlibdir"; then # Have to descend all the way to the root! func_relative_path_result=../$func_relative_path_result func_relative_path_tcancelled=$func_relative_path_tbindir break fi func_relative_path_result=../$func_relative_path_result ;; esac done # Now calculate path; take care to avoid doubling-up slashes. func_stripname '' '/' "$func_relative_path_result" func_relative_path_result=$func_stripname_result func_stripname '/' '/' "$func_relative_path_tcancelled" if test -n "$func_stripname_result"; then func_append func_relative_path_result "/$func_stripname_result" fi # Normalisation. If bindir is libdir, return '.' else relative path. if test -n "$func_relative_path_result"; then func_stripname './' '' "$func_relative_path_result" func_relative_path_result=$func_stripname_result fi test -n "$func_relative_path_result" || func_relative_path_result=. : } # func_quote_portable EVAL ARG # ---------------------------- # Internal function to portably implement func_quote_arg. Note that we still # keep attention to performance here so we as much as possible try to avoid # calling sed binary (so far O(N) complexity as long as func_append is O(1)). func_quote_portable () { $debug_cmd $require_check_ifs_backslash func_quote_portable_result=$2 # one-time-loop (easy break) while true do if $1; then func_quote_portable_result=`$ECHO "$2" | $SED \ -e "$sed_double_quote_subst" -e "$sed_double_backslash"` break fi # Quote for eval. case $func_quote_portable_result in *[\\\`\"\$]*) # Fallback to sed for $func_check_bs_ifs_broken=:, or when the string # contains the shell wildcard characters. case $check_ifs_backshlash_broken$func_quote_portable_result in :*|*[\[\*\?]*) func_quote_portable_result=`$ECHO "$func_quote_portable_result" \ | $SED "$sed_quote_subst"` break ;; esac func_quote_portable_old_IFS=$IFS for _G_char in '\' '`' '"' '$' do # STATE($1) PREV($2) SEPARATOR($3) set start "" "" func_quote_portable_result=dummy"$_G_char$func_quote_portable_result$_G_char"dummy IFS=$_G_char for _G_part in $func_quote_portable_result do case $1 in quote) func_append func_quote_portable_result "$3$2" set quote "$_G_part" "\\$_G_char" ;; start) set first "" "" func_quote_portable_result= ;; first) set quote "$_G_part" "" ;; esac done done IFS=$func_quote_portable_old_IFS ;; *) ;; esac break done func_quote_portable_unquoted_result=$func_quote_portable_result case $func_quote_portable_result in # double-quote args containing shell metacharacters to delay # word splitting, command substitution and variable expansion # for a subsequent eval. # many bourne shells cannot handle close brackets correctly # in scan sets, so we specify it separately. *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") func_quote_portable_result=\"$func_quote_portable_result\" ;; esac } # func_quotefast_eval ARG # ----------------------- # Quote one ARG (internal). This is equivalent to 'func_quote_arg eval ARG', # but optimized for speed. Result is stored in $func_quotefast_eval. if test xyes = `(x=; printf -v x %q yes; echo x"$x") 2>/dev/null`; then printf -v _GL_test_printf_tilde %q '~' if test '\~' = "$_GL_test_printf_tilde"; then func_quotefast_eval () { printf -v func_quotefast_eval_result %q "$1" } else # Broken older Bash implementations. Make those faster too if possible. func_quotefast_eval () { case $1 in '~'*) func_quote_portable false "$1" func_quotefast_eval_result=$func_quote_portable_result ;; *) printf -v func_quotefast_eval_result %q "$1" ;; esac } fi else func_quotefast_eval () { func_quote_portable false "$1" func_quotefast_eval_result=$func_quote_portable_result } fi # func_quote_arg MODEs ARG # ------------------------ # Quote one ARG to be evaled later. MODEs argument may contain zero or more # specifiers listed below separated by ',' character. This function returns two # values: # i) func_quote_arg_result # double-quoted (when needed), suitable for a subsequent eval # ii) func_quote_arg_unquoted_result # has all characters that are still active within double # quotes backslashified. Available only if 'unquoted' is specified. # # Available modes: # ---------------- # 'eval' (default) # - escape shell special characters # 'expand' # - the same as 'eval'; but do not quote variable references # 'pretty' # - request aesthetic output, i.e. '"a b"' instead of 'a\ b'. This might # be used later in func_quote to get output like: 'echo "a b"' instead # of 'echo a\ b'. This is slower than default on some shells. # 'unquoted' # - produce also $func_quote_arg_unquoted_result which does not contain # wrapping double-quotes. # # Examples for 'func_quote_arg pretty,unquoted string': # # string | *_result | *_unquoted_result # ------------+-----------------------+------------------- # " | \" | \" # a b | "a b" | a b # "a b" | "\"a b\"" | \"a b\" # * | "*" | * # z="${x-$y}" | "z=\"\${x-\$y}\"" | z=\"\${x-\$y}\" # # Examples for 'func_quote_arg pretty,unquoted,expand string': # # string | *_result | *_unquoted_result # --------------+---------------------+-------------------- # z="${x-$y}" | "z=\"${x-$y}\"" | z=\"${x-$y}\" func_quote_arg () { _G_quote_expand=false case ,$1, in *,expand,*) _G_quote_expand=: ;; esac case ,$1, in *,pretty,*|*,expand,*|*,unquoted,*) func_quote_portable $_G_quote_expand "$2" func_quote_arg_result=$func_quote_portable_result func_quote_arg_unquoted_result=$func_quote_portable_unquoted_result ;; *) # Faster quote-for-eval for some shells. func_quotefast_eval "$2" func_quote_arg_result=$func_quotefast_eval_result ;; esac } # func_quote MODEs ARGs... # ------------------------ # Quote all ARGs to be evaled later and join them into single command. See # func_quote_arg's description for more info. func_quote () { $debug_cmd _G_func_quote_mode=$1 ; shift func_quote_result= while test 0 -lt $#; do func_quote_arg "$_G_func_quote_mode" "$1" if test -n "$func_quote_result"; then func_append func_quote_result " $func_quote_arg_result" else func_append func_quote_result "$func_quote_arg_result" fi shift done } # func_stripname PREFIX SUFFIX NAME # --------------------------------- # strip PREFIX and SUFFIX from NAME, and store in func_stripname_result. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). if test yes = "$_G_HAVE_XSI_OPS"; then eval 'func_stripname () { $debug_cmd # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are # positional parameters, so assign one to ordinary variable first. func_stripname_result=$3 func_stripname_result=${func_stripname_result#"$1"} func_stripname_result=${func_stripname_result%"$2"} }' else func_stripname () { $debug_cmd case $2 in .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;; *) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;; esac } fi # func_show_eval CMD [FAIL_EXP] # ----------------------------- # Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP # is given, then evaluate it. func_show_eval () { $debug_cmd _G_cmd=$1 _G_fail_exp=${2-':'} func_quote_arg pretty,expand "$_G_cmd" eval "func_notquiet $func_quote_arg_result" $opt_dry_run || { eval "$_G_cmd" _G_status=$? if test 0 -ne "$_G_status"; then eval "(exit $_G_status); $_G_fail_exp" fi } } # func_show_eval_locale CMD [FAIL_EXP] # ------------------------------------ # Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP # is given, then evaluate it. Use the saved locale for evaluation. func_show_eval_locale () { $debug_cmd _G_cmd=$1 _G_fail_exp=${2-':'} $opt_quiet || { func_quote_arg expand,pretty "$_G_cmd" eval "func_echo $func_quote_arg_result" } $opt_dry_run || { eval "$_G_user_locale $_G_cmd" _G_status=$? eval "$_G_safe_locale" if test 0 -ne "$_G_status"; then eval "(exit $_G_status); $_G_fail_exp" fi } } # func_tr_sh # ---------- # Turn $1 into a string suitable for a shell variable name. # Result is stored in $func_tr_sh_result. All characters # not in the set a-zA-Z0-9_ are replaced with '_'. Further, # if $1 begins with a digit, a '_' is prepended as well. func_tr_sh () { $debug_cmd case $1 in [0-9]* | *[!a-zA-Z0-9_]*) func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'` ;; * ) func_tr_sh_result=$1 ;; esac } # func_verbose ARG... # ------------------- # Echo program name prefixed message in verbose mode only. func_verbose () { $debug_cmd $opt_verbose && func_echo "$*" : } # func_warn_and_continue ARG... # ----------------------------- # Echo program name prefixed warning message to standard error. func_warn_and_continue () { $debug_cmd $require_term_colors func_echo_infix_1 "${tc_red}warning$tc_reset" "$*" >&2 } # func_warning CATEGORY ARG... # ---------------------------- # Echo program name prefixed warning message to standard error. Warning # messages can be filtered according to CATEGORY, where this function # elides messages where CATEGORY is not listed in the global variable # 'opt_warning_types'. func_warning () { $debug_cmd # CATEGORY must be in the warning_categories list! case " $warning_categories " in *" $1 "*) ;; *) func_internal_error "invalid warning category '$1'" ;; esac _G_category=$1 shift case " $opt_warning_types " in *" $_G_category "*) $warning_func ${1+"$@"} ;; esac } # func_sort_ver VER1 VER2 # ----------------------- # 'sort -V' is not generally available. # Note this deviates from the version comparison in automake # in that it treats 1.5 < 1.5.0, and treats 1.4.4a < 1.4-p3a # but this should suffice as we won't be specifying old # version formats or redundant trailing .0 in bootstrap.conf. # If we did want full compatibility then we should probably # use m4_version_compare from autoconf. func_sort_ver () { $debug_cmd printf '%s\n%s\n' "$1" "$2" \ | sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n } # func_lt_ver PREV CURR # --------------------- # Return true if PREV and CURR are in the correct order according to # func_sort_ver, otherwise false. Use it like this: # # func_lt_ver "$prev_ver" "$proposed_ver" || func_fatal_error "..." func_lt_ver () { $debug_cmd test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q` } # Local variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC" # time-stamp-time-zone: "UTC" # End: #! /bin/sh # A portable, pluggable option parser for Bourne shell. # Written by Gary V. Vaughan, 2010 # This is free software. There is NO warranty; not even for # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # # Copyright (C) 2010-2019, 2021 Bootstrap Authors # # This file is dual licensed under the terms of the MIT license # , and GPL version 2 or later # . You must apply one of # these licenses when using or redistributing this software or any of # the files within it. See the URLs above, or the file `LICENSE` # included in the Bootstrap distribution for the full license texts. # Please report bugs or propose patches to: # # Set a version string for this script. scriptversion=2019-02-19.15; # UTC ## ------ ## ## Usage. ## ## ------ ## # This file is a library for parsing options in your shell scripts along # with assorted other useful supporting features that you can make use # of too. # # For the simplest scripts you might need only: # # #!/bin/sh # . relative/path/to/funclib.sh # . relative/path/to/options-parser # scriptversion=1.0 # func_options ${1+"$@"} # eval set dummy "$func_options_result"; shift # ...rest of your script... # # In order for the '--version' option to work, you will need to have a # suitably formatted comment like the one at the top of this file # starting with '# Written by ' and ending with '# Copyright'. # # For '-h' and '--help' to work, you will also need a one line # description of your script's purpose in a comment directly above the # '# Written by ' line, like the one at the top of this file. # # The default options also support '--debug', which will turn on shell # execution tracing (see the comment above debug_cmd below for another # use), and '--verbose' and the func_verbose function to allow your script # to display verbose messages only when your user has specified # '--verbose'. # # After sourcing this file, you can plug in processing for additional # options by amending the variables from the 'Configuration' section # below, and following the instructions in the 'Option parsing' # section further down. ## -------------- ## ## Configuration. ## ## -------------- ## # You should override these variables in your script after sourcing this # file so that they reflect the customisations you have added to the # option parser. # The usage line for option parsing errors and the start of '-h' and # '--help' output messages. You can embed shell variables for delayed # expansion at the time the message is displayed, but you will need to # quote other shell meta-characters carefully to prevent them being # expanded when the contents are evaled. usage='$progpath [OPTION]...' # Short help message in response to '-h' and '--help'. Add to this or # override it after sourcing this library to reflect the full set of # options your script accepts. usage_message="\ --debug enable verbose shell tracing -W, --warnings=CATEGORY report the warnings falling in CATEGORY [all] -v, --verbose verbosely report processing --version print version information and exit -h, --help print short or long help message and exit " # Additional text appended to 'usage_message' in response to '--help'. long_help_message=" Warning categories include: 'all' show all warnings 'none' turn off all the warnings 'error' warnings are treated as fatal errors" # Help message printed before fatal option parsing errors. fatal_help="Try '\$progname --help' for more information." ## ------------------------- ## ## Hook function management. ## ## ------------------------- ## # This section contains functions for adding, removing, and running hooks # in the main code. A hook is just a list of function names that can be # run in order later on. # func_hookable FUNC_NAME # ----------------------- # Declare that FUNC_NAME will run hooks added with # 'func_add_hook FUNC_NAME ...'. func_hookable () { $debug_cmd func_append hookable_fns " $1" } # func_add_hook FUNC_NAME HOOK_FUNC # --------------------------------- # Request that FUNC_NAME call HOOK_FUNC before it returns. FUNC_NAME must # first have been declared "hookable" by a call to 'func_hookable'. func_add_hook () { $debug_cmd case " $hookable_fns " in *" $1 "*) ;; *) func_fatal_error "'$1' does not accept hook functions." ;; esac eval func_append ${1}_hooks '" $2"' } # func_remove_hook FUNC_NAME HOOK_FUNC # ------------------------------------ # Remove HOOK_FUNC from the list of hook functions to be called by # FUNC_NAME. func_remove_hook () { $debug_cmd eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`' } # func_propagate_result FUNC_NAME_A FUNC_NAME_B # --------------------------------------------- # If the *_result variable of FUNC_NAME_A _is set_, assign its value to # *_result variable of FUNC_NAME_B. func_propagate_result () { $debug_cmd func_propagate_result_result=: if eval "test \"\${${1}_result+set}\" = set" then eval "${2}_result=\$${1}_result" else func_propagate_result_result=false fi } # func_run_hooks FUNC_NAME [ARG]... # --------------------------------- # Run all hook functions registered to FUNC_NAME. # It's assumed that the list of hook functions contains nothing more # than a whitespace-delimited list of legal shell function names, and # no effort is wasted trying to catch shell meta-characters or preserve # whitespace. func_run_hooks () { $debug_cmd case " $hookable_fns " in *" $1 "*) ;; *) func_fatal_error "'$1' does not support hook functions." ;; esac eval _G_hook_fns=\$$1_hooks; shift for _G_hook in $_G_hook_fns; do func_unset "${_G_hook}_result" eval $_G_hook '${1+"$@"}' func_propagate_result $_G_hook func_run_hooks if $func_propagate_result_result; then eval set dummy "$func_run_hooks_result"; shift fi done } ## --------------- ## ## Option parsing. ## ## --------------- ## # In order to add your own option parsing hooks, you must accept the # full positional parameter list from your hook function. You may remove # or edit any options that you action, and then pass back the remaining # unprocessed options in '_result', escaped # suitably for 'eval'. # # The '_result' variable is automatically unset # before your hook gets called; for best performance, only set the # *_result variable when necessary (i.e. don't call the 'func_quote' # function unnecessarily because it can be an expensive operation on some # machines). # # Like this: # # my_options_prep () # { # $debug_cmd # # # Extend the existing usage message. # usage_message=$usage_message' # -s, --silent don'\''t print informational messages # ' # # No change in '$@' (ignored completely by this hook). Leave # # my_options_prep_result variable intact. # } # func_add_hook func_options_prep my_options_prep # # # my_silent_option () # { # $debug_cmd # # args_changed=false # # # Note that, for efficiency, we parse as many options as we can # # recognise in a loop before passing the remainder back to the # # caller on the first unrecognised argument we encounter. # while test $# -gt 0; do # opt=$1; shift # case $opt in # --silent|-s) opt_silent=: # args_changed=: # ;; # # Separate non-argument short options: # -s*) func_split_short_opt "$_G_opt" # set dummy "$func_split_short_opt_name" \ # "-$func_split_short_opt_arg" ${1+"$@"} # shift # args_changed=: # ;; # *) # Make sure the first unrecognised option "$_G_opt" # # is added back to "$@" in case we need it later, # # if $args_changed was set to 'true'. # set dummy "$_G_opt" ${1+"$@"}; shift; break ;; # esac # done # # # Only call 'func_quote' here if we processed at least one argument. # if $args_changed; then # func_quote eval ${1+"$@"} # my_silent_option_result=$func_quote_result # fi # } # func_add_hook func_parse_options my_silent_option # # # my_option_validation () # { # $debug_cmd # # $opt_silent && $opt_verbose && func_fatal_help "\ # '--silent' and '--verbose' options are mutually exclusive." # } # func_add_hook func_validate_options my_option_validation # # You'll also need to manually amend $usage_message to reflect the extra # options you parse. It's preferable to append if you can, so that # multiple option parsing hooks can be added safely. # func_options_finish [ARG]... # ---------------------------- # Finishing the option parse loop (call 'func_options' hooks ATM). func_options_finish () { $debug_cmd func_run_hooks func_options ${1+"$@"} func_propagate_result func_run_hooks func_options_finish } # func_options [ARG]... # --------------------- # All the functions called inside func_options are hookable. See the # individual implementations for details. func_hookable func_options func_options () { $debug_cmd _G_options_quoted=false for my_func in options_prep parse_options validate_options options_finish do func_unset func_${my_func}_result func_unset func_run_hooks_result eval func_$my_func '${1+"$@"}' func_propagate_result func_$my_func func_options if $func_propagate_result_result; then eval set dummy "$func_options_result"; shift _G_options_quoted=: fi done $_G_options_quoted || { # As we (func_options) are top-level options-parser function and # nobody quoted "$@" for us yet, we need to do it explicitly for # caller. func_quote eval ${1+"$@"} func_options_result=$func_quote_result } } # func_options_prep [ARG]... # -------------------------- # All initialisations required before starting the option parse loop. # Note that when calling hook functions, we pass through the list of # positional parameters. If a hook function modifies that list, and # needs to propagate that back to rest of this script, then the complete # modified list must be put in 'func_run_hooks_result' before returning. func_hookable func_options_prep func_options_prep () { $debug_cmd # Option defaults: opt_verbose=false opt_warning_types= func_run_hooks func_options_prep ${1+"$@"} func_propagate_result func_run_hooks func_options_prep } # func_parse_options [ARG]... # --------------------------- # The main option parsing loop. func_hookable func_parse_options func_parse_options () { $debug_cmd _G_parse_options_requote=false # this just eases exit handling while test $# -gt 0; do # Defer to hook functions for initial option parsing, so they # get priority in the event of reusing an option name. func_run_hooks func_parse_options ${1+"$@"} func_propagate_result func_run_hooks func_parse_options if $func_propagate_result_result; then eval set dummy "$func_parse_options_result"; shift # Even though we may have changed "$@", we passed the "$@" array # down into the hook and it quoted it for us (because we are in # this if-branch). No need to quote it again. _G_parse_options_requote=false fi # Break out of the loop if we already parsed every option. test $# -gt 0 || break # We expect that one of the options parsed in this function matches # and thus we remove _G_opt from "$@" and need to re-quote. _G_match_parse_options=: _G_opt=$1 shift case $_G_opt in --debug|-x) debug_cmd='set -x' func_echo "enabling shell trace mode" >&2 $debug_cmd ;; --no-warnings|--no-warning|--no-warn) set dummy --warnings none ${1+"$@"} shift ;; --warnings|--warning|-W) if test $# = 0 && func_missing_arg $_G_opt; then _G_parse_options_requote=: break fi case " $warning_categories $1" in *" $1 "*) # trailing space prevents matching last $1 above func_append_uniq opt_warning_types " $1" ;; *all) opt_warning_types=$warning_categories ;; *none) opt_warning_types=none warning_func=: ;; *error) opt_warning_types=$warning_categories warning_func=func_fatal_error ;; *) func_fatal_error \ "unsupported warning category: '$1'" ;; esac shift ;; --verbose|-v) opt_verbose=: ;; --version) func_version ;; -\?|-h) func_usage ;; --help) func_help ;; # Separate optargs to long options (plugins may need this): --*=*) func_split_equals "$_G_opt" set dummy "$func_split_equals_lhs" \ "$func_split_equals_rhs" ${1+"$@"} shift ;; # Separate optargs to short options: -W*) func_split_short_opt "$_G_opt" set dummy "$func_split_short_opt_name" \ "$func_split_short_opt_arg" ${1+"$@"} shift ;; # Separate non-argument short options: -\?*|-h*|-v*|-x*) func_split_short_opt "$_G_opt" set dummy "$func_split_short_opt_name" \ "-$func_split_short_opt_arg" ${1+"$@"} shift ;; --) _G_parse_options_requote=: ; break ;; -*) func_fatal_help "unrecognised option: '$_G_opt'" ;; *) set dummy "$_G_opt" ${1+"$@"}; shift _G_match_parse_options=false break ;; esac if $_G_match_parse_options; then _G_parse_options_requote=: fi done if $_G_parse_options_requote; then # save modified positional parameters for caller func_quote eval ${1+"$@"} func_parse_options_result=$func_quote_result fi } # func_validate_options [ARG]... # ------------------------------ # Perform any sanity checks on option settings and/or unconsumed # arguments. func_hookable func_validate_options func_validate_options () { $debug_cmd # Display all warnings if -W was not given. test -n "$opt_warning_types" || opt_warning_types=" $warning_categories" func_run_hooks func_validate_options ${1+"$@"} func_propagate_result func_run_hooks func_validate_options # Bail if the options were screwed! $exit_cmd $EXIT_FAILURE } ## ----------------- ## ## Helper functions. ## ## ----------------- ## # This section contains the helper functions used by the rest of the # hookable option parser framework in ascii-betical order. # func_fatal_help ARG... # ---------------------- # Echo program name prefixed message to standard error, followed by # a help hint, and exit. func_fatal_help () { $debug_cmd eval \$ECHO \""Usage: $usage"\" eval \$ECHO \""$fatal_help"\" func_error ${1+"$@"} exit $EXIT_FAILURE } # func_help # --------- # Echo long help message to standard output and exit. func_help () { $debug_cmd func_usage_message $ECHO "$long_help_message" exit 0 } # func_missing_arg ARGNAME # ------------------------ # Echo program name prefixed message to standard error and set global # exit_cmd. func_missing_arg () { $debug_cmd func_error "Missing argument for '$1'." exit_cmd=exit } # func_split_equals STRING # ------------------------ # Set func_split_equals_lhs and func_split_equals_rhs shell variables # after splitting STRING at the '=' sign. test -z "$_G_HAVE_XSI_OPS" \ && (eval 'x=a/b/c; test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \ && _G_HAVE_XSI_OPS=yes if test yes = "$_G_HAVE_XSI_OPS" then # This is an XSI compatible shell, allowing a faster implementation... eval 'func_split_equals () { $debug_cmd func_split_equals_lhs=${1%%=*} func_split_equals_rhs=${1#*=} if test "x$func_split_equals_lhs" = "x$1"; then func_split_equals_rhs= fi }' else # ...otherwise fall back to using expr, which is often a shell builtin. func_split_equals () { $debug_cmd func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'` func_split_equals_rhs= test "x$func_split_equals_lhs=" = "x$1" \ || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'` } fi #func_split_equals # func_split_short_opt SHORTOPT # ----------------------------- # Set func_split_short_opt_name and func_split_short_opt_arg shell # variables after splitting SHORTOPT after the 2nd character. if test yes = "$_G_HAVE_XSI_OPS" then # This is an XSI compatible shell, allowing a faster implementation... eval 'func_split_short_opt () { $debug_cmd func_split_short_opt_arg=${1#??} func_split_short_opt_name=${1%"$func_split_short_opt_arg"} }' else # ...otherwise fall back to using expr, which is often a shell builtin. func_split_short_opt () { $debug_cmd func_split_short_opt_name=`expr "x$1" : 'x\(-.\)'` func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'` } fi #func_split_short_opt # func_usage # ---------- # Echo short help message to standard output and exit. func_usage () { $debug_cmd func_usage_message $ECHO "Run '$progname --help |${PAGER-more}' for full usage" exit 0 } # func_usage_message # ------------------ # Echo short help message to standard output. func_usage_message () { $debug_cmd eval \$ECHO \""Usage: $usage"\" echo $SED -n 's|^# || /^Written by/{ x;p;x } h /^Written by/q' < "$progpath" echo eval \$ECHO \""$usage_message"\" } # func_version # ------------ # Echo version message to standard output and exit. # The version message is extracted from the calling file's header # comments, with leading '# ' stripped: # 1. First display the progname and version # 2. Followed by the header comment line matching /^# Written by / # 3. Then a blank line followed by the first following line matching # /^# Copyright / # 4. Immediately followed by any lines between the previous matches, # except lines preceding the intervening completely blank line. # For example, see the header comments of this file. func_version () { $debug_cmd printf '%s\n' "$progname $scriptversion" $SED -n ' /^# Written by /!b s|^# ||; p; n :fwd2blnk /./ { n b fwd2blnk } p; n :holdwrnt s|^# || s|^# *$|| /^Copyright /!{ /./H n b holdwrnt } s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2| G s|\(\n\)\n*|\1|g p; q' < "$progpath" exit $? } # Local variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-pattern: "30/scriptversion=%:y-%02m-%02d.%02H; # UTC" # time-stamp-time-zone: "UTC" # End: # Set a version string. scriptversion='(GNU libtool) 2.4.7' # func_echo ARG... # ---------------- # Libtool also displays the current mode in messages, so override # funclib.sh func_echo with this custom definition. func_echo () { $debug_cmd _G_message=$* func_echo_IFS=$IFS IFS=$nl for _G_line in $_G_message; do IFS=$func_echo_IFS $ECHO "$progname${opt_mode+: $opt_mode}: $_G_line" done IFS=$func_echo_IFS } # func_warning ARG... # ------------------- # Libtool warnings are not categorized, so override funclib.sh # func_warning with this simpler definition. func_warning () { $debug_cmd $warning_func ${1+"$@"} } ## ---------------- ## ## Options parsing. ## ## ---------------- ## # Hook in the functions to make sure our own options are parsed during # the option parsing loop. usage='$progpath [OPTION]... [MODE-ARG]...' # Short help message in response to '-h'. usage_message="Options: --config show all configuration variables --debug enable verbose shell tracing -n, --dry-run display commands without modifying any files --features display basic configuration information and exit --mode=MODE use operation mode MODE --no-warnings equivalent to '-Wnone' --preserve-dup-deps don't remove duplicate dependency libraries --quiet, --silent don't print informational messages --tag=TAG use configuration variables from tag TAG -v, --verbose print more informational messages than default --version print version information -W, --warnings=CATEGORY report the warnings falling in CATEGORY [all] -h, --help, --help-all print short, long, or detailed help message " # Additional text appended to 'usage_message' in response to '--help'. func_help () { $debug_cmd func_usage_message $ECHO "$long_help_message MODE must be one of the following: clean remove files from the build directory compile compile a source file into a libtool object execute automatically set library path, then run a program finish complete the installation of libtool libraries install install libraries or executables link create a library or an executable uninstall remove libraries from an installed directory MODE-ARGS vary depending on the MODE. When passed as first option, '--mode=MODE' may be abbreviated as 'MODE' or a unique abbreviation of that. Try '$progname --help --mode=MODE' for a more detailed description of MODE. When reporting a bug, please describe a test case to reproduce it and include the following information: host-triplet: $host shell: $SHELL compiler: $LTCC compiler flags: $LTCFLAGS linker: $LD (gnu? $with_gnu_ld) version: $progname (GNU libtool) 2.4.7 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` Report bugs to . GNU libtool home page: . General help using GNU software: ." exit 0 } # func_lo2o OBJECT-NAME # --------------------- # Transform OBJECT-NAME from a '.lo' suffix to the platform specific # object suffix. lo2o=s/\\.lo\$/.$objext/ o2lo=s/\\.$objext\$/.lo/ if test yes = "$_G_HAVE_XSI_OPS"; then eval 'func_lo2o () { case $1 in *.lo) func_lo2o_result=${1%.lo}.$objext ;; * ) func_lo2o_result=$1 ;; esac }' # func_xform LIBOBJ-OR-SOURCE # --------------------------- # Transform LIBOBJ-OR-SOURCE from a '.o' or '.c' (or otherwise) # suffix to a '.lo' libtool-object suffix. eval 'func_xform () { func_xform_result=${1%.*}.lo }' else # ...otherwise fall back to using sed. func_lo2o () { func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"` } func_xform () { func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'` } fi # func_fatal_configuration ARG... # ------------------------------- # Echo program name prefixed message to standard error, followed by # a configuration failure hint, and exit. func_fatal_configuration () { func_fatal_error ${1+"$@"} \ "See the $PACKAGE documentation for more information." \ "Fatal configuration error." } # func_config # ----------- # Display the configuration for all the tags in this script. func_config () { re_begincf='^# ### BEGIN LIBTOOL' re_endcf='^# ### END LIBTOOL' # Default configuration. $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath" # Now print the configurations for the tags. for tagname in $taglist; do $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath" done exit $? } # func_features # ------------- # Display the features supported by this script. func_features () { echo "host: $host" if test yes = "$build_libtool_libs"; then echo "enable shared libraries" else echo "disable shared libraries" fi if test yes = "$build_old_libs"; then echo "enable static libraries" else echo "disable static libraries" fi exit $? } # func_enable_tag TAGNAME # ----------------------- # Verify that TAGNAME is valid, and either flag an error and exit, or # enable the TAGNAME tag. We also add TAGNAME to the global $taglist # variable here. func_enable_tag () { # Global variable: tagname=$1 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$" re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$" sed_extractcf=/$re_begincf/,/$re_endcf/p # Validate tagname. case $tagname in *[!-_A-Za-z0-9,/]*) func_fatal_error "invalid tag name: $tagname" ;; esac # Don't test for the "default" C tag, as we know it's # there but not specially marked. case $tagname in CC) ;; *) if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then taglist="$taglist $tagname" # Evaluate the configuration. Be careful to quote the path # and the sed script, to avoid splitting on whitespace, but # also don't use non-portable quotes within backquotes within # quotes we have to do it in 2 steps: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` eval "$extractedcf" else func_error "ignoring unknown tag $tagname" fi ;; esac } # func_check_version_match # ------------------------ # Ensure that we are using m4 macros, and libtool script from the same # release of libtool. func_check_version_match () { if test "$package_revision" != "$macro_revision"; then if test "$VERSION" != "$macro_version"; then if test -z "$macro_version"; then cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, but the $progname: definition of this LT_INIT comes from an older release. $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION $progname: and run autoconf again. _LT_EOF else cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, but the $progname: definition of this LT_INIT comes from $PACKAGE $macro_version. $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION $progname: and run autoconf again. _LT_EOF fi else cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision, $progname: but the definition of this LT_INIT comes from revision $macro_revision. $progname: You should recreate aclocal.m4 with macros from revision $package_revision $progname: of $PACKAGE $VERSION and run autoconf again. _LT_EOF fi exit $EXIT_MISMATCH fi } # libtool_options_prep [ARG]... # ----------------------------- # Preparation for options parsed by libtool. libtool_options_prep () { $debug_mode # Option defaults: opt_config=false opt_dlopen= opt_dry_run=false opt_help=false opt_mode= opt_preserve_dup_deps=false opt_quiet=false nonopt= preserve_args= _G_rc_lt_options_prep=: # Shorthand for --mode=foo, only valid as the first argument case $1 in clean|clea|cle|cl) shift; set dummy --mode clean ${1+"$@"}; shift ;; compile|compil|compi|comp|com|co|c) shift; set dummy --mode compile ${1+"$@"}; shift ;; execute|execut|execu|exec|exe|ex|e) shift; set dummy --mode execute ${1+"$@"}; shift ;; finish|finis|fini|fin|fi|f) shift; set dummy --mode finish ${1+"$@"}; shift ;; install|instal|insta|inst|ins|in|i) shift; set dummy --mode install ${1+"$@"}; shift ;; link|lin|li|l) shift; set dummy --mode link ${1+"$@"}; shift ;; uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) shift; set dummy --mode uninstall ${1+"$@"}; shift ;; *) _G_rc_lt_options_prep=false ;; esac if $_G_rc_lt_options_prep; then # Pass back the list of options. func_quote eval ${1+"$@"} libtool_options_prep_result=$func_quote_result fi } func_add_hook func_options_prep libtool_options_prep # libtool_parse_options [ARG]... # --------------------------------- # Provide handling for libtool specific options. libtool_parse_options () { $debug_cmd _G_rc_lt_parse_options=false # Perform our own loop to consume as many options as possible in # each iteration. while test $# -gt 0; do _G_match_lt_parse_options=: _G_opt=$1 shift case $_G_opt in --dry-run|--dryrun|-n) opt_dry_run=: ;; --config) func_config ;; --dlopen|-dlopen) opt_dlopen="${opt_dlopen+$opt_dlopen }$1" shift ;; --preserve-dup-deps) opt_preserve_dup_deps=: ;; --features) func_features ;; --finish) set dummy --mode finish ${1+"$@"}; shift ;; --help) opt_help=: ;; --help-all) opt_help=': help-all' ;; --mode) test $# = 0 && func_missing_arg $_G_opt && break opt_mode=$1 case $1 in # Valid mode arguments: clean|compile|execute|finish|install|link|relink|uninstall) ;; # Catch anything else as an error *) func_error "invalid argument for $_G_opt" exit_cmd=exit break ;; esac shift ;; --no-silent|--no-quiet) opt_quiet=false func_append preserve_args " $_G_opt" ;; --no-warnings|--no-warning|--no-warn) opt_warning=false func_append preserve_args " $_G_opt" ;; --no-verbose) opt_verbose=false func_append preserve_args " $_G_opt" ;; --silent|--quiet) opt_quiet=: opt_verbose=false func_append preserve_args " $_G_opt" ;; --tag) test $# = 0 && func_missing_arg $_G_opt && break opt_tag=$1 func_append preserve_args " $_G_opt $1" func_enable_tag "$1" shift ;; --verbose|-v) opt_quiet=false opt_verbose=: func_append preserve_args " $_G_opt" ;; # An option not handled by this hook function: *) set dummy "$_G_opt" ${1+"$@"} ; shift _G_match_lt_parse_options=false break ;; esac $_G_match_lt_parse_options && _G_rc_lt_parse_options=: done if $_G_rc_lt_parse_options; then # save modified positional parameters for caller func_quote eval ${1+"$@"} libtool_parse_options_result=$func_quote_result fi } func_add_hook func_parse_options libtool_parse_options # libtool_validate_options [ARG]... # --------------------------------- # Perform any sanity checks on option settings and/or unconsumed # arguments. libtool_validate_options () { # save first non-option argument if test 0 -lt $#; then nonopt=$1 shift fi # preserve --debug test : = "$debug_cmd" || func_append preserve_args " --debug" # Keeping compiler generated duplicates in $postdeps and $predeps is not # harmful, and is necessary in a majority of systems that use it to satisfy # symbol dependencies. opt_duplicate_compiler_generated_deps=: $opt_help || { # Sanity checks first: func_check_version_match test yes != "$build_libtool_libs" \ && test yes != "$build_old_libs" \ && func_fatal_configuration "not configured to build any kind of library" # Darwin sucks eval std_shrext=\"$shrext_cmds\" # Only execute mode is allowed to have -dlopen flags. if test -n "$opt_dlopen" && test execute != "$opt_mode"; then func_error "unrecognized option '-dlopen'" $ECHO "$help" 1>&2 exit $EXIT_FAILURE fi # Change the help message to a mode-specific one. generic_help=$help help="Try '$progname --help --mode=$opt_mode' for more information." } # Pass back the unparsed argument list func_quote eval ${1+"$@"} libtool_validate_options_result=$func_quote_result } func_add_hook func_validate_options libtool_validate_options # Process options as early as possible so that --help and --version # can return quickly. func_options ${1+"$@"} eval set dummy "$func_options_result"; shift ## ----------- ## ## Main. ## ## ----------- ## magic='%%%MAGIC variable%%%' magic_exe='%%%MAGIC EXE variable%%%' # Global variables. extracted_archives= extracted_serial=0 # If this variable is set in any of the actions, the command in it # will be execed at the end. This prevents here-documents from being # left over by shells. exec_cmd= # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF $1 _LTECHO_EOF' } # func_generated_by_libtool # True iff stdin has been generated by Libtool. This function is only # a basic sanity check; it will hardly flush out determined imposters. func_generated_by_libtool_p () { $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1 } # func_lalib_p file # True iff FILE is a libtool '.la' library or '.lo' object file. # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_lalib_p () { test -f "$1" && $SED -e 4q "$1" 2>/dev/null | func_generated_by_libtool_p } # func_lalib_unsafe_p file # True iff FILE is a libtool '.la' library or '.lo' object file. # This function implements the same check as func_lalib_p without # resorting to external programs. To this end, it redirects stdin and # closes it afterwards, without saving the original file descriptor. # As a safety measure, use it only where a negative result would be # fatal anyway. Works if 'file' does not exist. func_lalib_unsafe_p () { lalib_p=no if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then for lalib_p_l in 1 2 3 4 do read lalib_p_line case $lalib_p_line in \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;; esac done exec 0<&5 5<&- fi test yes = "$lalib_p" } # func_ltwrapper_script_p file # True iff FILE is a libtool wrapper script # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_script_p () { test -f "$1" && $lt_truncate_bin < "$1" 2>/dev/null | func_generated_by_libtool_p } # func_ltwrapper_executable_p file # True iff FILE is a libtool wrapper executable # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_executable_p () { func_ltwrapper_exec_suffix= case $1 in *.exe) ;; *) func_ltwrapper_exec_suffix=.exe ;; esac $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1 } # func_ltwrapper_scriptname file # Assumes file is an ltwrapper_executable # uses $file to determine the appropriate filename for a # temporary ltwrapper_script. func_ltwrapper_scriptname () { func_dirname_and_basename "$1" "" "." func_stripname '' '.exe' "$func_basename_result" func_ltwrapper_scriptname_result=$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper } # func_ltwrapper_p file # True iff FILE is a libtool wrapper script or wrapper executable # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_p () { func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1" } # func_execute_cmds commands fail_cmd # Execute tilde-delimited COMMANDS. # If FAIL_CMD is given, eval that upon failure. # FAIL_CMD may read-access the current command in variable CMD! func_execute_cmds () { $debug_cmd save_ifs=$IFS; IFS='~' for cmd in $1; do IFS=$sp$nl eval cmd=\"$cmd\" IFS=$save_ifs func_show_eval "$cmd" "${2-:}" done IFS=$save_ifs } # func_source file # Source FILE, adding directory component if necessary. # Note that it is not necessary on cygwin/mingw to append a dot to # FILE even if both FILE and FILE.exe exist: automatic-append-.exe # behavior happens only for exec(3), not for open(2)! Also, sourcing # 'FILE.' does not work on cygwin managed mounts. func_source () { $debug_cmd case $1 in */* | *\\*) . "$1" ;; *) . "./$1" ;; esac } # func_resolve_sysroot PATH # Replace a leading = in PATH with a sysroot. Store the result into # func_resolve_sysroot_result func_resolve_sysroot () { func_resolve_sysroot_result=$1 case $func_resolve_sysroot_result in =*) func_stripname '=' '' "$func_resolve_sysroot_result" func_resolve_sysroot_result=$lt_sysroot$func_stripname_result ;; esac } # func_replace_sysroot PATH # If PATH begins with the sysroot, replace it with = and # store the result into func_replace_sysroot_result. func_replace_sysroot () { case $lt_sysroot:$1 in ?*:"$lt_sysroot"*) func_stripname "$lt_sysroot" '' "$1" func_replace_sysroot_result='='$func_stripname_result ;; *) # Including no sysroot. func_replace_sysroot_result=$1 ;; esac } # func_infer_tag arg # Infer tagged configuration to use if any are available and # if one wasn't chosen via the "--tag" command line option. # Only attempt this if the compiler in the base compile # command doesn't match the default compiler. # arg is usually of the form 'gcc ...' func_infer_tag () { $debug_cmd if test -n "$available_tags" && test -z "$tagname"; then CC_quoted= for arg in $CC; do func_append_quoted CC_quoted "$arg" done CC_expanded=`func_echo_all $CC` CC_quoted_expanded=`func_echo_all $CC_quoted` case $@ in # Blanks in the command may have been stripped by the calling shell, # but not from the CC environment variable when configure was run. " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;; # Blanks at the start of $base_compile will cause this to fail # if we don't check for them as well. *) for z in $available_tags; do if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then # Evaluate the configuration. eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" CC_quoted= for arg in $CC; do # Double-quote args containing other shell metacharacters. func_append_quoted CC_quoted "$arg" done CC_expanded=`func_echo_all $CC` CC_quoted_expanded=`func_echo_all $CC_quoted` case "$@ " in " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) # The compiler in the base compile command matches # the one in the tagged configuration. # Assume this is the tagged configuration we want. tagname=$z break ;; esac fi done # If $tagname still isn't set, then no tagged configuration # was found and let the user know that the "--tag" command # line option must be used. if test -z "$tagname"; then func_echo "unable to infer tagged configuration" func_fatal_error "specify a tag with '--tag'" # else # func_verbose "using $tagname tagged configuration" fi ;; esac fi } # func_write_libtool_object output_name pic_name nonpic_name # Create a libtool object file (analogous to a ".la" file), # but don't create it if we're doing a dry run. func_write_libtool_object () { write_libobj=$1 if test yes = "$build_libtool_libs"; then write_lobj=\'$2\' else write_lobj=none fi if test yes = "$build_old_libs"; then write_oldobj=\'$3\' else write_oldobj=none fi $opt_dry_run || { cat >${write_libobj}T </dev/null` if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" | $SED -e "$sed_naive_backslashify"` else func_convert_core_file_wine_to_w32_result= fi fi } # end: func_convert_core_file_wine_to_w32 # func_convert_core_path_wine_to_w32 ARG # Helper function used by path conversion functions when $build is *nix, and # $host is mingw, cygwin, or some other w32 environment. Relies on a correctly # configured wine environment available, with the winepath program in $build's # $PATH. Assumes ARG has no leading or trailing path separator characters. # # ARG is path to be converted from $build format to win32. # Result is available in $func_convert_core_path_wine_to_w32_result. # Unconvertible file (directory) names in ARG are skipped; if no directory names # are convertible, then the result may be empty. func_convert_core_path_wine_to_w32 () { $debug_cmd # unfortunately, winepath doesn't convert paths, only file names func_convert_core_path_wine_to_w32_result= if test -n "$1"; then oldIFS=$IFS IFS=: for func_convert_core_path_wine_to_w32_f in $1; do IFS=$oldIFS func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f" if test -n "$func_convert_core_file_wine_to_w32_result"; then if test -z "$func_convert_core_path_wine_to_w32_result"; then func_convert_core_path_wine_to_w32_result=$func_convert_core_file_wine_to_w32_result else func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result" fi fi done IFS=$oldIFS fi } # end: func_convert_core_path_wine_to_w32 # func_cygpath ARGS... # Wrapper around calling the cygpath program via LT_CYGPATH. This is used when # when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2) # $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or # (2), returns the Cygwin file name or path in func_cygpath_result (input # file name or path is assumed to be in w32 format, as previously converted # from $build's *nix or MSYS format). In case (3), returns the w32 file name # or path in func_cygpath_result (input file name or path is assumed to be in # Cygwin format). Returns an empty string on error. # # ARGS are passed to cygpath, with the last one being the file name or path to # be converted. # # Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH # environment variable; do not put it in $PATH. func_cygpath () { $debug_cmd if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` if test "$?" -ne 0; then # on failure, ensure result is empty func_cygpath_result= fi else func_cygpath_result= func_error "LT_CYGPATH is empty or specifies non-existent file: '$LT_CYGPATH'" fi } #end: func_cygpath # func_convert_core_msys_to_w32 ARG # Convert file name or path ARG from MSYS format to w32 format. Return # result in func_convert_core_msys_to_w32_result. func_convert_core_msys_to_w32 () { $debug_cmd # awkward: cmd appends spaces to result func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null | $SED -e 's/[ ]*$//' -e "$sed_naive_backslashify"` } #end: func_convert_core_msys_to_w32 # func_convert_file_check ARG1 ARG2 # Verify that ARG1 (a file name in $build format) was converted to $host # format in ARG2. Otherwise, emit an error message, but continue (resetting # func_to_host_file_result to ARG1). func_convert_file_check () { $debug_cmd if test -z "$2" && test -n "$1"; then func_error "Could not determine host file name corresponding to" func_error " '$1'" func_error "Continuing, but uninstalled executables may not work." # Fallback: func_to_host_file_result=$1 fi } # end func_convert_file_check # func_convert_path_check FROM_PATHSEP TO_PATHSEP FROM_PATH TO_PATH # Verify that FROM_PATH (a path in $build format) was converted to $host # format in TO_PATH. Otherwise, emit an error message, but continue, resetting # func_to_host_file_result to a simplistic fallback value (see below). func_convert_path_check () { $debug_cmd if test -z "$4" && test -n "$3"; then func_error "Could not determine the host path corresponding to" func_error " '$3'" func_error "Continuing, but uninstalled executables may not work." # Fallback. This is a deliberately simplistic "conversion" and # should not be "improved". See libtool.info. if test "x$1" != "x$2"; then lt_replace_pathsep_chars="s|$1|$2|g" func_to_host_path_result=`echo "$3" | $SED -e "$lt_replace_pathsep_chars"` else func_to_host_path_result=$3 fi fi } # end func_convert_path_check # func_convert_path_front_back_pathsep FRONTPAT BACKPAT REPL ORIG # Modifies func_to_host_path_result by prepending REPL if ORIG matches FRONTPAT # and appending REPL if ORIG matches BACKPAT. func_convert_path_front_back_pathsep () { $debug_cmd case $4 in $1 ) func_to_host_path_result=$3$func_to_host_path_result ;; esac case $4 in $2 ) func_append func_to_host_path_result "$3" ;; esac } # end func_convert_path_front_back_pathsep ################################################## # $build to $host FILE NAME CONVERSION FUNCTIONS # ################################################## # invoked via '$to_host_file_cmd ARG' # # In each case, ARG is the path to be converted from $build to $host format. # Result will be available in $func_to_host_file_result. # func_to_host_file ARG # Converts the file name ARG from $build format to $host format. Return result # in func_to_host_file_result. func_to_host_file () { $debug_cmd $to_host_file_cmd "$1" } # end func_to_host_file # func_to_tool_file ARG LAZY # converts the file name ARG from $build format to toolchain format. Return # result in func_to_tool_file_result. If the conversion in use is listed # in (the comma separated) LAZY, no conversion takes place. func_to_tool_file () { $debug_cmd case ,$2, in *,"$to_tool_file_cmd",*) func_to_tool_file_result=$1 ;; *) $to_tool_file_cmd "$1" func_to_tool_file_result=$func_to_host_file_result ;; esac } # end func_to_tool_file # func_convert_file_noop ARG # Copy ARG to func_to_host_file_result. func_convert_file_noop () { func_to_host_file_result=$1 } # end func_convert_file_noop # func_convert_file_msys_to_w32 ARG # Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic # conversion to w32 is not available inside the cwrapper. Returns result in # func_to_host_file_result. func_convert_file_msys_to_w32 () { $debug_cmd func_to_host_file_result=$1 if test -n "$1"; then func_convert_core_msys_to_w32 "$1" func_to_host_file_result=$func_convert_core_msys_to_w32_result fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_msys_to_w32 # func_convert_file_cygwin_to_w32 ARG # Convert file name ARG from Cygwin to w32 format. Returns result in # func_to_host_file_result. func_convert_file_cygwin_to_w32 () { $debug_cmd func_to_host_file_result=$1 if test -n "$1"; then # because $build is cygwin, we call "the" cygpath in $PATH; no need to use # LT_CYGPATH in this case. func_to_host_file_result=`cygpath -m "$1"` fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_cygwin_to_w32 # func_convert_file_nix_to_w32 ARG # Convert file name ARG from *nix to w32 format. Requires a wine environment # and a working winepath. Returns result in func_to_host_file_result. func_convert_file_nix_to_w32 () { $debug_cmd func_to_host_file_result=$1 if test -n "$1"; then func_convert_core_file_wine_to_w32 "$1" func_to_host_file_result=$func_convert_core_file_wine_to_w32_result fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_nix_to_w32 # func_convert_file_msys_to_cygwin ARG # Convert file name ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. # Returns result in func_to_host_file_result. func_convert_file_msys_to_cygwin () { $debug_cmd func_to_host_file_result=$1 if test -n "$1"; then func_convert_core_msys_to_w32 "$1" func_cygpath -u "$func_convert_core_msys_to_w32_result" func_to_host_file_result=$func_cygpath_result fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_msys_to_cygwin # func_convert_file_nix_to_cygwin ARG # Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed # in a wine environment, working winepath, and LT_CYGPATH set. Returns result # in func_to_host_file_result. func_convert_file_nix_to_cygwin () { $debug_cmd func_to_host_file_result=$1 if test -n "$1"; then # convert from *nix to w32, then use cygpath to convert from w32 to cygwin. func_convert_core_file_wine_to_w32 "$1" func_cygpath -u "$func_convert_core_file_wine_to_w32_result" func_to_host_file_result=$func_cygpath_result fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_nix_to_cygwin ############################################# # $build to $host PATH CONVERSION FUNCTIONS # ############################################# # invoked via '$to_host_path_cmd ARG' # # In each case, ARG is the path to be converted from $build to $host format. # The result will be available in $func_to_host_path_result. # # Path separators are also converted from $build format to $host format. If # ARG begins or ends with a path separator character, it is preserved (but # converted to $host format) on output. # # All path conversion functions are named using the following convention: # file name conversion function : func_convert_file_X_to_Y () # path conversion function : func_convert_path_X_to_Y () # where, for any given $build/$host combination the 'X_to_Y' value is the # same. If conversion functions are added for new $build/$host combinations, # the two new functions must follow this pattern, or func_init_to_host_path_cmd # will break. # func_init_to_host_path_cmd # Ensures that function "pointer" variable $to_host_path_cmd is set to the # appropriate value, based on the value of $to_host_file_cmd. to_host_path_cmd= func_init_to_host_path_cmd () { $debug_cmd if test -z "$to_host_path_cmd"; then func_stripname 'func_convert_file_' '' "$to_host_file_cmd" to_host_path_cmd=func_convert_path_$func_stripname_result fi } # func_to_host_path ARG # Converts the path ARG from $build format to $host format. Return result # in func_to_host_path_result. func_to_host_path () { $debug_cmd func_init_to_host_path_cmd $to_host_path_cmd "$1" } # end func_to_host_path # func_convert_path_noop ARG # Copy ARG to func_to_host_path_result. func_convert_path_noop () { func_to_host_path_result=$1 } # end func_convert_path_noop # func_convert_path_msys_to_w32 ARG # Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic # conversion to w32 is not available inside the cwrapper. Returns result in # func_to_host_path_result. func_convert_path_msys_to_w32 () { $debug_cmd func_to_host_path_result=$1 if test -n "$1"; then # Remove leading and trailing path separator characters from ARG. MSYS # behavior is inconsistent here; cygpath turns them into '.;' and ';.'; # and winepath ignores them completely. func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" func_to_host_path_result=$func_convert_core_msys_to_w32_result func_convert_path_check : ";" \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" fi } # end func_convert_path_msys_to_w32 # func_convert_path_cygwin_to_w32 ARG # Convert path ARG from Cygwin to w32 format. Returns result in # func_to_host_file_result. func_convert_path_cygwin_to_w32 () { $debug_cmd func_to_host_path_result=$1 if test -n "$1"; then # See func_convert_path_msys_to_w32: func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` func_convert_path_check : ";" \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" fi } # end func_convert_path_cygwin_to_w32 # func_convert_path_nix_to_w32 ARG # Convert path ARG from *nix to w32 format. Requires a wine environment and # a working winepath. Returns result in func_to_host_file_result. func_convert_path_nix_to_w32 () { $debug_cmd func_to_host_path_result=$1 if test -n "$1"; then # See func_convert_path_msys_to_w32: func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" func_to_host_path_result=$func_convert_core_path_wine_to_w32_result func_convert_path_check : ";" \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" fi } # end func_convert_path_nix_to_w32 # func_convert_path_msys_to_cygwin ARG # Convert path ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. # Returns result in func_to_host_file_result. func_convert_path_msys_to_cygwin () { $debug_cmd func_to_host_path_result=$1 if test -n "$1"; then # See func_convert_path_msys_to_w32: func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" func_cygpath -u -p "$func_convert_core_msys_to_w32_result" func_to_host_path_result=$func_cygpath_result func_convert_path_check : : \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" : "$1" fi } # end func_convert_path_msys_to_cygwin # func_convert_path_nix_to_cygwin ARG # Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a # a wine environment, working winepath, and LT_CYGPATH set. Returns result in # func_to_host_file_result. func_convert_path_nix_to_cygwin () { $debug_cmd func_to_host_path_result=$1 if test -n "$1"; then # Remove leading and trailing path separator characters from # ARG. msys behavior is inconsistent here, cygpath turns them # into '.;' and ';.', and winepath ignores them completely. func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result" func_to_host_path_result=$func_cygpath_result func_convert_path_check : : \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" : "$1" fi } # end func_convert_path_nix_to_cygwin # func_dll_def_p FILE # True iff FILE is a Windows DLL '.def' file. # Keep in sync with _LT_DLL_DEF_P in libtool.m4 func_dll_def_p () { $debug_cmd func_dll_def_p_tmp=`$SED -n \ -e 's/^[ ]*//' \ -e '/^\(;.*\)*$/d' \ -e 's/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p' \ -e q \ "$1"` test DEF = "$func_dll_def_p_tmp" } # func_mode_compile arg... func_mode_compile () { $debug_cmd # Get the compilation command and the source file. base_compile= srcfile=$nonopt # always keep a non-empty value in "srcfile" suppress_opt=yes suppress_output= arg_mode=normal libobj= later= pie_flag= for arg do case $arg_mode in arg ) # do not "continue". Instead, add this to base_compile lastarg=$arg arg_mode=normal ;; target ) libobj=$arg arg_mode=normal continue ;; normal ) # Accept any command-line options. case $arg in -o) test -n "$libobj" && \ func_fatal_error "you cannot specify '-o' more than once" arg_mode=target continue ;; -pie | -fpie | -fPIE) func_append pie_flag " $arg" continue ;; -shared | -static | -prefer-pic | -prefer-non-pic) func_append later " $arg" continue ;; -no-suppress) suppress_opt=no continue ;; -Xcompiler) arg_mode=arg # the next one goes into the "base_compile" arg list continue # The current "srcfile" will either be retained or ;; # replaced later. I would guess that would be a bug. -Wc,*) func_stripname '-Wc,' '' "$arg" args=$func_stripname_result lastarg= save_ifs=$IFS; IFS=, for arg in $args; do IFS=$save_ifs func_append_quoted lastarg "$arg" done IFS=$save_ifs func_stripname ' ' '' "$lastarg" lastarg=$func_stripname_result # Add the arguments to base_compile. func_append base_compile " $lastarg" continue ;; *) # Accept the current argument as the source file. # The previous "srcfile" becomes the current argument. # lastarg=$srcfile srcfile=$arg ;; esac # case $arg ;; esac # case $arg_mode # Aesthetically quote the previous argument. func_append_quoted base_compile "$lastarg" done # for arg case $arg_mode in arg) func_fatal_error "you must specify an argument for -Xcompile" ;; target) func_fatal_error "you must specify a target with '-o'" ;; *) # Get the name of the library object. test -z "$libobj" && { func_basename "$srcfile" libobj=$func_basename_result } ;; esac # Recognize several different file suffixes. # If the user specifies -o file.o, it is replaced with file.lo case $libobj in *.[cCFSifmso] | \ *.ada | *.adb | *.ads | *.asm | \ *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup) func_xform "$libobj" libobj=$func_xform_result ;; esac case $libobj in *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;; *) func_fatal_error "cannot determine name of library object from '$libobj'" ;; esac func_infer_tag $base_compile for arg in $later; do case $arg in -shared) test yes = "$build_libtool_libs" \ || func_fatal_configuration "cannot build a shared library" build_old_libs=no continue ;; -static) build_libtool_libs=no build_old_libs=yes continue ;; -prefer-pic) pic_mode=yes continue ;; -prefer-non-pic) pic_mode=no continue ;; esac done func_quote_arg pretty "$libobj" test "X$libobj" != "X$func_quote_arg_result" \ && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \ && func_warning "libobj name '$libobj' may not contain shell special characters." func_dirname_and_basename "$obj" "/" "" objname=$func_basename_result xdir=$func_dirname_result lobj=$xdir$objdir/$objname test -z "$base_compile" && \ func_fatal_help "you must specify a compilation command" # Delete any leftover library objects. if test yes = "$build_old_libs"; then removelist="$obj $lobj $libobj ${libobj}T" else removelist="$lobj $libobj ${libobj}T" fi # On Cygwin there's no "real" PIC flag so we must build both object types case $host_os in cygwin* | mingw* | pw32* | os2* | cegcc*) pic_mode=default ;; esac if test no = "$pic_mode" && test pass_all != "$deplibs_check_method"; then # non-PIC code in shared libraries is not supported pic_mode=default fi # Calculate the filename of the output object if compiler does # not support -o with -c if test no = "$compiler_c_o"; then output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext lockfile=$output_obj.lock else output_obj= need_locks=no lockfile= fi # Lock this critical section if it is needed # We use this script file to make the link, it avoids creating a new file if test yes = "$need_locks"; then until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do func_echo "Waiting for $lockfile to be removed" sleep 2 done elif test warn = "$need_locks"; then if test -f "$lockfile"; then $ECHO "\ *** ERROR, $lockfile exists and contains: `cat $lockfile 2>/dev/null` This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support '-c' and '-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi func_append removelist " $output_obj" $ECHO "$srcfile" > "$lockfile" fi $opt_dry_run || $RM $removelist func_append removelist " $lockfile" trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 func_to_tool_file "$srcfile" func_convert_file_msys_to_w32 srcfile=$func_to_tool_file_result func_quote_arg pretty "$srcfile" qsrcfile=$func_quote_arg_result # Only build a PIC object if we are building libtool libraries. if test yes = "$build_libtool_libs"; then # Without this assignment, base_compile gets emptied. fbsd_hideous_sh_bug=$base_compile if test no != "$pic_mode"; then command="$base_compile $qsrcfile $pic_flag" else # Don't build PIC code command="$base_compile $qsrcfile" fi func_mkdir_p "$xdir$objdir" if test -z "$output_obj"; then # Place PIC objects in $objdir func_append command " -o $lobj" fi func_show_eval_locale "$command" \ 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' if test warn = "$need_locks" && test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then $ECHO "\ *** ERROR, $lockfile contains: `cat $lockfile 2>/dev/null` but it should contain: $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support '-c' and '-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi # Just move the object if needed, then go on to compile the next one if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then func_show_eval '$MV "$output_obj" "$lobj"' \ 'error=$?; $opt_dry_run || $RM $removelist; exit $error' fi # Allow error messages only from the first compilation. if test yes = "$suppress_opt"; then suppress_output=' >/dev/null 2>&1' fi fi # Only build a position-dependent object if we build old libraries. if test yes = "$build_old_libs"; then if test yes != "$pic_mode"; then # Don't build PIC code command="$base_compile $qsrcfile$pie_flag" else command="$base_compile $qsrcfile $pic_flag" fi if test yes = "$compiler_c_o"; then func_append command " -o $obj" fi # Suppress compiler output if we already did a PIC compilation. func_append command "$suppress_output" func_show_eval_locale "$command" \ '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' if test warn = "$need_locks" && test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then $ECHO "\ *** ERROR, $lockfile contains: `cat $lockfile 2>/dev/null` but it should contain: $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support '-c' and '-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi # Just move the object if needed if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then func_show_eval '$MV "$output_obj" "$obj"' \ 'error=$?; $opt_dry_run || $RM $removelist; exit $error' fi fi $opt_dry_run || { func_write_libtool_object "$libobj" "$objdir/$objname" "$objname" # Unlock the critical section if it was locked if test no != "$need_locks"; then removelist=$lockfile $RM "$lockfile" fi } exit $EXIT_SUCCESS } $opt_help || { test compile = "$opt_mode" && func_mode_compile ${1+"$@"} } func_mode_help () { # We need to display help for each of the modes. case $opt_mode in "") # Generic help is extracted from the usage comments # at the start of this file. func_help ;; clean) $ECHO \ "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE... Remove files from the build directory. RM is the name of the program to use to delete files associated with each FILE (typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed to RM. If FILE is a libtool library, object or program, all the files associated with it are deleted. Otherwise, only FILE itself is deleted using RM." ;; compile) $ECHO \ "Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE Compile a source file into a libtool library object. This mode accepts the following additional options: -o OUTPUT-FILE set the output file name to OUTPUT-FILE -no-suppress do not suppress compiler output for multiple passes -prefer-pic try to build PIC objects only -prefer-non-pic try to build non-PIC objects only -shared do not build a '.o' file suitable for static linking -static only build a '.o' file suitable for static linking -Wc,FLAG -Xcompiler FLAG pass FLAG directly to the compiler COMPILE-COMMAND is a command to be used in creating a 'standard' object file from the given SOURCEFILE. The output file name is determined by removing the directory component from SOURCEFILE, then substituting the C source code suffix '.c' with the library object suffix, '.lo'." ;; execute) $ECHO \ "Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]... Automatically set library path, then run a program. This mode accepts the following additional options: -dlopen FILE add the directory containing FILE to the library path This mode sets the library path environment variable according to '-dlopen' flags. If any of the ARGS are libtool executable wrappers, then they are translated into their corresponding uninstalled binary, and any of their required library directories are added to the library path. Then, COMMAND is executed, with ARGS as arguments." ;; finish) $ECHO \ "Usage: $progname [OPTION]... --mode=finish [LIBDIR]... Complete the installation of libtool libraries. Each LIBDIR is a directory that contains libtool libraries. The commands that this mode executes may require superuser privileges. Use the '--dry-run' option if you just want to see what would be executed." ;; install) $ECHO \ "Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND... Install executables or libraries. INSTALL-COMMAND is the installation command. The first component should be either the 'install' or 'cp' program. The following components of INSTALL-COMMAND are treated specially: -inst-prefix-dir PREFIX-DIR Use PREFIX-DIR as a staging area for installation The rest of the components are interpreted as arguments to that command (only BSD-compatible install options are recognized)." ;; link) $ECHO \ "Usage: $progname [OPTION]... --mode=link LINK-COMMAND... Link object files or libraries together to form another library, or to create an executable program. LINK-COMMAND is a command using the C compiler that you would use to create a program from several object files. The following components of LINK-COMMAND are treated specially: -all-static do not do any dynamic linking at all -avoid-version do not add a version suffix if possible -bindir BINDIR specify path to binaries directory (for systems where libraries must be found in the PATH setting at runtime) -dlopen FILE '-dlpreopen' FILE if it cannot be dlopened at runtime -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) -export-symbols SYMFILE try to export only the symbols listed in SYMFILE -export-symbols-regex REGEX try to export only the symbols matching REGEX -LLIBDIR search LIBDIR for required installed libraries -lNAME OUTPUT-FILE requires the installed library libNAME -module build a library that can dlopened -no-fast-install disable the fast-install mode -no-install link a not-installable executable -no-undefined declare that a library does not refer to external symbols -o OUTPUT-FILE create OUTPUT-FILE from the specified objects -objectlist FILE use a list of object files found in FILE to specify objects -os2dllname NAME force a short DLL name on OS/2 (no effect on other OSes) -precious-files-regex REGEX don't remove output files matching REGEX -release RELEASE specify package release information -rpath LIBDIR the created library will eventually be installed in LIBDIR -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries -shared only do dynamic linking of libtool libraries -shrext SUFFIX override the standard shared library file extension -static do not do any dynamic linking of uninstalled libtool libraries -static-libtool-libs do not do any dynamic linking of libtool libraries -version-info CURRENT[:REVISION[:AGE]] specify library version info [each variable defaults to 0] -weak LIBNAME declare that the target provides the LIBNAME interface -Wc,FLAG -Xcompiler FLAG pass linker-specific FLAG directly to the compiler -Wa,FLAG -Xassembler FLAG pass linker-specific FLAG directly to the assembler -Wl,FLAG -Xlinker FLAG pass linker-specific FLAG directly to the linker -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC) All other options (arguments beginning with '-') are ignored. Every other argument is treated as a filename. Files ending in '.la' are treated as uninstalled libtool libraries, other files are standard or library object files. If the OUTPUT-FILE ends in '.la', then a libtool library is created, only library objects ('.lo' files) may be specified, and '-rpath' is required, except when creating a convenience library. If OUTPUT-FILE ends in '.a' or '.lib', then a standard library is created using 'ar' and 'ranlib', or on Windows using 'lib'. If OUTPUT-FILE ends in '.lo' or '.$objext', then a reloadable object file is created, otherwise an executable program is created." ;; uninstall) $ECHO \ "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... Remove libraries from an installation directory. RM is the name of the program to use to delete files associated with each FILE (typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed to RM. If FILE is a libtool library, all the files associated with it are deleted. Otherwise, only FILE itself is deleted using RM." ;; *) func_fatal_help "invalid operation mode '$opt_mode'" ;; esac echo $ECHO "Try '$progname --help' for more information about other modes." } # Now that we've collected a possible --mode arg, show help if necessary if $opt_help; then if test : = "$opt_help"; then func_mode_help else { func_help noexit for opt_mode in compile link execute install finish uninstall clean; do func_mode_help done } | $SED -n '1p; 2,$s/^Usage:/ or: /p' { func_help noexit for opt_mode in compile link execute install finish uninstall clean; do echo func_mode_help done } | $SED '1d /^When reporting/,/^Report/{ H d } $x /information about other modes/d /more detailed .*MODE/d s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/' fi exit $? fi # func_mode_execute arg... func_mode_execute () { $debug_cmd # The first argument is the command name. cmd=$nonopt test -z "$cmd" && \ func_fatal_help "you must specify a COMMAND" # Handle -dlopen flags immediately. for file in $opt_dlopen; do test -f "$file" \ || func_fatal_help "'$file' is not a file" dir= case $file in *.la) func_resolve_sysroot "$file" file=$func_resolve_sysroot_result # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$file" \ || func_fatal_help "'$lib' is not a valid libtool archive" # Read the libtool library. dlname= library_names= func_source "$file" # Skip this library if it cannot be dlopened. if test -z "$dlname"; then # Warn if it was a shared library. test -n "$library_names" && \ func_warning "'$file' was not linked with '-export-dynamic'" continue fi func_dirname "$file" "" "." dir=$func_dirname_result if test -f "$dir/$objdir/$dlname"; then func_append dir "/$objdir" else if test ! -f "$dir/$dlname"; then func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'" fi fi ;; *.lo) # Just add the directory containing the .lo file. func_dirname "$file" "" "." dir=$func_dirname_result ;; *) func_warning "'-dlopen' is ignored for non-libtool libraries and objects" continue ;; esac # Get the absolute pathname. absdir=`cd "$dir" && pwd` test -n "$absdir" && dir=$absdir # Now add the directory to shlibpath_var. if eval "test -z \"\$$shlibpath_var\""; then eval "$shlibpath_var=\"\$dir\"" else eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" fi done # This variable tells wrapper scripts just to set shlibpath_var # rather than running their programs. libtool_execute_magic=$magic # Check if any of the arguments is a wrapper script. args= for file do case $file in -* | *.la | *.lo ) ;; *) # Do a test to see if this is really a libtool program. if func_ltwrapper_script_p "$file"; then func_source "$file" # Transform arg to wrapped name. file=$progdir/$program elif func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" func_source "$func_ltwrapper_scriptname_result" # Transform arg to wrapped name. file=$progdir/$program fi ;; esac # Quote arguments (to preserve shell metacharacters). func_append_quoted args "$file" done if $opt_dry_run; then # Display what would be done. if test -n "$shlibpath_var"; then eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\"" echo "export $shlibpath_var" fi $ECHO "$cmd$args" exit $EXIT_SUCCESS else if test -n "$shlibpath_var"; then # Export the shlibpath_var. eval "export $shlibpath_var" fi # Restore saved environment variables for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES do eval "if test \"\${save_$lt_var+set}\" = set; then $lt_var=\$save_$lt_var; export $lt_var else $lt_unset $lt_var fi" done # Now prepare to actually exec the command. exec_cmd=\$cmd$args fi } test execute = "$opt_mode" && func_mode_execute ${1+"$@"} # func_mode_finish arg... func_mode_finish () { $debug_cmd libs= libdirs= admincmds= for opt in "$nonopt" ${1+"$@"} do if test -d "$opt"; then func_append libdirs " $opt" elif test -f "$opt"; then if func_lalib_unsafe_p "$opt"; then func_append libs " $opt" else func_warning "'$opt' is not a valid libtool archive" fi else func_fatal_error "invalid argument '$opt'" fi done if test -n "$libs"; then if test -n "$lt_sysroot"; then sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" else sysroot_cmd= fi # Remove sysroot references if $opt_dry_run; then for lib in $libs; do echo "removing references to $lt_sysroot and '=' prefixes from $lib" done else tmpdir=`func_mktempdir` for lib in $libs; do $SED -e "$sysroot_cmd s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \ > $tmpdir/tmp-la mv -f $tmpdir/tmp-la $lib done ${RM}r "$tmpdir" fi fi if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then for libdir in $libdirs; do if test -n "$finish_cmds"; then # Do each command in the finish commands. func_execute_cmds "$finish_cmds" 'admincmds="$admincmds '"$cmd"'"' fi if test -n "$finish_eval"; then # Do the single finish_eval. eval cmds=\"$finish_eval\" $opt_dry_run || eval "$cmds" || func_append admincmds " $cmds" fi done fi # Exit here if they wanted silent mode. $opt_quiet && exit $EXIT_SUCCESS if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then echo "----------------------------------------------------------------------" echo "Libraries have been installed in:" for libdir in $libdirs; do $ECHO " $libdir" done echo echo "If you ever happen to want to link against installed libraries" echo "in a given directory, LIBDIR, you must either use libtool, and" echo "specify the full pathname of the library, or use the '-LLIBDIR'" echo "flag during linking and do at least one of the following:" if test -n "$shlibpath_var"; then echo " - add LIBDIR to the '$shlibpath_var' environment variable" echo " during execution" fi if test -n "$runpath_var"; then echo " - add LIBDIR to the '$runpath_var' environment variable" echo " during linking" fi if test -n "$hardcode_libdir_flag_spec"; then libdir=LIBDIR eval flag=\"$hardcode_libdir_flag_spec\" $ECHO " - use the '$flag' linker flag" fi if test -n "$admincmds"; then $ECHO " - have your system administrator run these commands:$admincmds" fi if test -f /etc/ld.so.conf; then echo " - have your system administrator add LIBDIR to '/etc/ld.so.conf'" fi echo echo "See any operating system documentation about shared libraries for" case $host in solaris2.[6789]|solaris2.1[0-9]) echo "more information, such as the ld(1), crle(1) and ld.so(8) manual" echo "pages." ;; *) echo "more information, such as the ld(1) and ld.so(8) manual pages." ;; esac echo "----------------------------------------------------------------------" fi exit $EXIT_SUCCESS } test finish = "$opt_mode" && func_mode_finish ${1+"$@"} # func_mode_install arg... func_mode_install () { $debug_cmd # There may be an optional sh(1) argument at the beginning of # install_prog (especially on Windows NT). if test "$SHELL" = "$nonopt" || test /bin/sh = "$nonopt" || # Allow the use of GNU shtool's install command. case $nonopt in *shtool*) :;; *) false;; esac then # Aesthetically quote it. func_quote_arg pretty "$nonopt" install_prog="$func_quote_arg_result " arg=$1 shift else install_prog= arg=$nonopt fi # The real first argument should be the name of the installation program. # Aesthetically quote it. func_quote_arg pretty "$arg" func_append install_prog "$func_quote_arg_result" install_shared_prog=$install_prog case " $install_prog " in *[\\\ /]cp\ *) install_cp=: ;; *) install_cp=false ;; esac # We need to accept at least all the BSD install flags. dest= files= opts= prev= install_type= isdir=false stripme= no_mode=: for arg do arg2= if test -n "$dest"; then func_append files " $dest" dest=$arg continue fi case $arg in -d) isdir=: ;; -f) if $install_cp; then :; else prev=$arg fi ;; -g | -m | -o) prev=$arg ;; -s) stripme=" -s" continue ;; -*) ;; *) # If the previous option needed an argument, then skip it. if test -n "$prev"; then if test X-m = "X$prev" && test -n "$install_override_mode"; then arg2=$install_override_mode no_mode=false fi prev= else dest=$arg continue fi ;; esac # Aesthetically quote the argument. func_quote_arg pretty "$arg" func_append install_prog " $func_quote_arg_result" if test -n "$arg2"; then func_quote_arg pretty "$arg2" fi func_append install_shared_prog " $func_quote_arg_result" done test -z "$install_prog" && \ func_fatal_help "you must specify an install program" test -n "$prev" && \ func_fatal_help "the '$prev' option requires an argument" if test -n "$install_override_mode" && $no_mode; then if $install_cp; then :; else func_quote_arg pretty "$install_override_mode" func_append install_shared_prog " -m $func_quote_arg_result" fi fi if test -z "$files"; then if test -z "$dest"; then func_fatal_help "no file or destination specified" else func_fatal_help "you must specify a destination" fi fi # Strip any trailing slash from the destination. func_stripname '' '/' "$dest" dest=$func_stripname_result # Check to see that the destination is a directory. test -d "$dest" && isdir=: if $isdir; then destdir=$dest destname= else func_dirname_and_basename "$dest" "" "." destdir=$func_dirname_result destname=$func_basename_result # Not a directory, so check to see that there is only one file specified. set dummy $files; shift test "$#" -gt 1 && \ func_fatal_help "'$dest' is not a directory" fi case $destdir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) for file in $files; do case $file in *.lo) ;; *) func_fatal_help "'$destdir' must be an absolute directory name" ;; esac done ;; esac # This variable tells wrapper scripts just to set variables rather # than running their programs. libtool_install_magic=$magic staticlibs= future_libdirs= current_libdirs= for file in $files; do # Do each installation. case $file in *.$libext) # Do the static libraries later. func_append staticlibs " $file" ;; *.la) func_resolve_sysroot "$file" file=$func_resolve_sysroot_result # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$file" \ || func_fatal_help "'$file' is not a valid libtool archive" library_names= old_library= relink_command= func_source "$file" # Add the libdir to current_libdirs if it is the destination. if test "X$destdir" = "X$libdir"; then case "$current_libdirs " in *" $libdir "*) ;; *) func_append current_libdirs " $libdir" ;; esac else # Note the libdir as a future libdir. case "$future_libdirs " in *" $libdir "*) ;; *) func_append future_libdirs " $libdir" ;; esac fi func_dirname "$file" "/" "" dir=$func_dirname_result func_append dir "$objdir" if test -n "$relink_command"; then # Determine the prefix the user has applied to our future dir. inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` # Don't allow the user to place us outside of our expected # location b/c this prevents finding dependent libraries that # are installed to the same prefix. # At present, this check doesn't affect windows .dll's that # are installed into $libdir/../bin (currently, that works fine) # but it's something to keep an eye on. test "$inst_prefix_dir" = "$destdir" && \ func_fatal_error "error: cannot install '$file' to a directory not ending in $libdir" if test -n "$inst_prefix_dir"; then # Stick the inst_prefix_dir data into the link command. relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` else relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` fi func_warning "relinking '$file'" func_show_eval "$relink_command" \ 'func_fatal_error "error: relink '\''$file'\'' with the above command before installing it"' fi # See the names of the shared library. set dummy $library_names; shift if test -n "$1"; then realname=$1 shift srcname=$realname test -n "$relink_command" && srcname=${realname}T # Install the shared library and build the symlinks. func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \ 'exit $?' tstripme=$stripme case $host_os in cygwin* | mingw* | pw32* | cegcc*) case $realname in *.dll.a) tstripme= ;; esac ;; os2*) case $realname in *_dll.a) tstripme= ;; esac ;; esac if test -n "$tstripme" && test -n "$striplib"; then func_show_eval "$striplib $destdir/$realname" 'exit $?' fi if test "$#" -gt 0; then # Delete the old symlinks, and create new ones. # Try 'ln -sf' first, because the 'ln' binary might depend on # the symlink we replace! Solaris /bin/ln does not understand -f, # so we also need to try rm && ln -s. for linkname do test "$linkname" != "$realname" \ && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })" done fi # Do each command in the postinstall commands. lib=$destdir/$realname func_execute_cmds "$postinstall_cmds" 'exit $?' fi # Install the pseudo-library for information purposes. func_basename "$file" name=$func_basename_result instname=$dir/${name}i func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' # Maybe install the static library, too. test -n "$old_library" && func_append staticlibs " $dir/$old_library" ;; *.lo) # Install (i.e. copy) a libtool object. # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then destfile=$destdir/$destname else func_basename "$file" destfile=$func_basename_result destfile=$destdir/$destfile fi # Deduce the name of the destination old-style object file. case $destfile in *.lo) func_lo2o "$destfile" staticdest=$func_lo2o_result ;; *.$objext) staticdest=$destfile destfile= ;; *) func_fatal_help "cannot copy a libtool object to '$destfile'" ;; esac # Install the libtool object if requested. test -n "$destfile" && \ func_show_eval "$install_prog $file $destfile" 'exit $?' # Install the old object if enabled. if test yes = "$build_old_libs"; then # Deduce the name of the old-style object file. func_lo2o "$file" staticobj=$func_lo2o_result func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?' fi exit $EXIT_SUCCESS ;; *) # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then destfile=$destdir/$destname else func_basename "$file" destfile=$func_basename_result destfile=$destdir/$destfile fi # If the file is missing, and there is a .exe on the end, strip it # because it is most likely a libtool script we actually want to # install stripped_ext= case $file in *.exe) if test ! -f "$file"; then func_stripname '' '.exe' "$file" file=$func_stripname_result stripped_ext=.exe fi ;; esac # Do a test to see if this is really a libtool program. case $host in *cygwin* | *mingw*) if func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" wrapper=$func_ltwrapper_scriptname_result else func_stripname '' '.exe' "$file" wrapper=$func_stripname_result fi ;; *) wrapper=$file ;; esac if func_ltwrapper_script_p "$wrapper"; then notinst_deplibs= relink_command= func_source "$wrapper" # Check the variables that should have been set. test -z "$generated_by_libtool_version" && \ func_fatal_error "invalid libtool wrapper script '$wrapper'" finalize=: for lib in $notinst_deplibs; do # Check to see that each library is installed. libdir= if test -f "$lib"; then func_source "$lib" fi libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` if test -n "$libdir" && test ! -f "$libfile"; then func_warning "'$lib' has not been installed in '$libdir'" finalize=false fi done relink_command= func_source "$wrapper" outputname= if test no = "$fast_install" && test -n "$relink_command"; then $opt_dry_run || { if $finalize; then tmpdir=`func_mktempdir` func_basename "$file$stripped_ext" file=$func_basename_result outputname=$tmpdir/$file # Replace the output file specification. relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` $opt_quiet || { func_quote_arg expand,pretty "$relink_command" eval "func_echo $func_quote_arg_result" } if eval "$relink_command"; then : else func_error "error: relink '$file' with the above command before installing it" $opt_dry_run || ${RM}r "$tmpdir" continue fi file=$outputname else func_warning "cannot relink '$file'" fi } else # Install the binary that we compiled earlier. file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` fi fi # remove .exe since cygwin /usr/bin/install will append another # one anyway case $install_prog,$host in */usr/bin/install*,*cygwin*) case $file:$destfile in *.exe:*.exe) # this is ok ;; *.exe:*) destfile=$destfile.exe ;; *:*.exe) func_stripname '' '.exe' "$destfile" destfile=$func_stripname_result ;; esac ;; esac func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?' $opt_dry_run || if test -n "$outputname"; then ${RM}r "$tmpdir" fi ;; esac done for file in $staticlibs; do func_basename "$file" name=$func_basename_result # Set up the ranlib parameters. oldlib=$destdir/$name func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 tool_oldlib=$func_to_tool_file_result func_show_eval "$install_prog \$file \$oldlib" 'exit $?' if test -n "$stripme" && test -n "$old_striplib"; then func_show_eval "$old_striplib $tool_oldlib" 'exit $?' fi # Do each command in the postinstall commands. func_execute_cmds "$old_postinstall_cmds" 'exit $?' done test -n "$future_libdirs" && \ func_warning "remember to run '$progname --finish$future_libdirs'" if test -n "$current_libdirs"; then # Maybe just do a dry run. $opt_dry_run && current_libdirs=" -n$current_libdirs" exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs' else exit $EXIT_SUCCESS fi } test install = "$opt_mode" && func_mode_install ${1+"$@"} # func_generate_dlsyms outputname originator pic_p # Extract symbols from dlprefiles and create ${outputname}S.o with # a dlpreopen symbol table. func_generate_dlsyms () { $debug_cmd my_outputname=$1 my_originator=$2 my_pic_p=${3-false} my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'` my_dlsyms= if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then if test -n "$NM" && test -n "$global_symbol_pipe"; then my_dlsyms=${my_outputname}S.c else func_error "not configured to extract global symbols from dlpreopened files" fi fi if test -n "$my_dlsyms"; then case $my_dlsyms in "") ;; *.c) # Discover the nlist of each of the dlfiles. nlist=$output_objdir/$my_outputname.nm func_show_eval "$RM $nlist ${nlist}S ${nlist}T" # Parse the name list into a source file. func_verbose "creating $output_objdir/$my_dlsyms" $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\ /* $my_dlsyms - symbol resolution table for '$my_outputname' dlsym emulation. */ /* Generated by $PROGRAM (GNU $PACKAGE) $VERSION */ #ifdef __cplusplus extern \"C\" { #endif #if defined __GNUC__ && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4)) #pragma GCC diagnostic ignored \"-Wstrict-prototypes\" #endif /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE /* DATA imports from DLLs on WIN32 can't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT_DLSYM_CONST #elif defined __osf__ /* This system does not cope well with relocations in const data. */ # define LT_DLSYM_CONST #else # define LT_DLSYM_CONST const #endif #define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0) /* External symbol declarations for the compiler. */\ " if test yes = "$dlself"; then func_verbose "generating symbol list for '$output'" $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist" # Add our own program objects to the symbol list. progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` for progfile in $progfiles; do func_to_tool_file "$progfile" func_convert_file_msys_to_w32 func_verbose "extracting global C symbols from '$func_to_tool_file_result'" $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'" done if test -n "$exclude_expsyms"; then $opt_dry_run || { eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' } fi if test -n "$export_symbols_regex"; then $opt_dry_run || { eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' } fi # Prepare the list of exported symbols if test -z "$export_symbols"; then export_symbols=$output_objdir/$outputname.exp $opt_dry_run || { $RM $export_symbols eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' case $host in *cygwin* | *mingw* | *cegcc* ) eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' ;; esac } else $opt_dry_run || { eval "$SED -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' case $host in *cygwin* | *mingw* | *cegcc* ) eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' ;; esac } fi fi for dlprefile in $dlprefiles; do func_verbose "extracting global C symbols from '$dlprefile'" func_basename "$dlprefile" name=$func_basename_result case $host in *cygwin* | *mingw* | *cegcc* ) # if an import library, we need to obtain dlname if func_win32_import_lib_p "$dlprefile"; then func_tr_sh "$dlprefile" eval "curr_lafile=\$libfile_$func_tr_sh_result" dlprefile_dlbasename= if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then # Use subshell, to avoid clobbering current variable values dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` if test -n "$dlprefile_dlname"; then func_basename "$dlprefile_dlname" dlprefile_dlbasename=$func_basename_result else # no lafile. user explicitly requested -dlpreopen . $sharedlib_from_linklib_cmd "$dlprefile" dlprefile_dlbasename=$sharedlib_from_linklib_result fi fi $opt_dry_run || { if test -n "$dlprefile_dlbasename"; then eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"' else func_warning "Could not compute DLL name from $name" eval '$ECHO ": $name " >> "$nlist"' fi func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe | $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'" } else # not an import lib $opt_dry_run || { eval '$ECHO ": $name " >> "$nlist"' func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" } fi ;; *) $opt_dry_run || { eval '$ECHO ": $name " >> "$nlist"' func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" } ;; esac done $opt_dry_run || { # Make sure we have at least an empty file. test -f "$nlist" || : > "$nlist" if test -n "$exclude_expsyms"; then $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T $MV "$nlist"T "$nlist" fi # Try sorting and uniquifying the output. if $GREP -v "^: " < "$nlist" | if sort -k 3 /dev/null 2>&1; then sort -k 3 else sort +2 fi | uniq > "$nlist"S; then : else $GREP -v "^: " < "$nlist" > "$nlist"S fi if test -f "$nlist"S; then eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"' else echo '/* NONE */' >> "$output_objdir/$my_dlsyms" fi func_show_eval '$RM "${nlist}I"' if test -n "$global_symbol_to_import"; then eval "$global_symbol_to_import"' < "$nlist"S > "$nlist"I' fi echo >> "$output_objdir/$my_dlsyms" "\ /* The mapping between symbol names and symbols. */ typedef struct { const char *name; void *address; } lt_dlsymlist; extern LT_DLSYM_CONST lt_dlsymlist lt_${my_prefix}_LTX_preloaded_symbols[];\ " if test -s "$nlist"I; then echo >> "$output_objdir/$my_dlsyms" "\ static void lt_syminit(void) { LT_DLSYM_CONST lt_dlsymlist *symbol = lt_${my_prefix}_LTX_preloaded_symbols; for (; symbol->name; ++symbol) {" $SED 's/.*/ if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >> "$output_objdir/$my_dlsyms" echo >> "$output_objdir/$my_dlsyms" "\ } }" fi echo >> "$output_objdir/$my_dlsyms" "\ LT_DLSYM_CONST lt_dlsymlist lt_${my_prefix}_LTX_preloaded_symbols[] = { {\"$my_originator\", (void *) 0}," if test -s "$nlist"I; then echo >> "$output_objdir/$my_dlsyms" "\ {\"@INIT@\", (void *) <_syminit}," fi case $need_lib_prefix in no) eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms" ;; *) eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms" ;; esac echo >> "$output_objdir/$my_dlsyms" "\ {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt_${my_prefix}_LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif\ " } # !$opt_dry_run pic_flag_for_symtable= case "$compile_command " in *" -static "*) ;; *) case $host in # compiling the symbol table file with pic_flag works around # a FreeBSD bug that causes programs to crash when -lm is # linked before any other PIC object. But we must not use # pic_flag when linking with -static. The problem exists in # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;; *-*-hpux*) pic_flag_for_symtable=" $pic_flag" ;; *) $my_pic_p && pic_flag_for_symtable=" $pic_flag" ;; esac ;; esac symtab_cflags= for arg in $LTCFLAGS; do case $arg in -pie | -fpie | -fPIE) ;; *) func_append symtab_cflags " $arg" ;; esac done # Now compile the dynamic symbol file. func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?' # Clean up the generated files. func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T" "${nlist}I"' # Transform the symbol file into the correct name. symfileobj=$output_objdir/${my_outputname}S.$objext case $host in *cygwin* | *mingw* | *cegcc* ) if test -f "$output_objdir/$my_outputname.def"; then compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` else compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` fi ;; *) compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` ;; esac ;; *) func_fatal_error "unknown suffix for '$my_dlsyms'" ;; esac else # We keep going just in case the user didn't refer to # lt_preloaded_symbols. The linker will fail if global_symbol_pipe # really was required. # Nullify the symbol file. compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` fi } # func_cygming_gnu_implib_p ARG # This predicate returns with zero status (TRUE) if # ARG is a GNU/binutils-style import library. Returns # with nonzero status (FALSE) otherwise. func_cygming_gnu_implib_p () { $debug_cmd func_to_tool_file "$1" func_convert_file_msys_to_w32 func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` test -n "$func_cygming_gnu_implib_tmp" } # func_cygming_ms_implib_p ARG # This predicate returns with zero status (TRUE) if # ARG is an MS-style import library. Returns # with nonzero status (FALSE) otherwise. func_cygming_ms_implib_p () { $debug_cmd func_to_tool_file "$1" func_convert_file_msys_to_w32 func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` test -n "$func_cygming_ms_implib_tmp" } # func_win32_libid arg # return the library type of file 'arg' # # Need a lot of goo to handle *both* DLLs and import libs # Has to be a shell function in order to 'eat' the argument # that is supplied when $file_magic_command is called. # Despite the name, also deal with 64 bit binaries. func_win32_libid () { $debug_cmd win32_libid_type=unknown win32_fileres=`file -L $1 2>/dev/null` case $win32_fileres in *ar\ archive\ import\ library*) # definitely import win32_libid_type="x86 archive import" ;; *ar\ archive*) # could be an import, or static # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD. if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then case $nm_interface in "MS dumpbin") if func_cygming_ms_implib_p "$1" || func_cygming_gnu_implib_p "$1" then win32_nmres=import else win32_nmres= fi ;; *) func_to_tool_file "$1" func_convert_file_msys_to_w32 win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" | $SED -n -e ' 1,100{ / I /{ s|.*|import| p q } }'` ;; esac case $win32_nmres in import*) win32_libid_type="x86 archive import";; *) win32_libid_type="x86 archive static";; esac fi ;; *DLL*) win32_libid_type="x86 DLL" ;; *executable*) # but shell scripts are "executable" too... case $win32_fileres in *MS\ Windows\ PE\ Intel*) win32_libid_type="x86 DLL" ;; esac ;; esac $ECHO "$win32_libid_type" } # func_cygming_dll_for_implib ARG # # Platform-specific function to extract the # name of the DLL associated with the specified # import library ARG. # Invoked by eval'ing the libtool variable # $sharedlib_from_linklib_cmd # Result is available in the variable # $sharedlib_from_linklib_result func_cygming_dll_for_implib () { $debug_cmd sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` } # func_cygming_dll_for_implib_fallback_core SECTION_NAME LIBNAMEs # # The is the core of a fallback implementation of a # platform-specific function to extract the name of the # DLL associated with the specified import library LIBNAME. # # SECTION_NAME is either .idata$6 or .idata$7, depending # on the platform and compiler that created the implib. # # Echos the name of the DLL associated with the # specified import library. func_cygming_dll_for_implib_fallback_core () { $debug_cmd match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` $OBJDUMP -s --section "$1" "$2" 2>/dev/null | $SED '/^Contents of section '"$match_literal"':/{ # Place marker at beginning of archive member dllname section s/.*/====MARK====/ p d } # These lines can sometimes be longer than 43 characters, but # are always uninteresting /:[ ]*file format pe[i]\{,1\}-/d /^In archive [^:]*:/d # Ensure marker is printed /^====MARK====/p # Remove all lines with less than 43 characters /^.\{43\}/!d # From remaining lines, remove first 43 characters s/^.\{43\}//' | $SED -n ' # Join marker and all lines until next marker into a single line /^====MARK====/ b para H $ b para b :para x s/\n//g # Remove the marker s/^====MARK====// # Remove trailing dots and whitespace s/[\. \t]*$// # Print /./p' | # we now have a list, one entry per line, of the stringified # contents of the appropriate section of all members of the # archive that possess that section. Heuristic: eliminate # all those that have a first or second character that is # a '.' (that is, objdump's representation of an unprintable # character.) This should work for all archives with less than # 0x302f exports -- but will fail for DLLs whose name actually # begins with a literal '.' or a single character followed by # a '.'. # # Of those that remain, print the first one. $SED -e '/^\./d;/^.\./d;q' } # func_cygming_dll_for_implib_fallback ARG # Platform-specific function to extract the # name of the DLL associated with the specified # import library ARG. # # This fallback implementation is for use when $DLLTOOL # does not support the --identify-strict option. # Invoked by eval'ing the libtool variable # $sharedlib_from_linklib_cmd # Result is available in the variable # $sharedlib_from_linklib_result func_cygming_dll_for_implib_fallback () { $debug_cmd if func_cygming_gnu_implib_p "$1"; then # binutils import library sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` elif func_cygming_ms_implib_p "$1"; then # ms-generated import library sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` else # unknown sharedlib_from_linklib_result= fi } # func_extract_an_archive dir oldlib func_extract_an_archive () { $debug_cmd f_ex_an_ar_dir=$1; shift f_ex_an_ar_oldlib=$1 if test yes = "$lock_old_archive_extraction"; then lockfile=$f_ex_an_ar_oldlib.lock until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do func_echo "Waiting for $lockfile to be removed" sleep 2 done fi func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \ 'stat=$?; rm -f "$lockfile"; exit $stat' if test yes = "$lock_old_archive_extraction"; then $opt_dry_run || rm -f "$lockfile" fi if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then : else func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" fi } # func_extract_archives gentop oldlib ... func_extract_archives () { $debug_cmd my_gentop=$1; shift my_oldlibs=${1+"$@"} my_oldobjs= my_xlib= my_xabs= my_xdir= for my_xlib in $my_oldlibs; do # Extract the objects. case $my_xlib in [\\/]* | [A-Za-z]:[\\/]*) my_xabs=$my_xlib ;; *) my_xabs=`pwd`"/$my_xlib" ;; esac func_basename "$my_xlib" my_xlib=$func_basename_result my_xlib_u=$my_xlib while :; do case " $extracted_archives " in *" $my_xlib_u "*) func_arith $extracted_serial + 1 extracted_serial=$func_arith_result my_xlib_u=lt$extracted_serial-$my_xlib ;; *) break ;; esac done extracted_archives="$extracted_archives $my_xlib_u" my_xdir=$my_gentop/$my_xlib_u func_mkdir_p "$my_xdir" case $host in *-darwin*) func_verbose "Extracting $my_xabs" # Do not bother doing anything if just a dry run $opt_dry_run || { darwin_orig_dir=`pwd` cd $my_xdir || exit $? darwin_archive=$my_xabs darwin_curdir=`pwd` func_basename "$darwin_archive" darwin_base_archive=$func_basename_result darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` if test -n "$darwin_arches"; then darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` darwin_arch= func_verbose "$darwin_base_archive has multiple architectures $darwin_arches" for darwin_arch in $darwin_arches; do func_mkdir_p "unfat-$$/$darwin_base_archive-$darwin_arch" $LIPO -thin $darwin_arch -output "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" "$darwin_archive" cd "unfat-$$/$darwin_base_archive-$darwin_arch" func_extract_an_archive "`pwd`" "$darwin_base_archive" cd "$darwin_curdir" $RM "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" done # $darwin_arches ## Okay now we've a bunch of thin objects, gotta fatten them up :) darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u` darwin_file= darwin_files= for darwin_file in $darwin_filelist; do darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` $LIPO -create -output "$darwin_file" $darwin_files done # $darwin_filelist $RM -rf unfat-$$ cd "$darwin_orig_dir" else cd $darwin_orig_dir func_extract_an_archive "$my_xdir" "$my_xabs" fi # $darwin_arches } # !$opt_dry_run ;; *) func_extract_an_archive "$my_xdir" "$my_xabs" ;; esac my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` done func_extract_archives_result=$my_oldobjs } # func_emit_wrapper [arg=no] # # Emit a libtool wrapper script on stdout. # Don't directly open a file because we may want to # incorporate the script contents within a cygwin/mingw # wrapper executable. Must ONLY be called from within # func_mode_link because it depends on a number of variables # set therein. # # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR # variable will take. If 'yes', then the emitted script # will assume that the directory where it is stored is # the $objdir directory. This is a cygwin/mingw-specific # behavior. func_emit_wrapper () { func_emit_wrapper_arg1=${1-no} $ECHO "\ #! $SHELL # $output - temporary wrapper script for $objdir/$outputname # Generated by $PROGRAM (GNU $PACKAGE) $VERSION # # The $output program cannot be directly executed until all the libtool # libraries that it depends on are installed. # # This wrapper script should never be moved out of the build directory. # If it is, it will not operate correctly. # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. sed_quote_subst='$sed_quote_subst' # Be Bourne compatible if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST else case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac fi BIN_SH=xpg4; export BIN_SH # for Tru64 DUALCASE=1; export DUALCASE # for MKS sh # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH relink_command=\"$relink_command\" # This environment variable determines our operation mode. if test \"\$libtool_install_magic\" = \"$magic\"; then # install mode needs the following variables: generated_by_libtool_version='$macro_version' notinst_deplibs='$notinst_deplibs' else # When we are sourced in execute mode, \$file and \$ECHO are already set. if test \"\$libtool_execute_magic\" != \"$magic\"; then file=\"\$0\"" func_quote_arg pretty "$ECHO" qECHO=$func_quote_arg_result $ECHO "\ # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF \$1 _LTECHO_EOF' } ECHO=$qECHO fi # Very basic option parsing. These options are (a) specific to # the libtool wrapper, (b) are identical between the wrapper # /script/ and the wrapper /executable/ that is used only on # windows platforms, and (c) all begin with the string "--lt-" # (application programs are unlikely to have options that match # this pattern). # # There are only two supported options: --lt-debug and # --lt-dump-script. There is, deliberately, no --lt-help. # # The first argument to this parsing function should be the # script's $0 value, followed by "$@". lt_option_debug= func_parse_lt_options () { lt_script_arg0=\$0 shift for lt_opt do case \"\$lt_opt\" in --lt-debug) lt_option_debug=1 ;; --lt-dump-script) lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` cat \"\$lt_dump_D/\$lt_dump_F\" exit 0 ;; --lt-*) \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2 exit 1 ;; esac done # Print the debug banner immediately: if test -n \"\$lt_option_debug\"; then echo \"$outputname:$output:\$LINENO: libtool wrapper (GNU $PACKAGE) $VERSION\" 1>&2 fi } # Used when --lt-debug. Prints its arguments to stdout # (redirection is the responsibility of the caller) func_lt_dump_args () { lt_dump_args_N=1; for lt_arg do \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\" lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` done } # Core function for launching the target application func_exec_program_core () { " case $host in # Backslashes separate directories on plain windows *-*-mingw | *-*-os2* | *-cegcc*) $ECHO "\ if test -n \"\$lt_option_debug\"; then \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir\\\\\$program\" 1>&2 func_lt_dump_args \${1+\"\$@\"} 1>&2 fi exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} " ;; *) $ECHO "\ if test -n \"\$lt_option_debug\"; then \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir/\$program\" 1>&2 func_lt_dump_args \${1+\"\$@\"} 1>&2 fi exec \"\$progdir/\$program\" \${1+\"\$@\"} " ;; esac $ECHO "\ \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2 exit 1 } # A function to encapsulate launching the target application # Strips options in the --lt-* namespace from \$@ and # launches target application with the remaining arguments. func_exec_program () { case \" \$* \" in *\\ --lt-*) for lt_wr_arg do case \$lt_wr_arg in --lt-*) ;; *) set x \"\$@\" \"\$lt_wr_arg\"; shift;; esac shift done ;; esac func_exec_program_core \${1+\"\$@\"} } # Parse options func_parse_lt_options \"\$0\" \${1+\"\$@\"} # Find the directory that this script lives in. thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` test \"x\$thisdir\" = \"x\$file\" && thisdir=. # Follow symbolic links until we get to the real thisdir. file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` while test -n \"\$file\"; do destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` # If there was a directory component, then change thisdir. if test \"x\$destdir\" != \"x\$file\"; then case \"\$destdir\" in [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; *) thisdir=\"\$thisdir/\$destdir\" ;; esac fi file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` done # Usually 'no', except on cygwin/mingw when embedded into # the cwrapper. WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1 if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then # special case for '.' if test \"\$thisdir\" = \".\"; then thisdir=\`pwd\` fi # remove .libs from thisdir case \"\$thisdir\" in *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; $objdir ) thisdir=. ;; esac fi # Try to get the absolute directory name. absdir=\`cd \"\$thisdir\" && pwd\` test -n \"\$absdir\" && thisdir=\"\$absdir\" " if test yes = "$fast_install"; then $ECHO "\ program=lt-'$outputname'$exeext progdir=\"\$thisdir/$objdir\" if test ! -f \"\$progdir/\$program\" || { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\ test \"X\$file\" != \"X\$progdir/\$program\"; }; then file=\"\$\$-\$program\" if test ! -d \"\$progdir\"; then $MKDIR \"\$progdir\" else $RM \"\$progdir/\$file\" fi" $ECHO "\ # relink executable if necessary if test -n \"\$relink_command\"; then if relink_command_output=\`eval \$relink_command 2>&1\`; then : else \$ECHO \"\$relink_command_output\" >&2 $RM \"\$progdir/\$file\" exit 1 fi fi $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || { $RM \"\$progdir/\$program\"; $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; } $RM \"\$progdir/\$file\" fi" else $ECHO "\ program='$outputname' progdir=\"\$thisdir/$objdir\" " fi $ECHO "\ if test -f \"\$progdir/\$program\"; then" # fixup the dll searchpath if we need to. # # Fix the DLL searchpath if we need to. Do this before prepending # to shlibpath, because on Windows, both are PATH and uninstalled # libraries must come first. if test -n "$dllsearchpath"; then $ECHO "\ # Add the dll search path components to the executable PATH PATH=$dllsearchpath:\$PATH " fi # Export our shlibpath_var if we have one. if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then $ECHO "\ # Add our own library path to $shlibpath_var $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" # Some systems cannot cope with colon-terminated $shlibpath_var # The second colon is a workaround for a bug in BeOS R4 sed $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` export $shlibpath_var " fi $ECHO "\ if test \"\$libtool_execute_magic\" != \"$magic\"; then # Run the actual program with our arguments. func_exec_program \${1+\"\$@\"} fi else # The program doesn't exist. \$ECHO \"\$0: error: '\$progdir/\$program' does not exist\" 1>&2 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2 \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2 exit 1 fi fi\ " } # func_emit_cwrapperexe_src # emit the source code for a wrapper executable on stdout # Must ONLY be called from within func_mode_link because # it depends on a number of variable set therein. func_emit_cwrapperexe_src () { cat < #include #ifdef _MSC_VER # include # include # include #else # include # include # ifdef __CYGWIN__ # include # endif #endif #include #include #include #include #include #include #include #include #define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0) /* declarations of non-ANSI functions */ #if defined __MINGW32__ # ifdef __STRICT_ANSI__ int _putenv (const char *); # endif #elif defined __CYGWIN__ # ifdef __STRICT_ANSI__ char *realpath (const char *, char *); int putenv (char *); int setenv (const char *, const char *, int); # endif /* #elif defined other_platform || defined ... */ #endif /* portability defines, excluding path handling macros */ #if defined _MSC_VER # define setmode _setmode # define stat _stat # define chmod _chmod # define getcwd _getcwd # define putenv _putenv # define S_IXUSR _S_IEXEC #elif defined __MINGW32__ # define setmode _setmode # define stat _stat # define chmod _chmod # define getcwd _getcwd # define putenv _putenv #elif defined __CYGWIN__ # define HAVE_SETENV # define FOPEN_WB "wb" /* #elif defined other platforms ... */ #endif #if defined PATH_MAX # define LT_PATHMAX PATH_MAX #elif defined MAXPATHLEN # define LT_PATHMAX MAXPATHLEN #else # define LT_PATHMAX 1024 #endif #ifndef S_IXOTH # define S_IXOTH 0 #endif #ifndef S_IXGRP # define S_IXGRP 0 #endif /* path handling portability macros */ #ifndef DIR_SEPARATOR # define DIR_SEPARATOR '/' # define PATH_SEPARATOR ':' #endif #if defined _WIN32 || defined __MSDOS__ || defined __DJGPP__ || \ defined __OS2__ # define HAVE_DOS_BASED_FILE_SYSTEM # define FOPEN_WB "wb" # ifndef DIR_SEPARATOR_2 # define DIR_SEPARATOR_2 '\\' # endif # ifndef PATH_SEPARATOR_2 # define PATH_SEPARATOR_2 ';' # endif #endif #ifndef DIR_SEPARATOR_2 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) #else /* DIR_SEPARATOR_2 */ # define IS_DIR_SEPARATOR(ch) \ (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) #endif /* DIR_SEPARATOR_2 */ #ifndef PATH_SEPARATOR_2 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR) #else /* PATH_SEPARATOR_2 */ # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) #endif /* PATH_SEPARATOR_2 */ #ifndef FOPEN_WB # define FOPEN_WB "w" #endif #ifndef _O_BINARY # define _O_BINARY 0 #endif #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) #define XFREE(stale) do { \ if (stale) { free (stale); stale = 0; } \ } while (0) #if defined LT_DEBUGWRAPPER static int lt_debug = 1; #else static int lt_debug = 0; #endif const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */ void *xmalloc (size_t num); char *xstrdup (const char *string); const char *base_name (const char *name); char *find_executable (const char *wrapper); char *chase_symlinks (const char *pathspec); int make_executable (const char *path); int check_executable (const char *path); char *strendzap (char *str, const char *pat); void lt_debugprintf (const char *file, int line, const char *fmt, ...); void lt_fatal (const char *file, int line, const char *message, ...); static const char *nonnull (const char *s); static const char *nonempty (const char *s); void lt_setenv (const char *name, const char *value); char *lt_extend_str (const char *orig_value, const char *add, int to_end); void lt_update_exe_path (const char *name, const char *value); void lt_update_lib_path (const char *name, const char *value); char **prepare_spawn (char **argv); void lt_dump_script (FILE *f); EOF cat <= 0) && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) return 1; else return 0; } int make_executable (const char *path) { int rval = 0; struct stat st; lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n", nonempty (path)); if ((!path) || (!*path)) return 0; if (stat (path, &st) >= 0) { rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR); } return rval; } /* Searches for the full path of the wrapper. Returns newly allocated full path name if found, NULL otherwise Does not chase symlinks, even on platforms that support them. */ char * find_executable (const char *wrapper) { int has_slash = 0; const char *p; const char *p_next; /* static buffer for getcwd */ char tmp[LT_PATHMAX + 1]; size_t tmp_len; char *concat_name; lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n", nonempty (wrapper)); if ((wrapper == NULL) || (*wrapper == '\0')) return NULL; /* Absolute path? */ #if defined HAVE_DOS_BASED_FILE_SYSTEM if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':') { concat_name = xstrdup (wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } else { #endif if (IS_DIR_SEPARATOR (wrapper[0])) { concat_name = xstrdup (wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } #if defined HAVE_DOS_BASED_FILE_SYSTEM } #endif for (p = wrapper; *p; p++) if (*p == '/') { has_slash = 1; break; } if (!has_slash) { /* no slashes; search PATH */ const char *path = getenv ("PATH"); if (path != NULL) { for (p = path; *p; p = p_next) { const char *q; size_t p_len; for (q = p; *q; q++) if (IS_PATH_SEPARATOR (*q)) break; p_len = (size_t) (q - p); p_next = (*q == '\0' ? q : q + 1); if (p_len == 0) { /* empty path: current directory */ if (getcwd (tmp, LT_PATHMAX) == NULL) lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", nonnull (strerror (errno))); tmp_len = strlen (tmp); concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, tmp, tmp_len); concat_name[tmp_len] = '/'; strcpy (concat_name + tmp_len + 1, wrapper); } else { concat_name = XMALLOC (char, p_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, p, p_len); concat_name[p_len] = '/'; strcpy (concat_name + p_len + 1, wrapper); } if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } } /* not found in PATH; assume curdir */ } /* Relative path | not found in path: prepend cwd */ if (getcwd (tmp, LT_PATHMAX) == NULL) lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", nonnull (strerror (errno))); tmp_len = strlen (tmp); concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, tmp, tmp_len); concat_name[tmp_len] = '/'; strcpy (concat_name + tmp_len + 1, wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); return NULL; } char * chase_symlinks (const char *pathspec) { #ifndef S_ISLNK return xstrdup (pathspec); #else char buf[LT_PATHMAX]; struct stat s; char *tmp_pathspec = xstrdup (pathspec); char *p; int has_symlinks = 0; while (strlen (tmp_pathspec) && !has_symlinks) { lt_debugprintf (__FILE__, __LINE__, "checking path component for symlinks: %s\n", tmp_pathspec); if (lstat (tmp_pathspec, &s) == 0) { if (S_ISLNK (s.st_mode) != 0) { has_symlinks = 1; break; } /* search backwards for last DIR_SEPARATOR */ p = tmp_pathspec + strlen (tmp_pathspec) - 1; while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) p--; if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) { /* no more DIR_SEPARATORS left */ break; } *p = '\0'; } else { lt_fatal (__FILE__, __LINE__, "error accessing file \"%s\": %s", tmp_pathspec, nonnull (strerror (errno))); } } XFREE (tmp_pathspec); if (!has_symlinks) { return xstrdup (pathspec); } tmp_pathspec = realpath (pathspec, buf); if (tmp_pathspec == 0) { lt_fatal (__FILE__, __LINE__, "could not follow symlinks for %s", pathspec); } return xstrdup (tmp_pathspec); #endif } char * strendzap (char *str, const char *pat) { size_t len, patlen; assert (str != NULL); assert (pat != NULL); len = strlen (str); patlen = strlen (pat); if (patlen <= len) { str += len - patlen; if (STREQ (str, pat)) *str = '\0'; } return str; } void lt_debugprintf (const char *file, int line, const char *fmt, ...) { va_list args; if (lt_debug) { (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line); va_start (args, fmt); (void) vfprintf (stderr, fmt, args); va_end (args); } } static void lt_error_core (int exit_status, const char *file, int line, const char *mode, const char *message, va_list ap) { fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode); vfprintf (stderr, message, ap); fprintf (stderr, ".\n"); if (exit_status >= 0) exit (exit_status); } void lt_fatal (const char *file, int line, const char *message, ...) { va_list ap; va_start (ap, message); lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap); va_end (ap); } static const char * nonnull (const char *s) { return s ? s : "(null)"; } static const char * nonempty (const char *s) { return (s && !*s) ? "(empty)" : nonnull (s); } void lt_setenv (const char *name, const char *value) { lt_debugprintf (__FILE__, __LINE__, "(lt_setenv) setting '%s' to '%s'\n", nonnull (name), nonnull (value)); { #ifdef HAVE_SETENV /* always make a copy, for consistency with !HAVE_SETENV */ char *str = xstrdup (value); setenv (name, str, 1); #else size_t len = strlen (name) + 1 + strlen (value) + 1; char *str = XMALLOC (char, len); sprintf (str, "%s=%s", name, value); if (putenv (str) != EXIT_SUCCESS) { XFREE (str); } #endif } } char * lt_extend_str (const char *orig_value, const char *add, int to_end) { char *new_value; if (orig_value && *orig_value) { size_t orig_value_len = strlen (orig_value); size_t add_len = strlen (add); new_value = XMALLOC (char, add_len + orig_value_len + 1); if (to_end) { strcpy (new_value, orig_value); strcpy (new_value + orig_value_len, add); } else { strcpy (new_value, add); strcpy (new_value + add_len, orig_value); } } else { new_value = xstrdup (add); } return new_value; } void lt_update_exe_path (const char *name, const char *value) { lt_debugprintf (__FILE__, __LINE__, "(lt_update_exe_path) modifying '%s' by prepending '%s'\n", nonnull (name), nonnull (value)); if (name && *name && value && *value) { char *new_value = lt_extend_str (getenv (name), value, 0); /* some systems can't cope with a ':'-terminated path #' */ size_t len = strlen (new_value); while ((len > 0) && IS_PATH_SEPARATOR (new_value[len-1])) { new_value[--len] = '\0'; } lt_setenv (name, new_value); XFREE (new_value); } } void lt_update_lib_path (const char *name, const char *value) { lt_debugprintf (__FILE__, __LINE__, "(lt_update_lib_path) modifying '%s' by prepending '%s'\n", nonnull (name), nonnull (value)); if (name && *name && value && *value) { char *new_value = lt_extend_str (getenv (name), value, 0); lt_setenv (name, new_value); XFREE (new_value); } } EOF case $host_os in mingw*) cat <<"EOF" /* Prepares an argument vector before calling spawn(). Note that spawn() does not by itself call the command interpreter (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") : ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); GetVersionEx(&v); v.dwPlatformId == VER_PLATFORM_WIN32_NT; }) ? "cmd.exe" : "command.com"). Instead it simply concatenates the arguments, separated by ' ', and calls CreateProcess(). We must quote the arguments since Win32 CreateProcess() interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a special way: - Space and tab are interpreted as delimiters. They are not treated as delimiters if they are surrounded by double quotes: "...". - Unescaped double quotes are removed from the input. Their only effect is that within double quotes, space and tab are treated like normal characters. - Backslashes not followed by double quotes are not special. - But 2*n+1 backslashes followed by a double quote become n backslashes followed by a double quote (n >= 0): \" -> " \\\" -> \" \\\\\" -> \\" */ #define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" #define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" char ** prepare_spawn (char **argv) { size_t argc; char **new_argv; size_t i; /* Count number of arguments. */ for (argc = 0; argv[argc] != NULL; argc++) ; /* Allocate new argument vector. */ new_argv = XMALLOC (char *, argc + 1); /* Put quoted arguments into the new argument vector. */ for (i = 0; i < argc; i++) { const char *string = argv[i]; if (string[0] == '\0') new_argv[i] = xstrdup ("\"\""); else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL) { int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL); size_t length; unsigned int backslashes; const char *s; char *quoted_string; char *p; length = 0; backslashes = 0; if (quote_around) length++; for (s = string; *s != '\0'; s++) { char c = *s; if (c == '"') length += backslashes + 1; length++; if (c == '\\') backslashes++; else backslashes = 0; } if (quote_around) length += backslashes + 1; quoted_string = XMALLOC (char, length + 1); p = quoted_string; backslashes = 0; if (quote_around) *p++ = '"'; for (s = string; *s != '\0'; s++) { char c = *s; if (c == '"') { unsigned int j; for (j = backslashes + 1; j > 0; j--) *p++ = '\\'; } *p++ = c; if (c == '\\') backslashes++; else backslashes = 0; } if (quote_around) { unsigned int j; for (j = backslashes; j > 0; j--) *p++ = '\\'; *p++ = '"'; } *p = '\0'; new_argv[i] = quoted_string; } else new_argv[i] = (char *) string; } new_argv[argc] = NULL; return new_argv; } EOF ;; esac cat <<"EOF" void lt_dump_script (FILE* f) { EOF func_emit_wrapper yes | $SED -n -e ' s/^\(.\{79\}\)\(..*\)/\1\ \2/ h s/\([\\"]\)/\\\1/g s/$/\\n/ s/\([^\n]*\).*/ fputs ("\1", f);/p g D' cat <<"EOF" } EOF } # end: func_emit_cwrapperexe_src # func_win32_import_lib_p ARG # True if ARG is an import lib, as indicated by $file_magic_cmd func_win32_import_lib_p () { $debug_cmd case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in *import*) : ;; *) false ;; esac } # func_suncc_cstd_abi # !!ONLY CALL THIS FOR SUN CC AFTER $compile_command IS FULLY EXPANDED!! # Several compiler flags select an ABI that is incompatible with the # Cstd library. Avoid specifying it if any are in CXXFLAGS. func_suncc_cstd_abi () { $debug_cmd case " $compile_command " in *" -compat=g "*|*\ -std=c++[0-9][0-9]\ *|*" -library=stdcxx4 "*|*" -library=stlport4 "*) suncc_use_cstd_abi=no ;; *) suncc_use_cstd_abi=yes ;; esac } # func_mode_link arg... func_mode_link () { $debug_cmd case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) # It is impossible to link a dll without this setting, and # we shouldn't force the makefile maintainer to figure out # what system we are compiling for in order to pass an extra # flag for every libtool invocation. # allow_undefined=no # FIXME: Unfortunately, there are problems with the above when trying # to make a dll that has undefined symbols, in which case not # even a static library is built. For now, we need to specify # -no-undefined on the libtool link line when we can be certain # that all symbols are satisfied, otherwise we get a static library. allow_undefined=yes ;; *) allow_undefined=yes ;; esac libtool_args=$nonopt base_compile="$nonopt $@" compile_command=$nonopt finalize_command=$nonopt compile_rpath= finalize_rpath= compile_shlibpath= finalize_shlibpath= convenience= old_convenience= deplibs= old_deplibs= compiler_flags= linker_flags= dllsearchpath= lib_search_path=`pwd` inst_prefix_dir= new_inherited_linker_flags= avoid_version=no bindir= dlfiles= dlprefiles= dlself=no export_dynamic=no export_symbols= export_symbols_regex= generated= libobjs= ltlibs= module=no no_install=no objs= os2dllname= non_pic_objects= precious_files_regex= prefer_static_libs=no preload=false prev= prevarg= release= rpath= xrpath= perm_rpath= temp_rpath= thread_safe=no vinfo= vinfo_number=no weak_libs= single_module=$wl-single_module func_infer_tag $base_compile # We need to know -static, to get the right output filenames. for arg do case $arg in -shared) test yes != "$build_libtool_libs" \ && func_fatal_configuration "cannot build a shared library" build_old_libs=no break ;; -all-static | -static | -static-libtool-libs) case $arg in -all-static) if test yes = "$build_libtool_libs" && test -z "$link_static_flag"; then func_warning "complete static linking is impossible in this configuration" fi if test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=yes ;; -static) if test -z "$pic_flag" && test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=built ;; -static-libtool-libs) if test -z "$pic_flag" && test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=yes ;; esac build_libtool_libs=no build_old_libs=yes break ;; esac done # See if our shared archives depend on static archives. test -n "$old_archive_from_new_cmds" && build_old_libs=yes # Go through the arguments, transforming them on the way. while test "$#" -gt 0; do arg=$1 shift func_quote_arg pretty,unquoted "$arg" qarg=$func_quote_arg_unquoted_result func_append libtool_args " $func_quote_arg_result" # If the previous option needs an argument, assign it. if test -n "$prev"; then case $prev in output) func_append compile_command " @OUTPUT@" func_append finalize_command " @OUTPUT@" ;; esac case $prev in bindir) bindir=$arg prev= continue ;; dlfiles|dlprefiles) $preload || { # Add the symbol object into the linking commands. func_append compile_command " @SYMFILE@" func_append finalize_command " @SYMFILE@" preload=: } case $arg in *.la | *.lo) ;; # We handle these cases below. force) if test no = "$dlself"; then dlself=needless export_dynamic=yes fi prev= continue ;; self) if test dlprefiles = "$prev"; then dlself=yes elif test dlfiles = "$prev" && test yes != "$dlopen_self"; then dlself=yes else dlself=needless export_dynamic=yes fi prev= continue ;; *) if test dlfiles = "$prev"; then func_append dlfiles " $arg" else func_append dlprefiles " $arg" fi prev= continue ;; esac ;; expsyms) export_symbols=$arg test -f "$arg" \ || func_fatal_error "symbol file '$arg' does not exist" prev= continue ;; expsyms_regex) export_symbols_regex=$arg prev= continue ;; framework) case $host in *-*-darwin*) case "$deplibs " in *" $qarg.ltframework "*) ;; *) func_append deplibs " $qarg.ltframework" # this is fixed later ;; esac ;; esac prev= continue ;; inst_prefix) inst_prefix_dir=$arg prev= continue ;; mllvm) # Clang does not use LLVM to link, so we can simply discard any # '-mllvm $arg' options when doing the link step. prev= continue ;; objectlist) if test -f "$arg"; then save_arg=$arg moreargs= for fil in `cat "$save_arg"` do # func_append moreargs " $fil" arg=$fil # A libtool-controlled object. # Check to see that this really is a libtool object. if func_lalib_unsafe_p "$arg"; then pic_object= non_pic_object= # Read the .lo file func_source "$arg" if test -z "$pic_object" || test -z "$non_pic_object" || test none = "$pic_object" && test none = "$non_pic_object"; then func_fatal_error "cannot find name of object for '$arg'" fi # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir=$func_dirname_result if test none != "$pic_object"; then # Prepend the subdirectory the object is found in. pic_object=$xdir$pic_object if test dlfiles = "$prev"; then if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then func_append dlfiles " $pic_object" prev= continue else # If libtool objects are unsupported, then we need to preload. prev=dlprefiles fi fi # CHECK ME: I think I busted this. -Ossama if test dlprefiles = "$prev"; then # Preload the old-style object. func_append dlprefiles " $pic_object" prev= fi # A PIC object. func_append libobjs " $pic_object" arg=$pic_object fi # Non-PIC object. if test none != "$non_pic_object"; then # Prepend the subdirectory the object is found in. non_pic_object=$xdir$non_pic_object # A standard non-PIC object func_append non_pic_objects " $non_pic_object" if test -z "$pic_object" || test none = "$pic_object"; then arg=$non_pic_object fi else # If the PIC object exists, use it instead. # $xdir was prepended to $pic_object above. non_pic_object=$pic_object func_append non_pic_objects " $non_pic_object" fi else # Only an error if not doing a dry-run. if $opt_dry_run; then # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir=$func_dirname_result func_lo2o "$arg" pic_object=$xdir$objdir/$func_lo2o_result non_pic_object=$xdir$func_lo2o_result func_append libobjs " $pic_object" func_append non_pic_objects " $non_pic_object" else func_fatal_error "'$arg' is not a valid libtool object" fi fi done else func_fatal_error "link input file '$arg' does not exist" fi arg=$save_arg prev= continue ;; os2dllname) os2dllname=$arg prev= continue ;; precious_regex) precious_files_regex=$arg prev= continue ;; release) release=-$arg prev= continue ;; rpath | xrpath) # We need an absolute path. case $arg in [\\/]* | [A-Za-z]:[\\/]*) ;; *) func_fatal_error "only absolute run-paths are allowed" ;; esac if test rpath = "$prev"; then case "$rpath " in *" $arg "*) ;; *) func_append rpath " $arg" ;; esac else case "$xrpath " in *" $arg "*) ;; *) func_append xrpath " $arg" ;; esac fi prev= continue ;; shrext) shrext_cmds=$arg prev= continue ;; weak) func_append weak_libs " $arg" prev= continue ;; xassembler) func_append compiler_flags " -Xassembler $qarg" prev= func_append compile_command " -Xassembler $qarg" func_append finalize_command " -Xassembler $qarg" continue ;; xcclinker) func_append linker_flags " $qarg" func_append compiler_flags " $qarg" prev= func_append compile_command " $qarg" func_append finalize_command " $qarg" continue ;; xcompiler) func_append compiler_flags " $qarg" prev= func_append compile_command " $qarg" func_append finalize_command " $qarg" continue ;; xlinker) func_append linker_flags " $qarg" func_append compiler_flags " $wl$qarg" prev= func_append compile_command " $wl$qarg" func_append finalize_command " $wl$qarg" continue ;; *) eval "$prev=\"\$arg\"" prev= continue ;; esac fi # test -n "$prev" prevarg=$arg case $arg in -all-static) if test -n "$link_static_flag"; then # See comment for -static flag below, for more details. func_append compile_command " $link_static_flag" func_append finalize_command " $link_static_flag" fi continue ;; -allow-undefined) # FIXME: remove this flag sometime in the future. func_fatal_error "'-allow-undefined' must not be used because it is the default" ;; -avoid-version) avoid_version=yes continue ;; -bindir) prev=bindir continue ;; -dlopen) prev=dlfiles continue ;; -dlpreopen) prev=dlprefiles continue ;; -export-dynamic) export_dynamic=yes continue ;; -export-symbols | -export-symbols-regex) if test -n "$export_symbols" || test -n "$export_symbols_regex"; then func_fatal_error "more than one -exported-symbols argument is not allowed" fi if test X-export-symbols = "X$arg"; then prev=expsyms else prev=expsyms_regex fi continue ;; -framework) prev=framework continue ;; -inst-prefix-dir) prev=inst_prefix continue ;; # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* # so, if we see these flags be careful not to treat them like -L -L[A-Z][A-Z]*:*) case $with_gcc/$host in no/*-*-irix* | /*-*-irix*) func_append compile_command " $arg" func_append finalize_command " $arg" ;; esac continue ;; -L*) func_stripname "-L" '' "$arg" if test -z "$func_stripname_result"; then if test "$#" -gt 0; then func_fatal_error "require no space between '-L' and '$1'" else func_fatal_error "need path for '-L' option" fi fi func_resolve_sysroot "$func_stripname_result" dir=$func_resolve_sysroot_result # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) absdir=`cd "$dir" && pwd` test -z "$absdir" && \ func_fatal_error "cannot determine absolute directory name of '$dir'" dir=$absdir ;; esac case "$deplibs " in *" -L$dir "* | *" $arg "*) # Will only happen for absolute or sysroot arguments ;; *) # Preserve sysroot, but never include relative directories case $dir in [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;; *) func_append deplibs " -L$dir" ;; esac func_append lib_search_path " $dir" ;; esac case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` case :$dllsearchpath: in *":$dir:"*) ;; ::) dllsearchpath=$dir;; *) func_append dllsearchpath ":$dir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; ::) dllsearchpath=$testbindir;; *) func_append dllsearchpath ":$testbindir";; esac ;; esac continue ;; -l*) if test X-lc = "X$arg" || test X-lm = "X$arg"; then case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*) # These systems don't actually have a C or math library (as such) continue ;; *-*-os2*) # These systems don't actually have a C library (as such) test X-lc = "X$arg" && continue ;; *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig* | *-*-midnightbsd*) # Do not include libc due to us having libc/libc_r. test X-lc = "X$arg" && continue ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C and math libraries are in the System framework func_append deplibs " System.ltframework" continue ;; *-*-sco3.2v5* | *-*-sco5v6*) # Causes problems with __ctype test X-lc = "X$arg" && continue ;; *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) # Compiler inserts libc in the correct place for threads to work test X-lc = "X$arg" && continue ;; esac elif test X-lc_r = "X$arg"; then case $host in *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig* | *-*-midnightbsd*) # Do not include libc_r directly, use -pthread flag. continue ;; esac fi func_append deplibs " $arg" continue ;; -mllvm) prev=mllvm continue ;; -module) module=yes continue ;; # Tru64 UNIX uses -model [arg] to determine the layout of C++ # classes, name mangling, and exception handling. # Darwin uses the -arch flag to determine output architecture. -model|-arch|-isysroot|--sysroot) func_append compiler_flags " $arg" func_append compile_command " $arg" func_append finalize_command " $arg" prev=xcompiler continue ;; # Solaris ld rejects as of 11.4. Refer to Oracle bug 22985199. -pthread) case $host in *solaris2*) ;; *) case "$new_inherited_linker_flags " in *" $arg "*) ;; * ) func_append new_inherited_linker_flags " $arg" ;; esac ;; esac continue ;; -mt|-mthreads|-kthread|-Kthread|-pthreads|--thread-safe \ |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) func_append compiler_flags " $arg" func_append compile_command " $arg" func_append finalize_command " $arg" case "$new_inherited_linker_flags " in *" $arg "*) ;; * ) func_append new_inherited_linker_flags " $arg" ;; esac continue ;; -multi_module) single_module=$wl-multi_module continue ;; -no-fast-install) fast_install=no continue ;; -no-install) case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*) # The PATH hackery in wrapper scripts is required on Windows # and Darwin in order for the loader to find any dlls it needs. func_warning "'-no-install' is ignored for $host" func_warning "assuming '-no-fast-install' instead" fast_install=no ;; *) no_install=yes ;; esac continue ;; -no-undefined) allow_undefined=no continue ;; -objectlist) prev=objectlist continue ;; -os2dllname) prev=os2dllname continue ;; -o) prev=output ;; -precious-files-regex) prev=precious_regex continue ;; -release) prev=release continue ;; -rpath) prev=rpath continue ;; -R) prev=xrpath continue ;; -R*) func_stripname '-R' '' "$arg" dir=$func_stripname_result # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; =*) func_stripname '=' '' "$dir" dir=$lt_sysroot$func_stripname_result ;; *) func_fatal_error "only absolute run-paths are allowed" ;; esac case "$xrpath " in *" $dir "*) ;; *) func_append xrpath " $dir" ;; esac continue ;; -shared) # The effects of -shared are defined in a previous loop. continue ;; -shrext) prev=shrext continue ;; -static | -static-libtool-libs) # The effects of -static are defined in a previous loop. # We used to do the same as -all-static on platforms that # didn't have a PIC flag, but the assumption that the effects # would be equivalent was wrong. It would break on at least # Digital Unix and AIX. continue ;; -thread-safe) thread_safe=yes continue ;; -version-info) prev=vinfo continue ;; -version-number) prev=vinfo vinfo_number=yes continue ;; -weak) prev=weak continue ;; -Wc,*) func_stripname '-Wc,' '' "$arg" args=$func_stripname_result arg= save_ifs=$IFS; IFS=, for flag in $args; do IFS=$save_ifs func_quote_arg pretty "$flag" func_append arg " $func_quote_arg_result" func_append compiler_flags " $func_quote_arg_result" done IFS=$save_ifs func_stripname ' ' '' "$arg" arg=$func_stripname_result ;; -Wl,*) func_stripname '-Wl,' '' "$arg" args=$func_stripname_result arg= save_ifs=$IFS; IFS=, for flag in $args; do IFS=$save_ifs func_quote_arg pretty "$flag" func_append arg " $wl$func_quote_arg_result" func_append compiler_flags " $wl$func_quote_arg_result" func_append linker_flags " $func_quote_arg_result" done IFS=$save_ifs func_stripname ' ' '' "$arg" arg=$func_stripname_result ;; -Xassembler) prev=xassembler continue ;; -Xcompiler) prev=xcompiler continue ;; -Xlinker) prev=xlinker continue ;; -XCClinker) prev=xcclinker continue ;; # -msg_* for osf cc -msg_*) func_quote_arg pretty "$arg" arg=$func_quote_arg_result ;; # Flags to be passed through unchanged, with rationale: # -64, -mips[0-9] enable 64-bit mode for the SGI compiler # -r[0-9][0-9]* specify processor for the SGI compiler # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler # +DA*, +DD* enable 64-bit mode for the HP compiler # -q* compiler args for the IBM compiler # -m*, -t[45]*, -txscale* architecture-specific flags for GCC # -F/path path to uninstalled frameworks, gcc on darwin # -p, -pg, --coverage, -fprofile-* profiling flags for GCC # -fstack-protector* stack protector flags for GCC # @file GCC response files # -tp=* Portland pgcc target processor selection # --sysroot=* for sysroot support # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization # -specs=* GCC specs files # -stdlib=* select c++ std lib with clang # -fsanitize=* Clang/GCC memory and address sanitizer # -fuse-ld=* Linker select flags for GCC # -Wa,* Pass flags directly to the assembler -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \ -specs=*|-fsanitize=*|-fuse-ld=*|-Wa,*) func_quote_arg pretty "$arg" arg=$func_quote_arg_result func_append compile_command " $arg" func_append finalize_command " $arg" func_append compiler_flags " $arg" continue ;; -Z*) if test os2 = "`expr $host : '.*\(os2\)'`"; then # OS/2 uses -Zxxx to specify OS/2-specific options compiler_flags="$compiler_flags $arg" func_append compile_command " $arg" func_append finalize_command " $arg" case $arg in -Zlinker | -Zstack) prev=xcompiler ;; esac continue else # Otherwise treat like 'Some other compiler flag' below func_quote_arg pretty "$arg" arg=$func_quote_arg_result fi ;; # Some other compiler flag. -* | +*) func_quote_arg pretty "$arg" arg=$func_quote_arg_result ;; *.$objext) # A standard object. func_append objs " $arg" ;; *.lo) # A libtool-controlled object. # Check to see that this really is a libtool object. if func_lalib_unsafe_p "$arg"; then pic_object= non_pic_object= # Read the .lo file func_source "$arg" if test -z "$pic_object" || test -z "$non_pic_object" || test none = "$pic_object" && test none = "$non_pic_object"; then func_fatal_error "cannot find name of object for '$arg'" fi # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir=$func_dirname_result test none = "$pic_object" || { # Prepend the subdirectory the object is found in. pic_object=$xdir$pic_object if test dlfiles = "$prev"; then if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then func_append dlfiles " $pic_object" prev= continue else # If libtool objects are unsupported, then we need to preload. prev=dlprefiles fi fi # CHECK ME: I think I busted this. -Ossama if test dlprefiles = "$prev"; then # Preload the old-style object. func_append dlprefiles " $pic_object" prev= fi # A PIC object. func_append libobjs " $pic_object" arg=$pic_object } # Non-PIC object. if test none != "$non_pic_object"; then # Prepend the subdirectory the object is found in. non_pic_object=$xdir$non_pic_object # A standard non-PIC object func_append non_pic_objects " $non_pic_object" if test -z "$pic_object" || test none = "$pic_object"; then arg=$non_pic_object fi else # If the PIC object exists, use it instead. # $xdir was prepended to $pic_object above. non_pic_object=$pic_object func_append non_pic_objects " $non_pic_object" fi else # Only an error if not doing a dry-run. if $opt_dry_run; then # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir=$func_dirname_result func_lo2o "$arg" pic_object=$xdir$objdir/$func_lo2o_result non_pic_object=$xdir$func_lo2o_result func_append libobjs " $pic_object" func_append non_pic_objects " $non_pic_object" else func_fatal_error "'$arg' is not a valid libtool object" fi fi ;; *.$libext) # An archive. func_append deplibs " $arg" func_append old_deplibs " $arg" continue ;; *.la) # A libtool-controlled library. func_resolve_sysroot "$arg" if test dlfiles = "$prev"; then # This library was specified with -dlopen. func_append dlfiles " $func_resolve_sysroot_result" prev= elif test dlprefiles = "$prev"; then # The library was specified with -dlpreopen. func_append dlprefiles " $func_resolve_sysroot_result" prev= else func_append deplibs " $func_resolve_sysroot_result" fi continue ;; # Some other compiler argument. *) # Unknown arguments in both finalize_command and compile_command need # to be aesthetically quoted because they are evaled later. func_quote_arg pretty "$arg" arg=$func_quote_arg_result ;; esac # arg # Now actually substitute the argument into the commands. if test -n "$arg"; then func_append compile_command " $arg" func_append finalize_command " $arg" fi done # argument parsing loop test -n "$prev" && \ func_fatal_help "the '$prevarg' option requires an argument" if test yes = "$export_dynamic" && test -n "$export_dynamic_flag_spec"; then eval arg=\"$export_dynamic_flag_spec\" func_append compile_command " $arg" func_append finalize_command " $arg" fi oldlibs= # calculate the name of the file, without its directory func_basename "$output" outputname=$func_basename_result libobjs_save=$libobjs if test -n "$shlibpath_var"; then # get the directories listed in $shlibpath_var eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\` else shlib_search_path= fi eval sys_lib_search_path=\"$sys_lib_search_path_spec\" eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" # Definition is injected by LT_CONFIG during libtool generation. func_munge_path_list sys_lib_dlsearch_path "$LT_SYS_LIBRARY_PATH" func_dirname "$output" "/" "" output_objdir=$func_dirname_result$objdir func_to_tool_file "$output_objdir/" tool_output_objdir=$func_to_tool_file_result # Create the object directory. func_mkdir_p "$output_objdir" # Determine the type of output case $output in "") func_fatal_help "you must specify an output file" ;; *.$libext) linkmode=oldlib ;; *.lo | *.$objext) linkmode=obj ;; *.la) linkmode=lib ;; *) linkmode=prog ;; # Anything else should be a program. esac specialdeplibs= libs= # Find all interdependent deplibs by searching for libraries # that are linked more than once (e.g. -la -lb -la) for deplib in $deplibs; do if $opt_preserve_dup_deps; then case "$libs " in *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi func_append libs " $deplib" done if test lib = "$linkmode"; then libs="$predeps $libs $compiler_lib_search_path $postdeps" # Compute libraries that are listed more than once in $predeps # $postdeps and mark them as special (i.e., whose duplicates are # not to be eliminated). pre_post_deps= if $opt_duplicate_compiler_generated_deps; then for pre_post_dep in $predeps $postdeps; do case "$pre_post_deps " in *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;; esac func_append pre_post_deps " $pre_post_dep" done fi pre_post_deps= fi deplibs= newdependency_libs= newlib_search_path= need_relink=no # whether we're linking any uninstalled libtool libraries notinst_deplibs= # not-installed libtool libraries notinst_path= # paths that contain not-installed libtool libraries case $linkmode in lib) passes="conv dlpreopen link" for file in $dlfiles $dlprefiles; do case $file in *.la) ;; *) func_fatal_help "libraries can '-dlopen' only libtool libraries: $file" ;; esac done ;; prog) compile_deplibs= finalize_deplibs= alldeplibs=false newdlfiles= newdlprefiles= passes="conv scan dlopen dlpreopen link" ;; *) passes="conv" ;; esac for pass in $passes; do # The preopen pass in lib mode reverses $deplibs; put it back here # so that -L comes before libs that need it for instance... if test lib,link = "$linkmode,$pass"; then ## FIXME: Find the place where the list is rebuilt in the wrong ## order, and fix it there properly tmp_deplibs= for deplib in $deplibs; do tmp_deplibs="$deplib $tmp_deplibs" done deplibs=$tmp_deplibs fi if test lib,link = "$linkmode,$pass" || test prog,scan = "$linkmode,$pass"; then libs=$deplibs deplibs= fi if test prog = "$linkmode"; then case $pass in dlopen) libs=$dlfiles ;; dlpreopen) libs=$dlprefiles ;; link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; esac fi if test lib,dlpreopen = "$linkmode,$pass"; then # Collect and forward deplibs of preopened libtool libs for lib in $dlprefiles; do # Ignore non-libtool-libs dependency_libs= func_resolve_sysroot "$lib" case $lib in *.la) func_source "$func_resolve_sysroot_result" ;; esac # Collect preopened libtool deplibs, except any this library # has declared as weak libs for deplib in $dependency_libs; do func_basename "$deplib" deplib_base=$func_basename_result case " $weak_libs " in *" $deplib_base "*) ;; *) func_append deplibs " $deplib" ;; esac done done libs=$dlprefiles fi if test dlopen = "$pass"; then # Collect dlpreopened libraries save_deplibs=$deplibs deplibs= fi for deplib in $libs; do lib= found=false case $deplib in -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) if test prog,link = "$linkmode,$pass"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else func_append compiler_flags " $deplib" if test lib = "$linkmode"; then case "$new_inherited_linker_flags " in *" $deplib "*) ;; * ) func_append new_inherited_linker_flags " $deplib" ;; esac fi fi continue ;; -l*) if test lib != "$linkmode" && test prog != "$linkmode"; then func_warning "'-l' is ignored for archives/objects" continue fi func_stripname '-l' '' "$deplib" name=$func_stripname_result if test lib = "$linkmode"; then searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path" else searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path" fi for searchdir in $searchdirs; do for search_ext in .la $std_shrext .so .a; do # Search the libtool library lib=$searchdir/lib$name$search_ext if test -f "$lib"; then if test .la = "$search_ext"; then found=: else found=false fi break 2 fi done done if $found; then # deplib is a libtool library # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, # We need to do some special things here, and not later. if test yes = "$allow_libtool_libs_with_static_runtimes"; then case " $predeps $postdeps " in *" $deplib "*) if func_lalib_p "$lib"; then library_names= old_library= func_source "$lib" for l in $old_library $library_names; do ll=$l done if test "X$ll" = "X$old_library"; then # only static version available found=false func_dirname "$lib" "" "." ladir=$func_dirname_result lib=$ladir/$old_library if test prog,link = "$linkmode,$pass"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs" fi continue fi fi ;; *) ;; esac fi else # deplib doesn't seem to be a libtool library if test prog,link = "$linkmode,$pass"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs" fi continue fi ;; # -l *.ltframework) if test prog,link = "$linkmode,$pass"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" if test lib = "$linkmode"; then case "$new_inherited_linker_flags " in *" $deplib "*) ;; * ) func_append new_inherited_linker_flags " $deplib" ;; esac fi fi continue ;; -L*) case $linkmode in lib) deplibs="$deplib $deplibs" test conv = "$pass" && continue newdependency_libs="$deplib $newdependency_libs" func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result" func_append newlib_search_path " $func_resolve_sysroot_result" ;; prog) if test conv = "$pass"; then deplibs="$deplib $deplibs" continue fi if test scan = "$pass"; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" fi func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result" func_append newlib_search_path " $func_resolve_sysroot_result" ;; *) func_warning "'-L' is ignored for archives/objects" ;; esac # linkmode continue ;; # -L -R*) if test link = "$pass"; then func_stripname '-R' '' "$deplib" func_resolve_sysroot "$func_stripname_result" dir=$func_resolve_sysroot_result # Make sure the xrpath contains only unique directories. case "$xrpath " in *" $dir "*) ;; *) func_append xrpath " $dir" ;; esac fi deplibs="$deplib $deplibs" continue ;; *.la) func_resolve_sysroot "$deplib" lib=$func_resolve_sysroot_result ;; *.$libext) if test conv = "$pass"; then deplibs="$deplib $deplibs" continue fi case $linkmode in lib) # Linking convenience modules into shared libraries is allowed, # but linking other static libraries is non-portable. case " $dlpreconveniencelibs " in *" $deplib "*) ;; *) valid_a_lib=false case $deplibs_check_method in match_pattern*) set dummy $deplibs_check_method; shift match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ | $EGREP "$match_pattern_regex" > /dev/null; then valid_a_lib=: fi ;; pass_all) valid_a_lib=: ;; esac if $valid_a_lib; then echo $ECHO "*** Warning: Linking the shared library $output against the" $ECHO "*** static library $deplib is not portable!" deplibs="$deplib $deplibs" else echo $ECHO "*** Warning: Trying to link with static lib archive $deplib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have" echo "*** because the file extensions .$libext of this argument makes me believe" echo "*** that it is just a static archive that I should not use here." fi ;; esac continue ;; prog) if test link != "$pass"; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" fi continue ;; esac # linkmode ;; # *.$libext *.lo | *.$objext) if test conv = "$pass"; then deplibs="$deplib $deplibs" elif test prog = "$linkmode"; then if test dlpreopen = "$pass" || test yes != "$dlopen_support" || test no = "$build_libtool_libs"; then # If there is no dlopen support or we're linking statically, # we need to preload. func_append newdlprefiles " $deplib" compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else func_append newdlfiles " $deplib" fi fi continue ;; %DEPLIBS%) alldeplibs=: continue ;; esac # case $deplib $found || test -f "$lib" \ || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'" # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$lib" \ || func_fatal_error "'$lib' is not a valid libtool archive" func_dirname "$lib" "" "." ladir=$func_dirname_result dlname= dlopen= dlpreopen= libdir= library_names= old_library= inherited_linker_flags= # If the library was installed with an old release of libtool, # it will not redefine variables installed, or shouldnotlink installed=yes shouldnotlink=no avoidtemprpath= # Read the .la file func_source "$lib" # Convert "-framework foo" to "foo.ltframework" if test -n "$inherited_linker_flags"; then tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do case " $new_inherited_linker_flags " in *" $tmp_inherited_linker_flag "*) ;; *) func_append new_inherited_linker_flags " $tmp_inherited_linker_flag";; esac done fi dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` if test lib,link = "$linkmode,$pass" || test prog,scan = "$linkmode,$pass" || { test prog != "$linkmode" && test lib != "$linkmode"; }; then test -n "$dlopen" && func_append dlfiles " $dlopen" test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen" fi if test conv = "$pass"; then # Only check for convenience libraries deplibs="$lib $deplibs" if test -z "$libdir"; then if test -z "$old_library"; then func_fatal_error "cannot find name of link library for '$lib'" fi # It is a libtool convenience library, so add in its objects. func_append convenience " $ladir/$objdir/$old_library" func_append old_convenience " $ladir/$objdir/$old_library" elif test prog != "$linkmode" && test lib != "$linkmode"; then func_fatal_error "'$lib' is not a convenience library" fi tmp_libs= for deplib in $dependency_libs; do deplibs="$deplib $deplibs" if $opt_preserve_dup_deps; then case "$tmp_libs " in *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi func_append tmp_libs " $deplib" done continue fi # $pass = conv # Get the name of the library we link against. linklib= if test -n "$old_library" && { test yes = "$prefer_static_libs" || test built,no = "$prefer_static_libs,$installed"; }; then linklib=$old_library else for l in $old_library $library_names; do linklib=$l done fi if test -z "$linklib"; then func_fatal_error "cannot find name of link library for '$lib'" fi # This library was specified with -dlopen. if test dlopen = "$pass"; then test -z "$libdir" \ && func_fatal_error "cannot -dlopen a convenience library: '$lib'" if test -z "$dlname" || test yes != "$dlopen_support" || test no = "$build_libtool_libs" then # If there is no dlname, no dlopen support or we're linking # statically, we need to preload. We also need to preload any # dependent libraries so libltdl's deplib preloader doesn't # bomb out in the load deplibs phase. func_append dlprefiles " $lib $dependency_libs" else func_append newdlfiles " $lib" fi continue fi # $pass = dlopen # We need an absolute path. case $ladir in [\\/]* | [A-Za-z]:[\\/]*) abs_ladir=$ladir ;; *) abs_ladir=`cd "$ladir" && pwd` if test -z "$abs_ladir"; then func_warning "cannot determine absolute directory name of '$ladir'" func_warning "passing it literally to the linker, although it might fail" abs_ladir=$ladir fi ;; esac func_basename "$lib" laname=$func_basename_result # Find the relevant object directory and library name. if test yes = "$installed"; then if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then func_warning "library '$lib' was moved." dir=$ladir absdir=$abs_ladir libdir=$abs_ladir else dir=$lt_sysroot$libdir absdir=$lt_sysroot$libdir fi test yes = "$hardcode_automatic" && avoidtemprpath=yes else if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then dir=$ladir absdir=$abs_ladir # Remove this search path later func_append notinst_path " $abs_ladir" else dir=$ladir/$objdir absdir=$abs_ladir/$objdir # Remove this search path later func_append notinst_path " $abs_ladir" fi fi # $installed = yes func_stripname 'lib' '.la' "$laname" name=$func_stripname_result # This library was specified with -dlpreopen. if test dlpreopen = "$pass"; then if test -z "$libdir" && test prog = "$linkmode"; then func_fatal_error "only libraries may -dlpreopen a convenience library: '$lib'" fi case $host in # special handling for platforms with PE-DLLs. *cygwin* | *mingw* | *cegcc* ) # Linker will automatically link against shared library if both # static and shared are present. Therefore, ensure we extract # symbols from the import library if a shared library is present # (otherwise, the dlopen module name will be incorrect). We do # this by putting the import library name into $newdlprefiles. # We recover the dlopen module name by 'saving' the la file # name in a special purpose variable, and (later) extracting the # dlname from the la file. if test -n "$dlname"; then func_tr_sh "$dir/$linklib" eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname" func_append newdlprefiles " $dir/$linklib" else func_append newdlprefiles " $dir/$old_library" # Keep a list of preopened convenience libraries to check # that they are being used correctly in the link pass. test -z "$libdir" && \ func_append dlpreconveniencelibs " $dir/$old_library" fi ;; * ) # Prefer using a static library (so that no silly _DYNAMIC symbols # are required to link). if test -n "$old_library"; then func_append newdlprefiles " $dir/$old_library" # Keep a list of preopened convenience libraries to check # that they are being used correctly in the link pass. test -z "$libdir" && \ func_append dlpreconveniencelibs " $dir/$old_library" # Otherwise, use the dlname, so that lt_dlopen finds it. elif test -n "$dlname"; then func_append newdlprefiles " $dir/$dlname" else func_append newdlprefiles " $dir/$linklib" fi ;; esac fi # $pass = dlpreopen if test -z "$libdir"; then # Link the convenience library if test lib = "$linkmode"; then deplibs="$dir/$old_library $deplibs" elif test prog,link = "$linkmode,$pass"; then compile_deplibs="$dir/$old_library $compile_deplibs" finalize_deplibs="$dir/$old_library $finalize_deplibs" else deplibs="$lib $deplibs" # used for prog,scan pass fi continue fi if test prog = "$linkmode" && test link != "$pass"; then func_append newlib_search_path " $ladir" deplibs="$lib $deplibs" linkalldeplibs=false if test no != "$link_all_deplibs" || test -z "$library_names" || test no = "$build_libtool_libs"; then linkalldeplibs=: fi tmp_libs= for deplib in $dependency_libs; do case $deplib in -L*) func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result" func_append newlib_search_path " $func_resolve_sysroot_result" ;; esac # Need to link against all dependency_libs? if $linkalldeplibs; then deplibs="$deplib $deplibs" else # Need to hardcode shared library paths # or/and link against static libraries newdependency_libs="$deplib $newdependency_libs" fi if $opt_preserve_dup_deps; then case "$tmp_libs " in *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi func_append tmp_libs " $deplib" done # for deplib continue fi # $linkmode = prog... if test prog,link = "$linkmode,$pass"; then if test -n "$library_names" && { { test no = "$prefer_static_libs" || test built,yes = "$prefer_static_libs,$installed"; } || test -z "$old_library"; }; then # We need to hardcode the library path if test -n "$shlibpath_var" && test -z "$avoidtemprpath"; then # Make sure the rpath contains only unique directories. case $temp_rpath: in *"$absdir:"*) ;; *) func_append temp_rpath "$absdir:" ;; esac fi # Hardcode the library path. # Skip directories that are in the system default run-time # search path. case " $sys_lib_dlsearch_path " in *" $absdir "*) ;; *) case "$compile_rpath " in *" $absdir "*) ;; *) func_append compile_rpath " $absdir" ;; esac ;; esac case " $sys_lib_dlsearch_path " in *" $libdir "*) ;; *) case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac ;; esac fi # $linkmode,$pass = prog,link... if $alldeplibs && { test pass_all = "$deplibs_check_method" || { test yes = "$build_libtool_libs" && test -n "$library_names"; }; }; then # We only need to search for static libraries continue fi fi link_static=no # Whether the deplib will be linked statically use_static_libs=$prefer_static_libs if test built = "$use_static_libs" && test yes = "$installed"; then use_static_libs=no fi if test -n "$library_names" && { test no = "$use_static_libs" || test -z "$old_library"; }; then case $host in *cygwin* | *mingw* | *cegcc* | *os2*) # No point in relinking DLLs because paths are not encoded func_append notinst_deplibs " $lib" need_relink=no ;; *) if test no = "$installed"; then func_append notinst_deplibs " $lib" need_relink=yes fi ;; esac # This is a shared library # Warn about portability, can't link against -module's on some # systems (darwin). Don't bleat about dlopened modules though! dlopenmodule= for dlpremoduletest in $dlprefiles; do if test "X$dlpremoduletest" = "X$lib"; then dlopenmodule=$dlpremoduletest break fi done if test -z "$dlopenmodule" && test yes = "$shouldnotlink" && test link = "$pass"; then echo if test prog = "$linkmode"; then $ECHO "*** Warning: Linking the executable $output against the loadable module" else $ECHO "*** Warning: Linking the shared library $output against the loadable module" fi $ECHO "*** $linklib is not portable!" fi if test lib = "$linkmode" && test yes = "$hardcode_into_libs"; then # Hardcode the library path. # Skip directories that are in the system default run-time # search path. case " $sys_lib_dlsearch_path " in *" $absdir "*) ;; *) case "$compile_rpath " in *" $absdir "*) ;; *) func_append compile_rpath " $absdir" ;; esac ;; esac case " $sys_lib_dlsearch_path " in *" $libdir "*) ;; *) case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac ;; esac fi if test -n "$old_archive_from_expsyms_cmds"; then # figure out the soname set dummy $library_names shift realname=$1 shift libname=`eval "\\$ECHO \"$libname_spec\""` # use dlname if we got it. it's perfectly good, no? if test -n "$dlname"; then soname=$dlname elif test -n "$soname_spec"; then # bleh windows case $host in *cygwin* | mingw* | *cegcc* | *os2*) func_arith $current - $age major=$func_arith_result versuffix=-$major ;; esac eval soname=\"$soname_spec\" else soname=$realname fi # Make a new name for the extract_expsyms_cmds to use soroot=$soname func_basename "$soroot" soname=$func_basename_result func_stripname 'lib' '.dll' "$soname" newlib=libimp-$func_stripname_result.a # If the library has no export list, then create one now if test -f "$output_objdir/$soname-def"; then : else func_verbose "extracting exported symbol list from '$soname'" func_execute_cmds "$extract_expsyms_cmds" 'exit $?' fi # Create $newlib if test -f "$output_objdir/$newlib"; then :; else func_verbose "generating import library for '$soname'" func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?' fi # make sure the library variables are pointing to the new library dir=$output_objdir linklib=$newlib fi # test -n "$old_archive_from_expsyms_cmds" if test prog = "$linkmode" || test relink != "$opt_mode"; then add_shlibpath= add_dir= add= lib_linked=yes case $hardcode_action in immediate | unsupported) if test no = "$hardcode_direct"; then add=$dir/$linklib case $host in *-*-sco3.2v5.0.[024]*) add_dir=-L$dir ;; *-*-sysv4*uw2*) add_dir=-L$dir ;; *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ *-*-unixware7*) add_dir=-L$dir ;; *-*-darwin* ) # if the lib is a (non-dlopened) module then we cannot # link against it, someone is ignoring the earlier warnings if /usr/bin/file -L $add 2> /dev/null | $GREP ": [^:]* bundle" >/dev/null; then if test "X$dlopenmodule" != "X$lib"; then $ECHO "*** Warning: lib $linklib is a module, not a shared library" if test -z "$old_library"; then echo echo "*** And there doesn't seem to be a static archive available" echo "*** The link will probably fail, sorry" else add=$dir/$old_library fi elif test -n "$old_library"; then add=$dir/$old_library fi fi esac elif test no = "$hardcode_minus_L"; then case $host in *-*-sunos*) add_shlibpath=$dir ;; esac add_dir=-L$dir add=-l$name elif test no = "$hardcode_shlibpath_var"; then add_shlibpath=$dir add=-l$name else lib_linked=no fi ;; relink) if test yes = "$hardcode_direct" && test no = "$hardcode_direct_absolute"; then add=$dir/$linklib elif test yes = "$hardcode_minus_L"; then add_dir=-L$absdir # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) func_append add_dir " -L$inst_prefix_dir$libdir" ;; esac fi add=-l$name elif test yes = "$hardcode_shlibpath_var"; then add_shlibpath=$dir add=-l$name else lib_linked=no fi ;; *) lib_linked=no ;; esac if test yes != "$lib_linked"; then func_fatal_configuration "unsupported hardcode properties" fi if test -n "$add_shlibpath"; then case :$compile_shlibpath: in *":$add_shlibpath:"*) ;; *) func_append compile_shlibpath "$add_shlibpath:" ;; esac fi if test prog = "$linkmode"; then test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" test -n "$add" && compile_deplibs="$add $compile_deplibs" else test -n "$add_dir" && deplibs="$add_dir $deplibs" test -n "$add" && deplibs="$add $deplibs" if test yes != "$hardcode_direct" && test yes != "$hardcode_minus_L" && test yes = "$hardcode_shlibpath_var"; then case :$finalize_shlibpath: in *":$libdir:"*) ;; *) func_append finalize_shlibpath "$libdir:" ;; esac fi fi fi if test prog = "$linkmode" || test relink = "$opt_mode"; then add_shlibpath= add_dir= add= # Finalize command for both is simple: just hardcode it. if test yes = "$hardcode_direct" && test no = "$hardcode_direct_absolute"; then add=$libdir/$linklib elif test yes = "$hardcode_minus_L"; then add_dir=-L$libdir add=-l$name elif test yes = "$hardcode_shlibpath_var"; then case :$finalize_shlibpath: in *":$libdir:"*) ;; *) func_append finalize_shlibpath "$libdir:" ;; esac add=-l$name elif test yes = "$hardcode_automatic"; then if test -n "$inst_prefix_dir" && test -f "$inst_prefix_dir$libdir/$linklib"; then add=$inst_prefix_dir$libdir/$linklib else add=$libdir/$linklib fi else # We cannot seem to hardcode it, guess we'll fake it. add_dir=-L$libdir # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) func_append add_dir " -L$inst_prefix_dir$libdir" ;; esac fi add=-l$name fi if test prog = "$linkmode"; then test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" test -n "$add" && finalize_deplibs="$add $finalize_deplibs" else test -n "$add_dir" && deplibs="$add_dir $deplibs" test -n "$add" && deplibs="$add $deplibs" fi fi elif test prog = "$linkmode"; then # Here we assume that one of hardcode_direct or hardcode_minus_L # is not unsupported. This is valid on all known static and # shared platforms. if test unsupported != "$hardcode_direct"; then test -n "$old_library" && linklib=$old_library compile_deplibs="$dir/$linklib $compile_deplibs" finalize_deplibs="$dir/$linklib $finalize_deplibs" else compile_deplibs="-l$name -L$dir $compile_deplibs" finalize_deplibs="-l$name -L$dir $finalize_deplibs" fi elif test yes = "$build_libtool_libs"; then # Not a shared library if test pass_all != "$deplibs_check_method"; then # We're trying link a shared library against a static one # but the system doesn't support it. # Just print a warning and add the library to dependency_libs so # that the program can be linked against the static library. echo $ECHO "*** Warning: This system cannot link to static lib archive $lib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have." if test yes = "$module"; then echo "*** But as you try to build a module library, libtool will still create " echo "*** a static module, that should work as long as the dlopening application" echo "*** is linked with the -dlopen flag to resolve symbols at runtime." if test -z "$global_symbol_pipe"; then echo echo "*** However, this would only work if libtool was able to extract symbol" echo "*** lists from a program, using 'nm' or equivalent, but libtool could" echo "*** not find such a program. So, this module is probably useless." echo "*** 'nm' from GNU binutils and a full rebuild may help." fi if test no = "$build_old_libs"; then build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi fi else deplibs="$dir/$old_library $deplibs" link_static=yes fi fi # link shared/static library? if test lib = "$linkmode"; then if test -n "$dependency_libs" && { test yes != "$hardcode_into_libs" || test yes = "$build_old_libs" || test yes = "$link_static"; }; then # Extract -R from dependency_libs temp_deplibs= for libdir in $dependency_libs; do case $libdir in -R*) func_stripname '-R' '' "$libdir" temp_xrpath=$func_stripname_result case " $xrpath " in *" $temp_xrpath "*) ;; *) func_append xrpath " $temp_xrpath";; esac;; *) func_append temp_deplibs " $libdir";; esac done dependency_libs=$temp_deplibs fi func_append newlib_search_path " $absdir" # Link against this library test no = "$link_static" && newdependency_libs="$abs_ladir/$laname $newdependency_libs" # ... and its dependency_libs tmp_libs= for deplib in $dependency_libs; do newdependency_libs="$deplib $newdependency_libs" case $deplib in -L*) func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result";; *) func_resolve_sysroot "$deplib" ;; esac if $opt_preserve_dup_deps; then case "$tmp_libs " in *" $func_resolve_sysroot_result "*) func_append specialdeplibs " $func_resolve_sysroot_result" ;; esac fi func_append tmp_libs " $func_resolve_sysroot_result" done if test no != "$link_all_deplibs"; then # Add the search paths of all dependency libraries for deplib in $dependency_libs; do path= case $deplib in -L*) path=$deplib ;; *.la) func_resolve_sysroot "$deplib" deplib=$func_resolve_sysroot_result func_dirname "$deplib" "" "." dir=$func_dirname_result # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) absdir=$dir ;; *) absdir=`cd "$dir" && pwd` if test -z "$absdir"; then func_warning "cannot determine absolute directory name of '$dir'" absdir=$dir fi ;; esac if $GREP "^installed=no" $deplib > /dev/null; then case $host in *-*-darwin*) depdepl= eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` if test -n "$deplibrary_names"; then for tmp in $deplibrary_names; do depdepl=$tmp done if test -f "$absdir/$objdir/$depdepl"; then depdepl=$absdir/$objdir/$depdepl darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` if test -z "$darwin_install_name"; then darwin_install_name=`$OTOOL64 -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` fi func_append compiler_flags " $wl-dylib_file $wl$darwin_install_name:$depdepl" func_append linker_flags " -dylib_file $darwin_install_name:$depdepl" path= fi fi ;; *) path=-L$absdir/$objdir ;; esac else eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` test -z "$libdir" && \ func_fatal_error "'$deplib' is not a valid libtool archive" test "$absdir" != "$libdir" && \ func_warning "'$deplib' seems to be moved" path=-L$absdir fi ;; esac case " $deplibs " in *" $path "*) ;; *) deplibs="$path $deplibs" ;; esac done fi # link_all_deplibs != no fi # linkmode = lib done # for deplib in $libs if test link = "$pass"; then if test prog = "$linkmode"; then compile_deplibs="$new_inherited_linker_flags $compile_deplibs" finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs" else compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` fi fi dependency_libs=$newdependency_libs if test dlpreopen = "$pass"; then # Link the dlpreopened libraries before other libraries for deplib in $save_deplibs; do deplibs="$deplib $deplibs" done fi if test dlopen != "$pass"; then test conv = "$pass" || { # Make sure lib_search_path contains only unique directories. lib_search_path= for dir in $newlib_search_path; do case "$lib_search_path " in *" $dir "*) ;; *) func_append lib_search_path " $dir" ;; esac done newlib_search_path= } if test prog,link = "$linkmode,$pass"; then vars="compile_deplibs finalize_deplibs" else vars=deplibs fi for var in $vars dependency_libs; do # Add libraries to $var in reverse order eval tmp_libs=\"\$$var\" new_libs= for deplib in $tmp_libs; do # FIXME: Pedantically, this is the right thing to do, so # that some nasty dependency loop isn't accidentally # broken: #new_libs="$deplib $new_libs" # Pragmatically, this seems to cause very few problems in # practice: case $deplib in -L*) new_libs="$deplib $new_libs" ;; -R*) ;; *) # And here is the reason: when a library appears more # than once as an explicit dependence of a library, or # is implicitly linked in more than once by the # compiler, it is considered special, and multiple # occurrences thereof are not removed. Compare this # with having the same library being listed as a # dependency of multiple other libraries: in this case, # we know (pedantically, we assume) the library does not # need to be listed more than once, so we keep only the # last copy. This is not always right, but it is rare # enough that we require users that really mean to play # such unportable linking tricks to link the library # using -Wl,-lname, so that libtool does not consider it # for duplicate removal. case " $specialdeplibs " in *" $deplib "*) new_libs="$deplib $new_libs" ;; *) case " $new_libs " in *" $deplib "*) ;; *) new_libs="$deplib $new_libs" ;; esac ;; esac ;; esac done tmp_libs= for deplib in $new_libs; do case $deplib in -L*) case " $tmp_libs " in *" $deplib "*) ;; *) func_append tmp_libs " $deplib" ;; esac ;; *) func_append tmp_libs " $deplib" ;; esac done eval $var=\"$tmp_libs\" done # for var fi # Add Sun CC postdeps if required: test CXX = "$tagname" && { case $host_os in linux*) case `$CC -V 2>&1 | $SED 5q` in *Sun\ C*) # Sun C++ 5.9 func_suncc_cstd_abi if test no != "$suncc_use_cstd_abi"; then func_append postdeps ' -library=Cstd -library=Crun' fi ;; esac ;; solaris*) func_cc_basename "$CC" case $func_cc_basename_result in CC* | sunCC*) func_suncc_cstd_abi if test no != "$suncc_use_cstd_abi"; then func_append postdeps ' -library=Cstd -library=Crun' fi ;; esac ;; esac } # Last step: remove runtime libs from dependency_libs # (they stay in deplibs) tmp_libs= for i in $dependency_libs; do case " $predeps $postdeps $compiler_lib_search_path " in *" $i "*) i= ;; esac if test -n "$i"; then func_append tmp_libs " $i" fi done dependency_libs=$tmp_libs done # for pass if test prog = "$linkmode"; then dlfiles=$newdlfiles fi if test prog = "$linkmode" || test lib = "$linkmode"; then dlprefiles=$newdlprefiles fi case $linkmode in oldlib) if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then func_warning "'-dlopen' is ignored for archives" fi case " $deplibs" in *\ -l* | *\ -L*) func_warning "'-l' and '-L' are ignored for archives" ;; esac test -n "$rpath" && \ func_warning "'-rpath' is ignored for archives" test -n "$xrpath" && \ func_warning "'-R' is ignored for archives" test -n "$vinfo" && \ func_warning "'-version-info/-version-number' is ignored for archives" test -n "$release" && \ func_warning "'-release' is ignored for archives" test -n "$export_symbols$export_symbols_regex" && \ func_warning "'-export-symbols' is ignored for archives" # Now set the variables for building old libraries. build_libtool_libs=no oldlibs=$output func_append objs "$old_deplibs" ;; lib) # Make sure we only generate libraries of the form 'libNAME.la'. case $outputname in lib*) func_stripname 'lib' '.la' "$outputname" name=$func_stripname_result eval shared_ext=\"$shrext_cmds\" eval libname=\"$libname_spec\" ;; *) test no = "$module" \ && func_fatal_help "libtool library '$output' must begin with 'lib'" if test no != "$need_lib_prefix"; then # Add the "lib" prefix for modules if required func_stripname '' '.la' "$outputname" name=$func_stripname_result eval shared_ext=\"$shrext_cmds\" eval libname=\"$libname_spec\" else func_stripname '' '.la' "$outputname" libname=$func_stripname_result fi ;; esac if test -n "$objs"; then if test pass_all != "$deplibs_check_method"; then func_fatal_error "cannot build libtool library '$output' from non-libtool objects on this host:$objs" else echo $ECHO "*** Warning: Linking the shared library $output against the non-libtool" $ECHO "*** objects $objs is not portable!" func_append libobjs " $objs" fi fi test no = "$dlself" \ || func_warning "'-dlopen self' is ignored for libtool libraries" set dummy $rpath shift test 1 -lt "$#" \ && func_warning "ignoring multiple '-rpath's for a libtool library" install_libdir=$1 oldlibs= if test -z "$rpath"; then if test yes = "$build_libtool_libs"; then # Building a libtool convenience library. # Some compilers have problems with a '.al' extension so # convenience libraries should have the same extension an # archive normally would. oldlibs="$output_objdir/$libname.$libext $oldlibs" build_libtool_libs=convenience build_old_libs=yes fi test -n "$vinfo" && \ func_warning "'-version-info/-version-number' is ignored for convenience libraries" test -n "$release" && \ func_warning "'-release' is ignored for convenience libraries" else # Parse the version information argument. save_ifs=$IFS; IFS=: set dummy $vinfo 0 0 0 shift IFS=$save_ifs test -n "$7" && \ func_fatal_help "too many parameters to '-version-info'" # convert absolute version numbers to libtool ages # this retains compatibility with .la files and attempts # to make the code below a bit more comprehensible case $vinfo_number in yes) number_major=$1 number_minor=$2 number_revision=$3 # # There are really only two kinds -- those that # use the current revision as the major version # and those that subtract age and use age as # a minor version. But, then there is irix # that has an extra 1 added just for fun # case $version_type in # correct linux to gnu/linux during the next big refactor darwin|freebsd-elf|linux|midnightbsd-elf|osf|windows|none) func_arith $number_major + $number_minor current=$func_arith_result age=$number_minor revision=$number_revision ;; freebsd-aout|qnx|sunos) current=$number_major revision=$number_minor age=0 ;; irix|nonstopux) func_arith $number_major + $number_minor current=$func_arith_result age=$number_minor revision=$number_minor lt_irix_increment=no ;; esac ;; no) current=$1 revision=$2 age=$3 ;; esac # Check that each of the things are valid numbers. case $current in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "CURRENT '$current' must be a nonnegative integer" func_fatal_error "'$vinfo' is not valid version information" ;; esac case $revision in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "REVISION '$revision' must be a nonnegative integer" func_fatal_error "'$vinfo' is not valid version information" ;; esac case $age in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "AGE '$age' must be a nonnegative integer" func_fatal_error "'$vinfo' is not valid version information" ;; esac if test "$age" -gt "$current"; then func_error "AGE '$age' is greater than the current interface number '$current'" func_fatal_error "'$vinfo' is not valid version information" fi # Calculate the version variables. major= versuffix= verstring= case $version_type in none) ;; darwin) # Like Linux, but with the current version available in # verstring for coding it into the library header func_arith $current - $age major=.$func_arith_result versuffix=$major.$age.$revision # Darwin ld doesn't like 0 for these options... func_arith $current + 1 minor_current=$func_arith_result xlcverstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision" verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" # On Darwin other compilers case $CC in nagfor*) verstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision" ;; *) verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" ;; esac ;; freebsd-aout) major=.$current versuffix=.$current.$revision ;; freebsd-elf | midnightbsd-elf) func_arith $current - $age major=.$func_arith_result versuffix=$major.$age.$revision ;; irix | nonstopux) if test no = "$lt_irix_increment"; then func_arith $current - $age else func_arith $current - $age + 1 fi major=$func_arith_result case $version_type in nonstopux) verstring_prefix=nonstopux ;; *) verstring_prefix=sgi ;; esac verstring=$verstring_prefix$major.$revision # Add in all the interfaces that we are compatible with. loop=$revision while test 0 -ne "$loop"; do func_arith $revision - $loop iface=$func_arith_result func_arith $loop - 1 loop=$func_arith_result verstring=$verstring_prefix$major.$iface:$verstring done # Before this point, $major must not contain '.'. major=.$major versuffix=$major.$revision ;; linux) # correct to gnu/linux during the next big refactor func_arith $current - $age major=.$func_arith_result versuffix=$major.$age.$revision ;; osf) func_arith $current - $age major=.$func_arith_result versuffix=.$current.$age.$revision verstring=$current.$age.$revision # Add in all the interfaces that we are compatible with. loop=$age while test 0 -ne "$loop"; do func_arith $current - $loop iface=$func_arith_result func_arith $loop - 1 loop=$func_arith_result verstring=$verstring:$iface.0 done # Make executables depend on our current version. func_append verstring ":$current.0" ;; qnx) major=.$current versuffix=.$current ;; sco) major=.$current versuffix=.$current ;; sunos) major=.$current versuffix=.$current.$revision ;; windows) # Use '-' rather than '.', since we only want one # extension on DOS 8.3 file systems. func_arith $current - $age major=$func_arith_result versuffix=-$major ;; *) func_fatal_configuration "unknown library version type '$version_type'" ;; esac # Clear the version info if we defaulted, and they specified a release. if test -z "$vinfo" && test -n "$release"; then major= case $version_type in darwin) # we can't check for "0.0" in archive_cmds due to quoting # problems, so we reset it completely verstring= ;; *) verstring=0.0 ;; esac if test no = "$need_version"; then versuffix= else versuffix=.0.0 fi fi # Remove version info from name if versioning should be avoided if test yes,no = "$avoid_version,$need_version"; then major= versuffix= verstring= fi # Check to see if the archive will have undefined symbols. if test yes = "$allow_undefined"; then if test unsupported = "$allow_undefined_flag"; then if test yes = "$build_old_libs"; then func_warning "undefined symbols not allowed in $host shared libraries; building static only" build_libtool_libs=no else func_fatal_error "can't build $host shared library unless -no-undefined is specified" fi fi else # Don't allow undefined symbols. allow_undefined_flag=$no_undefined_flag fi fi func_generate_dlsyms "$libname" "$libname" : func_append libobjs " $symfileobj" test " " = "$libobjs" && libobjs= if test relink != "$opt_mode"; then # Remove our outputs, but don't remove object files since they # may have been created when compiling PIC objects. removelist= tempremovelist=`$ECHO "$output_objdir/*"` for p in $tempremovelist; do case $p in *.$objext | *.gcno) ;; $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/$libname$release.*) if test -n "$precious_files_regex"; then if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 then continue fi fi func_append removelist " $p" ;; *) ;; esac done test -n "$removelist" && \ func_show_eval "${RM}r \$removelist" fi # Now set the variables for building old libraries. if test yes = "$build_old_libs" && test convenience != "$build_libtool_libs"; then func_append oldlibs " $output_objdir/$libname.$libext" # Transform .lo files to .o files. oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP` fi # Eliminate all temporary directories. #for path in $notinst_path; do # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` #done if test -n "$xrpath"; then # If the user specified any rpath flags, then add them. temp_xrpath= for libdir in $xrpath; do func_replace_sysroot "$libdir" func_append temp_xrpath " -R$func_replace_sysroot_result" case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac done if test yes != "$hardcode_into_libs" || test yes = "$build_old_libs"; then dependency_libs="$temp_xrpath $dependency_libs" fi fi # Make sure dlfiles contains only unique files that won't be dlpreopened old_dlfiles=$dlfiles dlfiles= for lib in $old_dlfiles; do case " $dlprefiles $dlfiles " in *" $lib "*) ;; *) func_append dlfiles " $lib" ;; esac done # Make sure dlprefiles contains only unique files old_dlprefiles=$dlprefiles dlprefiles= for lib in $old_dlprefiles; do case "$dlprefiles " in *" $lib "*) ;; *) func_append dlprefiles " $lib" ;; esac done if test yes = "$build_libtool_libs"; then if test -n "$rpath"; then case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*) # these systems don't actually have a c library (as such)! ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C library is in the System framework func_append deplibs " System.ltframework" ;; *-*-netbsd*) # Don't link with libc until the a.out ld.so is fixed. ;; *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-midnightbsd*) # Do not include libc due to us having libc/libc_r. ;; *-*-sco3.2v5* | *-*-sco5v6*) # Causes problems with __ctype ;; *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) # Compiler inserts libc in the correct place for threads to work ;; *) # Add libc to deplibs on all other systems if necessary. if test yes = "$build_libtool_need_lc"; then func_append deplibs " -lc" fi ;; esac fi # Transform deplibs into only deplibs that can be linked in shared. name_save=$name libname_save=$libname release_save=$release versuffix_save=$versuffix major_save=$major # I'm not sure if I'm treating the release correctly. I think # release should show up in the -l (ie -lgmp5) so we don't want to # add it in twice. Is that correct? release= versuffix= major= newdeplibs= droppeddeps=no case $deplibs_check_method in pass_all) # Don't check for shared/static. Everything works. # This might be a little naive. We might want to check # whether the library exists or not. But this is on # osf3 & osf4 and I'm not really sure... Just # implementing what was already the behavior. newdeplibs=$deplibs ;; test_compile) # This code stresses the "libraries are programs" paradigm to its # limits. Maybe even breaks it. We compile a program, linking it # against the deplibs as a proxy for the library. Then we can check # whether they linked in statically or dynamically with ldd. $opt_dry_run || $RM conftest.c cat > conftest.c </dev/null` $nocaseglob else potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` fi for potent_lib in $potential_libs; do # Follow soft links. if ls -lLd "$potent_lib" 2>/dev/null | $GREP " -> " >/dev/null; then continue fi # The statement above tries to avoid entering an # endless loop below, in case of cyclic links. # We might still enter an endless loop, since a link # loop can be closed while we follow links, # but so what? potlib=$potent_lib while test -h "$potlib" 2>/dev/null; do potliblink=`ls -ld $potlib | $SED 's/.* -> //'` case $potliblink in [\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;; *) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";; esac done if eval $file_magic_cmd \"\$potlib\" 2>/dev/null | $SED -e 10q | $EGREP "$file_magic_regex" > /dev/null; then func_append newdeplibs " $a_deplib" a_deplib= break 2 fi done done fi if test -n "$a_deplib"; then droppeddeps=yes echo $ECHO "*** Warning: linker path does not have real file for library $a_deplib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have" echo "*** because I did check the linker path looking for a file starting" if test -z "$potlib"; then $ECHO "*** with $libname but no candidates were found. (...for file magic test)" else $ECHO "*** with $libname and none of the candidates passed a file format test" $ECHO "*** using a file magic. Last file checked: $potlib" fi fi ;; *) # Add a -L argument. func_append newdeplibs " $a_deplib" ;; esac done # Gone through all deplibs. ;; match_pattern*) set dummy $deplibs_check_method; shift match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` for a_deplib in $deplibs; do case $a_deplib in -l*) func_stripname -l '' "$a_deplib" name=$func_stripname_result if test yes = "$allow_libtool_libs_with_static_runtimes"; then case " $predeps $postdeps " in *" $a_deplib "*) func_append newdeplibs " $a_deplib" a_deplib= ;; esac fi if test -n "$a_deplib"; then libname=`eval "\\$ECHO \"$libname_spec\""` for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do potential_libs=`ls $i/$libname[.-]* 2>/dev/null` for potent_lib in $potential_libs; do potlib=$potent_lib # see symlink-check above in file_magic test if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \ $EGREP "$match_pattern_regex" > /dev/null; then func_append newdeplibs " $a_deplib" a_deplib= break 2 fi done done fi if test -n "$a_deplib"; then droppeddeps=yes echo $ECHO "*** Warning: linker path does not have real file for library $a_deplib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have" echo "*** because I did check the linker path looking for a file starting" if test -z "$potlib"; then $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)" else $ECHO "*** with $libname and none of the candidates passed a file format test" $ECHO "*** using a regex pattern. Last file checked: $potlib" fi fi ;; *) # Add a -L argument. func_append newdeplibs " $a_deplib" ;; esac done # Gone through all deplibs. ;; none | unknown | *) newdeplibs= tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` if test yes = "$allow_libtool_libs_with_static_runtimes"; then for i in $predeps $postdeps; do # can't use Xsed below, because $i might contain '/' tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"` done fi case $tmp_deplibs in *[!\ \ ]*) echo if test none = "$deplibs_check_method"; then echo "*** Warning: inter-library dependencies are not supported in this platform." else echo "*** Warning: inter-library dependencies are not known to be supported." fi echo "*** All declared inter-library dependencies are being dropped." droppeddeps=yes ;; esac ;; esac versuffix=$versuffix_save major=$major_save release=$release_save libname=$libname_save name=$name_save case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library with the System framework newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` ;; esac if test yes = "$droppeddeps"; then if test yes = "$module"; then echo echo "*** Warning: libtool could not satisfy all declared inter-library" $ECHO "*** dependencies of module $libname. Therefore, libtool will create" echo "*** a static module, that should work as long as the dlopening" echo "*** application is linked with the -dlopen flag." if test -z "$global_symbol_pipe"; then echo echo "*** However, this would only work if libtool was able to extract symbol" echo "*** lists from a program, using 'nm' or equivalent, but libtool could" echo "*** not find such a program. So, this module is probably useless." echo "*** 'nm' from GNU binutils and a full rebuild may help." fi if test no = "$build_old_libs"; then oldlibs=$output_objdir/$libname.$libext build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi else echo "*** The inter-library dependencies that have been dropped here will be" echo "*** automatically added whenever a program is linked with this library" echo "*** or is declared to -dlopen it." if test no = "$allow_undefined"; then echo echo "*** Since this library must not contain undefined symbols," echo "*** because either the platform does not support them or" echo "*** it was explicitly requested with -no-undefined," echo "*** libtool will only create a static version of it." if test no = "$build_old_libs"; then oldlibs=$output_objdir/$libname.$libext build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi fi fi fi # Done checking deplibs! deplibs=$newdeplibs fi # Time to change all our "foo.ltframework" stuff back to "-framework foo" case $host in *-*-darwin*) newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` ;; esac # move library search paths that coincide with paths to not yet # installed libraries to the beginning of the library search list new_libs= for path in $notinst_path; do case " $new_libs " in *" -L$path/$objdir "*) ;; *) case " $deplibs " in *" -L$path/$objdir "*) func_append new_libs " -L$path/$objdir" ;; esac ;; esac done for deplib in $deplibs; do case $deplib in -L*) case " $new_libs " in *" $deplib "*) ;; *) func_append new_libs " $deplib" ;; esac ;; *) func_append new_libs " $deplib" ;; esac done deplibs=$new_libs # All the library-specific variables (install_libdir is set above). library_names= old_library= dlname= # Test again, we may have decided not to build it any more if test yes = "$build_libtool_libs"; then # Remove $wl instances when linking with ld. # FIXME: should test the right _cmds variable. case $archive_cmds in *\$LD\ *) wl= ;; esac if test yes = "$hardcode_into_libs"; then # Hardcode the library paths hardcode_libdirs= dep_rpath= rpath=$finalize_rpath test relink = "$opt_mode" || rpath=$compile_rpath$rpath for libdir in $rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then func_replace_sysroot "$libdir" libdir=$func_replace_sysroot_result if test -z "$hardcode_libdirs"; then hardcode_libdirs=$libdir else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" func_append dep_rpath " $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; *) func_append perm_rpath " $libdir" ;; esac fi done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir=$hardcode_libdirs eval "dep_rpath=\"$hardcode_libdir_flag_spec\"" fi if test -n "$runpath_var" && test -n "$perm_rpath"; then # We should set the runpath_var. rpath= for dir in $perm_rpath; do func_append rpath "$dir:" done eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" fi test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" fi shlibpath=$finalize_shlibpath test relink = "$opt_mode" || shlibpath=$compile_shlibpath$shlibpath if test -n "$shlibpath"; then eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" fi # Get the real and link names of the library. eval shared_ext=\"$shrext_cmds\" eval library_names=\"$library_names_spec\" set dummy $library_names shift realname=$1 shift if test -n "$soname_spec"; then eval soname=\"$soname_spec\" else soname=$realname fi if test -z "$dlname"; then dlname=$soname fi lib=$output_objdir/$realname linknames= for link do func_append linknames " $link" done # Use standard objects if they are pic test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` test "X$libobjs" = "X " && libobjs= delfiles= if test -n "$export_symbols" && test -n "$include_expsyms"; then $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp" export_symbols=$output_objdir/$libname.uexp func_append delfiles " $export_symbols" fi orig_export_symbols= case $host_os in cygwin* | mingw* | cegcc*) if test -n "$export_symbols" && test -z "$export_symbols_regex"; then # exporting using user supplied symfile func_dll_def_p "$export_symbols" || { # and it's NOT already a .def file. Must figure out # which of the given symbols are data symbols and tag # them as such. So, trigger use of export_symbols_cmds. # export_symbols gets reassigned inside the "prepare # the list of exported symbols" if statement, so the # include_expsyms logic still works. orig_export_symbols=$export_symbols export_symbols= always_export_symbols=yes } fi ;; esac # Prepare the list of exported symbols if test -z "$export_symbols"; then if test yes = "$always_export_symbols" || test -n "$export_symbols_regex"; then func_verbose "generating symbol list for '$libname.la'" export_symbols=$output_objdir/$libname.exp $opt_dry_run || $RM $export_symbols cmds=$export_symbols_cmds save_ifs=$IFS; IFS='~' for cmd1 in $cmds; do IFS=$save_ifs # Take the normal branch if the nm_file_list_spec branch # doesn't work or if tool conversion is not needed. case $nm_file_list_spec~$to_tool_file_cmd in *~func_convert_file_noop | *~func_convert_file_msys_to_w32 | ~*) try_normal_branch=yes eval cmd=\"$cmd1\" func_len " $cmd" len=$func_len_result ;; *) try_normal_branch=no ;; esac if test yes = "$try_normal_branch" \ && { test "$len" -lt "$max_cmd_len" \ || test "$max_cmd_len" -le -1; } then func_show_eval "$cmd" 'exit $?' skipped_export=false elif test -n "$nm_file_list_spec"; then func_basename "$output" output_la=$func_basename_result save_libobjs=$libobjs save_output=$output output=$output_objdir/$output_la.nm func_to_tool_file "$output" libobjs=$nm_file_list_spec$func_to_tool_file_result func_append delfiles " $output" func_verbose "creating $NM input file list: $output" for obj in $save_libobjs; do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" done > "$output" eval cmd=\"$cmd1\" func_show_eval "$cmd" 'exit $?' output=$save_output libobjs=$save_libobjs skipped_export=false else # The command line is too long to execute in one step. func_verbose "using reloadable object file for export list..." skipped_export=: # Break out early, otherwise skipped_export may be # set to false by a later but shorter cmd. break fi done IFS=$save_ifs if test -n "$export_symbols_regex" && test : != "$skipped_export"; then func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' func_show_eval '$MV "${export_symbols}T" "$export_symbols"' fi fi fi if test -n "$export_symbols" && test -n "$include_expsyms"; then tmp_export_symbols=$export_symbols test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' fi if test : != "$skipped_export" && test -n "$orig_export_symbols"; then # The given exports_symbols file has to be filtered, so filter it. func_verbose "filter symbol list for '$libname.la' to tag DATA exports" # FIXME: $output_objdir/$libname.filter potentially contains lots of # 's' commands, which not all seds can handle. GNU sed should be fine # though. Also, the filter scales superlinearly with the number of # global variables. join(1) would be nice here, but unfortunately # isn't a blessed tool. $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter func_append delfiles " $export_symbols $output_objdir/$libname.filter" export_symbols=$output_objdir/$libname.def $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols fi tmp_deplibs= for test_deplib in $deplibs; do case " $convenience " in *" $test_deplib "*) ;; *) func_append tmp_deplibs " $test_deplib" ;; esac done deplibs=$tmp_deplibs if test -n "$convenience"; then if test -n "$whole_archive_flag_spec" && test yes = "$compiler_needs_object" && test -z "$libobjs"; then # extract the archives, so we have objects to list. # TODO: could optimize this to just extract one archive. whole_archive_flag_spec= fi if test -n "$whole_archive_flag_spec"; then save_libobjs=$libobjs eval libobjs=\"\$libobjs $whole_archive_flag_spec\" test "X$libobjs" = "X " && libobjs= else gentop=$output_objdir/${outputname}x func_append generated " $gentop" func_extract_archives $gentop $convenience func_append libobjs " $func_extract_archives_result" test "X$libobjs" = "X " && libobjs= fi fi if test yes = "$thread_safe" && test -n "$thread_safe_flag_spec"; then eval flag=\"$thread_safe_flag_spec\" func_append linker_flags " $flag" fi # Make a backup of the uninstalled library when relinking if test relink = "$opt_mode"; then $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $? fi # Do each of the archive commands. if test yes = "$module" && test -n "$module_cmds"; then if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then eval test_cmds=\"$module_expsym_cmds\" cmds=$module_expsym_cmds else eval test_cmds=\"$module_cmds\" cmds=$module_cmds fi else if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then eval test_cmds=\"$archive_expsym_cmds\" cmds=$archive_expsym_cmds else eval test_cmds=\"$archive_cmds\" cmds=$archive_cmds fi fi if test : != "$skipped_export" && func_len " $test_cmds" && len=$func_len_result && test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then : else # The command line is too long to link in one step, link piecewise # or, if using GNU ld and skipped_export is not :, use a linker # script. # Save the value of $output and $libobjs because we want to # use them later. If we have whole_archive_flag_spec, we # want to use save_libobjs as it was before # whole_archive_flag_spec was expanded, because we can't # assume the linker understands whole_archive_flag_spec. # This may have to be revisited, in case too many # convenience libraries get linked in and end up exceeding # the spec. if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then save_libobjs=$libobjs fi save_output=$output func_basename "$output" output_la=$func_basename_result # Clear the reloadable object creation command queue and # initialize k to one. test_cmds= concat_cmds= objlist= last_robj= k=1 if test -n "$save_libobjs" && test : != "$skipped_export" && test yes = "$with_gnu_ld"; then output=$output_objdir/$output_la.lnkscript func_verbose "creating GNU ld script: $output" echo 'INPUT (' > $output for obj in $save_libobjs do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" >> $output done echo ')' >> $output func_append delfiles " $output" func_to_tool_file "$output" output=$func_to_tool_file_result elif test -n "$save_libobjs" && test : != "$skipped_export" && test -n "$file_list_spec"; then output=$output_objdir/$output_la.lnk func_verbose "creating linker input file list: $output" : > $output set x $save_libobjs shift firstobj= if test yes = "$compiler_needs_object"; then firstobj="$1 " shift fi for obj do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" >> $output done func_append delfiles " $output" func_to_tool_file "$output" output=$firstobj\"$file_list_spec$func_to_tool_file_result\" else if test -n "$save_libobjs"; then func_verbose "creating reloadable object files..." output=$output_objdir/$output_la-$k.$objext eval test_cmds=\"$reload_cmds\" func_len " $test_cmds" len0=$func_len_result len=$len0 # Loop over the list of objects to be linked. for obj in $save_libobjs do func_len " $obj" func_arith $len + $func_len_result len=$func_arith_result if test -z "$objlist" || test "$len" -lt "$max_cmd_len"; then func_append objlist " $obj" else # The command $test_cmds is almost too long, add a # command to the queue. if test 1 -eq "$k"; then # The first file doesn't have a previous command to add. reload_objs=$objlist eval concat_cmds=\"$reload_cmds\" else # All subsequent reloadable object files will link in # the last one created. reload_objs="$objlist $last_robj" eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\" fi last_robj=$output_objdir/$output_la-$k.$objext func_arith $k + 1 k=$func_arith_result output=$output_objdir/$output_la-$k.$objext objlist=" $obj" func_len " $last_robj" func_arith $len0 + $func_len_result len=$func_arith_result fi done # Handle the remaining objects by creating one last # reloadable object file. All subsequent reloadable object # files will link in the last one created. test -z "$concat_cmds" || concat_cmds=$concat_cmds~ reload_objs="$objlist $last_robj" eval concat_cmds=\"\$concat_cmds$reload_cmds\" if test -n "$last_robj"; then eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" fi func_append delfiles " $output" else output= fi ${skipped_export-false} && { func_verbose "generating symbol list for '$libname.la'" export_symbols=$output_objdir/$libname.exp $opt_dry_run || $RM $export_symbols libobjs=$output # Append the command to create the export file. test -z "$concat_cmds" || concat_cmds=$concat_cmds~ eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\" if test -n "$last_robj"; then eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" fi } test -n "$save_libobjs" && func_verbose "creating a temporary reloadable object file: $output" # Loop through the commands generated above and execute them. save_ifs=$IFS; IFS='~' for cmd in $concat_cmds; do IFS=$save_ifs $opt_quiet || { func_quote_arg expand,pretty "$cmd" eval "func_echo $func_quote_arg_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? # Restore the uninstalled library and exit if test relink = "$opt_mode"; then ( cd "$output_objdir" && \ $RM "${realname}T" && \ $MV "${realname}U" "$realname" ) fi exit $lt_exit } done IFS=$save_ifs if test -n "$export_symbols_regex" && ${skipped_export-false}; then func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' func_show_eval '$MV "${export_symbols}T" "$export_symbols"' fi fi ${skipped_export-false} && { if test -n "$export_symbols" && test -n "$include_expsyms"; then tmp_export_symbols=$export_symbols test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' fi if test -n "$orig_export_symbols"; then # The given exports_symbols file has to be filtered, so filter it. func_verbose "filter symbol list for '$libname.la' to tag DATA exports" # FIXME: $output_objdir/$libname.filter potentially contains lots of # 's' commands, which not all seds can handle. GNU sed should be fine # though. Also, the filter scales superlinearly with the number of # global variables. join(1) would be nice here, but unfortunately # isn't a blessed tool. $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter func_append delfiles " $export_symbols $output_objdir/$libname.filter" export_symbols=$output_objdir/$libname.def $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols fi } libobjs=$output # Restore the value of output. output=$save_output if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then eval libobjs=\"\$libobjs $whole_archive_flag_spec\" test "X$libobjs" = "X " && libobjs= fi # Expand the library linking commands again to reset the # value of $libobjs for piecewise linking. # Do each of the archive commands. if test yes = "$module" && test -n "$module_cmds"; then if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then cmds=$module_expsym_cmds else cmds=$module_cmds fi else if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then cmds=$archive_expsym_cmds else cmds=$archive_cmds fi fi fi if test -n "$delfiles"; then # Append the command to remove temporary files to $cmds. eval cmds=\"\$cmds~\$RM $delfiles\" fi # Add any objects from preloaded convenience libraries if test -n "$dlprefiles"; then gentop=$output_objdir/${outputname}x func_append generated " $gentop" func_extract_archives $gentop $dlprefiles func_append libobjs " $func_extract_archives_result" test "X$libobjs" = "X " && libobjs= fi save_ifs=$IFS; IFS='~' for cmd in $cmds; do IFS=$sp$nl eval cmd=\"$cmd\" IFS=$save_ifs $opt_quiet || { func_quote_arg expand,pretty "$cmd" eval "func_echo $func_quote_arg_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? # Restore the uninstalled library and exit if test relink = "$opt_mode"; then ( cd "$output_objdir" && \ $RM "${realname}T" && \ $MV "${realname}U" "$realname" ) fi exit $lt_exit } done IFS=$save_ifs # Restore the uninstalled library and exit if test relink = "$opt_mode"; then $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $? if test -n "$convenience"; then if test -z "$whole_archive_flag_spec"; then func_show_eval '${RM}r "$gentop"' fi fi exit $EXIT_SUCCESS fi # Create links to the real library. for linkname in $linknames; do if test "$realname" != "$linkname"; then func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?' fi done # If -module or -export-dynamic was specified, set the dlname. if test yes = "$module" || test yes = "$export_dynamic"; then # On all known operating systems, these are identical. dlname=$soname fi fi ;; obj) if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then func_warning "'-dlopen' is ignored for objects" fi case " $deplibs" in *\ -l* | *\ -L*) func_warning "'-l' and '-L' are ignored for objects" ;; esac test -n "$rpath" && \ func_warning "'-rpath' is ignored for objects" test -n "$xrpath" && \ func_warning "'-R' is ignored for objects" test -n "$vinfo" && \ func_warning "'-version-info' is ignored for objects" test -n "$release" && \ func_warning "'-release' is ignored for objects" case $output in *.lo) test -n "$objs$old_deplibs" && \ func_fatal_error "cannot build library object '$output' from non-libtool objects" libobj=$output func_lo2o "$libobj" obj=$func_lo2o_result ;; *) libobj= obj=$output ;; esac # Delete the old objects. $opt_dry_run || $RM $obj $libobj # Objects from convenience libraries. This assumes # single-version convenience libraries. Whenever we create # different ones for PIC/non-PIC, this we'll have to duplicate # the extraction. reload_conv_objs= gentop= # if reload_cmds runs $LD directly, get rid of -Wl from # whole_archive_flag_spec and hope we can get by with turning comma # into space. case $reload_cmds in *\$LD[\ \$]*) wl= ;; esac if test -n "$convenience"; then if test -n "$whole_archive_flag_spec"; then eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags else gentop=$output_objdir/${obj}x func_append generated " $gentop" func_extract_archives $gentop $convenience reload_conv_objs="$reload_objs $func_extract_archives_result" fi fi # If we're not building shared, we need to use non_pic_objs test yes = "$build_libtool_libs" || libobjs=$non_pic_objects # Create the old-style object. reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs output=$obj func_execute_cmds "$reload_cmds" 'exit $?' # Exit if we aren't doing a library object file. if test -z "$libobj"; then if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi exit $EXIT_SUCCESS fi test yes = "$build_libtool_libs" || { if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi # Create an invalid libtool object if no PIC, so that we don't # accidentally link it into a program. # $show "echo timestamp > $libobj" # $opt_dry_run || eval "echo timestamp > $libobj" || exit $? exit $EXIT_SUCCESS } if test -n "$pic_flag" || test default != "$pic_mode"; then # Only do commands if we really have different PIC objects. reload_objs="$libobjs $reload_conv_objs" output=$libobj func_execute_cmds "$reload_cmds" 'exit $?' fi if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi exit $EXIT_SUCCESS ;; prog) case $host in *cygwin*) func_stripname '' '.exe' "$output" output=$func_stripname_result.exe;; esac test -n "$vinfo" && \ func_warning "'-version-info' is ignored for programs" test -n "$release" && \ func_warning "'-release' is ignored for programs" $preload \ && test unknown,unknown,unknown = "$dlopen_support,$dlopen_self,$dlopen_self_static" \ && func_warning "'LT_INIT([dlopen])' not used. Assuming no dlopen support." case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library is the System framework compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` ;; esac case $host in *-*-darwin*) # Don't allow lazy linking, it breaks C++ global constructors # But is supposedly fixed on 10.4 or later (yay!). if test CXX = "$tagname"; then case ${MACOSX_DEPLOYMENT_TARGET-10.0} in 10.[0123]) func_append compile_command " $wl-bind_at_load" func_append finalize_command " $wl-bind_at_load" ;; esac fi # Time to change all our "foo.ltframework" stuff back to "-framework foo" compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` ;; esac # move library search paths that coincide with paths to not yet # installed libraries to the beginning of the library search list new_libs= for path in $notinst_path; do case " $new_libs " in *" -L$path/$objdir "*) ;; *) case " $compile_deplibs " in *" -L$path/$objdir "*) func_append new_libs " -L$path/$objdir" ;; esac ;; esac done for deplib in $compile_deplibs; do case $deplib in -L*) case " $new_libs " in *" $deplib "*) ;; *) func_append new_libs " $deplib" ;; esac ;; *) func_append new_libs " $deplib" ;; esac done compile_deplibs=$new_libs func_append compile_command " $compile_deplibs" func_append finalize_command " $finalize_deplibs" if test -n "$rpath$xrpath"; then # If the user specified any rpath flags, then add them. for libdir in $rpath $xrpath; do # This is the magic to use -rpath. case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac done fi # Now hardcode the library paths rpath= hardcode_libdirs= for libdir in $compile_rpath $finalize_rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs=$libdir else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" func_append rpath " $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; *) func_append perm_rpath " $libdir" ;; esac fi case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'` case :$dllsearchpath: in *":$libdir:"*) ;; ::) dllsearchpath=$libdir;; *) func_append dllsearchpath ":$libdir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; ::) dllsearchpath=$testbindir;; *) func_append dllsearchpath ":$testbindir";; esac ;; esac done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir=$hardcode_libdirs eval rpath=\" $hardcode_libdir_flag_spec\" fi compile_rpath=$rpath rpath= hardcode_libdirs= for libdir in $finalize_rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs=$libdir else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" func_append rpath " $flag" fi elif test -n "$runpath_var"; then case "$finalize_perm_rpath " in *" $libdir "*) ;; *) func_append finalize_perm_rpath " $libdir" ;; esac fi done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir=$hardcode_libdirs eval rpath=\" $hardcode_libdir_flag_spec\" fi finalize_rpath=$rpath if test -n "$libobjs" && test yes = "$build_old_libs"; then # Transform all the library objects into standard objects. compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` fi func_generate_dlsyms "$outputname" "@PROGRAM@" false # template prelinking step if test -n "$prelink_cmds"; then func_execute_cmds "$prelink_cmds" 'exit $?' fi wrappers_required=: case $host in *cegcc* | *mingw32ce*) # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway. wrappers_required=false ;; *cygwin* | *mingw* ) test yes = "$build_libtool_libs" || wrappers_required=false ;; *) if test no = "$need_relink" || test yes != "$build_libtool_libs"; then wrappers_required=false fi ;; esac $wrappers_required || { # Replace the output file specification. compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` link_command=$compile_command$compile_rpath # We have no uninstalled library dependencies, so finalize right now. exit_status=0 func_show_eval "$link_command" 'exit_status=$?' if test -n "$postlink_cmds"; then func_to_tool_file "$output" postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` func_execute_cmds "$postlink_cmds" 'exit $?' fi # Delete the generated files. if test -f "$output_objdir/${outputname}S.$objext"; then func_show_eval '$RM "$output_objdir/${outputname}S.$objext"' fi exit $exit_status } if test -n "$compile_shlibpath$finalize_shlibpath"; then compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" fi if test -n "$finalize_shlibpath"; then finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" fi compile_var= finalize_var= if test -n "$runpath_var"; then if test -n "$perm_rpath"; then # We should set the runpath_var. rpath= for dir in $perm_rpath; do func_append rpath "$dir:" done compile_var="$runpath_var=\"$rpath\$$runpath_var\" " fi if test -n "$finalize_perm_rpath"; then # We should set the runpath_var. rpath= for dir in $finalize_perm_rpath; do func_append rpath "$dir:" done finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " fi fi if test yes = "$no_install"; then # We don't need to create a wrapper script. link_command=$compile_var$compile_command$compile_rpath # Replace the output file specification. link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` # Delete the old output file. $opt_dry_run || $RM $output # Link the executable and exit func_show_eval "$link_command" 'exit $?' if test -n "$postlink_cmds"; then func_to_tool_file "$output" postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` func_execute_cmds "$postlink_cmds" 'exit $?' fi exit $EXIT_SUCCESS fi case $hardcode_action,$fast_install in relink,*) # Fast installation is not supported link_command=$compile_var$compile_command$compile_rpath relink_command=$finalize_var$finalize_command$finalize_rpath func_warning "this platform does not like uninstalled shared libraries" func_warning "'$output' will be relinked during installation" ;; *,yes) link_command=$finalize_var$compile_command$finalize_rpath relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` ;; *,no) link_command=$compile_var$compile_command$compile_rpath relink_command=$finalize_var$finalize_command$finalize_rpath ;; *,needless) link_command=$finalize_var$compile_command$finalize_rpath relink_command= ;; esac # Replace the output file specification. link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` # Delete the old output files. $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname func_show_eval "$link_command" 'exit $?' if test -n "$postlink_cmds"; then func_to_tool_file "$output_objdir/$outputname" postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` func_execute_cmds "$postlink_cmds" 'exit $?' fi # Now create the wrapper script. func_verbose "creating $output" # Quote the relink command for shipping. if test -n "$relink_command"; then # Preserve any variables that may affect compiler behavior for var in $variables_saved_for_relink; do if eval test -z \"\${$var+set}\"; then relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else func_quote_arg pretty "$var_value" relink_command="$var=$func_quote_arg_result; export $var; $relink_command" fi done func_quote eval cd "`pwd`" func_quote_arg pretty,unquoted "($func_quote_result; $relink_command)" relink_command=$func_quote_arg_unquoted_result fi # Only actually do things if not in dry run mode. $opt_dry_run || { # win32 will think the script is a binary if it has # a .exe suffix, so we strip it off here. case $output in *.exe) func_stripname '' '.exe' "$output" output=$func_stripname_result ;; esac # test for cygwin because mv fails w/o .exe extensions case $host in *cygwin*) exeext=.exe func_stripname '' '.exe' "$outputname" outputname=$func_stripname_result ;; *) exeext= ;; esac case $host in *cygwin* | *mingw* ) func_dirname_and_basename "$output" "" "." output_name=$func_basename_result output_path=$func_dirname_result cwrappersource=$output_path/$objdir/lt-$output_name.c cwrapper=$output_path/$output_name.exe $RM $cwrappersource $cwrapper trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 func_emit_cwrapperexe_src > $cwrappersource # The wrapper executable is built using the $host compiler, # because it contains $host paths and files. If cross- # compiling, it, like the target executable, must be # executed on the $host or under an emulation environment. $opt_dry_run || { $LTCC $LTCFLAGS -o $cwrapper $cwrappersource $STRIP $cwrapper } # Now, create the wrapper script for func_source use: func_ltwrapper_scriptname $cwrapper $RM $func_ltwrapper_scriptname_result trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15 $opt_dry_run || { # note: this script will not be executed, so do not chmod. if test "x$build" = "x$host"; then $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result else func_emit_wrapper no > $func_ltwrapper_scriptname_result fi } ;; * ) $RM $output trap "$RM $output; exit $EXIT_FAILURE" 1 2 15 func_emit_wrapper no > $output chmod +x $output ;; esac } exit $EXIT_SUCCESS ;; esac # See if we need to build an old-fashioned archive. for oldlib in $oldlibs; do case $build_libtool_libs in convenience) oldobjs="$libobjs_save $symfileobj" addlibs=$convenience build_libtool_libs=no ;; module) oldobjs=$libobjs_save addlibs=$old_convenience build_libtool_libs=no ;; *) oldobjs="$old_deplibs $non_pic_objects" $preload && test -f "$symfileobj" \ && func_append oldobjs " $symfileobj" addlibs=$old_convenience ;; esac if test -n "$addlibs"; then gentop=$output_objdir/${outputname}x func_append generated " $gentop" func_extract_archives $gentop $addlibs func_append oldobjs " $func_extract_archives_result" fi # Do each command in the archive commands. if test -n "$old_archive_from_new_cmds" && test yes = "$build_libtool_libs"; then cmds=$old_archive_from_new_cmds else # Add any objects from preloaded convenience libraries if test -n "$dlprefiles"; then gentop=$output_objdir/${outputname}x func_append generated " $gentop" func_extract_archives $gentop $dlprefiles func_append oldobjs " $func_extract_archives_result" fi # POSIX demands no paths to be encoded in archives. We have # to avoid creating archives with duplicate basenames if we # might have to extract them afterwards, e.g., when creating a # static archive out of a convenience library, or when linking # the entirety of a libtool archive into another (currently # not supported by libtool). if (for obj in $oldobjs do func_basename "$obj" $ECHO "$func_basename_result" done | sort | sort -uc >/dev/null 2>&1); then : else echo "copying selected object files to avoid basename conflicts..." gentop=$output_objdir/${outputname}x func_append generated " $gentop" func_mkdir_p "$gentop" save_oldobjs=$oldobjs oldobjs= counter=1 for obj in $save_oldobjs do func_basename "$obj" objbase=$func_basename_result case " $oldobjs " in " ") oldobjs=$obj ;; *[\ /]"$objbase "*) while :; do # Make sure we don't pick an alternate name that also # overlaps. newobj=lt$counter-$objbase func_arith $counter + 1 counter=$func_arith_result case " $oldobjs " in *[\ /]"$newobj "*) ;; *) if test ! -f "$gentop/$newobj"; then break; fi ;; esac done func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" func_append oldobjs " $gentop/$newobj" ;; *) func_append oldobjs " $obj" ;; esac done fi func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 tool_oldlib=$func_to_tool_file_result eval cmds=\"$old_archive_cmds\" func_len " $cmds" len=$func_len_result if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then cmds=$old_archive_cmds elif test -n "$archiver_list_spec"; then func_verbose "using command file archive linking..." for obj in $oldobjs do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" done > $output_objdir/$libname.libcmd func_to_tool_file "$output_objdir/$libname.libcmd" oldobjs=" $archiver_list_spec$func_to_tool_file_result" cmds=$old_archive_cmds else # the command line is too long to link in one step, link in parts func_verbose "using piecewise archive linking..." save_RANLIB=$RANLIB RANLIB=: objlist= concat_cmds= save_oldobjs=$oldobjs oldobjs= # Is there a better way of finding the last object in the list? for obj in $save_oldobjs do last_oldobj=$obj done eval test_cmds=\"$old_archive_cmds\" func_len " $test_cmds" len0=$func_len_result len=$len0 for obj in $save_oldobjs do func_len " $obj" func_arith $len + $func_len_result len=$func_arith_result func_append objlist " $obj" if test "$len" -lt "$max_cmd_len"; then : else # the above command should be used before it gets too long oldobjs=$objlist if test "$obj" = "$last_oldobj"; then RANLIB=$save_RANLIB fi test -z "$concat_cmds" || concat_cmds=$concat_cmds~ eval concat_cmds=\"\$concat_cmds$old_archive_cmds\" objlist= len=$len0 fi done RANLIB=$save_RANLIB oldobjs=$objlist if test -z "$oldobjs"; then eval cmds=\"\$concat_cmds\" else eval cmds=\"\$concat_cmds~\$old_archive_cmds\" fi fi fi func_execute_cmds "$cmds" 'exit $?' done test -n "$generated" && \ func_show_eval "${RM}r$generated" # Now create the libtool archive. case $output in *.la) old_library= test yes = "$build_old_libs" && old_library=$libname.$libext func_verbose "creating $output" # Preserve any variables that may affect compiler behavior for var in $variables_saved_for_relink; do if eval test -z \"\${$var+set}\"; then relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else func_quote_arg pretty,unquoted "$var_value" relink_command="$var=$func_quote_arg_unquoted_result; export $var; $relink_command" fi done # Quote the link command for shipping. func_quote eval cd "`pwd`" relink_command="($func_quote_result; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" func_quote_arg pretty,unquoted "$relink_command" relink_command=$func_quote_arg_unquoted_result if test yes = "$hardcode_automatic"; then relink_command= fi # Only create the output if not a dry run. $opt_dry_run || { for installed in no yes; do if test yes = "$installed"; then if test -z "$install_libdir"; then break fi output=$output_objdir/${outputname}i # Replace all uninstalled libtool libraries with the installed ones newdependency_libs= for deplib in $dependency_libs; do case $deplib in *.la) func_basename "$deplib" name=$func_basename_result func_resolve_sysroot "$deplib" eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` test -z "$libdir" && \ func_fatal_error "'$deplib' is not a valid libtool archive" func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name" ;; -L*) func_stripname -L '' "$deplib" func_replace_sysroot "$func_stripname_result" func_append newdependency_libs " -L$func_replace_sysroot_result" ;; -R*) func_stripname -R '' "$deplib" func_replace_sysroot "$func_stripname_result" func_append newdependency_libs " -R$func_replace_sysroot_result" ;; *) func_append newdependency_libs " $deplib" ;; esac done dependency_libs=$newdependency_libs newdlfiles= for lib in $dlfiles; do case $lib in *.la) func_basename "$lib" name=$func_basename_result eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` test -z "$libdir" && \ func_fatal_error "'$lib' is not a valid libtool archive" func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name" ;; *) func_append newdlfiles " $lib" ;; esac done dlfiles=$newdlfiles newdlprefiles= for lib in $dlprefiles; do case $lib in *.la) # Only pass preopened files to the pseudo-archive (for # eventual linking with the app. that links it) if we # didn't already link the preopened objects directly into # the library: func_basename "$lib" name=$func_basename_result eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` test -z "$libdir" && \ func_fatal_error "'$lib' is not a valid libtool archive" func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name" ;; esac done dlprefiles=$newdlprefiles else newdlfiles= for lib in $dlfiles; do case $lib in [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;; *) abs=`pwd`"/$lib" ;; esac func_append newdlfiles " $abs" done dlfiles=$newdlfiles newdlprefiles= for lib in $dlprefiles; do case $lib in [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;; *) abs=`pwd`"/$lib" ;; esac func_append newdlprefiles " $abs" done dlprefiles=$newdlprefiles fi $RM $output # place dlname in correct position for cygwin # In fact, it would be nice if we could use this code for all target # systems that can't hard-code library paths into their executables # and that have no shared library path variable independent of PATH, # but it turns out we can't easily determine that from inspecting # libtool variables, so we have to hard-code the OSs to which it # applies here; at the moment, that means platforms that use the PE # object format with DLL files. See the long comment at the top of # tests/bindir.at for full details. tdlname=$dlname case $host,$output,$installed,$module,$dlname in *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) # If a -bindir argument was supplied, place the dll there. if test -n "$bindir"; then func_relative_path "$install_libdir" "$bindir" tdlname=$func_relative_path_result/$dlname else # Otherwise fall back on heuristic. tdlname=../bin/$dlname fi ;; esac $ECHO > $output "\ # $outputname - a libtool library file # Generated by $PROGRAM (GNU $PACKAGE) $VERSION # # Please DO NOT delete this file! # It is necessary for linking the library. # The name that we can dlopen(3). dlname='$tdlname' # Names of this library. library_names='$library_names' # The name of the static archive. old_library='$old_library' # Linker flags that cannot go in dependency_libs. inherited_linker_flags='$new_inherited_linker_flags' # Libraries that this one depends upon. dependency_libs='$dependency_libs' # Names of additional weak libraries provided by this library weak_library_names='$weak_libs' # Version information for $libname. current=$current age=$age revision=$revision # Is this an already installed library? installed=$installed # Should we warn about portability when linking against -modules? shouldnotlink=$module # Files to dlopen/dlpreopen dlopen='$dlfiles' dlpreopen='$dlprefiles' # Directory that this library needs to be installed in: libdir='$install_libdir'" if test no,yes = "$installed,$need_relink"; then $ECHO >> $output "\ relink_command=\"$relink_command\"" fi done } # Do a symbolic link so that the libtool archive can be found in # LD_LIBRARY_PATH before the program is installed. func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?' ;; esac exit $EXIT_SUCCESS } if test link = "$opt_mode" || test relink = "$opt_mode"; then func_mode_link ${1+"$@"} fi # func_mode_uninstall arg... func_mode_uninstall () { $debug_cmd RM=$nonopt files= rmforce=false exit_status=0 # This variable tells wrapper scripts just to set variables rather # than running their programs. libtool_install_magic=$magic for arg do case $arg in -f) func_append RM " $arg"; rmforce=: ;; -*) func_append RM " $arg" ;; *) func_append files " $arg" ;; esac done test -z "$RM" && \ func_fatal_help "you must specify an RM program" rmdirs= for file in $files; do func_dirname "$file" "" "." dir=$func_dirname_result if test . = "$dir"; then odir=$objdir else odir=$dir/$objdir fi func_basename "$file" name=$func_basename_result test uninstall = "$opt_mode" && odir=$dir # Remember odir for removal later, being careful to avoid duplicates if test clean = "$opt_mode"; then case " $rmdirs " in *" $odir "*) ;; *) func_append rmdirs " $odir" ;; esac fi # Don't error if the file doesn't exist and rm -f was used. if { test -L "$file"; } >/dev/null 2>&1 || { test -h "$file"; } >/dev/null 2>&1 || test -f "$file"; then : elif test -d "$file"; then exit_status=1 continue elif $rmforce; then continue fi rmfiles=$file case $name in *.la) # Possibly a libtool archive, so verify it. if func_lalib_p "$file"; then func_source $dir/$name # Delete the libtool libraries and symlinks. for n in $library_names; do func_append rmfiles " $odir/$n" done test -n "$old_library" && func_append rmfiles " $odir/$old_library" case $opt_mode in clean) case " $library_names " in *" $dlname "*) ;; *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;; esac test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i" ;; uninstall) if test -n "$library_names"; then # Do each command in the postuninstall commands. func_execute_cmds "$postuninstall_cmds" '$rmforce || exit_status=1' fi if test -n "$old_library"; then # Do each command in the old_postuninstall commands. func_execute_cmds "$old_postuninstall_cmds" '$rmforce || exit_status=1' fi # FIXME: should reinstall the best remaining shared library. ;; esac fi ;; *.lo) # Possibly a libtool object, so verify it. if func_lalib_p "$file"; then # Read the .lo file func_source $dir/$name # Add PIC object to the list of files to remove. if test -n "$pic_object" && test none != "$pic_object"; then func_append rmfiles " $dir/$pic_object" fi # Add non-PIC object to the list of files to remove. if test -n "$non_pic_object" && test none != "$non_pic_object"; then func_append rmfiles " $dir/$non_pic_object" fi fi ;; *) if test clean = "$opt_mode"; then noexename=$name case $file in *.exe) func_stripname '' '.exe' "$file" file=$func_stripname_result func_stripname '' '.exe' "$name" noexename=$func_stripname_result # $file with .exe has already been added to rmfiles, # add $file without .exe func_append rmfiles " $file" ;; esac # Do a test to see if this is a libtool program. if func_ltwrapper_p "$file"; then if func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" relink_command= func_source $func_ltwrapper_scriptname_result func_append rmfiles " $func_ltwrapper_scriptname_result" else relink_command= func_source $dir/$noexename fi # note $name still contains .exe if it was in $file originally # as does the version of $file that was added into $rmfiles func_append rmfiles " $odir/$name $odir/${name}S.$objext" if test yes = "$fast_install" && test -n "$relink_command"; then func_append rmfiles " $odir/lt-$name" fi if test "X$noexename" != "X$name"; then func_append rmfiles " $odir/lt-$noexename.c" fi fi fi ;; esac func_show_eval "$RM $rmfiles" 'exit_status=1' done # Try to remove the $objdir's in the directories where we deleted files for dir in $rmdirs; do if test -d "$dir"; then func_show_eval "rmdir $dir >/dev/null 2>&1" fi done exit $exit_status } if test uninstall = "$opt_mode" || test clean = "$opt_mode"; then func_mode_uninstall ${1+"$@"} fi test -z "$opt_mode" && { help=$generic_help func_fatal_help "you must specify a MODE" } test -z "$exec_cmd" && \ func_fatal_help "invalid operation mode '$opt_mode'" if test -n "$exec_cmd"; then eval exec "$exec_cmd" exit $EXIT_FAILURE fi exit $exit_status # The TAGs below are defined such that we never get into a situation # where we disable both kinds of libraries. Given conflicting # choices, we go for a static library, that is the most portable, # since we can't tell whether shared libraries were disabled because # the user asked for that or because the platform doesn't support # them. This is particularly important on AIX, because we don't # support having both static and shared libraries enabled at the same # time on that platform, so we default to a shared-only configuration. # If a disable-shared tag is given, we'll fallback to a static-only # configuration. But we'll never go from static-only to shared-only. # ### BEGIN LIBTOOL TAG CONFIG: disable-shared build_libtool_libs=no build_old_libs=yes # ### END LIBTOOL TAG CONFIG: disable-shared # ### BEGIN LIBTOOL TAG CONFIG: disable-static build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` # ### END LIBTOOL TAG CONFIG: disable-static # Local Variables: # mode:shell-script # sh-indentation:2 # End: lcms2-2.17/aclocal.m40000644000175000017500000012650014752176133013352 0ustar martimarti# generated automatically by aclocal 1.16.5 -*- Autoconf -*- # Copyright (C) 1996-2021 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.72],, [m4_warning([this file was generated for autoconf 2.72. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) # Copyright (C) 2002-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.16' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. m4_if([$1], [1.16.5], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) # _AM_AUTOCONF_VERSION(VERSION) # ----------------------------- # aclocal traces this macro to find the Autoconf version. # This is a private macro too. Using m4_define simplifies # the logic in aclocal, which can simply ignore this definition. m4_define([_AM_AUTOCONF_VERSION], []) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.16.5])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- # Copyright (C) 2001-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to # '$srcdir', '$srcdir/..', or '$srcdir/../..'. # # Of course, Automake must honor this variable whenever it calls a # tool from the auxiliary directory. The problem is that $srcdir (and # therefore $ac_aux_dir as well) can be either absolute or relative, # depending on how configure is run. This is pretty annoying, since # it makes $ac_aux_dir quite unusable in subdirectories: in the top # source directory, any form will work fine, but in subdirectories a # relative path needs to be adjusted first. # # $ac_aux_dir/missing # fails when called from a subdirectory if $ac_aux_dir is relative # $top_srcdir/$ac_aux_dir/missing # fails if $ac_aux_dir is absolute, # fails when called from a subdirectory in a VPATH build with # a relative $ac_aux_dir # # The reason of the latter failure is that $top_srcdir and $ac_aux_dir # are both prefixed by $srcdir. In an in-source build this is usually # harmless because $srcdir is '.', but things will broke when you # start a VPATH build or use an absolute $srcdir. # # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, # iff we strip the leading $srcdir from $ac_aux_dir. That would be: # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` # and then we would define $MISSING as # MISSING="\${SHELL} $am_aux_dir/missing" # This will work as long as MISSING is not called from configure, because # unfortunately $(top_srcdir) has no meaning in configure. # However there are other variables, like CC, which are often used in # configure, and could therefore not use this "fixed" $ac_aux_dir. # # Another solution, used here, is to always expand $ac_aux_dir to an # absolute PATH. The drawback is that using absolute paths prevent a # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl # Expand $ac_aux_dir to an absolute path. am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- # Copyright (C) 1997-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- # Define a conditional. AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl _AM_SUBST_NOTMAKE([$1_FALSE])dnl m4_define([_AM_COND_VALUE_$1], [$2])dnl if $2; then $1_TRUE= $1_FALSE='#' else $1_TRUE='#' $1_FALSE= fi AC_CONFIG_COMMANDS_PRE( [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then AC_MSG_ERROR([[conditional "$1" was never defined. Usually this means the macro was only invoked conditionally.]]) fi])]) # Copyright (C) 1999-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, # will think it sees a *use*, and therefore will trigger all it's # C support machinery. Also note that it means that autoscan, seeing # CC etc. in the Makefile, will ask for an AC_PROG_CC use... # _AM_DEPENDENCIES(NAME) # ---------------------- # See how the compiler implements dependency checking. # NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". # We try a few techniques and use that to set a single cache variable. # # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular # dependency, and given that the user is not expected to run this macro, # just rely on AC_PROG_CC. AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], [$1], [CXX], [depcc="$CXX" am_compiler_list=], [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], [$1], [UPC], [depcc="$UPC" am_compiler_list=], [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_$1_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` fi am__universal=false m4_case([$1], [CC], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac], [CXX], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac]) for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_$1_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_$1_dependencies_compiler_type=none fi ]) AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) AM_CONDITIONAL([am__fastdep$1], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) ]) # AM_SET_DEPDIR # ------------- # Choose a directory name for dependency files. # This macro is AC_REQUIREd in _AM_DEPENDENCIES. AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl ]) # AM_DEP_TRACK # ------------ AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl AS_HELP_STRING( [--enable-dependency-tracking], [do not reject slow dependency extractors]) AS_HELP_STRING( [--disable-dependency-tracking], [speeds up one-time build])]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl AC_SUBST([am__nodep])dnl _AM_SUBST_NOTMAKE([am__nodep])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- # Copyright (C) 1999-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. # TODO: see whether this extra hack can be removed once we start # requiring Autoconf 2.70 or later. AS_CASE([$CONFIG_FILES], [*\'*], [eval set x "$CONFIG_FILES"], [*], [set x $CONFIG_FILES]) shift # Used to flag and report bootstrapping failures. am_rc=0 for am_mf do # Strip MF so we end up with the name of the file. am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile which includes # dependency-tracking related rules and includes. # Grep'ing the whole file directly is not great: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ || continue am_dirpart=`AS_DIRNAME(["$am_mf"])` am_filepart=`AS_BASENAME(["$am_mf"])` AM_RUN_LOG([cd "$am_dirpart" \ && sed -e '/# am--include-marker/d' "$am_filepart" \ | $MAKE -f - am--depfiles]) || am_rc=$? done if test $am_rc -ne 0; then AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments for automatic dependency tracking. If GNU make was not used, consider re-running the configure script with MAKE="gmake" (or whatever is necessary). You can also try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking).]) fi AS_UNSET([am_dirpart]) AS_UNSET([am_filepart]) AS_UNSET([am_mf]) AS_UNSET([am_rc]) rm -f conftest-deps.mk } ])# _AM_OUTPUT_DEPENDENCY_COMMANDS # AM_OUTPUT_DEPENDENCY_COMMANDS # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # # This code is only required when automatic dependency tracking is enabled. # This creates each '.Po' and '.Plo' makefile fragment that we'll need in # order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])]) # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. m4_define([AC_PROG_CC], m4_defn([AC_PROG_CC]) [_AM_PROG_CC_C_O ]) # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- # The call with PACKAGE and VERSION arguments is the old style # call (pre autoconf-2.50), which is being phased out. PACKAGE # and VERSION should now be passed to AC_INIT and removed from # the call to AM_INIT_AUTOMAKE. # We support both call styles for the transition. After # the next Automake release, Autoconf can make the AC_INIT # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl m4_ifdef([_$0_ALREADY_INIT], [m4_fatal([$0 expanded multiple times ]m4_defn([_$0_ALREADY_INIT]))], [m4_define([_$0_ALREADY_INIT], m4_expansion_stack)])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl # test to see if srcdir already configured if test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi AC_SUBST([CYGPATH_W]) # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [AC_DIAGNOSE([obsolete], [$0: two- and three-arguments forms are deprecated.]) m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. m4_if( m4_ifset([AC_PACKAGE_NAME], [ok]):m4_ifset([AC_PACKAGE_VERSION], [ok]), [ok:ok],, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) AM_MISSING_PROG([AUTOCONF], [autoconf]) AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) AM_MISSING_PROG([AUTOHEADER], [autoheader]) AM_MISSING_PROG([MAKEINFO], [makeinfo]) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # # AC_SUBST([mkdir_p], ['$(MKDIR_P)']) # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], [_AM_DEPENDENCIES([CC])], [m4_define([AC_PROG_CC], m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES([CXX])], [m4_define([AC_PROG_CXX], m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], [_AM_DEPENDENCIES([OBJC])], [m4_define([AC_PROG_OBJC], m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], [_AM_DEPENDENCIES([OBJCXX])], [m4_define([AC_PROG_OBJCXX], m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl ]) # Variables for tags utilities; see am/tags.am if test -z "$CTAGS"; then CTAGS=ctags fi AC_SUBST([CTAGS]) if test -z "$ETAGS"; then ETAGS=etags fi AC_SUBST([ETAGS]) if test -z "$CSCOPE"; then CSCOPE=cscope fi AC_SUBST([CSCOPE]) AC_REQUIRE([AM_SILENT_RULES])dnl dnl The testsuite driver may need to know about EXEEXT, so add the dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl # POSIX will say in a future version that running "rm -f" with no argument # is OK; and we want to be able to make that assumption in our Makefile # recipes. So use an aggressive probe to check that the usage we want is # actually supported "in the wild" to an acceptable degree. # See automake bug#10828. # To make any issue more visible, cause the running configure to be aborted # by default if the 'rm' program in use doesn't match our expectations; the # user can still override this though. if rm -f && rm -fr && rm -rf; then : OK; else cat >&2 <<'END' Oops! Your 'rm' program seems unable to run without file operands specified on the command line, even when the '-f' option is present. This is contrary to the behaviour of most rm programs out there, and not conforming with the upcoming POSIX standard: Please tell bug-automake@gnu.org about your system, including the value of your $PATH and any error possibly output before this message. This can help us improve future automake versions. END if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then echo 'Configuration will proceed anyway, since you have set the' >&2 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 echo >&2 else cat >&2 <<'END' Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM to "yes", and re-run configure. END AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) fi fi dnl The trailing newline in this macro's definition is deliberate, for dnl backward compatibility and to allow trailing 'dnl'-style comments dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. ]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further dnl mangled by Autoconf and run in a shell conditional statement. m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the # loop where config.status creates the headers, so we can generate # our stamp files there. AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. _am_arg=$1 _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) # Copyright (C) 2001-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi AC_SUBST([install_sh])]) # Copyright (C) 2003-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # Check whether the underlying file-system supports filenames # with a leading dot. For instance MS-DOS doesn't. AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering # Copyright (C) 1996-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MAINTAINER_MODE([DEFAULT-MODE]) # ---------------------------------- # Control maintainer-specific portions of Makefiles. # Default is to disable them, unless 'enable' is passed literally. # For symmetry, 'disable' may be passed as well. Anyway, the user # can override the default with the --enable/--disable switch. AC_DEFUN([AM_MAINTAINER_MODE], [m4_case(m4_default([$1], [disable]), [enable], [m4_define([am_maintainer_other], [disable])], [disable], [m4_define([am_maintainer_other], [enable])], [m4_define([am_maintainer_other], [enable]) m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) dnl maintainer-mode's default is 'disable' unless 'enable' is passed AC_ARG_ENABLE([maintainer-mode], [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode], am_maintainer_other[ make rules and dependencies not useful (and sometimes confusing) to the casual installer])], [USE_MAINTAINER_MODE=$enableval], [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes])) AC_MSG_RESULT([$USE_MAINTAINER_MODE]) AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) MAINT=$MAINTAINER_MODE_TRUE AC_SUBST([MAINT])dnl ] ) # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MAKE_INCLUDE() # ----------------- # Check whether make has an 'include' directive that can support all # the idioms we need for our automatic dependency tracking code. AC_DEFUN([AM_MAKE_INCLUDE], [AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) cat > confinc.mk << 'END' am__doit: @echo this is the am__doit target >confinc.out .PHONY: am__doit END am__include="#" am__quote= # BSD make does it like this. echo '.include "confinc.mk" # ignored' > confmf.BSD # Other make implementations (GNU, Solaris 10, AIX) do it like this. echo 'include confinc.mk # ignored' > confmf.GNU _am_result=no for s in GNU BSD; do AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) AS_CASE([$?:`cat confinc.out 2>/dev/null`], ['0:this is the am__doit target'], [AS_CASE([$s], [BSD], [am__include='.include' am__quote='"'], [am__include='include' am__quote=''])]) if test "$am__include" != "#"; then _am_result="yes ($s style)" break fi done rm -f confinc.* confmf.* AC_MSG_RESULT([${_am_result}]) AC_SUBST([am__include])]) AC_SUBST([am__quote])]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Copyright (C) 1997-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) $1=${$1-"${am_missing_run}$2"} AC_SUBST($1)]) # AM_MISSING_HAS_RUN # ------------------ # Define MISSING if not defined so far and test if it is modern enough. # If it is, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl if test x"${MISSING+set}" != xset; then MISSING="\${SHELL} '$am_aux_dir/missing'" fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then am_missing_run="$MISSING " else am_missing_run= AC_MSG_WARN(['missing' script is too old or missing]) fi ]) # Helper functions for option handling. -*- Autoconf -*- # Copyright (C) 2001-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_MANGLE_OPTION(NAME) # ----------------------- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) # -------------------- # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])]) # _AM_SET_OPTIONS(OPTIONS) # ------------------------ # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) # ------------------------------------------- # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) # Copyright (C) 1999-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_PROG_CC_C_O # --------------- # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC # to automatically call this. AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([compile])dnl AC_LANG_PUSH([C])dnl AC_CACHE_CHECK( [whether $CC understands -c and -o together], [am_cv_prog_cc_c_o], [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ && test -f conftest2.$ac_objext; then : OK else am_cv_prog_cc_c_o=no break fi done rm -f core conftest* unset am_i]) if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi AC_LANG_POP([C])]) # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) # Copyright (C) 2001-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_RUN_LOG(COMMAND) # ------------------- # Run COMMAND, save the exit status in ac_status, and log it. # (This has been adapted from Autoconf's _AC_RUN_LOG macro.) AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD (exit $ac_status); }]) # Check to make sure that the build environment is sane. -*- Autoconf -*- # Copyright (C) 1996-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[[\\\"\#\$\&\'\`$am_lf]]*) AC_MSG_ERROR([unsafe absolute working directory name]);; esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; esac # Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$[*]" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi if test "$[*]" != "X $srcdir/configure conftest.file" \ && test "$[*]" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken alias in your environment]) fi if test "$[2]" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$[2]" = conftest.file ) then # Ok. : else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi AC_MSG_RESULT([yes]) # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi AC_CONFIG_COMMANDS_PRE( [AC_MSG_CHECKING([that generated files are newer than configure]) if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi AC_MSG_RESULT([done])]) rm -f conftest.file ]) # Copyright (C) 2009-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_SILENT_RULES([DEFAULT]) # -------------------------- # Enable less verbose build rules; with the default set to DEFAULT # ("yes" being less verbose, "no" or empty being verbose). AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl AS_HELP_STRING( [--enable-silent-rules], [less verbose build output (undo: "make V=1")]) AS_HELP_STRING( [--disable-silent-rules], [verbose build output (undo: "make V=0")])dnl ]) case $enable_silent_rules in @%:@ ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; esac dnl dnl A few 'make' implementations (e.g., NonStop OS and NextStep) dnl do not support nested variable expansions. dnl See automake bug#9928 and bug#10237. am_make=${MAKE-make} AC_CACHE_CHECK([whether $am_make supports nested variables], [am_cv_make_support_nested_variables], [if AS_ECHO([['TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi]) if test $am_cv_make_support_nested_variables = yes; then dnl Using '$V' instead of '$(V)' breaks IRIX make. AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AC_SUBST([AM_V])dnl AM_SUBST_NOTMAKE([AM_V])dnl AC_SUBST([AM_DEFAULT_V])dnl AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) # Copyright (C) 2001-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_STRIP # --------------------- # One issue with vendor 'install' (even GNU) is that you can't # specify the program used to strip binaries. This is especially # annoying in cross-compiling environments, where the build's strip # is unlikely to handle the host's binaries. # Fortunately install-sh will honor a STRIPPROG variable, so we # always use install-sh in "make install-strip", and initialize # STRIPPROG with the value of the STRIP variable (set by the user). AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl # Installed binaries are usually stripped using 'strip' when the user # run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the 'STRIP' environment variable to overrule this program. dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) # Copyright (C) 2006-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. # This macro is traced by Automake. AC_DEFUN([_AM_SUBST_NOTMAKE]) # AM_SUBST_NOTMAKE(VARIABLE) # -------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- # Copyright (C) 2004-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_PROG_TAR(FORMAT) # -------------------- # Check how to create a tarball in format FORMAT. # FORMAT should be one of 'v7', 'ustar', or 'pax'. # # Substitute a variable $(am__tar) that is a command # writing to stdout a FORMAT-tarball containing the directory # $tardir. # tardir=directory && $(am__tar) > result.tar # # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar # AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AC_SUBST([AMTAR], ['$${TAR-tar}']) # We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' m4_if([$1], [v7], [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], [m4_case([$1], [ustar], [# The POSIX 1988 'ustar' format is defined with fixed-size fields. # There is notably a 21 bits limit for the UID and the GID. In fact, # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 # and bug#13588). am_max_uid=2097151 # 2^21 - 1 am_max_gid=$am_max_uid # The $UID and $GID variables are not portable, so we need to resort # to the POSIX-mandated id(1) utility. Errors in the 'id' calls # below are definitely unexpected, so allow the users to see them # (that is, avoid stderr redirection). am_uid=`id -u || echo unknown` am_gid=`id -g || echo unknown` AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) if test $am_uid -le $am_max_uid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) if test $am_gid -le $am_max_gid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi], [pax], [], [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) # Go ahead even if we have the value already cached. We do so because we # need to set the values for the 'am__tar' and 'am__untar' variables. _am_tools=${am_cv_prog_tar_$1-$_am_tools} for _am_tool in $_am_tools; do case $_am_tool in gnutar) for _am_tar in tar gnutar gtar; do AM_RUN_LOG([$_am_tar --version]) && break done am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' am__untar="$_am_tar -xf -" ;; plaintar) # Must skip GNU tar: if it does not support --format= it doesn't create # ustar tarball either. (tar --version) >/dev/null 2>&1 && continue am__tar='tar chf - "$$tardir"' am__tar_='tar chf - "$tardir"' am__untar='tar xf -' ;; pax) am__tar='pax -L -x $1 -w "$$tardir"' am__tar_='pax -L -x $1 -w "$tardir"' am__untar='pax -r' ;; cpio) am__tar='find "$$tardir" -print | cpio -o -H $1 -L' am__tar_='find "$tardir" -print | cpio -o -H $1 -L' am__untar='cpio -i -H $1 -d' ;; none) am__tar=false am__tar_=false am__untar=false ;; esac # If the value was cached, stop now. We just wanted to have am__tar # and am__untar set. test -n "${am_cv_prog_tar_$1}" && break # tar/untar a dummy directory, and stop if the command works. rm -rf conftest.dir mkdir conftest.dir echo GrepMe > conftest.dir/file AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) rm -rf conftest.dir if test -s conftest.tar; then AM_RUN_LOG([$am__untar /dev/null 2>&1 && break fi done rm -rf conftest.dir AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) AC_MSG_RESULT([$am_cv_prog_tar_$1])]) AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR m4_include([m4/ax_append_compile_flags.m4]) m4_include([m4/ax_append_flag.m4]) m4_include([m4/ax_check_compile_flag.m4]) m4_include([m4/ax_gcc_func_attribute.m4]) m4_include([m4/ax_pthread.m4]) m4_include([m4/ax_require_defined.m4]) m4_include([m4/libtool.m4]) m4_include([m4/ltoptions.m4]) m4_include([m4/ltsugar.m4]) m4_include([m4/ltversion.m4]) m4_include([m4/lt~obsolete.m4]) lcms2-2.17/compile0000755000175000017500000001635014752176133013071 0ustar martimarti#! /bin/sh # Wrapper for compilers which do not understand '-c -o'. scriptversion=2018-03-07.03; # UTC # Copyright (C) 1999-2021 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # This file is maintained in Automake, please report # bugs to or send patches to # . nl=' ' # We need space, tab and new line, in precisely that order. Quoting is # there to prevent tools from complaining about whitespace usage. IFS=" "" $nl" file_conv= # func_file_conv build_file lazy # Convert a $build file to $host form and store it in $file # Currently only supports Windows hosts. If the determined conversion # type is listed in (the comma separated) LAZY, no conversion will # take place. func_file_conv () { file=$1 case $file in / | /[!/]*) # absolute file, and not a UNC file if test -z "$file_conv"; then # lazily determine how to convert abs files case `uname -s` in MINGW*) file_conv=mingw ;; CYGWIN* | MSYS*) file_conv=cygwin ;; *) file_conv=wine ;; esac fi case $file_conv/,$2, in *,$file_conv,*) ;; mingw/*) file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` ;; cygwin/* | msys/*) file=`cygpath -m "$file" || echo "$file"` ;; wine/*) file=`winepath -w "$file" || echo "$file"` ;; esac ;; esac } # func_cl_dashL linkdir # Make cl look for libraries in LINKDIR func_cl_dashL () { func_file_conv "$1" if test -z "$lib_path"; then lib_path=$file else lib_path="$lib_path;$file" fi linker_opts="$linker_opts -LIBPATH:$file" } # func_cl_dashl library # Do a library search-path lookup for cl func_cl_dashl () { lib=$1 found=no save_IFS=$IFS IFS=';' for dir in $lib_path $LIB do IFS=$save_IFS if $shared && test -f "$dir/$lib.dll.lib"; then found=yes lib=$dir/$lib.dll.lib break fi if test -f "$dir/$lib.lib"; then found=yes lib=$dir/$lib.lib break fi if test -f "$dir/lib$lib.a"; then found=yes lib=$dir/lib$lib.a break fi done IFS=$save_IFS if test "$found" != yes; then lib=$lib.lib fi } # func_cl_wrapper cl arg... # Adjust compile command to suit cl func_cl_wrapper () { # Assume a capable shell lib_path= shared=: linker_opts= for arg do if test -n "$eat"; then eat= else case $1 in -o) # configure might choose to run compile as 'compile cc -o foo foo.c'. eat=1 case $2 in *.o | *.[oO][bB][jJ]) func_file_conv "$2" set x "$@" -Fo"$file" shift ;; *) func_file_conv "$2" set x "$@" -Fe"$file" shift ;; esac ;; -I) eat=1 func_file_conv "$2" mingw set x "$@" -I"$file" shift ;; -I*) func_file_conv "${1#-I}" mingw set x "$@" -I"$file" shift ;; -l) eat=1 func_cl_dashl "$2" set x "$@" "$lib" shift ;; -l*) func_cl_dashl "${1#-l}" set x "$@" "$lib" shift ;; -L) eat=1 func_cl_dashL "$2" ;; -L*) func_cl_dashL "${1#-L}" ;; -static) shared=false ;; -Wl,*) arg=${1#-Wl,} save_ifs="$IFS"; IFS=',' for flag in $arg; do IFS="$save_ifs" linker_opts="$linker_opts $flag" done IFS="$save_ifs" ;; -Xlinker) eat=1 linker_opts="$linker_opts $2" ;; -*) set x "$@" "$1" shift ;; *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) func_file_conv "$1" set x "$@" -Tp"$file" shift ;; *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) func_file_conv "$1" mingw set x "$@" "$file" shift ;; *) set x "$@" "$1" shift ;; esac fi shift done if test -n "$linker_opts"; then linker_opts="-link$linker_opts" fi exec "$@" $linker_opts exit 1 } eat= case $1 in '') echo "$0: No command. Try '$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: compile [--help] [--version] PROGRAM [ARGS] Wrapper for compilers which do not understand '-c -o'. Remove '-o dest.o' from ARGS, run PROGRAM with the remaining arguments, and rename the output as expected. If you are trying to build a whole package this is not the right script to run: please start by reading the file 'INSTALL'. Report bugs to . EOF exit $? ;; -v | --v*) echo "compile $scriptversion" exit $? ;; cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \ icl | *[/\\]icl | icl.exe | *[/\\]icl.exe ) func_cl_wrapper "$@" # Doesn't return... ;; esac ofile= cfile= for arg do if test -n "$eat"; then eat= else case $1 in -o) # configure might choose to run compile as 'compile cc -o foo foo.c'. # So we strip '-o arg' only if arg is an object. eat=1 case $2 in *.o | *.obj) ofile=$2 ;; *) set x "$@" -o "$2" shift ;; esac ;; *.c) cfile=$1 set x "$@" "$1" shift ;; *) set x "$@" "$1" shift ;; esac fi shift done if test -z "$ofile" || test -z "$cfile"; then # If no '-o' option was seen then we might have been invoked from a # pattern rule where we don't need one. That is ok -- this is a # normal compilation that the losing compiler can handle. If no # '.c' file was seen then we are probably linking. That is also # ok. exec "$@" fi # Name of file we expect compiler to create. cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` # Create the lock directory. # Note: use '[/\\:.-]' here to ensure that we don't use the same name # that we are using for the .o file. Also, base the name on the expected # object file name, since that is what matters with a parallel build. lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d while true; do if mkdir "$lockdir" >/dev/null 2>&1; then break fi sleep 1 done # FIXME: race condition here if user kills between mkdir and trap. trap "rmdir '$lockdir'; exit 1" 1 2 15 # Run the compile. "$@" ret=$? if test -f "$cofile"; then test "$cofile" = "$ofile" || mv "$cofile" "$ofile" elif test -f "${cofile}bj"; then test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" fi rmdir "$lockdir" exit $ret # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: lcms2-2.17/missing0000755000175000017500000001533614752176133013115 0ustar martimarti#! /bin/sh # Common wrapper for a few potentially missing GNU programs. scriptversion=2018-03-07.03; # UTC # Copyright (C) 1996-2021 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. if test $# -eq 0; then echo 1>&2 "Try '$0 --help' for more information" exit 1 fi case $1 in --is-lightweight) # Used by our autoconf macros to check whether the available missing # script is modern enough. exit 0 ;; --run) # Back-compat with the calling convention used by older automake. shift ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due to PROGRAM being missing or too old. Options: -h, --help display this help and exit -v, --version output version information and exit Supported PROGRAM values: aclocal autoconf autoheader autom4te automake makeinfo bison yacc flex lex help2man Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and 'g' are ignored when checking the name. Send bug reports to ." exit $? ;; -v|--v|--ve|--ver|--vers|--versi|--versio|--version) echo "missing $scriptversion (GNU Automake)" exit $? ;; -*) echo 1>&2 "$0: unknown '$1' option" echo 1>&2 "Try '$0 --help' for more information" exit 1 ;; esac # Run the given program, remember its exit status. "$@"; st=$? # If it succeeded, we are done. test $st -eq 0 && exit 0 # Also exit now if we it failed (or wasn't found), and '--version' was # passed; such an option is passed most likely to detect whether the # program is present and works. case $2 in --version|--help) exit $st;; esac # Exit code 63 means version mismatch. This often happens when the user # tries to use an ancient version of a tool on a file that requires a # minimum version. if test $st -eq 63; then msg="probably too old" elif test $st -eq 127; then # Program was missing. msg="missing on your system" else # Program was found and executed, but failed. Give up. exit $st fi perl_URL=https://www.perl.org/ flex_URL=https://github.com/westes/flex gnu_software_URL=https://www.gnu.org/software program_details () { case $1 in aclocal|automake) echo "The '$1' program is part of the GNU Automake package:" echo "<$gnu_software_URL/automake>" echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" echo "<$gnu_software_URL/autoconf>" echo "<$gnu_software_URL/m4/>" echo "<$perl_URL>" ;; autoconf|autom4te|autoheader) echo "The '$1' program is part of the GNU Autoconf package:" echo "<$gnu_software_URL/autoconf/>" echo "It also requires GNU m4 and Perl in order to run:" echo "<$gnu_software_URL/m4/>" echo "<$perl_URL>" ;; esac } give_advice () { # Normalize program name to check for. normalized_program=`echo "$1" | sed ' s/^gnu-//; t s/^gnu//; t s/^g//; t'` printf '%s\n' "'$1' is $msg." configure_deps="'configure.ac' or m4 files included by 'configure.ac'" case $normalized_program in autoconf*) echo "You should only need it if you modified 'configure.ac'," echo "or m4 files included by it." program_details 'autoconf' ;; autoheader*) echo "You should only need it if you modified 'acconfig.h' or" echo "$configure_deps." program_details 'autoheader' ;; automake*) echo "You should only need it if you modified 'Makefile.am' or" echo "$configure_deps." program_details 'automake' ;; aclocal*) echo "You should only need it if you modified 'acinclude.m4' or" echo "$configure_deps." program_details 'aclocal' ;; autom4te*) echo "You might have modified some maintainer files that require" echo "the 'autom4te' program to be rebuilt." program_details 'autom4te' ;; bison*|yacc*) echo "You should only need it if you modified a '.y' file." echo "You may want to install the GNU Bison package:" echo "<$gnu_software_URL/bison/>" ;; lex*|flex*) echo "You should only need it if you modified a '.l' file." echo "You may want to install the Fast Lexical Analyzer package:" echo "<$flex_URL>" ;; help2man*) echo "You should only need it if you modified a dependency" \ "of a man page." echo "You may want to install the GNU Help2man package:" echo "<$gnu_software_URL/help2man/>" ;; makeinfo*) echo "You should only need it if you modified a '.texi' file, or" echo "any other file indirectly affecting the aspect of the manual." echo "You might want to install the Texinfo package:" echo "<$gnu_software_URL/texinfo/>" echo "The spurious makeinfo call might also be the consequence of" echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" echo "want to install GNU make:" echo "<$gnu_software_URL/make/>" ;; *) echo "You might have modified some files without having the proper" echo "tools for further handling them. Check the 'README' file, it" echo "often tells you about the needed prerequisites for installing" echo "this package. You may also peek at any GNU archive site, in" echo "case some other package contains this missing '$1' program." ;; esac } give_advice "$1" | sed -e '1s/^/WARNING: /' \ -e '2,$s/^/ /' >&2 # Propagate the correct exit status (expected to be 127 for a program # not found, 63 for a program that failed due to version mismatch). exit $st # Local variables: # eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: lcms2-2.17/Makefile.in0000644000175000017500000007237514752176133013571 0ustar martimarti# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # # Top-Level Makefile for building LittleCMS 2 # VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @COND_FASTFLOAT_TRUE@am__append_1 = plugins/fast_float @COND_THREADED_TRUE@am__append_2 = plugins/threaded subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \ $(top_srcdir)/m4/ax_append_flag.m4 \ $(top_srcdir)/m4/ax_check_compile_flag.m4 \ $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \ $(top_srcdir)/m4/ax_pthread.m4 \ $(top_srcdir)/m4/ax_require_defined.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ $(am__configure_deps) $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = lcms2.pc CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ install-exec-recursive install-html-recursive \ install-info-recursive install-pdf-recursive \ install-ps-recursive install-recursive installcheck-recursive \ installdirs-recursive pdf-recursive ps-recursive \ tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(pkgconfigdir)" DATA = $(pkgconfig_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ cscope distdir distdir-am dist dist-all distcheck am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` DIST_SUBDIRS = src include utils/tificc utils/transicc utils/linkicc \ utils/jpgicc utils/psicc testbed plugins/fast_float \ plugins/threaded am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/lcms2.pc.in AUTHORS \ ChangeLog INSTALL README.md compile config.guess config.sub \ install-sh ltmain.sh missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ if test -d "$(distdir)"; then \ find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ && rm -rf "$(distdir)" \ || { sleep 5 && rm -rf "$(distdir)"; }; \ else :; fi am__post_remove_distdir = $(am__remove_distdir) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" DIST_ARCHIVES = $(distdir).tar.gz $(distdir).zip GZIP_ENV = --best DIST_TARGETS = dist-gzip dist-zip # Exists only to be overridden by the user if desired. AM_DISTCHECK_DVI_TARGET = dvi distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSCOPE = @CSCOPE@ CTAGS = @CTAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FILECMD = @FILECMD@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@ LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBRARY_AGE = @LIBRARY_AGE@ LIBRARY_CURRENT = @LIBRARY_CURRENT@ LIBRARY_REVISION = @LIBRARY_REVISION@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIB_JPEG = @LIB_JPEG@ LIB_MATH = @LIB_MATH@ LIB_PLUGINS = @LIB_PLUGINS@ LIB_THREAD = @LIB_THREAD@ LIB_TIFF = @LIB_TIFF@ LIB_ZLIB = @LIB_ZLIB@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PTHREAD_CC = @PTHREAD_CC@ PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ PTHREAD_CXX = @PTHREAD_CXX@ PTHREAD_LIBS = @PTHREAD_LIBS@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ ax_pthread_config = @ax_pthread_config@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ inline = @inline@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ # Don't require all the GNU mandated files AUTOMAKE_OPTIONS = 1.7.2 dist-zip foreign ACLOCAL_AMFLAGS = -I m4 USER_PLUGINS = $(am__append_1) $(am__append_2) # Directories containing Makefiles to 'make' SUBDIRS = src include utils/tificc utils/transicc utils/linkicc utils/jpgicc utils/psicc testbed $(USER_PLUGINS) # Additional files to distribute EXTRA_DIST = AUTHORS COPYING ChangeLog doc Projects include bin Lib INSTALL README.md autogen.sh lcms2.pc.in plugins pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = lcms2.pc all: all-recursive .SUFFIXES: am--refresh: Makefile @: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): lcms2.pc: $(top_builddir)/config.status $(srcdir)/lcms2.pc.in cd $(top_builddir) && $(SHELL) ./config.status $@ mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs distclean-libtool: -rm -f libtool config.lt install-pkgconfigDATA: $(pkgconfig_DATA) @$(NORMAL_INSTALL) @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ done uninstall-pkgconfigDATA: @$(NORMAL_UNINSTALL) @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) # This directory's subdirectories are mostly independent; you can cd # into them and run 'make' without going through this Makefile. # To change the values of 'make' variables: instead of editing Makefiles, # (1) if the variable is set in 'config.status', edit 'config.status' # (which will cause the Makefiles to be regenerated when you run 'make'); # (2) otherwise, pass the desired values on the 'make' command line. $(am__recursive_targets): @fail=; \ if $(am__make_keepgoing); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-recursive TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-recursive CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscope: cscope.files test ! -s cscope.files \ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) clean-cscope: -rm -f cscope.files cscope.files: clean-cscope cscopelist cscopelist: cscopelist-recursive cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -rm -f cscope.out cscope.in.out cscope.po.out cscope.files distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ $(am__make_dryrun) \ || test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done -test -n "$(am__skip_mode_fix)" \ || find "$(distdir)" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz $(am__post_remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 $(am__post_remove_distdir) dist-lzip: distdir tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz $(am__post_remove_distdir) dist-xz: distdir tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__post_remove_distdir) dist-zstd: distdir tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst $(am__post_remove_distdir) dist-tarZ: distdir @echo WARNING: "Support for distribution archives compressed with" \ "legacy program 'compress' is deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir @echo WARNING: "Support for shar distribution archives is" \ "deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz $(am__post_remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) $(am__post_remove_distdir) dist dist-all: $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' $(am__post_remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lz*) \ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ *.tar.zst*) \ zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ esac chmod -R a-w $(distdir) chmod u+w $(distdir) mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build/sub \ && ../../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ } || { rm -rf "$$dc_destdir"; exit 1; }) \ && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ && cd "$$am__cwd" \ || exit 1 $(am__post_remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: @test -n '$(distuninstallcheck_dir)' || { \ echo 'ERROR: trying to run $@ with an empty' \ '$$(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ $(am__cd) '$(distuninstallcheck_dir)' || { \ echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ fi ; \ $(distuninstallcheck_listfiles) ; \ exit 1; } >&2 distcleancheck: distclean @if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left in build directory after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 check-am: all-am check: check-recursive all-am: Makefile $(DATA) installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libtool clean-local mostlyclean-am distclean: distclean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -f Makefile distclean-am: clean-am distclean-generic distclean-libtool \ distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-pkgconfigDATA install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-pkgconfigDATA .MAKE: $(am__recursive_targets) install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ am--refresh check check-am clean clean-cscope clean-generic \ clean-libtool clean-local cscope cscopelist-am ctags ctags-am \ dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \ dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \ distclean-generic distclean-libtool distclean-tags \ distcleancheck distdir distuninstallcheck dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-pkgconfigDATA install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs installdirs-am \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am uninstall-pkgconfigDATA .PRECIOUS: Makefile # Make sure get rid of VC stuff... clean-local: rm -rf autom4te.cache find Projects -name "*.user" | xargs rm -rf find Projects -name "Release" | xargs rm -rf find Projects -name "Debug" | xargs rm -rf find Projects -name "*.aps" | xargs rm -rf find Projects -name "*.suo" | xargs rm -rf find Projects -name "*.log" | xargs rm -rf find Projects -name "*.sdf" | xargs rm -rf find Projects -name "*.opensdf" | xargs rm -rf find Projects -name "ipch" | xargs rm -rf # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: lcms2-2.17/depcomp0000755000175000017500000005602014752176133013066 0ustar martimarti#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2018-03-07.03; # UTC # Copyright (C) 1999-2021 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Originally written by Alexandre Oliva . case $1 in '') echo "$0: No command. Try '$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: depcomp [--help] [--version] PROGRAM [ARGS] Run PROGRAMS ARGS to compile a file, generating dependencies as side-effects. Environment variables: depmode Dependency tracking mode. source Source file read by 'PROGRAMS ARGS'. object Object file output by 'PROGRAMS ARGS'. DEPDIR directory where to store dependencies. depfile Dependency file to output. tmpdepfile Temporary file to use when outputting dependencies. libtool Whether libtool is used (yes/no). Report bugs to . EOF exit $? ;; -v | --v*) echo "depcomp $scriptversion" exit $? ;; esac # Get the directory component of the given path, and save it in the # global variables '$dir'. Note that this directory component will # be either empty or ending with a '/' character. This is deliberate. set_dir_from () { case $1 in */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; *) dir=;; esac } # Get the suffix-stripped basename of the given path, and save it the # global variable '$base'. set_base_from () { base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` } # If no dependency file was actually created by the compiler invocation, # we still have to create a dummy depfile, to avoid errors with the # Makefile "include basename.Plo" scheme. make_dummy_depfile () { echo "#dummy" > "$depfile" } # Factor out some common post-processing of the generated depfile. # Requires the auxiliary global variable '$tmpdepfile' to be set. aix_post_process_depfile () { # If the compiler actually managed to produce a dependency file, # post-process it. if test -f "$tmpdepfile"; then # Each line is of the form 'foo.o: dependency.h'. # Do two passes, one to just change these to # $object: dependency.h # and one to simply output # dependency.h: # which is needed to avoid the deleted-header problem. { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" } > "$depfile" rm -f "$tmpdepfile" else make_dummy_depfile fi } # A tabulation character. tab=' ' # A newline character. nl=' ' # Character ranges might be problematic outside the C locale. # These definitions help. upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ lower=abcdefghijklmnopqrstuvwxyz digits=0123456789 alpha=${upper}${lower} if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 exit 1 fi # Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. depfile=${depfile-`echo "$object" | sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} rm -f "$tmpdepfile" # Avoid interferences from the environment. gccflag= dashmflag= # Some modes work just like other modes, but use different flags. We # parameterize here, but still list the modes in the big case below, # to make depend.m4 easier to write. Note that we *cannot* use a case # here, because this file can only contain one case statement. if test "$depmode" = hp; then # HP compiler uses -M and no extra arg. gccflag=-M depmode=gcc fi if test "$depmode" = dashXmstdout; then # This is just like dashmstdout with a different argument. dashmflag=-xM depmode=dashmstdout fi cygpath_u="cygpath -u -f -" if test "$depmode" = msvcmsys; then # This is just like msvisualcpp but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 cygpath_u='sed s,\\\\,/,g' depmode=msvisualcpp fi if test "$depmode" = msvc7msys; then # This is just like msvc7 but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 cygpath_u='sed s,\\\\,/,g' depmode=msvc7 fi if test "$depmode" = xlc; then # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. gccflag=-qmakedep=gcc,-MF depmode=gcc fi case "$depmode" in gcc3) ## gcc 3 implements dependency tracking that does exactly what ## we want. Yay! Note: for some reason libtool 1.4 doesn't like ## it if -MD -MP comes after the -MF stuff. Hmm. ## Unfortunately, FreeBSD c89 acceptance of flags depends upon ## the command line argument order; so add the flags where they ## appear in depend2.am. Note that the slowdown incurred here ## affects only configure: in makefiles, %FASTDEP% shortcuts this. for arg do case $arg in -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; *) set fnord "$@" "$arg" ;; esac shift # fnord shift # $arg done "$@" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi mv "$tmpdepfile" "$depfile" ;; gcc) ## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. ## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. ## (see the conditional assignment to $gccflag above). ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: ## - Don't want to use -MD because we'd like the dependencies to end ## up in a subdir. Having to rename by hand is ugly. ## (We might end up doing this anyway to support other compilers.) ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like ## -MM, not -M (despite what the docs say). Also, it might not be ## supported by the other compilers which use the 'gcc' depmode. ## - Using -M directly means running the compiler twice (even worse ## than renaming). if test -z "$gccflag"; then gccflag=-MD, fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" # The second -e expression handles DOS-style file names with drive # letters. sed -e 's/^[^:]*: / /' \ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" ## This next piece of magic avoids the "deleted header file" problem. ## The problem is that when a header file which appears in a .P file ## is deleted, the dependency causes make to die (because there is ## typically no way to rebuild the header). We avoid this by adding ## dummy dependencies for each header file. Too bad gcc doesn't do ## this for us directly. ## Some versions of gcc put a space before the ':'. On the theory ## that the space means something, we add a space to the output as ## well. hp depmode also adds that space, but also prefixes the VPATH ## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; sgi) if test "$libtool" = yes; then "$@" "-Wp,-MDupdate,$tmpdepfile" else "$@" -MDupdate "$tmpdepfile" fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files echo "$object : \\" > "$depfile" # Clip off the initial element (the dependent). Don't try to be # clever and replace this with sed code, as IRIX sed won't handle # lines with more than a fixed number of characters (4096 in # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; # the IRIX cc adds comments like '#:fec' to the end of the # dependency line. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ | tr "$nl" ' ' >> "$depfile" echo >> "$depfile" # The second pass generates a dummy entry for each header file. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ >> "$depfile" else make_dummy_depfile fi rm -f "$tmpdepfile" ;; xlc) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; aix) # The C for AIX Compiler uses -M and outputs the dependencies # in a .u file. In older versions, this file always lives in the # current directory. Also, the AIX compiler puts '$object:' at the # start of each line; $object doesn't have directory information. # Version 6 uses the directory in both cases. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.u tmpdepfile2=$base.u tmpdepfile3=$dir.libs/$base.u "$@" -Wc,-M else tmpdepfile1=$dir$base.u tmpdepfile2=$dir$base.u tmpdepfile3=$dir$base.u "$@" -M fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" do test -f "$tmpdepfile" && break done aix_post_process_depfile ;; tcc) # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 # FIXME: That version still under development at the moment of writing. # Make that this statement remains true also for stable, released # versions. # It will wrap lines (doesn't matter whether long or short) with a # trailing '\', as in: # # foo.o : \ # foo.c \ # foo.h \ # # It will put a trailing '\' even on the last line, and will use leading # spaces rather than leading tabs (at least since its commit 0394caf7 # "Emit spaces for -MD"). "$@" -MD -MF "$tmpdepfile" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. # We have to change lines of the first kind to '$object: \'. sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" # And for each line of the second kind, we have to emit a 'dep.h:' # dummy dependency, to avoid the deleted-header problem. sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" rm -f "$tmpdepfile" ;; ## The order of this option in the case statement is important, since the ## shell code in configure will try each of these formats in the order ## listed in this file. A plain '-MD' option would be understood by many ## compilers, so we must ensure this comes after the gcc and icc options. pgcc) # Portland's C compiler understands '-MD'. # Will always output deps to 'file.d' where file is the root name of the # source file under compilation, even if file resides in a subdirectory. # The object file name does not affect the name of the '.d' file. # pgcc 10.2 will output # foo.o: sub/foo.c sub/foo.h # and will wrap long lines using '\' : # foo.o: sub/foo.c ... \ # sub/foo.h ... \ # ... set_dir_from "$object" # Use the source, not the object, to determine the base name, since # that's sadly what pgcc will do too. set_base_from "$source" tmpdepfile=$base.d # For projects that build the same source file twice into different object # files, the pgcc approach of using the *source* file root name can cause # problems in parallel builds. Use a locking strategy to avoid stomping on # the same $tmpdepfile. lockdir=$base.d-lock trap " echo '$0: caught signal, cleaning up...' >&2 rmdir '$lockdir' exit 1 " 1 2 13 15 numtries=100 i=$numtries while test $i -gt 0; do # mkdir is a portable test-and-set. if mkdir "$lockdir" 2>/dev/null; then # This process acquired the lock. "$@" -MD stat=$? # Release the lock. rmdir "$lockdir" break else # If the lock is being held by a different process, wait # until the winning process is done or we timeout. while test -d "$lockdir" && test $i -gt 0; do sleep 1 i=`expr $i - 1` done fi i=`expr $i - 1` done trap - 1 2 13 15 if test $i -le 0; then echo "$0: failed to acquire lock after $numtries attempts" >&2 echo "$0: check lockdir '$lockdir'" >&2 exit 1 fi if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" # Each line is of the form `foo.o: dependent.h', # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. # Do two passes, one to just change these to # `$object: dependent.h' and one to simply `dependent.h:'. sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this invocation # correctly. Breaking it into two sed invocations is a workaround. sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp2) # The "hp" stanza above does not work with aCC (C++) and HP's ia64 # compilers, which have integrated preprocessors. The correct option # to use with these is +Maked; it writes dependencies to a file named # 'foo.d', which lands next to the object file, wherever that # happens to be. # Much of this is similar to the tru64 case; see comments there. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.d tmpdepfile2=$dir.libs/$base.d "$@" -Wc,+Maked else tmpdepfile1=$dir$base.d tmpdepfile2=$dir$base.d "$@" +Maked fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" do test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" # Add 'dependent.h:' lines. sed -ne '2,${ s/^ *// s/ \\*$// s/$/:/ p }' "$tmpdepfile" >> "$depfile" else make_dummy_depfile fi rm -f "$tmpdepfile" "$tmpdepfile2" ;; tru64) # The Tru64 compiler uses -MD to generate dependencies as a side # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put # dependencies in 'foo.d' instead, so we check for that too. # Subdirectories are respected. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then # Libtool generates 2 separate objects for the 2 libraries. These # two compilations output dependencies in $dir.libs/$base.o.d and # in $dir$base.o.d. We have to check for both files, because # one of the two compilations can be disabled. We should prefer # $dir$base.o.d over $dir.libs/$base.o.d because the latter is # automatically cleaned when .libs/ is deleted, while ignoring # the former would cause a distcleancheck panic. tmpdepfile1=$dir$base.o.d # libtool 1.5 tmpdepfile2=$dir.libs/$base.o.d # Likewise. tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 "$@" -Wc,-MD else tmpdepfile1=$dir$base.d tmpdepfile2=$dir$base.d tmpdepfile3=$dir$base.d "$@" -MD fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" do test -f "$tmpdepfile" && break done # Same post-processing that is required for AIX mode. aix_post_process_depfile ;; msvc7) if test "$libtool" = yes; then showIncludes=-Wc,-showIncludes else showIncludes=-showIncludes fi "$@" $showIncludes > "$tmpdepfile" stat=$? grep -v '^Note: including file: ' "$tmpdepfile" if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" # The first sed program below extracts the file names and escapes # backslashes for cygpath. The second sed program outputs the file # name when reading, but also accumulates all include files in the # hold buffer in order to output them again at the end. This only # works with sed implementations that can handle large buffers. sed < "$tmpdepfile" -n ' /^Note: including file: *\(.*\)/ { s//\1/ s/\\/\\\\/g p }' | $cygpath_u | sort -u | sed -n ' s/ /\\ /g s/\(.*\)/'"$tab"'\1 \\/p s/.\(.*\) \\/\1:/ H $ { s/.*/'"$tab"'/ G p }' >> "$depfile" echo >> "$depfile" # make sure the fragment doesn't end with a backslash rm -f "$tmpdepfile" ;; msvc7msys) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; #nosideeffect) # This comment above is used by automake to tell side-effect # dependency tracking mechanisms from slower ones. dashmstdout) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout, regardless of -o. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # Remove '-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done test -z "$dashmflag" && dashmflag=-M # Require at least two characters before searching for ':' # in the target name. This is to cope with DOS-style filenames: # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. "$@" $dashmflag | sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this sed invocation # correctly. Breaking it into two sed invocations is a workaround. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; dashXmstdout) # This case only exists to satisfy depend.m4. It is never actually # run, as this mode is specially recognized in the preamble. exit 1 ;; makedepend) "$@" || exit $? # Remove any Libtool call if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # X makedepend shift cleared=no eat=no for arg do case $cleared in no) set ""; shift cleared=yes ;; esac if test $eat = yes; then eat=no continue fi case "$arg" in -D*|-I*) set fnord "$@" "$arg"; shift ;; # Strip any option that makedepend may not understand. Remove # the object too, otherwise makedepend will parse it as a source file. -arch) eat=yes ;; -*|$object) ;; *) set fnord "$@" "$arg"; shift ;; esac done obj_suffix=`echo "$object" | sed 's/^.*\././'` touch "$tmpdepfile" ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" rm -f "$depfile" # makedepend may prepend the VPATH from the source file name to the object. # No need to regex-escape $object, excess matching of '.' is harmless. sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process the last invocation # correctly. Breaking it into two sed invocations is a workaround. sed '1,2d' "$tmpdepfile" \ | tr ' ' "$nl" \ | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; cpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # Remove '-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done "$@" -E \ | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ | sed '$ s: \\$::' > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" cat < "$tmpdepfile" >> "$depfile" sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; msvisualcpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi IFS=" " for arg do case "$arg" in -o) shift ;; $object) shift ;; "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") set fnord "$@" shift shift ;; *) set fnord "$@" "$arg" shift shift ;; esac done "$@" -E 2>/dev/null | sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile" echo "$tab" >> "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" rm -f "$tmpdepfile" ;; msvcmsys) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; none) exec "$@" ;; *) echo "Unknown depmode $depmode" 1>&2 exit 1 ;; esac exit 0 # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: lcms2-2.17/configure0000755000175000017500000251621014752176133013424 0ustar martimarti#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.72 for lcms2 2.17. # # # Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation, # Inc. # # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case e in #( e) case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac ;; esac fi # Reset variables that may have inherited troublesome values from # the environment. # IFS needs to be set, to space, tab, and newline, in precisely that order. # (If _AS_PATH_WALK were called with IFS unset, it would have the # side effect of setting IFS to empty, thus disabling word splitting.) # Quoting is to prevent editors from complaining about space-tab. as_nl=' ' export as_nl IFS=" "" $as_nl" PS1='$ ' PS2='> ' PS4='+ ' # Ensure predictable behavior from utilities with locale-dependent output. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # We cannot yet rely on "unset" to work, but we need these variables # to be unset--not just set to an empty or harmless value--now, to # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct # also avoids known problems related to "unset" and subshell syntax # in other old shells (e.g. bash 2.01 and pdksh 5.2.14). for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH do eval test \${$as_var+y} \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done # Ensure that fds 0, 1, and 2 are open. if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi if (exec 3>&2) ; then :; else exec 2>/dev/null; fi # The user is always right. if ${PATH_SEPARATOR+false} :; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac test -r "$as_dir$0" && as_myself=$as_dir$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as 'sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Use a proper internal environment variable to ensure we don't fall # into an infinite loop, continuously re-executing ourselves. if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then _as_can_reexec=no; export _as_can_reexec; # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed 'exec'. printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 exit 255 fi # We don't want this to propagate to other subprocesses. { _as_can_reexec=; unset _as_can_reexec;} if test "x$CONFIG_SHELL" = x; then as_bourne_compatible="if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST else case e in #( e) case \`(set -o) 2>/dev/null\` in #( *posix*) : set -o posix ;; #( *) : ;; esac ;; esac fi " as_required="as_fn_return () { (exit \$1); } as_fn_success () { as_fn_return 0; } as_fn_failure () { as_fn_return 1; } as_fn_ret_success () { return 0; } as_fn_ret_failure () { return 1; } exitcode=0 as_fn_success || { exitcode=1; echo as_fn_success failed.; } as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } if ( set x; as_fn_ret_success y && test x = \"\$1\" ) then : else case e in #( e) exitcode=1; echo positional parameters were not saved. ;; esac fi test x\$exitcode = x0 || exit 1 blah=\$(echo \$(echo blah)) test x\"\$blah\" = xblah || exit 1 test -x / || exit 1" as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO PATH=/empty FPATH=/empty; export PATH FPATH test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 test \$(( 1 + 1 )) = 2 || exit 1" if (eval "$as_required") 2>/dev/null then : as_have_required=yes else case e in #( e) as_have_required=no ;; esac fi if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null then : else case e in #( e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_found=false for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac as_found=: case $as_dir in #( /*) for as_base in sh bash ksh sh5; do # Try only shells that exist, to save several forks. as_shell=$as_dir$as_base if { test -f "$as_shell" || test -f "$as_shell.exe"; } && as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null then : CONFIG_SHELL=$as_shell as_have_required=yes if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null then : break 2 fi fi done;; esac as_found=false done IFS=$as_save_IFS if $as_found then : else case e in #( e) if { test -f "$SHELL" || test -f "$SHELL.exe"; } && as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null then : CONFIG_SHELL=$SHELL as_have_required=yes fi ;; esac fi if test "x$CONFIG_SHELL" != x then : export CONFIG_SHELL # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed 'exec'. printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 exit 255 fi if test x$as_have_required = xno then : printf "%s\n" "$0: This script requires a shell more modern than all" printf "%s\n" "$0: the shells that I found on your system." if test ${ZSH_VERSION+y} ; then printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should" printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later." else printf "%s\n" "$0: Please tell bug-autoconf@gnu.org about your system, $0: including any error possibly output before this $0: message. Then install a modern shell, or manually run $0: the script under such a shell if you do have one." fi exit 1 fi ;; esac fi fi SHELL=${CONFIG_SHELL-/bin/sh} export SHELL # Unset more variables known to interfere with behavior of common tools. CLICOLOR_FORCE= GREP_OPTIONS= unset CLICOLOR_FORCE GREP_OPTIONS ## --------------------- ## ## M4sh Shell Functions. ## ## --------------------- ## # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || printf "%s\n" X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null then : eval 'as_fn_append () { eval $1+=\$2 }' else case e in #( e) as_fn_append () { eval $1=\$$1\$2 } ;; esac fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null then : eval 'as_fn_arith () { as_val=$(( $* )) }' else case e in #( e) as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } ;; esac fi # as_fn_arith # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi printf "%s\n" "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || printf "%s\n" X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits as_lineno_1=$LINENO as_lineno_1a=$LINENO as_lineno_2=$LINENO as_lineno_2a=$LINENO eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) sed -n ' p /[$]LINENO/= ' <$as_myself | sed ' t clear :clear s/[$]LINENO.*/&-/ t lineno b :lineno N :loop s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } # If we had to re-execute with $CONFIG_SHELL, we're ensured to have # already done that, so ensure we don't try to do so again and fall # in an infinite loop. This has already happened in practice. _as_can_reexec=no; export _as_can_reexec # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). . "./$as_me.lineno" # Exit status is that of the last command. exit } # Determine whether it's possible to make 'echo' print without a newline. # These variables are no longer used directly by Autoconf, but are AC_SUBSTed # for compatibility with existing Makefiles. ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac # For backward compatibility with old third-party macros, we provide # the shell variables $as_echo and $as_echo_n. New code should use # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. as_echo='printf %s\n' as_echo_n='printf %s' rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both 'ln -s file dir' and 'ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; 'ln -s' creates a wrapper executable. # In both cases, we have to default to 'cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_sed_cpp="y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" as_tr_cpp="eval sed '$as_sed_cpp'" # deprecated # Sed expression to map a string onto a valid variable name. as_sed_sh="y%*+%pp%;s%[^_$as_cr_alnum]%_%g" as_tr_sh="eval sed '$as_sed_sh'" # deprecated SHELL=${CONFIG_SHELL-/bin/sh} test -n "$DJDIR" || exec 7<&0 &1 # Name of the host. # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` # # Initializations. # ac_default_prefix=/usr/local ac_clean_files= ac_config_libobj_dir=. LIBOBJS= cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= # Identity of this package. PACKAGE_NAME='lcms2' PACKAGE_TARNAME='lcms2' PACKAGE_VERSION='2.17' PACKAGE_STRING='lcms2 2.17' PACKAGE_BUGREPORT='' PACKAGE_URL='' # Factoring default headers for most tests. ac_includes_default="\ #include #ifdef HAVE_STDIO_H # include #endif #ifdef HAVE_STDLIB_H # include #endif #ifdef HAVE_STRING_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_SYS_TYPES_H # include #endif #ifdef HAVE_SYS_STAT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif" ac_header_c_list= ac_subst_vars='am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS LIBOBJS COND_THREADED_FALSE COND_THREADED_TRUE COND_FASTFLOAT_FALSE COND_FASTFLOAT_TRUE TIFFICC_DEPLIBS JPEGICC_DEPLIBS LIB_PLUGINS LCMS_LIB_DEPLIBS LIB_TIFF HasTIFF_FALSE HasTIFF_TRUE LIB_ZLIB HasZLIB_FALSE HasZLIB_TRUE LIB_JPEG HasJPEG_FALSE HasJPEG_TRUE LIB_THREAD LIB_MATH PTHREAD_CFLAGS PTHREAD_LIBS PTHREAD_CXX PTHREAD_CC ax_pthread_config inline MAINT MAINTAINER_MODE_FALSE MAINTAINER_MODE_TRUE LIBTOOL_DEPS AS CXXCPP LT_SYS_LIBRARY_PATH OTOOL64 OTOOL LIPO NMEDIT DSYMUTIL MANIFEST_TOOL RANLIB ac_ct_AR AR DLLTOOL OBJDUMP FILECMD LN_S NM ac_ct_DUMPBIN DUMPBIN LD FGREP EGREP GREP SED LIBTOOL am__fastdepCXX_FALSE am__fastdepCXX_TRUE CXXDEPMODE ac_ct_CXX CXXFLAGS CXX CPP am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE am__include DEPDIR OBJEXT EXEEXT ac_ct_CC CPPFLAGS LDFLAGS CFLAGS CC AM_BACKSLASH AM_DEFAULT_VERBOSITY AM_DEFAULT_V AM_V CSCOPE ETAGS CTAGS am__untar am__tar AMTAR am__leading_dot SET_MAKE AWK mkdir_p MKDIR_P INSTALL_STRIP_PROGRAM STRIP install_sh MAKEINFO AUTOHEADER AUTOMAKE AUTOCONF ACLOCAL VERSION PACKAGE CYGPATH_W am__isrc INSTALL_DATA INSTALL_SCRIPT INSTALL_PROGRAM host_os host_vendor host_cpu host build_os build_vendor build_cpu build LIBRARY_AGE LIBRARY_REVISION LIBRARY_CURRENT target_alias host_alias build_alias LIBS ECHO_T ECHO_N ECHO_C DEFS mandir localedir libdir psdir pdfdir dvidir htmldir infodir docdir oldincludedir includedir runstatedir localstatedir sharedstatedir sysconfdir datadir datarootdir libexecdir sbindir bindir program_transform_name prefix exec_prefix PACKAGE_URL PACKAGE_BUGREPORT PACKAGE_STRING PACKAGE_VERSION PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR SHELL am__quote' ac_subst_files='' ac_user_opts=' enable_option_checking enable_silent_rules enable_dependency_tracking enable_shared enable_static with_pic enable_fast_install with_aix_soname with_gnu_ld with_sysroot enable_libtool_lock enable_maintainer_mode with_jpeg with_tiff with_zlib with_fastfloat with_threaded with_threads ' ac_precious_vars='build_alias host_alias target_alias CC CFLAGS LDFLAGS LIBS CPPFLAGS CPP CXX CXXFLAGS CCC LT_SYS_LIBRARY_PATH CXXCPP' # Initialize some variables set by options. ac_init_help= ac_init_version=false ac_unrecognized_opts= ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null exec_prefix=NONE no_create= no_recursion= prefix=NONE program_prefix=NONE program_suffix=NONE program_transform_name=s,x,x, silent= site= srcdir= verbose= x_includes=NONE x_libraries=NONE # Installation directory options. # These are left unexpanded so users can "make install exec_prefix=/foo" # and all the variables that are supposed to be based on exec_prefix # by default will actually change. # Use braces instead of parens because sh, perl, etc. also accept them. # (The list follows the same order as the GNU Coding Standards.) bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' datarootdir='${prefix}/share' datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' runstatedir='${localstatedir}/run' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' infodir='${datarootdir}/info' htmldir='${docdir}' dvidir='${docdir}' pdfdir='${docdir}' psdir='${docdir}' libdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' mandir='${datarootdir}/man' ac_prev= ac_dashdash= for ac_option do # If the previous option needs an argument, assign it. if test -n "$ac_prev"; then eval $ac_prev=\$ac_option ac_prev= continue fi case $ac_option in *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; *=) ac_optarg= ;; *) ac_optarg=yes ;; esac case $ac_dashdash$ac_option in --) ac_dashdash=yes ;; -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) bindir=$ac_optarg ;; -build | --build | --buil | --bui | --bu) ac_prev=build_alias ;; -build=* | --build=* | --buil=* | --bui=* | --bu=*) build_alias=$ac_optarg ;; -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) cache_file=$ac_optarg ;; --config-cache | -C) cache_file=config.cache ;; -datadir | --datadir | --datadi | --datad) ac_prev=datadir ;; -datadir=* | --datadir=* | --datadi=* | --datad=*) datadir=$ac_optarg ;; -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ | --dataroo | --dataro | --datar) ac_prev=datarootdir ;; -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) datarootdir=$ac_optarg ;; -disable-* | --disable-*) ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: '$ac_useropt'" ac_useropt_orig=$ac_useropt ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) docdir=$ac_optarg ;; -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) ac_prev=dvidir ;; -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) dvidir=$ac_optarg ;; -enable-* | --enable-*) ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: '$ac_useropt'" ac_useropt_orig=$ac_useropt ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | --exec | --exe | --ex) ac_prev=exec_prefix ;; -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | --exec=* | --exe=* | --ex=*) exec_prefix=$ac_optarg ;; -gas | --gas | --ga | --g) # Obsolete; use --with-gas. with_gas=yes ;; -help | --help | --hel | --he | -h) ac_init_help=long ;; -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) ac_init_help=recursive ;; -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) ac_init_help=short ;; -host | --host | --hos | --ho) ac_prev=host_alias ;; -host=* | --host=* | --hos=* | --ho=*) host_alias=$ac_optarg ;; -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) ac_prev=htmldir ;; -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | --ht=*) htmldir=$ac_optarg ;; -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) ac_prev=includedir ;; -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | --includ=* | --inclu=* | --incl=* | --inc=*) includedir=$ac_optarg ;; -infodir | --infodir | --infodi | --infod | --info | --inf) ac_prev=infodir ;; -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) infodir=$ac_optarg ;; -libdir | --libdir | --libdi | --libd) ac_prev=libdir ;; -libdir=* | --libdir=* | --libdi=* | --libd=*) libdir=$ac_optarg ;; -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | --libexe | --libex | --libe) ac_prev=libexecdir ;; -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | --libexe=* | --libex=* | --libe=*) libexecdir=$ac_optarg ;; -localedir | --localedir | --localedi | --localed | --locale) ac_prev=localedir ;; -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) localedir=$ac_optarg ;; -localstatedir | --localstatedir | --localstatedi | --localstated \ | --localstate | --localstat | --localsta | --localst | --locals) ac_prev=localstatedir ;; -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) localstatedir=$ac_optarg ;; -mandir | --mandir | --mandi | --mand | --man | --ma | --m) ac_prev=mandir ;; -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) mandir=$ac_optarg ;; -nfp | --nfp | --nf) # Obsolete; use --without-fp. with_fp=no ;; -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | --no-cr | --no-c | -n) no_create=yes ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) no_recursion=yes ;; -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | --oldin | --oldi | --old | --ol | --o) ac_prev=oldincludedir ;; -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) oldincludedir=$ac_optarg ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) prefix=$ac_optarg ;; -program-prefix | --program-prefix | --program-prefi | --program-pref \ | --program-pre | --program-pr | --program-p) ac_prev=program_prefix ;; -program-prefix=* | --program-prefix=* | --program-prefi=* \ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) program_prefix=$ac_optarg ;; -program-suffix | --program-suffix | --program-suffi | --program-suff \ | --program-suf | --program-su | --program-s) ac_prev=program_suffix ;; -program-suffix=* | --program-suffix=* | --program-suffi=* \ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) program_suffix=$ac_optarg ;; -program-transform-name | --program-transform-name \ | --program-transform-nam | --program-transform-na \ | --program-transform-n | --program-transform- \ | --program-transform | --program-transfor \ | --program-transfo | --program-transf \ | --program-trans | --program-tran \ | --progr-tra | --program-tr | --program-t) ac_prev=program_transform_name ;; -program-transform-name=* | --program-transform-name=* \ | --program-transform-nam=* | --program-transform-na=* \ | --program-transform-n=* | --program-transform-=* \ | --program-transform=* | --program-transfor=* \ | --program-transfo=* | --program-transf=* \ | --program-trans=* | --program-tran=* \ | --progr-tra=* | --program-tr=* | --program-t=*) program_transform_name=$ac_optarg ;; -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) ac_prev=pdfdir ;; -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) pdfdir=$ac_optarg ;; -psdir | --psdir | --psdi | --psd | --ps) ac_prev=psdir ;; -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) psdir=$ac_optarg ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; -runstatedir | --runstatedir | --runstatedi | --runstated \ | --runstate | --runstat | --runsta | --runst | --runs \ | --run | --ru | --r) ac_prev=runstatedir ;; -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ | --run=* | --ru=* | --r=*) runstatedir=$ac_optarg ;; -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | --sbi=* | --sb=*) sbindir=$ac_optarg ;; -sharedstatedir | --sharedstatedir | --sharedstatedi \ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | --sharedst | --shareds | --shared | --share | --shar \ | --sha | --sh) ac_prev=sharedstatedir ;; -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | --sha=* | --sh=*) sharedstatedir=$ac_optarg ;; -site | --site | --sit) ac_prev=site ;; -site=* | --site=* | --sit=*) site=$ac_optarg ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) srcdir=$ac_optarg ;; -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | --syscon | --sysco | --sysc | --sys | --sy) ac_prev=sysconfdir ;; -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) sysconfdir=$ac_optarg ;; -target | --target | --targe | --targ | --tar | --ta | --t) ac_prev=target_alias ;; -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) target_alias=$ac_optarg ;; -v | -verbose | --verbose | --verbos | --verbo | --verb) verbose=yes ;; -version | --version | --versio | --versi | --vers | -V) ac_init_version=: ;; -with-* | --with-*) ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: '$ac_useropt'" ac_useropt_orig=$ac_useropt ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: '$ac_useropt'" ac_useropt_orig=$ac_useropt ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=no ;; --x) # Obsolete; use --with-x. with_x=yes ;; -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | --x-incl | --x-inc | --x-in | --x-i) ac_prev=x_includes ;; -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) x_includes=$ac_optarg ;; -x-libraries | --x-libraries | --x-librarie | --x-librari \ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) ac_prev=x_libraries ;; -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; -*) as_fn_error $? "unrecognized option: '$ac_option' Try '$0 --help' for more information" ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. case $ac_envvar in #( '' | [0-9]* | *[!_$as_cr_alnum]* ) as_fn_error $? "invalid variable name: '$ac_envvar'" ;; esac eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" ;; esac done if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` as_fn_error $? "missing argument to $ac_option" fi if test -n "$ac_unrecognized_opts"; then case $enable_option_checking in no) ;; fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; esac fi # Check all directory arguments for consistency. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir runstatedir do eval ac_val=\$$ac_var # Remove trailing slashes. case $ac_val in */ ) ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` eval $ac_var=\$ac_val;; esac # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" done # There might be people who depend on the old broken behavior: '$host' # used to hold the argument of --host etc. # FIXME: To remove some day. build=$build_alias host=$host_alias target=$target_alias # FIXME: To remove some day. if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi fi ac_tool_prefix= test -n "$host_alias" && ac_tool_prefix=$host_alias- test "$silent" = yes && exec 6>/dev/null ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || as_fn_error $? "working directory cannot be determined" test "X$ac_ls_di" = "X$ac_pwd_ls_di" || as_fn_error $? "pwd does not report name of working directory" # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. ac_confdir=`$as_dirname -- "$as_myself" || $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_myself" : 'X\(//\)[^/]' \| \ X"$as_myself" : 'X\(//\)$' \| \ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || printf "%s\n" X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` srcdir=$ac_confdir if test ! -r "$srcdir/$ac_unique_file"; then srcdir=.. fi else ac_srcdir_defaulted=no fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" fi ac_msg="sources are in $srcdir, but 'cd $srcdir' does not work" ac_abs_confdir=`( cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" pwd)` # When building in place, set srcdir=. if test "$ac_abs_confdir" = "$ac_pwd"; then srcdir=. fi # Remove unnecessary trailing slashes from srcdir. # Double slashes in file names in object file debugging info # mess up M-x gdb in Emacs. case $srcdir in */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; esac for ac_var in $ac_precious_vars; do eval ac_env_${ac_var}_set=\${${ac_var}+set} eval ac_env_${ac_var}_value=\$${ac_var} eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} eval ac_cv_env_${ac_var}_value=\$${ac_var} done # # Report the --help message. # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF 'configure' configures lcms2 2.17 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit -q, --quiet, --silent do not print 'checking ...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for '--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or '..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, 'make install' will install all the files in '$ac_default_prefix/bin', '$ac_default_prefix/lib' etc. You can specify an installation prefix other than '$ac_default_prefix' using '--prefix', for instance '--prefix=\$HOME'. For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] --datadir=DIR read-only architecture-independent data [DATAROOTDIR] --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root [DATAROOTDIR/doc/lcms2] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF Program names: --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names System types: --build=BUILD configure for building on BUILD [guessed] --host=HOST cross-compile to build programs to run on HOST [BUILD] _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in short | recursive ) echo "Configuration of lcms2 2.17:";; esac cat <<\_ACEOF Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-silent-rules less verbose build output (undo: "make V=1") --disable-silent-rules verbose build output (undo: "make V=0") --enable-dependency-tracking do not reject slow dependency extractors --disable-dependency-tracking speeds up one-time build --enable-shared[=PKGS] build shared libraries [default=yes] --enable-static[=PKGS] build static libraries [default=yes] --enable-fast-install[=PKGS] optimize for fast installation [default=yes] --disable-libtool-lock avoid locking (might break parallel builds) --enable-maintainer-mode enable make rules and dependencies not useful (and sometimes confusing) to the casual installer Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use both] --with-aix-soname=aix|svr4|both shared library versioning (aka "SONAME") variant to provide on AIX, [default=aix]. --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-sysroot[=DIR] Search for dependent libraries within DIR (or the compiler's sysroot if not specified). --with-jpeg=DIR use jpeg installed in DIR --with-tiff=DIR use tiff installed in DIR --without-zlib disable ZLIB support --with-fastfloat build and install fast_float plugin, use only if GPL 3.0 is acceptable --with-threaded build and install multi threaded plugin, use only if GPL 3.0 is acceptable --without-pthreads disable POSIX pthreads API support Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory LIBS libraries to pass to the linker, e.g. -l CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory CPP C preprocessor CXX C++ compiler command CXXFLAGS C++ compiler flags LT_SYS_LIBRARY_PATH User-defined run-time library search path. CXXCPP C++ preprocessor Use these variables to override the choices made by 'configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to the package provider. _ACEOF ac_status=$? fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue test -d "$ac_dir" || { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cd "$ac_dir" || { ac_status=$?; continue; } # Check for configure.gnu first; this name is used for a wrapper for # Metaconfig's "Configure" on case-insensitive file systems. if test -f "$ac_srcdir/configure.gnu"; then echo && $SHELL "$ac_srcdir/configure.gnu" --help=recursive elif test -f "$ac_srcdir/configure"; then echo && $SHELL "$ac_srcdir/configure" --help=recursive else printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF lcms2 configure 2.17 generated by GNU Autoconf 2.72 Copyright (C) 2023 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit fi ## ------------------------ ## ## Autoconf initialization. ## ## ------------------------ ## # ac_fn_c_try_compile LINENO # -------------------------- # Try to compile conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext conftest.beam if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext then : ac_retval=0 else case e in #( e) printf "%s\n" "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 ;; esac fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_compile # ac_fn_c_try_cpp LINENO # ---------------------- # Try to preprocess conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_cpp () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } > conftest.i && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err } then : ac_retval=0 else case e in #( e) printf "%s\n" "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 ;; esac fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_cpp # ac_fn_cxx_try_compile LINENO # ---------------------------- # Try to compile conftest.$ac_ext, and return whether this succeeded. ac_fn_cxx_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext conftest.beam if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext then : ac_retval=0 else case e in #( e) printf "%s\n" "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 ;; esac fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_cxx_try_compile # ac_fn_c_try_link LINENO # ----------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_link () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_link") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || test -x conftest$ac_exeext } then : ac_retval=0 else case e in #( e) printf "%s\n" "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 ;; esac fi # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would # interfere with the next link command; also delete a directory that is # left behind by Apple's compiler. We do this before executing the actions. rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_link # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists and can be compiled using the include files in # INCLUDES, setting the cache variable VAR accordingly. ac_fn_c_check_header_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 printf %s "checking for $2... " >&6; } if eval test \${$3+y} then : printf %s "(cached) " >&6 else case e in #( e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_c_try_compile "$LINENO" then : eval "$3=yes" else case e in #( e) eval "$3=no" ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; esac fi eval ac_res=\$$3 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 printf "%s\n" "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_header_compile # ac_fn_c_check_func LINENO FUNC VAR # ---------------------------------- # Tests whether FUNC exists, setting the cache variable VAR accordingly ac_fn_c_check_func () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 printf %s "checking for $2... " >&6; } if eval test \${$3+y} then : printf %s "(cached) " >&6 else case e in #( e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Define $2 to an innocuous variant, in case declares $2. For example, HP-UX 11i declares gettimeofday. */ #define $2 innocuous_$2 /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $2 (void); below. */ #include #undef $2 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char $2 (void); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_$2 || defined __stub___$2 choke me #endif int main (void) { return $2 (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : eval "$3=yes" else case e in #( e) eval "$3=no" ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext ;; esac fi eval ac_res=\$$3 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 printf "%s\n" "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_func # ac_fn_cxx_try_cpp LINENO # ------------------------ # Try to preprocess conftest.$ac_ext, and return whether this succeeded. ac_fn_cxx_try_cpp () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } > conftest.i && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err } then : ac_retval=0 else case e in #( e) printf "%s\n" "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 ;; esac fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_cxx_try_cpp # ac_fn_cxx_try_link LINENO # ------------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. ac_fn_cxx_try_link () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_link") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || test -x conftest$ac_exeext } then : ac_retval=0 else case e in #( e) printf "%s\n" "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 ;; esac fi # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would # interfere with the next link command; also delete a directory that is # left behind by Apple's compiler. We do this before executing the actions. rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_cxx_try_link # ac_fn_c_try_run LINENO # ---------------------- # Try to run conftest.$ac_ext, and return whether this succeeded. Assumes that # executables *can* be run. ac_fn_c_try_run () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; } then : ac_retval=0 else case e in #( e) printf "%s\n" "$as_me: program exited with status $ac_status" >&5 printf "%s\n" "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=$ac_status ;; esac fi rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_run ac_configure_args_raw= for ac_arg do case $ac_arg in *\'*) ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac as_fn_append ac_configure_args_raw " '$ac_arg'" done case $ac_configure_args_raw in *$as_nl*) ac_safe_unquote= ;; *) ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab. ac_unsafe_a="$ac_unsafe_z#~" ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g" ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;; esac cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by lcms2 $as_me 2.17, which was generated by GNU Autoconf 2.72. Invocation command line was $ $0$ac_configure_args_raw _ACEOF exec 5>>config.log { cat <<_ASUNAME ## --------- ## ## Platform. ## ## --------- ## hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` _ASUNAME as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac printf "%s\n" "PATH: $as_dir" done IFS=$as_save_IFS } >&5 cat >&5 <<_ACEOF ## ----------- ## ## Core tests. ## ## ----------- ## _ACEOF # Keep a trace of the command line. # Strip out --no-create and --no-recursion so they do not pile up. # Strip out --silent because we don't want to record it for future runs. # Also quote any args containing shell meta-characters. # Make two passes to allow for proper duplicate-argument suppression. ac_configure_args= ac_configure_args0= ac_configure_args1= ac_must_keep_next=false for ac_pass in 1 2 do for ac_arg do case $ac_arg in -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 2) as_fn_append ac_configure_args1 " '$ac_arg'" if test $ac_must_keep_next = true; then ac_must_keep_next=false # Got value, back to normal. else case $ac_arg in *=* | --config-cache | -C | -disable-* | --disable-* \ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | -with-* | --with-* | -without-* | --without-* | --x) case "$ac_configure_args0 " in "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; esac ;; -* ) ac_must_keep_next=true ;; esac fi as_fn_append ac_configure_args " '$ac_arg'" ;; esac done done { ac_configure_args0=; unset ac_configure_args0;} { ac_configure_args1=; unset ac_configure_args1;} # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there # would cause problems or look ugly. # WARNING: Use '\'' to represent an apostrophe within the trap. # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. trap 'exit_status=$? # Sanitize IFS. IFS=" "" $as_nl" # Save into config.log some information that might help in debugging. { echo printf "%s\n" "## ---------------- ## ## Cache variables. ## ## ---------------- ##" echo # The following way of writing the cache mishandles newlines in values, ( for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( *${as_nl}ac_space=\ *) sed -n \ "s/'\''/'\''\\\\'\'''\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" ;; #( *) sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) echo printf "%s\n" "## ----------------- ## ## Output variables. ## ## ----------------- ##" echo for ac_var in $ac_subst_vars do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac printf "%s\n" "$ac_var='\''$ac_val'\''" done | sort echo if test -n "$ac_subst_files"; then printf "%s\n" "## ------------------- ## ## File substitutions. ## ## ------------------- ##" echo for ac_var in $ac_subst_files do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac printf "%s\n" "$ac_var='\''$ac_val'\''" done | sort echo fi if test -s confdefs.h; then printf "%s\n" "## ----------- ## ## confdefs.h. ## ## ----------- ##" echo cat confdefs.h echo fi test "$ac_signal" != 0 && printf "%s\n" "$as_me: caught signal $ac_signal" printf "%s\n" "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 for ac_signal in 1 2 13 15; do trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal done ac_signal=0 # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -f -r conftest* confdefs.h printf "%s\n" "/* confdefs.h */" > confdefs.h # Predefined preprocessor variables. printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h # Let the site file select an alternate cache file if it wants to. # Prefer an explicitly selected file to automatically selected ones. if test -n "$CONFIG_SITE"; then ac_site_files="$CONFIG_SITE" elif test "x$prefix" != xNONE; then ac_site_files="$prefix/share/config.site $prefix/etc/config.site" else ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" fi for ac_site_file in $ac_site_files do case $ac_site_file in #( */*) : ;; #( *) : ac_site_file=./$ac_site_file ;; esac if test -f "$ac_site_file" && test -r "$ac_site_file"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" \ || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} as_fn_error $? "failed to load site script $ac_site_file See 'config.log' for more details" "$LINENO" 5; } fi done if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special files # actually), so we avoid doing that. DJGPP emulates it as a regular file. if test /dev/null != "$cache_file" && test -f "$cache_file"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 printf "%s\n" "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 printf "%s\n" "$as_me: creating cache $cache_file" >&6;} >$cache_file fi # Test code for whether the C compiler supports C89 (global declarations) ac_c_conftest_c89_globals=' /* Does the compiler advertise C89 conformance? Do not test the value of __STDC__, because some compilers set it to 0 while being otherwise adequately conformant. */ #if !defined __STDC__ # error "Compiler does not advertise C89 conformance" #endif #include #include struct stat; /* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */ struct buf { int x; }; struct buf * (*rcsopen) (struct buf *, struct stat *, int); static char *e (char **p, int i) { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* C89 style stringification. */ #define noexpand_stringify(a) #a const char *stringified = noexpand_stringify(arbitrary+token=sequence); /* C89 style token pasting. Exercises some of the corner cases that e.g. old MSVC gets wrong, but not very hard. */ #define noexpand_concat(a,b) a##b #define expand_concat(a,b) noexpand_concat(a,b) extern int vA; extern int vbee; #define aye A #define bee B int *pvA = &expand_concat(v,aye); int *pvbee = &noexpand_concat(v,bee); /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not \xHH hex character constants. These do not provoke an error unfortunately, instead are silently treated as an "x". The following induces an error, until -std is added to get proper ANSI mode. Curiously \x00 != x always comes out true, for an array size at least. It is necessary to write \x00 == 0 to get something that is true only with -std. */ int osf4_cc_array ['\''\x00'\'' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) '\''x'\'' int xlc6_cc_array[FOO(a) == '\''x'\'' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int), int, int);' # Test code for whether the C compiler supports C89 (body of main). ac_c_conftest_c89_main=' ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]); ' # Test code for whether the C compiler supports C99 (global declarations) ac_c_conftest_c99_globals=' /* Does the compiler advertise C99 conformance? */ #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L # error "Compiler does not advertise C99 conformance" #endif // See if C++-style comments work. #include extern int puts (const char *); extern int printf (const char *, ...); extern int dprintf (int, const char *, ...); extern void *malloc (size_t); extern void free (void *); // Check varargs macros. These examples are taken from C99 6.10.3.5. // dprintf is used instead of fprintf to avoid needing to declare // FILE and stderr. #define debug(...) dprintf (2, __VA_ARGS__) #define showlist(...) puts (#__VA_ARGS__) #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) static void test_varargs_macros (void) { int x = 1234; int y = 5678; debug ("Flag"); debug ("X = %d\n", x); showlist (The first, second, and third items.); report (x>y, "x is %d but y is %d", x, y); } // Check long long types. #define BIG64 18446744073709551615ull #define BIG32 4294967295ul #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) #if !BIG_OK #error "your preprocessor is broken" #endif #if BIG_OK #else #error "your preprocessor is broken" #endif static long long int bignum = -9223372036854775807LL; static unsigned long long int ubignum = BIG64; struct incomplete_array { int datasize; double data[]; }; struct named_init { int number; const wchar_t *name; double average; }; typedef const char *ccp; static inline int test_restrict (ccp restrict text) { // Iterate through items via the restricted pointer. // Also check for declarations in for loops. for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i) continue; return 0; } // Check varargs and va_copy. static bool test_varargs (const char *format, ...) { va_list args; va_start (args, format); va_list args_copy; va_copy (args_copy, args); const char *str = ""; int number = 0; float fnumber = 0; while (*format) { switch (*format++) { case '\''s'\'': // string str = va_arg (args_copy, const char *); break; case '\''d'\'': // int number = va_arg (args_copy, int); break; case '\''f'\'': // float fnumber = va_arg (args_copy, double); break; default: break; } } va_end (args_copy); va_end (args); return *str && number && fnumber; } ' # Test code for whether the C compiler supports C99 (body of main). ac_c_conftest_c99_main=' // Check bool. _Bool success = false; success |= (argc != 0); // Check restrict. if (test_restrict ("String literal") == 0) success = true; char *restrict newvar = "Another string"; // Check varargs. success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234); test_varargs_macros (); // Check flexible array members. struct incomplete_array *ia = malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); ia->datasize = 10; for (int i = 0; i < ia->datasize; ++i) ia->data[i] = i * 1.234; // Work around memory leak warnings. free (ia); // Check named initializers. struct named_init ni = { .number = 34, .name = L"Test wide string", .average = 543.34343, }; ni.number = 58; int dynamic_array[ni.number]; dynamic_array[0] = argv[0][0]; dynamic_array[ni.number - 1] = 543; // work around unused variable warnings ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\'' || dynamic_array[ni.number - 1] != 543); ' # Test code for whether the C compiler supports C11 (global declarations) ac_c_conftest_c11_globals=' /* Does the compiler advertise C11 conformance? */ #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L # error "Compiler does not advertise C11 conformance" #endif // Check _Alignas. char _Alignas (double) aligned_as_double; char _Alignas (0) no_special_alignment; extern char aligned_as_int; char _Alignas (0) _Alignas (int) aligned_as_int; // Check _Alignof. enum { int_alignment = _Alignof (int), int_array_alignment = _Alignof (int[100]), char_alignment = _Alignof (char) }; _Static_assert (0 < -_Alignof (int), "_Alignof is signed"); // Check _Noreturn. int _Noreturn does_not_return (void) { for (;;) continue; } // Check _Static_assert. struct test_static_assert { int x; _Static_assert (sizeof (int) <= sizeof (long int), "_Static_assert does not work in struct"); long int y; }; // Check UTF-8 literals. #define u8 syntax error! char const utf8_literal[] = u8"happens to be ASCII" "another string"; // Check duplicate typedefs. typedef long *long_ptr; typedef long int *long_ptr; typedef long_ptr long_ptr; // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1. struct anonymous { union { struct { int i; int j; }; struct { int k; long int l; } w; }; int m; } v1; ' # Test code for whether the C compiler supports C11 (body of main). ac_c_conftest_c11_main=' _Static_assert ((offsetof (struct anonymous, i) == offsetof (struct anonymous, w.k)), "Anonymous union alignment botch"); v1.i = 2; v1.w.k = 5; ok |= v1.i != 5; ' # Test code for whether the C compiler supports C11 (complete). ac_c_conftest_c11_program="${ac_c_conftest_c89_globals} ${ac_c_conftest_c99_globals} ${ac_c_conftest_c11_globals} int main (int argc, char **argv) { int ok = 0; ${ac_c_conftest_c89_main} ${ac_c_conftest_c99_main} ${ac_c_conftest_c11_main} return ok; } " # Test code for whether the C compiler supports C99 (complete). ac_c_conftest_c99_program="${ac_c_conftest_c89_globals} ${ac_c_conftest_c99_globals} int main (int argc, char **argv) { int ok = 0; ${ac_c_conftest_c89_main} ${ac_c_conftest_c99_main} return ok; } " # Test code for whether the C compiler supports C89 (complete). ac_c_conftest_c89_program="${ac_c_conftest_c89_globals} int main (int argc, char **argv) { int ok = 0; ${ac_c_conftest_c89_main} return ok; } " # Test code for whether the C++ compiler supports C++98 (global declarations) ac_cxx_conftest_cxx98_globals=' // Does the compiler advertise C++98 conformance? #if !defined __cplusplus || __cplusplus < 199711L # error "Compiler does not advertise C++98 conformance" #endif // These inclusions are to reject old compilers that // lack the unsuffixed header files. #include #include // and are *not* freestanding headers in C++98. extern void assert (int); namespace std { extern int strcmp (const char *, const char *); } // Namespaces, exceptions, and templates were all added after "C++ 2.0". using std::exception; using std::strcmp; namespace { void test_exception_syntax() { try { throw "test"; } catch (const char *s) { // Extra parentheses suppress a warning when building autoconf itself, // due to lint rules shared with more typical C programs. assert (!(strcmp) (s, "test")); } } template struct test_template { T const val; explicit test_template(T t) : val(t) {} template T add(U u) { return static_cast(u) + val; } }; } // anonymous namespace ' # Test code for whether the C++ compiler supports C++98 (body of main) ac_cxx_conftest_cxx98_main=' assert (argc); assert (! argv[0]); { test_exception_syntax (); test_template tt (2.0); assert (tt.add (4) == 6.0); assert (true && !false); } ' # Test code for whether the C++ compiler supports C++11 (global declarations) ac_cxx_conftest_cxx11_globals=' // Does the compiler advertise C++ 2011 conformance? #if !defined __cplusplus || __cplusplus < 201103L # error "Compiler does not advertise C++11 conformance" #endif namespace cxx11test { constexpr int get_val() { return 20; } struct testinit { int i; double d; }; class delegate { public: delegate(int n) : n(n) {} delegate(): delegate(2354) {} virtual int getval() { return this->n; }; protected: int n; }; class overridden : public delegate { public: overridden(int n): delegate(n) {} virtual int getval() override final { return this->n * 2; } }; class nocopy { public: nocopy(int i): i(i) {} nocopy() = default; nocopy(const nocopy&) = delete; nocopy & operator=(const nocopy&) = delete; private: int i; }; // for testing lambda expressions template Ret eval(Fn f, Ret v) { return f(v); } // for testing variadic templates and trailing return types template auto sum(V first) -> V { return first; } template auto sum(V first, Args... rest) -> V { return first + sum(rest...); } } ' # Test code for whether the C++ compiler supports C++11 (body of main) ac_cxx_conftest_cxx11_main=' { // Test auto and decltype auto a1 = 6538; auto a2 = 48573953.4; auto a3 = "String literal"; int total = 0; for (auto i = a3; *i; ++i) { total += *i; } decltype(a2) a4 = 34895.034; } { // Test constexpr short sa[cxx11test::get_val()] = { 0 }; } { // Test initializer lists cxx11test::testinit il = { 4323, 435234.23544 }; } { // Test range-based for int array[] = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3, 14, 19, 17, 8, 6, 20, 16, 2, 11, 1}; for (auto &x : array) { x += 23; } } { // Test lambda expressions using cxx11test::eval; assert (eval ([](int x) { return x*2; }, 21) == 42); double d = 2.0; assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0); assert (d == 5.0); assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0); assert (d == 5.0); } { // Test use of variadic templates using cxx11test::sum; auto a = sum(1); auto b = sum(1, 2); auto c = sum(1.0, 2.0, 3.0); } { // Test constructor delegation cxx11test::delegate d1; cxx11test::delegate d2(); cxx11test::delegate d3(45); } { // Test override and final cxx11test::overridden o1(55464); } { // Test nullptr char *c = nullptr; } { // Test template brackets test_template<::test_template> v(test_template(12)); } { // Unicode literals char const *utf8 = u8"UTF-8 string \u2500"; char16_t const *utf16 = u"UTF-8 string \u2500"; char32_t const *utf32 = U"UTF-32 string \u2500"; } ' # Test code for whether the C compiler supports C++11 (complete). ac_cxx_conftest_cxx11_program="${ac_cxx_conftest_cxx98_globals} ${ac_cxx_conftest_cxx11_globals} int main (int argc, char **argv) { int ok = 0; ${ac_cxx_conftest_cxx98_main} ${ac_cxx_conftest_cxx11_main} return ok; } " # Test code for whether the C compiler supports C++98 (complete). ac_cxx_conftest_cxx98_program="${ac_cxx_conftest_cxx98_globals} int main (int argc, char **argv) { int ok = 0; ${ac_cxx_conftest_cxx98_main} return ok; } " as_fn_append ac_header_c_list " stdio.h stdio_h HAVE_STDIO_H" as_fn_append ac_header_c_list " stdlib.h stdlib_h HAVE_STDLIB_H" as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H" as_fn_append ac_header_c_list " inttypes.h inttypes_h HAVE_INTTYPES_H" as_fn_append ac_header_c_list " stdint.h stdint_h HAVE_STDINT_H" as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H" as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H" as_fn_append ac_header_c_list " sys/types.h sys_types_h HAVE_SYS_TYPES_H" as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H" # Auxiliary files required by this configure script. ac_aux_files="ltmain.sh compile missing install-sh config.guess config.sub" # Locations in which to look for auxiliary files. ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.." # Search for a directory containing all of the required auxiliary files, # $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates. # If we don't find one directory that contains all the files we need, # we report the set of missing files from the *first* directory in # $ac_aux_dir_candidates and give up. ac_missing_aux_files="" ac_first_candidate=: printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_found=false for as_dir in $ac_aux_dir_candidates do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac as_found=: printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5 ac_aux_dir_found=yes ac_install_sh= for ac_aux in $ac_aux_files do # As a special case, if "install-sh" is required, that requirement # can be satisfied by any of "install-sh", "install.sh", or "shtool", # and $ac_install_sh is set appropriately for whichever one is found. if test x"$ac_aux" = x"install-sh" then if test -f "${as_dir}install-sh"; then printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5 ac_install_sh="${as_dir}install-sh -c" elif test -f "${as_dir}install.sh"; then printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5 ac_install_sh="${as_dir}install.sh -c" elif test -f "${as_dir}shtool"; then printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5 ac_install_sh="${as_dir}shtool install -c" else ac_aux_dir_found=no if $ac_first_candidate; then ac_missing_aux_files="${ac_missing_aux_files} install-sh" else break fi fi else if test -f "${as_dir}${ac_aux}"; then printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5 else ac_aux_dir_found=no if $ac_first_candidate; then ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}" else break fi fi fi done if test "$ac_aux_dir_found" = yes; then ac_aux_dir="$as_dir" break fi ac_first_candidate=false as_found=false done IFS=$as_save_IFS if $as_found then : else case e in #( e) as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 ;; esac fi # These three variables are undocumented and unsupported, # and are intended to be withdrawn in a future Autoconf release. # They can cause serious problems if a builder's source tree is in a directory # whose full name contains unusual characters. if test -f "${ac_aux_dir}config.guess"; then ac_config_guess="$SHELL ${ac_aux_dir}config.guess" fi if test -f "${ac_aux_dir}config.sub"; then ac_config_sub="$SHELL ${ac_aux_dir}config.sub" fi if test -f "$ac_aux_dir/configure"; then ac_configure="$SHELL ${ac_aux_dir}configure" fi # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false for ac_var in $ac_precious_vars; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set eval ac_old_val=\$ac_cv_env_${ac_var}_value eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' was set to '$ac_old_val' in the previous run" >&5 printf "%s\n" "$as_me: error: '$ac_var' was set to '$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' was not set in the previous run" >&5 printf "%s\n" "$as_me: error: '$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then # differences in whitespace do not lead to failure. ac_old_val_w=`echo x $ac_old_val` ac_new_val_w=`echo x $ac_new_val` if test "$ac_old_val_w" != "$ac_new_val_w"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' has changed since the previous run:" >&5 printf "%s\n" "$as_me: error: '$ac_var' has changed since the previous run:" >&2;} ac_cache_corrupted=: else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in '$ac_var' since the previous run:" >&5 printf "%s\n" "$as_me: warning: ignoring whitespace changes in '$ac_var' since the previous run:" >&2;} eval $ac_var=\$ac_old_val fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: '$ac_old_val'" >&5 printf "%s\n" "$as_me: former value: '$ac_old_val'" >&2;} { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: '$ac_new_val'" >&5 printf "%s\n" "$as_me: current value: '$ac_new_val'" >&2;} fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. *) as_fn_append ac_configure_args " '$ac_arg'" ;; esac fi done if $ac_cache_corrupted; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;} as_fn_error $? "run '${MAKE-make} distclean' and/or 'rm $cache_file' and start over" "$LINENO" 5 fi ## -------------------- ## ## Main body of script. ## ## -------------------- ## ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu # Specify directory where m4 macros may be found. # # Libtool library revision control info # LIBRARY_CURRENT=2 LIBRARY_REVISION=17 LIBRARY_AGE=0 # Obtain system type by running config.guess # Make sure we can run config.sub. $SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 || as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 printf %s "checking build system type... " >&6; } if test ${ac_cv_build+y} then : printf %s "(cached) " >&6 else case e in #( e) ac_build_alias=$build_alias test "x$ac_build_alias" = x && ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"` test "x$ac_build_alias" = x && as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` || as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5 ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 printf "%s\n" "$ac_cv_build" >&6; } case $ac_cv_build in *-*-*) ;; *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; esac build=$ac_cv_build ac_save_IFS=$IFS; IFS='-' set x $ac_cv_build shift build_cpu=$1 build_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: build_os=$* IFS=$ac_save_IFS case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 printf %s "checking host system type... " >&6; } if test ${ac_cv_host+y} then : printf %s "(cached) " >&6 else case e in #( e) if test "x$host_alias" = x; then ac_cv_host=$ac_cv_build else ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` || as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5 fi ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 printf "%s\n" "$ac_cv_host" >&6; } case $ac_cv_host in *-*-*) ;; *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; esac host=$ac_cv_host ac_save_IFS=$IFS; IFS='-' set x $ac_cv_host shift host_cpu=$1 host_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: host_os=$* IFS=$ac_save_IFS case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac am__api_version='1.16' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: # SysV /etc/install, /usr/sbin/install # SunOS /usr/etc/install # IRIX /sbin/install # AIX /bin/install # AmigaOS /C/install, which installs bootblocks on floppy discs # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. # Reject install programs that cannot install multiple files. { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 printf %s "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then if test ${ac_cv_path_install+y} then : printf %s "(cached) " >&6 else case e in #( e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac # Account for fact that we put trailing slashes in our PATH walk. case $as_dir in #(( ./ | /[cC]/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. # Don't use installbsd from OSF since it installs stuff as root # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then if test $ac_prog = install && grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. : elif test $ac_prog = install && grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # program-specific install script used by HP pwplus--don't use. : else rm -rf conftest.one conftest.two conftest.dir echo one > conftest.one echo two > conftest.two mkdir conftest.dir if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" && test -s conftest.one && test -s conftest.two && test -s conftest.dir/conftest.one && test -s conftest.dir/conftest.two then ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c" break 3 fi fi fi done done ;; esac done IFS=$as_save_IFS rm -rf conftest.one conftest.two conftest.dir ;; esac fi if test ${ac_cv_path_install+y}; then INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. Don't cache a # value for INSTALL within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. INSTALL=$ac_install_sh fi fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 printf "%s\n" "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 printf %s "checking whether build environment is sane... " >&6; } # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[\\\"\#\$\&\'\`$am_lf]*) as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; esac # Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$*" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi if test "$*" != "X $srcdir/configure conftest.file" \ && test "$*" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". as_fn_error $? "ls -t appears to fail. Make sure there is not a broken alias in your environment" "$LINENO" 5 fi if test "$2" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$2" = conftest.file ) then # Ok. : else as_fn_error $? "newly created file is older than distributed files! Check your system clock" "$LINENO" 5 fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi rm -f conftest.file test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && program_transform_name="s&\$&$program_suffix&;$program_transform_name" # Double any \ or $. # By default was 's,x,x', remove it if useless. ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"` # Expand $ac_aux_dir to an absolute path. am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then MISSING="\${SHELL} '$am_aux_dir/missing'" fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then am_missing_run="$MISSING " else am_missing_run= { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi # Installed binaries are usually stripped using 'strip' when the user # run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the 'STRIP' environment variable to overrule this program. if test "$cross_compiling" != no; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_STRIP+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 printf "%s\n" "$STRIP" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_STRIP+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 printf "%s\n" "$ac_ct_STRIP" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5 printf %s "checking for a race-free mkdir -p... " >&6; } if test -z "$MKDIR_P"; then if test ${ac_cv_path_mkdir+y} then : printf %s "(cached) " >&6 else case e in #( e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_prog in mkdir gmkdir; do for ac_exec_ext in '' $ac_executable_extensions; do as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #( 'mkdir ('*'coreutils) '* | \ *'BusyBox '* | \ 'mkdir (fileutils) '4.1*) ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext break 3;; esac done done done IFS=$as_save_IFS ;; esac fi test -d ./--version && rmdir ./--version if test ${ac_cv_path_mkdir+y}; then MKDIR_P="$ac_cv_path_mkdir -p" else # As a last resort, use plain mkdir -p, # in the hope it doesn't have the bugs of ancient mkdir. MKDIR_P='mkdir -p' fi fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 printf "%s\n" "$MKDIR_P" >&6; } for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_AWK+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_AWK="$ac_prog" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 printf "%s\n" "$AWK" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi test -n "$AWK" && break done { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if eval test \${ac_cv_prog_make_${ac_make}_set+y} then : printf %s "(cached) " >&6 else case e in #( e) cat >conftest.make <<\_ACEOF SHELL = /bin/sh all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. case `${MAKE-make} -f conftest.make 2>/dev/null` in *@@@%%%=?*=@@@%%%*) eval ac_cv_prog_make_${ac_make}_set=yes;; *) eval ac_cv_prog_make_${ac_make}_set=no;; esac rm -f conftest.make ;; esac fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } SET_MAKE= else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null # Check whether --enable-silent-rules was given. if test ${enable_silent_rules+y} then : enableval=$enable_silent_rules; fi case $enable_silent_rules in # ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=1;; esac am_make=${MAKE-make} { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 printf %s "checking whether $am_make supports nested variables... " >&6; } if test ${am_cv_make_support_nested_variables+y} then : printf %s "(cached) " >&6 else case e in #( e) if printf "%s\n" 'TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 printf "%s\n" "$am_cv_make_support_nested_variables" >&6; } if test $am_cv_make_support_nested_variables = yes; then AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AM_BACKSLASH='\' if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." am__isrc=' -I$(srcdir)' # test to see if srcdir already configured if test -f $srcdir/config.status; then as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi # Define the identity of the package. PACKAGE='lcms2' VERSION='2.17' # Some tools Automake needs. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # # mkdir_p='$(MKDIR_P)' # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' # We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar plaintar pax cpio none' # The POSIX 1988 'ustar' format is defined with fixed-size fields. # There is notably a 21 bits limit for the UID and the GID. In fact, # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 # and bug#13588). am_max_uid=2097151 # 2^21 - 1 am_max_gid=$am_max_uid # The $UID and $GID variables are not portable, so we need to resort # to the POSIX-mandated id(1) utility. Errors in the 'id' calls # below are definitely unexpected, so allow the users to see them # (that is, avoid stderr redirection). am_uid=`id -u || echo unknown` am_gid=`id -g || echo unknown` { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether UID '$am_uid' is supported by ustar format" >&5 printf %s "checking whether UID '$am_uid' is supported by ustar format... " >&6; } if test $am_uid -le $am_max_uid; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } _am_tools=none fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether GID '$am_gid' is supported by ustar format" >&5 printf %s "checking whether GID '$am_gid' is supported by ustar format... " >&6; } if test $am_gid -le $am_max_gid; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } _am_tools=none fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5 printf %s "checking how to create a ustar tar archive... " >&6; } # Go ahead even if we have the value already cached. We do so because we # need to set the values for the 'am__tar' and 'am__untar' variables. _am_tools=${am_cv_prog_tar_ustar-$_am_tools} for _am_tool in $_am_tools; do case $_am_tool in gnutar) for _am_tar in tar gnutar gtar; do { echo "$as_me:$LINENO: $_am_tar --version" >&5 ($_am_tar --version) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && break done am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"' am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"' am__untar="$_am_tar -xf -" ;; plaintar) # Must skip GNU tar: if it does not support --format= it doesn't create # ustar tarball either. (tar --version) >/dev/null 2>&1 && continue am__tar='tar chf - "$$tardir"' am__tar_='tar chf - "$tardir"' am__untar='tar xf -' ;; pax) am__tar='pax -L -x ustar -w "$$tardir"' am__tar_='pax -L -x ustar -w "$tardir"' am__untar='pax -r' ;; cpio) am__tar='find "$$tardir" -print | cpio -o -H ustar -L' am__tar_='find "$tardir" -print | cpio -o -H ustar -L' am__untar='cpio -i -H ustar -d' ;; none) am__tar=false am__tar_=false am__untar=false ;; esac # If the value was cached, stop now. We just wanted to have am__tar # and am__untar set. test -n "${am_cv_prog_tar_ustar}" && break # tar/untar a dummy directory, and stop if the command works. rm -rf conftest.dir mkdir conftest.dir echo GrepMe > conftest.dir/file { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5 (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } rm -rf conftest.dir if test -s conftest.tar; then { echo "$as_me:$LINENO: $am__untar &5 ($am__untar &5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { echo "$as_me:$LINENO: cat conftest.dir/file" >&5 (cat conftest.dir/file) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } grep GrepMe conftest.dir/file >/dev/null 2>&1 && break fi done rm -rf conftest.dir if test ${am_cv_prog_tar_ustar+y} then : printf %s "(cached) " >&6 else case e in #( e) am_cv_prog_tar_ustar=$_am_tool ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5 printf "%s\n" "$am_cv_prog_tar_ustar" >&6; } # Variables for tags utilities; see am/tags.am if test -z "$CTAGS"; then CTAGS=ctags fi if test -z "$ETAGS"; then ETAGS=etags fi if test -z "$CSCOPE"; then CSCOPE=cscope fi # POSIX will say in a future version that running "rm -f" with no argument # is OK; and we want to be able to make that assumption in our Makefile # recipes. So use an aggressive probe to check that the usage we want is # actually supported "in the wild" to an acceptable degree. # See automake bug#10828. # To make any issue more visible, cause the running configure to be aborted # by default if the 'rm' program in use doesn't match our expectations; the # user can still override this though. if rm -f && rm -fr && rm -rf; then : OK; else cat >&2 <<'END' Oops! Your 'rm' program seems unable to run without file operands specified on the command line, even when the '-f' option is present. This is contrary to the behaviour of most rm programs out there, and not conforming with the upcoming POSIX standard: Please tell bug-automake@gnu.org about your system, including the value of your $PATH and any error possibly output before this message. This can help us improve future automake versions. END if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then echo 'Configuration will proceed anyway, since you have set the' >&2 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 echo >&2 else cat >&2 <<'END' Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM to "yes", and re-run configure. END as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 fi fi # Check for programs ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_CC+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}gcc" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi CC=$ac_cv_prog_CC if test -n "$CC"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 printf "%s\n" "$CC" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_CC+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="gcc" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 printf "%s\n" "$ac_ct_CC" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_CC+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}cc" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi CC=$ac_cv_prog_CC if test -n "$CC"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 printf "%s\n" "$CC" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_CC+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@" fi fi fi ;; esac fi CC=$ac_cv_prog_CC if test -n "$CC"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 printf "%s\n" "$CC" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_CC+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi CC=$ac_cv_prog_CC if test -n "$CC"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 printf "%s\n" "$CC" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_CC+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="$ac_prog" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 printf "%s\n" "$ac_ct_CC" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args. set dummy ${ac_tool_prefix}clang; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_CC+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}clang" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi CC=$ac_cv_prog_CC if test -n "$CC"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 printf "%s\n" "$CC" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "clang", so it can be a program name with args. set dummy clang; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_CC+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="clang" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 printf "%s\n" "$ac_ct_CC" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi fi test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH See 'config.log' for more details" "$LINENO" 5; } # Provide some information about the compiler. printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion -version; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 printf %s "checking whether the C compiler works... " >&6; } ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'` # The possible output files: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" ac_rmfiles= for ac_file in $ac_files do case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done rm -f $ac_rmfiles if { { ac_try="$ac_link_default" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_link_default") 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } then : # Autoconf-2.13 could set the ac_cv_exeext variable to 'no'. # So ignore a value of 'no', otherwise this would lead to 'EXEEXT = no' # in a Makefile. We should not override ac_cv_exeext if it was cached, # so that the user can short-circuit this test for compilers unknown to # Autoconf. for ac_file in $ac_files '' do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most # certainly right. break;; *.* ) if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no; then :; else ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fi # We set ac_cv_exeext here because the later test for it is not # safe: cross compilers may not add the suffix if given an '-o' # argument, so we may need to know it at that point already. # Even if this section looks crufty: it has the advantage of # actually working. break;; * ) break;; esac done test "$ac_cv_exeext" = no && ac_cv_exeext= else case e in #( e) ac_file='' ;; esac fi if test -z "$ac_file" then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } printf "%s\n" "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} as_fn_error 77 "C compiler cannot create executables See 'config.log' for more details" "$LINENO" 5; } else case e in #( e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 printf %s "checking for C compiler default output file name... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 printf "%s\n" "$ac_file" >&6; } ac_exeext=$ac_cv_exeext rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 printf %s "checking for suffix of executables... " >&6; } if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } then : # If both 'conftest.exe' and 'conftest' are 'present' (well, observable) # catch 'conftest.exe'. For instance with Cygwin, 'ls conftest' will # work properly (i.e., refer to 'conftest.exe'), while it won't with # 'rm'. for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else case e in #( e) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of executables: cannot compile and link See 'config.log' for more details" "$LINENO" 5; } ;; esac fi rm -f conftest conftest$ac_cv_exeext { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 printf "%s\n" "$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main (void) { FILE *f = fopen ("conftest.out", "w"); if (!f) return 1; return ferror (f) || fclose (f) != 0; ; return 0; } _ACEOF ac_clean_files="$ac_clean_files conftest.out" # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 printf %s "checking whether we are cross compiling... " >&6; } if test "$cross_compiling" != yes; then { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if { ac_try='./conftest$ac_cv_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} as_fn_error 77 "cannot run C compiled programs. If you meant to cross compile, use '--host'. See 'config.log' for more details" "$LINENO" 5; } fi fi fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 printf "%s\n" "$cross_compiling" >&6; } rm -f conftest.$ac_ext conftest$ac_cv_exeext \ conftest.o conftest.obj conftest.out ac_clean_files=$ac_clean_files_save { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 printf %s "checking for suffix of object files... " >&6; } if test ${ac_cv_objext+y} then : printf %s "(cached) " >&6 else case e in #( e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF rm -f conftest.o conftest.obj if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } then : for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else case e in #( e) printf "%s\n" "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of object files: cannot compile See 'config.log' for more details" "$LINENO" 5; } ;; esac fi rm -f conftest.$ac_cv_objext conftest.$ac_ext ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 printf "%s\n" "$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5 printf %s "checking whether the compiler supports GNU C... " >&6; } if test ${ac_cv_c_compiler_gnu+y} then : printf %s "(cached) " >&6 else case e in #( e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO" then : ac_compiler_gnu=yes else case e in #( e) ac_compiler_gnu=no ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; } ac_compiler_gnu=$ac_cv_c_compiler_gnu if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+y} ac_save_CFLAGS=$CFLAGS { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 printf %s "checking whether $CC accepts -g... " >&6; } if test ${ac_cv_prog_cc_g+y} then : printf %s "(cached) " >&6 else case e in #( e) ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO" then : ac_cv_prog_cc_g=yes else case e in #( e) CFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO" then : else case e in #( e) ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO" then : ac_cv_prog_cc_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 printf "%s\n" "$ac_cv_prog_cc_g" >&6; } if test $ac_test_CFLAGS; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi ac_prog_cc_stdc=no if test x$ac_prog_cc_stdc = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5 printf %s "checking for $CC option to enable C11 features... " >&6; } if test ${ac_cv_prog_cc_c11+y} then : printf %s "(cached) " >&6 else case e in #( e) ac_cv_prog_cc_c11=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_c_conftest_c11_program _ACEOF for ac_arg in '' -std=gnu11 do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO" then : ac_cv_prog_cc_c11=$ac_arg fi rm -f core conftest.err conftest.$ac_objext conftest.beam test "x$ac_cv_prog_cc_c11" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC ;; esac fi if test "x$ac_cv_prog_cc_c11" = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 printf "%s\n" "unsupported" >&6; } else case e in #( e) if test "x$ac_cv_prog_cc_c11" = x then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 printf "%s\n" "none needed" >&6; } else case e in #( e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5 printf "%s\n" "$ac_cv_prog_cc_c11" >&6; } CC="$CC $ac_cv_prog_cc_c11" ;; esac fi ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11 ac_prog_cc_stdc=c11 ;; esac fi fi if test x$ac_prog_cc_stdc = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5 printf %s "checking for $CC option to enable C99 features... " >&6; } if test ${ac_cv_prog_cc_c99+y} then : printf %s "(cached) " >&6 else case e in #( e) ac_cv_prog_cc_c99=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_c_conftest_c99_program _ACEOF for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99= do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO" then : ac_cv_prog_cc_c99=$ac_arg fi rm -f core conftest.err conftest.$ac_objext conftest.beam test "x$ac_cv_prog_cc_c99" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC ;; esac fi if test "x$ac_cv_prog_cc_c99" = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 printf "%s\n" "unsupported" >&6; } else case e in #( e) if test "x$ac_cv_prog_cc_c99" = x then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 printf "%s\n" "none needed" >&6; } else case e in #( e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5 printf "%s\n" "$ac_cv_prog_cc_c99" >&6; } CC="$CC $ac_cv_prog_cc_c99" ;; esac fi ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99 ac_prog_cc_stdc=c99 ;; esac fi fi if test x$ac_prog_cc_stdc = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5 printf %s "checking for $CC option to enable C89 features... " >&6; } if test ${ac_cv_prog_cc_c89+y} then : printf %s "(cached) " >&6 else case e in #( e) ac_cv_prog_cc_c89=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_c_conftest_c89_program _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO" then : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_objext conftest.beam test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC ;; esac fi if test "x$ac_cv_prog_cc_c89" = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 printf "%s\n" "unsupported" >&6; } else case e in #( e) if test "x$ac_cv_prog_cc_c89" = x then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 printf "%s\n" "none needed" >&6; } else case e in #( e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 printf "%s\n" "$ac_cv_prog_cc_c89" >&6; } CC="$CC $ac_cv_prog_cc_c89" ;; esac fi ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89 ac_prog_cc_stdc=c89 ;; esac fi fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 printf %s "checking whether $CC understands -c and -o together... " >&6; } if test ${am_cv_prog_cc_c_o+y} then : printf %s "(cached) " >&6 else case e in #( e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } \ && test -f conftest2.$ac_objext; then : OK else am_cv_prog_cc_c_o=no break fi done rm -f core conftest* unset am_i ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 printf "%s\n" "$am_cv_prog_cc_c_o" >&6; } if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 printf %s "checking whether ${MAKE-make} supports the include directive... " >&6; } cat > confinc.mk << 'END' am__doit: @echo this is the am__doit target >confinc.out .PHONY: am__doit END am__include="#" am__quote= # BSD make does it like this. echo '.include "confinc.mk" # ignored' > confmf.BSD # Other make implementations (GNU, Solaris 10, AIX) do it like this. echo 'include confinc.mk # ignored' > confmf.GNU _am_result=no for s in GNU BSD; do { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5 (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } case $?:`cat confinc.out 2>/dev/null` in #( '0:this is the am__doit target') : case $s in #( BSD) : am__include='.include' am__quote='"' ;; #( *) : am__include='include' am__quote='' ;; esac ;; #( *) : ;; esac if test "$am__include" != "#"; then _am_result="yes ($s style)" break fi done rm -f confinc.* confmf.* { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 printf "%s\n" "${_am_result}" >&6; } # Check whether --enable-dependency-tracking was given. if test ${enable_dependency_tracking+y} then : enableval=$enable_dependency_tracking; fi if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= AMDEP_FALSE='#' else AMDEP_TRUE='#' AMDEP_FALSE= fi depcc="$CC" am_compiler_list= { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 printf %s "checking dependency style of $depcc... " >&6; } if test ${am_cv_CC_dependencies_compiler_type+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none fi ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 printf %s "checking how to run the C preprocessor... " >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if test ${ac_cv_prog_CPP+y} then : printf %s "(cached) " >&6 else case e in #( e) # Double quotes because $CC needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" cpp /lib/cpp do ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO" then : else case e in #( e) # Broken: fails on valid input. continue ;; esac fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO" then : # Broken: success on invalid input. continue else case e in #( e) # Passes both tests. ac_preproc_ok=: break ;; esac fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of 'break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok then : break fi done ac_cv_prog_CPP=$CPP ;; esac fi CPP=$ac_cv_prog_CPP else ac_cv_prog_CPP=$CPP fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 printf "%s\n" "$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO" then : else case e in #( e) # Broken: fails on valid input. continue ;; esac fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO" then : # Broken: success on invalid input. continue else case e in #( e) # Passes both tests. ac_preproc_ok=: break ;; esac fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of 'break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok then : else case e in #( e) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} as_fn_error $? "C preprocessor \"$CPP\" fails sanity check See 'config.log' for more details" "$LINENO" 5; } ;; esac fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu if test -z "$CXX"; then if test -n "$CCC"; then CXX=$CCC else if test -n "$ac_tool_prefix"; then for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC clang++ do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_CXX+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$CXX"; then ac_cv_prog_CXX="$CXX" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi CXX=$ac_cv_prog_CXX if test -n "$CXX"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5 printf "%s\n" "$CXX" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi test -n "$CXX" && break done fi if test -z "$CXX"; then ac_ct_CXX=$CXX for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC clang++ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_CXX+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$ac_ct_CXX"; then ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CXX="$ac_prog" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi ac_ct_CXX=$ac_cv_prog_ac_ct_CXX if test -n "$ac_ct_CXX"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5 printf "%s\n" "$ac_ct_CXX" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi test -n "$ac_ct_CXX" && break done if test "x$ac_ct_CXX" = x; then CXX="g++" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CXX=$ac_ct_CXX fi fi fi fi # Provide some information about the compiler. printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C++" >&5 printf %s "checking whether the compiler supports GNU C++... " >&6; } if test ${ac_cv_cxx_compiler_gnu+y} then : printf %s "(cached) " >&6 else case e in #( e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO" then : ac_compiler_gnu=yes else case e in #( e) ac_compiler_gnu=no ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ac_cv_cxx_compiler_gnu=$ac_compiler_gnu ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5 printf "%s\n" "$ac_cv_cxx_compiler_gnu" >&6; } ac_compiler_gnu=$ac_cv_cxx_compiler_gnu if test $ac_compiler_gnu = yes; then GXX=yes else GXX= fi ac_test_CXXFLAGS=${CXXFLAGS+y} ac_save_CXXFLAGS=$CXXFLAGS { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 printf %s "checking whether $CXX accepts -g... " >&6; } if test ${ac_cv_prog_cxx_g+y} then : printf %s "(cached) " >&6 else case e in #( e) ac_save_cxx_werror_flag=$ac_cxx_werror_flag ac_cxx_werror_flag=yes ac_cv_prog_cxx_g=no CXXFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO" then : ac_cv_prog_cxx_g=yes else case e in #( e) CXXFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO" then : else case e in #( e) ac_cxx_werror_flag=$ac_save_cxx_werror_flag CXXFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO" then : ac_cv_prog_cxx_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ac_cxx_werror_flag=$ac_save_cxx_werror_flag ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5 printf "%s\n" "$ac_cv_prog_cxx_g" >&6; } if test $ac_test_CXXFLAGS; then CXXFLAGS=$ac_save_CXXFLAGS elif test $ac_cv_prog_cxx_g = yes; then if test "$GXX" = yes; then CXXFLAGS="-g -O2" else CXXFLAGS="-g" fi else if test "$GXX" = yes; then CXXFLAGS="-O2" else CXXFLAGS= fi fi ac_prog_cxx_stdcxx=no if test x$ac_prog_cxx_stdcxx = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5 printf %s "checking for $CXX option to enable C++11 features... " >&6; } if test ${ac_cv_prog_cxx_cxx11+y} then : printf %s "(cached) " >&6 else case e in #( e) ac_cv_prog_cxx_cxx11=no ac_save_CXX=$CXX cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_cxx_conftest_cxx11_program _ACEOF for ac_arg in '' -std=gnu++11 -std=gnu++0x -std=c++11 -std=c++0x -qlanglvl=extended0x -AA do CXX="$ac_save_CXX $ac_arg" if ac_fn_cxx_try_compile "$LINENO" then : ac_cv_prog_cxx_cxx11=$ac_arg fi rm -f core conftest.err conftest.$ac_objext conftest.beam test "x$ac_cv_prog_cxx_cxx11" != "xno" && break done rm -f conftest.$ac_ext CXX=$ac_save_CXX ;; esac fi if test "x$ac_cv_prog_cxx_cxx11" = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 printf "%s\n" "unsupported" >&6; } else case e in #( e) if test "x$ac_cv_prog_cxx_cxx11" = x then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 printf "%s\n" "none needed" >&6; } else case e in #( e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_cxx11" >&5 printf "%s\n" "$ac_cv_prog_cxx_cxx11" >&6; } CXX="$CXX $ac_cv_prog_cxx_cxx11" ;; esac fi ac_cv_prog_cxx_stdcxx=$ac_cv_prog_cxx_cxx11 ac_prog_cxx_stdcxx=cxx11 ;; esac fi fi if test x$ac_prog_cxx_stdcxx = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5 printf %s "checking for $CXX option to enable C++98 features... " >&6; } if test ${ac_cv_prog_cxx_cxx98+y} then : printf %s "(cached) " >&6 else case e in #( e) ac_cv_prog_cxx_cxx98=no ac_save_CXX=$CXX cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_cxx_conftest_cxx98_program _ACEOF for ac_arg in '' -std=gnu++98 -std=c++98 -qlanglvl=extended -AA do CXX="$ac_save_CXX $ac_arg" if ac_fn_cxx_try_compile "$LINENO" then : ac_cv_prog_cxx_cxx98=$ac_arg fi rm -f core conftest.err conftest.$ac_objext conftest.beam test "x$ac_cv_prog_cxx_cxx98" != "xno" && break done rm -f conftest.$ac_ext CXX=$ac_save_CXX ;; esac fi if test "x$ac_cv_prog_cxx_cxx98" = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 printf "%s\n" "unsupported" >&6; } else case e in #( e) if test "x$ac_cv_prog_cxx_cxx98" = x then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 printf "%s\n" "none needed" >&6; } else case e in #( e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_cxx98" >&5 printf "%s\n" "$ac_cv_prog_cxx_cxx98" >&6; } CXX="$CXX $ac_cv_prog_cxx_cxx98" ;; esac fi ac_cv_prog_cxx_stdcxx=$ac_cv_prog_cxx_cxx98 ac_prog_cxx_stdcxx=cxx98 ;; esac fi fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu depcc="$CXX" am_compiler_list= { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 printf %s "checking dependency style of $depcc... " >&6; } if test ${am_cv_CXX_dependencies_compiler_type+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CXX_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CXX_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CXX_dependencies_compiler_type=none fi ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5 printf "%s\n" "$am_cv_CXX_dependencies_compiler_type" >&6; } CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then am__fastdepCXX_TRUE= am__fastdepCXX_FALSE='#' else am__fastdepCXX_TRUE='#' am__fastdepCXX_FALSE= fi case `pwd` in *\ * | *\ *) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 printf "%s\n" "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; esac macro_version='2.4.7' macro_revision='2.4.7' ltmain=$ac_aux_dir/ltmain.sh # Backslashify metacharacters that are still active within # double-quoted strings. sed_quote_subst='s/\(["`$\\]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\(["`\\]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to delay expansion of an escaped single quote. delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 printf %s "checking how to print strings... " >&6; } # Test print first, because it will be a builtin if present. if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='print -r --' elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='printf %s\n' else # Use this function as a fallback that always works. func_fallback_echo () { eval 'cat <<_LTECHO_EOF $1 _LTECHO_EOF' } ECHO='func_fallback_echo' fi # func_echo_all arg... # Invoke $ECHO with all args, space-separated. func_echo_all () { $ECHO "" } case $ECHO in printf*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: printf" >&5 printf "%s\n" "printf" >&6; } ;; print*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 printf "%s\n" "print -r" >&6; } ;; *) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: cat" >&5 printf "%s\n" "cat" >&6; } ;; esac { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 printf %s "checking for a sed that does not truncate output... " >&6; } if test ${ac_cv_path_SED+y} then : printf %s "(cached) " >&6 else case e in #( e) ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ for ac_i in 1 2 3 4 5 6 7; do ac_script="$ac_script$as_nl$ac_script" done echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed { ac_script=; unset ac_script;} if test -z "$SED"; then ac_path_SED_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_prog in sed gsed do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_SED="$as_dir$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_SED" || continue # Check for GNU ac_path_SED and select it if it is found. # Check for GNU $ac_path_SED case `"$ac_path_SED" --version 2>&1` in #( *GNU*) ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; #( *) ac_count=0 printf %s 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" printf "%s\n" '' >> "conftest.nl" "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_SED_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_SED="$ac_path_SED" ac_path_SED_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_SED_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_SED"; then as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 fi else ac_cv_path_SED=$SED fi ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 printf "%s\n" "$ac_cv_path_SED" >&6; } SED="$ac_cv_path_SED" rm -f conftest.sed test -z "$SED" && SED=sed Xsed="$SED -e 1s/^X//" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 printf %s "checking for grep that handles long lines and -e... " >&6; } if test ${ac_cv_path_GREP+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -z "$GREP"; then ac_path_GREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_prog in grep ggrep do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_GREP="$as_dir$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_GREP" || continue # Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in #( *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; #( *) ac_count=0 printf %s 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" printf "%s\n" 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_GREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_GREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_GREP"; then as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_GREP=$GREP fi ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 printf "%s\n" "$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 printf %s "checking for egrep... " >&6; } if test ${ac_cv_path_EGREP+y} then : printf %s "(cached) " >&6 else case e in #( e) if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else if test -z "$EGREP"; then ac_path_EGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_prog in egrep do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_EGREP" || continue # Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in #( *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; #( *) ac_count=0 printf %s 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" printf "%s\n" 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_EGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_EGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_EGREP"; then as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_EGREP=$EGREP fi fi ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 printf "%s\n" "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" EGREP_TRADITIONAL=$EGREP ac_cv_path_EGREP_TRADITIONAL=$EGREP { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 printf %s "checking for fgrep... " >&6; } if test ${ac_cv_path_FGREP+y} then : printf %s "(cached) " >&6 else case e in #( e) if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 then ac_cv_path_FGREP="$GREP -F" else if test -z "$FGREP"; then ac_path_FGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_prog in fgrep do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_FGREP="$as_dir$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_FGREP" || continue # Check for GNU ac_path_FGREP and select it if it is found. # Check for GNU $ac_path_FGREP case `"$ac_path_FGREP" --version 2>&1` in #( *GNU*) ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; #( *) ac_count=0 printf %s 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" printf "%s\n" 'FGREP' >> "conftest.nl" "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_FGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_FGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_FGREP"; then as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_FGREP=$FGREP fi fi ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 printf "%s\n" "$ac_cv_path_FGREP" >&6; } FGREP="$ac_cv_path_FGREP" test -z "$GREP" && GREP=grep # Check whether --with-gnu-ld was given. if test ${with_gnu_ld+y} then : withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes else case e in #( e) with_gnu_ld=no ;; esac fi ac_prog=ld if test yes = "$GCC"; then # Check if gcc -print-prog-name=ld gives a path. { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 printf %s "checking for ld used by $CC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return, which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [\\/]* | ?:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD=$ac_prog ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test yes = "$with_gnu_ld"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 printf %s "checking for GNU ld... " >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 printf %s "checking for non-GNU ld... " >&6; } fi if test ${lt_cv_path_LD+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -z "$LD"; then lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD=$ac_dir/$ac_prog # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &5 printf "%s\n" "$LD" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 printf %s "checking if the linker ($LD) is GNU ld... " >&6; } if test ${lt_cv_prog_gnu_ld+y} then : printf %s "(cached) " >&6 else case e in #( e) # I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 &5 printf "%s\n" "$lt_cv_prog_gnu_ld" >&6; } with_gnu_ld=$lt_cv_prog_gnu_ld { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 printf %s "checking for BSD- or MS-compatible name lister (nm)... " >&6; } if test ${lt_cv_path_NM+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM=$NM else lt_nm_to_check=${ac_tool_prefix}nm if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. tmp_nm=$ac_dir/$lt_tmp_nm if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then # Check to see if the nm accepts a BSD-compat flag. # Adding the 'sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty case $build_os in mingw*) lt_bad_file=conftest.nm/nofile ;; *) lt_bad_file=/dev/null ;; esac case `"$tmp_nm" -B $lt_bad_file 2>&1 | $SED '1q'` in *$lt_bad_file* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break 2 ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break 2 ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS=$lt_save_ifs done : ${lt_cv_path_NM=no} fi ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 printf "%s\n" "$lt_cv_path_NM" >&6; } if test no != "$lt_cv_path_NM"; then NM=$lt_cv_path_NM else # Didn't find any BSD compatible name lister, look for dumpbin. if test -n "$DUMPBIN"; then : # Let the user override the test. else if test -n "$ac_tool_prefix"; then for ac_prog in dumpbin "link -dump" do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_DUMPBIN+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$DUMPBIN"; then ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi DUMPBIN=$ac_cv_prog_DUMPBIN if test -n "$DUMPBIN"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 printf "%s\n" "$DUMPBIN" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi test -n "$DUMPBIN" && break done fi if test -z "$DUMPBIN"; then ac_ct_DUMPBIN=$DUMPBIN for ac_prog in dumpbin "link -dump" do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_DUMPBIN+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$ac_ct_DUMPBIN"; then ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN if test -n "$ac_ct_DUMPBIN"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 printf "%s\n" "$ac_ct_DUMPBIN" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi test -n "$ac_ct_DUMPBIN" && break done if test "x$ac_ct_DUMPBIN" = x; then DUMPBIN=":" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DUMPBIN=$ac_ct_DUMPBIN fi fi case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in *COFF*) DUMPBIN="$DUMPBIN -symbols -headers" ;; *) DUMPBIN=: ;; esac fi if test : != "$DUMPBIN"; then NM=$DUMPBIN fi fi test -z "$NM" && NM=nm { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 printf %s "checking the name lister ($NM) interface... " >&6; } if test ${lt_cv_nm_interface+y} then : printf %s "(cached) " >&6 else case e in #( e) lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&5 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&5 (eval echo "\"\$as_me:$LINENO: output\"" >&5) cat conftest.out >&5 if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" fi rm -f conftest* ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 printf "%s\n" "$lt_cv_nm_interface" >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 printf %s "checking whether ln -s works... " >&6; } LN_S=$as_ln_s if test "$LN_S" = "ln -s"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 printf "%s\n" "no, using $LN_S" >&6; } fi # find the maximum length of command line arguments { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 printf %s "checking the maximum length of command line arguments... " >&6; } if test ${lt_cv_sys_max_cmd_len+y} then : printf %s "(cached) " >&6 else case e in #( e) i=0 teststring=ABCD case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; mint*) # On MiNT this can take a long time and run out of memory. lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; bitrig* | darwin* | dragonfly* | freebsd* | midnightbsd* | netbsd* | openbsd*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; os2*) # The test takes a long time on OS/2. lt_cv_sys_max_cmd_len=8192 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | $SED 's/.*[ ]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len" && \ test undefined != "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. for i in 1 2 3 4 5 6 7 8; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. while { test X`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && test 17 != "$i" # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done # Only check the string length outside the loop. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` teststring= # Add a significant safety factor because C++ compilers can tack on # massive amounts of additional arguments before passing them to the # linker. It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac ;; esac fi if test -n "$lt_cv_sys_max_cmd_len"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 printf "%s\n" "$lt_cv_sys_max_cmd_len" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none" >&5 printf "%s\n" "none" >&6; } fi max_cmd_len=$lt_cv_sys_max_cmd_len : ${CP="cp -f"} : ${MV="mv -f"} : ${RM="rm -f"} if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then lt_unset=unset else lt_unset=false fi # test EBCDIC or ASCII case `echo X|tr X '\101'` in A) # ASCII based system # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr lt_SP2NL='tr \040 \012' lt_NL2SP='tr \015\012 \040\040' ;; *) # EBCDIC based system lt_SP2NL='tr \100 \n' lt_NL2SP='tr \r\n \100\100' ;; esac { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 printf %s "checking how to convert $build file names to $host format... " >&6; } if test ${lt_cv_to_host_file_cmd+y} then : printf %s "(cached) " >&6 else case e in #( e) case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 ;; esac ;; *-*-cygwin* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_noop ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin ;; esac ;; * ) # unhandled hosts (and "normal" native builds) lt_cv_to_host_file_cmd=func_convert_file_noop ;; esac ;; esac fi to_host_file_cmd=$lt_cv_to_host_file_cmd { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 printf "%s\n" "$lt_cv_to_host_file_cmd" >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 printf %s "checking how to convert $build file names to toolchain format... " >&6; } if test ${lt_cv_to_tool_file_cmd+y} then : printf %s "(cached) " >&6 else case e in #( e) #assume ordinary cross tools, or native build. lt_cv_to_tool_file_cmd=func_convert_file_noop case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 ;; esac ;; esac ;; esac fi to_tool_file_cmd=$lt_cv_to_tool_file_cmd { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 printf "%s\n" "$lt_cv_to_tool_file_cmd" >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 printf %s "checking for $LD option to reload object files... " >&6; } if test ${lt_cv_ld_reload_flag+y} then : printf %s "(cached) " >&6 else case e in #( e) lt_cv_ld_reload_flag='-r' ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 printf "%s\n" "$lt_cv_ld_reload_flag" >&6; } reload_flag=$lt_cv_ld_reload_flag case $reload_flag in "" | " "*) ;; *) reload_flag=" $reload_flag" ;; esac reload_cmds='$LD$reload_flag -o $output$reload_objs' case $host_os in cygwin* | mingw* | pw32* | cegcc*) if test yes != "$GCC"; then reload_cmds=false fi ;; darwin*) if test yes = "$GCC"; then reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs' else reload_cmds='$LD$reload_flag -o $output$reload_objs' fi ;; esac if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}file", so it can be a program name with args. set dummy ${ac_tool_prefix}file; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_FILECMD+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$FILECMD"; then ac_cv_prog_FILECMD="$FILECMD" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_FILECMD="${ac_tool_prefix}file" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi FILECMD=$ac_cv_prog_FILECMD if test -n "$FILECMD"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FILECMD" >&5 printf "%s\n" "$FILECMD" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi fi if test -z "$ac_cv_prog_FILECMD"; then ac_ct_FILECMD=$FILECMD # Extract the first word of "file", so it can be a program name with args. set dummy file; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_FILECMD+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$ac_ct_FILECMD"; then ac_cv_prog_ac_ct_FILECMD="$ac_ct_FILECMD" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_FILECMD="file" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi ac_ct_FILECMD=$ac_cv_prog_ac_ct_FILECMD if test -n "$ac_ct_FILECMD"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_FILECMD" >&5 printf "%s\n" "$ac_ct_FILECMD" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi if test "x$ac_ct_FILECMD" = x; then FILECMD=":" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac FILECMD=$ac_ct_FILECMD fi else FILECMD="$ac_cv_prog_FILECMD" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. set dummy ${ac_tool_prefix}objdump; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_OBJDUMP+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$OBJDUMP"; then ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi OBJDUMP=$ac_cv_prog_OBJDUMP if test -n "$OBJDUMP"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 printf "%s\n" "$OBJDUMP" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi fi if test -z "$ac_cv_prog_OBJDUMP"; then ac_ct_OBJDUMP=$OBJDUMP # Extract the first word of "objdump", so it can be a program name with args. set dummy objdump; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_OBJDUMP+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$ac_ct_OBJDUMP"; then ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OBJDUMP="objdump" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP if test -n "$ac_ct_OBJDUMP"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 printf "%s\n" "$ac_ct_OBJDUMP" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi if test "x$ac_ct_OBJDUMP" = x; then OBJDUMP="false" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OBJDUMP=$ac_ct_OBJDUMP fi else OBJDUMP="$ac_cv_prog_OBJDUMP" fi test -z "$OBJDUMP" && OBJDUMP=objdump { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 printf %s "checking how to recognize dependent libraries... " >&6; } if test ${lt_cv_deplibs_check_method+y} then : printf %s "(cached) " >&6 else case e in #( e) lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_deplibs_check_method='unknown' # Need to set the preceding variable on all platforms that support # interlibrary dependencies. # 'none' -- dependencies not supported. # 'unknown' -- same as none, but documents that we really don't know. # 'pass_all' -- all dependencies passed with no checks. # 'test_compile' -- check by making test program. # 'file_magic [[regex]]' -- check by looking for files in library path # that responds to the $file_magic_cmd with a given extended regex. # If you have 'file' or equivalent on your system and you're not sure # whether 'pass_all' will *always* work, you probably want this one. case $host_os in aix[4-9]*) lt_cv_deplibs_check_method=pass_all ;; beos*) lt_cv_deplibs_check_method=pass_all ;; bsdi[45]*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' lt_cv_file_magic_cmd='$FILECMD -L' lt_cv_file_magic_test_file=/shlib/libc.so ;; cygwin*) # func_win32_libid is a shell function defined in ltmain.sh lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' ;; mingw* | pw32*) # Base MSYS/MinGW do not provide the 'file' command needed by # func_win32_libid shell function, so use a weaker test based on 'objdump', # unless we find 'file', for example because we are cross-compiling. if ( file / ) >/dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else # Keep this pattern in sync with the one in func_win32_libid. lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; cegcc*) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; freebsd* | dragonfly* | midnightbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=$FILECMD lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; haiku*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20* | hpux11*) lt_cv_file_magic_cmd=$FILECMD case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]' lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac ;; interix[3-9]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' ;; irix5* | irix6* | nonstopux*) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac lt_cv_deplibs_check_method=pass_all ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) lt_cv_deplibs_check_method=pass_all ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=$FILECMD lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; *nto* | *qnx*) lt_cv_deplibs_check_method=pass_all ;; openbsd* | bitrig*) if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' fi ;; osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; rdos*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.3*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; pc) lt_cv_deplibs_check_method=pass_all ;; esac ;; tpf*) lt_cv_deplibs_check_method=pass_all ;; os2*) lt_cv_deplibs_check_method=pass_all ;; esac ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 printf "%s\n" "$lt_cv_deplibs_check_method" >&6; } file_magic_glob= want_nocaseglob=no if test "$build" = "$host"; then case $host_os in mingw* | pw32*) if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then want_nocaseglob=yes else file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` fi ;; esac fi file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. set dummy ${ac_tool_prefix}dlltool; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_DLLTOOL+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$DLLTOOL"; then ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi DLLTOOL=$ac_cv_prog_DLLTOOL if test -n "$DLLTOOL"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 printf "%s\n" "$DLLTOOL" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi fi if test -z "$ac_cv_prog_DLLTOOL"; then ac_ct_DLLTOOL=$DLLTOOL # Extract the first word of "dlltool", so it can be a program name with args. set dummy dlltool; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_DLLTOOL+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$ac_ct_DLLTOOL"; then ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DLLTOOL="dlltool" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL if test -n "$ac_ct_DLLTOOL"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 printf "%s\n" "$ac_ct_DLLTOOL" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi if test "x$ac_ct_DLLTOOL" = x; then DLLTOOL="false" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DLLTOOL=$ac_ct_DLLTOOL fi else DLLTOOL="$ac_cv_prog_DLLTOOL" fi test -z "$DLLTOOL" && DLLTOOL=dlltool { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 printf %s "checking how to associate runtime and link libraries... " >&6; } if test ${lt_cv_sharedlib_from_linklib_cmd+y} then : printf %s "(cached) " >&6 else case e in #( e) lt_cv_sharedlib_from_linklib_cmd='unknown' case $host_os in cygwin* | mingw* | pw32* | cegcc*) # two different shell functions defined in ltmain.sh; # decide which one to use based on capabilities of $DLLTOOL case `$DLLTOOL --help 2>&1` in *--identify-strict*) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib ;; *) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback ;; esac ;; *) # fallback: assume linklib IS sharedlib lt_cv_sharedlib_from_linklib_cmd=$ECHO ;; esac ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 printf "%s\n" "$lt_cv_sharedlib_from_linklib_cmd" >&6; } sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO if test -n "$ac_tool_prefix"; then for ac_prog in ar do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_AR+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$AR"; then ac_cv_prog_AR="$AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_AR="$ac_tool_prefix$ac_prog" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi AR=$ac_cv_prog_AR if test -n "$AR"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 printf "%s\n" "$AR" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi test -n "$AR" && break done fi if test -z "$AR"; then ac_ct_AR=$AR for ac_prog in ar do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_AR+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$ac_ct_AR"; then ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_AR="$ac_prog" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi ac_ct_AR=$ac_cv_prog_ac_ct_AR if test -n "$ac_ct_AR"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 printf "%s\n" "$ac_ct_AR" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi test -n "$ac_ct_AR" && break done if test "x$ac_ct_AR" = x; then AR="false" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac AR=$ac_ct_AR fi fi : ${AR=ar} # Use ARFLAGS variable as AR's operation code to sync the variable naming with # Automake. If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have # higher priority because thats what people were doing historically (setting # ARFLAGS for automake and AR_FLAGS for libtool). FIXME: Make the AR_FLAGS # variable obsoleted/removed. test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr} lt_ar_flags=$AR_FLAGS # Make AR_FLAGS overridable by 'make ARFLAGS='. Don't try to run-time override # by AR_FLAGS because that was never working and AR_FLAGS is about to die. { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 printf %s "checking for archiver @FILE support... " >&6; } if test ${lt_cv_ar_at_file+y} then : printf %s "(cached) " >&6 else case e in #( e) lt_cv_ar_at_file=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO" then : echo conftest.$ac_objext > conftest.lst lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 (eval $lt_ar_try) 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if test 0 -eq "$ac_status"; then # Ensure the archiver fails upon bogus file names. rm -f conftest.$ac_objext libconftest.a { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 (eval $lt_ar_try) 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if test 0 -ne "$ac_status"; then lt_cv_ar_at_file=@ fi fi rm -f conftest.* libconftest.a fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 printf "%s\n" "$lt_cv_ar_at_file" >&6; } if test no = "$lt_cv_ar_at_file"; then archiver_list_spec= else archiver_list_spec=$lt_cv_ar_at_file fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_STRIP+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 printf "%s\n" "$STRIP" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_STRIP+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 printf "%s\n" "$ac_ct_STRIP" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi test -z "$STRIP" && STRIP=: if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_RANLIB+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 printf "%s\n" "$RANLIB" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi fi if test -z "$ac_cv_prog_RANLIB"; then ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_RANLIB+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_RANLIB="ranlib" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 printf "%s\n" "$ac_ct_RANLIB" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi if test "x$ac_ct_RANLIB" = x; then RANLIB=":" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac RANLIB=$ac_ct_RANLIB fi else RANLIB="$ac_cv_prog_RANLIB" fi test -z "$RANLIB" && RANLIB=: # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in bitrig* | openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" ;; *) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" fi case $host_os in darwin*) lock_old_archive_extraction=yes ;; *) lock_old_archive_extraction=no ;; esac # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # Check for command to grab the raw symbol name followed by C symbol from nm. { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 printf %s "checking command to parse $NM output from $compiler object... " >&6; } if test ${lt_cv_sys_global_symbol_pipe+y} then : printf %s "(cached) " >&6 else case e in #( e) # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[BCDEGRST]' # Regexp to match symbols that can be accessed directly from C. sympat='\([_A-Za-z][_A-Za-z0-9]*\)' # Define system-specific variables. case $host_os in aix*) symcode='[BCDT]' ;; cygwin* | mingw* | pw32* | cegcc*) symcode='[ABCDGISTW]' ;; hpux*) if test ia64 = "$host_cpu"; then symcode='[ABCDEGRST]' fi ;; irix* | nonstopux*) symcode='[BCDEGRST]' ;; osf*) symcode='[BCDEGQRST]' ;; solaris*) symcode='[BDRT]' ;; sco3.2v5*) symcode='[DT]' ;; sysv4.2uw2*) symcode='[DT]' ;; sysv5* | sco5v6* | unixware* | OpenUNIX*) symcode='[ABDT]' ;; sysv4) symcode='[DFNSTU]' ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[ABCDGIRSTW]' ;; esac if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Gets list of data symbols to import. lt_cv_sys_global_symbol_to_import="$SED -n -e 's/^I .* \(.*\)$/\1/p'" # Adjust the below global symbol transforms to fixup imported variables. lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" lt_c_name_lib_hook="\ -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" else # Disable hooks by default. lt_cv_sys_global_symbol_to_import= lt_cdecl_hook= lt_c_name_hook= lt_c_name_lib_hook= fi # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. lt_cv_sys_global_symbol_to_cdecl="$SED -n"\ $lt_cdecl_hook\ " -e 's/^T .* \(.*\)$/extern int \1();/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="$SED -n"\ $lt_c_name_hook\ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" # Transform an extracted symbol line into symbol name with lib prefix and # symbol address. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="$SED -n"\ $lt_c_name_lib_hook\ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'" # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # Try without a prefix underscore, then with it. for ac_symprfx in "" "_"; do # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. symxfrm="\\1 $ac_symprfx\\2 \\2" # Write the raw and C identifiers. if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function, # D for any global variable and I for any imported variable. # Also find C++ and __fastcall symbols from MSVC++ or ICC, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK '"\ " {last_section=section; section=\$ 3};"\ " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ " /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ " /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " {if(hide[section]) next};"\ " {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ " s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx" else lt_cv_sys_global_symbol_pipe="$SED -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | $SED '/ __gnu_lto/d'" # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext <<_LT_EOF #ifdef __cplusplus extern "C" { #endif char nm_test_var; void nm_test_func(void); void nm_test_func(void){} #ifdef __cplusplus } #endif int main(){nm_test_var='a';nm_test_func();return(0);} _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then # Now try to grab the symbols. nlist=conftest.nm if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE /* DATA imports from DLLs on WIN32 can't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT_DLSYM_CONST #elif defined __osf__ /* This system does not cope well with relocations in const data. */ # define LT_DLSYM_CONST #else # define LT_DLSYM_CONST const #endif #ifdef __cplusplus extern "C" { #endif _LT_EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' cat <<_LT_EOF >> conftest.$ac_ext /* The mapping between symbol names and symbols. */ LT_DLSYM_CONST struct { const char *name; void *address; } lt__PROGRAM__LTX_preloaded_symbols[] = { { "@PROGRAM@", (void *) 0 }, _LT_EOF $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt__PROGRAM__LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif _LT_EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_globsym_save_LIBS=$LIBS lt_globsym_save_CFLAGS=$CFLAGS LIBS=conftstm.$ac_objext CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest$ac_exeext; then pipe_works=yes fi LIBS=$lt_globsym_save_LIBS CFLAGS=$lt_globsym_save_CFLAGS else echo "cannot find nm_test_func in $nlist" >&5 fi else echo "cannot find nm_test_var in $nlist" >&5 fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 fi else echo "$progname: failed program was:" >&5 cat conftest.$ac_ext >&5 fi rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test yes = "$pipe_works"; then break else lt_cv_sys_global_symbol_pipe= fi done ;; esac fi if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: failed" >&5 printf "%s\n" "failed" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5 printf "%s\n" "ok" >&6; } fi # Response file support. if test "$lt_cv_nm_interface" = "MS dumpbin"; then nm_file_list_spec='@' elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then nm_file_list_spec='@' fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 printf %s "checking for sysroot... " >&6; } # Check whether --with-sysroot was given. if test ${with_sysroot+y} then : withval=$with_sysroot; else case e in #( e) with_sysroot=no ;; esac fi lt_sysroot= case $with_sysroot in #( yes) if test yes = "$GCC"; then lt_sysroot=`$CC --print-sysroot 2>/dev/null` fi ;; #( /*) lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"` ;; #( no|'') ;; #( *) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5 printf "%s\n" "$with_sysroot" >&6; } as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 ;; esac { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 printf "%s\n" "${lt_sysroot:-no}" >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5 printf %s "checking for a working dd... " >&6; } if test ${ac_cv_path_lt_DD+y} then : printf %s "(cached) " >&6 else case e in #( e) printf 0123456789abcdef0123456789abcdef >conftest.i cat conftest.i conftest.i >conftest2.i : ${lt_DD:=$DD} if test -z "$lt_DD"; then ac_path_lt_DD_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_prog in dd do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_lt_DD="$as_dir$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_lt_DD" || continue if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then cmp -s conftest.i conftest.out \ && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: fi $ac_path_lt_DD_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_lt_DD"; then : fi else ac_cv_path_lt_DD=$lt_DD fi rm -f conftest.i conftest2.i conftest.out ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5 printf "%s\n" "$ac_cv_path_lt_DD" >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5 printf %s "checking how to truncate binary pipes... " >&6; } if test ${lt_cv_truncate_bin+y} then : printf %s "(cached) " >&6 else case e in #( e) printf 0123456789abcdef0123456789abcdef >conftest.i cat conftest.i conftest.i >conftest2.i lt_cv_truncate_bin= if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then cmp -s conftest.i conftest.out \ && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" fi rm -f conftest.i conftest2.i conftest.out test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q" ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5 printf "%s\n" "$lt_cv_truncate_bin" >&6; } # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. func_cc_basename () { for cc_temp in $*""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` } # Check whether --enable-libtool-lock was given. if test ${enable_libtool_lock+y} then : enableval=$enable_libtool_lock; fi test no = "$enable_libtool_lock" || enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out what ABI is being produced by ac_compile, and set mode # options accordingly. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `$FILECMD conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE=32 ;; *ELF-64*) HPUX_IA64_MODE=64 ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo '#line '$LINENO' "configure"' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then if test yes = "$lt_cv_prog_gnu_ld"; then case `$FILECMD conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `$FILECMD conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; mips64*-*linux*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo '#line '$LINENO' "configure"' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then emul=elf case `$FILECMD conftest.$ac_objext` in *32-bit*) emul="${emul}32" ;; *64-bit*) emul="${emul}64" ;; esac case `$FILECMD conftest.$ac_objext` in *MSB*) emul="${emul}btsmip" ;; *LSB*) emul="${emul}ltsmip" ;; esac case `$FILECMD conftest.$ac_objext` in *N32*) emul="${emul}n32" ;; esac LD="${LD-ld} -m $emul" fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. Note that the listed cases only cover the # situations where additional linker options are needed (such as when # doing 32-bit compilation for a host where ld defaults to 64-bit, or # vice versa); the common cases where no linker options are needed do # not appear in the list. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `$FILECMD conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) case `$FILECMD conftest.o` in *x86-64*) LD="${LD-ld} -m elf32_x86_64" ;; *) LD="${LD-ld} -m elf_i386" ;; esac ;; powerpc64le-*linux*) LD="${LD-ld} -m elf32lppclinux" ;; powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) LD="${LD-ld} -m elf_s390" ;; sparc64-*linux*) LD="${LD-ld} -m elf32_sparc" ;; esac ;; *64-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_x86_64_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; powerpcle-*linux*) LD="${LD-ld} -m elf64lppc" ;; powerpc-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS=$CFLAGS CFLAGS="$CFLAGS -belf" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 printf %s "checking whether the C compiler needs -belf... " >&6; } if test ${lt_cv_cc_needs_belf+y} then : printf %s "(cached) " >&6 else case e in #( e) ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : lt_cv_cc_needs_belf=yes else case e in #( e) lt_cv_cc_needs_belf=no ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 printf "%s\n" "$lt_cv_cc_needs_belf" >&6; } if test yes != "$lt_cv_cc_needs_belf"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS=$SAVE_CFLAGS fi ;; *-*solaris*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `$FILECMD conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) case $host in i?86-*-solaris*|x86_64-*-solaris*) LD="${LD-ld} -m elf_x86_64" ;; sparc*-*-solaris*) LD="${LD-ld} -m elf64_sparc" ;; esac # GNU ld 2.21 introduced _sol2 emulations. Use them if available. if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then LD=${LD-ld}_sol2 fi ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" fi ;; esac ;; esac fi rm -rf conftest* ;; esac need_locks=$enable_libtool_lock if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. set dummy ${ac_tool_prefix}mt; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_MANIFEST_TOOL+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$MANIFEST_TOOL"; then ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL if test -n "$MANIFEST_TOOL"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 printf "%s\n" "$MANIFEST_TOOL" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi fi if test -z "$ac_cv_prog_MANIFEST_TOOL"; then ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL # Extract the first word of "mt", so it can be a program name with args. set dummy mt; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_MANIFEST_TOOL+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$ac_ct_MANIFEST_TOOL"; then ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL if test -n "$ac_ct_MANIFEST_TOOL"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 printf "%s\n" "$ac_ct_MANIFEST_TOOL" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi if test "x$ac_ct_MANIFEST_TOOL" = x; then MANIFEST_TOOL=":" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL fi else MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" fi test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 printf %s "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } if test ${lt_cv_path_mainfest_tool+y} then : printf %s "(cached) " >&6 else case e in #( e) lt_cv_path_mainfest_tool=no echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out cat conftest.err >&5 if $GREP 'Manifest Tool' conftest.out > /dev/null; then lt_cv_path_mainfest_tool=yes fi rm -f conftest* ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 printf "%s\n" "$lt_cv_path_mainfest_tool" >&6; } if test yes != "$lt_cv_path_mainfest_tool"; then MANIFEST_TOOL=: fi case $host_os in rhapsody* | darwin*) if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_DSYMUTIL+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$DSYMUTIL"; then ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi DSYMUTIL=$ac_cv_prog_DSYMUTIL if test -n "$DSYMUTIL"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 printf "%s\n" "$DSYMUTIL" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi fi if test -z "$ac_cv_prog_DSYMUTIL"; then ac_ct_DSYMUTIL=$DSYMUTIL # Extract the first word of "dsymutil", so it can be a program name with args. set dummy dsymutil; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_DSYMUTIL+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$ac_ct_DSYMUTIL"; then ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL if test -n "$ac_ct_DSYMUTIL"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 printf "%s\n" "$ac_ct_DSYMUTIL" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi if test "x$ac_ct_DSYMUTIL" = x; then DSYMUTIL=":" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DSYMUTIL=$ac_ct_DSYMUTIL fi else DSYMUTIL="$ac_cv_prog_DSYMUTIL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. set dummy ${ac_tool_prefix}nmedit; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_NMEDIT+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$NMEDIT"; then ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi NMEDIT=$ac_cv_prog_NMEDIT if test -n "$NMEDIT"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 printf "%s\n" "$NMEDIT" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi fi if test -z "$ac_cv_prog_NMEDIT"; then ac_ct_NMEDIT=$NMEDIT # Extract the first word of "nmedit", so it can be a program name with args. set dummy nmedit; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_NMEDIT+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$ac_ct_NMEDIT"; then ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_NMEDIT="nmedit" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT if test -n "$ac_ct_NMEDIT"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 printf "%s\n" "$ac_ct_NMEDIT" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi if test "x$ac_ct_NMEDIT" = x; then NMEDIT=":" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac NMEDIT=$ac_ct_NMEDIT fi else NMEDIT="$ac_cv_prog_NMEDIT" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. set dummy ${ac_tool_prefix}lipo; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_LIPO+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$LIPO"; then ac_cv_prog_LIPO="$LIPO" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_LIPO="${ac_tool_prefix}lipo" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi LIPO=$ac_cv_prog_LIPO if test -n "$LIPO"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 printf "%s\n" "$LIPO" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi fi if test -z "$ac_cv_prog_LIPO"; then ac_ct_LIPO=$LIPO # Extract the first word of "lipo", so it can be a program name with args. set dummy lipo; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_LIPO+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$ac_ct_LIPO"; then ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_LIPO="lipo" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO if test -n "$ac_ct_LIPO"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 printf "%s\n" "$ac_ct_LIPO" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi if test "x$ac_ct_LIPO" = x; then LIPO=":" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac LIPO=$ac_ct_LIPO fi else LIPO="$ac_cv_prog_LIPO" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. set dummy ${ac_tool_prefix}otool; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_OTOOL+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$OTOOL"; then ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_OTOOL="${ac_tool_prefix}otool" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi OTOOL=$ac_cv_prog_OTOOL if test -n "$OTOOL"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 printf "%s\n" "$OTOOL" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi fi if test -z "$ac_cv_prog_OTOOL"; then ac_ct_OTOOL=$OTOOL # Extract the first word of "otool", so it can be a program name with args. set dummy otool; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_OTOOL+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$ac_ct_OTOOL"; then ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OTOOL="otool" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL if test -n "$ac_ct_OTOOL"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 printf "%s\n" "$ac_ct_OTOOL" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi if test "x$ac_ct_OTOOL" = x; then OTOOL=":" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OTOOL=$ac_ct_OTOOL fi else OTOOL="$ac_cv_prog_OTOOL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. set dummy ${ac_tool_prefix}otool64; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_OTOOL64+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$OTOOL64"; then ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi OTOOL64=$ac_cv_prog_OTOOL64 if test -n "$OTOOL64"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 printf "%s\n" "$OTOOL64" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi fi if test -z "$ac_cv_prog_OTOOL64"; then ac_ct_OTOOL64=$OTOOL64 # Extract the first word of "otool64", so it can be a program name with args. set dummy otool64; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_OTOOL64+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$ac_ct_OTOOL64"; then ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OTOOL64="otool64" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 if test -n "$ac_ct_OTOOL64"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 printf "%s\n" "$ac_ct_OTOOL64" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi if test "x$ac_ct_OTOOL64" = x; then OTOOL64=":" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OTOOL64=$ac_ct_OTOOL64 fi else OTOOL64="$ac_cv_prog_OTOOL64" fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 printf %s "checking for -single_module linker flag... " >&6; } if test ${lt_cv_apple_cc_single_mod+y} then : printf %s "(cached) " >&6 else case e in #( e) lt_cv_apple_cc_single_mod=no if test -z "$LT_MULTI_MODULE"; then # By default we will add the -single_module flag. You can override # by either setting the environment variable LT_MULTI_MODULE # non-empty at configure time, or by adding -multi_module to the # link flags. rm -rf libconftest.dylib* echo "int foo(void){return 1;}" > conftest.c echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c" >&5 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? # If there is a non-empty error log, and "single_module" # appears in it, assume the flag caused a linker warning if test -s conftest.err && $GREP single_module conftest.err; then cat conftest.err >&5 # Otherwise, if the output was created with a 0 exit code from # the compiler, it worked. elif test -f libconftest.dylib && test 0 = "$_lt_result"; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&5 fi rm -rf libconftest.dylib* rm -f conftest.* fi ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 printf "%s\n" "$lt_cv_apple_cc_single_mod" >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 printf %s "checking for -exported_symbols_list linker flag... " >&6; } if test ${lt_cv_ld_exported_symbols_list+y} then : printf %s "(cached) " >&6 else case e in #( e) lt_cv_ld_exported_symbols_list=no save_LDFLAGS=$LDFLAGS echo "_main" > conftest.sym LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : lt_cv_ld_exported_symbols_list=yes else case e in #( e) lt_cv_ld_exported_symbols_list=no ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 printf "%s\n" "$lt_cv_ld_exported_symbols_list" >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 printf %s "checking for -force_load linker flag... " >&6; } if test ${lt_cv_ld_force_load+y} then : printf %s "(cached) " >&6 else case e in #( e) lt_cv_ld_force_load=no cat > conftest.c << _LT_EOF int forced_loaded() { return 2;} _LT_EOF echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 echo "$AR $AR_FLAGS libconftest.a conftest.o" >&5 $AR $AR_FLAGS libconftest.a conftest.o 2>&5 echo "$RANLIB libconftest.a" >&5 $RANLIB libconftest.a 2>&5 cat > conftest.c << _LT_EOF int main() { return 0;} _LT_EOF echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err _lt_result=$? if test -s conftest.err && $GREP force_load conftest.err; then cat conftest.err >&5 elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then lt_cv_ld_force_load=yes else cat conftest.err >&5 fi rm -f conftest.err libconftest.a conftest conftest.c rm -rf conftest.dSYM ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 printf "%s\n" "$lt_cv_ld_force_load" >&6; } case $host_os in rhapsody* | darwin1.[012]) _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; darwin1.*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; darwin*) case $MACOSX_DEPLOYMENT_TARGET,$host in 10.[012],*|,*powerpc*-darwin[5-8]*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; *) _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; esac ;; esac if test yes = "$lt_cv_apple_cc_single_mod"; then _lt_dar_single_mod='$single_module' fi if test yes = "$lt_cv_ld_exported_symbols_list"; then _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib' fi if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= fi ;; esac # func_munge_path_list VARIABLE PATH # ----------------------------------- # VARIABLE is name of variable containing _space_ separated list of # directories to be munged by the contents of PATH, which is string # having a format: # "DIR[:DIR]:" # string "DIR[ DIR]" will be prepended to VARIABLE # ":DIR[:DIR]" # string "DIR[ DIR]" will be appended to VARIABLE # "DIRP[:DIRP]::[DIRA:]DIRA" # string "DIRP[ DIRP]" will be prepended to VARIABLE and string # "DIRA[ DIRA]" will be appended to VARIABLE # "DIR[:DIR]" # VARIABLE will be replaced by "DIR[ DIR]" func_munge_path_list () { case x$2 in x) ;; *:) eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" ;; x:*) eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" ;; *::*) eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" ;; *) eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" ;; esac } ac_header= ac_cache= for ac_item in $ac_header_c_list do if test $ac_cache; then ac_fn_c_check_header_compile "$LINENO" $ac_header ac_cv_header_$ac_cache "$ac_includes_default" if eval test \"x\$ac_cv_header_$ac_cache\" = xyes; then printf "%s\n" "#define $ac_item 1" >> confdefs.h fi ac_header= ac_cache= elif test $ac_header; then ac_cache=$ac_item else ac_header=$ac_item fi done if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes then : printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h fi ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default " if test "x$ac_cv_header_dlfcn_h" = xyes then : printf "%s\n" "#define HAVE_DLFCN_H 1" >>confdefs.h fi func_stripname_cnf () { case $2 in .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;; *) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;; esac } # func_stripname_cnf # Set options enable_dlopen=no enable_win32_dll=no # Check whether --enable-shared was given. if test ${enable_shared+y} then : enableval=$enable_shared; p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS=$lt_save_ifs ;; esac else case e in #( e) enable_shared=yes ;; esac fi # Check whether --enable-static was given. if test ${enable_static+y} then : enableval=$enable_static; p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS=$lt_save_ifs ;; esac else case e in #( e) enable_static=yes ;; esac fi # Check whether --with-pic was given. if test ${with_pic+y} then : withval=$with_pic; lt_p=${PACKAGE-default} case $withval in yes|no) pic_mode=$withval ;; *) pic_mode=default # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for lt_pkg in $withval; do IFS=$lt_save_ifs if test "X$lt_pkg" = "X$lt_p"; then pic_mode=yes fi done IFS=$lt_save_ifs ;; esac else case e in #( e) pic_mode=default ;; esac fi # Check whether --enable-fast-install was given. if test ${enable_fast_install+y} then : enableval=$enable_fast_install; p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS=$lt_save_ifs ;; esac else case e in #( e) enable_fast_install=yes ;; esac fi shared_archive_member_spec= case $host,$enable_shared in power*-*-aix[5-9]*,yes) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5 printf %s "checking which variant of shared library versioning to provide... " >&6; } # Check whether --with-aix-soname was given. if test ${with_aix_soname+y} then : withval=$with_aix_soname; case $withval in aix|svr4|both) ;; *) as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5 ;; esac lt_cv_with_aix_soname=$with_aix_soname else case e in #( e) if test ${lt_cv_with_aix_soname+y} then : printf %s "(cached) " >&6 else case e in #( e) lt_cv_with_aix_soname=aix ;; esac fi with_aix_soname=$lt_cv_with_aix_soname ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5 printf "%s\n" "$with_aix_soname" >&6; } if test aix != "$with_aix_soname"; then # For the AIX way of multilib, we name the shared archive member # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, # the AIX toolchain works better with OBJECT_MODE set (default 32). if test 64 = "${OBJECT_MODE-32}"; then shared_archive_member_spec=shr_64 else shared_archive_member_spec=shr fi fi ;; *) with_aix_soname=aix ;; esac # This can be used to rebuild libtool when needed LIBTOOL_DEPS=$ltmain # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' test -z "$LN_S" && LN_S="ln -s" if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 printf %s "checking for objdir... " >&6; } if test ${lt_cv_objdir+y} then : printf %s "(cached) " >&6 else case e in #( e) rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 printf "%s\n" "$lt_cv_objdir" >&6; } objdir=$lt_cv_objdir printf "%s\n" "#define LT_OBJDIR \"$lt_cv_objdir/\"" >>confdefs.h case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Global variables: ofile=libtool can_build_shared=yes # All known linkers require a '.a' archive for static linking (except MSVC and # ICC, which need '.lib'). libext=a with_gnu_ld=$lt_cv_prog_gnu_ld old_CC=$CC old_CFLAGS=$CFLAGS # Set sane defaults for various variables test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$LD" && LD=ld test -z "$ac_objext" && ac_objext=o func_cc_basename $compiler cc_basename=$func_cc_basename_result # Only perform the check for file, if the check method requires it test -z "$MAGIC_CMD" && MAGIC_CMD=file case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 printf %s "checking for ${ac_tool_prefix}file... " >&6; } if test ${lt_cv_path_MAGIC_CMD+y} then : printf %s "(cached) " >&6 else case e in #( e) case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD=$MAGIC_CMD lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/${ac_tool_prefix}file"; then lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD=$lt_cv_path_MAGIC_CMD if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS=$lt_save_ifs MAGIC_CMD=$lt_save_MAGIC_CMD ;; esac ;; esac fi MAGIC_CMD=$lt_cv_path_MAGIC_CMD if test -n "$MAGIC_CMD"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 printf "%s\n" "$MAGIC_CMD" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for file" >&5 printf %s "checking for file... " >&6; } if test ${lt_cv_path_MAGIC_CMD+y} then : printf %s "(cached) " >&6 else case e in #( e) case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD=$MAGIC_CMD lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/file"; then lt_cv_path_MAGIC_CMD=$ac_dir/"file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD=$lt_cv_path_MAGIC_CMD if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS=$lt_save_ifs MAGIC_CMD=$lt_save_MAGIC_CMD ;; esac ;; esac fi MAGIC_CMD=$lt_cv_path_MAGIC_CMD if test -n "$MAGIC_CMD"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 printf "%s\n" "$MAGIC_CMD" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi else MAGIC_CMD=: fi fi fi ;; esac # Use C for the default configuration in the libtool script lt_save_CC=$CC ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o objext=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # Save the default compiler, since it gets overwritten when the other # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. compiler_DEFAULT=$CC # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $RM conftest* ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then lt_prog_compiler_no_builtin_flag= if test yes = "$GCC"; then case $cc_basename in nvcc*) lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; *) lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; esac { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 printf %s "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } if test ${lt_cv_prog_compiler_rtti_exceptions+y} then : printf %s "(cached) " >&6 else case e in #( e) lt_cv_prog_compiler_rtti_exceptions=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_rtti_exceptions=yes fi fi $RM conftest* ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 printf "%s\n" "$lt_cv_prog_compiler_rtti_exceptions" >&6; } if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" else : fi fi lt_prog_compiler_wl= lt_prog_compiler_pic= lt_prog_compiler_static= if test yes = "$GCC"; then lt_prog_compiler_wl='-Wl,' lt_prog_compiler_static='-static' case $host_os in aix*) # All AIX code is PIC. if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' fi lt_prog_compiler_pic='-fPIC' ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support lt_prog_compiler_pic='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the '-m68020' flag to GCC prevents building anything better, # like '-m68040'. lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries lt_prog_compiler_pic='-DDLL_EXPORT' case $host_os in os2*) lt_prog_compiler_static='$wl-static' ;; esac ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic='-fno-common' ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. lt_prog_compiler_static= ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) # +Z the default ;; *) lt_prog_compiler_pic='-fPIC' ;; esac ;; interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. lt_prog_compiler_can_build_shared=no enable_shared=no ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic='-fPIC -shared' ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic=-Kconform_pic fi ;; *) lt_prog_compiler_pic='-fPIC' ;; esac case $cc_basename in nvcc*) # Cuda Compiler Driver 2.2 lt_prog_compiler_wl='-Xlinker ' if test -n "$lt_prog_compiler_pic"; then lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic" fi ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) lt_prog_compiler_wl='-Wl,' if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' else lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' fi ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic='-fno-common' case $cc_basename in nagfor*) # NAG Fortran compiler lt_prog_compiler_wl='-Wl,-Wl,,' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; esac ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_prog_compiler_pic='-DDLL_EXPORT' case $host_os in os2*) lt_prog_compiler_static='$wl-static' ;; esac ;; hpux9* | hpux10* | hpux11*) lt_prog_compiler_wl='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? lt_prog_compiler_static='$wl-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) lt_prog_compiler_wl='-Wl,' # PIC (with -KPIC) is the default. lt_prog_compiler_static='-non_shared' ;; linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) case $cc_basename in # old Intel for x86_64, which still supported -KPIC. ecc*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-static' ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fPIC' lt_prog_compiler_static='-static' ;; # Lahey Fortran 8.1. lf95*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='--shared' lt_prog_compiler_static='--static' ;; nagfor*) # NAG Fortran compiler lt_prog_compiler_wl='-Wl,-Wl,,' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; tcc*) # Fabrice Bellard et al's Tiny C Compiler lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fPIC' lt_prog_compiler_static='-static' ;; pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fpic' lt_prog_compiler_static='-Bstatic' ;; ccc*) lt_prog_compiler_wl='-Wl,' # All Alpha code is PIC. lt_prog_compiler_static='-non_shared' ;; xl* | bgxl* | bgf* | mpixl*) # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-qpic' lt_prog_compiler_static='-qstaticlink' ;; *) case `$CC -V 2>&1 | $SED 5q` in *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) # Sun Fortran 8.3 passes all unrecognized flags to the linker lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='' ;; *Sun\ F* | *Sun*Fortran*) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='-Qoption ld ' ;; *Sun\ C*) # Sun C 5.9 lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='-Wl,' ;; *Intel*\ [CF]*Compiler*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fPIC' lt_prog_compiler_static='-static' ;; *Portland\ Group*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fpic' lt_prog_compiler_static='-Bstatic' ;; esac ;; esac ;; newsos6) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic='-fPIC -shared' ;; osf3* | osf4* | osf5*) lt_prog_compiler_wl='-Wl,' # All OSF/1 code is PIC. lt_prog_compiler_static='-non_shared' ;; rdos*) lt_prog_compiler_static='-non_shared' ;; solaris*) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' case $cc_basename in f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) lt_prog_compiler_wl='-Qoption ld ';; *) lt_prog_compiler_wl='-Wl,';; esac ;; sunos4*) lt_prog_compiler_wl='-Qoption ld ' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic='-Kconform_pic' lt_prog_compiler_static='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; unicos*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_can_build_shared=no ;; uts4*) lt_prog_compiler_pic='-pic' lt_prog_compiler_static='-Bstatic' ;; *) lt_prog_compiler_can_build_shared=no ;; esac fi case $host_os in # For platforms that do not support PIC, -DPIC is meaningless: *djgpp*) lt_prog_compiler_pic= ;; *) lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" ;; esac { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 printf %s "checking for $compiler option to produce PIC... " >&6; } if test ${lt_cv_prog_compiler_pic+y} then : printf %s "(cached) " >&6 else case e in #( e) lt_cv_prog_compiler_pic=$lt_prog_compiler_pic ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 printf "%s\n" "$lt_cv_prog_compiler_pic" >&6; } lt_prog_compiler_pic=$lt_cv_prog_compiler_pic # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 printf %s "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } if test ${lt_cv_prog_compiler_pic_works+y} then : printf %s "(cached) " >&6 else case e in #( e) lt_cv_prog_compiler_pic_works=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic -DPIC" ## exclude from sc_useless_quotes_in_assignment # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_pic_works=yes fi fi $RM conftest* ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 printf "%s\n" "$lt_cv_prog_compiler_pic_works" >&6; } if test yes = "$lt_cv_prog_compiler_pic_works"; then case $lt_prog_compiler_pic in "" | " "*) ;; *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; esac else lt_prog_compiler_pic= lt_prog_compiler_can_build_shared=no fi fi # # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 printf %s "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } if test ${lt_cv_prog_compiler_static_works+y} then : printf %s "(cached) " >&6 else case e in #( e) lt_cv_prog_compiler_static_works=no save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS $lt_tmp_static_flag" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_static_works=yes fi else lt_cv_prog_compiler_static_works=yes fi fi $RM -r conftest* LDFLAGS=$save_LDFLAGS ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 printf "%s\n" "$lt_cv_prog_compiler_static_works" >&6; } if test yes = "$lt_cv_prog_compiler_static_works"; then : else lt_prog_compiler_static= fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if test ${lt_cv_prog_compiler_c_o+y} then : printf %s "(cached) " >&6 else case e in #( e) lt_cv_prog_compiler_c_o=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if test ${lt_cv_prog_compiler_c_o+y} then : printf %s "(cached) " >&6 else case e in #( e) lt_cv_prog_compiler_c_o=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; } hard_links=nottested if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then # do not overwrite the value of need_locks provided by the user { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 printf %s "checking if we can lock with hard links... " >&6; } hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 printf "%s\n" "$hard_links" >&6; } if test no = "$hard_links"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5 printf "%s\n" "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;} need_locks=warn fi else need_locks=no fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 printf %s "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } runpath_var= allow_undefined_flag= always_export_symbols=no archive_cmds= archive_expsym_cmds= compiler_needs_object=no enable_shared_with_static_runtimes=no export_dynamic_flag_spec= export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' hardcode_automatic=no hardcode_direct=no hardcode_direct_absolute=no hardcode_libdir_flag_spec= hardcode_libdir_separator= hardcode_minus_L=no hardcode_shlibpath_var=unsupported inherit_rpath=no link_all_deplibs=unknown module_cmds= module_expsym_cmds= old_archive_from_new_cmds= old_archive_from_expsyms_cmds= thread_safe_flag_spec= whole_archive_flag_spec= # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list include_expsyms= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ' (' and ')$', so one must not match beginning or # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc', # as well as any symbol that contains 'd'. exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. # Exclude shared library initialization/finalization symbols. extract_expsyms_cmds= case $host_os in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++ or Intel C++ Compiler. if test yes != "$GCC"; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++ or ICC) with_gnu_ld=yes ;; openbsd* | bitrig*) with_gnu_ld=no ;; esac ld_shlibs=yes # On some targets, GNU ld is compatible enough with the native linker # that we're better off using the native interface for both. lt_use_gnu_ld_interface=no if test yes = "$with_gnu_ld"; then case $host_os in aix*) # The AIX port of GNU ld has always aspired to compatibility # with the native linker. However, as the warning in the GNU ld # block says, versions before 2.19.5* couldn't really create working # shared libraries, regardless of the interface used. case `$LD -v 2>&1` in *\ \(GNU\ Binutils\)\ 2.19.5*) ;; *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; *\ \(GNU\ Binutils\)\ [3-9]*) ;; *) lt_use_gnu_ld_interface=yes ;; esac ;; *) lt_use_gnu_ld_interface=yes ;; esac fi if test yes = "$lt_use_gnu_ld_interface"; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='$wl' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' export_dynamic_flag_spec='$wl--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' else whole_archive_flag_spec= fi supports_anon_versioning=no case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in *GNU\ gold*) supports_anon_versioning=yes ;; *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix[3-9]*) # On AIX/PPC, the GNU linker is very broken if test ia64 != "$host_cpu"; then ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: the GNU linker, at least up to release 2.19, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to install binutils *** 2.20 or above, or modify your PATH so that a non-GNU linker is found. *** You will then need to restart the configuration process. _LT_EOF fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then allow_undefined_flag=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' else ld_shlibs=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' export_dynamic_flag_spec='$wl--export-all-symbols' allow_undefined_flag=unsupported always_export_symbols=no enable_shared_with_static_runtimes=yes export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file, use it as # is; otherwise, prepend EXPORTS... archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else ld_shlibs=no fi ;; haiku*) archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' link_all_deplibs=yes ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes allow_undefined_flag=unsupported shrext_cmds=.dll archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ prefix_cmds="$SED"~ if test EXPORTS = "`$SED 1q $export_symbols`"; then prefix_cmds="$prefix_cmds -e 1d"; fi~ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' enable_shared_with_static_runtimes=yes file_list_spec='@' ;; interix[3-9]*) hardcode_direct=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='$wl-rpath,$libdir' export_dynamic_flag_spec='$wl-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' archive_expsym_cmds='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no if test linux-dietlibc = "$host_os"; then case $cc_basename in diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac fi if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test no = "$tmp_diet" then tmp_addflag=' $pic_flag' tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group f77 and f90 compilers whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; lf95*) # Lahey Fortran 8.1 whole_archive_flag_spec= tmp_sharedflag='--shared' ;; nagfor*) # NAGFOR 5.3 tmp_sharedflag='-Wl,-shared' ;; xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; nvcc*) # Cuda Compiler Driver 2.2 whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' compiler_needs_object=yes ;; esac case `$CC -V 2>&1 | $SED 5q` in *Sun\ C*) # Sun C 5.9 whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' compiler_needs_object=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' if test yes = "$supports_anon_versioning"; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' fi case $cc_basename in tcc*) export_dynamic_flag_spec='-rdynamic' ;; xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' if test yes = "$supports_anon_versioning"; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac else ld_shlibs=no fi ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) # For security reasons, it is highly recommended that you always # use absolute paths for naming shared libraries, and exclude the # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac ;; sunos4*) archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= hardcode_direct=yes hardcode_shlibpath_var=no ;; *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac if test no = "$ld_shlibs"; then runpath_var= hardcode_libdir_flag_spec= export_dynamic_flag_spec= whole_archive_flag_spec= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) allow_undefined_flag=unsupported always_export_symbols=yes archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported fi ;; aix[4-9]*) if test ia64 = "$host_cpu"; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag= else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to GNU nm, but means don't demangle to AIX nm. # Without the "-l" option, or with the "-B" option, AIX nm treats # weak defined symbols like other global defined symbols, whereas # GNU nm marks them as "W". # While the 'weak' keyword is ignored in the Export File, we need # it in the Import File for the 'aix-soname' feature, so we have # to replace the "-B" option with "-P" for AIX nm. if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' else export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # have runtime linking enabled, and use it for executables. # For shared libraries, we enable/disable runtime linking # depending on the kind of the shared library created - # when "with_aix_soname,aix_use_runtimelinking" is: # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables # "aix,yes" lib.so shared, rtl:yes, for executables # lib.a static archive # "both,no" lib.so.V(shr.o) shared, rtl:yes # lib.a(lib.so.V) shared, rtl:no, for executables # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a(lib.so.V) shared, rtl:no # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a static archive case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) for ld_flag in $LDFLAGS; do if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then aix_use_runtimelinking=yes break fi done if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then # With aix-soname=svr4, we create the lib.so.V shared archives only, # so we don't have lib.a shared libs to link our executables. # We have to force runtime linking in this case. aix_use_runtimelinking=yes LDFLAGS="$LDFLAGS -Wl,-brtl" fi ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. archive_cmds='' hardcode_direct=yes hardcode_direct_absolute=yes hardcode_libdir_separator=':' link_all_deplibs=yes file_list_spec='$wl-f,' case $with_aix_soname,$aix_use_runtimelinking in aix,*) ;; # traditional, no import file svr4,* | *,yes) # use import file # The Import File defines what to hardcode. hardcode_direct=no hardcode_direct_absolute=no ;; esac if test yes = "$GCC"; then case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`$CC -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking hardcode_minus_L=yes hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_separator= fi ;; esac shared_flag='-shared' if test yes = "$aix_use_runtimelinking"; then shared_flag="$shared_flag "'$wl-G' fi # Need to ensure runtime linking is disabled for the traditional # shared library, or the linker may eventually find shared libraries # /with/ Import File - we do not want to mix them. shared_flag_aix='-shared' shared_flag_svr4='-shared $wl-G' else # not using gcc if test ia64 = "$host_cpu"; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test yes = "$aix_use_runtimelinking"; then shared_flag='$wl-G' else shared_flag='$wl-bM:SRE' fi shared_flag_aix='$wl-bM:SRE' shared_flag_svr4='$wl-G' fi fi export_dynamic_flag_spec='$wl-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. always_export_symbols=yes if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. allow_undefined_flag='-berok' # Determine the default libpath from the value encoded in an # empty executable. if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else if test ${lt_cv_aix_libpath_+y} then : printf %s "(cached) " >&6 else case e in #( e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }' lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=/usr/lib:/lib fi ;; esac fi aix_libpath=$lt_cv_aix_libpath_ fi hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag else if test ia64 = "$host_cpu"; then hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib' allow_undefined_flag="-z nodefs" archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else if test ${lt_cv_aix_libpath_+y} then : printf %s "(cached) " >&6 else case e in #( e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }' lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=/usr/lib:/lib fi ;; esac fi aix_libpath=$lt_cv_aix_libpath_ fi hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. no_undefined_flag=' $wl-bernotok' allow_undefined_flag=' $wl-berok' if test yes = "$with_gnu_ld"; then # We only use this code for GNU lds that support --whole-archive. whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives whole_archive_flag_spec='$convenience' fi archive_cmds_need_lc=yes archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' # -brtl affects multiple linker settings, -berok does not and is overridden later compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' if test svr4 != "$with_aix_soname"; then # This is similar to how AIX traditionally builds its shared libraries. archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' fi if test aix != "$with_aix_soname"; then archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' else # used by -dlpreopen to get the symbols archive_expsym_cmds="$archive_expsym_cmds"'~$MV $output_objdir/$realname.d/$soname $output_objdir' fi archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d' fi fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; bsdi[45]*) export_dynamic_flag_spec=-rdynamic ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++ or Intel C++ Compiler. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. case $cc_basename in cl* | icl*) # Native MSVC or ICC hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported always_export_symbols=yes file_list_spec='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then cp "$export_symbols" "$output_objdir/$soname.def"; echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; else $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, )='true' enable_shared_with_static_runtimes=yes exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' # Don't use ranlib old_postinstall_cmds='chmod 644 $oldlib' postlink_cmds='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile=$lt_outputfile.exe lt_tool_outputfile=$lt_tool_outputfile.exe ;; esac~ if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # Assume MSVC and ICC wrapper hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. old_archive_from_new_cmds='true' # FIXME: Should let the user specify the lib program. old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' enable_shared_with_static_runtimes=yes ;; esac ;; darwin* | rhapsody*) archive_cmds_need_lc=no hardcode_direct=no hardcode_automatic=yes hardcode_shlibpath_var=unsupported if test yes = "$lt_cv_ld_force_load"; then whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' else whole_archive_flag_spec='' fi link_all_deplibs=yes allow_undefined_flag=$_lt_dar_allow_undefined case $cc_basename in ifort*|nagfor*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac if test yes = "$_lt_dar_can_shared"; then output_verbose_link_cmd=func_echo_all archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" archive_expsym_cmds="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" module_expsym_cmds="$SED -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" else ld_shlibs=no fi ;; dgux*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2.*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly* | midnightbsd*) archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; hpux9*) if test yes = "$GCC"; then archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' else archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' fi hardcode_libdir_flag_spec='$wl+b $wl$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes export_dynamic_flag_spec='$wl-E' ;; hpux10*) if test yes,no = "$GCC,$with_gnu_ld"; then archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test no = "$with_gnu_ld"; then hardcode_libdir_flag_spec='$wl+b $wl$libdir' hardcode_libdir_separator=: hardcode_direct=yes hardcode_direct_absolute=yes export_dynamic_flag_spec='$wl-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes fi ;; hpux11*) if test yes,no = "$GCC,$with_gnu_ld"; then case $host_cpu in hppa*64*) archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) # Older versions of the 11.00 compiler do not understand -b yet # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 printf %s "checking if $CC understands -b... " >&6; } if test ${lt_cv_prog_compiler__b+y} then : printf %s "(cached) " >&6 else case e in #( e) lt_cv_prog_compiler__b=no save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS -b" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler__b=yes fi else lt_cv_prog_compiler__b=yes fi fi $RM -r conftest* LDFLAGS=$save_LDFLAGS ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 printf "%s\n" "$lt_cv_prog_compiler__b" >&6; } if test yes = "$lt_cv_prog_compiler__b"; then archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi ;; esac fi if test no = "$with_gnu_ld"; then hardcode_libdir_flag_spec='$wl+b $wl$libdir' hardcode_libdir_separator=: case $host_cpu in hppa*64*|ia64*) hardcode_direct=no hardcode_shlibpath_var=no ;; *) hardcode_direct=yes hardcode_direct_absolute=yes export_dynamic_flag_spec='$wl-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test yes = "$GCC"; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. # This should be the same for all languages, so no per-tag cache variable. { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 printf %s "checking whether the $host_os linker accepts -exported_symbol... " >&6; } if test ${lt_cv_irix_exported_symbol+y} then : printf %s "(cached) " >&6 else case e in #( e) save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int foo (void) { return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : lt_cv_irix_exported_symbol=yes else case e in #( e) lt_cv_irix_exported_symbol=no ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 printf "%s\n" "$lt_cv_irix_exported_symbol" >&6; } if test yes = "$lt_cv_irix_exported_symbol"; then archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' fi else archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' hardcode_libdir_separator=: inherit_rpath=yes link_all_deplibs=yes ;; linux*) case $cc_basename in tcc*) # Fabrice Bellard et al's Tiny C Compiler ld_shlibs=yes archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; newsos6) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' hardcode_libdir_separator=: hardcode_shlibpath_var=no ;; *nto* | *qnx*) ;; openbsd* | bitrig*) if test -f /usr/libexec/ld.so; then hardcode_direct=yes hardcode_shlibpath_var=no hardcode_direct_absolute=yes if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' hardcode_libdir_flag_spec='$wl-rpath,$libdir' export_dynamic_flag_spec='$wl-E' else archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='$wl-rpath,$libdir' fi else ld_shlibs=no fi ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes allow_undefined_flag=unsupported shrext_cmds=.dll archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ prefix_cmds="$SED"~ if test EXPORTS = "`$SED 1q $export_symbols`"; then prefix_cmds="$prefix_cmds -e 1d"; fi~ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' enable_shared_with_static_runtimes=yes file_list_spec='@' ;; osf3*) if test yes = "$GCC"; then allow_undefined_flag=' $wl-expect_unresolved $wl\*' archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' hardcode_libdir_separator=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test yes = "$GCC"; then allow_undefined_flag=' $wl-expect_unresolved $wl\*' archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' fi archive_cmds_need_lc='no' hardcode_libdir_separator=: ;; solaris*) no_undefined_flag=' -z defs' if test yes = "$GCC"; then wlarc='$wl' archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) wlarc='' archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' ;; *) wlarc='$wl' archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi hardcode_libdir_flag_spec='-R$libdir' hardcode_shlibpath_var=no case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands '-z linker_flag'. GCC discards it without '$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test yes = "$GCC"; then whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' else whole_archive_flag_spec='-z allextract$convenience -z defaultextract' fi ;; esac link_all_deplibs=yes ;; sunos4*) if test sequent = "$host_vendor"; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi hardcode_libdir_flag_spec='-L$libdir' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; sysv4) case $host_vendor in sni) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' reload_cmds='$CC -r -o $output$reload_objs' hardcode_direct=no ;; motorola) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' hardcode_shlibpath_var=no ;; sysv4.3*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no export_dynamic_flag_spec='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes ld_shlibs=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag='$wl-z,text' archive_cmds_need_lc=no hardcode_shlibpath_var=no runpath_var='LD_RUN_PATH' if test yes = "$GCC"; then archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We CANNOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. no_undefined_flag='$wl-z,text' allow_undefined_flag='$wl-z,nodefs' archive_cmds_need_lc=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='$wl-R,$libdir' hardcode_libdir_separator=':' link_all_deplibs=yes export_dynamic_flag_spec='$wl-Bexport' runpath_var='LD_RUN_PATH' if test yes = "$GCC"; then archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; *) ld_shlibs=no ;; esac if test sni = "$host_vendor"; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) export_dynamic_flag_spec='$wl-Blargedynsym' ;; esac fi fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 printf "%s\n" "$ld_shlibs" >&6; } test no = "$ld_shlibs" && can_build_shared=no with_gnu_ld=$with_gnu_ld # # Do we need to explicitly link libc? # case "x$archive_cmds_need_lc" in x|xyes) # Assume -lc should be added archive_cmds_need_lc=yes if test yes,yes = "$GCC,$enable_shared"; then case $archive_cmds in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 printf %s "checking whether -lc should be explicitly linked in... " >&6; } if test ${lt_cv_archive_cmds_need_lc+y} then : printf %s "(cached) " >&6 else case e in #( e) $RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$lt_prog_compiler_wl pic_flag=$lt_prog_compiler_pic compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$allow_undefined_flag allow_undefined_flag= if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } then lt_cv_archive_cmds_need_lc=no else lt_cv_archive_cmds_need_lc=yes fi allow_undefined_flag=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $RM conftest* ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 printf "%s\n" "$lt_cv_archive_cmds_need_lc" >&6; } archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc ;; esac fi ;; esac { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 printf %s "checking dynamic linker characteristics... " >&6; } if test yes = "$GCC"; then case $host_os in darwin*) lt_awk_arg='/^libraries:/,/LR/' ;; *) lt_awk_arg='/^libraries:/' ;; esac case $host_os in mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;; *) lt_sed_strip_eq='s|=/|/|g' ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` case $lt_search_path_spec in *\;*) # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` ;; *) lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` ;; esac # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary... lt_tmp_lt_search_path_spec= lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` # ...but if some path component already ends with the multilib dir we assume # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer). case "$lt_multi_os_dir; $lt_search_path_spec " in "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*) lt_multi_os_dir= ;; esac for lt_sys_path in $lt_search_path_spec; do if test -d "$lt_sys_path$lt_multi_os_dir"; then lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir" elif test -n "$lt_multi_os_dir"; then test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' BEGIN {RS = " "; FS = "/|\n";} { lt_foo = ""; lt_count = 0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { lt_foo = "/" $lt_i lt_foo; } else { lt_count--; } } } } if (lt_foo != "") { lt_freq[lt_foo]++; } if (lt_freq[lt_foo] == 1) { print lt_foo; } }'` # AWK program above erroneously prepends '/' to C:/dos/paths # for these hosts. case $host_os in mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ $SED 's|/\([A-Za-z]:\)|\1|g'` ;; esac sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=.so postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='$libname$release$shared_ext$major' ;; aix[4-9]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no hardcode_into_libs=yes if test ia64 = "$host_cpu"; then # AIX 5 supports IA64 library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line '#! .'. This would cause the generated library to # depend on '.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[01] | aix4.[01].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac # Using Import Files as archive members, it is possible to support # filename-based versioning of shared library archives on AIX. While # this would work for both with and without runtime linking, it will # prevent static linking of such archives. So we do filename-based # shared library versioning with .so extension only, which is used # when both runtime linking and shared linking is enabled. # Unfortunately, runtime linking may impact performance, so we do # not want this to be the default eventually. Also, we use the # versioned .so libs for executables only if there is the -brtl # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. # To allow for filename-based versioning support, we need to create # libNAME.so.V as an archive file, containing: # *) an Import File, referring to the versioned filename of the # archive as well as the shared archive member, telling the # bitwidth (32 or 64) of that shared object, and providing the # list of exported symbols of that shared object, eventually # decorated with the 'weak' keyword # *) the shared object with the F_LOADONLY flag set, to really avoid # it being seen by the linker. # At run time we better use the real file rather than another symlink, # but for link time we create the symlink libNAME.so -> libNAME.so.V case $with_aix_soname,$aix_use_runtimelinking in # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. aix,yes) # traditional libtool dynamic_linker='AIX unversionable lib.so' # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; aix,no) # traditional AIX only dynamic_linker='AIX lib.a(lib.so.V)' # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='$libname$release.a $libname.a' soname_spec='$libname$release$shared_ext$major' ;; svr4,*) # full svr4 only dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)" library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' # We do not specify a path in Import Files, so LIBPATH fires. shlibpath_overrides_runpath=yes ;; *,yes) # both, prefer svr4 dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)" library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' # unpreferred sharedlib libNAME.a needs extra handling postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' # We do not specify a path in Import Files, so LIBPATH fires. shlibpath_overrides_runpath=yes ;; *,no) # both, prefer aix dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)" library_names_spec='$libname$release.a $libname.a' soname_spec='$libname$release$shared_ext$major' # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' ;; esac shlibpath_var=LIBPATH fi ;; amigaos*) case $host_cpu in powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) library_names_spec='$libname$shared_ext' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[45]*) version_type=linux # correct to gnu/linux during the next big refactor need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=.dll need_version=no need_lib_prefix=no case $GCC,$cc_basename in yes,*) # gcc library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo $libname | $SED -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' ;; esac dynamic_linker='Win32 ld.exe' ;; *,cl* | *,icl*) # Native MSVC or ICC libname_spec='$name' soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' library_names_spec='$libname.dll.lib' case $build_os in mingw*) sys_lib_search_path_spec= lt_save_ifs=$IFS IFS=';' for lt_path in $LIB do IFS=$lt_save_ifs # Let DOS variable expansion print the short 8.3 style file name. lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" done IFS=$lt_save_ifs # Convert to MSYS style. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` ;; cygwin*) # Convert to unix form, then to dos form, then back to unix form # but this time dos style (no spaces!) so that the unix form looks # like /cygdrive/c/PROGRA~1:/cygdr... sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` ;; *) sys_lib_search_path_spec=$LIB if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then # It is most probably a Windows format PATH. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # FIXME: find the short name or the path components, as spaces are # common. (e.g. "Program Files" -> "PROGRA~1") ;; esac # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes dynamic_linker='Win32 link.exe' ;; *) # Assume MSVC and ICC wrapper library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' dynamic_linker='Win32 ld.exe' ;; esac # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' soname_spec='$libname$release$major$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd* | dragonfly* | midnightbsd*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[23].*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2.*) shlibpath_overrides_runpath=yes ;; freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; haiku*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LIBRARY_PATH shlibpath_overrides_runpath=no sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' if test 32 = "$HPUX_IA64_MODE"; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" sys_lib_dlsearch_path_spec=/usr/lib/hpux32 else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" sys_lib_dlsearch_path_spec=/usr/lib/hpux64 fi ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555, ... postinstall_cmds='chmod 555 $lib' # or fails outright, so override atomically: install_override_mode=555 ;; interix[3-9]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test yes = "$lt_cv_prog_gnu_ld"; then version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='$libname$release$shared_ext$major' library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; linux*android*) version_type=none # Android doesn't support versioned libraries. need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext' soname_spec='$libname$release$shared_ext' finish_cmds= shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes dynamic_linker='Android linker' # Don't embed -rpath directories since the linker doesn't support them. hardcode_libdir_flag_spec='-L$libdir' ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH if test ${lt_cv_shlibpath_overrides_runpath+y} then : printf %s "(cached) " >&6 else case e in #( e) lt_cv_shlibpath_overrides_runpath=no save_LDFLAGS=$LDFLAGS save_libdir=$libdir eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null then : lt_cv_shlibpath_overrides_runpath=yes fi fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS libdir=$save_libdir ;; esac fi shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # Add ABI-specific directories to the system library path. sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" # Ideally, we could use ldconfig to report *all* directores which are # searched for libraries, however this is still not possible. Aside from not # being certain /sbin/ldconfig is available, command # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, # even though it is searched at run-time. Try to do the best guess by # appending ld.so.conf contents (and includes) to the search path. if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; *nto* | *qnx*) version_type=qnx need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; openbsd* | bitrig*) version_type=sunos sys_lib_dlsearch_path_spec=/usr/lib need_lib_prefix=no if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then need_version=no else need_version=yes fi library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; os2*) libname_spec='$name' version_type=windows shrext_cmds=.dll need_version=no need_lib_prefix=no # OS/2 can only load a DLL with a base name of 8 characters or less. soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; v=$($ECHO $release$versuffix | tr -d .-); n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); $ECHO $n$v`$shared_ext' library_names_spec='${libname}_dll.$libext' dynamic_linker='OS/2 ld.exe' shlibpath_var=BEGINLIBPATH sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='$libname$release$shared_ext$major' library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test yes = "$with_gnu_ld"; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec; then version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' soname_spec='$libname$shared_ext.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=sco need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes if test yes = "$with_gnu_ld"; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; uts4*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 printf "%s\n" "$dynamic_linker" >&6; } test no = "$dynamic_linker" && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test yes = "$GCC"; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec fi if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec fi # remember unaugmented sys_lib_dlsearch_path content for libtool script decls... configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec # ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 printf %s "checking how to hardcode library paths into programs... " >&6; } hardcode_action= if test -n "$hardcode_libdir_flag_spec" || test -n "$runpath_var" || test yes = "$hardcode_automatic"; then # We can hardcode non-existent directories. if test no != "$hardcode_direct" && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" && test no != "$hardcode_minus_L"; then # Linking always hardcodes the temporary library directory. hardcode_action=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. hardcode_action=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. hardcode_action=unsupported fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 printf "%s\n" "$hardcode_action" >&6; } if test relink = "$hardcode_action" || test yes = "$inherit_rpath"; then # Fast installation is not supported enable_fast_install=no elif test yes = "$shlibpath_overrides_runpath" || test no = "$enable_shared"; then # Fast installation is not necessary enable_fast_install=needless fi if test yes != "$enable_dlopen"; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen=load_add_on lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) lt_cv_dlopen=LoadLibrary lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen=dlopen lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 printf %s "checking for dlopen in -ldl... " >&6; } if test ${ac_cv_lib_dl_dlopen+y} then : printf %s "(cached) " >&6 else case e in #( e) ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. The 'extern "C"' is for builds by C++ compilers; although this is not generally supported in C code supporting it here has little cost and some practical benefit (sr 110532). */ #ifdef __cplusplus extern "C" #endif char dlopen (void); int main (void) { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_dl_dlopen=yes else case e in #( e) ac_cv_lib_dl_dlopen=no ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = xyes then : lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl else case e in #( e) lt_cv_dlopen=dyld lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; esac fi ;; tpf*) # Don't try to run any link tests for TPF. We know it's impossible # because TPF is a cross-compiler, and we know how we open DSOs. lt_cv_dlopen=dlopen lt_cv_dlopen_libs= lt_cv_dlopen_self=no ;; *) ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" if test "x$ac_cv_func_shl_load" = xyes then : lt_cv_dlopen=shl_load else case e in #( e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 printf %s "checking for shl_load in -ldld... " >&6; } if test ${ac_cv_lib_dld_shl_load+y} then : printf %s "(cached) " >&6 else case e in #( e) ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. The 'extern "C"' is for builds by C++ compilers; although this is not generally supported in C code supporting it here has little cost and some practical benefit (sr 110532). */ #ifdef __cplusplus extern "C" #endif char shl_load (void); int main (void) { return shl_load (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_dld_shl_load=yes else case e in #( e) ac_cv_lib_dld_shl_load=no ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 printf "%s\n" "$ac_cv_lib_dld_shl_load" >&6; } if test "x$ac_cv_lib_dld_shl_load" = xyes then : lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld else case e in #( e) ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" if test "x$ac_cv_func_dlopen" = xyes then : lt_cv_dlopen=dlopen else case e in #( e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 printf %s "checking for dlopen in -ldl... " >&6; } if test ${ac_cv_lib_dl_dlopen+y} then : printf %s "(cached) " >&6 else case e in #( e) ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. The 'extern "C"' is for builds by C++ compilers; although this is not generally supported in C code supporting it here has little cost and some practical benefit (sr 110532). */ #ifdef __cplusplus extern "C" #endif char dlopen (void); int main (void) { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_dl_dlopen=yes else case e in #( e) ac_cv_lib_dl_dlopen=no ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = xyes then : lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl else case e in #( e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 printf %s "checking for dlopen in -lsvld... " >&6; } if test ${ac_cv_lib_svld_dlopen+y} then : printf %s "(cached) " >&6 else case e in #( e) ac_check_lib_save_LIBS=$LIBS LIBS="-lsvld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. The 'extern "C"' is for builds by C++ compilers; although this is not generally supported in C code supporting it here has little cost and some practical benefit (sr 110532). */ #ifdef __cplusplus extern "C" #endif char dlopen (void); int main (void) { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_svld_dlopen=yes else case e in #( e) ac_cv_lib_svld_dlopen=no ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 printf "%s\n" "$ac_cv_lib_svld_dlopen" >&6; } if test "x$ac_cv_lib_svld_dlopen" = xyes then : lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld else case e in #( e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 printf %s "checking for dld_link in -ldld... " >&6; } if test ${ac_cv_lib_dld_dld_link+y} then : printf %s "(cached) " >&6 else case e in #( e) ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. The 'extern "C"' is for builds by C++ compilers; although this is not generally supported in C code supporting it here has little cost and some practical benefit (sr 110532). */ #ifdef __cplusplus extern "C" #endif char dld_link (void); int main (void) { return dld_link (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_dld_dld_link=yes else case e in #( e) ac_cv_lib_dld_dld_link=no ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 printf "%s\n" "$ac_cv_lib_dld_dld_link" >&6; } if test "x$ac_cv_lib_dld_dld_link" = xyes then : lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld fi ;; esac fi ;; esac fi ;; esac fi ;; esac fi ;; esac fi ;; esac if test no = "$lt_cv_dlopen"; then enable_dlopen=no else enable_dlopen=yes fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS=$CPPFLAGS test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS=$LDFLAGS wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS=$LIBS LIBS="$lt_cv_dlopen_libs $LIBS" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 printf %s "checking whether a program can dlopen itself... " >&6; } if test ${lt_cv_dlopen_self+y} then : printf %s "(cached) " >&6 else case e in #( e) if test yes = "$cross_compiling"; then : lt_cv_dlopen_self=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF #line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif /* When -fvisibility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else { if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; else puts (dlerror ()); } /* dlclose (self); */ } else puts (dlerror ()); return status; } _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; esac else : # compilation failed lt_cv_dlopen_self=no fi fi rm -fr conftest* ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 printf "%s\n" "$lt_cv_dlopen_self" >&6; } if test yes = "$lt_cv_dlopen_self"; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 printf %s "checking whether a statically linked program can dlopen itself... " >&6; } if test ${lt_cv_dlopen_self_static+y} then : printf %s "(cached) " >&6 else case e in #( e) if test yes = "$cross_compiling"; then : lt_cv_dlopen_self_static=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF #line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif /* When -fvisibility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else { if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; else puts (dlerror ()); } /* dlclose (self); */ } else puts (dlerror ()); return status; } _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; esac else : # compilation failed lt_cv_dlopen_self_static=no fi fi rm -fr conftest* ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 printf "%s\n" "$lt_cv_dlopen_self_static" >&6; } fi CPPFLAGS=$save_CPPFLAGS LDFLAGS=$save_LDFLAGS LIBS=$save_LIBS ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi striplib= old_striplib= { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 printf %s "checking whether stripping libraries is possible... " >&6; } if test -z "$STRIP"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } else if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then old_striplib="$STRIP --strip-debug" striplib="$STRIP --strip-unneeded" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } else case $host_os in darwin*) # FIXME - insert some real tests, host_os isn't really good enough striplib="$STRIP -x" old_striplib="$STRIP -S" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } ;; freebsd*) if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then old_striplib="$STRIP --strip-debug" striplib="$STRIP --strip-unneeded" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi ;; *) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } ;; esac fi fi # Report what library types will actually be built { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 printf %s "checking if libtool supports shared libraries... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 printf "%s\n" "$can_build_shared" >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 printf %s "checking whether to build shared libraries... " >&6; } test no = "$can_build_shared" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test yes = "$enable_shared" && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[4-9]*) if test ia64 != "$host_cpu"; then case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in yes,aix,yes) ;; # shared object as lib.so file only yes,svr4,*) ;; # shared object as lib.so archive member only yes,*) enable_static=no ;; # shared object in lib.a archive as well esac fi ;; esac { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 printf "%s\n" "$enable_shared" >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 printf %s "checking whether to build static libraries... " >&6; } # Make sure either enable_shared or enable_static is yes. test yes = "$enable_shared" || enable_static=yes { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 printf "%s\n" "$enable_static" >&6; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu CC=$lt_save_CC if test -n "$CXX" && ( test no != "$CXX" && ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) || (test g++ != "$CXX"))); then ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5 printf %s "checking how to run the C++ preprocessor... " >&6; } if test -z "$CXXCPP"; then if test ${ac_cv_prog_CXXCPP+y} then : printf %s "(cached) " >&6 else case e in #( e) # Double quotes because $CXX needs to be expanded for CXXCPP in "$CXX -E" cpp /lib/cpp do ac_preproc_ok=false for ac_cxx_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include Syntax error _ACEOF if ac_fn_cxx_try_cpp "$LINENO" then : else case e in #( e) # Broken: fails on valid input. continue ;; esac fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_cxx_try_cpp "$LINENO" then : # Broken: success on invalid input. continue else case e in #( e) # Passes both tests. ac_preproc_ok=: break ;; esac fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of 'break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok then : break fi done ac_cv_prog_CXXCPP=$CXXCPP ;; esac fi CXXCPP=$ac_cv_prog_CXXCPP else ac_cv_prog_CXXCPP=$CXXCPP fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5 printf "%s\n" "$CXXCPP" >&6; } ac_preproc_ok=false for ac_cxx_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include Syntax error _ACEOF if ac_fn_cxx_try_cpp "$LINENO" then : else case e in #( e) # Broken: fails on valid input. continue ;; esac fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_cxx_try_cpp "$LINENO" then : # Broken: success on invalid input. continue else case e in #( e) # Passes both tests. ac_preproc_ok=: break ;; esac fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of 'break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok then : else case e in #( e) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check See 'config.log' for more details" "$LINENO" 5; } ;; esac fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu else _lt_caught_CXX_error=yes fi ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu archive_cmds_need_lc_CXX=no allow_undefined_flag_CXX= always_export_symbols_CXX=no archive_expsym_cmds_CXX= compiler_needs_object_CXX=no export_dynamic_flag_spec_CXX= hardcode_direct_CXX=no hardcode_direct_absolute_CXX=no hardcode_libdir_flag_spec_CXX= hardcode_libdir_separator_CXX= hardcode_minus_L_CXX=no hardcode_shlibpath_var_CXX=unsupported hardcode_automatic_CXX=no inherit_rpath_CXX=no module_cmds_CXX= module_expsym_cmds_CXX= link_all_deplibs_CXX=unknown old_archive_cmds_CXX=$old_archive_cmds reload_flag_CXX=$reload_flag reload_cmds_CXX=$reload_cmds no_undefined_flag_CXX= whole_archive_flag_spec_CXX= enable_shared_with_static_runtimes_CXX=no # Source file extension for C++ test sources. ac_ext=cpp # Object file extension for compiled C++ test sources. objext=o objext_CXX=$objext # No sense in running all these tests if we already determined that # the CXX compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test yes != "$_lt_caught_CXX_error"; then # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(int, char *[]) { return(0); }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $RM conftest* ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_LD=$LD lt_save_GCC=$GCC GCC=$GXX lt_save_with_gnu_ld=$with_gnu_ld lt_save_path_LD=$lt_cv_path_LD if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx else $as_unset lt_cv_prog_gnu_ld fi if test -n "${lt_cv_path_LDCXX+set}"; then lt_cv_path_LD=$lt_cv_path_LDCXX else $as_unset lt_cv_path_LD fi test -z "${LDCXX+set}" || LD=$LDCXX CC=${CXX-"c++"} CFLAGS=$CXXFLAGS compiler=$CC compiler_CXX=$CC func_cc_basename $compiler cc_basename=$func_cc_basename_result if test -n "$compiler"; then # We don't want -fno-exception when compiling C++ code, so set the # no_builtin_flag separately if test yes = "$GXX"; then lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin' else lt_prog_compiler_no_builtin_flag_CXX= fi if test yes = "$GXX"; then # Set up default GNU C++ configuration # Check whether --with-gnu-ld was given. if test ${with_gnu_ld+y} then : withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes else case e in #( e) with_gnu_ld=no ;; esac fi ac_prog=ld if test yes = "$GCC"; then # Check if gcc -print-prog-name=ld gives a path. { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 printf %s "checking for ld used by $CC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return, which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [\\/]* | ?:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD=$ac_prog ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test yes = "$with_gnu_ld"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 printf %s "checking for GNU ld... " >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 printf %s "checking for non-GNU ld... " >&6; } fi if test ${lt_cv_path_LD+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -z "$LD"; then lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD=$ac_dir/$ac_prog # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &5 printf "%s\n" "$LD" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 printf %s "checking if the linker ($LD) is GNU ld... " >&6; } if test ${lt_cv_prog_gnu_ld+y} then : printf %s "(cached) " >&6 else case e in #( e) # I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 &5 printf "%s\n" "$lt_cv_prog_gnu_ld" >&6; } with_gnu_ld=$lt_cv_prog_gnu_ld # Check if GNU C++ uses GNU ld as the underlying linker, since the # archiving commands below assume that GNU ld is being used. if test yes = "$with_gnu_ld"; then archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir' export_dynamic_flag_spec_CXX='$wl--export-dynamic' # If archive_cmds runs LD, not CC, wlarc should be empty # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to # investigate it a little bit more. (MM) wlarc='$wl' # ancient GNU ld didn't support --whole-archive et. al. if eval "`$CC -print-prog-name=ld` --help 2>&1" | $GREP 'no-whole-archive' > /dev/null; then whole_archive_flag_spec_CXX=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' else whole_archive_flag_spec_CXX= fi else with_gnu_ld=no wlarc= # A generic and very simple default shared library creation # command for GNU C++ for the case where it uses the native # linker, instead of GNU ld. If possible, this setting should # overridden to take advantage of the native linker features on # the platform it is being used on. archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' fi # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else GXX=no with_gnu_ld=no wlarc= fi # PORTME: fill in a description of your system's C++ link characteristics { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 printf %s "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } ld_shlibs_CXX=yes case $host_os in aix3*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; aix[4-9]*) if test ia64 = "$host_cpu"; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag= else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # have runtime linking enabled, and use it for executables. # For shared libraries, we enable/disable runtime linking # depending on the kind of the shared library created - # when "with_aix_soname,aix_use_runtimelinking" is: # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables # "aix,yes" lib.so shared, rtl:yes, for executables # lib.a static archive # "both,no" lib.so.V(shr.o) shared, rtl:yes # lib.a(lib.so.V) shared, rtl:no, for executables # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a(lib.so.V) shared, rtl:no # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a static archive case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) for ld_flag in $LDFLAGS; do case $ld_flag in *-brtl*) aix_use_runtimelinking=yes break ;; esac done if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then # With aix-soname=svr4, we create the lib.so.V shared archives only, # so we don't have lib.a shared libs to link our executables. # We have to force runtime linking in this case. aix_use_runtimelinking=yes LDFLAGS="$LDFLAGS -Wl,-brtl" fi ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. archive_cmds_CXX='' hardcode_direct_CXX=yes hardcode_direct_absolute_CXX=yes hardcode_libdir_separator_CXX=':' link_all_deplibs_CXX=yes file_list_spec_CXX='$wl-f,' case $with_aix_soname,$aix_use_runtimelinking in aix,*) ;; # no import file svr4,* | *,yes) # use import file # The Import File defines what to hardcode. hardcode_direct_CXX=no hardcode_direct_absolute_CXX=no ;; esac if test yes = "$GXX"; then case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`$CC -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct_CXX=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking hardcode_minus_L_CXX=yes hardcode_libdir_flag_spec_CXX='-L$libdir' hardcode_libdir_separator_CXX= fi esac shared_flag='-shared' if test yes = "$aix_use_runtimelinking"; then shared_flag=$shared_flag' $wl-G' fi # Need to ensure runtime linking is disabled for the traditional # shared library, or the linker may eventually find shared libraries # /with/ Import File - we do not want to mix them. shared_flag_aix='-shared' shared_flag_svr4='-shared $wl-G' else # not using gcc if test ia64 = "$host_cpu"; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test yes = "$aix_use_runtimelinking"; then shared_flag='$wl-G' else shared_flag='$wl-bM:SRE' fi shared_flag_aix='$wl-bM:SRE' shared_flag_svr4='$wl-G' fi fi export_dynamic_flag_spec_CXX='$wl-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to # export. always_export_symbols_CXX=yes if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. # The "-G" linker flag allows undefined symbols. no_undefined_flag_CXX='-bernotok' # Determine the default libpath from the value encoded in an empty # executable. if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else if test ${lt_cv_aix_libpath__CXX+y} then : printf %s "(cached) " >&6 else case e in #( e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF if ac_fn_cxx_try_link "$LINENO" then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }' lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$lt_cv_aix_libpath__CXX"; then lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath__CXX"; then lt_cv_aix_libpath__CXX=/usr/lib:/lib fi ;; esac fi aix_libpath=$lt_cv_aix_libpath__CXX fi hardcode_libdir_flag_spec_CXX='$wl-blibpath:$libdir:'"$aix_libpath" archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag else if test ia64 = "$host_cpu"; then hardcode_libdir_flag_spec_CXX='$wl-R $libdir:/usr/lib:/lib' allow_undefined_flag_CXX="-z nodefs" archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else if test ${lt_cv_aix_libpath__CXX+y} then : printf %s "(cached) " >&6 else case e in #( e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF if ac_fn_cxx_try_link "$LINENO" then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }' lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$lt_cv_aix_libpath__CXX"; then lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath__CXX"; then lt_cv_aix_libpath__CXX=/usr/lib:/lib fi ;; esac fi aix_libpath=$lt_cv_aix_libpath__CXX fi hardcode_libdir_flag_spec_CXX='$wl-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. no_undefined_flag_CXX=' $wl-bernotok' allow_undefined_flag_CXX=' $wl-berok' if test yes = "$with_gnu_ld"; then # We only use this code for GNU lds that support --whole-archive. whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives whole_archive_flag_spec_CXX='$convenience' fi archive_cmds_need_lc_CXX=yes archive_expsym_cmds_CXX='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' # -brtl affects multiple linker settings, -berok does not and is overridden later compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' if test svr4 != "$with_aix_soname"; then # This is similar to how AIX traditionally builds its shared # libraries. Need -bnortl late, we may have -brtl in LDFLAGS. archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' fi if test aix != "$with_aix_soname"; then archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' else # used by -dlpreopen to get the symbols archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$MV $output_objdir/$realname.d/$soname $output_objdir' fi archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$RM -r $output_objdir/$realname.d' fi fi ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then allow_undefined_flag_CXX=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' else ld_shlibs_CXX=no fi ;; chorus*) case $cc_basename in *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac ;; cygwin* | mingw* | pw32* | cegcc*) case $GXX,$cc_basename in ,cl* | no,cl* | ,icl* | no,icl*) # Native MSVC or ICC # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec_CXX=' ' allow_undefined_flag_CXX=unsupported always_export_symbols_CXX=yes file_list_spec_CXX='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' archive_expsym_cmds_CXX='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then cp "$export_symbols" "$output_objdir/$soname.def"; echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; else $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, CXX)='true' enable_shared_with_static_runtimes_CXX=yes # Don't use ranlib old_postinstall_cmds_CXX='chmod 644 $oldlib' postlink_cmds_CXX='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile=$lt_outputfile.exe lt_tool_outputfile=$lt_tool_outputfile.exe ;; esac~ func_to_tool_file "$lt_outputfile"~ if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # g++ # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec_CXX='-L$libdir' export_dynamic_flag_spec_CXX='$wl--export-all-symbols' allow_undefined_flag_CXX=unsupported always_export_symbols_CXX=no enable_shared_with_static_runtimes_CXX=yes if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file, use it as # is; otherwise, prepend EXPORTS... archive_expsym_cmds_CXX='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else ld_shlibs_CXX=no fi ;; esac ;; darwin* | rhapsody*) archive_cmds_need_lc_CXX=no hardcode_direct_CXX=no hardcode_automatic_CXX=yes hardcode_shlibpath_var_CXX=unsupported if test yes = "$lt_cv_ld_force_load"; then whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' else whole_archive_flag_spec_CXX='' fi link_all_deplibs_CXX=yes allow_undefined_flag_CXX=$_lt_dar_allow_undefined case $cc_basename in ifort*|nagfor*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac if test yes = "$_lt_dar_can_shared"; then output_verbose_link_cmd=func_echo_all archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" archive_expsym_cmds_CXX="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" module_expsym_cmds_CXX="$SED -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" if test yes != "$lt_cv_apple_cc_single_mod"; then archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil" archive_expsym_cmds_CXX="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil" fi else ld_shlibs_CXX=no fi ;; os2*) hardcode_libdir_flag_spec_CXX='-L$libdir' hardcode_minus_L_CXX=yes allow_undefined_flag_CXX=unsupported shrext_cmds=.dll archive_cmds_CXX='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' archive_expsym_cmds_CXX='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ prefix_cmds="$SED"~ if test EXPORTS = "`$SED 1q $export_symbols`"; then prefix_cmds="$prefix_cmds -e 1d"; fi~ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' old_archive_From_new_cmds_CXX='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' enable_shared_with_static_runtimes_CXX=yes file_list_spec_CXX='@' ;; dgux*) case $cc_basename in ec++*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; ghcx*) # Green Hills C++ Compiler # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac ;; freebsd2.*) # C++ shared libraries reported to be fairly broken before # switch to ELF ld_shlibs_CXX=no ;; freebsd-elf*) archive_cmds_need_lc_CXX=no ;; freebsd* | dragonfly* | midnightbsd*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions ld_shlibs_CXX=yes ;; haiku*) archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' link_all_deplibs_CXX=yes ;; hpux9*) hardcode_libdir_flag_spec_CXX='$wl+b $wl$libdir' hardcode_libdir_separator_CXX=: export_dynamic_flag_spec_CXX='$wl-E' hardcode_direct_CXX=yes hardcode_minus_L_CXX=yes # Not in the search PATH, # but as the default # location of the library. case $cc_basename in CC*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; aCC*) archive_cmds_CXX='$RM $output_objdir/$soname~$CC -b $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes = "$GXX"; then archive_cmds_CXX='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' else # FIXME: insert proper C++ library support ld_shlibs_CXX=no fi ;; esac ;; hpux10*|hpux11*) if test no = "$with_gnu_ld"; then hardcode_libdir_flag_spec_CXX='$wl+b $wl$libdir' hardcode_libdir_separator_CXX=: case $host_cpu in hppa*64*|ia64*) ;; *) export_dynamic_flag_spec_CXX='$wl-E' ;; esac fi case $host_cpu in hppa*64*|ia64*) hardcode_direct_CXX=no hardcode_shlibpath_var_CXX=no ;; *) hardcode_direct_CXX=yes hardcode_direct_absolute_CXX=yes hardcode_minus_L_CXX=yes # Not in the search PATH, # but as the default # location of the library. ;; esac case $cc_basename in CC*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; aCC*) case $host_cpu in hppa*64*) archive_cmds_CXX='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) archive_cmds_CXX='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) archive_cmds_CXX='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes = "$GXX"; then if test no = "$with_gnu_ld"; then case $host_cpu in hppa*64*) archive_cmds_CXX='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) archive_cmds_CXX='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) archive_cmds_CXX='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac fi else # FIXME: insert proper C++ library support ld_shlibs_CXX=no fi ;; esac ;; interix[3-9]*) hardcode_direct_CXX=no hardcode_shlibpath_var_CXX=no hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir' export_dynamic_flag_spec_CXX='$wl-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' archive_expsym_cmds_CXX='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; irix5* | irix6*) case $cc_basename in CC*) # SGI C++ archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' # Archives containing C++ object files must be created using # "CC -ar", where "CC" is the IRIX C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs' ;; *) if test yes = "$GXX"; then if test no = "$with_gnu_ld"; then archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' else archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib' fi fi link_all_deplibs_CXX=yes ;; esac hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir' hardcode_libdir_separator_CXX=: inherit_rpath_CXX=yes ;; linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir' export_dynamic_flag_spec_CXX='$wl--export-dynamic' # Archives containing C++ object files must be created using # "CC -Bstatic", where "CC" is the KAI C++ compiler. old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;; icpc* | ecpc* ) # Intel C++ with_gnu_ld=yes # version 8.0 and above of icpc choke on multiply defined symbols # if we add $predep_objects and $postdep_objects, however 7.1 and # earlier do not add the objects themselves. case `$CC -V 2>&1` in *"Version 7."*) archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 8.0 or newer tmp_idyn= case $host_cpu in ia64*) tmp_idyn=' -i_dynamic';; esac archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; esac archive_cmds_need_lc_CXX=no hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir' export_dynamic_flag_spec_CXX='$wl--export-dynamic' whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive' ;; pgCC* | pgcpp*) # Portland Group C++ compiler case `$CC -V` in *pgCC\ [1-5].* | *pgcpp\ [1-5].*) prelink_cmds_CXX='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' old_archive_cmds_CXX='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ $RANLIB $oldlib' archive_cmds_CXX='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds_CXX='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 6 and above use weak symbols archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; esac hardcode_libdir_flag_spec_CXX='$wl--rpath $wl$libdir' export_dynamic_flag_spec_CXX='$wl--export-dynamic' whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' ;; cxx*) # Compaq C++ archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib $wl-retain-symbols-file $wl$export_symbols' runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec_CXX='-rpath $libdir' hardcode_libdir_separator_CXX=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' ;; xl* | mpixl* | bgxl*) # IBM XL 8.0 on PPC, with GNU ld hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir' export_dynamic_flag_spec_CXX='$wl--export-dynamic' archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' if test yes = "$supports_anon_versioning"; then archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' fi ;; *) case `$CC -V 2>&1 | $SED 5q` in *Sun\ C*) # Sun C++ 5.9 no_undefined_flag_CXX=' -zdefs' archive_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' archive_expsym_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols' hardcode_libdir_flag_spec_CXX='-R$libdir' whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' compiler_needs_object_CXX=yes # Not sure whether something based on # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 # would be better. output_verbose_link_cmd='func_echo_all' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs' ;; esac ;; esac ;; lynxos*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; m88k*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; mvs*) case $cc_basename in cxx*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' wlarc= hardcode_libdir_flag_spec_CXX='-R$libdir' hardcode_direct_CXX=yes hardcode_shlibpath_var_CXX=no fi # Workaround some broken pre-1.5 toolchains output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' ;; *nto* | *qnx*) ld_shlibs_CXX=yes ;; openbsd* | bitrig*) if test -f /usr/libexec/ld.so; then hardcode_direct_CXX=yes hardcode_shlibpath_var_CXX=no hardcode_direct_absolute_CXX=yes archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir' if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib' export_dynamic_flag_spec_CXX='$wl-E' whole_archive_flag_spec_CXX=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' fi output_verbose_link_cmd=func_echo_all else ld_shlibs_CXX=no fi ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir' hardcode_libdir_separator_CXX=: # Archives containing C++ object files must be created using # the KAI C++ compiler. case $host in osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;; *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;; esac ;; RCC*) # Rational C++ 2.4.1 # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; cxx*) case $host in osf3*) allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*' archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir' ;; *) allow_undefined_flag_CXX=' -expect_unresolved \*' archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ echo "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~ $RM $lib.exp' hardcode_libdir_flag_spec_CXX='-rpath $libdir' ;; esac hardcode_libdir_separator_CXX=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes,no = "$GXX,$with_gnu_ld"; then allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*' case $host in osf3*) archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' ;; *) archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' ;; esac hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir' hardcode_libdir_separator_CXX=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # FIXME: insert proper C++ library support ld_shlibs_CXX=no fi ;; esac ;; psos*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; lcc*) # Lucid # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac ;; solaris*) case $cc_basename in CC* | sunCC*) # Sun C++ 4.2, 5.x and Centerline C++ archive_cmds_need_lc_CXX=yes no_undefined_flag_CXX=' -zdefs' archive_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G$allow_undefined_flag $wl-M $wl$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' hardcode_libdir_flag_spec_CXX='-R$libdir' hardcode_shlibpath_var_CXX=no case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands '-z linker_flag'. # Supported since Solaris 2.6 (maybe 2.5.1?) whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract' ;; esac link_all_deplibs_CXX=yes output_verbose_link_cmd='func_echo_all' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs' ;; gcx*) # Green Hills C++ Compiler archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' # The C++ compiler must be used to create the archive. old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs' ;; *) # GNU C++ compiler with Solaris linker if test yes,no = "$GXX,$with_gnu_ld"; then no_undefined_flag_CXX=' $wl-z ${wl}defs' if $CC --version | $GREP -v '^2\.7' > /dev/null; then archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # g++ 2.7 appears to require '-G' NOT '-shared' on this # platform. archive_cmds_CXX='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' fi hardcode_libdir_flag_spec_CXX='$wl-R $wl$libdir' case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) whole_archive_flag_spec_CXX='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' ;; esac fi ;; esac ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag_CXX='$wl-z,text' archive_cmds_need_lc_CXX=no hardcode_shlibpath_var_CXX=no runpath_var='LD_RUN_PATH' case $cc_basename in CC*) archive_cmds_CXX='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_CXX='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds_CXX='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_CXX='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We CANNOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. no_undefined_flag_CXX='$wl-z,text' allow_undefined_flag_CXX='$wl-z,nodefs' archive_cmds_need_lc_CXX=no hardcode_shlibpath_var_CXX=no hardcode_libdir_flag_spec_CXX='$wl-R,$libdir' hardcode_libdir_separator_CXX=':' link_all_deplibs_CXX=yes export_dynamic_flag_spec_CXX='$wl-Bexport' runpath_var='LD_RUN_PATH' case $cc_basename in CC*) archive_cmds_CXX='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_CXX='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~ '"$old_archive_cmds_CXX" reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~ '"$reload_cmds_CXX" ;; *) archive_cmds_CXX='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_CXX='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac ;; vxworks*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5 printf "%s\n" "$ld_shlibs_CXX" >&6; } test no = "$ld_shlibs_CXX" && can_build_shared=no GCC_CXX=$GXX LD_CXX=$LD ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... # Dependencies to place before and after the object being linked: predep_objects_CXX= postdep_objects_CXX= predeps_CXX= postdeps_CXX= compiler_lib_search_path_CXX= cat > conftest.$ac_ext <<_LT_EOF class Foo { public: Foo (void) { a = 0; } private: int a; }; _LT_EOF _lt_libdeps_save_CFLAGS=$CFLAGS case "$CC $CFLAGS " in #( *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; *\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; *\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;; esac if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then # Parse the compiler output and extract the necessary # objects, libraries and library flags. # Sentinel used to keep track of whether or not we are before # the conftest object file. pre_test_object_deps_done=no for p in `eval "$output_verbose_link_cmd"`; do case $prev$p in -L* | -R* | -l*) # Some compilers place space between "-{L,R}" and the path. # Remove the space. if test x-L = "$p" || test x-R = "$p"; then prev=$p continue fi # Expand the sysroot to ease extracting the directories later. if test -z "$prev"; then case $p in -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;; -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;; -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;; esac fi case $p in =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;; esac if test no = "$pre_test_object_deps_done"; then case $prev in -L | -R) # Internal compiler library paths should come after those # provided the user. The postdeps already come after the # user supplied libs so there is no need to process them. if test -z "$compiler_lib_search_path_CXX"; then compiler_lib_search_path_CXX=$prev$p else compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} $prev$p" fi ;; # The "-l" case would never come before the object being # linked, so don't bother handling this case. esac else if test -z "$postdeps_CXX"; then postdeps_CXX=$prev$p else postdeps_CXX="${postdeps_CXX} $prev$p" fi fi prev= ;; *.lto.$objext) ;; # Ignore GCC LTO objects *.$objext) # This assumes that the test object file only shows up # once in the compiler output. if test "$p" = "conftest.$objext"; then pre_test_object_deps_done=yes continue fi if test no = "$pre_test_object_deps_done"; then if test -z "$predep_objects_CXX"; then predep_objects_CXX=$p else predep_objects_CXX="$predep_objects_CXX $p" fi else if test -z "$postdep_objects_CXX"; then postdep_objects_CXX=$p else postdep_objects_CXX="$postdep_objects_CXX $p" fi fi ;; *) ;; # Ignore the rest. esac done # Clean up. rm -f a.out a.exe else echo "libtool.m4: error: problem compiling CXX test program" fi $RM -f confest.$objext CFLAGS=$_lt_libdeps_save_CFLAGS # PORTME: override above test on systems where it is broken case $host_os in interix[3-9]*) # Interix 3.5 installs completely hosed .la files for C++, so rather than # hack all around it, let's just trust "g++" to DTRT. predep_objects_CXX= postdep_objects_CXX= postdeps_CXX= ;; esac case " $postdeps_CXX " in *" -lc "*) archive_cmds_need_lc_CXX=no ;; esac compiler_lib_search_dirs_CXX= if test -n "${compiler_lib_search_path_CXX}"; then compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'` fi lt_prog_compiler_wl_CXX= lt_prog_compiler_pic_CXX= lt_prog_compiler_static_CXX= # C++ specific cases for pic, static, wl, etc. if test yes = "$GXX"; then lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_static_CXX='-static' case $host_os in aix*) # All AIX code is PIC. if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor lt_prog_compiler_static_CXX='-Bstatic' fi lt_prog_compiler_pic_CXX='-fPIC' ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support lt_prog_compiler_pic_CXX='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the '-m68020' flag to GCC prevents building anything better, # like '-m68040'. lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | os2* | pw32* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries lt_prog_compiler_pic_CXX='-DDLL_EXPORT' case $host_os in os2*) lt_prog_compiler_static_CXX='$wl-static' ;; esac ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic_CXX='-fno-common' ;; *djgpp*) # DJGPP does not support shared libraries at all lt_prog_compiler_pic_CXX= ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. lt_prog_compiler_static_CXX= ;; interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic_CXX=-Kconform_pic fi ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) ;; *) lt_prog_compiler_pic_CXX='-fPIC' ;; esac ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic_CXX='-fPIC -shared' ;; *) lt_prog_compiler_pic_CXX='-fPIC' ;; esac else case $host_os in aix[4-9]*) # All AIX code is PIC. if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor lt_prog_compiler_static_CXX='-Bstatic' else lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp' fi ;; chorus*) case $cc_basename in cxch68*) # Green Hills C++ Compiler # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" ;; esac ;; mingw* | cygwin* | os2* | pw32* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_prog_compiler_pic_CXX='-DDLL_EXPORT' ;; dgux*) case $cc_basename in ec++*) lt_prog_compiler_pic_CXX='-KPIC' ;; ghcx*) # Green Hills C++ Compiler lt_prog_compiler_pic_CXX='-pic' ;; *) ;; esac ;; freebsd* | dragonfly* | midnightbsd*) # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) case $cc_basename in CC*) lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_static_CXX='$wl-a ${wl}archive' if test ia64 != "$host_cpu"; then lt_prog_compiler_pic_CXX='+Z' fi ;; aCC*) lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_static_CXX='$wl-a ${wl}archive' case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic_CXX='+Z' ;; esac ;; *) ;; esac ;; interix*) # This is c89, which is MS Visual C++ (no shared libs) # Anyone wants to do a port? ;; irix5* | irix6* | nonstopux*) case $cc_basename in CC*) lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_static_CXX='-non_shared' # CC pic flag -KPIC is the default. ;; *) ;; esac ;; linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) case $cc_basename in KCC*) # KAI C++ Compiler lt_prog_compiler_wl_CXX='--backend -Wl,' lt_prog_compiler_pic_CXX='-fPIC' ;; ecpc* ) # old Intel C++ for x86_64, which still supported -KPIC. lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_pic_CXX='-KPIC' lt_prog_compiler_static_CXX='-static' ;; icpc* ) # Intel C++, used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_pic_CXX='-fPIC' lt_prog_compiler_static_CXX='-static' ;; pgCC* | pgcpp*) # Portland Group C++ compiler lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_pic_CXX='-fpic' lt_prog_compiler_static_CXX='-Bstatic' ;; cxx*) # Compaq C++ # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. lt_prog_compiler_pic_CXX= lt_prog_compiler_static_CXX='-non_shared' ;; xlc* | xlC* | bgxl[cC]* | mpixl[cC]*) # IBM XL 8.0, 9.0 on PPC and BlueGene lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_pic_CXX='-qpic' lt_prog_compiler_static_CXX='-qstaticlink' ;; *) case `$CC -V 2>&1 | $SED 5q` in *Sun\ C*) # Sun C++ 5.9 lt_prog_compiler_pic_CXX='-KPIC' lt_prog_compiler_static_CXX='-Bstatic' lt_prog_compiler_wl_CXX='-Qoption ld ' ;; esac ;; esac ;; lynxos*) ;; m88k*) ;; mvs*) case $cc_basename in cxx*) lt_prog_compiler_pic_CXX='-W c,exportall' ;; *) ;; esac ;; netbsd*) ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic_CXX='-fPIC -shared' ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) lt_prog_compiler_wl_CXX='--backend -Wl,' ;; RCC*) # Rational C++ 2.4.1 lt_prog_compiler_pic_CXX='-pic' ;; cxx*) # Digital/Compaq C++ lt_prog_compiler_wl_CXX='-Wl,' # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. lt_prog_compiler_pic_CXX= lt_prog_compiler_static_CXX='-non_shared' ;; *) ;; esac ;; psos*) ;; solaris*) case $cc_basename in CC* | sunCC*) # Sun C++ 4.2, 5.x and Centerline C++ lt_prog_compiler_pic_CXX='-KPIC' lt_prog_compiler_static_CXX='-Bstatic' lt_prog_compiler_wl_CXX='-Qoption ld ' ;; gcx*) # Green Hills C++ Compiler lt_prog_compiler_pic_CXX='-PIC' ;; *) ;; esac ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x lt_prog_compiler_pic_CXX='-pic' lt_prog_compiler_static_CXX='-Bstatic' ;; lcc*) # Lucid lt_prog_compiler_pic_CXX='-pic' ;; *) ;; esac ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) case $cc_basename in CC*) lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_pic_CXX='-KPIC' lt_prog_compiler_static_CXX='-Bstatic' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 lt_prog_compiler_pic_CXX='-KPIC' ;; *) ;; esac ;; vxworks*) ;; *) lt_prog_compiler_can_build_shared_CXX=no ;; esac fi case $host_os in # For platforms that do not support PIC, -DPIC is meaningless: *djgpp*) lt_prog_compiler_pic_CXX= ;; *) lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC" ;; esac { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 printf %s "checking for $compiler option to produce PIC... " >&6; } if test ${lt_cv_prog_compiler_pic_CXX+y} then : printf %s "(cached) " >&6 else case e in #( e) lt_cv_prog_compiler_pic_CXX=$lt_prog_compiler_pic_CXX ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_CXX" >&5 printf "%s\n" "$lt_cv_prog_compiler_pic_CXX" >&6; } lt_prog_compiler_pic_CXX=$lt_cv_prog_compiler_pic_CXX # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic_CXX"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 printf %s "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; } if test ${lt_cv_prog_compiler_pic_works_CXX+y} then : printf %s "(cached) " >&6 else case e in #( e) lt_cv_prog_compiler_pic_works_CXX=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC" ## exclude from sc_useless_quotes_in_assignment # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_pic_works_CXX=yes fi fi $RM conftest* ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5 printf "%s\n" "$lt_cv_prog_compiler_pic_works_CXX" >&6; } if test yes = "$lt_cv_prog_compiler_pic_works_CXX"; then case $lt_prog_compiler_pic_CXX in "" | " "*) ;; *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;; esac else lt_prog_compiler_pic_CXX= lt_prog_compiler_can_build_shared_CXX=no fi fi # # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 printf %s "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } if test ${lt_cv_prog_compiler_static_works_CXX+y} then : printf %s "(cached) " >&6 else case e in #( e) lt_cv_prog_compiler_static_works_CXX=no save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS $lt_tmp_static_flag" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_static_works_CXX=yes fi else lt_cv_prog_compiler_static_works_CXX=yes fi fi $RM -r conftest* LDFLAGS=$save_LDFLAGS ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5 printf "%s\n" "$lt_cv_prog_compiler_static_works_CXX" >&6; } if test yes = "$lt_cv_prog_compiler_static_works_CXX"; then : else lt_prog_compiler_static_CXX= fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if test ${lt_cv_prog_compiler_c_o_CXX+y} then : printf %s "(cached) " >&6 else case e in #( e) lt_cv_prog_compiler_c_o_CXX=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o_CXX=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5 printf "%s\n" "$lt_cv_prog_compiler_c_o_CXX" >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if test ${lt_cv_prog_compiler_c_o_CXX+y} then : printf %s "(cached) " >&6 else case e in #( e) lt_cv_prog_compiler_c_o_CXX=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o_CXX=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5 printf "%s\n" "$lt_cv_prog_compiler_c_o_CXX" >&6; } hard_links=nottested if test no = "$lt_cv_prog_compiler_c_o_CXX" && test no != "$need_locks"; then # do not overwrite the value of need_locks provided by the user { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 printf %s "checking if we can lock with hard links... " >&6; } hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 printf "%s\n" "$hard_links" >&6; } if test no = "$hard_links"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5 printf "%s\n" "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;} need_locks=warn fi else need_locks=no fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 printf %s "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' case $host_os in aix[4-9]*) # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to GNU nm, but means don't demangle to AIX nm. # Without the "-l" option, or with the "-B" option, AIX nm treats # weak defined symbols like other global defined symbols, whereas # GNU nm marks them as "W". # While the 'weak' keyword is ignored in the Export File, we need # it in the Import File for the 'aix-soname' feature, so we have # to replace the "-B" option with "-P" for AIX nm. if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' else export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fi ;; pw32*) export_symbols_cmds_CXX=$ltdll_cmds ;; cygwin* | mingw* | cegcc*) case $cc_basename in cl* | icl*) exclude_expsyms_CXX='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' ;; *) export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' exclude_expsyms_CXX='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' ;; esac ;; *) export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; esac { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5 printf "%s\n" "$ld_shlibs_CXX" >&6; } test no = "$ld_shlibs_CXX" && can_build_shared=no with_gnu_ld_CXX=$with_gnu_ld # # Do we need to explicitly link libc? # case "x$archive_cmds_need_lc_CXX" in x|xyes) # Assume -lc should be added archive_cmds_need_lc_CXX=yes if test yes,yes = "$GCC,$enable_shared"; then case $archive_cmds_CXX in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 printf %s "checking whether -lc should be explicitly linked in... " >&6; } if test ${lt_cv_archive_cmds_need_lc_CXX+y} then : printf %s "(cached) " >&6 else case e in #( e) $RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$lt_prog_compiler_wl_CXX pic_flag=$lt_prog_compiler_pic_CXX compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$allow_undefined_flag_CXX allow_undefined_flag_CXX= if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } then lt_cv_archive_cmds_need_lc_CXX=no else lt_cv_archive_cmds_need_lc_CXX=yes fi allow_undefined_flag_CXX=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $RM conftest* ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5 printf "%s\n" "$lt_cv_archive_cmds_need_lc_CXX" >&6; } archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX ;; esac fi ;; esac { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 printf %s "checking dynamic linker characteristics... " >&6; } library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=.so postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='$libname$release$shared_ext$major' ;; aix[4-9]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no hardcode_into_libs=yes if test ia64 = "$host_cpu"; then # AIX 5 supports IA64 library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line '#! .'. This would cause the generated library to # depend on '.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[01] | aix4.[01].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac # Using Import Files as archive members, it is possible to support # filename-based versioning of shared library archives on AIX. While # this would work for both with and without runtime linking, it will # prevent static linking of such archives. So we do filename-based # shared library versioning with .so extension only, which is used # when both runtime linking and shared linking is enabled. # Unfortunately, runtime linking may impact performance, so we do # not want this to be the default eventually. Also, we use the # versioned .so libs for executables only if there is the -brtl # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. # To allow for filename-based versioning support, we need to create # libNAME.so.V as an archive file, containing: # *) an Import File, referring to the versioned filename of the # archive as well as the shared archive member, telling the # bitwidth (32 or 64) of that shared object, and providing the # list of exported symbols of that shared object, eventually # decorated with the 'weak' keyword # *) the shared object with the F_LOADONLY flag set, to really avoid # it being seen by the linker. # At run time we better use the real file rather than another symlink, # but for link time we create the symlink libNAME.so -> libNAME.so.V case $with_aix_soname,$aix_use_runtimelinking in # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. aix,yes) # traditional libtool dynamic_linker='AIX unversionable lib.so' # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; aix,no) # traditional AIX only dynamic_linker='AIX lib.a(lib.so.V)' # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='$libname$release.a $libname.a' soname_spec='$libname$release$shared_ext$major' ;; svr4,*) # full svr4 only dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)" library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' # We do not specify a path in Import Files, so LIBPATH fires. shlibpath_overrides_runpath=yes ;; *,yes) # both, prefer svr4 dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)" library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' # unpreferred sharedlib libNAME.a needs extra handling postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' # We do not specify a path in Import Files, so LIBPATH fires. shlibpath_overrides_runpath=yes ;; *,no) # both, prefer aix dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)" library_names_spec='$libname$release.a $libname.a' soname_spec='$libname$release$shared_ext$major' # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' ;; esac shlibpath_var=LIBPATH fi ;; amigaos*) case $host_cpu in powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) library_names_spec='$libname$shared_ext' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[45]*) version_type=linux # correct to gnu/linux during the next big refactor need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=.dll need_version=no need_lib_prefix=no case $GCC,$cc_basename in yes,*) # gcc library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo $libname | $SED -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' ;; esac dynamic_linker='Win32 ld.exe' ;; *,cl* | *,icl*) # Native MSVC or ICC libname_spec='$name' soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' library_names_spec='$libname.dll.lib' case $build_os in mingw*) sys_lib_search_path_spec= lt_save_ifs=$IFS IFS=';' for lt_path in $LIB do IFS=$lt_save_ifs # Let DOS variable expansion print the short 8.3 style file name. lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" done IFS=$lt_save_ifs # Convert to MSYS style. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` ;; cygwin*) # Convert to unix form, then to dos form, then back to unix form # but this time dos style (no spaces!) so that the unix form looks # like /cygdrive/c/PROGRA~1:/cygdr... sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` ;; *) sys_lib_search_path_spec=$LIB if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then # It is most probably a Windows format PATH. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # FIXME: find the short name or the path components, as spaces are # common. (e.g. "Program Files" -> "PROGRA~1") ;; esac # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes dynamic_linker='Win32 link.exe' ;; *) # Assume MSVC and ICC wrapper library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' dynamic_linker='Win32 ld.exe' ;; esac # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' soname_spec='$libname$release$major$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd* | dragonfly* | midnightbsd*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[23].*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2.*) shlibpath_overrides_runpath=yes ;; freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; haiku*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LIBRARY_PATH shlibpath_overrides_runpath=no sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' if test 32 = "$HPUX_IA64_MODE"; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" sys_lib_dlsearch_path_spec=/usr/lib/hpux32 else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" sys_lib_dlsearch_path_spec=/usr/lib/hpux64 fi ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555, ... postinstall_cmds='chmod 555 $lib' # or fails outright, so override atomically: install_override_mode=555 ;; interix[3-9]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test yes = "$lt_cv_prog_gnu_ld"; then version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='$libname$release$shared_ext$major' library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; linux*android*) version_type=none # Android doesn't support versioned libraries. need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext' soname_spec='$libname$release$shared_ext' finish_cmds= shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes dynamic_linker='Android linker' # Don't embed -rpath directories since the linker doesn't support them. hardcode_libdir_flag_spec_CXX='-L$libdir' ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH if test ${lt_cv_shlibpath_overrides_runpath+y} then : printf %s "(cached) " >&6 else case e in #( e) lt_cv_shlibpath_overrides_runpath=no save_LDFLAGS=$LDFLAGS save_libdir=$libdir eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \ LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\"" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF if ac_fn_cxx_try_link "$LINENO" then : if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null then : lt_cv_shlibpath_overrides_runpath=yes fi fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS libdir=$save_libdir ;; esac fi shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # Add ABI-specific directories to the system library path. sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" # Ideally, we could use ldconfig to report *all* directores which are # searched for libraries, however this is still not possible. Aside from not # being certain /sbin/ldconfig is available, command # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, # even though it is searched at run-time. Try to do the best guess by # appending ld.so.conf contents (and includes) to the search path. if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; *nto* | *qnx*) version_type=qnx need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; openbsd* | bitrig*) version_type=sunos sys_lib_dlsearch_path_spec=/usr/lib need_lib_prefix=no if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then need_version=no else need_version=yes fi library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; os2*) libname_spec='$name' version_type=windows shrext_cmds=.dll need_version=no need_lib_prefix=no # OS/2 can only load a DLL with a base name of 8 characters or less. soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; v=$($ECHO $release$versuffix | tr -d .-); n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); $ECHO $n$v`$shared_ext' library_names_spec='${libname}_dll.$libext' dynamic_linker='OS/2 ld.exe' shlibpath_var=BEGINLIBPATH sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='$libname$release$shared_ext$major' library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test yes = "$with_gnu_ld"; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec; then version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' soname_spec='$libname$shared_ext.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=sco need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes if test yes = "$with_gnu_ld"; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; uts4*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 printf "%s\n" "$dynamic_linker" >&6; } test no = "$dynamic_linker" && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test yes = "$GCC"; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec fi if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec fi # remember unaugmented sys_lib_dlsearch_path content for libtool script decls... configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec # ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 printf %s "checking how to hardcode library paths into programs... " >&6; } hardcode_action_CXX= if test -n "$hardcode_libdir_flag_spec_CXX" || test -n "$runpath_var_CXX" || test yes = "$hardcode_automatic_CXX"; then # We can hardcode non-existent directories. if test no != "$hardcode_direct_CXX" && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" && test no != "$hardcode_minus_L_CXX"; then # Linking always hardcodes the temporary library directory. hardcode_action_CXX=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. hardcode_action_CXX=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. hardcode_action_CXX=unsupported fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5 printf "%s\n" "$hardcode_action_CXX" >&6; } if test relink = "$hardcode_action_CXX" || test yes = "$inherit_rpath_CXX"; then # Fast installation is not supported enable_fast_install=no elif test yes = "$shlibpath_overrides_runpath" || test no = "$enable_shared"; then # Fast installation is not necessary enable_fast_install=needless fi fi # test -n "$compiler" CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS LDCXX=$LD LD=$lt_save_LD GCC=$lt_save_GCC with_gnu_ld=$lt_save_with_gnu_ld lt_cv_path_LDCXX=$lt_cv_path_LD lt_cv_path_LD=$lt_save_path_LD lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld fi # test yes != "$_lt_caught_CXX_error" ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_config_commands="$ac_config_commands libtool" # Only expand once: #AM_PROG_LD #AC_SUBST(LD) #AC_PROG_INSTALL #AC_PROG_MAKE_SET #AC_PROG_LN_S # # Tests for Windows # # Configure libtool # Check whether --enable-shared was given. if test ${enable_shared+y} then : enableval=$enable_shared; p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS=$lt_save_ifs ;; esac else case e in #( e) enable_shared=yes ;; esac fi # Check whether --enable-static was given. if test ${enable_static+y} then : enableval=$enable_static; p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS=$lt_save_ifs ;; esac else case e in #( e) enable_static=yes ;; esac fi enable_win32_dll=yes case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args. set dummy ${ac_tool_prefix}as; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_AS+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$AS"; then ac_cv_prog_AS="$AS" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_AS="${ac_tool_prefix}as" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi AS=$ac_cv_prog_AS if test -n "$AS"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AS" >&5 printf "%s\n" "$AS" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi fi if test -z "$ac_cv_prog_AS"; then ac_ct_AS=$AS # Extract the first word of "as", so it can be a program name with args. set dummy as; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_AS+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$ac_ct_AS"; then ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_AS="as" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi ac_ct_AS=$ac_cv_prog_ac_ct_AS if test -n "$ac_ct_AS"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5 printf "%s\n" "$ac_ct_AS" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi if test "x$ac_ct_AS" = x; then AS="false" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac AS=$ac_ct_AS fi else AS="$ac_cv_prog_AS" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. set dummy ${ac_tool_prefix}dlltool; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_DLLTOOL+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$DLLTOOL"; then ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi DLLTOOL=$ac_cv_prog_DLLTOOL if test -n "$DLLTOOL"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 printf "%s\n" "$DLLTOOL" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi fi if test -z "$ac_cv_prog_DLLTOOL"; then ac_ct_DLLTOOL=$DLLTOOL # Extract the first word of "dlltool", so it can be a program name with args. set dummy dlltool; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_DLLTOOL+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$ac_ct_DLLTOOL"; then ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DLLTOOL="dlltool" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL if test -n "$ac_ct_DLLTOOL"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 printf "%s\n" "$ac_ct_DLLTOOL" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi if test "x$ac_ct_DLLTOOL" = x; then DLLTOOL="false" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DLLTOOL=$ac_ct_DLLTOOL fi else DLLTOOL="$ac_cv_prog_DLLTOOL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. set dummy ${ac_tool_prefix}objdump; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_OBJDUMP+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$OBJDUMP"; then ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi OBJDUMP=$ac_cv_prog_OBJDUMP if test -n "$OBJDUMP"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 printf "%s\n" "$OBJDUMP" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi fi if test -z "$ac_cv_prog_OBJDUMP"; then ac_ct_OBJDUMP=$OBJDUMP # Extract the first word of "objdump", so it can be a program name with args. set dummy objdump; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_OBJDUMP+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$ac_ct_OBJDUMP"; then ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OBJDUMP="objdump" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP if test -n "$ac_ct_OBJDUMP"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 printf "%s\n" "$ac_ct_OBJDUMP" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi if test "x$ac_ct_OBJDUMP" = x; then OBJDUMP="false" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OBJDUMP=$ac_ct_OBJDUMP fi else OBJDUMP="$ac_cv_prog_OBJDUMP" fi ;; esac test -z "$AS" && AS=as test -z "$DLLTOOL" && DLLTOOL=dlltool test -z "$OBJDUMP" && OBJDUMP=objdump LIB_PLUGINS='' # Add configure option --enable-maintainer-mode which enables dependency # checking and generation useful to package maintainers. This is made an # option to avoid confusing end users. { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 printf %s "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } # Check whether --enable-maintainer-mode was given. if test ${enable_maintainer_mode+y} then : enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval else case e in #( e) USE_MAINTAINER_MODE=no ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 printf "%s\n" "$USE_MAINTAINER_MODE" >&6; } if test $USE_MAINTAINER_MODE = yes; then MAINTAINER_MODE_TRUE= MAINTAINER_MODE_FALSE='#' else MAINTAINER_MODE_TRUE='#' MAINTAINER_MODE_FALSE= fi MAINT=$MAINTAINER_MODE_TRUE # If the C compiler supports the keyword inline, do nothing. Otherwise # define inline to __inline__ or __inline if it accepts one of those, # otherwise define inline to be empty. { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 printf %s "checking for inline... " >&6; } if test ${ac_cv_c_inline+y} then : printf %s "(cached) " >&6 else case e in #( e) ac_cv_c_inline=no for ac_kw in inline __inline__ __inline; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifndef __cplusplus typedef int foo_t; static $ac_kw foo_t static_foo (void) {return 0; } $ac_kw foo_t foo (void) {return 0; } #endif _ACEOF if ac_fn_c_try_compile "$LINENO" then : ac_cv_c_inline=$ac_kw fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext test "$ac_cv_c_inline" != no && break done ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5 printf "%s\n" "$ac_cv_c_inline" >&6; } case $ac_cv_c_inline in inline | yes) ;; *) case $ac_cv_c_inline in no) ac_val=;; *) ac_val=$ac_cv_c_inline;; esac cat >>confdefs.h <<_ACEOF #ifndef __cplusplus #define inline $ac_val #endif _ACEOF ;; esac # Check if the C compiler supports the "visibility" function attribute # If supported, defines HAVE_FUNC_ATTRIBUTE_VISIBILITY { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for __attribute__((visibility))" >&5 printf %s "checking for __attribute__((visibility))... " >&6; } if test ${ax_cv_have_func_attribute_visibility+y} then : printf %s "(cached) " >&6 else case e in #( e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int foo_def( void ) __attribute__((visibility("default"))); int foo_hid( void ) __attribute__((visibility("hidden"))); int foo_int( void ) __attribute__((visibility("internal"))); int foo_pro( void ) __attribute__((visibility("protected"))); int main (void) { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : if grep -- -Wattributes conftest.err then : ax_cv_have_func_attribute_visibility=no else case e in #( e) ax_cv_have_func_attribute_visibility=yes ;; esac fi else case e in #( e) ax_cv_have_func_attribute_visibility=no ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_cv_have_func_attribute_visibility" >&5 printf "%s\n" "$ax_cv_have_func_attribute_visibility" >&6; } if test yes = $ax_cv_have_func_attribute_visibility then : printf "%s\n" "#define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1" >>confdefs.h fi # Check if the compiler supports "-fvisibility=hidden" and if yes, add it to CFLAGS # This means that symbols that are not marked explicitly for export (CMSAPI) # will not be reachable in the shared library. for flag in "-fvisibility=hidden"; do as_CACHEVAR=`printf "%s\n" "ax_cv_check_cflags__$flag" | sed "$as_sed_sh"` { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5 printf %s "checking whether C compiler accepts $flag... " >&6; } if eval test \${$as_CACHEVAR+y} then : printf %s "(cached) " >&6 else case e in #( e) ax_check_save_flags=$CFLAGS CFLAGS="$CFLAGS $flag" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO" then : eval "$as_CACHEVAR=yes" else case e in #( e) eval "$as_CACHEVAR=no" ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext CFLAGS=$ax_check_save_flags ;; esac fi eval ac_res=\$$as_CACHEVAR { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 printf "%s\n" "$ac_res" >&6; } if eval test \"x\$"$as_CACHEVAR"\" = x"yes" then : if test ${CFLAGS+y} then : case " $CFLAGS " in #( *" $flag "*) : { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5 (: CFLAGS already contains $flag) 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } ;; #( *) : as_fn_append CFLAGS " $flag" { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5 (: CFLAGS="$CFLAGS") 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } ;; esac else case e in #( e) CFLAGS=$flag { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5 (: CFLAGS="$CFLAGS") 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } ;; esac fi else case e in #( e) : ;; esac fi done # If words are stored with the most significant byte first (like # Motorola and SPARC CPUs), define `WORDS_BIGENDIAN'. { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 printf %s "checking whether byte ordering is bigendian... " >&6; } if test ${ac_cv_c_bigendian+y} then : printf %s "(cached) " >&6 else case e in #( e) ac_cv_c_bigendian=unknown # See if we're dealing with a universal compiler. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifndef __APPLE_CC__ not a universal capable compiler #endif typedef int dummy; _ACEOF if ac_fn_c_try_compile "$LINENO" then : # Check for potential -arch flags. It is not universal unless # there are at least two -arch flags with different values. ac_arch= ac_prev= for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do if test -n "$ac_prev"; then case $ac_word in i?86 | x86_64 | ppc | ppc64) if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then ac_arch=$ac_word else ac_cv_c_bigendian=universal break fi ;; esac ac_prev= elif test "x$ac_word" = "x-arch"; then ac_prev=arch fi done fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext if test $ac_cv_c_bigendian = unknown; then # See if sys/param.h defines the BYTE_ORDER macro. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main (void) { #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \\ && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \\ && LITTLE_ENDIAN) bogus endian macros #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO" then : # It does; now see whether it defined to BIG_ENDIAN or not. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main (void) { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO" then : ac_cv_c_bigendian=yes else case e in #( e) ac_cv_c_bigendian=no ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext fi if test $ac_cv_c_bigendian = unknown; then # See if defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris). cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main (void) { #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) bogus endian macros #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO" then : # It does; now see whether it defined to _BIG_ENDIAN or not. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main (void) { #ifndef _BIG_ENDIAN not big endian #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO" then : ac_cv_c_bigendian=yes else case e in #( e) ac_cv_c_bigendian=no ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext fi if test $ac_cv_c_bigendian = unknown; then # Compile a test program. if test "$cross_compiling" = yes then : # Try to guess by grepping values from an object file. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ unsigned short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; unsigned short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; int use_ascii (int i) { return ascii_mm[i] + ascii_ii[i]; } unsigned short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; unsigned short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; int use_ebcdic (int i) { return ebcdic_mm[i] + ebcdic_ii[i]; } int main (int argc, char **argv) { /* Intimidate the compiler so that it does not optimize the arrays away. */ char *p = argv[0]; ascii_mm[1] = *p++; ebcdic_mm[1] = *p++; ascii_ii[1] = *p++; ebcdic_ii[1] = *p++; return use_ascii (argc) == use_ebcdic (*p); } _ACEOF if ac_fn_c_try_link "$LINENO" then : if grep BIGenDianSyS conftest$ac_exeext >/dev/null; then ac_cv_c_bigendian=yes fi if grep LiTTleEnDian conftest$ac_exeext >/dev/null ; then if test "$ac_cv_c_bigendian" = unknown; then ac_cv_c_bigendian=no else # finding both strings is unlikely to happen, but who knows? ac_cv_c_bigendian=unknown fi fi fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext else case e in #( e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_includes_default int main (void) { /* Are we little or big endian? From Harbison&Steele. */ union { long int l; char c[sizeof (long int)]; } u; u.l = 1; return u.c[sizeof (long int) - 1] == 1; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO" then : ac_cv_c_bigendian=no else case e in #( e) ac_cv_c_bigendian=yes ;; esac fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext ;; esac fi fi ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5 printf "%s\n" "$ac_cv_c_bigendian" >&6; } case $ac_cv_c_bigendian in #( yes) printf "%s\n" "#define WORDS_BIGENDIAN 1" >>confdefs.h ;; #( no) ;; #( universal) printf "%s\n" "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h ;; #( *) as_fn_error $? "unknown endianness presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; esac # Check for threadsafe variants of gmtime # Note: check for gmtime_s is a bit more complex as it is implemented as a macro for ac_func in gmtime_r do : ac_fn_c_check_func "$LINENO" "gmtime_r" "ac_cv_func_gmtime_r" if test "x$ac_cv_func_gmtime_r" = xyes then : printf "%s\n" "#define HAVE_GMTIME_R 1" >>confdefs.h else case e in #( e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gmtime_s" >&5 printf %s "checking for gmtime_s... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main (void) { time_t t; struct tm m; gmtime_s(&m, &t); return 0; ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } printf "%s\n" "#define HAVE_GMTIME_S 1" >>confdefs.h else case e in #( e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext ;; esac fi done # Point to JPEG installed in DIR or disable JPEG with --without-jpeg. # Check whether --with-jpeg was given. if test ${with_jpeg+y} then : withval=$with_jpeg; if test "x$withval" = "xno" ; then with_jpeg='no' else if test "x$withval" != "xyes" ; then with_jpeg=$withval JPEG_DIR=$withval CPPFLAGS="$CPPFLAGS -I$JPEG_DIR/include" LDFLAGS="$LDFLAGS -L$JPEG_DIR/lib" fi with_jpeg='yes' fi else case e in #( e) with_jpeg='yes' ;; esac fi # Point to TIFF installed in DIR or disable TIFF with --without-tiff. # Check whether --with-tiff was given. if test ${with_tiff+y} then : withval=$with_tiff; if test "x$withval" = "xno" ; then with_tiff='no' else if test "x$withval" != "xyes" ; then with_tiff=$withval TIFF_DIR=$withval CPPFLAGS="$CPPFLAGS -I$TIFF_DIR/include" LDFLAGS="$LDFLAGS -L$TIFF_DIR/lib" fi with_tiff='yes' fi else case e in #( e) with_tiff='yes' ;; esac fi # Disable ZLIB # Check whether --with-zlib was given. if test ${with_zlib+y} then : withval=$with_zlib; with_zlib=$withval else case e in #( e) with_zlib='yes' ;; esac fi #fast_float plugin: # Check whether --with-fastfloat was given. if test ${with_fastfloat+y} then : withval=$with_fastfloat; with_fastfloat=$withval else case e in #( e) with_fastfloat='no' ;; esac fi if test "x$with_fastfloat" = "xyes" then LIB_PLUGINS="$LIB_PLUGINS -llcms2_fast_float" fi #multi threaded plugin: # Check whether --with-threaded was given. if test ${with_threaded+y} then : withval=$with_threaded; with_threaded=$withval else case e in #( e) with_threaded='no' ;; esac fi if test "x$with_threaded" = "xyes" then LIB_PLUGINS="$LIB_PLUGINS -llcms2_threaded" fi # # Determine POSIX threads settings # # Enable support for POSIX thread APIs # Check whether --with-threads was given. if test ${with_threads+y} then : withval=$with_threads; with_threads=$withval else case e in #( e) with_threads='yes' ;; esac fi have_threads=no if test "$with_threads" != 'no' then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep -e" >&5 printf %s "checking for egrep -e... " >&6; } if test ${ac_cv_path_EGREP_TRADITIONAL+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -z "$EGREP_TRADITIONAL"; then ac_path_EGREP_TRADITIONAL_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_prog in grep ggrep do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP_TRADITIONAL="$as_dir$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_EGREP_TRADITIONAL" || continue # Check for GNU ac_path_EGREP_TRADITIONAL and select it if it is found. # Check for GNU $ac_path_EGREP_TRADITIONAL case `"$ac_path_EGREP_TRADITIONAL" --version 2>&1` in #( *GNU*) ac_cv_path_EGREP_TRADITIONAL="$ac_path_EGREP_TRADITIONAL" ac_path_EGREP_TRADITIONAL_found=:;; #( *) ac_count=0 printf %s 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" printf "%s\n" 'EGREP_TRADITIONAL' >> "conftest.nl" "$ac_path_EGREP_TRADITIONAL" -E 'EGR(EP|AC)_TRADITIONAL$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_EGREP_TRADITIONAL_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_EGREP_TRADITIONAL="$ac_path_EGREP_TRADITIONAL" ac_path_EGREP_TRADITIONAL_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_EGREP_TRADITIONAL_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_EGREP_TRADITIONAL"; then : fi else ac_cv_path_EGREP_TRADITIONAL=$EGREP_TRADITIONAL fi if test "$ac_cv_path_EGREP_TRADITIONAL" then : ac_cv_path_EGREP_TRADITIONAL="$ac_cv_path_EGREP_TRADITIONAL -E" else case e in #( e) if test -z "$EGREP_TRADITIONAL"; then ac_path_EGREP_TRADITIONAL_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_prog in egrep do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP_TRADITIONAL="$as_dir$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_EGREP_TRADITIONAL" || continue # Check for GNU ac_path_EGREP_TRADITIONAL and select it if it is found. # Check for GNU $ac_path_EGREP_TRADITIONAL case `"$ac_path_EGREP_TRADITIONAL" --version 2>&1` in #( *GNU*) ac_cv_path_EGREP_TRADITIONAL="$ac_path_EGREP_TRADITIONAL" ac_path_EGREP_TRADITIONAL_found=:;; #( *) ac_count=0 printf %s 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" printf "%s\n" 'EGREP_TRADITIONAL' >> "conftest.nl" "$ac_path_EGREP_TRADITIONAL" 'EGR(EP|AC)_TRADITIONAL$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_EGREP_TRADITIONAL_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_EGREP_TRADITIONAL="$ac_path_EGREP_TRADITIONAL" ac_path_EGREP_TRADITIONAL_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_EGREP_TRADITIONAL_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_EGREP_TRADITIONAL"; then as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_EGREP_TRADITIONAL=$EGREP_TRADITIONAL fi ;; esac fi ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP_TRADITIONAL" >&5 printf "%s\n" "$ac_cv_path_EGREP_TRADITIONAL" >&6; } EGREP_TRADITIONAL=$ac_cv_path_EGREP_TRADITIONAL ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ax_pthread_ok=no # We used to check for pthread.h first, but this fails if pthread.h # requires special compiler flags (e.g. on Tru64 or Sequent). # It gets checked for in the link test anyway. # First of all, check if the user has set any of the PTHREAD_LIBS, # etcetera environment variables, and if threads linking works using # them: if test "x$PTHREAD_CFLAGS$PTHREAD_LIBS" != "x"; then ax_pthread_save_CC="$CC" ax_pthread_save_CFLAGS="$CFLAGS" ax_pthread_save_LIBS="$LIBS" if test "x$PTHREAD_CC" != "x" then : CC="$PTHREAD_CC" fi if test "x$PTHREAD_CXX" != "x" then : CXX="$PTHREAD_CXX" fi CFLAGS="$CFLAGS $PTHREAD_CFLAGS" LIBS="$PTHREAD_LIBS $LIBS" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_join using $CC $PTHREAD_CFLAGS $PTHREAD_LIBS" >&5 printf %s "checking for pthread_join using $CC $PTHREAD_CFLAGS $PTHREAD_LIBS... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. The 'extern "C"' is for builds by C++ compilers; although this is not generally supported in C code supporting it here has little cost and some practical benefit (sr 110532). */ #ifdef __cplusplus extern "C" #endif char pthread_join (void); int main (void) { return pthread_join (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : ax_pthread_ok=yes fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_pthread_ok" >&5 printf "%s\n" "$ax_pthread_ok" >&6; } if test "x$ax_pthread_ok" = "xno"; then PTHREAD_LIBS="" PTHREAD_CFLAGS="" fi CC="$ax_pthread_save_CC" CFLAGS="$ax_pthread_save_CFLAGS" LIBS="$ax_pthread_save_LIBS" fi # We must check for the threads library under a number of different # names; the ordering is very important because some systems # (e.g. DEC) have both -lpthread and -lpthreads, where one of the # libraries is broken (non-POSIX). # Create a list of thread flags to try. Items with a "," contain both # C compiler flags (before ",") and linker flags (after ","). Other items # starting with a "-" are C compiler flags, and remaining items are # library names, except for "none" which indicates that we try without # any flags at all, and "pthread-config" which is a program returning # the flags for the Pth emulation library. ax_pthread_flags="pthreads none -Kthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config" # The ordering *is* (sometimes) important. Some notes on the # individual items follow: # pthreads: AIX (must check this before -lpthread) # none: in case threads are in libc; should be tried before -Kthread and # other compiler flags to prevent continual compiler warnings # -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h) # -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads), Tru64 # (Note: HP C rejects this with "bad form for `-t' option") # -pthreads: Solaris/gcc (Note: HP C also rejects) # -mt: Sun Workshop C (may only link SunOS threads [-lthread], but it # doesn't hurt to check since this sometimes defines pthreads and # -D_REENTRANT too), HP C (must be checked before -lpthread, which # is present but should not be used directly; and before -mthreads, # because the compiler interprets this as "-mt" + "-hreads") # -mthreads: Mingw32/gcc, Lynx/gcc # pthread: Linux, etcetera # --thread-safe: KAI C++ # pthread-config: use pthread-config program (for GNU Pth library) case $host_os in freebsd*) # -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able) # lthread: LinuxThreads port on FreeBSD (also preferred to -pthread) ax_pthread_flags="-kthread lthread $ax_pthread_flags" ;; hpux*) # From the cc(1) man page: "[-mt] Sets various -D flags to enable # multi-threading and also sets -lpthread." ax_pthread_flags="-mt -pthread pthread $ax_pthread_flags" ;; openedition*) # IBM z/OS requires a feature-test macro to be defined in order to # enable POSIX threads at all, so give the user a hint if this is # not set. (We don't define these ourselves, as they can affect # other portions of the system API in unpredictable ways.) cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ # if !defined(_OPEN_THREADS) && !defined(_UNIX03_THREADS) AX_PTHREAD_ZOS_MISSING # endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP_TRADITIONAL "AX_PTHREAD_ZOS_MISSING" >/dev/null 2>&1 then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: IBM z/OS requires -D_OPEN_THREADS or -D_UNIX03_THREADS to enable pthreads support." >&5 printf "%s\n" "$as_me: WARNING: IBM z/OS requires -D_OPEN_THREADS or -D_UNIX03_THREADS to enable pthreads support." >&2;} fi rm -rf conftest* ;; solaris*) # On Solaris (at least, for some versions), libc contains stubbed # (non-functional) versions of the pthreads routines, so link-based # tests will erroneously succeed. (N.B.: The stubs are missing # pthread_cleanup_push, or rather a function called by this macro, # so we could check for that, but who knows whether they'll stub # that too in a future libc.) So we'll check first for the # standard Solaris way of linking pthreads (-mt -lpthread). ax_pthread_flags="-mt,-lpthread pthread $ax_pthread_flags" ;; esac # Are we compiling with Clang? { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC is Clang" >&5 printf %s "checking whether $CC is Clang... " >&6; } if test ${ax_cv_PTHREAD_CLANG+y} then : printf %s "(cached) " >&6 else case e in #( e) ax_cv_PTHREAD_CLANG=no # Note that Autoconf sets GCC=yes for Clang as well as GCC if test "x$GCC" = "xyes"; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Note: Clang 2.7 lacks __clang_[a-z]+__ */ # if defined(__clang__) && defined(__llvm__) AX_PTHREAD_CC_IS_CLANG # endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP_TRADITIONAL "AX_PTHREAD_CC_IS_CLANG" >/dev/null 2>&1 then : ax_cv_PTHREAD_CLANG=yes fi rm -rf conftest* fi ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_cv_PTHREAD_CLANG" >&5 printf "%s\n" "$ax_cv_PTHREAD_CLANG" >&6; } ax_pthread_clang="$ax_cv_PTHREAD_CLANG" # GCC generally uses -pthread, or -pthreads on some platforms (e.g. SPARC) # Note that for GCC and Clang -pthread generally implies -lpthread, # except when -nostdlib is passed. # This is problematic using libtool to build C++ shared libraries with pthread: # [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25460 # [2] https://bugzilla.redhat.com/show_bug.cgi?id=661333 # [3] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468555 # To solve this, first try -pthread together with -lpthread for GCC if test "x$GCC" = "xyes" then : ax_pthread_flags="-pthread,-lpthread -pthread -pthreads $ax_pthread_flags" fi # Clang takes -pthread (never supported any other flag), but we'll try with -lpthread first if test "x$ax_pthread_clang" = "xyes" then : ax_pthread_flags="-pthread,-lpthread -pthread" fi # The presence of a feature test macro requesting re-entrant function # definitions is, on some systems, a strong hint that pthreads support is # correctly enabled case $host_os in darwin* | hpux* | linux* | osf* | solaris*) ax_pthread_check_macro="_REENTRANT" ;; aix*) ax_pthread_check_macro="_THREAD_SAFE" ;; *) ax_pthread_check_macro="--" ;; esac if test "x$ax_pthread_check_macro" = "x--" then : ax_pthread_check_cond=0 else case e in #( e) ax_pthread_check_cond="!defined($ax_pthread_check_macro)" ;; esac fi if test "x$ax_pthread_ok" = "xno"; then for ax_pthread_try_flag in $ax_pthread_flags; do case $ax_pthread_try_flag in none) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether pthreads work without any flags" >&5 printf %s "checking whether pthreads work without any flags... " >&6; } ;; *,*) PTHREAD_CFLAGS=`echo $ax_pthread_try_flag | sed "s/^\(.*\),\(.*\)$/\1/"` PTHREAD_LIBS=`echo $ax_pthread_try_flag | sed "s/^\(.*\),\(.*\)$/\2/"` { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether pthreads work with \"$PTHREAD_CFLAGS\" and \"$PTHREAD_LIBS\"" >&5 printf %s "checking whether pthreads work with \"$PTHREAD_CFLAGS\" and \"$PTHREAD_LIBS\"... " >&6; } ;; -*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether pthreads work with $ax_pthread_try_flag" >&5 printf %s "checking whether pthreads work with $ax_pthread_try_flag... " >&6; } PTHREAD_CFLAGS="$ax_pthread_try_flag" ;; pthread-config) # Extract the first word of "pthread-config", so it can be a program name with args. set dummy pthread-config; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ax_pthread_config+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$ax_pthread_config"; then ac_cv_prog_ax_pthread_config="$ax_pthread_config" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ax_pthread_config="yes" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_prog_ax_pthread_config" && ac_cv_prog_ax_pthread_config="no" fi ;; esac fi ax_pthread_config=$ac_cv_prog_ax_pthread_config if test -n "$ax_pthread_config"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_pthread_config" >&5 printf "%s\n" "$ax_pthread_config" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi if test "x$ax_pthread_config" = "xno" then : continue fi PTHREAD_CFLAGS="`pthread-config --cflags`" PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`" ;; *) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for the pthreads library -l$ax_pthread_try_flag" >&5 printf %s "checking for the pthreads library -l$ax_pthread_try_flag... " >&6; } PTHREAD_LIBS="-l$ax_pthread_try_flag" ;; esac ax_pthread_save_CFLAGS="$CFLAGS" ax_pthread_save_LIBS="$LIBS" CFLAGS="$CFLAGS $PTHREAD_CFLAGS" LIBS="$PTHREAD_LIBS $LIBS" # Check for various functions. We must include pthread.h, # since some functions may be macros. (On the Sequent, we # need a special flag -Kthread to make this header compile.) # We check for pthread_join because it is in -lpthread on IRIX # while pthread_create is in libc. We check for pthread_attr_init # due to DEC craziness with -lpthreads. We check for # pthread_cleanup_push because it is one of the few pthread # functions on Solaris that doesn't have a non-functional libc stub. # We try pthread_create on general principles. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include # if $ax_pthread_check_cond # error "$ax_pthread_check_macro must be defined" # endif static void *some_global = NULL; static void routine(void *a) { /* To avoid any unused-parameter or unused-but-set-parameter warning. */ some_global = a; } static void *start_routine(void *a) { return a; } int main (void) { pthread_t th; pthread_attr_t attr; pthread_create(&th, 0, start_routine, 0); pthread_join(th, 0); pthread_attr_init(&attr); pthread_cleanup_push(routine, 0); pthread_cleanup_pop(0) /* ; */ ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : ax_pthread_ok=yes fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext CFLAGS="$ax_pthread_save_CFLAGS" LIBS="$ax_pthread_save_LIBS" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_pthread_ok" >&5 printf "%s\n" "$ax_pthread_ok" >&6; } if test "x$ax_pthread_ok" = "xyes" then : break fi PTHREAD_LIBS="" PTHREAD_CFLAGS="" done fi # Clang needs special handling, because older versions handle the -pthread # option in a rather... idiosyncratic way if test "x$ax_pthread_clang" = "xyes"; then # Clang takes -pthread; it has never supported any other flag # (Note 1: This will need to be revisited if a system that Clang # supports has POSIX threads in a separate library. This tends not # to be the way of modern systems, but it's conceivable.) # (Note 2: On some systems, notably Darwin, -pthread is not needed # to get POSIX threads support; the API is always present and # active. We could reasonably leave PTHREAD_CFLAGS empty. But # -pthread does define _REENTRANT, and while the Darwin headers # ignore this macro, third-party headers might not.) # However, older versions of Clang make a point of warning the user # that, in an invocation where only linking and no compilation is # taking place, the -pthread option has no effect ("argument unused # during compilation"). They expect -pthread to be passed in only # when source code is being compiled. # # Problem is, this is at odds with the way Automake and most other # C build frameworks function, which is that the same flags used in # compilation (CFLAGS) are also used in linking. Many systems # supported by AX_PTHREAD require exactly this for POSIX threads # support, and in fact it is often not straightforward to specify a # flag that is used only in the compilation phase and not in # linking. Such a scenario is extremely rare in practice. # # Even though use of the -pthread flag in linking would only print # a warning, this can be a nuisance for well-run software projects # that build with -Werror. So if the active version of Clang has # this misfeature, we search for an option to squash it. { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether Clang needs flag to prevent \"argument unused\" warning when linking with -pthread" >&5 printf %s "checking whether Clang needs flag to prevent \"argument unused\" warning when linking with -pthread... " >&6; } if test ${ax_cv_PTHREAD_CLANG_NO_WARN_FLAG+y} then : printf %s "(cached) " >&6 else case e in #( e) ax_cv_PTHREAD_CLANG_NO_WARN_FLAG=unknown # Create an alternate version of $ac_link that compiles and # links in two steps (.c -> .o, .o -> exe) instead of one # (.c -> exe), because the warning occurs only in the second # step ax_pthread_save_ac_link="$ac_link" ax_pthread_sed='s/conftest\.\$ac_ext/conftest.$ac_objext/g' ax_pthread_link_step=`printf "%s\n" "$ac_link" | sed "$ax_pthread_sed"` ax_pthread_2step_ac_link="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)" ax_pthread_save_CFLAGS="$CFLAGS" for ax_pthread_try in '' -Qunused-arguments -Wno-unused-command-line-argument unknown; do if test "x$ax_pthread_try" = "xunknown" then : break fi CFLAGS="-Werror -Wunknown-warning-option $ax_pthread_try -pthread $ax_pthread_save_CFLAGS" ac_link="$ax_pthread_save_ac_link" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main(void){return 0;} _ACEOF if ac_fn_c_try_link "$LINENO" then : ac_link="$ax_pthread_2step_ac_link" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main(void){return 0;} _ACEOF if ac_fn_c_try_link "$LINENO" then : break fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext done ac_link="$ax_pthread_save_ac_link" CFLAGS="$ax_pthread_save_CFLAGS" if test "x$ax_pthread_try" = "x" then : ax_pthread_try=no fi ax_cv_PTHREAD_CLANG_NO_WARN_FLAG="$ax_pthread_try" ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_cv_PTHREAD_CLANG_NO_WARN_FLAG" >&5 printf "%s\n" "$ax_cv_PTHREAD_CLANG_NO_WARN_FLAG" >&6; } case "$ax_cv_PTHREAD_CLANG_NO_WARN_FLAG" in no | unknown) ;; *) PTHREAD_CFLAGS="$ax_cv_PTHREAD_CLANG_NO_WARN_FLAG $PTHREAD_CFLAGS" ;; esac fi # $ax_pthread_clang = yes # Various other checks: if test "x$ax_pthread_ok" = "xyes"; then ax_pthread_save_CFLAGS="$CFLAGS" ax_pthread_save_LIBS="$LIBS" CFLAGS="$CFLAGS $PTHREAD_CFLAGS" LIBS="$PTHREAD_LIBS $LIBS" # Detect AIX lossage: JOINABLE attribute is called UNDETACHED. { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for joinable pthread attribute" >&5 printf %s "checking for joinable pthread attribute... " >&6; } if test ${ax_cv_PTHREAD_JOINABLE_ATTR+y} then : printf %s "(cached) " >&6 else case e in #( e) ax_cv_PTHREAD_JOINABLE_ATTR=unknown for ax_pthread_attr in PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_UNDETACHED; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main (void) { int attr = $ax_pthread_attr; return attr /* ; */ ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : ax_cv_PTHREAD_JOINABLE_ATTR=$ax_pthread_attr; break fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext done ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_cv_PTHREAD_JOINABLE_ATTR" >&5 printf "%s\n" "$ax_cv_PTHREAD_JOINABLE_ATTR" >&6; } if test "x$ax_cv_PTHREAD_JOINABLE_ATTR" != "xunknown" && \ test "x$ax_cv_PTHREAD_JOINABLE_ATTR" != "xPTHREAD_CREATE_JOINABLE" && \ test "x$ax_pthread_joinable_attr_defined" != "xyes" then : printf "%s\n" "#define PTHREAD_CREATE_JOINABLE $ax_cv_PTHREAD_JOINABLE_ATTR" >>confdefs.h ax_pthread_joinable_attr_defined=yes fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether more special flags are required for pthreads" >&5 printf %s "checking whether more special flags are required for pthreads... " >&6; } if test ${ax_cv_PTHREAD_SPECIAL_FLAGS+y} then : printf %s "(cached) " >&6 else case e in #( e) ax_cv_PTHREAD_SPECIAL_FLAGS=no case $host_os in solaris*) ax_cv_PTHREAD_SPECIAL_FLAGS="-D_POSIX_PTHREAD_SEMANTICS" ;; esac ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_cv_PTHREAD_SPECIAL_FLAGS" >&5 printf "%s\n" "$ax_cv_PTHREAD_SPECIAL_FLAGS" >&6; } if test "x$ax_cv_PTHREAD_SPECIAL_FLAGS" != "xno" && \ test "x$ax_pthread_special_flags_added" != "xyes" then : PTHREAD_CFLAGS="$ax_cv_PTHREAD_SPECIAL_FLAGS $PTHREAD_CFLAGS" ax_pthread_special_flags_added=yes fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for PTHREAD_PRIO_INHERIT" >&5 printf %s "checking for PTHREAD_PRIO_INHERIT... " >&6; } if test ${ax_cv_PTHREAD_PRIO_INHERIT+y} then : printf %s "(cached) " >&6 else case e in #( e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main (void) { int i = PTHREAD_PRIO_INHERIT; return i; ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : ax_cv_PTHREAD_PRIO_INHERIT=yes else case e in #( e) ax_cv_PTHREAD_PRIO_INHERIT=no ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_cv_PTHREAD_PRIO_INHERIT" >&5 printf "%s\n" "$ax_cv_PTHREAD_PRIO_INHERIT" >&6; } if test "x$ax_cv_PTHREAD_PRIO_INHERIT" = "xyes" && \ test "x$ax_pthread_prio_inherit_defined" != "xyes" then : printf "%s\n" "#define HAVE_PTHREAD_PRIO_INHERIT 1" >>confdefs.h ax_pthread_prio_inherit_defined=yes fi CFLAGS="$ax_pthread_save_CFLAGS" LIBS="$ax_pthread_save_LIBS" # More AIX lossage: compile with *_r variant if test "x$GCC" != "xyes"; then case $host_os in aix*) case "x/$CC" in #( x*/c89|x*/c89_128|x*/c99|x*/c99_128|x*/cc|x*/cc128|x*/xlc|x*/xlc_v6|x*/xlc128|x*/xlc128_v6) : #handle absolute path differently from PATH based program lookup case "x$CC" in #( x/*) : if as_fn_executable_p ${CC}_r then : PTHREAD_CC="${CC}_r" fi if test "x${CXX}" != "x" then : if as_fn_executable_p ${CXX}_r then : PTHREAD_CXX="${CXX}_r" fi fi ;; #( *) : for ac_prog in ${CC}_r do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_PTHREAD_CC+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$PTHREAD_CC"; then ac_cv_prog_PTHREAD_CC="$PTHREAD_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_PTHREAD_CC="$ac_prog" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi PTHREAD_CC=$ac_cv_prog_PTHREAD_CC if test -n "$PTHREAD_CC"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PTHREAD_CC" >&5 printf "%s\n" "$PTHREAD_CC" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi test -n "$PTHREAD_CC" && break done test -n "$PTHREAD_CC" || PTHREAD_CC="$CC" if test "x${CXX}" != "x" then : for ac_prog in ${CXX}_r do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_PTHREAD_CXX+y} then : printf %s "(cached) " >&6 else case e in #( e) if test -n "$PTHREAD_CXX"; then ac_cv_prog_PTHREAD_CXX="$PTHREAD_CXX" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_PTHREAD_CXX="$ac_prog" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi ;; esac fi PTHREAD_CXX=$ac_cv_prog_PTHREAD_CXX if test -n "$PTHREAD_CXX"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PTHREAD_CXX" >&5 printf "%s\n" "$PTHREAD_CXX" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi test -n "$PTHREAD_CXX" && break done test -n "$PTHREAD_CXX" || PTHREAD_CXX="$CXX" fi ;; esac ;; #( *) : ;; esac ;; esac fi fi test -n "$PTHREAD_CC" || PTHREAD_CC="$CC" test -n "$PTHREAD_CXX" || PTHREAD_CXX="$CXX" # Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND: if test "x$ax_pthread_ok" = "xyes"; then printf "%s\n" "#define HAVE_PTHREAD 1" >>confdefs.h : else ax_pthread_ok=no fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test "$ax_pthread_ok" = yes then have_threads=yes DEF_THREAD="$PTHREAD_CFLAGS" CFLAGS="$CFLAGS $DEF_THREAD" CXXFLAGS="$CXXFLAGS $DEF_THREAD" if test "$CC" != "$PTHREAD_CC" then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Replacing compiler $CC with compiler $PTHREAD_CC to support pthreads." >&5 printf "%s\n" "$as_me: WARNING: Replacing compiler $CC with compiler $PTHREAD_CC to support pthreads." >&2;} CC="$PTHREAD_CC" fi if test "$CXX" != "$PTHREAD_CXX" then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Replacing compiler $CXX with compiler $PTHREAD_CXX to support pthreads." >&5 printf "%s\n" "$as_me: WARNING: Replacing compiler $CXX with compiler $PTHREAD_CXX to support pthreads." >&2;} CXX="$PTHREAD_CXX" fi fi fi # check if compiler supports SSE2 intrinsics ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether compiler supports SSE2" >&5 printf %s "checking whether compiler supports SSE2... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main() { __m128i n = _mm_set1_epi8(42); } _ACEOF if ac_fn_c_try_compile "$LINENO" then : ac_compiler_supports_sse2=yes else case e in #( e) ac_compiler_supports_sse2=no ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_compiler_supports_sse2" >&5 printf "%s\n" "$ac_compiler_supports_sse2" >&6; } if test "x$ac_compiler_supports_sse2" != "xyes" then : printf "%s\n" "#define CMS_DONT_USE_SSE2 1" >>confdefs.h fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu # # Find math library # LIB_MATH='' { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5 printf %s "checking for sqrt in -lm... " >&6; } if test ${ac_cv_lib_m_sqrt+y} then : printf %s "(cached) " >&6 else case e in #( e) ac_check_lib_save_LIBS=$LIBS LIBS="-lm $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. The 'extern "C"' is for builds by C++ compilers; although this is not generally supported in C code supporting it here has little cost and some practical benefit (sr 110532). */ #ifdef __cplusplus extern "C" #endif char sqrt (void); int main (void) { return sqrt (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_m_sqrt=yes else case e in #( e) ac_cv_lib_m_sqrt=no ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5 printf "%s\n" "$ac_cv_lib_m_sqrt" >&6; } if test "x$ac_cv_lib_m_sqrt" = xyes then : LIB_MATH="-lm" fi LIBS="$LIB_MATH $LIBS" # # Find Posix threads library # LIB_THREAD='' if test "$with_threads" != 'no' && test "$have_threads" = 'yes' then for lib in pthread pthreads do if test "x$PTHREAD_LIBS" = "x" ; then as_ac_Lib=`printf "%s\n" "ac_cv_lib_$lib""_pthread_mutex_lock" | sed "$as_sed_sh"` { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_mutex_lock in -l$lib" >&5 printf %s "checking for pthread_mutex_lock in -l$lib... " >&6; } if eval test \${$as_ac_Lib+y} then : printf %s "(cached) " >&6 else case e in #( e) ac_check_lib_save_LIBS=$LIBS LIBS="-l$lib $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. The 'extern "C"' is for builds by C++ compilers; although this is not generally supported in C code supporting it here has little cost and some practical benefit (sr 110532). */ #ifdef __cplusplus extern "C" #endif char pthread_mutex_lock (void); int main (void) { return pthread_mutex_lock (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : eval "$as_ac_Lib=yes" else case e in #( e) eval "$as_ac_Lib=no" ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS ;; esac fi eval ac_res=\$$as_ac_Lib { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 printf "%s\n" "$ac_res" >&6; } if eval test \"x\$"$as_ac_Lib"\" = x"yes" then : PTHREAD_LIBS=-l$lib fi fi done LIB_THREAD="$PTHREAD_LIBS" LIBS="$LIBS $LIB_THREAD" printf "%s\n" "#define HasTHREADS 1" >>confdefs.h else printf "%s\n" "#define HasTHREADS 0" >>confdefs.h fi # # Check for JPEG # have_jpeg='no' LIB_JPEG='' if test ! "$with_jpeg" = 'no' then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for JPEG support" >&5 printf %s "checking for JPEG support... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: " >&5 printf "%s\n" "" >&6; } failed=0; passed=0; ac_fn_c_check_header_compile "$LINENO" "jconfig.h" "ac_cv_header_jconfig_h" "$ac_includes_default" if test "x$ac_cv_header_jconfig_h" = xyes then : passed=`expr $passed + 1` else case e in #( e) failed=`expr $failed + 1` ;; esac fi ac_fn_c_check_header_compile "$LINENO" "jerror.h" "ac_cv_header_jerror_h" "$ac_includes_default" if test "x$ac_cv_header_jerror_h" = xyes then : passed=`expr $passed + 1` else case e in #( e) failed=`expr $failed + 1` ;; esac fi ac_fn_c_check_header_compile "$LINENO" "jmorecfg.h" "ac_cv_header_jmorecfg_h" "#include " if test "x$ac_cv_header_jmorecfg_h" = xyes then : passed=`expr $passed + 1` else case e in #( e) failed=`expr $failed + 1` ;; esac fi ac_fn_c_check_header_compile "$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default" if test "x$ac_cv_header_jpeglib_h" = xyes then : passed=`expr $passed + 1` else case e in #( e) failed=`expr $failed + 1` ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for jpeg_read_header in -ljpeg" >&5 printf %s "checking for jpeg_read_header in -ljpeg... " >&6; } if test ${ac_cv_lib_jpeg_jpeg_read_header+y} then : printf %s "(cached) " >&6 else case e in #( e) ac_check_lib_save_LIBS=$LIBS LIBS="-ljpeg $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. The 'extern "C"' is for builds by C++ compilers; although this is not generally supported in C code supporting it here has little cost and some practical benefit (sr 110532). */ #ifdef __cplusplus extern "C" #endif char jpeg_read_header (void); int main (void) { return jpeg_read_header (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_jpeg_jpeg_read_header=yes else case e in #( e) ac_cv_lib_jpeg_jpeg_read_header=no ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5 printf "%s\n" "$ac_cv_lib_jpeg_jpeg_read_header" >&6; } if test "x$ac_cv_lib_jpeg_jpeg_read_header" = xyes then : passed=`expr $passed + 1` else case e in #( e) failed=`expr $failed + 1` ;; esac fi # Test for compatible JPEG library if test ! "$ac_cv_jpeg_version_ok" = 'yes' ; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for JPEG library is version 6b or later" >&5 printf %s "checking for JPEG library is version 6b or later... " >&6; } if test ${ac_cv_jpeg_version_ok+y} then : printf %s "(cached) " >&6 else case e in #( e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include int main (void) { #if JPEG_LIB_VERSION < 62 #error IJG JPEG library must be version 6b or newer! #endif return 0; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO" then : ac_cv_jpeg_version_ok='yes' else case e in #( e) ac_cv_jpeg_version_ok='no' ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_jpeg_version_ok" >&5 printf "%s\n" "$ac_cv_jpeg_version_ok" >&6; } if test "$ac_cv_jpeg_version_ok" = 'yes' ; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } passed=`expr $passed + 1` else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } failed=`expr $failed + 1` fi fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if JPEG package is complete" >&5 printf %s "checking if JPEG package is complete... " >&6; } if test $passed -gt 0 then if test $failed -gt 0 then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no -- some components failed test" >&5 printf "%s\n" "no -- some components failed test" >&6; } have_jpeg='no (failed tests)' else LIB_JPEG='-ljpeg' LIBS="$LIB_JPEG $LIBS" printf "%s\n" "#define HasJPEG 1" >>confdefs.h { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } have_jpeg='yes' fi else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi fi if test "$have_jpeg" = 'yes'; then HasJPEG_TRUE= HasJPEG_FALSE='#' else HasJPEG_TRUE='#' HasJPEG_FALSE= fi # # Check for ZLIB # have_zlib='no' if test ! "$with_zlib" = 'no' || test ! "$with_tiff" = 'no' then LIB_ZLIB='' { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ZLIB support " >&5 printf %s "checking for ZLIB support ... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: " >&5 printf "%s\n" "" >&6; } failed=0; passed=0; ac_fn_c_check_header_compile "$LINENO" "zconf.h" "ac_cv_header_zconf_h" "$ac_includes_default" if test "x$ac_cv_header_zconf_h" = xyes then : passed=`expr $passed + 1` else case e in #( e) failed=`expr $failed + 1` ;; esac fi ac_fn_c_check_header_compile "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default" if test "x$ac_cv_header_zlib_h" = xyes then : passed=`expr $passed + 1` else case e in #( e) failed=`expr $failed + 1` ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for compress in -lz" >&5 printf %s "checking for compress in -lz... " >&6; } if test ${ac_cv_lib_z_compress+y} then : printf %s "(cached) " >&6 else case e in #( e) ac_check_lib_save_LIBS=$LIBS LIBS="-lz $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. The 'extern "C"' is for builds by C++ compilers; although this is not generally supported in C code supporting it here has little cost and some practical benefit (sr 110532). */ #ifdef __cplusplus extern "C" #endif char compress (void); int main (void) { return compress (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_z_compress=yes else case e in #( e) ac_cv_lib_z_compress=no ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_compress" >&5 printf "%s\n" "$ac_cv_lib_z_compress" >&6; } if test "x$ac_cv_lib_z_compress" = xyes then : passed=`expr $passed + 1` else case e in #( e) failed=`expr $failed + 1` ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for uncompress in -lz" >&5 printf %s "checking for uncompress in -lz... " >&6; } if test ${ac_cv_lib_z_uncompress+y} then : printf %s "(cached) " >&6 else case e in #( e) ac_check_lib_save_LIBS=$LIBS LIBS="-lz $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. The 'extern "C"' is for builds by C++ compilers; although this is not generally supported in C code supporting it here has little cost and some practical benefit (sr 110532). */ #ifdef __cplusplus extern "C" #endif char uncompress (void); int main (void) { return uncompress (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_z_uncompress=yes else case e in #( e) ac_cv_lib_z_uncompress=no ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_uncompress" >&5 printf "%s\n" "$ac_cv_lib_z_uncompress" >&6; } if test "x$ac_cv_lib_z_uncompress" = xyes then : passed=`expr $passed + 1` else case e in #( e) failed=`expr $failed + 1` ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for deflate in -lz" >&5 printf %s "checking for deflate in -lz... " >&6; } if test ${ac_cv_lib_z_deflate+y} then : printf %s "(cached) " >&6 else case e in #( e) ac_check_lib_save_LIBS=$LIBS LIBS="-lz $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. The 'extern "C"' is for builds by C++ compilers; although this is not generally supported in C code supporting it here has little cost and some practical benefit (sr 110532). */ #ifdef __cplusplus extern "C" #endif char deflate (void); int main (void) { return deflate (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_z_deflate=yes else case e in #( e) ac_cv_lib_z_deflate=no ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_deflate" >&5 printf "%s\n" "$ac_cv_lib_z_deflate" >&6; } if test "x$ac_cv_lib_z_deflate" = xyes then : passed=`expr $passed + 1` else case e in #( e) failed=`expr $failed + 1` ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5 printf %s "checking for inflate in -lz... " >&6; } if test ${ac_cv_lib_z_inflate+y} then : printf %s "(cached) " >&6 else case e in #( e) ac_check_lib_save_LIBS=$LIBS LIBS="-lz $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. The 'extern "C"' is for builds by C++ compilers; although this is not generally supported in C code supporting it here has little cost and some practical benefit (sr 110532). */ #ifdef __cplusplus extern "C" #endif char inflate (void); int main (void) { return inflate (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_z_inflate=yes else case e in #( e) ac_cv_lib_z_inflate=no ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5 printf "%s\n" "$ac_cv_lib_z_inflate" >&6; } if test "x$ac_cv_lib_z_inflate" = xyes then : passed=`expr $passed + 1` else case e in #( e) failed=`expr $failed + 1` ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gzseek in -lz" >&5 printf %s "checking for gzseek in -lz... " >&6; } if test ${ac_cv_lib_z_gzseek+y} then : printf %s "(cached) " >&6 else case e in #( e) ac_check_lib_save_LIBS=$LIBS LIBS="-lz $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. The 'extern "C"' is for builds by C++ compilers; although this is not generally supported in C code supporting it here has little cost and some practical benefit (sr 110532). */ #ifdef __cplusplus extern "C" #endif char gzseek (void); int main (void) { return gzseek (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_z_gzseek=yes else case e in #( e) ac_cv_lib_z_gzseek=no ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_gzseek" >&5 printf "%s\n" "$ac_cv_lib_z_gzseek" >&6; } if test "x$ac_cv_lib_z_gzseek" = xyes then : passed=`expr $passed + 1` else case e in #( e) failed=`expr $failed + 1` ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gztell in -lz" >&5 printf %s "checking for gztell in -lz... " >&6; } if test ${ac_cv_lib_z_gztell+y} then : printf %s "(cached) " >&6 else case e in #( e) ac_check_lib_save_LIBS=$LIBS LIBS="-lz $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. The 'extern "C"' is for builds by C++ compilers; although this is not generally supported in C code supporting it here has little cost and some practical benefit (sr 110532). */ #ifdef __cplusplus extern "C" #endif char gztell (void); int main (void) { return gztell (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_z_gztell=yes else case e in #( e) ac_cv_lib_z_gztell=no ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_gztell" >&5 printf "%s\n" "$ac_cv_lib_z_gztell" >&6; } if test "x$ac_cv_lib_z_gztell" = xyes then : passed=`expr $passed + 1` else case e in #( e) failed=`expr $failed + 1` ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if ZLIB package is complete" >&5 printf %s "checking if ZLIB package is complete... " >&6; } if test $passed -gt 0 then if test $failed -gt 0 then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no -- some components failed test" >&5 printf "%s\n" "no -- some components failed test" >&6; } have_zlib='no (failed tests)' else LIB_ZLIB='-lz' LIBS="$LIB_ZLIB $LIBS" printf "%s\n" "#define HasZLIB 1" >>confdefs.h { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } have_zlib='yes' fi else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi fi if test "$have_zlib" = 'yes'; then HasZLIB_TRUE= HasZLIB_FALSE='#' else HasZLIB_TRUE='#' HasZLIB_FALSE= fi # # Check for TIFF # have_tiff='no' LIB_TIFF='' if test ! "$with_tiff" = 'no' then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for TIFF support" >&5 printf %s "checking for TIFF support... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: " >&5 printf "%s\n" "" >&6; } failed=0; passed=0; ac_fn_c_check_header_compile "$LINENO" "tiff.h" "ac_cv_header_tiff_h" "$ac_includes_default" if test "x$ac_cv_header_tiff_h" = xyes then : passed=`expr $passed + 1` else case e in #( e) failed=`expr $failed + 1` ;; esac fi ac_fn_c_check_header_compile "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default" if test "x$ac_cv_header_tiffio_h" = xyes then : passed=`expr $passed + 1` else case e in #( e) failed=`expr $failed + 1` ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for TIFFOpen in -ltiff" >&5 printf %s "checking for TIFFOpen in -ltiff... " >&6; } if test ${ac_cv_lib_tiff_TIFFOpen+y} then : printf %s "(cached) " >&6 else case e in #( e) ac_check_lib_save_LIBS=$LIBS LIBS="-ltiff $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. The 'extern "C"' is for builds by C++ compilers; although this is not generally supported in C code supporting it here has little cost and some practical benefit (sr 110532). */ #ifdef __cplusplus extern "C" #endif char TIFFOpen (void); int main (void) { return TIFFOpen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_tiff_TIFFOpen=yes else case e in #( e) ac_cv_lib_tiff_TIFFOpen=no ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFOpen" >&5 printf "%s\n" "$ac_cv_lib_tiff_TIFFOpen" >&6; } if test "x$ac_cv_lib_tiff_TIFFOpen" = xyes then : passed=`expr $passed + 1` else case e in #( e) failed=`expr $failed + 1` ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for TIFFClientOpen in -ltiff" >&5 printf %s "checking for TIFFClientOpen in -ltiff... " >&6; } if test ${ac_cv_lib_tiff_TIFFClientOpen+y} then : printf %s "(cached) " >&6 else case e in #( e) ac_check_lib_save_LIBS=$LIBS LIBS="-ltiff $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. The 'extern "C"' is for builds by C++ compilers; although this is not generally supported in C code supporting it here has little cost and some practical benefit (sr 110532). */ #ifdef __cplusplus extern "C" #endif char TIFFClientOpen (void); int main (void) { return TIFFClientOpen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_tiff_TIFFClientOpen=yes else case e in #( e) ac_cv_lib_tiff_TIFFClientOpen=no ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFClientOpen" >&5 printf "%s\n" "$ac_cv_lib_tiff_TIFFClientOpen" >&6; } if test "x$ac_cv_lib_tiff_TIFFClientOpen" = xyes then : passed=`expr $passed + 1` else case e in #( e) failed=`expr $failed + 1` ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for TIFFIsByteSwapped in -ltiff" >&5 printf %s "checking for TIFFIsByteSwapped in -ltiff... " >&6; } if test ${ac_cv_lib_tiff_TIFFIsByteSwapped+y} then : printf %s "(cached) " >&6 else case e in #( e) ac_check_lib_save_LIBS=$LIBS LIBS="-ltiff $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. The 'extern "C"' is for builds by C++ compilers; although this is not generally supported in C code supporting it here has little cost and some practical benefit (sr 110532). */ #ifdef __cplusplus extern "C" #endif char TIFFIsByteSwapped (void); int main (void) { return TIFFIsByteSwapped (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_tiff_TIFFIsByteSwapped=yes else case e in #( e) ac_cv_lib_tiff_TIFFIsByteSwapped=no ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFIsByteSwapped" >&5 printf "%s\n" "$ac_cv_lib_tiff_TIFFIsByteSwapped" >&6; } if test "x$ac_cv_lib_tiff_TIFFIsByteSwapped" = xyes then : passed=`expr $passed + 1` else case e in #( e) failed=`expr $failed + 1` ;; esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if TIFF package is complete" >&5 printf %s "checking if TIFF package is complete... " >&6; } if test $passed -gt 0 then if test $failed -gt 0 then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no -- some components failed test" >&5 printf "%s\n" "no -- some components failed test" >&6; } have_tiff='no (failed tests)' else LIB_TIFF='-ltiff' LIBS="$LIB_TIFF $LIBS" printf "%s\n" "#define HasTIFF 1" >>confdefs.h { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } have_tiff='yes' ac_fn_c_check_header_compile "$LINENO" "tiffconf.h" "ac_cv_header_tiffconf_h" "$ac_includes_default" if test "x$ac_cv_header_tiffconf_h" = xyes then : printf "%s\n" "#define HAVE_TIFFCONF_H 1" >>confdefs.h fi fi else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi fi if test "$have_tiff" = 'yes'; then HasTIFF_TRUE= HasTIFF_FALSE='#' else HasTIFF_TRUE='#' HasTIFF_FALSE= fi # Libraries that the LCMS library depends on LCMS_LIB_DEPLIBS="$LIB_MATH $LIB_THREAD" LCMS_LIB_DEPLIBS=`echo $LCMS_LIB_DEPLIBS | sed -e 's/ */ /g'` # Libraries that the jpegicc program depends on JPEGICC_DEPLIBS="$LIB_JPEG $LIB_MATH $LIB_THREAD" JPEGICC_DEPLIBS=`echo $JPEGICC_DEPLIBS | sed -e 's/ */ /g'` # Libraries that the tifficc program depends on TIFFICC_DEPLIBS="$LIB_TIFF $LIB_JPEG $LIB_ZLIB $LIB_MATH $LIB_THREAD" TIFFICC_DEPLIBS=`echo $TIFFICC_DEPLIBS | sed -e 's/ */ /g'` LIBS='' # # Perform substitutions # ac_config_files="$ac_config_files Makefile" ac_config_files="$ac_config_files lcms2.pc" ac_config_files="$ac_config_files include/Makefile" ac_config_files="$ac_config_files src/Makefile" ac_config_files="$ac_config_files utils/tificc/Makefile" ac_config_files="$ac_config_files utils/transicc/Makefile" ac_config_files="$ac_config_files utils/linkicc/Makefile" ac_config_files="$ac_config_files utils/jpgicc/Makefile" ac_config_files="$ac_config_files utils/psicc/Makefile" ac_config_files="$ac_config_files testbed/Makefile" if test "x$with_fastfloat" = "xyes" ; then COND_FASTFLOAT_TRUE= COND_FASTFLOAT_FALSE='#' else COND_FASTFLOAT_TRUE='#' COND_FASTFLOAT_FALSE= fi if test "x$with_threaded" = "xyes" ; then COND_THREADED_TRUE= COND_THREADED_FALSE='#' else COND_THREADED_TRUE='#' COND_THREADED_FALSE= fi ac_config_files="$ac_config_files plugins/Makefile" ac_config_files="$ac_config_files plugins/fast_float/Makefile" ac_config_files="$ac_config_files plugins/fast_float/src/Makefile" ac_config_files="$ac_config_files plugins/fast_float/include/Makefile" ac_config_files="$ac_config_files plugins/fast_float/testbed/Makefile" ac_config_files="$ac_config_files plugins/threaded/Makefile" ac_config_files="$ac_config_files plugins/threaded/src/Makefile" ac_config_files="$ac_config_files plugins/threaded/include/Makefile" ac_config_files="$ac_config_files plugins/threaded/testbed/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs, see configure's option --config-cache. # It is not useful on other systems. If it contains results you don't # want to keep, you may remove or edit it. # # config.status only pays attention to the cache file if you give it # the --recheck option to rerun configure. # # 'ac_cv_env_foo' variables (set or unset) will be overridden when # loading this file, other *unset* 'ac_cv_foo' will be assigned the # following values. _ACEOF # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. # So, we kill variables containing newlines. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. ( for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space=' '; set) 2>&1` in #( *${as_nl}ac_space=\ *) # 'set' does not quote correctly, so add quotes: double-quote # substitution turns \\\\ into \\, and sed turns \\ into \. sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; #( *) # 'set' quotes correctly as required by POSIX, so do not add quotes. sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) | sed ' /^ac_cv_env_/b end t clear :clear s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/ t end s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ :end' >>confcache if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then if test "x$cache_file" != "x/dev/null"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 printf "%s\n" "$as_me: updating cache $cache_file" >&6;} if test ! -f "$cache_file" || test -h "$cache_file"; then cat confcache >"$cache_file" else case $cache_file in #( */* | ?:*) mv -f confcache "$cache_file"$$ && mv -f "$cache_file"$$ "$cache_file" ;; #( *) mv -f confcache "$cache_file" ;; esac fi fi else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache test "x$prefix" = xNONE && prefix=$ac_default_prefix # Let make expand exec_prefix. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' # Transform confdefs.h into DEFS. # Protect against shell expansion while executing Makefile rules. # Protect against Makefile macro expansion. # # If the first sed substitution is executed (which looks for macros that # take arguments), then branch to the quote section. Otherwise, # look for a macro that doesn't take arguments. ac_script=' :mline /\\$/{ N s,\\\n,, b mline } t clear :clear s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g t quote s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g t quote b any :quote s/[][ `~#$^&*(){}\\|;'\''"<>?]/\\&/g s/\$/$$/g H :any ${ g s/^\n// s/\n/ /g p } ' DEFS=`sed -n "$ac_script" confdefs.h` ac_libobjs= ac_ltlibobjs= U= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' done LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 printf %s "checking that generated files are newer than configure... " >&6; } if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5 printf "%s\n" "done" >&6; } if test -n "$EXEEXT"; then am__EXEEXT_TRUE= am__EXEEXT_FALSE='#' else am__EXEEXT_TRUE='#' am__EXEEXT_FALSE= fi if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then as_fn_error $? "conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCXX\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${HasJPEG_TRUE}" && test -z "${HasJPEG_FALSE}"; then as_fn_error $? "conditional \"HasJPEG\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${HasZLIB_TRUE}" && test -z "${HasZLIB_FALSE}"; then as_fn_error $? "conditional \"HasZLIB\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${HasTIFF_TRUE}" && test -z "${HasTIFF_FALSE}"; then as_fn_error $? "conditional \"HasTIFF\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${COND_FASTFLOAT_TRUE}" && test -z "${COND_FASTFLOAT_FALSE}"; then as_fn_error $? "conditional \"COND_FASTFLOAT\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${COND_THREADED_TRUE}" && test -z "${COND_THREADED_FALSE}"; then as_fn_error $? "conditional \"COND_THREADED\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi : "${CONFIG_STATUS=./config.status}" ac_write_fail=0 ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;} as_write_fail=0 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in config.log if it exists. debug=false ac_cs_recheck=false ac_cs_silent=false SHELL=\${CONFIG_SHELL-$SHELL} export SHELL _ASEOF cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case e in #( e) case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac ;; esac fi # Reset variables that may have inherited troublesome values from # the environment. # IFS needs to be set, to space, tab, and newline, in precisely that order. # (If _AS_PATH_WALK were called with IFS unset, it would have the # side effect of setting IFS to empty, thus disabling word splitting.) # Quoting is to prevent editors from complaining about space-tab. as_nl=' ' export as_nl IFS=" "" $as_nl" PS1='$ ' PS2='> ' PS4='+ ' # Ensure predictable behavior from utilities with locale-dependent output. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # We cannot yet rely on "unset" to work, but we need these variables # to be unset--not just set to an empty or harmless value--now, to # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct # also avoids known problems related to "unset" and subshell syntax # in other old shells (e.g. bash 2.01 and pdksh 5.2.14). for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH do eval test \${$as_var+y} \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done # Ensure that fds 0, 1, and 2 are open. if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi if (exec 3>&2) ; then :; else exec 2>/dev/null; fi # The user is always right. if ${PATH_SEPARATOR+false} :; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac test -r "$as_dir$0" && as_myself=$as_dir$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as 'sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi printf "%s\n" "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null then : eval 'as_fn_append () { eval $1+=\$2 }' else case e in #( e) as_fn_append () { eval $1=\$$1\$2 } ;; esac fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null then : eval 'as_fn_arith () { as_val=$(( $* )) }' else case e in #( e) as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } ;; esac fi # as_fn_arith if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || printf "%s\n" X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits # Determine whether it's possible to make 'echo' print without a newline. # These variables are no longer used directly by Autoconf, but are AC_SUBSTed # for compatibility with existing Makefiles. ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac # For backward compatibility with old third-party macros, we provide # the shell variables $as_echo and $as_echo_n. New code should use # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. as_echo='printf %s\n' as_echo_n='printf %s' rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both 'ln -s file dir' and 'ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; 'ln -s' creates a wrapper executable. # In both cases, we have to default to 'cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || printf "%s\n" X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_sed_cpp="y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" as_tr_cpp="eval sed '$as_sed_cpp'" # deprecated # Sed expression to map a string onto a valid variable name. as_sed_sh="y%*+%pp%;s%[^_$as_cr_alnum]%_%g" as_tr_sh="eval sed '$as_sed_sh'" # deprecated exec 6>&1 ## ----------------------------------- ## ## Main body of $CONFIG_STATUS script. ## ## ----------------------------------- ## _ASEOF test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Save the log message, to keep $0 and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by lcms2 $as_me 2.17, which was generated by GNU Autoconf 2.72. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ on `(hostname || uname -n) 2>/dev/null | sed 1q` " _ACEOF case $ac_config_files in *" "*) set x $ac_config_files; shift; ac_config_files=$*;; esac cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. config_files="$ac_config_files" config_commands="$ac_config_commands" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ '$as_me' instantiates files and other configuration actions from templates according to the current configuration. Unless the files and actions are specified as TAGs, all are instantiated by default. Usage: $0 [OPTION]... [TAG]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit --config print configuration, then exit -q, --quiet, --silent do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE Configuration files: $config_files Configuration commands: $config_commands Report bugs to the package provider." _ACEOF ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"` ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"` cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ lcms2 config.status 2.17 configured by $0, generated by GNU Autoconf 2.72, with options \\"\$ac_cs_config\\" Copyright (C) 2023 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='$ac_pwd' srcdir='$srcdir' INSTALL='$INSTALL' MKDIR_P='$MKDIR_P' AWK='$AWK' test -n "\$AWK" || AWK=awk _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do case $1 in --*=?*) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ac_shift=: ;; --*=) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg= ac_shift=: ;; *) ac_option=$1 ac_optarg=$2 ac_shift=shift ;; esac case $ac_option in # Handling of the options. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) printf "%s\n" "$ac_cs_version"; exit ;; --config | --confi | --conf | --con | --co | --c ) printf "%s\n" "$ac_cs_config"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; '') as_fn_error $? "missing file argument" ;; esac as_fn_append CONFIG_FILES " '$ac_optarg'" ac_need_defaults=false;; --he | --h | --help | --hel | -h ) printf "%s\n" "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. -*) as_fn_error $? "unrecognized option: '$1' Try '$0 --help' for more information." ;; *) as_fn_append ac_config_targets " $1" ac_need_defaults=false ;; esac shift done ac_configure_extra_args= if $ac_cs_silent; then exec 6>/dev/null ac_configure_extra_args="$ac_configure_extra_args --silent" fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion shift \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6 CONFIG_SHELL='$SHELL' export CONFIG_SHELL exec "\$@" fi _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX printf "%s\n" "$ac_log" } >&5 _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # # INIT-COMMANDS # AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}" # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_subst' macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`' SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' FILECMD='`$ECHO "$FILECMD" | $SED "$delay_single_quote_subst"`' OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' lt_ar_flags='`$ECHO "$lt_ar_flags" | $SED "$delay_single_quote_subst"`' AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`' nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`' objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`' configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`' hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`' predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`' postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`' predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`' postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`' compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`' AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`' LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`' reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`' reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`' old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`' compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`' archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`' export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`' old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`' old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`' archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`' archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`' module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`' module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`' with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`' allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`' no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`' hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`' hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`' hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`' hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`' hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`' hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`' inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`' link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`' export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`' exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`' include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`' prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`' postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`' file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`' compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`' postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`' predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`' postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`' compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`' LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF \$1 _LTECHO_EOF' } # Quote evaled strings. for var in SHELL \ ECHO \ PATH_SEPARATOR \ SED \ GREP \ EGREP \ FGREP \ LD \ NM \ LN_S \ lt_SP2NL \ lt_NL2SP \ reload_flag \ FILECMD \ OBJDUMP \ deplibs_check_method \ file_magic_cmd \ file_magic_glob \ want_nocaseglob \ DLLTOOL \ sharedlib_from_linklib_cmd \ AR \ archiver_list_spec \ STRIP \ RANLIB \ CC \ CFLAGS \ compiler \ lt_cv_sys_global_symbol_pipe \ lt_cv_sys_global_symbol_to_cdecl \ lt_cv_sys_global_symbol_to_import \ lt_cv_sys_global_symbol_to_c_name_address \ lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ lt_cv_nm_interface \ nm_file_list_spec \ lt_cv_truncate_bin \ lt_prog_compiler_no_builtin_flag \ lt_prog_compiler_pic \ lt_prog_compiler_wl \ lt_prog_compiler_static \ lt_cv_prog_compiler_c_o \ need_locks \ MANIFEST_TOOL \ DSYMUTIL \ NMEDIT \ LIPO \ OTOOL \ OTOOL64 \ shrext_cmds \ export_dynamic_flag_spec \ whole_archive_flag_spec \ compiler_needs_object \ with_gnu_ld \ allow_undefined_flag \ no_undefined_flag \ hardcode_libdir_flag_spec \ hardcode_libdir_separator \ exclude_expsyms \ include_expsyms \ file_list_spec \ variables_saved_for_relink \ libname_spec \ library_names_spec \ soname_spec \ install_override_mode \ finish_eval \ old_striplib \ striplib \ compiler_lib_search_dirs \ predep_objects \ postdep_objects \ predeps \ postdeps \ compiler_lib_search_path \ AS \ LD_CXX \ reload_flag_CXX \ compiler_CXX \ lt_prog_compiler_no_builtin_flag_CXX \ lt_prog_compiler_pic_CXX \ lt_prog_compiler_wl_CXX \ lt_prog_compiler_static_CXX \ lt_cv_prog_compiler_c_o_CXX \ export_dynamic_flag_spec_CXX \ whole_archive_flag_spec_CXX \ compiler_needs_object_CXX \ with_gnu_ld_CXX \ allow_undefined_flag_CXX \ no_undefined_flag_CXX \ hardcode_libdir_flag_spec_CXX \ hardcode_libdir_separator_CXX \ exclude_expsyms_CXX \ include_expsyms_CXX \ file_list_spec_CXX \ compiler_lib_search_dirs_CXX \ predep_objects_CXX \ postdep_objects_CXX \ predeps_CXX \ postdeps_CXX \ compiler_lib_search_path_CXX; do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Double-quote double-evaled strings. for var in reload_cmds \ old_postinstall_cmds \ old_postuninstall_cmds \ old_archive_cmds \ extract_expsyms_cmds \ old_archive_from_new_cmds \ old_archive_from_expsyms_cmds \ archive_cmds \ archive_expsym_cmds \ module_cmds \ module_expsym_cmds \ export_symbols_cmds \ prelink_cmds \ postlink_cmds \ postinstall_cmds \ postuninstall_cmds \ finish_cmds \ sys_lib_search_path_spec \ configure_time_dlsearch_path \ configure_time_lt_sys_library_path \ reload_cmds_CXX \ old_archive_cmds_CXX \ old_archive_from_new_cmds_CXX \ old_archive_from_expsyms_cmds_CXX \ archive_cmds_CXX \ archive_expsym_cmds_CXX \ module_cmds_CXX \ module_expsym_cmds_CXX \ export_symbols_cmds_CXX \ prelink_cmds_CXX \ postlink_cmds_CXX; do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done ac_aux_dir='$ac_aux_dir' # See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes INIT. if test -n "\${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi PACKAGE='$PACKAGE' VERSION='$VERSION' RM='$RM' ofile='$ofile' _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Handling of arguments. for ac_config_target in $ac_config_targets do case $ac_config_target in "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "lcms2.pc") CONFIG_FILES="$CONFIG_FILES lcms2.pc" ;; "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "utils/tificc/Makefile") CONFIG_FILES="$CONFIG_FILES utils/tificc/Makefile" ;; "utils/transicc/Makefile") CONFIG_FILES="$CONFIG_FILES utils/transicc/Makefile" ;; "utils/linkicc/Makefile") CONFIG_FILES="$CONFIG_FILES utils/linkicc/Makefile" ;; "utils/jpgicc/Makefile") CONFIG_FILES="$CONFIG_FILES utils/jpgicc/Makefile" ;; "utils/psicc/Makefile") CONFIG_FILES="$CONFIG_FILES utils/psicc/Makefile" ;; "testbed/Makefile") CONFIG_FILES="$CONFIG_FILES testbed/Makefile" ;; "plugins/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/Makefile" ;; "plugins/fast_float/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/fast_float/Makefile" ;; "plugins/fast_float/src/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/fast_float/src/Makefile" ;; "plugins/fast_float/include/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/fast_float/include/Makefile" ;; "plugins/fast_float/testbed/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/fast_float/testbed/Makefile" ;; "plugins/threaded/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/threaded/Makefile" ;; "plugins/threaded/src/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/threaded/src/Makefile" ;; "plugins/threaded/include/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/threaded/include/Makefile" ;; "plugins/threaded/testbed/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/threaded/testbed/Makefile" ;; *) as_fn_error $? "invalid argument: '$ac_config_target'" "$LINENO" 5;; esac done # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely # bizarre bug on SunOS 4.1.3. if $ac_need_defaults; then test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands fi # Have a temporary directory for convenience. Make it in the build tree # simply because there is no reason against having it here, and in addition, # creating and moving files from /tmp can sometimes cause problems. # Hook for its removal unless debugging. # Note that there is a small window in which the directory will not be cleaned: # after its creation but before its name has been assigned to '$tmp'. $debug || { tmp= ac_tmp= trap 'exit_status=$? : "${ac_tmp:=$tmp}" { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status ' 0 trap 'as_fn_exit 1' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && test -d "$tmp" } || { tmp=./conf$$-$RANDOM (umask 077 && mkdir "$tmp") } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 ac_tmp=$tmp # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. # This happens for instance with './config.status config.h'. if test -n "$CONFIG_FILES"; then ac_cr=`echo X | tr X '\015'` # On cygwin, bash can eat \r inside `` if the user requested igncr. # But we know of no other shell where ac_cr would be empty at this # point, so we can use a bashism as a fallback. if test "x$ac_cr" = x; then eval ac_cr=\$\'\\r\' fi ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ac_cs_awk_cr='\\r' else ac_cs_awk_cr=$ac_cr fi echo 'BEGIN {' >"$ac_tmp/subs1.awk" && _ACEOF { echo "cat >conf$$subs.awk <<_ACEOF" && echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && echo "_ACEOF" } >conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do . ./conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` if test $ac_delim_n = $ac_delim_num; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done rm -f conf$$subs.sh cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && _ACEOF sed -n ' h s/^/S["/; s/!.*/"]=/ p g s/^[^!]*!// :repl t repl s/'"$ac_delim"'$// t delim :nl h s/\(.\{148\}\)..*/\1/ t more1 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ p n b repl :more1 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t nl :delim h s/\(.\{148\}\)..*/\1/ t more2 s/["\\]/\\&/g; s/^/"/; s/$/"/ p b :more2 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t delim ' >$CONFIG_STATUS || ac_write_fail=1 rm -f conf$$subs.awk cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 _ACAWK cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] = 1 FS = "" } { line = $ 0 nfields = split(line, field, "@") substed = 0 len = length(field[1]) for (i = 2; i < nfields; i++) { key = field[i] keylen = length(key) if (S_is_set[key]) { value = S[key] line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) len += length(value) + length(field[++i]) substed = 1 } else len += 1 + keylen } print line } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" else cat fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 _ACEOF # VPATH may cause trouble with some makes, so we remove sole $(srcdir), # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and # trailing colons and then remove the whole line if VPATH becomes empty # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ h s/// s/^/:/ s/[ ]*$/:/ s/:\$(srcdir):/:/g s/:\${srcdir}:/:/g s/:@srcdir@:/:/g s/^:*// s/:*$// x s/\(=[ ]*\).*/\1/ G s/\n// s/^[^=]*=[ ]*$// }' fi cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS" shift for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; :L* | :C*:*) as_fn_error $? "invalid tag '$ac_tag'" "$LINENO" 5;; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac ac_save_IFS=$IFS IFS=: set x $ac_tag IFS=$ac_save_IFS shift ac_file=$1 shift case $ac_mode in :L) ac_source=$1;; :[FH]) ac_file_inputs= for ac_f do case $ac_f in -) ac_f="$ac_tmp/stdin";; *) # Look for the file first in the build tree, then in the source tree # (if the path is not absolute). The absolute path cannot be DOS-style, # because $ac_f cannot contain ':'. test -f "$ac_f" || case $ac_f in [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || as_fn_error 1 "cannot find input file: '$ac_f'" "$LINENO" 5;; esac case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac as_fn_append ac_file_inputs " '$ac_f'" done # Let's still pretend it is 'configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ configure_input='Generated from '` printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 printf "%s\n" "$as_me: creating $ac_file" >&6;} fi # Neutralize special characters interpreted by sed in replacement strings. case $configure_input in #( *\&* | *\|* | *\\* ) ac_sed_conf_input=`printf "%s\n" "$configure_input" | sed 's/[\\\\&|]/\\\\&/g'`;; #( *) ac_sed_conf_input=$configure_input;; esac case $ac_tag in *:-:* | *:-) cat >"$ac_tmp/stdin" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; esac ;; esac ac_dir=`$as_dirname -- "$ac_file" || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || printf "%s\n" X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir="$ac_dir"; as_fn_mkdir_p ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix case $ac_mode in :F) # # CONFIG_FILE # case $INSTALL in [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; esac ac_MKDIR_P=$MKDIR_P case $MKDIR_P in [\\/$]* | ?:[\\/]* ) ;; */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; esac _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= ac_sed_dataroot=' /datarootdir/ { p q } /@datadir@/p /@docdir@/p /@infodir@/p /@localedir@/p /@mandir@/p' case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g s&@infodir@&$infodir&g s&@localedir@&$localedir&g s&@mandir@&$mandir&g s&\\\${datarootdir}&$datarootdir&g' ;; esac _ACEOF # Neutralize VPATH when '$srcdir' = '.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_sed_extra="$ac_vpsub $extrasub _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t s&@builddir@&$ac_builddir&;t t s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t s&@MKDIR_P@&$ac_MKDIR_P&;t t $ac_datarootdir_hack " eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ "$ac_tmp/out"`; test -z "$ac_out"; } && { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable 'datarootdir' which seems to be undefined. Please make sure it is defined" >&5 printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable 'datarootdir' which seems to be undefined. Please make sure it is defined" >&2;} rm -f "$ac_tmp/stdin" case $ac_file in -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; esac \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 printf "%s\n" "$as_me: executing $ac_file commands" >&6;} ;; esac case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. # TODO: see whether this extra hack can be removed once we start # requiring Autoconf 2.70 or later. case $CONFIG_FILES in #( *\'*) : eval set x "$CONFIG_FILES" ;; #( *) : set x $CONFIG_FILES ;; #( *) : ;; esac shift # Used to flag and report bootstrapping failures. am_rc=0 for am_mf do # Strip MF so we end up with the name of the file. am_mf=`printf "%s\n" "$am_mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile which includes # dependency-tracking related rules and includes. # Grep'ing the whole file directly is not great: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ || continue am_dirpart=`$as_dirname -- "$am_mf" || $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$am_mf" : 'X\(//\)[^/]' \| \ X"$am_mf" : 'X\(//\)$' \| \ X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || printf "%s\n" X"$am_mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` am_filepart=`$as_basename -- "$am_mf" || $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ X"$am_mf" : 'X\(//\)$' \| \ X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || printf "%s\n" X/"$am_mf" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` { echo "$as_me:$LINENO: cd "$am_dirpart" \ && sed -e '/# am--include-marker/d' "$am_filepart" \ | $MAKE -f - am--depfiles" >&5 (cd "$am_dirpart" \ && sed -e '/# am--include-marker/d' "$am_filepart" \ | $MAKE -f - am--depfiles) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } || am_rc=$? done if test $am_rc -ne 0; then { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} as_fn_error $? "Something went wrong bootstrapping makefile fragments for automatic dependency tracking. If GNU make was not used, consider re-running the configure script with MAKE=\"gmake\" (or whatever is necessary). You can also try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking). See 'config.log' for more details" "$LINENO" 5; } fi { am_dirpart=; unset am_dirpart;} { am_filepart=; unset am_filepart;} { am_mf=; unset am_mf;} { am_rc=; unset am_rc;} rm -f conftest-deps.mk } ;; "libtool":C) # See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes. if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi cfgfile=${ofile}T trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL # Generated automatically by $as_me ($PACKAGE) $VERSION # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # Provide generalized library-building support services. # Written by Gordon Matzigkeit, 1996 # Copyright (C) 2014 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # GNU Libtool is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of of the License, or # (at your option) any later version. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program or library that is built # using GNU Libtool, you may include this file under the same # distribution terms that you use for the rest of that program. # # GNU Libtool is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # The names of the tagged configurations supported by this script. available_tags='CXX ' # Configured defaults for sys_lib_dlsearch_path munging. : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} # ### BEGIN LIBTOOL CONFIG # Which release of libtool.m4 was used? macro_version=$macro_version macro_revision=$macro_revision # Whether or not to build shared libraries. build_libtool_libs=$enable_shared # Whether or not to build static libraries. build_old_libs=$enable_static # What type of objects to build. pic_mode=$pic_mode # Whether or not to optimize for fast installation. fast_install=$enable_fast_install # Shared archive member basename,for filename based shared library versioning on AIX. shared_archive_member_spec=$shared_archive_member_spec # Shell to use when invoking shell scripts. SHELL=$lt_SHELL # An echo program that protects backslashes. ECHO=$lt_ECHO # The PATH separator for the build system. PATH_SEPARATOR=$lt_PATH_SEPARATOR # The host system. host_alias=$host_alias host=$host host_os=$host_os # The build system. build_alias=$build_alias build=$build build_os=$build_os # A sed program that does not truncate output. SED=$lt_SED # Sed that helps us avoid accidentally triggering echo(1) options like -n. Xsed="\$SED -e 1s/^X//" # A grep program that handles long lines. GREP=$lt_GREP # An ERE matcher. EGREP=$lt_EGREP # A literal string matcher. FGREP=$lt_FGREP # A BSD- or MS-compatible name lister. NM=$lt_NM # Whether we need soft or hard links. LN_S=$lt_LN_S # What is the maximum length of a command? max_cmd_len=$max_cmd_len # Object file suffix (normally "o"). objext=$ac_objext # Executable file suffix (normally ""). exeext=$exeext # whether the shell understands "unset". lt_unset=$lt_unset # turn spaces into newlines. SP2NL=$lt_lt_SP2NL # turn newlines into spaces. NL2SP=$lt_lt_NL2SP # convert \$build file names to \$host format. to_host_file_cmd=$lt_cv_to_host_file_cmd # convert \$build files to toolchain format. to_tool_file_cmd=$lt_cv_to_tool_file_cmd # A file(cmd) program that detects file types. FILECMD=$lt_FILECMD # An object symbol dumper. OBJDUMP=$lt_OBJDUMP # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method # Command to use when deplibs_check_method = "file_magic". file_magic_cmd=$lt_file_magic_cmd # How to find potential files when deplibs_check_method = "file_magic". file_magic_glob=$lt_file_magic_glob # Find potential files using nocaseglob when deplibs_check_method = "file_magic". want_nocaseglob=$lt_want_nocaseglob # DLL creation program. DLLTOOL=$lt_DLLTOOL # Command to associate shared and link libraries. sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd # The archiver. AR=$lt_AR # Flags to create an archive (by configure). lt_ar_flags=$lt_ar_flags # Flags to create an archive. AR_FLAGS=\${ARFLAGS-"\$lt_ar_flags"} # How to feed a file listing to the archiver. archiver_list_spec=$lt_archiver_list_spec # A symbol stripping program. STRIP=$lt_STRIP # Commands used to install an old-style archive. RANLIB=$lt_RANLIB old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds # Whether to use a lock for old archive extraction. lock_old_archive_extraction=$lock_old_archive_extraction # A C compiler. LTCC=$lt_CC # LTCC compiler flags. LTCFLAGS=$lt_CFLAGS # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe # Transform the output of nm in a proper C declaration. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl # Transform the output of nm into a list of symbols to manually relocate. global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import # Transform the output of nm in a C name address pair. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address # Transform the output of nm in a C name address pair when lib prefix is needed. global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix # The name lister interface. nm_interface=$lt_lt_cv_nm_interface # Specify filename containing input files for \$NM. nm_file_list_spec=$lt_nm_file_list_spec # The root where to search for dependent libraries,and where our libraries should be installed. lt_sysroot=$lt_sysroot # Command to truncate a binary pipe. lt_truncate_bin=$lt_lt_cv_truncate_bin # The name of the directory that contains temporary libtool files. objdir=$objdir # Used to examine libraries when file_magic_cmd begins with "file". MAGIC_CMD=$MAGIC_CMD # Must we lock files when doing compilation? need_locks=$lt_need_locks # Manifest tool. MANIFEST_TOOL=$lt_MANIFEST_TOOL # Tool to manipulate archived DWARF debug symbol files on Mac OS X. DSYMUTIL=$lt_DSYMUTIL # Tool to change global to local symbols on Mac OS X. NMEDIT=$lt_NMEDIT # Tool to manipulate fat objects and archives on Mac OS X. LIPO=$lt_LIPO # ldd/readelf like tool for Mach-O binaries on Mac OS X. OTOOL=$lt_OTOOL # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. OTOOL64=$lt_OTOOL64 # Old archive suffix (normally "a"). libext=$libext # Shared library suffix (normally ".so"). shrext_cmds=$lt_shrext_cmds # The commands to extract the exported symbol list from a shared archive. extract_expsyms_cmds=$lt_extract_expsyms_cmds # Variables whose values should be saved in libtool wrapper scripts and # restored at link time. variables_saved_for_relink=$lt_variables_saved_for_relink # Do we need the "lib" prefix for modules? need_lib_prefix=$need_lib_prefix # Do we need a version for libraries? need_version=$need_version # Library versioning type. version_type=$version_type # Shared library runtime path variable. runpath_var=$runpath_var # Shared library path variable. shlibpath_var=$shlibpath_var # Is shlibpath searched before the hard-coded library search path? shlibpath_overrides_runpath=$shlibpath_overrides_runpath # Format of library name prefix. libname_spec=$lt_libname_spec # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME library_names_spec=$lt_library_names_spec # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec # Permission mode override for installation of shared libraries. install_override_mode=$lt_install_override_mode # Command to use after installation of a shared archive. postinstall_cmds=$lt_postinstall_cmds # Command to use after uninstallation of a shared archive. postuninstall_cmds=$lt_postuninstall_cmds # Commands used to finish a libtool library installation in a directory. finish_cmds=$lt_finish_cmds # As "finish_cmds", except a single script fragment to be evaled but # not shown. finish_eval=$lt_finish_eval # Whether we should hardcode library paths into libraries. hardcode_into_libs=$hardcode_into_libs # Compile-time system search path for libraries. sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Detected run-time system search path for libraries. sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path # Explicit LT_SYS_LIBRARY_PATH set during ./configure time. configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path # Whether dlopen is supported. dlopen_support=$enable_dlopen # Whether dlopen of programs is supported. dlopen_self=$enable_dlopen_self # Whether dlopen of statically linked programs is supported. dlopen_self_static=$enable_dlopen_self_static # Commands to strip libraries. old_striplib=$lt_old_striplib striplib=$lt_striplib # Assembler program. AS=$lt_AS # The linker used to build libraries. LD=$lt_LD # How to create reloadable object files. reload_flag=$lt_reload_flag reload_cmds=$lt_reload_cmds # Commands used to build an old-style archive. old_archive_cmds=$lt_old_archive_cmds # A language specific compiler. CC=$lt_compiler # Is the compiler the GNU compiler? with_gcc=$GCC # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag # Additional compiler flags for building library objects. pic_flag=$lt_lt_prog_compiler_pic # How to pass a linker flag through the compiler. wl=$lt_lt_prog_compiler_wl # Compiler flag to prevent dynamic linking. link_static_flag=$lt_lt_prog_compiler_static # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_lt_cv_prog_compiler_c_o # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$archive_cmds_need_lc # Whether or not to disallow shared libs when runtime libs are static. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_whole_archive_flag_spec # Whether the compiler copes with passing no objects directly. compiler_needs_object=$lt_compiler_needs_object # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds # Commands used to build a shared archive. archive_cmds=$lt_archive_cmds archive_expsym_cmds=$lt_archive_expsym_cmds # Commands used to build a loadable module if different from building # a shared archive. module_cmds=$lt_module_cmds module_expsym_cmds=$lt_module_expsym_cmds # Whether we are building with GNU ld or not. with_gnu_ld=$lt_with_gnu_ld # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_allow_undefined_flag # Flag that enforces no undefined symbols. no_undefined_flag=$lt_no_undefined_flag # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec # Whether we need a single "-rpath" flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes # DIR into the resulting binary. hardcode_direct=$hardcode_direct # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes # DIR into the resulting binary and the resulting library dependency is # "absolute",i.e impossible to change by setting \$shlibpath_var if the # library is relocated. hardcode_direct_absolute=$hardcode_direct_absolute # Set to "yes" if using the -LDIR flag during linking hardcodes DIR # into the resulting binary. hardcode_minus_L=$hardcode_minus_L # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR # into the resulting binary. hardcode_shlibpath_var=$hardcode_shlibpath_var # Set to "yes" if building a shared library automatically hardcodes DIR # into the library and all subsequent libraries and executables linked # against it. hardcode_automatic=$hardcode_automatic # Set to yes if linker adds runtime paths of dependent libraries # to runtime path list. inherit_rpath=$inherit_rpath # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$link_all_deplibs # Set to "yes" if exported symbols are required. always_export_symbols=$always_export_symbols # The commands to list exported symbols. export_symbols_cmds=$lt_export_symbols_cmds # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_exclude_expsyms # Symbols that must always be exported. include_expsyms=$lt_include_expsyms # Commands necessary for linking programs (against libraries) with templates. prelink_cmds=$lt_prelink_cmds # Commands necessary for finishing linking programs. postlink_cmds=$lt_postlink_cmds # Specify filename containing input files. file_list_spec=$lt_file_list_spec # How to hardcode a shared library path into an executable. hardcode_action=$hardcode_action # The directories searched by this compiler when creating a shared library. compiler_lib_search_dirs=$lt_compiler_lib_search_dirs # Dependencies to place before and after the objects being linked to # create a shared library. predep_objects=$lt_predep_objects postdep_objects=$lt_postdep_objects predeps=$lt_predeps postdeps=$lt_postdeps # The library search path used internally by the compiler when linking # a shared library. compiler_lib_search_path=$lt_compiler_lib_search_path # ### END LIBTOOL CONFIG _LT_EOF cat <<'_LT_EOF' >> "$cfgfile" # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE # func_munge_path_list VARIABLE PATH # ----------------------------------- # VARIABLE is name of variable containing _space_ separated list of # directories to be munged by the contents of PATH, which is string # having a format: # "DIR[:DIR]:" # string "DIR[ DIR]" will be prepended to VARIABLE # ":DIR[:DIR]" # string "DIR[ DIR]" will be appended to VARIABLE # "DIRP[:DIRP]::[DIRA:]DIRA" # string "DIRP[ DIRP]" will be prepended to VARIABLE and string # "DIRA[ DIRA]" will be appended to VARIABLE # "DIR[:DIR]" # VARIABLE will be replaced by "DIR[ DIR]" func_munge_path_list () { case x$2 in x) ;; *:) eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" ;; x:*) eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" ;; *::*) eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" ;; *) eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" ;; esac } # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. func_cc_basename () { for cc_temp in $*""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` } # ### END FUNCTIONS SHARED WITH CONFIGURE _LT_EOF case $host_os in aix3*) cat <<\_LT_EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi _LT_EOF ;; esac ltmain=$ac_aux_dir/ltmain.sh # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? $SED '$q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" cat <<_LT_EOF >> "$ofile" # ### BEGIN LIBTOOL TAG CONFIG: CXX # The linker used to build libraries. LD=$lt_LD_CXX # How to create reloadable object files. reload_flag=$lt_reload_flag_CXX reload_cmds=$lt_reload_cmds_CXX # Commands used to build an old-style archive. old_archive_cmds=$lt_old_archive_cmds_CXX # A language specific compiler. CC=$lt_compiler_CXX # Is the compiler the GNU compiler? with_gcc=$GCC_CXX # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX # Additional compiler flags for building library objects. pic_flag=$lt_lt_prog_compiler_pic_CXX # How to pass a linker flag through the compiler. wl=$lt_lt_prog_compiler_wl_CXX # Compiler flag to prevent dynamic linking. link_static_flag=$lt_lt_prog_compiler_static_CXX # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$archive_cmds_need_lc_CXX # Whether or not to disallow shared libs when runtime libs are static. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX # Whether the compiler copes with passing no objects directly. compiler_needs_object=$lt_compiler_needs_object_CXX # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX # Commands used to build a shared archive. archive_cmds=$lt_archive_cmds_CXX archive_expsym_cmds=$lt_archive_expsym_cmds_CXX # Commands used to build a loadable module if different from building # a shared archive. module_cmds=$lt_module_cmds_CXX module_expsym_cmds=$lt_module_expsym_cmds_CXX # Whether we are building with GNU ld or not. with_gnu_ld=$lt_with_gnu_ld_CXX # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_allow_undefined_flag_CXX # Flag that enforces no undefined symbols. no_undefined_flag=$lt_no_undefined_flag_CXX # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX # Whether we need a single "-rpath" flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes # DIR into the resulting binary. hardcode_direct=$hardcode_direct_CXX # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes # DIR into the resulting binary and the resulting library dependency is # "absolute",i.e impossible to change by setting \$shlibpath_var if the # library is relocated. hardcode_direct_absolute=$hardcode_direct_absolute_CXX # Set to "yes" if using the -LDIR flag during linking hardcodes DIR # into the resulting binary. hardcode_minus_L=$hardcode_minus_L_CXX # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR # into the resulting binary. hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX # Set to "yes" if building a shared library automatically hardcodes DIR # into the library and all subsequent libraries and executables linked # against it. hardcode_automatic=$hardcode_automatic_CXX # Set to yes if linker adds runtime paths of dependent libraries # to runtime path list. inherit_rpath=$inherit_rpath_CXX # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$link_all_deplibs_CXX # Set to "yes" if exported symbols are required. always_export_symbols=$always_export_symbols_CXX # The commands to list exported symbols. export_symbols_cmds=$lt_export_symbols_cmds_CXX # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_exclude_expsyms_CXX # Symbols that must always be exported. include_expsyms=$lt_include_expsyms_CXX # Commands necessary for linking programs (against libraries) with templates. prelink_cmds=$lt_prelink_cmds_CXX # Commands necessary for finishing linking programs. postlink_cmds=$lt_postlink_cmds_CXX # Specify filename containing input files. file_list_spec=$lt_file_list_spec_CXX # How to hardcode a shared library path into an executable. hardcode_action=$hardcode_action_CXX # The directories searched by this compiler when creating a shared library. compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX # Dependencies to place before and after the objects being linked to # create a shared library. predep_objects=$lt_predep_objects_CXX postdep_objects=$lt_postdep_objects_CXX predeps=$lt_predeps_CXX postdeps=$lt_postdeps_CXX # The library search path used internally by the compiler when linking # a shared library. compiler_lib_search_path=$lt_compiler_lib_search_path_CXX # ### END LIBTOOL TAG CONFIG: CXX _LT_EOF ;; esac done # for ac_tag as_fn_exit 0 _ACEOF ac_clean_files=$ac_clean_files_save test $ac_write_fail = 0 || as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. # Unfortunately, on DOS this fails, as config.log is still kept open # by configure, so config.status won't be able to write to it; its # output is simply discarded. So we exec the FD to /dev/null, # effectively closing config.log, so it can be properly (re)opened and # appended to by config.status. When coming back to configure, we # need to make the FD available again. if test "$no_create" != yes; then ac_cs_success=: ac_config_status_args= test "$silent" = yes && ac_config_status_args="$ac_config_status_args --quiet" exec 5>/dev/null $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false exec 5>>config.log # Use ||, not &&, to avoid exiting from the if with $? = 1, which # would make configure fail if this is the last instruction. $ac_cs_success || as_fn_exit 1 fi if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi