matchbox-themes-extra-0.3/0000777000175000017500000000000010012224110011311 5matchbox-themes-extra-0.3/Makefile.in0000644000175000017500000002516010012224104013301 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am # Copyright (C) 1994, 1995-8, 1999, 2001 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. SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include DESTDIR = pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = . ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ CC = @CC@ HAVE_LIB = @HAVE_LIB@ LIB = @LIB@ LTLIB = @LTLIB@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ SUBDIRS = mbcrystal expose Industrial EXTRA_DIST = .autoipkg make-ipks.sh ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \ Makefile.am Makefile.in NEWS TODO aclocal.m4 config.guess config.h.in \ config.sub configure configure.ac install-sh ltmain.sh missing \ mkinstalldirs DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status $(ACLOCAL_M4): configure.ac cd $(srcdir) && $(ACLOCAL) config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) config.h: stamp-h @if test ! -f $@; then \ rm -f stamp-h; \ $(MAKE) stamp-h; \ else :; fi stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES= CONFIG_HEADERS=config.h \ $(SHELL) ./config.status @echo timestamp > stamp-h 2> /dev/null $(srcdir)/config.h.in: $(srcdir)/stamp-h.in @if test ! -f $@; then \ rm -f $(srcdir)/stamp-h.in; \ $(MAKE) $(srcdir)/stamp-h.in; \ else :; fi $(srcdir)/stamp-h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOHEADER) @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null mostlyclean-hdr: clean-hdr: distclean-hdr: -rm -f config.h maintainer-clean-hdr: # 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. @SET_MAKE@ all-recursive install-data-recursive install-exec-recursive \ installdirs-recursive install-recursive uninstall-recursive \ check-recursive installcheck-recursive info-recursive dvi-recursive: @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; 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; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" mostlyclean-recursive clean-recursive distclean-recursive \ maintainer-clean-recursive: @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ rev="$$subdir $$rev"; \ test "$$subdir" != "." || dot_seen=yes; \ done; \ test "$$dot_seen" = "no" && rev=". $$rev"; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ here=`pwd` && cd $(srcdir) \ && mkid -f$$here/ID $$unique $(LISP) TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP) tags=; \ here=`pwd`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \ || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP)) mostlyclean-tags: clean-tags: distclean-tags: -rm -f TAGS ID maintainer-clean-tags: distdir = $(PACKAGE)-$(VERSION) top_distdir = $(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 -rm -rf $(distdir) GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz mkdir $(distdir)/=build mkdir $(distdir)/=inst dc_install_base=`cd $(distdir)/=inst && pwd`; \ cd $(distdir)/=build \ && ../configure --srcdir=.. --prefix=$$dc_install_base \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) dist -rm -rf $(distdir) @banner="$(distdir).tar.gz is ready for distribution"; \ dashes=`echo "$$banner" | sed s/./=/g`; \ echo "$$dashes"; \ echo "$$banner"; \ echo "$$dashes" dist: distdir -chmod -R a+r $(distdir) GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) -rm -rf $(distdir) dist-all: distdir -chmod -R a+r $(distdir) GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) -rm -rf $(distdir) distdir: $(DISTFILES) -rm -rf $(distdir) mkdir $(distdir) -chmod 777 $(distdir) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done for subdir in $(SUBDIRS); do \ if test "$$subdir" = .; then :; else \ test -d $(distdir)/$$subdir \ || mkdir $(distdir)/$$subdir \ || exit 1; \ chmod 777 $(distdir)/$$subdir; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \ || exit 1; \ fi; \ done info-am: info: info-recursive dvi-am: dvi: dvi-recursive check-am: all-am check: check-recursive installcheck-am: installcheck: installcheck-recursive all-recursive-am: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive install-exec-am: install-exec: install-exec-recursive install-data-am: install-data: install-data-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-recursive uninstall-am: uninstall: uninstall-recursive all-am: Makefile config.h all-redirect: all-recursive-am install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: installdirs-recursive installdirs-am: mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic mostlyclean: mostlyclean-recursive clean-am: clean-hdr clean-tags clean-generic mostlyclean-am clean: clean-recursive distclean-am: distclean-hdr distclean-tags distclean-generic clean-am distclean: distclean-recursive -rm -f config.status maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \ maintainer-clean-generic distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." maintainer-clean: maintainer-clean-recursive -rm -f config.status .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \ install-data-recursive uninstall-data-recursive install-exec-recursive \ uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ all-recursive check-recursive installcheck-recursive info-recursive \ dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \ install-exec-am install-exec install-data-am install-data install-am \ install uninstall-am uninstall all-redirect all-am all installdirs-am \ installdirs mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean ipkg: autoipkg # 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: matchbox-themes-extra-0.3/README0000644000175000017500000000000007744015777012136 matchbox-themes-extra-0.3/stamp-h.in0000644000175000017500000000001210012224103013121 timestamp matchbox-themes-extra-0.3/AUTHORS0000644000175000017500000000000007744015775012324 matchbox-themes-extra-0.3/COPYING0000644000000000000000000004311007735232337012261 GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. matchbox-themes-extra-0.3/ChangeLog0000644000175000017500000000000007744015775013026 matchbox-themes-extra-0.3/INSTALL0000644000000000000000000001722707735232337012271 Basic Installation ================== These are generic installation instructions. The `configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile' in each directory of the package. It may also create one or more `.h' files containing system-dependent definitions. Finally, it creates a shell script `config.status' that you can run in the future to recreate the current configuration, a file `config.cache' that saves the results of its tests to speed up reconfiguring, and a file `config.log' containing compiler output (useful mainly for debugging `configure'). If you need to do unusual things to compile the package, please try to figure out how `configure' could check whether to do them, and mail diffs or instructions to the address given in the `README' so they can be considered for the next release. If at some point `config.cache' contains results you don't want to keep, you may remove or edit it. The file `configure.in' is used to create `configure' by a program called `autoconf'. You only need `configure.in' if you want to change it or regenerate `configure' using a newer version of `autoconf'. The simplest way to compile this package is: 1. `cd' to the directory containing the package's source code and type `./configure' to configure the package for your system. If you're using `csh' on an old version of System V, you might need to type `sh ./configure' instead to prevent `csh' from trying to execute `configure' itself. Running `configure' takes awhile. While running, it prints some messages telling which features it is checking for. 2. Type `make' to compile the package. 3. Optionally, type `make check' to run any self-tests that come with the package. 4. Type `make install' to install the programs and any data files and documentation. 5. You can remove the program binaries and object files from the source code directory by typing `make clean'. To also remove the files that `configure' created (so you can compile the package for a different kind of computer), type `make distclean'. There is also a `make maintainer-clean' target, but that is intended mainly for the package's developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution. Compilers and Options ===================== Some systems require unusual options for compilation or linking that the `configure' script does not know about. You can give `configure' initial values for variables by setting them in the environment. Using a Bourne-compatible shell, you can do that on the command line like this: CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure Or on systems that have the `env' program, you can do it like this: env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure Compiling For Multiple Architectures ==================================== You can compile the package for more than one kind of computer at the same time, by placing the object files for each architecture in their own directory. To do this, you must use a version of `make' that supports the `VPATH' variable, such as GNU `make'. `cd' to the directory where you want the object files and executables to go and run the `configure' script. `configure' automatically checks for the source code in the directory that `configure' is in and in `..'. If you have to use a `make' that does not supports the `VPATH' variable, you have to compile the package for one architecture at a time in the source code directory. After you have installed the package for one architecture, use `make distclean' before reconfiguring for another architecture. Installation Names ================== By default, `make install' will install the package's files in `/usr/local/bin', `/usr/local/man', etc. You can specify an installation prefix other than `/usr/local' by giving `configure' the option `--prefix=PATH'. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you give `configure' the option `--exec-prefix=PATH', the package will use PATH as the prefix for installing programs and libraries. Documentation and other data files will still use the regular prefix. In addition, if you use an unusual directory layout you can give options like `--bindir=PATH' to specify different values for particular kinds of files. Run `configure --help' for a list of the directories you can set and what kinds of files go in them. If the package supports it, you can cause programs to be installed with an extra prefix or suffix on their names by giving `configure' the option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. Optional Features ================= Some packages pay attention to `--enable-FEATURE' options to `configure', where FEATURE indicates an optional part of the package. They may also pay attention to `--with-PACKAGE' options, where PACKAGE is something like `gnu-as' or `x' (for the X Window System). The `README' should mention any `--enable-' and `--with-' options that the package recognizes. For packages that use the X Window System, `configure' can usually find the X include and library files automatically, but if it doesn't, you can use the `configure' options `--x-includes=DIR' and `--x-libraries=DIR' to specify their locations. Specifying the System Type ========================== There may be some features `configure' can not figure out automatically, but needs to determine by the type of host the package will run on. Usually `configure' can figure that out, but if it prints a message saying it can not guess the host type, give it the `--host=TYPE' option. TYPE can either be a short name for the system type, such as `sun4', or a canonical name with three fields: CPU-COMPANY-SYSTEM See the file `config.sub' for the possible values of each field. If `config.sub' isn't included in this package, then this package doesn't need to know the host type. If you are building compiler tools for cross-compiling, you can also use the `--target=TYPE' option to select the type of system they will produce code for and the `--build=TYPE' option to select the type of system on which you are compiling the package. Sharing Defaults ================ If you want to set default values for `configure' scripts to share, you can create a site shell script called `config.site' that gives default values for variables like `CC', `cache_file', and `prefix'. `configure' looks for `PREFIX/share/config.site' if it exists, then `PREFIX/etc/config.site' if it exists. Or, you can set the `CONFIG_SITE' environment variable to the location of the site script. A warning: not all `configure' scripts look for a site script. Operation Controls ================== `configure' recognizes the following options to control how it operates. `--cache-file=FILE' Use and save the results of the tests in FILE instead of `./config.cache'. Set FILE to `/dev/null' to disable caching, for debugging `configure'. `--help' Print a summary of the options to `configure', and exit. `--quiet' `--silent' `-q' Do not print messages saying which checks are being made. To suppress all normal output, redirect it to `/dev/null' (any error messages will still be shown). `--srcdir=DIR' Look for the package's source code in directory DIR. Usually `configure' can determine that directory automatically. `--version' Print the version of Autoconf used to generate the `configure' script, and exit. `configure' also accepts some other, not widely useful, options. matchbox-themes-extra-0.3/Makefile.am0000644000175000017500000000013210006170146013271 SUBDIRS = mbcrystal expose Industrial EXTRA_DIST = .autoipkg make-ipks.sh ipkg: autoipkgmatchbox-themes-extra-0.3/NEWS0000644000175000017500000000000007744015775011753 matchbox-themes-extra-0.3/TODO0000644000175000017500000000020007744015775011746 + Fix mbcrystal dialog borders + Improve backgrounds ? + Fix mbcrystal window buttons + font. + Make mbcrystal-icon package ? matchbox-themes-extra-0.3/aclocal.m40000644000175000017500000011214410012224063013077 dnl aclocal.m4 generated automatically by aclocal 1.4-p6 dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl This program is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A dnl PARTICULAR PURPOSE. # lib-prefix.m4 serial 3 (gettext-0.13) dnl Copyright (C) 2001-2003 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General dnl Public License, this file may be distributed as part of a program dnl that contains a configuration script generated by Autoconf, under dnl the same distribution terms as the rest of that program. dnl From Bruno Haible. dnl AC_LIB_ARG_WITH is synonymous to AC_ARG_WITH in autoconf-2.13, and dnl similar to AC_ARG_WITH in autoconf 2.52...2.57 except that is doesn't dnl require excessive bracketing. ifdef([AC_HELP_STRING], [AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])], [AC_DEFUN([AC_][LIB_ARG_WITH], [AC_ARG_WITH([$1],[$2],[$3],[$4])])]) dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed dnl to access previously installed libraries. The basic assumption is that dnl a user will want packages to use other packages he previously installed dnl with the same --prefix option. dnl This macro is not needed if only AC_LIB_LINKFLAGS is used to locate dnl libraries, but is otherwise very convenient. AC_DEFUN([AC_LIB_PREFIX], [ AC_BEFORE([$0], [AC_LIB_LINKFLAGS]) AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) dnl By default, look in $includedir and $libdir. use_additional=yes AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) AC_LIB_ARG_WITH([lib-prefix], [ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib --without-lib-prefix don't search for libraries in includedir and libdir], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/lib" fi fi ]) if test $use_additional = yes; then dnl Potentially add $additional_includedir to $CPPFLAGS. dnl But don't add it dnl 1. if it's the standard /usr/include, dnl 2. if it's already present in $CPPFLAGS, dnl 3. if it's /usr/local/include and we are using GCC on Linux, dnl 4. if it doesn't exist as a directory. if test "X$additional_includedir" != "X/usr/include"; then haveit= for x in $CPPFLAGS; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux*) haveit=yes;; esac fi fi if test -z "$haveit"; then if test -d "$additional_includedir"; then dnl Really add $additional_includedir to $CPPFLAGS. CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir" fi fi fi fi dnl Potentially add $additional_libdir to $LDFLAGS. dnl But don't add it dnl 1. if it's the standard /usr/lib, dnl 2. if it's already present in $LDFLAGS, dnl 3. if it's /usr/local/lib and we are using GCC on Linux, dnl 4. if it doesn't exist as a directory. if test "X$additional_libdir" != "X/usr/lib"; then haveit= for x in $LDFLAGS; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test "X$additional_libdir" = "X/usr/local/lib"; then if test -n "$GCC"; then case $host_os in linux*) haveit=yes;; esac fi fi if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LDFLAGS. LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir" fi fi fi fi fi ]) dnl AC_LIB_PREPARE_PREFIX creates variables acl_final_prefix, dnl acl_final_exec_prefix, containing the values to which $prefix and dnl $exec_prefix will expand at the end of the configure script. AC_DEFUN([AC_LIB_PREPARE_PREFIX], [ dnl Unfortunately, prefix and exec_prefix get only finally determined dnl at the end of configure. if test "X$prefix" = "XNONE"; then acl_final_prefix="$ac_default_prefix" else acl_final_prefix="$prefix" fi if test "X$exec_prefix" = "XNONE"; then acl_final_exec_prefix='${prefix}' else acl_final_exec_prefix="$exec_prefix" fi acl_save_prefix="$prefix" prefix="$acl_final_prefix" eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" prefix="$acl_save_prefix" ]) dnl AC_LIB_WITH_FINAL_PREFIX([statement]) evaluates statement, with the dnl variables prefix and exec_prefix bound to the values they will have dnl at the end of the configure script. AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX], [ acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" $1 exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" ]) # lib-link.m4 serial 4 (gettext-0.12) dnl Copyright (C) 2001-2003 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General dnl Public License, this file may be distributed as part of a program dnl that contains a configuration script generated by Autoconf, under dnl the same distribution terms as the rest of that program. dnl From Bruno Haible. dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and dnl the libraries corresponding to explicit and implicit dependencies. dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and dnl augments the CPPFLAGS variable. AC_DEFUN([AC_LIB_LINKFLAGS], [ AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) define([Name],[translit([$1],[./-], [___])]) define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [ AC_LIB_LINKFLAGS_BODY([$1], [$2]) ac_cv_lib[]Name[]_libs="$LIB[]NAME" ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME" ac_cv_lib[]Name[]_cppflags="$INC[]NAME" ]) LIB[]NAME="$ac_cv_lib[]Name[]_libs" LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs" INC[]NAME="$ac_cv_lib[]Name[]_cppflags" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) AC_SUBST([LIB]NAME) AC_SUBST([LTLIB]NAME) dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the dnl results of this search when this library appears as a dependency. HAVE_LIB[]NAME=yes undefine([Name]) undefine([NAME]) ]) dnl AC_LIB_HAVE_LINKFLAGS(name, dependencies, includes, testcode) dnl searches for libname and the libraries corresponding to explicit and dnl implicit dependencies, together with the specified include files and dnl the ability to compile and link the specified testcode. If found, it dnl sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} and dnl LTLIB${NAME} variables and augments the CPPFLAGS variable, and dnl #defines HAVE_LIB${NAME} to 1. Otherwise, it sets and AC_SUBSTs dnl HAVE_LIB${NAME}=no and LIB${NAME} and LTLIB${NAME} to empty. AC_DEFUN([AC_LIB_HAVE_LINKFLAGS], [ AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) define([Name],[translit([$1],[./-], [___])]) define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME dnl accordingly. AC_LIB_LINKFLAGS_BODY([$1], [$2]) dnl Add $INC[]NAME to CPPFLAGS before performing the following checks, dnl because if the user has installed lib[]Name and not disabled its use dnl via --without-lib[]Name-prefix, he wants to use it. ac_save_CPPFLAGS="$CPPFLAGS" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) AC_CACHE_CHECK([for lib[]$1], [ac_cv_lib[]Name], [ ac_save_LIBS="$LIBS" LIBS="$LIBS $LIB[]NAME" AC_TRY_LINK([$3], [$4], [ac_cv_lib[]Name=yes], [ac_cv_lib[]Name=no]) LIBS="$ac_save_LIBS" ]) if test "$ac_cv_lib[]Name" = yes; then HAVE_LIB[]NAME=yes AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the $1 library.]) AC_MSG_CHECKING([how to link with lib[]$1]) AC_MSG_RESULT([$LIB[]NAME]) else HAVE_LIB[]NAME=no dnl If $LIB[]NAME didn't lead to a usable library, we don't need dnl $INC[]NAME either. CPPFLAGS="$ac_save_CPPFLAGS" LIB[]NAME= LTLIB[]NAME= fi AC_SUBST([HAVE_LIB]NAME) AC_SUBST([LIB]NAME) AC_SUBST([LTLIB]NAME) undefine([Name]) undefine([NAME]) ]) dnl Determine the platform dependent parameters needed to use rpath: dnl libext, shlibext, hardcode_libdir_flag_spec, hardcode_libdir_separator, dnl hardcode_direct, hardcode_minus_L. AC_DEFUN([AC_LIB_RPATH], [ AC_REQUIRE([AC_PROG_CC]) dnl we use $CC, $GCC, $LDFLAGS AC_REQUIRE([AC_LIB_PROG_LD]) dnl we use $LD, $with_gnu_ld AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use $host AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir AC_CACHE_CHECK([for shared library run path origin], acl_cv_rpath, [ CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh . ./conftest.sh rm -f ./conftest.sh acl_cv_rpath=done ]) wl="$acl_cv_wl" libext="$acl_cv_libext" shlibext="$acl_cv_shlibext" hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" hardcode_direct="$acl_cv_hardcode_direct" hardcode_minus_L="$acl_cv_hardcode_minus_L" dnl Determine whether the user wants rpath handling at all. AC_ARG_ENABLE(rpath, [ --disable-rpath do not hardcode runtime library paths], :, enable_rpath=yes) ]) dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and dnl the libraries corresponding to explicit and implicit dependencies. dnl Sets the LIB${NAME}, LTLIB${NAME} and INC${NAME} variables. AC_DEFUN([AC_LIB_LINKFLAGS_BODY], [ define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) dnl By default, look in $includedir and $libdir. use_additional=yes AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) AC_LIB_ARG_WITH([lib$1-prefix], [ --with-lib$1-prefix[=DIR] search for lib$1 in DIR/include and DIR/lib --without-lib$1-prefix don't search for lib$1 in includedir and libdir], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/lib" fi fi ]) dnl Search the library and its dependencies in $additional_libdir and dnl $LDFLAGS. Using breadth-first-seach. LIB[]NAME= LTLIB[]NAME= INC[]NAME= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='$1 $2' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" dnl See if it was already located by an earlier AC_LIB_LINKFLAGS dnl or AC_LIB_HAVE_LINKFLAGS call. uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value" else dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined dnl that this library doesn't exist. So just drop it. : fi else dnl Search the library lib$name in $additional_libdir and $LDFLAGS dnl and the already constructed $LIBNAME/$LTLIBNAME. found_dir= found_la= found_so= found_a= if test $use_additional = yes; then if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then found_dir="$additional_libdir" found_so="$additional_libdir/lib$name.$shlibext" if test -f "$additional_libdir/lib$name.la"; then found_la="$additional_libdir/lib$name.la" fi else if test -f "$additional_libdir/lib$name.$libext"; then found_dir="$additional_libdir" found_a="$additional_libdir/lib$name.$libext" if test -f "$additional_libdir/lib$name.la"; then found_la="$additional_libdir/lib$name.la" fi fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then found_dir="$dir" found_so="$dir/lib$name.$shlibext" if test -f "$dir/lib$name.la"; then found_la="$dir/lib$name.la" fi else if test -f "$dir/lib$name.$libext"; then found_dir="$dir" found_a="$dir/lib$name.$libext" if test -f "$dir/lib$name.la"; then found_la="$dir/lib$name.la" fi fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then dnl Found the library. LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then dnl Linking with a shared library. We attempt to hardcode its dnl directory into the executable's runpath, unless it's the dnl standard /usr/lib. if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then dnl No hardcoding is needed. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else dnl Use an explicit option to hardcode DIR into the resulting dnl binary. dnl Potentially add DIR to ltrpathdirs. dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi dnl The hardcoding into $LIBNAME is system dependent. if test "$hardcode_direct" = yes; then dnl Using DIR/libNAME.so during linking hardcodes DIR into the dnl resulting binary. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then dnl Use an explicit option to hardcode DIR into the resulting dnl binary. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" dnl Potentially add DIR to rpathdirs. dnl The rpathdirs will be appended to $LIBNAME at the end. haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else dnl Rely on "-L$found_dir". dnl But don't add it if it's already contained in the LDFLAGS dnl or the already constructed $LIBNAME haveit= for x in $LDFLAGS $LIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir" fi if test "$hardcode_minus_L" != no; then dnl FIXME: Not sure whether we should use dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" dnl here. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else dnl We cannot use $hardcode_runpath_var and LD_RUN_PATH dnl here, because this doesn't fit in flags passed to the dnl compiler. So give up. No hardcoding. This affects only dnl very old systems. dnl FIXME: Not sure whether we should use dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" dnl here. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then dnl Linking with a static library. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a" else dnl We shouldn't come here, but anyway it's good to have a dnl fallback. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name" fi fi dnl Assume the include files are nearby. additional_includedir= case "$found_dir" in */lib | */lib/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'` additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then dnl Potentially add $additional_includedir to $INCNAME. dnl But don't add it dnl 1. if it's the standard /usr/include, dnl 2. if it's /usr/local/include and we are using GCC on Linux, dnl 3. if it's already present in $CPPFLAGS or the already dnl constructed $INCNAME, dnl 4. if it doesn't exist as a directory. if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux*) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INC[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then dnl Really add $additional_includedir to $INCNAME. INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir" fi fi fi fi fi dnl Look for dependencies. if test -n "$found_la"; then dnl Read the .la file. It defines the variables dnl dlname, library_names, old_library, dependency_libs, current, dnl age, revision, installed, dlopen, dlpreopen, libdir. save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" dnl We use only dependency_libs. for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME. dnl But don't add it dnl 1. if it's the standard /usr/lib, dnl 2. if it's /usr/local/lib and we are using GCC on Linux, dnl 3. if it's already present in $LDFLAGS or the already dnl constructed $LIBNAME, dnl 4. if it doesn't exist as a directory. if test "X$additional_libdir" != "X/usr/lib"; then haveit= if test "X$additional_libdir" = "X/usr/local/lib"; then if test -n "$GCC"; then case $host_os in linux*) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LIBNAME. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LTLIBNAME. LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then dnl Potentially add DIR to rpathdirs. dnl The rpathdirs will be appended to $LIBNAME at the end. haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi dnl Potentially add DIR to ltrpathdirs. dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) dnl Handle this in the next round. names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) dnl Handle this in the next round. Throw away the .la's dnl directory; it is already contained in a preceding -L dnl option. names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) dnl Most likely an immediate library name. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep" LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep" ;; esac done fi else dnl Didn't find the library; assume it is in the system directories dnl known to the linker and runtime loader. (All the system dnl directories known to the linker should also be known to the dnl runtime loader, otherwise the system is severely misconfigured.) LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$hardcode_libdir_separator"; then dnl Weird platform: only the last -rpath option counts, the user must dnl pass all path elements in one option. We can arrange that for a dnl single library, but not when more than one $LIBNAMEs are used. alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir" done dnl Note: hardcode_libdir_flag_spec uses $libdir and $wl. acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" else dnl The -rpath options are cumulative. for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then dnl When using libtool, the option that works for both libraries and dnl executables is -R. The -R options are cumulative. for found_dir in $ltrpathdirs; do LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir" done fi ]) dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR, dnl unless already present in VAR. dnl Works only for CPPFLAGS, not for LIB* variables because that sometimes dnl contains two or three consecutive elements that belong together. AC_DEFUN([AC_LIB_APPENDTOVAR], [ for element in [$2]; do haveit= for x in $[$1]; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then [$1]="${[$1]}${[$1]:+ }$element" fi done ]) # lib-ld.m4 serial 3 (gettext-0.13) dnl Copyright (C) 1996-2003 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General dnl Public License, this file may be distributed as part of a program dnl that contains a configuration script generated by Autoconf, under dnl the same distribution terms as the rest of that program. dnl Subroutines of libtool.m4, dnl with replacements s/AC_/AC_LIB/ and s/lt_cv/acl_cv/ to avoid collision dnl with libtool.m4. dnl From libtool-1.4. Sets the variable with_gnu_ld to yes or no. AC_DEFUN([AC_LIB_PROG_LD_GNU], [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], acl_cv_prog_gnu_ld, [# I'd rather use --version here, but apparently some GNU ld's only accept -v. case `$LD -v 2>&1 conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by GCC]) case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [[\\/]* | [A-Za-z]:[\\/]*)] [re_direlt='/[^/][^/]*/\.\./'] # Canonicalize the path of ld ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL(acl_cv_path_LD, [if test -z "$LD"; then IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" for ac_dir in $PATH; do test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then acl_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some GNU ld's only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in *GNU* | *'with BFD'*) test "$with_gnu_ld" != no && break ;; *) test "$with_gnu_ld" != yes && break ;; esac fi done IFS="$ac_save_ifs" else acl_cv_path_LD="$LD" # Let the user override the test with a path. fi]) LD="$acl_cv_path_LD" if test -n "$LD"; then AC_MSG_RESULT($LD) else AC_MSG_RESULT(no) fi test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH]) AC_LIB_PROG_LD_GNU ]) # Do all the work for Automake. 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. # serial 1 dnl Usage: dnl AM_INIT_AUTOMAKE(package,version, [no-define]) AC_DEFUN([AM_INIT_AUTOMAKE], [AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL]) PACKAGE=[$1] AC_SUBST(PACKAGE) VERSION=[$2] AC_SUBST(VERSION) dnl test to see if srcdir already configured if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi ifelse([$3],, AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])) AC_REQUIRE([AM_SANITY_CHECK]) AC_REQUIRE([AC_ARG_PROGRAM]) dnl FIXME This is truly gross. missing_dir=`cd $ac_aux_dir && pwd` AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir) AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir) AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir) AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) AC_REQUIRE([AC_PROG_MAKE_SET])]) # Copyright 2002 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, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 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. AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.4"]) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- # Call AM_AUTOMAKE_VERSION so it can be traced. # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.4-p6])]) # # Check to make sure that the build environment is sane. # AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Just in case sleep 1 echo timestamp > conftestfile # 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 ( set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` if test "[$]*" = "X"; then # -L didn't work. set X `ls -t $srcdir/configure conftestfile` fi if test "[$]*" != "X $srcdir/configure conftestfile" \ && test "[$]*" != "X conftestfile $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 test "[$]2" = conftestfile ) then # Ok. : else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi rm -f conftest* AC_MSG_RESULT(yes)]) dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY) dnl The program must properly implement --version. AC_DEFUN([AM_MISSING_PROG], [AC_MSG_CHECKING(for working $2) # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. if ($2 --version) < /dev/null > /dev/null 2>&1; then $1=$2 AC_MSG_RESULT(found) else $1="$3/missing $2" AC_MSG_RESULT(missing) fi AC_SUBST($1)]) # Like AC_CONFIG_HEADER, but automatically create stamp file. AC_DEFUN([AM_CONFIG_HEADER], [AC_PREREQ([2.12]) AC_CONFIG_HEADER([$1]) dnl When config.status generates a header, we must update the stamp-h file. dnl This file resides in the same directory as the config header dnl that is generated. We must strip everything past the first ":", dnl and everything past the last "/". AC_OUTPUT_COMMANDS(changequote(<<,>>)dnl ifelse(patsubst(<<$1>>, <<[^ ]>>, <<>>), <<>>, <>CONFIG_HEADERS" || echo timestamp > patsubst(<<$1>>, <<^\([^:]*/\)?.*>>, <<\1>>)stamp-h<<>>dnl>>, <>; do case " <<$>>CONFIG_HEADERS " in *" <<$>>am_file "*<<)>> echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx ;; esac am_indx=`expr "<<$>>am_indx" + 1` done<<>>dnl>>) changequote([,]))]) matchbox-themes-extra-0.3/config.guess0000755000175000017500000012364610012224063013570 #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003 Free Software Foundation, Inc. timestamp='2004-01-05' # 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 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Originally written by Per Bothner . # Please send patches to . Submit a context # diff and a properly formatted ChangeLog entry. # # This script attempts to guess a canonical system name similar to # config.sub. If it succeeds, it prints the system name on stdout, and # exits with 0. Otherwise, it exits with 1. # # The plan is that this can be called by configure scripts if you # don't specify an explicit build system type. me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] Output the configuration name of the system \`$me' is run on. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 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 0 ;; --version | -v ) echo "$version" ; exit 0 ;; --help | --h* | -h ) echo "$usage"; exit 0 ;; -- ) # 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 -q "$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 ;' # 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 # 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 tupples: *-*-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=`(/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 ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently, or will in the future. case "${UNAME_MACHINE_ARCH}" in arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep __ELF__ >/dev/null 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 # 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/[-_].*/\./'` ;; 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}" exit 0 ;; amiga:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; arc:OpenBSD:*:*) echo mipsel-unknown-openbsd${UNAME_RELEASE} exit 0 ;; hp300:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; mac68k:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; macppc:OpenBSD:*:*) echo powerpc-unknown-openbsd${UNAME_RELEASE} exit 0 ;; mvme68k:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; mvme88k:OpenBSD:*:*) echo m88k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; mvmeppc:OpenBSD:*:*) echo powerpc-unknown-openbsd${UNAME_RELEASE} exit 0 ;; pegasos:OpenBSD:*:*) echo powerpc-unknown-openbsd${UNAME_RELEASE} exit 0 ;; pmax:OpenBSD:*:*) echo mipsel-unknown-openbsd${UNAME_RELEASE} exit 0 ;; sgi:OpenBSD:*:*) echo mipseb-unknown-openbsd${UNAME_RELEASE} exit 0 ;; sun3:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; wgrisc:OpenBSD:*:*) echo mipsel-unknown-openbsd${UNAME_RELEASE} exit 0 ;; *:OpenBSD:*:*) echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE} exit 0 ;; alpha:OSF1:*:*) if test $UNAME_RELEASE = "V4.0"; then UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` fi # 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 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/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` exit 0 ;; Alpha*:OpenVMS:*:*) echo alpha-hp-vms exit 0 ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # Should we change UNAME_MACHINE based on the output of uname instead # of the specific Alpha model? echo alpha-pc-interix exit 0 ;; 21064:Windows_NT:50:3) echo alpha-dec-winnt3.5 exit 0 ;; Amiga*:UNIX_System_V:4.0:*) echo m68k-unknown-sysv4 exit 0;; *:[Aa]miga[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-amigaos exit 0 ;; *:[Mm]orph[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-morphos exit 0 ;; *:OS/390:*:*) echo i370-ibm-openedition exit 0 ;; *:OS400:*:*) echo powerpc-ibm-os400 exit 0 ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit 0;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) echo hppa1.1-hitachi-hiuxmpp exit 0;; 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 0 ;; NILE*:*:*:dcosx) echo pyramid-pyramid-svr4 exit 0 ;; DRS?6000:unix:4.0:6*) echo sparc-icl-nx6 exit 0 ;; DRS?6000:UNIX_SV:4.2*:7*) case `/usr/bin/uname -p` in sparc) echo sparc-icl-nx7 && exit 0 ;; esac ;; sun4H:SunOS:5.*:*) echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit 0 ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit 0 ;; i86pc:SunOS:5.*:*) echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit 0 ;; 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 0 ;; 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 0 ;; sun3*:SunOS:*:*) echo m68k-sun-sunos${UNAME_RELEASE} exit 0 ;; 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 0 ;; aushp:SunOS:*:*) echo sparc-auspex-sunos${UNAME_RELEASE} exit 0 ;; # 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 0 ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit 0 ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit 0 ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) echo m68k-milan-mint${UNAME_RELEASE} exit 0 ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) echo m68k-hades-mint${UNAME_RELEASE} exit 0 ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) echo m68k-unknown-mint${UNAME_RELEASE} exit 0 ;; powerpc:machten:*:*) echo powerpc-apple-machten${UNAME_RELEASE} exit 0 ;; RISC*:Mach:*:*) echo mips-dec-mach_bsd4.3 exit 0 ;; RISC*:ULTRIX:*:*) echo mips-dec-ultrix${UNAME_RELEASE} exit 0 ;; VAX*:ULTRIX*:*:*) echo vax-dec-ultrix${UNAME_RELEASE} exit 0 ;; 2020:CLIX:*:* | 2430:CLIX:*:*) echo clipper-intergraph-clix${UNAME_RELEASE} exit 0 ;; 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 \ && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \ && exit 0 echo mips-mips-riscos${UNAME_RELEASE} exit 0 ;; Motorola:PowerMAX_OS:*:*) echo powerpc-motorola-powermax exit 0 ;; Motorola:*:4.3:PL8-*) echo powerpc-harris-powermax exit 0 ;; Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) echo powerpc-harris-powermax exit 0 ;; Night_Hawk:Power_UNIX:*:*) echo powerpc-harris-powerunix exit 0 ;; m88k:CX/UX:7*:*) echo m88k-harris-cxux7 exit 0 ;; m88k:*:4*:R4*) echo m88k-motorola-sysv4 exit 0 ;; m88k:*:3*:R3*) echo m88k-motorola-sysv3 exit 0 ;; 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 0 ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 exit 0 ;; M88*:*:R3*:*) # Delta 88k system running SVR3 echo m88k-motorola-sysv3 exit 0 ;; XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) echo m88k-tektronix-sysv3 exit 0 ;; Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) echo m68k-tektronix-bsd exit 0 ;; *:IRIX*:*:*) echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` exit 0 ;; ????????: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 0 ;; # Note that: echo "'`uname -s`'" gives 'AIX ' i*86:AIX:*:*) echo i386-ibm-aix exit 0 ;; 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 0 ;; *: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 $CC_FOR_BUILD -o $dummy $dummy.c && $dummy && exit 0 echo rs6000-ibm-aix3.2.5 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 0 ;; *:AIX:*:[45]) 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/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${IBM_ARCH}-ibm-aix${IBM_REV} exit 0 ;; *:AIX:*:*) echo rs6000-ibm-aix exit 0 ;; ibmrt:4.4BSD:*|romp-ibm:BSD:*) echo romp-ibm-bsd4.4 exit 0 ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to exit 0 ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx exit 0 ;; DPX/2?00:B.O.S.:*:*) echo m68k-bull-sysv3 exit 0 ;; 9000/[34]??:4.3bsd:1.*:*) echo m68k-hp-bsd exit 0 ;; hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) echo m68k-hp-bsd4.4 exit 0 ;; 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 # avoid double evaluation of $set_cc_for_build test -n "$CC_FOR_BUILD" || eval $set_cc_for_build if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E -) | grep __LP64__ >/dev/null then HP_ARCH="hppa2.0w" else HP_ARCH="hppa64" fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} exit 0 ;; ia64:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` echo ia64-hp-hpux${HPUX_REV} exit 0 ;; 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 && $dummy && exit 0 echo unknown-hitachi-hiuxwe2 exit 0 ;; 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) echo hppa1.1-hp-bsd exit 0 ;; 9000/8??:4.3bsd:*:*) echo hppa1.0-hp-bsd exit 0 ;; *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) echo hppa1.0-hp-mpeix exit 0 ;; hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) echo hppa1.1-hp-osf exit 0 ;; hp8??:OSF1:*:*) echo hppa1.0-hp-osf exit 0 ;; i*86:OSF1:*:*) if [ -x /usr/sbin/sysversion ] ; then echo ${UNAME_MACHINE}-unknown-osf1mk else echo ${UNAME_MACHINE}-unknown-osf1 fi exit 0 ;; parisc*:Lites*:*:*) echo hppa1.1-hp-lites exit 0 ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd exit 0 ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit 0 ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd exit 0 ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd exit 0 ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd exit 0 ;; CRAY*Y-MP:*:*:*) echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit 0 ;; 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 0 ;; CRAY*TS:*:*:*) echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit 0 ;; CRAY*T3E:*:*:*) echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit 0 ;; CRAY*SV1:*:*:*) echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit 0 ;; *:UNICOS/mp:*:*) echo nv1-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit 0 ;; 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 0 ;; 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 0 ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} exit 0 ;; sparc*:BSD/OS:*:*) echo sparc-unknown-bsdi${UNAME_RELEASE} exit 0 ;; *:BSD/OS:*:*) echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit 0 ;; *:FreeBSD:*:*) # Determine whether the default compiler uses glibc. eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include #if __GLIBC__ >= 2 LIBC=gnu #else LIBC= #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` # GNU/KFreeBSD systems have a "k" prefix to indicate we are using # FreeBSD's kernel, but not the complete OS. case ${LIBC} in gnu) kernel_only='k' ;; esac echo ${UNAME_MACHINE}-unknown-${kernel_only}freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC} exit 0 ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit 0 ;; i*:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit 0 ;; i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit 0 ;; x86:Interix*:[34]*) echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//' exit 0 ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks exit 0 ;; i*:Windows_NT*:* | Pentium*:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we # UNAME_MACHINE based on the output of uname instead of i386? echo i586-pc-interix exit 0 ;; i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin exit 0 ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit 0 ;; prep*:SunOS:5.*:*) echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit 0 ;; *:GNU:*:*) # the GNU system echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit 0 ;; *:GNU/*:*:*) # other systems with GNU libc and userland echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu exit 0 ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit 0 ;; arm*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; cris:Linux:*:*) echo cris-axis-linux-gnu exit 0 ;; ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; m68*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; mips:Linux:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #undef CPU #undef mips #undef mipsel #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) CPU=mipsel #else #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) CPU=mips #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-gnu" && exit 0 ;; mips64:Linux:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #undef CPU #undef mips64 #undef mips64el #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) CPU=mips64el #else #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) CPU=mips64 #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-gnu" && exit 0 ;; ppc:Linux:*:*) echo powerpc-unknown-linux-gnu exit 0 ;; ppc64:Linux:*:*) echo powerpc64-unknown-linux-gnu exit 0 ;; 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 ld.so.1 >/dev/null if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} exit 0 ;; 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-gnu ;; PA8*) echo hppa2.0-unknown-linux-gnu ;; *) echo hppa-unknown-linux-gnu ;; esac exit 0 ;; parisc64:Linux:*:* | hppa64:Linux:*:*) echo hppa64-unknown-linux-gnu exit 0 ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux exit 0 ;; sh64*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; sh*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; x86_64:Linux:*:*) echo x86_64-unknown-linux-gnu exit 0 ;; i*86:Linux:*:*) # The BFD linker knows what the default object file format is, so # first see if it will tell us. cd to the root directory to prevent # problems with other programs or directories called `ld' in the path. # Set LC_ALL=C to ensure ld outputs messages in English. ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \ | sed -ne '/supported targets:/!d s/[ ][ ]*/ /g s/.*supported targets: *// s/ .*// p'` case "$ld_supported_targets" in elf32-i386) TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" ;; a.out-i386-linux) echo "${UNAME_MACHINE}-pc-linux-gnuaout" exit 0 ;; coff-i386) echo "${UNAME_MACHINE}-pc-linux-gnucoff" exit 0 ;; "") # Either a pre-BFD a.out linker (linux-gnuoldld) or # one that does not give us useful --help. echo "${UNAME_MACHINE}-pc-linux-gnuoldld" exit 0 ;; esac # Determine whether the default compiler is a.out or elf eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include #ifdef __ELF__ # ifdef __GLIBC__ # if __GLIBC__ >= 2 LIBC=gnu # else LIBC=gnulibc1 # endif # else LIBC=gnulibc1 # endif #else #ifdef __INTEL_COMPILER LIBC=gnu #else LIBC=gnuaout #endif #endif #ifdef __dietlibc__ LIBC=dietlibc #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0 test x"${TENTATIVE}" != x && echo "${TENTATIVE}" && exit 0 ;; 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 0 ;; 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 0 ;; 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 0 ;; i*86:XTS-300:*:STOP) echo ${UNAME_MACHINE}-unknown-stop exit 0 ;; i*86:atheos:*:*) echo ${UNAME_MACHINE}-unknown-atheos exit 0 ;; i*86:syllable:*:*) echo ${UNAME_MACHINE}-pc-syllable exit 0 ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*) echo i386-unknown-lynxos${UNAME_RELEASE} exit 0 ;; i*86:*DOS:*:*) echo ${UNAME_MACHINE}-pc-msdosdjgpp exit 0 ;; i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} else echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} fi exit 0 ;; i*86:*:5:[78]*) 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 0 ;; 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 0 ;; 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 i386. echo i386-pc-msdosdjgpp exit 0 ;; Intel:Mach:3*:*) echo i386-pc-mach3 exit 0 ;; paragon:*:*:*) echo i860-intel-osf1 exit 0 ;; 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 0 ;; mini*:CTIX:SYS*5:*) # "miniframe" echo m68010-convergent-sysv exit 0 ;; mc68k:UNIX:SYSTEM5:3.51m) echo m68k-convergent-sysv exit 0 ;; M680?0:D-NIX:5.3:*) echo m68k-diab-dnix exit 0 ;; M68*:*:R3V[567]*:*) test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;; 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) 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 0 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && echo i586-ncr-sysv4.3${OS_REL} && exit 0 ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && echo i486-ncr-sysv4 && exit 0 ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) echo m68k-unknown-lynxos${UNAME_RELEASE} exit 0 ;; mc68030:UNIX_System_V:4.*:*) echo m68k-atari-sysv4 exit 0 ;; TSUNAMI:LynxOS:2.*:*) echo sparc-unknown-lynxos${UNAME_RELEASE} exit 0 ;; rs6000:LynxOS:2.*:*) echo rs6000-unknown-lynxos${UNAME_RELEASE} exit 0 ;; PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*) echo powerpc-unknown-lynxos${UNAME_RELEASE} exit 0 ;; SM[BE]S:UNIX_SV:*:*) echo mips-dde-sysv${UNAME_RELEASE} exit 0 ;; RM*:ReliantUNIX-*:*:*) echo mips-sni-sysv4 exit 0 ;; RM*:SINIX-*:*:*) echo mips-sni-sysv4 exit 0 ;; *: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 0 ;; PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort # says echo i586-unisys-sysv4 exit 0 ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm echo hppa1.1-stratus-sysv4 exit 0 ;; *:*:*:FTX*) # From seanf@swdc.stratus.com. echo i860-stratus-sysv4 exit 0 ;; *:VOS:*:*) # From Paul.Green@stratus.com. echo hppa1.1-stratus-vos exit 0 ;; mc68*:A/UX:*:*) echo m68k-apple-aux${UNAME_RELEASE} exit 0 ;; news*:NEWS-OS:6*:*) echo mips-sony-newsos6 exit 0 ;; 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 0 ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. echo powerpc-be-beos exit 0 ;; BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. echo powerpc-apple-beos exit 0 ;; BePC:BeOS:*:*) # BeOS running on Intel PC compatible. echo i586-pc-beos exit 0 ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} exit 0 ;; SX-5:SUPER-UX:*:*) echo sx5-nec-superux${UNAME_RELEASE} exit 0 ;; SX-6:SUPER-UX:*:*) echo sx6-nec-superux${UNAME_RELEASE} exit 0 ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} exit 0 ;; *:Rhapsody:*:*) echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} exit 0 ;; *:Darwin:*:*) case `uname -p` in *86) UNAME_PROCESSOR=i686 ;; powerpc) UNAME_PROCESSOR=powerpc ;; esac echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit 0 ;; *: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 0 ;; *:QNX:*:4*) echo i386-pc-qnx exit 0 ;; NSR-?:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit 0 ;; *:NonStop-UX:*:*) echo mips-compaq-nonstopux exit 0 ;; BS2000:POSIX*:*:*) echo bs2000-siemens-sysv exit 0 ;; DS/*:UNIX_System_V:*:*) echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} exit 0 ;; *: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 0 ;; *:TOPS-10:*:*) echo pdp10-unknown-tops10 exit 0 ;; *:TENEX:*:*) echo pdp10-unknown-tenex exit 0 ;; KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) echo pdp10-dec-tops20 exit 0 ;; XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) echo pdp10-xkl-tops20 exit 0 ;; *:TOPS-20:*:*) echo pdp10-unknown-tops20 exit 0 ;; *:ITS:*:*) echo pdp10-unknown-its exit 0 ;; SEI:*:*:SEIUX) echo mips-sei-seiux${UNAME_RELEASE} exit 0 ;; *:DRAGONFLY:*:*) echo ${UNAME_MACHINE}-unknown-dragonfly${UNAME_RELEASE} exit 0 ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 #echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 eval $set_cc_for_build cat >$dummy.c < # include #endif main () { #if defined (sony) #if defined (MIPSEB) /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, I don't know.... */ printf ("mips-sony-bsd\n"); exit (0); #else #include printf ("m68k-sony-newsos%s\n", #ifdef NEWSOS4 "4" #else "" #endif ); exit (0); #endif #endif #if defined (__arm) && defined (__acorn) && defined (__unix) printf ("arm-acorn-riscix"); exit (0); #endif #if defined (hp300) && !defined (hpux) printf ("m68k-hp-bsd\n"); exit (0); #endif #if defined (NeXT) #if !defined (__ARCHITECTURE__) #define __ARCHITECTURE__ "m68k" #endif int version; version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; if (version < 4) printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); else printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); exit (0); #endif #if defined (MULTIMAX) || defined (n16) #if defined (UMAXV) printf ("ns32k-encore-sysv\n"); exit (0); #else #if defined (CMU) printf ("ns32k-encore-mach\n"); exit (0); #else printf ("ns32k-encore-bsd\n"); exit (0); #endif #endif #endif #if defined (__386BSD__) printf ("i386-pc-bsd\n"); exit (0); #endif #if defined (sequent) #if defined (i386) printf ("i386-sequent-dynix\n"); exit (0); #endif #if defined (ns32000) printf ("ns32k-sequent-dynix\n"); exit (0); #endif #endif #if defined (_SEQUENT_) struct utsname un; uname(&un); if (strncmp(un.version, "V2", 2) == 0) { printf ("i386-sequent-ptx2\n"); exit (0); } if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ printf ("i386-sequent-ptx1\n"); exit (0); } printf ("i386-sequent-ptx\n"); exit (0); #endif #if defined (vax) # if !defined (ultrix) # include # if defined (BSD) # if BSD == 43 printf ("vax-dec-bsd4.3\n"); exit (0); # else # if BSD == 199006 printf ("vax-dec-bsd4.3reno\n"); exit (0); # else printf ("vax-dec-bsd\n"); exit (0); # endif # endif # else printf ("vax-dec-bsd\n"); exit (0); # endif # else printf ("vax-dec-ultrix\n"); exit (0); # endif #endif #if defined (alliant) && defined (i860) printf ("i860-alliant-bsd\n"); exit (0); #endif exit (1); } EOF $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && $dummy && exit 0 # Apollos put the system type in the environment. test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit 0; } # Convex versions that predate uname can use getsysinfo(1) if [ -x /usr/convex/getsysinfo ] then case `getsysinfo -f cpu_type` in c1*) echo c1-convex-bsd exit 0 ;; c2*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit 0 ;; c34*) echo c34-convex-bsd exit 0 ;; c38*) echo c38-convex-bsd exit 0 ;; c4*) echo c4-convex-bsd exit 0 ;; esac fi cat >&2 < in order to provide the needed information to handle your system. config.guess timestamp = $timestamp 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` /bin/uname -X = `(/bin/uname -X) 2>/dev/null` hostinfo = `(hostinfo) 2>/dev/null` /bin/universe = `(/bin/universe) 2>/dev/null` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` /bin/arch = `(/bin/arch) 2>/dev/null` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` UNAME_MACHINE = ${UNAME_MACHINE} UNAME_RELEASE = ${UNAME_RELEASE} UNAME_SYSTEM = ${UNAME_SYSTEM} UNAME_VERSION = ${UNAME_VERSION} EOF exit 1 # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: matchbox-themes-extra-0.3/config.h.in0000644000175000017500000000105507744016152013300 /* config.h.in. Generated from configure.ac by autoheader. */ /* Name of package */ #undef PACKAGE /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Version number of package */ #undef VERSION matchbox-themes-extra-0.3/config.sub0000755000175000017500000007431510012224063013231 #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003 Free Software Foundation, Inc. timestamp='2004-01-05' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software # can handle that machine. It does not imply ALL GNU software can. # # 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 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Please send patches to . Submit a context # diff and a properly formatted ChangeLog entry. # # 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. # 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 $0 [OPTION] ALIAS Canonicalize a configuration name. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.sub ($timestamp) Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 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 0 ;; --version | -v ) echo "$version" ; exit 0 ;; --help | --h* | -h ) echo "$usage"; exit 0 ;; -- ) # 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 0;; * ) 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-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \ kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; *) 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) os= basic_machine=$1 ;; -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 ;; -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/'` ;; -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*) os=-lynxos ;; -ptx*) basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` ;; -windowsnt*) os=`echo $os | sed -e 's/windowsnt/winnt/'` ;; -psos*) os=-psos ;; -mint | -mint[0-9]*) basic_machine=m68k-atari os=-mint ;; esac # Decode aliases for certain CPU-COMPANY combinations. case $basic_machine in # Recognize the basic CPU types without company name. # Some are omitted here because they have special meanings below. 1750a | 580 \ | a29k \ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ | m32r | m68000 | m68k | m88k | mcore \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ | mips64vr | mips64vrel \ | mips64orion | mips64orionel \ | mips64vr4100 | mips64vr4100el \ | mips64vr4300 | mips64vr4300el \ | mips64vr5000 | mips64vr5000el \ | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ | mipsisa64 | mipsisa64el \ | mipsisa64r2 | mipsisa64r2el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ | msp430 \ | ns16k | ns32k \ | openrisc | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv9 | sparcv9b \ | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ | v850 | v850e \ | we32k \ | x86 | xscale | xstormy16 | xtensa \ | z8k) basic_machine=$basic_machine-unknown ;; m6811 | m68hc11 | m6812 | m68hc12) # Motorola 68HC11/12. basic_machine=$basic_machine-unknown os=-none ;; m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) ;; # 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-* \ | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* \ | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ | clipper-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ | m32r-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | mcore-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ | mips64vr-* | mips64vrel-* \ | mips64orion-* | mips64orionel-* \ | mips64vr4100-* | mips64vr4100el-* \ | mips64vr4300-* | mips64vr4300el-* \ | mips64vr5000-* | mips64vr5000el-* \ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ | mipsisa64-* | mipsisa64el-* \ | mipsisa64r2-* | mipsisa64r2el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipstx39-* | mipstx39el-* \ | msp430-* \ | none-* | np1-* | nv1-* | ns16k-* | ns32k-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ | romp-* | rs6000-* \ | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \ | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tron-* \ | v850-* | v850e-* | vax-* \ | we32k-* \ | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \ | xtensa-* \ | ymp-* \ | z8k-*) ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) basic_machine=i386-unknown os=-bsd ;; 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) basic_machine=m68000-att ;; 3b*) basic_machine=we32k-att ;; a29khif) basic_machine=a29k-amd os=-udi ;; 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 ;; aux) basic_machine=m68k-apple os=-aux ;; balance) basic_machine=ns32k-sequent os=-dynix ;; c90) basic_machine=c90-cray os=-unicos ;; 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 ;; crds | unos) basic_machine=m68k-crds ;; cris | cris-* | etrax*) basic_machine=cris-axis ;; 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 ;; dpx20 | dpx20-*) basic_machine=rs6000-bull os=-bosx ;; dpx2* | dpx2*-bull) basic_machine=m68k-bull os=-sysv3 ;; ebmon29k) basic_machine=a29k-amd os=-ebmon ;; elxsi) basic_machine=elxsi-elxsi os=-bsd ;; encore | umax | mmax) basic_machine=ns32k-encore ;; es1800 | OSE68k | ose68k | ose | OSE) basic_machine=m68k-ericsson os=-ose ;; fx2800) basic_machine=i860-alliant ;; genix) basic_machine=ns32k-ns ;; gmicro) basic_machine=tron-gmicro os=-sysv ;; go32) basic_machine=i386-pc os=-go32 ;; h3050r* | hiux*) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; h8300hms) basic_machine=h8300-hitachi os=-hms ;; h8300xray) basic_machine=h8300-hitachi os=-xray ;; h8500hms) basic_machine=h8500-hitachi os=-hms ;; harris) basic_machine=m88k-harris os=-sysv3 ;; hp300-*) basic_machine=m68k-hp ;; hp300bsd) basic_machine=m68k-hp os=-bsd ;; hp300hpux) basic_machine=m68k-hp os=-hpux ;; hp3k9[0-9][0-9] | hp9[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k2[0-9][0-9] | hp9k31[0-9]) basic_machine=m68000-hp ;; hp9k3[2-9][0-9]) basic_machine=m68k-hp ;; hp9k6[0-9][0-9] | hp6[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k7[0-79][0-9] | hp7[0-79][0-9]) basic_machine=hppa1.1-hp ;; hp9k78[0-9] | hp78[0-9]) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[0-9][13679] | hp8[0-9][13679]) basic_machine=hppa1.1-hp ;; hp9k8[0-9][0-9] | hp8[0-9][0-9]) basic_machine=hppa1.0-hp ;; hppa-next) os=-nextstep3 ;; hppaosf) basic_machine=hppa1.1-hp os=-osf ;; hppro) basic_machine=hppa1.1-hp os=-proelf ;; i370-ibm* | ibm*) basic_machine=i370-ibm ;; # I'm not sure what "Sysv32" means. Should this be sysv3.2? i*86v32) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv32 ;; i*86v4*) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv4 ;; i*86v) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv ;; i*86sol2) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-solaris2 ;; i386mach) basic_machine=i386-mach os=-mach ;; i386-vsta | vsta) basic_machine=i386-unknown os=-vsta ;; iris | iris4d) basic_machine=mips-sgi case $os in -irix*) ;; *) os=-irix4 ;; esac ;; isi68 | isi) basic_machine=m68k-isi os=-sysv ;; m88k-omron*) basic_machine=m88k-omron ;; magnum | m3230) basic_machine=mips-mips os=-sysv ;; merlin) basic_machine=ns32k-utek os=-sysv ;; mingw32) basic_machine=i386-pc os=-mingw32 ;; 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 ;; mmix*) basic_machine=mmix-knuth os=-mmixware ;; monitor) basic_machine=m68k-rom68k os=-coff ;; morphos) basic_machine=powerpc-unknown os=-morphos ;; msdos) basic_machine=i386-pc os=-msdos ;; mvs) basic_machine=i370-ibm os=-mvs ;; 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 ;; nv1) basic_machine=nv1-cray os=-unicosmp ;; nsr-tandem) basic_machine=nsr-tandem ;; op50n-* | op60c-*) basic_machine=hppa1.1-oki os=-proelf ;; or32 | or32-*) basic_machine=or32-unknown os=-coff ;; 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 ;; pbd) basic_machine=sparc-tti ;; pbb) basic_machine=m68k-tti ;; pc532 | pc532-*) basic_machine=ns32k-pc532 ;; 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) basic_machine=powerpc-unknown ;; ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppcle | powerpclittle | ppc-le | powerpc-little) 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 | ppc64-le | powerpc64-little) 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 ;; 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 ;; sei) basic_machine=mips-sei os=-seiux ;; sequent) basic_machine=i386-sequent ;; sh) basic_machine=sh-hitachi os=-hms ;; sh64) basic_machine=sh64-unknown ;; sparclite-wrs | simso-wrs) basic_machine=sparclite-wrs os=-vxworks ;; sps7) basic_machine=m68k-bull os=-sysv2 ;; spur) basic_machine=spur-unknown ;; st2000) basic_machine=m68k-tandem ;; stratus) basic_machine=i860-stratus os=-sysv4 ;; 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 ;; tic54x | c54x*) basic_machine=tic54x-unknown os=-coff ;; tic55x | c55x*) basic_machine=tic55x-unknown os=-coff ;; tic6x | c6x*) basic_machine=tic6x-unknown os=-coff ;; 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 ;; xps | xps100) basic_machine=xps100-honeywell ;; ymp) basic_machine=ymp-cray os=-unicos ;; z8k-*-coff) basic_machine=z8k-unknown os=-sim ;; none) basic_machine=none-none os=-none ;; # Here we handle the default manufacturer of certain CPU types. It is in # some cases the only manufacturer, in others, it is the most popular. w89k) basic_machine=hppa1.1-winbond ;; op50n) basic_machine=hppa1.1-oki ;; op60c) basic_machine=hppa1.1-oki ;; romp) basic_machine=romp-ibm ;; rs6000) basic_machine=rs6000-ibm ;; vax) basic_machine=vax-dec ;; pdp10) # there are many clones, so DEC is not a safe bet basic_machine=pdp10-unknown ;; pdp11) basic_machine=pdp11-dec ;; we32k) basic_machine=we32k-att ;; sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; sh64) basic_machine=sh64-unknown ;; sparc | sparcv9 | sparcv9b) basic_machine=sparc-sun ;; cydra) basic_machine=cydra-cydrome ;; orion) basic_machine=orion-highlevel ;; orion105) basic_machine=clipper-highlevel ;; mac | mpw | mac-mpw) basic_machine=m68k-apple ;; pmac | pmac-mpw) basic_machine=powerpc-apple ;; *-unknown) # Make sure to match an already-canonicalized machine name. ;; *) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; esac # Here we canonicalize certain aliases for manufacturers. case $basic_machine in *-digital*) basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` ;; *-commodore*) basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` ;; *) ;; esac # Decode manufacturer-specific aliases for certain operating systems. if [ x"$os" != x"" ] then case $os in # First match some system type aliases # that might get confused with valid system types. # -solaris* is a basic system type, with this one exception. -solaris1 | -solaris1.*) os=`echo $os | sed -e 's|solaris1|sunos4|'` ;; -solaris) os=-solaris2 ;; -svr4*) os=-sysv4 ;; -unixware*) os=-sysv4.2uw ;; -gnu/linux*) os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` ;; # First accept the basic system types. # The portable systems comes first. # Each alternative MUST END IN A *, to match a version number. # -sysv* is not here because it comes later, after sysvr4. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | -aos* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -netbsd* | -openbsd* | -kfreebsd* | -freebsd* | -riscix* \ | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) case $basic_machine in x86-* | i*86-*) ;; *) os=-nto$os ;; esac ;; -nto-qnx*) ;; -nto*) os=`echo $os | sed -e 's|nto|nto-qnx|'` ;; -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ | -windows* | -osx | -abug | -netware* | -os9* | -beos* \ | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) ;; -mac*) os=`echo $os | sed -e 's|mac|macos|'` ;; -linux-dietlibc) os=-linux-dietlibc ;; -linux*) os=`echo $os | sed -e 's|linux|linux-gnu|'` ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'` ;; -sunos6*) os=`echo $os | sed -e 's|sunos6|solaris3|'` ;; -opened*) os=-openedition ;; -os400*) os=-os400 ;; -wince*) os=-wince ;; -osfrose*) os=-osfrose ;; -osf*) os=-osf ;; -utek*) os=-bsd ;; -dynix*) os=-bsd ;; -acis*) os=-aos ;; -atheos*) os=-atheos ;; -syllable*) os=-syllable ;; -386bsd) os=-bsd ;; -ctix* | -uts*) os=-sysv ;; -nova*) os=-rtmk-nova ;; -ns2 ) os=-nextstep2 ;; -nsk*) os=-nsk ;; # Preserve the version number of sinix5. -sinix5.*) os=`echo $os | sed -e 's|sinix|sysv|'` ;; -sinix*) os=-sysv4 ;; -tpf*) os=-tpf ;; -triton*) os=-sysv3 ;; -oss*) os=-sysv3 ;; -svr4) os=-sysv4 ;; -svr3) os=-sysv3 ;; -sysvr4) os=-sysv4 ;; # This must come after -sysvr4. -sysv*) ;; -ose*) os=-ose ;; -es1800*) os=-ose ;; -xenix) os=-xenix ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) os=-mint ;; -aros*) os=-aros ;; -kaos*) os=-kaos ;; -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 *-acorn) os=-riscix1.2 ;; arm*-rebel) os=-linux ;; arm*-semi) os=-aout ;; c4x-* | tic4x-*) 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 # This also exists in the configure program, but was not the # default. # os=-sunos4 ;; m68*-cisco) os=-aout ;; mips*-cisco) os=-elf ;; mips*-*) os=-elf ;; or32-*) os=-coff ;; *-tti) # must be before sparc entry or we get the wrong os. os=-sysv3 ;; sparc-* | *-sun) os=-sunos4.1.1 ;; *-be) os=-beos ;; *-ibm) os=-aix ;; *-wec) os=-proelf ;; *-winbond) os=-proelf ;; *-oki) os=-proelf ;; *-hp) os=-hpux ;; *-hitachi) os=-hiux ;; i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) os=-sysv ;; *-cbm) os=-amigaos ;; *-dg) os=-dgux ;; *-dolphin) os=-sysv3 ;; m68k-ccur) os=-rtu ;; m88k-omron*) os=-luna ;; *-next ) os=-nextstep ;; *-sequent) os=-ptx ;; *-crds) os=-unos ;; *-ns) os=-genix ;; i370-*) os=-mvs ;; *-next) os=-nextstep3 ;; *-gould) os=-sysv ;; *-highlevel) os=-bsd ;; *-encore) os=-bsd ;; *-sgi) os=-irix ;; *-siemens) os=-sysv4 ;; *-masscomp) os=-rtu ;; f30[01]-fujitsu | f700-fujitsu) os=-uxpv ;; *-rom68k) os=-coff ;; *-*bug) os=-coff ;; *-apple) os=-macos ;; *-atari*) os=-mint ;; *) os=-none ;; esac fi # Here we handle the case where we know the os, and the CPU type, but not the # manufacturer. We pick the logical manufacturer. vendor=unknown case $basic_machine in *-unknown) case $os in -riscix*) vendor=acorn ;; -sunos*) vendor=sun ;; -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 0 # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: matchbox-themes-extra-0.3/configure0000755000175000017500000026313610012224064013157 #! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59. # # Copyright (C) 2003 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 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+"$@"}'='"$@"' elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then set -o posix fi DUALCASE=1; export DUALCASE # for MKS sh # Support unset when possible. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then as_unset=unset else as_unset=false fi # Work around bugs in pre-3.0 UWIN ksh. $as_unset ENV MAIL MAILPATH PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. for as_var in \ LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ LC_TELEPHONE LC_TIME do if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then eval $as_var=C; export $as_var else $as_unset $as_var fi done # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1; 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 # Name of the executable. as_me=`$as_basename "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)$' \| \ . : '\(.\)' 2>/dev/null || echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } /^X\/\(\/\/\)$/{ s//\1/; q; } /^X\/\(\/\).*/{ s//\1/; q; } s/.*/./; q'` # PATH needs CR, and LINENO needs CR and PATH. # 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 # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then echo "#! /bin/sh" >conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi as_lineno_1=$LINENO as_lineno_2=$LINENO as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` test "x$as_lineno_1" != "x$as_lineno_2" && test "x$as_lineno_3" = "x$as_lineno_2" || { # Find who we are. Look in the path if we contain no path at all # relative or not. case $0 in *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done ;; 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 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 { (exit 1); exit 1; }; } fi case $CONFIG_SHELL in '') as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for as_base in sh bash ksh sh5; do case $as_dir in /*) if ("$as_dir/$as_base" -c ' as_lineno_1=$LINENO as_lineno_2=$LINENO as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` test "x$as_lineno_1" != "x$as_lineno_2" && test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } CONFIG_SHELL=$as_dir/$as_base export CONFIG_SHELL exec "$CONFIG_SHELL" "$0" ${1+"$@"} fi;; esac done done ;; esac # Create $as_me.lineno as a copy of $as_myself, but with $LINENO # uniformly replaced by the line number. The first 'sed' inserts a # line-number line before each line; the second 'sed' does the real # work. The second script uses 'N' to pair each line-number line # with the numbered line, and appends trailing '-' during # substitution so that $LINENO is not a special case at line end. # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) sed '=' <$as_myself | sed ' N s,$,-, : loop s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, t loop s,-$,, s,^['$as_cr_digits']*\n,, ' >$as_me.lineno && chmod +x $as_me.lineno || { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 { (exit 1); exit 1; }; } # 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 sensible to this). . ./$as_me.lineno # Exit status is that of the last command. exit } case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in *c*,-n*) ECHO_N= ECHO_C=' ' ECHO_T=' ' ;; *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; *) ECHO_N= ECHO_C='\c' ECHO_T= ;; esac if expr a : '\(a\)' >/dev/null 2>&1; then as_expr=expr else as_expr=false fi rm -f conf$$ conf$$.exe conf$$.file echo >conf$$.file if ln -s conf$$.file conf$$ 2>/dev/null; then # We could just check for DJGPP; but this test a) works b) is more generic # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). if test -f conf$$.exe; then # Don't use ln at all; we don't have any links as_ln_s='cp -p' else as_ln_s='ln -s' fi elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -p' fi rm -f conf$$ conf$$.exe conf$$.file if mkdir -p . 2>/dev/null; then as_mkdir_p=: else test -d ./-p && rmdir ./-p as_mkdir_p=false fi as_executable_p="test -f" # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" # IFS # We need space, tab and new line, in precisely that order. as_nl=' ' IFS=" $as_nl" # CDPATH. $as_unset CDPATH # Name of the host. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` exec 6>&1 # # Initializations. # ac_default_prefix=/usr/local ac_config_libobj_dir=. cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= SHELL=${CONFIG_SHELL-/bin/sh} # Maximum number of lines to put in a shell here document. # This variable seems obsolete. It should probably be removed, and # only ac_max_sed_lines should be used. : ${ac_max_here_lines=38} # Identity of this package. PACKAGE_NAME= PACKAGE_TARNAME= PACKAGE_VERSION= PACKAGE_STRING= PACKAGE_BUGREPORT= ac_unique_file="mbcrystal/matchbox/theme.xml" ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO SET_MAKE LIBOBJS LTLIBOBJS' ac_subst_files='' # Initialize some variables set by options. ac_init_help= ac_init_version=false # 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. bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' datadir='${prefix}/share' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' libdir='${exec_prefix}/lib' includedir='${prefix}/include' oldincludedir='/usr/include' infodir='${prefix}/info' mandir='${prefix}/man' ac_prev= 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 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` # Accept the important Cygnus configure options, so we can diagnose typos. case $ac_option in -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 | --data | --dat | --da) ac_prev=datadir ;; -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ | --da=*) datadir=$ac_optarg ;; -disable-* | --disable-*) ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid feature name: $ac_feature" >&2 { (exit 1); exit 1; }; } ac_feature=`echo $ac_feature | sed 's/-/_/g'` eval "enable_$ac_feature=no" ;; -enable-* | --enable-*) ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid feature name: $ac_feature" >&2 { (exit 1); exit 1; }; } ac_feature=`echo $ac_feature | sed 's/-/_/g'` case $ac_option in *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; *) ac_optarg=yes ;; esac eval "enable_$ac_feature='$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 ;; -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 ;; -localstatedir | --localstatedir | --localstatedi | --localstated \ | --localstate | --localstat | --localsta | --localst \ | --locals | --local | --loca | --loc | --lo) ac_prev=localstatedir ;; -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | --localstate=* | --localstat=* | --localsta=* | --localst=* \ | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 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 ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; -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_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid package name: $ac_package" >&2 { (exit 1); exit 1; }; } ac_package=`echo $ac_package| sed 's/-/_/g'` case $ac_option in *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; *) ac_optarg=yes ;; esac eval "with_$ac_package='$ac_optarg'" ;; -without-* | --without-*) ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid package name: $ac_package" >&2 { (exit 1); exit 1; }; } ac_package=`echo $ac_package | sed 's/-/_/g'` eval "with_$ac_package=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 ;; -*) { echo "$as_me: error: unrecognized option: $ac_option Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 { (exit 1); exit 1; }; } ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` eval "$ac_envvar='$ac_optarg'" export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} ;; esac done if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` { echo "$as_me: error: missing argument to $ac_option" >&2 { (exit 1); exit 1; }; } fi # Be sure to have absolute paths. for ac_var in exec_prefix prefix do eval ac_val=$`echo $ac_var` case $ac_val in [\\/$]* | ?:[\\/]* | NONE | '' ) ;; *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 { (exit 1); exit 1; }; };; esac done # Be sure to have absolute paths. for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ localstatedir libdir includedir oldincludedir infodir mandir do eval ac_val=$`echo $ac_var` case $ac_val in [\\/$]* | ?:[\\/]* ) ;; *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 { (exit 1); exit 1; }; };; esac 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 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used." >&2 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 # 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 its parent. ac_confdir=`(dirname "$0") 2>/dev/null || $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$0" : 'X\(//\)[^/]' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| \ . : '\(.\)' 2>/dev/null || echo X"$0" | 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 if test "$ac_srcdir_defaulted" = yes; then { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 { (exit 1); exit 1; }; } else { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 { (exit 1); exit 1; }; } fi fi (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 { (exit 1); exit 1; }; } srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` ac_env_build_alias_set=${build_alias+set} ac_env_build_alias_value=$build_alias ac_cv_env_build_alias_set=${build_alias+set} ac_cv_env_build_alias_value=$build_alias ac_env_host_alias_set=${host_alias+set} ac_env_host_alias_value=$host_alias ac_cv_env_host_alias_set=${host_alias+set} ac_cv_env_host_alias_value=$host_alias ac_env_target_alias_set=${target_alias+set} ac_env_target_alias_value=$target_alias ac_cv_env_target_alias_set=${target_alias+set} ac_cv_env_target_alias_value=$target_alias # # 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 this package 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 \`..'] _ACEOF cat <<_ACEOF 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] --datadir=DIR read-only architecture-independent data [PREFIX/share] --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] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --infodir=DIR info documentation [PREFIX/info] --mandir=DIR man documentation [PREFIX/man] _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 _ACEOF fi if test -n "$ac_init_help"; then cat <<\_ACEOF _ACEOF fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. ac_popdir=`pwd` for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue test -d $ac_dir || continue ac_builddir=. if test "$ac_dir" != .; then ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` # A "../" for each directory in $ac_dir_suffix. ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` else ac_dir_suffix= ac_top_builddir= fi case $srcdir in .) # No --srcdir option. We are building in place. ac_srcdir=. if test -z "$ac_top_builddir"; then ac_top_srcdir=. else ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` fi ;; [\\/]* | ?:[\\/]* ) # Absolute path. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ;; *) # Relative path. ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_builddir$srcdir ;; esac # Do not use `cd foo && pwd` to compute absolute paths, because # the directories may not exist. case `pwd` in .) ac_abs_builddir="$ac_dir";; *) case "$ac_dir" in .) ac_abs_builddir=`pwd`;; [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; *) ac_abs_builddir=`pwd`/"$ac_dir";; esac;; esac case $ac_abs_builddir in .) ac_abs_top_builddir=${ac_top_builddir}.;; *) case ${ac_top_builddir}. in .) ac_abs_top_builddir=$ac_abs_builddir;; [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; esac;; esac case $ac_abs_builddir in .) ac_abs_srcdir=$ac_srcdir;; *) case $ac_srcdir in .) ac_abs_srcdir=$ac_abs_builddir;; [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; esac;; esac case $ac_abs_builddir in .) ac_abs_top_srcdir=$ac_top_srcdir;; *) case $ac_top_srcdir in .) ac_abs_top_srcdir=$ac_abs_builddir;; [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; esac;; esac cd $ac_dir # Check for guested configure; otherwise get Cygnus style configure. if test -f $ac_srcdir/configure.gnu; then echo $SHELL $ac_srcdir/configure.gnu --help=recursive elif test -f $ac_srcdir/configure; then echo $SHELL $ac_srcdir/configure --help=recursive elif test -f $ac_srcdir/configure.ac || test -f $ac_srcdir/configure.in; then echo $ac_configure --help else echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi cd "$ac_popdir" done fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF Copyright (C) 2003 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 0 fi exec 5>config.log cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by $as_me, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ _ACEOF { 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` hostinfo = `(hostinfo) 2>/dev/null || echo unknown` /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` _ASUNAME as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. echo "PATH: $as_dir" done } >&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_sep= 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=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 2) ac_configure_args1="$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 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" # Get rid of the leading space. ac_sep=" " ;; esac done done $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export 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: Be sure not to use single quotes in there, as some shells, # such as our DU 5.0 friend, will then `close' the trap. trap 'exit_status=$? # Save into config.log some information that might help in debugging. { echo cat <<\_ASBOX ## ---------------- ## ## Cache variables. ## ## ---------------- ## _ASBOX echo # The following way of writing the cache mishandles newlines in values, { (set) 2>&1 | case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in *ac_space=\ *) sed -n \ "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" ;; *) sed -n \ "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" ;; esac; } echo cat <<\_ASBOX ## ----------------- ## ## Output variables. ## ## ----------------- ## _ASBOX echo for ac_var in $ac_subst_vars do eval ac_val=$`echo $ac_var` echo "$ac_var='"'"'$ac_val'"'"'" done | sort echo if test -n "$ac_subst_files"; then cat <<\_ASBOX ## ------------- ## ## Output files. ## ## ------------- ## _ASBOX echo for ac_var in $ac_subst_files do eval ac_val=$`echo $ac_var` echo "$ac_var='"'"'$ac_val'"'"'" done | sort echo fi if test -s confdefs.h; then cat <<\_ASBOX ## ----------- ## ## confdefs.h. ## ## ----------- ## _ASBOX echo sed "/^$/d" confdefs.h | sort echo fi test "$ac_signal" != 0 && echo "$as_me: caught signal $ac_signal" echo "$as_me: exit $exit_status" } >&5 rm -f core *.core && rm -rf conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 for ac_signal in 1 2 13 15; do trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal done ac_signal=0 # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -rf conftest* confdefs.h # AIX cpp loses on an empty file, so make sure it contains at least a newline. echo >confdefs.h # Predefined preprocessor variables. cat >>confdefs.h <<_ACEOF #define PACKAGE_NAME "$PACKAGE_NAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_TARNAME "$PACKAGE_TARNAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_VERSION "$PACKAGE_VERSION" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_STRING "$PACKAGE_STRING" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" _ACEOF # Let the site file select an alternate cache file if it wants to. # Prefer explicitly selected file to automatically selected ones. if test -z "$CONFIG_SITE"; then if test "x$prefix" != xNONE; then CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" else CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" fi fi for ac_site_file in $CONFIG_SITE; do if test -r "$ac_site_file"; then { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" 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. if test -f "$cache_file"; then { echo "$as_me:$LINENO: loading cache $cache_file" >&5 echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . $cache_file;; *) . ./$cache_file;; esac fi else { echo "$as_me:$LINENO: creating cache $cache_file" >&5 echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false for ac_var in `(set) 2>&1 | sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; 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,) { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 echo "$as_me: former value: $ac_old_val" >&2;} { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 echo "$as_me: current value: $ac_new_val" >&2;} ac_cache_corrupted=: fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; esac fi done if $ac_cache_corrupted; then { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 echo "$as_me: error: changes in the environment can compromise the build" >&2;} { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} { (exit 1); exit 1; }; } 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 am__api_version="1.4" ac_aux_dir= for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do if test -f $ac_dir/install-sh; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" break elif test -f $ac_dir/install.sh; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install.sh -c" break elif test -f $ac_dir/shtool; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/shtool install -c" break fi done if test -z "$ac_aux_dir"; then { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} { (exit 1); exit 1; }; } fi ac_config_guess="$SHELL $ac_aux_dir/config.guess" ac_config_sub="$SHELL $ac_aux_dir/config.sub" ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. # 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. echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. # Account for people who put trailing slashes in PATH elements. case $as_dir/ in ./ | .// | /cC/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. # Don't use installbsd from OSF since it installs stuff as root # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do if $as_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 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" break 3 fi fi done done ;; esac done fi if test "${ac_cv_path_install+set}" = set; then INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. We don't cache a # path for INSTALL within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the path is relative. INSTALL=$ac_install_sh fi fi echo "$as_me:$LINENO: result: $INSTALL" >&5 echo "${ECHO_T}$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' echo "$as_me:$LINENO: checking whether build environment is sane" >&5 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6 # Just in case sleep 1 echo timestamp > conftestfile # 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 ( set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` if test "$*" = "X"; then # -L didn't work. set X `ls -t $srcdir/configure conftestfile` fi if test "$*" != "X $srcdir/configure conftestfile" \ && test "$*" != "X conftestfile $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". { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken alias in your environment" >&5 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken alias in your environment" >&2;} { (exit 1); exit 1; }; } fi test "$2" = conftestfile ) then # Ok. : else { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! Check your system clock" >&5 echo "$as_me: error: newly created file is older than distributed files! Check your system clock" >&2;} { (exit 1); exit 1; }; } fi rm -f conftest* echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6 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 $. echo might interpret backslashes. # By default was `s,x,x', remove it if useless. cat <<\_ACEOF >conftest.sed s/[\\$]/&&/g;s/;s,x,x,$// _ACEOF program_transform_name=`echo $program_transform_name | sed -f conftest.sed` rm conftest.sed echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.make <<\_ACEOF all: @echo 'ac_maketemp="$(MAKE)"' _ACEOF # GNU make sometimes prints "make[1]: Entering...", which would confuse us. eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` if test -n "$ac_maketemp"; then eval ac_cv_prog_make_${ac_make}_set=yes else eval ac_cv_prog_make_${ac_make}_set=no fi rm -f conftest.make fi if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6 SET_MAKE= else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 SET_MAKE="MAKE=${MAKE-make}" fi PACKAGE=matchbox-themes-extra VERSION=0.3 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} { (exit 1); exit 1; }; } fi cat >>confdefs.h <<_ACEOF #define PACKAGE "$PACKAGE" _ACEOF cat >>confdefs.h <<_ACEOF #define VERSION "$VERSION" _ACEOF missing_dir=`cd $ac_aux_dir && pwd` echo "$as_me:$LINENO: checking for working aclocal-${am__api_version}" >&5 echo $ECHO_N "checking for working aclocal-${am__api_version}... $ECHO_C" >&6 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then ACLOCAL=aclocal-${am__api_version} echo "$as_me:$LINENO: result: found" >&5 echo "${ECHO_T}found" >&6 else ACLOCAL="$missing_dir/missing aclocal-${am__api_version}" echo "$as_me:$LINENO: result: missing" >&5 echo "${ECHO_T}missing" >&6 fi echo "$as_me:$LINENO: checking for working autoconf" >&5 echo $ECHO_N "checking for working autoconf... $ECHO_C" >&6 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. if (autoconf --version) < /dev/null > /dev/null 2>&1; then AUTOCONF=autoconf echo "$as_me:$LINENO: result: found" >&5 echo "${ECHO_T}found" >&6 else AUTOCONF="$missing_dir/missing autoconf" echo "$as_me:$LINENO: result: missing" >&5 echo "${ECHO_T}missing" >&6 fi echo "$as_me:$LINENO: checking for working automake-${am__api_version}" >&5 echo $ECHO_N "checking for working automake-${am__api_version}... $ECHO_C" >&6 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then AUTOMAKE=automake-${am__api_version} echo "$as_me:$LINENO: result: found" >&5 echo "${ECHO_T}found" >&6 else AUTOMAKE="$missing_dir/missing automake-${am__api_version}" echo "$as_me:$LINENO: result: missing" >&5 echo "${ECHO_T}missing" >&6 fi echo "$as_me:$LINENO: checking for working autoheader" >&5 echo $ECHO_N "checking for working autoheader... $ECHO_C" >&6 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. if (autoheader --version) < /dev/null > /dev/null 2>&1; then AUTOHEADER=autoheader echo "$as_me:$LINENO: result: found" >&5 echo "${ECHO_T}found" >&6 else AUTOHEADER="$missing_dir/missing autoheader" echo "$as_me:$LINENO: result: missing" >&5 echo "${ECHO_T}missing" >&6 fi echo "$as_me:$LINENO: checking for working makeinfo" >&5 echo $ECHO_N "checking for working makeinfo... $ECHO_C" >&6 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. if (makeinfo --version) < /dev/null > /dev/null 2>&1; then MAKEINFO=makeinfo echo "$as_me:$LINENO: result: found" >&5 echo "${ECHO_T}found" >&6 else MAKEINFO="$missing_dir/missing makeinfo" echo "$as_me:$LINENO: result: missing" >&5 echo "${ECHO_T}missing" >&6 fi ac_config_headers="$ac_config_headers config.h" ac_config_commands="$ac_config_commands default-1" # Checks for programs. # 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. echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. # Account for people who put trailing slashes in PATH elements. case $as_dir/ in ./ | .// | /cC/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. # Don't use installbsd from OSF since it installs stuff as root # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do if $as_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 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" break 3 fi fi done done ;; esac done fi if test "${ac_cv_path_install+set}" = set; then INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. We don't cache a # path for INSTALL within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the path is relative. INSTALL=$ac_install_sh fi fi echo "$as_me:$LINENO: result: $INSTALL" >&5 echo "${ECHO_T}$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' ac_config_files="$ac_config_files Makefile mbcrystal/Makefile mbcrystal/background/Makefile mbcrystal/gtk-2.0/Makefile mbcrystal/matchbox/Makefile mbcrystal/icons/Makefile Industrial/Makefile Industrial/matchbox/Makefile Industrial/icons/Makefile expose/Makefile expose/matchbox/Makefile expose/icons/Makefile expose/background/Makefile expose/gtk-2.0/Makefile expose/gtk-2.0/icons/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, don't put newlines in cache variables' values. # 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. { (set) 2>&1 | case `(ac_space=' '; set | grep ac_space) 2>&1` in *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 \ "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" ;; esac; } | sed ' t clear : clear s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ t end /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ : end' >>confcache if diff $cache_file confcache >/dev/null 2>&1; then :; else if test -w $cache_file; then test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" cat confcache >$cache_file else echo "not updating unwritable cache $cache_file" 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}' # VPATH may cause trouble with some makes, so we remove $(srcdir), # ${srcdir} and @srcdir@ 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[ ]*=/{ s/:*\$(srcdir):*/:/; s/:*\${srcdir}:*/:/; s/:*@srcdir@:*/:/; s/^\([^=]*=[ ]*\):*/\1/; s/:*$//; s/^[^=]*=[ ]*$//; }' fi DEFS=-DHAVE_CONFIG_H ac_libobjs= ac_ltlibobjs= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_i=`echo "$ac_i" | sed 's/\$U\././;s/\.o$//;s/\.obj$//'` # 2. Add them. ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' done LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs : ${CONFIG_STATUS=./config.status} ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 echo "$as_me: creating $CONFIG_STATUS" >&6;} cat >$CONFIG_STATUS <<_ACEOF #! $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} _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF ## --------------------- ## ## M4sh Initialization. ## ## --------------------- ## # 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+"$@"}'='"$@"' elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then set -o posix fi DUALCASE=1; export DUALCASE # for MKS sh # Support unset when possible. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then as_unset=unset else as_unset=false fi # Work around bugs in pre-3.0 UWIN ksh. $as_unset ENV MAIL MAILPATH PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. for as_var in \ LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ LC_TELEPHONE LC_TIME do if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then eval $as_var=C; export $as_var else $as_unset $as_var fi done # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1; 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 # Name of the executable. as_me=`$as_basename "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)$' \| \ . : '\(.\)' 2>/dev/null || echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } /^X\/\(\/\/\)$/{ s//\1/; q; } /^X\/\(\/\).*/{ s//\1/; q; } s/.*/./; q'` # PATH needs CR, and LINENO needs CR and PATH. # 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 # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then echo "#! /bin/sh" >conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi as_lineno_1=$LINENO as_lineno_2=$LINENO as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` test "x$as_lineno_1" != "x$as_lineno_2" && test "x$as_lineno_3" = "x$as_lineno_2" || { # Find who we are. Look in the path if we contain no path at all # relative or not. case $0 in *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done ;; 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 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} { (exit 1); exit 1; }; } fi case $CONFIG_SHELL in '') as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for as_base in sh bash ksh sh5; do case $as_dir in /*) if ("$as_dir/$as_base" -c ' as_lineno_1=$LINENO as_lineno_2=$LINENO as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` test "x$as_lineno_1" != "x$as_lineno_2" && test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } CONFIG_SHELL=$as_dir/$as_base export CONFIG_SHELL exec "$CONFIG_SHELL" "$0" ${1+"$@"} fi;; esac done done ;; esac # Create $as_me.lineno as a copy of $as_myself, but with $LINENO # uniformly replaced by the line number. The first 'sed' inserts a # line-number line before each line; the second 'sed' does the real # work. The second script uses 'N' to pair each line-number line # with the numbered line, and appends trailing '-' during # substitution so that $LINENO is not a special case at line end. # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) sed '=' <$as_myself | sed ' N s,$,-, : loop s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, t loop s,-$,, s,^['$as_cr_digits']*\n,, ' >$as_me.lineno && chmod +x $as_me.lineno || { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} { (exit 1); exit 1; }; } # 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 sensible to this). . ./$as_me.lineno # Exit status is that of the last command. exit } case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in *c*,-n*) ECHO_N= ECHO_C=' ' ECHO_T=' ' ;; *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; *) ECHO_N= ECHO_C='\c' ECHO_T= ;; esac if expr a : '\(a\)' >/dev/null 2>&1; then as_expr=expr else as_expr=false fi rm -f conf$$ conf$$.exe conf$$.file echo >conf$$.file if ln -s conf$$.file conf$$ 2>/dev/null; then # We could just check for DJGPP; but this test a) works b) is more generic # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). if test -f conf$$.exe; then # Don't use ln at all; we don't have any links as_ln_s='cp -p' else as_ln_s='ln -s' fi elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -p' fi rm -f conf$$ conf$$.exe conf$$.file if mkdir -p . 2>/dev/null; then as_mkdir_p=: else test -d ./-p && rmdir ./-p as_mkdir_p=false fi as_executable_p="test -f" # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" # IFS # We need space, tab and new line, in precisely that order. as_nl=' ' IFS=" $as_nl" # CDPATH. $as_unset CDPATH exec 6>&1 # Open the log real soon, to keep \$[0] and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. Logging --version etc. is OK. exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX } >&5 cat >&5 <<_CSEOF This file was extended by $as_me, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ _CSEOF echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 echo >&5 _ACEOF # Files that config.status was made for. if test -n "$ac_config_files"; then echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS fi if test -n "$ac_config_headers"; then echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS fi if test -n "$ac_config_links"; then echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS fi if test -n "$ac_config_commands"; then echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS fi cat >>$CONFIG_STATUS <<\_ACEOF ac_cs_usage="\ \`$as_me' instantiates files from templates according to the current configuration. Usage: $0 [OPTIONS] [FILE]... -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 --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE --header=FILE[:TEMPLATE] instantiate the configuration header FILE Configuration files: $config_files Configuration headers: $config_headers Configuration commands: $config_commands Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ config.status configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" Copyright (C) 2003 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." srcdir=$srcdir INSTALL="$INSTALL" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF # If no file are specified by the user, then we need to provide default # value. By we need to know if files were specified by the user. 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=$1 ac_optarg=$2 ac_shift=shift ;; *) # This is not an option, so the user has probably given explicit # arguments. ac_option=$1 ac_need_defaults=false;; esac case $ac_option in # Handling of the options. _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --vers* | -V ) echo "$ac_cs_version"; exit 0 ;; --he | --h) # Conflict between --help and --header { { echo "$as_me:$LINENO: error: ambiguous option: $1 Try \`$0 --help' for more information." >&5 echo "$as_me: error: ambiguous option: $1 Try \`$0 --help' for more information." >&2;} { (exit 1); exit 1; }; };; --help | --hel | -h ) echo "$ac_cs_usage"; exit 0 ;; --debug | --d* | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift CONFIG_FILES="$CONFIG_FILES $ac_optarg" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" ac_need_defaults=false;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 Try \`$0 --help' for more information." >&5 echo "$as_me: error: unrecognized option: $1 Try \`$0 --help' for more information." >&2;} { (exit 1); exit 1; }; } ;; *) ac_config_targets="$ac_config_targets $1" ;; 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 if \$ac_cs_recheck; then echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF # # INIT-COMMANDS section. # _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF for ac_config_target in $ac_config_targets do case "$ac_config_target" in # Handling of arguments. "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "mbcrystal/Makefile" ) CONFIG_FILES="$CONFIG_FILES mbcrystal/Makefile" ;; "mbcrystal/background/Makefile" ) CONFIG_FILES="$CONFIG_FILES mbcrystal/background/Makefile" ;; "mbcrystal/gtk-2.0/Makefile" ) CONFIG_FILES="$CONFIG_FILES mbcrystal/gtk-2.0/Makefile" ;; "mbcrystal/matchbox/Makefile" ) CONFIG_FILES="$CONFIG_FILES mbcrystal/matchbox/Makefile" ;; "mbcrystal/icons/Makefile" ) CONFIG_FILES="$CONFIG_FILES mbcrystal/icons/Makefile" ;; "Industrial/Makefile" ) CONFIG_FILES="$CONFIG_FILES Industrial/Makefile" ;; "Industrial/matchbox/Makefile" ) CONFIG_FILES="$CONFIG_FILES Industrial/matchbox/Makefile" ;; "Industrial/icons/Makefile" ) CONFIG_FILES="$CONFIG_FILES Industrial/icons/Makefile" ;; "expose/Makefile" ) CONFIG_FILES="$CONFIG_FILES expose/Makefile" ;; "expose/matchbox/Makefile" ) CONFIG_FILES="$CONFIG_FILES expose/matchbox/Makefile" ;; "expose/icons/Makefile" ) CONFIG_FILES="$CONFIG_FILES expose/icons/Makefile" ;; "expose/background/Makefile" ) CONFIG_FILES="$CONFIG_FILES expose/background/Makefile" ;; "expose/gtk-2.0/Makefile" ) CONFIG_FILES="$CONFIG_FILES expose/gtk-2.0/Makefile" ;; "expose/gtk-2.0/icons/Makefile" ) CONFIG_FILES="$CONFIG_FILES expose/gtk-2.0/icons/Makefile" ;; "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac done # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely # bizarre bug on SunOS 4.1.3. if $ac_need_defaults; then test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands fi # Have a temporary directory for convenience. Make it in the build tree # simply because there is no reason to put it here, and in addition, # creating and moving files from /tmp can sometimes cause problems. # Create a temporary directory, and hook for its removal unless debugging. $debug || { trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 trap '{ (exit 1); exit 1; }' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" } || { tmp=./confstat$$-$RANDOM (umask 077 && mkdir $tmp) } || { echo "$me: cannot create a temporary directory in ." >&2 { (exit 1); exit 1; } } _ACEOF cat >>$CONFIG_STATUS <<_ACEOF # # CONFIG_FILES section. # # No need to generate the scripts if there are no CONFIG_FILES. # This happens for instance when ./config.status config.h if test -n "\$CONFIG_FILES"; then # Protect against being on the right side of a sed subst in config.status. sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF s,@SHELL@,$SHELL,;t t s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t s,@exec_prefix@,$exec_prefix,;t t s,@prefix@,$prefix,;t t s,@program_transform_name@,$program_transform_name,;t t s,@bindir@,$bindir,;t t s,@sbindir@,$sbindir,;t t s,@libexecdir@,$libexecdir,;t t s,@datadir@,$datadir,;t t s,@sysconfdir@,$sysconfdir,;t t s,@sharedstatedir@,$sharedstatedir,;t t s,@localstatedir@,$localstatedir,;t t s,@libdir@,$libdir,;t t s,@includedir@,$includedir,;t t s,@oldincludedir@,$oldincludedir,;t t s,@infodir@,$infodir,;t t s,@mandir@,$mandir,;t t s,@build_alias@,$build_alias,;t t s,@host_alias@,$host_alias,;t t s,@target_alias@,$target_alias,;t t s,@DEFS@,$DEFS,;t t s,@ECHO_C@,$ECHO_C,;t t s,@ECHO_N@,$ECHO_N,;t t s,@ECHO_T@,$ECHO_T,;t t s,@LIBS@,$LIBS,;t t s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t s,@INSTALL_DATA@,$INSTALL_DATA,;t t s,@PACKAGE@,$PACKAGE,;t t s,@VERSION@,$VERSION,;t t s,@ACLOCAL@,$ACLOCAL,;t t s,@AUTOCONF@,$AUTOCONF,;t t s,@AUTOMAKE@,$AUTOMAKE,;t t s,@AUTOHEADER@,$AUTOHEADER,;t t s,@MAKEINFO@,$MAKEINFO,;t t s,@SET_MAKE@,$SET_MAKE,;t t s,@LIBOBJS@,$LIBOBJS,;t t s,@LTLIBOBJS@,$LTLIBOBJS,;t t CEOF _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF # Split the substitutions into bite-sized pieces for seds with # small command number limits, like on Digital OSF/1 and HP-UX. ac_max_sed_lines=48 ac_sed_frag=1 # Number of current file. ac_beg=1 # First line for current file. ac_end=$ac_max_sed_lines # Line after last line for current file. ac_more_lines=: ac_sed_cmds= while $ac_more_lines; do if test $ac_beg -gt 1; then sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag else sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag fi if test ! -s $tmp/subs.frag; then ac_more_lines=false else # The purpose of the label and of the branching condition is to # speed up the sed processing (if there are no `@' at all, there # is no need to browse any of the substitutions). # These are the two extra sed commands mentioned above. (echo ':t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed if test -z "$ac_sed_cmds"; then ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" else ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" fi ac_sed_frag=`expr $ac_sed_frag + 1` ac_beg=$ac_end ac_end=`expr $ac_end + $ac_max_sed_lines` fi done if test -z "$ac_sed_cmds"; then ac_sed_cmds=cat fi fi # test -n "$CONFIG_FILES" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". case $ac_file in - | *:- | *:-:* ) # input from stdin cat >$tmp/stdin ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; * ) ac_file_in=$ac_file.in ;; esac # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. ac_dir=`(dirname "$ac_file") 2>/dev/null || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| \ . : '\(.\)' 2>/dev/null || echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } /^X\(\/\/\)[^/].*/{ s//\1/; q; } /^X\(\/\/\)$/{ s//\1/; q; } /^X\(\/\).*/{ s//\1/; q; } s/.*/./; q'` { if $as_mkdir_p; then mkdir -p "$ac_dir" else as_dir="$ac_dir" as_dirs= while test ! -d "$as_dir"; do as_dirs="$as_dir $as_dirs" as_dir=`(dirname "$as_dir") 2>/dev/null || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| \ . : '\(.\)' 2>/dev/null || echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } /^X\(\/\/\)[^/].*/{ s//\1/; q; } /^X\(\/\/\)$/{ s//\1/; q; } /^X\(\/\).*/{ s//\1/; q; } s/.*/./; q'` done test ! -n "$as_dirs" || mkdir $as_dirs fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} { (exit 1); exit 1; }; }; } ac_builddir=. if test "$ac_dir" != .; then ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` # A "../" for each directory in $ac_dir_suffix. ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` else ac_dir_suffix= ac_top_builddir= fi case $srcdir in .) # No --srcdir option. We are building in place. ac_srcdir=. if test -z "$ac_top_builddir"; then ac_top_srcdir=. else ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` fi ;; [\\/]* | ?:[\\/]* ) # Absolute path. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ;; *) # Relative path. ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_builddir$srcdir ;; esac # Do not use `cd foo && pwd` to compute absolute paths, because # the directories may not exist. case `pwd` in .) ac_abs_builddir="$ac_dir";; *) case "$ac_dir" in .) ac_abs_builddir=`pwd`;; [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; *) ac_abs_builddir=`pwd`/"$ac_dir";; esac;; esac case $ac_abs_builddir in .) ac_abs_top_builddir=${ac_top_builddir}.;; *) case ${ac_top_builddir}. in .) ac_abs_top_builddir=$ac_abs_builddir;; [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; esac;; esac case $ac_abs_builddir in .) ac_abs_srcdir=$ac_srcdir;; *) case $ac_srcdir in .) ac_abs_srcdir=$ac_abs_builddir;; [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; esac;; esac case $ac_abs_builddir in .) ac_abs_top_srcdir=$ac_top_srcdir;; *) case $ac_top_srcdir in .) ac_abs_top_srcdir=$ac_abs_builddir;; [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; esac;; esac case $INSTALL in [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; *) ac_INSTALL=$ac_top_builddir$INSTALL ;; esac # 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. */ if test x"$ac_file" = x-; then configure_input= else configure_input="$ac_file. " fi configure_input=$configure_input"Generated from `echo $ac_file_in | sed 's,.*/,,'` by configure." # First look for the input files in the build tree, otherwise in the # src tree. ac_file_inputs=`IFS=: for f in $ac_file_in; do case $f in -) echo $tmp/stdin ;; [\\/$]*) # Absolute (can't be DOS-style, as IFS=:) test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } echo "$f";; *) # Relative if test -f "$f"; then # Build tree echo "$f" elif test -f "$srcdir/$f"; then # Source tree echo "$srcdir/$f" else # /dev/null tree { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } fi;; esac done` || { (exit 1); exit 1; } if test x"$ac_file" != x-; then { echo "$as_me:$LINENO: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} rm -f "$ac_file" fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF sed "$ac_vpsub $extrasub _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s,@configure_input@,$configure_input,;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,@top_builddir@,$ac_top_builddir,;t t s,@abs_top_builddir@,$ac_abs_top_builddir,;t t s,@INSTALL@,$ac_INSTALL,;t t " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out rm -f $tmp/stdin if test x"$ac_file" != x-; then mv $tmp/out $ac_file else cat $tmp/out rm -f $tmp/out fi done _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF # # CONFIG_HEADER section. # # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where # NAME is the cpp macro being defined and VALUE is the value it is being given. # # ac_d sets the value in "#define NAME VALUE" lines. ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' ac_dB='[ ].*$,\1#\2' ac_dC=' ' ac_dD=',;t' # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' ac_uB='$,\1#\2define\3' ac_uC=' ' ac_uD=',;t' for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". case $ac_file in - | *:- | *:-:* ) # input from stdin cat >$tmp/stdin ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; * ) ac_file_in=$ac_file.in ;; esac test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} # First look for the input files in the build tree, otherwise in the # src tree. ac_file_inputs=`IFS=: for f in $ac_file_in; do case $f in -) echo $tmp/stdin ;; [\\/$]*) # Absolute (can't be DOS-style, as IFS=:) test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } # Do quote $f, to prevent DOS paths from being IFS'd. echo "$f";; *) # Relative if test -f "$f"; then # Build tree echo "$f" elif test -f "$srcdir/$f"; then # Source tree echo "$srcdir/$f" else # /dev/null tree { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } fi;; esac done` || { (exit 1); exit 1; } # Remove the trailing spaces. sed 's/[ ]*$//' $ac_file_inputs >$tmp/in _ACEOF # Transform confdefs.h into two sed scripts, `conftest.defines' and # `conftest.undefs', that substitutes the proper values into # config.h.in to produce config.h. The first handles `#define' # templates, and the second `#undef' templates. # And first: Protect against being on the right side of a sed subst in # config.status. Protect against being in an unquoted here document # in config.status. rm -f conftest.defines conftest.undefs # Using a here document instead of a string reduces the quoting nightmare. # Putting comments in sed scripts is not portable. # # `end' is used to avoid that the second main sed command (meant for # 0-ary CPP macros) applies to n-ary macro definitions. # See the Autoconf documentation for `clear'. cat >confdef2sed.sed <<\_ACEOF s/[\\&,]/\\&/g s,[\\$`],\\&,g t clear : clear s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp t end s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp : end _ACEOF # If some macros were called several times there might be several times # the same #defines, which is useless. Nevertheless, we may not want to # sort them, since we want the *last* AC-DEFINE to be honored. uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs rm -f confdef2sed.sed # This sed command replaces #undef with comments. This is necessary, for # example, in the case of _POSIX_SOURCE, which is predefined and required # on some systems where configure will not decide to define it. cat >>conftest.undefs <<\_ACEOF s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, _ACEOF # Break up conftest.defines because some shells have a limit on the size # of here documents, and old seds have small limits too (100 cmds). echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS echo ' :' >>$CONFIG_STATUS rm -f conftest.tail while grep . conftest.defines >/dev/null do # Write a limited-size here document to $tmp/defines.sed. echo ' cat >$tmp/defines.sed <>$CONFIG_STATUS # Speed up: don't consider the non `#define' lines. echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS # Work around the forget-to-reset-the-flag bug. echo 't clr' >>$CONFIG_STATUS echo ': clr' >>$CONFIG_STATUS sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS echo 'CEOF sed -f $tmp/defines.sed $tmp/in >$tmp/out rm -f $tmp/in mv $tmp/out $tmp/in ' >>$CONFIG_STATUS sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail rm -f conftest.defines mv conftest.tail conftest.defines done rm -f conftest.defines echo ' fi # grep' >>$CONFIG_STATUS echo >>$CONFIG_STATUS # Break up conftest.undefs because some shells have a limit on the size # of here documents, and old seds have small limits too (100 cmds). echo ' # Handle all the #undef templates' >>$CONFIG_STATUS rm -f conftest.tail while grep . conftest.undefs >/dev/null do # Write a limited-size here document to $tmp/undefs.sed. echo ' cat >$tmp/undefs.sed <>$CONFIG_STATUS # Speed up: don't consider the non `#undef' echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS # Work around the forget-to-reset-the-flag bug. echo 't clr' >>$CONFIG_STATUS echo ': clr' >>$CONFIG_STATUS sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS echo 'CEOF sed -f $tmp/undefs.sed $tmp/in >$tmp/out rm -f $tmp/in mv $tmp/out $tmp/in ' >>$CONFIG_STATUS sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail rm -f conftest.undefs mv conftest.tail conftest.undefs done rm -f conftest.undefs cat >>$CONFIG_STATUS <<\_ACEOF # 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. */ if test x"$ac_file" = x-; then echo "/* Generated by configure. */" >$tmp/config.h else echo "/* $ac_file. Generated by configure. */" >$tmp/config.h fi cat $tmp/in >>$tmp/config.h rm -f $tmp/in if test x"$ac_file" != x-; then if diff $ac_file $tmp/config.h >/dev/null 2>&1; then { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 echo "$as_me: $ac_file is unchanged" >&6;} else ac_dir=`(dirname "$ac_file") 2>/dev/null || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| \ . : '\(.\)' 2>/dev/null || echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } /^X\(\/\/\)[^/].*/{ s//\1/; q; } /^X\(\/\/\)$/{ s//\1/; q; } /^X\(\/\).*/{ s//\1/; q; } s/.*/./; q'` { if $as_mkdir_p; then mkdir -p "$ac_dir" else as_dir="$ac_dir" as_dirs= while test ! -d "$as_dir"; do as_dirs="$as_dir $as_dirs" as_dir=`(dirname "$as_dir") 2>/dev/null || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| \ . : '\(.\)' 2>/dev/null || echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } /^X\(\/\/\)[^/].*/{ s//\1/; q; } /^X\(\/\/\)$/{ s//\1/; q; } /^X\(\/\).*/{ s//\1/; q; } s/.*/./; q'` done test ! -n "$as_dirs" || mkdir $as_dirs fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} { (exit 1); exit 1; }; }; } rm -f $ac_file mv $tmp/config.h $ac_file fi else cat $tmp/config.h rm -f $tmp/config.h fi done _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF # # CONFIG_COMMANDS section. # for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue ac_dest=`echo "$ac_file" | sed 's,:.*,,'` ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` ac_dir=`(dirname "$ac_dest") 2>/dev/null || $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_dest" : 'X\(//\)[^/]' \| \ X"$ac_dest" : 'X\(//\)$' \| \ X"$ac_dest" : 'X\(/\)' \| \ . : '\(.\)' 2>/dev/null || echo X"$ac_dest" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } /^X\(\/\/\)[^/].*/{ s//\1/; q; } /^X\(\/\/\)$/{ s//\1/; q; } /^X\(\/\).*/{ s//\1/; q; } s/.*/./; q'` { if $as_mkdir_p; then mkdir -p "$ac_dir" else as_dir="$ac_dir" as_dirs= while test ! -d "$as_dir"; do as_dirs="$as_dir $as_dirs" as_dir=`(dirname "$as_dir") 2>/dev/null || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| \ . : '\(.\)' 2>/dev/null || echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } /^X\(\/\/\)[^/].*/{ s//\1/; q; } /^X\(\/\/\)$/{ s//\1/; q; } /^X\(\/\).*/{ s//\1/; q; } s/.*/./; q'` done test ! -n "$as_dirs" || mkdir $as_dirs fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} { (exit 1); exit 1; }; }; } ac_builddir=. if test "$ac_dir" != .; then ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` # A "../" for each directory in $ac_dir_suffix. ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` else ac_dir_suffix= ac_top_builddir= fi case $srcdir in .) # No --srcdir option. We are building in place. ac_srcdir=. if test -z "$ac_top_builddir"; then ac_top_srcdir=. else ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` fi ;; [\\/]* | ?:[\\/]* ) # Absolute path. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ;; *) # Relative path. ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_builddir$srcdir ;; esac # Do not use `cd foo && pwd` to compute absolute paths, because # the directories may not exist. case `pwd` in .) ac_abs_builddir="$ac_dir";; *) case "$ac_dir" in .) ac_abs_builddir=`pwd`;; [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; *) ac_abs_builddir=`pwd`/"$ac_dir";; esac;; esac case $ac_abs_builddir in .) ac_abs_top_builddir=${ac_top_builddir}.;; *) case ${ac_top_builddir}. in .) ac_abs_top_builddir=$ac_abs_builddir;; [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; esac;; esac case $ac_abs_builddir in .) ac_abs_srcdir=$ac_srcdir;; *) case $ac_srcdir in .) ac_abs_srcdir=$ac_abs_builddir;; [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; esac;; esac case $ac_abs_builddir in .) ac_abs_top_srcdir=$ac_top_srcdir;; *) case $ac_top_srcdir in .) ac_abs_top_srcdir=$ac_abs_builddir;; [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; esac;; esac { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 echo "$as_me: executing $ac_dest commands" >&6;} case $ac_dest in default-1 ) test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h ;; esac done _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF { (exit 0); exit 0; } _ACEOF chmod +x $CONFIG_STATUS ac_clean_files=$ac_clean_files_save # 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 || { (exit 1); exit 1; } fi matchbox-themes-extra-0.3/configure.ac0000644000175000017500000000111410006170140013516 # Process this file with autoconf to produce a configure script. AC_INIT(mbcrystal/matchbox/theme.xml) AM_INIT_AUTOMAKE(matchbox-themes-extra, 0.3) AM_CONFIG_HEADER(config.h) # Checks for programs. AC_PROG_INSTALL AC_OUTPUT([ Makefile mbcrystal/Makefile mbcrystal/background/Makefile mbcrystal/gtk-2.0/Makefile mbcrystal/matchbox/Makefile mbcrystal/icons/Makefile Industrial/Makefile Industrial/matchbox/Makefile Industrial/icons/Makefile expose/Makefile expose/matchbox/Makefile expose/icons/Makefile expose/background/Makefile expose/gtk-2.0/Makefile expose/gtk-2.0/icons/Makefile ]) matchbox-themes-extra-0.3/install-sh0000755000000000000000000001440607735232337013240 #!/bin/sh # # install - install a program, script, or datafile # # 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. It can only install one file at a time, a restriction # shared with many OS's install programs. # set DOITPROG to echo to test this script # Don't use :- since 4.3BSD and earlier shells don't like it. doit="${DOITPROG-}" # put in absolute paths if you don't have them in your path; or use env. vars. mvprog="${MVPROG-mv}" cpprog="${CPPROG-cp}" chmodprog="${CHMODPROG-chmod}" chownprog="${CHOWNPROG-chown}" chgrpprog="${CHGRPPROG-chgrp}" stripprog="${STRIPPROG-strip}" rmprog="${RMPROG-rm}" mkdirprog="${MKDIRPROG-mkdir}" transformbasename="" transform_arg="" instcmd="$mvprog" chmodcmd="$chmodprog 0755" chowncmd="" chgrpcmd="" stripcmd="" rmcmd="$rmprog -f" mvcmd="$mvprog" src="" dst="" dir_arg="" while [ x"$1" != x ]; do case $1 in -c) instcmd="$cpprog" shift continue;; -d) dir_arg=true shift continue;; -m) chmodcmd="$chmodprog $2" shift shift continue;; -o) chowncmd="$chownprog $2" shift shift continue;; -g) chgrpcmd="$chgrpprog $2" shift shift continue;; -s) stripcmd="$stripprog" shift continue;; -t=*) transformarg=`echo $1 | sed 's/-t=//'` shift continue;; -b=*) transformbasename=`echo $1 | sed 's/-b=//'` shift continue;; *) if [ x"$src" = x ] then src=$1 else # this colon is to work around a 386BSD /bin/sh bug : dst=$1 fi shift continue;; esac done if [ x"$src" = x ] then echo "install: no input file specified" exit 1 else true fi if [ x"$dir_arg" != x ]; then dst=$src src="" if [ -d $dst ]; then instcmd=: chmodcmd="" else instcmd=mkdir fi else # Waiting for this to be detected by the "$instcmd $src $dsttmp" command # might cause directories to be created, which would be especially bad # if $src (and thus $dsttmp) contains '*'. if [ -f $src -o -d $src ] then true else echo "install: $src does not exist" exit 1 fi if [ x"$dst" = x ] then echo "install: no destination specified" exit 1 else true fi # If destination is a directory, append the input filename; if your system # does not like double slashes in filenames, you may need to add some logic if [ -d $dst ] then dst="$dst"/`basename $src` else true fi fi ## this sed command emulates the dirname command dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` # Make sure that the destination directory exists. # this part is taken from Noah Friedman's mkinstalldirs script # Skip lots of stat calls in the usual case. if [ ! -d "$dstdir" ]; then defaultIFS=' ' IFS="${IFS-${defaultIFS}}" oIFS="${IFS}" # Some sh's can't handle IFS=/ for some reason. IFS='%' set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` IFS="${oIFS}" pathcomp='' while [ $# -ne 0 ] ; do pathcomp="${pathcomp}${1}" shift if [ ! -d "${pathcomp}" ] ; then $mkdirprog "${pathcomp}" else true fi pathcomp="${pathcomp}/" done fi if [ x"$dir_arg" != x ] then $doit $instcmd $dst && if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi && if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi && if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi && if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi else # If we're going to rename the final executable, determine the name now. if [ x"$transformarg" = x ] then dstfile=`basename $dst` else dstfile=`basename $dst $transformbasename | sed $transformarg`$transformbasename fi # don't allow the sed command to completely eliminate the filename if [ x"$dstfile" = x ] then dstfile=`basename $dst` else true fi # Make a temp file name in the proper directory. dsttmp=$dstdir/#inst.$$# # Move or copy the file name to the temp name $doit $instcmd $src $dsttmp && trap "rm -f ${dsttmp}" 0 && # 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 $instcmd $src $dsttmp" command. if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi && if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi && if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi && if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; else true;fi && # Now rename the file to the real destination. $doit $rmcmd -f $dstdir/$dstfile && $doit $mvcmd $dsttmp $dstdir/$dstfile fi && exit 0 matchbox-themes-extra-0.3/ltmain.sh0000644000175000017500000054474010012224063013072 # ltmain.sh - Provide generalized library-building support services. # NOTE: Changing this file will not affect anything until you rerun configure. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003 # Free Software Foundation, Inc. # Originally by Gordon Matzigkeit , 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 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Check that we have a working $echo. if test "X$1" = X--no-reexec; then # Discard the --no-reexec flag, and continue. shift elif test "X$1" = X--fallback-echo; then # Avoid inline document here, it may be left over : elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then # Yippee, $echo works! : else # Restart under the correct shell, and then maybe $echo will work. exec $SHELL "$0" --no-reexec ${1+"$@"} fi if test "X$1" = X--fallback-echo; then # used as fallback echo shift cat <&2 $echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 exit 1 fi # Global variables. mode=$default_mode nonopt= prev= prevopt= run= show="$echo" show_help= execute_dlfiles= lo2o="s/\\.lo\$/.${objext}/" o2lo="s/\\.${objext}\$/.lo/" ##################################### # Shell function definitions: # This seems to be the best place for them # 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. win32_libid () { 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 if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | \ grep -E 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then win32_nmres=`eval $NM -f posix -A $1 | \ sed -n -e '1,100{/ I /{x;/import/!{s/^/import/;h;p;};x;};}'` if test "X$win32_nmres" = "Ximport" ; then win32_libid_type="x86 archive import" else win32_libid_type="x86 archive static" fi 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 } # End of Shell function definitions ##################################### # Parse our command line options once, thoroughly. while test "$#" -gt 0 do arg="$1" shift case $arg in -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;; *) optarg= ;; esac # If the previous option needs an argument, assign it. if test -n "$prev"; then case $prev in execute_dlfiles) execute_dlfiles="$execute_dlfiles $arg" ;; tag) tagname="$arg" preserve_args="${preserve_args}=$arg" # Check whether tagname contains only valid characters case $tagname in *[!-_A-Za-z0-9,/]*) $echo "$progname: invalid tag name: $tagname" 1>&2 exit 1 ;; esac case $tagname in CC) # Don't test for the "default" C tag, as we know, it's there, but # not specially marked. ;; *) if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$0" > /dev/null; then taglist="$taglist $tagname" # Evaluate the configuration. eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $0`" else $echo "$progname: ignoring unknown tag $tagname" 1>&2 fi ;; esac ;; *) eval "$prev=\$arg" ;; esac prev= prevopt= continue fi # Have we seen a non-optional argument yet? case $arg in --help) show_help=yes ;; --version) $echo "$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP" $echo $echo "Copyright (C) 2003 Free Software Foundation, Inc." $echo "This is free software; see the source for copying conditions. There is NO" $echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." exit 0 ;; --config) ${SED} -e '1,/^# ### BEGIN LIBTOOL CONFIG/d' -e '/^# ### END LIBTOOL CONFIG/,$d' $0 # Now print the configurations for the tags. for tagname in $taglist; do ${SED} -n -e "/^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$/,/^# ### END LIBTOOL TAG CONFIG: $tagname$/p" < "$0" done exit 0 ;; --debug) $echo "$progname: enabling shell trace mode" set -x preserve_args="$preserve_args $arg" ;; --dry-run | -n) run=: ;; --features) $echo "host: $host" if test "$build_libtool_libs" = yes; then $echo "enable shared libraries" else $echo "disable shared libraries" fi if test "$build_old_libs" = yes; then $echo "enable static libraries" else $echo "disable static libraries" fi exit 0 ;; --finish) mode="finish" ;; --mode) prevopt="--mode" prev=mode ;; --mode=*) mode="$optarg" ;; --preserve-dup-deps) duplicate_deps="yes" ;; --quiet | --silent) show=: preserve_args="$preserve_args $arg" ;; --tag) prevopt="--tag" prev=tag ;; --tag=*) set tag "$optarg" ${1+"$@"} shift prev=tag preserve_args="$preserve_args --tag" ;; -dlopen) prevopt="-dlopen" prev=execute_dlfiles ;; -*) $echo "$modename: unrecognized option \`$arg'" 1>&2 $echo "$help" 1>&2 exit 1 ;; *) nonopt="$arg" break ;; esac done if test -n "$prevopt"; then $echo "$modename: option \`$prevopt' requires an argument" 1>&2 $echo "$help" 1>&2 exit 1 fi # 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= if test -z "$show_help"; then # Infer the operation mode. if test -z "$mode"; then $echo "*** Warning: inferring the mode of operation is deprecated." 1>&2 $echo "*** Future versions of Libtool will require -mode=MODE be specified." 1>&2 case $nonopt in *cc | cc* | *++ | gcc* | *-gcc* | g++* | xlc*) mode=link for arg do case $arg in -c) mode=compile break ;; esac done ;; *db | *dbx | *strace | *truss) mode=execute ;; *install*|cp|mv) mode=install ;; *rm) mode=uninstall ;; *) # If we have no mode, but dlfiles were specified, then do execute mode. test -n "$execute_dlfiles" && mode=execute # Just use the default operation mode. if test -z "$mode"; then if test -n "$nonopt"; then $echo "$modename: warning: cannot infer operation mode from \`$nonopt'" 1>&2 else $echo "$modename: warning: cannot infer operation mode without MODE-ARGS" 1>&2 fi fi ;; esac fi # Only execute mode is allowed to have -dlopen flags. if test -n "$execute_dlfiles" && test "$mode" != execute; then $echo "$modename: unrecognized option \`-dlopen'" 1>&2 $echo "$help" 1>&2 exit 1 fi # Change the help message to a mode-specific one. generic_help="$help" help="Try \`$modename --help --mode=$mode' for more information." # These modes are in order of execution frequency so that they run quickly. case $mode in # libtool compile mode compile) modename="$modename: compile" # 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= 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) if test -n "$libobj" ; then $echo "$modename: you cannot specify \`-o' more than once" 1>&2 exit 1 fi arg_mode=target continue ;; -static | -prefer-pic | -prefer-non-pic) later="$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,*) args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"` lastarg= save_ifs="$IFS"; IFS=',' for arg in $args; do IFS="$save_ifs" # Double-quote args containing other shell metacharacters. # Many Bourne shells cannot handle close brackets correctly # in scan sets, so we specify it separately. case $arg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") arg="\"$arg\"" ;; esac lastarg="$lastarg $arg" done IFS="$save_ifs" lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"` # Add the arguments to base_compile. base_compile="$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. lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"` case $lastarg in # Double-quote args containing other shell metacharacters. # Many Bourne shells cannot handle close brackets correctly # in scan sets, so we specify it separately. *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") lastarg="\"$lastarg\"" ;; esac base_compile="$base_compile $lastarg" done # for arg case $arg_mode in arg) $echo "$modename: you must specify an argument for -Xcompile" exit 1 ;; target) $echo "$modename: you must specify a target with \`-o'" 1>&2 exit 1 ;; *) # Get the name of the library object. [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'` ;; esac # Recognize several different file suffixes. # If the user specifies -o file.o, it is replaced with file.lo xform='[cCFSifmso]' case $libobj in *.ada) xform=ada ;; *.adb) xform=adb ;; *.ads) xform=ads ;; *.asm) xform=asm ;; *.c++) xform=c++ ;; *.cc) xform=cc ;; *.ii) xform=ii ;; *.class) xform=class ;; *.cpp) xform=cpp ;; *.cxx) xform=cxx ;; *.f90) xform=f90 ;; *.for) xform=for ;; *.java) xform=java ;; esac libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"` case $libobj in *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;; *) $echo "$modename: cannot determine name of library object from \`$libobj'" 1>&2 exit 1 ;; esac # 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. if test -n "$available_tags" && test -z "$tagname"; then case $base_compile 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 "* | " `$echo $CC` "* | "`$echo $CC` "*) ;; # 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$" < "$0" > /dev/null; then # Evaluate the configuration. eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $0`" case "$base_compile " in "$CC "* | " $CC "* | "`$echo $CC` "* | " `$echo $CC` "*) # 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 $echo "$modename: unable to infer tagged configuration" $echo "$modename: specify a tag with \`--tag'" 1>&2 exit 1 # else # $echo "$modename: using $tagname tagged configuration" fi ;; esac fi for arg in $later; do case $arg in -static) build_old_libs=yes continue ;; -prefer-pic) pic_mode=yes continue ;; -prefer-non-pic) pic_mode=no continue ;; esac done objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'` xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'` if test "X$xdir" = "X$obj"; then xdir= else xdir=$xdir/ fi lobj=${xdir}$objdir/$objname if test -z "$base_compile"; then $echo "$modename: you must specify a compilation command" 1>&2 $echo "$help" 1>&2 exit 1 fi # Delete any leftover library objects. if test "$build_old_libs" = yes; then removelist="$obj $lobj $libobj ${libobj}T" else removelist="$lobj $libobj ${libobj}T" fi $run $rm $removelist trap "$run $rm $removelist; exit 1" 1 2 15 # On Cygwin there's no "real" PIC flag so we must build both object types case $host_os in cygwin* | mingw* | pw32* | os2*) pic_mode=default ;; esac if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; 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 "$compiler_c_o" = no; then output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} lockfile="$output_obj.lock" removelist="$removelist $output_obj $lockfile" trap "$run $rm $removelist; exit 1" 1 2 15 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 "$need_locks" = yes; then until $run ln "$0" "$lockfile" 2>/dev/null; do $show "Waiting for $lockfile to be removed" sleep 2 done elif test "$need_locks" = warn; 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." $run $rm $removelist exit 1 fi $echo $srcfile > "$lockfile" fi if test -n "$fix_srcfile_path"; then eval srcfile=\"$fix_srcfile_path\" fi $run $rm "$libobj" "${libobj}T" # Create a libtool object file (analogous to a ".la" file), # but don't create it if we're doing a dry run. test -z "$run" && cat > ${libobj}T </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." $run $rm $removelist exit 1 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 $show "$mv $output_obj $lobj" if $run $mv $output_obj $lobj; then : else error=$? $run $rm $removelist exit $error fi fi # Append the name of the PIC object to the libtool object file. test -z "$run" && cat >> ${libobj}T <> ${libobj}T </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." $run $rm $removelist exit 1 fi # Just move the object if needed if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then $show "$mv $output_obj $obj" if $run $mv $output_obj $obj; then : else error=$? $run $rm $removelist exit $error fi fi # Append the name of the non-PIC object the libtool object file. # Only append if the libtool object file exists. test -z "$run" && cat >> ${libobj}T <> ${libobj}T < /dev/null; then # Evaluate the configuration. eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $0`" case $base_compile in "$CC "* | " $CC "* | "`$echo $CC` "* | " `$echo $CC` "*) # The compiler in $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 $echo "$modename: unable to infer tagged configuration" $echo "$modename: specify a tag with \`--tag'" 1>&2 exit 1 # else # $echo "$modename: using $tagname tagged configuration" fi ;; esac fi # We need to know -static, to get the right output filenames. for arg do case $arg in -all-static | -static) if test "X$arg" = "X-all-static"; then if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then $echo "$modename: warning: complete static linking is impossible in this configuration" 1>&2 fi if test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi else if test -z "$pic_flag" && test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi fi build_libtool_libs=no build_old_libs=yes prefer_static_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 case $arg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test ;; *) qarg=$arg ;; esac libtool_args="$libtool_args $qarg" # If the previous option needs an argument, assign it. if test -n "$prev"; then case $prev in output) compile_command="$compile_command @OUTPUT@" finalize_command="$finalize_command @OUTPUT@" ;; esac case $prev in dlfiles|dlprefiles) if test "$preload" = no; then # Add the symbol object into the linking commands. compile_command="$compile_command @SYMFILE@" finalize_command="$finalize_command @SYMFILE@" preload=yes fi case $arg in *.la | *.lo) ;; # We handle these cases below. force) if test "$dlself" = no; then dlself=needless export_dynamic=yes fi prev= continue ;; self) if test "$prev" = dlprefiles; then dlself=yes elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then dlself=yes else dlself=needless export_dynamic=yes fi prev= continue ;; *) if test "$prev" = dlfiles; then dlfiles="$dlfiles $arg" else dlprefiles="$dlprefiles $arg" fi prev= continue ;; esac ;; expsyms) export_symbols="$arg" if test ! -f "$arg"; then $echo "$modename: symbol file \`$arg' does not exist" exit 1 fi prev= continue ;; expsyms_regex) export_symbols_regex="$arg" prev= continue ;; inst_prefix) inst_prefix_dir="$arg" prev= continue ;; precious_regex) precious_files_regex="$arg" prev= continue ;; release) release="-$arg" prev= continue ;; objectlist) if test -f "$arg"; then save_arg=$arg moreargs= for fil in `cat $save_arg` do # moreargs="$moreargs $fil" arg=$fil # A libtool-controlled object. # Check to see that this really is a libtool object. if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then pic_object= non_pic_object= # Read the .lo file # If there is no directory component, then add one. case $arg in */* | *\\*) . $arg ;; *) . ./$arg ;; esac if test -z "$pic_object" || \ test -z "$non_pic_object" || test "$pic_object" = none && \ test "$non_pic_object" = none; then $echo "$modename: cannot find name of object for \`$arg'" 1>&2 exit 1 fi # Extract subdirectory from the argument. xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` if test "X$xdir" = "X$arg"; then xdir= else xdir="$xdir/" fi if test "$pic_object" != none; then # Prepend the subdirectory the object is found in. pic_object="$xdir$pic_object" if test "$prev" = dlfiles; then if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then dlfiles="$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 "$prev" = dlprefiles; then # Preload the old-style object. dlprefiles="$dlprefiles $pic_object" prev= fi # A PIC object. libobjs="$libobjs $pic_object" arg="$pic_object" fi # Non-PIC object. if test "$non_pic_object" != none; then # Prepend the subdirectory the object is found in. non_pic_object="$xdir$non_pic_object" # A standard non-PIC object non_pic_objects="$non_pic_objects $non_pic_object" if test -z "$pic_object" || test "$pic_object" = none ; then arg="$non_pic_object" fi fi else # Only an error if not doing a dry-run. if test -z "$run"; then $echo "$modename: \`$arg' is not a valid libtool object" 1>&2 exit 1 else # Dry-run case. # Extract subdirectory from the argument. xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` if test "X$xdir" = "X$arg"; then xdir= else xdir="$xdir/" fi pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"` non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"` libobjs="$libobjs $pic_object" non_pic_objects="$non_pic_objects $non_pic_object" fi fi done else $echo "$modename: link input file \`$save_arg' does not exist" exit 1 fi arg=$save_arg prev= continue ;; rpath | xrpath) # We need an absolute path. case $arg in [\\/]* | [A-Za-z]:[\\/]*) ;; *) $echo "$modename: only absolute run-paths are allowed" 1>&2 exit 1 ;; esac if test "$prev" = rpath; then case "$rpath " in *" $arg "*) ;; *) rpath="$rpath $arg" ;; esac else case "$xrpath " in *" $arg "*) ;; *) xrpath="$xrpath $arg" ;; esac fi prev= continue ;; xcompiler) compiler_flags="$compiler_flags $qarg" prev= compile_command="$compile_command $qarg" finalize_command="$finalize_command $qarg" continue ;; xlinker) linker_flags="$linker_flags $qarg" compiler_flags="$compiler_flags $wl$qarg" prev= compile_command="$compile_command $wl$qarg" finalize_command="$finalize_command $wl$qarg" continue ;; xcclinker) linker_flags="$linker_flags $qarg" compiler_flags="$compiler_flags $qarg" prev= compile_command="$compile_command $qarg" finalize_command="$finalize_command $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 compile_command="$compile_command $link_static_flag" finalize_command="$finalize_command $link_static_flag" fi continue ;; -allow-undefined) # FIXME: remove this flag sometime in the future. $echo "$modename: \`-allow-undefined' is deprecated because it is the default" 1>&2 continue ;; -avoid-version) avoid_version=yes 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 $echo "$modename: more than one -exported-symbols argument is not allowed" exit 1 fi if test "X$arg" = "X-export-symbols"; then prev=expsyms else prev=expsyms_regex fi 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*) compile_command="$compile_command $arg" finalize_command="$finalize_command $arg" ;; esac continue ;; -L*) dir=`$echo "X$arg" | $Xsed -e 's/^-L//'` # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) absdir=`cd "$dir" && pwd` if test -z "$absdir"; then $echo "$modename: cannot determine absolute directory name of \`$dir'" 1>&2 exit 1 fi dir="$absdir" ;; esac case "$deplibs " in *" -L$dir "*) ;; *) deplibs="$deplibs -L$dir" lib_search_path="$lib_search_path $dir" ;; esac case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) case :$dllsearchpath: in *":$dir:"*) ;; *) dllsearchpath="$dllsearchpath:$dir";; esac ;; esac continue ;; -l*) if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then case $host in *-*-cygwin* | *-*-pw32* | *-*-beos*) # These systems don't actually have a C or math library (as such) continue ;; *-*-mingw* | *-*-os2*) # These systems don't actually have a C library (as such) test "X$arg" = "X-lc" && continue ;; *-*-openbsd* | *-*-freebsd*) # Do not include libc due to us having libc/libc_r. test "X$arg" = "X-lc" && continue ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C and math libraries are in the System framework deplibs="$deplibs -framework System" continue esac elif test "X$arg" = "X-lc_r"; then case $host in *-*-openbsd* | *-*-freebsd*) # Do not include libc_r directly, use -pthread flag. continue ;; esac fi deplibs="$deplibs $arg" continue ;; -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe) deplibs="$deplibs $arg" continue ;; -module) module=yes continue ;; # gcc -m* arguments should be passed to the linker via $compiler_flags # in order to pass architecture information to the linker # (e.g. 32 vs 64-bit). This may also be accomplished via -Wl,-mfoo # but this is not reliable with gcc because gcc may use -mfoo to # select a different linker, different libraries, etc, while # -Wl,-mfoo simply passes -mfoo to the linker. -m*) # Unknown arguments in both finalize_command and compile_command need # to be aesthetically quoted because they are evaled later. arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` case $arg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") arg="\"$arg\"" ;; esac compile_command="$compile_command $arg" finalize_command="$finalize_command $arg" if test "$with_gcc" = "yes" ; then compiler_flags="$compiler_flags $arg" fi continue ;; -shrext) prev=shrext continue ;; -no-fast-install) fast_install=no continue ;; -no-install) case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) # The PATH hackery in wrapper scripts is required on Windows # in order for the loader to find any dlls it needs. $echo "$modename: warning: \`-no-install' is ignored for $host" 1>&2 $echo "$modename: warning: assuming \`-no-fast-install' instead" 1>&2 fast_install=no ;; *) no_install=yes ;; esac continue ;; -no-undefined) allow_undefined=no continue ;; -objectlist) prev=objectlist continue ;; -o) prev=output ;; -precious-files-regex) prev=precious_regex continue ;; -release) prev=release continue ;; -rpath) prev=rpath continue ;; -R) prev=xrpath continue ;; -R*) dir=`$echo "X$arg" | $Xsed -e 's/^-R//'` # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) $echo "$modename: only absolute run-paths are allowed" 1>&2 exit 1 ;; esac case "$xrpath " in *" $dir "*) ;; *) xrpath="$xrpath $dir" ;; esac continue ;; -static) # 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 ;; -Wc,*) args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'` arg= save_ifs="$IFS"; IFS=',' for flag in $args; do IFS="$save_ifs" case $flag in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") flag="\"$flag\"" ;; esac arg="$arg $wl$flag" compiler_flags="$compiler_flags $flag" done IFS="$save_ifs" arg=`$echo "X$arg" | $Xsed -e "s/^ //"` ;; -Wl,*) args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'` arg= save_ifs="$IFS"; IFS=',' for flag in $args; do IFS="$save_ifs" case $flag in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") flag="\"$flag\"" ;; esac arg="$arg $wl$flag" compiler_flags="$compiler_flags $wl$flag" linker_flags="$linker_flags $flag" done IFS="$save_ifs" arg=`$echo "X$arg" | $Xsed -e "s/^ //"` ;; -Xcompiler) prev=xcompiler continue ;; -Xlinker) prev=xlinker continue ;; -XCClinker) prev=xcclinker continue ;; # Some other compiler flag. -* | +*) # Unknown arguments in both finalize_command and compile_command need # to be aesthetically quoted because they are evaled later. arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` case $arg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") arg="\"$arg\"" ;; esac ;; *.$objext) # A standard object. objs="$objs $arg" ;; *.lo) # A libtool-controlled object. # Check to see that this really is a libtool object. if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then pic_object= non_pic_object= # Read the .lo file # If there is no directory component, then add one. case $arg in */* | *\\*) . $arg ;; *) . ./$arg ;; esac if test -z "$pic_object" || \ test -z "$non_pic_object" || test "$pic_object" = none && \ test "$non_pic_object" = none; then $echo "$modename: cannot find name of object for \`$arg'" 1>&2 exit 1 fi # Extract subdirectory from the argument. xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` if test "X$xdir" = "X$arg"; then xdir= else xdir="$xdir/" fi if test "$pic_object" != none; then # Prepend the subdirectory the object is found in. pic_object="$xdir$pic_object" if test "$prev" = dlfiles; then if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then dlfiles="$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 "$prev" = dlprefiles; then # Preload the old-style object. dlprefiles="$dlprefiles $pic_object" prev= fi # A PIC object. libobjs="$libobjs $pic_object" arg="$pic_object" fi # Non-PIC object. if test "$non_pic_object" != none; then # Prepend the subdirectory the object is found in. non_pic_object="$xdir$non_pic_object" # A standard non-PIC object non_pic_objects="$non_pic_objects $non_pic_object" if test -z "$pic_object" || test "$pic_object" = none ; then arg="$non_pic_object" fi fi else # Only an error if not doing a dry-run. if test -z "$run"; then $echo "$modename: \`$arg' is not a valid libtool object" 1>&2 exit 1 else # Dry-run case. # Extract subdirectory from the argument. xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` if test "X$xdir" = "X$arg"; then xdir= else xdir="$xdir/" fi pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"` non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"` libobjs="$libobjs $pic_object" non_pic_objects="$non_pic_objects $non_pic_object" fi fi ;; *.$libext) # An archive. deplibs="$deplibs $arg" old_deplibs="$old_deplibs $arg" continue ;; *.la) # A libtool-controlled library. if test "$prev" = dlfiles; then # This library was specified with -dlopen. dlfiles="$dlfiles $arg" prev= elif test "$prev" = dlprefiles; then # The library was specified with -dlpreopen. dlprefiles="$dlprefiles $arg" prev= else deplibs="$deplibs $arg" 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. arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` case $arg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") arg="\"$arg\"" ;; esac ;; esac # arg # Now actually substitute the argument into the commands. if test -n "$arg"; then compile_command="$compile_command $arg" finalize_command="$finalize_command $arg" fi done # argument parsing loop if test -n "$prev"; then $echo "$modename: the \`$prevarg' option requires an argument" 1>&2 $echo "$help" 1>&2 exit 1 fi if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then eval arg=\"$export_dynamic_flag_spec\" compile_command="$compile_command $arg" finalize_command="$finalize_command $arg" fi oldlibs= # calculate the name of the file, without its directory outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'` libobjs_save="$libobjs" if test -n "$shlibpath_var"; then # get the directories listed in $shlibpath_var eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'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\" output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'` if test "X$output_objdir" = "X$output"; then output_objdir="$objdir" else output_objdir="$output_objdir/$objdir" fi # Create the object directory. if test ! -d "$output_objdir"; then $show "$mkdir $output_objdir" $run $mkdir $output_objdir status=$? if test "$status" -ne 0 && test ! -d "$output_objdir"; then exit $status fi fi # Determine the type of output case $output in "") $echo "$modename: you must specify an output file" 1>&2 $echo "$help" 1>&2 exit 1 ;; *.$libext) linkmode=oldlib ;; *.lo | *.$objext) linkmode=obj ;; *.la) linkmode=lib ;; *) linkmode=prog ;; # Anything else should be a program. esac case $host in *cygwin* | *mingw* | *pw32*) # don't eliminate duplcations in $postdeps and $predeps duplicate_compiler_generated_deps=yes ;; *) duplicate_compiler_generated_deps=$duplicate_deps ;; 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 test "X$duplicate_deps" = "Xyes" ; then case "$libs " in *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; esac fi libs="$libs $deplib" done if test "$linkmode" = lib; 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 test "X$duplicate_compiler_generated_deps" = "Xyes" ; then for pre_post_dep in $predeps $postdeps; do case "$pre_post_deps " in *" $pre_post_dep "*) specialdeplibs="$specialdeplibs $pre_post_deps" ;; esac pre_post_deps="$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 link" for file in $dlfiles $dlprefiles; do case $file in *.la) ;; *) $echo "$modename: libraries can \`-dlopen' only libtool libraries: $file" 1>&2 exit 1 ;; esac done ;; prog) compile_deplibs= finalize_deplibs= alldeplibs=no newdlfiles= newdlprefiles= passes="conv scan dlopen dlpreopen link" ;; *) passes="conv" ;; esac for pass in $passes; do if test "$linkmode,$pass" = "lib,link" || test "$linkmode,$pass" = "prog,scan"; then libs="$deplibs" deplibs= fi if test "$linkmode" = prog; then case $pass in dlopen) libs="$dlfiles" ;; dlpreopen) libs="$dlprefiles" ;; link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; esac fi if test "$pass" = dlopen; then # Collect dlpreopened libraries save_deplibs="$deplibs" deplibs= fi for deplib in $libs; do lib= found=no case $deplib in -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe) if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" fi continue ;; -l*) if test "$linkmode" != lib && test "$linkmode" != prog; then $echo "$modename: warning: \`-l' is ignored for archives/objects" 1>&2 continue fi if test "$pass" = conv; then deplibs="$deplib $deplibs" continue fi name=`$echo "X$deplib" | $Xsed -e 's/^-l//'` for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do for search_ext in .la $shrext .so .a; do # Search the libtool library lib="$searchdir/lib${name}${search_ext}" if test -f "$lib"; then if test "$search_ext" = ".la"; then found=yes else found=no fi break 2 fi done done if test "$found" != yes; then # deplib doesn't seem to be a libtool library if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" fi continue else # 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 "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then case " $predeps $postdeps " in *" $deplib "*) if (${SED} -e '2q' $lib | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then library_names= old_library= case $lib in */* | *\\*) . $lib ;; *) . ./$lib ;; esac for l in $old_library $library_names; do ll="$l" done if test "X$ll" = "X$old_library" ; then # only static version available found=no ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'` test "X$ladir" = "X$lib" && ladir="." lib=$ladir/$old_library if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" fi continue fi fi ;; *) ;; esac fi fi ;; # -l -L*) case $linkmode in lib) deplibs="$deplib $deplibs" test "$pass" = conv && continue newdependency_libs="$deplib $newdependency_libs" newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'` ;; prog) if test "$pass" = conv; then deplibs="$deplib $deplibs" continue fi if test "$pass" = scan; then deplibs="$deplib $deplibs" newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'` else compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" fi ;; *) $echo "$modename: warning: \`-L' is ignored for archives/objects" 1>&2 ;; esac # linkmode continue ;; # -L -R*) if test "$pass" = link; then dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'` # Make sure the xrpath contains only unique directories. case "$xrpath " in *" $dir "*) ;; *) xrpath="$xrpath $dir" ;; esac fi deplibs="$deplib $deplibs" continue ;; *.la) lib="$deplib" ;; *.$libext) if test "$pass" = conv; then deplibs="$deplib $deplibs" continue fi case $linkmode in lib) if test "$deplibs_check_method" != pass_all; then $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 used here." else $echo $echo "*** Warning: Linking the shared library $output against the" $echo "*** static library $deplib is not portable!" deplibs="$deplib $deplibs" fi continue ;; prog) if test "$pass" != link; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" fi continue ;; esac # linkmode ;; # *.$libext *.lo | *.$objext) if test "$pass" = conv; then deplibs="$deplib $deplibs" elif test "$linkmode" = prog; then if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then # If there is no dlopen support or we're linking statically, # we need to preload. newdlprefiles="$newdlprefiles $deplib" compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else newdlfiles="$newdlfiles $deplib" fi fi continue ;; %DEPLIBS%) alldeplibs=yes continue ;; esac # case $deplib if test "$found" = yes || test -f "$lib"; then : else $echo "$modename: cannot find the library \`$lib'" 1>&2 exit 1 fi # Check to see that this really is a libtool archive. if (${SED} -e '2q' $lib | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then : else $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 exit 1 fi ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'` test "X$ladir" = "X$lib" && ladir="." dlname= dlopen= dlpreopen= libdir= library_names= old_library= # If the library was installed with an old release of libtool, # it will not redefine variables installed, or shouldnotlink installed=yes shouldnotlink=no # Read the .la file case $lib in */* | *\\*) . $lib ;; *) . ./$lib ;; esac if test "$linkmode,$pass" = "lib,link" || test "$linkmode,$pass" = "prog,scan" || { test "$linkmode" != prog && test "$linkmode" != lib; }; then test -n "$dlopen" && dlfiles="$dlfiles $dlopen" test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen" fi if test "$pass" = conv; then # Only check for convenience libraries deplibs="$lib $deplibs" if test -z "$libdir"; then if test -z "$old_library"; then $echo "$modename: cannot find name of link library for \`$lib'" 1>&2 exit 1 fi # It is a libtool convenience library, so add in its objects. convenience="$convenience $ladir/$objdir/$old_library" old_convenience="$old_convenience $ladir/$objdir/$old_library" tmp_libs= for deplib in $dependency_libs; do deplibs="$deplib $deplibs" if test "X$duplicate_deps" = "Xyes" ; then case "$tmp_libs " in *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; esac fi tmp_libs="$tmp_libs $deplib" done elif test "$linkmode" != prog && test "$linkmode" != lib; then $echo "$modename: \`$lib' is not a convenience library" 1>&2 exit 1 fi continue fi # $pass = conv # Get the name of the library we link against. linklib= for l in $old_library $library_names; do linklib="$l" done if test -z "$linklib"; then $echo "$modename: cannot find name of link library for \`$lib'" 1>&2 exit 1 fi # This library was specified with -dlopen. if test "$pass" = dlopen; then if test -z "$libdir"; then $echo "$modename: cannot -dlopen a convenience library: \`$lib'" 1>&2 exit 1 fi if test -z "$dlname" || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; 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. dlprefiles="$dlprefiles $lib $dependency_libs" else newdlfiles="$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 $echo "$modename: warning: cannot determine absolute directory name of \`$ladir'" 1>&2 $echo "$modename: passing it literally to the linker, although it might fail" 1>&2 abs_ladir="$ladir" fi ;; esac laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` # Find the relevant object directory and library name. if test "X$installed" = Xyes; then if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then $echo "$modename: warning: library \`$lib' was moved." 1>&2 dir="$ladir" absdir="$abs_ladir" libdir="$abs_ladir" else dir="$libdir" absdir="$libdir" fi else dir="$ladir/$objdir" absdir="$abs_ladir/$objdir" # Remove this search path later notinst_path="$notinst_path $abs_ladir" fi # $installed = yes name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` # This library was specified with -dlpreopen. if test "$pass" = dlpreopen; then if test -z "$libdir"; then $echo "$modename: cannot -dlpreopen a convenience library: \`$lib'" 1>&2 exit 1 fi # Prefer using a static library (so that no silly _DYNAMIC symbols # are required to link). if test -n "$old_library"; then newdlprefiles="$newdlprefiles $dir/$old_library" # Otherwise, use the dlname, so that lt_dlopen finds it. elif test -n "$dlname"; then newdlprefiles="$newdlprefiles $dir/$dlname" else newdlprefiles="$newdlprefiles $dir/$linklib" fi fi # $pass = dlpreopen if test -z "$libdir"; then # Link the convenience library if test "$linkmode" = lib; then deplibs="$dir/$old_library $deplibs" elif test "$linkmode,$pass" = "prog,link"; 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 "$linkmode" = prog && test "$pass" != link; then newlib_search_path="$newlib_search_path $ladir" deplibs="$lib $deplibs" linkalldeplibs=no if test "$link_all_deplibs" != no || test -z "$library_names" || test "$build_libtool_libs" = no; then linkalldeplibs=yes fi tmp_libs= for deplib in $dependency_libs; do case $deplib in -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test esac # Need to link against all dependency_libs? if test "$linkalldeplibs" = yes; then deplibs="$deplib $deplibs" else # Need to hardcode shared library paths # or/and link against static libraries newdependency_libs="$deplib $newdependency_libs" fi if test "X$duplicate_deps" = "Xyes" ; then case "$tmp_libs " in *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; esac fi tmp_libs="$tmp_libs $deplib" done # for deplib continue fi # $linkmode = prog... if test "$linkmode,$pass" = "prog,link"; then if test -n "$library_names" && { test "$prefer_static_libs" = no || test -z "$old_library"; }; then # We need to hardcode the library path if test -n "$shlibpath_var"; then # Make sure the rpath contains only unique directories. case "$temp_rpath " in *" $dir "*) ;; *" $absdir "*) ;; *) temp_rpath="$temp_rpath $dir" ;; 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 "*) ;; *) compile_rpath="$compile_rpath $absdir" esac ;; esac case " $sys_lib_dlsearch_path " in *" $libdir "*) ;; *) case "$finalize_rpath " in *" $libdir "*) ;; *) finalize_rpath="$finalize_rpath $libdir" esac ;; esac fi # $linkmode,$pass = prog,link... if test "$alldeplibs" = yes && { test "$deplibs_check_method" = pass_all || { test "$build_libtool_libs" = yes && 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 if test -n "$library_names" && { test "$prefer_static_libs" = no || test -z "$old_library"; }; then if test "$installed" = no; then notinst_deplibs="$notinst_deplibs $lib" need_relink=yes fi # This is a shared library # Warn about portability, can't link against -module's on some systems (darwin) if test "$shouldnotlink" = yes && test "$pass" = link ; then $echo if test "$linkmode" = prog; 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 "$linkmode" = lib && test "$hardcode_into_libs" = yes; 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 "*) ;; *) compile_rpath="$compile_rpath $absdir" esac ;; esac case " $sys_lib_dlsearch_path " in *" $libdir "*) ;; *) case "$finalize_rpath " in *" $libdir "*) ;; *) finalize_rpath="$finalize_rpath $libdir" esac ;; esac fi if test -n "$old_archive_from_expsyms_cmds"; then # figure out the soname set dummy $library_names realname="$2" shift; 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*) major=`expr $current - $age` versuffix="-$major" ;; esac eval soname=\"$soname_spec\" else soname="$realname" fi # Make a new name for the extract_expsyms_cmds to use soroot="$soname" soname=`$echo $soroot | ${SED} -e 's/^.*\///'` newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a" # If the library has no export list, then create one now if test -f "$output_objdir/$soname-def"; then : else $show "extracting exported symbol list from \`$soname'" save_ifs="$IFS"; IFS='~' cmds=$extract_expsyms_cmds for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" || exit $? done IFS="$save_ifs" fi # Create $newlib if test -f "$output_objdir/$newlib"; then :; else $show "generating import library for \`$soname'" save_ifs="$IFS"; IFS='~' cmds=$old_archive_from_expsyms_cmds for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" || exit $? done IFS="$save_ifs" 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 "$linkmode" = prog || test "$mode" != relink; then add_shlibpath= add_dir= add= lib_linked=yes case $hardcode_action in immediate | unsupported) if test "$hardcode_direct" = no; then add="$dir/$linklib" case $host in *-*-sco3.2v5* ) add_dir="-L$dir" ;; *-*-darwin* ) # if the lib is a module then we can not link against it, someone # is ignoring the new warnings I added if /usr/bin/file -L $add 2> /dev/null | grep "bundle" >/dev/null ; 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 fi esac elif test "$hardcode_minus_L" = no; then case $host in *-*-sunos*) add_shlibpath="$dir" ;; esac add_dir="-L$dir" add="-l$name" elif test "$hardcode_shlibpath_var" = no; then add_shlibpath="$dir" add="-l$name" else lib_linked=no fi ;; relink) if test "$hardcode_direct" = yes; then add="$dir/$linklib" elif test "$hardcode_minus_L" = yes; then add_dir="-L$dir" # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case "$libdir" in [\\/]*) add_dir="$add_dir -L$inst_prefix_dir$libdir" ;; esac fi add="-l$name" elif test "$hardcode_shlibpath_var" = yes; then add_shlibpath="$dir" add="-l$name" else lib_linked=no fi ;; *) lib_linked=no ;; esac if test "$lib_linked" != yes; then $echo "$modename: configuration error: unsupported hardcode properties" exit 1 fi if test -n "$add_shlibpath"; then case :$compile_shlibpath: in *":$add_shlibpath:"*) ;; *) compile_shlibpath="$compile_shlibpath$add_shlibpath:" ;; esac fi if test "$linkmode" = prog; 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 "$hardcode_direct" != yes && \ test "$hardcode_minus_L" != yes && \ test "$hardcode_shlibpath_var" = yes; then case :$finalize_shlibpath: in *":$libdir:"*) ;; *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; esac fi fi fi if test "$linkmode" = prog || test "$mode" = relink; then add_shlibpath= add_dir= add= # Finalize command for both is simple: just hardcode it. if test "$hardcode_direct" = yes; then add="$libdir/$linklib" elif test "$hardcode_minus_L" = yes; then add_dir="-L$libdir" add="-l$name" elif test "$hardcode_shlibpath_var" = yes; then case :$finalize_shlibpath: in *":$libdir:"*) ;; *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; esac add="-l$name" elif test "$hardcode_automatic" = yes; 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 [\\/]*) add_dir="$add_dir -L$inst_prefix_dir$libdir" ;; esac fi add="-l$name" fi if test "$linkmode" = prog; 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 "$linkmode" = prog; 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 "$hardcode_direct" != unsupported; 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 "$build_libtool_libs" = yes; then # Not a shared library if test "$deplibs_check_method" != pass_all; 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 can not 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 "$module" = yes; 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 "$build_old_libs" = no; then build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi fi else convenience="$convenience $dir/$old_library" old_convenience="$old_convenience $dir/$old_library" deplibs="$dir/$old_library $deplibs" link_static=yes fi fi # link shared/static library? if test "$linkmode" = lib; then if test -n "$dependency_libs" && { test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes || test "$link_static" = yes; }; then # Extract -R from dependency_libs temp_deplibs= for libdir in $dependency_libs; do case $libdir in -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'` case " $xrpath " in *" $temp_xrpath "*) ;; *) xrpath="$xrpath $temp_xrpath";; esac;; *) temp_deplibs="$temp_deplibs $libdir";; esac done dependency_libs="$temp_deplibs" fi newlib_search_path="$newlib_search_path $absdir" # Link against this library test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs" # ... and its dependency_libs tmp_libs= for deplib in $dependency_libs; do newdependency_libs="$deplib $newdependency_libs" if test "X$duplicate_deps" = "Xyes" ; then case "$tmp_libs " in *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; esac fi tmp_libs="$tmp_libs $deplib" done if test "$link_all_deplibs" != no; then # Add the search paths of all dependency libraries for deplib in $dependency_libs; do case $deplib in -L*) path="$deplib" ;; *.la) dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'` test "X$dir" = "X$deplib" && dir="." # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;; *) absdir=`cd "$dir" && pwd` if test -z "$absdir"; then $echo "$modename: warning: cannot determine absolute directory name of \`$dir'" 1>&2 absdir="$dir" fi ;; esac if grep "^installed=no" $deplib > /dev/null; then path="$absdir/$objdir" else eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` if test -z "$libdir"; then $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2 exit 1 fi if test "$absdir" != "$libdir"; then $echo "$modename: warning: \`$deplib' seems to be moved" 1>&2 fi path="$absdir" fi depdepl= case $host in *-*-darwin*) # we do not want to link against static libs, but need to link against shared 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 "$path/$depdepl" ; then depdepl="$path/$depdepl" fi # do not add paths which are already there case " $newlib_search_path " in *" $path "*) ;; *) newlib_search_path="$newlib_search_path $path";; esac fi path="" ;; *) path="-L$path" ;; esac ;; -l*) case $host in *-*-darwin*) # Again, we only want to link against shared libraries eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"` for tmp in $newlib_search_path ; do if test -f "$tmp/lib$tmp_libs.dylib" ; then eval depdepl="$tmp/lib$tmp_libs.dylib" break fi done path="" ;; *) continue ;; esac ;; *) continue ;; esac case " $deplibs " in *" $depdepl "*) ;; *) deplibs="$deplibs $depdepl" ;; esac case " $deplibs " in *" $path "*) ;; *) deplibs="$deplibs $path" ;; esac done fi # link_all_deplibs != no fi # linkmode = lib done # for deplib in $libs dependency_libs="$newdependency_libs" if test "$pass" = dlpreopen; then # Link the dlpreopened libraries before other libraries for deplib in $save_deplibs; do deplibs="$deplib $deplibs" done fi if test "$pass" != dlopen; then if test "$pass" != conv; then # 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 "*) ;; *) lib_search_path="$lib_search_path $dir" ;; esac done newlib_search_path= fi if test "$linkmode,$pass" != "prog,link"; then vars="deplibs" else vars="compile_deplibs finalize_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 "*) ;; *) tmp_libs="$tmp_libs $deplib" ;; esac ;; *) tmp_libs="$tmp_libs $deplib" ;; esac done eval $var=\"$tmp_libs\" done # for var fi # 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 tmp_libs="$tmp_libs $i" fi done dependency_libs=$tmp_libs done # for pass if test "$linkmode" = prog; then dlfiles="$newdlfiles" dlprefiles="$newdlprefiles" fi case $linkmode in oldlib) if test -n "$deplibs"; then $echo "$modename: warning: \`-l' and \`-L' are ignored for archives" 1>&2 fi if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then $echo "$modename: warning: \`-dlopen' is ignored for archives" 1>&2 fi if test -n "$rpath"; then $echo "$modename: warning: \`-rpath' is ignored for archives" 1>&2 fi if test -n "$xrpath"; then $echo "$modename: warning: \`-R' is ignored for archives" 1>&2 fi if test -n "$vinfo"; then $echo "$modename: warning: \`-version-info/-version-number' is ignored for archives" 1>&2 fi if test -n "$release"; then $echo "$modename: warning: \`-release' is ignored for archives" 1>&2 fi if test -n "$export_symbols" || test -n "$export_symbols_regex"; then $echo "$modename: warning: \`-export-symbols' is ignored for archives" 1>&2 fi # Now set the variables for building old libraries. build_libtool_libs=no oldlibs="$output" objs="$objs$old_deplibs" ;; lib) # Make sure we only generate libraries of the form `libNAME.la'. case $outputname in lib*) name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` eval shared_ext=\"$shrext\" eval libname=\"$libname_spec\" ;; *) if test "$module" = no; then $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2 $echo "$help" 1>&2 exit 1 fi if test "$need_lib_prefix" != no; then # Add the "lib" prefix for modules if required name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'` eval shared_ext=\"$shrext\" eval libname=\"$libname_spec\" else libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'` fi ;; esac if test -n "$objs"; then if test "$deplibs_check_method" != pass_all; then $echo "$modename: cannot build libtool library \`$output' from non-libtool objects on this host:$objs" 2>&1 exit 1 else $echo $echo "*** Warning: Linking the shared library $output against the non-libtool" $echo "*** objects $objs is not portable!" libobjs="$libobjs $objs" fi fi if test "$dlself" != no; then $echo "$modename: warning: \`-dlopen self' is ignored for libtool libraries" 1>&2 fi set dummy $rpath if test "$#" -gt 2; then $echo "$modename: warning: ignoring multiple \`-rpath's for a libtool library" 1>&2 fi install_libdir="$2" oldlibs= if test -z "$rpath"; then if test "$build_libtool_libs" = yes; 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 if test -n "$vinfo"; then $echo "$modename: warning: \`-version-info/-version-number' is ignored for convenience libraries" 1>&2 fi if test -n "$release"; then $echo "$modename: warning: \`-release' is ignored for convenience libraries" 1>&2 fi else # Parse the version information argument. save_ifs="$IFS"; IFS=':' set dummy $vinfo 0 0 0 IFS="$save_ifs" if test -n "$8"; then $echo "$modename: too many parameters to \`-version-info'" 1>&2 $echo "$help" 1>&2 exit 1 fi # 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="$2" number_minor="$3" number_revision="$4" # # 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 # which has an extra 1 added just for fun # case $version_type in darwin|linux|osf|windows) current=`expr $number_major + $number_minor` age="$number_minor" revision="$number_revision" ;; freebsd-aout|freebsd-elf|sunos) current="$number_major" revision="$number_minor" age="0" ;; irix|nonstopux) current=`expr $number_major + $number_minor - 1` age="$number_minor" revision="$number_minor" ;; esac ;; no) current="$2" revision="$3" age="$4" ;; 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]) ;; *) $echo "$modename: CURRENT \`$current' is not a nonnegative integer" 1>&2 $echo "$modename: \`$vinfo' is not valid version information" 1>&2 exit 1 ;; esac case $revision in 0 | [1-9] | [1-9][0-9] | [1-9][0-9][0-9]) ;; *) $echo "$modename: REVISION \`$revision' is not a nonnegative integer" 1>&2 $echo "$modename: \`$vinfo' is not valid version information" 1>&2 exit 1 ;; esac case $age in 0 | [1-9] | [1-9][0-9] | [1-9][0-9][0-9]) ;; *) $echo "$modename: AGE \`$age' is not a nonnegative integer" 1>&2 $echo "$modename: \`$vinfo' is not valid version information" 1>&2 exit 1 ;; esac if test "$age" -gt "$current"; then $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2 $echo "$modename: \`$vinfo' is not valid version information" 1>&2 exit 1 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 major=.`expr $current - $age` versuffix="$major.$age.$revision" # Darwin ld doesn't like 0 for these options... minor_current=`expr $current + 1` verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" ;; freebsd-aout) major=".$current" versuffix=".$current.$revision"; ;; freebsd-elf) major=".$current" versuffix=".$current"; ;; irix | nonstopux) major=`expr $current - $age + 1` 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 "$loop" -ne 0; do iface=`expr $revision - $loop` loop=`expr $loop - 1` verstring="$verstring_prefix$major.$iface:$verstring" done # Before this point, $major must not contain `.'. major=.$major versuffix="$major.$revision" ;; linux) major=.`expr $current - $age` versuffix="$major.$age.$revision" ;; osf) major=.`expr $current - $age` versuffix=".$current.$age.$revision" verstring="$current.$age.$revision" # Add in all the interfaces that we are compatible with. loop=$age while test "$loop" -ne 0; do iface=`expr $current - $loop` loop=`expr $loop - 1` verstring="$verstring:${iface}.0" done # Make executables depend on our current version. verstring="$verstring:${current}.0" ;; sunos) major=".$current" versuffix=".$current.$revision" ;; windows) # Use '-' rather than '.', since we only want one # extension on DOS 8.3 filesystems. major=`expr $current - $age` versuffix="-$major" ;; *) $echo "$modename: unknown library version type \`$version_type'" 1>&2 $echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 exit 1 ;; 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 "$need_version" = no; then versuffix= else versuffix=".0.0" fi fi # Remove version info from name if versioning should be avoided if test "$avoid_version" = yes && test "$need_version" = no; then major= versuffix= verstring="" fi # Check to see if the archive will have undefined symbols. if test "$allow_undefined" = yes; then if test "$allow_undefined_flag" = unsupported; then $echo "$modename: warning: undefined symbols not allowed in $host shared libraries" 1>&2 build_libtool_libs=no build_old_libs=yes fi else # Don't allow undefined symbols. allow_undefined_flag="$no_undefined_flag" fi fi if test "$mode" != relink; 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) ;; $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*) if echo $p | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 then continue fi removelist="$removelist $p" ;; *) ;; esac done if test -n "$removelist"; then $show "${rm}r $removelist" $run ${rm}r $removelist fi fi # Now set the variables for building old libraries. if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then oldlibs="$oldlibs $output_objdir/$libname.$libext" # Transform .lo files to .o files. oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP` fi # Eliminate all temporary directories. for path in $notinst_path; do lib_search_path=`$echo "$lib_search_path " | ${SED} -e 's% $path % %g'` deplibs=`$echo "$deplibs " | ${SED} -e 's% -L$path % %g'` dependency_libs=`$echo "$dependency_libs " | ${SED} -e '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 temp_xrpath="$temp_xrpath -R$libdir" case "$finalize_rpath " in *" $libdir "*) ;; *) finalize_rpath="$finalize_rpath $libdir" ;; esac done if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; 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 "*) ;; *) dlfiles="$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 "*) ;; *) dlprefiles="$dlprefiles $lib" ;; esac done if test "$build_libtool_libs" = yes; then if test -n "$rpath"; then case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos*) # these systems don't actually have a c library (as such)! ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C library is in the System framework deplibs="$deplibs -framework System" ;; *-*-netbsd*) # Don't link with libc until the a.out ld.so is fixed. ;; *-*-openbsd* | *-*-freebsd*) # Do not include libc due to us having libc/libc_r. test "X$arg" = "X-lc" && continue ;; *) # Add libc to deplibs on all other systems if necessary. if test "$build_libtool_need_lc" = "yes"; then deplibs="$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. $rm conftest.c cat > conftest.c </dev/null` 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 "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";; esac done if eval $file_magic_cmd \"\$potlib\" 2>/dev/null \ | ${SED} 10q \ | $EGREP "$file_magic_regex" > /dev/null; then newdeplibs="$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 else # Add a -L argument. newdeplibs="$newdeplibs $a_deplib" fi done # Gone through all deplibs. ;; match_pattern*) set dummy $deplibs_check_method match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` for a_deplib in $deplibs; do name="`expr $a_deplib : '-l\(.*\)'`" # If $name is empty we are operating on a -L argument. if test -n "$name" && test "$name" != "0"; then if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then case " $predeps $postdeps " in *" $a_deplib "*) newdeplibs="$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 newdeplibs="$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 else # Add a -L argument. newdeplibs="$newdeplibs $a_deplib" fi done # Gone through all deplibs. ;; none | unknown | *) newdeplibs="" tmp_deplibs=`$echo "X $deplibs" | $Xsed -e 's/ -lc$//' \ -e 's/ -[LR][^ ]*//g'` if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then for i in $predeps $postdeps ; do # can't use Xsed below, because $i might contain '/' tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"` done fi if $echo "X $tmp_deplibs" | $Xsed -e 's/[ ]//g' \ | grep . >/dev/null; then $echo if test "X$deplibs_check_method" = "Xnone"; 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 fi ;; 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 is the System framework newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'` ;; esac if test "$droppeddeps" = yes; then if test "$module" = yes; 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 "$build_old_libs" = no; 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 "$allow_undefined" = no; 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 "$build_old_libs" = no; 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 # 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 "$build_libtool_libs" = yes; then if test "$hardcode_into_libs" = yes; then # Hardcode the library paths hardcode_libdirs= dep_rpath= rpath="$finalize_rpath" test "$mode" != relink && rpath="$compile_rpath$rpath" for libdir in $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"*) ;; *) hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" dep_rpath="$dep_rpath $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; *) perm_rpath="$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" if test -n "$hardcode_libdir_flag_spec_ld"; then eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\" else eval dep_rpath=\"$hardcode_libdir_flag_spec\" fi fi if test -n "$runpath_var" && test -n "$perm_rpath"; then # We should set the runpath_var. rpath= for dir in $perm_rpath; do rpath="$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 "$mode" != relink && 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\" eval library_names=\"$library_names_spec\" set dummy $library_names realname="$2" shift; 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" for link do linknames="$linknames $link" done # Use standard objects if they are pic test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` # Prepare the list of exported symbols if test -z "$export_symbols"; then if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then $show "generating symbol list for \`$libname.la'" export_symbols="$output_objdir/$libname.exp" $run $rm $export_symbols cmds=$export_symbols_cmds save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" if len=`expr "X$cmd" : ".*"` && test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then $show "$cmd" $run eval "$cmd" || exit $? skipped_export=false else # The command line is too long to execute in one step. $show "using reloadable object file for export list..." skipped_export=: fi done IFS="$save_ifs" if test -n "$export_symbols_regex"; then $show "$EGREP -e \"$export_symbols_regex\" \"$export_symbols\" > \"${export_symbols}T\"" $run eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' $show "$mv \"${export_symbols}T\" \"$export_symbols\"" $run eval '$mv "${export_symbols}T" "$export_symbols"' fi fi fi if test -n "$export_symbols" && test -n "$include_expsyms"; then $run eval '$echo "X$include_expsyms" | $SP2NL >> "$export_symbols"' fi tmp_deplibs= for test_deplib in $deplibs; do case " $convenience " in *" $test_deplib "*) ;; *) tmp_deplibs="$tmp_deplibs $test_deplib" ;; esac done deplibs="$tmp_deplibs" if test -n "$convenience"; then if test -n "$whole_archive_flag_spec"; then save_libobjs=$libobjs eval libobjs=\"\$libobjs $whole_archive_flag_spec\" else gentop="$output_objdir/${outputname}x" $show "${rm}r $gentop" $run ${rm}r "$gentop" $show "$mkdir $gentop" $run $mkdir "$gentop" status=$? if test "$status" -ne 0 && test ! -d "$gentop"; then exit $status fi generated="$generated $gentop" for xlib in $convenience; do # Extract the objects. case $xlib in [\\/]* | [A-Za-z]:[\\/]*) xabs="$xlib" ;; *) xabs=`pwd`"/$xlib" ;; esac xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'` xdir="$gentop/$xlib" $show "${rm}r $xdir" $run ${rm}r "$xdir" $show "$mkdir $xdir" $run $mkdir "$xdir" status=$? if test "$status" -ne 0 && test ! -d "$xdir"; then exit $status fi # We will extract separately just the conflicting names and we will no # longer touch any unique names. It is faster to leave these extract # automatically by $AR in one run. $show "(cd $xdir && $AR x $xabs)" $run eval "(cd \$xdir && $AR x \$xabs)" || exit $? if ($AR t "$xabs" | sort | sort -uc >/dev/null 2>&1); then : else $echo "$modename: warning: object name conflicts; renaming object files" 1>&2 $echo "$modename: warning: to ensure that they will not overwrite" 1>&2 $AR t "$xabs" | sort | uniq -cd | while read -r count name do i=1 while test "$i" -le "$count" do # Put our $i before any first dot (extension) # Never overwrite any file name_to="$name" while test "X$name_to" = "X$name" || test -f "$xdir/$name_to" do name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"` done $show "(cd $xdir && $AR xN $i $xabs '$name' && $mv '$name' '$name_to')" $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $? i=`expr $i + 1` done done fi libobjs="$libobjs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` done fi fi if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then eval flag=\"$thread_safe_flag_spec\" linker_flags="$linker_flags $flag" fi # Make a backup of the uninstalled library when relinking if test "$mode" = relink; then $run eval '(cd $output_objdir && $rm ${realname}U && $mv $realname ${realname}U)' || exit $? fi # Do each of the archive commands. if test "$module" = yes && 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 "X$skipped_export" != "X:" && len=`expr "X$test_cmds" : ".*"` && test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then : else # The command line is too long to link in one step, link piecewise. $echo "creating reloadable object files..." # 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 # Clear the reloadable object creation command queue and # initialize k to one. test_cmds= concat_cmds= objlist= delfiles= last_robj= k=1 output=$output_objdir/$save_output-${k}.$objext # Loop over the list of objects to be linked. for obj in $save_libobjs do eval test_cmds=\"$reload_cmds $objlist $last_robj\" if test "X$objlist" = X || { len=`expr "X$test_cmds" : ".*"` && test "$len" -le "$max_cmd_len"; }; then objlist="$objlist $obj" else # The command $test_cmds is almost too long, add a # command to the queue. if test "$k" -eq 1 ; then # The first file doesn't have a previous command to add. eval concat_cmds=\"$reload_cmds $objlist $last_robj\" else # All subsequent reloadable object files will link in # the last one created. eval concat_cmds=\"\$concat_cmds~$reload_cmds $objlist $last_robj\" fi last_robj=$output_objdir/$save_output-${k}.$objext k=`expr $k + 1` output=$output_objdir/$save_output-${k}.$objext objlist=$obj len=1 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~ eval concat_cmds=\"\${concat_cmds}$reload_cmds $objlist $last_robj\" if ${skipped_export-false}; then $show "generating symbol list for \`$libname.la'" export_symbols="$output_objdir/$libname.exp" $run $rm $export_symbols libobjs=$output # Append the command to create the export file. eval concat_cmds=\"\$concat_cmds~$export_symbols_cmds\" fi # Set up a command to remove the reloadale object files # after they are used. i=0 while test "$i" -lt "$k" do i=`expr $i + 1` delfiles="$delfiles $output_objdir/$save_output-${i}.$objext" done $echo "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" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" || exit $? done IFS="$save_ifs" 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\" fi # Expand the library linking commands again to reset the # value of $libobjs for piecewise linking. # Do each of the archive commands. if test "$module" = yes && 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 # Append the command to remove the reloadable object files # to the just-reset $cmds. eval cmds=\"\$cmds~\$rm $delfiles\" fi save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" || exit $? done IFS="$save_ifs" # Restore the uninstalled library and exit if test "$mode" = relink; then $run eval '(cd $output_objdir && $rm ${realname}T && $mv $realname ${realname}T && $mv "$realname"U $realname)' || exit $? exit 0 fi # Create links to the real library. for linkname in $linknames; do if test "$realname" != "$linkname"; then $show "(cd $output_objdir && $rm $linkname && $LN_S $realname $linkname)" $run 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 "$module" = yes || test "$export_dynamic" = yes; then # On all known operating systems, these are identical. dlname="$soname" fi fi ;; obj) if test -n "$deplibs"; then $echo "$modename: warning: \`-l' and \`-L' are ignored for objects" 1>&2 fi if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then $echo "$modename: warning: \`-dlopen' is ignored for objects" 1>&2 fi if test -n "$rpath"; then $echo "$modename: warning: \`-rpath' is ignored for objects" 1>&2 fi if test -n "$xrpath"; then $echo "$modename: warning: \`-R' is ignored for objects" 1>&2 fi if test -n "$vinfo"; then $echo "$modename: warning: \`-version-info' is ignored for objects" 1>&2 fi if test -n "$release"; then $echo "$modename: warning: \`-release' is ignored for objects" 1>&2 fi case $output in *.lo) if test -n "$objs$old_deplibs"; then $echo "$modename: cannot build library object \`$output' from non-libtool objects" 1>&2 exit 1 fi libobj="$output" obj=`$echo "X$output" | $Xsed -e "$lo2o"` ;; *) libobj= obj="$output" ;; esac # Delete the old objects. $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= # reload_cmds runs $LD directly, so let us get rid of # -Wl from whole_archive_flag_spec wl= if test -n "$convenience"; then if test -n "$whole_archive_flag_spec"; then eval reload_conv_objs=\"\$reload_objs $whole_archive_flag_spec\" else gentop="$output_objdir/${obj}x" $show "${rm}r $gentop" $run ${rm}r "$gentop" $show "$mkdir $gentop" $run $mkdir "$gentop" status=$? if test "$status" -ne 0 && test ! -d "$gentop"; then exit $status fi generated="$generated $gentop" for xlib in $convenience; do # Extract the objects. case $xlib in [\\/]* | [A-Za-z]:[\\/]*) xabs="$xlib" ;; *) xabs=`pwd`"/$xlib" ;; esac xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'` xdir="$gentop/$xlib" $show "${rm}r $xdir" $run ${rm}r "$xdir" $show "$mkdir $xdir" $run $mkdir "$xdir" status=$? if test "$status" -ne 0 && test ! -d "$xdir"; then exit $status fi # We will extract separately just the conflicting names and we will no # longer touch any unique names. It is faster to leave these extract # automatically by $AR in one run. $show "(cd $xdir && $AR x $xabs)" $run eval "(cd \$xdir && $AR x \$xabs)" || exit $? if ($AR t "$xabs" | sort | sort -uc >/dev/null 2>&1); then : else $echo "$modename: warning: object name conflicts; renaming object files" 1>&2 $echo "$modename: warning: to ensure that they will not overwrite" 1>&2 $AR t "$xabs" | sort | uniq -cd | while read -r count name do i=1 while test "$i" -le "$count" do # Put our $i before any first dot (extension) # Never overwrite any file name_to="$name" while test "X$name_to" = "X$name" || test -f "$xdir/$name_to" do name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"` done $show "(cd $xdir && $AR xN $i $xabs '$name' && $mv '$name' '$name_to')" $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $? i=`expr $i + 1` done done fi reload_conv_objs="$reload_objs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` done fi fi # Create the old-style object. reload_objs="$objs$old_deplibs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test output="$obj" cmds=$reload_cmds save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" || exit $? done IFS="$save_ifs" # Exit if we aren't doing a library object file. if test -z "$libobj"; then if test -n "$gentop"; then $show "${rm}r $gentop" $run ${rm}r $gentop fi exit 0 fi if test "$build_libtool_libs" != yes; then if test -n "$gentop"; then $show "${rm}r $gentop" $run ${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" # $run eval "echo timestamp > $libobj" || exit $? exit 0 fi if test -n "$pic_flag" || test "$pic_mode" != default; then # Only do commands if we really have different PIC objects. reload_objs="$libobjs $reload_conv_objs" output="$libobj" cmds=$reload_cmds save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" || exit $? done IFS="$save_ifs" fi if test -n "$gentop"; then $show "${rm}r $gentop" $run ${rm}r $gentop fi exit 0 ;; prog) case $host in *cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;; esac if test -n "$vinfo"; then $echo "$modename: warning: \`-version-info' is ignored for programs" 1>&2 fi if test -n "$release"; then $echo "$modename: warning: \`-release' is ignored for programs" 1>&2 fi if test "$preload" = yes; then if test "$dlopen_support" = unknown && test "$dlopen_self" = unknown && test "$dlopen_self_static" = unknown; then $echo "$modename: warning: \`AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support." fi fi case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library is the System framework compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'` finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'` ;; esac case $host in *darwin*) # Don't allow lazy linking, it breaks C++ global constructors if test "$tagname" = CXX ; then compile_command="$compile_command ${wl}-bind_at_load" finalize_command="$finalize_command ${wl}-bind_at_load" fi ;; esac compile_command="$compile_command $compile_deplibs" finalize_command="$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 "*) ;; *) finalize_rpath="$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"*) ;; *) hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" rpath="$rpath $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; *) perm_rpath="$perm_rpath $libdir" ;; esac fi case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) case :$dllsearchpath: in *":$libdir:"*) ;; *) dllsearchpath="$dllsearchpath:$libdir";; 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"*) ;; *) hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" rpath="$rpath $flag" fi elif test -n "$runpath_var"; then case "$finalize_perm_rpath " in *" $libdir "*) ;; *) finalize_perm_rpath="$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 "$build_old_libs" = yes; then # Transform all the library objects into standard objects. compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` fi dlsyms= if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then if test -n "$NM" && test -n "$global_symbol_pipe"; then dlsyms="${outputname}S.c" else $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2 fi fi if test -n "$dlsyms"; then case $dlsyms in "") ;; *.c) # Discover the nlist of each of the dlfiles. nlist="$output_objdir/${outputname}.nm" $show "$rm $nlist ${nlist}S ${nlist}T" $run $rm "$nlist" "${nlist}S" "${nlist}T" # Parse the name list into a source file. $show "creating $output_objdir/$dlsyms" test -z "$run" && $echo > "$output_objdir/$dlsyms" "\ /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */ /* Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP */ #ifdef __cplusplus extern \"C\" { #endif /* Prevent the only kind of declaration conflicts we can make. */ #define lt_preloaded_symbols some_other_symbol /* External symbol declarations for the compiler. */\ " if test "$dlself" = yes; then $show "generating symbol list for \`$output'" test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist" # Add our own program objects to the symbol list. progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` for arg in $progfiles; do $show "extracting global C symbols from \`$arg'" $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'" done if test -n "$exclude_expsyms"; then $run eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' $run eval '$mv "$nlist"T "$nlist"' fi if test -n "$export_symbols_regex"; then $run eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' $run eval '$mv "$nlist"T "$nlist"' fi # Prepare the list of exported symbols if test -z "$export_symbols"; then export_symbols="$output_objdir/$output.exp" $run $rm $export_symbols $run eval "${SED} -n -e '/^: @PROGRAM@$/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' else $run eval "${SED} -e 's/\([][.*^$]\)/\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$output.exp"' $run eval 'grep -f "$output_objdir/$output.exp" < "$nlist" > "$nlist"T' $run eval 'mv "$nlist"T "$nlist"' fi fi for arg in $dlprefiles; do $show "extracting global C symbols from \`$arg'" name=`$echo "$arg" | ${SED} -e 's%^.*/%%'` $run eval '$echo ": $name " >> "$nlist"' $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'" done if test -z "$run"; then # 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/$dlsyms"' else $echo '/* NONE */' >> "$output_objdir/$dlsyms" fi $echo >> "$output_objdir/$dlsyms" "\ #undef lt_preloaded_symbols #if defined (__STDC__) && __STDC__ # define lt_ptr void * #else # define lt_ptr char * # define const #endif /* The mapping between symbol names and symbols. */ const struct { const char *name; lt_ptr address; } lt_preloaded_symbols[] = {\ " eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$dlsyms" $echo >> "$output_objdir/$dlsyms" "\ {0, (lt_ptr) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt_preloaded_symbols; } #endif #ifdef __cplusplus } #endif\ " fi pic_flag_for_symtable= 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*) case "$compile_command " in *" -static "*) ;; *) pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND";; esac;; *-*-hpux*) case "$compile_command " in *" -static "*) ;; *) pic_flag_for_symtable=" $pic_flag";; esac esac # Now compile the dynamic symbol file. $show "(cd $output_objdir && $LTCC -c$no_builtin_flag$pic_flag_for_symtable \"$dlsyms\")" $run eval '(cd $output_objdir && $LTCC -c$no_builtin_flag$pic_flag_for_symtable "$dlsyms")' || exit $? # Clean up the generated files. $show "$rm $output_objdir/$dlsyms $nlist ${nlist}S ${nlist}T" $run $rm "$output_objdir/$dlsyms" "$nlist" "${nlist}S" "${nlist}T" # Transform the symbol file into the correct name. compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"` finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"` ;; *) $echo "$modename: unknown suffix for \`$dlsyms'" 1>&2 exit 1 ;; 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 "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"` finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"` fi if test "$need_relink" = no || test "$build_libtool_libs" != yes; then # Replace the output file specification. compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` link_command="$compile_command$compile_rpath" # We have no uninstalled library dependencies, so finalize right now. $show "$link_command" $run eval "$link_command" status=$? # Delete the generated files. if test -n "$dlsyms"; then $show "$rm $output_objdir/${outputname}S.${objext}" $run $rm "$output_objdir/${outputname}S.${objext}" fi exit $status fi if test -n "$shlibpath_var"; then # We should set the shlibpath_var rpath= for dir in $temp_rpath; do case $dir in [\\/]* | [A-Za-z]:[\\/]*) # Absolute path. rpath="$rpath$dir:" ;; *) # Relative path: add a thisdir entry. rpath="$rpath\$thisdir/$dir:" ;; esac done temp_rpath="$rpath" fi 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 rpath="$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 rpath="$rpath$dir:" done finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " fi fi if test "$no_install" = yes; 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 "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` # Delete the old output file. $run $rm $output # Link the executable and exit $show "$link_command" $run eval "$link_command" || exit $? exit 0 fi if test "$hardcode_action" = relink; then # Fast installation is not supported link_command="$compile_var$compile_command$compile_rpath" relink_command="$finalize_var$finalize_command$finalize_rpath" $echo "$modename: warning: this platform does not like uninstalled shared libraries" 1>&2 $echo "$modename: \`$output' will be relinked during installation" 1>&2 else if test "$fast_install" != no; then link_command="$finalize_var$compile_command$finalize_rpath" if test "$fast_install" = yes; then relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'` else # fast_install is set to needless relink_command= fi else link_command="$compile_var$compile_command$compile_rpath" relink_command="$finalize_var$finalize_command$finalize_rpath" fi fi # Replace the output file specification. link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` # Delete the old output files. $run $rm $output $output_objdir/$outputname $output_objdir/lt-$outputname $show "$link_command" $run eval "$link_command" || exit $? # Now create the wrapper script. $show "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}\" || 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 var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"` relink_command="$var=\"$var_value\"; export $var; $relink_command" fi done relink_command="(cd `pwd`; $relink_command)" relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"` fi # Quote $echo for shipping. if test "X$echo" = "X$SHELL $0 --fallback-echo"; then case $0 in [\\/]* | [A-Za-z]:[\\/]*) qecho="$SHELL $0 --fallback-echo";; *) qecho="$SHELL `pwd`/$0 --fallback-echo";; esac qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"` else qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"` fi # Only actually do things if our run command is non-null. if test -z "$run"; then # win32 will think the script is a binary if it has # a .exe suffix, so we strip it off here. case $output in *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;; esac # test for cygwin because mv fails w/o .exe extensions case $host in *cygwin*) exeext=.exe outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;; *) exeext= ;; esac case $host in *cygwin* | *mingw* ) cwrappersource=`$echo ${objdir}/lt-${output}.c` cwrapper=`$echo ${output}.exe` $rm $cwrappersource $cwrapper trap "$rm $cwrappersource $cwrapper; exit 1" 1 2 15 cat > $cwrappersource <> $cwrappersource<<"EOF" #include #include #include #include #include #include #if defined(PATH_MAX) # define LT_PATHMAX PATH_MAX #elif defined(MAXPATHLEN) # define LT_PATHMAX MAXPATHLEN #else # define LT_PATHMAX 1024 #endif #ifndef DIR_SEPARATOR #define DIR_SEPARATOR '/' #endif #if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \ defined (__OS2__) #define HAVE_DOS_BASED_FILE_SYSTEM #ifndef DIR_SEPARATOR_2 #define DIR_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 */ #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) #define XFREE(stale) do { \ if (stale) { free ((void *) stale); stale = 0; } \ } while (0) const char *program_name = NULL; void * xmalloc (size_t num); char * xstrdup (const char *string); char * basename (const char *name); char * fnqualify(const char *path); char * strendzap(char *str, const char *pat); void lt_fatal (const char *message, ...); int main (int argc, char *argv[]) { char **newargz; int i; program_name = (char *) xstrdup ((char *) basename (argv[0])); newargz = XMALLOC(char *, argc+2); EOF cat >> $cwrappersource <> $cwrappersource <<"EOF" newargz[1] = fnqualify(argv[0]); /* we know the script has the same name, without the .exe */ /* so make sure newargz[1] doesn't end in .exe */ strendzap(newargz[1],".exe"); for (i = 1; i < argc; i++) newargz[i+1] = xstrdup(argv[i]); newargz[argc+1] = NULL; EOF cat >> $cwrappersource <> $cwrappersource <<"EOF" } void * xmalloc (size_t num) { void * p = (void *) malloc (num); if (!p) lt_fatal ("Memory exhausted"); return p; } char * xstrdup (const char *string) { return string ? strcpy ((char *) xmalloc (strlen (string) + 1), string) : NULL ; } char * basename (const char *name) { const char *base; #if defined (HAVE_DOS_BASED_FILE_SYSTEM) /* Skip over the disk name in MSDOS pathnames. */ if (isalpha (name[0]) && name[1] == ':') name += 2; #endif for (base = name; *name; name++) if (IS_DIR_SEPARATOR (*name)) base = name + 1; return (char *) base; } char * fnqualify(const char *path) { size_t size; char *p; char tmp[LT_PATHMAX + 1]; assert(path != NULL); /* Is it qualified already? */ #if defined (HAVE_DOS_BASED_FILE_SYSTEM) if (isalpha (path[0]) && path[1] == ':') return xstrdup (path); #endif if (IS_DIR_SEPARATOR (path[0])) return xstrdup (path); /* prepend the current directory */ /* doesn't handle '~' */ if (getcwd (tmp, LT_PATHMAX) == NULL) lt_fatal ("getcwd failed"); size = strlen(tmp) + 1 + strlen(path) + 1; /* +2 for '/' and '\0' */ p = XMALLOC(char, size); sprintf(p, "%s%c%s", tmp, DIR_SEPARATOR, path); return p; } 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 (strcmp(str, pat) == 0) *str = '\0'; } return str; } static void lt_error_core (int exit_status, const char * mode, const char * message, va_list ap) { fprintf (stderr, "%s: %s: ", program_name, mode); vfprintf (stderr, message, ap); fprintf (stderr, ".\n"); if (exit_status >= 0) exit (exit_status); } void lt_fatal (const char *message, ...) { va_list ap; va_start (ap, message); lt_error_core (EXIT_FAILURE, "FATAL", message, ap); va_end (ap); } EOF # we should really use a build-platform specific compiler # here, but OTOH, the wrappers (shell script and this C one) # are only useful if you want to execute the "real" binary. # Since the "real" binary is built for $host, then this # wrapper might as well be built for $host, too. $run $LTCC -s -o $cwrapper $cwrappersource ;; esac $rm $output trap "$rm $output; exit 1" 1 2 15 $echo > $output "\ #! $SHELL # $output - temporary wrapper script for $objdir/$outputname # Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP # # 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. Xsed='${SED} -e 1s/^X//' sed_quote_subst='$sed_quote_subst' # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. if test \"\${CDPATH+set}\" = set; then CDPATH=:; export CDPATH; fi relink_command=\"$relink_command\" # This environment variable determines our operation mode. if test \"\$libtool_install_magic\" = \"$magic\"; then # install mode needs the following variable: 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 echo=\"$qecho\" file=\"\$0\" # Make sure echo works. if test \"X\$1\" = X--no-reexec; then # Discard the --no-reexec flag, and continue. shift elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then # Yippee, \$echo works! : else # Restart under the correct shell, and then maybe \$echo will work. exec $SHELL \"\$0\" --no-reexec \${1+\"\$@\"} fi fi\ " $echo >> $output "\ # Find the directory that this script lives in. thisdir=\`\$echo \"X\$file\" | \$Xsed -e '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 \"X\$file\" | \$Xsed -e '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 \"X\$file\" | \$Xsed -e 's%^.*/%%'\` file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\` done # Try to get the absolute directory name. absdir=\`cd \"\$thisdir\" && pwd\` test -n \"\$absdir\" && thisdir=\"\$absdir\" " if test "$fast_install" = yes; then $echo >> $output "\ 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 >> $output "\ # 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 >> $output "\ program='$outputname' progdir=\"\$thisdir/$objdir\" " fi $echo >> $output "\ if test -f \"\$progdir/\$program\"; then" # Export our shlibpath_var if we have one. if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then $echo >> $output "\ # 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 \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\` export $shlibpath_var " fi # fixup the dll searchpath if we need to. if test -n "$dllsearchpath"; then $echo >> $output "\ # Add the dll search path components to the executable PATH PATH=$dllsearchpath:\$PATH " fi $echo >> $output "\ if test \"\$libtool_execute_magic\" != \"$magic\"; then # Run the actual program with our arguments. " case $host in # Backslashes separate directories on plain windows *-*-mingw | *-*-os2*) $echo >> $output "\ exec \$progdir\\\\\$program \${1+\"\$@\"} " ;; *) $echo >> $output "\ exec \$progdir/\$program \${1+\"\$@\"} " ;; esac $echo >> $output "\ \$echo \"\$0: cannot exec \$program \${1+\"\$@\"}\" exit 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\ " chmod +x $output fi exit 0 ;; esac # See if we need to build an old-fashioned archive. for oldlib in $oldlibs; do if test "$build_libtool_libs" = convenience; then oldobjs="$libobjs_save" addlibs="$convenience" build_libtool_libs=no else if test "$build_libtool_libs" = module; then oldobjs="$libobjs_save" build_libtool_libs=no else oldobjs="$old_deplibs $non_pic_objects" fi addlibs="$old_convenience" fi if test -n "$addlibs"; then gentop="$output_objdir/${outputname}x" $show "${rm}r $gentop" $run ${rm}r "$gentop" $show "$mkdir $gentop" $run $mkdir "$gentop" status=$? if test "$status" -ne 0 && test ! -d "$gentop"; then exit $status fi generated="$generated $gentop" # Add in members from convenience archives. for xlib in $addlibs; do # Extract the objects. case $xlib in [\\/]* | [A-Za-z]:[\\/]*) xabs="$xlib" ;; *) xabs=`pwd`"/$xlib" ;; esac xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'` xdir="$gentop/$xlib" $show "${rm}r $xdir" $run ${rm}r "$xdir" $show "$mkdir $xdir" $run $mkdir "$xdir" status=$? if test "$status" -ne 0 && test ! -d "$xdir"; then exit $status fi # We will extract separately just the conflicting names and we will no # longer touch any unique names. It is faster to leave these extract # automatically by $AR in one run. $show "(cd $xdir && $AR x $xabs)" $run eval "(cd \$xdir && $AR x \$xabs)" || exit $? if ($AR t "$xabs" | sort | sort -uc >/dev/null 2>&1); then : else $echo "$modename: warning: object name conflicts; renaming object files" 1>&2 $echo "$modename: warning: to ensure that they will not overwrite" 1>&2 $AR t "$xabs" | sort | uniq -cd | while read -r count name do i=1 while test "$i" -le "$count" do # Put our $i before any first dot (extension) # Never overwrite any file name_to="$name" while test "X$name_to" = "X$name" || test -f "$xdir/$name_to" do name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"` done $show "(cd $xdir && $AR xN $i $xabs '$name' && $mv '$name' '$name_to')" $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $? i=`expr $i + 1` done done fi oldobjs="$oldobjs "`find $xdir -name \*.${objext} -print -o -name \*.lo -print | $NL2SP` done fi # Do each command in the archive commands. if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then cmds=$old_archive_from_new_cmds else eval cmds=\"$old_archive_cmds\" if len=`expr "X$cmds" : ".*"` && test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then cmds=$old_archive_cmds else # the command line is too long to link in one step, link in parts $echo "using piecewise archive linking..." save_RANLIB=$RANLIB RANLIB=: objlist= concat_cmds= save_oldobjs=$oldobjs # GNU ar 2.10+ was changed to match POSIX; thus no paths are # encoded into archives. This makes 'ar r' malfunction in # this piecewise linking case whenever conflicting object # names appear in distinct ar calls; check, warn and compensate. if (for obj in $save_oldobjs do $echo "X$obj" | $Xsed -e 's%^.*/%%' done | sort | sort -uc >/dev/null 2>&1); then : else $echo "$modename: warning: object name conflicts; overriding AR_FLAGS to 'cq'" 1>&2 $echo "$modename: warning: to ensure that POSIX-compatible ar will work" 1>&2 AR_FLAGS=cq fi # Is there a better way of finding the last object in the list? for obj in $save_oldobjs do last_oldobj=$obj done for obj in $save_oldobjs do oldobjs="$objlist $obj" objlist="$objlist $obj" eval test_cmds=\"$old_archive_cmds\" if len=`expr "X$test_cmds" : ".*"` && test "$len" -le "$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= fi done RANLIB=$save_RANLIB oldobjs=$objlist if test "X$oldobjs" = "X" ; then eval cmds=\"\$concat_cmds\" else eval cmds=\"\$concat_cmds~\$old_archive_cmds\" fi fi fi save_ifs="$IFS"; IFS='~' for cmd in $cmds; do eval cmd=\"$cmd\" IFS="$save_ifs" $show "$cmd" $run eval "$cmd" || exit $? done IFS="$save_ifs" done if test -n "$generated"; then $show "${rm}r$generated" $run ${rm}r$generated fi # Now create the libtool archive. case $output in *.la) old_library= test "$build_old_libs" = yes && old_library="$libname.$libext" $show "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}\" || 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 var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"` relink_command="$var=\"$var_value\"; export $var; $relink_command" fi done # Quote the link command for shipping. relink_command="(cd `pwd`; $SHELL $0 $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"` if test "$hardcode_automatic" = yes ; then relink_command= fi # Only create the output if not a dry run. if test -z "$run"; then for installed in no yes; do if test "$installed" = yes; 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) name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'` eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` if test -z "$libdir"; then $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2 exit 1 fi newdependency_libs="$newdependency_libs $libdir/$name" ;; *) newdependency_libs="$newdependency_libs $deplib" ;; esac done dependency_libs="$newdependency_libs" newdlfiles= for lib in $dlfiles; do name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` if test -z "$libdir"; then $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 exit 1 fi newdlfiles="$newdlfiles $libdir/$name" done dlfiles="$newdlfiles" newdlprefiles= for lib in $dlprefiles; do name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` if test -z "$libdir"; then $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 exit 1 fi newdlprefiles="$newdlprefiles $libdir/$name" done dlprefiles="$newdlprefiles" else newdlfiles= for lib in $dlfiles; do case $lib in [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; *) abs=`pwd`"/$lib" ;; esac newdlfiles="$newdlfiles $abs" done dlfiles="$newdlfiles" newdlprefiles= for lib in $dlprefiles; do case $lib in [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; *) abs=`pwd`"/$lib" ;; esac newdlprefiles="$newdlprefiles $abs" done dlprefiles="$newdlprefiles" fi $rm $output # place dlname in correct position for cygwin tdlname=$dlname case $host,$output,$installed,$module,$dlname in *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;; esac $echo > $output "\ # $outputname - a libtool library file # Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP # # 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' # Libraries that this one depends upon. dependency_libs='$dependency_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 "$installed" = no && test "$need_relink" = yes; then $echo >> $output "\ relink_command=\"$relink_command\"" fi done fi # Do a symbolic link so that the libtool archive can be found in # LD_LIBRARY_PATH before the program is installed. $show "(cd $output_objdir && $rm $outputname && $LN_S ../$outputname $outputname)" $run eval '(cd $output_objdir && $rm $outputname && $LN_S ../$outputname $outputname)' || exit $? ;; esac exit 0 ;; # libtool install mode install) modename="$modename: install" # There may be an optional sh(1) argument at the beginning of # install_prog (especially on Windows NT). if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh || # Allow the use of GNU shtool's install command. $echo "X$nonopt" | $Xsed | grep shtool > /dev/null; then # Aesthetically quote it. arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"` case $arg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*) arg="\"$arg\"" ;; esac install_prog="$arg " arg="$1" shift else install_prog= arg="$nonopt" fi # The real first argument should be the name of the installation program. # Aesthetically quote it. arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` case $arg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*) arg="\"$arg\"" ;; esac install_prog="$install_prog$arg" # We need to accept at least all the BSD install flags. dest= files= opts= prev= install_type= isdir=no stripme= for arg do if test -n "$dest"; then files="$files $dest" dest="$arg" continue fi case $arg in -d) isdir=yes ;; -f) prev="-f" ;; -g) prev="-g" ;; -m) prev="-m" ;; -o) prev="-o" ;; -s) stripme=" -s" continue ;; -*) ;; *) # If the previous option needed an argument, then skip it. if test -n "$prev"; then prev= else dest="$arg" continue fi ;; esac # Aesthetically quote the argument. arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` case $arg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*) arg="\"$arg\"" ;; esac install_prog="$install_prog $arg" done if test -z "$install_prog"; then $echo "$modename: you must specify an install program" 1>&2 $echo "$help" 1>&2 exit 1 fi if test -n "$prev"; then $echo "$modename: the \`$prev' option requires an argument" 1>&2 $echo "$help" 1>&2 exit 1 fi if test -z "$files"; then if test -z "$dest"; then $echo "$modename: no file or destination specified" 1>&2 else $echo "$modename: you must specify a destination" 1>&2 fi $echo "$help" 1>&2 exit 1 fi # Strip any trailing slash from the destination. dest=`$echo "X$dest" | $Xsed -e 's%/$%%'` # Check to see that the destination is a directory. test -d "$dest" && isdir=yes if test "$isdir" = yes; then destdir="$dest" destname= else destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'` test "X$destdir" = "X$dest" && destdir=. destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'` # Not a directory, so check to see that there is only one file specified. set dummy $files if test "$#" -gt 2; then $echo "$modename: \`$dest' is not a directory" 1>&2 $echo "$help" 1>&2 exit 1 fi fi case $destdir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) for file in $files; do case $file in *.lo) ;; *) $echo "$modename: \`$destdir' must be an absolute directory name" 1>&2 $echo "$help" 1>&2 exit 1 ;; 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. staticlibs="$staticlibs $file" ;; *.la) # Check to see that this really is a libtool archive. if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then : else $echo "$modename: \`$file' is not a valid libtool archive" 1>&2 $echo "$help" 1>&2 exit 1 fi library_names= old_library= relink_command= # If there is no directory component, then add one. case $file in */* | *\\*) . $file ;; *) . ./$file ;; esac # Add the libdir to current_libdirs if it is the destination. if test "X$destdir" = "X$libdir"; then case "$current_libdirs " in *" $libdir "*) ;; *) current_libdirs="$current_libdirs $libdir" ;; esac else # Note the libdir as a future libdir. case "$future_libdirs " in *" $libdir "*) ;; *) future_libdirs="$future_libdirs $libdir" ;; esac fi dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/ test "X$dir" = "X$file/" && dir= dir="$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 "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. if test "$inst_prefix_dir" = "$destdir"; then $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2 exit 1 fi 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 $echo "$modename: warning: relinking \`$file'" 1>&2 $show "$relink_command" if $run eval "$relink_command"; then : else $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2 exit 1 fi fi # See the names of the shared library. set dummy $library_names if test -n "$2"; then realname="$2" shift shift srcname="$realname" test -n "$relink_command" && srcname="$realname"T # Install the shared library and build the symlinks. $show "$install_prog $dir/$srcname $destdir/$realname" $run eval "$install_prog $dir/$srcname $destdir/$realname" || exit $? if test -n "$stripme" && test -n "$striplib"; then $show "$striplib $destdir/$realname" $run eval "$striplib $destdir/$realname" || exit $? fi if test "$#" -gt 0; then # Delete the old symlinks, and create new ones. for linkname do if test "$linkname" != "$realname"; then $show "(cd $destdir && $rm $linkname && $LN_S $realname $linkname)" $run eval "(cd $destdir && $rm $linkname && $LN_S $realname $linkname)" fi done fi # Do each command in the postinstall commands. lib="$destdir/$realname" cmds=$postinstall_cmds save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" || exit $? done IFS="$save_ifs" fi # Install the pseudo-library for information purposes. name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` instname="$dir/$name"i $show "$install_prog $instname $destdir/$name" $run eval "$install_prog $instname $destdir/$name" || exit $? # Maybe install the static library, too. test -n "$old_library" && staticlibs="$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 destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'` destfile="$destdir/$destfile" fi # Deduce the name of the destination old-style object file. case $destfile in *.lo) staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"` ;; *.$objext) staticdest="$destfile" destfile= ;; *) $echo "$modename: cannot copy a libtool object to \`$destfile'" 1>&2 $echo "$help" 1>&2 exit 1 ;; esac # Install the libtool object if requested. if test -n "$destfile"; then $show "$install_prog $file $destfile" $run eval "$install_prog $file $destfile" || exit $? fi # Install the old object if enabled. if test "$build_old_libs" = yes; then # Deduce the name of the old-style object file. staticobj=`$echo "X$file" | $Xsed -e "$lo2o"` $show "$install_prog $staticobj $staticdest" $run eval "$install_prog \$staticobj \$staticdest" || exit $? fi exit 0 ;; *) # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then destfile="$destdir/$destname" else destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'` 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 file=`$echo $file|${SED} 's,.exe$,,'` stripped_ext=".exe" fi ;; esac # Do a test to see if this is really a libtool program. case $host in *cygwin*|*mingw*) wrapper=`$echo $file | ${SED} -e 's,.exe$,,'` ;; *) wrapper=$file ;; esac if (${SED} -e '4q' $wrapper | grep "^# Generated by .*$PACKAGE")>/dev/null 2>&1; then notinst_deplibs= relink_command= # To insure that "foo" is sourced, and not "foo.exe", # finese the cygwin/MSYS system by explicitly sourcing "foo." # which disallows the automatic-append-.exe behavior. case $build in *cygwin* | *mingw*) wrapperdot=${wrapper}. ;; *) wrapperdot=${wrapper} ;; esac # If there is no directory component, then add one. case $file in */* | *\\*) . ${wrapperdot} ;; *) . ./${wrapperdot} ;; esac # Check the variables that should have been set. if test -z "$notinst_deplibs"; then $echo "$modename: invalid libtool wrapper script \`$wrapper'" 1>&2 exit 1 fi finalize=yes for lib in $notinst_deplibs; do # Check to see that each library is installed. libdir= if test -f "$lib"; then # If there is no directory component, then add one. case $lib in */* | *\\*) . $lib ;; *) . ./$lib ;; esac fi libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test if test -n "$libdir" && test ! -f "$libfile"; then $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2 finalize=no fi done relink_command= # To insure that "foo" is sourced, and not "foo.exe", # finese the cygwin/MSYS system by explicitly sourcing "foo." # which disallows the automatic-append-.exe behavior. case $build in *cygwin* | *mingw*) wrapperdot=${wrapper}. ;; *) wrapperdot=${wrapper} ;; esac # If there is no directory component, then add one. case $file in */* | *\\*) . ${wrapperdot} ;; *) . ./${wrapperdot} ;; esac outputname= if test "$fast_install" = no && test -n "$relink_command"; then if test "$finalize" = yes && test -z "$run"; then tmpdir="/tmp" test -n "$TMPDIR" && tmpdir="$TMPDIR" tmpdir="$tmpdir/libtool-$$" if $mkdir "$tmpdir" && chmod 700 "$tmpdir"; then : else $echo "$modename: error: cannot create temporary directory \`$tmpdir'" 1>&2 continue fi file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'` outputname="$tmpdir/$file" # Replace the output file specification. relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'` $show "$relink_command" if $run eval "$relink_command"; then : else $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2 ${rm}r "$tmpdir" continue fi file="$outputname" else $echo "$modename: warning: cannot relink \`$file'" 1>&2 fi else # Install the binary that we compiled earlier. file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"` fi fi # remove .exe since cygwin /usr/bin/install will append another # one anyways case $install_prog,$host in */usr/bin/install*,*cygwin*) case $file:$destfile in *.exe:*.exe) # this is ok ;; *.exe:*) destfile=$destfile.exe ;; *:*.exe) destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'` ;; esac ;; esac $show "$install_prog$stripme $file $destfile" $run eval "$install_prog\$stripme \$file \$destfile" || exit $? test -n "$outputname" && ${rm}r "$tmpdir" ;; esac done for file in $staticlibs; do name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` # Set up the ranlib parameters. oldlib="$destdir/$name" $show "$install_prog $file $oldlib" $run eval "$install_prog \$file \$oldlib" || exit $? if test -n "$stripme" && test -n "$old_striplib"; then $show "$old_striplib $oldlib" $run eval "$old_striplib $oldlib" || exit $? fi # Do each command in the postinstall commands. cmds=$old_postinstall_cmds save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" || exit $? done IFS="$save_ifs" done if test -n "$future_libdirs"; then $echo "$modename: warning: remember to run \`$progname --finish$future_libdirs'" 1>&2 fi if test -n "$current_libdirs"; then # Maybe just do a dry run. test -n "$run" && current_libdirs=" -n$current_libdirs" exec_cmd='$SHELL $0 $preserve_args --finish$current_libdirs' else exit 0 fi ;; # libtool finish mode finish) modename="$modename: finish" libdirs="$nonopt" admincmds= if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then for dir do libdirs="$libdirs $dir" done for libdir in $libdirs; do if test -n "$finish_cmds"; then # Do each command in the finish commands. cmds=$finish_cmds save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" || admincmds="$admincmds $cmd" done IFS="$save_ifs" fi if test -n "$finish_eval"; then # Do the single finish_eval. eval cmds=\"$finish_eval\" $run eval "$cmds" || admincmds="$admincmds $cmds" fi done fi # Exit here if they wanted silent mode. test "$show" = : && exit 0 $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" $echo "more information, such as the ld(1) and ld.so(8) manual pages." $echo "----------------------------------------------------------------------" exit 0 ;; # libtool execute mode execute) modename="$modename: execute" # The first argument is the command name. cmd="$nonopt" if test -z "$cmd"; then $echo "$modename: you must specify a COMMAND" 1>&2 $echo "$help" exit 1 fi # Handle -dlopen flags immediately. for file in $execute_dlfiles; do if test ! -f "$file"; then $echo "$modename: \`$file' is not a file" 1>&2 $echo "$help" 1>&2 exit 1 fi dir= case $file in *.la) # Check to see that this really is a libtool archive. if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then : else $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 $echo "$help" 1>&2 exit 1 fi # Read the libtool library. dlname= library_names= # If there is no directory component, then add one. case $file in */* | *\\*) . $file ;; *) . ./$file ;; esac # Skip this library if it cannot be dlopened. if test -z "$dlname"; then # Warn if it was a shared library. test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'" continue fi dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` test "X$dir" = "X$file" && dir=. if test -f "$dir/$objdir/$dlname"; then dir="$dir/$objdir" else $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2 exit 1 fi ;; *.lo) # Just add the directory containing the .lo file. dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` test "X$dir" = "X$file" && dir=. ;; *) $echo "$modename: warning \`-dlopen' is ignored for non-libtool libraries and objects" 1>&2 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 -*) ;; *) # Do a test to see if this is really a libtool program. if (${SED} -e '4q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then # If there is no directory component, then add one. case $file in */* | *\\*) . $file ;; *) . ./$file ;; esac # Transform arg to wrapped name. file="$progdir/$program" fi ;; esac # Quote arguments (to preserve shell metacharacters). file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"` args="$args \"$file\"" done if test -z "$run"; then if test -n "$shlibpath_var"; then # Export the shlibpath_var. eval "export $shlibpath_var" fi # Restore saved environment variables if test "${save_LC_ALL+set}" = set; then LC_ALL="$save_LC_ALL"; export LC_ALL fi if test "${save_LANG+set}" = set; then LANG="$save_LANG"; export LANG fi # Now prepare to actually exec the command. exec_cmd="\$cmd$args" else # 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 0 fi ;; # libtool clean and uninstall mode clean | uninstall) modename="$modename: $mode" rm="$nonopt" files= rmforce= 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) rm="$rm $arg"; rmforce=yes ;; -*) rm="$rm $arg" ;; *) files="$files $arg" ;; esac done if test -z "$rm"; then $echo "$modename: you must specify an RM program" 1>&2 $echo "$help" 1>&2 exit 1 fi rmdirs= origobjdir="$objdir" for file in $files; do dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` if test "X$dir" = "X$file"; then dir=. objdir="$origobjdir" else objdir="$dir/$origobjdir" fi name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` test "$mode" = uninstall && objdir="$dir" # Remember objdir for removal later, being careful to avoid duplicates if test "$mode" = clean; then case " $rmdirs " in *" $objdir "*) ;; *) rmdirs="$rmdirs $objdir" ;; 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 test "$rmforce" = yes; then continue fi rmfiles="$file" case $name in *.la) # Possibly a libtool archive, so verify it. if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then . $dir/$name # Delete the libtool libraries and symlinks. for n in $library_names; do rmfiles="$rmfiles $objdir/$n" done test -n "$old_library" && rmfiles="$rmfiles $objdir/$old_library" test "$mode" = clean && rmfiles="$rmfiles $objdir/$name $objdir/${name}i" if test "$mode" = uninstall; then if test -n "$library_names"; then # Do each command in the postuninstall commands. cmds=$postuninstall_cmds save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" if test "$?" -ne 0 && test "$rmforce" != yes; then exit_status=1 fi done IFS="$save_ifs" fi if test -n "$old_library"; then # Do each command in the old_postuninstall commands. cmds=$old_postuninstall_cmds save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" if test "$?" -ne 0 && test "$rmforce" != yes; then exit_status=1 fi done IFS="$save_ifs" fi # FIXME: should reinstall the best remaining shared library. fi fi ;; *.lo) # Possibly a libtool object, so verify it. if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then # Read the .lo file . $dir/$name # Add PIC object to the list of files to remove. if test -n "$pic_object" \ && test "$pic_object" != none; then rmfiles="$rmfiles $dir/$pic_object" fi # Add non-PIC object to the list of files to remove. if test -n "$non_pic_object" \ && test "$non_pic_object" != none; then rmfiles="$rmfiles $dir/$non_pic_object" fi fi ;; *) if test "$mode" = clean ; then noexename=$name case $file in *.exe) file=`$echo $file|${SED} 's,.exe$,,'` noexename=`$echo $name|${SED} 's,.exe$,,'` # $file with .exe has already been added to rmfiles, # add $file without .exe rmfiles="$rmfiles $file" ;; esac # Do a test to see if this is a libtool program. if (${SED} -e '4q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then relink_command= . $dir/$noexename # note $name still contains .exe if it was in $file originally # as does the version of $file that was added into $rmfiles rmfiles="$rmfiles $objdir/$name $objdir/${name}S.${objext}" if test "$fast_install" = yes && test -n "$relink_command"; then rmfiles="$rmfiles $objdir/lt-$name" fi if test "X$noexename" != "X$name" ; then rmfiles="$rmfiles $objdir/lt-${noexename}.c" fi fi fi ;; esac $show "$rm $rmfiles" $run $rm $rmfiles || exit_status=1 done objdir="$origobjdir" # Try to remove the ${objdir}s in the directories where we deleted files for dir in $rmdirs; do if test -d "$dir"; then $show "rmdir $dir" $run rmdir $dir >/dev/null 2>&1 fi done exit $exit_status ;; "") $echo "$modename: you must specify a MODE" 1>&2 $echo "$generic_help" 1>&2 exit 1 ;; esac if test -z "$exec_cmd"; then $echo "$modename: invalid operation mode \`$mode'" 1>&2 $echo "$generic_help" 1>&2 exit 1 fi fi # test -z "$show_help" if test -n "$exec_cmd"; then eval exec $exec_cmd exit 1 fi # We need to display help for each of the modes. case $mode in "") $echo \ "Usage: $modename [OPTION]... [MODE-ARG]... Provide generalized library-building support services. --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 --finish same as \`--mode=finish' --help display this help message and exit --mode=MODE use operation mode MODE [default=inferred from MODE-ARGS] --quiet same as \`--silent' --silent don't print informational messages --tag=TAG use configuration variables from tag TAG --version print version information 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. Try \`$modename --help --mode=MODE' for a more detailed description of MODE. Report bugs to ." exit 0 ;; clean) $echo \ "Usage: $modename [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: $modename [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 -prefer-pic try to building PIC objects only -prefer-non-pic try to building non-PIC objects only -static always build a \`.o' file suitable for static linking 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: $modename [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: $modename [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: $modename [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 rest of the components are interpreted as arguments to that command (only BSD-compatible install options are recognized)." ;; link) $echo \ "Usage: $modename [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 -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 -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 -static do not do any dynamic linking of libtool libraries -version-info CURRENT[:REVISION[:AGE]] specify library version info [each variable defaults to 0] 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: $modename [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." ;; *) $echo "$modename: invalid operation mode \`$mode'" 1>&2 $echo "$help" 1>&2 exit 1 ;; esac $echo $echo "Try \`$modename --help' for more information about other modes." exit 0 # The TAGs below are defined such that we never get into a situation # in which 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: matchbox-themes-extra-0.3/missing0000755000000000000000000001452007735232337012630 #! /bin/sh # Common stub for a few missing GNU programs while installing. # Copyright (C) 1996, 1997, 2001, 2002 Free Software Foundation, Inc. # Franc,ois 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, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. if test $# -eq 0; then echo 1>&2 "Try \`$0 --help' for more information" exit 1 fi # In the cases where this matters, `missing' is being run in the # srcdir already. if test -f configure.in; then configure_ac=configure.ac else configure_ac=configure.in fi case "$1" in -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an error status if there is no known handling for PROGRAM. Options: -h, --help display this help and exit -v, --version output version information and exit Supported PROGRAM values: aclocal touch file \`aclocal.m4' autoconf touch file \`configure' autoheader touch file \`config.h.in' automake touch all \`Makefile.in' files bison create \`y.tab.[ch]', if possible, from existing .[ch] flex create \`lex.yy.c', if possible, from existing .c lex create \`lex.yy.c', if possible, from existing .c makeinfo touch the output file yacc create \`y.tab.[ch]', if possible, from existing .[ch]" ;; -v|--v|--ve|--ver|--vers|--versi|--versio|--version) echo "missing - GNU libit 0.0" ;; -*) echo 1>&2 "$0: Unknown \`$1' option" echo 1>&2 "Try \`$0 --help' for more information" exit 1 ;; aclocal*) echo 1>&2 "\ WARNING: \`$1' is missing on your system. You should only need it if you modified \`acinclude.m4' or \`$configure_ac'. You might want to install the \`Automake' and \`Perl' packages. Grab them from any GNU archive site." touch aclocal.m4 ;; autoconf) echo 1>&2 "\ WARNING: \`$1' is missing on your system. You should only need it if you modified \`$configure_ac'. You might want to install the \`Autoconf' and \`GNU m4' packages. Grab them from any GNU archive site." touch configure ;; autoheader) echo 1>&2 "\ WARNING: \`$1' is missing on your system. You should only need it if you modified \`acconfig.h' or \`$configure_ac'. You might want to install the \`Autoconf' and \`GNU m4' packages. Grab them from any GNU archive site." files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' $configure_ac` test -z "$files" && files="config.h" touch_files= for f in $files; do case "$f" in *:*) touch_files="$touch_files "`echo "$f" | sed -e 's/^[^:]*://' -e 's/:.*//'`;; *) touch_files="$touch_files $f.in";; esac done touch $touch_files ;; automake*) echo 1>&2 "\ WARNING: \`$1' is missing on your system. You should only need it if you modified \`Makefile.am', \`acinclude.m4' or \`$configure_ac'. You might want to install the \`Automake' and \`Perl' packages. Grab them from any GNU archive site." find . -type f -name Makefile.am -print | sed 's/\.am$/.in/' | while read f; do touch "$f"; done ;; bison|yacc) echo 1>&2 "\ WARNING: \`$1' is missing on your system. You should only need it if you modified a \`.y' file. You may need the \`Bison' package in order for those modifications to take effect. You can get \`Bison' from any GNU archive site." rm -f y.tab.c y.tab.h if [ $# -ne 1 ]; then eval LASTARG="\${$#}" case "$LASTARG" in *.y) SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` if [ -f "$SRCFILE" ]; then cp "$SRCFILE" y.tab.c fi SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` if [ -f "$SRCFILE" ]; then cp "$SRCFILE" y.tab.h fi ;; esac fi if [ ! -f y.tab.h ]; then echo >y.tab.h fi if [ ! -f y.tab.c ]; then echo 'main() { return 0; }' >y.tab.c fi ;; lex|flex) echo 1>&2 "\ WARNING: \`$1' is missing on your system. You should only need it if you modified a \`.l' file. You may need the \`Flex' package in order for those modifications to take effect. You can get \`Flex' from any GNU archive site." rm -f lex.yy.c if [ $# -ne 1 ]; then eval LASTARG="\${$#}" case "$LASTARG" in *.l) SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` if [ -f "$SRCFILE" ]; then cp "$SRCFILE" lex.yy.c fi ;; esac fi if [ ! -f lex.yy.c ]; then echo 'main() { return 0; }' >lex.yy.c fi ;; makeinfo) echo 1>&2 "\ WARNING: \`$1' is missing on your system. You should only need it if you modified a \`.texi' or \`.texinfo' file, or any other file indirectly affecting the aspect of the manual. The spurious call might also be the consequence of using a buggy \`make' (AIX, DU, IRIX). You might want to install the \`Texinfo' package or the \`GNU make' package. Grab either from any GNU archive site." file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` if test -z "$file"; then file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file` fi touch $file ;; *) echo 1>&2 "\ WARNING: \`$1' is needed, and you do not seem to have it handy on your system. You might have modified some files without having the proper tools for further handling them. Check the \`README' file, it often tells you about the needed prerequirements for installing this package. You may also peek at any GNU archive site, in case some other package would contain this missing \`$1' program." exit 1 ;; esac exit 0 matchbox-themes-extra-0.3/mkinstalldirs0000755000000000000000000000132207735232337014033 #! /bin/sh # mkinstalldirs --- make directory hierarchy # Author: Noah Friedman # Created: 1993-05-16 # Public domain # $Id: mkinstalldirs,v 1.13 1999/01/05 03:18:55 bje Exp $ errstatus=0 for file do set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` shift pathcomp= for d do pathcomp="$pathcomp$d" case "$pathcomp" in -* ) pathcomp=./$pathcomp ;; esac if test ! -d "$pathcomp"; then echo "mkdir $pathcomp" mkdir "$pathcomp" || lasterr=$? if test ! -d "$pathcomp"; then errstatus=$lasterr fi fi pathcomp="$pathcomp/" done done exit $errstatus # mkinstalldirs ends here matchbox-themes-extra-0.3/.autoipkg0000644000175000017500000000023207744015773013105 ARCH=all MAINTAINER=mallum@handhelds.org SOURCE=http://www.sidske.com:8080/matchbox-themes DEPS='libpng12-0,libjpeg62' DESC="3 Extra themes for Matchbox" matchbox-themes-extra-0.3/make-ipks.sh0000755000175000017500000000573110011514474013471 #!/bin/sh rm -fr ipkg-build ipkg-tmp ./configure --prefix=/usr make clean && make && make DESTDIR=`pwd`/ipkg-tmp install ## matchbox-themes-extra mkdir -p ipkg-build/usr/share/themes/expose mkdir -p ipkg-build/usr/share/themes/Industrial mkdir -p ipkg-build/usr/share/themes/mbcrystal cp -a ipkg-tmp/usr/share/themes/mbcrystal/matchbox ipkg-build/usr/share/themes/mbcrystal cp -a ipkg-tmp/usr/share/themes/mbcrystal/background ipkg-build/usr/share/themes/mbcrystal cp -a ipkg-tmp/usr/share/themes/expose/matchbox ipkg-build/usr/share/themes/expose cp -a ipkg-tmp/usr/share/themes/expose/background ipkg-build/usr/share/themes/expose cp -a ipkg-tmp/usr/share/themes/Industrial/matchbox ipkg-build/usr/share/themes/Industrial/ mkdir -p ipkg-build/CONTROL cat < ./ipkg-build/CONTROL/control Package: matchbox-themes-extra Section: x11 Priority: optional Version: 0.4 Architecture: any Maintainer: mallum@handhelds.org Description: 3 Extra Window and desktop decoration themes for matchbox Source: in package . STOP ipkg-build -o root -g root ./ipkg-build rm -fr ./ipkg-build/* ## mbcrystal-icons mkdir -p ipkg-build/usr/share/icons/ cp -a ipkg-tmp/usr/share/icons/mbcrystal ipkg-build/usr/share/icons/ mkdir -p ipkg-build/CONTROL cat < ./ipkg-build/CONTROL/control Package: mbcrystal-icon-theme Section: x11 Priority: optional Version: 0.2 Architecture: any Maintainer: mallum@handhelds.org Description: Icon theme based on KDE crystal icon theme Source: in package . STOP ipkg-build -o root -g root ./ipkg-build rm -fr ./ipkg-build/* ## Industrial icons mkdir -p ipkg-build/usr/share/icons/ cp -a ipkg-tmp/usr/share/icons/Industrial ipkg-build/usr/share/icons/ mkdir -p ipkg-build/CONTROL cat < ./ipkg-build/CONTROL/control Package: industrial-icon-theme Section: x11 Priority: optional Version: 0.3 Architecture: any Maintainer: mallum@handhelds.org Description: Icon theme based on ximian gnome industrial theme Source: in package . STOP ipkg-build -o root -g root ./ipkg-build rm -fr ./ipkg-build/* ## Expose icons mkdir -p ipkg-build/usr/share/icons/ cp -a ipkg-tmp/usr/share/icons/expose ipkg-build/usr/share/icons/ mkdir -p ipkg-build/CONTROL cat < ./ipkg-build/CONTROL/control Package: expose-icon-theme Section: x11 Priority: optional Version: 0.2 Architecture: any Maintainer: mallum@handhelds.org Description: Icon theme based on various panther like themes from the net Source: in package . STOP ipkg-build -o root -g root ./ipkg-build rm -fr ./ipkg-build/* ## Expose gtk mkdir -p ipkg-build/usr/share/themes/expose cp -a ipkg-tmp/usr/share/themes/expose/gtk-2.0 ipkg-build/usr/share/themes/expose/ mkdir -p ipkg-build/CONTROL cat < ./ipkg-build/CONTROL/control Package: expose-gtk2-theme Section: x11 Priority: optional Version: 0.2 Architecture: any Maintainer: mallum@handhelds.org Description: GTK theme based on various panther like themes from the net Source: in package . STOP ipkg-build -o root -g root ./ipkg-build rm -fr ./ipkg-build/* matchbox-themes-extra-0.3/mbcrystal/0000777000175000017500000000000010012224105013315 5matchbox-themes-extra-0.3/mbcrystal/Makefile.in0000644000175000017500000002010510012224104015273 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am # Copyright (C) 1994, 1995-8, 1999, 2001 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. SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include DESTDIR = pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ CC = @CC@ HAVE_LIB = @HAVE_LIB@ LIB = @LIB@ LTLIB = @LTLIB@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ SUBDIRS = matchbox background gtk-2.0 icons mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps mbcrystal/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status # 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. @SET_MAKE@ all-recursive install-data-recursive install-exec-recursive \ installdirs-recursive install-recursive uninstall-recursive \ check-recursive installcheck-recursive info-recursive dvi-recursive: @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; 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; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" mostlyclean-recursive clean-recursive distclean-recursive \ maintainer-clean-recursive: @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ rev="$$subdir $$rev"; \ test "$$subdir" != "." || dot_seen=yes; \ done; \ test "$$dot_seen" = "no" && rev=". $$rev"; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ here=`pwd` && cd $(srcdir) \ && mkid -f$$here/ID $$unique $(LISP) TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) tags=; \ here=`pwd`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP)) mostlyclean-tags: clean-tags: distclean-tags: -rm -f TAGS ID maintainer-clean-tags: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = mbcrystal distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done for subdir in $(SUBDIRS); do \ if test "$$subdir" = .; then :; else \ test -d $(distdir)/$$subdir \ || mkdir $(distdir)/$$subdir \ || exit 1; \ chmod 777 $(distdir)/$$subdir; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \ || exit 1; \ fi; \ done info-am: info: info-recursive dvi-am: dvi: dvi-recursive check-am: all-am check: check-recursive installcheck-am: installcheck: installcheck-recursive install-exec-am: install-exec: install-exec-recursive install-data-am: install-data: install-data-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-recursive uninstall-am: uninstall: uninstall-recursive all-am: Makefile all-redirect: all-recursive install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: installdirs-recursive installdirs-am: mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: mostlyclean-am: mostlyclean-tags mostlyclean-generic mostlyclean: mostlyclean-recursive clean-am: clean-tags clean-generic mostlyclean-am clean: clean-recursive distclean-am: distclean-tags distclean-generic clean-am distclean: distclean-recursive maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \ distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." maintainer-clean: maintainer-clean-recursive .PHONY: install-data-recursive uninstall-data-recursive \ install-exec-recursive uninstall-exec-recursive installdirs-recursive \ uninstalldirs-recursive all-recursive check-recursive \ installcheck-recursive info-recursive dvi-recursive \ mostlyclean-recursive distclean-recursive clean-recursive \ maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ install-exec install-data-am install-data install-am install \ uninstall-am uninstall all-redirect all-am all installdirs-am \ installdirs mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean # 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: matchbox-themes-extra-0.3/mbcrystal/Makefile.am0000644000175000017500000000005410006170140015266 SUBDIRS = matchbox background gtk-2.0 icons matchbox-themes-extra-0.3/mbcrystal/matchbox/0000777000175000017500000000000010012224104015121 5matchbox-themes-extra-0.3/mbcrystal/matchbox/Makefile.in0000644000175000017500000001300310012224104017077 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am # Copyright (C) 1994, 1995-8, 1999, 2001 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. SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include DESTDIR = pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ CC = @CC@ HAVE_LIB = @HAVE_LIB@ LIB = @LIB@ LTLIB = @LTLIB@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ pngs = buttsmallmaxdown.png next.png topleft.png bottom-tile.png buttsmallmindown.png panelbg.png topright.png bottomleft.png close.png prev.png toptile.png bottomright.png dialog-side.png theme.desktop buttsmallclosedown.png minimise.png noappicon.png themesdir = $(datadir)/themes/mbcrystal/matchbox themes_DATA = theme.xml $(pngs) theme.desktop EXTRA_DIST = theme.xml $(pngs) theme.desktop.in mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = DATA = $(themes_DATA) DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps mbcrystal/matchbox/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status install-themesDATA: $(themes_DATA) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(themesdir) @list='$(themes_DATA)'; for p in $$list; do \ if test -f $(srcdir)/$$p; then \ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(themesdir)/$$p"; \ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(themesdir)/$$p; \ else if test -f $$p; then \ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(themesdir)/$$p"; \ $(INSTALL_DATA) $$p $(DESTDIR)$(themesdir)/$$p; \ fi; fi; \ done uninstall-themesDATA: @$(NORMAL_UNINSTALL) list='$(themes_DATA)'; for p in $$list; do \ rm -f $(DESTDIR)$(themesdir)/$$p; \ done tags: TAGS TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = mbcrystal/matchbox distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done info-am: info: info-am dvi-am: dvi: dvi-am check-am: all-am check: check-am installcheck-am: installcheck: installcheck-am install-exec-am: install-exec: install-exec-am install-data-am: install-themesDATA install-data: install-data-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-am uninstall-am: uninstall-themesDATA uninstall: uninstall-am all-am: Makefile $(DATA) all-redirect: all-am install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: $(mkinstalldirs) $(DESTDIR)$(themesdir) mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: mostlyclean-am: mostlyclean-generic mostlyclean: mostlyclean-am clean-am: clean-generic mostlyclean-am clean: clean-am distclean-am: distclean-generic clean-am distclean: distclean-am maintainer-clean-am: maintainer-clean-generic distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." maintainer-clean: maintainer-clean-am .PHONY: uninstall-themesDATA install-themesDATA tags distdir info-am \ info dvi-am dvi check check-am installcheck-am installcheck \ install-exec-am install-exec install-data-am install-data install-am \ install uninstall-am uninstall all-redirect all-am all installdirs \ mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean theme.desktop: theme.desktop.in sed -e "s,PREFIX,@prefix@," theme.desktop.in > theme.desktop clean: rm -f theme.desktop # 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: matchbox-themes-extra-0.3/mbcrystal/matchbox/Makefile.am0000644000175000017500000000111410005034160017071 pngs = buttsmallmaxdown.png next.png topleft.png \ bottom-tile.png buttsmallmindown.png panelbg.png topright.png \ bottomleft.png close.png prev.png toptile.png \ bottomright.png dialog-side.png theme.desktop \ buttsmallclosedown.png minimise.png noappicon.png themesdir = $(datadir)/themes/mbcrystal/matchbox themes_DATA = theme.xml $(pngs) theme.desktop EXTRA_DIST = theme.xml $(pngs) theme.desktop.in theme.desktop: theme.desktop.in sed -e "s,PREFIX,@prefix@," theme.desktop.in > theme.desktop clean: rm -f theme.desktop matchbox-themes-extra-0.3/mbcrystal/matchbox/theme.xml0000644000175000017500000001063710006170137016701 matchbox-themes-extra-0.3/mbcrystal/matchbox/buttsmallmaxdown.png0000644000175000017500000000022207744015772021177 PNG  IHDR ݢbKGD XGIDATxc\jj3j.l&'L "5H@HA//^ ⠏eFj'lnFB_E)IENDB`matchbox-themes-extra-0.3/mbcrystal/matchbox/next.png0000644000175000017500000000061107744015772016552 PNG  IHDR Vu\bKGD pHYs  #utIME6AIDATxu1K}{ű!BtDזZBEKԤ}AA7!i+r2Z\'yzNK8Z$L%Hoq_M?BE.& v-E3{ V$  جV=;࡫yf1TI0Zn . {%-S IENDB`matchbox-themes-extra-0.3/mbcrystal/matchbox/topleft.png0000644000175000017500000000052107744015772017251 PNG  IHDRIbKGD pHYs  d_tIME#IDATxcd@nw>10k6|<Û, B Bɤu;+ *,Ƞ!8qsWggap4Wea-Cfdc;~G)NNNN_~w߿XY~r7YXY}D$^^?b~VF[͔IENDB`matchbox-themes-extra-0.3/mbcrystal/matchbox/bottom-tile.png0000644000175000017500000000050507744015772020035 PNG  IHDR>PLTEᲹǨӣПΚƂ}umseb|]yfwZuZtVrTpZmRmThLhRfJeGbE_F]B]E[?Y=X9U4P.L*I)I!J A=UbKGDH pHYs  d_tIME '蜬&IDATxc0E 2(+P2(: E~@\SIENDB`matchbox-themes-extra-0.3/mbcrystal/matchbox/buttsmallmindown.png0000644000175000017500000000023007744015772021174 PNG  IHDR ݢbKGD XMIDATxc\jj3j. a6r9!yj /no dd$:&R5u1A #<5b+WIENDB`matchbox-themes-extra-0.3/mbcrystal/matchbox/panelbg.png0000644000175000017500000000027207744015772017207 PNG  IHDR J0PLTEbKGDH pHYs  ~tIME ;9ՆIDATxcP00܈ !HIENDB`matchbox-themes-extra-0.3/mbcrystal/matchbox/topright.png0000644000175000017500000000056607744015772017445 PNG  IHDRIbKGD pHYs  d_tIMEHIDATxϿJAEbBHA K}+|@{{J,lh!i;K %1p'GVo-1NW |f_v$ s%VW|a ynj!VH3w@ص6]sJ7l2^.bS\SEW_Wc yM~tR @D:\nj@Q8p``'O_x{5k`~6*Fu69i<]7CMH,h QGU IENDB`matchbox-themes-extra-0.3/mbcrystal/matchbox/bottomleft.png0000644000175000017500000000046507744015772017762 PNG  IHDRbbKGD XIDATxڍ@Eo$`e¿R#!`+ &H2j!1<O7pϝ`8V_N' "몪* I:ν_EUUff`<~UET[afZ M& `௘ey~[lr{ߞsADYV@bъ,i+ c4;0+I7R?II:I&yQGJ) co?+&X"#\a|0%l`_'+6R7U>V͠%^. x_-n$QJE9b-ܢ4<\5n{}L` /$Yc5n8qB-mIENDB`matchbox-themes-extra-0.3/mbcrystal/matchbox/toptile.png0000644000175000017500000000031607744015772017256 PNG  IHDR2bKGD pHYs  d_tIME ?,[IDATxcf xڪ20003…X+baB2 "ɲNُKϟWxa%zF`,o^ YHBIENDB`matchbox-themes-extra-0.3/mbcrystal/matchbox/bottomright.png0000644000175000017500000000046407744015772020144 PNG  IHDRbbKGD XIDATxڍα@d'dAQh[M t>OZ6>aܑ;W ?3ve)bb1ql13rnhMs{}ۭ@^/q u]^@8>jU|>& ZJJa6|ɲ4C>kD&,n"(Q+,EҴW H "RgXU"4s:S IENDB`matchbox-themes-extra-0.3/mbcrystal/matchbox/dialog-side.png0000644000175000017500000000021407744015772017754 PNG  IHDRbKGD pHYs  ~tIME',0"[IDATxcTplǷ_y = ?qIENDB`matchbox-themes-extra-0.3/mbcrystal/matchbox/theme.desktop0000644000175000017500000000056410011514566017554 [Desktop Entry] Type=MBTheme Name=mbcrystal Comment=A version on KDE's crystal theme for matchbox PanelBgColor=#f1f1f1 PanelFgColor=#222222 PanelMsgBgCol=#20c110 PanelMsgBgUrgentCol=#fa1000 PanelMsgFgCol=#000000 MenuBgColor=#eeeeff MenuFgColor=#222222 MenuBdColor=#cdcdcd MenuHlColor=#cdcdcd DesktopBgSpec=img-tiled:/usr/share/themes/mbcrystal/background/default.jpg matchbox-themes-extra-0.3/mbcrystal/matchbox/buttsmallclosedown.png0000644000175000017500000000022707744015772021524 PNG  IHDR ݢbKGD XLIDATxc\jj3 .ɳP.\=0F\i$ Cr a^#6(l4MY-}IENDB`matchbox-themes-extra-0.3/mbcrystal/matchbox/minimise.png0000644000175000017500000000052407744015772017411 PNG  IHDR Vu\bKGD pHYs  ~tIME IDATx}A+Da߽cN#[66V`?_BWQHY*vaܰcAQ"WS$X6V>ܣ {8X"`M/? `db@o@ok~t@t<(#r [?b +#/`<e|;' }4)$!#3k 4aP{?@uTI -`R;A//N?lU r<^rG@n ^fbp1Dc IP@<0/_@g ?Hp0A0||?x@ӍZiФl /54 {^0}/C &f&fv66Nv o2O l0s ~-~Ar&hqPl~S 7f2`ddfpAsgo_}{v ([D=ּmy]o| x͛lj;@ ̒ q4@T +Y#n&? XH+ߧO9Qx 9F@n <Ȥ#įxoNVv>1YA!^c-| ջ /QuV`>@y_&& };2bcoz &(a~K2Uhb<@A3/>`?]?yު 3'V Pt ` ښǍ+?\ V(( >Ηnf8TO|:nB6PD9c.v`@T7_cz$EAb#{v9+ǀdk;~r30q1@pzb@u >OQ=F7'zfhMJ'~tџgP^]Ƅ7 >3|0s5c l׀ t?@33p XeH1H]?| 7 _n¬@7@ P,!? |@[TO`x XmR) TTo[w Lf`O/1põۡ 94@zǷ|l>1xɾc~`%)p,| wxy^pq2[5ZTn%'rb_ .&@@*R[tߠ%zsL)i0 nIU1%&}U8[;O7% ?`Ϭ[)ߏ3qX k=Ϩ_0pӓzec  `Mn/f<{`щ}(ˌ|{}ag h>qD}`{Sj_}bϷެp%h#4*rKjn{`h4-_ Ǘ~|ܰ>Ak4F:;:0y~,. pyuɷ7M@ \a[Jk&V\Dp;;l yUxSESz'FWXdYYd')n #Z߀/@xU*2gԻ ,Iu0o~ac6`\ gef o? 41 ~z mwu-F&_dA ?N鿀V=, _fyV2 ^?C`^cF(e뵁>QapqT!|Ƚ5"0Ȥ: C6( [@в F~0 pmݷo:~=p:Z@ϏO{DP A9lZ(f) ;gxỶ Cv%Aì' U^d^AuP38IH0o +^^M̶0KL  +ajz!xcl1p]{L}ïG@ ́_D( [%loNΛtw~hMw7g_vVAR ?E x !.*4q/K ^^hz;:Flo/Ͻ&xnA?4žEjP*Y6k)LDvpr ?$kz9k:YhX )mP'>xB{`:|NOOz/Jzt1}op=?:xl栤#po2T|#/_BԼ!ǒ ?8b6CR Kq÷O쇎#=_od' ~}} i7ش OU#8@Q~{5w ?8~c/ח @קKx1jM7^@GB} "kKbPa`a`{J,X7h`VkrІGhC4#4C@3!4fB*>9ڪb`fXq~@3#Ֆ@C} @h멈lIENDB`matchbox-themes-extra-0.3/mbcrystal/matchbox/theme.desktop.in0000644000175000017500000000056610005035243020154 [Desktop Entry] Type=MBTheme Name=mbcrystal Comment=A version on KDE's crystal theme for matchbox PanelBgColor=#f1f1f1 PanelFgColor=#222222 PanelMsgBgCol=#20c110 PanelMsgBgUrgentCol=#fa1000 PanelMsgFgCol=#000000 MenuBgColor=#eeeeff MenuFgColor=#222222 MenuBdColor=#cdcdcd MenuHlColor=#cdcdcd DesktopBgSpec=img-tiled:PREFIX/share/themes/mbcrystal/background/default.jpg matchbox-themes-extra-0.3/mbcrystal/background/0000777000175000017500000000000010012224105015434 5matchbox-themes-extra-0.3/mbcrystal/background/Makefile.in0000644000175000017500000001207010012224105017415 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am # Copyright (C) 1994, 1995-8, 1999, 2001 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. SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include DESTDIR = pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ CC = @CC@ HAVE_LIB = @HAVE_LIB@ LIB = @LIB@ LTLIB = @LTLIB@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ pngs = default.jpg themesdir = $(datadir)/themes/mbcrystal/background themes_DATA = $(pngs) EXTRA_DIST = $(pngs) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = DATA = $(themes_DATA) DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps mbcrystal/background/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status install-themesDATA: $(themes_DATA) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(themesdir) @list='$(themes_DATA)'; for p in $$list; do \ if test -f $(srcdir)/$$p; then \ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(themesdir)/$$p"; \ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(themesdir)/$$p; \ else if test -f $$p; then \ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(themesdir)/$$p"; \ $(INSTALL_DATA) $$p $(DESTDIR)$(themesdir)/$$p; \ fi; fi; \ done uninstall-themesDATA: @$(NORMAL_UNINSTALL) list='$(themes_DATA)'; for p in $$list; do \ rm -f $(DESTDIR)$(themesdir)/$$p; \ done tags: TAGS TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = mbcrystal/background distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done info-am: info: info-am dvi-am: dvi: dvi-am check-am: all-am check: check-am installcheck-am: installcheck: installcheck-am install-exec-am: install-exec: install-exec-am install-data-am: install-themesDATA install-data: install-data-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-am uninstall-am: uninstall-themesDATA uninstall: uninstall-am all-am: Makefile $(DATA) all-redirect: all-am install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: $(mkinstalldirs) $(DESTDIR)$(themesdir) mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: mostlyclean-am: mostlyclean-generic mostlyclean: mostlyclean-am clean-am: clean-generic mostlyclean-am clean: clean-am distclean-am: distclean-generic clean-am distclean: distclean-am maintainer-clean-am: maintainer-clean-generic distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." maintainer-clean: maintainer-clean-am .PHONY: uninstall-themesDATA install-themesDATA tags distdir info-am \ info dvi-am dvi check check-am installcheck-am installcheck \ install-exec-am install-exec install-data-am install-data install-am \ install uninstall-am uninstall all-redirect all-am all installdirs \ mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean # 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: matchbox-themes-extra-0.3/mbcrystal/background/Makefile.am0000644000175000017500000000016607744015772017441 pngs = default.jpg themesdir = $(datadir)/themes/mbcrystal/background themes_DATA = $(pngs) EXTRA_DIST = $(pngs) matchbox-themes-extra-0.3/mbcrystal/background/default.jpg0000644000175000017500000004247110005032626017515 JFIFHHC       C   "9!1AQaq"2B#R3CbS#1!AQ2Baq ?l,IJ(NY_9:x(cSRc[.NHropdXÔrh:w+"Wɦ<*;:]5\,B)\qy|E;Mr[W D:a7%t2G"%͘GB-+sJE*i&qhs}\?7w\9SINH--^P 5[PNd (ÆۛV2hJ=di> =¥L_^~W;#|[Zz4z<3~9G>IAN"wܷIM2G (T<(iWб,m IA'O&.E])eU"_"[%`/!.'dI15晡^jJ(=)9^ŝ2; Qv*˰E\e+TIv+.,mNd*)pUoD䠩)AW %HIoGD@FE %T$:"IAr t9]$ȒYa%|C$cҹ$NJTcE6P("K'I\q(Y9y[K%+Tܕ vɥ>]MۃDEMeb"KЂc/ҶK}.BN0%1dXo,-+:{rȩ&ݖɬ~䉦KSM%pmc!*T5+M37ÜPJn6J-*_c 5K0S}==5.ޥ;͸uMznFJWn{M?FrϢLem㎞;҈UTi) ?"NQ.*zj%Yrl3LŽ ʫH*ԉ%r)fEY"2IL -Ƹ*:5ZZiR\=0TKUn/~.J'DP%CO9>Nw{qwrY+$q %8eB]ǧ_&hL $GL+# \w9X2P Sb*d)@Y*HRWPFka/eUa^T>V=>t`x՝J 4)MrˮH%K*ĕERV ^iO䄒9dIZ@6\%T+5@~#;/b#jLjDY O%t?A%.GJ\#CJv4ݑT"W%❆01ڈu!vlrUܐ,29rEܫ 2p+ءY,*JQBu%%+hmV1U-аA*+q.!WܱQH]ʄة{w*Zy?1+C3P\ , MQg%]Kzx5|S'*uo}W0;ܩ6 )G\MY>\*dţѡM4'[(RYU'we>~}KZmhMe2 7Q xNrvCnљVAOw#evESt@~Vq{ΆTB)yi+rA2e HX5ӯnz} ѮCQϨ% *_9[&$%r²4!\v+J0a'+5-xh^ד`ҖJaVP+x]:m;4vf=GI5nRu)ؒl6z%y9["w#*K)!A _) m"@ҟ$D{\%< "\"2G&bdB_䛡% 96QRqi+?]J%l4rRUrAbH*w9)<-AUʔl{p46`tKщ[bq'Jv|ndX+}`^Œ0rq(CH fS%LBBQ; ,K E$| [m*f| )=JE jocϧBﱏǺz_SWϭzNr5#uU]g]]ueujt]9ɉf[$߈ߡp]fΛ\Ιb.8=. ҎX)ƒAwDiL`/IW԰!.\ KSƼ/+jl*S, (4ÖDE_A\w$!ѩ`^4LlIU4N)5pkKpӯs=^TЊj[3o&W3|꡺kNJOVQWڥ|dZmڤYֵ: \I^8C̔sRT &/{^ w~Y%x*G˸*AG7" (i6k+8eR$߂vL[<]r][ꊢ'*{c9܊>"yd8[ܕDM(Pmbr)^4$Y\¿;7r[et%3YSj [ȔmK}.iҦޝo+&ihuz~jeT:Οή] s3[K%J*owK"^W#K/]ư% rI.S(J)*[bS"x3P[Rk Iy]+A+XJrV,9Y]\cx :-܋khO)s\5[{Dps%1)3Z4+w;1 ~%KJsӥJ5n3g1ΏN[խ4m?m]z♊lEAծ˥ۯwSO㼍xyj&~ĝpȜ=nt9NOs+;Ÿsxf-G3i:'s{;X9XBw,J% 9"V BAEY*Rܡp5Ս%k_'4镹X=:ߑcs\\]Uw,$ȋģ2K$%,k{3Dc4?ߜ#P%5{bZ܉NA> +5= +rb=uӘ<;ԷŌg]O´:+2jϸG}Wl3Lt:/tKnQjiѷF|1#|%>JI$xji kt΂j['JU:T_<ehPAp ƯJx~bnslw-*SN_nJ[*ᑯVIpSrD+._܉ذ;-i;r_$\ru򈶍&E(>C[JT r>=FOʹT8ݷ?^> Qp2rLl24.G'fQeͧl-I&0tr[{2,〰R"%qQJT\w93<%"ȨX"WPʂ,Rp`!H %%&O-kףP{**j[:t*!.Iܩ^a1%"!KVy,&? Su٥\%}FJ PيX|ƸdJi^Ƌ1nJh7`OgDmLNckCp=5S6%z(olT]yƴ=us-3ioEic|>Qt[R ⪏tzcGZSzz]wL.&KK?>^-NG >Su=ҪS;sz,+3xBWWdIwxبT$Q7 Sŀ2l"\ɨ؉AJєj2smg܉rA[n ?~Ns`wc\eYP9,T6'_˒=:TNУFz5i?>!oRPO_?V3UJGT-9??9vޫb3s;PI]?4^V{,A_ `*}u`Y$ϖ=b*yB?>țH/i EQr8+CS*8X*HT;`!%"JP4bR*WEf5үUdb:}Ȓm ~v1VX p%[ K[&YiJo~S,v*M;1%:RcO ZzZ)PTȍVo ^t=-Th_CD19Z_6s>瞗.lb]cէQUEwPb45-MGt=R|j+-Xr=rԡLRW?[?[C[=}*[5Z=Cc]'_}^/>nmb_7Y)vӟéG^ZunQ~|yafʧ"rCh~%-r9Dr53/;&U+8G(79I.N)K:)3AJN烧TC??k{78ms5_ĩ9VSeCnSgl}9FdmX0+9$7@^xGgU;;-*v ^ޥ0~vYʞr9`%EeJVĪ DE EW ȗb+w*_!. > U%|H$B_`% WYe{M9huMnթ_Ѫy^q|jrO?_3Wƿ*?F9tOGtkx{լN9=z}N=X/>~o?0m)TckG-O=:|G==JSK><ʂ' 4т"{1ٱ%$U/cAb$3ѥLԜv3gOWtZJ[q=c=sү:z~mTҪ|:iS~o]oVm~]^㬟A [܎7zy>tc7#Qse;ՉWkvG,8)NIg'q{q%^GqUV\"=TTUd.D*RUv*eD]ʰXPYD%fMfѯW឵cVyFBRKs5j*"V$%*&C]ȗ)+ .bO4YL) Gժ;mn攮IR23X_ay{s.-0֔^N׼)Ɣޙh8 - hp]|SJ*sj+`ŃExz)2xQL6ڹ{ՆnVJ?#QRP%_gKǻOREiTwL=:Zazמu?ӫOMڏgI5u:|vl5ϗW:~UԢZWMCDQfU?nSC^t*Ժ^~?/.6zԜ} ҟΥ.WvI]UT8ki?RKJSkUh/J^-Hy+okWu:m_s㟏2: #B5?sj.3'[lqT++ԫ'ost{c9Kb'ȇ+^qp",TV\ %FRJ%X, 2T~]`K+d)+TU؊B-7F9wI-eRnUuũEoLօ'Y^}5|ҩu 4z~Oǩ^_em!iRX:s뛾r+SOSNMtUCYM93}F!G5gwJsuПꦮzZׂ_S%'w~!5t=VUk]/9qתYܰ6ZU_*"muG_F`=prVpJsRGS{ Gtr\(} _#EJq )UEriYSJA 2DUU   IbRQY"r$Vj C4JK!CA\==>UdtlѪs:+RFY2MZO`.PF밒(k&c -IRM*K@^CQiiILq,h4g͍sLVM9tΛc$؁\JS۩ ҙ:ZOkhC^rbSke6aR։UZ;;%6Ďv25OJ"`84&]MTvk;A-]4`=Z=/.Iaz8N{4i'FEs)}Nẗn+וʕ~g|5]25V}>4{`SXN8t2I(*d\e˹W.NXȋ)$ `!'\ 2Ĥܫ$\ )+5Wq T4; ,\i+\D3Iw2.C5ѩMKesEJ+o$dxQēkIE8ےrʀ`wE˸"4ʣ wp**r qQYU**XU9J+JJL*\i,Z #N 3Ir:op&*0fvvEJ_OTzRGͥT*i?͎}Lj wթ2IJ qOĩZRܫ@Way YBғ4"PS:w`Syk-!.sW͈Ր9k۹ռ5]j1QR5;ΕɢwT'*725J%C4tב%hr%;zKi̦f; NivxrMiƄJ:wRMxT2D6z':-xet㜌Ums[Pk(,t&%UE{X^'xooK%VKk ^ xyySrF俊һy|ob|Gja-hU;b|GEu'xcmo)\|G+%QDHv2qW%\qRtIPSY4*$TU!@7*DdY"JIJfMdW JD. 3Mp*r`uyc?m诳F X>r[FdژCԜiS}mNY+4ӗa #!\SSyJr )-F~hVZS{ZFN?Db|4Tʔ95CcEgOo/bQ9SeO:ZLQ7vJcs5lt˘ݙSo>fW9'$ܲU8iww[)'iM}ª3yaJ f{WRZ0MhIuu7vu>/qg9Tt闾ykbUW%k$+g IDPQx6$'24o$`4u=䟛)q/-sm3 Qp4KWV2u}p6uDbsIxN:GUT*TO!yG..J(pTRHX(Y8咲ED*d*`H%UafȔ4q-h3J:y'kȊk+S!J4!)-OģOKQѨ+S_A(XԫJv5k5(j2T{ }Ȇw_)qȓk$V{QFk&wh4hO uKYd5:SQmcJ/m`Ҕu:V`4(jTBd*=j#aaVB+DSuq%i9ɢ,h Ko+@j7SqJR>Zc|CWN'vr8\9,H2/;H[soe$w'u>DN#晲wm _)ĖGSe8csۆr$i9Ͳk2:g6Ի&ҟ[Q*Y% 4Ӊ$N'1T'35Cͮ݀A{Έ8LrS*9dDEY*:VVȒ^V"䥁) HT;"Ī DTrȼ$*A).QqYRU%5SH+#AU~ZH.̋!=>[ f%]Ļ^R~J\2NpM93G>e0iO63V]jP j$fߐ(iK1QfAO?A@|nh;LɢM] OhJ^ԁ+_tW3F02K}jdiM镙48q2+̩neJIYr'Ӱs,51!Q7U}%OweVꪩKXGȜM בFQ$)Ż &5pKvWd^Mhǜ9{w'zܞ)gN1;3Z|I~ )OwI e11xCHOm.r%TRom{۴GpJ5(IKk av* ȊY*"QuVJR*@Urd.*V\%9aL˨h_R3%d(LIJIğ`!&WPȓҜ8G$W&`@N,, E2Q4$FZRchj&iɶָy3~k, c L:%$smWu=)´-hxɝ-F :WiYo(psO pJ/"Q R.4Q{+.(-3烛pOl>%H 2†7"9dNS+KSJNrTq4a*As9 rQ483LKD{]i_V$&mMNYGѯǤYsG>tڇtd9RيT#-#Oy3Lj4hkzRբjِƊ[T|֚cFԫ,-Ys:qoaK3 :R%81eSuؔ)SvI.kb ٥ խSw \uMjp$;8X3QlI\3*Uӽ* YwOe*ZVW8fM fuT,.E[ '{}& u*y>;ſrfͽ4b:aCTl&Y'; 8i79; ^(JBOYegP`L%CVJM 05]ĕp$28K4Yj?Z'鵼^Li+6>.U7[.YGo즩j.6p:\zTkḥ'3 v4:_+җcT}&jѢ|O[6{XpNÏb&Uɨܞj}Co0xEYT[dcWm\t5+_Hr:Md<%<74 e S&8 q4.w-Uam }@6[-m%~I쑡-$M)p,1ؓ S`=Ȝ)6_b6Y{@W-s[/$/iDp)B="4I JSTL9ad'EPةs"L Sr*l)BSW*fȀ`4ʰq&T4$cMJ's<Tiɛ{3< d27S8} s4f veo8azz^ZRs'MggG~úc:S4bn活9eKWfJ3F֕ 9M{7b9F&TYv4üݘiwafVV}Ěߓ#ߔsw y ]*[lfu[bN%qɅ_V޸u'󴛉.ouf+U9j?Sn&૙"o;r 6qQ a *si.SE4ef|̜GLDY5D&i'344ɯ!S&hT4kJy=tX04N2j&s=).W> ;V667Ų(qO&71Q6z;QjMa`p.ͫ4OcZ'3)IB WYoEN}OEƝ(/65;(Ee[b 6Gs 8\ Χ #JL+eaLdiaLҧ K+sh9omMpզ9٨ (Ir5Dyo4.[7ȍEH%"Y9 [Ae7}%.Y&޶EsFKi?ry{kW抚ԣiuuڿ=Om.SOy\3>_xFJ2fAY}9eTN4SJ0'%Y*S'LIBL| w{ =i=39SنlhT9b\p.Pr$TcD+{ӑ&Щs4Ɵ5S;݉0qq&2]%Z4?HFiS_e+z_<}.[ǣnZgɥvFUٓ5)wb0yiҚs cca,;!碖2ҷh/f4,bgͭ2/`ZiZ·TzJeSRmRێw%k'*yG.\ Tg\J§17ާJ\yln#'Wψ1!;2qj#7Y jsX[r'; 4q{c oehҶ-,;!-NZ$i(1}#gD^pQ!ގԢyRq9ծoN%f皖I S g$R\xix 0_[,JWMjS|-ݹH-iY)'|[matchbox-themes-extra-0.3/mbcrystal/gtk-2.0/0000777000175000017500000000000010012224105014377 5matchbox-themes-extra-0.3/mbcrystal/gtk-2.0/Makefile.in0000644000175000017500000001203010012224105016354 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am # Copyright (C) 1994, 1995-8, 1999, 2001 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. SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include DESTDIR = pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ CC = @CC@ HAVE_LIB = @HAVE_LIB@ LIB = @LIB@ LTLIB = @LTLIB@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ themesdir = $(datadir)/themes/mbcrystal/gtkrc-2.0 themes_DATA = gtkrc EXTRA_DIST = gtkrc mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = DATA = $(themes_DATA) DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps mbcrystal/gtk-2.0/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status install-themesDATA: $(themes_DATA) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(themesdir) @list='$(themes_DATA)'; for p in $$list; do \ if test -f $(srcdir)/$$p; then \ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(themesdir)/$$p"; \ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(themesdir)/$$p; \ else if test -f $$p; then \ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(themesdir)/$$p"; \ $(INSTALL_DATA) $$p $(DESTDIR)$(themesdir)/$$p; \ fi; fi; \ done uninstall-themesDATA: @$(NORMAL_UNINSTALL) list='$(themes_DATA)'; for p in $$list; do \ rm -f $(DESTDIR)$(themesdir)/$$p; \ done tags: TAGS TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = mbcrystal/gtk-2.0 distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done info-am: info: info-am dvi-am: dvi: dvi-am check-am: all-am check: check-am installcheck-am: installcheck: installcheck-am install-exec-am: install-exec: install-exec-am install-data-am: install-themesDATA install-data: install-data-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-am uninstall-am: uninstall-themesDATA uninstall: uninstall-am all-am: Makefile $(DATA) all-redirect: all-am install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: $(mkinstalldirs) $(DESTDIR)$(themesdir) mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: mostlyclean-am: mostlyclean-generic mostlyclean: mostlyclean-am clean-am: clean-generic mostlyclean-am clean: clean-am distclean-am: distclean-generic clean-am distclean: distclean-am maintainer-clean-am: maintainer-clean-generic distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." maintainer-clean: maintainer-clean-am .PHONY: uninstall-themesDATA install-themesDATA tags distdir info-am \ info dvi-am dvi check check-am installcheck-am installcheck \ install-exec-am install-exec install-data-am install-data install-am \ install uninstall-am uninstall all-redirect all-am all installdirs \ mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean # 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: matchbox-themes-extra-0.3/mbcrystal/gtk-2.0/Makefile.am0000644000175000017500000000013307744015772016376 themesdir = $(datadir)/themes/mbcrystal/gtkrc-2.0 themes_DATA = gtkrc EXTRA_DIST = gtkrc matchbox-themes-extra-0.3/mbcrystal/gtk-2.0/gtkrc0000644000175000017500000002104607744015772015405 pixmap_path "/usr/share/icons/mbcrystal/16x16/actions" gtk-icon-sizes = "gtk-dnd=32,32:gtk-menu=16,16:panel-menu=16,16:gtk-large-toolbar=16,16:gtk-small-toolbar=16,16:gtk-button=16,16:gtk-dialog=32,32" style "default" { # GtkWidget::focus-line-pattern = "\10\2" # GtkWidget::focus-line-width = 2 # GtkHSV::focus-line-pattern = "\0" # GtkWidget::interior_focus = 1 # GtkWidget::focus-padding = 0 # GtkEntry::cursor_color = { 0.50, 0.00, 0.00 } # GtkRange::slider_width = 20 # GtkTreeView::expander_size = 20 # GtkWidget::cursor_aspect_ratio = 0.1 # GtkTextView::cursor_aspect_ratio = 0.1 # GtkEntry::cursor_aspect_ratio = 0.1 GtkWidget::focus-line-pattern = "\2\1" GtkWidget::focus-line-width = 1 GtkHSV::focus-line-pattern = "\0" GtkWidget::interior_focus = 1 GtkWidget::focus-padding = 0 GtkEntry::cursor_color = "#cc0000" GtkTextView::cursor_color = "#cc0000" GtkTextView::cursor_aspect_ratio = 0.1 GtkEntry::cursor_aspect_ratio = 0.1 GtkRange::slider_width = 10 fg[NORMAL] = "black" text[NORMAL] = "black" bg[NORMAL] = "white" base[NORMAL] = "white" fg[INSENSITIVE] = "#999999" text[INSENSITIVE] = "#999999" bg[INSENSITIVE] = "#ccccff" base[INSENSITIVE] = "#ccccff" fg[PRELIGHT] = "#ccccff" text[PRELIGHT] = "#ccccff" bg[PRELIGHT] = "black" base[PRELIGHT] = "black" fg[ACTIVE] = "black" text[ACTIVE] = "black" bg[ACTIVE] = { 0.72, 0.72, 0.57 } base[ACTIVE] = { 0.72, 0.72, 0.57 } fg[SELECTED] = "white" text[SELECTED] = "white" bg[SELECTED] = "black" base[SELECTED] = "#333300" # stock["gnome-stock-about"] = {{ "stock_about.png" }} # stock["gnome-stock-volume"] = {{ "stock_volume.png" }} # stock["gnome-stock-mic"] = {{ "stock_mic.png" }} # stock["gnome-stock-line-in"] = {{ "stock_line-in.png" }} # stock["gnome-stock-attach"] = {{ "stock_attach.png" }} stock["gnome-stock-book-blue"] = {{ "stock_book.png" }} stock["gnome-stock-book-green"] = {{ "stock_book.png" }} stock["gnome-stock-book-red"] = {{ "stock_book.png" }} stock["gnome-stock-book-yellow"] = {{ "stock_book.png" }} # stock["gtk-dialog-info"] = {{ "stock_dialog_info.png" }} # stock["gtk-dialog-question"] = {{ "stock_dialog_question.png" }} # stock["gtk-dialog-error"] = {{ "stock_dialog_error.png" }} # stock["gtk-dialog-warning"] = {{ "stock_dialog_warning.png" }} # stock["gtk-dnd"] = {{ "stock_dnd.png" }} # stock["gtk-dnd-multiple"] = {{ "stock_dnd_multiple.png" }} stock["gtk-add"] = {{ "stock_add.png" }} # stock["gtk-apply"] = {{ "stock_apply.png" }} # stock["gtk-bold"] = {{ "stock_bold.png" }} stock["gtk-cancel"] = {{ "stock_cancel.png" }} stock["gtk-cdrom"] = {{ "stock_cdrom.png" }} # stock["gtk-clear"] = {{ "stock_clear.png" }} stock["gtk-close"] = {{ "stock_close.png" }} # stock["gtk-convert"] = {{ "stock_convert.png" }} stock["gtk-copy"] = {{ "stock_copy.png" }} stock["gtk-cut"] = {{ "stock_cut.png" }} stock["gtk-delete"] = {{ "stock_delete.png" }} stock["gtk-execute"] = {{ "stock_execute.png" }} stock["gtk-find"] = {{ "stock_find.png" }} stock["gtk-find-and-replace"] = {{ "stock_find-and-replace.png" }} stock["gtk-floppy"] = {{ "stock_floppy.png" }} # stock["gtk-goto-bottom"] = {{ "stock_goto-bottom.png" }} # stock["gtk-goto-first"] = {{ "stock_goto-first.png" }} # stock["gtk-goto-last"] = {{ "stock_goto-last.png" }} # stock["gtk-goto-top"] = {{ "stock_goto-top.png" }} stock["gtk-go-back"] = {{ "stock_go-back.png" }} stock["gtk-go-down"] = {{ "stock_go-down.png" }} stock["gtk-go-forward"] = {{ "stock_go-forward.png" }} stock["gtk-go-up"] = {{ "stock_go-up.png" }} # stock["gtk-help"] = {{ "stock_help.png" }} stock["gtk-home"] = {{ "stock_home.png" }} # stock["gtk-index"] = {{ "stock_index.png" }} # stock["gtk-italic"] = {{ "stock_italic.png" }} stock["gtk-jump-to"] = {{ "stock_jump-to.png" }} # stock["gtk-justify-center"] = {{ "stock_justify-center.png" }} # stock["gtk-justify-fill"] = {{ "stock_justify-fill.png" }} # stock["gtk-justify-left"] = {{ "stock_justify-left.png" }} # stock["gtk-justify-right"] = {{ "stock_justify-right.png" }} stock["gtk-missing-image"] = {{ "stock_missing-image.png" }} stock["gtk-new"] = {{ "stock_new.png" }} # stock["gtk-no"] = {{ "stock_no.png" }} # stock["gtk-ok"] = {{ "stock_ok.png" }} stock["gtk-open"] = {{ "stock_open.png" }} stock["gtk-paste"] = {{ "stock_paste.png" }} stock["gtk-print"] = {{ "stock_print.png" }} stock["gtk-print-preview"] = {{ "stock_print-preview.png" }} stock["gtk-preferences"] = {{ "stock_preferences.png" }} stock["gtk-properties"] = {{ "stock_properties.png" }} # stock["gtk-quit"] = {{ "stock_quit.png" }} stock["gtk-redo"] = {{ "stock_redo.png" }} stock["gtk-refresh"] = {{ "stock_refresh.png" }} stock["gtk-remove"] = {{ "stock_remove.png" }} # stock["gtk-revert-to-saved"] ={{ "stock_revert-to-saved.png" }} stock["gtk-save"] = {{ "stock_save.png" }} stock["gtk-save-as"] = {{ "stock_save-as.png" }} # stock["gtk-select-color"] = {{ "stock_select-color.png" }} # stock["gtk-select-font"] = {{ "stock_select-font.png" }} # stock["gtk-sort-ascending"] = {{ "stock_sort-ascending.png" }} # stock["gtk-sort-descending"] ={{ "stock_sort-descending.png" }} # stock["gtk-spell-check"] = {{ "stock_spell-check.png" }} stock["gtk-stop"] = {{ "stock_stop.png" }} # stock["gtk-strikethrough"] = {{ "stock_strikethrough.png" }} # stock["gtk-undelete"] = {{ "stock_undelete.png" }} # stock["gtk-underline"] = {{ "stock_underline.png" }} stock["gtk-undo"] = {{ "stock_undo.png" }} # stock["gtk-yes"] = {{ "stock_yes.png" }} stock["gtk-zoom-100"] = {{ "stock_zoom-100.png" }} stock["gtk-zoom-fit"] = {{ "stock_zoom-fit.png" }} stock["gtk-zoom-in"] = {{ "stock_zoom-in.png" }} stock["gtk-zoom-out"] = {{ "stock_zoom-out.png" }} stock["terminal-edit"] = {{ "stock_configure.png" }} } class "GtkWidget" style "default" style "panel-icons" { stock ["panel-run"] = {{"stock_run.png"}} stock ["panel-searchtool"] = {{"stock_searchtool.png"}} stock ["panel-screenshot"] = {{"stock_screenshot.png"}} stock ["panel-lockscreen"] = {{"stock_lockscreen.png"}} stock ["panel-logout"] = {{"stock_logout.png"}} stock ["panel-gnome-logo"] = {{"stock_gnome-logo.png"}} stock ["panel-cde"] = {{"stock_cde-menu.png"}} #TBD stock ["panel-debian"] = {{""}} #TBD stock ["panel-kde"] = {{""}} #TBD stock ["panel-suse"] = {{""}} stock ["panel-amusements"] = {{"stock_amusements.png"}} stock ["panel-multimedia"] = {{"stock_multimedia.png"}} stock ["panel-internet"] = {{"stock_internet.png"}} stock ["panel-utility"] = {{"stock_gnome-util.png"}} stock ["panel-corner-type"] = {{"stock_corner-panel.png"}} stock ["panel-edge-type"] = {{"stock_edge-panel.png"}} stock ["panel-floating-type"] = {{"stock_floating-panel.png"}} stock ["panel-sliding-type"] = {{"stock_sliding-panel.png"}} stock ["panel-menu-type"] = {{"stock_menu-panel.png"}} stock ["panel-launcher"] = {{"stock_launcher-program.png"}} stock ["panel-drawer"] = {{"stock_drawer.png"}} # stock ["panel-applet"] = {{""}} # stock ["panel-desktop"] = {{""}} stock ["commandline-browser"] = {{"stock_commandline-browser.xpm"}} stock ["commandline-history"] = {{"stock_commandline-history.xpm"}} } class "GtkWidget" style "panel-icons" style "media-icons" { stock ["cdplayer-stop"] = {{"media-stop.png"}} stock ["cdplayer-play"] = {{"media-play.png"}} stock ["cdplayer-pause"] = {{"media-pause.png"}} stock ["cdplayer-prev"] = {{"media-prev.png"}} stock ["cdplayer-next"] = {{"media-next.png"}} stock ["cdplayer-eject"] = {{"media-eject.png"}} stock ["volume-mute"] = {{"volume-mute.png"}} stock ["volume-zero"] = {{"volume-zero.png"}} stock ["volume-min"] = {{"volume-min.png"}} stock ["volume-med"] = {{"volume-medium.png"}} stock ["volume-max"] = {{"volume-max.png"}} } class "GtkWidget" style "media-icons" style "capplet-icons" { stock ["mouse-dblclck-maybe"] = {{"double-click-maybe.png"}} stock ["mouse-dblclck-on"] = {{"double-click-on.png"}} stock ["mouse-dblclck-off"] = {{"double-click-off.png"}} } class "GtkWidget" style "capplet-icons" matchbox-themes-extra-0.3/mbcrystal/icons/0000777000175000017500000000000010012224105014430 5matchbox-themes-extra-0.3/mbcrystal/icons/Makefile.in0000644000175000017500000001267510012224105016424 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am # Copyright (C) 1994, 1995-8, 1999, 2001 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. SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include DESTDIR = pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ CC = @CC@ HAVE_LIB = @HAVE_LIB@ LIB = @LIB@ LTLIB = @LTLIB@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ pngs = gpe-sketchbook.png mbdesktop.png mbnoapp.png dillo.png gpe-terminal.png mbdown.png mbremove.png figment.png gpe-timesheet.png mbfolder-util.png mbup.png gpe-calculator.png gpe-today.png mbfolder.png minimo.png gpe-calendar.png gpe-todo.png mbfolderprev.png gpe-contacts.png mbadd.png mbmenu.png iconsdir = $(datadir)/icons/mbcrystal/48x48/apps icons_DATA = $(pngs) EXTRA_DIST = $(pngs) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = DATA = $(icons_DATA) DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps mbcrystal/icons/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status install-iconsDATA: $(icons_DATA) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(iconsdir) @list='$(icons_DATA)'; for p in $$list; do \ if test -f $(srcdir)/$$p; then \ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(iconsdir)/$$p"; \ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(iconsdir)/$$p; \ else if test -f $$p; then \ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(iconsdir)/$$p"; \ $(INSTALL_DATA) $$p $(DESTDIR)$(iconsdir)/$$p; \ fi; fi; \ done uninstall-iconsDATA: @$(NORMAL_UNINSTALL) list='$(icons_DATA)'; for p in $$list; do \ rm -f $(DESTDIR)$(iconsdir)/$$p; \ done tags: TAGS TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = mbcrystal/icons distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done info-am: info: info-am dvi-am: dvi: dvi-am check-am: all-am check: check-am installcheck-am: installcheck: installcheck-am install-exec-am: install-exec: install-exec-am install-data-am: install-iconsDATA install-data: install-data-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-am uninstall-am: uninstall-iconsDATA uninstall: uninstall-am all-am: Makefile $(DATA) all-redirect: all-am install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: $(mkinstalldirs) $(DESTDIR)$(iconsdir) mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: mostlyclean-am: mostlyclean-generic mostlyclean: mostlyclean-am clean-am: clean-generic mostlyclean-am clean: clean-am distclean-am: distclean-generic clean-am distclean: distclean-am maintainer-clean-am: maintainer-clean-generic distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." maintainer-clean: maintainer-clean-am .PHONY: uninstall-iconsDATA install-iconsDATA tags distdir info-am info \ dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ install-exec install-data-am install-data install-am install \ uninstall-am uninstall all-redirect all-am all installdirs \ mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean # 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: matchbox-themes-extra-0.3/mbcrystal/icons/Makefile.am0000644000175000017500000000104110006170140016376 pngs = \ gpe-sketchbook.png mbdesktop.png mbnoapp.png \ dillo.png gpe-terminal.png mbdown.png mbremove.png \ figment.png gpe-timesheet.png mbfolder-util.png mbup.png \ gpe-calculator.png gpe-today.png mbfolder.png minimo.png \ gpe-calendar.png gpe-todo.png mbfolderprev.png \ gpe-contacts.png mbadd.png mbmenu.png iconsdir = $(datadir)/icons/mbcrystal/48x48/apps icons_DATA = $(pngs) EXTRA_DIST = $(pngs) matchbox-themes-extra-0.3/mbcrystal/icons/gpe-sketchbook.png0000755000175000017500000001020210005275361017771 PNG  IHDR00WgAMA79IDATxyp\W-jIݒ,۲yKNl<@$HT1dR T15ETA LMem K kCV'6^E,[VKݭ^6j) !Vn- nXXgY S$!H Y+Y/~ynzof:P{ KC7tԀpIT(t3 dE`38p$^,Y ܶa]Oyc G|toke675zIq8MK =(hfb<#(؞]i',@[DMk  tB|G8=S#K9"pGLӗ?;P_k#{ún랝{s|o,{&X%@-R ; ?ɡۣ#G1>ѹs EsM#Z~mY'I&6lH?.tVEC:>/l놾+a. +|375 %sOKFO&Û,@?ރ>7 ;f>)4FP8/,y_NCKĒHfAVf$vmWgLMDZTǀ ňj͛jLb$y0p79}yE%D7Њ:/]"̦Y>206/mK pֽWM:EZ<[:[_@w_偁|)>o.C4|1I",|g2֍ t6 -,Har66L'D}[Ϟέ<96("r9F@Ź=ío׀fIRd i-,)u禐gGeњ Xp:C +@<th NdgKT?5gCgDyi*_ZiY:")vJ~]A[ȽH: L*Zz|@+O& nަV/ew/%D/wlO; jzzcx

[X,Eu|n,hUs}-l/0Ep2tq"msp6YN'юF]H2u65}u=(dq, ʯS#MY^g-"a}Ͻq<)!1nne )}fCh_{7p( x;QpyX4-dUMc8:Ynˍt/M3g\Jp-1GoػQ]PG;ʱKKmUɒ@vtu2ڀ];OB_}"GC݄aw;y7psK M3˙k>e0Vkt L7M2m T=^qeZXp9} [pĎRz4uz>TӉp d0 N;mD ymD;]CQT+@[whds(d"-OvB(`bҕq:x7 ( UOΒprNL1LK I ,+P୲EUlǻ76 zeЃ_ѫ+.`++7QUY#Kd$ڔa0}7JT5ӂk'b+wa`Ehb.*E%vQ$3(3+t]m7ty?X) $T=#xϤlѧؤDE$5kUGX,@"S*Hq @KhXxk|&Gɴ ~u%W!De@ȃRŷXL.vՠ+jYk FG5tir7dHmu]&."w Hq?$tz  `kt)Qݥk Y8țgR~rD@i`ca30-d,RHe"" /TEZK* U!|^ՋM-d +Dhu؆[J _:ey|t_E@H;K͖Y"Bd'bJ+Sg[YVIIQI^J.R5 PA1kGu(7)hN*V"ӥmjYS%b^Ȳ@BGD.xoPxHM@21 (&A.^ERrZfh11ipZ6Lo<03>@}ͽk XH9\#dliO*Y*sҩtr^mp \N ˋ ]$>w#vr\T3ggxg-WV^a11[LfvEDDzbQrC])]+ĦUFj{65F7nnFCRibSdqbɢ>8'H7GW"kţ˄w܌=f^^_/qZ{nv4˲`&Coz3Ot:e.$;65n=-d*)9O} U^Ǐ}K]ɽpJS}f2 IXXV[GnG$qm/?N+")tp\ Z0[~-T*jrs8ғ{2w"QsrIH٩$D>hގ]P w(=s(h@xNˁ,KZ\Ag:co_vWzQ7FK K60 ;=3b:+@|nҼŶY=GóIENDB`matchbox-themes-extra-0.3/mbcrystal/icons/mbdesktop.png0000755000175000017500000000752310005021717017062 PNG  IHDR00WgAMA7 IDATx͙ypy{$+6`l'156kB3. nS mit20d)ifҖN2i4iҁ%%l#NjllɎlYݗo;|lH}f{yw=}xMZLًqu+&7, FG* ۅ@?UcR(9+eW߹) q ->ʢX{/5ujņ0 w\˭!i Bg<Ӿ糡<u܋r(N vɏ9[s;K#Mjrֶl(Kb)!a2 "=sϞY`BljbQH Cb-P_L`;P{KȵY z W^| "&895PVہ҅ K45| YgTk'C,r@šYKf8Ot^}~z_re] :OU88b5HxfSɃ'/~dYwVY>ޠ6"`ghkd3 )=IfOێf*`j>+ C]b^BhL[L0P`#[ `7@]7[w< ; skâq%X ILqj -z{@x!wtw;yƵ' R@o,` B4}ƗLo&BmUJ)%B![i4I,TA!p+@j9ākxԿ>;Z`Q@]7]P$De,jK\W-xBJ CU  a^IviY1ɧ{?ؿ9@ P͢,=$P Ϗ\qʶiI*b&S,9dr6xx^p 4 M#yr38u͢g7wzF.d˜,t@?+RL|=]_zūJ4~emN[p4$BR q PJeXۈB^f=Xud]579R*:L5diU0B_ Lχ9LTw-!3t߇ZC׵  tp&3LkLzr0!N{(׷DD(:N>q|LQRH &D%|n8,B. ^ߵed]ۚ[y$k[aU4'*"aJ"-Ua4MCS^8;LEݔٹǙ1IN*|aKIzOi2Y<3Kus3/?[SϬ=iU;ԄM|h@/8T&ty-3 TC4&5Nr"o!<7%B(ha+tu?сHᾐƕiOgv2"dpg^AK׆QhS}\J)^ծ A\Iٛ'FA*|_⻊BI 0w\]%a^x#[+@ig_GMGeܚS .OE7MU$AɕTy*+c:]™Fw?Z&45%(gR<&N4V,?n3TZ':r9%O݉]GȊ kʞƌU9' ΔVR4Wt0#"uA8lZDaTXc)44ǹcM|l6L| On+xo1(QٲO\qw?t~Kvi ,Cy+g`K Thkkqӡrj85VRb;.LB&9,rpFR6 >4qI L"謾s=|#_r 91^b,08L+F  Q-HpÕ FYtY%]t>וK~a`7 +m\u>BӉ[0^t ,!乩HC}%BtdH*[b>/ޭ<8W}G]|"4B {+BŒC~|ܾ |lۧPX!\5@Pv+8x{ݿS;9o^Gn:W_ 4#^jƼuxKM!jaP.+lGqǑ˒PdLZ+QFtztH>o y#{݈.]>>S-0\ ๒,a>0tƋ <"[ٽmw|oz?6ޕ)LunzM*٘YRE]' djdmXn2d! }a/?\(2K[;»޶決tzAfil뇘 ]Pc#[( @B@&ucG35+=Kl9uGGw}[|ώo/? `db@o@ok~t@t<(#r [?b +#/`<e|;' }4)$!#3k 4aP{?@uTI -`R;A//N?lU r<^rG@n ^fbp1Dc IP@<0/_@g ?Hp0A0||?x@ӍZiФl /54 {^0}/C &f&fv66Nv o2O l0s ~-~Ar&hqPl~S 7f2`ddfpAsgo_}{v ([D=ּmy]o| x͛lj;@ ̒ q4@T +Y#n&? XH+ߧO9Qx 9F@n <Ȥ#įxoNVv>1YA!^c-| ջ /QuV`>@y_&& };2bcoz &(a~K2Uhb<@A3/>`?]?yު 3'V Pt ` ښǍ+?\ V(( >Ηnf8TO|:nB6PD9c.v`@T7_cz$EAb#{v9+ǀdk;~r30q1@pzb@u >OQ=F7'zfhMJ'~tџgP^]Ƅ7 >3|0s5c l׀ t?@33p XeH1H]?| 7 _n¬@7@ P,!? |@[TO`x XmR) TTo[w Lf`O/1põۡ 94@zǷ|l>1xɾc~`%)p,| wxy^pq2[5ZTn%'rb_ .&@@*R[tߠ%zsL)i0 nIU1%&}U8[;O7% ?`Ϭ[)ߏ3qX k=Ϩ_0pӓzec  `Mn/f<{`щ}(ˌ|{}ag h>qD}`{Sj_}bϷެp%h#4*rKjn{`h4-_ Ǘ~|ܰ>Ak4F:;:0y~,. pyuɷ7M@ \a[Jk&V\Dp;;l yUxSESz'FWXdYYd')n #Z߀/@xU*2gԻ ,Iu0o~ac6`\ gef o? 41 ~z mwu-F&_dA ?N鿀V=, _fyV2 ^?C`^cF(e뵁>QapqT!|Ƚ5"0Ȥ: C6( [@в F~0 pmݷo:~=p:Z@ϏO{DP A9lZ(f) ;gxỶ Cv%Aì' U^d^AuP38IH0o +^^M̶0KL  +ajz!xcl1p]{L}ïG@ ́_D( [%loNΛtw~hMw7g_vVAR ?E x !.*4q/K ^^hz;:Flo/Ͻ&xnA?4žEjP*Y6k)LDvpr ?$kz9k:YhX )mP'>xB{`:|NOOz/Jzt1}op=?:xl栤#po2T|#/_BԼ!ǒ ?8b6CR Kq÷O쇎#=_od' ~}} i7ش OU#8@Q~{5w ?8~c/ח @קKx1jM7^@GB} "kKbPa`a`{J,X7h`VkrІGhC4#4C@3!4fB*>9ڪb`fXq~@3#Ֆ@C} @h멈lIENDB`matchbox-themes-extra-0.3/mbcrystal/icons/dillo.png0000755000175000017500000001125610005021750016170 PNG  IHDR00WgAMA7eIDATxi$YYuwwuwUwW׌{{ kwYV >!k!ZlH5x3=ꪮΈCDVu홑Joe*2?y"?U8۽t; AE)I!bo3ԮJ/?~ 0+~~P>|ꑤ<h@OP<( hڱ\iZ1eST.ͅQxǺG[KGN)Jc#1rKo̷s,-o}? 'b<~{}k]YO$@ R_;y[|oϬϞ~> .ҿcssqӎ {:!P =uJA)I)J[MuS7i| ?ZUR1gۿO܃j'GHA<=RrQHT?x==Gx_?w__52Żɧ韺xq;<g{4xuT ZFew9:Oc0qlV>pr<3S+6AcƷ跦ԣ+NМ8 @A7N~];i@z tb FLo1GRjsBYjb rp0_?muϾW/|ql'4I&$I k kUj&zc &1&!t0R,@68Or5V02\[ϕ{Yydƻ[>ɏO~ B amWTk Z:u$>-14[ |.T`2!bÕ|6uՃ,.'ᵕO _N({g#Ç |x/c} K3o37@:1x1>"qCbId B`CI >>xT : ֦YGbABq}_#ߘx##x8{v\X`qqZm c-XaƐcXHIJq`ܚ묭-c+ #+eȬcrE۬LTnȼn9njSKH[.. vAQ@&Ctjɥk7כ=-ukp.Y6Td؎r_z,+u`˽QѦhmMl !tF[p$nԄbgfܤ'On9,R D[N٦Y4 #TX殘E}w\!0c K-:1JMrH=BgB=w|N^kW.ѣR`;LuaX$M B!G"pxԈ @$ a`ٴ5 FyD@;?J8!8tۇz5J+NRY]µ21%mClmuk-%H%S>-%R H-s'L)'XXZZon t|{v guyFDGj:s7cVw||R dJ9wݧ8 nLexZy% PG| n\9s̃1y{vlZE@A#WRFtLقv: Fw}9s (mEe+kti g/ ;xN_o{ {LJyjM2Mzx)uY:yGh~?o}=ϭ7if3kW.fcĀ8vt:(\ܾė 8G路`au,##.6mjRto8O,kT FLl&4[nmCapuc, ƙpZKkޥ4~2oAԃ<ZɯJoĸ( m/uIr٬c(wYܥCnLFA窱o_BNl6֝KUs4a1ez}=H1P 9{+֥Cx\R^ʤs@w%H3wx/^"WPYY8r/$x%+y0mX@Hb3gטFY\3alؽ}Vo٥*. /Xk5:2cG)ví&A.d4=@KL1T{0wgNl{8m+s1q ©.!3/f$k>?'VkS JpqbWN&\ Yi듵ZM=[`rvs N&i@0P& 5V$ Z; ZIPυ"Vr%Ɖcni={RZ#&I,NhSo&ko/RW[vNFݎXJ *S Ej U uwZ-7))ef1Nh:(:k<47pfW:?8ot"([e„"U k 6,Ƃ+VS"Dy)S{}VNBFH87Ys`N5߽n]=hh%-Z;&iu !2z AZ{ 7bt$#N:T<)ZϜ>M#37jAi|Ǻ4[a6Zi"|@.䢀(R.az QCz{B  ĖJC"u/1~)W.vNo1`FKIJKhF^l>H;Gq` $ֱVmVip^z㫯O>_16ѬLo?00<6mJY0v4U:;Z2sźkK d:ܩ?4=W@7˯-͞9[)6zhWDX (YY3*N^lneaP!|c̟}r3; nߪ==ёz{ D}%H,Ʌ݊, M>6]WqbĎNl@[5߿1}4Z&{fuK:0_4J@BgSs"1^Ў 37&~+?LR𞚍{?v0GPJӸ:/,&zߙ| o9 ({]{ 0ۏo[ݲ-UD{>ڍV6PY[hWLu AxH vP*ٮ?Kt#IENDB`matchbox-themes-extra-0.3/mbcrystal/icons/gpe-terminal.png0000755000175000017500000000531110005022606017445 PNG  IHDR00WgAMA7 IDATxZml~vvltp9cl u 1 ؔEm܂ʟ%U?PDEDHR ,H)9cvwvf?f;%J[<=sV ɞ={ݻU۶7JU)BH|+SSSސWMwwԓO> zd2?`9ۿwi%g򦦦 y_9rD]Gb6lۆO< `=huֶ`0 r, PJAq&@uB`8 @ [Z}(N8`||sshooǾ\dDUU|Wo9m jhEQ gbO[ZHL@4$Kh9Ν; 8drP][ٳ8^oF6(4d[jjjO#;+&9G mpqLL <4)Eرuuu|2؈;G " ѽ{~'[3m# mPJOYN Ȣ( uù~pQ /oOF&Q&3P]]|>T*y=]HUUs~a Ԅm۰ > @ǑNfM)E:v@1lUU'NsϡG5,LS\3<_3 ͖dXN~$x׮\[D@T xJܹ6gBKݻ1yUJZ"+B@[](BdDm۶ BON,B!Ap\J>EQ9P(B mos!0Mww) 會Z5mTWW;YZىW^{:((ヒig>7Ƙs/HfY,,,-W `&jkka| !ߴsr9^EA@d*҄3dVUZ" ͂1UUA B_.) i*ϗ/J),r깳-b%8$t]iPU:D킶~_TY,kUc,!!ǀP@E.$iZ AB+RBح s,sb<bz xALQ!E@ֶ:’B^ceB.dо)[@^\r qpW, ȗLNPdO(]7ʂ+ + к2"xӯ,+!!$@,E@&!^:yVL|2P7ڋx-rnbUǀ0 +.E \sY94*'wv7b]UTΒA,̣*:L@( ,˩Y:Ɩ-[(ʊPł >CϞīwT3UUJK뇣! (ۜpɝAAv1{WbA4<O=!+Yl5~32 Lٽ{wKIPDR߉cf3&0҂ׯoǦiXtnnnq__O44ģ(d2>>9clQb%VeqqUUUFH&0M\i"H bzzDsTUU!J!JaÆ ξXa]]K.A1/%r ˭WG"L&D"J)BQ @ dY癈X sE… C/RoCCC Q p4zɡ5|%;BW 4\r̷Bh4榍7@vP !]s8 E)8s166{oW/c7fffheʽ/ug@LD<˗הo5?n>|immZZZqƒCIA"199i?R:/+_h 6mڴqΝ;۶oT__alƁ-r2S<ύݽ{w&LE"p*.Y6C@ `F-75444B͵0j8/鳐fMLbx$PJE2M ſYg$IENDB`matchbox-themes-extra-0.3/mbcrystal/icons/mbdown.png0000755000175000017500000000155410005024126016353 PNG  IHDRagAMA7#IDATx]Kle/s\e:6m*&*I6.H ]aӸueb47Р.T )%VafLotέ|.hYsNN92Cz&]Q9.>6N-oM>8OW,DC Ksau'>| '499cq@?Y|t<Ey3oxcc.í<4YTKcp۞o4A=7&I"ہйSPB-.DI$޳:hO>ܻK' `h`Mq)`t ǍʍguZB},.ß9աX{"-XBٖiBWo/#Ld3J5M֡DŽ"Íh떦%T 96X6Á=`n)B[U>mc!75ps+tyʹVT!Se7t1iK^Lj-O:s/MDOQy3G|>%DZ_볶|ص<9Ss5OIENDB`matchbox-themes-extra-0.3/mbcrystal/icons/mbremove.png0000755000175000017500000000146510005024055016703 PNG  IHDRagAMA7tEXtSoftwareAdobe ImageReadyqe<IDATxb?% XPx ~M`Nf`ee``bb`Yϟ~d`x l3 @q?۷/ ,8ɓDAׯ30HIA y3ffOX_- @ddr._f`c`a`pue`{L߿c|S!S a3gx6=q1Đɓ^d`û7 Aa :' HC:zflDQ"yNJz'%Ơ57sR+9;hx >@ H[Y1 /^#<v99AO77C\2gll`59;10 aׯ\0A.sN` k@  A .F:`YXHa6AL7 9b!M@`0 j @6De< ;L.ƺ{C@;  La Ixr0r$ q0 aD6` ?<0B1TY4IENDB`matchbox-themes-extra-0.3/mbcrystal/icons/figment.png0000755000175000017500000000747310005022060016517 PNG  IHDR00W pHYs  gAMA|Q cHRMz%u0`:o_FIDATxb?.y-# B30AhFF8 IJ \eP?my o @W@k2F_̀4  @K33hg;?>g =@ѣ@%@KX @zLC,XL~\A7#33@0< V[1yb(fHfbrۀ: YTX\3|309iL3 ۀ OͰ/@ ,fNC l"@?@G?c1ÿg`FǙ$3Zf&, 9Yppedlaǰh4) R=vfdRcO g 5# L32CP/+ 7nV,Lh R<  81 +ÿ? d`:_  A`1b`v,(c! 6&K'!Q0/a]X??AqA(30S30>0!1~1ac;'X`E+.@x=/0cfp0b`5B=~u{'`~t +.8ـ@63C -1 y z?0VAΔMw` _c`2``G(C VXFxg: &P̰0&v/?@oܿLBJ٠jAΙXXڨKK paA1+#0P-+$#TbxRE wD( 533/}Ÿ@_|6  } 6D3#bHU|, 7$.7~a0l+9a`00Z ;%8f  )}I3@1.ŀ0FŸ0810sǻe@`- j@ v<06ȿW` |A⌿a!X`Tx ul ڸ@Q`ÏW} _kۇPip ?Pw<$_hiLXlfP^Dۘz4j%ge7E%D0! ?C`{pX n?3Cw JZ:%X6q zX|<@33. T#>!i@r- : % ?8]dx@r#@Ꮑ  C(0I1Dc蠿o;@M!b Q1n206*` 1YI \wb!Pn-$ ՚t;Ҝ@ @5ePƙ`$m7 `/3*<JoPa y *֌ LL ßor*$Af{AM!h4$Al~3~|cTT3F"ԔkQH)f4xB+!VDD*#`5L@ F3w>2Пp ny߿@D- Ab75*+ϙ+3mSH!@3WZ`{ˉD-ao M-Hh)֮ Ì jZt  Ml@0|=ۿn?羂 ,B& y\X2038\`_L8E{2|:r؀? τzdD° kُ6=b`{A~fb&1`vi$zQ.FA4L?bpl7# 6fnDj#+s̏W&\M6#hD@π*3^TJb gwv.`<Ëu?fOIq@p??-| MF҅UҠZ( @9?:xOWkD'`D u hdaا~~s4gEpÍ? ODž1 y6A.0O?Eƫ[o|QKhy`:?b`YÕ ?CG ֯~O1O @3Y@@89,gs6u32B5>^3@ XFn~m(;o`) t808A^p0+g^0~BI 9*Y28-e/_?}gwo2|:@O쉯[ `/Û߼He~@x= ǀOVJJɕ:4w10|s0|zӧ |d2weF68f@///.3 Ua&5+0afxXZ ??0/sp0d zcd8F03`:nl}DsG2prr2pqq1n߾pc?~.޼yN B"^,&z*@谀< qPr&%g NS͔x z }V#`@ַoTJbAr@@@?4^F〡+A r$(|V\ b`Ʀ Rff:)A!s0 JJ?%Myd@&!X}ŋ?y  $# v8yd&0  Bhs$ǡ*`YlIENDB`matchbox-themes-extra-0.3/mbcrystal/icons/gpe-timesheet.png0000755000175000017500000001120010005022766017622 PNG  IHDR00WgAMA77IDATxgp\u^E_T6FuVdYv؞x'#g/x;xlNlG:HI$EDA($h JER̜ݝ߹s j[Vnvu#.:3?r\}f 1-|Ўj F:_w +{e‘~$aC&[$##`glv+=?D7/ׁvwhg[}/<Ͻ9˱3s̜0ڧs/zE4)V@s{oZkq[=PTnRd_/X`¦gȦ<0in*}qHQ h͟\/|UΛn]#7 Sc4mqvh@4 ylAmyx2K&gPW榱L9vqGxjo%x8P/Xs[(vfXʧEg۱$**溎(O靲87wjq>qm D?v-Co/|*_mݥ}ڹůw 3~&\dILH)6CY.љ}]T7Ҭl765mQYA^0-ު&l98NKMi= kZl7[{Fl9? 'ދ@|ײgqU91$27|鷪JX6;ռH%3&,df$86n$:"(ƩWrř76cKK嚏>kYZ%{mܷ:H:k0U<&T4Tv@S%"/=}Yd',fqܾGO뭍[iKVUL+XIW 8z&EcI*ycD vnbӇnO%QShJk856&tUczPI]V/Kki ;9͍*e::ImY?wn78߿;Y5`٠$*BN&Ip+~be xϲwwѝ7<-7.%3$_HCrC7m*B./i׻\;œ?ßZG /"̤ ;,ࢫj?Q-a nW~b0憶nhΰae рD3|֠K@q4|uE;J&yׇʂ=*c,|@ȫrUCQ@DˮɅv0^/rMO( < ^@%U V/E* ˡX41Li2~wx$̵7>xa4?N9wB*HFxƓ2 MG4+T_eQac6maQdB\jgڐXoW~E &)b[h)޲0@tF\gZkԔioy%'R!,7Й$ӓs9%1/gYs=~.{$BbNw$$'Tx$".ɥ./Ea "(]|Z(]bO{4 aȄn. WQ&IZۣd+#)n 6^D"cb$ I`y@6b#*2E"9_`Q$7tDA(E@ackC+X6F‹ǫ*O>T:}Q Į<" Hp{g%fȲOy,F 9e;􍤹ӲQ] Wz3_oUoEU* ܰ Uv:b$`H#Qp4/^Q" 02`9x FA'==Q":>%S0ظġ#rT5ݗm~yr7 Y$߶>|d6}I%sjdV?5mel }8+gK6 it14|Gfzd\@m v?r<.;:HLf3W(Mm a%d &pתjB^ۏ& rɌ %8wdw?]@+?gG&%Xӓy~^I$UJ>, Q}`s.g0.JܖCFYp;=wW.8  :'Fu.q}W% UĪt6h0,tƲfmܪlƲRt"@uHx 5iǤsejS:=Ύӫm?g]1|}f9yyMMLnu+j/9YRAFUX%q".UD,*2~H_&{$R62Й,z%=_ 䕬>1O~?dv- q|QSf(M5aeVDf&scIC$Yb1/kVU yRs ^ظ#sjc5G~2cWJ@ySyMnʅO#>6Lƶ Q U /eeS)== <cϺ;6cf_G~y)GߥnӖeK>=(m!ѻTV;b|~EQU@$ӴB&egSq+iJ!o0.. ~ump /6A wIENDB`matchbox-themes-extra-0.3/mbcrystal/icons/mbfolder-util.png0000755000175000017500000001131610005021544017630 PNG  IHDR00W pHYs  gAMA|Q cHRMz%u0`:o_FDIDATxbd` ?~>yɧ ( {y'202MWTWV? %ÀCя՟@,v\Qϐe"p o;j_R.by鏇Ac]=x4:"IJ s0,7GFvaWf g/3 o9Yx܁ZW1Л  x@)#(ˈpe)23l t/w?߼`%՚p׻>73c+P 4cx h3MdKqf0c L nAg`t&ßj#$ݼ3&&2(B=4 / ?cmC É ;s'|tƝon^f-Ɛд(;ç L,Y}6,<_RS0@OF}!G2\0\^_~1p< 6BPG/0l<)0  q 0~78ffffPWep2}o倞`d0И = r\&R=p؞=?`anfcO xw5)1?EEE>>>)))7o0<}ׯ A|M_ /cgAaſ^tX @Q燗\7Sô}op Xse 666 =#''777KKK0`gpDS*X1 rpx@K#p@`D_?wfU;g([XdPda8ȴas{2ء_~=CII  }gxÉs .&^U; Vӛ|pӿ6^PPphvDt ؖ@qϟmN˗/gE"| f`.n4cӐ6-{Ϗ@:0pNO>E`*x a)&B`_fwAl$%%1x~8|am /_e8ؚfdbUS%#ߥжWd7@w_ J ?9 mvPJ?2<4LL3\e08` ,axC×`߾}a˖- g{0瓛.< Y6< U=|1Css38 2psg5B렂6O`9555gAɓ'ps@瀎?jz,9ި_g0r胺ҮUZ#ر0nܸAFFH111`:nA"c!=7#7ကBpA6XGX17Њ ܍ \1OOTUaf`<̐dZ"WX?w`hٺak:tAƠ Y ?:?Ӡ… `3Xs%<@Z?~xֵp9% zn&o08snjs؂zUUU`gPp<aPA`eeyJ kQmx? iB< gx +WX/px*s`XAAa̙8s86ǃ0&(/i!܀@#@apmw(_X,CyQʰ0Cn&(|zA>A*A,v |GHu<Ud .߾=lzT E^ t_~#}7x,= T P  1 Z|^k@T/~y;ec! D F!ѻbƣ;0FE?aP[ X*Q_ 㵝}W~x7'5?0"uҁX!AAW)<<! * >}hMhُ2@xviO' vgx GebTS6ܑ"4ݹeY5\y>}Ǡ-`) ĊcOZjf6[%Q?=hXa _Pb j#;aaPsi5>"f+kh͢eq^^ (zch]U! OEhGA4H {ϟo߾жKl#Df9×wF81P~xAU2cPb.$W_KU>6@$ȄgQe8Xϼ 3LZgCZ(XEMgVs GdbUǍI3mynȾm @}[L̤'^K/ 3\q@; B@2Cv0A_v O3VgxCe>h(i80\8vaΏh\|߿=5ڈ2H7hҿ9LA\4oM~@X/4!͍@$?@A3:x?'0pz~GIENDB`matchbox-themes-extra-0.3/mbcrystal/icons/mbup.png0000755000175000017500000000154710005024215016031 PNG  IHDRagAMA7IDATx]k\eޯLI )J55RccƺQ ZP؅\t'nD V ԍMiSccj|f:IL'3w\S0Y<ǩWP|!.p>*AC;{w_'m-a֝ .\+Z)~ S}vTl(A8 `_O pT0$LNdzֵc }՗>c&OlM4G\u~e̐Y}0:}` $^yްBaH.={Pȡ p3IENDB`matchbox-themes-extra-0.3/mbcrystal/icons/gpe-calculator.png0000755000175000017500000000560310005022726017772 PNG  IHDR00WgAMA7tEXtSoftwareAdobe ImageReadyqe< IDATxb?PBBffPM?|LjQ @=(5iʕ >] 3 /_.SUUrΝ6G> @ $ :~g9r?[.>0@ҥK@7Hs#@1`7%\\\ rrr@$>uD(p% |@ ,l Ȣ@̎O@?Rݛ ve$6{eVLqן jB Y (ނb z ?h{#\`7F0fb ÷JXffbdab`gaZ[ *( 4h@?b`f1q(|쉊 .~ 4Xb: X-CAo(tAˆl3'0p% o3b! lR L P jFv5#r ef&=l, Db`f+RF!1A F&HLA0V0hs  JO>.y!4@>3AL 9a',U>@-"@`T@/11 "gB8`H0B#T) 1=b a`:' X 0Ff&3XKj&jbQ J! 4XZ@?B,+hJXHt@vSQ1 X1U?ߐx#PaC/#$6qt3@DL ,AY$)8fJC \73lIBDtY3ܻwcedPQQ]vիW඼ $xy`WXǎ ?2|VScAd$b!6`!G#!MW^~숃>|p`3|7p,Py$򤈘P1 z.b!0@RPP2%`x}Yqqqp<.++ AzAɍGxcxk7308~DNB"@20p٠!(AlP:ȅ >Oh1|tg qf `$) Q.rgΜaxd (2-(A<(?byKw/2,9?} sOg"FAQ1 =(1|4 y w1<~,Jj`=Xy+C&$$|p1ub~'B J!'`yTnܸ0PׯJP6=zNr3(0{7 ߸~MBDt)R!` wAb <",, (w1DE0Vb6`c˯/$B3ȁ`G  x<@ID<Jf0Oԃgx7oL Eş(IR )FarYx @lA48IH"{-yqVF^2,pW0 @r& &RxtAT΃B@2(AI!XX۪i`L Ond`SaMNH K @$@yo߾ NeXǥ⠤>eo2?Ҏak`f0`#410C.1I .C8XTjhPÚPuaf@|`ɠX}b`` ь  `y& QP:H9TQ1^+sw'?`3˷ L0scIh_8RGIe011a;9y r%@625t r j;,HD&݃2-E j65O>{ć(Ҡ \20p=f` Y[ <1>(@@A|deVaM P H Uhe30T1||O-gvK 6ԥ B\@&H-(B P1 r0(ԂhpH0<_F`_3?t,$@,ĶF=5aX{&o߈GDbDw`qbl!~ y^< : ꁎ Z*ׇ@O10<qk`.I10HCb Gpsc]nnnIb@?_ `x 2x<$ @{>c&`" !`sOP #޽{O666yyy@60n[ y6Û @G}̤Bp *1@+8oS?xX8>}#Aׯ_ $$Z[sp0(++0}yƷt m~sj`(A$)' 젤lݾ|۷o ߿gPTTdx ϟxxxTRRYYYb@MMM9`>C..< ꮋW')lɀRTe70d_31|W r0؁*UUHc/333 Ɲ 03 B $%+ٓ ?1|bddOC˗/9 Ɂ :1 aaBo//y2E0A h7`t`ܹs ADDAVV@P0Z@9@v<h6 >8HH-@8-c` (G/%###p% x%P7r,.`aa 4 5k>[RhZ3@C  ?CLϯ_fx"Ñ#Gn߾p=wi 444 ;!tqaqFx ?<߿* qF`ƃx`] ua'ZZ;'ZvxV.1.-8@3uv*L,/W,xQzS e2<+ r0*'P((3JP&+41`v7n:X:9#͟ΨebH x)TW㐧~-;_`Gx^^^elPP@\]] Uvؑ#***+_2 (, L1ϟ O7Om*+6 Ic04 #9 X pq(M`Ȁb VbޠbEEE1XמnN2#0WJ=dɻy{,RRS](p*cayL.!N @\ fPU~@ *4^Kw1<}X/m;bA \ .DsA#б?< m|Jz| ]Aly { πɁc~z~ۡ^A'. 0UU@js`?0^xӷo߂Ѡ%##v07@%8~$Ph0=7~=] {"#@߿@G  cAi`Pc Լ T29(BX5?@! "e3G=0Y~_ da>Go]p6 oPք99"u:A8d߿-Ph)ȑ πB`% GAfv ߋ0z o`X5D}z]MfΜ8sy{cc#ArP\~)ggWUHOؘA% UTT悊g $Yj&ll@p$(Cy|r <. w3|Vؠf:]$ qal y ,gWNnper$ȁ r  lCQ)))X>x|`ߟAWWvuq 3jt9"4}?7/8A@&0aayѣ cɍ[AEMX$?<6=(A쯓'O<}U`lzj-$f0 ɍ>|YYag- &-Bh?:\1⦖ Os0tlc`x `{#Ó/1+2z!P6Ϳ2d&^F0 “#+wni` 730230|ჷ blr 4`dT "!!{yad.D~fd+Sٕn< Lh7YfƊ~ Rb 10l L*lx4/~[Cu{fOb`L<zS#U߆6/?̅vl^l +fܱc훽9~}y*cUDW=(/@FLV;f~a`>mʠ,pC `2zЃ&cxrC'11 `f*Cv*@ax 8XU2 9sܵXX*n7wP^AI7O/]M8ØO9Ȏ7>d72AY'CbÌ w=d@a [VAFZXw LBؕU>3]ٽP3)Ls 1za`x ؀:-d-͞26Sj;λ 20N^̏Oa!V+PhJW&)O(P *#0#x `fdQXgt"zt"pP b Jlp>/@;}+lĄN>`a8y&7;Y;cg`g|cc`a6z{Q@۷)ٙ/0"蠯2bf?@|:o@ʠ"߅w6Y^Ì yvp9cke3o`Zb0K!E#+ H pIj;iC?TLZ4И: N}a :;Cngo4p8M/ ߀%-# ??eELQ1~E8Jfgaag#0鱳B</qc Ht_3|' $ 0a`UA O\|FÏ_\uX.>:Y%2?@02|)6M Qd *> 2=l+ * ?@ف8<W0I B |fW%&l@10ˈǹxc}/'383BC}jf;8!.<  r@( yk` xǃoo  C$dQJs12 J0UT 2 \COTKs0C!ԊaYH w'G`g` AhLs0() pņppɫ]* 3 |z X )?gqÛwBL8]gd 0`j{A89w4o_Ihɿ?6߿!z 1c7d'E @ߏ~)DB*1=MogXw<C;ç, ;C*>A ܌P UP 0+*= q8/PP1!=+CW`7;L'}Ϯ@G.xkQq 1 T_~9 M \\L PJzhĖt"Їc)?ŧo0o Ң~bǔI߷5Z ^ fH=o6qq]++}iHzdXb+${&/' Y`$@C?7(A(AhuPSCwD E2]F.\`,@1Kp< Vf0-*32\} j@<K.0=My4mCHz f2#$N `/ӗcyf @!ƅwѓ/KHe[".;HaQ+#?Q%Xaq7`ZtYw "P:` l-~aG BuAڔ )QQc@ʤ.;0wG 7#<[? <`/LN?0YYz` +`֞gi-PgB|zCi w| }aHZ%+xL#ո?HMP )!0Y{&H>{ps޼ *=j83zC뷟?%  Zwh7a;0Ckp?"BLqC,AC8&`M Ldx9 Vn{%G.sl R @}ϏɇJrt/_E?")&H&E$ l20ȋc2T.tLLǏ GϼdX3ù30|ZU@g{ ’ZFP`ˈ22|T`_bZ +\pF5PAG8A YAA^<{0wki1<PxEbo">^fBK-Ef_o</ . ,U"1~R3 g/`=ydïJ};e}\냋'?䈲O'#0k˿x13Q6%{`#a\@eT&? _cX5ÜU^vea @F>{ֶcn9Rl@\V6?1p !AI3z #p1/Aidppr9z?a{i%а@ G3.ߞKTUF\A샿 e`axR f L &Jj $ax&.¡}3E@%G}b#0&D301328J7HY!ъ!ʜAtM`3/j&=eXlb{ Фu@Ewч b}o^YY5K@ 63+yL _B@v)#+$B =гC+o~i _;qPJN 7[B|ey+&f`cexց ##x! <}#w?zJ?g#X2< 5ԑ@'dN?;o, ߼~{3ĪԚ` "xeqo:?ac{f$_Ui*$W x$`Wo?E׍q4(}-]NNMY_O8s)Qmi@ntZ H|ZJ>4*DQԖi«@l0~xx6T-#,J- 0c.讀zh/XV/K^^Oܵ!UU#n`0d㵝k{a6rxꎿ}w"ƹ -~垕C7w7ՃE(4i%Ҷ2C0T(&ZS{欍}Anz>vG{>zk-F& 4! L@lc4$BCtlnDaiN͙PfH-766o6MBYe(BwJ+Jni`4;z{ͯ]0`7TzgCq'4ueY]8U"M;O>Gvqz6~3JξuxKyeNDlP $EL>@8*af>6gD*"X#XJS2DMeAq5"/'}mZiH'ip@[15$v-[b 3?o?cw:fjuBU *j6@ 55E& P ˄/Es9iB3¥Th:#X+%B&J*fzWPO9%U>ӕifZ3q$NdY'="I$I,RT;[E+3+/ñD'N$s305 bØ%0F)ugD$t4_jszI}]ZwA =۸%#6$"A"dxAP7.h,h5}` QͧRPP"}!!jD 0}8C72ZIsIW&G.Jk7ڜB'R3ņY`5qz&ֵ$&i-Zo= ܞelɇ:f@x"m02Fvv*:#J;/XpG"/KH2pNO֚W+\S k,ƚҘv4qO' P\B`W)EymIr/!Xkm|yj?ql8ځƁڹ'[Շ9czB4mZ. m==MXsi+hτjX77 @S2aO~kG-Rvk-O֟dc,ٶ=>ڴl͉L}Seg8])Vݧ`TЀ  CһK!8 @kd~%}ψP5_7,ESP>vrRWgfDBO88܆Ç\dn .apCXN`xV[%ʴdsC)cq8!J Lx (kkcEѕwtL'm4lq@&i-gnO#cqb!@|GX/;r㨫hnpkg慮G_LoV}k'/ÙtށS…{?+R=_IENDB`matchbox-themes-extra-0.3/mbcrystal/icons/gpe-calendar.png0000755000175000017500000000776310005022702017415 PNG  IHDR00WgAMA7tEXtSoftwareAdobe ImageReadyqe<IDATxb?P2`w+ƿ>C~ظxxd$}%+`(i4ȔI>v6~zLO1 i88%,.n- ab,?&FVF3 ;í[?=~w h?m @{@CQ__`s^e^Ef>fNNifffAfLY?3&/##n-? (7#/04 # 4>3pbddx9??''Î;^x h13@2yre?O-kd14et33/0sf jj ~bb a;#;OYم}cv cdd(!o]/Pg| $U$m]y%xTN/pZ(ٚ 7dRb$$Ϸ^xpIS!SW?^1( +3AW lLl ?~@qL`',$pA(%x=O*FaUBm"/pGK|B>µ 5B0m}@9;c@tl&4YZ@ #t5յ²-hDBXrDvP/Wibx(o%8G;S S识4|cO\oOɔ1ҞKLn I⃠ óY !0'ߞ00̻?S“PАa w>aaaxؙxYx45$8%8X[=E߾} o ߸<@:, A=oEE6ph0<§ >_c`­/2|aڝi ̼'* NF66 ڂ lXm6 W@< x iE#8Sn|a߻} RR _~c .ΠʣʠůNჇ Ϟ=cĐy@| N/? JD2I`İf@ ĥNV¬ rr BB`7޻`naĄ^UUR2 y (?~/olI a` 9LCA]ASL@?3U 0hkkc8xyy>}d #߰@ |G`t333 30 0331p3qC ` ֬Y@|~e5L笟1ǏfxѣG??a„˖-êoƍr`-ĂwAe3(e~ fJ 0?~gee% fffpwuuej88bu@<,8 /_d }5UV=2 `9PEv_DDD ҧb*1VEaPIJn"Wng&0ϟ?` $ƠOLLd;;;8f6o̰dk2yq̭*EX](@pkX,kvlʫf܁\4|޳C\k]Hh? RbM5s0Z#@(NZk1" =#b%HG 4d] (0U<+''b#AԔAHH'Nŋ|ܹv$( 9::yPIb,`cK666d F2@g@إ eH)z ˲Of4_c8{{j.(nԁ`)U#BR̯P\߸m A(&tl$?aJs$&Hx^ 2@ U]1wi\UKDFf6I 9wPs~fcmJ=`zev]!mhhAAA0 ^r6>>\Y=|c _f;T"<S > X0s Ɉ ^TઌQaݻ5h_R P%KB$Y:WJ;$]`!hfZK Ey]@vROOw_ʾ7W`#@J`D`lt!9R}{{:wD3s0),&D2i )AU5zU*̺GڡErޣ[K} t: w학?{qw) $nȋg ER Zs:6a YwY&j:cb "LzUfe2+xg q/7p4@!`PP4BaAyܜA]], YP̠[H#g\$(E|\ $ v @{4XkJ"P @i8P< ۃ`+%P`K& A$(`*$@X0\Pg@,h%? Բ#\F@|A! jԁH=(6@ݻ7@QaPVj| Г 2SP= 8(?JF!( P2˗u"`NaΓW_B>DF[}H%J̋g$wATM uaWFJ`)F9i$3@^3}W89'&AT"YX@58HT JU p2 ǃ`rNa6 @b Fg)y !B8D` x?#;RZO*hHPP!Gis1g[w+&'uPtv:7Wa=\mK+Jɐ3 Q$و´!T(ڎ#&b {XU XGaP. #a *"Af:@Tb@4\ub@ +)`>H-dž:%(MFG@G+ pw r8ȑtJ UqWX2+PgMt`9A JL ꀀR2x ŧ?uSA!h_jOYJ`kȓ JH/î@z9(9@< A[W2Sh l@̓cOyIR@C} @11 q`+=.i2IENDB`matchbox-themes-extra-0.3/mbcrystal/icons/gpe-todo.png0000755000175000017500000001076210005022544016606 PNG  IHDR00W pHYs  ~gAMA|Q cHRMz%u0`:o_FhIDATxb?###-2.w6'=f8@ An A#a,z fZɠsO@ zv>0ꁓ@|FK Z8G C b00pK3|>s9lO'2,}&󛡀]yr<,S /n22aKu j$`RϠIV9n@ W3?P~\ 2 @T_6x+q@YH`_{pXaFh>P*[}!-̰9qñwzX:@DkeP`V\\\`` qv`l=pÇM{PD[ E 5@ܔ-.`0I6@QKGʅ@Q?Щ#0Y@oC`5%'_2Ahhf棯X`E y (N`A!Ah_N`i300=E.cJ,c4Wʛ|`V`';OG30| IN"JKc=Db(`;!H='iFZpzw~2<AMa v `p0pz-0)$#w`6i@ (n_MK_3eg]oŅ+nUr ? ly?C%l :0E1q!i@L뭘 6{7bghWyC5ʃ^`,˰S/31dYw r"@n ʒ/0ʊ|~B2*~8~޾ aj kO~`0Q`tåG?Dynpca .?adpO &@ @d{ҲVS; E`Qܛo7~2r3z0H3l=zA_a֋ ۮ1dk1lW}Wkf10-?! `-L>Y  }v7go3038}ämBfo`,мCC )Z zBa' Ɗ"  B*%v`P`xwx9D20+P:g`=W|.İpڿ,〕wBL:aHUfCʣw|͔?% o`y+*9 #po,[ gAn <XB7fHe"@p0sኌËG-. ,.Od*|"KOD t00yAKak )Z?dx%|DZ}jB@D{iv'J3@Jǃ?` l8{ee-^ #Xbp3:ݗ R aєaC❀6#@Eg/3A_;o@"=,k (2̛kO@oPR֒.egee~&+EU#WW1h0ܻ|ֹ  j ;ep5TfXC#O$(A.䩻1ABż#}5@F89c__5 VS JęA CA0Ru`;[C9 me0Qa8g-Ý zb \cp7Qf5`ax3C0131s3p 45 ů0{] @Q c@H,XG#i#&} Z ZB|Tѷf}(L<\{ ,#NF %' 2Ļ1 q3182ڏfxvAf> <@{@x~,P6mPJpW~0X? XsBG2N`Qœa0)\ @ĩmJ1ܽx܃ xW=ϐaȰus.V{meSafxw*> 3c K Wn;9>\vaܝ a L߇s#Nc^' O n>a`P7se ‡._oP7s^1$> @u,M?<9a X_$  q3,880\tfxwA: ^~pkda yI`2x.x^_1#åSkl=S\J Lf?dmlc#|[oC/lC+<ル.S7n&W^ (tз7 @}Ak~2|CDM' ;ũ-\0Vf(O&W1<2b\yÍ/}ՏZdb_W.^sWD2Pϰa-s( A:2?1 2e d úwDx9}%qW2Ȕ5avFkG62x4{au}a1Ll Q;4{dj9|9!6őAURA  S{2 6O}Q#%1l83i)`l/"s3gX͠di=hV$3}axQL\^ԗݓ{o` 03D + >\ӂ.Qv ?l> j}-73۹Wӄaǯ[ 'fPaNeg: lhFc~{pX*5 90& Lf2(=;:y4)˛v=Ġp3cc:قA@1#S fb)|C%' C/0i nۂ,V٠%o`&Π$t 0A Cr( l3 /23< P4:MWSCIc4v{6<@[<A5jh{ݾ0|G/2031H~yptҶW0*2qy Rd;[cuy?1<bS%J 9a`c ch f ^>pOB40?ry #/߁; #T 2z#VMW2̸,bTF]a2;QCI# F"払-[{`Nw9)?2dCiaҥ5 m_5M1m! &t1-tO1~D߶ ݡe eXzu_ zR ?/_b8ȭG6 .U># ?@YJb$rX0hwK.Α !͠.Π.B;z7 ?jF@1@r[B~,\ht#k%8L{>=>gXH@cr;@fhU̅< u4 @dV9^@n FZV0= ԠlIENDB`matchbox-themes-extra-0.3/mbcrystal/icons/mbfolderprev.png0000755000175000017500000000742610005021637017564 PNG  IHDR00WgAMA7IDATxy]}?gޛ}x6`cl' 0{I*TmJE @UѴRTJ"E" $Mq"IYm<3of~?}g1$G՛yoj%\"f% CN0@\ V\нCWe v:0X9mar A1H?!4P.(D)IRWT`i_{6߁ p8m8mkft=^:EK J@XGz!!-Q0&k/ Tj/B5B]ۊn]Ab%ZvXK쵭 #C,t C(N;Be  5 !S| 'z`R!'DxkvZ R\nK[\mAGFC5L9 _!!.t _=C89 :P>rO %h APF״Xfjs tCMP  oLCowɷHOr&;|XVVVH,us#l2q*0: cyKL* I H%,{/[P>؁c.O)<`Yg،pl$~>epzN @XQJPL _Z&J aX/Q! J] >{kqW}m 퀋' 7֧ˁj#3Ql2J(Xj]n J-{]ڍvO ϑ^2uojsyɏc &X ϱD4X~kda)SĵO|gg'~`BQXj'ܵ㏮*%AkC[=\k@}Fbcb.kTxZ 4&>4ivE'um\yu79dӟlh.j6X$&8 {Ͱ CXb*ç'@ըM%80y6# }[u->=6c遾ѩR NAh,k]ZkL_ ԽsJLBkh!jXN0/'z  tEV5B eT on6t,{FTKڜ? a% HAhé9T3U{#,YDr}R[/қWDNk- Rrԥ!T Տ7l6Wp6|xC%@c "6E@9RhgZ[mf99u &MZKg0:E&K0Gb4B[ xC"l@h(iZʂUصmߟp T[M 35 jʇ/g.WYʃh-ŞH-u۶kRj 8 ׳]Ҕ7~T+PW-+th ҤSw~>e~;H_ucx0ܳJZP%2)R"B*R*ƭ-W}LTa){P7 !R*EōE6o;m]wZ6e-+2B ! HºPϘmȔξ}!}c XF&b&_ UQ %F! +d lR%CyMrM\y]\?>WİT^ MH ƟiRK °LT6)L'P3;0|>xCԤęk 99QC"i x+%< B#Rʷ y&x.=||V~.I{LZm=.OjȜDfIH&S*@"p C*CHAٯ#?/quT&y[@iH y|eQ̘hwd/Y :TR2TPzĊVA[1q0Y Ob. 2MJL#:>+/"%ޑJ>㽝tYƍipks%RM @&w6D)Hyuw"Y7!r  #EhkK\iWt<$*>9ZAi'"۟,%{VwEQ(KI%A"aMxI`AqĊA} Wue ޳W,cCh^b>@RK,VZo,NZSi6t(~"Q2\W;)9tLR#~Ӛξ7glB(zW!e1Rb}j~Yb"ƛ%xҎJh;D!f>@H(W"J ESsL튰 OF0Cvā3?T c»~~KPjawdM Lf#,jQjuɤM*pt-覴~hE;D~:P4]/u7|v&4o`˩IBc>lM{b7 \ ![h_>a?ݳ=sWLm7K(=v\U׭gA{.e ͏lE -r*'xIJK1_7Qၟq~6}v #9d=rv4S'J1mkζL͖t;02Z损ow!@iEOtg^_j%B!Q_ĊX:+ UJdYч<cChW`0_ <ϗ.@u-Pօu\ Mij]RII2n Ev4+12: PWPZ"QϧxaLe3{& "0IhGMRאÍ'@nDHrCȠD"ࠉ{z_//@uQۥEVL| ;X6S:Ah}#wU>* o)2wuw!b@=e[1@@̀L}=]~{/hr$ry|IENDB`matchbox-themes-extra-0.3/mbcrystal/icons/gpe-contacts.png0000755000175000017500000001006710005022154017452 PNG  IHDR00WgAMA7IDATxyeU}?g_0̰ ("fd05VYr#TEhUJ)MReRU1e$ IDPP D%2[Lݳ{{ ޮSu[~s~{% ې Z*4|L7M\{ܮqvK8Ա ,rߘ?9?Fl{z[?uKE?yo{֟~5|Ⱦۿ'p ޾w^ 4Z\:!@D:ls;6~rϡxPo]t׏]1Ub@9.df,[vmͨ|sSS1gF/.㛮a'yԚ{d'00)BB,+ Ou`X׋*1\y'DՃ L[Q/0{~] mAIL,$'8ׂRՕ\]G^vӟANO:ZYJu.qScWC$<ooυ\|͒BQ^-"$ BҞY_}{ۻ=Ha@KݴÌ<~sk6s0"JT  @Y&p$Ũe{@"IKF y<>E{^ccdrR/9pg:o_|9fa BS%@HP@ŧ^GBB Bǎ|; xٱ#yP-.e$D$Ғ@ hd#Hb:0O8t Z$M:hx<5ʶΆAqOU@LG 6Nn*oz P=wٲ{;LBAEĒ$v$YǤPKIS#4g1ID# U/I[TC(x3i{ QgRZ7ƭD J2$)2$ %a ufJ djHS-^qz;zR+]+-kDͮU[d{n]3'K]7صos_H!P $Q DIEr2Sca`uDӗh2M_Wݖj.bߠ,SrYuYYrZzM{vný`h9&t %j`~.áч[? 4\&%i%;ANR4|$-ѰuFW?~RN*gϞ>ڪd^e˺p?=| +)*jAN B%^0U8stqbĈ Fi"M0p44hQĮBWh [f4]:)CQ3`?y񷞟2wG%t&lQ}|//޷/2$clγLŔ뎩Y3c-;Ugzi9ے4&vm1B^aZZ//5+Z6xq|-;xٍq-=ܰ޶k`l83363] CWٶ>bp}k̏ r:\REl\}gqşxy=;6?]sElqAX ]zBu uwtBb'4I>'*w3{|+%rHk_V,=`#SO^={3uGFhӲдq4 44# P07VY}ղ,KҼ^v::=Os8jV+qɥ/[W`MЈ=N>)Tbu3SiCc}RMt$6G;{+fG Dh)y`U2P:OogcN ;&R JqHЬ2^w> ǥye<#?g ݞЊ]$ ve|ҥԵ {̢3z ?پl$xƧiP_2y[qp6mlynK-FmH\GdMA(s-m~`#Ғ0H H%"BSiHƃpilHb9X<0t<Xl+TB撚u.?~SGOo= D)T ѨʹSGN+33玏MyQ9!_k @H!HsHӬ+E`5^f4zՂ/ڰWIENDB`matchbox-themes-extra-0.3/mbcrystal/icons/mbadd.png0000755000175000017500000000122510005024072016127 PNG  IHDRagAMA7tEXtSoftwareAdobe ImageReadyqe<'IDATxb?% (8Qc@7 @2@ĬHl(A!A X2lj okȧdP}گ? ?YB/oV qj $dIH6]'P"@10" H3]"rTW__WہÀꞀOS ; B׀&03$0Z11|88> F1  F " @aC/Gpr000r10 0`^1a8ph:P"A %^`` S @@14%$@ xjPM3 g 0f6Or n5]ex4ؿU |i X?=L ^5S(\ `N~` /, {b,HIflb47Ź QU!6IENDB`matchbox-themes-extra-0.3/mbcrystal/icons/mbmenu.png0000755000175000017500000000721510005022035016345 PNG  IHDR00WgAMA7DIDATxyՕ?~ok荦AM}1 @&1D I&eBT3t)--Lp4qAYfknh~9U~߽|=s>G;${Z>@zkvz06ןtTŌ ۺ@p4] k1`4x`( ( RQD:L.vf>r<h3K? x9Pn&<|*Y %s!< 8L2[li8 l=3]8ڒ"U⺬l|ȗ4L/qSW\')bԈ-]ߕO~Z$ߚh*VL=`V @ʑ7 ڧb"٨H2%IG%yycL,EP](xЖLw[!8,+0AHŽXe_Rԅ-*ڴ<ț63xAWzk&x #fH9eSdRs'p^ (:֍6A6v=ibeMt_1&M&ѸIg¤-j dbV s[*Pvۧ`MyA< `0t->hB9p]iy(G(**dA ÿ殇ϵ^./?ć!k;W\5L P2$Ba(&錉mfWIgDagL(={q!@?3+ {coJIK&D೸39RYE:mR^V@8hi[Ԟ3qM$0vd # JKWZ xПf-Jȶ4bq, I#WQp 4p`9>a$!klˢb & a?X)N[/y??r+| X6k<`+ѳ> ڢAK[?WJA,# SQl&I>WbFfM{K] +,o΁HZzskaqin !%(+s^i./H$Qcìsc@gH|-Hq9,'?@G4;+  l 38`$21 D R-N/dVxAo f :aݍqb _'[qWF>v(ti|.QncPsIH\g!uBi6'Zв >㠝Mt{Wbq RAY238:8Qň, o~ 4`A^ahpA+BJ8x!#FG0,Z8,#QT} tK( CEIٓ[`UPt ӞʤQja*0JS#!7 R?`5SZ_NjEC Z(Ï5:\+t@2鬚f5Mu }P& k4Oς:YS˵ՠY B*8`+!C=:R_))*A+X8 'ji]3MwF@GΞwإ̛3n2M`#Q!i` Æ [=L67>0k {β"BZө}x4]Ba(/Nu@BKzϧ~v۪CˆkW+xZ:ܞc mC |nۧ -vWk+a_!{ CKbxU8)Q&!B]1IP d.B"M~QrDgNUA-wG ^/^gC$X@:!;2 ʇӁOY<hW`In(RO~@gdĥU/@+Ц1`e3D#̙ tw}.71"7 U{ԞJU^sk@jU@sA}ը?7D`d#~,7ͼm/mhT8z}ዮ[{s0g l@O c?gkyCJ`(nxwp^^1< |E?yh/lXp3j6H4-^{WC%@2?U6 _Ҙ\)+=sQ 0wvm@B9!D RqDj9Zs],]\cH "iGj̨[wʤ91OOADȌ)vonk:ݿTBE{(&߀#'֭06sZDQX~p8Pāx> k  M6`?˴8v+ADQ@FZxM>zxѶlX2yAH{@4dA#MO ;A [x|5J)DNxdr|j;eg<7f@="t Ȥ ǂ#'(Zue wO/Syԯ< X^0FAy@DZ#>_2{G7=%MoN{8L42DF,`D_0Pl ǎn=W,AԩD"mAh%^dI#b "6")[I ^7rjx×IENDB`matchbox-themes-extra-0.3/expose/0000777000175000017500000000000010012224110012614 5matchbox-themes-extra-0.3/expose/Makefile.in0000644000175000017500000002007710012224106014610 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am # Copyright (C) 1994, 1995-8, 1999, 2001 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. SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include DESTDIR = pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ CC = @CC@ HAVE_LIB = @HAVE_LIB@ LIB = @LIB@ LTLIB = @LTLIB@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ SUBDIRS = matchbox background gtk-2.0 icons mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps expose/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status # 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. @SET_MAKE@ all-recursive install-data-recursive install-exec-recursive \ installdirs-recursive install-recursive uninstall-recursive \ check-recursive installcheck-recursive info-recursive dvi-recursive: @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; 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; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" mostlyclean-recursive clean-recursive distclean-recursive \ maintainer-clean-recursive: @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ rev="$$subdir $$rev"; \ test "$$subdir" != "." || dot_seen=yes; \ done; \ test "$$dot_seen" = "no" && rev=". $$rev"; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ here=`pwd` && cd $(srcdir) \ && mkid -f$$here/ID $$unique $(LISP) TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) tags=; \ here=`pwd`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP)) mostlyclean-tags: clean-tags: distclean-tags: -rm -f TAGS ID maintainer-clean-tags: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = expose distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done for subdir in $(SUBDIRS); do \ if test "$$subdir" = .; then :; else \ test -d $(distdir)/$$subdir \ || mkdir $(distdir)/$$subdir \ || exit 1; \ chmod 777 $(distdir)/$$subdir; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \ || exit 1; \ fi; \ done info-am: info: info-recursive dvi-am: dvi: dvi-recursive check-am: all-am check: check-recursive installcheck-am: installcheck: installcheck-recursive install-exec-am: install-exec: install-exec-recursive install-data-am: install-data: install-data-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-recursive uninstall-am: uninstall: uninstall-recursive all-am: Makefile all-redirect: all-recursive install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: installdirs-recursive installdirs-am: mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: mostlyclean-am: mostlyclean-tags mostlyclean-generic mostlyclean: mostlyclean-recursive clean-am: clean-tags clean-generic mostlyclean-am clean: clean-recursive distclean-am: distclean-tags distclean-generic clean-am distclean: distclean-recursive maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \ distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." maintainer-clean: maintainer-clean-recursive .PHONY: install-data-recursive uninstall-data-recursive \ install-exec-recursive uninstall-exec-recursive installdirs-recursive \ uninstalldirs-recursive all-recursive check-recursive \ installcheck-recursive info-recursive dvi-recursive \ mostlyclean-recursive distclean-recursive clean-recursive \ maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ install-exec install-data-am install-data install-am install \ uninstall-am uninstall all-redirect all-am all installdirs-am \ installdirs mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean # 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: matchbox-themes-extra-0.3/expose/Makefile.am0000644000175000017500000000005310006170145014575 SUBDIRS = matchbox background gtk-2.0 iconsmatchbox-themes-extra-0.3/expose/matchbox/0000777000175000017500000000000010012224106014426 5matchbox-themes-extra-0.3/expose/matchbox/Makefile.in0000644000175000017500000001262010012224106016410 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am # Copyright (C) 1994, 1995-8, 1999, 2001 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. SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include DESTDIR = pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ CC = @CC@ HAVE_LIB = @HAVE_LIB@ LIB = @LIB@ LTLIB = @LTLIB@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ pngs = bottom-left.png button-close.png left-side.png right-side.png bottom-right.png button-inactive.png menubg.png title-bar.png bottom.png left-edge.png right-edge.png themesdir = $(datadir)/themes/expose/matchbox themes_DATA = theme.xml $(pngs) theme.desktop EXTRA_DIST = theme.xml $(pngs) theme.desktop.in mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = DATA = $(themes_DATA) DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps expose/matchbox/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status install-themesDATA: $(themes_DATA) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(themesdir) @list='$(themes_DATA)'; for p in $$list; do \ if test -f $(srcdir)/$$p; then \ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(themesdir)/$$p"; \ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(themesdir)/$$p; \ else if test -f $$p; then \ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(themesdir)/$$p"; \ $(INSTALL_DATA) $$p $(DESTDIR)$(themesdir)/$$p; \ fi; fi; \ done uninstall-themesDATA: @$(NORMAL_UNINSTALL) list='$(themes_DATA)'; for p in $$list; do \ rm -f $(DESTDIR)$(themesdir)/$$p; \ done tags: TAGS TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = expose/matchbox distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done info-am: info: info-am dvi-am: dvi: dvi-am check-am: all-am check: check-am installcheck-am: installcheck: installcheck-am install-exec-am: install-exec: install-exec-am install-data-am: install-themesDATA install-data: install-data-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-am uninstall-am: uninstall-themesDATA uninstall: uninstall-am all-am: Makefile $(DATA) all-redirect: all-am install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: $(mkinstalldirs) $(DESTDIR)$(themesdir) mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: mostlyclean-am: mostlyclean-generic mostlyclean: mostlyclean-am clean-am: clean-generic mostlyclean-am clean: clean-am distclean-am: distclean-generic clean-am distclean: distclean-am maintainer-clean-am: maintainer-clean-generic distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." maintainer-clean: maintainer-clean-am .PHONY: uninstall-themesDATA install-themesDATA tags distdir info-am \ info dvi-am dvi check check-am installcheck-am installcheck \ install-exec-am install-exec install-data-am install-data install-am \ install uninstall-am uninstall all-redirect all-am all installdirs \ mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean theme.desktop: theme.desktop.in sed -e "s,PREFIX,@prefix@," theme.desktop.in > theme.desktop clean: rm -f theme.desktop # 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: matchbox-themes-extra-0.3/expose/matchbox/Makefile.am0000644000175000017500000000073310006170145016407 pngs = \ bottom-left.png button-close.png left-side.png right-side.png \ bottom-right.png button-inactive.png menubg.png title-bar.png \ bottom.png left-edge.png right-edge.png themesdir = $(datadir)/themes/expose/matchbox themes_DATA = theme.xml $(pngs) theme.desktop EXTRA_DIST = theme.xml $(pngs) theme.desktop.in theme.desktop: theme.desktop.in sed -e "s,PREFIX,@prefix@," theme.desktop.in > theme.desktop clean: rm -f theme.desktop matchbox-themes-extra-0.3/expose/matchbox/theme.xml0000644000175000017500000000712610006170145016202 matchbox-themes-extra-0.3/expose/matchbox/bottom-left.png0000644000175000017500000000013410006170145017310 PNG  IHDR& )#IDATxcL c``````b@(KVA8w qIENDB`matchbox-themes-extra-0.3/expose/matchbox/button-close.png0000755000175000017500000000116010006170145017475 PNG  IHDR;֕JbKGD^DV pHYs  ~tIME+:cIDATxһkSa{s4i.ŐС$SGA QQAVt bQ&h0FIzLڐ 䄶8l<(qb1 ,s@k=Z]*=?/&9ڝ>?핇8 !E4B(a\N/őjex0]!y=^!}%C{ȨnxҮ1 Gt@_exbeMťi\H%P$)m<p&<hoAGef<.IJ;n<O.үlq6# >WQL2=Zí8Gv< l7fK=Z VW_Qvs@0hɃN/= z}iOaH>4(diטU=Hh"]g-TG}1HR%I)Iݴ,kz{h#>R~`N=i 퓯>9;8IENDB`matchbox-themes-extra-0.3/expose/matchbox/left-side.png0000644000175000017500000000025610006170145016735 PNG  IHDR,KbKGD pHYs  ~tIME &_;IDATxc`@ 9 Ȝ3'10"s9[n8pL9 Z@IENDB`matchbox-themes-extra-0.3/expose/matchbox/right-side.png0000644000175000017500000000027610006170145017122 PNG  IHDR,KbKGD pHYs  ~tIME Rl0_KIDATxcLπΜĀ,ӧ y[ne````db``` 0l*Fa ]kܗIENDB`matchbox-themes-extra-0.3/expose/matchbox/bottom-right.png0000644000175000017500000000013210006170145017471 PNG  IHDR& )!IDATxcܺuÊ% eŒUpQ IENDB`matchbox-themes-extra-0.3/expose/matchbox/button-inactive.png0000755000175000017500000000113610006170145020175 PNG  IHDR;֕JbKGDC pHYs  ~tIME7&ךzFIDATxӱa~ ~"J@8-갸l>2` Z#Xm8R nؠ {Q")20?ff?B{m5PSJ]+2J)W)ujOGm6v٠iD! ul6;f'd׸l(˘b@JyBLӤX,Foy4 )%1?G2efs]בRJ /CqN~]VD!vMat:;㯏 E?!IENDB`matchbox-themes-extra-0.3/expose/matchbox/menubg.png0000644000175000017500000000363510006170145016342 PNG  IHDRI ,bKGD XRIDATxKr:E # ހL ~/;mxMćҁr\Nz^qkԮi=N|>?n϶5hO v]|&ꗯʩӯߝ~UήXCJ=OODz7ylA;+}vXƧ$`M'׎횭.<^~NEX*v[ӡR=ZGQ!=B y 9J1'@|TPDEӑh 0[:h?u\Dרt"g苬u^VBȿBIһ|Ϳ+~ 'tc 5]|Bzz.lMtr ߌ~e ,%c@Cȝ^N}- 3v$N` wJyÚNQs w"{b0fN6 Z+ϲ33Zzz^0M_>/yž3| zgJ!G017;P/ lߌ)KE! -&X7wHvhABP~dwz MYvA :NUhf3zBio_^w$I;qѨzG\B >=-Ϛ/K &s`}Pzv~#5m!j~o}~-zAz h~tQ~T==Ox,Y,;Ntnq``~nqKbԿ>mG&;`۫vy~E&?ZLEkw2/[,v׈ە~څ;Z^7!3r JET5^[p@ hPYǧI|bO15j'|%$'uaD IP}Dd_1x3JB%k]#Iٟpv6i}3!J B-@$=^$FJz?j'u|t?*(-Fd Va@Ꮠy@}chBvv^ di-@a_JuNɿ?u2tl>5g` {d >>[?T'k>׉ Yzf 焐کM [^ǣR_bK~FC_kר_jo4_z˖&4([G'|mm"?k~꣍4AJF[Ndo h^QƽK5j. տ?N KrOwEwl4ި-i%m={k6>ŷzZ+Hx[ϣ~B8x}tc7!ߺ-nm`kRìYˍd ut^ڵ_tQVcѻܨߛ%k|VEKl4[j֞UPkJvdT kLv*Y3:KH _k}>-Ui\vX륕caŁVWG ?hQn,ڒ?+ǥ=7T?Z?)(?] $?jYw 1 kyѠ>E&i!~fMlԟ>׿*Z{ٝ'Zmuvf^K}8/86{fM7?hgX5gw Y7xڅUڈKIENDB`matchbox-themes-extra-0.3/expose/matchbox/title-bar.png0000644000175000017500000001547110006170145016751 PNG  IHDRp$Z'IDATx]Ѳ6;'U0U}C 믿m>}CЇ>$Zf9i]~-q9E"m/"c?S9NB9gɒ"$DeM(qbJuJDsT~T5)%r=:-G+\GNYUC53 QBnJ(^cȝ=#ݩ­kYE5, ݲu-Sl -êN5ƪIwjR 2Xfu]mSJ___: OmH)}:!f߉K95xs: -V9Tc% V*9g\8m"chpS G걎jįHeX-9h5?]D@egBg#"&,d;-gacƒ/,QDv b:nz?Yd2GeNw]#+[,B e PўrjstO3.U1%X$Eq!O,κrjrZ,LD-@zMTjV`iA(ٮ =K>C~b]$'VgU2[|QG^Ss'sA5{aɈ,([V8\5pU΂:g!cáp)ǔ%!4#r:=Z۟ 2zӯgpDMmC)%ٯ"gJΞ5qDEпvII*dk埢k?ľ<Vw6؂0O)aJ_uԊ#4Ȁ9dxVI@A)0BZ۶:fhjE5ljDg{zJdtR w✖ h%U "L,D|`Y-:31X-dgЇ,IRJѾ]T߯ŏ2-Dx)%O_٫׊+uVΦt qRs!S 5"Gs-5LEfqkpG]㒑oرк5 ?Ag1uzڨ۶Ņ@PP84xU̯{f="ck4:OoGѹ뺪L 3 [12mԄEDza6R"jU#Bɱ9W)a|P_Y]q~9:?;eZdE`xO%հڬ:WK얔s\e&ة̖!}oAxxr[f9S}Ba>Unhv-M -d.T:MFjІdG g3E&2ڍ+[b a@Bt!jKJLYdu/a&$ A1Ay} #)j9 ?F`:\_êBcmQL玍m3p(F9Pput`2Ƌ,V%"&hS;21sYEs혖J)tݦ(x%"!ffR}G F\-\M+Ywѧj"1P͏UY?hx߆JV1xl}ȆGnTׄ:˚kaTypAMiRve}+eptN]֊o^>EL'aQHtRdH o@,V|X;M&.풣ꐘ91”ˬ! ߇ T6VO;fDsG?!k;-Vsieֽ|>U>B~ȉ{>s%7OE!BwH];8吹C8W5Քe'Ep=VsAT8#} DzQ?@l]a8mDN=ީoD _m QL7T-D pӮj")_'fQg1]cċ- l$;}mO lh%8NNwڃͿHH24w*[n %>{Qb"* q9ɠk.K{;6*k!&"+b?(g9p˯z@^oo4ȱ<ߛtêSmK+1j )0UX}ՊˌgΎdPyR(QZϐǞ=1"M]3Xvo%xBY$sL,9cߒ!cT ]SndpP.[g*_-Lcs5;U1 z"X;l\_#",b`n y>hsX Eکx-AtbBƓZH)H?*'ftEݗ_4+A BVt :X mjO&ޔ9s=^%dL !ӣ2EOI hbqޟkO/w,Hct)|"6f]aRSdn8+g h"dݵfZ~T?2sa89ޙjUM ݻבy~3K`iДXp_81׀:$"B”x >_˨{] \WӡYȦ UQG*oqjD 4> Fy֞QOop9W3-8-gZH S,](l>E6O!*{!,R/DG]G5&Eȁ{Hθs!܉Jbi32c ˡCeʣ2-@u QeEDD$_dbGvw$K݋ڿ 8p* v!g QWqh#SB8S  >k+Bf!f:}RJu;',\_a7xCԋVNo TkT ڃ=* Vh )0} ")I ZUv Beʮ˲qIԁ0D %KB9L9I.^)UBUPҲ̬;4\_B $]J r;ƀ M|! U1u4!lUзhCBSf7Ot-Rƴ,x˲lۦz(b'uՏ7o3[d6G4m!YS;/!Bm 3ĉB!ų㐈~;eQxUHfMQ=6>mj\)PU +c&K֔h g-) #BP%2quem.:$ &hrJ``;T7 Q%yٚ;P*C!ڇv3X kιqfk[ /"5eQ!ܾ_Z@i{#1R,D,1,w2?"@FZS!xx@gi6Z*| B#$k@K~ |曳&ĉ?ꉎؑo^`]W?ճ`uJ "+"ܩř-* c7%Ec "֖fENw gM(Դ%9nwQWz'e<kgq UNPvlR?w,,,Կ*vy0i\͙/3H{?m6+\51w $ڧ](m'xXhʞ~hQ0vԪh$\!󎏕/5$$\Oݜv?gJSw2S0V+-Y[XY=%C7h\3j#8w b^bF [,0SDKB#O0sEFSSh JXO=*7Ŧm0臍 9/GBuRQy(* ^D.qoZ9P>W Ϣ~_| G>y?+rAB$,J+)@b,y2̉ ћF `BЅPp~}}i[Č[DxCGPt(G"k)4r7Kf~8&k/SKt!,&L_:Dxecڶ{Y8p&:B[ ۆ N PB 6}"0)DJ^갨2 [8T,m8BnfPWYJwP`Q/̚2կ>83 TfUs|I䥫clZ'"ɺ2_~/rM7 DezXc ˩kܳF E#/_K{XK0xm{<q -Ċ(ވC}P^~[DZG" "̴.EQKY8Y[M89}T Z_Z̼k] ?1帑W@.Q/s޻"|]W"*Ϭl W)еWK' Kvu\݆sLgO r*K e\zh$T5OI%)eY(K&@mlw˖TaL W1W Dd<[L-vod>ayD" !ّ`p?Ltr_': PZTv 54bB۶d ǟߵ.ǚSב11ݤ EPy9~ie\ekA-Lz'E[8h[D8LH2LIˣأhbLД܎W|_.6eYu!l[/P%{J)ABDҤj7cX 4z_ IځM!{VDd]E6"حlֆӰ9PQ+-HĤ=̪M "2ΙF)i-C3= m徃r[iMB>RKV£2VXX#QJnGJ2xN|pBzEAft$F}xwdp([yj|*Ɣ(?zFE"lIENDB`matchbox-themes-extra-0.3/expose/matchbox/bottom.png0000644000175000017500000000012310006170145016356 PNG  IHDR& )IDATxcܺu 01 ˊ% "IENDB`matchbox-themes-extra-0.3/expose/matchbox/left-edge.png0000644000175000017500000000012410006170145016707 PNG  IHDR8@; IDATxcLsg``````b@Ú7tViXIENDB`matchbox-themes-extra-0.3/expose/matchbox/right-edge.png0000644000175000017500000000012510006170145017073 PNG  IHDR8@; IDATxc\|9öM;[<ѠIENDB`matchbox-themes-extra-0.3/expose/matchbox/theme.desktop.in0000644000175000017500000000052510006170145017454 [Desktop Entry] Type=MBTheme Name=ssstudiopro Comment=ssstudiopro PanelFgColor=black MenuBgColor=#9999aa MenuFgColor=black MenuBdColor=#595961 MenuHlColor=#f6f6f6 PanelMsgBgCol=#a1a1ff PanelMsgBgUrgentCol=red PanelMsgFgCol=#595961 PanelBgPixmap=title-bar.png DesktopBgSpec=img-stretched:PREFIX/share/themes/expose/background/default.pngmatchbox-themes-extra-0.3/expose/background/0000777000175000017500000000000010012224107014741 5matchbox-themes-extra-0.3/expose/background/Makefile.in0000644000175000017500000001205710012224107016727 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am # Copyright (C) 1994, 1995-8, 1999, 2001 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. SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include DESTDIR = pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ CC = @CC@ HAVE_LIB = @HAVE_LIB@ LIB = @LIB@ LTLIB = @LTLIB@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ pngs = default.png themesdir = $(datadir)/themes/expose/background themes_DATA = $(pngs) EXTRA_DIST = $(pngs) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = DATA = $(themes_DATA) DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps expose/background/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status install-themesDATA: $(themes_DATA) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(themesdir) @list='$(themes_DATA)'; for p in $$list; do \ if test -f $(srcdir)/$$p; then \ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(themesdir)/$$p"; \ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(themesdir)/$$p; \ else if test -f $$p; then \ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(themesdir)/$$p"; \ $(INSTALL_DATA) $$p $(DESTDIR)$(themesdir)/$$p; \ fi; fi; \ done uninstall-themesDATA: @$(NORMAL_UNINSTALL) list='$(themes_DATA)'; for p in $$list; do \ rm -f $(DESTDIR)$(themesdir)/$$p; \ done tags: TAGS TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = expose/background distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done info-am: info: info-am dvi-am: dvi: dvi-am check-am: all-am check: check-am installcheck-am: installcheck: installcheck-am install-exec-am: install-exec: install-exec-am install-data-am: install-themesDATA install-data: install-data-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-am uninstall-am: uninstall-themesDATA uninstall: uninstall-am all-am: Makefile $(DATA) all-redirect: all-am install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: $(mkinstalldirs) $(DESTDIR)$(themesdir) mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: mostlyclean-am: mostlyclean-generic mostlyclean: mostlyclean-am clean-am: clean-generic mostlyclean-am clean: clean-am distclean-am: distclean-generic clean-am distclean: distclean-am maintainer-clean-am: maintainer-clean-generic distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." maintainer-clean: maintainer-clean-am .PHONY: uninstall-themesDATA install-themesDATA tags distdir info-am \ info dvi-am dvi check check-am installcheck-am installcheck \ install-exec-am install-exec install-data-am install-data install-am \ install uninstall-am uninstall all-redirect all-am all installdirs \ mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean # 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: matchbox-themes-extra-0.3/expose/background/Makefile.am0000644000175000017500000000016210006170140016710 pngs = default.png themesdir = $(datadir)/themes/expose/background themes_DATA = $(pngs) EXTRA_DIST = $(pngs) matchbox-themes-extra-0.3/expose/background/default.png0000644000175000017500000022523210006170140017015 PNG  IHDR 3WbKGD XIDATxڤkr%G$q$g^Bȝb1$^J5}X{??__//OO__~ׯ_OO//࿸OO;yӯ_hw/s}h;gwmۼSs~ٞ y3.~⼻<'%G+]xzzzz{{{{{}7]o r|EۓO?~˟ӿy=?GgC;я9n:_.ixw?~y9;z]{9ǃvKJS.OWv{v~GWOzzz tP ׹yvs 26 w wBGr5c@6ڏ0lm ơ)-0]x7H|Aؒ73ߟ|[ǿwGO!O/?5 ݉:؇i|Tn;&?ѝ-?>>??>v0ᄐ$|ռM9;vXۉ'iz:Ak]IC~i_\_;JO[g WO.w_O*e@ݟ:~ YڰK`|3rl 7'x"b SCUśtF|;L$!WuuEl_cF#왗cxR dgFVC++ʵavN@ .P nGD8e4/$4x H1 ~x<Y0c޵.C;4=<~SC>?&gL|Α.glѻlLLL]^9)]s8v9poڣ]/ϥ^0쌎_ƻ_ : !T>>vD7/v G}~ br x9|!~}wBwt}k*nNu!lK1w @˗!~euノy)23y7{S>:|{{ǁٵݜvR$M9F;T] ڭKl~-]nߔu8rx{;}^}s A롺t tQ%% Hd<&_7͡9lr &}ـ?S(l~g^O̡ ;Ո5I.~}}~j?#Ik.l]};ozC﯀\"j[ɤpdgDz ;yz ";܁k=wЊn8~G/?pG)5ޖﮝْU(`srz98ϟ]?ouw3>]+ gΔ߉`k۴NU{\ؔm|FO"m=ѯsZ斬JQ"zhpO!i |3HG7#hrP9*[HrV*Ф1"w ;xJ?99:Gj>?'qOA^<<30逸 6}+X0nGotՒڼnZ"52.$η@>>Z;x<=Qe2?MFu՞~hrT`4R9tJCNt|v zb IiuwQ}i ~w7r:`yo·26pH.? [1omPn#~~}&ZLQxDL'tjn8#$t^θuy `=(H!΂[{zpM_v~)j#% Vd;߈NCK Q#)wro;^g\mVw~ҙ M~koܑm I5+EC~]] `hdN%Ppp9k#ydIH}Oex%λj;0*hmro;hRrrMLgH;2cn'.[=.L}ܜ>?[;xq*S۱~F86F30M⻻n{7f &p,DqZ#[Dr=}\|=!zzJHwT7QZj*ckKNCvWeRp>E|>%dR+fI^aY:H2/tIs6 ̐h__g_a셒zI!+bҰh 4x/,ټ}i]$ƛuN?2Ue2--+{`ݾ4ɵ_wn˿G)P/vC4;)ZvX;悶Ev vc/:+R*| TuC n]Px;+b~EÎv Y~g0Gߗ&^NŁWFd-Mnl?2!WYalw)כ^HfMҁ0{@I8'G#| $sm\(p׀#3w]C]~F9Ӹ99셖ۇoi'O{?Kf|Qjϐ8KkDfҁcc<oɴSWْo=CS =omKS'`Ўn^Ѧ@!d0m3s"{xNhvFc[tJ,)@U8|tϫEZ-iTtw ]>P):IaХgo, ~$qP"?)U0zߛnȿ vJw~oHc#v4s]RPK2J%Q2P}nw);{wg7=q߀j|0(lۊ'=sz{p=lݐfXґ+ψ?QbXq50?fd`"͹~y&y U&$,Q[n(\6㞊84``P:F]8Ҧ'////?~<} REh#$5%ƨ{E';"x?9-q`s|ww@^r _ P; Nqݘ&iϤE$yRIsd7)?#, , dwV}|PR.̒omJ=wRIsΓky=ѿO^x}#mi}%0%=s t\\LnO RO0.d:c*^r N팂%gVL98G9k8ϛݿ>wfcǷ\ ?/ 2>`-+#Fo6ϟ?=Bma[I(°`,U)z?w4&'O׬r>R fnhEEemvwg <9 qm!3;SDt>?.,whė4\ٶn^IKY]9LGr.9#f FfRڂ=$;&t/tH-*M' s:t.o?]I0K~*G x*x{Dj@͠7xDs25 @`zUB,'6'jOM9. <Ϸ⭤gXٸ6T}./#}Fp_%nq1ɮ3+pWqخ󼷷H\޷%2/uR`G}ܿnqI \^gng!FtyS3|<0瀞^Gpy ?.frs(&:W^*Zvr7rB{A!w5Ҭp;mtr5T8#ԍ*kT:<_fi/R|4 \W=%L#۞l)WO Gfܙ?OBP*OZZ%9g̪n1.4ۍj|0M8}JS{$D)i#dV>omj29 GF]p=tdžmryiW_9:{3/nsp0?ؾ$Q+3o݁^3+-tu] %@vLz8w3P]Ȫ_vqw-wn6Fk&KaOACśµW\͖LĆhMC qwRasA:IwJl<{o; +"."az d{)lߖ GUl{{9!sf5(4x_rT'Z?f~NRi2>{.[{ukm؏$S!|ߟ?&S ώLd y |x^y7>GE3tZIg==]ɉۃM4H/9?.ڗzt~=wf_ `2 ܗEFz2-6L&U)yە}F]&@olזT ~s4GwR?S'rր|qYNͦd|{C* ̃P4|5?~QCZ7n9dݍ r~h4&Gx+Y$}VìsKs[l&Ayܹ^e).7:^,՗_T<9/NFv~9pϓTx&JUG\^ji TW@NKZ3%9Fq|>L1Ovك@`L?@qy> g\XQK/kn7Oo v:k)94?\wKL__ȥTCc6G=0D Z!<āSf/_ZFhncR(֭|ogl61SĀAkЊ|p8ݘ|yҊy5C5F9ˈ`)#EϷ7e`DvܳyԷu˯D,}:uL/Kv':K?G ucƴ]B|!^3*SIΨ9U:CL pmە]zQq.g(:TXfeggWJ}ȷc]^1@k:H1]SS:fR : }Gj#w{|ܝ㑶3rXi%b?|y^"sP<=" n<Fr?8 8ס`@KOaz̵)Npz`RNd ]@5a"ZuKo;OO~ay| iU ʕg`lg]9v7FEogLǙOw襬'@ng42|:Qcq 8: Nzp/evzCfjf_|pn_s#BNDa!sĽ 6{0kl3:o{ e`?wj>ӣLh(;KB 8@}`O.-ȕ32NİQt[_OO?4sO@Sԯ+@Al-g}7w:F0} Z/ j2{jjQd6dߧlAng{jq$`:*A=2ǬLx~PِE!KZ!`.Émy˾Ùǣ&HP+dڼٟ|O] K)J6QY^/dl]쉗qQ9'{H['U>+NIxFk;PQ%ut|=<)X#] RfQ|xk1Oe*'}wǯRm 1~nj:ę@`j>_ ]C{}Γ3`NM`=̛^6\2ޘܝzGqPLCo m^MŘ(mؙ -8)g-' , _NuG"7XV­4<ܯ-ۙfڵL=([s z[? @`f[Oc_04ijs{ޯ @w`N@~937 Bn;w6_=g7{ [:"XjH9rB|;ԣ.;YA&mcxC @ߎژ3ZQAw~oj ![$̻tq2j)Ǐs 712ϡ߈gCh7ɱGӭ!cϓkJ6? bG??ɫ]ЦY$U)fNkna9ܦȈmR= n/!N♆>q=J};2F+0+x',aNw6T:g@+H7{wŬ{}?Qsׁ?ۗN# 6|? "31Zhvw`&0w;Ij`Go^ v\Ɍ8NOk2 M : 6Y1gp>?y:,'}<~}yo@h9z\C8M>ίZʥڏnq&K?ϴW \2YipOo2}>/v~ 5g@7 )3q,z;v>s/m x+SAs_z?/uOO,T%C1!dy(3x( VHf &nRפVL}UےXR3]9PF1$<IL!Xb}ULJz* ǿE]9  _KA9M' o?8HW#<ݙ9X՞p<%S6bkzq@gQ- hsnK - A?&cHOХ9xu9.($fm*ET >(aHh4觕MMߝTDg}iUb{Fc Dq[Bdp`jYh~f'"H\G- Cizas+C8/%Hs 6Gln);ܯ=@+l|ޜl&Mclyyg+h~@B5\cwlhTvQ ؚmُƔ]Lsp|m4PUP2~LiR,.2oC}ÓB??z5㴕zY.Gu7A'2U 0=YS6Bf5ȳ76s+—4>6=N CܩdJtrF2dO^3\5̹fn@~i`VJcRq9dr}:,َnS'e3tUr3pw>?\ہQ]Byߵ/ #i=1 |-mnS ȨN;|:i^~UnX+ZR+BKNxzBNQOL f9wBRPfsS:qF`:miq r}tC>qO:};XsTxn_Q f c3?8nz#˥8e@yO9댆^ɖ{) of_}IF6yp=yrC#o@3 EفzBI_ d{ZMTNw۸l뻔8hř(Оf7ФjIc\]:;ߍ?)93tLe"3g;Ϫ.0M7<].(-2_׫$,7$?! "82 ,tq)1'q03;qDĤ念.QCRҽߩ=R߁vsz~{2k9/=縲z 7r!qE%}@}@Q8(Cܤ-#Kس־9G+؁l\ݢpɜӀ￾45:pTSߔC/漸<(;#B[M/Ў9N 8?:30i~s֭8?^j^_b"m*6*3滆l#&Z]6|s]Q-N9N MGR;)㭒;;`L3?_O1Ko@@ј g0}?Ur1h;7]&Y2 3i5Knϵ] ʋ>}j=3"X81?ɬ\gOG|_A_Dۖܥ mjI yyWn5g6cĦ(s<MtpBh_̆ #zֿ FE9h >|t=uW܍Fgnnl J:wc9fh uD=?Nde<9M~6`BH@M:3ޜ7tm?;w|]ɬ%@h(dONr a 94ۭPeϙ]S|,8 VVd]L@z_ZO\ί6NOO?S]X0˖s횥eAk!6Fbs[ ƁJ W}?x#fg{'R:Ew<$Հ?#ݰoKpcnR~Mic\79%Ѵu teq􏥌Ubӱi9r[۳!XHsf :}g~?~%UQCrQ@$Ẽ3 3UE&N .Ըoa:?ٙ#*@ʩsHA<]\.W4gt=yߕiO+uG22m2fsmdӐ]3 V3~1nUpxZs&A H`knG2NyZLt` O|5,e>cI<&=L@PF[M?6 &)w),ЗĒ0=;`~yy/l@?~x{c>q՜Hd=EĸmF؊<i͝)׌+/r#~0 8  n 0.XϳǻbRL7%YA)Gmt-T?)sgA~ {o0W#Ȕ=Fn32s+   A 4 ({e)W UKHsbf!!8f6~{{<8?-Vj2%-pȿ;Pן녘2s@gH&TJ@GO蛶mSP3RU?>$cDJ@c[ /ς+sLusLO&Ɏ݀ߏ9 O.d35#킥Ox{긡]ѧaj=da)Z!Uw&`.w}I q@"LLznJ۸9{ ,t@~J޳3~ @+MLʟ_d뼾ySo}SǛxc8X"O`q9 w94ⰳ ^ 9v&`%b2"w,i^_b l=sTQb6Ï `jёG>! PSsʃL֑oTkO5t[Khq{䝀+pR,4ʔWg~S[ {cئ"Iͬ շ}~~~2I#3Q3q Wт/IAɡEn|yydn>SQ]a>_KP={2\雝t`쳭2$>=׀ʼ `sPRq)9]g =P@~^qz@aNA":ozE%S݌w ~c(bOPKEб>Z1tK6+mZQ?lVN?y+SK& 0 ])i\C9S\Fvk~e7 JۥoVyjSeݷu"E~ʽs3GAۓI;ɩj0W+r?% >?Vwg[<s}f{|v`MP[m9 ipƅ~'3==s -8tءWnH*'\ O"咋 n0Рt 3JyܧJ361/T;񟥅mww;֊tappڗ9a\6Wx@=/lqP;C0q~ܡnT\Ho:$iN c* +Ff&ӡ鈧!0`ɐid,GfN͌}~y:..`HХ9;PSLV" ,Kkk2,ض{N0 N:VP @! ʌh۶,~DNMMN@M#wQ:v9i <5ǯ)ɦMI6nti p9ހ3a Yd\uFF.3.f۵1ZO9:ϔ{}=e7vlrr;V>Cf<5tc,G^rڒ!'ynTO`-_22(o`Oe:#@b?\`p<p>U/]3$ѻk͙=5U=uiG nub"\ &'BϡN ksnx:R] H%p} XsşERGQqt~h r1:~涔3~LNh>ǿׁLޏ+j7@z3پQp-h-vb+!R<ű+oީaK :C<2kܟz]r9ޗxer{Jij<\Za~{J1Cg`EdOs% pGF> T௩_ˁJQx<,DyC? bw ~\n&owf ~ oh21\RӂFAj12SϷvjm&Swy8eD" 5r_C OXkQ㤻\>[|1^taԿESK|%`zpGp{#4|Ӯl_8HXr}ӭ{ז}JT=!Lӧ9n#CҘyϗ.(3@$8Fu==93q ͐1A&DpvpC#xe{|A@m{N맣 ,C:?ճ#~~ -qA{pOzdy8]廁EFMϳOlcuA=/!(^ K"m5.7)#K2e# ={hpz }D |);;=BL9{%an,^_3&ۧjaC.hpo ;7\-2(9p@H԰C>>w;<Vtkv ԏsO ;t, sAG+`m;!JF*mUzɜ pZ?r~4d\.]~ruӁn1 gϞ5&g0ԘΣ2o:Jglֳ1\ gt۩~.Di/ZTzv2 p/j?{J&qpӆn ϿthW7: 8 HrRaܐhdN:n5md&$*XLLjK?ߠZ}(}س=Rq9BfP 'Q)aOr!9qΛ9XI{i͌jd"}^`3}<P?sFn=`I4hד`f@zDփK@wnI_m?[j9U7#ZƷn7F 7{52sJÔ~|F89d6b)IdjıQ>[6|RUSq9HǐN1܍HpکZ=j3q*ȝ9i^_ Hyzָ ȂOʜxcӠ_]wT,?= C P e,}꧲ 3٘-0{0ɾ `} 8PL0ǵ%_mG!fJ;=}mW[#ßTGlɺ _G8b@1ESϼ~5`" h7C@Wpo +P. }ߟcNOﻋ<_꼻6x?~uC6U;Mʬ(=r9O>Ojۭ Ͻ9aVc2\Ol.~6; ї&0m[ }=DG=*>.0l[sW&s3 V-V __RX]=}W~CwBj9@?֎|h FS2xԌ\ЁßnԲ-uO:=LC2j{;'e~!89ۨPzSm9֬'C耱sEVCF,?Uـ}#,=|P@g.Y܍U|Ԁi㥑@!Zwm{z9;@7}XUl0ugwjMp7Es ew}и4o`>7&W`h2C߮͊;,_7zw?gΚ!\# 5s#Oy8r:ʋ-U2cjˋJ3~eg8)=1&`H3B*FPL4kǬ$2L{gf+5oY&r4o?]c26m>c8}cApFX >^hspԗHkLYvr{-Pgdvs)}J{>gs~D&5#[;`m"xb6)c7E3ږ,>2A.OڒdlH3 SB#Hf34=E`_t~:ȵз7ߘ,<9`{DOS f: ZEj8yDdk=2ϤdOʜK~\9:5  hqf{d ,ZR1#ڿ.ة.uXY+)"v8?5}ͩ~Nb\̞#iʑ> y$ iaHn>t=*8c^zQ~փ88Cq߷]zޏ) ",$C>(22B]= ijzii3'FA̙if<EO o!3ǟ]fF 0z]ޣَ4y6. Hi)cPܟ _}P\q801iP TR5:Ͼ.& XhJ%Brzْ]bu򹨿C4n=294YIj4v%)y l[:9<׺v{vCb6Lvԙ&4aju@m*`tg>[ _~8϶*. .mDr+z=%OydTaP$ؙ_2b;{Uzع Iqڑk.k9jl7#}Ǐ=w=fWӮ*\=r&K~hw~O=6W܅/OϷþngx#_+ҩ9,|wRquA̽`$$CEQVt4JG+_usԦaNzyޯ 'srxsOJΙx6EnP݁Q^w FS#kda8Gkԭ U}\y'9%uh;Bs6k}^קb[$_-d];4MgK# 8:H9\~$Js\{@HC':Nx*v/k+:))`p7aSlEooQ2PC XW;ɟQ8a Ə} t~&FCx~rt33&]7GMʥgJnEM&(}  ̺! 6*a<-;2T9K ϛruGœq*In /;kNy#|JYC%\!_c42`WVP3.?cec0:)c5`L`r͌0PM/Hպ), nNĩ( 5AtypP)uԛIF{EJdy&bet>wTt,ˁRu$ $}}Atu䙧@$WҶgMȂYpL4 nw9=|vWu0@4LwI-RV뫏۔3p=¼Һn$_z;?ݮ:oZrSG€n!v-#~|ד,'y| fQrSU} EE[xμ=;ԝ9)2}z"wvhcq ]>x~|aǸ49g2k;] >.xdȯx F:[iivш+ d?F: OGXsSp==F^ߩ|՘#v.s=[>sS9xbcڃ ӽqoζ2 :̱yR|o>m?~cv ESh:K g= h GRەL.>.[}nifczr| +#(Tti3>4?NyqtcwM婪aҎ$5gw5`gRLIʤW@LDgYFYOۧpX2WR:ު/iki|})Pn\_jnߙrrȔyuBw8G!LiVz>D RYGG@YLz_׿uՐ~ '] J]6@3W]7jq25)j81M%Q[{Hx5c9.hLY~Fƶi#Mh86=`Tf&LR*s6&HEpF:Iw#>%sI})bv}-. p~_cﷷǣw {4۸lKZWJ :r!CL mzB^y==@@pjϖ+e1^S}Ӯ{g\Z ]# 8OɎ  ":OUTGh_8dp 48(=̈ tהKRpS$YU^P_6yIrgd)G`4d:s@1.؛+}Ax+֟ĴE*Lz ~Gm#~1i߇>=Qf%9%zA9verWߓ30:'ZY`ޮ_:O $srM{qW~e}{ 'LRovOf\E`uHt^_Ac˝iF) =__=eihNu4PRNZBuCKpGG_gH6^]oNd80ǟޖ$hWLM*TL3!'=R[FݒJÝZ;6X(%{HxNI&stg_ہHqTyw.;ӑxݣ h+f'Syȑ[//ˁAgiN.?pg|^q<Cur}N'r>:E=~K}x'9|lUf'3C~fo;M6kr//z)68dU x:?Ug@L;#99Hm2Y__ܯT+\V׺,~}թ+xq[䂀iHz%n9.]O뎙@!{rLL>%yc\='SF rr}jo2>h6&[ 5ǖ̊jW'ﯶF\]Mf{3Q>ifvY ! <4]_drcK^Ks~qL5[\[am7LYp3l,S859#oM9>ǁ{T-9$ n N}Jg0!#WoNm5 Yҿw%#Alr \mK򹞼G=MJVW"I_:nȜ lI{r a?dRQ3n8H7=:"0//~M<f$ \o@A="o%Rߖf8;5[=':v}_?gXoz.hsvt`}9VMsr&s1m{(>ܪ `\? {e8CH_ )e (Z5@2cg$ry3!M &Al.}1һ0}،ln(hO̊\ A*M)d9E¹@L슦"cz]#Eo=] W*\;'xrۯ_?~s=lG([<#hFp%UN]Qܝ||!CdE=ʝ*웎OK^s;'v!&cqtĞ1mCGPxqhS@Od?SPۣGzF<>?;K^y9]Ҝ!_a$xD= ೽Svř"7T|||C2Rq)xDڧ" Dx6=R唵;8EL\mmCd4} zvd;#Swlc`ixu9*'*m[;k}2Ud Ʀwg&plɊi7SsFNec??Hyr`UqځEBT`?C;Y-*ζ+dR0>9Ir,p0g@;vM)I2 4ww0kli>[D>ۉ4_zvOLy{x1(~7 {D">,M WϤ.k"+?فtﯯ'H͟C#D9<;#ȧ:@M ɍ+'#>2UWR̍#c| Z'gdKQ~gm)vE4X'\`0iz'5w/_:S阯sroJLxm]W[AMfD#q \FJ~ΗF?XJd^N#\ogwoV32Sc\mlv2z̻_?5K`"J<|&f.@Jw}~~PX2>@rMԏUuJJ 1zvM+{rb|fI4ihN I?^N>׏-^FȤ E(_)w:dP<uC:+^9#-n$6yyQ ߮ '_qw_oUá np1c ,)̺HL; mx2\d30K?jgDrV aeP9?H%>;w.vs~g %wħx;[f--=8H2s@4 (MR律#OmS}\xy' 儲J%rt@[8)P[I݆|gOřXifÀP=Ccm~2=/r7; Cw[dy3@G @A:YѷmS [1OF_/>jfhKZ X]\m0t(uJ[%="NolFy"(NlqLM 䩟xy2n׺srID/%)wh_+t IDATg)+gO9ө$޹ 646/fHo #=۞E~aw<˩8o {DyWTRk?me- .4d8cՐ~sOR`k3VhMRVk$ߗgu0݁-IӁfGP9qL-}zvgwkxzHmοe.ˁ^jvD Litv6`L|4z ]N褝<x~>P`mڬH#7dzL‘aw|\)M!\ XQn,a9\ kC ȝ3v\} 'zWwTv̋+w۶muk^`GP[rgb|N?m K3Wl1ہwxd=C:k9I7ap\ܘ]=p[IҾ8@C;Pg~tx,n'tf0Y(eOnˁwc>g/P3O{SN3`7!S*o<&׳  Lw&ב˕L;ǓgvAqiIIi<ۛAqL>'\}C4+YӁSWt6/e\#ؗ@l/̷+ct9Af*)5ʜ'uΗaQ__uf#O#|233A;#r-G`΃yo.x",(#R UƖtu7=ޟ?Lrd/yB'/K;#Ui4RC^ww h;+iim-sϓ\!Fyj>`M4 =*Sf9j>{=MdZ3s:p?>jcr1پ-ߗ;tOfBct꤅6in>k~lxd>\:#Pv?_ǯ_~& e*{{;9w[6g0^ʜZ$XOF" s*#]u`.vSա$ݎwSQ6w$;v~e3p,w>G#۔+]*@џkeғ|7 l+msծ^vT{>muh?5Vۙ>\feJȕ]{^2}3(g= 1/Qnv' }@]" j@"T}w/YlKIVn(Ma KkyzbeS*V)ꩻ"˭][,}ڱ唸xj{DB{x 3 Ջ)mْhPq]FS93E2iF4Sf22>Db=nr1٪6ϹmWڀwO=s3CdS<rti< ]}hep##(}o{d"MRjm1nw1D^*~3fHvs %]-g?Ҫd^|y `&׷ip}_Veq>|3ANȗH*t* pf֕&VݑkS=RQZOg; Ppλ_^_ގH78 f`޿EsDg og))v9-޸6̧➿ڌDt<#$]`Y yaXms(-6zKv3v+?sftM؏^f~ԥ/5+=PL ܍!?( f>9b;+v7Ui prq씚'dDq{L-7{ q:g6rj>[7{ڧpȝcvG^imlW % n-ↁLv-~'hkS g2>33 (OnfTss7ʖ%z<_+)n/o+^;g̖1*dYJ-1*ÇMsW H\ǮPuλ~OcL>?vѴ9@ݝr.[lٕ6".=rI^M#zGq:`=b3PTRTsByXDAmK0awm.(}בۓ˦nK(C3)[PN<a>w&s?\ //8ϡ$pfkqvy"َWN]snܫug6m*G^p,~J@}">o?;vD;сoX{ m.ajNP5ǿsg{ߟm dW~Mms'LA¾9grvϓ|{DPPix hJ̉͡Ǹx1רԳnaj9 X]l0pXF۫2wzaTRv8kj@as89- LJy!N9ÀOy`n:8׌XCs|__W;8+yh9B2`g_|5s$To_ׯ?%mܴ]X59kyf_K;fvw#x@WtG<̹߮}p9݀l;r.kW̊nF???ZUMAB+USǝ ؍hSp,~)/f/ñF`1"ɧs{0ySHpF&ٓS'}~|ogr>7#-b둡*wlO#LEJ`<>=l۳gdb͞;2ۻ.?yHzX?ߩmK%m}lIzzz{{{{{۷ mF& ~A@8"55PMWw[{bT~eT7俻A +fEOe\MΛAy}=mJߵ'ٿ7r P=v̱ q*@@.M?mV6R''KR3m%ʧ+PlKig/ MiOg\~;=l.wu_|GkR(Zo8ѝˋ}}er 4} X뿞FCr&/Ddd%Reß{3颧'=|=nj*ЖTyȷ+HukD_=2q~ɏQ#h́ӽuS pH?JН+)1\;m4VP!ߟ~s-,@4R;1[* 0.7 yqNGef..m_3s\_[OnLC d1z]?}>o^B)9=pJý ߻<op#Zk_0W#VL DuĖ ; Bp޷-R$'nwɬW-YӁܶO1}~|G70{et\BoU*'!E?32tswg$sqʴ|^pl4 DԐm1+!5|s/W= ؞ؿ̷IR AZD.0t>#{1 ,gnup%Iw{ KRӔzu23<@+.oɜR-QON${&ygd6>XpIFYW];~fmϟ`7wCՏ+Tw"rvַH͓=??OǴ&%1hJ+K\0acmѝc @zDYUJM].{ekԀk;TVmO﮻Bc.w__Ԑo1H8V?G 4;ߘg883l2hm Y)C܀];h^}^cc-yL).{  Ծ.E]N[ ` mG(~@m%~Pl[|8$3"yV\ $C1q@ O):;l?~݀>=us$!5Yg04kw4TӁ9Vvrez ߏ4t9kkxA'κ jluko13#ū$t tMݡ"Sj;5o+ [w s,19m6` '~m^ WM,{~ B6 ]w`=-9yZ~&"d(t R:N}~.c@y{`(ԱPv'Pv!TSKӟkÚDͰpk__z+ۦQ!Ccз15W1ФZ0TR,~~-G-1!OZi;a_;׷(xhosΖ{Ï 3Ǐ~ǜ셾|ɜpD3zi0ǣէpRӬO9zg!&;$ i9Kʝ: 㗗&d{ʝkC̒lE;@Hi0"GH 3=ڋu`wLF:?ݎ}|`ư e>Qyѷ._5Uxau)mYh k3lݰxD'PSq~y9kn $4Ep g\:<6jVVRuI[ &Ro'?#mq:R;oCLay}5OfP_>gXR/5&qVonKJ-q}|xΜQsh?'w;}h2ꜯc o|rThh?hs-锁3w3oMWSO%_x@Q }jJFv31Np 8|]jI4Q#w~րҭ{H|7}~V`6w.wɽn~zo6KY)W`sjYoeTc20fʴnHum'y\gXl۶; Hg2|?`d#p`>{ޯmr;p8OKl?hW.A.|<~f1=j 7$a-&#ARi"L@g vP^ySD3Cb Sfp~xۗja+);dVL>?" 9#9^W8ü}RvN?Ue2k~fw۩MR^:LÈ5M⻻祽Mdcr R2[1MSr)ov3j.XC^jZIy34;ڒNр}WeRp?{@Q;r pȺuS@pv:Bݐw$$@@)D Y2`W/#DvRq=l RŃ7Rˑ3f-Udj [߯Ü=} nAoƐ^row\PrEv }S/:+,FSC1x n  :?/9` l>LW>&Oݿ%~/M{\dJ+0[\76xq{0QH$HQB=r׀}NGv3QS<2uz;{s[+GObMsrE"l 9qՈyibs[HٝqΖ|K35LFo.Kw9 n1h/|j*n4Ǯ:vFcKݘ<|{6xuGӗY93{CwyͤKvM/z@0xuk  ﻂ!Cnݼtj6c Ɔ Gf~ۏÿԱYۚc ƈ @t>dl,$I;nPqsô)f7@[ۀj|0(lۊ'=sz{rw>~'`PCE>g3'@#B\w[K'$#O{!h<9b.\o96.d8fakNcwoI lrDw#Pl@dPw_wx2t x6cȷH#"!kǟ?:wq*o]|~|W-yۑKޭ_ȕgīԫW: lϟكa\|א6f59lLU`#JȨo@^>H@nGG߳ڮg`i= k <`v Kd;3I{ɬ d`?믿kf^S|H8e+)ۧbzWc(9/a$pHG3+"`q̵t!Y%z_tݰ帣//?~<}IcD#Y{`yM"cӀuQ n\pXxn9Ȼ`l}ڳ?=1g΂UyTz)]^]/#|lO;H'n9nm~ݚgg{EmSO7;#ζn+Դ?Rd*ts2 ;`,5`)ܕӘ?] xK5wýEߝ3+B|?ِ+~Q.ꨛٙJYwA$ Y4US\qפΔ:wOۨImoR Zx=P隫(pY^= P]зmlMrnn; á7\摜FzKM~<_!j%y]=dб=sboFR4yʂ|72-uC@HvM9xoCb{J2סۉN !a]kҸߙ`=Wc3y,L ϛ3a+ uMģn|6F2[@c |mow՗tdh'w9yyߙw/Sn7MJcXH=!gjvyQB5[\7 FH 9y}aIn2,T9):>n7tNwRNw.~Hb}wߛ/A$,\ՁN53YR q`}-l}OS&)K/cAɤ%8 uCI9df;mb%l Ne3;=Ij"ӣw;xNuP!^*0?'w#ׁ }aKmV;n\aT]? uf2>nPC}o!GD>omk߿zDs #ז,Ǿx9 1 -ǧS[G`0ܺ0'qb~}IzR$og݁^2gW2>Z꺢vJo<ƉN ٙYܿ~a]A=U}BϏ}}\\>=mW%䶝;ϙt6j?+g9ӨTkZ.mCt8Pq.y6{G{%Gy ;4l$`!('+*)gy??`Vu;4w Tq}`p qt!q2u&Ԇq1(RUp/:CZsH]ϕ8T!#qUX@0VyĒ߇J):Ʌإ,Vos_W# GΜw~Ix9HmUHy! ;01$nϯ?5#7l_:,5Ò\!gkiO%0l@e 8+4+`~dr~h5@ȃ +GZ4]v6 !@ē$%mW<`dV\*`j"h*N0 zD$sI% ɸ~O댤)aNץ,PiW D;4  a|Q52޶ޙ=1lqV()3zTK၌:S:IfT0zҸc~ixr!S^m,J7&.+M ,6xWX9Vs#I]G^g ;w |')4ya&@jnEk*n3Wې}eϟ__)FO7\'`Q<=p-<;T1wv%5u=RqfKÜ,B 20|!V}N?wĥ;w|x@d=g}}s FB?sI-3K-3y\VzHXӢ-G+}['K0ܹor]mgyμb{DЉl~*JҀwr3ר-oz8۵%7 4o?~["YQΓzkf%UAu-pGU8h*N)4ŵ__ 4:ݍ?KF?ܟqG+`(s3NHghdEt~'+i;(cdAzMꘀzΫ3S)^橄}g 67Jm~5=u\=kR t`:<ߝ\xrc9b_!939f6F;ʙis_96XZt9~w|6=L^z==s7 6n?+8r,Ǐƅ*d|wY/$ _<&)k޵JK ?B ט)nm~2sjMNQs^_>}[|2iz2-)Y^W!m6y87ydtrADooo5xlz&׮'8y'k_+g@Fho\(31vnI9@ 2 lT21`PZ=88ΏЃ3>OZAyc ϾfcUw3J9ouB6Mnzə8WT$t[6 ~Rr|W$tB 8ߟOLM|o/dv yG4])j:ϑGPPƋ :'w3UV÷Λwu :g x,Ӓ ` ܜy8~qip[sW|+:$1H 'kL V0l=RVŨϧH[H]5"u; >e@rK7oz>02uKIq1X303v,ox~& -$wM۵ɧ g*-)-q>pO@&U+ *2BX'C:c2Rq MTYqIqBjk|Z:rkC{t^Nj [owAXy&an4z5۩ [S2* ӱOD=RxetH sgn3vL p"mo IyTtI͌ꖳ' ;DIb3'D#r[ B]pܾK`%m<@ U7jR 8~vytqk~y5;W뷏#/zd~ԠWIљo#?qv~[%@osw ,򊯢 `{͵I`OQ>@RϞM"W&.9^O{=C<6޹F={d{B~_rOl@2wChl@?y\5ހ44K9..9h>?U^iqj`Ly|}X1)ԣf`|93LH4+n3ajY=6a u`3KLe hٴSN|^2 r?ۗ\]p;L'.\/ [gWwO /P2ws" kW)nQCdN{u$!}h*|rB"G<}^ K !y 5g@748Off~}}{>Fp󹍡A:QMLGjygөrYh|X.g2^|}}|(0osGؽs-@sZ;\9r qܧ>x>?g3'Gl>ۡe2OJ/S>λEDȷW{U޽ n6( ~Ήtm Oj75=5au$1VB.p5o۳l}Ґm'[ //򤎳g j(G ^܅VlLjSƺ 1>>$5be|%1.(tsۦ"R@2 _i rƘ>__'_w2wwC 8k.Ղrݖ<&PsGypµ|Ag60=3ɻQN j1;5v{vY4¹ǜ1vd<0^Zr8w-展+s@d-q|"d;GҤO.܉.Y<_OED"+7G 4{ )4W̆FpO'#K</ t䮎9RSH~:jx̋<L"g\3!|saH\Gm Cizj9R6痒v ,n` lw턫y@6 :r"bK)TM}&a9+la5x r;"2>Q̈<ρz,MAUژLLu8<87 1ۗj{}\AJfNաLb{O+<Y#a;siZVy|w cu[c9(n5nyk&I0#X83b2@>Χ6\t\b@#w&KZɓ TM3ھt<5P~[k;=Kĺ0șO"40>ev2r; (1noo^j/5ʊQ@꜎}) Z$=Ҽ},hn8tsTR3ƷatTqәU(dDiIpa>C+^#q^jzλ#qSTUoD3%QyO p: >`)[-T~VHoʂ>uB|ۋi-Qm{u&EQiPAZPs[gR'#ɫ5(T@:vxu Nf dq=^_6ƭ>>Fr>G0Wɑ >?\<\;8Pr^#Rg tc9/S|mzn d䨡#qoWN+psGkIs|ZNqں4j@eڱh}i=ݶ n_>s57۸wJ+@u:'gAiW>7ӁuAW~6C%E} 0H1",7Lip1;UH-:LQ oW;ǾvؒyH97 6 Y LmS4+=݁0sr7awF w0yn̍Qg޴d&tg*Kh7 L#qۚ0+d̵ [Oi 3l0bU(Xծkg;.g{;ns^xnXdKʼ7k؞PخI\k# ,t$Pm h|%\U5qOS!|;_W΃2 ͽ3>O>-pPUS84$`x[_-̥D~fKR\AtWJrY !gT5۟..3R^C 8KL4{wb: N#(nW>'MS~{2k9/=縲z o Hwr>ԭqyɘRdk'?q _.Xxyї2F+o|t~(G[2&.O^ Xn@rm|.ywj,ſ9o8+ڵ3,fw&yI3..g8\;1D)`"L uؗXl(e(+]H##9 pFg;}Vx[Oz1/ ;^hw.=w߀h38- MHׇgs<͞R8)+qe搼X]V\SQ@%:4/N$9 j@]PS2 oEU;&@7` I'/]_83˙fFb brt O\7#=Mq@[-z%Q(zw(O>Xti*}.!:LQbn`EgCٖS}6mOOyZ/Z%$Frmf@9ml)J:w(Q?|ϡp*< ;r8Ur¯Ee;\OІ;iNXʘ1~i6?"O  xhۼ'֙iogQ-R-w%?v0)87#%4w3xOv< c|v-횥}KxqQ4+O{~;0G-홟8H}zK%jNYw9Nj@ğ5e@~w\__wy׏5%xK \@Nud $\ 7(PQbY7HTpQS7M0Z56&>?_.wE`u$E##4I)PDpg.A H}?7k՞?oc 4#xE_ \.@?95Tak1<㫇8;d Hf;z_N~Z[pwd]|?Z=Ov9F|]xr<䡔>Ǚ.L%9>VJyc|u=B-P/c(>?qܪR._ǩ!mdN vtNUd œ I=ֵtL{q I<6ҟJ9 3y_7 kG)d.BfL/]rb_KFDB>cNŝWENї>m@ҟI:T \;0>S0\()oL6]839iӶd8y*'7sq$#tqe;VRfwfR)WnO+vG22^!cin?VצyOۏCx0BkND#3ݻ!dQ7$B*NH%y$kX~U2xq~[#pՌP0OWwgz<^) c)`q ш<KE뛶mSp)W)wo;"b6#le6d\3H+hoPpg?8 @8歼2;}<̀ksҰ($pST7wF.sgNb~ {oa/#xY@"eR0;Œ;܎FF,B,'HFw궿#8nvCؿ :,@s<0r4y;ran̅;M^f2vHjsQ0os c+m}) Y)ތܶns9d@>;m4qyt}HɅ_ӟ\io tX:,7Aft 赦_d)Zqwr{>krЧK PoP xZ~2GCx[:w,>8@ԟsRݑcI#rhkpXwyy;G?wS$>4͎r@ U~R g=bO{ݳ%*h;Ari}ayZKM;լ4i>???w>v}ĸ=& FHF<0۪t@(:A p 띕/}B.ajnȖLڑrS—*3;R"I?㠑òY]Yx}}_;0έPԜ5l˚H0Y'3=asɑl|;#:wݎ݌w{1ǣgwrfR2PHgY֊[2?ʴl<y~?gk,@Mm2M[ }/ñ8q(K XZ[<>|knߜc@?=wf& t`ow,8;,8c]}_`{m @! ʌh6o~0]N@NFMG0wgcQR9{̙kmAn}eB>O :ܝqݒ{=л._;=_=߳AH6AJ?*ao4 wFnѺ|o?%sٷ.MoG%HpaK Ai|is^_O2˝_. \WLFTJoT*֓< yȥ:5LJ1CgA}ɀisqrc lJsV=--=R7MSr|wNK?N!?י=Q [;km~~ys]2>~}|4Fν-L= zJu #]hqXYɈ2_qA"L˧m)P@`7מ %~חz9nxS2aYv NsG#=h3Ii21tn&0Mշ';W}qKg;~y.=qwG q͞LИûvo߁mw`]n(}޲p3`H|uxO[sE [.if?.\(?~צe&\=&Y(Һk,N;ݺGzmdpT)s_4G#k_šM[=a͜%*b/oqo |tFgן)j: ydhN h>AmVQ0&/븹v{hɵ ,dꗰ@Qcӛ] z.ٖBf 4"ӗ>9wG R?̫۴^nϮ}=`4, f^6b>__OO^^վ|7!h/u:9Ϡaۛ2zYo+"?^ ֩?~Ց% m"ҍܜ;B@޳vH)]̕i\[Rmp *[[ʁJM=dE[\oN?cU{ĥPvFTnzo(OzGF >4i/m)Ff-r#,t9ax$3zR+^s&~E9CSrGy&Ź/]GHmYm uFdto#JoT 9_9SLng4l04Cygp3JNDg9t+p}R{3 8Sr"pyy!w}'?S~m}K=pv~J̑F :S iawliws|$u^Pv>컭3i$wMFn7s-N2Sf .^?&7/ 9Hp% #_3bnwϤ58i;5wWMAAvcCPX)ÒuDvR0.`|zM9MK{~*n3PC S?[/[ }5Fsq0 D90xWr |XCrjFgwBdn({?895<~O=K ,wiݡ,ԗFgu~؉1 ~G̈ۡ?P~[TQC, Zʷ7?D߃qh _LC &!n7|apL:$3<Y9O]6^cT}!k-}R'MB1VSCɤ.19@Af>#p>ٚyZoxnlz(x?sy0+>Nc%{ 8sF!v43_-Uf/d5|7+*| 4jmu?}>23pd.:sg9ʐ]3)ş m{z.?}mJ7}*: nNzdfߧChlkN({UsdB 0+ >IAA|i?m[ }=DG=*>.0lꆶ+krﻞ pl~}2Xsm|<gڒdfgs >ι{v3".Y7uYt\/#'>éܡ=jߟϙӶ?!Pﻋ&;>Ag}_kLQE(kP(Dn׷S9eO; n0kRU`p6 1>'-nI'FHCxo[ R;ʣ֪sGRl](rVħm|ij־ }[%ĩ>jc{tw7g"t4sfʯEt{ed͑; ⒯vX̍by:00;['A c1ӝ6_o;R7.otҞ}gtʃڞ}ߧ) @M|~~zzێjH]`_10"p/:V""Wp9lcKyDDs,I"ʩPR/nOfT<2,JgS zem|oK8L %r{<گ&̝i¸,sԁ:c&ۂQΓ_6~/OP;*G8_A-z@xz#ɔ>ittϳP>ߙ0mi3"T%G,S Ю7ilL-Z^#=nGA\@E'/֘ÌfT^lm1@5Ȫ}Ӻp:Ay-;L-ME*mbnޛEb-:O v`)9I-k$@Zg TJ跫-~گ'ΤlvW.` j#dvR:f/> sNܸi›LMkր;ƹI숎@sSиC@^#3\9A}.,lȷ+rx=[} ]7&N:ޘʊof~"#Ꞌ+"G~n: s1{$1g͇moV5=)sR~Ȉiݱ.Mּ!2a]4hH=vYQG˲=pHs&i>//zHJaM~:i&o#vȥ^eUxlڹ-КI 'w1o?<ߙNS'?~vya@IW~\#o&9@p 85Soo3"O'G"%BInG`x焃ک0wmi:2܇'OrѲi:q7fh5ir{VO@Nۗ ZA-.i:xcQ(r3J+Ft~X;fy3'IE WDJM_gotsth(0drV<#𺼫ctub:lm3)89]svw;1ps$a;sBe,pE>e=*8c^zQN̴H#~q/P륉mr K#W7`GByF*hd XLRAtG8Ґ0B)u۔fzbH|ۯTuU@RZGbcJ5W CROOJR;]#6Vͥ\dZ= Cow]zsަ=ݺ;JO' Θ^ia4io=Lnô&__ Ԭ,v$C>(gZp%BnQTQ o[> xE<%M<Y#L"t&ߗuJ_ωјVL19Y@U޴>Ǟbt응*PR??IyANz%:Dۚl=U@2Am<\2 9_jDorm:\sdz_d7]S9YIS{섅lI^;ۥNOgdRj\ܵ?XU!Yk] Wjě@L7f}>rt6y$Ed|i7mk+;g 鉔<>Wu|+:#+g Ax% .$瀼t۔2qEX.}6z[zfHv^^vh{i;K?7@w;RO${r@߇#mvO|7ɹ_~]; O+&YltwɁiD1m %Ca;9,5GmF2OO8 fc+ οAVc'0fFf.K:CL,tSiP4g@9#ߩ3f=2sO?o;>#n<g쌈V#˞.@T"n6}ƵJ4:S!@QGO9iW= c$L~)}ύrGi?ȲR`9\Rj9:0' $]ڱzx(2 "joC1Hn2Lq';x_Wy{t(I@bӒ 4"v8u^oG !a6{ aw;#=enp?/"9*~q#$0o'!a)DۘԱz)o*X-m-f*T:}w_y __Q0Hx 錈3saqeȓغoٗV{\jqysُ^:v>. {IoF^?6.o@:=/u\^a})m<1\`f6W[;<T0zad~.GԹQwo'eAlzCI=ZTH?$ELD_Z~*#Ѭ'uw:g&vz&*/&~%`)Gގ±u&1__*߭pG)r&G[dŜ{/ϫ[7#/'b\v2i'֋\:}n.G J "{l2 <}i@;}g}~ϟn. ٻ3ꕧ>OsFxd{xj@蟹@@{;;~6K_z滦TUUY迓20z= _nl_ˆZpkKoo'q).58pcf6 jM|aQiAAj+s?(N2VpCF[yґLj\)>y޷G>\ I`ԗ,8]t? Onk@h@j_uLs߷qv?- g;Y"ǁ33i2+?#cUq4L&Oj71'Z M Ս ~`9ѳN2PVyzv3^v??oO#DyS{9T?)p:. 94TLTC꬜wN"G*rAIw9p]g;8 fӷCxt`}tSTtk[Uҽ.Jc<L5[^^\lƛP!?w;a6e=GmˋF 90b8d?ΰtH9]u&x_cL-@M=v Υ@}kh6m?v常؅^>fPmKK"a?4?SaH78]v*˯_9C12v0#AE=]jh\6 7%=߶Xa ]dd\=':K+RwեW }3"F58|{SS s!Lp"M<¦h7wKju~~fDH[=_-G5ǥy:tdz')''k{TIqx=Mr;9@}3  <8xouԞ{<r|!#Љ`O=Cs~ Ҧ`HT')DN w O &LqksOu-t^FzL=2)CpFl οNë̘~mD7ga<u`mRjx K>nY>uc?D?nigϙ}VlxϻT}Ǚ3"xL9ە-s)1>jJ P;s36x7c{ᛟKr;k 1N`ٙ=TqCtK:jQ€aj?}Sڢm̃+ E+w; ԩNJzƚO ƩVX#ICB# tNOkIWJc8w!¹ܨ|DhzN x+"]#~RޏMܙ\}،l~PBON *|vϙT4 XD9&sl3 <:jg1 lUn/y-dp%O=ca~Crĝ d|o4Ѫ0`t Kٻ?d{>>k '5pwUǿ?IА׳_H#h (k8B&uNӵ/ sTА1Gn@iZ*w0kli>[D> ˗'W\gR~e/ SWu KA 'S%W*?rL o@ݩ0[`=ygjmikϙuNlwIoLa8ON`@Q;X}2G$gmDǎpVm7vߝI%+NƦ޴:`*a(16:)O| 1O_S$2;5Ej vxD9 z:SRsfx\1=`9DU<2W;Ge=2V~ ν#hMEv*vssSԏc8luQLoOtOq}sq)Eyd䦃5BSQ|~NaB.:5qʳڍw~;d? @O}RINï⮢c{7\3aQ_{8ˇ)r ΕKx50Lf7}3–,`8|vǟ_ԁZHE^͉Sd>LRIEVT-GNFJ3:K#Da)3zpsvl:#3*›^ oc?1~<,5dt7|&:%˵S׎x??9.:r褆+C//Ayy3ww L3pq%|٪~a}[2748ܰ_19:[2wׯ_?&0ޘm;?As?uћ 6w|Q_⫡`vd30tP<kNk׻cvf] $a^^8h<A!kͥ] p^{ƭ8.x8?H%>;w.dIk9:o9IVz d@94F< l/B ז>f9V^[G?9o״ y~o9II`{ӑfԷ[]rg[p<1zye(w:dPϙMn^^at;1dBTy k^߄Dy8*[Bc?Ԅ5g5ؗ ^}}78l_{,2 iq\_&0l%){;x>+iy5=t`&[~:&mz &7x4!i>Eoz?)u^0M{E[ѿ3@{^$ [3߿յuފےfHgK ߞ^UUi\u{:(e Xgl8bޟ=z`LL\ qW^Nʶ fO<1!r&bKiʒٟ{nA2s*]hMܵ?JTu:SӳDiv){ɳ [̩1^])oos=QOx>e3Qe~bKz0#ru'U ͽe7{*Toa3(DzI+MT_{zyó)Y;Ov,Ņ.]߃-hXj%t|RAnGW-=ݟs03Hzz,[}=N25%w7^Zw^t*gZT08 0X1FO[%Cwop8Gz ڮ_ ltO'$y J.UnQvMS#Y^P/S{̎7셢ѧ]E֔ͽb7&5ѷo ĴgF&emI9&&h i4([9 {}}<l@~R-Yh)eQaKڬHEӯg*ޭ}Č^\+eaqq;͎ @,X슲mu5(ѭ7ɐm}K RrQQ9TI{>?>}uW9>_T2 S{m'vTޒEŕ<"2$7>Q6ENRLDbw gio@3#r#fzXʔ.f/])W >6}(z <*PW̛yy)♾uFg:[*$MA Yw_1A닝3Rxu'f0;ȯ%R5=:'-$䗇MCv#q{7zϺ>o'i}WK; qj|Ύ9r^ϕ5Wϳb]S. ji;tq(bnOK' xfE8jQjU ?c%N.M='j)W @sX'qy˱Lbii@T6u JLY: ^s|<ϙK@"mY?yOkμI_\_Tx&W΋:j\oܒM[-gfZ+}Xx[U{VlˁҠرO.|r1:zߜo:꘤poq;\Re[JLngrwqAD/,?Aaav,5ś<\ X*ɼO}+ߗ;m"ʗמi:sW,#}܂[%7.PW+"-L ǽƲ8nf.ɷl){lm^ g =.~zO==R@z |_:y79=ykVHoi?ۭOcw[^ީۓ.FWCZal f}.ƧN-v4X@j֗d?؀d>߷c)}L`Goɀ{_< /9ׇqK'DT?s["{ p>Y} )]1`^i?wCVv&=界c&pwn[+{՚~Q{6ɔ{r㮽v\%X]pNǫb;V}ojAG#[HzLMn%!M}Xc{!yԇxtXww =OQ,xJ)T*=zLzZz}|8CIQ7(G^:f{6=v,0L%/s}09~굷U@5v[<,-gTgۤ'O=Ng}5p„+9e*xv^JvS!ʔz:t p/?W  }{`KN_'= ,mw a/fz}kj Цڮ=D)^Ӷ`&n5,;Q "H14(YY1U U T '}J]rYZ4-? {kv9b^c@LVrVY t滴TH׭n1k)`?%Ҕ68:ֳ܎ vxLnL뇦߿L |'B}󑂍s;s:3ڳ;?+hEo솖Vʊt׆!@]d6T'tԣD -oAAmfGGnC)xyyK<Չ2wR(4MFx\{ӼgTxz*_*Շc9`T^}Ylfv2!ߛv +Е,ɐy̘(luR]_=Hw祱 oef:>|~l;APW SEQNO:_7 ( ֙nRa }X6S>}۟1):V7Go\ojߋj.  Z>wG+{ZvKgCY5e X7pp|^$X`JzH:{}t$9eYD\2Rڊ'GzaanDe&s;ǣ>/ p9wRWSsRO -H+~>_%%FdՁbMBJ`-7!n] 師Gֳ!óJskoy:,â{m<uT씯үDx{˓Y #@OPh۠3)[PN{ڴޕ) 09-`ٚ30q)O\l1וݴqYEn9hwA tF~4Txw ~}8׏^`ng8R CP\{}q@o{nfhF͕ x!oWOW>PN%`4V *E@^1+Uϧ](Od|8g:0%WUa=QdZS˛Z>P#:PAtƅLܣ~>|I瓅Tp45k},)+4'zF{{fOlXڷ83W4h9ʐȔv_!p%W|}R;߿}j#uҺO=B{G)f wnb1D&;8-{Zahsn)uP8{<:N2'(SJ6`V3)g23 ԛ}2 sL!>j]t)9?jiIL:%+{<qj8IENDB`matchbox-themes-extra-0.3/expose/gtk-2.0/0000777000175000017500000000000010012224107013704 5matchbox-themes-extra-0.3/expose/gtk-2.0/Makefile.in0000644000175000017500000002273010012224107015671 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am # Copyright (C) 1994, 1995-8, 1999, 2001 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. SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include DESTDIR = pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ CC = @CC@ HAVE_LIB = @HAVE_LIB@ LIB = @LIB@ LTLIB = @LTLIB@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ SUBDIRS = icons files = arrow_up1.png button1.png spin1.png arrow_up2.png button2.png in.png spin2.png arrow_down1.png background.png button3.png obutton1.png spin3.png arrow_down2.png button4.png obutton2.png trough.png arrow_left1.png bc-dark.xpm check1.png option1.png up.png arrow_left2.png bc-light.xpm check2.png option2.png arrow_right1.png bc.xpm default.png radio1.png arrow_right2.png blank.png gtkrc radio2.png filesdir = $(datadir)/themes/expose/gtk-2.0 files_DATA = $(files) EXTRA_DIST = $(files) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = DATA = $(files_DATA) DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps expose/gtk-2.0/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status install-filesDATA: $(files_DATA) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(filesdir) @list='$(files_DATA)'; for p in $$list; do \ if test -f $(srcdir)/$$p; then \ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(filesdir)/$$p"; \ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(filesdir)/$$p; \ else if test -f $$p; then \ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(filesdir)/$$p"; \ $(INSTALL_DATA) $$p $(DESTDIR)$(filesdir)/$$p; \ fi; fi; \ done uninstall-filesDATA: @$(NORMAL_UNINSTALL) list='$(files_DATA)'; for p in $$list; do \ rm -f $(DESTDIR)$(filesdir)/$$p; \ done # 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. @SET_MAKE@ all-recursive install-data-recursive install-exec-recursive \ installdirs-recursive install-recursive uninstall-recursive \ check-recursive installcheck-recursive info-recursive dvi-recursive: @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; 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; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" mostlyclean-recursive clean-recursive distclean-recursive \ maintainer-clean-recursive: @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ rev="$$subdir $$rev"; \ test "$$subdir" != "." || dot_seen=yes; \ done; \ test "$$dot_seen" = "no" && rev=". $$rev"; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ here=`pwd` && cd $(srcdir) \ && mkid -f$$here/ID $$unique $(LISP) TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) tags=; \ here=`pwd`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP)) mostlyclean-tags: clean-tags: distclean-tags: -rm -f TAGS ID maintainer-clean-tags: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = expose/gtk-2.0 distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done for subdir in $(SUBDIRS); do \ if test "$$subdir" = .; then :; else \ test -d $(distdir)/$$subdir \ || mkdir $(distdir)/$$subdir \ || exit 1; \ chmod 777 $(distdir)/$$subdir; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \ || exit 1; \ fi; \ done info-am: info: info-recursive dvi-am: dvi: dvi-recursive check-am: all-am check: check-recursive installcheck-am: installcheck: installcheck-recursive install-exec-am: install-exec: install-exec-recursive install-data-am: install-filesDATA install-data: install-data-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-recursive uninstall-am: uninstall-filesDATA uninstall: uninstall-recursive all-am: Makefile $(DATA) all-redirect: all-recursive install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: installdirs-recursive installdirs-am: $(mkinstalldirs) $(DESTDIR)$(filesdir) mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: mostlyclean-am: mostlyclean-tags mostlyclean-generic mostlyclean: mostlyclean-recursive clean-am: clean-tags clean-generic mostlyclean-am clean: clean-recursive distclean-am: distclean-tags distclean-generic clean-am distclean: distclean-recursive maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \ distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." maintainer-clean: maintainer-clean-recursive .PHONY: uninstall-filesDATA install-filesDATA install-data-recursive \ uninstall-data-recursive install-exec-recursive \ uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ all-recursive check-recursive installcheck-recursive info-recursive \ dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ install-exec install-data-am install-data install-am install \ uninstall-am uninstall all-redirect all-am all installdirs-am \ installdirs mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean # 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: matchbox-themes-extra-0.3/expose/gtk-2.0/Makefile.am0000644000175000017500000000131110006170142015652 SUBDIRS = icons files = \ arrow_up1.png button1.png spin1.png \ arrow_up2.png button2.png in.png spin2.png \ arrow_down1.png background.png button3.png obutton1.png spin3.png \ arrow_down2.png button4.png obutton2.png trough.png \ arrow_left1.png bc-dark.xpm check1.png option1.png up.png \ arrow_left2.png bc-light.xpm check2.png option2.png \ arrow_right1.png bc.xpm default.png radio1.png \ arrow_right2.png blank.png gtkrc radio2.png filesdir = $(datadir)/themes/expose/gtk-2.0 files_DATA = $(files) EXTRA_DIST = $(files) matchbox-themes-extra-0.3/expose/gtk-2.0/arrow_up1.png0000755000175000017500000000031710006170141016252 PNG  IHDRH-bKGD pHYs  ~tIME 0?:\IDATxc` ,dI XM2H`X]ۈCXlau c4ф7#zzý0M؂! $cOo6IENDB`matchbox-themes-extra-0.3/expose/gtk-2.0/button1.png0000755000175000017500000000112610006170142015727 PNG  IHDR;֕JbKGD pHYs  ~tIME 6IDATx1o@Ƥ)H ѕC>B,T]"!EG`PE*C%H<08PBjq%+u(@X޽ww!vVpEH0 o0j4Wj&3Ml6R ǬVf3۬qo0ϓfI&i,ˢP(0NONN:gr"FJ۶B8iQ*VfKܚ۶k,zT ])hv B%LRr9Gg4a8e>AA]1 T$cyUE]r9>F!4M mbnL&zwۮv&4TJy2 \׽ #`lx<` KQIENDB`matchbox-themes-extra-0.3/expose/gtk-2.0/spin1.png0000755000175000017500000000063110006170141015364 PNG  IHDRH-bKGD_ pHYs  ~tIME H&IDATx0?CjX2U!|n_Н `t8:ǽ*˲uͻdYFnG$t:%MR 5]QUۍfdb s1\.3!ڶE)Ek`Z`a\21""ljI0^D4\Wh`D"i!@4Kg"@K~ m Pk3v]/YQU"m[srsx{9sXkQeY"agb *w'&IENDB`matchbox-themes-extra-0.3/expose/gtk-2.0/arrow_up2.png0000755000175000017500000000036210006170141016253 PNG  IHDRH-bKGD pHYs  ~tIME 3( TtIDATx 0 E( v*.QJH24%-%Lp0q|&_21yGUKKN {YSPFijZjNГNnӼ= B'qteHxTa7Qeh8AIENDB`matchbox-themes-extra-0.3/expose/gtk-2.0/button2.png0000755000175000017500000000120410006170142015725 PNG  IHDR;֕JbKGD pHYs  ~tIME ,hIDATxOKTQs{sNZP ArB7&} 6ހa&IBJ jgA4g9E34Pݳ<ρ(qƁAÔVRj%#JɢVrNpj<<6yhxgAD.F"'[ !Hi➏8~Ї>Gi{cI-l{*#!]X![a;.t6߽M< 9ou,lB,˾LÔa$4B6wWU`4j<@+)t_$֝dva'W9"_kA۱%\ `p8BD۱HxqNI,Xq?aX@zF3yZ'X]zO~MN2k*[k}>M~ogF2K/^Ζ7Lۢ{].P)X~3')}jk7pwdʐ^nԏ{;3߾f@f@ ?U],G&IENDB`matchbox-themes-extra-0.3/expose/gtk-2.0/in.png0000755000175000017500000000026110006170142014740 PNG  IHDRo&bKGD pHYs mtIME-wiw>IDATxM̱ 0QYcSD|+NUrw^>?Dx6n,3|k fMIENDB`matchbox-themes-extra-0.3/expose/gtk-2.0/spin2.png0000755000175000017500000000075010006170141015367 PNG  IHDRH-bKGD_ pHYs  ~tIME z}uIDATxJQ̝;If2^XP(a&(K.w}B}v!4v (ɶ X4^Ct[A_f kwBPR3خ1;GĴṀW/3W> 5ZLB)/iq0=IENDB`matchbox-themes-extra-0.3/expose/gtk-2.0/arrow_down1.png0000755000175000017500000000033010006170141016570 PNG  IHDRH-bKGD pHYs  d_tIME 9}eIDATxc`p? e`ɏ Ic?S :D <-9[@a6-zd@H T]K;X IENDB`matchbox-themes-extra-0.3/expose/gtk-2.0/background.png0000755000175000017500000025272610006170142016470 PNG  IHDRFbKGD pHYs\E\E-b,tIME "X IDATx,W# Z#Zʪ[6gzfƸ>q6@3p4Ѭ}Eʌ Zpw˱cIC_a\#c8x~?G$K־`z ޼GB!/7D&7>,.=Ey~x23d*{>]9>:o g zۏRVtgara5fw5#0L^o+pK2(Y2{*Pd5@˲@ b:,)9?xB4rQ8g}zP栘 4bM U_89a >|![Jg'[u,QL 9YHi2yE`.8?yǢt&-jKjt iq}~Hre2)FO/n28v_W8g|;#bha 2ro * y5l!ϐ3t~@e=Xm1{S}{U MP ,svB1X,Et]է{߾as%RD*F?F]zL*<.":RSxIB)_ UALz78g^Ei0$vo?cY-BmK^1i?"6Y[G47iEH[22鼌k#H%Z!C6L[L6"Өt0q.0I3/g|y@T"X`XlV6t#0AwQL)|j[ؒX 5&n}_03YإpÝn!^Л F-$rM4B3eˣ}fF1'SĜs~}ˋSDlI*'&%ɒ$֛-aoZ!%q8`^ 9LUbs(s$ bM#_5߿w#tbޛ˗lLwup=YOg-j4LTU8ߥ\*1 i+s & Lf3ܭiZƘw9dZqpO!_@ Y1:W_(W+lV+|MZ$mnɔ |QKD04$ZYgL^ ȩm"5^PWyƲMD+j@/PESt!;NNDAHk67dJp4qÓ#>igY$ Z91p]e)B$_< Ef;  w,:.|{@*6ѲvJDj#,&$5y|7~Oaw'{<к8EHb?|d #c#ti;2NrD6uZ<' 횣/Ym3 àج{.NW/>v8n.J%c2dET,a&777B*4MQd:b6b8ya0ϼk r1t;_18|GXԪVd% *~xO\BMV j ӶW'vL&$EP.ltohr4nKZ=SX-ΖFvrsw9<:Ow~?c!k*>}wޱ{ϼztj>'Z-Ɠpvn#\Ҫao dɫW_sw+H_zI,ѕ2Ll8lRl?ߜ|KydɚoHXߏA.r7OI9W|_ 1ƙ5m sB@vXicDD/d6`V.DKt7l&4MQwD" ]2AY}?K D)a'A.ep~pBh?`؂xśf."[ :m@(+xcBr-ͣ1tJ9o_qEӿy5-ODJt"WZ ]<%NIB(rY.+BdYIo@Yg<\^q |Yq 4D`8i^X&vDY9IȤDD[GP51Flw9CR?r%^Vr[cH%G*L=/4/F1b$NpyJNyt(+}04LȎA~Ur 2ĆDt?:~Wjv 1ydKiQ{S"O26\(&[@ r(I|n#GKO{1nhk$_b1Z"C%؉@gL.D?۱8d<>g.d>qr|b:"WyWs65y^?6Ȏsgta<}g +89B^IVs_FNjl;~E:L]ќL;Έ}c5(>颬]޾"pG3\S&e&xq񙴨`s!FϘ*/Yߍ!X+ gόz9|GZߑmL.xxzWh*[/f,XO&ȕc֙sr*ZdxC/_%8:=b̶gNU7#e9-US YmQ=gxIsQ!g <gp"S*0ywr쿻 $aP?={ (2)X MWO,X쨜(՛<_~ue#H-h0nUy< fy*{ 4>7?Ž-عՋc{5͚?mRa"R;jCfmpҢY(1mw-|6~F)eUjdv 7/9::d03o=^1rNǻJ3P~9b1,*Ӈ[FzJrշ%њЀUtvLgy:^Auɿ9,F16~$gg,>Ql+y#y0({n/)7 wOwlĘZ&t@Vcz&P0$o;ΦTN' .ݚ]˯?bP.ĺ,mF1U?nss=o?\!J*YOS´(LL%5%'dR>sD NiV.̴N1g50Αe|FQZ,ҹǨy<.B)p€)Crh5g;\(VI ̺615!H 6Enr=o>:)[%.Il#g1#Xo- 7(e -@js3GֽJluVBL_؅[4C|ϧWDVO䴄|6T⌊ / iM?oUF8Zl.C9,VSlLJ[g-ZF!1;r4>ag,q#عb"%J$XLd3 ;L3 r ˒$ɔ&W.2MQZJn!Y9n\>aXcj*q!JZ!N, *eZͱmw'ʕa#',S>ts7jUBA4[#U'2n( v@E`5[*%(i=hAeHU$AKl8mTMгOr鬇([nc,EMb5pX"H$$ m}*vȈe ]:D3&CVBD`2y2 ;TB6[DIC)lCȆ٢g V #L ̂-YBKKupMV0~~ _4zQQ:)ֳz P!I&tq[R!OA(8YI6s )ZIcJKEhq1*{Xj6pޘfF'@*/4Qa3[Qu|m֑RfSll|$iΗzs}TZx^yd2* Rl rXרRI `%)⍃+XdR2)UFۈ'AFҐb/7( iK) D(B&e2QUgAj1 ʪI9A=,j1V!Dzۧh, nKrP˲;  1jMQÀbF\ie@B>X(pG Ells*V^IIm<䜅 %LnRHY'1U Rt4'S/DTxKBDQV2_IiZZi S')Wx[b1 =0`hZjH 3쏈J0j,)CvAD\!Ŵ <4 nפP,q6T+54bZ 󷈪ds&`2? Z l9fә+49G9Vz{RcNQu0&+rHj#p fL%H5c`ڒ۩<:^l674x|W Jż8)!`rϿ8p|zS9? S|?qqp_3j*yN_]__]m̋}:_>Xhaf"x1+y~Ŵsr oge2'/k&ۘo/iIa5coD1}2շ,Yݏ {&^!|ԍ5FҸ/^Se~~bk_4?'&>;-6E.Thm0v+Գc6!?~X2iT?K&Ϗ9I5q8oPDnxJ~5~%qZBJd9P7XP-;Fr@^/zdUv`lv)<FlجEmHAϐQtv `Il<ʹD"--SgF!MIqs [)ⱇըUjqY-1_NpwcAh"#Q*4 Y4-P$SC &-?[7]lQ #}Ċ=oQIgHg08.."DZ-Қ@< Qs~DyNgMp-BbVC K Ee((&R;@حw1wGDL"U05&S vV&偑7qc\)O(eб+EBgvAɘCb?@/r$RF0?6uCIR(])PeYL؅z|8بRXdr&u 9F>i$[bi:zZg LPW4f,2 4F#m@HT0U#*csL}j*fƒtf1VJj0iԑc 1(6hZ;a f9p%f!wZgBq 8>ՒrA!i6."5tU*2b5|qJ4fKvQ GȢ'kdy8Ҩ LG3ZZbE*-A7Lfc^z\b竔[f  S-78h0Be_s~.0̙\*&|o/H 3j8 y#5thj3͆t޿!!=22R`Ơ7Zj *wN^bYn۔uXg 2er؋YQѹ'W.rp|jܻcu:QrAVO @٪:;̖:=d &L@V`5]3)5.| Bqjdmd58i:~"_m6<~~P)b9v;QJSX8/o0Ydʥ#I*i|C(<ڣrXDL[ *țNWcsD Qx'XۯR̶F E')/_~.\399Cr#b"X!tj ϙot-m4dg:Ǵm`3YȖ  ш>Hi* лbo)Dm)7j3~*_)6b2E6uUe6=c1 czn P|hzPlq؏ V5Ɉ|>OJDg6>֧nJXb8R/#al7a@UibA:2&2ZQ, 9fI1npQ(lֳF|)rnGT3+E]f ~PMf2z= u]%~Űť4(p SYi X,Bڝ.ipp1-U"ۺQ[#Vj5D,5!=nonQU0 m8)xKJUv;ԥCDAbemLC4cG%|/&9pv";vWXa Ͽg$vnSֱb")VJ8R ń񢍡o+b)rm4&NA"z=cecD\o""u(g ( M$626;CnPO{ADZA6# T%<}#aD dE@K'TVΘ|d*+&  @ϛs Nj59YG|pyEvgCBiIزjzW l}Lͥj (!bp^N9R`j ||D"4AYu4f*8ќvr!` RTttb[#v<~`䔻+!؄.н X!b䑃cm8/%ɂ2Ŭrr,V-/Rk5i[K<&Sx|7x ![՜0rqm7xޒ YCE$$]icɠ>fIP#x›얬g$]o>t\&w;J X7QkpپǛ/p% b`g4z sA+E..+RNFA*H(N>;[EXd0yzcwc8lBgiKft;(FzQJ)h:ϰ3j]Y-Wkt V+WbL"<]PR' V5-&,[jE W3*>^ Wp?1vY'e)ը`YR+y %IswzBN_?K~{&(o0i"&)r]?0?bEDE<_^af*U-Ǽ~wVi2|x&- 좈( /8쑭6Ma=Mjn˯@'7c14,V;o(&97dnV)OlGK2GDOg:{ƝgB9Y;ދSz VtSylI{cg&a@%oq4oC%=qK\##n!rXrZ+gҽ'Rh| du*-497ashgceY1L'|go8;oG6S(xZ@R`=[ H:j#fUGm=N >3h9ќ}RDXRoK 13FOOih;gRP'RJC쐔"2p=DH#-)45t^-^LkwZ`DDL+lIeb|wj0a,t) 3HY3R"Y==S 6$Ix"Il-^,l#њeVXSaL 1,CmIJhp0Cg [.v%O*aBPe$ 8'+Ԍȼ=ɧzp8-[CM)<^$W?b̐v)ȻvBbop3J}@$yAݢfM|mr6`a5PUe )`:ѐrI2q=L.QBvi̻}<"r]b6J.h6'6PZV%-ٰVl}fP#i1)r: r*YM 7Z9>Zj/.H)B3 1xK) vl%SH&lVt2VTE7R&VN\1ČQ{,IYvG9'ƙ9Ȉ,,E 8^Xa1UqΩb_`Ĵg xEl%-a|"ڍ{J4r@Jvib#Ut|Li&Rc {zW1^JCbLSd6mގ=nT`"!uHhRH!'vx'x2&b6 CH&\8QU0(I+^+kW0l&)`A^C;2ߞ؏O̗{jJlv[cU K\Zy{(z QJQΘT~$&V&E2ەpْymݭȲN lz!)5sh)#;etB@W-6jXqAKMzO iO6Hr[6)S1 GH^;K$_2-EB蒿?SzG3{eHen's9^>KK3 ]f6uj5F!i#fJȡJ$s|%wqvyd)aeAXc?;|pϬ'/d;̷!LOE-ǣivoOqy/_rVbY3_d1=쉧;귿CQ=zC+Ipǩ;Eȉ/HE%g0RnyQnq]iKRbuܳx FH6ϟ_,Z=Ϫ$2f&RfPxEP*0XYNZmҥ ,3;-jGL\ްP%xi67ڬp- Z6xxRsU F+F9l[T,dk &3O-f%qAN4[,6ľsfI()v-i~< $zAׄqws52t!V9l{ \\Y/XN6J-XW!Rt>#;6l(9M5q,3Ϗ(jEMH ,.& #R!,i쌃8iٳ_?Y퇨Hx:Ze^se9IMH,~NuLP#C44W0"r:jYP@Kk=DKd.4 Z=Erj1X;0}w׬mmdzf3&I7 Db<&}ϲC$[Ti|}$sUŶ,V>w7(&:brQˆpA/,F6+HZe8՘?90?W{goHç'MVRiY9grH$u sK>eڧBe&myr \mAH8*b^㾩iDu,%|@K %]Y4_y=XWdH)ѐ9b5d^~-f}8Hpa\h04bf96S-_e$< wLիs:.vU 0E>F.Ne=,eq퐿M<޿P[4* >,9P~ɐ9"/e.N)~:/)m_)y^FVcoh}C4TWuيf8dO/*i2D%3.Wr9f)ဟ~t`Sq:E>s4eB{KerNH;:ϯXX4zˆ]bCޗ6gZDq|P/вl㐛-n6[QՅY̨99)[֭1H"[dY13.nwl%},#.O}LLӐ|L"&^ Tj L1֣X5YiHb ~jEivd-*61ў~i-UƟ:Ȫ0:uNrZΤ``Ue)h٬NHjq`9Q*\ { \| %# ɚtA8 E5f\@N'H.QHSi>|jH.B)X/L';2A\JtR WR%櫈ci~RB3}{~t)^dbbçlg ,!S,Bn6 >==+a:jNa'[Vbd:a\p~~'+CI-v ',C8u=|.Ȧ`H'h_.Q:dNq,DAb(䫜NkSwnWsM.F;hrB-\es l t9:,}L?v3b<0D nʘ pjw$6MWp(Y68!eđ8Vr*[4-TAdd% 9BW}#"h@w246#+Jw2pbp$LIN&kHiOh6rs t}TbN( -ITc#:Öx(dŶtaC*j=LF2ULEx]qGہD1/Qj&qLN=lF1 TTD L&8C:AQec8![8h*Y?-Iz#C# C4$BQQp5XoV8h<´,Lut_caYEEӰ nHzp<i>!2(>x*ˑ]/m WhIÔq}@x:AYלN'TU%!2Qr",?v5=k2]اP(1*@M! IDATE۴^?cԁ0a&2}G]O<T* %FLB"5vyJ!JyEH $Zb)\Gix2HP "SPMA^'1/*~=#!f=,v) Rgh)W:O//i/]NQ(oxi<˜9 م{ϨĎ5lJ:_ʱ<d2t no妇.=V5R4g#^!n;XBZľcXCWfUH="o wCqd3o2pAy-[O &ǼM.H;gk|UhGxN?q3J^Q瞓s9Cl2 +ᦁUJce$ Rl,}e [j?_S6fYc~^X+plsO[\D㵁.by"F##a|CTd.WKtyG 6MfFFJfi7W^?ȿ1k S25,;9?-n3Hiqӧ_()cU6rD:Osڤ۟z 1g?}=݌uj {jWL?|F1 %IEv pT[1x<$?c_t)6y?:ߨkWrq?`:nj/&M?]48$nl{MǐByx5û~=ϱpgdl֧{~d~S1ۭ7{,S#88mL w۟w^<_ mBߧ\pyyh?Z?|Fl&56يزj~ Lp|ʼ'cbiUؿL3:A!Ϧ=nvLwW8jW?=" r129.XLnGd5߾[Νig9?P Q$nEƏܼ}`_Ȝ5Gkf9+w?0z~aܣVP/^0~F|PJ ό׬`\?Y ev L;\֙/FCI //lHs3zdEUh_|Hw0TJY96 ՞fx(K^t8!g7{Je^@=9c6_:ŒrD`{L&3*xnsn0,pAr"',fk,Ǡ76Gri M8kuŚ!Ude VD,ݥiՔBb3%T.9g8mSEJO1߬x)8E=Q` R,0 Ny}zfK""#MNO!Qtb> gYBd%BN4^[wȪ|>2]b!wخİDrDH9Y b1/eج2d3l[De.//Ϩ蚉A{<U^3u-V [VG(ʘCH 2yimf(˔TIF)(٬ً i$%( x2e ! C6-DD= 0Lp<8NH1 wd36b"i/l9S< fϷP Il$E9)iT5&1N1pEQ1,"I8µ],|4==\C|BDL0,4Ee>_|YEeÞt6_T+T ?Gf%-0,Y*!LTUgo4dD;$ cH|آ6|'>E %H` 2Y6^P.Wgn<|#SȊt6!ϦV+/E{0`w8pV*D(1 N~G&fR<%,XmHVu] 3 xm?u%񸅚lK8 ~ĭ8H}h7> N`пThwYoxN*k.Ilòdֻ |\ ɤh)-.MgnO>ct) E5CHZa1fkU!GA؆K9ݔRiYO26vA>m#3M}"8@5Ō%$":,Ѳ?A %fsή $c!ҝ&h[pXK:;Pa, UGT|y: !"2՜zY9pצTI3Oڤm&\W?Mw5}oL^-f<5eн{F\ +җg N)zd *z =?UzjSRw&"]EUU:6S)WDpH:H&8! VrQHyuoB#Qe W0iFUVfOXz| H(8|V?g mp r}qjb\2_狼60mR!<GE%EɲNgJ>[#L;N*l9/ߐIUioώt:s9٠BHzFk0$c[ `6_bU<ǥ& Og|?bQW4gn̦!mk 4L0f"`XtCR2~]i\>2 U}VoxmvDU#*c,hdV)U dLgk$v|}m'0 CZC\>r΄8f NtvΦ`f.8&15JZP^MB2]$؞1t#V{F$rUR8>D>\|MʭQU(1Gd=Qe8p^KmMdæ[9ޚR.8 15_tG]D$d%G:TL"6[>$ATd,kzft͢4].c:_P.^|:]/G1AT E*K" *NkrD0)/Ȥ*AcI49E2hx%'gd4tHTS< ko ENo,1 #(kP>!;slGEm~ LoXv֬6I26V,#,j3ڬS9I&kɗ8ӝgmd ):F[G>>"kXnW d]QN; Kd8<8*zȨ=IYFL;L55ϟ2Yg9;q齌{o3~|h\Ti<|kR.{Z۠A. NƨqQ$|xxsf=#"@o4`;RysEH~̶^u7k=N?ޒ M_(TxtYm6"g6?#͖Ͽbl}w*(<0dJyK,͠k|@:_arvv w%W:cl8iǿȨ:Q瘖/rvut?MJlcDpQb֛0h|xͶpSFMd+?T =NwVD>|ge zw BBZ`d:h~ }[ۄD6H_JbpA|uwOꄃ1kddE?Q,VQ>gFRd<>sP;zk{A辶n}YcNړ]s h7_4|9ϡw=Kq %6/!ճtVs~#bʠ?c-nI+'zOzl=+coΦH)wxC=OP}d‘de3_G13,gٜ%ç&јEJ3 1"OKo4!ϙmigԮ=.7lj$ u*,FG,[6PS29-pѥ;K ɳYfLT "3Q"b:,_C|tjGf9+ݼmSg> N)VQUNcj>UEE-S@>[Dv%~f#|X5'Fz.O8b)&jL mb+6愓k#6Ɂ fݞg4P\bj>IX8 JwRđ,p! AU-$P(ԑ%NcY*|A X-4)?Aq|F1.3MH<Y4$I 9W'DED%.#eD *Jmc|3E7Q\ֳ-iYLBqSD1=ӁjIʴst AALWdw|lJhr8Awl^[MLQARY+ H2aXl:P,b: } ;s["D CXi$V9n&^CI4Zó dY'NV1I|`: /]HDֳ=-3-qmEB$岏,@.Ȥ| 'b%ɆDXFdsyBPµD"@'kM?!yuDH+ ;V H$8nQEv** LEHytKd> K.Ql$sflM'#8|[ƫi@\tH.sQ <e8;$s).Apܠ0 "$*BCM/i5IS_d p5NQPqi\euÉ^MSqMP4:/ A1dRi**dF~\ &hJR2L1q)^qmBbYl;Ҷ9v*Rq#r~ &IB^DgcJg~lۢ3߇TsE Q]G ]3mo+U\g\4kI.W :h~m < 9ހoYO:fwG7,\nIxzu\TUesvvF6e8"I2 ŊA5Sj~ypll^EQa:qOj|>E&2tȕE -"O{)Sj2hzƲ,sv&a~w36KH}u F&2Z13͸v >мrNӢtUj eP\oNqsE2/HxQXx5bIVЊ2z "'ocp@V2'{ߝq70CW 7XՎǮxcfO lBn>`֋3_~ҢTh1Րp'N߾{:!z3S.w\Bbҹ5r>lǿD҂߿p|RB+;ܼZbMW\]?zj0m9c [dɏo;̓\|ed77TUn?f9tg>o53ǯL6k>."uc6!+v>41Oi{6F\wTi@^3(ݻgo zn>'l,S▓gRQgtwp[a>oHrl@6q_>q~~e7V`!m,:G-IrMŔ+w{"EBIn8Od~Sl 8PPw;qs3'V}Zg#ާص ?`!tƫ3 ?Y,<|F.R9i"n6L#/ T_|u8U{rS>#崂s?#?:#1n렄o_$6d:h:˧.gJܷHƪHWoDQ(ڛsY֕i:޽=us:aNΔO)6{N )۲UE/g'I٫>~2T#5gJOx՘ \]rpr>p_ 6hl!x8c*SOzҜA/ MjlH$Cyx^P Mo׷OLv|ɡ4k<ğV74 IDATg۽p|Z}'! GcKH˿Y,":6C`e B$3eMTU4)AK] WadIδ)'Uʚ%[,5,! b 1=CAp9nH5"yh$]dAHrG\*Yͺد'T.ab-mr;'K5cN:vAfEa3C@Ikx b I@^0z-%ZD\0T\Hpʋe{!ݎ\FDRdNbت h@͙l wrnS<<` p(n"= Ye=8>k" {5x[O+yތrH,I㐣4頋]m ߽#fHQтv\N1UxzP/g[:mgtF=6v u.زsT6' 2~b?m!e!\7_!lvwst tJNqoBYQBtOd!gPjO;Hn=KYO7 Oص&p[Ԝ_,rJEn?l0&LZe "hjȞ×)JC'iJDdhxkؾǺ?Vuf_0sNf(_i 6Bero_*قmV-۔ ;]^Y5bjszIjAuv nRmX,gHBZ|l4g2Yt|ѥ0||d=[cW 5652SaOX'H[.٬7hyXf9xr¶,ݢ8&Ŋ`HeEt`8Rm\]\8&ud:4 kI"v5z"FU,zԣln1=#*2}jT [|\q EE4+Q#{ErNl7>!XL&@Yps  Ʌ8DhDFm4ARՐ&s,uwCwH1XL4DwKdwmDYZ!mw{b;#Sn?+hh(cxE͌ioY jOuKKd>g]qc3=YPXB3Lvt:}tE,쓄 5Ġ[6]dYE`bRn`;9⽀=rj0I8:9AUYe^a&Q}!spSQUh_Mg 9, BBTvfJLJ#KT`Mu &c"1!YErn\FT2Dљ*UAj2hDxn1q,]6iP V 1;l$REէ*lr15|t2xjߢ6J\B/)6&&ת"r$1c=O6]G[a Wcx}i):Ѩ˕0M2E7DXjEJ"N1O8<ݏ(4>N)6ASQ1KJbhNW zYQT&c #_.P QAd}JEZk[JfH:~h7gUF^7"%F.ΐRP \us$D _/h*MP]#θߐ) xA@;9/O+\}% c4]p\,SU>}( Tkt8v Tޜmh H=o^"T n:4OTuoG/qw_bZywOC_X-4bJe>}6h%V5:yMpO&QHa):nh]l|"";t"\ddV, Cw8\m2x0Mɕ|taO^Α Մ5wlKrҪ#'Y2\B8 ]˱,w!b2r.er$Y b|J|SL`BfXT?>n z.jel4)ΐ4" #FЦX{A!*$$ӝC*t&}&#YjxC^dܐ\%QU$ ϭ&d2ܑ+pL 2Q51J1j(Q xeNw0s=:>c;.  6# HE~ɡXlVdB\FD4|$$2z1x2C3l <p[|{GTPMt-O!WAwc9dFwҠT*Cr,ވ1niYjh`2# J2mJ_e8ddʹm0uSlT u^"8 ўcod4hLa>\Q1,)I3 ETLָʕ&ٚj퀂_f6_tx9>{_\m(Wk6AjRMc,B5$F$:Ro jP`0 cF4@7TΐÄ,oTjMI83_DŃxMqcɬ]1A2yT! `-1['q}[U$&V'_S?(P<_rvxkicf1_$3^4Eqa8tp8j0 - a"H"f aAOR%Uf196&y\|eћ0,6[(pX'CFk1´MmFStMce4\AgH섂Alz8a9?=cXJdBCTR2Rَ&?oQ]0(֑u-~.Oo:#-o7%̗N[ 'c=4<~>v"nɹ>#]9;0ި!h _}Gc,t(1^lCC:.;22yl\ tY.p|MrgFe,K~;Hf8&ȧo8~jɇ8U&69īl3o9u8>n*lf Պŗ{xŋcVєRA ~}-s_P8=jq{wj 6>‹3xʡG".'yјSh?!5Cӯ'U4eQo4<|eܱ._?kd)|EFN0Ot<=h6|tĻl@RT0Iˆ 1>>pl;ﲞ=Ln޳MI Z3 ,/fϿSM \q: E./p{wzPTXG$Sи|-V>;9(;dL>;AdaX ̼`AnBCt/Yl49etKVV+],AGBsJ"#CdF+:>!2z~&CT(\ {fPMc֋%b CxvE^2 V q hwdQL ٭7`:/s%raeEpjqrB!'L(Lfɚӈ( ⁏,'3U7{! qAMr2.ik:uS,R;,z=J2Iot>c FHSPLJVsTaj.2btn3a/ٛ/b7VT"1^*EF(= 0ᘜX,`|fE 5OsoH/Xa hsV#.$M=!WE*EbNU>q9ऐX&MxZH)< *e<0t(bGaf㲃ai82Jե(f\w=QgJ]`>-y$9%s@_"nE*E| aF7L%n6^vFRa,= VNB25rLeTUV|9厂.K\"$@6`]#e円դ}8xR=:FO0^0K r>6I Xqӹtf,f;NK'9rK; ωrCYumV},vvB(i~ WTF89ӹyxF*42kE-kztʒ єȥ0kE*!t3"GWGM2Ud? p%Śj_~BRVINGD&mɎӷY=o ;֏}-j1j)SLI!4ֻ-ZQF֏QW]>` 37q͸ëޠwΘ(K6ኂ&OW#Ll f+&^v@Y$wpHS0g[Df1p"L{T_4moI j!LT=Of7-HszZmP8% bk2McHː$i9''( :crG m&O]HT!-+yZ/.XE{2Sg<`(Ѱr,xoO{=vgfµ,!#_whJ,c̃"cs=ZHKcGIM4_;:9 63[k~^,RnUv̈́ƋXw~!|zբP۱yxW.#5 6TO!GJyahlTO_l YE0- #Yo!ՊGZ? &mz oF[-t ȋ'\~愲Ubp}"׌nOzzS:*!3,0o8evlyu0jE.H`B,A^)f#Zhv2ޓ7,c/MpFδ̇,& eQtyqQ>U HN4YR-Y%{w K6uGIS`0BvmIgHbk9d o(y;F)fr{C&V,Cz>VcX`;6RdGN x6Jddl€l&Ĭ eȁP՘% (LO:fM0 B&d$v`$8lbBz RTYQ2T/j#ZbJD(QzH) aO,m<FfA-4BE<~7'5Eمki6Y'sHVW@R$D"Gk)]Q6)%<]Qvd,t=c [$]cE9/Ƕ TU!؇?|r9$IDQ0DzzHAH Tu,aDAO/w"^Σp2"/VsԼMIQ4 "oc W1/6I^RB&(5͜#.aU| qF(Jx\z9$֫ ^?xOt]$N'-DݦR>G$3 IpB5,UmCXXKXҿ~6Tc8ҨDWPu a {˗.\"B`G߮5yn?kyN_{%4% Y8>net^Py6KQn w']Js$)483\OW]I÷$ NNXf bf_y%Ŋk]|g2<|~"r)%% TM&h8w5̲G&(*nBxϝ.Ɍ]3yqrIm%&6lXM#j"^#.r3,KQ11S#ה+gd-Jy'ȓ l1*5&FU+Qx*%إh #NV5mԢo;cp2pe^wI!| ^S8:glhklF [!ef73t1N*/*|}0)Sٔ/N^2n7]ӄSy_߿ae>a8FߧIu!X% ''6lzK|ƨV 3DŽ7tˠM~~%MtMvrrH'qt:__ vHZqɂ^{DQ`x@ αLo wx- sx mq%(׏(To?qrzB1G-f"~#"CU_82`!ܴ1>OOS6.G.;c'TN^GmMT 9[,yVr/LncwӧoF=&Ɏj|yKלs3G Kƿ]2]1kXv8/$OkSfw]p-^_IZzyKֳ%[C&S$^8?RF5n~~?=@M)oՖ?aV-fCʹĬ]ܒjoOiE/*U,=S86\ :N/xtoWtɘYzfY,;s-=}*UUuAH38ŌqnTwe{O]7V.9x1;f{cQUaoPp),/?ӪUQ__?P6j(ж)?+WovǗw\gHmytrGGtwZ W VތMb!lVvBrY/l9 A>Q-94+2%bKQ1 9=GZcyR4&akFEҘh̢7fcBoE}UPS讦%hEu|v`/?5Ȃ,ӘvkJD1mB&hhk=y*L `vDŽdg0K$ڪ`J2r 2_/i>D, "(4.f^VDt(ԑ2M9DHUHՁ$Z )2-""NHzJ)Tg/?99ʪSQs N Ie@U8hI3p ۤب.9^D)8(*ҲKdSGK\dAD\xg3Z`##Rn,=Iɓ/pD  R@oqUtQlJT1ORlf2B5EB)SR] :c3S>)R* D7ǀ|Vbz1'2tEI͂3ݜHFUU_|_h[Gt\2?`6QiՑ ?8 ]7{k|A\'%Y;_B}6=``3<ݟ d?_8m.oZnեsvFm]}fߓI"rjX1q;R44"dT`ܝrRPn49n=d)ŌL˫w"JSn28,LfZR?k:밙̱4jfLCsjn Pi0{SUHE6~ HFxfK[h_/U< & RŠ}qCٮ_gx}C 4 zzQwupQW[|\L7!jU oƭP ?G3 bO.N۳Nq% r(lg *i/LƔuOBSY-EUovXP.zF1G>rzv(LSj,3ONXO~@UGV69&>jh2-'ULUuM ~O!6$И&Dr&+$~Yrnt>Z=f2OPeX$A@VR(0p%(fDUTu4pX5V!/; A Y-GrHlQ K9ifF >nT"W<YUs8vȦB./ӻC1qj6J(;%` 1=)Ds#qz$O7swHc IB5 'W;Hq /hDRQ% ͅ4Ԩߢ;)icD(*{7I9bnCC5nEU cX%NS2qn*|jt'2|f;c4[{ :a^I1ݎ}0ER>#~M,*2a4Mјbfdd?z "t',`HT_50)Ic8 kl0ߌ5XF$D&jc!e kG"~CS4X\[J+'o 1PiU8;N5A"+Lw;l= ڑg NwmK1|[?l̑cڄG)^U4P"b?b"3]tx1D\^Aeck>@/Deh\n]1|~d-b)6E!Eky(@Qh^d"re/OXdGF)G Z.ttf4K$-oc7}'JeG`]qZtUN *Yt?=oQrINJ2OSrm[ӟ-*R]8Nߝ<Q̛z_b>{-6G<~|nXrh~'!@r*/H]hX *'׌ Tu^>vY1(&t~Sr_8=|xO{QpHwf߿R=i3Y' t.O}xJȢ`F˙ӏ~x O/+dO.'+RYބ~J!_iEl \YL$I]VŖw<~H,6KEbNWPǟjFGcӦ5!vҧnx||q~-qTN/g z=ObI59a=`&n=hTl8x@0Uob:* UR0 yd>|9tŪS#.=Y}AQTfz,)"Z[-Xe B G9^lpf-0~a"Հ|f4d5 2$'W\ }`u\cZ[t;p%0!&/w'56%HYG[i!aF,G _-DHO yԼM"# X5qEN̨LEWYƘ^tGU9;%e4x@pE^Mh )6N2"Ec11H7Dڑng"*vK|(.#*!5#Z1mꢅ1J&Qq nɵy7 aӟы9L"80JArLx8tqiڔ5(d4Y/ %7%ꄖ&xG vp\)sLI8"ivఏ9RT)Ln7Vl߯)8irx7# ,SجjMbeǬ Su*"Ys` ͣTXlH2)q]J1\S).nT& rvvo)lknRi%{rv|Ac{*6ٔ8:Ar7Q,ɩ.9J[Ol뺄ai d%g^q}}IgZ J@=9Q=k"N&aKd ?ݒTpv6x>iR0yQ< I|CbB<0ۭpUψDCdkȩ:ϟ`ԋD)8;;n7h,I|-eݮ"[:c5R9g^z>Lݒ:F)WIC -R?2NuRW;m4 //]^yQȐSf۟rf2M:o_zG0l7x*ߡ;5 (zH 4r8tDsV)|KbV9}uM6ikԮqE!qvWTd4rҺ@H no)/s&**7? Oc:×-ŜZZbzJԪW|!{fO˦$_O z}T8Ǩ`WQJ1nXL95W=o՟x#&j6ŗOC\SswwO|Jf8BZWR_ 77oq?hܼl~{>W%\$Te)wȎB'OZY}#SArq@X27iKk2|57*RZdeq IDAT.a]'N|Z>Ż. \ɽDHx?-Ud3{?fm^ G;`˴mn~}0b"=ճ, +L_tcpdDǐ=/W|0M1iXhT4Oпy6=JDqCf4wȡ/Ja|8\~Fi0i]8k]R#gr f1NjŲl$6ö;lc0d _lFs 3.; йG@%NGϴ v8i㴪+3F>Jq?Ӹ9#5]Xxߨso ċ+4S2"1pvuN]#SVdvbMTO9ywt}}ӵ8y}Ŋ#Rt>BBP`slS(UIf 7#>PdȎ~+߼ B}|:cȗ ܽjDrޑfG{|~Q{Ӣwx>]kF-&o@n#O;\O2az!Kc&ibJ]+rz{LȬGwCLZfl0llZ$^[Juƃ f~Xq coGyNd W4bd5;|{c[lz#vdLD7D4I);>S`-R Ii5/QMfGZf2B\IU25$ &sֳ)SU6wHlc- EJܓ6jl^@ //(\2"%[X:nѩQQM~=F]|d8|}]+Ga7?i0t?~OLQVF\qbPOX@I I 'HoNKyC巯9 =:y2 7lpwZL 5w WrQ윓VOS]To{n^/d-&6 3pz\|GzZ@X*a\ui hqs,^LRƛ7fnpA0$x:m} *sarHcrJ3/8-xqQc+V ..P7U '_RTrO*#R^DZXF]u$\1e+vx~Ei{]sb$J4ݰn>\ePMpǶ-j'[ASWj3NAC_)v[5| i4_5xׯZF=c=^|{F.!֬.g$5oZ<~jafYtT#Zݡry>Ey3_ZY7}BKSw CHQJIJtSk Oy=NyEIk&UHt\Dw1EI?Rh:!cR/_7=u9{'h<9Cw"~!ez7fu]wl/+$JL׏tnl]̫7K9Fw]Xc3>Uo~@ n})SlzQv\a]!% T '=Lݼ^>av;{1̿ c|ar2oyi_3t^Zzv>`jyƃ%Zjһ{zu63!iNGw¹;4O]N0쯘O=Yne+e_l7ȶ^iu:8`0Y/ΡXELHOl^ڲyzf?6 _Y>c˄aauvFg6!*"t{@Ɛ56Fu~~&I (TT5 ߥi齌i4Xb9ѨłrEZDG\_]"Ō|>Ct%W3Bo+EGYR>a:a.vv.9lVG^:Pm rIU:$,)W $,UXWT.Z|F =`xJCdG㼍$lSf-#R҈#$V( VKmb[y$$VQd2Ru9&O\$Dvޜ~oWIc8Zv a 0t ELE(,f}t#W(3*՚elr$JL<$21.a!/3^/p]`:9̜M;?*$P9 il8FwsL'3LIAP%S Ij,SHqHN39g 4zy*+ȲBLcl>V4E!dL$°(da8Ēv&E|'膎wt %50TUV5aP.WtQ?pE'SD IAUTfiq$%làجj&8f9`$7, "U$,UgslVkTD*:c ~$ #).aŊI颏n %nQG5$4C`.Q|U1 )R0Eֻ){vʨyG; $4$yvLߓHvq)veuXl{ DKd#g/)^rc;&ARDypECt)d q y;@5h x9Q. |U:*Lw]MC({XNc+X*!ialAL` +tC@3hB+**LwKr5yH|P9#RbY)m2411 [i0%_*s}sOD4k:f>E˷-J A3ݖUpg-p3=> [V7$_u !;z>!TDUөDܜh7e⥇ӮS:ؙ̲M(D"wה#I2f#%JBOF5˔˳ r#2*?0gS›/!yEEN X<[n v[tUlUPWnڥvҠP*,vÀ F LՈk:gĪO@zH!B bjMSB1pنhDSg;]n2|MI?17nXv)yMػ6=wUWPI{&E`o~@U(d92\{e͟`mFs6ё[/ݜszszhlG ~cV ¬?:L^qgrfAW5m!HNEGɳ IewWkL 1oQwL.%^6x??!d;'w;>SR(lzsǮpSm1=0?)=Ӕ-a]&]{mFRQS>|B+j-G="jg^!a6wOϴZ\e\wȂn{yV|k _c4&aCVrɁn\#=kI0*H(xssNKs,-Y.LW ڭs`(8;Y5Izi}c6e3aHT t\a:(X{; à^3]̩5z`%1"ruuflVknGp&fAirxy~$9 jL rLDU%a"HOwtZ-2Q@UUL@cc(bIIȢjk<>=mlFDLSE2")rbU1mrIffYhՑ Yr">_t?S8%㑜#HB$Y4[MbN]7'J<|8hrDc,WlCvF@RlBtMg? wML+kGM;ݴp7s*#EV3 \ oyE<_K`1 9SY=\km.͍ŗ_|PHIzLʆM<&Ib.&NK2& -&ÒYj*90IɴE<¶%8c: H[$9awXs$Hx*aɴ%T9Ӗ<5 H Ȓz1zVl9/t{dR9|Ⲅ&tˆ\#fv@T]8l1rjB3 yx2,GARTDj_ȕKg#ќ|9+ pL%&!^-`Ư&m>@٣˟9tcY b }*"a^%[3DQo GO0LHP)x%D/z:&BI9Bfׯ^& MKqѨEѥ~Qgl;4-Ӛp8θ|/eDj,K~f7wH~BRȪ$nn2$'jQ1~w9?@2\߉- a49@74K q=vk EyzP(2bnM??ě ن"d41LfMC+V}tզ\{ =j6)䣈guLfArE@\a7:(I9#0-4[ "Yo(:.F }{ĉr 9ΐjW/`3]Wgs8|~0C]R ieYcMFXŐ c1 b˲wO ŋ:!e3I>HelO:V,NЏjv파ѾiÏ=,(C:0ߡ&˗%kD#˅Lױ9a6ݳL_?}"pJxyn/ABr4].µ#Cgl^BATg,SJwi<PeffA4rh1d+pYur`;*pv{Jŷإ 1FpfYN#[$|z#q!Q,]W/0N:6yo0mpkE~KktwivZBK3x8Gı\~stG~P@n)EX/ zG/"Ur,h`ҡVłlxb6Q'Q|fa;PUYȇIS9O<=50x! C0c:!7~F2hHTBv;$Q&d,BHf~i~HQ-ADn{}.հ8$)orx!IlwN|jϗ l.D3z>db,-3M&#G)w0 r>~P 3nJF4yyz-- KӞ:f6_r~~p0""ig<kf|`pDx8@7`ZytM³D%$"h8V{i&(@w<'=ļ&ت)Ϋ%ŐYSc=q:F4p~S# ҏo~?ȧ-h˻J Om7X[&Q`V5?N^!D pY)7DhaJ?#5QHFl0Bt LQ/}ūW<J&Q4ua*|w?&Cdᰁ-WLƷ/T\3J:M,\Tc3ߥ[Op~֐tb~%}o92(A IDAT6y`@`Qwr^ZTxY2c4dI91)pQx'4d<'R?gtV7Fu=Nz(8迅۾'|B=OU/3 1%W' ›3^z#fO-3@\=oxesN뷄F9^#Y#D6ᅦM}b0d៕)K,#U?NXQȲBX<>\V97}Dls@iu(|ͼPzwEƷ=ŭF'W.N|~ƬbZR|[4^roY(1k`D*$\i5}?HUf)TE^Kjoh|H&R8g>30uY+o߽C&!:QԦqV-1xz@3޽CXk6<!W.xFuDz|x@tt6rvqv0a~ؠ4$ox4*_c &=Ga+38J1inY6}U#t nPx9`2dO(*0 uY"'i)VcgYs)%ulqJ5Ta֘bk>O!5 lM,E|zwde|OP txYw{Ⱦ XxjGB p96xVx 'GDBWUrD?P(]n/x T:ؚ>ubt;0O*ѫ(ˢ=4O݀ԱP% ;! *'Rtq\ɗж $ Z>bsoDBn³ Ie[IDTק{Dإ p: A}X$#f[f&ทW a>1.WIO*D.,"+тxAK\Ɨ1&c[ ٬{aHhNrQtYBN \1~|$)Ȓ&Y,rBW|+@.%16(D>$&Q\cC:)yEg06QAd(@LOddraH\@|ܢ)zN> 0 f8{Tˢa&ʐe2bix <4@C*nl~MdVj0mY|Xaۢ*~M1L KBxخ"v1F6[☮0L-`>Ӂdk43T5%􊨎eXftz*v)0 #M@ t;Ǎ|N(؎f{B#"HH.̣sHf;x.eT'$H`焌=lD.r؃g P2')$tUX>GЎa ݦ<^>$q:%Nz,+(O6qp]xJ޲=фߘ.Iz^(#*{!EKEfQ@اT$7 sdIb;[Z: PEx,ՂOɎ1utU)%V_7idL rYix<"q4M4tT)c96Kn#t]'&9s6LJG΋{Q Ț.݆xFte5E8"%P A~bȉmz3mTI/)ETDvDQtt="ŔnM90ui!#T %</֔"r$0[QR?el`2g0?gܠ7w.M;g;0¶Ez=qd?DFibSux_0?}A66 A7]MXcn1>{HژOlR ՚|h0wd>hq\Mk'vʛ_|u5/ۿ 2L{m:.x+HG WϠ9?छ$Mvx>)nIdȾ!+tf0gQ*6 xW DAi# F %ʹdT g@9X +2͜kT-]Nj!f`P ^Icݒυ,]t{'Ue'KXre4)^#4Du:d#` ޢ F>d\|L&c() :61ΐN Co~@MbN3х at"fuE t:tD\x|uo!UC<\*1Ǐde%ZFg~J0WGj(7o86㖜1jBrq}ƴ2<O3Y΀g;XϏp`3 . rC[uzje&# ǜ W5iZer-~0n jeN#ɘ(1_}G )/-6/tq}LKg v7v1/x'ngL1̳ ^H֯cXpt-hrTTS&1T/Ϟ Eq({F.2T YNhG!'2YZ25l $ Tl5 $a:]3 V nJȚJ3%r{KmɨQ"I(h8dQ3 4ur~ p: {da4C4L MLk0pk B I)y9_d7)Wӱ$Kc߰]NќՄc$,SoKH+3<'Ec3:娇UN5{anP*Nw?2nqN=YOOkQ^1ޯicEtKGxVB(-Qc-Ў V* xrUThJVb%(Q@V0ƤG8t/hG>qZojerوd2=0=nМxQ BDA͘ 逨XBl rKTQCDa0_X(M3$ʴCRf#FhAwo 3̬˴C;B?CTV3/jLV1ÑYc=[̶"Uu',𡅬fVLi! M1/1r(x,`h.!>SDf)tAX+sq qplE5tAF>'NO$Y~c \L/ϙ ':*Q|Fvy[%nfy|z.A)XY_n娏(Ԫ'rOx~Ak4ԦtYA z\$X<`d%|I#]]\?dv5+bjt7 r@˲iw_ָ{鑓A\>,!/bF>B)$wVbm 6aҹC3vj$z3[?vLt":|@3jo,+lGGE3ڷ/=Q5ϿϿgOcDq}WzZlc^#Ւmss_PLo_ٱY܏وG9)Te?6g?9$)<<>|sN0NLxii -Øz+6z21 A" BI*5~Enɾ*Rsm1bW$z W oX*s# w6vI\hWg?o SAXY0COk2r|\m5OŊkTf>]pD 2_bޞhNd) 2|jREW^DZeWM| `*ҙC.059lMd_q|y;db|Pw4'1Zf츺Y^3ŖDLSF+Wa('(c82MԫY6-7,';FdJgӛQ*D3Vb[bUw(BdA-- 8Zͱ_zZ#0jEQF,;s p(((XCg\IE,f{HP r[ωI 戧"F94IfgC>l%a{vB=" z1BEMeL"r# {+HP`71uEgf07 Q!, V[_Zjen_$b<>5S(9 l`.v!Oɢ-IIX6;Ab>]a.O.@9i ~C8 Vcco,{RYZ*96IJWk6-* ٤-#*.!o,ΐjJH@6ȑ؎׻;l%щ[.+xV|nf-ocB!*ӄn@ jhJt[QH@a[(''LaT*%\p ͲR)Ũ!Y( =Rn1cӡX" 2#2my,5:NOX|E ddȨ*2d~/&>eC(4a8"I*Y; ƣ-aM,4sbJRaI9Vb$"IL"9Rmu,k%-6[q$_ԱL0VHD IDAT΄\hzE.s6!ٳ >a^1K.qct#(z<|{V9S)5|D,7#Z( o+'W|fV/iA0-^Z#Ӂ:xż" d26#×oFKcz4=|\gTulKgoL'y/m R6oJ*Aw8Z,1,?gj*ki6#d51Y9& D<R|/T(KL]TD3 uL/m\{i۸^Ah,޽~nF%T޼b3]2̘7XـGjٸCˠl&K6gdTvn&pG bC;R~uiR-njCv5a.K"9DeJ*: F$ zCRY Ty4X&d 3ӉxvB4 L`F>Qr<&mX)rNǔdV1z`Qen b۠ 5')x!W23jg]Sc=:^932v0r&QlFTBVYA ~ߑ]itD1h<~XwQc?cɕ4K[;u_Oz)M*w+ggD_~fYVrĸ3~eIi꫗5nj+~Ͽ J:㲝MPlU>+\OR?mS4R֫!Ej&1x|KotW|9pz^!tQLPZԨ_л.W xIwwծPm֛=/g^~z<"|.Z%B/ėIQ9yq|ءIqwI  MrYwag8ost6{mħwɄ?v͘%=n!~@S(:O?+d$Axq&|ZhS$@w32zg=JC39b*`?'~%cePr&Y))At weQkTɚ"ER%Lb1]5vgN:EOOFlWk*&?MR)H)*H)_~r"Fc]b, ggxqH0[P#k"Ոrl4CBZ t"XJ8&Ooz fQO\T/٭"UE|E-#3GˤMgfy} r^8m!'ev7}gégYQ)s\!#Y9t( ExYM!y2'6)|~`FFSP#9KaD:P7>02J eÔ~R*d~ ,r@j̟YO$O%,1@Rl29cHۡ\uɟ7[e`W3.V e]u Ay`emY!~ !^ Zㄏ?!eK&Q|MRu )/_X(*!'r'r"G9鑗d ~B*w_!'"Ƨ|yfϣ>SጭpǯjE:T,RnyN[-hWgxO/lF陜QpnIu*6^zdYk,f[__u)K&.Ml_p:g f Ɠ9jz@\RP$D_1f^m2d7 J`LAyB m0+w([6ބ f|MĔD;]T!K"t~&8kɋw|T4q[ rW/8V䄂eq/P*7Ii1fLs/hWmF#%ڋ8)^p.2 K\[ >g En<l|2'* xAlND&)-Fճ6Y+ࡃTʢ+)L:RqP9o1ry~C&vDBgF3(f[yޚȢ;E(E!_H3#tZ-Of3d[$+|ګWIiH3 Y இg%n~Bi?>}Db6lfvpsaY# _ޣ1v/j&k0`-À$'o 7siRv:a/T`e;r4E%û[BCfXL{]->1`K2"fSz~'EV!M<)28Lf8Rd3caV56=ry@yx#C8H~HU!k< ų !!, 2H[9%c4+l#./+RV`7 2pCp$ C(;xTU ]OdO_^ow^DE J՜UDNU ńaY=!#jtadQo"`4Hf]q< Ôynl+\=CƔ" - r10ILAad2Ȣp0^PR)2HX=M?ZDa(p"c[4E2)Pxa2@JVD 9kR(UPܘXGò$N3W%-j(9 1h,#iײelQg;ߠ SGGXYg-⥋tr9}ViH1q&K1j։UCPѫu|Rb&Sm1\Nh[ uP'o#%Z'B LkNUb%hN\E"3\Q<):x`.ɂv%q4:jY|' &wAT%B]!/3x^HV8# #<7Dix 1Hh"h3[oYwT y"QTұOL9]LMl"JVٴ#C,TgDqPTݐzb _Fhz,"v=QfpO~ݪ,=ja2u8,BO|AzY;3\b z356AT`FYt%!4>//.Tn| ''U|iFH~BV`>}8R@K˛߳\MXԔ${\ūo^M(!W5F&urM"gO z G]OIs tg5^gx۷ߐ$-Ǽً'<LL3F+G8Uh Ry'U_0Y< /HQ@9< '$LuE:%Y|} 16Tg&_)pVvG'4F,G&^b,Ɍ3NM4%GS8ٱ\F S%8zUvBR}JFeҁpxtE˗,s*&`4"񌶙E$ʦA#nvj{,€8 ㄪ]`,4UZ"%KRb<`k:O@Řa! j$rcJ $" b2Fr mLaS̩Q np$2)0y[4ϻdu4!D7()G#f6["atBM]e05휕bUT!M%e!A?{\1U((*lM?\"8Yd- @M͟I:qC((Zf"[,Ր\FT\a!vpSPJ&dbZYX@2N#2bZc#!,R砘i6-\""*HrFC8w;D]eX"K"YƴRR&<=admZ€ g J1_Ux5Şl K艌/`LSAj rR%-<PÀQB9)YF%RBw,؅"ᐬU$_H*qV&o>Q?o`6vEH%*rʬCjeRIYsE2jAP+n-_R *g1_P#pDAedCqgB Cw!/|,Vv~e9lb_}K1z:g1+T3r@S8d4ޔ S(܄b(Tko&9J4)=~g1Z4O/p.ggWd2UdzhJxEݑVvVnr+J jG~By;9|t8a&jHq+tU0Kvn[+mUl.m\|rOm:|!+9Ɣ5Á9bryfZ׫uC!kSjԙoV{38.ơ:%_$(ԋ|x"g(DxH8?"%\_svqNB-ߛGp8R7X9w>[nQi;KYGs)5*d 6w>bLR4Ɍ]~~F?/0y ˷P5sITJgX>'''fS;c[3M0LVxRbT#*~@V ./.QR"c%kx|(hanZmsf<IZ JR@;&J  L3n65t¬ bzu9G9Jl'=9~¦dh4lv3)K]ߛ\IŎZݦ\:a5 LJGe!jHkwuF>E i. q(R挆*"^.iT*Q S׹A%2 *͓ Vxv@3uN^[ovN\bUJضMDI:sk52) )ȒȠٔjuBӼhJD&)f#gh HVkw.77dл}~e[t{=zA cڧmz> Hᑐs#F@r>Q-Rp1#|qٲY.\}vMV?IGj2vߠd$bZŦw|!nk<<}FI)r|CU&X Ty-i_ψIlj^,/*+Lb~X)#3T=b>蓱d)'v;5  3a3s-YIQqWshji~Y-eBHJMbUu1'"xMF~g[vl{T&ľ>6 0'od8cj.fe23BI 0 R7n?tgaҺyG*ʰn0:Rʁ=v;.%Di{T5MKyJfxF*/z||0:P7@145~H|-'!Ir;dCM)+؍4D"-G9׳hE/1s6n<'|D!_۹FTLK"-qB"x&=C r%#$Gg"{# +W&N\LdR*U5I"c єV Pi ]Ə.MqY IDATA!k0w 3ZZii#CNM 8F~{ (ޟPQ)FB֣5lElRzLVOfh9{jq(2RD֐+f]#2RU3 ﰡhI(JBJLoFhOyA:b*fN9(qvD=fB6t$ΑBf9DMF  i2,Ӷ):ydlX&ç.nEa{҆"L>qRoPKT0 !3knDID`K o$̟lw[ʭ/% # #z)eMg4o([#H"nD'-HD^ӨIp3A CV9Ч<Q. i>՘ZZ# qF&zDUf/(LV;fL, \?!İ}`GIW>WW_1/>=A4$y\Ob:DLg9{Qg?ڒuN_vJ3ڱk'\l2~x&e:>L $Cr)l>|D%k nc Yd9+COyf3_"Wo^!1oZ/ { e"N<4|b欱sunR/̇s2\O?2ĩwd>F=>QU]\Ѽbrd^p)Kfw#j(#xzz@/[H\'[L]x]k и:ǝ_~Č3I?'jPj9%V|xwlйD5YSaѝʕ >ل ͞ru  ?}|$_-3I*(|o7\"zV .߾!|ltwlOZlgKﯱE$?d^Ҽ:G:t{ḥכrw\21sy3e` ޒ˯13YO=2' p`LAEV ~CpDZ6OTzoVHNJ[))[̦+jps{`h'S8a5[(ǀwDC8%QlzS1fA5TpbJ\`r?a82JtHjыyFϬ#|ElH uvș4d?&wU"kH1 <ܼ8;Bn-IYQ#Q7QP%)HFHE{r+>FU$H] 2v9͢,5HzDXG k|AT-#xX ;e!;g8&{&Ϸ&8kZgU2v, U T3S1*3~9nPMw1ܰHR_;j"jgX9p?!SH'4S$IJ@EQneYEVS28I1XHg2xYbrD” Z2w$vaQ!EdYYI1(q1s*#b$PdACp$c H|(!#!%=(A)kD fR,g3LIfgu I!eIe3DlȲ'LT""E8P:ŖZ@:{Ry+sI"r UPS EOCv筰4HX,d4J%KޮE{J:풬ӗuJH(kd|:Gw=FM,ȹ">e⬖H1`CqiDDŽ|!j#8جgT*&U5) ǙS*Ȓt=m3w0"aĘJI&q  ɎqK)KyTE%5)+#R-YJJP$-4\^0WgVwGUelJ\$miX*p0T*!"w\^^bY9\Rd1Oi}f }L8y{ g@ՠR} ٺ2Rs/v>!iHq7.юF#WFD&<}R.|8 'C- %dzaFP{5.bza4HϿpJmldqIOp7l&KjDaqfgmn#qK*qpïd%M>w/?FbB1γK޼"X,K^CP_G0 '}|ŋ+ILFk/ܿ&L/\^zo;I ;.7=.1Mz= KP)0-Nd3ctzCO+4H;Bm ["d$׏3*Ch>j!?W/Y,:gb5,i]ǟ.2bXR9kQ*WG$$mj~5(hj0þ nrǏ_5WI蹃ld_i6JEV UYoŜ`$a<@6sDIi.9}UK8g Ȗt?pAh@%_a68_s nygxao^a!.LG<7ߓ9q8fUxyaLy;Æ"ĴU%&wjYG\#f#D)HL9ǿoN)4L' &!;Ux]/QU<wg~ W7Xzi*E7n$sZQeV "e|qBFRWKj.HJA l]B yH1ތtUkP?OKk~&`jr)i7xߞX~z+1KYu^fq?j4V"g/ssr#Y Gvi5\-So 5w?3hD-6SJX5i5x2~Gp3x:4uۥ|6bޚ?=Z7]դ~򂛿|BǢvOɞ\>E{J8.Ů1.1ɲZ}hs )㠹?vXC/x]} b l0KH{d/CZQRd|$JbULd#&o(xnj-4je.( A! iȔ,jvCX; MIlz216o} ^"\)h{:]q9=zx6devf:^crumRt?`D9ݮh2lBS<~*#h^#K`eaA-h8g<rvri&>:;vWka%2,P/?rP4%p @*X=ՏыvjL`0iwdsi=!W>ђm2ZCa9X4*qs*XF^bm̧K6%RJB6޶)<,#Q.5={q !Q)RpC% ]$ lleYxfmDj-_{O-*"ل0 (t6p8mNH) FJ>ل1M#`[hJRsbpea![D]%fD H1'縞6 eXN&lM.r9 G#6 ftQ@s-4D;Hlv;D]z fp85۲zxi^C%l6| 1Nt| ,:B6T'b訆hrC5ƫ9)PUDCC5X.t{X( ز,Tr7.w= Vvg%&J툒5.`82 h$6#ٜd%:x"E|yGe8jU촆l LZN¸'f(⒌bfLOB҂d&ANXmXç/T /IML3!wd/Mow "i*ćh2Awf&Xyj*u hUKsO,9+EnjQdEGH Ϙn&fz Cɳ>tvlDeB!{ 7HʔzoQ/H1U@4;ծE6ŵ` -8RVe[x "+qy$Ӷ1;פ-)z;)cXh[2b+~I )ҚXIxjF%q3eSȀl*Y7[4)$)0ٶ("g5mk!3F6K\)CR9ɳM$[2ݠ*=xyznFTjudnJhZ(Ō&Xn3 FqT`ic'2w;|`G4l-L鎐9GOHB,+9fZc)'Ye}&>Ld |f5gDqkiۈ &aCjT/إ'lzK<0qUL6EL(mfD=$7D FVlB $#p#kGwl6D 6G߾.d 3*WvWPT!M$AB5nu:n9Ԑ h~pHϿFK ~KRqb]z: ^a"!LoNd3tD$ ~ӳS/q UM~1h~c1b?+|0&}\x<AWWo1.gcheeK4??xk8!s`9׏wTجB _?"D+6޵6Џ0)xle4l//÷qOL} 跸tGJ3|w埉 wȖekD׿cCG x?xS'L]f)*lv/]o+R{VBvXv2g޳8{a}0+rw ?~o.y~fł,7?q_pVooHmV/lDuKEW><".El=QH ?򎵜P.A((o xD1 Y2 cCcbWAȸs,vb»;22尞-q 1c`$>_F`NJYoze]mdL ;O߰6!j EhwY-v6e0+RbmwOBi"puzjdXin[؎K9c2aZ0dtGIyY?ٖah"en7s3X,'V! s IDATm TsGZרGAS4b\NgЛ-Xv ɘfOlm?pxISTo$nVF2R)y|# c rb_TȤU|aj5GVg8? خ-'٢\qR1MHbfe\mC :y@/UMJ1yz1%xMJ]( =RZbAWQe'>aGՐ^tNg8|&%`<<'5ođO,Z5r*ӽ'[t0lY9*`N}C&єj=Dlw3/ibn7R%D@u nϜr:ADU"(^npt\@VBaG_ %[!Mb0t:-}@.%niɤ$))?pzYuUVR/'SC789j1I!dd2FJ"jATD35&( `Q9SY/|ilv J{xY9r GV%hj|.`0 0LiԪ8l2&9,}peqB^%Cf10[r,0R?{ ,f֫xi^e6) H~p|`ZpDTtJZq]Cx<ϟ:X.T _M\?p8XfnEv(=4f2R,U0 o XfѤC+θq- yc[)l6Ǎ+gDqRUoHYiM霉QΗuA % ՗o؇ OcJ5U5IgtVN󳗄ar D)ʵ,wMt[bHtZCDÇH{y܌czJztc'ȩn5vL)Z%e3(s}8~fA4tOخK^a8Y3uƓ6Ɋ"")2\S-\. 6,sz1Rrp`:A@4ڟn*Ejp-Ri3zVqUqKB[j~SF9 zhhAg4T֛ rJ2l: EpiZ6g''U>]#gl5d`Uqq0 ޘ?MY 1g3okl b?Q3Xm7_^K ~K|%Bb[ Nj2g54Z32GUT`ceﮱgk}D$3~n2Da)2+^ 7Mg, F|.1b.3W;kvߞ)U~î4(4Xϫrw 1͛63&YE=&L~~;n(0ۮucGWy$Q:=aaJ4 sS޼LSw|3D,fkrcP QċofUh+t%쀥^!G(qiD8^L3a %O7XVjɲF.iփNHyy~Ql7vT.yjMxdMʕ*[T%dƣ-pz-2%,]oo8nALR7*b\ ,8sg^q\C,SMΫ!q ql4D`f(?-K0m2orrzl2_L\&v-C\Al7^H&.$%hvsT[ ]֐<C0q n_FW`qKUWHA&;F.R[V%B>STKg>GzJf21,.fprR0 fO&a<1Oͦ% mQ.X.gDH4]"U\)/glN{1e[X񘳓Bo=Vl|^?&*2`c8裩Ƕ C|Ieqj*$2qfKl%Z,X42y$Qt8F@DPe,ס//5|JF &2Y89?ESdz6a|nr$4"_(eÁZ${ (PsLg>0$ 295XnVNGlc6IE,àkQ+5|\&cyy2ifh)va:&lrxl7XP5ZR!<Ȧtwrb Pu2j0 p%tHZM6ጵt(eJdSFOHŀ,St\TYfj^"&)>+̃9U7iqp Z%퍱y=2GWh{L[qORղYHY61gkNjy?>r8y:3 xc ")|e{sT94s|[.`3Py;49E "^#Zڔ6>=3Kf56%{@g98apքrzriOn0 U`8L6O#ob}겏4bF"hԾ"\LOX:#1jڤ֨w{xGS!"tJsd$}\UqZʢ;`m2<}BAV6{X<^J8>:EBrr|trZb-lYr,#QtO@ٌ?whOF XWTpi~.gPexWj<I04'Og[Dl"KU?|Į)̛=J0Hfsndki>PSqc1vi~qdEmYQR3R-钅nY}+M1_gܞ)gtĢvvy茻#nJ5'kҙZcTb B0ݱ(]Ie5ǘ = ?u%u,"@rd U0E籋`{<{R=f[bY|އ&^1 +Tψe6)O3yF#ũo<#]mm׎p %e$(<DBm}6jbR#V7K>9>9q\V+]J[ *q͡dmOO̢ &9.F#SV\V;\C Dd e,Td$wTҐ!bsabl4IbU !-5%Q$d%~MK J%$Yf(bQ-P,d C0> U6l Q ࠳ތ#bF ~'Ȣz3CUi,q,-ZQ_ b""$@Ԕl1a#D!!2Bl9Iɘ?5?qU0bH-WE{dI#NzM?Lv5m@ 昦0B[XN8f񤅢8xY p8u$:EO+"JG{C3Xpȸyt]v]6 A`8}&`Q0mm2buёD|r14uNڥP/3lFJ۸$HBz2ei3xg5 v1ͦ /Bo#6%iS(9pDY&#f `* - YWdp&Ȍcr2-˲XlaBlEG7,RK_n2X;4Qbuu=bY"NUDU$P(Sd d6e,gsXnt`1-1uؚIL&391,+E Y%c[Q(۔O.XN61B&/?}##0/(5I7kI{)}t~~ 13C̠sH_DH)弍/q3W'_/t&>vZ䰋؎H(l_|o3'8$Z3?`6nN"9/G#\I 49;I:ud3'AW WDɂ-p;n1|_?] 3,7`٢O؞z74&]p5jFfzbܤܨP~15痯.QXd2؞ 16 Ya d/Đp1Fpi/T_^zϼݦ|U& ?dl2u?E#r2 U%tۅ?sT/aU Ul#>o|}pcg(7EGx=+HۗOpOvBճ:3erP$`OLjQ@^:Oi/ݛt]^Oo'sR&θ{Q9Yxt;BIFE?s ;wk$Ϧyb꘬zc)_'DOm*łǟ߲T#_3~e5X>tYL̵@L}#o)T76b?dpKVycxyo(A']c?hu$L=~}wפ.kGZQYLǿC6 ~43kI6s#zGn<9b^sͿD6{NUu?ӷο_\:M= q:_!m|&}S= =f4[-7o߲^nV >-ĢwvJ:IHX>q ofS>}xJ_𯇤yW/`D2폏D1IVX}hEOȥ#yy89@«Do?Ogby6ۛ1seK蘏|b8c b5ccϫ_wn:Za5sd % qEQΰ߬I6ϓ>NߌdPYҎp%V+%z( vȊ!90OI)*]tC1 ʚbBF&ňa[͸h6eqX v8rE34PpKEB*Ǹd4dxxm"Ӛ5I휑c ƶ-3 B#W)!*郊/&Sv cAvR1H,XRtdԬ4b;钕Y,$Ȗ*D/en8tlN,G3(bpXoPQ=\GGtY;w1B[=O5,s\yER)RJ#lBhg?_")͈CZ@$`Ԛ !QĶe QR^ٲ=Q2(Xf9;RYtKq0dEFг&R a%Sl-֜fsxR٩"zJy}])Zp%-mc;hZ-F膎vP˥{Dd(Dq]7udsƓ1:bE#1 &!p8*خ"*14pףP̰v[* vr i75I)8H2D<{T+ 1(s!lq6(P_L%>P<15)#J22?GwmԌk1U (+ms簎nq8!Ήdi=ngb>%gSY/zXRjϦ_,3 G9"YmFh ɐdBI8?;ſoQ;n %A0|2{K)L`LAL42V+Y'=.L9bɎtz:ìdpiZ>y>~!aH򈔞"p iOģ){KDL)zR1\aa7S<&L=#j" DXIhHg`ֳ& ,V5aK./gKb%U]ޛj{E!KzaP8xhッ*=;Wf"?^aF>x>S(創 f8b3~m 4َ.XYE{88kTMGqGhH55/'~9"ELQ"_ȳwLM W (dAN2Od1Qٳ-JȆFr ^!;Żѐz&_quU!#$^YUAP<==dDIl "^LL'[i,)7] 0(Ҽ%) L 32t0,l>Q)tLJW2*f\SIDAT) IצQKxaazG=<;dlg{͌a8wh9+pxjK,-OtjzwR-"7Zb0z:@Un,>ۋ :, (EtGM,3'*" 2Dbw"1Ol|?bwX@e -7_i4.X.Wc**a0ϙ/u>~${j_0lpDR)W8N0`;9NLcj*amwM8<ŒU)!YM6>w}S 1!U݁pI6_~bEYL;|yZ0LΧ4./PQ(IH}9MȅYv P~f4ceI#bg5#q u/(4*8¨gIIehvpQep1nsrVҤdE69 +n᚜f+\D<8gHqn"lTTl9N sYtfD"ވS39qIo閠V%9=d [܌ys.}eoo4#ŖM`BGCڣV`٠8"f.b`%c,+|5&$aŔ<sY3{c I8e$)! 1=4 1$j<<`F6 BWW5NbJ=,  {YE]g}X9Q@ݞJ\"N 1g1 Q>zA\>mOl'BBPi&x'~՛7xTJU)0:nPEx#Ҩ0,N + 1d~[Xv|d>"YǰL  /5aX*P)Wd\m3l1-1a%k¤3.hv8W7V DfL)fsIg4Ca%Oxju$,T3erGr+t06sB2Y9Z),mbY p<~AxG%Yst[DY %.ߟipxrWW{#bdjº;|.?by2#ֈU߭ dt]z`=u<&)Z$!V#t1pSa@_wՊd.On˄8o"WL >_c5iI7XyѿlfX':Tnͤ .6;ɉlݧkƽcAb=ois$,C^'dY|B(Hkj3&qpO \W0C)8I/St{^Ck{`<Q^ntWuD4/Ej_{ */wMǘR DVoH$p"Tfruۑ&,WC alŻy1R$I?uԫu7 vKB[Sm5ع2vF='iǹz%-].*-qiS_1R*5XψN9vyL *Klk,s(Q2dzG"GSQ\4.!Q1}Zr!i$¸5]qL@#^CjϏOVd{K!Z8}9e/r$ vLX,8lHST|e1q}BXRƨ?۝by2$cy&~m7(EeL6lN=bz#_a/y6ٰ&+';ݐ#wTA*!8.2 Y gLzQKpL͖,'t婅/u=,AI((<))1:JF>2,M7"\&%j{Ȳ#3Vߗ D"Oj%W(b*' u0̱<uY ;OS$U>␤󘦍l71S/r%j"iEY=1^y2 d=GHNg0DV 65aR0d؞c4`}H,n怢b xiuplK1Q4ɲɤ"a!j#hXЛͩH=Hxg$dUac:8搞) hEr|0Ɇ? , LFA.qr^i$Ȱ?B5da>_pQ~_J3gdqu~Q&Ȫ0I2&=N6ˢ?Vޒd6VnjLR@442g!>]4j$E}&=B&j5GeH%uCNLF|޳;|DQm,O%U p+cL$eC~I`hVGܬta{ed-EˤX,V;%^ᴦ\~ilWK4M"*>~JM6dTȪNB=v yΧI)K$qBۣRTj%<7`\s:e \_bm`Hoߡ/6#H /.B(X-Ng#nW+Bܐ/F?fw8]4h>6Q%𢆩h7k´42Jq廔UXY&J\E,3ʥ 2i^)7..gG(if@WdUU0[jjl̴?`:>}&U%,َA*g8o|y'+'Z Q0|i"* $X/{&T*eڃ1֐Cо{hT_;h$i>5Xj8"(db|d b|fZcs {1jʼ3&q&VIՙm=uK!yf2אtcQr<sH!,x؂Ƹ_2f:CDn#^sYs%z'Ɋejd"(VٟUDW+bUXa&O_(^+f\;OTx|jsbnL#ŊB5 /Ѽ9J>gGȺc#=+o~*к{@,.X1iڜk~GXT54W`pj/7(<\t7#ɒ҇rr4&g^n^c7$V}Y 1irwdMStٮbf>يl=aFǔ5ѹ!WJ:.iLm:职g4QBvC*lSʘƨLt'/,5Rb@9WRVh49gĩHCXv/x#dfqOaƏMFϯZS,O',ܳYm8:|Xdy(陯aȊp!g.ޔ#߾P6nrDf9bJm>3rrɻwoPukf}@3t5=ر_?Z!d>k6*U ģ9j|mF!dFM v{0˿>zt;t아=o%">ٳXu^iTxDGD:ڽ>74:hə7|n6dȢo3R\:Gr,Q!|:j!*"͎N(tCE;Mힷaf2ح,o(%'Böu{voN>x~C]&ሻK$Ffe_6Pgк!kk{h 4,ˆ뺴Z-|', {ڛvڶ(Q83b4vz=R1ж+)߿}tFa,LMMQ՘u]**˝lEaHy0uyy\6V[3ך yԴ:Bȷ~/!N >_a=[0E$1: (ߴ[IENDB`matchbox-themes-extra-0.3/expose/gtk-2.0/spin3.png0000755000175000017500000000051410006170142015367 PNG  IHDRH-bKGD_ pHYs  d_tIME IDATx10 ?IR/Y@o ja&gGύh۶;OޓR@r!"\9, 0 1""ZrfRb&RJH{19s=㠔r^6-`3 pO_x-]7s¶ A3 R^{O_<τ~ !+4]ס=)?_m| TKIENDB`matchbox-themes-extra-0.3/expose/gtk-2.0/arrow_down2.png0000755000175000017500000000037110006170141016576 PNG  IHDRH-bKGD pHYs  ~tIME 3 kǀ3IDATx=!O,5hƄ ⺊̈́ߵN_ ~2b)"ҌOVƇ6FSRr7c| y*غ#5&2 &lJ?؊e=+KsC IENDB`matchbox-themes-extra-0.3/expose/gtk-2.0/button4.png0000755000175000017500000000103510006170142015731 PNG  IHDR;֕JbKGD_ pHYs  d_tIME .IDATx=nA`%F "Hn`ƝK RN PQf QjH#h흏GY˖Q(n48|绊kҞ(( pm8_]#g3ptaGnLi `ܓ>cH1P"諷orq _xNFa]@C٢~FR=ɲS=ZK#(,1 ʞsn-bY@ Y"m8vn(k)2$ ֚zMc*a-eʂy5K]} F,#t 0:H1< ˢDdbF8*nhJkN'n~|MC!K/]qb8 _:  eY9]T$p5+TIENDB`matchbox-themes-extra-0.3/expose/gtk-2.0/obutton2.png0000755000175000017500000000123110006170142016104 PNG  IHDRğbKGD_ pHYs  #utIME w1&IDATxŔ1n1fR"E HAB"RJ:8@)2{HQ"@Iаawgl?;&/7c?o A2P&p ԕBj}OxsТ(^4 Bec(G]y_Sγ ZŦGX8(7&dWb ;F!蓗/;UD!Tcd9\Ynjˣ~gH 'n#ܲnD.!c3dI"X5U]NKi .X7fqem |%AMkGUۉ(ȔS(mǦ*m" -ߩu 4tϲl("HMAvP9KF!9PEd2ٷɲ1,kg2{]FND*M=;;{ zt]cRMq)4`+.4GnGMy7DA"NYkKJdP5`N W%"Wι$xu:>yIENDB`matchbox-themes-extra-0.3/expose/gtk-2.0/trough.png0000755000175000017500000000072410006170141015645 PNG  IHDR;֕JbKGD pHYs  d_tIME ցaIDATx]Q E yFt&JJ@QiQd8w9dYTI)Rs(lyf}'mB`]WڶED><\Wb\. 6Msk-{TC P#][kQUTk-۶qd  !ZT9W'{<UcuTU1_ "$˲=m⽯1_*h : =!ZJ *o RJUW(k)|RZS_W,WްtYU=9gizX 698~ynJ <93#˲|3۶OE8x^L h^vIENDB`matchbox-themes-extra-0.3/expose/gtk-2.0/arrow_left1.png0000755000175000017500000000032210006170142016555 PNG  IHDRH-bKGD pHYs  ~tIME 2 7_IDATx Ĭ ]AX~x)9,凥 9S. F źbMg\+%@8Ol9s,9RvY~%H٥IENDB`matchbox-themes-extra-0.3/expose/gtk-2.0/bc-dark.xpm0000755000175000017500000040513110006170142015662 /* XPM */ static char * bc_dark_xpm[] = { "266 244 180 2", " c None", ". c #BCBCBC", "+ c #BEBFBF", "@ c #BDBDBD", "# c #BBBCBB", "$ c #BEBEBE", "% c #BDBEBD", "& c #BEBFBE", "* c #BDBEBE", "= c #BFBFBF", "- c #C0C0C0", "; c #C0C1C1", "> c #C1C2C1", ", c #C3C3C3", "' c #C1C1C1", ") c #BFC0BF", "! c #BFC0C0", "~ c #BCBDBC", "{ c #BBBCBC", "] c #BEBEBD", "^ c #C0C1C0", "/ c #C0C0BF", "( c #C1C1C0", "_ c #C2C2C1", ": c #C2C3C2", "< c #C3C4C3", "[ c #BABBBA", "} c #BABABA", "| c #BBBCBA", "1 c #BCBDBD", "2 c #C2C3C3", "3 c #C5C5C5", "4 c #C4C4C4", "5 c #C5C6C5", "6 c #C4C5C4", "7 c #C3C4C4", "8 c #C1C2C2", "9 c #C2C2C2", "0 c #BCBCBB", "a c #BFBFBE", "b c #BDBDBC", "c c #BBBBBB", "d c #BFC1BF", "e c #BDBFBD", "f c #BCBEBC", "g c #BBBDBB", "h c #BBBBBA", "i c #BABAB9", "j c #B8B9B8", "k c #B9B9B8", "l c #B9BAB7", "m c #B9BAB9", "n c #B8BAB8", "o c #BCBDBB", "p c #BABCBA", "q c #C1C3C1", "r c #C0C2C0", "s c #BEBFBD", "t c #BABBBB", "u c #BBBDBC", "v c #BDBFBE", "w c #C0C2C1", "x c #C5C5C4", "y c #C2C4C3", "z c #C2C4C2", "A c #BCBEBD", "B c #BABCB9", "C c #B8BAB7", "D c #BCBEBB", "E c #C6C7C6", "F c #C7C8C7", "G c #C4C6C4", "H c #C2C6C2", "I c #C2C5C2", "J c #C3C5C3", "K c #C4C5C5", "L c #C3C5C4", "M c #C3C3C2", "N c #C4C4C3", "O c #C0C1BF", "P c #BDBEBC", "Q c #BCBEBA", "R c #BABBB9", "S c #B8B9B7", "T c #B9BABA", "U c #B9BAB8", "V c #B8B8B7", "W c #BBBDBA", "X c #C7C7C7", "Y c #C8C9C8", "Z c #C9C9C9", "` c #C6C6C6", " . c #C4C5C3", ".. c #C6C6C5", "+. c #B9B9B9", "@. c #C5C7C5", "#. c #C1C3C2", "$. c #BFC1C0", "%. c #C2C4C4", "&. c #C6C8C7", "*. c #C8C8C8", "=. c #C9CAC9", "-. c #CACACA", ";. c #C6C8C6", ">. c #C8CAC8", ",. c #C5C7C6", "'. c #C4C6C5", "). c #CACBCA", "!. c #CBCCCB", "~. c #C5C6C6", "{. c #CBCBCB", "]. c #B7B8B7", "^. c #C6C7C7", "/. c #C7C8C8", "(. c #BABCBC", "_. c #C9CACA", ":. c #C0C2C2", "<. c #C7C9C7", "[. c #C4C6C6", "}. c #C8C9C9", "|. c #C8CAC9", "1. c #CBCCCC", "2. c #CACCCB", "3. c #CCCCCC", "4. c #BFC1C1", "5. c #C1C3C3", "6. c #C9CBC9", "7. c #C3C5C5", "8. c #CACBCB", "9. c #C9CBCA", "0. c #BDBFBF", "a. c #C7C9C8", "b. c #C1C2C0", "c. c #BABCBB", "d. c #B8B9B9", "e. c #BCBEBE", "f. c #C3C4C2", "g. c #C2C3C1", "h. c #C1C4C1", "i. c #C1C3C0", "j. c #C5C6C3", "k. c #C4C5C2", "l. c #C3C4C1", "m. c #C2C3C0", "n. c #C2C2C0", "o. c #BFC0BE", "p. c #C1C1BF", "q. c #C3C3C1", "r. c #C0C2BF", "s. c #C1C2BF", "t. c #C1C3BF", "u. c #BFC1BE", "v. c #C2C4C1", "w. c #C4C6C2", "x. c #C4C6C3", "y. c #C3C5C2", "z. c #BDBFBC", "A. c #BEC0BE", "B. c #BEC0BD", "C. c #BDBEBB", "D. c #BEBFBC", "E. c #BEBEBC", "F. c #BCBDBA", "G. c #C8C8C7", "H. c #C9C9C7", "I. c #C6C7C5", "J. c #C7C7C6", "K. c #BFBFBD", "L. c #C0C3BF", "M. c #C5C6C4", "N. c #BFBFC0", "O. c #C7C8C6", "P. c #BEBEBF", "Q. c #BBBDBD", "R. c #B7B7B7", "S. c #BCBFBC", "T. c #B7B9B7", "U. c #CACCCC", "V. c #BDBDBB", "W. c #C0C0C1", ". + @ # $ % $ & & * $ $ = - ; ; > , ; , ' = = = = + = $ $ * $ @ * @ & & + + = ) ! ) - - - = + $ * % * ~ % @ @ @ ~ # { # # # # # ~ ] & & & & & = = = ) ) = ) ) ) ) ) ) ) ^ ) / ) ) ( _ > : : : : : < : : < : : : : : : : > ^ ^ ) ) = = & & % % % % ~ # # [ } } [ } } } } | } = % % = = ) ! ) ) ^ > ; ; ) ) ) = = = % ~ @ { @ { # # # 1 # @ { @ @ @ * * * * ~ @ ~ = & = $ ~ @ ~ * % = % % $ $ ~ ~ @ % * + * ~ % * * = & = & = - - ) - ) - ) > ^ ^ ^ ^ ! ) ! ) ) ) ) ! ^ ) ) ) 2 3 3 3 4 3 4 5 5 6 6 7 : < < < : : > 8 ; ; ; ; - ) = = * @ @ $ $ $ $ @ ", "- = - - ) & - - = + + * * $ & - = - - - ) ! & ! ) ! ; ! ! ! ) ) = ) ' ! ! ! ^ > > ^ ^ ^ ^ : 3 , 9 9 9 ) ) ! ) - - 9 ) - = = = ) ) ) - - ) ) ) ^ > ^ - ) ( ^ ^ ^ ^ ^ ( ) ) / ) ) ) ) = & ] % & ~ ~ 0 # 0 ~ ~ % a & b b ~ # [ [ } # [ # # # # # # # % & & & = & $ & = ) = ) _ ^ ( ) = ) ) - ) ^ > _ _ : , 9 > ) > 8 , , : 2 , ) ; ) ' - ) - = a = ! ' ) - ! = = = = = = = + % & $ 1 % + * @ 1 ~ % + & = = = = = = + = * # { [ # . c } } } } [ } } { [ { { { { . 1 1 1 1 # # 1 % & & $ $ ~ % $ $ $ % $ $ $ . [ # . @ * = ~ $ 1 . . # * # . * & = ! ) - ", "~ ~ * 1 ~ * & & % ) ) ) ) ) 9 ^ - ^ > > > > : : : : : : < 6 6 6 < 6 < 6 : ^ > , : > > ^ > > < < > > : ^ ) > ) d - ) = ) = = = & = & ) = & & = = & & & = = & & + & & % $ & ~ ~ % @ + % ~ $ % ~ % & ~ c [ # # ~ & = & & % = & e & & & & % = & = = = = = = = = = ) = = & ] % ~ + @ % @ % % & + = = = & = = = ) = = = ! ! > 8 ^ ^ ) = = = = = = ) & % & & & & + = = & = = & = + + = = ~ & % f $ % % % % & % f @ ~ ~ % $ % a a & a = = = = = % & & % % % = % % & ~ % & = = a $ & % ~ % % 1 1 ~ ~ ~ ~ b ~ # # # # g 0 # # 0 # [ [ # [ # # # # ~ ~ ~ ~ ~ ~ ", ") / / / / / = = & a % % % a % % & % a $ & = ) ) ) ) / = ~ # 0 0 # 0 0 h } [ # [ i } } j k l l [ [ [ } i m i k j j j k n m j } } 0 m 0 } [ # # o # c [ [ [ ~ . # # p # # # # # [ # ~ # ~ ~ ~ % # % . % ~ % # % ~ . ~ % g f g % e & & & & & = ^ ) = ) ) ^ 9 q r ^ = ) & = = % e % $ @ % = & & = & = = = - = = ) = ! ) - ) ) - = = + s & % # . # [ } c [ } } c c [ [ } m } [ . t # # @ # u { # # # ~ @ % = = & = % & = & & ! = ) = = > > > ^ ) ^ ) ) = = ) ) ) ) ) ) = - ) ) = = ) ) = - ) = = & % & ~ % ~ f ~ b % & a % ] = & & = = ) / / ( / / / / / ", "# [ # % # . . # ~ 1 ~ ~ ~ # ~ ~ ~ # g 1 ~ @ ~ ~ # # # % * ~ & = = = % % % % & = = ) ^ ^ ^ < > : < > > ^ ^ ) ) ) ) ) = ) ) ) ) = ) = = & & = = & % & = & & = = = & = = ) - ) ^ ) ^ ) = ) ^ > ^ ^ > ^ r ^ ^ r q > ^ = = > ^ 8 = = = = & = & & = = = = = = + & & = e $ = = ) ^ = & % $ $ $ % % & & & & & & & & v v = $ ) - ' > d w d r 9 ^ 9 - ; ^ - ^ ^ ! 8 ) ^ ) d ^ ) ) ) ' 2 , 2 , 4 4 6 6 < x : y : : : < z > > > : > _ ^ ; ^ ^ ^ ^ ) ) ) ) & & & ~ { # ~ h [ } } } } } [ [ [ } } m } } [ t [ 0 # [ c ~ ~ g # # ~ # ~ ~ ~ ~ ~ * % % % % $ f ~ ~ # ", "[ } } [ m } [ m } [ [ } # [ [ # } # # # ~ ~ ~ { # [ } } } # # ~ ~ . # # # # [ # % ~ # [ [ # [ [ [ # # # ~ # [ # c [ [ # # # ~ # ~ ~ % & & $ & = & & & % & & = ) ) ) ) ) - = = = = & & $ % @ = & = ) = & ) & & & & & % % % = % % % & % ~ ~ ~ ~ % & e e & & = & & & = = = ) ) ^ - ) = = = ) ) ) = & = & @ @ A 1 @ @ @ c p } p [ } t t [ [ [ } [ { # 1 . 1 ~ ~ % * % ~ ~ ~ ~ % % % ~ % e % & = ) = = ' = = = & a % + & & & & = = ) ) ) ^ ^ ' > ) ) ) ) - d = = & & & = ) = ) = = ) = = ) ; > d ) ) ) ' ^ ^ ^ ^ ^ ^ ^ & & & % & + % % & v ~ . # g # [ [ ", "a % a a a a a # ~ % % a $ ] ~ # b # # # # # B } m } m j j j C n m c # [ [ [ # D . # # # % % ~ # & ) ) ) > < 4 < < : : > : 6 6 , 5 6 3 5 5 E F E E 5 5 E 6 F 6 z < < 6 4 < < < 4 5 5 G 6 5 H I < < z J < : I > > z : q > : d ) = = = = = = = = = = ) d - r 9 q , : 4 < 4 6 : K : , : q q 8 q : > > > ^ r ^ r r ' 9 ) ) ^ q , < : > ' 9 > 9 9 9 ' ^ ^ > ' > > 9 : : < < 6 < z 4 6 : < z > w , < : < ^ L < < 6 > < : < , > > : : : : : > > > < < < , : ^ > ) ^ ^ ) ) ) $ ~ ~ % & ) & & & & % ~ ~ % ~ . % & % ] ] & % % % % % a ~ ~ % ( ( / = ~ % % a = ", "> < < < : : > > ^ ) ) ( ) ) = % ~ # % & a a a a = ) & a ) ) ) _ _ M _ _ > ( ( ) _ _ N ( M M N > ' ) ( ( / a = O = & O = O ( ^ N M N N , - d & ~ ] b b P b 0 [ # . Q } } [ } i i R 0 # # [ [ [ h } } n S S k m T } h # } [ } } i U S k V } } h W [ P P = = ) - ^ z 3 G X Y Z ` 3 < M ' > / = = & a ) = & e s s a = ) s & = / ( M .G 3 ..E ..F x < , : > ^ _ 9 : ^ ) = ( _ _ : : : > N < > M : q N : > , < : , ^ > 9 d a % f ~ } } } i } i ~ # ~ } 0 [ [ # 0 p # ~ # ~ % ~ ~ [ 0 0 % = - ) ) = / ) ) ) ( > > q d < 6 < 6 ^ < , 6 6 : : : < < : : > > ", "k # # . m } [ } [ } } [ [ [ # # ~ ~ [ [ 0 ~ & % & ) = = ) = = & ) & % & = & @ ~ ~ # [ m } [ m m m # # # [ ~ [ [ g # [ +.j j } [ # [ [ [ [ % e % % = = e % f & & = = = > < < < 6 < 6 J 6 5 < < : : r z 4 < < z < : 6 4 < : d r ^ r ^ ^ ^ ' ^ ) ) ) d ^ ^ = r > 9 9 , < 5 E E 5 > > ^ = = ) ) ) ) = ) d = = f % @ % & ) > q 9 > : > : q > > : : q ^ < 5 @.6 z z < , ' : , ' ^ ) ) ^ ) ) ) ) ^ ^ d = > ^ < < 5 X 6 < : ^ : : z ^ ^ ^ > ^ ' ) r ^ ^ ^ = d r ) ) ^ = ) = ^ ^ > : : > ^ _ ^ ^ ^ ^ ^ ^ ^ ^ = ( ^ ^ M ^ > ^ > > M ) ^ ^ = ] ~ ~ # m m k k m ", "^ : : > > ) r > ) ) ) = = = r ) ^ - ) ) ) d ^ ^ = ~ ~ ~ ~ & & e % . # [ } [ ~ # # } } m [ [ j j j j } m m m # [ [ [ [ { [ # [ [ [ [ } [ m +.[ # ~ # # # # # # % [ . % # # # . ~ ~ c # ~ & % & # # # # [ [ # % ~ % ~ @ g ~ e f # # } g [ [ # c ~ % e & = = = - 9 ) > 7 < 3 3 6 6 4 3 , > 9 : : #.#.> r ) ) - = = & ) = = & = ) ^ = ' = ) ) d ) % & % % @ ~ # % u ~ . ~ # ~ % . # ~ } } } m } } t } ~ ~ % = & % # ~ # u ~ # p # ~ % # % ~ % & & & = & % ~ # # # ~ ~ ~ % & ) - ^ < : < < < > > ^ ) ) ^ ^ > ^ > ) : q < 6 5 X F 5 5 , 6 6 6 : > > : : : ", "% & & & = & @ ~ # ~ ~ ~ ~ ~ = = ^ ^ ^ ^ ) d ) ) = ^ ) ^ ^ ^ > > ) ) ^ ^ - ) : 6 > ) > q 9 : z < : : ^ : > 6 4 J 6 6 G E G E ` F F 5 < < E E E 6 6 < : ' > ) w ^ ^ d ^ ^ - ) ^ q - ^ d = & & & & ) ) = = = $ & $ & & & e & $ f % = ) & = = ) ) ) ) ) ^ r ' ^ > ^ q z , J : 6 q ^ > 9 : 9 > ^ ^ ^ - - = = d = & e % & $ & & = = - ) ) ' > : > J 6 : : : q r q ^ ^ 9 G < 6 6 6 < < G 6 6 4 : > < z 6 < : 6 6 J 5 5 G 5 6 : < : ^ r ^ & & ~ ~ % & $ - & ^ d - ^ ) d > ^ ) ^ ^ > 9 ^ ) ) ^ 9 ^ ^ ) = % ~ # [ # ~ [ # # ~ & $ & ~ ~ # ~ # # # [ ~ ~ # ~ # ", "# ~ % % ^ & ) ) ) ) ) ^ > > ^ - ^ > : > > < : : ^ ^ ^ > > ^ ^ - ^ > ) ^ ) ) > 9 > > > > r ^ ^ ^ = = = ) = & & ) ^ ^ d ^ ^ ^ ) = = = & & & = > > ^ ^ > : : ' > ^ < : z z : > 9 q > : : < 6 6 4 6 < < ` 5 5 5 5 , 4 6 < 9 , < < J z < 3 5 6 < 6 4 , : 9 < : > > : : < 6 4 3 6 < < : 9 > ' > ^ q 8 ^ ' - ^ ) r ' ' r : w ' > ^ ' ' ^ ^ ^ > ' ^ 9 > ' r > > ^ ' #.: : z : : > - q ^ r ^ ^ : 9 ^ q > < ^ ^ ' ) ^ = = ^ ^ ) ^ ^ > > - r ^ - d & ^ > = = ) > ^ ) = e $ ~ ~ @ % ~ ~ ~ . ~ % & & e = ) ^ > > ^ ) : 9 : < : 6 6 6 6 J 6 6 6 : < : ^ ' ^ % % # ", "& ^ ^ = & = ^ ) ) = % $ ~ % ~ % % + = = = ) - ) > : 9 < < 3 < : 7 : , : ^ r ! ^ r : > > ^ ) & - ^ ; ' > > 9 , $.> > : > ^ ; ) > > < < z : : > > ' > ; > ^ > ! ' r ^ 4 : : , > > > 9 #.q : : : , : 9 ^ > ' 9 > > > < 4 4 < < , 4 4 < : : > , , < 6 < < ` 5 < < < , ^ ^ ) ) ) d ^ 6 6 4 3 < 4 4 4 , z 9 , : : ' ^ ^ ^ ^ d ^ - - = % @ ) & = @ % ~ @ % % @ @ $ % = = + & + & = = ) ) = & $ $ % = & = $ - = ) ) ; ; > > q : 9 : 7 : > > > 4 < , 6 %.< 7 4 , 4 < z > > > #.> > > 9 < < 6 6 < < : : 9 > < < : : : z ) - ^ ) ) = ) ) ^ = $.^ ^ > - ^ ^ ) ) ", "5 K 5 K 5 K 3 6 6 6 < 6 < 6 5 ` 6 5 &.F F Y Y *.Y F =.=.Z Y Y Z Z Z =.-.Z =.Z Z Z Z Z =.Y F F X ;.=.Y >.Z Y =.F E F X F E F F Z E 6 F E 6 6 4 < 4 < 6 4 J < < : : ^ ' > #.^ ^ ' ) = = ^ ^ d d ' ^ r ^ ) ) > > ^ ) ^ r = ' r > 9 : z < 4 4 6 ` 5 J , 6 6 ` @.J 6 < , > ^ ' - ^ q : : 2 6 3 4 J 6 5 5 ,.5 ,.E '.< 4 4 6 5 5 G G '.6 3 4 6 6 4 6 6 6 L < 4 q > > ^ ) ) ' #.) ^ ^ - ^ d ) = = v = ) - = = = ) = = ) - ) ^ ) ^ ^ : : 9 : 6 < 6 6 < 3 E 5 Y Y =.).!.!.).;.=.).F *.Y Y F E F F E 6 < 4 < 9 > ^ ' ) - ! ^ d > ^ ; ' < : : 6 : < ~.: : : : 3 ", "E E E F Y F {.).=.).{.!.Y Y F Y E E 6 5 5 X 5 F Y F E *.F E ` E E 6 6 3 < : 6 : , > > r > - d = % f ~ # % @ % & ~ } [ # [ } m m [ m ].j ].].].m j m m m T m } } j m j n +.m # # # . . @ @ @ ~ = & % % ~ % g ~ $ & = ) ^ q r ^ : > ) ' 9 ^ - ' ; > > ^ ' q 6 4 5 F X X *.*.*.X *.X E 5 3 3 , < G 6 4 < < 6 ' > ^ ) ' - = - - > 9 ' > > : 9 , 9 < : < < < < < : q < z > : : : : > ^ ) ) - ) d ^ ^ - ) = = = ) - ) - ) - = = @ = % % # @ ~ % & = v $ & e & & ~ ~ # g # [ [ [ ~ % ~ ~ ~ ~ # ~ . % ~ % A $ % % % ) & = = ) = = ^ > ^ > : : < 6 6 6 6 E E ", "% & & % & & & = = ~ % # $ % $ = & ) > > q 2 7 > 4 , r < K < 5 3 5 ;.X *.;.5 ` 5 ~.~.3 6 6 6 < 3 6 : - > : : 4 6 @.` 7 5 < , 4 < , 9 ^ = = ! ) ) ) ^ d ' - ^ ) ) ) ) ) , 9 ^ 9 9 9 6 6 6 6 : 5 X F 5 X 6 6 4 6 4 < 4 4 5 5 5 ` 5 5 ` 3 4 : 4 5 J < < 6 < , 7 : q q < 6 : : : : < 6 < 7 z J J 5 ` G 5 3 3 7 z q ) ) = & $ * % + & = ^ ) ) ) ) ) > - $.) d ! ^ = = = + & = = & = = $ & & = $ & = - ! ' ^ 9 > q : ) ' ) ' = = + & & = & ~ # [ c p [ } p # p ~ # [ * # # c # t m [ [ [ } ~ g % % % % $ & = ) ) ) = ) & = = ' ^ ^ ^ ) ^ = & % = % ~ # ~ # ", "m m j m m } # ~ % ~ ~ = & = = ) ! ) ^ ^ - $.< 9 : #.4 6 6 3 4 6 < : 6 5 6 6 < 6 < < 6 6 5 < 6 '.4 q < < < < > : 6 3 < : , < , < < < : 6 < 5 < < #.: r ' : : q : < y , , 6 6 6 G 6 @.5 X 4 < 3 3 E 5 5 < < : > ' > - ) = = = d ^ ) = $ $ ) = $ $ $ = = + & & + ~ @ # ~ @ { # & = = = ) ' ) r 9 9 ' > ^ < z 4 3 '.,.X F X ^.E @.E E *.Y F E E *.F *.F ;.` E E E F X ` X ;.X X &.E ` 5 3 5 E E /.X 5 5 E F 5 6 5 G 5 5 X 5 6 3 5 6 5 6 ,.E 5 E < 6 , y z : > > : : 6 6 6 6 6 K 6 6 6 6 < < ^ - ^ ^ ) - ! ) - - ! ^ ) $.- ^ - & = % = ~ # (.~ # # # } j ", "E E : 6 : : < > > 9 : < 6 < < : < < 4 4 6 6 G y , 3 3 3 3 3 3 < : 3 , < 6 : < 6 4 7 3 4 : < : : : : < 4 3 6 3 , q > 5 X ` X X 5 5 < 4 4 6 4 < : : 9 : q ' > q : < : , 6 < 4 4 4 4 < 4 < K 3 4 4 K 4 < , 2 < : > - = = = = & ) ) ^ = = ) ) ^ r ' - = - ^ 9 ' ^ 9 , > > > ) - & + ~ % * % % ) = = & & = & = = = d w 9 9 : 9 ) d q : 2 9 > r ^ $.> 8 - - ) - - ) ) ' : : : > - : #., 2 : ^ ^ : ^ > 9 > 9 - - ' ) = = = ) > ^ ) ) = % = % % g f ~ ~ $ # . # # { ~ # } n } m } t } t ~ % % & ) = = ) ^ ^ d ^ , , < 4 < 6 < < < , < < 6 6 < < 6 < 6 6 E 5 ", "j j m } } } } T [ [ # ~ [ p # ~ % = ) = ) , > - ^ > - ) ) ^ - ^ ^ ^ < < , , : 9 ' 9 ^ - = = ; ^ ' , > - ^ > 9 9 9 ) ) ! ) - ^ = % = & % & = $ & = ) = ) ^ = & $ v v v * $ $ @ * @ @ e e ~ * * % % & & $ = d d - ) - ) - ^ > > > , : : < < < 9 < 4 L 2 K ` ` ` ` Z _.{.{.=.Z Z F E 3 3 ` 6 5 3 *.*.F E E 5 5 6 < y y %., 3 , : : #.: < : > ^ ' ^ - ' 9 ^ 9 9 < , , , , > > 2 2 , : < > ' ^ ^ ! - d ^ ^ ; = ^ = ) ) > > < #.: : : : ^ ^ 9 > 9 > > ) = = = e = - = = ' ) ) ^ ^ ) ! > , #.> ) ) - ! ) = & = & = & & = % % + ~ # 1 # A & & % @ # } } } m ", "> ' ' ^ ) = = ) = = ^ ^ - , > > , : > 8 > : 3 6 9 < : : ' - ; ^ > > 9 > :.: : : > - $.^ 8 ^ ' - = * % ~ % % ~ = + = = = @ % @ % ~ { 1 % . } [ } [ [ } c [ [ [ [ c } # # [ [ . @ % & & v & = ) ^ - ^ > > > > w > r r : > 9 9 , > ^ ^ 9 : : , 4 < < , 7 , 4 , < 2 > 9 - ) & = ^ ) ^ 9 9 ^ ^ ; ' 9 w 9 : : 2 : ' ) ! = = = = ' ; ! ; $.$.r ; r > : , , r ^ = ! ) = ) = = ^ ^ $.! = = + = ^ > : d ) ) $.) ^ < 4 ` E X X *.F *.F Y Y <.X *.5 G 5 6 6 , 4 E 6 6 F 5 ` X X ` X X ~.3 ~.< 6 y , 4 < < 6 > ^ ) ) ) ^ = ) = = $ = $ & % ^ ) > > > : : : ) ) ' ", "E ` E E 3 5 E 5 3 E 5 ` X *.X X X ^.X *.` X 5 F X X *.*.X X F *.X *.<.F F *.*.*.F F F F F X X ~.[.X ` X 5 @.` E ` ` K 3 4 5 < ' ' ' ! d ) - , , ; ^ = - = = - ' ' ' :.9 : ^ $.= 9 ' - ' ' #.' > : 9 4 , , 8 w ' 9 : > 9 8 4 3 4 4 4 z , #., 4 4 6 3 K 3 3 3 6 K 3 3 ` ` ~.~.~.` ` 6 6 6 < : , , 4 , , : , : : ^ ' - ! - - ^ = ) = - = - ! ! - - ! - = - ) ) ! ! ! ! = ! - ' d ' ' : : : : 9 6 4 ` 4 4 ` ` X 5 X X X F X *.Z {.Y -.F Y Y Y Y Z Z *.Z *.Z >.F Z }.=.Z *.*.Z X *.X X X 6 ~.K 6 7 6 7 6 3 6 < : : : : : ` ` Z F Y Z Z Y =.=.=.).=.*.*.E ", "=.Y Z Z =.-.-.-.=.X -.Z F *.5 ^.Y 6 < < 4 4 < 7 : : > < 4 : 9 > : : 4 7 7 < 5 3 F F Y Y =.Y |.Z Z F *.F F F X F F Y F *.Z Y *.Z {.1.2.3.3.3.3.-.|.Y >.-._.F E E E E E F E 5 5 ` z < J 6 ` ~.'.5 5 5 ,.5 ` ` 6 < 4 4 2 < 4 , 2 ; - 4.= & = = = & + % % % = % f ~ ~ % $ ~ + + + = = = = = ) ! , , 9 > > ) ! ' ) ^ d ^ d d ) > ) = ! = = ' $.^ ; - = = = - ) > ' ^ w 9 : 9 ) ^ > 9 , : 3 : 9 > 9 8 ^ 9 : : : , : < : z , : y 4 7 : < > > r ) = = - = = ' = ) = = = % $ ) + % % % % % = % ) % = ) ) ^ ^ d ' 5., 3 , K ~.X ` X X X Z *.*.-.3.3.6.3.=.=.=.", ") ) ) ) = & - = ) ) & = ~ ~ + 1 # [ # ~ * 1 u @ { { . # ~ * @ ~ = = = ) = ) = = ' - ) = % ) = ' ) ; 4.' - - ) - w ; ^ ' 9 , 4 3 3 3 5 @.5 3 4 4 3 4 4 4 3 7 7 7 y z , , 2 r , , : 4 , 3 7.7 y < q , y , y < 4 ` K L 3 7 4 7.4 7 , 2 > 7 2 4 < < , 4 < 4 4 4 4 4 , ; < y : < < 6 6 6 3 < 3 ` ` 3 ` ` ` X ` 5 E X ` 5 E E ^.X ` ` ~.~./.F F F F F F X F Z *.F X *.Z F *.X X ` ` ` F ` ` E /.&.X X F *.*.X F *.X Y ~.'.` *.E ` ^.` ^.J 4 y 9 - - - - = = & = = = = ! ^ ; 9 9 , ^ > > , 8 2 4 : : 9 4 ^ ' > > , > : : > < 6 < J 6 6 3 6 6 ` ` 6 6 : > > ", "- & = = & # $ ~ = % $ $ = = = ^ - ' = = ! ^ ' $.) ' : 9 > : ^ ^ ) = % = + + = ) ) ) = ^ - d > ^ - ' , 5 3 ` X E <.*.Y F Y =.Y =.6.1.8.9.Y Y 1.=.-.).).=.=.=.).).3.3.6.3.).9.Z }.}.}.*.Z E 3 3 3 4 4 < : : , : : 3 < 5.#.#.> 5.> 9 9 :.8 - 8 ' 9 ) ^ ! d ^ $.' - ^ > > ; 8 9 2 , 8 > - > > r > ' r 8 , : : ^ > 9 , , < , > ^ ' > , 2 8 8 > - 8 , 2 9 2 , 4 9 : : q J @.3 G ` ` E ` G 5 7 6 '.~.3 5 6 4 z 9 2 2 8 : , ^ : : q q > ^ > ^ 9 < 8 - ) - $.) ^ = > d = + ) $.) = ) 9 > 8 2 3 y , 7 K 6 3 6 3 K 3 3 ` 3 ` ` ` X ` /.K K 7 ` 3 4 K K 7 > q 8 ", ": ; - ^ ^ ; ) ^ ) ' ^ ! - : : q , < 4 K 4 K ` *.X *.>.8.3.3.).-.Z Y Y X *.Z X ` X Z }.Z F &.F *.F *.X X Y *.Z -.Y Z Z =.Z -.-.-.-.Z Z =.Y Z *.^.3 6 < 4 3 ~.5 L J 6 6 < 3 4 9 9 9 ' :.- ' $.' ' 9 9 $.8 ' ! - ' ' 9 8 8 > > ^ 5.> ^ - ' ' 9 8 ' ; - ; - ' 9 ! 9 9 ; 9 9 ^ 9 9 8 , : q : : ' 9 ' ' ^ ' ' ' = = = = - = ) = & = = = = = & & $ @ $ * + = $ = ; = ^ d - ) ) = - ' ' ' 2 9 ; ) > = = - > 9 9 2 : y 3 3 ~.3 4 K X ` 3 X X ~.^.~.3 < < L < 6 6 4 > ' ' - - - ' ! ^ > ) ' 9 > ' 9 < 3 K 4 4 , 7 2 K 6 3 4 : ^ 8 8 ; : : ^ > > > > ^ ^ ^ ^ > ", "~.3 < < : , < < , ) ) - ' ' ' ' 9 : , ' > ^ ' ! ^ - = - = & $ 0.+ % & = = & & A + & = = = & + = $ * + $ 1 @ + = = $ % ~ + + $ & = ' ' 2 , 2 < 9 y < < z < , 8 q 9 - = ! ! ' ) - 9 = ) = ) ) ' ; - ; , > 2 > 8 9 9 6 6 K 4 , 7 < '.6 3 3 y ` G < < 4 < 3 4 4 < < , 3 4 ^ > ; ' ^ 2 4 7 9 < < K G 6 X X E &.E X ` ` 5 E ^.,.X /.E 5 5 @.@.^.E *.X ;.Z -.Z -.a.X F F Y *.Y -.E 3 ` 5 X F /.F *.3 ~.'., 4 , : y 3 3 4 L 4 K , 4 K L ` K 4 ~.3 ~.4 4 4 9 $.9 2 9 ' 9 2 9 ^ 4 4 , 2 9 : w ^ ' 9 9 d , 8 ; - > - ) - ' ' 9 2 , : 3 4 ~.~.3 ~.X E X *.*.~.~.", ") ^ > , , > : : 9 9 9 ^ ) - $.^ ' - & - % + e & % = = ) ) ) ^ ' ; ; > 9 , 9 4 , , 9 > : 9 d 9 : > 8 4 9 9 r : , , : 7 #.> 2 w 9 , ^ q #.> 8 8 ) = ^ ' - ^ ; ^ - 9 9 8 - - ' ; ) - ^ - 4.- ) ) = = = = = = = + + = - = = = - d ' ' = = & = = ! = = & & + + + * % . # * ~ * % & & = = = & - ) - ) ) ) = ) ) - - ) ) = ) ) ) ) ) ) ) ) ) - - - ^ ' ' r - - ) = = = ^ ) = ; ) ) ) ) ) ! - ' > ^ ^ ^ ; ! ) = = = = & = ) = & * = $ % * A % = = % % f . @ $ ~ . # ~ 1 @ @ ~ 1 . ~ % . # # 1 A ~ $ $ + & ) = % + = = = & = ) ) = ) > > 9 9 ^ 8 ' - = = = ) ", "! = = & % ~ ~ % $ = = + & = ~ ~ % . ~ 1 1 ~ # [ # [ [ A u 1 % $ e = = ! ^ - ) = = - = = & = & = + * + $ & @ % % & = & & = ; r d - ' ^ 8 9 , > 9 #.8 ' ^ ^ d - w #.2 8 : 9 9 #.2 #.9 9 9 2 , #.: : 4 9 ^ : > , ' ' ^ ' ' ' > : : : : : 9 9 , > 9 > 9 , , : 4 > : : > > > ^ ^ ) ) = ! ) ! = = = = = - d - ' d > ' : , : 2 L < J J < < < < 4 : z , : : 9 : 4 z < 6 < 3 6 G G ` ` 3 6 6 < < , #.q : : : ' ) - ; ) ^ ) w 9 9 - ; - d ) ^ ^ > #.: 9 > > ^ ; 9 9 ' 9 ^ ; ^ ^ d - ' r r d ^ 9 d 9 ) - ! ! - 9 d - ^ ^ ^ ! = ) - ^ ^ ^ ) ! > : > - ! ) ) ; ) ", "X ` ` X X *.X E 5 5 ` X ` ` ` X 3 4 , , ; ^ > r , 9 ! d ^ ^ 9 > ' > 4 7 2 7 , 3 ` 3 6 ` 4 3 4 ~.< 4 7 , , 7 , 4 9 4 : : , ' ' #.9 ' ) ^ - - ) ) ) ) - ) ) ) ) = = ! - - r > ; ^ r ' 9 w ' ; - - - - 9 , 2 w - - = = = = = = = = - - ^ = ) d d > ; ' ^ 2 4 2 y 4 6 ~.F E E X ..X 5 N 6 6 , y , 3 < 4 7 , < < 2 _ , 2 , : 4 < 6 6 G 3 ` 5 5 5 E 5 G 3 5 6 6 6 6 < < : < , , > < ' ^ ^ ^ ) ) / = ) = = ! ) ) d ) ) ) ) ) d 9 , M : : 9 : 9 ^ > > > b.= = ) = ) = = = & a = % s & = = = - = ' = - / = ( = = - O q 9 M 9 , < , 4 ` 6 < 3 ` K ~.5 ^.5 E X ", "=.Y Z E ~.5 5 5 ` 5 ~.` 5 X ^.X *.Z }.F E *.6 4 K 4 , : 9 , ^ ' 9 ' ^ ' ' d ^ = = ! - ! - 4.= = = = = ! - % = ! ) - ^ ^ r ^ ' 9 : , , 7 3 6 K 7 9 > 9 ; 9 > , w d ) 9 9 9 8 9 9 : < < , 2 3 < , 2 : 9 > w > ^ d $.! ' ^ - ^ ; w > > > ' ^ ; ^ ! = ; - = - ' ' ^ = ' = = & + = & = - - = ) = = ) ) ) - ! = ) = & = = + = ) ) = = $ % & * % @ % % = = = = = & & & & & e & & & @ f ~ . . $ % * % & $ $ = = = = = - d ; ' :., 9 , , 2 8 8 9 , < 4 , J q > #.9 #.9 > > 8 ' - ^ ; ' 9 r 9 ' 9 9 8 - - ; ^ - ) ) - ) ^ > ^ ) ) 8 > < 4 4 7 6 ~.E E ;.Y Y Y ", "^ > 9 8 , : 2 , 4 , 4 7 7 %.4 4 7 7 4 ; 2 8 9 ; ! - = ! = = + $ 1 @ $ = + = $ $ @ % = + = - ' - 8 ' ' :.' - ^ ^ ; ^ ' w ^ ' 8 ^ ' 2 2 , , 4 K 6 7 : < , ^ ^ - ^ ' ^ - - ) - - ' ' - - ) - = ) ) - ; > 9 - :.; 8 9 9 ' ^ w 8 ' , 9 , , 7 2 2 < : , > 2 2 9 , : 9 < , 3 3 3 < 4 4 4 9 ' > - / - - > ' ; ^ ' w > ^ - ' ' - ' d ' ^ - ' ' ^ ' - ) = = = ) = ) = & = & $ = = - = - - ) ) ) d ) d ^ ' ^ ' > > r ; ^ - - ! - - d $.^ > 9 8 ^ ^ d ' 9 ^ d ) = = = $ = & = + = = & & $ = = = - = = & = - ! = = + = + = & = ) = ) ' ) ) ^ - = ' > , , > 9 ! 8 ", "= = = & - - = = ) = ^ d ) - ^ > : : 3 3 K 3 J 6 3 3 < : : : > > 8 8 8 :.8 ' > ^ ) ) 2 < , 4 , , , 6 5 6 5 4 < < < J 4 '.K 3 ` ~.4 3 7 7 < 4 7 9 9 ! - = = = = + * * c.c c t } } } t } } d.T T } } c ~ % % = = = + & + $ = & + ) = = & - v * $ $ = $ = % % % $ # @ ~ % # = + + = = + @ $ * + = = = & = = * = ) ) = ) - ' > , > ^ ' - - r d d ) = = = = = + ) = = = ) ) ^ d ) ! d 9 9 9 9 ' > ! > #.q > #.:.8 > ' :.8 ' - - = = = = = + & = = = ) = ) & = $ % @ @ @ f & * ~ % f = = e = = = = = f % & + = e = % = % = = ) & * ~ & = = = ! - ) = & & % ", ") ) - - - & ! ! ! ! = - = = + ~ % . ~ @ @ 1 ~ { ~ # # ~ 1 # @ u { { $ * v $ = % @ * = ^ = - ^ ! - - & - ^ ) ' ' ' ) - = - ; - - = = = - ) ! ^ 9 > 9 ; ' 8 > > 4 ' ^ ' ' ; ^ ^ > ; w ' 2 : > : : 7 ` 4 3 K 3 5 E X ` E ` 4 3 3 6 3 6 ` '.3 < 4 6 4 4 < J 6 6 ` < 4 2 3 7 3 3 K 3 3 3 3 4 6 < 3 K 4 X 6 6 < < < < < 5 X /.;.*.E E E E *.E X ^.F E ` E ` F *.;.E F F E E X @.E &.X X X X X 5 5 ` 3 3 3 5 ` 5 ^.5 4 < < , 9 ' > > ' 9 : > : , q ' ^ r - ^ - = & = & ) ) ) - ' = $.; ) ) - w ^ d ^ ; > 9 : , : , 6 ~.3 X 6 6 4 4 4 : , , , ' ' ^ ! ! ! ' ", "2 , 8 : K , 8 < 2 9 ) = = & @ & v = = - ^ ^ > , > ' ! - = ) = + * + = - % = & & $ 0.= % $ % $ = = = + = = * & & = - $.) - ) = - ) = = = = ~ 1 ~ 1 $ A 1 u g c.~ p # @ f $ u e.* = + + = = = & = / d ; - ; 4.' ; ^ w d d - - - - = ) 4.' 9 ^ - ; ' ' ; , 9 ; ' ' 9 8 ^ > ^ ) ^ ; ; ! = / = = ) - ) ! ) 9 9 ' 9 : 9 %.6 4 : K 3 ~.` K ` K 6 6 5 3 3 4 4 < 6 5 3 6 6 4 4 4 < < < y 2 : y > > r , ^ $.^ - - ! ) = & = = ) d 4.; - ^ : J z < K < < 3 6 3 < : , , : 9 , ' 9 ' #.- 4 4 6 3 6 3 3 6 3 N , , , ' 8 ^ ; ' > ' : 2 2 ^ z ^ ^ 7 d w 8 2 2 7 , 7 ", "~ ~ # $ # * = = ! ) ) ) 9 2 ' ; 8 ' > 3 K 3 ` 3 K 3 ` X F E 3 K K 3 3 6 < : , 7.7 3 ` X ` ^.` E ` 4 3 w ^ ' ) ) ) ^ ! - ) = + + & & $ $ @ % @ e % = = + = ^ = = - - = = & + $ $ = = & % % $ * * + + $ = + = = = = = = = d ! - ' ^ ) ' 9 ' 9 ^ ; ^ ; 8 ' ' ' - ^ - - 9 9 - ) - = = = 9 > - ' 9 - ^ ) 9 ' > ) - , 2 , 4 7 < 4 4 K 4 4 , : > 8 r $.- ; : 9 > 8 9 9 > 9 > 9 4 4 3 < K 3 5 5 3 6 3 3 K 7 7 4 4 : : > > 8 ' ' ^ ) = ) = ) ) ) + & ) = = ) = ) = ) & e & & - ) ) ) = - = = = ! ! - ^ ) - ^ - ^ : , > ' 9 > 9 8 > ' ' 9 8 8 9 = = = = = = ~ ", "d.{ [ } [ . . # # [ [ { u . . . [ } t t # # # # p @ @ @ * % = * * $ @ 1 1 $ $ & & * = * v = = = % = + = $ = & ) - - ) = ) ! - ^ ' - 4.- - - - - d 9 #.7 3 4 4 4 3 E E ` ~.3 3 6 6 3 4 , , 4 , 4 3 3 3 4 : : 9 9 9 ; ^ ; - ) ) ; ; = - - ' ^ ) ) - - ) - ; ! ; ; ! - - & & 1 . . % @ $ & ] @ + $ f a s a = & * = % = ^ ^ - 9 9 ! ' ^ ) ) = = = = = & + = & = ) = ) = ) r > 9 > > > ^ ^ $.- ) ) ) ) ) - = ) = = = & = & $ = = & = = & % $ @ ~ $ * u ~ # g ~ # # # g . { @ @ ~ A @ * & = ! = - ' ' = - = = - - = & = $ & v * 1 = & % # @ . . . } } j j ", "' 8 = = % = v & % % $ = = + $ = ) + = = + * + @ @ @ . t } t c # t [ { ~ . . @ @ $ % e = + = ! = 9 ' ' - 9 ' ^ ^ ; :.9 ^ 9 > ' ' > - - ) ! = + = + + = & v A @ = % ~ % A $ * $ @ # u { * % e $ % = @ 1 * @ $ * e @ % % 1 . A & % e e = $ = = + = % $ & & & + = + + . @ # + * @ + = O ^ r ) d / ( - ; = ^ - = + = + = = ) ^ ^ ^ ) ) - ^ = > ^ ^ ' ' ^ ' w q 8 : 9 ; 8 8 : , 4 9 : 9 , 4 6 4 < 4 < < 2 #., , , < q M 9 > 9 q 9 : f.g.: #.b.> ^ > 9 g.> ' _ h.g.g.b.i.9 ( ^ > ^ > ^ b._ d ^ ^ > : , < 6 x 6 L N N 6 N < ` 5 ` x ` *.*.X 3 3 4 4 ` 6 4 > ", "_ _ j.4 j.j.x x j.x x x j.j.k.N < _ f.l._ : g.f._ m.g.f.g.( n.^ / ) O O ) O / d ) d O d ) d a ) ) = d / d ) ) / ) = ) = = / = = = a = a = & a ) = ) = = = = ) d ) o.= O p.) ) ^ ^ ; ( m.b.b.q.^ - ( b.( ^ r ' q z , , < : M > 9 , < < < .z M 9 : : ^ O ^ / = % . ~ [ [ # # [ # [ # W # # ~ g b . g g $ s e a a ) ) O d = - ) ) ) ) = ' ) ) - - d ^ r > g.2 z q : 9 ' > > > r r ' > : < , , > > > 9 ' ^ ) ^ r r ' ^ ^ r ^ ) ^ ^ ) ) ) O r.d d b.r.O s.O b.b.b.s.r d ^ ' ^ ) t.b.r.p.d ) u.) d = ) ^ / ) m.' m.q : k.: v.w.x.j.x.y.j.k.< y.k. .j.x _ ", "r.d d d d d s.r.r.r.s.s.o.d r r n.^ r 9 z > 9 ^ > ^ 9 l.^ ' ) = ^ ^ = ^ = = ) = = = = & % e % & @ & % e & & @ % f @ % f @ % 1 * % @ ~ $ % % % % % * e $ & $ a $ a & = = & & e & $ e e $ & & & & = & = = = = & ) = = - - ) ) d ' r > > > : : 9 9 _ / ^ ) ^ ) ) ) ) / ) ) ) / / _ ) - ) d ) ' ( ^ n.) O d / - d ) = & = & = a a o./ = / ) ) ) ) = ) & % ] $ e = = ] % % & % 0 * @ ~ ~ D % v & $ % @ @ ] . P # . [ } } } } [ } [ # 0 0 p c [ 0 # g ~ e s e z.@ A.= & & f f e B.& ^ = = & + = = & o.d = ) O o.) ) = - ) O / ) = & e P C.o C.D.s s o.o.d ", "s & % = & % ~ s z.% z.~ @ E.~ u % o.) O o./ d / ' > O _ > / ) ) ) ^ - ( - ) ) / = ) ! ) ) / ( ( ' / > ^ ' ^ ' O r ' > 9 > ' ) ) = = = ) = = ) = = + & & = & & = = = = = = = = = = - ) ) ) ) = - = = ) = = = = ) = ) ) ^ ) ) - ) ' w ^ ' r > > ' ) ) ) ) ) = = = & & & & ~ ~ & % ~ ~ ~ ~ ~ # [ [ . [ p [ # % % % $ @ % & $ f [ p 0 ~ ] $ % a & = ) ) ) > > > ' ^ ' > 9 : 4 4 , 4 3 ` E 5 @.5 ` ` G E 3 3 6 4 J y < , , f.< , : : q 9 > > q 9 N _ : > _ > > g.^ 9 r m.b.9 b.9 ^ r ( : : , > g.: > _ b.b.^ b.q 9 ^ ) = ' o.= = ^ ) & % # F.~ ~ z.% % o.", "F G.H.x F ..4 < M M ^ m.b.s.m.( - - ^ d - ' : > , _ 9 : , : , > 9 : f.f.g.> < : < z : z : 9 : > > > ^ ) ^ ^ ) - ) ^ ) ) ) = = = = = & & v e - = e = & = = ! ) - ) - - 4.= ) ) ) ) ) = ) = & = = = = = = & = & $ = $ $ & & $ $ = = - ! ) ' ) = ) = & = % % 1 f ~ f ~ ~ # # # } } [ g ~ g [ [ [ | c } } } [ [ } [ c ~ # # o # g # f g f ~ % ~ e @ % % e $ s & & = & & = & - = = = ) & d ) = = ^ > 9 z > ' > 9 - ' ^ ' ^ b.' ( ' > > r > > q 9 > ^ ' r : r > > > 9 r z z : J 4 < 6 < N z > : 4 x N x 4 J 4 G 6 N < x N 4 4 L 6 j.x < 5 I.x E J.F F 5 ..", "Y E E 6 6 6 < : > > : > ^ q : : : , : < z , : : < : < z : : > : ' ' ^ ^ ) ) ) ) ( ) ) = ) & & $ e $ = $ & $ e = + $ = & ) ^ ) w ' ^ > 9 q > r > 8 9 > ' > ^ d ) ! ) - = ) ) ) = = = & & & = ) = ) $.) ) ) = = = = = = = = & + $ v * & = ) = ) = = = & = ) = = ) = ) ) ) = ) ) ) ) ) > ) = ^ d d ' ' ' ^ ^ ) ) = > r > - ( ' ' ' ' ^ ' ' O d ^ d - ^ ) = ) = = = & = & $ = = = = - ^ r d d d - = - - = ) ) - ) d ' ^ - d ^ O ) o.K.$ a a = = ) ( ^ ( > d r.r ^ ) ) - ) = & a s % f ~ ~ ~ f z.s a & ) ) ) ) ) ^ - : > 9 ) $.#.6 6 5 6 6 6 F F E E Y E ", "& d ^ > ^ > : > m.L.^ d ) = = & % @ % ~ P a D.$ = a = - = = = = = & = a = = = = a = = = & = & & = a & s a K.a s s & K.& K.a & s s e a & a s a & s s s a = e = $ & % P P % f f @ ~ . ~ z.] % % % ] D.s $ e $ & % $ $ ) ) ) ' ( r ^ > ( g.> b.> 9 > ' : < > , > > > > > > ) ) ) - ^ > > : , g.: 9 ' > > > ) ^ ) ) = = - O ^ ) ) O ) = & & = ) & = ) ^ - ) ) ^ _ r ) ( b.M ' 9 _ r ) ! - - ^ d ' 9 > r 9 r q q , : _ 9 q > > 9 M M , < M _ > : < : g.< x .N < , N N 9 , : M : _ _ _ ( p.= = ) ) b.= / ^ ) - O ) O ^ s.O : > > v.L.v.i.> > ^ i.d ) ) s ", "M : > _ _ : x N M , > 9 ( / ) ) / ^ / ^ - = = e % e e e = & = & & = = $ % % % ] e f ~ f f f % $ s & a & & e $ & & = & & % ] ] $ e % % = & & & % $ & & e e $ & & @ @ K.e @ ] e e e = = = = = = = ) = ) ) = ) / = = = = = = = a s % & f e & % & = = ) ) ; ^ / ) ; ) - ) ^ ) ' ^ ) ) = ) ) ) ) ' = = % = = + = ) = = / + ) ) = ) = + = = ) ^ ^ ) ^ - - d ' ^ ' 9 : : 8 4 4 ~.X 3 X ^.3 6 < < 6 L L J ` E 3 4 < 4 < K 6 x 4 5 6 3 3 5 ` 3 4 J 5 G ` ` X E E J.I.3 6 3 ` J < 5 .x ` 6 '.< < , < 4 : < 9 ( M 8 ^ > 9 : N > _ n.( r.: #.> ^ : x x x x M ^ ", "> < < E 6 F E 6 x 6 < < z < : : < M : q > : > ^ ^ / = = = & = = % & & $ @ % a $ e & & e s % s $ ] = a = ) & & & & = = = = = = = & a = = = = & & = = = = a & & = = & & = & & & $ e e & $ e % $ % % % % f g } [ # # # c # . . . ~ . # ~ . ~ [ h ~ % & = ) ) ) O ^ > > : 4 < 6 3 6 5 4 3 4 4 3 4 6 < < N < I.` 5 3 6 M.4 : : z q q q > , 9 ^ : : > 9 r > 9 r : : q : 2 ^ ^ - ) = ) ) = = = = & = & $ = & ) & & & & ) ) ) ) ) d d r : : 9 _ 9 : > _ : > z : , 3 4 x 3 6 5 6 3 M.3 6 5 G 4 6 6 3 x < , : N < 6 4 9 ' ^ ^ ^ ) ( ^ ^ ' ^ ^ q : < : 6 < : > ", ") ) / = / ) ^ ^ b.M : N > ^ > > > _ : : < > : > > > ^ d ) ) / = = = a & a a = & a a = = = ) ) ) ) ) ) / = & & = = & = & & = $ e & & % & $ ~ @ e % ~ f % $ % % & & = = % % $ $ & & e $ @ % ~ @ @ % % % . g # . g c [ | | # [ h # % f g ~ g ~ # @ ~ % % $ e + = = ) ) ! ) ) ^ ) ) ) ^ ^ ) ) = & & = & % ~ . p [ # p # @ g } [ [ [ } m m } } m m m } [ p c c . . o g ~ @ # b . ~ ~ * + + $ * $ @ @ % A $ $ @ @ e f f P f e & = = ) ) = ^ ) = = & = % % @ e = = $ & ) ! ) ^ ^ ^ ' ^ ^ > : > ' 9 > 9 ( ^ > ^ / / ( ) ) d / = = a = ) _ _ _ x M ' M _ ( / ", ": > 6 < < 6 < < 6 < , < ' : 9 : > ) d ^ ^ = ) = = = ) - = = = = = = & & & = % & & = = ) - ) r ^ r ^ ^ ^ ^ > ' > > ' : r ^ - ) d ) - d ) = = ) ^ ^ ^ ' > : q 9 > > ' ^ ' ' ' > ^ > r > d - - ) - ^ > ^ ^ > : 9 > : q > 9 > > > z : < q < , J < < 7 < < : > ^ : 4 < : , < 6 6 6 6 < 3 4 7 7 7 > : : q , 4 ' - ) > q , < J 4 y : 2 9 > z 9 ; d = = = = = = ) = - = = = = = ) = - - ! ) d ) ^ ^ ^ ^ ) - #.r 9 ^ - ^ ) ^ ) - / = b.( ) / / & ) = & a e a & & a % e % % $ f 0 p # c # h c | [ c ~ @ ~ ~ % @ z.* % % $ & & % % = ) ) ^ > : : < : > ^ ) ^ : ", ") > _ _ _ _ d ) & % s = & % a P % % & a % = & % b f $ = = = = / = ) ) = = = & = $ % a ) - ) = = ) ) / = = = = a & & = = ) & = = = ) = = = - ^ - d = = ) = = ! ) ) ) ) ) d = = ) = & = ) ) = ) ) ) = ) - ) ^ - = ) ) ) ) ) ) ) = ) ) = - ) ) d ^ ) ) ) ) ) d ) ^ > ' : > ^ , : < > > : > > : : , : : #.> ^ ^ ' ' r d ' b.r ^ ^ ) ^ ^ r ^ > > : > : > ^ ^ ^ - - r ' ^ ' ^ ^ ^ r > 9 > > ' > ( 9 ' 9 - ' : z M : , q : : 9 ' ' > ^ ) ^ - ^ ) ) ) ( ^ ^ ) & = % & = = = & $ & = & a = = = ^ ( _ ( ' _ ( ^ ) ( - _ / b.' ( ) ) ) / / a b ~ K.a f & a & / ", "} [ # [ # # ~ % & & ) = ) ) = ) = ) ^ ^ > r : : q > d ^ r ' ^ - ) ) = = = ) = = = ) & & = = = = = = = = - = ) = - ) = ) = = = ) ) ) ) = ) ) = = ) = ) ) ) / - d ^ d $.^ > ' > ^ r ^ > - ' ( ) ) / ) - = = = e & @ & & + ) ) ) ) - = ) ) ) = & = = ) ) ) ) ) = ) ) ) ) = - ) ) ^ ^ ' > ^ 9 > 9 ^ - ) d ) - r r 9 : ' ^ ) ) w 9 : , 9 ' w - - ; - ' - ) d - ) ^ - - - ) ) $.$.r ^ - - - $.= - ) ) ) r 9 > ^ ' > ^ > > ^ ) = = & = $ & ] = % % u $ A % $ $ @ * 1 . ] & = + = ) = = - = = ) ) = & = ) = f % @ ~ ~ # [ # # c } [ ~ ~ # g # # # # # m j m ", "& = = = & = & = ) > > ^ ^ r q < : : z , : , , < z < < < 4 J , 4 < : z , : J 6 6 4 < 6 , , < < < 6 6 6 4 f., 6 < N N N 9 < , 4 x 4 < L 4 4 : , : < < z z < , N 4 4 4 < < 4 6 , 4 < 4 < 4 z , 4 J , 2 2 , , : 9 ' ' r > q : : : > : r ' 9 > > ^ q 9 > ^ ) ^ ^ ' ^ = ) ) ) ) ) ) - - = ) - = = = v % & = = = = = = = = / ! = = & & & = & . $ g ~ f @ . @ ~ @ f % % ~ ~ 1 . % = = & = = e e & & & $ = & = & = = = = - = ) = ' d d r > > : , : : z 9 : > : > 9 q q q > > > q ^ = & = = ) ) ) = e e @ ~ @ % % f # # # ~ % } [ p # f # # ~ s @ % ~ e & % & ", "F F F 5 6 < 5 5 5 6 < 6 < 4 < N < < : z : : : 9 ^ ' 9 - ^ ) ) d - - d ) = = & $ e $ = & % f f % $ ~ ~ ~ % ~ @ ~ ~ @ ~ & @ % % $ $ e & = & & & & = ) = ) = = ) ^ ^ r > r r 9 ' ^ ^ ^ ^ - ^ d ) ) ) ! ) & & & e % % * ~ # # ~ ~ g # ~ # # ~ # . u # # ~ ~ ~ @ % = = ) ) ) ) ; ^ ; ^ : ^ r 8 r > , ^ w ) = & % e $ & = ) = = d - ) ) ) d ) ! ) = = = = & & = & = e & & & = & = e $ @ = = = $ $ % f $ & e = & & ) / = ) ) ) ) - ) ( = - & e e & & & & e & = ) - - ' O ) = ) = = = = a = = ) a & = & & a = > ) & ) / ) ^ ^ ) ^ ^ ) ^ ^ : > < < 5 5 F F Y ", "= & = & & & ) ) ^ > ^ ) 9 > ^ > 2 9 , : : : q 9 > ^ 9 q ' 8 ' ^ ) - ^ r > - = = ) - ) > : < : : 2 > 9 q > w ' ) ) - - - - ^ ^ ; - d d = & = & = & = & = = = = = = a = = = - ; b.' w 9 : : 4 : : , , 2 , 2 r ^ r > 9 > ^ ) ) = = ^ ; > 8 2 : , ' 9 9 ' ' ^ ' - ' ) - - ' > > : : 9 > 9 w #.: : q > > - ^ ' ^ ' ' - ^ d ^ ' ) ^ = = = $ = = = & ) ) ) ) - ) ) ' = = ) = + + ) = = & & & = & & % + & & = = = ) ! = $ $ % $ % & = & = = = = = = = = ) ) = = & = ^ ) ) ^ ) d ) ) ) - ^ ) ) ) - ^ = - ) ^ r > 9 > q : : > > > d = ) - = = = ) ) ) ) ) ) = ", "= = ) ) ! ) ) ) ) ) > ^ > ' > : > : > N 2 ^ : : z : ' r d ^ r ' > ^ > > ; - w > ' r d > > r > ) ) ) ) = = = = d ) - = = % e & e & $ & & & = = = = = = = = = = + & & & & ) ) = ) ) ) ) = ) = - ^ ^ ) ^ d #.9 9 q : > > q 9 2 9 9 > : 7 L : : : , > q 4 : 9 : , 6 < , < < < < 3 7 : 6 4 , J 6 6 4 3 ` 6 6 < 6 3 K 6 6 3 6 < 4 5 3 5 3 5 5 E 3 ` 3 5 4 : M f.< 5 L < < N 3 < 4 4 3 3 3 3 < , : 9 : 2 > > > ^ - = & = ) = = & = = = & = ! ) = = e & $ $ $ % $ e = = & = = = ) ) ) > > 9 > r 8 r 9 ^ ) ^ = = d > ' ^ = = ) - ' 8 ^ ^ ^ > - ! ) ) ) ) = ! ", "6 3 < : : < : < < < z > > 4 , : , , : > ^ 9 > > : 9 9 < y , : , > 9 > > 8 > : < 4 4 4 9 ' > 6 6 ~.5 3 < < , , , : : > ' d ) ) ) ) ) ) ) ) ) - - ) ) / / = ) / / - - = - = ) - ) = / ) ! ) ) ^ - $.) $.! = = = = $ = + & + * = = % @ @ A 1 @ @ ~ ~ ~ . ~ @ ~ ~ ~ ~ # % + * * % * $ = % = - = = & - & = = = ! ) = = = = ) = - = d ^ ; - - ) - ) - = = ) ' > ^ ) ^ - ) = d ^ ' > , : 4 6 3 ` 6 6 G 5 3 4 q q : 9 ' > w > ' ^ w ' ; 8 > ' > , , 7 < < < 6 3 5 3 E X X X F F *.;.<.Y F X E X ` X ` E E E 5 ` ` 3 ` J 6 < : , < < < < < q < > : : > > : < ", "m m [ [ ~ # ~ 1 e ) ) = = ) - = & ) ) ) = = ^ r d d ^ ) = = & + $ % + = = - = = & ) = = = = & & & = & & ~ $ ~ ~ @ @ . . ~ @ f f % ~ ~ # f ~ ~ % $ a & = = ) ) d - ^ ^ ' 9 > 9 ^ ' - ' ) ' ; ' ' ^ ^ $.' d ^ N./ ' $.^ 8 ' ! ) ) ) ) ! ) ) - ) ) > - ) ' - - ) ) ) ! ) ^ ^ ' ' ! ' ) ' ' 9 9 , , < < : > z : 4 J < 6 6 6 z 4 : , , 2 4 : , < 9 : 9 , : 9 > > : > #.' ' ' ' - r q : , 4 : : 2 : q 9 ' 9 ' ' ' > r > : : 4 6 4 < 4 z 6 E E X F Z Y Y X O.E 5 6 4 J 4 3 < 5 E ` 5 ` 5 G 6 6 4 < < 6 , 9 < r > > ) ) d d ^ ) = e % ~ ~ ~ @ . # [ [ [ # [ ", ") : ^ ^ 9 ^ ^ ; ^ > 4 : ' > ^ ^ ; - 4.- ' ' > w - ' > - ) - = ) ) & = & @ g u c.# # # e.* e.A f # g ~ f ~ ~ # ~ c # { [ } # # c c # # # f @ % v $ % = & = = = & & & & & = = = = = = ) = = + + & & e % & @ ~ $ % * f % g % ~ @ % * e ~ v & = = ) = ) - ! ! ) ) ! ; ; - > 2 : , ^ 9 > ^ 9 , 9 , :.9 4 > ^ > > ^ 8 9 9 ^ ' ' ' ; d ; ; - ' ' ' - - ^ ^ ' ; - d ^ ^ , : > > ' > y : < 9 : : : 9 ) ' ) ) = ) ) = = ) = ^ ) = ) & = = = = = ! = & = % = & = = + = r ' > 9 : > , 2 ' q L , 4 , 6 6 G ` 6 < 3 5 K 4 4 , , < 4 < 6 < , > > : 9 > ^ ^ ^ - > ' ", "3 ` ` 3 6 5 ` ` 3 3 6 X 3 X *.X ` ` ` 5 X Z F F ;.` ~.5 5 5 5 5 5 3 3 < L L 3 3 4 J '.K 6 5 6 6 3 5 5 4 , , 2 , , , 6 6 > , 9 9 > ^ : > 9 8 ' ^ ^ ^ ! - O ) = a s * % ] . ~ % $ % ~ b % $ $ % & % & $ * ~ @ % = = ) = = = ) ) - ) ) ) ) = - = = = & = % * = + + = = % & = + = = = = * = = & & = - = ) ) = ) ) ; = - ) - ) ) - ' ' - - - ! - ; ' > ' > 9 ^ ' ^ > ^ ' ) d > 9 , , f.g.: < : , 4 J 6 5 3 3 J 6 6 3 '.< < , , : 9 9 > ' > - ^ ) = 8 - ' ' ^ 8 9 > > ' : < 9 , > z < < 6 < 6 < q z 4 < < : : : : < < < : < < , z z < 6 < 3 < ` 6 6 < J 3 ", "E ` < 7 3 6 > : > > ^ ; d ) = > : ) ) ) = ) w ! - ^ #.> < < < 6 3 6 3 6 6 , 4 z , z < < < 6 6 3 5 5 ` ` Y Y Y *.*.F *.E 5 6 3 5 '.< < 4 < < < < : 9 : 9 9 r d ) ) ) = & & ) = = = & & = ) = = + ) ) ! ^ ' ^ > : f.< : : < : < < 4 4 , , < g.N : ; , 9 2 8 > w > ^ ) ^ ! - - ! - ! = = = = = & = = ) = = & = = = = ) ) ^ ; ) ^ ^ ) = ) = & = = = = & $ + @ f @ f % $ % @ $ @ $ = = = ' d = ) ) ) ) ) ) = = = = = ) = = = = = + & & = = = = & = ) ) = = & = & = = ) & = % % = ) = - - ) = = - = ) ) = ) ^ ^ r ' ' ) - = = ) ' , : , 7 : 4 3 3 5 6 X X ", "# # * ~ } } [ # . { [ . { } c [ ~ 1 1 ~ = = & ) & = = ) ) ) ) ) & = = - - - ! ; ! = ) ) - $.) ) 9 9 , 9 9 : , < y 2 ' ^ - ^ ' ' ^ ) ) = & & $ e v * % 1 # # # p # [ } } [ } c c [ @ . A % f ] $ % @ * s $ & % & % % * @ % % P % % % % $ f ] ~ ~ f * ] & a = @ @ 1 ~ & + & & & & * % & ) = ) = ! d - - = - = = = = = + & + + @ % f + v % + = = = ) = - - ) - $.) - ^ = = = & = + & ) ) ' - ) ! ; ) 4.$.^ ; - ) $.$.^ $.r ' = ) ) = = = + & = = ) = = = = = ^ ' 8 ' z > - ' w ' ^ d ^ ; ) $.) > : ' ; ^ > ' ' ) d - ) ^ d ; - ! & & & & % = & & & & & ", "1 % 1 & & = ~ % * & = = $ ) ) ) ) ) = = & v f $ + & & = ) = ) d ) ) ' d - > y < < , 6 , 5 J 6 6 6 6 6 K 3 ` 3 6 6 < 3 4 6 < J , 4 z < z , q 9 : > 9 > ^ - ) d ) ) ) ) ) = = e = = = = = = = = = = = ) = ) = ) = ^ ) ) ) ) ) ) = ) ( / ) ) ) ) ) d ) ) / ! ) ) ) ) ) ) ) ^ > > 9 > r , > ^ 9 < : < J z q > w r ) ) = = & @ % # # [ ~ ~ . g . # z.% $ ~ % = $ e % & & & = = = ) - - - ) = - ^ r - > > > ' ^ ; ; ^ ^ ) ' ' 9 > > r r > > d d ) > > > , > > 9 q q ' 9 q 3 < : : > > ^ - - - r > > : q < < 6 7 4 , 4 K 4 3 : , > ! ^ ^ ' = % = + % % # . ", ") ^ > > ; > 9 > : 9 4 4 6 < E ^.*.*.5 3 ` 6 4 , , 3 : , : 3 6 6 < < 4 6 4 , 9 9 : q 4 , > 9 9 2 ^ 8 ' > d d ' ^ d - ' ) = & = = = = = = = = = = & & & & = & = ) ) ! ) ! - ) ) = ) ) = = ) = = e $ % e % % $ v $ % & $ = = = & = ) ) ) ) - ) - ^ ) - ) - ) ( = = - ) ) ) / ) ) ) ! ) ) ^ 9 > : : 2 : , , : _ ( ^ ^ ^ ^ > ' _ ( ^ - ^ / / / ) ) ) = & & = = = a & % a $ $ o ~ % & % e & = & & & = = a a a e $ f ~ b ~ ~ o @ % % & = ) - ) ^ > b.> 9 4 6 6 J 3 5 3 6 3 4 ` ` ` ` ` 3 3 3 3 ` F X E ` 3 ` 6 5 5 E 5 5 X 5 E 6 5 < 4 9 > ^ ^ ^ > ) ^ ^ ! ", "' ' ' ^ 8 : 2 ' 8 r ^ ^ > ' - ' d ) = = ) ) - - ' = ) = = ) ) ^ ^ d ! - ' ) ' ' = ) ^ ' w - - ) $.= = ) - - ' 9 : 9 : ^ 9 ' ' ; 9 9 d d ! = = ! ) ) - - O ) ) ) ) ) = = a = a & & & e & % ~ f & s % f $ & & = = ) ) ) d - ) ) d d ) ) ) ) ) ^ - = = = ! = ) ) ' ' ' ^ ' ^ ^ ' 8 : > ^ , > , 9 , 9 q , > ' - - = = = = = & & & & & e & & & & = ) ) ) = ) ) ) ) = ) ) d ) ) ' ^ ) - ) = & & = = = = = ) = & = ) = = = - ) - - ^ ; 9 , : : J < 4 4 < < : : 6 : ^ ) 9 ) ) ! ) ) = ^ 9 = ) ) ) ) ^ ! ) ) ' r r r > , > ' ^ r - 9 8 ' ^ q ' ^ > > , ) ^ ' ", "3 3 < 5 ` 3 3 < 4 , 4 : 4 , 4 z : : #.< : 9 9 ' ' ^ ! = ) = ^ - ! ) ; ; ^ ' ; $.; ^ > > > > > > ' > ' > ' ' > ^ ^ ' 9 ' d ^ > > 8 > , z , 4 4 , < > : q q q q q q q > > > > 8 > ' r > ) d - ) ) ) ! ) - ) d ) ^ - ' ^ d ; ^ - ^ 8 ^ > 8 > 8 _ ) ) ) = + = & = - = & = & % & & % = & v = = ) ) ! ! ' ^ - ) = = = = = & & = & & $ % ~ g f u ~ @ ~ ~ . ~ g g g c c c.# p [ [ p # c [ # . p [ ~ [ # # # . f f g ~ g # # . g # p c . c c ~ # ~ . ~ @ { . 1 # [ [ [ [ } t } } } } m +.} c } } % @ ~ % @ f 1 * $ = & = = = = ) ' ^ r : 4 , , 9 > , 4 4 3 3 ", "# # { t } } [ [ } } [ } [ [ # { ~ ~ * ~ ~ ~ & * @ % 1 * ) = = $ % A g % = & & = & & & = = = & % $ $ & = % % % & $ % % % % $ e & & = = = & & = = & % e * $ & & & v e % ~ # . . A ~ ~ . ~ f % % e $ & @ $ f & & = ) = = = = = & = = & = = ! = = = ) = = ) = ) ! ) = / = + & = & = ! = = = = & ! - ) - ^ ^ ^ ; 9 9 : : : : , 9 : 2 > ^ ' ^ ^ ^ r r ' - ) - - ' > ' > > ^ = = - ! - - ) ) ; - ^ - ^ - > q : q 2 4 , , q q 9 > 9 > ' 9 $.^ ) - ) - = ; ' ; > ^ ' = = = = ) ) = - ' ^ d ^ - = & ! = ! ) ! - ^ - ^ ; : 4 2 , #.> , - - = - + = ! + * 1 1 1 ", "2 6 7 , > 9 > 2 , 2 ; , 9 , ' ; 8 ' 9 9 r 2 ' ' 9 > 9 > > 9 ^ > 9 > ' ) - - ) - ^ ' > q > 9 > > : M : q q y < < z < 4 6 6 4 J J J 4 6 J 6 4 L , : , q 9 > ' d d $.> r ^ ^ = = = = & = = & & & $ % & % % % e $ % $ f % ] % & % @ % % % ~ ~ ~ ~ @ ~ ~ ~ . ~ # ~ # ~ ~ P $ ~ % $ v % & = - ) ) r - ^ : ' ^ : < < > < : < , , < < , < : < 9 z z , > 9 < > 9 > q > ' - d - ^ d ^ - ^ d ^ ^ > 9 : : 9 : , , : , 4 6 5 G 6 G 5 3 4 J < : , , , 9 : : 9 9 : < J 3 6 X E ` E *.Z *.*.-.}.-.).=.}.*.;.E ` 3 ` 6 6 , , 4 , : < : < 7 z 3 ` ` 4 3 < 4 K 3 < : 2 ", "! ) ) ! ) $.) ! ! > ; - - ' $.d ' ' ! ) ) ! ) ' - - ' ' ' > 8 2 z 4 : , 7 : : 2 : , > 9 : , , > > ' > - ' > ' r 9 > : ' 9 ^ ^ d - ' ' ' ^ - ) ) ) ) = & e % f % = + & & = ) = ) - = = ) = ) = ) ) = = ^ ) = = & = & = = ) = = = ) ) ) ) ^ ^ > ^ ) d ) ) d ) ) ) ) ^ ) = ) ) ) ) ) / ) ^ ) ) = ) - - ' ^ ' ^ ( ^ > _ ^ - - ^ d - ! - ( - ) = = = ) ) ; = = = & = ' 8 ' ' > ^ 9 ' 9 ' 8 9 9 > ' > 9 9 : , 4 < 4 3 3 , : 9 , 9 , , 9 9 q > 8 ! ^ > ' ' ' 9 2 < 7 , 2 , : , , 2 > , > ^ - ; ; $.' ' ' ' - 4.! ) ) - ' ' ; ; ) ; ) = = ! = = - & ! = ! ! ", "3 6 7 K 6 < , 4 < z : 2 ; > 9 2 , : , z , q #.- q > 9 > w ) - ) ) = ) = & = ) ' d = ! = = & = = = & $ * @ + $ $ & = = = e % ~ A % @ % = & a + & = & & $ & = = = & = & & & & & & & $ & + e @ % ~ ~ @ % g % ~ . @ # p # c ~ % ~ # . c h } [ } } } } # # p } [ [ [ # [ } } [ [ # # % ~ & = = & = = = & % & = = = = - ' ) ) ) = = & & & P.& = ) = ) $.) ^ > - ^ ' d ; ^ > d d - = - ) = ) ) ) d ) ^ ; = w - ) ' ^ ) ; = - ^ ) - - d r 9 : , < 6 6 E E E 5 F *.*.*.X Z /.X F X Z *.Y *.F X *.X X X 5 5 L K 8 > r , 9 ' ^ ' ! & = = + = ^ $.> q , , : 2 3 ", "3 6 6 3 4 : , , ' ; d - - ) ; ^ - = ) - = = = = = = = = = = = + = - ) ' - - = ^ ' 9 ' > > 8 ' : : , , , , : , : : , , , , : , 9 > : : : - 9 : 9 9 M : > > > 9 9 : r ^ ^ ^ d ) ' - - d ) ) = = = + - = = ) = & = = $ ~ & = ) ) / ) ) a & $ & = & & & % ~ % % ~ @ % % % = & + % & % % & & = ) = = = = = $ = = = = = ) ) ) ) ) = = & = ) = ! = = & = $ & = = ! = = = ) = = = = = ) ) ) ) - > ' ' 9 ' w ; > 9 ' 8 #.7 : 4 #.9 > ^ - ! ^ ' ; ) ' ' - ^ ) ! = ! - ) ) = = = & = = + + & $ & = = = = = + - = ' ' - ' ^ 8 w ^ 9 9 ^ ' ^ ^ 2 3 3 4 4 3 K ^.5 ", "- ) - - ' ! ! ) ) - ' ; = - = & = $ @ @ $ % @ @ % f % @ A ~ ~ e ~ v v $ + & v $ & = = ' > - ^ > > ; ' > 9 9 9 9 6 5 ` 6 3 , : z 4 < , 2 , 9 9 : : 2 q 2 #.:.^ > , ' ^ ' r ' ' ; ) ^ = ) - ^ 9 ^ r - ) ) ) ) : , 2 < : < , < < < 4 6 < , < : z z : 2 9 2 > : q < > 4 : 7 < 4 < 7 < < : < < 6 3 4 6 3 3 4 4 6 4 ` 5 3 5 ` ~.4 6 ` 4 6 < < 4 #., < 4 3 3 6 6 6 G ` 3 6 4 L 3 : , 9 #.q ' ^ ! - = ) = = = = = = & = = = ) ) - = ) = = = = = = = = = = - + ! = = = ! ' ^ 8 9 2 : ' ^ #.9 , : 8 : 9 ; O ^ - - O O = ) = ) = = & = & % e = ) - ! ! = ! - = ", "3 7 3 < 3 6 7 ` z : 7 4 < : , 4 < 4 6 3 4 < 7 < : : : : : ' ; > : < , 9 : 9 2 > 9 > 9 , 9 2 < q 4 : 9 : : , : < J 3 3 3 6 < < 6 : 9 9 : q 9 , ^ > 9 > ' - ' , - ) - - = = = = ^ = = - = ) ) ' = ; 9 9 : > 2 , 7 2 4 , 6 4 4 3 X X 6 ` < < < 6 6 4 4 < 4 4 4 6 J < 3 6 3 : 7 3 > ^ ^ 9 - ^ ; - ) ) > > ^ d ^ $.w , 2 2 : < 7 4 5 6 ` G 5 5 E 5 < , : z , : : < < z 4 3 4 , 3 4 4 3 ` ` 5 ` 4 < 3 3 ~.K < 4 4 N < < 7 2 %.9 9 ^ ^ ' - ' ^ ' - ' ; ' - > ' ^ > ' 9 ^ 9 2 ' 9 , 8 ' ' w ^ - > 9 ' > 9 > 8 , > : 9 - ^ ^ 9 ^ ^ ' ' ' ' > > > ^ 8 , : 4 < ", "- = = = = = + = = = % + = ) = ) = = ) - d ^ - - ) ) = = ) + + + & e + & = = = = = - ) - - ' 9 : , , , 4 #.#.y 3 , 5.7 7 7 9 9 9 9 ) = - - = = = = = = - = = + ) ) ^ = ) - ! - - ^ d ) ' - ) = = ) = = = = = ) ^ ) ^ ^ > ' - ^ ' 9 ) ^ = ) ) $ f e e e ~ = ~ % % ~ @ # # { { m m } [ { t } . [ } m } [ @ ~ g + + v & = = $ $ = = & % @ & v - ! ! - - - d 9 ^ ^ 8 > > 4 , < 3 7 , : , > d d ^ : 8 > w - - - ! ; #.> 9 w 8 $.! = - ^ d d ' , , , : 4 : M , < , < 9 > ' r ; ! ) ! ! ; ^ ' ^ ' ^ - = - ; ! ) ) ) ) ) ( = ) ' ' d ' ' ^ 9 9 ^ 9 - - ) ) ) ", "^ ^ 8 8 2 > 6 6 5 @.@.@.` E 5 E E F E ^.5 3 ~.` J 3 z < 4 z 7 6 6 6 , < : 9 w q < 9 y %.: , , 9 #.8 ^ $.: y 9 , , , < z z : 9 < 4 8 > : ' ' ^ > ^ ^ ^ - - ) ^ ^ - > , : #.2 2 2 9 ' 9 ' 9 > #.8 9 , , ' ' > 8 , : , w ^ ; 2 - = 8 8 ' ) ) ) ) g @ # ~ ~ $ # @ ~ @ @ * & * = = = & % = & ' = e ^ ^ ^ - - - ^ & = % = + = = ^ ) - ^ d ^ ^ ' > r ' 2 4 4 3 6 4 5 E 5 3 ` 5 6 3 3 ` K 7 2 9 , q 9 w #., 9 2 9 2 9 , , , 7 < 9 ' ' 9 9 , 4 3 5 ` *.E X E X X ;.E X E ~.3 G < 3 ` 6 4 4 : 4 < 4 2 9 ' : > > ^ 8 > ; ^ ' ^ = - - ; ; ' ^ ^ ; ) ^ > ' ^ 9 ^ ", "7 4 6 < < K 6 E 6 6 6 6 < 5 3 ` 3 6 4 J 4 < 9 8 ; ' ) ^ 9 w - ) = = & = $ + & $ % % ~ $ $ @ $ = = ) ) = = ! ; ; :., 4 4 9 : 2 8 ^ > d ) ^ = - = = % & $ $ % $ $ 1 = ) & = ) = = = = = = = = ) = = = ) - = = - ) ) ) ^ $.= d ) ) ^ ) ) = = ! d ^ ) ) = = ) = = ) = & & ) ) ) - ^ ' 2 ' 8 , 4 3 3 E ^.*.*.E X 6 < , 4 : , q > 9 6 4 6 : 9 : 4 , < 7 4 3 3 ` ` 3 G 5 3 6 ` ` 3 3 3 4 < : , 9 8 > d ) ' > - w = ^ ; ; 9 ' ; , : ^ ' 9 ^ :., 2 :., 2 , , 8 , 2 8 8 9 > 8 ^ 8 ) ' ; = = & + + $ * = = & & + + ) ) ) ) - ! ; ' 9 ' ^ > > ^ #.< K 6 < 3 K 6 ", "+ = + $ ~ ~ = = = % $ # 1 ~ 1 f $ & = + = = ) ) ) ) ) ) = = = $ @ = 0.$ = = ) ! ! ! - ) - - - = ) - ) - - ! ! 4.- 9 9 9 , 9 9 2 > > ' ' ' = = ! - ) = - ' - ) 9 : , 9 > r d ^ ^ 9 ^ ) 9 ; ) ! ) & $ = - ) - = ' ) ' , 2 4 < K 5 3 3 ` 3 K 3 3 3 q > > > : > ^ d ) = ) ) ) ) ^ > ^ / ) ) - - ) = = - = & % 1 % 1 @ = = * % Q.1 e & = & & = = = = = & = = = = = + = 1 + + = = = = ) $.! ) - = ) ) = = $ v = & = = = = $ = & = = ) ; w 2 2 < < 4 J 6 7 4 3 ` 6 K 5 4 L K 3 6 , < 4 < < 6 ` 3 3 ~.3 < , 7 7 > w ^ ^ w ^ - ! ) ' 9 ^ ^ = ) ) ^ ) = ) = = ", "> > ' ' ' ^ - - ) r ^ > ' ' , , 9 ^ , 9 : 4 9 9 > > > ' - ' r > : , : 9 9 , 9 9 9 9 ^ ) ! - ' ^ > > > > > - - ' 9 ; ; ! ! = = ) = $ $ % 1 % v $ $ @ $ * # [ } [ [ c Q.# # f = = = = = = - ' 9 ; ' 9 2 9 > 9 > > , 4 K 4 , 6 4 , K K 3 4 3 ~.K K , , , 9 ) ' 9 9 9 , , , 9 3 3 3 3 3 3 4 3 3 4 4 4 4 4 4 3 4 6 4 4 y < , : _ > 9 7 9 7 : 4 , < < > > 9 > ^ q : : 9 , #._ : #.9 > ^ 4.) - ) ) + $ = $ @ @ * . . * @ ~ $ @ @ f $ = = & = - = ) ^ ' - - - & & = = + ) + & = = = = = - = ! ) ^ ; ' ' ^ - - ' ) ) = ! - ) ^ ) ^ - - ! = = - ' ! ^ ^ ) 8 > ", "& ) - ) ) : > , 9 ' - = ^ > > 9 = = & & + + + + + & + & & + = & = = ) - ' ^ - r ^ ^ > > , : ' , 9 9 > ' ^ : : > #.> r 9 9 2 : q 3 4 3 : 4 < 4 , 7 > d ! ; w ! ' - ^ > ' ' ^ ' ' > > - - ' ' ) - ) = = = = = & = & & - - - ! ) ) ) ) ) ) ) = $ * % $ 1 @ * ~ u } t } m j d.d.j j j ].].R.].].m n t { ~ # * * 1 1 $ * . ~ % @ & = = = = & * % & = = = = - ) ) ) = a & & = = - ) = = + & = & & ! = = = = ! ) = = ! ! = ! ) = - = ! ! = = ) ) - ' - - - ; 8 w 8 : : 4 < < 7 L 4 : < 4 L 7 , z : : > ^ ' ) $.' = ) ) ! ) + + & % @ % $ * - = = = = & $ $ ", ": 4 4 6 6 G 5 F 5 6 6 ` *.E 5 5 G 6 6 6 < 4 4 N : y z M ' - r > ) d ) ) = & = = = s = & = = / ) ' ( ^ q > > = & $ = = = a = $ = ~ f & = = + = $ = = & & = $ % = = = = ) ) - ) ^ ^ - ) ) ) ^ - ^ ) = = ) = > 9 9 ' ^ > _ 9 w : > > 2 9 z q : 3 3 3 2 3 M > 2 4 ^ r ; ^ > ; ^ > > > 8 : : 9 : > > ' ! 9 8 , 9 8 9 : 9 9 > ; 9 : ' q 4 9 , < : > < 9 : , : 7 , 9 9 > > > - & e ] % f ~ { [ # t # } [ c.c # [ p c # u u 1 1 ~ f v & ) ' w : r > #.> 8 9 9 : z < 4 3 J 4 6 3 6 5 3 6 6 6 , : : < : 8 w ' - ^ ' w ' d d - = ; - = - ) 9 8 : 9 8 4 : : 2 2 ", "' ^ ^ < K 4 8 4 4 4 K 2 4 %.7 < 3 4 3 : < , 4 ` 4 z : : : 9 9 : > 9 ' 8 - ^ - ^ ^ > , 9 ' ^ > ' ' ' - - $.) = = = ) ^ ) = ) = $ . % & $ $ = & = = $.) - $.- ^ = > ' ^ > - > r r ' - w ' ' ' > : > : d ^ ' ) = + = = & g ~ u @ . u ~ # % ~ @ # # % + e & & ~ % = % $ & % # * & = & = = ) ) ! / - ) - ) ^ ^ ) ) - ^ ) ) d ) - ( - ( - ) - ' ) ) ^ ; :.: : 8 y : > > d ^ ' ^ = d ) - d ^ d > = ) = = = = & e % $ % & = & = = & = = & & & = e e $ e $ & + a ] $ = = = e $ . ~ 1 . @ @ $ = & = & & a & = & & & & + = & = = = = & = & = = = = = ! ! - ' ) ", ") > 2 3 3 3 4 6 < < 6 3 4 3 3 3 4 9 2 , 7.4 9 ' , ' ' > > , < : : : > 9 ' - ^ = d ^ = ) ) ) ^ = - = ! ! ) ) = = & + & + % & + = & = e ! ^ ^ ' ^ ) ) r ^ ^ r ' ' 9 > 9 : q : 9 > > 9 8 > w > > ^ ' ^ ) ) ) ) ) ^ ) - ) & & * 0.% $ % @ + % ~ ~ 1 . ~ % % % & a ) % = + & % % & & % ~ ~ % $ ~ % * & = ) = = = = & = + = ) = = ! = + = & = = & = = = ) - ^ ! - - ) ) ^ ' - = = = = ) ) ! - = ) ) ) ) = = = + $ & $ $ + $ & & & = = ) = = = = & + = = = = = = = & = = - ) - ) ^ ' d - = ' - ^ > ^ ^ d ) - ' d ' ^ ^ ^ ^ ^ ; - = ^ - - ^ $.) ) ) ' : > ^ ", "= = a = - ) - > ^ ) ^ ^ = = = ) = = & = + = = = = ) = = = ) $.- ) = = = = & = & = & = - ) ^ ) d r > r 9 9 9 9 q : r > $.: : > 9 r z z < z q 9 : < z < 9 r 9 > < , : : z r q ' - ' d ) ) & ~ ~ f % & % $ f ~ ~ . g f ~ ~ % e @ ] ] % % $ % e & = ~ ~ @ / / = ) ~ ~ % a = a % a a a a a # % % % ] $ $ % ~ b . ~ # . ~ | } } [ p [ [ [ | # [ % % ~ ~ ~ 1 S.f % ~ ~ f A ~ ~ & & e & ) ^ ^ ^ - ) - ) ) > > ^ q > > > > 9 4 : : : 9 , : < 9 > ' r ^ ^ r > 9 9 , 6 < 5 6 < z : z < 4 6 w : d - ^ ; ; ^ ^ ) ) $.^ ^ ^ ) ) ) ) = + * % ~ b b $ b # ~ @ ] = = ", "% * { ~ { g = + = $ & = = f * + = & = & & = = a ) - ^ > _ > : > : b.^ - ^ ^ ) ) ^ ^ ) = & ) / ) ) ) ^ - ' q ^ ' ^ > M ^ ' q q : 9 - > > ) = e & % # . . 0 g | $ f @ p o ~ g ~ @ ~ ~ e % e % @ $ g b ~ % = ) ) ) = ) ) ) ) ( ^ ^ > ) z 4 , < ^ < : < < > > : : : : : > > > < < < : : ^ > ^ ) ) ( ) - = % $ % & & a = ] a ) ) & = = ) ) _ ' _ ( ^ ^ / / = / O : / > _ _ - ^ ) O = = s e a ] % a & s a & ) ) / / / = = % % $ % a a a $ % = & = $ a & & a s a O ^ > - / ) ' ' ( ) / = = = ) ) - O = = = = a ~ o # | ~ ~ o ~ # b | 1 # { # % & & = + = = ", "^ ^ ) ) = ) = ) + = f % % & = $ @ ~ ~ ~ = - ^ r ; - ) ) ) ! ) ^ ^ - ^ 8 , z : > > q > ^ r > = = = ) ) = = & = = + = & = - r 2 < 4 < 2 q ^ > q 9 ^ d d d ^ ' ) r ' ' ^ ) ^ 9 - ^ > ^ d d > : : z : 9 > M #.> ' r ' ^ ) ^ = / ) ) ( ) ^ ^ > : M ) ' ^ ) ] ~ ~ # m } i k m k # # # } } } } } T } # # c . ~ ~ ~ [ [ b @ = & = ) = ) ) = = = - = & = ) & % % e % ~ # . % o . g % & & z.e e ] $ & % g o b P s & ] % z.& = & & = ) ) ) = = = = ) ^ ^ r , , , G 6 5 L 3 5 3 6 2 4 #.7 z < < , q : 9 , , 9 = ) = = = = ) ) = ) = = = = = % = & & $ = ) ) ^ ^ ", "= = ) ) = ) = ) ) ) ) ) ) d = ^ = = ) ^ = = = & & ) ) ) = = ) ^ ) ) = = = = & & ) = = e = e = = & & & % @ % f f @ f ~ % % e = & e @ e ~ % % ~ f f % % f % @ & = = = = & $ f ~ % ~ $ % f = ) ^ ' > z z < 6 J : q > ' ^ ' d ^ ^ > ) > : < 6 5 ,.E 6 6 9 < < 4 : > > q : : ^ : : > > ) > > ) ) > ) ) ) > ) ^ ^ ^ ^ - ^ ) ^ = A ~ % @ = & % f g ~ # [ . ~ % @ g # p ~ ~ [ [ [ [ g c # # % b P o ~ ] % % P z.@ f ~ P . # f $ $ % $ $ $ % % & % & = % % a = - ) = = - > r > - - ' ^ = - = - ! ^ ^ = & = = & & = $ ) & = & $ % % $ % g . # % % % & & & = & ", "^ ^ ' ^ ) ) ) ) = = ) = & $ $ & = = & = = = ) d ) - = ) O ^ ' r > 9 r ^ ^ ^ ) = & & = - ) r ^ d ) d > ' 9 q ' ) > ' : q r q : : < z , < < 9 q > ) ) ^ & & % @ e & $ ) & ) d ) d ) ) ) = & = ) - - = = ) ) d = ) = & f ~ p } c # [ # # ~ $ f % # # # # . c c c . % # ~ # % & & & = & ~ # # # . ~ ~ ~ & + ) ) - ^ ) ) = = & ) ) - ^ - ^ > - ) ) ^ - ^ 9 < > ^ > > ' _ > ' > r ) ^ ^ g.9 : : N , < z < N 6 .z > g.z : z ^ ^ ' - ) ) & = = = = = - - = = ^ - - $.) ) = ) = ) = = = = = e = + = = & & & e & = & = = = e = = % % & = & e = = = ) = ) ) ) ", "& ) ) ) = ) ^ ^ ' ^ - ^ ) ) ) ' ) ) ) - ^ - - ) ) ^ - d ) ^ ) ^ q ^ ) ) ^ - = = = = & = = ) ) & ) = d = = - - d ^ d d = ) = & & % & = = & = ) ) - = ) ) ) = + ) d = & = d ^ ) + & & g g . @ g # # # # . @ % f & = ) ^ ^ - = > ^ > : > z < , < 6 < 6 6 : < : ^ ) ) % % # # ~ % % ) = ) ) ) ) ) ^ : > $.) ^ > > > : : : > ^ - > ' > ^ - $.' ^ - ^ ) ^ : : : : : z : g.9 q q ' ^ > ^ ^ ^ , z < , : J < M 9 _ ^ - O ) ) b.9 r ^ r > ' ' ' ^ > ^ ' > d ) = ) = ) ' > #.> 9 2 > ^ , 2 9 #.9 ) > 8 > - r 9 r > $.r 9 > ^ - ) ) ^ ) ! ^ ) ) ) = = - ^ ) & % ", ") ) & @ % % % % & f & f & $ & % $ % f 1 @ ~ ~ . [ [ [ # % ~ f $ % % % % % & = ) ) > > > 9 ; > : 9 : : q ' - - ) - - ) & ) = ^ d ; w : : 9 < q , 7 q : : : 6 5 L 3 4 5 K 3 3 6 6 4 , : 9 z q #.: 9 J < J 6 z : 9 q > > : : > : r : ) = ) = ) = = ) ) ) ) ^ ^ > ) ^ ^ ) ) & ^ ^ = & = ) ) = & % % ~ ~ ~ % % & & = = ) - ^ ^ 9 > < < < < : < : , 9 r > $.' g.: q : ' b.) ' > 9 9 : : , 6 #.J z < < M 8 9 , z 6 6 < < : #.> 9 > $.^ r _ - ^ ^ ^ : , , , > 9 > : q q 8 9 d ^ d ' ' 9 ) ^ d ^ > 4 4 6 , : 8 : 2 q : z 9 < 4 7 < , 6 < < < 4 , < > ^ ) ) ) ", ") ^ < < : > : > : > : : : : z 6 5 4 < 4 6 G J < , z q : : z : : : : z : > 9 r > r d d d ^ r ^ : : #.z : q r > ^ r ^ ^ ) ) - d ) d r > ' r ^ 8 : : : 9 > < < 7 < , J 6 6 X E X F >.=.*.5 *.Y ` @.E 5 ` J ` @.6 < z z : 9 ; ) ^ ) ) = ) - > ) ; ; : : 9 : > : 7 > : : : 3 5 K 5 K 5 4 4 < 6 < < < < 4 5 5 6 6 5 5 E E E E E 5 F F @.E 5 ` ` ` E ` ,.E ..` ` X ` ` @.5 6 5 6 I.` 5 M.5 @.< 4 6 6 3 J M.5 ` < z 3 J : : : > ^ ^ r ^ r ^ ^ ^ ^ ) - - r d ^ ^ d ) ) - ^ - ) d ^ > d 9 ^ > : > d ' > ) > 9 < : < z x 6 J 5 < 6 G , < 9 r > r = ^ = ) ) ) ) ", "& & = & = & = = = = ) ) ) d ) = = = = = & % % $ = & & ) ) = = = = ) ) d - ' ^ d = = = ) & & = = & = % ~ ~ @ @ @ e e f % ~ f f e = & = = = & & f e % ~ g ~ u % & & v % e $ = & ~ f ~ % ~ # # [ @ f f ~ ~ @ % e ~ % f % $ & @ & e ) = = ) ) ) ) ^ ^ ^ > > , < J < 6 6 E E E E E F Y F {.=.=.).!.!.=.Y <.*.E 5 6 5 6 E 6 E X ^.G ` 6 6 3 6 6 : 9 : r ' > ) - ) ) = ) = = $ @ # g # % f ~ % g p [ c | [ [ } [ [ m } j j n } } } } } [ } m } } } m } [ [ @ . # # g # # | g @ . [ c g o # ~ % & & = ) ) - = ) = & = ) = = = = = % ~ c p # # [ [ [ # # # ~ ", "> ) ) ) = = & & & = % ~ f % . . g p [ p p [ } } [ c # $ & $ & & = ) = = & & v $ g . { [ } # # c # # # . . . 1 ~ & & * & & & & $ & A % % = @ f u @ f @ ~ . [ } [ [ [ m [ p # f . # + ~ . # # t } } } } [ g # ~ A ~ ~ * % & & = = = = e & & = ) ) = ) ) & & ~ & % ~ # ~ # % & & % & & & = = ~ ~ ~ & f % & & ) > > ' 2 y > , , ' : 7 < 4 4 6 5 5 X @.z 3 6 L 7 L , z , f., < : ' r : , , < G X K @.3 3 3 G 3 4 : - ^ ' w ^ ^ > ^ > ^ ^ ^ - ) ) = ^ - ) ' ^ ^ q , z z ' > J < 9 : q ' ^ ^ - ^ d ^ > > r 9 > d ' ^ > > 9 > ^ ^ - = & = = = ) = ) ) ^ : 8 ", "F F E F X X E E 5 6 ..` E E E X X F F Y <.*.F F *.Y Z =.-.Z *.<.Y F X F E 5 5 ;.X 5 5 5 5 ` 5 E X 3 6 < < < 6 6 3 5 J < 4 4 : : : , : : < : 9 z : 9 : 9 4 < < < r : > > q ^ > - > > < , < : : 2 z z z , : 9 ) ) ) ) ) ) = = = ) = ) = = ) ) = & & % $ # . t # # # # } j m m j m j m [ # ~ . ~ + % & & = = = = ) ) ) q ^ > ) 9 : : : > , > - : : : < 9 : 9 : , < < : < 4 : z < 3 < 4 : < 6 x < f.: , < z f.< J M.4 5 J < < f.: : < , , , < .< z J J < : , 9 q 9 d = ' = ) ) ) & & = & e = . # # [ c # f ~ % e = ^ r r ^ ^ > : J 6 5 ` 6 5 5 E 3 F F ", ") ) ) ) ^ ^ ) ) = = = = = = ) ) - d ) ' ) ! d & & = ) = ) ) ) ^ = d ^ = & = & $ = = = - = ) = $ = % + ) & $ f & % $ = = = % % = e * * % & = = & & % # . p [ [ } } [ c } } } } } [ } j ].j T.m T } T # ~ ~ % = & & ) ) ) ) - 9 #.9 z , < < : : < < : 6 J < 6 6 < 6 6 E 5 E E : 6 : : < > > r > : < < < > : < : , < < < ' > 4 4 , < , , z : < : < < 9 < z < 2 < , > 9 r 9 r > z z 4 6 4 , > > 6 ` 3 ` 5 6 J : : , , , q ' ^ ) ) = = = = = ) - - > r q 9 9 9 ' : > : 9 ' > > : 9 z z < , : : q > > ^ d > ^ q r ) - ^ $.d ' > ) - d ' ^ ' ^ = & = - ) ! ", "& % % $ e $ = ) = - = ) > ' - - ) = - d $.) ^ ) = $ % % & & $ % * ~ % f e $ - ) - - - - - ) = ! ! ^ ' ' ) = = = + = = = = ) = = & = = r ' : z < < J 4 > ' 9 : 9 : > ) = ) = & = ) ) & - ) ) ) ) ) ) ) > ^ ^ = = ) = ) $ & = = & & & = $ ~ = . u 1 . ~ & = % ~ # } } } m j j m } } } } } [ # # # # # ~ ~ & ) ) ! ^ < > ^ ' ^ 9 - d ^ - ) d ^ q : ' 9 > ^ - ' - ^ = = / ) d ^ _ ) ) ' ' ^ - = ) = = ) ) = f = e e & & & % & = % % & g c t [ [ { { g ~ f f % % e & f v $ % % = & & ) ) d ) ^ ^ ) - r ' > r q r 9 q ^ q > > 2 9 ^ : #.> ' ^ ' - = * * & ", "> > : < 6 4 4 : : > 9 > ' > 9 4 q 8 ' ; d - ) ; 8 #.y #.> : : : < 3 6 ` 6 < , 4 < : : , < 6 < : > w w r w > z J 9 > > ' ' > , 4 ` 5 5 3 ` 3 G 5 @.5 G 6 6 z : z : z : z < z < 6 4 6 3 3 3 3 ` L < 7 < z : 2 , q : : > ) ) = = ) = = = = $ = $ % e ) ) > > > : : : ) ) ' > ' ' ^ ) = = = = = ) ) ) > ^ ^ > > > ' > : 4 6 > : > > ' - ; - ^ ^ > ' ! > r d = + = = ! = ) & A # . p . ~ # * % * % $ # # # # [ } } . c [ } } } [ # . ~ % & f % % & & $ @ $ % % ] ~ . # @ % & e $ = & & = v & = & = $ = & ^ ) = = ^ ^ r > , 8 : : : ^ ^ ^ ^ + ' ^ ; ; ! ) ", "~ % % % + + + + = = = + $ + + = $ = = @ = $ = = & & + - = ; ! - ! ' 8 ' ; > ' > ' 2 2 8 > 9 q : ' < , < < < : : 7 4 4 9 2 6 4 < : 4 4 < , 4 3 E X ,.*.5 5 3 @.5 ~.3 3 ` 3 ` E G ` X @.X ` 3 X 3 5 3 5 4 z 2 y 4 8 q y : 4 < q > 9 > 9 > 3 ` F F F F Z Y Y Y =.).=.Y Z E E E E E 3 5 E 5 G 5 5 ` X X X ` X ~.` X 3 X 6 E ` ` X ` ` ` 3 3 3 X ;.E X F *.` F E F E E X ` 7 K X ` X E ` 5 5 @.` 3 3 4 6 3 : 9 9 ! ^ ^ ^ , : ! ^ - - = ) ) ) ) ) - 8 9 > ^ ^ 9 - - > - ^ ( d ) - ' 9 d ) ) = ' ^ - - ; ' 9 ^ 9 - ) ^ ) ) d ^ ^ ^ ^ = & * = = = 1 $ 1 $ # ", "> > , ' > ^ ^ ^ ' > : 9 9 ' : < 4 ' > r 9 q > 4 > w ' ^ ^ ^ > ' r ' > r ' 9 9 z q > 7 < J 3 > > > > r ^ < ^ ^ d ^ ' - ^ r r > < : < , : z , : 4 4 z < q > > - ) ) ^ ) = - ) ) = & = @ ~ = * ~ ~ ~ @ ~ $ f & ~ & = ) = = = = = ' , ' #.7 K 4 3 ` ` X X X Z {.3.Y !.=.=.=.=.=.-.-.=.-.=.Z Y E Z Z F X 5 ~.*.6 : < 6 4 : y 9 > ^ y < > ^ ' ^ > < 9 2 z 6 6 ` E E <.;.F F <.X @.X @.E @.` @.E X E X F *.X Z -.).=.{.).).{.=.*.*.*.-.}.X E E ` ` 3 5 3 5 3 3 : : : < 6 3 6 6 3 G 4 6 6 5 J 4 , : : , , , , w ' #.^ > 9 , z < 6 < , 4 4 7 : < 7 : ' , ^ > ", "X *.F Y F Y Y Y -.F Y X X X *.X *.*.` ` ` ` ~.` ~.` ` ` X X *.a.*.*.Y *.Y Z F F *.X X X ^./.` ~.3 4 , 9 9 9 2 7 , , , , , , < , , , 8 8 9 4 9 ' 8 #.9 - ) ! = g @ @ * # @ ~ @ @ = @ + = + - ) ' = ) ^ > ; 8 9 ^ ^ ^ 9 - d ) d ; - ^ ^ ^ > 6 : < 6 < < J 6 3 3 < < q > > ) = = ) & & - = = = & & # ~ * . [ [ [ # 1 . # ~ 1 c . # % $ * % = = ) ) = = = = ) = & = ~ = & - ) - $.^ = - ) - r - - ^ : 9 3 3 3 3 5 E E ` 3 3 3 3 6 4 3 y : 9 9 z 7 2 2 r : , 9 : 2 , 8 w - ' = & ) ) = ) ! ' = ) ) ) ! ) - > ' 9 r , > 9 : : 2 M : : 4 7 : K 3 K K K K X ", ", > ) > 7 7 7 < , 7 z < 4 < < 5 4 3 3 3 @.3 6 : y < K K K 6 < > : 7 7 7 %.4 6 : : : , 6 5 6 6 6 G E K < J , < 7 7 7 J < , : ; w ' - > > ) > ' ^ > - $.^ d ' q ; $.) ^ ) ^ ^ ) d ' = = ^ ) ^ - - ' 9 #.8 4 : 2 : 7 : 4 < 2 7 4 4 3 4 3 4 3 ` 5 X 7 4 7 ` 3 4 K 7 7 : : 8 - % $ = e # $ # $ @ = @ + & + ) = - & & = ) ^ ) = ^ ' ^ > ^ ) ) & = e = ) = = ^ ^ ) ) ^ ^ d 9 ^ ^ q L E 3 ` F E Y Y Y <.*.>.Y =.=.{.8.9.Y <.).=.=.=.Z F Y Y =.=.!.).=.-.6.=.>._.8.-.-.6.a.X *.*.X X ;.;.` E X ` X ` 6 6 3 G ~.3 3 6 6 6 : : : , > > : 9 > ^ > ^ ) ^ > , , , ", "} . . . A A 1 $ 1 + ! = = = = + $ $ $ + % $ A @ { . * . . # @ @ @ * @ $ = = = ; ; 8 : ' ' ; ; ' ' ' ' > ^ ) ) ^ = = ) - - ' 8 8 > 4 6 K K 3 K ` 3 ` X *.~.K ~.4 , y : < : < 9 ) ) ! = = = = + ) = = = ) ) ) ' : 9 2 q 9 > 9 2 2 4 < 4 > ^ ' 8 ; : : ) ^ > > > ^ ^ > ^ > : ; ) = ) ; ) ^ ) ^ - ! ) > : : 9 < 4 4 7 4 ` X X ` <._.{.!.Y *.*.;.E 5 X F 3 ` 3 F *.F ;.F E E X E ` 3 X @.*.F E X 5 ` @.E X X ` E ` E E X ` 6 y , : : < L 4 : z , < : 4 , > > > ' ! ) ^ ) - > ' > ! > ' ) ^ ^ 8 8 ^ = = - = = ! = = = & = + % @ $ + * $ = A . [ c [ 1 c c ", "X *.5 Z Z X Z -.).2.=.!.{.8.2._.-.3.<.F Y X *.Z *.*.X ,.&.F *.^.F X E Y -.8.U.Z =.Y Z Z =.).8.Y *.*.*.*.*.*.X X ^.` ~.3 3 4 < < ` X ` ~.3 ~.3 3 K '.X 3 3 ~.K [.K 4 4 , ^ , , 2 9 , , , > K 3 3 4 4 4 > : > < , ' < 2 w ; > ' = ) ' ' 9 2 , : 3 6 ~.~.4 ~.*.X X X X ~.~.~.3 : : , < < < , = ) - ^ ' ' ' , : , ' 9 ^ 9 - ^ 8 ) - = & & * & & & = = & = * v = & = & & v & % ~ * ~ { # @ $ @ # g [ Q.u @ ~ $ ) - > 8 8 q ' : < < 9 : 8 ; > ^ = = = + ' = = - = + + = & = $.) - ' = ^ ; ; r > < : 8 ^ ) ! - 4.) - - = 9 > : , 4 6 3 6 3 5 ` 3 ` ` 6 6 X ", ") > > ^ - , , 4 9 ' ) ! > 8 ' d ' ' ' ' d ! - - ) = - ! ) ) ) = = ) = = = ! - - ) ; ! = - ! & = = & = & * * = + ) ) = = = % & e % = = ! = ) = ! - ! ! = = = ^ ) ) - - ) ) ) ! ! ) ; = = = ) $ = = & = = & % $ & & & & & 0.% & % $ % % ~ 1 = ~ % 1 ~ * # ~ % ~ ~ b * ~ ~ ~ ~ ~ ~ $ % ~ ~ & @ ~ $ % + e & = = = = = = = = + = + = = = = ' ) ) ' 9 > ' > ^ ^ > ' ^ r 9 w ' r 8 ^ 8 ^ r ' ^ ^ > ^ , > > , > ' ^ > ^ ^ ) d - ^ d ^ ' ^ ^ d $.) - ' ' ) ^ d d = = ) = = = ) = $ = ) ) = = = = = = = ) - d & = = & = = ; ; - ' $.- = ) & = = + $ = = ' ) ) ", "% % a g g % O O / ) e & = ) / / = = = = / = = = ^ ) ) ) ! = & / & & = & & e P ~ @ ~ A # ~ f ~ ~ % e & & & = ) & ) = = ^ ' ' ) ^ > r ' > : > z 9 > 9 : < 6 6 < 9 J : > q > > > ' r ^ _ ( ^ ) ) = = ) = & e & = / ) = = = = = ) = & ) ' / ) ) = = = = = = = ) & & % & & % % % a % % a & & & & & = & & = = = = ) ) ) = ^ ) ) ^ ) - d d ! ) ^ ) ) ^ ) ) d ) ; - ) ^ ) d - ) ; ! ) - ) - d - ) - ^ - ^ ^ r d ) ^ ' ^ ^ ' > ) > 9 > ' ^ w 9 > 9 - r ' > #.> 9 8 < : : : 4 < , J 3 6 < < , < : q : : r > > ) ! - r q ^ ^ ) - = = & = @ ~ = & @ ] P e @ v % ", "6 ^ : > : 9 ' > > , g.> q > > q : : : : q ^ ^ - - - ( ' - = = = & = = ) = = & = ) & a = & = ) a & ] ] $ P P f % ] @ % s $ ~ ~ . # # . # # g b ~ . ~ . h V.c @ % @ % P ~ % ~ # ~ . ~ P @ % % & = a @ a & e % % s = & & = & = = a & = = = = = ) ) = = ) = = ) & & & = ) = = = ) ) ) ) = = ) ) = - ^ = ) = / = ) = ) = = = = & & & = & % ] E.@ ] ~ ~ # # # . % $ & = $ a % s % % f & & & a = ) d ) ) ^ - ^ b.> > > 9 > : 9 : < > f.< > b.^ ' ^ ) d $.) = ) d & e & % a = + ) = ) ) ^ d - d b.^ r > > ' ^ ) ^ - ) = ' > > r > ' _ q 9 : M : > : ' < 6 < ", ": _ = ^ d ) ] ~ @ ~ [ c | | g o & & % g % @ A % ~ f % f ~ $ e $ + % f = = = = ) - ^ ^ r ; ) = ) = = = ) = & = & $ ~ ~ f % ~ g % @ g ~ ~ # ~ c ~ g @ % ~ ~ % s ~ % . % # % ~ @ f % % e = e & = ) ) ) ) ^ - ) & e % % ~ @ ~ ~ # # ~ ~ ~ g # g # # # # g # # # # # [ [ [ [ [ # # # ~ # ~ ~ % % = & % = % = % % % * $ % ~ $ e @ ~ f * + % f ~ % ~ f & & 1 @ ~ e & = ) = = & = ) ) ) - ^ > ^ ^ d ) d ) ) ) = ) = = = = = & & = @ $ ~ % f * & + = = & & f $ $ & = % e - = = = = ) = = ) - ) = = = $ = = ) d ^ b.' r ' _ > r ^ > > 9 > > ' _ > ' M ^ > 9 : ", "E F F 6 6 : 6 4 J q r ' ' > ' ^ ' d = - & ) = = & = = + + ) % e $ @ % % % % % % @ & & & e & % $ % % ~ ~ ~ e % % f & % % % @ ~ f ~ b @ g # @ g % $ % = = = = ^ ) ^ = = & = = = ) = = = = ) = ) ) - > > - ^ = ) ) = = = & = = & @ = & & & & & = e & & % $ ~ & ~ ~ & & & & & & & % ~ # g # ~ ~ + ~ % @ ~ # ~ % * % % g ~ @ ~ ~ ~ ~ ~ ~ ~ . b ~ @ ~ % ~ ~ ~ % . % ~ f f @ { % ~ % % ~ $ % & & = = & = % % & & & = % & $ % $ & e * & & = & & = = = = e = & & & + e = $ * ~ % & $ % & & $ $ e & % = & $ = - ' > > < < 6 6 4 : z , > q : : 9 : : ^ , : 6 5 ", "% e # # # ~ ~ # . ~ % = & & & = = = = = = & = & = = = = ) ) - ^ r ) - - ) ) - = ' d d r d - > d ) ) ) = = = & @ ~ * @ f % e ~ % f % ~ % & = = % & = ) ) & = & = = % $ & $ e % ~ # c ~ [ # @ ~ % ~ ~ ~ ~ . ~ ~ g ~ ~ g ~ ~ 1 u f @ % @ % ~ ~ # ~ # ~ # [ # # # % % ~ & % % ~ ~ ~ % % = & % = ) & & & = & = ) ) ) = ) ) ) ^ ) - ) d ) ) = ^ ^ ^ ) ' d ^ ^ ^ ^ 9 ^ ) ) d > r ^ ) ^ ) ) ) = & = & & = e & $ * % % % f % & % @ $ = ) ) ) - ^ ; 8 w ' ' ' ^ z , 4 : > ' ) & = - ) = d ' : , , r ' ' q 9 9 > ^ q > ' ' ^ > > > r > ^ ) = & @ ~ % . ~ ~ % & ", "6 6 G < J , ' : > ^ - ^ & & e e & = = d ) d ' ^ ^ ^ ^ ' ^ ) ) ) ^ ' - ' ^ r ) d ! ) = = & = = e = = & & % = = + & = ^ ) ) ) = d ) = = $ ~ ~ @ f @ f ~ % ~ % ~ ~ ~ ~ % & ) ^ ) - ) ) - > ^ - r : > > , ^ : > ) ^ - ^ ) = % % % ~ % % % & & = & = & = = d ) & = = & = = = = = - & & = = = = = = ) = = = % & = = ) ) = ) ) = = = = % % & $ ~ A = & ) = & = ) = & & & % g ~ @ = $ ~ % & = & % % % & = = = ) = - ! ^ ) - ' - - ^ = ^ ) ^ > - ' ' - - ^ ; ' ' ' ' > ^ ^ ) - - ' ) - ! ^ 9 < : > ^ > ' ) ) ^ ) = ) ) = ) d ) ) ^ ' : > 9 > r , q 4 < : 6 6 ", "= = = ) ) & ) - - d = = & e e @ & = & v = ) = = $ % e @ f % % @ @ @ ~ & & $ % = = ^ - - ) ^ ^ w ^ ' r 9 d ) ^ ) 9 , 9 : : : : 9 8 : > > ^ ^ $.r ^ d - d > r , < 9 r ' ^ ) ^ ^ ^ ' ; ) ' & = ) e $ & & = = & = ) = - = ) d & = = ^ ) = = ) ^ d ) = & & % % ~ % % % ~ & & = ) ) ) ) ) ' > 9 ^ ^ 8 ) ' > ) ) = ^ - ) ^ ^ ) = + ) ; - ) ^ ; - - ) ) ) ) ) ) = = = = = ) = ) ) = = & = = = & - = = = - & + = - = ! = - ! = = = = ) ^ = - ) - - - ) ) - ^ ' ^ ^ _ 8 > , , , , , , 4 6 K , 3 5 3 3 , 4 : z #.< , , : < < J 6 4 : : > > : : : q ' 9 ) ) ) = ", ") ; $.: : 9 , : y K z < < < 6 < 4 z #.: > > > 9 9 > > ' ' > q r ^ ; - ^ > q - ' ^ > ' ^ q : : : 9 > : z 6 6 < 6 ` 6 3 5 5 5 E Y Y Y =.-.).=.;.Z =.E F 5 ` @.6 E 6 3 J : > ' ^ - ^ ' ) = = ) = ^ & = - ; ) ) ^ d > 2 ^ d ) ) 9 < #.: 2 < 2 ^ ^ : > : q < : < 6 4 6 6 6 6 6 6 6 6 < 5 6 6 6 < 3 3 3 5 3 5 5 3 K 4 3 3 3 6 6 6 6 5 E E F X 5 5 5 5 3 G 6 < 4 J ` 6 : < < : ' , > q > : ' ^ 8 - ^ - ) d - = ) = & v % $ A * ~ @ * = & & % & % % + = = = - ' ) ^ ; ' ^ > > 8 > > < < 6 ~.@.5 E E X ` 3 E E ` 6 3 3 ^.G 3 ` 6 < , < , 9 9 ^ 9 ) ^ = - ) > ", "= = ^ ^ ^ r ^ ^ > q : > : q z z : : , z q 4 , > 9 4 4 : > r - d ) = = ) - = ) = = = ) ^ - ^ ) ) = = * % @ % % ~ ~ ~ ~ ~ f % ~ # g @ [ # [ # [ } m m [ [ [ } [ c [ [ } [ [ } [ [ [ c [ ~ # g ~ & ~ # & = = = = & = ^ > > r > , : < z : : , X E 5 F Y Y Y 5 ;.E 6 < < 6 6 6 6 5 E ` 6 3 6 6 4 6 6 : < : > ^ > ) ) = = - - = = & @ . t [ # # c # # } [ } } m m m m } m } m m } [ [ ~ ~ % & & = ) d ^ ' ) > > : ' ^ d ' ^ ! ^ $.- ) = = + $ = = = = = = @ + @ g $ $ & $ % % $ $ = = ) - ^ ' = - = & e % % @ & $ & * $ % $ $ & $ @ % $ % % $ % = & & = ) ", "- ) ) ) ) ) = & % & % % f f . f % % @ g @ g c.[ [ } } c # [ p [ # { ~ % & + = = - = ) - & ) & = $ % = $ ~ % % # (.# } [ [ [ } # [ c [ } 1 [ [ [ [ } } } m } } # } # # # # # ~ ~ % % $ % e . % % % = & = ) ) % $ ~ % % . ~ ~ ~ & & % & & = % & = ~ % ~ % # % % ~ = ) ) ) ) ; ) ' ' - ^ > > , 8 4 6 < 6 4 , 4 < 2 : 2 ^ ' ^ ) ' > ) = = ) ) = ) > ' = d ! = + = = = + % ~ 1 1 ~ ~ % f @ 1 1 g # @ # % ~ v $ f % . + @ = @ $ 1 . @ g * * . $ = = ! = = = = = = = e = = % A A u 1 c ~ = $ + & & + $ ~ $ $ e.@ 1 @ A f $ % $ = v $ & = = = ) ) = = & & & ", ") ) = = = ) = ) ) d ^ q > r - d d ) ^ ^ > > : : z : 4 < : : , : , < < 6 4 4 4 6 6 : z z : , : 6 < : 9 q > > > 6 6 6 6 > : > ^ 2 - ^ d ; d > : : 9 : 8 9 q > > d ) ) = = ) ) = = = = & + = e = = = ) f e ~ @ . ~ 1 ~ # ~ ~ # } } } } [ } [ ~ ~ ~ [ ~ # # ~ ] % * % & & = = ^ ) ) ) ) ^ ^ 8 ) ^ ) = = ) ^ - ) ) ) ) ^ - ^ ) ^ ^ ) = = ; = = & = ^ > ^ = = ) = = = = = ) & = = & = & % % % & = & = = & = & & & e a $ % ] % ~ % & % % % % f $ & e $ & = & & = + % + ) - = ^ > ^ ' d 9 ^ - d ^ ' > > : : , , y , 4 J 4 < < > ' > ' - ^ ) ) - ) ! ) ) ) ) ", "< : 9 > ' : > r > > ^ > q : q , q ' 9 ^ ^ > r d d ^ r ' ^ ^ ; ' - ) ^ - ' ' - - - ) - & $ + & = ^ ) = = % @ % % A # c # # @ [ # } [ # # [ } } } m } t [ { ~ & = = ) = ) ^ d ! ^ r , : : #.> > > > 9 : > : 6 < z : : > : , J 6 K 6 > < > > : ^ ^ ^ ' : 4 : : > 2 : : : 4 7 : > : , 4 3 4 , , > > , > : z > < < : 2 , < : 8 ^ - ) ! ^ ^ ' 9 : ! ) = d > 9 9 ' 9 > ; 4.; ) ) ) - & & ) - ) = ) & & ) $ & % % f ] % = a % s = & & = = ) / = - = = = = / ) & = & & % ] ] ~ o g g # b ~ . # g b % % % 0 ~ ~ f % * # p 0 0 g @ @ b @ % e $ s / ) ) ^ 9 < < ", "$ ~ ~ A @ % = = % % . c . [ c c # g . ~ % @ 1 @ ~ % * * = = = & $ = = & ) & & + * $ e ~ ~ ~ e & = ) ) ^ = ) = * & & = = & $ % % ~ % @ & = & - = = = = ) - ! > ' ^ ^ - ^ ! ) = ) ^ ) ) ) ) - = & = = & & $ = ) ) = = @ @ . # # c # p # . # # t # ~ & % # ~ # % % ) ) ! ) > ^ ^ > > q > > > > > ^ 9 < < , , ' > > > ^ > W.' q 6 3 6 3 6 ` X 6 6 < < L K < < < : > < , : > > 9 ^ ) ) ^ ^ ^ ) ) - = = = e % % % @ ~ % % # % ~ ~ % % * ~ @ ~ % * % ~ e ~ ~ ~ f ~ ~ % @ ~ % * % % % g f % % . # A @ @ & % @ @ @ & & & - d = & + = & & $ & & = = = = = e ~ ", "& $ ~ ~ = & ) ) ^ ' r > - ^ 9 d - - = = = = ) = ) - ^ ) ) d ) ! ^ 9 : ^ ^ ^ ^ ! ^ ^ ' 9 ' ^ 9 > > > : > < , > , w 8 ^ ' > 9 > > > > : > , > > , #., 9 ^ 9 ^ > ^ ; ^ 9 ^ ^ ) = = = = = = & + * @ % ~ g # % $ = ) ) ) & & & * $ % $ % % % ~ ~ ~ # # ~ % % = & - = = ) = ) ) ' ^ - ) ) = ) & ) - ) ) ^ ) ! ) ) ^ ) ) ) ) 8 9 2 ^ ' ) > ^ - - - ; ' ' - 8 ! ) ) $.= = + $.= = & = ^ - ) ) ! - - ) ) ^ 9 8 8 > > ) ) ) & = & & & + & % = + % % % % % = ~ % % @ ~ . # % # c . ~ ~ $ % % $ ~ & & & & = = = = & % % % & & & & = & = = = % $ & % & e $ = + $ ", "X X E '.3 4 z 9 q > #.^ ^ - ) ) d ) ) = ) ! + = = ) ! ! - ) ^ > ^ > > ; 8 > ' 2 4 2 , 2 4 4 4 4 : < < ` , 5 < 6 z 3 ` 6 ` ` 3 ~.3 6 5 5 3 3 ~.K 3 ` 3 3 3 ` 3 < 4 4 , 9 8 , ^ 9 : 8 ^ ^ ^ ) - - - ' ^ ) ' ) ) ^ ^ ^ : > ^ 9 ^ ) ) ) ! - ; ^ ! ^ ' > > > 9 9 ' ! ! ! ! - ) ^ ^ ^ 8 : , : 4 : : < 7 E 5 5 E E F F Y F a.=.}.=.Y Z Z Z Y Z ).=.=.=.Y Z Y Y ).{.).{.Y *.Y }.E /./.^.E 6 < q : 9 - ) ) ) ) ) ) ) = & % & $ % & $ = = & & = % & % ! ) - = - ^ ^ > ^ ' ) ^ ) ^ ) 9 ^ > ^ 8 > #.' > : 6 , : 9 < < , < : 9 9 9 ' > w r w ' 9 q q > ' > > > ` ", "3 ` ` ` X 3 6 5 ~.5 < 6 , : ' > 9 ^ : ' ' 8 9 q , > > 9 , 9 9 4 9 , 9 9 , q 9 8 8 > > > > > > > ' ^ - ' = ; ) = = = ) & = = & = = ^ ' ) ) = ) ) = = ) ! = ) = = ) ! ^ ^ ) ( ^ = ) ^ ^ ^ ; ' ^ > 9 > > > ^ 9 ^ : 4 6 : < < < < 6 6 K ` 5 ` ` ` 5 E Z Z -.*.` X E 6 < 3 6 4 4 4 K 6 K 6 6 6 < K 6 3 6 ~.6 5 *.5 X E ;.F Y Y -.Z *.X /.F X 5 6 K 6 < , 6 3 3 < < 6 < < 3 , ^ ^ ' - = = - & - = = + = = = % % = & % e & % ~ P % . o ~ . ~ ~ ~ ~ $ & e & & & = % $ % % % ~ ~ ~ f f % & ) = = ) ) = & + = & % f e & & & & ) & = = = = - = = ) ' ' - 8 7 3 ", "6 4 6 6 6 6 6 3 K ` 6 G 4 6 6 4 ` J '., , 4 4 , 4 : : , , 7 , , 9 9 7 4 , , 4 , 7 7 : , , ! ) ; 9 9 ' ' 9 9 ) , , ' ) ) ) = = = ) = % - - = & = = = ) = = - ' ' ^ , , 2 , , 9 3 7 , 4 4 2 2 , , > > > 2 > > ' ^ 9 ) ^ ) ) ) ) ) - ( ^ ) = = ) ! & = & @ ~ * % . # % $ 1 1 { { ~ ~ ~ . ~ e.% ~ @ * # { # @ @ # # ~ # @ # { # @ & - $.> ; ; - ) > > ^ > 8 ; ' ) a & & = / / = = = & = = & & ) ) ) - = ) = = ) $ & & = = + = ) = = ) = = = = ) ) ) ^ - ( ( = / = ) = ) / / / ) = ) a & $ & = & & + & / ! ) ) = ) - = ) = - ) ) ) ^ ) ) d d ' r > r > : ", "X 3 4 9 8 ^ > 9 ' w $.' 9 #.8 8 ; > ' ' - ) - > ; ^ - ) > ' 9 9 ; ^ 8 ; 8 ^ > - = $ $ & . = & & * 1 @ 1 # . [ [ # ~ + ~ % & ) ^ ) + & = - ' > > r 9 > , : , : q : 4 7 K 3 ~.3 6 K 3 3 3 3 ` ` ` 3 4 4 9 ; 9 4 4 , 3 3 4 9 4 4 4 , 9 9 : , < 9 9 , 9 , 2 : 2 4 4 4 9 9 9 ' ' ^ ) 9 9 > > > ^ ^ ) ) - - - - - ^ ^ = ; ( ' 9 9 9 ) > , , , 4 : : : : > > : 4 > : < K : 4 > > : < < 2 4 : , : > : ^ ) ) ) ) = = & % e & & = % + ^ = = ) ^ = ) ) ) ) ) - = = = = % $ # % & & % $ % = = & & & = ) = = & & = = ) ) = = = = ) ^ ^ ^ ^ ^ ^ = ) ^ ' > > < 4 ` ", "8 - = = = = & $ % & @ $ = = + - + = ! = ) ) ) ) ^ - - = = ' ; - ; ! ^ ; ' 8 ; , , 4 4 2 4 : , 2 4 ^ ) - ; ; ! = ' ' ; - - ' ' ' ; ' = = - - = $ = & & = & = = = & & ) - ) ^ 8 w ; ) ^ ) ^ - = $ $ = 1 & + ~ # { { { } } T T } m } m m m j j m } # { ~ # & & + & & + * ~ * = ) ) ^ ) ) ) ! = ) 9 ) ^ ^ : : 4 q 9 _ _ : : : > ) ) ) ) - = = = = = = = ) ) ) = = ) ^ ; ) ) = = = ( ^ ^ > > > ^ d ^ ; ) ) ! ) ) ; ' ) - ) ) ) ) % + + % + % % ~ % @ # # ~ . 1 ~ ~ # # [ [ } } } } [ } m [ [ } } } m } m m m n m j } n m m } [ [ [ [ [ c # { A % = ) d ^ ", ", q 4 4 7 7 : 6 6 ` 6 X X 6 ~.*.*.Y ` 5 6 6 3 > - 9 ) ) ) = = & = & = + & = ~ = % ~ $ = = = = ~ = $ = = & % # = = = ) ) ) - ) - = ) ^ ^ 8 : 4 4 4 > ' 9 ) 9 9 , > ^ ) _ : > : ^ > > 8 2 , 9 4 K 3 2 3 : : K 4 > ^ ; ^ > ; ^ : 7 : 7 6 < 3 4 4 , ^ ! 9 : , : 7 < 3 4 4 4 : 4 4 < 3 5 6 3 3 3 4 4 4 6 ` 5 5 Z E E F Y =.Y Y Y Y Y Y Y 5 *.=.Y Y -.-.=.Y X Y Y Y Y =.=.=.Z 5 3 3 3 3 3 ` 6 6 < 4 ' - ) = & = & = = = = = = & & & ) ) = = ) ) = ) - = ) ) ' ' ( ) ^ ^ ) ) ^ ^ ) ) - ^ ) > > > ' > : : ' : > ) ) ) = ) ^ ) - ) = ^ ) ) = = ! = = = ) ^ 2 ", ") = - = & = = ) = ) ) ) ' 8 : 4 4 ^ ) > - ^ ! ' ) - ' = ! % 1 ~ $ 1 % @ @ $ $ { c c # ~ 1 + = = & ! - - ! - = = = = & & & % & + + = - - ! ! ^ 8 > 8 ) > ' = = = ^ ) = $ $ ~ = $ * * + = ~ $ @ ~ $ + = = = % = = + = = = ~ + = - = ! - ^ ! ^ ( ' ^ > > ^ ^ ) ; ' ) ) ) ) ) - / ) / ! ) , , ^ 9 , , 7 4 4 3 3 3 3 3 7 3 7 7 7 3 4 4 > 4 > 4 3 3 : : 9 9 9 ; 9 9 ^ ^ ^ ; ^ ) ) ^ d ^ ; ! ! = = = = % & ) = ) ) ) ) ) ) ) ) ) ^ ) ' = = = = ) = = ) = & ) ) = = = = & & = ) = = & ) = & % % = = a & = % = = & & & % & % # ] = & & = & ) ) = ) = d - ) - ", "3., 8 9 8 9 , 8 , 9 9 ; ; ^ ) - ' 9 ' 9 9 9 9 > > > , 9 ^ ^ ^ ; 9 ; 9 ; ; - ; ^ ' ^ ' 7 K 6 3 3 3 3 X E 5 E ` ` E 5 E 5 5 5 ~.5 5 ` 6 K K 3 3 < 4 , ! ! ) - - = = = ! % 1 1 1 { . . . * . } T T [ # ~ % & & = ! = = ! = = = = + % # { # $ 1 1 $ + + ! ) = & = % = + - ) = - - = ) ) ' ^ > ) ) 9 > 3 3 3 3 K 6 6 3 3 3 3 4 4 4 8 8 8 7 7 > : 4 , 9 > , , 3 3 3 7 7 K 3 3 3 3 3 3 3 2 8 4 : , , ' ! ) ) ) = + & & & & % & % & = & ) ) ) ! ) ) - - ) ! ) = = - = = = & & % & & = = = = ) ! = ) ' ! ; ) ! ) ! ; ) - ) ) - ) ! ) ) ) ) ^ ^ ^ > ' ) ^ ^ 3.", "} = % % = = ) ! ) ) ^ > ; ; ) ) ) = = = % ~ @ { @ { # # # 1 # @ { @ @ @ * * * * ~ @ ~ = & = $ ~ @ ~ * % = % % $ $ ~ ~ @ % * + * ~ % * * = & = & = - - ) - ) - ) > ^ ^ ^ ^ ! ) ! ) ) ) ) ! ^ ) ) ) 2 3 3 3 4 3 4 5 5 6 6 7 : < < < : : > 8 ; ; ; ; - ) = = * @ @ $ $ $ $ @ . + @ # $ % $ & & * $ $ = - ; ; > , ; , ' = = = = + = $ $ * $ @ * @ & & + + = ) ! ) - - - = + $ * % * ~ % @ @ @ ~ # { # # # # # ~ ] & & & & & = = = ) ) = ) ) ) ) ) ) ) ^ ) / ) ) ( _ > : : : : : < : : < : : : : : : : > ^ ^ ) ) = = & & % % % % ~ # # [ } } [ } } } } | ", "_ ^ ( ) = ) ) - ) ^ > _ _ : , 9 > ) > 8 , , : 2 , ) ; ) ' - ) - = a = ! ' ) - ! = = = = = = = + % & $ 1 % + * @ 1 ~ % + & = = = = = = + = * # { [ # . c } } } } [ } } { [ { { { { . 1 1 1 1 # # 1 % & & $ $ ~ % $ $ $ % $ $ $ . [ # . @ * = ~ $ 1 . . # * # . * & = ! ) - - = - - ) & - - = + + * * $ & - = - - - ) ! & ! ) ! ; ! ! ! ) ) = ) ' ! ! ! ^ > > ^ ^ ^ ^ : 3 , 9 9 9 ) ) ! ) - - 9 ) - = = = ) ) ) - - ) ) ) ^ > ^ - ) ( ^ ^ ^ ^ ^ ( ) ) / ) ) ) ) = & ] % & ~ ~ 0 # 0 ~ ~ % a & b b ~ # [ [ } # [ # # # # # # # % & & & = & $ & = ) = ) ", "~ + @ % @ % % & + = = = & = = = ) = = = ! ! > 8 ^ ^ ) = = = = = = ) & % & & & & + = = & = = & = + + = = ~ & % f $ % % % % & % f @ ~ ~ % $ % a a & a = = = = = % & & % % % = % % & ~ % & = = a $ & % ~ % % 1 1 ~ ~ ~ ~ b ~ # # # # g 0 # # 0 # [ [ # [ # # # # ~ ~ ~ ~ ~ ~ ~ ~ * 1 ~ * & & % ) ) ) ) ) 9 ^ - ^ > > > > : : : : : : < 6 6 6 < 6 < 6 : ^ > , : > > ^ > > < < > > : ^ ) > ) d - ) = ) = = = & = & ) = & & = = & & & = = & & + & & % $ & ~ ~ % @ + % ~ $ % ~ % & ~ c [ # # ~ & = & & % = & e & & & & % = & = = = = = = = = = ) = = & ] % ", "% e % $ @ % = & & = & = = = - = = ) = ! ) - ) ) - = = + s & % # . # [ } c [ } } c c [ [ } m } [ . t # # @ # u { # # # ~ @ % = = & = % & = & & ! = ) = = > > > ^ ) ^ ) ) = = ) ) ) ) ) ) = - ) ) = = ) ) = - ) = = & % & ~ % ~ f ~ b % & a % ] = & & = = ) / / ( / / / / / ) / / / / / = = & a % % % a % % & % a $ & = ) ) ) ) / = ~ # 0 0 # 0 0 h } [ # [ i } } j k l l [ [ [ } i m i k j j j k n m j } } 0 m 0 } [ # # o # c [ [ [ ~ . # # p # # # # # [ # ~ # ~ ~ ~ % # % . % ~ % # % ~ . ~ % g f g % e & & & & & = ^ ) = ) ) ^ 9 q r ^ = ) & = = ", "^ = & % $ $ $ % % & & & & & & & & v v = $ ) - ' > d w d r 9 ^ 9 - ; ^ - ^ ^ ! 8 ) ^ ) d ^ ) ) ) ' 2 , 2 , 4 4 6 6 < x : y : : : < z > > > : > _ ^ ; ^ ^ ^ ^ ) ) ) ) & & & ~ { # ~ h [ } } } } } [ [ [ } } m } } [ t [ 0 # [ c ~ ~ g # # ~ # ~ ~ ~ ~ ~ * % % % % $ f ~ ~ # # [ # % # . . # ~ 1 ~ ~ ~ # ~ ~ ~ # g 1 ~ @ ~ ~ # # # % * ~ & = = = % % % % & = = ) ^ ^ ^ < > : < > > ^ ^ ) ) ) ) ) = ) ) ) ) = ) = = & & = = & % & = & & = = = & = = ) - ) ^ ) ^ ) = ) ^ > ^ ^ > ^ r ^ ^ r q > ^ = = > ^ 8 = = = = & = & & = = = = = = + & & = e $ = = ) ", ") ^ - ) = = = ) ) ) = & = & @ @ A 1 @ @ @ c p } p [ } t t [ [ [ } [ { # 1 . 1 ~ ~ % * % ~ ~ ~ ~ % % % ~ % e % & = ) = = ' = = = & a % + & & & & = = ) ) ) ^ ^ ' > ) ) ) ) - d = = & & & = ) = ) = = ) = = ) ; > d ) ) ) ' ^ ^ ^ ^ ^ ^ ^ & & & % & + % % & v ~ . # g # [ [ [ } } [ m } [ m } [ [ } # [ [ # } # # # ~ ~ ~ { # [ } } } # # ~ ~ . # # # # [ # % ~ # [ [ # [ [ [ # # # ~ # [ # c [ [ # # # ~ # ~ ~ % & & $ & = & & & % & & = ) ) ) ) ) - = = = = & & $ % @ = & = ) = & ) & & & & & % % % = % % % & % ~ ~ ~ ~ % & e e & & = & & & = = = ) ", ": K : , : q q 8 q : > > > ^ r ^ r r ' 9 ) ) ^ q , < : > ' 9 > 9 9 9 ' ^ ^ > ' > > 9 : : < < 6 < z 4 6 : < z > w , < : < ^ L < < 6 > < : < , > > : : : : : > > > < < < , : ^ > ) ^ ^ ) ) ) $ ~ ~ % & ) & & & & % ~ ~ % ~ . % & % ] ] & % % % % % a ~ ~ % ( ( / = ~ % % a = a % a a a a a # ~ % % a $ ] ~ # b # # # # # B } m } m j j j C n m c # [ [ [ # D . # # # % % ~ # & ) ) ) > < 4 < < : : > : 6 6 , 5 6 3 5 5 E F E E 5 5 E 6 F 6 z < < 6 4 < < < 4 5 5 G 6 5 H I < < z J < : I > > z : q > : d ) = = = = = = = = = = ) d - r 9 q , : 4 < 4 6 ", "Z ` 3 < M ' > / = = & a ) = & e s s a = ) s & = / ( M .G 3 ..E ..F x < , : > ^ _ 9 : ^ ) = ( _ _ : : : > N < > M : q N : > , < : , ^ > 9 d a % f ~ } } } i } i ~ # ~ } 0 [ [ # 0 p # ~ # ~ % ~ ~ [ 0 0 % = - ) ) = / ) ) ) ( > > q d < 6 < 6 ^ < , 6 6 : : : < < : : > > > < < < : : > > ^ ) ) ( ) ) = % ~ # % & a a a a = ) & a ) ) ) _ _ M _ _ > ( ( ) _ _ N ( M M N > ' ) ( ( / a = O = & O = O ( ^ N M N N , - d & ~ ] b b P b 0 [ # . Q } } [ } i i R 0 # # [ [ [ h } } n S S k m T } h # } [ } } i U S k V } } h W [ P P = = ) - ^ z 3 G X Y ", "E 5 > > ^ = = ) ) ) ) = ) d = = f % @ % & ) > q 9 > : > : q > > : : q ^ < 5 @.6 z z < , ' : , ' ^ ) ) ^ ) ) ) ) ^ ^ d = > ^ < < 5 X 6 < : ^ : : z ^ ^ ^ > ^ ' ) r ^ ^ ^ = d r ) ) ^ = ) = ^ ^ > : : > ^ _ ^ ^ ^ ^ ^ ^ ^ ^ = ( ^ ^ M ^ > ^ > > M ) ^ ^ = ] ~ ~ # m m k k m k # # . m } [ } [ } } [ [ [ # # ~ ~ [ [ 0 ~ & % & ) = = ) = = & ) & % & = & @ ~ ~ # [ m } [ m m m # # # [ ~ [ [ g # [ +.j j } [ # [ [ [ [ % e % % = = e % f & & = = = > < < < 6 < 6 J 6 5 < < : : r z 4 < < z < : 6 4 < : d r ^ r ^ ^ ^ ' ^ ) ) ) d ^ ^ = r > 9 9 , < 5 E ", "3 6 6 4 3 , > 9 : : #.#.> r ) ) - = = & ) = = & = ) ^ = ' = ) ) d ) % & % % @ ~ # % u ~ . ~ # ~ % . # ~ } } } m } } t } ~ ~ % = & % # ~ # u ~ # p # ~ % # % ~ % & & & = & % ~ # # # ~ ~ ~ % & ) - ^ < : < < < > > ^ ) ) ^ ^ > ^ > ) : q < 6 5 X F 5 5 , 6 6 6 : > > : : : ^ : : > > ) r > ) ) ) = = = r ) ^ - ) ) ) d ^ ^ = ~ ~ ~ ~ & & e % . # [ } [ ~ # # } } m [ [ j j j j } m m m # [ [ [ [ { [ # [ [ [ [ } [ m +.[ # ~ # # # # # # % [ . % # # # . ~ ~ c # ~ & % & # # # # [ [ # % ~ % ~ @ g ~ e f # # } g [ [ # c ~ % e & = = = - 9 ) > 7 < 3 ", "6 q ^ > 9 : 9 > ^ ^ ^ - - = = d = & e % & $ & & = = - ) ) ' > : > J 6 : : : q r q ^ ^ 9 G < 6 6 6 < < G 6 6 4 : > < z 6 < : 6 6 J 5 5 G 5 6 : < : ^ r ^ & & ~ ~ % & $ - & ^ d - ^ ) d > ^ ) ^ ^ > 9 ^ ) ) ^ 9 ^ ^ ) = % ~ # [ # ~ [ # # ~ & $ & ~ ~ # ~ # # # [ ~ ~ # ~ # % & & & = & @ ~ # ~ ~ ~ ~ ~ = = ^ ^ ^ ^ ) d ) ) = ^ ) ^ ^ ^ > > ) ) ^ ^ - ) : 6 > ) > q 9 : z < : : ^ : > 6 4 J 6 6 G E G E ` F F 5 < < E E E 6 6 < : ' > ) w ^ ^ d ^ ^ - ) ^ q - ^ d = & & & & ) ) = = = $ & $ & & & e & $ f % = ) & = = ) ) ) ) ) ^ r ' ^ > ^ q z , J : ", "6 < < : 9 > ' > ^ q 8 ^ ' - ^ ) r ' ' r : w ' > ^ ' ' ^ ^ ^ > ' ^ 9 > ' r > > ^ ' #.: : z : : > - q ^ r ^ ^ : 9 ^ q > < ^ ^ ' ) ^ = = ^ ^ ) ^ ^ > > - r ^ - d & ^ > = = ) > ^ ) = e $ ~ ~ @ % ~ ~ ~ . ~ % & & e = ) ^ > > ^ ) : 9 : < : 6 6 6 6 J 6 6 6 : < : ^ ' ^ % % # # ~ % % ^ & ) ) ) ) ) ^ > > ^ - ^ > : > > < : : ^ ^ ^ > > ^ ^ - ^ > ) ^ ) ) > 9 > > > > r ^ ^ ^ = = = ) = & & ) ^ ^ d ^ ^ ^ ) = = = & & & = > > ^ ^ > : : ' > ^ < : z z : > 9 q > : : < 6 6 4 6 < < ` 5 5 5 5 , 4 6 < 9 , < < J z < 3 5 6 < 6 4 , : 9 < : > > : : < 6 4 3 ", ") d ^ 6 6 4 3 < 4 4 4 , z 9 , : : ' ^ ^ ^ ^ d ^ - - = % @ ) & = @ % ~ @ % % @ @ $ % = = + & + & = = ) ) = & $ $ % = & = $ - = ) ) ; ; > > q : 9 : 7 : > > > 4 < , 6 %.< 7 4 , 4 < z > > > #.> > > 9 < < 6 6 < < : : 9 > < < : : : z ) - ^ ) ) = ) ) ^ = $.^ ^ > - ^ ^ ) ) & ^ ^ = & = ^ ) ) = % $ ~ % ~ % % + = = = ) - ) > : 9 < < 3 < : 7 : , : ^ r ! ^ r : > > ^ ) & - ^ ; ' > > 9 , $.> > : > ^ ; ) > > < < z : : > > ' > ; > ^ > ! ' r ^ 4 : : , > > > 9 #.q : : : , : 9 ^ > ' 9 > > > < 4 4 < < , 4 4 < : : > , , < 6 < < ` 5 < < < , ^ ^ ) ) ", "- ^ q : : 2 6 3 4 J 6 5 5 ,.5 ,.E '.< 4 4 6 5 5 G G '.6 3 4 6 6 4 6 6 6 L < 4 q > > ^ ) ) ' #.) ^ ^ - ^ d ) = = v = ) - = = = ) = = ) - ) ^ ) ^ ^ : : 9 : 6 < 6 6 < 3 E 5 Y Y =.).!.!.).;.=.).F *.Y Y F E F F E 6 < 4 < 9 > ^ ' ) - ! ^ d > ^ ; ' < : : 6 : < ~.: : : : 3 5 K 5 K 5 K 3 6 6 6 < 6 < 6 5 ` 6 5 &.F F Y Y *.Y F =.=.Z Y Y Z Z Z =.-.Z =.Z Z Z Z Z =.Y F F X ;.=.Y >.Z Y =.F E F X F E F F Z E 6 F E 6 6 4 < 4 < 6 4 J < < : : ^ ' > #.^ ^ ' ) = = ^ ^ d d ' ^ r ^ ) ) > > ^ ) ^ r = ' r > 9 : z < 4 4 6 ` 5 J , 6 6 ` @.J 6 < , > ^ ' ", "*.X *.X E 5 3 3 , < G 6 4 < < 6 ' > ^ ) ' - = - - > 9 ' > > : 9 , 9 < : < < < < < : q < z > : : : : > ^ ) ) - ) d ^ ^ - ) = = = ) - ) - ) - = = @ = % % # @ ~ % & = v $ & e & & ~ ~ # g # [ [ [ ~ % ~ ~ ~ ~ # ~ . % ~ % A $ % % % ) & = = ) = = ^ > ^ > : : < 6 6 6 6 E E E E E F Y F {.).=.).{.!.Y Y F Y E E 6 5 5 X 5 F Y F E *.F E ` E E 6 6 3 < : 6 : , > > r > - d = % f ~ # % @ % & ~ } [ # [ } m m [ m ].j ].].].m j m m m T m } } j m j n +.m # # # . . @ @ @ ~ = & % % ~ % g ~ $ & = ) ^ q r ^ : > ) ' 9 ^ - ' ; > > ^ ' q 6 4 5 F X X *.*.", ": : < 6 < 7 z J J 5 ` G 5 3 3 7 z q ) ) = & $ * % + & = ^ ) ) ) ) ) > - $.) d ! ^ = = = + & = = & = = $ & & = $ & = - ! ' ^ 9 > q : ) ' ) ' = = + & & = & ~ # [ c p [ } p # p ~ # [ * # # c # t m [ [ [ } ~ g % % % % $ & = ) ) ) = ) & = = ' ^ ^ ^ ) ^ = & % = % ~ # ~ # % & & % & & & = = ~ % # $ % $ = & ) > > q 2 7 > 4 , r < K < 5 3 5 ;.X *.;.5 ` 5 ~.~.3 6 6 6 < 3 6 : - > : : 4 6 @.` 7 5 < , 4 < , 9 ^ = = ! ) ) ) ^ d ' - ^ ) ) ) ) ) , 9 ^ 9 9 9 6 6 6 6 : 5 X F 5 X 6 6 4 6 4 < 4 4 5 5 5 ` 5 5 ` 3 4 : 4 5 J < < 6 < , 7 : q q < 6 : : ", "# & = = = ) ' ) r 9 9 ' > ^ < z 4 3 '.,.X F X ^.E @.E E *.Y F E E *.F *.F ;.` E E E F X ` X ;.X X &.E ` 5 3 5 E E /.X 5 5 E F 5 6 5 G 5 5 X 5 6 3 5 6 5 6 ,.E 5 E < 6 , y z : > > : : 6 6 6 6 6 K 6 6 6 6 < < ^ - ^ ^ ) - ! ) - - ! ^ ) $.- ^ - & = % = ~ # (.~ # # # } j m m j m m } # ~ % ~ ~ = & = = ) ! ) ^ ^ - $.< 9 : #.4 6 6 3 4 6 < : 6 5 6 6 < 6 < < 6 6 5 < 6 '.4 q < < < < > : 6 3 < : , < , < < < : 6 < 5 < < #.: r ' : : q : < y , , 6 6 6 G 6 @.5 X 4 < 3 3 E 5 5 < < : > ' > - ) = = = d ^ ) = $ $ ) = $ $ $ = = + & & + ~ @ # ~ @ { ", "- & + ~ % * % % ) = = & & = & = = = d w 9 9 : 9 ) d q : 2 9 > r ^ $.> 8 - - ) - - ) ) ' : : : > - : #., 2 : ^ ^ : ^ > 9 > 9 - - ' ) = = = ) > ^ ) ) = % = % % g f ~ ~ $ # . # # { ~ # } n } m } t } t ~ % % & ) = = ) ^ ^ d ^ , , < 4 < 6 < < < , < < 6 6 < < 6 < 6 6 E 5 E E : 6 : : < > > 9 : < 6 < < : < < 4 4 6 6 G y , 3 3 3 3 3 3 < : 3 , < 6 : < 6 4 7 3 4 : < : : : : < 4 3 6 3 , q > 5 X ` X X 5 5 < 4 4 6 4 < : : 9 : q ' > q : < : , 6 < 4 4 4 4 < 4 < K 3 4 4 K 4 < , 2 < : > - = = = = & ) ) ^ = = ) ) ^ r ' - = - ^ 9 ' ^ 9 , > > > ) ", "Z Z F E 3 3 ` 6 5 3 *.*.F E E 5 5 6 < y y %., 3 , : : #.: < : > ^ ' ^ - ' 9 ^ 9 9 < , , , , > > 2 2 , : < > ' ^ ^ ! - d ^ ^ ; = ^ = ) ) > > < #.: : : : ^ ^ 9 > 9 > > ) = = = e = - = = ' ) ) ^ ^ ) ! > , #.> ) ) - ! ) = & = & = & & = % % + ~ # 1 # A & & % @ # } } } m j j m } } } } T [ [ # ~ [ p # ~ % = ) = ) , > - ^ > - ) ) ^ - ^ ^ ^ < < , , : 9 ' 9 ^ - = = ; ^ ' , > - ^ > 9 9 9 ) ) ! ) - ^ = % = & % & = $ & = ) = ) ^ = & $ v v v * $ $ @ * @ @ e e ~ * * % % & & $ = d d - ) - ) - ^ > > > , : : < < < 9 < 4 L 2 K ` ` ` ` Z _.{.{.=.", "= ^ ) ^ 9 9 ^ ^ ; ' 9 w 9 : : 2 : ' ) ! = = = = ' ; ! ; $.$.r ; r > : , , r ^ = ! ) = ) = = ^ ^ $.! = = + = ^ > : d ) ) $.) ^ < 4 ` E X X *.F *.F Y Y <.X *.5 G 5 6 6 , 4 E 6 6 F 5 ` X X ` X X ~.3 ~.< 6 y , 4 < < 6 > ^ ) ) ) ^ = ) = = $ = $ & % ^ ) > > > : : : ) ) ' > ' ' ^ ) = = ) = = ^ ^ - , > > , : > 8 > : 3 6 9 < : : ' - ; ^ > > 9 > :.: : : > - $.^ 8 ^ ' - = * % ~ % % ~ = + = = = @ % @ % ~ { 1 % . } [ } [ [ } c [ [ [ [ c } # # [ [ . @ % & & v & = ) ^ - ^ > > > > w > r r : > 9 9 , > ^ ^ 9 : : , 4 < < , 7 , 4 , < 2 > 9 - ) & ", "~.~.` ` 6 6 6 < : , , 4 , , : , : : ^ ' - ! - - ^ = ) = - = - ! ! - - ! - = - ) ) ! ! ! ! = ! - ' d ' ' : : : : 9 6 4 ` 4 4 ` ` X 5 X X X F X *.Z {.Y -.F Y Y Y Y Z Z *.Z *.Z >.F Z }.=.Z *.*.Z X *.X X X 6 ~.K 6 7 6 7 6 3 6 < : : : : : ` ` Z F Y Z Z Y =.=.=.).=.*.*.E E ` E E 3 5 E 5 3 E 5 ` X *.X X X ^.X *.` X 5 F X X *.*.X X F *.X *.<.F F *.*.*.F F F F F X X ~.[.X ` X 5 @.` E ` ` K 3 4 5 < ' ' ' ! d ) - , , ; ^ = - = = - ' ' ' :.9 : ^ $.= 9 ' - ' ' #.' > : 9 4 , , 8 w ' 9 : > 9 8 4 3 4 4 4 z , #., 4 4 6 3 K 3 3 3 6 K 3 3 ` ` ~.", "+ + = = = = = ) ! , , 9 > > ) ! ' ) ^ d ^ d d ) > ) = ! = = ' $.^ ; - = = = - ) > ' ^ w 9 : 9 ) ^ > 9 , : 3 : 9 > 9 8 ^ 9 : : : , : < : z , : y 4 7 : < > > r ) = = - = = ' = ) = = = % $ ) + % % % % % = % ) % = ) ) ^ ^ d ' 5., 3 , K ~.X ` X X X Z *.*.-.3.3.6.3.=.=.=.=.Y Z Z =.-.-.-.=.X -.Z F *.5 ^.Y 6 < < 4 4 < 7 : : > < 4 : 9 > : : 4 7 7 < 5 3 F F Y Y =.Y |.Z Z F *.F F F X F F Y F *.Z Y *.Z {.1.2.3.3.3.3.-.|.Y >.-._.F E E E E E F E 5 5 ` z < J 6 ` ~.'.5 5 5 ,.5 ` ` 6 < 4 4 2 < 4 , 2 ; - 4.= & = = = & + % % % = % f ~ ~ % $ ~ + ", "< < 6 6 6 3 < 3 ` ` 3 ` ` ` X ` 5 E X ` 5 E E ^.X ` ` ~.~./.F F F F F F X F Z *.F X *.Z F *.X X ` ` ` F ` ` E /.&.X X F *.*.X F *.X Y ~.'.` *.E ` ^.` ^.J 4 y 9 - - - - = = & = = = = ! ^ ; 9 9 , ^ > > , 8 2 4 : : 9 4 ^ ' > > , > : : > < 6 < J 6 6 3 6 6 ` ` 6 6 : > > ) ) ) ) = & - = ) ) & = ~ ~ + 1 # [ # ~ * 1 u @ { { . # ~ * @ ~ = = = ) = ) = = ' - ) = % ) = ' ) ; 4.' - - ) - w ; ^ ' 9 , 4 3 3 3 5 @.5 3 4 4 3 4 4 4 3 7 7 7 y z , , 2 r , , : 4 , 3 7.7 y < q , y , y < 4 ` K L 3 7 4 7.4 7 , 2 > 7 2 4 < < , 4 < 4 4 4 4 4 , ; < y : ", "9 2 , 8 > - > > r > ' r 8 , : : ^ > 9 , , < , > ^ ' > , 2 8 8 > - 8 , 2 9 2 , 4 9 : : q J @.3 G ` ` E ` G 5 7 6 '.~.3 5 6 4 z 9 2 2 8 : , ^ : : q q > ^ > ^ 9 < 8 - ) - $.) ^ = > d = + ) $.) = ) 9 > 8 2 3 y , 7 K 6 3 6 3 K 3 3 ` 3 ` ` ` X ` /.K K 7 ` 3 4 K K 7 > q 8 - & = = & # $ ~ = % $ $ = = = ^ - ' = = ! ^ ' $.) ' : 9 > : ^ ^ ) = % = + + = ) ) ) = ^ - d > ^ - ' , 5 3 ` X E <.*.Y F Y =.Y =.6.1.8.9.Y Y 1.=.-.).).=.=.=.).).3.3.6.3.).9.Z }.}.}.*.Z E 3 3 3 4 4 < : : , : : 3 < 5.#.#.> 5.> 9 9 :.8 - 8 ' 9 ) ^ ! d ^ $.' - ^ > > ; 8 ", "9 9 8 , : q : : ' 9 ' ' ^ ' ' ' = = = = - = ) = & = = = = = & & $ @ $ * + = $ = ; = ^ d - ) ) = - ' ' ' 2 9 ; ) > = = - > 9 9 2 : y 3 3 ~.3 4 K X ` 3 X X ~.^.~.3 < < L < 6 6 4 > ' ' - - - ' ! ^ > ) ' 9 > ' 9 < 3 K 4 4 , 7 2 K 6 3 4 : ^ 8 8 ; : : ^ > > > > ^ ^ ^ ^ > : ; - ^ ^ ; ) ^ ) ' ^ ! - : : q , < 4 K 4 K ` *.X *.>.8.3.3.).-.Z Y Y X *.Z X ` X Z }.Z F &.F *.F *.X X Y *.Z -.Y Z Z =.Z -.-.-.-.Z Z =.Y Z *.^.3 6 < 4 3 ~.5 L J 6 6 < 3 4 9 9 9 ' :.- ' $.' ' 9 9 $.8 ' ! - ' ' 9 8 8 > > ^ 5.> ^ - ' ' 9 8 ' ; - ; - ' 9 ! 9 9 ; 9 9 ^ ", "; ' ^ 2 4 7 9 < < K G 6 X X E &.E X ` ` 5 E ^.,.X /.E 5 5 @.@.^.E *.X ;.Z -.Z -.a.X F F Y *.Y -.E 3 ` 5 X F /.F *.3 ~.'., 4 , : y 3 3 4 L 4 K , 4 K L ` K 4 ~.3 ~.4 4 4 9 $.9 2 9 ' 9 2 9 ^ 4 4 , 2 9 : w ^ ' 9 9 d , 8 ; - > - ) - ' ' 9 2 , : 3 4 ~.~.3 ~.X E X *.*.~.~.~.3 < < : , < < , ) ) - ' ' ' ' 9 : , ' > ^ ' ! ^ - = - = & $ 0.+ % & = = & & A + & = = = & + = $ * + $ 1 @ + = = $ % ~ + + $ & = ' ' 2 , 2 < 9 y < < z < , 8 q 9 - = ! ! ' ) - 9 = ) = ) ) ' ; - ; , > 2 > 8 9 9 6 6 K 4 , 7 < '.6 3 3 y ` G < < 4 < 3 4 4 < < , 3 4 ^ > ", "% & & = = = & - ) - ) ) ) = ) ) - - ) ) = ) ) ) ) ) ) ) ) ) - - - ^ ' ' r - - ) = = = ^ ) = ; ) ) ) ) ) ! - ' > ^ ^ ^ ; ! ) = = = = & = ) = & * = $ % * A % = = % % f . @ $ ~ . # ~ 1 @ @ ~ 1 . ~ % . # # 1 A ~ $ $ + & ) = % + = = = & = ) ) = ) > > 9 9 ^ 8 ' - = = = ) ) ^ > , , > : : 9 9 9 ^ ) - $.^ ' - & - % + e & % = = ) ) ) ^ ' ; ; > 9 , 9 4 , , 9 > : 9 d 9 : > 8 4 9 9 r : , , : 7 #.> 2 w 9 , ^ q #.> 8 8 ) = ^ ' - ^ ; ^ - 9 9 8 - - ' ; ) - ^ - 4.- ) ) = = = = = = = + + = - = = = - d ' ' = = & = = ! = = & & + + + * % . # * ~ * ", "^ ) ) = ! ) ! = = = = = - d - ' d > ' : , : 2 L < J J < < < < 4 : z , : : 9 : 4 z < 6 < 3 6 G G ` ` 3 6 6 < < , #.q : : : ' ) - ; ) ^ ) w 9 9 - ; - d ) ^ ^ > #.: 9 > > ^ ; 9 9 ' 9 ^ ; ^ ^ d - ' r r d ^ 9 d 9 ) - ! ! - 9 d - ^ ^ ^ ! = ) - ^ ^ ^ ) ! > : > - ! ) ) ; ) ! = = & % ~ ~ % $ = = + & = ~ ~ % . ~ 1 1 ~ # [ # [ [ A u 1 % $ e = = ! ^ - ) = = - = = & = & = + * + $ & @ % % & = & & = ; r d - ' ^ 8 9 , > 9 #.8 ' ^ ^ d - w #.2 8 : 9 9 #.2 #.9 9 9 2 , #.: : 4 9 ^ : > , ' ' ^ ' ' ' > : : : : : 9 9 , > 9 > 9 , , : 4 > : : > > > ^ ", "X ..X 5 N 6 6 , y , 3 < 4 7 , < < 2 _ , 2 , : 4 < 6 6 G 3 ` 5 5 5 E 5 G 3 5 6 6 6 6 < < : < , , > < ' ^ ^ ^ ) ) / = ) = = ! ) ) d ) ) ) ) ) d 9 , M : : 9 : 9 ^ > > > b.= = ) = ) = = = & a = % s & = = = - = ' = - / = ( = = - O q 9 M 9 , < , 4 ` 6 < 3 ` K ~.5 ^.5 E X X ` ` X X *.X E 5 5 ` X ` ` ` X 3 4 , , ; ^ > r , 9 ! d ^ ^ 9 > ' > 4 7 2 7 , 3 ` 3 6 ` 4 3 4 ~.< 4 7 , , 7 , 4 9 4 : : , ' ' #.9 ' ) ^ - - ) ) ) ) - ) ) ) ) = = ! - - r > ; ^ r ' 9 w ' ; - - - - 9 , 2 w - - = = = = = = = = - - ^ = ) d d > ; ' ^ 2 4 2 y 4 6 ~.F E E ", "+ = & = - - = ) = = ) ) ) - ! = ) = & = = + = ) ) = = $ % & * % @ % % = = = = = & & & & & e & & & @ f ~ . . $ % * % & $ $ = = = = = - d ; ' :., 9 , , 2 8 8 9 , < 4 , J q > #.9 #.9 > > 8 ' - ^ ; ' 9 r 9 ' 9 9 8 - - ; ^ - ) ) - ) ^ > ^ ) ) 8 > < 4 4 7 6 ~.E E ;.Y Y Y =.Y Z E ~.5 5 5 ` 5 ~.` 5 X ^.X *.Z }.F E *.6 4 K 4 , : 9 , ^ ' 9 ' ^ ' ' d ^ = = ! - ! - 4.= = = = = ! - % = ! ) - ^ ^ r ^ ' 9 : , , 7 3 6 K 7 9 > 9 ; 9 > , w d ) 9 9 9 8 9 9 : < < , 2 3 < , 2 : 9 > w > ^ d $.! ' ^ - ^ ; w > > > ' ^ ; ^ ! = ; - = - ' ' ^ = ' = = & ", "< 4 4 4 9 ' > - / - - > ' ; ^ ' w > ^ - ' ' - ' d ' ^ - ' ' ^ ' - ) = = = ) = ) = & = & $ = = - = - - ) ) ) d ) d ^ ' ^ ' > > r ; ^ - - ! - - d $.^ > 9 8 ^ ^ d ' 9 ^ d ) = = = $ = & = + = = & & $ = = = - = = & = - ! = = + = + = & = ) = ) ' ) ) ^ - = ' > , , > 9 ! 8 ^ > 9 8 , : 2 , 4 , 4 7 7 %.4 4 7 7 4 ; 2 8 9 ; ! - = ! = = + $ 1 @ $ = + = $ $ @ % = + = - ' - 8 ' ' :.' - ^ ^ ; ^ ' w ^ ' 8 ^ ' 2 2 , , 4 K 6 7 : < , ^ ^ - ^ ' ^ - - ) - - ' ' - - ) - = ) ) - ; > 9 - :.; 8 9 9 ' ^ w 8 ' , 9 , , 7 2 2 < : , > 2 2 9 , : 9 < , 3 3 3 ", "+ + = = + @ $ * + = = = & = = * = ) ) = ) - ' > , > ^ ' - - r d d ) = = = = = + ) = = = ) ) ^ d ) ! d 9 9 9 9 ' > ! > #.q > #.:.8 > ' :.8 ' - - = = = = = + & = = = ) = ) & = $ % @ @ @ f & * ~ % f = = e = = = = = f % & + = e = % = % = = ) & * ~ & = = = ! - ) = & & % = = = & - - = = ) = ^ d ) - ^ > : : 3 3 K 3 J 6 3 3 < : : : > > 8 8 8 :.8 ' > ^ ) ) 2 < , 4 , , , 6 5 6 5 4 < < < J 4 '.K 3 ` ~.4 3 7 7 < 4 7 9 9 ! - = = = = + * * c.c c t } } } t } } d.T T } } c ~ % % = = = + & + $ = & + ) = = & - v * $ $ = $ = % % % $ # @ ~ % # = ", "3 K 3 3 3 3 4 6 < 3 K 4 X 6 6 < < < < < 5 X /.;.*.E E E E *.E X ^.F E ` E ` F *.;.E F F E E X @.E &.X X X X X 5 5 ` 3 3 3 5 ` 5 ^.5 4 < < , 9 ' > > ' 9 : > : , q ' ^ r - ^ - = & = & ) ) ) - ' = $.; ) ) - w ^ d ^ ; > 9 : , : , 6 ~.3 X 6 6 4 4 4 : , , , ' ' ^ ! ! ! ' ) ) - - - & ! ! ! ! = - = = + ~ % . ~ @ @ 1 ~ { ~ # # ~ 1 # @ u { { $ * v $ = % @ * = ^ = - ^ ! - - & - ^ ) ' ' ' ) - = - ; - - = = = - ) ! ^ 9 > 9 ; ' 8 > > 4 ' ^ ' ' ; ^ ^ > ; w ' 2 : > : : 7 ` 4 3 K 3 5 E X ` E ` 4 3 3 6 3 6 ` '.3 < 4 6 4 4 < J 6 6 ` < 4 2 3 7 3 ", ") ^ ; ; ! = / = = ) - ) ! ) 9 9 ' 9 : 9 %.6 4 : K 3 ~.` K ` K 6 6 5 3 3 4 4 < 6 5 3 6 6 4 4 4 < < < y 2 : y > > r , ^ $.^ - - ! ) = & = = ) d 4.; - ^ : J z < K < < 3 6 3 < : , , : 9 , ' 9 ' #.- 4 4 6 3 6 3 3 6 3 N , , , ' 8 ^ ; ' > ' : 2 2 ^ z ^ ^ 7 d w 8 2 2 7 , 7 2 , 8 : K , 8 < 2 9 ) = = & @ & v = = - ^ ^ > , > ' ! - = ) = + * + = - % = & & $ 0.= % $ % $ = = = + = = * & & = - $.) - ) = - ) = = = = ~ 1 ~ 1 $ A 1 u g c.~ p # @ f $ u e.* = + + = = = & = / d ; - ; 4.' ; ^ w d d - - - - = ) 4.' 9 ^ - ; ' ' ; , 9 ; ' ' 9 8 ^ > ^ ", ") - = = = 9 > - ' 9 - ^ ) 9 ' > ) - , 2 , 4 7 < 4 4 K 4 4 , : > 8 r $.- ; : 9 > 8 9 9 > 9 > 9 4 4 3 < K 3 5 5 3 6 3 3 K 7 7 4 4 : : > > 8 ' ' ^ ) = ) = ) ) ) + & ) = = ) = ) = ) & e & & - ) ) ) = - = = = ! ! - ^ ) - ^ - ^ : , > ' 9 > 9 8 > ' ' 9 8 8 9 = = = = = = ~ ~ ~ # $ # * = = ! ) ) ) 9 2 ' ; 8 ' > 3 K 3 ` 3 K 3 ` X F E 3 K K 3 3 6 < : , 7.7 3 ` X ` ^.` E ` 4 3 w ^ ' ) ) ) ^ ! - ) = + + & & $ $ @ % @ e % = = + = ^ = = - - = = & + $ $ = = & % % $ * * + + $ = + = = = = = = = d ! - ' ^ ) ' 9 ' 9 ^ ; ^ ; 8 ' ' ' - ^ - - 9 9 - ", "1 . . % @ $ & ] @ + $ f a s a = & * = % = ^ ^ - 9 9 ! ' ^ ) ) = = = = = & + = & = ) = ) = ) r > 9 > > > ^ ^ $.- ) ) ) ) ) - = ) = = = & = & $ = = & = = & % $ @ ~ $ * u ~ # g ~ # # # g . { @ @ ~ A @ * & = ! = - ' ' = - = = - - = & = $ & v * 1 = & % # @ . . . } } j j d.{ [ } [ . . # # [ [ { u . . . [ } t t # # # # p @ @ @ * % = * * $ @ 1 1 $ $ & & * = * v = = = % = + = $ = & ) - - ) = ) ! - ^ ' - 4.- - - - - d 9 #.7 3 4 4 4 3 E E ` ~.3 3 6 6 3 4 , , 4 , 4 3 3 3 4 : : 9 9 9 ; ^ ; - ) ) ; ; = - - ' ^ ) ) - - ) - ; ! ; ; ! - - & & ", "* @ + = O ^ r ) d / ( - ; = ^ - = + = + = = ) ^ ^ ^ ) ) - ^ = > ^ ^ ' ' ^ ' w q 8 : 9 ; 8 8 : , 4 9 : 9 , 4 6 4 < 4 < < 2 #., , , < q M 9 > 9 q 9 : f.g.: #.b.> ^ > 9 g.> ' _ h.g.g.b.i.9 ( ^ > ^ > ^ b._ d ^ ^ > : , < 6 x 6 L N N 6 N < ` 5 ` x ` *.*.X 3 3 4 4 ` 6 4 > ' 8 = = % = v & % % $ = = + $ = ) + = = + * + @ @ @ . t } t c # t [ { ~ . . @ @ $ % e = + = ! = 9 ' ' - 9 ' ^ ^ ; :.9 ^ 9 > ' ' > - - ) ! = + = + + = & v A @ = % ~ % A $ * $ @ # u { * % e $ % = @ 1 * @ $ * e @ % % 1 . A & % e e = $ = = + = % $ & & & + = + + . @ # + ", "# [ # [ # W # # ~ g b . g g $ s e a a ) ) O d = - ) ) ) ) = ' ) ) - - d ^ r > g.2 z q : 9 ' > > > r r ' > : < , , > > > 9 ' ^ ) ^ r r ' ^ ^ r ^ ) ^ ^ ) ) ) O r.d d b.r.O s.O b.b.b.s.r d ^ ' ^ ) t.b.r.p.d ) u.) d = ) ^ / ) m.' m.q : k.: v.w.x.j.x.y.j.k.< y.k. .j.x _ _ _ j.4 j.j.x x j.x x x j.j.k.N < _ f.l._ : g.f._ m.g.f.g.( n.^ / ) O O ) O / d ) d O d ) d a ) ) = d / d ) ) / ) = ) = = / = = = a = a = & a ) = ) = = = = ) d ) o.= O p.) ) ^ ^ ; ( m.b.b.q.^ - ( b.( ^ r ' q z , , < : M > 9 , < < < .z M 9 : : ^ O ^ / = % . ~ [ [ # ", "/ / _ ) - ) d ) ' ( ^ n.) O d / - d ) = & = & = a a o./ = / ) ) ) ) = ) & % ] $ e = = ] % % & % 0 * @ ~ ~ D % v & $ % @ @ ] . P # . [ } } } } [ } [ # 0 0 p c [ 0 # g ~ e s e z.@ A.= & & f f e B.& ^ = = & + = = & o.d = ) O o.) ) = - ) O / ) = & e P C.o C.D.s s o.o.d r.d d d d d s.r.r.r.s.s.o.d r r n.^ r 9 z > 9 ^ > ^ 9 l.^ ' ) = ^ ^ = ^ = = ) = = = = & % e % & @ & % e & & @ % f @ % f @ % 1 * % @ ~ $ % % % % % * e $ & $ a $ a & = = & & e & $ e e $ & & & & = & = = = = & ) = = - - ) ) d ' r > > > : : 9 9 _ / ^ ) ^ ) ) ) ) / ) ) ) ", "~ & % ~ ~ ~ ~ ~ # [ [ . [ p [ # % % % $ @ % & $ f [ p 0 ~ ] $ % a & = ) ) ) > > > ' ^ ' > 9 : 4 4 , 4 3 ` E 5 @.5 ` ` G E 3 3 6 4 J y < , , f.< , : : q 9 > > q 9 N _ : > _ > > g.^ 9 r m.b.9 b.9 ^ r ( : : , > g.: > _ b.b.^ b.q 9 ^ ) = ' o.= = ^ ) & % # F.~ ~ z.% % o.s & % = & % ~ s z.% z.~ @ E.~ u % o.) O o./ d / ' > O _ > / ) ) ) ^ - ( - ) ) / = ) ! ) ) / ( ( ' / > ^ ' ^ ' O r ' > 9 > ' ) ) = = = ) = = ) = = + & & = & & = = = = = = = = = = - ) ) ) ) = - = = ) = = = = ) = ) ) ^ ) ) - ) ' w ^ ' r > > ' ) ) ) ) ) = = = & & & & ~ ", "# } } [ g ~ g [ [ [ | c } } } [ [ } [ c ~ # # o # g # f g f ~ % ~ e @ % % e $ s & & = & & = & - = = = ) & d ) = = ^ > 9 z > ' > 9 - ' ^ ' ^ b.' ( ' > > r > > q 9 > ^ ' r : r > > > 9 r z z : J 4 < 6 < N z > : 4 x N x 4 J 4 G 6 N < x N 4 4 L 6 j.x < 5 I.x E J.F F 5 ..F G.H.x F ..4 < M M ^ m.b.s.m.( - - ^ d - ' : > , _ 9 : , : , > 9 : f.f.g.> < : < z : z : 9 : > > > ^ ) ^ ^ ) - ) ^ ) ) ) = = = = = & & v e - = e = & = = ! ) - ) - - 4.= ) ) ) ) ) = ) = & = = = = = = & = & $ = $ $ & & $ $ = = - ! ) ' ) = ) = & = % % 1 f ~ f ~ ~ # # ", ") ) ) ) ) > ) = ^ d d ' ' ' ^ ^ ) ) = > r > - ( ' ' ' ' ^ ' ' O d ^ d - ^ ) = ) = = = & = & $ = = = = - ^ r d d d - = - - = ) ) - ) d ' ^ - d ^ O ) o.K.$ a a = = ) ( ^ ( > d r.r ^ ) ) - ) = & a s % f ~ ~ ~ f z.s a & ) ) ) ) ) ^ - : > 9 ) $.#.6 6 5 6 6 6 F F E E Y E Y E E 6 6 6 < : > > : > ^ q : : : , : < z , : : < : < z : : > : ' ' ^ ^ ) ) ) ) ( ) ) = ) & & $ e $ = $ & $ e = + $ = & ) ^ ) w ' ^ > 9 q > r > 8 9 > ' > ^ d ) ! ) - = ) ) ) = = = & & & = ) = ) $.) ) ) = = = = = = = = & + $ v * & = ) = ) = = = & = ) = = ) = ) ) ) = ", ") ) - ^ > > : , g.: 9 ' > > > ) ^ ) ) = = - O ^ ) ) O ) = & & = ) & = ) ^ - ) ) ^ _ r ) ( b.M ' 9 _ r ) ! - - ^ d ' 9 > r 9 r q q , : _ 9 q > > 9 M M , < M _ > : < : g.< x .N < , N N 9 , : M : _ _ _ ( p.= = ) ) b.= / ^ ) - O ) O ^ s.O : > > v.L.v.i.> > ^ i.d ) ) s & d ^ > ^ > : > m.L.^ d ) = = & % @ % ~ P a D.$ = a = - = = = = = & = a = = = = a = = = & = & & = a & s a K.a s s & K.& K.a & s s e a & a s a & s s s a = e = $ & % P P % f f @ ~ . ~ z.] % % % ] D.s $ e $ & % $ $ ) ) ) ' ( r ^ > ( g.> b.> 9 > ' : < > , > > > > > > ) ", "' ^ ) ) = ) ) ) ) ' = = % = = + = ) = = / + ) ) = ) = + = = ) ^ ^ ) ^ - - d ' ^ ' 9 : : 8 4 4 ~.X 3 X ^.3 6 < < 6 L L J ` E 3 4 < 4 < K 6 x 4 5 6 3 3 5 ` 3 4 J 5 G ` ` X E E J.I.3 6 3 ` J < 5 .x ` 6 '.< < , < 4 : < 9 ( M 8 ^ > 9 : N > _ n.( r.: #.> ^ : x x x x M ^ M : > _ _ : x N M , > 9 ( / ) ) / ^ / ^ - = = e % e e e = & = & & = = $ % % % ] e f ~ f f f % $ s & a & & e $ & & = & & % ] ] $ e % % = & & & % $ & & e e $ & & @ @ K.e @ ] e e e = = = = = = = ) = ) ) = ) / = = = = = = = a s % & f e & % & = = ) ) ; ^ / ) ; ) - ) ^ ) ", "6 3 6 5 4 3 4 4 3 4 6 < < N < I.` 5 3 6 M.4 : : z q q q > , 9 ^ : : > 9 r > 9 r : : q : 2 ^ ^ - ) = ) ) = = = = & = & $ = & ) & & & & ) ) ) ) ) d d r : : 9 _ 9 : > _ : > z : , 3 4 x 3 6 5 6 3 M.3 6 5 G 4 6 6 3 x < , : N < 6 4 9 ' ^ ^ ^ ) ( ^ ^ ' ^ ^ q : < : 6 < : > > < < E 6 F E 6 x 6 < < z < : : < M : q > : > ^ ^ / = = = & = = % & & $ @ % a $ e & & e s % s $ ] = a = ) & & & & = = = = = = = & a = = = = & & = = = = a & & = = & & = & & & $ e e & $ e % $ % % % % f g } [ # # # c # . . . ~ . # ~ . ~ [ h ~ % & = ) ) ) O ^ > > : 4 < ", "^ ) ) ) ^ ^ ) ) = & & = & % ~ . p [ # p # @ g } [ [ [ } m m } } m m m } [ p c c . . o g ~ @ # b . ~ ~ * + + $ * $ @ @ % A $ $ @ @ e f f P f e & = = ) ) = ^ ) = = & = % % @ e = = $ & ) ! ) ^ ^ ^ ' ^ ^ > : > ' 9 > 9 ( ^ > ^ / / ( ) ) d / = = a = ) _ _ _ x M ' M _ ( / ) ) / = / ) ^ ^ b.M : N > ^ > > > _ : : < > : > > > ^ d ) ) / = = = a & a a = & a a = = = ) ) ) ) ) ) / = & & = = & = & & = $ e & & % & $ ~ @ e % ~ f % $ % % & & = = % % $ $ & & e $ @ % ~ @ @ % % % . g # . g c [ | | # [ h # % f g ~ g ~ # @ ~ % % $ e + = = ) ) ! ) ) ", "6 6 6 < 3 4 7 7 7 > : : q , 4 ' - ) > q , < J 4 y : 2 9 > z 9 ; d = = = = = = ) = - = = = = = ) = - - ! ) d ) ^ ^ ^ ^ ) - #.r 9 ^ - ^ ) ^ ) - / = b.( ) / / & ) = & a e a & & a % e % % $ f 0 p # c # h c | [ c ~ @ ~ ~ % @ z.* % % $ & & % % = ) ) ^ > : : < : > ^ ) ^ : : > 6 < < 6 < < 6 < , < ' : 9 : > ) d ^ ^ = ) = = = ) - = = = = = = & & & = % & & = = ) - ) r ^ r ^ ^ ^ ^ > ' > > ' : r ^ - ) d ) - d ) = = ) ^ ^ ^ ' > : q 9 > > ' ^ ' ' ' > ^ > r > d - - ) - ^ > ^ ^ > : 9 > : q > 9 > > > z : < q < , J < < 7 < < : > ^ : 4 < : , < 6 ", ", : < > > : > > : : , : : #.> ^ ^ ' ' r d ' b.r ^ ^ ) ^ ^ r ^ > > : > : > ^ ^ ^ - - r ' ^ ' ^ ^ ^ r > 9 > > ' > ( 9 ' 9 - ' : z M : , q : : 9 ' ' > ^ ) ^ - ^ ) ) ) ( ^ ^ ) & = % & = = = & $ & = & a = = = ^ ( _ ( ' _ ( ^ ) ( - _ / b.' ( ) ) ) / / a b ~ K.a f & a & / ) > _ _ _ _ d ) & % s = & % a P % % & a % = & % b f $ = = = = / = ) ) = = = & = $ % a ) - ) = = ) ) / = = = = a & & = = ) & = = = ) = = = - ^ - d = = ) = = ! ) ) ) ) ) d = = ) = & = ) ) = ) ) ) = ) - ) ^ - = ) ) ) ) ) ) ) = ) ) = - ) ) d ^ ) ) ) ) ) d ) ^ > ' : > ^ ", ") ) ^ ^ ' > ^ 9 > 9 ^ - ) d ) - r r 9 : ' ^ ) ) w 9 : , 9 ' w - - ; - ' - ) d - ) ^ - - - ) ) $.$.r ^ - - - $.= - ) ) ) r 9 > ^ ' > ^ > > ^ ) = = & = $ & ] = % % u $ A % $ $ @ * 1 . ] & = + = ) = = - = = ) ) = & = ) = f % @ ~ ~ # [ # # c } [ ~ ~ # g # # # # # m j m } [ # [ # # ~ % & & ) = ) ) = ) = ) ^ ^ > r : : q > d ^ r ' ^ - ) ) = = = ) = = = ) & & = = = = = = = = - = ) = - ) = ) = = = ) ) ) ) = ) ) = = ) = ) ) ) / - d ^ d $.^ > ' > ^ r ^ > - ' ( ) ) / ) - = = = e & @ & & + ) ) ) ) - = ) ) ) = & = = ) ) ) ) ) = ) ) ) ) = - ", ") ) - - = ) - = = = v % & = = = = = = = = / ! = = & & & = & . $ g ~ f @ . @ ~ @ f % % ~ ~ 1 . % = = & = = e e & & & $ = & = & = = = = - = ) = ' d d r > > : , : : z 9 : > : > 9 q q q > > > q ^ = & = = ) ) ) = e e @ ~ @ % % f # # # ~ % } [ p # f # # ~ s @ % ~ e & % & & = = = & = & = ) > > ^ ^ r q < : : z , : , , < z < < < 4 J , 4 < : z , : J 6 6 4 < 6 , , < < < 6 6 6 4 f., 6 < N N N 9 < , 4 x 4 < L 4 4 : , : < < z z < , N 4 4 4 < < 4 6 , 4 < 4 < 4 z , 4 J , 2 2 , , : 9 ' ' r > q : : : > : r ' 9 > > ^ q 9 > ^ ) ^ ^ ' ^ = ) ) ) ) ", "; ^ ; ^ : ^ r 8 r > , ^ w ) = & % e $ & = ) = = d - ) ) ) d ) ! ) = = = = & & = & = e & & & = & = e $ @ = = = $ $ % f $ & e = & & ) / = ) ) ) ) - ) ( = - & e e & & & & e & = ) - - ' O ) = ) = = = = a = = ) a & = & & a = > ) & ) / ) ^ ^ ) ^ ^ ) ^ ^ : > < < 5 5 F F Y F F F 5 6 < 5 5 5 6 < 6 < 4 < N < < : z : : : 9 ^ ' 9 - ^ ) ) d - - d ) = = & $ e $ = & % f f % $ ~ ~ ~ % ~ @ ~ ~ @ ~ & @ % % $ $ e & = & & & & = ) = ) = = ) ^ ^ r > r r 9 ' ^ ^ ^ ^ - ^ d ) ) ) ! ) & & & e % % * ~ # # ~ ~ g # ~ # # ~ # . u # # ~ ~ ~ @ % = = ) ) ) ) ", "> : : 9 > 9 w #.: : q > > - ^ ' ^ ' ' - ^ d ^ ' ) ^ = = = $ = = = & ) ) ) ) - ) ) ' = = ) = + + ) = = & & & = & & % + & & = = = ) ! = $ $ % $ % & = & = = = = = = = = ) ) = = & = ^ ) ) ^ ) d ) ) ) - ^ ) ) ) - ^ = - ) ^ r > 9 > q : : > > > d = ) - = = = ) ) ) ) ) ) = = & = & & & ) ) ^ > ^ ) 9 > ^ > 2 9 , : : : q 9 > ^ 9 q ' 8 ' ^ ) - ^ r > - = = ) - ) > : < : : 2 > 9 q > w ' ) ) - - - - ^ ^ ; - d d = & = & = & = & = = = = = = a = = = - ; b.' w 9 : : 4 : : , , 2 , 2 r ^ r > 9 > ^ ) ) = = ^ ; > 8 2 : , ' 9 9 ' ' ^ ' - ' ) - - ' > ", "< 3 7 : 6 4 , J 6 6 4 3 ` 6 6 < 6 3 K 6 6 3 6 < 4 5 3 5 3 5 5 E 3 ` 3 5 4 : M f.< 5 L < < N 3 < 4 4 3 3 3 3 < , : 9 : 2 > > > ^ - = & = ) = = & = = = & = ! ) = = e & $ $ $ % $ e = = & = = = ) ) ) > > 9 > r 8 r 9 ^ ) ^ = = d > ' ^ = = ) - ' 8 ^ ^ ^ > - ! ) ) ) ) = ! = = ) ) ! ) ) ) ) ) > ^ > ' > : > : > N 2 ^ : : z : ' r d ^ r ' > ^ > > ; - w > ' r d > > r > ) ) ) ) = = = = d ) - = = % e & e & $ & & & = = = = = = = = = = + & & & & ) ) = ) ) ) ) = ) = - ^ ^ ) ^ d #.9 9 q : > > q 9 2 9 9 > : 7 L : : : , > q 4 : 9 : , 6 < , < < < ", "* % * $ = % = - = = & - & = = = ! ) = = = = ) = - = d ^ ; - - ) - ) - = = ) ' > ^ ) ^ - ) = d ^ ' > , : 4 6 3 ` 6 6 G 5 3 4 q q : 9 ' > w > ' ^ w ' ; 8 > ' > , , 7 < < < 6 3 5 3 E X X X F F *.;.<.Y F X E X ` X ` E E E 5 ` ` 3 ` J 6 < : , < < < < < q < > : : > > : < 6 3 < : : < : < < < z > > 4 , : , , : > ^ 9 > > : 9 9 < y , : , > 9 > > 8 > : < 4 4 4 9 ' > 6 6 ~.5 3 < < , , , : : > ' d ) ) ) ) ) ) ) ) ) - - ) ) / / = ) / / - - = - = ) - ) = / ) ! ) ) ^ - $.) $.! = = = = $ = + & + * = = % @ @ A 1 @ @ ~ ~ ~ . ~ @ ~ ~ ~ ~ # % + * ", "' ' ! ' ) ' ' 9 9 , , < < : > z : 4 J < 6 6 6 z 4 : , , 2 4 : , < 9 : 9 , : 9 > > : > #.' ' ' ' - r q : , 4 : : 2 : q 9 ' 9 ' ' ' > r > : : 4 6 4 < 4 z 6 E E X F Z Y Y X O.E 5 6 4 J 4 3 < 5 E ` 5 ` 5 G 6 6 4 < < 6 , 9 < r > > ) ) d d ^ ) = e % ~ ~ ~ @ . # [ [ [ # [ m m [ [ ~ # ~ 1 e ) ) = = ) - = & ) ) ) = = ^ r d d ^ ) = = & + $ % + = = - = = & ) = = = = & & & = & & ~ $ ~ ~ @ @ . . ~ @ f f % ~ ~ # f ~ ~ % $ a & = = ) ) d - ^ ^ ' 9 > 9 ^ ' - ' ) ' ; ' ' ^ ^ $.' d ^ N./ ' $.^ 8 ' ! ) ) ) ) ! ) ) - ) ) > - ) ' - - ) ) ) ! ) ^ ^ ", ": , ^ 9 > ^ 9 , 9 , :.9 4 > ^ > > ^ 8 9 9 ^ ' ' ' ; d ; ; - ' ' ' - - ^ ^ ' ; - d ^ ^ , : > > ' > y : < 9 : : : 9 ) ' ) ) = ) ) = = ) = ^ ) = ) & = = = = = ! = & = % = & = = + = r ' > 9 : > , 2 ' q L , 4 , 6 6 G ` 6 < 3 5 K 4 4 , , < 4 < 6 < , > > : 9 > ^ ^ ^ - > ' ) : ^ ^ 9 ^ ^ ; ^ > 4 : ' > ^ ^ ; - 4.- ' ' > w - ' > - ) - = ) ) & = & @ g u c.# # # e.* e.A f # g ~ f ~ ~ # ~ c # { [ } # # c c # # # f @ % v $ % = & = = = & & & & & = = = = = = ) = = + + & & e % & @ ~ $ % * f % g % ~ @ % * e ~ v & = = ) = ) - ! ! ) ) ! ; ; - > 2 ", "+ = = = = * = = & & = - = ) ) = ) ) ; = - ) - ) ) - ' ' - - - ! - ; ' > ' > 9 ^ ' ^ > ^ ' ) d > 9 , , f.g.: < : , 4 J 6 5 3 3 J 6 6 3 '.< < , , : 9 9 > ' > - ^ ) = 8 - ' ' ^ 8 9 > > ' : < 9 , > z < < 6 < 6 < q z 4 < < : : : : < < < : < < , z z < 6 < 3 < ` 6 6 < J 3 3 ` ` 3 6 5 ` ` 3 3 6 X 3 X *.X ` ` ` 5 X Z F F ;.` ~.5 5 5 5 5 5 3 3 < L L 3 3 4 J '.K 6 5 6 6 3 5 5 4 , , 2 , , , 6 6 > , 9 9 > ^ : > 9 8 ' ^ ^ ^ ! - O ) = a s * % ] . ~ % $ % ~ b % $ $ % & % & $ * ~ @ % = = ) = = = ) ) - ) ) ) ) = - = = = & = % * = + + = = % & = ", "- ! - ! = = = = = & = = ) = = & = = = = ) ) ^ ; ) ^ ^ ) = ) = & = = = = & $ + @ f @ f % $ % @ $ @ $ = = = ' d = ) ) ) ) ) ) = = = = = ) = = = = = + & & = = = = & = ) ) = = & = & = = ) & = % % = ) = - - ) = = - = ) ) = ) ^ ^ r ' ' ) - = = ) ' , : , 7 : 4 3 3 5 6 X X E ` < 7 3 6 > : > > ^ ; d ) = > : ) ) ) = ) w ! - ^ #.> < < < 6 3 6 3 6 6 , 4 z , z < < < 6 6 3 5 5 ` ` Y Y Y *.*.F *.E 5 6 3 5 '.< < 4 < < < < : 9 : 9 9 r d ) ) ) = & & ) = = = & & = ) = = + ) ) ! ^ ' ^ > : f.< : : < : < < 4 4 , , < g.N : ; , 9 2 8 > w > ^ ) ^ ! - ", "& & & * % & ) = ) = ! d - - = - = = = = = + & + + @ % f + v % + = = = ) = - - ) - $.) - ^ = = = & = + & ) ) ' - ) ! ; ) 4.$.^ ; - ) $.$.^ $.r ' = ) ) = = = + & = = ) = = = = = ^ ' 8 ' z > - ' w ' ^ d ^ ; ) $.) > : ' ; ^ > ' ' ) d - ) ^ d ; - ! & & & & % = & & & & & # # * ~ } } [ # . { [ . { } c [ ~ 1 1 ~ = = & ) & = = ) ) ) ) ) & = = - - - ! ; ! = ) ) - $.) ) 9 9 , 9 9 : , < y 2 ' ^ - ^ ' ' ^ ) ) = & & $ e v * % 1 # # # p # [ } } [ } c c [ @ . A % f ] $ % @ * s $ & % & % % * @ % % P % % % % $ f ] ~ ~ f * ] & a = @ @ 1 ~ & + & ", "> > 9 > r , > ^ 9 < : < J z q > w r ) ) = = & @ % # # [ ~ ~ . g . # z.% $ ~ % = $ e % & & & = = = ) - - - ) = - ^ r - > > > ' ^ ; ; ^ ^ ) ' ' 9 > > r r > > d d ) > > > , > > 9 q q ' 9 q 3 < : : > > ^ - - - r > > : q < < 6 7 4 , 4 K 4 3 : , > ! ^ ^ ' = % = + % % # . 1 % 1 & & = ~ % * & = = $ ) ) ) ) ) = = & v f $ + & & = ) = ) d ) ) ' d - > y < < , 6 , 5 J 6 6 6 6 6 K 3 ` 3 6 6 < 3 4 6 < J , 4 z < z , q 9 : > 9 > ^ - ) d ) ) ) ) ) = = e = = = = = = = = = = = ) = ) = ) = ^ ) ) ) ) ) ) = ) ( / ) ) ) ) ) d ) ) / ! ) ) ) ) ) ) ) ^ ", ") ) ) ! ) ) ^ 9 > : : 2 : , , : _ ( ^ ^ ^ ^ > ' _ ( ^ - ^ / / / ) ) ) = & & = = = a & % a $ $ o ~ % & % e & = & & & = = a a a e $ f ~ b ~ ~ o @ % % & = ) - ) ^ > b.> 9 4 6 6 J 3 5 3 6 3 4 ` ` ` ` ` 3 3 3 3 ` F X E ` 3 ` 6 5 5 E 5 5 X 5 E 6 5 < 4 9 > ^ ^ ^ > ) ^ ^ ! ) ^ > > ; > 9 > : 9 4 4 6 < E ^.*.*.5 3 ` 6 4 , , 3 : , : 3 6 6 < < 4 6 4 , 9 9 : q 4 , > 9 9 2 ^ 8 ' > d d ' ^ d - ' ) = & = = = = = = = = = = & & & & = & = ) ) ! ) ! - ) ) = ) ) = = ) = = e $ % e % % $ v $ % & $ = = = & = ) ) ) ) - ) - ^ ) - ) - ) ( = = - ) ) ) / ", "^ ' 8 : > ^ , > , 9 , 9 q , > ' - - = = = = = & & & & & e & & & & = ) ) ) = ) ) ) ) = ) ) d ) ) ' ^ ) - ) = & & = = = = = ) = & = ) = = = - ) - - ^ ; 9 , : : J < 4 4 < < : : 6 : ^ ) 9 ) ) ! ) ) = ^ 9 = ) ) ) ) ^ ! ) ) ' r r r > , > ' ^ r - 9 8 ' ^ q ' ^ > > , ) ^ ' ' ' ' ^ 8 : 2 ' 8 r ^ ^ > ' - ' d ) = = ) ) - - ' = ) = = ) ) ^ ^ d ! - ' ) ' ' = ) ^ ' w - - ) $.= = ) - - ' 9 : 9 : ^ 9 ' ' ; 9 9 d d ! = = ! ) ) - - O ) ) ) ) ) = = a = a & & & e & % ~ f & s % f $ & & = = ) ) ) d - ) ) d d ) ) ) ) ) ^ - = = = ! = ) ) ' ' ' ^ ' ^ ", "& & % = & v = = ) ) ! ! ' ^ - ) = = = = = & & = & & $ % ~ g f u ~ @ ~ ~ . ~ g g g c c c.# p [ [ p # c [ # . p [ ~ [ # # # . f f g ~ g # # . g # p c . c c ~ # ~ . ~ @ { . 1 # [ [ [ [ } t } } } } m +.} c } } % @ ~ % @ f 1 * $ = & = = = = ) ' ^ r : 4 , , 9 > , 4 4 3 3 3 3 < 5 ` 3 3 < 4 , 4 : 4 , 4 z : : #.< : 9 9 ' ' ^ ! = ) = ^ - ! ) ; ; ^ ' ; $.; ^ > > > > > > ' > ' > ' ' > ^ ^ ' 9 ' d ^ > > 8 > , z , 4 4 , < > : q q q q q q q > > > > 8 > ' r > ) d - ) ) ) ! ) - ) d ) ^ - ' ^ d ; ^ - ^ 8 ^ > 8 > 8 _ ) ) ) = + = & = - = & = & % ", "= & = ! = = = = & ! - ) - ^ ^ ^ ; 9 9 : : : : , 9 : 2 > ^ ' ^ ^ ^ r r ' - ) - - ' > ' > > ^ = = - ! - - ) ) ; - ^ - ^ - > q : q 2 4 , , q q 9 > 9 > ' 9 $.^ ) - ) - = ; ' ; > ^ ' = = = = ) ) = - ' ^ d ^ - = & ! = ! ) ! - ^ - ^ ; : 4 2 , #.> , - - = - + = ! + * 1 1 1 # # { t } } [ [ } } [ } [ [ # { ~ ~ * ~ ~ ~ & * @ % 1 * ) = = $ % A g % = & & = & & & = = = & % $ $ & = % % % & $ % % % % $ e & & = = = & & = = & % e * $ & & & v e % ~ # . . A ~ ~ . ~ f % % e $ & @ $ f & & = ) = = = = = & = = & = = ! = = = ) = = ) = ) ! ) = / = + & ", "% $ v % & = - ) ) r - ^ : ' ^ : < < > < : < , , < < , < : < 9 z z , > 9 < > 9 > q > ' - d - ^ d ^ - ^ d ^ ^ > 9 : : 9 : , , : , 4 6 5 G 6 G 5 3 4 J < : , , , 9 : : 9 9 : < J 3 6 X E ` E *.Z *.*.-.}.-.).=.}.*.;.E ` 3 ` 6 6 , , 4 , : < : < 7 z 3 ` ` 4 3 < 4 K 3 < : 2 2 6 7 , > 9 > 2 , 2 ; , 9 , ' ; 8 ' 9 9 r 2 ' ' 9 > 9 > > 9 ^ > 9 > ' ) - - ) - ^ ' > q > 9 > > : M : q q y < < z < 4 6 6 4 J J J 4 6 J 6 4 L , : , q 9 > ' d d $.> r ^ ^ = = = = & = = & & & $ % & % % % e $ % $ f % ] % & % @ % % % ~ ~ ~ ~ @ ~ ~ ~ . ~ # ~ # ~ ~ P $ ~ ", ") ) ) ) / ) ^ ) ) = ) - - ' ^ ' ^ ( ^ > _ ^ - - ^ d - ! - ( - ) = = = ) ) ; = = = & = ' 8 ' ' > ^ 9 ' 9 ' 8 9 9 > ' > 9 9 : , 4 < 4 3 3 , : 9 , 9 , , 9 9 q > 8 ! ^ > ' ' ' 9 2 < 7 , 2 , : , , 2 > , > ^ - ; ; $.' ' ' ' - 4.! ) ) - ' ' ; ; ) ; ) = = ! = = - & ! = ! ! ! ) ) ! ) $.) ! ! > ; - - ' $.d ' ' ! ) ) ! ) ' - - ' ' ' > 8 2 z 4 : , 7 : : 2 : , > 9 : , , > > ' > - ' > ' r 9 > : ' 9 ^ ^ d - ' ' ' ^ - ) ) ) ) = & e % f % = + & & = ) = ) - = = ) = ) = ) ) = = ^ ) = = & = & = = ) = = = ) ) ) ) ^ ^ > ^ ) d ) ) d ) ) ) ) ^ ) = ) ", "[ # # % ~ & = = & = = = & % & = = = = - ' ) ) ) = = & & & P.& = ) = ) $.) ^ > - ^ ' d ; ^ > d d - = - ) = ) ) ) d ) ^ ; = w - ) ' ^ ) ; = - ^ ) - - d r 9 : , < 6 6 E E E 5 F *.*.*.X Z /.X F X Z *.Y *.F X *.X X X 5 5 L K 8 > r , 9 ' ^ ' ! & = = + = ^ $.> q , , : 2 3 3 6 7 K 6 < , 4 < z : 2 ; > 9 2 , : , z , q #.- q > 9 > w ) - ) ) = ) = & = ) ' d = ! = = & = = = & $ * @ + $ $ & = = = e % ~ A % @ % = & a + & = & & $ & = = = & = & & & & & & & $ & + e @ % ~ ~ @ % g % ~ . @ # p # c ~ % ~ # . c h } [ } } } } # # p } [ [ [ # [ } } [ ", "+ % & % % & & = ) = = = = = $ = = = = = ) ) ) ) ) = = & = ) = ! = = & = $ & = = ! = = = ) = = = = = ) ) ) ) - > ' ' 9 ' w ; > 9 ' 8 #.7 : 4 #.9 > ^ - ! ^ ' ; ) ' ' - ^ ) ! = ! - ) ) = = = & = = + + & $ & = = = = = + - = ' ' - ' ^ 8 w ^ 9 9 ^ ' ^ ^ 2 3 3 4 4 3 K ^.5 3 6 6 3 4 : , , ' ; d - - ) ; ^ - = ) - = = = = = = = = = = = + = - ) ' - - = ^ ' 9 ' > > 8 ' : : , , , , : , : : , , , , : , 9 > : : : - 9 : 9 9 M : > > > 9 9 : r ^ ^ ^ d ) ' - - d ) ) = = = + - = = ) = & = = $ ~ & = ) ) / ) ) a & $ & = & & & % ~ % % ~ @ % % % = & ", "4 < 7 < < : < < 6 3 4 6 3 3 4 4 6 4 ` 5 3 5 ` ~.4 6 ` 4 6 < < 4 #., < 4 3 3 6 6 6 G ` 3 6 4 L 3 : , 9 #.q ' ^ ! - = ) = = = = = = & = = = ) ) - = ) = = = = = = = = = = - + ! = = = ! ' ^ 8 9 2 : ' ^ #.9 , : 8 : 9 ; O ^ - - O O = ) = ) = = & = & % e = ) - ! ! = ! - = - ) - - ' ! ! ) ) - ' ; = - = & = $ @ @ $ % @ @ % f % @ A ~ ~ e ~ v v $ + & v $ & = = ' > - ^ > > ; ' > 9 9 9 9 6 5 ` 6 3 , : z 4 < , 2 , 9 9 : : 2 q 2 #.:.^ > , ' ^ ' r ' ' ; ) ^ = ) - ^ 9 ^ r - ) ) ) ) : , 2 < : < , < < < 4 6 < , < : z z : 2 9 2 > : q < > 4 : 7 < ", "7 3 > ^ ^ 9 - ^ ; - ) ) > > ^ d ^ $.w , 2 2 : < 7 4 5 6 ` G 5 5 E 5 < , : z , : : < < z 4 3 4 , 3 4 4 3 ` ` 5 ` 4 < 3 3 ~.K < 4 4 N < < 7 2 %.9 9 ^ ^ ' - ' ^ ' - ' ; ' - > ' ^ > ' 9 ^ 9 2 ' 9 , 8 ' ' w ^ - > 9 ' > 9 > 8 , > : 9 - ^ ^ 9 ^ ^ ' ' ' ' > > > ^ 8 , : 4 < 3 7 3 < 3 6 7 ` z : 7 4 < : , 4 < 4 6 3 4 < 7 < : : : : : ' ; > : < , 9 : 9 2 > 9 > 9 , 9 2 < q 4 : 9 : : , : < J 3 3 3 6 < < 6 : 9 9 : q 9 , ^ > 9 > ' - ' , - ) - - = = = = ^ = = - = ) ) ' = ; 9 9 : > 2 , 7 2 4 , 6 4 4 3 X X 6 ` < < < 6 6 4 4 < 4 4 4 6 J < 3 6 3 : ", "{ m m } [ { t } . [ } m } [ @ ~ g + + v & = = $ $ = = & % @ & v - ! ! - - - d 9 ^ ^ 8 > > 4 , < 3 7 , : , > d d ^ : 8 > w - - - ! ; #.> 9 w 8 $.! = - ^ d d ' , , , : 4 : M , < , < 9 > ' r ; ! ) ! ! ; ^ ' ^ ' ^ - = - ; ! ) ) ) ) ) ( = ) ' ' d ' ' ^ 9 9 ^ 9 - - ) ) ) - = = = = = + = = = % + = ) = ) = = ) - d ^ - - ) ) = = ) + + + & e + & = = = = = - ) - - ' 9 : , , , 4 #.#.y 3 , 5.7 7 7 9 9 9 9 ) = - - = = = = = = - = = + ) ) ^ = ) - ! - - ^ d ) ' - ) = = ) = = = = = ) ^ ) ^ ^ > ' - ^ ' 9 ) ^ = ) ) $ f e e e ~ = ~ % % ~ @ # # { ", "= = = & % = & ' = e ^ ^ ^ - - - ^ & = % = + = = ^ ) - ^ d ^ ^ ' > r ' 2 4 4 3 6 4 5 E 5 3 ` 5 6 3 3 ` K 7 2 9 , q 9 w #., 9 2 9 2 9 , , , 7 < 9 ' ' 9 9 , 4 3 5 ` *.E X E X X ;.E X E ~.3 G < 3 ` 6 4 4 : 4 < 4 2 9 ' : > > ^ 8 > ; ^ ' ^ = - - ; ; ' ^ ^ ; ) ^ > ' ^ 9 ^ ^ ^ 8 8 2 > 6 6 5 @.@.@.` E 5 E E F E ^.5 3 ~.` J 3 z < 4 z 7 6 6 6 , < : 9 w q < 9 y %.: , , 9 #.8 ^ $.: y 9 , , , < z z : 9 < 4 8 > : ' ' ^ > ^ ^ ^ - - ) ^ ^ - > , : #.2 2 2 9 ' 9 ' 9 > #.8 9 , , ' ' > 8 , : , w ^ ; 2 - = 8 8 ' ) ) ) ) g @ # ~ ~ $ # @ ~ @ @ * & * ", ") - ^ ' 2 ' 8 , 4 3 3 E ^.*.*.E X 6 < , 4 : , q > 9 6 4 6 : 9 : 4 , < 7 4 3 3 ` ` 3 G 5 3 6 ` ` 3 3 3 4 < : , 9 8 > d ) ' > - w = ^ ; ; 9 ' ; , : ^ ' 9 ^ :., 2 :., 2 , , 8 , 2 8 8 9 > 8 ^ 8 ) ' ; = = & + + $ * = = & & + + ) ) ) ) - ! ; ' 9 ' ^ > > ^ #.< K 6 < 3 K 6 7 4 6 < < K 6 E 6 6 6 6 < 5 3 ` 3 6 4 J 4 < 9 8 ; ' ) ^ 9 w - ) = = & = $ + & $ % % ~ $ $ @ $ = = ) ) = = ! ; ; :., 4 4 9 : 2 8 ^ > d ) ^ = - = = % & $ $ % $ $ 1 = ) & = ) = = = = = = = = ) = = = ) - = = - ) ) ) ^ $.= d ) ) ^ ) ) = = ! d ^ ) ) = = ) = = ) = & & ) ) ", ") ^ > ^ / ) ) - - ) = = - = & % 1 % 1 @ = = * % Q.1 e & = & & = = = = = & = = = = = + = 1 + + = = = = ) $.! ) - = ) ) = = $ v = & = = = = $ = & = = ) ; w 2 2 < < 4 J 6 7 4 3 ` 6 K 5 4 L K 3 6 , < 4 < < 6 ` 3 3 ~.3 < , 7 7 > w ^ ^ w ^ - ! ) ' 9 ^ ^ = ) ) ^ ) = ) = = + = + $ ~ ~ = = = % $ # 1 ~ 1 f $ & = + = = ) ) ) ) ) ) = = = $ @ = 0.$ = = ) ! ! ! - ) - - - = ) - ) - - ! ! 4.- 9 9 9 , 9 9 2 > > ' ' ' = = ! - ) = - ' - ) 9 : , 9 > r d ^ ^ 9 ^ ) 9 ; ) ! ) & $ = - ) - = ' ) ' , 2 4 < K 5 3 3 ` 3 K 3 3 3 q > > > : > ^ d ) = ) ) ) ", "3 3 3 3 3 3 4 3 3 4 4 4 4 4 4 3 4 6 4 4 y < , : _ > 9 7 9 7 : 4 , < < > > 9 > ^ q : : 9 , #._ : #.9 > ^ 4.) - ) ) + $ = $ @ @ * . . * @ ~ $ @ @ f $ = = & = - = ) ^ ' - - - & & = = + ) + & = = = = = - = ! ) ^ ; ' ' ^ - - ' ) ) = ! - ) ^ ) ^ - - ! = = - ' ! ^ ^ ) 8 > > > ' ' ' ^ - - ) r ^ > ' ' , , 9 ^ , 9 : 4 9 9 > > > ' - ' r > : , : 9 9 , 9 9 9 9 ^ ) ! - ' ^ > > > > > - - ' 9 ; ; ! ! = = ) = $ $ % 1 % v $ $ @ $ * # [ } [ [ c Q.# # f = = = = = = - ' 9 ; ' 9 2 9 > 9 > > , 4 K 4 , 6 4 , K K 3 4 3 ~.K K , , , 9 ) ' 9 9 9 , , , 9 ", "d.j j j ].].R.].].m n t { ~ # * * 1 1 $ * . ~ % @ & = = = = & * % & = = = = - ) ) ) = a & & = = - ) = = + & = & & ! = = = = ! ) = = ! ! = ! ) = - = ! ! = = ) ) - ' - - - ; 8 w 8 : : 4 < < 7 L 4 : < 4 L 7 , z : : > ^ ' ) $.' = ) ) ! ) + + & % @ % $ * - = = = = & $ $ & ) - ) ) : > , 9 ' - = ^ > > 9 = = & & + + + + + & + & & + = & = = ) - ' ^ - r ^ ^ > > , : ' , 9 9 > ' ^ : : > #.> r 9 9 2 : q 3 4 3 : 4 < 4 , 7 > d ! ; w ! ' - ^ > ' ' ^ ' ' > > - - ' ' ) - ) = = = = = & = & & - - - ! ) ) ) ) ) ) ) = $ * % $ 1 @ * ~ u } t } m j d.", "^ > > > 8 : : 9 : > > ' ! 9 8 , 9 8 9 : 9 9 > ; 9 : ' q 4 9 , < : > < 9 : , : 7 , 9 9 > > > - & e ] % f ~ { [ # t # } [ c.c # [ p c # u u 1 1 ~ f v & ) ' w : r > #.> 8 9 9 : z < 4 3 J 4 6 3 6 5 3 6 6 6 , : : < : 8 w ' - ^ ' w ' d d - = ; - = - ) 9 8 : 9 8 4 : : 2 2 : 4 4 6 6 G 5 F 5 6 6 ` *.E 5 5 G 6 6 6 < 4 4 N : y z M ' - r > ) d ) ) = & = = = s = & = = / ) ' ( ^ q > > = & $ = = = a = $ = ~ f & = = + = $ = = & & = $ % = = = = ) ) - ) ^ ^ - ) ) ) ^ - ^ ) = = ) = > 9 9 ' ^ > _ 9 w : > > 2 9 z q : 3 3 3 2 3 M > 2 4 ^ r ; ^ > ; ", "* & = & = = ) ) ! / - ) - ) ^ ^ ) ) - ^ ) ) d ) - ( - ( - ) - ' ) ) ^ ; :.: : 8 y : > > d ^ ' ^ = d ) - d ^ d > = ) = = = = & e % $ % & = & = = & = = & & & = e e $ e $ & + a ] $ = = = e $ . ~ 1 . @ @ $ = & = & & a & = & & & & + = & = = = = & = & = = = = = ! ! - ' ) ' ^ ^ < K 4 8 4 4 4 K 2 4 %.7 < 3 4 3 : < , 4 ` 4 z : : : 9 9 : > 9 ' 8 - ^ - ^ ^ > , 9 ' ^ > ' ' ' - - $.) = = = ) ^ ) = ) = $ . % & $ $ = & = = $.) - $.- ^ = > ' ^ > - > r r ' - w ' ' ' > : > : d ^ ' ) = + = = & g ~ u @ . u ~ # % ~ @ # # % + e & & ~ % = % $ & % # ", "% & & % ~ ~ % $ ~ % * & = ) = = = = & = + = ) = = ! = + = & = = & = = = ) - ^ ! - - ) ) ^ ' - = = = = ) ) ! - = ) ) ) ) = = = + $ & $ $ + $ & & & = = ) = = = = & + = = = = = = = & = = - ) - ) ^ ' d - = ' - ^ > ^ ^ d ) - ' d ' ^ ^ ^ ^ ^ ; - = ^ - - ^ $.) ) ) ' : > ^ ) > 2 3 3 3 4 6 < < 6 3 4 3 3 3 4 9 2 , 7.4 9 ' , ' ' > > , < : : : > 9 ' - ^ = d ^ = ) ) ) ^ = - = ! ! ) ) = = & + & + % & + = & = e ! ^ ^ ' ^ ) ) r ^ ^ r ' ' 9 > 9 : q : 9 > > 9 8 > w > > ^ ' ^ ) ) ) ) ) ^ ) - ) & & * 0.% $ % @ + % ~ ~ 1 . ~ % % % & a ) % = + & % ", "% a a a a a # % % % ] $ $ % ~ b . ~ # . ~ | } } [ p [ [ [ | # [ % % ~ ~ ~ 1 S.f % ~ ~ f A ~ ~ & & e & ) ^ ^ ^ - ) - ) ) > > ^ q > > > > 9 4 : : : 9 , : < 9 > ' r ^ ^ r > 9 9 , 6 < 5 6 < z : z < 4 6 w : d - ^ ; ; ^ ^ ) ) $.^ ^ ^ ) ) ) ) = + * % ~ b b $ b # ~ @ ] = = = = a = - ) - > ^ ) ^ ^ = = = ) = = & = + = = = = ) = = = ) $.- ) = = = = & = & = & = - ) ^ ) d r > r 9 9 9 9 q : r > $.: : > 9 r z z < z q 9 : < z < 9 r 9 > < , : : z r q ' - ' d ) ) & ~ ~ f % & % $ f ~ ~ . g f ~ ~ % e @ ] ] % % $ % e & = ~ ~ @ / / = ) ~ ~ % a = a ", "< < < : : ^ > ^ ) ) ( ) - = % $ % & & a = ] a ) ) & = = ) ) _ ' _ ( ^ ^ / / = / O : / > _ _ - ^ ) O = = s e a ] % a & s a & ) ) / / / = = % % $ % a a a $ % = & = $ a & & a s a O ^ > - / ) ' ' ( ) / = = = ) ) - O = = = = a ~ o # | ~ ~ o ~ # b | 1 # { # % & & = + = = % * { ~ { g = + = $ & = = f * + = & = & & = = a ) - ^ > _ > : > : b.^ - ^ ^ ) ) ^ ^ ) = & ) / ) ) ) ^ - ' q ^ ' ^ > M ^ ' q q : 9 - > > ) = e & % # . . 0 g | $ f @ p o ~ g ~ @ ~ ~ e % e % @ $ g b ~ % = ) ) ) = ) ) ) ) ( ^ ^ > ) z 4 , < ^ < : < < > > : : : : : > > > ", "# # # } } } } } T } # # c . ~ ~ ~ [ [ b @ = & = ) = ) ) = = = - = & = ) & % % e % ~ # . % o . g % & & z.e e ] $ & % g o b P s & ] % z.& = & & = ) ) ) = = = = ) ^ ^ r , , , G 6 5 L 3 5 3 6 2 4 #.7 z < < , q : 9 , , 9 = ) = = = = ) ) = ) = = = = = % = & & $ = ) ) ^ ^ ^ ^ ) ) = ) = ) + = f % % & = $ @ ~ ~ ~ = - ^ r ; - ) ) ) ! ) ^ ^ - ^ 8 , z : > > q > ^ r > = = = ) ) = = & = = + = & = - r 2 < 4 < 2 q ^ > q 9 ^ d d d ^ ' ) r ' ' ^ ) ^ 9 - ^ > ^ d d > : : z : 9 > M #.> ' r ' ^ ) ^ = / ) ) ( ) ^ ^ > : M ) ' ^ ) ] ~ ~ # m } i k m k ", ": : > > ) > > ) ) > ) ) ) > ) ^ ^ ^ ^ - ^ ) ^ = A ~ % @ = & % f g ~ # [ . ~ % @ g # p ~ ~ [ [ [ [ g c # # % b P o ~ ] % % P z.@ f ~ P . # f $ $ % $ $ $ % % & % & = % % a = - ) = = - > r > - - ' ^ = - = - ! ^ ^ = & = = & & = $ ) & = & $ % % $ % g . # % % % & & & = & = = ) ) = ) = ) ) ) ) ) ) d = ^ = = ) ^ = = = & & ) ) ) = = ) ^ ) ) = = = = & & ) = = e = e = = & & & % @ % f f @ f ~ % % e = & e @ e ~ % % ~ f f % % f % @ & = = = = & $ f ~ % ~ $ % f = ) ^ ' > z z < 6 J : q > ' ^ ' d ^ ^ > ) > : < 6 5 ,.E 6 6 9 < < 4 : > > q : : ^ ", "& & & = & ~ # # # . ~ ~ ~ & + ) ) - ^ ) ) = = & ) ) - ^ - ^ > - ) ) ^ - ^ 9 < > ^ > > ' _ > ' > r ) ^ ^ g.9 : : N , < z < N 6 .z > g.z : z ^ ^ ' - ) ) & = = = = = - - = = ^ - - $.) ) = ) = ) = = = = = e = + = = & & & e & = & = = = e = = % % & = & e = = = ) = ) ) ) ^ ^ ' ^ ) ) ) ) = = ) = & $ $ & = = & = = = ) d ) - = ) O ^ ' r > 9 r ^ ^ ^ ) = & & = - ) r ^ d ) d > ' 9 q ' ) > ' : q r q : : < z , < < 9 q > ) ) ^ & & % @ e & $ ) & ) d ) d ) ) ) = & = ) - - = = ) ) d = ) = & f ~ p } c # [ # # ~ $ f % # # # # . c c c . % # ~ # % ", "~ % % ) = ) ) ) ) ) ^ : > $.) ^ > > > : : : > ^ - > ' > ^ - $.' ^ - ^ ) ^ : : : : : z : g.9 q q ' ^ > ^ ^ ^ , z < , : J < M 9 _ ^ - O ) ) b.9 r ^ r > ' ' ' ^ > ^ ' > d ) = ) = ) ' > #.> 9 2 > ^ , 2 9 #.9 ) > 8 > - r 9 r > $.r 9 > ^ - ) ) ^ ) ! ^ ) ) ) = = - ^ ) & % & ) ) ) = ) ^ ^ ' ^ - ^ ) ) ) ' ) ) ) - ^ - - ) ) ^ - d ) ^ ) ^ q ^ ) ) ^ - = = = = & = = ) ) & ) = d = = - - d ^ d d = ) = & & % & = = & = ) ) - = ) ) ) = + ) d = & = d ^ ) + & & g g . @ g # # # # . @ % f & = ) ^ ^ - = > ^ > : > z < , < 6 < 6 6 : < : ^ ) ) % % # # ", "^ ^ = & = ) ) = & % % ~ ~ ~ % % & & = = ) - ^ ^ 9 > < < < < : < : , 9 r > $.' g.: q : ' b.) ' > 9 9 : : , 6 #.J z < < M 8 9 , z 6 6 < < : #.> 9 > $.^ r _ - ^ ^ ^ : , , , > 9 > : q q 8 9 d ^ d ' ' 9 ) ^ d ^ > 4 4 6 , : 8 : 2 q : z 9 < 4 7 < , 6 < < < 4 , < > ^ ) ) ) ) ) & @ % % % % & f & f & $ & % $ % f 1 @ ~ ~ . [ [ [ # % ~ f $ % % % % % & = ) ) > > > 9 ; > : 9 : : q ' - - ) - - ) & ) = ^ d ; w : : 9 < q , 7 q : : : 6 5 L 3 4 5 K 3 3 6 6 4 , : 9 z q #.: 9 J < J 6 z : 9 q > > : : > : r : ) = ) = ) = = ) ) ) ) ^ ^ > ) ^ ^ ) ) & ", "K 5 K 5 4 4 < 6 < < < < 4 5 5 6 6 5 5 E E E E E 5 F F @.E 5 ` ` ` E ` ,.E ..` ` X ` ` @.5 6 5 6 I.` 5 M.5 @.< 4 6 6 3 J M.5 ` < z 3 J : : : > ^ ^ r ^ r ^ ^ ^ ^ ) - - r d ^ ^ d ) ) - ^ - ) d ^ > d 9 ^ > : > d ' > ) > 9 < : < z x 6 J 5 < 6 G , < 9 r > r = ^ = ) ) ) ) ) ^ < < : > : > : > : : : : z 6 5 4 < 4 6 G J < , z q : : z : : : : z : > 9 r > r d d d ^ r ^ : : #.z : q r > ^ r ^ ^ ) ) - d ) d r > ' r ^ 8 : : : 9 > < < 7 < , J 6 6 X E X F >.=.*.5 *.Y ` @.E 5 ` J ` @.6 < z z : 9 ; ) ^ ) ) = ) - > ) ; ; : : 9 : > : 7 > : : : 3 5 ", "E E F Y F {.=.=.).!.!.=.Y <.*.E 5 6 5 6 E 6 E X ^.G ` 6 6 3 6 6 : 9 : r ' > ) - ) ) = ) = = $ @ # g # % f ~ % g p [ c | [ [ } [ [ m } j j n } } } } } [ } m } } } m } [ [ @ . # # g # # | g @ . [ c g o # ~ % & & = ) ) - = ) = & = ) = = = = = % ~ c p # # [ [ [ # # # ~ & & = & = & = = = = ) ) ) d ) = = = = = & % % $ = & & ) ) = = = = ) ) d - ' ^ d = = = ) & & = = & = % ~ ~ @ @ @ e e f % ~ f f e = & = = = & & f e % ~ g ~ u % & & v % e $ = & ~ f ~ % ~ # # [ @ f f ~ ~ @ % e ~ % f % $ & @ & e ) = = ) ) ) ) ^ ^ ^ > > , < J < 6 6 E E E ", "& & % & & & = = ~ ~ ~ & f % & & ) > > ' 2 y > , , ' : 7 < 4 4 6 5 5 X @.z 3 6 L 7 L , z , f., < : ' r : , , < G X K @.3 3 3 G 3 4 : - ^ ' w ^ ^ > ^ > ^ ^ ^ - ) ) = ^ - ) ' ^ ^ q , z z ' > J < 9 : q ' ^ ^ - ^ d ^ > > r 9 > d ' ^ > > 9 > ^ ^ - = & = = = ) = ) ) ^ : 8 > ) ) ) = = & & & = % ~ f % . . g p [ p p [ } } [ c # $ & $ & & = ) = = & & v $ g . { [ } # # c # # # . . . 1 ~ & & * & & & & $ & A % % = @ f u @ f @ ~ . [ } [ [ [ m [ p # f . # + ~ . # # t } } } } [ g # ~ A ~ ~ * % & & = = = = e & & = ) ) = ) ) & & ~ & % ~ # ~ # % ", "m j m j m [ # ~ . ~ + % & & = = = = ) ) ) q ^ > ) 9 : : : > , > - : : : < 9 : 9 : , < < : < 4 : z < 3 < 4 : < 6 x < f.: , < z f.< J M.4 5 J < < f.: : < , , , < .< z J J < : , 9 q 9 d = ' = ) ) ) & & = & e = . # # [ c # f ~ % e = ^ r r ^ ^ > : J 6 5 ` 6 5 5 E 3 F F F F E F X X E E 5 6 ..` E E E X X F F Y <.*.F F *.Y Z =.-.Z *.<.Y F X F E 5 5 ;.X 5 5 5 5 ` 5 E X 3 6 < < < 6 6 3 5 J < 4 4 : : : , : : < : 9 z : 9 : 9 4 < < < r : > > q ^ > - > > < , < : : 2 z z z , : 9 ) ) ) ) ) ) = = = ) = ) = = ) ) = & & % $ # . t # # # # } j m ", "E : 6 : : < > > r > : < < < > : < : , < < < ' > 4 4 , < , , z : < : < < 9 < z < 2 < , > 9 r 9 r > z z 4 6 4 , > > 6 ` 3 ` 5 6 J : : , , , q ' ^ ) ) = = = = = ) - - > r q 9 9 9 ' : > : 9 ' > > : 9 z z < , : : q > > ^ d > ^ q r ) - ^ $.d ' > ) - d ' ^ ' ^ = & = - ) ! ) ) ) ) ^ ^ ) ) = = = = = = ) ) - d ) ' ) ! d & & = ) = ) ) ) ^ = d ^ = & = & $ = = = - = ) = $ = % + ) & $ f & % $ = = = % % = e * * % & = = & & % # . p [ [ } } [ c } } } } } [ } j ].j T.m T } T # ~ ~ % = & & ) ) ) ) - 9 #.9 z , < < : : < < : 6 J < 6 6 < 6 6 E 5 E ", "j m } } } } } [ # # # # # ~ ~ & ) ) ! ^ < > ^ ' ^ 9 - d ^ - ) d ^ q : ' 9 > ^ - ' - ^ = = / ) d ^ _ ) ) ' ' ^ - = ) = = ) ) = f = e e & & & % & = % % & g c t [ [ { { g ~ f f % % e & f v $ % % = & & ) ) d ) ^ ^ ) - r ' > r q r 9 q ^ q > > 2 9 ^ : #.> ' ^ ' - = * * & & % % $ e $ = ) = - = ) > ' - - ) = - d $.) ^ ) = $ % % & & $ % * ~ % f e $ - ) - - - - - ) = ! ! ^ ' ' ) = = = + = = = = ) = = & = = r ' : z < < J 4 > ' 9 : 9 : > ) = ) = & = ) ) & - ) ) ) ) ) ) ) > ^ ^ = = ) = ) $ & = = & & & = $ ~ = . u 1 . ~ & = % ~ # } } } m j ", "' ' ^ ) = = = = = ) ) ) > ^ ^ > > > ' > : 4 6 > : > > ' - ; - ^ ^ > ' ! > r d = + = = ! = ) & A # . p . ~ # * % * % $ # # # # [ } } . c [ } } } [ # . ~ % & f % % & & $ @ $ % % ] ~ . # @ % & e $ = & & = v & = & = $ = & ^ ) = = ^ ^ r > , 8 : : : ^ ^ ^ ^ + ' ^ ; ; ! ) > > : < 6 4 4 : : > 9 > ' > 9 4 q 8 ' ; d - ) ; 8 #.y #.> : : : < 3 6 ` 6 < , 4 < : : , < 6 < : > w w r w > z J 9 > > ' ' > , 4 ` 5 5 3 ` 3 G 5 @.5 G 6 6 z : z : z : z < z < 6 4 6 3 3 3 3 ` L < 7 < z : 2 , q : : > ) ) = = ) = = = = $ = $ % e ) ) > > > : : : ) ) ' > ", "E E E 3 5 E 5 G 5 5 ` X X X ` X ~.` X 3 X 6 E ` ` X ` ` ` 3 3 3 X ;.E X F *.` F E F E E X ` 7 K X ` X E ` 5 5 @.` 3 3 4 6 3 : 9 9 ! ^ ^ ^ , : ! ^ - - = ) ) ) ) ) - 8 9 > ^ ^ 9 - - > - ^ ( d ) - ' 9 d ) ) = ' ^ - - ; ' 9 ^ 9 - ) ^ ) ) d ^ ^ ^ ^ = & * = = = 1 $ 1 $ # ~ % % % + + + + = = = + $ + + = $ = = @ = $ = = & & + - = ; ! - ! ' 8 ' ; > ' > ' 2 2 8 > 9 q : ' < , < < < : : 7 4 4 9 2 6 4 < : 4 4 < , 4 3 E X ,.*.5 5 3 @.5 ~.3 3 ` 3 ` E G ` X @.X ` 3 X 3 5 3 5 4 z 2 y 4 8 q y : 4 < q > 9 > 9 > 3 ` F F F F Z Y Y Y =.).=.Y Z E E ", "=.-.-.=.-.=.Z Y E Z Z F X 5 ~.*.6 : < 6 4 : y 9 > ^ y < > ^ ' ^ > < 9 2 z 6 6 ` E E <.;.F F <.X @.X @.E @.` @.E X E X F *.X Z -.).=.{.).).{.=.*.*.*.-.}.X E E ` ` 3 5 3 5 3 3 : : : < 6 3 6 6 3 G 4 6 6 5 J 4 , : : , , , , w ' #.^ > 9 , z < 6 < , 4 4 7 : < 7 : ' , ^ > > > , ' > ^ ^ ^ ' > : 9 9 ' : < 4 ' > r 9 q > 4 > w ' ^ ^ ^ > ' r ' > r ' 9 9 z q > 7 < J 3 > > > > r ^ < ^ ^ d ^ ' - ^ r r > < : < , : z , : 4 4 z < q > > - ) ) ^ ) = - ) ) = & = @ ~ = * ~ ~ ~ @ ~ $ f & ~ & = ) = = = = = ' , ' #.7 K 4 3 ` ` X X X Z {.3.Y !.=.=.=.=.", "= = ) & & - = = = & & # ~ * . [ [ [ # 1 . # ~ 1 c . # % $ * % = = ) ) = = = = ) = & = ~ = & - ) - $.^ = - ) - r - - ^ : 9 3 3 3 3 5 E E ` 3 3 3 3 6 4 3 y : 9 9 z 7 2 2 r : , 9 : 2 , 8 w - ' = & ) ) = ) ! ' = ) ) ) ! ) - > ' 9 r , > 9 : : 2 M : : 4 7 : K 3 K K K K X X *.F Y F Y Y Y -.F Y X X X *.X *.*.` ` ` ` ~.` ~.` ` ` X X *.a.*.*.Y *.Y Z F F *.X X X ^./.` ~.3 4 , 9 9 9 2 7 , , , , , , < , , , 8 8 9 4 9 ' 8 #.9 - ) ! = g @ @ * # @ ~ @ @ = @ + = + - ) ' = ) ^ > ; 8 9 ^ ^ ^ 9 - d ) d ; - ^ ^ ^ > 6 : < 6 < < J 6 3 3 < < q > > ) ", "% $ = e # $ # $ @ = @ + & + ) = - & & = ) ^ ) = ^ ' ^ > ^ ) ) & = e = ) = = ^ ^ ) ) ^ ^ d 9 ^ ^ q L E 3 ` F E Y Y Y <.*.>.Y =.=.{.8.9.Y <.).=.=.=.Z F Y Y =.=.!.).=.-.6.=.>._.8.-.-.6.a.X *.*.X X ;.;.` E X ` X ` 6 6 3 G ~.3 3 6 6 6 : : : , > > : 9 > ^ > ^ ) ^ > , , , , > ) > 7 7 7 < , 7 z < 4 < < 5 4 3 3 3 @.3 6 : y < K K K 6 < > : 7 7 7 %.4 6 : : : , 6 5 6 6 6 G E K < J , < 7 7 7 J < , : ; w ' - > > ) > ' ^ > - $.^ d ' q ; $.) ^ ) ^ ^ ) d ' = = ^ ) ^ - - ' 9 #.8 4 : 2 : 7 : 4 < 2 7 4 4 3 4 3 4 3 ` 5 X 7 4 7 ` 3 4 K 7 7 : : 8 - ", "; ) = ) ; ) ^ ) ^ - ! ) > : : 9 < 4 4 7 4 ` X X ` <._.{.!.Y *.*.;.E 5 X F 3 ` 3 F *.F ;.F E E X E ` 3 X @.*.F E X 5 ` @.E X X ` E ` E E X ` 6 y , : : < L 4 : z , < : 4 , > > > ' ! ) ^ ) - > ' > ! > ' ) ^ ^ 8 8 ^ = = - = = ! = = = & = + % @ $ + * $ = A . [ c [ 1 c c } . . . A A 1 $ 1 + ! = = = = + $ $ $ + % $ A @ { . * . . # @ @ @ * @ $ = = = ; ; 8 : ' ' ; ; ' ' ' ' > ^ ) ) ^ = = ) - - ' 8 8 > 4 6 K K 3 K ` 3 ` X *.~.K ~.4 , y : < : < 9 ) ) ! = = = = + ) = = = ) ) ) ' : 9 2 q 9 > 9 2 2 4 < 4 > ^ ' 8 ; : : ) ^ > > > ^ ^ > ^ > : ", "3 : : , < < < , = ) - ^ ' ' ' , : , ' 9 ^ 9 - ^ 8 ) - = & & * & & & = = & = * v = & = & & v & % ~ * ~ { # @ $ @ # g [ Q.u @ ~ $ ) - > 8 8 q ' : < < 9 : 8 ; > ^ = = = + ' = = - = + + = & = $.) - ' = ^ ; ; r > < : 8 ^ ) ! - 4.) - - = 9 > : , 4 6 3 6 3 5 ` 3 ` ` 6 6 X X *.5 Z Z X Z -.).2.=.!.{.8.2._.-.3.<.F Y X *.Z *.*.X ,.&.F *.^.F X E Y -.8.U.Z =.Y Z Z =.).8.Y *.*.*.*.*.*.X X ^.` ~.3 3 4 < < ` X ` ~.3 ~.3 3 K '.X 3 3 ~.K [.K 4 4 , ^ , , 2 9 , , , > K 3 3 4 4 4 > : > < , ' < 2 w ; > ' = ) ' ' 9 2 , : 3 6 ~.~.4 ~.*.X X X X ~.~.~.", "~ ~ ~ $ % ~ ~ & @ ~ $ % + e & = = = = = = = = + = + = = = = ' ) ) ' 9 > ' > ^ ^ > ' ^ r 9 w ' r 8 ^ 8 ^ r ' ^ ^ > ^ , > > , > ' ^ > ^ ^ ) d - ^ d ^ ' ^ ^ d $.) - ' ' ) ^ d d = = ) = = = ) = $ = ) ) = = = = = = = ) - d & = = & = = ; ; - ' $.- = ) & = = + $ = = ' ) ) ) > > ^ - , , 4 9 ' ) ! > 8 ' d ' ' ' ' d ! - - ) = - ! ) ) ) = = ) = = = ! - - ) ; ! = - ! & = = & = & * * = + ) ) = = = % & e % = = ! = ) = ! - ! ! = = = ^ ) ) - - ) ) ) ! ! ) ; = = = ) $ = = & = = & % $ & & & & & 0.% & % $ % % ~ 1 = ~ % 1 ~ * # ~ % ~ ~ b * ~ ~ ~ ", "% a % % a & & & & & = & & = = = = ) ) ) = ^ ) ) ^ ) - d d ! ) ^ ) ) ^ ) ) d ) ; - ) ^ ) d - ) ; ! ) - ) - d - ) - ^ - ^ ^ r d ) ^ ' ^ ^ ' > ) > 9 > ' ^ w 9 > 9 - r ' > #.> 9 8 < : : : 4 < , J 3 6 < < , < : q : : r > > ) ! - r q ^ ^ ) - = = & = @ ~ = & @ ] P e @ v % % % a g g % O O / ) e & = ) / / = = = = / = = = ^ ) ) ) ! = & / & & = & & e P ~ @ ~ A # ~ f ~ ~ % e & & & = ) & ) = = ^ ' ' ) ^ > r ' > : > z 9 > 9 : < 6 6 < 9 J : > q > > > ' r ^ _ ( ^ ) ) = = ) = & e & = / ) = = = = = ) = & ) ' / ) ) = = = = = = = ) & & % & & % % ", "= ) ) ) ) = = ) ) = - ^ = ) = / = ) = ) = = = = & & & = & % ] E.@ ] ~ ~ # # # . % $ & = $ a % s % % f & & & a = ) d ) ) ^ - ^ b.> > > 9 > : 9 : < > f.< > b.^ ' ^ ) d $.) = ) d & e & % a = + ) = ) ) ^ d - d b.^ r > > ' ^ ) ^ - ) = ' > > r > ' _ q 9 : M : > : ' < 6 < 6 ^ : > : 9 ' > > , g.> q > > q : : : : q ^ ^ - - - ( ' - = = = & = = ) = = & = ) & a = & = ) a & ] ] $ P P f % ] @ % s $ ~ ~ . # # . # # g b ~ . ~ . h V.c @ % @ % P ~ % ~ # ~ . ~ P @ % % & = a @ a & e % % s = & & = & = = a & = = = = = ) ) = = ) = = ) & & & = ) = = ", "# # # ~ # ~ ~ % % = & % = % = % % % * $ % ~ $ e @ ~ f * + % f ~ % ~ f & & 1 @ ~ e & = ) = = & = ) ) ) - ^ > ^ ^ d ) d ) ) ) = ) = = = = = & & = @ $ ~ % f * & + = = & & f $ $ & = % e - = = = = ) = = ) - ) = = = $ = = ) d ^ b.' r ' _ > r ^ > > 9 > > ' _ > ' M ^ > 9 : : _ = ^ d ) ] ~ @ ~ [ c | | g o & & % g % @ A % ~ f % f ~ $ e $ + % f = = = = ) - ^ ^ r ; ) = ) = = = ) = & = & $ ~ ~ f % ~ g % @ g ~ ~ # ~ c ~ g @ % ~ ~ % s ~ % . % # % ~ @ f % % e = e & = ) ) ) ) ^ - ) & e % % ~ @ ~ ~ # # ~ ~ ~ g # g # # # # g # # # # # [ [ [ [ [ ", "& & % ~ # g # ~ ~ + ~ % @ ~ # ~ % * % % g ~ @ ~ ~ ~ ~ ~ ~ ~ . b ~ @ ~ % ~ ~ ~ % . % ~ f f @ { % ~ % % ~ $ % & & = = & = % % & & & = % & $ % $ & e * & & = & & = = = = e = & & & + e = $ * ~ % & $ % & & $ $ e & % = & $ = - ' > > < < 6 6 4 : z , > q : : 9 : : ^ , : 6 5 E F F 6 6 : 6 4 J q r ' ' > ' ^ ' d = - & ) = = & = = + + ) % e $ @ % % % % % % @ & & & e & % $ % % ~ ~ ~ e % % f & % % % @ ~ f ~ b @ g # @ g % $ % = = = = ^ ) ^ = = & = = = ) = = = = ) = ) ) - > > - ^ = ) ) = = = & = = & @ = & & & & & = e & & % $ ~ & ~ ~ & & & & & ", "~ ~ ~ % % = & % = ) & & & = & = ) ) ) = ) ) ) ^ ) - ) d ) ) = ^ ^ ^ ) ' d ^ ^ ^ ^ 9 ^ ) ) d > r ^ ) ^ ) ) ) = & = & & = e & $ * % % % f % & % @ $ = ) ) ) - ^ ; 8 w ' ' ' ^ z , 4 : > ' ) & = - ) = d ' : , , r ' ' q 9 9 > ^ q > ' ' ^ > > > r > ^ ) = & @ ~ % . ~ ~ % & % e # # # ~ ~ # . ~ % = & & & = = = = = = & = & = = = = ) ) - ^ r ) - - ) ) - = ' d d r d - > d ) ) ) = = = & @ ~ * @ f % e ~ % f % ~ % & = = % & = ) ) & = & = = % $ & $ e % ~ # c ~ [ # @ ~ % ~ ~ ~ ~ . ~ ~ g ~ ~ g ~ ~ 1 u f @ % @ % ~ ~ # ~ # ~ # [ # # # % % ~ & % % ", "= - & & = = = = = = ) = = = % & = = ) ) = ) ) = = = = % % & $ ~ A = & ) = & = ) = & & & % g ~ @ = $ ~ % & = & % % % & = = = ) = - ! ^ ) - ' - - ^ = ^ ) ^ > - ' ' - - ^ ; ' ' ' ' > ^ ^ ) - - ' ) - ! ^ 9 < : > ^ > ' ) ) ^ ) = ) ) = ) d ) ) ^ ' : > 9 > r , q 4 < : 6 6 6 6 G < J , ' : > ^ - ^ & & e e & = = d ) d ' ^ ^ ^ ^ ' ^ ) ) ) ^ ' - ' ^ r ) d ! ) = = & = = e = = & & % = = + & = ^ ) ) ) = d ) = = $ ~ ~ @ f @ f ~ % ~ % ~ ~ ~ ~ % & ) ^ ) - ) ) - > ^ - r : > > , ^ : > ) ^ - ^ ) = % % % ~ % % % & & = & = & = = d ) & = = & = = = = ", ") ) ) ) ) ' > 9 ^ ^ 8 ) ' > ) ) = ^ - ) ^ ^ ) = + ) ; - ) ^ ; - - ) ) ) ) ) ) = = = = = ) = ) ) = = & = = = & - = = = - & + = - = ! = - ! = = = = ) ^ = - ) - - - ) ) - ^ ' ^ ^ _ 8 > , , , , , , 4 6 K , 3 5 3 3 , 4 : z #.< , , : < < J 6 4 : : > > : : : q ' 9 ) ) ) = = = = ) ) & ) - - d = = & e e @ & = & v = ) = = $ % e @ f % % @ @ @ ~ & & $ % = = ^ - - ) ^ ^ w ^ ' r 9 d ) ^ ) 9 , 9 : : : : 9 8 : > > ^ ^ $.r ^ d - d > r , < 9 r ' ^ ) ^ ^ ^ ' ; ) ' & = ) e $ & & = = & = ) = - = ) d & = = ^ ) = = ) ^ d ) = & & % % ~ % % % ~ & & = ", "6 6 6 < 5 6 6 6 < 3 3 3 5 3 5 5 3 K 4 3 3 3 6 6 6 6 5 E E F X 5 5 5 5 3 G 6 < 4 J ` 6 : < < : ' , > q > : ' ^ 8 - ^ - ) d - = ) = & v % $ A * ~ @ * = & & % & % % + = = = - ' ) ^ ; ' ^ > > 8 > > < < 6 ~.@.5 E E X ` 3 E E ` 6 3 3 ^.G 3 ` 6 < , < , 9 9 ^ 9 ) ^ = - ) > ) ; $.: : 9 , : y K z < < < 6 < 4 z #.: > > > 9 9 > > ' ' > q r ^ ; - ^ > q - ' ^ > ' ^ q : : : 9 > : z 6 6 < 6 ` 6 3 5 5 5 E Y Y Y =.-.).=.;.Z =.E F 5 ` @.6 E 6 3 J : > ' ^ - ^ ' ) = = ) = ^ & = - ; ) ) ^ d > 2 ^ d ) ) 9 < #.: 2 < 2 ^ ^ : > : q < : < 6 4 6 6 6 6 6 ", "6 5 E ` 6 3 6 6 4 6 6 : < : > ^ > ) ) = = - - = = & @ . t [ # # c # # } [ } } m m m m } m } m m } [ [ ~ ~ % & & = ) d ^ ' ) > > : ' ^ d ' ^ ! ^ $.- ) = = + $ = = = = = = @ + @ g $ $ & $ % % $ $ = = ) - ^ ' = - = & e % % @ & $ & * $ % $ $ & $ @ % $ % % $ % = & & = ) = = ^ ^ ^ r ^ ^ > q : > : q z z : : , z q 4 , > 9 4 4 : > r - d ) = = ) - = ) = = = ) ^ - ^ ) ) = = * % @ % % ~ ~ ~ ~ ~ f % ~ # g @ [ # [ # [ } m m [ [ [ } [ c [ [ } [ [ } [ [ [ c [ ~ # g ~ & ~ # & = = = = & = ^ > > r > , : < z : : , X E 5 F Y Y Y 5 ;.E 6 < < 6 6 6 ", "; ) ' ' - ^ > > , 8 4 6 < 6 4 , 4 < 2 : 2 ^ ' ^ ) ' > ) = = ) ) = ) > ' = d ! = + = = = + % ~ 1 1 ~ ~ % f @ 1 1 g # @ # % ~ v $ f % . + @ = @ $ 1 . @ g * * . $ = = ! = = = = = = = e = = % A A u 1 c ~ = $ + & & + $ ~ $ $ e.@ 1 @ A f $ % $ = v $ & = = = ) ) = = & & & - ) ) ) ) ) = & % & % % f f . f % % @ g @ g c.[ [ } } c # [ p [ # { ~ % & + = = - = ) - & ) & = $ % = $ ~ % % # (.# } [ [ [ } # [ c [ } 1 [ [ [ [ } } } m } } # } # # # # # ~ ~ % % $ % e . % % % = & = ) ) % $ ~ % % . ~ ~ ~ & & % & & = % & = ~ % ~ % # % % ~ = ) ) ) ) ", "^ ) ) ) ) ^ ^ 8 ) ^ ) = = ) ^ - ) ) ) ) ^ - ^ ) ^ ^ ) = = ; = = & = ^ > ^ = = ) = = = = = ) & = = & = & % % % & = & = = & = & & & e a $ % ] % ~ % & % % % % f $ & e $ & = & & = + % + ) - = ^ > ^ ' d 9 ^ - d ^ ' > > : : , , y , 4 J 4 < < > ' > ' - ^ ) ) - ) ! ) ) ) ) ) ) = = = ) = ) ) d ^ q > r - d d ) ^ ^ > > : : z : 4 < : : , : , < < 6 4 4 4 6 6 : z z : , : 6 < : 9 q > > > 6 6 6 6 > : > ^ 2 - ^ d ; d > : : 9 : 8 9 q > > d ) ) = = ) ) = = = = & + = e = = = ) f e ~ @ . ~ 1 ~ # ~ ~ # } } } } [ } [ ~ ~ ~ [ ~ # # ~ ] % * % & & = = ", ": > : , 4 3 4 , , > > , > : z > < < : 2 , < : 8 ^ - ) ! ^ ^ ' 9 : ! ) = d > 9 9 ' 9 > ; 4.; ) ) ) - & & ) - ) = ) & & ) $ & % % f ] % = a % s = & & = = ) / = - = = = = / ) & = & & % ] ] ~ o g g # b ~ . # g b % % % 0 ~ ~ f % * # p 0 0 g @ @ b @ % e $ s / ) ) ^ 9 < < < : 9 > ' : > r > > ^ > q : q , q ' 9 ^ ^ > r d d ^ r ' ^ ^ ; ' - ) ^ - ' ' - - - ) - & $ + & = ^ ) = = % @ % % A # c # # @ [ # } [ # # [ } } } m } t [ { ~ & = = ) = ) ^ d ! ^ r , : : #.> > > > 9 : > : 6 < z : : > : , J 6 K 6 > < > > : ^ ^ ^ ' : 4 : : > 2 : : : 4 7 ", "^ ^ > > q > > > > > ^ 9 < < , , ' > > > ^ > W.' q 6 3 6 3 6 ` X 6 6 < < L K < < < : > < , : > > 9 ^ ) ) ^ ^ ^ ) ) - = = = e % % % @ ~ % % # % ~ ~ % % * ~ @ ~ % * % ~ e ~ ~ ~ f ~ ~ % @ ~ % * % % % g f % % . # A @ @ & % @ @ @ & & & - d = & + = & & $ & & = = = = = e ~ $ ~ ~ A @ % = = % % . c . [ c c # g . ~ % @ 1 @ ~ % * * = = = & $ = = & ) & & + * $ e ~ ~ ~ e & = ) ) ^ = ) = * & & = = & $ % % ~ % @ & = & - = = = = ) - ! > ' ^ ^ - ^ ! ) = ) ^ ) ) ) ) - = & = = & & $ = ) ) = = @ @ . # # c # p # . # # t # ~ & % # ~ # % % ) ) ! ) > ", "' ^ - ) ) = ) & ) - ) ) ^ ) ! ) ) ^ ) ) ) ) 8 9 2 ^ ' ) > ^ - - - ; ' ' - 8 ! ) ) $.= = + $.= = & = ^ - ) ) ! - - ) ) ^ 9 8 8 > > ) ) ) & = & & & + & % = + % % % % % = ~ % % @ ~ . # % # c . ~ ~ $ % % $ ~ & & & & = = = = & % % % & & & & = & = = = % $ & % & e $ = + $ & $ ~ ~ = & ) ) ^ ' r > - ^ 9 d - - = = = = ) = ) - ^ ) ) d ) ! ^ 9 : ^ ^ ^ ^ ! ^ ^ ' 9 ' ^ 9 > > > : > < , > , w 8 ^ ' > 9 > > > > : > , > > , #., 9 ^ 9 ^ > ^ ; ^ 9 ^ ^ ) = = = = = = & + * @ % ~ g # % $ = ) ) ) & & & * $ % $ % % % ~ ~ ~ # # ~ % % = & - = = ) = ) ) ", "^ ^ ^ 8 : , : 4 : : < 7 E 5 5 E E F F Y F a.=.}.=.Y Z Z Z Y Z ).=.=.=.Y Z Y Y ).{.).{.Y *.Y }.E /./.^.E 6 < q : 9 - ) ) ) ) ) ) ) = & % & $ % & $ = = & & = % & % ! ) - = - ^ ^ > ^ ' ) ^ ) ^ ) 9 ^ > ^ 8 > #.' > : 6 , : 9 < < , < : 9 9 9 ' > w r w ' 9 q q > ' > > > ` X X E '.3 4 z 9 q > #.^ ^ - ) ) d ) ) = ) ! + = = ) ! ! - ) ^ > ^ > > ; 8 > ' 2 4 2 , 2 4 4 4 4 : < < ` , 5 < 6 z 3 ` 6 ` ` 3 ~.3 6 5 5 3 3 ~.K 3 ` 3 3 3 ` 3 < 4 4 , 9 8 , ^ 9 : 8 ^ ^ ^ ) - - - ' ^ ) ' ) ) ^ ^ ^ : > ^ 9 ^ ) ) ) ! - ; ^ ! ^ ' > > > 9 9 ' ! ! ! ! - ) ", "4 4 K 6 K 6 6 6 < K 6 3 6 ~.6 5 *.5 X E ;.F Y Y -.Z *.X /.F X 5 6 K 6 < , 6 3 3 < < 6 < < 3 , ^ ^ ' - = = - & - = = + = = = % % = & % e & % ~ P % . o ~ . ~ ~ ~ ~ $ & e & & & = % $ % % % ~ ~ ~ f f % & ) = = ) ) = & + = & % f e & & & & ) & = = = = - = = ) ' ' - 8 7 3 3 ` ` ` X 3 6 5 ~.5 < 6 , : ' > 9 ^ : ' ' 8 9 q , > > 9 , 9 9 4 9 , 9 9 , q 9 8 8 > > > > > > > ' ^ - ' = ; ) = = = ) & = = & = = ^ ' ) ) = ) ) = = ) ! = ) = = ) ! ^ ^ ) ( ^ = ) ^ ^ ^ ; ' ^ > 9 > > > ^ 9 ^ : 4 6 : < < < < 6 6 K ` 5 ` ` ` 5 E Z Z -.*.` X E 6 < 3 6 4 ", "{ { ~ ~ ~ . ~ e.% ~ @ * # { # @ @ # # ~ # @ # { # @ & - $.> ; ; - ) > > ^ > 8 ; ' ) a & & = / / = = = & = = & & ) ) ) - = ) = = ) $ & & = = + = ) = = ) = = = = ) ) ) ^ - ( ( = / = ) = ) / / / ) = ) a & $ & = & & + & / ! ) ) = ) - = ) = - ) ) ) ^ ) ) d d ' r > r > : 6 4 6 6 6 6 6 3 K ` 6 G 4 6 6 4 ` J '., , 4 4 , 4 : : , , 7 , , 9 9 7 4 , , 4 , 7 7 : , , ! ) ; 9 9 ' ' 9 9 ) , , ' ) ) ) = = = ) = % - - = & = = = ) = = - ' ' ^ , , 2 , , 9 3 7 , 4 4 2 2 , , > > > 2 > > ' ^ 9 ) ^ ) ) ) ) ) - ( ^ ) = = ) ! & = & @ ~ * % . # % $ 1 1 ", "' ^ ) 9 9 > > > ^ ^ ) ) - - - - - ^ ^ = ; ( ' 9 9 9 ) > , , , 4 : : : : > > : 4 > : < K : 4 > > : < < 2 4 : , : > : ^ ) ) ) ) = = & % e & & = % + ^ = = ) ^ = ) ) ) ) ) - = = = = % $ # % & & % $ % = = & & & = ) = = & & = = ) ) = = = = ) ^ ^ ^ ^ ^ ^ = ) ^ ' > > < 4 ` X 3 4 9 8 ^ > 9 ' w $.' 9 #.8 8 ; > ' ' - ) - > ; ^ - ) > ' 9 9 ; ^ 8 ; 8 ^ > - = $ $ & . = & & * 1 @ 1 # . [ [ # ~ + ~ % & ) ^ ) + & = - ' > > r 9 > , : , : q : 4 7 K 3 ~.3 6 K 3 3 3 3 ` ` ` 3 4 4 9 ; 9 4 4 , 3 3 4 9 4 4 4 , 9 9 : , < 9 9 , 9 , 2 : 2 4 4 4 9 9 9 ' ", "= ) ) ^ ) ) ) ! = ) 9 ) ^ ^ : : 4 q 9 _ _ : : : > ) ) ) ) - = = = = = = = ) ) ) = = ) ^ ; ) ) = = = ( ^ ^ > > > ^ d ^ ; ) ) ! ) ) ; ' ) - ) ) ) ) % + + % + % % ~ % @ # # ~ . 1 ~ ~ # # [ [ } } } } [ } m [ [ } } } m } m m m n m j } n m m } [ [ [ [ [ c # { A % = ) d ^ 8 - = = = = & $ % & @ $ = = + - + = ! = ) ) ) ) ^ - - = = ' ; - ; ! ^ ; ' 8 ; , , 4 4 2 4 : , 2 4 ^ ) - ; ; ! = ' ' ; - - ' ' ' ; ' = = - - = $ = & & = & = = = & & ) - ) ^ 8 w ; ) ^ ) ^ - = $ $ = 1 & + ~ # { { { } } T T } m } m m m j j m } # { ~ # & & + & & + * ~ * ", "4 4 < 3 5 6 3 3 3 4 4 4 6 ` 5 5 Z E E F Y =.Y Y Y Y Y Y Y 5 *.=.Y Y -.-.=.Y X Y Y Y Y =.=.=.Z 5 3 3 3 3 3 ` 6 6 < 4 ' - ) = & = & = = = = = = & & & ) ) = = ) ) = ) - = ) ) ' ' ( ) ^ ^ ) ) ^ ^ ) ) - ^ ) > > > ' > : : ' : > ) ) ) = ) ^ ) - ) = ^ ) ) = = ! = = = ) ^ 2 , q 4 4 7 7 : 6 6 ` 6 X X 6 ~.*.*.Y ` 5 6 6 3 > - 9 ) ) ) = = & = & = + & = ~ = % ~ $ = = = = ~ = $ = = & % # = = = ) ) ) - ) - = ) ^ ^ 8 : 4 4 4 > ' 9 ) 9 9 , > ^ ) _ : > : ^ > > 8 2 , 9 4 K 3 2 3 : : K 4 > ^ ; ^ > ; ^ : 7 : 7 6 < 3 4 4 , ^ ! 9 : , : 7 < 3 4 4 4 : ", "- / ) / ! ) , , ^ 9 , , 7 4 4 3 3 3 3 3 7 3 7 7 7 3 4 4 > 4 > 4 3 3 : : 9 9 9 ; 9 9 ^ ^ ^ ; ^ ) ) ^ d ^ ; ! ! = = = = % & ) = ) ) ) ) ) ) ) ) ) ^ ) ' = = = = ) = = ) = & ) ) = = = = & & = ) = = & ) = & % % = = a & = % = = & & & % & % # ] = & & = & ) ) = ) = d - ) - ) = - = & = = ) = ) ) ) ' 8 : 4 4 ^ ) > - ^ ! ' ) - ' = ! % 1 ~ $ 1 % @ @ $ $ { c c # ~ 1 + = = & ! - - ! - = = = = & & & % & + + = - - ! ! ^ 8 > 8 ) > ' = = = ^ ) = $ $ ~ = $ * * + = ~ $ @ ~ $ + = = = % = = + = = = ~ + = - = ! - ^ ! ^ ( ' ^ > > ^ ^ ) ; ' ) ) ) ) ) ", "- - = ) ) ' ^ > ) ) 9 > 3 3 3 3 K 6 6 3 3 3 3 4 4 4 8 8 8 7 7 > : 4 , 9 > , , 3 3 3 7 7 K 3 3 3 3 3 3 3 2 8 4 : , , ' ! ) ) ) = + & & & & % & % & = & ) ) ) ! ) ) - - ) ! ) = = - = = = & & % & & = = = = ) ! = ) ' ! ; ) ! ) ! ; ) - ) ) - ) ! ) ) ) ) ^ ^ ^ > ' ) ^ ^ 3.3., 8 9 8 9 , 8 , 9 9 ; ; ^ ) - ' 9 ' 9 9 9 9 > > > , 9 ^ ^ ^ ; 9 ; 9 ; ; - ; ^ ' ^ ' 7 K 6 3 3 3 3 X E 5 E ` ` E 5 E 5 5 5 ~.5 5 ` 6 K K 3 3 < 4 , ! ! ) - - = = = ! % 1 1 1 { . . . * . } T T [ # ~ % & & = ! = = ! = = = = + % # { # $ 1 1 $ + + ! ) = & = % = + - ) = "}; matchbox-themes-extra-0.3/expose/gtk-2.0/check1.png0000755000175000017500000000076410006170141015477 PNG  IHDR;֕JbKGD^DV pHYs  ~tIMEeV'IDATxұ0[DDWLP/{]y6 "1$a]Po-2Gr\.@$Os FyOAk֚vMEkMzn-_+ \%I3ieBa4wGq]piJXklvlS9<qHӔ1BQUJ)RռJ.)ABJc2l6T)d구d~k\, 2%5jc)%Bjcr _ZR&<u$SEXkoZz1fU=Xǿ({9,c* ,^7G{ydIENDB`matchbox-themes-extra-0.3/expose/gtk-2.0/option1.png0000755000175000017500000000032110006170141015717 PNG  IHDRځegAMA abKGD pHYs  @AtIME (ONIDATx Cv 6! 嚔~!z(5 5蒩L?*%HAAi+';OQ&4!X1t7IENDB`matchbox-themes-extra-0.3/expose/gtk-2.0/up.png0000755000175000017500000000025010006170142014754 PNG  IHDRo&bKGD pHYs CfStIME.RJ5IDATxU âtB8?*_C3l7$;l#y^7`yhiQIENDB`matchbox-themes-extra-0.3/expose/gtk-2.0/arrow_left2.png0000755000175000017500000000040310006170142016556 PNG  IHDRH-bKGD pHYs  ~tIME 3IDATxһ @FXF+*($nn0KP:>̉%N[1qKؓ "t(bͲ c #EDEDED", ", c #EEEEEE", "' c #EFEFEF", ") c #F0F0F0", ".+.@+.+++.+++###$%#%$++++++++.+...+++++######+++.........@@@@@@@..+++++#++##+#############$$%%%%%%%%%%%%%%%%$####++++.....@@@&&@&&&&@&+..++#####$#####+++...@.@@@@.@.@..........++++.....+..++.....+.....+++++#######$################%**********%%%%%%%$$######++...++++.", "#####+##+++..++#+#####+#########+#$####$$####%*%%%%######%##+++#########$#################++..+..@@@...++...@@@&@@@@@@@@@.++++++++#+#$#########$$$%%%$#$$%%%%%###$###+++#$###+#+####+.++..+.....++##+++#++.@@@@.@&&&&@&&@@@@@@.....@@..++++..+++.+++.@@...+.+...@.@..++###", "......++.#####%###$$$$%%%%%%%***%*%*%#$%%$$#$$%%$$%##$####+#++++++#+++++++++++++++.++....+..+...+.@@@@.++++.+++++++.+++#+++#+++#+++...+.....+++++++#+#+++##$$###++++++#+.++++++++#+++++++.+..+....+......+.+++++#+++.++...+..+..++++++............@@@@.@@@@@@@@@@@@@......", "######++++...+..+.++++#####+.@@@@@@@&@@@=&&====@@@&===========&&@&@@@@@.@@@@@..@@@@@@@@@@.@....@.....@.........+++++++######%%$###+++.+.+..+++++#++##+#+######+++++.@.@@&@@&&@@@@&=&@.@@@.@.@@@@...++++.++++#+#+#$$$#####+#######+###+###+##+++.+.......++..+++++#########", "@@@.@..@.....@...@......@@@...++++....+++####%$%%$$############+#+++++++.++++++++#+#######+##$##$#$##$%$###$#$+#++++++++##+#++++++++##++.+++..++++++++++#+##$$#$#$%#%#######$########$%%%%****%*%%%%%%%$$$%$$##########+++.@@.@@&&&&&@@@&&=&&@@@@@@@...@@.@..........+...@", "@&&@=&@&&@@@@@@@&@@@...@@@&&&@@...@@@@@@..@@@@@@@@@@.@@@@@@@@@.@...++++++++.+++######+++++++..+++#++#+++++...+...+......++++++++++#+######+####++++.......@@&@@@@@@@@&@@@.................+.++#++$+++++.+++++++#####$$######++++++#+#++#++##$####$#######+++.++..++..@.@@@", "+.+++++@...++..@.@@@@@@&=&=======@@@@@@..@@@...@+###$%*%%%%$%**%*****----**-*-*%%%**%%%*******%%%%*%%%$$%%%$%##++++++++#####$%%%%*%**%*%%%%%$%%$$$#$#$$$%###%%%%$$%$%%%$##$$$$%%%%%*%%**%%%$$%%%%#*%%*$%%%%$$%%%%%$$$%%%%%#$######+...+#++++.......+...+.....+...###+...++", "$%%%%%$$######+..@.++++++#++###$$%$$$###$$%#%%%$$####++#++#+###%%%%%##+......@@@..&&@&&&&@@@@@@@&@====&&@@@@@&@&===;&&@@@..++###%**->,-*%%$$#++++#+++++++#+++##%****-*-*%%%$#$%%####$$%%%$%%$%%%%%$%%%%#$%#+...&&&=&=.@.&@@@@@@@.@....@@@.+###+#####$$%#%*%*#%%**%%%%%%%$$", "=@@.=&@&@&&@@@@@..@@@.+.+#++#+++#+.+++...@@&&@==&@@@@.@@.@@===&@@@@@@.+..+++..++#+#$%%%*%****%%%%$%*%%%%%**%%#$#$###$########$$%%%%*--*$$##########++....+#$%%$%$%%$$%%%#%*-*%%%%$%%$###########+$#%%*-*%%#%%%###$#$#$###+#$###+#+##$%%$#$############%#$#$$%###+...@=&===", "#%%$$#$$###+++$#########+....+++..@@&@.@@&&=@@====&===@@@@@@@@@@@@&@==@@.@@@@@@.@..@@@...@@.+.+@@@@@@@.......+.@@&.@@@@..+++++#%#$%%******%$%%%%%$$###+++###+####$#####.+....@.....@...@.&&&=&&@&...++.@.@..@@@..@...+++++..@@@....+###%%%%%$$#####$#$#%%%**--**%***%$$%%%", ".+++++..@.....++########+#####$$######%*$#$%%%%%%%#%$******-*----*%%---**%%$$#$########%###+++++##++++++++++++..+#+++######$$#$#%%%*%*%#$%%%$########+++.++++++###$$%$**%%%%$%##%*%***%%****%$%%*%%********%%%#$#++...++#+######$####$%####%####..@@@.@@@.+++..@.@@@@..@.@", "@...#+######$$###$%$$%%%###$$####$####$%$$$$$####++#+++#########++++++$$##$%%$$#%%%%%$%%$%%%****%%-****%**%%%%%*%%***%**%%%%%$$%%%****%%%%$$$#%$#$###$$$$%$$$#$$###$$#%$$$$$#$%%%%%%$#%#$##%%#%$%##$##+######$$#$###+#$++#$##+++..........++++##$$##%%%%%********%%%#$#..@", "+##+++###+.+.....++++###$%%%%*%%%%%%#$##$%$$##+###$$$%%#$$%$###$$%%%%%$$$$#$#$#$$#*%%%$$$%%%%%%%%%#$$%$$$%**%%%**%%%$%%%*%%-*%%%%#######****%***%%%%%%$########+..#++........+.##++++#+##++++.++++#+####$$%%%%%%$$$*%%*%%%*%*%%$$$%$$$%%%**%%%%%$%%%%%%#####+###+###$#####", "**********%*%**-**--->>>>-,,,>>,,,,,,,,,,,,,>----,>,,>,--------,-*--***%*%***%%%%#$$%##$#++####$#$###$$###$#$$$%%%%***-**%**--**%%$#$##%%%%*******-*--*%******************%*%$$###$%#######+++###+++#++#######%%%%*%**%*-*>>,,'',-,,->>>-----*%*%%$#$#####$##$%%%*%%*%%%%*", "---->-',,,''>>->--***-*->-->-----***%%*%%$$$$##+...@...+.@@@@&==@=;=;;;=====&=&&======@@@......++......+++##%$#%$#$%##$#$$#$%***--->>>->--***%%***%%*$$##$####$%$$$%%%%%%%%%%%%%%%$%%%%$##########+#+######++.+..@...++++++++..@.@@@@......@......+...#++###+#$#$%%%****--", ".++.+++++..@+.+++#$$%%%$*%$%*%***-->-*-*******%**%#$%%**--%*%%*%%%#++######$#######%%#%%%****%*--*-*****%*****-**-**%***%%*%%%%%%%*%%%%%*%%%***-****%%%##+++..+++######$#########+++++++++++++###$#%$%%#$#$+++++++.@@@@@&@@@.@@.@@@@@=@@@@......+++#####+++$#####++.+..@.@", "=====&@....++++#######%%%%******%%****%*%%***%***%%%%%$%**%%%%%%%%%*%*%%%%$$%%%%%%%%*****-*-*%**-**%%%$$$##+++###+++#++++++++++..@..@@+++##$#$%%$$#%%***--------->>--->->----------------***----**--******-*******--*-%*%%%%$$%%**********%%#################++.+.@@.@@@&=", "--%*%%%$$%%%*%%%%%*****%%******%%*%%*%%**%**%%%%%%%****%%$*----**%****%%%%%%$$%%%%%*%****%*%******%%%%%$###+#+###+####$$#+##%$#%%$$$##++.....#++++++#++#$%%%%##%%%%$$##$$#######$%%%$#%%%%%##%#$%$%##$#+++#$###+.+......+@.@@@.@&=&=&@&@...+#+######%%%*%*%%%%%%**%%*%**-*", "===&@&&=@@@.@@@..+#+#%$##$########%%%%%%$%###+##$%$##$%%%#######.#+.+++++####++++++.++....++.....+++#########$$$%%%%%%%%**%*----,,'',,,--**-***>>---***%%%%%*%%%%%%%$#$##$%#%%%%%%%$$%%%%%$$#############$$%%%%%%##%$%$$#+#+++#++$######$%%$#####++++++++..+.@.@.++..@&@&=", "$$$##+##++###%$$%%$$$%**%%%%$###$$%$$%%%$###$#$#+......+++++.....@...@@@@@&@@@@@@@@@@@...+++++####$$$$$$$$%$%%%$##%%%%*%%%%%*%%%$%##++###%%###$%$%%%%%$###+##$#####$#$$%%%$#+##+#######++++#$%######%*---->->->>>->*****%*-**-*------***%*%%*%%*$#####+#++++++.##$$$%%%##$", "----**-**-*-->----->--*--->>--->->>-->>>-------**---*-----****%$$$####%%#######$$$$%%###%$#$$%$$%%*%%$$$%%$%$*****%%%%************--***--***%%%%*%%%%%%#$#########################+##$#$$%%%%%**-**---*----->,'>,->>>>,,>,>,,-,>,,>>,->---****%*%***%%%%%%--,->,,>,,,,,>>-", ",>,,,,,,,-,,->*->*%%**%%%%$%*%%$%%*%%%**-->>,>,,,->------>->,>>,''''')',,>,,,--------**-%%**-*****-*--*%**%%*%%###++##+++...+.....+.+++#++####%%%$$##$#######$#####$####+++##$$#$%%%##$%%%*%%$%$#%%%%%%%%%%%%*%%%$$$#++#++$+#+++.+#+.....+.#.+#####$%%*%**-----,>>,'',',,,", "####++#+##++..+.@@@.....@@.@....##+####+$###.#+$###$####$##$%%*****-*********%%%%%%%%$%%%*%**%%%%%%%%%*-***%***%%%$%%*%%%*%*****%#%%%%%****%*--*-----*---*------**---------,>-->,->-------------->>-->->**->-----**%%####+#+#+#+###%%%#$$%$%*%%%*#$$$%$%%$%*%******--**%$$", "#++++@+.+.+++++##$++##$##$%%$%###+.++++#######$##$%**--->>>->,>,,',,>>',,,,,,,,,'',',,,>>>>,-*****%%%%%%*%%%%$%$%%$$#$$%######$##$$#$%%%$$#$$$$$$$%%%#$%%%%%$#$$%%$$$#$%%%%%*%%%%*-**----**%*******%%%%$%%#%%%%$#$#%%$#######$#++#####%$$%*%%%********-*------**%-****%$%$", "%########$###%%%%%****->->,,'),,,>>->,---,>,--->->-->>,,>,,,,,,,,,,,>,>-**%********%**%%%$$#$#$$%%#$$##$$%$$$$#%$##$$%$$####$%#%%#%%#%%$%%%%%$%$$#$$$#++####+++++#++++.+.++++#+#####+#$$$%%##$###$%%%%%******--*--*-**%%*%***$$$###$##$#$%$$%%****%%%****%#$$#%%#$$$$####$", "**%%%%%%%###$$$$%%%$$#$###+#+++++.+##++.+++++++#+.++..++++..++++#$$%%%%%%%%%%%$%%####$##%+####$###%$%$$%%****%%%****%-*%%*%***%%%**#$#$#%*%%%%***--------*------**---->--,,,,>--->>>,-*-*---->***%*%%%******%***-********%#%%%$%%%#**%%%%$#$%%#%$##$###$$%%%%******--->>**", "##$%%$%%%%%#####$#+#.+++.+#####$##$%%%*%%%$%%#%%$$*%%$%%%%%%$%$%%#%%$$$###$#####%%$##$#########++++##++++##+###$$+++#+#+++++++...@....++++++######+####################$$$####+############$$#######+#+++##+.++....++.....+..@..........@@...++++#+.++++++####$$%%#$$#+++#", "#+#+....+#++++........@@@@@....++++####+####+#+#+.+++...+#++##$##$#$%%$%%$$####$%%$%%%%%%%%%%%%%%*%#%$%$$#$$$$%%%%%%%%$%$%%%%*$%%$$$####+###+#++####$#$$%%%%*%**%%%%*%%%%%%%*%%*%****--***%%%%%%%%$######$%%#######$%%%$$##%%$%######$$$##%#%#####%##############$%$######", "----->--**------**%%##$$%%####%$$$*%%%%*-**-****%*%%%%%*%*%%%$$%%$#############++###$$##$$%$$#####%%%$###++++#++#######$#$#%*%%***----*-*%**%%%*%*%%%%%$%%%%*%****-***-********%%%%%%$%$#########+##########%%%%%%%%#$$$$#+#+#++++++.++#####$+####+###%%%%%%%*-*%*-***-*--", ",>,-****-**-*--->,>-->****%%%%#$%$#$$##++######+#+###.+#####$#$%%%%%***%%$%#%$%$##%%%$%%%%%%%*%%%%%$$$####$####$$$$$#########$$##$+#+++++##+#++#######++++++##+++.+.....++++++++++++++.....+...+++++++####$$%%%%%$$%%%*%*%$%%%%$$$$###$%$%$%%$##########$###$$%**%**--->>>", "#$%$%%%%*%*%%%**%%*#%$%######+++..++++++..+++#$#$$$$$#####$$#$$#$%%%%***%%%%####$######$$#########$%#$#$%%$#$$$%%%%%%%%%%$%%%%%%%%***%***%$$####$$##$$$##$$#$#$##$$#$##+++#+##+#+++############$#$$$$##########$%$###$%###+++++++++++++++##+#+###++++++++#+#$####+$$%%$%#$", "++++##++#######$%%********%%%%$$$$$$$$$###%%%*%%%*****%%%*****-***%%%*%%%###++++..@@@@@&&@@&===&@@...++++++++++###+#+.+++++...+@...@#+++++.+.+##++++.+#####$$%$#$##$####+++++#+#+#######%%%%$$#$%%$%$$$$$$$###+++++++#+#+#+++.....+....++++++++..+++++.+.++#+..++++###+++.", "#####+####+#+#+........@.@@..@..@@+.+++...########+###$$$##+####+#+####%$%#$$$$*$#$$###$#$$%%$%%%-*****-----******-**%****%***-%*%*%*********%***-**%%%%%*--->---->--------->---------------**-****-*-**%%%%$$$$%%$%%%$#$####+++####$######$####$%%%%%***-*****%%%%$$####$", "%%$%*%$%%%#+#+.++#+###$%$$##+##+.++#.++++++.+.+++++++.++######+###+#+....+....@.@@..+...++++++++######$##$#########$%###$$#%%#$$%$#$######+#+######%%$%%%%**%***-*-********%********%%%%%%%$$$%#######++++######%*%%*%%***%%%%%%%$%$%#*********%%%%$$##$$$%%%#%##%#$$%%%%%", "..@+@.++####%%$#$$$***-***----******%%%*%*-------**$#$#######+++++++...+.++++#####+++++++++..+..+++#+++++##+###$##$%$%####$$$$####%%###+##%$#$%###%$$##%%%*%%*****%%$$$###%%$$%%$%$%***%*********%%**%%$$$$$##+#####++#++#+###++++####+#++##########%%$$%$%$$$$%$$%++++++.", "=@@&@..@@@@@....@@@@@@@@@.....+..+...++++.#.++##.++++++####+####$########%%%*****---*******%%*%*****%%%%%###########$##############++.....++..++.+++++.+.+###%%#$#####+#++++++###+#$$%$$$###############++++++++++.+..+...@..@@@..@......++#+#$$+#++###+++++..++.@....&&==", "$$##.#++..+++++##++#+.+....@@@@@@@@.....+.+++##+%$$#%$###$%#%$$$$####+++++#++..+....+.+.@.@..++.+....+.+......+.++++#+++.++++++++..@+..++##$######+##++++++#########$##$$#$$%$%%#$$%%*%%%%***%*%%%%%%%%%%%$%%%%%%%%$$#$%%$$$%%%$$%##$#$#$$###$%%%****%%*%%-*-*->>-****-**$", "$$************%%%$%%$%%%$$%%%#$###############+##+#######+#++#+#+++++++#+#++++###+#########$$$%###$##$$%%%%%%%$%%%%%*%%%%%####+...@@@@@@@@@@@......+++++###########$######$$%%%%%%$$$$$$$$%%%%$$$%$###$$$##$###########$####$$$#$##$##$$#######+####$$$%%%%%****%*%%%%***$", "############+#$$$#$%%$%#$#%%#$#+####++##++#+.+.+.+.+++.............+......+++++++++++++++++++++++++++++#+######$$$$$%%%%$##############$#####$##$#######++++++++#########+..++++...+.@......+++......@.@&@&&@@@@@@@@@@@..+++..++++..+++#++++++++####+##+#####+++.....++++#", "++.++..+.........+##+###$$#$$###########+#######$#$#$#$#$$$%$$##++##++#+++++++++++++#+++######+#++###+##########$$#$$$$$#####+++++++..+......@@@.@@@@...+..++.@@@..+.+++###$$$$#$$%%**%**--*-*--*-*****%%%%%%%%%%%$$%%%$%$$$$%#%$$$%$%#$#%%%$%%$$$$#$%%##+$+++##+.@@.....+", "-->*-**%%%#$$#$######$%$%$%%%%%$%%%%%$%%%%%%%%%$$$#############++#++++##+++#################+++++##++++++++++++++###$###+++........@@@&&@...@@@@@&&&@@@@@.@@.@.@......+...++++++++++#+++#+##++#$%%$$$%#$#$#$$#$$$$$$%%$#$$%$$$$%$%%%**%*%%%$%**%******%%*%******%*-*----**", ">--***%%$$%$#%%%%%%%%%%%%%%%%%$%$$#########+#+++++++++++++++###$$#$%%$$$$%$$$###########++++++########++#++#+++++.++#+#+++++#++#+###+#####$#+###$$$#####$$$##$$$$#$$##########++++++++++##$####+########$######+++++++####$##$######+++.......+++#######%$%##%******---->-", "+##$#$%$$$###+++.....+++#++#+++++++++++#+++++++++++++++++++++++++++++++++++++++++.................+++++.++###$#$#$#%$$$%$$%%$%$$$$$$#####$$%%%%%$$$$#####+########+++#++######$$##$%$%$$######$%$$%$%%%%$%%$$%%%%%%$$%%%%%**%%%%%%%%%%$$$##++##$###########%$$%$%$$$#$###+", "%%$$$%*%%%$%#########+++.+++++#++#++....+......+++++++++++++...++..++++.++++++++..++..++++++#++########++++###++.+.++.++#############$###+####$++.++++#++#+##+#++++########$#$%%%$***-*--**%%****--**%*%*********-*****-------***-*%***-**%%%%*%%%#%$#$%%%$$$##%%$#%****%#", "$%%-*--***%%%%%%%%%%$%$###+#++++.+++..+++++++.++.+++#+++++++++++++++++++#++++++++++++++++++++.+......@@@@@@@.....@...@@..+######$$%*%***********%%%%--*****%%%%%%$%%#%%$%$$%$%%%%%#######++##++++++#++++#######$%%%$%%$$%$%%%******************%%%%%**%$#######$##%%%%*%%$", "###+####$%%%$#$$$$%%%$%$$$#####++#+++++++++++#######++++++++++++++.++..+....+..++++..++++++..........@..@@@@@@@@......@....+++++#############+++++...@@@@@..@@@@&==@&=&=&@@@@......@.....+++.+....++..+....+++###+##++++...+++++######$##$%$$%$%##$########++++#$$$*%$%$##", "%$*%%*%%*%%%$%%%$####+#+++##++++++++++.++++###$#$####$$$$$%$##############$$%%%$$$#$$$$#$$$######$##$%%$%%$%$$$%%%%%%*%%%%%%$#%*%%%%****%**%%%$%%%%*$##$%%%**%%%%$%%##+++####+#++#++##############%$%#########$####+#++++++++.+..+.@@@@@@@@@@..........+++..+###$%%%%$###%", "#$$$$$##+.+++.+...++.++...+++++#+##++++++.+#########++++++#+#+#++#######################+++####################+################$$%$#%%%$$%$$%%%%%%$##$$$#$$$#####$#$$%$%$#####$$#$###$$%$$$$#%$%#$%%%%%%%%%$$$############++.+++++++++++++##$#$$#####$#$$######+..++.+++#", "&@@@@@..++#+##+#####$$%%%$##$$####++###++#+++++++#++########++###########+##########$$$#$#$#$######+++++.+++##########+++#####+####+#####$$#%$%######$$%%$###$%%%%$$####$#############$#####+####$%$#$$#$$##++++++.+...+..++.....++++#++#+###+++#+.....@@@@@&@..@.@@@@@===", "++++++++#$$##$%%%%%%%%%%%%%%**%*%%%%%****%*%%%%%****%%*%%%%%%%***%***%%%%%%%%%%***%%**%*%*%*%%**%%%%%%%$$$$%%%%$%$$%$$#%%$####$##############+++.+++++#++###+++++++.+................+++++++++++++++#+++####$##$$$%%%%%%%$%$%%%%$$$%#++++###+++......@@@..&@@@.@@.+...++.+", "---**%****%*%*%%%%%%%%%%#$%#########++++++++....+..........+...+++++++++##+#+####$$$$%$############++++....@@...@.@@.@..@@.....#+########%#$$$$%#$##+.++++#+##########++##++++++++++++++.+++++..++++++##+#########++++++++++###$####++++++##+++++++$#+###########%$%%**-->", "++++++###$##%$#$%%%%%%%%$#%%$$$####$$#+####$%%%%%$%%$$$############++++++++++++++++#+##$$$%%%*%%%%%%%$#$$%$#######$$%%%$%%$$#$#$###$$$%%%$%$%%%%$$##$#$$####$#####+++++#######$#+##++##+++++++.++++++##+++.+.+++++++#+++##+++#################+###$$%$%%%$$$#+##++#######+", "++########$#$$$%$%$%%#%%%%$$##$$$#$$##$$$$#$$$$####++#+####+.+++++++++++++++++++++++#######+########%%%%%$$%%%%%$%%*%%%%$%*%%%%*%%%%%%*%%**%*****-**%*******%*******-*-***%%%%**%%%*%******%%%%%%$$$###++#++++#+++###++++++.++++++++###$$%$$$$%###+##$$#+###$$###$######+#", "**%%%%%%%%%$$*%%%%%$#%$$%%%%%%%%$%$$$$%%***%$$*****%%%%%%%$$######################+#+###############+#+++++++.++.................@.+....++.+###+#++++##++++#+############+#$$########$$%%***-******%%%%$$$$$#$$#$$$$%%%%%%****------>->>----------*--*-**%%%%%%%%%%$%%$$%%", "==@@.@..+##++##++###+##$#####++++.+++##++#+#++++++++.+.............@....+++########$%$%#$#$#$#$$###$####$##$$###########$##$#########$$#$#$$%%%%%%%$%%**%***%*%%%%*%%%%%%%%%$$%$%$$$$#$%%%*%%%%%%$%$$$$$$%%***%*%*----,>>---******%*--*-*****%%*%%%$$$######++......@@@@@@", "#%##%####$*%$$######$$$$#$$######+#+...@@@@.....@.....@.@@@@&@@@@@@@...++.+++##+++++++++#+#+++++++.+..+..........+.++#+############$%%%#%$#%%%%$%*$#$$#$%%#$$$#####$$$####$#####%%$$$$%%%%%%%%#$##+##########+#++####++.++++++$$$%%$%%$%*%*%***-*%*****%%%*%*%%$$%%$####$$", "*--***--***-*->----*-,----*********%****************%%%%%%**$%%%$#%$%$$#######+++......+....++.+.++....#+##++#######+##++++..++++#.+++++++.+++++#+######+######$$######$$$$%#$#$#$##$%%%%%%%%%***********%%%%%%%$$$####$#$$#$%$$$%%%%$%%%*%*%%%*%%%%%%%%%%%%%%%%*%*%-**%**", "--%%**$%$$#####$%###+#$###%$%%%******%*%%%%%%*****-->>>>>->-*****%%*%%%%%%%%%$####+++##+++++##++####$#$%%%%%%%%%**%%%%%%#%%%$$$$##########+++#+####+++#+#########+##+###++++.....+..+.+++#$#########++++#+++++++++##++#####+++++#++..+######+#+##+###$$$##++#$%%%%%*****--", "@@..&&@@.@@.@@@@....+++#+++#####+#+######+######%%%%%%%%%%$###$$####+++++...@@@@@@@&@@@@@......+...+++.+...........+.......+++....++++++..+#+#+####+#+++++++++...++.++#+##########+++++++##$###############$$####+#++++##++###$$$%$#$$$#######$%$##$$$#########++++.++++++", "...+++...+##+######+++.+++++#+####$##$%%%%*%*********-***%***%*%*%%%%%%%$%$##########++++++++#++++###################################$$%$$%$#%%%%*%%$$$####+..@@@.....@..+..+++.++++++########$#$$$$######$$%$$$$$$###$$$%$$%%%$%%*%%%$$####$$$%%%%*%*%****%%$###$#.++..@.", "##$$#$%$%%***%-->>**-**%%*%%%***%%***%%%%%*%$%%%#$$$##$###$#+++++#++++++++++#++###########+##++++.+..+++.+++++++###############+############%$%%%%%%%$#####$$$###########+++++++.+++...+.++#++++#+++++.........++####$$$%**********-----****-----*-***-**-*-**%*%$###$####", "$$$#$%%$$$##$$#$########$##+########$#$$+##$$#########$%%%%#%$$#%%################++++++++++...++..+++#+#################++####$$$#$##$$%$#%$%%%%%%$$#####++++++++++++#########+#####$####++++++++#++###########%%%%*%**%%%%*%##%#####+#%#########$$$$$%$$#$#%$$#%$#$$%##$", "**%*-**%*%*%*%*%%%%%%%%$$####+#######$####$$$$$$$$$$$$$##$%$##$$$$%%%**%%$%%%%%%%%$$$$$$$$$##############$######$#$$$$$###+++++#++++.++.+++++####$#######+++++++..............@@@@@@@@@@@@.@@.@@@@......@@..@@@.@@.@....@..@@@@@@@@@&&==&@&@........++++++##$#$%*%%%$%****", "@@@@&&@@&@@&@@@@......+.....#+++....+++++++++++.++++...++....++++#+++++++.+.++++++..@..........+++.+.+++#++++++#++++#+++#++#+###+#++++++##++++########%%%%%%%%%%$#$###$$$####$$$$$###############$%%%%*%%%%%$%$$%########$#$#$#+####+#$####++#+########%*%%%$%##+#++#+....", "%*%%$%$%%%#%%%$#$$%%$%$$%$%$$%#$%$$######$$%$%$$%%%%%%%%%%*************%%%%%$$###$$###++++++++++.+...++.+....+...............@.@...+..++.++###$##%$#%%%$%%%%%%%%%%%%%%%$%%$%$%$$###########$%%%%%%%%%**********%%%%%%%%%%%%***---->,>>,>,,,>>---*-**%%*%%%%%%%*--**%***%%%", "#########$###$##$$#####$##$$$$$%%*%%%%%%%%$%%%%$$$$#$$$$%$%$%####$$$######+++...+++++#+##++#+####+####++++++#+++######$#######################+###$#$###$$############++#####++#$$$$$#%$%$$%%$$$%%%%*%***%%%%%%%%%%$$##$$$$%%%%%%%%%%%$%$#####$$$$######$$#####+##++#+#+##", "**%**%%*%%%%#$%%%%%%%%%#%$%$$#######+##$###+#++++++..++++++++......+++++++++++##+++++++++++++...........@@@@...@.@@@@&&&@@@@@@@@@@&&@@@@..++++++++.+++###$###+#++++++######$##$###$###############$##$##########$%%%%**---*->>>-,----,>>>-->---****$$$%%$#$#+#+++##$%%%%%*", "*****%%%$########+#####++++#+++++##$####$%$$$$$%%%%%%%%%%%%%%%%%$%%%#%%%%%%$$$%%%$#####$#####+#++#+##+++++.++#####++++++++.........+++.+..+++#++#++++++++######+++####+++++++##+##+++++#####$$$%$$#$%$$%%%*%%$####$##$$#########++#++++++++++##++#+$$#$#$$#%%#$##%******-*", "####$#####$#+#++++..+..........+.++++++++++$$##$$#$$%%%%**-**%%%*%%%%%%%%%%%%$#$%$#$$$$#######%#$#####%%%%%%%%%%**%%%%%%%%%%$%%%$*%%%*%%%%%%%**********-***-***-**%%*%%%*******-*****%%%%%$#####+###++++++########+#+++#+#+#+###$#$%%%$#%%%%$%%#######+###+#+++.+#####+##+", "*%*%**%-%%%*%%%*%****%%%%%%%%$#$%%%%%%%$%$%%%%%%*%%%%%%%*****%%*%%%%%%%#$%$$#$%##########+####$##%%%$%%%%*%****--*-%%%****%*****%***%%*$##%######$$####$%%%%%%***-***-*%%%%%%%%%%***%****--*-*%****%**%%%%%%%%##$#$#$#$#$#$$#$$%#%%$%%$$$$##$%$$%$$%$%%###%##$$$$$$$#$%%*%", "#+#+++++++.+##+##+########+##++++++++++######$%%%%%*%%%*%%%%%%%%%#+##++#+###+#+############$##+##+++++#####$$##$%##+##+.+++.+.....@@@@==&@@@&.@&=&@...++++++++#++..++#######%##$$$*%%*%%%%$###%$$$#####%$%$$#######$%%%%*%%%%%%%$$$#######$#$##+###########$$#$$#%%#%#####", "##$$%$***-----*-----***-**%%*%%***%%%%$%%%%%%%%%%$##%%%%%%%%%%%%*$$%$$#$#########$%%%%%%%$%$%$%$%%%$$$$%%%$##%##$$$####..@..+@.....+.++#+.++$++#######++.++++#######$$$$%******-**-****-*%%%%%%$%%%%%%%%%%%%%$$%%%***->---------***%*-***%*%*%%$%$$#$$##$######$#####$$#%#", "%**%%**-****%**-*****%%$#$##%$##+#++++++...++.+++#######$%**%%%$#$#######.+++.++.+#+##++++++#+#+++##++######+######++#####++#++#+++#####$%$$%***-->>--*%%*%%%$%***%%%*%%%***--*****--****%%%%$$##$$#$####%$#%%#$%#$%%$%%%%$%%$$%$$#$#$###++++.##++++#######$%$#$$#%%**%***", "++++..+++.+@....++++++#######+++.+++++#########+#########%%%%%%%$$$$$#+#####$##%%%%$$###%##%####+++####$#$%%*%****-*****%$$$%$###+#####$##########++.....+#....+++++++++#+++###++.+++#++#####+##+++++++#+++#++###$%%%%***%**-********%%*%%*-****%%%%$$##$####$%##+####+#++", "$$$$$####$#$$$%%%#%%%*%%$$$$#$$$%%%%%%%%%%####$#$$$$$##$%#####+#+++...+++.+.@@&@@@.@@.++++++#$%#$%%%$%$$%***%**%********%%%%#$%%%%%%%********************%%%%$$%%%%%*%%%$$%$#%%%%%%$%%%$######++++........+...++++#####$###+++++#+++++#+#+####$$###$##+#########++#$####$$", "+####%$%%$###$$%+#+++++++++++++++###$##$##$$%%$%%%$$#%%$%$$%%%%%***%*%*%%$###$#$##$$$#$$$$##$$#####+++++++###########++..+.....@@&=======;;;;;==@@.@....+.....++++++..+++#######+++++##+#+++++#++####+###+##+#+##++###$####$$$%%*%%%**%%**%%%%%$#$##$#####+++...+.###+++++", "%******-***->-******%**%%%%%$#$$####++++#+++++##$##%$$#+++++++++..++++#+++++++.+++###############+##+$%%$#$$%$%$$%%%%%***%*%$%*#$##$##$$$$%%%%$$$#%$%%$%%%%$#%%$%*%%%%$%%%%%%%%%$$$#++....@@@@@@@@@@@@@@......++#$$%$$%$$%%%%%************%%%%%$$$##$$$###+##+##%$%%$*%%%%", "$##%**$****%*%%%***%%%*-*%%%%%%%$%$$#####$%%$#$$$$####++####+#++..+++++#+#######$$#$#$$$$#$$$$$%$%##$##++++.......@...@@.++++..+.++.@.++++##########################$####$%%$%%$$##$#+######$##+#++++.+.++++++++++++++++++++.++++++......+++++++++++++++++++++++++##+###$#", "#$%*****%%*******%%%**%$%$$$$%%%%%$%$#################++++++.++++++###$###$##$$$%$%%%%%$$%$$$$$#$##########++.+.+..+.........++#.+++..++....+...++##+++++++##+#++++++++++#########$#+++#####+####+#+++++++++++#+#+++#+++++#++++++#####$###$##$#####$#$################$%$#", "++++###$####++##+++++++###+######+#++++++++#####$$$%%%%%%$$#%%$%$%%%%%%%%%%%$%$%%%%%$%$#$###+....+.+.........+.....+.+++...##+#...+++.+++++@....++.....@..@&&@@@@@@@@...............++++#########$$#%$$$$%*%%%%%%%%$$$##$$%%%*%**%%%%%**$%#################++.....+.@...++", "..@.@.+++++++..+++++++++###$$$%$%$#########++#######$%#$#$%#$%%%%#$$#+++.@..@.@+..@.......+.+..+....+###########$#%*%%#%%%%$$%%%%%$$$%%%%%#$######+.+.++++.+##++###$$$#####+##%#$$$#####++++..+++++#####++..+.++++.++++++++++##$###$$###++#########+..@@....@.@.@@@.++++#+", "####+###++...+++....+##$###########$%%%$$%$#$$#++##++++++++##$%%*%%%#$%%#####$#$$$###%##$###$%%%%%$%%$$$$###########$%%#$##...@=&====@@@&&&&&&&@@@....@@..+++#+##+#+#+++#+..+..@......++.++.++.....++...++++####+++####$%%%********%*%%%%%%%%%%%%##++++####++#++.+++++####", "++##+#+#######+#++###++++###++####++#+++#++++++++++..........++++.+...........+++++++....+..+##$$%%%**%%$$#$###$#$%%**--**%%%*%$$%%%#%%$$#$$##$###$#########+....++....@@.....@@..@@@@.@@@...............@.++.+++..+.++..++#####$$$##$########++#+++++#++++..+...@...+++++", "##$#####++#+++++++++++########$$$%$#####+++##$####$$%%$#$$%%$%%%%%%%%%%$###++..+++#+#######++#####+#####++..@&@@@@@.+..@@@@.@@@..@.@.+++++.@@@....++######+#+######$######%%$#$$$$$$$$###%%%%%%%%%%**%$%%%%##$###+++++####+##########++++++++#+++++++++#++++..+++++++#+###", "+###+###$######$################%#####+++++++##+#+#########+#+++.+++++###+####+##+++###+++.....@@@@....++####+$#$%$%%%%*%**%%%###..@@...#+######%$###$$$%%%$##$$$###$#####%%%%%%%%%%%$#$###%%%%%*%%%$#####$%$#$$$$$#$#$$##+#+#$$%$%%$#%%%%%#$$$#$%$$#$%$###########++###+.", "##+.....+.+.+++.+.......@@@@...+.....++##$$$%#$%%%%%$######+#####$%%%%%%%%%%%************%%%%%%%%*%**%%%%$$%%$%$%###+#++######$#####+##+++##++.......++++####%$%%%%%%%%%$$#$%%%%$$#$$%%%%%*%*%%%%$%%%**%%%%$%$##$$####%%%%$%$%%%$%###$$%####$***%%$%%%%%%%*%%%*%%%*%%$####", "##%%%$%$%$%%%%%***%****%%%%%%%%%%%%%$%$$$####$#%%%%%%$$#$########$$$$#$%%%%$%%%%%***----,,>*>>---*-*--*%%%%%#####+##$###%%%%$%%$%%%********%*%%%%*******-----*----*-------*------****--***-%*******-%%**%%%$##$#$#######$############$#%#$%$#$$#$%%%%%****%**%%%$$$##+####", "++++#+#++#######+++++..++++##+##+####$##++##++++++......++.....+++++#++.+......+++.++++.....@@@.......+....++.++#+########$$%%*%**------>-',,,'',>>>-****-*---*-*****%%%$$$######+++.@.@.....@@@@@@&@@=&===&&&&&@&&&&@=&@@..@@.@@@...@@..@..++####+##+##+++++..@@@@@@@@@@.", "$###++++++.......@@@@@@@@@@++++++#+#++++..@@@@@@@@@.....++.++++++...+........@&@@@=@@@..@+..@@@&&&@@.@......++#++++++######++.+..@.@.++.+++++...+..++#$$$%%$%%$%%%*****--%***%*%%%%%%%$$%%%%*-*-******%##$$##$#$##########$##%%%%$$*%%%%$######$$$%$#$#$$%$####++#+#+###%$", "--------***-------->>>-->>,,,,>>>----**--****-*--**%%%*****%**%%%%%%%%%%%%%%*%%%$%$$%#$#$$%%%%%%%%%%%%######+###+#++##+++.+@.@@@@@&=======@@...+.++#+++###%#$#%%%%$%$#%%%%%%%%%%%%%*%%%*%*%%**%%%%%%%%*****%%%%%%%%%%*%%**%%%%%%#+$####++++++.@@@@@...++#$$##$%***-***-*--", "########++#++######$###+++######+##+++++++####+++.+#++.+.++++..++...+++++.@.@@@&&@@&&&&&@&=;====&&@...+++#####%%%%%%%%%%%%**%**%**-*--%*%%%$$$$%%%%$%%%%%%%$$**%%%%%%%%%%%%%%%%%$%$%$$%%***%$$*-*-***%%%%%%$####++++###$$%%%%$%$%%$$$%%%%%%%%%$$##$#%$#####$$###$#$#+++###", "+..++++#+###$$###+######++..+++.....++########+###$$#++++++#+#+#+#+$$%%%%**$$%%%%$#+#+++##+########$##++###+++++++++.+.....++..@&@&====&@&@&@@@@@@..+####%$#$#%#######%%$%$##$##++####$##$$#####+##+.#+++++.++..+.@@@@@@......++.++..+++########$$$$%$%%#%$$%%#%%$$#$#+..+", "$$%%***%%$%$$$%*%$$#####$%%%$%%%%**-*%%*%%%%%*%%$$$$$$%*%$$$$$%*-***-***-****%%%%%%%%%%*******-*%%%%%%%%%%$##++#+++#+++.+##$$$%%%##$$$$##+++++###$##$$$$$%**$%$$$#####$$#$$##+++#+#+.@.@..@....+@@@@@&@.@@@&&@@...+...+++.+.....@..+++++++++++++++###+##$$%$%%%####+$#####", "....+++++++++++++++.+++#+++#+####$$$#$$$$%%$$%%%$%%%%%%%%**%%**%%**%%**--->***-****-*--*-----*-*****%%%*$%%%*%%$%$%$*-----,>>>,,,>,-----**-****------*--*-*-------***----->--------%*-----**--*****%%%####%%###########$%$##%##$######$%####$####$%#%##########++.++#.+.+@", "$$%$$###$$%%%$%%*$$$%%$*$$$###$$$$$$$%%%%$%%**$$$$$#%####$##$$$%%%%%%%%**%%%$$#####+###+++..+......+.+.++#+#++#$%$%%***-----,''>',,,,,,,,,,,>-,,--**>*%%**%%%$#%%$#$#$%%%%**--->--->------------->-,,,,',,',>>>,>-----******%%%%************%%%%%%%$$%#$%%%%*%%**%%%%%$%#$", "->->->>>,->--->->>----*-*----->>>>>>>,-->------***%%%%%%%%%%%%%%%%$$%*%$$%%###+....@....+.+#+##$###$#$%###%#########$*%%*%%****%%%$$#++#++#+++++@...@@@@..@..@.@.+..#####+++##++.++#########$###%%*****---*******%%%%%%%%$%%%%%%$$#$#+#####$#######$$%$%$%%%%%%%*%%******-", "%$#$%%%%%%%%*%%*****-**%%%****%$%%%%%**%%%%******-*%*%%%%%*%%%#$$#$$#$$#$####$%#########$#+#####$%%$*%%%%%*%%%*******-*-%*%-***%%%%$#.+++@+@+.+.+++###++####+#$#$###++++#++#######%##%*-*--->>>>>,>,,',,>>,,,,,->>,,',,,,,,,,,,,>->>----------**********%%%%$$%%$#$###$%%%", "&......+.+#+++++++++.+..@....@.....++++##$%$$##$$$$$#####+###$$$$******-*-->****%%%%%%%######++#++####$%%%%%$%%%*%*$#$$#%%##$$$##$#$%############$%%%%**%*---->,''>>>--*--*-*->--------*-->---*------------*%%%%%**%%%%%*%$$$$#####$$$#$$###$$#++####++++++..++.++..@@@.@@", "->*,,-,,,','',',,'>->->,>>---->---->,,',,>,,,,,>>>>>>>----****%%---*******-********%#%%%%%%%$******$%$%%$%%$#$$##$$%%%%******>----****%%%%%%%####$$$%%%$%#%##$##+++.+++##++.++++++++....@@.+.@.@....+##$$$%$%%%%%$#$###++$++#+++++####$####$$%%$#########%$%%******-*--**-", "#$$##%%*%$##$$$#$$$$############+#+++#########++++++..++##+++.++.++#+#######+#############+++#+++++++.+++++++.+.+....+.....@............+...+..+.++++++++#+++++++++$##$%$$$##$$#$%$$$$#$#$$##$#%$$%$$#$########$######$$####+###++#+++##++++#+####++++++###$####+++++#+$##", "..+...####+++###+##+###+#####++#++++++.....@.....+++++#+#++#$$##$$$$%$%%$%%%**%%*%$%$$$$$#$####++#+++++##++++##++#$###+++++++#++.++...+..+++++++++++++###+########################################$###$##$$#$%$$#$%$%#$$$%$%$%%%%*%%***%%%%%%%%$$$###$%####++++..++...+.+.", "*#%$%%$$$%%$%$$%%%%%%######$##+++++#++++#+++++#++..+.......++...@@.@@......@.@........@.......+++.+++..++++++++++++#+###++#++#++++#+++####++##+##+#+#+#+#+++++++#+.......@@@..+++++.+...+++++#######$$$$%$%%%%$%%$$#$#####+##+++.+++########$#$$$$######$$$$$$$%%%%%$%$%*%", "%$####....@@@@..++...........++++..++++####$######+#+++++...........@.@.......+....@......+++++#######++......@@....@.@@@@.@@@@@@@@@@@@@.@....++.+.+....+..++....+......++...+++#+++######$##########++++++++.+....++#+++.++++.+###+##++###++++++###$$$$$$$#$$%$$$$$$%#$%%", "---**%***%$$$$$#$#+#+##++++++#.++........+++++.+.....+...+..........@...+.++++###+++++##++++#+###$$#####+++++++.++++++++++.+.+..+++++++..@.@..+....@...............................@.....+.++++++..+++#.++.+++.+++++#++++++++++++...++.++++++.++++#$$$%%***%%%$%%%%%%#%%**", ".+@@@..@...++++##+#+++#++#++####$######+$##$##$####++++......+......+++.++##+++++.++++..@@.@@.........................@.@.@@@@@...+.......++.+#++++++###+##########+####$#####%####$$######+++++++++......+..++######$$$$$#%%*%$$#++####$%%%$$$%%%$#%$$$#$$$$$##++.......+", "***%*%$%$###+++++++###$####$#####$#$#$####++++#+++++.#++++####+##+++...............+#######$##$%$$%#%$#####+.......++++++++##+++++++++#++++++++#+++.+++##+##++++..++..++#+++#++++....++..+++...++++#+#####$#######$#$$####$$$$$#####$####%%%$#$$#######+#####$%$%$$%%*%%**", "+++##+####+++++.+++++##++.+........+++.#+######$#$$%####%%%%%%%%$%$$###$####$$%%%$$#####$##$++#++++++++#+#+##+++##++####+++.......+++#####$$%##$#$$##+#######+##############+++++####+++++#+#++##+++###+##+###############$##$$$%%%%%%***%****%*%%%%%%%%%***%%$$%%%%$%###+", "###%%%%%%*%%%%*%*%%%$$$%%$$$$$%$####$%#$#$$#%%%%%$%%**%*-*****->>>,,,,-,,--*--*-***%$$###$#++#+#++######$%####%%%%%%%##%$%%%%%**********%****%******************----*******%**-*%%%%$%$%$%$#$######+#+++.+.....+++.+..++###$###$#$$$$$%%**-*----*---***-**-*%%%%%%#%##+##$", "++###$##$%%$%%%%%%%%%*%$%**%$$###++##+#+++######++.............@..@@@@@&&=@@@&@@@@&@@&@@@@@.@..+.@++++++##$$$$%%%%%%%--*->>>*--*%%*****--*******%%%$#$###+##+++..@@@@@@@&@&&===&&=&=&&@@...+++###$#$$%$##$######+++++#++++.+..++++..+++####$+#+++...+++.+.++++..+..+.++++#", "######++.+............@@@&&@@@@@@@..++++#+##+#+++.++...@@@@@@@@@@@@&.@@@@&&&=&&@&@@@@@....+.+....++###.+.......++.+++.++....@...+######$$##$$%$**%**%*%%%%#$##$$#++####$$####++#++............@.@..++...+.+.+.......++##+#++##++++.....@.+++++++.++......+.++++++++##+#+++", "##+++#+####%$$######$$%%%%*%%%%%%%%******%%%%%%*%%%%$$$****$%$#%#####$%%%%$%%$$###++##+++++++++++#.+......@..@&&&&@&@...@.@@.....++++#######$###++###############+#++++#$#++#++#++#++++++...+++++++++++++.....+.....++++++++++.+####$#$#%####$$$%%%%%%***%%$$$$###########", "%%%$$%$$$$#$%%%%%$%##$$###$$###$####$$#####+++++##++.....@@@@.@@&@@@@&&&=&@@@.+++#+#####$%%%%$$$$%%$%*%%%%$%%****$%$$%###$%*%%$%%%%*%%$%%***%%$$%$%%$%%%%%%%$######$%%##+#$%%$%$#######++###+#++#++.....++.++++#+##+#+#++##++++.......@...@.....@.....@@@@......+++####%%%", "+.....++...@.@@@@...........++++++++#+++.++...+++#####+.++#+++.....+++#++++###$$##############++#+++++##+#...@@@@@@.@@@@.+.@.@..####$##$$%$$$$$#%%%%%$$$$#$#$%*****--**%%**%%%%$%%%$$%#########++++.......@.............+...................@...+....+++##+++++++++++++++.", "++..++###$$$##%####+++#+#########%%#######$%$#%$$$%$%%$%$$#$$%$$$$%$%$$%%%%#%#$###%###++++++++.....@.+####+++.+.+......@@...++#++####$####+#+##############$%%#$#$#####$$#$######+##+++##########%$$$$###+++++++.++.....+......@.@@...+..+.+++++++++...+++++++++.++.++++++", "---***%%%$%########+##+++######$#$$#$$$%*%%%****%%%-%*%*%*-*--***********-***-*%**%%$%#%%$#######$##$#####%$#%##########$$$$%%$#########$%%%*%%%%-**---->->,>,>,,,>,,,,,>,>>,','>>>>-----*%%%%########++.++.+++#++#.+.###+###$#$#####%#$#$$%$$%*%%%%%%%%%%%$$$$$$%%%$$$$$-", "*----*****%*%%$$%#%$$$%%%$$%%%%*%%%%%%%$$$$$$$$$$##$###++##+#++#+#$##+##++#####+#############$#$%$$$#%#%**%%%%%***-*---*-,,,>---*%***********%*******>*---->>,,>----****%%***%%*%%*%##$##+#+##+++++..++.++............+++++++.+.........+#++###++++..+++++#+++++####$$#$%*", "*********-******-**%%**%*%%%%%%%%%%*%%*%%%%%%###%%$$%%#%%$###+++##.##+++++##+#$$#%%%%%%*%%**%%%%$$$%$$$#%###############+#+.....@.+..@@..........@@@..@@.@.@@@.+##$####$$#$$#$#++++##++++#+++####+#++#+++++++#++##++########+#+#+#######+++++++++####+####+#########$$$$$%", "-**%$#$%$$#$%%$$#$$$###$####$$%%##$#$#$#++++.+++....@.@@@.+..+###+++#$$$$%$%%%%%%*%**********---***%#%**%***%***%%%%%%%%%%%%%%***%%%$$##%%$$$##############$%%%#$%%%*%%%%$$%*$%%*%*$$%%%%*%%%$%#####+++.++++.+##+#########++#+.+@.++.+.#+++++#++++++###+++##########$$$%*-", "$##+#+++.+.++++#++#+#######++$######$$#%%**%*%%%*#######$$###$$$#$++##++++++++++++####$$######++++.++.@@@@&&==&=&======&@@.@++++++...##########%###%%*%%$$%%%$#####+++++++###++######+####$$$##########$######.++.+.....@@.....@@@@&&&&@&=@@&&&=&======&===&@@@@@@@@..+###", "%%**%%%**-*--**>>>-****$#%####+++++++#.+..+##++.+++++.@+++##########$%***$$%#%%%$##$%$%#$$$%%%***%*%%**$###$##%%%%*%***%##%%%%%%****%**%**********-**,--->,>>>>>>>*>,>>,,,>->>>>,,,,******-**%*$##+++++++++++++##++##+##+##$$#############$$$$$%%$%$###+##########+#++###%", "###+++##+###$$%**##$###$##$+#...+....++@@@@..+##+######+#++++.++++#####$$$#$$#++##+++.++..++.+..++#++.+++++#.++#+######$#$$####$###########%%#%%%%*******%*%%%***$*$***%%%%%#%%##############+++.+#+###########$++++#+##++##+++++++#+++#++..+++++.+++++.+.@.+++++#########", "'%$%$%%$%%%#####$%$%%%%$$$%%####%#%#####$#$%******--*----*-******-*****%*%#####+###....@.....&==@@..+++####++#++.@@@+..+++##++#.++#####+##$#$##%$**************$$$%%$%*%%$%%***%%********%$*%%%$####++++++.+.+++###########++#++#++.+++++###+#$#####################$$###'", "&+..++#####$#####+++...@.@@@@.@.@..........++++.....+..++.....+.....+++++#######$################%**********%%%%%%%$$######++...++++..+.@+.+++.+++###$%#%$++++++++.+...+++++######+++.........@@@@@@@..+++++#++##+#############$$%%%%%%%%%%%%%%%%$####++++.....@@@&&@&&&&@", "$#########$$$%%%$#$$%%%%%###$###+++#$###+#+####+.++..+.....++##+++#++.@@@@.@&&&&@&&@@@@@@.....@@..++++..+++.+++.@@...+.+...@.@..++########+##+++..++#+#####+#########+#$####$$####%*%%%%######%##+++#########$#################++..+..@@@...++...@@@&@@@@@@@@@.++++++++#+#", ".+.....+++++++#+#+++##$$###++++++#+.++++++++#+++++++.+..+....+......+.+++++#+++.++...+..+..++++++............@@@@.@@@@@@@@@@@@@............++.#####%###$$$$%%%%%%%***%*%*%#$%%$$#$$%%$$%##$####+#++++++#+++++++++++++++.++....+..+...+.@@@@.++++.+++++++.+++#+++#+++#+++..", ".+.+..+++++#++##+#+######+++++.@.@@&@@&&@@@@&=&@.@@@.@.@@@@...++++.++++#+#+#$$$#####+#######+###+###+##+++.+.......++..+++++###############++++...+..+.++++#####+.@@@@@@@&@@@=&&====@@@&===========&&@&@@@@@.@@@@@..@@@@@@@@@@.@....@.....@.........+++++++######%%$###+++", "#++.+++..++++++++++#+##$$#$#$%#%#######$########$%%%%****%*%%%%%%%$$$%$$##########+++.@@.@@&&&&&@@@&&=&&@@@@@@@...@@.@..........+...@@@@.@..@.....@...@......@@@...++++....+++####%$%%$$############+#+++++++.++++++++#+#######+##$##$#$##$%$###$#$+#++++++++##+#++++++++#", "#####+####++++.......@@&@@@@@@@@&@@@.................+.++#++$+++++.+++++++#####$$######++++++#+#++#++##$####$#######+++.++..++..@.@@@@&&@=&@&&@@@@@@@&@@@...@@@&&&@@...@@@@@@..@@@@@@@@@@.@@@@@@@@@.@...++++++++.+++######+++++++..+++#++#+++++...+...+......++++++++++#+#", "%*%%%%%$%%$$$#$#$$$%###%%%%$$%$%%%$##$$$$%%%%%*%%**%%%$$%%%%#*%%*$%%%%$$%%%%%$$$%%%%%#$######+...+#++++.......+...+.....+...###+...+++.+++++@...++..@.@@@@@@&=&=======@@@@@@..@@@...@+###$%*%%%%$%**%*****----**-*-*%%%**%%%*******%%%%*%%%$$%%%$%##++++++++#####$%%%%*%**", ",-*%%$$#++++#+++++++#+++##%****-*-*%%%$#$%%####$$%%%$%%$%%%%%$%%%%#$%#+...&&&=&=.@.&@@@@@@@.@....@@@.+###+#####$$%#%*%*#%%**%%%%%%%$$$%%%%%$$######+..@.++++++#++###$$%$$$###$$%#%%%$$####++#++#+###%%%%%##+......@@@..&&@&&&&@@@@@@@&@====&&@@@@@&@&===;&&@@@..++###%**->", "-*$$##########++....+#$%%$%$%%$$%%%#%*-*%%%%$%%$###########+$#%%*-*%%#%%%###$#$#$###+#$###+#+##$%%$#$############%#$#$$%###+...@=&====@@.=&@&@&&@@@@@..@@@.+.+#++#+++#+.+++...@@&&@==&@@@@.@@.@@===&@@@@@@.+..+++..++#+#$%%%*%****%%%%$%*%%%%%**%%#$#$###$########$$%%%%*-", "*****%$%%%%%$$###+++###+####$#####.+....@.....@...@.&&&=&&@&...++.@.@..@@@..@...+++++..@@@....+###%%%%%$$#####$#$#%%%**--**%***%$$%%%#%%$$#$$###+++$#########+....+++..@@&@.@@&&=@@====&===@@@@@@@@@@@@&@==@@.@@@@@@.@..@@@...@@.+.+@@@@@@@.......+.@@&.@@@@..+++++#%#$%%*", "*%#$%%%$########+++.++++++###$$%$**%%%%$%##%*%***%%****%$%%*%%********%%%#$#++...++#+######$####$%####%####..@@@.@@@.+++..@.@@@@..@.@.+++++..@.....++########+#####$$######%*$#$%%%%%%%#%$******-*----*%%---**%%$$#$########%###+++++##++++++++++++..+#+++######$$#$#%%%*%", "*%%%%$$$#%$#$###$$$$%$$$#$$###$$#%$$$$$#$%%%%%%$#%#$##%%#%$%##$##+######$$#$###+#$++#$##+++..........++++##$$##%%%%%********%%%#$#..@@...#+######$$###$%$$%%%###$$####$####$%$$$$$####++#+++#########++++++$$##$%%$$#%%%%%$%%$%%%****%%-****%**%%%%%*%%***%**%%%%%$$%%%***", "###****%***%%%%%%$########+..#++........+.##++++#+##++++.++++#+####$$%%%%%%$$$*%%*%%%*%*%%$$$%$$$%%%**%%%%%$%%%%%%#####+###+###$#####+##+++###+.+.....++++###$%%%%*%%%%%%#$##$%$$##+###$$$%%#$$%$###$$%%%%%$$$$#$#$#$$#*%%%$$$%%%%%%%%%#$$%$$$%**%%%**%%%$%%%*%%-*%%%%####", "##%%%%*******-*--*%******************%*%$$###$%#######+++###+++#++#######%%%%*%**%*-*>>,,'',-,,->>>-----*%*%%$#$#####$##$%%%*%%*%%%%***********%*%**-**--->>>>-,,,>>,,,,,,,,,,,,,>----,>,,>,--------,-*--***%*%***%%%%#$$%##$#++####$#$###$$###$#$$$%%%%***-**%**--**%%$#$", ">->--***%%***%%*$$##$####$%$$$%%%%%%%%%%%%%%%$%%%%$##########+#+######++.+..@...++++++++..@.@@@@......@......+...#++###+#$#$%%%****------>-',,,''>>->--***-*->-->-----***%%*%%$$$$##+...@...+.@@@@&==@=;=;;;=====&=&&======@@@......++......+++##%$#%$#$%##$#$$#$%***--->>", "%%%*%%%***-****%%%##+++..+++######$#########+++++++++++++###$#%$%%#$#$+++++++.@@@@@&@@@.@@.@@@@@=@@@@......+++#####+++$#####++.+..@.@.++.+++++..@+.+++#$$%%%$*%$%*%***-->-*-*******%**%#$%%**--%*%%*%%%#++######$#######%%#%%%****%*--*-*****%*****-**-**%***%%*%%%%%%%*%%", "@+++##$#$%%$$#%%***--------->>--->->----------------***----**--******-*******--*-%*%%%%$$%%**********%%#################++.+.@@.@@@&======&@....++++#######%%%%******%%****%*%%***%***%%%%%$%**%%%%%%%%%*%*%%%%$$%%%%%%%%*****-*-*%**-**%%%$$$##+++###+++#++++++++++..@..@", "#++.....#++++++#++#$%%%%##%%%%$$##$$#######$%%%$#%%%%%##%#$%$%##$#+++#$###+.+......+@.@@@.@&=&=&@&@...+#+######%%%*%*%%%%%%**%%*%**-*--%*%%%$$%%%*%%%%%*****%%******%%*%%*%%**%**%%%%%%%****%%$*----**%****%%%%%%$$%%%%%*%****%*%******%%%%%$###+#+###+####$$#+##%$#%%$$$#", ",,--**-***>>---***%%%%%*%%%%%%%$#$##$%#%%%%%%%$$%%%%%$$#############$$%%%%%%##%$%$$#+#+++#++$######$%%$#####++++++++..+.@.@.++..@&@&====&@&&=@@@.@@@..+#+#%$##$########%%%%%%$%###+##$%$##$%%%#######.#+.+++++####++++++.++....++.....+++#########$$$%%%%%%%%**%*----,,'',", "+###%%###$%$%%%%%$###+##$#####$#$$%%%$#+##+#######++++#$%######%*---->->->>>->*****%*-**-*------***%*%%*%%*$#####+#++++++.##$$$%%%##$$$$##+##++###%$$%%$$$%**%%%%$###$$%$$%%%$###$#$#+......+++++.....@...@@@@@&@@@@@@@@@@@...+++++####$$$$$$$$%$%%%$##%%%%*%%%%%*%%%$%##+", "**--***%%%%*%%%%%%#$#########################+##$#$$%%%%%**-**---*----->,'>,->>>>,,>,>,,-,>,,>>,->---****%*%***%%%%%%--,->,,>,,,,,>>-----**-**-*-->----->--*--->>--->->>-->>>-------**---*-----****%$$$####%%#######$$$$%%###%$#$$%$$%%*%%$$$%%$%$*****%%%%************--*", "++#++####%%%$$##$#######$#####$####+++##$$#$%%%##$%%%*%%$%$#%%%%%%%%%%%%*%%%$$$#++#++$+#+++.+#+.....+.#.+#####$%%*%**-----,>>,'',',,,,>,,,,,,,-,,->*->*%%**%%%%$%*%%$%%*%%%**-->>,>,,,->------>->,>>,''''')',,>,,,--------**-%%**-*****-*--*%**%%*%%###++##+++...+.....+.+", "%%****%*--*-----*---*------**---------,>-->,->-------------->>-->->**->-----**%%####+#+#+#+###%%%#$$%$%*%%%*#$$$%$%%$%*%******--**%$$####++#+##++..+.@@@.....@@.@....##+####+$###.#+$###$####$##$%%*****-*********%%%%%%%%$%%%*%**%%%%%%%%%*-***%***%%%$%%*%%%*%*****%#%%%", "%%%$$#$$$$$$$%%%#$%%%%%$#$$%%$$$#$%%%%%*%%%%*-**----**%*******%%%%$%%#%%%%$#$#%%$#######$#++#####%$$%*%%%********-*------**%-****%$%$#++++@+.+.+++++##$++##$##$%%$%###+.++++#######$##$%**--->>>->,>,,',,>>',,,,,,,,,'',',,,>>>>,-*****%%%%%%*%%%%$%$%%$$#$$%######$##$$#$", "%%$%%%%%$%$$#$$$#++####+++++#++++.+.++++#+#####+#$$$%%##$###$%%%%%******--*--*-**%%*%***$$$###$##$#$%$$%%****%%%****%#$$#%%#$$$$####$%########$###%%%%%****->->,,'),,,>>->,---,>,--->->-->>,,>,,,,,,,,,,,>,>-**%********%**%%%$$#$#$$%%#$$##$$%$$$$#%$##$$%$$####$%#%%#%%#", "#$#%*%%%%***--------*------**---->--,,,,>--->>>,-*-*---->***%*%%%******%***-********%#%%%$%%%#**%%%%$#$%%#%$##$###$$%%%%******--->>****%%%%%%%###$$$$%%%$$#$###+#+++++.+##++.+++++++#+.++..++++..++++#$$%%%%%%%%%%%$%%####$##%+####$###%$%$$%%****%%%****%-*%%*%***%%%**#$", ".++++++######+####################$$$####+############$$#######+#+++##+.++....++.....+..@..........@@...++++#+.++++++####$$%%#$$#+++###$%%$%%%%%#####$#+#.+++.+#####$##$%%%*%%%$%%#%%$$*%%$%%%%%%$%$%%#%%$$$###$#####%%$##$#########++++##++++##+###$$+++#+#+++++++...@...", "###+###+#++####$#$$%%%%*%**%%%%*%%%%%%%*%%*%****--***%%%%%%%%$######$%%#######$%%%$$##%%$%######$$$##%#%#####%##############$%$#######+#+....+#++++........@@@@@....++++####+####+#+#+.+++...+#++##$##$#$%%$%%$$####$%%$%%%%%%%%%%%%%%*%#%$%$$#$$$$%%%%%%%%$%$%%%%*$%%$$$#", "-*-*%**%%%*%*%%%%%$%%%%*%****-***-********%%%%%%$%$#########+##########%%%%%%%%#$$$$#+#+#++++++.++#####$+####+###%%%%%%%*-*%*-***-*------->--**------**%%##$$%%####%$$$*%%%%*-**-****%*%%%%%*%*%%%$$%%$#############++###$$##$$%$$#####%%%$###++++#++#######$#$#%*%%***---", "++++##+#++#######++++++##+++.+.....++++++++++++++.....+...+++++++####$$%%%%%$$%%%*%*%$%%%%$$$$###$%$%$%%$##########$###$$%**%**--->>>,>,-****-**-*--->,>-->****%%%%#$%$#$$##++######+#+###.+#####$#$%%%%%***%%$%#%$%$##%%%$%%%%%%%*%%%%%$$$####$####$$$$$#########$$##$+#+", "%***%$$####$$##$$$##$$#$#$##$$#$##+++#+##+#+++############$#$$$$##########$%$###$%###+++++++++++++++##+#+###++++++++#+#$####+$$%%$%#$#$%$%%%%*%*%%%**%%*#%$%######+++..++++++..+++#$#$$$$$#####$$#$$#$%%%%***%%%%####$######$$#########$%#$#$%%$#$$$%%%%%%%%%%$%%%%%%%%***", "+++++.+.+##++++.+#####$$%$#$##$####+++++#+#+#######%%%%$$#$%%$%$$$$$$$###+++++++#+#+#+++.....+....++++++++..+++++.+.++#+..++++###+++.++++##++#######$%%********%%%%$$$$$$$$$###%%%*%%%*****%%%*****-***%%%*%%%###++++..@@@@@&&@@&===&@@...++++++++++###+#+.+++++...+@...@#", "********%***-**%%%%%*--->---->--------->---------------**-****-*-**%%%%$$$$%%$%%%$#$####+++####$######$####$%%%%%***-*****%%%%$$####$#####+####+#+#+........@.@@..@..@@+.+++...########+###$$$##+####+#+####%$%#$$$$*$#$$###$#$$%%$%%%-*****-----******-**%****%***-%*%*%*", "#####+#+######%%$%%%%**%***-*-********%********%%%%%%%$$$%#######++++######%*%%*%%***%%%%%%%$%$%#*********%%%%$$##$$$%%%#%##%#$$%%%%%%%$%*%$%%%#+#+.++#+###$%$$##+##+.++#.++++++.+.+++++++.++######+###+#+....+....@.@@..+...++++++++######$##$#########$%###$$#%%#$$%$#$#", "##+##%$#$%###%$$##%%%*%%*****%%$$$###%%$$%%$%$%***%*********%%**%%$$$$$##+#####++#++#+###++++####+#++##########%%$$%$%$$$$%$$%++++++...@+@.++####%%$#$$$***-***----******%%%*%*-------**$#$#######+++++++...+.++++#####+++++++++..+..+++#+++++##+###$##$%$%####$$$$####%%#", ".....++..++.+++++.+.+###%%#$#####+#++++++###+#$$%$$$###############++++++++++.+..+...@..@@@..@......++#+#$$+#++###+++++..++.@....&&===@@&@..@@@@@....@@@@@@@@@.....+..+...++++.#.++##.++++++####+####$########%%%*****---*******%%*%*****%%%%%###########$##############++", "..++##$######+##++++++#########$##$$#$$%$%%#$$%%*%%%%***%*%%%%%%%%%%%$%%%%%%%%$$#$%%$$$%%%$$%##$#$#$$###$%%%****%%*%%-*-*->>-****-**$$$##.#++..+++++##++#+.+....@@@@@@@@.....+.+++##+%$$#%$###$%#%$$$$####+++++#++..+....+.+.@.@..++.+....+.+......+.++++#+++.++++++++..@+", "@@@@@@@@......+++++###########$######$$%%%%%%$$$$$$$$%%%%$$$%$###$$$##$###########$####$$$#$##$##$$#######+####$$$%%%%%****%*%%%%***$$$************%%%$%%$%%%$$%%%#$###############+##+#######+#++#+#+++++++#+#++++###+#########$$$%###$##$$%%%%%%%$%%%%%*%%%%%####+...@@@", "##$#####$##$#######++++++++#########+..++++...+.@......+++......@.@&@&&@@@@@@@@@@@..+++..++++..+++#++++++++####+##+#####+++.....++++#############+#$$$#$%%$%#$#%%#$#+####++##++#+.+.+.+.+++.............+......+++++++++++++++++++++++++++++#+######$$$$$%%%%$############", ".+......@@@.@@@@...+..++.@@@..+.+++###$$$$#$$%%**%**--*-*--*-*****%%%%%%%%%%%$$%%%$%$$$$%#%$$$%$%#$#%%%$%%$$$$#$%%##+$+++##+.@@.....+++.++..+.........+##+###$$#$$###########+#######$#$#$#$#$$$%$$##++##++#+++++++++++++#+++######+#++###+##########$$#$$$$$#####+++++++.", "@&&@...@@@@@&&&@@@@@.@@.@.@......+...++++++++++#+++#+##++#$%%$$$%#$#$#$$#$$$$$$%%$#$$%$$$$%$%%%**%*%%%$%**%******%%*%******%*-*----**-->*-**%%%#$$#$######$%$%$%%%%%$%%%%%$%%%%%%%%%$$$#############++#++++##+++#################+++++##++++++++++++++###$###+++........@@", "#####$#+###$$$#####$$$##$$$$#$$##########++++++++++##$####+########$######+++++++####$##$######+++.......+++#######%$%##%******---->->--***%%$$%$#%%%%%%%%%%%%%%%%%$%$$#########+#+++++++++++++++###$$#$%%$$$$%$$$###########++++++########++#++#+++++.++#+#+++++#++#+###+", "####$$%%%%%$$$$#####+########+++#++######$$##$%$%$$######$%$$%$%%%%$%%$$%%%%%%$$%%%%%**%%%%%%%%%%$$$##++##$###########%$$%$%$$$#$###++##$#$%$$$###+++.....+++#++#+++++++++++#+++++++++++++++++++++++++++++++++++++++++.................+++++.++###$#$#$#%$$$%$$%%$%$$$$$$#", "$###+####$++.++++#++#+##+#++++########$#$%%%$***-*--**%%****--**%*%*********-*****-------***-*%***-**%%%%*%%%#%$#$%%%$$$##%%$#%****%#%%$$$%*%%%$%#########+++.+++++#++#++....+......+++++++++++++...++..++++.++++++++..++..++++++#++########++++###++.+.++.++#############", "***********%%%%--*****%%%%%%$%%#%%$%$$%$%%%%%#######++##++++++#++++#######$%%%$%%$$%$%%%******************%%%%%**%$#######$##%%%%*%%$$%%-*--***%%%%%%%%%%$%$###+#++++.+++..+++++++.++.+++#+++++++++++++++++++#++++++++++++++++++++.+......@@@@@@@.....@...@@..+######$$%*%", "########+++++...@@@@@..@@@@&==@&=&=&@@@@......@.....+++.+....++..+....+++###+##++++...+++++######$##$%$$%$%##$########++++#$$$*%$%$#####+####$%%%$#$$$$%%%$%$$$#####++#+++++++++++#######++++++++++++++.++..+....+..++++..++++++..........@..@@@@@@@@......@....+++++#####", "***%**%%%$%%%%*$##$%%%**%%%%$%%##+++####+#++#++##############%$%#########$####+#++++++++.+..+.@@@@@@@@@@..........+++..+###$%%%%$###%%$*%%*%%*%%%$%%%$####+#+++##++++++++++.++++###$#$####$$$$$%$##############$$%%%$$$#$$$$#$$$######$##$%%$%%$%$$$%%%%%%*%%%%%%$#%*%%%%*", "%%%$$%$$%%%%%%$##$$$#$$$#####$#$$%$%$#####$$#$###$$%$$$$#%$%#$%%%%%%%%%$$$############++.+++++++++++++##$#$$#####$#$$######+..++.+++##$$$$$##+.+++.+...++.++...+++++#+##++++++.+#########++++++#+#+#++#######################+++####################+################$$%$#", "####$$#%$%######$$%%$###$%%%%$$####$#############$#####+####$%$#$$#$$##++++++.+...+..++.....++++#++#+###+++#+.....@@@@@&@..@.@@@@@===&@@@@@..++#+##+#####$$%%%$##$$####++###++#+++++++#++########++###########+##########$$$#$#$#$######+++++.+++##########+++#####+####+#", "########+++.+++++#++###+++++++.+................+++++++++++++++#+++####$##$$$%%%%%%%$%$%%%%$$$%#++++###+++......@@@..&@@@.@@.+...++.+++++++++#$$##$%%%%%%%%%%%%%%**%*%%%%%****%*%%%%%****%%*%%%%%%%***%***%%%%%%%%%%***%%**%*%*%*%%**%%%%%%%$$$$%%%%$%$$%$$#%%$####$######", "####%#$$$$%#$##+.++++#+##########++##++++++++++++++.+++++..++++++##+#########++++++++++###$####++++++##+++++++$#+###########%$%%**-->---**%****%*%*%%%%%%%%%%#$%#########++++++++....+..........+...+++++++++##+#+####$$$$%$############++++....@@...@.@@.@..@@.....#+####", "$%%%$%$%%%%$$##$#$$####$#####+++++#######$#+##++##+++++++.++++++##+++.+.+++++++#+++##+++#################+###$$%$%%%$$$#+##++#######+++++++###$##%$#$%%%%%%%%$#%%$$$####$$#+####$%%%%%$%%$$$############++++++++++++++++#+##$$$%%%*%%%%%%%$#$$%$#######$$%%%$%%$$#$#$###$$", "%*%%**%*****-**%*******%*******-*-***%%%%**%%%*%******%%%%%%$$$###++#++++#+++###++++++.++++++++###$$%$$$$%###+##$$#+###$$###$######+#++########$#$$$%$%$%%#%%%%$$##$$$#$$##$$$$#$$$$####++#+####+.+++++++++++++++++++++++#######+########%%%%%$$%%%%%$%%*%%%%$%*%%%%*%%%%%", "...++.+###+#++++##++++#+############+#$$########$$%%***-******%%%%$$$$$#$$#$$$$%%%%%%****------>->>----------*--*-**%%%%%%%%%%$%%$$%%**%%%%%%%%%$$*%%%%%$#%$$%%%%%%%%$%$$$$%%***%$$*****%%%%%%%$$######################+#+###############+#+++++++.++.................@.+.", "$$#$#$$%%%%%%%$%%**%***%*%%%%*%%%%%%%%%$$%$%$$$$#$%%%*%%%%%%$%$$$$$$%%***%*%*----,>>---******%*--*-*****%%*%%%$$$######++......@@@@@@==@@.@..+##++##++###+##$#####++++.+++##++#+#++++++++.+.............@....+++########$%$%#$#$#$#$$###$####$##$$###########$##$#########", "%%#%$#%%%%$%*$#$$#$%%#$$$#####$$$####$#####%%$$$$%%%%%%%%#$##+##########+#++####++.++++++$$$%%$%%$%*%*%***-*%*****%%%*%*%%$$%%$####$$#%##%####$*%$$######$$$$#$$######+#+...@@@@.....@.....@.@@@@&@@@@@@@...++.+++##+++++++++#+#+++++++.+..+..........+.++#+############$%", "+++++.+++++#+######+######$$######$$$$%#$#$#$##$%%%%%%%%%***********%%%%%%%$$$####$#$$#$%$$$%%%%$%%%*%*%%%*%%%%%%%%%%%%%%%%*%*%-**%***--***--***-*->----*-,----*********%****************%%%%%%**$%%%$#%$%$$#######+++......+....++.+.++....#+##++#######+##++++..++++#.++", "#####+++#+####+++#+#########+##+###++++.....+..+.+++#$#########++++#+++++++++##++#####+++++#++..+######+#+##+###$$$##++#$%%%%%*****----%%**$%$$#####$%###+#$###%$%%%******%*%%%%%%*****-->>>>>->-*****%%*%%%%%%%%%$####+++##+++++##++####$#$%%%%%%%%%**%%%%%%#%%%$$$$#####", "+++..+#+#+####+#+++++++++...++.++#+##########+++++++##$###############$$####+#++++##++###$$$%$#$$$#######$%$##$$$#########++++.++++++@@..&&@@.@@.@@@@....+++#+++#####+#+######+######%%%%%%%%%%$###$$####+++++...@@@@@@@&@@@@@......+...+++.+...........+.......+++....+++", "$$%$$%$#%%%%*%%$$$####+..@@@.....@..+..+++.++++++########$#$$$$######$$%$$$$$$###$$$%$$%%%$%%*%%%$$####$$$%%%%*%*%****%%$###$#.++..@....+++...+##+######+++.+++++#+####$##$%%%%*%*********-***%***%*%*%%%%%%%$%$##########++++++++#++++###################################", "#######%$%%%%%%%$#####$$$###########+++++++.+++...+.++#++++#+++++.........++####$$$%**********-----****-----*-***-**-*-**%*%$###$######$$#$%$%%***%-->>**-**%%*%%%***%%***%%%%%*%$%%%#$$$##$###$#+++++#++++++++++#++###########+##++++.+..+++.+++++++###############+#####", "#$$%$#%$%%%%%%$$#####++++++++++++#########+#####$####++++++++#++###########%%%%*%**%%%%*%##%#####+#%#########$$$$$%$$#$#%$$#%$#$$%##$$$$#$%%$$$##$$#$########$##+########$#$$+##$$#########$%%%%#%$$#%%################++++++++++...++..+++#+#################++####$$$#$#", "++.+++++####$#######+++++++..............@@@@@@@@@@@@.@@.@@@@......@@..@@@.@@.@....@..@@@@@@@@@&&==&@&@........++++++##$#$%*%%%$%******%*-**%*%*%*%*%%%%%%%%$$####+#######$####$$$$$$$$$$$$$##$%$##$$$$%%%**%%$%%%%%%%%$$$$$$$$$##############$######$#$$$$$###+++++#++++.", "+++##++++########%%%%%%%%%%$#$###$$$####$$$$$###############$%%%%*%%%%%$%$$%########$#$#$#+####+#$####++#+########%*%%%$%##+#++#+....@@@@&&@@&@@&@@@@......+.....#+++....+++++++++++.++++...++....++++#+++++++.+.++++++..@..........+++.+.+++#++++++#++++#+++#++#+###+#+++", ".++.++###$##%$#%%%$%%%%%%%%%%%%%%%$%%$%$%$$###########$%%%%%%%%%**********%%%%%%%%%%%%***---->,>>,>,,,>>---*-**%%*%%%%%%%*--**%***%%%%*%%$%$%%%#%%%$#$$%%$%$$%$%$$%#$%$$######$$%$%$$%%%%%%%%%%*************%%%%%$$###$$###++++++++++.+...++.+....+...............@.@...+.", "#########+###$#$###$$############++#####++#$$$$$#%$%$$%%$$$%%%%*%***%%%%%%%%%%$$##$$$$%%%%%%%%%%%$%$#####$$$$######$$#####+##++#+#+###########$###$##$$#####$##$$$$$%%*%%%%%%%%$%%%%$$$$#$$$$%$%$%####$$$######+++...+++++#+##++#+####+####++++++#+++######$##############", "@@@..++++++++.+++###$###+#++++++######$##$###$###############$##$##########$%%%%**---*->>>-,----,>>>-->---****$$$%%$#$#+#+++##$%%%%%***%**%%*%%%%#$%%%%%%%%%#%$%$$#######+##$###+#++++++..++++++++......+++++++++++##+++++++++++++...........@@@@...@.@@@@&&&@@@@@@@@@@&&@", "+.+..+++#++#++++++++######+++####+++++++##+##+++++#####$$$%$$#$%$$%%%*%%$####$##$$#########++#++++++++++##++#+$$#$#$$#%%#$##%******-******%%%$########+#####++++#+++++##$####$%$$$$$%%%%%%%%%%%%%%%%%$%%%#%%%%%%$$$%%%$#####$#####+#++#+##+++++.++#####++++++++.........++", "*%%%%%%%**********-***-***-**%%*%%%*******-*****%%%%%$#####+###++++++########+#+++#+#+#+###$#$%%%$#%%%%$%%#######+###+#+++.+#####+##+####$#####$#+#++++..+..........+.++++++++++$$##$$#$$%%%%**-**%%%*%%%%%%%%%%%%$#$%$#$$$$#######%#$#####%%%%%%%%%%**%%%%%%%%%%$%%%$*%%%", "%*$##%######$$####$%%%%%%***-***-*%%%%%%%%%%***%****--*-*%****%**%%%%%%%%##$#$#$#$#$#$$#$$%#%%$%%$$$$##$%$$%$$%$%%###%##$$$$$$$#$%%*%*%*%**%-%%%*%%%*%****%%%%%%%%$#$%%%%%%%$%$%%%%%%*%%%%%%%*****%%*%%%%%%%#$%$$#$%##########+####$##%%%$%%%%*%****--*-%%%****%*****%***%", "@==&@@@&.@&=&@...++++++++#++..++#######%##$$$*%%*%%%%$###%$$$#####%$%$$#######$%%%%*%%%%%%%$$$#######$#$##+###########$$#$$#%%#%######+#+++++++.+##+##+########+##++++++++++######$%%%%%*%%%*%%%%%%%%%#+##++#+###+#+############$##+##+++++#####$$##$%##+##+.+++.+.....@@@", "++#+.++$++#######++.++++#######$$$$%******-**-****-*%%%%%%$%%%%%%%%%%%%%$$%%%***->---------***%*-***%*%*%%$%$$#$$##$######$#####$$#%###$$%$***-----*-----***-**%%*%%***%%%%$%%%%%%%%%%$##%%%%%%%%%%%%*$$%$$#$#########$%%%%%%%$%$%$%$%%%$$$$%%%$##%##$$$####..@..+@.....+.", "###$%$$%***-->>--*%%*%%%$%***%%%*%%%***--*****--****%%%%$$##$$#$####%$#%%#$%#$%%$%%%%$%%$$%$$#$#$###++++.##++++#######$%$#$$#%%**%***%**%%**-****%**-*****%%$#$##%$##+#++++++...++.+++#######$%**%%%$#$#######.+++.++.+#+##++++++#+#+++##++######+######++#####++#++#+++##", "##$##########++.....+#....+++++++++#+++###++.+++#++#####+##+++++++#+++#++###$%%%%***%**-********%%*%%*-****%%%%$$##$####$%##+####+#++++++..+++.+@....++++++#######+++.+++++#########+#########%%%%%%%$$$$$#+#####$##%%%%$$###%##%####+++####$#$%%*%****-*****%$$$%$###+###", "********************%%%%$$%%%%%*%%%$$%$#%%%%%%$%%%$######++++........+...++++#####$###+++++#+++++#+#+####$$###$##+#########++#$####$$$$$$$####$#$$$%%%#%%%*%%$$$$#$$$%%%%%%%%%%####$#$$$$$##$%#####+#+++...+++.+.@@&@@@.@@.++++++#$%#$%%%$%$$%***%**%********%%%%#$%%%%%%%", "====;;;;;==@@.@....+.....++++++..+++#######+++++##+#+++++#++####+###+##+#+##++###$####$$$%%*%%%**%%**%%%%%$#$##$#####+++...+.###++++++####%$%%$###$$%+#+++++++++++++++###$##$##$$%%$%%%$$#%%$%$$%%%%%***%*%*%%$###$#$##$$$#$$$$##$$#####+++++++###########++..+.....@@&===", "#$$$$%%%%$$$#%$%%$%%%%$#%%$%*%%%%$%%%%%%%%%$$$#++....@@@@@@@@@@@@@@......++#$$%$$%$$%%%%%************%%%%%$$$##$$$###+##+##%$%%$*%%%%%******-***->-******%**%%%%%$#$$####++++#+++++##$##%$$#+++++++++..++++#+++++++.+++###############+##+$%%$#$$%$%$$%%%%%***%*%$%*#$##$#", ".++++##########################$####$%%$%%$$##$#+######$##+#++++.+.++++++++++++++++++++.++++++......+++++++++++++++++++++++++##+###$#$##%**$****%*%%%***%%%*-*%%%%%%%$%$$#####$%%$#$$$$####++####+#++..+++++#+#######$$#$#$$$$#$$$$$%$%##$##++++.......@...@@.++++..+.++.@", ".++....+...++##+++++++##+#++++++++++#########$#+++#####+####+#+++++++++++#+#+++#+++++#++++++#####$###$##$#####$#$################$%$##$%*****%%*******%%%**%$%$$$$%%%%%$%$#################++++++.++++++###$###$##$$$%$%%%%%$$%$$$$$#$##########++.+.+..+.........++#.+++.", ".+++++@....++.....@..@&&@@@@@@@@...............++++#########$$#%$$$$%*%%%%%%%%$$$##$$%%%*%**%%%%%**$%#################++.....+.@...++++++###$####++##+++++++###+######+#++++++++#####$$$%%%%%%$$#%%$%$%%%%%%%%%%%$%$%%%%%$%$#$###+....+.+.........+.....+.+++...##+#...+++", "%%%%%#$######+.+.++++.+##++###$$$#####+##%#$$$#####++++..+++++#####++..+.++++.++++++++++##$###$$###++#########+..@@....@.@.@@@.++++#+..@.@.+++++++..+++++++++###$$$%$%$#########++#######$%#$#$%#$%%%%#$$#+++.@..@.@+..@.......+.+..+....+###########$#%*%%#%%%%$$%%%%%$$$", "@@@&&&&&&&@@@....@@..+++#+##+#+#+++#+..+..@......++.++.++.....++...++++####+++####$%%%********%*%%%%%%%%%%%%##++++####++#++.+++++########+###++...+++....+##$###########$%%%$$%$#$$#++##++++++++##$%%*%%%#$%%#####$#$$$###%##$###$%%%%%$%%$$$$###########$%%#$##...@=&====", "%%$$#$$##$###$#########+....++....@@.....@@..@@@@.@@@...............@.++.+++..+.++..++#####$$$##$########++#+++++#++++..+...@...+++++++##+#+#######+#++###++++###++####++#+++#++++++++++..........++++.+...........+++++++....+..+##$$%%%**%%$$#$###$#$%%**--**%%%*%$$%%%#", "+++++.@@@....++######+#+######$######%%$#$$$$$$$$###%%%%%%%%%%**%$%%%%##$###+++++####+##########++++++++#+++++++++#++++..+++++++#+#####$#####++#+++++++++++########$$$%$#####+++##$####$$%%$#$$%%$%%%%%%%%%%$###++..+++#+#######++#####+#####++..@&@@@@@.+..@@@@.@@@..@.@.", "...#+######%$###$$$%%%$##$$$###$#####%%%%%%%%%%%$#$###%%%%%*%%%$#####$%$#$$$$$#$#$$##+#+#$$%$%%$#%%%%%#$$$#$%$$#$%$###########++###+.+###+###$######$################%#####+++++++##+#+#########+#+++.+++++###+####+##+++###+++.....@@@@....++####+$#$%$%%%%*%**%%%###..@@", "##+++##++.......++++####%$%%%%%%%%%$$#$%%%%$$#$$%%%%%*%*%%%%$%%%**%%%%$%$##$$####%%%%$%$%%%$%###$$%####$***%%$%%%%%%%*%%%*%%%*%%$######+.....+.+.+++.+.......@@@@...+.....++##$$$%#$%%%%%$######+#####$%%%%%%%%%%%************%%%%%%%%*%**%%%%$$%%$%$%###+#++######$#####+", "******%*%%%%*******-----*----*-------*------****--***-%*******-%%**%%%$##$#$#######$############$#%#$%$#$$#$%%%%%****%**%%%$$$##+######%%%$%$%$%%%%%***%****%%%%%%%%%%%%%$%$$$####$#%%%%%%$$#$########$$$$#$%%%%$%%%%%***----,,>*>>---*-*--*%%%%%#####+##$###%%%%$%%$%%%**", "--->-',,,'',>>>-****-*---*-*****%%%$$$######+++.@.@.....@@@@@@&@@=&===&&&&&@&&&&@=&@@..@@.@@@...@@..@..++####+##+##+++++..@@@@@@@@@@.++++#+#++#######+++++..++++##+##+####$##++##++++++......++.....+++++#++.+......+++.++++.....@@@.......+....++.++#+########$$%%*%**---", "++.+++++...+..++#$$$%%$%%$%%%*****--%***%*%%%%%%%$$%%%%*-*-******%##$$##$#$##########$##%%%%$$*%%%%$######$$$%$#$#$$%$####++#+#+###%$$###++++++.......@@@@@@@@@@++++++#+#++++..@@@@@@@@@.....++.++++++...+........@&@@@=@@@..@+..@@@&&&@@.@......++#++++++######++.+..@.@.", "=====@@...+.++#+++###%#$#%%%%$%$#%%%%%%%%%%%%%*%%%*%*%%**%%%%%%%%*****%%%%%%%%%%*%%**%%%%%%#+$####++++++.@@@@@...++#$$##$%***-***-*----------***-------->>>-->>,,,,>>>----**--****-*--**%%%*****%**%%%%%%%%%%%%%%*%%%$%$$%#$#$$%%%%%%%%%%%%######+###+#++##+++.+@.@@@@@&==", "-%*%%%$$$$%%%%$%%%%%%%$$**%%%%%%%%%%%%%%%%%$%$%$$%%***%$$*-*-***%%%%%%$####++++###$$%%%%$%$%%$$$%%%%%%%%%$$##$#%$#####$$###$#$#+++###########++#++######$###+++######+##+++++++####+++.+#++.+.++++..++...+++++.@.@@@&&@@&&&&&@&=;====&&@...+++#####%%%%%%%%%%%%**%**%**-*-", "==&@&@&@@@@@@..+####%$#$#%#######%%$%$##$##++####$##$$#####+##+.#+++++.++..+.@@@@@@......++.++..+++########$$$$%$%%#%$$%%#%%$$#$#+..++..++++#+###$$###+######++..+++.....++########+###$$#++++++#+#+#+#+$$%%%%**$$%%%%$#+#+++##+########$##++###+++++++++.+.....++..@&@&==", "$$##+++++###$##$$$$$%**$%$$$#####$$#$$##+++#+#+.@.@..@....+@@@@@&@.@@@&&@@...+...+++.+.....@..+++++++++++++++###+##$$%$%%%####+$#####$$%%***%%$%$$$%*%$$#####$%%%$%%%%**-*%%*%%%%%*%%$$$$$$%*%$$$$$%*-***-***-****%%%%%%%%%%*******-*%%%%%%%%%%$##++#+++#+++.+##$$$%%%##$$", "---**-****------*--*-*-------***----->--------%*-----**--*****%%%####%%###########$%$##%##$######$%####$####$%#%##########++.++#.+.+@....+++++++++++++++.+++#+++#+####$$$#$$$$%%$$%%%$%%%%%%%%**%%**%%**%%**--->***-****-*--*-----*-*****%%%*$%%%*%%$%$%$*-----,>>>,,,>,--", ",,,,,,,>-,,--**>*%%**%%%$#%%$#$#$%%%%**--->--->------------->-,,,,',,',>>>,>-----******%%%%************%%%%%%%$$%#$%%%%*%%**%%%%%$%#$$$%$$###$$%%%$%%*$$$%%$*$$$###$$$$$$$%%%%$%%**$$$$$#%####$##$$$%%%%%%%%**%%%$$#####+###+++..+......+.+.++#+#++#$%$%%***-----,''>',,,,", "++#++#+++++@...@@@@..@..@.@.+..#####+++##++.++#########$###%%*****---*******%%%%%%%%$%%%%%%$$#$#+#####$#######$$%$%$%%%%%%%*%%******-->->->>>,->--->->>----*-*----->>>>>>>,-->------***%%%%%%%%%%%%%%%%$$%*%$$%%###+....@....+.+#+##$###$#$%###%#########$*%%*%%****%%%$$#", ".+++@+@+.+.+++###++####+#$#$###++++#++#######%##%*-*--->>>>>,>,,',,>>,,,,,->>,,',,,,,,,,,,,>->>----------**********%%%%$$%%$#$###$%%%%$#$%%%%%%%%*%%*****-**%%%****%$%%%%%**%%%%******-*%*%%%%%*%%%#$$#$$#$$#$####$%#########$#+#####$%%$*%%%%%*%%%*******-*-%*%-***%%%%$#", "############$%%%%**%*---->,''>>>--*--*-*->--------*-->---*------------*%%%%%**%%%%%*%$$$$#####$$$#$$###$$#++####++++++..++.++..@@@.@@&......+.+#+++++++++.+..@....@.....++++##$%$$##$$$$$#####+###$$$$******-*-->****%%%%%%%######++#++####$%%%%%$%%%*%*$#$$#%%##$$$##$#$%", "*%%%%%%%####$$$%%%$%#%##$##+++.+++##++.++++++++....@@.+.@.@....+##$$$%$%%%%%$#$###++$++#+++++####$####$$%%$#########%$%%******-*--**-->*,,-,,,','',',,'>->->,>>---->---->,,',,>,,,,,>>>>>>>----****%%---*******-********%#%%%%%%%$******$%$%%$%%$#$$##$$%%%%******>----***", "...+...+..+.++++++++#+++++++++$##$%$$$##$$#$%$$$$#$#$$##$#%$$%$$#$########$######$$####+###++#+++##++++#+####++++++###$####+++++#+$###$$##%%*%$##$$$#$$$$############+#+++#########++++++..++##+++.++.++#+#######+#############+++#+++++++.+++++++.+.+....+.....@.........", ".+..+++++++++++++###+########################################$###$##$$#$%$$#$%$%#$$$%$%$%%%%*%%***%%%%%%%%$$$###$%####++++..++...+.+...+...####+++###+##+###+#####++#++++++.....@.....+++++#+#++#$$##$$$$%$%%$%%%**%%*%$%$$$$$#$####++#+++++##++++##++#$###+++++++#++.++..", "+####++##+##+#+#+#+#+++++++#+.......@@@..+++++.+...+++++#######$$$$%$%%%%$%%$$#$#####+##+++.+++########$#$$$$######$$$$$$$%%%%%$%$%*%*#%$%%$$$%%$%$$%%%%%%######$##+++++#++++#+++++#++..+.......++...@@.@@......@.@........@.......+++.+++..++++++++++++#+###++#++#++++#++", "@@@.@....++.+.+....+..++....+......++...+++#+++######$##########++++++++.+....++#+++.++++.+###+##++###++++++###$$$$$$$#$$%$$$$$$%#$%%%$####....@@@@..++...........++++..++++####$######+#+++++...........@.@.......+....@......+++++#######++......@@....@.@@@@.@@@@@@@@@@", "++..@.@..+....@...............................@.....+.++++++..+++#.++.+++.+++++#++++++++++++...++.++++++.++++#$$$%%***%%%$%%%%%%#%%**---**%***%$$$$$#$#+#+##++++++#.++........+++++.+.....+...+..........@...+.++++###+++++##++++#+###$$#####+++++++.++++++++++.+.+..+++++", ".....++.+#++++++###+##########+####$#####%####$$######+++++++++......+..++######$$$$$#%%*%$$#++####$%%%$$$%%%$#%$$$#$$$$$##++.......+.+@@@..@...++++##+#+++#++#++####$######+$##$##$####++++......+......+++.++##+++++.++++..@@.@@.........................@.@.@@@@@...+..", "+#++++++++#+++.+++##+##++++..++..++#+++#++++....++..+++...++++#+#####$#######$#$$####$$$$$#####$####%%%$#$$#######+#####$%$%$$%%*%%*****%*%$%$###+++++++###$####$#####$#$#$####++++#+++++.#++++####+##+++...............+#######$##$%$$%#%$#####+.......++++++++##++++++++", "#####$$%##$#$$##+#######+##############+++++####+++++#+#++##+++###+##+###############$##$$$%%%%%%***%****%*%%%%%%%%%***%%$$%%%%$%###++++##+####+++++.+++++##++.+........+++.#+######$#$$%####%%%%%%%%$%$$###$####$$%%%$$#####$##$++#++++++++#+#+##+++##++####+++.......+++", "***%****%******************----*******%**-*%%%%$%$%$%$#$######+#+++.+.....+++.+..++###$###$#$$$$$%%**-*----*---***-**-*%%%%%%#%##+##$###%%%%%%*%%%%*%*%%%$$$%%$$$$$%$####$%#$#$$#%%%%%$%%**%*-*****->>>,,,,-,,--*--*-***%$$###$#++#+#++######$%####%%%%%%%##%$%%%%%*******", "**--*******%%%$#$###+##+++..@@@@@@@&@&&===&&=&=&&@@...+++###$#$$%$##$######+++++#++++.+..++++..+++####$+#+++...+++.+.++++..+..+.++++#++###$##$%%$%%%%%%%%%*%$%**%$$###++##+#+++######++.............@..@@@@@&&=@@@&@@@@&@@&@@@@@.@..+.@++++++##$$$$%%%%%%%--*->>>*--*%%***", "##$$##$$%$**%**%*%%%%#$##$$#++####$$####++#++............@.@..++...+.+.+.......++##+#++##++++.....@.+++++++.++......+.++++++++##+#+++######++.+............@@@&&@@@@@@@..++++#+##+#+++.++...@@@@@@@@@@@@&.@@@@&&&=&&@&@@@@@....+.+....++###.+.......++.+++.++....@...+####", "#######$###++###############+#++++#$#++#++#++#++++++...+++++++++++++.....+.....++++++++++.+####$#$#%####$$$%%%%%%***%%$$$$#############+++#+####%$$######$$%%%%*%%%%%%%%******%%%%%%*%%%%$$$****$%$#%#####$%%%%$%%$$###++##+++++++++++#.+......@..@&&&&@&@...@.@@.....++++", "%$%%***%%$$%$%%$%%%%%%%$######$%%##+#$%%$%$#######++###+#++#++.....++.++++#+##+#+#++##++++.......@...@.....@.....@@@@......+++####%%%%%%$$%$$$$#$%%%%%$%##$$###$$###$####$$#####+++++##++.....@@@@.@@&@@@@&&&=&@@@.+++#+#####$%%%%$$$$%%$%*%%%%$%%****$%$$%###$%*%%$%%%%*%", "##$$%$$$$$#%%%%%$$$$#$#$%*****--**%%**%%%%$%%%$$%#########++++.......@.............+...................@...+....+++##+++++++++++++++.+.....++...@.@@@@...........++++++++#+++.++...+++#####+.++#+++.....+++#++++###$$##############++#+++++##+#...@@@@@@.@@@@.+.@.@..####$", "$####+#+##############$%%#$#$#####$$#$######+##+++##########%$$$$###+++++++.++.....+......@.@@...+..+.+++++++++...+++++++++.++.++++++++..++###$$$##%####+++#+#########%%#######$%$#%$$$%$%%$%$$#$$%$$$$%$%$$%%%%#%#$###%###++++++++.....@.+####+++.+.+......@@...++#++####", "###$%%%*%%%%-**---->->,>,>,,,>,,,,,>,>>,','>>>>-----*%%%%########++.++.+++#++#.+.###+###$#$#####%#$#$$%$$%*%%%%%%%%%%%$$$$$$%%%$$$$$----***%%%$%########+##+++######$#$$#$$$%*%%%****%%%-%*%*%*-*--***********-***-*%**%%$%#%%$#######$##$#####%$#%##########$$$$%%$######", "********%*******>*---->>,,>----****%%***%%*%%*%##$##+#+##+++++..++.++............+++++++.+.........+#++###++++..+++++#+++++####$$#$%**----*****%*%%$$%#%$$$%%%$$%%%%*%%%%%%%$$$$$$$$$$##$###++##+#++#+#$##+##++#####+#############$#$%$$$#%#%**%%%%%***-*---*-,,,>---*%***", "@@..........@@@..@@.@.@@@.+##$####$$#$$#$#++++##++++#+++####+#++#+++++++#++##++########+#+#+#######+++++++++####+####+#########$$$$$%*********-******-**%%**%*%%%%%%%%%%*%%*%%%%%%###%%$$%%#%%$###+++##.##+++++##+#$$#%%%%%%*%%**%%%%$$$%$$$#%###############+#+.....@.+..", "$##%%$$$##############$%%%#$%%%*%%%%$$%*$%%*%*$$%%%%*%%%$%#####+++.++++.+##+#########++#+.+@.++.+.#+++++#++++++###+++##########$$$%*--**%$#$%$$#$%%$$#$$$###$####$$%%##$#$#$#++++.+++....@.@@@.+..+###+++#$$$$%$%%%%%%*%**********---***%#%**%***%***%%%%%%%%%%%%%%***%%%$", "##########%###%%*%%$$%%%$#####+++++++###++######+####$$$##########$######.++.+.....@@.....@@@@&&&&@&=@@&&&=&======&===&@@@@@@@@..+###$##+#+++.+.++++#++#+#######++$######$$#%%**%*%%%*#######$$###$$$#$++##++++++++++++####$$######++++.++.@@@@&&==&=&======&@@.@++++++...", "**%**********-**,--->,>>>>>>>*>,>>,,,>->>>>,,,,******-**%*$##+++++++++++++##++##+##+##$$#############$$$$$%%$%$###+##########+#++###%%%**%%%**-*--**>>>-****$#%####+++++++#.+..+##++.+++++.@+++##########$%***$$%#%%%$##$%$%#$$$%%%***%*%%**$###$##%%%%*%***%##%%%%%%****%", "######%%#%%%%*******%*%%%***$*$***%%%%%#%%##############+++.+#+###########$++++#+##++##+++++++#+++#++..+++++.+++++.+.@.+++++############+++##+###$$%**##$###$##$+#...+....++@@@@..+##+######+#++++.++++#####$$$#$$#++##+++.++..++.+..++#++.+++++#.++#+######$#$$####$#####", "##+##$#$##%$**************$$$%%$%*%%$%%***%%********%$*%%%$####++++++.+.+++###########++#++#++.+++++###+#$#####################$$###''%$%$%%$%%%#####$%$%%%%$$$%%####%#%#####$#$%******--*----*-******-*****%*%#####+###....@.....&==@@..+++####++#++.@@@+..+++##++#.++###"}; matchbox-themes-extra-0.3/expose/gtk-2.0/check2.png0000755000175000017500000000105010006170141015465 PNG  IHDR;֕JbKGD^DV pHYs  ~tIME4ȑ5HIDATxMkAͶSh/GCB䩐CUJ//S{@S!_t51/n!m{=0R~m(\_<}چ( Ƕ 2Ec &L(KR~ûU`45Ml;Cgon3!/~<1NnkWgq[="Cwx3}%&sjMedl գaq'?L`C$H2a94~uA8\_^Yaø#Eqz6ߖ] c|*GMŇx@>ђtֹ5a:01Nq(L`10ܽw/ZG}Ev3u3Mqn OfnifZ(ޙ..nr?'*~2C|IENDB`matchbox-themes-extra-0.3/expose/gtk-2.0/arrow_right1.png0000755000175000017500000000031010006170142016735 PNG  IHDRH-bKGD pHYs  ~tIME 2/UIDATxc`@c 2 dPK  ,ш|ǧ:0[0r?1&N%9pHID[H͐IENDB`matchbox-themes-extra-0.3/expose/gtk-2.0/bc.xpm0000755000175000017500000013202010006170141014734 /* XPM */ static char * bc_xpm[] = { "1024 19 441 2", " c None", ". c #A8A8A8", "+ c #A7A7A7", "@ c #A6A7A6", "# c #A4A6A5", "$ c #AAABAB", "% c #B0B0B0", "& c #AEAEAE", "* c #ADADAD", "= c #ACACAC", "- c #ABABAB", "; c #AAAAAA", "> c #A8A8AA", ", c #A8A9AC", "' c #A8A7AA", ") c #A8A6AA", "! c #ABA8AD", "~ c #A5A0A7", "{ c #ACA6AF", "] c #B1A9B4", "^ c #AEA4AF", "/ c #AFA7B0", "( c #B0A9B0", "_ c #AFAAAE", ": c #ADABAC", "< c #ADACAA", "[ c #ACACAA", "} c #ABADAA", "| c #AFAFAF", "1 c #B1B1B1", "2 c #B2B2B2", "3 c #B4B4B4", "4 c #B5B5B5", "5 c #B3B3B3", "6 c #B6B6B6", "7 c #B7B7B7", "8 c #B8B8B8", "9 c #B9B9B9", "0 c #BABABA", "a c #BDBDBD", "b c #BCBCBC", "c c #BEBEBE", "d c #C0C0C0", "e c #C2C2C2", "f c #C1C1C1", "g c #C3C3C3", "h c #C5C5C5", "i c #C8C8C8", "j c #C9C9C9", "k c #CCCCCC", "l c #CBCBCB", "m c #CACACA", "n c #CDCDCD", "o c #CECECE", "p c #CFCFCF", "q c #D0D0D0", "r c #D2D2D2", "s c #D1D1D1", "t c #D5D5D5", "u c #D6D6D6", "v c #D7D7D7", "w c #D9D9D9", "x c #DADADA", "y c #D8D8D8", "z c #E2E2E2", "A c #DBDBDB", "B c #E0E0E0", "C c #DCDCDC", "D c #E8E8E8", "E c #D4D4D4", "F c #D3D3D3", "G c #C6C6C6", "H c #C7C7C7", "I c #C4C4C4", "J c #BFBFBF", "K c #BBBBBB", "L c #A4A5A7", "M c #9D9D9D", "N c #9E9E9E", "O c #9E9F9E", "P c #9EA09F", "Q c #A6A6A6", "R c #A4A4A4", "S c #A2A2A2", "T c #A1A1A1", "U c #A7A6A3", "V c #A6A7A2", "W c #A5A7A2", "X c #A9A9A7", "Y c #A9A9A9", "Z c #DFDFDF", "` c #A0A0A0", " . c #9FA1A0", ".. c #9FA0A2", "+. c #A9ABAA", "@. c #A9AAAA", "#. c #A9A8A5", "$. c #A7A8A2", "%. c #A6A9A2", "&. c #A6A8A3", "*. c #A4A4A2", "=. c #A5A5A5", "-. c #A8AAA9", ";. c #AAACAB", ">. c #ABADAC", ",. c #9F9F9F", "'. c #9A9A9A", "). c #999A99", "!. c #979998", "~. c #A5A4A1", "{. c #A4A5A0", "]. c #A3A5A0", "^. c #989A99", "/. c #9A9C9B", "(. c #ABABA9", "_. c #A9A9A8", ":. c #A3A3A3", "<. c #ABAAA8", "[. c #AAAAA8", "}. c #9D9D9C", "|. c #A0A19D", "1. c #A3A49F", "2. c #A5A5A3", "3. c #ACAAAB", "4. c #ABABAD", "5. c #AAABAD", "6. c #9D9D9B", "7. c #A1A29D", "8. c #9E9E9C", "9. c #9C9C9C", "0. c #9C9C9B", "a. c #9F9E9B", "b. c #A1A09B", "c. c #A3A3A0", "d. c #A2A0A3", "e. c #A1A0A5", "f. c #A1A0A6", "g. c #A0A1A6", "h. c #A4A4A6", "i. c #9C9C9A", "j. c #A1A09D", "k. c #9F9E99", "l. c #9D9C98", "m. c #A3A3A2", "n. c #A3A29E", "o. c #A4A3A1", "p. c #ACACAE", "q. c #ACABB3", "r. c #C9C9C7", "s. c #CAC8C9", "t. c #CAC8C8", "u. c #C9C9C8", "v. c #A3A3A1", "w. c #A2A19D", "x. c #A1A09E", "y. c #9E9E9D", "z. c #A8ABA3", "A. c #AAABA6", "B. c #ABA8AE", "C. c #ABA8B1", "D. c #AFAFB1", "E. c #C6C5C4", "F. c #C6C5C1", "G. c #C8C4C3", "H. c #CBC7C6", "I. c #C9C8C4", "J. c #CAC7C5", "K. c #CAC8C5", "L. c #CAC7C6", "M. c #CACAC8", "N. c #C9CBC8", "O. c #CACCC9", "P. c #C8CAC7", "Q. c #C7C9C6", "R. c #C5C7C4", "S. c #C2C4C1", "T. c #C1C3C0", "U. c #BEC0BD", "V. c #BDBFBC", "W. c #BCBEBB", "X. c #B9BBB8", "Y. c #B7B9B6", "Z. c #B6B8B5", "`. c #B5B7B4", " + c #B4B6B3", ".+ c #B3B5B2", "++ c #B3B5B3", "@+ c #B4B6B5", "#+ c #B4B5B6", "$+ c #B4B5B7", "%+ c #B3B4B6", "&+ c #B2B3B5", "*+ c #B3B4B5", "=+ c #9D9EA0", "-+ c #A5A6A5", ";+ c #AAACA3", ">+ c #ACADA7", ",+ c #AFAAB0", "'+ c #AFA9B3", ")+ c #AFADB2", "!+ c #C8C7C6", "~+ c #CBC7C4", "{+ c #CDC9C6", "]+ c #CCC9C7", "^+ c #C8CAC8", "/+ c #C7C9C8", "(+ c #C6C8C6", "_+ c #C6C8C7", ":+ c #C6C8C5", "<+ c #C5C7C6", "[+ c #C4C6C5", "}+ c #C4C6C3", "|+ c #C3C5C4", "1+ c #C3C5C2", "2+ c #C3C5C3", "3+ c #C1C3C1", "4+ c #BEC0BE", "5+ c #BEC0BF", "6+ c #BDBFBE", "7+ c #BDBFBD", "8+ c #BCBEBC", "9+ c #BFC1BF", "0+ c #BFC1C0", "a+ c #BFC1BE", "b+ c #BCBEBD", "c+ c #BDBEBF", "d+ c #BDBEC0", "e+ c #BCBDBF", "f+ c #BBBCBE", "g+ c #BBBBBD", "h+ c #A3A5A4", "i+ c #A3A4A8", "j+ c #A4A5A5", "k+ c #A2A59C", "l+ c #A2A39D", "m+ c #A5A0A6", "n+ c #A59FA9", "o+ c #A2A0A5", "p+ c #C1C0BF", "q+ c #C0BFBD", "r+ c #C1C0BE", "s+ c #C0BFBE", "t+ c #BCBEBE", "u+ c #BCBDBE", "v+ c #BDBFC0", "w+ c #BEC0C0", "x+ c #BEBFC1", "y+ c #BDBFBF", "z+ c #C0C1C3", "A+ c #C0C2C1", "B+ c #C0C2C2", "C+ c #C0C1C2", "D+ c #C1C2C3", "E+ c #C1C3C3", "F+ c #C2C3C4", "G+ c #C2C4C4", "H+ c #C2C3C5", "I+ c #C2C4C3", "J+ c #C3C4C6", "K+ c #C3C5C5", "L+ c #C3C4C5", "M+ c #C3C4C4", "N+ c #BFC0C2", "O+ c #BFC1C1", "P+ c #BFC0C1", "Q+ c #BABBBC", "R+ c #BABBBB", "S+ c #B9BABB", "T+ c #B8BABA", "U+ c #B8B9BA", "V+ c #B8B9BB", "W+ c #B9BABC", "X+ c #B7B8BA", "Y+ c #B6B7B9", "Z+ c #B6B7B8", "`+ c #9E9FA3", " @ c #A4A5A4", ".@ c #A6A8A1", "+@ c #A8A7A3", "@@ c #AAA5AB", "#@ c #AAA4AE", "$@ c #A8A6A9", "%@ c #C6C6C4", "&@ c #C7C6C4", "*@ c #C6C5C3", "=@ c #C5C3C5", "-@ c #C2C2C4", ";@ c #C1C2C4", ">@ c #BABBBD", ",@ c #BABABC", "'@ c #A4A5A9", ")@ c #A8A9A8", "!@ c #A5A7A1", "~@ c #A6A5A1", "{@ c #A9A2A9", "]@ c #A9A2AA", "^@ c #A7A5A8", "/@ c #C7C6C5", "(@ c #C4C3C1", "_@ c #C4C3C2", ":@ c #C3C2C3", "<@ c #C2C2C5", "[@ c #C2C1C6", "}@ c #C4C3C8", "|@ c #C3C2C7", "1@ c #C1C0C5", "2@ c #C5C4C9", "3@ c #C0BFC4", "4@ c #BFBEC3", "5@ c #BEBDC2", "6@ c #BDBCC1", "7@ c #BCBBC0", "8@ c #BCBCBF", "9@ c #BDBDBF", "0@ c #BDBDBE", "a@ c #A5A7A6", "b@ c #A5A6AA", "c@ c #A2A3A3", "d@ c #A5A7A3", "e@ c #A8A7A5", "f@ c #ABA4AB", "g@ c #ABA4AC", "h@ c #A9A7AA", "i@ c #C5C4C5", "j@ c #C4C4C7", "k@ c #BBBABF", "l@ c #BAB9BE", "m@ c #B9B8BD", "n@ c #BBBBBE", "o@ c #A1A3A2", "p@ c #A1A2A6", "q@ c #A1A19F", "r@ c #A39FA0", "s@ c #A69CA4", "t@ c #BEBDBE", "u@ c #BEBCBF", "v@ c #BFBDC0", "w@ c #BDBBBE", "x@ c #C0BEC1", "y@ c #C1BFC2", "z@ c #C2C0C3", "A@ c #C4C2C5", "B@ c #C6C4C7", "C@ c #C5C3C6", "D@ c #C3C1C4", "E@ c #C3C1C2", "F@ c #C3C2C1", "G@ c #C3C2C0", "H@ c #C2C1BF", "I@ c #A7A9A8", "J@ c #A7A8AC", "K@ c #AFABAC", "L@ c #B2A8B0", "M@ c #ACAAAD", "N@ c #C8C6C7", "O@ c #C8C6C8", "P@ c #C7C5C8", "Q@ c #C7C5C7", "R@ c #C6C4C6", "S@ c #C5C3C4", "T@ c #C4C2C4", "U@ c #C3C1C3", "V@ c #BFBDBF", "W@ c #BFBDBE", "X@ c #C2C0C1", "Y@ c #C2C0C2", "Z@ c #C1BFC1", "`@ c #BEBCBE", " # c #BDBBBD", ".# c #BDBBBC", "+# c #BCBABD", "@# c #BCBABB", "## c #BCBABC", "$# c #BBB9BB", "%# c #BAB8BB", "&# c #BAB8BA", "*# c #BBB9BA", "=# c #BBBAB9", "-# c #BBBAB8", ";# c #BAB9B7", "># c #B9B8B6", ",# c #B9B9B7", "'# c #A2A4A3", ")# c #A2A3A7", "!# c #A9AAA9", "~# c #ABA7A8", "{# c #ACA6AA", "]# c #AAA8A9", "^# c #C8C8C7", "/# c #C7C7C6", "(# c #C6C6C5", "_# c #C7C7C5", ":# c #C3C3C2", "<# c #C2C2C1", "[# c #C2C2C0", "}# c #C1C1BF", "|# c #C1C1C0", "1# c #C0C0BF", "2# c #BFBFBE", "3# c #BFBFBD", "4# c #C4C4C3", "5# c #A6A8A7", "6# c #A6A7AB", "7# c #A0A1A1", "8# c #A9A5A6", "9# c #AAA4A8", "0# c #C4C4C2", "a# c #C5C5C3", "b# c #C3C3C1", "c# c #BEBEBC", "d# c #BDBDBB", "e# c #BCBCBA", "f# c #BBBBB9", "g# c #B8B8B6", "h# c #B3B3B1", "i# c #B3B3B2", "j# c #9B9B9B", "k# c #999B9A", "l# c #999A9E", "m# c #A7A8A7", "n# c #A5A3A6", "o# c #A8A2A6", "p# c #A9A3A8", "q# c #A8A3AA", "r# c #A6A1A8", "s# c #A7A2A5", "t# c #A7A5A3", "u# c #A8A8A3", "v# c #A7A7A5", "w# c #A5A6A7", "x# c #A6A6A8", "y# c #A7A5A6", "z# c #A9A4A8", "A# c #ABA9AA", "B# c #C3C3C5", "C# c #C4C5C7", "D# c #C6C7C9", "E# c #C0C2BF", "F# c #BBBCBD", "G# c #A0A2A1", "H# c #A0A1A5", ". . . + + + + + + + @ # $ % % % % % % % % % & & & & & & & * = = = = = = = - ; ; ; ; ; ; ; . . . . . . . . > , ' ) ! ~ { ] ^ / ( _ : < [ } } - - - - - - - = | | | | | | | % 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 3 4 4 4 4 4 4 4 5 5 5 5 5 5 5 5 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 3 3 3 3 3 3 3 3 5 5 5 3 3 4 4 4 4 4 4 4 4 4 4 6 6 7 7 8 8 8 8 7 7 7 7 7 7 7 9 0 0 0 0 0 0 0 a a a a a a a a b b b b b b b c d d d d d d d e e e e e e e e f f f f f f f d d d d d d d d d d d d d d d d d d d d d d d f e e e e e e e f f f f f f f f e e e e e e e f f f e e g g g e e e e e e e g h h h h h h h h h h h h h h h i i i i i i i j k k k k k k k l m m l l k k k k k n n o o p p q q q q q q q p p p p p p p p n n n n n n n n o o o o o o o n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o n n o o p p p q p p p p p p p q r r r r r r r q q q q q q q s t t t t t t t u v v v v v v v t t t t t t t u w w w w w w w w x x x x x x x w w w w w w w w v v v v v v v w y w z A u B y x y C v r A D k E v A E r w u u t E u w u y E E t t t t t t t F F F F F F F F F F F F F F F E E E E E E E E r r r r r r r F t t t t t t t u u u u u u u u E E E E E E E E t t t t t t t u u u u u u u u t t E E F F F r s s q q p p p p p p p p p p p o o o o o o o o n n n n n n n k k k k k k k k l l l l l l l m j j j j j j j j j j j j j j j j j j j j j j i G G G G G G G i j j j j j j j m m m m m m m j H H H H H H H i j j j j j j j j j j j j j j i G G G G G G G h h h h h h h h I I g g e e e e g e e f f d d f e e f f d d d J J J J J J J c a a a a a a a b b b b b b b b K K K K K K K K K K K K K K K 0 9 9 9 9 9 9 9 b b b b b b b b a a a a a a a b K K K K K K K K K K K K K K K b b b b b b b 0 9 9 9 9 9 9 9 7 7 7 7 7 7 7 6 4 4 4 4 4 4 4 3 3 3 3 3 3 3 3 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 % | | | | | | | & & & & & & & & * * * * * * * & | | | | | | | * * * * * * * & | | | | | | | % % % % % % % % & & & & & & & & % % % % % % % % % % % % % % % & & & & & & & & = = = = = = = - ; ; ; ; ; ; ; . . . . . . . . . . . . . . . + + + + + + + + # # L ", "M M M N N N N N N N O P @ = ; . . . . . . . . . . . . . . + Q Q Q Q Q Q Q R S S S S S S S T T T T T T T R = = = = ; . . . . . . . . U V W W X Y Y Y Y Y Y . + + + + + + + ; - - - - - - - & & & & & & & & | | | | | | | & * * * * * * * * * * * * * * * = = = = = = = - - - - - - - - - - - - - - - ; . . . . . . . ; - - - - - - - & & & & & & & & * * * & & | | % 1 1 1 1 1 1 1 % % 1 1 2 2 2 3 6 6 6 6 6 6 6 3 5 5 5 5 5 5 5 6 6 6 6 6 6 6 7 9 9 9 9 9 9 9 K a a a a a a a K K K K K K K K K K K K K K K 0 0 0 0 0 0 0 0 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 7 7 7 7 7 7 7 7 8 8 8 8 8 8 8 9 K K K K K K K 0 K K K b b a a J J J J J J J J J J J J J J J f g g g g g g g d d d d d d d f h h h h h h h G H H i i j j j j j m m l l l l j j j j j j j j j j j j j j j i i i i i i i i G G G G G G G h h h h h h h h g g g g g g g g h h h h h h h H i i i i i i i H H H i i j j j l l l l l l l l k k k k k k k o p p p p p p p n n n n n n n o q q q q q q q r r r r r r r F u u u u u u u t F F F F F F F F F F F F F F F r r r r r r r r r r r r r r r r r r r Z l b E r o o o o o o o p n k n m n l n o o o o o o o n n n n n n n o p p p p p p p o o o o o o o o q q q q q q q p n n n n n n n p p p p p p p p s s s s s s s s r r r r r r r q p p p p p p p p p p o o n n n k l l m m j j i H H H H H H H G G G G G G G h g g g g g g g I I I I I I I I I I I I I I I I g g g g g g g I h h h h h h h g g g g g g g I h h h h h h h g e e e e e e e I I I I I I I I I I I I I I I h h h h h h h h f f f f f f f f d d d d d d d J J J J J J J J b b b K K 0 0 0 K K 0 9 9 9 8 7 7 7 6 6 4 4 4 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 4 4 4 4 4 4 4 4 7 7 7 7 7 7 7 6 4 4 4 4 4 4 4 6 7 7 7 7 7 7 7 3 3 3 3 3 3 3 4 6 6 6 6 6 6 6 7 8 8 8 8 8 8 8 8 8 8 8 8 8 8 7 4 4 4 4 4 4 4 3 3 3 3 3 3 3 3 1 1 1 1 1 1 1 % * * * * * * * = = = = = = = = + + + + + + + + . . . . . . . Y Y Y Y Y Y Y Y . . . . . . . . Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y = = = = = = = - + + + + + + + Y ; ; ; ; ; ; ; - - - - - - - - = = = = = = = ; . . . . . . . . . . . . . . . Q Q Q Q Q Q Q R S S S S S S S T T T T T T T ` M M M M M M M N N N N N N N N P ...", "+ + + Y Y Y Y Y Y Y Y +.@.Y ; - - - - - - - * * * * * * * = - - - - - - - - - - - - - - - ; ; ; ; ; ; ; ; Y Y Y Y ; - - - - - - - * #.$.%.&.*.R R R R R R R R R R R R R R + . . . . . . . - - - - - - - - = = = = = = = | % % % % % % % 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 5 3 3 3 3 3 3 3 3 3 3 3 3 3 3 5 2 2 2 2 2 2 2 4 6 6 6 6 6 6 6 3 3 3 3 3 3 3 3 3 3 3 4 4 6 6 4 3 3 3 3 3 3 3 1 1 1 2 2 5 5 2 % % % % % % % | | | | | | | | 5 5 5 5 5 5 5 3 6 6 6 6 6 6 6 8 9 9 9 9 9 9 9 c c c c c c c c J J J J J J J J J J J J J J J f f f f f f f f f f f f f f f f f f f f f f f g g g g g g g g e e e e e e e f e e e g g I I f f f f f f f f d d d d d d d J c c c c c c c a a a a a a a c e e e e e e e g I I h h G G G G G G H H i i j l l l l l l l k n n n n n n n n n n n n n n n p p p p p p p o o o o o o o o n n n n n n n o q q q q q q q p p p p p p p p o o o p p q q q o o o o o o o n k k k k k k k m j j j j j j j j j j j j j j l n n n n n n n p p p p p p p p r r r r r r r F t t t t t t t v v v v v v v v v v v v v v v v v v v v v v v v v v v v v t t t t t t t t t t y y u v E v u t t t t t t t t E E E E E E E F r r r r r r r q p p p p p p o m m m m m m m m j j j j j j j l k k k k k k k o o o o o o o o p p p p p p p s r r r r r r r F F F r r s s s q q p p o o o p q q q q q q q p p p p p p p o n n n n n n n o p p p p p p p l l l l l l l l m m m m m m m j i i i i i i i g g g g g g g e J J J J J J J c c c c c c c c f f f f f f f f f f f f f f f e e e e e e e e I I I I I I I I I I I I I I I I I I I I I I I h h h I I g g g I I g e e e f f f f d d J J J f f f f f f f d a a a a a a a b b b b b b b b 0 0 0 0 0 0 0 9 6 6 6 6 6 6 6 5 1 1 1 1 1 1 1 % % % % % % % 1 5 5 5 5 5 5 5 3 4 4 4 4 4 4 4 3 3 3 3 3 3 3 4 7 7 7 7 7 7 7 8 8 8 8 8 8 8 8 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 4 4 4 4 4 4 4 4 1 1 1 1 1 1 1 2 5 5 5 5 5 5 5 1 | | | | | | | | | | | | | | & = = = = = = = ; Y Y Y Y Y Y Y Q Q Q Q Q Q Q =.R R R R R R R Q + + + + + + + . . . . . . . . Y Y Y Y Y Y Y ; - - - - - - - * * * * * * * * - - - - - - - - - - - - - - - ; ; ; ; ; ; ; Y + + + + + + + . Y Y Y Y Y Y Y -.;.>.", "` ` ,.'.'.'.'.'.'.'.).!.T . Q =.=.=.=.=.=.=.Q Q Q Q Q Q Q Q =.=.=.=.=.=.=.T ,.,.,.,.,.,.,.N N N N N N N T . . . . + =.=.=.=.=.=.=.Q ~.{.].].=.=.=.=.=.=.=.Q . . . . . . . ; - - - - - - - ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; - - - - - - - - - - - - - - - Y . . . . . . . . . . . . . . Y - - - - - - - . + + + + + + + - - - - - - - - - - - = = * * | % % % % % % % & & | | | % % 1 2 2 2 2 2 2 2 5 5 5 5 5 5 5 5 6 6 6 6 6 6 6 6 4 4 4 4 4 4 4 7 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 8 0 0 0 0 0 0 0 4 3 3 3 3 3 3 4 9 9 9 9 9 9 9 9 9 9 9 0 0 K K c c c c c c c c a a a a a a a J d d d d d d d f f f f f f f e h h h h h h h I g I I h h h G h h h G G H H H G G G G G G G H H H H H H H H H H H H H H H G g g g g g g g e e e e e e e e h h h h h h h I f f f f f f f g h h h h h h h h h G G G H H i l l l l l l l l m m m m m m m l l l l l l l l n n n n n n n o q q q q q q q o o o o o o o o s s s s s s s s q q q q q q q s s s s s s s s s s s s s s s s s s s s s s s s s s s s s l l l l l l l l l l o p o q n p p k l l l l l l l l l l l l l l k o o o o o o o k k k k k k k k k k k k k k k k n n n n n n n p p p p p p p p n n n n n n n n n n n n n n n k k k k k k k k n n k k k l l l m m j j i i i G h h h h h h h g g g g g g g I h h h h h h h f d d d d d d d f f f f f f f f f f f f f f f g I I I I I I I f f f f f f f f f f f f f f f e e e e e e e e I I I I I I I g f f f f f f f f f f f f f f f c c c c c c c c c c c c c c c c c c c c c c c 9 9 9 8 8 7 7 7 8 8 8 7 6 6 6 9 0 9 9 8 8 8 7 2 2 2 2 2 2 2 5 3 3 3 3 3 3 3 5 5 5 5 5 5 5 5 7 7 7 7 7 7 7 6 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 3 3 3 3 3 3 3 4 6 6 6 6 6 6 6 4 3 3 3 3 3 3 3 5 5 5 5 5 5 5 5 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 % % % % % % % & ; ; ; ; ; ; ; Y Y Y Y Y Y Y Y ; ; ; ; ; ; ; . R R R R R R R =.Q Q Q Q Q Q Q Q Q Q Q Q Q Q + Y Y Y Y Y Y Y . + + + + + + + . . . . . . . . . . . . . . . Y Y Y Y Y Y Y Y . . . . . . . . . . . . . . . Q =.=.=.=.=.=.=.Q Q Q Q Q Q Q Q =.=.=.=.=.=.=.S ,.,.,.,.,.,.,.N N N N N N N N ` ` ` ` ` ` ` M '.'.'.'.'.'.'.!.^./.", "=.=.Q ; ; ; ; ; ; ; ; (._.. + Q Q Q Q Q Q Q =.=.=.=.=.=.=.=.R R R R R R R R R R R R R R R :.:.:.:.:.:.:.R . . . . + Q Q Q Q Q Q Q =.<.(.;.;.= = = = = = = = = = = = = = = = = = = = = = = - - - - - - - - - - - - - - - - - - - - - - - ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; = * * * * * * * * * * * * * * & % % % % % % % 3 7 7 7 7 7 7 7 4 4 4 4 4 4 4 4 4 4 6 6 7 7 8 6 4 4 4 4 4 4 4 4 4 4 6 6 7 7 7 8 8 8 8 8 8 8 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 6 6 6 6 6 6 6 8 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 K K K K K K K K K K K K K K K a J J J J J J J I h h h h h h h g g g g g g g g g g I I h h h e e e e e e e e I I I I I I I h G G G G G G G h h h h h h h h G G G G G G G h I h h G G G H h h G G H H H i G G G G G G G h h h h h h h h G G G G G G G H j j j j j j j i H H H H H H H m m m m m m m l s s s s s s s q p p p p p p p p q q q s s r s p p p p p p p p q q q q q q q s s s s s s s s s s s s s s s s s s s s s s s p p p p p p p p r r r r r r r s q q q q q q q p p p p p p p p q q q q q q q q q q q q q q q q q q q q q t t t t t t t t t t r q r t F r r E t t t t t t t u u u u u u u t F F F F F F F F F F F F F F F F F F F F F F r s s s s s s s q q q q q q q q o o o o o o o o o o o o o o o n n n n n n n n k l l l m m j j j j i i H H H j m m m m m m m j j j j j j j j m m m m m m m o q q q q q q q l l l l l l l l k k k k k k k m j j j j j j j H H H H H H H H H H H H H H H G G G G G G G G h h h h h h h I e e e e e e e f f f f f f f f J J J J J J J c a a a a a a a a a a a a a a a J c c c a a b b a a a b b K K c J J c c a a a e e e e e e e f c c c c c c c c c c c c c c c K K K K K K K K 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 8 8 8 8 8 8 8 7 7 7 7 7 7 7 6 4 4 4 4 4 4 4 3 3 3 3 3 3 3 5 2 2 2 2 2 2 2 1 % % % % % % % | | | | | | | | % % % % % % % | & & & & & & & | | | | | | | % 3 3 3 3 3 3 3 2 % % % % % % % % % % % % % % | * * * * * * * * * * * * * * * & & & & & & & * = = = = = = = - ; ; ; ; ; ; ; Y Y Y Y Y Y Y Y . . . . . . . + Q Q Q Q Q Q Q =.=.=.=.=.=.=.=.R R R R R R R R R R R R R R R :.:.:.:.:.:.:.:.=.=.=.=.=.=.=.. ; ; ; ; ; ; ; (.(.[.", ",.,.,.M M M M M M }.|.1.2.. Y ; ; ; ; ; ; ; Y Y Y Y Y Y Y Y . . . . . . . =.:.:.:.:.:.:.:.S S S S S S S R . . . . Y ; ; ; ; ; ; ; Y 3.- 4.5.> . . . . . . Y - - - - - - - ; Y Y Y Y Y Y Y = = = = = = = = - - - - - - - & | | | | | | | & & & & & & & & & & & & & & & * = = = = = = = = = = = = = = - ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; * * * * * * * * & & | | % % 1 2 5 5 5 5 5 5 5 4 4 6 6 7 7 7 7 4 4 4 4 4 4 4 6 6 6 6 6 6 6 6 3 3 3 3 3 3 3 4 7 7 7 7 7 7 7 8 9 9 9 9 9 9 9 a a a a a a a b K K K K K K K b b b b b b b b 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 7 7 7 7 7 7 7 8 K K K K K K K b b b a a c c c f f f f f f f e I I I I I I I g e e e e e e e I I I I I I I I g g g g g g g I h h G G H H H h h G G H H H j l l l l l l l m j j j j j j j m m m m m m m j H H H H H H H G G G G G G G G h h h h h h h h I I I I I I I G i i i i i i i i j j j m m l l n n n n n n n p s s s s s s s p o o o o o o o q q q q q q q p o o o o o o o q q q q q q q q r r r r r r r F t t t t t t t F F F F F F F F E E E E E E E E E E E E E E E E E E E E E o o o o o o o o o o m i l q o k k o o o o o o o o p p p p p p p q s s s s s s s F F F F F F F F p p p p p p p p q q q q q q q o n n n n n n n p p p p p p p p o o o o o o o q s s s s s s s p p p o o n n n n n k k k l l j i i i i i i i H H H H H H H G h h h h h h h I g g g g g g g I I I I I I I I h h h h h h h G H H H H H H H i i i i i i i H I I I I I I I h h h h h h h h e e e e e e e e e e e e e e e f f f f f f f f g g g g g g g e d d d d d d d f f f f f f f f a a a b b K K K b b K 0 0 0 9 9 9 9 8 8 7 7 7 4 4 4 4 4 4 4 4 6 6 6 6 6 6 6 7 7 7 7 7 7 7 7 9 9 9 9 9 9 9 9 0 0 0 0 0 0 0 7 6 6 6 6 6 6 6 7 7 7 7 7 7 7 6 3 3 3 3 3 3 3 4 6 6 6 6 6 6 6 3 3 3 3 3 3 3 4 7 7 7 7 7 7 7 4 3 3 3 3 3 3 3 5 5 5 5 5 5 5 2 & & & & & & & * * * * * * * * Y Y Y Y Y Y Y . + + + + + + + . . . . . . . . Y Y Y Y Y Y Y ; = = = = = = = * & & & & & & & - - - - - - - - - - - - - - - Y + + + + + + + Y Y Y Y Y Y Y Y . . . . . . . Y ; ; ; ; ; ; ; Y Y Y Y Y Y Y Y . . . . . . . =.:.:.:.:.:.:.:.S S S S S S S T ,.,.,.,.,.,.,.N M M M M M M 6.1.7.8.", "M M M 9.9.9.9.9.9.0.a.b.c.+ =.:.:.:.:.:.:.:.S S S S S S S S S S S S S S S T T T T T T T T ` ` ` ` ` ` ` S + + + + =.:.:.:.:.:.:.:.S d.e.f.g.h.R R R R R R Q Y Y Y Y Y Y Y . . . . . . . . - - - - - - - ; Y Y Y Y Y Y Y . . . . . . . . + + + + + + + + . . . . . . . Y ; ; ; ; ; ; ; ; ; ; ; ; ; ; Y . . . . . . . . . . . . . . . . . . . . . . . Y Y Y ; ; - - ; Y Y Y Y Y Y Y - - = = * * * | 1 1 1 1 1 1 1 5 3 3 3 3 3 3 3 5 5 5 5 5 5 5 3 6 6 6 6 6 6 6 7 7 7 7 7 7 7 7 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 6 6 6 6 6 6 6 6 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 7 7 7 7 7 7 7 7 6 6 6 6 6 6 6 6 4 4 4 4 4 4 4 6 7 7 7 8 8 9 9 7 7 7 7 7 7 7 8 0 0 0 0 0 0 0 a J J J J J J J e e e e e e e e e e e e e e e g I I h h h G G I I I h h G G h g g g g g g g g g g g g g g g I I I I I I I I G G G G G G G h I I I I I I I e e e e e e e e e e e e e e e e e e e e e e e g g g I I h h h I I I I I I I h H H H H H H H j m m m m m m l o o o o o o o o n n n n n n n p p p p p p p p q q q q q q q p n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o o o o o i i i i i i i i i i H i j n l m l j i i i i i i i j j j j j j j i H H H H H H H j j j j j j j j l l l l l l l k o o o o o o o k k k k k k k k o o o o o o o n k k k k k k k m j j j j j j j j j i i i H H H i H H G G h h G H H H H H H H G G G G G G G I e e e e e e e f f f f f f f f c c c c c c c c J J J J J J J c a a a a a a a c c c c c c c J d d d d d d d e g g g g g g g f f f f f f f f f f f f f f f d d d d d d d d b b b b b b b K 0 0 0 0 0 0 0 K K K K K K K K b K K K 0 0 9 9 0 0 0 9 8 8 8 7 7 6 6 4 4 4 3 5 5 5 5 5 5 5 2 % % % % % % % 1 1 1 1 1 1 1 1 % % % % % % % % % % % % % % % 1 2 2 2 2 2 2 2 4 4 4 4 4 4 4 3 5 5 5 5 5 5 5 3 4 4 4 4 4 4 4 2 2 2 2 2 2 2 1 | | | | | | | & & & & & & & & * * * * * * * * * * * * * * * = - - - - - - - + + + + + + + + Q Q Q Q Q Q Q R :.:.:.:.:.:.:.R R R R R R R :.S S S S S S S :.R R R R R R R + + + + + + + . Y Y Y Y Y Y Y + Q Q Q Q Q Q Q . . . . . . . . + + + + + + + =.:.:.:.:.:.:.:.S S S S S S S S S S S S S S S T T T T T T T T ` ` ` ` ` ` ` ,.M M M M M M M 9.9.9.9.9.9.9.i.j.k.l.", "S S S :.:.:.:.:.:.m.c.n.o.=.=.=.=.=.=.=.=.=.+ + + + + + + + + + + + + + + =.R R R R R R R S S S S S S S :.=.=.=.=.=.=.=.=.=.=.=.=.+ 3.p.q.q.4.- - - - - - ; Y Y Y Y Y Y Y ; ; ; ; ; ; ; ; Y Y Y Y Y Y Y Y . . . . . . . Y ; ; ; ; ; ; ; = = = = = = = = * * * * * * * = = = = = = = = = = = = = = = = * * * * * * * & | | | | | | | 1 1 1 1 1 1 1 1 2 5 5 5 3 4 4 4 4 4 4 4 4 4 4 6 7 7 7 8 8 9 9 8 8 8 8 8 8 8 6 3 3 3 3 3 3 3 4 4 4 4 4 4 4 4 3 3 3 3 3 3 3 4 6 6 6 6 6 6 6 8 8 8 8 8 8 8 9 0 0 0 0 0 0 0 K K K K K K K K 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 K b b b b b b b a a a a a a a a J J J J J J J d d f f e e e e g g g g g g g g h h h h h h h h h h h h h h h e e e e e e e e I I I I I I I g e g g g I I I e e g g I I I I G G G G G G G H H H H H H H H j j j j j j j j i i i i i i i H H H H H H H H H H H H H H H H j j j j j j j m l l l l l l l n n n o o o p p q q q q q q q s r r r r r r r s s s s s s s s p p p p p p p p p p p p p p p n n n n n n n n p p p p p p p p q q q q q q q s s s s s s s s F F F F F F F F F F F F F F F F F F F F F r r r r r r r r r r s q o s q p r r r r r r r r r F F F F F F F F F F F F F F F E E E E E E E E r r r r r r r s p p p p p p p o o o o o o o o k k k k k k k k l l l l l l l k k k k k k k k n n n n k k l l k k l l m m m j j j j j j j j i i i i i i i i H H H H H H H i i i i i i i i i i i i i i i i j j j j j j j j r.s.r.s.r.s.r.s.r.s.r.t.u.s.i H H H H H H H I g g g g g g g g g g g g g g e d d d d d d d J c c c c c c c c c c c c c c c J J J J J J J d d d d d d d d c c a a b b b b a b b K K 0 0 K b K K K 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 K K K K K K K K b b b b b b b b K K K K K K K 0 9 9 9 9 9 9 9 6 6 6 6 6 6 6 6 4 4 4 4 4 4 4 3 5 5 5 5 5 5 5 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 | | | | | | | & & & & & & & & = = = = = = = = * * * * * * * = = = = = = = = * * * * * * * * & & & & & & & | | | | | | | | & & & & & & & * Y Y Y Y Y Y Y . . . . . . . . + + + + + + + + =.=.=.=.=.=.=.=.=.=.=.=.=.=.=.+ + + + + + + + + + + + + + + =.R R R R R R R S S S S S S S S S S S S S S S :.:.:.:.:.:.:.v.n.w.x.", "9.9.9.9.9.9.9.9.9.9.}.y.R Y + Q Q Q Q Q Q Q R R R R R R R :.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.N N N N N N N T Y Y Y Y . Q Q Q Q Q Q Q R z.A.B.C.D.| | | | | | | % % % % % % % % % % % % % % % & & & & & & & * = = = = = = = - ; ; ; ; ; ; ; ; ; ; ; ; ; ; Y Q Q Q Q Q Q Q + + + + + + + + . . . . . . . . . . . . . . . . . . Y Y ; ; ; = = = = = = = * | | | | % 1 1 2 5 5 5 5 5 5 5 6 6 6 6 6 6 6 7 K K K K K K K b b b b b b b b K K K K K K K K 0 0 0 0 0 0 0 9 9 9 9 9 9 9 9 7 7 7 7 7 7 7 7 8 8 8 8 8 8 8 6 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 6 6 6 7 7 8 8 0 0 0 0 0 0 0 b a a a a a a a d d d d d d d f I I I I I I I G i i i i i i i m m m m m m m m j j j j j j j i H i i i j j j H H H H H H H G I I I h h G G h h h h h h h h e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e g g g g g g g I h h h h h h h j m m m m m m l n n n n n n n o p p p p p p p F E E E E E E E t t t t t t t t t t t t t t t F F F F F F F F r r r r r r r s p p p p p p p p p p p p p p o l l l l l l l l l l l l l l l l l l l l l k k k k k k k k k k j H m p n i i l k k k k k k k p p p p p p p q s s s s s s s F F F F F F F F u u u u u u u u u u u u u u u E E E E E E E E s s s s s s s q o o o o o o o k l l l l l l l j j j j j j j H h h h h h h h I I I I I I I I e e e e e e e e e e e e e e e f f f f f f f f e e e e e e e g h h h h h h h E.F.G.F.G.F.G.F.H.I.H.I.J.K.L.r.M.N.N.N.N.N.N.O.O.N.N.N.P.P.P.P.P.P.P.P.P.P.Q.R.R.R.R.R.R.R.S.T.T.T.T.T.T.T.U.U.U.U.U.U.U.V.W.W.W.W.W.W.W.X.Y.Y.Y.Y.Y.Y.Y.Z.Z.Z.Z.Z.Z.Z.Z.Z.`.`. + +.+++@+#+$+%+%+&+&+&+&+&+&+&+&+&+&+*+4 4 4 4 4 4 4 6 7 7 7 7 7 7 7 9 9 9 9 9 9 9 0 K K K 0 9 9 9 b a a a a a a a b b b b b b b b K K K K K K K 9 8 8 8 8 8 8 8 3 3 3 3 3 3 3 5 1 1 1 1 1 1 1 % | | | | | | | - - - - - - - ; Y Y Y Y Y Y Y . . . . . . . . Q Q Q Q Q Q Q Q =.=.=.=.=.=.=.Q + + + + + + + Y Y Y Y Y Y Y ; - - - - - - - * & & & & & & & % % % % % % % % 1 1 1 1 1 1 1 | & & & & & & & - - - - - - - - Y Y Y Y Y Y Y + Q Q Q Q Q Q Q R R R R R R R :.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.N N N N N N N N 9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.8.N =+", "=.=.=.=.=.=.=.=.=.=.=.R -+Q =.=.=.=.=.=.=.=.R R R R R R R =.+ + + + + + + + + + + + + + + + + + + + + + + Q Q Q Q Q =.=.=.=.=.=.=.R ;+>+,+'+)+& & & & & & * = = = = = = = - - - - - - - - + + + + + + + . ; ; ; ; ; ; ; Y Y Y Y Y Y Y Y ; ; ; ; ; ; ; - & & & & & & & | | | | | | | | 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 5 5 5 1 1 1 1 1 1 1 1 % % % 1 1 2 2 3 4 4 4 4 4 4 4 8 8 8 8 8 8 8 9 0 0 0 0 0 0 0 9 9 9 9 9 9 9 9 6 6 6 6 6 6 6 4 3 3 3 3 3 3 3 4 6 6 6 6 6 6 6 7 7 7 7 7 7 7 7 8 8 8 8 8 8 8 K a a a a a a a a a a a a a a a c c c c c c c c c c c c c c c c J J J d d f f J J J J J J J J J J J J J J J g g g g g g g I G G G G G G G H H H H H H H H G G G G G G G G I I I I I I I e d f f e e g g I I I I I I I I g I I I h h G h h h h h h h h j m m m m m m m m m m m m m m l l l l l l l l l l l l l l l l k k k k k k k l m m m m m m m l l l l l l l k q q q q q q q q s s s s s s s F F F F F F F F r r r r r r r s q q q q q q q o n n n n n n n p p p p p p p p p p p p p p p p p p p p p p q F F F F F F F F F F F F F F F F F F F F F r r r r r r r r r r s r r E F s s r r r r r r r r q q q q q q q s F F F F F F F t t t t t t t t t t t t t t t E F F F F F F F q p p p p p p p m m m m m m m l k k k k k k k l l l l l l l l j j j j j j j l n n n n n n n k k k k k k k k l l l l l l l l l l l l l l l m m m m m m m m i i i i i i i H G G G G G G G !+~+~+~+~+~+~+~+{+{+{+{+{+{+]+M.r.^+^+^+^+^+^+/+(+_+:+<+R.[+}+|+1+|+1+|+2+2+3+4+4+4+4+4+4+4+4+4+5+U.5+U.5+U.6+V.6+V.6+7+7+V.8+8+8+8+8+8+8+4+9+0+a+0+a+0+a+5+U.5+U.5+4+4+4+9+4+4+6+7+b+b+c+d+d+e+e+f+f+f+f+f+f+f+f+f+f+g+0 0 0 0 0 0 0 9 8 8 8 8 8 8 8 b b b b b b b b a a b b K K K b b b b b b b b 9 9 9 9 9 9 9 8 6 6 6 6 6 6 6 5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 % | | | | | | | 5 5 5 5 5 5 5 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 | | | | | | | | & & & & & & & * = = = = = = = - - - - - - - = & & & & & & & | | | | | | | | | | | | | | | & * * * * * * * - Y Y Y Y Y Y Y =.=.=.=.=.=.=.=.Q Q Q Q Q Q Q =.=.=.=.=.=.=.=.R R R R R R R =.+ + + + + + + + + + + + + + + + + + + + + + + =.=.=.=.=.=.=.=.=.=.=.=.=.=.=.R h+i+", "T T T T T T T T T T ` ,.j+; - - - - - - - - ; ; ; ; ; ; ; Y . . . . . . . . . . . . . . . S S S S S S S R ; ; ; ; ; - - - - - - - ; k+l+m+n+o+T T T T T T S R R R R R R R + . . . . . . . ; ; ; ; ; ; ; - & & & & & & & | | | | | | | | 1 1 1 1 1 1 1 % | | | | | | | % % % % % % % % = = = = = = = = = = = = = = = = = * * * & & & * * * * * * * * * * * & & | | & * * * * * * * & & & & & & & & & & & & & & & | % % % % % % % 5 5 5 5 5 5 5 3 7 7 7 7 7 7 7 9 0 0 0 0 0 0 0 a a a a a a a a c c c c c c c c c c c c c c c c c c c c c c a 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 K K b b b K K K K K K K b b b b b b b b 0 0 0 0 0 0 0 0 b b b b b b b K 0 0 0 0 0 0 0 c c c c c c c J f f f f f f f e I I I h h G G i i i i i i i i j j m m l l l k k k k k k k k l l l l l l l l l l l l l l l i G G G G G G G G G G G G G G G i i i i i i i H G G G G G G G i i i i i i i i H H H H H H H H H H H H H H H H H H H H H H H j j j j j j j l n n n n n n n p q q q q q q q F F F F F F F F E E E E E E E u u u u u u u u E E E E E E E E E E E E E E E E E E E E E n n n n n n n n n n n p o k k o o n n n n n n n n n n n n n n n k l l l l l l l l l l l l l l l i i i i i i i j l l l l l l l k k k k k k k k n n n n n n n o q q q q q q q s s s s s s s s q q q q q q q p o o o o o o o n n n n n n n n G G G G G G G G G G G G G G G h h h h h h h h g g g g g g g g g g g g g g g p+q+q+q+q+q+q+q+r+r+r+r+r+r+r+s+a t+u+u+t+u+t+v+w+x+y+d+b+e+b+z+A+z+A+z+B+C+B+D+E+D+D+E+D+E+F+G+H+I+H+I+H+I+J+|+J+|+J+K+L+M+F+G+F+F+G+F+G+D+B+z+A+z+A+z+A+N+0+N+0+N+O+P+y+Q+R+S+S+T+U+V+W+W+V+V+X+X+Y+Y+Y+Y+Y+Y+Y+Y+Y+Z+6 6 6 6 6 6 6 4 4 4 4 4 4 4 4 5 5 5 5 5 5 5 5 5 5 2 2 1 1 1 % | | | | | | | % % % % % % % 1 5 5 5 5 5 5 5 3 3 3 3 3 3 3 3 4 4 4 4 4 4 4 4 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 3 3 3 3 3 3 3 5 2 2 2 2 2 2 2 & = = = = = = = - - - - - - - - ; ; ; ; ; ; ; Y . . . . . . . . . . . . . . + =.=.=.=.=.=.=.=.=.=.=.=.=.=.=.:.:.:.:.:.:.:.R =.=.=.=.=.=.=.Q + + + + + + + . . . . . . . . ; ; ; ; ; ; ; - - - - - - - - ; ; ; ; ; ; ; ; . . . . . . . . . . . . . . . :.S S S S S S S T T T T T T T T T T T T T T T ,.P `+", ":.:.:.:.:.:.:.:.:.:.R =. @R =.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.R R R R R R R R R R R R R R R R R R R R R R R R R R R R =.=.=.=.=.=.=.=..@+@@@#@$@+ + + + + + Q :.:.:.:.:.:.:.+ Y Y Y Y Y Y Y + + + + + + + + . . . . . . . . . . . . . . . - - - - - - - - ; ; ; ; ; ; ; - - - - - - - - & & & & & & & & & & & & & & & & | | | % % 1 1 5 5 5 5 5 5 5 2 | | | % % 1 1 2 5 5 5 5 5 5 5 3 3 3 3 3 3 3 3 5 5 5 5 5 5 5 1 % % % % % % % 3 3 3 3 3 3 3 3 5 5 5 5 5 5 5 3 3 3 3 3 3 3 3 6 6 6 6 6 6 6 7 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 0 b b b b b b b b b b b b b b b b b a a c c c J d d d d d d d J c c c c c c c f f f f f f f f f f f f f f f d d d d d d d d c c c c c c c J e e e e e e e f d f f f e e e e e e e e e e e g g g I I h h G G G G G G G G H H H H H H H H H H H H H H H i j j j j j j j j j j j j j j j m m m m m m m l k k k k k k k m m m m m m m l o o o o o o o o n n n n n n n k k k k k k k k j j j j j j j k p p p p p p p n k k k k k k k n n n n n n n n o o o o o o o q q q q q q q q q q q q q q q q q q q q q q q q q q q q q F F F F F F F F F F q s s p p F s r F F F F F F F p p p p p p p q s s s s s s s q q q q q q q q n n n n n n n k m m m m m m m k n n n n n n n m m m m m m m m j j j j j j j m m m m m m m m m m m m m m m m j j j j j j j i i i i i i i i j j j j j j j j j j j j j j j i H H H H H H H j j j j j j j H h h h h h h h %@&@&@&@&@&@&@&@*@*@*@*@*@*@E.=@-@;@;@;@;@;@;@N+x+d+d+e+e+e+e+;@;@;@;@;@;@;@z+x+x+x+x+x+x+x+d+e+e+e+e+e+e+e+d+d+d+d+d+d+d+d+d+d+d+d+d+d+d+e+e+e+e+e+e+e+e+f+f+f+f+f+f+f+f+e+e+e+f+>@>@>@f+f+f+>@>@W+W+W+W+W+W+W+W+W+W+,@K K K K K K K 8 7 7 7 7 7 7 7 0 0 0 0 0 0 0 0 9 8 8 8 7 6 6 4 3 3 3 3 3 3 3 % % % % % % % 1 3 3 3 3 3 3 3 2 1 1 1 1 1 1 1 | | | | | | | | % % % % % % % % % % % % % % % | | | | | | | | & & & & & & & & & & & & & & & * * * * * * * * = = = = = = = * & & & & & & & ; ; ; ; ; ; ; - = = = = = = = - - - - - - - - . . . . . . . + =.=.=.=.=.=.=.+ . . . . . . . R R R R R R R R R R R R R R R =.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.R R R R R R R R R R R R R R R R R R R R R R R :.:.:.:.:.:.:.:.:.:.:.:.:.:.:.=.# '@", "R R R R R R R R R R =.Q )@; Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y =.=.=.=.=.=.=.Q ; ; ; ; ; Y Y Y Y Y Y Y Y !@~@{@]@^@Q Q Q Q Q Q + Y Y Y Y Y Y Y . . . . . . . . * * * * * * * * * * * * * * * * * * * * * * * | | | | | | | | | | | | | | | % % % % % % % % | | | | | | | | | | | | | | | | % % % 1 1 2 2 3 3 3 3 3 3 3 3 3 3 3 4 4 6 6 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 5 5 5 5 5 5 5 4 6 6 6 6 6 6 6 5 5 5 5 5 5 5 4 9 9 9 9 9 9 9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 K a a a a a a a c c c c c c c c c c c c c c c c a a a a a a a a a a a a a a a a a c c J J J d f f f f f f f e g g g g g g g d d d d d d d d J J J J J J J J J J J J J J J g g g g g g g g f f f f f f f I G G H H i i i i i i i i i i i H H H i i j j m l l l l l l l k k k k k k k k k k k k k k k l m m m m m m m m m m m m m m m l l l l l l l k n n n n n n n p p p p p p p o k k k k k k k k l l l l l l l k k k k k k k k p p p p p p p p o o o o o o o s r r r r r r r F F F F F F F F r r r r r r r E t t t t t t t E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E q q E F r u r F E E E E E E E E E E E E E E r q q q q q q q o o o o o o o o n n n n n n n o q q q q q q q n k k k k k k k q q q q q q q q p p p p p p p o o o o o o o o o o o o o o o o o o o o o o o n n n n n n n n m m m m m m m m m m m m m m m j i i i i i i i m m m m m m m m m m m m m m m /@*@*@*@*@*@*@*@(@(@(@(@(@(@_@:@<@[@[@[@[@[@[@}@}@}@}@|@|@[@[@1@1@1@1@1@1@1@[@2@2@2@2@2@2@2@}@|@|@|@|@|@|@|@[@[@[@[@[@[@[@[@[@[@[@[@[@[@[@[@[@[@[@[@[@[@[@3@3@3@3@3@3@3@4@5@5@5@6@7@7@8@9@0@a b b K K K K K K K K K K K b b b b b b b a a a a a a a a 8 8 8 8 8 8 8 8 7 6 6 6 4 3 3 3 3 3 3 3 3 3 3 6 6 6 6 6 6 6 4 5 5 5 5 5 5 5 6 7 7 7 7 7 7 7 4 4 4 4 4 4 4 4 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 5 5 5 5 5 5 5 1 | | | | | | | & & & & & & & & * * * * * * * & | | | | | | | | | | | | | | & ; ; ; ; ; ; ; Y Y Y Y Y Y Y Y + + + + + + + . ; ; ; ; ; ; ; . + + + + + + + ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y =.=.=.=.=.=.=.=.R R R R R R R R R R R R R R R Q a@b@", "R R R R R R R R R R :.S c@:.S S S S S S S S S S S S S S S S T T T T T T T T T T T T T T T =.=.=.=.=.=.=.R :.:.:.:.:.S S S S S S S S d@e@f@g@h@. . . . . . + Q Q Q Q Q Q Q =.=.=.=.=.=.=.=.R R R R R R R =.+ + + + + + + Q Q Q Q Q Q Q Q . . . . . . . . + + + + + + + . . . . . . . . | | | | | | | | | | | | | | | | | | % % 1 1 1 % % % % % % % % | | % % % 1 1 2 5 5 5 5 5 5 5 5 5 5 5 5 5 5 3 4 4 4 4 4 4 4 5 2 2 2 2 2 2 2 % % % % % % % % % % % % % % % 2 3 3 3 3 3 3 3 3 3 3 3 3 3 3 4 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 8 a a a a a a a a a a a a a a a a a a c c c J J a a a a a a a c c c c c c c c f f f f f f f f f f f f f f f f f f f f f f f d d d d d d d d c c c c c c c a a a c c J J J f f f f f f f f d f f f e e g g g g g g g g g I I I I I I I I I I I I I I I H j j j j j j j j j j j j j j j m m m m m m m j j j j j j j j l l l l l l l l n n n n n n n n k k k k k k k o o o o o o o o l l l l l l l l l l l l l l l j j j j j j j m n n n n n n n n k k k k k k k n n n n n n n n n n n n n n n n n n n n n n n n n n n n n q q q q q q q q q q n o E t r t r q q q q q q q q q q q q q q q q s s s s s s s q q q q q q q q p p p p p p p o n n n n n n n m j j j j j j j H H H H H H H i j j j j j j j i i i i i i i i H H H H H H H H G G G G G G G h h h h h h h h j j j j j j j j j j j j j j j i i i i i i i i G G G G G G G G G G G G G G G /@&@&@&@&@&@&@&@*@*@*@*@*@*@E.i@j@}@}@}@}@}@}@[@1@1@3@3@4@4@4@5@5@5@5@5@5@5@6@k@k@k@k@k@k@k@7@7@7@7@7@7@7@7@k@k@k@k@k@k@k@k@k@k@k@k@k@k@k@l@l@l@l@l@l@l@l@m@m@m@m@m@m@m@k@5@5@6@7@7@k@n@b b b K K K 0 0 0 0 0 0 0 0 0 9 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 9 9 9 9 9 9 9 9 8 8 8 7 6 6 6 6 6 6 6 6 6 6 6 2 2 2 2 2 2 2 1 % % % % % % % | & & & & & & & | | | | | | | | & & & & & & & * * * * * * * * = = = = = = = = - - - - - - - * | | | | | | | & & & & & & & * = = = = = = = - - - - - - - - ; ; ; ; ; ; ; ; - - - - - - - ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; Y + + + + + + + =.R R R R R R R T T T T T T T T :.:.:.:.:.:.:.S S S S S S S S S S S S S S S S T T T T T T T T T T T T T T T =.=.=.=.=.=.=.=.R R R R R R R R R R R R R R R S o@p@", "Y Y Y Y Y Y Y Y Y Y Y . . . . . . . . . . . Q Q Q Q Q Q Q . = = = = = = = = = = = = = = = - - - - - - - ; . . . . . . . . . . . . Q q@r@s@s@d.T T T T T T S :.:.:.:.:.:.:.=.Q Q Q Q Q Q Q Y Y Y Y Y Y Y ; - - - - - - - = = = = = = = = * * * * * * * | 5 5 5 5 5 5 5 3 3 3 3 3 3 3 3 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 6 6 7 7 7 4 4 4 4 4 4 4 2 = = * * * & & * = = = = = = = * * * * * * * * & & & & & & & | % % % % % % % 2 2 2 2 2 2 2 5 4 4 4 4 4 4 4 7 8 8 8 8 8 8 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 J e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e g g g I I h h g g g g g g g c K K K K K K K 0 0 0 0 0 0 0 0 K K K K K K K 0 0 0 0 0 0 0 0 a a a a a a a a J J J J J J J f e e g g I I I G G G G G G G G G G H H i i i i i i i i i i i o p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p q q q q q q q p o o o o o o o j i i i i i i i G G G G G G G G G G G G G G G H H H H H H H H j j j j j j j m k k k k k k k o o o o o o o o s s s s s s s s s s s s s s s r r r r r r r F y y y y y y y y y y y y y y y y y y y y y u u u u u u u u u u t t x A t y v u u u u u u u t n n n n n n n k m m m m m m m m m m m m m m m i i i i i i i j m m m m m m m l l l l l l l l k k k k k k k k n n n n n n n o o o o o o o o k k k k k k k o r r r r r r r s s s s s s s s p p p p p p p p p p p p p p p o o o o o o o o k k k k k k k j g g g g g g g d J J J J J J J c c c c c c c t@u@u@u@u@u@u@u@v@v@v@v@u@u@w@w@x@x@x@x@x@x@x@x@y@y@y@y@y@y@y@z@z@z@z@z@z@z@z@z@z@z@z@z@z@z@y@x@x@x@x@x@x@x@A@B@B@B@B@B@B@B@C@C@C@C@C@C@C@C@C@A@A@D@D@z@z@E@F@G@H@H@r+r+r+r+r+r+r+r+r+r+s+c c c c c c c 8 4 4 4 4 4 4 4 2 2 2 2 2 2 2 2 2 2 1 1 % % | | | | | | | | | % % % % % % % 1 2 2 2 2 2 2 2 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 2 2 2 2 2 2 2 2 8 8 8 8 8 8 8 7 6 6 6 6 6 6 6 4 4 4 4 4 4 4 4 5 5 5 5 5 5 5 5 2 2 2 2 2 2 2 1 % % % % % % % . + + + + + + Q =.=.=.=.=.=.=.R R R R R R R R :.:.:.:.:.:.:.:.R R R R R R R =.=.=.=.=.=.=.=.Q Q Q Q Q Q Q Q . . . . . . . . . . . . . . . Q Q Q Q Q Q Q + = = = = = = = = = = = = = = = - - - - - - - - Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y . I@J@", "T T T T T T T T T T S :. @=.+ . . . . . . . =.=.=.=.=.=.=.R :.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.R =.=.=.=.Q . . . . . . . Q - K@L@L@M@- - - - - - - - - - - - - - - - - - - - - - ; ; ; ; ; ; ; ; Y Y Y Y Y Y Y ; - - - - - - - - - - - - - - - ; ; ; ; ; ; ; - - - - - - - - * * * * * * * * * * * * * * * * * * & & & | | 1 1 1 1 1 1 1 2 3 3 4 4 6 6 6 7 7 7 7 7 7 7 7 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 7 7 7 7 7 7 7 7 6 6 6 6 6 6 6 6 7 7 7 7 7 7 7 6 4 4 4 4 4 4 4 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 K K b b a a J J J J J J J f g g g g g g g h h h h h h h h G G G G G G G h I I I I I I I h h h h h h h h I I I I I I I g I I I h h G G g g g g g g g I G G G H H i i H H H H H H H H G 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 H H H H H i i i i i i i j m m m m m m m p q q q q q q q s s s s s s s s s s s s s s s s s s s s s s s q q q q q q q q q q q q q q q q q q q q q q q o o o o o o o p s s s s s s s s s s s s s s s p p p p p p p p p p p p p p p p p p p p p s s s s s s s s s s q o s s m o p q s s s s s s s t t t t t t t t t t t t t t t t t t t t t t t r r r r r r r r r r r r r r r q p p p p p p p n n n n n n n k m m m m m m m k n n n n n n n l l l l l l l m j j j j j j j i i i i i i i i H H H H H H H H H H H H H H H G G G G G G G G H H H H H H H j l l l l l l l m m m m m m m m m m m m m m m j N@O@O@O@O@O@O@P@Q@P@R@B@S@C@S@C@S@C@S@C@=@=@T@U@U@U@U@U@U@U@x@V@v@W@v@W@v@W@z@X@z@X@z@Y@Y@Z@V@V@V@V@V@V@V@`@ #w@.#w@.#w@.#+#@#+#@#+#############$#$#%#&#*#=#-#;#;#>#>#>#>#>#>#>#>#>#>#,#0 0 0 0 0 0 0 b a a a a a a a a a a a a a a a a a a b K K K 0 9 9 9 9 9 9 9 7 7 7 7 7 7 7 7 6 6 6 6 6 6 6 4 3 3 3 3 3 3 3 % % % % % % % 1 5 5 5 5 5 5 5 1 % % % % % % % | | | | | | | & * * * * * * * * * * * * * * * - - - - - - - - ; ; ; ; ; ; ; - = = = = = = = | | | | | | | | % % % % % % % % % % % % % % % * * * * * * * * = = = = = = = - ; ; ; ; ; ; ; . . . . . . . + =.=.=.=.=.=.=.+ . . . . . . . =.=.=.=.=.=.=.=.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.T T T T T T T T T T T T T T T :.'#)#", "+ + + + . . =.:.=.. Y + !#- Y . . . . . . . + + + + + + + . Y Y Y Y Y Y Y . + + + + + + + + + + + + + + . - - - - ; . . . . . . . + . ~#{#{#]#Y Y Y Y Y Y Y ; ; ; ; ; ; ; - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = - - - - - - - * % % % % % % % 5 ; % & 2 % | * 1 3 & 9 = | 5 5 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 3 3 3 3 3 3 3 3 5 5 5 5 5 5 5 1 6 5 5 8 5 3 3 3 3 3 3 3 3 3 4 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 8 8 8 8 8 8 8 8 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 8 8 8 8 8 8 8 9 0 0 0 0 0 0 0 K K K K K K K K c c c c c c c J f f f f f f f f f f f f f f f e i I f H I e h d d d d d d d d d d d d d d d d d d d d d d d e e e e e e e g g g g g g g g G G G G G G G G H H H H H H H i i i i i i i i i i i i i i i i H H H H H H H i i i i i i i i j j j j j j j m k l n j j j m p p p p p p p p o o o o o o o o o o o o o o o o o o o o o o o n n n n n n n n k k k k k k k n o o o o o o o q q q q q q q q s s s s s s s r F F F F F F F r r r r r r r r F F F F F F F s p o p q r s p r F F F F F F F E E E E E E E E E E E E E E E E E E E E E v v v v v v v v v v v v v v v v v v v v v v v v u q q q q q q q q p p p p p p p p p p p p p p p s s s s s s s q q r s p n o p r F F F F F F F q q q q q q q q p p p p p p p n k k k k k k k k k k k k k k k l l l l l l l k n n n n n n n p p p p p p p p o o o o o o o n n n n n n n n k k k k k k k l j j j j j j j h g I h G h G H H H H H H H H H ^#^#^#^#^#^#^#/#(#G %@G %@G %@H _#H _#H /#/#%@:#:#:#:#:#:#:#e <#e [#e [#e [#f }#f }#f |#|#1#2#2#2#2#2#2#2#2#2#J 3#J 3#J 3#J 3#J 3#J 2#2#}#4#4#4#4#4#4#I e f f f f f f f I I d a K f J K c c c c c c c b K K K K K K K 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 8 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 8 8 8 8 8 8 8 6 4 4 4 4 4 4 4 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 5 5 5 5 5 5 5 2 2 1 2 3 1 4 5 4 1 1 2 | 7 0 * 5 5 5 5 5 5 5 5 2 2 2 2 2 2 2 % | | | | | | | = = = = = = = - Y Y Y Y Y Y Y ; - - - - - - - * * * * * * * * & & & & & & & & & & & & & & & = = = = = = = = - - - - - - - Y . . . . . . . + + + + + + + + Y Y Y Y Y Y Y . + + + + + + + + + + + + + + + + + + + + + + + . . + R R Q Y + 5#6#", "M M M '.` 9.,.` ,.N N '.7#+ Q =.=.=.=.=.=.=.R R R R R R R :.T T T T T T T T T T T T T T T N N N N N N N ` + + + + Q =.=.=.=.=.=.=.R Q 8#9#9#]#Y Y Y Y Y Y Y ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; & & & & & & & & & & & & & & & - Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y = & + Q Y | Y . ; R R Y % Q S . . . . . . . . . . . . . . . - - - - - - - = & & & & & & & = | & & 1 % 5 1 1 1 1 1 1 1 1 2 3 3 3 3 3 3 3 4 4 4 4 4 4 4 4 7 7 7 7 7 7 7 7 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 6 6 6 6 6 6 6 6 7 7 7 7 7 7 7 8 8 8 8 8 8 8 8 6 6 6 6 6 6 6 6 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 5 7 4 7 b 7 5 6 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 b a a a a a a a J J J J J J J d f f f f f f f I I I I I I I I h h h h h h h I I I I I I I I I I I I I I I I G G G G G G G I g g g g g g g I I I I I I I I e d f J g I 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 g g g g g g g G H H H H H H H i i i i i i i m n n n n n n n p q q q q q q q s s s s s s s p k k k k k k k o o o o o o o o q q q q q q q F t E r q o p E p o o o o o o o l l l l l l l l l l l l l l l l l l l l l j j j j j j j j j j i i i i i i i i i i i i i i i k k k k k k k n p p p p p p p p p p p p p p p s s s s s s s r r n n p s r E q p p p p p p p k k k k k k k n p p p p p p p k l l l l l l l m m m m m m m j i i i i i i i H G G G G G G G f f f f f f f e g g g g g g g e e e e e e e e f f f f f f f d c c c c c c c I H h g g I g f g g g g g g g g 0#0#0#0#0#0#0#a#%@%@%@%@%@%@%@0#0#0#0#0#0#0#0#a#a#a#a#a#a#a#b#[#[#[#[#[#[#[#3#3#3#3#3#3#3#c#d#d#d#d#d#d#d#e#e#e#e#e#e#e#e#f#f#f#f#f#f#f#g#h#h#h#h#h#h#h#i#5 5 5 5 5 5 5 - 3 3 5 3 5 1 5 3 3 3 3 3 3 3 2 1 1 1 1 1 1 1 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 7 7 7 7 7 7 7 8 8 8 8 8 8 8 8 6 6 6 6 6 6 6 4 5 5 5 5 5 5 5 1 % % % % % % % = = = = = = = * = Q + - * & ; =.. - * Q Q Y * =.=.=.=.=.=.=.=.R R R R R R R =.Q Q Q Q Q Q Q R R R R R R R =.Y Y Y Y Y Y Y ; ; ; ; ; ; ; ; - - - - - - - ; . . . . . . . . . . . . . . . . . . . . . . . + + + + + + + Q =.=.=.=.=.=.=.R R R R R R R :.T T T T T T T T T T T T T T T N N N N N N N N M M M M M M M j#N N M ,.T 9.T j#k#l#", "=.=.R S . ` :.=.R T R T m#* = - - - - - - - ; ; ; ; ; ; ; ; - - - - - - - Y + + + + + + + Q Q Q Q Q Q Q Q =.n#o#p#q#r#s#t#u#v#w#x#x#y#y#z#z#A#; ; ; ; ; ; ; - - - - - - - & % % % % % % % 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 % % % % % % % % % % % % % % % | & & & & & & & - 1 1 % = & 2 * = 5 7 - & 1 5 3 % % % % % % % % % % % % % % % | | | | | | | | & & & & & & & * % % & * | 3 | 1 1 1 1 1 1 1 2 3 3 3 3 3 3 3 4 6 6 6 6 6 6 6 8 8 8 8 8 8 8 9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 a a a a a a a a c c c c c c c J J J J J J J J K K K K K K K b d d d d d d d d d d d d d d d J b 9 c g c 0 a a a a a a a a a a a a a a a a J J J J J J J J f f f f f f f g I I I I I I I G G G G G G G G H H H H H H H j l l l l l l l l l l l l l l l j j j j j j j m m m m m m m m l l l l l l l l k l l j q r k m m m m m m m m i i i i i i i i i i i i i i i i i i i i i i i j j j j j j j j l l l l l l l l m m m m m m m k k k k k k k k n n n n n n n q E E E E E E E u u u u u u u u t t t t t t t u v u v t p q y y y y y y y y y w w w w w w w v t t t t t t t u u u u u u u u u u u u u u u t F F F F F F F F F F F F F F F q q q q q q q p n n n n n n n n n n n n n n n n n n n n n n s F n o E t E t t t t t t t t t E E E E E E E E F F F F F F F E E E E E E E E F F F F F F F r q q q q q q q p o o o o o o o m m m m m m m j i i i i i i i H G G G G G G G G G G G G G G h I I I I I I I B#C#H+x+z+D#D#z+J+J+J+J+J+J+L+|+}+}+}+}+}+}+}+R.R.R.R.R.R.R.R.P.P.P.P.P.P.P.Q.:+:+:+:+:+:+:+1+S.S.S.S.S.S.S.}+}+}+}+}+}+}+1+S.S.S.S.S.S.S.T.E#E#E#E#E#E#E#U.U.U.U.U.U.U.a+E#E#E#E#E#E#E#7+F#f+f+f+f+f+f+X+N+d+f+N+V+Y+,@7 7 7 7 7 7 7 6 4 4 4 4 4 4 4 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 7 8 8 8 8 8 8 8 9 0 0 0 0 0 0 0 8 8 8 8 8 8 8 7 3 3 3 3 3 3 3 6 7 7 7 7 7 7 7 5 5 5 5 5 5 5 4 9 7 6 1 | | 4 3 5 ; % 3 2 - * & & & & & & & & * * * * * * * = - - - - - - - Y Y Y Y Y Y Y Y . . . . . . . Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y ; = = = = = = = = = = = = = = = & & & & & & & & * * * * * * * = - - - - - - - ; ; ; ; ; ; ; ; - - - - - - - Y + + + + + + + Q Q Q Q Q Q Q Q =.=.=.=.=.=.=.S Q :.S :.+ ,.=.S G#H#"}; matchbox-themes-extra-0.3/expose/gtk-2.0/default.png0000755000175000017500000000057110006170141015761 PNG  IHDRbKGD_ pHYs  ~tIME  1KIDATxҿk@o߫wႂH4.nGűI 4a D:X<;}6 k8u ! ;ϗ -,,/C8wO2 1L2zj5V,Bc @ #>Ė򈸆Ѱ_9uhկ!Ecp&4H~{[3{D3G{fn ]=.Ռ2ۓ}vnט“yުPcT|IIENDB`matchbox-themes-extra-0.3/expose/gtk-2.0/radio1.png0000755000175000017500000000113610006170141015512 PNG  IHDR;֕JbKGDC pHYs  ~tIME7&ךzFIDATxӱa~ ~"J@8-갸l>2` Z#Xm8R nؠ {Q")20?ff?B{m5PSJ]+2J)W)ujOGm6v٠iD! ul6;f'd׸l(˘b@JyBLӤX,Foy4 )%1?G2efs]בRJ /CqN~]VD!vMat:;㯏 E?!IENDB`matchbox-themes-extra-0.3/expose/gtk-2.0/arrow_right2.png0000755000175000017500000000037010006170142016744 PNG  IHDRH-bKGD pHYs  ~tIME 3bqIDATxұ 0O+J]%](84-\%?wDž?4{Ԉ|v8`F,{<񎊅6Wo'*:_Xs6Ȯ2T#&1F+Z8 i%1f Sm5IENDB`matchbox-themes-extra-0.3/expose/gtk-2.0/blank.png0000755000175000017500000000023510006170142015422 PNG  IHDR szzgAMA abKGD pHYs  ~tIME7{ҷIDATx nH@ C4IENDB`matchbox-themes-extra-0.3/expose/gtk-2.0/gtkrc0000755000175000017500000002641510006170141014671 # pixmap_path "

:::..." # # include "rc-file" # # style [= ] # { #